From mboxrd@z Thu Jan 1 00:00:00 1970 From: Karl Maihofer Subject: Latest Org and Carbon Emacs Date: Thu, 09 Jul 2009 22:27:28 +0200 Message-ID: <4A5652B0.7040209@gmx.de> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MP0DY-0004dA-G1 for emacs-orgmode@gnu.org; Thu, 09 Jul 2009 16:27:44 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MP0DT-0004aD-GP for emacs-orgmode@gnu.org; Thu, 09 Jul 2009 16:27:44 -0400 Received: from [199.232.76.173] (port=47796 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MP0DT-0004a7-E2 for emacs-orgmode@gnu.org; Thu, 09 Jul 2009 16:27:39 -0400 Received: from smtprelay05.ispgateway.de ([80.67.18.43]:52147) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MP0DT-0002Ho-1A for emacs-orgmode@gnu.org; Thu, 09 Jul 2009 16:27:39 -0400 Received: from [80.132.53.85] (helo=MacBook.local) by smtprelay05.ispgateway.de with esmtpa (Exim 4.68) (envelope-from ) id 1MP0DQ-00059U-Gz for emacs-orgmode@gnu.org; Thu, 09 Jul 2009 22:27:36 +0200 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: Org Mode Until now I used Org with Debian GNU/Linux. Today I bought a MacBook Pro 13" and I spent the evening making my first steps with MacOS. I installed the Carbon Emacs package and configured Emacs to use the latest Org-Version that I copied to ~/elisp/org-mode/. (add-to-list 'load-path "~/elisp/org-mode/lisp/") (add-to-list 'auto-mode-alist '("\\.org\\'" . org-mode)) When I try to export an org-file to LaTeX I get the following error: org-export-latex-first-lines: Symbol's function definition is void: org-cleaned-string-for-export I think I saw this error already some time ago and the reason was, that an old org-version conflicts with the one I use. Under Debian I renamed the Org-elisp-files in the Emacs-Program-Directory and the problem was solved. But under MacOS I cannot find these files - as I wrote, I am completely new to MacOS. I scanned the Folders /Applications/Emacs.app/* but couldn't find the org elisp files. Could anybody give me a hint where to find the files and how to solve my problem? Thanks!