From mboxrd@z Thu Jan 1 00:00:00 1970 From: Achim Gratz Subject: Re: svn version number as tag or property? Date: Wed, 01 Sep 2010 22:33:42 +0200 Message-ID: <87bp8hjja1.fsf@Rainer.invalid> References: <4C7CBC21.8040400@gmail.com> <87k4n6eknj.fsf@Rainer.invalid> <4C7E07BE.5020007@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=41118 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Oqu0H-00071k-QP for emacs-orgmode@gnu.org; Wed, 01 Sep 2010 16:33:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Oqu0F-0000FI-Jj for emacs-orgmode@gnu.org; Wed, 01 Sep 2010 16:33:53 -0400 Received: from lo.gmane.org ([80.91.229.12]:52194) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Oqu0F-0000F7-EK for emacs-orgmode@gnu.org; Wed, 01 Sep 2010 16:33:51 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1Oqu0E-0000XI-7J for emacs-orgmode@gnu.org; Wed, 01 Sep 2010 22:33:50 +0200 Received: from p57aad1a4.dip.t-dialin.net ([87.170.209.164]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 01 Sep 2010 22:33:50 +0200 Received: from Stromeko by p57aad1a4.dip.t-dialin.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 01 Sep 2010 22:33:50 +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 Rainer M Krug writes: > Hm - I can't find that command (I assume it is a function)? And if how > can I get the file name of the buffer? Yes, an elisp function. You either already know the name of the file and insert it as a string or just use another elisp function to ask EMACS for it. Then instead of running a shell script (which you said you wanted to avoid) you'll get this information from EMACS. Achim.