summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2019-05-30 14:19:09 +0200
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2019-05-30 14:19:09 +0200
commit24555a0c009a6fd24427109c881049ff73c096c3 (patch)
tree6f890d993e7d4460ba8718f3918f600c4b03edfd
parente4f5a194c7cde17c4e568c66e1112601e588e5a0 (diff)
downloadorg-mode-24555a0c009a6fd24427109c881049ff73c096c3.tar.gz
Revert "Fix strike-through fontification on heading"
This reverts commit 42abf5c6954dee8410e33d0c5140d3b36c9d1c15.
-rw-r--r--lisp/org.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org.el b/lisp/org.el
index 645d507..5bd1297 100644
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -5821,7 +5821,7 @@ This should be called after the variable `org-link-parameters' has changed."
(not (and (save-match-data (org-match-line "[ \t]*|"))
(string-match-p "|" (match-string 4))))))
(pcase-let ((`(,_ ,face ,_) (assoc marker org-emphasis-alist)))
- (font-lock-append-text-property
+ (font-lock-prepend-text-property
(match-beginning 2) (match-end 2) 'face face)
(when verbatim?
(org-remove-flyspell-overlays-in