From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matt Price Subject: two simple derived backend questions Date: Wed, 14 Oct 2015 14:22:43 -0400 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001a1141b3c603aff3052214a676 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50240) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZmQhI-0007hI-VW for emacs-orgmode@gnu.org; Wed, 14 Oct 2015 14:22:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZmQhI-0002ug-4H for emacs-orgmode@gnu.org; Wed, 14 Oct 2015 14:22:44 -0400 Received: from mail-io0-x22b.google.com ([2607:f8b0:4001:c06::22b]:35655) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZmQhI-0002u7-0S for emacs-orgmode@gnu.org; Wed, 14 Oct 2015 14:22:44 -0400 Received: by iofl186 with SMTP id l186so64891697iof.2 for ; Wed, 14 Oct 2015 11:22:43 -0700 (PDT) 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: Org Mode --001a1141b3c603aff3052214a676 Content-Type: text/plain; charset=UTF-8 Hi folks, I apologize fro relying on your charity for htis question -- I ought to figure this out myself, but am so slow that I've run out of time. I dhave a number of lecture slides writen in org-mode. Normally I simply export to reveal.js using org-reveal. However, I now have to share these notes with a co-instructor who uses markdown, but not org. This is not fatal; I can export to markdown mode and use pandoc to create the reveal.js slideshows. However, there are two small difficulties: 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. b) speker notes More importantly, org-reveal allows the use of speaker notes, thus: #+BEGIN_NOTES whatever I put here #+ END_NOTES is exported as: However, these blocks are ignored by the markdown exporter. Presumably I need to add a filter, or build a very simple derived backend, but my attempts thus far haven't been very successful. I would really appreciate some suggestions! Thank you, matt --001a1141b3c603aff3052214a676 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Hi folks,

I apologize fro relying o= n your charity for htis question -- I ought to figure this out myself, but = am so slow that I've run out of time.

I dhave a number of = lecture slides writen in org-mode. Normally I simply export to reveal.js us= ing org-reveal. However, I now have to share these notes with a co-instruct= or who uses markdown, but not org.=C2=A0 This is not fatal; I can export to= markdown mode and use pandoc to create the reveal.js slideshows.=C2=A0
However, there are two small difficulties:

a) add a= horizontal rule

pandoc expects a horizontal rule at each slid= e division.=C2=A0 So, if possible, I would like to add an hhr element at th= e end of every headline.=C2=A0

b) speker notes

M= ore importantly, org-reveal allows the use of speaker notes, thus:

<= /div>#+BEGIN_NOTES

whatever I put here

#+ END_NOT= ES

is exported as:

<aside class=3D"speake= r-notes">
whaever I put here
</aside>
However, these blocks are ignored by the markdown exporter.=C2=A0 <= br>
Presumably I need to add a filter, or build a very simple deri= ved backend, but my attempts thus far haven't been very successful.=C2= =A0 I would really appreciate some suggestions! Thank you,
matt


--001a1141b3c603aff3052214a676--