From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mehul Sanghvi Subject: invalid byte-code error when publishing Date: Sun, 18 Aug 2013 23:43:22 -0400 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=047d7b41c54cf60c3204e444bdbb Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44111) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VBGNM-0002QV-Ew for emacs-orgmode@gnu.org; Sun, 18 Aug 2013 23:43:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VBGNL-0006EI-6u for emacs-orgmode@gnu.org; Sun, 18 Aug 2013 23:43:28 -0400 Received: from mail-wi0-x236.google.com ([2a00:1450:400c:c05::236]:54378) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VBGNL-0006E8-0s for emacs-orgmode@gnu.org; Sun, 18 Aug 2013 23:43:27 -0400 Received: by mail-wi0-f182.google.com with SMTP id hi8so2537023wib.3 for ; Sun, 18 Aug 2013 20:43:25 -0700 (PDT) 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@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: ML Emacs-orgmode --047d7b41c54cf60c3204e444bdbb Content-Type: text/plain; charset=ISO-8859-1 My setup: ======== (emacs-version): 23.4.1 org-version: Org-mode version 8.0.7 (release_8.0.7-369-g9154c7 When publishing using org-html-publish-to-html I get the following error: Publishing file /home/mehul/org/new-site/emacs.org using `org-html-publish-to-html' org-babel-exp processing... Fontifying *temp*... (regexps......................) org-babel-exp processing... setq: Invalid byte code in /usr/share/emacs/23.4/lisp/emacs-lisp/cl-seq.elc And the page does not get generated. Any suggestions on what is wrong ? cheers, mehul -- Mehul N. Sanghvi email: mehul.sanghvi@gmail.com --047d7b41c54cf60c3204e444bdbb Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable

My setup:
=3D=3D=3D=3D=3D=3D= =3D=3D

=A0 (emacs-version): 23.4.1
=A0 = =A0org-version: Org-mode version 8.0.7 (release_8.0.7-369-g9154c7

When publishing using org-html-publish-to-html I get the fo= llowing error:

=A0 =A0Publishing file /home/mehul/org/new-site/emacs.org using `org-html-publish-to-html= 9; =A0=A0
=A0 =A0org-babel-exp processing...
=A0 =A0Fon= tifying =A0*temp*... (regexps......................)
=A0 =A0org-babel-exp processing...=A0
=A0 =A0setq: Invalid b= yte code in /usr/share/emacs/23.4/lisp/emacs-lisp/cl-seq.elc =A0 =A0=A0

And the page does not get generated.

Any suggestions on what is wrong ?=A0



cheers,

=A0 =A0 mehul

--
Mehul N. Sanghvi
email:= mehul.sanghvi@gmail.com
--047d7b41c54cf60c3204e444bdbb-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mehul Sanghvi Subject: Re: invalid byte-code error when publishing Date: Mon, 19 Aug 2013 09:19:21 -0400 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=f46d0418282eccae9504e44cc907 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44540) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VBPMl-0005sU-Gs for emacs-orgmode@gnu.org; Mon, 19 Aug 2013 09:19:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VBPMg-0003iS-7l for emacs-orgmode@gnu.org; Mon, 19 Aug 2013 09:19:27 -0400 Received: from mail-we0-x230.google.com ([2a00:1450:400c:c03::230]:35692) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VBPMf-0003i0-Ub for emacs-orgmode@gnu.org; Mon, 19 Aug 2013 09:19:22 -0400 Received: by mail-we0-f176.google.com with SMTP id q56so621542wes.35 for ; Mon, 19 Aug 2013 06:19:21 -0700 (PDT) In-Reply-To: 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@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: ML Emacs-orgmode --f46d0418282eccae9504e44cc907 Content-Type: text/plain; charset=ISO-8859-1 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. On Sun, Aug 18, 2013 at 11:43 PM, Mehul Sanghvi wrote: > > My setup: > ======== > > (emacs-version): 23.4.1 > org-version: Org-mode version 8.0.7 (release_8.0.7-369-g9154c7 > > When publishing using org-html-publish-to-html I get the following error: > > Publishing file /home/mehul/org/new-site/emacs.org using > `org-html-publish-to-html' > org-babel-exp processing... > Fontifying *temp*... (regexps......................) > org-babel-exp processing... > setq: Invalid byte code in > /usr/share/emacs/23.4/lisp/emacs-lisp/cl-seq.elc > > And the page does not get generated. > > Any suggestions on what is wrong ? > > > > cheers, > > mehul > > -- > Mehul N. Sanghvi > email: mehul.sanghvi@gmail.com > -- Mehul N. Sanghvi email: mehul.sanghvi@gmail.com --f46d0418282eccae9504e44cc907 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable

The error only occurs if I'm using org-babl. = =A0The offending piece of code I've got is:

#+= BEGIN_SRC emacs-lisp =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 = =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0= =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 = =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0= =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0=A0=
(setq tramp-default-method "ssh") =A0 =A0 =A0 =A0= =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 = =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0= =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 = =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0= =A0 =A0 =A0 =A0
#+END_SRC

If I remove the #+BEGIN_SRC a= nd #+END_SRC than everything works fine and I'm able to publish.
<= div>


On Sun, Aug 18, 2013 at 11:43 PM, Mehul Sanghvi <mehul.sanghvi@gmail= .com> wrote:

My setup:
=3D=3D=3D=3D=3D=3D= =3D=3D

=A0 (emacs-version): 23.4.1
=A0 = =A0org-version: Org-mode version 8.0.7 (release_8.0.7-369-g9154c7

When publishing using org-html-publish-to-html I get the fo= llowing error:

=A0 =A0Publishing file /home/mehul/org/new-site/emacs.org using `org-html-= publish-to-html' =A0=A0
=A0 =A0org-babel-exp processing...
=A0 =A0Fontifying =A0*temp*... (regexps......................)
=A0 =A0org-babel-exp processing...=A0
=A0 =A0setq: Invalid b= yte code in /usr/share/emacs/23.4/lisp/emacs-lisp/cl-seq.elc =A0 =A0=A0

And the page does not get generated.

Any suggestions on what is wrong ?=A0



cheers,

=A0 =A0 mehul
<= div>
--
Mehul N. Sanghvi
email: mehul.sanghvi@gmail.com



--
Mehul N. San= ghvi
email: mehul.sanghvi@gma= il.com
--f46d0418282eccae9504e44cc907-- 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 From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mehul Sanghvi Subject: Re: invalid byte-code error when publishing Date: Mon, 19 Aug 2013 11:22:38 -0400 Message-ID: References: <86k3jhojvm.fsf@somewhere.org> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=f46d0438eb67b74fca04e44e8235 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47873) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VBRI4-00064A-7G for emacs-orgmode@gnu.org; Mon, 19 Aug 2013 11:22:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VBRHz-0008QO-GZ for emacs-orgmode@gnu.org; Mon, 19 Aug 2013 11:22:44 -0400 Received: from mail-wi0-x22b.google.com ([2a00:1450:400c:c05::22b]:52889) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VBRHz-0008Px-8T for emacs-orgmode@gnu.org; Mon, 19 Aug 2013 11:22:39 -0400 Received: by mail-wi0-f171.google.com with SMTP id hr7so3221796wib.10 for ; Mon, 19 Aug 2013 08:22:38 -0700 (PDT) In-Reply-To: <86k3jhojvm.fsf@somewhere.org> 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@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Sebastien Vauban Cc: ML Emacs-orgmode --f46d0438eb67b74fca04e44e8235 Content-Type: text/plain; charset=ISO-8859-1 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 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: mehul.sanghvi@gmail.com --f46d0438eb67b74fca04e44e8235 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
Sebastien,

