From 52cdf533284c4ab91e3ce5a568ee8b999ede1dc6 Mon Sep 17 00:00:00 2001 From: Ihor Radchenko Date: Wed, 27 Oct 2021 14:51:29 +0800 Subject: [PATCH] Revert "org-do-emphasis-faces: Never treat closing marker as next opening marker" This reverts commit fa315986a115028d289f4921281e44e35842a27b. The commit broke fontification of nested emphasis like /italic *bold* more italic/. --- lisp/org.el | 1 - 1 file changed, 1 deletion(-) diff --git a/lisp/org.el b/lisp/org.el index d73df1325..1f90bf001 100644 --- a/lisp/org.el +++ b/lisp/org.el @@ -5129,7 +5129,6 @@ stacked delimiters is N. Escaping delimiters is not possible." '(invisible t)) (add-text-properties (match-beginning 3) (match-end 3) '(invisible t))) - (goto-char (match-end 0)) (throw :exit t)))))))) (defun org-emphasize (&optional char)