FIX nil planning node bug

This commit is contained in:
Nathan Dwarshuis 2021-04-25 11:48:38 -04:00
parent 49f7975f77
commit 0ad2c38854
1 changed files with 1 additions and 1 deletions

View File

@ -1107,7 +1107,7 @@ timestamp in the contents of the headline will be shifted."
(offset unit subtree) (offset unit subtree)
(if (org-ml-get-property :todo-keyword subtree) (if (org-ml-get-property :todo-keyword subtree)
(org-ml-headline-map-planning* (org-ml-headline-map-planning*
(->> it (-some->> it
(org-ml-map-property* :scheduled (org-ml-map-property* :scheduled
(when it (org-ml-timestamp-shift offset unit it))) (when it (org-ml-timestamp-shift offset unit it)))
(org-ml-map-property* :deadline (org-ml-map-property* :deadline