Re: [Orgmode] Re: keeping track of sent emails in org?

2008-11-03 Thread Carsten Dominik
On Oct 28, 2008, at 2:35 AM, Michael Ekstrand wrote: Michael Ekstrand [EMAIL PROTECTED] writes: I have some code that does this in my Gnus configuration. It is only known to work for NNML, however, and I believe it depends on the ID-tracking support used to enable the fancy-split-with-parent

[Orgmode] Re: keeping track of sent emails in org?

2008-11-03 Thread Michael Ekstrand
Carsten Dominik [EMAIL PROTECTED] writes: On Oct 28, 2008, at 2:35 AM, Michael Ekstrand wrote: Michael Ekstrand [EMAIL PROTECTED] writes: I have some code that does this in my Gnus configuration. It is only known to work for NNML, however, and I believe it depends on the ID-tracking support

Re: [Orgmode] Re: keeping track of sent emails in org?

2008-10-29 Thread Carsten Dominik
I have taken a brief look at Micheals code and at Ross code, which do similar things to extract the message ID and create a link to it. Michaels code creates a special new link type, but is seems to me that we should go with Ross here and simply modify the old gnus linking code to accept

[Orgmode] Re: keeping track of sent emails in org?

2008-10-29 Thread Mykola Nikishov
Carsten Dominik [EMAIL PROTECTED] writes: In the git version, message ids are now used for links to gnus articles. Could some of you please verify this change? diff --git a/GettingThingsDone/MyLife.org b/GettingThingsDone/MyLife.org index 6fb33be..806c779 100644 ---

[Orgmode] Re: keeping track of sent emails in org?

2008-10-29 Thread Bernt Hansen
Carsten Dominik [EMAIL PROTECTED] writes: In the git version, message ids are now used for links to gnus articles. Could some of you please verify this change? This works great! Thanks all -Bernt ___ Emacs-orgmode mailing list Remember: use

[Orgmode] Re: keeping track of sent emails in org?

2008-10-29 Thread Carsten Dominik
Good to hear. Another change in that release is that `org-link-frame-setup' has a new option for gnus, `org-gnus-no-new-news', also taken from Ross' code. I have not tested it, but I believe it should make jumping to a gnus message much faster as it will not try to get new news. - Carsten On

[Orgmode] Re: keeping track of sent emails in org?

2008-10-29 Thread Bernt Hansen
Carsten Dominik [EMAIL PROTECTED] writes: Another change in that release is that `org-link-frame-setup' has a new option for gnus, `org-gnus-no-new-news', also taken from Ross' code. I have not tested it, but I believe it should make jumping to a gnus message much faster as it will not try

[Orgmode] Re: keeping track of sent emails in org?

2008-10-29 Thread Bernt Hansen
Okay I spoke a bit too soon here. The message-id links work as well as the old links but if I move a message from one folder to another the old and new links both break. My link looks like this: [[gnus:INBOX#[EMAIL PROTECTED]][Email from Bernt Hansen: Test email]] but if I move the mail from

[Orgmode] Re: keeping track of sent emails in org?

2008-10-29 Thread Ross Patterson
Bernt Hansen [EMAIL PROTECTED] writes: Okay I spoke a bit too soon here. The message-id links work as well as the old links but if I move a message from one folder to another the old and new links both break. My link looks like this: [[gnus:INBOX#[EMAIL PROTECTED]][Email from Bernt

[Orgmode] Re: keeping track of sent emails in org?

2008-10-29 Thread Ross Patterson
Carsten Dominik [EMAIL PROTECTED] writes: On Oct 29, 2008, at 12:27 PM, Pete Phillips wrote: Sebastian == Sebastian Rose [EMAIL PROTECTED] writes: Sebastian Carsten Dominik [EMAIL PROTECTED] writes: In the git version, message ids are now used for links to gnus articles. Could some of

[Orgmode] Re: keeping track of sent emails in org?

2008-10-29 Thread Bernt Hansen
Ross Patterson [EMAIL PROTECTED] writes: Bernt Hansen [EMAIL PROTECTED] writes: Sorry for the false report earlier... I don't think the previous article number based links worked past a message folder move either, correct? No they did not. But the new links are better - I can just change

[Orgmode] Re: keeping track of sent emails in org?

2008-10-29 Thread Ross Patterson
Bernt Hansen [EMAIL PROTECTED] writes: Ross Patterson [EMAIL PROTECTED] writes: Bernt Hansen [EMAIL PROTECTED] writes: Sorry for the false report earlier... I don't think the previous article number based links worked past a message folder move either, correct? No they did not. But the

[Orgmode] Re: keeping track of sent emails in org?

2008-10-28 Thread Ross Patterson
Carsten Dominik [EMAIL PROTECTED] writes: I think there are interesting ideas coming up in this tasks, in particular the question if message IDs can be used to find articles in gnus, even if they have been moved around. I am not sure if this questions has been fully answered, but I have not

Re: [Orgmode] Re: keeping track of sent emails in org?

2008-10-28 Thread Carsten Dominik
Hi Ross, this looks interesting. Is this compatible with old links that might still use article numbers? If not, could it be made to be compatible? - Carsten On Oct 28, 2008, at 7:46 PM, Ross Patterson wrote: Carsten Dominik [EMAIL PROTECTED] writes: I think there are interesting

[Orgmode] Re: keeping track of sent emails in org?

2008-10-28 Thread Ross Patterson
Carsten Dominik [EMAIL PROTECTED] writes: Hi Ross, this looks interesting. Is this compatible with old links that might still use article numbers? If not, could it be made to be compatible? Yeah, it is compatible with existing links since the underlying gnus function that looks up articles

[Orgmode] Re: keeping track of sent emails in org?

2008-10-27 Thread Michael Ekstrand
Carsten Dominik [EMAIL PROTECTED] writes: On Oct 27, 2008, at 10:17 PM, Bill White wrote: On Mon Oct 27 2008 at 13:11, Eric Schulte [EMAIL PROTECTED] wrote: It seems like this could get complicated as it depends on how/where you store your sent messages. Also, it looks like org-mode links

[Orgmode] Re: keeping track of sent emails in org?

2008-10-27 Thread Michael Ekstrand
Michael Ekstrand [EMAIL PROTECTED] writes: I have some code that does this in my Gnus configuration. It is only known to work for NNML, however, and I believe it depends on the ID-tracking support used to enable the fancy-split-with-parent feature. It does, however, successfully find messages