From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Sebastien Vauban" Subject: Re: Automatically add a repeater when scheduling Date: Wed, 15 Jan 2014 10:36:37 +0100 Message-ID: <861u09bn8a.fsf@somewhere.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: 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-mXXj517/zsQ@public.gmane.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org-mXXj517/zsQ@public.gmane.org To: emacs-orgmode-mXXj517/zsQ@public.gmane.org Marcelo de Moraes Serpa wrote: > Does org allow automatically adding a repeater (say, +1d) to a schedule > when adding it with C-c C-s? No -- at least, not yet: =E2=95=AD=E2=94=80=E2=94=80=E2=94=80=E2=94=80 =E2=94=82 C-c C-s runs the command org-schedule, which is an interactive = Lisp function in =E2=94=82 `org.el'. =E2=94=82=20 =E2=94=82 It is bound to C-c C-s, = . =E2=94=82=20 =E2=94=82 (org-schedule ARG &optional TIME) =E2=94=82=20 =E2=94=82 Insert the SCHEDULED: string with a timestamp to schedule a TOD= O item. =E2=94=82 With one universal prefix argument, remove any scheduling date = from the item. =E2=94=82 With two universal prefix arguments, prompt for a delay cookie. =E2=94=82 With argument TIME, scheduled at the corresponding date. TIME = can =E2=94=82 either be an Org date like "2011-07-24" or a delta like "+2d". =E2=95=B0=E2=94=80=E2=94=80=E2=94=80=E2=94=80 You see that C-c C-s is already pretty loaded (with up to two universal arguments foreseen...). > If not, I think it wouldn't be so hard to monkeypatch the method to do so, > would it? Best regards, Seb --=20 Sebastien Vauban