From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mikael Fornius Subject: Re: The Perl color style Date: Tue, 13 Oct 2009 11:26:14 +0200 Message-ID: <87r5t7tzk9.fsf@eee.in> References: <83k4z1t3sn.fsf@ymail.com> <87k4z1httq.fsf@eee.in> <83ws31klzi.fsf@ymail.com> <56D7CC6E-6E15-4A25-B74F-48242C7BC6A4@gmail.com> <83y6nf4qy9.fsf@ymail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Mxdd6-00019e-Pw for emacs-orgmode@gnu.org; Tue, 13 Oct 2009 05:25:16 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Mxdd1-000194-Rf for emacs-orgmode@gnu.org; Tue, 13 Oct 2009 05:25:16 -0400 Received: from [199.232.76.173] (port=37802 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mxdd1-000191-JX for emacs-orgmode@gnu.org; Tue, 13 Oct 2009 05:25:11 -0400 Received: from violet.abc.se ([62.80.200.155]:51973) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Mxdd1-000277-3G for emacs-orgmode@gnu.org; Tue, 13 Oct 2009 05:25:11 -0400 In-Reply-To: <83y6nf4qy9.fsf@ymail.com> (Water Lin's message of "Tue, 13 Oct 2009 16:51:26 +0800") 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: Water Lin Cc: emacs-orgmode@gnu.org, Carsten Dominik Water Lin writes: >>> , Emacs will tell me the error: >>> ------------ >>> face-attribute: Invalid face: quote >>> Could not find config file "~/.tidyrc". Winging it. >>> ------------ This looks as a configuration typo or similar problem. Maybe you should try to enalble emacs "debug on error" feature: M-x toggle-debug-on-error RET , retry the org-export command and see if any information on why you have errors show up in the backtrace. If you have problem reading the backtrace you can post it here and I will give it a try. > I am sorry. I don't think I catch your idea. I have my own htmlize.el > whoes version is 1.36. But I don't know whether Org is using this one. > > How can I find out this? M-: htmlize-version RET can give an answer when htmlize-package is loaded. -- Mikael Fornius