From: Samuel Wales <samologist@gmail.com>
To: mail@christianmoe.com
Cc: Org Mode <emacs-orgmode@gnu.org>
Subject: Re: [TIP/QUERY] Curly quotes in HTML
Date: Thu, 1 Mar 2012 19:23:50 -0700 [thread overview]
Message-ID: <CAJcAo8sxG2cti2bPv5H366oDzMY5W8-JcSjdXXxrCPof_=mBPg@mail.gmail.com> (raw)
In-Reply-To: <4F4FA8BF.1070903@christianmoe.com>
I like -- for mdash and === for separator:
(setf org-export-html-special-string-regexps
`(
("^-----$" . "<hr/>") ;see also === below
("---\\([^-]\\|$\\)" . "—\\1")
("--\\([^-]\\|$\\)" . "—\\1")
("^===$" .
"<hr width=\"10%\";
style=\"width:10%;color:#000;background-color:#000;height:1px;border:none;\"
/>")
,@org-export-html-special-string-regexps))
--
The Kafka Pandemic: http://thekafkapandemic.blogspot.com
prev parent reply other threads:[~2012-03-02 2:23 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-03-01 16:50 [TIP/QUERY] Curly quotes in HTML Christian Moe
2012-03-02 2:23 ` Samuel Wales [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='CAJcAo8sxG2cti2bPv5H366oDzMY5W8-JcSjdXXxrCPof_=mBPg@mail.gmail.com' \
--to=samologist@gmail.com \
--cc=emacs-orgmode@gnu.org \
--cc=mail@christianmoe.com \
/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).