emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Projects in workflow/agenda setup question
@ 2012-08-24 23:29 Nathan Neff
  2012-08-27  7:41 ` Bastien
  0 siblings, 1 reply; 2+ messages in thread
From: Nathan Neff @ 2012-08-24 23:29 UTC (permalink / raw)
  To: emacs-orgmode

I gather that lots of org-mode users have the concept of a "project" --
I mean, there's examples of a "project" agenda command in the org-mode
documentation, so this is obviously a very familiar subject.

I'm trying to get my custom agenda commands set up so that
I can do the following:

1) See projects (collections of TODOs) that are currently
"active" or "started"
2) Drill down into those projects quickly and see the remaining TODOs

Sounds simple, right?  So, I have an agenda view that looks for
headlines with the tag "project", that are in a "started" todo-state.
I've configured the "project" tag so it does not cascade/get inherited
by sub-headlines.  This
gives me a nice overview on the projects that I am currently working on.
This part works fine, and I get something like the following from my
custom agenda:

* started Project 1         :project:
* started Project 2         :project:

Now, I'd like to define a workflow for jumping to those projects and quickly
seeing what needs to be done.  In other words, any TODOs that are children
of the respective project that I'm interested in.

The problem I'm currently facing is that when I navigate to a project headline,
and run the Agenda to show me the TODOs, that the agenda doesn't show TODOs that
are scheduled.  For example, if I narrow the agenda to * Project 1 and
then press "t" to show all the TODOs, then
I only see Task 1, and I'd like to see Task 2.

* Project 1
** todo Task 1
** todo Task 2
   <scheduled blah blah>

I think that this is such a wide use-case that I would ask the mailing
list how you implement
this concept of viewing current projects and then drilling down to see
what's left to do.  I know that
Bernt Hanson has a great workflow, and I use a lot of his custom
solutions, but his project
stuff is a little over my head.

Any thoughts?  Please just post links if there's some good
conversations that I've missed on the mailing lists.

Thanks,
--Nate

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Projects in workflow/agenda setup question
  2012-08-24 23:29 Projects in workflow/agenda setup question Nathan Neff
@ 2012-08-27  7:41 ` Bastien
  0 siblings, 0 replies; 2+ messages in thread
From: Bastien @ 2012-08-27  7:41 UTC (permalink / raw)
  To: Nathan Neff; +Cc: emacs-orgmode

Hi Nathan,

Nathan Neff <nathan.neff@gmail.com> writes:

> * Project 1
> ** TODO Task 1
> ** TODO Task 2
>    <scheduled blah blah>

Hitting `C-c C-x <' on "* Project 1" then M-x org-agenda RET t
shows me all the TODO.  

Maybe you have something in your config that prevents this?

-- 
 Bastien

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-08-27  7:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-08-24 23:29 Projects in workflow/agenda setup question Nathan Neff
2012-08-27  7:41 ` Bastien

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).