emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bulk] [Orgmode] Integrating Apple Mail.


From: Anthony Lander
Subject: Re: [Bulk] [Orgmode] Integrating Apple Mail.
Date: Wed, 20 Oct 2010 18:39:49 -0400

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 "<account-name>")
(add-hook 'org-mode-hook '(lambda () (define-key org-mode-map (kbd "C- c g") 'omgl-grab-link)))

Hope this helps,

 -Anthony




reply via email to

[Prev in Thread] Current Thread [Next in Thread]