From: Max Nikulin <manikulin@gmail.com> To: emacs-orgmode@gnu.org Subject: [PATCH] org.el: Use org-contrib module instead of CONTRIB dir in docs Date: Sun, 26 Sep 2021 20:30:20 +0700 [thread overview] Message-ID: <sipsld$ghi$1@ciao.gmane.io> (raw) In-Reply-To: <CAH-0+bCzALULq_aNPi3wwy=Ni3JGB5sjd+gjSLwA3C_aRZZbeA@mail.gmail.com> [-- Attachment #1: Type: text/plain, Size: 454 bytes --] On 07/07/2021 14:23, Michael Maurer wrote: > On Tue, 6 Jul 2021 at 08:07, Michael Maurer wrote: >> >> (setq org-return-follows-link t) >> (custom-set-variables >> '(org-modules (quote (org-wikinodes))) >> '(org-return-follows-link t)) > > Is this deprecated and no longer part of org? I searched the > org-folder for any file resembling wikinodes, but couldn't find > anything. Another patch to avoid confusing of users in customization interface. [-- Attachment #2: 0001-org.el-Use-org-contrib-module-instead-of-CONTRIB-dir.patch --] [-- Type: text/x-patch, Size: 2435 bytes --] From 97e1d7548c6b050bc11a452072fb1e0d9032ab23 Mon Sep 17 00:00:00 2001 From: Max Nikulin <manikulin@gmail.com> Date: Sun, 26 Sep 2021 20:25:14 +0700 Subject: [PATCH] org.el: Use org-contrib module instead of CONTRIB dir in docs * lisp/org.el (org-modules, org-export-backends): Update docstrings since CONTRIB directory was transformed into a package in NonGNU ELPA. Reported by Michael Maurer https://lists.gnu.org/archive/html/emacs-orgmode/2021-07/msg00195.html --- lisp/org.el | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/lisp/org.el b/lisp/org.el index 5379bd297..5ff8990bd 100644 --- a/lisp/org.el +++ b/lisp/org.el @@ -689,12 +689,13 @@ defined in org-duration.el.") (defcustom org-modules '(ol-doi ol-w3m ol-bbdb ol-bibtex ol-docview ol-gnus ol-info ol-irc ol-mhe ol-rmail ol-eww) "Modules that should always be loaded together with org.el. -If a description starts with <C>, the file is not part of Emacs -and loading it will require that you have downloaded and properly -installed the Org mode distribution. +If a description starts with <C>, the file is not part of Emacs and Org mode, +so loading it will require that you have properly installed org-contrib +package from NonGNU Emacs Lisp Package Archive +http://elpa.nongnu.org/nongnu/org-contrib.html You can also use this system to load external packages (i.e. neither Org -core modules, nor modules from the CONTRIB directory). Just add symbols +core modules, nor org-contrib modules). Just add symbols to the end of the list. If the package is called org-xyz.el, then you need to add the symbol `xyz', and the package must have a call to: @@ -768,9 +769,10 @@ For export specific modules, see also `org-export-backends'." (defcustom org-export-backends '(ascii html icalendar latex odt) "List of export back-ends that should be always available. -If a description starts with <C>, the file is not part of Emacs -and loading it will require that you have downloaded and properly -installed the Org mode distribution. +If a description starts with <C>, the file is not part of Emacs and Org mode, +so loading it will require that you have properly installed org-contrib +package from NonGNU Emacs Lisp Package Archive +http://elpa.nongnu.org/nongnu/org-contrib.html Unlike to `org-modules', libraries in this list will not be loaded along with Org, but only once the export framework is -- 2.25.1
next prev parent reply other threads:[~2021-09-26 13:31 UTC|newest] Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top 2021-07-06 6:07 unable to activate org-wikinodes Michael Maurer 2021-07-07 7:23 ` Michael Maurer 2021-07-07 15:31 ` Maxim Nikulin 2021-07-07 16:17 ` [PATCH] worg/org-contrib: fix links to raw files Maxim Nikulin 2021-09-26 6:47 ` Bastien 2021-09-26 13:30 ` Max Nikulin [this message] 2021-09-26 13:45 ` [PATCH] org.el: Use org-contrib module instead of CONTRIB dir in docs Bastien
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style List information: https://www.orgmode.org/ * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to='sipsld$ghi$1@ciao.gmane.io' \ --to=manikulin@gmail.com \ --cc=emacs-orgmode@gnu.org \ --subject='Re: [PATCH] org.el: Use org-contrib module instead of CONTRIB dir in docs' \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
Code repositories for project(s) associated with this inbox: https://git.savannah.gnu.org/cgit/emacs/org-mode.git This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).