소스 검색

ox-texinfo: Fix 1efac41

* lisp/ox-texinfo.el (org-texinfo--get-node): Upcase property name.
  This is required since ae5932282d44742d932d40136edf441bc18609a9.
Nicolas Goaziou 12 년 전
부모
커밋
6e1bac2430
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      lisp/ox-texinfo.el

+ 1 - 1
lisp/ox-texinfo.el

@@ -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
       "%" "%%"