[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Adding Org Files to org-agenda-files
From: |
Jeremie Juste |
Subject: |
Re: Adding Org Files to org-agenda-files |
Date: |
Sat, 28 Nov 2020 17:51:34 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) |
Hello
Could you try to add the file another way just for testing?
For instance open a file that match the path
~/02histr/gadmin/household*.org, then
execute M-x org-agenda-file-to-front in this buffer.
It is also bound to C-c [ by default.
If the file is shown in the agenda, it might be a wildcard issue.
HTH,
Jeremie
On Saturday, 28 Nov 2020 at 16:39, daniela-spit@gmx.it wrote:
> Am trying to put files to display my schedules using the code below.
> I am seeing the schedule from meeting*.org, but those in household*.org
> are not being shown in Agenda.
>
> (setq org-agenda-files
> (append
> (file-expand-wildcards "~/02histr/gadmin/todo*.org")
> (file-expand-wildcards "~/02histr/gadmin/writing*.org")
> (file-expand-wildcards "~/02histr/gadmin/household*.org")
> (file-expand-wildcards "~/02histr/gadmin/health*.org")
> (file-expand-wildcards "~/02histr/gadmin/meeting*.org") ))
>
--
Jeremie Juste
- Adding Org Files to org-agenda-files, daniela-spit, 2020/11/28
- Re: Adding Org Files to org-agenda-files,
Jeremie Juste <=
- Re: Adding Org Files to org-agenda-files, daniela-spit, 2020/11/28
- Re: Adding Org Files to org-agenda-files, daniela-spit, 2020/11/28
- Re: Adding Org Files to org-agenda-files, Jeremie Juste, 2020/11/28
- Re: Adding Org Files to org-agenda-files, daniela-spit, 2020/11/28
- Re: Adding Org Files to org-agenda-files, daniela-spit, 2020/11/28
- Re: Adding Org Files to org-agenda-files, daniela-spit, 2020/11/28
- Re: Adding Org Files to org-agenda-files, Jeremie Juste, 2020/11/28
- Re: Adding Org Files to org-agenda-files, daniela-spit, 2020/11/28
- Re: Adding Org Files to org-agenda-files, Detlef Steuer, 2020/11/28
- Re: Adding Org Files to org-agenda-files, daniela-spit, 2020/11/28