emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] invalid byte-code error when publishing


From: Mehul Sanghvi
Subject: Re: [O] invalid byte-code error when publishing
Date: Mon, 19 Aug 2013 11:22:38 -0400

Sebastien,

       Thanks for the suggestion.  That does not fix the problem.  I still get the same error as before.

       


cheers,

       mehul


On Mon, Aug 19, 2013 at 10:06 AM, Sebastien Vauban <address@hidden> 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

Best regards,
  Seb

--
Sebastien Vauban





--
Mehul N. Sanghvi
email: address@hidden

reply via email to

[Prev in Thread] Current Thread [Next in Thread]