org-mode/lisp
Carsten Dominik 3a959f9d30 Agenda: Fix bug with tag inheritance
Jeff Mickey writes:

>  Hey all,
>
>  To reproduce:
>
>  * TODO Make Bicycle :project:workshop:
>  ** TODO Buy stuff
>  ** TODO Build stuff
>  ** TODO Test stuff
>
>  (setq org-use-tag-inheritance t)
>  (setq org-tags-exclude-from-inheritance '("project"))
>
>  <C-a m> to type in a match string to search, I type in "project"
>
>  I expected to see:
>  TODO Make Bicycle
>
>  I saw:
>  TODO Make Bicycle
>  .TODO Buy stuff
>  .TODO Build stuff
>  .TODO Test stuff
>
>  I assume this isn't what is supposed to happen.  I'm currently at work
>  so I can't investigate and provide a diff, but it seems like there
>  needs to be a check in org.el:10144:org-get-tags-at to remove tags
>  that are explicitly excluded from inheritance.

This commit fixes the bug.
2009-03-04 09:11:39 +01:00
..
ChangeLog Agenda: Fix bug with tag inheritance 2009-03-04 09:11:39 +01:00
ChangeLog.01 Split ChangeLog file into parts. 2008-05-08 08:16:38 +02:00
org-agenda.el Documentation fixes 2009-03-03 18:27:11 +01:00
org-archive.el Archive: Fix bug when archiving to top-level 2009-02-27 16:48:43 +01:00
org-attach.el Push version number to 6.23trans 2009-02-26 21:32:04 +01:00
org-bbdb.el Docs: Improve documentation for BBDB anniversaries 2009-02-27 08:27:44 +01:00
org-bibtex.el Push version number to 6.23trans 2009-02-26 21:32:04 +01:00
org-clock.el Bugfix: Better indentation for new clock/logbook drawers 2009-03-02 06:41:29 +01:00
org-colview-xemacs.el Push version number to 6.23trans 2009-02-26 21:32:04 +01:00
org-colview.el Push version number to 6.23trans 2009-02-26 21:32:04 +01:00
org-compat.el Push version number to 6.23trans 2009-02-26 21:32:04 +01:00
org-exp.el Export: Make validation link fully configurable 2009-03-03 14:06:39 +01:00
org-export-latex.el Push version number to 6.23trans 2009-02-26 21:32:04 +01:00
org-faces.el Priorities: Allow specific faces for priority cookies 2009-03-03 12:44:53 +01:00
org-footnote.el Push version number to 6.23trans 2009-02-26 21:32:04 +01:00
org-gnus.el Push version number to 6.23trans 2009-02-26 21:32:04 +01:00
org-id.el Push version number to 6.23trans 2009-02-26 21:32:04 +01:00
org-info.el Push version number to 6.23trans 2009-02-26 21:32:04 +01:00
org-irc.el Push version number to 6.23trans 2009-02-26 21:32:04 +01:00
org-jsinfo.el Push version number to 6.23trans 2009-02-26 21:32:04 +01:00
org-list.el Lists: No automatic empty lines if empty lines terminate the list 2009-02-26 22:30:23 +01:00
org-mac-message.el Push version number to 6.23trans 2009-02-26 21:32:04 +01:00
org-macs.el Push version number to 6.23trans 2009-02-26 21:32:04 +01:00
org-mew.el Push version number to 6.23trans 2009-02-26 21:32:04 +01:00
org-mhe.el Push version number to 6.23trans 2009-02-26 21:32:04 +01:00
org-mouse.el Push version number to 6.23trans 2009-02-26 21:32:04 +01:00
org-plot.el Push version number to 6.23trans 2009-02-26 21:32:04 +01:00
org-publish.el Publishing: Fix bug with finding project for a file. 2009-02-26 22:18:16 +01:00
org-remember.el Push version number to 6.23trans 2009-02-26 21:32:04 +01:00
org-rmail.el Push version number to 6.23trans 2009-02-26 21:32:04 +01:00
org-table.el Push version number to 6.23trans 2009-02-26 21:32:04 +01:00
org-timer.el Push version number to 6.23trans 2009-02-26 21:32:04 +01:00
org-vm.el Push version number to 6.23trans 2009-02-26 21:32:04 +01:00
org-w3m.el Push version number to 6.23trans 2009-02-26 21:32:04 +01:00
org-wl.el Push version number to 6.23trans 2009-02-26 21:32:04 +01:00
org.el Agenda: Fix bug with tag inheritance 2009-03-04 09:11:39 +01:00