From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jambunathan K Subject: Re: strange error "tramp-file-name-handler: Variable binding depth exceeds max-specpdl-size" when exporting to odt Date: Tue, 12 Jul 2011 16:40:07 +0530 Message-ID: <81vcv7iwkw.fsf@gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:39978) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qgaqf-0006Eq-J9 for emacs-orgmode@gnu.org; Tue, 12 Jul 2011 07:09:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qgaqc-0004bw-Ps for emacs-orgmode@gnu.org; Tue, 12 Jul 2011 07:09:52 -0400 Received: from mail-pv0-f169.google.com ([74.125.83.169]:37848) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qgaqc-0004bX-8H for emacs-orgmode@gnu.org; Tue, 12 Jul 2011 07:09:50 -0400 Received: by pvc12 with SMTP id 12so4311771pvc.0 for ; Tue, 12 Jul 2011 04:09:48 -0700 (PDT) In-Reply-To: (Rainer Stengele's message of "Tue, 12 Jul 2011 10:32:25 +0200") 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: Rainer Stengele Cc: emacs-orgmode@gnu.org Rainer Stengele writes: > Dear list, > > exporting an org file to odt I get this error under debian Linux > (Windows works fine) [excerpt from *Messages*]: > > > Using schema ~/.emacs.d/org/contrib/odt/etc/schema/od-schema-v1.2-cs01.rnc > ODT export done, pushed to kill ring and clipboard > OVERVIEW > CONTENTS...done > Using schema ~/.emacs.d/org/contrib/odt/etc/schema/od-schema-v1.2-cs01.rnc > tramp-file-name-handler: Variable binding depth exceeds > max-specpdl-size Can you do M-x toggle-debug-on-error and post the stack trace? This is more likely to happen when a file/directory is being read or written in to and the prefix of the path looks as though it is a remote file. May be there is a bug in odt when it expands/abbrevs filename and directories. Btw, what is different in your current setup. Why it didn't happen with earlier invocations. (I assume you were able to export to odt in earlier trial runs successfully) > I cannot find the connection to tramp. I do not use tramp anywhere. > Anyone could imagine what's wrong? > > Thanks, > Rainer > > > --