[O] Re: [Orgmode] [babel] Possible bug: (mis)handling tuples for :return value in Python [7.4 (release_7.4.153.ga0b8)]

2011-02-28 Thread Scott May
> > 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

[Orgmode] [babel] Possible bug: (mis)handling tuples for :return value in Python [7.4 (release_7.4.153.ga0b8)]

2011-02-24 Thread Scott May
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

[Orgmode] [Babel] Unexpected behavior evaluating function source blocks defined in a list

2010-12-21 Thread Scott May
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

Re: [Orgmode] problem with latex preview

2010-03-18 Thread Scott May
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

[Orgmode] problem with latex preview

2010-03-17 Thread Scott May
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

Re: [Orgmode] org-babel: Why isn't =:results value= working with (my) python?

2010-02-04 Thread Scott May
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

[Orgmode] org-babel: Why isn't =:results value= working with (my) python?

2010-02-04 Thread Scott May
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