From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Randby Subject: skip:t option not working Date: Fri, 09 Aug 2013 21:00:54 -0400 Message-ID: <520590C6.8050701@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37338) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V7xYI-0007n5-9B for emacs-orgmode@gnu.org; Fri, 09 Aug 2013 21:01:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V7xY9-0006vm-Mw for emacs-orgmode@gnu.org; Fri, 09 Aug 2013 21:01:06 -0400 Received: from mail-ie0-x230.google.com ([2607:f8b0:4001:c03::230]:48920) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V7xY9-0006vY-I3 for emacs-orgmode@gnu.org; Fri, 09 Aug 2013 21:00:57 -0400 Received: by mail-ie0-f176.google.com with SMTP id 9so4106095iec.35 for ; Fri, 09 Aug 2013 18:00:56 -0700 (PDT) Received: from [192.168.1.111] (cpe-24-165-203-246.neo.res.rr.com. [24.165.203.246]) by mx.google.com with ESMTPSA id ft2sm7288573igb.5.2013.08.09.18.00.55 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 09 Aug 2013 18:00:55 -0700 (PDT) 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 I cannot get the skip:t option to work with HTML export. This option is listed in the manual, and it worked before Org-8. Am I missing something? Below is a simple sample in which skip:t doesn't work, even with emacs -q. I'm using Emacs 24.2.1 with Org 8.0.3. Scott Randby -------- This text should be skipped upon export. * Test section This is the text in a test section. #+OPTIONS: skip:t toc:nil #+TITLE: ---------