org-agenda: Fix bug when showing the new time
commit2911965bfef9072a3031d48dfe2ea50bcb3ff9df
authorBastien Guerry <bzg@altern.org>
Wed, 6 Nov 2013 08:59:46 +0000 (6 09:59 +0100)
committerBastien Guerry <bzg@altern.org>
Wed, 6 Nov 2013 08:59:46 +0000 (6 09:59 +0100)
tree31d4712487c9797a561390e49b3e02cf137cea6c
parent06ae4f07a1c5cfd4f89a96b74234751c7e9453c5
org-agenda: Fix bug when showing the new time

* org-agenda.el (org-agenda-show-new-time): Ignore invisible
text when inserting the new time as a text property.

* org-compat.el (org-move-to-column): New argument
`ignore-invisible' to turn on `buffer-invisibility-spec'.

Thanks to Marcin Borkowski and Karl Voit for reporting this.
lisp/org-agenda.el
lisp/org-compat.el