From mboxrd@z Thu Jan 1 00:00:00 1970 From: Giovanni Ridolfi Subject: Re: Org Mode Latex Export Customization of org-export-latex-emphasis-alist Date: Tue, 29 Jun 2010 13:11:57 +0200 Message-ID: <838w5yks8y.fsf@yahoo.it> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=42085 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OTYjO-0005f9-Rf for emacs-orgmode@gnu.org; Tue, 29 Jun 2010 07:12:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OTYjH-00006R-0z for emacs-orgmode@gnu.org; Tue, 29 Jun 2010 07:11:58 -0400 Received: from slim-2c.inet.it ([213.92.5.123]:48733) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OTYjG-00006D-Ew for emacs-orgmode@gnu.org; Tue, 29 Jun 2010 07:11:50 -0400 In-Reply-To: (Gaurav Sharma's message of "Sun, 27 Jun 2010 20:04:31 -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: gsharma@ece.rochester.edu Cc: emacs-orgmode@gnu.org Gaurav Sharma writes: > customize the > org-export-latex-emphasis-alist by using the following in my .emacs > > (setq org-export-latex-emphasis-alist I -[Org 6.36 trans]- don't have this variable. ?-). which org-version do you use? you can see with: M-x org-version > (quote (("*" "\\textbf{%s}" nil) > ("/" "\\emph{%s}" nil) ("_" "\\alert{%s}" nil) ("+" "\\st{%s}" nil) > ("=" "\\verb" t) ("@" "\\alert{%s}" nil) ("!" "\\note{%s}" nil) ("~" > "\\verb" t)))) > > However, the definitions of "@" and "!" do not seem to take effect at > all. Could you please change the characters avoiding "@" "!" ? (I know there is not much choice of characters that can be used as "emphasis delimiters" ) But I think that "@" "!" does interfere with some regexp: e.g. "@" is used in the HTML export. cheers, Giovanni