org: really hide the plantuml logo

Fix a5d6aa2.

* doc/org/.dir-locals.el.in, doc/org/init.el.in: Use
-Djava.awt.headless=true, not -Djava.awt.headless.
This commit is contained in:
Alexandre Duret-Lutz 2016-10-10 15:40:19 +02:00
parent ed45be98ea
commit a2575e0d3e
2 changed files with 2 additions and 2 deletions

View file

@ -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 "."

View file

@ -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")))