> "Ihor Radchenko" wrote: > bvchg...@mail.com writes: > > > am finding that the note that I insert when the state change > > is logged is not present in the result of a call to > > (org-element-parse-buffer). > > The note might indeed not yet be inside the Org buffer. > `org-add-log-setup' arranges the note to be written _after_ current > command finishes (`post-command-hook').
Ah. Thank you. That explains it.