bug#53393: 29.0.50; org mode timestamp C-c C-c not updating day of week

2022-11-05 Thread Ihor Radchenko
Rudolf Adamkovič writes: > Ihor Radchenko writes: > >> Let's not use 00:00 times. This may fail the test in some unusual time >> zones. > > Changed to 06:00. Thanks! Applied onto main. https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=eefb14f9fa73b07cb14a0429953fa55f9c78e1cf --

bug#53393: 29.0.50; org mode timestamp C-c C-c not updating day of week

2022-11-05 Thread General discussions about Org-mode.
Ihor Radchenko writes: > Let's not use 00:00 times. This may fail the test in some unusual time > zones. Changed to 06:00. >From e39e3fa3e58963e7ef15258ed267fa9ed0de936b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rudolf=20Adamkovi=C4=8D?= Date: Thu, 3 Nov 2022 22:47:44 +0100 Subject: [PATCH] tes

bug#53393: 29.0.50; org mode timestamp C-c C-c not updating day of week

2022-11-03 Thread Ihor Radchenko
Rudolf Adamkovič writes: > Ihor Radchenko writes: > >>> recently did update the day of the week but no long does > >> Fixed on main. > > Please see the attached patch with a regression test. Thanks! > +:LOGBOOK: > +CLOCK: [2022-11-03 Thu 00:00]--[2022-11-03 Thu 00:01] => 0:01 > +:END: Let's

bug#53393: 29.0.50; org mode timestamp C-c C-c not updating day of week

2022-11-03 Thread General discussions about Org-mode.
Ihor Radchenko writes: >> recently did update the day of the week but no long does > Fixed on main. Please see the attached patch with a regression test. Rudy >From 51f1ee245a99e30402d7fd2d069d3e223ad5c15d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rudolf=20Adamkovi=C4=8D?= Date: Thu, 3 Nov 20

bug#53393: 29.0.50; org mode timestamp C-c C-c not updating day of week

2022-11-01 Thread bruce robertson
Fabulous! I keep editing these by hand. Thanks! Emacs!! On Tue, Nov 1, 2022 at 12:54 AM Ihor Radchenko wrote: > "Bruce E. Robertson" writes: > > > emacs -Q test.org > > cursor to "CLOCK:" line, C-c C-c > > total time updates but day of week does not change > > contents of test.org > > -- >

bug#53393: 29.0.50; org mode timestamp C-c C-c not updating day of week

2022-11-01 Thread Ihor Radchenko
"Bruce E. Robertson" writes: > emacs -Q test.org > cursor to "CLOCK:" line, C-c C-c > total time updates but day of week does not change > contents of test.org > -- > * heading > :LOGBOOK: > CLOCK: [2022-01-17 Tue 10:29]--[2022-01-19 Tue 10:29] => 48:00 > :END: > -- > typing C-c C-c does

Re: bug#53393: 29.0.50; org mode timestamp C-c C-c not updating day of week

2022-10-11 Thread Ihor Radchenko
No Wayman writes: > Confirmed: > > Yodel[1] Report 2022-01-22 00:19:18 > === > > --8<---cut here---start->8--- > (yodel > :save "org-bug" > :packages* org > :post* > (yodel-file "org-bug-test" > :point "|" > :with

bug#53393: 29.0.50; org mode timestamp C-c C-c not updating day of week

2022-01-25 Thread bruce robertson
FWIW, day *does* update in lines like, "SCHEDULED: <2022-01-25 Tue .+1d>". Interestingly the timestamp is angle-bracketed rather than square-bracketed. Hmm On Thu, Jan 20, 2022 at 11:13 PM Eli Zaretskii wrote: > > From: "Bruce E. Robertson" > > Date: Tue, 18 Jan 2022 10:36:22 -0800 > > > > >

Re: bug#53393: 29.0.50; org mode timestamp C-c C-c not updating day of week

2022-01-22 Thread Ihor Radchenko
"Peter Davis" writes: > Please unsubscribe my husband Peter Davis from this list. He died 3 years > ago. > > Thanks, > Donna Cantera-Davis I am sorry to hear this. To unsubscribe, feel free to follow the steps described in https://lists.gnu.org/mailman/listinfo/emacs-orgmode Look for the fol

Re: bug#53393: 29.0.50; org mode timestamp C-c C-c not updating day of week

2022-01-22 Thread Peter Davis
Hello, Please unsubscribe my husband Peter Davis from this list. He died 3 years ago. Thanks, Donna Cantera-Davis On Thu, Jan 20, 2022, at 9:07 PM, bruce robertson wrote: > Thanks. I’ll do that. Org-submit … that is. > > On Thu, Jan 20, 2022 at 5:35 PM Kyle Meyer wrote: >> [ I've reassigned

Re: bug#53393: 29.0.50; org mode timestamp C-c C-c not updating day of week

2022-01-21 Thread No Wayman
It looks like the correction of the day name in timestamps is hardcoded in `org-ctrl-c-ctrl-c': ((or `timestamp (and `planning (guard (org-at-timestamp-p 'lax (org-timestamp-change 0 'day)) `org-clock-update-time-maybe' uses a regexp to match the start and end times and ha

Re: bug#53393: 29.0.50; org mode timestamp C-c C-c not updating day of week

2022-01-21 Thread No Wayman
From: "Bruce E. Robertson" Date: Tue, 18 Jan 2022 10:36:22 -0800 emacs -Q test.org cursor to "CLOCK:" line, C-c C-c total time updates but day of week does not change contents of test.org -- * heading :LOGBOOK: CLOCK: [2022-01-17 Tue 10:29]--[2022-01-19 Tue 10:29] => 48:00 :END: -- t

bug#53393: 29.0.50; org mode timestamp C-c C-c not updating day of week

2022-01-21 Thread Eli Zaretskii
> From: "Bruce E. Robertson" > Date: Tue, 18 Jan 2022 10:36:22 -0800 > > > emacs -Q test.org > cursor to "CLOCK:" line, C-c C-c > total time updates but day of week does not change > contents of test.org > -- > * heading > :LOGBOOK: > CLOCK: [2022-01-17 Tue 10:29]--[2022-01-19 Tue 10:29] =>

bug#53393: 29.0.50; org mode timestamp C-c C-c not updating day of week

2022-01-20 Thread bruce robertson
Thanks. I’ll do that. Org-submit … that is. On Thu, Jan 20, 2022 at 5:35 PM Kyle Meyer wrote: > [ I've reassigned this bug report so that new messages will be directed > to the Org mailing list, where it's more likely to get a reply. In > the future, please consider using org-submit-bug-rep

bug#53393: 29.0.50; org mode timestamp C-c C-c not updating day of week

2022-01-20 Thread Kyle Meyer
[ I've reassigned this bug report so that new messages will be directed to the Org mailing list, where it's more likely to get a reply. In the future, please consider using org-submit-bug-report or sending a message to emacs-orgmode@gnu.org directly. ] Bruce E. Robertson writes: > emacs -Q