0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-08-23 18:19:20 +00:00
org-mode/lisp
Carsten Dominik ff8ef0aa14 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.
2008-12-18 09:03:06 +01:00
..
ChangeLog Fix bug with updating agenda lines with correct tags. 2008-12-18 09:03:06 +01:00
ChangeLog.01 Split ChangeLog file into parts. 2008-05-08 08:16:38 +02:00
org-agenda.el Fix bug with updating agenda lines with correct tags. 2008-12-18 09:03:06 +01:00
org-archive.el Release 6.15d. 2008-12-17 11:52:55 +01:00
org-attach.el Release 6.15d. 2008-12-17 11:52:55 +01:00
org-bbdb.el Release 6.15d. 2008-12-17 11:52:55 +01:00
org-bibtex.el Release 6.15d. 2008-12-17 11:52:55 +01:00
org-clock.el Release 6.15d. 2008-12-17 11:52:55 +01:00
org-colview-xemacs.el Release 6.15d. 2008-12-17 11:52:55 +01:00
org-colview.el Release 6.15d. 2008-12-17 11:52:55 +01:00
org-compat.el Release 6.15d. 2008-12-17 11:52:55 +01:00
org-exp.el Release 6.15d. 2008-12-17 11:52:55 +01:00
org-export-latex.el Release 6.15d. 2008-12-17 11:52:55 +01:00
org-faces.el Release 6.15d. 2008-12-17 11:52:55 +01:00
org-gnus.el Release 6.15d. 2008-12-17 11:52:55 +01:00
org-id.el Release 6.15d. 2008-12-17 11:52:55 +01:00
org-info.el Release 6.15d. 2008-12-17 11:52:55 +01:00
org-irc.el Release 6.15d. 2008-12-17 11:52:55 +01:00
org-jsinfo.el Release 6.15d. 2008-12-17 11:52:55 +01:00
org-list.el Release 6.15d. 2008-12-17 11:52:55 +01:00
org-mac-message.el Release 6.15d. 2008-12-17 11:52:55 +01:00
org-macs.el Release 6.15d. 2008-12-17 11:52:55 +01:00
org-mew.el Release 6.15d. 2008-12-17 11:52:55 +01:00
org-mhe.el Release 6.15d. 2008-12-17 11:52:55 +01:00
org-mouse.el Release 6.15d. 2008-12-17 11:52:55 +01:00
org-plot.el Release 6.15d. 2008-12-17 11:52:55 +01:00
org-publish.el Release 6.15d. 2008-12-17 11:52:55 +01:00
org-remember.el Release 6.15d. 2008-12-17 11:52:55 +01:00
org-rmail.el Release 6.15d. 2008-12-17 11:52:55 +01:00
org-table.el Release 6.15d. 2008-12-17 11:52:55 +01:00
org-timer.el Release 6.15d. 2008-12-17 11:52:55 +01:00
org-vm.el Release 6.15d. 2008-12-17 11:52:55 +01:00
org-w3m.el Release 6.15d. 2008-12-17 11:52:55 +01:00
org-wl.el Release 6.15d. 2008-12-17 11:52:55 +01:00
org.el Fix bug in menu, for tags-setting command. 2008-12-18 00:34:11 +01:00