From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric S Fraga Subject: Re: Change color in fontified html export for strings Date: Tue, 14 Sep 2010 08:41:34 +0100 Message-ID: <87vd68db69.wl%ucecesf@ucl.ac.uk> References: <4C8E21C2.80501@gmail.com> <87wrqp9n4y.fsf@gmx.de> <4C8F200B.7090702@gmail.com> Reply-To: Eric S Fraga Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: multipart/mixed; boundary="Multipart_Tue_Sep_14_08:41:34_2010-1" Return-path: Received: from [140.186.70.92] (port=32953 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OvQ9A-0006dm-4M for emacs-orgmode@gnu.org; Tue, 14 Sep 2010 03:41:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OvQ99-0007xe-0C for emacs-orgmode@gnu.org; Tue, 14 Sep 2010 03:41:44 -0400 Received: from vscane-b.ucl.ac.uk ([144.82.108.141]:49808) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OvQ98-0007xT-R6 for emacs-orgmode@gnu.org; Tue, 14 Sep 2010 03:41:42 -0400 In-Reply-To: <4C8F200B.7090702@gmail.com> 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: Rainer M Krug Cc: emacs-orgmode --Multipart_Tue_Sep_14_08:41:34_2010-1 Content-Type: text/plain; charset=US-ASCII On Tue, 14 Sep 2010 09:11:07 +0200, Rainer M Krug wrote: > > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > On 14/09/10 02:36, Sebastian Rose wrote: > > Rainer M Krug writes: > >> Hi > >> > >> when exporting code blocks to html, strings are exported as yellow > >> (#ffff00), which is really difficult to read. Is there a possibility to > >> customize the colors (specifically the one used for strings) used for > >> the fontification when exporting to html? > >> > >> Thanks, > >> > >> Rainer > > > > > Hi Sebastian, > > > Change the CSS styles for strings using a stylesheet. > > I must admit, I know nerly nothing about html, and even less about CSS > stylesheets. So what do I have o do with the code you gave below? > > I found the following statement in the org manual: > > #### > To set the latter variable individually for each file, you can > use > #+STYLE: > For longer style definitions, you can use several such lines. You could > also directly write a > section in this way, without referring to an external file. > ### > > As I only want to change the color for .string (right?), I am thinking > about specifying it in the properties - but > > #+STYLE: > > failed. > > Any suggestions or CSS stylesheets? Did you C-c C-c after adding that line so that org setup is reset? Is there actually any HTML code in the exported file that has the sequence : where XXX might be SPAN or DIV? That is, is there any HTML code that is actually using the string class? Maybe try a very small example and post the html file that results? --Multipart_Tue_Sep_14_08:41:34_2010-1 Content-Type: text/plain; charset=US-ASCII -- Eric S Fraga GnuPG: 8F5C 279D 3907 E14A 5C29 570D C891 93D8 FFFC F67D --Multipart_Tue_Sep_14_08:41:34_2010-1 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode --Multipart_Tue_Sep_14_08:41:34_2010-1--