From f123ebeb8689e6a6a53e2a70be3375a978cac238 Mon Sep 17 00:00:00 2001 From: Christopher James Hayward Date: Fri, 5 Mar 2021 16:10:02 -0500 Subject: [PATCH] Fix capture templates --- modules/writing.el | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/modules/writing.el b/modules/writing.el index b69c9c8..7df6e3f 100644 --- a/modules/writing.el +++ b/modules/writing.el @@ -158,12 +158,16 @@ " #+TITLE: ${title} #+AUTHOR: Christopher James Hayward - -#+EXPORT_FILE_NAME: ${slug} -#+OPTIONS: toc:nil num:nil reveal_title_slide:nil +#+EMAIL: chris@chrishayward.xyz #+REVEAL_ROOT: https://cdn.jsdelivr.net/npm/reveal.js #+REVEAL_THEME: serif + +#+EXPORT_FILE_NAME: ${slug} + +#+OPTIONS: reveal_title_slide:nil +#+OPTIONS: num:nil toc:nil todo:nil tasks:nil tags:nil +#+OPTIONS: skip:nil author:nil email:nil creator:nil timestamp:nil "))) ;; Agenda @@ -197,6 +201,10 @@ #+TITLE: ${title} #+SUBTITLE: #+AUTHOR: Christopher James Hayward +#+EMAIL: chris@chrishayward.xyz + +#+OPTIONS: num:nil toc:nil todo:nil tasks:nil tags:nil +#+OPTIONS: skip:nil author:nil email:nil creator:nil timestamp:nil ")))