From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Abrahamsen Subject: Re: [RFC] Replace some HTML related keywords with OPTIONS items Date: Fri, 21 Jun 2013 10:17:36 +0100 Message-ID: <87vc57q0un.fsf@ericabrahamsen.net> References: <87vc58fv2x.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50232) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UpxTK-0004E3-DF for emacs-orgmode@gnu.org; Fri, 21 Jun 2013 05:17:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UpxTH-0005K5-Qi for emacs-orgmode@gnu.org; Fri, 21 Jun 2013 05:17:34 -0400 Received: from plane.gmane.org ([80.91.229.3]:48858) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UpxTH-0005Je-DN for emacs-orgmode@gnu.org; Fri, 21 Jun 2013 05:17:31 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1UpxTC-0006Cz-Tr for emacs-orgmode@gnu.org; Fri, 21 Jun 2013 11:17:26 +0200 Received: from host217-35-48-194.in-addr.btopenworld.com ([217.35.48.194]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 21 Jun 2013 11:17:26 +0200 Received: from eric by host217-35-48-194.in-addr.btopenworld.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 21 Jun 2013 11:17:26 +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: emacs-orgmode@gnu.org Nicolas Goaziou writes: > Hello, > > Any objection to applying the following patch to master? > > Basically, > > #+HTML_INCLUDE_STYLE: nil > > becomes > > #+OPTIONS: html-style:nil > > and > > #+HTML_HTML5_FANCY: t > > becomes > > #+OPTIONS: html5-fancy:t > > > Regards, Looks good! +1 for merging :foo nil syntax from babel...