emacs-orgmode
[Top][All Lists]
Advanced

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

Re: org-persist cache for remote files


From: Ihor Radchenko
Subject: Re: org-persist cache for remote files
Date: Tue, 21 Dec 2021 17:03:56 +0800

Lele Gaifax <lele@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



reply via email to

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