Re: [Orgmode] [babel] double quotes in tables

2009-12-18 Thread Eric Schulte
Hi Francesco, Thanks for bringing this up. I'm thinking that a more aggressive version of your patch should be applied here. It seems that org-babel should not change the values of tables which pass through it. I'm leaning towards applying the following lines of your patch -

[Orgmode] [babel] double quotes in tables

2009-12-14 Thread Francesco Pizzolante
Hi, Often, I find useful that babel could generate result tables without the double quotes (") enclosing all the text values in the cells. In order to do that, I added a 'noquotes` option to the :results header argument. Here's my patch. As I'm not an elisp expert, please tell me if there's a be