--- template.php	2009-11-12 10:49:11.000000000 -0500
+++ template-patch.php	2009-11-12 10:28:28.000000000 -0500
@@ -75,11 +75,12 @@ function slate_node_form($form) {
   // Allow modules to insert form elements into the sidebar,
   // defaults to showing taxonomy in that location.
   if (!$sidebar_fields = module_invoke_all('node_form_sidebar', $form, $form['#node'])) {
-    $sidebar_fields = array('taxonomy');
+    $sidebar_fields = array('taxonomy', 'print', 'menu', 'path', 'attachments', 'revision_information', 'author', 'comment_settings', 'options');
   }
   foreach ($sidebar_fields as $field) {
     $sidebar .= drupal_render($form[$field]);
   }
+  #dpm($form);
   
   $main = drupal_render($form);
   return "<div class='node-form clear-block'>
