From mboxrd@z Thu Jan 1 00:00:00 1970 From: zwz Subject: add a table entry by org-remember template Date: Thu, 17 Jun 2010 15:20:00 +0800 Message-ID: <87eig6f7mn.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=49713 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OP9Of-0004EP-NC for emacs-orgmode@gnu.org; Thu, 17 Jun 2010 03:20:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OP9Od-0004WP-TJ for emacs-orgmode@gnu.org; Thu, 17 Jun 2010 03:20:21 -0400 Received: from lo.gmane.org ([80.91.229.12]:32858) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OP9Od-0004Vy-Mv for emacs-orgmode@gnu.org; Thu, 17 Jun 2010 03:20:19 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1OP9Ob-0004e7-4u for emacs-orgmode@gnu.org; Thu, 17 Jun 2010 09:20:17 +0200 Received: from 60.191.99.31 ([60.191.99.31]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 17 Jun 2010 09:20:17 +0200 Received: from zhangweize by 60.191.99.31 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 17 Jun 2010 09:20:17 +0200 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 AFAIK, it is now impossible to add a table entry by org-template. But I think it is very useful. For example, in my private.org, there is a section * Contacts | name | tel. | email | addr | |------+------+---------+-----------| | A | 12 | a@a.com | somewhere | If it is feasible with such a template ("Contact" ?c "| %^{Name} | %^{tel} | %^{email} | %^{addr} |\n" "~/private.org" "Contacts") to add new contacts, it would be very nice to organize (e.g. sort) all the contacts based on org-table.