From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vaidheeswaran C Subject: Re: use bookmark/boomark+ to boomark org-id's ? Date: Fri, 17 Jul 2015 11:53:16 +0530 Message-ID: <55A89F54.6060705@gmail.com> References: Reply-To: vaidheeswaran.chinnaraju@gmail.com Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55508) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZFz3U-0005bm-5g for emacs-orgmode@gnu.org; Fri, 17 Jul 2015 02:23:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZFz3P-0007Qf-4A for emacs-orgmode@gnu.org; Fri, 17 Jul 2015 02:23:32 -0400 Received: from mail-pd0-x22d.google.com ([2607:f8b0:400e:c02::22d]:35482) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZFz3O-0007QW-TI for emacs-orgmode@gnu.org; Fri, 17 Jul 2015 02:23:27 -0400 Received: by pdrg1 with SMTP id g1so56595739pdr.2 for ; Thu, 16 Jul 2015 23:23:26 -0700 (PDT) In-Reply-To: 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: Xebar Saram , org mode On Friday 17 July 2015 11:42 AM, Xebar Saram wrote: > Hi all > > After discussing this with the use boomark+ (who dosent use org..go figure > ;-)) he suggested i take this question to the orgmode list. Many Old timers. Look at org-ctags. Just revise what gets tagged. ;; 3. You run the following from the command line (all 1 line): ;; ;; ctags --langdef=orgmode --langmap=orgmode:.org ;; --regex-orgmode="/<<([^>]+)>>/\1/d,definition/" ;; -f /your/path/TAGS -e -R /your/path/*.org