Index: node_export.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/node_export/Attic/node_export.module,v
retrieving revision 1.1.2.31
diff -u -p -r1.1.2.31 node_export.module
--- node_export.module	29 Nov 2010 04:07:26 -0000	1.1.2.31
+++ node_export.module	30 Nov 2010 00:36:40 -0000
@@ -821,6 +821,10 @@ function node_export_node_clone($origina
     if (variable_get('node_export_reset_path_'. $node->type, TRUE)) {
       $node->path = NULL;
     }
+    else if (module_exists('pathauto')) {
+      // Maintain node paths with pathauto.
+      $node->pathauto_perform_alias = FALSE;
+    }
 
     if (variable_get('node_export_reset_book_mlid_'. $node->type, TRUE) && isset($node->book['mlid'])) {
       $node->book['mlid'] = NULL;
