I use Org Mode for personal logging/journalling
1–10 of 50 posts
Re: I use Org Mode for personal logging/journalling
#2I'm head-in org land. For habit-tracking, I found removing friction from the tracking process itself absolutely fundmental for longer term success (Atomic Habits, the book, corroborates). Like the author, I also needed mobile access for this. I built https://flathabits.com (powered by org) for this purpose (iOS only). In the end, I found I hardly used Emacs org mode to view or track my habits since the mobile app removed all the trakcing friction. Now I just get peace of mind knowing that I can access the plain text file if I want to.
ps. I also built another org mode app for iOS https://plainorg.com
Re: I use Org Mode for personal logging/journalling
#3I found trying to synchronise across devices tedious and made me stop logging.
Re: I use Org Mode for personal logging/journalling
#4I did a lot of time logging for orgmode. It was great if ones task are all done on a single computer. I found trying to synchronise across devices tedious and made me stop logging.
Re: I use Org Mode for personal logging/journalling
#5I did a lot of time logging for orgmode. It was great if ones task are all done on a single computer. I found trying to synchronise across devices tedious and made me stop logging.
Re: I use Org Mode for personal logging/journalling
#6I did a lot of time logging for orgmode. It was great if ones task are all done on a single computer. I found trying to synchronise across devices tedious and made me stop logging.
Just log into a remote shell and execute emacs-org-mode from there. Like, remote shells are free 2022, no? I agree that if all the devices can't generalize to one source then it isn't as rewarding.
Re: I use Org Mode for personal logging/journalling
#7Re: I use Org Mode for personal logging/journalling
#8I did a lot of time logging for orgmode. It was great if ones task are all done on a single computer. I found trying to synchronise across devices tedious and made me stop logging.
My current setup is also slightly dissatisfying in that regard. What's nice (or rather a consolation) about orgzly - the mobile app I use - is that upon conflict, it explicitly offers to either choose the remote or the local version. At first I was worried it would simply attempt to always overwrite based on the local version.
Re: I use Org Mode for personal logging/journalling
#9Re: I use Org Mode for personal logging/journalling
#10I did a lot of time logging for orgmode. It was great if ones task are all done on a single computer. I found trying to synchronise across devices tedious and made me stop logging.
On desktop I use Magit to push/pull changes.
On Android I cloned the repository in Termux and pointed Orgzly to it. This wasn't absolutely trivial, can provide details if needed. Also created some convenience scripts for git operations (commit-and-push, pull, check status). Now I can push/pull changes with singe-letter commands in Termux.
I find the friction to be low enough. Using git is also very convenient to resolve any conflicts in case I forget to push or pull some changes.