emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* [BUG] adding new plain lists item changes previous one it it ends in a number on a single lijne followed by a dot
@ 2011-02-02 19:20 Gregor Zattler
  2011-02-02 19:24 ` Jeff Horn
  2011-02-02 21:16 ` Nicolas Goaziou
  0 siblings, 2 replies; 12+ messages in thread
From: Gregor Zattler @ 2011-02-02 19:20 UTC (permalink / raw)
  To: emacs-orgmode

Dear org-mode developers,

adding a new list item via M-RET (org-insert-heading) may change
text in a previous list item, if this ends in a number on a
single line followed by a dot:

-------------------------------
- Several astonishing things happened in
  2007.
- And then there was another item.X
-------------------------------

When typing M-RET with cursor at X I would expect the following
outcome (again with X marking the cursor position):

-------------------------------
- Several astonishing things happened in
  2007.
- And then there was another item.
- X
-------------------------------

This is the correct result when using Emacs 23.2 with its
org-mode 6.33.


But with today's org-mode "Org-mode version 7.5
(release_7.4.300.g0b7c)" I instead get:

-------------------------------
- Several astonishing things happened in
    1. 
- And then there was another item.
- X
-------------------------------

Note that "  2007." has changed to "    1." in line 2.


The same bug is present in the maintenance version "Org-mode
version 7.5 (release_7.4.3.g76a2)".


This only happens when the number is followed by a dot.  Without
the dot both new versions of org-mode do not change the number on
the last line of the first item.


I did all tests with "emacs -nw -Q" and with Emacs 23.2 and
24.0.50 as of 2011-01-16.


Fixing bugs in org-mode is beyond me.

Ciao; Gregor
-- 
 -... --- .-. . -.. ..--.. ...-.-

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2011-02-05 21:04 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-02-02 19:20 [BUG] adding new plain lists item changes previous one it it ends in a number on a single lijne followed by a dot Gregor Zattler
2011-02-02 19:24 ` Jeff Horn
2011-02-02 21:16 ` Nicolas Goaziou
2011-02-03 10:11   ` Christian Moe
2011-02-03 14:09     ` Nicolas Goaziou
2011-02-03 16:11       ` Jeff Horn
2011-02-03 16:47         ` Nicolas Goaziou
2011-02-03 21:22           ` Jeff Horn
2011-02-04 19:09       ` Christian Moe
2011-02-03 18:04     ` Achim Gratz
2011-02-04 16:16   ` Gregor Zattler
2011-02-05 21:04     ` Nicolas Goaziou

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).