emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Bug: Incorrect weekday in The Org Manual [9.3 (release_9.3 @ /usr/share/


From: Johnson
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
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Thunderbird/91.6.1

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]