Re: [Orgmode] Re: [bug] org-store-link on gnus message fails

2011-01-14 Thread Eric S Fraga
Sébastien Vauban writes: > Hi Eric, > > Eric S Fraga wrote: >> Tassilo Horn writes: >>> this patch should do the trick. I think the issue was a malformed Date: >>> header that couldn't be converted to a timestamp. >> >> Actually, I am curious about this. What is the point of extracting the date

Re: [Accepted] [Orgmode] Re: [bug] org-store-link on gnus message fails

2011-01-13 Thread Tassilo Horn
Carsten Dominik writes: Hi Carsten, > Patch 533 (http://patchwork.newartisans.com/patch/533/) is now "Accepted". The patch below was wrong. The patch in the next mail that used `ignore-errors' instead of `condition-case' is the right one. Bye, Tassilo >> diff --git a/lisp/org-gnus.el b/lisp/

[Accepted] [Orgmode] Re: [bug] org-store-link on gnus message fails

2011-01-13 Thread Carsten Dominik
lain; charset="utf-8" > MIME-Version: 1.0 > Content-Transfer-Encoding: 7bit > Subject: [Orgmode] Re: [bug] org-store-link on gnus message fails > Date: Wed, 12 Jan 2011 21:45:17 - > From: Tassilo Horn > X-Patchwork-Id: 533 > Message-Id: <87bp3moyua@memb

[Orgmode] Re: [bug] org-store-link on gnus message fails

2011-01-13 Thread Sébastien Vauban
Hi Eric, Eric S Fraga wrote: > Tassilo Horn writes: >> this patch should do the trick. I think the issue was a malformed Date: >> header that couldn't be converted to a timestamp. > > Actually, I am curious about this. What is the point of extracting the date > in any case? It's used to store lin

Re: [Orgmode] Re: [bug] org-store-link on gnus message fails

2011-01-12 Thread Eric S Fraga
Tassilo Horn writes: > Hi Eric, > > this patch should do the trick. I think the issue was a malformed Date: > header that couldn't be converted to a timestamp. Actually, I am curious about this. What is the point of extracting the date in any case? It's used to store link properties but I don

[Orgmode] Re: [bug] org-store-link on gnus message fails

2011-01-12 Thread Tassilo Horn
Hi Eric, this patch should do the trick. I think the issue was a malformed Date: header that couldn't be converted to a timestamp. --8<---cut here---start->8--- diff --git a/lisp/org-gnus.el b/lisp/org-gnus.el index 32641bf..ae5dc52 100644 --- a/lisp/org-gnus.

[Orgmode] Re: [bug] org-store-link on gnus message fails

2011-01-12 Thread Tassilo Horn
Eric S Fraga writes: > Trying to store a link to a gnus email message (=org-store-link=) when > the cursor is on a particular message in a gnus Summary mode window, I > get: What's the Date: header of that mail? Bye, Tassilo ___ Emacs-orgmode mailin