From mboxrd@z Thu Jan 1 00:00:00 1970 From: pinard@iro.umontreal.ca (=?utf-8?Q?Fran=C3=A7ois?= Pinard) Subject: Re: Multiple (natural) languages in a single org-file Date: Tue, 10 Apr 2012 21:19:51 -0400 Message-ID: <86lim35ako.fsf@iro.umontreal.ca> References: <87linka45j.fsf@gmail.com> 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]:47956) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SHmDz-0007C7-5b for emacs-orgmode@gnu.org; Tue, 10 Apr 2012 21:19:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SHmDx-0006Hc-9e for emacs-orgmode@gnu.org; Tue, 10 Apr 2012 21:19:54 -0400 Received: from 206-248-137-202.dsl.teksavvy.com ([206.248.137.202]:56571 helo=mercure.progiciels-bpi.ca) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SHmDx-0006HN-4b for emacs-orgmode@gnu.org; Tue, 10 Apr 2012 21:19:53 -0400 In-Reply-To: <87linka45j.fsf@gmail.com> (Nicolas Goaziou's message of "Thu, 01 Mar 2012 13:37:12 +0100") 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: emacs-orgmode@gnu.org Nicolas Goaziou writes: > Just use two different drawer names, and select which one to actually > export through i.e. #+OPTIONS: d:("EN"). No need for extra syntax. Well, the manual says, in node Export options: d: turn on/off inclusion of drawers So one would never guess from the manual that d: may accept drawer names. If what Nicolas suggests is real, the documentation should be adjusted. I do not find any other explanation in the manual about values for the d: option. Fran=C3=A7ois