From mboxrd@z Thu Jan 1 00:00:00 1970 From: Achim Gratz Subject: Re: time stamps in table of contents Date: Tue, 12 Feb 2013 10:35:14 +0000 (UTC) Message-ID: References: <7C4694CF-BA10-41B1-97F1-0244BEC0E288@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:46841) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U5DD9-0006PM-CE for emacs-orgmode@gnu.org; Tue, 12 Feb 2013 05:35:44 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U5DD7-0000KL-5x for emacs-orgmode@gnu.org; Tue, 12 Feb 2013 05:35:39 -0500 Received: from plane.gmane.org ([80.91.229.3]:35808) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U5DD6-0000Im-WD for emacs-orgmode@gnu.org; Tue, 12 Feb 2013 05:35:37 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1U5DDJ-00072a-6o for emacs-orgmode@gnu.org; Tue, 12 Feb 2013 11:35:49 +0100 Received: from 217.10.52.10 ([217.10.52.10]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 12 Feb 2013 11:35:49 +0100 Received: from Stromeko by 217.10.52.10 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 12 Feb 2013 11:35:49 +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: emacs-orgmode@gnu.org Carsten Dominik gmail.com> writes: > #table-of-contents timestamp { > display:none; > } You want a class selector (".") there, not an ID selector ("#"). Also you should probably mark this "!important" so it doesn't get overriden later. Regards, Achim.