From mboxrd@z Thu Jan 1 00:00:00 1970 From: Julien Danjou Subject: [PATCH] Fix org-agenda-prefix-format docstring Date: Fri, 17 Dec 2010 15:15:59 +0100 Message-ID: <1292595359-15520-1-git-send-email-julien@danjou.info> Return-path: Received: from [140.186.70.92] (port=55268 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PTb6M-0000Kk-Pn for emacs-orgmode@gnu.org; Fri, 17 Dec 2010 09:16:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PTb6L-0004m5-72 for emacs-orgmode@gnu.org; Fri, 17 Dec 2010 09:16:06 -0500 Received: from coquelicot-s.easter-eggs.com ([213.215.37.94]:33038) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PTb6L-0004lS-0a for emacs-orgmode@gnu.org; Fri, 17 Dec 2010 09:16:05 -0500 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 Cc: Julien Danjou * org-agenda.el (org-agenda-prefix-format): Add missing `search' item in docstring. Signed-off-by: Julien Danjou --- lisp/org-agenda.el | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/lisp/org-agenda.el b/lisp/org-agenda.el index 9af3eaa..48befb2 100644 --- a/lisp/org-agenda.el +++ b/lisp/org-agenda.el @@ -1303,7 +1303,7 @@ When nil, such items are sorted as 0 minutes effort." (search . " %i %-12:c")) "Format specifications for the prefix of items in the agenda views. An alist with four entries, for the different agenda types. The keys to the -sublists are `agenda', `timeline', `todo', and `tags'. The values +sublists are `agenda', `timeline', `todo', `search' and `tags'. The values are format strings. This format works similar to a printf format, with the following meaning: -- 1.7.2.3