emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Orgmode] @tsubheading command in org texi


From: Bastien
Subject: Re: [Orgmode] @tsubheading command in org texi
Date: Mon, 22 Feb 2010 17:33:33 +0100
User-agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.1.92 (gnu/linux)

smc <address@hidden> writes:

> We are translating all official GNU Emacs documentation into Spanish
> for a future i18n/l10n of the program.

Wow.  Good luck!

> We are very advanced translating the Org-mode texi manual, but
> there is a @-command which we had never heard: @tsubheading.
>
> This command is not documented in the Texinfo manual and is causing
> problems in the provisional generation with texinfo-format-buffer, because
> it is not recognized.
>
> Please, can you help with some directions?

It's a macro, defined line 36 of latest org.texi file:

,----
| @c Subheadings inside a table.
| @macro tsubheading{text}
| @ifinfo
| @subsubheading \text\
| @end ifinfo
| @ifnotinfo
| @item @b{\text\}
| @end ifnotinfo
| @end macro
`----

HTH,

-- 
 Bastien




reply via email to

[Prev in Thread] Current Thread [Next in Thread]