From mboxrd@z Thu Jan 1 00:00:00 1970 From: Puneeth Subject: Re: bug: babel: Export of temporary buffers fails Date: Mon, 4 Oct 2010 19:29:15 +0530 Message-ID: References: <87mxqwik7z.fsf@gmail.com> <87bp7cbd16.fsf@gmx.de> <87ocba9k37.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from [140.186.70.92] (port=40344 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P2ln3-0005eX-TD for emacs-orgmode@gnu.org; Mon, 04 Oct 2010 10:13:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P2lZq-00031k-Bf for emacs-orgmode@gnu.org; Mon, 04 Oct 2010 09:59:39 -0400 Received: from mail-ww0-f49.google.com ([74.125.82.49]:34122) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P2lZq-00031C-7K for emacs-orgmode@gnu.org; Mon, 04 Oct 2010 09:59:38 -0400 Received: by wwb24 with SMTP id 24so5814620wwb.30 for ; Mon, 04 Oct 2010 06:59:36 -0700 (PDT) In-Reply-To: <87ocba9k37.fsf@gmail.com> 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: Eric Schulte Cc: emacs-orgmode Hi Eric, On Mon, Oct 4, 2010 at 6:43 PM, Eric Schulte > I've just tried exporting an org-mode buffer containing babel code > blocks to a temporary file using C-c C-e H, and it worked without > problem. =C2=A0Could you send me an example org-mode file that throws the > error your described? Have you exported from a temporary buffer? or a buffer visiting a file? To reproduce the error that I get, 1. Switch to scratch buffer (or a new temporary buffer) 2. M-x org-mode to change the mode to Org-mode 3. Yank the following text into it ----------------------------------------- * Hello World #+begin_src python print "Hello, World" #+end_src ----------------------------------------- 4. C-c C-e H You should get the error set-buffer: Wrong type argument: stringp, nil HTH, Puneeth