From 8bd9839952baa42b1c8aa4150ec6420b009f9f5d Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Sat, 2 Dec 2017 23:07:51 +0100 Subject: [PATCH] Revert "Fix headline fontification" This reverts commit 5873d9912145fb19d00cfa47587f8e16c59da56a. --- lisp/org.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/org.el b/lisp/org.el index f25088f07..7a4060b2d 100644 --- a/lisp/org.el +++ b/lisp/org.el @@ -5762,7 +5762,7 @@ This should be called after the variable `org-link-parameters' has changed." (looking-at (if verbatim? org-verbatim-re org-emph-re)) ;; Do not span over paragraph boundaries. (not (string-match-p org-element-paragraph-separate - (match-string 0))) + (match-string 2))) ;; Do not span over cells in table rows. (not (and (save-match-data (org-match-line "[ \t]*|")) (string-match-p "|" (match-string 4))))))