From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: [PATCH] s in agenda saves all org-mode buffers, does not mark entry for bulk action Date: Fri, 5 Feb 2010 07:13:13 +0100 Message-ID: References: <87bpg46036.fsf@eku238261.eku.edu> <87vdecfd9y.fsf_-_@noorul.maa.corp.collab.net> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NdHRP-000830-Vx for emacs-orgmode@gnu.org; Fri, 05 Feb 2010 01:13:20 -0500 Received: from [199.232.76.173] (port=56268 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NdHRN-000826-S7 for emacs-orgmode@gnu.org; Fri, 05 Feb 2010 01:13:17 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1NdHRN-0003Ad-1m for emacs-orgmode@gnu.org; Fri, 05 Feb 2010 01:13:17 -0500 Received: from mail-ew0-f228.google.com ([209.85.219.228]:54797) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NdHRM-0003AZ-OL for emacs-orgmode@gnu.org; Fri, 05 Feb 2010 01:13:16 -0500 Received: by ewy28 with SMTP id 28so3591696ewy.8 for ; Thu, 04 Feb 2010 22:13:16 -0800 (PST) In-Reply-To: <87vdecfd9y.fsf_-_@noorul.maa.corp.collab.net> 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: Noorul Islam K M Cc: Tyler Smith , emacs-orgmode@gnu.org Applied, thanks. - Carsten On Feb 5, 2010, at 6:43 AM, Noorul Islam K M wrote: > Tyler Smith writes: > >> 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'. > > Minor documentation fix. > > Thanks and Regards > Noorul > diff --git a/doc/org.texi b/doc/org.texi > index 9acbb9e..ec9be91 100644 > --- a/doc/org.texi > +++ b/doc/org.texi > @@ -7626,7 +7626,7 @@ Jump to the running clock in another window. > @cindex remote editing, bulk, from agenda > > @kindex m > -@item s > +@item m > Mark the entry at point for bulk action. > > @kindex u > _______________________________________________ > Emacs-orgmode mailing list > Please use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode - Carsten