Parcourir la source

Improve docstring of `org-entities-user'

Carsten Dominik il y a 15 ans
Parent
commit
5b1171d6e7
2 fichiers modifiés avec 9 ajouts et 2 suppressions
  1. 4 0
      lisp/ChangeLog
  2. 5 2
      lisp/org-entities.el

+ 4 - 0
lisp/ChangeLog

@@ -1,3 +1,7 @@
+2010-04-07  Carsten Dominik  <carsten.dominik@gmail.com>
+
+	* org-entities.el (org-entities-user): Improve docstring.
+
 2010-04-06  Carsten Dominik  <carsten.dominik@gmail.com>
 
 	* org-entities.el (org-macs): Require org-macs, to be sure that we

+ 5 - 2
lisp/org-entities.el

@@ -62,8 +62,11 @@ ASCII replacement    Plain ASCII, no extensions.  Symbols that cannot be
                      represented will be written out as an explanatory text.
                      But see the variable `org-entities-ascii-keep-macro-form'.
 Latin1 replacement   Use the special characters available in latin1.
-utf-8 replacement    Use special character available in utf-8."
-  :group 'org-entities
+utf-8 replacement    Use special character available in utf-8.
+
+If you define new entities here that require specific LaTeX packages to be
+loaded, add these packages to `org-export-latex-packages-alist'."
+  :Group 'org-entities
   :type '(repeat
 	  (list
 	   (string :tag "name  ")