From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hsiu-Khuern Tang Subject: Re: bug: babel: Export of temporary buffers fails Date: Mon, 4 Oct 2010 10:08:08 -0700 Message-ID: References: <87mxqwik7z.fsf@gmail.com> <87bp7cbd16.fsf@gmx.de> <87ocba9k37.fsf@gmail.com> <87iq1i6lsf.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: Received: from [140.186.70.92] (port=39450 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P2oaL-0007fc-BM for emacs-orgmode@gnu.org; Mon, 04 Oct 2010 13:12:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P2oaK-0001ZN-9Q for emacs-orgmode@gnu.org; Mon, 04 Oct 2010 13:12:21 -0400 Received: from mail-bw0-f41.google.com ([209.85.214.41]:35477) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P2oaK-0001Z8-06 for emacs-orgmode@gnu.org; Mon, 04 Oct 2010 13:12:20 -0400 Received: by bwz10 with SMTP id 10so5304636bwz.0 for ; Mon, 04 Oct 2010 10:12:18 -0700 (PDT) In-Reply-To: <87iq1i6lsf.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 , emacs-orgmode@gnu.org Hi Eric, Are you also seeing the problem reported at http://thread.gmane.org/gmane.emacs.orgmode/30855? I checked out the latest git version and that problem still exists. I don't know how closely it is related to the problem in this thread, but it was caused by the same commit (efdf78172d9f7c0070c781d136a9b49a2a56fcc4) -- hoping you can shed some light on this. Thanks! --=20 Best, Hsiu-Khuern. On Mon, Oct 4, 2010 at 7:39 AM, Eric Schulte wrote= : > Ok, > > Thanks for your persistence in explaining this to me. =A0I've just pushed > up a change which should fix this issue. > > Best -- Eric > > Puneeth writes: > >> 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. =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 >> =A0 #+begin_src python >> =A0 print "Hello, World" >> =A0 #+end_src >> ----------------------------------------- >> 4. C-c C-e H >> >> You should get the error >> set-buffer: Wrong type argument: stringp, nil >> >> HTH, >> Puneeth > > _______________________________________________ > Emacs-orgmode mailing list > Please use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode >