From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: org-scheduled-time-hour-regexp doesn't capture split repeats used by habit Date: Tue, 04 Feb 2020 08:59:22 +0100 Message-ID: <875zgmkckl.fsf@gnu.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:36132) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iyt7F-0001GW-Ie for emacs-orgmode@gnu.org; Tue, 04 Feb 2020 02:59:26 -0500 In-Reply-To: (Damian's message of "Wed, 26 Jun 2019 21:11:31 -0700") 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-mx.org@gnu.org Sender: "Emacs-orgmode" To: Damian Cc: emacs-orgmode@gnu.org Hi Damian, > The ':scheduled*' value for org-agenda-entry-types uses > org-scheduled-time-hour-regexp to match related entries. The current=20 > regexp doesn't match entries with split repeats like those used by > habits- for example:=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0 'SCHEDULED: <2019-06-= 25 Tue 20:30 > .+1d/2d>'. Because those entries show up in the agenda with a > timestamp I believe they should be caught by the regexp. thanks for reporting this, this is now fixed in the maint branch. --=20 Bastien