Function: org-highlight
org-highlight is a byte-compiled function defined in org-agenda.el.gz.
Signature
(org-highlight BEGIN END &optional BUFFER)
Documentation
Highlight a region with overlay.
Source Code
;; Defined in /usr/src/emacs/lisp/org/org-agenda.el.gz
(defun org-highlight (begin end &optional buffer)
"Highlight a region with overlay."
(move-overlay org-hl begin end (or buffer (current-buffer))))