Add usual task states to the default settings.
This commit is contained in:
parent
8d8dcbfdce
commit
20b945aa31
2 changed files with 9 additions and 2 deletions
|
@ -20,6 +20,13 @@ from org_rw import dump as dump_org
|
|||
from org_rw import load as load_org
|
||||
from org_rw import token_list_to_raw
|
||||
|
||||
# Set custom states
|
||||
for state in ("NEXT", "MEETING", "Q", "PAUSED", "SOMETIME", "TRACK", "WAITING"):
|
||||
org_rw.DEFAULT_TODO_KEYWORDS.append(state)
|
||||
|
||||
for state in ("DISCARDED", "VALIDATING"):
|
||||
org_rw.DEFAULT_DONE_KEYWORDS.append(state)
|
||||
|
||||
EXTENSIONS = [
|
||||
".org",
|
||||
".org.txt",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue