From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jambunathan K Subject: Re: RFC: Revisit org-export-content-div (in the context of org-s5) Date: Sun, 10 Jul 2011 16:58:36 +0530 Message-ID: <818vs674t7.fsf@gmail.com> References: <81d3hi75oj.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:51979) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QfsBC-0001BG-6V for emacs-orgmode@gnu.org; Sun, 10 Jul 2011 07:28:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QfsBB-0002Qk-JN for emacs-orgmode@gnu.org; Sun, 10 Jul 2011 07:28:06 -0400 Received: from mail-pv0-f169.google.com ([74.125.83.169]:46597) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QfsBB-0002Q1-Ck for emacs-orgmode@gnu.org; Sun, 10 Jul 2011 07:28:05 -0400 Received: by pvc12 with SMTP id 12so2441869pvc.0 for ; Sun, 10 Jul 2011 04:28:04 -0700 (PDT) In-Reply-To: <81d3hi75oj.fsf@gmail.com> (Jambunathan K.'s message of "Sun, 10 Jul 2011 16:39:48 +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: emacs-orgmode@gnu.org > #+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. Jambunathan K.