From mboxrd@z Thu Jan 1 00:00:00 1970 From: Suvayu Ali Subject: Re: [bug] org-e-beamer misbehaves when case-fold-search is t Date: Wed, 25 Jul 2012 00:47:56 +0200 Message-ID: <20120724224755.GA26632@kuru.dyndns-at-home.com> References: <20120724163112.GE24972@kuru.dyndns-at-home.com> <87sjcg26u5.fsf@gmail.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="ZPt4rx8FFjLCG7dd" Return-path: Received: from eggs.gnu.org ([208.118.235.92]:52044) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Stnta-0001H0-NI for emacs-orgmode@gnu.org; Tue, 24 Jul 2012 18:48:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1StntZ-0007Ef-4D for emacs-orgmode@gnu.org; Tue, 24 Jul 2012 18:48:02 -0400 Received: from mail-wg0-f49.google.com ([74.125.82.49]:48934) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1StntY-0007EV-SQ for emacs-orgmode@gnu.org; Tue, 24 Jul 2012 18:48:00 -0400 Received: by wgbez12 with SMTP id ez12so71443wgb.30 for ; Tue, 24 Jul 2012 15:48:00 -0700 (PDT) Content-Disposition: inline In-Reply-To: <87sjcg26u5.fsf@gmail.com> 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: Nicolas Goaziou Cc: suvayu ali , Emacs Org mode --ZPt4rx8FFjLCG7dd Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Hi Nicolas, On Tue, Jul 24, 2012 at 11:21:38PM +0200, Nicolas Goaziou wrote: > > I'm not sure to understand. Could you show me an ECM? Also, please > include `org-e-latex-classes' value. > I did some more testing, this only happens with subtree export with org-e-beamer. Try to export the top level tree in the attached org file with org-e-beamer like this: M-: (org-e-beamer-export-to-LaTeX t) RET. This works with case-fold-search set to t, however setting it to nil makes it export with the following header: % Created 2012-07-25 Wed 00:40 \documentclass[11pt]{article} This is the value of my org-e-latex-classes: (("beamer" "\\documentclass[presentation]{beamer}" ("\\section{%s}" . "\\section*{%s}") ("\\subsection{%s}" . "\\subsection*{%s}") ("\\subsubsection{%s}" . "\\subsubsection*{%s}")) ("article" "\\documentclass[11pt]{article}" ("\\section{%s}" . "\\section*{%s}") ("\\subsection{%s}" . "\\subsection*{%s}") ("\\subsubsection{%s}" . "\\subsubsection*{%s}") ("\\paragraph{%s}" . "\\paragraph*{%s}") ("\\subparagraph{%s}" . "\\subparagraph*{%s}")) ("report" "\\documentclass[11pt]{report}" ("\\part{%s}" . "\\part*{%s}") ("\\chapter{%s}" . "\\chapter*{%s}") ("\\section{%s}" . "\\section*{%s}") ("\\subsection{%s}" . "\\subsection*{%s}") ("\\subsubsection{%s}" . "\\subsubsection*{%s}")) ("book" "\\documentclass[11pt]{book}" ("\\part{%s}" . "\\part*{%s}") ("\\chapter{%s}" . "\\chapter*{%s}") ("\\section{%s}" . "\\section*{%s}") ("\\subsection{%s}" . "\\subsection*{%s}") ("\\subsubsection{%s}" . "\\subsubsection*{%s}"))) I hope I gave enough info. Thanks, -- Suvayu Open source is the future. It sets us free. --ZPt4rx8FFjLCG7dd Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="bug.org" #+OPTIONS: H:1 num:nil toc:nil \n:nil @:t ::t |:t ^:{} -:t f:t *:t <:t #+OPTIONS: TeX:t LaTeX:t skip:nil d:nil todo:t pri:nil tags:nil * Lifetime acceptance WG update :PROPERTIES: :EXPORT_LaTeX_CLASS: beamer :EXPORT_LaTeX_CLASS_OPTIONS: [presentation,smaller] :EXPORT_FILE_NAME: WG_update.pdf :EXPORT_AUTHOR: Suvayu Ali (Nikhef) :EXPORT_DATE: 05 June, 2012 :EXPORT_OPTIONS: H:1 num:nil toc:nil \n:nil @:t ::t |:t ^:{} -:t f:t *:t <:t :END: ** Lifetime acceptance fitted to powerlaw When t \textgreater{} 0.2 ps or t - t$_0$ \textgreater{} 0 \(a_{trig}(t)\), 0 otherwise. #+begin_latex \begin{equation*} a_{trig}(t) = 1 - \frac{1}{1+(a(t-t_0))^3} \end{equation*} #+end_latex ** Issues + Large correlation: #+begin_example PARAMETER CORRELATION COEFFICIENTS NO. GLOBAL 1 2 1 0.94798 1.000 0.948 2 0.94798 0.948 1.000 #+end_example + Work in progress: 1. Trying alternate parametrisations like Error function 2. Try binned acceptance function --ZPt4rx8FFjLCG7dd--