Re: [O] left padding added each time a code block is edited

2014-08-08 Thread Noah Hoffman
On Fri, Aug 8, 2014 at 6:47 AM, Rasmus wrote: > Have you experienced any bugs with respect to this? On my system Babel > will even run this code correctly: > > #+BEGIN_SRC python >if True: >return( "hello!") > #+END_SRC > > #+RESULTS: > : hello! > > To use a slightly

[O] Fwd: left padding added each time a code block is edited

2014-08-07 Thread Noah Hoffman
Noah Hoffman writes: Hello, > Each time I edit a code block using =C-c '= (org-edit-special) and > then return to the org-mode buffer, two spaces are added to the left > margin of the code. For example, > > #+BEGIN_SRC python > print "hello" > #+END_SR

[O] left padding added each time a code block is edited

2014-08-07 Thread Noah Hoffman
Hello, Each time I edit a code block using =C-c '= (org-edit-special) and then return to the org-mode buffer, two spaces are added to the left margin of the code. For example, #+BEGIN_SRC python print "hello" #+END_SRC becomes #+BEGIN_SRC python print "hello" #+END_SRC after one round-trip.

Re: [O] embed base64 encoded images in exported html

2012-04-23 Thread Noah Hoffman
On Mon, Apr 23, 2012 at 9:35 AM, Eric Schulte wrote: > To include raw html in an Org-mode file you can use either the single > line #+HTML: escape or wrap it in a being/end html block, Thank you! Now I can see where I missed this in the docs (seems perfectly clear in retrospect): http://orgmode.o

[O] embed base64 encoded images in exported html

2012-04-23 Thread Noah Hoffman
Hello - I am trying to export a monolithic html file by embedding base64-encoded images, and I can't quite figure out how to prevent the output from being escaped in one way or another... here's an example of one permutation that doesn't do exactly what I want: #+BEGIN_SRC R :results output png('