From fce0f0baadc881bddeb613d3d6a2ec8860187186 Mon Sep 17 00:00:00 2001 From: David Crompton Date: Mon, 18 Sep 2023 21:21:35 -0400 Subject: [PATCH] reveal js --- main.org | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/main.org b/main.org index 869c5ad..853ecc5 100644 --- a/main.org +++ b/main.org @@ -324,6 +324,18 @@ For more export formats we use pandoc: :after org) #+end_src +Writing mockup presentations can be quicker when you focus on the text +of the presentation first, and prettifying later. Reveal.js is a nice +in between of these. + +#+begin_src elisp :tangle yes + (leaf ox-reveal :ensure t + :require t + :after org + :config + (setq org-reveal-root "https://cdn.jsdelivr.net/npm/reveal.js")) +#+end_src + Nicer LaTeX editing (AuCTeX): #+begin_src elisp :tangle yes @@ -337,7 +349,7 @@ nice. Should use the export based templating probably. Eventually. #+begin_src elisp :tangle yes (leaf org-cfg :after org - :require org-ref oc-csl org-tempo ox-latex ox-pandoc + :require org-ref oc-csl org-tempo ox-latex ox-pandoc ox-reveal :init :bind ("C-c ]" . org-ref-insert-link) @@ -397,6 +409,7 @@ And in case we want to make some (GNU)?plots? (leaf gnuplot :ensure t) #+end_src + *** Org Mode Agenda/Calendar Things **** Agenda Location