From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Girard Subject: org-babel: tangling to latex .sty/.cls files Date: Tue, 16 Mar 2010 23:10:17 +0100 Message-ID: <51b0095d1003161510w1f94a1cfk60076dc2d5a5b6f4@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Nrey0-0005OX-7t for emacs-orgmode@gnu.org; Tue, 16 Mar 2010 18:10:24 -0400 Received: from [140.186.70.92] (port=41236 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Nrexx-0005JW-LN for emacs-orgmode@gnu.org; Tue, 16 Mar 2010 18:10:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Nrexv-0001cc-Gv for emacs-orgmode@gnu.org; Tue, 16 Mar 2010 18:10:20 -0400 Received: from mail-fx0-f210.google.com ([209.85.220.210]:38182) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Nrexv-0001cP-CY for emacs-orgmode@gnu.org; Tue, 16 Mar 2010 18:10:19 -0400 Received: by fxm2 with SMTP id 2so485201fxm.26 for ; Tue, 16 Mar 2010 15:10:18 -0700 (PDT) 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 Hi all, a while ago Babel allowed latex code to be tangled to a file named f.sty or f.cls ; it's currently not possible any more, because the tangled file is named f.sty.tex or f.cls.tex. I tried to deal with it but I'm really missing this feature a lot. Do you think org-babel could allow this again ? Thanks very much in advance, cheers, Nicolas