Re: I cannot see my agenda view

2022-11-01 Thread Renato Pontefice
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 ema

Re: I cannot see my agenda view

2022-11-01 Thread Fraga, Eric
Where are your diary entries that you would expect to show up? You need to put the list of files with the diary entries in org-agenda-files (which you've customised to be an empty list). -- : Eric S Fraga, with org release_9.5.5-1064-g5bc674 in Emacs 29.0.50

I cannot see my agenda view

2022-11-01 Thread Renato Pontefice
I’ve made more change on my init.el, but I’m unable to show my Agenda view. If I send my init.el file does someone can help me to solve this prob? I think that I’ve made some change that does not work correctly This is my init.el what does can inhibit my working Agenda? __