Re: [O] org tables into R?

2015-01-07 Thread Rainer M Krug
Aaron Ecay writes: > Hi Rainer and Andreas, > > 2015ko urtarrilak 6an, Rainer M Krug-ek idatzi zuen: >> What would definitely solve the issue is if the string containing the >> tabs would use \t instead - but I have no idea how this could be >> achieved easily. > > This could be achieved by modif

Re: [O] org tables into R?

2015-01-06 Thread Nicolas Goaziou
Aaron Ecay writes: > Nothing unwilling about it – I had been deliberately trying to generate a > table with macros in it as the result of a babel block. These macros are > defined in the document, in order to encapsulate some fiddly typesetting > which recurs very commonly. > > Shouldn’t this wo

Re: [O] org tables into R?

2015-01-06 Thread Aaron Ecay
Hi Nicolas, 2015ko urtarrilak 6an, Nicolas Goaziou-ek idatzi zuen: > > Aaron Ecay writes: > >> You are correct about the silent dropping of macro-like text. However, >> with current master that case gives an undefined macro error, which is >> even worse. > > I disagree. If we allow to insert

Re: [O] org tables into R?

2015-01-06 Thread Nicolas Goaziou
Aaron Ecay writes: > You are correct about the silent dropping of macro-like text. However, > with current master that case gives an undefined macro error, which is > even worse. I disagree. If we allow to insert macro-like text in the table, it will become active in the generated table and wil

Re: [O] org tables into R?

2015-01-06 Thread Aaron Ecay
Hi Rainer and Andreas, 2015ko urtarrilak 6an, Rainer M Krug-ek idatzi zuen: > What would definitely solve the issue is if the string containing the > tabs would use \t instead - but I have no idea how this could be > achieved easily. This could be achieved by modifying the call to orgtbl-to-csv i

Re: [O] org tables into R?

2015-01-06 Thread Rainer M Krug
Andreas Leha writes: > Hi Rainer, > > Thanks for chiming in. Hope I can help... > > Rainer M Krug writes: >> Andreas Leha writes: >> >>> Hi Aaron and Nicolas, >> >> Sorry for coming so late to this topic - I should try to figure out what >> is causing the problem as I am the one responsible f

Re: [O] org tables into R?

2015-01-06 Thread Andreas Leha
Hi Rainer, Thanks for chiming in. Rainer M Krug writes: > Andreas Leha writes: > >> Hi Aaron and Nicolas, > > Sorry for coming so late to this topic - I should try to figure out what > is causing the problem as I am the one responsible for this code... > >> >> Thanks for partly fixing this issu

Re: [O] org tables into R?

2015-01-06 Thread Rainer M Krug
Andreas Leha writes: > Hi Aaron and Nicolas, Sorry for coming so late to this topic - I should try to figure out what is causing the problem as I am the one responsible for this code... > > Thanks for partly fixing this issue. Unfortunately, when working with > source block interactively the i

Re: [O] org tables into R?

2015-01-06 Thread Andreas Leha
Hi Aaron and Nicolas, Thanks for partly fixing this issue. Unfortunately, when working with source block interactively the issue persists for me. If in the same sample file I view the source block via 'C-c C-v v' and step through the generated code line-by-line, the table is again not split into

Re: [O] org tables into R?

2015-01-05 Thread Aaron Ecay
Hi Nicolas, 2015ko urtarrilak 5an, Nicolas Goaziou-ek idatzi zuen: > > Hello, > > Aaron Ecay writes: > >> Recently(-ish), Nicolas updated the org-table functions to use the >> export framework. One of the drawbacks of this approach (as you have >> brought to our attention) is that export filt

Re: [O] org tables into R?

2015-01-05 Thread Nicolas Goaziou
Hello, Aaron Ecay writes: > Recently(-ish), Nicolas updated the org-table functions to use the > export framework. One of the drawbacks of this approach (as you have > brought to our attention) is that export filters are invoked. This > should probably be disabled. Indeed. I removed user-defi

Re: [O] org tables into R?

