From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rebel Neurofog Subject: Re: Local subtree view (analysis of a fundamental issue with subtree narrowing) Date: Sun, 3 Jun 2012 10:18:02 +0400 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:38177) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sb48c-0003Sq-Cp for emacs-orgmode@gnu.org; Sun, 03 Jun 2012 02:18:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Sb48a-0003fO-LK for emacs-orgmode@gnu.org; Sun, 03 Jun 2012 02:18:05 -0400 Received: from mail-pb0-f41.google.com ([209.85.160.41]:43484) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sb48a-0003ev-Cq for emacs-orgmode@gnu.org; Sun, 03 Jun 2012 02:18:04 -0400 Received: by pbbrp2 with SMTP id rp2so4889643pbb.0 for ; Sat, 02 Jun 2012 23:18:02 -0700 (PDT) In-Reply-To: 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: Samuel Wales Cc: emacs-orgmode@gnu.org On Sun, Jun 3, 2012 at 6:51 AM, Samuel Wales wrote: > Hi Rebel, > > On 6/2/12, Rebel Neurofog wrote: >> The closest thing I'd like to have is (org-tree-to-indirect-buffer), >> but, first, there's a bug in it (I use Emacs 23.4.2 - latest official): >> - When I edit the last empty line in indirect buffer, the new text >> gets into next entry (inside original buffer) like this: > >> ** TODO Go shoping >> Some new text** TODO Finish Line Edit widget > > What version of Org are you running? =A0My version works. =A0That > apparently empty line is possibly the beginning of the next line. =A0It > might need a newline. =A0That is expected. I've installed org-7.8.11 Now there's no flooding up of next line. But original buffer is still edited incorrectly. I even found org-indirect-buffer-display variable. But still when I kill indirect buffer I have to press Tab several times to make Org-mode specific things look fine. I believe the problem is about indirect buffer editing: modified part is inserted into view-precomposed data incorrectly.