diff options
Diffstat (limited to 'bog.el')
-rw-r--r-- | bog.el | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -142,7 +142,8 @@ year, and the first meaningful word in the title)." maybe-citekey))) (defun bog-citekey-from-heading-title () - "Return first org heading that matches `bog-citekey-format'." + "Retrieve citekey from first parent heading that matches +`bog-citekey-format'." (save-excursion (save-restriction (widen) |