From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: =?UTF-8?B?UmU6IGRlZmNvbnN0OiBTeW1ib2zigJlzIHZhbHVlIGFzIHZhcmlh?= =?UTF-8?B?YmxlIGlzIHZvaWQ6IGNzcy1zeW50YXgtcHJvcGVydGl6ZS1mdW5jdGlvbg==?= Date: Wed, 14 Aug 2019 15:53:20 -0400 Message-ID: <87pnl7ikwf.fsf@alphaville.usersys.redhat.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:56809) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1hxzKw-0004Fr-J8 for emacs-orgmode@gnu.org; Wed, 14 Aug 2019 15:53:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hxzKv-0002Wb-Kl for emacs-orgmode@gnu.org; Wed, 14 Aug 2019 15:53:34 -0400 Received: from 195-159-176-226.customer.powertech.no ([195.159.176.226]:35902 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hxzKv-0002UG-EP for emacs-orgmode@gnu.org; Wed, 14 Aug 2019 15:53:33 -0400 Received: from list by blaine.gmane.org with local (Exim 4.89) (envelope-from ) id 1hxzKs-000a3R-Kc for emacs-orgmode@gnu.org; Wed, 14 Aug 2019 21:53:30 +0200 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" To: emacs-orgmode@gnu.org "Charles R (Charlie) Martin" writes: > I'm getting this error when trying to export HTML from org-mode. Is this a known issue? I haven't found > any solutions via google. > When I do `C-h v css-syntax-propertize-function RET' I get: ,---- | css-syntax-propertize-function is a variable defined in ‘css-mode.el’. | Its value is #f(compiled-function (start end) #) | | This variable may be risky if used as a file-local variable. | | Documentation: | Not documented as a variable. `---- Maybe try `M-x load-library RET css-mode RET' and try the export again? A backtrace would be useful for identifying what is going awry. Try M-x toggle-debug-on-error RET and try the export againg; then post the backtrace. -- Nick "There are only two hard problems in computer science: cache invalidation, naming things, and off-by-one errors." -Martin Fowler