all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* (org-table-next-row) and # - bug or feature?
@ 2013-03-22  1:08 Thorsten Jolitz
  2013-03-22  1:36 ` Thorsten Jolitz
  0 siblings, 1 reply; 3+ messages in thread
From: Thorsten Jolitz @ 2013-03-22  1:08 UTC (permalink / raw
  To: emacs-orgmode


Hi List, 

is this a bug or a feature:

in all 4 following examples point is in cell 1x1 when calling 

,-----------------------
| M-x org-table-next-row
`-----------------------

| A | B |
|   |   |

| 1 | 2 |
|   |   |

| \ | / |
|   |   |

but 

| # | b |
| # |   |


For me at least it breaks a program that looks if e.g. cell 1x1 is
empty, and if it isn't, calls 'org-table-next-row' and then inserts in
new empty cell 2x1.

As it happens, # is among the characters my program tries to insert and
thus it enters an endless loop, since everytime it calls
'org-table-next-row', the new cell in the next-row/same-column will be
filled with # too, and never be empty.

I can't think of a situation where this behaviour could be useful. Its
probably a bug related to the use of '#' as 'comment-start' char in
Org-mode. 

-- 
cheers,
Thorsten

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

end of thread, other threads:[~2013-04-06  0:50 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-22  1:08 (org-table-next-row) and # - bug or feature? Thorsten Jolitz
2013-03-22  1:36 ` Thorsten Jolitz
2013-04-06  0:42   ` Bastien

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.