浏览代码

Merge branch 'hotfix-7.8.06'

Bastien Guerry 13 年之前
父节点
当前提交
138fd8e474
共有 1 个文件被更改,包括 3 次插入1 次删除
  1. 3 1
      lisp/org-colview.el

+ 3 - 1
lisp/org-colview.el

@@ -194,7 +194,9 @@ This is the compiled version of the format.")
 				   (point-at-bol) (point-at-eol)))))
 			    ;; In agenda, just get the `txt' property
 			    (org-no-properties
-			     (org-get-at-bol 'txt))))
+			     (or (org-get-at-bol 'txt)
+				 (buffer-substring
+				  (point) (progn (end-of-line) (point)))))))
 		  (assoc property props))
 	    width (or (cdr (assoc property org-columns-current-maxwidths))
 		      (nth 2 column)