Variable: org-ascii-links-to-notes

org-ascii-links-to-notes is a customizable variable defined in ox-ascii.el.gz.

Value

t

Documentation

Non-nil means convert links to notes before the next headline.

When nil, the link will be exported in place. If the line becomes long in this way, it will be wrapped.

This variable was added, or its default value changed, in Org version
8.0.

Source Code

;; Defined in /usr/src/emacs/lisp/org/ox-ascii.el.gz
(defcustom org-ascii-links-to-notes t
  "Non-nil means convert links to notes before the next headline.
When nil, the link will be exported in place.  If the line
becomes long in this way, it will be wrapped."
  :group 'org-export-ascii
  :version "24.4"
  :package-version '(Org . "8.0")
  :type 'boolean)