org-element: Don't forget to register new objects
* contrib/lisp/org-element.el (org-element-all-objects): Register new objects.
This commit is contained in:
parent
019bd93ced
commit
676846cd85
|
@ -2781,10 +2781,10 @@ Sharing the same successor comes handy when, for example, the
|
||||||
regexp matching one object can also match the other object.")
|
regexp matching one object can also match the other object.")
|
||||||
|
|
||||||
(defconst org-element-all-objects
|
(defconst org-element-all-objects
|
||||||
'(emphasis entity export-snippet footnote-reference inline-babel-call
|
'(bold code entity export-snippet footnote-reference inline-babel-call
|
||||||
inline-src-block line-break latex-fragment link macro radio-target
|
inline-src-block italic line-break latex-fragment link macro
|
||||||
statistics-cookie subscript superscript table-cell target
|
radio-target statistics-cookie strike-through subscript superscript
|
||||||
time-stamp verbatim)
|
table-cell target time-stamp underline verbatim)
|
||||||
"Complete list of object types.")
|
"Complete list of object types.")
|
||||||
|
|
||||||
(defconst org-element-recursive-objects
|
(defconst org-element-recursive-objects
|
||||||
|
|
Loading…
Reference in New Issue