From 8d6d8dc2df91ec026db8f412a02fdcd9295a4877 Mon Sep 17 00:00:00 2001 From: Carsten Dominik Date: Mon, 9 Mar 2009 08:44:36 +0100 Subject: [PATCH] Improve documentation --- lisp/ChangeLog | 4 ++++ lisp/org-agenda.el | 4 +++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index cef27c130..1995a50f9 100755 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2009-03-09 Carsten Dominik + + * org-agenda.el (org-agenda-log-mode-items): Improve docstring. + 2009-03-08 Carsten Dominik * org-exp.el (org-export-page-description) diff --git a/lisp/org-agenda.el b/lisp/org-agenda.el index 92c0a49f9..3aff83207 100644 --- a/lisp/org-agenda.el +++ b/lisp/org-agenda.el @@ -755,7 +755,9 @@ This list may contain the following symbols: closed Show entries that have been closed on that day. clock Show entries that have received clocked time on that day. - state Show all logged state changes." + state Show all logged state changes. +Note that instead of changing this variable, you can also press `C-u l' in +the agenda to display all available LOG items temporarily." :group 'org-agenda-daily/weekly :type '(set :greedy t (const closed) (const clock) (const state))) -- 2.11.4.GIT