Re: [O] Request - make comments `bracket-dumb'

2018-08-08 Thread Colin Baxter
Dear Alain, > Alain Cochard writes: > Colin Baxter writes on Mon 6 Aug 2018 11:13: >> >> If I launch emacs -q, create an org-mode file and enter a comment >> as >> >> # Blah blah [[bib:blah]] blah blah. >> >> then the brackets close up such that only one

Re: [O] can't get table output when running r babel

2018-08-08 Thread Robert Klein
On Wed, 8 Aug 2018 16:10:10 +0100 Zhihao Ding wrote: > Hi there, > > I can't seem to get a table output from running this toy example: > >#+HEADER: :results value > #+BEGIN_SRC R > data <- data.frame(list(a=c(1,2,3), b=c(4,5,6))) > data > #+END_SRC > > #+RESULTS: >

Re: [O] Request - make comments `bracket-dumb'

2018-08-08 Thread Alain . Cochard
Colin Baxter writes on Mon 6 Aug 2018 11:13: > > If I launch emacs -q, create an org-mode file and enter a comment as > > # Blah blah [[bib:blah]] blah blah. > > then the brackets close up such that only one pair is visible. If I > want both pairs visible then I have to write [

[O] orgmode for requirement - feature - analysis

2018-08-08 Thread RĂ¼diger Schierz
Hi, I'm thinking about to use org-mode for running the requirement analysis and the feature design of a medium sized software project. Basically, I guess I would have a headline * Requirements containing subtitles/compositions of single requirements of the software under development. Then I

Re: [O] can't get table output when running r babel

2018-08-08 Thread Berry, Charles
> On Aug 8, 2018, at 8:10 AM, Zhihao Ding wrote: > > I can't seem to get a table output from running this toy example: > >#+HEADER: :results value > #+BEGIN_SRC R > data <- data.frame(list(a=c(1,2,3), b=c(4,5,6))) > data > #+END_SRC > > #+RESULTS: > > I get

[O] can't get table output when running r babel

2018-08-08 Thread Zhihao Ding
Hi there, I can't seem to get a table output from running this toy example: #+HEADER: :results value #+BEGIN_SRC R data <- data.frame(list(a=c(1,2,3), b=c(4,5,6))) data #+END_SRC #+RESULTS: The problem seems to be org-babel-insert-result: Wrong type argument: