Re: [O] How to ensure that (org-get-heading) is pretty?

2014-03-04 Thread Oleh
>> I'm working on a helm interface to org headings. > > Doesn't it already exist? What about: > > ╭ > │ helm-org-headlines is an interactive autoloaded compiled Lisp function in > │ `helm-org.el'. > │ > │ It is bound to . > │ > │ (helm-org-headlines) > │ > │ Preconfigured

Re: [O] How to ensure that (org-get-heading) is pretty?

2014-03-04 Thread Sebastien Vauban
Oleh wrote: > I'm working on a helm interface to org headings. Doesn't it already exist? What about: ╭ │ helm-org-headlines is an interactive autoloaded compiled Lisp function in │ `helm-org.el'. │ │ It is bound to . │ │ (helm-org-headlines) │ │ Preconfigured helm to

[O] How to ensure that (org-get-heading) is pretty?

2014-03-03 Thread Oleh
Hi all, I'm working on a helm interface to org headings. To get the candidates, I'm using `org-map-entries` and `org-get-heading` (see `worf-goto` function at: https://github.com/abo-abo/worf) If the document is fully expanded it works fine, but when it's initially folded and hasn't been expanded