From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Charles C. Berry" Subject: Re: babel header arguments tutorial? Date: Sat, 26 Sep 2015 14:39:25 -0700 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47020) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZfxBt-0006XL-0e for emacs-orgmode@gnu.org; Sat, 26 Sep 2015 17:39:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZfxBp-0004Ls-Pi for emacs-orgmode@gnu.org; Sat, 26 Sep 2015 17:39:32 -0400 Received: from iport-acv1-out.ucsd.edu ([132.239.0.176]:61832) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZfxBp-0004Ll-HG for emacs-orgmode@gnu.org; Sat, 26 Sep 2015 17:39:29 -0400 In-Reply-To: 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: Lawrence Bottorff Cc: emacs-orgmode Mailinglist On Sat, 26 Sep 2015, Lawrence Bottorff wrote: > I see this and > find the bottom section ("Setting language and file specific default header > argument value") intriguing, however too cryptic. Can someone explain > what's going on here and how to use it? I'd say "don't use it". The source is several years old and filed under the FIXME worg directory. header-arg handling has improved lately. See (info "(org) Header arguments in Org mode properties") for a good appproach that uses this one line #+PROPERTY: header-args:python :session foo to do what is in the example you cite. HTH, Chuck