From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matt Lundin Subject: Re: Colorize past dates differently? Date: Sun, 02 Mar 2014 20:47:16 -0600 Message-ID: <87mwh8q9qj.fsf@fastmail.fm> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47646) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WKIua-0000Hj-Uq for emacs-orgmode@gnu.org; Sun, 02 Mar 2014 21:47:30 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WKIuV-0004rM-6g for emacs-orgmode@gnu.org; Sun, 02 Mar 2014 21:47:24 -0500 Received: from out3-smtp.messagingengine.com ([66.111.4.27]:49104) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WKIuU-0004rG-UY for emacs-orgmode@gnu.org; Sun, 02 Mar 2014 21:47:19 -0500 In-Reply-To: (Guido Van Hoecke's message of "Sun, 02 Mar 2014 10:04:50 +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: Guido Van Hoecke Cc: orgmode Guido Van Hoecke writes: > Hi, > > Is it possible to render past <> and [] timestamps in a different > color so that it is obvious at first sight when opening an agenda file > which dates are in the future and which are not? Within an agenda buffer... By default, the diary agenda gives past due items a different color. You can check the names of the faces by calling M-x describe-text-properties on different lines of the agenda. Within an org file... This would require some hacking. Past, present, and future timestamps share the same face: org-date. Matt