Merge branch 'maint'
This commit is contained in:
commit
6cb6a39443
|
@ -9677,8 +9677,8 @@ sub-tree if optional argument INHERIT is non-nil."
|
||||||
;; TPROP is a text property symbol.
|
;; TPROP is a text property symbol.
|
||||||
(put-text-property start end tprop p)
|
(put-text-property start end tprop p)
|
||||||
;; TPROP is an alist with (property . function) elements.
|
;; TPROP is an alist with (property . function) elements.
|
||||||
(pcase-dolist (`(,p . ,f) tprop)
|
(pcase-dolist (`(,prop . ,f) tprop)
|
||||||
(put-text-property start end p (funcall f p))))))))
|
(put-text-property start end prop (funcall f p))))))))
|
||||||
|
|
||||||
(defun org-refresh-category-properties ()
|
(defun org-refresh-category-properties ()
|
||||||
"Refresh category text properties in the buffer."
|
"Refresh category text properties in the buffer."
|
||||||
|
|
Loading…
Reference in New Issue