sparedwhistle

u/sparedwhistle@lemmy.ml
2 posts · 4 comments

Recent posts

Recent comments

I think I've figured it out.
:clock-in t is intended for capturing the time you spend on writing the item. So the clock starts as soon as you start writing/capturing, and ends as soon as you C-c C-c to finilize/stop-writing.
if you want the clock to keep running after finalizing, you need to use :clock-in t :clock-keep t.