From f798d8f9523ca11aae733c8e1af1c69b692b0e37 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Fri, 16 Dec 2022 13:54:29 +0100 Subject: [PATCH] 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. --- init.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/init.el b/init.el index 89e7236..a07b231 100644 --- a/init.el +++ b/init.el @@ -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)