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 wrote: > Puneeth Chaganti 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-stam

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

2011-02-02 Thread Bastien
Puneeth Chaganti 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 somethin

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

2011-02-02 Thread Bastien
Hi Puneeth, Puneeth Chaganti 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 som

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 wrote: > Hi Puneeth, > > Puneeth Chaganti 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

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 wrote: > Jason Dunsmore 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! I don't really understand what is going

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

2011-02-01 Thread Bastien
Jason Dunsmore 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 mailing list Please us

[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 @