org-publish.el (org-publish-cache-ctime-of-src): Fix reference to relative symlinks
commitf71db4e509c132b917fb5bcf37084f4e5a8504ca
authorBastien Guerry <bzg@altern.org>
Fri, 28 Sep 2012 15:07:22 +0000 (28 17:07 +0200)
committerBastien Guerry <bzg@altern.org>
Fri, 28 Sep 2012 15:07:22 +0000 (28 17:07 +0200)
treee3e840bcb36d986eff0522f9373af76d162ebdcc
parent807137acdd2ac001cf70657eba97983d0f51eb63
org-publish.el (org-publish-cache-ctime-of-src): Fix reference to relative symlinks

* org-publish.el (org-publish-cache-ctime-of-src): Delete
the base-dir argument and use (file-name-directory file) to
get the file's directory.
(org-publish-update-timestamp)
(org-publish-cache-file-needs-publishing): Call
`org-publish-cache-ctime-of-src' with only one argument.

Thanks to T.F. Torrey who suggested a fix for this.
lisp/org-publish.el