<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Use Mac OS X Services to Import Files into Evernote</title>
	<atom:link href="http://kenclark.me/2009/09/using-mac-os-x-services-to-import-files-into-evernote/feed/" rel="self" type="application/rss+xml" />
	<link>http://kenclark.me/2009/09/using-mac-os-x-services-to-import-files-into-evernote/</link>
	<description>a technology journal</description>
	<lastBuildDate>Sun, 08 Jan 2012 19:27:59 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Jlouis54</title>
		<link>http://kenclark.me/2009/09/using-mac-os-x-services-to-import-files-into-evernote/comment-page-1/#comment-14387</link>
		<dc:creator>Jlouis54</dc:creator>
		<pubDate>Sat, 08 Oct 2011 08:44:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.kenclarksblog.com/?p=647#comment-14387</guid>
		<description>&lt;p&gt;tell application &quot;Evernote&quot;&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;create note from file theFile
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;end tell&lt;/p&gt;

&lt;p&gt;tell application &quot;Finder&quot;&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;delete file theFile
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;end tell&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>tell application &#8220;Evernote&#8221;</p>

<pre><code>create note from file theFile
</code></pre>

<p>end tell</p>

<p>tell application &#8220;Finder&#8221;</p>

<pre><code>delete file theFile
</code></pre>

<p>end tell</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Ken Clark</title>
		<link>http://kenclark.me/2009/09/using-mac-os-x-services-to-import-files-into-evernote/comment-page-1/#comment-14344</link>
		<dc:creator>Ken Clark</dc:creator>
		<pubDate>Sat, 20 Aug 2011 11:03:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.kenclarksblog.com/?p=647#comment-14344</guid>
		<description>&lt;p&gt;It&#039;s possible the shortcut you picked may conflict with another in OS X. Try to assign another keyboard shortcut and see if that works. If so, that is the problem.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>It&#8217;s possible the shortcut you picked may conflict with another in OS X. Try to assign another keyboard shortcut and see if that works. If so, that is the problem.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Ken Clark</title>
		<link>http://kenclark.me/2009/09/using-mac-os-x-services-to-import-files-into-evernote/comment-page-1/#comment-14345</link>
		<dc:creator>Ken Clark</dc:creator>
		<pubDate>Sat, 20 Aug 2011 11:03:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.kenclarksblog.com/?p=647#comment-14345</guid>
		<description>&lt;p&gt;It&#039;s possible the shortcut you picked may conflict with another in OS X. Try to assign another keyboard shortcut and see if that works. If so, that is the problem.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>It&#8217;s possible the shortcut you picked may conflict with another in OS X. Try to assign another keyboard shortcut and see if that works. If so, that is the problem.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Jbucchieri</title>
		<link>http://kenclark.me/2009/09/using-mac-os-x-services-to-import-files-into-evernote/comment-page-1/#comment-14338</link>
		<dc:creator>Jbucchieri</dc:creator>
		<pubDate>Tue, 16 Aug 2011 09:15:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.kenclarksblog.com/?p=647#comment-14338</guid>
		<description>&lt;p&gt;I like this, but can&#039;t get keyboard shortcut to work.  Any suggestions.
John&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I like this, but can&#8217;t get keyboard shortcut to work.  Any suggestions.
John</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Jbucchieri</title>
		<link>http://kenclark.me/2009/09/using-mac-os-x-services-to-import-files-into-evernote/comment-page-1/#comment-14339</link>
		<dc:creator>Jbucchieri</dc:creator>
		<pubDate>Tue, 16 Aug 2011 09:15:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.kenclarksblog.com/?p=647#comment-14339</guid>
		<description>&lt;p&gt;I like this, but can&#039;t get keyboard shortcut to work.  Any suggestions.
John&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I like this, but can&#8217;t get keyboard shortcut to work.  Any suggestions.
John</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Paul</title>
		<link>http://kenclark.me/2009/09/using-mac-os-x-services-to-import-files-into-evernote/comment-page-1/#comment-14324</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Sun, 15 May 2011 02:38:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.kenclarksblog.com/?p=647#comment-14324</guid>
		<description>&lt;p&gt; Loved it. Worked perfectly with initial try and with 120 files!! Thanks...&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p> Loved it. Worked perfectly with initial try and with 120 files!! Thanks&#8230;</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Ceri Thomas</title>
		<link>http://kenclark.me/2009/09/using-mac-os-x-services-to-import-files-into-evernote/comment-page-1/#comment-14306</link>
		<dc:creator>Ceri Thomas</dc:creator>
		<pubDate>Thu, 24 Mar 2011 11:21:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.kenclarksblog.com/?p=647#comment-14306</guid>
		<description>&lt;p&gt;I did this. Instead of creating a service in automator, create a Print plugin. All other steps are the same.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I did this. Instead of creating a service in automator, create a Print plugin. All other steps are the same.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Ken Clark</title>
		<link>http://kenclark.me/2009/09/using-mac-os-x-services-to-import-files-into-evernote/comment-page-1/#comment-14302</link>
		<dc:creator>Ken Clark</dc:creator>
		<pubDate>Mon, 14 Mar 2011 01:54:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.kenclarksblog.com/?p=647#comment-14302</guid>
		<description>&lt;p&gt;Dubber, I&#039;m not sure what to tell you. It sounds like there could be a Services bug, but I can&#039;t say for certain. Definitely frustrating.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Dubber, I&#8217;m not sure what to tell you. It sounds like there could be a Services bug, but I can&#8217;t say for certain. Definitely frustrating.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Dubber</title>
		<link>http://kenclark.me/2009/09/using-mac-os-x-services-to-import-files-into-evernote/comment-page-1/#comment-14298</link>
		<dc:creator>Dubber</dc:creator>
		<pubDate>Sat, 12 Mar 2011 22:53:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.kenclarksblog.com/?p=647#comment-14298</guid>
		<description>&lt;p&gt;Ignore my comment. Reinstalled the script and it&#039;s working again - though not the Growl notification.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Ignore my comment. Reinstalled the script and it&#8217;s working again &#8211; though not the Growl notification.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Dubber</title>
		<link>http://kenclark.me/2009/09/using-mac-os-x-services-to-import-files-into-evernote/comment-page-1/#comment-14297</link>
		<dc:creator>Dubber</dc:creator>
		<pubDate>Sat, 12 Mar 2011 14:11:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.kenclarksblog.com/?p=647#comment-14297</guid>
		<description>&lt;p&gt;Stopped working for me too. Used to, and now it doesn&#039;t. No error message - just no action.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Stopped working for me too. Used to, and now it doesn&#8217;t. No error message &#8211; just no action.</p>]]></content:encoded>
	</item>
</channel>
</rss>

