summaryrefslogtreecommitdiff
path: root/README.Debian
blob: f022a663655695e4a31252e1be59bd969e431726 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Include contrib by default, and make sure the binary package provides
elp-org-contrib-plus so we don't break emacs dependencies.

 -- Sebastien Delafond <seb@untangle.com>, Wed,  2 Aug 2017 15:20:10 -0400

The org version shipped in the emacs package is quite ancient, and
many of the functionalities described all over the net are simply not
available on it. The org-mode package instead ships an
always-up-to-date version, that when installed automatically takes
precedence over the version shipped in emacs.

 -- Sebastien Delafond <seb@debian.org>, Tue, 25 Aug 2015 12:38:06 +0200

Please note that you need to install texlive-latex-extra (listed in
Suggests) so you can preview LaTeX equations.

 -- Sebastien Delafond <seb@debian.org>, Wed,  2 Apr 2014 13:08:11 +0200

To enable contributed extensions to org-mode, simply add
"/usr/share/org-mode/lisp" to your load-path, for instance in your
.emacs with:

  (setq load-path (cons "/usr/share/org-mode/lisp" load-path))

 -- Sebastien Delafond <seb@debian.org>, Thu,  1 Oct 2009 11:11:26 +0200