summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2017-04-28 00:24:46 +0200
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2017-04-28 00:24:46 +0200
commit52a327e4e54d5c1743d89a7aa24fabbb1874e5dc (patch)
tree462f6bb8bd7fe31d64369e5f20d26419249796a3
parent32e1ca29335ee12ce8317c19b4d388d97e1ac74c (diff)
parent8dfcdedf44be4af8eb8ede1204d0863ea2b39b46 (diff)
downloadorg-mode-52a327e4e54d5c1743d89a7aa24fabbb1874e5dc.tar.gz
Merge branch 'maint'
-rw-r--r--lisp/org-colview.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/org-colview.el b/lisp/org-colview.el
index 1d068d3..a023f4c 100644
--- a/lisp/org-colview.el
+++ b/lisp/org-colview.el
@@ -1505,8 +1505,7 @@ PARAMS is a property list of parameters:
(goto-char (point-min))
(let (cache)
(while (not (eobp))
- (let ((m (or (org-get-at-bol 'org-hd-marker)
- (org-get-at-bol 'org-marker))))
+ (let ((m (org-get-at-bol 'org-hd-marker)))
(when m
(push (cons (line-beginning-position)
;; `org-columns-current-fmt-compiled' is