From 0ad2c38854cda1d300e44fde5c5681a8f5b81cbe Mon Sep 17 00:00:00 2001 From: ndwarshuis Date: Sun, 25 Apr 2021 11:48:38 -0400 Subject: [PATCH] FIX nil planning node bug --- local/lib/org-x/org-x.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/local/lib/org-x/org-x.el b/local/lib/org-x/org-x.el index 72af87f..05b7cf9 100644 --- a/local/lib/org-x/org-x.el +++ b/local/lib/org-x/org-x.el @@ -1107,7 +1107,7 @@ timestamp in the contents of the headline will be shifted." (offset unit subtree) (if (org-ml-get-property :todo-keyword subtree) (org-ml-headline-map-planning* - (->> it + (-some->> it (org-ml-map-property* :scheduled (when it (org-ml-timestamp-shift offset unit it))) (org-ml-map-property* :deadline