From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Ufimtsev Subject: Re: navigate between source code blocks Date: Mon, 4 May 2015 10:04:49 -0400 (EDT) Message-ID: <270314563.8814934.1430748289410.JavaMail.zimbra@redhat.com> References: <9efc6ad6-1124-45f3-aa09-b017f61553c2@HUB03.ad.oak.ox.ac.uk> <2ce0b90c-8055-4780-9649-4f17be9700cd@HUB02.ad.oak.ox.ac.uk> <815421560.7826741.1430412501517.JavaMail.zimbra@redhat.com> <86pp6godtp.fsf@example.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]:37106) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YpGzQ-0004g3-Tx for emacs-orgmode@gnu.org; Mon, 04 May 2015 10:05:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YpGzK-00058s-Cc for emacs-orgmode@gnu.org; Mon, 04 May 2015 10:04:56 -0400 Received: from mx4-phx2.redhat.com ([209.132.183.25]:34208) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YpGzK-00058h-5A for emacs-orgmode@gnu.org; Mon, 04 May 2015 10:04:50 -0400 In-Reply-To: <86pp6godtp.fsf@example.com> 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: Sebastien Vauban Cc: emacs-orgmode@gnu.org ----- Original Message ----- > From: "Sebastien Vauban" > To: emacs-orgmode@gnu.org > Sent: Monday, May 4, 2015 6:08:02 AM > Subject: Re: [O] navigate between source code blocks > > Leo Ufimtsev wrote: > > There are some build in things also, > > > > E.g you can name source code blocks: > > #+name: EDE Config > > #+begin_src emacs-lisp > > (require 'ede) > > (global-ede-mode) > > (load-file (concat user-emacs-directory "my/cedet-projects.el")) > > #+end_src > > > > And then with Helm + org-babel-goto-named-src-block you can search > > your named source code blocks. > > Would you mind sharing your config for the above > (Helm + org-babel-goto-named-src-block)? > This is my .emacs.d folder, which I soft symlink: ln -s ~/git/ldts/.emacs.d ~/.emacs.d https://github.com/LeoUfimtsev/ldts/tree/master/.emacs.d Of Some interest: - init loader and customizations: (not so intresting) https://github.com/LeoUfimtsev/ldts/blob/master/.emacs.d/init.el - legacy .emacs file which I haven't fully moved to my orgdotemacs (not as interesting) https://github.com/LeoUfimtsev/ldts/blob/master/.emacs.d/my/.emacs - my org-babel-config: https://github.com/LeoUfimtsev/ldts/blob/master/.emacs.d/my/orgdotemacs.org#org-babel-configuration But truth be told, my config is somewhat messy with things all over the place. You may want to go with norangs's org-babel config, (I got my stuff from there also) http://doc.norang.ca/org-mode.html#OrgBabel Let me know if you have questions. Thank you. > Best regards, > Seb > > -- > Sebastien Vauban > > > -- Leo Ufimtsev | Intern Software Engineer @ Eclipse Team