From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chris Gray Subject: argument to org-revert-all-org-buffers Date: Tue, 16 Jun 2009 09:48:21 +0200 Message-ID: <867hzc4o1m.fsf@portan.ibr.cs.tu-bs.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MGTPQ-0004Ia-6f for emacs-orgmode@gnu.org; Tue, 16 Jun 2009 03:48:44 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MGTPL-0004Hx-QG for emacs-orgmode@gnu.org; Tue, 16 Jun 2009 03:48:43 -0400 Received: from [199.232.76.173] (port=44375 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MGTPL-0004Hu-Je for emacs-orgmode@gnu.org; Tue, 16 Jun 2009 03:48:39 -0400 Received: from main.gmane.org ([80.91.229.2]:33788 helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MGTPL-0007oy-3k for emacs-orgmode@gnu.org; Tue, 16 Jun 2009 03:48:39 -0400 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1MGTPH-0003rp-1R for emacs-orgmode@gnu.org; Tue, 16 Jun 2009 07:48:35 +0000 Received: from portan.ibr.cs.tu-bs.de ([134.169.34.77]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 16 Jun 2009 07:48:35 +0000 Received: from chrismgray by portan.ibr.cs.tu-bs.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 16 Jun 2009 07:48:35 +0000 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 Hello, I think it would be nice if org-revert-all-org-buffers took an argument so that it worked non-interactively when the argument is non-nil. This would mirror the function save-some-buffers, so that one can do something like: emacsclient -e "(save-some-buffers t)" git pull emacsclient -e "(org-revert-all-org-buffers t)" from a script. Cheers, Chris