Function: org-fast-tag-show-exit
org-fast-tag-show-exit is a byte-compiled function defined in
org.el.gz.
Signature
(org-fast-tag-show-exit FLAG)
Source Code
;; Defined in /usr/src/emacs/lisp/org/org.el.gz
(defun org-fast-tag-show-exit (flag)
(save-excursion
(org-goto-line 3)
(when (re-search-forward "[ \t]+Next change exits" (line-end-position) t)
(replace-match ""))
(when flag
(end-of-line 1)
(org-move-to-column (- (window-width) 19) t)
(insert (org-add-props " Next change exits" nil 'face 'org-warning)))))