|
|
@ -580,3 +580,15 @@ Configure the default capture template for daily entries. |
|
|
|
:file-name "daily/%<%Y-%m-%d>" |
|
|
|
:head "#+TITLE: %<%Y-%m-%d>\n"))) |
|
|
|
#+end_src |
|
|
|
|
|
|
|
** Presentations |
|
|
|
|
|
|
|
Produce high quality presentations that work anywhere with =HTML/JS= via the =reveal.js= package. |
|
|
|
|
|
|
|
https://github.com/hexmode/ox-reveal |
|
|
|
+ Configure to use =cdn= |
|
|
|
|
|
|
|
#+begin_src emacs-lisp |
|
|
|
(use-package ox-reveal |
|
|
|
:custom (org-reveal-root "https://cdn.jsdelivr.net/reveal.js/3.9.2/")) |
|
|
|
#+end_src |