From: Max Nikulin <manikulin@gmail.com>
To: emacs-orgmode@gnu.org
Subject: Re: An Org-mode-based blogging engine?
Date: Sat, 20 May 2023 17:49:05 +0700 [thread overview]
Message-ID: <u4a8j2$mt4$1@ciao.gmane.io> (raw)
In-Reply-To: <877ctj1bnr.fsf@mbork.pl>
On 08/05/2023 15:15, Marcin Borkowski wrote:
> 4. I am going, though, to need some custom "blocks" - in HTML parlance,
> <div>s and possibly also <span>s.
For <div>s (block level elements) custom #+begin_something may be used.
For <span>s you may try either {{{macros(arg)}}} (beware of commas) or
sometimes it is possible to use custom link types that are actually just
markup, but links can not be nested.
Another warning is anchors generated by Org. They may change. Some
people have code to derive anchors from heading titles, another approach
it to ensure that each heading has CUSTOM_ID property and it is used for
links.
prev parent reply other threads:[~2023-05-20 11:37 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-05-08 8:15 An Org-mode-based blogging engine? Marcin Borkowski
2023-05-08 8:22 ` Ruijie Yu via General discussions about Org-mode.
2023-05-08 8:30 ` Ihor Radchenko
2023-05-20 7:30 ` Marcin Borkowski
2023-05-08 10:36 ` Martin Steffen
2023-05-20 7:32 ` Marcin Borkowski
2023-05-08 10:44 ` Dr. Arne Babenhauserheide
2023-05-20 7:34 ` Marcin Borkowski
2023-05-08 15:48 ` Vinícius Moraes
2023-05-20 7:37 ` Marcin Borkowski
2023-05-20 10:49 ` 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='u4a8j2$mt4$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).