From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tyler Smith Subject: Re: s in agenda saves all org-mode buffers, does not mark entry for bulk action Date: Thu, 04 Feb 2010 19:57:50 -0500 Message-ID: <877hqs5wj5.fsf@eku238261.eku.edu> References: <87bpg46036.fsf@eku238261.eku.edu> 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 1NdCWU-00060l-Eu for emacs-orgmode@gnu.org; Thu, 04 Feb 2010 19:58:14 -0500 Received: from [199.232.76.173] (port=42703 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NdCWT-00060F-SJ for emacs-orgmode@gnu.org; Thu, 04 Feb 2010 19:58:13 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1NdCWS-0005bJ-Ht for emacs-orgmode@gnu.org; Thu, 04 Feb 2010 19:58:13 -0500 Received: from lo.gmane.org ([80.91.229.12]:37105) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NdCWS-0005bF-6R for emacs-orgmode@gnu.org; Thu, 04 Feb 2010 19:58:12 -0500 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1NdCWP-0002kX-3y for emacs-orgmode@gnu.org; Fri, 05 Feb 2010 01:58:09 +0100 Received: from cpe-76-177-51-182.natcky.res.rr.com ([cpe-76-177-51-182.natcky.res.rr.com]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 05 Feb 2010 01:58:09 +0100 Received: from tyler.smith by cpe-76-177-51-182.natcky.res.rr.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 05 Feb 2010 01:58:09 +0100 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 Markus Heller writes: > On 2/4/2010 3:41 PM, Tyler Smith wrote: >> Markus Heller writes: >> >>> 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 think that's a bug in the documentation. `m' is the default key for >> marking items for bulk action, hard-coded into org-agenda.el. The info >> page lists s as the key for both `save all org buffers' and `mark for bulk >> action'. > > Ah, `m' does the trick! Thanks for pointing this out, Tyler! > > One more question: How can I access the info list you're talking about? > `C-h i' will open the info system, which will give you a window listing all the help files for your Emacs installation. Move the cursor to `Org Mode' and press enter. Alternatively, press m org. That brings you to the menu for the org-info manual. The info regarding the agenda view is in section 10, titled, funnily enough, `Agenda Views'. Cheers, Tyler