From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: s in agenda saves all org-mode buffers, does not mark entry for bulk action Date: Thu, 04 Feb 2010 18:40:16 -0500 Message-ID: <14602.1265326816@gamaville.dokosmarshall.org> References: Reply-To: nicholas.dokos@hp.com Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NdCKg-0000r5-66 for emacs-orgmode@gnu.org; Thu, 04 Feb 2010 19:46:02 -0500 Received: from [199.232.76.173] (port=52801 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NdCKf-0000qn-SL for emacs-orgmode@gnu.org; Thu, 04 Feb 2010 19:46:01 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1NdCKe-0003Ym-5S for emacs-orgmode@gnu.org; Thu, 04 Feb 2010 19:46:01 -0500 Received: from vms173003pub.verizon.net ([206.46.173.3]:37749) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NdCKd-0003OX-Rv for emacs-orgmode@gnu.org; Thu, 04 Feb 2010 19:46:00 -0500 Received: from gamaville.dokosmarshall.org ([unknown] [173.76.32.106]) by vms173003.mailsrvcs.net (Sun Java(tm) System Messaging Server 7u2-7.02 32bit (built Apr 16 2009)) with ESMTPA id <0KXC00387CF5L328@vms173003.mailsrvcs.net> for emacs-orgmode@gnu.org; Thu, 04 Feb 2010 17:40:17 -0600 (CST) In-reply-to: Message from Markus Heller of "Thu, 04 Feb 2010 15:01:01 PST." 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: Markus Heller Cc: emacs-orgmode@gnu.org Markus Heller wrote: > I'm using org-mode version 6.34a on Windoze XP end emacs 23.1.1. > > In any agenda view, pressing s saves all org mode buffers and does not > mark the item for bulk action. I went through my .emacs and couldn't > find anything that looked like re-defining a key binding to configure > this behaviour. > > How can I find out where this faulty behavior comes from? I don't get > any error messages ... > I don't think there is faulty behavior here - if you do C-h m in the agenda buffer, you get (at least, *I* get) these bindings: B org-agenda-bulk-action ... U org-agenda-bulk-remove-all-marks ... m org-agenda-bulk-mark ... s org-save-all-org-buffers ... u org-agenda-bulk-unmark I guess you are looking for the m key? HTH, Nick