org-agenda: Fix small bug
commit10a3d601ecd9359b57a42adbd5a1ff7cc16bb6e8
authorNicolas Goaziou <mail@nicolasgoaziou.fr>
Tue, 27 Oct 2015 22:45:37 +0000 (27 23:45 +0100)
committerNicolas Goaziou <mail@nicolasgoaziou.fr>
Wed, 28 Oct 2015 13:48:48 +0000 (28 14:48 +0100)
tree62b5ef8a185487208b6491eca1c7fe15f0b45602
parentc29eee483611ee18eb68e30ab5658501109beee9
org-agenda: Fix small bug

* lisp/org-agenda.el (org-agenda-get-day-entries): Rewrite function to
  avoid O(n^2) complexity.  Also fix empty deadline list passed as
  argument when :deadline (or :deadline*) is not the first symbol.
lisp/org-agenda.el