From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Multiple (natural) languages in a single org-file Date: Thu, 01 Mar 2012 13:37:12 +0100 Message-ID: <87linka45j.fsf@gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:44354) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S35IK-0008IV-JO for emacs-orgmode@gnu.org; Thu, 01 Mar 2012 07:39:45 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S35IE-0006YN-Ef for emacs-orgmode@gnu.org; Thu, 01 Mar 2012 07:39:40 -0500 Received: from mail-wi0-f169.google.com ([209.85.212.169]:36910) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S35IE-0006YE-5h for emacs-orgmode@gnu.org; Thu, 01 Mar 2012 07:39:34 -0500 Received: by wibhi20 with SMTP id hi20so453781wib.0 for ; Thu, 01 Mar 2012 04:39:32 -0800 (PST) In-Reply-To: (Carlos Russo's message of "Thu, 01 Mar 2012 11:05:48 +0000") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Carlos Russo Cc: emacs-orgmode@gnu.org Hello, Carlos Russo writes: > I would like to add that the idea of using a special markup (using some > symbol) that would accept an argument (the language) would be cool. > > I'm thinking something like > &en: This shows up only in the english version& > &pt: Hey! This is not portuguese!& > Or even a compound statement > &pt: Portugu=C3=AAs &en: English&fr: Fran=C3=A7ais& Just use two different drawer names, and select which one to actually export through i.e. #+OPTIONS: d:("EN"). No need for extra syntax. Regards, --=20 Nicolas Goaziou