From: Gregory Grubbs <gregory@dynapse.com>
To: emacs-orgmode <emacs-orgmode@gnu.org>
Subject: Bug: Problem with ido-completing-read from org-table-export
Date: Mon, 3 Aug 2009 09:31:21 -0600 [thread overview]
Message-ID: <b0da11960908030831k17add6bboc83102a66f3289dc@mail.gmail.com> (raw)
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-tsv")
#[(x) "\b@" [x] 1]("orgtbl-to-tsv")
mapcar(#[(x) "\b@" [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("Æ\x10 @Ç=!
next reply other threads:[~2009-08-03 15:31 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-08-03 15:31 Gregory Grubbs [this message]
2009-08-04 15:15 ` Bug: Problem with ido-completing-read from org-table-export Carsten Dominik
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=b0da11960908030831k17add6bboc83102a66f3289dc@mail.gmail.com \
--to=gregory@dynapse.com \
--cc=emacs-orgmode@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.