-
-
Notifications
You must be signed in to change notification settings - Fork 263
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add an orgmode mimetype #82
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add at least one primary source documenting the link between that file extension and the mime type (https://github.com/jshttp/mime-db#contributing), thanks!
I have added a link to an email discussing this mimetype, and to the orgmode website. There doesn't seem to be anything listed in IANA (https://www.iana.org/assignments/media-types/media-types.xhtml#text). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, @jkitchin ! Unfortunately I cannot accept this entry without a link to at least one primary source documenting the link between that file extension and the mime type. That email link is not a primary source, and there is no mention of the extension / mime type of the website you added as a separate link.
I suggest either at least getting the associated between them documented on http://orgmode.org/ or go through the IANA process to reserve the type. If the authors submit an application, that would be a good primary source to add here even before it completes the IANA process.
Thanks!
At the very least, that email you linked to ends with:
So if you can link to the response where the orgmode project confirmed the mime association, that would be good enough as well. |
The official mimetype of org files is now "The de facto mimetype for org attachments is text/x-org." and is documented at http://orgmode.org/index.html. |
Apparently the x- prefix is being deprecated, so the org-mode project now lists the mimetype as "The de facto mimetype for org attachments is text/org". |
Hello @dougwilson @jkitchin !
According to the Org mode website, "The de facto mimetype for Org files is text/org. Org files use the .org extension." Is this good enough for a PR like this one to be merged? Thank you! |
Hey @josephmturner. I would suggest opening a new PR. If you could also include those references inline into the description. Ideally if you could also get someone to describe what is implied by "defacto" that would be awesome. |
@wesleytodd Thanks for the suggestions. I realize now that This mapping is already being ignored in mime-types since it has lower preference than the IANA
|
This adds a new mimetype for orgmode files (http://orgmode.org).