all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Bug: horizontal lines in tables [8.2.10 (release_8.2.10 @ /usr/local/share/emacs/24.5/lisp/org/)]
@ 2015-10-24 14:57 Guido Kraemer
  2015-10-24 15:50 ` Nicolas Goaziou
  0 siblings, 1 reply; 4+ messages in thread
From: Guido Kraemer @ 2015-10-24 14:57 UTC (permalink / raw)
  To: emacs-orgmode

Dear Emacs team,

if I have a table with an empty line

| row 1   |
|         |
| row 3   |

and want to insert a horizontal line I would expect the line to be
inserted adding some dashes and pressing TAB

| row 1   |
| ------- |
| row 3   |

but the cursor simply switches to the next cell and the horizontal line
is not being inserted. If I press DEL first, the ending | is moved and
the horizontal line is being inserted as expected.

| row 1   |
| ------ |
| row 3   |

TAB turns it into

| row 1   |
|---------|
| row 3   |

Cheers,
Guido


Emacs : GNU Emacs 24.5.1 (x86_64-unknown-linux-gnu, GTK+ Version 3.10.8)
of 2015-10-20 on my-computer
Package: Org-mode version 8.2.10 (release_8.2.10 @ 
/usr/local/share/emacs/24.5/lisp/org/)

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

end of thread, other threads:[~2015-10-25  8:40 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-24 14:57 Bug: horizontal lines in tables [8.2.10 (release_8.2.10 @ /usr/local/share/emacs/24.5/lisp/org/)] Guido Kraemer
2015-10-24 15:50 ` Nicolas Goaziou
2015-10-24 20:35   ` Guido Kraemer
2015-10-25  8:42     ` Nicolas Goaziou

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.