diff --git a/doc/org/.dir-locals.el.in b/doc/org/.dir-locals.el.in index 5459cad8f..e5f3385d4 100644 --- a/doc/org/.dir-locals.el.in +++ b/doc/org/.dir-locals.el.in @@ -41,7 +41,7 @@ ; Prevent the plantuml logo to annoying appear on ; top of whatever you are doing when the project ; compiles in the background. - (:java . "-Djava.awt.headless"))) + (:java . "-Djava.awt.headless=true"))) (org-publish-project-alist . (("spot-html" :base-directory "." diff --git a/doc/org/init.el.in b/doc/org/init.el.in index ceaa4c34f..11457eff0 100644 --- a/doc/org/init.el.in +++ b/doc/org/init.el.in @@ -37,7 +37,7 @@ ;; prevent the plantuml logo to annoying appear on top of ;; whatever you are doing when the project compiles in the ;; background. - (:java . "-Djava.awt.headless"))) + (:java . "-Djava.awt.headless=true"))) (setenv "PATH" (concat "@abs_top_builddir@/bin" path-separator (getenv "PATH")))