Mark Meyer <m...@ofosos.org> writes: > On 02/26/17 19:12, Nicolas Goaziou wrote: >> It is also easy in Org 9 : (org-export-get-reference headline info). See >> its use in the function above. > > I am under the impression that I don't have access to the `INFO' plist > that is required by `org-export-get-reference' - at least not from the > `:completion-function'.
Since you're writing the back-end, you don't need to use :completion-function, do you? Just write the TOC the way you like. Regards,