I have a with just the following header, and it is not respecting :exports in
my R source blocks. The pdf file created has source code as well as the results.
What is wrong? Has the syntax changed again? I have not done anything with
org-export-babel-evaluate.
#+TITLE: Title of this document
#+
Hi,
I am trying to use babel's :var to pass an array of integers to a C code
block. I can do it like this:
#+begin_src C :var arr='(1 2) :includes
printf("%d %d\n", arr[0], arr[1]);
#+end_src
However, I wish to assign the output of another code block to the
variable, like this:
#+name: input
#
thank you for the hint, I will give it a try
Johannes
> Am 08.08.2016 um 01:16 schrieb John Kitchin :
>
> I use this code here:
> https://github.com/jkitchin/scimax/blob/master/scimax-org.el#L957
>
> to provide inline scaling in Emacs when it is not built with imagemagick.
>
> Johannes Brauer
Marco Wahl writes:
> Hi!
>
>> Matt Lundin writes:
>>
>>> Given that the coming release of emacs 25 ships with the eww browser, I
>>> think it would be worthwhile to make org-eww.el a core org-mode module.
>>> I have been using eww instead of emacs-w3m for some time now with no
>>> problems. Sinc
Greetings.
Currently in my Beamer slides quotes in second-level lists get cropped
outside the view window. Attached is a demo of this. How do I control
the indentation and/or the width of the quote?
As an interesting side effect, the attached file takes ages (like 30
seconds of processor time) t