Marcin Borkowski <mb...@wmi.amu.edu.pl> writes: > What I find especially missing is: documenting the underlying data > structures (and overall architecture – in fact, I was thinking today > about writing a blog post about the main entry points to the exporter, > but this will probably have to wait a week or two), and a way to debug > it. While generating a data structure for an element is easy > (org-element-at-point), the `info' parameter is rather mysterious for me > (yet). I guess I'll have to run a few exporter functions through edebug > or something...
`info' contents are almost completely explained in the reference documentation ("The Communication Channel" section). Missing properties are those used as a cache in various functions (e.g. :resolve-fuzzy-link-cache for `org-export-resolve-fuzzy-link'). Regards,