From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jonathan Moore Subject: Mismatched help text for org-agenda Date: Fri, 13 Feb 2009 16:19:30 +0000 (UTC) Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LY0lW-0001Jw-QJ for emacs-orgmode@gnu.org; Fri, 13 Feb 2009 11:19:46 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LY0lV-0001JP-B3 for emacs-orgmode@gnu.org; Fri, 13 Feb 2009 11:19:46 -0500 Received: from [199.232.76.173] (port=57035 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LY0lU-0001JD-Sx for emacs-orgmode@gnu.org; Fri, 13 Feb 2009 11:19:44 -0500 Received: from main.gmane.org ([80.91.229.2]:40029 helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LY0lU-0000VV-En for emacs-orgmode@gnu.org; Fri, 13 Feb 2009 11:19:44 -0500 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1LY0lP-0006Hf-7I for emacs-orgmode@gnu.org; Fri, 13 Feb 2009 16:19:39 +0000 Received: from 167.203.158.142 ([167.203.158.142]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 13 Feb 2009 16:19:39 +0000 Received: from jonathanmoorephd by 167.203.158.142 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 13 Feb 2009 16:19:39 +0000 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 The help text in the definition of org-agenda is missing some functions that are resented when you call the function interactively -- compare the two text blocks below: a Call `org-agenda-list' to display the agenda for current day or week. t Call `org-todo-list' to display the global todo list. T Call `org-todo-list' to display the global todo list, select only entries with a specific TODO keyword (the user gets a prompt). m Call `org-tags-view' to display headlines with tags matching a condition (the user is prompted for the condition). M Like `m', but select only TODO entries, no ordinary headlines. L Create a timeline for the current buffer. e Export views to associated files. Press key for an agenda command: < Buffer, subtree/region restriction -------------------------------- > Remove restriction a Agenda for current week or day e Export agenda views t List of all TODO entries T Entries with special TODO kwd m Match a TAGS/PROP/TODO query M Like m, but only TODO entries L Timeline for current buffer # List stuck projects (!=configure) s Search for keywords C Configure custom agenda commands / Multi-occur Regards, Jon