From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Thomas S. Dye" Subject: Re: Re: [babel] org-babel: tangling to latex .sty/.cls files Date: Wed, 17 Mar 2010 06:24:09 -1000 Message-ID: References: <51b0095d1003161510w1f94a1cfk60076dc2d5a5b6f4@mail.gmail.com> <87iq8vynsd.fsf@stats.ox.ac.uk> <86r5njhsle.fsf@portan.ibr.cs.tu-bs.de> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Nrw2f-00068A-0f for emacs-orgmode@gnu.org; Wed, 17 Mar 2010 12:24:21 -0400 Received: from [140.186.70.92] (port=40395 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Nrw2b-00065S-Tz for emacs-orgmode@gnu.org; Wed, 17 Mar 2010 12:24:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Nrw2a-00031T-6n for emacs-orgmode@gnu.org; Wed, 17 Mar 2010 12:24:17 -0400 Received: from outbound-mail-360.bluehost.com ([66.147.249.254]:50048) by eggs.gnu.org with smtp (Exim 4.69) (envelope-from ) id 1Nrw2Z-00030z-S1 for emacs-orgmode@gnu.org; Wed, 17 Mar 2010 12:24:16 -0400 In-Reply-To: <86r5njhsle.fsf@portan.ibr.cs.tu-bs.de> 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: Chris Gray Cc: emacs-orgmode@gnu.org On Mar 17, 2010, at 5:32 AM, Chris Gray wrote: > Dan Davison wrote: > >> Unless I hear views to the contrary from other org-babel users, I'm >> going to change this later today so that, when a file name is >> supplied >> for tangling, org-babel no longer attempts to guess the file >> extension. The only situation when tangling will guess the file name >> extension is if you supply ':tangle yes' in which case the behaviour >> will be as it is currently (i.e. the org file name, minus .org, >> plus the >> extension defined in org-babel-tangle-langs.) > > Would it be possible to add the extension if no extension exists? > > Cheers, > Chris Aloha Chris, Perhaps this behavior could be controlled by a variable? I can see how it might be handy for some uses, but I prefer Dan's proposal for everyday use. All the best, Tom