dotemacs

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

README-elpa (6084B)


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