Re: [O] View inherited DEADLINEs in agenda

2012-04-11 Thread Vedang
Hi All, I had asked a similar question on StackOverflow a long time ago (http://stackoverflow.com/questions/4872088/is-there-any-way-for-subtasks-to-inherit-deadlines-in-org-mode) and one of the answers was useful to me - namely, http://stackoverflow.com/a/8920418/137430. Adding the answer here f

Re: [O] View inherited DEADLINEs in agenda

2012-04-03 Thread Bastien
Hi Fabrizio, Fabrizio Chiarello writes: > I solved by adding the following block in the agenda: This is a nice and useful hack. Can you consider adding it to Worg/org-hacks.org? If you want, just send me the .org content that I would add to org-hacks.org. Otherwise send me your public key an

Re: [O] View inherited DEADLINEs in agenda

2011-11-09 Thread Carsten Dominik
On 8.11.2011, at 23:35, Brian van den Broek wrote: > On 7 November 2011 16:29, Carsten Dominik wrote: >> >> On Nov 7, 2011, at 1:19 PM, Giovanni Ridolfi wrote: >> >>> Fabrizio Chiarello writes: >>> >>> I have many tasks with a DEADLINE, and I wish to have their subtasks to inherit

Re: [O] View inherited DEADLINEs in agenda

2011-11-08 Thread Brian van den Broek
On 7 November 2011 16:29, Carsten Dominik wrote: > > On Nov 7, 2011, at 1:19 PM, Giovanni Ridolfi wrote: > >> Fabrizio Chiarello writes: >> >> >>> I have many tasks with a DEADLINE, and I wish to have their subtasks to >>> inherit such DEADLINE. To this aim, I set: >>> >>>  (setq org-use-property

Re: [O] View inherited DEADLINEs in agenda

2011-11-07 Thread Carsten Dominik
On Nov 7, 2011, at 1:19 PM, Giovanni Ridolfi wrote: > Fabrizio Chiarello writes: > > >> I have many tasks with a DEADLINE, and I wish to have their subtasks to >> inherit such DEADLINE. To this aim, I set: >> >> (setq org-use-property-inheritance (quote ("DEADLINE"))) >> > >> The problem i

Re: [O] View inherited DEADLINEs in agenda

2011-11-07 Thread Gustav Wikström
I second this. Tt would seem logical (to me at least) that the deadline should be inherited. I.e. in order to finish the project in time one has to also finish the subtasks in time. Right now the following property is illogical from this point of view: (setq org-agenda-dim-blocked-tasks 'invis

Re: [O] View inherited DEADLINEs in agenda

2011-11-07 Thread suvayu ali
On Mon, Nov 7, 2011 at 13:19, Giovanni Ridolfi wrote: > Fabrizio Chiarello writes: > > >> I have many tasks with a DEADLINE, and I wish to have their subtasks to >> inherit such DEADLINE. To this aim, I set: >> >>   (setq org-use-property-inheritance (quote ("DEADLINE"))) >> > >> The problem is t

Re: [O] View inherited DEADLINEs in agenda

2011-11-07 Thread Giovanni Ridolfi
Fabrizio Chiarello writes: > I have many tasks with a DEADLINE, and I wish to have their subtasks to > inherit such DEADLINE. To this aim, I set: > > (setq org-use-property-inheritance (quote ("DEADLINE"))) > > The problem is that the agenda only shows deadlines for the tasks that > define th

[O] View inherited DEADLINEs in agenda

2011-11-07 Thread Fabrizio Chiarello
Hi all, I have many tasks with a DEADLINE, and I wish to have their subtasks to inherit such DEADLINE. To this aim, I set: (setq org-use-property-inheritance (quote ("DEADLINE"))) The problem is that the agenda only shows deadlines for the tasks that define them (the parent tasks) and not for