summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2015-01-31 23:34:43 -0500
committerKyle Meyer <kyle@kyleam.com>2015-01-31 23:34:43 -0500
commit06861654b163b743af262aa16b49c20a793d6998 (patch)
tree60a43f7ef9449067d12bd55fc2e07c9542566af4
parentfcd413951fbfae64ee03ee6043d675e01ca986f7 (diff)
downloadbog-06861654b163b743af262aa16b49c20a793d6998.tar.gz
Add bog-open-{first-}citekey-link to commander
-rw-r--r--bog.el8
1 files changed, 8 insertions, 0 deletions
diff --git a/bog.el b/bog.el
index 148d78c..e98b855 100644
--- a/bog.el
+++ b/bog.el
@@ -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))