diff options
author | Kyle Meyer <kyle@kyleam.com> | 2015-03-16 22:41:04 -0400 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2015-03-16 22:41:04 -0400 |
commit | 6218b61a377e193dde9c01db59bb010e0a8b4aed (patch) | |
tree | 1c461f67c586a9b1b7eb83f28de773b7c9901287 /NEWS | |
parent | 1db31b558b8280d09fd82d8f167a6e4d73e19ead (diff) | |
download | bog-6218b61a377e193dde9c01db59bb010e0a8b4aed.tar.gz |
Support highlighting citekeys in non-Org buffers
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -22,6 +22,10 @@ - All Bog commands now work outside of Org buffers. To access them, bind =bog-command= a global key. +- When Bog mode is turned on in non-Org buffers, text matching + bog-citekey-format is now highlighted, without relying on + Org-specific font-lock mechanisms. + - New command =bog-citekey-tree-to-indirect-buffer= opens the subtree for a citekey in an indirect buffer. The citekey is either taken from at point or selected from all heading citekeys. |