summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2017-04-28 00:23:49 +0200
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2017-04-28 00:23:49 +0200
commit8dfcdedf44be4af8eb8ede1204d0863ea2b39b46 (patch)
treea599fd36372965b6126cc79a7dee24938fd043bf
parentda83e7d583895976a2398becbb995bcce1f729be (diff)
downloadorg-mode-8dfcdedf44be4af8eb8ede1204d0863ea2b39b46.tar.gz
org-colview: Fix agenda columns with diary entries
* lisp/org-colview.el (org-agenda-columns): Do not treat diary entries as headlines. Reported-by: "Éibhear" <eibhear.geo@gmail.com> <http://permalink.gmane.org/gmane.emacs.orgmode/113282>
-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 6a75f70..eadf6df 100644
--- a/lisp/org-colview.el
+++ b/lisp/org-colview.el
@@ -1531,8 +1531,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