Browse Source

org-element: Allow footnote references in an item tag

* contrib/lisp/org-element.el (org-element-object-restrictions): Allow
  footnote references in an item tag.
Nicolas Goaziou 13 years ago
parent
commit
b2c413ecf6
1 changed files with 2 additions and 2 deletions
  1. 2 2
      contrib/lisp/org-element.el

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

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