emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* [PATCH] org-export generating invalid HTML due to "<\p>" typo
@ 2008-08-08  8:33 David House
  2008-09-03  9:36 ` Carsten Dominik
  0 siblings, 1 reply; 2+ messages in thread
From: David House @ 2008-08-08  8:33 UTC (permalink / raw)
  To: emacs-orgmode

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] org-export generating invalid HTML due to "<\p>" typo
  2008-08-08  8:33 [PATCH] org-export generating invalid HTML due to "<\p>" typo David House
@ 2008-09-03  9:36 ` Carsten Dominik
  0 siblings, 0 replies; 2+ messages in thread
From: Carsten Dominik @ 2008-09-03  9:36 UTC (permalink / raw)
  To: David House; +Cc: emacs-orgmode


[-- Attachment #1.1: Type: text/plain, Size: 1245 bytes --]

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, dmhouse@gmail.com
>
>
> _______________________________________________
> Emacs-orgmode mailing list
> Remember: use `Reply All' to send replies to the list.
> Emacs-orgmode@gnu.org
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[-- Attachment #1.2: Type: text/html, Size: 2506 bytes --]

[-- Attachment #2: Type: text/plain, Size: 204 bytes --]

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-09-03  9:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-08-08  8:33 [PATCH] org-export generating invalid HTML due to "<\p>" typo David House
2008-09-03  9:36 ` Carsten Dominik

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).