Not handle NO_EXPORT tag automatically anymore

This commit is contained in:
Daniel - 2020-01-30 15:40:31 +01:00
parent 09ac6b08c4
commit ebe853406c
No known key found for this signature in database
GPG Key ID: 1C7071A75BB72D64
1 changed files with 2 additions and 2 deletions

View File

@ -764,8 +764,8 @@ With given ARG, display files in `db/important-document-path."
org-todo-state-tags-triggers
'(("WAIT" ("WAIT" . t))
("HOLD" ("HOLD" . t))
(done ("HOLD") ("WAIT") ("DATE") ("NO_EXPORT" . t))
("TODO" ("HOLD") ("WAIT") ("NO_EXPORT"))
(done ("HOLD") ("WAIT") ("DATE"))
("TODO" ("HOLD") ("WAIT"))
("READ" ("READ" . t) ("HOLD") ("WAIT"))
("GOTO" ("DATE" . t) ("HOLD") ("WAIT"))
("CONT" ("HOLD") ("WAIT"))