org-agenda.el: Fix bug when using `org-agenda-do-date-later' in filtered agendas
commit3559ff84b244dae2109131507804b21126e0b07c
authorBastien Guerry <bzg@altern.org>
Thu, 20 Mar 2014 16:07:03 +0000 (20 17:07 +0100)
committerBastien Guerry <bzg@altern.org>
Thu, 20 Mar 2014 16:07:03 +0000 (20 17:07 +0100)
treebc986a96cdaf470445746faddc7c9468a4c75d11
parenta3ec854cabae7d02fc06ee317606771892f9f729
org-agenda.el: Fix bug when using `org-agenda-do-date-later' in filtered agendas

* org-agenda.el (org-agenda-filter-hide-line): Hide from the
beginning of the line to the beginning of the next line.
(org-agenda-show-new-time): Use `move-beginning-of-line' and
`move-end-of-line'.
(org-agenda-drag-line-forward): Adapt to the new definition of
hidden filtered lines.

Thanks to Igor Sosa Mayor for reporting this bug and to Nick Dokos
and Matt Lundin for providing further information.
lisp/org-agenda.el