Lele Gaifax <l...@metapensiero.it> writes: > Hi Ihor, > > I had some trouble testing your patches, and the outcome is still unclear to > me: apparently (again, cannot be sure this is not caused by "improper" > application of the patches) the new version of org-persist, with default value > for o-p-remote-files (100), removes any remote file from the persistent index, > without even prompting for a password.
Oops. Try: - (<= org-persist-remote-files remote-files-num)) + (>= org-persist-remote-files remote-files-num)) Best, Ihor