emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Matthew Lundin <mdl@imapmail.org>
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:32:20 -0500	[thread overview]
Message-ID: <87prc9h7a3.fsf@fastmail.fm> (raw)
In-Reply-To: <4A5652B0.7040209@gmx.de> (Karl Maihofer's message of "Thu, 09 Jul 2009 22:27:28 +0200")

Karl Maihofer <ignoramus@gmx.de> writes:

> 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/.

I'll have to rely on my memory here, since I went in the opposite
direction (from MacOS to GNU/Linux). ;)

> (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.

If I remember correctly. the old org lisp files are located in
/Applications/Emacs.app/Contents/Resources/lisp/textmodes.

I found it easiest to install the new org files directly to the
Emacs.app directory. And fortunately, I still have my Makefile
modifications in an org-file:

--8<---------------cut here---------------start------------->8---
# Name of your emacs binary
EMACS=/Applications/Emacs.app/Contents/MacOS/Emacs

# Where local software is found
prefix=/usr/local

# Where local lisp files go.
lispdir = /Applications/Emacs.app/Contents/Resources/site-lisp

# Where info files go.
infodir = /Applications/Emacs.app/Contents/Resources/info 
--8<---------------cut here---------------end--------------->8---

If you install the files to site-lisp, they are loaded instead of the
files in lisp/textmodes.

Best,
Matt

  parent reply	other threads:[~2009-07-09 21:32 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
2009-07-09 21:09   ` Karl Maihofer
2009-07-09 21:32 ` Matthew Lundin [this message]
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

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87prc9h7a3.fsf@fastmail.fm \
    --to=mdl@imapmail.org \
    --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 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).