emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: "David House" <dmhouse@gmail.com>
To: emacs-orgmode@gnu.org
Subject: [PATCH] org-export generating invalid HTML due to "<\p>" typo
Date: Fri, 8 Aug 2008 09:33:00 +0100	[thread overview]
Message-ID: <ebe43d680808080133s1acb49dbt130d9198ff2cc790@mail.gmail.com> (raw)

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, dmhouse@gmail.com

             reply	other threads:[~2008-08-08  8:33 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-08-08  8:33 David House [this message]
2008-09-03  9:36 ` [PATCH] org-export generating invalid HTML due to "<\p>" typo Carsten Dominik

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=ebe43d680808080133s1acb49dbt130d9198ff2cc790@mail.gmail.com \
    --to=dmhouse@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).