From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Automatically add a repeater when scheduling Date: Mon, 20 Jan 2014 12:30:16 +0100 Message-ID: <87ha8yyjp3.fsf@bzg.ath.cx> References: <861u09bn8a.fsf@somewhere.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41246) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W5D3k-0006Uy-Fi for emacs-orgmode@gnu.org; Mon, 20 Jan 2014 06:30:36 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W5D3b-0005Wx-I8 for emacs-orgmode@gnu.org; Mon, 20 Jan 2014 06:30:28 -0500 Received: from mail-we0-x233.google.com ([2a00:1450:400c:c03::233]:45420) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W5D3b-0005Ws-Bd for emacs-orgmode@gnu.org; Mon, 20 Jan 2014 06:30:19 -0500 Received: by mail-we0-f179.google.com with SMTP id w62so6661274wes.24 for ; Mon, 20 Jan 2014 03:30:18 -0800 (PST) In-Reply-To: (Marcelo de Moraes Serpa's message of "Wed, 15 Jan 2014 13:01:16 -0600") 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: Marcelo de Moraes Serpa Cc: Sebastien Vauban , Org Mode Hi Marcelo, Marcelo de Moraes Serpa writes: > This might be a good feature and I might looking into creating a new > version that does this automatically, since I use the current day > agenda view as my next actions list, and use it to automatically > carry tasks to the following day, so the +1d repeater really keeps > things clean for my specific workflow. I've explored this a bit and this is complicated. The syntax I had in mind is using (+1d) to add a repeater via `org-read-date', which could be used to add more info as well. I'll put this on my "maybe" list anyway and see if I can come up with something, as I agree this would be useful. Thanks, -- Bastien