Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FEATURE: support org-clocking in org-timeblock mode #45

Open
tebe-nigrelli opened this issue Jan 21, 2024 · 1 comment
Open

FEATURE: support org-clocking in org-timeblock mode #45

tebe-nigrelli opened this issue Jan 21, 2024 · 1 comment

Comments

@tebe-nigrelli
Copy link

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.

@richardxday
Copy link

I also would like this feature.

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants