From mboxrd@z Thu Jan 1 00:00:00 1970 From: Zhihao Ding Subject: Re: problem with beamer slides Date: Thu, 6 Aug 2015 20:30:03 +0100 Message-ID: References: <87oaikk678.fsf@ucl.ac.uk> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=047d7b33db88c4e613051ca98b0d Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:43718) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZNQx7-0002p1-CG for emacs-orgmode@gnu.org; Thu, 06 Aug 2015 15:35:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZNQx6-00027O-2w for emacs-orgmode@gnu.org; Thu, 06 Aug 2015 15:35:45 -0400 Received: from mail-wi0-x234.google.com ([2a00:1450:400c:c05::234]:33388) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZNQx5-00027I-Mq for emacs-orgmode@gnu.org; Thu, 06 Aug 2015 15:35:43 -0400 Received: by wijp15 with SMTP id p15so35035460wij.0 for ; Thu, 06 Aug 2015 12:35:42 -0700 (PDT) In-Reply-To: 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: Zhihao Ding , emacs-orgmode@gnu.org --047d7b33db88c4e613051ca98b0d Content-Type: text/plain; charset=UTF-8 I have solved this problem. It's a problem with latex not org. Thanks for replying to this. Cheers, Zhihao On 6 August 2015 at 13:20, Zhihao Ding wrote: > I export the subtree, below is the org, and after that is the latex > > === > > * projects > > :PROPERTIES: > :header-args: :cache yes > :EXPORT_DATE: \today > :EXPORT_AUTHOR: myname > :EXPORT_LaTeX_HEADER+: \usepackage{array} > :EXPORT_LaTeX_HEADER+: \usepackage{tikz} > :EXPORT_LATEX_HEADER+: \usepackage[margin=1in]{geometry} > :EXPORT_LaTeX_HEADER+: \usepackage{algpseudocode} > :EXPORT_LaTeX_HEADER+: \usepackage[extendedchars]{grffile} > :EXPORT_LaTeX_HEADER+: \usepackage[T1]{fontenc} > :EXPORT_TITLE: my title > :EXPORT_FILE_NAME: mypdf.pdf > :EXPORT_OPTIONS: H:3 toc:nil *:t ^:nil :t > :EXPORT_LaTeX_CLASS: beamer > :EXPORT_SELECT_TAGS: export > :EXPORT_EXCLUDE_TAGS: noexport > > :END: > > > ** Data > *** Test > **** Slide > - item > > > === > > > % Created 2015-08-06 Thu 13:20 > \documentclass[presentation]{beamer} > \usepackage[utf8]{inputenc} > \usepackage[T1]{fontenc} > \usepackage{fixltx2e} > \usepackage{graphicx} > \usepackage{longtable} > \usepackage{float} > \usepackage{wrapfig} > \usepackage{rotating} > \usepackage[normalem]{ulem} > \usepackage{amsmath} > \usepackage{textcomp} > \usepackage{marvosym} > \usepackage{wasysym} > \usepackage{amssymb} > \usepackage{hyperref} > \tolerance=1000 > \usepackage{array} \usepackage{tikz} \usepackage[margin=1in]{geometry} > \usepackage{algpseudocode} \usepackage[extendedchars]{grffile} > \usepackage[T1]{fontenc} > \author{myname} > \date{\today} > \title{my title} > \hypersetup{ > pdfkeywords={}, > pdfsubject={}, > pdfcreator={Emacs 24.4.1 (Org mode 8.2.10)}} > \begin{document} > > \maketitle > > > \section{Data} > \label{sec-1} > \subsection{Test} > \label{sec-1-1} > \subsubsection{Slide} > \label{sec-1-1-1} > \begin{itemize} > \item item > \end{itemize} > % Emacs 24.4.1 (Org mode 8.2.10) > \end{document} > > > > > > > On 6 August 2015 at 12:27, Eric S Fraga wrote: > >> On Thursday, 6 Aug 2015 at 12:15, Zhihao Ding wrote: >> > Hi guys, >> > >> > I had some problems producing beamer slides after I installed emacs and >> org >> > on a new computer. I am using emacs 24.4.1, and installed org (8.2.10 >> > org-2018-08-03) using elpa. >> > >> > I don't seem to be able to get the frame environment even when I set the >> > "H" in the options, e.g. >> > >> > :EXPORT_OPTIONS: H:3 toc:nil *:t ^:nil :t >> > >> > It just gets to subsubsection and then stop. Any idea how to fix this? >> > Thanks a lot! >> >> How are you exporting? Can you post a small example file? >> >> -- >> : Eric S Fraga (0xFFFCF67D), Emacs 25.0.50.2, Org >> release_8.3beta-1315-ga3b2b7 >> > > > > -- > Regards, > Zhihao Ding > -- Regards, Zhihao Ding --047d7b33db88c4e613051ca98b0d Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
I have solved this problem. It's a problem with latex = not org. Thanks for replying to this.=C2=A0

