emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Orgmode] [PATCH] Improve symlink handling in `org-babel-load-file'


From: Martin Kühl
Subject: [Orgmode] [PATCH] Improve symlink handling in `org-babel-load-file'
Date: Thu, 4 Feb 2010 12:29:01 +0100

Hi,

when `org-babel-load-file' is called on a symlink, its timestamp code
checks the modification date of the symlink instead of the file it
points to, leading it to skip tangling the source file although its
contents have been modified.

The attached patch fixes this by resolving paths with `file-truename'
before calling `file-attributes'.

Thanks,
Martin

Attachment: org-babel-load-file--symlinks.patch
Description: Binary data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]