Function: org-link--reveal-maybe

org-link--reveal-maybe is a byte-compiled function defined in ol.el.gz.

Signature

(org-link--reveal-maybe REGION _)

Documentation

Reveal folded link in REGION when needed.

This function is intended to be used as :fragile property of a folding spec.

Source Code

;; Defined in /usr/src/emacs/lisp/org/ol.el.gz
(defun org-link--reveal-maybe (region _)
  "Reveal folded link in REGION when needed.
This function is intended to be used as :fragile property of a folding
spec."
  (org-with-point-at (car region)
    (not (org-in-regexp org-link-any-re))))