emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* time stamps in table of contents
@ 2013-02-12  9:28 Carsten Dominik
  2013-02-12  9:48 ` Sebastien Vauban
  2013-02-12 10:35 ` Achim Gratz
  0 siblings, 2 replies; 8+ messages in thread
From: Carsten Dominik @ 2013-02-12  9:28 UTC (permalink / raw)
  To: emacs-orgmode@gnu.org List

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

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2013-02-12 11:42 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-02-12  9:28 time stamps in table of contents Carsten Dominik
2013-02-12  9:48 ` Sebastien Vauban
2013-02-12  9:59   ` Bastien
2013-02-12 11:38     ` Carsten Dominik
2013-02-12 10:35 ` Achim Gratz
2013-02-12 11:39   ` Carsten Dominik
2013-02-12 11:41     ` Bastien
2013-02-12 11:42       ` Carsten Dominik

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).