Tranforming the filenames/paths during publishing is a nontrivial
problem. This would require changes to both org-publish and org
itself. One way of solving it would be to pass an association list
mapping input filenames to output filenames, this would let you bypass
the normal :publishing-directo
On 08/06/06, David O'Toole <[EMAIL PROTECTED]> wrote:
Bugfix release. Should now allow absolute filenames in the :includedirective.Thanks. It works. Just one more request, so I can use this with my files spread across many directories.
When I have (setq org-publish-project-alist (list
Bugfix release. Should now allow absolute filenames in the :include
directive.
--- Begin Message ---
Hi David,
you can use
(setq allfiles (cons (expand-file-name inc dir) allfiles))
which will cover both absolute and relative file names.
Thanks!
- Carsten
On Jun 7, 2006, at 17:25, David O'