emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Orgmode] How to set todo-dependencies for specific org file?


From: Giovanni Ridolfi
Subject: Re: [Orgmode] How to set todo-dependencies for specific org file?
Date: Tue, 19 Oct 2010 16:25:22 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (windows-nt)

Water Lin <address@hidden> writes:

Hi, Water Lin

> I can use
> ---------
> (setq org-enforce-todo-dependencies t)
> ---------
> to set the todo dependencies for every org file.
>
> But I don't want to use this global way. Can I set todo-dependencies for
> specific file by other way?

does this help?
----------------org-file-------
#+TYP_TODO: TODO NEXT WAIT PROJ | DONE NODO

* [2010-01-12 mar] Parent
:PROPERTIES:
:ORDERED: nil
:END:
** TODO a
** PROJ b, needs to wait for (a)
** NEXT c, needs to wait for (a) and (b)
--------------------------------

cheers,
Giovanni



reply via email to

[Prev in Thread] Current Thread [Next in Thread]