From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thorsten Jolitz Subject: #+OPTIONS: line kept in 'body-only' export to Org Date: Fri, 08 Aug 2014 00:34:21 +0200 Message-ID: <87vbq47wuq.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:36247) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XFWGi-00025S-5K for emacs-orgmode@gnu.org; Thu, 07 Aug 2014 18:34:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XFWGZ-0005XS-5W for emacs-orgmode@gnu.org; Thu, 07 Aug 2014 18:34:44 -0400 Received: from plane.gmane.org ([80.91.229.3]:58404) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XFWGY-0005XO-Uz for emacs-orgmode@gnu.org; Thu, 07 Aug 2014 18:34:35 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1XFWGY-0008CV-01 for emacs-orgmode@gnu.org; Fri, 08 Aug 2014 00:34:34 +0200 Received: from g231105104.adsl.alicedsl.de ([92.231.105.104]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 08 Aug 2014 00:34:33 +0200 Received: from tjolitz by g231105104.adsl.alicedsl.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 08 Aug 2014 00:34:33 +0200 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org 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