Hi,

> 1.how does one specify a location where exported files go? can one set this 
> per file or perhaps per export type etc?

This can be done with defining an export backend and a little bit of
hacking (hint: `org-export-output-file-name' accepts a directory
argument) or by using projects.

> 2. can one auto export files when saved/changed etc?

Try `after-save-hook' and export asynchronously, e.g.
(org-html-export-to-html t).


> 3. i cant understand the difference so much between export and publishing, 
> apart that publishing is only for html (and not txt etc..)?

Projects can include several files and allow you to set project specific
variables. See `org-publish-project-alist'.

>
> Thanks alot
>
> Z 
>

-- 
Florian Beck

Reply via email to