From mboxrd@z Thu Jan 1 00:00:00 1970 From: Brett Viren Subject: Re: How to integrate org-mode in a MS Windows-/Office-based environment? Date: Fri, 13 Jul 2012 09:10:14 -0400 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha1; protocol="application/pgp-signature" Return-path: Received: from eggs.gnu.org ([208.118.235.92]:55243) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SpfdW-0003eL-Po for emacs-orgmode@gnu.org; Fri, 13 Jul 2012 09:10:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SpfdQ-0000rT-Tf for emacs-orgmode@gnu.org; Fri, 13 Jul 2012 09:10:22 -0400 Received: from smtpgw.bnl.gov ([130.199.3.132]:9372) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SpfdQ-0000r6-PC for emacs-orgmode@gnu.org; Fri, 13 Jul 2012 09:10:16 -0400 In-Reply-To: (M.'s message of "Thu, 12 Jul 2012 23:45:23 +0200") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: M Cc: "emacs-orgmode@gnu.org" --=-=-= Hi Martin, M writes: > One example of helpful integration: if I send or get an e-mail which I want > to follow-up on later, I want to track that in org-mode and I want to have a > way to quickly find the original message in Outlook again (to reply or > forward it or whatever), which can be done with hyperlinks. You can simplify making links to your email messages by creating a custom link abbreviation assuming there is some uniquely identifying chunk of the URL to use as a key. Here are examples using google search and maps: ;; in .emacs (setq org-link-abbrev-alist '( ("google" . "http://www.google.com/search?q=") ("gmap" . "http://maps.google.com/maps?q=%s") )) Example org markup: [[google:org-mode][org-mode on google]] -Brett. --=-=-= Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) iEYEARECAAYFAlAAHjYACgkQEixH2Z0dKCxlFACggzerrXNm+I0sY/D76j22W1j9 58sAoKEwD1dDxPGnFnixozk3j/LCe/dQ =642Y -----END PGP SIGNATURE----- --=-=-=--