aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/org
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/org')
-rw-r--r--lisp/org/org-bibtex.el2
-rw-r--r--lisp/org/org-docview.el2
-rw-r--r--lisp/org/org-entities.el4
-rw-r--r--lisp/org/ox-icalendar.el2
-rw-r--r--lisp/org/ox.el2
5 files changed, 6 insertions, 6 deletions
diff --git a/lisp/org/org-bibtex.el b/lisp/org/org-bibtex.el
index 06adc078c5d..7227803e6be 100644
--- a/lisp/org/org-bibtex.el
+++ b/lisp/org/org-bibtex.el
@@ -195,7 +195,7 @@
195 (:howpublished . "How something strange has been published. The first word should be capitalized.") 195 (:howpublished . "How something strange has been published. The first word should be capitalized.")
196 (:institution . "The sponsoring institution of a technical report.") 196 (:institution . "The sponsoring institution of a technical report.")
197 (:journal . "A journal name.") 197 (:journal . "A journal name.")
198 (:key . "Used for alphabetizing, cross-referencing, and creating a label when the author information is missing. This field should not be confused with the key that appears in the \cite command and at the beginning of the database entry.") 198 (:key . "Used for alphabetizing, cross-referencing, and creating a label when the author information is missing. This field should not be confused with the key that appears in the \\cite command and at the beginning of the database entry.")
199 (:month . "The month in which the work was published or, for an unpublished work, in which it was written. You should use the standard three-letter abbreviation,") 199 (:month . "The month in which the work was published or, for an unpublished work, in which it was written. You should use the standard three-letter abbreviation,")
200 (:note . "Any additional information that can help the reader. The first word should be capitalized.") 200 (:note . "Any additional information that can help the reader. The first word should be capitalized.")
201 (:number . "Any additional information that can help the reader. The first word should be capitalized.") 201 (:number . "Any additional information that can help the reader. The first word should be capitalized.")
diff --git a/lisp/org/org-docview.el b/lisp/org/org-docview.el
index 07224d38bd1..5c0e3e92328 100644
--- a/lisp/org/org-docview.el
+++ b/lisp/org/org-docview.el
@@ -61,7 +61,7 @@
61 (setq path (org-link-escape (expand-file-name path))) 61 (setq path (org-link-escape (expand-file-name path)))
62 (cond 62 (cond
63 ((eq format 'html) (format "<a href=\"%s\">%s</a>" path desc)) 63 ((eq format 'html) (format "<a href=\"%s\">%s</a>" path desc))
64 ((eq format 'latex) (format "\href{%s}{%s}" path desc)) 64 ((eq format 'latex) (format "\\href{%s}{%s}" path desc))
65 ((eq format 'ascii) (format "%s (%s)" desc path)) 65 ((eq format 'ascii) (format "%s (%s)" desc path))
66 (t path))))) 66 (t path)))))
67 67
diff --git a/lisp/org/org-entities.el b/lisp/org/org-entities.el
index f8f218f6f55..89d6b951588 100644
--- a/lisp/org/org-entities.el
+++ b/lisp/org/org-entities.el
@@ -359,8 +359,8 @@ packages to be loaded, add these packages to `org-latex-packages-alist'."
359 ("lessgtr" "\\lessgtr" t "&lessgtr;" "[less than or greater than]" "[less than or greater than]" "≶") 359 ("lessgtr" "\\lessgtr" t "&lessgtr;" "[less than or greater than]" "[less than or greater than]" "≶")
360 ("lesseqgtr" "\\lesseqgtr" t "&lesseqgtr;" "[less than or equal or greater than or equal]" "[less than or equal or greater than or equal]" "⋚") 360 ("lesseqgtr" "\\lesseqgtr" t "&lesseqgtr;" "[less than or equal or greater than or equal]" "[less than or equal or greater than or equal]" "⋚")
361 ("ll" "\\ll" t "&Lt;" "<<" "<<" "≪") 361 ("ll" "\\ll" t "&Lt;" "<<" "<<" "≪")
362 ("Ll" "\lll" t "&Ll;" "<<<" "<<<" "⋘") 362 ("Ll" "\\lll" t "&Ll;" "<<<" "<<<" "⋘")
363 ("lll" "\lll" t "&Ll;" "<<<" "<<<" "⋘") 363 ("lll" "\\lll" t "&Ll;" "<<<" "<<<" "⋘")
364 ("gg" "\\gg" t "&Gt;" ">>" ">>" "≫") 364 ("gg" "\\gg" t "&Gt;" ">>" ">>" "≫")
365 ("Gg" "\\ggg" t "&Gg;" ">>>" ">>>" "⋙") 365 ("Gg" "\\ggg" t "&Gg;" ">>>" ">>>" "⋙")
366 ("ggg" "\\ggg" t "&Gg;" ">>>" ">>>" "⋙") 366 ("ggg" "\\ggg" t "&Gg;" ">>>" ">>>" "⋙")
diff --git a/lisp/org/ox-icalendar.el b/lisp/org/ox-icalendar.el
index a77eaedb9a0..3da52243d30 100644
--- a/lisp/org/ox-icalendar.el
+++ b/lisp/org/ox-icalendar.el
@@ -447,7 +447,7 @@ or subject for the event."
447 ;; characters with literal \n. 447 ;; characters with literal \n.
448 (replace-regexp-in-string 448 (replace-regexp-in-string
449 "[ \t]*\n" "\\n" 449 "[ \t]*\n" "\\n"
450 (replace-regexp-in-string "[\\,;]" "\\\&" s) 450 (replace-regexp-in-string "[\\,;]" "\\\\\\&" s)
451 nil t))) 451 nil t)))
452 452
453(defun org-icalendar-fold-string (s) 453(defun org-icalendar-fold-string (s)
diff --git a/lisp/org/ox.el b/lisp/org/ox.el
index 4e3e0ef9376..3493b837cec 100644
--- a/lisp/org/ox.el
+++ b/lisp/org/ox.el
@@ -777,7 +777,7 @@ is nil. You can also allow them through local buffer variables."
777 777
778This variable allows to provide shortcuts for export snippets. 778This variable allows to provide shortcuts for export snippets.
779 779
780For example, with a value of '\(\(\"h\" . \"html\"\)\), the 780For example, with a value of \((\"h\" . \"html\")), the
781HTML back-end will recognize the contents of \"@@h:<b>@@\" as 781HTML back-end will recognize the contents of \"@@h:<b>@@\" as
782HTML code while every other back-end will ignore it." 782HTML code while every other back-end will ignore it."
783 :group 'org-export-general 783 :group 'org-export-general