소스 검색

Merge branch 'maint'

Nicolas Goaziou 8 년 전
부모
커밋
ea3de7286e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      lisp/org-clock.el

+ 1 - 1
lisp/org-clock.el

@@ -679,7 +679,7 @@ If not, show simply the clocked time like 01:50."
 				   "] (" (replace-regexp-in-string "%" "%%" org-clock-heading) ")")
 			  'face 'org-mode-line-clock)))
 	  (format clockstr work-done-str))
-      (propertize (concat "[" (org-minutes-to-clocksum-string clocked-time)
+      (propertize (concat " [" (org-minutes-to-clocksum-string clocked-time)
 			  "]" (format " (%s)" org-clock-heading))
 		  'face 'org-mode-line-clock))))