Browse Source

org-element: Allow links and export snippets in descriptions lists items tag

* contrib/lisp/org-element.el (org-element-object-restrictions): Allow
  links and export snippets in descriptions lists items tag.
Nicolas Goaziou 12 năm trước cách đây
mục cha
commit
8bf8cf8223
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      contrib/lisp/org-element.el

+ 2 - 2
contrib/lisp/org-element.el

@@ -281,8 +281,8 @@ This list is checked after translations have been applied.  See
 		radio-target sub/superscript target text-markup timestamp)
     (italic export-snippet inline-babel-call inline-src-block latex-or-entity
 	    link radio-target sub/superscript target text-markup timestamp)
-    (item footnote-reference inline-babel-call latex-or-entity macro
-	  radio-target sub/superscript target text-markup)
+    (item export-snippet footnote-reference inline-babel-call latex-or-entity
+	  link macro radio-target sub/superscript target text-markup)
     (keyword latex-or-entity macro sub/superscript text-markup)
     (link export-snippet inline-babel-call inline-src-block latex-or-entity link
 	  sub/superscript text-markup)