diff options
| author | K. Handa | 2016-01-03 17:53:43 +0900 |
|---|---|---|
| committer | K. Handa | 2016-01-03 17:53:43 +0900 |
| commit | fb6d826c69939c2d016c1b824d4e9bcb53d9e643 (patch) | |
| tree | b9ce862d6cbe25e740203421984df21e4cbadbf4 /lisp/org | |
| parent | 536f48e9a2251b9e654ea974bd90ff2f40218753 (diff) | |
| parent | 91917dd58ec5278e555b9c693a830749083e8f89 (diff) | |
| download | emacs-fb6d826c69939c2d016c1b824d4e9bcb53d9e643.tar.gz emacs-fb6d826c69939c2d016c1b824d4e9bcb53d9e643.zip | |
Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs
Diffstat (limited to 'lisp/org')
| -rw-r--r-- | lisp/org/ob-core.el | 4 | ||||
| -rw-r--r-- | lisp/org/ob-exp.el | 2 | ||||
| -rw-r--r-- | lisp/org/ob-table.el | 4 | ||||
| -rw-r--r-- | lisp/org/org-agenda.el | 4 | ||||
| -rw-r--r-- | lisp/org/org-faces.el | 2 | ||||
| -rw-r--r-- | lisp/org/org-list.el | 2 | ||||
| -rw-r--r-- | lisp/org/org-macs.el | 2 | ||||
| -rw-r--r-- | lisp/org/org.el | 6 |
8 files changed, 13 insertions, 13 deletions
diff --git a/lisp/org/ob-core.el b/lisp/org/ob-core.el index 11cd2530dd7..271a015323c 100644 --- a/lisp/org/ob-core.el +++ b/lisp/org/ob-core.el | |||
| @@ -1402,7 +1402,7 @@ specified in the properties of the current outline entry." | |||
| 1402 | ALTS is a cons of two character options where each option may be | 1402 | ALTS is a cons of two character options where each option may be |
| 1403 | either the numeric code of a single character or a list of | 1403 | either the numeric code of a single character or a list of |
| 1404 | character alternatives. For example to split on balanced | 1404 | character alternatives. For example to split on balanced |
| 1405 | instances of \"[ \t]:\" set ALTS to '((32 9) . 58)." | 1405 | instances of \"[ \t]:\" set ALTS to ((32 9) . 58)." |
| 1406 | (let* ((matches (lambda (ch spec) (if (listp spec) (member ch spec) (equal spec ch)))) | 1406 | (let* ((matches (lambda (ch spec) (if (listp spec) (member ch spec) (equal spec ch)))) |
| 1407 | (matched (lambda (ch last) | 1407 | (matched (lambda (ch last) |
| 1408 | (if (consp alts) | 1408 | (if (consp alts) |
| @@ -1511,7 +1511,7 @@ shown below. | |||
| 1511 | 1511 | ||
| 1512 | ;; row and column names | 1512 | ;; row and column names |
| 1513 | (defun org-babel-del-hlines (table) | 1513 | (defun org-babel-del-hlines (table) |
| 1514 | "Remove all 'hlines from TABLE." | 1514 | "Remove all `hline's from TABLE." |
| 1515 | (remove 'hline table)) | 1515 | (remove 'hline table)) |
| 1516 | 1516 | ||
| 1517 | (defun org-babel-get-colnames (table) | 1517 | (defun org-babel-get-colnames (table) |
diff --git a/lisp/org/ob-exp.el b/lisp/org/ob-exp.el index 92006f81756..58bd1ec7758 100644 --- a/lisp/org/ob-exp.el +++ b/lisp/org/ob-exp.el | |||
| @@ -53,7 +53,7 @@ | |||
| 53 | (defcustom org-export-babel-evaluate t | 53 | (defcustom org-export-babel-evaluate t |
| 54 | "Switch controlling code evaluation during export. | 54 | "Switch controlling code evaluation during export. |
| 55 | When set to nil no code will be evaluated as part of the export | 55 | When set to nil no code will be evaluated as part of the export |
| 56 | process. When set to 'inline-only, only inline code blocks will | 56 | process. When set to `inline-only', only inline code blocks will |
| 57 | be executed." | 57 | be executed." |
| 58 | :group 'org-babel | 58 | :group 'org-babel |
| 59 | :version "24.1" | 59 | :version "24.1" |
diff --git a/lisp/org/ob-table.el b/lisp/org/ob-table.el index 1f381dbe570..47a538cbd99 100644 --- a/lisp/org/ob-table.el +++ b/lisp/org/ob-table.el | |||
| @@ -67,7 +67,7 @@ element list, whose first element is the name of the variable and | |||
| 67 | second element is a string of its value. The following call to | 67 | second element is a string of its value. The following call to |
| 68 | `org-sbe' would be equivalent to the following source code block. | 68 | `org-sbe' would be equivalent to the following source code block. |
| 69 | 69 | ||
| 70 | (org-sbe 'source-block (n $2) (m 3)) | 70 | (org-sbe \\='source-block (n $2) (m 3)) |
| 71 | 71 | ||
| 72 | #+begin_src emacs-lisp :var results=source-block(n=val_at_col_2, m=3) :results silent | 72 | #+begin_src emacs-lisp :var results=source-block(n=val_at_col_2, m=3) :results silent |
| 73 | results | 73 | results |
| @@ -84,7 +84,7 @@ the header argument which can then be passed before all variables | |||
| 84 | as shown in the example below. | 84 | as shown in the example below. |
| 85 | 85 | ||
| 86 | | 1 | 2 | :file nothing.png | nothing.png | | 86 | | 1 | 2 | :file nothing.png | nothing.png | |
| 87 | #+TBLFM: @1$4='(org-sbe test-sbe $3 (x $1) (y $2))" | 87 | #+TBLFM: @1$4=\\='(org-sbe test-sbe $3 (x $1) (y $2))" |
| 88 | (declare (debug (form form))) | 88 | (declare (debug (form form))) |
| 89 | (let* ((header-args (if (stringp (car variables)) (car variables) "")) | 89 | (let* ((header-args (if (stringp (car variables)) (car variables) "")) |
| 90 | (variables (if (stringp (car variables)) (cdr variables) variables))) | 90 | (variables (if (stringp (car variables)) (cdr variables) variables))) |
diff --git a/lisp/org/org-agenda.el b/lisp/org/org-agenda.el index 0b3be562489..4e42004d97d 100644 --- a/lisp/org/org-agenda.el +++ b/lisp/org/org-agenda.el | |||
| @@ -7085,8 +7085,8 @@ their type." | |||
| 7085 | ;;;###autoload | 7085 | ;;;###autoload |
| 7086 | (defun org-agenda-set-restriction-lock (&optional type) | 7086 | (defun org-agenda-set-restriction-lock (&optional type) |
| 7087 | "Set restriction lock for agenda, to current subtree or file. | 7087 | "Set restriction lock for agenda, to current subtree or file. |
| 7088 | Restriction will be the file if TYPE is `file', or if type is the | 7088 | Restriction will be the file if TYPE is `file', or if TYPE is the |
| 7089 | universal prefix '(4), or if the cursor is before the first headline | 7089 | universal prefix `(4)', or if the cursor is before the first headline |
| 7090 | in the file. Otherwise, restriction will be to the current subtree." | 7090 | in the file. Otherwise, restriction will be to the current subtree." |
| 7091 | (interactive "P") | 7091 | (interactive "P") |
| 7092 | (and (equal type '(4)) (setq type 'file)) | 7092 | (and (equal type '(4)) (setq type 'file)) |
diff --git a/lisp/org/org-faces.el b/lisp/org/org-faces.el index 46936f4b66f..1b46b80eb0a 100644 --- a/lisp/org/org-faces.el +++ b/lisp/org/org-faces.el | |||
| @@ -666,7 +666,7 @@ belong to the weekend." | |||
| 666 | (0.0 . default)) | 666 | (0.0 . default)) |
| 667 | "Faces for showing deadlines in the agenda. | 667 | "Faces for showing deadlines in the agenda. |
| 668 | This is a list of cons cells. The cdr of each cell is a face to be used, | 668 | This is a list of cons cells. The cdr of each cell is a face to be used, |
| 669 | and it can also just be like '(:foreground \"yellow\"). | 669 | and it can also just be like (:foreground \"yellow\"). |
| 670 | Each car is a fraction of the head-warning time that must have passed for | 670 | Each car is a fraction of the head-warning time that must have passed for |
| 671 | this the face in the cdr to be used for display. The numbers must be | 671 | this the face in the cdr to be used for display. The numbers must be |
| 672 | given in descending order. The head-warning time is normally taken | 672 | given in descending order. The head-warning time is normally taken |
diff --git a/lisp/org/org-list.el b/lisp/org/org-list.el index c8266500fe3..12d4db39b65 100644 --- a/lisp/org/org-list.el +++ b/lisp/org/org-list.el | |||
| @@ -174,7 +174,7 @@ to the bullet that should be used when this item is demoted. | |||
| 174 | For example, | 174 | For example, |
| 175 | 175 | ||
| 176 | (setq org-list-demote-modify-bullet | 176 | (setq org-list-demote-modify-bullet |
| 177 | '((\"+\" . \"-\") (\"-\" . \"+\") (\"*\" . \"+\"))) | 177 | \\='((\"+\" . \"-\") (\"-\" . \"+\") (\"*\" . \"+\"))) |
| 178 | 178 | ||
| 179 | will make | 179 | will make |
| 180 | 180 | ||
diff --git a/lisp/org/org-macs.el b/lisp/org/org-macs.el index ea8e7b532aa..0b10f55247f 100644 --- a/lisp/org/org-macs.el +++ b/lisp/org/org-macs.el | |||
| @@ -137,7 +137,7 @@ Otherwise return nil." | |||
| 137 | 137 | ||
| 138 | ;; FIXME: Slated for removal. Current Org mode does not support Emacs < 22 | 138 | ;; FIXME: Slated for removal. Current Org mode does not support Emacs < 22 |
| 139 | (defmacro org-maybe-intangible (props) | 139 | (defmacro org-maybe-intangible (props) |
| 140 | "Add '(intangible t) to PROPS if Emacs version is earlier than Emacs 22. | 140 | "Add (intangible t) to PROPS if Emacs version is earlier than Emacs 22. |
| 141 | In Emacs 21, invisible text is not avoided by the command loop, so the | 141 | In Emacs 21, invisible text is not avoided by the command loop, so the |
| 142 | intangible property is needed to make sure point skips this text. | 142 | intangible property is needed to make sure point skips this text. |
| 143 | In Emacs 22, this is not necessary. The intangible text property has | 143 | In Emacs 22, this is not necessary. The intangible text property has |
diff --git a/lisp/org/org.el b/lisp/org/org.el index 7a6d6cc1b3f..957a7d029ec 100644 --- a/lisp/org/org.el +++ b/lisp/org/org.el | |||
| @@ -7094,7 +7094,7 @@ open and agenda-wise Org files." | |||
| 7094 | (org-flag-drawer t)))))) | 7094 | (org-flag-drawer t)))))) |
| 7095 | 7095 | ||
| 7096 | (defun org-cycle-hide-inline-tasks (state) | 7096 | (defun org-cycle-hide-inline-tasks (state) |
| 7097 | "Re-hide inline tasks when switching to 'contents or 'children | 7097 | "Re-hide inline tasks when switching to `contents' or `children' |
| 7098 | visibility state." | 7098 | visibility state." |
| 7099 | (case state | 7099 | (case state |
| 7100 | (contents | 7100 | (contents |
| @@ -7323,8 +7323,8 @@ returns to the original buffer in which the visibility is still | |||
| 7323 | unchanged. After RET it will also jump to the location selected | 7323 | unchanged. After RET it will also jump to the location selected |
| 7324 | in the indirect buffer and expose the headline hierarchy above. | 7324 | in the indirect buffer and expose the headline hierarchy above. |
| 7325 | 7325 | ||
| 7326 | With a prefix argument, use the alternative interface: e.g. if | 7326 | With a prefix argument, use the alternative interface: e.g., if |
| 7327 | `org-goto-interface' is 'outline use 'outline-path-completion." | 7327 | `org-goto-interface' is `outline' use `outline-path-completion'." |
| 7328 | (interactive "P") | 7328 | (interactive "P") |
| 7329 | (org-goto-map) | 7329 | (org-goto-map) |
| 7330 | (let* ((org-refile-targets `((nil . (:maxlevel . ,org-goto-max-level)))) | 7330 | (let* ((org-refile-targets `((nil . (:maxlevel . ,org-goto-max-level)))) |