From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: BUG docu org-babel-default-header-args Date: Fri, 05 Apr 2013 19:14:18 +0200 Message-ID: <87txnkj2h4.fsf@bzg.ath.cx> References: <5152D0C8.6030308@easy-emacs.de> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:37350) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UOAhm-0002eS-5o for emacs-orgmode@gnu.org; Fri, 05 Apr 2013 13:45:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UOAhf-0006xh-Cw for emacs-orgmode@gnu.org; Fri, 05 Apr 2013 13:45:38 -0400 Received: from mail-wi0-x230.google.com ([2a00:1450:400c:c05::230]:44338) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UOAhf-0006xM-6l for emacs-orgmode@gnu.org; Fri, 05 Apr 2013 13:45:31 -0400 Received: by mail-wi0-f176.google.com with SMTP id hm14so844348wib.3 for ; Fri, 05 Apr 2013 10:45:30 -0700 (PDT) In-Reply-To: <5152D0C8.6030308@easy-emacs.de> ("Andreas =?iso-8859-1?Q?R?= =?iso-8859-1?Q?=F6hler=22's?= message of "Wed, 27 Mar 2013 11:58:16 +0100") 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: Andreas =?iso-8859-1?Q?R=F6hler?= Cc: emacs-orgmode Hi Andreas, Andreas Röhler writes: > http://orgmode.org/manual/System_002dwide-header-arguments.html#System_002dwide-header-arguments > Org Mode Info > System-wide header arguments > ............................ > > System-wide values of header arguments can be specified by customizing > the `org-babel-default-header-args' variable: > > ;;;;; > > Seems not the case as in ob-core.el > > (defvar org-babel-default-header-args > > ;;;;; Not sure what you mean -- do you mean that saying "customizing" in the manual is not appropriate because `org-babel-default-header-args' is a variable (defvar) and not an option (defcustom)? Thanks for further clarification! -- Bastien