emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Org dependencies request
@ 2009-04-07 22:34 Matthew Lundin
  2009-04-08  6:44 ` Carsten Dominik
  2009-04-08 16:00 ` Carsten Dominik
  0 siblings, 2 replies; 5+ messages in thread
From: Matthew Lundin @ 2009-04-07 22:34 UTC (permalink / raw)
  To: Org Mode


I have started using dependencies in org-mode to make sure that I have
completed all todos in a project before marking it done. There are,
however, some projects that I would like to exclude from dependency
tracking. For example, I have a multi-step project for paying the rent
every month:

,----
| * PROJECT Pay Rent
|   DEADLINE: <2009-05-01 Fri +1m -10d>
|   :PROPERTIES:
|   :LOGGING:  lognoterepeat
|   :END:
| ** TODO Check bank account to make sure there's enough money for rent :computer:
|    SCHEDULED: <2009-04-20 Mon +1m>
| ** TODO Write rent check					       :home:
|    SCHEDULED: <2009-04-30 Thu +1m>
| ** Drop off rent						    :errands:
|    SCHEDULED: <2009-04-30 Thu +1m>
`----
     
I would like to be able to switch the Pay Rent project to done in order
to add a note and timestamp to mark its completion. But my global
dependency setting blocks this, since the todos below are repeating and
thus immediately get turned back to todos when they are done. Hence my
request: Would it be possible to add a property that would prevent
dependency checking on certain headlines? E.g.,

:DEPENDENCIES: t

or

:DEPENDENCIES: nil

Since we already have an ORDERED switch, I think this would be a nice
addition.

Thanks in advance for considering the request.

- Matt

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

* Re: Org dependencies request
  2009-04-07 22:34 Org dependencies request Matthew Lundin
@ 2009-04-08  6:44 ` Carsten Dominik
  2009-04-08 12:02   ` Matthew Lundin
  2009-04-08 16:00 ` Carsten Dominik
  1 sibling, 1 reply; 5+ messages in thread
From: Carsten Dominik @ 2009-04-08  6:44 UTC (permalink / raw)
  To: Matthew Lundin; +Cc: Org Mode

Hi Matt,

work-around:

C-u C-u C-u C-c C-t

will switch off all dependency checking
for the duration of this command.

- Carsten

On Apr 8, 2009, at 12:34 AM, Matthew Lundin wrote:

>
> I have started using dependencies in org-mode to make sure that I have
> completed all todos in a project before marking it done. There are,
> however, some projects that I would like to exclude from dependency
> tracking. For example, I have a multi-step project for paying the rent
> every month:
>
> ,----
> | * PROJECT Pay Rent
> |   DEADLINE: <2009-05-01 Fri +1m -10d>
> |   :PROPERTIES:
> |   :LOGGING:  lognoterepeat
> |   :END:
> | ** TODO Check bank account to make sure there's enough money for  
> rent :computer:
> |    SCHEDULED: <2009-04-20 Mon +1m>
> | ** TODO Write rent check					       :home:
> |    SCHEDULED: <2009-04-30 Thu +1m>
> | ** Drop off rent						    :errands:
> |    SCHEDULED: <2009-04-30 Thu +1m>
> `----
>
> I would like to be able to switch the Pay Rent project to done in  
> order
> to add a note and timestamp to mark its completion. But my global
> dependency setting blocks this, since the todos below are repeating  
> and
> thus immediately get turned back to todos when they are done. Hence my
> request: Would it be possible to add a property that would prevent
> dependency checking on certain headlines? E.g.,
>
> :DEPENDENCIES: t
>
> or
>
> :DEPENDENCIES: nil
>
> Since we already have an ORDERED switch, I think this would be a nice
> addition.
>
> Thanks in advance for considering the request.
>
> - Matt
>
>
> _______________________________________________
> Emacs-orgmode mailing list
> Remember: 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] 5+ messages in thread

* Re: Org dependencies request
  2009-04-08  6:44 ` Carsten Dominik
