Nicolas Goaziou
2c8e8b4a18
contrib: Remove Org Drill
...
* contrib/README:
* lisp/org.el (org-modules): Remove reference to Org Drill.
contrib/lisp/org-drill.el: Remove file.
Org Drill is now developed externally, and available through an
ELPA (MELPA at this point).
2019-07-11 22:55:02 +02:00
Marc Ihm
d73a5e4137
Removed reference to org-index.el from README
2018-03-24 16:29:40 +01:00
Bastien
d0d05e5df1
Delete org-bullets.el from the contrib/ directory
...
* lisp/org.el (org-modules): Don't mention org-bullets.el,
which is now deleted from the contrib/ directory.
See https://github.com/sabof/org-bullets/issues/18
2017-01-03 12:22:38 +01:00
Nicolas Goaziou
9873e59913
contrib/README: Remove "org-eww.el" from the list
...
* contrib/README: Remove "org-eww.el", which has been moved to core.
2016-08-23 22:17:49 +02:00
Kyle Meyer
a97f2c1830
Add org-link-edit.el to contrib
...
* contrib/lisp/org-link-edit.el: New file.
* contrib/README: Add org-link-edit.el entry.
Copy org-link-edit.el from upstream's b3aa4dd.
2015-08-13 01:53:58 -04:00
Mitchel Humpherys
99425a46dd
contrib: rip out org-jira
...
Its changelog says it's abandoned, it doesn't really do anything, and it
clashes with [1]. Rip it out.
[1] https://github.com/baohaojun/org-jira
2015-08-05 00:46:43 +02:00
Marco Wahl
4c77c462ce
contrib/README: more precise doc about org-eww.el
...
Actually using the same wording as for org-w3m.el now.
2015-01-27 00:50:40 +01:00
Łukasz Gruner
43ca1f649d
fix org-eldoc path
2014-11-11 21:52:01 +01:00
Marco Wahl
58d95c3a4f
org-eww: Org-module to store url from eww
...
* contrib/lisp/org-eww.el: New file
* contrib/README: Added org-eww.
* lisp/org.el (org-modules): Add org-eww to the pool of org-modules.
The hook gets hooked in the module.
The file is more or less a fraction of the org-w3m module with 'w3m'
replaced by 'eww'.
2014-10-01 13:48:55 -04:00
Ista Zahn
7326d10dc5
ob-stata.el: new file for stata code evaluation
...
* contrib/lisp/ob-stata.el: New file based on ob-julia.el.
* contrib/README: Document addition of new file.
ob-stata.el provides basic support for evaluating Stata code.
2014-07-31 12:54:17 +02:00
David Arroyo Menendez
5587b8dd51
README: adding org-license.el and org-effectiveness.el
2013-12-22 22:17:29 +01:00
Carsten Dominik
ece429d43e
Documentation fixes.
...
* contrib/lisp/org-mac-link.el (org-mac-grab-Chrome-app-p): Fix docstring.
Patch by Daniil Frumin
2013-12-08 11:20:33 +01:00
Marc-Oliver Ihm
eca45d5728
updated README in contrib-directory for org-index.el
2013-11-09 20:23:36 +01:00
Max Mikhanosha
00168dd557
Add new contrib org-screenshot.el
2013-05-17 12:12:16 -04:00
Bastien Guerry
b38036dd66
Move org-mac-message.el to contrib/.
...
* org-mac-message.el: Move to contrib/.
* org.el (org-modules): org-mac-message.el is now a
contributed package.
2013-04-05 08:37:51 +02:00
Bastien Guerry
137207819e
contrib/lisp/: New export back-end ox-rss.el
2013-03-15 16:29:16 +01:00
Bastien Guerry
321f806faf
Move contrib/babel/langs/* into contrib/lisp/*
...
Also move library-of-babel.org into doc/ and update the README.
2013-03-06 17:43:33 +01:00
Bastien Guerry
dd57b94201
contrib/babel/langs/ob-julia.el: New file by G. Jay Kerns
...
I also updated the contrib/README.
Thanks a lot to G. Jay Kerns for this.
Don't miss the thorough documentation here:
https://github.com/gjkerns/ob-julia/blob/master/ob-julia-doc.org
2013-03-04 20:37:20 +01:00
Bastien Guerry
65440264de
Update contrib/README and some comments/messages
...
* org-faces.el (org-column): Update docstring.
* org-colview.el: Update error message.
2013-03-04 18:36:34 +01:00
Bastien Guerry
48bc6ad52c
Add AUTHORS, update contrib/README, clean-up and fix comment sections in other files
2013-02-26 11:28:59 +01:00
Nicolas Goaziou
8dd2bfc291
Move new export framework files into core
...
* contrib/README: Remove references to new export framework.
* contrib/lisp/org-e-ascii.el: Removed file.
* contrib/lisp/org-e-beamer.el: Removed file.
* contrib/lisp/org-e-confluence.el: Removed file.
* contrib/lisp/org-e-groff.el: Removed file.
* contrib/lisp/org-e-html.el: Removed file.
* contrib/lisp/org-e-icalendar.el: Removed file.
* contrib/lisp/org-e-latex.el: Removed file.
* contrib/lisp/org-e-man.el: Removed file.
* contrib/lisp/org-e-odt.el: Removed file.
* contrib/lisp/org-e-publish.el: Removed file.
* contrib/lisp/org-e-texinfo.el: Removed file.
* contrib/lisp/org-export.el: Removed file.
* contrib/lisp/org-koma-letter.el: Removed file.
* contrib/lisp/org-md.el: Removed file.
* contrib/lisp/ox-confluence.el: New file.
* contrib/lisp/ox-groff.el: New file.
* contrib/lisp/ox-koma-letter.el: New file.
* lisp/ox-ascii.el: New file.
* lisp/ox-beamer.el: New file.
* lisp/ox-html.el: New file.
* lisp/ox-icalendar.el: New file.
* lisp/ox-jsinfo.el: New file.
* lisp/ox-latex.el: New file.
* lisp/ox-man.el: New file.
* lisp/ox-md.el: New file.
* lisp/ox-odt.el: New file.
* lisp/ox-publish.el: New file.
* lisp/ox-texinfo.el: New file.
* lisp/ox.el: New file.
* mk/org-fixup.el (org-make-org-loaddefs): Install new export
framework and back-end files.
* testing/lisp/test-org-export.el: Removed file.
* testing/lisp/test-ox.el: New file.
2013-02-06 23:06:30 +01:00
Bastien Guerry
e9b4debd0f
Move x11idle.c from utils/ to contrib/scripts/
2012-08-25 10:25:01 +02:00
Bastien Guerry
478a8393f2
contrib/: Update the README
2012-08-21 12:34:53 +02:00
Bastien Guerry
abd49c8aae
Deleate trailing whitespaces.
2012-04-21 17:44:47 +02:00
François Allisson
0189c5d2d9
Update of contrib/README
2012-04-21 17:44:29 +02:00
Carsten Dominik
ca3935b6e3
Add org-sudoku to contrib directory
...
* contrib/lisp/org-sudoku.el: New file
2011-08-09 18:25:29 +02:00
Jambunathan K
67be9be326
Add org-lparse and org-odt as contrib modules
...
--
>From 9b97d19c1184d3cf2cc82831e3d29067cf91f014 Mon Sep 17 00:00:00 2001
From: Jambunathan K <kjambunathan@gmail.com>
Date: Sat, 2 Jul 2011 01:56:01 +0530
Subject: [PATCH] Add org-lparse and org-odt as contrib modules
* lisp/org.el (org-modules): Add org-lparse and org-odt as
contrib modules.
* contrib/README: Ditto
2011-07-02 11:13:22 +02:00
Julien Danjou
c2d81e9b2d
org-contacts: import
...
Signed-off-by: Julien Danjou <julien@danjou.info>
2011-03-18 18:05:12 +01:00
Carsten Dominik
8dfd845c7f
Add contrib package org-eshell.el
...
* contrib/lisp/org-eshell.el: New file
* lisp/org.el (org-modules): Add `org-eshell'.
2011-01-04 16:06:09 +01:00
Carsten Dominik
4ea5658a1a
Add org-drill.el
2010-08-17 10:40:14 +02:00
Carsten Dominik
251a3ca7c3
Add org-wikinodes.el as a contributed package
...
* contrib/lisp/org-wikinodes.el: New file.
* lisp/org-exp.el (org-export-preprocess-after-radio-targets-hook):
(org-export-define-heading-targets-headline-hook): New hooks.
* lisp/org.el (org-modules): Add entry for org-wikinodes.el.
(org-font-lock-set-keywords-hook): New hook.
(org-open-at-point-functions): New hook.
(org-find-exact-headling-in-buffer):
(org-find-exact-heading-in-directory): New functions.
(org-mode-flyspell-verify): Better cursor position for checking if
flyspell should ignore a word.
2010-08-06 15:08:45 +02:00
Carsten Dominik
fff87c2c9f
Install Paul Rodriguez' org-velocity.el
...
* contrib/lisp/org-velocity.el: New file.
* contrib/README: List org-velocity.el
* lisp/org.el (org-modules): Add entry for org-velocity
2010-07-21 07:50:29 +02:00
Stephen Eglen
b06e81a099
2010-07-01 Stephen Eglen <stephen@gnu.org>
...
* contrib/README: Update list of emacs-lisp files so that list is in
sync with the files in lisp/ and in same order as 'ls -1' for
those files.
2010-07-01 13:49:41 +02:00
Carsten Dominik
5eb7bf8a03
Add Anthony Lander's org-mac-link-grabber.el
2010-05-19 23:49:40 +02:00
Carsten Dominik
3ddd5ac49c
Add org-secretary.el by Juan Reyero
2010-01-20 10:15:50 +01:00
Carsten Dominik
d05a12bbd5
Remove org-export-freemind, it o longer seems to work
2009-11-10 17:31:30 +01:00
Carsten Dominik
d5d6ff83bd
Remove org-annotation-helper.el and org-browser-url.el
...
These packages are subsets of org-protocol.el
2009-11-10 17:06:18 +01:00
Carsten Dominik
d23b72ec30
Add John Wiegley's org-learn.el to the contrib directory
2009-11-05 08:24:18 +01:00
Carsten Dominik
848b2039a1
Add org-git-link.el by Raimar Finken
2009-10-28 12:14:41 +01:00
Carsten Dominik
738ba015a3
Install new contributed package org-invoice.el by Peter Jones
2009-09-16 14:19:17 +01:00
Carsten Dominik
295491a5e8
Add org-track.el.
2009-08-07 07:29:42 +02:00
Carsten Dominik
daa2800ff3
Add Wes Hardaker's generic exporter as a contributed package
2009-06-20 20:53:03 +02:00
Carsten Dominik
74e8c78b93
Move org-exp-blocks.el into the core
2009-06-11 16:17:50 +02:00
Carsten Dominik
a2f787a643
New contributed modules org-mac-iCal.el by Christopher Suckling
2009-06-06 07:59:19 +02:00
Carsten Dominik
dd1268dcac
New file: contrib/lisp/org-special-blocks.el
...
Contributed by Chris Gray
2009-05-07 13:53:35 +02:00
Carsten Dominik
61530a1db1
Reload: Only load files that were loaded before
...
The command org-reload did not only reload any loaded files, but all
lisp files in the Org distribution. Also, it actually never reloaded
any files from the contrib directory. Both of these problems are now
fixed.
2009-04-07 18:43:35 +02:00
Carsten Dominik
f41f942e53
Adding org-collector.el as a contributed package
2009-03-04 17:19:51 +01:00
Carsten Dominik
bb7db5f96f
New file: Taru Karttunen's org-exp-bibtex.el
2009-03-01 16:47:51 +01:00
Carsten Dominik
c0cc9181db
Added org-R.el to contrib/lisp/
2009-02-18 17:23:47 +01:00
Carsten Dominik
56692965b7
Add Tom Breton's org-choose.el as a contributed package
2009-02-08 13:57:37 +01:00