From mboxrd@z Thu Jan 1 00:00:00 1970 From: Phil Jackson Subject: [ feature request ] colourful timestamps Date: Mon, 03 Dec 2007 14:17:09 +0000 Message-ID: <87bq9750d6.fsf@shellarchive.co.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IzC6e-0001l5-AD for emacs-orgmode@gnu.org; Mon, 03 Dec 2007 09:17:08 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IzC6d-0001iu-9A for emacs-orgmode@gnu.org; Mon, 03 Dec 2007 09:17:07 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IzC6d-0001ik-0F for emacs-orgmode@gnu.org; Mon, 03 Dec 2007 09:17:07 -0500 Received: from smtp.aaisp.net.uk ([81.187.81.52]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1IzC6c-0003vN-GP for emacs-orgmode@gnu.org; Mon, 03 Dec 2007 09:17:06 -0500 Received: from 241.28.187.81.in-addr.arpa ([81.187.28.241] helo=phil-desktop) by smtp.aaisp.net.uk with esmtp (Exim 4.62) (envelope-from ) id 1IzC6Z-0007ln-3S for emacs-orgmode@gnu.org; Mon, 03 Dec 2007 14:17:03 +0000 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Hello, Something I thought might be nice is highlighting of timestamps according to there relativity to time(). For example, at time of writing, <2006-12-11> would be red, <2007-12-03 Mon 19:00> pink. Perhaps for customisation: (setq org-timestamp-colour-map '(("<2h" . 'face) ("<10m" . 'face))) Cheers, Phil