From mboxrd@z Thu Jan 1 00:00:00 1970 From: Takafumi Arakaki Subject: Re: [PATCH] Fix org-entry-put (trouble with org-columns-edit-value) Date: Fri, 9 Nov 2012 14:08:11 +0100 Message-ID: References: <87ehk3jgod.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from eggs.gnu.org ([208.118.235.92]:51888) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TWoK6-0004uq-UV for emacs-orgmode@gnu.org; Fri, 09 Nov 2012 08:08:42 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TWoK1-0004lJ-3l for emacs-orgmode@gnu.org; Fri, 09 Nov 2012 08:08:38 -0500 Received: from mail-qa0-f48.google.com ([209.85.216.48]:44844) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TWoK0-0004l7-P5 for emacs-orgmode@gnu.org; Fri, 09 Nov 2012 08:08:33 -0500 Received: by mail-qa0-f48.google.com with SMTP id s11so449354qaa.0 for ; Fri, 09 Nov 2012 05:08:32 -0800 (PST) In-Reply-To: <87ehk3jgod.fsf@gmail.com> 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: Nicolas Goaziou Cc: emacs-orgmode@gnu.org Hi, Thanks for the reply. Do you know if it is fixed in both master and maint, or only in master? --- Takafumi On Fri, Nov 9, 2012 at 9:58 AM, Nicolas Goaziou wrote: > Hello, > > Takafumi Arakaki writes: > >> I have a trouble with org-columns-edit-value; updating property using >> this command breaks property formatting. >> >> If I update MyProp_B in, >> >> :PROPERTIES: >> :MyProp_A: a >> :MyProp_B: b >> :END: >> >> I end up with: >> >> :PROPERTIES: >> :MyProp_A: :MyProp_B: x a >> >> :END: >> >> >> I found that (match-beginning 0) returns different value after >> (delete-region (match-beginning 0) (match-end 0)). The strange thing >> is that I could not reproduce it in "plain" Emacs without loading my >> init.el. >> >> I am using a few week older version from Emacs trunk. >> emacs-version: "24.2.50.1" >> emacs-bzr-version: "110740 rgm@gnu.org-20121030101856-aimepc487hfjuqqs" >> >> >> I will try to reproduce the bug after updating Emacs (probably to the >> 24.3 release branch) and org-mode later. But I thought I'd share the >> patch first. > > I think this was fixed a while ago. I'll wait for your feedback after > you update Org. > > > Regards, > > -- > Nicolas Goaziou