View Single Post
Thanks so much for this stevenjohn! Awesome work. I've got a couple points to add.

Quote:
Originally Posted by stevenjohn View Post
2. Use the script here to import your data into OF. First run it as it is, the change the line:

from: repeat with aToDo in to dos of list "Scheduled"

to: repeat with aToDo in to dos of list "Next"
I would add that you can also use this to move your Someday todos over by changing it
to: repeat with aToDo in to dos of list "Someday".
Also, the current Applescript originally has Next, not Scheduled. So it should read:
First run it as it is, the change the line:

from: repeat with aToDo in to dos of list "Next"

to: repeat with aToDo in to dos of list "Scheduled"
That means the below quote should read
Move your Repeating tasks over manually.
instead of Scheduled tasks

Quote:
Originally Posted by stevenjohn View Post
... I left all my projects and areas imported from Things at the bottom and started building my Folder/SAL/Projects/Tasks at the top - as I brought items up into my new system I then went and deleted the equivalent in Things so I could double check everything was brought across

Move your Scheduled tasks over manually.