From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Org interpreting multiple ^{*} instances as bold in LaTeX beamer export Date: Wed, 13 Feb 2013 16:50:42 +0100 Message-ID: <878v6susa5.fsf@bzg.ath.cx> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:36726) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U5ebp-0001wJ-Tx for emacs-orgmode@gnu.org; Wed, 13 Feb 2013 10:51:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U5ebn-0007Pd-6I for emacs-orgmode@gnu.org; Wed, 13 Feb 2013 10:50:57 -0500 Received: from mail-wg0-f43.google.com ([74.125.82.43]:61065) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U5ebm-0007P4-TY for emacs-orgmode@gnu.org; Wed, 13 Feb 2013 10:50:55 -0500 Received: by mail-wg0-f43.google.com with SMTP id e12so1106353wge.22 for ; Wed, 13 Feb 2013 07:50:53 -0800 (PST) In-Reply-To: (John Hendy's message of "Tue, 12 Feb 2013 02:44:14 -0600") 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: John Hendy Cc: emacs-orgmode Hi John, John Hendy writes: > I just wanted an asterisk to put a little footnote for two items in a > longer list and noticed that it shifted the whole slide up. Same for > regular LaTeX document export. Seems like it only happens if the two > bullets are consecutive. The last component of `org-emphasis-regexp-components' is the number of newlines allowed when emphasizing. This is 1 by default, meaning that you cannot use markup on more than two consecutive lines. In any case, you can simply use another character than "*" for the time being, we are working on this part of the code. The plan is to allow to deactivate some markup based on a variable. Thanks, -- Bastien