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 , 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 , 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 , Thu, 1 Oct 2009 11:11:26 +0200