emacs-orgmode
[Top][All Lists]
Advanced

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

[O] Issue with M-RET at end of folded headline


From: John Hendy
Subject: [O] Issue with M-RET at end of folded headline
Date: Fri, 19 Apr 2013 14:31:22 -0500

I'm getting really odd behavior after a fresh pull/make clean/make this morning.

- M-x org-version
Org-mode version 8.0 (release_8.0-2-g77476c @
/home/jwhendy/.elisp/org.git/lisp/)

- emacs -Q -> M-x load-file RET ~/emacs-min:
;; set load paths
;; set load dirs and global config options
(add-to-list 'load-path "~/.elisp/org.git/lisp/")
(add-to-list 'load-path "~/.elisp/org.git/contrib/lisp")

- Test file:

#+begin_src org
* Test
** test

blah blah blah
#+end_src

Steps to reproduce
- fold **test (**test...)
- place cursor after ...
- M-RET
- No apparent result
- Unfold ** test and I get

#+begin_src org
* Test
** test
...
#+end_src

If I place cursor at end of **test and then press DELETE (so that it
looks like **test...), I can TAB to unfold again and now I have:

#+begin_src org
* Test
** test
* blah blah blah
#+end_src

Is this a bug or did I miss a change in Org-8.0?


Thanks,
John



reply via email to

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