May 26, 2019

Getting started with org-agenda

This is basically a shorter version of the official org-mode documentation. For more information and more advanced uses see that link. Getting started Assuming that org-mode is already installed the first thing we need to do is to let org-agenda know what files we intend to use for our agenda. Say you want to have two separate files. One for your personal life and one for your work life then you can use the following snippet: (setq org-agenda-files (list "~/org/work. Read more