浏览代码

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 年之前
父节点
当前提交
8bf8cf8223
共有 1 个文件被更改,包括 2 次插入2 次删除
  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)