emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Matt Price <moptop99@gmail.com>
To: Org Mode <emacs-orgmode@gnu.org>
Subject: feature request: best practices for speaker notes and incremental lists/elements
Date: Fri, 23 Oct 2015 20:56:10 -0400	[thread overview]
Message-ID: <CAN_Dec8ZYBweXpYD4qk837FB+VsG4-hv3o=_2nBBMay-heXh4w@mail.gmail.com> (raw)

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

             reply	other threads:[~2015-10-24  0:56 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-10-24  0:56 Matt Price [this message]
2015-10-24 11:46 ` feature request: best practices for speaker notes and incremental lists/elements Rasmus
2015-10-24 11:54   ` Nicolas Goaziou
2015-10-24 12:16     ` Matt Price

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAN_Dec8ZYBweXpYD4qk837FB+VsG4-hv3o=_2nBBMay-heXh4w@mail.gmail.com' \
    --to=moptop99@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).