* Bug: Incorrect weekday in The Org Manual [9.3 (release_9.3 @ /usr/share/emacs/27.1/lisp/org/)]
@ 2022-03-06 19:55 Johnson
2022-03-28 12:30 ` Bastien
0 siblings, 1 reply; 2+ messages in thread
From: Johnson @ 2022-03-06 19:55 UTC (permalink / raw)
To: emacs-orgmode
I'm contributing to an org file python parser to correctly parse
repeating timestamps, and uses the samples in The Org Manual as test cases.
I came across a minor typo in Section 8.3.2 Repeated tasks:
https://orgmode.org/manual/Repeated-tasks.html
The sample has a date on 2019/04/05, and says it is Sunday:
```
** TODO Wash my hands
DEADLINE: <2019-04-05 08:00 Sun .+1h>
Marking this DONE shifts the date to exactly one hour from now.
```
But 2019/04/05 is in fact Friday:
```
** TODO Wash my hands
DEADLINE: <2019-04-05 Fri 08:00 .+1h>
Marking this DONE shifts the date to exactly one hour from now.
```
--
Sincerely,
Johnson
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Bug: Incorrect weekday in The Org Manual [9.3 (release_9.3 @ /usr/share/emacs/27.1/lisp/org/)]
2022-03-06 19:55 Bug: Incorrect weekday in The Org Manual [9.3 (release_9.3 @ /usr/share/emacs/27.1/lisp/org/)] Johnson
@ 2022-03-28 12:30 ` Bastien
0 siblings, 0 replies; 2+ messages in thread
From: Bastien @ 2022-03-28 12:30 UTC (permalink / raw)
To: Johnson; +Cc: emacs-orgmode
Hi,
Johnson <j3soon@gapp.nthu.edu.tw> writes:
> But 2019/04/05 is in fact Friday:
>
> ```
> ** TODO Wash my hands
> DEADLINE: <2019-04-05 Fri 08:00 .+1h>
> Marking this DONE shifts the date to exactly one hour from now.
> ```
Fixed, thanks!
--
Bastien
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-03-28 12:33 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-03-06 19:55 Bug: Incorrect weekday in The Org Manual [9.3 (release_9.3 @ /usr/share/emacs/27.1/lisp/org/)] Johnson
2022-03-28 12:30 ` Bastien
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).