>
> Hi Scott,
>
> This issue has come up a couple of times recently. I just pushed up a
> fix. Please let me know if you run into any further issues.
>
> Thanks -- Eric
>
Eric,
It works now. Thanks!
Cheers,
Scott
___
Emacs-orgmode
I do not think that =org-babel-read= is correctly handling Python
tuples that are returned from source blocks.
If I execute the following source block:
#+begin_src python :results value
return (1,2)
#+end_src
I get the following error message:
: Symbol's function definition is void: 1\,
The Py
I noticed that when I evaluate a function whose definition is embedded in a
list, the function does not evaluate if it is embedded in a list with no blank
line preceding /and/ the function is indented. The function can be evaluated as
expected with either a blank line preceding the definition or
I solved my problem. I had to install the type1 fonts package (type1cm) from
MiKTeX.
On Mar 17, 2010, at 10:05 PM, Scott May wrote:
> I am having trouble viewing the latex fragments in my emacs window (via C-c
> C-x C-l).
>
> First, I was getting no output (*Messages* buffer sai
I am having trouble viewing the latex fragments in my emacs window (via C-c C-x
C-l).
First, I was getting no output (*Messages* buffer said "Failed to create png
file from ..."). I installed AUCTex and that problem went away.
Now, the latex image overlay shows only a part of the image. If I ru
Great, thanks. Both suggestions worked.
Cheers,
Scott
- Original Message
From: Dan Davison
To: Thomas S. Dye
Cc: Scott May ; emacs-orgmode@gnu.org
Sent: Thu, February 4, 2010 11:16:43 AM
Subject: Re: [Orgmode] org-babel: Why isn't =:results value= working with (my)
p
Using org-babel, the following example produces no output for me when I execute
using C-c C-c:
#+begin_src python :results value
2 + 2
#+end_src
#+results:
: None
In my messages buffer I see the following:
: (Shell command succeeded with no output)
Now the equivalent emacs-lisp example does w