emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Something don't work


From: Ihor Radchenko
Subject: Re: Something don't work
Date: Tue, 01 Nov 2022 06:18:59 +0000

Renato Pontefice <renato.pontefice@gmail.com> writes:

> I’m wondering: where do my init.el must reside to let emacs read it?
> Because on my Mac, I have on .emacs.d folder an nit.el here 
> Users/xxxxyyyy/.emacs.d/

nit.el or init.el?
Try M-: (find-file user-init-file) <RET>
It should go to the init file Emacs is using.

> With that entry:
> ;;-------------------------- file utilizzati  per TODO list in Agenda
> (setq org-agenda-files
>       '( "/Volumes/renato07/renato.org"
>        ))
>
> Is not that the file that emacs read?

You can execute check the value of org-agenda-file to make sure that it
is being set (it is likely not):

C-h v org-agenda-files <RET>


-- 
Ihor Radchenko // yantar92,
Org mode contributor,
Learn more about Org mode at <https://orgmode.org/>.
Support Org development at <https://liberapay.com/org-mode>,
or support my work at <https://liberapay.com/yantar92>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]