Cheers,
Zhihao

= :EXPORT_OPTIONS: H:3 toc:nil *:t ^:nil :t
:EXPORT_LaTeX_CL= ASS: beamer
:EXPORT_SELECT_TAGS: export
:EXPORT_EXCLUDE= _TAGS: noexport

:END:

** Data
*** Test
**** Slide
=C2= =A0 =C2=A0 =C2=A0- item


=3D=3D=3D


% Created 2015-08-06 Thu 13= :20
\documentclass[presentation]{beamer}
\usepackage[ut= f8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{fixl= tx2e}
\usepackage{graphicx}
\usepackage{longtable}
\usepackage{float}
\usepackage{wrapfig}
\usepacka= ge{rotating}
\usepackage[normalem]{ulem}
\usepackage{am= smath}
\usepackage{textcomp}
\usepackage{marvosym}
\usepackage{wasysym}
\usepackage{amssymb}
\usepac= kage{hyperref}
\tolerance=3D1000
\usepackage{array} \us= epackage{tikz} \usepackage[margin=3D1in]{geometry} \usepackage{algpseudocod= e} \usepackage[extendedchars]{grffile} \usepackage[T1]{fontenc}
\= author{myname}
\date{\today}
\title{my title}
\hypersetup{
=C2=A0 pdfkeywords=3D{},
=C2=A0 pdfsubjec= t=3D{},
=C2=A0 pdfcreator=3D{Emacs 24.4.1 (Org mode 8.2.10)}}
\begin{document}

\maketitle

<= /div>

\section{Data}
\label{sec-1}
\= subsection{Test}
\label{sec-1-1}
\subsubsection{Slide}<= /div>
\label{sec-1-1-1}
\begin{itemize}
\item item<= /div>
\end{itemize}
% Emacs 24.4.1 (Org mode 8.2.10)
\end{document}






On 6 August 2015 at 12:27, Eric S F= raga <e.fraga@ucl.ac.uk> wrote:
On Thursday,=C2=A0 6 Aug 2015 at 12:15, Zhihao Ding wrote:
> Hi guys,
>
> I had some problems producing beamer slides after I installed emacs an= d org
> on a new computer. I am using emacs 24.4.1, and installed org (8.2.10<= br> > org-2018-08-03) using elpa.
>
> I don't seem to be able to get the frame environment even when I s= et the
> "H" in the options, e.g.
>
> :EXPORT_OPTIONS: H:3 toc:nil *:t ^:nil :t
>
> It just gets to subsubsection and then stop. Any idea how to fix this?=
> Thanks a lot!

How are you exporting?=C2=A0 Can you post a small example file?

--
: Eric S Fraga (0xFFFCF67D), Emacs 25.0.50.2, Org release_8.3beta-1315-ga3b= 2b7



--
Regards,<= br>Zhihao Ding



--
Regards,
Zhihao Ding
--047d7b33db88c4e613051ca98b0d--