From mboxrd@z Thu Jan 1 00:00:00 1970 From: pappert@arcor.de Subject: Aw: Re: [Bulk] Integrating Apple Mail. Date: Thu, 21 Oct 2010 13:16:39 +0200 (CEST) Message-ID: <642948401.1287659799636.JavaMail.ngmail@webmail09.arcor-online.net> References: <69BD0132-C762-4D3F-94A2-7DEF58ADE9F2@yahoo.com> <03C1B57F-5FDD-4EF5-9310-D40865585557@arcor.de> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=49639 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P8t8V-0004nV-FP for emacs-orgmode@gnu.org; Thu, 21 Oct 2010 07:16:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P8t8U-0005eJ-30 for emacs-orgmode@gnu.org; Thu, 21 Oct 2010 07:16:43 -0400 Received: from mail-in-10.arcor-online.net ([151.189.21.50]:36122) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P8t8T-0005dz-Qi for emacs-orgmode@gnu.org; Thu, 21 Oct 2010 07:16:42 -0400 In-Reply-To: <69BD0132-C762-4D3F-94A2-7DEF58ADE9F2@yahoo.com> 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: anthonylander@yahoo.com, pappert@arcor.de Cc: emacs-orgmode@gnu.org Hi Anthony, works perfect! Thanks a lot, Oliver ----- Original Nachricht ---- Von: Anthony Lander An: Oliver Pappert Datum: 21.10.2010 00:39 Betreff: Re: [Bulk] [Orgmode] Integrating Apple Mail. > 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 > >