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 > Search Forums
FAQ Members List Calendar Search Today's Posts Mark Forums Read

Showing results 1 to 25 of 25
Search took 0.01 seconds.
Search: Posts Made By: teobaldo
Forum: OmniFocus 1 for Mac 2011-08-04, 02:21 AM
Replies: 5
Views: 14,332
Posted By teobaldo
You could use an AppleScript to calculate & set...

You could use an AppleScript to calculate & set the due date from the start date. Ask about that in the Extras forum.
Forum: OmniFocus Extras 2011-07-28, 11:36 PM
Replies: 8
Views: 9,784
Posted By teobaldo
Catch the result of the 'make' command like...

Catch the result of the 'make' command like so:set newTask to make new inbox task with properties {name:"test", note:"test 2", flagged:true}
ormake new inbox task with properties {name:"test",...
Forum: OmniFocus Extras 2011-07-26, 12:44 AM
Replies: 10
Views: 9,358
Posted By teobaldo
Ah, yes. For a non-repeating task, it's...

Ah, yes. For a non-repeating task, it's repetition:missing value.
So just duplicate the task, then set its repetition to missing value
Forum: OmniFocus Extras 2011-07-26, 12:03 AM
Replies: 10
Views: 9,358
Posted By teobaldo
Not an actual answer, but you could ask a...

Not an actual answer, but you could ask a non-repeating action for its properties, and look for 'repetition interval' to find out how to set this.
Worst case: there isn't one, and you'll have to...
Forum: OmniFocus 1 for Mac 2011-05-31, 03:13 AM
Replies: 2
Views: 4,919
Posted By teobaldo
A folder action could do that. Search the Extras...

A folder action could do that. Search the Extras forum, I believe there's some helpful posts in there.
Forum: OmniFocus Extras 2011-05-04, 05:35 AM
Replies: 8
Views: 8,696
Posted By teobaldo
set projNames to do shell script "echo " & quoted...

set projNames to do shell script "echo " & quoted form of projNames & " | sort -f"


That does not yield an AppleScript list...
Suggested:

set projNames to paragraphs of (do shell script "echo...
Forum: OmniFocus 1 for Mac 2011-03-29, 11:09 PM
Replies: 5
Views: 5,938
Posted By teobaldo
Very useful! I was expecting dates/times to...

Very useful! I was expecting dates/times to advance by the set amount, which seems 'normal' in the analog world.
So "8 hours" would advance 07:33:33 to 15:33:33, not 16:00:00.
Forum: Applying OmniFocus 2011-03-18, 01:46 AM
Replies: 2
Views: 4,809
Posted By teobaldo
I think you may be wanting labels, which would...

I think you may be wanting labels, which would introduce more states, besides "next action" and "completed". (Yes, those are tasks states to me. Having a state "waiting" is particularly useful, as it...
Forum: OmniFocus Extras 2011-02-21, 11:26 AM
Replies: 4
Views: 4,974
Posted By teobaldo
To expand task groups during import

I needed this in order to work around the absence of a 'task group' class.
When importing (http://forums.omnigroup.com/showthread.php?t=19397), projects are created in expanded state, but task...
Forum: OmniFocus Extras 2011-02-20, 12:15 PM
Replies: 4
Views: 4,974
Posted By teobaldo
Oh, great. I picked the 'best' solution......

Oh, great.
I picked the 'best' solution... :grin:
Not that it is that great.
Would be easier with a 'task group' class.
Forum: OmniFocus Extras 2011-02-20, 06:31 AM
Replies: 4
Views: 4,974
Posted By teobaldo
At some point my script needs to know whether the...

At some point my script needs to know whether the task it is dealing with is contained directly by its project, or in a task group.
I figured it out but it doesn't look very convincing. Is there a...
Forum: Applying OmniFocus 2011-02-10, 02:58 AM
Replies: 3
Views: 5,848
Posted By teobaldo
I think the keyword here is "interdependency". ...

I think the keyword here is "interdependency".

"Make lunch (Mo)" is not dependent on "Make lunch (Thur)". They can both be dependent on other things, like it being a holiday.

In the second...
Forum: Applying OmniFocus 2011-02-09, 11:47 PM
Replies: 3
Views: 5,848
Posted By teobaldo
Mmmm. That solves the problem at the desktop, but...

Mmmm. That solves the problem at the desktop, but maybe not in the garden...
When the weather (or whatever obstacle) does not allow the activity, the next instance might appear 2 days after...
Forum: OmniFocus Extras 2011-01-24, 01:30 AM
Replies: 4
Views: 5,421
Posted By teobaldo
I realised that I was thinking something else,...

I realised that I was thinking something else, actually:

"Can this be generalised, and made to work system-wide."

That is, could I make links for any (well-behaved) app, like so:
<app...
Forum: OmniFocus Extras 2011-01-24, 12:51 AM
Replies: 4
Views: 5,421
Posted By teobaldo
Thanks, Rob. But I'm talking about using...

Thanks, Rob.

But I'm talking about using this in AppleScript ; )
Forum: OmniFocus Extras 2011-01-23, 11:11 PM
Replies: 4
Views: 5,421
Posted By teobaldo
omnifocus:///task/<taskID>

I just discovered how to make those links.
Is this documented somewhere, or is it a 'hidden gem'?

Is this part of Omnifocus, or the OS??
Forum: OmniFocus Extras 2011-01-23, 11:08 PM
Replies: 57
Views: 97,000
Posted By teobaldo
Druido...

Druido (http://forums.omnigroup.com/showpost.php?p=66207&postcount=22) posted a modified version that creates a bookmark file in Finder, pointing to the OF project.

I found code here...
Forum: OmniFocus 1 for Mac 2011-01-16, 01:50 AM
Replies: 6
Views: 6,690
Posted By teobaldo
Please note this works with due dates only. You...

Please note this works with due dates only.
You cannot advance a start date with a script (http://forums.omnigroup.com/showthread.php?t=19277).

It may be that the popup in the Inspector does not...
Forum: OmniFocus 1 for Mac 2011-01-05, 02:31 AM
Replies: 1
Views: 5,606
Posted By teobaldo
The Apple symbol (alt-shift-k) sorts to the...

The Apple symbol (alt-shift-k) sorts to the bottom.
A space sorts to the top.
I don't use others.
Forum: OmniFocus Extras 2010-12-14, 11:42 AM
Replies: 1
Views: 3,768
Posted By teobaldo
Mori2OF

I'm really pleased. After 3 evenings of cobbling together bits & pieces my Mori2OF script worked on the second run.
It's still a rough draft - only mirrors the selected entry tree, names only. All...
Forum: OmniFocus Extras 2010-12-08, 10:47 AM
Replies: 10
Views: 9,358
Posted By teobaldo
In addition, review interval is also a repetition...

In addition, review interval is also a repetition interval. But the 'fixed' property is meaningless here: this is always a fixed interval - at least, it is shown as such in the Inspector.
Forum: OmniFocus Extras 2010-12-08, 12:09 AM
Replies: 10
Views: 9,358
Posted By teobaldo
You people are great!

You people are great!
Forum: OmniFocus Extras 2010-12-07, 09:57 AM
Replies: 10
Views: 9,358
Posted By teobaldo
Ah. Confirmed. Mmm. Readable is good....

Ah. Confirmed.

Mmm. Readable is good. Settable is better. Feature request?

I think I'll have the script set the flag on repeating tasks when importing, so I'll know which ones to visit...
Forum: OmniFocus Extras 2010-12-07, 03:38 AM
Replies: 10
Views: 9,358
Posted By teobaldo
Scripting repetition interval

[New user, and working on importing from Mori. Still going uphill, for now.]

The 'repetition' property of a project or task is a record:

repetition:{unit:day, fixed:true, steps:11}

There...
Forum: Applying OmniFocus 2010-11-27, 04:05 AM
Replies: 0
Views: 3,815
Posted By teobaldo
Repeating task, but not continuously

Hello all,

I'm trying to shoehorn my current system (Mori & AppleScript) into OmniFocus.
I have some repeating tasks which do no repeat continuously:
repeat every 14 days from feb 15 until jun...
Showing results 1 to 25 of 25

 
Forum Jump

All times are GMT -8. The time now is 04:19 AM.


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