emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Darlan Cavalcante Moreira <darcamo@gmail.com>
To: suvayu ali <fatkasuvayu+linux@gmail.com>
Cc: org-mode mailing list <emacs-orgmode@gnu.org>
Subject: Re: Question about org-search-view and org-occur-in-agenda-files
Date: Mon, 25 Jul 2011 15:29:54 -0300	[thread overview]
Message-ID: <4e2db626.1451640a.13da.fffff268@mx.google.com> (raw)
In-Reply-To: <CAMXnza3fjeMSMGKzv1EUX+iO99A0GfO4ppz4N_h6z7gAzo=OiQ@mail.gmail.com>


You can probably use custom agenda commands for this. See the documentation
for the org-agenda-custom-commands and the corresponding section in the
manual [1]. You can set the org-agenda-files and
org-agenda-text-search-extra-files to point to the old project for some
custom search.

For instance, I use
--8<---------------cut here---------------start------------->8---
#+begin_src emacs-lisp
  (setq org-agenda-custom-commands
        (quote (
                ... Some custom commands
                ("N" . "Search in notes.org")
                ("Nw" search ""
                ((org-agenda-files '("~/org/notes.org"))
                 (org-agenda-text-search-extra-files nil)))
                ("Nt" tags ""
                ((org-agenda-files '("~/org/notes.org"))
                 (org-agenda-text-search-extra-files nil)))
                ... Some more custom commands
                )))
#+end_src
--8<---------------cut here---------------end--------------->8---

This allows-me to perform a search only in my org/notes.org file without
actually changing my org-agenda-files.

--
Darlan

[1] - http://orgmode.org/org.html#Custom-agenda-views


At Sat, 23 Jul 2011 19:36:16 +0200,
suvayu ali <fatkasuvayu+linux@gmail.com> wrote:
> 
> Hi Orgers,
> 
> I know that I can use `org-search-view' or `org-occur-in-agenda-files'
> from the agenda to search for some string on all my agenda files. And I
> can customise `org-agenda-text-search-extra-files' to include extra text
> files.
> 
> These search functions are quite powerful in general, so I was wondering
> if these functions can be used to do a search restricted to say a list
> of files or to org files within a directory. If I could wrap these in my
> own functions, even that would be amazingly helpful.
> 
> To illustrate a use case, I recently switched research projects[1]. I
> keep all my files related to the OLDPROJ under ~/org/OLDPROJ/ and all my
> files related to the NEWPROJ under ~/org/NEWPROJ/[2]. Now when I perform
> a text search I want to include only the NEWPROJ along with my agenda
> files (located in ~/org/). Now I would like to have an interface (either
> through the agenda menu or through some interactively called function)
> to perform a search _only_ on the OLDPROJ files when necessary. Is that
> possible?
> 
> Any hints as to how I can achieve this would be amazingly helpful.
> Thanks. :)
> 
> 
> Footnotes:
> 
> [1] I am using the word project rather loosely to describe a
>     super-project with several sub-projects which are rather significant
>     by themselves.
> 
> [2] These project directories have their own structure based on
>     sub-projects and other needs.
> 
> -- 
> Suvayu
> 
> Open source is the future. It sets us free.
> 

  reply	other threads:[~2011-07-25 18:30 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-07-23 17:36 Question about org-search-view and org-occur-in-agenda-files suvayu ali
2011-07-25 18:29 ` Darlan Cavalcante Moreira [this message]
2011-07-25 20:07   ` suvayu ali
2011-07-26  1:20     ` Bernt Hansen
2011-07-26  2:04       ` suvayu ali
2011-07-26  3:09     ` Matt Lundin
2011-07-26  9:50       ` suvayu ali

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=4e2db626.1451640a.13da.fffff268@mx.google.com \
    --to=darcamo@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    --cc=fatkasuvayu+linux@gmail.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).