Re: [O] Babel R source blocks problem

2017-03-20 Thread Charles C. Berry
On Mon, 13 Mar 2017, Thomas S. Dye wrote: Aloha Chuck, Charles C. Berry writes: On Fri, 10 Feb 2017, Thomas S. Dye wrote: Aloha Chuck, Charles C. Berry writes: A look at the `slidify-example.org' file in the `org-9-plus' branch of my (chasberry) `orgmode-accessories' github repo might

Re: [O] Babel R source blocks problem

2017-03-13 Thread Thomas S. Dye
Aloha Chuck, Charles C. Berry writes: > On Fri, 10 Feb 2017, Thomas S. Dye wrote: > >> Aloha Chuck, >> >> Charles C. Berry writes: >>> >>> A look at the `slidify-example.org' file in the `org-9-plus' branch of my >>> (chasberry) `orgmode-accessories' github repo might be a good start with >>>

Re: [O] Babel R source blocks problem

2017-02-11 Thread Charles C. Berry
On Fri, 10 Feb 2017, Thomas S. Dye wrote: Aloha Chuck, Charles C. Berry writes: A look at the `slidify-example.org' file in the `org-9-plus' branch of my (chasberry) `orgmode-accessories' github repo might be a good start with .Rmd exports even if you do not want to use `slidify'. Your

Re: [O] Babel R source blocks problem

2017-02-10 Thread Thomas S. Dye
Aloha Chuck, Charles C. Berry writes: > > A look at the `slidify-example.org' file in the `org-9-plus' branch of my > (chasberry) `orgmode-accessories' github repo might be a good start with > .Rmd exports even if you do not want to use `slidify'. Your ox-ravel exporter is a pleasure to use.

Re: [O] Babel R source blocks problem

2017-01-28 Thread Thomas S. Dye
Aloha Chuck, Charles C. Berry writes: > > Fair enough! > > If you are running org-9.0 or later, please use the `org-9-plus' branch > (the default, now) of ox-ravel. It has a lot more capabilities than the > old `master' branch. The code is cleaner, too. :-) > > As far as .Rmd files go,

Re: [O] Babel R source blocks problem

2017-01-28 Thread Charles C. Berry
On Sat, 28 Jan 2017, Thomas S. Dye wrote: Aloha Chuck, [snip] Thanks, too, for asking about export. I'm giving a demo at a conference this spring and the organizer has asked for a .rmd file, which is new to me. I hope to produce it with your ox-ravel, also new to me, so I might be

Re: [O] Babel R source blocks problem

2017-01-28 Thread Thomas S. Dye
Aloha Chuck, Charles C. Berry writes: > I hope somebody recognizes that message. If not, here are som suggestions: > > > #+NAME: alpha > #+BEGIN_SRC emacs-lisp > "abc" > #+END_SRC > > produces > > #+RESULTS: alpha > : abc > > when you run `org-babel-execute-src-block'. Does changing "emacs-lisp"

Re: [O] Babel R source blocks problem

2017-01-28 Thread Charles C. Berry
On Sat, 28 Jan 2017, Thomas S. Dye wrote: Aloha all, I've run into a problem running R code blocks in a new Spacemacs setup. Results are not written to the Org mode buffer. In *Messages* I see this the first time I evaluate the R source code block: Error during redisplay: (jit-lock-function

[O] Babel R source blocks problem

2017-01-28 Thread Thomas S. Dye
Aloha all, I've run into a problem running R code blocks in a new Spacemacs setup. Results are not written to the Org mode buffer. In *Messages* I see this the first time I evaluate the R source code block: Error during redisplay: (jit-lock-function 804) signaled (search-failed "^> ") If I run