emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] Bug: source code editing using C-c ' (org-edit-special) eats cha


From: Hsiu-Khuern Tang
Subject: Re: [O] Bug: source code editing using C-c ' (org-edit-special) eats characters
Date: Tue, 30 Oct 2012 10:20:20 -0700
User-agent: Mutt/1.5.21 (2010-09-15)

Hi Bastien,

* On Thu 10:53AM, 25 Oct 2012, Bastien (address@hidden) wrote:
> Hsiu-Khuern Tang <address@hidden> writes:
> 
> > Sorry if this has been reported -- a brief search didn't turn up
> > anything.
> 
> this is now fixed -- thanks for reporting this!

Thanks for working on this.  It's better than before, but there's still a 
problem, e.g., when I start with the three lines


#+begin_example

#+end_example


and do C-c ' on the empty line, type "test", and C-c ' again, I get

#+begin_example
  test#+end_example

If I type "test" + newline, I get

#+begin_example
  test
  #+end_example


BTW, is C-c ' on the #+begin_example or #+end_example lines supposed to work?  
If I start with the two lines

#+begin_example
#+end_example

and do C-c ' on either line, type "test" (without a newline), and C-c ' again, 
I get

#+begin_example
  test
  +end_example

(The "#" of #+end_example gets dropped.)


-- 
Best,
Hsiu-Khuern.



reply via email to

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