emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] direct link to mails in gmail


From: Otto Pichlhöfer
Subject: Re: [O] direct link to mails in gmail
Date: Thu, 20 Oct 2011 12:56:19 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

As a workaround I use the following setup:

;; === org link abbreviations ===
(setq org-link-abbrev-alist
      '(("mail" . "https://mail.google.com/a/mydomain.at/#mbox/%s";)
        ))

When I want to link to a mail message in Gmail I click twice into the address
line of firefox which conveniently selects the last part of the url (like
1331c8de4ddc74ed) which is kind of a message ID. Then I go to Emacs and copy and
paste this ID into my mail link.

Regards, 




reply via email to

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