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
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
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
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
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
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
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
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
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