From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christian Moe Subject: Re: org-odt-export-to-odt: hide text Date: Sat, 06 Jul 2013 11:52:06 +0200 Message-ID: References: <87wqp5yzdy.fsf@gilgamesch.quim.ucm.es> <87ip0prl49.fsf@ucl.ac.uk> <8761woexb0.fsf@mat.ucm.es> <51D71DDE.8000606@mat.ucm.es> <20130706071308.GA4661@kuru.dyndns-at-home.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55233) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UvP3j-0007Po-00 for emacs-orgmode@gnu.org; Sat, 06 Jul 2013 05:45:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UvP3h-0002Qq-WE for emacs-orgmode@gnu.org; Sat, 06 Jul 2013 05:45:38 -0400 Received: from mail2.b1.hitrost.net ([91.185.211.205]:37196) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UvP3h-00023d-QN for emacs-orgmode@gnu.org; Sat, 06 Jul 2013 05:45:37 -0400 In-reply-to: <20130706071308.GA4661@kuru.dyndns-at-home.com> 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: Suvayu Ali Cc: emacs-orgmode@gnu.org Suvayu Ali writes: > On Fri, Jul 05, 2013 at 09:26:22PM +0200, Uwe Brauer wrote: >> the issue is I want to write say one paragraph in Spanish >> and the next in German, again spanish then German, etc >> but the odt file should only display one language. Try drawers: ------8<------------------- #+title: Using drawers to display one language at a time #+drawers: ENGLISH SPANISH GERMAN #+options: d:("ENGLISH" "GERMAN") :ENGLISH: We can use drawers to display one language at a time, paragraph by paragraph. The Spanish is currently hidden in export. To display it, add "SPANISH" to the list after the `d:' option. :END: :SPANISH: ¿Que tal? :END: :GERMAN: Wie geht es? :END: ------8<------------------- Yours, Christian