Discussion Forum > Suggestions: Electronic Task Manager that can change date completed
Cricket,
OmniFocus does this wonderfully, but it is only for the Mac OS. I am pretty sure there are iPhone/iPad versions now, so it may be an option even if you don't use Mac computers.
Otherwise, wouldn't a spreadsheet with a date field suffice? Not as nice as a dedicated app, but better than paper.
OmniFocus does this wonderfully, but it is only for the Mac OS. I am pretty sure there are iPhone/iPad versions now, so it may be an option even if you don't use Mac computers.
Otherwise, wouldn't a spreadsheet with a date field suffice? Not as nice as a dedicated app, but better than paper.
March 7, 2012 at 20:55 |
Bernie
Bernie
Sorry, Cricket: not sure I understand the issue: why can't you just change the "next due" date on your overdue tasks?
March 8, 2012 at 8:31 |
Will
Will
The log would still be incorrect. I don't look back more than a few instances, but it would bug me if it's inaccurate. Also, rather than making one field be correct, I'd have an incorrect field and one I have to remember to change manually -- but the whole idea of electronic is it does it all for me.
March 8, 2012 at 13:22 |
Cricket
Cricket
With a spreadsheet, you could have a "DUE" column and a "DONE" column. When you finish a task, duplicate the row and enter the next DUE date, and keep it sorted by DUE. The DONE column leaves you with a log, and you could sort by DONE if you want to look back chronologically.
March 8, 2012 at 18:07 |
Bernie
Bernie
I need to try the spreadsheet method again. Last time, it didn't flow. I spent more time maintaining the spreadsheet then enjoying marking things off. That might be the case with all electronic systems, it's hard to tell. It's tempting to program one myself. It would be a great learning project, but not terribly useful for time management for several months (if ever).
March 8, 2012 at 19:13 |
Cricket
Cricket
There was a DWM spreadsheet in Excel that was quite elegant. I used it for more than a year. I thought that it flowed just fine, plus there were the wonderful advantage of searchability and neatly printed letters.
March 8, 2012 at 20:42 |
moises
moises
I highly recommend ToDoList (http://www.abstractspoon.com/) it's highly configurable and you can easily correct start and completed dates.
March 8, 2012 at 23:53 |
Maureen
Maureen
Good suggestion on the ToDoList app, Maureen.
The workable link (because it has a space behind it) is http://www.abstractspoon.com/ . It ticks me off right away when they do not say at the top whether or not it is for Mac, Windows, or both (ToDoList is only for Windows).
It was an interesting read, though. I noticed on the page "ToDoList 6.4 Feature Release"
(http://www.codeproject.com/Articles/5371/ToDoList-6-4-Feature-Release-An-effective-and-flex ), one of the items listed is "Added support for military time to start/due/completed time droplists".
As a side-note, whilst browsing the site, I ran into this article which had some points in it that I definitely have had some issues with before:
"Tips and Tricks to Rescue Overdue Projects"
http://www.codeproject.com/Articles/77927/Tips-and-Tricks-to-Rescue-Overdue-Projects
The workable link (because it has a space behind it) is http://www.abstractspoon.com/ . It ticks me off right away when they do not say at the top whether or not it is for Mac, Windows, or both (ToDoList is only for Windows).
It was an interesting read, though. I noticed on the page "ToDoList 6.4 Feature Release"
(http://www.codeproject.com/Articles/5371/ToDoList-6-4-Feature-Release-An-effective-and-flex ), one of the items listed is "Added support for military time to start/due/completed time droplists".
As a side-note, whilst browsing the site, I ran into this article which had some points in it that I definitely have had some issues with before:
"Tips and Tricks to Rescue Overdue Projects"
http://www.codeproject.com/Articles/77927/Tips-and-Tricks-to-Rescue-Overdue-Projects
March 11, 2012 at 10:43 |
BKK
BKK
Have a gander at EMACS Org Mode. Plain text, works on many many platforms (Mac OSX, Windows [all flavours], Linux...). You can have repeats, start | due| completed dates, tags, filters, agendas all together or in separate files as you see fit. Beauty is plain text not locked to an application or platform.
This is for folks whom electronic is the method they like, otherwise plain paper and pen | pencil.
This is for folks whom electronic is the method they like, otherwise plain paper and pen | pencil.
March 12, 2012 at 12:16 |
Arnold DeRoy
Arnold DeRoy
So far as I remember, toodledo allows you to set tasks to repeat from the date completed, instead of the date due ... would that solve it for you?
nb I don't use toodledo anymore and didn't use this feature when I did!
acedia xx
nb I don't use toodledo anymore and didn't use this feature when I did!
acedia xx
March 12, 2012 at 16:57 |
acedia
acedia
Acedia, If I start a computer-free few days (great way to get work done) by cleaning the fish tank on day 1, then go back to the computer on day 3, it would tell me to do it again on day 10. It should be on day 8. I could edit the next due date, perhaps.
Arnold, A quick look shows Emacs Org doesn't run easily on Windows. Did I miss something?
Arnold, A quick look shows Emacs Org doesn't run easily on Windows. Did I miss something?
March 12, 2012 at 21:10 |
Cricket
Cricket
Had very little problems with the newer installs (can even be installed as non admin for corp machines).
Google emacs org mode winxp.
Used this website to get an understanding of Org Mode and using day to day (agenda/tasks). Did a very basic install. Can post the 'header' section I use (blank emacs org file) that could make it easier.
<http://members.optusnet.com.au/~charles57/GTD/>
Google emacs org mode winxp.
Used this website to get an understanding of Org Mode and using day to day (agenda/tasks). Did a very basic install. Can post the 'header' section I use (blank emacs org file) that could make it easier.
<http://members.optusnet.com.au/~charles57/GTD/>
March 14, 2012 at 12:18 |
Arnold
Arnold
Here is the basic template used for org mode.
~~~~~~~~~~
#+SEQ_TODO: TODO(t) STARTED(s) WAITING(w) APPT(a) | DONE(d) CANCELLED(c) DEFERRED(f)
#+STARTUP: logdone
#+STARTUP: wordwrap
#+MODE: org; fill-column: 72 -*-
#+STARTUP: overview
#+STARTUP: indent
#+STARTUP: auto-fill-mode
~~~~~~~~~~~
Install EMACS (I used the gnu version) which will have org support files included. Then create one file ending in '.org' paste the above into the file. Close and reload the .org file.
~~~~~~~~~~
#+SEQ_TODO: TODO(t) STARTED(s) WAITING(w) APPT(a) | DONE(d) CANCELLED(c) DEFERRED(f)
#+STARTUP: logdone
#+STARTUP: wordwrap
#+MODE: org; fill-column: 72 -*-
#+STARTUP: overview
#+STARTUP: indent
#+STARTUP: auto-fill-mode
~~~~~~~~~~~
Install EMACS (I used the gnu version) which will have org support files included. Then create one file ending in '.org' paste the above into the file. Close and reload the .org file.
March 14, 2012 at 12:32 |
Arnold DeRoy
Arnold DeRoy





Most programs now have a good range of repeat instructions, including start dates and deadlines and choice of repeat by due date or date completed.
None of the programs I've looked at let you edit the date completed, and I just spent 30 minutes searching. Every program with a forum has it as an "often requested feature", but they haven't actually done it.
Some days I don't update the list, and if that's followed by a few days offlist (such as weekends or errand days), the "next due" dates are all too late.
The only one that lets you change date completed is Sciral Consistency, but that's missing several other features.
Any suggestions before I try set up another paper chart?