0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-07-16 18:46:26 +00:00

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.
This commit is contained in:
Bastien Guerry 2012-12-23 21:17:43 +01:00
parent 98a5f3df32
commit 73d506a8dc

View file

@ -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)))