emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [Orgmode] clarification about org-mode


From: Bastien
Subject: Re: [Orgmode] clarification about org-mode
Date: Fri, 12 Oct 2007 02:05:45 +0100
User-agent: Gnus/5.110007 (No Gnus v0.7) Emacs/23.0.0 (gnu/linux)

Richard G Riley <address@hidden> 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




reply via email to

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