Hi Sergio,
The following Makefile settings work for me when installing with
Carbon Emacs:
---begin Makefile snippet---
# 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 = /Appl
On Thu, Jan 8, 2009 at 5:06 AM, Carsten Dominik wrote:
> Hi Sergio,
>
> your example file exports fine in my setup.
>
> Anyone else can reproduce Sergio's problem?
>
> - Carsten
I couldn't find his file to test but Org->PDF worked fine on my files
here on Emacs 22.3 and latest Org (commit: c073d51
--- Mer 7/1/09, Carsten Dominik ha scritto:
> Da: Carsten Dominik
>
> Anyone else can reproduce Sergio's problem?
Hi Carsten,
I had the same problem with Emacs hanginig yesterday at home[1]
Org version 6.17c, whereas 6.17 exported fine.
Emacs 22.2
OS: Debian unstable
[1] so, sorry, I ca
On Jan 8, 2009, at 1:14 AM, sergio_101 wrote:
Carsten Dominik writes:
Hi Sergio,
your example file exports fine in my setup.
Anyone else can reproduce Sergio's problem?
hi, carsten..
just one more thing that may be of use..
i can take any existing tex files (even really whacky ones) an
hi, matt...
can you send me the relevant parts (the top) of your Makefile?
mine looks like this..
# 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 = $(prefix)/share/emacs/site-
Carsten Dominik writes:
> Hi Sergio,
>
> your example file exports fine in my setup.
>
> Anyone else can reproduce Sergio's problem?
>
> - Carsten
>
LaTeX export is working fine for me with Carbon Emacs (Mac OS X) and
the most recent org from the git repository.
- Matt
__
Carsten Dominik writes:
> Hi Sergio,
>
> your example file exports fine in my setup.
>
> Anyone else can reproduce Sergio's problem?
hi, carsten..
just one more thing that may be of use..
i can take any existing tex files (even really whacky ones) and produce
pdfs just fine..
__
Hi Sergio,
your example file exports fine in my setup.
Anyone else can reproduce Sergio's problem?
- Carsten
On Jan 7, 2009, at 10:00 PM, sergio_101 wrote:
os: osx 10.5
GNU Emacs 22.3.1 (powerpc-apple-darwin9.3.0, Carbon Version 1.6.0)
org-mode: Org-mode version 6.17c
i have done the follo
os: osx 10.5
GNU Emacs 22.3.1 (powerpc-apple-darwin9.3.0, Carbon Version 1.6.0)
org-mode: Org-mode version 6.17c
i have done the following:
removed old version (6.12-ish) of org-mode..
edited Makefile to read:
EMACS=/Applications/Emacs.app/Contents/MacOS/Emacs
did a make on the new code..
af