From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Sebastien Vauban" Subject: Re: invalid byte-code error when publishing Date: Tue, 20 Aug 2013 10:20:29 +0200 Message-ID: <86ioz0kc36.fsf@somewhere.org> References: <86k3jhojvm.fsf@somewhere.org> 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, Mehul Sanghvi wrote: >> 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 > > Thanks for the suggestion. That does not fix the problem. I still > get the same error as before. Check out the value of: - `org-babel-default-header-args', and - `org-babel-default-header-args:emacs-lisp'. And try whether `:eval query' makes a difference (when answering yes, and when answering no)? Best regards, Seb -- Sebastien Vauban