help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: Multi-Parent Nodes in org-mode


From: Bastien
Subject: Re: Multi-Parent Nodes in org-mode
Date: Thu, 16 Jul 2009 23:44:53 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux)

aartist <aartist@gmail.com> writes:

> I like to have the nodes in org-mode that can have multiple parents.
>
> A : 1,2
> B : 1,3
> C:  2,3,4
>
> The above should easily be transferred too.
>
> 1 ! A,B
> 2 ! A,C
> 3 ! B,C
> 4 ! C

I don't see how to do it with a tree structure, and Org-mode is very
tree-oriented.  

Maybe we can emulate this by having just a flat list of tasks and by
adding two properties :Parents: and :Children:, each one indexing the
parents' ids and the children ids.  But I don't see clearly how useful
it would be.  

Maybe you have something specific in mind?

> Also somehow I should be able to see linking of parent-child  nodes,
> which I should be able to export in Flash or HTML.
>
> Program generating drawing links may require some intelligence, but
> with 2 levels it shouldn't be very difficult.

-- 
 Bastien




reply via email to

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