From: Christian Moe <mail@christianmoe.com>
To: Suvayu Ali <fatkasuvayu+linux@gmail.com>
Cc: emacs-orgmode@gnu.org
Subject: Re: org-odt-export-to-odt: hide text
Date: Sat, 06 Jul 2013 11:52:06 +0200 [thread overview]
Message-ID: <m2ip0oxbik.fsf@christianmoe.com> (raw)
In-Reply-To: <20130706071308.GA4661@kuru.dyndns-at-home.com>
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
next prev parent reply other threads:[~2013-07-06 9:45 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-07-05 12:17 org-odt-export-to-odt: hide text Uwe Brauer
2013-07-05 17:07 ` Eric S Fraga
2013-07-05 17:22 ` Uwe Brauer
2013-07-05 17:40 ` Eric S Fraga
2013-07-05 19:26 ` Uwe Brauer
2013-07-06 7:13 ` Suvayu Ali
2013-07-06 8:37 ` Uwe Brauer
2013-07-06 11:03 ` Suvayu Ali
2013-07-06 16:48 ` Daniel Clemente
2013-07-07 3:32 ` Eric Abrahamsen
2013-07-07 8:04 ` Suvayu Ali
2013-07-07 8:48 ` Daniel Clemente
2013-07-06 9:52 ` Christian Moe [this message]
2013-07-07 7:23 ` Rustom Mody
2013-07-07 8:05 ` Suvayu Ali
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=m2ip0oxbik.fsf@christianmoe.com \
--to=mail@christianmoe.com \
--cc=emacs-orgmode@gnu.org \
--cc=fatkasuvayu+linux@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.