* Integrating Apple Mail.
@ 2010-10-20 14:35 Oliver Pappert
2010-10-20 22:39 ` [Bulk] " Anthony Lander
2010-10-21 11:16 ` Aw: " pappert
0 siblings, 2 replies; 3+ messages in thread
From: Oliver Pappert @ 2010-10-20 14:35 UTC (permalink / raw)
To: emacs-orgmode
Hi,
I have problem to integrate Apple Mail in Emacs:
In .emacs I wrote in the beginning:
(add-to-list 'org-modules 'org-mac-message)
(setq org-mac-mail-account "arcor")
(global-set-key "\C-cm" 'org-mac-message-insert-selected)
I restarted Emacs and the error message appears:
Warning (initialization): An error occurred while loading `/Users/pappert/.emacs':
Symbol's value as variable is void: org-modules
To ensure normal operation, you should investigate and remove the
cause of the error in your initialization file. Start Emacs with
the `--debug-init' option to view a complete error backtrace.
Any ideas?
Bye Oliver
P.S.: OS X 10.6.4 / Gnu Emacs 23.2.1 / Org Mode 7.01h
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Bulk] Integrating Apple Mail.
2010-10-20 14:35 Integrating Apple Mail Oliver Pappert
@ 2010-10-20 22:39 ` Anthony Lander
2010-10-21 11:16 ` Aw: " pappert
1 sibling, 0 replies; 3+ messages in thread
From: Anthony Lander @ 2010-10-20 22:39 UTC (permalink / raw)
To: Oliver Pappert; +Cc: emacs-orgmode
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
^ permalink raw reply [flat|nested] 3+ messages in thread
* Aw: Re: [Bulk] Integrating Apple Mail.
2010-10-20 14:35 Integrating Apple Mail Oliver Pappert
2010-10-20 22:39 ` [Bulk] " Anthony Lander
@ 2010-10-21 11:16 ` pappert
1 sibling, 0 replies; 3+ messages in thread
From: pappert @ 2010-10-21 11:16 UTC (permalink / raw)
To: anthonylander, pappert; +Cc: emacs-orgmode
Hi Anthony,
works perfect!
Thanks a lot,
Oliver
----- Original Nachricht ----
Von: Anthony Lander <anthonylander@yahoo.com>
An: Oliver Pappert <pappert@arcor.de>
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 "<account-name>")
> (add-hook 'org-mode-hook '(lambda () (define-key org-mode-map (kbd "C-
> c g") 'omgl-grab-link)))
>
> Hope this helps,
>
> -Anthony
>
>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2010-10-21 11:16 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-20 14:35 Integrating Apple Mail Oliver Pappert
2010-10-20 22:39 ` [Bulk] " Anthony Lander
2010-10-21 11:16 ` Aw: " pappert
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).