diff options
author | Kyle Meyer <kyle@kyleam.com> | 2015-02-19 23:02:28 -0500 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2015-02-19 23:02:28 -0500 |
commit | 4499436c080e572c3d121f9d80e0364b9f7d9fb3 (patch) | |
tree | a2a788356932e8a1126dc418f97a098f14c6703f /bog.el | |
parent | ac76074c852b7a9791f5b205972447a2e3a371e0 (diff) | |
download | bog-4499436c080e572c3d121f9d80e0364b9f7d9fb3.tar.gz |
Add bog-search-notes-for-citekey to commander
Diffstat (limited to 'bog.el')
-rw-r--r-- | bog.el | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1272,6 +1272,12 @@ chosen." "Find citekey BibTeX file." (bog-find-citekey-bib t)) +(def-bog-commander-method ?c + "Search notes for citekey with `org-search-view'." + ;; Switch to temporary buffer to prevent citekey being taken from + ;; context. + (with-temp-buffer (bog-search-notes-for-citekey))) + (def-bog-commander-method ?f "Find citekey file." (bog-find-citekey-file t)) |