From mboxrd@z Thu Jan 1 00:00:00 1970 From: Venkatesh K S Subject: org-table and elisp Date: Fri, 22 Nov 2013 18:00:51 +0530 Message-ID: <868uwgehz8.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34709) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vjpt4-0006zN-CW for emacs-orgmode@gnu.org; Fri, 22 Nov 2013 07:31:14 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vjpsw-000748-0f for emacs-orgmode@gnu.org; Fri, 22 Nov 2013 07:31:06 -0500 Received: from mail-pb0-x22b.google.com ([2607:f8b0:400e:c01::22b]:33307) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vjpsv-00073u-Nv for emacs-orgmode@gnu.org; Fri, 22 Nov 2013 07:30:57 -0500 Received: by mail-pb0-f43.google.com with SMTP id rq2so1240802pbb.16 for ; Fri, 22 Nov 2013 04:30:56 -0800 (PST) Received: from localhost ([122.172.7.21]) by mx.google.com with ESMTPSA id at4sm52990580pbc.30.2013.11.22.04.30.53 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Fri, 22 Nov 2013 04:30:55 -0800 (PST) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Hi, I am trying to write some elisp which goes through a org-table and compiles an specific email based on fields in there. I am essentially trying to create an email workflow based on orgmode and mu4e. Can someone please point me to to elisp which navigates through org-table and updates the org-table as well. Regards, Venkatesh