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

2010-10-21 Thread pappert
Hi Anthony,

works perfect!

Thanks a lot,
Oliver



- Original Nachricht 
Von: Anthony Lander anthonylan...@yahoo.com
An:  Oliver Pappert papp...@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
 
 

___
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


[Orgmode] Integrating Apple Mail.

2010-10-20 Thread Oliver Pappert
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




___
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