From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hsiu-Khuern Tang Subject: Bug in selective export when selected heading follows excluded heading Date: Mon, 28 May 2012 11:44:24 -0700 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:54360) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SZ4vd-0005qh-5H for emacs-orgmode@gnu.org; Mon, 28 May 2012 14:44:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SZ4vb-0006vN-LJ for emacs-orgmode@gnu.org; Mon, 28 May 2012 14:44:28 -0400 Received: from mail-we0-f169.google.com ([74.125.82.169]:39321) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SZ4vb-0006v5-CY for emacs-orgmode@gnu.org; Mon, 28 May 2012 14:44:27 -0400 Received: by wefh52 with SMTP id h52so2696596wef.0 for ; Mon, 28 May 2012 11:44:24 -0700 (PDT) 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: orgmode (Adding the [O] tag to the subject line -- sorry for the re-post) Hi, Here's an input file, a.org: ---------------------------------------------------- #+OPTIONS: toc:nil #+EXPORT_EXCLUDE_TAGS: exclude #+EXPORT_SELECT_TAGS: include * chap1 ** sec1 :exclude: ** sec2 :include: ---------------------------------------------------- If I export this file, the heading gets mangled. =A0E.g., the ascii export = is: ---------------------------------------------------- a =3D Author: Hsiu-Khuern Tang Date: 2012-05-26 00:31:10 PDT 1 chap1** sec2 :include: =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D ---------------------------------------------------- I'm using the latest Org. Thanks, - Hsiu-Khuern.