When did I introduce that bug?

This commit is contained in:
Benson Chu 2023-12-07 19:12:19 -06:00
parent 5e10c4200b
commit efb8106d01

View file

@ -27,7 +27,7 @@
(require 'org-attach)
(require 'my-org-agenda-files)
(when (setq my/is-plaintext-mega-folder t)
(when my/has-plaintext-object-folder
(setq org-attach-id-dir
(expand-file-name "org-board-data"
my/plaintext-object-folder)))