aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/org
diff options
context:
space:
mode:
authorK. Handa2014-12-28 22:18:39 +0900
committerK. Handa2014-12-28 22:18:39 +0900
commitc2f9c07aa02d1c8cba4efdd503463642a910cd6b (patch)
tree8e25338f25fe6d71a72cddff77f4c368192379ef /lisp/org
parent5979af512bf5d6a28acea24299b67c7939d9e703 (diff)
parente092accb6bb8aea08dab1796d707b3adce55a38c (diff)
downloademacs-c2f9c07aa02d1c8cba4efdd503463642a910cd6b.tar.gz
emacs-c2f9c07aa02d1c8cba4efdd503463642a910cd6b.zip
Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs
Diffstat (limited to 'lisp/org')
-rw-r--r--lisp/org/org-ctags.el8
-rw-r--r--lisp/org/ox-html.el2
-rw-r--r--lisp/org/ox-latex.el2
-rw-r--r--lisp/org/ox-publish.el2
-rw-r--r--lisp/org/ox.el6
5 files changed, 10 insertions, 10 deletions
diff --git a/lisp/org/org-ctags.el b/lisp/org/org-ctags.el
index 41775bdab6d..faf543be1b5 100644
--- a/lisp/org/org-ctags.el
+++ b/lisp/org/org-ctags.el
@@ -63,19 +63,19 @@
63;; with the same name as the link; then, if unsuccessful, ask the user if 63;; with the same name as the link; then, if unsuccessful, ask the user if
64;; he/she wants to rebuild the 'TAGS' database and try again; then ask if 64;; he/she wants to rebuild the 'TAGS' database and try again; then ask if
65;; the user wishes to append 'tag' as a new toplevel heading at the end of 65;; the user wishes to append 'tag' as a new toplevel heading at the end of
66;; the buffer; and finally, defer to org's default behaviour which is to 66;; the buffer; and finally, defer to org's default behavior which is to
67;; search the entire text of the current buffer for 'tag'. 67;; search the entire text of the current buffer for 'tag'.
68;; 68;;
69;; This behaviour can be modified by changing the value of 69;; This behavior can be modified by changing the value of
70;; ORG-CTAGS-OPEN-LINK-FUNCTIONS. For example I have the following in my 70;; ORG-CTAGS-OPEN-LINK-FUNCTIONS. For example I have the following in my
71;; .emacs, which describes the same behaviour as the above paragraph with 71;; .emacs, which describes the same behavior as the above paragraph with
72;; one difference: 72;; one difference:
73;; 73;;
74;; (setq org-ctags-open-link-functions 74;; (setq org-ctags-open-link-functions
75;; '(org-ctags-find-tag 75;; '(org-ctags-find-tag
76;; org-ctags-ask-rebuild-tags-file-then-find-tag 76;; org-ctags-ask-rebuild-tags-file-then-find-tag
77;; org-ctags-ask-append-topic 77;; org-ctags-ask-append-topic
78;; org-ctags-fail-silently)) ; <-- prevents org default behaviour 78;; org-ctags-fail-silently)) ; <-- prevents org default behavior
79;; 79;;
80;; 80;;
81;; Usage 81;; Usage
diff --git a/lisp/org/ox-html.el b/lisp/org/ox-html.el
index a3f0b501da6..c952a826db8 100644
--- a/lisp/org/ox-html.el
+++ b/lisp/org/ox-html.el
@@ -581,7 +581,7 @@ The function must accept two parameters:
581The function should return the string to be exported. 581The function should return the string to be exported.
582 582
583For example, the variable could be set to the following function 583For example, the variable could be set to the following function
584in order to mimic default behaviour: 584in order to mimic default behavior:
585 585
586The default value simply returns the value of CONTENTS." 586The default value simply returns the value of CONTENTS."
587 :group 'org-export-html 587 :group 'org-export-html
diff --git a/lisp/org/ox-latex.el b/lisp/org/ox-latex.el
index 2c71f7d785a..f6f3b220b43 100644
--- a/lisp/org/ox-latex.el
+++ b/lisp/org/ox-latex.el
@@ -589,7 +589,7 @@ The function must accept six parameters:
589The function should return the string to be exported. 589The function should return the string to be exported.
590 590
591For example, the variable could be set to the following function 591For example, the variable could be set to the following function
592in order to mimic default behaviour: 592in order to mimic default behavior:
593 593
594\(defun org-latex-format-inlinetask \(todo type priority name tags contents\) 594\(defun org-latex-format-inlinetask \(todo type priority name tags contents\)
595\"Format an inline task element for LaTeX export.\" 595\"Format an inline task element for LaTeX export.\"
diff --git a/lisp/org/ox-publish.el b/lisp/org/ox-publish.el
index efc70d22a83..b33ba459877 100644
--- a/lisp/org/ox-publish.el
+++ b/lisp/org/ox-publish.el
@@ -228,7 +228,7 @@ If you create a site-map file, adjust the sorting like this:
228 `:sitemap-sort-files' 228 `:sitemap-sort-files'
229 229
230 The site map is normally sorted alphabetically. You can 230 The site map is normally sorted alphabetically. You can
231 change this behaviour setting this to `anti-chronologically', 231 change this behavior setting this to `anti-chronologically',
232 `chronologically', or nil. 232 `chronologically', or nil.
233 233
234 `:sitemap-ignore-case' 234 `:sitemap-ignore-case'
diff --git a/lisp/org/ox.el b/lisp/org/ox.el
index 1327ae409ed..2b0978dfdf0 100644
--- a/lisp/org/ox.el
+++ b/lisp/org/ox.el
@@ -493,7 +493,7 @@ t Allow export of math snippets."
493 "The last level which is still exported as a headline. 493 "The last level which is still exported as a headline.
494 494
495Inferior levels will usually produce itemize or enumerate lists 495Inferior levels will usually produce itemize or enumerate lists
496when exported, but back-end behaviour may differ. 496when exported, but back-end behavior may differ.
497 497
498This option can also be set with the OPTIONS keyword, 498This option can also be set with the OPTIONS keyword,
499e.g. \"H:2\"." 499e.g. \"H:2\"."
@@ -1736,13 +1736,13 @@ Assume buffer is in Org mode. Narrowing, if any, is ignored."
1736 (t 1736 (t
1737 ;; Options in `org-export-options-alist'. 1737 ;; Options in `org-export-options-alist'.
1738 (dolist (property (funcall find-properties key)) 1738 (dolist (property (funcall find-properties key))
1739 (let ((behaviour (nth 4 (assq property options)))) 1739 (let ((behavior (nth 4 (assq property options))))
1740 (setq plist 1740 (setq plist
1741 (plist-put 1741 (plist-put
1742 plist property 1742 plist property
1743 ;; Handle value depending on specified 1743 ;; Handle value depending on specified
1744 ;; BEHAVIOR. 1744 ;; BEHAVIOR.
1745 (case behaviour 1745 (case behavior
1746 (space 1746 (space
1747 (if (not (plist-get plist property)) 1747 (if (not (plist-get plist property))
1748 (org-trim val) 1748 (org-trim val)