From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Fill-mode not working when lines start with *bold* word Date: Tue, 08 Jan 2013 08:05:28 +0100 Message-ID: <87obh0tarr.fsf@bzg.ath.cx> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:35364) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TsTFb-0002SK-LR for emacs-orgmode@gnu.org; Tue, 08 Jan 2013 02:05:32 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TsTFa-0005Ho-PK for emacs-orgmode@gnu.org; Tue, 08 Jan 2013 02:05:31 -0500 Received: from mail-wg0-f47.google.com ([74.125.82.47]:58425) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TsTFa-0005Hf-Hw for emacs-orgmode@gnu.org; Tue, 08 Jan 2013 02:05:30 -0500 Received: by mail-wg0-f47.google.com with SMTP id dq11so55586wgb.14 for ; Mon, 07 Jan 2013 23:05:29 -0800 (PST) In-Reply-To: (John Hendy's message of "Mon, 7 Jan 2013 18:21:11 -0600") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: John Hendy Cc: emacs-orgmode Hi John, John Hendy writes: > I have the following fill-mode related settings: > > (setq-default fill-column 90) > (add-hook 'text-mode-hook 'turn-on-auto-fill) > > I just noticed this behavior the other day when adding a note for a report: > > #+begin_src org > Note: this line, starting with a plain vanilla word will wrap just > fine. It will not go > on and on and on and on. > > /Note:/ this line, starting with a word in italics markup will wrap > just fine. It will > not go on and on and on. > > *Note:* this line, starting with a word in bold markup will not wrap > just fine. It will go on and on and on. > #+end_src This should be fixed, thanks for reporting this! -- Bastien