Skip to content

Commit

Permalink
Tasks imported into Time 2 same order as OmniFocus
Browse files Browse the repository at this point in the history
  • Loading branch information
gandalfsaxe committed Apr 16, 2017
1 parent 342ee7a commit d7add41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion omni2tyme.osascript
Expand Up @@ -2,7 +2,7 @@ activate "OmniFocus"
tell application "OmniFocus"
tell front window
set my_sel to selected trees of content
repeat with ptaskt in my_sel
repeat with ptaskt in reverse of my_sel
set ptask to value of ptaskt
set ftask to flattened tasks of ptask
set haschild to false
Expand Down

0 comments on commit d7add41

Please sign in to comment.