Re: [O] RFC: Revisit org-export-content-div (in the context of org-s5)

2011-07-11 Thread Bastien
Jambunathan K writes: >> #+begin_src emacs-lisp >> (defcustom org-export-html-content-div "%s %s" ; note the html in >> prefix >> "The name of the container DIV that holds all the page contents." >> :group 'org-export-htmlize >> :type 'string) >> #+end_src > > Btw, The :group tag

Re: [O] RFC: Revisit org-export-content-div (in the context of org-s5)

2011-07-11 Thread Bastien
Hi Jambunathan, Jambunathan K writes: > Couple of comments wrt org-export-content-div: > > 1. Should be renamed to org-export-html-content-div Done. > 2. If we look at org-s5.el[1], we see the following usage where >apparently is essentially replaced by "class="presentation"> with a b

Re: [O] RFC: Revisit org-export-content-div (in the context of org-s5)

2011-07-10 Thread Jambunathan K
> #+begin_src emacs-lisp > (defcustom org-export-html-content-div "%s %s" ; note the html in > prefix > "The name of the container DIV that holds all the page contents." > :group 'org-export-htmlize > :type 'string) > #+end_src Btw, The :group tag seems NOT OK to me as well. Jamb

[O] RFC: Revisit org-export-content-div (in the context of org-s5)

2011-07-10 Thread Jambunathan K
Couple of comments wrt org-export-content-div: 1. Should be renamed to org-export-html-content-div 2. If we look at org-s5.el[1], we see the following usage where apparently is essentially replaced by " with a bunch of leading and trailing stuff. #+begin_src emacs-lisp (lambda () (sav