Remove duplicate definition for how to handle invisible edits in Org

Also change the default value to `show-and-error`, this seems the most
reasonable for my workflow.
This commit is contained in:
Daniel - 2022-12-16 13:54:29 +01:00
parent 461f212529
commit f798d8f952
Signed by: dbo
GPG Key ID: 784AA8DF0CCDF625
1 changed files with 1 additions and 2 deletions

View File

@ -798,7 +798,7 @@
org-log-note-clock-out nil
org-log-done 'note
org-clone-delete-id t
org-catch-invisible-edits 'error
org-catch-invisible-edits 'show-and-error
org-M-RET-may-split-line '((default . nil))
org-highlight-latex-and-related '(latex)
org-use-sub-superscripts '{}
@ -1097,7 +1097,6 @@ respectively."
:init (setq org-agenda-include-diary t
org-agenda-span 1
org-agenda-insert-diary-strategy 'top-level
org-catch-invisible-edits 'show
org-agenda-sorting-strategy '((agenda time-up priority-down effort-up category-keep)
(todo priority-down effort-up category-keep)
(tags priority-down effort-up category-keep)