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

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

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

2012-03-27 Thread Bastien
Ken Williams kena...@gmail.com writes: Bastien bzg at 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

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

2012-03-26 Thread Bastien
Hi Ken, Ken Williams ken.willi...@windlogics.com 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,

[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))