From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: Bug Report - org-edit-special eats the first newline Date: Fri, 14 Nov 2008 11:17:40 -0500 Message-ID: <874p2ae0yj.fsf@gollum.intra.norang.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1L11Mh-0008TX-30 for emacs-orgmode@gnu.org; Fri, 14 Nov 2008 11:17:47 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1L11Mf-0008Si-E6 for emacs-orgmode@gnu.org; Fri, 14 Nov 2008 11:17:46 -0500 Received: from [199.232.76.173] (port=54851 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L11Mf-0008Sf-Ay for emacs-orgmode@gnu.org; Fri, 14 Nov 2008 11:17:45 -0500 Received: from mho-02-bos.mailhop.org ([63.208.196.179]:50648) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1L11Mf-0000DS-Oh for emacs-orgmode@gnu.org; Fri, 14 Nov 2008 11:17:45 -0500 Received: from cpe000102d0fe75-cm0012256ecbde.cpe.net.cable.rogers.com ([99.239.148.180] helo=mail.norang.ca) by mho-02-bos.mailhop.org with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.68) (envelope-from ) id 1L11Md-0007pA-9Y for emacs-orgmode@gnu.org; Fri, 14 Nov 2008 16:17:43 +0000 Received: from gollum.intra.norang.ca (gollum.intra.norang.ca [192.168.1.5]) by mail.norang.ca (8.13.8/8.13.8/Debian-3) with ESMTP id mAEGHeEX019210 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Fri, 14 Nov 2008 11:17:42 -0500 Received: from gollum.intra.norang.ca (localhost [127.0.0.1]) by gollum.intra.norang.ca (8.14.3/8.14.3/Debian-5) with ESMTP id mAEGHeLo007874 for ; Fri, 14 Nov 2008 11:17:40 -0500 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-orgmode@gnu.org Hi Carsten, This is really minor but I ran into it using C-c ' when playing with Eric's ditaa export code. ,----[ test.org ] | * TODO Testing | | xxxx | | yyyy `---- If you put the point on the blank line between xxxx and yyyy and do C-c ' and create something and save it with C-c ' the first line is appended to the xxxx line as follows ,---- | * TODO Testing | | xxxx: ... | : . | : ... | yyyy `---- I also noticed (since I was playing with ditta) that a single undo C-S-_ after C-c ' fixes the diagram for ditta (removing the ': ' prefix created by C-c ') You can't edit it again easily with C-c ' but it makes creating the initial diagram easier until ditaa supports editing with C-c '. Maybe this is useful to someone. -Bernt