eschulte / epresent

Presentations in Emacs -- based on Org-mode
183 stars 50 forks source link

Allow choosing the heading level to use for frames. #2

Closed punchagan closed 13 years ago

punchagan commented 13 years ago

Added a new variable EPRESENT_FRAME_LEVEL (similar to BEAMER_FRAME_LEVEL) which allows choosing the heading level to use, for frames.

Headings above the EPRESENT_FRAME_LEVEL should show an outline, but (org-cycle '(16)) doesn't seem to be working. Can you please fix that?

eschulte commented 13 years ago

Hi punchagan,

Thanks again for another nice addition to epresent.

I've spent a good deal of time wrestling with the display of subtrees at the line you mentioned. To my great frustration many of the build-in outline-* functions seem to error out, throwing "before first heading" errors.

I've implemented a different solution, which although maybe not as nice as showing a folded subtree at intermediate outline levels with `show-children' should be sufficient for now.

Thanks -- Eric

punchagan reply@reply.github.com writes:

Added a new variable EPRESENT_FRAME_LEVEL (similar to BEAMER_FRAME_LEVEL) which allows choosing the heading level to use, for frames.

Headings above the EPRESENT_FRAME_LEVEL should show an outline, but (org-cycle '(16)) doesn't seem to be working. Can you please fix that?

Eric Schulte http://cs.unm.edu/~eschulte/