From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Hendy Subject: Re: Org interpreting multiple ^{*} instances as bold in LaTeX beamer export Date: Wed, 13 Feb 2013 10:49:43 -0600 Message-ID: References: <878v6susa5.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([208.118.235.92]:53745) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U5fWm-0001Nl-Ks for emacs-orgmode@gnu.org; Wed, 13 Feb 2013 11:49:50 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U5fWk-0006Os-Mg for emacs-orgmode@gnu.org; Wed, 13 Feb 2013 11:49:48 -0500 Received: from mail-la0-x22d.google.com ([2a00:1450:4010:c03::22d]:65402) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U5fWk-0006OH-F5 for emacs-orgmode@gnu.org; Wed, 13 Feb 2013 11:49:46 -0500 Received: by mail-la0-f45.google.com with SMTP id er20so1394214lab.18 for ; Wed, 13 Feb 2013 08:49:44 -0800 (PST) In-Reply-To: <878v6susa5.fsf@bzg.ath.cx> 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: Bastien Cc: emacs-orgmode On Wed, Feb 13, 2013 at 9:50 AM, Bastien wrote: > 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. Thanks for the explanation. > > 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. > I just went with \star; close enough for me! Thanks, John > Thanks, > > -- > Bastien