emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Themes Compatible with color-theme.el
@ 2010-10-07  8:15 Ian Barton
  2010-10-07  8:56 ` Sébastien Vauban
                   ` (4 more replies)
  0 siblings, 5 replies; 140+ messages in thread
From: Ian Barton @ 2010-10-07  8:15 UTC (permalink / raw)
  To: emacs-orgmode

I have about as much talent for designing colour themes as the average
goldfish. That's unfair, the goldfish are better than me:) So I use
someone else's them and customize it a bit.

In a recent bout of fiddling I decided to try out a few new themes. I
searched the mailing list and there has been quite a bit of discussion
about themes for org. However, when I look at Worg
(http://orgmode.org/worg/org-tutorials/org-appearance.php), the
information about colour themes is very sparse. Also when I look at
the org source code the one theme mentioned in Worg (zenburn) isn't in
Worg/color-themes, but there is another one (railscast), which isn't
mentioned on Worg.

There is also a link to one of Bastien's pages at
http://www.cognition.ens.fr/~guerry/org-color-themes.html which is now
a Monty Python parrot (deceased).

I would like to tidy up the Worg section on themes and add a screen
shot for each theme.

Colour themes I have been able to find .el files for.
color-theme-colorful-obsolescence.el
color-theme-railscast.el
color-theme-tangotango.el
color-theme-zenburn.el
color-theme-sva.el

However, color-theme-sva.el seems to have at least one syntax error,
so if Sebastien Vauban fixes it before I do, perhaps he could post
anlother version here.

There is one theme mentioned in the mailing list where I can't find an
.el file: color-theme-cl-frame.el

If anyone would like to post their theme as a reply to this message, I
would be happy to incorporate it into Worg.

Ian.

^ permalink raw reply	[flat|nested] 140+ messages in thread

* Re: Themes Compatible with color-theme.el
  2010-10-07  8:15 Themes Compatible with color-theme.el Ian Barton
@ 2010-10-07  8:56 ` Sébastien Vauban
  2010-10-07  9:04   ` Ian Barton
  2010-10-09 15:54 ` Yavuz
                   ` (3 subsequent siblings)
  4 siblings, 1 reply; 140+ messages in thread
From: Sébastien Vauban @ 2010-10-07  8:56 UTC (permalink / raw)
  To: emacs-orgmode-mXXj517/zsQ

[-- Attachment #1: Type: text/plain, Size: 598 bytes --]

Hi Ian,

Ian Barton wrote:
> Colour themes I have been able to find .el files for.
> color-theme-colorful-obsolescence.el
> color-theme-railscast.el
> color-theme-tangotango.el
> color-theme-zenburn.el
> color-theme-sva.el

Excellent initiative, to collect themes and update Worg!


> However, color-theme-sva.el seems to have at least one syntax error,
> so if Sebastien Vauban fixes it before I do, perhaps he could post
> anlother version here.

Here is my fully functional "release of the day". Please signal me any
trouble.

Best regards,
  Seb

-- 
Sébastien Vauban

[-- Attachment #2: color-theme-sva.el --]
[-- Type: application/emacs-lisp, Size: 33525 bytes --]

[-- Attachment #3: Type: text/plain, Size: 222 bytes --]

_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode-mXXj517/zsQ@public.gmane.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

^ permalink raw reply	[flat|nested] 140+ messages in thread

* Re: Re: Themes Compatible with color-theme.el
  2010-10-07  8:56 ` Sébastien Vauban
@ 2010-10-07  9:04   ` Ian Barton
  0 siblings, 0 replies; 140+ messages in thread
From: Ian Barton @ 2010-10-07  9:04 UTC (permalink / raw)
  To: Sébastien Vauban; +Cc: emacs-orgmode

On 07/10/10 09:56, Sébastien Vauban wrote:
> Hi Ian,
>
> Ian Barton wrote:
>> Colour themes I have been able to find .el files for.
>> color-theme-colorful-obsolescence.el
>> color-theme-railscast.el
>> color-theme-tangotango.el
>> color-theme-zenburn.el
>> color-theme-sva.el
>
> Excellent initiative, to collect themes and update Worg!
>
>
>> However, color-theme-sva.el seems to have at least one syntax error,
>> so if Sebastien Vauban fixes it before I do, perhaps he could post
>> anlother version here.
>
> Here is my fully functional "release of the day". Please signal me any
> trouble.
>
Hi Seb,

Thanks that version works fine.

Ian.

^ permalink raw reply	[flat|nested] 140+ messages in thread

* Re: Themes Compatible with color-theme.el
  2010-10-07  8:15 Themes Compatible with color-theme.el Ian Barton
  2010-10-07  8:56 ` Sébastien Vauban
@ 2010-10-09 15:54 ` Yavuz
  2010-10-09 18:42   ` David O'Toole
  2010-10-10  7:52   ` Ian Barton
  2010-10-09 21:45 ` Memnon Anon
                   ` (2 subsequent siblings)
  4 siblings, 2 replies; 140+ messages in thread
From: Yavuz @ 2010-10-09 15:54 UTC (permalink / raw)
  To: emacs-orgmode

I have a theme (a modified zenburn to be less contrasty and use a light
background) at http://github.com/yarkun/zenash if anyone is interested.

^ permalink raw reply	[flat|nested] 140+ messages in thread

* Re: Re: Themes Compatible with color-theme.el
  2010-10-09 15:54 ` Yavuz
@ 2010-10-09 18:42   ` David O'Toole
  2010-10-10  7:54     ` Ian Barton
  2010-10-10  7:52   ` Ian Barton
  1 sibling, 1 reply; 140+ messages in thread
From: David O'Toole @ 2010-10-09 18:42 UTC (permalink / raw)
  To: Yavuz; +Cc: emacs-orgmode

Hi everyone, I have a theme with Org customizations called
color-theme-folio. it's not done yet, but works fine so far. I'd be
happy to make a few more changes and contribute it under whatever
license.
http://github.com/dto/emacs-config/blob/master/folio.el


On Sat, Oct 9, 2010 at 11:54 AM, Yavuz <justloop@gmail.com> wrote:
> I have a theme (a modified zenburn to be less contrasty and use a light
> background) at http://github.com/yarkun/zenash if anyone is interested.
>
>
> _______________________________________________
> 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
>

^ permalink raw reply	[flat|nested] 140+ messages in thread

* Re: Themes Compatible with color-theme.el
  2010-10-07  8:15 Themes Compatible with color-theme.el Ian Barton
  2010-10-07  8:56 ` Sébastien Vauban
  2010-10-09 15:54 ` Yavuz
@ 2010-10-09 21:45 ` Memnon Anon
  2010-10-10  7:55   ` Ian Barton
  2010-10-10 19:24 ` Scott Jaderholm
  2010-10-10 23:53 ` suvayu ali
  4 siblings, 1 reply; 140+ messages in thread
From: Memnon Anon @ 2010-10-09 21:45 UTC (permalink / raw)
  To: emacs-orgmode

Hi Ian, 

Ian Barton <lists@manor-farm.org> writes:

> If anyone would like to post their theme as a reply to this message, I
> would be happy to incorporate it into Worg.

I use manoj-color-theme, with some minor modifications by now, but those
are not in the org related color settings; it is one of those 'dark'
themes. 

You can find the color theme here: 

    http://www.golden-gryphon.com/software/misc/manoj-colors.el

Some information on the design decisions as well as two
screenshots are in the related blog post here:

    http://www.golden-gryphon.com/blog/manoj/blog/2008/05/26/Theming_Emacs/

hth

Memnon

^ permalink raw reply	[flat|nested] 140+ messages in thread

* Re: Re: Themes Compatible with color-theme.el
  2010-10-09 15:54 ` Yavuz
  2010-10-09 18:42   ` David O'Toole
@ 2010-10-10  7:52   ` Ian Barton
  1 sibling, 0 replies; 140+ messages in thread
From: Ian Barton @ 2010-10-10  7:52 UTC (permalink / raw)
  To: Yavuz; +Cc: emacs-orgmode

On 09/10/10 16:54, Yavuz wrote:
> I have a theme (a modified zenburn to be less contrasty and use a light
> background) at http://github.com/yarkun/zenash if anyone is interested.
>
>
Thanks. I'll add this to the worg page, which I'll be updating this weekend.

Ian.

^ permalink raw reply	[flat|nested] 140+ messages in thread

* Re: Re: Themes Compatible with color-theme.el
  2010-10-09 18:42   ` David O'Toole
@ 2010-10-10  7:54     ` Ian Barton
  2010-10-11  3:29       ` David O'Toole
  0 siblings, 1 reply; 140+ messages in thread
From: Ian Barton @ 2010-10-10  7:54 UTC (permalink / raw)
  To: David O'Toole; +Cc: emacs-orgmode

On 09/10/10 19:42, David O'Toole wrote:
> Hi everyone, I have a theme with Org customizations called
> color-theme-folio. it's not done yet, but works fine so far. I'd be
> happy to make a few more changes and contribute it under whatever
> license.
> http://github.com/dto/emacs-config/blob/master/folio.el
>
>
> On Sat, Oct 9, 2010 at 11:54 AM, Yavuz<justloop@gmail.com>  wrote:
>> I have a theme (a modified zenburn to be less contrasty and use a light
>> background) at http://github.com/yarkun/zenash if anyone is interested.
>>
>>
Thanks David. I'll add the current version to worg. Could I ask that you 
rename it color-theme-folio.el, to make it compatible with the naming 
convention of the other themes.

Ian.

^ permalink raw reply	[flat|nested] 140+ messages in thread

* Re: Re: Themes Compatible with color-theme.el
  2010-10-09 21:45 ` Memnon Anon
@ 2010-10-10  7:55   ` Ian Barton
  0 siblings, 0 replies; 140+ messages in thread
From: Ian Barton @ 2010-10-10  7:55 UTC (permalink / raw)
  To: Memnon Anon; +Cc: emacs-orgmode

On 09/10/10 22:45, Memnon Anon wrote:
> Hi Ian,
>
> Ian Barton<lists@manor-farm.org>  writes:
>
>> If anyone would like to post their theme as a reply to this message, I
>> would be happy to incorporate it into Worg.
>
> I use manoj-color-theme, with some minor modifications by now, but those
> are not in the org related color settings; it is one of those 'dark'
> themes.
>
> You can find the color theme here:
>
>      http://www.golden-gryphon.com/software/misc/manoj-colors.el
>
> Some information on the design decisions as well as two
> screenshots are in the related blog post here:
>
>      http://www.golden-gryphon.com/blog/manoj/blog/2008/05/26/Theming_Emacs/
>
> hth
>
> Memnon

Thanks Memnon, I'll add it to Worg.

Ian.

^ permalink raw reply	[flat|nested] 140+ messages in thread

* Re: Themes Compatible with color-theme.el
  2010-10-07  8:15 Themes Compatible with color-theme.el Ian Barton
                   ` (2 preceding siblings ...)
  2010-10-09 21:45 ` Memnon Anon
@ 2010-10-10 19:24 ` Scott Jaderholm
  2010-10-10 20:55   ` Ian Barton
  2010-10-10 23:53 ` suvayu ali
  4 siblings, 1 reply; 140+ messages in thread
From: Scott Jaderholm @ 2010-10-10 19:24 UTC (permalink / raw)
  To: lists; +Cc: emacs-orgmode


[-- Attachment #1.1: Type: text/plain, Size: 2169 bytes --]

http://jaderholm.com/color-themes/color-theme-colorful-obsolescence.el
http://jaderholm.com/color-themes/color-theme-active.el
http://jaderholm.com/color-themes/color-theme-wombat.el

Please link to don't copy so that as I make changes they'll get updated.

Scott


On Thu, Oct 7, 2010 at 4:15 AM, Ian Barton <lists@manor-farm.org> wrote:

> I have about as much talent for designing colour themes as the average
> goldfish. That's unfair, the goldfish are better than me:) So I use
> someone else's them and customize it a bit.
>
> In a recent bout of fiddling I decided to try out a few new themes. I
> searched the mailing list and there has been quite a bit of discussion
> about themes for org. However, when I look at Worg
> (http://orgmode.org/worg/org-tutorials/org-appearance.php), the
> information about colour themes is very sparse. Also when I look at
> the org source code the one theme mentioned in Worg (zenburn) isn't in
> Worg/color-themes, but there is another one (railscast), which isn't
> mentioned on Worg.
>
> There is also a link to one of Bastien's pages at
> http://www.cognition.ens.fr/~guerry/org-color-themes.html<http://www.cognition.ens.fr/%7Eguerry/org-color-themes.html>which is now
> a Monty Python parrot (deceased).
>
> I would like to tidy up the Worg section on themes and add a screen
> shot for each theme.
>
> Colour themes I have been able to find .el files for.
> color-theme-colorful-obsolescence.el
> color-theme-railscast.el
> color-theme-tangotango.el
> color-theme-zenburn.el
> color-theme-sva.el
>
> However, color-theme-sva.el seems to have at least one syntax error,
> so if Sebastien Vauban fixes it before I do, perhaps he could post
> anlother version here.
>
> There is one theme mentioned in the mailing list where I can't find an
> .el file: color-theme-cl-frame.el
>
> If anyone would like to post their theme as a reply to this message, I
> would be happy to incorporate it into Worg.
>
> Ian.
>
> _______________________________________________
> 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
>

[-- Attachment #1.2: Type: text/html, Size: 3132 bytes --]

[-- Attachment #2: Type: text/plain, Size: 201 bytes --]

_______________________________________________
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

^ permalink raw reply	[flat|nested] 140+ messages in thread

* Re: Themes Compatible with color-theme.el
  2010-10-10 19:24 ` Scott Jaderholm
@ 2010-10-10 20:55   ` Ian Barton
  2010-10-13  3:46     ` Eric Schulte
  0 siblings, 1 reply; 140+ messages in thread
From: Ian Barton @ 2010-10-10 20:55 UTC (permalink / raw)
  To: Scott Jaderholm; +Cc: emacs-orgmode

Scott Jaderholm <jaderholm@gmail.com> writes:

> http://jaderholm.com/color-themes/color-theme-colorful-obsolescence.el
> http://jaderholm.com/color-themes/color-theme-active.el
> http://jaderholm.com/color-themes/color-theme-wombat.el
>
> Please link to don't copy so that as I make changes they'll get updated.
>
> Scott
 >
>
Scott,

Thanks for the references to your other themes. I'll make sure that I
link to them instead of copying them.

-- 
Best wishes,

Ian.

^ permalink raw reply	[flat|nested] 140+ messages in thread

* Re: Themes Compatible with color-theme.el
  2010-10-07  8:15 Themes Compatible with color-theme.el Ian Barton
                   ` (3 preceding siblings ...)
  2010-10-10 19:24 ` Scott Jaderholm
@ 2010-10-10 23:53 ` suvayu ali
  4 siblings, 0 replies; 140+ messages in thread
From: suvayu ali @ 2010-10-10 23:53 UTC (permalink / raw)
  To: lists; +Cc: emacs-orgmode

Hi,

Here is a dark theme I use. It is a modification of a theme written by
emacswiki user ZWZ.
http://github.com/suvayu/.emacs.d/blob/master/lisp/color-theme-dark-emacs.el


I also use one other org-mode related fontifying customisations made
outside of color-themes.
http://github.com/suvayu/.emacs.d/blob/master/lisp/org-mode-settings.el#L69


This theme doesn't look good on a tty, so I have this in my init.el
http://github.com/suvayu/.emacs.d/blob/master/init.el#L92


Hopefully this will be helpful.

-- 
Suvayu

Open source is the future. It sets us free.

^ permalink raw reply	[flat|nested] 140+ messages in thread

* Re: Re: Themes Compatible with color-theme.el
  2010-10-10  7:54     ` Ian Barton
@ 2010-10-11  3:29       ` David O'Toole
  2010-10-11 19:01         ` Jason McBrayer
  0 siblings, 1 reply; 140+ messages in thread
From: David O'Toole @ 2010-10-11  3:29 UTC (permalink / raw)
  To: lists; +Cc: emacs-orgmode

Done. There are actually two themes here, one dark and one medium in
brightness. These probably only work well on relatively high-contrast
LCD or similar flat panels.

http://github.com/dto/emacs-config


On Sun, Oct 10, 2010 at 3:54 AM, Ian Barton <lists@manor-farm.org> wrote:
> On 09/10/10 19:42, David O'Toole wrote:
>>
>> Hi everyone, I have a theme with Org customizations called
>> color-theme-folio. it's not done yet, but works fine so far. I'd be
>> happy to make a few more changes and contribute it under whatever
>> license.
>> http://github.com/dto/emacs-config/blob/master/folio.el
>>
>>
>> On Sat, Oct 9, 2010 at 11:54 AM, Yavuz<justloop@gmail.com>  wrote:
>>>
>>> I have a theme (a modified zenburn to be less contrasty and use a light
>>> background) at http://github.com/yarkun/zenash if anyone is interested.
>>>
>>>
> Thanks David. I'll add the current version to worg. Could I ask that you
> rename it color-theme-folio.el, to make it compatible with the naming
> convention of the other themes.
>
> Ian.
>

^ permalink raw reply	[flat|nested] 140+ messages in thread

* Re: Re: Themes Compatible with color-theme.el
  2010-10-11  3:29       ` David O'Toole
@ 2010-10-11 19:01         ` Jason McBrayer
  0 siblings, 0 replies; 140+ messages in thread
From: Jason McBrayer @ 2010-10-11 19:01 UTC (permalink / raw)
  To: org-mode list


[-- Attachment #1.1: Type: text/plain, Size: 267 bytes --]

I've written an humane colour theme for Emacs, which can be found here:
http://bitbucket.org/jfm/color-theme-humane

It's somewhat a work in progress (needs Gnus colours), but is usable now.
Patches gratefully accepted.

-- 
Jason F. McBrayer
http://jfm.carcosa.net/

[-- Attachment #1.2: Type: text/html, Size: 397 bytes --]

[-- Attachment #2: Type: text/plain, Size: 201 bytes --]

_______________________________________________
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

^ permalink raw reply	[flat|nested] 140+ messages in thread

* Re: Themes Compatible with color-theme.el
  2010-10-10 20:55   ` Ian Barton
@ 2010-10-13  3:46     ` Eric Schulte
  2010-10-13 10:08       ` Ian Barton
  0 siblings, 1 reply; 140+ messages in thread
From: Eric Schulte @ 2010-10-13  3:46 UTC (permalink / raw)
  To: Ian Barton; +Cc: emacs-orgmode

Ian Barton <ian@manor-farm.org> writes:

> Scott Jaderholm <jaderholm@gmail.com> writes:
>
>> http://jaderholm.com/color-themes/color-theme-colorful-obsolescence.el
>> http://jaderholm.com/color-themes/color-theme-active.el
>> http://jaderholm.com/color-themes/color-theme-wombat.el
>>
>> Please link to don't copy so that as I make changes they'll get updated.
>>
>> Scott
>  >
>>
> Scott,
>
> Thanks for the references to your other themes. I'll make sure that I
> link to them instead of copying them.

Hi Ian,

I've previously posted my color theme to the following.
http://orgmode.org/worg/org-color-themes.php

Is there another worg page with a collection of color themes?

Best -- Eric

^ permalink raw reply	[flat|nested] 140+ messages in thread

* Re: Themes Compatible with color-theme.el
  2010-10-13  3:46     ` Eric Schulte
@ 2010-10-13 10:08       ` Ian Barton
  2010-10-13 12:40         ` Carsten Dominik
  2010-10-13 15:30         ` Eric Schulte
  0 siblings, 2 replies; 140+ messages in thread
From: Ian Barton @ 2010-10-13 10:08 UTC (permalink / raw)
  To: Eric Schulte; +Cc: emacs-orgmode


Hi Eric,

There is a file in worg called org-color-themes.org, which contains your colour theme (railscast). However, it's not referenced by any of the other worg pages, so you couldn't find it if you didn't know it existed! There is a short bit on org-appearance.pgp about colour themes. I am adding the notes for all the colour themes to this page and am creating a new page to host the screen shots.

I want to put the screenshots on another page, so they don't slow down loading the org-appearance page. Also I want to display 200 pixel wide screen thumbnails and use the Lightbox javascript library to allow the user to see a full size popup. This involves quite a bit of fiddling about to get the page to look right and I don't want to mess up the appreance of org-appearance!

-- 
Best wishes,

Ian.

"Eric Schulte" <schulte.eric@gmail.com> writes:

> Ian Barton <ian@manor-farm.org> writes:
>
>> Scott Jaderholm <jaderholm@gmail.com> writes:
>>
>>> http://jaderholm.com/color-themes/color-theme-colorful-obsolescence.el
>>> http://jaderholm.com/color-themes/color-theme-active.el
>>> http://jaderholm.com/color-themes/color-theme-wombat.el
>>>
>>> Please link to don't copy so that as I make changes they'll get updated.
>>>
>>> Scott
>>  >
>>>
>> Scott,
>>
>> Thanks for the references to your other themes. I'll make sure that I
>> link to them instead of copying them.
>
> Hi Ian,
>
> I've previously posted my color theme to the following.
> http://orgmode.org/worg/org-color-themes.php
>
> Is there another worg page with a collection of color themes?
>
> Best -- Eric

^ permalink raw reply	[flat|nested] 140+ messages in thread

* Re: Themes Compatible with color-theme.el
  2010-10-13 10:08       ` Ian Barton
@ 2010-10-13 12:40         ` Carsten Dominik
  2010-10-13 14:51           ` Worg needs some reorganizing Dan Davison
  2010-10-14  9:16           ` Themes Compatible with color-theme.el Ian Barton
  2010-10-13 15:30         ` Eric Schulte
  1 sibling, 2 replies; 140+ messages in thread
From: Carsten Dominik @ 2010-10-13 12:40 UTC (permalink / raw)
  To: Ian Barton; +Cc: emacs-orgmode


On Oct 13, 2010, at 12:08 PM, Ian Barton wrote:

>
> Hi Eric,
>
> There is a file in worg called org-color-themes.org, which contains  
> your colour theme (railscast). However, it's not referenced by any  
> of the other worg pages, so you couldn't find it if you didn't know  
> it existed!

Hi Ian,

I take it that this is something you will fix?

Thanks.

- Carsten


> There is a short bit on org-appearance.pgp about colour themes. I am  
> adding the notes for all the colour themes to this page and am  
> creating a new page to host the screen shots.
>
> I want to put the screenshots on another page, so they don't slow  
> down loading the org-appearance page. Also I want to display 200  
> pixel wide screen thumbnails and use the Lightbox javascript library  
> to allow the user to see a full size popup. This involves quite a  
> bit of fiddling about to get the page to look right and I don't want  
> to mess up the appreance of org-appearance!
>
> -- 
> Best wishes,
>
> Ian.
>
> "Eric Schulte" <schulte.eric@gmail.com> writes:
>
>> Ian Barton <ian@manor-farm.org> writes:
>>
>>> Scott Jaderholm <jaderholm@gmail.com> writes:
>>>
>>>> http://jaderholm.com/color-themes/color-theme-colorful-obsolescence.el
>>>> http://jaderholm.com/color-themes/color-theme-active.el
>>>> http://jaderholm.com/color-themes/color-theme-wombat.el
>>>>
>>>> Please link to don't copy so that as I make changes they'll get  
>>>> updated.
>>>>
>>>> Scott
>>>>
>>>>
>>> Scott,
>>>
>>> Thanks for the references to your other themes. I'll make sure  
>>> that I
>>> link to them instead of copying them.
>>
>> Hi Ian,
>>
>> I've previously posted my color theme to the following.
>> http://orgmode.org/worg/org-color-themes.php
>>
>> Is there another worg page with a collection of color themes?
>>
>> Best -- Eric
>
>
> _______________________________________________
> 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

^ permalink raw reply	[flat|nested] 140+ messages in thread

* Worg needs some reorganizing
  2010-10-13 12:40         ` Carsten Dominik
@ 2010-10-13 14:51           ` Dan Davison
  2010-10-13 15:41             ` Eric Schulte
                               ` (2 more replies)
  2010-10-14  9:16           ` Themes Compatible with color-theme.el Ian Barton
  1 sibling, 3 replies; 140+ messages in thread
From: Dan Davison @ 2010-10-13 14:51 UTC (permalink / raw)
  To: Carsten Dominik; +Cc: Ian Barton, emacs-orgmode

Carsten Dominik <carsten.dominik@gmail.com> writes:

> On Oct 13, 2010, at 12:08 PM, Ian Barton wrote:
>
>>
>> Hi Eric,
>>
>> There is a file in worg called org-color-themes.org, which contains
>> your colour theme (railscast). However, it's not referenced by any
>> of the other worg pages, so you couldn't find it if you didn't know
>> it existed!

Worg could do with some reorganization. It is not at all easy to find
stuff in there (at least, using a web browser). I don't currently use
Org to publish a website so I may be missing lots of tricks here, but I
see two problems at least:

1. There is no clear distinction between files in the root folder and
   files in org-tutorials/. Probably also org-configs/ and org-contrib/
   could be added to this list (people don't know what's in contrib and
   what is in Org and what is just somewhere else on the web)
2. Worse, aIui we are relying on manual maintenance of index pages, with
   results like the above.

This suggests to me firstly that we should do away with some of the hard
directory structure and place most/all of the config/tutorial type files
in a single directory.

Secondly, does Org possess any technology that can be used to
automatically generate a useful index for Worg? Or
alternately/additionally a sitemap or other automated representation of
the full file/directory structure (e.g. using org-fstree[1])?

Dan

Footnotes:

[1] http://repo.or.cz/r/org-fstree.git


>
> Hi Ian,
>
> I take it that this is something you will fix?
>
> Thanks.
>
> - Carsten
>
>
>> There is a short bit on org-appearance.pgp about colour themes. I am
>> adding the notes for all the colour themes to this page and am
>> creating a new page to host the screen shots.
>>
>> I want to put the screenshots on another page, so they don't slow
>> down loading the org-appearance page. Also I want to display 200
>> pixel wide screen thumbnails and use the Lightbox javascript library
>> to allow the user to see a full size popup. This involves quite a
>> bit of fiddling about to get the page to look right and I don't want
>> to mess up the appreance of org-appearance!
>>
>> --
>> Best wishes,
>>
>> Ian.
>>
>> "Eric Schulte" <schulte.eric@gmail.com> writes:
>>
>>> Ian Barton <ian@manor-farm.org> writes:
>>>
>>>> Scott Jaderholm <jaderholm@gmail.com> writes:
>>>>
>>>>> http://jaderholm.com/color-themes/color-theme-colorful-obsolescence.el
>>>>> http://jaderholm.com/color-themes/color-theme-active.el
>>>>> http://jaderholm.com/color-themes/color-theme-wombat.el
>>>>>
>>>>> Please link to don't copy so that as I make changes they'll get
>>>>> updated.
>>>>>
>>>>> Scott
>>>>>
>>>>>
>>>> Scott,
>>>>
>>>> Thanks for the references to your other themes. I'll make sure
>>>> that I
>>>> link to them instead of copying them.
>>>
>>> Hi Ian,
>>>
>>> I've previously posted my color theme to the following.
>>> http://orgmode.org/worg/org-color-themes.php
>>>
>>> Is there another worg page with a collection of color themes?
>>>
>>> Best -- Eric
>>
>>
>> _______________________________________________
>> 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
>
>
> _______________________________________________
> 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

^ permalink raw reply	[flat|nested] 140+ messages in thread

* Re: Themes Compatible with color-theme.el
  2010-10-13 10:08       ` Ian Barton
  2010-10-13 12:40         ` Carsten Dominik
@ 2010-10-13 15:30         ` Eric Schulte
  2010-10-14  9:17           ` Ian Barton
  1 sibling, 1 reply; 140+ messages in thread
From: Eric Schulte @ 2010-10-13 15:30 UTC (permalink / raw)
  To: Ian Barton; +Cc: emacs-orgmode

Ian Barton <ian@manor-farm.org> writes:

> Hi Eric,
>
> There is a file in worg called org-color-themes.org, which contains
> your colour theme (railscast). However, it's not referenced by any of
> the other worg pages, so you couldn't find it if you didn't know it
> existed! There is a short bit on org-appearance.pgp about colour
> themes. I am adding the notes for all the colour themes to this page
> and am creating a new page to host the screen shots.
>
> I want to put the screenshots on another page, so they don't slow down
> loading the org-appearance page. Also I want to display 200 pixel wide
> screen thumbnails and use the Lightbox javascript library to allow the
> user to see a full size popup. This involves quite a bit of fiddling
> about to get the page to look right and I don't want to mess up the
> appreance of org-appearance!

Hi Ian,

Why not use my existing org-color-themes.org as the base for your
expanded color themes preview page?  It currently consists of a single
macro which can be used to easily add new color themes.  Perhaps that
macro could be the base for your usage of the Lightbox javascript
library...

Best -- Eric

^ permalink raw reply	[flat|nested] 140+ messages in thread

* Re: Worg needs some reorganizing
  2010-10-13 14:51           ` Worg needs some reorganizing Dan Davison
@ 2010-10-13 15:41             ` Eric Schulte
  2010-10-14  9:44               ` Ian Barton
  2010-10-13 16:02             ` John Hendy
  2011-01-15 12:01             ` Bastien
  2 siblings, 1 reply; 140+ messages in thread
From: Eric Schulte @ 2010-10-13 15:41 UTC (permalink / raw)
  To: Dan Davison; +Cc: Ian Barton, emacs-orgmode, Carsten Dominik

Dan Davison <davison@stats.ox.ac.uk> writes:

> Worg could do with some reorganization. It is not at all easy to find
> stuff in there (at least, using a web browser).

I agree there is certainly room for improvement here.  Maybe this sort
of re-organization should be considered along with the new CSS changes.

[...]

> This suggests to me firstly that we should do away with some of the hard
> directory structure and place most/all of the config/tutorial type files
> in a single directory.

The other option I'd see to eliminating directory structures would be
using something to reflect the directory structure in the title bar of
the page [1].  Just a thought.

Another option may be a navigation side bar reflecting the contents of
the current directory bringing the web experience closer to the local
git experience.

Best -- Eric

Footnotes: 
[1]  I'm thinking "tabs", e.g. "tutorials", "contributed packages",
     etc...  See the following for an example of such a layout made
     using Jekyll http://epr.adaptive.cs.unm.edu/

^ permalink raw reply	[flat|nested] 140+ messages in thread

* Re: Worg needs some reorganizing
  2010-10-13 14:51           ` Worg needs some reorganizing Dan Davison
  2010-10-13 15:41             ` Eric Schulte
@ 2010-10-13 16:02             ` John Hendy
  2010-10-14  7:44               ` Sébastien Vauban
  2010-10-14 13:09               ` Eric Schulte
  2011-01-15 12:01             ` Bastien
  2 siblings, 2 replies; 140+ messages in thread
From: John Hendy @ 2010-10-13 16:02 UTC (permalink / raw)
  To: Dan Davison; +Cc: Ian Barton, emacs-orgmode, Carsten Dominik


[-- Attachment #1.1: Type: text/plain, Size: 1203 bytes --]

On Wed, Oct 13, 2010 at 9:51 AM, Dan Davison <davison@stats.ox.ac.uk> wrote:

> Worg could do with some reorganization. It is not at all easy to find
> stuff in there (at least, using a web browser). I don't currently use
> Org to publish a website so I may be missing lots of tricks here, but I
> see two problems at least:
>
>
Great topic. I agree. This will be quite the overhaul! Perhaps we should
propose some type of organizing scheme? By level of usage (beg,
intermediate, adv?), by functional use (notes, todos, exporting, math,
babel?), etc.? Just some ideas. If one's going to reorganize, might as well
do it to the max!


>
> Secondly, does Org possess any technology that can be used to
> automatically generate a useful index for Worg? Or
> alternately/additionally a sitemap or other automated representation of
> the full file/directory structure (e.g. using org-fstree[1])?
>
>
That's a great idea as well. We should definitely find something that is
self-updating. I would think that really thinking through the structure of
Worg and integrating that into the directory structure of the git repo would
help with that?


> Dan
>
> Footnotes:
>
> [1] http://repo.or.cz/r/org-fstree.git
>

[-- Attachment #1.2: Type: text/html, Size: 1863 bytes --]

[-- Attachment #2: Type: text/plain, Size: 201 bytes --]

_______________________________________________
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

^ permalink raw reply	[flat|nested] 140+ messages in thread

* Re: Worg needs some reorganizing
  2010-10-13 16:02             ` John Hendy
@ 2010-10-14  7:44               ` Sébastien Vauban
  2010-10-14 13:09               ` Eric Schulte
  1 sibling, 0 replies; 140+ messages in thread
From: Sébastien Vauban @ 2010-10-14  7:44 UTC (permalink / raw)
  To: emacs-orgmode-mXXj517/zsQ

Hi John,

John Hendy wrote:
> That's a great idea as well. We should definitely find something that is
> self-updating. I would think that really thinking through the structure of
> Worg and integrating that into the directory structure of the git repo would
> help with that?

Or something like an org-generate-index function, called in the preamble of
each page?  Except that it should work even if we only publish one new page...

Best regards,
  Seb

-- 
Sébastien Vauban


_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode-mXXj517/zsQ@public.gmane.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

^ permalink raw reply	[flat|nested] 140+ messages in thread

* Re: Themes Compatible with color-theme.el
  2010-10-13 12:40         ` Carsten Dominik
  2010-10-13 14:51           ` Worg needs some reorganizing Dan Davison
@ 2010-10-14  9:16           ` Ian Barton
  1 sibling, 0 replies; 140+ messages in thread
From: Ian Barton @ 2010-10-14  9:16 UTC (permalink / raw)
  To: Carsten Dominik; +Cc: emacs-orgmode

Hi Carsten and Eric,

Yes, I'll fix it.

Best wishes,

Ian.

On 13/10/10 13:40, Carsten Dominik wrote:
>
> On Oct 13, 2010, at 12:08 PM, Ian Barton wrote:
>
>>
>> Hi Eric,
>>
>> There is a file in worg called org-color-themes.org, which contains
>> your colour theme (railscast). However, it's not referenced by any of
>> the other worg pages, so you couldn't find it if you didn't know it
>> existed!
>
> Hi Ian,
>
> I take it that this is something you will fix?
>
> Thanks.
>
> - Carsten
>
>
>> There is a short bit on org-appearance.pgp about colour themes. I am
>> adding the notes for all the colour themes to this page and am
>> creating a new page to host the screen shots.
>>
>> I want to put the screenshots on another page, so they don't slow down
>> loading the org-appearance page. Also I want to display 200 pixel wide
>> screen thumbnails and use the Lightbox javascript library to allow the
>> user to see a full size popup. This involves quite a bit of fiddling
>> about to get the page to look right and I don't want to mess up the
>> appreance of org-appearance!
>>
>> --
>> Best wishes,
>>
>> Ian.
>>
>> "Eric Schulte" <schulte.eric@gmail.com> writes:
>>
>>> Ian Barton <ian@manor-farm.org> writes:
>>>
>>>> Scott Jaderholm <jaderholm@gmail.com> writes:
>>>>
>>>>> http://jaderholm.com/color-themes/color-theme-colorful-obsolescence.el
>>>>> http://jaderholm.com/color-themes/color-theme-active.el
>>>>> http://jaderholm.com/color-themes/color-theme-wombat.el
>>>>>
>>>>> Please link to don't copy so that as I make changes they'll get
>>>>> updated.
>>>>>
>>>>> Scott
>>>>>
>>>>>
>>>> Scott,
>>>>
>>>> Thanks for the references to your other themes. I'll make sure that I
>>>> link to them instead of copying them.
>>>
>>> Hi Ian,
>>>
>>> I've previously posted my color theme to the following.
>>> http://orgmode.org/worg/org-color-themes.php
>>>
>>> Is there another worg page with a collection of color themes?
>>>
>>> Best -- Eric
>>
>>
>> _______________________________________________
>> 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
>

^ permalink raw reply	[flat|nested] 140+ messages in thread

* Re: Themes Compatible with color-theme.el
  2010-10-13 15:30         ` Eric Schulte
@ 2010-10-14  9:17           ` Ian Barton
  0 siblings, 0 replies; 140+ messages in thread
From: Ian Barton @ 2010-10-14  9:17 UTC (permalink / raw)
  To: Eric Schulte; +Cc: emacs-orgmode

Eric,

Yes that's a good idea, I'll use your page and add it as a link to the 
org-appearance page.

Ian.

On 13/10/10 16:30, Eric Schulte wrote:
> Ian Barton<ian@manor-farm.org>  writes:
>
>> Hi Eric,
>>
>> There is a file in worg called org-color-themes.org, which contains
>> your colour theme (railscast). However, it's not referenced by any of
>> the other worg pages, so you couldn't find it if you didn't know it
>> existed! There is a short bit on org-appearance.pgp about colour
>> themes. I am adding the notes for all the colour themes to this page
>> and am creating a new page to host the screen shots.
>>
>> I want to put the screenshots on another page, so they don't slow down
>> loading the org-appearance page. Also I want to display 200 pixel wide
>> screen thumbnails and use the Lightbox javascript library to allow the
>> user to see a full size popup. This involves quite a bit of fiddling
>> about to get the page to look right and I don't want to mess up the
>> appreance of org-appearance!
>
> Hi Ian,
>
> Why not use my existing org-color-themes.org as the base for your
> expanded color themes preview page?  It currently consists of a single
> macro which can be used to easily add new color themes.  Perhaps that
> macro could be the base for your usage of the Lightbox javascript
> library...
>
> Best -- Eric

^ permalink raw reply	[flat|nested] 140+ messages in thread

* Re: Worg needs some reorganizing
  2010-10-13 15:41             ` Eric Schulte
@ 2010-10-14  9:44               ` Ian Barton
  2011-01-15 16:08                 ` Samuel Wales
  0 siblings, 1 reply; 140+ messages in thread
From: Ian Barton @ 2010-10-14  9:44 UTC (permalink / raw)
  To: Eric Schulte; +Cc: Dan Davison, emacs-orgmode, Carsten Dominik

On 13/10/10 16:41, Eric Schulte wrote:
> Dan Davison<davison@stats.ox.ac.uk>  writes:
>
>> Worg could do with some reorganization. It is not at all easy to find
>> stuff in there (at least, using a web browser).
>
> I agree there is certainly room for improvement here.  Maybe this sort
> of re-organization should be considered along with the new CSS changes.
>
> [...]
>
>> This suggests to me firstly that we should do away with some of the hard
>> directory structure and place most/all of the config/tutorial type files
>> in a single directory.
>
> The other option I'd see to eliminating directory structures would be
> using something to reflect the directory structure in the title bar of
> the page [1].  Just a thought.
>
> Another option may be a navigation side bar reflecting the contents of
> the current directory bringing the web experience closer to the local
> git experience.
>
> Best -- Eric
>
> Footnotes:
> [1]  I'm thinking "tabs", e.g. "tutorials", "contributed packages",
>       etc...  See the following for an example of such a layout made
>       using Jekyll http://epr.adaptive.cs.unm.edu/

I think that part of the problem is that worg has now grown so big (a 
good thing), it's quite hard to find things just by browsing. The front 
page is basically just a big list. Once you have browsed around for a 
while, it's very easy to get lost.

Eric's idea of a sidebar showing where you are and making it easier to 
get somewhere else is a good idea.

Maybe we are reaching the limits of what can be achieved using 
org-publish alone and should consider some other tool as well, such as 
jekyll? This would need to be done in a way that still allowed easy user 
contributions and an automated build process.

Ian.

^ permalink raw reply	[flat|nested] 140+ messages in thread

* Re: Worg needs some reorganizing
  2010-10-13 16:02             ` John Hendy
  2010-10-14  7:44               ` Sébastien Vauban
@ 2010-10-14 13:09               ` Eric Schulte
  2010-10-14 14:07                 ` John Hendy
  1 sibling, 1 reply; 140+ messages in thread
From: Eric Schulte @ 2010-10-14 13:09 UTC (permalink / raw)
  To: John Hendy; +Cc: Dan Davison, Ian Barton, emacs-orgmode, Carsten Dominik

John Hendy <jw.hendy@gmail.com> writes:

> Great topic. I agree. This will be quite the overhaul! Perhaps we should
> propose some type of organizing scheme? By level of usage (beg,
> intermediate, adv?), by functional use (notes, todos, exporting, math,
> babel?), etc.? Just some ideas. If one's going to reorganize, might as well
> do it to the max!

Maybe if these different organizational schema (usage level, function,
etc...) were captured as tags in the Org-mode files, then the respective
indices could be generated as part of the automated publishing.

^ permalink raw reply	[flat|nested] 140+ messages in thread

* Re: Worg needs some reorganizing
  2010-10-14 13:09               ` Eric Schulte
@ 2010-10-14 14:07                 ` John Hendy
  2010-10-14 15:51                   ` Jeff Horn
  0 siblings, 1 reply; 140+ messages in thread
From: John Hendy @ 2010-10-14 14:07 UTC (permalink / raw)
  To: Eric Schulte; +Cc: Dan Davison, Ian Barton, emacs-orgmode, Carsten Dominik


[-- Attachment #1.1: Type: text/plain, Size: 856 bytes --]

On Thu, Oct 14, 2010 at 8:09 AM, Eric Schulte <schulte.eric@gmail.com>wrote:

> John Hendy <jw.hendy@gmail.com> writes:
>
> > Great topic. I agree. This will be quite the overhaul! Perhaps we should
> > propose some type of organizing scheme? By level of usage (beg,
> > intermediate, adv?), by functional use (notes, todos, exporting, math,
> > babel?), etc.? Just some ideas. If one's going to reorganize, might as
> well
> > do it to the max!
>
> Maybe if these different organizational schema (usage level, function,
> etc...) were captured as tags in the Org-mode files, then the respective
> indices could be generated as part of the automated publishing.
>

Ohhh -- that's fantastic. Categorize so that each entry can be found in
multiple ways. I really like that. Somewhat of a blend between wiki
intra-linking and bloggish tag cloud browsability?

[-- Attachment #1.2: Type: text/html, Size: 1223 bytes --]

[-- Attachment #2: Type: text/plain, Size: 201 bytes --]

_______________________________________________
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

^ permalink raw reply	[flat|nested] 140+ messages in thread

* Re: Worg needs some reorganizing
  2010-10-14 14:07                 ` John Hendy
@ 2010-10-14 15:51                   ` Jeff Horn
  0 siblings, 0 replies; 140+ messages in thread
From: Jeff Horn @ 2010-10-14 15:51 UTC (permalink / raw)
  To: John Hendy; +Cc: Dan Davison, Ian Barton, emacs-orgmode, Carsten Dominik

Yeah, this sounds neat. I'd like something for my own web. I use
wiki-style linking for site navigation so far (like worg), but if we
could use tags to organize posts and then have a sidebar or top
tab-style navigation auto-inserted into the <body> element, that would
be ueber-cool.

Jeff

On Thu, Oct 14, 2010 at 10:07 AM, John Hendy <jw.hendy@gmail.com> wrote:
>
>
> On Thu, Oct 14, 2010 at 8:09 AM, Eric Schulte <schulte.eric@gmail.com>
> wrote:
>>
>> John Hendy <jw.hendy@gmail.com> writes:
>>
>> > Great topic. I agree. This will be quite the overhaul! Perhaps we should
>> > propose some type of organizing scheme? By level of usage (beg,
>> > intermediate, adv?), by functional use (notes, todos, exporting, math,
>> > babel?), etc.? Just some ideas. If one's going to reorganize, might as
>> > well
>> > do it to the max!
>>
>> Maybe if these different organizational schema (usage level, function,
>> etc...) were captured as tags in the Org-mode files, then the respective
>> indices could be generated as part of the automated publishing.
>
> Ohhh -- that's fantastic. Categorize so that each entry can be found in
> multiple ways. I really like that. Somewhat of a blend between wiki
> intra-linking and bloggish tag cloud browsability?
>
> _______________________________________________
> 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
>
>



-- 
Jeffrey Horn
Graduate Lecturer and PhD Student in Economics
George Mason University

(704) 271-4797
jhorn@gmu.edu
jrhorn424@gmail.com

^ permalink raw reply	[flat|nested] 140+ messages in thread

* Re: Worg needs some reorganizing
  2010-10-13 14:51           ` Worg needs some reorganizing Dan Davison
  2010-10-13 15:41             ` Eric Schulte
  2010-10-13 16:02             ` John Hendy
@ 2011-01-15 12:01             ` Bastien
  2011-01-15 15:19               ` Matt Lundin
  2 siblings, 1 reply; 140+ messages in thread
From: Bastien @ 2011-01-15 12:01 UTC (permalink / raw)
  To: Dan Davison; +Cc: Ian Barton, emacs-orgmode, Carsten Dominik

Hi all,

Dan Davison <davison@stats.ox.ac.uk> writes:

> Worg could do with some reorganization. It is not at all easy to find
> stuff in there (at least, using a web browser). 

Shaking up this great thread.

A small idea: maybe we can use more tags/properties/categories in Worg
and define some agenda views that everyone could use?

Of course, org-issues.org is the first file I would like to have agenda
views for.  I will post the one I use when set.

Thanks,

-- 
 Bastien

^ permalink raw reply	[flat|nested] 140+ messages in thread

* Re: Worg needs some reorganizing
  2011-01-15 12:01             ` Bastien
@ 2011-01-15 15:19               ` Matt Lundin
  2011-01-15 18:50                 ` Bastien
  0 siblings, 1 reply; 140+ messages in thread
From: Matt Lundin @ 2011-01-15 15:19 UTC (permalink / raw)
  To: Bastien; +Cc: Dan Davison, Ian Barton, emacs-orgmode, Carsten Dominik

Bastien <bastien.guerry@wikimedia.fr> writes:

> Hi all,
>
> Dan Davison <davison@stats.ox.ac.uk> writes:
>
>> Worg could do with some reorganization. It is not at all easy to find
>> stuff in there (at least, using a web browser). 
>
> Shaking up this great thread.
>
> A small idea: maybe we can use more tags/properties/categories in Worg
> and define some agenda views that everyone could use?
>

An idea: would it be possible to run a batch export of these agenda
views to html? (One limitation here would be the lack of links to
original locations.)

Another option would be to use the #+index directive to generate an
html index of topics. 

(info "(org) Index entries")

This would require some changes to the publishing options:

(info "(org) Generating an index")

Best,
Matt

^ permalink raw reply	[flat|nested] 140+ messages in thread

* Re: Worg needs some reorganizing
  2010-10-14  9:44               ` Ian Barton
@ 2011-01-15 16:08                 ` Samuel Wales
  0 siblings, 0 replies; 140+ messages in thread
From: Samuel Wales @ 2011-01-15 16:08 UTC (permalink / raw)
  To: ian; +Cc: Dan Davison, emacs-orgmode, Carsten Dominik

I am glad to find that Worg will be reorganized.  Great content there.

A strong recommendation for accessibility: if you try a sidebar,
please test it with the maximum value for minimum font size in
Firefox.  Check for hidden text, overlapping text, and annoying
scrollbars.  This is true for any website, actually.  Tou can put this
recommendation in any place where you do standard reviews of websites,
including Worg.

Thanks.

Samuel

-- 
The Kafka Pandemic: http://thekafkapandemic.blogspot.com
I support WPI: http://www.wpinstitute.org/xmrv/index.html -- PLEASE DONATE
===
I want to see the original (pre-hold) Lo et al. 2010 NIH/FDA/Harvard MLV paper.

^ permalink raw reply	[flat|nested] 140+ messages in thread

* Re: Worg needs some reorganizing
  2011-01-15 15:19               ` Matt Lundin
@ 2011-01-15 18:50                 ` Bastien
  2011-01-16  0:00                   ` Alan E. Davis
  0 siblings, 1 reply; 140+ messages in thread
From: Bastien @ 2011-01-15 18:50 UTC (permalink / raw)
  To: Matt Lundin; +Cc: Dan Davison, Ian Barton, emacs-orgmode, Carsten Dominik

Hi Matt,

Matt Lundin <mdl@imapmail.org> writes:

> An idea: would it be possible to run a batch export of these agenda
> views to html? (One limitation here would be the lack of links to
> original locations.)

Good idea!

I've tested this:

  http://orgmode.org/worg/agendas/todo.html

The custom agenda command on the server looks like this:

,----
| (setq org-agenda-custom-commands
|       '(("1" "Worg TODO" todo "TODO"
|          ((org-agenda-files '("~/git/Worg/"))))))
`----

And the script to produce the agendas/todo.html file is:

,----
| #!/bin/bash
| 
| /usr/local/bin/emacs --batch --eval \
| "(progn (load-file \"~/.emacs.el\") \
|         (org-agenda nil \"1\")
|         (org-write-agenda \"/var/www/orgmode.org/worg/agendas/todo.html\"))"
`----

As you said, the limitation is the lack of links.  But still, having
some useful agendas views and being able to see their output on the
website can certainly be useful.

> Another option would be to use the #+index directive to generate an
> html index of topics.
>
> (info "(org) Index entries")
>
> This would require some changes to the publishing options:
>
> (info "(org) Generating an index")

Great idea too - done:

  http://orgmode.org/worg/sitemap.html (loooong!)
  http://orgmode.org/worg/theindex.html (empty for now)

Thanks for these proposals!

-- 
 Bastien

^ permalink raw reply	[flat|nested] 140+ messages in thread

* Re: Re: Worg needs some reorganizing
  2011-01-15 18:50                 ` Bastien
@ 2011-01-16  0:00                   ` Alan E. Davis
  2011-01-16 15:37                     ` Eric Schulte
  0 siblings, 1 reply; 140+ messages in thread
From: Alan E. Davis @ 2011-01-16  0:00 UTC (permalink / raw)
  To: Bastien
  Cc: Dan Davison, Ian Barton, Matt Lundin, emacs-orgmode,
	Carsten Dominik


[-- Attachment #1.1: Type: text/plain, Size: 516 bytes --]

I would like to add a comment about the sidebar concept.  If I understand
correctly, there is something like a sidebar already, or an index.  There
are links, but they jump to the SAME PAGE.   It would be helpful, at least
to me, were these links to point to the pages already pointed to at their
targets.

My 2¢ worth.

Alan


 "Pollution is nothing but the resources we are not harvesting. We allow
them to disperse because we've been ignorant of their value."

           --- R. Buckminster Fuller

[-- Attachment #1.2: Type: text/html, Size: 702 bytes --]

[-- Attachment #2: Type: text/plain, Size: 201 bytes --]

_______________________________________________
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

^ permalink raw reply	[flat|nested] 140+ messages in thread

* Re: Re: Worg needs some reorganizing
  2011-01-16  0:00                   ` Alan E. Davis
@ 2011-01-16 15:37                     ` Eric Schulte
  2011-01-16 18:02                       ` Jason Dunsmore
  0 siblings, 1 reply; 140+ messages in thread
From: Eric Schulte @ 2011-01-16 15:37 UTC (permalink / raw)
  To: Alan E. Davis
  Cc: Dan Davison, Ian Barton, Bastien, Matt Lundin, emacs-orgmode,
	Carsten Dominik

I recall a discussion of holding a competition to select a new css style
for Worg (found it here [1]).  I think that such a change could
fruitfully be combined with the Worg re-organization.

Looking forward to these changes -- Eric

"Alan E. Davis" <lngndvs@gmail.com> writes:

> I would like to add a comment about the sidebar concept.  If I understand
> correctly, there is something like a sidebar already, or an index.  There
> are links, but they jump to the SAME PAGE.   It would be helpful, at least
> to me, were these links to point to the pages already pointed to at their
> targets.
>
> My 2¢ worth.
>
> Alan
>
>
>  "Pollution is nothing but the resources we are not harvesting. We allow
> them to disperse because we've been ignorant of their value."
>
>            --- R. Buckminster Fuller
> _______________________________________________
> 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

Footnotes: 
[1]  http://thread.gmane.org/gmane.emacs.orgmode/27224

^ permalink raw reply	[flat|nested] 140+ messages in thread

* Re: Re: Worg needs some reorganizing
  2011-01-16 15:37                     ` Eric Schulte
@ 2011-01-16 18:02                       ` Jason Dunsmore
  2011-01-16 20:04                         ` Eric Schulte
                                           ` (2 more replies)
  0 siblings, 3 replies; 140+ messages in thread
From: Jason Dunsmore @ 2011-01-16 18:02 UTC (permalink / raw)
  To: Eric Schulte
  Cc: Dan Davison, Ian Barton, Bastien, Matt Lundin, emacs-orgmode,
	Carsten Dominik

"Eric Schulte" <schulte.eric@gmail.com> writes:

> I recall a discussion of holding a competition to select a new css style
> for Worg (found it here [1]).  I think that such a change could
> fruitfully be combined with the Worg re-organization.

I'm not a web-designer, but here's my stab at re-designing Worg:
http://orgmode.org/tmp/worg/

I think a good addition to Worg would be the option to view it with or
without the javascript section folding.  I personally prefer the entire
web page to be visible without clicking.  Is there a way to do this I'm
not aware of?

Regards,
Jason

^ permalink raw reply	[flat|nested] 140+ messages in thread

* Re: Re: Worg needs some reorganizing
  2011-01-16 18:02                       ` Jason Dunsmore
@ 2011-01-16 20:04                         ` Eric Schulte
  2011-01-16 20:31                           ` Jason Dunsmore
  2011-01-17 18:33                         ` Samuel Wales
  2011-01-17 21:39                         ` Matt Lundin
  2 siblings, 1 reply; 140+ messages in thread
From: Eric Schulte @ 2011-01-16 20:04 UTC (permalink / raw)
  To: Jason Dunsmore
  Cc: Dan Davison, Ian Barton, Bastien, Matt Lundin, emacs-orgmode,
	Carsten Dominik

[-- Attachment #1: Type: text/plain, Size: 1917 bytes --]

Jason Dunsmore <emacs-orgmode@dunsmor.com> writes:

> "Eric Schulte" <schulte.eric@gmail.com> writes:
>
>> I recall a discussion of holding a competition to select a new css style
>> for Worg (found it here [1]).  I think that such a change could
>> fruitfully be combined with the Worg re-organization.
>
> I'm not a web-designer, but here's my stab at re-designing Worg:
> http://orgmode.org/tmp/worg/
>

Nice, here's my minimal stylesheet contribution -- most notable for the
expandable TOC in the corner.  The source is below [1] and the resulting
style.css is attached below [2]

This can be seen in the following two screenshots

    folded: http://i.imgur.com/CLkfl.png
  unfolded: http://imgur.com/5To2y

>
> I think a good addition to Worg would be the option to view it with or
> without the javascript section folding.

I agree

> I personally prefer the entire web page to be visible without
> clicking.  Is there a way to do this I'm not aware of?
>

not that I know of

Cheers -- Eric

>
> Regards,
> Jason

Footnotes: 
[1]  

#+begin_src sass :file style.css
  body
    background-image: url(http://orgmode.org/img/org-mode-unicorn.png)
    background-repeat: no-repeat
    #outline-container-1
      padding-top: 100px
  /* TOC inspired by http://jashkenas.github.com/coffee-script */
  #table-of-contents
    position: fixed
    right: 0em
    top: 0em
    background: white
    -webkit-box-shadow: 0 0 1em #777
    -moz-box-shadow: 0 0 1em #777
    -webkit-border-bottom-left-radius: 5px
    -moz-border-radius-bottomleft: 5px
    text-align: right
    h2
      max-width: 8em
      font-size: 10pt
      font-weight: normal
      padding-left: 0.5em
      padding-left: 0.5em
      padding-top: 0.05em
      padding-bottom: 0.05em
    #text-table-of-contents
      display: none
      text-align: left
    &:hover #text-table-of-contents
      display: block
      padding: 0.5em
#+end_src

[2]  


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: style.css --]
[-- Type: text/css, Size: 879 bytes --]

body {
  background-image: url(http://orgmode.org/img/org-mode-unicorn.png);
  background-repeat: no-repeat; }
  body #outline-container-1 {
    padding-top: 100px; }

/* TOC inspired by http://jashkenas.github.com/coffee-script */
#table-of-contents {
  position: fixed;
  right: 0em;
  top: 0em;
  background: white;
  -webkit-box-shadow: 0 0 1em #777777;
  -moz-box-shadow: 0 0 1em #777777;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  text-align: right; }
  #table-of-contents h2 {
    max-width: 8em;
    font-size: 10pt;
    font-weight: normal;
    padding-left: 0.5em;
    padding-left: 0.5em;
    padding-top: 0.05em;
    padding-bottom: 0.05em; }
  #table-of-contents #text-table-of-contents {
    display: none;
    text-align: left; }
  #table-of-contents:hover #text-table-of-contents {
    display: block;
    padding: 0.5em; }

[-- Attachment #3: Type: text/plain, Size: 201 bytes --]

_______________________________________________
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

^ permalink raw reply	[flat|nested] 140+ messages in thread

* Re: Re: Worg needs some reorganizing
  2011-01-16 20:04                         ` Eric Schulte
@ 2011-01-16 20:31                           ` Jason Dunsmore
  2011-01-16 20:41                             ` Eric Schulte
  0 siblings, 1 reply; 140+ messages in thread
From: Jason Dunsmore @ 2011-01-16 20:31 UTC (permalink / raw)
  To: Eric Schulte
  Cc: Dan Davison, Ian Barton, Jason Dunsmore, Bastien, Matt Lundin,
	emacs-orgmode, Carsten Dominik

"Eric Schulte" <schulte.eric@gmail.com> writes:

> Jason Dunsmore <emacs-orgmode@dunsmor.com> writes:
>
>> "Eric Schulte" <schulte.eric@gmail.com> writes:
>>
>>> I recall a discussion of holding a competition to select a new css style
>>> for Worg (found it here [1]).  I think that such a change could
>>> fruitfully be combined with the Worg re-organization.
>>
>> I'm not a web-designer, but here's my stab at re-designing Worg:
>> http://orgmode.org/tmp/worg/
>>
>
> Nice, here's my minimal stylesheet contribution -- most notable for the
> expandable TOC in the corner.  The source is below [1] and the resulting
> style.css is attached below [2]

I've uploaded yours to:
http://orgmode.org/tmp/worg-eric/

So far we have option #1:

http://orgmode.org/tmp/worg/
http://orgmode.org/tmp/worg.css

and option #2:

http://orgmode.org/tmp/worg-eric/
http://orgmode.org/tmp/worg-eric.css

I didn't copy the images, so there will be some broken image links.

If anybody else wants to contribute one, here are a few commands to get
you started:

--8<---------------cut here---------------start------------->8---
cd /tmp
wget http://orgmode.org/tmp/worg.tar.gz
tar zxvf worg.tar.gz
cd worg
wget http://orgmode.org/tmp/worg.css
find . -type f -exec sed -i 's|/worg/worg.css|worg.css|' '{}' \;
--8<---------------cut here---------------end--------------->8---

Then edit worg.css, view file:///tmp/worg/index.html in your browser to
see your changes take effect, and, when finished, send me the css file.

^ permalink raw reply	[flat|nested] 140+ messages in thread

* Re: Re: Worg needs some reorganizing
  2011-01-16 20:31                           ` Jason Dunsmore
@ 2011-01-16 20:41                             ` Eric Schulte
  2011-01-16 20:50                               ` Jason Dunsmore
  0 siblings, 1 reply; 140+ messages in thread
From: Eric Schulte @ 2011-01-16 20:41 UTC (permalink / raw)
  To: Jason Dunsmore
  Cc: Dan Davison, Ian Barton, Jason Dunsmore, Bastien, Matt Lundin,
	emacs-orgmode, Carsten Dominik

[-- Attachment #1: Type: text/plain, Size: 240 bytes --]

> and option #2:
>
> http://orgmode.org/tmp/worg-eric/
> http://orgmode.org/tmp/worg-eric.css
>

Thanks for putting this up, I see a problem in the current stylesheet,
could you please apply the attached alternate version?

Thanks -- Eric


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: style.css --]
[-- Type: text/css, Size: 867 bytes --]

body {
  background-image: url(http://orgmode.org/img/org-mode-unicorn.png);
  background-repeat: no-repeat; }
  body #content {
    padding-top: 100px; }

/* TOC inspired by http://jashkenas.github.com/coffee-script */
#table-of-contents {
  position: fixed;
  right: 0em;
  top: 0em;
  background: white;
  -webkit-box-shadow: 0 0 1em #777777;
  -moz-box-shadow: 0 0 1em #777777;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  text-align: right; }
  #table-of-contents h2 {
    max-width: 8em;
    font-size: 10pt;
    font-weight: normal;
    padding-left: 0.5em;
    padding-left: 0.5em;
    padding-top: 0.05em;
    padding-bottom: 0.05em; }
  #table-of-contents #text-table-of-contents {
    display: none;
    text-align: left; }
  #table-of-contents:hover #text-table-of-contents {
    display: block;
    padding: 0.5em; }

[-- Attachment #3: Type: text/plain, Size: 201 bytes --]

_______________________________________________
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

^ permalink raw reply	[flat|nested] 140+ messages in thread

* Re: Re: Worg needs some reorganizing
  2011-01-16 20:41                             ` Eric Schulte
@ 2011-01-16 20:50                               ` Jason Dunsmore
  2011-01-16 22:37                                 ` Eric Schulte
  0 siblings, 1 reply; 140+ messages in thread
From: Jason Dunsmore @ 2011-01-16 20:50 UTC (permalink / raw)
  To: Eric Schulte
  Cc: Dan Davison, Ian Barton, Jason Dunsmore, Bastien, Matt Lundin,
	emacs-orgmode, Carsten Dominik

"Eric Schulte" <schulte.eric@gmail.com> writes:

>> and option #2:
>>
>> http://orgmode.org/tmp/worg-eric/
>> http://orgmode.org/tmp/worg-eric.css
>>
>
> Thanks for putting this up, I see a problem in the current stylesheet,
> could you please apply the attached alternate version?

Okay, I uploaded the new version.

^ permalink raw reply	[flat|nested] 140+ messages in thread

* Re: Re: Worg needs some reorganizing
  2011-01-16 20:50                               ` Jason Dunsmore
@ 2011-01-16 22:37                                 ` Eric Schulte
  2011-01-17 14:56                                   ` Jason Dunsmore
  0 siblings, 1 reply; 140+ messages in thread
From: Eric Schulte @ 2011-01-16 22:37 UTC (permalink / raw)
  To: Jason Dunsmore
  Cc: Dan Davison, Ian Barton, Jason Dunsmore, Bastien, Matt Lundin,
	emacs-orgmode, Carsten Dominik

[-- Attachment #1: Type: text/plain, Size: 710 bytes --]

Jason Dunsmore <jason.public@gmail.com> writes:

> "Eric Schulte" <schulte.eric@gmail.com> writes:
>
>>> and option #2:
>>>
>>> http://orgmode.org/tmp/worg-eric/
>>> http://orgmode.org/tmp/worg-eric.css
>>>
>>
>> Thanks for putting this up, I see a problem in the current stylesheet,
>> could you please apply the attached alternate version?
>
> Okay, I uploaded the new version.

Thanks,

Don't feel obligated to put these up as well, just sharing as I create
at this point... but I'm attaching a slightly updated version of the
first theme (which requires the attached emacs.css), and a second
similar theme with colors from the zenburn Emacs color-theme (which
requires zenburn-emacs.css).

Cheers -- Eric


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: style.css --]
[-- Type: text/css, Size: 1104 bytes --]

@import url(emacs.css);
body {
  max-width: 90%;
  margin: auto;
  background-image: url(http://orgmode.org/img/org-mode-unicorn.png);
  background-repeat: no-repeat; }
  body #content {
    padding-top: 100px; }
  body .title {
    margin-left: 120px; }

/* TOC inspired by http://jashkenas.github.com/coffee-script */
#table-of-contents {
  font-size: 10pt;
  position: fixed;
  right: 0em;
  top: 0em;
  background: white;
  -webkit-box-shadow: 0 0 1em #777777;
  -moz-box-shadow: 0 0 1em #777777;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  text-align: right;
  /* ensure doesn't flow off the screen when expanded */
  max-height: 80%;
  overflow: auto; }
  #table-of-contents h2 {
    font-size: 10pt;
    max-width: 8em;
    font-weight: normal;
    padding-left: 0.5em;
    padding-left: 0.5em;
    padding-top: 0.05em;
    padding-bottom: 0.05em; }
  #table-of-contents #text-table-of-contents {
    display: none;
    text-align: left; }
  #table-of-contents:hover #text-table-of-contents {
    display: block;
    padding: 0.5em;
    margin-top: -1.5em; }

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #3: emacs.css --]
[-- Type: text/css, Size: 31117 bytes --]

.org-asy-environment {
    /* asy-environment-face */
    text-decoration: underline;
}
.org-asy-link {
    /* asy-link-face */
    text-decoration: underline;
}
.org-bold {
    /* bold */
    font-weight: bold;
}
.org-bold-italic {
    /* bold-italic */
    font-weight: bold;
    font-style: italic;
}
.org-border {
}
.org-buffer-menu-buffer {
    /* buffer-menu-buffer */
    font-weight: bold;
}
.org-builtin {
    /* font-lock-builtin-face */
    color: #7a378b;
}
.org-button {
    /* button */
    text-decoration: underline;
}
.org-change-log-acknowledgement {
    /* change-log-acknowledgement */
    color: #b22222;
}
.org-change-log-conditionals {
    /* change-log-conditionals */
    color: #a0522d;
}
.org-change-log-date {
    /* change-log-date */
    color: #8b2252;
}
.org-change-log-email {
    /* change-log-email */
    color: #a0522d;
}
.org-change-log-file {
    /* change-log-file */
    color: #0000ff;
}
.org-change-log-function {
    /* change-log-function */
    color: #a0522d;
}
.org-change-log-list {
    /* change-log-list */
    color: #a020f0;
}
.org-change-log-name {
    /* change-log-name */
    color: #008b8b;
}
.org-comint-highlight-input {
    /* comint-highlight-input */
    font-weight: bold;
}
.org-comint-highlight-prompt {
    /* comint-highlight-prompt */
    color: #00008b;
}
.org-comment {
    /* font-lock-comment-face */
    color: #b22222;
}
.org-comment-delimiter {
    /* font-lock-comment-delimiter-face */
    color: #b22222;
}
.org-compilation-column-number {
    /* compilation-column-number */
    color: #228b22;
}
.org-compilation-error {
    /* compilation-error */
    color: #ff0000;
    font-weight: bold;
}
.org-compilation-info {
    /* compilation-info */
    color: #00cd00;
    font-weight: bold;
}
.org-compilation-line-number {
    /* compilation-line-number */
    color: #a0522d;
}
.org-compilation-warning {
    /* compilation-warning */
    color: #ffa500;
    font-weight: bold;
}
.org-completions-annotations {
    /* completions-annotations */
    text-decoration: underline;
}
.org-completions-common-part {
    /* completions-common-part */
    color: #000000;
    background-color: #ffffff;
}
.org-completions-first-difference {
    /* completions-first-difference */
    font-weight: bold;
}
.org-constant {
    /* font-lock-constant-face */
    color: #008b8b;
}
.org-cursor {
}
.org-diff-added {
    /* diff-added */
    color: #008b00;
}
.org-diff-changed {
}
.org-diff-context {
    /* diff-context */
    color: #7f7f7f;
}
.org-diff-file-header {
    /* diff-file-header */
    background-color: #b3b3b3;
    font-weight: bold;
}
.org-diff-function {
    /* diff-function */
    background-color: #cccccc;
}
.org-diff-header {
    /* diff-header */
    background-color: #cccccc;
}
.org-diff-hunk-header {
    /* diff-hunk-header */
    background-color: #cccccc;
}
.org-diff-index {
    /* diff-index */
    background-color: #b3b3b3;
    font-weight: bold;
}
.org-diff-indicator-added {
    /* diff-indicator-added */
    color: #008b00;
}
.org-diff-indicator-changed {
}
.org-diff-indicator-removed {
    /* diff-indicator-removed */
    color: #cd0000;
}
.org-diff-nonexistent {
    /* diff-nonexistent */
    background-color: #b3b3b3;
    font-weight: bold;
}
.org-diff-refine-change {
    /* diff-refine-change */
    background-color: #d9d9d9;
}
.org-diff-removed {
    /* diff-removed */
    color: #cd0000;
}
.org-dired-directory {
    /* dired-directory */
    color: #0000ff;
}
.org-dired-flagged {
    /* dired-flagged */
    color: #ff0000;
    font-weight: bold;
}
.org-dired-header {
    /* dired-header */
    color: #228b22;
}
.org-dired-ignored {
    /* dired-ignored */
    color: #7f7f7f;
}
.org-dired-mark {
    /* dired-mark */
    color: #008b8b;
}
.org-dired-marked {
    /* dired-marked */
    color: #ff0000;
    font-weight: bold;
}
.org-dired-perm-write {
    /* dired-perm-write */
    color: #b22222;
}
.org-dired-symlink {
    /* dired-symlink */
    color: #a020f0;
}
.org-dired-warning {
    /* dired-warning */
    color: #ff0000;
    font-weight: bold;
}
.org-doc {
    /* font-lock-doc-face */
    color: #8b2252;
}
.org-dropdown-list {
    /* dropdown-list-face */
    color: #000000;
    background-color: #ffffe0;
}
.org-dropdown-list-selection {
    /* dropdown-list-selection-face */
    color: #000000;
    background-color: #a020f0;
}
.org-eldoc-highlight-function-argument {
    /* eldoc-highlight-function-argument */
    font-weight: bold;
}
.org-epa-field-body {
    /* epa-field-body */
    font-style: italic;
}
.org-epa-field-name {
    /* epa-field-name */
    font-weight: bold;
}
.org-epa-mark {
    /* epa-mark */
    color: #ff0000;
    font-weight: bold;
}
.org-epa-string {
    /* epa-string */
    color: #00008b;
}
.org-epa-validity-disabled {
    /* epa-validity-disabled */
    font-style: italic;
}
.org-epa-validity-high {
    /* epa-validity-high */
    font-weight: bold;
}
.org-epa-validity-low {
    /* epa-validity-low */
    font-style: italic;
}
.org-epa-validity-medium {
    /* epa-validity-medium */
    font-style: italic;
}
.org-escape-glyph {
    /* escape-glyph */
    color: #a52a2a;
}
.org-eshell-ls-archive {
    /* eshell-ls-archive */
    color: #da70d6;
    font-weight: bold;
}
.org-eshell-ls-backup {
    /* eshell-ls-backup */
    color: #ff4500;
}
.org-eshell-ls-clutter {
    /* eshell-ls-clutter */
    color: #ff4500;
    font-weight: bold;
}
.org-eshell-ls-directory {
    /* eshell-ls-directory */
    color: #0000ff;
    font-weight: bold;
}
.org-eshell-ls-executable {
    /* eshell-ls-executable */
    color: #228b22;
    font-weight: bold;
}
.org-eshell-ls-missing {
    /* eshell-ls-missing */
    color: #ff0000;
    font-weight: bold;
}
.org-eshell-ls-product {
    /* eshell-ls-product */
    color: #ff4500;
}
.org-eshell-ls-readonly {
    /* eshell-ls-readonly */
    color: #a52a2a;
}
.org-eshell-ls-special {
    /* eshell-ls-special */
    color: #ff00ff;
    font-weight: bold;
}
.org-eshell-ls-symlink {
    /* eshell-ls-symlink */
    color: #008b8b;
    font-weight: bold;
}
.org-eshell-ls-unreadable {
    /* eshell-ls-unreadable */
    color: #4d4d4d;
}
.org-eshell-prompt {
    /* eshell-prompt */
    color: #00f5ff;
    font-weight: bold;
}
.org-esk-clojure-trace {
    /* esk-clojure-trace-face */
    color: #8c8c8c;
}
.org-esk-paren {
    /* esk-paren-face */
    color: #8c8c8c;
}
.org-ffap {
    /* ffap */
    background-color: #b4eeb4;
}
.org-file-name-shadow {
    /* file-name-shadow */
    color: #7f7f7f;
}
.org-fixed-pitch {
}
.org-flymake-errline {
    /* flymake-errline */
    text-decoration: underline;
}
.org-flymake-warnline {
    /* flymake-warnline */
    text-decoration: underline;
}
.org-flyspell-duplicate {
    /* flyspell-duplicate */
    text-decoration: underline;
}
.org-flyspell-incorrect {
    /* flyspell-incorrect */
    text-decoration: underline;
}
.org-fringe {
    /* fringe */
    background-color: #f2f2f2;
}
.org-function-name {
    /* font-lock-function-name-face */
    color: #0000ff;
}
.org-gnuplot-prompt {
    /* gnuplot-prompt-face */
    color: #b22222;
}
.org-gnus-button {
    /* gnus-button */
    font-weight: bold;
}
.org-gnus-emphasis-bold {
    /* gnus-emphasis-bold */
    font-weight: bold;
}
.org-gnus-emphasis-bold-italic {
    /* gnus-emphasis-bold-italic */
    font-weight: bold;
    font-style: italic;
}
.org-gnus-emphasis-highlight-words {
    /* gnus-emphasis-highlight-words */
    color: #ffff00;
    background-color: #000000;
}
.org-gnus-emphasis-italic {
    /* gnus-emphasis-italic */
    font-style: italic;
}
.org-gnus-emphasis-strikethru {
    /* gnus-emphasis-strikethru */
    text-decoration: line-through;
}
.org-gnus-emphasis-underline {
    /* gnus-emphasis-underline */
    text-decoration: underline;
}
.org-gnus-emphasis-underline-bold {
    /* gnus-emphasis-underline-bold */
    font-weight: bold;
    text-decoration: underline;
}
.org-gnus-emphasis-underline-bold-italic {
    /* gnus-emphasis-underline-bold-italic */
    font-weight: bold;
    font-style: italic;
    text-decoration: underline;
}
.org-gnus-emphasis-underline-italic {
    /* gnus-emphasis-underline-italic */
    font-style: italic;
    text-decoration: underline;
}
.org-gnus-group-mail-1 {
    /* gnus-group-mail-1 */
    color: #cd1076;
    font-weight: bold;
}
.org-gnus-group-mail-1-empty {
    /* gnus-group-mail-1-empty */
    color: #cd1076;
}
.org-gnus-group-mail-2 {
    /* gnus-group-mail-2 */
    color: #cd6090;
    font-weight: bold;
}
.org-gnus-group-mail-2-empty {
    /* gnus-group-mail-2-empty */
    color: #cd6090;
}
.org-gnus-group-mail-3 {
    /* gnus-group-mail-3 */
    color: #8b008b;
    font-weight: bold;
}
.org-gnus-group-mail-3-empty {
    /* gnus-group-mail-3-empty */
    color: #8b008b;
}
.org-gnus-group-mail-low {
    /* gnus-group-mail-low */
    color: #8b0a50;
    font-weight: bold;
}
.org-gnus-group-mail-low-empty {
    /* gnus-group-mail-low-empty */
    color: #8b0a50;
}
.org-gnus-group-news-1 {
    /* gnus-group-news-1 */
    color: #228b22;
    font-weight: bold;
}
.org-gnus-group-news-1-empty {
    /* gnus-group-news-1-empty */
    color: #228b22;
}
.org-gnus-group-news-2 {
    /* gnus-group-news-2 */
    color: #53868b;
    font-weight: bold;
}
.org-gnus-group-news-2-empty {
    /* gnus-group-news-2-empty */
    color: #53868b;
}
.org-gnus-group-news-3 {
    /* gnus-group-news-3 */
    font-weight: bold;
}
.org-gnus-group-news-3-empty {
}
.org-gnus-group-news-4 {
    /* gnus-group-news-4 */
    font-weight: bold;
}
.org-gnus-group-news-4-empty {
}
.org-gnus-group-news-5 {
    /* gnus-group-news-5 */
    font-weight: bold;
}
.org-gnus-group-news-5-empty {
}
.org-gnus-group-news-6 {
    /* gnus-group-news-6 */
    font-weight: bold;
}
.org-gnus-group-news-6-empty {
}
.org-gnus-group-news-low {
    /* gnus-group-news-low */
    color: #006400;
    font-weight: bold;
}
.org-gnus-group-news-low-empty {
    /* gnus-group-news-low-empty */
    color: #006400;
}
.org-gnus-header-content {
    /* gnus-header-content */
    color: #8b3a3a;
    font-style: italic;
}
.org-gnus-header-from {
    /* gnus-header-from */
    color: #cd0000;
}
.org-gnus-header-name {
    /* gnus-header-name */
    color: #b03060;
}
.org-gnus-header-newsgroups {
    /* gnus-header-newsgroups */
    color: #191970;
    font-style: italic;
}
.org-gnus-header-subject {
    /* gnus-header-subject */
    color: #8b0000;
}
.org-gnus-signature {
    /* gnus-signature */
    font-style: italic;
}
.org-gnus-splash {
    /* gnus-splash */
    color: #888888;
}
.org-gnus-summary-cancelled {
    /* gnus-summary-cancelled */
    color: #ffff00;
    background-color: #000000;
}
.org-gnus-summary-high-ancient {
    /* gnus-summary-high-ancient */
    color: #4169e1;
    font-weight: bold;
}
.org-gnus-summary-high-read {
    /* gnus-summary-high-read */
    color: #006400;
    font-weight: bold;
}
.org-gnus-summary-high-ticked {
    /* gnus-summary-high-ticked */
    color: #b22222;
    font-weight: bold;
}
.org-gnus-summary-high-undownloaded {
    /* gnus-summary-high-undownloaded */
    color: #008b8b;
    font-weight: bold;
}
.org-gnus-summary-high-unread {
    /* gnus-summary-high-unread */
    font-weight: bold;
}
.org-gnus-summary-low-ancient {
    /* gnus-summary-low-ancient */
    color: #4169e1;
    font-style: italic;
}
.org-gnus-summary-low-read {
    /* gnus-summary-low-read */
    color: #006400;
    font-style: italic;
}
.org-gnus-summary-low-ticked {
    /* gnus-summary-low-ticked */
    color: #b22222;
    font-style: italic;
}
.org-gnus-summary-low-undownloaded {
    /* gnus-summary-low-undownloaded */
    color: #008b8b;
    font-style: italic;
}
.org-gnus-summary-low-unread {
    /* gnus-summary-low-unread */
    font-style: italic;
}
.org-gnus-summary-normal-ancient {
    /* gnus-summary-normal-ancient */
    color: #4169e1;
}
.org-gnus-summary-normal-read {
    /* gnus-summary-normal-read */
    color: #006400;
}
.org-gnus-summary-normal-ticked {
    /* gnus-summary-normal-ticked */
    color: #b22222;
}
.org-gnus-summary-normal-undownloaded {
    /* gnus-summary-normal-undownloaded */
    color: #008b8b;
}
.org-gnus-summary-normal-unread {
}
.org-gnus-summary-selected {
    /* gnus-summary-selected */
    text-decoration: underline;
}
.org-haml-tab {
    /* haml-tab-face */
    background-color: #ff69b4;
}
.org-header-line {
    /* header-line */
    color: #333333;
    background-color: #e5e5e5;
}
.org-help-argument-name {
}
.org-highlight {
    /* highlight */
    background-color: #b4eeb4;
}
.org-ido-first-match {
    /* ido-first-match */
    font-weight: bold;
}
.org-ido-incomplete-regexp {
    /* ido-incomplete-regexp */
    color: #ff0000;
    font-weight: bold;
}
.org-ido-indicator {
    /* ido-indicator */
    color: #ffff00;
    background-color: #ff0000;
}
.org-ido-only-match {
    /* ido-only-match */
    color: #228b22;
}
.org-ido-subdir {
    /* ido-subdir */
    color: #ff0000;
}
.org-info-header-node {
    /* info-header-node */
    color: #a52a2a;
    font-weight: bold;
    font-style: italic;
}
.org-info-header-xref {
    /* info-header-xref */
    color: #0000ff;
    text-decoration: underline;
}
.org-info-menu-header {
    /* info-menu-header */
    font-weight: bold;
}
.org-info-menu-star {
    /* info-menu-star */
    color: #ff0000;
}
.org-info-node {
    /* info-node */
    color: #a52a2a;
    font-weight: bold;
    font-style: italic;
}
.org-info-title-1 {
    /* info-title-1 */
    font-size: 172%;
    font-weight: bold;
}
.org-info-title-2 {
    /* info-title-2 */
    font-size: 144%;
    font-weight: bold;
}
.org-info-title-3 {
    /* info-title-3 */
    font-size: 120%;
    font-weight: bold;
}
.org-info-title-4 {
    /* info-title-4 */
    font-weight: bold;
}
.org-info-xref {
    /* info-xref */
    color: #0000ff;
    text-decoration: underline;
}
.org-isearch {
    /* isearch */
    color: #b0e2ff;
    background-color: #cd00cd;
}
.org-isearch-fail {
    /* isearch-fail */
    background-color: #ffc1c1;
}
.org-italic {
    /* italic */
    text-decoration: underline;
}
.org-keyword {
    /* font-lock-keyword-face */
    color: #a020f0;
}
.org-lazy-highlight {
    /* lazy-highlight */
    background-color: #afeeee;
}
.org-link {
    /* link */
    color: #0000ff;
    text-decoration: underline;
}
.org-link-visited {
    /* link-visited */
    color: #8b008b;
    text-decoration: underline;
}
.org-magit-branch {
    /* magit-branch */
    font-weight: bold;
}
.org-magit-diff-add {
    /* magit-diff-add */
    color: #00cd00;
}
.org-magit-diff-del {
    /* magit-diff-del */
    color: #cd0000;
}
.org-magit-diff-file-header {
}
.org-magit-diff-hunk-header {
    /* magit-diff-hunk-header */
    font-style: italic;
}
.org-magit-diff-none {
}
.org-magit-header {
}
.org-magit-item-highlight {
    /* magit-item-highlight */
    background-color: #f2f2f2;
}
.org-magit-item-mark {
    /* magit-item-mark */
    color: #ff0000;
}
.org-magit-log-head-label {
    /* magit-log-head-label */
    background-color: #00ff7f;
}
.org-magit-log-tag-label {
    /* magit-log-tag-label */
    background-color: #eedd82;
}
.org-magit-section-title {
    /* magit-section-title */
    font-weight: bold;
}
.org-match {
    /* match */
    background-color: #ffff00;
}
.org-menu {
}
.org-message-cited-text {
    /* message-cited-text */
    color: #ff0000;
}
.org-message-header-cc {
    /* message-header-cc */
    color: #191970;
}
.org-message-header-name {
    /* message-header-name */
    color: #6495ed;
}
.org-message-header-newsgroups {
    /* message-header-newsgroups */
    color: #00008b;
    font-weight: bold;
    font-style: italic;
}
.org-message-header-other {
    /* message-header-other */
    color: #4682b4;
}
.org-message-header-subject {
    /* message-header-subject */
    color: #000080;
    font-weight: bold;
}
.org-message-header-to {
    /* message-header-to */
    color: #191970;
    font-weight: bold;
}
.org-message-header-xheader {
    /* message-header-xheader */
    color: #0000ff;
}
.org-message-mml {
    /* message-mml */
    color: #228b22;
}
.org-message-separator {
    /* message-separator */
    color: #a52a2a;
}
.org-minibuffer-prompt {
    /* minibuffer-prompt */
    color: #0000cd;
}
.org-mm-uu-extract {
    /* mm-uu-extract */
    color: #006400;
    background-color: #ffffe0;
}
.org-mode-line {
    /* mode-line */
    color: #000000;
    background-color: #bfbfbf;
}
.org-mode-line-buffer-id {
    /* mode-line-buffer-id */
    font-weight: bold;
}
.org-mode-line-emphasis {
    /* mode-line-emphasis */
    font-weight: bold;
}
.org-mode-line-highlight {
}
.org-mode-line-inactive {
    /* mode-line-inactive */
    color: #333333;
    background-color: #e5e5e5;
}
.org-mouse {
}
.org-negation-char {
}
.org-next-error {
    /* next-error */
    background-color: #eedc82;
}
.org-nobreak-space {
    /* nobreak-space */
    color: #a52a2a;
    text-decoration: underline;
}
.org-org-agenda-clocking {
    /* org-agenda-clocking */
    background-color: #ffff00;
}
.org-org-agenda-column-dateline {
    /* org-agenda-column-dateline */
    background-color: #e5e5e5;
}
.org-org-agenda-date {
    /* org-agenda-date */
    color: #0000ff;
}
.org-org-agenda-date-today {
    /* org-agenda-date-today */
    color: #0000ff;
    font-weight: bold;
    font-style: italic;
}
.org-org-agenda-date-weekend {
    /* org-agenda-date-weekend */
    color: #0000ff;
    font-weight: bold;
}
.org-org-agenda-dimmed-todo {
    /* org-agenda-dimmed-todo-face */
    color: #7f7f7f;
}
.org-org-agenda-done {
    /* org-agenda-done */
    color: #228b22;
}
.org-org-agenda-restriction-lock {
    /* org-agenda-restriction-lock */
    background-color: #ffff00;
}
.org-org-agenda-structure {
    /* org-agenda-structure */
    color: #0000ff;
}
.org-org-archived {
    /* org-archived */
    color: #7f7f7f;
}
.org-org-beamer-tag {
}
.org-org-block {
    /* org-block */
    color: #7f7f7f;
}
.org-org-checkbox {
    /* org-checkbox */
    font-weight: bold;
}
.org-org-checkbox-statistics-done {
    /* org-checkbox-statistics-done */
    color: #228b22;
    font-weight: bold;
}
.org-org-checkbox-statistics-todo {
    /* org-checkbox-statistics-todo */
    color: #ff0000;
    font-weight: bold;
}
.org-org-clock-overlay {
    /* org-clock-overlay */
    background-color: #ffff00;
}
.org-org-code {
    /* org-code */
    color: #7f7f7f;
}
.org-org-column {
    /* org-column */
    background-color: #e5e5e5;
}
.org-org-column-title {
    /* org-column-title */
    background-color: #e5e5e5;
    font-weight: bold;
    text-decoration: underline;
}
.org-org-date {
    /* org-date */
    color: #a020f0;
    text-decoration: underline;
}
.org-org-done {
    /* org-done */
    color: #228b22;
    font-weight: bold;
}
.org-org-drawer {
    /* org-drawer */
    color: #0000ff;
}
.org-org-ellipsis {
    /* org-ellipsis */
    color: #b8860b;
    text-decoration: underline;
}
.org-org-footnote {
    /* org-footnote */
    color: #a020f0;
    text-decoration: underline;
}
.org-org-formula {
    /* org-formula */
    color: #b22222;
}
.org-org-headline-done {
    /* org-headline-done */
    color: #bc8f8f;
}
.org-org-hide {
    /* org-hide */
    color: #ffffff;
}
.org-org-latex-and-export-specials {
    /* org-latex-and-export-specials */
    color: #8b4513;
}
.org-org-level-1 {
    /* org-level-1 */
    color: #0000ff;
}
.org-org-level-2 {
    /* org-level-2 */
    color: #a0522d;
}
.org-org-level-3 {
    /* org-level-3 */
    color: #a020f0;
}
.org-org-level-4 {
    /* org-level-4 */
    color: #b22222;
}
.org-org-level-5 {
    /* org-level-5 */
    color: #228b22;
}
.org-org-level-6 {
    /* org-level-6 */
    color: #008b8b;
}
.org-org-level-7 {
    /* org-level-7 */
    color: #7a378b;
}
.org-org-level-8 {
    /* org-level-8 */
    color: #8b2252;
}
.org-org-link {
    /* org-link */
    color: #a020f0;
    text-decoration: underline;
}
.org-org-meta-line {
    /* org-meta-line */
    color: #b22222;
}
.org-org-mode-line-clock {
    /* org-mode-line-clock */
    color: #000000;
    background-color: #bfbfbf;
}
.org-org-property-value {
}
.org-org-quote {
    /* org-quote */
    color: #7f7f7f;
}
.org-org-scheduled {
    /* org-scheduled */
    color: #006400;
}
.org-org-scheduled-previously {
    /* org-scheduled-previously */
    color: #b22222;
}
.org-org-scheduled-today {
    /* org-scheduled-today */
    color: #006400;
}
.org-org-sexp-date {
    /* org-sexp-date */
    color: #a020f0;
}
.org-org-special-keyword {
    /* org-special-keyword */
    color: #bc8f8f;
}
.org-org-table {
    /* org-table */
    color: #0000ff;
}
.org-org-tag {
    /* org-tag */
    font-weight: bold;
}
.org-org-target {
    /* org-target */
    text-decoration: underline;
}
.org-org-time-grid {
    /* org-time-grid */
    color: #b8860b;
}
.org-org-todo {
    /* org-todo */
    color: #ff0000;
    font-weight: bold;
}
.org-org-upcoming-deadline {
    /* org-upcoming-deadline */
    color: #b22222;
}
.org-org-verbatim {
    /* org-verbatim */
    color: #7f7f7f;
}
.org-org-verse {
    /* org-verse */
    color: #7f7f7f;
}
.org-org-warning {
    /* org-warning */
    color: #ff0000;
    font-weight: bold;
}
.org-outline-1 {
    /* outline-1 */
    color: #0000ff;
}
.org-outline-2 {
    /* outline-2 */
    color: #a0522d;
}
.org-outline-3 {
    /* outline-3 */
    color: #a020f0;
}
.org-outline-4 {
    /* outline-4 */
    color: #b22222;
}
.org-outline-5 {
    /* outline-5 */
    color: #228b22;
}
.org-outline-6 {
    /* outline-6 */
    color: #008b8b;
}
.org-outline-7 {
    /* outline-7 */
    color: #7a378b;
}
.org-outline-8 {
    /* outline-8 */
    color: #8b2252;
}
.org-preprocessor {
    /* font-lock-preprocessor-face */
    color: #7a378b;
}
.org-query-replace {
    /* query-replace */
    color: #b0e2ff;
    background-color: #cd00cd;
}
.org-rcirc-bright-nick {
    /* rcirc-bright-nick */
    color: #5f9ea0;
}
.org-rcirc-dim-nick {
    /* rcirc-dim-nick */
    color: #000000;
    background-color: #ffffff;
}
.org-rcirc-keyword {
    /* rcirc-keyword */
    background-color: #b4eeb4;
}
.org-rcirc-my-nick {
    /* rcirc-my-nick */
    color: #0000ff;
}
.org-rcirc-nick-in-message {
    /* rcirc-nick-in-message */
    color: #a020f0;
}
.org-rcirc-nick-in-message-full-line {
    /* rcirc-nick-in-message-full-line */
    font-weight: bold;
}
.org-rcirc-other-nick {
    /* rcirc-other-nick */
    color: #b8860b;
}
.org-rcirc-prompt {
    /* rcirc-prompt */
    color: #00008b;
}
.org-rcirc-server {
    /* rcirc-server */
    color: #b22222;
}
.org-rcirc-server-prefix {
    /* rcirc-server-prefix */
    color: #b22222;
}
.org-rcirc-timestamp {
    /* rcirc-timestamp */
    color: #000000;
    background-color: #ffffff;
}
.org-rcirc-track-keyword {
    /* rcirc-track-keyword */
    font-weight: bold;
}
.org-rcirc-track-nick {
}
.org-rcirc-url {
    /* rcirc-url */
    font-weight: bold;
}
.org-regexp-grouping-backslash {
    /* font-lock-regexp-grouping-backslash */
    font-weight: bold;
}
.org-regexp-grouping-construct {
    /* font-lock-regexp-grouping-construct */
    font-weight: bold;
}
.org-region {
    /* region */
    background-color: #eedc82;
}
.org-scroll-bar {
}
.org-secondary-selection {
    /* secondary-selection */
    background-color: #ffff00;
}
.org-sgml-namespace {
    /* sgml-namespace */
    color: #7a378b;
}
.org-sh-escaped-newline {
    /* sh-escaped-newline */
    color: #8b2252;
}
.org-sh-heredoc {
    /* sh-heredoc */
    color: #ffa54f;
}
.org-sh-quoted-exec {
    /* sh-quoted-exec */
    color: #ff00ff;
}
.org-shadow {
    /* shadow */
    color: #7f7f7f;
}
.org-show-paren-match {
    /* show-paren-match */
    background-color: #40e0d0;
}
.org-show-paren-mismatch {
    /* show-paren-mismatch */
    color: #ffffff;
    background-color: #a020f0;
}
.org-sldb-catch-tag {
}
.org-sldb-condition {
}
.org-sldb-detailed-frame-line {
}
.org-sldb-frame-label {
}
.org-sldb-frame-line {
}
.org-sldb-local-name {
}
.org-sldb-local-value {
}
.org-sldb-non-restartable-frame-line {
}
.org-sldb-restart {
}
.org-sldb-restart-number {
    /* sldb-restart-number-face */
    font-weight: bold;
}
.org-sldb-restart-type {
    /* sldb-restart-type-face */
    color: #a020f0;
}
.org-sldb-restartable-frame-line {
    /* sldb-restartable-frame-line-face */
    color: #32cd32;
}
.org-sldb-section {
}
.org-sldb-topline {
}
.org-slime-error {
    /* slime-error-face */
    text-decoration: underline;
}
.org-slime-highlight {
    /* slime-highlight-face */
    background-color: #b4eeb4;
}
.org-slime-inspector-action {
    /* slime-inspector-action-face */
    color: #ff0000;
    font-weight: bold;
}
.org-slime-inspector-label {
    /* slime-inspector-label-face */
    color: #008b8b;
}
.org-slime-inspector-topline {
}
.org-slime-inspector-type {
    /* slime-inspector-type-face */
    color: #228b22;
}
.org-slime-inspector-value {
    /* slime-inspector-value-face */
    color: #7a378b;
}
.org-slime-note {
    /* slime-note-face */
    text-decoration: underline;
}
.org-slime-repl-input {
    /* slime-repl-input-face */
    font-weight: bold;
}
.org-slime-repl-output {
    /* slime-repl-output-face */
    color: #8b2252;
}
.org-slime-repl-prompt {
    /* slime-repl-prompt-face */
    color: #a020f0;
}
.org-slime-repl-result {
}
.org-slime-style-warning {
    /* slime-style-warning-face */
    text-decoration: underline;
}
.org-slime-warning {
    /* slime-warning-face */
    text-decoration: underline;
}
.org-spam {
    /* spam */
    color: #8b8b83;
}
.org-speedbar-button {
    /* speedbar-button-face */
    color: #008b00;
}
.org-speedbar-directory {
    /* speedbar-directory-face */
    color: #00008b;
}
.org-speedbar-file {
    /* speedbar-file-face */
    color: #008b8b;
}
.org-speedbar-highlight {
    /* speedbar-highlight-face */
    background-color: #00ff00;
}
.org-speedbar-selected {
    /* speedbar-selected-face */
    color: #ff0000;
    text-decoration: underline;
}
.org-speedbar-separator {
    /* speedbar-separator-face */
    color: #ffffff;
    background-color: #0000ff;
    text-decoration: overline;
}
.org-speedbar-tag {
    /* speedbar-tag-face */
    color: #a52a2a;
}
.org-string {
    /* font-lock-string-face */
    color: #8b2252;
}
.org-swank-clojure-dim-trace {
    /* swank-clojure-dim-trace-face */
    color: #8c8c8c;
}
.org-tool-bar {
    /* tool-bar */
    color: #000000;
    background-color: #bfbfbf;
}
.org-tooltip {
    /* tooltip */
    color: #000000;
    background-color: #ffffe0;
}
.org-trailing-whitespace {
    /* trailing-whitespace */
    background-color: #ff0000;
}
.org-tuareg-font-lock-error {
    /* tuareg-font-lock-error-face */
    color: #ffff00;
    background-color: #ff0000;
    font-weight: bold;
}
.org-tuareg-font-lock-governing {
    /* tuareg-font-lock-governing-face */
    color: #a020f0;
}
.org-tuareg-font-lock-interactive-error {
    /* tuareg-font-lock-interactive-error-face */
    color: #ff0000;
    font-weight: bold;
}
.org-tuareg-font-lock-interactive-output {
    /* tuareg-font-lock-interactive-output-face */
    color: #00008b;
}
.org-tuareg-font-lock-multistage {
    /* tuareg-font-lock-multistage-face */
    color: #00008b;
    background-color: #d3d3d3;
    font-weight: bold;
}
.org-tuareg-font-lock-operator {
    /* tuareg-font-lock-operator-face */
    color: #a020f0;
}
.org-type {
    /* font-lock-type-face */
    color: #228b22;
}
.org-underline {
    /* underline */
    text-decoration: underline;
}
.org-variable-name {
    /* font-lock-variable-name-face */
    color: #a0522d;
}
.org-variable-pitch {
}
.org-vertical-border {
}
.org-w3m-anchor {
    /* w3m-anchor */
    color: #0000ff;
}
.org-w3m-arrived-anchor {
    /* w3m-arrived-anchor */
    color: #000080;
}
.org-w3m-bold {
    /* w3m-bold */
    font-weight: bold;
}
.org-w3m-current-anchor {
    /* w3m-current-anchor */
    font-weight: bold;
    text-decoration: underline;
}
.org-w3m-form-button {
    /* w3m-form-button */
    color: #000000;
    background-color: #d3d3d3;
}
.org-w3m-form-button-mouse {
    /* w3m-form-button-mouse */
    color: #000000;
    background-color: #c1ffc1;
}
.org-w3m-form-button-pressed {
    /* w3m-form-button-pressed */
    color: #000000;
    background-color: #d3d3d3;
}
.org-w3m-header-line-location-content {
    /* w3m-header-line-location-content */
    color: #b8860b;
    background-color: #e5e5e5;
}
.org-w3m-header-line-location-title {
    /* w3m-header-line-location-title */
    color: #0000ff;
    background-color: #e5e5e5;
}
.org-w3m-history-current-url {
    /* w3m-history-current-url */
    color: #000080;
    background-color: #ffff00;
}
.org-w3m-image {
    /* w3m-image */
    color: #228b22;
}
.org-w3m-image-anchor {
    /* w3m-image-anchor */
    background-color: #ffffe0;
}
.org-w3m-insert {
    /* w3m-insert */
    color: #a020f0;
}
.org-w3m-italic {
    /* w3m-italic */
    font-style: italic;
}
.org-w3m-strike-through {
    /* w3m-strike-through */
    text-decoration: line-through;
}
.org-w3m-tab-background {
    /* w3m-tab-background */
    color: #000000;
    background-color: #b0c4de;
}
.org-w3m-tab-mouse {
    /* w3m-tab-mouse */
    color: #ffffff;
    background-color: #bfbfbf;
}
.org-w3m-tab-selected {
    /* w3m-tab-selected */
    color: #000000;
    background-color: #e5e5e5;
}
.org-w3m-tab-selected-background {
    /* w3m-tab-selected-background */
    color: #000000;
    background-color: #b0c4de;
}
.org-w3m-tab-selected-retrieving {
    /* w3m-tab-selected-retrieving */
    color: #ff0000;
    background-color: #e5e5e5;
}
.org-w3m-tab-unselected {
    /* w3m-tab-unselected */
    color: #333333;
    background-color: #b3b3b3;
}
.org-w3m-tab-unselected-retrieving {
    /* w3m-tab-unselected-retrieving */
    color: #ff4500;
    background-color: #b3b3b3;
}
.org-w3m-tab-unselected-unseen {
    /* w3m-tab-unselected-unseen */
    color: #333333;
    background-color: #b3b3b3;
}
.org-w3m-underline {
    /* w3m-underline */
    text-decoration: underline;
}
.org-warning {
    /* font-lock-warning-face */
    color: #ff0000;
    font-weight: bold;
}
.org-which-func {
    /* which-func */
    color: #0000ff;
}
.org-widget-button {
    /* widget-button */
    font-weight: bold;
}
.org-widget-button-pressed {
    /* widget-button-pressed */
    color: #ff0000;
}
.org-widget-documentation {
    /* widget-documentation */
    color: #006400;
}
.org-widget-field {
    /* widget-field */
    background-color: #d9d9d9;
}
.org-widget-inactive {
    /* widget-inactive */
    color: #7f7f7f;
}
.org-widget-single-line-field {
    /* widget-single-line-field */
    background-color: #d9d9d9;
}
.org-yaml-tab {
    /* yaml-tab-face */
    color: #ff0000;
    background-color: #ff0000;
    font-weight: bold;
}
.org-yasXfield-debug {
}
.org-yasXfield-highlight {
    /* yas/field-highlight-face */
    background-color: #c1ffc1;
}

a {
    background-color: inherit;
    font: inherit;
    text-decoration: inherit;
}
a:hover {
    text-decoration: underline;
}
pre {
    background-color: #EEE;
    border: 1px solid #BBB;
    color: black;
    overflow: auto;
    padding: 0.5em;
 }

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #4: zenburn.css --]
[-- Type: text/css, Size: 1245 bytes --]

@import url(zenburn-emacs.css);
body {
  color: #dcdccc;
  background-color: #3f3f3f;
  max-width: 90%;
  margin: auto;
  background-image: url(http://orgmode.org/img/org-mode-unicorn.png);
  background-repeat: no-repeat; }
  body pre {
    border: none; }
  body a {
    color: #8cd0d3; }
  body #content {
    padding-top: 100px; }
  body .title {
    margin-left: 120px; }

/* TOC inspired by http://jashkenas.github.com/coffee-script */
#table-of-contents {
  font-size: 10pt;
  position: fixed;
  right: 0em;
  top: 0em;
  background: #2b2b2b;
  color: #dcdccc;
  -webkit-box-shadow: 0 0 1em #777777;
  -moz-box-shadow: 0 0 1em #777777;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  text-align: right;
  /* ensure doesn't flow off the screen when expanded */
  max-height: 80%;
  overflow: auto; }
  #table-of-contents h2 {
    font-size: 10pt;
    max-width: 8em;
    font-weight: normal;
    padding-left: 0.5em;
    padding-left: 0.5em;
    padding-top: 0.05em;
    padding-bottom: 0.05em; }
  #table-of-contents #text-table-of-contents {
    display: none;
    text-align: left; }
  #table-of-contents:hover #text-table-of-contents {
    display: block;
    padding: 0.5em;
    margin-top: -1.5em; }

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #5: zenburn-emacs.css --]
[-- Type: text/css, Size: 86098 bytes --]

body {
  color: #dcdccc;
  background-color: #3f3f3f;
}
.org-apt-utils-broken {
  /* apt-utils-broken-face */
  color: #e37170;
  background-color: #332323;
}
.org-apt-utils-broken-1 {
  /* apt-utils-broken */
  color: #e37170;
  background-color: #332323;
}
.org-apt-utils-description {
  /* apt-utils-description-face */
  color: #dcdccc;
  background-color: #3f3f3f;
}
.org-apt-utils-description-1 {
  /* apt-utils-description */
  color: #dcdccc;
  background-color: #3f3f3f;
}
.org-apt-utils-field-contents {
  /* apt-utils-field-contents-face */
  color: #7f9f7f;
}
.org-apt-utils-field-contents-1 {
  /* apt-utils-field-contents */
  color: #7f9f7f;
}
.org-apt-utils-field-keyword {
  /* apt-utils-field-keyword-face */
  color: #8fb28f;
}
.org-apt-utils-field-keyword-1 {
  /* apt-utils-field-keyword */
  color: #8fb28f;
}
.org-apt-utils-normal-package {
  /* apt-utils-normal-package-face */
  color: #f0dfaf;
  font-weight: bold;
}
.org-apt-utils-normal-package-1 {
  /* apt-utils-normal-package */
  color: #f0dfaf;
  font-weight: bold;
}
.org-apt-utils-summary {
  /* apt-utils-summary-face */
  font-weight: bold;
}
.org-apt-utils-summary-1 {
  /* apt-utils-summary */
  font-weight: bold;
}
.org-apt-utils-version {
  /* apt-utils-version-face */
  color: #8cd0d3;
}
.org-apt-utils-version-1 {
  /* apt-utils-version */
  color: #8cd0d3;
}
.org-apt-utils-virtual-package {
  /* apt-utils-virtual-package-face */
  color: #dfaf8f;
  font-weight: bold;
}
.org-apt-utils-virtual-package-1 {
  /* apt-utils-virtual-package */
  color: #dfaf8f;
  font-weight: bold;
}
.org-bbdb-company {
  /* bbdb-company */
  font-style: italic;
}
.org-bbdb-field-name {
  /* bbdb-field-name */
  font-weight: bold;
}
.org-bbdb-field-value {
}
.org-bbdb-name {
  /* bbdb-name */
  text-decoration: underline;
}
.org-bold {
  /* bold */
  font-weight: bold;
}
.org-bold-italic {
  /* bold-italic */
  font-weight: bold;
  font-style: italic;
}
.org-bongo-unfilled-seek-bar {
  /* bongo-unfilled-seek-bar */
  background-color: #606060;
}
.org-border {
  /* border */
  background-color: #3f3f3f;
}
.org-breakpoint-disabled-bitmap {
  /* breakpoint-disabled-bitmap-face */
  color: #7f9f7f;
}
.org-breakpoint-disabled-bitmap-1 {
  /* breakpoint-disabled-bitmap */
  color: #7f9f7f;
}
.org-breakpoint-enabled-bitmap {
  /* breakpoint-enabled-bitmap-face */
  color: #f0dfaf;
  font-weight: bold;
}
.org-breakpoint-enabled-bitmap-1 {
  /* breakpoint-enabled-bitmap */
  color: #f0dfaf;
  font-weight: bold;
}
.org-buffer-menu-buffer {
  /* buffer-menu-buffer */
  color: #f0dfaf;
  font-weight: bold;
}
.org-buffer-menu-buffer-1 {
  /* Buffer-menu-buffer-face */
  color: #f0dfaf;
  font-weight: bold;
}
.org-builtin {
  /* font-lock-builtin-face */
  color: #D0D0FF;
}
.org-builtin-1 {
  /* font-lock-builtin */
  color: #8cd0d3;
}
.org-button {
  /* button */
  color: #f0dfaf;
  background-color: #506070;
  font-weight: bold;
  text-decoration: underline;
}
.org-c-annotation {
  /* c-annotation-face */
  color: #0000ff;
}
.org-calc-nonselected {
  /* calc-nonselected-face */
  color: #b3b3b3;
  font-style: italic;
}
.org-calc-selected {
  /* calc-selected-face */
  font-weight: bold;
}
.org-calendar-today {
  /* calendar-today */
  color: #dfaf8f;
  font-weight: bold;
}
.org-change-log-acknowledgement {
  /* change-log-acknowledgement */
  color: #BC9458;
  font-style: italic;
}
.org-change-log-conditionals {
  /* change-log-conditionals */
  color: #b0c4de;
}
.org-change-log-date {
  /* change-log-date */
  color: #8cd0d3;
}
.org-change-log-email {
  /* change-log-email */
  color: #b0c4de;
}
.org-change-log-file {
  /* change-log-file */
  color: #FFC66D;
}
.org-change-log-function {
  /* change-log-function */
  color: #b0c4de;
}
.org-change-log-list {
  /* change-log-list */
  color: #CC7833;
  font-weight: bold;
}
.org-change-log-name {
  /* change-log-name */
  color: #6D9CBE;
  font-weight: bold;
}
.org-circe-highlight-nick {
  /* circe-highlight-nick-face */
  color: #f0dfaf;
  font-weight: bold;
}
.org-circe-my-message {
  /* circe-my-message-face */
  color: #f0dfaf;
}
.org-circe-originator {
  /* circe-originator-face */
  font-weight: bold;
}
.org-circe-prompt {
  /* circe-prompt-face */
  color: #f0dfaf;
  font-weight: bold;
}
.org-circe-server {
  /* circe-server-face */
  color: #BC9458;
  font-style: italic;
}
.org-comint-highlight-input {
  /* comint-highlight-input */
  color: #f0dfaf;
  font-weight: bold;
}
.org-comint-highlight-prompt {
  /* comint-highlight-prompt */
  color: #00ffff;
  font-weight: bold;
}
.org-comment {
  /* font-lock-comment-face */
  color: #BC9458;
  font-style: italic;
}
.org-comment-1 {
  /* font-lock-comment */
  color: #7f9f7f;
}
.org-comment-delimiter {
  /* font-lock-comment-delimiter-face */
  color: #708070;
}
.org-comment-delimiter-1 {
  /* font-lock-comment-delimiter */
  color: #708070;
}
.org-compilation-column-number {
  /* compilation-column-number */
  color: #ffffff;
  font-weight: bold;
}
.org-compilation-error {
  /* compilation-error */
  color: #ffc0cb;
  background-color: #332323;
}
.org-compilation-info {
  /* compilation-info */
  color: #00ff00;
  font-weight: bold;
}
.org-compilation-info-1 {
  /* compilation-info-face */
  color: #00ff00;
  font-weight: bold;
}
.org-compilation-line-number {
  /* compilation-line-number */
  color: #b0c4de;
}
.org-compilation-warning {
  /* compilation-warning */
  color: #ffa500;
  background-color: #332323;
  font-weight: bold;
}
.org-compilation-warning-1 {
  /* compilation-warning-face */
  color: #ffa500;
  background-color: #332323;
  font-weight: bold;
}
.org-completions-annotations {
  /* completions-annotations */
  font-style: italic;
}
.org-completions-common-part {
  /* completions-common-part */
  color: #dcdccc;
  background-color: #3f3f3f;
}
.org-completions-first-difference {
  /* completions-first-difference */
  font-weight: bold;
}
.org-constant {
  /* font-lock-constant-face */
  color: #6D9CBE;
  font-weight: bold;
}
.org-constant-1 {
  /* font-lock-constant */
  color: #dca3a3;
  font-weight: bold;
}
.org-css-property {
  /* css-property */
  color: #b0c4de;
}
.org-css-selector {
  /* css-selector */
  color: #FFC66D;
}
.org-cua-rectangle {
  /* cua-rectangle-face */
  background-color: #5f5f5f;
}
.org-cua-rectangle-1 {
  /* cua-rectangle */
  background-color: #5f5f5f;
}
.org-cursor {
  /* cursor */
  background-color: #5A647E;
}
.org-custom-button {
  /* custom-button-face */
  background-color: #4f4f4f;
}
.org-custom-button-1 {
  /* custom-button */
  background-color: #4f4f4f;
}
.org-custom-button-pressed {
  /* custom-button-pressed-face */
  background-color: #4f4f4f;
}
.org-custom-button-pressed-1 {
  /* custom-button-pressed */
  background-color: #4f4f4f;
}
.org-custom-changed {
  /* custom-changed-face */
  color: #8cd0d3;
}
.org-custom-changed-1 {
  /* custom-changed */
  color: #8cd0d3;
}
.org-custom-comment {
  /* custom-comment-face */
  color: #8fb28f;
}
.org-custom-comment-1 {
  /* custom-comment */
  color: #8fb28f;
}
.org-custom-comment-tag {
  /* custom-comment-tag-face */
  color: #8fb28f;
}
.org-custom-comment-tag-1 {
  /* custom-comment-tag */
  color: #8fb28f;
}
.org-custom-documentation {
  /* custom-documentation-face */
  color: #8fb28f;
}
.org-custom-documentation-1 {
  /* custom-documentation */
  color: #8fb28f;
}
.org-custom-face-tag {
}
.org-custom-group-tag {
  /* custom-group-tag-face */
  color: #f0dfaf;
  font-weight: bold;
}
.org-custom-group-tag-1 {
  /* custom-group-tag-1 */
  color: #dca3a3;
  font-weight: bold;
}
.org-custom-group-tag-2 {
  /* custom-group-tag */
  color: #f0dfaf;
  font-weight: bold;
}
.org-custom-group-tag-face-1 {
  /* custom-group-tag-face-1 */
  color: #dca3a3;
  font-weight: bold;
}
.org-custom-invalid {
  /* custom-invalid-face */
  color: #e37170;
  background-color: #332323;
}
.org-custom-invalid-1 {
  /* custom-invalid */
  color: #e37170;
  background-color: #332323;
}
.org-custom-link {
  /* custom-link */
  color: #f0dfaf;
  text-decoration: underline;
}
.org-custom-modified {
  /* custom-modified-face */
  color: #dfdfbf;
  font-weight: bold;
}
.org-custom-modified-1 {
  /* custom-modified */
  color: #dfdfbf;
  font-weight: bold;
}
.org-custom-rogue {
}
.org-custom-rogue-1 {
}
.org-custom-saved {
  /* custom-saved-face */
  text-decoration: underline;
}
.org-custom-saved-1 {
  /* custom-saved */
  text-decoration: underline;
}
.org-custom-set {
  /* custom-set-face */
  color: #8cd0d3;
}
.org-custom-set-1 {
  /* custom-set */
  color: #8cd0d3;
}
.org-custom-state {
  /* custom-state-face */
  color: #7f9f7f;
}
.org-custom-state-1 {
  /* custom-state */
  color: #7f9f7f;
}
.org-custom-tag {
  /* custom-tag */
  color: #dfaf8f;
  font-weight: bold;
}
.org-custom-variable-button {
  /* custom-variable-button-face */
  font-weight: bold;
  text-decoration: underline;
}
.org-custom-variable-button-1 {
  /* custom-variable-button */
  font-weight: bold;
  text-decoration: underline;
}
.org-custom-variable-tag {
  /* custom-variable-tag-face */
  color: #dfaf8f;
  font-weight: bold;
}
.org-custom-variable-tag-1 {
  /* custom-variable-tag */
  color: #dfaf8f;
  font-weight: bold;
}
.org-default {
  /* default */
  color: #dcdccc;
  background-color: #3f3f3f;
}
.org-diary {
  /* diary */
  color: #ffff00;
  font-weight: bold;
}
.org-dictionary-button {
  /* dictionary-button-face */
  background-color: #4f4f4f;
}
.org-dictionary-button-1 {
  /* dictionary-button */
  background-color: #4f4f4f;
}
.org-dictionary-reference {
  /* dictionary-reference-face */
  color: #f0dfaf;
  font-weight: bold;
}
.org-dictionary-reference-1 {
  /* dictionary-reference */
  color: #f0dfaf;
  font-weight: bold;
}
.org-dictionary-word-entry {
  /* dictionary-word-entry-face */
  color: #f0dfaf;
  font-weight: bold;
}
.org-dictionary-word-entry-1 {
  /* dictionary-word-entry */
  color: #f0dfaf;
  font-weight: bold;
}
.org-diff-added {
  /* diff-added */
  color: #dfdfbf;
  font-weight: bold;
}
.org-diff-changed {
}
.org-diff-context {
  /* diff-context */
  color: #7f9f7f;
}
.org-diff-file-header {
  /* diff-file-header */
  background-color: #999999;
  font-weight: bold;
}
.org-diff-function {
  /* diff-function */
  background-color: #737373;
}
.org-diff-header {
  /* diff-header */
  background-color: #737373;
}
.org-diff-hunk-header {
  /* diff-hunk-header */
  background-color: #464646;
}
.org-diff-index {
  /* diff-index */
  font-weight: bold;
}
.org-diff-indicator-added {
  /* diff-indicator-added */
  color: #dfdfbf;
  font-weight: bold;
}
.org-diff-indicator-changed {
}
.org-diff-indicator-removed {
  /* diff-indicator-removed */
  color: #8cd0d3;
}
.org-diff-nonexistent {
  /* diff-nonexistent */
  background-color: #999999;
  font-weight: bold;
}
.org-diff-refine-change {
  /* diff-refine-change */
  background-color: #999999;
}
.org-diff-refine-change-1 {
  /* diff-refine-change-face */
  background-color: #999999;
}
.org-diff-removed {
  /* diff-removed */
  color: #8cd0d3;
}
.org-dired-directory {
  /* dired-directory */
  color: #FFC66D;
}
.org-dired-flagged {
  /* dired-flagged */
  color: #ffc0cb;
  background-color: #332323;
}
.org-dired-header {
  /* dired-header */
  color: #ffffff;
  font-weight: bold;
}
.org-dired-ignored {
  /* dired-ignored */
  color: #b3b3b3;
}
.org-dired-mark {
  /* dired-mark */
  color: #6D9CBE;
  font-weight: bold;
}
.org-dired-marked {
  /* dired-marked */
  color: #ffc0cb;
  background-color: #332323;
}
.org-dired-perm-write {
  /* dired-perm-write */
  color: #708070;
}
.org-dired-symlink {
  /* dired-symlink */
  color: #CC7833;
  font-weight: bold;
}
.org-dired-warning {
  /* dired-warning */
  color: #ffc0cb;
  background-color: #332323;
}
.org-doc {
  /* font-lock-doc-face */
  color: #8fb28f;
}
.org-doc-1 {
  /* font-lock-doc */
  color: #8fb28f;
}
.org-doc-string {
  /* font-lock-doc-string-face */
  color: #A5C261;
}
.org-doc-string-1 {
  /* font-lock-doc-string */
  color: #94bff3;
}
.org-dropdown-list {
  /* dropdown-list-face */
  color: #000000;
  background-color: #ffffe0;
}
.org-dropdown-list-selection {
  /* dropdown-list-selection-face */
  color: #000000;
  background-color: #a020f0;
}
.org-ediff-current-diff-a {
  /* ediff-current-diff-A */
  color: #dcdccc;
  background-color: #495766;
}
.org-ediff-current-diff-ancestor {
  /* ediff-current-diff-Ancestor */
  color: #dcdccc;
  background-color: #495766;
}
.org-ediff-current-diff-b {
  /* ediff-current-diff-B */
  color: #dcdccc;
  background-color: #495766;
}
.org-ediff-current-diff-c {
  /* ediff-current-diff-C */
  color: #dcdccc;
  background-color: #495766;
}
.org-ediff-even-diff-a {
  /* ediff-even-diff-A */
  background-color: #4f4f4f;
}
.org-ediff-even-diff-ancestor {
  /* ediff-even-diff-Ancestor */
  background-color: #4f4f4f;
}
.org-ediff-even-diff-b {
  /* ediff-even-diff-B */
  background-color: #4f4f4f;
}
.org-ediff-even-diff-c {
  /* ediff-even-diff-C */
  background-color: #4f4f4f;
}
.org-ediff-fine-diff-a {
  /* ediff-fine-diff-A */
  background-color: #668b8b;
}
.org-ediff-fine-diff-ancestor {
  /* ediff-fine-diff-Ancestor */
  color: #dcdccc;
  background-color: #668b8b;
}
.org-ediff-fine-diff-b {
  /* ediff-fine-diff-B */
  color: #dcdccc;
  background-color: #668b8b;
}
.org-ediff-fine-diff-c {
  /* ediff-fine-diff-C */
  color: #dcdccc;
  background-color: #668b8b;
}
.org-ediff-odd-diff-a {
  /* ediff-odd-diff-A */
  background-color: #4f4f4f;
}
.org-ediff-odd-diff-ancestor {
  /* ediff-odd-diff-Ancestor */
  background-color: #4f4f4f;
}
.org-ediff-odd-diff-b {
  /* ediff-odd-diff-B */
  background-color: #4f4f4f;
}
.org-ediff-odd-diff-c {
  /* ediff-odd-diff-C */
  background-color: #4f4f4f;
}
.org-eldoc-highlight-function-argument {
  /* eldoc-highlight-function-argument */
  font-weight: bold;
}
.org-elscreen-tab-background {
}
.org-elscreen-tab-control {
}
.org-elscreen-tab-current-screen {
  /* elscreen-tab-current-screen-face */
  color: #94bff3;
  background-color: #1e2320;
}
.org-elscreen-tab-current-screen-1 {
  /* elscreen-tab-current-screen */
  color: #94bff3;
  background-color: #1e2320;
}
.org-elscreen-tab-other-screen {
}
.org-elscreen-tab-other-screen-1 {
}
.org-emms-pbi-current {
  /* emms-pbi-current-face */
  color: #f0dfaf;
  font-weight: bold;
}
.org-emms-pbi-current-1 {
  /* emms-pbi-current */
  color: #f0dfaf;
  font-weight: bold;
}
.org-emms-pbi-mark-marked {
  /* emms-pbi-mark-marked-face */
  color: #dfaf8f;
  font-weight: bold;
}
.org-emms-pbi-mark-marked-1 {
  /* emms-pbi-mark-marked */
  color: #dfaf8f;
  font-weight: bold;
}
.org-emms-pbi-song {
  /* emms-pbi-song-face */
  color: #f0dfaf;
}
.org-emms-pbi-song-1 {
  /* emms-pbi-song */
  color: #f0dfaf;
}
.org-epa-field-body {
  /* epa-field-body */
  color: #40e0d0;
  font-style: italic;
}
.org-epa-field-name {
  /* epa-field-name */
  color: #afeeee;
  font-weight: bold;
}
.org-epa-mark {
  /* epa-mark */
  color: #ffa500;
  font-weight: bold;
}
.org-epa-string {
  /* epa-string */
  color: #ffffe0;
}
.org-epa-validity-disabled {
  /* epa-validity-disabled */
  font-style: italic;
}
.org-epa-validity-high {
  /* epa-validity-high */
  color: #afeeee;
  font-weight: bold;
}
.org-epa-validity-low {
  /* epa-validity-low */
  font-style: italic;
}
.org-epa-validity-medium {
  /* epa-validity-medium */
  color: #afeeee;
  font-style: italic;
}
.org-epresent-author {
  /* epresent-author-face */
  font-size: 160%;
}
.org-epresent-heading {
  /* epresent-heading-face */
  font-size: 180%;
  font-weight: bold;
  text-decoration: underline;
}
.org-epresent-hidden {
}
.org-epresent-subheading {
  /* epresent-subheading-face */
  font-size: 160%;
  font-weight: bold;
}
.org-epresent-title {
  /* epresent-title-face */
  font-size: 240%;
  font-weight: bold;
  text-decoration: underline;
}
.org-erc-action {
  /* erc-action-face */
  color: #dcdccc;
}
.org-erc-action-1 {
  /* erc-action */
  color: #dcdccc;
}
.org-erc-bold {
  /* erc-bold-face */
  font-weight: bold;
}
.org-erc-bold-1 {
  /* erc-bold */
  font-weight: bold;
}
.org-erc-current-nick {
  /* erc-current-nick-face */
  color: #f0dfaf;
  font-weight: bold;
}
.org-erc-current-nick-1 {
  /* erc-current-nick */
  color: #f0dfaf;
  font-weight: bold;
}
.org-erc-dangerous-host {
  /* erc-dangerous-host-face */
  color: #e37170;
  background-color: #332323;
}
.org-erc-dangerous-host-1 {
  /* erc-dangerous-host */
  color: #e37170;
  background-color: #332323;
}
.org-erc-default {
  /* erc-default-face */
  color: #dcdccc;
}
.org-erc-default-1 {
  /* erc-default */
  color: #dcdccc;
}
.org-erc-direct-msg {
  /* erc-direct-msg-face */
  color: #dcdccc;
}
.org-erc-direct-msg-1 {
  /* erc-direct-msg */
  color: #dcdccc;
}
.org-erc-error {
  /* erc-error-face */
  color: #e37170;
  background-color: #332323;
}
.org-erc-error-1 {
  /* erc-error */
  color: #e37170;
  background-color: #332323;
}
.org-erc-fool {
  /* erc-fool-face */
  color: #606060;
}
.org-erc-fool-1 {
  /* erc-fool */
  color: #606060;
}
.org-erc-highlight {
  /* erc-highlight-face */
  color: #f8f893;
  text-decoration: underline;
}
.org-erc-highlight-1 {
  /* erc-highlight */
  color: #f8f893;
  text-decoration: underline;
}
.org-erc-input {
  /* erc-input-face */
  color: #f0dfaf;
}
.org-erc-input-1 {
  /* erc-input */
  color: #f0dfaf;
}
.org-erc-keyword {
  /* erc-keyword-face */
  color: #f0dfaf;
  font-weight: bold;
}
.org-erc-keyword-1 {
  /* erc-keyword */
  color: #f0dfaf;
  font-weight: bold;
}
.org-erc-nick-default {
  /* erc-nick-default-face */
  font-weight: bold;
}
.org-erc-nick-default-1 {
  /* erc-nick-default */
  font-weight: bold;
}
.org-erc-nick-msg {
  /* erc-nick-msg-face */
  color: #dcdccc;
}
.org-erc-nick-msg-1 {
  /* erc-nick-msg */
  color: #dcdccc;
}
.org-erc-notice {
  /* erc-notice-face */
  color: #7f9f7f;
}
.org-erc-notice-1 {
  /* erc-notice */
  color: #7f9f7f;
}
.org-erc-pal {
  /* erc-pal-face */
  color: #dfdfbf;
  font-weight: bold;
}
.org-erc-pal-1 {
  /* erc-pal */
  color: #dfdfbf;
  font-weight: bold;
}
.org-erc-prompt {
  /* erc-prompt-face */
  color: #dfaf8f;
  font-weight: bold;
}
.org-erc-prompt-1 {
  /* erc-prompt */
  color: #dfaf8f;
  font-weight: bold;
}
.org-erc-timestamp {
  /* erc-timestamp-face */
  color: #8fb28f;
}
.org-erc-timestamp-1 {
  /* erc-timestamp */
  color: #8fb28f;
}
.org-erc-underline {
  /* erc-underline-face */
  text-decoration: underline;
}
.org-erc-underline-1 {
  /* erc-underline */
  text-decoration: underline;
}
.org-ert-test-result-expected {
  /* ert-test-result-expected */
  background-color: #00cd00;
}
.org-ert-test-result-unexpected {
  /* ert-test-result-unexpected */
  background-color: #cd0000;
}
.org-escape-glyph {
  /* escape-glyph */
  color: #00ffff;
}
.org-eshell-ls-archive {
  /* eshell-ls-archive */
  color: #c3bf9f;
  font-weight: bold;
}
.org-eshell-ls-backup {
  /* eshell-ls-backup */
  color: #ffa07a;
}
.org-eshell-ls-clutter {
  /* eshell-ls-clutter */
  color: #ff4500;
  font-weight: bold;
}
.org-eshell-ls-directory {
  /* eshell-ls-directory */
  color: #94bff3;
  font-weight: bold;
}
.org-eshell-ls-executable {
  /* eshell-ls-executable */
  color: #dca3a3;
  font-weight: bold;
}
.org-eshell-ls-missing {
  /* eshell-ls-missing */
  color: #ff0000;
  background-color: #332323;
  font-weight: bold;
}
.org-eshell-ls-product {
  /* eshell-ls-product */
  color: #ffa07a;
}
.org-eshell-ls-readonly {
  /* eshell-ls-readonly */
  color: #ffc0cb;
}
.org-eshell-ls-special {
  /* eshell-ls-special */
  color: #ff00ff;
  font-weight: bold;
}
.org-eshell-ls-symlink {
  /* eshell-ls-symlink */
  color: #93e0e3;
  font-weight: bold;
}
.org-eshell-ls-unreadable {
  /* eshell-ls-unreadable */
  color: #a9a9a9;
}
.org-eshell-prompt {
  /* eshell-prompt */
  color: #00f5ff;
  font-weight: bold;
}
.org-esk-clojure-trace {
  /* esk-clojure-trace-face */
  color: #7f7f7f;
}
.org-esk-paren {
  /* esk-paren-face */
  color: #7f7f7f;
}
.org-fancy-widget-button {
  /* fancy-widget-button-face */
  background-color: #4f4f4f;
}
.org-fancy-widget-button-1 {
  /* fancy-widget-button */
  background-color: #4f4f4f;
}
.org-fancy-widget-button-highlight {
  /* fancy-widget-button-highlight-face */
  background-color: #4f4f4f;
}
.org-fancy-widget-button-highlight-1 {
  /* fancy-widget-button-highlight */
  background-color: #4f4f4f;
}
.org-fancy-widget-button-pressed {
  /* fancy-widget-button-pressed-face */
  background-color: #4f4f4f;
}
.org-fancy-widget-button-pressed-1 {
  /* fancy-widget-button-pressed */
  background-color: #4f4f4f;
}
.org-fancy-widget-button-pressed-highlight {
  /* fancy-widget-button-pressed-highlight-face */
  background-color: #4f4f4f;
}
.org-fancy-widget-button-pressed-highlight-1 {
  /* fancy-widget-button-pressed-highlight */
  background-color: #4f4f4f;
}
.org-fancy-widget-documentation {
  /* fancy-widget-documentation-face */
  color: #8fb28f;
}
.org-fancy-widget-documentation-1 {
  /* fancy-widget-documentation */
  color: #8fb28f;
}
.org-fancy-widget-field {
  /* fancy-widget-field-face */
  background-color: #5f5f5f;
}
.org-fancy-widget-field-1 {
  /* fancy-widget-field */
  background-color: #5f5f5f;
}
.org-fancy-widget-inactive {
  /* fancy-widget-inactive-face */
  text-decoration: line-through;
}
.org-fancy-widget-inactive-1 {
  /* fancy-widget-inactive */
  text-decoration: line-through;
}
.org-fancy-widget-single-line-field {
  /* fancy-widget-single-line-field-face */
  background-color: #5f5f5f;
}
.org-fancy-widget-single-line-field-1 {
  /* fancy-widget-single-line-field */
  background-color: #5f5f5f;
}
.org-ffap {
  /* ffap */
  background-color: #556b2f;
  text-decoration: underline;
}
.org-file-name-shadow {
  /* file-name-shadow */
  color: #b3b3b3;
}
.org-fixed-pitch {
  /* fixed-pitch */
  font-weight: bold;
}
.org-fixme {
  /* fixme-face */
  color: #dcdccc;
  background-color: #3f3f3f;
  font-weight: bold;
}
.org-flymake-errline {
  /* flymake-errline */
  text-decoration: underline;
}
.org-flymake-warnline {
  /* flymake-warnline */
  text-decoration: underline;
}
.org-flyspell-duplicate {
  /* flyspell-duplicate */
  color: #f0dfaf;
  font-weight: bold;
  text-decoration: underline;
}
.org-flyspell-incorrect {
  /* flyspell-incorrect */
  color: #e37170;
  background-color: #332323;
  text-decoration: underline;
}
.org-font-latex-bold {
  /* font-latex-bold-face */
  color: #6b8e23;
  font-weight: bold;
}
.org-font-latex-bold-1 {
  /* font-latex-bold */
  font-weight: bold;
}
.org-font-latex-doctex-documentation {
  /* font-latex-doctex-documentation-face */
  background-color: #333;
}
.org-font-latex-italic {
  /* font-latex-italic-face */
  color: #6b8e23;
  font-style: italic;
}
.org-font-latex-math {
  /* font-latex-math-face */
  color: #deb887;
}
.org-font-latex-sectioning-0 {
  /* font-latex-sectioning-0-face */
  color: #ffff00;
  font-size: 161%;
  font-weight: bold;
}
.org-font-latex-sectioning-1 {
  /* font-latex-sectioning-1-face */
  color: #ffff00;
  font-size: 146%;
  font-weight: bold;
}
.org-font-latex-sectioning-2 {
  /* font-latex-sectioning-2-face */
  color: #ffff00;
  font-size: 133%;
  font-weight: bold;
}
.org-font-latex-sectioning-3 {
  /* font-latex-sectioning-3-face */
  color: #ffff00;
  font-size: 121%;
  font-weight: bold;
}
.org-font-latex-sectioning-4 {
  /* font-latex-sectioning-4-face */
  color: #ffff00;
  font-size: 110%;
  font-weight: bold;
}
.org-font-latex-sectioning-5 {
  /* font-latex-sectioning-5-face */
  color: #ffff00;
  font-weight: bold;
}
.org-font-latex-sedate {
  /* font-latex-sedate-face */
  color: #d3d3d3;
  font-weight: bold;
}
.org-font-latex-sedate-1 {
  /* font-latex-sedate */
  color: #f0dfaf;
  font-weight: bold;
}
.org-font-latex-string {
  /* font-latex-string-face */
  color: #ffa07a;
}
.org-font-latex-subscript {
  /* font-latex-subscript-face */
  font-size: 80%;
}
.org-font-latex-superscript {
  /* font-latex-superscript-face */
  font-size: 80%;
}
.org-font-latex-title-4 {
  /* font-latex-title-4-face */
  font-weight: bold;
}
.org-font-latex-title-4-1 {
  /* font-latex-title-4 */
  font-weight: bold;
}
.org-font-latex-verbatim {
  /* font-latex-verbatim-face */
  color: #deb887;
  font-weight: bold;
}
.org-font-latex-warning {
  /* font-latex-warning-face */
  color: #ff0000;
  background-color: #332323;
}
.org-font-latex-warning-1 {
  /* font-latex-warning */
  color: #e37170;
  background-color: #332323;
}
.org-fringe {
  /* fringe */
  background-color: #232323;
}
.org-function-name {
  /* font-lock-function-name-face */
  color: #FFC66D;
}
.org-function-name-1 {
  /* font-lock-function-name */
  color: #8cd0d3;
}
.org-gas-builtin {
  /* gas-builtin */
  color: #ffff00;
}
.org-gas-passthrough-code {
  /* gas-passthrough-code */
  color: #ee00ee;
}
.org-gas-passthrough-comment {
  /* gas-passthrough-comment */
  color: #00e5ee;
}
.org-gas-symbol-error {
  /* gas-symbol-error */
  color: #ff0000;
  background-color: #181800;
  font-weight: bold;
}
.org-gas-symbol-global {
  /* gas-symbol-global */
  background-color: #00383f;
}
.org-gas-symbol-global-undef {
  /* gas-symbol-global-undef */
  color: #ff0000;
  background-color: #002840;
}
.org-gas-symbol-ok {
  /* gas-symbol-ok */
  background-color: #001f00;
}
.org-gas-symbol-undef {
  /* gas-symbol-undef */
  background-color: #181800;
}
.org-glyphless-char {
  /* glyphless-char */
  font-size: 60%;
}
.org-gnuplot-gui-button {
  /* gnuplot-gui-button-face */
  color: #d2b48c;
  font-weight: bold;
}
.org-gnuplot-gui-error {
  /* gnuplot-gui-error-face */
  color: #b3b3b3;
}
.org-gnuplot-gui-flat-text {
  /* gnuplot-gui-flat-text-face */
  color: #b0c4de;
}
.org-gnuplot-gui-labels {
  /* gnuplot-gui-labels-face */
  color: #8470ff;
  font-weight: bold;
}
.org-gnuplot-gui-menu {
  /* gnuplot-gui-menu-face */
  color: #2e8b57;
  font-weight: bold;
}
.org-gnuplot-prompt {
  /* gnuplot-prompt-face */
  color: #b22222;
}
.org-gnus-button {
  /* gnus-button */
  font-weight: bold;
}
.org-gnus-cite-1 {
  /* gnus-cite-1 */
  color: #8cd0d3;
}
.org-gnus-cite-10 {
  /* gnus-cite-10 */
  color: #e0cf9f;
}
.org-gnus-cite-11 {
  /* gnus-cite-11 */
  color: #f0dfaf;
}
.org-gnus-cite-2 {
  /* gnus-cite-2 */
  color: #7cb8bb;
}
.org-gnus-cite-3 {
  /* gnus-cite-3 */
  color: #6ca0a3;
}
.org-gnus-cite-4 {
  /* gnus-cite-4 */
  color: #9fc59f;
}
.org-gnus-cite-5 {
  /* gnus-cite-5 */
  color: #8fb28f;
}
.org-gnus-cite-6 {
  /* gnus-cite-6 */
  color: #7f9f7f;
}
.org-gnus-cite-7 {
  /* gnus-cite-7 */
  color: #cc9393;
}
.org-gnus-cite-8 {
  /* gnus-cite-8 */
  color: #bc8383;
}
.org-gnus-cite-9 {
  /* gnus-cite-9 */
  color: #ac7373;
}
.org-gnus-cite-attribution {
  /* gnus-cite-attribution */
  font-style: italic;
}
.org-gnus-emphasis-bold {
  /* gnus-emphasis-bold */
  font-weight: bold;
}
.org-gnus-emphasis-bold-italic {
  /* gnus-emphasis-bold-italic */
  font-weight: bold;
  font-style: italic;
}
.org-gnus-emphasis-highlight-words {
  /* gnus-emphasis-highlight-words */
  color: #ffff00;
  background-color: #000000;
}
.org-gnus-emphasis-italic {
  /* gnus-emphasis-italic */
  font-style: italic;
}
.org-gnus-emphasis-strikethru {
  /* gnus-emphasis-strikethru */
  text-decoration: line-through;
}
.org-gnus-emphasis-underline {
  /* gnus-emphasis-underline */
  text-decoration: underline;
}
.org-gnus-emphasis-underline-bold {
  /* gnus-emphasis-underline-bold */
  font-weight: bold;
  text-decoration: underline;
}
.org-gnus-emphasis-underline-bold-italic {
  /* gnus-emphasis-underline-bold-italic */
  font-weight: bold;
  font-style: italic;
  text-decoration: underline;
}
.org-gnus-emphasis-underline-italic {
  /* gnus-emphasis-underline-italic */
  font-style: italic;
  text-decoration: underline;
}
.org-gnus-group-mail-1 {
  /* gnus-group-mail-1 */
  color: #e1ffe1;
  font-weight: bold;
}
.org-gnus-group-mail-1-empty {
  /* gnus-group-mail-1-empty */
  color: #e1ffe1;
}
.org-gnus-group-mail-2 {
  /* gnus-group-mail-2 */
  color: #c1ffc1;
  font-weight: bold;
}
.org-gnus-group-mail-2-empty {
  /* gnus-group-mail-2-empty */
  color: #c1ffc1;
}
.org-gnus-group-mail-3 {
  /* gnus-group-mail-3 */
  color: #7fffd4;
  font-weight: bold;
}
.org-gnus-group-mail-3-empty {
  /* gnus-group-mail-3-empty */
  color: #7fffd4;
}
.org-gnus-group-mail-4 {
  /* gnus-group-mail-4 */
  color: #6ca0a3;
  font-weight: bold;
}
.org-gnus-group-mail-4-empty {
  /* gnus-group-mail-4-empty */
  color: #6ca0a3;
}
.org-gnus-group-mail-5 {
  /* gnus-group-mail-5 */
  color: #5c888b;
  font-weight: bold;
}
.org-gnus-group-mail-5-empty {
  /* gnus-group-mail-5-empty */
  color: #5c888b;
}
.org-gnus-group-mail-6 {
  /* gnus-group-mail-6 */
  color: #606060;
  font-weight: bold;
}
.org-gnus-group-mail-6-empty {
  /* gnus-group-mail-6-empty */
  color: #606060;
}
.org-gnus-group-mail-low {
  /* gnus-group-mail-low */
  color: #76eec6;
  font-weight: bold;
}
.org-gnus-group-mail-low-empty {
  /* gnus-group-mail-low-empty */
  color: #76eec6;
}
.org-gnus-group-news-1 {
  /* gnus-group-news-1 */
  color: #afeeee;
  font-weight: bold;
}
.org-gnus-group-news-1-empty {
  /* gnus-group-news-1-empty */
  color: #f0dfaf;
}
.org-gnus-group-news-2 {
  /* gnus-group-news-2 */
  color: #40e0d0;
  font-weight: bold;
}
.org-gnus-group-news-2-empty {
  /* gnus-group-news-2-empty */
  color: #afd8af;
}
.org-gnus-group-news-3 {
  /* gnus-group-news-3 */
  color: #8fb28f;
  font-weight: bold;
}
.org-gnus-group-news-3-empty {
  /* gnus-group-news-3-empty */
  color: #8fb28f;
}
.org-gnus-group-news-4 {
  /* gnus-group-news-4 */
  color: #6ca0a3;
  font-weight: bold;
}
.org-gnus-group-news-4-empty {
  /* gnus-group-news-4-empty */
  color: #6ca0a3;
}
.org-gnus-group-news-5 {
  /* gnus-group-news-5 */
  color: #5c888b;
  font-weight: bold;
}
.org-gnus-group-news-5-empty {
  /* gnus-group-news-5-empty */
  color: #5c888b;
}
.org-gnus-group-news-6 {
  /* gnus-group-news-6 */
  color: #606060;
  font-weight: bold;
}
.org-gnus-group-news-6-empty {
  /* gnus-group-news-6-empty */
  color: #606060;
}
.org-gnus-group-news-low {
  /* gnus-group-news-low */
  color: #00ced1;
  font-weight: bold;
}
.org-gnus-group-news-low-empty {
  /* gnus-group-news-low-empty */
  color: #00ced1;
}
.org-gnus-header-content {
  /* gnus-header-content */
  color: #00ff7f;
  font-style: italic;
}
.org-gnus-header-from {
  /* gnus-header-from */
  color: #9aff9a;
  font-weight: bold;
}
.org-gnus-header-name {
  /* gnus-header-name */
  color: #00ee76;
}
.org-gnus-header-newsgroups {
  /* gnus-header-newsgroups */
  color: #ffff00;
  font-style: italic;
}
.org-gnus-header-subject {
  /* gnus-header-subject */
  color: #54ff9f;
  font-weight: bold;
}
.org-gnus-server-agent {
  /* gnus-server-agent */
  color: #afeeee;
  font-weight: bold;
}
.org-gnus-server-closed {
  /* gnus-server-closed */
  color: #add8e6;
  font-style: italic;
}
.org-gnus-server-denied {
  /* gnus-server-denied */
  color: #ffc0cb;
  font-weight: bold;
}
.org-gnus-server-offline {
  /* gnus-server-offline */
  color: #ffff00;
  font-weight: bold;
}
.org-gnus-server-opened {
  /* gnus-server-opened */
  color: #00ff00;
  font-weight: bold;
}
.org-gnus-signature {
  /* gnus-signature */
  color: #f0dfaf;
  font-style: italic;
}
.org-gnus-splash {
  /* gnus-splash */
  color: #cccccc;
}
.org-gnus-summary-cancelled {
  /* gnus-summary-cancelled */
  color: #ffff00;
  background-color: #000000;
}
.org-gnus-summary-high-ancient {
  /* gnus-summary-high-ancient */
  color: #87ceeb;
  font-weight: bold;
}
.org-gnus-summary-high-read {
  /* gnus-summary-high-read */
  color: #98fb98;
  font-weight: bold;
}
.org-gnus-summary-high-ticked {
  /* gnus-summary-high-ticked */
  color: #ffc0cb;
  font-weight: bold;
}
.org-gnus-summary-high-undownloaded {
  /* gnus-summary-high-undownloaded */
  color: #d3d3d3;
  font-weight: bold;
}
.org-gnus-summary-high-unread {
  /* gnus-summary-high-unread */
  font-weight: bold;
}
.org-gnus-summary-low-ancient {
  /* gnus-summary-low-ancient */
  color: #87ceeb;
  font-style: italic;
}
.org-gnus-summary-low-read {
  /* gnus-summary-low-read */
  color: #98fb98;
  font-style: italic;
}
.org-gnus-summary-low-ticked {
  /* gnus-summary-low-ticked */
  color: #ffc0cb;
  font-weight: bold;
  font-style: italic;
}
.org-gnus-summary-low-undownloaded {
  /* gnus-summary-low-undownloaded */
  color: #d3d3d3;
  font-style: italic;
}
.org-gnus-summary-low-unread {
  /* gnus-summary-low-unread */
  font-style: italic;
}
.org-gnus-summary-normal-ancient {
  /* gnus-summary-normal-ancient */
  color: #87ceeb;
}
.org-gnus-summary-normal-read {
  /* gnus-summary-normal-read */
  color: #98fb98;
}
.org-gnus-summary-normal-ticked {
  /* gnus-summary-normal-ticked */
  color: #ffc0cb;
  font-weight: bold;
}
.org-gnus-summary-normal-undownloaded {
  /* gnus-summary-normal-undownloaded */
  color: #d3d3d3;
}
.org-gnus-summary-normal-unread {
}
.org-gnus-summary-selected {
  /* gnus-summary-selected */
  color: #f0dfaf;
  font-weight: bold;
  text-decoration: underline;
}
.org-gnus-x {
  /* gnus-x-face */
  color: #3f3f3f;
  background-color: #dcdccc;
}
.org-haml-tab {
  /* haml-tab-face */
  background-color: #ff69b4;
}
.org-header-line {
  /* header-line */
  color: #e5e5e5;
  background-color: #333333;
}
.org-help-argument-name {
  /* help-argument-name */
  font-weight: bold;
  font-style: italic;
}
.org-highlight {
  /* highlight */
  background-color: #556b2f;
  text-decoration: underline;
}
.org-highlight-current-line {
  /* highlight-current-line-face */
  background-color: #464646;
}
.org-highlight-current-line-1 {
  /* highlight-current-line */
  background-color: #464646;
}
.org-hl-line {
  /* hl-line */
  background-color: #2b2b2b;
}
.org-holiday {
  /* holiday */
  color: #dca3a3;
  background-color: #8b4513;
  font-weight: bold;
  text-decoration: underline;
}
.org-hover-highlight {
  /* hover-highlight */
  color: #f8f893;
  text-decoration: underline;
}
.org-ibuffer-deletion {
  /* ibuffer-deletion-face */
  color: #dfaf8f;
  font-weight: bold;
}
.org-ibuffer-deletion-1 {
  /* ibuffer-deletion */
  color: #dfaf8f;
  font-weight: bold;
}
.org-ibuffer-help-buffer {
  /* ibuffer-help-buffer-face */
  color: #7f9f7f;
}
.org-ibuffer-help-buffer-1 {
  /* ibuffer-help-buffer */
  color: #7f9f7f;
}
.org-ibuffer-marked {
  /* ibuffer-marked-face */
  color: #f0dfaf;
  font-weight: bold;
}
.org-ibuffer-marked-1 {
  /* ibuffer-marked */
  color: #f0dfaf;
  font-weight: bold;
}
.org-ibuffer-special-buffer {
  /* ibuffer-special-buffer-face */
  color: #8fb28f;
}
.org-ibuffer-special-buffer-1 {
  /* ibuffer-special-buffer */
  color: #8fb28f;
}
.org-icompletep-choices {
  /* icompletep-choices */
  color: #dcdccc;
}
.org-icompletep-determined {
  /* icompletep-determined */
  color: #8FB28F;
}
.org-icompletep-keys {
  /* icompletep-keys */
  color: #CC9393;
}
.org-icompletep-nb-candidates {
  /* icompletep-nb-candidates */
  color: #AFD8AF;
}
.org-identica-uri {
}
.org-ido-first-match {
  /* ido-first-match */
  color: #f0dfaf;
  font-weight: bold;
}
.org-ido-first-match-1 {
  /* ido-first-match-face */
  color: #f0dfaf;
  font-weight: bold;
}
.org-ido-incomplete-regexp {
  /* ido-incomplete-regexp */
  color: #ffc0cb;
  background-color: #332323;
}
.org-ido-indicator {
  /* ido-indicator */
  color: #ffff00;
  background-color: #ff0000;
}
.org-ido-only-match {
  /* ido-only-match */
  color: #228b22;
  font-weight: bold;
}
.org-ido-only-match-1 {
  /* ido-only-match-face */
  color: #228b22;
  font-weight: bold;
}
.org-ido-subdir {
  /* ido-subdir */
  color: #f0dfaf;
}
.org-ido-subdir-1 {
  /* ido-subdir-face */
  color: #f0dfaf;
}
.org-ido-virtual {
  /* ido-virtual */
  color: #D0D0FF;
}
.org-imaxima-latex-error {
  /* imaxima-latex-error-face */
  color: #e37170;
  background-color: #332323;
}
.org-imaxima-latex-error-1 {
  /* imaxima-latex-error */
  color: #e37170;
  background-color: #332323;
}
.org-info-header-node {
  /* info-header-node */
  color: #ffffff;
  font-style: italic;
}
.org-info-header-xref {
  /* info-header-xref */
  color: #f0dfaf;
  font-weight: bold;
  text-decoration: underline;
}
.org-info-menu-header {
  /* info-menu-header */
  font-weight: bold;
}
.org-info-menu-star {
  /* info-menu-star */
  color: #dfaf8f;
  font-weight: bold;
}
.org-info-node {
  /* info-node */
  color: #ffffff;
  font-weight: bold;
  font-style: italic;
}
.org-info-title-1 {
  /* info-title-1 */
  font-size: 172%;
  font-weight: bold;
}
.org-info-title-2 {
  /* info-title-2 */
  font-size: 144%;
  font-weight: bold;
}
.org-info-title-3 {
  /* info-title-3 */
  font-size: 120%;
  font-weight: bold;
}
.org-info-title-4 {
  /* info-title-4 */
  font-weight: bold;
}
.org-info-xref {
  /* info-xref */
  color: #f0dfaf;
  font-weight: bold;
  text-decoration: underline;
}
.org-info-xref-visited {
  /* info-xref-visited */
  color: #f0dfaf;
  text-decoration: underline;
}
.org-isearch {
  /* isearch */
  color: #dcdccc;
  background-color: #668b8b;
}
.org-isearch-fail {
  /* isearch-fail */
  background-color: #8b0000;
}
.org-italic {
  /* italic */
  font-style: italic;
}
.org-jabber-chat-prompt-foreign {
  /* jabber-chat-prompt-foreign */
  color: #dfaf8f;
  font-weight: bold;
}
.org-jabber-chat-prompt-local {
  /* jabber-chat-prompt-local */
  color: #f0dfaf;
  font-weight: bold;
}
.org-jabber-rare-time {
  /* jabber-rare-time-face */
  color: #8fb28f;
}
.org-jabber-roster-user-away {
  /* jabber-roster-user-away */
  color: #8fb28f;
}
.org-jabber-roster-user-chatty {
  /* jabber-roster-user-chatty */
  color: #f0dfaf;
  font-weight: bold;
}
.org-jabber-roster-user-dnd {
  /* jabber-roster-user-dnd */
  color: #94bff3;
  font-weight: bold;
}
.org-jabber-roster-user-error {
  /* jabber-roster-user-error */
  color: #e37170;
  background-color: #332323;
}
.org-jabber-roster-user-offline {
  /* jabber-roster-user-offline */
  color: #606060;
}
.org-jabber-roster-user-online {
  /* jabber-roster-user-online */
  color: #dfaf8f;
  font-weight: bold;
}
.org-jabber-roster-user-xa {
  /* jabber-roster-user-xa */
  color: #7f9f7f;
}
.org-jabber-title-large {
  /* jabber-title-large */
  font-size: 172%;
  font-weight: bold;
}
.org-jabber-title-medium {
  /* jabber-title-medium */
  font-size: 144%;
  font-weight: bold;
}
.org-jabber-title-small {
  /* jabber-title-small */
  font-size: 120%;
  font-weight: bold;
}
.org-jde-java-font-lock-constant {
  /* jde-java-font-lock-constant-face */
  color: #dca3a3;
  font-weight: bold;
}
.org-jde-java-font-lock-constant-1 {
  /* jde-java-font-lock-constant */
  color: #dca3a3;
  font-weight: bold;
}
.org-jde-java-font-lock-doc-tag {
  /* jde-java-font-lock-doc-tag-face */
  color: #f0dfaf;
  font-weight: bold;
}
.org-jde-java-font-lock-doc-tag-1 {
  /* jde-java-font-lock-doc-tag */
  color: #f0dfaf;
  font-weight: bold;
}
.org-jde-java-font-lock-link {
  /* jde-java-font-lock-link-face */
  color: #94bff3;
  font-weight: bold;
  text-decoration: underline;
}
.org-jde-java-font-lock-link-1 {
  /* jde-java-font-lock-link */
  color: #94bff3;
  font-weight: bold;
  text-decoration: underline;
}
.org-jde-java-font-lock-modifier {
  /* jde-java-font-lock-modifier-face */
  color: #dfaf8f;
  font-weight: bold;
}
.org-jde-java-font-lock-modifier-1 {
  /* jde-java-font-lock-modifier */
  color: #dfaf8f;
  font-weight: bold;
}
.org-jde-java-font-lock-number {
  /* jde-java-font-lock-number-face */
  color: #dca3a3;
  font-weight: bold;
}
.org-jde-java-font-lock-number-1 {
  /* jde-java-font-lock-number */
  color: #dca3a3;
  font-weight: bold;
}
.org-jde-java-font-lock-operator {
  /* jde-java-font-lock-operator-face */
  color: #f0dfaf;
  font-weight: bold;
}
.org-jde-java-font-lock-operator-1 {
  /* jde-java-font-lock-operator */
  color: #f0dfaf;
  font-weight: bold;
}
.org-jde-java-font-lock-package {
  /* jde-java-font-lock-package-face */
  color: #dfdfbf;
  font-weight: bold;
}
.org-jde-java-font-lock-package-1 {
  /* jde-java-font-lock-package */
  color: #dfdfbf;
  font-weight: bold;
}
.org-keywiz-command {
  /* keywiz-command-face */
  color: #dfaf8f;
  font-weight: bold;
}
.org-keywiz-command-1 {
  /* keywiz-command */
  color: #dfaf8f;
  font-weight: bold;
}
.org-keywiz-right {
  /* keywiz-right-face */
  color: #f0dfaf;
  font-weight: bold;
}
.org-keywiz-right-1 {
  /* keywiz-right */
  color: #f0dfaf;
  font-weight: bold;
}
.org-keywiz-wrong {
  /* keywiz-wrong-face */
  color: #e37170;
  background-color: #332323;
}
.org-keywiz-wrong-1 {
  /* keywiz-wrong */
  color: #e37170;
  background-color: #332323;
}
.org-keyword {
  /* font-lock-keyword-face */
  color: #CC7833;
  font-weight: bold;
}
.org-keyword-1 {
  /* font-lock-keyword */
  color: #f0dfaf;
  font-weight: bold;
}
.org-lazy-highlight {
  /* lazy-highlight */
  color: #dcdccc;
  background-color: #506070;
}
.org-link {
  /* link */
  color: #00ffff;
  text-decoration: underline;
}
.org-link-visited {
  /* link-visited */
  color: #ee82ee;
  text-decoration: underline;
}
.org-log-edit-header {
  /* log-edit-header */
  color: #CC7833;
  font-weight: bold;
}
.org-log-edit-summary {
  /* log-edit-summary */
  color: #FFC66D;
}
.org-log-edit-unknown-header {
  /* log-edit-unknown-header */
  color: #BC9458;
  font-style: italic;
}
.org-magit-branch {
  /* magit-branch */
  color: #dfaf8f;
  font-weight: bold;
}
.org-magit-diff-add {
  /* magit-diff-add */
  color: #00cd00;
}
.org-magit-diff-del {
  /* magit-diff-del */
  color: #cd0000;
}
.org-magit-diff-file-header {
}
.org-magit-diff-hunk-header {
  /* magit-diff-hunk-header */
  font-style: italic;
}
.org-magit-diff-none {
}
.org-magit-header {
}
.org-magit-item-highlight {
  /* magit-item-highlight */
  background-color: #696969;
}
.org-magit-item-mark {
  /* magit-item-mark */
  color: #ffa500;
}
.org-magit-log-head-label {
  /* magit-log-head-label */
  background-color: #006400;
}
.org-magit-log-tag-label {
  /* magit-log-tag-label */
  background-color: #b8860b;
}
.org-magit-section-title {
  /* magit-section-title */
  color: #f0dfaf;
  font-weight: bold;
}
.org-makefile-shell {
}
.org-makefile-shell-1 {
}
.org-makefile-space {
  /* makefile-space-face */
  color: #e37170;
  background-color: #332323;
}
.org-makefile-space-1 {
  /* makefile-space */
  color: #e37170;
  background-color: #332323;
}
.org-match {
  /* match */
  background-color: #3a5fcd;
  font-weight: bold;
}
.org-menu {
}
.org-message-cited-text {
  /* message-cited-text */
  color: #ffaeb9;
}
.org-message-header-cc {
  /* message-header-cc */
  color: #7fff00;
  font-weight: bold;
}
.org-message-header-from {
  /* message-header-from-face */
  color: #f0dfaf;
  font-weight: bold;
}
.org-message-header-from-1 {
  /* message-header-from */
  color: #f0dfaf;
  font-weight: bold;
}
.org-message-header-name {
  /* message-header-name */
  color: #00ff00;
}
.org-message-header-newsgroups {
  /* message-header-newsgroups */
  color: #ffff00;
  font-weight: bold;
  font-style: italic;
}
.org-message-header-other {
  /* message-header-other */
  color: #ff3e96;
}
.org-message-header-subject {
  /* message-header-subject */
  color: #c0ff3e;
  font-weight: bold;
}
.org-message-header-to {
  /* message-header-to */
  color: #caff70;
  font-weight: bold;
}
.org-message-header-xheader {
  /* message-header-xheader */
  color: #00bfff;
}
.org-message-mml {
  /* message-mml */
  color: #00fa9a;
  font-weight: bold;
}
.org-message-separator {
  /* message-separator */
  color: #b0e2ff;
}
.org-mew-face-body-cite1 {
  /* mew-face-body-cite1 */
  color: #7f9f7f;
}
.org-mew-face-body-cite2 {
  /* mew-face-body-cite2 */
  color: #8cd0d3;
}
.org-mew-face-body-cite3 {
  /* mew-face-body-cite3 */
  color: #dfaf8f;
}
.org-mew-face-body-cite4 {
  /* mew-face-body-cite4 */
  color: #f0dfaf;
}
.org-mew-face-body-cite5 {
  /* mew-face-body-cite5 */
  color: #cc9393;
}
.org-mew-face-body-comment {
  /* mew-face-body-comment */
  color: #709080;
}
.org-mew-face-body-url {
  /* mew-face-body-url */
  color: #dfaf8f;
}
.org-mew-face-eof-message {
  /* mew-face-eof-message */
  color: #7f9f7f;
}
.org-mew-face-eof-part {
  /* mew-face-eof-part */
  color: #f0dfaf;
}
.org-mew-face-header-date {
  /* mew-face-header-date */
  color: #7f9f7f;
}
.org-mew-face-header-from {
  /* mew-face-header-from */
  color: #f0dfaf;
}
.org-mew-face-header-important {
  /* mew-face-header-important */
  color: #8cd0d3;
}
.org-mew-face-header-key {
  /* mew-face-header-key */
  color: #7f9f7f;
}
.org-mew-face-header-marginal {
  /* mew-face-header-marginal */
  color: #709080;
}
.org-mew-face-header-private {
  /* mew-face-header-private */
  color: #7f9f7f;
}
.org-mew-face-header-subject {
  /* mew-face-header-subject */
  color: #dfaf8f;
}
.org-mew-face-header-to {
  /* mew-face-header-to */
  color: #cc9393;
}
.org-mew-face-header-warning {
  /* mew-face-header-warning */
  color: #cc9393;
}
.org-mew-face-header-xmew {
  /* mew-face-header-xmew */
  color: #7f9f7f;
}
.org-mew-face-header-xmew-bad {
  /* mew-face-header-xmew-bad */
  color: #cc9393;
}
.org-mew-face-mark-delete {
  /* mew-face-mark-delete */
  color: #cc9393;
}
.org-mew-face-mark-escape {
  /* mew-face-mark-escape */
  color: #7f9f7f;
}
.org-mew-face-mark-refile {
  /* mew-face-mark-refile */
  color: #7f9f7f;
}
.org-mew-face-mark-review {
  /* mew-face-mark-review */
  color: #8cd0d3;
}
.org-mew-face-mark-unlink {
  /* mew-face-mark-unlink */
  color: #f0dfaf;
}
.org-mew-face-mark-unread {
}
.org-minibuffer-prompt {
  /* minibuffer-prompt */
  color: #f0dfaf;
  font-weight: bold;
}
.org-minimap-active-region-background {
  /* minimap-active-region-background */
  background-color: #233323;
}
.org-mm-uu-extract {
  /* mm-uu-extract */
  color: #ffffe0;
  background-color: #006400;
}
.org-mode-line {
  /* mode-line */
  color: #acbc90;
  background-color: #1e2320;
}
.org-mode-line-buffer-id {
  /* mode-line-buffer-id */
  color: #000000;
  background-color: #A5BAF1;
  font-weight: bold;
}
.org-mode-line-emphasis {
  /* mode-line-emphasis */
  font-weight: bold;
}
.org-mode-line-highlight {
}
.org-mode-line-inactive {
  /* mode-line-inactive */
  color: #88b090;
  background-color: #2e3330;
}
.org-modeline-mousable {
  /* modeline-mousable */
  color: #000000;
  background-color: #A5BAF1;
}
.org-modeline-mousable-minor-mode {
  /* modeline-mousable-minor-mode */
  color: #000000;
  background-color: #A5BAF1;
}
.org-mouse {
  /* mouse */
  background-color: #dcdccc;
}
.org-mtorus-highlight {
}
.org-mtorus-highlight-1 {
}
.org-mtorus-notify-highlight {
  /* mtorus-notify-highlight-face */
  color: #f0dfaf;
  font-weight: bold;
}
.org-mtorus-notify-highlight-1 {
  /* mtorus-notify-highlight */
  color: #f0dfaf;
  font-weight: bold;
}
.org-nav-face-button-num {
}
.org-nav-face-dir {
  /* nav-face-dir */
  color: #7f9f7f;
}
.org-nav-face-file {
}
.org-nav-face-hdir {
  /* nav-face-hdir */
  color: #cc9393;
}
.org-nav-face-heading {
  /* nav-face-heading */
  color: #f0dfaf;
}
.org-nav-face-hfile {
}
.org-negation-char {
  /* font-lock-negation-char-face */
  color: #f0dfaf;
  font-weight: bold;
}
.org-negation-char-1 {
  /* font-lock-negation-char */
  color: #f0dfaf;
  font-weight: bold;
}
.org-next-error {
  /* next-error */
  background-color: #5f5f5f;
}
.org-nobreak-space {
  /* nobreak-space */
  color: #00ffff;
  text-decoration: underline;
}
.org-nxml-attribute-colon {
  /* nxml-attribute-colon-face */
  color: #dcdccc;
  background-color: #3f3f3f;
}
.org-nxml-attribute-colon-1 {
  /* nxml-attribute-colon */
  color: #dcdccc;
  background-color: #3f3f3f;
}
.org-nxml-attribute-local-name {
  /* nxml-attribute-local-name-face */
  color: #dfdfbf;
  font-weight: bold;
}
.org-nxml-attribute-local-name-1 {
  /* nxml-attribute-local-name */
  color: #dfdfbf;
  font-weight: bold;
}
.org-nxml-attribute-prefix {
  /* nxml-attribute-prefix-face */
  color: #dcdccc;
  background-color: #3f3f3f;
}
.org-nxml-attribute-prefix-1 {
  /* nxml-attribute-prefix */
  color: #dcdccc;
  background-color: #3f3f3f;
}
.org-nxml-attribute-value {
  /* nxml-attribute-value-face */
  color: #cc9393;
}
.org-nxml-attribute-value-1 {
  /* nxml-attribute-value */
  color: #cc9393;
}
.org-nxml-attribute-value-delimiter {
  /* nxml-attribute-value-delimiter-face */
  color: #cc9393;
}
.org-nxml-attribute-value-delimiter-1 {
  /* nxml-attribute-value-delimiter */
  color: #cc9393;
}
.org-nxml-cdata-section-cdata {
  /* nxml-cdata-section-CDATA-face */
  color: #dca3a3;
  font-weight: bold;
}
.org-nxml-cdata-section-cdata-1 {
  /* nxml-cdata-section-CDATA */
  color: #dca3a3;
  font-weight: bold;
}
.org-nxml-cdata-section-content {
  /* nxml-cdata-section-content-face */
  color: #dcdccc;
  background-color: #3f3f3f;
}
.org-nxml-cdata-section-content-1 {
  /* nxml-cdata-section-content */
  color: #dcdccc;
  background-color: #3f3f3f;
}
.org-nxml-cdata-section-delimiter {
  /* nxml-cdata-section-delimiter-face */
  color: #dca3a3;
  font-weight: bold;
}
.org-nxml-cdata-section-delimiter-1 {
  /* nxml-cdata-section-delimiter */
  color: #dca3a3;
  font-weight: bold;
}
.org-nxml-char-ref-delimiter {
  /* nxml-char-ref-delimiter-face */
  color: #94bff3;
  font-weight: bold;
}
.org-nxml-char-ref-delimiter-1 {
  /* nxml-char-ref-delimiter */
  color: #94bff3;
  font-weight: bold;
}
.org-nxml-char-ref-number {
  /* nxml-char-ref-number-face */
  color: #94bff3;
  font-weight: bold;
}
.org-nxml-char-ref-number-1 {
  /* nxml-char-ref-number */
  color: #94bff3;
  font-weight: bold;
}
.org-nxml-comment-content {
  /* nxml-comment-content-face */
  color: #7f9f7f;
}
.org-nxml-comment-content-1 {
  /* nxml-comment-content */
  color: #7f9f7f;
}
.org-nxml-comment-delimiter {
  /* nxml-comment-delimiter-face */
  color: #7f9f7f;
}
.org-nxml-comment-delimiter-1 {
  /* nxml-comment-delimiter */
  color: #7f9f7f;
}
.org-nxml-delimited-data {
  /* nxml-delimited-data-face */
  color: #cc9393;
}
.org-nxml-delimited-data-1 {
  /* nxml-delimited-data */
  color: #cc9393;
}
.org-nxml-delimiter {
  /* nxml-delimiter-face */
  color: #dcdccc;
  background-color: #3f3f3f;
}
.org-nxml-delimiter-1 {
  /* nxml-delimiter */
  color: #dcdccc;
  background-color: #3f3f3f;
}
.org-nxml-element-colon {
  /* nxml-element-colon-face */
  color: #dcdccc;
  background-color: #3f3f3f;
}
.org-nxml-element-colon-1 {
  /* nxml-element-colon */
  color: #dcdccc;
  background-color: #3f3f3f;
}
.org-nxml-element-local-name {
  /* nxml-element-local-name-face */
  color: #f0dfaf;
  font-weight: bold;
}
.org-nxml-element-local-name-1 {
  /* nxml-element-local-name */
  color: #f0dfaf;
  font-weight: bold;
}
.org-nxml-element-prefix {
  /* nxml-element-prefix-face */
  color: #dcdccc;
  background-color: #3f3f3f;
}
.org-nxml-element-prefix-1 {
  /* nxml-element-prefix */
  color: #dcdccc;
  background-color: #3f3f3f;
}
.org-nxml-entity-ref-delimiter {
  /* nxml-entity-ref-delimiter-face */
  color: #94bff3;
  font-weight: bold;
}
.org-nxml-entity-ref-delimiter-1 {
  /* nxml-entity-ref-delimiter */
  color: #94bff3;
  font-weight: bold;
}
.org-nxml-entity-ref-name {
  /* nxml-entity-ref-name-face */
  color: #94bff3;
  font-weight: bold;
}
.org-nxml-entity-ref-name-1 {
  /* nxml-entity-ref-name */
  color: #94bff3;
  font-weight: bold;
}
.org-nxml-name {
  /* nxml-name-face */
  color: #f0dfaf;
  font-weight: bold;
}
.org-nxml-name-1 {
  /* nxml-name */
  color: #f0dfaf;
  font-weight: bold;
}
.org-nxml-namespace-attribute-colon {
  /* nxml-namespace-attribute-colon-face */
  color: #dcdccc;
  background-color: #3f3f3f;
}
.org-nxml-namespace-attribute-colon-1 {
  /* nxml-namespace-attribute-colon */
  color: #dcdccc;
  background-color: #3f3f3f;
}
.org-nxml-namespace-attribute-prefix {
  /* nxml-namespace-attribute-prefix-face */
  color: #dfdfbf;
  font-weight: bold;
}
.org-nxml-namespace-attribute-prefix-1 {
  /* nxml-namespace-attribute-prefix */
  color: #dfdfbf;
  font-weight: bold;
}
.org-nxml-namespace-attribute-xmlns {
  /* nxml-namespace-attribute-xmlns-face */
  color: #dcdccc;
  background-color: #3f3f3f;
}
.org-nxml-namespace-attribute-xmlns-1 {
  /* nxml-namespace-attribute-xmlns */
  color: #dcdccc;
  background-color: #3f3f3f;
}
.org-nxml-processing-instruction-content {
  /* nxml-processing-instruction-content-face */
  color: #dfaf8f;
  font-weight: bold;
}
.org-nxml-processing-instruction-content-1 {
  /* nxml-processing-instruction-content */
  color: #dfaf8f;
  font-weight: bold;
}
.org-nxml-processing-instruction-delimiter {
  /* nxml-processing-instruction-delimiter-face */
  color: #dfaf8f;
  font-weight: bold;
}
.org-nxml-processing-instruction-delimiter-1 {
  /* nxml-processing-instruction-delimiter */
  color: #dfaf8f;
  font-weight: bold;
}
.org-nxml-processing-instruction-target {
  /* nxml-processing-instruction-target-face */
  color: #dfaf8f;
  font-weight: bold;
}
.org-nxml-processing-instruction-target-1 {
  /* nxml-processing-instruction-target */
  color: #dfaf8f;
  font-weight: bold;
}
.org-nxml-ref {
  /* nxml-ref-face */
  color: #94bff3;
  font-weight: bold;
}
.org-nxml-ref-1 {
  /* nxml-ref */
  color: #94bff3;
  font-weight: bold;
}
.org-nxml-tag-delimiter {
  /* nxml-tag-delimiter-face */
  color: #dcdccc;
  background-color: #3f3f3f;
}
.org-nxml-tag-delimiter-1 {
  /* nxml-tag-delimiter */
  color: #dcdccc;
  background-color: #3f3f3f;
}
.org-nxml-tag-slash {
  /* nxml-tag-slash-face */
  color: #dcdccc;
  background-color: #3f3f3f;
}
.org-nxml-tag-slash-1 {
  /* nxml-tag-slash */
  color: #dcdccc;
  background-color: #3f3f3f;
}
.org-nxml-text {
  /* nxml-text-face */
  color: #dcdccc;
  background-color: #3f3f3f;
}
.org-nxml-text-1 {
  /* nxml-text */
  color: #dcdccc;
  background-color: #3f3f3f;
}
.org-operator {
  /* font-lock-operator-face */
  color: #dfdfbf;
  font-weight: bold;
}
.org-operator-1 {
  /* font-lock-operator */
  color: #dfdfbf;
  font-weight: bold;
}
.org-org-agenda-clocking {
  /* org-agenda-clocking */
  background-color: #506070;
}
.org-org-agenda-column-dateline {
  /* org-agenda-column-dateline */
  background-color: #4d4d4d;
}
.org-org-agenda-current-time {
  /* org-agenda-current-time */
  color: #ffc9a4;
}
.org-org-agenda-date {
  /* org-agenda-date */
  color: #87cefa;
  font-style: italic;
}
.org-org-agenda-date-today {
  /* org-agenda-date-today */
  color: #ffffff;
  font-weight: bold;
  font-style: italic;
}
.org-org-agenda-date-today-1 {
  /* org-agenda-date-today-face */
  color: #ffffff;
  font-weight: bold;
  font-style: italic;
}
.org-org-agenda-date-weekend {
  /* org-agenda-date-weekend */
  color: #87cefa;
  font-weight: bold;
  font-style: italic;
}
.org-org-agenda-diary {
  /* org-agenda-diary */
  color: #dcdccc;
  background-color: #3f3f3f;
}
.org-org-agenda-dimmed-todo {
  /* org-agenda-dimmed-todo-face */
  color: #7f7f7f;
}
.org-org-agenda-done {
  /* org-agenda-done */
  color: #98fb98;
}
.org-org-agenda-restriction-lock {
  /* org-agenda-restriction-lock */
  background-color: #4a708b;
}
.org-org-agenda-structure {
  /* org-agenda-structure */
  color: #87cefa;
  font-style: italic;
}
.org-org-agenda-structure-1 {
  /* org-agenda-structure-face */
  color: #87cefa;
  font-style: italic;
}
.org-org-archived {
  /* org-archived */
  color: #8f8f8f;
}
.org-org-archived-1 {
  /* org-archived-face */
  color: #8f8f8f;
}
.org-org-beamer-tag {
}
.org-org-block {
  /* org-block */
  color: #b3b3b3;
}
.org-org-checkbox {
  /* org-checkbox */
  color: #ffffff;
  background-color: #5f5f5f;
  font-weight: bold;
}
.org-org-checkbox-statistics-done {
  /* org-checkbox-statistics-done */
  color: #afd8af;
  font-weight: bold;
}
.org-org-checkbox-statistics-todo {
  /* org-checkbox-statistics-todo */
  color: #cc9393;
  font-weight: bold;
}
.org-org-clock-overlay {
  /* org-clock-overlay */
  background-color: #4a708b;
}
.org-org-code {
  /* org-code */
  color: #b3b3b3;
}
.org-org-column {
  /* org-column */
  background-color: #4d4d4d;
}
.org-org-column-1 {
  /* org-column-face */
  background-color: #4d4d4d;
}
.org-org-column-title {
  /* org-column-title */
  background-color: #4d4d4d;
  font-weight: bold;
  text-decoration: underline;
}
.org-org-date {
  /* org-date */
  color: #8cd0d3;
  text-decoration: underline;
}
.org-org-date-1 {
  /* org-date-face */
  color: #8cd0d3;
  text-decoration: underline;
}
.org-org-deadline-announce {
  /* org-deadline-announce-face */
  color: #bc8383;
}
.org-org-deadline-announce-1 {
  /* org-deadline-announce */
  color: #bc8383;
}
.org-org-document-info {
  /* org-document-info */
  color: #afeeee;
}
.org-org-document-info-keyword {
  /* org-document-info-keyword */
  color: #BC9458;
  font-weight: bold;
}
.org-org-document-title {
  /* org-document-title */
  color: #BC9458;
  font-weight: bold;
}
.org-org-done {
  /* org-done */
  color: #afd8af;
  font-weight: bold;
}
.org-org-done-1 {
  /* org-done-face */
  color: #afd8af;
  font-weight: bold;
}
.org-org-drawer {
  /* org-drawer */
  color: #87cefa;
}
.org-org-ellipsis {
  /* org-ellipsis */
  color: #eedd82;
  text-decoration: underline;
}
.org-org-footnote {
  /* org-footnote */
  color: #00ffff;
  text-decoration: underline;
}
.org-org-formula {
  /* org-formula */
  color: #d0bf8f;
}
.org-org-formula-1 {
  /* org-formula-face */
  color: #d0bf8f;
}
.org-org-headline-done {
  /* org-headline-done */
  color: #afd8af;
}
.org-org-headline-done-1 {
  /* org-headline-done-face */
  color: #afd8af;
}
.org-org-hide {
  /* org-hide */
  color: #282828;
}
.org-org-hide-1 {
  /* org-hide-face */
  color: #282828;
}
.org-org-latex-and-export-specials {
  /* org-latex-and-export-specials */
  color: #deb887;
}
.org-org-level-1 {
  /* org-level-1 */
  color: #dfaf8f;
  background-color: #3f3f3f;
}
.org-org-level-1-1 {
  /* org-level-1-face */
  color: #dfaf8f;
  background-color: #3f3f3f;
}
.org-org-level-2 {
  /* org-level-2 */
  color: #f0dfaf;
  background-color: #3f3f3f;
}
.org-org-level-2-1 {
  /* org-level-2-face */
  color: #f0dfaf;
  background-color: #3f3f3f;
}
.org-org-level-3 {
  /* org-level-3 */
  color: #8cd0d3;
  background-color: #3f3f3f;
}
.org-org-level-3-1 {
  /* org-level-3-face */
  color: #8cd0d3;
  background-color: #3f3f3f;
}
.org-org-level-4 {
  /* org-level-4 */
  color: #93e0e3;
  background-color: #3f3f3f;
}
.org-org-level-4-1 {
  /* org-level-4-face */
  color: #93e0e3;
  background-color: #3f3f3f;
}
.org-org-level-5 {
  /* org-level-5 */
  color: #7cb8bb;
  background-color: #3f3f3f;
}
.org-org-level-5-1 {
  /* org-level-5-face */
  color: #7cb8bb;
  background-color: #3f3f3f;
}
.org-org-level-6 {
  /* org-level-6 */
  color: #6ca0a3;
  background-color: #3f3f3f;
}
.org-org-level-6-1 {
  /* org-level-6-face */
  color: #6ca0a3;
  background-color: #3f3f3f;
}
.org-org-level-7 {
  /* org-level-7 */
  color: #5c888b;
  background-color: #3f3f3f;
}
.org-org-level-7-1 {
  /* org-level-7-face */
  color: #5c888b;
  background-color: #3f3f3f;
}
.org-org-level-8 {
  /* org-level-8 */
  color: #4c7073;
  background-color: #3f3f3f;
}
.org-org-level-8-1 {
  /* org-level-8-face */
  color: #4c7073;
  background-color: #3f3f3f;
}
.org-org-link {
  /* org-link */
  color: #d0bf8f;
  text-decoration: underline;
}
.org-org-link-1 {
  /* org-link-face */
  color: #d0bf8f;
  text-decoration: underline;
}
.org-org-meta-line {
  /* org-meta-line */
  color: #BC9458;
  font-style: italic;
}
.org-org-mode-line-clock {
  /* org-mode-line-clock */
  color: #acbc90;
  background-color: #1e2320;
}
.org-org-mode-line-clock-overrun {
  /* org-mode-line-clock-overrun */
  color: #acbc90;
  background-color: #ff0000;
}
.org-org-property-value {
}
.org-org-quote {
  /* org-quote */
  color: #b3b3b3;
}
.org-org-scheduled {
  /* org-scheduled */
  color: #bfebbf;
}
.org-org-scheduled-1 {
  /* org-scheduled-face */
  color: #bfebbf;
}
.org-org-scheduled-previously {
  /* org-scheduled-previously */
  color: #8c5353;
}
.org-org-scheduled-previously-1 {
  /* org-scheduled-previously-face */
  color: #8c5353;
}
.org-org-scheduled-today {
  /* org-scheduled-today */
  color: #94bff3;
}
.org-org-scheduled-today-1 {
  /* org-scheduled-today-face */
  color: #94bff3;
}
.org-org-sexp-date {
  /* org-sexp-date */
  color: #00ffff;
}
.org-org-special-keyword {
  /* org-special-keyword */
  color: #e0cf9f;
}
.org-org-special-keyword-1 {
  /* org-special-keyword-face */
  color: #e0cf9f;
}
.org-org-table {
  /* org-table */
  color: #9fc59f;
}
.org-org-table-1 {
  /* org-table-face */
  color: #9fc59f;
}
.org-org-tag {
  /* org-tag */
  font-weight: bold;
}
.org-org-tag-1 {
  /* org-tag-face */
  font-weight: bold;
}
.org-org-target {
  /* org-target */
  text-decoration: underline;
}
.org-org-time-grid {
  /* org-time-grid */
  color: #ffc9a4;
}
.org-org-time-grid-1 {
  /* org-time-grid-face */
  color: #ffc9a4;
}
.org-org-todo {
  /* org-todo */
  color: #cc9393;
  font-weight: bold;
}
.org-org-todo-1 {
  /* org-todo-face */
  color: #cc9393;
  font-weight: bold;
}
.org-org-upcoming-deadline {
  /* org-upcoming-deadline */
  color: #ff7f24;
  font-weight: bold;
}
.org-org-upcoming-deadline-1 {
  /* org-upcoming-deadline-face */
  color: #ff7f24;
  font-weight: bold;
}
.org-org-verbatim {
  /* org-verbatim */
  color: #b3b3b3;
}
.org-org-verse {
  /* org-verse */
  color: #b3b3b3;
}
.org-org-warning {
  /* org-warning */
  color: #cc9393;
  background-color: #332323;
  font-weight: bold;
}
.org-org-warning-1 {
  /* org-warning-face */
  color: #cc9393;
  background-color: #332323;
  font-weight: bold;
}
.org-outline-1 {
  /* outline-1 */
  color: #dcdccc;
  background-color: #3f3f3f;
}
.org-outline-2 {
  /* outline-2 */
  color: #dcdccc;
  background-color: #3f3f3f;
}
.org-outline-3 {
  /* outline-3 */
  color: #dcdccc;
  background-color: #3f3f3f;
}
.org-outline-4 {
  /* outline-4 */
  color: #dcdccc;
  background-color: #3f3f3f;
}
.org-outline-5 {
  /* outline-5 */
  color: #dcdccc;
  background-color: #3f3f3f;
}
.org-outline-6 {
  /* outline-6 */
  color: #dcdccc;
  background-color: #3f3f3f;
}
.org-outline-7 {
  /* outline-7 */
  color: #dcdccc;
  background-color: #3f3f3f;
}
.org-outline-8 {
  /* outline-8 */
  color: #dcdccc;
  background-color: #3f3f3f;
}
.org-paren {
  /* paren-face */
  color: #606060;
}
.org-paren-1 {
  /* paren */
  color: #606060;
}
.org-paren-face-match-light {
  /* paren-face-match-light */
  color: #FFC66D;
  background-color: #555577;
}
.org-plain-widget-button {
  /* plain-widget-button-face */
  font-weight: bold;
}
.org-plain-widget-button-1 {
  /* plain-widget-button */
  font-weight: bold;
}
.org-plain-widget-button-pressed {
}
.org-plain-widget-button-pressed-1 {
}
.org-plain-widget-documentation {
  /* plain-widget-documentation-face */
  color: #8fb28f;
}
.org-plain-widget-documentation-1 {
  /* plain-widget-documentation */
  color: #8fb28f;
}
.org-plain-widget-field {
  /* plain-widget-field-face */
  background-color: #5f5f5f;
}
.org-plain-widget-field-1 {
  /* plain-widget-field */
  background-color: #5f5f5f;
}
.org-plain-widget-inactive {
  /* plain-widget-inactive-face */
  text-decoration: line-through;
}
.org-plain-widget-inactive-1 {
  /* plain-widget-inactive */
  text-decoration: line-through;
}
.org-plain-widget-single-line-field {
  /* plain-widget-single-line-field-face */
  background-color: #5f5f5f;
}
.org-plain-widget-single-line-field-1 {
  /* plain-widget-single-line-field */
  background-color: #5f5f5f;
}
.org-preprocessor {
  /* font-lock-preprocessor-face */
  color: #CC7833;
}
.org-preprocessor-1 {
  /* font-lock-preprocessor */
  color: #8cd0d3;
}
.org-preview {
  /* preview-face */
  background-color: #2f4f4f;
}
.org-preview-reference {
}
.org-primary-selection {
  /* primary-selection */
  background-color: #555577;
}
.org-pseudo-keyword {
  /* font-lock-pseudo-keyword-face */
  color: #dfaf8f;
  font-weight: bold;
}
.org-pseudo-keyword-1 {
  /* font-lock-pseudo-keyword */
  color: #dfaf8f;
  font-weight: bold;
}
.org-py-builtins {
  /* py-builtins-face */
  color: #CC7833;
}
.org-py-decorators {
  /* py-decorators-face */
  color: #CC7833;
}
.org-py-pseudo-keyword {
  /* py-pseudo-keyword-face */
  color: #CC7833;
}
.org-py-xxx-tag {
  /* py-XXX-tag-face */
  color: #BC9458;
  font-style: italic;
}
.org-query-replace {
  /* query-replace */
  color: #dcdccc;
  background-color: #668b8b;
}
.org-rcirc-bright-nick {
  /* rcirc-bright-nick */
  color: #ffffff;
  font-weight: bold;
}
.org-rcirc-dim-nick {
  /* rcirc-dim-nick */
  color: #7f9f7f;
}
.org-rcirc-keyword {
  /* rcirc-keyword */
  background-color: #556b2f;
  text-decoration: underline;
}
.org-rcirc-mode-line-nick {
  /* rcirc-mode-line-nick */
  color: #f0dfaf;
  font-weight: bold;
}
.org-rcirc-my-nick {
  /* rcirc-my-nick */
  color: #87cefa;
  font-weight: bold;
}
.org-rcirc-nick-in-message {
  /* rcirc-nick-in-message */
  color: #00ffff;
  font-weight: bold;
}
.org-rcirc-nick-in-message-full-line {
  /* rcirc-nick-in-message-full-line */
  font-weight: bold;
}
.org-rcirc-other-nick {
  /* rcirc-other-nick */
  color: #eedd82;
  font-weight: bold;
}
.org-rcirc-prompt {
  /* rcirc-prompt */
  color: #00ffff;
  font-weight: bold;
}
.org-rcirc-server {
  /* rcirc-server */
  color: #ff7f24;
}
.org-rcirc-server-prefix {
  /* rcirc-server-prefix */
  color: #708070;
}
.org-rcirc-timestamp {
  /* rcirc-timestamp */
  color: #7f9f7f;
}
.org-rcirc-track-keyword {
  /* rcirc-track-keyword */
  font-weight: bold;
}
.org-rcirc-track-nick {
}
.org-rcirc-url {
  /* rcirc-url */
  font-weight: bold;
}
.org-reference {
  /* font-lock-reference-face */
  color: #b0c4de;
}
.org-regexp-grouping-backslash {
  /* font-lock-regexp-grouping-backslash */
  font-weight: bold;
}
.org-regexp-grouping-construct {
  /* font-lock-regexp-grouping-construct */
  font-weight: bold;
}
.org-region {
  /* region */
  background-color: #5f5f5f;
}
.org-rpm-spec-dir {
  /* rpm-spec-dir-face */
  color: #7f9f7f;
}
.org-rpm-spec-dir-1 {
  /* rpm-spec-dir */
  color: #7f9f7f;
}
.org-rpm-spec-doc {
  /* rpm-spec-doc-face */
  color: #7f9f7f;
}
.org-rpm-spec-doc-1 {
  /* rpm-spec-doc */
  color: #7f9f7f;
}
.org-rpm-spec-ghost {
  /* rpm-spec-ghost-face */
  color: #cc9393;
}
.org-rpm-spec-ghost-1 {
  /* rpm-spec-ghost */
  color: #cc9393;
}
.org-rpm-spec-macro {
  /* rpm-spec-macro-face */
  color: #f0dfaf;
}
.org-rpm-spec-macro-1 {
  /* rpm-spec-macro */
  color: #f0dfaf;
}
.org-rpm-spec-obsolete-tag {
  /* rpm-spec-obsolete-tag-face */
  color: #cc9393;
}
.org-rpm-spec-obsolete-tag-1 {
  /* rpm-spec-obsolete-tag */
  color: #cc9393;
}
.org-rpm-spec-package {
  /* rpm-spec-package-face */
  color: #cc9393;
}
.org-rpm-spec-package-1 {
  /* rpm-spec-package */
  color: #cc9393;
}
.org-rpm-spec-section {
  /* rpm-spec-section-face */
  color: #f0dfaf;
}
.org-rpm-spec-section-1 {
  /* rpm-spec-section */
  color: #f0dfaf;
}
.org-rpm-spec-tag {
  /* rpm-spec-tag-face */
  color: #8cd0d3;
}
.org-rpm-spec-tag-1 {
  /* rpm-spec-tag */
  color: #8cd0d3;
}
.org-rpm-spec-var {
  /* rpm-spec-var-face */
  color: #cc9393;
}
.org-rpm-spec-var-1 {
  /* rpm-spec-var */
  color: #cc9393;
}
.org-scroll-bar {
  /* scroll-bar */
  background-color: #5f5f5f;
}
.org-secondary-selection {
  /* secondary-selection */
  background-color: #506070;
}
.org-semantic-decoration-on-unparsed-includes {
  /* semantic-decoration-on-unparsed-includes */
  color: #88b090;
  background-color: #2e3330;
}
.org-semantic-tag-boundary {
  /* semantic-tag-boundary-face */
  text-decoration: overline;
}
.org-setnu-line-number {
  /* setnu-line-number-face */
  color: #708070;
}
.org-setnu-line-number-1 {
  /* setnu-line-number */
  color: #708070;
}
.org-sgml-namespace {
  /* sgml-namespace */
  color: #D0D0FF;
}
.org-sh-escaped-newline {
  /* sh-escaped-newline */
  color: #A5C261;
}
.org-sh-heredoc {
  /* sh-heredoc */
  color: #ffff00;
  font-weight: bold;
}
.org-sh-quoted-exec {
  /* sh-quoted-exec */
  color: #fa8072;
}
.org-shadow {
  /* shadow */
  color: #b3b3b3;
}
.org-show-paren-match {
  /* show-paren-match */
  color: #7cb8bb;
  background-color: #4f94cd;
  text-decoration: underline;
}
.org-show-paren-mismatch {
  /* show-paren-mismatch */
  color: #ffffff;
  background-color: #a020f0;
}
.org-sldb-catch-tag {
}
.org-sldb-condition {
}
.org-sldb-detailed-frame-line {
}
.org-sldb-frame-label {
}
.org-sldb-frame-line {
}
.org-sldb-local-name {
}
.org-sldb-local-value {
}
.org-sldb-non-restartable-frame-line {
}
.org-sldb-restart {
}
.org-sldb-restart-number {
  /* sldb-restart-number-face */
  font-weight: bold;
}
.org-sldb-restart-type {
  /* sldb-restart-type-face */
  color: #CC7833;
  font-weight: bold;
}
.org-sldb-restartable-frame-line {
  /* sldb-restartable-frame-line-face */
  color: #32cd32;
}
.org-sldb-section {
}
.org-sldb-topline {
}
.org-slime-error {
  /* slime-error-face */
  text-decoration: underline;
}
.org-slime-highlight {
  /* slime-highlight-face */
  background-color: #556b2f;
}
.org-slime-inspector-action {
  /* slime-inspector-action-face */
  color: #ffc0cb;
  background-color: #332323;
}
.org-slime-inspector-label {
  /* slime-inspector-label-face */
  color: #6D9CBE;
  font-weight: bold;
}
.org-slime-inspector-topline {
}
.org-slime-inspector-type {
  /* slime-inspector-type-face */
  color: #ffffff;
  font-weight: bold;
}
.org-slime-inspector-value {
  /* slime-inspector-value-face */
  color: #D0D0FF;
}
.org-slime-note {
  /* slime-note-face */
  text-decoration: underline;
}
.org-slime-repl-input {
  /* slime-repl-input-face */
  font-weight: bold;
}
.org-slime-repl-output {
  /* slime-repl-output-face */
  color: #A5C261;
}
.org-slime-repl-prompt {
  /* slime-repl-prompt-face */
  color: #CC7833;
  font-weight: bold;
}
.org-slime-repl-result {
}
.org-slime-style-warning {
  /* slime-style-warning-face */
  text-decoration: underline;
}
.org-slime-warning {
  /* slime-warning-face */
  text-decoration: underline;
}
.org-spam {
  /* spam */
  color: #eeeee0;
}
.org-speedbar-button {
  /* speedbar-button-face */
  color: #00cd00;
  font-weight: bold;
}
.org-speedbar-button-1 {
  /* speedbar-button */
  color: #f0dfaf;
  font-weight: bold;
}
.org-speedbar-directory {
  /* speedbar-directory-face */
  color: #add8e6;
  font-weight: bold;
}
.org-speedbar-directory-1 {
  /* speedbar-directory */
  color: #94bff3;
  font-weight: bold;
}
.org-speedbar-file {
  /* speedbar-file-face */
  color: #00ffff;
  font-weight: bold;
}
.org-speedbar-file-1 {
  /* speedbar-file */
  color: #dfaf8f;
  font-weight: bold;
}
.org-speedbar-highlight {
  /* speedbar-highlight-face */
  background-color: #2e8b57;
  text-decoration: underline;
}
.org-speedbar-highlight-1 {
  /* speedbar-highlight */
  text-decoration: underline;
}
.org-speedbar-selected {
  /* speedbar-selected-face */
  color: #ff0000;
  text-decoration: underline;
}
.org-speedbar-separator {
  /* speedbar-separator-face */
  color: #ffffff;
  background-color: #0000ff;
  text-decoration: overline;
}
.org-speedbar-tag {
  /* speedbar-tag-face */
  color: #ffff00;
}
.org-speedbar-tag-1 {
  /* speedbar-tag */
  color: #8cd0d3;
}
.org-string {
  /* font-lock-string-face */
  color: #A5C261;
}
.org-string-1 {
  /* font-lock-string */
  color: #cc9393;
}
.org-strokes-char {
  /* strokes-char-face */
  color: #f0dfaf;
  font-weight: bold;
}
.org-strokes-char-1 {
  /* strokes-char */
  color: #f0dfaf;
  font-weight: bold;
}
.org-svn-mark {
  /* svn-mark-face */
  color: #8cd0d3;
}
.org-svn-mark-1 {
  /* svn-mark */
  color: #8cd0d3;
}
.org-swank-clojure-dim-trace {
  /* swank-clojure-dim-trace-face */
  color: #7f7f7f;
}
.org-term-bold {
  /* term-bold */
  font-weight: bold;
}
.org-term-default-bg {
}
.org-term-default-bg-inv {
}
.org-term-default-fg {
}
.org-term-default-fg-inv {
}
.org-term-invisible {
}
.org-term-invisible-inv {
}
.org-term-underline {
  /* term-underline */
  text-decoration: underline;
}
.org-texinfo-heading {
  /* texinfo-heading */
  color: #FFC66D;
}
.org-todoo-item-assigned-header {
  /* todoo-item-assigned-header-face */
  color: #dfaf8f;
  font-weight: bold;
}
.org-todoo-item-assigned-header-1 {
  /* todoo-item-assigned-header */
  color: #dfaf8f;
  font-weight: bold;
}
.org-todoo-item-header {
  /* todoo-item-header-face */
  color: #f0dfaf;
  font-weight: bold;
}
.org-todoo-item-header-1 {
  /* todoo-item-header */
  color: #f0dfaf;
  font-weight: bold;
}
.org-todoo-sub-item-header {
  /* todoo-sub-item-header-face */
  color: #f0dfaf;
}
.org-todoo-sub-item-header-1 {
  /* todoo-sub-item-header */
  color: #f0dfaf;
}
.org-tool-bar {
  /* tool-bar */
  color: #000000;
  background-color: #5f5f5f;
}
.org-tooltip {
  /* tooltip */
  color: #000000;
  background-color: #ffffe0;
}
.org-trailing-whitespace {
  /* trailing-whitespace */
  color: #e37170;
  background-color: #ff0000;
}
.org-tuareg-font-lock-error {
  /* tuareg-font-lock-error-face */
  color: #ffff00;
  background-color: #ff0000;
  font-weight: bold;
}
.org-tuareg-font-lock-governing {
  /* tuareg-font-lock-governing-face */
  color: #ffa500;
  font-weight: bold;
}
.org-tuareg-font-lock-governing-1 {
  /* tuareg-font-lock-governing */
  color: #dfaf8f;
  font-weight: bold;
}
.org-tuareg-font-lock-interactive-error {
  /* tuareg-font-lock-interactive-error-face */
  color: #e37170;
  background-color: #332323;
}
.org-tuareg-font-lock-interactive-error-1 {
  /* tuareg-font-lock-interactive-error */
  color: #e37170;
  background-color: #332323;
}
.org-tuareg-font-lock-interactive-output {
  /* tuareg-font-lock-interactive-output-face */
  color: #00ffff;
  font-weight: bold;
}
.org-tuareg-font-lock-interactive-output-1 {
  /* tuareg-font-lock-interactive-output */
  color: #dfdfbf;
  font-weight: bold;
}
.org-tuareg-font-lock-multistage {
  /* tuareg-font-lock-multistage-face */
  color: #4682b4;
  background-color: #a9a9a9;
  font-weight: bold;
}
.org-tuareg-font-lock-operator {
  /* tuareg-font-lock-operator-face */
  color: #f0e68c;
  font-weight: bold;
}
.org-tuareg-font-lock-operator-1 {
  /* tuareg-font-lock-operator */
  color: #dfdfbf;
  font-weight: bold;
}
.org-twitter-header {
  /* twitter-header-face */
  color: #dfaf8f;
  background-color: #1e2320;
}
.org-twitter-header-1 {
  /* twitter-header */
  color: #dfaf8f;
  background-color: #1e2320;
}
.org-twitter-time-stamp {
  /* twitter-time-stamp-face */
  color: #dfaf8f;
  background-color: #1e2320;
}
.org-twitter-time-stamp-1 {
  /* twitter-time-stamp */
  color: #dfaf8f;
  background-color: #1e2320;
}
.org-twitter-user-name {
  /* twitter-user-name-face */
  color: #acbc90;
  background-color: #1e2320;
}
.org-twitter-user-name-1 {
  /* twitter-user-name */
  color: #acbc90;
  background-color: #1e2320;
}
.org-type {
  /* font-lock-type-face */
  color: #ffffff;
  font-weight: bold;
}
.org-type-1 {
  /* font-lock-type */
  color: #dfdfbf;
  font-weight: bold;
}
.org-underline {
  /* underline */
  text-decoration: underline;
}
.org-variable-name {
  /* font-lock-variable-name-face */
  color: #b0c4de;
}
.org-variable-name-1 {
  /* font-lock-variable-name */
  color: #f0dfaf;
}
.org-variable-pitch {
}
.org-vertical-border {
}
.org-w3m-anchor {
  /* w3m-anchor */
  color: #00ffff;
  font-weight: bold;
}
.org-w3m-arrived-anchor {
  /* w3m-arrived-anchor */
  color: #87cefa;
  font-weight: bold;
}
.org-w3m-bold {
  /* w3m-bold */
  font-weight: bold;
}
.org-w3m-current-anchor {
  /* w3m-current-anchor */
  font-weight: bold;
  text-decoration: underline;
}
.org-w3m-form {
  /* w3m-form */
  color: #ff0000;
  background-color: #696969;
  text-decoration: underline;
}
.org-w3m-form-button {
  /* w3m-form-button */
  color: #000000;
  background-color: #d3d3d3;
  font-weight: bold;
}
.org-w3m-form-button-mouse {
  /* w3m-form-button-mouse */
  color: #000000;
  background-color: #c1ffc1;
}
.org-w3m-form-button-pressed {
  /* w3m-form-button-pressed */
  color: #000000;
  background-color: #d3d3d3;
}
.org-w3m-header-line-location-content {
  /* w3m-header-line-location-content */
  color: #eedd82;
  background-color: #333333;
}
.org-w3m-header-line-location-title {
  /* w3m-header-line-location-title */
  color: #00ffff;
  background-color: #333333;
}
.org-w3m-history-current-url {
  /* w3m-history-current-url */
  color: #87cefa;
  background-color: #483d8b;
}
.org-w3m-image {
  /* w3m-image */
  color: #98fb98;
  font-weight: bold;
}
.org-w3m-image-anchor {
  /* w3m-image-anchor */
  background-color: #006400;
}
.org-w3m-insert {
  /* w3m-insert */
  color: #da70d6;
}
.org-w3m-italic {
  /* w3m-italic */
  font-style: italic;
}
.org-w3m-strike-through {
  /* w3m-strike-through */
  text-decoration: line-through;
}
.org-w3m-tab-background {
  /* w3m-tab-background */
  color: #000000;
  background-color: #b0c4de;
}
.org-w3m-tab-mouse {
  /* w3m-tab-mouse */
  color: #ffffff;
  background-color: #bfbfbf;
}
.org-w3m-tab-selected {
  /* w3m-tab-selected */
  color: #000000;
  background-color: #e5e5e5;
}
.org-w3m-tab-selected-background {
  /* w3m-tab-selected-background */
  color: #000000;
  background-color: #b0c4de;
}
.org-w3m-tab-unselected {
  /* w3m-tab-unselected */
  color: #333333;
  background-color: #b3b3b3;
}
.org-w3m-tab-unselected-unseen {
  /* w3m-tab-unselected-unseen */
  color: #333333;
  background-color: #b3b3b3;
}
.org-w3m-underline {
  /* w3m-underline */
  text-decoration: underline;
}
.org-warning {
  /* font-lock-warning-face */
  color: #ffc0cb;
  background-color: #332323;
}
.org-warning-1 {
  /* font-lock-warning */
  color: #e37170;
  background-color: #332323;
}
.org-which-func {
  /* which-func */
  color: #0000ff;
  background-color: #1e2320;
}
.org-widget-button {
  /* widget-button */
  font-weight: bold;
}
.org-widget-button-highlight {
  /* widget-button-highlight-face */
  background-color: #4f4f4f;
}
.org-widget-button-highlight-1 {
  /* widget-button-highlight */
  background-color: #4f4f4f;
}
.org-widget-button-pressed {
  /* widget-button-pressed */
  color: #ff0000;
  background-color: #4f4f4f;
}
.org-widget-button-pressed-highlight {
  /* widget-button-pressed-highlight-face */
  background-color: #4f4f4f;
}
.org-widget-button-pressed-highlight-1 {
  /* widget-button-pressed-highlight */
  background-color: #4f4f4f;
}
.org-widget-documentation {
  /* widget-documentation */
  color: #32cd32;
}
.org-widget-field {
  /* widget-field */
  background-color: #696969;
}
.org-widget-inactive {
  /* widget-inactive */
  text-decoration: line-through;
}
.org-widget-single-line-field {
  /* widget-single-line-field */
  background-color: #696969;
}
.org-wl-highlight-folder-few {
}
.org-wl-highlight-folder-few-1 {
}
.org-wl-highlight-folder-many {
}
.org-wl-highlight-folder-many-1 {
}
.org-wl-highlight-folder-path {
  /* wl-highlight-folder-path-face */
  color: #dfaf8f;
}
.org-wl-highlight-folder-path-1 {
  /* wl-highlight-folder-path */
  color: #dfaf8f;
}
.org-wl-highlight-folder-unread {
  /* wl-highlight-folder-unread-face */
  color: #e89393;
}
.org-wl-highlight-folder-unread-1 {
  /* wl-highlight-folder-unread */
  color: #e89393;
}
.org-wl-highlight-folder-zero {
}
.org-wl-highlight-folder-zero-1 {
}
.org-wl-highlight-message-citation-header {
  /* wl-highlight-message-citation-header-face */
  color: #cc9393;
}
.org-wl-highlight-message-citation-header-1 {
  /* wl-highlight-message-citation-header */
  color: #cc9393;
}
.org-wl-highlight-message-cited-text-1 {
  /* wl-highlight-message-cited-text-1-face */
  color: #7f9f7f;
}
.org-wl-highlight-message-cited-text-1-1 {
  /* wl-highlight-message-cited-text-1 */
  color: #7f9f7f;
}
.org-wl-highlight-message-cited-text-2 {
  /* wl-highlight-message-cited-text-2-face */
  color: #8cd0d3;
}
.org-wl-highlight-message-cited-text-2-1 {
  /* wl-highlight-message-cited-text-2 */
  color: #8cd0d3;
}
.org-wl-highlight-message-cited-text-3 {
  /* wl-highlight-message-cited-text-3-face */
  color: #8f8f8f;
}
.org-wl-highlight-message-cited-text-3-1 {
  /* wl-highlight-message-cited-text-3 */
  color: #8f8f8f;
}
.org-wl-highlight-message-cited-text-4 {
  /* wl-highlight-message-cited-text-4-face */
  color: #7f9f7f;
}
.org-wl-highlight-message-cited-text-4-1 {
  /* wl-highlight-message-cited-text-4 */
  color: #7f9f7f;
}
.org-wl-highlight-message-header-contents {
  /* wl-highlight-message-header-contents-face */
  color: #7f9f7f;
}
.org-wl-highlight-message-header-contents-1 {
  /* wl-highlight-message-header-contents */
  color: #7f9f7f;
}
.org-wl-highlight-message-headers {
}
.org-wl-highlight-message-headers-1 {
}
.org-wl-highlight-message-important-header-contents {
  /* wl-highlight-message-important-header-contents-face */
  color: #f0dfaf;
}
.org-wl-highlight-message-important-header-contents-1 {
  /* wl-highlight-message-important-header-contents */
  color: #f0dfaf;
}
.org-wl-highlight-message-important-header-contents2 {
  /* wl-highlight-message-important-header-contents2-face */
  color: #8cd0d3;
}
.org-wl-highlight-message-important-header-contents2-1 {
  /* wl-highlight-message-important-header-contents2 */
  color: #8cd0d3;
}
.org-wl-highlight-message-signature {
  /* wl-highlight-message-signature-face */
  color: #f0dfaf;
}
.org-wl-highlight-message-signature-1 {
  /* wl-highlight-message-signature */
  color: #f0dfaf;
}
.org-wl-highlight-message-unimportant-header-contents {
  /* wl-highlight-message-unimportant-header-contents-face */
  color: #709080;
}
.org-wl-highlight-message-unimportant-header-contents-1 {
  /* wl-highlight-message-unimportant-header-contents */
  color: #709080;
}
.org-wl-highlight-summary-answered {
}
.org-wl-highlight-summary-answered-1 {
}
.org-wl-highlight-summary-displaying {
  /* wl-highlight-summary-displaying-face */
  color: #d0bf8f;
  text-decoration: underline;
}
.org-wl-highlight-summary-displaying-1 {
  /* wl-highlight-summary-displaying */
  color: #d0bf8f;
  text-decoration: underline;
}
.org-wl-highlight-summary-new {
  /* wl-highlight-summary-new-face */
  color: #e89393;
}
.org-wl-highlight-summary-new-1 {
  /* wl-highlight-summary-new */
  color: #e89393;
}
.org-wl-highlight-summary-normal {
}
.org-wl-highlight-summary-normal-1 {
}
.org-wl-highlight-summary-thread-top {
  /* wl-highlight-summary-thread-top-face */
  color: #efdcbc;
}
.org-wl-highlight-summary-thread-top-1 {
  /* wl-highlight-summary-thread-top */
  color: #efdcbc;
}
.org-wl-highlight-thread-indent {
  /* wl-highlight-thread-indent-face */
  color: #ecbcec;
}
.org-wl-highlight-thread-indent-1 {
  /* wl-highlight-thread-indent */
  color: #ecbcec;
}
.org-yaml-tab {
  /* yaml-tab-face */
  color: #ff0000;
  background-color: #ff0000;
  font-weight: bold;
}
.org-yasXfield-debug {
}
.org-yasXfield-highlight {
  /* yas/field-highlight-face */
  background-color: #696969;
}
.org-zenburn-background-1 {
  /* zenburn-background-1 */
  background-color: #4f4f4f;
}
.org-zenburn-background-2 {
  /* zenburn-background-2 */
  background-color: #5f5f5f;
}
.org-zenburn-blue {
  /* zenburn-blue */
  color: #8cd0d3;
}
.org-zenburn-blue-1 {
  /* zenburn-blue-1 */
  color: #7cb8bb;
}
.org-zenburn-blue-2 {
  /* zenburn-blue-2 */
  color: #6ca0a3;
}
.org-zenburn-blue-3 {
  /* zenburn-blue-3 */
  color: #5c888b;
}
.org-zenburn-blue-4 {
  /* zenburn-blue-4 */
  color: #4c7073;
}
.org-zenburn-green {
  /* zenburn-green */
  color: #7f9f7f;
}
.org-zenburn-green-1 {
  /* zenburn-green-1 */
  color: #5f7f5f;
}
.org-zenburn-greenX1 {
  /* zenburn-green+1 */
  color: #8fb28f;
}
.org-zenburn-greenX2 {
  /* zenburn-green+2 */
  color: #9fc59f;
}
.org-zenburn-greenX3 {
  /* zenburn-green+3 */
  color: #afd8af;
}
.org-zenburn-greenX4 {
  /* zenburn-green+4 */
  color: #bfebbf;
}
.org-zenburn-highlight-alerting {
  /* zenburn-highlight-alerting */
  color: #e37170;
  background-color: #332323;
}
.org-zenburn-highlight-damp {
  /* zenburn-highlight-damp */
  color: #88b090;
  background-color: #2e3330;
}
.org-zenburn-highlight-subtle {
  /* zenburn-highlight-subtle */
  background-color: #464646;
}
.org-zenburn-lowlight-1 {
  /* zenburn-lowlight-1 */
  color: #606060;
}
.org-zenburn-lowlight-2 {
  /* zenburn-lowlight-2 */
  color: #708070;
}
.org-zenburn-orange {
  /* zenburn-orange */
  color: #dfaf8f;
}
.org-zenburn-primary-1 {
  /* zenburn-primary-1 */
  color: #f0dfaf;
  font-weight: bold;
}
.org-zenburn-primary-2 {
  /* zenburn-primary-2 */
  color: #dfaf8f;
  font-weight: bold;
}
.org-zenburn-primary-3 {
  /* zenburn-primary-3 */
  color: #dfdfbf;
  font-weight: bold;
}
.org-zenburn-primary-4 {
  /* zenburn-primary-4 */
  color: #dca3a3;
  font-weight: bold;
}
.org-zenburn-primary-5 {
  /* zenburn-primary-5 */
  color: #94bff3;
  font-weight: bold;
}
.org-zenburn-red {
  /* zenburn-red */
  color: #cc9393;
}
.org-zenburn-term-black {
  /* zenburn-term-black */
  color: #000000;
}
.org-zenburn-term-dark-blue {
  /* zenburn-term-dark-blue */
  color: #506070;
}
.org-zenburn-term-dark-cyan {
  /* zenburn-term-dark-cyan */
  color: #8cd0d3;
}
.org-zenburn-term-dark-gray {
  /* zenburn-term-dark-gray */
  color: #709080;
}
.org-zenburn-term-dark-green {
  /* zenburn-term-dark-green */
  color: #60b48a;
}
.org-zenburn-term-dark-magenta {
  /* zenburn-term-dark-magenta */
  color: #dc8cc3;
}
.org-zenburn-term-dark-red {
  /* zenburn-term-dark-red */
  color: #705050;
}
.org-zenburn-term-dark-yellow {
  /* zenburn-term-dark-yellow */
  color: #dfaf8f;
}
.org-zenburn-term-light-blue {
  /* zenburn-term-light-blue */
  color: #94bff3;
}
.org-zenburn-term-light-cyan {
  /* zenburn-term-light-cyan */
  color: #93e0e3;
}
.org-zenburn-term-light-gray {
  /* zenburn-term-light-gray */
  color: #dcdccc;
}
.org-zenburn-term-light-green {
  /* zenburn-term-light-green */
  color: #c3bf9f;
}
.org-zenburn-term-light-magenta {
  /* zenburn-term-light-magenta */
  color: #ec93d3;
}
.org-zenburn-term-light-red {
  /* zenburn-term-light-red */
  color: #dca3a3;
}
.org-zenburn-term-light-yellow {
  /* zenburn-term-light-yellow */
  color: #f0dfaf;
}
.org-zenburn-term-white {
  /* zenburn-term-white */
  color: #ffffff;
}
.org-zenburn-title {
  /* zenburn-title */
  font-weight: bold;
}
.org-zenburn-yellow {
  /* zenburn-yellow */
  color: #f0dfaf;
}
.org-zmacs-region {
  /* zmacs-region */
  background-color: #555577;
}

a {
  color: inherit;
  background-color: inherit;
  font: inherit;
  text-decoration: inherit;
}
a:hover {
  text-decoration: underline;
}

[-- Attachment #6: Type: text/plain, Size: 201 bytes --]

_______________________________________________
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

^ permalink raw reply	[flat|nested] 140+ messages in thread

* Re: Re: Worg needs some reorganizing
  2011-01-16 22:37                                 ` Eric Schulte
@ 2011-01-17 14:56                                   ` Jason Dunsmore
  2011-01-17 17:41                                     ` Bastien
  0 siblings, 1 reply; 140+ messages in thread
From: Jason Dunsmore @ 2011-01-17 14:56 UTC (permalink / raw)
  To: Eric Schulte
  Cc: Dan Davison, Ian Barton, Bastien, Matt Lundin, emacs-orgmode,
	Carsten Dominik

I updated your first one and added your second one.  I also updated mine
to use your idea for the Org mascot.

So we have three options:

Option 1: http://orgmode.org/tmp/worg-jason/
Option 2: http://orgmode.org/tmp/worg-eric/
Option 3: http://orgmode.org/tmp/worg-eric2/

I think they're all a major improvement to Worg.  How should we move
forward with this?  Take a vote?

Regards,
Jason

^ permalink raw reply	[flat|nested] 140+ messages in thread

* Re: Re: Worg needs some reorganizing
  2011-01-17 14:56                                   ` Jason Dunsmore
@ 2011-01-17 17:41                                     ` Bastien
  2011-01-17 18:01                                       ` Jason Dunsmore
                                                         ` (2 more replies)
  0 siblings, 3 replies; 140+ messages in thread
From: Bastien @ 2011-01-17 17:41 UTC (permalink / raw)
  To: Jason Dunsmore
  Cc: Dan Davison, Ian Barton, Matt Lundin, emacs-orgmode,
	Carsten Dominik

Jason Dunsmore <jason@dunsmor.com> writes:

> I updated your first one and added your second one.  I also updated mine
> to use your idea for the Org mascot.
>
> So we have three options:
>
> Option 1: http://orgmode.org/tmp/worg-jason/
> Option 2: http://orgmode.org/tmp/worg-eric/
> Option 3: http://orgmode.org/tmp/worg-eric2/

Wow!  I love this.  My preference goes to Jason's version: both plain
simple and colorful.  I also love Eric's expandable table of contents:
the one we have for now often clutters the page too much...

> I think they're all a major improvement to Worg.  

So do I -- thanks for this!

> How should we move forward with this?  Take a vote?

Matt's call :)

My suggestion would be to go with Jason's css (combined with Eric's
expandable table of contents) then have Eric's css and the old-worg 
css available as alternative css.

Thanks for this!

-- 
 Bastien

^ permalink raw reply	[flat|nested] 140+ messages in thread

* Re: Re: Worg needs some reorganizing
  2011-01-17 17:41                                     ` Bastien
@ 2011-01-17 18:01                                       ` Jason Dunsmore
  2011-01-17 18:57                                         ` Eric Schulte
  2011-01-17 19:05                                       ` Achim Gratz
  2011-01-18  1:34                                       ` Matt Lundin
  2 siblings, 1 reply; 140+ messages in thread
From: Jason Dunsmore @ 2011-01-17 18:01 UTC (permalink / raw)
  To: Eric Schulte
  Cc: Dan Davison, Ian Barton, Bastien, Matt Lundin, emacs-orgmode,
	Carsten Dominik

Bastien <bastien.guerry@wikimedia.fr> writes:

> Jason Dunsmore <jason@dunsmor.com> writes:
>
>> I updated your first one and added your second one.  I also updated mine
>> to use your idea for the Org mascot.
>>
>> So we have three options:
>>
>> Option 1: http://orgmode.org/tmp/worg-jason/
>> Option 2: http://orgmode.org/tmp/worg-eric/
>> Option 3: http://orgmode.org/tmp/worg-eric2/
>
> Wow!  I love this.  My preference goes to Jason's version: both plain
> simple and colorful.  I also love Eric's expandable table of contents:
> the one we have for now often clutters the page too much...
>
>> I think they're all a major improvement to Worg.  
>
> So do I -- thanks for this!
>
>> How should we move forward with this?  Take a vote?
>
> Matt's call :)
>
> My suggestion would be to go with Jason's css (combined with Eric's
> expandable table of contents) then have Eric's css and the old-worg 
> css available as alternative css.

Sounds good.  But first.. I noticed an issue with the expandable TOC on
a couple of pages:

http://orgmode.org/tmp/worg-eric/org-faq.html
http://orgmode.org/tmp/worg-eric/org-glossary.html

Does it have something to do with the javascript section-folding?

By the way, having the javascript section-folding enabled on only some
pages is confusing and doesn't make for the best browsing experience.
Now that the TOC will be collapsed by default, perhaps it's no longer
needed?

Regards,
Jason

^ permalink raw reply	[flat|nested] 140+ messages in thread

* Re: Re: Worg needs some reorganizing
  2011-01-16 18:02                       ` Jason Dunsmore
  2011-01-16 20:04                         ` Eric Schulte
@ 2011-01-17 18:33                         ` Samuel Wales
  2011-01-17 18:43                           ` Samuel Wales
  2011-01-17 21:39                         ` Matt Lundin
  2 siblings, 1 reply; 140+ messages in thread
From: Samuel Wales @ 2011-01-17 18:33 UTC (permalink / raw)
  To: Jason Dunsmore
  Cc: Dan Davison, Ian Barton, Bastien, Matt Lundin, emacs-orgmode,
	Carsten Dominik

Jason the design is superb.

On 2011-01-16, Jason Dunsmore <emacs-orgmode@dunsmor.com> wrote:
> I'm not a web-designer, but here's my stab at re-designing Worg:
> http://orgmode.org/tmp/worg/

-- 
The Kafka Pandemic: http://thekafkapandemic.blogspot.com
I support WPI: http://www.wpinstitute.org/xmrv/index.html -- PLEASE DONATE
===
I want to see the original (pre-hold) Lo et al. 2010 NIH/FDA/Harvard MLV paper.

^ permalink raw reply	[flat|nested] 140+ messages in thread

* Re: Re: Worg needs some reorganizing
  2011-01-17 18:33                         ` Samuel Wales
@ 2011-01-17 18:43                           ` Samuel Wales
  0 siblings, 0 replies; 140+ messages in thread
From: Samuel Wales @ 2011-01-17 18:43 UTC (permalink / raw)
  To: Jason Dunsmore
  Cc: Dan Davison, Ian Barton, Bastien, Matt Lundin, emacs-orgmode,
	Carsten Dominik

I like Jason's -- with a non-white bg (text should still be black).
Seems to work with large fonts.

-- 
The Kafka Pandemic: http://thekafkapandemic.blogspot.com
I support WPI: http://www.wpinstitute.org/xmrv/index.html -- PLEASE DONATE
===
I want to see the original (pre-hold) Lo et al. 2010 NIH/FDA/Harvard MLV paper.

^ permalink raw reply	[flat|nested] 140+ messages in thread

* Re: Re: Worg needs some reorganizing
  2011-01-17 18:01                                       ` Jason Dunsmore
@ 2011-01-17 18:57                                         ` Eric Schulte
  2011-01-18 16:13                                           ` Eric Schulte
  0 siblings, 1 reply; 140+ messages in thread
From: Eric Schulte @ 2011-01-17 18:57 UTC (permalink / raw)
  To: Jason Dunsmore
  Cc: Dan Davison, Ian Barton, Bastien, Matt Lundin, emacs-orgmode,
	Carsten Dominik

>>
>> My suggestion would be to go with Jason's css (combined with Eric's
>> expandable table of contents) then have Eric's css and the old-worg 
>> css available as alternative css.
>

Sounds good, I like the idea of combining the two styles.  I don't know
how alternate css stylesheets work, but I would say the more options the
better.  Which has the added benefit of keeping the option open of
future css submissions from Orgers with more web-design experience.

>
> Sounds good.  But first.. I noticed an issue with the expandable TOC on
> a couple of pages:
>
> http://orgmode.org/tmp/worg-eric/org-faq.html
> http://orgmode.org/tmp/worg-eric/org-glossary.html
>
> Does it have something to do with the javascript section-folding?
>
> By the way, having the javascript section-folding enabled on only some
> pages is confusing and doesn't make for the best browsing experience.
> Now that the TOC will be collapsed by default, perhaps it's no longer
> needed?
>

Yes the javascript is probably the culprit here, I agree that with the
hidden TOC it is probably not required.  My preference would be to
remove the section folding (and use of javascript) from Worg entirely.

Cheers -- Eric

>
> Regards,
> Jason

^ permalink raw reply	[flat|nested] 140+ messages in thread

* Re: Worg needs some reorganizing
  2011-01-17 17:41                                     ` Bastien
  2011-01-17 18:01                                       ` Jason Dunsmore
@ 2011-01-17 19:05                                       ` Achim Gratz
  2011-01-17 20:15                                         ` Bastien
  2011-01-17 20:52                                         ` Jason Dunsmore
  2011-01-18  1:34                                       ` Matt Lundin
  2 siblings, 2 replies; 140+ messages in thread
From: Achim Gratz @ 2011-01-17 19:05 UTC (permalink / raw)
  To: emacs-orgmode

Bastien <bastien.guerry@wikimedia.fr> writes:
> Wow!  I love this.  My preference goes to Jason's version: both plain
> simple and colorful.

Please do not use fixed measures in pixels, points, inches or
centimeters and prescribed font families.  Let this choice reside with
the user, they know what fonts in which sizes are readable on their
computer.  Relative font sizes with a 1.2 scaling factor or the symbolic
fontsizes specified by CSS are more friendly.

> I also love Eric's expandable table of contents:
> the one we have for now often clutters the page too much...

+1

I think the unicorn icon should be a bit smaller so that the reserved
space on top is not so large and it might be a quicklink back to the top
worg page.  In Jasons version to me the space between list items, table
rows, etc. looks a bit too large - but that should be easily tuned.


Achim.
-- 
+<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+

SD adaptation for Waldorf microQ V2.22R2:
http://Synth.Stromeko.net/Downloads.html#WaldorfSDada

^ permalink raw reply	[flat|nested] 140+ messages in thread

* Re: Re: Worg needs some reorganizing
  2011-01-17 19:05                                       ` Achim Gratz
@ 2011-01-17 20:15                                         ` Bastien
  2011-01-17 20:52                                         ` Jason Dunsmore
  1 sibling, 0 replies; 140+ messages in thread
From: Bastien @ 2011-01-17 20:15 UTC (permalink / raw)
  To: Achim Gratz; +Cc: emacs-orgmode

Achim Gratz <Stromeko@nexgo.de> writes:

> Bastien <bastien.guerry@wikimedia.fr> writes:
>> Wow!  I love this.  My preference goes to Jason's version: both plain
>> simple and colorful.
>
> Please do not use fixed measures in pixels, points, inches or
> centimeters and prescribed font families.  Let this choice reside with
> the user, they know what fonts in which sizes are readable on their
> computer.  Relative font sizes with a 1.2 scaling factor or the symbolic
> fontsizes specified by CSS are more friendly.

I'm by no mean a CSS expert but I agree accessibility should be on top
of our priorities -- please send patches (or fixed/updated) css if you 
can spot at errors that we made!

Thanks,

-- 
 Bastien

^ permalink raw reply	[flat|nested] 140+ messages in thread

* Re: Re: Worg needs some reorganizing
  2011-01-17 19:05                                       ` Achim Gratz
  2011-01-17 20:15                                         ` Bastien
@ 2011-01-17 20:52                                         ` Jason Dunsmore
  2011-01-17 21:14                                           ` Eric Schulte
  2011-01-17 22:16                                           ` Achim Gratz
  1 sibling, 2 replies; 140+ messages in thread
From: Jason Dunsmore @ 2011-01-17 20:52 UTC (permalink / raw)
  To: Achim Gratz; +Cc: emacs-orgmode

Achim Gratz <Stromeko@nexgo.de> writes:

> Bastien <bastien.guerry@wikimedia.fr> writes:
>> Wow!  I love this.  My preference goes to Jason's version: both plain
>> simple and colorful.
>
> Please do not use fixed measures in pixels, points, inches or
> centimeters and prescribed font families.  Let this choice reside with
> the user, they know what fonts in which sizes are readable on their
> computer.  Relative font sizes with a 1.2 scaling factor or the symbolic
> fontsizes specified by CSS are more friendly.
>
>> I also love Eric's expandable table of contents:
>> the one we have for now often clutters the page too much...
>
> +1
>
> I think the unicorn icon should be a bit smaller so that the reserved
> space on top is not so large and it might be a quicklink back to the top
> worg page.  In Jasons version to me the space between list items, table
> rows, etc. looks a bit too large - but that should be easily tuned.

Good suggestions.

I made several unit changes from px to em, removed the line-height
property, and removed Georgia as the default font:

diff --git a/worg.css b/worg.css
index 9742965..ccb732a 100644
--- a/worg.css
+++ b/worg.css
@@ -4,2 +4 @@
-    font:14px Georgia,serif;
-    line-height:18px;
+    font:0.9em serif;
@@ -44 +46 @@
-    font-size:30px;
+    font-size:2.1em;
@@ -67 +69 @@
-    font-size:21px;
+    font-size:1.45em;
@@ -80 +82 @@
-    font-size:19px;
+    font-size:1.3em;
@@ -88 +90 @@
-    font-size:17px;
+    font-size:1.2em;

In h2, h3, and h4, removing Arial as the font-family and letting the
browser use the default sans font looked ugly.  Is there a more general
way to specify an Arial-like font?

Properties that define how close the content comes to the unicorn image
still have px units because it needs to be an absolute value.

Let me know if this still looks good.

Regards,
Jason

^ permalink raw reply related	[flat|nested] 140+ messages in thread

* Re: Re: Worg needs some reorganizing
  2011-01-17 20:52                                         ` Jason Dunsmore
@ 2011-01-17 21:14                                           ` Eric Schulte
  2011-01-18 16:01                                             ` Jason Dunsmore
  2011-01-18 16:05                                             ` Eric Schulte
  2011-01-17 22:16                                           ` Achim Gratz
  1 sibling, 2 replies; 140+ messages in thread
From: Eric Schulte @ 2011-01-17 21:14 UTC (permalink / raw)
  To: Jason Dunsmore; +Cc: Achim Gratz, emacs-orgmode

[-- Attachment #1: Type: text/plain, Size: 752 bytes --]

>
> Let me know if this still looks good.
>

This looks great to me.  The attached version integrates my hidden TOC
style sheet, and I think the TOC looks much better with your headline
styles applied.

The attached worg.css also removes the "line-height:16px;" directive, as
this causes multi-line headlines to overlap themselves.

One last change I would suggest, is that rather than use inline css for
the highlighted source code, we use a css stylesheet by setting the 

  (setq org-export-htmlize-output-type 'css)

Then use a single .css style sheet as done with the "@import(emacs.css)"
in my previous submission.  I'm partial to the emacs.css bundled with my
submission over the current code fontification, but that's just me.

Cheers -- Eric


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: worg.css --]
[-- Type: text/css, Size: 16234 bytes --]

@media all
{
  body {
    font:0.9em serif;
    max-width: 95%;
    margin: auto;
    background-image: url(http://orgmode.org/tmp/org-mode-unicorn.png);
    background-repeat: no-repeat;
    }
    body #content {
      padding-top: 45px;
    }
    body .title {
      margin-left: 120px;
    }
  }

  /* TOC inspired by http://jashkenas.github.com/coffee-script */
  #table-of-contents {
    font-size: 10pt;
    position: fixed;
    right: 0em;
    top: 0em;
    background: white;
    -webkit-box-shadow: 0 0 1em #777777;
    -moz-box-shadow: 0 0 1em #777777;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    text-align: right;
    /* ensure doesn't flow off the screen when expanded */
    max-height: 80%;
    overflow: auto; }
    #table-of-contents h2 {
      font-size: 10pt;
      max-width: 8em;
      font-weight: normal;
      padding-left: 0.5em;
      padding-left: 0.5em;
      padding-top: 0.05em;
      padding-bottom: 0.05em; }
    #table-of-contents #text-table-of-contents {
      display: none;
      text-align: left; }
    #table-of-contents:hover #text-table-of-contents {
      display: block;
      padding: 0.5em;
      margin-top: -1.5em; }

  #license {
    padding: .3em;
    border: 1px solid grey;
    background-color: #eeeeee;
  }

  h1 {
    font-family:Sans;
    font-size:2.1em;
    font-weight:bold;
    padding:0 0 30px 0;
    text-align: center;
  }

/*
  h2:before {
    content: "* "
  }

  h3:before {
    content: "** "
  }

  h4:before {
    content: "*** "
  }
*/

  h2 {
    font-family:Arial,sans-serif;
    font-size:1.45em;
    font-weight:bold;
    line-height:16px;
    padding:7px 0 0 0;
    color: #7C0000;
  }

  .title {

  }

  h3 {
    font-family:Arial,sans-serif;
    font-size:1.3em;
    font-weight:bold;
    margin-left: 0.6em;
    color: #00046E;
  }

  h4 {
    font-family:Arial,sans-serif;
    font-size:1.2em;
    font-weight:bold;
    margin-left: 1.2em;
    color: #00574F;
  }

  a {
    text-decoration: none;
  }

  a:visited {
    text-decoration: none;
  }

  a:hover {

  }

  .todo {
    color: #CA0000;
  }

  .done {
    color: #006666;
  }

  .timestamp-kwd {
    color: #444;
  }

  .tag {

  }

  li {
    margin: .4em;
  }

  table {
    border: none;
  }

  td {
    border: none;
  }

  th {
    border: none;
  }

  code {
    font-size: 100%;
  }

  img {
    border: none;
  }

  .share img {
    opacity: .4;
    -moz-opacity: .4;
    filter: alpha(opacity=40);
  }

  .share img:hover {
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
  }

  /* pre {border: 1px solid #555; */
  /*      background: #EEE; */
  /*      font-size: 9pt; */
  /*      padding: 1em; */
  /*     } */

  /* pre { */
  /*     color: #e5e5e5; */
  /*     background-color: #000000; */
  /*     padding: 1.4em; */
  /*     border: 2px solid grey; */
  /* } */

  pre {
    color: black;
    background-color: #efefef;
    padding: 1.2em;
    border: 1px solid #dddddd;
  }

  .org-info-box {
    clear:both;
    margin-left:auto;
    margin-right:auto;
    padding:0.7em;
    /* border:1px solid #CCC; */
    /* border-radius:10px; */
    /* -moz-border-radius:10px; */
  }
  .org-info-box img {
    float:left;
    margin:0em 0.5em 0em 0em;
  }
  .org-info-box p {
    margin:0em;
    padding:0em;
  }


  .builtin {
    /* font-lock-builtin-face */
    color: #f4a460;
  }
  .comment {
    /* font-lock-comment-face */
    color: #737373;
  }
  .comment-delimiter {
    /* font-lock-comment-delimiter-face */
    color: #666666;
  }
  .constant {
    /* font-lock-constant-face */
    color: #db7093;
  }
  .doc {
    /* font-lock-doc-face */
    color: #b3b3b3;
  }
  .function-name {
    /* font-lock-function-name-face */
    color: #5f9ea0;
  }
  .headline {
    /* headline-face */
    color: #ffffff;
    background-color: #000000;
    font-weight: bold;
  }
  .keyword {
    /* font-lock-keyword-face */
    color: #4682b4;
  }
  .negation-char {
  }
  .regexp-grouping-backslash {
  }
  .regexp-grouping-construct {
  }
  .string {
    /* font-lock-string-face */
    color: #ccc79a;
  }
  .todo-comment {
    /* todo-comment-face */
    color: #ffffff;
    background-color: #000000;
    font-weight: bold;
  }
  .variable-name {
    /* font-lock-variable-name-face */
    color: #ff6a6a;
  }
  .warning {
    /* font-lock-warning-face */
    color: #ffffff;
    background-color: #cd5c5c;
    font-weight: bold;
  }
  pre.a {
    color: inherit;
    background-color: inherit;
    font: inherit;
    text-decoration: inherit;
  }
  pre.a:hover {
    text-decoration: underline;
  }

  /* Styles for org-info.js */

  .org-info-js_info-navigation
  {
    border-style:none;
  }

  #org-info-js_console-label
  {
    font-size:10px;
    font-weight:bold;
    white-space:nowrap;
  }

  .org-info-js_search-highlight
  {
    background-color:#ffff00;
    color:#000000;
    font-weight:bold;
  }

  #org-info-js-window
  {
    border-bottom:1px solid black;
    padding-bottom:10px;
    margin-bottom:10px;
  }



  .org-info-search-highlight
  {
    background-color:#adefef; /* same color as emacs default */
    color:#000000;
    font-weight:bold;
  }

  .org-bbdb-company {
    /* bbdb-company */
    font-style: italic;
  }
  .org-bbdb-field-name {
  }
  .org-bbdb-field-value {
  }
  .org-bbdb-name {
    /* bbdb-name */
    text-decoration: underline;
  }
  .org-bold {
    /* bold */
    font-weight: bold;
  }
  .org-bold-italic {
    /* bold-italic */
    font-weight: bold;
    font-style: italic;
  }
  .org-border {
    /* border */
    background-color: #000000;
  }
  .org-buffer-menu-buffer {
    /* buffer-menu-buffer */
    font-weight: bold;
  }
  .org-builtin {
    /* font-lock-builtin-face */
    color: #da70d6;
  }
  .org-button {
    /* button */
    text-decoration: underline;
  }
  .org-c-nonbreakable-space {
    /* c-nonbreakable-space-face */
    background-color: #ff0000;
    font-weight: bold;
  }
  .org-calendar-today {
    /* calendar-today */
    text-decoration: underline;
  }
  .org-comment {
    /* font-lock-comment-face */
    color: #b22222;
  }
  .org-comment-delimiter {
    /* font-lock-comment-delimiter-face */
    color: #b22222;
  }
  .org-constant {
    /* font-lock-constant-face */
    color: #5f9ea0;
  }
  .org-cursor {
    /* cursor */
    background-color: #000000;
  }
  .org-default {
    /* default */
    color: #000000;
    background-color: #ffffff;
  }
  .org-diary {
    /* diary */
    color: #ff0000;
  }
  .org-doc {
    /* font-lock-doc-face */
    color: #bc8f8f;
  }
  .org-escape-glyph {
    /* escape-glyph */
    color: #a52a2a;
  }
  .org-file-name-shadow {
    /* file-name-shadow */
    color: #7f7f7f;
  }
  .org-fixed-pitch {
  }
  .org-fringe {
    /* fringe */
    background-color: #f2f2f2;
  }
  .org-function-name {
    /* font-lock-function-name-face */
    color: #0000ff;
  }
  .org-header-line {
    /* header-line */
    color: #333333;
    background-color: #e5e5e5;
  }
  .org-help-argument-name {
    /* help-argument-name */
    font-style: italic;
  }
  .org-highlight {
    /* highlight */
    background-color: #b4eeb4;
  }
  .org-holiday {
    /* holiday */
    background-color: #ffc0cb;
  }
  .org-info-header-node {
    /* info-header-node */
    color: #a52a2a;
    font-weight: bold;
    font-style: italic;
  }
  .org-info-header-xref {
    /* info-header-xref */
    color: #0000ff;
    text-decoration: underline;
  }
  .org-info-menu-header {
    /* info-menu-header */
    font-weight: bold;
  }
  .org-info-menu-star {
    /* info-menu-star */
    color: #ff0000;
  }
  .org-info-node {
    /* info-node */
    color: #a52a2a;
    font-weight: bold;
    font-style: italic;
  }
  .org-info-title-1 {
    /* info-title-1 */
    font-size: 172%;
    font-weight: bold;
  }
  .org-info-title-2 {
    /* info-title-2 */
    font-size: 144%;
    font-weight: bold;
  }
  .org-info-title-3 {
    /* info-title-3 */
    font-size: 120%;
    font-weight: bold;
  }
  .org-info-title-4 {
    /* info-title-4 */
    font-weight: bold;
  }
  .org-info-xref {
    /* info-xref */
    color: #0000ff;
    text-decoration: underline;
  }
  .org-isearch {
    /* isearch */
    color: #b0e2ff;
    background-color: #cd00cd;
  }
  .org-italic {
    /* italic */
    font-style: italic;
  }
  .org-keyword {
    /* font-lock-keyword-face */
    color: #a020f0;
  }
  .org-lazy-highlight {
    /* lazy-highlight */
    background-color: #afeeee;
  }
  .org-link {
    /* link */
    color: #0000ff;
    text-decoration: underline;
  }
  .org-link-visited {
    /* link-visited */
    color: #8b008b;
    text-decoration: underline;
  }
  .org-match {
    /* match */
    background-color: #ffff00;
  }
  .org-menu {
  }
  .org-message-cited-text {
    /* message-cited-text */
    color: #ff0000;
  }
  .org-message-header-cc {
    /* message-header-cc */
    color: #191970;
  }
  .org-message-header-name {
    /* message-header-name */
    color: #6495ed;
  }
  .org-message-header-newsgroups {
    /* message-header-newsgroups */
    color: #00008b;
    font-weight: bold;
    font-style: italic;
  }
  .org-message-header-other {
    /* message-header-other */
    color: #4682b4;
  }
  .org-message-header-subject {
    /* message-header-subject */
    color: #000080;
    font-weight: bold;
  }
  .org-message-header-to {
    /* message-header-to */
    color: #191970;
    font-weight: bold;
  }
  .org-message-header-xheader {
    /* message-header-xheader */
    color: #0000ff;
  }
  .org-message-mml {
    /* message-mml */
    color: #228b22;
  }
  .org-message-separator {
    /* message-separator */
    color: #a52a2a;
  }
  .org-minibuffer-prompt {
    /* minibuffer-prompt */
    color: #0000cd;
  }
  .org-mm-uu-extract {
    /* mm-uu-extract */
    color: #006400;
    background-color: #ffffe0;
  }
  .org-mode-line {
    /* mode-line */
    color: #000000;
    background-color: #bfbfbf;
  }
  .org-mode-line-buffer-id {
    /* mode-line-buffer-id */
    font-weight: bold;
  }
  .org-mode-line-highlight {
  }
  .org-mode-line-inactive {
    /* mode-line-inactive */
    color: #333333;
    background-color: #e5e5e5;
  }
  .org-mouse {
    /* mouse */
    background-color: #000000;
  }
  .org-negation-char {
  }
  .org-next-error {
    /* next-error */
    background-color: #eedc82;
  }
  .org-nobreak-space {
    /* nobreak-space */
    color: #a52a2a;
    text-decoration: underline;
  }
  .org-org-agenda-date {
    /* org-agenda-date */
    color: #0000ff;
  }
  .org-org-agenda-date-weekend {
    /* org-agenda-date-weekend */
    color: #0000ff;
    font-weight: bold;
  }
  .org-org-agenda-restriction-lock {
    /* org-agenda-restriction-lock */
    background-color: #ffff00;
  }
  .org-org-agenda-structure {
    /* org-agenda-structure */
    color: #0000ff;
  }
  .org-org-archived {
    /* org-archived */
    color: #7f7f7f;
  }
  .org-org-code {
    /* org-code */
    color: #7f7f7f;
  }
  .org-org-column {
    /* org-column */
    background-color: #e5e5e5;
  }
  .org-org-column-title {
    /* org-column-title */
    background-color: #e5e5e5;
    font-weight: bold;
    text-decoration: underline;
  }
  .org-org-date {
    /* org-date */
    color: #a020f0;
    text-decoration: underline;
  }
  .org-org-done {
    /* org-done */
    color: #228b22;
    font-weight: bold;
  }
  .org-org-drawer {
    /* org-drawer */
    color: #0000ff;
  }
  .org-org-ellipsis {
    /* org-ellipsis */
    color: #b8860b;
    text-decoration: underline;
  }
  .org-org-formula {
    /* org-formula */
    color: #b22222;
  }
  .org-org-headline-done {
    /* org-headline-done */
    color: #bc8f8f;
  }
  .org-org-hide {
    /* org-hide */
    color: #e5e5e5;
  }
  .org-org-latex-and-export-specials {
    /* org-latex-and-export-specials */
    color: #8b4513;
  }
  .org-org-level-1 {
    /* org-level-1 */
    color: #0000ff;
  }
  .org-org-level-2 {
    /* org-level-2 */
    color: #b8860b;
  }
  .org-org-level-3 {
    /* org-level-3 */
    color: #a020f0;
  }
  .org-org-level-4 {
    /* org-level-4 */
    color: #b22222;
  }
  .org-org-level-5 {
    /* org-level-5 */
    color: #228b22;
  }
  .org-org-level-6 {
    /* org-level-6 */
    color: #5f9ea0;
  }
  .org-org-level-7 {
    /* org-level-7 */
    color: #da70d6;
  }
  .org-org-level-8 {
    /* org-level-8 */
    color: #bc8f8f;
  }
  .org-org-link {
    /* org-link */
    color: #a020f0;
    text-decoration: underline;
  }
  .org-org-property-value {
  }
  .org-org-scheduled-previously {
    /* org-scheduled-previously */
    color: #b22222;
  }
  .org-org-scheduled-today {
    /* org-scheduled-today */
    color: #006400;
  }
  .org-org-sexp-date {
    /* org-sexp-date */
    color: #a020f0;
  }
  .org-org-special-keyword {
    /* org-special-keyword */
    color: #bc8f8f;
  }
  .org-org-table {
    /* org-table */
    color: #0000ff;
  }
  .org-org-tag {
    /* org-tag */
    font-weight: bold;
  }
  .org-org-target {
    /* org-target */
    text-decoration: underline;
  }
  .org-org-time-grid {
    /* org-time-grid */
    color: #b8860b;
  }
  .org-org-todo {
    /* org-todo */
    color: #ff0000;
  }
  .org-org-upcoming-deadline {
    /* org-upcoming-deadline */
    color: #b22222;
  }
  .org-org-verbatim {
    /* org-verbatim */
    color: #7f7f7f;
    text-decoration: underline;
  }
  .org-org-warning {
    /* org-warning */
    color: #ff0000;
    font-weight: bold;
  }
  .org-outline-1 {
    /* outline-1 */
    color: #0000ff;
  }
  .org-outline-2 {
    /* outline-2 */
    color: #b8860b;
  }
  .org-outline-3 {
    /* outline-3 */
    color: #a020f0;
  }
  .org-outline-4 {
    /* outline-4 */
    color: #b22222;
  }
  .org-outline-5 {
    /* outline-5 */
    color: #228b22;
  }
  .org-outline-6 {
    /* outline-6 */
    color: #5f9ea0;
  }
  .org-outline-7 {
    /* outline-7 */
    color: #da70d6;
  }
  .org-outline-8 {
    /* outline-8 */
    color: #bc8f8f;
  }
  .outline-text-1, .outline-text-2, .outline-text-3, .outline-text-4, .outline-text-5, .outline-text-6 {
    /* Add more spacing between section. Padding, so that folding with org-info.js works as expected. */

  }
  .org-preprocessor {
    /* font-lock-preprocessor-face */
    color: #da70d6;
  }
  .org-query-replace {
    /* query-replace */
    color: #b0e2ff;
    background-color: #cd00cd;
  }
  .org-regexp-grouping-backslash {
    /* font-lock-regexp-grouping-backslash */
    font-weight: bold;
  }
  .org-regexp-grouping-construct {
    /* font-lock-regexp-grouping-construct */
    font-weight: bold;
  }
  .org-region {
    /* region */
    background-color: #eedc82;
  }
  .org-rmail-highlight {
  }
  .org-scroll-bar {
    /* scroll-bar */
    background-color: #bfbfbf;
  }
  .org-secondary-selection {
    /* secondary-selection */
    background-color: #ffff00;
  }
  .org-shadow {
    /* shadow */
    color: #7f7f7f;
  }
  .org-show-paren-match {
    /* show-paren-match */
    background-color: #40e0d0;
  }
  .org-show-paren-mismatch {
    /* show-paren-mismatch */
    color: #ffffff;
    background-color: #a020f0;
  }
  .org-string {
    /* font-lock-string-face */
    color: #bc8f8f;
  }
  .org-texinfo-heading {
    /* texinfo-heading */
    color: #0000ff;
  }
  .org-tool-bar {
    /* tool-bar */
    color: #000000;
    background-color: #bfbfbf;
  }
  .org-tooltip {
    /* tooltip */
    color: #000000;
    background-color: #ffffe0;
  }
  .org-trailing-whitespace {
    /* trailing-whitespace */
    background-color: #ff0000;
  }
  .org-type {
    /* font-lock-type-face */
    color: #228b22;
  }
  .org-underline {
    /* underline */
    text-decoration: underline;
  }
  .org-variable-name {
    /* font-lock-variable-name-face */
    color: #b8860b;
  }
  .org-variable-pitch {
  }
  .org-vertical-border {
  }
  .org-warning {
    /* font-lock-warning-face */
    color: #ff0000;
    font-weight: bold;
  }
  .rss_box {}
  .rss_title, rss_title a {}
  .rss_items {}
  .rss_item a:link, .rss_item a:visited, .rss_item a:active {}
  .rss_item a:hover {}
  .rss_date {}

} /* END OF @media all */



@media screen
{
  #table-of-contents {
    float: right;
    border: 1px solid #CCC;
    max-width: 50%;
    overflow: auto;
  }
} /* END OF @media screen */

[-- Attachment #3: Type: text/plain, Size: 201 bytes --]

_______________________________________________
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

^ permalink raw reply	[flat|nested] 140+ messages in thread

* Re: Re: Worg needs some reorganizing
  2011-01-16 18:02                       ` Jason Dunsmore
  2011-01-16 20:04                         ` Eric Schulte
  2011-01-17 18:33                         ` Samuel Wales
@ 2011-01-17 21:39                         ` Matt Lundin
  2 siblings, 0 replies; 140+ messages in thread
From: Matt Lundin @ 2011-01-17 21:39 UTC (permalink / raw)
  To: Jason Dunsmore
  Cc: Dan Davison, Ian Barton, Bastien, emacs-orgmode, Carsten Dominik

Hi Jason,

Jason Dunsmore <emacs-orgmode@dunsmor.com> writes:

> "Eric Schulte" <schulte.eric@gmail.com> writes:
>
>> I recall a discussion of holding a competition to select a new css style
>> for Worg (found it here [1]).  I think that such a change could
>> fruitfully be combined with the Worg re-organization.
>
> I'm not a web-designer, but here's my stab at re-designing Worg:
> http://orgmode.org/tmp/worg/
>
> I think a good addition to Worg would be the option to view it with or
> without the javascript section folding.  I personally prefer the entire
> web page to be visible without clicking.  Is there a way to do this I'm
> not aware of?

I agree that we should reconsider the use of folding on Worg (or at
least provide alternate links to non-js views).

To avoid the folding, you can use the following link:

http://orgmode.org/worg/org-faq.html?VIEW=showall

See http://orgmode.org/worg/code/org-info-js/#linking for more details.

However, it still takes a second or two for org-info.js to rearrange the
page.

I do find that as a workaround adding some other (unsupported) string
after VIEW results in a page without javascript.

http://orgmode.org/worg/org-faq.html?VIEW=none

Best,
Matt

^ permalink raw reply	[flat|nested] 140+ messages in thread

* Re: Worg needs some reorganizing
  2011-01-17 20:52                                         ` Jason Dunsmore
  2011-01-17 21:14                                           ` Eric Schulte
@ 2011-01-17 22:16                                           ` Achim Gratz
  2011-01-17 22:47                                             ` Jason Dunsmore
  1 sibling, 1 reply; 140+ messages in thread
From: Achim Gratz @ 2011-01-17 22:16 UTC (permalink / raw)
  To: emacs-orgmode

Jason Dunsmore <emacs-orgmode@dunsmor.com> writes:
> I made several unit changes from px to em, removed the line-height
> property, and removed Georgia as the default font:

Well actually, relative font sizing works would be 'larger' and
'smaller', which would take into account what fonts are actually
available.  Specifying the fonts with percentages or em often ends up at
a font size that is not available and must be scaled, which can look
really bad.  But before I make a mess by trying to explain it, search
for:

css relative font sizes -w3schools

I actually don't assign sizes in my own CSS and rely on the default
sizes the browser delivers.  That may be too chancy for you since the
defaults are bad in several older browsers, but it works well enough
with all the modern ones.

> In h2, h3, and h4, removing Arial as the font-family and letting the
> browser use the default sans font looked ugly.  Is there a more
> general way to specify an Arial-like font?

Sans-serif uses whatever the user has specified to be used for this
font.  To me, Arial looks ugly and I'm using a different font there;
I've also replaced serif with the same font because I've yet to find a
website that actually reads better with a serif font.  Finally, I've
also locked my fonts so I don't get overruled by some webdesigners idea
of "nice-looking" and "readable" (which may well be true on their
computer).  :-)

BTW, "sans" is not a generic font family and might actually return a
(pixel?) font installed on the system.  Last but not least, font
families should be quoted and generic families not, e.g.:

font: "Georgia", sans-serif;
font-size: medium; /* absolute specification decided by UA, user preference */



Regards,
Achim.
-- 
+<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+

Wavetables for the Terratec KOMPLEXER:
http://Synth.Stromeko.net/Downloads.html#KomplexerWaves

^ permalink raw reply	[flat|nested] 140+ messages in thread

* Re: Re: Worg needs some reorganizing
  2011-01-17 22:16                                           ` Achim Gratz
@ 2011-01-17 22:47                                             ` Jason Dunsmore
  2011-01-17 23:01                                               ` Achim Gratz
  0 siblings, 1 reply; 140+ messages in thread
From: Jason Dunsmore @ 2011-01-17 22:47 UTC (permalink / raw)
  To: Achim Gratz; +Cc: emacs-orgmode

Achim Gratz <Stromeko@nexgo.de> writes:

> Jason Dunsmore <emacs-orgmode@dunsmor.com> writes:
>> I made several unit changes from px to em, removed the line-height
>> property, and removed Georgia as the default font:
>
> Well actually, relative font sizing works would be 'larger' and
> 'smaller', which would take into account what fonts are actually
> available.  Specifying the fonts with percentages or em often ends up at
> a font size that is not available and must be scaled, which can look
> really bad.  But before I make a mess by trying to explain it, search
> for:
>
> css relative font sizes -w3schools
>
> I actually don't assign sizes in my own CSS and rely on the default
> sizes the browser delivers.  That may be too chancy for you since the
> defaults are bad in several older browsers, but it works well enough
> with all the modern ones.
>
>> In h2, h3, and h4, removing Arial as the font-family and letting the
>> browser use the default sans font looked ugly.  Is there a more
>> general way to specify an Arial-like font?
>
> Sans-serif uses whatever the user has specified to be used for this
> font.  To me, Arial looks ugly and I'm using a different font there;
> I've also replaced serif with the same font because I've yet to find a
> website that actually reads better with a serif font.  Finally, I've
> also locked my fonts so I don't get overruled by some webdesigners idea
> of "nice-looking" and "readable" (which may well be true on their
> computer).  :-)
>
> BTW, "sans" is not a generic font family and might actually return a
> (pixel?) font installed on the system.  Last but not least, font
> families should be quoted and generic families not, e.g.:
>
> font: "Georgia", sans-serif;
> font-size: medium; /* absolute specification decided by UA, user preference */

Hi Achim,

I've taken all of your advice to heart and created this improved CSS
file:

http://orgmode.org/tmp/worg-improved.css

:) Joking aside, please send me a patch or CSS file with your
suggestions implemented.

Regards,
Jason

^ permalink raw reply	[flat|nested] 140+ messages in thread

* Re: Worg needs some reorganizing
  2011-01-17 22:47                                             ` Jason Dunsmore
@ 2011-01-17 23:01                                               ` Achim Gratz
  2011-01-17 23:29                                                 ` Eric Schulte
  0 siblings, 1 reply; 140+ messages in thread
From: Achim Gratz @ 2011-01-17 23:01 UTC (permalink / raw)
  To: emacs-orgmode

Jason Dunsmore <emacs-orgmode@dunsmor.com> writes:
> I've taken all of your advice to heart and created this improved CSS
> file:
>
> http://orgmode.org/tmp/worg-improved.css
>
> :) Joking aside, please send me a patch or CSS file with your
> suggestions implemented.

I will take a look tomorrow, can't promise to do a patch right away, but
I'll try to make it soon-ish.  The new CSS files are not on the Worg.git
yet, or are they?


Achim.
-- 
+<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+

Wavetables for the Terratec KOMPLEXER:
http://Synth.Stromeko.net/Downloads.html#KomplexerWaves

^ permalink raw reply	[flat|nested] 140+ messages in thread

* Re: Re: Worg needs some reorganizing
  2011-01-17 23:01                                               ` Achim Gratz
@ 2011-01-17 23:29                                                 ` Eric Schulte
  0 siblings, 0 replies; 140+ messages in thread
From: Eric Schulte @ 2011-01-17 23:29 UTC (permalink / raw)
  To: Achim Gratz; +Cc: emacs-orgmode

Achim Gratz <Stromeko@nexgo.de> writes:

> Jason Dunsmore <emacs-orgmode@dunsmor.com> writes:
>> I've taken all of your advice to heart and created this improved CSS
>> file:
>>
>> http://orgmode.org/tmp/worg-improved.css
>>
>> :) Joking aside, please send me a patch or CSS file with your
>> suggestions implemented.
>
> I will take a look tomorrow, can't promise to do a patch right away, but
> I'll try to make it soon-ish.  The new CSS files are not on the Worg.git
> yet, or are they?
>

You can use the version attached to my recent email as your base

http://article.gmane.org/gmane.emacs.orgmode/36243

I think this has the latest of Jason's css file, with my TOC folded in.

Thanks -- Eric

^ permalink raw reply	[flat|nested] 140+ messages in thread

* Re: Re: Worg needs some reorganizing
  2011-01-17 17:41                                     ` Bastien
  2011-01-17 18:01                                       ` Jason Dunsmore
  2011-01-17 19:05                                       ` Achim Gratz
@ 2011-01-18  1:34                                       ` Matt Lundin
  2011-01-18  1:53                                         ` Eric Schulte
                                                           ` (3 more replies)
  2 siblings, 4 replies; 140+ messages in thread
From: Matt Lundin @ 2011-01-18  1:34 UTC (permalink / raw)
  To: Bastien
  Cc: Dan Davison, Ian Barton, emacs-orgmode, Carsten Dominik,
	Jason Dunsmore

Bastien <bastien.guerry@wikimedia.fr> writes:

> Jason Dunsmore <jason@dunsmor.com> writes:
>
>> Option 1: http://orgmode.org/tmp/worg-jason/
>> Option 2: http://orgmode.org/tmp/worg-eric/
>> Option 3: http://orgmode.org/tmp/worg-eric2/
>
> Wow!  I love this.  My preference goes to Jason's version: both plain
> simple and colorful.  I also love Eric's expandable table of contents:
> the one we have for now often clutters the page too much...

Thanks so much, Jason and Eric, for taking the time to put these
stylesheets together! IMO, shifting the "weight" of the page to the
left, as both stylesheets do, makes the pages more and the hierarchical
structure of the org source clearer.

>> How should we move forward with this?  Take a vote?
>
> Matt's call :)
>
> My suggestion would be to go with Jason's css (combined with Eric's
> expandable table of contents) then have Eric's css and the old-worg 
> css available as alternative css.

I like Jason's stylesheet, and have a couple of observations:

1) h3 headers are indented, but the text beneath them is not.
   - See http://orgmode.org/tmp/worg-jason/org-tutorials/org-custom-agenda-commands.html#sec-2_1
2) h1 is a little bit off center, perhaps because of the org-mode logo?

I very much like Eric's hidden table of contents. I think it makes it
much easier to get right into the material and avoids some of the
formatting problems associated with a float. 

An aside: I noticed that both stylesheets contain a lot of instructions
that seem to have been created by htmlize.el:

 - Are these automatically generated? If so, might I ask how?

 - Some of the instructions seem superfluous outside of emacs (e.g.,
   flyspell faces). Should the css be trimmed to include only items that
   will be displayed in html?

Thanks again!
Matt

^ permalink raw reply	[flat|nested] 140+ messages in thread

* Re: Re: Worg needs some reorganizing
  2011-01-18  1:34                                       ` Matt Lundin
@ 2011-01-18  1:53                                         ` Eric Schulte
  2011-01-18  2:17                                         ` Jeff Horn
                                                           ` (2 subsequent siblings)
  3 siblings, 0 replies; 140+ messages in thread
From: Eric Schulte @ 2011-01-18  1:53 UTC (permalink / raw)
  To: Matt Lundin
  Cc: Dan Davison, Ian Barton, Bastien, emacs-orgmode, Carsten Dominik,
	Jason Dunsmore

> 
> An aside: I noticed that both stylesheets contain a lot of instructions
> that seem to have been created by htmlize.el:
>

That is certainly true of the sheets I submitted, although all of the
htmlize generated css is contained in the separate emacs.css and
zenburn-emacs.css sheets imported by the main sheets.

>
>  - Are these automatically generated? If so, might I ask how?
>

Yes, by calling the `org-export-htmlize-generate-css' function.

>
>  - Some of the instructions seem superfluous outside of emacs (e.g.,
>    flyspell faces). Should the css be trimmed to include only items that
>    will be displayed in html?
>

Agreed, once a final version of the stylesheet is compiled I'll be happy
to scan through the htmlize css and remove such superfluous faces.

Cheers -- Eric

>
> Thanks again!
> Matt

^ permalink raw reply	[flat|nested] 140+ messages in thread

* Re: Re: Worg needs some reorganizing
  2011-01-18  1:34                                       ` Matt Lundin
  2011-01-18  1:53                                         ` Eric Schulte
@ 2011-01-18  2:17                                         ` Jeff Horn
  2011-01-18  8:39                                           ` Bastien
  2011-01-18  9:23                                         ` Bastien
  2011-01-18 19:38                                         ` Jason Dunsmore
  3 siblings, 1 reply; 140+ messages in thread
From: Jeff Horn @ 2011-01-18  2:17 UTC (permalink / raw)
  To: Matt Lundin
  Cc: Dan Davison, Ian Barton, Bastien, emacs-orgmode, Carsten Dominik,
	Jason Dunsmore

Jason seems to be garnering a lot of votes, but Eric's zenburn
emulation makes my eyes happy. If Jason wins out, I suppose I could
always just read Worg in emacs... :D

On Mon, Jan 17, 2011 at 8:34 PM, Matt Lundin <mdl@imapmail.org> wrote:
> Bastien <bastien.guerry@wikimedia.fr> writes:
>
>> Jason Dunsmore <jason@dunsmor.com> writes:
>>
>>> Option 1: http://orgmode.org/tmp/worg-jason/
>>> Option 2: http://orgmode.org/tmp/worg-eric/
>>> Option 3: http://orgmode.org/tmp/worg-eric2/
>>
>> Wow!  I love this.  My preference goes to Jason's version: both plain
>> simple and colorful.  I also love Eric's expandable table of contents:
>> the one we have for now often clutters the page too much...
>
> Thanks so much, Jason and Eric, for taking the time to put these
> stylesheets together! IMO, shifting the "weight" of the page to the
> left, as both stylesheets do, makes the pages more and the hierarchical
> structure of the org source clearer.
>
>>> How should we move forward with this?  Take a vote?
>>
>> Matt's call :)
>>
>> My suggestion would be to go with Jason's css (combined with Eric's
>> expandable table of contents) then have Eric's css and the old-worg
>> css available as alternative css.
>
> I like Jason's stylesheet, and have a couple of observations:
>
> 1) h3 headers are indented, but the text beneath them is not.
>   - See http://orgmode.org/tmp/worg-jason/org-tutorials/org-custom-agenda-commands.html#sec-2_1
> 2) h1 is a little bit off center, perhaps because of the org-mode logo?
>
> I very much like Eric's hidden table of contents. I think it makes it
> much easier to get right into the material and avoids some of the
> formatting problems associated with a float.
>
> An aside: I noticed that both stylesheets contain a lot of instructions
> that seem to have been created by htmlize.el:
>
>  - Are these automatically generated? If so, might I ask how?
>
>  - Some of the instructions seem superfluous outside of emacs (e.g.,
>   flyspell faces). Should the css be trimmed to include only items that
>   will be displayed in html?
>
> Thanks again!
> Matt
>
> _______________________________________________
> 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
>



-- 
Jeffrey Horn
http://www.failuretorefrain.com/jeff/

^ permalink raw reply	[flat|nested] 140+ messages in thread

* Re: Re: Worg needs some reorganizing
  2011-01-18  2:17                                         ` Jeff Horn
@ 2011-01-18  8:39                                           ` Bastien
  2011-01-18 15:05                                             ` Matt Lundin
                                                               ` (2 more replies)
  0 siblings, 3 replies; 140+ messages in thread
From: Bastien @ 2011-01-18  8:39 UTC (permalink / raw)
  To: Jeff Horn
  Cc: Dan Davison, Ian Barton, Matt Lundin, emacs-orgmode,
	Carsten Dominik, Jason Dunsmore

Jeff Horn <jrhorn424@gmail.com> writes:

> Jason seems to be garnering a lot of votes, but Eric's zenburn
> emulation makes my eyes happy. If Jason wins out, I suppose I could
> always just read Worg in emacs... :D

Or use Eric zenburn-like css by selecting it as an alternative
stylesheet in Firefox : View -> Page Style -> [select stylesheet].

I don't know how to make this choice persistent from Firefox and I 
don't know if this feature is available for other browsers, but it
is certainly worth having several stylesheet available.

Best,

-- 
 Bastien

^ permalink raw reply	[flat|nested] 140+ messages in thread

* Re: Re: Worg needs some reorganizing
  2011-01-18  1:34                                       ` Matt Lundin
  2011-01-18  1:53                                         ` Eric Schulte
  2011-01-18  2:17                                         ` Jeff Horn
@ 2011-01-18  9:23                                         ` Bastien
  2011-01-18 15:41                                           ` Jason Dunsmore
  2011-01-18 19:38                                         ` Jason Dunsmore
  3 siblings, 1 reply; 140+ messages in thread
From: Bastien @ 2011-01-18  9:23 UTC (permalink / raw)
  To: Matt Lundin
  Cc: Dan Davison, Ian Barton, emacs-orgmode, Carsten Dominik,
	Jason Dunsmore

Thanks all for the work on worg.css -- I'm excited to see this happen!

I'm putting Sebastian explicitely into the loop: I remember Sebastian
worked on org.css (and maybe worg.css?) to make sure the spacing between
HTML headings was okay for folding/unfolding through org-info-js.  Maybe
this is something that should be taken care of with the new worg.css.

Cheers,

-- 
 Bastien

^ permalink raw reply	[flat|nested] 140+ messages in thread

* Re: Re: Worg needs some reorganizing
  2011-01-18  8:39                                           ` Bastien
@ 2011-01-18 15:05                                             ` Matt Lundin
  2011-01-18 15:36                                               ` Jason Dunsmore
                                                                 ` (2 more replies)
  2011-01-18 15:22                                             ` Jason Dunsmore
  2011-01-18 16:46                                             ` Jeff Horn
  2 siblings, 3 replies; 140+ messages in thread
From: Matt Lundin @ 2011-01-18 15:05 UTC (permalink / raw)
  To: Bastien
  Cc: Dan Davison, Ian Barton, Jeff Horn, emacs-orgmode,
	Carsten Dominik, Jason Dunsmore

Bastien <bastien.guerry@wikimedia.fr> writes:

> Jeff Horn <jrhorn424@gmail.com> writes:
>
>> Jason seems to be garnering a lot of votes, but Eric's zenburn
>> emulation makes my eyes happy. If Jason wins out, I suppose I could
>> always just read Worg in emacs... :D
>
> Or use Eric zenburn-like css by selecting it as an alternative
> stylesheet in Firefox : View -> Page Style -> [select stylesheet].
>
> I don't know how to make this choice persistent from Firefox and I 
> don't know if this feature is available for other browsers, but it
> is certainly worth having several stylesheet available.

Could we perhaps go ahead and put the new stylesheets on Worg along with
alternate stylesheet links in the publishing preamble? That way we could
begin to tweak the stylesheets as a community and test them "on the
fly." (It would also save Jason the work of having to publish to tmp
directories.) Others would then be free to add their own
stylesheets---though I suppose that adding alternate stylesheet links
will require access to the publishing options on the server.

Once we've decided on a default, we could then adjust the preamble
accordingly and clean up the alternates.

Best,
Matt

^ permalink raw reply	[flat|nested] 140+ messages in thread

* Re: Re: Worg needs some reorganizing
  2011-01-18  8:39                                           ` Bastien
  2011-01-18 15:05                                             ` Matt Lundin
@ 2011-01-18 15:22                                             ` Jason Dunsmore
  2011-01-19  1:21                                               ` Bastien
  2011-01-19 18:36                                               ` Achim Gratz
  2011-01-18 16:46                                             ` Jeff Horn
  2 siblings, 2 replies; 140+ messages in thread
From: Jason Dunsmore @ 2011-01-18 15:22 UTC (permalink / raw)
  To: Bastien
  Cc: Dan Davison, Ian Barton, Jeff Horn, Matt Lundin, emacs-orgmode,
	Carsten Dominik

Bastien <bastien.guerry@wikimedia.fr> writes:

> Jeff Horn <jrhorn424@gmail.com> writes:
>
>> Jason seems to be garnering a lot of votes, but Eric's zenburn
>> emulation makes my eyes happy. If Jason wins out, I suppose I could
>> always just read Worg in emacs... :D
>
> Or use Eric zenburn-like css by selecting it as an alternative
> stylesheet in Firefox : View -> Page Style -> [select stylesheet].
>
> I don't know how to make this choice persistent from Firefox and I 
> don't know if this feature is available for other browsers, but it
> is certainly worth having several stylesheet available.

There's a Firefox add-on that will give you configurable per-site user
CSS:
https://addons.mozilla.org/en-US/firefox/addon/stylish/

Looks like most browsers have a feature for this.

Opera:
http://my.opera.com/community/forums/topic.dml?id=109574

Chrome:
https://chrome.google.com/extensions/detail/fjnbnpbmkenffdnngjfgmeleoegfcffe
http://www.google.com/support/forum/p/Chrome/thread?tid=1fa0dd079dbdc2ff&hl=en
http://code.google.com/p/chromium/issues/detail?id=2393

Safari:
http://hetima.com/safari/stand-e.html

And there's something in the CSS 2.1 spec about allowing users to attach
style sheets that I don't fully understand.
http://www.w3.org/TR/CSS21/

^ permalink raw reply	[flat|nested] 140+ messages in thread

* Re: Re: Worg needs some reorganizing
  2011-01-18 15:05                                             ` Matt Lundin
@ 2011-01-18 15:36                                               ` Jason Dunsmore
  2011-01-18 15:45                                                 ` Nick Dokos
  2011-01-18 16:26                                               ` Eric Schulte
  2011-01-18 23:13                                               ` Jason Dunsmore
  2 siblings, 1 reply; 140+ messages in thread
From: Jason Dunsmore @ 2011-01-18 15:36 UTC (permalink / raw)
  To: Matt Lundin
  Cc: Dan Davison, Ian Barton, Jeff Horn, Bastien, emacs-orgmode,
	Carsten Dominik

Matt Lundin <mdl@imapmail.org> writes:

> Bastien <bastien.guerry@wikimedia.fr> writes:
>
>> Jeff Horn <jrhorn424@gmail.com> writes:
>>
>>> Jason seems to be garnering a lot of votes, but Eric's zenburn
>>> emulation makes my eyes happy. If Jason wins out, I suppose I could
>>> always just read Worg in emacs... :D
>>
>> Or use Eric zenburn-like css by selecting it as an alternative
>> stylesheet in Firefox : View -> Page Style -> [select stylesheet].
>>
>> I don't know how to make this choice persistent from Firefox and I 
>> don't know if this feature is available for other browsers, but it
>> is certainly worth having several stylesheet available.
>
> Could we perhaps go ahead and put the new stylesheets on Worg along with
> alternate stylesheet links in the publishing preamble?

That's okay with me.  I just uploaded the latest stylesheet with Eric's
collapsed TOC integrated in:
http://orgmode.org/tmp/worg.css

You can see it in action at:
http://orgmode.org/tmp/worg/

^ permalink raw reply	[flat|nested] 140+ messages in thread

* Re: Re: Worg needs some reorganizing
  2011-01-18  9:23                                         ` Bastien
@ 2011-01-18 15:41                                           ` Jason Dunsmore
  0 siblings, 0 replies; 140+ messages in thread
From: Jason Dunsmore @ 2011-01-18 15:41 UTC (permalink / raw)
  To: Bastien
  Cc: Dan Davison, Ian Barton, Matt Lundin, emacs-orgmode,
	Carsten Dominik

Bastien <bastien.guerry@wikimedia.fr> writes:

> Thanks all for the work on worg.css -- I'm excited to see this happen!
>
> I'm putting Sebastian explicitely into the loop: I remember Sebastian
> worked on org.css (and maybe worg.css?) to make sure the spacing between
> HTML headings was okay for folding/unfolding through org-info-js.  Maybe
> this is something that should be taken care of with the new worg.css.

My starting point was the old worg.css file.  I noticed there was
excessive space between sections.  When I removed the following two
lines:

--8<---------------cut here---------------start------------->8---
    /* Add more spacing between section. Padding, so that folding with org-info.js works as expected. */
    padding-bottom:2em;
--8<---------------cut here---------------end--------------->8---

It fixed the problem with excessive spacing.  Removing it didn't cause
an issue with the javascript-folded pages that I could see.

^ permalink raw reply	[flat|nested] 140+ messages in thread

* Re: Re: Worg needs some reorganizing
  2011-01-18 15:36                                               ` Jason Dunsmore
@ 2011-01-18 15:45                                                 ` Nick Dokos
  2011-01-18 15:52                                                   ` Jason Dunsmore
  0 siblings, 1 reply; 140+ messages in thread
From: Nick Dokos @ 2011-01-18 15:45 UTC (permalink / raw)
  To: Jason Dunsmore
  Cc: Dan Davison, Ian Barton, Jeff Horn, Bastien, Matt Lundin,
	nicholas.dokos, emacs-orgmode, Carsten Dominik

Jason Dunsmore <emacs-orgmode@dunsmor.com> wrote:

> ...
> That's okay with me.  I just uploaded the latest stylesheet with Eric's
> collapsed TOC integrated in:
> http://orgmode.org/tmp/worg.css
> 
> You can see it in action at:
> http://orgmode.org/tmp/worg/
> 

I haven't been able to see Eric's TOC in action yet (w/Firefox 3.0.19 on
Ubuntu 8.10): I looked at the screenshots Eric posted, but I see nothing
in the upper RH corner. Are there any prerequisites? I'll try more
recent FF on more recent Ubuntu and perhaps some other browsers/distros
as well, but if anybody has any ideas, I'd appreciate them.

Thanks,
Nick

^ permalink raw reply	[flat|nested] 140+ messages in thread

* Re: Re: Worg needs some reorganizing
  2011-01-18 15:45                                                 ` Nick Dokos
@ 2011-01-18 15:52                                                   ` Jason Dunsmore
  2011-01-18 16:04                                                     ` Nick Dokos
  0 siblings, 1 reply; 140+ messages in thread
From: Jason Dunsmore @ 2011-01-18 15:52 UTC (permalink / raw)
  To: nicholas.dokos
  Cc: Dan Davison, Ian Barton, Jeff Horn, Bastien, Matt Lundin,
	emacs-orgmode, Carsten Dominik

Nick Dokos <nicholas.dokos@hp.com> writes:

> Jason Dunsmore <emacs-orgmode@dunsmor.com> wrote:
>
>> ...
>> That's okay with me.  I just uploaded the latest stylesheet with Eric's
>> collapsed TOC integrated in:
>> http://orgmode.org/tmp/worg.css
>> 
>> You can see it in action at:
>> http://orgmode.org/tmp/worg/
>> 
>
> I haven't been able to see Eric's TOC in action yet (w/Firefox 3.0.19 on
> Ubuntu 8.10): I looked at the screenshots Eric posted, but I see nothing
> in the upper RH corner. Are there any prerequisites? I'll try more
> recent FF on more recent Ubuntu and perhaps some other browsers/distros
> as well, but if anybody has any ideas, I'd appreciate them.

The front page doesn't have a TOC.  You can see it here:
http://orgmode.org/tmp/worg/org-dependencies.html

Hit C-S-r to reload without using the cache if you still don't see it.

^ permalink raw reply	[flat|nested] 140+ messages in thread

* Re: Re: Worg needs some reorganizing
  2011-01-17 21:14                                           ` Eric Schulte
@ 2011-01-18 16:01                                             ` Jason Dunsmore
  2011-01-18 16:05                                             ` Eric Schulte
  1 sibling, 0 replies; 140+ messages in thread
From: Jason Dunsmore @ 2011-01-18 16:01 UTC (permalink / raw)
  To: Eric Schulte; +Cc: Jason Dunsmore, emacs-orgmode

"Eric Schulte" <schulte.eric@gmail.com> writes:

> I'm partial to the emacs.css bundled with my
> submission over the current code fontification, but that's just me.

I put your "pre" style in place:
http://orgmode.org/tmp/worg.css

^ permalink raw reply	[flat|nested] 140+ messages in thread

* Re: Re: Worg needs some reorganizing
  2011-01-18 15:52                                                   ` Jason Dunsmore
@ 2011-01-18 16:04                                                     ` Nick Dokos
  0 siblings, 0 replies; 140+ messages in thread
From: Nick Dokos @ 2011-01-18 16:04 UTC (permalink / raw)
  To: Jason Dunsmore
  Cc: Dan Davison, Ian Barton, nicholas.dokos, Bastien, Matt Lundin,
	Jeff Horn, emacs-orgmode, Carsten Dominik

Jason Dunsmore <emacs-orgmode@dunsmor.com> wrote:


> The front page doesn't have a TOC.  You can see it here:
> http://orgmode.org/tmp/worg/org-dependencies.html
> 

OK - I can see it on this page.

Thanks,
Nick

^ permalink raw reply	[flat|nested] 140+ messages in thread

* Re: Re: Worg needs some reorganizing
  2011-01-17 21:14                                           ` Eric Schulte
  2011-01-18 16:01                                             ` Jason Dunsmore
@ 2011-01-18 16:05                                             ` Eric Schulte
  2011-01-18 19:18                                               ` Jason Dunsmore
  1 sibling, 1 reply; 140+ messages in thread
From: Eric Schulte @ 2011-01-18 16:05 UTC (permalink / raw)
  To: Jason Dunsmore; +Cc: Achim Gratz, emacs-orgmode

>
> One last change I would suggest, is that rather than use inline css for
> the highlighted source code, we use a css stylesheet by setting the 
>
>   (setq org-export-htmlize-output-type 'css)
>
> Then use a single .css style sheet as done with the "@import(emacs.css)"
> in my previous submission.  I'm partial to the emacs.css bundled with my
> submission over the current code fontification, but that's just me.
>

While we're fixing things, are there any objections to making the
publishing change recommended above?  It should significantly reduce the
size of pages which contain a large amount of source code, and will make
it easier to adjust the fontification inside of code blocks.

-- Eric

^ permalink raw reply	[flat|nested] 140+ messages in thread

* Re: Re: Worg needs some reorganizing
  2011-01-17 18:57                                         ` Eric Schulte
@ 2011-01-18 16:13                                           ` Eric Schulte
  2011-01-18 16:53                                             ` Jeff Horn
  2011-01-18 16:55                                             ` Jason Dunsmore
  0 siblings, 2 replies; 140+ messages in thread
From: Eric Schulte @ 2011-01-18 16:13 UTC (permalink / raw)
  To: Jason Dunsmore
  Cc: Dan Davison, Ian Barton, Bastien, Matt Lundin, emacs-orgmode,
	Carsten Dominik

>>
>> By the way, having the javascript section-folding enabled on only some
>> pages is confusing and doesn't make for the best browsing experience.
>> Now that the TOC will be collapsed by default, perhaps it's no longer
>> needed?
>>
>
> Yes the javascript is probably the culprit here, I agree that with the
> hidden TOC it is probably not required.  My preference would be to
> remove the section folding (and use of javascript) from Worg entirely.
>

Is there a consensus on removing Javascript folding from *all* pages on
Worg.  I think this would be an improvement both for the readability and
stylistic coherence of the site.

Thanks -- Eric

^ permalink raw reply	[flat|nested] 140+ messages in thread

* Re: Re: Worg needs some reorganizing
  2011-01-18 15:05                                             ` Matt Lundin
  2011-01-18 15:36                                               ` Jason Dunsmore
@ 2011-01-18 16:26                                               ` Eric Schulte
  2011-01-18 18:50                                                 ` Jason Dunsmore
  2011-01-18 23:13                                               ` Jason Dunsmore
  2 siblings, 1 reply; 140+ messages in thread
From: Eric Schulte @ 2011-01-18 16:26 UTC (permalink / raw)
  To: Matt Lundin
  Cc: Dan Davison, Ian Barton, Jeff Horn, Bastien, emacs-orgmode,
	Carsten Dominik, Jason Dunsmore

Matt Lundin <mdl@imapmail.org> writes:

> Bastien <bastien.guerry@wikimedia.fr> writes:
>
>> Jeff Horn <jrhorn424@gmail.com> writes:
>>
>>> Jason seems to be garnering a lot of votes, but Eric's zenburn
>>> emulation makes my eyes happy. If Jason wins out, I suppose I could
>>> always just read Worg in emacs... :D
>>
>> Or use Eric zenburn-like css by selecting it as an alternative
>> stylesheet in Firefox : View -> Page Style -> [select stylesheet].
>>
>> I don't know how to make this choice persistent from Firefox and I 
>> don't know if this feature is available for other browsers, but it
>> is certainly worth having several stylesheet available.
>
> Could we perhaps go ahead and put the new stylesheets on Worg along with
> alternate stylesheet links in the publishing preamble? That way we could
> begin to tweak the stylesheets as a community and test them "on the
> fly." (It would also save Jason the work of having to publish to tmp
> directories.) Others would then be free to add their own
> stylesheets---though I suppose that adding alternate stylesheet links
> will require access to the publishing options on the server.
>
> Once we've decided on a default, we could then adjust the preamble
> accordingly and clean up the alternates.
>

This sounds like a great approach to me.  I'm convinced that there are
other Org-mode users with much more sophisticated knowledge of CSS who
may improve our initial efforts in time.

One other alternative that comes to mind--while we're making impositions
on Jason's kindness :)--is that it would be nice to have an alternate
version of Worg published side-by-side with the original, only instead
of publishing each page using org-publish-as-html, it could publish each
page using only htmlize.  That way we could show off how nice Org-mode
syntax can be when viewed from inside of Emacs, and users could see a
side-by-side between the plain-text and html versions.  An example of
this approach done successfully is Dan's Babel example at
http://www.stats.ox.ac.uk/~davison/software/org-babel/drift.org.html

Cheers -- Eric

^ permalink raw reply	[flat|nested] 140+ messages in thread

* Re: Re: Worg needs some reorganizing
  2011-01-18  8:39                                           ` Bastien
  2011-01-18 15:05                                             ` Matt Lundin
  2011-01-18 15:22                                             ` Jason Dunsmore
@ 2011-01-18 16:46                                             ` Jeff Horn
  2011-01-18 16:57                                               ` Brian T. Wightman
  2 siblings, 1 reply; 140+ messages in thread
From: Jeff Horn @ 2011-01-18 16:46 UTC (permalink / raw)
  To: Bastien
  Cc: Dan Davison, Ian Barton, Matt Lundin, emacs-orgmode,
	Carsten Dominik, Jason Dunsmore

On Tue, Jan 18, 2011 at 3:39 AM, Bastien <bastien.guerry@wikimedia.fr> wrote:
> Jeff Horn <jrhorn424@gmail.com> writes:
>
>> Jason seems to be garnering a lot of votes, but Eric's zenburn
>> emulation makes my eyes happy. If Jason wins out, I suppose I could
>> always just read Worg in emacs... :D
>
> Or use Eric zenburn-like css by selecting it as an alternative
> stylesheet in Firefox : View -> Page Style -> [select stylesheet].
>
> I don't know how to make this choice persistent from Firefox and I
> don't know if this feature is available for other browsers, but it
> is certainly worth having several stylesheet available.

I've seen some sites with alternate style sheets built into the page.
Usually a drop down menu in the upper right corner of the page to
select and load a stylesheet.

I'm not sure how it is implemented, but I suspect it's javascript,
since the new stylesheet is "loaded" automatically, without a refresh,
when the user clicks it.

-- 
Jeffrey Horn
http://www.failuretorefrain.com/jeff/

^ permalink raw reply	[flat|nested] 140+ messages in thread

* Re: Re: Worg needs some reorganizing
  2011-01-18 16:13                                           ` Eric Schulte
@ 2011-01-18 16:53                                             ` Jeff Horn
  2011-01-18 16:55                                             ` Jason Dunsmore
  1 sibling, 0 replies; 140+ messages in thread
From: Jeff Horn @ 2011-01-18 16:53 UTC (permalink / raw)
  To: Eric Schulte
  Cc: Dan Davison, Ian Barton, Jason Dunsmore, Bastien, Matt Lundin,
	emacs-orgmode, Carsten Dominik

On Tue, Jan 18, 2011 at 11:13 AM, Eric Schulte <schulte.eric@gmail.com> wrote:
> Is there a consensus on removing Javascript folding from *all* pages on
> Worg.  I think this would be an improvement both for the readability and
> stylistic coherence of the site.

+1 from me. Also, is the custom worg search box well-liked (pressing
"s" on a page)? Why not just create a custom google search restricted
to the org subdirectory (I don't know if subdirectories are possible)
and add the search box on each page?

If you can't restrict to subdirectory, we could just point a CNAME
redirect from "orgmode.org/worg/" to "worg.orgmode.org" and use a
google custom search for that subdomain.

Jeff

-- 
Jeffrey Horn
http://www.failuretorefrain.com/jeff/

^ permalink raw reply	[flat|nested] 140+ messages in thread

* Re: Re: Worg needs some reorganizing
  2011-01-18 16:13                                           ` Eric Schulte
  2011-01-18 16:53                                             ` Jeff Horn
@ 2011-01-18 16:55                                             ` Jason Dunsmore
  2011-01-18 19:15                                               ` Jason Dunsmore
  1 sibling, 1 reply; 140+ messages in thread
From: Jason Dunsmore @ 2011-01-18 16:55 UTC (permalink / raw)
  To: Eric Schulte
  Cc: Dan Davison, Ian Barton, Jason Dunsmore, Bastien, Matt Lundin,
	emacs-orgmode, Carsten Dominik

"Eric Schulte" <schulte.eric@gmail.com> writes:

>>>
>>> By the way, having the javascript section-folding enabled on only some
>>> pages is confusing and doesn't make for the best browsing experience.
>>> Now that the TOC will be collapsed by default, perhaps it's no longer
>>> needed?
>>>
>>
>> Yes the javascript is probably the culprit here, I agree that with the
>> hidden TOC it is probably not required.  My preference would be to
>> remove the section folding (and use of javascript) from Worg entirely.
>>
>
> Is there a consensus on removing Javascript folding from *all* pages on
> Worg.  I think this would be an improvement both for the readability and
> stylistic coherence of the site.

I am in favor of removing the javascript folding from all Worg pages.
It would improve the consistency and experience of browsing Worg.

^ permalink raw reply	[flat|nested] 140+ messages in thread

* Re: Re: Worg needs some reorganizing
  2011-01-18 16:46                                             ` Jeff Horn
@ 2011-01-18 16:57                                               ` Brian T. Wightman
  0 siblings, 0 replies; 140+ messages in thread
From: Brian T. Wightman @ 2011-01-18 16:57 UTC (permalink / raw)
  To: emacs-orgmode
  Cc: Dan Davison, Ian Barton, Jeff Horn, Bastien, Matt Lundin,
	Carsten Dominik, Jason Dunsmore

It is set by headers in the HTML.  See 
http://www.alistapart.com/articles/alternate/ for code.

Brian



----- Original Message ----
From: Jeff Horn <jrhorn424@gmail.com>
To: Bastien <bastien.guerry@wikimedia.fr>
Cc: Dan Davison <davison@stats.ox.ac.uk>; Ian Barton <ian@manor-farm.org>; Matt 
Lundin <mdl@imapmail.org>; emacs-orgmode@gnu.org; Carsten Dominik 
<carsten.dominik@gmail.com>; Jason Dunsmore <jason@dunsmor.com>
Sent: Tue, January 18, 2011 10:46:14 AM
Subject: Re: [Orgmode] Re: Worg needs some reorganizing

On Tue, Jan 18, 2011 at 3:39 AM, Bastien <bastien.guerry@wikimedia.fr> wrote:
> Jeff Horn <jrhorn424@gmail.com> writes:
>
>> Jason seems to be garnering a lot of votes, but Eric's zenburn
>> emulation makes my eyes happy. If Jason wins out, I suppose I could
>> always just read Worg in emacs... :D
>
> Or use Eric zenburn-like css by selecting it as an alternative
> stylesheet in Firefox : View -> Page Style -> [select stylesheet].
>
> I don't know how to make this choice persistent from Firefox and I
> don't know if this feature is available for other browsers, but it
> is certainly worth having several stylesheet available.

I've seen some sites with alternate style sheets built into the page.
Usually a drop down menu in the upper right corner of the page to
select and load a stylesheet.

I'm not sure how it is implemented, but I suspect it's javascript,
since the new stylesheet is "loaded" automatically, without a refresh,
when the user clicks it.

-- 
Jeffrey Horn
http://www.failuretorefrain.com/jeff/

_______________________________________________
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

^ permalink raw reply	[flat|nested] 140+ messages in thread

* Re: Re: Worg needs some reorganizing
  2011-01-18 16:26                                               ` Eric Schulte
@ 2011-01-18 18:50                                                 ` Jason Dunsmore
  2011-01-18 19:20                                                   ` Jeff Horn
                                                                     ` (2 more replies)
  0 siblings, 3 replies; 140+ messages in thread
From: Jason Dunsmore @ 2011-01-18 18:50 UTC (permalink / raw)
  To: Eric Schulte
  Cc: Dan Davison, Ian Barton, Jeff Horn, Bastien, Matt Lundin,
	emacs-orgmode, Carsten Dominik

"Eric Schulte" <schulte.eric@gmail.com> writes:

> Matt Lundin <mdl@imapmail.org> writes:
>
>> Bastien <bastien.guerry@wikimedia.fr> writes:
>>
>>> Jeff Horn <jrhorn424@gmail.com> writes:
>>>
>>>> Jason seems to be garnering a lot of votes, but Eric's zenburn
>>>> emulation makes my eyes happy. If Jason wins out, I suppose I could
>>>> always just read Worg in emacs... :D
>>>
>>> Or use Eric zenburn-like css by selecting it as an alternative
>>> stylesheet in Firefox : View -> Page Style -> [select stylesheet].
>>>
>>> I don't know how to make this choice persistent from Firefox and I 
>>> don't know if this feature is available for other browsers, but it
>>> is certainly worth having several stylesheet available.
>>
>> Could we perhaps go ahead and put the new stylesheets on Worg along with
>> alternate stylesheet links in the publishing preamble? That way we could
>> begin to tweak the stylesheets as a community and test them "on the
>> fly." (It would also save Jason the work of having to publish to tmp
>> directories.) Others would then be free to add their own
>> stylesheets---though I suppose that adding alternate stylesheet links
>> will require access to the publishing options on the server.
>>
>> Once we've decided on a default, we could then adjust the preamble
>> accordingly and clean up the alternates.
>>
>
> This sounds like a great approach to me.  I'm convinced that there are
> other Org-mode users with much more sophisticated knowledge of CSS who
> may improve our initial efforts in time.
>
> One other alternative that comes to mind--while we're making impositions
> on Jason's kindness :)--is that it would be nice to have an alternate
> version of Worg published side-by-side with the original, only instead
> of publishing each page using org-publish-as-html, it could publish each
> page using only htmlize.  That way we could show off how nice Org-mode
> syntax can be when viewed from inside of Emacs, and users could see a
> side-by-side between the plain-text and html versions.  An example of
> this approach done successfully is Dan's Babel example at
> http://www.stats.ox.ac.uk/~davison/software/org-babel/drift.org.html

That sounds like a good idea.  Do you know exactly how to do this?

I added the following to org-publish-project-alist:

--8<---------------cut here---------------start------------->8---
        ("worg-htmlize"
         :base-directory "~/git/Worg/"
         :base-extension "org"
         :html-extension "org.html"
         :publishing-directory "/var/www/orgmode.org/worg/"
         :recursive t
         :htmlized-source t
         :publishing-function htmlize)
--8<---------------cut here---------------end--------------->8---

But when I run:

--8<---------------cut here---------------start------------->8---
(defun publish-worg-htmlize nil
   "Publish Worg."
   (interactive)
   (add-hook 'org-publish-after-export-hook 'worg-fix-symbol-table)
   (let ((org-format-latex-signal-error nil)
         (org-startup-folded nil))
     (org-publish-project "worg-htmlize")))
--8<---------------cut here---------------end--------------->8---

I get the error "Symbol's function definition is void: publish-htmlize".
I made sure to (require 'htmlize).

^ permalink raw reply	[flat|nested] 140+ messages in thread

* Re: Re: Worg needs some reorganizing
  2011-01-18 16:55                                             ` Jason Dunsmore
@ 2011-01-18 19:15                                               ` Jason Dunsmore
  2011-01-18 19:52                                                 ` Bastien
  2011-01-19  1:02                                                 ` Matt Lundin
  0 siblings, 2 replies; 140+ messages in thread
From: Jason Dunsmore @ 2011-01-18 19:15 UTC (permalink / raw)
  To: Jason Dunsmore
  Cc: Dan Davison, Ian Barton, Bastien, Matt Lundin, emacs-orgmode,
	Carsten Dominik

Jason Dunsmore <emacs-orgmode@dunsmor.com> writes:

> "Eric Schulte" <schulte.eric@gmail.com> writes:
>
>>>>
>>>> By the way, having the javascript section-folding enabled on only some
>>>> pages is confusing and doesn't make for the best browsing experience.
>>>> Now that the TOC will be collapsed by default, perhaps it's no longer
>>>> needed?
>>>>
>>>
>>> Yes the javascript is probably the culprit here, I agree that with the
>>> hidden TOC it is probably not required.  My preference would be to
>>> remove the section folding (and use of javascript) from Worg entirely.
>>>
>>
>> Is there a consensus on removing Javascript folding from *all* pages on
>> Worg.  I think this would be an improvement both for the readability and
>> stylistic coherence of the site.
>
> I am in favor of removing the javascript folding from all Worg pages.
> It would improve the consistency and experience of browsing Worg.

I made a version of the FAQ without the javascript folding:

http://orgmode.org/tmp/worg/org-faq-nojs.html
http://orgmode.org/tmp/worg/org-faq.html

It like it better, but it's still a bit unwieldy.  Maybe the FAQ just
needs to be reorganized.  See how Wikipedia does it:

http://en.wikipedia.org/wiki/Wikipedia:FAQ
http://en.wikipedia.org/wiki/Wikipedia:FAQ_Index

Matt or Bastien, do you have an opinion on reorganizing the FAQ?

^ permalink raw reply	[flat|nested] 140+ messages in thread

* Re: Re: Worg needs some reorganizing
  2011-01-18 16:05                                             ` Eric Schulte
@ 2011-01-18 19:18                                               ` Jason Dunsmore
  2011-01-18 19:40                                                 ` Bastien
  0 siblings, 1 reply; 140+ messages in thread
From: Jason Dunsmore @ 2011-01-18 19:18 UTC (permalink / raw)
  To: Eric Schulte; +Cc: Achim Gratz, Jason Dunsmore, emacs-orgmode

"Eric Schulte" <schulte.eric@gmail.com> writes:

>>
>> One last change I would suggest, is that rather than use inline css for
>> the highlighted source code, we use a css stylesheet by setting the 
>>
>>   (setq org-export-htmlize-output-type 'css)
>>
>> Then use a single .css style sheet as done with the "@import(emacs.css)"
>> in my previous submission.  I'm partial to the emacs.css bundled with my
>> submission over the current code fontification, but that's just me.
>>
>
> While we're fixing things, are there any objections to making the
> publishing change recommended above?  It should significantly reduce the
> size of pages which contain a large amount of source code, and will make
> it easier to adjust the fontification inside of code blocks.

I agree that org-export-htmlize-output-type should be set to 'css.

^ permalink raw reply	[flat|nested] 140+ messages in thread

* Re: Re: Worg needs some reorganizing
  2011-01-18 18:50                                                 ` Jason Dunsmore
@ 2011-01-18 19:20                                                   ` Jeff Horn
  2011-01-18 19:48                                                   ` Bastien
  2011-01-20 11:22                                                   ` Dan Davison
  2 siblings, 0 replies; 140+ messages in thread
From: Jeff Horn @ 2011-01-18 19:20 UTC (permalink / raw)
  To: Jason Dunsmore
  Cc: Dan Davison, Ian Barton, Bastien, Matt Lundin, emacs-orgmode,
	Carsten Dominik

On Tue, Jan 18, 2011 at 1:50 PM, Jason Dunsmore
<emacs-orgmode@dunsmor.com> wrote:
> I get the error "Symbol's function definition is void: publish-htmlize".
> I made sure to (require 'htmlize).

I believe the function `org-publish-org-to-org` calls htmlize. Make
sure to (require 'org-publish).

-- 
Jeffrey Horn
http://www.failuretorefrain.com/jeff/

^ permalink raw reply	[flat|nested] 140+ messages in thread

* Re: Re: Worg needs some reorganizing
  2011-01-18  1:34                                       ` Matt Lundin
                                                           ` (2 preceding siblings ...)
  2011-01-18  9:23                                         ` Bastien
@ 2011-01-18 19:38                                         ` Jason Dunsmore
  3 siblings, 0 replies; 140+ messages in thread
From: Jason Dunsmore @ 2011-01-18 19:38 UTC (permalink / raw)
  To: Matt Lundin
  Cc: Dan Davison, Ian Barton, Carsten Dominik, emacs-orgmode, Bastien

Matt Lundin <mdl@imapmail.org> writes:

>> My suggestion would be to go with Jason's css (combined with Eric's
>> expandable table of contents) then have Eric's css and the old-worg 
>> css available as alternative css.
>
> I like Jason's stylesheet, and have a couple of observations:
>
> 1) h3 headers are indented, but the text beneath them is not.
>    - See http://orgmode.org/tmp/worg-jason/org-tutorials/org-custom-agenda-commands.html#sec-2_1

Yes, that was intentional.  I wanted to keep the column width constant.

> 2) h1 is a little bit off center, perhaps because of the org-mode logo?

I fixed this.

Thanks,
Jason

^ permalink raw reply	[flat|nested] 140+ messages in thread

* Re: Re: Worg needs some reorganizing
  2011-01-18 19:18                                               ` Jason Dunsmore
@ 2011-01-18 19:40                                                 ` Bastien
  0 siblings, 0 replies; 140+ messages in thread
From: Bastien @ 2011-01-18 19:40 UTC (permalink / raw)
  To: Jason Dunsmore; +Cc: Achim Gratz, emacs-orgmode

Jason Dunsmore <emacs-orgmode@dunsmor.com> writes:

>> While we're fixing things, are there any objections to making the
>> publishing change recommended above?  It should significantly reduce the
>> size of pages which contain a large amount of source code, and will make
>> it easier to adjust the fontification inside of code blocks.
>
> I agree that org-export-htmlize-output-type should be set to 'css.

Done, thanks.

-- 
 Bastien

^ permalink raw reply	[flat|nested] 140+ messages in thread

* Re: Re: Worg needs some reorganizing
  2011-01-18 18:50                                                 ` Jason Dunsmore
  2011-01-18 19:20                                                   ` Jeff Horn
@ 2011-01-18 19:48                                                   ` Bastien
  2011-01-18 23:17                                                     ` Bernt Hansen
  2011-01-19  1:03                                                     ` Matt Lundin
  2011-01-20 11:22                                                   ` Dan Davison
  2 siblings, 2 replies; 140+ messages in thread
From: Bastien @ 2011-01-18 19:48 UTC (permalink / raw)
  To: Jason Dunsmore
  Cc: Dan Davison, Ian Barton, Jeff Horn, Matt Lundin, emacs-orgmode,
	Carsten Dominik

Jason Dunsmore <emacs-orgmode@dunsmor.com> writes:

> I added the following to org-publish-project-alist:
>
>         ("worg-htmlize"
>          :base-directory "~/git/Worg/"
>          :base-extension "org"
>          :html-extension "org.html"
>          :publishing-directory "/var/www/orgmode.org/worg/"
>          :recursive t
>          :htmlized-source t
>          :publishing-function htmlize)

You need to use this instead :

           :publishing-function org-publish-org-to-org

I've done this.  See this page: 

  http://orgmode.org/worg/index.org.html

You cannot click on links though...

-- 
 Bastien

^ permalink raw reply	[flat|nested] 140+ messages in thread

* Re: Re: Worg needs some reorganizing
  2011-01-18 19:15                                               ` Jason Dunsmore
@ 2011-01-18 19:52                                                 ` Bastien
  2011-01-18 21:54                                                   ` Jason Dunsmore
                                                                     ` (2 more replies)
  2011-01-19  1:02                                                 ` Matt Lundin
  1 sibling, 3 replies; 140+ messages in thread
From: Bastien @ 2011-01-18 19:52 UTC (permalink / raw)
  To: Jason Dunsmore
  Cc: Dan Davison, Ian Barton, Matt Lundin, emacs-orgmode,
	Carsten Dominik

Jason Dunsmore <emacs-orgmode@dunsmor.com> writes:

> I made a version of the FAQ without the javascript folding:
>
> http://orgmode.org/tmp/worg/org-faq-nojs.html
> http://orgmode.org/tmp/worg/org-faq.html

Thanks.  Nitpicking: I'd prefer paragraphs to be indented to the right
(so that headines are always left from the text)  But just a matter of
taste, of course.

> It like it better, but it's still a bit unwieldy.  Maybe the FAQ just
> needs to be reorganized.  See how Wikipedia does it:
>
> http://en.wikipedia.org/wiki/Wikipedia:FAQ
> http://en.wikipedia.org/wiki/Wikipedia:FAQ_Index
>
> Matt or Bastien, do you have an opinion on reorganizing the FAQ?

I don't have a strong opinion about this: splitting the FAQ into
org-faq-*.org comes to my mind, but it's a big task.  org-info-js, 
while not optimal for *every* page on Worg, was doing a good job 
on the FAQ.  

-- 
 Bastien

^ permalink raw reply	[flat|nested] 140+ messages in thread

* Re: Re: Worg needs some reorganizing
  2011-01-18 19:52                                                 ` Bastien
@ 2011-01-18 21:54                                                   ` Jason Dunsmore
  2011-01-18 22:23                                                     ` Nick Dokos
  2011-01-18 22:42                                                   ` Eric Schulte
  2011-01-19 16:52                                                   ` Achim Gratz
  2 siblings, 1 reply; 140+ messages in thread
From: Jason Dunsmore @ 2011-01-18 21:54 UTC (permalink / raw)
  To: Bastien
  Cc: Dan Davison, Ian Barton, Matt Lundin, emacs-orgmode,
	Carsten Dominik

Bastien <bastien.guerry@wikimedia.fr> writes:

> Jason Dunsmore <emacs-orgmode@dunsmor.com> writes:
>
>> I made a version of the FAQ without the javascript folding:
>>
>> http://orgmode.org/tmp/worg/org-faq-nojs.html
>> http://orgmode.org/tmp/worg/org-faq.html
>
> Thanks.  Nitpicking: I'd prefer paragraphs to be indented to the right
> (so that headines are always left from the text)  But just a matter of
> taste, of course.

I implemented this.  Example:
http://orgmode.org/tmp/worg-jason/org-dependencies.html

The variable column widths don't look bad like I thought they would.

>> It like it better, but it's still a bit unwieldy.  Maybe the FAQ just
>> needs to be reorganized.  See how Wikipedia does it:
>>
>> http://en.wikipedia.org/wiki/Wikipedia:FAQ
>> http://en.wikipedia.org/wiki/Wikipedia:FAQ_Index
>>
>> Matt or Bastien, do you have an opinion on reorganizing the FAQ?
>
> I don't have a strong opinion about this: splitting the FAQ into
> org-faq-*.org comes to my mind, but it's a big task.  org-info-js, 
> while not optimal for *every* page on Worg, was doing a good job 
> on the FAQ.

Sometimes I come across one of those huge javascript-folded pages via a
Google search.  When I visit the page, I'm unable to find the content on
the page that I'm looking for because the browser search function
doesn't work.

Example: http://www.google.com/search?q=Why+aren't+items+disappearing+from+my+agenda+once+they+are+marked+done

Most people would go to the next Google result.  I usually end up
searching the HTML source.  I guess you could switch to Emacs and search
Worg, but I don't usually do that and Org-mode newbies certainly would
not do that.

I'd be happy to help reorganize the FAQ.  I think it would be a big help
to Org-mode noobs to be able to easily find information on Worg via
search engines.  Let me know how I can help.

^ permalink raw reply	[flat|nested] 140+ messages in thread

* Re: Re: Worg needs some reorganizing
  2011-01-18 21:54                                                   ` Jason Dunsmore
@ 2011-01-18 22:23                                                     ` Nick Dokos
  0 siblings, 0 replies; 140+ messages in thread
From: Nick Dokos @ 2011-01-18 22:23 UTC (permalink / raw)
  To: Jason Dunsmore
  Cc: Dan Davison, Ian Barton, nicholas.dokos, Bastien, Matt Lundin,
	emacs-orgmode, Carsten Dominik

Jason Dunsmore <emacs-orgmode@dunsmor.com> wrote:

> > I don't have a strong opinion about this: splitting the FAQ into
> > org-faq-*.org comes to my mind, but it's a big task.  org-info-js, 
> > while not optimal for *every* page on Worg, was doing a good job 
> > on the FAQ.
> 
> Sometimes I come across one of those huge javascript-folded pages via a
> Google search.  When I visit the page, I'm unable to find the content on
> the page that I'm looking for because the browser search function
> doesn't work.
> 
> Example: http://www.google.com/search?q=Why+aren't+items+disappearing+from+my+agenda+once+they+are+marked+done
> 
> Most people would go to the next Google result.  I usually end up
> searching the HTML source.  I guess you could switch to Emacs and search
> Worg, but I don't usually do that and Org-mode newbies certainly would
> not do that.
> 

It may be a matter of documentation: there is not enough information
when you visit the page to know what to do next - and at least in
my case, the HELP/Toggle View links are invisible to begin with. If I
click on "Welcome", then I get a little help, plus the links become
visible and life is much better: that points you to the search
or occur facility (press "s" or "o"), so there is no need to search the
HTML.

HTH,
Nick

^ permalink raw reply	[flat|nested] 140+ messages in thread

* Re: Re: Worg needs some reorganizing
  2011-01-18 19:52                                                 ` Bastien
  2011-01-18 21:54                                                   ` Jason Dunsmore
@ 2011-01-18 22:42                                                   ` Eric Schulte
  2011-01-19  1:35                                                     ` Jeff Horn
  2011-01-19 16:52                                                   ` Achim Gratz
  2 siblings, 1 reply; 140+ messages in thread
From: Eric Schulte @ 2011-01-18 22:42 UTC (permalink / raw)
  To: Bastien
  Cc: Dan Davison, Ian Barton, Jason Dunsmore, Matt Lundin,
	emacs-orgmode, Carsten Dominik

> I don't have a strong opinion about this: splitting the FAQ into
> org-faq-*.org comes to my mind, but it's a big task.  org-info-js, 
> while not optimal for *every* page on Worg, was doing a good job 
> on the FAQ.  

I'd lean towards keep the FAQ as one large flat html file to encourage
text searching in the browser, although this may be personal preference.

-- Eric

^ permalink raw reply	[flat|nested] 140+ messages in thread

* Re: Re: Worg needs some reorganizing
  2011-01-18 15:05                                             ` Matt Lundin
  2011-01-18 15:36                                               ` Jason Dunsmore
  2011-01-18 16:26                                               ` Eric Schulte
@ 2011-01-18 23:13                                               ` Jason Dunsmore
  2011-01-19  0:15                                                 ` Eric Schulte
  2011-01-19  0:40                                                 ` Bastien
  2 siblings, 2 replies; 140+ messages in thread
From: Jason Dunsmore @ 2011-01-18 23:13 UTC (permalink / raw)
  To: Eric Schulte
  Cc: Dan Davison, Ian Barton, Jeff Horn, Bastien, Matt Lundin,
	emacs-orgmode, Carsten Dominik

Matt Lundin <mdl@imapmail.org> writes:

> Bastien <bastien.guerry@wikimedia.fr> writes:
>
>> Jeff Horn <jrhorn424@gmail.com> writes:
>>
>>> Jason seems to be garnering a lot of votes, but Eric's zenburn
>>> emulation makes my eyes happy. If Jason wins out, I suppose I could
>>> always just read Worg in emacs... :D
>>
>> Or use Eric zenburn-like css by selecting it as an alternative
>> stylesheet in Firefox : View -> Page Style -> [select stylesheet].
>>
>> I don't know how to make this choice persistent from Firefox and I 
>> don't know if this feature is available for other browsers, but it
>> is certainly worth having several stylesheet available.
>
> Could we perhaps go ahead and put the new stylesheets on Worg along with
> alternate stylesheet links in the publishing preamble? That way we could
> begin to tweak the stylesheets as a community and test them "on the
> fly." (It would also save Jason the work of having to publish to tmp
> directories.) Others would then be free to add their own
> stylesheets---though I suppose that adding alternate stylesheet links
> will require access to the publishing options on the server.

The new stylesheet is in place now.

Eric,

Looks like there's a conflict with new TOC and the org-people page:

http://orgmode.org/worg/org-people.html

Can it be fixed?

^ permalink raw reply	[flat|nested] 140+ messages in thread

* Re: Worg needs some reorganizing
  2011-01-18 19:48                                                   ` Bastien
@ 2011-01-18 23:17                                                     ` Bernt Hansen
  2011-01-19  0:57                                                       ` Bastien
  2011-01-19  1:03                                                     ` Matt Lundin
  1 sibling, 1 reply; 140+ messages in thread
From: Bernt Hansen @ 2011-01-18 23:17 UTC (permalink / raw)
  To: Bastien
  Cc: Dan Davison, Ian Barton, Jeff Horn, Matt Lundin, emacs-orgmode,
	Jason Dunsmore, Carsten Dominik

Bastien <bastien.guerry@wikimedia.fr> writes:

> Jason Dunsmore <emacs-orgmode@dunsmor.com> writes:
>
>> I added the following to org-publish-project-alist:
>>
>>         ("worg-htmlize"
>>          :base-directory "~/git/Worg/"
>>          :base-extension "org"
>>          :html-extension "org.html"
>>          :publishing-directory "/var/www/orgmode.org/worg/"
>>          :recursive t
>>          :htmlized-source t
>>          :publishing-function htmlize)
>
> You need to use this instead :
>
>            :publishing-function org-publish-org-to-org
>
> I've done this.  See this page: 
>
>   http://orgmode.org/worg/index.org.html
>
> You cannot click on links though...

and I use this :)

                :publishing-function (org-publish-org-to-html org-publish-org-to-org)
                :plain-source t
                :htmlized-source t

on

http://doc.norang.ca/org-mode.html,
http://doc.norang.ca/org-mode.org.html, and 
http://doc.norang.ca/org-mode.org

-Bernt

^ permalink raw reply	[flat|nested] 140+ messages in thread

* Re: Re: Worg needs some reorganizing
  2011-01-18 23:13                                               ` Jason Dunsmore
@ 2011-01-19  0:15                                                 ` Eric Schulte
  2011-01-19  0:40                                                 ` Bastien
  1 sibling, 0 replies; 140+ messages in thread
From: Eric Schulte @ 2011-01-19  0:15 UTC (permalink / raw)
  To: Jason Dunsmore
  Cc: Dan Davison, Ian Barton, Jeff Horn, Bastien, Matt Lundin,
	emacs-orgmode, Carsten Dominik

Jason Dunsmore <emacs-orgmode@dunsmor.com> writes:

> Matt Lundin <mdl@imapmail.org> writes:
>
>> Bastien <bastien.guerry@wikimedia.fr> writes:
>>
>>> Jeff Horn <jrhorn424@gmail.com> writes:
>>>
>>>> Jason seems to be garnering a lot of votes, but Eric's zenburn
>>>> emulation makes my eyes happy. If Jason wins out, I suppose I could
>>>> always just read Worg in emacs... :D
>>>
>>> Or use Eric zenburn-like css by selecting it as an alternative
>>> stylesheet in Firefox : View -> Page Style -> [select stylesheet].
>>>
>>> I don't know how to make this choice persistent from Firefox and I 
>>> don't know if this feature is available for other browsers, but it
>>> is certainly worth having several stylesheet available.
>>
>> Could we perhaps go ahead and put the new stylesheets on Worg along with
>> alternate stylesheet links in the publishing preamble? That way we could
>> begin to tweak the stylesheets as a community and test them "on the
>> fly." (It would also save Jason the work of having to publish to tmp
>> directories.) Others would then be free to add their own
>> stylesheets---though I suppose that adding alternate stylesheet links
>> will require access to the publishing options on the server.
>
> The new stylesheet is in place now.
>
> Eric,
>
> Looks like there's a conflict with new TOC and the org-people page:
>
> http://orgmode.org/worg/org-people.html
>
> Can it be fixed?

I just pushed up a fix to the Worg repo.

Best -- Eric

^ permalink raw reply	[flat|nested] 140+ messages in thread

* Re: Re: Worg needs some reorganizing
  2011-01-18 23:13                                               ` Jason Dunsmore
  2011-01-19  0:15                                                 ` Eric Schulte
@ 2011-01-19  0:40                                                 ` Bastien
  2011-01-19  0:46                                                   ` Eric Schulte
                                                                     ` (2 more replies)
  1 sibling, 3 replies; 140+ messages in thread
From: Bastien @ 2011-01-19  0:40 UTC (permalink / raw)
  To: Jason Dunsmore
  Cc: Dan Davison, Ian Barton, Jeff Horn, Matt Lundin, emacs-orgmode,
	Carsten Dominik

Jason Dunsmore <emacs-orgmode@dunsmor.com> writes:

> The new stylesheet is in place now.

Great, thanks all for this effort!

Jason, correct me if I'm wrong, I think you copied worg.css directly on
the server.  So I put it in the Worg.git repo and then publised Worg
again.

So changes to worg.css can happen from the repo (unless Matt and Jason
think it's best to have worg.css on the server *only*.)

I changed the background of code chunks to black - please revert this 
if you find it too agressive/unreadable.   I really dislike the fake
white we had as the background for black-on-white code chunks...

-- 
 Bastien

^ permalink raw reply	[flat|nested] 140+ messages in thread

* Re: Re: Worg needs some reorganizing
  2011-01-19  0:40                                                 ` Bastien
@ 2011-01-19  0:46                                                   ` Eric Schulte
  2011-01-19  1:13                                                   ` Matt Lundin
  2011-01-19 18:04                                                   ` Achim Gratz
  2 siblings, 0 replies; 140+ messages in thread
From: Eric Schulte @ 2011-01-19  0:46 UTC (permalink / raw)
  To: Bastien
  Cc: Dan Davison, Ian Barton, Jason Dunsmore, Matt Lundin, Jeff Horn,
	emacs-orgmode, Carsten Dominik

> I changed the background of code chunks to black - please revert this 
> if you find it too agressive/unreadable.   I really dislike the fake
> white we had as the background for black-on-white code chunks...

I just replaced the black with a slightly softer dark-gray, please feel
free to revert.  Should we set the *.org.html pages to use the same
color scheme as the code blocks?

Thanks to everyone for helping in this transition, I think it is a big
improvement.

Cheers -- Eric

^ permalink raw reply	[flat|nested] 140+ messages in thread

* Re: Worg needs some reorganizing
  2011-01-18 23:17                                                     ` Bernt Hansen
@ 2011-01-19  0:57                                                       ` Bastien
  0 siblings, 0 replies; 140+ messages in thread
From: Bastien @ 2011-01-19  0:57 UTC (permalink / raw)
  To: Bernt Hansen
  Cc: Dan Davison, Ian Barton, Jeff Horn, Matt Lundin, emacs-orgmode,
	Jason Dunsmore, Carsten Dominik

Bernt Hansen <bernt@norang.ca> writes:

> and I use this :)
>
>                 :publishing-function (org-publish-org-to-html org-publish-org-to-org)
>                 :plain-source t
>                 :htmlized-source t

Cool.  I setup this on the server (except the :plain-source t).

Thanks,

-- 
 Bastien

^ permalink raw reply	[flat|nested] 140+ messages in thread

* Re: Re: Worg needs some reorganizing
  2011-01-18 19:15                                               ` Jason Dunsmore
  2011-01-18 19:52                                                 ` Bastien
@ 2011-01-19  1:02                                                 ` Matt Lundin
  2011-01-19 17:05                                                   ` Achim Gratz
  2011-01-19 17:34                                                   ` Jason Dunsmore
  1 sibling, 2 replies; 140+ messages in thread
From: Matt Lundin @ 2011-01-19  1:02 UTC (permalink / raw)
  To: Jason Dunsmore
  Cc: Dan Davison, Ian Barton, Bastien, emacs-orgmode, Carsten Dominik

Jason Dunsmore <emacs-orgmode@dunsmor.com> writes:

> I made a version of the FAQ without the javascript folding:
>
> http://orgmode.org/tmp/worg/org-faq-nojs.html
> http://orgmode.org/tmp/worg/org-faq.html
>
> It like it better, but it's still a bit unwieldy.  Maybe the FAQ just
> needs to be reorganized.  See how Wikipedia does it:
>
> http://en.wikipedia.org/wiki/Wikipedia:FAQ
> http://en.wikipedia.org/wiki/Wikipedia:FAQ_Index
>
> Matt or Bastien, do you have an opinion on reorganizing the FAQ?

I reorganized the FAQ into categories a year or so ago; it's remarkable
to consider how much the document has grown (thanks to the community!)
since then.

I believe it is helpful to have the entire FAQ on one page, though I'd
agree could use some "pruning". My plan is to move some the longer
entries to documentation pages of their own, leaving behind a brief
answer along with a link to more detailed documentation.

I'd like to get rid of the javascript folding on the FAQ. I've found
that on slower computers it can take a few seconds for the entire page
to fold, while artifacts of entries flash briefly on the screen.

On this one page, I think we need a simple (non-js) table-of-contents.
Is there a way to override the hidden toc for this page only? 

I'll also see if I can work up a local export hook to add a "Back to
top" link for each entry.

Thanks.
Matt

^ permalink raw reply	[flat|nested] 140+ messages in thread

* Re: Re: Worg needs some reorganizing
  2011-01-18 19:48                                                   ` Bastien
  2011-01-18 23:17                                                     ` Bernt Hansen
@ 2011-01-19  1:03                                                     ` Matt Lundin
  1 sibling, 0 replies; 140+ messages in thread
From: Matt Lundin @ 2011-01-19  1:03 UTC (permalink / raw)
  To: Bastien
  Cc: Dan Davison, Ian Barton, Jeff Horn, Jason Dunsmore, emacs-orgmode,
	Carsten Dominik

Bastien <bastien.guerry@wikimedia.fr> writes:

> Jason Dunsmore <emacs-orgmode@dunsmor.com> writes:
>
>> I added the following to org-publish-project-alist:
>>
>>         ("worg-htmlize"
>>          :base-directory "~/git/Worg/"
>>          :base-extension "org"
>>          :html-extension "org.html"
>>          :publishing-directory "/var/www/orgmode.org/worg/"
>>          :recursive t
>>          :htmlized-source t
>>          :publishing-function htmlize)
>
> You need to use this instead :
>
>            :publishing-function org-publish-org-to-org
>
> I've done this.  See this page: 
>
>   http://orgmode.org/worg/index.org.html
>
> You cannot click on links though...

Sounds like its time to add a feature to org-publish-org-to-org. :)

- Matt

^ permalink raw reply	[flat|nested] 140+ messages in thread

* Re: Re: Worg needs some reorganizing
  2011-01-19  0:40                                                 ` Bastien
  2011-01-19  0:46                                                   ` Eric Schulte
@ 2011-01-19  1:13                                                   ` Matt Lundin
  2011-01-19 18:04                                                   ` Achim Gratz
  2 siblings, 0 replies; 140+ messages in thread
From: Matt Lundin @ 2011-01-19  1:13 UTC (permalink / raw)
  To: Bastien
  Cc: Dan Davison, Ian Barton, Jeff Horn, Jason Dunsmore, emacs-orgmode,
	Carsten Dominik

[-- Attachment #1: Type: text/plain, Size: 761 bytes --]

Bastien <bastien.guerry@wikimedia.fr> writes:

> Jason Dunsmore <emacs-orgmode@dunsmor.com> writes:
>
>> The new stylesheet is in place now.
>
> Great, thanks all for this effort!

Yes, many thanks!

> I changed the background of code chunks to black - please revert this 
> if you find it too agressive/unreadable.   I really dislike the fake
> white we had as the background for black-on-white code chunks...

Alas, I'm having trouble reading the text against a black background.
(See the attached screenshot.)

I hope you don't mind if I revert this for the sake of comparison.

Or perhaps, true to the spirit of emacs, we should each use our own
local configurations/stylesheets.[1] ;)

Best,
Matt

[1] http://www.mozilla.org/unix/customizing.html#usercss


[-- Attachment #2: 2011-01-18-200549_729x233_scrot.png --]
[-- Type: image/png, Size: 27633 bytes --]

[-- Attachment #3: Type: text/plain, Size: 201 bytes --]

_______________________________________________
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

^ permalink raw reply	[flat|nested] 140+ messages in thread

* Re: Re: Worg needs some reorganizing
  2011-01-18 15:22                                             ` Jason Dunsmore
@ 2011-01-19  1:21                                               ` Bastien
  2011-01-19  1:41                                                 ` Jeff Horn
  2011-01-20 16:44                                                 ` Eric Schulte
  2011-01-19 18:36                                               ` Achim Gratz
  1 sibling, 2 replies; 140+ messages in thread
From: Bastien @ 2011-01-19  1:21 UTC (permalink / raw)
  To: Jason Dunsmore
  Cc: Dan Davison, Ian Barton, Jeff Horn, Matt Lundin, emacs-orgmode,
	Carsten Dominik

Jason Dunsmore <emacs-orgmode@dunsmor.com> writes:

> There's a Firefox add-on that will give you configurable per-site user
> CSS:
> https://addons.mozilla.org/en-US/firefox/addon/stylish/

I installed this but AFAIK it doesn't help managing alternative
stylesheets as defined by the headers of the HTML page itself...

Thanks for the link though, worth exploring.

-- 
 Bastien

^ permalink raw reply	[flat|nested] 140+ messages in thread

* Re: Re: Worg needs some reorganizing
  2011-01-18 22:42                                                   ` Eric Schulte
@ 2011-01-19  1:35                                                     ` Jeff Horn
  0 siblings, 0 replies; 140+ messages in thread
From: Jeff Horn @ 2011-01-19  1:35 UTC (permalink / raw)
  To: Eric Schulte
  Cc: Dan Davison, Ian Barton, Jason Dunsmore, Bastien, Matt Lundin,
	emacs-orgmode, Carsten Dominik

On Tue, Jan 18, 2011 at 5:42 PM, Eric Schulte <schulte.eric@gmail.com> wrote:
>> I don't have a strong opinion about this: splitting the FAQ into
>> org-faq-*.org comes to my mind, but it's a big task.  org-info-js,
>> while not optimal for *every* page on Worg, was doing a good job
>> on the FAQ.
>
> I'd lean towards keep the FAQ as one large flat html file to encourage
> text searching in the browser, although this may be personal preference.

I agree. I often navigate the online org monolithic manual using text
search. The TOC sidebar helps a great deal for navigating, and it's
nice to have anchor links to share a particular section with someone.

The case could be made that Google search makes flat/nested FAQs
fairly equal. That's why I'm in favor of Google site search instead of
the "s" searching currently available. That's how I navigate most
sites when looking for something in particular.

-- 
Jeffrey Horn
http://www.failuretorefrain.com/jeff/

^ permalink raw reply	[flat|nested] 140+ messages in thread

* Re: Re: Worg needs some reorganizing
  2011-01-19  1:21                                               ` Bastien
@ 2011-01-19  1:41                                                 ` Jeff Horn
  2011-01-20 16:44                                                 ` Eric Schulte
  1 sibling, 0 replies; 140+ messages in thread
From: Jeff Horn @ 2011-01-19  1:41 UTC (permalink / raw)
  To: Bastien
  Cc: Dan Davison, Ian Barton, Jason Dunsmore, Matt Lundin,
	emacs-orgmode, Carsten Dominik

On Tue, Jan 18, 2011 at 8:21 PM, Bastien <bastien.guerry@wikimedia.fr> wrote:
> Jason Dunsmore <emacs-orgmode@dunsmor.com> writes:
>
>> There's a Firefox add-on that will give you configurable per-site user
>> CSS:
>> https://addons.mozilla.org/en-US/firefox/addon/stylish/
>
> I installed this but AFAIK it doesn't help managing alternative
> stylesheets as defined by the headers of the HTML page itself...

Stylish for Chrome doesn't pick them up either. One could inspect the
source, download the CSS and load it using Stylish, but this isn't
very helpful. Has someone looked into the "A List Apart" article
shared by Brian Wightman? The JS looks lightweight enough... but I'd
rather not mess with that today (I haven't the foggiest about JS).

http://www.alistapart.com/articles/alternate/

-- 
Jeffrey Horn
http://www.failuretorefrain.com/jeff/

^ permalink raw reply	[flat|nested] 140+ messages in thread

* Re: Worg needs some reorganizing
  2011-01-18 19:52                                                 ` Bastien
  2011-01-18 21:54                                                   ` Jason Dunsmore
  2011-01-18 22:42                                                   ` Eric Schulte
@ 2011-01-19 16:52                                                   ` Achim Gratz
  2 siblings, 0 replies; 140+ messages in thread
From: Achim Gratz @ 2011-01-19 16:52 UTC (permalink / raw)
  To: emacs-orgmode

Bastien <bastien.guerry@wikimedia.fr> writes:
> I don't have a strong opinion about this: splitting the FAQ into
> org-faq-*.org comes to my mind, but it's a big task.  org-info-js, 
> while not optimal for *every* page on Worg, was doing a good job 
> on the FAQ.  

Maybe this delivers motivation to incorporate a little improvement into the
publishing process (here's hoping :-)):

Introduce some properties on subtrees to split the off into their own files
while exporting or publishing.  I had hoped the EXPORT_FILE_NAME
property would do that, but it is only used when doing an explicit
subtree export.  That way you could keep a large file and still slice it
into more digestible portions for online access (much like info does).


Achim.
-- 
+<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+

Factory and User Sound Singles for Waldorf Q+, Q and microQ:
http://Synth.Stromeko.net/Downloads.html#WaldorfSounds

^ permalink raw reply	[flat|nested] 140+ messages in thread

* Re: Worg needs some reorganizing
  2011-01-19  1:02                                                 ` Matt Lundin
@ 2011-01-19 17:05                                                   ` Achim Gratz
  2011-01-19 17:24                                                     ` Eric Schulte
  2011-01-19 17:34                                                   ` Jason Dunsmore
  1 sibling, 1 reply; 140+ messages in thread
From: Achim Gratz @ 2011-01-19 17:05 UTC (permalink / raw)
  To: emacs-orgmode

Matt Lundin <mdl@imapmail.org> writes:
> On this one page, I think we need a simple (non-js) table-of-contents.
> Is there a way to override the hidden toc for this page only? 

Yes, by either adding a stylesheet that undoes the hiding or by not
including the part of the stylesheet that hides the toc in the first
place.  For the FAQ I'd think a two column layout with the index to the
left would be good, so you'd just have to adjust the float placement and
visibility.  So as override (untested):

  #table-of-contents {
    position: fixed;
    left: 0em;
    width: 20%;
    text-align: left;
    max-height: 100%;
  }
  #table-of-contents #text-table-of-contents {
    display: block;
    padding: 0.5em;
    margin-top: -1.5em;
  }


Regards,
Achim.
-- 
+<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+

Factory and User Sound Singles for Waldorf Blofeld:
http://Synth.Stromeko.net/Downloads.html#WaldorfSounds

^ permalink raw reply	[flat|nested] 140+ messages in thread

* Re: Re: Worg needs some reorganizing
  2011-01-19 17:05                                                   ` Achim Gratz
@ 2011-01-19 17:24                                                     ` Eric Schulte
  0 siblings, 0 replies; 140+ messages in thread
From: Eric Schulte @ 2011-01-19 17:24 UTC (permalink / raw)
  To: Achim Gratz; +Cc: emacs-orgmode

Achim Gratz <Stromeko@nexgo.de> writes:

> Matt Lundin <mdl@imapmail.org> writes:
>> On this one page, I think we need a simple (non-js) table-of-contents.
>> Is there a way to override the hidden toc for this page only? 
>
> Yes, by either adding a stylesheet that undoes the hiding or by not
> including the part of the stylesheet that hides the toc in the first
> place.  For the FAQ I'd think a two column layout with the index to the
> left would be good, so you'd just have to adjust the float placement and
> visibility.

I don't think there is horizontal room to hold the TOC and the contents
side-by-side, I think the preferable option here is to have the TOC at
the top of the page, followed by the contents, e.g. plain, or just keep
the TOC as it currently appears in the version at
http://orgmode.org/worg/org-faq-nojs.html, I actually kind of like how
it allows the user to click on items in the TOC, and jump to the
relevant part of the page without losing the TOC from view.  I vote we
simply replace org-faq with org-faq-nojs.

On a slightly unrelated note, have the alternate stylesheets been added
to the publishing template?  If so I don't see them locally.

Cheers -- Eric

^ permalink raw reply	[flat|nested] 140+ messages in thread

* Re: Re: Worg needs some reorganizing
  2011-01-19  1:02                                                 ` Matt Lundin
  2011-01-19 17:05                                                   ` Achim Gratz
@ 2011-01-19 17:34                                                   ` Jason Dunsmore
  2011-01-19 17:56                                                     ` Eric Schulte
  2011-01-19 18:07                                                     ` Jeff Horn
  1 sibling, 2 replies; 140+ messages in thread
From: Jason Dunsmore @ 2011-01-19 17:34 UTC (permalink / raw)
  To: Matt Lundin
  Cc: Dan Davison, Ian Barton, Jason Dunsmore, Bastien, emacs-orgmode,
	Carsten Dominik

Matt Lundin <mdl@imapmail.org> writes:

> Jason Dunsmore <emacs-orgmode@dunsmor.com> writes:
>
>> I made a version of the FAQ without the javascript folding:
>>
>> http://orgmode.org/tmp/worg/org-faq-nojs.html
>> http://orgmode.org/tmp/worg/org-faq.html
>>
>> It like it better, but it's still a bit unwieldy.  Maybe the FAQ just
>> needs to be reorganized.  See how Wikipedia does it:
>>
>> http://en.wikipedia.org/wiki/Wikipedia:FAQ
>> http://en.wikipedia.org/wiki/Wikipedia:FAQ_Index
>>
>> Matt or Bastien, do you have an opinion on reorganizing the FAQ?
>
> I reorganized the FAQ into categories a year or so ago; it's remarkable
> to consider how much the document has grown (thanks to the community!)
> since then.
>
> I believe it is helpful to have the entire FAQ on one page, though I'd
> agree could use some "pruning". My plan is to move some the longer
> entries to documentation pages of their own, leaving behind a brief
> answer along with a link to more detailed documentation.
>
> I'd like to get rid of the javascript folding on the FAQ. I've found
> that on slower computers it can take a few seconds for the entire page
> to fold, while artifacts of entries flash briefly on the screen.

These changes sound great.

> On this one page, I think we need a simple (non-js) table-of-contents.
> Is there a way to override the hidden toc for this page only?

I agree (copying Eric on this email - he might know).

> I'll also see if I can work up a local export hook to add a "Back to
> top" link for each entry.

I think this might be unnecessary (hitting "Back", typing the "Home"
key, or middle clicking at the top of the scroll bar can all already do
this).

^ permalink raw reply	[flat|nested] 140+ messages in thread

* Re: Re: Worg needs some reorganizing
  2011-01-19 17:34                                                   ` Jason Dunsmore
@ 2011-01-19 17:56                                                     ` Eric Schulte
  2011-01-19 18:13                                                       ` Achim Gratz
  2011-01-20  2:29                                                       ` Matt Lundin
  2011-01-19 18:07                                                     ` Jeff Horn
  1 sibling, 2 replies; 140+ messages in thread
From: Eric Schulte @ 2011-01-19 17:56 UTC (permalink / raw)
  To: Jason Dunsmore
  Cc: Dan Davison, Ian Barton, Bastien, Matt Lundin, emacs-orgmode,
	Carsten Dominik

>> On this one page, I think we need a simple (non-js) table-of-contents.
>> Is there a way to override the hidden toc for this page only?
>
> I agree (copying Eric on this email - he might know).
>

I just pushed up an edit to the Worg repository which should reset all
of the defaults on the TOC of the org-faq-nojs.org page.  If this works
I vote we set this as the sole org-faq page.

^ permalink raw reply	[flat|nested] 140+ messages in thread

* Re: Worg needs some reorganizing
  2011-01-19  0:40                                                 ` Bastien
  2011-01-19  0:46                                                   ` Eric Schulte
  2011-01-19  1:13                                                   ` Matt Lundin
@ 2011-01-19 18:04                                                   ` Achim Gratz
  2 siblings, 0 replies; 140+ messages in thread
From: Achim Gratz @ 2011-01-19 18:04 UTC (permalink / raw)
  To: emacs-orgmode

Bastien <bastien.guerry@wikimedia.fr> writes:
> I changed the background of code chunks to black - please revert this 
> if you find it too agressive/unreadable.   I really dislike the fake
> white we had as the background for black-on-white code chunks...

If you change the background you'll also need to change all the
foreground colors (maybe use the definitions from Eric's zen-something
theme).  As it looks now, several things will be close to unreadable on
many monitors (dark blue on black for table lines, shudder...) and I'm
not even talking about the folks with poor eyesight.

Personally I don't get the infatuation with light text on dark
background that currently spreads around the web, having worked on
re-purposed TV tubes as well as green and amber monitors for quite a
while, although their background never was as dark.  If you want retro,
you'd need to define a monochrome theme with a max. 20:1 contrast
ratio...


Achim.
-- 
+<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+

Waldorf MIDI Implementation & additional documentation:
http://Synth.Stromeko.net/Downloads.html#WaldorfDocs

^ permalink raw reply	[flat|nested] 140+ messages in thread

* Re: Re: Worg needs some reorganizing
  2011-01-19 17:34                                                   ` Jason Dunsmore
  2011-01-19 17:56                                                     ` Eric Schulte
@ 2011-01-19 18:07                                                     ` Jeff Horn
  2011-01-19 18:32                                                       ` Jason Dunsmore
  1 sibling, 1 reply; 140+ messages in thread
From: Jeff Horn @ 2011-01-19 18:07 UTC (permalink / raw)
  To: Jason Dunsmore
  Cc: Dan Davison, Ian Barton, Bastien, Matt Lundin, emacs-orgmode,
	Carsten Dominik

On Wed, Jan 19, 2011 at 12:34 PM, Jason Dunsmore
<emacs-orgmode@dunsmor.com> wrote:
> I think this might be unnecessary (hitting "Back", typing the "Home"
> key, or middle clicking at the top of the scroll bar can all already do
> this).

I'm not an expert, but that is not very "accessible". Shouldn't be a
problem with modern text browsers, but I remember this being an
accessibility recommendation for FAQish pages at my previous
university.

-- 
Jeffrey Horn
http://www.failuretorefrain.com/jeff/

^ permalink raw reply	[flat|nested] 140+ messages in thread

* Re: Worg needs some reorganizing
  2011-01-19 17:56                                                     ` Eric Schulte
@ 2011-01-19 18:13                                                       ` Achim Gratz
  2011-01-19 18:20                                                         ` Eric Schulte
  2011-01-20  2:29                                                       ` Matt Lundin
  1 sibling, 1 reply; 140+ messages in thread
From: Achim Gratz @ 2011-01-19 18:13 UTC (permalink / raw)
  To: emacs-orgmode

"Eric Schulte" <schulte.eric@gmail.com> writes:
> I just pushed up an edit to the Worg repository which should reset all
> of the defaults on the TOC of the org-faq-nojs.org page.  If this works
> I vote we set this as the sole org-faq page.

It works, but I think you would want

font-size: inherit;

in the first block.  If there's a way to have org wrap the toc into
different divs, you would not need to undo the styles.


Achim.
-- 
+<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+

Waldorf MIDI Implementation & additional documentation:
http://Synth.Stromeko.net/Downloads.html#WaldorfDocs

^ permalink raw reply	[flat|nested] 140+ messages in thread

* Re: Re: Worg needs some reorganizing
  2011-01-19 18:13                                                       ` Achim Gratz
@ 2011-01-19 18:20                                                         ` Eric Schulte
  2011-01-19 18:46                                                           ` Jason Dunsmore
  0 siblings, 1 reply; 140+ messages in thread
From: Eric Schulte @ 2011-01-19 18:20 UTC (permalink / raw)
  To: Achim Gratz; +Cc: emacs-orgmode

Achim Gratz <Stromeko@nexgo.de> writes:

> "Eric Schulte" <schulte.eric@gmail.com> writes:
>> I just pushed up an edit to the Worg repository which should reset all
>> of the defaults on the TOC of the org-faq-nojs.org page.  If this works
>> I vote we set this as the sole org-faq page.
>
> It works, but I think you would want
>
> font-size: inherit;
>

applied, thanks

>
> in the first block.  If there's a way to have org wrap the toc into
> different divs, you would not need to undo the styles.
>

agreed, but I think this is the simpler solution for now.

BTW: this changes has now propagated through to
http://orgmode.org/worg/org-faq-nojs.html

>
>
> Achim.

^ permalink raw reply	[flat|nested] 140+ messages in thread

* Re: Re: Worg needs some reorganizing
  2011-01-19 18:07                                                     ` Jeff Horn
@ 2011-01-19 18:32                                                       ` Jason Dunsmore
  2011-01-19 21:06                                                         ` Jeff Horn
  0 siblings, 1 reply; 140+ messages in thread
From: Jason Dunsmore @ 2011-01-19 18:32 UTC (permalink / raw)
  To: Jeff Horn
  Cc: Dan Davison, Ian Barton, Jason Dunsmore, Bastien, Matt Lundin,
	emacs-orgmode, Carsten Dominik

Jeff Horn <jrhorn424@gmail.com> writes:

> On Wed, Jan 19, 2011 at 12:34 PM, Jason Dunsmore
> <emacs-orgmode@dunsmor.com> wrote:
>> I think this might be unnecessary (hitting "Back", typing the "Home"
>> key, or middle clicking at the top of the scroll bar can all already do
>> this).
>
> I'm not an expert, but that is not very "accessible". Shouldn't be a
> problem with modern text browsers, but I remember this being an
> accessibility recommendation for FAQish pages at my previous
> university.

Hm, that sounds a bit like folklore.  Is there some accessibility
standard we can follow, and should we (how up-to-date are these
documents relative to modern "accessible" browsers)?  I noticed every
other project FAQ I came across doesn't do this:

http://wiki.apache.org/httpd/FAQ
https://git.wiki.kernel.org/index.php/GitFaq
http://kb.mozillazine.org/Firefox_:_FAQs

^ permalink raw reply	[flat|nested] 140+ messages in thread

* Re: Worg needs some reorganizing
  2011-01-18 15:22                                             ` Jason Dunsmore
  2011-01-19  1:21                                               ` Bastien
@ 2011-01-19 18:36                                               ` Achim Gratz
  1 sibling, 0 replies; 140+ messages in thread
From: Achim Gratz @ 2011-01-19 18:36 UTC (permalink / raw)
  To: emacs-orgmode

Jason Dunsmore <emacs-orgmode@dunsmor.com> writes:
> And there's something in the CSS 2.1 spec about allowing users to attach
> style sheets that I don't fully understand.
> http://www.w3.org/TR/CSS21/

That's quite likely the user stylesheets.  Support for this is generally
bad, even on Firefox you'll have to re-start for each change you make...
Another gripe is that the alternate stylesheets are hidden in some
second level menu and you can't configure them to be remembered.

The first problem might be solved by the Stylish extension, if anybody
knows an extension that takes care of the second, I'd love to know about
it.


Achim.
-- 
+<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+

SD adaptations for KORG EX-800 and Poly-800MkII V0.9:
http://Synth.Stromeko.net/Downloads.html#KorgSDada

^ permalink raw reply	[flat|nested] 140+ messages in thread

* Re: Re: Worg needs some reorganizing
  2011-01-19 18:20                                                         ` Eric Schulte
@ 2011-01-19 18:46                                                           ` Jason Dunsmore
  2011-01-19 18:52                                                             ` Achim Gratz
  0 siblings, 1 reply; 140+ messages in thread
From: Jason Dunsmore @ 2011-01-19 18:46 UTC (permalink / raw)
  To: Eric Schulte; +Cc: emacs-orgmode

"Eric Schulte" <schulte.eric@gmail.com> writes:

> Achim Gratz <Stromeko@nexgo.de> writes:
>
>> "Eric Schulte" <schulte.eric@gmail.com> writes:
>>> I just pushed up an edit to the Worg repository which should reset all
>>> of the defaults on the TOC of the org-faq-nojs.org page.  If this works
>>> I vote we set this as the sole org-faq page.
>>
>> It works, but I think you would want
>>
>> font-size: inherit;
>>
>
> applied, thanks
>
>>
>> in the first block.  If there's a way to have org wrap the toc into
>> different divs, you would not need to undo the styles.
>>
>
> agreed, but I think this is the simpler solution for now.
>
> BTW: this changes has now propagated through to
> http://orgmode.org/worg/org-faq-nojs.html

Looks like the TOC links are larger than the text on the rest of the
page.  Can the text size be made the same?

^ permalink raw reply	[flat|nested] 140+ messages in thread

* Re: Worg needs some reorganizing
  2011-01-19 18:46                                                           ` Jason Dunsmore
@ 2011-01-19 18:52                                                             ` Achim Gratz
  2011-01-19 19:18                                                               ` Jason Dunsmore
  0 siblings, 1 reply; 140+ messages in thread
From: Achim Gratz @ 2011-01-19 18:52 UTC (permalink / raw)
  To: emacs-orgmode

Jason Dunsmore <emacs-orgmode@dunsmor.com> writes:
> Looks like the TOC links are larger than the text on the rest of the
> page.  Can the text size be made the same?

That's what the "inherit" is fixing.  You may still have the old copy in
cache, I've just now been able to get the new version that Eric pushed
some time ago.


Achim.
-- 
+<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+

Waldorf MIDI Implementation & additional documentation:
http://Synth.Stromeko.net/Downloads.html#WaldorfDocs

^ permalink raw reply	[flat|nested] 140+ messages in thread

* Re: Re: Worg needs some reorganizing
  2011-01-19 18:52                                                             ` Achim Gratz
@ 2011-01-19 19:18                                                               ` Jason Dunsmore
  2011-01-19 21:12                                                                 ` Jeff Horn
  2011-01-20  2:24                                                                 ` Matt Lundin
  0 siblings, 2 replies; 140+ messages in thread
From: Jason Dunsmore @ 2011-01-19 19:18 UTC (permalink / raw)
  To: Achim Gratz, Eric Schulte; +Cc: emacs-orgmode

Achim Gratz <Stromeko@nexgo.de> writes:

> Jason Dunsmore <emacs-orgmode@dunsmor.com> writes:
>> Looks like the TOC links are larger than the text on the rest of the
>> page.  Can the text size be made the same?
>
> That's what the "inherit" is fixing.  You may still have the old copy in
> cache, I've just now been able to get the new version that Eric pushed
> some time ago.

Oh okay.

Does anybody know why some pages have inline CSS?  For example:

http://orgmode.org/worg/org-configs/index.html

--8<---------------cut here---------------start------------->8---
<style type="text/css"> 
 <!--/*--><![CDATA[/*><!--*/
  html { font-family: Times, serif; font-size: 12pt; }
  .title  { text-align: center; }
  .todo   { color: red; }
  .done   { color: green; }
  .tag    { background-color: #add8e6; font-weight:normal }
  .target { }
  .timestamp { color: #bebebe; }
  .timestamp-kwd { color: #5f9ea0; }
  .right  {margin-left:auto; margin-right:0px;  text-align:right;}
  .left   {margin-left:0px;  margin-right:auto; text-align:left;}
  .center {margin-left:auto; margin-right:auto; text-align:center;}
  p.verse { margin-left: 3% }
  pre {
  border: 1pt solid #AEBDCC;
  background-color: #F3F5F7;
  padding: 5pt;
  font-family: courier, monospace;
        font-size: 90%;
        overflow:auto;
  }
  table { border-collapse: collapse; }
  td, th { vertical-align: top;  }
  th.right  { text-align:center;  }
  th.left   { text-align:center;   }
  th.center { text-align:center; }
  td.right  { text-align:right;  }
  td.left   { text-align:left;   }
  td.center { text-align:center; }
  dt { font-weight: bold; }
  div.figure { padding: 0.5em; }
  div.figure p { text-align: center; }
  textarea { overflow-x: auto; }
  .linenr { font-size:smaller }
  .code-highlighted {background-color:#ffff00;}
  .org-info-js_info-navigation { border-style:none; }
  #org-info-js_console-label { font-size:10px; font-weight:bold;
                               white-space:nowrap; }
  .org-info-js_search-highlight {background-color:#ffff00; color:#000000;
                                 font-weight:bold; }
  /*]]>*/-->
</style>
--8<---------------cut here---------------end--------------->8---

I came across this when trying to figure out what was causing the
different H1 styles (top page title).  For example, compare:

http://orgmode.org/worg/org-faq-nojs.html
and
http://orgmode.org/worg/org-configs/index.html

^ permalink raw reply	[flat|nested] 140+ messages in thread

* Re: Re: Worg needs some reorganizing
  2011-01-19 18:32                                                       ` Jason Dunsmore
@ 2011-01-19 21:06                                                         ` Jeff Horn
  0 siblings, 0 replies; 140+ messages in thread
From: Jeff Horn @ 2011-01-19 21:06 UTC (permalink / raw)
  To: Jason Dunsmore
  Cc: Dan Davison, Ian Barton, Bastien, Matt Lundin, emacs-orgmode,
	Carsten Dominik

On Wed, Jan 19, 2011 at 1:32 PM, Jason Dunsmore
<emacs-orgmode@dunsmor.com> wrote:
> Jeff Horn <jrhorn424@gmail.com> writes:
>
>> On Wed, Jan 19, 2011 at 12:34 PM, Jason Dunsmore
>> <emacs-orgmode@dunsmor.com> wrote:
>>> I think this might be unnecessary (hitting "Back", typing the "Home"
>>> key, or middle clicking at the top of the scroll bar can all already do
>>> this).
>>
>> I'm not an expert, but that is not very "accessible". Shouldn't be a
>> problem with modern text browsers, but I remember this being an
>> accessibility recommendation for FAQish pages at my previous
>> university.
>
> Hm, that sounds a bit like folklore.  Is there some accessibility
> standard we can follow, and should we (how up-to-date are these
> documents relative to modern "accessible" browsers)?  I noticed every
> other project FAQ I came across doesn't do this:
>
> http://wiki.apache.org/httpd/FAQ
> https://git.wiki.kernel.org/index.php/GitFaq
> http://kb.mozillazine.org/Firefox_:_FAQs

I'll happily concede the point. And, the linked FAQs are easily
navigable in W3M. Honestly, it was a reflex. I learned all sorts of
"rules of thumb" working with the media department as a student at
NCSU.

-- 
Jeffrey Horn
http://www.failuretorefrain.com/jeff/

^ permalink raw reply	[flat|nested] 140+ messages in thread

* Re: Re: Worg needs some reorganizing
  2011-01-19 19:18                                                               ` Jason Dunsmore
@ 2011-01-19 21:12                                                                 ` Jeff Horn
  2011-01-20  2:24                                                                 ` Matt Lundin
  1 sibling, 0 replies; 140+ messages in thread
From: Jeff Horn @ 2011-01-19 21:12 UTC (permalink / raw)
  To: Jason Dunsmore; +Cc: Achim Gratz, emacs-orgmode

On Wed, Jan 19, 2011 at 2:18 PM, Jason Dunsmore
<emacs-orgmode@dunsmor.com> wrote:
> Does anybody know why some pages have inline CSS?  For example:

The publishing projects for the affected pages may not have the the
:style-default key set to "nil". The relevant variable is
`org-export-html-style-include-default`.

-- 
Jeffrey Horn
http://www.failuretorefrain.com/jeff/

^ permalink raw reply	[flat|nested] 140+ messages in thread

* Re: Worg needs some reorganizing
  2011-01-19 19:18                                                               ` Jason Dunsmore
  2011-01-19 21:12                                                                 ` Jeff Horn
@ 2011-01-20  2:24                                                                 ` Matt Lundin
  2011-01-20  4:30                                                                   ` Jeff Horn
  1 sibling, 1 reply; 140+ messages in thread
From: Matt Lundin @ 2011-01-20  2:24 UTC (permalink / raw)
  To: Jason Dunsmore; +Cc: Achim Gratz, emacs-orgmode

Jason Dunsmore <emacs-orgmode@dunsmor.com> writes:

> Does anybody know why some pages have inline CSS?  For example:
>
...
> I came across this when trying to figure out what was causing the
> different H1 styles (top page title).  For example, compare:
>
> http://orgmode.org/worg/org-faq-nojs.html
> and
> http://orgmode.org/worg/org-configs/index.html
>

I believe these pages have not been exported since we turned off the
inline css publishing option; i.e., they have not been touched since
that time, so the publishing mechanism does not export them.

Best,
Matt

^ permalink raw reply	[flat|nested] 140+ messages in thread

* Re: Worg needs some reorganizing
  2011-01-19 17:56                                                     ` Eric Schulte
  2011-01-19 18:13                                                       ` Achim Gratz
@ 2011-01-20  2:29                                                       ` Matt Lundin
  2011-01-20  3:10                                                         ` Nick Dokos
  1 sibling, 1 reply; 140+ messages in thread
From: Matt Lundin @ 2011-01-20  2:29 UTC (permalink / raw)
  To: Eric Schulte
  Cc: Dan Davison, Ian Barton, Jason Dunsmore, Bastien, emacs-orgmode,
	Carsten Dominik

"Eric Schulte" <schulte.eric@gmail.com> writes:

> I just pushed up an edit to the Worg repository which should reset all
> of the defaults on the TOC of the org-faq-nojs.org page.  If this works
> I vote we set this as the sole org-faq page.

I agree. I went ahead and did the following:

$ mv org-faq-nojs.org org-faq.org; rm org-faq-nojs.org

So the new, "flat" FAQ is up and running. And, of course, all are
welcome to suggest or contribute further refinements.

Best,
Matt

^ permalink raw reply	[flat|nested] 140+ messages in thread

* Re: Re: Worg needs some reorganizing
  2011-01-20  2:29                                                       ` Matt Lundin
@ 2011-01-20  3:10                                                         ` Nick Dokos
  2011-01-20 15:41                                                           ` Matt Lundin
  0 siblings, 1 reply; 140+ messages in thread
From: Nick Dokos @ 2011-01-20  3:10 UTC (permalink / raw)
  To: Matt Lundin
  Cc: Dan Davison, Ian Barton, Jason Dunsmore, Bastien, nicholas.dokos,
	emacs-orgmode, Carsten Dominik

Matt Lundin <mdl@imapmail.org> wrote:

> So the new, "flat" FAQ is up and running. And, of course, all are
> welcome to suggest or contribute further refinements.
> 

Blue (or purple or similar color) text on black background is unreadable -
at least to my eyes.

Thanks,
Nick

^ permalink raw reply	[flat|nested] 140+ messages in thread

* Re: Re: Worg needs some reorganizing
  2011-01-20  2:24                                                                 ` Matt Lundin
@ 2011-01-20  4:30                                                                   ` Jeff Horn
  2011-01-20 15:15                                                                     ` Jason Dunsmore
  0 siblings, 1 reply; 140+ messages in thread
From: Jeff Horn @ 2011-01-20  4:30 UTC (permalink / raw)
  To: Matt Lundin; +Cc: Achim Gratz, Jason Dunsmore, emacs-orgmode

On Wed, Jan 19, 2011 at 9:24 PM, Matt Lundin <mdl@imapmail.org> wrote:
> I believe these pages have not been exported since we turned off the
> inline css publishing option; i.e., they have not been touched since
> that time, so the publishing mechanism does not export them.

Matt,

I was going to grep through the repo and "touch" all the files that
haven't changed since then. Obviously, that's not really possible
since the org files don't contain this CSS. :-) Perhaps Jason could
give us a list of the affected files? Something like

   grep -r 'CDATA' *

in the Worg root might do the trick.

Also, I was rather doomed to failure anyway. Touching a file doesn't
change its contents, so git won't think anything has changed. (I know,
it's a "Duh")

Maybe once we find the files, we could use a script add a whitespace
character to the end of each org file and republish?

-- 
Jeffrey Horn
http://www.failuretorefrain.com/jeff/

^ permalink raw reply	[flat|nested] 140+ messages in thread

* Re: Worg needs some reorganizing
  2011-01-18 18:50                                                 ` Jason Dunsmore
  2011-01-18 19:20                                                   ` Jeff Horn
  2011-01-18 19:48                                                   ` Bastien
@ 2011-01-20 11:22                                                   ` Dan Davison
  2011-01-20 17:02                                                     ` Jeff Horn
  2 siblings, 1 reply; 140+ messages in thread
From: Dan Davison @ 2011-01-20 11:22 UTC (permalink / raw)
  To: emacs-orgmode

Jason Dunsmore <emacs-orgmode@dunsmor.com> writes:

> "Eric Schulte" <schulte.eric@gmail.com> writes:
>
>> Matt Lundin <mdl@imapmail.org> writes:
>>
>>> Bastien <bastien.guerry@wikimedia.fr> writes:
>>>
>>>> Jeff Horn <jrhorn424@gmail.com> writes:
>>>>
>>>>> Jason seems to be garnering a lot of votes, but Eric's zenburn
>>>>> emulation makes my eyes happy. If Jason wins out, I suppose I could
>>>>> always just read Worg in emacs... :D
>>>>
>>>> Or use Eric zenburn-like css by selecting it as an alternative
>>>> stylesheet in Firefox : View -> Page Style -> [select stylesheet].
>>>>
>>>> I don't know how to make this choice persistent from Firefox and I 
>>>> don't know if this feature is available for other browsers, but it
>>>> is certainly worth having several stylesheet available.
>>>
>>> Could we perhaps go ahead and put the new stylesheets on Worg along with
>>> alternate stylesheet links in the publishing preamble? That way we could
>>> begin to tweak the stylesheets as a community and test them "on the
>>> fly." (It would also save Jason the work of having to publish to tmp
>>> directories.) Others would then be free to add their own
>>> stylesheets---though I suppose that adding alternate stylesheet links
>>> will require access to the publishing options on the server.
>>>
>>> Once we've decided on a default, we could then adjust the preamble
>>> accordingly and clean up the alternates.
>>>
>>
>> This sounds like a great approach to me.  I'm convinced that there are
>> other Org-mode users with much more sophisticated knowledge of CSS who
>> may improve our initial efforts in time.
>>
>> One other alternative that comes to mind--while we're making impositions
>> on Jason's kindness :)--is that it would be nice to have an alternate
>> version of Worg published side-by-side with the original, only instead
>> of publishing each page using org-publish-as-html, it could publish each
>> page using only htmlize.  That way we could show off how nice Org-mode
>> syntax can be when viewed from inside of Emacs, and users could see a
>> side-by-side between the plain-text and html versions.

I strongly second this. In fact I'll stick my neck out more: Worg is
great, but for tutorials on org-mode, HTML export is often the wrong
format for obvious reasons (i.e. unless you go to some trouble, it
conceals a lot of the org syntax). I'm tempted to suggest that htmlized
output should be the default format for many org tutorials on Worg.

>>  An example of
>> this approach done successfully is Dan's Babel example at
>> http://www.stats.ox.ac.uk/~davison/software/org-babel/drift.org.html
>
> That sounds like a good idea.  Do you know exactly how to do this?

I believe I used this. I'd been meaning to look into adding something
like this more formally to Org, but haven't got round to it.

**** Htmlize with images
Based on
https://stat.ethz.ch/pipermail/ess-help/2009-August/005478.html
by Vitalie S.
#+begin_src emacs-lisp
(defun dan/htmlize-buffer-with-org-images ()
  "Convert buffer to html, including embedded images."
  (interactive)
  (save-excursion
    (switch-to-buffer (htmlize-buffer (current-buffer)))
    (goto-char (point-min))
    (while (re-search-forward "<span class=\"org-link\">file:\\(.+\\)</span>" nil t)
      (replace-match (concat "<img src='\\1'/>")))))
#+end_src


Dan

>
> I added the following to org-publish-project-alist:
>
>         ("worg-htmlize"
>          :base-directory "~/git/Worg/"
>          :base-extension "org"
>          :html-extension "org.html"
>          :publishing-directory "/var/www/orgmode.org/worg/"
>          :recursive t
>          :htmlized-source t
>          :publishing-function htmlize)
>
> But when I run:
>
> (defun publish-worg-htmlize nil
>    "Publish Worg."
>    (interactive)
>    (add-hook 'org-publish-after-export-hook 'worg-fix-symbol-table)
>    (let ((org-format-latex-signal-error nil)
>          (org-startup-folded nil))
>      (org-publish-project "worg-htmlize")))
>
> I get the error "Symbol's function definition is void: publish-htmlize".
> I made sure to (require 'htmlize).
>
> _______________________________________________
> 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

^ permalink raw reply	[flat|nested] 140+ messages in thread

* Re: Re: Worg needs some reorganizing
  2011-01-20  4:30                                                                   ` Jeff Horn
@ 2011-01-20 15:15                                                                     ` Jason Dunsmore
  0 siblings, 0 replies; 140+ messages in thread
From: Jason Dunsmore @ 2011-01-20 15:15 UTC (permalink / raw)
  To: Jeff Horn; +Cc: Achim Gratz, emacs-orgmode, Matt Lundin, Jason Dunsmore

Jeff Horn <jrhorn424@gmail.com> writes:

> On Wed, Jan 19, 2011 at 9:24 PM, Matt Lundin <mdl@imapmail.org> wrote:
>> I believe these pages have not been exported since we turned off the
>> inline css publishing option; i.e., they have not been touched since
>> that time, so the publishing mechanism does not export them.
>
> Matt,
>
> I was going to grep through the repo and "touch" all the files that
> haven't changed since then. Obviously, that's not really possible
> since the org files don't contain this CSS. :-) Perhaps Jason could
> give us a list of the affected files? Something like
>
>    grep -r 'CDATA' *
>
> in the Worg root might do the trick.
>
> Also, I was rather doomed to failure anyway. Touching a file doesn't
> change its contents, so git won't think anything has changed. (I know,
> it's a "Duh")
>
> Maybe once we find the files, we could use a script add a whitespace
> character to the end of each org file and republish?

I temporarily set:

(setq org-publish-use-timestamps-flag nil)

And republished Worg.  All the pages were regenerated.  That removed the
inline CSS and fixed the title inconsistencies.

Thanks!

^ permalink raw reply	[flat|nested] 140+ messages in thread

* Re: Re: Worg needs some reorganizing
  2011-01-20  3:10                                                         ` Nick Dokos
@ 2011-01-20 15:41                                                           ` Matt Lundin
  2011-01-20 16:16                                                             ` Nick Dokos
  2011-01-20 16:17                                                             ` Eric Schulte
  0 siblings, 2 replies; 140+ messages in thread
From: Matt Lundin @ 2011-01-20 15:41 UTC (permalink / raw)
  To: nicholas.dokos
  Cc: Dan Davison, Ian Barton, Jason Dunsmore, Bastien, emacs-orgmode,
	Carsten Dominik

Nick Dokos <nicholas.dokos@hp.com> writes:

> Matt Lundin <mdl@imapmail.org> wrote:
>
>> So the new, "flat" FAQ is up and running. And, of course, all are
>> welcome to suggest or contribute further refinements.
>> 
>
> Blue (or purple or similar color) text on black background is unreadable -
> at least to my eyes.

I agree. I reverted the black background.

If a dark background is preferred, we'll need to make sure that we
export an entire dark color theme (such as zenburn) with
org-export-htmlize-generate-css.

As it stood, we were simply using a black background with colors
exported from a light theme (e.g, dark blue headlines). Needless to say,
this made the text unreadable. :)

Best,
Matt

^ permalink raw reply	[flat|nested] 140+ messages in thread

* Re: Re: Worg needs some reorganizing
  2011-01-20 15:41                                                           ` Matt Lundin
@ 2011-01-20 16:16                                                             ` Nick Dokos
  2011-01-20 18:09                                                               ` Jeff Horn
  2011-01-20 16:17                                                             ` Eric Schulte
  1 sibling, 1 reply; 140+ messages in thread
From: Nick Dokos @ 2011-01-20 16:16 UTC (permalink / raw)
  To: Matt Lundin
  Cc: Dan Davison, Ian Barton, Jason Dunsmore, Bastien, nicholas.dokos,
	emacs-orgmode, Carsten Dominik

Matt Lundin <mdl@imapmail.org> wrote:

> Nick Dokos <nicholas.dokos@hp.com> writes:
> 
> > Matt Lundin <mdl@imapmail.org> wrote:
> >
> >> So the new, "flat" FAQ is up and running. And, of course, all are
> >> welcome to suggest or contribute further refinements.
> >> 
> >
> > Blue (or purple or similar color) text on black background is unreadable -
> > at least to my eyes.
> 
> I agree. I reverted the black background.
> 
> If a dark background is preferred, we'll need to make sure that we
> export an entire dark color theme (such as zenburn) with
> org-export-htmlize-generate-css.
> 
> As it stood, we were simply using a black background with colors
> exported from a light theme (e.g, dark blue headlines). Needless to say,
> this made the text unreadable. :)
> 

Much better!

Thanks,
Nick

^ permalink raw reply	[flat|nested] 140+ messages in thread

* Re: Re: Worg needs some reorganizing
  2011-01-20 15:41                                                           ` Matt Lundin
  2011-01-20 16:16                                                             ` Nick Dokos
@ 2011-01-20 16:17                                                             ` Eric Schulte
  1 sibling, 0 replies; 140+ messages in thread
From: Eric Schulte @ 2011-01-20 16:17 UTC (permalink / raw)
  To: Matt Lundin
  Cc: Dan Davison, Ian Barton, Jason Dunsmore, Bastien, nicholas.dokos,
	emacs-orgmode, Carsten Dominik

Matt Lundin <mdl@imapmail.org> writes:

> Nick Dokos <nicholas.dokos@hp.com> writes:
>
>> Matt Lundin <mdl@imapmail.org> wrote:
>>
>>> So the new, "flat" FAQ is up and running. And, of course, all are
>>> welcome to suggest or contribute further refinements.
>>> 
>>
>> Blue (or purple or similar color) text on black background is unreadable -
>> at least to my eyes.
>
> I agree. I reverted the black background.
>
> If a dark background is preferred, we'll need to make sure that we
> export an entire dark color theme (such as zenburn) with
> org-export-htmlize-generate-css.
>

Once we replace the current "Classic Worg"/"Next Worg" alternate
stylesheets with the zenburn alternative then there will be a coherent
option for those preferring a dark background.

Also, it may be a slight improvement to replace the existing css used
for code highlighting with my previously attached emacs.css -- which
uses the default Emacs color scheme, and setting

pre {background: #adefef;} /* default Emacs background color */

Cheers -- Eric

^ permalink raw reply	[flat|nested] 140+ messages in thread

* Re: Re: Worg needs some reorganizing
  2011-01-19  1:21                                               ` Bastien
  2011-01-19  1:41                                                 ` Jeff Horn
@ 2011-01-20 16:44                                                 ` Eric Schulte
  2011-01-20 16:52                                                   ` Jeff Horn
  1 sibling, 1 reply; 140+ messages in thread
From: Eric Schulte @ 2011-01-20 16:44 UTC (permalink / raw)
  To: Bastien
  Cc: Dan Davison, Ian Barton, Jason Dunsmore, Matt Lundin, Jeff Horn,
	emacs-orgmode, Carsten Dominik

Bastien <bastien.guerry@wikimedia.fr> writes:

> Jason Dunsmore <emacs-orgmode@dunsmor.com> writes:
>
>> There's a Firefox add-on that will give you configurable per-site user
>> CSS:
>> https://addons.mozilla.org/en-US/firefox/addon/stylish/
>
> I installed this but AFAIK it doesn't help managing alternative
> stylesheets as defined by the headers of the HTML page itself...
>

For managing alternate stylesheets I use the "style chooser" extension
for Chrome which adds a dropdown menu to the url-bar whenever a page
provides alternate style sheets and has the nice feature of remembering
your last selection for a page next time you return.

https://chrome.google.com/extensions/detail/daodklicmmjhcacgkjpianadkdkbkbce

^ permalink raw reply	[flat|nested] 140+ messages in thread

* Re: Re: Worg needs some reorganizing
  2011-01-20 16:44                                                 ` Eric Schulte
@ 2011-01-20 16:52                                                   ` Jeff Horn
  0 siblings, 0 replies; 140+ messages in thread
From: Jeff Horn @ 2011-01-20 16:52 UTC (permalink / raw)
  To: Eric Schulte
  Cc: Dan Davison, Ian Barton, Jason Dunsmore, Bastien, Matt Lundin,
	emacs-orgmode, Carsten Dominik

On Thu, Jan 20, 2011 at 11:44 AM, Eric Schulte <schulte.eric@gmail.com> wrote:
> For managing alternate stylesheets I use the "style chooser" extension
> for Chrome which adds a dropdown menu to the url-bar whenever a page
> provides alternate style sheets and has the nice feature of remembering
> your last selection for a page next time you return.
>
> https://chrome.google.com/extensions/detail/daodklicmmjhcacgkjpianadkdkbkbce

Eric,

This is much better than Stylish for this sort of thing. Thanks for sharing.

Others,

Can we include multiple alternate stylesheets in the headers? The
screenshot from that extension Eric mentioned make me think it is
possible...

What I'm saying is, I'd like Eric's zenburn style put in the headers
in addition to the New Worg already there. :D

-- 
Jeffrey Horn
http://www.failuretorefrain.com/jeff/

^ permalink raw reply	[flat|nested] 140+ messages in thread

* Re: Re: Worg needs some reorganizing
  2011-01-20 11:22                                                   ` Dan Davison
@ 2011-01-20 17:02                                                     ` Jeff Horn
  2011-01-20 17:21                                                       ` Erik Iverson
                                                                         ` (2 more replies)
  0 siblings, 3 replies; 140+ messages in thread
From: Jeff Horn @ 2011-01-20 17:02 UTC (permalink / raw)
  To: Dan Davison; +Cc: emacs-orgmode

On Thu, Jan 20, 2011 at 6:22 AM, Dan Davison <dandavison7@gmail.com> wrote:
> I strongly second this. In fact I'll stick my neck out more: Worg is
> great, but for tutorials on org-mode, HTML export is often the wrong
> format for obvious reasons (i.e. unless you go to some trouble, it
> conceals a lot of the org syntax). I'm tempted to suggest that htmlized
> output should be the default format for many org tutorials on Worg.

I respectfully disagree with your assertion. When someone writes a
document "properly", i.e. in a literate fashion, i.e. using org source
blocks, the right syntax is shown at the right time. Please see the
manual as an example.

Now, I'm no fan of nerfing choices in order to force anyone to do
things "The Right Way (tm)", but it bears mentioning.

I see no harm in publishing using org-publish-org-to-org with htmlize.
We could even add a link in the footer or header of each page that
links to the htmlized source. I do *not* agree in making it the
"default format" for any page.

-- 
Jeffrey Horn
http://www.failuretorefrain.com/jeff/

^ permalink raw reply	[flat|nested] 140+ messages in thread

* Re: Re: Worg needs some reorganizing
  2011-01-20 17:02                                                     ` Jeff Horn
@ 2011-01-20 17:21                                                       ` Erik Iverson
  2011-01-20 17:38                                                         ` Jason Dunsmore
  2011-01-20 17:41                                                       ` Dan Davison
  2011-01-20 17:42                                                       ` Jason Dunsmore
  2 siblings, 1 reply; 140+ messages in thread
From: Erik Iverson @ 2011-01-20 17:21 UTC (permalink / raw)
  To: Jeff Horn; +Cc: emacs-orgmode, Dan Davison



Jeff Horn wrote:
> On Thu, Jan 20, 2011 at 6:22 AM, Dan Davison <dandavison7@gmail.com> wrote:
>> I strongly second this. In fact I'll stick my neck out more: Worg is
>> great, but for tutorials on org-mode, HTML export is often the wrong
>> format for obvious reasons (i.e. unless you go to some trouble, it
>> conceals a lot of the org syntax). I'm tempted to suggest that htmlized
>> output should be the default format for many org tutorials on Worg.
> 
> I respectfully disagree with your assertion. When someone writes a
> document "properly", i.e. in a literate fashion, i.e. using org source
> blocks, the right syntax is shown at the right time. Please see the
> manual as an example.

I must admit I ran into this exact problem when writing an org-babel/R
tutorial.  The problem came down to the following: I was writing an
interactive org-mode document showing mainly how code blocks work within
org.  This of course necessitates that I describe code block arguments.
But these aren't shown in export. I believe the solution would be
to export an "example block" to HTML, but then *also* include a source
code block for interactive org-mode use.

So my tutorial makes perfect sense when you're following along in org
mode.  But the HTML export seems a little odd since only the content
of the code blocks are shown, and not the full code blocks, which is
the point of the tutorial.

^ permalink raw reply	[flat|nested] 140+ messages in thread

* Re: Re: Worg needs some reorganizing
  2011-01-20 17:21                                                       ` Erik Iverson
@ 2011-01-20 17:38                                                         ` Jason Dunsmore
  2011-01-20 18:44                                                           ` Eric Schulte
  0 siblings, 1 reply; 140+ messages in thread
From: Jason Dunsmore @ 2011-01-20 17:38 UTC (permalink / raw)
  To: Erik Iverson; +Cc: Jeff Horn, emacs-orgmode, Dan Davison

Erik Iverson <eriki@ccbr.umn.edu> writes:

> Jeff Horn wrote:
>> On Thu, Jan 20, 2011 at 6:22 AM, Dan Davison <dandavison7@gmail.com> wrote:
>>> I strongly second this. In fact I'll stick my neck out more: Worg is
>>> great, but for tutorials on org-mode, HTML export is often the wrong
>>> format for obvious reasons (i.e. unless you go to some trouble, it
>>> conceals a lot of the org syntax). I'm tempted to suggest that htmlized
>>> output should be the default format for many org tutorials on Worg.
>>
>> I respectfully disagree with your assertion. When someone writes a
>> document "properly", i.e. in a literate fashion, i.e. using org source
>> blocks, the right syntax is shown at the right time. Please see the
>> manual as an example.
>
> I must admit I ran into this exact problem when writing an org-babel/R
> tutorial.  The problem came down to the following: I was writing an
> interactive org-mode document showing mainly how code blocks work within
> org.  This of course necessitates that I describe code block arguments.
> But these aren't shown in export. I believe the solution would be
> to export an "example block" to HTML, but then *also* include a source
> code block for interactive org-mode use.
>
> So my tutorial makes perfect sense when you're following along in org
> mode.  But the HTML export seems a little odd since only the content
> of the code blocks are shown, and not the full code blocks, which is
> the point of the tutorial.

I see this issue a lot on the Babel pages.  What needs to be done is
wrap each source/example block in another block with "org" as the
language.

For example:

--8<---------------cut here---------------start------------->8---
#+begin_src org
  ,#+begin_src sh :results output
    ls -al
  ,#+end_src
#+end_src
--8<---------------cut here---------------end--------------->8---

I think this should be done for all Babel documents to make them more
coherent when reading them on the web.  I found the babel documentation
quite confusing in the beginning because of this.

Eric and Dan,

Do you agree with this?

^ permalink raw reply	[flat|nested] 140+ messages in thread

* Re: Re: Worg needs some reorganizing
  2011-01-20 17:02                                                     ` Jeff Horn
  2011-01-20 17:21                                                       ` Erik Iverson
@ 2011-01-20 17:41                                                       ` Dan Davison
  2011-01-20 17:48                                                         ` Dan Davison
                                                                           ` (2 more replies)
  2011-01-20 17:42                                                       ` Jason Dunsmore
  2 siblings, 3 replies; 140+ messages in thread
From: Dan Davison @ 2011-01-20 17:41 UTC (permalink / raw)
  To: Jeff Horn; +Cc: emacs-orgmode

On Thu, Jan 20, 2011 at 5:02 PM, Jeff Horn <jrhorn424@gmail.com> wrote:
>
> On Thu, Jan 20, 2011 at 6:22 AM, Dan Davison <dandavison7@gmail.com> wrote:
> > I strongly second this. In fact I'll stick my neck out more: Worg is
> > great, but for tutorials on org-mode, HTML export is often the wrong
> > format for obvious reasons (i.e. unless you go to some trouble, it
> > conceals a lot of the org syntax). I'm tempted to suggest that htmlized
> > output should be the default format for many org tutorials on Worg.
>
> I respectfully disagree with your assertion. When someone writes a
> document "properly", i.e. in a literate fashion, i.e. using org source
> blocks, the right syntax is shown at the right time.

So I think we both have babel documents in mind -- i.e. ones with
active code blocks. The trouble with using org source blocks to render
the org syntax in HTML is that the content must be duplicated. I know
from experience that it is easy to let the pedagogical org block get
out of sync with its functional counterpart. I did try to choose my
words carefully -- I said "tutorials", by which I meant the sort of
documents demonstrating Org syntax that can be played with in the org
source version. Not talking about the whole of Worg.

>
> Please see the
> manual as an example.

Hmm? The manual is written in texinfo.

>
> Now, I'm no fan of nerfing choices in order to force anyone to do
> things "The Right Way (tm)", but it bears mentioning.
>
> I see no harm in publishing using org-publish-org-to-org with htmlize.
> We could even add a link in the footer or header of each page that
> links to the htmlized source. I do *not* agree in making it the
> "default format" for any page.

To see examples of a document that would work better in htmlized
format, look no further than

http://orgmode.org/worg/org-contrib/babel/intro.html

Scroll down to the ditaa section and infelicities start to appear.
Someone (Eric or Tom) has done a good job of trying to make sure that
an org src counterpart exists for each source block, but that is (a)
hard work, (b) error prone and (c) cumbersome (what's the point of the
non org src version?).

And in the places which they missed, the document doesn't work well.
E.g. look at the "Capturing the Results of Code Evaluation" section.
Those two blocks are formatted in HTML only and its all a bit baffling
as they appear the same (can't see the header args, which are the
whole point of the example).

All of which could be solved with some effort. My point is: what does
the HTML export of this document really offer over the verbatim
htmlized one?

Dan

>
> --
> Jeffrey Horn
> http://www.failuretorefrain.com/jeff/

^ permalink raw reply	[flat|nested] 140+ messages in thread

* Re: Re: Worg needs some reorganizing
  2011-01-20 17:02                                                     ` Jeff Horn
  2011-01-20 17:21                                                       ` Erik Iverson
  2011-01-20 17:41                                                       ` Dan Davison
@ 2011-01-20 17:42                                                       ` Jason Dunsmore
  2 siblings, 0 replies; 140+ messages in thread
From: Jason Dunsmore @ 2011-01-20 17:42 UTC (permalink / raw)
  To: Jeff Horn; +Cc: Matt Lundin, emacs-orgmode, Dan Davison

Jeff Horn <jrhorn424@gmail.com> writes:

> On Thu, Jan 20, 2011 at 6:22 AM, Dan Davison <dandavison7@gmail.com> wrote:
>> I strongly second this. In fact I'll stick my neck out more: Worg is
>> great, but for tutorials on org-mode, HTML export is often the wrong
>> format for obvious reasons (i.e. unless you go to some trouble, it
>> conceals a lot of the org syntax). I'm tempted to suggest that htmlized
>> output should be the default format for many org tutorials on Worg.
>
> I respectfully disagree with your assertion. When someone writes a
> document "properly", i.e. in a literate fashion, i.e. using org source
> blocks, the right syntax is shown at the right time. Please see the
> manual as an example.
>
> Now, I'm no fan of nerfing choices in order to force anyone to do
> things "The Right Way (tm)", but it bears mentioning.
>
> I see no harm in publishing using org-publish-org-to-org with htmlize.
> We could even add a link in the footer or header of each page that
> links to the htmlized source. I do *not* agree in making it the
> "default format" for any page.

FYI, Bastien implemented the htmlize version of Worg Tuesday.  You can
see it on any Worg page by replacing .html with .org.html.  Example:

http://orgmode.org/worg/org-contrib/babel/intro.org.html
http://orgmode.org/worg/org-contrib/babel/intro.html

Maybe we should add some colors to that htmlize output.  I agree a link
to the Org version on every page would be useful.

^ permalink raw reply	[flat|nested] 140+ messages in thread

* Re: Re: Worg needs some reorganizing
  2011-01-20 17:41                                                       ` Dan Davison
@ 2011-01-20 17:48                                                         ` Dan Davison
  2011-01-20 17:50                                                           ` Jeff Horn
  2011-01-20 17:49                                                         ` Jeff Horn
  2011-01-20 22:23                                                         ` Sébastien Vauban
  2 siblings, 1 reply; 140+ messages in thread
From: Dan Davison @ 2011-01-20 17:48 UTC (permalink / raw)
  To: Jeff Horn; +Cc: emacs-orgmode

On Thu, Jan 20, 2011 at 5:41 PM, Dan Davison <dandavison7@gmail.com> wrote:
> On Thu, Jan 20, 2011 at 5:02 PM, Jeff Horn <jrhorn424@gmail.com> wrote:
>>
>> On Thu, Jan 20, 2011 at 6:22 AM, Dan Davison <dandavison7@gmail.com> wrote:
>> > I strongly second this. In fact I'll stick my neck out more: Worg is
>> > great, but for tutorials on org-mode, HTML export is often the wrong
>> > format for obvious reasons (i.e. unless you go to some trouble, it
>> > conceals a lot of the org syntax). I'm tempted to suggest that htmlized
>> > output should be the default format for many org tutorials on Worg.
>>
>> I respectfully disagree with your assertion. When someone writes a
>> document "properly", i.e. in a literate fashion, i.e. using org source
>> blocks, the right syntax is shown at the right time.
>
> So I think we both have babel documents in mind -- i.e. ones with
> active code blocks. The trouble with using org source blocks to render
> the org syntax in HTML is that the content must be duplicated. I know
> from experience that it is easy to let the pedagogical org block get
> out of sync with its functional counterpart.

Another possibility is that a new header arg (perhaps ":exports org")
could be added to babel, which would have the effect of wrapping the
block in an org src block on export.

> I did try to choose my
> words carefully -- I said "tutorials", by which I meant the sort of
> documents demonstrating Org syntax that can be played with in the org
> source version. Not talking about the whole of Worg.
>
>>
>> Please see the
>> manual as an example.
>
> Hmm? The manual is written in texinfo.
>
>>
>> Now, I'm no fan of nerfing choices in order to force anyone to do
>> things "The Right Way (tm)", but it bears mentioning.
>>
>> I see no harm in publishing using org-publish-org-to-org with htmlize.
>> We could even add a link in the footer or header of each page that
>> links to the htmlized source. I do *not* agree in making it the
>> "default format" for any page.
>
> To see examples of a document that would work better in htmlized
> format, look no further than
>
> http://orgmode.org/worg/org-contrib/babel/intro.html
>
> Scroll down to the ditaa section and infelicities start to appear.
> Someone (Eric or Tom) has done a good job of trying to make sure that
> an org src counterpart exists for each source block, but that is (a)
> hard work, (b) error prone and (c) cumbersome (what's the point of the
> non org src version?).
>
> And in the places which they missed, the document doesn't work well.
> E.g. look at the "Capturing the Results of Code Evaluation" section.
> Those two blocks are formatted in HTML only and its all a bit baffling
> as they appear the same (can't see the header args, which are the
> whole point of the example).
>
> All of which could be solved with some effort. My point is: what does
> the HTML export of this document really offer over the verbatim
> htmlized one?
>
> Dan
>
>>
>> --
>> Jeffrey Horn
>> http://www.failuretorefrain.com/jeff/
>

^ permalink raw reply	[flat|nested] 140+ messages in thread

* Re: Re: Worg needs some reorganizing
  2011-01-20 17:41                                                       ` Dan Davison
  2011-01-20 17:48                                                         ` Dan Davison
@ 2011-01-20 17:49                                                         ` Jeff Horn
  2011-01-20 22:23                                                         ` Sébastien Vauban
  2 siblings, 0 replies; 140+ messages in thread
From: Jeff Horn @ 2011-01-20 17:49 UTC (permalink / raw)
  To: Dan Davison; +Cc: emacs-orgmode

On Thu, Jan 20, 2011 at 12:41 PM, Dan Davison <dandavison7@gmail.com> wrote:
> All of which could be solved with some effort. My point is: what does
> the HTML export of this document really offer over the verbatim
> htmlized one?

I'll concede. I seem to have spoken out of turn, since I haven't
authored any tutorials, and I hadn't run into the specific issues you
cite. I do wonder if wrapping the code in org blocks does fix the
problem, as Jason suggests...

To address the above quoted, I think reading a page in org syntax
might put off new learners. My head still spins when looking at some
babel documents, since I don't make regular use of it. When I click on
a link, especially in a Wiki, I expect to see a webpage, not source.
YMMV.

-- 
Jeffrey Horn
http://www.failuretorefrain.com/jeff/

^ permalink raw reply	[flat|nested] 140+ messages in thread

* Re: Re: Worg needs some reorganizing
  2011-01-20 17:48                                                         ` Dan Davison
@ 2011-01-20 17:50                                                           ` Jeff Horn
  0 siblings, 0 replies; 140+ messages in thread
From: Jeff Horn @ 2011-01-20 17:50 UTC (permalink / raw)
  To: Dan Davison; +Cc: emacs-orgmode

On Thu, Jan 20, 2011 at 12:48 PM, Dan Davison <dandavison7@gmail.com> wrote:
> On Thu, Jan 20, 2011 at 5:41 PM, Dan Davison <dandavison7@gmail.com> wrote:
>> On Thu, Jan 20, 2011 at 5:02 PM, Jeff Horn <jrhorn424@gmail.com> wrote:
>>>
>>> On Thu, Jan 20, 2011 at 6:22 AM, Dan Davison <dandavison7@gmail.com> wrote:
>>> > I strongly second this. In fact I'll stick my neck out more: Worg is
>>> > great, but for tutorials on org-mode, HTML export is often the wrong
>>> > format for obvious reasons (i.e. unless you go to some trouble, it
>>> > conceals a lot of the org syntax). I'm tempted to suggest that htmlized
>>> > output should be the default format for many org tutorials on Worg.
>>>
>>> I respectfully disagree with your assertion. When someone writes a
>>> document "properly", i.e. in a literate fashion, i.e. using org source
>>> blocks, the right syntax is shown at the right time.
>>
>> So I think we both have babel documents in mind -- i.e. ones with
>> active code blocks. The trouble with using org source blocks to render
>> the org syntax in HTML is that the content must be duplicated. I know
>> from experience that it is easy to let the pedagogical org block get
>> out of sync with its functional counterpart.
>
> Another possibility is that a new header arg (perhaps ":exports org")
> could be added to babel, which would have the effect of wrapping the
> block in an org src block on export.

That's quite elegant. Certainly takes the tedium out of fixing already
broken pages.

-- 
Jeffrey Horn
http://www.failuretorefrain.com/jeff/

^ permalink raw reply	[flat|nested] 140+ messages in thread

* Re: Re: Worg needs some reorganizing
  2011-01-20 16:16                                                             ` Nick Dokos
@ 2011-01-20 18:09                                                               ` Jeff Horn
  2011-01-20 18:46                                                                 ` Eric Schulte
  0 siblings, 1 reply; 140+ messages in thread
From: Jeff Horn @ 2011-01-20 18:09 UTC (permalink / raw)
  To: nicholas.dokos
  Cc: Dan Davison, Ian Barton, Jason Dunsmore, Bastien, Matt Lundin,
	emacs-orgmode, Carsten Dominik

On Thu, Jan 20, 2011 at 11:16 AM, Nick Dokos <nicholas.dokos@hp.com> wrote:
> Matt Lundin <mdl@imapmail.org> wrote:
>
>> Nick Dokos <nicholas.dokos@hp.com> writes:
>>
>> > Matt Lundin <mdl@imapmail.org> wrote:
>> >
>> >> So the new, "flat" FAQ is up and running. And, of course, all are
>> >> welcome to suggest or contribute further refinements.
>> >>
>> >
>> > Blue (or purple or similar color) text on black background is unreadable -
>> > at least to my eyes.
>>
>> I agree. I reverted the black background.
>>
>> If a dark background is preferred, we'll need to make sure that we
>> export an entire dark color theme (such as zenburn) with
>> org-export-htmlize-generate-css.
>>
>> As it stood, we were simply using a black background with colors
>> exported from a light theme (e.g, dark blue headlines). Needless to say,
>> this made the text unreadable. :)
>>
>
> Much better!

Nick,

This is what I see when I visit the FAQ page.[1] The TOC column seems
to be very narrow. I'm using Chrome with the "Next Worg" stylesheet.

Footnotes:
[1] http://cl.ly/47Cn

-- 
Jeffrey Horn
http://www.failuretorefrain.com/jeff/

^ permalink raw reply	[flat|nested] 140+ messages in thread

* Re: Re: Worg needs some reorganizing
  2011-01-20 17:38                                                         ` Jason Dunsmore
@ 2011-01-20 18:44                                                           ` Eric Schulte
  0 siblings, 0 replies; 140+ messages in thread
From: Eric Schulte @ 2011-01-20 18:44 UTC (permalink / raw)
  To: Jason Dunsmore; +Cc: Jeff Horn, emacs-orgmode, Dan Davison

>
> I see this issue a lot on the Babel pages.  What needs to be done is
> wrap each source/example block in another block with "org" as the
> language.
>
> For example:
>
> #+begin_src org
>   ,#+begin_src sh :results output
>     ls -al
>   ,#+end_src
> #+end_src
>
> I think this should be done for all Babel documents to make them more
> coherent when reading them on the web.  I found the babel documentation
> quite confusing in the beginning because of this.
>
> Eric and Dan,
>
> Do you agree with this?

Yes, I do agree,

When writing the babel paper we ended up taking basically this approach,
and found that we had to duplicate most blocks, once for showing the
block and once for showing the output e.g.

#+begin_src org
  ,#+begin_src sh :results output
    ls -al
  ,#+end_src
#+end_src

#+begin_src sh :results output
 ls -al
#+end_src

maybe this process could be simplified by passing the body of the code
block to some function (could be defined in the library of babel) which
inserts both the begin_src org quoted body and the actual results into
exported documents.

Cheers -- Eric

^ permalink raw reply	[flat|nested] 140+ messages in thread

* Re: Re: Worg needs some reorganizing
  2011-01-20 18:09                                                               ` Jeff Horn
@ 2011-01-20 18:46                                                                 ` Eric Schulte
  2011-01-20 19:22                                                                   ` Jeff Horn
  0 siblings, 1 reply; 140+ messages in thread
From: Eric Schulte @ 2011-01-20 18:46 UTC (permalink / raw)
  To: Jeff Horn
  Cc: Dan Davison, Ian Barton, nicholas.dokos, Bastien, Matt Lundin,
	Jason Dunsmore, emacs-orgmode, Carsten Dominik

Jeff Horn <jrhorn424@gmail.com> writes:

> On Thu, Jan 20, 2011 at 11:16 AM, Nick Dokos <nicholas.dokos@hp.com> wrote:
>> Matt Lundin <mdl@imapmail.org> wrote:
>>
>>> Nick Dokos <nicholas.dokos@hp.com> writes:
>>>
>>> > Matt Lundin <mdl@imapmail.org> wrote:
>>> >
>>> >> So the new, "flat" FAQ is up and running. And, of course, all are
>>> >> welcome to suggest or contribute further refinements.
>>> >>
>>> >
>>> > Blue (or purple or similar color) text on black background is unreadable -
>>> > at least to my eyes.
>>>
>>> I agree. I reverted the black background.
>>>
>>> If a dark background is preferred, we'll need to make sure that we
>>> export an entire dark color theme (such as zenburn) with
>>> org-export-htmlize-generate-css.
>>>
>>> As it stood, we were simply using a black background with colors
>>> exported from a light theme (e.g, dark blue headlines). Needless to say,
>>> this made the text unreadable. :)
>>>
>>
>> Much better!
>
> Nick,
>
> This is what I see when I visit the FAQ page.[1] The TOC column seems
> to be very narrow. I'm using Chrome with the "Next Worg" stylesheet.
>

I believe the "Next Worg" stylesheet is very old and not a product of
the current round of CSS updates.  Once the arternative stylesheets are
updated to reflect this most recent development round I would imagine
that the "Next Worg" stylesheet will disappear.

>
> Footnotes:
> [1] http://cl.ly/47Cn

^ permalink raw reply	[flat|nested] 140+ messages in thread

* Re: Re: Worg needs some reorganizing
  2011-01-20 18:46                                                                 ` Eric Schulte
@ 2011-01-20 19:22                                                                   ` Jeff Horn
  0 siblings, 0 replies; 140+ messages in thread
From: Jeff Horn @ 2011-01-20 19:22 UTC (permalink / raw)
  To: Eric Schulte
  Cc: Dan Davison, Ian Barton, nicholas.dokos, Bastien, Matt Lundin,
	Jason Dunsmore, emacs-orgmode, Carsten Dominik

On Thu, Jan 20, 2011 at 1:46 PM, Eric Schulte <schulte.eric@gmail.com> wrote:
> Jeff Horn <jrhorn424@gmail.com> writes:
>
>> On Thu, Jan 20, 2011 at 11:16 AM, Nick Dokos <nicholas.dokos@hp.com> wrote:
>>> Matt Lundin <mdl@imapmail.org> wrote:
>>>
>>>> Nick Dokos <nicholas.dokos@hp.com> writes:
>>>>
>>>> > Matt Lundin <mdl@imapmail.org> wrote:
>>>> >
>>>> >> So the new, "flat" FAQ is up and running. And, of course, all are
>>>> >> welcome to suggest or contribute further refinements.
>>>> >>
>>>> >
>>>> > Blue (or purple or similar color) text on black background is unreadable -
>>>> > at least to my eyes.
>>>>
>>>> I agree. I reverted the black background.
>>>>
>>>> If a dark background is preferred, we'll need to make sure that we
>>>> export an entire dark color theme (such as zenburn) with
>>>> org-export-htmlize-generate-css.
>>>>
>>>> As it stood, we were simply using a black background with colors
>>>> exported from a light theme (e.g, dark blue headlines). Needless to say,
>>>> this made the text unreadable. :)
>>>>
>>>
>>> Much better!
>>
>> Nick,
>>
>> This is what I see when I visit the FAQ page.[1] The TOC column seems
>> to be very narrow. I'm using Chrome with the "Next Worg" stylesheet.
>>
>
> I believe the "Next Worg" stylesheet is very old and not a product of
> the current round of CSS updates.  Once the arternative stylesheets are
> updated to reflect this most recent development round I would imagine
> that the "Next Worg" stylesheet will disappear.
>

In that case, it looks great!

-- 
Jeffrey Horn
http://www.failuretorefrain.com/jeff/

^ permalink raw reply	[flat|nested] 140+ messages in thread

* Re: Worg needs some reorganizing
  2011-01-20 17:41                                                       ` Dan Davison
  2011-01-20 17:48                                                         ` Dan Davison
  2011-01-20 17:49                                                         ` Jeff Horn
@ 2011-01-20 22:23                                                         ` Sébastien Vauban
  2011-01-21  8:48                                                           ` Eric S Fraga
  2011-01-21  8:58                                                           ` Giovanni Ridolfi
  2 siblings, 2 replies; 140+ messages in thread
From: Sébastien Vauban @ 2011-01-20 22:23 UTC (permalink / raw)
  To: emacs-orgmode-mXXj517/zsQ

Hi,

Dan Davison wrote:
>> Please see the manual as an example.
>
> Hmm? The manual is written in texinfo.

BTW, what's the reason for that?  Does it still apply?  Are there good reasons
not to move it to Org format?

Best regards,
  Seb

-- 
Sébastien Vauban


_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode-mXXj517/zsQ@public.gmane.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

^ permalink raw reply	[flat|nested] 140+ messages in thread

* Re: Re: Worg needs some reorganizing
  2011-01-20 22:23                                                         ` Sébastien Vauban
@ 2011-01-21  8:48                                                           ` Eric S Fraga
  2011-01-21  8:58                                                           ` Giovanni Ridolfi
  1 sibling, 0 replies; 140+ messages in thread
From: Eric S Fraga @ 2011-01-21  8:48 UTC (permalink / raw)
  To: Sébastien Vauban; +Cc: emacs-orgmode

Sébastien Vauban <wxhgmqzgwmuf@spammotel.com> writes:

> Hi,
>
> Dan Davison wrote:
>>> Please see the manual as an example.
>>
>> Hmm? The manual is written in texinfo.
>
> BTW, what's the reason for that?  Does it still apply?  Are there good reasons
> not to move it to Org format?
>
> Best regards,
>   Seb

It does still apply, IMO.  Org is part of Emacs and Info is the
documentation front end for Emacs.  I think it would be a mistake to
have the manual in any other form unless you can define and implement an
org -> texinfo exporter.

However, I am coming to the conclusion that many documents on the web
site(s) could be replaced by org files (instead of HTML).

-- 
: Eric S Fraga (GnuPG: 0xC89193D8FFFCF67D) in Emacs 24.0.50.1
: using Org-mode version 7.4 (release_7.4.228.gdcfee)

^ permalink raw reply	[flat|nested] 140+ messages in thread

* Re: Re: Worg needs some reorganizing
  2011-01-20 22:23                                                         ` Sébastien Vauban
  2011-01-21  8:48                                                           ` Eric S Fraga
@ 2011-01-21  8:58                                                           ` Giovanni Ridolfi
  1 sibling, 0 replies; 140+ messages in thread
From: Giovanni Ridolfi @ 2011-01-21  8:58 UTC (permalink / raw)
  To: Sébastien Vauban; +Cc: emacs-orgmode

Sébastien Vauban <wxhgmqzgwmuf@spammotel.com> writes:

Hi, Seb 

>> The manual is written in texinfo.
>
> BTW, what's the reason for that?  [...]
> Are there good reasons
> not to move it to Org format?

Carsten wrote ;-) :

"Org-mode is currently not able to produce TeXInfo, 
which is the standard for Emacs documentation. 
Also TeXInfo has support for lots of indices etc."[1]

 TeXInfo,  is the standard for Emacs documentation

> Does it still apply?  

I think so. 

Cheers, 
Giovanni
[1] http://lists.gnu.org/archive/html/emacs-orgmode/2010-08/msg01202.html

^ permalink raw reply	[flat|nested] 140+ messages in thread

end of thread, other threads:[~2011-01-21  9:53 UTC | newest]

Thread overview: 140+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-10-07  8:15 Themes Compatible with color-theme.el Ian Barton
2010-10-07  8:56 ` Sébastien Vauban
2010-10-07  9:04   ` Ian Barton
2010-10-09 15:54 ` Yavuz
2010-10-09 18:42   ` David O'Toole
2010-10-10  7:54     ` Ian Barton
2010-10-11  3:29       ` David O'Toole
2010-10-11 19:01         ` Jason McBrayer
2010-10-10  7:52   ` Ian Barton
2010-10-09 21:45 ` Memnon Anon
2010-10-10  7:55   ` Ian Barton
2010-10-10 19:24 ` Scott Jaderholm
2010-10-10 20:55   ` Ian Barton
2010-10-13  3:46     ` Eric Schulte
2010-10-13 10:08       ` Ian Barton
2010-10-13 12:40         ` Carsten Dominik
2010-10-13 14:51           ` Worg needs some reorganizing Dan Davison
2010-10-13 15:41             ` Eric Schulte
2010-10-14  9:44               ` Ian Barton
2011-01-15 16:08                 ` Samuel Wales
2010-10-13 16:02             ` John Hendy
2010-10-14  7:44               ` Sébastien Vauban
2010-10-14 13:09               ` Eric Schulte
2010-10-14 14:07                 ` John Hendy
2010-10-14 15:51                   ` Jeff Horn
2011-01-15 12:01             ` Bastien
2011-01-15 15:19               ` Matt Lundin
2011-01-15 18:50                 ` Bastien
2011-01-16  0:00                   ` Alan E. Davis
2011-01-16 15:37                     ` Eric Schulte
2011-01-16 18:02                       ` Jason Dunsmore
2011-01-16 20:04                         ` Eric Schulte
2011-01-16 20:31                           ` Jason Dunsmore
2011-01-16 20:41                             ` Eric Schulte
2011-01-16 20:50                               ` Jason Dunsmore
2011-01-16 22:37                                 ` Eric Schulte
2011-01-17 14:56                                   ` Jason Dunsmore
2011-01-17 17:41                                     ` Bastien
2011-01-17 18:01                                       ` Jason Dunsmore
2011-01-17 18:57                                         ` Eric Schulte
2011-01-18 16:13                                           ` Eric Schulte
2011-01-18 16:53                                             ` Jeff Horn
2011-01-18 16:55                                             ` Jason Dunsmore
2011-01-18 19:15                                               ` Jason Dunsmore
2011-01-18 19:52                                                 ` Bastien
2011-01-18 21:54                                                   ` Jason Dunsmore
2011-01-18 22:23                                                     ` Nick Dokos
2011-01-18 22:42                                                   ` Eric Schulte
2011-01-19  1:35                                                     ` Jeff Horn
2011-01-19 16:52                                                   ` Achim Gratz
2011-01-19  1:02                                                 ` Matt Lundin
2011-01-19 17:05                                                   ` Achim Gratz
2011-01-19 17:24                                                     ` Eric Schulte
2011-01-19 17:34                                                   ` Jason Dunsmore
2011-01-19 17:56                                                     ` Eric Schulte
2011-01-19 18:13                                                       ` Achim Gratz
2011-01-19 18:20                                                         ` Eric Schulte
2011-01-19 18:46                                                           ` Jason Dunsmore
2011-01-19 18:52                                                             ` Achim Gratz
2011-01-19 19:18                                                               ` Jason Dunsmore
2011-01-19 21:12                                                                 ` Jeff Horn
2011-01-20  2:24                                                                 ` Matt Lundin
2011-01-20  4:30                                                                   ` Jeff Horn
2011-01-20 15:15                                                                     ` Jason Dunsmore
2011-01-20  2:29                                                       ` Matt Lundin
2011-01-20  3:10                                                         ` Nick Dokos
2011-01-20 15:41                                                           ` Matt Lundin
2011-01-20 16:16                                                             ` Nick Dokos
2011-01-20 18:09                                                               ` Jeff Horn
2011-01-20 18:46                                                                 ` Eric Schulte
2011-01-20 19:22                                                                   ` Jeff Horn
2011-01-20 16:17                                                             ` Eric Schulte
2011-01-19 18:07                                                     ` Jeff Horn
2011-01-19 18:32                                                       ` Jason Dunsmore
2011-01-19 21:06                                                         ` Jeff Horn
2011-01-17 19:05                                       ` Achim Gratz
2011-01-17 20:15                                         ` Bastien
2011-01-17 20:52                                         ` Jason Dunsmore
2011-01-17 21:14                                           ` Eric Schulte
2011-01-18 16:01                                             ` Jason Dunsmore
2011-01-18 16:05                                             ` Eric Schulte
2011-01-18 19:18                                               ` Jason Dunsmore
2011-01-18 19:40                                                 ` Bastien
2011-01-17 22:16                                           ` Achim Gratz
2011-01-17 22:47                                             ` Jason Dunsmore
2011-01-17 23:01                                               ` Achim Gratz
2011-01-17 23:29                                                 ` Eric Schulte
2011-01-18  1:34                                       ` Matt Lundin
2011-01-18  1:53                                         ` Eric Schulte
2011-01-18  2:17                                         ` Jeff Horn
2011-01-18  8:39                                           ` Bastien
2011-01-18 15:05                                             ` Matt Lundin
2011-01-18 15:36                                               ` Jason Dunsmore
2011-01-18 15:45                                                 ` Nick Dokos
2011-01-18 15:52                                                   ` Jason Dunsmore
2011-01-18 16:04                                                     ` Nick Dokos
2011-01-18 16:26                                               ` Eric Schulte
2011-01-18 18:50                                                 ` Jason Dunsmore
2011-01-18 19:20                                                   ` Jeff Horn
2011-01-18 19:48                                                   ` Bastien
2011-01-18 23:17                                                     ` Bernt Hansen
2011-01-19  0:57                                                       ` Bastien
2011-01-19  1:03                                                     ` Matt Lundin
2011-01-20 11:22                                                   ` Dan Davison
2011-01-20 17:02                                                     ` Jeff Horn
2011-01-20 17:21                                                       ` Erik Iverson
2011-01-20 17:38                                                         ` Jason Dunsmore
2011-01-20 18:44                                                           ` Eric Schulte
2011-01-20 17:41                                                       ` Dan Davison
2011-01-20 17:48                                                         ` Dan Davison
2011-01-20 17:50                                                           ` Jeff Horn
2011-01-20 17:49                                                         ` Jeff Horn
2011-01-20 22:23                                                         ` Sébastien Vauban
2011-01-21  8:48                                                           ` Eric S Fraga
2011-01-21  8:58                                                           ` Giovanni Ridolfi
2011-01-20 17:42                                                       ` Jason Dunsmore
2011-01-18 23:13                                               ` Jason Dunsmore
2011-01-19  0:15                                                 ` Eric Schulte
2011-01-19  0:40                                                 ` Bastien
2011-01-19  0:46                                                   ` Eric Schulte
2011-01-19  1:13                                                   ` Matt Lundin
2011-01-19 18:04                                                   ` Achim Gratz
2011-01-18 15:22                                             ` Jason Dunsmore
2011-01-19  1:21                                               ` Bastien
2011-01-19  1:41                                                 ` Jeff Horn
2011-01-20 16:44                                                 ` Eric Schulte
2011-01-20 16:52                                                   ` Jeff Horn
2011-01-19 18:36                                               ` Achim Gratz
2011-01-18 16:46                                             ` Jeff Horn
2011-01-18 16:57                                               ` Brian T. Wightman
2011-01-18  9:23                                         ` Bastien
2011-01-18 15:41                                           ` Jason Dunsmore
2011-01-18 19:38                                         ` Jason Dunsmore
2011-01-17 18:33                         ` Samuel Wales
2011-01-17 18:43                           ` Samuel Wales
2011-01-17 21:39                         ` Matt Lundin
2010-10-14  9:16           ` Themes Compatible with color-theme.el Ian Barton
2010-10-13 15:30         ` Eric Schulte
2010-10-14  9:17           ` Ian Barton
2010-10-10 23:53 ` suvayu ali

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).