Function: org-unhighlight-once
org-unhighlight-once is a byte-compiled function defined in
org-agenda.el.gz.
Signature
(org-unhighlight-once)
Documentation
Remove the highlight from its position, and this function from the hook.
Source Code
;; Defined in /usr/src/emacs/lisp/org/org-agenda.el.gz
(defun org-unhighlight-once ()
"Remove the highlight from its position, and this function from the hook."
(remove-hook 'pre-command-hook #'org-unhighlight-once)
(org-unhighlight))