From mboxrd@z Thu Jan 1 00:00:00 1970 From: Feng Shu Subject: [help] How to ignore a head but don't ignore it's subhead when export Date: Tue, 18 Jun 2013 20:25:21 +0800 Message-ID: <87ppvjwqq6.fsf@news.tumashu-localhost.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:36488) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uouzy-00084a-W5 for emacs-orgmode@gnu.org; Tue, 18 Jun 2013 08:27:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Uouzx-0007q0-Ok for emacs-orgmode@gnu.org; Tue, 18 Jun 2013 08:26:58 -0400 Received: from mail-pa0-x22e.google.com ([2607:f8b0:400e:c03::22e]:51682) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uouzx-0007ps-Id for emacs-orgmode@gnu.org; Tue, 18 Jun 2013 08:26:57 -0400 Received: by mail-pa0-f46.google.com with SMTP id fa11so3953416pad.19 for ; Tue, 18 Jun 2013 05:26:56 -0700 (PDT) Received: from tumashu ([110.97.84.33]) by mx.google.com with ESMTPSA id dg3sm18071805pbc.24.2013.06.18.05.26.53 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Tue, 18 Jun 2013 05:26:54 -0700 (PDT) Received: from feng by tumashu with local (Exim 4.80) (envelope-from ) id 1UouyP-0001ME-Tk for emacs-orgmode@gnu.org; Tue, 18 Jun 2013 20:25:21 +0800 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 #+begin_org * headA ** headB #+end_org When export to latex, how to ignore headA and don't ignore headB? Thanks --