From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: bug#16270: Incorrect custom types Date: Fri, 03 Jan 2014 17:16:00 +0100 Message-ID: <87r48p9h33.fsf@bzg.ath.cx> References: <36ppohbvra.fsf@fencepost.gnu.org> <87iou64rba.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40691) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vz7Qr-00029h-8O for emacs-orgmode@gnu.org; Fri, 03 Jan 2014 11:17:15 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vz7Ql-0001jD-Da for emacs-orgmode@gnu.org; Fri, 03 Jan 2014 11:17:09 -0500 Received: from debbugs.gnu.org ([140.186.70.43]:46074) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vz7Ql-0001j8-AI for emacs-orgmode@gnu.org; Fri, 03 Jan 2014 11:17:03 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1Vz7Qk-0000sL-Iw for emacs-orgmode@gnu.org; Fri, 03 Jan 2014 11:17:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: (Glenn Morris's message of "Mon, 30 Dec 2013 13:37:08 -0500") 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: Glenn Morris Cc: 16270@debbugs.gnu.org Glenn Morris writes: > 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). Indeed, fixed in Org's repo. > 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. Ditto. Thanks, -- Bastien