From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Odd export of a selected tree Date: Sat, 22 Oct 2011 12:35:51 +0200 Message-ID: <87k47xgvp4.fsf@gnu.org> References: <87aaafyuxc.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:42458) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RHYux-0002UO-5d for emacs-orgmode@gnu.org; Sat, 22 Oct 2011 06:35:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RHYuv-0000J7-K0 for emacs-orgmode@gnu.org; Sat, 22 Oct 2011 06:35:07 -0400 Received: from mail-ww0-f49.google.com ([74.125.82.49]:55666) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RHYuv-0000Hv-6W for emacs-orgmode@gnu.org; Sat, 22 Oct 2011 06:35:05 -0400 Received: by wwf27 with SMTP id 27so1310298wwf.30 for ; Sat, 22 Oct 2011 03:35:04 -0700 (PDT) In-Reply-To: <87aaafyuxc.fsf@gmail.com> (Eythan Weg's message of "Thu, 08 Sep 2011 10:23:43 -0400") 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: Eythan Weg Cc: emacs-orgmode@gnu.org Hi Eythan, eythanweg@gmail.com (Eythan Weg) writes: > 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? Use (setq org-export-with-tags nil) or #+OPTIONS: tags:nil directly in your org buffer. The :export: tag will still do its job. HTH, -- Bastien