From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Otterson Subject: sub-headline empahsis markers in 5.14 Date: Tue, 27 Nov 2007 19:28:07 -0800 Message-ID: <474CE047.2000101@u.washington.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IxDau-0004ht-2z for emacs-orgmode@gnu.org; Tue, 27 Nov 2007 22:28:12 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IxDat-0004hY-JI for emacs-orgmode@gnu.org; Tue, 27 Nov 2007 22:28:11 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IxDat-0004hP-7p for emacs-orgmode@gnu.org; Tue, 27 Nov 2007 22:28:11 -0500 Received: from mxout3.cac.washington.edu ([140.142.32.166]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1IxDas-0002o4-Qv for emacs-orgmode@gnu.org; Tue, 27 Nov 2007 22:28:11 -0500 Received: from smtp.washington.edu (smtp.washington.edu [140.142.33.7] (may be forged)) by mxout3.cac.washington.edu (8.13.7+UW06.06/8.13.7+UW07.09) with ESMTP id lAS3S7bg009246 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 27 Nov 2007 19:28:07 -0800 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@gnu.org Now that the emphasis code has been simplified in 5.14, is it possible to go back and fix a lingering bug with emphasis and sub-headlines? The problem is that emphasis doesn't work if it's applied on the first ub-headline character. For example, emphasis fails for the first sub-headline below, but succeeds on the second. * headline *** _subheadline1_ *** _subheadline2_ By the way, the new ability to hide the emphasis markers is quite nice.