From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: @tsubheading command in org texi Date: Mon, 22 Feb 2010 17:33:33 +0100 Message-ID: <87635p44de.fsf@bzg.ath.cx> References: <1e7a74211002220455o6622253ag7086199e52a16d1a@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NjbE9-0000W2-ST for emacs-orgmode@gnu.org; Mon, 22 Feb 2010 11:33:45 -0500 Received: from [140.186.70.92] (port=32955 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NjbE8-0000Uj-W6 for emacs-orgmode@gnu.org; Mon, 22 Feb 2010 11:33:45 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NjbE7-0002lU-Rr for emacs-orgmode@gnu.org; Mon, 22 Feb 2010 11:33:44 -0500 Received: from mail-pw0-f41.google.com ([209.85.160.41]:39713) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NjbE7-0002kh-Lh for emacs-orgmode@gnu.org; Mon, 22 Feb 2010 11:33:43 -0500 Received: by mail-pw0-f41.google.com with SMTP id 7so2908220pwj.0 for ; Mon, 22 Feb 2010 08:33:42 -0800 (PST) In-Reply-To: <1e7a74211002220455o6622253ag7086199e52a16d1a@mail.gmail.com> (smc@manticore.es's message of "Mon, 22 Feb 2010 12:55:24 +0000") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: smc Cc: emacs-orgmode@gnu.org smc 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