From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: controlling how htmlize fontifies code Date: Tue, 04 Aug 2015 20:44:52 +0200 Message-ID: <87vbcugafv.fsf@nicolasgoaziou.fr> References: <874mkihwl2.fsf@ucl.ac.uk> <20150802131919.GA98482@eyeBook.home> <87a8u8jxb0.fsf@ucl.ac.uk> <20150803210802.GA2327@eyeBook.home> <87a8u7faou.fsf@ucl.ac.uk> <87wpxbrw5v.fsf@gmx.us> <87h9ofgkej.fsf@nicolasgoaziou.fr> <87y4hrqdti.fsf@gmx.us> <874mkehpti.fsf@nicolasgoaziou.fr> <87egjiq4q4.fsf@gmx.us> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47526) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZMhBI-0005oI-KQ for emacs-orgmode@gnu.org; Tue, 04 Aug 2015 14:43:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZMhBG-00006f-HI for emacs-orgmode@gnu.org; Tue, 04 Aug 2015 14:43:19 -0400 Received: from relay4-d.mail.gandi.net ([2001:4b98:c:538::196]:45368) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZMhBG-00006E-AG for emacs-orgmode@gnu.org; Tue, 04 Aug 2015 14:43:18 -0400 In-Reply-To: <87egjiq4q4.fsf@gmx.us> (rasmus@gmx.us's message of "Tue, 04 Aug 2015 20:38:11 +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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Rasmus Cc: emacs-orgmode@gnu.org Rasmus writes: > Nicolas Goaziou writes: > >> Rasmus writes: >> >>> Do we have a function that can generate a candidate css file for >>> org-org-htmlized-css-url or :html-htmlize-css-url? >> >> There is `org-html-htmlize-generate-css'. > > The next question is thus, shouldn't the output of this automatically be > inserted when css instead of inline-css is used? IIUC, the very existence of `org-org-htmlized-css-url' is because this function is not reliable when using batch mode or when different authors use different Emacs themes. Regards,