org-element-object-restrictions

org-element-object-restrictions is a variable defined in `org-element.el'.
Its value is shown below.
  • This variable may be risky if used as a file-local variable.

Documentation:
Alist of objects restrictions.

CAR is an element or object type containing objects and CDR is
a list of successors that will be called within an element or
object of such type.

For example, in a `radio-target' object, one can only find
entities, latex-fragments, subscript, superscript and text
markup.

This alist also applies to secondary string. For example, an
`headline' type element doesn't directly contain objects, but
still has an entry since one of its properties (`:title') does.

Value:

((bold link export-snippet footnote-reference inline-babel-call inline-src-block latex-or-entity line-break macro radio-target statistics-cookie sub/superscript target text-markup timestamp) (footnote-reference link export-snippet footnote-reference inline-babel-call inline-src-block latex-or-entity line-break macro radio-target statistics-cookie sub/superscript target text-markup timestamp) (headline link export-snippet footnote-reference inline-babel-call inline-src-block latex-or-entity macro radio-target statistics-cookie sub/superscript target text-markup timestamp) (inlinetask link export-snippet footnote-reference inline-babel-call inline-src-block latex-or-entity macro radio-target statistics-cookie sub/superscript target text-markup timestamp) (italic link export-snippet footnote-reference inline-babel-call inline-src-block latex-or-entity line-break macro radio-target statistics-cookie sub/superscript target text-markup timestamp) (item link export-snippet footnote-reference inline-babel-call inline-src-block latex-or-entity macro radio-target statistics-cookie sub/superscript target text-markup timestamp) (keyword link export-snippet footnote-reference inline-babel-call inline-src-block latex-or-entity line-break macro radio-target statistics-cookie sub/superscript target text-markup timestamp) (link export-snippet inline-babel-call inline-src-block latex-or-entity macro plain-link statistics-cookie sub/superscript text-markup) (paragraph link export-snippet footnote-reference inline-babel-call inline-src-block latex-or-entity line-break macro radio-target statistics-cookie sub/superscript target text-markup timestamp) (radio-target latex-or-entity sub/superscript text-markup) (strike-through link export-snippet footnote-reference inline-babel-call inline-src-block latex-or-entity line-break macro radio-target statistics-cookie sub/superscript target text-markup timestamp) (subscript link export-snippet footnote-reference inline-babel-call inline-src-block latex-or-entity line-break macro radio-target statistics-cookie sub/superscript target text-markup timestamp) (superscript link export-snippet footnote-reference inline-babel-call inline-src-block latex-or-entity line-break macro radio-target statistics-cookie sub/superscript target text-markup timestamp) (table-cell link export-snippet footnote-reference latex-or-entity macro radio-target sub/superscript target text-markup timestamp) (table-row table-cell) (underline link export-snippet footnote-reference inline-babel-call inline-src-block latex-or-entity line-break macro radio-target statistics-cookie sub/superscript target text-markup timestamp) (verse-block link export-snippet footnote-reference inline-babel-call inline-src-block latex-or-entity line-break macro radio-target statistics-cookie sub/superscript target text-markup timestamp))