From 9208661441b35983066ac294b0b9e492ae34d35c Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Sun, 26 May 2024 22:10:03 +0100 Subject: [PATCH] Add extra org-attach config options --- init.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/init.el b/init.el index fda169d..ae56f63 100644 --- a/init.el +++ b/init.el @@ -625,7 +625,9 @@ it will be tried first." (use-package org-attach :after org :custom - (org-attach-id-dir (expand-file-name "data/" org-directory))) + (org-attach-id-dir (expand-file-name "data/" org-directory)) + (org-attach-dir-relative t) + (org-attach-use-inheritance t)) (use-package org-refile :after (org org-agenda)