Carsten Dominik 17 سال پیش
والد
کامیت
9b921f8f34
2فایلهای تغییر یافته به همراه3 افزوده شده و 3 حذف شده
  1. 2 2
      lisp/org-colview.el
  2. 1 1
      lisp/org.el

+ 2 - 2
lisp/org-colview.el

@@ -1068,14 +1068,14 @@ and tailing newline characters."
 			  (get-text-property (point) 'org-marker)))
 	  (setq p (org-entry-properties m))
 
-	  (when (or (not (setq a (assoc org-time-estimates-property p)))
+	  (when (or (not (setq a (assoc org-time-estimate-property p)))
 			 (not (string-match "\\S-" (or (cdr a) ""))))
 	    ;; OK, no property gives us a value
 	    (when (and org-time-estimate-include-appointments
 		       (setq d (get-text-property (point) 'duration)))
 	      (setq d (org-minutes-to-hours d))
 	      (put-text-property 0 (length d) 'face 'org-warning d)
-	      (push (cons org-time-estimates-property d) p)))
+	      (push (cons org-time-estimate-property d) p)))
 	  (push (cons (org-current-line) p) cache))
 	(beginning-of-line 2))
       (when cache

+ 1 - 1
lisp/org.el

@@ -13569,7 +13569,7 @@ Still experimental, may disappear in the future."
 ;;; org.el ends here
 
 
-(defcustom org-time-estimates-property "Effort"
+(defcustom org-time-estimate-property "Effort"
   "The property that is being used to keep track of time estimates.
 
 - If an entry is queried for this property, the default is taken from the