[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] new to exporting: how to export to a specific location (aromatic
From: |
Florian Beck |
Subject: |
Re: [O] new to exporting: how to export to a specific location (aromatically?) |
Date: |
Mon, 18 Aug 2014 11:33:32 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.3.93 (gnu/linux) |
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