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 stillCheck out the value of:
> get the same error as before.
- `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)?