README.org (5144B)
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 ** Please help maintaining these add-ons 7 8 Files in this repository used to live in the Org repository but have 9 been filtered out of the Org 9.5 release. The =contrib/= directory used 10 to contain a =scripts/= directory that now lives on [[https://code.orgmode.org/bzg/worg/src/master/code][the Worg repository]]. 11 12 *Files in this repository receive little if no maintainance and there 13 is no guaranty that they are compatible with the Org stable version.* 14 15 For files a =Maintainer= header and a =Homepage= pointing outside of this 16 repository are in transition: they are maintained and will be removed 17 from the next minor or major release of this repository. As a user, 18 please carefully track the new URL where the add-on is now maintained. 19 20 If you want to maintain some of these add-ons, please send me an email 21 at =bzg@gnu.org= once you set up a separate repository for them. 22 23 ** License 24 25 All files in this repository are licensed under the GNU General Public 26 License, either version 3 of the License, or (at your option) any 27 later version. See [[file:COPYING][COPYING]]. 28 29 ** Contribute 30 31 You can send patches to =~bzg/dev@lists.sr.ht= and configure your local 32 copy of the repository like this: 33 34 =git config format.subjectPrefix 'PATCH org-contrib'= 35 36 ** Files to remove from the next release 37 38 If a file has a "Homepage:" keyword, it will be removed from the next 39 minor or major release. 40 41 ** Other files 42 *** Org utils 43 44 - org-annotate-file.el :: Annotate a file with org syntax 45 - org-bibtex-extras.el :: Extras for working with org-bibtex entries 46 - org-checklist.el :: org functions for checklist handling 47 - org-choose.el :: Use TODO keywords to mark decision states 48 - org-collector.el :: Collect properties into tables 49 - org-contribdir.el :: Dummy file to mark the org contrib Lisp directory 50 - org-depend.el :: TODO dependencies for Org-mode 51 - org-effectiveness.el :: Measuring your personal effectiveness 52 - org-eldoc.el :: Eldoc documentation for SRC blocks 53 - org-eval.el :: The <lisp> tag, adapted from Muse 54 - org-eval-light.el :: Evaluate in-buffer code on demand 55 - org-expiry.el :: Expiry mechanism for Org entries 56 - org-git-link.el :: Provide org links to specific file version 57 - org-interactive-query.el :: Interactive modification of tags query 58 - org-invoice.el :: Help manage client invoices in OrgMode 59 - org-learn.el :: SuperMemo's incremental learning algorithm 60 - org-license.el :: Insert free licenses to your org documents 61 - org-mac-iCal.el :: Imports events from iCal.app to the Emacs diary 62 - org-mairix.el :: Hook mairix search into Org for different MUAs 63 - org-panel.el :: Simple routines for us with bad memory 64 - org-registry.el :: A registry for Org links 65 - org-screen.el :: Visit screen sessions through Org-mode links 66 - org-screenshot.el :: Take and manage screenshots in Org-mode files 67 - org-secretary.el :: Team management with org-mode 68 - org-static-mathjax.el :: Muse-like tags in Org-mode 69 - org-sudoku.el :: Create and solve SUDOKU puzzles in Org tables 70 - org-toc.el :: Table of contents for Org-mode buffer 71 - org-track.el :: Keep up with Org development 72 - org-wikinodes.el :: CamelCase wiki-like links for Org 73 74 *** Org exporters 75 76 - ox-bibtex.el :: Export bibtex fragments 77 - ox-confluence.el :: Confluence Wiki exporter 78 - ox-deck.el :: deck.js presentations exporter 79 - ox-extra.el :: Convenience functions for org export 80 - ox-freemind.el :: Freemind exporter 81 - ox-groff.el :: Groff exporter 82 - ox-s5.el :: S5 presentations exporter 83 - ox-taskjuggler.el :: TaskJuggler exporter 84 85 *** Org link 86 87 - ol-bookmark.el :: Links to bookmarks 88 - ol-elisp-symbol.el :: Links to Emacs-lisp symbols 89 - ol-git-link.el :: Links to specific file version 90 - ol-mew.el :: Links to Mew messages 91 - ol-vm.el :: Support for links to VM messages 92 - ol-wl.el :: Support for links to Wanderlust messages 93 94 *** Org Babel languages 95 96 - ob-abc.el :: Org-mode Babel Functions for ABC 97 - ob-asymptote.el :: Org-mode Babel Functions for Asymptote 98 - ob-coq.el :: Org-mode Babel Functions for Coq 99 - ob-csharp.el :: Org-mode Babel Functions for csharp evaluation 100 - ob-ebnf.el :: Org-mode Babel Functions for EBNF 101 - ob-eukleides.el :: Org-mode Babel Functions for eukleides evaluation 102 - ob-fomus.el :: Org-mode Babel Functions for fomus evaluation 103 - ob-hledger.el :: Org-mode Babel Functions for hledger 104 - ob-io.el :: Org-mode Babel Functions for Io 105 - ob-J.el :: Org-mode Babel Functions for J 106 - ob-ledger.el :: Org-mode Babel Functions for Ledger 107 - ob-mathomatic.el :: Org-mode Babel Functions for mathomatic evaluation 108 - ob-mscgen.el :: Org-mode Babel Functions for Mscgen 109 - ob-oz.el :: Org-mode Babel Functions for Oz evaluation 110 - ob-picolisp.el :: Org-mode Babel Functions for Picolisp 111 - ob-shen.el :: Org-mode Babel Functions for Shen 112 - ob-stan.el :: Babel Functions for Stan 113 - ob-stata.el :: Org-mode Babel Functions for Stata evaluation 114 - ob-tcl.el :: Org-mode Babel Functions for tcl evaluation 115 - ob-vala.el :: Org-mode Babel Functions for Vala 116 - ob-vbnet.el :: Org-mode Babel Functions for VB.Net evaluation