From mboxrd@z Thu Jan 1 00:00:00 1970 From: Robert Eckl Subject: Property EXPORT_OPTIONS ignored? Date: Wed, 19 Mar 2014 17:35:15 +0100 Message-ID: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58297) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WQJSg-00041J-BZ for emacs-orgmode@gnu.org; Wed, 19 Mar 2014 12:35:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WQJSZ-00037j-JR for emacs-orgmode@gnu.org; Wed, 19 Mar 2014 12:35:26 -0400 Received: from cs2.7b2.de ([87.106.234.140]:57008) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WQJSZ-00037D-DO for emacs-orgmode@gnu.org; Wed, 19 Mar 2014 12:35:19 -0400 Received: from Robert-Eckls-iMac.local (p5499062C.dip0.t-ipconnect.de [84.153.6.44]) by cs2.7b2.de (Postfix) with ESMTPA id D50FD3BE8E for ; Wed, 19 Mar 2014 17:35:15 +0100 (CET) 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 Hi, i'm trying to exclude one section from the toc Following http://orgmode.org/manual/Export-settings.html in following example section 2 shoud not appear in the toc, but it appears. #+OPTIONS: toc:t * Section 1 * Section 2 :PROPERTIES: :EXPORT_OPTIONS: toc:nil :END: What I'm missing? TIA, Robert Emacs 24.3.1 (Org mode 8.2.5e)