Hi all, I notice that multiple #+PLOT lines before a table will be coalesced and handled as one. However, this is accomplished through specific code in org-plot.el that does a reverse search through the buffer for additional lines. org-element has a built-in mechanism for this, org-element-multiple-keywords. It seems like it would be useful to add PLOT to it. Can that be done? If not, is there a way to temporarily add it for an exporter (i.e. after the export is launched but before the buffer is parsed)? Thanks, Jeff