Thanks for such a quick response!

soichi

2010/12/3 Carsten Dominik <carsten.domi...@gmail.com>

> Hi Ishi,
>
>
> 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.
>>
>
> indeed.
>
>
>
>
>> Do I need to move the "point" to the particular cell before inserting?
>>
>
> You could to that, using the functions org-table-goto-line and then
> org-table-goto-column.
>
> However, it is easier to use, for programmatic access to fields, the
> functions
> `org-table-put' and `org-table-get'.
>
> - Carsten
>
_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to