[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] Tabular overview of org-element.el
From: |
Nicolas Goaziou |
Subject: |
Re: [O] Tabular overview of org-element.el |
Date: |
Sat, 20 Apr 2013 18:34:09 +0200 |
Hello,
Thorsten Jolitz <address@hidden> writes:
> I prepared a tabular overview of org-element.el to get a better
> understanding of how Nicolas modeled and Org file, and I thought it
> might be useful for others so I share it here.
>
> I did not know where to put 'plain-link', but maybe I simply overlooked
> it in one place.
It belongs to `org-element-all-successors', which means it is
a successor. Actually, it is a dumbed down successor for links, as it
only finds plain links, i.e. links with no markup at all. E.g.,
http://orgmode.org
This is necessary as some contexts (i.e. link descriptions) can only
contain such links.
HTH,
--
Nicolas Goaziou