diff options
author | Kyle Meyer <kyle@kyleam.com> | 2014-11-23 00:45:47 -0500 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2014-11-23 00:45:47 -0500 |
commit | dff85f2f57f68a63b922aa101bfc130fdf80b13a (patch) | |
tree | 67e4e927b0bb2177b9dde331e4783ac70cf1f90c /bog-todo.org | |
parent | 3bb227f34ceac610b594583ac38b453dca065790 (diff) | |
download | bog-dff85f2f57f68a63b922aa101bfc130fdf80b13a.tar.gz |
Fix inconsistent citekey highlighting
With the previous approach, some citekeys weren't highlighted until text
near them was changed. I'm still not certain why this is, but using
`org-font-lock-hook' seems to fix it.
Diffstat (limited to 'bog-todo.org')
-rw-r--r-- | bog-todo.org | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bog-todo.org b/bog-todo.org index aa476b6..22873d3 100644 --- a/bog-todo.org +++ b/bog-todo.org @@ -4,7 +4,7 @@ * General -** BUG Inconsistent face highlighting +** DONE Inconsistent face highlighting Some citekeys are not highlighed until the surrounding text is altered. |