emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Orgmode] [bug] "message" not present in default value of org-link-t


From: Carsten Dominik
Subject: Re: [Orgmode] [bug] "message" not present in default value of org-link-types
Date: Fri, 17 Sep 2010 13:27:35 +0200


On Sep 17, 2010, at 9:08 AM, David Maus wrote:

Jules Bean wrote:
The link-type "message" is one of the ones org handles by default, it
is an explicit case in org-open-at-point, much like http and it is
handled by the following code:

((member type '("message"))
           (browse-url (concat type ":" path)))

However it is not included in the default value of org-link-types:

(defvar org-link-types '("http" "https" "ftp" "mailto" "file" "news"
                                   "shell" "elisp" "doi"))

...and therefore it doesn't work when clicked/followed.

Manually adding it to org-link-types makes it work correctly. For me,
anyway.

True enough.  But what is a "message:" link?  Can you give an example
of its usage?

Message-id, on a mac these work with "open".

I guess it is OK to include message into the default types. David, will you do this?

Thanks a lot!

- Carsten




reply via email to

[Prev in Thread] Current Thread [Next in Thread]