Re: [O] How to upgrade to make beamer export work

2018-09-26 Thread jiewuza
Yes, you are right. It is my fault. I am sorry for that. And thank you for your instruction of minimal config practice. I should and will follow it. John Hendy writes: > On Mon, Sep 24, 2018 at 10:02 PM jiewuza wrote: >> >> >> OMG, it is my fault. >> I used `C-c C-e l p` >> My screen is too

Re: [O] How to upgrade to make beamer export work

2018-09-24 Thread John Hendy
On Mon, Sep 24, 2018 at 10:02 PM jiewuza wrote: > > > OMG, it is my fault. > I used `C-c C-e l p` > My screen is too small. > I just saw the the `p` key. > And I thought maybe beamer and latex share the same key now in the new > orgmode exporter. LOL We've all been there, but I wouldn't call it a

Re: [O] How to upgrade to make beamer export work

2018-09-24 Thread jiewuza
OMG, it is my fault. I used `C-c C-e l p` My screen is too small. I just saw the the `p` key. And I thought maybe beamer and latex share the same key now in the new orgmode exporter. LOL Eric S Fraga writes: > On Monday, 24 Sep 2018 at 15:49, jiewuza wrote: >> I used orgmode to prepare my lec

Re: [O] How to upgrade to make beamer export work

2018-09-24 Thread jiewuza
I was using spacemacs, and I updated orgmode (9.1.14) yesterday. I have no beamer-related config except: ``` (require 'ox-beamer) (setq org-latex-pdf-process '("latexmk -xelatex -outdir=%o %f")) (add-to-list 'org-export-backends 'beamer) ``` I checked the `tex` output of the example, there

Re: [O] How to upgrade to make beamer export work

2018-09-24 Thread jiewuza
Yes, that is exactly what I did. Eric S Fraga writes: > On Monday, 24 Sep 2018 at 15:49, jiewuza wrote: >> I used orgmode to prepare my lecture materials. >> Now I upgrade org to the latest version, and read the [[new >> exporter][https://orgmode.org/worg/exporters/ox-overview.html]]. >> >> It

Re: [O] How to upgrade to make beamer export work

2018-09-24 Thread Eric S Fraga
On Monday, 24 Sep 2018 at 11:09, Robert Klein wrote: > your example does seem to have Beamer frames. You're right; I missed that. It looks then that the wrong levels are being used to define frames. For the OP: check the value of the H option, as in #+options: H:1 where 1 would indicate top l

Re: [O] How to upgrade to make beamer export work

2018-09-24 Thread Robert Klein
Hi, On Mon, 24 Sep 2018 15:49:28 +0800 jiewuza wrote: > I used orgmode to prepare my lecture materials. > Now I upgrade org to the latest version, and read the [[new > exporter][https://orgmode.org/worg/exporters/ox-overview.html]]. > > It seems the configure is much easier. > But I cannot get

Re: [O] How to upgrade to make beamer export work

2018-09-24 Thread Eric S Fraga
On Monday, 24 Sep 2018 at 15:49, jiewuza wrote: > I used orgmode to prepare my lecture materials. > Now I upgrade org to the latest version, and read the [[new > exporter][https://orgmode.org/worg/exporters/ox-overview.html]]. > > It seems the configure is much easier. > But I cannot get my lecture

[O] How to upgrade to make beamer export work

2018-09-24 Thread jiewuza
I used orgmode to prepare my lecture materials. Now I upgrade org to the latest version, and read the [[new exporter][https://orgmode.org/worg/exporters/ox-overview.html]]. It seems the configure is much easier. But I cannot get my lectures right after all my efforts. So I start all over. I remo