emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Orgmode] Elisp code to insert a word in table


From: ishi soichi
Subject: Re: [Orgmode] Elisp code to insert a word in table
Date: Fri, 3 Dec 2010 19:52:44 +0900

Thanks for such a quick response!

soichi

2010/12/3 Carsten Dominik <address@hidden>
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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]