From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: time stamps in table of contents Date: Tue, 12 Feb 2013 10:28:42 +0100 Message-ID: <7C4694CF-BA10-41B1-97F1-0244BEC0E288@gmail.com> Mime-Version: 1.0 (Mac OS X Mail 6.2 \(1499\)) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:57190) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U5CAT-0000XF-Lv for emacs-orgmode@gnu.org; Tue, 12 Feb 2013 04:28:51 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U5CAS-0001Hx-2y for emacs-orgmode@gnu.org; Tue, 12 Feb 2013 04:28:49 -0500 Received: from mail-wi0-f178.google.com ([209.85.212.178]:49732) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U5CAR-0001HR-TN for emacs-orgmode@gnu.org; Tue, 12 Feb 2013 04:28:48 -0500 Received: by mail-wi0-f178.google.com with SMTP id o1so4114435wic.5 for ; Tue, 12 Feb 2013 01:28:47 -0800 (PST) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org 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:
  • <2013-01-11 Fr> Carsten: = Wiskunde als de taal van de Natuur
  • 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=