Marcin Antczak <marcin.antc...@neutrico-themes.pl> 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 any easy way to avoid them in output? > >
Do you mean output when exporting? If so, the manual says #+OPTIONS: stat:nil should work. See (info "(org) Export settings") for that and many more options, as well as the corresponding variables that you could use if you want the setting to be permanent. -- Nick