From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matt Lundin Subject: Re: Feature request about habit tracking Date: Mon, 02 Nov 2009 08:58:15 -0500 Message-ID: References: <20091030151334.GA6876@taupan.ath.cx> <5F5DB3D2-1637-4E14-9F80-B3199EDDF526@gmail.com> <20091102110618.GA16103@taupan.ath.cx> <20091102125334.GA21489@taupan.ath.cx> 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 1N4xQO-0001Fv-R3 for emacs-orgmode@gnu.org; Mon, 02 Nov 2009 08:58:24 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N4xQK-0001Em-9a for emacs-orgmode@gnu.org; Mon, 02 Nov 2009 08:58:24 -0500 Received: from [199.232.76.173] (port=60640 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N4xQK-0001Ej-2G for emacs-orgmode@gnu.org; Mon, 02 Nov 2009 08:58:20 -0500 Received: from out4.smtp.messagingengine.com ([66.111.4.28]:34223) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1N4xQJ-00066r-Lm for emacs-orgmode@gnu.org; Mon, 02 Nov 2009 08:58:19 -0500 Received: from compute1.internal (compute1.internal [10.202.2.41]) by gateway1.messagingengine.com (Postfix) with ESMTP id 8F96FBD5DF for ; Mon, 2 Nov 2009 08:58:17 -0500 (EST) Received: from macbook.local (unknown [99.35.13.145]) by mail.messagingengine.com (Postfix) with ESMTPSA id C91764A240E for ; Mon, 2 Nov 2009 08:58:16 -0500 (EST) In-Reply-To: <20091102125334.GA21489@taupan.ath.cx> (Friedrich Delgado Friedrichs's message of "Mon, 2 Nov 2009 13:53:34 +0100") 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: org-mode mailing list Hi Friedrich, Friedrich Delgado Friedrichs writes: > Hi > > Carsten Dominik schrieb: >> from what I see, John has built the habit tracking >> into the routine that looks for scheduling entries. So it would be >> a significant change to do this for normal time stamps. >> >> A solution for you could be to just use the scheduling stuff anyway, >> and then use a filter function to make sure these entries do not show up >> in the iCalendar export (untested): > ---Zitatende--- > > To schedule those items is a significant semantic difference for me, > which is reflected in a different face in the agenda, so just > filtering them out of the icalendar export is not enough. Have you tried using habits? Even though their functionality depends on SCHEDULED timestamps, they look and behave quite differently than normal scheduled items. Granted, habits appear with the org-scheduled-today face. But they do not have the normal "Scheduled:" or "Sched. 2x" warnings. And they can easily be filtered out of the agenda by pressing "K". Best, Matt