From: Kyle Meyer <kyle@kyleam.com>
To: Stefan Kangas <stefan@marxist.se>
Cc: Org-mode <emacs-orgmode@gnu.org>, Ihor Radchenko <yantar92@gmail.com>
Subject: Re: Getting rid of org-install.el
Date: Wed, 29 Jun 2022 19:36:28 -0400 [thread overview]
Message-ID: <87y1xft537.fsf@kyleam.com> (raw)
In-Reply-To: <CADwFkmnMB6Lpf-ZxsVbeAufMMEzts6=zGNio2W-MQDq6hYvnpQ@mail.gmail.com>
Stefan Kangas writes:
> If we do it your way, does someone need to remember to delete the file
> manually when the time comes to move the emacs.git master branch to
> the latest Org release? Or will that be done automagically?
My script for syncing the Org tree to the Emacs's does
rm "$emacsrepo"/lisp/org/*.el
cp "$orgrepo"/lisp/*.el "$emacsrepo"/lisp/org/
so that deletions/renames on Org's side are propagated.
Those aren't too frequent, but of course still need to be accounted for:
$ git rev-parse HEAD
6dc785288d3514af4071f210dac0a18c14a6c45b
$ git log --since=2015 --format='%cs %s' --diff-filter=D --no-renames \
bugfix -- 'lisp/*.el'
2021-09-28 lisp/ob-stan.el: Delete
2021-09-26 Move some ob-*el files to the new org-contrib repo
2019-03-10 Prefix link-related libraries filenames with "ol"
2018-10-03 org-keys: Extract key bindings into their own library
2017-08-18 Remove ob-scala.el
prev parent reply other threads:[~2022-06-29 23:37 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-06-28 16:35 Getting rid of org-install.el Stefan Kangas
2022-06-29 2:15 ` Ihor Radchenko
2022-06-29 3:40 ` Stefan Kangas
2022-06-29 12:29 ` Ihor Radchenko
2022-06-29 3:18 ` Kyle Meyer
2022-06-29 12:33 ` Stefan Kangas
2022-06-29 23:36 ` Kyle Meyer [this message]
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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87y1xft537.fsf@kyleam.com \
--to=kyle@kyleam.com \
--cc=emacs-orgmode@gnu.org \
--cc=stefan@marxist.se \
--cc=yantar92@gmail.com \
/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
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.