emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] org-html-head documentation mistake?


From: Bastien
Subject: Re: [O] org-html-head documentation mistake?
Date: Mon, 15 Jan 2018 16:40:28 +0100
User-agent: Gnus/5.130014 (Ma Gnus v0.14) Emacs/27.0 (gnu/linux)

Hi Adam,

> The docstring for org-html-head gives this example:

Thanks for reporting this, I fixed this using this example:

   <style type="text/css">
    /*<![CDATA[*/
      p { font-weight: normal; color: gray; }
      h1 { color: black; }
      .title { text-align: center; }
      .todo, .timestamp-kwd { color: red; }
      .done { color: green; }
    /*]]>*/
   </style>

Can you check and report if this is correct?

Thanks,

-- 
 Bastien



reply via email to

[Prev in Thread] Current Thread [Next in Thread]