"Charles C. Berry" <ccbe...@ucsd.edu> writes: > BTW, the string produced when a list cannot be rendered as a table ought > to be removable. > > The patch makes such strings removable. i.e. > > #+BEGIN_SRC emacs-lisp > org-babel-load-languages > #+END_SRC > > will have the ": " prefix or #+begin/end_example delimiters to allow later > removal like this: > > #+RESULTS: > : ((R . t) (latex . t) ... (sql) ...
Indeed. I applied a similar patch in 1493151b3fa37496dda12ecbcfc94501ceeafd81. Thank you. Regards,