浏览代码

Merge branch 'maint'

Bastien Guerry 13 年之前
父节点
当前提交
132414b11c
共有 2 个文件被更改,包括 6 次插入9 次删除
  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
 syntax @samp{.+2d/3d}, which says that you want to do the task at least every
 three days, but at most every two days.
 three days, but at most every two days.
 @item
 @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
 @end enumerate
 
 
 To give you an idea of what the above rules look like in action, here's an
 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.
 Agenda commands will then show existing buffer instead of generating new ones.
 When nil, `q' will kill the single agenda buffer."
 When nil, `q' will kill the single agenda buffer."
   :group 'org-agenda
   :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
 ;;;###autoload
 (defun org-toggle-sticky-agenda (&optional arg)
 (defun org-toggle-sticky-agenda (&optional arg)