Bernt Hansen <[email protected]> wrote: > Nick Dokos <[email protected]> writes: > > > Bernt Hansen <[email protected]> wrote: > > > >> Is it possible to use the new exporter for publishing (org-publish-*) > >> versus standalone exports? > >> > > > > That's a very good question: I don't know. > > > > Nick > > Oops, wrong Nick :) > > Adding ngz. >
It's still a very good question :-) A quick look at org-publish shows code like this: ,---- | (funcall (intern (concat "org-export-as-" format)) | (plist-get plist :headline-levels) | nil plist nil | (plist-get plist :body-only) | pub-dir) `---- so I suspect it's not possible at the moment. Nick (still the wrong Nick :-))
