From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christian Egli Subject: [BUG] LaTeX Export hangs Date: Thu, 08 Jan 2009 13:30:33 +0100 Message-ID: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LKu2B-00025F-K1 for emacs-orgmode@gnu.org; Thu, 08 Jan 2009 07:30:47 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LKu2A-00024f-IN for emacs-orgmode@gnu.org; Thu, 08 Jan 2009 07:30:47 -0500 Received: from [199.232.76.173] (port=59275 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LKu2A-00024Z-Dy for emacs-orgmode@gnu.org; Thu, 08 Jan 2009 07:30:46 -0500 Received: from main.gmane.org ([80.91.229.2]:54465 helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LKu29-00086X-Rc for emacs-orgmode@gnu.org; Thu, 08 Jan 2009 07:30:46 -0500 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1LKu28-0003Gq-6i for emacs-orgmode@gnu.org; Thu, 08 Jan 2009 12:30:44 +0000 Received: from d05.sbszh.ch ([217.192.14.190]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 08 Jan 2009 12:30:44 +0000 Received: from christian.egli by d05.sbszh.ch with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 08 Jan 2009 12:30:44 +0000 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 I have the latest git repo from a few minutes ago and I use the attached test file. When I do C-c C-e l Emacs sits there saying "Exporting to LaTeX...". I have to stop it with C-g. The debugger tells me the following: Debugger entered--Lisp error: (quit) replace-match("\\\\texttt{}" t) org-export-latex-keywords() org-export-latex-content(#("\n" 0 1 (fontified nil))) org-export-latex-first-lines(nil) org-export-as-latex(nil) call-interactively(org-export-as-latex) org-export(nil) call-interactively(org-export nil nil) If I first do a export as html (C-c C-e h) followed by a export to LaTeX (C-c C-e l) it works like a charm. --=-=-= Content-Disposition: inline; filename=test.org Content-Description: Test org file #+OPTIONS: ^:nil TeX:nil toc:nil * Title ** Subtitle [[http://wiki.dspace.org/index.php/Configure_media_filters][media filters]] --=-=-= Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ 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 --=-=-=--