From mboxrd@z Thu Jan 1 00:00:00 1970 From: Julien Danjou Subject: [PATCH 1/2] Fix docstring for org-export-html-{pre, post}amble Date: Fri, 21 May 2010 17:21:11 +0200 Message-ID: <1274455272-25377-1-git-send-email-julien@danjou.info> Return-path: Received: from [140.186.70.92] (port=54318 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OFU2M-0006cN-EJ for emacs-orgmode@gnu.org; Fri, 21 May 2010 11:21:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OFU2K-0001kS-Cj for emacs-orgmode@gnu.org; Fri, 21 May 2010 11:21:22 -0400 Received: from prometheus.naquadah.org ([212.85.154.174]:59056 helo=mx1.naquadah.org) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OFU2K-0001jm-6c for emacs-orgmode@gnu.org; Fri, 21 May 2010 11:21:20 -0400 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Cc: Julien Danjou Signed-off-by: Julien Danjou --- I had a hard time figuring out how it works, and after reading the source code, I think the docstring is wrong. lisp/org-html.el | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/org-html.el b/lisp/org-html.el index d5f4775..e7064ab 100644 --- a/lisp/org-html.el +++ b/lisp/org-html.el @@ -405,10 +405,10 @@ with a link to this URL." ;;; Variables, constants, and parameter plists (defvar org-export-html-preamble nil - "Preamble, to be inserted just before . Set by publishing functions. + "Preamble, to be inserted just after . Set by publishing functions. This may also be a function, building and inserting the preamble.") (defvar org-export-html-postamble nil - "Preamble, to be inserted just after . Set by publishing functions. + "Preamble, to be inserted just before . Set by publishing functions. This may also be a function, building and inserting the postamble.") (defvar org-export-html-auto-preamble t "Should default preamble be inserted? Set by publishing functions.") -- 1.7.1