From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Exporter question Date: Tue, 12 Feb 2013 23:12:19 +0100 Message-ID: <87mwv99o70.fsf@gmail.com> References: <9C4C997C2CA6AA488CBC8C9E56E764EE264510C3@MBX04.uva.nl> <87r4kl9uy4.fsf@gmail.com> <4D16776B-192B-4723-80FF-AEAC5E3B458C@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:39361) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U5O5d-00030y-A3 for emacs-orgmode@gnu.org; Tue, 12 Feb 2013 17:12:38 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U5O5b-0003kk-W3 for emacs-orgmode@gnu.org; Tue, 12 Feb 2013 17:12:37 -0500 Received: from mail-wg0-f47.google.com ([74.125.82.47]:59688) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U5O5b-0003kV-QT for emacs-orgmode@gnu.org; Tue, 12 Feb 2013 17:12:35 -0500 Received: by mail-wg0-f47.google.com with SMTP id dr13so460875wgb.26 for ; Tue, 12 Feb 2013 14:12:34 -0800 (PST) In-Reply-To: <4D16776B-192B-4723-80FF-AEAC5E3B458C@gmail.com> (Carsten Dominik's message of "Tue, 12 Feb 2013 21:00:02 +0100") 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: Carsten Dominik Cc: "emacs-orgmode@gnu.org List" , "Dominik, Carsten" Carsten Dominik writes: > There used to be a variable org-export-remove-timestamps-from-toc, and > a function org-export-cleanup-toc-line which provided this > functionality. It is actually somewhat useful functionality. It there > a filter that is applied only to toc lines? Not a dedicated filter. But you can use `final-filter', which is applied to the whole output. Anyway, I add this feature on my TODO list. Regards, -- Nicolas Goaziou