From 4659c3042bb52c9281f3d971651dbe4218f03a0a Mon Sep 17 00:00:00 2001
From: Joel Grunbaum <joelgrun@gmail.com>
Date: Sat, 20 Jun 2020 04:06:38 +0000
Subject: [PATCH] set planuml execution mode

---
 config.org |   18 +++++++++++-------
 1 files changed, 11 insertions(+), 7 deletions(-)

diff --git a/config.org b/config.org
index ec2c09f..2f8d93c 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
@@ -1001,7 +1001,8 @@
     (cond ((eq system-type 'windows-nt)
            (setq plantuml-jar-path "c:/ProgramData/chocolatey/lib/plantuml/tools/plantuml.jar"))
           ((eq system-type 'gnu/linux)
-           (setq plantuml-jar-path "/usr/share/java/plantuml/plantuml.jar"))))
+           (setq plantuml-jar-path "/usr/share/java/plantuml/plantuml.jar")))
+    (setq planuml-default-exec-mode 'jar))
 #+END_SRC
 
 *** COMMENT Racket
@@ -1353,14 +1354,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