From 5c82e1e1dd4d4c81aebbf27b37a277d449ba3727 Mon Sep 17 00:00:00 2001 From: Ihor Radchenko Date: Fri, 10 Nov 2023 12:06:36 +0200 Subject: [PATCH] org-plantuml-exec-mode: Fix obsolete variable name in the docstring * lisp/ob-plantuml.el (org-plantuml-exec-mode): Use new `org-plantuml-args' variable name. Reported-by: Leo Butler Link: https://orgmode.org/list/87zfzmnvl7.fsf@t14.reltub.ca --- lisp/ob-plantuml.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/ob-plantuml.el b/lisp/ob-plantuml.el index 3202c6e41..febdb3964 100644 --- a/lisp/ob-plantuml.el +++ b/lisp/ob-plantuml.el @@ -57,7 +57,7 @@ The JAR can be configured via `org-plantuml-jar-path'. `plantuml' means to use the PlantUML executable. The executable can be configured via `org-plantuml-executable-path'. -You can also configure extra arguments via `org-plantuml-executable-args'." +You can also configure extra arguments via `org-plantuml-args'." :group 'org-babel :package-version '(Org . "9.4") :type 'symbol