emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] Graph not hierarchical?


From: Brett Viren
Subject: Re: [O] Graph not hierarchical?
Date: Tue, 18 Feb 2014 12:18:48 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux)

Lawrence Bottorff <address@hidden> writes:

> being able to organize and
> extract based on your stuff being stored graph-aware would be nice,
> IMHO. 

I'm by no means an expert on this but I know org-element-parse-buffer
returns a data structure which is a directed-graph.

  http://orgmode.org/worg/org-api/org-element-api.html

Note, each node has a :parent reference which makes the data structure
circular.  Traversing it must take this feature into account.

-Brett.

Attachment: pgpY7DNa3a5Ep.pgp
Description: PGP signature


reply via email to

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