summaryrefslogtreecommitdiff
path: root/pcr/emacs-org-mode/emacs-org-mode.install
diff options
context:
space:
mode:
Diffstat (limited to 'pcr/emacs-org-mode/emacs-org-mode.install')
-rw-r--r--pcr/emacs-org-mode/emacs-org-mode.install22
1 files changed, 16 insertions, 6 deletions
diff --git a/pcr/emacs-org-mode/emacs-org-mode.install b/pcr/emacs-org-mode/emacs-org-mode.install
index e8bd91185..a963840ca 100644
--- a/pcr/emacs-org-mode/emacs-org-mode.install
+++ b/pcr/emacs-org-mode/emacs-org-mode.install
@@ -1,5 +1,5 @@
## NOTE: the line commented with '##!' are needed
-## to REPLACE the info file shipped by emacs (currently at version 6.21)
+## to REPLACE the info file shipped by emacs (currently at org version 7.8.11)
## with the info docs from this distribution (thanks mdev)
# arg 1: the new package version
@@ -16,15 +16,17 @@ pre_install() {
##! fi
##! done
cat << EOM
-To enable this version of org-mode instead of the one shipped with emacs,
-add the line:
- (require 'org-install)
-to your .emacs file.
+You don't need to (require 'org-install) anymore.
+Setting the load-paths is enough.
+
+If you want to make sure the correct autoloads are in place, you can do:
+
+ (require 'org-loaddefs.el)
NOTE: info documentation for emacs-org-mode goes now as 'orgmode' in /usr/share/info,
It does NOT replace the 'org' info files shipped with emacs:
$ info orgmode ## this version
- $ info org ## emacs' org version (currently 6.21)
+ $ info org ## emacs org version
EOM
}
@@ -42,6 +44,14 @@ pre_upgrade() {
post_upgrade() {
post_install $1
+ cat << EOM
+You don't need to (require 'org-install) anymore.
+Setting the load-paths is enough.
+If you want to make sure the correct autoloads are in place, you can do:
+
+ (require 'org-loaddefs.el)
+
+EOM
}