The Omni Group Forums

The Omni Group Forums (http://forums.omnigroup.com/index.php)
-   OmniFocus Extras (http://forums.omnigroup.com/forumdisplay.php?f=44)
-   -   OmniFocus to Mind Map Help (http://forums.omnigroup.com/showthread.php?t=25367)

Mschechter 2012-09-04 06:31 PM

OmniFocus to Mind Map Help
 
Hey all, hoping you can help me improve a workflow for exporting my entire OF library to OPML in order to import it into iThoughts HD.

This script does a nice job of it, but it requires OmniOutliner Pro and includes completed and dropped projects: [url]http://www.complexpoint.macmate.me/Site/OF2OPML.html[/url]

I've found this very helpful for doing my monthly review. It adds a visual aspect to the process and am trying to do whatever I can to improve upon it. Any help would be greatly appreciated.

You can find more details about it on my site here: [url]http://bettermess.com/omnifocus-to-mind-map-using-opml-a-geeky-cry-for-help/[/url]

RobTrew 2012-09-04 07:52 PM

There is a piece of code in [URL="http://forums.omnigroup.com/showpost.php?p=100455&postcount=4"]this post [/URL]which bypasses OO3 and exports directly to OPML. May be worth experimenting with.

The main issue is the selection of the subset of objects to be exported (you mention [I]my entire OF library[/I] but it sounds as if this means filtering out projects that have been dropped (but not those that are on hold ?), possibly contexts that that are on hold, and projects (and perhaps actions ?) that have been completed.

This could either be done by replacing the manual selection function [URL="http://forums.omnigroup.com/showpost.php?p=100455&postcount=4"]SelectedInOF()[/URL] with something based on a [I]where[/I] clause (try experimenting with [URL="http://www.complexpoint.macmate.me/Site/Find_in_OmniFocus_by_Query.html"]Where in OF[/URL]) at [url]www.complexpoint.net[/url]) or by designing a perspective which gives the subset of data which you want, manually selecting it, and using something like the code linked to above.

[COLOR="White"]--[/COLOR]

RobTrew 2012-09-05 12:45 PM

I have added an option to the [URL="http://forums.omnigroup.com/showpost.php?p=100455&postcount=4"]OPML export code[/URL] (now amended to work properly with [I]Tree[/I] and [I]iThoughtsHD[/I] etc) to bypass manual selection and export all active projects and folders.
Still very slow, mostly because of character encoding - I'll explore something faster if I get some time at the weekend.

At the top of the code edit:
[CODE]property pManualSelection : true[/CODE]

changing the value to [I]false[/I], (i.e. all active folders and projects, regardless of what is selected) then run the code and let it cook for a few minutes ...


All times are GMT -8. The time now is 02:34 PM.

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