summary refs log tree commit diff
diff options
context:
space:
mode:
authornoa@gaiwan.org2024-07-02 11:36:59 +0000
committernoa@gaiwan.org2024-07-02 11:36:59 +0000
commit7c2d6969e18172eae6615ac0c324daa6d6cd0fa7 (patch)
treee2e4328562ec8df50ea2b0b2857b611a50bc14f7
parenta16d6460b25049691db99073b3e6b2f0d1ce8ca7 (diff)
Fix mismatched parens
-rw-r--r--config.org3
1 files changed, 1 insertions, 2 deletions
diff --git a/config.org b/config.org
index ae33b37..bb6cb91 100644
--- a/config.org
+++ b/config.org
@@ -814,8 +814,7 @@ I generate my website using org mode.  I use the built in ox-publish subsystem f
   	 :html-link-home "https://noa.pub/"
   	 :html-link-use-abs-url t
            :exclude ".*"
-           :include ("index.org")))
-        ))
+           :include ("index.org"))))
 #+end_src
 
 We also need to install a newer version of htmlize so that we can properly convert syntax highlighted code into html.  I wish there was a way to turn this off, but i couldn't easily find it, so we're stuck with it for now.