From 51f2730d7f0b069f5c6400f4d10c9a7f04cac550 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Tue, 2 Sep 2014 14:53:24 +0200 Subject: [PATCH] org.texi: Fix Texinfo export documentation --- doc/org.texi | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/doc/org.texi b/doc/org.texi index ec0147f25..605fa3e68 100644 --- a/doc/org.texi +++ b/doc/org.texi @@ -12874,7 +12874,7 @@ an Info file. Export as a Texinfo file. For an Org file, @file{myfile.org}, the resulting file will be @file{myfile.texi}. The file will be overwritten without warning. -@orgcmd{C-c C-e m M,org-texinfo-export-to-info} +@orgcmd{C-c C-e i i,org-texinfo-export-to-info} Export to Texinfo and then process to an Info file@footnote{By setting @code{org-texinfo-info-process}, it is possible to generate other formats, including DocBook.}. @@ -12999,7 +12999,15 @@ an appendix, independently on its level and the class used. Each regular sectioning structure creates a menu entry, named after the heading. You can provide a different, e.g., shorter, title in @code{:ALT_TITLE:} property (@pxref{Table of contents}). Optionally, you can -specify a description for the item in @code{:DESCRIPTION:} property. +specify a description for the item in @code{:DESCRIPTION:} property. E.g., + +@example +* Controlling Screen Display + :PROPERTIES: + :ALT_TITLE: Display + :DESCRIPTION: Controlling Screen Display + :END: +@end example @node Indices, Quoting Texinfo code, Headings and sectioning structure, Texinfo export @subsection Indices @@ -13065,9 +13073,8 @@ written just above the list or table. In Texinfo output, description lists appear as two-column tables, using the default command @code{@@table}. You can use @code{@@ftable} or -@code{@@vtable}@footnote{For more information, please refer to -@inforef{Two-column Tables,,texinfo}.} instead with @code{:table-type} -attribute. +@code{@@vtable}@footnote{For more information, @inforef{Two-column +Tables,,texinfo}.} instead with @code{:table-type} attribute. @vindex org-texinfo-def-table-markup In any case, these constructs require a highlighting command for entries in -- 2.11.4.GIT