File: ol.el.html
This library provides tooling to handle both external and internal links.
Defined variables (37)
org-create-file-search-functions | List of functions to construct the right search string for a file link. |
org-execute-file-search-functions | List of functions to execute a file search triggered by a link. |
org-link--forbidden-chars | Characters forbidden within a link, as a string. |
org-link--history | History for inserted links. |
org-link--insert-history | Minibuffer history for links inserted with ‘org-insert-link’. |
org-link--search-failed | Non-nil when last link search failed. |
org-link-abbrev-alist | Alist of link abbreviations. |
org-link-abbrev-alist-local | Buffer-local version of ‘org-link-abbrev-alist’, which see. |
org-link-angle-re | Matches link with angular brackets, spaces are allowed. |
org-link-any-re | Regular expression matching any link. |
org-link-bracket-re | Matches a link in double brackets. |
org-link-context-for-files | Non-nil means file links from ‘org-store-link’ contain context. |
org-link-descriptive | Non-nil means Org displays descriptive links. |
org-link-elisp-confirm-function | Non-nil means ask for confirmation before executing Emacs Lisp links. |
org-link-elisp-skip-confirm-regexp | A regexp to skip confirmation for Elisp links. |
org-link-email-description-format | Format of the description part of a link to an email or Usenet message. |
org-link-file-path-type | How the path name in file links should be stored. |
org-link-frame-setup | Setup the frame configuration for following links. |
org-link-from-user-regexp | Regexp matched against the "From:" header of an email or Usenet message. |
org-link-keep-stored-after-insertion | Non-nil means keep link in list for entire session. |
org-link-make-description-function | Function to use for generating link descriptions from links. |
org-link-parameters | Alist of properties that defines all the links in Org mode. |
org-link-plain-re | Matches plain link, without spaces. |
org-link-search-must-match-exact-headline | Control fuzzy link behavior when specific matches not found. |
org-link-shell-confirm-function | Non-nil means ask for confirmation before executing shell links. |
org-link-shell-skip-confirm-regexp | Regexp to skip confirmation for shell links. |
org-link-translation-function | Function to translate links with different syntax to Org syntax. |
org-link-types-re | Matches a link that has a url-like prefix like "http:". |
org-link-use-indirect-buffer-for-internals | Non-nil means use indirect buffer to display infile links. |
org-open-link-functions | Hook for functions finding a plain text link. |
org-radio-target-regexp | Regular expression matching a radio target. |
org-store-link-plist | Plist with info about the most recently link created with ‘org-store-link’. |
org-stored-links | Contains the links stored with ‘org-store-link’. |
org-target-link-regexp | Regular expression matching radio targets in plain text. |
org-target-link-regexp-limit | Maximum allowed length of regexp. |
org-target-link-regexps | List of regular expressions matching radio targets in plain text. |
org-target-regexp | Regular expression matching a link target. |