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