emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] two simple derived backend questions


From: Matt Price
Subject: Re: [O] two simple derived backend questions
Date: Wed, 14 Oct 2015 21:59:52 -0400



On Wed, Oct 14, 2015 at 6:55 PM, Rasmus <address@hidden> wrote:
Hi Matt,

Matt Price <address@hidden> writes:

> a) add a horizontal rule
>
> pandoc expects a horizontal rule at each slide division.  So, if possible,
> I would like to add an hhr element at the end of every headline.

What’s a hhr element?

<hr>, I meant
Can you just use something like
---------------------------

for a horizontal rule?  AFAIK, it’s inserted as "---".

yes.  but then I will have to take out all the "---------------------" elements if I want to go back to using my original org documents again.  The point is that I have lots of these lecture notes, and would prefer not to alter them too severely if possible.

> b) speaker notes
>
> More importantly, org-reveal allows the use of speaker notes, thus:
>
> #+BEGIN_NOTES
>
> whatever I put here
>
> #+ END_NOTES
>
> is exported as:
>
> <aside class="speaker-notes">
> whaever I put here
> </aside>

For me it’s inserted as


<div class="notes">
whatever I put here

</div>


yes, that's right, I was being hasty. In any case, what I would like to do is reproduce this behaviour in the markdown export; I have tried modifying the md export but I am doing something wrong, clearly, and had hoped to get some hints from the list... 

 
Cheers,
Rasmus

--
Don't panic!!!




reply via email to

[Prev in Thread] Current Thread [Next in Thread]