[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] newline element of org-emphasis-regexp-components no longer hono
From: |
Eric Abrahamsen |
Subject: |
Re: [O] newline element of org-emphasis-regexp-components no longer honored? |
Date: |
Fri, 11 Nov 2016 15:05:28 -0800 |
User-agent: |
Gnus/5.130014 (Ma Gnus v0.14) Emacs/26.0.50 (gnu/linux) |
Samuel Wales <address@hidden> writes:
> fyi, it might be just me, but i do not understand the docstring to
> set-emph-re.
It's highly confusing -- the code, too. I can only guess that you're
supposed to put your modifications to org-emphasis-regexp-components
in the arguments to `org-set-emph-re'. Like:
(org-set-emph-re
'org-emphasis-regexp-components
(setf (nth 4 org-emphasis-regexp-components) 3))
Except if I've setf-ed, I don't need the (set var val) thing at all.
Just calling the function without that sexp, and with no args, would do
the trick.
What am I missing?