From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: BUG - Can't export subtree without TOC Date: Sun, 19 Aug 2012 22:23:01 -0400 Message-ID: <87fw7i5mka.fsf@norang.ca> References: <87r4r7mbqc.fsf@altern.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([208.118.235.92]:54854) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T3He5-0002UQ-16 for emacs-orgmode@gnu.org; Sun, 19 Aug 2012 22:23:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T3He3-0008L1-Qd for emacs-orgmode@gnu.org; Sun, 19 Aug 2012 22:23:12 -0400 In-Reply-To: <87r4r7mbqc.fsf@altern.org> (Bastien's message of "Thu, 16 Aug 2012 11:23:39 +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: Bastien Cc: emacs-orgmode@gnu.org Hi Bastien, I want to export a subtree with a EXPORT_OPTIONS property which turns off the table of contents. This works fine in release_7.8.11 but not in the current git master. --8<---------------cut here---------------start------------->8--- **** Export me :PROPERTIES: :EXPORT_OPTIONS: toc:nil :END: [2012-08-19 Sun 22:08] Details follow --8<---------------cut here---------------end--------------->8--- Org-mode version 7.8.11 (release_7.8.11 @ /home/bernt/git/org-mode/lisp/) GNU Emacs 23.2.1 (i486-pc-linux-gnu, GTK+ Version 2.20.0) of 2010-12-11 on raven, modified by Debian C-c @ on this entry and C-c C-e d always includes the TOC. I'll try to determine the commit that breaks this. Regards, Bernt Bastien writes: > Hi all, > > I will be offline until sunday eve. > > Please heavily test the current HEAD of the git repository. > If you have bugs that you didn't send to the list, please do > it now. > > Thanks,