From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Randby Subject: Re: Org 8.3.1 HTML export options Date: Thu, 06 Aug 2015 18:50:14 -0400 Message-ID: <55C3E4A6.1080207@gmail.com> References: <55C3D5FD.7040007@gmail.com> <87io8skqjd.fsf@gmx.us> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39308) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZNTzQ-0000E6-96 for emacs-orgmode@gnu.org; Thu, 06 Aug 2015 18:50:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZNTzN-0005OL-3b for emacs-orgmode@gnu.org; Thu, 06 Aug 2015 18:50:20 -0400 Received: from mail-ig0-x22f.google.com ([2607:f8b0:4001:c05::22f]:35548) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZNTzM-0005OB-UG for emacs-orgmode@gnu.org; Thu, 06 Aug 2015 18:50:17 -0400 Received: by igr7 with SMTP id 7so20831327igr.0 for ; Thu, 06 Aug 2015 15:50:16 -0700 (PDT) Received: from [192.168.1.109] (cpe-184-56-99-2.neo.res.rr.com. [184.56.99.2]) by smtp.gmail.com with ESMTPSA id f126sm5555452ioe.21.2015.08.06.15.50.15 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 06 Aug 2015 15:50:15 -0700 (PDT) In-Reply-To: <87io8skqjd.fsf@gmx.us> 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/06/2015 06:20 PM, Rasmus wrote: > Scott Randby writes: > >> * COMMENT Setup >> [...] >> >> When I export to HTML, the link to the CSS style sheet is missing, the >> page title is blank, sections are numbered, MathJax uses the default >> settings, etc. None of the options I set are recognized (except for the >> startup options). > > This is a feature. COMMENT corresponds to prefixing each line of the > headline with "#". > > For your purpose I'd use a headline tagged with :noexport:, see > org-export-exclude-tags. Thanks, that worked, but now I have to change the code on a huge number of files. It is hard to consider something a feature when it breaks a long accepted practice. It certainly isn't a good feature in my view. In fact, it is a terrible feature. I started doing it using the COMMENT headline for options because I'd seen it done by many other people. Scott Randby > > Hope it helps, > Rasmus >