Thorsten Jolitz <tjol...@gmail.com> writes: > Thorsten Jolitz <tjol...@gmail.com> writes: > > PS > >> How could I get my hands on the 'info' plist during the buffer parsing >> and save it for later use in calls like > > As far as I understand it, the 'info' plist is actually dynamically > created and modified in various stages of the export process. > > So what I really mean is probably: > > How could I get my hands on an 'info-like' plist that contains all the > tree and options information available at the moment a buffer is parsed > with `org-element-parse-buffer' - and save it for later use?
edebug-defun org-element-parse-buffer, do whatever is necessary for it to get called, and when it stops, evaluate it with ``e'' or switch to *scratch* and save it in your own variable: (setq thorsten-info info) -- Nick