emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/toc-org 7fae24baa9 030/128: revert org-toc-2 documentation


From: ELPA Syncer
Subject: [nongnu] elpa/toc-org 7fae24baa9 030/128: revert org-toc-2 documentation changes
Date: Sun, 2 Jan 2022 09:59:07 -0500 (EST)

branch: elpa/toc-org
commit 7fae24baa9731e64a6164e0a1e5665675e14ca34
Author: Sergei Nosov <sergei.nosov@gmail.com>
Commit: Sergei Nosov <sergei.nosov@gmail.com>

    revert org-toc-2 documentation changes
---
 README.org | 12 +++---------
 1 file changed, 3 insertions(+), 9 deletions(-)

diff --git a/README.org b/README.org
index dcc7fd762b..8883722732 100644
--- a/README.org
+++ b/README.org
@@ -27,7 +27,7 @@ Emacs 24.1) you can simply use =M-x package-install= after 
setting up the [[http
 repository and then put the following snippet in your ~/.emacs file
 
 #+BEGIN_SRC elisp
-  (if (require 'org-toc-2 nil t)
+  (if (require 'org-toc nil t)
       (add-hook 'org-mode-hook 'org-toc-enable)
     (warn "org-toc not found"))
 #+END_SRC
@@ -42,7 +42,7 @@ repository and then put the following snippet in your 
~/.emacs file
 - Put this in your ~/.emacs file
   #+BEGIN_SRC elisp
     (add-to-list 'load-path "~/.emacs.d/org-toc")
-    (if (require 'org-toc-2 nil t)
+    (if (require 'org-toc nil t)
         (add-hook 'org-mode-hook 'org-toc-enable)
       (warn "org-toc not found"))
   #+END_SRC
@@ -50,13 +50,7 @@ repository and then put the following snippet in your 
~/.emacs file
 ** Potential name conflict
 
 If you install =contrib= Org modules, you may face a name conflict, since
-there's a package with the same name there. /Current/ package provides both
-=org-toc= and =org-toc-2= features to require. So, you should, probably, use 
the
-latter to avoid potential conflicts. The former is provided for backward
-compatibility.
-
-There still might be issues with autoloading in case both packages are
-installed. But those should be easy to workaround (e.g. don't use autoloads).
+there's a package with the same name there.
 
 * Use
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]