emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [Orgmode] [PATCH] org-export generating invalid HTML due to "<\p>" t


From: Carsten Dominik
Subject: Re: [Orgmode] [PATCH] org-export generating invalid HTML due to "<\p>" typo
Date: Wed, 3 Sep 2008 11:36:56 +0200

Applied, thanks.

- Carsten

On Aug 8, 2008, at 10:33 AM, David House wrote:

The "Generated by org-mode" text at the end of the document has a
small HTML typo causing invalid HTML to be produced. Patch:

---
diff -u c\:/Program\ Files/Emacs/emacs/site-lisp/org/org-exp.el
c\:/Program\ Files/Emacs/emacs/site-lisp/org/org-exp-mine.el
--- c:/Program Files/Emacs/emacs/site-lisp/org/org-exp.el 2008-07-25
15:19:00.000000000 +0100
+++ c:/Program Files/Emacs/emacs/site-lisp/org/org-exp-mine.el 2008-08-08
09:27:14.796875000 +0100
@@ -3325,7 +3325,7 @@
   (nth 2 lang-words) ": "
   date "</p>\n"))
 (when org-export-creator-info
-    (insert (format "<p>HTML generated by org-mode %s in emacs %s<\p>\n"
+    (insert (format "<p>HTML generated by org-mode %s in emacs %s</p>\n"
   org-version emacs-major-version)))
 (insert "</div>"))

---

This is such a trivial change that I haven't signed papers with the FSF.

--
-David House, address@hidden


_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
address@hidden
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


reply via email to

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