emacs-orgmode
[Top][All Lists]
Advanced

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

[Orgmode] Elisp code to insert a word in table


From: ishi soichi
Subject: [Orgmode] Elisp code to insert a word in table
Date: Fri, 3 Dec 2010 18:00:25 +0900

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

reply via email to

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