[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Orgmode] bug: babel: Export of temporary buffers fails
From: |
Hsiu-Khuern Tang |
Subject: |
Re: [Orgmode] bug: babel: Export of temporary buffers fails |
Date: |
Mon, 4 Oct 2010 10:08:08 -0700 |
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!
--
Best,
Hsiu-Khuern.
On Mon, Oct 4, 2010 at 7:39 AM, Eric Schulte <address@hidden> wrote:
> 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
>
> _______________________________________________
> Emacs-orgmode mailing list
> Please use `Reply All' to send replies to the list.
> address@hidden
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode
>
- [Orgmode] bug: babel: Export of temporary buffers fails, Puneeth, 2010/10/02
- Re: [Orgmode] bug: babel: Export of temporary buffers fails, Eric Schulte, 2010/10/02
- Re: [Orgmode] bug: babel: Export of temporary buffers fails, Sebastian Rose, 2010/10/02
- Re: [Orgmode] bug: babel: Export of temporary buffers fails, Puneeth, 2010/10/02
- Re: [Orgmode] bug: babel: Export of temporary buffers fails, Eric Schulte, 2010/10/04
- Re: [Orgmode] bug: babel: Export of temporary buffers fails, Puneeth, 2010/10/04
- Re: [Orgmode] bug: babel: Export of temporary buffers fails, Eric Schulte, 2010/10/04
- Re: [Orgmode] bug: babel: Export of temporary buffers fails, Puneeth, 2010/10/04
- Re: [Orgmode] bug: babel: Export of temporary buffers fails,
Hsiu-Khuern Tang <=
- Re: [Orgmode] bug: babel: Export of temporary buffers fails, Eric Schulte, 2010/10/05