Variable: org-texinfo-node-description-column

org-texinfo-node-description-column is a customizable variable defined in ox-texinfo.el.gz.

Value

32

Documentation

Column at which to start the description in the node listings.

If a node title is greater than this length, the description will be placed after the end of the title.

Source Code

;; Defined in /usr/src/emacs/lisp/org/ox-texinfo.el.gz
;;;; Node listing (menu)

(defcustom org-texinfo-node-description-column 32
  "Column at which to start the description in the node listings.
If a node title is greater than this length, the description will
be placed after the end of the title."
  :type 'integer)