[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] org-html-use-unicode-chars breaks source code blocks
From: |
Nicolas Goaziou |
Subject: |
Re: [O] org-html-use-unicode-chars breaks source code blocks |
Date: |
Tue, 04 Aug 2015 20:37:42 +0200 |
Hello,
Rasmus <address@hidden> writes:
> Vladimir Alexiev <address@hidden> writes:
>
>> I've set org-html-use-unicode-chars since I want ox-html to leave IRIs as
>> IRIs.
>> But this has another undesired effect: it breaks <URL> references in code,
>> since it doesn't escape the brackets.
>
> I think this should only apply to entities. Any reason to do it on the
> whole output? Nicolas?
It was introduced in e8742b78e0a982a7fca0bf25b4f3551be58660ef. I'm not
sure about the intent of this variable but I tend to think it is about
beautification of the output. As a consequence, it isn't meant to apply
to Org entities specifically.
However, as you noticed, it is not subtle enough to apply
`mm-url-decode-entities' on the full output. It needs to be applied
piece-wise wherever that makes sense. `org-html-entity' is one case.
Maybe `org-html-plain-text' for another one.
Regards,
--
Nicolas Goaziou
- [O] org-html-use-unicode-chars breaks source code blocks, Vladimir Alexiev, 2015/08/04
- Re: [O] org-html-use-unicode-chars breaks source code blocks, Rasmus, 2015/08/04
- Re: [O] org-html-use-unicode-chars breaks source code blocks,
Nicolas Goaziou <=
- Re: [O] org-html-use-unicode-chars breaks source code blocks, Rasmus, 2015/08/07
- Re: [O] org-html-use-unicode-chars breaks source code blocks, Nicolas Goaziou, 2015/08/07
- Re: [O] org-html-use-unicode-chars breaks source code blocks, Rasmus, 2015/08/07
- Re: [O] org-html-use-unicode-chars breaks source code blocks, Andreas Leha, 2015/08/08
- Re: [O] org-html-use-unicode-chars breaks source code blocks, Sebastien Vauban, 2015/08/09
- Re: [O] org-html-use-unicode-chars breaks source code blocks, Bastien Guerry, 2015/08/16
- Re: [O] org-html-use-unicode-chars breaks source code blocks, Brady Trainor, 2015/08/16
- Re: [O] org-html-use-unicode-chars breaks source code blocks, Nicolas Goaziou, 2015/08/17
- Re: [O] org-html-use-unicode-chars breaks source code blocks, Brady Trainor, 2015/08/17
- Re: [O] org-html-use-unicode-chars breaks source code blocks, Rasmus, 2015/08/17