emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Orgmode] bug: babel: Export of temporary buffers fails


From: Eric Schulte
Subject: Re: [Orgmode] bug: babel: Export of temporary buffers fails
Date: Mon, 04 Oct 2010 08:39:40 -0600
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.90 (gnu/linux)

Ok,

Thanks for your persistence in explaining this to me.  I've just pushed
up a change which should fix this issue.

Best -- Eric

Puneeth <address@hidden> writes:

> Hi Eric,
>
> On Mon, Oct 4, 2010 at 6:43 PM, Eric Schulte <address@hidden>
>> 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.  Could 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]