Hmm, but that worked until recently. Without any hook.

Or was your answer like: Good for you that it worked in the past but since it ain't supported we won't make it work again?

With kind regards,
Jens Lange

2017-09-19 8:02 GMT+02:00 Nicolas Goaziou <mail@nicolasgoaziou.fr>:
Hello,

Jens Lange <jens.lange.de@gmail.com> writes:

> What exactly did you do?
> ===================
> 1. Configure block below in custom-set-variables.
>
>  '(org-emphasis-alist
>    (quote
>     (
>      ("!" org-habit-overdue-face)
>      ("%" org-habit-alert-face)
>      ("*" bold)
>      ("/" italic)
>      ("_" underline)
>      ("=" org-verbatim verbatim)
>      ("~" org-code verbatim)
>      ("+" (:strike-through t))
>      )))
>
> 2. Type %blabla% and !blabla! in org-mode

Adding new syntax is not supported. The variable exists to allow users
to change the face of already existing constructs.

You may want to tweak font-lock related variables, e.g.,
`org-font-lock-hook' to achieve that effect.

Regards,

--
Nicolas Goaziou



--
Mit freundlichen Grüssen / With kind regards:
Jens Lange