emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] org-property-format, trailing whitespace


From: John J Foerch
Subject: Re: [O] org-property-format, trailing whitespace
Date: Sat, 18 Apr 2015 14:18:22 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux)

Rasmus <address@hidden> writes:

> Hi John,
>
> Thanks for your report.
>
> John J Foerch <address@hidden> writes:
>
>> Down at the end of `org-indent-line', a bit of code meant to clean up
>> the whitespace of properties inserts the trailing whitespace in the case
>> of the ":LOGBOOK:" and ":END:" lines.
>>
>>     (if (looking-at org-property-re)
>>         (replace-match (concat (match-string 4)
>>                                (format org-property-format
>>                                        (match-string 1) (match-string 3)))
>>                        t t))
>>
>
> It seems you are running Org 8.2.  Would you mind to test if this behavior
> is fixed in the 8.3 git version?
>
> Thanks,
> Rasmus

It appears to have been fixed in 8.3.  Thank you!

-John




reply via email to

[Prev in Thread] Current Thread [Next in Thread]