Here goes the completeness...

Nicolas Goaziou <m...@nicolasgoaziou.fr> writes:

> For completeness, if you're working at the local level (i.e. with
> `org-element-at-point'), available accessors are

with `org-element-at-point' or `org-element-context'

>   - `org-element-type'
>   - `org-element-property'
>
> When you're working at the global level (i.e. with
> `org-element-parse-buffer'), you get another accessor,
> `org-element-contents',

In fact, new accessors are

  - `org-element-contents'
  - `org-element-map'

> and some tools to modify the parse tree
>
>   - `org-element-put-property'
>   - `org-element-adopt-element'
>   - `org-element-insert-before'
>   - `org-element-extract-element'
>   - `org-element-set-element'

Reply via email to