emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] Bug: org-emphasis-alist not fully applied [9.1.1 (9.1.1-1-g80cbf


From: Nicolas Goaziou
Subject: Re: [O] Bug: org-emphasis-alist not fully applied [9.1.1 (9.1.1-1-g80cbf9-elpa @ x:/folder/user/.emacs.d/elpa/org-20170918/)]
Date: Tue, 19 Sep 2017 08:02:55 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.2 (gnu/linux)

Hello,

Jens Lange <address@hidden> 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



reply via email to

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