From mboxrd@z Thu Jan 1 00:00:00 1970 From: peter.frings@agfa.com Subject: Re: Mac OS, emacs->org/remember Date: Mon, 4 Aug 2008 14:17:01 +0200 Message-ID: <6F5E2DD2-7A90-457F-A233-585EB3C17768@agfa.com> References: <5108075A-92B5-40AA-BA28-CD3FA302F91B@uva.nl> Mime-Version: 1.0 (Apple Message framework v926) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KQ1Hr-0004Yx-3G for emacs-orgmode@gnu.org; Mon, 04 Aug 2008 10:43:51 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KQ1Hn-0004UV-DP for emacs-orgmode@gnu.org; Mon, 04 Aug 2008 10:43:49 -0400 Received: from [199.232.76.173] (port=35960 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KQ1Hn-0004Tv-4k for emacs-orgmode@gnu.org; Mon, 04 Aug 2008 10:43:47 -0400 Received: from mx20.gnu.org ([199.232.41.8]:41502) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KQ1Hm-0001QX-PB for emacs-orgmode@gnu.org; Mon, 04 Aug 2008 10:43:46 -0400 Received: from mornm02-out.agfa.com ([134.54.1.77]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KPz0q-00005Z-Hk for emacs-orgmode@gnu.org; Mon, 04 Aug 2008 08:18:08 -0400 In-Reply-To: <5108075A-92B5-40AA-BA28-CD3FA302F91B@uva.nl> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode Org-Mode On 23 Jul 2008, at 01:40, Carsten Dominik wrote: >> - How to get mail.app mail references (and other apps) into emacs >> buffer >> (the copy url in the mail.app works - I would want to see the >> subject/author of the message, than a cryptic url. I know, I can >> edit that what I want, but I would rather have this automatic) > > Org-mode comes with org-mac-message.el. You need to load this file, > for example by > configuring the variable org-modules. With that loaded, Emacs can > follow message links. To create such a link from an email, define a > remember template like this: > > ("Emailtask" ?e "* TODO %?\n %(org-mac-message-get-link)" "~/org/ > gtd.org" "Tasks" nil) > > > The "%(org-mac-message-get-link)" will result in a nice link showing > the message subject and linking to the message. Great. Another highly appreciated way of adding email links to an org- file would be by dragging a particular mail from Mail.app onto emacs. This does work when dropping e.g. files and URLs (might by courtesy of mac-win.el ?). Anyone have an idea of how to enable this for mails as well? [GNU Emacs 22.2.1 (i386-apple-darwin8.11.1, Carbon Version 1.6.0) of 2008-04-02 on seijiz.local] Learning org-mode and loving it more and more! Cheers, Peter.