* Odd export of a selected tree
@ 2011-09-08 14:23 Eythan Weg
2011-09-08 15:29 ` Thomas S. Dye
2011-10-22 10:35 ` Bastien
0 siblings, 2 replies; 5+ messages in thread
From: Eythan Weg @ 2011-09-08 14:23 UTC (permalink / raw)
To: emacs-orgmode
Hi,
Consider a file containing something like:
* Test :export:
* Test 2
And now export it, say to ascii format.
I get a buffer containing:
1 Test :export:
Is this expected?
Thanks, Eythan
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Odd export of a selected tree
2011-09-08 14:23 Odd export of a selected tree Eythan Weg
@ 2011-09-08 15:29 ` Thomas S. Dye
2011-09-08 23:12 ` Eythan Weg
2011-10-22 10:35 ` Bastien
1 sibling, 1 reply; 5+ messages in thread
From: Thomas S. Dye @ 2011-09-08 15:29 UTC (permalink / raw)
To: Eythan Weg; +Cc: emacs-orgmode
eythanweg@gmail.com (Eythan Weg) writes:
> Hi,
>
> Consider a file containing something like:
>
> * Test :export:
> * Test 2
>
>
> And now export it, say to ascii format.
>
> I get a buffer containing:
>
> 1 Test :export:
>
>
> Is this expected?
>
> Thanks, Eythan
Aloha Eythan,
I believe the answer to your question is "yes". See
http://orgmode.org/worg/org-tutorials/org-latex-export.html#sec-9 for an
explanation.
All the best,
Tom
--
Thomas S. Dye
http://www.tsdye.com
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Odd export of a selected tree
2011-09-08 14:23 Odd export of a selected tree Eythan Weg
2011-09-08 15:29 ` Thomas S. Dye
@ 2011-10-22 10:35 ` Bastien
2011-10-23 16:29 ` Eythan Weg
1 sibling, 1 reply; 5+ messages in thread
From: Bastien @ 2011-10-22 10:35 UTC (permalink / raw)
To: Eythan Weg; +Cc: emacs-orgmode
Hi Eythan,
eythanweg@gmail.com (Eythan Weg) writes:
> Hi,
>
> Consider a file containing something like:
>
> * Test :export:
> * Test 2
>
>
> And now export it, say to ascii format.
>
> I get a buffer containing:
>
> 1 Test :export:
>
>
> Is this expected?
Use (setq org-export-with-tags nil) or #+OPTIONS: tags:nil
directly in your org buffer. The :export: tag will still do
its job.
HTH,
--
Bastien
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Odd export of a selected tree
2011-10-22 10:35 ` Bastien
@ 2011-10-23 16:29 ` Eythan Weg
0 siblings, 0 replies; 5+ messages in thread
From: Eythan Weg @ 2011-10-23 16:29 UTC (permalink / raw)
To: Bastien; +Cc: emacs-orgmode
Bastien <bzg@altern.org>
Sat, 22 Oct 2011 12:35:51 +0200
Hi Eythan,
eythanweg@gmail.com (Eythan Weg) writes:
> Hi,
>
> Consider a file containing something like:
>
> * Test :export:
> * Test 2
>
>
> And now export it, say to ascii format.
>
> I get a buffer containing:
>
> 1 Test :export:
>
>
> Is this expected?
Use (setq org-export-with-tags nil) or #+OPTIONS: tags:nil
directly in your org buffer. The :export: tag will still do
its job.
Yes, thank you.
Eythan
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2011-10-23 16:29 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-08 14:23 Odd export of a selected tree Eythan Weg
2011-09-08 15:29 ` Thomas S. Dye
2011-09-08 23:12 ` Eythan Weg
2011-10-22 10:35 ` Bastien
2011-10-23 16:29 ` Eythan Weg
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.