Re: [Orgmode] [PATCH] [BUG] Timestamps surrounded by @@ in HTML export

2011-02-02 Thread Puneeth Chaganti
On Wed, Feb 2, 2011 at 3:18 PM, Bastien bastien.gue...@wikimedia.fr wrote: Hi Puneeth, Puneeth Chaganti puncha...@gmail.com writes: I don't really understand what is going on here, but there was one @ still appearing after this patch was applied. I am sending a patch to remove the one

Re: [Orgmode] [PATCH] [BUG] Timestamps surrounded by @@ in HTML export

2011-02-02 Thread Bastien
Hi Puneeth, Puneeth Chaganti puncha...@gmail.com writes: I don't really understand what is going on here, but there was one @ still appearing after this patch was applied. I am sending a patch to remove the one remaining @ symbol in the `org-html-handle-time-stamps` function. I don't know if

Re: [Orgmode] [PATCH] [BUG] Timestamps surrounded by @@ in HTML export

2011-02-02 Thread Bastien
Puneeth Chaganti puncha...@gmail.com writes: I don't really understand what is going on here, but there was one @ still appearing after this patch was applied. I am sending a patch to remove the one remaining @ symbol in the `org-html-handle-time-stamps` function. I don't know if this breaks

Re: [Orgmode] [PATCH] [BUG] Timestamps surrounded by @@ in HTML export

2011-02-02 Thread Puneeth Chaganti
On Wed, Feb 2, 2011 at 3:42 PM, Bastien bastien.gue...@wikimedia.fr wrote: Puneeth Chaganti puncha...@gmail.com writes: I don't really understand what is going on here, but there was one @ still appearing after this patch was applied. I am sending a patch to remove the one remaining @ symbol

[Orgmode] [PATCH] [BUG] Timestamps surrounded by @@ in HTML export

2011-02-01 Thread Jason Dunsmore
I noticed in the latest Git version that each inactive timestamp has @@ before and after it in HTML exported output. Here is a patch that fixes it. diff --git a/lisp/org-html.el b/lisp/org-html.el index 6c0e5e3..2f0377b 100644 --- a/lisp/org-html.el +++ b/lisp/org-html.el @@ -2124,14 +2124,14 @@

Re: [Orgmode] [PATCH] [BUG] Timestamps surrounded by @@ in HTML export

2011-02-01 Thread Bastien
Jason Dunsmore emacs-orgm...@dunsmor.com writes: I noticed in the latest Git version that each inactive timestamp has @@ before and after it in HTML exported output. Here is a patch that fixes it. Applied, thanks! -- Bastien ___ Emacs-orgmode

Re: [Orgmode] [PATCH] [BUG] Timestamps surrounded by @@ in HTML export

2011-02-01 Thread Puneeth Chaganti
On Tue, Feb 1, 2011 at 10:18 PM, Bastien bastien.gue...@wikimedia.fr wrote: Jason Dunsmore emacs-orgm...@dunsmor.com writes: I noticed in the latest Git version that each inactive timestamp has @@ before and after it in HTML exported output.  Here is a patch that fixes it. Applied, thanks!