0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-09-19 13:40:01 +00:00
org-mode/lisp
Stefan Monnier b0c3c90574
ox-texinfo:: Always provide a @direntry
Until now @dircategory/@direntry entries were added only if
both TEXINFO_DIR_CATEGORY and TEXINFO_DIR_TITLE were set.
And the setting of TEXINFO_DIR_TITLE had to be careful to
provide exactly the right syntax.

This patch changes various things in this regard:
- Always generate a @dircategory/@direntry.
- Default TEXINFO_DIR_CATEGORY to "Misc".
- Use the document title by default if TEXINFO_DIR_DESC is missing.
- Rename TEXINFO_DIR_TITLE to TEXINFO_DIR_NAME.
- Use the filename by default when TEXINFO_DIR_NAME is missing.
- Try and make it harder to provide a direntry that does not
  have the right format or refers to a different filename than
  the one we're outputting to.

* lisp/ox-texinfo.el (texinfo): Add entry for TEXINFO_DIR_NAME.
(org-texinfo-template): Use sane defaults for `@direntry` and `@dircategory`.

* doc/org-manual.org (Texinfo specific export settings): Adjust accordingly.
(Info directory file, A Texinfo example, Export Setup): Update examples
to use the new syntax.
* etc/ORG-NEWS (Version 9.7 / New features): Add entry.
2024-03-08 13:45:26 +03:00
..
Makefile
ob-awk.el
ob-C.el
ob-calc.el
ob-clojure.el
ob-comint.el
ob-core.el
ob-css.el
ob-ditaa.el
ob-dot.el
ob-emacs-lisp.el
ob-eshell.el
ob-eval.el
ob-exp.el
ob-forth.el
ob-fortran.el
ob-gnuplot.el
ob-groovy.el
ob-haskell.el
ob-java.el
ob-js.el
ob-julia.el
ob-latex.el
ob-lilypond.el
ob-lisp.el
ob-lob.el
ob-lua.el
ob-makefile.el
ob-matlab.el
ob-maxima.el
ob-ocaml.el
ob-octave.el
ob-org.el
ob-perl.el
ob-plantuml.el
ob-processing.el
ob-python.el
ob-R.el
ob-ref.el
ob-ruby.el
ob-sass.el
ob-scheme.el
ob-screen.el
ob-sed.el
ob-shell.el lisp/ob-comint.el: Introduce a fallback prompt regexp 2024-02-09 17:35:58 +01:00
ob-sql.el org-babel: Fix smart `replace-regexp-in-string' behavior during variable assignment 2024-03-07 15:49:07 +03:00
ob-sqlite.el Merge branch 'bugfix' 2024-01-06 16:02:02 -05:00
ob-table.el
ob-tangle.el
ob.el
oc-basic.el
oc-biblatex.el
oc-bibtex.el
oc-csl.el
oc-natbib.el
oc.el
ol-bbdb.el
ol-bibtex.el
ol-docview.el
ol-doi.el
ol-eshell.el
ol-eww.el
ol-gnus.el
ol-info.el
ol-irc.el
ol-man.el
ol-mhe.el
ol-rmail.el
ol-w3m.el
ol.el
org-agenda.el
org-archive.el
org-attach-git.el
org-attach.el
org-capture.el
org-clock.el Obsolete org-switch-to-buffer-other-window and org-no-popups 2024-01-24 15:00:26 +01:00
org-colview.el
org-compat.el
org-crypt.el
org-ctags.el
org-cycle.el
org-datetree.el
org-duration.el
org-element-ast.el
org-element.el Work around regexp size limitation for large number of link targets 2024-02-29 13:54:41 +03:00
org-entities.el
org-faces.el
org-feed.el
org-fold-core.el
org-fold.el
org-footnote.el
org-goto.el
org-habit.el
org-id.el
org-indent.el
org-inlinetask.el
org-keys.el
org-lint.el
org-list.el
org-macro.el
org-macs.el Merge branch 'bugfix' 2024-02-28 10:54:50 +03:00
org-mobile.el
org-mouse.el
org-num.el
org-pcomplete.el
org-persist.el
org-plot.el
org-protocol.el
org-refile.el
org-src.el
org-table.el org-table-to-lisp: Preserve text properties 2024-02-29 14:23:37 +03:00
org-tempo.el lisp/org-tempo.el: Do not refer to removed function in the commentary 2024-01-31 14:05:46 +01:00
org-timer.el
org.el
ox-ascii.el
ox-beamer.el
ox-html.el
ox-icalendar.el
ox-koma-letter.el
ox-latex.el
ox-man.el ox: Fix exporting code blocks with missing language specifier 2024-02-24 12:52:51 +03:00
ox-md.el
ox-odt.el ox: Fix exporting code blocks with missing language specifier 2024-02-24 12:52:51 +03:00
ox-org.el
ox-publish.el
ox-texinfo.el
ox.el