FIX nil planning node bug
This commit is contained in:
parent
49f7975f77
commit
0ad2c38854
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue