From 830097b0a94d4df59d1600180448138c5c4011fe Mon Sep 17 00:00:00 2001 From: Tom Alexander Date: Thu, 14 Sep 2023 02:18:49 -0400 Subject: [PATCH] Add a test showing we are not handling fast access states in todo keywords. --- .../sections_and_headings/fast_access_todo_states.org | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 org_mode_samples/sections_and_headings/fast_access_todo_states.org diff --git a/org_mode_samples/sections_and_headings/fast_access_todo_states.org b/org_mode_samples/sections_and_headings/fast_access_todo_states.org new file mode 100644 index 0000000..a197dcd --- /dev/null +++ b/org_mode_samples/sections_and_headings/fast_access_todo_states.org @@ -0,0 +1,6 @@ +#+TODO: TODO(t) INPROGRESS(i/!) | DONE(d!) CANCELED(c@/!) +# ! : Log changes leading to this state. +# @ : Log changes leading to this state and prompt for a comment to include. +# /! : Log changes leaving this state if and only if to a state that does not log. This can be combined with the above like WAIT(w!/!) or DELAYED(d@/!) +* INPROGRESS +- State "TODO" from "INPROGRESS" [2023-09-14 Thu 02:13]