emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: "Sebastien Vauban" <wxhgmqzgwmuf-geNee64TY+gS+FvcfC7Uqw@public.gmane.org>
To: emacs-orgmode-mXXj517/zsQ@public.gmane.org
Subject: Re: time stamps in table of contents
Date: Tue, 12 Feb 2013 10:48:39 +0100	[thread overview]
Message-ID: <86pq057thk.fsf@somewhere.org> (raw)
In-Reply-To: 7C4694CF-BA10-41B1-97F1-0244BEC0E288@gmail.com

Hello Carsten,

Carsten Dominik wrote:
> 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?

You don't use the `>' selector for direct child, so that shouldn't be the
problem (the fact that timestamp is not a direct child, but a grandchild).

Don't you forget the `.' in front of timestamp, for the "class" spec?

Best regards,
  Seb

-- 
Sebastien Vauban

  reply	other threads:[~2013-02-12  9:48 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-02-12  9:28 time stamps in table of contents Carsten Dominik
2013-02-12  9:48 ` Sebastien Vauban [this message]
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=86pq057thk.fsf@somewhere.org \
    --to=wxhgmqzgwmuf-genee64ty+gs+fvcfc7uqw@public.gmane.org \
    --cc=emacs-orgmode-mXXj517/zsQ@public.gmane.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).