From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: Bug: source block editing on headings fail on 2nd source block [7.9.2 (release_7.9.2-781-g5de94e @ /home/bernt/git/org-mode/lisp/)] Date: Tue, 25 Dec 2012 16:55:48 -0500 Message-ID: <871uedpziz.fsf@norang.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([208.118.235.92]:52583) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TncTf-0004wu-Ne for emacs-orgmode@gnu.org; Tue, 25 Dec 2012 16:56:01 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TncTe-0002Q4-B7 for emacs-orgmode@gnu.org; Tue, 25 Dec 2012 16:55:59 -0500 Received: from mho-03-ewr.mailhop.org ([204.13.248.66]:11083 helo=mho-01-ewr.mailhop.org) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TncTe-0002PU-7a for emacs-orgmode@gnu.org; Tue, 25 Dec 2012 16:55:58 -0500 Received: from cpe000102d0fe75-cm0012256ecbde.cpe.net.cable.rogers.com ([99.239.165.89] helo=mail.norang.ca) by mho-01-ewr.mailhop.org with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.72) (envelope-from ) id 1TncTX-0000Ak-2C for emacs-orgmode@gnu.org; Tue, 25 Dec 2012 21:55:51 +0000 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 The following issues use my org-mode source http://doc.norang.ca/org-mode.org org-mode.org line 117 column > 0 #+begin_src sh cd ~/git git clone git://orgmode.org/org-mode.git #+end_src C-c ' works on the first line but not on the one below which is identical. #+begin_src sh cd ~/git git clone git://orgmode.org/org-mode.git #+end_src C-c ' gives #+begin_example Debugger entered--Lisp error: (wrong-type-argument number-or-marker-p nil) org-edit-src-code() org-edit-special() call-interactively(org-edit-special nil nil) #+end_example Emacs : GNU Emacs 23.2.1 (i486-pc-linux-gnu, GTK+ Version 2.20.0) of 2010-12-11 on raven, modified by Debian Package: Org-mode version 7.9.2 (release_7.9.2-781-g5de94e @ /home/bernt/git/org-mode/lisp/)