From 016bfaefd592412ade3b36f4b96cd8bf14f72946 Mon Sep 17 00:00:00 2001 From: Carsten Dominik Date: Mon, 17 May 2010 18:39:26 +0200 Subject: [PATCH] Move entity search to later in the fontification --- lisp/org.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/org.el b/lisp/org.el index 34dd050c0..a4c307718 100644 --- a/lisp/org.el +++ b/lisp/org.el @@ -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