From 317a96a4714e648652045b3fddca004fddeb890f Mon Sep 17 00:00:00 2001 From: Bastien Guerry Date: Sun, 23 Dec 2012 21:17:43 +0100 Subject: [PATCH] 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. --- lisp/org.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/org.el b/lisp/org.el index 0eb356cb4..3561d7c5b 100644 --- a/lisp/org.el +++ b/lisp/org.el @@ -5286,7 +5286,7 @@ will be prompted for." (and move (backward-char 1)))) (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) (add-text-properties (1- pos) pos (list 'rear-nonsticky org-nonsticky-props)))