aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/org/ChangeLog
diff options
context:
space:
mode:
authorBastien Guerry2013-02-28 01:31:26 +0100
committerBastien Guerry2013-02-28 01:31:26 +0100
commit8a28a5b8d8acb314d8850b85fe5cd956a86e8ff9 (patch)
treeee0f45fd9b4d38b26c79e40cb27852e80e16c935 /lisp/org/ChangeLog
parent5b8ccc5e3ba2c9f46e52f7aa1b149475ebf24861 (diff)
downloademacs-8a28a5b8d8acb314d8850b85fe5cd956a86e8ff9.tar.gz
emacs-8a28a5b8d8acb314d8850b85fe5cd956a86e8ff9.zip
Merge latest Org fixes (commit 7524ef2).
Diffstat (limited to 'lisp/org/ChangeLog')
-rw-r--r--lisp/org/ChangeLog74
1 files changed, 74 insertions, 0 deletions
diff --git a/lisp/org/ChangeLog b/lisp/org/ChangeLog
index 03a0560fea8..e6b1e564de3 100644
--- a/lisp/org/ChangeLog
+++ b/lisp/org/ChangeLog
@@ -1,3 +1,77 @@
12013-02-28 Achim Gratz <Stromeko@Stromeko.DE>
2
3 * org.el (org-org-menu): Use correct key "C-u C-c C-x !" to do
4 org-reload uncompiled in the menu.
5
62013-02-28 Bastien Guerry <bzg@gnu.org>
7
8 * org-indent.el
9 (org-indent-add-properties): Bugfix: prevent negative value for
10 `added-ind-per-lvl'.
11
12 * org.el (org-mode): Add `org-fix-ellipsis-at-bol' to
13 `isearch-mode-end-hook' so that any isearch fixes the problem with
14 ellipsis on the first line.
15 (org-fix-ellipsis-at-bol): New defsubst.
16 (org-show-context, org-isearch-end): Use it.
17
18 * org.el (org-show-context): Remove useless catch. Make sure the
19 top of the window is a visible headline.
20 (org-activate-plain-links): Remove unused catch.
21
22 * org-macs.el (org-get-alist-option): Return nil, not (nil), so
23 that `org-show-context' DTRT.
24
25 * org.el (org-imenu-get-tree): Fix bug when matching against empty
26 headlines.
27
28 * org.el (org-overview): Stay on current line.
29 (org-map-entries): Fix docstring.
30 (org-at-clock-log-p): Delete.
31
32 * org-clock.el (org-at-clock-log-p): Move here.
33
34 * org.el (org-tsr-regexp-both): Don't activate dates in links.
35 (org-activate-dates): Change match boundaries according to the new
36 value of `org-tsr-regexp-both'.
37
38 * org-agenda.el (org-agenda-to-appt): Fix typos.
39
40 * org-agenda.el (org-agenda-local-vars): Don't include
41 `org-agenda-show-window' as it needs to be checked outside of the
42 agenda window.
43
44 * org.el (org-set-tags-command): Fix bug when setting tags for
45 multiple headlines in an active region.
46
47 * org-mobile.el (org-mobile-edit): DTRT when inserting a heading
48 in an invisible region.
49
50 * org.el (org-insert-heading-respect-content): New `invisible-ok'
51 parameter. Add docstring.
52 (org-insert-todo-heading-respect-content): Add docstring.
53
54 * ob-tangle.el (org-babel-tangle-collect-blocks): Bugfix: remove
55 code references from blocks.
56
57 * org-agenda.el (org-agenda-schedule, org-agenda-deadline):
58 Cosmetic changes.
59 (org-agenda-show-new-time): Fix bug when displaying a temporary
60 overlay with the scheduled/deadline information.
61
62 * org.el (org-fill-paragraph-with-timestamp-nobreak-p): New
63 function.
64 (org-setup-filling): Use it to prevent breaking a timestamp when
65 filling a paragraph.
66
67 * org-id.el (org-id-get-with-outline-path-completion): Fix
68 docstring.
69
702013-02-28 Tim Burt <tcburt@rochester.rr.com> (tiny change)
71
72 * org-datetree.el (org-datetree-find-year-create): Match headlines
73 with tags.
74
12013-02-07 Bastien Guerry <bzg@gnu.org> 752013-02-07 Bastien Guerry <bzg@gnu.org>
2 76
3 * org-agenda.el (org-agenda-get-deadlines) 77 * org-agenda.el (org-agenda-get-deadlines)