Re: [O] Trouble with Tables and Python

2014-04-18 Thread Sebastien Vauban
John Kitchin wrote: > I also find you want :results output raw > > if you are printing a table or printing org. This is something I have never > found satisfying, especially for long tables or outputs it is tedious to > have to delete the old output by hand before rerunning it. I have not found > a

Re: [O] Trouble with Tables and Python

2014-04-16 Thread Martin Schöön
Thanks for the explanations and guiding. Now this works the way I want it to. -- Martin Schöön http://hem.bredband.net/b262106/index.html

Re: [O] Trouble with Tables and Python

2014-04-15 Thread John Kitchin
I should probably confess to having this in my .emacs files: ;; language specific headers. I think this comes before the defaults (setq org-babel-default-header-args:emacs-lisp (cons '(:results . "value replace") (assq-delete-all :results org-babel-default-header-args))) ;; set defa

Re: [O] Trouble with Tables and Python

2014-04-15 Thread Nick Dokos
Martin Schöön writes: > ... Let's move over to the third example file and the real > mystery. This all my own code. Reading data from the first table works > just fine and the same goes for the calculations. The output table, > however, is different from that of example 2. The 'wrapper' is gone

[O] Trouble with Tables and Python

2014-04-15 Thread Martin Schöön
This is my first post here... I have been using org-mode as a pure TODO-tool for some time but this winter I realised it could be used for much more and I have been experimenting with mixing in LaTeX and Python for fun and because I find literate programming a particularly sane idea (I am a HW eng