emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Adding Org Files to org-agenda-files


From: daniela-spit
Subject: Re: Adding Org Files to org-agenda-files
Date: Sat, 28 Nov 2020 18:01:47 +0100

Have now removed /02histr/gadmin/household*.org and the entries are still 
there.  Does
it save things and got to reset something?  It has become very confusing.

> Sent: Saturday, November 28, 2020 at 5:51 PM
> From: "Jeremie Juste" <jeremiejuste@gmail.com>
> To: daniela-spit@gmx.it
> Cc: "Org-Mode mailing list" <emacs-orgmode@gnu.org>
> Subject: Re: Adding Org Files to org-agenda-files
>
> 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
>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]