mirror of
https://git.savannah.gnu.org/git/emacs/org-mode.git
synced 2024-11-25 07:27:57 +00:00
Taskjuggler export: Fix a reference to a defcustom
* contrib/lisp/ox-taskjuggler.el (org-taskjuggler--build-task): Fix the reference to the target-version defcustom
This commit is contained in:
parent
7a6a4fc697
commit
971afe66d2
@ -721,7 +721,7 @@ a unique id will be associated to it."
|
||||
(and allocate
|
||||
(format " purge %s\n allocate %s\n"
|
||||
;; Compatibility for previous TaskJuggler versions.
|
||||
(if (>= org-export-taskjuggler-target-version 3.0) "allocate"
|
||||
(if (>= org-taskjuggler-target-version 3.0) "allocate"
|
||||
"allocations")
|
||||
allocate))
|
||||
(and complete (format " complete %s\n" comptete))
|
||||
|
Loading…
Reference in New Issue
Block a user