From mboxrd@z Thu Jan 1 00:00:00 1970 From: Glenn Morris Subject: bug#16270: Incorrect custom types Date: Mon, 30 Dec 2013 13:37:08 -0500 Message-ID: References: <36ppohbvra.fsf@fencepost.gnu.org> <87iou64rba.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50832) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vxhj1-0004Yo-Kg for emacs-orgmode@gnu.org; Mon, 30 Dec 2013 13:38:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vxhj0-0006tb-Gv for emacs-orgmode@gnu.org; Mon, 30 Dec 2013 13:38:03 -0500 Received: from debbugs.gnu.org ([140.186.70.43]:39009) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vxhj0-0006tX-Dn for emacs-orgmode@gnu.org; Mon, 30 Dec 2013 13:38:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1Vxhj0-0004dB-4M for emacs-orgmode@gnu.org; Mon, 30 Dec 2013 13:38:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87iou64rba.fsf@bzg.ath.cx> (Bastien's message of "Mon, 30 Dec 2013 10:32:41 +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: Bastien Cc: 16270@debbugs.gnu.org Bastien wrote: >> org-babel-lob-files > > Not sure what's wrong with the one above. Can you tell me? emacs -Q -l ob-lob M-x customize-variable RET org-babel-lob-files RET -> State: STANDARD. (mismatch) The specification for a list custom object is as follows: `(list ELEMENT-TYPES...)' The value must be a list with exactly as many elements as the ELEMENT-TYPES given; and each element must fit the corresponding ELEMENT-TYPE. You cannot just write 'list. Perhaps you wanted '(repeat file). >From the doc, it also sounds like this should have a :set function. BTW, the first line of org-babel-lob-ingest's doc is not a complete sentence.