Re: [O] [PATCH] Fix for relative symlinks in subdirectories

2012-09-28 Thread Bastien
Hi, tftor...@tftorrey.com (T.F. Torrey) writes: > The attached patch modifiies org-publish-cache-ctime-of-src to use the > dir of the current file as the base-dir instead of simply the project > base-dir. I applied a modified version of your patch, removing useless base-dir argument. Thanks for

[O] [PATCH] Fix for relative symlinks in subdirectories

2012-09-02 Thread T.F. Torrey
Hello all, When publishing a project that contains relative symlinks in subdirectories, org-publish-cache-ctime-of-src mistakenly connects the true file name with the base-dir of the project instead of the symlink, causing an error when the linked file is in a subdirectory and not the base-dir. T