The Omni Group
These forums are now read-only. Please visit our new forums to participate in discussion. A new account will be required to post in the new forums. For more info on the switch, see this post. Thank you!

Go Back   The Omni Group Forums > OmniFocus > OmniFocus Extras
FAQ Members List Calendar Today's Posts

 
Geek Tool and OF export Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
That script has some problems if you've got characters that are special to the Unix shell in any of your actions. I would suggest replacing these two lines:

Code:
	set strCmd to ("echo " & quote & strList & quote & " > " & POSIX path of (path to desktop) as string) & "NextActions.txt"
	do shell script strCmd
with

Code:
	set fRef to (open for access ((POSIX path of (path to desktop) as string) & "NextActions.txt") with write permission)
	write strList to fRef
	close access fRef
Then the world will be safer for actions that have characters like '(', ')', ':', etc. in them :)
 
 




Similar Threads
Thread Thread Starter Forum Replies Last Post
Tool tip display Ray OmniWeb General 0 2008-12-30 06:58 AM
using the 'Search' tool peterlemer OmniFocus 1 for Mac 2 2008-08-20 06:33 AM
Is OmniPlan the tool I need? sriggins OmniPlan General 2 2007-10-08 03:29 PM
Hand Tool donovan OmniWeb Feature Requests 0 2007-06-03 02:58 PM
Additions to tool bar Jon Saperia OmniPlan General 2 2006-10-02 10:33 AM


All times are GMT -8. The time now is 07:43 PM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.