[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/org e696e37110 1/4: doc/org-manual.org: Add note to upg
From: |
ELPA Syncer |
Subject: |
[elpa] externals/org e696e37110 1/4: doc/org-manual.org: Add note to upgrade instructions via command line |
Date: |
Mon, 23 Dec 2024 12:58:43 -0500 (EST) |
branch: externals/org
commit e696e371102d49a79402e081a6f592a110fb04a9
Author: Ihor Radchenko <yantar92@posteo.net>
Commit: Ihor Radchenko <yantar92@posteo.net>
doc/org-manual.org: Add note to upgrade instructions via command line
The instructions only work in Emacs 30 (not yet released). State this
version requirement explicitly.
Reported-by: Alain.Cochard@unistra.fr
Link: https://orgmode.org/list/87jzbzcuny.fsf@localhost
---
doc/org-manual.org | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/doc/org-manual.org b/doc/org-manual.org
index d716c5841c..96f687ee8b 100644
--- a/doc/org-manual.org
+++ b/doc/org-manual.org
@@ -120,7 +120,8 @@ visited, i.e., where no Org built-in function have been
loaded.
Otherwise, autoload Org functions will mess up the installation.
#+end_quote
-To avoid interference with built-in Org mode, you can use command line:
+To avoid interference with built-in Org mode, you can use command line
+(you need Emacs 30 or later):
#+begin_src sh
emacs -Q -batch -eval "(progn (require 'package) (package-initialize)
(package-refresh-contents) (package-upgrade 'org))"