The Omni Group Forums

The Omni Group Forums (http://forums.omnigroup.com/index.php)
-   OmniFocus 1 for Mac (http://forums.omnigroup.com/forumdisplay.php?f=38)
-   -   Export to text file CLUTTER (http://forums.omnigroup.com/showthread.php?t=14953)

charismatic 2010-01-08 12:24 AM

Export to text file CLUTTER
 
Hi,

I'm using the export to text file function in omni focus and wanted to know if its at all possible to clean up the extra columns of information that just clutters up the export. Of course you can clean it up on your own, but of course we could write all this down on paper and not use Omni Focus either. lol.

But any way if the "@context, due date, and some of the other things can either be deleted via export options that would be awesome.

If you could exports just the context and the task it self and nothing more, that would be super duper great. Clean and simple, the OMNI FOCUS WAY!!

whpalmer4 2010-01-08 02:33 AM

That stuff is easily elided if you don't want it.

After exporting to the taskpaper format, open up a Terminal window and incant the following:

[code]
sed -E -e 's/@due(.+)|@start(.+)|@mins(.+)//' <your filename> > <new filename>
[/code]

which will read <your filename>, removing all the @due(07-03-10), @start(05-09-10), @mins(30) stuff and writing a copy to <new filename>

curt.clifton 2010-01-08 01:41 PM

Use Help → Send Feedback to submit feature suggestions to get them entered in the development database. (See [URL="http://forums.omnigroup.com/showthread.php?t=3734"]this sticky thread[/URL] at the top of the forum for details.) Bill's solution will work in the interim.


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

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