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 20:08:55 +0200 Message-ID: <87y5cwhmtk.fsf@bzg.ath.cx> References: <5152D0C8.6030308@easy-emacs.de> <87txnkj2h4.fsf@bzg.ath.cx> <515F1066.2000306@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]:43381) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UOB4O-00020i-Rg for emacs-orgmode@gnu.org; Fri, 05 Apr 2013 14:09:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UOB4N-0006t4-O4 for emacs-orgmode@gnu.org; Fri, 05 Apr 2013 14:09:00 -0400 Received: from mail-wg0-f53.google.com ([74.125.82.53]:33364) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UOB4N-0006sr-Ge for emacs-orgmode@gnu.org; Fri, 05 Apr 2013 14:08:59 -0400 Received: by mail-wg0-f53.google.com with SMTP id c11so4002833wgh.8 for ; Fri, 05 Apr 2013 11:08:58 -0700 (PDT) In-Reply-To: <515F1066.2000306@easy-emacs.de> ("Andreas =?iso-8859-1?Q?R?= =?iso-8859-1?Q?=F6hler=22's?= message of "Fri, 05 Apr 2013 19:56:54 +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: Andreas =?iso-8859-1?Q?R=F6hler?= Cc: emacs-orgmode Hi Andreas, Andreas Röhler writes: > customization needs a defcustom, not a defvar > > (defvar org-babel-default-header-args > '((:session . "none") (:results . "replace") (:exports . "code") > (:cache . "no") (:noweb . "no") (:hlines . "no") (:tangle . "no") > (:padnewline . "yes")) > "Default arguments to use when evaluating a source block.") > > This var user can't customize, as Info tells falsely. I see. I fixed the manual instead of turning `org-babel-default-header-args' into an option. Thanks, -- Bastien