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

2014-08-08 Thread Nicolas Goaziou
Hello, Thorsten Jolitz 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

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

2014-08-07 Thread Thorsten Jolitz
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: `