From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric S Fraga Subject: [bug] [babel] results eat up following text Date: Fri, 28 Jan 2011 20:30:34 +0000 Message-ID: <87mxmk93f9.fsf@ucl.ac.uk> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Return-path: Received: from [140.186.70.92] (port=49129 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Piuxv-0006Xg-2H for emacs-orgmode@gnu.org; Fri, 28 Jan 2011 15:30:44 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Piuxt-0006l7-1u for emacs-orgmode@gnu.org; Fri, 28 Jan 2011 15:30:42 -0500 Received: from vscane-b.ucl.ac.uk ([144.82.108.141]:54302) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Piuxs-0006ks-Sw for emacs-orgmode@gnu.org; Fri, 28 Jan 2011 15:30:41 -0500 Received: from 79-67-232-178.dynamic.dsl.as9105.com ([79.67.232.178] helo=localhost) by vscane-b.ucl.ac.uk with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.72) (envelope-from ) id 1Piuxo-0005lk-1V for emacs-orgmode@gnu.org; Fri, 28 Jan 2011 20:30:36 +0000 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: Emacs Org mode mailing list --=-=-= Content-Type: text/plain Hello, please see attached file for a simple example of a bug in babel: if you execute the code block, the results section overwrites the text that follows the code block. If you insert an extra blank line between the end of the code block and the text that follows (before executing the block for the first time), the results will *not* overwrite the text *but* if you then execute the block again, the text will be overwritten. My feeling is that there's some interplay between lists (I use the 'both org-list-ending-method) and babel. I've no idea otherwise what is happening unfortunately. I can send my full configuration if need be but always prefer not to as I have to spend time obfuscating a number of things... Thanks, eric --=-=-= Content-Type: text/orgmode Content-Disposition: attachment; filename=examplebug.org # -*- coding: utf-8; -*- #+TITLE: examplebug.org #+AUTHOR: Eric S Fraga #+EMAIL: e.fraga@ucl.ac.uk * babel results overwrite following text - start an item so that following is indented: #+begin_src octave :var x=10 3*x+5 #+end_src This is some text that follows the code. --=-=-= Content-Type: text/plain -- Eric S Fraga (GnuPG: 0xC89193D8FFFCF67D) --=-=-= Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ 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 --=-=-=--