emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Carsten Dominik <carsten.dominik@gmail.com>
To: David Abrahams <dave@boostpro.com>
Cc: emacs-orgmode@gnu.org
Subject: Re: Feature request
Date: Mon, 11 Oct 2010 09:21:05 +0200	[thread overview]
Message-ID: <A594AD07-777B-475F-A76B-74231A72C3B2@gmail.com> (raw)
In-Reply-To: <m2fwwejgw8.wl%dave@boostpro.com>


On Oct 10, 2010, at 3:50 PM, David Abrahams wrote:

>
> Hi All,
>
> I have to reschedule quite a few items daily.  Often they're
> yesterday's items that I need to reschedule for today.
>
>  `C-c C-s . RET'
>
> is a bit much typing for that, so I re-bound `S' to
> org-agenda-schedule.  But
>
>  `S . RET'
>
> is still a bit much.  I'd like it if the default when rescheduling was
> always for today, instead of the date the item is already scheduled
> for, so I could
>
>  `S RET'
>
> in the usual case.  What about a customizable option to set the
> default schedule-for date?

After giving this some thought, I don't this this can be done in a  
clear and non-confusing way.  I do think it is necessary to somehow  
change the date relative to what the previously set date is.  The only  
way to make this half way transparently is to show that date in the  
prompt as the default date.

There was lots of good advice to so what you want in different ways,
including not rescheduling, or using bulk actions in the agenda.

Finally, if you still want a fast command doing this:

(defun org-agenda-reschedule-to-today ()
   (interactive)
   (flet ((org-read-date (&rest rest) (current-time)))
     (call-interactively 'org-agenda-schedule)))


- Carsten

  parent reply	other threads:[~2010-10-11  7:21 UTC|newest]

Thread overview: 44+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-10-10 13:50 Feature request David Abrahams
2010-10-10 15:43 ` Bernt Hansen
2010-10-10 18:03   ` David Abrahams
2010-10-10 16:30 ` Memnon Anon
2010-10-11 17:42   ` Jeff Horn
2010-10-10 18:12 ` Juan Pechiar
2010-10-11  7:21 ` Carsten Dominik [this message]
2010-10-11 14:18   ` David Abrahams
2011-01-15 12:13   ` Bastien
  -- strict thread matches above, loose matches on Subject: below --
2021-01-14 17:01 Raoul Comninos
2021-01-17  5:30 ` Ihor Radchenko
2021-01-17  5:33   ` Raoul Comninos
2021-01-17  6:12     ` Ihor Radchenko
2021-01-17  6:18       ` Ihor Radchenko
2021-01-17  8:15         ` Raoul Comninos
2021-01-17  9:01           ` Ihor Radchenko
2021-01-17  9:20             ` Raoul Comninos
2021-01-18  2:17               ` Ihor Radchenko
2021-01-18  8:19                 ` Detlef Steuer
2021-01-18  1:46             ` Raoul Comninos
2021-01-18  2:19               ` Ihor Radchenko
2021-01-17  5:31 ` Ihor Radchenko
2013-06-25 15:22 feature request 42 147
2013-06-25 16:11 ` Christian Moe
2013-06-25 16:29   ` François Pinard
2013-06-25 18:31     ` Michael Brand
2011-07-18 21:36 Jude DaShiell
2011-07-18 23:13 ` Bastien
2011-07-19 12:10 ` MidLifeXis at PerlMonks
2009-03-23  2:14 Robert D. Crawford
2009-03-23  2:44 ` Matthew Lundin
2009-03-23 13:56   ` Robert D. Crawford
2009-03-23 11:24 ` Sebastian Rose
2009-03-24 16:53   ` Robert D. Crawford
2009-03-25 13:50     ` Charles Philip Chan
2009-03-25 14:51       ` Robert D. Crawford
2009-03-26  4:09 ` Carsten Dominik
2009-03-26 16:43   ` Robert D. Crawford
2007-11-18 18:13 Raimund Kohl-Füchsle
2007-11-19  3:14 ` Bastien
2006-09-25 23:58 Feature Request Russell Adams
2006-09-26 12:37 ` Carsten Dominik
2006-09-27 15:09   ` Russell Adams
2007-02-08 16:05     ` Russell Adams
2007-02-08 16:46       ` Carsten Dominik

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

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=A594AD07-777B-475F-A76B-74231A72C3B2@gmail.com \
    --to=carsten.dominik@gmail.com \
    --cc=dave@boostpro.com \
    --cc=emacs-orgmode@gnu.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 public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).