From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcin Antczak Subject: How to get headline title without statistic cookies. Date: Sun, 30 Mar 2014 15:54:46 +0200 Message-ID: <8761mvokpl.fsf@neutrico-themes.pl> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56410) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WUGDU-0001EW-C0 for emacs-orgmode@gnu.org; Sun, 30 Mar 2014 09:56:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WUGDL-0002a6-M5 for emacs-orgmode@gnu.org; Sun, 30 Mar 2014 09:56:04 -0400 Received: from 3.mo2.mail-out.ovh.net ([46.105.58.226]:51860 helo=mo2.mail-out.ovh.net) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WUGDL-0002ZT-ES for emacs-orgmode@gnu.org; Sun, 30 Mar 2014 09:55:55 -0400 Received: from mail605.ha.ovh.net (gw6.ovh.net [213.251.189.206]) by mo2.mail-out.ovh.net (Postfix) with SMTP id 57861FFC4B7 for ; Sun, 30 Mar 2014 15:55:51 +0200 (CEST) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org 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? Regards, Marcin