From mboxrd@z Thu Jan 1 00:00:00 1970 From: William =?UTF-8?B?TMOJQ0hFTExF?= Subject: Subtasks cookies out of export Date: Mon, 27 Aug 2012 03:50:45 -0400 Message-ID: <87ehmsdb8q.wl%william.lechelle@ens-lyon.fr> Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Return-path: Received: from eggs.gnu.org ([208.118.235.92]:59490) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T5u63-0000c8-3A for emacs-orgmode@gnu.org; Mon, 27 Aug 2012 03:50:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T5u5z-0007He-1S for emacs-orgmode@gnu.org; Mon, 27 Aug 2012 03:50:55 -0400 Received: from jabiru.ens-lyon.fr ([140.77.51.2]:40541) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T5u5y-0007HI-Qq for emacs-orgmode@gnu.org; Mon, 27 Aug 2012 03:50:50 -0400 Received: from localhost (localhost [127.0.0.1]) by jabiru.ens-lyon.fr (Postfix) with ESMTP id B9202A3BA8 for ; Mon, 27 Aug 2012 09:50:48 +0200 (CEST) Received: from jabiru.ens-lyon.fr ([127.0.0.1]) by localhost (jabiru.ens-lyon.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id pxe81HPQHgH9 for ; Mon, 27 Aug 2012 09:50:47 +0200 (CEST) Received: from villian.umontreal.ca (x-132-204-242-141.xtpr.umontreal.ca [132.204.242.141]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (Client did not present a certificate) by jabiru.ens-lyon.fr (Postfix) with ESMTPSA id 77EB5A3B9B for ; Mon, 27 Aug 2012 09:50:47 +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 Hi list, I use subtasks cookies in titles, as described in http://orgmode.org/manual/Breaking-down-tasks.html, along with todo keywords, when writing a document to be exported, and I'd like then NOT to be exported (for they're org metadata). Exporting to pdf, still using the default exporter. I would have guess there would be an #+option for that (removing the progress cookies), but I didn't find it in the export options page. How much is that possible ? Thanks in advance.