summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bog.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/bog.el b/bog.el
index fc37634..ead8221 100644
--- a/bog.el
+++ b/bog.el
@@ -848,7 +848,7 @@ If the citekey file prompt is slow to appear, consider enabling
All headings from Org files in `bog-note-directory' at or above
level `bog-refile-maxlevel' are considered."
(interactive)
- (let ((org-refile-targets `((,(bog-notes)
+ (let ((org-refile-targets `((bog-notes
:maxlevel . ,bog-refile-maxlevel))))
(org-refile)))