aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/org
diff options
context:
space:
mode:
authorStefan Monnier2010-09-30 01:28:20 +0200
committerStefan Monnier2010-09-30 01:28:20 +0200
commita01a7932080e8a6e7bc8472c58cefabcc2c37df3 (patch)
tree94b28b19c8f1536e76ffe7d5826811b74a79e3a5 /lisp/org
parentcc390e46c7ba95b76ea133d98fd386214cd01709 (diff)
parent6b0f7311f16646e0de2045b2410e20921901c616 (diff)
downloademacs-a01a7932080e8a6e7bc8472c58cefabcc2c37df3.tar.gz
emacs-a01a7932080e8a6e7bc8472c58cefabcc2c37df3.zip
Merge from trunk
Diffstat (limited to 'lisp/org')
-rw-r--r--lisp/org/ChangeLog28
-rw-r--r--lisp/org/org-agenda.el2
-rw-r--r--lisp/org/org.el4
3 files changed, 18 insertions, 16 deletions
diff --git a/lisp/org/ChangeLog b/lisp/org/ChangeLog
index c0b3fa567c6..0cef225770d 100644
--- a/lisp/org/ChangeLog
+++ b/lisp/org/ChangeLog
@@ -1,3 +1,8 @@
12010-09-25 Juanma Barranquero <lekktu@gmail.com>
2
3 * org.el (org-refile-targets):
4 * org-agenda.el (org-agenda-hide-tags-regexp): Fix typos in docstrings.
5
12010-08-19 Glenn Morris <rgm@gnu.org> 62010-08-19 Glenn Morris <rgm@gnu.org>
2 7
3 * org.el (org-outline-overlay-data, org-set-outline-overlay-data) 8 * org.el (org-outline-overlay-data, org-set-outline-overlay-data)
@@ -368,7 +373,7 @@
368 373
3692010-07-19 Carsten Dominik <carsten.dominik@gmail.com> 3742010-07-19 Carsten Dominik <carsten.dominik@gmail.com>
370 375
371 * org.el (org-confirm-shell-link-function): 376 * org.el (org-confirm-shell-link-function)
372 (org-confirm-elisp-link-function): Limit the values that can be set by 377 (org-confirm-elisp-link-function): Limit the values that can be set by
373 file variables. 378 file variables.
374 379
@@ -386,8 +391,7 @@
386 * org-capture.el (org-capture-position-for-last-stored) 391 * org-capture.el (org-capture-position-for-last-stored)
387 (org-capture-bookmark-last-stored-position): New functions. 392 (org-capture-bookmark-last-stored-position): New functions.
388 (org-capture-place-table-line): Better error catching. 393 (org-capture-place-table-line): Better error catching.
389 (org-capture-place-item): 394 (org-capture-place-item, org-capture-place-entry)
390 (org-capture-place-entry):
391 (org-capture-place-plain-text): Call 395 (org-capture-place-plain-text): Call
392 `org-capture-position-for-last-stored'. 396 `org-capture-position-for-last-stored'.
393 (org-capture-finalize): Just call 397 (org-capture-finalize): Just call
@@ -444,7 +448,7 @@
444 * org-macs.el (org-not-nil): Return the value if not interpreted 448 * org-macs.el (org-not-nil): Return the value if not interpreted
445 as nil. 449 as nil.
446 450
447 * org.el (org-entry-get): 451 * org.el (org-entry-get)
448 (org-entry-get-with-inheritance): Interpret the value "nil" 452 (org-entry-get-with-inheritance): Interpret the value "nil"
449 as nil for properties. 453 as nil for properties.
450 454
@@ -476,9 +480,7 @@
476 * org.el (org-timestamp-change): New optional argument UPDOWN. 480 * org.el (org-timestamp-change): New optional argument UPDOWN.
477 Use this to identify calls from org-timestamp-up/down, so that we can 481 Use this to identify calls from org-timestamp-up/down, so that we can
478 skip by rounding minutes in this case. 482 skip by rounding minutes in this case.
479 (org-timestamp-up): 483 (org-timestamp-up, org-timestamp-down, org-timestamp-up-day)
480 (org-timestamp-down):
481 (org-timestamp-up-day):
482 (org-timestamp-down-day): Call org-timestamp-change with the 484 (org-timestamp-down-day): Call org-timestamp-change with the
483 updown argument. 485 updown argument.
484 486
@@ -541,7 +543,7 @@
541 543
5422010-07-19 Bastien Guerry <bzg@altern.org> 5442010-07-19 Bastien Guerry <bzg@altern.org>
543 545
544 * org-agenda.el (org-agenda-get-deadlines): 546 * org-agenda.el (org-agenda-get-deadlines)
545 (org-agenda-get-scheduled): 547 (org-agenda-get-scheduled):
546 * org.el (org-time-string-to-seconds): 548 * org.el (org-time-string-to-seconds):
547 For deadline and scheduled agenda display ignore the cyclic repeater 549 For deadline and scheduled agenda display ignore the cyclic repeater
@@ -1163,7 +1165,7 @@
1163 (org-agenda-bulk-remove-overlays): Use the normal overlay API. 1165 (org-agenda-bulk-remove-overlays): Use the normal overlay API.
1164 1166
1165 * org-freemind.el (org-freemind-from-org-mode-node) 1167 * org-freemind.el (org-freemind-from-org-mode-node)
1166 (org-freemind-from-org-mode, ) 1168 (org-freemind-from-org-mode)
1167 (org-freemind-from-org-sparse-tree, org-freemind-to-org-mode): Use 1169 (org-freemind-from-org-sparse-tree, org-freemind-to-org-mode): Use
1168 interactive-p instead of called-interactively, because this is 1170 interactive-p instead of called-interactively, because this is
1169 backward compatible with older Emacsen I still support.. 1171 backward compatible with older Emacsen I still support..
@@ -2616,7 +2618,7 @@
26162010-02-15 Chong Yidong <cyd@stupidchicken.com> 26182010-02-15 Chong Yidong <cyd@stupidchicken.com>
2617 2619
2618 * org-freemind.el (org-freemind-from-org-mode-node) 2620 * org-freemind.el (org-freemind-from-org-mode-node)
2619 (org-freemind-from-org-mode, ) 2621 (org-freemind-from-org-mode)
2620 (org-freemind-from-org-sparse-tree, org-freemind-to-org-mode): 2622 (org-freemind-from-org-sparse-tree, org-freemind-to-org-mode):
2621 Pass arg to called-interactively-p. 2623 Pass arg to called-interactively-p.
2622 2624
@@ -5059,8 +5061,8 @@
5059 * org.el (org-global-properties-fixed): Add default for 5061 * org.el (org-global-properties-fixed): Add default for
5060 CLOCK_MODELINE_TOTAL. 5062 CLOCK_MODELINE_TOTAL.
5061 5063
5062 * org-clock.el (org-clock-sum): Accept lists and strigs as tstart 5064 * org-clock.el (org-clock-sum): Accept lists and strings as tstart
5063 andd tend. 5065 and tend.
5064 (org-clock-sum-current-item): Optional argument TSTART, pass it to 5066 (org-clock-sum-current-item): Optional argument TSTART, pass it to
5065 org-clock-sum. 5067 org-clock-sum.
5066 (org-clock-get-sum-start): New function. 5068 (org-clock-get-sum-start): New function.
@@ -8024,7 +8026,7 @@
8024 set-text-properties to remove text properties from the clipboard 8026 set-text-properties to remove text properties from the clipboard
8025 value. 8027 value.
8026 8028
8027 * lisp/org-clock.el (org-update-mode-line): Support limiting the 8029 * org-clock.el (org-update-mode-line): Support limiting the
8028 modeline clock string, and display the full todo value in the 8030 modeline clock string, and display the full todo value in the
8029 tooltip. Set a local keymap so mouse-3 on the clock string goes to 8031 tooltip. Set a local keymap so mouse-3 on the clock string goes to
8030 the currently clocked task. 8032 the currently clocked task.
diff --git a/lisp/org/org-agenda.el b/lisp/org/org-agenda.el
index a3d288065d3..68a592b5fae 100644
--- a/lisp/org/org-agenda.el
+++ b/lisp/org/org-agenda.el
@@ -1359,7 +1359,7 @@ When non-nil, this must be the number of minutes, e.g. 60 for one hour."
1359 "Regular expression used to filter away specific tags in agenda views. 1359 "Regular expression used to filter away specific tags in agenda views.
1360This means that these tags will be present, but not be shown in the agenda 1360This means that these tags will be present, but not be shown in the agenda
1361line. Secondary filtering will still work on the hidden tags. 1361line. Secondary filtering will still work on the hidden tags.
1362Nil means don't hide any tags." 1362The value nil means don't hide any tags."
1363 :group 'org-agenda-line-format 1363 :group 'org-agenda-line-format
1364 :type '(choice 1364 :type '(choice
1365 (const :tag "Hide none" nil) 1365 (const :tag "Hide none" nil)
diff --git a/lisp/org/org.el b/lisp/org/org.el
index a2965e87d22..19759371023 100644
--- a/lisp/org/org.el
+++ b/lisp/org/org.el
@@ -1797,8 +1797,8 @@ This is list of cons cells. Each cell contains:
1797- a specification of the files to be considered, either a list of files, 1797- a specification of the files to be considered, either a list of files,
1798 or a symbol whose function or variable value will be used to retrieve 1798 or a symbol whose function or variable value will be used to retrieve
1799 a file name or a list of file names. If you use `org-agenda-files' for 1799 a file name or a list of file names. If you use `org-agenda-files' for
1800 that, all agenda files will be scanned for targets. Nil means consider 1800 that, all agenda files will be scanned for targets. The value nil means
1801 headings in the current buffer. 1801 consider headings in the current buffer.
1802- A specification of how to find candidate refile targets. This may be 1802- A specification of how to find candidate refile targets. This may be
1803 any of: 1803 any of:
1804 - a cons cell (:tag . \"TAG\") to identify refile targets by a tag. 1804 - a cons cell (:tag . \"TAG\") to identify refile targets by a tag.