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 16:18:19 +0200	[thread overview]
Message-ID: <877in2h844.fsf@bzg.ath.cx> (raw)
In-Reply-To: <fbrlqf$uv5$1@sea.gmane.org> (Rainer Stengele's message of "Fri, 07 Sep 2007 16:05:04 +0200")

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

> C-c a t does not show a todo without a tag.

My fault.  Its job is to show all TODO entries.

This custom command will list all TODO entries (matching "TODO" as a
TODO keyword) with no tags:

(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: ")))))

Try it with `C-c a x'.

-- 
Bastien

  reply	other threads:[~2007-09-07 14:18 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 [this message]
2007-09-07 14:41       ` Rainer Stengele
2007-09-07 15:01         ` Bastien
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=877in2h844.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).