all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* enhance wrap region in tables?
@ 2019-01-14 15:27 Uwe Brauer
  0 siblings, 0 replies; only message in thread
From: Uwe Brauer @ 2019-01-14 15:27 UTC (permalink / raw)
  To: emacs-orgmode


Hi 

Please consider

#+begin_src elisp
| Title                    | Title                     |
|--------------------------+---------------------------|
| First line. First colum  | First line second column  |
| Second line. First colum | Second line, second colum |
|                          |                           |
#+end_src

Now when I place the cursor in the first line and at the word first
column and use the function org-table-wrap-region I obtain 

#+begin_src elisp
| Title                                | Title                     |
|--------------------------------------+---------------------------|
| First line.                          | First line second column  |
| First colum Second line. First colum | Second line, second colum |
|                                      |                           |
#+end_src


Couldn't I obtain 
#+begin_src elisp
| Title                    | Title                     |
|                          |                           |
|--------------------------+---------------------------|
| First line.              | First line second column  |
| First colum              |                           |
| Second line. First colum | Second line, second colum |
|                          |                           |
#+end_src


Uwe Brauer 

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2019-01-14 15:27 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-01-14 15:27 enhance wrap region in tables? Uwe Brauer

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.