From 06861654b163b743af262aa16b49c20a793d6998 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Sat, 31 Jan 2015 23:34:43 -0500 Subject: Add bog-open-{first-}citekey-link to commander --- bog.el | 8 ++++++++ 1 file changed, 8 insertions(+) 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)) -- cgit v1.2.3