Similar to GTD, I use a technique called "Bullet Journaling" [1] and it's been transformative. It's less opinionated than GTD and I find it flows a bit more readily. I find it ironic that as a tech CTO I'm connected to my phone and computer probably 80% of my day and love playing with productivity and organizational tools -- yet I've still never found anything better than putting pen to paper! I keep a small pocket-s…
GTD in 15 Minutes – A Pragmatic Guide to Getting Things Done
71–74 of 74 posts
Re: GTD in 15 Minutes – A Pragmatic Guide to Getting Things Done
#72Earlier quoted context omitted.
On the voice notes: Google's voice recognition has improved markedly in recent years. Now it can even understand my German-accented English rather well.
I don't mind typing the notes once I'm in front of a real computer, I just don't want to do the "note to myself" while in public. And otherwise, I haven't found anything that gets me to capture things like "note: buy eggs" or "note: consider PEGs for the query builder optimization" fast enough. (Opening an app and laboriously using the mobile keyboard don't do it for me in the long run and just cause me to drop GTD a…
Re: GTD in 15 Minutes – A Pragmatic Guide to Getting Things Done
#73Emacs Org-Mode, along with its org-capture mode and the ability to clock in/out, is a perfect tool to implement this, btw. https://emacs.cafe/emacs/orgmode/gtd/2017/06/30/orgmode-gtd.... http://orgmode.org/worg/org-gtd-etc.html
One problem is that it encourages to put both to-dos and reference material in the same place. I found this makes things a mess more often than not.
Also, it forced me to learn Emacs way more than I otherwise needed, instead of focusing on work.
I did enjoy some aspects of it though. All my to-do history from that time is still searchable. And I didn't have to upload my work and personal data to some random SaaS provider.
I actually ended up building a desktop GTD tool [1] based on those needs. It looks good, is low-friction and pleasant to use, runs on Linux, stores data in a local Sqlite DB. No subscription. But it's on Electron. I know HN seems to hate Electron apps.
Re: GTD in 15 Minutes – A Pragmatic Guide to Getting Things Done
#74Emacs Org-Mode, along with its org-capture mode and the ability to clock in/out, is a perfect tool to implement this, btw. https://emacs.cafe/emacs/orgmode/gtd/2017/06/30/orgmode-gtd.... http://orgmode.org/worg/org-gtd-etc.html
I was always curious about trying this, but has always been put off by the Emacs part of it. How much Emacs do you need to know to use this comfortably?
Shortcuts to open a file (C-x C-f), close it (C-x k), and closing emacs (C-x C-c) would be the emacs shortcuts you'd need to learn. The rest would be org-mode shortcuts, like setting something as done (C-c C-t d) etc.
You will have to get used to being in Emacs though, that's for sure :)