summaryrefslogtreecommitdiff
path: root/bog.el
diff options
context:
space:
mode:
Diffstat (limited to 'bog.el')
-rw-r--r--bog.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/bog.el b/bog.el
index 755bcb9..84a94c9 100644
--- a/bog.el
+++ b/bog.el
@@ -80,7 +80,7 @@ settings:
:type 'regexp)
(defcustom bog-citekey-format-allow-at t
- "Treat '@' as a word charcter, as it is in Org mode.
+ "Treat '@' as a word character, as it is in Org mode.
If this value is nil, Bog functions treat '@' as a punctuation
character, which allows them to work on Pandoc's @citekey format.
@@ -1245,7 +1245,7 @@ nil, use ?a. The level to sort is determined by
Unlike `bog-sort-topic-headings-in-buffer', sort topic headings
in all note files."
(interactive)
- (org-map-entries (lambda () (bog-sort-if-topic-header sorting-type))
+ (org-map-entries (lambda () (bog-sort-if-topic-header sorting-type))
nil (bog-notes)))
(defun bog-sort-if-topic-header (sorting-type)