emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Max Nikulin <manikulin@gmail.com>
To: emacs-orgmode@gnu.org
Subject: Re: org-roam to HTML: My needs are unusual?
Date: Fri, 11 Mar 2022 22:33:18 +0700	[thread overview]
Message-ID: <t0fq3v$17p5$1@ciao.gmane.io> (raw)
In-Reply-To: <197a9b8ca3c07860f8023bda719df048@posteo.de>

On 11/03/2022 19:03, c.buhtz@posteo.jp wrote:
> 
> At the end I would subscribe my need like that:
> I want all my org-roam-v2 notes (means org file with ID-links) 
> transformed to HTML-files which I can use via file:// protocol (means 
> without a server).

Christian, you may confuse people requiring file: protocol. I think, for 
hugo or for other approaches to export, the goal is to get *relative* 
links <a href="dir/another.html#something">something</a>. In such case 
any file may be opened in a browser and links (images, CSS styles) will 
work.

In some cases it is still easier to run a HTTP server bound to loopback 
network interface:
    python3 -m http.server 8080 --bind 127.0.0.1 --directory 
/path/to/your/files

I would suggest to not mix general questions related to org-export and 
org-publish with ones specific to org-roam such as backlinks. The latter 
should be addressed to the developers of org-roam.



      parent reply	other threads:[~2022-03-11 15:37 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-03-11 12:03 org-roam to HTML: My needs are unusual? c.buhtz
2022-03-11 15:03 ` Kaushal Modi
2022-03-11 15:33 ` Max Nikulin [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

  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='t0fq3v$17p5$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 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).