emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] How to get === on a line by itself to be a special string


From: Samuel Wales
Subject: Re: [O] How to get === on a line by itself to be a special string
Date: Tue, 12 Feb 2013 12:02:43 -0700

On 2/10/13, Nicolas Goaziou <address@hidden> wrote:
> (defun my-rule-markup (paragraph backend info)
>   (when (and (org-export-derived-backend-p backend 'html)
>              (string-match "<p>\n<code>=</code>\n</p>\n*" paragraph))
>     "<hr width=\"10%\"
> style=\"width:10%;color:#000;background-color:#000;height:1px;border:none\"/>\n\n"))
> (add-to-list 'org-export-filter-paragraph-functions 'my-rule-markup)

I think this restores the behavior.  Thank you.

Samuel

-- 
The Kafka Pandemic: http://thekafkapandemic.blogspot.com

The disease DOES progress.  MANY people have died from it.  ANYBODY
can get it.  There is no hope without action.



reply via email to

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