unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
* Multi-Parent Node -2
@ 2009-07-20 15:01 aartist
  2009-07-20 15:55 ` Bastien
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: aartist @ 2009-07-20 15:01 UTC (permalink / raw)
  To: help-gnu-emacs

Before sometime, I asked if it is possible to have multi-parent node
in org-mode.
The answer was 'NO' because it is a hierarchical  structure.  I assume
that with 'link' mechanism, it might be possible.



I like to know, if it is possible to have multi-parent nodes at all in
emacs, not restricting to org-mode.








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

* Re: Multi-Parent Node -2
  2009-07-20 15:01 Multi-Parent Node -2 aartist
@ 2009-07-20 15:55 ` Bastien
  2009-07-20 16:01 ` Lennart Borgman
       [not found] ` <mailman.2848.1248105675.2239.help-gnu-emacs@gnu.org>
  2 siblings, 0 replies; 5+ messages in thread
From: Bastien @ 2009-07-20 15:55 UTC (permalink / raw)
  To: aartist; +Cc: help-gnu-emacs

aartist <aartist@gmail.com> writes:

> Before sometime, I asked if it is possible to have multi-parent node
> in org-mode.
> The answer was 'NO' because it is a hierarchical  structure.  I assume
> that with 'link' mechanism, it might be possible.

Yes.

> I like to know, if it is possible to have multi-parent nodes at all in
> emacs, not restricting to org-mode.

What would that mean?  Can you describe a use case?

-- 
 Bastien




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

* Re: Multi-Parent Node -2
  2009-07-20 15:01 Multi-Parent Node -2 aartist
  2009-07-20 15:55 ` Bastien
@ 2009-07-20 16:01 ` Lennart Borgman
       [not found] ` <mailman.2848.1248105675.2239.help-gnu-emacs@gnu.org>
  2 siblings, 0 replies; 5+ messages in thread
From: Lennart Borgman @ 2009-07-20 16:01 UTC (permalink / raw)
  To: aartist; +Cc: help-gnu-emacs

On Mon, Jul 20, 2009 at 5:01 PM, aartist<aartist@gmail.com> wrote:
> Before sometime, I asked if it is possible to have multi-parent node
> in org-mode.
> The answer was 'NO' because it is a hierarchical  structure.

The answer was rather that org-mode nodes only can have one org-mode parent.


> I assume
> that with 'link' mechanism, it might be possible.

Yes, of course.


> I like to know, if it is possible to have multi-parent nodes at all in
> emacs, not restricting to org-mode.

You mean if someone already have written something for this special
type of graph? (It is kind of bidirectional trees, don't know what it
is commonly called.)

EmacsWiki is your friend then: http://www.emacswiki.org/

I went there and searched for "graph". Not very much, but maybe COGRE
and graphviz contains something useful for you. Not sure.




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

* Re: Multi-Parent Node -2
       [not found] ` <mailman.2848.1248105675.2239.help-gnu-emacs@gnu.org>
@ 2009-07-20 20:34   ` skyspace
  2009-07-21  6:10     ` Bastien
  0 siblings, 1 reply; 5+ messages in thread
From: skyspace @ 2009-07-20 20:34 UTC (permalink / raw)
  To: help-gnu-emacs

On Jul 20, 12:01 pm, Lennart Borgman <lennart.borg...@gmail.com>
wrote:
> On Mon, Jul 20, 2009 at 5:01 PM, aartist<aart...@gmail.com> wrote:
> > Before sometime, I asked if it is possible to have multi-parent node
> > in org-mode.
> > The answer was 'NO' because it is a hierarchical  structure.
>
> The answer was rather that org-mode nodes only can have one org-mode parent.
>
> > I assume
> > that with 'link' mechanism, it might be possible.
>
> Yes, of course.
>
> > I like to know, if it is possible to have multi-parent nodes at all in
> > emacs, not restricting to org-mode.
>
> You mean if someone already have written something for this special
> type of graph? (It is kind of bidirectional trees, don't know what it
> is commonly called.)
>
> EmacsWiki is your friend then:http://www.emacswiki.org/
>
> I went there and searched for "graph". Not very much, but maybe COGRE
> and graphviz contains something useful for you. Not sure.

Actually I wanted to mimic the structure of the 'TheBrain' program.
(http://www.thebrain.com) .  My idea was to arrange the information
linking in better way. The 'tag' mechanism of org-mode provides this
in a way, but a visual linking  can  become more useful.

For example, tagging a node, would bring all nodes with that tag
together and display in other-window.


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

* Re: Multi-Parent Node -2
  2009-07-20 20:34   ` skyspace
@ 2009-07-21  6:10     ` Bastien
  0 siblings, 0 replies; 5+ messages in thread
From: Bastien @ 2009-07-21  6:10 UTC (permalink / raw)
  To: skyspace; +Cc: help-gnu-emacs

skyspace <aartist@gmail.com> writes:

> Actually I wanted to mimic the structure of the 'TheBrain' program.
> (http://www.thebrain.com) .  My idea was to arrange the information
> linking in better way. The 'tag' mechanism of org-mode provides this
> in a way, but a visual linking  can  become more useful.

You can already use Org with freemind, check the contrib/ directory of
org-mode.  You will just have a tree-like graph but this is a good way
to think of what we need for a more "rhizomic" graph.

> For example, tagging a node, would bring all nodes with that tag
> together and display in other-window.

Well, Org allows you to do that...  with the agenda view.

The agenda view is not as sparkling as an interactive mindmap but still,
it lets you navigate through things easily :)

For further discussion on how to make Org more friendly to mindmapping
software, please bring this discussion to the orgmode mailing list.

Thanks!

-- 
 Bastien




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

end of thread, other threads:[~2009-07-21  6:10 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-20 15:01 Multi-Parent Node -2 aartist
2009-07-20 15:55 ` Bastien
2009-07-20 16:01 ` Lennart Borgman
     [not found] ` <mailman.2848.1248105675.2239.help-gnu-emacs@gnu.org>
2009-07-20 20:34   ` skyspace
2009-07-21  6:10     ` Bastien

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