Carsten Dominik <[EMAIL PROTECTED]> writes:
> 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'.)
>>
>> <org.el_07082007.patch>
>> It lets you define an alist of custom link-types. See the docstring of
>> `org-link-custom-types'.
>>
>> Then you need to define the follow/store functions by yourself. Here
>> are
>> the defuns I use (in addition to Georg's mairix.el):
>
> I have read the discussion about extending link capabilities with
> great interrest, and I do like the code that has been written.
> Thanks in particular to Adam Spiers and George Greve for their
> inspiring mairix hack.
>
> Here is my take on it.
>
> First about the mairix integration.  If I understand correctly, mairix
> does
> only the search, and you still do need to select a way how to display
> the results.  In this case, wouldn't a syntax
>
>   gnus:mairix:.....
>   vm:mairix:.....
>
> be better?

I have not been following very closely, so sorry if this is redundant.
I currently use mairix through org-follow-mhe-link, although I had to
do a little hacking to make MH-E do a search by message-id.

It all works great for me, but I think it would be nice if following a
link didn't depend on what MUA or search I happen to use.  Couldn't it
easily enough be mail:...? Then I could send an Org file to a friend
and the link will Just Work for them.

Steve



_______________________________________________
Emacs-orgmode mailing list
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to