gnu-emacs-sources
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[NonGNU ELPA] Org-Present version 0.1


From: ELPA update
Subject: [NonGNU ELPA] Org-Present version 0.1
Date: Sun, 31 Mar 2024 07:21:28 -0400

Version 0.1 of package Org-Present has just been released in NonGNU ELPA.
You can now find it in M-x list-packages RET.

Org-Present describes itself as:

  ======================================================
  Minimalist presentation minor-mode for Emacs org-mode.
  ======================================================

More at https://elpa.nongnu.org/nongnu/org-present.html

## Summary:

  # org-present-mode
  [![NonGNU 
ELPA](https://elpa.nongnu.org/nongnu/org-present.svg)](https://elpa.nongnu.org/nongnu/org-present.html)

  This is meant to be an extremely minimalist presentation tool for
  Emacs [org-mode](http://orgmode.org/).  Simply layout your
  presentation with each slide under a top-level header, start the minor
  mode with 'org-present', and page through each slide with left/right
  keys.

  ## Philosophy

  Most of the time I'm giving a talk, it is a work in progress and I want to be 
be able to edit
  as I go along. Also, to split my frame and work on code examples with my 
slides still visible.

  ## Configuration

  Add something like this to your emacs config:

  ```lisp
  (add-to-list 'load-path "~/path/to/org-present")
  (autoload 'org-present "org-present" nil t)
  ```

## Recent NEWS:

[Not provided 🙁]



reply via email to

[Prev in Thread] Current Thread [Next in Thread]