Re: [O] Tabular overview of org-element.el

2013-04-20 Thread Thorsten Jolitz
Nicolas Goaziou writes: >> To keep the system consistent, there should be two types of link objects >> ('plain-link' and 'decorated-link') that are both successors too, and >> maybe additionally a successor category 'link' that can be applied when >> distinction between the two link object-types

Re: [O] Tabular overview of org-element.el

2013-04-20 Thread Nicolas Goaziou
Thorsten Jolitz writes: > So in fact there are link objects that might belong to 'decorated-link' > or 'plain-link', but this has not been made explicit because there is > only one special case where its not sufficient to simply use super-type > 'link'. That and the fact that it was introduced v

Re: [O] Tabular overview of org-element.el

2013-04-20 Thread Thorsten Jolitz
Nicolas Goaziou writes: > Thorsten Jolitz writes: > >> Nicolas Goaziou writes: >> >>> Hello, >>> >>> Thorsten Jolitz 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 fo

Re: [O] Tabular overview of org-element.el

2013-04-20 Thread Nicolas Goaziou
Thorsten Jolitz writes: > Nicolas Goaziou writes: > >> Hello, >> >> Thorsten Jolitz 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. >>> >>>

Re: [O] Tabular overview of org-element.el

2013-04-20 Thread Thorsten Jolitz
Nicolas Goaziou writes: > Hello, > > Thorsten Jolitz 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-lin

Re: [O] Tabular overview of org-element.el

2013-04-20 Thread Nicolas Goaziou
Hello, Thorsten Jolitz 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 > i