Re: [O] [PATCH] Fix org-entry-put (trouble with org-columns-edit-value)

2012-12-07 Thread Takafumi Arakaki
It turned out that the bug I encountered was due to after-change-function in flyspell-lazy. It alters the match data that's why org-entry-put worked unexpectedly. https://github.com/rolandwalker/flyspell-lazy/pull/4 On Sun, Dec 2, 2012 at 9:39 AM, Nicolas Goaziou n.goaz...@gmail.com wrote:

Re: [O] [PATCH] Fix org-entry-put (trouble with org-columns-edit-value)

2012-12-02 Thread Nicolas Goaziou
Takafumi Arakaki aka@gmail.com writes: I can confirm that the behavior I described still exists. I checked with the latest version (8d22b119786206bbae98183b0fb61e3ab1b22a43) in maint branch of org-mode and the latest version (110979) in emacs-24 branch of Emacs bzr repository. I also

Re: [O] [PATCH] Fix org-entry-put (trouble with org-columns-edit-value)

2012-12-01 Thread Takafumi Arakaki
I can confirm that the behavior I described still exists. I checked with the latest version (8d22b119786206bbae98183b0fb61e3ab1b22a43) in maint branch of org-mode and the latest version (110979) in emacs-24 branch of Emacs bzr repository. I also checked with the master branch

Re: [O] [PATCH] Fix org-entry-put (trouble with org-columns-edit-value)

2012-11-09 Thread Nicolas Goaziou
Hello, Takafumi Arakaki aka@gmail.com 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:

Re: [O] [PATCH] Fix org-entry-put (trouble with org-columns-edit-value)

2012-11-09 Thread Takafumi Arakaki
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 n.goaz...@gmail.com wrote: Hello, Takafumi Arakaki aka@gmail.com writes: I have a trouble with org-columns-edit-value; updating

Re: [O] [PATCH] Fix org-entry-put (trouble with org-columns-edit-value)

2012-11-09 Thread Nicolas Goaziou
Hello, Takafumi Arakaki aka@gmail.com writes: Do you know if it is fixed in both master and maint, or only in master? I don't know. If it's fixed already, I guess the patch was applied to maint. Regards, -- Nicolas Goaziou

Re: [O] [PATCH] Fix org-entry-put (trouble with org-columns-edit-value)

2012-11-09 Thread Takafumi Arakaki
Thanks, I will check maint first then. Takafumi On Fri, Nov 9, 2012 at 2:25 PM, Nicolas Goaziou n.goaz...@gmail.com wrote: Hello, Takafumi Arakaki aka@gmail.com writes: Do you know if it is fixed in both master and maint, or only in master? I don't know. If it's fixed already, I

[O] [PATCH] Fix org-entry-put (trouble with org-columns-edit-value)

2012-11-06 Thread Takafumi Arakaki
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