From: Max Nikulin <manikulin@gmail.com>
To: emacs-orgmode@gnu.org
Subject: Re: [Feature Request] Create an org-md-toplevel-hlevel variable to allow users to set the level of top level headings in markdown export
Date: Sun, 21 Aug 2022 21:26:50 +0700 [thread overview]
Message-ID: <tdtfbc$116f$1@ciao.gmane.io> (raw)
In-Reply-To: <b888e23b-67f5-45d6-9160-f1551f40de35@www.fastmail.com>
On 21/08/2022 18:07, Rohit Patnaik wrote:
>
> I've attached a patch which implements the change.
Thank you for the patch.
> @@ -229,9 +242,10 @@ When optional argument SCOPE is non-nil, build a table of
> contents according to the specified element."
> (concat
> (unless scope
> - (let ((style (plist-get info :md-headline-style))
> + (let ((level (plist-get info :md-toplevel-hlevel))
> + (style (plist-get info :md-headline-style))
Since md backend is derived from html, is it necessary to define an
option specific to markdown or the value defined for HTML may be reused?
I am unsure which variant will be more convenient, so it is not more
than an idea that may be easily discarded.
next prev parent reply other threads:[~2022-08-21 14:27 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-08-19 20:20 [Feature Request] Create an org-md-toplevel-hlevel variable to allow users to set the level of top level headings in markdown export Rohit Patnaik
2022-08-20 7:49 ` Ihor Radchenko
2022-08-21 11:07 ` Rohit Patnaik
2022-08-21 14:26 ` Max Nikulin [this message]
[not found] ` <47b3902e-cc80-4317-a761-9301abd50b3c@www.fastmail.com>
2022-08-22 12:03 ` Max Nikulin
2022-08-22 2:59 ` Ihor Radchenko
[not found] ` <1335376b-0eeb-472c-8b8d-988eb0bdd04b@www.fastmail.com>
2022-08-26 13:07 ` Ihor Radchenko
2022-08-26 15:34 ` Rohit Patnaik
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='tdtfbc$116f$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).