emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Bastien <bzg@altern.org>
To: emacs-orgmode@gnu.org
Subject: Re: Re: How to get a list of todos with no TAGS
Date: Fri, 07 Sep 2007 17:01:06 +0200	[thread overview]
Message-ID: <87d4wubjv1.fsf@bzg.ath.cx> (raw)
In-Reply-To: <fbrnv8$7n0$1@sea.gmane.org> (Rainer Stengele's message of "Fri, 07 Sep 2007 16:41:45 +0200")

Rainer Stengele <rainer.stengele@diplan.de> writes:

> Thank you first of all - but:
>
> it does not work: these todos for example do not show:
>
> *** TODO empty TODO
> *** TODO [#A]  [Dongleproblem]: CV070907_002 V07.14 und CV070829_005

--8<---------------cut here---------------start------------->8---
(setq org-agenda-custom-commands
      '(("x" todo "TODO"
         ((org-agenda-skip-function
          (lambda nil
           (org-agenda-skip-entry-if 'regexp ":[[:alnum:]:_@]+:[ \t]*$"))
          (org-agenda-overriding-header "TODO entries with no tags: "))))))
--8<---------------cut here---------------end--------------->8---

Small typo.  Just add the "$" at the end of the regexp.

--
Bastien

  reply	other threads:[~2007-09-07 15:01 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-09-07 13:34 How to get a list of todos with no TAGS Rainer Stengele
2007-09-07 13:45 ` Bastien
2007-09-07 14:05   ` Rainer Stengele
2007-09-07 14:18     ` Bastien
2007-09-07 14:41       ` Rainer Stengele
2007-09-07 15:01         ` Bastien [this message]
2007-09-07 15:54           ` Rainer Stengele
2007-09-09 15:29             ` Carsten Dominik

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=87d4wubjv1.fsf@bzg.ath.cx \
    --to=bzg@altern.org \
    --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).