From 5d6325ffa32aa70e3e5734fc1d5d93d56915dcc5 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Tue, 20 Jun 2017 09:28:40 +0200 Subject: [PATCH] ox-texinfo: Remove spurious "@insertcopying" * lisp/ox-texinfo.el (org-texinfo-template): Remove "@insertcopying" command outside title page. See (info "(texinfo) Copyright") for details. --- lisp/ox-texinfo.el | 1 - 1 file changed, 1 deletion(-) diff --git a/lisp/ox-texinfo.el b/lisp/ox-texinfo.el index 3477baec9..35927d995 100644 --- a/lisp/ox-texinfo.el +++ b/lisp/ox-texinfo.el @@ -662,7 +662,6 @@ holding export options." (top-contents (org-export-data (org-element-contents first-section) info))) (and (org-string-nw-p top-contents) (concat "\n" top-contents))) - (and copying "@insertcopying\n") "@end ifnottex\n\n" ;; Menu. (org-texinfo-make-menu (plist-get info :parse-tree) info 'master)