Browse Source

Merge branch 'maint'

Bastien Guerry 12 years ago
parent
commit
132414b11c
2 changed files with 6 additions and 9 deletions
  1. 4 4
      doc/org.texi
  2. 2 5
      lisp/org-agenda.el

+ 4 - 4
doc/org.texi

@@ -4273,10 +4273,10 @@ The TODO may also have minimum and maximum ranges specified by using the
 syntax @samp{.+2d/3d}, which says that you want to do the task at least every
 three days, but at most every two days.
 @item
-You must also have state logging for the @code{DONE} state enabled, in order
-for historical data to be represented in the consistency graph.  If it is not
-enabled it is not an error, but the consistency graphs will be largely
-meaningless.
+You must also have state logging for the @code{DONE} state enabled
+(@pxref{Tracking TODO state changes}), in order for historical data to be
+represented in the consistency graph.  If it is not enabled it is not an
+error, but the consistency graphs will be largely meaningless.
 @end enumerate
 
 To give you an idea of what the above rules look like in action, here's an

+ 2 - 5
lisp/org-agenda.el

@@ -1883,11 +1883,8 @@ The buffer is still writable when this hook is called.")
 Agenda commands will then show existing buffer instead of generating new ones.
 When nil, `q' will kill the single agenda buffer."
   :group 'org-agenda
-  :type 'boolean
-  :set (lambda (var val)
-	 (if (boundp var)
-	     (org-toggle-sticky-agenda (if val 1 0))
-	   (set var val))))
+  ;; :version "24.3"
+  :type 'boolean)
 
 ;;;###autoload
 (defun org-toggle-sticky-agenda (&optional arg)