Hello,

Thorsten Jolitz <tjol...@gmail.com> writes:

> 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.

"Body" of the Org buffer is a bit fuzzy as OPTIONS could be anywhere,
including at the end of the buffer.

Anyway, I moved it into template, so it shouldn't appear anywore when
exporting body-only.

Thank your for suggesting this.


Regards,

-- 
Nicolas Goaziou

Reply via email to