From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wanrong Lin Subject: Re: Tag search and "invalid face" error from htmlize-buffer Date: Mon, 12 Nov 2007 14:54:18 -0500 Message-ID: <4738AF6A.1060400@gmail.com> References: <473736A8.90903@gmail.com> <87fxzc11fv.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IrfMb-0006Di-CX for emacs-orgmode@gnu.org; Mon, 12 Nov 2007 14:54:29 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IrfMZ-0006Cn-BE for emacs-orgmode@gnu.org; Mon, 12 Nov 2007 14:54:28 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IrfMZ-0006Ci-6W for emacs-orgmode@gnu.org; Mon, 12 Nov 2007 14:54:27 -0500 Received: from py-out-1112.google.com ([64.233.166.183]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IrfMY-0001gF-G9 for emacs-orgmode@gnu.org; Mon, 12 Nov 2007 14:54:26 -0500 Received: by py-out-1112.google.com with SMTP id a73so1628982pye for ; Mon, 12 Nov 2007 11:54:25 -0800 (PST) In-Reply-To: <87fxzc11fv.fsf@bzg.ath.cx> 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: Bastien Cc: emacs-orgmode@gnu.org Just a little bit update. I removed all my own customization for org-mode, except for setting the org-agenda-files. The "invalid face" error is still there. So I am pretty sure this is not coming from my own customization. It seems that as long as the agenda buffer contains a line with a tag, the error happens. If I manually delete those lines using "M-x kill-line", the error goes away. Wanrong Bastien wrote: > Wanrong Lin writes: > > >> After I do a tag search (for TODO items), if I do "htmlize-buffer" on >> the search result, I will get an "invalid face" error. Since I have >> quite some customization on my org-mode, I am not quite sure whether >> this is my problem, or org-mode, or htmlize-buffer's problem. >> > > Can you send a backtrace? > > (setq debug-on-error t) > >