emacs-orgmode
[Top][All Lists]
Advanced

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

[O] time stamps in table of contents


From: Carsten Dominik
Subject: [O] time stamps in table of contents
Date: Tue, 12 Feb 2013 10:28:42 +0100

Hi,

this is a question for CSS experts.

I am trying to get rid of time stamps in HTML export.  So I am using a CSS file 
which contains among other things:

  #table-of-contents {
        font-size: 100%;
        position: fixed;
        display: block;
        left: 10px;
        top: 164px;
        width: 300px;
        bottom: 2px;
        line-height: 1.0em;
        overflow: auto;
        border-style:none;
  }

  #table-of-contents timestamp {
        display:none;
  }


One of the lines in the table of contents looks like this:

<li><a href="#sec-2-1"><span class="timestamp-wrapper"><span 
class="timestamp">&lt;2013-01-11 Fr&gt;</span></span> Carsten: Wiskunde als de 
taal van de Natuur</a></li>

So I had been hoping this would get rid of the timestamp in the table of 
context.  It does not.  Does anyone know why?

Cheers!

- Carsten


reply via email to

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