Trevoke/org-gtd.el

org-gtd-engage-grouped-by-context function uses tags not prefixed @.

mlmbl opened this issue · 3 comments

mlmbl commented

I think the org-gtd-engage-grouped-by-context function is a very useful implementation. I appreciate it. The only problem is that although the function documentation says that context tags are those prefixed @, the function uses all tags including those do not start with @. This causes the ATTACH tag to be listed as a context item.

Thanks, glad it's useful :)

Strange. Can you show me an example heading that shows up when it shouldn't ?

mlmbl commented

Sorry, I checked the org-gtd-tasks file myself and solved the problem. I realized that I had accidentally put an ATTACH tag on the Projects entry (the top level Projects, not the individual project headings), and when I removed it, the ATTACH tag was no longer picked up.

No worries! org-mode is a powerful and complicated beast :)