From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: [BUG] LaTeX Export hangs Date: Thu, 8 Jan 2009 14:26:02 +0100 Message-ID: References: Mime-Version: 1.0 (Apple Message framework v929.2) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LKutj-0003jo-2d for emacs-orgmode@gnu.org; Thu, 08 Jan 2009 08:26:07 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LKuti-0003jH-6u for emacs-orgmode@gnu.org; Thu, 08 Jan 2009 08:26:06 -0500 Received: from [199.232.76.173] (port=56322 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LKuth-0003iw-6s for emacs-orgmode@gnu.org; Thu, 08 Jan 2009 08:26:05 -0500 Received: from ug-out-1314.google.com ([66.249.92.168]:38798) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LKutg-0005y5-Qe for emacs-orgmode@gnu.org; Thu, 08 Jan 2009 08:26:05 -0500 Received: by ug-out-1314.google.com with SMTP id 36so2370939uga.17 for ; Thu, 08 Jan 2009 05:26:04 -0800 (PST) In-Reply-To: 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: Christian Egli Cc: emacs-orgmode@gnu.org Fixed, thanks. I think this must also have been Sergio's bug..... - Carsten On Jan 8, 2009, at 1:30 PM, Christian Egli wrote: > 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. > > #+OPTIONS: ^:nil TeX:nil toc:nil > > * Title > ** Subtitle > [[http://wiki.dspace.org/index.php/Configure_media_filters][media > filters]] > _______________________________________________ > 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