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: Rasmus
Subject: Re: [O] org-property-format, trailing whitespace
Date: Sat, 18 Apr 2015 19:41:33 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux)

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

-- 
One thing that is clear: it's all down hill from here 




reply via email to

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