From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thorsten Jolitz Subject: [BUG] in ox-org.el? Date: Wed, 09 Apr 2014 23:11:08 +0200 Message-ID: <878uregqdv.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34873) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WXzkz-0000qK-4f for emacs-orgmode@gnu.org; Wed, 09 Apr 2014 17:10:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WXzkp-0006ZC-CO for emacs-orgmode@gnu.org; Wed, 09 Apr 2014 17:10:05 -0400 Received: from plane.gmane.org ([80.91.229.3]:60386) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WXzkp-0006Z7-5N for emacs-orgmode@gnu.org; Wed, 09 Apr 2014 17:09:55 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1WXzkn-00071W-Tf for emacs-orgmode@gnu.org; Wed, 09 Apr 2014 23:09:53 +0200 Received: from g231111252.adsl.alicedsl.de ([92.231.111.252]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 09 Apr 2014 23:09:53 +0200 Received: from tjolitz by g231111252.adsl.alicedsl.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 09 Apr 2014 23:09:53 +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, when I export this org buffer ,--------------- | * A | | ** A1 | | text | | * B | | ** B1 | | more text | | * C | | ** C1 | | even more text `--------------- to another org buffer I get: ,--------------------------------- | # Created 2014-04-09 Mi 23:04 | #+TITLE: tmp<3> | #+AUTHOR: Thorsten Jolitz | * A | | ** A1 | | text | * B | | ** B1 | | more text | * C | | ** C1 | | even more text | | # Emacs 24.3.1 (Org mode 8.2.5h) `--------------------------------- i.e. leading or trailing empty lines are treated differently. This looks strange in real documents, since exactly where one would expect a visible separation (before/after top level entries) empty lines are removed, while they are preserved in other structurally less significant places. -- cheers, Thorsten