From mboxrd@z Thu Jan 1 00:00:00 1970 From: andrea Subject: auto exporting something Date: Sat, 09 Jan 2010 20:40:53 +0100 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NThBj-0005yH-9d for emacs-orgmode@gnu.org; Sat, 09 Jan 2010 14:41:31 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NThBe-0005y5-O4 for emacs-orgmode@gnu.org; Sat, 09 Jan 2010 14:41:30 -0500 Received: from [199.232.76.173] (port=42429 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NThBe-0005y2-LH for emacs-orgmode@gnu.org; Sat, 09 Jan 2010 14:41:26 -0500 Received: from lo.gmane.org ([80.91.229.12]:50813) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1NThBe-0000YS-6k for emacs-orgmode@gnu.org; Sat, 09 Jan 2010 14:41:26 -0500 Received: from list by lo.gmane.org with local (Exim 4.50) id 1NThBX-0004dB-Uk for emacs-orgmode@gnu.org; Sat, 09 Jan 2010 20:41:19 +0100 Received: from ip116-027.hgracht.rwth-aachen.de ([134.130.116.27]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 09 Jan 2010 20:41:19 +0100 Received: from andrea.crotti.0 by ip116-027.hgracht.rwth-aachen.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 09 Jan 2010 20:41:19 +0100 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org I have some simple files which I always want to export to other formats, why don't simply add a sort of keyword for that? Like: #+auto: ascii html Then adding a hook on after-save-hook could look for it and take the appropriate action. Is there maybe already another way to do the same thing?