Hello, Cody Goodman <codygman.consult...@gmail.com> writes:
> 4 what I want to happen > ======================= > > I want to land at the first child of the `game notes' node but clock > into the `%<%Y-%m-%d %H:%M>' node 2 levels up > > > 5 what I don't know how to do > ============================= > > 5.1 In the capture template, I don't know how I could selectively use my > own implementation of `org-clock-in' You can execute arbitrary Elisp code in a capture template: %(sexp) You can use it for side effects, i.e., clocking in the appropriate place. Regards, -- Nicolas Goaziou