Skip to content

dandersch/org-slide

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

org-slide.el

Embed simple slideshows into your org-mode files.

./example.gif

Implemented using org-mode dynamic blocks. Note that this package is not designed as a way to create presentations.

Installation

Put org-slide.el into one of the folders given by load-path and add to your emacs config file:

(require 'org-slide)

Usage

Call org-dynamic-block-insert-dblock (bound to C-c C-x x) and choose slide. The following block will be inserted:

#+BEGIN: org-slide :id "slideshow-name"
1st slide...
# SLIDE
2nd slide...
# SLIDE
3rd slide...
#+END:

Type out your slides in normal org-mode with every slide separated by the delimiter # SLIDE. Every delimiter has to be on its own line.

Press C-c C-c (or call org-dblock-update) with the point on the line containing #+BEGIN: org-slide to start going through the slides.

#

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published