Index: node_export.pages.inc =================================================================== --- node_export.pages.inc 23 May 2009 06:18:14 -0000 1.1.2.3 +++ node_export.pages.inc 17 Jun 2009 17:56:14 -0000 @@ -66,7 +66,10 @@ function node_export_node_export($origin if (isset($node->book['mlid'])) { $node->book['mlid'] = NULL; } - $node->path = NULL; + $node->path = $original_node->path; + // Force pathauto to use the $original_node->path and not clobber with + // its own generated path + $node->pathauto_perform_alias = FALSE; $node->files = array(); drupal_set_title(t('Export of !title', array('!title' => check_plain($node->title))));