all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Fill-mode not working when lines start with *bold* word
@ 2013-01-08  0:21 John Hendy
  2013-01-08  7:05 ` Bastien
  0 siblings, 1 reply; 3+ messages in thread
From: John Hendy @ 2013-01-08  0:21 UTC (permalink / raw)
  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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-01-08 14:54 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-08  0:21 Fill-mode not working when lines start with *bold* word John Hendy
2013-01-08  7:05 ` Bastien
2013-01-08 14:54   ` John Hendy

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.