emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Michael Brand <michael.ch.brand@gmail.com>
To: Rene <jlr_0@yahoo.com>
Cc: Org Mode <emacs-orgmode@gnu.org>
Subject: Re: How to filter on files
Date: Mon, 18 Nov 2013 17:19:26 +0100	[thread overview]
Message-ID: <CALn3zogLyOtKqvwrjsDAETO8DhraHuNV-ZDChNDYdm2wnZOhPQ@mail.gmail.com> (raw)
In-Reply-To: <loom.20131118T135751-809@post.gmane.org>

Hi Rene

On Mon, Nov 18, 2013 at 2:00 PM, Rene <jlr_0@yahoo.com> wrote:
> Is there some config example out there?

I think this simplified part of my config for
org-agenda-custom-commands is similar to what you are looking for:

    [...]
    ("c" "calendar c--"
     ((agenda
       ""
       ((org-agenda-files '("/<my_data>/notes_c.org"))))))
    ("d" "calendar cd-"
     ((agenda
       ""
       ((org-agenda-files '("/<my_data>/notes_c.org"
                            "/<my_data>/notes_d.org"))))))
    ("p" "calendar cdp"
     ((agenda
       ""
       ((org-agenda-files '("/<my_data>/notes_c.org"
                            "/<my_data>/notes_d.org"
                            "/<my_data>/notes_p.org"))))))
    [...]

Michael

  parent reply	other threads:[~2013-11-18 16:19 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-11-15  9:26 org-agenda-category-filter-preset Rene
2013-11-15  9:38 ` org-agenda-category-filter-preset Bastien
2013-11-15 14:47   ` How to filter on files Rene
2013-11-15 16:01     ` Bastien
2013-11-15 20:33       ` Rene
2013-11-15 20:43         ` Bastien
2013-11-18 13:00           ` Rene
2013-11-18 13:55             ` Eric Abrahamsen
2013-11-18 20:24               ` Rene
2013-11-18 16:19             ` Michael Brand [this message]
2013-11-18 20:11               ` Rene

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=CALn3zogLyOtKqvwrjsDAETO8DhraHuNV-ZDChNDYdm2wnZOhPQ@mail.gmail.com \
    --to=michael.ch.brand@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    --cc=jlr_0@yahoo.com \
    /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).