فهرست منبع

org-clock.el (org-clock-put-overlay): Minor enhancements

* org-clock.el (org-clock-put-overlay): Don't use a line of
dots anymore.  Enhance display of time.

Thanks to Noah Slater for suggesting this.
Bastien Guerry 11 سال پیش
والد
کامیت
13230e3a66
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      lisp/org-clock.el

+ 2 - 2
lisp/org-clock.el

@@ -1863,9 +1863,9 @@ will be easy to remove."
     	  tx (concat (buffer-substring (1- (point)) (point))
 		     (make-string
 		      (max 0 (- (- c (current-column))
-				(length (org-get-at-bol 'line-prefix)))) ?.)
+				(length (org-get-at-bol 'line-prefix)))) ? )
 		     (org-add-props
-			 (concat " " (org-minutes-to-clocksum-string time) " ")
+			 (format " %9s " (org-minutes-to-clocksum-string time))
 			 (list 'face 'org-clock-overlay))
 		     ""))
     (if (not (featurep 'xemacs))