From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: org-edit-file ? Date: Thu, 21 Jul 2011 11:32:19 +0200 Message-ID: <878vrst1wc.fsf@gnu.org> References: <81y5zshnzx.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:42703) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qjpbx-00062J-Ln for emacs-orgmode@gnu.org; Thu, 21 Jul 2011 05:32:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qjpbt-00009t-Ql for emacs-orgmode@gnu.org; Thu, 21 Jul 2011 05:32:05 -0400 Received: from mail-fx0-f52.google.com ([209.85.161.52]:46967) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qjpbt-00009l-Kj for emacs-orgmode@gnu.org; Thu, 21 Jul 2011 05:32:01 -0400 Received: by fxd18 with SMTP id 18so2623418fxd.39 for ; Thu, 21 Jul 2011 02:32:00 -0700 (PDT) In-Reply-To: <81y5zshnzx.fsf@gmail.com> (Jambunathan K.'s message of "Wed, 20 Jul 2011 22:45:46 +0530") 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: Jambunathan K Cc: Dov Grobgeld , emacs-orgmode Hi Dov, Jambunathan K writes: >> have a a new command org-edit-file that would: >> >> If the file does not exist, copy a skeleton file to the filename >> or generate the skeleton file by an emacs-function or by calling >> an external application. Such a functionality belongs to Emacs itself rather than Org-mode. Are you aware of existing templating facilities? http://emacs-template.sourceforge.net/ >> Call the configured editor application on the new file. >> If invoked with Ctrl-u , allow the user to specify what editor to >> run on the file, e.g. inkscape, or killustrator on svg files. >> >> Does something like this already exists? > > Start from C-h f org-open-file. Indeed! Best, -- Bastien