Re: [BUG] org-clock-sum: Wrong type argument: fixnump, nil [9.7-pre (release_9.6.22-1309-g8507ef @ /home/grfz/src/org-mode/lisp/)]

2024-03-28 Thread Gregor Zattler
Hi Ihor, * Ihor Radchenko [2024-03-27; 12:00 GMT]: > Gregor Zattler writes: > >>> I'd like to see the problematic timestamp to understand what might be >>> going on there. >> >> >> thanks for your instructions, I edited it a bit: >> >> "- SxII VPN vxx USB S () >>

Re: [BUG] org-clock-sum: Wrong type argument: fixnump, nil [9.7-pre (release_9.6.22-1309-g8507ef @ /home/grfz/src/org-mode/lisp/)]

2024-03-27 Thread Ihor Radchenko
Gregor Zattler writes: >> I'd like to see the problematic timestamp to understand what might be >> going on there. > > > thanks for your instructions, I edited it a bit: > > " - SxII VPN vxx USB S () > CLOCK: [2012-02-02 Do 14:00]--[2012-02-02 Do 16:00] => 2:00 >

Re: [BUG] org-clock-sum: Wrong type argument: fixnump, nil [9.7-pre (release_9.6.22-1309-g8507ef @ /home/grfz/src/org-mode/lisp/)]

2024-03-26 Thread Gregor Zattler
Hi Ihor, * Ihor Radchenko [2024-03-26; 10:27 GMT]: > Gregor Zattler writes: > >> In the file.org_archive, with point on a clock line: >> >> Debugger entered--Lisp error: (wrong-type-argument fixnump nil) >> encode-time((0 nil nil nil nil nil nil -1 nil)) >> (float-time (encode-time (list 0

Re: [BUG] org-clock-sum: Wrong type argument: fixnump, nil [9.7-pre (release_9.6.22-1309-g8507ef @ /home/grfz/src/org-mode/lisp/)]

2024-03-26 Thread Max Nikulin
On 25/03/2024 22:46, Gregor Zattler wrote: rm -rf *; git checkout -f git clean -dffx should be a bit safer. However there is still risk to lost files have not been committed to git.

Re: [BUG] org-clock-sum: Wrong type argument: fixnump, nil [9.7-pre (release_9.6.22-1309-g8507ef @ /home/grfz/src/org-mode/lisp/)]

2024-03-26 Thread Ihor Radchenko
Gregor Zattler writes: > In the file.org_archive, with point on a clock line: > > Debugger entered--Lisp error: (wrong-type-argument fixnump nil) > encode-time((0 nil nil nil nil nil nil -1 nil)) > (float-time (encode-time (list 0 (org-element--property :minute-start > timestamp nil nil)

Re: [BUG] org-clock-sum: Wrong type argument: fixnump, nil [9.7-pre (release_9.6.22-1309-g8507ef @ /home/grfz/src/org-mode/lisp/)]

2024-03-25 Thread Gregor Zattler
Hi Ihor, * Ihor Radchenko [2024-03-25; 18:20 GMT]: > Gregor Zattler writes: > >> I did >> >> rm -rf *; git checkout -f; make repro >> >> in ~/src/org-mode. make repro is very quick. >> >> Then I tested again with the above mentioned clock >> table frame and emacs command line invocation: Same

Re: [BUG] org-clock-sum: Wrong type argument: fixnump, nil [9.7-pre (release_9.6.22-1309-g8507ef @ /home/grfz/src/org-mode/lisp/)]

2024-03-25 Thread Ihor Radchenko
Gregor Zattler writes: > I did > > rm -rf *; git checkout -f; make repro > > in ~/src/org-mode. make repro is very quick. > > Then I tested again with the above mentioned clock > table frame and emacs command line invocation: Same > result. No backtrace. > > Am I missing something? Looks like

Re: [BUG] org-clock-sum: Wrong type argument: fixnump, nil [9.7-pre (release_9.6.22-1309-g8507ef @ /home/grfz/src/org-mode/lisp/)]

2024-03-25 Thread Gregor Zattler
Hi Ihor, * Ihor Radchenko [2024-03-24; 13:27 GMT]: > Gregor Zattler writes: > >> with point on the following frame for a clock table: >> >> #+BEGIN: clocktable :scope ("/home/absolute/path/file.org_archive") >> #+END: >> ... >> If instead I use a very fresh org-mode from main, specifically >> >>

Re: [BUG] org-clock-sum: Wrong type argument: fixnump, nil [9.7-pre (release_9.6.22-1309-g8507ef @ /home/grfz/src/org-mode/lisp/)]

2024-03-24 Thread Ihor Radchenko
Gregor Zattler writes: > with point on the following frame for a clock table: > > #+BEGIN: clocktable :scope ("/home/absolute/path/file.org_archive") > #+END: > ... > If instead I use a very fresh org-mode from main, specifically > > Org mode version 9.7-pre (release_9.6.22-1309-g8507ef @ >

[BUG] org-clock-sum: Wrong type argument: fixnump, nil [9.7-pre (release_9.6.22-1309-g8507ef @ /home/grfz/src/org-mode/lisp/)]

2024-03-23 Thread Gregor Zattler
Dear org-mode developers, Ihor, the following is with GNU Emacs 30.0.50 (build 1, x86_64-pc-linux-gnu, cairo version 1.16.0) of 2024-02-27 with point on the following frame for a clock table: #+BEGIN: clocktable :scope ("/home/absolute/path/file.org_archive") #+END: org-clock-report with