From mboxrd@z Thu Jan 1 00:00:00 1970 From: Subject: Styling HTML output Date: Thu, 25 Aug 2011 18:57:39 +0000 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([140.186.70.92]:60333) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qwf7Z-00073t-Oj for emacs-orgmode@gnu.org; Thu, 25 Aug 2011 14:57:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qwf7Y-0000A5-87 for emacs-orgmode@gnu.org; Thu, 25 Aug 2011 14:57:45 -0400 Received: from mailout2-trp.thomsonreuters.com ([163.231.6.26]:19894) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qwf7Y-00009d-3r for emacs-orgmode@gnu.org; Thu, 25 Aug 2011 14:57:44 -0400 Received: from trpusmneagrly02.int.westgroup.com (relay2 [163.231.22.113]) by mailout2-trp.thomsonreuters.com (Sentrion-MTA-4.0.5/Sentrion-MTA-4.0.5) with ESMTP id p7PIvfTg016724 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL) for ; Thu, 25 Aug 2011 18:57:41 GMT Received: from EAGE-ERFPHUB02.ERF.thomson.com (EAGE-ERFPHUB02.erf.thomson.com [163.231.23.34]) by trpusmneagrly02.int.westgroup.com (Sentrion-MTA-4.0.5/Sentrion-MTA-4.0.5) with ESMTP id p7PIvfe2006472 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=FAIL) for ; Thu, 25 Aug 2011 18:57:41 GMT Content-Language: en-US Content-ID: <91B86E519947BB40B85F6C7DCF6E03AB@local> 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: emacs-orgmode@gnu.org I wanted to share some CSS code that I've found useful for exported HTML do= cuments. It adds a little "R" or "sh" or "Perl" (etc.) label to the top of= a source block. (setq org-export-html-style "") I got help on Stack Overflow to figure that out: http://stackoverflow.com/= questions/7192054/create-box-with-title-legend-in-css . I stick that in my .emacs file and I get output with nice little labels. H= opefully someone else will find it useful too. -- Ken Williams Senior Research Scientist Thomson Reuters http://labs.thomsonreuters.com From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jason Dunsmore Subject: Re: Styling HTML output Date: Thu, 25 Aug 2011 14:06:00 -0500 Message-ID: <87wre1s44n.fsf@riotblast.dunsmor.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([140.186.70.92]:41638) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QwfFb-0002N6-62 for emacs-orgmode@gnu.org; Thu, 25 Aug 2011 15:06:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QwfFa-0001iq-8s for emacs-orgmode@gnu.org; Thu, 25 Aug 2011 15:06:03 -0400 Received: from deathroller.dunsmor.com ([98.129.169.48]:60370) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QwfFa-0001im-5p for emacs-orgmode@gnu.org; Thu, 25 Aug 2011 15:06:02 -0400 In-Reply-To: (Ken Williams's message of "Thu, 25 Aug 2011 18:57:39 +0000") 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: Ken.Williams@thomsonreuters.com Cc: emacs-orgmode@gnu.org Very nice, thanks! From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Styling HTML output Date: Fri, 26 Aug 2011 11:01:55 +0200 Message-ID: <877h607dh8.fsf@gnu.org> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:50287) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QwsHu-0003AF-AT for emacs-orgmode@gnu.org; Fri, 26 Aug 2011 05:01:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QwsHt-0005Jn-Bg for emacs-orgmode@gnu.org; Fri, 26 Aug 2011 05:01:18 -0400 Received: from mail-ww0-f49.google.com ([74.125.82.49]:55842) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QwsHt-0005Jb-25 for emacs-orgmode@gnu.org; Fri, 26 Aug 2011 05:01:17 -0400 Received: by wwf10 with SMTP id 10so2587218wwf.30 for ; Fri, 26 Aug 2011 02:01:16 -0700 (PDT) In-Reply-To: (Ken Williams's message of "Thu, 25 Aug 2011 18:57:39 +0000") 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: Ken.Williams@thomsonreuters.com Cc: emacs-orgmode@gnu.org Hi Ken, writes: > I wanted to share some CSS code that I've found useful for exported > HTML documents. It adds a little "R" or "sh" or "Perl" (etc.) label > to the top of a source block. Cool - it deserves to be put on Worg org-hacks.org! Thanks, -- Bastien From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric S Fraga Subject: Re: Styling HTML output Date: Fri, 26 Aug 2011 19:41:09 +0100 Message-ID: <87wre0hv7e.fsf@ucl.ac.uk> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:39406) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qx1L9-0000UQ-QV for emacs-orgmode@gnu.org; Fri, 26 Aug 2011 14:41:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qx1L8-0007J8-QK for emacs-orgmode@gnu.org; Fri, 26 Aug 2011 14:41:15 -0400 Received: from vscane-b.ucl.ac.uk ([144.82.108.141]:33698) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qx1L8-0007J2-KJ for emacs-orgmode@gnu.org; Fri, 26 Aug 2011 14:41:14 -0400 In-Reply-To: (Ken Williams's message of "Thu, 25 Aug 2011 18:57:39 +0000") 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: Ken.Williams@thomsonreuters.com Cc: emacs-orgmode@gnu.org writes: > I wanted to share some CSS code that I've found useful for exported > HTML documents. It adds a little "R" or "sh" or "Perl" (etc.) label > to the top of a source block. [...] Very nice. Thanks. I've already started using it, having added some other languages. Thanks again, eric -- : Eric S Fraga (GnuPG: 0xC89193D8FFFCF67D) in Emacs 24.0.50.1 : using Org-mode version 7.7 (release_7.7.205.gce02a) From mboxrd@z Thu Jan 1 00:00:00 1970 From: Subject: Re: Styling HTML output Date: Fri, 26 Aug 2011 18:47:38 +0000 Message-ID: References: <877h607dh8.fsf@gnu.org> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="_002_CA7D54394556Akenwilliamsthomsonreuterscom_" Return-path: Received: from eggs.gnu.org ([140.186.70.92]:50412) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qx1Rd-0002oX-Fv for emacs-orgmode@gnu.org; Fri, 26 Aug 2011 14:47:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qx1Rb-000054-OS for emacs-orgmode@gnu.org; Fri, 26 Aug 2011 14:47:57 -0400 Received: from mailout1-trp.thomsonreuters.com ([163.231.6.6]:24562) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qx1Rb-00004x-I5 for emacs-orgmode@gnu.org; Fri, 26 Aug 2011 14:47:55 -0400 In-Reply-To: <877h607dh8.fsf@gnu.org> Content-Language: en-US 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: bzg@altern.org Cc: emacs-orgmode@gnu.org --_002_CA7D54394556Akenwilliamsthomsonreuterscom_ Content-Type: text/plain; charset="us-ascii" Content-ID: Content-Transfer-Encoding: quoted-printable On 8/26/11 4:01 AM, "Bastien" wrote: > >Cool - it deserves to be put on Worg org-hacks.org! Good idea, here's a patch (I hope attachments work on this list?) that adds it. -- Ken Williams Senior Research Scientist Thomson Reuters http://labs.thomsonreuters.com --_002_CA7D54394556Akenwilliamsthomsonreuterscom_ Content-Type: application/octet-stream; name="0001-Add-an-entry-for-code-output-styling-in-HTML-CSS.patch" Content-Description: 0001-Add-an-entry-for-code-output-styling-in-HTML-CSS.patch Content-Disposition: attachment; filename="0001-Add-an-entry-for-code-output-styling-in-HTML-CSS.patch"; size=1842; creation-date="Fri, 26 Aug 2011 18:47:38 GMT"; modification-date="Fri, 26 Aug 2011 18:47:38 GMT" Content-ID: <483D75B9DBE1C94AAC25FD95A049186B@local> Content-Transfer-Encoding: base64 RnJvbSBkNmNhYTc2NzRjN2M4NDhiYWQzNjY4OGMwYWRiODNlZDM1MTcyZWM5IE1vbiBTZXAgMTcg MDA6MDA6MDAgMjAwMQpGcm9tOiBLZW4gV2lsbGlhbXMgPGtlbi53aWxsaWFtc0B0aG9tc29ucmV1 dGVycy5jb20+CkRhdGU6IEZyaSwgMjYgQXVnIDIwMTEgMTM6NDU6NDQgLTA1MDAKU3ViamVjdDog W1BBVENIXSBBZGQgYW4gZW50cnkgZm9yIGNvZGUtb3V0cHV0IHN0eWxpbmcgaW4gSFRNTC9DU1Mu CgotLS0KIG9yZy1oYWNrcy5vcmcgfCAgIDI4ICsrKysrKysrKysrKysrKysrKysrKysrKysrKysK IDEgZmlsZXMgY2hhbmdlZCwgMjggaW5zZXJ0aW9ucygrKSwgMCBkZWxldGlvbnMoLSkKCmRpZmYg LS1naXQgYS9vcmctaGFja3Mub3JnIGIvb3JnLWhhY2tzLm9yZwppbmRleCA2YzkyNmEwLi4yNzkx ZWRjIDEwMDY0NAotLS0gYS9vcmctaGFja3Mub3JnCisrKyBiL29yZy1oYWNrcy5vcmcKQEAgLTE2 MTgsNiArMTYxOCwzNCBAQCB3b3JrYXJvdW5kLCBvbmUgY2FuIHVzZSB0aGUgZm9sbG93aW5nOgog ICAsIytMQVRFWDogfQogIytlbmRfc3JjCiAKKyAgKiBTdHlsaW5nIGNvZGUgc2VjdGlvbnMgd2l0 aCBDU1MKKworQ29kZSBzZWN0aW9ucyAobWFya2VkIHdpdGggPSMrYmVnaW5fc3JjPSBhbmQgPSMr ZW5kX3NyYz0pIGFyZSBleHBvcnRlZAordG8gSFRNTCB1c2luZyA9PHByZT49IHRhZ3MsIGFuZCBh c3NpZ25lZCBDU1MgY2xhc3NlcyBieSB0aGVpciBjb250ZW50Cit0eXBlLiAgRm9yIGV4YW1wbGUs IFBlcmwgY29udGVudCB3aWxsIGhhdmUgYW4gb3BlbmluZyB0YWcgbGlrZSAKKz08cHJlIGNsYXNz PSJzcmMgc3JjLXNoIj49LiAgWW91IGNhbiB1c2UgdGhvc2UgY2xhc3NlcyB0byBhZGQgc3R5bGlu ZwordG8gdGhlIG91dHB1dCwgc3VjaCBhcyBoZXJlIHdoZXJlIGEgc21hbGwgbGFuZ3VhZ2UgdGFn IGlzIGFkZGVkIGF0IHRoZQordG9wIG9mIGVhY2gga2luZCBvZiBjb2RlIGJveDoKKworIytiZWdp bl9zcmMgbGlzcAorKHNldHEgb3JnLWV4cG9ydC1odG1sLXN0eWxlCisgIjxzdHlsZSB0eXBlPVwi dGV4dC9jc3NcIj4KKyAgICA8IS0tLyotLT48IVtDREFUQVsvKj48IS0tKi8KKyAgICAgIC5zcmMg ICAgICAgICAgICAgeyBiYWNrZ3JvdW5kLWNvbG9yOiAjRjVGRkY1OyBwb3NpdGlvbjogcmVsYXRp dmU7IG92ZXJmbG93OiB2aXNpYmxlOyB9CisgICAgICAuc3JjOmJlZm9yZSAgICAgIHsgcG9zaXRp b246IGFic29sdXRlOyB0b3A6IC0xNXB4OyBiYWNrZ3JvdW5kOiAjZmZmZmZmOyBwYWRkaW5nOiAx cHg7IGJvcmRlcjogMXB4IHNvbGlkICMwMDAwMDA7IGZvbnQtc2l6ZTogc21hbGw7IH0KKyAgICAg IC5zcmMtc2g6YmVmb3JlICAgeyBjb250ZW50OiAnc2gnOyB9CisgICAgICAuc3JjLWJhc2g6YmVm b3JlIHsgY29udGVudDogJ3NoJzsgfQorICAgICAgLnNyYy1SOmJlZm9yZSAgICB7IGNvbnRlbnQ6 ICdSJzsgfQorICAgICAgLnNyYy1wZXJsOmJlZm9yZSB7IGNvbnRlbnQ6ICdQZXJsJzsgfQorICAg ICAgLnNyYy1zcWw6YmVmb3JlICB7IGNvbnRlbnQ6ICdTUUwnOyB9CisgICAgICAuZXhhbXBsZSAg ICAgICAgIHsgYmFja2dyb3VuZC1jb2xvcjogI0ZGRjVGNTsgfQorICAgIC8qXV0+Ki8tLT4KKyA8 L3N0eWxlPiIpCisjK2VuZF9zcmMKKworQWRkaXRpb25hbGx5LCB3ZSB1c2UgY29sb3IgdG8gZGlz dGluZ3Vpc2ggY29kZSBvdXRwdXQgKHRoZSA9LmV4YW1wbGU9CitjbGFzcykgZnJvbSBpbnB1dCAo YWxsIHRoZSA9LnNyYy0qPSBjbGFzc2VzKS4KKwogKiBIYWNraW5nIE9yZzogV29ya2luZyB3aXRo IE9yZy1tb2RlIGFuZCBvdGhlciBFbWFjcyBQYWNrYWdlcy4KICoqIG9yZy1yZW1lbWJlci1hbnl0 aGluZwogCi0tIAoxLjcuNQoK --_002_CA7D54394556Akenwilliamsthomsonreuterscom_-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: Styling HTML output Date: Fri, 26 Aug 2011 15:26:10 -0400 Message-ID: <3799.1314386770@alphaville.americas.hpqcorp.net> References: Reply-To: nicholas.dokos@hp.com Return-path: Received: from eggs.gnu.org ([140.186.70.92]:58941) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qx22o-0007Tf-G7 for emacs-orgmode@gnu.org; Fri, 26 Aug 2011 15:26:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qx22l-00080n-SQ for emacs-orgmode@gnu.org; Fri, 26 Aug 2011 15:26:22 -0400 Received: from g5t0006.atlanta.hp.com ([15.192.0.43]:14605) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qx22l-00080U-Px for emacs-orgmode@gnu.org; Fri, 26 Aug 2011 15:26:19 -0400 In-Reply-To: Message from of "Fri, 26 Aug 2011 18:47:38 -0000." 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: Ken.Williams@thomsonreuters.com Cc: bzg@altern.org, nicholas.dokos@hp.com, emacs-orgmode@gnu.org wrote: > > On 8/26/11 4:01 AM, "Bastien" wrote: > > > >Cool - it deserves to be put on Worg org-hacks.org! > > > Good idea, here's a patch (I hope attachments work on this list?) that > adds it. > Two things: o application/octet-stream is not the right MIME type for the attachment. If your mailer allows, patches should be text/plain or some other subtype of text (there is a list of patchwork-acceptable types here: http://orgmode.org/worg/org-contribute.html#sec-4-3 And although your patch is for Worg, not for core org, it would still be nice to have it tracked by patchwork.) o Presumaby the following should say
:

--8<---------------cut here---------------start------------->8---

...
+type.  For example, Perl content will have an opening tag like 
+=
=.  You can use those classes to add styling
--8<---------------cut here---------------end--------------->8---

Nick

From mboxrd@z Thu Jan  1 00:00:00 1970
From: 
Subject: Re: Styling HTML output
Date: Fri, 26 Aug 2011 22:07:52 +0000
Message-ID: 
References: <3799.1314386770@alphaville.americas.hpqcorp.net>
Mime-Version: 1.0
Content-Type: multipart/mixed;
	boundary="_002_CA7D8285455A2kenwilliamsthomsonreuterscom_"
Return-path: 
Received: from eggs.gnu.org ([140.186.70.92]:50329)
	by lists.gnu.org with esmtp (Exim 4.71)
	(envelope-from ) id 1Qx4ZM-0001Au-Ti
	for emacs-orgmode@gnu.org; Fri, 26 Aug 2011 18:08:09 -0400
Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71)
	(envelope-from ) id 1Qx4ZL-0000cF-2T
	for emacs-orgmode@gnu.org; Fri, 26 Aug 2011 18:08:08 -0400
