diff options
Diffstat (limited to 'lisp/textmodes')
| -rw-r--r-- | lisp/textmodes/org.el | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lisp/textmodes/org.el b/lisp/textmodes/org.el index 2758f12a17f..9a6ab7f6ea4 100644 --- a/lisp/textmodes/org.el +++ b/lisp/textmodes/org.el | |||
| @@ -4378,8 +4378,8 @@ between words." | |||
| 4378 | `indent-relative', like TAB normally does. See the option | 4378 | `indent-relative', like TAB normally does. See the option |
| 4379 | `org-cycle-emulate-tab' for details. | 4379 | `org-cycle-emulate-tab' for details. |
| 4380 | 4380 | ||
| 4381 | - Special case: if point is the the beginning of the buffer and there is | 4381 | - Special case: if point is the beginning of the buffer and there is no |
| 4382 | no headline in line 1, this function will act as if called with prefix arg." | 4382 | headline in line 1, this function will act as if called with prefix arg." |
| 4383 | (interactive "P") | 4383 | (interactive "P") |
| 4384 | (let* ((outline-regexp | 4384 | (let* ((outline-regexp |
| 4385 | (if (and (org-mode-p) org-cycle-include-plain-lists) | 4385 | (if (and (org-mode-p) org-cycle-include-plain-lists) |
| @@ -14630,7 +14630,7 @@ priority-n The computed numerical priority" | |||
| 14630 | (set-buffer "*Org Agenda*") | 14630 | (set-buffer "*Org Agenda*") |
| 14631 | (while files | 14631 | (while files |
| 14632 | (eval (list 'let (append org-agenda-exporter-settings opts pars) | 14632 | (eval (list 'let (append org-agenda-exporter-settings opts pars) |
| 14633 | (list 'org-write-agenda | 14633 | (list 'org-write-agenda |
| 14634 | (expand-file-name (pop files) dir) t))))) | 14634 | (expand-file-name (pop files) dir) t))))) |
| 14635 | (kill-buffer org-agenda-buffer-name))))) | 14635 | (kill-buffer org-agenda-buffer-name))))) |
| 14636 | 14636 | ||
| @@ -15064,7 +15064,7 @@ dates." | |||
| 15064 | (setq day-numbers (delq nil (mapcar (lambda(x) | 15064 | (setq day-numbers (delq nil (mapcar (lambda(x) |
| 15065 | (if (>= x today) x nil)) | 15065 | (if (>= x today) x nil)) |
| 15066 | day-numbers)))) | 15066 | day-numbers)))) |
| 15067 | (org-prepare-agenda (concat "Timeline " | 15067 | (org-prepare-agenda (concat "Timeline " |
| 15068 | (file-name-nondirectory buffer-file-name))) | 15068 | (file-name-nondirectory buffer-file-name))) |
| 15069 | (if doclosed (push :closed args)) | 15069 | (if doclosed (push :closed args)) |
| 15070 | (push :timestamp args) | 15070 | (push :timestamp args) |