From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jambunathan K Subject: Re: nested and partially emphasizing Date: Fri, 26 Aug 2011 15:33:03 +0530 Message-ID: <81k4a0lcbs.fsf@gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:48006) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QwtGj-0001Y4-Ad for emacs-orgmode@gnu.org; Fri, 26 Aug 2011 06:04:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QwtGh-0000wx-OF for emacs-orgmode@gnu.org; Fri, 26 Aug 2011 06:04:09 -0400 Received: from mail-qw0-f41.google.com ([209.85.216.41]:63200) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QwtGh-0000wk-LL for emacs-orgmode@gnu.org; Fri, 26 Aug 2011 06:04:07 -0400 Received: by qwd6 with SMTP id 6so2280569qwd.0 for ; Fri, 26 Aug 2011 03:04:06 -0700 (PDT) In-Reply-To: (joe's message of "Fri, 26 Aug 2011 09:17:29 +0000 (UTC)") 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: joe Cc: emacs-orgmode@gnu.org > Neither for bar*keeper* nor for *bar*keeper. This will interest you http://www.mail-archive.com/emacs-orgmode@gnu.org/msg45991.html ,----[ C-h v org-emphasis-regexp-components RET ] | org-emphasis-regexp-components is a variable defined in `org.el'. | Its value is (" ('\"{" "- .,:!?;'\")}\\" " \n,\"'" "." 1) | | | Documentation: | Components used to build the regular expression for emphasis. | This is a list with five entries. Terminology: In an emphasis string | like " *strong word* ", we call the initial space PREMATCH, the final | space POSTMATCH, the stars MARKERS, "s" and "d" are BORDER characters | and "trong wor" is the body. The different components in this variable | specify what is allowed/forbidden in each part: | | pre Chars allowed as prematch. Beginning of line will be allowed too. | post Chars allowed as postmatch. End of line will be allowed too. | border The chars *forbidden* as border characters. | body-regexp A regexp like "." to match a body character. Don't use | non-shy groups here, and don't allow newline here. | newline The maximum number of newlines allowed in an emphasis exp. | | Use customize to modify this, or restart Emacs after changing it. | | You can customize this variable. `---- > > Thanks, Joe. > > > --