Mehul Sanghvi wrote:
> The error only occurs if I'm using org-babl.  The offending piece of code
> I've got is:
>
> #+BEGIN_SRC emacs-lisp
> (setq tramp-default-method "ssh")
> #+END_SRC
>
> If I remove the #+BEGIN_SRC and #+END_SRC than everything works fine and
> I'm able to publish.

Would this fix it?

  #+BEGIN_SRC emacs-lisp :eval no
  (setq tramp-default-method "ssh")
  #+END_SRC

Best regards,
  Seb

-- 
Sebastien Vauban


Reply via email to