From: Matt Price <moptop99@gmail.com>
To: Org Mode <emacs-orgmode@gnu.org>
Subject: keeping subtree heading on export
Date: Wed, 24 Apr 2024 07:04:53 -0400 [thread overview]
Message-ID: <CAN_Dec-xG-r-XXEoTxiCkhH6XBbZmrA1dXhZdqV4-RWNh+5Now@mail.gmail.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 1063 bytes --]
I'm writing a primitive exporter for jupyter-book
<https://github.com/executablebooks/jupyter-book>, which is a neat way to
maintain static documentation and executable jupyter notebooks from the
same source files. The source files are written in Myst flavored markdown
<https://mystmd.org/>, so I started with a simpleminded fork of the gfm
exporter <https://github.com/titaniumbones/ox-myst>. What I'd really like,
though is something more like ox-hugo
<https://github.com/kaushalmodi/ox-hugo>, which maintains a whole blog in a
single org file. For this to work, I need to export each individual page
of the "book" to its own markdown page. However, jupyter-book expects to
find the title of the page in the initial first-level heading. So I'd like
to retain the subtree "title" as a first-level heading, and demote the
remaining headings to their original state within the larger org document.
Does anyone know of an existing exporter that already does this, from which
I can steal? Or if not, how would you suggest I go about doing this?
Thanks,
Matt
[-- Attachment #2: Type: text/html, Size: 1279 bytes --]
next reply other threads:[~2024-04-24 11:06 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-04-24 11:04 Matt Price [this message]
2024-04-26 13:46 ` keeping subtree heading on export Ihor Radchenko
2024-04-27 0:18 ` Matt Price
2024-04-30 12:10 ` Ihor Radchenko
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=CAN_Dec-xG-r-XXEoTxiCkhH6XBbZmrA1dXhZdqV4-RWNh+5Now@mail.gmail.com \
--to=moptop99@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).