From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Bremner Subject: revert all agenda buffers Date: Tue, 10 Feb 2009 08:21:29 -0400 Message-ID: <87ocxaiit2.wl%bremner@pivot.cs.unb.ca> Reply-To: David Bremner Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LWrcQ-0003n9-Be for emacs-orgmode@gnu.org; Tue, 10 Feb 2009 07:21:38 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LWrcO-0003mN-AL for emacs-orgmode@gnu.org; Tue, 10 Feb 2009 07:21:37 -0500 Received: from [199.232.76.173] (port=45825 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LWrcN-0003m9-Qh for emacs-orgmode@gnu.org; Tue, 10 Feb 2009 07:21:35 -0500 Received: from pivot.cs.unb.ca ([131.202.240.57]:60271) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LWrcN-0000Xx-Hr for emacs-orgmode@gnu.org; Tue, 10 Feb 2009 07:21:35 -0500 Received: from bremner by pivot.cs.unb.ca with local (Exim 4.69) (envelope-from ) id 1LWrcJ-0002Zp-Ol for emacs-orgmode@gnu.org; Tue, 10 Feb 2009 08:21:31 -0400 Received: from bremner (helo=pivot.cs.unb.ca) by pivot.cs.unb.ca with local-esmtp (Exim 4.69) (envelope-from ) id 1LWrcI-0002Zi-D9 for emacs-orgmode@gnu.org; Tue, 10 Feb 2009 08:21:30 -0400 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Hi Org-wizards; I am using git to to sync my org files between various hosts. The problem is that when I update the files on disk (i.e. with a git pull) then I have to manually revert each current org buffer (or, restart emacs, like that is going to happen :-) ). It would be nice if there was an analog of org-save-all-org-buffers that reverted them all for me. Am I missing an existing solution? d