Sync Org Tasks to iPhone Reminder? Use Beorg!
Published on Nov 7, 2021, by Junji Zhi
If you use org-mode and own an iPhone, a natural thought is to view the tasks on the phone.
Sometimes I’m just too lazy to open the laptop lid and run
org-agenda
.
beorg works reasonably well for me.
Beorg has the interface that shows the tasks from both Reminder and org files. Set up iCloud to store the files.
Then pipe all the TODO captures to the iCloud path:
(setq beorg-file "~/Library/Mobile Documents/iCloud~com~appsonthemove~beorg/Documents/org/inbox.org")
(setq org-capture-templates
'(("t" "Todo" entry (file+headline beorg-file "Tasks")
"* TODO %?\n %i\n %a")))
Screenshot:
(Image courtesy: beorgapp.com)
Enjoy org files on the go!