From mboxrd@z Thu Jan 1 00:00:00 1970 From: Oliver Pappert Subject: Integrating Apple Mail. Date: Wed, 20 Oct 2010 16:35:39 +0200 Message-ID: <03C1B57F-5FDD-4EF5-9310-D40865585557@arcor.de> Mime-Version: 1.0 (Apple Message framework v1081) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Return-path: Received: from [140.186.70.92] (port=41238 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P8aEu-0004k5-6f for emacs-orgmode@gnu.org; Wed, 20 Oct 2010 11:06:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P8aEs-00064s-5E for emacs-orgmode@gnu.org; Wed, 20 Oct 2010 11:06:03 -0400 Received: from mail-in-12.arcor-online.net ([151.189.21.52]:57167) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P8aEr-00064b-SU for emacs-orgmode@gnu.org; Wed, 20 Oct 2010 11:06:02 -0400 Received: from mail-in-12-z2.arcor-online.net (mail-in-12-z2.arcor-online.net [151.189.8.29]) by mx.arcor.de (Postfix) with ESMTP id ED7A32697E for ; Wed, 20 Oct 2010 16:35:41 +0200 (CEST) Received: from mail-in-03.arcor-online.net (mail-in-03.arcor-online.net [151.189.21.43]) by mail-in-12-z2.arcor-online.net (Postfix) with ESMTP id DD80B1DF12B for ; Wed, 20 Oct 2010 16:35:41 +0200 (CEST) Received: from [10.161.180.1] (unknown [89.204.137.129]) (Authenticated sender: pappert@arcor.de) by mail-in-03.arcor-online.net (Postfix) with ESMTPA id 55CACD8431 for ; Wed, 20 Oct 2010 16:35:41 +0200 (CEST) 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: emacs-orgmode@gnu.org 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