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
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
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
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
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
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
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