From mboxrd@z Thu Jan 1 00:00:00 1970 From: Charles Berry Subject: Re: [help] How to ignore a head but don't ignore it's subhead when export Date: Tue, 18 Jun 2013 15:45:27 +0000 (UTC) Message-ID: References: <87ppvjwqq6.fsf@news.tumashu-localhost.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:36846) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uoy6U-0006oY-Cw for emacs-orgmode@gnu.org; Tue, 18 Jun 2013 11:45:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Uoy6T-0001iV-4N for emacs-orgmode@gnu.org; Tue, 18 Jun 2013 11:45:54 -0400 Received: from plane.gmane.org ([80.91.229.3]:50397) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uoy6S-0001iN-Nb for emacs-orgmode@gnu.org; Tue, 18 Jun 2013 11:45:53 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Uoy6P-0008Ir-2f for emacs-orgmode@gnu.org; Tue, 18 Jun 2013 17:45:49 +0200 Received: from 137.110.35.2 ([137.110.35.2]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 18 Jun 2013 17:45:49 +0200 Received: from ccberry by 137.110.35.2 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 18 Jun 2013 17:45:49 +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 Feng Shu gmail.com> writes: > > > #+begin_org > > * headA > ** headB > > #+end_org > > When export to latex, how to ignore headA and don't ignore headB? > With a tag. See this: http://article.gmane.org/gmane.emacs.orgmode/67692 HTH, Chuck