Fix bug with updating agenda lines with correct tags.
commitff8ef0aa147f770edf765405a03ff5cee3a5de5c
authorCarsten Dominik <carsten.dominik@gmail.com>
Thu, 18 Dec 2008 08:03:06 +0000 (18 09:03 +0100)
committerCarsten Dominik <carsten.dominik@gmail.com>
Thu, 18 Dec 2008 08:03:06 +0000 (18 09:03 +0100)
treeee7f0eede7d1f82409da1f1a3bb8a781934bb511
parent821c4304c6d1de5415278d3fbff2832f24cd4af8
Fix bug with updating agenda lines with correct tags.

Updating agenda lines did display tags incorrectly, because it used
the list of tags available as a property to remake the list.  However,
that list contains down-cased versions of the tags, because all the
filtering in the agenda does ignore case in tags.

This patch implements a fresh scan for the tags each time a line is
updated, and in this way fixes the problem.  It also reverses a
previous attempt to fix a similar problem.
lisp/ChangeLog
lisp/org-agenda.el