This is what I’ve wrote to my init.el

(setq org-agenda-files
      '( "~/org/corciano.org"
         ))


With this I open my agenda buffer

(global-set-key (kbd "C-c a") #'org-agenda)

What’s wrong?

Can someone tell me what proof can I made?

Thank you


Renato

p.s.
I uninstall and reinstall emacs and put the old init.el on .emacs.d folder 
because there is not init.el
> Il giorno 1 nov 2022, alle ore 17:21, Fraga, Eric <e.fr...@ucl.ac.uk> ha 
> scritto:
> 
> On Tuesday,  1 Nov 2022 at 17:14, Renato Pontefice wrote:
>> I assigned just the root folder that contain the .org file.
>> Do I need to write the entire .org file?
> 
> Yes, as in '("~/org/mydiary.org") for org-agenda-files.
> 
> By the way, it's good practice to post followup messages to the list, not 
> just to an individual.  This way it helps others.
> 
> -- 
> : Eric S Fraga, with org release_9.5.5-1064-g5bc674 in Emacs 29.0.50


Reply via email to