Ken Williams writes:
> Bastien gnu.org> writes:
>
>> Hit C-c ' twice and you'll have commas inserted before the lines
>> starting with an asterisk.
>>
>
> That works as a workaround, as long as I remember to do it. Is there a reason
> not to automatically do this to the return value of doing "
Bastien gnu.org> writes:
> Hit C-c ' twice and you'll have commas inserted before the lines
> starting with an asterisk.
>
That works as a workaround, as long as I remember to do it. Is there a reason
not to automatically do this to the return value of doing "C-c C-c" on all
"#begin_src R" blo
Hi Ken,
Ken Williams writes:
> I have the following document:
>
> --
> #+TITLE: Test Doc
> #+AUTHOR: Ken Williams
>
> * Top header
>
> Top paragraph.
>
> #+begin_src R
> library(testthat)
>
> test_that("failures", {
> expect_that(6, equals(9))
> expect_that(6, equals(9))
I have the following document:
--
#+TITLE: Test Doc
#+AUTHOR: Ken Williams
* Top header
Top paragraph.
#+begin_src R
library(testthat)
test_that("failures", {
expect_that(6, equals(9))
expect_that(6, equals(9))
expect_that(6, equals(9))
expect_that(6, equals(9))
e