Is it possible to show top level heading ("project" heading) in the agenda?
(setq org-agenda-custom-commands '(("g" todo "WAITING" nil) ("n" todo "NEXT" nil) ("i" todo "IN-PROGRESS" nil) ("w" "Agenda + In-progress + Next Actions @work" ((agenda) (todo "IN-PROGRESS") (todo "NEXT")) ((org-agenda-tag-filter-preset '("+@work")))) ("d" "Agenda + In-progress + Next Actions" ((agenda) (todo "IN-PROGRESS") (todo "NEXT"))))) Projects file is part of Getting Things Done and I have this in my .emacs:
(setq org-agenda-files '("~/Dropbox/gtd/inbox.org" "~/Dropbox/gtd/projects.org" "~/Dropbox/gtd/tickler.org")) Projects file contains headings for each project and subtrees of TODO lists. I guess I can just add a tag to each heading and filter by that tag but each heading will just appear as a TODO entry rather than a heading in the agenda.
org-search-view,org-tags-view, andorg-agenda-list. Here is a link to the org-mode manual regarding advanced searching: orgmode.org/worg/org-tutorials/advanced-searching.html . It is unclear from the question whether theprojectis defined in yourorg-todo-keywords, and it is unknown whether you tried to search for that keyword; or, whether your have a particular tag in the heading containing yourprojectthat you could search for ...; or, .... At the present, we really have no idea what theprojectis in the context of this question ...