From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Liu Subject: Can org-capture-templates be made more flexible? Date: Sun, 13 Oct 2013 17:59:38 +0800 Message-ID: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:36659) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VVISt-000141-0B for emacs-orgmode@gnu.org; Sun, 13 Oct 2013 06:00:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VVISm-0006rn-SQ for emacs-orgmode@gnu.org; Sun, 13 Oct 2013 05:59:58 -0400 Received: from plane.gmane.org ([80.91.229.3]:50930) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VVISm-0006rW-LK for emacs-orgmode@gnu.org; Sun, 13 Oct 2013 05:59:52 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1VVISi-00045Z-Ne for emacs-orgmode@gnu.org; Sun, 13 Oct 2013 11:59:48 +0200 Received: from 222.130.179.62 ([222.130.179.62]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 13 Oct 2013 11:59:48 +0200 Received: from sdl.web by 222.130.179.62 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 13 Oct 2013 11:59:48 +0200 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 there, I use https://github.com/leoliu/applescripts/blob/master/Notes.el to pull notes from Notes.app on OS X into an org buffer. Naturally I also want to hook something into org-capture to create new notes. However, it seems org-capture-templates requires a file-location of some sort, which is unhelpful in this case. Any way to make org-capture-templates more flexible? Thanks, Leo