On Date: Sun, 13 May 2007 09:35:15 +0200, Carsten Dominik wrote: > I have released version 4.74 of Org-mode at > > http://www.astro.uva.nl/~dominik/Tools/org/ > * Overview > > This release is about exporting agenda views, to HTML, to > postscript for printing, and to a special format (CSV) for > further processing in scripts. Great stuff! But of course as soon as I tried the agenda export to HTML, I wanted to be able to customize the CSS. So here's a patch that adds a setting: org-export-agenda-html-style. It's my first attempt at lisp, so I imagine it could be improved, but it works OK for me so far. I had originally thought to make the agenda export use org-export-html-style, (easy enough to do) and add the agenda-specific styles to that. But the fact that the agenda content gets wrapped in
 tags complicates things a
bit. That still might be a better approach, but I think for most people, the
style for 
 in regular html export would conflict with that for agenda
export.


Dave



> 
> * Incompatible Changes
> 
>    - The variable `org-agenda-remove-tags-when-in-prefix' has
>      been renamed to `org-agenda-remove-tags'.
> 
> * Details
> 
>    - Agenda views can be exported as plain text, as HTML, and as
>      Postscript(R).  This can simply be done from the agenda
>      buffer with `C-x C-w' and then specifying a filename like
>      `myagenda.html' or `myagenda.ps'.  See section 8.6.4 of the
>      manual.
> 
>    - Each custom agenda view can specify a list of associated
>      files names.  The command `C-c a e' then creates all views
>      that have associated file names and exports the views to
>      these files.  This is great for producing paper versions of
>      your views, to take with you when you don't have your
>      computer.  The manual has an example on how to do this, and
>      in particular on how to customize the format of the printed
>      version.  See section 8.6.4 of the manual.
> 
>    - You can produce a CSV format of agenda information with an
>      Emacs batch command.  This is greate for further processing
>      in scipts.  Thanks to Jason F. McBrayer for this idea.
>      See section 8.6.5 of the manual.
> 
>    - New variable `org-agenda-skip-deadline-if-done'.  When set,
>      a deadline associated with a DONE item will not be shown in
>      the agenda.  This is based upon a report by Denis Bueno.
> 
>    - Quite a few bug fixes.
> 
> 
> 
> _______________________________________________
> Emacs-orgmode mailing list
> Emacs-orgmode@gnu.org
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode