Skip to content

Headlines in orgmode break the following slides #150

Open
@Kaligule

Description

@Kaligule

For some reason reveal-hugo and org-mode don't work too well together at the moment. This is unexpected, they should work quite well out of the box.

Here is a minimal example of a presentation that does behave as expected (put it into _index.org) :

#+OUTPUTS[]: Reveal
#+TITLE: works

first slide

-----

second slide

-----

third slide

As five dashes will create a horizontal rule in orgmode this will get you three rather uninteresting slides in reveal-hugo.

But using headlines somehow breaks this (headlines in org are just as in markdown, but with * instead of #).

#+OUTPUTS[]: Reveal
#+TITLE: broken

* first slide

-----

* second slide

-----

* third slide

For some reason this gives me a perfectly normal first slide and an empty second slide (and no third slide).

I

This is a concrete manifestation of the problems mentioned in #72 .

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions