From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: [patch] Re: HTML Postamble is inside Content DIV Date: Sun, 24 Jul 2011 20:56:24 +0200 Message-ID: <87aac3v6cg.fsf@altern.org> References: <80mxj8g0wl.fsf@somewhere.org> <80ei4gdoe7.fsf@somewhere.org> <801uzeu2b6.fsf@somewhere.org> <808vslr5ox.fsf@somewhere.org> <0903D18D-AB13-430D-81EF-93421BDB7D01@ulb.ac.be> <80y60iumbh.fsf@somewhere.org> <8039ih6x7f.fsf@somewhere.org> <4CE89955-F7C1-4708-A149-F60AB482E4DE@ulb.ac.be> <80r55j9x9z.fsf_-_@somewhere.org> <81pql35hrs.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:45942) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ql48C-0008DF-2W for emacs-orgmode@gnu.org; Sun, 24 Jul 2011 15:14:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ql48A-0007UI-Rh for emacs-orgmode@gnu.org; Sun, 24 Jul 2011 15:14:27 -0400 Received: from plane.gmane.org ([80.91.229.3]:41570) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ql48A-0007Ti-ED for emacs-orgmode@gnu.org; Sun, 24 Jul 2011 15:14:26 -0400 Received: from public by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Ql486-0000dp-Ay for emacs-orgmode@gnu.org; Sun, 24 Jul 2011 21:14:22 +0200 In-Reply-To: <81pql35hrs.fsf@gmail.com> (Jambunathan K.'s message of "Fri, 22 Jul 2011 05:05:35 +0530") 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: Jambunathan K Cc: public-emacs-orgmode-mXXj517/zsQ@plane.gmane.org, Sebastien Vauban Jambunathan, Jambunathan K writes: > Specifically can it do this: > http://lists.gnu.org/archive/html/emacs-orgmode/2011-07/msg00524.html We can modified the structure of `org-export-html-divs' so that it is an alist instead of a list, with div ids and associated attributes. If you think that's a good direction, can you provide a patch for this? > I see that there has been a lot of ping-ponging around this area for a > while now and you now seem to have a new proposal at hand. Your patch > seems to be touching Bastien's commit pursuant to my above request > [1]. Well, I didn't really like this proposed variable: #+begin_src emacs-lisp (defcustom org-export-html-content-div "%s
%s" "The name of the container DIV that holds all the page contents." :group 'org-export-htmlize :type 'string) #+end_src It is not simple enough to my eyes... > I don't understand or use html or org-s5. I hope the proposal here > is the final one :-). I hope nothing is final in this world. :) > Please make Eric Schulte a respondent or reviewer > for this patch (from org-s5 side of things) and insist on a feedback > from him before committing.. I committed this yesterday. > ps: I would desire that any changes to org-html.el also need to be > ported to org-lparse.el and (or) org-xhtml.el. (Can you take charge of this?) This is the main reason why having duplicate code in this area is a burden. I still think our energy will be better spent by progressively adding things from org-xhtml.el to org-html.el, feature by feature. This is a lot of (possibly boring) work, but being lazy now will just make it even more difficult later. In any case, working on porting changes from org-html.el to org-xhtml.el isn't the right direction. Let's keep up the good work! Best, -- Bastien