* @tsubheading command in org texi
@ 2010-02-22 12:55 smc
2010-02-22 16:33 ` Bastien
0 siblings, 1 reply; 3+ messages in thread
From: smc @ 2010-02-22 12:55 UTC (permalink / raw)
To: emacs-orgmode
[-- Attachment #1.1: Type: text/plain, Size: 493 bytes --]
Hello
We are translating all official GNU Emacs documentation into Spanish
for a future i18n/l10n of the program.
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?
Regards
--
Suso
http://gnu.manticore.es
[-- Attachment #1.2: Type: text/html, Size: 598 bytes --]
[-- Attachment #2: Type: text/plain, Size: 201 bytes --]
_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: @tsubheading command in org texi
2010-02-22 12:55 @tsubheading command in org texi smc
@ 2010-02-22 16:33 ` Bastien
2010-02-22 19:21 ` smc
0 siblings, 1 reply; 3+ messages in thread
From: Bastien @ 2010-02-22 16:33 UTC (permalink / raw)
To: smc; +Cc: emacs-orgmode
smc <smc@manticore.es> 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
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: @tsubheading command in org texi
2010-02-22 16:33 ` Bastien
@ 2010-02-22 19:21 ` smc
0 siblings, 0 replies; 3+ messages in thread
From: smc @ 2010-02-22 19:21 UTC (permalink / raw)
To: Bastien; +Cc: emacs-orgmode
[-- Attachment #1.1: Type: text/plain, Size: 943 bytes --]
Ah!!, Ok, thanks!!
2010/2/22 Bastien <bastienguerry@googlemail.com>
> smc <smc@manticore.es> 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
>
--
Suso
http://gnu.manticore.es
[-- Attachment #1.2: Type: text/html, Size: 1544 bytes --]
[-- Attachment #2: Type: text/plain, Size: 201 bytes --]
_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2010-02-22 19:21 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-22 12:55 @tsubheading command in org texi smc
2010-02-22 16:33 ` Bastien
2010-02-22 19:21 ` smc
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).