Преглед на файлове

org.el (org-nonsticky-props): Add `htmlize-link'

* org.el (org-nonsticky-props): Add `htmlize-link'.

Thanks to Samuel Wales for reporting a bug related to this.
Bastien Guerry преди 13 години
родител
ревизия
317a96a471
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      lisp/org.el

+ 1 - 1
lisp/org.el

@@ -5286,7 +5286,7 @@ will be prompted for."
     (and move (backward-char 1))))
     (and move (backward-char 1))))
 
 
 (defconst org-nonsticky-props
 (defconst org-nonsticky-props
-  '(mouse-face highlight keymap invisible intangible help-echo org-linked-text))
+  '(mouse-face highlight keymap invisible intangible help-echo org-linked-text htmlize-link))
 
 
 (defsubst org-rear-nonsticky-at (pos)
 (defsubst org-rear-nonsticky-at (pos)
   (add-text-properties (1- pos) pos (list 'rear-nonsticky org-nonsticky-props)))
   (add-text-properties (1- pos) pos (list 'rear-nonsticky org-nonsticky-props)))