Tidak Ada Deskripsi

Dan Davison e4263daf76 Make org table result have header row and hline when appropriate. (This should have been included with commit a39d68640e3fbc059f3b05c9eafc8bf07cc4b51d). The approach I've taken is to make R always write the column names into the tsv file. If the result does not have user-supplied column-names, then R writes default column names of the form V1,V2,...,V$numcols. After reading the tsv back into lisp, we check whether it has "real" column names or the R defaults. If it has real column names, then I give the org table an hline. 17 tahun lalu
lisp e4263daf76 Make org table result have header row and hline when appropriate. (This should have been included with commit a39d68640e3fbc059f3b05c9eafc8bf07cc4b51d). The approach I've taken is to make R always write the column names into the tsv file. If the result does not have user-supplied column-names, then R writes default column names of the form V1,V2,...,V$numcols. After reading the tsv back into lisp, we check whether it has "real" column names or the R defaults. If it has real column names, then I give the org table an hline. 17 tahun lalu
snippets 8967366a3b back to the working version 17 tahun lalu
.gitignore 0075a4060a now ignoring 'data' file often written out by R 17 tahun lalu
COPYING 7c51afb642 Added litorgy.el which begins with the most fundamental step of our 17 tahun lalu
README.markdown b5174f5a7d misc changes 17 tahun lalu
intro.org 6451d2df1a more cleanup and removal of the term "litorgy" 17 tahun lalu
org-babel-requirements.org 6451d2df1a more cleanup and removal of the term "litorgy" 17 tahun lalu
org-babel.org e7f860cb19 Altered the python code in the chained references example. AIui the example was producing the correct answer (ruby class Array) but for the wrong reason (python was returning None) 17 tahun lalu
test-export.org 6451d2df1a more cleanup and removal of the term "litorgy" 17 tahun lalu

README.markdown

org-babel.el --- facilitating communication between programming languages and people

  • for information on org see the Org-Mode website
  • for information on org-babel see the org-babel.org file in this directory