Re: [Orgmode] Integration of Org mode and mairix

2007-09-25 Thread Carsten Dominik
On Sep 25, 2007, at 15:25, Georg C. F. Greve wrote: On Tue, 25 Sep 2007 07:41:13 -0700 Carsten Dominik <[EMAIL PROTECTED]> wrote: cd> It is entirely up to you to define the syntax for this and process cd> arguments. The function org-mairix-gnus-open will be called with cd> whatever was aft

Re: [Orgmode] Integration of Org mode and mairix

2007-09-25 Thread Georg C. F. Greve
On Tue, 25 Sep 2007 07:41:13 -0700 Carsten Dominik <[EMAIL PROTECTED]> wrote: cd> It is entirely up to you to define the syntax for this and process cd> arguments. The function org-mairix-gnus-open will be called with cd> whatever was after the "mairix:" tag in the link. Just define your cd

Re: [Orgmode] Integration of Org mode and mairix

2007-09-25 Thread Carsten Dominik
On Sep 24, 2007, at 10:38, Georg C. F. Greve wrote: I now created org-mairix-gnus.el to hook mairix into Org mode using Gnus as the MUA. This is essentially the same functionality (minus threading capabilities) so it can be used instead of the patch. A simple (require 'org-mairix-gnus) in yo

Re: [Orgmode] Integration of Org mode and mairix

2007-09-24 Thread Georg C. F. Greve
On Sun, 23 Sep 2007 15:05:31 -0700 Carsten Dominik <[EMAIL PROTECTED]> wrote: cd> http://orgmode.org/org.html#Adding-hyperlink-types Thanks a lot. I now created org-mairix-gnus.el to hook mairix into Org mode using Gnus as the MUA. This is essentially the same functionality (minus threading ca

Re: [Orgmode] Integration of Org mode and mairix

2007-09-23 Thread Carsten Dominik
On Sep 23, 2007, at 14:50, Georg C. F. Greve wrote: On Sun, 23 Sep 2007 11:12:09 -0700 Carsten Dominik <[EMAIL PROTECTED]> wrote: cd> Well, there are now all the hooks in org-mode to introduce new link cd> types. So from my side, this have come to some kind of a cd> conclusion - I just h

Re: [Orgmode] Integration of Org mode and mairix

2007-09-23 Thread Georg C. F. Greve
On Sun, 23 Sep 2007 11:12:09 -0700 Carsten Dominik <[EMAIL PROTECTED]> wrote: cd> Well, there are now all the hooks in org-mode to introduce new link cd> types. So from my side, this have come to some kind of a cd> conclusion - I just hope that mairix and other link types will pop cd> up eve

Re: [Orgmode] Integration of Org mode and mairix

2007-09-23 Thread Carsten Dominik
On Sep 23, 2007, at 10:44, Georg C. F. Greve wrote: Hi all, did this thread come to a conclusion? I just checked out 5.09 and could not find any of the patches applied to it, so would assume that it is still hanging in mid-air. Well, there are now all the hooks in org-mode to introduce new l

Re: [Orgmode] Integration of Org mode and mairix

2007-09-23 Thread Georg C. F. Greve
Hi all, did this thread come to a conclusion? I just checked out 5.09 and could not find any of the patches applied to it, so would assume that it is still hanging in mid-air. Based on a few months of experience with my patches, here is my take: On Fri, 10 Aug 2007 08:56:45 +0200 Carsten Dominik

Re: [Orgmode] Integration of Org mode and mairix

2007-08-21 Thread Carsten Dominik
On Aug 14, 2007, at 13:29, Adam Spiers wrote: This leads to the other point I wanted to make, although its scope is possibly too great for this list: I would greatly prefer any such solution to allow hyperlinking from within other modes - muse in particular. It may not be feasible to convince

Re: [Orgmode] Integration of Org mode and mairix

2007-08-15 Thread Carsten Dominik
On Aug 14, 2007, at 13:29, Adam Spiers wrote: In this case, wouldn't a syntax gnus:mairix:. vm:mairix:. be better? Possibly - that depends on whether any user would ever want to create links which fired up more than one MUA With the possible exception that you'd like GNUS for u

Re: [Orgmode] Integration of Org mode and mairix

2007-08-14 Thread Adam Spiers
Carsten Dominik ([EMAIL PROTECTED]) wrote: > On Aug 7, 2007, at 19:54, Bastien wrote: > >Here is a patch against latest org-mode 5.04 as a first attempt of > >implementing custom link-types (stored in `org-link-custom-types'.) > > > > > >It lets you define an alist of custom link-types. See the doc

Re: [Orgmode] Integration of Org mode and mairix

2007-08-10 Thread Carsten Dominik
On Aug 7, 2007, at 19:54, Bastien wrote: Here is a patch against latest org-mode 5.04 as a first attempt of implementing custom link-types (stored in `org-link-custom-types'.) It lets you define an alist of custom link-types. See the docstring of `org-link-custom-types'. Then you need to defi

Re: [Orgmode] Integration of Org mode and mairix

2007-08-07 Thread Bastien
"Georg C. F. Greve" <[EMAIL PROTECTED]> writes: > On Sat, 04 Aug 2007 21:44:48 -0400 > Xiao-Yong Jin <[EMAIL PROTECTED]> wrote: > > xj> Perhaps we should actually suggest Carsten build nnir support in > xj> org-mode and at the same time persuade the maintainer of nnir.el to > xj> support mairi

Re: [Orgmode] Integration of Org mode and mairix

2007-08-05 Thread Georg C. F. Greve
On Sat, 04 Aug 2007 21:44:48 -0400 Xiao-Yong Jin <[EMAIL PROTECTED]> wrote: xj> Perhaps we should actually suggest Carsten build nnir support in xj> org-mode and at the same time persuade the maintainer of nnir.el to xj> support mairix? ;-) I think this could be a clean solution to the probl

Re: [Orgmode] Integration of Org mode and mairix

2007-08-04 Thread Xiao-Yong Jin
[EMAIL PROTECTED] (Jason F. McBrayer) writes: > Bastien <[EMAIL PROTECTED]> writes: > >> Xiao-Yong Jin <[EMAIL PROTECTED]> writes: >> >>> Probably it's the time for us to think of a universal way to support >>> system dependent 3rd party index tools. Mairix may not be the only >>> search tool peop

Re: [Orgmode] Integration of Org mode and mairix

2007-08-04 Thread Xiao-Yong Jin
"Georg C. F. Greve" <[EMAIL PROTECTED]> writes: > On Tue, 31 Jul 2007 12:56:18 -0400 > Xiao-Yong Jin <[EMAIL PROTECTED]> wrote: > > xj> Sorry, but I missed the thread. Where can I grab the code for > xj> support in org-mode? > > Since there were small changes, allow me to repost. > > This is a

Re: [Orgmode] Integration of Org mode and mairix

2007-08-01 Thread Bastien
[EMAIL PROTECTED] (Jason F. McBrayer) writes: >> Please see (and comment) my suggestion here: >> >> http://article.gmane.org/gmane.emacs.orgmode/2563 > > I think that's basically right, though in the case of email search, > probably the best thing would be making nnir work right (and provide > n

Re: [Orgmode] Integration of Org mode and mairix

2007-08-01 Thread Jason F. McBrayer
Bastien <[EMAIL PROTECTED]> writes: > Xiao-Yong Jin <[EMAIL PROTECTED]> writes: > >> Probably it's the time for us to think of a universal way to support >> system dependent 3rd party index tools. Mairix may not be the only >> search tool people want to use with org-mode, though it is my >> favour

Re: [Orgmode] Integration of Org mode and mairix

2007-07-31 Thread Bastien
Xiao-Yong Jin <[EMAIL PROTECTED]> writes: > Probably it's the time for us to think of a universal way to support > system dependent 3rd party index tools. Mairix may not be the only > search tool people want to use with org-mode, though it is my > favourite and only index tool I use for now. Plea

Re: [Orgmode] Integration of Org mode and mairix

2007-07-31 Thread Georg C. F. Greve
On Tue, 31 Jul 2007 12:56:18 -0400 Xiao-Yong Jin <[EMAIL PROTECTED]> wrote: xj> Sorry, but I missed the thread. Where can I grab the code for xj> support in org-mode? Since there were small changes, allow me to repost. This is a patch against org.el that incorporates mairix into org.el: ---

Re: [Orgmode] Integration of Org mode and mairix

2007-07-31 Thread Xiao-Yong Jin
Hi, it seems I have almost missed the best thing in this list. Bastien <[EMAIL PROTECTED]> writes: > Hi George, > > "Georg C. F. Greve" <[EMAIL PROTECTED]> writes: > >> Do you think there is any chance it would make it into the Org >> package? I would greatly prefer not having to maintain a patch

Re: [Orgmode] Integration of Org mode and mairix

2007-07-31 Thread Jason F. McBrayer
Bastien <[EMAIL PROTECTED]> writes: >> So if you do [[mairixt:m:xyz]] it will pull out the entire thread in >> which that message id is present, so you have the full context, which I >> find very useful. > > Yes, i also like the fast intexing. Other people playing with it around? TBH, I haven't m

Re: [Orgmode] Integration of Org mode and mairix

2007-07-30 Thread Bastien
Hi George, "Georg C. F. Greve" <[EMAIL PROTECTED]> writes: > Do you think there is any chance it would make it into the Org > package? I would greatly prefer not having to maintain a patch for a > longer period of time. I can understand that. Carsten, what do you think? On the one hand, mairix

Re: [Orgmode] Integration of Org mode and mairix

2007-07-30 Thread Georg C. F. Greve
Hi Bastien, On Tue, 24 Jul 2007 16:38:22 +0200 Bastien <[EMAIL PROTECTED]> wrote: b> Thanks for pointing on mairix and providing an integrated solution b> for org/Gnus/mairix. I tried your patch and the mairix-related elisp b> code, it works fine here. Good to know. Do you think there is an

Re: [Orgmode] Integration of Org mode and mairix

2007-07-24 Thread Bastien
Hi Georg and list, "Georg C. F. Greve" <[EMAIL PROTECTED]> writes: > On Fri, 20 Jul 2007 17:08:33 +0100 > Adam Spiers <[EMAIL PROTECTED]> wrote: > > as> Funnily enough, I implemented exactly this idea about 15 months > as> ago, except that my implementation uses mairix (the mail indexer), > a

Re: [Orgmode] Integration of Org mode and mairix

2007-07-22 Thread Georg C. F. Greve
On Fri, 20 Jul 2007 17:08:33 +0100 Adam Spiers <[EMAIL PROTECTED]> wrote: as> Funnily enough, I implemented exactly this idea about 15 months as> ago, except that my implementation uses mairix (the mail indexer), as> and is mode-agnostic. Thanks a lot, this is most interesting and put me on t