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