Re: Bug: HTML not formatted correctly from R source code block [9.3.6 (9.3.6-23-g01ee25-elpaplus @ /home/opdfa/.emacs.d/elpa/org-plus-contrib-20200309/)]

2020-03-11 Thread Steven Delean
not the results from evaluating the R code. In the case of the tempfile, the tempfile exists but is empty. Any advice as to how to resolve this would be greatly appreciated, thanks. Best regards, Steve On Wed, 11 Mar 2020 13:37:01 +1030 Steven Delean wrote: > Hi Jack, > > Thanks for your

Re: Bug: HTML not formatted correctly from R source code block [9.3.6 (9.3.6-23-g01ee25-elpaplus @ /home/opdfa/.emacs.d/elpa/org-plus-contrib-20200309/)]

2020-03-10 Thread Steven Delean
uced within the last 12 months, as my scripts exported with correct html formatting when I used them for last years' classes. Best regards, Steve On Tue, 10 Mar 2020 17:17:48 -0700 Jack Kamm wrote: > Hi Steve, > > Steven Delean writes: > > > HTML table produced from a sou

Bug: HTML not formatted correctly from R source code block [9.3.6 (9.3.6-23-g01ee25-elpaplus @ /home/opdfa/.emacs.d/elpa/org-plus-contrib-20200309/)]

2020-03-09 Thread Steven Delean
Hi, HTML table produced from a source code block (using R code) does not display because html code is not formatted correctly in the exported html output. The source code block uses: #+begin_src R :results output html :exports both zd <- data.frame(a = 1:3, b = letters[1:3]) knitr:::kable(zd) #+e

Re: [Orgmode] Color of exported R code results using LaTeX listings

2010-09-17 Thread Steven Delean
lt;---cut here---end--->8--- > > Alternately if your output is some other language you could use the > ":results latex" header argument and explicitly provide the listings > wrapper yourself. > > Hope this Helps -- Eric > >

Re: [Orgmode] Re: Color of exported R code results using LaTeX listings

2010-09-17 Thread Steven Delean
-BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 17/09/10 10:52, Sébastien Vauban wrote: > > Hi Steven and Rainer, > > > > Steven Delean wrote: > >>> This is not an answer to your question, but rather a question to you: > >>> I added your se

Re: [Orgmode] Color of exported R code results using LaTeX listings

2010-09-17 Thread Steven Delean
GIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 17/09/10 09:31, Steven Delean wrote: > > Hi everyone, > > > > I am using org-mode to make a beamer presentation that includes > > blocks of R code and wish to export the source code and results to > >

[Orgmode] Color of exported R code results using LaTeX listings

2010-09-17 Thread Steven Delean
Hi everyone, I am using org-mode to make a beamer presentation that includes blocks of R code and wish to export the source code and results to pdf in color (using the listings package). The source code block syntax is highlighted successfully, but the output results of the executed R code are