Index: openacs-4/packages/xowiki/tcl/xowiki-www-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/xowiki-www-procs.tcl,v diff -u -r1.320.2.11 -r1.320.2.12 --- openacs-4/packages/xowiki/tcl/xowiki-www-procs.tcl 13 Mar 2014 13:00:02 -0000 1.320.2.11 +++ openacs-4/packages/xowiki/tcl/xowiki-www-procs.tcl 13 Mar 2014 17:28:17 -0000 1.320.2.12 @@ -76,7 +76,7 @@ my instvar package_id set clipboard [::xowiki::clipboard get] set item_ids [::xowiki::exporter include_needed_objects $clipboard] - set content [::xowiki::exporter marshall_all $item_ids] + set content [::xowiki::exporter marshall_all -mode copy $item_ids] if {[catch {namespace eval ::xo::import $content} error]} { my msg "Error: $error\n$::errorInfo" return