From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Leha Subject: org-babel-next-src-block respecting #+call lines Date: Thu, 05 Dec 2013 14:17:33 +0100 Message-ID: <877gbjxwr6.fsf@med.uni-goettingen.de> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57987) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VoYoT-0004Za-1m for emacs-orgmode@gnu.org; Thu, 05 Dec 2013 08:18:00 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VoYoL-0003Nr-KV for emacs-orgmode@gnu.org; Thu, 05 Dec 2013 08:17:52 -0500 Received: from plane.gmane.org ([80.91.229.3]:41066) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VoYoL-0003Ni-DM for emacs-orgmode@gnu.org; Thu, 05 Dec 2013 08:17:45 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1VoYoK-0006BT-8T for emacs-orgmode@gnu.org; Thu, 05 Dec 2013 14:17:44 +0100 Received: from genepi110.genepi.med.uni-goettingen.de ([134.76.140.110]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 05 Dec 2013 14:17:44 +0100 Received: from andreas.leha by genepi110.genepi.med.uni-goettingen.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 05 Dec 2013 14:17:44 +0100 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: emacs-orgmode@gnu.org Hi all, how could I make org-babel-next-src-block (bound to 'C-c C-v n' by default) jump to the next src block or #+call line? In its current form it skips over call lines. Many thanks in advance, Andreas