From 8792acbe9e4f5121b24cb4b0aa6221ca14c340dd Mon Sep 17 00:00:00 2001 From: fpi Date: Tue, 23 Feb 2021 10:09:41 +0100 Subject: Update org-edna project task trigger .. to consider if the next task really needs to be set to NEXT --- emacs-init.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emacs-init.org b/emacs-init.org index 635f9a9..8b82130 100644 --- a/emacs-init.org +++ b/emacs-init.org @@ -4525,7 +4525,7 @@ Org Edna ("L" (jmm/org-edna-link "todo!(NEXT)")) ("n" (jmm/org-edna-set-trigger-and-point "next-sibling todo!(NEXT)")) ("N" (jmm/org-edna-set-trigger-and-point "next-sibling todo!(NEXT) chain!(\"TRIGGER\")")) - ("P" (jmm/org-edna-set-trigger-and-point "next-sibling todo!(NEXT) chain!(\"TRIGGER\") if siblings then parent todo!(DONE) endif")) + ("P" (jmm/org-edna-set-trigger-and-point "if next-sibling todo-state?(HOLD) then else next-sibling todo!(NEXT) endif next-sibling chain!(\"TRIGGER\") if siblings then parent todo!(DONE) endif")) ("p" (jmm/org-edna-set-trigger-and-point "parent todo!(DONE)")) ("q" nil))) #+end_src -- cgit v1.2.3