Hi Greg, Greg Minshall <minsh...@umich.edu> writes:
> hi. the following example should possibly result in an error message, > but actually causes a lisp error/backtrace. i have a code block with > ":results vertatim :colnames yes", and am returning a simple character > string (so, no headers -- tsk, tsk, a user error). this happens with > 'emacs -Q'. if either the ":results verbatim" or the ":colnames yes" is > left out, i get no error. below is a sample file. thanks for reporting this. I've pushed a quick fix in master so that it now displays an error as the output and does not choke at the user as it did before. Best, -- Bastien