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

 
Applescript to sync OF perspective with todo.txt app in Android, windows, etc. Thread Tools Search this Thread Display Modes
I am wondering if anyone has this working Moutain Lion. As I fix one error in the script another shows up.

Last edited by Yury; 2013-04-25 at 04:18 AM..
 
Sorry, I'm using it in Snow Leopard. It works for me there. Can't speak to Lion or ML.
 
I was able to get the AppleScript working on Mountain Lion. Replace the lines:

Code:
--get current items in todo.txt
open for access todoTxtPath
set todoData to paragraphs of (read POSIX file todoTxtPath)
close access todoTxtPath
with

Code:
--get current items in todo.txt
set todoData to paragraphs of (do shell script "grep . " & todoTxtPath)
 
 




Similar Threads
Thread Thread Starter Forum Replies Last Post
Is there a way to sync Omnifocus to my Android Phone? ssavanna OmniFocus Syncing 2 2013-05-22 03:24 AM
Applescript to sync OF perspective with todo.txt app in Android, windows, etc. kingsinger Applying OmniFocus 0 2013-02-13 08:50 PM
Android/Lotus Notes Sync? Sartori OmniFocus Syncing 3 2010-02-25 05:50 AM
OF 1.7.3 perspective independancy of windows Jupiter OmniFocus 1 for Mac 2 2009-09-14 10:10 AM
Perspective windows jumping about BevvyB OmniFocus 1 for Mac 5 2009-08-28 09:19 AM


All times are GMT -8. The time now is 09:43 AM.


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