Re: [O] simple script to convert txt tables to Org-mode tables on the command line

2013-01-09 Thread Eric Schulte
Achim Gratz writes: > Eric Schulte writes: >> I added a note to the manual. Thanks for double-checking. > > Thanks. Did I understand correctly that the same also happens for the > :rownames argument I just checked this and yes, elisp ignores :rownames as well. > and should there be some simil

Re: [O] simple script to convert txt tables to Org-mode tables on the command line

2013-01-08 Thread Achim Gratz
Eric Schulte writes: > I added a note to the manual. Thanks for double-checking. Thanks. Did I understand correctly that the same also happens for the :rownames argument and should there be some similar wording like there is for :colnames? Achim. -- +<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb

Re: [O] simple script to convert txt tables to Org-mode tables on the command line

2013-01-07 Thread Eric Schulte
Achim Gratz writes: > Eric Schulte writes: >> This is a relic from the early days of Babel. I believe it is >> mentioned in the documentation (if it isn't I agree that it should >> be). > > Not that I can find, neither in the manual nor Worg (I've looked again). > I added a note to the manual.

Re: [O] simple script to convert txt tables to Org-mode tables on the command line

2013-01-07 Thread Achim Gratz
Eric Schulte writes: > This is a relic from the early days of Babel. I believe it is > mentioned in the documentation (if it isn't I agree that it should > be). Not that I can find, neither in the manual nor Worg (I've looked again). Regards, Achim. -- +<[Q+ Matrix-12 WAVE#46+305 Neuron microQ

Re: [O] simple script to convert txt tables to Org-mode tables on the command line

2013-01-07 Thread Eric Schulte
> > One noteworthy thing: even though I say ":hlines no" (I can also do this > on the call line with the same result), the table still gets exported to > elisp _with_ hlines and I need to filter them out myself. I'm not sure > if that is intended, but it feels a bit awkward. If anything, this > e

Re: [O] simple script to convert txt tables to Org-mode tables on the command line

2013-01-07 Thread Achim Gratz
Bastien writes: > In the same vein, the next release of Clojure (1.5) includes > a way to export to Org mode tables: While we are talking about exporting tables to/from Org: Start a session from sudoku.el and use this org file to easily import Sudoku from a paper or book into sudoku.el and maybe k

Re: [O] simple script to convert txt tables to Org-mode tables on the command line

2013-01-07 Thread Bastien
Eric Schulte writes: > I found the need to write this today, figured I'd share on the off > chance anyone else has a need for this sort of script. > > txt2org --- convert tab-separated data to org-mode tables > http://orgmode.org/worg/org-hacks.html#sec-3-4 Neat! In the same vein, the next

Re: [O] simple script to convert txt tables to Org-mode tables on the command line

2013-01-07 Thread Nick Dokos
Eric Schulte wrote: > I found the need to write this today, figured I'd share on the off > chance anyone else has a need for this sort of script. > > txt2org --- convert tab-separated data to org-mode tables > http://orgmode.org/worg/org-hacks.html#sec-3-4 > As an alternative, the command

Re: [O] simple script to convert txt tables to Org-mode tables on the command line

2013-01-07 Thread Eric Schulte
Jambunathan K writes: > Eric Schulte writes: > >> I found the need to write this today, figured I'd share on the off >> chance anyone else has a need for this sort of script. >> >> txt2org --- convert tab-separated data to org-mode tables >> http://orgmode.org/worg/org-hacks.html#sec-3-4 > >

Re: [O] simple script to convert txt tables to Org-mode tables on the command line

2013-01-07 Thread Jambunathan K
Eric Schulte writes: > I found the need to write this today, figured I'd share on the off > chance anyone else has a need for this sort of script. > > txt2org --- convert tab-separated data to org-mode tables > http://orgmode.org/worg/org-hacks.html#sec-3-4 Is it different from M-x

[O] simple script to convert txt tables to Org-mode tables on the command line

2013-01-07 Thread Eric Schulte
I found the need to write this today, figured I'd share on the off chance anyone else has a need for this sort of script. txt2org --- convert tab-separated data to org-mode tables http://orgmode.org/worg/org-hacks.html#sec-3-4 Cheers, -- Eric Schulte http://cs.unm.edu/~eschulte