Browse Source

ox-texinfo: Remove spurious "@insertcopying"

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

See (info "(texinfo) Copyright") for details.
Nicolas Goaziou 7 năm trước cách đây
mục cha
commit
5d6325ffa3
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      lisp/ox-texinfo.el

+ 0 - 1
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)