summaryrefslogtreecommitdiff
path: root/bog.el
diff options
context:
space:
mode:
Diffstat (limited to 'bog.el')
-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))