Variable: org-link-abbrev-alist-local

org-link-abbrev-alist-local is a buffer-local variable defined in ol.el.gz.

Documentation

Buffer-local version of org-link-abbrev-alist, which see.

The value of this is taken from the LINK keywords.

Source Code

;; Defined in /usr/src/emacs/lisp/org/ol.el.gz
(defvar-local org-link-abbrev-alist-local nil
  "Buffer-local version of `org-link-abbrev-alist', which see.
The value of this is taken from the LINK keywords.")