Re: New note not included in org-element-parse-buffer result

2023-05-15 Thread bvchgvbt
> "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

Re: New note not included in org-element-parse-buffer result

2023-05-09 Thread Ihor Radchenko
bvchg...@mail.com writes: > I'm attempting my first non-trivial elisp and seem to be falling at the > first hurdle. > > Specifically, I am using (org-trigger-hook) to inspect a TODO->DONE state > change, and am finding that the note that I insert when the state change > is logged is not present in