From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Zhao Subject: Re: Document of org-map-entries Date: Thu, 13 Oct 2016 01:25:57 -0400 Message-ID: References: <87vawwx3db.fsf@gmail.com> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001a11c019aa277b52053eb85890 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39544) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1buYWm-0005Nc-9A for emacs-orgmode@gnu.org; Thu, 13 Oct 2016 01:26:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1buYWk-0005aj-2U for emacs-orgmode@gnu.org; Thu, 13 Oct 2016 01:25:59 -0400 Received: from mail-yb0-x22e.google.com ([2607:f8b0:4002:c09::22e]:36838) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1buYWj-0005aU-T0 for emacs-orgmode@gnu.org; Thu, 13 Oct 2016 01:25:58 -0400 Received: by mail-yb0-x22e.google.com with SMTP id 191so27007285ybv.3 for ; Wed, 12 Oct 2016 22:25:57 -0700 (PDT) In-Reply-To: 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" To: Nick Dokos Cc: emacs-orgmode --001a11c019aa277b52053eb85890 Content-Type: text/plain; charset=UTF-8 One more question: how do I map only the entries that has a specific property defined? The following code didn't work. (org-map-entries (lambda () (...)) "mytag+myproperty<>nil") Thanks, On Thu, Oct 13, 2016 at 1:00 AM, York Zhao wrote: > Thank you very much Nick. > > (info "(org) Using the mapping API") was the first doc I read which has > very little information on how to use the "match" parameter. (info "(org) > Matching tags and properties") does have a lot more detail though. > > > On Thu, Oct 13, 2016 at 12:46 AM, Nick Dokos wrote: > >> York Zhao writes: >> >> >> > I wanted to know how to use the MATCH parameter in >> > `org-map-entries'. I've searched extensively, but was unable to find >> > much useful information. Can somebody please shed some lights on >> > this? >> > >> >> See >> >> (info "(org) Using the mapping API") >> >> and >> >> (info "(org) Matching tags and properties") >> >> -- >> Nick >> >> >> > --001a11c019aa277b52053eb85890 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
One more question: how do I map only the entries that= has a specific property
defined? The following code didn't work.
(org-map-entries
=C2=A0=C2=A0=C2=A0=C2=A0 (lambda () (...))
=C2= =A0=C2=A0=C2=A0=C2=A0 "mytag+myproperty<>nil")

Thanks,


On Thu, Oct 13, 2016 at 1:00 AM, York Zhao <gtdplatform@gmail.com<= /a>> wrote:
Th= ank you very much Nick.

(info "(org) Using the mapping API"= ;) was the first doc I read which has very little information on how to use= the "match" parameter.=C2=A0 (info "(org) Matching tags and= properties") does have a lot more detail though.


On Thu, Oct 13, 2016 at 12:46 AM, Nick Dokos <ndokos@gmail= .com> wrote:
York Zha= o <gtdplatfor= m@gmail.com> writes:


> I wanted to know how to use the MATCH parameter in
> `org-map-entries'. I've searched extensively, but was unable t= o find
> much useful information. Can somebody please shed some lights on
> this?
>

See

=C2=A0 =C2=A0(info "(org) Using the mapping API")

and

=C2=A0 =C2=A0(info "(org) Matching tags and properties")

--
Nick




--001a11c019aa277b52053eb85890--