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= From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Sebastien Vauban" Subject: Re: time stamps in table of contents Date: Tue, 12 Feb 2013 10:48:39 +0100 Message-ID: <86pq057thk.fsf@somewhere.org> References: <7C4694CF-BA10-41B1-97F1-0244BEC0E288@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: 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-mXXj517/zsQ@public.gmane.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org-mXXj517/zsQ@public.gmane.org To: emacs-orgmode-mXXj517/zsQ@public.gmane.org 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: > >
  • <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? 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 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. 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 10:59:10 +0100 Message-ID: <87obfpx381.fsf@bzg.ath.cx> References: <7C4694CF-BA10-41B1-97F1-0244BEC0E288@gmail.com> <86pq057thk.fsf@somewhere.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:37702) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U5Ce9-0008Fk-Vt for emacs-orgmode@gnu.org; Tue, 12 Feb 2013 04:59:32 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U5Ce5-0000G8-Fr for emacs-orgmode@gnu.org; Tue, 12 Feb 2013 04:59:29 -0500 Received: from plane.gmane.org ([80.91.229.3]:45681) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U5Ce5-0000Fl-6q for emacs-orgmode@gnu.org; Tue, 12 Feb 2013 04:59:25 -0500 Received: from public by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1U5CeJ-0001cl-MS for emacs-orgmode@gnu.org; Tue, 12 Feb 2013 10:59:39 +0100 In-Reply-To: <86pq057thk.fsf@somewhere.org> (Sebastien Vauban's message of "Tue, 12 Feb 2013 10:48:39 +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: Sebastien Vauban Cc: public-emacs-orgmode-mXXj517/zsQ@plane.gmane.org "Sebastien Vauban" writes: > Don't you forget the `.' in front of timestamp, for the "class" > spec? Yes #table-of-contents .timestamp { display:none; } works correctly. -- Bastien From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: time stamps in table of contents Date: Tue, 12 Feb 2013 12:39:13 +0100 Message-ID: References: <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]:36335) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U5ECl-0003iO-AV for emacs-orgmode@gnu.org; Tue, 12 Feb 2013 06:39:20 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U5ECj-0007S6-CO for emacs-orgmode@gnu.org; Tue, 12 Feb 2013 06:39:19 -0500 Received: from mail-wi0-f179.google.com ([209.85.212.179]:54344) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U5ECj-0007Qq-6I for emacs-orgmode@gnu.org; Tue, 12 Feb 2013 06:39:17 -0500 Received: by mail-wi0-f179.google.com with SMTP id ez12so4248356wid.12 for ; Tue, 12 Feb 2013 03:39:16 -0800 (PST) In-Reply-To: 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: Achim Gratz Cc: emacs-orgmode@gnu.org On 12 feb. 2013, at 11:35, Achim Gratz wrote: > Carsten Dominik gmail.com> writes: >> #table-of-contents timestamp { >> display:none; >> } >=20 > You want a class selector (".") there, not an ID selector ("#"). Also = you > should probably mark this "!important" so it doesn't get overriden = later. I am dumber than you think, how exactly would I do this? Add an = exclamation mark? Where? Thanks - Carsten= 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 From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: time stamps in table of contents Date: Tue, 12 Feb 2013 12:42:30 +0100 Message-ID: References: <7C4694CF-BA10-41B1-97F1-0244BEC0E288@gmail.com> <87ehgliwsh.fsf@bzg.ath.cx> 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]:37160) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U5EFt-0007Sj-N2 for emacs-orgmode@gnu.org; Tue, 12 Feb 2013 06:42:35 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U5EFs-0008M1-LL for emacs-orgmode@gnu.org; Tue, 12 Feb 2013 06:42:33 -0500 Received: from mail-wi0-f182.google.com ([209.85.212.182]:44565) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U5EFs-0008Ls-GN for emacs-orgmode@gnu.org; Tue, 12 Feb 2013 06:42:32 -0500 Received: by mail-wi0-f182.google.com with SMTP id hi18so4256484wib.3 for ; Tue, 12 Feb 2013 03:42:31 -0800 (PST) In-Reply-To: <87ehgliwsh.fsf@bzg.ath.cx> 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: Bastien Cc: Achim Gratz , emacs-orgmode@gnu.org OK, thank you! - Carsten On 12 feb. 2013, at 12:41, Bastien wrote: > Carsten Dominik writes: >=20 >> I am dumber than you think, how exactly would I do this? Add an >> exclamation mark? Where? >=20 > This should do: >=20 > #table-of-contents .timestamp { > display:none !important; > } >=20 > --=20 > Bastien --=20 Do unto others as you'd have them do unto you. But first ask them if it = is alright -- Julia Sweeney From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: time stamps in table of contents Date: Tue, 12 Feb 2013 12:38:17 +0100 Message-ID: <41B00932-E198-4B15-9532-31BAF05722DA@gmail.com> References: <7C4694CF-BA10-41B1-97F1-0244BEC0E288@gmail.com> <86pq057thk.fsf@somewhere.org> <87obfpx381.fsf@bzg.ath.cx> 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]:36148) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U5EC5-0003La-59 for emacs-orgmode@gnu.org; Tue, 12 Feb 2013 06:38:38 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U5EC3-0007Ib-UR for emacs-orgmode@gnu.org; Tue, 12 Feb 2013 06:38:37 -0500 Received: from plane.gmane.org ([80.91.229.3]:33898) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U5EC3-0007IX-Mt for emacs-orgmode@gnu.org; Tue, 12 Feb 2013 06:38:35 -0500 Received: from public by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1U5ECI-0007j4-VM for emacs-orgmode@gnu.org; Tue, 12 Feb 2013 12:38:50 +0100 In-Reply-To: <87obfpx381.fsf@bzg.ath.cx> 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: Bastien Cc: public-emacs-orgmode-mXXj517/zsQ@plane.gmane.org, Sebastien Vauban Yes, thank you everyone for replying, this indeed works. - Carsten On 12 feb. 2013, at 10:59, Bastien wrote: >=20 >=20 > "Sebastien Vauban" > writes: >=20 >> Don't you forget the `.' in front of timestamp, for the "class" >> spec? >=20 > Yes >=20 > #table-of-contents .timestamp { > display:none; > } >=20 > works correctly. >=20 > --=20 > Bastien >=20 >=20 --=20 Happiness is a false goal. You cannot pursue an emotion. Happiness is a = byproduct of having a purpose in life -- Julia Sweeney