From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Re: Org-ctags released Date: Sat, 26 Dec 2009 12:01:31 +0100 Message-ID: <301EB5F5-FDE2-4680-9C73-120FEB4376BD@gmail.com> References: Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NOUP0-0002fz-11 for emacs-orgmode@gnu.org; Sat, 26 Dec 2009 06:01:42 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NOUOu-0002fX-GB for emacs-orgmode@gnu.org; Sat, 26 Dec 2009 06:01:40 -0500 Received: from [199.232.76.173] (port=59795 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NOUOu-0002fU-AL for emacs-orgmode@gnu.org; Sat, 26 Dec 2009 06:01:36 -0500 Received: from mail-fx0-f228.google.com ([209.85.220.228]:42963) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NOUOu-0007xY-0D for emacs-orgmode@gnu.org; Sat, 26 Dec 2009 06:01:36 -0500 Received: by fxm28 with SMTP id 28so586381fxm.26 for ; Sat, 26 Dec 2009 03:01:34 -0800 (PST) In-Reply-To: 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: Paul Sexton Cc: emacs-orgmode@gnu.org Hi Paul, this looks good and very comprehensive! Before we can include this into the core, we need to fix a few technical issues. 1. In org-mode we currently don't use "/" in function names - this is of course no show-stopper and I would accept the file as is, it is only a wish from my side for consistency. 2. The file will need an arch-tag and a standard ending, you can use ;; arch-tag: 4b1ddd5a-8529-4b17-bcde-96a922d26343 ;;; org-ctags.el ends here 3. You need to get the paperwork done and assign the copyright to the FSF, see http://orgmode.org/worg/org-contribute.php#sec-2 Thanks for your contribution! - Carsten On Dec 25, 2009, at 2:17 AM, Paul Sexton wrote: > Happy Xmas everyone. > > I have updated org-ctags to use an existing hook which has recently > been added > to the development version of org-mode by Carsten. So now, no patch > is needed. > > I have also fixed a couple of bugs. > > Latest version can be downloaded at: > http://bitbucket.org/eeeickythump/org-ctags/ > > Paul > > > > > _______________________________________________ > Emacs-orgmode mailing list > Please use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode - Carsten