[O] [PATCH] Don't force the style tag to be present in `org-agenda-export-html-style'

2012-09-19 Thread Sebastien Vauban
From db344fd8a05b11174508e2de864f2fb788ea0f29 Mon Sep 17 00:00:00 2001 From: Fabrice Niessen fnies...@pirilampo.org Date: Wed, 19 Sep 2012 12:10:20 +0200 Subject: [PATCH] Don't force the style tag to be present in `org-agenda-export-html-style' * org-agenda.el

Re: [O] [PATCH] Don't force the style tag to be present in `org-agenda-export-html-style'

2012-09-19 Thread Bastien
Hi Sébastien, thanks for the patch. matching against style is wrong, but matching against style looks still useful to me. What do you think? -- Bastien

Re: [O] [PATCH] Don't force the style tag to be present in `org-agenda-export-html-style'

2012-09-19 Thread Sebastien Vauban
Hi Bastien, Bastien wrote: thanks for the patch. matching against style is wrong, but matching against style looks still useful to me. What do you think? I don't think so. Let me re-explain... I want a correct HTML header, with a link to an external CSS file, such as:

Re: [O] [PATCH] Don't force the style tag to be present in `org-agenda-export-html-style'

2012-09-19 Thread Sebastien Vauban
Bastien, Sebastien Vauban wrote: If I set the variable `org-agenda-export-html-style' to the string I want: #+begin_src emacs-lisp (setq org-agenda-export-html-style link rel=\stylesheet\ type=\text/css\ href=\org-agenda-views.css\/) #+end_src it will be *ignored*... because there is

Re: [O] [PATCH] Don't force the style tag to be present in `org-agenda-export-html-style'

2012-09-19 Thread Achim Gratz
Sebastien Vauban writes: The only solution is: - don't check for `style' - allow a pure `link' tag to be inserted in the header Well, the /only other/\TM solution then is to check for either style or link. Or maybe I'm missing something. Regards, Achim. -- +[Q+ Matrix-12 WAVE#46+305 Neuron

Re: [O] [PATCH] Don't force the style tag to be present in `org-agenda-export-html-style'

2012-09-19 Thread Sebastien Vauban
Hello Achim, Achim Gratz wrote: Sebastien Vauban writes: The only solution is: - don't check for `style' - allow a pure `link' tag to be inserted in the header Well, the /only other/\TM solution then is to check for either style or link. Or maybe I'm missing something. Well, the last

Re: [O] [PATCH] Don't force the style tag to be present in `org-agenda-export-html-style'

2012-09-19 Thread Bastien
Hi Sébastien, Sebastien Vauban wxhgmqzgwmuf-genee64ty+gs+fvcfc7...@public.gmane.org writes: Well, the last option (the one taken by my patch) was no to check anything... Yes, I agree. I have now applied your patch. Note that the root of the problem lies in htmlize.el, which puts