org-element: Implement `org-element-copy'
commit70933a3dd655394597333af9bcd330085ab8d043
authorNicolas Goaziou <mail@nicolasgoaziou.fr>
Mon, 9 Feb 2015 09:07:34 +0000 (9 10:07 +0100)
committerNicolas Goaziou <mail@nicolasgoaziou.fr>
Mon, 9 Feb 2015 09:07:34 +0000 (9 10:07 +0100)
tree3d6922ec6b09106c93070b9019bc1ec9cbb02099
parent8f38f037b44bb92d00c7f19cae42bba4ebd750ce
org-element: Implement `org-element-copy'

* lisp/org-element.el (org-element-copy): New function.
* testing/lisp/test-org-element.el (test-org-element/copy): New test.
lisp/org-element.el
testing/lisp/test-org-element.el