From mboxrd@z Thu Jan 1 00:00:00 1970 From: ishi soichi Subject: Elisp code to insert a word in table Date: Fri, 3 Dec 2010 18:00:25 +0900 Message-ID: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0793408093==" Return-path: Received: from [140.186.70.92] (port=54879 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PORVE-0000yW-Tx for emacs-orgmode@gnu.org; Fri, 03 Dec 2010 04:00:29 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PORVD-0007xj-N2 for emacs-orgmode@gnu.org; Fri, 03 Dec 2010 04:00:28 -0500 Received: from mail-px0-f169.google.com ([209.85.212.169]:44854) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PORVD-0007xe-IR for emacs-orgmode@gnu.org; Fri, 03 Dec 2010 04:00:27 -0500 Received: by pxi12 with SMTP id 12so3851001pxi.0 for ; Fri, 03 Dec 2010 01:00:25 -0800 (PST) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org --===============0793408093== Content-Type: multipart/alternative; boundary=000e0cd17222ea1f8104967dc46d --000e0cd17222ea1f8104967dc46d Content-Type: text/plain; charset=ISO-8859-1 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 --000e0cd17222ea1f8104967dc46d Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Hi. I'm trying to write an elisp code to enter words into a table of or= g-mode.

after designating a buffer, which already contai= ns a table, I simply wrote,

=A0=A0 =A0'(insert= "test!" @2$2)

does not work obviously.

Do I = need to move the "point" to the particular cell before inserting?=

Thanks in advance.

soich= i
--000e0cd17222ea1f8104967dc46d-- --===============0793408093== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ 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 --===============0793408093==--