Hi Emilio, Emilio Torres Manzanera <tor...@uniovi.es> writes:
> I am unable to publish as html the following minimal mybuffer.org: > > #+BEGIN_SRC sh :exports code > orghttp = "http://orgmode.org/" > #+END_SRC I'd try this: #+BEGIN_SRC sh :exports code orghttp="http://orgmode.org/" #+END_SRC With no whitespaces around the = sign. HTH, -- Bastien