From: Jonathan Leech-Pepin Date: Mon, 25 Feb 2013 15:04:37 +0000 (-0500) Subject: ox-texinfo: Upcase property to comply to changes X-Git-Tag: release_8.0-pre~186 X-Git-Url: https://repo.or.cz/w/org-mode.git/commitdiff_plain/696ca23cfbebace7adb9888e67b574559d6a7791 ox-texinfo: Upcase property to comply to changes * lisp/ox-texinfo.el (org-texinfo-headline): Fix :INDEX property to match changes. Must be uppercase. --- diff --git a/lisp/ox-texinfo.el b/lisp/ox-texinfo.el index 80ff784bf..ef2789c94 100644 --- a/lisp/ox-texinfo.el +++ b/lisp/ox-texinfo.el @@ -906,7 +906,7 @@ holding contextual information." (numberedp (org-export-numbered-headline-p headline info)) (class-sectionning (assoc class org-texinfo-classes)) ;; Find the index type, if any - (index (org-element-property :index headline)) + (index (org-element-property :INDEX headline)) ;; Retrieve headline text (text (org-texinfo--sanitize-headline (org-element-property :title headline) info))