Re: [O] revert all org buffers which changed on disk

2011-05-02 Thread Daniel Clemente
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

Re: [O] revert all org buffers which changed on disk

2011-04-28 Thread Jason Dunsmore
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

[O] revert all org buffers which changed on disk

2011-04-27 Thread Daniel Clemente
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