From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anthony Lander Subject: Re: [Bulk] Integrating Apple Mail. Date: Wed, 20 Oct 2010 18:39:49 -0400 Message-ID: <69BD0132-C762-4D3F-94A2-7DEF58ADE9F2@yahoo.com> References: <03C1B57F-5FDD-4EF5-9310-D40865585557@arcor.de> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=37168 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P8hK5-00083v-Qi for emacs-orgmode@gnu.org; Wed, 20 Oct 2010 18:39:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P8hK4-00060g-R1 for emacs-orgmode@gnu.org; Wed, 20 Oct 2010 18:39:53 -0400 Received: from smtp104.prem.mail.ac4.yahoo.com ([76.13.13.43]:46531) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1P8hK4-00060O-Og for emacs-orgmode@gnu.org; Wed, 20 Oct 2010 18:39:52 -0400 In-Reply-To: <03C1B57F-5FDD-4EF5-9310-D40865585557@arcor.de> 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: Oliver Pappert Cc: emacs-orgmode@gnu.org Hi Oliver, On 10-Oct-20, at 10:35 AM, Oliver Pappert wrote: > Hi, > > I have problem to integrate Apple Mail in Emacs: It might be easier to do this through the org-modules customization: M-x customize-group RET org RET Then in the Org Modules section, enable "mac-message". You might also consider enabling "mac-link-grabber", which will enable you to easily insert links from other mac applications as well. From there, you only have to define your mail account, and if you want to use the link grabber, a keybinding, like this: (setq org-mac-mail-account "") (add-hook 'org-mode-hook '(lambda () (define-key org-mode-map (kbd "C- c g") 'omgl-grab-link))) Hope this helps, -Anthony