From 7286925b7d8c9c3e37e2e1404d5fcc867456a937 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Mon, 11 Aug 2014 15:44:12 +0200 Subject: [PATCH] ox-texinfo: Remove wrong code comments * lisp/ox-texinfo.el (org-texinfo-headline): Remove wrong code comments. --- lisp/ox-texinfo.el | 3 --- 1 file changed, 3 deletions(-) diff --git a/lisp/ox-texinfo.el b/lisp/ox-texinfo.el index 48c603740..2084ab02b 100644 --- a/lisp/ox-texinfo.el +++ b/lisp/ox-texinfo.el @@ -785,10 +785,7 @@ holding contextual information." (org-export-get-tags headline info))) (priority (and (plist-get info :with-priority) (org-element-property :priority headline))) - ;; Retrieve headline text for structuring command. (text (org-export-data (org-element-property :title headline) info)) - ;; Create the headline text along with a no-tag version. The - ;; latter is required to remove tags from table of contents. (full-text (if (not (eq org-texinfo-format-headline-function 'ignore)) ;; User-defined formatting function. (funcall org-texinfo-format-headline-function