0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-07-17 02:36:26 +00:00

ox-texinfo: Fix 1efac41

* lisp/ox-texinfo.el (org-texinfo--get-node): Upcase property name.
  This is required since ae5932282d.
This commit is contained in:
Nicolas Goaziou 2013-02-20 20:07:43 +01:00
parent 1efac41f03
commit 6e1bac2430

View file

@ -433,7 +433,7 @@ See `org-texinfo-text-markup-alist' for details."
(defun org-texinfo--get-node (headline info)
"Return node entry associated to HEADLINE.
INFO is a plist used as a communication channel."
(let ((menu-title (org-element-property :texinfo-menu-title headline)))
(let ((menu-title (org-element-property :TEXINFO_MENU_TITLE headline)))
(org-texinfo--sanitize-menu
(replace-regexp-in-string
"%" "%%"