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


_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to