From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Bug: Problem with ido-completing-read from org-table-export Date: Tue, 4 Aug 2009 17:15:52 +0200 Message-ID: <39AECDDD-FAD3-4F16-BD61-A623434681BF@gmail.com> References: Mime-Version: 1.0 (Apple Message framework v935.3) Content-Type: text/plain; charset=ISO-8859-1; format=flowed; delsp=yes Content-Transfer-Encoding: quoted-printable Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MYLkC-0003zS-7T for emacs-orgmode@gnu.org; Tue, 04 Aug 2009 11:16:04 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MYLk6-0003uF-J1 for emacs-orgmode@gnu.org; Tue, 04 Aug 2009 11:16:02 -0400 Received: from [199.232.76.173] (port=60245 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MYLk6-0003u8-FB for emacs-orgmode@gnu.org; Tue, 04 Aug 2009 11:15:58 -0400 Received: from mail-ew0-f211.google.com ([209.85.219.211]:54088) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MYLk6-0004ub-54 for emacs-orgmode@gnu.org; Tue, 04 Aug 2009 11:15:58 -0400 Received: by ewy7 with SMTP id 7so726258ewy.42 for ; Tue, 04 Aug 2009 08:15:56 -0700 (PDT) In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Gregory Grubbs Cc: emacs-orgmode Fixed, thanks. - Carsten On Aug 3, 2009, at 5:31 PM, Gregory Grubbs wrote: > When exporting a table with ido-mode active, an error is raised in > org-ido-completing-read. I think ido-completing-read is being called > with incorrect arguments, but the fix is beyond me. > > Steps to reproduce the error: > Org-mode version: 6.28trans > Emacs version: GNU Emacs 23.0.91.1 (i486-pc-linux-gnu, GTK+ Version > 2.16.0) of 2009-04-05 on palmer, modified by Debian > > > Turn on ido-mode: M-x ido-mode RET > visit a file using C-x C-f /tmp/test.org RET > Create a simple table: > |column a|column b| > |- > |one|two| > |three|four| > > Org-magic-tabelize it by hitting TAB somewhere in a column > > M-x org-table-export RET /tmp/test.csv > > Here's the backtrace I get: > > Debugger entered--Lisp error: (wrong-type-argument listp "orgtbl-to-=20= > tsv") > #[(x) "=08@" [x] 1]("orgtbl-to-tsv") > mapcar(#[(x) "=08@" [x] 1] ("orgtbl-to-tsv" "orgtbl-to-csv" > "orgtbl-to-latex" "orgtbl-to-html" "orgtbl-to-generic" > "orgtbl-to-texinfo" "orgtbl-to-orgtbl")) > org-ido-completing-read("Format: " ("orgtbl-to-tsv" "orgtbl-to-csv" > "orgtbl-to-latex" "orgtbl-to-html" "orgtbl-to-generic" > "orgtbl-to-texinfo" "orgtbl-to-orgtbl") nil nil "orgtbl-to-tsv") > apply(org-ido-completing-read ("Format: " ("orgtbl-to-tsv" > "orgtbl-to-csv" "orgtbl-to-latex" "orgtbl-to-html" "orgtbl-to-generic" > "orgtbl-to-texinfo" "orgtbl-to-orgtbl") nil nil "orgtbl-to-tsv")) > org-completing-read("Format: " ("orgtbl-to-tsv" "orgtbl-to-csv" > "orgtbl-to-latex" "orgtbl-to-html" "orgtbl-to-generic" > "orgtbl-to-texinfo" "orgtbl-to-orgtbl") nil nil "orgtbl-to-tsv") > org-table-export() > call-interactively(org-table-export t nil) > execute-extended-command(nil) > call-interactively(execute-extended-command nil nil) > recursive-edit() > byte-code("=C6=10 @=C7=3D! > > > _______________________________________________ > Emacs-orgmode mailing list > Remember: use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode