summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Guerry <bzg@altern.org>2011-08-19 15:16:38 +0200
committerBastien Guerry <bzg@altern.org>2011-08-19 15:16:38 +0200
commit54fe955c9af94dd7c32cca5efe18c9c1d1875c90 (patch)
tree937c2b57973d68fe713f5391522da095c87a1a5f
parent5239a26309bdc75288b04ebb0af5edb069837fa0 (diff)
downloadorg-mode-54fe955c9af94dd7c32cca5efe18c9c1d1875c90.tar.gz
org-agenda.el: Mention "%e" in the docstring of org-agenda-prefix-format.
* org-agenda.el (org-agenda-prefix-format): Mention "%e" in the docstring.
-rw-r--r--lisp/org-agenda.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/lisp/org-agenda.el b/lisp/org-agenda.el
index c2b111a..39e4b02 100644
--- a/lisp/org-agenda.el
+++ b/lisp/org-agenda.el
@@ -1417,6 +1417,7 @@ This format works similar to a printf format, with the following meaning:
%c the category of the item, \"Diary\" for entries from the diary,
or as given by the CATEGORY keyword or derived from the file name
+ %e the effort required by the item
%i the icon category of the item, see `org-agenda-category-icon-alist'
%T the last tag of the item (ignore inherited tags, which come first)
%t the HH:MM time-of-day specification if one applies to the entry
@@ -5683,7 +5684,8 @@ The modified list may contain inherited tags, and tags matched by
The resulting form is returned and stored in the variable
`org-prefix-format-compiled'."
(setq org-prefix-has-time nil org-prefix-has-tag nil
- org-prefix-category-length nil org-prefix-has-effort nil)
+ org-prefix-category-length nil
+ org-prefix-has-effort nil)
(let ((s (cond
((stringp org-agenda-prefix-format)
org-agenda-prefix-format)