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 pa
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:
>
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 [ [bib:bl
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 wou
> 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
#+
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: markerp,