summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--init.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/init.el b/init.el
index d7c5117..4e378ba 100644
--- a/init.el
+++ b/init.el
@@ -112,6 +112,9 @@
org-clock-into-drawer t
org-todo-keywords '((sequence "TODO(t)" "STARTED(s)" "WAITING(w@)"
"|" "DONE(d)" "NA(n@)")))
+
+ (put 'org-log-done 'safe-local-variable #'booleanp)
+
(setq org-catch-invisible-edits 'error
org-special-ctrl-k t
org-insert-heading-respect-content t