From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo de Moraes Serpa Subject: building tagcloud datastructure in elisp Date: Wed, 12 Sep 2012 13:41:35 -0500 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=14dae934098f5094ff04c9858ad3 Return-path: Received: from eggs.gnu.org ([208.118.235.92]:56623) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TBrsX-0007cJ-AY for emacs-orgmode@gnu.org; Wed, 12 Sep 2012 14:41:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TBrsW-00019o-Ax for emacs-orgmode@gnu.org; Wed, 12 Sep 2012 14:41:37 -0400 Received: from mail-ie0-f169.google.com ([209.85.223.169]:51948) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TBrsW-00019h-6B for emacs-orgmode@gnu.org; Wed, 12 Sep 2012 14:41:36 -0400 Received: by iec9 with SMTP id 9so3931394iec.0 for ; Wed, 12 Sep 2012 11:41:35 -0700 (PDT) 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: Org Mode --14dae934098f5094ff04c9858ad3 Content-Type: text/plain; charset=ISO-8859-1 Hi list, How hard would it be to parse a bunch of org files and build an elisp data structure (Hash?) that represents a tagcloud? All tags in all headlines and subtrees should be taken into account (for all org files that are parsed). Could I use org-element to help me parse this or is there a better way? I'm just learning the org API, and I've only done a bunch of elisp hacks, so any insight would be greatly appreciated! Thanks, - Marcelo. --14dae934098f5094ff04c9858ad3 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Hi list,

How hard would it be to parse a bunch of org fi= les and build an elisp data structure (Hash?) that represents a tagcloud? A= ll tags in all headlines and subtrees should be taken into account (for all= org files that are parsed). Could I use org-element to help me parse this = or is there a better way?

I'm just learning the org API, and I've only do= ne a bunch of elisp hacks, so any insight would be greatly appreciated!

Thanks,

- Marcelo.
--14dae934098f5094ff04c9858ad3--