ox-texinfo: Fix code typo

* lisp/ox-texinfo.el (org-texinfo--menu-entries): Only collect direct
  children.

The regression was introduced in
1b415735ea.
This commit is contained in:
Nicolas Goaziou 2017-07-25 19:24:47 +02:00
parent 0623c1c753
commit 8112629d37
1 changed files with 1 additions and 1 deletions

View File

@ -1216,7 +1216,7 @@ holding contextual information."
(cl-remove-if
(lambda (h)
(org-not-nil (org-export-get-node-property :COPYING h t)))
(org-export-collect-headlines info nil scope))
(org-export-collect-headlines info 1 scope))
cache))))
;;;; Node Property