emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Carsten Dominik <carsten.dominik@gmail.com>
To: "emacs-orgmode@gnu.org List" <emacs-orgmode@gnu.org>
Subject: time stamps in table of contents
Date: Tue, 12 Feb 2013 10:28:42 +0100	[thread overview]
Message-ID: <7C4694CF-BA10-41B1-97F1-0244BEC0E288@gmail.com> (raw)

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	other threads:[~2013-02-12  9:28 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-02-12  9:28 Carsten Dominik [this message]
2013-02-12  9:48 ` time stamps in table of contents 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=7C4694CF-BA10-41B1-97F1-0244BEC0E288@gmail.com \
    --to=carsten.dominik@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).