File: ol.el.html

This library provides tooling to handle both external and internal links.

Defined variables (37)

org-create-file-search-functionsList of functions to construct the right search string for a file link.
org-execute-file-search-functionsList of functions to execute a file search triggered by a link.
org-link--description-folding-specFolding spec used to reveal link description.
org-link--forbidden-charsCharacters forbidden within a link, as a string.
org-link--historyHistory for inserted links.
org-link--insert-historyMinibuffer history for links inserted with ‘org-insert-link’.
org-link--link-folding-specFolding spec used to hide invisible parts of links.
org-link--search-failedNon-nil when last link search failed.
org-link-abbrev-alistAlist of link abbreviations.
org-link-abbrev-alist-localBuffer-local version of ‘org-link-abbrev-alist’, which see.
org-link-angle-reMatches link with angular brackets, spaces are allowed.
org-link-any-reRegular expression matching any link.
org-link-bracket-reMatches a link in double brackets.
org-link-context-for-filesNon-nil means file links from ‘org-store-link’ contain context.
org-link-descriptiveNon-nil means Org displays descriptive links.
org-link-elisp-confirm-functionNon-nil means ask for confirmation before executing Emacs Lisp links.
org-link-elisp-skip-confirm-regexpA regexp to skip confirmation for Elisp links.
org-link-email-description-formatFormat of the description part of a link to an email or Usenet message.
org-link-file-path-typeHow the path name in file links should be stored.
org-link-frame-setupSetup the frame configuration for following links.
org-link-from-user-regexpRegexp matched against the "From:" header of an email or Usenet message.
org-link-keep-stored-after-insertionNon-nil means keep link in list for entire session.
org-link-make-description-functionFunction to use for generating link descriptions from links.
org-link-parametersAlist of properties that defines all the links in Org mode.
org-link-plain-reMatches plain link, without spaces.
org-link-search-must-match-exact-headlineNon-nil means internal fuzzy links can only match headlines.
org-link-shell-confirm-functionNon-nil means ask for confirmation before executing shell links.
org-link-shell-skip-confirm-regexpRegexp to skip confirmation for shell links.
org-link-translation-functionFunction to translate links with different syntax to Org syntax.
org-link-types-reMatches a link that has a url-like prefix like "http:".
org-link-use-indirect-buffer-for-internalsNon-nil means use indirect buffer to display infile links.
org-open-link-functionsHook for functions finding a plain text link.
org-radio-target-regexpRegular expression matching a radio target.
org-store-link-plistPlist with info about the most recently link created with ‘org-store-link’.
org-stored-linksContains the links stored with ‘org-store-link’.
org-target-link-regexpRegular expression matching radio targets in plain text.
org-target-regexpRegular expression matching a link target.

Defined functions (46)

org-insert-all-links(ARG &optional PRE POST)
org-insert-last-stored-link(ARG)
org-insert-link(&optional COMPLETE-FILE LINK-LOCATION DESCRIPTION)
org-insert-link-global()
org-link--buffer-for-internals()
org-link--context-from-region()
org-link--decode-compound(HEX)
org-link--decode-single-byte-sequence(HEX)
org-link--fontify-links-to-this-file()
org-link--normalize-string(STRING &optional CONTEXT)
org-link--open-elisp(PATH _)
org-link--open-help(PATH _)
org-link--open-shell(PATH _)
org-link--prettify(LINK)
org-link--reveal-maybe(REGION _)
org-link--search-radio-target(TARGET)
org-link--store-help()
org-link--try-special-completion(TYPE)
org-link-add-angle-brackets(S)
org-link-add-props(&rest PLIST)
org-link-complete-file(&optional ARG)
org-link-decode(S)
org-link-descriptive-ensure()
org-link-display-format(S)
org-link-email-description(&optional FMT)
org-link-encode(TEXT TABLE)
org-link-escape(LINK)
org-link-expand-abbrev(LINK)
org-link-get-parameter(TYPE KEY)
org-link-heading-search-string(&optional STRING)
org-link-make-regexps()
org-link-make-string(LINK &optional DESCRIPTION)
org-link-open(LINK &optional ARG)
org-link-open-as-file(PATH ARG)
org-link-open-from-string(S &optional ARG)
org-link-search(S &optional AVOID-POS STEALTH)
org-link-set-parameters(TYPE &rest PARAMETERS)
org-link-store-props(&rest PLIST)
org-link-types()
org-link-unescape(LINK)
org-next-link(&optional SEARCH-BACKWARD)
org-previous-link()
org-store-link(ARG &optional INTERACTIVE?)
org-store-link-functions()
org-toggle-link-display()
org-update-radio-target-regexp()

Defined faces (0)