From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wiskey 5 Alpha Subject: Agenda views skip function hide parent projects Date: Wed, 5 Feb 2014 12:54:15 -0500 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001a11c1640ef7227e04f1ac7192 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44649) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WB6fz-0008RT-7k for emacs-orgmode@gnu.org; Wed, 05 Feb 2014 12:54:20 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WB6fy-0006vM-5s for emacs-orgmode@gnu.org; Wed, 05 Feb 2014 12:54:19 -0500 Received: from mail-qc0-x22b.google.com ([2607:f8b0:400d:c01::22b]:54660) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WB6fy-0006uv-1M for emacs-orgmode@gnu.org; Wed, 05 Feb 2014 12:54:18 -0500 Received: by mail-qc0-f171.google.com with SMTP id n7so1210903qcx.30 for ; Wed, 05 Feb 2014 09:54:15 -0800 (PST) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org --001a11c1640ef7227e04f1ac7192 Content-Type: text/plain; charset=UTF-8 Hello all. I am sure this is documented somewhere, but I cant seem to put together the correct custom agenda view to support my way of project planning I have the following todo keywords defined : TODO NEXT DONE WAIT I like to list everything as a TODO, even if sub items may be a TODO, like this ** TODO Main Test Project *** TODO Main sub project 1 **** NEXT first task *** TODO Main sub project 2 (stuck) What I would like to see is : on my projects list TODO Main sub project 1 The problem is that my project list looks like this TODO Main Test Project TODO Main sub project 1 I have some projects that are 4 levels deep, so this is quite annoying. How do I get just the "deepest" level project to show without it's parents ? here is my custom agenda view for projects ("p" "@Projects" tags-todo "-IGNORE-someday-wait/TODO" ( (org-agenda-overriding-header "@Projects") (org-agenda-tags-todo-honor-ignore-options t) (org-agenda-skip-function (lambda nil (org-agenda-skip-subtree-if (quote notregexp) "\\* NEXT") ) ) Thank you in advance -Tim --001a11c1640ef7227e04f1ac7192 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Hello all.

I am sure this is documented= somewhere, but I cant seem to put together
the correct custom ag= enda view to support my way of project planning

I = have the following todo keywords defined : TODO NEXT DONE WAIT
I like to list everything as a TODO, even if sub items may be a TODO, = like this

** TODO Main Test Project
*** TODO Main sub project 1
**** NEXT first task
*** T= ODO Main sub project 2 (stuck)

What I would like to see is :
on my pro= jects list=C2=A0
TODO Main sub project 1

The problem is that my project list looks like this
TODO Main Te= st Project
TODO Main sub project 1

I have some projects = that are 4 levels deep, so this is quite annoying. =C2=A0How do=C2=A0
=
I get just the "deepest" level project to show without it= 9;s parents ?

here is my custom agenda view for projects
("p" "@Projects" tags-todo "-IGN= ORE-someday-wait/TODO"
(
=C2=A0(org-agenda-= overriding-header "@Projects")
=C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0 (org-agenda-tags-todo-honor-ignore-options t)
=C2=A0 =C2=A0(org-agenda-skip-fu= nction
=C2=A0 (lambda nil=
=C2=A0 =C2= =A0 (org-agenda-skip-subtree-if (quote notregexp) "\\* NEXT")
=C2=A0 =C2=A0 )<= br>
=C2=A0 )

Thank you in advance

-= Tim
--001a11c1640ef7227e04f1ac7192--