emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* list of todo entries without tags
@ 2009-03-24 18:16 Richard KLINDA
  2009-03-24 18:38 ` Carsten Dominik
  0 siblings, 1 reply; 7+ messages in thread
From: Richard KLINDA @ 2009-03-24 18:16 UTC (permalink / raw)
  To: emacs-orgmode

Hello, how can I get the list of tagless todo entries?

Thanks!
Richard

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

* Re: list of todo entries without tags
  2009-03-24 18:16 list of todo entries without tags Richard KLINDA
@ 2009-03-24 18:38 ` Carsten Dominik
  2009-03-24 19:07   ` Nick Dokos
  2009-03-24 20:03   ` Richard KLINDA
  0 siblings, 2 replies; 7+ messages in thread
From: Carsten Dominik @ 2009-03-24 18:38 UTC (permalink / raw)
  To: Richard KLINDA; +Cc: emacs-orgmode

C-c a M - { . } RET

One free download of the next Org-mode version for the first
person to explain why this works... :-)

- Carsten

On Mar 24, 2009, at 7:16 PM, Richard KLINDA wrote:

> Hello, how can I get the list of tagless todo entries?
>
> Thanks!
> Richard
>
>
> _______________________________________________
> Emacs-orgmode mailing list
> Remember: use `Reply All' to send replies to the list.
> Emacs-orgmode@gnu.org
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode

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

* Re: list of todo entries without tags
  2009-03-24 18:38 ` Carsten Dominik
@ 2009-03-24 19:07   ` Nick Dokos
  2009-03-24 20:38     ` Carsten Dominik
  2009-03-24 20:03   ` Richard KLINDA
  1 sibling, 1 reply; 7+ messages in thread
From: Nick Dokos @ 2009-03-24 19:07 UTC (permalink / raw)
  To: Carsten Dominik; +Cc: emacs-orgmode, Richard KLINDA

Carsten Dominik <carsten.dominik@gmail.com> wrote:

> C-c a M - { . } RET
> 
> One free download of the next Org-mode version for the first
> person to explain why this works... :-)
> 

C-c a   agenda command
M       query TODO entries against a match expression -{.}
-       negative match
{re}    curly braces delimiting regular expression
.       Regular expression meaning "any single character"

i.e. select TODO entries that don't match against a tag
that contains any character.

Do I get the free download ?-) And what do you get for
coming up with it in the first place ?-)

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

* Re: list of todo entries without tags
  2009-03-24 18:38 ` Carsten Dominik
  2009-03-24 19:07   ` Nick Dokos
@ 2009-03-24 20:03   ` Richard KLINDA
  1 sibling, 0 replies; 7+ messages in thread
From: Richard KLINDA @ 2009-03-24 20:03 UTC (permalink / raw)
  To: emacs-orgmode

>>>>> Regarding 'Re: list of todo entries without tags'; Carsten Dominik adds:


  > C-c a M - { . }

Superb, thanks:)

Richard

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

* Re: list of todo entries without tags
  2009-03-24 19:07   ` Nick Dokos
@ 2009-03-24 20:38     ` Carsten Dominik
  2009-03-24 20:53       ` John Rakestraw
  0 siblings, 1 reply; 7+ messages in thread
From: Carsten Dominik @ 2009-03-24 20:38 UTC (permalink / raw)
  To: nicholas.dokos; +Cc: emacs-orgmode, Richard KLINDA


On Mar 24, 2009, at 8:07 PM, Nick Dokos wrote:

> Carsten Dominik <carsten.dominik@gmail.com> wrote:
>
>> C-c a M - { . } RET
>>
>> One free download of the next Org-mode version for the first
>> person to explain why this works... :-)
>>
>
> C-c a   agenda command
> M       query TODO entries against a match expression -{.}
> -       negative match
> {re}    curly braces delimiting regular expression
> .       Regular expression meaning "any single character"
>
> i.e. select TODO entries that don't match against a tag
> that contains any character.
>
> Do I get the free download ?-)

Absolutely!  10 out of 10 points, I'll mail you an
activation code privately :-)

> And what do you get for
> coming up with it in the first place ?-)

I'll accept gifts :-)

- Carsten

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

* Re: list of todo entries without tags
  2009-03-24 20:38     ` Carsten Dominik
@ 2009-03-24 20:53       ` John Rakestraw
  2009-03-25  8:38         ` Carsten Dominik
  0 siblings, 1 reply; 7+ messages in thread
From: John Rakestraw @ 2009-03-24 20:53 UTC (permalink / raw)
  To: emacs-orgmode

On Tue, 24 Mar 2009 21:38:52 +0100
Carsten Dominik <carsten.dominik@gmail.com> wrote:

> > And what do you get for
> > coming up with it in the first place ?-)  
> 
> I'll accept gifts :-)

I'm not a coder, but it seems to me that if the person who solves the
puzzle gets a free download, then the person who came up with the
puzzle should get to provide a free upload. How would that be?

;-)

--John

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

* Re: list of todo entries without tags
  2009-03-24 20:53       ` John Rakestraw
@ 2009-03-25  8:38         ` Carsten Dominik
  0 siblings, 0 replies; 7+ messages in thread
From: Carsten Dominik @ 2009-03-25  8:38 UTC (permalink / raw)
  To: John Rakestraw; +Cc: emacs-orgmode


On Mar 24, 2009, at 9:53 PM, John Rakestraw wrote:

> On Tue, 24 Mar 2009 21:38:52 +0100
> Carsten Dominik <carsten.dominik@gmail.com> wrote:
>
>>> And what do you get for
>>> coming up with it in the first place ?-)
>>
>> I'll accept gifts :-)
>
> I'm not a coder, but it seems to me that if the person who solves the
> puzzle gets a free download, then the person who came up with the
> puzzle should get to provide a free upload. How would that be?

This sounds really exciting! ;-)

- Carsten

>
> ;-)
>
> --John
>
>
> _______________________________________________
> Emacs-orgmode mailing list
> Remember: use `Reply All' to send replies to the list.
> Emacs-orgmode@gnu.org
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode

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

end of thread, other threads:[~2009-03-25  8:38 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-03-24 18:16 list of todo entries without tags Richard KLINDA
2009-03-24 18:38 ` Carsten Dominik
2009-03-24 19:07   ` Nick Dokos
2009-03-24 20:38     ` Carsten Dominik
2009-03-24 20:53       ` John Rakestraw
2009-03-25  8:38         ` Carsten Dominik
2009-03-24 20:03   ` Richard KLINDA

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