From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Hendy Subject: Fill-mode not working when lines start with *bold* word Date: Mon, 7 Jan 2013 18:21:11 -0600 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([208.118.235.92]:40472) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TsMwM-0002Dy-JL for emacs-orgmode@gnu.org; Mon, 07 Jan 2013 19:21:15 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TsMwL-0000sg-CI for emacs-orgmode@gnu.org; Mon, 07 Jan 2013 19:21:14 -0500 Received: from mail-oa0-f47.google.com ([209.85.219.47]:60373) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TsMwL-0000sV-62 for emacs-orgmode@gnu.org; Mon, 07 Jan 2013 19:21:13 -0500 Received: by mail-oa0-f47.google.com with SMTP id h1so19009479oag.34 for ; Mon, 07 Jan 2013 16:21:12 -0800 (PST) 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: emacs-orgmode 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 I'm not sure if this has always been the case or if a change affected some behavior. It strikes me that I would have used this notation before and I never noticed this, so my intuition is that it's a change-related issue. Let me know if I should check other config options that might be causing this. I could post a link to a paste-bin of my .emacs if that would help diagnose. Thanks, John