From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Schulte Subject: Re: [ANN] BREAKING CHANGE -- removing #+BABEL file-wide property lines Date: Wed, 26 Oct 2011 09:20:59 -0600 Message-ID: <8762jbsrs4.fsf@gmail.com> References: <87pqhrih3s.fsf@gmail.com> <30891.1319141196@alphaville.dokosmarshall.org> <87fwinifqu.fsf@gmail.com> <32184.1319143892@alphaville.dokosmarshall.org> <87zkgvgxe7.fsf@gmail.com> <1405.1319147324@alphaville.dokosmarshall.org> <87zkgvfhra.fsf@gmail.com> <2127.1319148505@alphaville.dokosmarshall.org> <87vcrjfgt1.fsf@gmail.com> <80sjmmvm60.fsf@somewhere.org> <4EA129DB.4070006@christianmoe.com> <8762ji5jr6.fsf@gmail.com> <87fwil10o2.fsf@gmail.com> <80pqhltnvc.fsf@somewhere.org> <878vo93v5i.fsf@gmail.com> <80d3djrgy9.fsf@somewhere.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:51116) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RJ5P9-00064t-KT for emacs-orgmode@gnu.org; Wed, 26 Oct 2011 11:28:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RJ5P7-00064d-WD for emacs-orgmode@gnu.org; Wed, 26 Oct 2011 11:28:35 -0400 Received: from mail-pz0-f47.google.com ([209.85.210.47]:37922) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RJ5Hu-0004SN-Mg for emacs-orgmode@gnu.org; Wed, 26 Oct 2011 11:21:07 -0400 Received: by pzd13 with SMTP id 13so4704360pzd.6 for ; Wed, 26 Oct 2011 08:21:05 -0700 (PDT) In-Reply-To: <80d3djrgy9.fsf@somewhere.org> (Sebastien Vauban's message of "Wed, 26 Oct 2011 16:00:14 +0200") 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: Sebastien Vauban Cc: emacs-orgmode@gnu.org "Sebastien Vauban" writes: > Hi Eric, > > Eric Schulte wrote: >>> I think that makes sense. >>> >>> While thinking about all of this, and working in real-life documents, I just >>> came back to a suggestion which I made some time ago. It goes about this >>> enhancement: >>> >>> Would it be possible to specify "buffer-wide language specific" header >>> arguments? >> >> Yes, this is already possible. You can customize the >> org-babel-default-header-args:lang variable (where "lang" is the source >> name) as a file local variable. >> Hi Seb, ^ | I just wanted to make sure you saw the above solution for specifying file-wide language-specific header arguments. Emacs' support for buffer local variables makes this fairly easy to implement. In fact buffer local variables could also be used to specify multi-langauge file-wide header arguments using the `org-babel-default-header-args' variable. Cheers -- Eric -- Eric Schulte http://cs.unm.edu/~eschulte/