emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Puneeth Chaganti <punchagan@gmail.com>
To: "Adrian C." <anrxc@sysphere.org>
Cc: emacs-orgmode@gnu.org
Subject: Re: Merging a list and wildcard expansion in org-agenda-files
Date: Sun, 10 Apr 2011 19:42:52 +0530	[thread overview]
Message-ID: <BANLkTikNgqa12-=eBwQmij=iuzd-xPv0mA@mail.gmail.com> (raw)
In-Reply-To: <BANLkTinpGtjT_nisnHqAaq8K3S0KJtoNMg@mail.gmail.com>

Sorry for replying to my own mail.

On Sun, Apr 10, 2011 at 7:36 PM, Puneeth Chaganti <punchagan@gmail.com> wrote:
> On Sun, Apr 10, 2011 at 1:16 AM, Adrian C. <anrxc@sysphere.org>
> I'm not sure this is the best way to do it, but this works.
>
> (setq org-agenda-files (append
>                        '("~/.life-in-plain-text/")
>                        (file-expand-wildcards
>                         "/tmp/projects/*/projects.org")))

This is more like it, I think.

(setq org-agenda-files
      (cons "~/org/"
            (file-expand-wildcards "~/projects/*/projects.org")))

--
Puneeth

  reply	other threads:[~2011-04-10 14:13 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-04-09 19:46 Merging a list and wildcard expansion in org-agenda-files Adrian C.
2011-04-10 14:06 ` Puneeth Chaganti
2011-04-10 14:12   ` Puneeth Chaganti [this message]
2011-04-10 17:21     ` Adrian C.
2011-04-10 17:31       ` Puneeth Chaganti
2011-04-10 17:35         ` Adrian C.

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='BANLkTikNgqa12-=eBwQmij=iuzd-xPv0mA@mail.gmail.com' \
    --to=punchagan@gmail.com \
    --cc=anrxc@sysphere.org \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).