Hi. I'm trying to write an elisp code to enter words into a table of org-mode.
after designating a buffer, which already contains a table, I simply wrote,
'(insert "test!" @2$2)
does not work obviously.
Do I need to move the "point" to the particular cell before inserting?
Thanks in advance.
soichi
_______________________________________________ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. [email protected] http://lists.gnu.org/mailman/listinfo/emacs-orgmode
