org-present icon indicating copy to clipboard operation
org-present copied to clipboard

Ultra-minimalist presentation minor-mode for Emacs org-mode.

Results 16 org-present issues
Sort by recently updated
recently updated
newest added

Removed cursor-cache logic in org-present-read-write function as it conflicts with org-present-hide-cursor.

To replicate, create a "slide" with the following: ``` org #+BEGIN_SRC haskell whenM :: (Monad m) => m Bool -> m () -> m () whenM mb mx = mb...

Hi, I am currently using source blocks to generate plantuml diagrams. Ideally I do not want to see the source blocks in my presentation. I'm thinking hiding all of them...

We're not technically exporting but nonetheless it would be great to have a simple way to mute slides. A benefit of using the `noexport` tag is that I'm showing the...

I followed the configuration example in the readme and most of the functionality is broken for me. When doing "org-present" I can see the cursor, move it arround, and the...

Consider an org file that is structured like: ``` * Presentations ** Presentation1 *** First slide - item - item *** Second slide - item - item ** Presentation2 ***...

I use the [org-tree-slide](https://github.com/takaxp/org-tree-slide) mode, and from the front (github) page of org-present I cannot tell how the two compare. I suppose that some readers encountering your project will have...

It would be nice to center images in presentation mode, e.g. if they have `#+ATTR_ORG :center`.

Similar to Beamer's `\pause` capability. This feature doesn't necessarily make sense on all slides, so it would perhaps be good to be able to control on a slide-by-slide basis, e.g....