|
From: | Marcelo de Moraes Serpa |
Subject: | Re: [O] Automatically add a repeater when scheduling |
Date: | Wed, 15 Jan 2014 13:01:16 -0600 |
Marcelo de Moraes Serpa wrote:No -- at least, not yet:
> Does org allow automatically adding a repeater (say, +1d) to a schedule
> when adding it with C-c C-s?
╭────
│ C-c C-s runs the command org-schedule, which is an interactive Lisp function in
│ `org.el'.
│
│ It is bound to C-c C-s, <menu-bar> <Org> <Dates and Scheduling> <Schedule
│ Item>.
│
│ (org-schedule ARG &optional TIME)
│
│ Insert the SCHEDULED: string with a timestamp to schedule a TODO item.
│ With one universal prefix argument, remove any scheduling date from the item.
│ With two universal prefix arguments, prompt for a delay cookie.
│ With argument TIME, scheduled at the corresponding date. TIME can
│ either be an Org date like "2011-07-24" or a delta like "+2d".
╰────
You see that C-c C-s is already pretty loaded (with up to two universal
arguments foreseen...).
Best regards,
> If not, I think it wouldn't be so hard to monkeypatch the method to do so,
> would it?
Seb
--
Sebastien Vauban
[Prev in Thread] | Current Thread | [Next in Thread] |