Fix org-refile-cache-check-set
commitbb912d6d7cd2f73bdabd65197feebe8c5990e004
authorMatt Lundin <mdl@imapmail.org>
Sat, 22 May 2010 08:53:26 +0000 (22 08:53 +0000)
committerJohn Wiegley <johnw@newartisans.com>
Wed, 26 May 2010 20:14:47 +0000 (26 14:14 -0600)
tree7f4be561c0736a9a51bd9194b70d929be63d9e18
parent4c6012f831e918dd74b498b18e37fc49410ad925
Fix org-refile-cache-check-set

Org-refile-cache fails when org-refile-use-outline-path is set to file.
Specifically, org-refile-cache-check-set throws a markerp error when it
encounters file targets, since they have nil instead a marker object.
This patch applies the test only to targets with markers (i.e.,
headings).
lisp/org.el