0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-08-27 04:02:53 +00:00

Move entity search to later in the fontification

This commit is contained in:
Carsten Dominik 2010-05-17 18:39:26 +02:00
parent 2daea07630
commit 016bfaefd5

View file

@ -5184,7 +5184,6 @@ For plain list items, if they are matched by `outline-regexp', this returns
(2 'org-footnote t)))
'("^&?%%(.*\\|<%%([^>\n]*?>" (0 'org-sexp-date t))
'(org-hide-wide-columns (0 nil append))
'(org-fontify-entities)
;; TODO lines
(list (concat "^\\*+[ \t]+" org-todo-regexp "\\([ \t]\\|$\\)")
'(1 (org-get-todo-face 1) t))
@ -5223,6 +5222,7 @@ For plain list items, if they are matched by `outline-regexp', this returns
'(1 'org-archived prepend))
;; Specials
'(org-do-latex-and-special-faces)
'(org-fontify-entities)
;; Code
'(org-activate-code (1 'org-code t))
;; COMMENT