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
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
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