Re: [O] building tagcloud datastructure in elisp

2012-09-12 Thread Jonathan Leech-Pepin
Hello Marcello, On 12 September 2012 14:41, Marcelo de Moraes Serpa wrote: > 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 f

Re: [O] building tagcloud datastructure in elisp

2012-09-12 Thread Eric Schulte
Marcelo de Moraes Serpa writes: > 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-el

[O] building tagcloud datastructure in elisp

2012-09-12 Thread Marcelo de Moraes Serpa
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 bet