At Sun, 14 Nov 2010 15:56:20 -0500, Nick Dokos wrote: > Perhaps it'd be possible to (optionally) add an "id" selector to the timestamp > <span> elements and use that for CSS manipulation, tied to an org-mode ID or > some other unique id? Or perhaps just postprocess the HTML output to add such > ids.
Or make the HTML export add a timestamp keyword specific class to the
timestamp keyword span element. So you could use:
#+begin_src css
.timestamp-kwd-scheduled + .timestamp { color: red; }
#+end_src
Cf. http://www.w3.org/TR/CSS2/selector.html
I recorded a WISH for this in the issues file.
Best,
-- David
--
OpenPGP... 0x99ADB83B5A4478E6
Jabber.... [email protected]
Email..... [email protected]
pgpOXCexhmmZ2.pgp
Description: PGP signature
_______________________________________________ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. [email protected] http://lists.gnu.org/mailman/listinfo/emacs-orgmode
