emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Orgmode] [PATCH] Fix org-agenda-prefix-format docstring


From: Julien Danjou
Subject: [Orgmode] [PATCH] Fix org-agenda-prefix-format docstring
Date: Fri, 17 Dec 2010 15:15:59 +0100

* org-agenda.el (org-agenda-prefix-format): Add missing `search' item
  in docstring.

Signed-off-by: Julien Danjou <address@hidden>
---
 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]