ox-taskjuggler: Small fix
* contrib/lisp/ox-taskjuggler.el (org-taskjuggler-assign-task-ids): Small fix.
This commit is contained in:
parent
0de6a339ed
commit
61d8ebd472
|
@ -145,9 +145,7 @@
|
||||||
;;
|
;;
|
||||||
;;; Code:
|
;;; Code:
|
||||||
|
|
||||||
(eval-when-compile
|
(eval-when-compile (require 'cl))
|
||||||
(require 'cl)
|
|
||||||
(defvar build-id))
|
|
||||||
|
|
||||||
(require 'ox)
|
(require 'ox)
|
||||||
|
|
||||||
|
@ -400,6 +398,7 @@ communication channel. Return value is an alist between
|
||||||
headlines and their associated ID. IDs are hierarchical, which
|
headlines and their associated ID. IDs are hierarchical, which
|
||||||
means they only need to be unique among the task siblings."
|
means they only need to be unique among the task siblings."
|
||||||
(let* (alist
|
(let* (alist
|
||||||
|
build-id ; For byte-compiler.
|
||||||
(build-id
|
(build-id
|
||||||
(lambda (tasks local-ids)
|
(lambda (tasks local-ids)
|
||||||
(org-element-map tasks 'headline
|
(org-element-map tasks 'headline
|
||||||
|
|
Loading…
Reference in New Issue