Gregor Zattler <telegr...@gmx.net> 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) (org-element--property :hour-start timestamp nil nil) > (org-element--property :day-start timestamp nil nil) (org-element--property > :month-start timestamp nil nil) (org-element--property :year-start timestamp > nil nil) nil -1 nil)))
This is helpful. You have some very strange timestamp. May you, when the backtrace window is active, press e (buffer-substring-no-properties (line-beginning-position -2) (line-end-position 3)) <RET> It should display text around the problematic timestamp. I'd like to see the problematic timestamp to understand what might be going on there. > seems to be somewhat truncated. Is there a way to get > it unabbreviated? Press "." (M-x backtrace-expand-ellipses) -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at <https://orgmode.org/>. Support Org development at <https://liberapay.com/org-mode>, or support my work at <https://liberapay.com/yantar92>