summaryrefslogtreecommitdiff
path: root/debian/README.Debian
blob: 1455bc5ea55ed2efcccfe08d6dd71d1b839e1664 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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 it 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