* Issue with M-RET at end of folded headline
@ 2013-04-19 19:31 John Hendy
0 siblings, 0 replies; only message in thread
From: John Hendy @ 2013-04-19 19:31 UTC (permalink / raw)
To: emacs-orgmode
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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2013-04-19 19:31 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-19 19:31 Issue with M-RET at end of folded headline John Hendy
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).