From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: time stamps in table of contents Date: Tue, 12 Feb 2013 12:41:50 +0100 Message-ID: <87ehgliwsh.fsf@bzg.ath.cx> References: <7C4694CF-BA10-41B1-97F1-0244BEC0E288@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:37004) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U5EFM-0006CO-M4 for emacs-orgmode@gnu.org; Tue, 12 Feb 2013 06:42:02 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U5EFG-0008Du-HZ for emacs-orgmode@gnu.org; Tue, 12 Feb 2013 06:42:00 -0500 Received: from mail-wg0-f44.google.com ([74.125.82.44]:51167) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U5EFG-0008Dn-Ad for emacs-orgmode@gnu.org; Tue, 12 Feb 2013 06:41:54 -0500 Received: by mail-wg0-f44.google.com with SMTP id dr12so5421446wgb.11 for ; Tue, 12 Feb 2013 03:41:53 -0800 (PST) In-Reply-To: (Carsten Dominik's message of "Tue, 12 Feb 2013 12:39:13 +0100") 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: Carsten Dominik Cc: Achim Gratz , emacs-orgmode@gnu.org Carsten Dominik writes: > I am dumber than you think, how exactly would I do this? Add an > exclamation mark? Where? This should do: #table-of-contents .timestamp { display:none !important; } -- Bastien