From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: revert all agenda buffers Date: Tue, 10 Feb 2009 20:24:47 +0100 Message-ID: <5A1F7173-7AB5-4AEC-A2D3-61F182E039B4@uva.nl> References: <87ocxaiit2.wl%bremner@pivot.cs.unb.ca> Mime-Version: 1.0 (Apple Message framework v930.3) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LWyE8-00030D-DR for emacs-orgmode@gnu.org; Tue, 10 Feb 2009 14:25:00 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LWyE6-0002xq-1w for emacs-orgmode@gnu.org; Tue, 10 Feb 2009 14:24:58 -0500 Received: from [199.232.76.173] (port=40750 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LWyE5-0002xl-VU for emacs-orgmode@gnu.org; Tue, 10 Feb 2009 14:24:57 -0500 Received: from ey-out-1920.google.com ([74.125.78.150]:45401) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LWyE5-0004X4-Lm for emacs-orgmode@gnu.org; Tue, 10 Feb 2009 14:24:57 -0500 Received: by ey-out-1920.google.com with SMTP id 4so300642eyg.24 for ; Tue, 10 Feb 2009 11:24:56 -0800 (PST) In-Reply-To: <87ocxaiit2.wl%bremner@pivot.cs.unb.ca> 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: David Bremner Cc: emacs-orgmode@gnu.org On Feb 10, 2009, at 1:21 PM, David Bremner wrote: > > 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? 6.22b has now `org-revert-all-org-buffers'. I consider this command slightly dangerous, so you have to confirm with "yes". - Carsten