From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: RFC: Revisit org-export-content-div (in the context of org-s5) Date: Mon, 11 Jul 2011 13:44:35 +0200 Message-ID: <87liw582jg.fsf@gnu.org> References: <81d3hi75oj.fsf@gmail.com> <818vs674t7.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:58672) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QgEuM-0007PV-Ie for emacs-orgmode@gnu.org; Mon, 11 Jul 2011 07:44:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QgEuK-0002tc-Ti for emacs-orgmode@gnu.org; Mon, 11 Jul 2011 07:44:14 -0400 Received: from mail-wy0-f169.google.com ([74.125.82.169]:60227) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QgEuK-0002tS-FO for emacs-orgmode@gnu.org; Mon, 11 Jul 2011 07:44:12 -0400 Received: by wyg36 with SMTP id 36so3053087wyg.0 for ; Mon, 11 Jul 2011 04:44:11 -0700 (PDT) In-Reply-To: <818vs674t7.fsf@gmail.com> (Jambunathan K.'s message of "Sun, 10 Jul 2011 16:58:36 +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: emacs-orgmode@gnu.org 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 seems NOT OK to me as well. Fixed, thanks! -- Bastien