Fix 'wrong-type-argument listp' error from org-noter

This commit is contained in:
Henrik Lissner 2020-05-19 18:36:40 -04:00
parent 92b98bed11
commit 695ecf67cc
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -8,7 +8,7 @@
;; If not set then use `org-directory'
(defvar org-noter-notes-search-path nil)
:config
(setq org-noter-auto-save-last-location t
org-noter-separate-notes-from-heading t)
(unless org-noter-notes-search-path
(setq org-noter-notes-search-path org-directory)))
(setq org-noter-notes-search-path (list org-directory)))
(setq org-noter-auto-save-last-location t
org-noter-separate-notes-from-heading t))