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-s...@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

Reply via email to