From: Johnson <j3soon@gapp.nthu.edu.tw>
To: emacs-orgmode@gnu.org
Subject: Bug: Incorrect weekday in The Org Manual [9.3 (release_9.3 @ /usr/share/emacs/27.1/lisp/org/)]
Date: Mon, 7 Mar 2022 03:55:30 +0800 [thread overview]
Message-ID: <b7f74d1c-b6ae-1fc0-c6a4-34db56e95b83@gapp.nthu.edu.tw> (raw)
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
next reply other threads:[~2022-03-06 19:56 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-03-06 19:55 Johnson [this message]
2022-03-28 12:30 ` Bug: Incorrect weekday in The Org Manual [9.3 (release_9.3 @ /usr/share/emacs/27.1/lisp/org/)] 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
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=b7f74d1c-b6ae-1fc0-c6a4-34db56e95b83@gapp.nthu.edu.tw \
--to=j3soon@gapp.nthu.edu.tw \
--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).