From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Sebastien Vauban" Subject: [bug] External style file for export of agenda view Date: Wed, 19 Sep 2012 12:28:54 +0200 Message-ID: <80a9wms3vd.fsf@somewhere.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org-mXXj517/zsQ@public.gmane.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org-mXXj517/zsQ@public.gmane.org To: emacs-orgmode-mXXj517/zsQ@public.gmane.org Hello, When you want to export an agenda view with your own CSS, you must do the following: #+begin_src emacs-lisp (setq org-agenda-export-html-style "") #+end_src If you don't put the `style' tag, the above is simply ignored. Though, and that's the bug, that line is copied "verbatim" in the exported HTML: --8<---------------cut here---------------start------------->8--- Summary Review - Aviva ETE ... --8<---------------cut here---------------end--------------->8--- And that's not correctly interpreted by the browsers (tested with Firefox and Chrome). Instead, the `style' tags must not be provided. But the effect of the `setq' is void, currently... Best regards, Seb -- Sebastien Vauban