emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Jules Bean <jules@jellybean.co.uk>
To: emacs-orgmode@gnu.org
Subject: [bug] "message" not present in default value of org-link-types
Date: Thu, 16 Sep 2010 16:21:24 +0100	[thread overview]
Message-ID: <20100916152123.GQ26017@roobarb.crazydogs.org> (raw)

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	other threads:[~2010-09-16 17:27 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-09-16 15:21 Jules Bean [this message]
2010-09-17  7:08 ` [bug] "message" not present in default value of org-link-types 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20100916152123.GQ26017@roobarb.crazydogs.org \
    --to=jules@jellybean.co.uk \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).