summaryrefslogtreecommitdiff
path: root/emacs-config.org
diff options
context:
space:
mode:
authorBlake Romero <blake@blkrom.com>2025-10-05 23:35:54 +0100
committerBlake Romero <blake@blkrom.com>2025-10-05 23:35:54 +0100
commit726cd83e8a6e7883ff526bf32325ee8d3f6fd584 (patch)
treeb3147e925e0631a51e63bc030979c8f342d094c4 /emacs-config.org
parent3120f1a3688ef5ddef7c2c597f8e8b3648713f23 (diff)
Add PlantUML path to org babel
Diffstat (limited to 'emacs-config.org')
-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