emacs-orgmode
[Top][All Lists]
Advanced

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

[Orgmode] [bug] "message" not present in default value of org-link-types


From: Jules Bean
Subject: [Orgmode] [bug] "message" not present in default value of org-link-types
Date: Thu, 16 Sep 2010 16:21:24 +0100
User-agent: Mutt/1.5.18 (2008-05-17)

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.

Jules



reply via email to

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