From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: BUG - Can't export subtree without TOC Date: Mon, 20 Aug 2012 04:40:51 +0200 Message-ID: <87393ithe4.fsf@altern.org> References: <87r4r7mbqc.fsf@altern.org> <87fw7i5mka.fsf@norang.ca> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:49599) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T3Hun-0005n1-5I for emacs-orgmode@gnu.org; Sun, 19 Aug 2012 22:40:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T3Hum-0004Un-1W for emacs-orgmode@gnu.org; Sun, 19 Aug 2012 22:40:29 -0400 Received: from mail-wi0-f169.google.com ([209.85.212.169]:49223) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T3Hul-0004Sk-Si for emacs-orgmode@gnu.org; Sun, 19 Aug 2012 22:40:27 -0400 Received: by wibhm2 with SMTP id hm2so2802909wib.0 for ; Sun, 19 Aug 2012 19:40:27 -0700 (PDT) In-Reply-To: <87fw7i5mka.fsf@norang.ca> (Bernt Hansen's message of "Sun, 19 Aug 2012 22:23:01 -0400") 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: Bernt Hansen Cc: emacs-orgmode@gnu.org Hi Bernt, Bernt Hansen writes: > This works fine in release_7.8.11 but not in the current git master. > > **** Export me > :PROPERTIES: > :EXPORT_OPTIONS: toc:nil > :END: > [2012-08-19 Sun 22:08] > > Details follow > > 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 just tested this with emacs -Q and the Org from current git. The export is okay for me (I get a TOC or not depending on the value of EXPORT_OPTIONS.) Maybe the error was in C-c @ -- the command relies on org-element now, and org-element may not have been required properly. Please pull and let me know if this is it. Thanks, -- Bastien