Fix 'wrong-type-argument listp' error from org-noter
This commit is contained in:
parent
92b98bed11
commit
695ecf67cc
1 changed files with 3 additions and 3 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue