diff options
author | Kyle Meyer <kyle@kyleam.com> | 2014-03-04 22:50:10 -0500 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2014-03-04 23:08:19 -0500 |
commit | a1ac29ed56473bd2b492f76588a046a537afbcd7 (patch) | |
tree | 4fdd17497ffb3000ab10200fbed96f053279acf6 /README | |
parent | dd98bb5e11f04b83f2c72e2e8c3c49e2ecd82100 (diff) | |
download | bog-a1ac29ed56473bd2b492f76588a046a537afbcd7.tar.gz |
ENH: Add functions to go to citekey heading
Diffstat (limited to 'README')
-rw-r--r-- | README | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -206,5 +206,7 @@ and taking notes with Org, not on writing research articles with Org. | (define-key bog-map "p" 'bog-find-citekey-pdf) | (define-key bog-map "r" 'bog-rename-staged-pdf-to-citekey) | (define-key bog-map "b" 'bog-find-citekey-bib) + | (define-key bog-map "h" 'bog-goto-citekey-heading-in-buffer) + | (define-key bog-map "H" 'bog-goto-citekey-heading-in-notes) | (define-key bog-map "w" 'bog-search-citekey-on-web) `---- |