From mboxrd@z Thu Jan 1 00:00:00 1970 From: "David O'Toole" Subject: Re: org-mode fontification error when exporting to LaTeX Date: Wed, 13 Jul 2011 01:16:02 -0400 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from eggs.gnu.org ([140.186.70.92]:54174) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qgrns-0006kN-PO for emacs-orgmode@gnu.org; Wed, 13 Jul 2011 01:16:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qgrno-00083J-1h for emacs-orgmode@gnu.org; Wed, 13 Jul 2011 01:16:08 -0400 Received: from mail-yx0-f169.google.com ([209.85.213.169]:43735) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qgrnn-00082o-Tf for emacs-orgmode@gnu.org; Wed, 13 Jul 2011 01:16:04 -0400 Received: by yxj17 with SMTP id 17so753708yxj.0 for ; Tue, 12 Jul 2011 22:16:02 -0700 (PDT) In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Luke J Crook Cc: emacs-orgmode@gnu.org Hi, try doing (setq debug-on-error t) and then re-export; this should give you a backtrace. but sometimes fontification stuff can have errors without backtraces. try checking the *Messages* buffer. misbehaving font-lock rules and improperly defined faces can also be issues. On Tue, Jul 12, 2011 at 9:52 PM, Luke J Crook wrote: > I get an 'org-mode fontification error' when I export to LaTeX. > Any idea what may be causing this? > > Thanks, > -Luke > > >