From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: Re: Proposal Keybinding: Agenda 's' - save org-agenda files Date: Sun, 03 Jan 2010 18:51:27 -0500 Message-ID: <87wrzyhhmo.fsf@gollum.intra.norang.ca> References: <87my0uydd6.fsf@mean.albasani.net> 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 1NRaEU-0006TL-IM for emacs-orgmode@gnu.org; Sun, 03 Jan 2010 18:51:38 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NRaEQ-0006Pr-AI for emacs-orgmode@gnu.org; Sun, 03 Jan 2010 18:51:38 -0500 Received: from [199.232.76.173] (port=44323 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NRaEP-0006Pm-Vj for emacs-orgmode@gnu.org; Sun, 03 Jan 2010 18:51:34 -0500 Received: from mho-02-ewr.mailhop.org ([204.13.248.72]:53243) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1NRaEP-0004qn-L2 for emacs-orgmode@gnu.org; Sun, 03 Jan 2010 18:51:33 -0500 In-Reply-To: <87my0uydd6.fsf@mean.albasani.net> (Memnon Anon's message of "Sun\, 3 Jan 2010 23\:31\:47 +0000 \(UTC\)") 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: Memnon Anon Cc: emacs-orgmode@gnu.org Memnon Anon writes: > I use orgmode all the time, so I found it sensible to use it as default > major mode with (setq default-major-mode 'org-mode). > > I just noticed that the 's' key in the agenda calls > org-save-all-org-buffers, which saves _all_ org buffers open in emacs. > > I found this behaviour to be somewhat unexpected. > > If I am working in my agenda, I am working on items that are, as I > understand it, all part of org-agenda-files, only accessing these files > with a different interface. > > I would have suspected that pressing 's' or C-x C-s in the agenda would > call something like org-save-all-agenda-files. > > Does this make sense? Maybe. I actually prefer the current behaviour since not all of my org files are in my agenda - but I want to save them all to disk after modifying some of them and pressing 's' in the agenda is a convenient way to do that. -Bernt