Re: [O] Bug: Tabbing error with asterisks [7.8.03]

2012-03-27 Thread Bastien
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 "

Re: [O] Bug: Tabbing error with asterisks [7.8.03]

2012-03-27 Thread Ken Williams
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

Re: [O] Bug: Tabbing error with asterisks [7.8.03]

2012-03-26 Thread Bastien
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))

[O] Bug: Tabbing error with asterisks [7.8.03]

2012-03-23 Thread Ken Williams
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