From 6eb3e4e94360187840e273c3495e825377844059 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Fri, 11 Mar 2022 11:46:56 +0100 Subject: [PATCH] Do not automatically add ATTACH tag I do not need this tag and it might confuse me. --- init.el | 1 + 1 file changed, 1 insertion(+) diff --git a/init.el b/init.el index 56ad628..12dac56 100644 --- a/init.el +++ b/init.el @@ -789,6 +789,7 @@ org-special-ctrl-a/e t org-highlight-latex-and-related nil org-attach-store-link-p 'attached + org-attach-auto-tag nil org-blank-before-new-entry '((heading . t) (plain-list-item . t))