emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* [bug] "message" not present in default value of org-link-types
@ 2010-09-16 15:21 Jules Bean
  2010-09-17  7:08 ` David Maus
  0 siblings, 1 reply; 10+ messages in thread
From: Jules Bean @ 2010-09-16 15:21 UTC (permalink / raw)
  To: emacs-orgmode

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

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2010-09-20 11:36 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-09-16 15:21 [bug] "message" not present in default value of org-link-types Jules Bean
2010-09-17  7:08 ` David Maus
2010-09-17  8:29   ` Jules Bean
2010-09-20  8:58     ` David Maus
2010-09-17 11:27   ` Carsten Dominik
2010-09-20  8:54     ` David Maus
2010-09-20  8:55       ` Carsten Dominik
2010-09-20  9:08       ` Bastien
2010-09-20 11:35         ` David Maus
2010-09-20  8:55     ` Bastien

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).