Thanks for such a quick response!
Hi Ishi,indeed.
On Dec 3, 2010, at 10:00 AM, ishi soichi wrote:
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.
You could to that, using the functions org-table-goto-line and then org-table-goto-column.
Do I need to move the "point" to the particular cell before inserting?
However, it is easier to use, for programmatic access to fields, the functions
`org-table-put' and `org-table-get'.
- Carsten