@ 2009-04-08 12:02   ` Matthew Lundin
  0 siblings, 0 replies; 5+ messages in thread
From: Matthew Lundin @ 2009-04-08 12:02 UTC (permalink / raw)
  To: Carsten Dominik; +Cc: Org Mode

Carsten Dominik <carsten.dominik@gmail.com> writes:

> work-around:
>
> C-u C-u C-u C-c C-t
>
> will switch off all dependency checking
> for the duration of this command.
>

Thanks! That will do just fine.

- Matt

> - Carsten
>
> On Apr 8, 2009, at 12:34 AM, Matthew Lundin wrote:
>
>>
>> I have started using dependencies in org-mode to make sure that I have
>> completed all todos in a project before marking it done. There are,
>> however, some projects that I would like to exclude from dependency
>> tracking. For example, I have a multi-step project for paying the rent
>> every month:
>>
>> ,----
>> | * PROJECT Pay Rent
>> |   DEADLINE: <2009-05-01 Fri +1m -10d>
>> |   :PROPERTIES:
>> |   :LOGGING:  lognoterepeat
>> |   :END:
>> | ** TODO Check bank account to make sure there's enough money for
>> rent :computer:
>> |    SCHEDULED: <2009-04-20 Mon +1m>
>> | ** TODO Write rent check					       :home:
>> |    SCHEDULED: <2009-04-30 Thu +1m>
>> | ** Drop off rent						    :errands:
>> |    SCHEDULED: <2009-04-30 Thu +1m>
>> `----
>>
>> I would like to be able to switch the Pay Rent project to done in
>> order
>> to add a note and timestamp to mark its completion. But my global
>> dependency setting blocks this, since the todos below are repeating
>> and
>> thus immediately get turned back to todos when they are done. Hence my
>> request: Would it be possible to add a property that would prevent
>> dependency checking on certain headlines? E.g.,
>>
>> :DEPENDENCIES: t
>>
>> or
>>
>> :DEPENDENCIES: nil
>>
>> Since we already have an ORDERED switch, I think this would be a nice
>> addition.
>>
>> Thanks in advance for considering the request.
>>
>> - Matt
>>
>>
>> _______________________________________________
>> Emacs-orgmode mailing list
>> Remember: 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] 5+ messages in thread

* Re: Org dependencies request
  2009-04-07 22:34 Org dependencies request Matthew Lundin
  2009-04-08  6:44 ` Carsten Dominik
@ 2009-04-08 16:00 ` Carsten Dominik
  2009-04-08 23:48   ` Matthew Lundin
  1 sibling, 1 reply; 5+ messages in thread
From: Carsten Dominik @ 2009-04-08 16:00 UTC (permalink / raw)
  To: Matthew Lundin; +Cc: Org Mode

Hi Matt,

you can now set the NOBLOCKING property to turn off blocking for  
individual entries.

- Carsten

On Apr 8, 2009, at 12:34 AM, Matthew Lundin wrote:

>
> I have started using dependencies in org-mode to make sure that I have
> completed all todos in a project before marking it done. There are,
> however, some projects that I would like to exclude from dependency
> tracking. For example, I have a multi-step project for paying the rent
> every month:
>
> ,----
> | * PROJECT Pay Rent
> |   DEADLINE: <2009-05-01 Fri +1m -10d>
> |   :PROPERTIES:
> |   :LOGGING:  lognoterepeat
> |   :END:
> | ** TODO Check bank account to make sure there's enough money for  
> rent :computer:
> |    SCHEDULED: <2009-04-20 Mon +1m>
> | ** TODO Write rent check					       :home:
> |    SCHEDULED: <2009-04-30 Thu +1m>
> | ** Drop off rent						    :errands:
> |    SCHEDULED: <2009-04-30 Thu +1m>
> `----
>
> I would like to be able to switch the Pay Rent project to done in  
> order
> to add a note and timestamp to mark its completion. But my global
> dependency setting blocks this, since the todos below are repeating  
> and
> thus immediately get turned back to todos when they are done. Hence my
> request: Would it be possible to add a property that would prevent
> dependency checking on certain headlines? E.g.,
>
> :DEPENDENCIES: t
>
> or
>
> :DEPENDENCIES: nil
>
> Since we already have an ORDERED switch, I think this would be a nice
> addition.
>
> Thanks in advance for considering the request.
>
> - Matt
>
>
> _______________________________________________
> Emacs-orgmode mailing list
> Remember: 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] 5+ messages in thread

* Re: Org dependencies request
  2009-04-08 16:00 ` Carsten Dominik
@ 2009-04-08 23:48   ` Matthew Lundin
  0 siblings, 0 replies; 5+ messages in thread
From: Matthew Lundin @ 2009-04-08 23:48 UTC (permalink / raw)
  To: Carsten Dominik; +Cc: Org Mode

Hi Carsten,

> you can now set the NOBLOCKING property to turn off blocking for
> individual entries.

Thanks. I'll use it right away!

- Matt

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

end of thread, other threads:[~2009-04-08 23:48 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-04-07 22:34 Org dependencies request Matthew Lundin
2009-04-08  6:44 ` Carsten Dominik
2009-04-08 12:02   ` Matthew Lundin
2009-04-08 16:00 ` Carsten Dominik
2009-04-08 23:48   ` Matthew Lundin

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).