From mboxrd@z Thu Jan 1 00:00:00 1970 From: suvayu ali Subject: Re: Include headings in export, but exclude from TOC? Date: Mon, 16 May 2011 19:41:48 -0700 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from eggs.gnu.org ([140.186.70.92]:59288) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QMAEc-0007qN-Mo for emacs-orgmode@gnu.org; Mon, 16 May 2011 22:42:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QMAEb-0001a2-Hk for emacs-orgmode@gnu.org; Mon, 16 May 2011 22:42:10 -0400 Received: from mail-bw0-f41.google.com ([209.85.214.41]:64588) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QMAEb-0001Zw-Cx for emacs-orgmode@gnu.org; Mon, 16 May 2011 22:42:09 -0400 Received: by bwz17 with SMTP id 17so159026bwz.0 for ; Mon, 16 May 2011 19:42:08 -0700 (PDT) In-Reply-To: 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: Luke Crook Cc: org-mode mailing list On Mon, May 16, 2011 at 6:38 PM, Luke Crook wrote: > :NOEXPORT: removes a heading from export and the TOC. Is there a tag that will > only exclude a heading from appearing in the TOC? > For LaTeX export the following header option should take care of this: #+OPTIONS: H:4 num:3 H:4 says export up to level 4 headlines num:3 says only number up to level 3 headlines I am not sure whether this works for the other export backends. > -Luke > -- Suvayu Open source is the future. It sets us free.