mirror of
https://git.savannah.gnu.org/git/emacs/org-mode.git
synced 2024-12-11 09:20:32 +00:00
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:
parent
fa6b7bf25c
commit
5d6325ffa3
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user