Ian Garmaise <ia...@phorixsol.com> writes: > Thanks for that, it is indeed true that picking a heading is a workaround. > I was confused because as far as I can tell there is no relationship > between the countdown timer and any headline. I assume you mean the > docstring for org-timer-set-timer, but maybe it is for some function in > org-agenda.el
Sorry, I've not been clear. I mean the docstring of org-timer--get-timer-title. For some reason a name gets associated with each timer. The creation of that name is done in function org-timer--get-timer-title. Called from the agenda the function trys to provide the name of the headline for the current agenda line and it raises an error in some cases when this is not possible. And you found such a case FWIW. Ciao!