From mboxrd@z Thu Jan 1 00:00:00 1970 From: Robert Horn Subject: Re: please read: bug when marking tasks done Date: Tue, 29 Jan 2019 09:58:54 -0500 Message-ID: References: <87d0paprs6.fsf@gnu.org> <87wonhcpnj.fsf@nicolasgoaziou.fr> <871s5o8pgf.fsf@gnu.org> <87muobcur7.fsf@nicolasgoaziou.fr> <87woneykuc.fsf@gnu.org> <87y37tzbrd.fsf@nicolasgoaziou.fr> <87muo88up0.fsf@gnu.org> <87y37qxgn8.fsf@nicolasgoaziou.fr> <87pnt2neeg.fsf@gnu.org> <87bm4kxqhn.fsf@nicolasgoaziou.fr> <87zhrlx0zb.fsf@nicolasgoaziou.fr> Reply-To: rjhorn@alum.mit.edu Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([209.51.188.92]:50370) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1goUsl-0007yC-JA for emacs-orgmode@gnu.org; Tue, 29 Jan 2019 10:01:11 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1goUsL-0003RM-TB for emacs-orgmode@gnu.org; Tue, 29 Jan 2019 10:00:44 -0500 Received: from mailbackend.panix.com ([166.84.1.89]:43262) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1goUsK-0002po-Kh for emacs-orgmode@gnu.org; Tue, 29 Jan 2019 10:00:33 -0500 In-reply-to: <87zhrlx0zb.fsf@nicolasgoaziou.fr> 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" To: Nicolas Goaziou Cc: emacs-orgmode Nicolas Goaziou writes: > However, I also suggest to add a new hook, run after repeating > timestamps. With this hook, and a proper, user-specific, markup, it > should be possible to pick inactive timestamps in the section and > "repeat" them manually, i.e., on a case-by-case basis. > > WDYT? > I like this solution. I've got several repeating tasks that do not have simple rules. (For example, alternating Monday morning/Thursday evening and adjusting for local holidays, but different rules in July and August.) No simple syntax will ever handle these, but I can easily write an elisp hook to capture the rules. -- Robert Horn rjhorn@alum.mit.edu