emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Kyle Meyer <kyle@kyleam.com>
To: Bruce D'Arcus <bdarcus@gmail.com>
Cc: "Rudolf Adamkovič" <salutis@me.com>,
	org-mode-email <emacs-orgmode@gnu.org>
Subject: Re: [org-cite] Testing on macOS, XML file missing
Date: Sat, 02 Oct 2021 01:46:56 -0400	[thread overview]
Message-ID: <87mtnsvuzz.fsf@kyleam.com> (raw)
In-Reply-To: <CAF-FPGNZGSGxb6JSNQP8cD5AvP_V3B=Pf1WvqYuuKdQ1ejLZuw@mail.gmail.com>

[reordering top-posting...]

Bruce D'Arcus writes:

> On Fri, Oct 1, 2021 at 8:33 AM Bruce D'Arcus <bdarcus@gmail.com> wrote:
>>
>> It looks like that /etc/csl directory isn't included in the emacs source tree.

> Actually, that whole etc directory is outdated.

Aside from the new etc/csl/ directory that wasn't synced, could you be
more specific about what you think is out of date between the Org repo
and Emacs repo?

Things look bit-to-bit identical to me, aside from two expected
differences: the Makefile isn't synced and Org repo has (for a long
time) kept only a portion of for schema/schemas.xml in-tree.

  $ git -C org-mode-devel describe
  release_9.5
  $ git -C emacs describe
  emacs-26.1-149535-gd505971894
  
  $ git -C org-mode-devel ls-tree -r HEAD:etc
  100644 blob ab5c98817a5b97164c057e6a1e55e8266906bf8c	Makefile
  100644 blob cbb0d38a2ad08ff74c39719c3e3e51dd29850a79	ORG-NEWS
  100644 blob d066efa20f2304146eb544a57271952a3534ecc8	csl/chicago-author-date.csl
  100644 blob a5e95dfb2fe9c72fc126cf3150bcbd7ad6be6c39	csl/locales-en-US.xml
  100644 blob 5239c84cb502c3243abc35d7fd657eb640dae7fd	schema/OpenDocument-schema-v1.3+libreoffice.rnc
  100644 blob 2a7867998f12a0d0b32f6d96dba9cc0519e29cdd	schema/OpenDocument-schema-v1.3.rnc
  100644 blob 87f84d1ea87e1e0eef759fac1bd7db74ce0a704e	schema/od-manifest-schema-v1.2-os.rnc
  100644 blob 3e6ed7bee668bb363d10bc0ff460cd7d350f9635	schema/schemas.xml
  100644 blob d0c98a3e51c079e74780d54289b09ba8ba52ac64	styles/OrgOdtContentTemplate.xml
  100644 blob 1a8edee99b4ccbbb18321091a7530afee660906a	styles/OrgOdtStyles.xml
  100644 blob 07126fc31ba60103032e075e7cfdf81569e324c9	styles/README
  
  $ git -C emacs rev-parse HEAD:etc/ORG-NEWS
  cbb0d38a2ad08ff74c39719c3e3e51dd29850a79
  $ git -C emacs rev-parse HEAD:etc/schema/OpenDocument-schema-v1.3+libreoffice.rnc
  5239c84cb502c3243abc35d7fd657eb640dae7fd
  $ git -C emacs rev-parse HEAD:etc/schema/schema/OpenDocument-schema-v1.3.rnc
  HEAD:etc/schema/schema/OpenDocument-schema-v1.3.rnc
  fatal: path 'etc/schema/schema/OpenDocument-schema-v1.3.rnc' does not exist in 'HEAD'
  $ git -C emacs rev-parse HEAD:etc/schema/OpenDocument-schema-v1.3.rnc
  2a7867998f12a0d0b32f6d96dba9cc0519e29cdd
  $ git -C emacs rev-parse HEAD:etc/schema/od-manifest-schema-v1.2-os.rnc
  87f84d1ea87e1e0eef759fac1bd7db74ce0a704e
  $ git -C emacs rev-parse HEAD:etc/schema/schemas.xml
  f8acb0d40ca1dcdd4720188bfed60d71749faeb3
  $ git -C emacs rev-parse HEAD:etc/org/OrgOdtContentTemplate.xml
  d0c98a3e51c079e74780d54289b09ba8ba52ac64
  $ git -C emacs rev-parse HEAD:etc/org/OrgOdtStyles.xml
  1a8edee99b4ccbbb18321091a7530afee660906a
  $ git -C emacs rev-parse HEAD:etc/org/README
  07126fc31ba60103032e075e7cfdf81569e324c9

  reply	other threads:[~2021-10-02  5:46 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-10-01  8:56 [org-cite] Testing on macOS, XML file missing Rudolf Adamkovič
2021-10-01 12:33 ` Bruce D'Arcus
2021-10-01 12:37   ` Bruce D'Arcus
2021-10-02  5:46     ` Kyle Meyer [this message]
2021-10-02 12:52       ` Bruce D'Arcus
2021-10-02 16:01         ` Kyle Meyer
2021-10-02  5:24 ` Kyle Meyer
2021-10-02 12:50   ` Bruce D'Arcus
2021-10-02 15:34     ` Kyle Meyer
2021-10-02 18:52   ` Kyle Meyer
2021-10-03  9:25     ` Rudolf Adamkovič

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=87mtnsvuzz.fsf@kyleam.com \
    --to=kyle@kyleam.com \
    --cc=bdarcus@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    --cc=salutis@me.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 public 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).