From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eike Subject: Re: accessing properties in org-element-parse-buffer tree Date: Sun, 31 Aug 2014 11:12:10 +0200 Message-ID: <87iol9yq9k.fsf@ithaka.home> References: <87ppfhzweg.fsf@ithaka.home> <87k35p5s3d.fsf@ericabrahamsen.net> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:36769) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XO1F7-0003VD-DW for emacs-orgmode@gnu.org; Sun, 31 Aug 2014 05:16:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XO1F1-0002ny-5A for emacs-orgmode@gnu.org; Sun, 31 Aug 2014 05:16:13 -0400 Received: from ns.km31707.keymachine.de ([87.118.120.70]:43810 helo=eknet.org) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XO1F0-0002nl-V4 for emacs-orgmode@gnu.org; Sun, 31 Aug 2014 05:16:07 -0400 Received: from 84-73-222-131.dclient.hispeed.ch (EHLO ithaka.home.eknet.org) ([84.73.222.131]) by km31707 (JAMES SMTP Server ) with ESMTPA ID 366690247 for ; Sun, 31 Aug 2014 11:16:05 +0200 (CEST) In-reply-to: <87k35p5s3d.fsf@ericabrahamsen.net> 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: emacs-orgmode@gnu.org Eric Abrahamsen writes: > Eike writes: > >> Hello list, >> >> I want to ask for help regarding elisp and org-elements. I like to >> access the properties of all my headlines and I created the following >> function (tree is the parsed tree) that collects them into an a-list: > > You could also take a look at org-collector, in contrib. It might give > you some ideas, or even solve your problem directly. Yes, that looks really interesting! Thanks for the tip! Kind regards Eike