org-attach don't use inheritance
This commit is contained in:
parent
f8e8ef1fae
commit
2bbcd853c2
2
init.el
2
init.el
|
@ -454,7 +454,7 @@
|
||||||
:custom
|
: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-dir-relative t)
|
||||||
(org-attach-use-inheritance t))
|
(org-attach-use-inheritance nil))
|
||||||
|
|
||||||
(use-package org-refile
|
(use-package org-refile
|
||||||
:after (org org-agenda)
|
:after (org org-agenda)
|
||||||
|
|
Loading…
Reference in a new issue