From: Max Nikulin <manikulin@gmail.com>
To: emacs-orgmode@gnu.org
Subject: Re: Serving .org files for worg (was: Re: Library of babel help)
Date: Fri, 29 Jul 2022 20:10:14 +0700 [thread overview]
Message-ID: <tc0m7o$omq$1@ciao.gmane.io> (raw)
In-Reply-To: <87wncxztzb.fsf@gmail.com>
On 01/07/2022 04:48, Tim Cross wrote:
>
> 1. Just using the .org as the suffix of the url instead of the .html did
> not work for me using two different browser. However, it did work for
> ihor, so either I did something wrong or there is something in my setup
> which is preventing that from working. Need to investigate further.
> However, that is not my main issue.
Tim, have you managed to achieve any progress with either nginx or with
settings of your browsers?
I have tried some variants of desktop environments with almost default
setting without issues similar to yours.
Org files are fetched to the Downloads folder without additional user
actions (besides Firefox-91). It is not always obvious at first glance.
With default settings:
- Chromium displays a bar at the bottom of the window.
- Firefox-102 (Ubuntu and Gnome, Arch and KDE) opens transient popup
window. In Ububntu-22.04 firefox and chromium are installed as snap
packages.
- Firefox-91 (Debian, Xfce) displays more traditional popup window to
confirm download (somehow it guesses that it is an org-mode file even
for application/octet-stream MIME-type).
If I change MIME type then Chromium displays internally both text/plain
and text/x-org, Firefox asks for an external application for text/x-org
while text/plain is displayed in the browser tab.
The following snippet should be added to nginx configuration to assign
MIME type for .org files:
types {
# Chromium opens text/x-org in the browser tab,
# Firefox downloads files and offers to open in some other
application.
# text/x-org org;
text/plain org;
}
See http://nginx.org/en/docs/http/ngx_http_core_module.html#types
It is assumed that default mime.types is included somewhere.
next prev parent reply other threads:[~2022-07-29 13:16 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-06-16 8:15 Library of babel help Tim Cross
2022-06-16 9:30 ` Tim Cross
2022-06-30 7:23 ` Ihor Radchenko
2022-06-30 9:06 ` Tim Cross
2022-06-30 13:25 ` Ihor Radchenko
2022-06-30 15:45 ` Serving .org files for worg (was: Re: Library of babel help) Max Nikulin
2022-06-30 17:04 ` Max Nikulin
2022-06-30 21:48 ` Tim Cross
2022-07-01 5:42 ` Max Nikulin
2022-07-29 13:10 ` Max Nikulin [this message]
2022-07-30 3:29 ` Tim Cross
2022-09-28 5:59 ` Serving .org files for worg 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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='tc0m7o$omq$1@ciao.gmane.io' \
--to=manikulin@gmail.com \
--cc=emacs-orgmode@gnu.org \
/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.