Hello, Robert Irelan <rire...@gmail.com> writes:
> How to reproduce: > > 1. Clock into default task. > 2. Switch to non-Org buffer (I used `*scratch*`). > 3. Type C-u M-x org-clock-info > 4. Type d to clock into default task (which is located in a buffer > that's part of my agenda). > > Clocking in will then fail with the attached backtrace. It appears that > this is happening due to a missing value for the variable > `org-complex-heading-regexp`. Clocking in from an Org mode buffer > works. I'd expect that org-clock-in would attempt to temporarily switch > to that buffer to correctly set these buffer-local variables. > > Backtrace: > > Debugger entered--Lisp error: (wrong-type-argument stringp nil) > looking-at(nil) > org-heading-components() > org-clock-in((4)) Fixed. Thank you. Regards, -- Nicolas Goaziou