emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] [TIP/QUERY] Curly quotes in HTML


From: Samuel Wales
Subject: Re: [O] [TIP/QUERY] Curly quotes in HTML
Date: Thu, 1 Mar 2012 19:23:50 -0700

I like -- for mdash and === for separator:

(setf org-export-html-special-string-regexps
      `(
        ("^-----$" . "<hr/>")          ;see also === below
        ("---\\([^-]\\|$\\)" . "&mdash;\\1")
        ("--\\([^-]\\|$\\)" . "&mdash;\\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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]