=A0 =A0 =A0 =A0Thanks for th= e suggestion. =A0That does not fix the problem. =A0I still get the same err= or as before.

=A0 =A0 =A0 =A0

=

cheers,

=A0 =A0 =A0 =A0mehul


On Mon, Aug 19, 2013 at= 10:06 AM, Sebastien Vauban <sva-news@mygooglest.com> = wrote:
Mehul Sanghvi wrote:
> The error only occurs if I'm using org-babl. =A0The offending piec= e 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 a= nd
> I'm able to publish.

Would this fix it?

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

Best regards,
=A0 Seb

--
Sebastien Vauban





-- Mehul N. Sanghvi
email: meh= ul.sanghvi@gmail.com
--f46d0438eb67b74fca04e44e8235-- 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 From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mehul Sanghvi Subject: Re: invalid byte-code error when publishing Date: Tue, 20 Aug 2013 08:51:28 -0400 Message-ID: References: <86k3jhojvm.fsf@somewhere.org> <86ioz0kc36.fsf@somewhere.org> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=089e01493c5af2768604e4608399 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:43227) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VBlSp-0005zo-Vn for emacs-orgmode@gnu.org; Tue, 20 Aug 2013 08:55:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VBlSk-0000Nt-Td for emacs-orgmode@gnu.org; Tue, 20 Aug 2013 08:55:11 -0400 Received: from mail-wg0-x22a.google.com ([2a00:1450:400c:c00::22a]:41103) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VBlPG-0007IN-7k for emacs-orgmode@gnu.org; Tue, 20 Aug 2013 08:51:30 -0400 Received: by mail-wg0-f42.google.com with SMTP id j13so4186789wgh.1 for ; Tue, 20 Aug 2013 05:51:28 -0700 (PDT) In-Reply-To: <86ioz0kc36.fsf@somewhere.org> 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@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Sebastien Vauban Cc: ML Emacs-orgmode --089e01493c5af2768604e4608399 Content-Type: text/plain; charset=ISO-8859-1 On Tue, Aug 20, 2013 at 4:20 AM, Sebastien Vauban wrote: > 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)? > > Using 'C-h v' I get the following: org-babel-default-header-args is a variable defined in `ob-core.el'. Its value is ((:session . "none") (:results . "replace") (:exports . "code") (:cache . "no") (:noweb . "no") (:hlines . "no") (:tangle . "no") (:padnewline . "yes")) org-babel-default-header-args:emacs-lisp is a variable defined in `ob-emacs-lisp.el'. Its value is ((:hlines . "yes") (:colnames . "no")) Using ':eval query' does not make a difference. It does not prompt for yes or no. cheers, mehul -- Mehul N. Sanghvi email: mehul.sanghvi@gmail.com --089e01493c5af2768604e4608399 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: base64 PGRpdiBkaXI9Imx0ciI+PGRpdj48YnI+PC9kaXY+PGRpdiBjbGFzcz0iZ21haWxfZXh0cmEiPjxk aXYgY2xhc3M9ImdtYWlsX3F1b3RlIj5PbiBUdWUsIEF1ZyAyMCwgMjAxMyBhdCA0OjIwIEFNLCBT ZWJhc3RpZW4gVmF1YmFuIDxzcGFuIGRpcj0ibHRyIj4mbHQ7PGEgaHJlZj0ibWFpbHRvOnN2YS1u ZXdzQG15Z29vZ2xlc3QuY29tIiB0YXJnZXQ9Il9ibGFuayI+c3ZhLW5ld3NAbXlnb29nbGVzdC5j b208L2E+Jmd0Ozwvc3Bhbj4gd3JvdGU6PGJyPg0KPGJsb2NrcXVvdGUgY2xhc3M9ImdtYWlsX3F1 b3RlIiBzdHlsZT0ibWFyZ2luOjBweCAwcHggMHB4IDAuOGV4O2JvcmRlci1sZWZ0LXdpZHRoOjFw eDtib3JkZXItbGVmdC1jb2xvcjpyZ2IoMjA0LDIwNCwyMDQpO2JvcmRlci1sZWZ0LXN0eWxlOnNv bGlkO3BhZGRpbmctbGVmdDoxZXgiPk1laHVsIFNhbmdodmksPGJyPg0KPGRpdiBjbGFzcz0iaW0i Pjxicj4NCk1laHVsIFNhbmdodmkgd3JvdGU6PGJyPg0KJmd0OyZndDsgTWVodWwgU2FuZ2h2aSB3 cm90ZTo8YnI+DQomZ3Q7Jmd0OyAmZ3Q7IFRoZSBlcnJvciBvbmx5IG9jY3VycyBpZiBJJiMzOTtt IHVzaW5nIG9yZy1iYWJsLiCgVGhlIG9mZmVuZGluZyBwaWVjZSBvZiBjb2RlPGJyPg0KJmd0OyZn dDsgJmd0OyBJJiMzOTt2ZSBnb3QgaXM6PGJyPg0KJmd0OyZndDsgJmd0Ozxicj4NCiZndDsmZ3Q7 ICZndDsgIytCRUdJTl9TUkMgZW1hY3MtbGlzcDxicj4NCiZndDsmZ3Q7ICZndDsgKHNldHEgdHJh bXAtZGVmYXVsdC1tZXRob2QgJnF1b3Q7c3NoJnF1b3Q7KTxicj4NCiZndDsmZ3Q7ICZndDsgIytF TkRfU1JDPGJyPg0KJmd0OyZndDsgJmd0Ozxicj4NCiZndDsmZ3Q7ICZndDsgSWYgSSByZW1vdmUg dGhlICMrQkVHSU5fU1JDIGFuZCAjK0VORF9TUkMgdGhhbiBldmVyeXRoaW5nIHdvcmtzIGZpbmUg YW5kPGJyPg0KJmd0OyZndDsgJmd0OyBJJiMzOTttIGFibGUgdG8gcHVibGlzaC48YnI+DQomZ3Q7 Jmd0Ozxicj4NCiZndDsmZ3Q7IFdvdWxkIHRoaXMgZml4IGl0Pzxicj4NCiZndDsmZ3Q7PGJyPg0K Jmd0OyZndDsgoCAjK0JFR0lOX1NSQyBlbWFjcy1saXNwIDpldmFsIG5vPGJyPg0KJmd0OyZndDsg oCAoc2V0cSB0cmFtcC1kZWZhdWx0LW1ldGhvZCAmcXVvdDtzc2gmcXVvdDspPGJyPg0KJmd0OyZn dDsgoCAjK0VORF9TUkM8YnI+DQomZ3Q7PGJyPg0KPC9kaXY+PGRpdiBjbGFzcz0iaW0iPiZndDsg oCCgIKAgoFRoYW5rcyBmb3IgdGhlIHN1Z2dlc3Rpb24uIKBUaGF0IGRvZXMgbm90IGZpeCB0aGUg cHJvYmxlbS4goEkgc3RpbGw8YnI+DQomZ3Q7IGdldCB0aGUgc2FtZSBlcnJvciBhcyBiZWZvcmUu PGJyPg0KPGJyPg0KPC9kaXY+Q2hlY2sgb3V0IHRoZSB2YWx1ZSBvZjo8YnI+DQo8YnI+DQotIGBv cmctYmFiZWwtZGVmYXVsdC1oZWFkZXItYXJncyYjMzk7LCBhbmQ8YnI+DQotIGBvcmctYmFiZWwt ZGVmYXVsdC1oZWFkZXItYXJnczplbWFjcy1saXNwJiMzOTsuPGJyPg0KPGJyPg0KQW5kIHRyeSB3 aGV0aGVyIGA6ZXZhbCBxdWVyeSYjMzk7IG1ha2VzIGEgZGlmZmVyZW5jZSAod2hlbiBhbnN3ZXJp bmcgeWVzLCBhbmQgd2hlbjxicj4NCmFuc3dlcmluZyBubyk/PGJyPg0KPGRpdiBjbGFzcz0iIj48 ZGl2IGNsYXNzPSJoNSI+PGJyPjwvZGl2PjwvZGl2PjwvYmxvY2txdW90ZT48ZGl2Pjxicj48L2Rp dj5Vc2luZyAmIzM5O0MtaCB2JiMzOTsgSSBnZXQgdGhlIGZvbGxvd2luZzo8YnI+PGRpdj48YnI+ PC9kaXY+PGRpdj48ZGl2Pm9yZy1iYWJlbC1kZWZhdWx0LWhlYWRlci1hcmdzIGlzIGEgdmFyaWFi bGUgZGVmaW5lZCBpbiBgb2ItY29yZS5lbCYjMzk7LiCgIKAgoCCgIKAgoCCgIKAgoCCgIKAgoCCg IKAgoCCgIKAgoCCgIKAgoCCgIKAgoCCgIKAgoCCgIKAgoCCgIKAgoCCgIKAgoCCgIKAgoCCgIKAg oCCgIKAgoCCgIKAgoCCgIKAgoCCgIKAgoCCgIKAgoCCgIKAgoCCgIKAgoCCgoDwvZGl2Pg0KPGRp dj5JdHMgdmFsdWUgaXMgKCg6c2Vzc2lvbiAuICZxdW90O25vbmUmcXVvdDspIKAgoCCgIKAgoCCg IKAgoCCgIKAgoCCgIKAgoCCgIKAgoCCgIKAgoCCgIKAgoCCgIKAgoCCgIKAgoCCgIKAgoCCgIKAg oCCgIKAgoCCgIKAgoCCgIKAgoCCgIKAgoCCgIKAgoCCgIKAgoCCgIKAgoCCgIKAgoCCgIKAgoCCg IKAgoCCgIKAgoCCgIKAgoCCgIKAgoCCgIKAgoCCgIKAgoCCgIKA8L2Rpdj48ZGl2Pg0KoCg6cmVz dWx0cyAuICZxdW90O3JlcGxhY2UmcXVvdDspIKAgoCCgIKAgoCCgIKAgoCCgIKAgoCCgIKAgoCCg IKAgoCCgIKAgoCCgIKAgoCCgIKAgoCCgIKAgoCCgIKAgoCCgIKAgoCCgIKAgoCCgIKAgoCCgIKAg oCCgIKAgoCCgIKAgoCCgIKAgoCCgIKAgoCCgIKAgoCCgIKAgoCCgIKAgoCCgIKAgoCCgIKAgoCCg IKAgoCCgIKAgoCCgIKAgoCCgIKAgoCCgIKAgoCCgPC9kaXY+PGRpdj6gKDpleHBvcnRzIC4gJnF1 b3Q7Y29kZSZxdW90OykgoCCgIKAgoCCgIKAgoCCgIKAgoCCgIKAgoCCgIKAgoCCgIKAgoCCgIKAg oCCgIKAgoCCgIKAgoCCgIKAgoCCgIKAgoCCgIKAgoCCgIKAgoCCgIKAgoCCgIKAgoCCgIKAgoCCg IKAgoCCgIKAgoCCgIKAgoCCgIKAgoCCgIKAgoCCgIKAgoCCgIKAgoCCgIKAgoCCgIKAgoCCgIKAg oCCgIKAgoCCgIKAgoCCgIKAgoKA8L2Rpdj4NCjxkaXY+oCg6Y2FjaGUgLiAmcXVvdDtubyZxdW90 OykgoCCgIKAgoCCgIKAgoCCgIKAgoCCgIKAgoCCgIKAgoCCgIKAgoCCgIKAgoCCgIKAgoCCgIKAg oCCgIKAgoCCgIKAgoCCgIKAgoCCgIKAgoCCgIKAgoCCgIKAgoCCgIKAgoCCgIKAgoCCgIKAgoCCg IKAgoCCgIKAgoCCgIKAgoCCgIKAgoCCgIKAgoCCgIKAgoCCgIKAgoCCgIKAgoCCgIKAgoCCgIKAg oCCgIKAgoCCgIKCgPC9kaXY+PGRpdj4NCqAoOm5vd2ViIC4gJnF1b3Q7bm8mcXVvdDspIKAgoCCg IKAgoCCgIKAgoCCgIKAgoCCgIKAgoCCgIKAgoCCgIKAgoCCgIKAgoCCgIKAgoCCgIKAgoCCgIKAg oCCgIKAgoCCgIKAgoCCgIKAgoCCgIKAgoCCgIKAgoCCgIKAgoCCgIKAgoCCgIKAgoCCgIKAgoCCg IKAgoCCgIKAgoCCgIKAgoCCgIKAgoCCgIKAgoCCgIKAgoCCgIKAgoCCgIKAgoCCgIKAgoCCgIKAg oCCgoDwvZGl2PjxkaXY+oCg6aGxpbmVzIC4gJnF1b3Q7bm8mcXVvdDspIKAgoCCgIKAgoCCgIKAg oCCgIKAgoCCgIKAgoCCgIKAgoCCgIKAgoCCgIKAgoCCgIKAgoCCgIKAgoCCgIKAgoCCgIKAgoCCg IKAgoCCgIKAgoCCgIKAgoCCgIKAgoCCgIKAgoCCgIKAgoCCgIKAgoCCgIKAgoCCgIKAgoCCgIKAg oCCgIKAgoCCgIKAgoCCgIKAgoCCgIKAgoCCgIKAgoCCgIKAgoCCgIKAgoCCgIKAgoCCgPC9kaXY+ DQo8ZGl2PqAoOnRhbmdsZSAuICZxdW90O25vJnF1b3Q7KSCgIKAgoCCgIKAgoCCgIKAgoCCgIKAg oCCgIKAgoCCgIKAgoCCgIKAgoCCgIKAgoCCgIKAgoCCgIKAgoCCgIKAgoCCgIKAgoCCgIKAgoCCg IKAgoCCgIKAgoCCgIKAgoCCgIKAgoCCgIKAgoCCgIKAgoCCgIKAgoCCgIKAgoCCgIKAgoCCgIKAg oCCgIKAgoCCgIKAgoCCgIKAgoCCgIKAgoCCgIKAgoCCgIKAgoCCgIKAgoDwvZGl2PjxkaXY+DQqg KDpwYWRuZXdsaW5lIC4gJnF1b3Q7eWVzJnF1b3Q7KSmgPC9kaXY+PC9kaXY+PGRpdj48YnI+PC9k aXY+PGRpdj48YnI+PC9kaXY+PGRpdj48ZGl2Pm9yZy1iYWJlbC1kZWZhdWx0LWhlYWRlci1hcmdz OmVtYWNzLWxpc3AgaXMgYSB2YXJpYWJsZSBkZWZpbmVkIGluIGBvYi1lbWFjcy1saXNwLmVsJiMz OTsuIKAgoCCgIKAgoCCgIKAgoCCgIKAgoCCgIKAgoCCgIKAgoCCgIKAgoCCgIKAgoCCgIKAgoCCg IKAgoCCgIKAgoCCgIKAgoCCgIKAgoCCgIKAgoCCgIKAgoCCgIKAgoCCgIKAgoCCgIKAgoCCgIKAg oDwvZGl2Pg0KPGRpdj5JdHMgdmFsdWUgaXMgKCg6aGxpbmVzIC4gJnF1b3Q7eWVzJnF1b3Q7KSCg IKAgoCCgIKAgoCCgIKAgoCCgIKAgoCCgIKAgoCCgIKAgoCCgIKAgoCCgIKAgoCCgIKAgoCCgIKAg oCCgIKAgoCCgIKAgoCCgIKAgoCCgIKAgoCCgIKAgoCCgIKAgoCCgIKAgoCCgIKAgoCCgIKAgoCCg IKAgoCCgIKAgoCCgIKAgoCCgIKAgoCCgIKAgoCCgIKAgoCCgIKAgoCCgIKAgoCCgIKA8L2Rpdj48 ZGl2Pg0KoCg6Y29sbmFtZXMgLiAmcXVvdDtubyZxdW90OykpIKAgoCCgIKAgoCCgIKAgoCCgIKAg oCCgIKAgoCCgIKAgoCCgIKAgoCCgIKAgoCCgIKAgoCCgIKAgoCCgIKAgoCCgIKAgoCCgIKAgoCCg IKAgoCCgIKAgoCCgIKAgoCCgIKAgoCCgIKAgoCCgIKAgoCCgIKAgoCCgIKAgoCCgIKAgoCCgIKAg oCCgIKAgoCCgIKAgoCCgIKAgoCCgIKAgoCCgIKAgoCCgIKAgoCCgIKCgPC9kaXY+PC9kaXY+PGRp dj4NCqA8L2Rpdj48ZGl2Pjxicj48L2Rpdj48ZGl2PlVzaW5nICYjMzk7OmV2YWwgcXVlcnkmIzM5 OyBkb2VzIG5vdCBtYWtlIGEgZGlmZmVyZW5jZS4goCBJdCBkb2VzIG5vdCBwcm9tcHQgZm9yIHll cyBvciBuby48L2Rpdj48ZGl2Pjxicj48L2Rpdj48ZGl2PmNoZWVycyw8L2Rpdj48ZGl2Pjxicj48 L2Rpdj48ZGl2PqAgoCCgbWVodWw8L2Rpdj48ZGl2Pjxicj48L2Rpdj48ZGl2Pi0toDxicj48L2Rp dj4NCjwvZGl2Pk1laHVsIE4uIFNhbmdodmk8YnI+ZW1haWw6IDxhIGhyZWY9Im1haWx0bzptZWh1 bC5zYW5naHZpQGdtYWlsLmNvbSI+bWVodWwuc2FuZ2h2aUBnbWFpbC5jb208L2E+DQo8L2Rpdj48 L2Rpdj4NCg== --089e01493c5af2768604e4608399-- 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 15:48:03 +0200 Message-ID: <86d2p8fp7w.fsf@somewhere.org> References: <86k3jhojvm.fsf@somewhere.org> <86ioz0kc36.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 wrote: > Sebastien Vauban wrote: >> 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)? > > Using ':eval query' does not make a difference. It does not prompt for yes > or no. Then, there are now 2 things I don't understand: - why it does not query you for eval? - why that code gets you in troubles? I'm out of ideas here... Try with an ECM, or with emacs -Q? Best regards, Seb -- Sebastien Vauban From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mehul Sanghvi Subject: Re: invalid byte-code error when publishing Date: Wed, 21 Aug 2013 16:49:27 -0400 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001a11c37e4c2bb10b04e47b4fe3 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47712) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VCFLO-0003vr-4i for emacs-orgmode@gnu.org; Wed, 21 Aug 2013 16:49:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VCFLM-0005gj-Sf for emacs-orgmode@gnu.org; Wed, 21 Aug 2013 16:49:30 -0400 Received: from mail-wi0-x232.google.com ([2a00:1450:400c:c05::232]:61188) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VCFLM-0005gM-GC for emacs-orgmode@gnu.org; Wed, 21 Aug 2013 16:49:28 -0400 Received: by mail-wi0-f178.google.com with SMTP id j17so954744wiw.5 for ; Wed, 21 Aug 2013 13:49:27 -0700 (PDT) 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@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Sebastien Vauban Cc: ML Emacs-orgmode --001a11c37e4c2bb10b04e47b4fe3 Content-Type: text/plain; charset=ISO-8859-1 On Tue, Aug 20, 2013 at 9:48 AM, Sebastien Vauban wrote: > Mehul Sanghvi wrote: > > Sebastien Vauban wrote: > >> 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)? > > > > Using ':eval query' does not make a difference. It does not prompt for > yes > > or no. > > Then, there are now 2 things I don't understand: > > - why it does not query you for eval? > - why that code gets you in troubles? > > I'm out of ideas here... > > Try with an ECM, or with emacs -Q? > > Best regards, > Seb > > -- > Sebastien Vauban > > > This works now. I don't know why it was causing problems, but it worked just fine in a new instance. I had done a org-reload rather than re-start my emacs. Thanks for your help. cheers, mehul -- Mehul N. Sanghvi email: mehul.sanghvi@gmail.com --001a11c37e4c2bb10b04e47b4fe3 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable



