From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Brand Subject: Add the capture feature "%(sexp)" to org-feed Date: Sat, 16 Jun 2012 17:53:42 +0200 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from eggs.gnu.org ([208.118.235.92]:37459) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SfvJq-000756-6A for emacs-orgmode@gnu.org; Sat, 16 Jun 2012 11:53:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SfvJo-0001zu-M0 for emacs-orgmode@gnu.org; Sat, 16 Jun 2012 11:53:45 -0400 Received: from mail-we0-f169.google.com ([74.125.82.169]:36471) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SfvJo-0001zj-D5 for emacs-orgmode@gnu.org; Sat, 16 Jun 2012 11:53:44 -0400 Received: by wefh52 with SMTP id h52so3531806wef.0 for ; Sat, 16 Jun 2012 08:53:42 -0700 (PDT) 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: Org Mode Hi all I am almost done with adding the capture feature "%(sexp)" to org-feed.el. Because for this I would like to use org-capture-escaped-% from org-capture.el in org-feed.el I renamed this function to org-template-escaped-% and call it in org-feed.el. The only thing what is missing is that unless I do some manual evaluations before, there is still "Symbol's function definition is void: org-template-escaped-%". For this I would like to ask for some design and implementation guidance, if available also where I should read in the elisp reference manual or wherever. Michael