From aa163914518d87c71387e31e083747cb4d56a541 Mon Sep 17 00:00:00 2001 From: Carsten Dominik Date: Thu, 15 Jul 2010 07:20:26 +0200 Subject: [PATCH] Minor change --- lisp/org.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lisp/org.el b/lisp/org.el index 6118e1396..5f80d226f 100644 --- a/lisp/org.el +++ b/lisp/org.el @@ -5618,6 +5618,8 @@ and subscriipts." (setq table-p (org-looking-at-p org-table-dataline-regexp) comment-p (org-looking-at-p "[ \t]*#")) (goto-char pos) + ;; FIXME: Should we go back one character here, for a_b^c + ;; (goto-char (1- pos)) ;???????????????????? (if (or comment-p emph-p link-p keyw-p) t (put-text-property (match-beginning 3) (match-end 0) -- 2.11.4.GIT