On Tue, Aug 20, 2013 at 9:48 AM, Sebastien Vauban <sva-news@= mygooglest.com> wrote:
Mehul Sanghvi wrote:
> Sebastien Vauban wrote:
>> Mehul Sanghvi wrote:
>>>> Mehul Sanghvi wrote:
>>>>> The error only occurs if I'm using org-babl. The o= ffending 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 everyth= ing works fine and
>>>>> I'm able to publish.
>>>>
>>>> Would this fix it?
>>>>
>>>> =A0 #+BEGIN_SRC emacs-lisp :eval no
>>>> =A0 (setq tramp-default-method "ssh")
>>>> =A0 #+END_SRC
>>>
>>> Thanks for the suggestion. That does not fix the problem. I st= ill 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 answeri= ng yes, and
>> when answering no)?
>
> Using ':eval query' does not make a di= fference. It does not prompt for yes
> or no.

Then, there are now 2 things I don't understand:

- why it does not query you for eval?
- why that code gets you in troubles?

I'm out of ideas here...

Try with an ECM, or with emacs -Q?

Best regards,
=A0 Seb

--
Sebastien Vauban




This works now. =A0I don't know why it wa= s causing problems, but it worked just fine in a new instance. =A0I had don= e a org-reload rather than re-start my emacs.

Thanks for = your help.

cheers,

=A0 =A0 =A0 mehul



--
Mehu= l N. Sanghvi
email: mehul.san= ghvi@gmail.com
--001a11c37e4c2bb10b04e47b4fe3--