[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] Bug: Error using C-' (org-edit-special) to edit code block [8.2.
From: |
Kyle Meyer |
Subject: |
Re: [O] Bug: Error using C-' (org-edit-special) to edit code block [8.2.10 (release_8.2.10 )] |
Date: |
Sun, 19 Jun 2016 12:41:59 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.0.94 (gnu/linux) |
Hello,
Dmitri Brengauz <address@hidden> writes:
[...]
> * What did you expect to happen?
> I expected to be able to edit the source, then insert it into org-mode
> file with another invocation of C-'
>
> * What happened instead?
> - The buffer appears, but an error is generated.
> - C-x C-s prompts for a filename to save buffer in instead of
> inserting it into org file.
> - C-c ' is undefined, so it will not let me close the edit buffer and
> go back to the file.
[...]
> Package: Org-mode version 8.2.10 (release_8.2.10 @
> $HOME/usr/share/emacs/25.1.50/lisp/org/)
I cannot trigger the issue with Org 8.3.4. I was able to enter in and
out of the source blocks below with C-'.
#+BEGIN_SRC elisp
(message "ok")
#+END_SRC
#+BEGIN_SRC text
adsfasdf
#+END_SRC
Please try upgrading to a newer version of Org.
--
Kyle