emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Bug: org-map-entries docstring
@ 2013-02-22 17:17 Christopher Schmidt
  2013-02-26 14:14 ` Bastien
  0 siblings, 1 reply; 2+ messages in thread
From: Christopher Schmidt @ 2013-02-22 17:17 UTC (permalink / raw)
  To: emacs-orgmode

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.

        Christopher

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

* Re: Bug: org-map-entries docstring
  2013-02-22 17:17 Bug: org-map-entries docstring Christopher Schmidt
@ 2013-02-26 14:14 ` Bastien
  0 siblings, 0 replies; 2+ messages in thread
From: Bastien @ 2013-02-26 14:14 UTC (permalink / raw)
  To: Christopher Schmidt; +Cc: emacs-orgmode

Hi Christopher,

Christopher Schmidt <christopher@ch.ristopher.com> 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

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

end of thread, other threads:[~2013-02-26 14:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-02-22 17:17 Bug: org-map-entries docstring Christopher Schmidt
2013-02-26 14:14 ` Bastien

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