emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Something don't work
@ 2022-10-31 18:29 Renato Pontefice
  2022-11-01  6:18 ` Ihor Radchenko
  0 siblings, 1 reply; 2+ messages in thread
From: Renato Pontefice @ 2022-10-31 18:29 UTC (permalink / raw)
  To: emacs-orgmode

I have done this line on my renato.org file:

** TODO  prova di domenica <2022-10-31 Mon 19:35>

So for today at 19:35 I should have an entry in agenda. Isn’t it?

But, If I press C-a a
I receive this agenda:

Week-agenda (W44):
Monday     31 October 2022 W44
Tuesday     1 November 2022
Wednesday   2 November 2022
Thursday    3 November 2022
Friday      4 November 2022
Saturday    5 November 2022
Sunday      6 November 2022


With nothing on 31 October.
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/
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?

TIA


Renato

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Something don't work
  2022-10-31 18:29 Something don't work Renato Pontefice
@ 2022-11-01  6:18 ` Ihor Radchenko
  0 siblings, 0 replies; 2+ messages in thread
From: Ihor Radchenko @ 2022-11-01  6:18 UTC (permalink / raw)
  To: Renato Pontefice; +Cc: emacs-orgmode

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>


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-11-01  6:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-31 18:29 Something don't work Renato Pontefice
2022-11-01  6:18 ` Ihor Radchenko

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).