emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* clarification about org-mode
@ 2007-10-11 23:49 Richard G Riley
  2007-10-12  1:05 ` Bastien
  0 siblings, 1 reply; 2+ messages in thread
From: Richard G Riley @ 2007-10-11 23:49 UTC (permalink / raw)
  To: org-mode


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

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

* Re: clarification about org-mode
  2007-10-11 23:49 clarification about org-mode Richard G Riley
@ 2007-10-12  1:05 ` Bastien
  0 siblings, 0 replies; 2+ messages in thread
From: Bastien @ 2007-10-12  1:05 UTC (permalink / raw)
  To: emacs-orgmode

Richard G Riley <rileyrgdev@googlemail.com> 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

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

end of thread, other threads:[~2007-10-12  0:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-10-11 23:49 clarification about org-mode Richard G Riley
2007-10-12  1:05 ` Bastien

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