Closed punchagan closed 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/
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?