From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adam Spiers Subject: Re: BUG: missing ' in org-agenda-skip-* docstrings Date: Mon, 31 Dec 2007 13:52:59 +0000 Message-ID: <20071231135259.GL20947@atlantic.linksys.moosehall> References: <20071231134953.GK20947@atlantic.linksys.moosehall> Reply-To: Adam Spiers Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1J9L4g-0006cD-V5 for emacs-orgmode@gnu.org; Mon, 31 Dec 2007 08:53:02 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1J9L4f-0006c1-Jr for emacs-orgmode@gnu.org; Mon, 31 Dec 2007 08:53:01 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1J9L4f-0006by-Ex for emacs-orgmode@gnu.org; Mon, 31 Dec 2007 08:53:01 -0500 Received: from mail.beimborn.com ([70.84.38.100]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1J9L4f-0008RH-0Y for emacs-orgmode@gnu.org; Mon, 31 Dec 2007 08:53:01 -0500 Received: from mail.beimborn.com (localhost.localdomain [127.0.0.1]) by mail.beimborn.com (8.12.11.20060308/8.12.8) with ESMTP id lBVDr0Cn026924 for ; Mon, 31 Dec 2007 07:53:00 -0600 Received: from localhost (localhost [[UNIX: localhost]]) by mail.beimborn.com (8.12.11.20060308/8.12.11/Submit) id lBVDqxgk026919 for emacs-orgmode@gnu.org; Mon, 31 Dec 2007 13:52:59 GMT Content-Disposition: inline In-Reply-To: <20071231134953.GK20947@atlantic.linksys.moosehall> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org And another ... http://www.adamspiers.org/cgi-bin/hg.cgi/org-atlantic/rev/eeeab6022608 # HG changeset patch # User Adam Spiers # Date 1199109084 0 # Node ID eeeab6022608fcb4348ddadcd595b20b3a524ecc # Parent fb36fb4548b2f886ef0ecb7fc14daaeca39762a4 fix org-agenda-skip-if typos diff -r fb36fb4548b2 -r eeeab6022608 org.el --- a/org.el Mon Dec 31 13:47:35 2007 +0000 +++ b/org.el Mon Dec 31 13:51:24 2007 +0000 @@ -20453,8 +20453,8 @@ regexp Check if regexp matches regexp Check if regexp matches notregexp Check if regexp does not match. -The regexp is taken from the conditions list, it must com right after the -`regexp' of `notregexp' element. +The regexp is taken from the conditions list, it must come right after the +`regexp' or `notregexp' element. If any of these conditions is met, this function returns the end point of the entity, causing the search to continue from there. This is a function