From 43fb995ba4d596be4c217da774f58cc1403034a4 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Fri, 11 Mar 2022 11:40:36 +0100 Subject: [PATCH] Store link to recently attached files This allows to insert those links directly into the buffer afterwards. Might come in handy when inserting screenshots on Windows. --- init.el | 1 + 1 file changed, 1 insertion(+) diff --git a/init.el b/init.el index e869aaf..56ad628 100644 --- a/init.el +++ b/init.el @@ -788,6 +788,7 @@ org-cycle-separator-lines 0 org-special-ctrl-a/e t org-highlight-latex-and-related nil + org-attach-store-link-p 'attached org-blank-before-new-entry '((heading . t) (plain-list-item . t))