From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: [PATCH] export to various flavors of (X)HTML Date: Mon, 6 May 2013 07:49:16 +0200 Message-ID: References: <86wqrtwisf.fsf@iro.umontreal.ca> <517732AF.6080308@gmail.com> <86y5c82hxy.fsf@iro.umontreal.ca> <871u9ytihc.fsf@ericabrahamsen.net> <8f433f7c2e7d4892d6286afc9524d9a6@mail.rickster.com> <87li85tdsm.fsf@ericabrahamsen.net> <20130426184949.GB79236@BigDog.local> <87bo8xeuxd.fsf@ericabrahamsen.net> <87zjwfnzwj.fsf@ericabrahamsen.net> <20130501115503.GB83182@BigDog.local> <87k3nhqeed.fsf@ericabrahamsen.net> Mime-Version: 1.0 (Mac OS X Mail 6.3 \(1503\)) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:48257) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UZEIY-0006T1-JG for emacs-orgmode@gnu.org; Mon, 06 May 2013 01:49:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UZEIX-0001nc-Lo for emacs-orgmode@gnu.org; Mon, 06 May 2013 01:49:18 -0400 Received: from mail-ea0-x231.google.com ([2a00:1450:4013:c01::231]:59763) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UZEIX-0001nV-El for emacs-orgmode@gnu.org; Mon, 06 May 2013 01:49:17 -0400 Received: by mail-ea0-f177.google.com with SMTP id o10so1503758eaj.8 for ; Sun, 05 May 2013 22:49:15 -0700 (PDT) In-Reply-To: <87k3nhqeed.fsf@ericabrahamsen.net> 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: Eric Abrahamsen Cc: emacs-orgmode@gnu.org Hi Eric, Rick, Francois and others, Nicolas commented to me about this patch that he was wondering if it would not be better to have a separate backend for html5, i.e. ox-html5.el that could be derived from ox-html.el and make it easier in the future to build it out to take full advantage of html5 features. I think he has a point, and I would like to hear your comments. Thanks - Carsten On 2.5.2013, at 23:07, Eric Abrahamsen wrote: > Rick Frankel writes: > >> On Tue, Apr 30, 2013 at 08:26:52PM -0700, Eric Abrahamsen wrote: >>> Rick Frankel writes: >>> >>>> Whoops. Wrong key. Patch actually attached to this email... >>>> rick >>> >>> Great, I'll consolidate all these -- would it be better to mush them >>> into one big patch, or to keep them separate (I suppose for ease of >>> rollback, if something goes wrong)? >> >> Probably squashing them into one patch would be the best. But Carsten >> or Bastien might disagree :). >> >> rick > > Okay, there it is: one big patch (including your xml declaration fix). > > I didn't add any more refined handling of the html5-fancy option. As a > second-order option it didn't seem worthy of an #+OPTIONS entry, and I > didn't bother checking for an empty string, either. It can always be > #+BINDed if necessary, and if it ever annoys anyone I can fix it > further. > > E > > <0001-ox-html.el-Export-to-different-X-HTML-flavors-includ.patch>