From 752cc254dea30a7fa060b589218100815e65d497 Mon Sep 17 00:00:00 2001 From: Christopher James Hayward Date: Mon, 15 Feb 2021 18:11:36 +0000 Subject: [PATCH] Fix capture template for slides --- README.org | 5 ++++- modules/writing.el | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/README.org b/README.org index 5ae1357..73bab88 100644 --- a/README.org +++ b/README.org @@ -919,7 +919,7 @@ Produce high quality presentations that work anywhere with =HTML/JS= and the [[h #+begin_src emacs-lisp (use-package ox-reveal - :after ox-roam + :after ox :custom (org-reveal-root "https://cdn.jsdelivr.net/npm/reveal.js")) #+end_src @@ -938,7 +938,10 @@ Create a capture template for creating slides quickly, with our desired configur ,#+AUTHOR: Christopher James Hayward ,#+EXPORT_FILE_NAME: ${slug} +,#+OPTIONS: toc:nil num:nil reveal_title_slide:nil + ,#+REVEAL_ROOT: https://cdn.jsdelivr.net/npm/reveal.js +,#+REVEAL_THEME: serif "))) #+end_src diff --git a/modules/writing.el b/modules/writing.el index 34b5ce4..90adc72 100644 --- a/modules/writing.el +++ b/modules/writing.el @@ -75,7 +75,7 @@ "))) (use-package ox-reveal - :after ox-roam + :after ox :custom (org-reveal-root "https://cdn.jsdelivr.net/npm/reveal.js")) (with-eval-after-load 'org-roam @@ -90,7 +90,10 @@ #+AUTHOR: Christopher James Hayward #+EXPORT_FILE_NAME: ${slug} +#+OPTIONS: toc:nil num:nil reveal_title_slide:nil + #+REVEAL_ROOT: https://cdn.jsdelivr.net/npm/reveal.js +#+REVEAL_THEME: serif "))) (unless (string-match-p "\\.gpg" org-agenda-file-regexp)