From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Hendy Subject: Re: Fill-mode not working when lines start with *bold* word Date: Tue, 8 Jan 2013 08:54:18 -0600 Message-ID: References: <87obh0tarr.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([208.118.235.92]:39546) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TsaZL-0000Ee-CF for emacs-orgmode@gnu.org; Tue, 08 Jan 2013 09:54:28 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TsaZH-000373-8U for emacs-orgmode@gnu.org; Tue, 08 Jan 2013 09:54:23 -0500 Received: from mail-oa0-f50.google.com ([209.85.219.50]:59914) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TsaZH-00036z-35 for emacs-orgmode@gnu.org; Tue, 08 Jan 2013 09:54:19 -0500 Received: by mail-oa0-f50.google.com with SMTP id n16so449668oag.9 for ; Tue, 08 Jan 2013 06:54:18 -0800 (PST) In-Reply-To: <87obh0tarr.fsf@bzg.ath.cx> 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: Bastien Cc: emacs-orgmode On Tue, Jan 8, 2013 at 1:05 AM, Bastien wrote: > 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! Confirmed fixed. As always, thanks for the prompt response/fix! John > > -- > Bastien