Variable: org-ctags-tag-regexp

org-ctags-tag-regexp is a variable defined in org-ctags.el.gz.

Value

"/<<([^<>]+)>>/\\1/d,definition/"

Documentation

Regexp expression used by ctags external program.

The regexp matches tag destinations in Org files. Format is: /REGEXP/TAGNAME/FLAGS,TAGTYPE/ See the ctags documentation for more information.

Source Code

;; Defined in /usr/src/emacs/lisp/org/org-ctags.el.gz
(defvar org-ctags-tag-regexp "/<<([^<>]+)>>/\\1/d,definition/"
  "Regexp expression used by ctags external program.
The regexp matches tag destinations in Org files.
Format is: /REGEXP/TAGNAME/FLAGS,TAGTYPE/
See the ctags documentation for more information.")