소스 검색

ox-texinfo: Upcase property to comply to changes

* lisp/ox-texinfo.el (org-texinfo-headline): Fix :INDEX property to
  match changes.  Must be uppercase.
Jonathan Leech-Pepin 12 년 전
부모
커밋
696ca23cfb
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      lisp/ox-texinfo.el

+ 1 - 1
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))