emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Bernt Hansen <bernt@norang.ca>
To: Eric S Fraga <e.fraga@ucl.ac.uk>, Carsten Dominik <carsten@orgmode.org>
Cc: org-mode mailing list <emacs-orgmode@gnu.org>
Subject: Re: bug with respect to org-read-date-prefer-future
Date: Fri, 08 Oct 2010 15:01:49 -0400	[thread overview]
Message-ID: <8739sgy0de.fsf@gollum.intra.norang.ca> (raw)
In-Reply-To: <87eic0zuzj.wl%ucecesf@ucl.ac.uk> (Eric S. Fraga's message of "Fri, 08 Oct 2010 14:15:12 +0100")

Eric S Fraga <ucecesf@ucl.ac.uk> writes:

> Recently, but I cannot say for how long, I have found that dates
> entered, for instance using "j" in the standard agenda view, no longer
> choose a time/day in the future but seem to default to the current
> year.  For instance, today, typing "j 2 feb RET" (with a real space
> between 2 and feb) jumps me to 2010 February 2, not 2011.
>
>
> #+begin_src emacs-lisp :results 
> (describe-variable 'org-read-date-prefer-future)
> #+end_src
>
> #+results:
> #+begin_example
> org-read-date-prefer-future is a variable defined in `org.el'.
> Its value is time
>
> Documentation:
> Non-nil means assume future for incomplete date input from user.
> This affects the following situations:
> 1. The user gives a month but not a year.
> For example, if it is April and you enter "feb 2", this will be read
> as Feb 2, *next* year.  "May 5", however, will be this year.
> 2. The user gives a day, but no month.
> For example, if today is the 15th, and you enter "3", Org-mode will
> read this as the third of *next* month.  However, if you enter "17",
> it will be considered as *this* month.
>
> If you set this variable to the symbol `time', then also the following
> will work:
>
> 3. If the user gives a time, but no day.  If the time is before now,
> to will be interpreted as tomorrow.
>
> Currently none of this works for ISO week specifications.
>
> When this option is nil, the current day, month and year will always be
> used as defaults.
>
> You can customize this variable.
> #+end_example
>
> so according to the documentation should work as I expect but
> doesn't...  Have I misunderstood something?
>
> Thanks,
> eric
>
>
> #+begin_src emacs-lisp :results 
> (format "%s\n%s\n" (org-version) (emacs-version))
> #+end_src
>
> #+results:
> : Org-mode version 7.01trans (release_7.01h.645.g09015)
> : GNU Emacs 23.2.1 (i486-pc-linux-gnu, GTK+ Version 2.20.0)
> :  of 2010-08-14 on raven, modified by Debian

Hi Eric,

This was recently changed in commit
03b178d (Do not prefer future when jumping to a date in the agenda, 2010-09-21)
by Carsten after an offline discussion with me.

The behaviour changed for the 'j' command in the agenda only but not for
other date prompts.

The justification for this was at the start of a new month you need to
enter the year to go back to a date a week or two ago in the agenda
which seemed inconvenient.

Carsten noticed that I had set org-read-date-prefer-future to nil in
http://doc.norang.ca/org-mode.html and questioned why that was
necessary.  After a short discussion he decided to change the default
behaviour for the agenda j command only.

Please comment on whether this change is good or bad.  The docstring
should be more clear about this change if we decide to keep it.

Regards,
Bernt

  reply	other threads:[~2010-10-08 19:02 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-10-08 13:15 bug with respect to org-read-date-prefer-future Eric S Fraga
2010-10-08 19:01 ` Bernt Hansen [this message]
2010-10-08 19:27   ` Achim Gratz
2010-10-08 19:44   ` Eric S Fraga
2010-10-08 19:50     ` Bernt Hansen
2010-10-17  6:33       ` Carsten Dominik
2010-10-17 11:10         ` Eric S Fraga
2010-10-17 11:48         ` Bernt Hansen

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=8739sgy0de.fsf@gollum.intra.norang.ca \
    --to=bernt@norang.ca \
    --cc=carsten@orgmode.org \
    --cc=e.fraga@ucl.ac.uk \
    --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).