diff options
| author | noa@gaiwan.org | 2024-07-02 11:36:59 +0000 |
|---|---|---|
| committer | noa@gaiwan.org | 2024-07-02 11:36:59 +0000 |
| commit | 7c2d6969e18172eae6615ac0c324daa6d6cd0fa7 (patch) | |
| tree | e2e4328562ec8df50ea2b0b2857b611a50bc14f7 | |
| parent | a16d6460b25049691db99073b3e6b2f0d1ce8ca7 (diff) | |
Fix mismatched parens
| -rw-r--r-- | config.org | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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. |
