summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--emacs-config.org7
1 files changed, 7 insertions, 0 deletions
diff --git a/emacs-config.org b/emacs-config.org
index 3b84bc9..120901e 100644
--- a/emacs-config.org
+++ b/emacs-config.org
@@ -662,6 +662,13 @@ Redisplay images when executing an org block.
(org-redisplay-inline-images)))))
#+end_src
+Set PlantUML path. Note requires =plantuml= and =graphviz= package to be installed on your system.
+#+begin_src elisp
+ (with-eval-after-load 'ob-plantuml
+ (setq-default
+ org-plantuml-jar-path "/usr/share/java/plantuml/plantuml.jar"))
+#+end_src
+
*** Org Export
:PROPERTIES:
:header-args:elisp: :tangle no :noweb-ref org-export-settings :results none