test | thing | thre | |
---|---|---|---|
entry | |||
four | |||
two | code | askljd | |
entry | X | kasjdlk | askljd |
#+SLIDE
test | thing | thre | |
---|---|---|---|
entry | X | kasjdlk | askljd |
four | |||
two | code | askljd | |
entry | X | kasjdlk | askljd |
#+SLIDE
test | thing | thre | |
---|---|---|---|
entry | X | kasjdlk | askljd |
four | X | kasjdlk | askljd |
two | code | askljd | |
entry | X | kasjdlk | askljd |
To get all slideshows to be on the first slide when opening an org file
(add-hook 'org-mode-hook 'org-update-all-dblocks)
- NOTE: this will update all dynamic blocks in the file
- TODO: won’t this run for only the first org file opened?
- https://orgmode.org/manual/Dynamic-Blocks.html
- https://www.gnu.org/software/emacs/manual/html_node/org/Dynamic-Blocks.html
- Displaying animated diagrams in org-reveal slide decks with svg
- https://orgmode.org/manual/Hacking.html#Hacking
- https://orgmode.org/manual/Advanced-Export-Configuration.html
For HTML export:
- https://pagepro.co/blog/how-to-build-a-slider-without-javascript/
- https://corpocrat.com/2015/12/09/20-cool-pure-css-sliders-without-jqueryjavascript/
Writing emacs packages: