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

 
Automator / AppleScript HTML Export Thread Tools Search this Thread Display Modes
Here's what I'm trying to do:

I have a task list that I maintain locally in OO3. I would like to publish that list daily with a script of some sort as part of my nightly maintenance script run. The only part of that workflow that I'm needing help with is the exporting part.

I've searched the forums and the SDK, and it would appear that exporting to HTML via AppleScript is not supported. I'm not really tied to HTML, although it is the most convenient format.

My question to the group, then, is if anyone can suggest a good way to accomplish automated publication of an OO3 document to something a browser can read.

Many thanks,
Steve
 
Hi Steve-

You can export to any of the exportable options with AppleScript. If you run the script:

tell application "OmniOutliner"
writable document types
end tell

It will tell you all the formats you can use with the Save command

So you can do:

save as "com.omnigroup.OmniOutliner.SimpleHTMLExport/HTML" in <path>
 
 


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
.html extension on dynamic html export pairustwo OmniOutliner 3 for Mac 3 2011-09-10 01:53 PM
Using Automator to export latest version to PDF jeromev OmniGraffle General 0 2011-04-19 11:54 AM
AppleScript / Automator KeithFK OmniFocus 1 for Mac 1 2009-09-08 12:50 PM
html export using AppleScript? kaan OmniPlan General 3 2007-02-26 10:03 AM
multi-file export with Automator? aez OmniOutliner 3 for Mac 0 2006-08-20 07:15 AM


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


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