From: Brett Viren <bv@bnl.gov>
To: M <Elwood151@web.de>
Cc: "emacs-orgmode@gnu.org" <emacs-orgmode@gnu.org>
Subject: Re: How to integrate org-mode in a MS Windows-/Office-based environment?
Date: Fri, 13 Jul 2012 09:10:14 -0400 [thread overview]
Message-ID: <ir48venerih.fsf@lycastus.phy.bnl.gov> (raw)
In-Reply-To: <CC251213.10C4C%Elwood151@web.de> (M.'s message of "Thu, 12 Jul 2012 23:45:23 +0200")
[-- Attachment #1: Type: text/plain, Size: 804 bytes --]
Hi Martin,
M <Elwood151@web.de> 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.
[-- Attachment #2: Type: application/pgp-signature, Size: 197 bytes --]
next prev parent reply other threads:[~2012-07-13 13:10 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-07-12 21:06 How to integrate org-mode in a MS Windows-/Office-based environment? M
2012-07-12 21:16 ` John Hendy
2012-07-12 21:45 ` M
2012-07-13 1:09 ` Mikhail Titov
2012-07-13 13:10 ` Brett Viren [this message]
2012-07-12 22:04 ` Russell Adams
2012-07-12 22:14 ` Russell Adams
2012-07-13 8:35 ` Giovanni Ridolfi
2012-07-13 13:29 ` gambatte64
2012-07-16 23:03 ` Kyle Andrews
2012-07-17 2:41 ` Jambunathan K
[not found] <mailman.133.1342195226.11448.emacs-orgmode@gnu.org>
2012-07-14 8:37 ` Luis Anaya
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=ir48venerih.fsf@lycastus.phy.bnl.gov \
--to=bv@bnl.gov \
--cc=Elwood151@web.de \
--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).