Catch invisible area edits in org-mode

This commit is contained in:
Wojciech Kozlowski 2019-07-24 15:54:13 +02:00
parent 2b32f9b282
commit 3d6dacf470

View File

@ -49,7 +49,9 @@
;; Add timestamp when tasks are marked as done.
org-log-done t
;; Open org files unfolded
org-startup-folded nil)
org-startup-folded nil
;; Catch edits in invisible areas (space after the ellipsis ...)
org-catch-invisible-edits 'error)
;; ------------------------------------------------------------------------
;; Set workflow states.