Stefan Monnier <monn...@iro.umontreal.ca> writes: >> The patches are against Emacs git repository, not against Org mode. May >> your please port them? > > See attached.
Thanks! Unfortunately, the patch causes some tests (make test) to fail. Looks like export to temporary buffer is broken (temporary buffer does not have a filename): 2 unexpected results: FAILED test-ox-texinfo/end-to-end-inline stringp FAILED test-ox-texinfo/end-to-end-sanity-check-displayed stringp > Subject: [PATCH 1/2] lisp/ox-texinfo.el: Remove redundant `:group`s > > '("aux" "toc" "cp" "fn" "ky" "pg" "tp" "vr") > "The list of file extensions to consider as Texinfo logfiles. > The logfiles will be remove if `org-texinfo-remove-logfiles' is > + > non-nil." ^^ stray newline. > --- a/etc/ORG-NEWS > +++ b/etc/ORG-NEWS > @@ -1727,6 +1727,13 @@ following properties: ~:hook~, ~:prepare-finalize~, > ~:before-finalize~, ~:after-finalize~. These nullary functions run > prior to their global counterparts for the selected template. > > +*** ox-texinfo always generates a ~@direntry~ > +We use defaults based on the file name and title of the document, and > +place the entry in the ~Misc~ category if ~TEXINFO_DIR_CATEGORY~ is missing. > + > +=TEXINFO_DIR_TITLE= is renamed to =TEXINFO_DIR_NAME=. > +The old name is obsolete. This is under Org 9.6 header, while should be under Org 9.7 (not yet released). -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at <https://orgmode.org/>. Support Org development at <https://liberapay.com/org-mode>, or support my work at <https://liberapay.com/yantar92>