Re: How to keep getting org updates

2021-10-13 Thread Greg Minshall
hi, Tim, > I think it is always a mistake to google for answers without first > checking what Emacs has in the built-in documentation and manual. What > is in the Emacs manual or docstrings for variables and functions is > guaranteed to be accurate for the version of Emacs your running. What > you

Re: How to keep getting org updates

2021-10-13 Thread Tim Cross
Galaxy Being writes: > Appreciate the help and encouragement. This pinning business ... seems like > musical chairs with different suggestions here and > there. Should I use this suggestion, or maybe this one, or...? And where is > the maintained list of packages? I see > .../elpa/archives/ b

Re: How to keep getting org updates

2021-10-13 Thread Galaxy Being
Appreciate the help and encouragement. This pinning business ... seems like musical chairs with different suggestions here and there. Should I use this suggestion, or maybe this

Re: How to keep getting org updates

2021-10-13 Thread Greg Minshall
> The install instructions on the main org page were not very clear, to > say the least. yes, that does sound messy. sorry your experience was so unfortunate. i guess one question for the list: is there a general solution to the "20200912" > "9.5" issue? or, "now" that we are only distributing

Re: How to keep getting org updates

2021-10-12 Thread Galaxy Being
What do you mean by 'inning' org to the ELPA repository? What I've done was to remove the last line in my init.el for ... orgmode.org/elpa, restarted, then tried through list-packages to D org -- which seemed to comply, but never removed org-20210920 from the elpa directory. Not being gone, the ol

Re: How to keep getting org updates

2021-10-11 Thread Tim Cross
Galaxy Being writes: > This is in my init.el > > ... > (setq package-archives '(("ELPA" . "http://tromey.com/elpa/";) > ("gnu" . "http://elpa.gnu.org/packages/";) > ("melpa" . "https://melpa.org/packages/";) > ("org" . "https://orgmode.org/elpa/";))) > ... > > I'm guessing the last line is

Re: How to keep getting org updates

2021-10-11 Thread Greg Minshall
Lawrence, in case it helps, my *straight.el* (not package.el) recipe looks like this: (org :type git :repo "https://git.savannah.gnu.org/git/emacs/org-mode.git"; :local-repo "org" :depth full :pre-build (straight-recipes-org-elpa--build) :build (:not autoloads) :files (:default

How to keep getting org updates

2021-10-11 Thread Galaxy Being
This is in my init.el ... (setq package-archives '(("ELPA" . "http://tromey.com/elpa/";) ("gnu" . "http://elpa.gnu.org/packages/";) ("melpa" . "https://melpa.org/packages/";) ("org" . "https://orgmode.org/elpa/";))) ... I'm guessing the last line is no more and should be removed? In any case