diff options
author | Kyle Meyer <kyle@kyleam.com> | 2015-01-31 23:34:43 -0500 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2015-01-31 23:34:43 -0500 |
commit | 06861654b163b743af262aa16b49c20a793d6998 (patch) | |
tree | 60a43f7ef9449067d12bd55fc2e07c9542566af4 /bog.el | |
parent | fcd413951fbfae64ee03ee6043d675e01ca986f7 (diff) | |
download | bog-06861654b163b743af262aa16b49c20a793d6998.tar.gz |
Add bog-open-{first-}citekey-link to commander
Diffstat (limited to 'bog.el')
-rw-r--r-- | bog.el | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1109,6 +1109,14 @@ chosen." "Jump to topic heading in notes." (bog-jump-to-topic-heading)) +(def-bog-commander-method ?l + "Open a link for a citekey heading." + (bog-open-citekey-link)) + +(def-bog-commander-method ?L + "Open first link for a citekey heading." + (bog-open-first-citekey-link)) + (def-bog-commander-method ?s "Search notes with `org-search-view'." (bog-search-notes)) |