2015-01-04 Thread Aaron Ecay
Hi Andreas, Thanks for following up on this problem. 2015ko urtarrilak 4an, Andreas Leha-ek idatzi zuen: > I investigated and found that the culprit is an export filter I have > defined that replaces tabs with spaces: > > --8<---cut here---start->8--- > (defun

Re: [O] org tables into R?

2015-01-04 Thread Andreas Leha
Hi Vikas, Thanks for following up on this issue! Vikas Rawal writes: > Michael Gauland writes: > > I want to use an R block to manipulate data from an org table, but > I'm not > getting what I expect. > > > > > > What am

Re: [O] org tables into R?

2015-01-03 Thread Michael Gauland
I modified the definition of ob-R-transfer-variable-table-with-header in ob-R.el by changing 'sep' from \"\\t\" to \"\". Now #+BEGIN_SRC R :results output :exports both :session :var data.table=data :colnames yes names(data.table) head(data.table) #+END_SRC (note the addition of :colname

Re: [O] org tables into R?

2015-01-02 Thread Vikas Rawal
> Michael Gauland mailto:mikely...@gmail.com>> writes: >> I want to use an R block to manipulate data from an org table, but I'm not >> getting what I expect. >> >> >> >> What am I doing wrong? > > I believe, that this is a bug that has been reported already [1] and is > still open. > The

Re: [O] org tables into R?

2015-01-02 Thread Andreas Leha
Hi Michael, Michael Gauland writes: > I want to use an R block to manipulate data from an org table, but I'm not > getting what I expect. > > If I define a table like this: > > #+NAME: data > | A | B | C | > > |-+-+| > | 115 | 76 | 60 | > | 124 | 78 | 55 | > | 118

[O] org tables into R?

2015-01-02 Thread Michael Gauland
I want to use an R block to manipulate data from an org table, but I'm not getting what I expect. If I define a table like this: #+NAME: data | A | B | C | |-+-+| | 115 | 76 | 60 | | 124 | 78 | 55 | | 118 | 73 | 65 | | 114 | 75 | 61 | | 108 | 74 | 82 | and

[O] org, tables export to html with colors?

2014-09-08 Thread Uwe Brauer
hi Is there a way to add "colors" to a org table such that the color appears in the html exported version. I know that *test* will give boldface, but colors? thanks Uwe Brauer smime.p7s Description: S/MIME cryptographic signature

Re: [O] org tables

2012-03-09 Thread John Hendy
On Thu, Mar 8, 2012 at 8:20 PM, Peter Salazar wrote: > Hey everyone, > > Is there a way to get org to wrap text within a table cell? I want to be > able to enter long text entries into cells without expanding column width. > > Also, is there a way to merge cells—say, three cells vertically? I don

Re: [O] org tables

2012-03-08 Thread Matt Lundin
Hi Peter, Peter Salazar writes: > Is there a way to get org to wrap text within a table cell? I want to > be able to enter long text entries into cells without expanding column > width.  > > Also, is there a way to merge cells—say, three cells vertically? This question sounded familiar, so I du

[O] org tables

2012-03-08 Thread Peter Salazar
Hey everyone, Is there a way to get org to wrap text within a table cell? I want to be able to enter long text entries into cells without expanding column width. Also, is there a way to merge cells—say, three cells vertically? Finally, orgtbl-mode is broken in markdown-mode. Does anyone know a s

Re: [O] org tables to rst (reStructuredText) or Moin wiki?

2011-12-11 Thread Bastien
Hi Gary, Gary Oberbrunner writes: > I need to make a big rst or Moin wiki table (actually it's for a trac > wiki, see http://trac.edgewall.org) and those tables are annoying to > construct when they're large. But org mode has this wonderful table > editor and I'm wondering if there's any way to

[O] org tables to rst (reStructuredText) or Moin wiki?

2011-11-27 Thread Gary Oberbrunner
I need to make a big rst or Moin wiki table (actually it's for a trac wiki, see http://trac.edgewall.org) and those tables are annoying to construct when they're large. But org mode has this wonderful table editor and I'm wondering if there's any way to export from it a rst or moin wiki table? --