From mboxrd@z Thu Jan 1 00:00:00 1970 From: cesar mena Subject: Re: please read: bug when marking tasks done Date: Wed, 30 Jan 2019 07:22:44 -0500 Message-ID: <878sz2e3mz.fsf@gnu.org> 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> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([209.51.188.92]:53038) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gootD-0000nH-Rv for emacs-orgmode@gnu.org; Wed, 30 Jan 2019 07:22:49 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gootD-0003LC-1u for emacs-orgmode@gnu.org; Wed, 30 Jan 2019 07:22:47 -0500 Received: from out1-smtp.messagingengine.com ([66.111.4.25]:60605) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gootC-0003Km-Rg for emacs-orgmode@gnu.org; Wed, 30 Jan 2019 07:22:46 -0500 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: Samuel Wales Cc: Leo Gaspard , emacs-orgmode Nicolas Goaziou writes: > Hello, > > Samuel Wales writes: > >> commented repeater cookies does not have any of the above drawbacks. >> it might require a 3rd party tool to update its re if that tool uses >> repeaters. this is not unprecedented. the inactive repeater feature >> might already require a 3rd party tool to update its re. >> >> so upon reflection i think i'd go for commentable repeater cookies. >> it has a bonus too: whenever you turn off a repeater, it can be >> annoying that it zeroes out the interval. commenting would fix that. >> >> perhaps there is a better, unmentioned solution? > > I think commented repeaters add unnecessary overhead to the already > loaded timestamp syntax. This is, IMO, not a common enough need to > warrant even a minor syntax change. > > However, we still need to move forward. So, I suggest to revert the > change about inactive timestamps. Inactive timestamps cannot be > repeated. This is less disruptive than the current situation. yes, agreed. > 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. another (maybe crazy) idea is to advise org-auto-repeat-maybe and set org-repeat-re as needed before it gets called. regards, -cm