Index: /Users/mrichmond/Sites/elsevier/wp-admin/import/wordpress.php
===================================================================
--- /Users/mrichmond/Sites/elsevier/wp-admin/import/wordpress.php	(revision 1937)
+++ /Users/mrichmond/Sites/elsevier/wp-admin/import/wordpress.php	(working copy)
@@ -543,6 +543,9 @@
 
 		} }
 
+		// Add a post_meta record for original url
+		$this->process_post_meta($post_id, apply_filters('import_legacy_url_key', '_legacy_url'), apply_filters('import_legacy_url', $this->get_tag( $post, 'link' )));
+
 		do_action('import_post_added', $post_id);
 		print "</li>\n";
 	}
