From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas =?utf-8?b?R8O2c2VsZQ==?= Subject: Re: problem with latex export Date: Tue, 10 Nov 2009 23:42:53 +0000 (UTC) Message-ID: References: <87ljie8kci.fsf@debian.IGP> <87eio6yru2.fsf@gmx.de> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N80Of-0000MC-85 for emacs-orgmode@gnu.org; Tue, 10 Nov 2009 18:45:13 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N80Oa-0000Ja-JS for emacs-orgmode@gnu.org; Tue, 10 Nov 2009 18:45:12 -0500 Received: from [199.232.76.173] (port=54811 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N80Oa-0000JX-GP for emacs-orgmode@gnu.org; Tue, 10 Nov 2009 18:45:08 -0500 Received: from lo.gmane.org ([80.91.229.12]:38766) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1N80OZ-0004QW-Tz for emacs-orgmode@gnu.org; Tue, 10 Nov 2009 18:45:08 -0500 Received: from list by lo.gmane.org with local (Exim 4.50) id 1N80OX-0000Fc-V2 for emacs-orgmode@gnu.org; Wed, 11 Nov 2009 00:45:05 +0100 Received: from host146.natpool.mwn.de ([138.246.7.146]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 11 Nov 2009 00:45:05 +0100 Received: from goesele by host146.natpool.mwn.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 11 Nov 2009 00:45:05 +0100 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: emacs-orgmode@gnu.org Hi Sebastian! Sebastian Rose gmx.de> writes: > > I have the following problem: If I start emacs (22.2.1) or xemacs > > (21.4.21) normally I cannot export to latex (or pdf, which goes > > through latex). The process starts, but then hangs. In XEmacs the last > > thing I see is "untabify done" and then a small window with a process > > bar saying "fontifying org-mode-tmp...". But there is no progress and > > I have to quit. (There's a "Stop" button, but that doesn't work.) In > > Emacs I just see the first time I try it: "Loading tabify...done" and > > then nothing happens, again I have to quit. The second time I try it I > > only get: "Exporting to LaTeX...", again everything hangs. > > > > If I start without the init files (-q) and then load my init files by > > hand everthing works. (I did this, to see whether something in my init > > files causes the problems. But if everthing works if I load them > > later, I guess it's not a problem of my init files.) > > > > Org-mode is version 6.21b > > As I cannot reproduce this, I suggest updating to the current > git-version. I did, but the problem continues. I have BTW to make a small correction to my last post: There is a small difference in the case of emacs and xemacs: Having started emacs without the init-files I then can open and evaluate my init.el and custom.el as a whole without causing problems. In the case of xemacs that's true only for init.el. If I evaluate custom.el as a whole buffer the problems returns. But if a evaluate the (only four) expressions in it one after the other - no problem. Thanks again Andreas Gösele