El Thu, 28 Apr 2011 18:01:04 -0500 Jason Dunsmore va escriure:
> > org-revert-all-org-buffers loads all buffers from disk even if they
> > didn't change.
>
> FYI, there's also a package called revbufs:
> http://www.neilvandyke.org/revbufs/revbufs.el
>
That's very useful, thanks.
I think
Daniel Clemente writes:
> Hi.
> org-revert-all-org-buffers loads all buffers from disk even if they didn't
> change.
FYI, there's also a package called revbufs:
http://www.neilvandyke.org/revbufs/revbufs.el
Although it's not specific to org files.
Regards,
Jason
Hi.
org-revert-all-org-buffers loads all buffers from disk even if they didn't
change. This can be very slow if you have hundreds of org files. The code below
adds an extra check to only revert files which changed (according to
verify-visited-file-modtime).
It may be better to have only one