[O] :exports not being respected

2016-08-09 Thread Vikas Rawal
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

[O] How to pass an array of integers to a C code block with :var?

2016-08-09 Thread Alef Farah
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

Re: [O] Scaling of image previews in org-mode

2016-08-09 Thread Johannes Brauer
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

Re: [O] Request: Move org-eww from contrib to core

2016-08-09 Thread Rasmus
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

[O] Controlling exported Beamer quote indentation / width

2016-08-09 Thread Jarmo Hurri
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)