From: Nick Dokos <nicholas.dokos@hp.com>
To: Karl Maihofer <ignoramus@gmx.de>
Cc: Org Mode <emacs-orgmode@gnu.org>
Subject: Re: Latest Org and Carbon Emacs
Date: Thu, 09 Jul 2009 16:46:01 -0400 [thread overview]
Message-ID: <11651.1247172361@alphaville.usa.hp.com> (raw)
In-Reply-To: Message from Karl Maihofer <ignoramus@gmx.de> of "Thu, 09 Jul 2009 22:27:28 +0200." <4A5652B0.7040209@gmx.de>
Karl Maihofer <ignoramus@gmx.de> wrote:
> 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?
>
You are missing a
(require 'org-install)
after the load path is set.
HTH,
Nick
PS. Checking org-version is always a good idea: M-x org-version
You can find where emacs is picking up the files by evaluating this:
(locate-library "org")
or interactively:
M-x locate-library <RET> org <RET>
next prev parent reply other threads:[~2009-07-09 20:47 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-07-09 20:27 Latest Org and Carbon Emacs Karl Maihofer
2009-07-09 20:46 ` Nick Dokos [this message]
2009-07-09 21:09 ` Karl Maihofer
2009-07-09 21:32 ` Matthew Lundin
2009-07-10 7:25 ` Peter Frings
2009-07-10 13:03 ` Matthew Lundin
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=11651.1247172361@alphaville.usa.hp.com \
--to=nicholas.dokos@hp.com \
--cc=emacs-orgmode@gnu.org \
--cc=ignoramus@gmx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.