Re: [O] navigate between source code blocks

2015-05-04 Thread Leo Ufimtsev
- 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, > >

Re: [O] navigate between source code blocks

2015-05-04 Thread Leo Ufimtsev
- Original Message - > From: "Oleh Krehel" > To: "Leo Ufimtsev" > Cc: emacs-orgmode@gnu.org, "Zhihao Ding" > Sent: Friday, May 1, 2015 11:13:28 AM > Subject: Re: [O] navigate between source code blocks > > Leo Ufimtsev writes: &

Re: [O] navigate between source code blocks

2015-05-04 Thread Sebastien Vauban
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-g

Re: [O] navigate between source code blocks

2015-05-01 Thread Oleh Krehel
Leo Ufimtsev writes: >>And it's got the best Helm implementation for navigating to > headings. > > Well, when I hear someone use the word 'best', I see it as a challenge X-D. > > I used worf-goto for a while. It's certainly amazing and on the odd occasion > I still use it, but lately I've switch

Re: [O] navigate between source code blocks

2015-05-01 Thread Leo Ufimtsev
t; To: "Leo Ufimtsev" Cc: emacs-orgmode@gnu.org, "Zhihao Ding" Sent: Thursday, April 30, 2015 1:25:45 PM Subject: Re: [O] navigate between source code blocks Leo Ufimtsev writes: > Worf I think is a bit on the vi side of things. Helm is more generic. Worf is as much on t

Re: [O] navigate between source code blocks

2015-05-01 Thread Zhihao Ding
Thank guys. Wolf is new to me and I am trying it now, it already feels very attractive! This increases my navigation efficiency quite a bit! Zhihao > On 30 Apr 2015, at 18:25, Oleh Krehel wrote: > > Leo Ufimtsev writes: > >> Worf I think is a bit on the vi side of things. Helm is more gen

Re: [O] navigate between source code blocks

2015-04-30 Thread Oleh Krehel
Leo Ufimtsev writes: > Worf I think is a bit on the vi side of things. Helm is more generic. Worf is as much on the vi side of things, as `org-use-speed-commands' are. Almost not at all. It just takes vi-style "hjkl" arrows, because Emacs-style "bnpf" arrows aren't convenient. And it's got the

Re: [O] navigate between source code blocks

2015-04-30 Thread Leo Ufimtsev
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" To: "Oleh Krehel" Cc: emacs-orgmode@gnu.org Sent: Wednesday, April 29, 2015

Re: [O] navigate between source code blocks

2015-04-29 Thread Zhihao Ding
Thanks very much Oleh. Best, Zhihao > On 28 Apr 2015, at 08:22, Oleh Krehel 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

Re: [O] navigate between source code blocks

2015-04-28 Thread Oleh Krehel
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. regar

[O] navigate between source code blocks

2015-04-27 Thread Zhihao Ding
Dear Org experts, I’ve got a simple question: how to speed up jumping between code blocks? My org file grows larger every day with more and more source code blocks. I find myself spending increasing amount of time finding the right code blocks to go to. Could anyone suggest a method to incr