dotemacs

My Emacs configuration
git clone git://git.entf.net/dotemacs
Log | Files | Refs | LICENSE

README-elpa (6122B)


      1 Table of Contents
      2 ─────────────────
      3 
      4 1. Please help maintaining these add-ons
      5 2. License
      6 3. Files to remove from the next release
      7 4. Other files
      8 .. 1. Org utils
      9 .. 2. Org exporters
     10 .. 3. Org link
     11 .. 4. Org Babel languages
     12 
     13 
     14 This repository contains add-ons to Org.
     15 
     16 You can use them by installing the `org-contrib' NonGNU ELPA package
     17 from <https://elpa.nongnu.org/nongnu/>.
     18 
     19 
     20 1 Please help maintaining these add-ons
     21 ═══════════════════════════════════════
     22 
     23   Files in this repository used to live in the Org repository but have
     24   been filtered out of the Org 9.5 release.  The `contrib/' directory
     25   used to contain a `scripts/' directory that now lives on [the Worg
     26   repository].
     27 
     28   *Files in this repository receive little if no maintainance and there
     29   is no guaranty that they are compatible with the Org stable version.*
     30 
     31   For files a `Maintainer' header and a `Homepage' pointing outside of
     32   this repository are in transition: they are maintained and will be
     33   removed from the next minor or major release of this repository.  As a
     34   user, please carefully track the new URL where the add-on is now
     35   maintained.
     36 
     37   If you want to maintain some of these add-ons, please send me an email
     38   at `bzg@gnu.org' once you set up a separate repository for them.
     39 
     40 
     41 [the Worg repository]
     42 <https://code.orgmode.org/bzg/worg/src/master/code>
     43 
     44 
     45 2 License
     46 ═════════
     47 
     48   All files in this repository are licensed under the GNU General Public
     49   License, either version 3 of the License, or (at your option) any
     50   later version.  See [COPYING].
     51 
     52 
     53 [COPYING] <file:COPYING>
     54 
     55 
     56 3 Files to remove from the next release
     57 ═══════════════════════════════════════
     58 
     59   If a file has a "Homepage:" keyword, it will be removed from the next
     60   minor or major release.
     61 
     62 
     63 4 Other files
     64 ═════════════
     65 
     66 4.1 Org utils
     67 ─────────────
     68 
     69   org-annotate-file.el
     70         Annotate a file with org syntax
     71   org-bibtex-extras.el
     72         Extras for working with org-bibtex entries
     73   org-checklist.el
     74         org functions for checklist handling
     75   org-choose.el
     76         Use TODO keywords to mark decision states
     77   org-collector.el
     78         Collect properties into tables
     79   org-contribdir.el
     80         Dummy file to mark the org contrib Lisp directory
     81   org-depend.el
     82         TODO dependencies for Org-mode
     83   org-effectiveness.el
     84         Measuring your personal effectiveness
     85   org-eldoc.el
     86         Eldoc documentation for SRC blocks
     87   org-eval.el
     88         The <lisp> tag, adapted from Muse
     89   org-eval-light.el
     90         Evaluate in-buffer code on demand
     91   org-expiry.el
     92         Expiry mechanism for Org entries
     93   org-git-link.el
     94         Provide org links to specific file version
     95   org-interactive-query.el
     96         Interactive modification of tags query
     97   org-invoice.el
     98         Help manage client invoices in OrgMode
     99   org-learn.el
    100         SuperMemo's incremental learning algorithm
    101   org-license.el
    102         Insert free licenses to your org documents
    103   org-mac-iCal.el
    104         Imports events from iCal.app to the Emacs diary
    105   org-mairix.el
    106         Hook mairix search into Org for different MUAs
    107   org-panel.el
    108         Simple routines for us with bad memory
    109   org-registry.el
    110         A registry for Org links
    111   org-screen.el
    112         Visit screen sessions through Org-mode links
    113   org-screenshot.el
    114         Take and manage screenshots in Org-mode files
    115   org-secretary.el
    116         Team management with org-mode
    117   org-static-mathjax.el
    118         Muse-like tags in Org-mode
    119   org-sudoku.el
    120         Create and solve SUDOKU puzzles in Org tables
    121   org-toc.el
    122         Table of contents for Org-mode buffer
    123   org-track.el
    124         Keep up with Org development
    125   org-wikinodes.el
    126         CamelCase wiki-like links for Org
    127 
    128 
    129 4.2 Org exporters
    130 ─────────────────
    131 
    132   ox-bibtex.el
    133         Export bibtex fragments
    134   ox-confluence.el
    135         Confluence Wiki exporter
    136   ox-deck.el
    137         deck.js presentations exporter
    138   ox-extra.el
    139         Convenience functions for org export
    140   ox-freemind.el
    141         Freemind exporter
    142   ox-groff.el
    143         Groff exporter
    144   ox-s5.el
    145         S5 presentations exporter
    146   ox-taskjuggler.el
    147         TaskJuggler exporter
    148 
    149 
    150 4.3 Org link
    151 ────────────
    152 
    153   ol-bookmark.el
    154         Links to bookmarks
    155   ol-elisp-symbol.el
    156         Links to Emacs-lisp symbols
    157   ol-git-link.el
    158         Links to specific file version
    159   ol-mew.el
    160         Links to Mew messages
    161   ol-vm.el
    162         Support for links to VM messages
    163   ol-wl.el
    164         Support for links to Wanderlust messages
    165 
    166 
    167 4.4 Org Babel languages
    168 ───────────────────────
    169 
    170   ob-abc.el
    171         Org-mode Babel Functions for ABC
    172   ob-asymptote.el
    173         Org-mode Babel Functions for Asymptote
    174   ob-coq.el
    175         Org-mode Babel Functions for Coq
    176   ob-csharp.el
    177         Org-mode Babel Functions for csharp evaluation
    178   ob-ebnf.el
    179         Org-mode Babel Functions for EBNF
    180   ob-eukleides.el
    181         Org-mode Babel Functions for eukleides evaluation
    182   ob-fomus.el
    183         Org-mode Babel Functions for fomus evaluation
    184   ob-hledger.el
    185         Org-mode Babel Functions for hledger
    186   ob-io.el
    187         Org-mode Babel Functions for Io
    188   ob-J.el
    189         Org-mode Babel Functions for J
    190   ob-ledger.el
    191         Org-mode Babel Functions for Ledger
    192   ob-mathomatic.el
    193         Org-mode Babel Functions for mathomatic evaluation
    194   ob-mscgen.el
    195         Org-mode Babel Functions for Mscgen
    196   ob-oz.el
    197         Org-mode Babel Functions for Oz evaluation
    198   ob-picolisp.el
    199         Org-mode Babel Functions for Picolisp
    200   ob-shen.el
    201         Org-mode Babel Functions for Shen
    202   ob-stan.el
    203         Babel Functions for Stan
    204   ob-stata.el
    205         Org-mode Babel Functions for Stata evaluation
    206   ob-tcl.el
    207         Org-mode Babel Functions for tcl evaluation
    208   ob-vala.el
    209         Org-mode Babel Functions for Vala
    210   ob-vbnet.el
    211         Org-mode Babel Functions for VB.Net evaluation