ox-texinfo.el: Fix issue with long headlines and node listings
commitc94cae1ee6cfa0280fa49f77536b6fa9eae77e67
authorJonathan Leech-Pepin <jonathan.leechpepin@gmail.com>
Mon, 25 Feb 2013 15:44:18 +0000 (25 10:44 -0500)
committerJonathan Leech-Pepin <jonathan.leechpepin@gmail.com>
Mon, 25 Feb 2013 15:44:18 +0000 (25 10:44 -0500)
tree8682d6fce0c019197f94d585dbb793b8027487f6
parent2a752e4ce1b2476c490957f6e289045c78606236
ox-texinfo.el: Fix issue with long headlines and node listings

* lisp/ox-texinfo.el (org-texinfo-node-description-column): New custom
  variable.
  (org-texinfo--format-menu): Use new variable to set column for
  description in node listings.  If the headline extends past this
  column, add the description after the headline.

The default column is 32 as suggested by Thomas S. Dye,
http://article.gmane.org/gmane.emacs.orgmode/66664
lisp/ox-texinfo.el