emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Orgmode] [PATCH 1/2] Fix docstring for org-export-html-{pre, post}amble


From: Julien Danjou
Subject: [Orgmode] [PATCH 1/2] Fix docstring for org-export-html-{pre, post}amble
Date: Fri, 21 May 2010 17:21:11 +0200

Signed-off-by: Julien Danjou <address@hidden>
---

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 <body>.  Set by publishing functions.
+  "Preamble, to be inserted just after <body>.  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 </body>.  Set by publishing functions.
+  "Preamble, to be inserted just before </body>.  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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]