Browse Source

Minor change

Carsten Dominik 15 năm trước cách đây
mục cha
commit
aa16391451
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      lisp/org.el

+ 2 - 0
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)