Received: from mailout2-trp.thomsonreuters.com ([163.231.6.26]:18963)
	by eggs.gnu.org with esmtp (Exim 4.71)
	(envelope-from ) id 1Qx4ZK-0000c3-UI
	for emacs-orgmode@gnu.org; Fri, 26 Aug 2011 18:08:07 -0400
In-Reply-To: <3799.1314386770@alphaville.americas.hpqcorp.net>
Content-Language: en-US
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: nicholas.dokos@hp.com
Cc: bzg@altern.org, emacs-orgmode@gnu.org

--_002_CA7D8285455A2kenwilliamsthomsonreuterscom_
Content-Type: text/plain; charset="us-ascii"
Content-ID: <43B433EAB2F6DB4490705EE40DB57DA9@local>
Content-Transfer-Encoding: quoted-printable


On 8/26/11 2:26 PM, "Nick Dokos"  wrote:

>Two things:
>
>o application/octet-stream is not the right MIME type for the
> attachment.[...]
>
>o Presumaby the following should say 
:[...]
>


Thanks, I think this update is better.  Unfortunately I don't think my
mailer (stupid Outlook) can change the attachments, so I'll inline it here.



>From c3fd3627d6f912fe1108eff1fc2893ff6c4631bb Mon Sep 17 00:00:00 2001
From: Ken Williams 
Date: Fri, 26 Aug 2011 13:45:44 -0500
Subject: [PATCH] Add an entry for code-output styling in HTML/CSS.

