Re: [Orgmode] Latex export - not working - more info..

2009-01-08 Thread Giovanni Ridolfi
--- Mer 7/1/09, Carsten Dominik domi...@science.uva.nl ha scritto:
 Da: Carsten Dominik domi...@science.uva.nl
 
 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 can't provide more information

cheers,

Giovanni






___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] Latex export - not working - more info..

2009-01-08 Thread Manish
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).

-- 
Manish


___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] Latex export - not working - more info..

2009-01-08 Thread Matthew Lundin

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 = /Applications/Emacs.app/Contents/Resources/site-lisp 

# Where info files go.
infodir = /Applications/Emacs.app/Contents/Resources/info 

---end Makefile snippet---

- Matt

sergio_101 sergiol...@village-buzz.com writes:

 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-lisp

 # Where info files go.
 infodir = $(prefix)/share/info

 thanks!


___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] Latex export - not working - more info..

2009-01-07 Thread sergio_101
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..

after doing this, i am still having trouble exporting to latex..

when i exported several simple files, i get:

(New file)
Loading tex...done
Loading latex...done
Loading font-latex...
Loading bytecomp...done
Loading font-latex...done
Applying style hooks... done
Sorting environment...
Removing duplicates... done
Loading tex-bar...done
Loading preview...
Loading byte-opt...done
Loading preview...done
Applying style hooks... done
Loading tabify...done

at that point, emacs just hangs..

when i do an activity monitor, i see that emacs is pegging the cpu..
but even when i let it sit for an hour or so, no dice..

the catch is... it worked previously, and i have not added anything new..

any help would be appreciated..

thanks!

-- 
___
peace,
sergio
www.village-buzz.com
photographer, journalist, visionary


___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] Latex export - not working - more info..

2009-01-07 Thread Carsten Dominik

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

after doing this, i am still having trouble exporting to latex..

when i exported several simple files, i get:

(New file)
Loading tex...done
Loading latex...done
Loading font-latex...
Loading bytecomp...done
Loading font-latex...done
Applying style hooks... done
Sorting environment...
Removing duplicates... done
Loading tex-bar...done
Loading preview...
Loading byte-opt...done
Loading preview...done
Applying style hooks... done
Loading tabify...done

at that point, emacs just hangs..

when i do an activity monitor, i see that emacs is pegging the cpu..
but even when i let it sit for an hour or so, no dice..

the catch is... it worked previously, and i have not added anything  
new..


any help would be appreciated..

thanks!

--
___
peace,
sergio
www.village-buzz.com
photographer, journalist, visionary


___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode




___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] Latex export - not working - more info..

2009-01-07 Thread sergio_101
Carsten Dominik domi...@science.uva.nl 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..



___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] Latex export - not working - more info..

2009-01-07 Thread Matthew Lundin

Carsten Dominik domi...@science.uva.nl 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


___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] Latex export - not working - more info..

2009-01-07 Thread sergio_101

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-lisp

# Where info files go.
infodir = $(prefix)/share/info

thanks!



___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] Latex export - not working - more info..

2009-01-07 Thread Carsten Dominik


On Jan 8, 2009, at 1:14 AM, sergio_101 wrote:


Carsten Dominik domi...@science.uva.nl 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,

one thing you can do to narrow down where things go wrong is this:

Go to the Options menu in Emacs and turn on Enter debugger on Quit/ 
C-g.  The export a LaTeX file, wait until Emacs is stuck, and then  
press C-g.  The backtrace should give us information where it got  
stuck.  The backtrace will be more useful if you load uncompiled  
versions of Org, i.e. if the elc files are not present.


- Carsten


___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode