From 2d9ad8241885f2105c8367d98f433fe88211485a Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Mon, 9 Feb 2015 10:58:57 +0100 Subject: [PATCH] ORG-NEWS: Document `org-element-copy' --- etc/ORG-NEWS | 1 + 1 file changed, 1 insertion(+) diff --git a/etc/ORG-NEWS b/etc/ORG-NEWS index cb9ab8266..103828b46 100644 --- a/etc/ORG-NEWS +++ b/etc/ORG-NEWS @@ -150,6 +150,7 @@ These functions now support any element or object, not only headlines. *** New function: ~org-element-lineage~ This function deprecates ~org-export-get-genealogy~. It also provides more features. See docstring for details. +*** New function: ~org-element-copy~ *** New filter: ~org-export-filter-body-functions~ Functions in this filter are applied on the body of the exported document, befor wrapping it within the template.