emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Tom Shannon <tshanno@gmail.com>
To: emacs-orgmode@gnu.org
Subject: Trouble with Properties and Sparse Trees/Agenda View
Date: Sat, 4 Apr 2009 14:22:47 -0500	[thread overview]
Message-ID: <aaddd280904041222v452e622ay4280262a3894df5d@mail.gmail.com> (raw)

In my never ending search for good organizational tools I've come back
to try org-mode again.  The concept of using tags wasn't that
appealing to me but the addition of properties and columns makes it
now very feasible.  I am, however, running into problems associated
with these new features.

I'm using org-mode 6.24b and emacs 22.2.1 under Ubuntu Linux.
Creation of sparse trees and agenda views based upon tag matching is
working very well for me.  Creation of sparse trees and agenda views
based upon properties fails spectacularly.  So badly in fact that I
know I must be doing something wrong.  Here's a sample org file:

---------

* Tasks
  :PROPERTIES:
  :Task-Status_ALL: "Not Started" "In Progress" Waiting
  :END:
** Shannon, Thomas R.
   :PROPERTIES:
   :Contact-Name: Shannon
   :Task-Status: Waiting
   :END:
*** TODO This is a task
*** TODO Task 4
**** TODO Task 2
**** TODO Task 3						       :Tag1:

* This is a heading
** TODO This is a task
** TODO Task 4
*** TODO Task 2
*** TODO Task 3

----------

Creation of a sparse tree (C-c / m) with a tag match "Tag1" give the following:

* Tasks...
** Shannon, Thomas R....
*** TODO Task 4...
**** TODO Task 3						       :Tag1:
* This is a heading...

So far so good.

Creation of a sparse tree (C-c / p) to match the property
"Contact-Name" with the value "Shannon" when prompted gives this:

* Tasks...
* This is a heading...

I expected:

* Tasks...
** Shannon, Thomas R....
* This is a heading...

Trying to create an agenda view based upon a property is even worse.
I can't get a search using C-c a m to match anything but tags.

This functionality is make-or-break for me.  Any indication of what
I'm doing wrong would be greatly appreciated.

Thanks,

Tom S.
-- 
The release of the atom power has changed everything except our way of
thinking...  The solution to this problem lies in the heart of
mankind.  If only I had known, I should have become a watchmaker.
-- Albert Einstein

             reply	other threads:[~2009-04-04 19:24 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-04-04 19:22 Tom Shannon [this message]
2009-04-04 21:15 ` Trouble with Properties and Sparse Trees/Agenda View Carsten Dominik
2009-04-04 22:03   ` Samuel Wales

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=aaddd280904041222v452e622ay4280262a3894df5d@mail.gmail.com \
    --to=tshanno@gmail.com \
    --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).