<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -445,8 +445,17 @@ function tumblrize_custom_box () {
     $tumblr_post_id = get_post_meta($post-&gt;ID, 'tumblrize_post-id', true);
     $act = (get_post_meta($post-&gt;ID, 'tumblrize_post-id', true)) ? 'Update post on' : 'Crosspost to';
     $tumblrize_shutoff = (get_option('tumblrize_shutoff') === '') ? false : true;
+    if (in_category(get_option('tumblrize_exclude_cats'), $post-&gt;ID)) {
+        // TODO: Inform the user exactly which categories need to be removed
+        //       for the custom box options to be honored.
+        print '&lt;p class=&quot;error fade&quot;&gt;';
+        print 'This post is in a category excluded from Tumblrize operations. ';
+        print 'For the options below to take effect, be certain to also remove this post from all such categories.';
+        print '&lt;/p&gt;';
+    }
 ?&gt;
 &lt;fieldset&gt;
+
     &lt;legend&gt;&lt;?php print $act;?&gt; Tumblr?&lt;/legend&gt;
     &lt;div&gt;
         &lt;input type=&quot;radio&quot; id=&quot;tumblrize_do-tumblrize&quot; name=&quot;tumblrize_do-tumblrize&quot; value=&quot;1&quot;&lt;?php if (!$tumblrize_shutoff) : print ' checked=&quot;checked&quot;';endif;?&gt; /&gt;</diff>
      <filename>tumblrize.php</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>49525c49f7727ef6e25c51b1c6bcd72c298f7c4e</id>
    </parent>
  </parents>
  <author>
    <name>Meitar Moscovitz</name>
    <email>meitarm@gmail.com</email>
  </author>
  <url>http://github.com/meitar/tumblrize/commit/d87c53ea5dc5a141c1e30f1f6a351914103448bd</url>
  <id>d87c53ea5dc5a141c1e30f1f6a351914103448bd</id>
  <committed-date>2009-10-30T01:38:52-07:00</committed-date>
  <authored-date>2009-10-30T01:37:13-07:00</authored-date>
  <message>Provide warning that Tumblrize is disabled when post is in exclude category.</message>
  <tree>cef84385c391ef8ce4e928bbee5fbca36c0cc90b</tree>
  <committer>
    <name>Meitar Moscovitz</name>
    <email>meitarm@gmail.com</email>
  </committer>
</commit>
