From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Eric Schulte" Subject: Re: [babel] key binding requests Date: Sun, 11 Jul 2010 21:53:00 -0700 Message-ID: <87aapxmh9f.fsf@gmail.com> References: <27A04203-1FB8-4F68-8868-5CDAB9AA01F7@criticalmass.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=48089 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OYB2g-0004hC-2M for emacs-orgmode@gnu.org; Mon, 12 Jul 2010 00:54:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OYB2e-0004Vz-Iu for emacs-orgmode@gnu.org; Mon, 12 Jul 2010 00:54:57 -0400 Received: from mail-pz0-f41.google.com ([209.85.210.41]:38740) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OYB2e-0004Vu-8s for emacs-orgmode@gnu.org; Mon, 12 Jul 2010 00:54:56 -0400 Received: by pzk33 with SMTP id 33so2568856pzk.0 for ; Sun, 11 Jul 2010 21:54:55 -0700 (PDT) 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: Jonathan Arkell Cc: "emacs-orgmode@gnu.org" Hi Jonathan, Jonathan Arkell writes: >> I'm loving the level of polish and sophistication that have been >> achieved with org-babel. My entire PhD thesis is currently written in >> org and org-babel, and it's the best authoring system I've ever used. > > Agreed! Although I am coming from a completely different perspective > (Developer using it for literate programming), org-babel is, in fact, > as the kids say, the bomb. > That's great to hear :) > >> First, in terms of navigation, I would love to have keybindings under >> the C-c C-v prefix that would navigate to the next and previous babel >> blocks. org-babel-goto-named-source-block[fn:1] is great, but a) not >> all my blocks are named, and b) I don't always remember the name of >> the block I'm looking for. > > One of the things you could do here is to search forward or backward > for #+BEGIN_SRC. You could even record a macro to make it. That > would at least hold you over till it was developed. > > I also agree about completion based on the name of the source block. > That would be very handy. If I may be so bold as to piggyback on > Austins feature request, if the gathering of the candidates happened > in a separate function from the interactive function that does the > completion, then it could be used by packages like auto-complete. > Thanks for this suggestion, I followed it and my the names for completion are returned by the functions `org-babel-src-block-names' and `org-babel-result-names' for code blocks and results respectively. Cheers -- Eric > > > __________________________________ > > Jonathan Arkell > Tech Lead > Inspired By Drum & Bass, Scheme, Kawaii > > p. 403.206.4377 > > 402 -- 11th Ave SE > Calgary, AB, Canada T2G 0Y4 > > jonathana@criticalmass.com > criticalmass.com > > > > > > > > On Jul 10, 2010, at 8:22 AM, Austin Frank wrote: > >> Hello! >> >> I'm loving the level of polish and sophistication that have been >> achieved with org-babel. My entire PhD thesis is currently written in >> org and org-babel, and it's the best authoring system I've ever used. >> >> That said, I have a couple of features that I regularly find myself >> missing. I wonder whether other folks might also find them useful. >> >> First, in terms of navigation, I would love to have keybindings under >> the C-c C-v prefix that would navigate to the next and previous babel >> blocks. org-babel-goto-named-source-block[fn:1] is great, but a) not all my >> blocks are named, and b) I don't always remember the name of the block >> I'm looking for. On that note... >> >> Currently, org-babel-goto-named-source-block doesn't currently offer any >> completion facilities in my setup. Is there a way to hook it into the >> rest of org's completion mechanisms so that I can hit tab to complete >> the names of my source blocks? >> >> Finally, to go along with facilities to navigate from source block to >> source block, I'd also make regular use of something like >> org-execute-src-block-and-step, which would execute the current block >> and then jump to the next (or previous) one. >> >> Thanks again for these excellent tools, >> /au >> >> Footnotes: >> >> [fn:1] This is the only function that uses "source" instead of "src" in >> its name. Should this be changed for consistency? >> >> >> -- >> Austin Frank >> http://aufrank.net >> GPG Public Key (D7398C2F): http://aufrank.net/personal.asc >> > > > The information contained in this message is confidential. It is intended to be read only by the individual or entity named above or their designee. If the reader of this message is not the intended recipient, you are hereby notified that any distribution of this message, in any form, is strictly prohibited. If you have received this message in error, please immediately notify the sender and delete or destroy any copy of this message. > > _______________________________________________ > 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