From: Deech <aditya_siram@hotmail.com>
To: emacs-orgmode@gnu.org
Subject: Org Mode Searching Bug?
Date: Fri, 12 Jan 2007 17:43:14 +0000 (UTC) [thread overview]
Message-ID: <loom.20070112T171738-212@post.gmane.org> (raw)
Hi all,
I have been using org mode for the past month and on the whole it's great. But I
am having trouble searching tags and sorting TODO items.
If this is the original file:
*PROJECTS
** TODO Take out garbage :home:
Today is garbage + recycling
** TODO Do the laundry :home:
** DONE Pay car insurance :bills:
Doing a 'C-c v'(to show only TODO items) also shows the DONE item, like this:
*PROJECTS
** TODO Take out garbage :home:
** TODO Do the laundry :home:
** DONE Pay car insurance :bills:
If I move the DONE item to the top of the list, 'C-c v' correctly shows:
*PROJECTS
** TODO Take out garbage :home:
** TODO Do the laundry :home:
A similar phenomenon occurs when I search for the tag (C-c \) 'home'. When I
query the original file, the output includes the 'bills' tag like this:
*PROJECTS
** TODO Take out garbage :home:
** TODO Do the laundry :home:
** DONE Pay car insurance :bills:
Similarly, if I move the headline tagged with 'bills' to the top, the search
outputs the right thing:
*PROJECTS
** TODO Take out garbage :home:
** TODO Do the laundry :home:
This is a toy example I made up, but it does the same thing on 'production' file
that I use daily.
Any thoughts?
Thanks...
Deech
next reply other threads:[~2007-01-12 20:40 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-01-12 17:43 Deech [this message]
2007-01-14 15:27 ` Org Mode Searching Bug? Bastien
2007-01-15 16:23 ` Carsten Dominik
2007-01-15 17:08 ` Aditya Siram
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=loom.20070112T171738-212@post.gmane.org \
--to=aditya_siram@hotmail.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).