* Invisible parent tasks (request)
@ 2010-10-22 12:46 Magnus Nilsson
2010-10-23 5:54 ` Carsten Dominik
2010-11-17 1:03 ` Samuel Wales
0 siblings, 2 replies; 3+ messages in thread
From: Magnus Nilsson @ 2010-10-22 12:46 UTC (permalink / raw)
To: emacs-orgmode
[-- Attachment #1.1: Type: text/plain, Size: 446 bytes --]
Dear all,
When using Getting Things Done, it would be nice to customize org-mode such
that parent tasks are not seen from the agenda view with "C-a t"...
...unless all subtasks are in a done state!
A variable like org-show-parent-tasks could perhaps be introduced.
I know that org-enforce-todo-dependencies can make the parents text gray in
the agenda view, but I haven't found a way to make the parent tasks not
show.
Any comments?
/Magnus
[-- Attachment #1.2: Type: text/html, Size: 499 bytes --]
[-- Attachment #2: Type: text/plain, Size: 201 bytes --]
_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Invisible parent tasks (request)
2010-10-22 12:46 Invisible parent tasks (request) Magnus Nilsson
@ 2010-10-23 5:54 ` Carsten Dominik
2010-11-17 1:03 ` Samuel Wales
1 sibling, 0 replies; 3+ messages in thread
From: Carsten Dominik @ 2010-10-23 5:54 UTC (permalink / raw)
To: Magnus Nilsson; +Cc: emacs-orgmode
On Oct 22, 2010, at 2:46 PM, Magnus Nilsson wrote:
> Dear all,
>
> When using Getting Things Done, it would be nice to customize org-
> mode such that parent tasks are not seen from the agenda view with
> "C-a t"...
> ...unless all subtasks are in a done state!
>
> A variable like org-show-parent-tasks could perhaps be introduced.
>
> I know that org-enforce-todo-dependencies can make the parents text
> gray in the agenda view, but I haven't found a way to make the
> parent tasks not show.
The manual says:
> If you set the variable org-agenda-dim-blocked-tasks,
> TODO entries that cannot be
> closed because of such dependencies will be shown in a
> dimmed font or even made invisible
> in agenda views (see Chapter 10 [Agenda Views], page 83).
If you look at the mentioned variable, you will find out that you
can set it to `invisible'.
- Carsten
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Invisible parent tasks (request)
2010-10-22 12:46 Invisible parent tasks (request) Magnus Nilsson
2010-10-23 5:54 ` Carsten Dominik
@ 2010-11-17 1:03 ` Samuel Wales
1 sibling, 0 replies; 3+ messages in thread
From: Samuel Wales @ 2010-11-17 1:03 UTC (permalink / raw)
To: Magnus Nilsson; +Cc: emacs-orgmode
Carsten answered, but some notes, possibly relevant, but only indirectly.
;;org-enforce-todo-dependencies is set in custom and does blocking.
;;
;;;dimming (grey or invisible tasks) is this. possibly slow and i am not
;;;sure it helps much in my case. turning it off simplifies it so that i
;;;can look at colors more. i might want to comment this out.
(setf org-agenda-dim-blocked-tasks nil)
;;what i might like instead of dimming blocked tasks is something that dims
;;any task (whether blocked or not) that has children in the same agenda
;;view. for consistency, perhaps this should be any descendent and not
;;direct children only. might be slow. this idea needs work.
;;dimming any parent in the same agenda view might be nice also.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2010-11-17 1:04 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-22 12:46 Invisible parent tasks (request) Magnus Nilsson
2010-10-23 5:54 ` Carsten Dominik
2010-11-17 1:03 ` Samuel Wales
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).