Add extra org-attach config options
This commit is contained in:
parent
d0e6cfa652
commit
9208661441
4
init.el
4
init.el
|
@ -625,7 +625,9 @@ it will be tried first."
|
||||||
(use-package org-attach
|
(use-package org-attach
|
||||||
:after org
|
:after org
|
||||||
: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-use-inheritance t))
|
||||||
|
|
||||||
(use-package org-refile
|
(use-package org-refile
|
||||||
:after (org org-agenda)
|
:after (org org-agenda)
|
||||||
|
|
Loading…
Reference in a new issue