From 3d6dacf4707841166e374e66121682989c667d8b Mon Sep 17 00:00:00 2001 From: Wojciech Kozlowski Date: Wed, 24 Jul 2019 15:54:13 +0200 Subject: [PATCH] Catch invisible area edits in org-mode --- modules/org.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/modules/org.el b/modules/org.el index 0a287fb..f04617b 100644 --- a/modules/org.el +++ b/modules/org.el @@ -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.