From 0a6cd2a41136263a2ffbe46c3ba1d321a033567f Mon Sep 17 00:00:00 2001
From: Joel Grunbaum <joelgrun@gmail.com>
Date: Wed, 17 Jun 2020 12:04:15 +0000
Subject: [PATCH] changed journal publishing settings

---
 config.org |   15 +++++++++------
 1 files changed, 9 insertions(+), 6 deletions(-)

diff --git a/config.org b/config.org
index ec2c09f..74c2559 100644
--- a/config.org
+++ b/config.org
@@ -935,7 +935,7 @@
     :after company
     :config
     (add-to-list 'company-backends '(company-math-symbols-unicode company-math-symbols-latex
-                                     compant-latex-commands))
+                                     company-latex-commands))
     (setq company-math-allow-latex-symbols-in-faces t))
 
   (use-package company-reftex
@@ -1353,14 +1353,17 @@
                  :base-directory "~/Documents/Journal/entry/"
                  :publishing-directory "~/Documents/Journal/out/"
                  :publishing-function org-html-publish-to-html
-                 :htmlized-source t
+                 ;;:htmlized-source t
                  :section-numbers nil
                  :html-preamble t
-                 :validation-link nil
-                 ;; :makeindex t
+                 :html-validation-link nil
+
                  :auto-sitemap t
-                 :sitemap-file-entry-format "%d"
-                 :sitemap-format-entry (concat (org-publish-find-date) " - " (org-publish-find-title)))))
+                 :sitemap-sort-files anti-chronologically
+                 :sitemap-file-entry-format "%d - %t"
+                 :sitemap-title "Home"
+                 :sitemap-filename "index.html"
+                 :sitemap-function org-publish-sitemap)))
 #+END_SRC
 ** COMMENT Daily
 Using Org-Journal for daily journaling.

--
Gitblit v1.9.3