File: ox-texinfo.el.html
See Org manual for details.
Defined variables (26)
org-texinfo--definition-command-alist | Alist mapping Texinfo definition commands to output in Info files. |
org-texinfo--definition-command-regexp | Regexp used to match definition commands in descriptive lists. |
org-texinfo--quoted-keys-regexp | Regexp matching keys that have to be quoted using @key{KEY}. |
org-texinfo-active-timestamp-format | A printf format string to be applied to active timestamps. |
org-texinfo-classes | Alist of Texinfo classes and associated header and structure. |
org-texinfo-coding-system | Default document encoding for Texinfo output. |
org-texinfo-compact-itemx | Non-nil means certain items in description list become ‘@itemx’. |
org-texinfo-default-class | The default Texinfo class. |
org-texinfo-diary-timestamp-format | A printf format string to be applied to diary timestamps. |
org-texinfo-format-drawer-function | Function called to format a drawer in Texinfo code. |
org-texinfo-format-headline-function | Function to format headline text. |
org-texinfo-format-inlinetask-function | Function called to format an inlinetask in Texinfo code. |
org-texinfo-inactive-timestamp-format | A printf format string to be applied to inactive timestamps. |
org-texinfo-info-process | Commands to process a Texinfo file to an INFO file. |
org-texinfo-inline-image-rules | Rules characterizing image files that can be inlined. |
org-texinfo-link-with-unknown-path-format | Format string for links with unknown path type. |
org-texinfo-logfiles-extensions | The list of file extensions to consider as Texinfo logfiles. |
org-texinfo-max-toc-depth | Maximum depth for creation of detailed menu listings. |
org-texinfo-node-description-column | Column at which to start the description in the node listings. |
org-texinfo-remove-logfiles | Non-nil means remove the logfiles produced by compiling a Texinfo file. |
org-texinfo-supported-coding-systems | List of coding systems supported by Texinfo, as strings. |
org-texinfo-table-default-markup | Default markup for first column in two-column tables. |
org-texinfo-table-scientific-notation | Format string to display numbers in scientific notation. |
org-texinfo-tables-verbatim | When non-nil, tables are exported verbatim. |
org-texinfo-text-markup-alist | Alist of Texinfo expressions to convert text markup. |
org-texinfo-with-latex | When non-nil, the Texinfo exporter attempts to process LaTeX math. |