emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] org-odt-export-to-odt: hide text


From: Christian Moe
Subject: Re: [O] org-odt-export-to-odt: hide text
Date: Sat, 06 Jul 2013 11:52:06 +0200
User-agent: mu4e 0.9.9.5-dev6; emacs 24.3.1

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]