Hello, Thorsten Jolitz <tjol...@gmail.com> 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