Nicolas Goaziou преди 10 години
родител
ревизия
2e370ed537
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      lisp/ox-org.el

+ 1 - 1
lisp/ox-org.el

@@ -194,7 +194,7 @@ a communication channel."
    (let ((footnotes-alist
 	  (org-element-map section 'footnote-reference
 	    (lambda (fn)
-	      (and (not (org-element-property :inline-definition fn))
+	      (and (eq (org-element-property :type fn) 'standard)
 		   (org-export-footnote-first-reference-p fn info)
 		   (cons (org-element-property :label fn)
 			 (org-export-get-footnote-definition fn info))))