From 4aace474748910ff3aee5f1e9116948ce620d0dd Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Tue, 20 Dec 2011 19:18:11 +0100 Subject: [PATCH] contrib/lisp/org-export: Normalize collecting functions names * contrib/lisp/org-export.el (org-export-collect-figures): Renamed from `org-export-get-figures'. --- contrib/lisp/org-export.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/lisp/org-export.el b/contrib/lisp/org-export.el index 4ad58be1e..f255401c6 100644 --- a/contrib/lisp/org-export.el +++ b/contrib/lisp/org-export.el @@ -2647,7 +2647,7 @@ Return an alist where key is the caption of the table and value an unique identifier that might be used for internal links." (org-export-collect-elements 'table backend info)) -(defun org-export-get-figures (backend info) +(defun org-export-collect-figures (backend info) "Build a list of figures. A figure is a paragraph type element with a caption or a name.