org-element-object-successor-alist

org-element-object-successor-alist 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 translations between object type and successor name.
Sharing the same successor comes handy when, for example, the
regexp matching one object can also match the other object.

Value:

((subscript . sub/superscript) (superscript . sub/superscript) (bold . text-markup) (code . text-markup) (italic . text-markup) (strike-through . text-markup) (underline . text-markup) (verbatim . text-markup) (entity . latex-or-entity) (latex-fragment . latex-or-entity))