From mboxrd@z Thu Jan 1 00:00:00 1970 From: Henri-Paul Indiogine Subject: Re: Re: Org-beamer problems Date: Fri, 21 Jan 2011 10:57:57 -0800 Message-ID: <87lj2ersne.fsf@gmail.com> References: <87wrm06ebv.fsf@ucl.ac.uk> <87d3ns6jlv.fsf@ucl.ac.uk> Reply-To: hindiogine@gmail.com Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from [140.186.70.92] (port=49137 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PgMBR-0000Ks-5C for emacs-orgmode@gnu.org; Fri, 21 Jan 2011 13:58:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PgMBQ-0006eM-1s for emacs-orgmode@gnu.org; Fri, 21 Jan 2011 13:58:05 -0500 Received: from mail-gx0-f169.google.com ([209.85.161.169]:63370) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PgMBP-0006eE-Vd for emacs-orgmode@gnu.org; Fri, 21 Jan 2011 13:58:04 -0500 Received: by gxk5 with SMTP id 5so699940gxk.0 for ; Fri, 21 Jan 2011 10:58:02 -0800 (PST) In-Reply-To: <87d3ns6jlv.fsf@ucl.ac.uk> (Eric S. Fraga's message of "Thu, 20 Jan 2011 08:54:20 +0000") 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 Hi Eric! Eric S Fraga writes: > Regarding the @ problem, where and how do you make the settings. As I > have said on this list recently, I find that I have to set the variables > concerned *before* I load org (through =(require 'org-install)=) or > otherwise the regular expressions that use these variables are > initialised incorrectly (I believe this is the root cause of the > problem). I am not getting this. Sorry for being dense. Here is the relevant code from my .emacs ;; ;; BEGIN org-mode ;; (setq org-export-latex-emphasis-alist (quote (("*" "\\textbf{%s}" nil) ("/" "\\emph{%s}" nil) ("_" "\\underline{%s}" nil) ("+" "\\texttt{%s}" nil) ("=" "\\verb=%s=" nil) ("~" "\\verb~%s~" t) ("@" "\\alert{%s}" nil)))) (setq load-path (cons "~/elisp/org-mode/lisp" load-path)) (require 'org-install) ........ (require 'org-latex) I restart emacs and still my @important@ is not processed. I also would like to know how to create blocks without title and how to avoid "Example(my-title)" in the example blocks. I just would like to have the "my-title". Thanks, Henri-Paul -- Henri-Paul Indiogine Email: hindiogine@gmail.com Running: Ubuntu Linux 10.10, Emacs 24.0.50.1, org-mode 7.4