emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Automatically add a repeater when scheduling


From: Sebastien Vauban
Subject: Re: [O] Automatically add a repeater when scheduling
Date: Wed, 15 Jan 2014 10:36:37 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (windows-nt)

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:

  ╭────
  │ 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...).

> If not, I think it wouldn't be so hard to monkeypatch the method to do so,
> would it?

Best regards,
  Seb

-- 
Sebastien Vauban




reply via email to

[Prev in Thread] Current Thread [Next in Thread]