Instead of adding .org
files using C-c [
I would like to add a directory to my .emacs
file, as I read it is done here.
I only have one directory at the moment, so this is the line I put into my .emacs
:
(setq org-agenda-files (quote ("~/Documents/Org")))
This path should be pointing to a directory I have, named "Org", where I have a few .org
files.
However, when I call the Agenda with C-c a
and subsequently try to gather all TODO
items with key t
, I get the following message:
Non-existent agenda file ~/Documents/Org. [R]emove from list or [A]bort?
I notice that there is a full stop mark in the message, which is not intended. Also, it looks like emacs
is really asking for a file, not a directory.