From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Sebastien Vauban" Subject: Re: invalid byte-code error when publishing Date: Mon, 19 Aug 2013 16:06:21 +0200 Message-ID: <86k3jhojvm.fsf@somewhere.org> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org-mXXj517/zsQ@public.gmane.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org-mXXj517/zsQ@public.gmane.org To: emacs-orgmode-mXXj517/zsQ@public.gmane.org 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