From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christian Moe Subject: Re: Can't get org-export-html-style-extra to work Date: Fri, 04 Feb 2011 18:51:05 +0100 Message-ID: <4D4C3C89.8060003@christianmoe.com> References: <4D09E2CB.8070702@christianmoe.com> <87r5bpq84t.fsf@gnu.org> Reply-To: mail@christianmoe.com Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=51941 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PlPm8-0008Cx-Dc for emacs-orgmode@gnu.org; Fri, 04 Feb 2011 12:48:53 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PlPm6-00024o-Gg for emacs-orgmode@gnu.org; Fri, 04 Feb 2011 12:48:51 -0500 Received: from mars.hitrost.net ([91.185.211.18]:34696) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PlPm6-0001zw-B8 for emacs-orgmode@gnu.org; Fri, 04 Feb 2011 12:48:50 -0500 In-Reply-To: <87r5bpq84t.fsf@gnu.org> 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: Org Mode Hi, Bastien, Thanks for taking this up -- I had forgotten I reported it. :) No, whatever the problem was, it seems to be gone now. The snippet below now works as expected. Yours, Christian On 2/3/11 7:34 PM, Bastien wrote: > Hi Christian, > > Christian Moe writes: > >> What am I doing wrong in the following example? >> >> ------------------------------ >> #+TITLE: Test >> >> Some *bold* text. >> >> Evaluate this: >> (setq org-export-html-style-extra "") >> ------------------------------ >> >> With org-export-html-style-extra set as above, I expect the exported >> HTML source to include the style, and the bolded text to be red, but >> this does not happen. Isn't the variable supposed to work this way? > > I'm not able to reproduce this. Do you still have this problem? >