---
 org-hacks.org |   28 ++++++++++++++++++++++++++++
 1 files changed, 28 insertions(+), 0 deletions(-)

diff --git a/org-hacks.org b/org-hacks.org
index 6c926a0..754d1a8 100644
--- a/org-hacks.org
+++ b/org-hacks.org
@@ -1618,6 +1618,34 @@ workaround, one can use the following:
   ,#+LATEX: }
 #+end_src
=20
+*** Styling code sections with CSS
+
+Code sections (marked with =3D#+begin_src=3D and =3D#+end_src=3D) are expo=
rted
+to HTML using =3D
=3D tags, and assigned CSS classes by their content
+type.  For example, Perl content will have an opening tag like
+=3D
=3D.  You can use those classes to add styl=
ing
+to the output, such as here where a small language tag is added at the
+top of each kind of code box:
+
+#+begin_src lisp
+(setq org-export-html-style
+ "")
+#+end_src
+
+Additionally, we use color to distinguish code output (the =3D.example=3D
+class) from input (all the =3D.src-*=3D classes).
+
 * Hacking Org: Working with Org-mode and other Emacs Packages.
 ** org-remember-anything
=20
--=20
1.7.5






--
Ken Williams
Senior Research Scientist
Thomson Reuters
http://labs.thomsonreuters.com



>


--_002_CA7D8285455A2kenwilliamsthomsonreuterscom_
Content-Type: application/octet-stream;
	name="0001-Add-an-entry-for-code-output-styling-in-HTML-CSS.patch"
Content-Description: 0001-Add-an-entry-for-code-output-styling-in-HTML-CSS.patch
Content-Disposition: attachment;
	filename="0001-Add-an-entry-for-code-output-styling-in-HTML-CSS.patch";
	size=1844; creation-date="Fri, 26 Aug 2011 22:07:51 GMT";
	modification-date="Fri, 26 Aug 2011 22:07:51 GMT"
Content-ID: <4340869492415C449809E19D448A6466@local>
Content-Transfer-Encoding: base64

RnJvbSBjM2ZkMzYyN2Q2ZjkxMmZlMTEwOGVmZjFmYzI4OTNmZjZjNDYzMWJiIE1vbiBTZXAgMTcg
MDA6MDA6MDAgMjAwMQpGcm9tOiBLZW4gV2lsbGlhbXMgPGtlbi53aWxsaWFtc0B0aG9tc29ucmV1
dGVycy5jb20+CkRhdGU6IEZyaSwgMjYgQXVnIDIwMTEgMTM6NDU6NDQgLTA1MDAKU3ViamVjdDog
W1BBVENIXSBBZGQgYW4gZW50cnkgZm9yIGNvZGUtb3V0cHV0IHN0eWxpbmcgaW4gSFRNTC9DU1Mu
CgotLS0KIG9yZy1oYWNrcy5vcmcgfCAgIDI4ICsrKysrKysrKysrKysrKysrKysrKysrKysrKysK
IDEgZmlsZXMgY2hhbmdlZCwgMjggaW5zZXJ0aW9ucygrKSwgMCBkZWxldGlvbnMoLSkKCmRpZmYg
LS1naXQgYS9vcmctaGFja3Mub3JnIGIvb3JnLWhhY2tzLm9yZwppbmRleCA2YzkyNmEwLi43NTRk
MWE4IDEwMDY0NAotLS0gYS9vcmctaGFja3Mub3JnCisrKyBiL29yZy1oYWNrcy5vcmcKQEAgLTE2
MTgsNiArMTYxOCwzNCBAQCB3b3JrYXJvdW5kLCBvbmUgY2FuIHVzZSB0aGUgZm9sbG93aW5nOgog
ICAsIytMQVRFWDogfQogIytlbmRfc3JjCiAKKyoqKiBTdHlsaW5nIGNvZGUgc2VjdGlvbnMgd2l0
aCBDU1MKKworQ29kZSBzZWN0aW9ucyAobWFya2VkIHdpdGggPSMrYmVnaW5fc3JjPSBhbmQgPSMr
ZW5kX3NyYz0pIGFyZSBleHBvcnRlZAordG8gSFRNTCB1c2luZyA9PHByZT49IHRhZ3MsIGFuZCBh
c3NpZ25lZCBDU1MgY2xhc3NlcyBieSB0aGVpciBjb250ZW50Cit0eXBlLiAgRm9yIGV4YW1wbGUs
IFBlcmwgY29udGVudCB3aWxsIGhhdmUgYW4gb3BlbmluZyB0YWcgbGlrZSAKKz08cHJlIGNsYXNz
PSJzcmMgc3JjLXBlcmwiPj0uICBZb3UgY2FuIHVzZSB0aG9zZSBjbGFzc2VzIHRvIGFkZCBzdHls
aW5nCit0byB0aGUgb3V0cHV0LCBzdWNoIGFzIGhlcmUgd2hlcmUgYSBzbWFsbCBsYW5ndWFnZSB0
YWcgaXMgYWRkZWQgYXQgdGhlCit0b3Agb2YgZWFjaCBraW5kIG9mIGNvZGUgYm94OgorCisjK2Jl
Z2luX3NyYyBsaXNwCisoc2V0cSBvcmctZXhwb3J0LWh0bWwtc3R5bGUKKyAiPHN0eWxlIHR5cGU9
XCJ0ZXh0L2Nzc1wiPgorICAgIDwhLS0vKi0tPjwhW0NEQVRBWy8qPjwhLS0qLworICAgICAgLnNy
YyAgICAgICAgICAgICB7IGJhY2tncm91bmQtY29sb3I6ICNGNUZGRjU7IHBvc2l0aW9uOiByZWxh
dGl2ZTsgb3ZlcmZsb3c6IHZpc2libGU7IH0KKyAgICAgIC5zcmM6YmVmb3JlICAgICAgeyBwb3Np
dGlvbjogYWJzb2x1dGU7IHRvcDogLTE1cHg7IGJhY2tncm91bmQ6ICNmZmZmZmY7IHBhZGRpbmc6
IDFweDsgYm9yZGVyOiAxcHggc29saWQgIzAwMDAwMDsgZm9udC1zaXplOiBzbWFsbDsgfQorICAg
ICAgLnNyYy1zaDpiZWZvcmUgICB7IGNvbnRlbnQ6ICdzaCc7IH0KKyAgICAgIC5zcmMtYmFzaDpi
ZWZvcmUgeyBjb250ZW50OiAnc2gnOyB9CisgICAgICAuc3JjLVI6YmVmb3JlICAgIHsgY29udGVu
dDogJ1InOyB9CisgICAgICAuc3JjLXBlcmw6YmVmb3JlIHsgY29udGVudDogJ1BlcmwnOyB9Cisg
ICAgICAuc3JjLXNxbDpiZWZvcmUgIHsgY29udGVudDogJ1NRTCc7IH0KKyAgICAgIC5leGFtcGxl
ICAgICAgICAgeyBiYWNrZ3JvdW5kLWNvbG9yOiAjRkZGNUY1OyB9CisgICAgLypdXT4qLy0tPgor
IDwvc3R5bGU+IikKKyMrZW5kX3NyYworCitBZGRpdGlvbmFsbHksIHdlIHVzZSBjb2xvciB0byBk
aXN0aW5ndWlzaCBjb2RlIG91dHB1dCAodGhlID0uZXhhbXBsZT0KK2NsYXNzKSBmcm9tIGlucHV0
IChhbGwgdGhlID0uc3JjLSo9IGNsYXNzZXMpLgorCiAqIEhhY2tpbmcgT3JnOiBXb3JraW5nIHdp
dGggT3JnLW1vZGUgYW5kIG90aGVyIEVtYWNzIFBhY2thZ2VzLgogKiogb3JnLXJlbWVtYmVyLWFu
eXRoaW5nCiAKLS0gCjEuNy41Cgo=

--_002_CA7D8285455A2kenwilliamsthomsonreuterscom_--

From mboxrd@z Thu Jan  1 00:00:00 1970
From: Bastien 
Subject: Re: Styling HTML output
Date: Sat, 27 Aug 2011 00:24:47 +0200
Message-ID: <87mxevolow.fsf@gnu.org>
References: 
Mime-Version: 1.0
Content-Type: text/plain
Return-path: 
Received: from eggs.gnu.org ([140.186.70.92]:49799)
	by lists.gnu.org with esmtp (Exim 4.71)
	(envelope-from ) id 1Qx4os-0003Hl-Aj
	for emacs-orgmode@gnu.org; Fri, 26 Aug 2011 18:24:11 -0400
Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71)
	(envelope-from ) id 1Qx4or-0002sv-Hd
	for emacs-orgmode@gnu.org; Fri, 26 Aug 2011 18:24:10 -0400
Received: from mail-wy0-f169.google.com ([74.125.82.169]:43366)
	by eggs.gnu.org with esmtp (Exim 4.71)
	(envelope-from ) id 1Qx4or-0002s6-CL
	for emacs-orgmode@gnu.org; Fri, 26 Aug 2011 18:24:09 -0400
Received: by wyi11 with SMTP id 11so3203153wyi.0
	for ; Fri, 26 Aug 2011 15:24:07 -0700 (PDT)
In-Reply-To:  (Ken Williams's
	message of "Fri, 26 Aug 2011 22:07:52 +0000")
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: Ken.Williams@thomsonreuters.com
Cc: nicholas.dokos@hp.com, emacs-orgmode@gnu.org

Hi Ken,

 writes:

> Thanks, I think this update is better.  Unfortunately I don't think my
> mailer (stupid Outlook) can change the attachments, so I'll inline it
> here.

Applied, thanks!

-- 
 Bastien