From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vladi Solutka Subject: Re: Error exporting indirect buffer to ASCII Date: Wed, 22 Oct 2008 08:02:08 +0000 (UTC) Message-ID: References: <1224577559.12393.1280392767@webmail.messagingengine.com> <805BE090-083B-4E9F-A04D-A6DE1169453C@uva.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KsYfi-0004mQ-9w for emacs-orgmode@gnu.org; Wed, 22 Oct 2008 04:02:26 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KsYff-0004la-Bu for emacs-orgmode@gnu.org; Wed, 22 Oct 2008 04:02:25 -0400 Received: from [199.232.76.173] (port=33221 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KsYff-0004lX-63 for emacs-orgmode@gnu.org; Wed, 22 Oct 2008 04:02:23 -0400 Received: from main.gmane.org ([80.91.229.2]:42325 helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KsYfe-0006V0-Sl for emacs-orgmode@gnu.org; Wed, 22 Oct 2008 04:02:23 -0400 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1KsYfZ-0006Pm-3x for emacs-orgmode@gnu.org; Wed, 22 Oct 2008 08:02:17 +0000 Received: from proxy.qimonda.com ([77.234.34.134]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 22 Oct 2008 08:02:17 +0000 Received: from mmlists by proxy.qimonda.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 22 Oct 2008 08:02:17 +0000 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Hi! > > I get a "wrong type argument: stringp, nil" when exporting to ASCII > > from > > an indirect buffer. I guess the problem is in the file > > > > org-6.09a/org-exp.el at line 1052: > > > > (file-name-nondirectory (buffer-file-name)) > have you customized org-export-run-in-background? No, C-h v org-export-run-in-background results in: -------snip-------------- org-export-run-in-background is a variable defined in `org-exp.el'. Its value is nil -------snip-------------- --- \\/ladi