Commit 4f7bbc836d16

Vincent Demeester <vincent@sbr.pm>
2020-04-28 23:34:36
config-org.el: add org-catch-invisible-edits
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 58a84ba
Changed files (1)
tools
emacs
tools/emacs/config/config-org.el
@@ -99,7 +99,8 @@
         org-yank-adjusted-subtrees t
         org-image-actual-width nil
         org-startup-with-inline-images nil
-        org-list-demote-modify-bullet '(("+" . "-") ("-" . "+")))
+        org-list-demote-modify-bullet '(("+" . "-") ("-" . "+"))
+        org-catch-invisible-edits 'error)
   (setcar (nthcdr 4 org-emphasis-regexp-components) 10)
   :hook (org-mode . vde/org-mode-hook))
 ;; -OrgMain