From a5969f6ab3c3bf85e5ea754fa699e29a7edd70e5 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Thu, 22 Sep 2022 09:35:56 +0200 Subject: [PATCH] Add note to Org item when refiling Nice add-on would be to automatically add a link to the new parent when refiling, so that I can find all (former and current) sub-items by searching for backlinks. This does not seem to be supported out of the box, is it? --- init.el | 1 + 1 file changed, 1 insertion(+) diff --git a/init.el b/init.el index 484739a..b2e7ea7 100644 --- a/init.el +++ b/init.el @@ -786,6 +786,7 @@ org-log-into-drawer "LOGBOOK" org-log-reschedule 'note org-log-redeadline 'note + org-log-refile 'note org-log-note-clock-out nil org-log-done 'note org-clone-delete-id t