Function: org-ctags-fail-silently

org-ctags-fail-silently is a byte-compiled function defined in org-ctags.el.gz.

Signature

(org-ctags-fail-silently NAME)

Documentation

This function is intended to be used in ORG-OPEN-LINK-FUNCTIONS.

Put as the last function in the list if you want to prevent Org's default behavior of free text search.

Source Code

;; Defined in /usr/src/emacs/lisp/org/org-ctags.el.gz
(defun org-ctags-fail-silently (_name)
  "This function is intended to be used in ORG-OPEN-LINK-FUNCTIONS.
Put as the last function in the list if you want to prevent Org's
default behavior of free text search."
  t)