emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] Prevent auto-fill-mode from filling Property values in drawers


From: Nicolas Goaziou
Subject: Re: [O] Prevent auto-fill-mode from filling Property values in drawers
Date: Sun, 11 Feb 2018 14:12:34 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux)

Hello,

Kaushal Modi <address@hidden> writes:

> +     (t (let ((auto-fill-function (if (org-at-property-p)
> +                                      nil
> +                                    auto-fill-function)))

    (and (not (org-at-property-p)) 
         auto-fill-function)

Could you add a comment explaining why this is needed?

Also, could you add a proper commit message to the patch?

Thank you.

Regards,

-- 
Nicolas Goaziou                                                0x80A93738



reply via email to

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