From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Daniel J. Sinder" Subject: In-buffer bold face in headline levels Date: Tue, 10 Jul 2007 15:45:11 -0700 Message-ID: <46940BF7.9030801@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1I8OSL-00056G-PG for emacs-orgmode@gnu.org; Tue, 10 Jul 2007 18:45:17 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1I8OSK-00055O-0V for emacs-orgmode@gnu.org; Tue, 10 Jul 2007 18:45:17 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I8OSJ-00055K-Lt for emacs-orgmode@gnu.org; Tue, 10 Jul 2007 18:45:15 -0400 Received: from sd-green-bigip-66.dreamhost.com ([208.97.132.66] helo=randymail-a3.g.dreamhost.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1I8OSJ-00011J-9d for emacs-orgmode@gnu.org; Tue, 10 Jul 2007 18:45:15 -0400 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode I think there is a bug in setting faces for *bold* in headlines. I've tested this in 5.01 and 5.02 * Bold in a headline *does work* at the top level ** But *does not work* at the second level *** It also *does not work* at the third level **** But *does work* again on all lower levels This is only broken for in-buffer emacs faces. Bold in HTML export works for all headline levels. Dan