From mboxrd@z Thu Jan 1 00:00:00 1970 From: eythanweg@gmail.com (Eythan Weg) Subject: Odd export of a selected tree Date: Thu, 08 Sep 2011 10:23:43 -0400 Message-ID: <87aaafyuxc.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:39709) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R1fWS-0005CS-LE for emacs-orgmode@gnu.org; Thu, 08 Sep 2011 10:24:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R1fWL-0007RB-3S for emacs-orgmode@gnu.org; Thu, 08 Sep 2011 10:24:08 -0400 Received: from lo.gmane.org ([80.91.229.12]:35282) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R1fWK-0007R4-Q7 for emacs-orgmode@gnu.org; Thu, 08 Sep 2011 10:24:01 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1R1fWJ-0000Tc-1p for emacs-orgmode@gnu.org; Thu, 08 Sep 2011 16:23:59 +0200 Received: from c-98-253-78-182.hsd1.in.comcast.net ([98.253.78.182]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 08 Sep 2011 16:23:59 +0200 Received: from eythanweg by c-98-253-78-182.hsd1.in.comcast.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 08 Sep 2011 16:23:59 +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, Consider a file containing something like: * Test :export: * Test 2 And now export it, say to ascii format. I get a buffer containing: 1 Test :export: Is this expected? Thanks, Eythan