diff options
-rw-r--r-- | bog.el | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1298,6 +1298,10 @@ chosen." "Open first link for a citekey heading." (bog-open-first-citekey-link)) +(def-bog-commander-method ?r + "Rename staged file." + (bog-rename-staged-file-to-citekey t)) + (def-bog-commander-method ?s "Search notes with `org-search-view'." (bog-search-notes)) |