> Sent: Saturday, November 28, 2020 at 8:26 PM > From: "Detlef Steuer" <ste...@hsu-hh.de> > To: emacs-orgmode@gnu.org > Subject: Re: Adding Org Files to org-agenda-files > > Am Sat, 28 Nov 2020 20:16:52 +0100 > schrieb daniela-s...@gmx.it: > > > Something is wrong. Now I have done as follows, but Org Agenda still > > shows meetings. > > > > (setq org-agenda-files > > '("~/02histr/gadmin/todo.rcl.org" > > "~/02histr/gadmin/writing.rcl.org" > > "~/02histr/gadmin/health.rcl.org")) > > To take effect this setting must be executed C-x C-e > in a running session. See: > https://www.gnu.org/software/emacs/manual/html_node/efaq/Evaluating-Emacs-Lisp-code.html > > Or, if still unsure how all this stuff interacts, restart emacs after > altering the init file. Don't ask how for long I did it that way.
That's what I've been doing, altering the init file, then restart emacs by firing a new session. This is defeating me. > Detlef > > > > > ;; "~/02histr/gadmin/meeting.rcl.org" > > ;; "~/02histr/gadmin/household.rcl.org" > > > > > Sent: Saturday, November 28, 2020 at 8:01 PM > > > From: "Jeremie Juste" <jeremieju...@gmail.com> > > > To: daniela-s...@gmx.it > > > Cc: "Org-Mode mailing list" <emacs-orgmode@gnu.org> > > > Subject: Re: Adding Org Files to org-agenda-files > > > > > > || On Saturday, 28 Nov 2020 at 19:43, daniela-s...@gmx.it wrote: > > > > Why does Agenda not simply honour the init file. Many fume > > > > something awful when you question them on how things are done. > > > It turns out that it does. > > > > > > This what I have in my input file > > > > > > (setq org-agenda-files > > > '("~/Documents/academic-project.org" "~/Documents/when-tired.org" > > > "~/Documents/work.org" "~/Documents/refile.org" > > > "~/Documents/todo.org")) > > > > > > just be careful about the custom-set-variables section. I you use > > > the command (org-agenda-file-to-front) to add files to > > > org-agenda-files, then if I'm not mistaken the org-agenda-files > > > will get redefined in the custom-set-variables section. > > > > > > HTH, > > > Best regards, > > > Jeremie > > > > > > > > > > > > > > > > > > > >