From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Randby Subject: Re: skip:t option not working Date: Sat, 10 Aug 2013 14:46:07 -0400 Message-ID: <52068A6F.7040808@gmail.com> References: <520590C6.8050701@gmail.com> <87r4e2i74w.fsf@gmail.com> <520670BC.4060008@gmail.com> <87iozdifxu.fsf@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]:45856) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V8EBA-0002ls-1f for emacs-orgmode@gnu.org; Sat, 10 Aug 2013 14:46:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V8EB1-0006L6-4b for emacs-orgmode@gnu.org; Sat, 10 Aug 2013 14:46:20 -0400 Received: from mail-ie0-x22c.google.com ([2607:f8b0:4001:c03::22c]:35415) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V8EB0-0006Ku-Uh for emacs-orgmode@gnu.org; Sat, 10 Aug 2013 14:46:11 -0400 Received: by mail-ie0-f172.google.com with SMTP id 17so4664209iea.3 for ; Sat, 10 Aug 2013 11:46:10 -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 pk8sm11596761igb.6.2013.08.10.11.46.08 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sat, 10 Aug 2013 11:46:09 -0700 (PDT) In-Reply-To: <87iozdifxu.fsf@gmail.com> 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 On 08/10/2013 02:00 PM, Nick Dokos wrote: > Scott Randby writes: > >> On 08/09/2013 10:58 PM, Nick Dokos wrote: >>> Scott Randby writes: >>> >>>> 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. >>>> >>> >>> I don't think it exists any longer. >>> >> >> If the option no longer exists, then it might be a good idea to remove >> it from the manual. >> > > Indeed, but afaict, it's no longer in the current (8.0.7) manual. Are > you looking at an older version of the manual perhaps? I might have > missed the reference of course, in which case if you post the details, > somebody will fix it. > You can find a reference to the skip option on this page: http://orgmode.org/manual/Export-options.html It seems that this is the old 12.2 page, but it still links up to the 8.0.7 manual. No wonder I've been confused. The correct 12.2 page is given by this link: http://orgmode.org/manual/Export-back_002dends.html#Export-back_002dends The current export options (which I missed before) are now in section 12.3: http://orgmode.org/manual/Export-settings.html#Export-settings I think the website needs to be cleaned up a bit. Scott Randby