]> git.eshelyaron.com Git - emacs.git/commitdiff
2009-09-03 Carsten Dominik <dominik@u016822.science.uva.nl>
authorCarsten Dominik <dominik@science.uva.nl>
Thu, 3 Sep 2009 07:20:18 +0000 (07:20 +0000)
committerCarsten Dominik <dominik@science.uva.nl>
Thu, 3 Sep 2009 07:20:18 +0000 (07:20 +0000)
* org-agenda.el (org-agenda-dim-blocked-tasks): Make sure we are
referencing the start of the line.

lisp/org/ChangeLog
lisp/org/org-agenda.el

index 5b3c2f31cc0f7c19e60380e6152c97c386e45b6b..8769fde3e02b5d4d82578eef6891c83754333a1b 100644 (file)
@@ -1,5 +1,9 @@
 2009-09-03  Carsten Dominik  <dominik@u016822.science.uva.nl>
 
+       * org-protocol.el (org-protocol-store-link)
+       (org-protocol-remember, org-protocol-open-source): Remove autoload
+       cookies again.
+
        * org-agenda.el (org-agenda-dim-blocked-tasks): Make sure we are
        referencing the start of the line.
 
index c776e33c38d166f7db5203989263bbf4f77f09bd..feea27dfb1e3c9bb6f46056dea88b804fd018306 100644 (file)
@@ -2573,7 +2573,9 @@ bind it in the options section.")
                                       :from 'todo
                                       :to 'done)))))))
            (if org-blocked-by-checkboxes (setq invis1 nil))
-           (setq b (if invis1 (max (point-min) (1- (point))) (point))
+           (setq b (if invis1
+                       (max (point-min) (1- (point-at-bol)))
+                     (point-at-bol))
                  e (point-at-eol)
                  ov (org-make-overlay b e))
            (if invis1