Re: [O] How to get headline title without statistic cookies.

2014-03-30 Thread Marcin Antczak
Nick Dokos writes: > Marcin Antczak writes: > >> Hi, >> >> As in topic. >> I got some headline with statistic cookies. For example: >> >> * My example headline [3/6][50%] >> >> How could I output headline text without cookies? >> >> (org-element-property :title headline) >> >> returns entire tit

Re: [O] How to get headline title without statistic cookies.

2014-03-30 Thread Nick Dokos
Marcin Antczak writes: > Hi, > > As in topic. > I got some headline with statistic cookies. For example: > > * My example headline [3/6][50%] > > How could I output headline text without cookies? > > (org-element-property :title headline) > > returns entire title string with cookies. > > Is there

[O] How to get headline title without statistic cookies.

2014-03-30 Thread Marcin Antczak
Hi, As in topic. I got some headline with statistic cookies. For example: * My example headline [3/6][50%] How could I output headline text without cookies? (org-element-property :title headline) returns entire title string with cookies. Is there any easy way to avoid them in output? Regar