Re: [O] org-mode 7.5, save-excursion does not work in tables

2011-06-23 Thread Jambunathan K
> Hello > > I want a simple function which allows me to insert a new row > before I wrap a region. (Because otherwise rows which > already contain information get disordered.) > > Like > > (defun my-org-wrap-cell () > (interactive) > (save-excursion > (progn > (org-table-insert-ro

[O] org-mode 7.5, save-excursion does not work in tables

2011-06-23 Thread Uwe Brauer
Hello I want a simple function which allows me to insert a new row before I wrap a region. (Because otherwise rows which already contain information get disordered.) Like (defun my-org-wrap-cell () (interactive) (save-excursion (progn (org-table-insert-row 1) (org