emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* feature request: best practices for speaker notes and incremental lists/elements
@ 2015-10-24  0:56 Matt Price
  2015-10-24 11:46 ` Rasmus
  0 siblings, 1 reply; 4+ messages in thread
From: Matt Price @ 2015-10-24  0:56 UTC (permalink / raw)
  To: Org Mode

[-- Attachment #1: Type: text/plain, Size: 1604 bytes --]

In writing ox-md-pandoc, I ad occasion to translate org-reveal's spearker
note syntax into html .  It revived an older concern of mine, that
ox-reveal and ox-deck have different ways of representing near-identical
features within org.

** Speaker notes

Speaker notes are represented thus for export to reveal.js:

#+BEGIN_NOTES
Here are my awesome notes
#+END_NOTES

and for export to deck.js:

* Notes :note:
Here are my awesome notes

-------------

** incremental lists/elements

incrementally-shown elements are produced thus in reveal:

** My Slide Header
#+ATTR_REVEAL: :frag (appear)
- list 1 is one click away
- list 2 is two clicks away

and in deck:

* My Slide Header
:Properties:
:STEP: t
:END:
- list 1 is one click away
- list 2 is two clicks away

------------

I think the two exporters should use the same syntax! I especially think
that any future exporters should use a single, unified syntax, and that the
older exporters should eventualyl be changed to support that new syntax.
And finally, I think the new syntax should be as simple as humanly
possible.  So I'd like to suggest that the community decide on the best way
forward.

I don't really have an opinion as to which method is better; in fact, I
imagine there's probably a method tjat is better and simpler than any that
have been developed thus far.  Certianly I think what he have right now is
pretty awkward  But I think it's worth figuring out what we want to do, and
then implementing it.

And once we've done that, it wil lbe easier for me to add the proper
functionality to the md-pandoc exporter, too.

Thanks,

Matt

[-- Attachment #2: Type: text/html, Size: 2167 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-10-24 12:16 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-24  0:56 feature request: best practices for speaker notes and incremental lists/elements Matt Price
2015-10-24 11:46 ` Rasmus
2015-10-24 11:54   ` Nicolas Goaziou
2015-10-24 12:16     ` Matt Price

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).