mirror of
https://git.savannah.gnu.org/git/emacs/org-mode.git
synced 2024-12-28 10:56:57 +00:00
Add headline for user-defined entities to `M-x org-entities-help'
* lisp/org-entities.el (org-entities-help): Add a headline for the user-defined entities.
This commit is contained in:
parent
18161d0310
commit
eeab263cb8
@ -525,7 +525,9 @@ Kind can be any of `latex', `html', `ascii', `latin1', or `utf8'."
|
||||
(interactive)
|
||||
(with-output-to-temp-buffer "*Org Entity Help*"
|
||||
(princ "Org-mode entities\n=================\n\n")
|
||||
(let ((ll (append org-entities-user org-entities))
|
||||
(let ((ll (append '("* User-defined additions (variable org-entities-user)")
|
||||
org-entities-user
|
||||
org-entities))
|
||||
e latex mathp html latin utf8 name ascii
|
||||
(lastwasstring t)
|
||||
(head (concat
|
||||
|
Loading…
Reference in New Issue
Block a user