View Single Post
Quote:
Originally Posted by viticci View Post
- Would it be possible to save the OPML file automatically without open/save dialog? This way, I should be able to automate the process to run every x minutes without seeing the dialog.
Various ways of doing that. If you are happy with the command line and simple shell scripts, you could fish the Python file out of the resources folder in the .scptd bundle, make a copy in your home directory, bypass Applescript altogether and use a command line like:

Code:
python "$HOME/ofoc_sqlite_to_opml_005.py" "$HOME/Dropbox/CurrentTasks.opml" 1
(Or a final zero in lieu of 1 to suppress export of links).

Quote:
Originally Posted by viticci View Post
- Any way to detect whether a task is recurring, and offer an option to see the recurring information (ex: every 2 weeks) as a note?
Various requests are coming in for additional/alternative selections of data, I'll review them all and think about the options in a week or two.

--

Last edited by RobTrew; 2012-09-10 at 09:11 AM..