emacs-orgmode
[Top][All Lists]
Advanced

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

[O] #+OPTIONS: line kept in 'body-only' export to Org


From: Thorsten Jolitz
Subject: [O] #+OPTIONS: line kept in 'body-only' export to Org
Date: Fri, 08 Aug 2014 00:34:21 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux)

Hi List, 

doing:

,----
| 1. C-c C-e
| 2. C-b ; body-only
| 3. O O ; -> Org buffer
`----

on this Org-buffer 


,----
| #+TITLE: Foo
| #+DATE:  <1953-05-15 Fr> 
| #+OPTIONS: toc:nil p:t author:nil pri:t prop:t tags:nil
| 
| * A
| 
| ** TODO B
|    :PROPERTIES:
|    :task_id:  xyz
|    :END:
`----

I get

,----
| #+OPTIONS: toc:nil p:t author:nil pri:t prop:t tags:nil
| 
| * A
| 
| ** TODO B
| :PROPERTIES:
| :task_id:  xyz
| :END:
`----

Is that expected behaviour?

For me thats a bit surprising, since it would still force me to
post-process the results to really extract only the body of the Org
buffer.

-- 
cheers,
Thorsten





reply via email to

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