From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Bug: org-map-entries docstring Date: Tue, 26 Feb 2013 15:14:55 +0100 Message-ID: <87ip5fxiu8.fsf@bzg.ath.cx> References: <87vc9k6zft@ch.ristopher.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:36054) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UALJA-000102-6Y for emacs-orgmode@gnu.org; Tue, 26 Feb 2013 09:15:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UALJ9-0005fj-2Y for emacs-orgmode@gnu.org; Tue, 26 Feb 2013 09:15:04 -0500 Received: from mail-wg0-f43.google.com ([74.125.82.43]:45088) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UALJ8-0005eS-SH for emacs-orgmode@gnu.org; Tue, 26 Feb 2013 09:15:02 -0500 Received: by mail-wg0-f43.google.com with SMTP id e12so3360447wge.34 for ; Tue, 26 Feb 2013 06:15:02 -0800 (PST) In-Reply-To: <87vc9k6zft@ch.ristopher.com> (Christopher Schmidt's message of "Fri, 22 Feb 2013 17:17:06 +0000 (GMT)") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Christopher Schmidt Cc: emacs-orgmode@gnu.org Hi Christopher, Christopher Schmidt writes: > C-h f org-map-entries RET > > The remaining args are treated as settings for the skipping > facilities of the scanner. The following items can be given here: > > archive skip trees with the archive tag. > comment skip trees with the COMMENT keyword > function or Emacs Lisp form: > will be used as value for `org-agenda-skip-function', > so whenever the function returns t, FUNC will not be > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > called for that entry and search will continue from the > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > point where the function leaves it. > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > That is wrong. Function must return a buffer position or nil. Fixed, thanks. -- Bastien