diff options
| author | Juanma Barranquero | 2009-10-04 01:36:07 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2009-10-04 01:36:07 +0000 |
| commit | 04e65fdbb74c6b08cc340281beb38ddd7d1a7d85 (patch) | |
| tree | 25ddb90adb84df19546df23c3f42f9d695f72459 | |
| parent | 84b5fcf6be8c6c11d2f5ff31dc27007ac0028cb5 (diff) | |
| download | emacs-04e65fdbb74c6b08cc340281beb38ddd7d1a7d85.tar.gz emacs-04e65fdbb74c6b08cc340281beb38ddd7d1a7d85.zip | |
* org.el (org-directory, org-map-entries):
* org-clock.el (org-clock-get-clocked-time): Fix typos in docstrings.
| -rw-r--r-- | lisp/org/ChangeLog | 9 | ||||
| -rw-r--r-- | lisp/org/org-clock.el | 2 | ||||
| -rw-r--r-- | lisp/org/org.el | 4 |
3 files changed, 10 insertions, 5 deletions
diff --git a/lisp/org/ChangeLog b/lisp/org/ChangeLog index a7e480ce33a..d651d6b5e19 100644 --- a/lisp/org/ChangeLog +++ b/lisp/org/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2009-10-04 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * org.el (org-directory, org-map-entries): | ||
| 4 | * org-clock.el (org-clock-get-clocked-time): Fix typos in docstrings. | ||
| 5 | |||
| 1 | 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com> | 6 | 2009-10-01 Carsten Dominik <carsten.dominik@gmail.com> |
| 2 | 7 | ||
| 3 | * org.el (org-set-tags-to): New command. | 8 | * org.el (org-set-tags-to): New command. |
| @@ -2506,7 +2511,7 @@ | |||
| 2506 | `org-font-lock-add-priority-faces'. | 2511 | `org-font-lock-add-priority-faces'. |
| 2507 | (org-font-lock-add-priority-faces): New function. | 2512 | (org-font-lock-add-priority-faces): New function. |
| 2508 | 2513 | ||
| 2509 | * org-faces.el: (org-set-tag-faces): New option. | 2514 | * org-faces.el (org-set-tag-faces): New option. |
| 2510 | (org-priority-faces): New variable. | 2515 | (org-priority-faces): New variable. |
| 2511 | 2516 | ||
| 2512 | * org-exp.el (org-export-as-html): Add a "content" div around the | 2517 | * org-exp.el (org-export-as-html): Add a "content" div around the |
| @@ -2620,7 +2625,7 @@ | |||
| 2620 | info yet and the call does not want to add anything, only maybe | 2625 | info yet and the call does not want to add anything, only maybe |
| 2621 | tries to remove something. | 2626 | tries to remove something. |
| 2622 | (org-special-ctrl-a/e): All value to be a cons cell with separate | 2627 | (org-special-ctrl-a/e): All value to be a cons cell with separate |
| 2623 | settings for `C-a. and `C-e'. | 2628 | settings for `C-a' and `C-e'. |
| 2624 | (org-beginning-of-line, org-end-of-line): Honor separate values | 2629 | (org-beginning-of-line, org-end-of-line): Honor separate values |
| 2625 | for `C-a' and `C-e'. | 2630 | for `C-a' and `C-e'. |
| 2626 | 2631 | ||
diff --git a/lisp/org/org-clock.el b/lisp/org/org-clock.el index a72d3568f84..1b55309101f 100644 --- a/lisp/org/org-clock.el +++ b/lisp/org/org-clock.el | |||
| @@ -393,7 +393,7 @@ If not, show simply the clocked time like 01:50." | |||
| 393 | 393 | ||
| 394 | (defun org-clock-get-clocked-time () | 394 | (defun org-clock-get-clocked-time () |
| 395 | "Get the clocked time for the current item in minutes. | 395 | "Get the clocked time for the current item in minutes. |
| 396 | The time returned includes the the time spent on this task in | 396 | The time returned includes the time spent on this task in |
| 397 | previous clocking intervals." | 397 | previous clocking intervals." |
| 398 | (let ((currently-clocked-time | 398 | (let ((currently-clocked-time |
| 399 | (floor (- (org-float-time) | 399 | (floor (- (org-float-time) |
diff --git a/lisp/org/org.el b/lisp/org/org.el index 39614ca0d39..c3137887b4c 100644 --- a/lisp/org/org.el +++ b/lisp/org/org.el | |||
| @@ -1468,7 +1468,7 @@ following situations: | |||
| 1468 | absolute path. The path will then be interpreted relative to | 1468 | absolute path. The path will then be interpreted relative to |
| 1469 | `org-directory' | 1469 | `org-directory' |
| 1470 | 2. When a remember note is filed away in an interactive way (when exiting the | 1470 | 2. When a remember note is filed away in an interactive way (when exiting the |
| 1471 | note buffer with `C-1 C-c C-c'. The the user is prompted for an org file, | 1471 | note buffer with `C-1 C-c C-c'. The user is prompted for an org file, |
| 1472 | with `org-directory' as the default path." | 1472 | with `org-directory' as the default path." |
| 1473 | :group 'org-refile | 1473 | :group 'org-refile |
| 1474 | :group 'org-remember | 1474 | :group 'org-remember |
| @@ -11708,7 +11708,7 @@ the scanner. The following items can be given here: | |||
| 11708 | comment skip trees with the COMMENT keyword | 11708 | comment skip trees with the COMMENT keyword |
| 11709 | function or Emacs Lisp form: | 11709 | function or Emacs Lisp form: |
| 11710 | will be used as value for `org-agenda-skip-function', so whenever | 11710 | will be used as value for `org-agenda-skip-function', so whenever |
| 11711 | the the function returns t, FUNC will not be called for that | 11711 | the function returns t, FUNC will not be called for that |
| 11712 | entry and search will continue from the point where the | 11712 | entry and search will continue from the point where the |
| 11713 | function leaves it. | 11713 | function leaves it. |
| 11714 | 11714 | ||