emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] [BUG] org-fill-paragraph seems broken


From: Bastien
Subject: Re: [O] [BUG] org-fill-paragraph seems broken
Date: Fri, 27 Apr 2012 23:09:48 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.1.50 (gnu/linux)

Nick Dokos <address@hidden> writes:

>> -(defun mail-mode-fill-paragraph (arg)
>> +(defun mail-mode-fill-paragraph (&optional arg)
>>    ;; Do something special only if within the headers.
>>    (if (< (point) (mail-header-end))
>>        (let (beg end fieldname)
>> 
>
> That fixes it - but is it really a problem with sendmail.el
> and not with org?

Both -- I fixed the problem in Org, things should be okay now.
But still, I think the arg in `mail-mode-fill-paragraph' should
be optional.

Thanks for reporting this,

-- 
 Bastien



reply via email to

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