emacs-orgmode
[Top][All Lists]
Advanced

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

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


From: No Wayman
Subject: Re: bug#53393: 29.0.50; org mode timestamp C-c C-c not updating day of week
Date: Sat, 22 Jan 2022 00:21:02 -0500
User-agent: mu4e 1.7.5; emacs 29.0.50


From: "Bruce E. Robertson" <brucer42@gmail.com>
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:
------
typing C-c C-c does update total log time for line and recently did
update the day of the week but no long does

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*
   "* heading"
   " :LOGBOOK:"
   " CLOCK: | [2022-01-17 Tue 10:29]--[2022-01-19 Tue 10:29]"
   " :END:" :then*
   (require 'org-clock)
   (org-clock-update-time-maybe)
   (print (buffer-string))))
--8<---------------cut here---------------end--------------->8---

STDOUT
======

Loading /tmp/org-bug/straight-bootstrap-snippet.el (source)...

"* heading
 :LOGBOOK:
 CLOCK:  [2022-01-17 Tue 10:29]--[2022-01-19 Tue 10:29] => 48:00
 :END:"

Environment
===========

- emacs version: GNU Emacs 29.0.50 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.31, cairo version 1.17.4)
of 2022-01-13
- system type: gnu/linux

Packages
========

- org https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=846226a202619866fe80667d13e9d5a105bd1eef

[1] https://www.github.com/progfolio/yodel



reply via email to

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