summaryrefslogtreecommitdiff
path: root/debian/README.Debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian/README.Debian')
-rw-r--r--debian/README.Debian12
1 files changed, 12 insertions, 0 deletions
diff --git a/debian/README.Debian b/debian/README.Debian
new file mode 100644
index 0000000..d5cd3b2
--- /dev/null
+++ b/debian/README.Debian
@@ -0,0 +1,12 @@
+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