[Orgmode] clarification about org-mode

2007-10-11 Thread Richard G Riley

The spate of design memos about GUIDs and scheduling leads me to ask
this :

is there any concept of depends on at all at the moment in org? I
don't see it if there is. e.g its quite possible to have a level one
task complete but a level 2 one incomplete.


** DONE PHP/HTTP authentication:WEB:
   SCHEDULED: 2007-10-13 Sat
   - State TODO   [2007-10-12 Fri 01:30] \\
 get php /http authentication working
*** STARTED sub task
SCHEDULED: 2007-10-12 Fri
- State STARTED[2007-10-12 Fri 01:32] \\
  started
- State TODO   [2007-10-12 Fri 01:31] \\
  blah




___
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


Re: [Orgmode] clarification about org-mode

2007-10-11 Thread Bastien
Richard G Riley [EMAIL PROTECTED] writes:

 is there any concept of depends on at all at the moment in org? 

Not strictly, but properties are inherited:

Doing (org-entry-get (point) CATEGORY t) on a headline will fetch the
category of the parent if this category is not defined for the headline.

,[ org-entry-get ]
| Get value of property for entry at point-or-marker pom.
| If inherit is non-nil and the entry does not have the property,
| then also check higher levels of the hierarchy.
| If the property is present but empty, the return value is the empty string.
| If the property is not present at all, nil is returned.
`

 don't see it if there is. e.g its quite possible to have a level one
 task complete but a level 2 one incomplete.

Yes it possible. 

-- 
Bastien


___
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