emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Case-sensitivity in regular expressions and sparse trees for tags
@ 2008-09-17 19:38 Chris Randle
  2008-09-18 15:43 ` Carsten Dominik
  0 siblings, 1 reply; 3+ messages in thread
From: Chris Randle @ 2008-09-17 19:38 UTC (permalink / raw)
  To: emacs-orgmode

Hi Gerrit

Forgive me if I've misunderstood regular expressions in Emacs or
Org-mode in some fundamental way!

I have some tags which begin "CD" followed by a number. For example

* Tagged Heading  :CD123:

When I ask for a sparse tree of all tags beginning with "CD", I do

'C-c / T'

And ask for tags of

{^CD.*}

This doesn't return any of the tagged headlines, but this does:

{^cd.*}

Is this a bug, or my misunderstanding? Obviously this is no
show-stopper, I just make sure that all my regexp searches are in lower
case, but thought I'd check.

-- 
Chris Randle
Windows XP SP3 - GNU Emacs 22.1.1 - Org-mode 6.06b

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2008-09-19  7:18 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-09-17 19:38 Case-sensitivity in regular expressions and sparse trees for tags Chris Randle
2008-09-18 15:43 ` Carsten Dominik
2008-09-19  6:09   ` Carsten Dominik

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).