From: "Sebastien Vauban" <sva-news-D0wtAvR13HarG/iDocfnWg@public.gmane.org>
To: emacs-orgmode-mXXj517/zsQ@public.gmane.org
Subject: Re: Automatically add a repeater when scheduling
Date: Wed, 15 Jan 2014 10:36:37 +0100 [thread overview]
Message-ID: <861u09bn8a.fsf@somewhere.org> (raw)
In-Reply-To: CACHMzOG1bBDhy3bfUGG8tP_putFPUt6y8Nn_Ac=amAAcfcovdA@mail.gmail.com
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
next prev parent reply other threads:[~2014-01-15 9:36 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-01-15 7:29 Automatically add a repeater when scheduling Marcelo de Moraes Serpa
2014-01-15 9:36 ` Sebastien Vauban [this message]
2014-01-15 19:01 ` Marcelo de Moraes Serpa
2014-01-20 11:30 ` Bastien
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=861u09bn8a.fsf@somewhere.org \
--to=sva-news-d0wtavr13harg/idocfnwg@public.gmane.org \
--cc=emacs-orgmode-mXXj517/zsQ@public.gmane.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.