From: John Hendy <jw.hendy@gmail.com>
To: emacs-orgmode <emacs-orgmode@gnu.org>
Subject: Issue with M-RET at end of folded headline
Date: Fri, 19 Apr 2013 14:31:22 -0500 [thread overview]
Message-ID: <CA+M2ft9EFONNa=ms5F4EqHp1b1xx9CX59eZo5yw+pj5PQw5P6Q@mail.gmail.com> (raw)
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 other threads:[~2013-04-19 19:31 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='CA+M2ft9EFONNa=ms5F4EqHp1b1xx9CX59eZo5yw+pj5PQw5P6Q@mail.gmail.com' \
--to=jw.hendy@gmail.com \
--cc=emacs-orgmode@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).