emacs-orgmode
[Top][All Lists]
Advanced

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

Adding Org Files to org-agenda-files


From: daniela-spit
Subject: Adding Org Files to org-agenda-files
Date: Sat, 28 Nov 2020 16:39:35 +0100

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") ))





reply via email to

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