From mboxrd@z Thu Jan 1 00:00:00 1970 From: Markus Heller Subject: Re: s in agenda saves all org-mode buffers, does not mark entry for bulk action Date: Thu, 04 Feb 2010 16:57:08 -0800 Message-ID: References: <14602.1265326816@gamaville.dokosmarshall.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NdCVo-0005fU-Ee for emacs-orgmode@gnu.org; Thu, 04 Feb 2010 19:57:32 -0500 Received: from [199.232.76.173] (port=42688 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NdCVo-0005fF-47 for emacs-orgmode@gnu.org; Thu, 04 Feb 2010 19:57:32 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1NdCVn-0005Sp-CB for emacs-orgmode@gnu.org; Thu, 04 Feb 2010 19:57:31 -0500 Received: from lo.gmane.org ([80.91.229.12]:36755) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NdCVn-0005Sj-14 for emacs-orgmode@gnu.org; Thu, 04 Feb 2010 19:57:31 -0500 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1NdCVk-0002IH-Gi for emacs-orgmode@gnu.org; Fri, 05 Feb 2010 01:57:28 +0100 Received: from 142.103.191.98 ([142.103.191.98]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 05 Feb 2010 01:57:28 +0100 Received: from hellerm2 by 142.103.191.98 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 05 Feb 2010 01:57:28 +0100 In-Reply-To: <14602.1265326816@gamaville.dokosmarshall.org> 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 On 2/4/2010 3:40 PM, Nick Dokos wrote: > 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 Hi Nick, I was looking for the `m' key. I do get the same output as you. As Tyler pointed out, this seems to be a bug in the docu. Thanks and Cheers Markus