You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
org-timeblock supports clocking in for entries that already appear in the org-timeblock view, but people that regularly log their time tend to have most of their timestamps in the form of clocks. Currently, viewing logs is not supported.
Please add the option show-log, as a custom variable. This would easily fix the limitations in visual clarity of the org-agenda.
The text was updated successfully, but these errors were encountered:
In the meantime, I have a work-around, add this to your config:
(defconst org-tsr-regexp (concat org-ts-regexp-both "\\(--?-?"
org-ts-regexp-both "\\)?")
"Regular expression matching a time stamp or time stamp range.")
It allows both active and inactive timestamps to be used by org-timeblock, inactive timestamps are essentially clock-in times.
org-timeblock supports clocking in for entries that already appear in the org-timeblock view, but people that regularly log their time tend to have most of their timestamps in the form of clocks. Currently, viewing logs is not supported.
Please add the option show-log, as a custom variable. This would easily fix the limitations in visual clarity of the org-agenda.
The text was updated successfully, but these errors were encountered: