Is it the desired behaviour that tasks in the inbox are ignored when filtering for tasks completed today? ofexport shows me all tasks that have been assigned to a project but not the ones that I completed straight from the inbox.
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!
|
|
FAQ | Members List | Calendar | Today's Posts | Search |
ofexport - export to text, taskpaper, html, opml | Thread Tools | Search this Thread | Display Modes |
Member
2013-06-01, 12:42 PM
Is it the desired behaviour that tasks in the inbox are ignored when filtering for tasks completed today? ofexport shows me all tasks that have been assigned to a project but not the ones that I completed straight from the inbox.
Post 71
|
Member
2013-06-02, 04:22 AM
I just found out that switching to context mode will also show the tasks from the inbox.
Post 72
|
Member
2013-06-02, 11:09 AM
Quote:
I'd never been able to work out how to extract inbox items and had assumed that they were stored in a special place in the OF database that I hadn't unearthed. However I've recently added a fix for items with no context and I suspect that's had this unexpected bonus side effect. Unfortunately I suspect that there might be some lurking ofexport bugs in this area since there won't be any project associated with the task and this might cause issues for some of the filters - since I assume there's always one present. Thanks for the heads-up though, this gives me a lead for supporting inbox items properly.
Post 73
|
Guest
2013-06-02, 11:18 AM
Quote:
Code:
task.effectiveInInbox integer NOT NULL (0|1) task.inInbox integer NOT NULL (0|1)
Post 74
|
Member
2013-06-02, 11:39 AM
Actually no, so thanks :-) I've just accidentally picked up items with no context, which for many people happens to coincide with inbox items. I think I know where to go next now.
Post 75
|
Member
2013-06-03, 12:18 PM
V3.0.2 now has support for inbox items. It creates an artificial project called "Inbox" and an artificial context called "No Context" and puts inbox items in those as required. This approach means that you can use ofexport filters on inbox items as you would normally.
As ever, let me know if it emits fumes or makes grinding noises in use.
Post 76
|
Member
2013-06-03, 09:22 PM
Quote:
Post 77
|
Member
2013-06-03, 10:24 PM
Post 78
|
Member
2013-06-04, 11:41 PM
Post 79
|
Member
2013-06-04, 11:59 PM
Quote:
Sure: The ofexport.py file is in the root folder of the install, you can see the copy on github here. The file_types section shows the config for each of the supported output types. If you scroll down to the ICS section you can see it's got a time_control_default setting: Code:
"ICS": { "_1": "time_control_default can contain the magic that you can put in a note to control when the item appears in the calendar", "_2": "The time_control_default is only used if there is no '%of cal' directive in the node", "plugin": "ics", "suffixes": [ "ics" ], "template": "ics", "time_control_default": "ignored unless it is of the right format" }, eg: Code:
%of cal allday noalarm
Post 80
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Batch Export OO to OPML or Text | adgirard | OmniOutliner 3 for Mac | 0 | 2012-10-04 12:53 PM |
.html extension on dynamic html export | pairustwo | OmniOutliner 3 for Mac | 3 | 2011-09-10 02:53 PM |
Bug - Export as TXT (TaskPaper) | Vlad Ghitulescu | OmniFocus 1 for Mac | 2 | 2011-04-29 04:36 AM |
Pasting Taskpaper-format text into OmniOutliner | RobTrew | OmniOutliner 3 for Mac | 1 | 2011-01-11 06:00 AM |
Export Properties:Notes as HTML Roll Over Text? | jeffreykennedy | OmniGraffle General | 6 | 2009-10-26 08:40 AM |