ox-texinfo: Remove spurious "@insertcopying"

* lisp/ox-texinfo.el (org-texinfo-template): Remove "@insertcopying"
  command outside title page.

See (info "(texinfo) Copyright") for details.
This commit is contained in:
Nicolas Goaziou 2017-06-20 09:28:40 +02:00
parent fa6b7bf25c
commit 5d6325ffa3
1 changed files with 0 additions and 1 deletions

View File

@ -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)