From: Leo Ufimtsev <lufimtse@redhat.com>
To: Zhihao Ding <zhihao.ding@imm.ox.ac.uk>
Cc: emacs-orgmode@gnu.org, Oleh Krehel <ohwoeowho@gmail.com>
Subject: Re: navigate between source code blocks
Date: Thu, 30 Apr 2015 12:48:21 -0400 (EDT) [thread overview]
Message-ID: <815421560.7826741.1430412501517.JavaMail.zimbra@redhat.com> (raw)
In-Reply-To: <2ce0b90c-8055-4780-9649-4f17be9700cd@HUB02.ad.oak.ox.ac.uk>
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.
You can also go to the next source code block via org-babel-next-src-block etc. Just to hop around. There is also a command for marking blocks.
Worf I think is a bit on the vi side of things. Helm is more generic.
I usually do things like append 'src' to the title of a heading and then do a helm-heading search to find my source code.
Leo Ufimtsev | Intern Software Engineer @ Eclipse Team
----- Original Message -----
From: "Zhihao Ding" <zhihao.ding@imm.ox.ac.uk>
To: "Oleh Krehel" <ohwoeowho@gmail.com>
Cc: emacs-orgmode@gnu.org
Sent: Wednesday, April 29, 2015 4:20:06 AM
Subject: Re: [O] navigate between source code blocks
Thanks very much Oleh.
Best,
Zhihao
> On 28 Apr 2015, at 08:22, Oleh Krehel <ohwoeowho@gmail.com> wrote:
>
> Hi Zhihao,
>
>> I’ve got a simple question: how to speed up jumping
>> between code blocks?
>
> You might be interested in https://github.com/abo-abo/worf.
> It allows you to traverse anything that starts with "*" or "#+" with
> just "hjkl" keys.
> See the docs here: http://oremacs.com/worf/README.html.
>
> regards,
> Oleh
next prev parent reply other threads:[~2015-04-30 16:48 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-04-27 14:47 navigate between source code blocks Zhihao Ding
2015-04-28 7:22 ` Oleh Krehel
2015-04-29 8:20 ` Zhihao Ding
2015-04-30 16:48 ` Leo Ufimtsev [this message]
2015-04-30 17:25 ` Oleh Krehel
2015-05-01 8:36 ` Zhihao Ding
2015-05-01 13:55 ` Leo Ufimtsev
2015-05-01 15:13 ` Oleh Krehel
2015-05-04 14:00 ` Leo Ufimtsev
2015-05-04 10:08 ` Sebastien Vauban
2015-05-04 14:04 ` Leo Ufimtsev
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=815421560.7826741.1430412501517.JavaMail.zimbra@redhat.com \
--to=lufimtse@redhat.com \
--cc=emacs-orgmode@gnu.org \
--cc=ohwoeowho@gmail.com \
--cc=zhihao.ding@imm.ox.ac.uk \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).