Re: [Orgmode] Integration of Org mode and Gnus

2007-07-19 Thread Bastien
Hi Carsten, Carsten Dominik <[EMAIL PROTECTED]> writes: > I'd like to accept a patch that does this and keeps the old links > working. After this discussion has converged, could you send me the > final patch against a 5.xx version or org-mode? Here it is. This patch is against Org 5.03. --- or

Re: [Orgmode] Integration of Org mode and Gnus

2007-07-19 Thread Georg C. F. Greve
On Thu, 19 Jul 2007 00:06:04 +0200 Bastien <[EMAIL PROTECTED]> wrote: >> But doesn't this require for the article to be in the registry, still? b> Yes it does. That means the registry would not solve my problem, really. Sometimes I'll keep mails "task storage" for weeks, and also like to re

Re: [Orgmode] Integration of Org mode and Gnus

2007-07-18 Thread Carsten Dominik
Hi Bastien, I'd like to accept a patch that does this and keeps the old links working. After this discussion has converged, could you send me the final patch against a 5.xx version or org-mode? Thanks a lot. - Carsten On Jul 18, 2007, at 17:39, Bastien wrote: "Georg C. F. Greve" <[EMAIL PRO

Re: [Orgmode] Integration of Org mode and Gnus

2007-07-18 Thread Bastien
"Georg C. F. Greve" <[EMAIL PROTECTED]> writes: > But doesn't this require for the article to be in the registry, still? Yes it does. > What happens if the article has been pushed out of the registry? If you set `gnus-registry-max-entries' to a reasonably large number (say 5000) the registry w

Re: [Orgmode] Integration of Org mode and Gnus

2007-07-18 Thread Georg C. F. Greve
On Wed, 18 Jul 2007 17:39:54 +0200 Bastien <[EMAIL PROTECTED]> wrote: b> I found out that the registry is not up-to-date until you save the b> ~/gnus.registry.el. b> Replace `gnus-registry-initialize' by `gnus-registry-save' in the b> patch before. It should be okay - unless there are specia

Re: [Orgmode] Integration of Org mode and Gnus

2007-07-18 Thread Bastien
"Georg C. F. Greve" <[EMAIL PROTECTED]> writes: > I see this in *Messages*: > > Retrieving newsgroup: nnml:gnu.ml.emacs.orgmode... > Fetching headers for nnml:gnu.ml.emacs.orgmode...done > Suppressing duplicates...done > Scoring...done > Generating summary...done > No more unread artic

Re: [Orgmode] Integration of Org mode and Gnus

2007-07-18 Thread Georg C. F. Greve
On Wed, 18 Jul 2007 14:01:06 +0200 Bastien <[EMAIL PROTECTED]> wrote: b> Not fully tested yet, but this patch is a first attempt to implement b> this. Just tried it. The patch applies cleanly, and old links still work. But when I try to follow a link to gnus:nnfolder+archive+incoming:2007

Re: [Orgmode] Integration of Org mode and Gnus

2007-07-18 Thread Jason F. McBrayer
Bastien <[EMAIL PROTECTED]> writes: > Not fully tested yet, but this patch is a first attempt to implement > this. > > It uses message-id instead of message number to store Gnus links. If > gnus-registry is on, it fetches location of the article depending on > gnus-registry-alist. It's compatible

Re: [Orgmode] Integration of Org mode and Gnus

2007-07-18 Thread Bastien
[EMAIL PROTECTED] (Jason F. McBrayer) writes: > Bastien <[EMAIL PROTECTED]> writes: > >> Anyway, i think gnus-registry comes in handy here. > > It looks like that may indeed be the way forward, if it will let you > follow a link by message-id rather than group. I'm not clear on the > specifics of

Re: [Orgmode] Integration of Org mode and Gnus

2007-07-18 Thread Jason F. McBrayer
Bastien <[EMAIL PROTECTED]> writes: > Anyway, i think gnus-registry comes in handy here. It looks like that may indeed be the way forward, if it will let you follow a link by message-id rather than group. I'm not clear on the specifics of how you'd set it up, though. -- +--

Re: [Orgmode] Integration of Org mode and Gnus

2007-07-18 Thread Georg C. F. Greve
On Wed, 18 Jul 2007 12:04:52 +0200 Bastien <[EMAIL PROTECTED]> wrote: b> I think there is another solution: b> 1. Make C-c l (org-store-link) store message-id so that b> org-insert-link will insert something like: b> [[gnus:nnml:mail.compas#<[EMAIL PROTECTED]>][Message b> description]

Re: [Orgmode] Integration of Org mode and Gnus

2007-07-18 Thread Bastien
"Georg C. F. Greve" <[EMAIL PROTECTED]> writes: > Moving email is trivial -- you just need to call > > gnus-summary-move-article > > to move things to the place you want to archive them. But that function > does not return the URL of the moved article (as one might hope). I think there is anothe

Re: [Orgmode] Integration of Org mode and Gnus

2007-07-18 Thread Georg C. F. Greve
On Wed, 18 Jul 2007 02:55:01 +0200 Bastien <[EMAIL PROTECTED]> wrote: b> Alain Picard suggested something on this list earlier: b> http://article.gmane.org/gmane.emacs.orgmode/1771 b> It allows you to quickly store Gnus mails in a section of your org b> file. Just press ">" when on the mail

Re: [Orgmode] Integration of Org mode and Gnus

2007-07-18 Thread Georg C. F. Greve
On Tue, 17 Jul 2007 20:22:50 -0400 [EMAIL PROTECTED] (Jason F. McBrayer) wrote: jfm> I don't have a solution to this, but I'd like to note that I have jfm> the same problem. Interesting. I was pretty sure that I was not alone with this. ;) jfm> One possible way of approaching it might be wi

Re: [Orgmode] Integration of Org mode and Gnus

2007-07-17 Thread Bastien
"Georg C. F. Greve" <[EMAIL PROTECTED]> writes: > Ideally, I'd like to make a decision on email when I find them in the > inboxes, and either archive them without a link, or archive them with a > link for my Org mode files. The same goes for mail I send. Alain Picard suggested something on this l

Re: [Orgmode] Integration of Org mode and Gnus

2007-07-17 Thread Jason F. McBrayer
"Georg C. F. Greve" <[EMAIL PROTECTED]> writes: > Ideally, I'd like to make a decision on email when I find them in the > inboxes, and either archive them without a link, or archive them with a > link for my Org mode files. The same goes for mail I send. > > So for sending mail and for moving mail