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 wrote: > Takafumi Arakaki wri

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

2012-12-02 Thread Nicolas Goaziou
Takafumi Arakaki 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 checked with the

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 (6642177dee3ec04404eb

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 wrote: > Hello, > > Takafumi Arakaki 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

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

2012-11-09 Thread Nicolas Goaziou
Hello, Takafumi Arakaki 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
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

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

2012-11-09 Thread Nicolas Goaziou
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