1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-30 09:00:31 -08:00

* org.el (org-agenda-skip-unavailable-files):

* org-clock.el (org-clock-out-when-done): Doc fixes.
This commit is contained in:
Juanma Barranquero 2008-07-02 13:27:18 +00:00
parent 6cf29fe815
commit cf7241c896
3 changed files with 17 additions and 12 deletions

View file

@ -1,3 +1,8 @@
2008-07-02 Juanma Barranquero <lekktu@gmail.com>
* org.el (org-agenda-skip-unavailable-files):
* org-clock.el (org-clock-out-when-done): Doc fixes.
2008-06-18 Glenn Morris <rgm@gnu.org>
* org.el (org-map-entries): Let-bind `file'.
@ -21,7 +26,7 @@
(org-read-date): Respect `org-overriding-default-time'.
* org-remember.el (org-remember-apply-template): Respect the
ovverriding default time.
overriding default time.
* org-agenda.el (org-agenda-action-marker): New variable.
(org-agenda-action): New command.

View file

@ -55,7 +55,7 @@ reaches or exceeds this number, a drawer will be created."
(defcustom org-clock-out-when-done t
"When t, the clock will be stopped when the relevant entry is marked DONE.
Nil means, clock will keep running until stopped explicitly with
When nil, clock will keep running until stopped explicitly with
`C-c C-x C-o', or until the clock is started in a different item."
:group 'org-clock
:type 'boolean)

View file

@ -1987,8 +1987,8 @@ scope."
'org-agenda-text-search-extra-files))
(defcustom org-agenda-skip-unavailable-files nil
"t means to just skip non-reachable files in `org-agenda-files'.
Nil means to remove them, after a query, from the list."
"Non-nil means to just skip non-reachable files in `org-agenda-files'.
A nil value means to remove them, after a query, from the list."
:group 'org-agenda
:type 'boolean)