Mercurial > emacs
comparison lisp/org/ChangeLog @ 99848:80e53e313ff5
*** empty log message ***
author | Carsten Dominik <dominik@science.uva.nl> |
---|---|
date | Sun, 23 Nov 2008 13:37:03 +0000 |
parents | 5a407ab574a4 |
children | 7a3672b295e4 |
comparison
equal
deleted
inserted
replaced
99847:a7e847634e93 | 99848:80e53e313ff5 |
---|---|
1 2008-11-23 Carsten Dominik <carsten.dominik@gmail.com> | |
2 | |
3 * org-clock.el (org-dblock-write:clocktable): Make sure the | |
4 clocktable sees the first line. | |
5 (org-clock-in): Warn if the clock cannot be resumed. | |
6 | |
7 2008-11-23 Carsten Dominik <carsten.dominik@gmail.com> | |
8 | |
9 * org.el (org-open-at-point): Fix mixup about interactive and | |
10 non-interactive elisp links. | |
11 | |
12 2008-11-23 Carsten Dominik <carsten.dominik@gmail.com> | |
13 | |
14 * org-exp.el (org-export-preprocess-string): Allow one comment | |
15 line before the first headline to always be included. This is | |
16 to not miss a commented target. | |
17 | |
18 * org-mouse.el (org-mouse-insert-item): Call | |
19 `org-indent-to-column' instead of `indent-to', for XEmacs | |
20 compatibility. | |
21 | |
22 * org.el (org-refile-targets): Fix customize definition so | |
23 that it works also in XEmacs. | |
24 (org-fixup-indentation): Call `org-indent-to-column' instead | |
25 of `indent-to', for XEmacs compatibility. | |
26 | |
27 2008-11-23 Tokuya Kameshima <kames@fa2.so-net.ne.jp> | |
28 | |
29 * org-mew.el (org-mew-store-link): Get the correct case folder | |
30 for refiled messages. | |
31 | |
32 2008-11-23 Carsten Dominik <carsten.dominik@gmail.com> | |
33 | |
34 * org-exp.el (org-export-as-ascii): Remove the "\\" forced | |
35 line break indicators. | |
36 | |
37 * org.el (org-ido-completing-read): Remove the "i:" prefix for | |
38 ido-completion propts. | |
39 | |
40 2008-11-23 Carsten Dominik <carsten.dominik@gmail.com> | |
41 | |
42 * org-remember.el (org-remember-apply-template): Use | |
43 `org-substring-no-properties'. | |
44 | |
45 * org-compat.el (org-substring-no-properties): New function. | |
46 | |
47 * org-remember.el (org-remember-apply-template): Use | |
48 `org-substring-no-properties' for compatibility. | |
49 | |
50 * org-list.el (org-list-two-spaces-after-bullet-regexp): New | |
51 option. | |
52 (org-fix-bullet-type): respect | |
53 `org-list-two-spaces-after-bullet-regexp'. | |
54 | |
55 * org-clock.el (org-clock-load): Clean up the code. | |
56 | |
57 * org.el (org-adaptive-fill-function): Allow two spaces after | |
58 "1." as a list bullet. | |
59 | |
60 2008-11-23 Carsten Dominik <carsten.dominik@gmail.com> | |
61 | |
62 * org-clock.el (org-clock-save, org-clock-load): Check for | |
63 live buffers, existing files, and buffer file names to ensure | |
64 consistent information. | |
65 (org-clock-persist): Make `clock' a special value of this | |
66 variable, and improve docstring. | |
67 | |
68 * org-list.el (org-cycle-list-bullet, org-fix-bullet-type) | |
69 (org-get-string-indentation): Adapt indentation when the bullet | |
70 width changes. | |
71 | |
72 2008-11-23 Carsten Dominik <carsten.dominik@gmail.com> | |
73 | |
74 * org-remember.el (org-remember-finalize): Make interactive. | |
75 (org-remember-kill): New command. | |
76 (org-remember-finish-immediately): Call `org-remember-finalize' | |
77 directly. | |
78 (org-remember-finalize): Make `org-remember-finalize' an interactive | |
79 function. | |
80 | |
81 2008-11-23 Carsten Dominik <carsten.dominik@gmail.com> | |
82 | |
83 * org-remember.el (org-remember-apply-template): No ido completion | |
84 for free prompts in remember templates. | |
85 (org-remember-before-finalize-hook): New hook. | |
86 (org-remember-mode): New minor mode. | |
87 (org-remember-apply-template): Turn on `org-remember-mode'. | |
88 | |
89 * org-id.el (org-id-add-location): Avoid error when no file is | |
90 given. | |
91 | |
92 * org-remember.el (org-remember-apply-template): Fix the way how | |
93 the list of allowed properties is retrieved from the target file. | |
94 | |
95 * org.el (org-insert-link): Improve file link matching. | |
96 | |
97 2008-11-23 Carsten Dominik <carsten.dominik@gmail.com> | |
98 | |
99 * org-colview.el (org-columns-display-here): New argument | |
100 DATELINE, to trigger using the new face. | |
101 (org-agenda-colview-summarize): Call `org-columns-display-here' | |
102 with the new argument. | |
103 | |
104 * org-faces.el (org-agenda-column-dateline): New face. | |
105 | |
106 * org-publish.el (org-publish-org-index): Use index-title at page | |
107 title, not as section. | |
108 | |
109 * org-exp.el (org-export-html-format-desc): Respect the | |
110 org-protect property. | |
111 (org-export-as-html): Protect image specifiers that are in the | |
112 description part of a link. | |
113 | |
114 * org.el (org-sort-entries-or-items, org-completing-read) | |
115 (org-refile-get-location, org-olpath-completing-read, org-todo) | |
116 (org-show-todo-tree, org-sparse-tree, org-make-tags-matcher) | |
117 (org-set-tags, org-change-tag-in-region, org-fast-tag-selection) | |
118 (org-set-property, org-delete-property) | |
119 (org-delete-property-globally): Use `org-ido-completing-read'. | |
120 | |
121 * org-remember.el (org-remember-apply-template): Use | |
122 `org-ido-completing-read'. | |
123 | |
124 * org-publish.el (org-publish): Use `org-ido-completing-read'. | |
125 | |
126 * org-colview.el (org-columns-edit-value, org-columns-new) | |
127 (org-insert-columns-dblock): Use `org-ido-completing-read'. | |
128 | |
129 * org-colview-xemacs.el (org-columns-edit-value) | |
130 (org-columns-new, org-insert-columns-dblock): Use | |
131 `org-ido-completing-read'. | |
132 | |
133 * org-attach.el (org-attach-delete-one, org-attach-open): Use | |
134 `org-ido-completing-read'. | |
135 | |
136 * org-agenda.el (org-todo-list, org-agenda-filter-by-tag): Use | |
137 `org-ido-completing-read'. | |
138 | |
139 * org.el (org-time-today): New function. | |
140 (org-matcher-time): Use `org-time-today'. Add special treatment | |
141 for "<tomorrow>" and "<yesterday>". | |
142 (org-ido-completing-read): New function. | |
143 (org-completion-use-ido): New option. | |
144 | |
145 * org-exp.el (org-export-format-source-code): Fix bug in require | |
146 htmlize code. | |
147 (org-export-target-internal-links): Fix bug in search for text | |
148 property. | |
149 | |
150 2008-11-23 Carsten Dominik <carsten.dominik@gmail.com> | |
151 | |
152 * org-export-latex.el (org-export-latex-subcontent): Interprete | |
153 target aliases as additonal labels. | |
154 | |
155 * org-exp.el (org-export-target-aliases): New variable. | |
156 (org-export-preprocess-string) | |
157 (org-export-handle-invisible-targets): Fill the alias alist. | |
158 (org-export-as-html): Remove the from the anchor, and also | |
159 assign an id. | |
160 (org-html-level-start): Insert the target aliases as additonal | |
161 anchors. | |
162 | |
163 * org.el (org-edit-fixed-width-region): Fix bug when starting a new | |
164 picture area. | |
165 | |
166 2008-11-23 Carsten Dominik <carsten.dominik@gmail.com> | |
167 | |
168 * org.el (org-open-at-mouse): Ensure correct link abbreviations | |
169 when following a link with the mouse from the agenda. | |
170 | |
171 * org-exp.el (org-export-as-html): Avoid lone </div> when no | |
172 headlines are created. | |
173 | |
174 2008-11-23 Carsten Dominik <carsten.dominik@gmail.com> | |
175 | |
176 * org.el (org-link-translation-function): New option. | |
177 (org-open-at-point): Call `org-link-translation-function' if | |
178 non-nil. | |
179 (org-translate-link): New function. | |
180 (org-translate-link-from-planner): New function. | |
181 (org-open-at-point): Allow interactive commands in elisp links. | |
182 | |
183 * org-exp.el (org-icalendar-cleanup-string): Restore the old | |
184 iCalendar quoting. The new one seems to caus problems with | |
185 applications. | |
186 | |
187 * org.el (org-yank): Set `this-command' to `yank', so that | |
188 `yank-pop' will work. | |
189 | |
190 2008-11-23 Carsten Dominik <carsten.dominik@gmail.com> | |
191 | |
192 * org-exp.el (org-icalendar-cleanup-string): Improve RFC2455 | |
193 compliance as far as quoting is concerned. | |
194 | |
195 * org.el (org-link-expand-abbrev): Implement %h as an escape for a | |
196 hexified version of the tag. | |
197 | |
198 * org-vm.el (org-vm-follow-link): Require `vm-search'. | |
199 | |
200 * org.el (org-up-heading-safe, org-forward-same-level): Always | |
201 call `org-back-to-heading' instead of `outline-back-to-heading'. | |
202 (org-back-to-heading): New wrapper around outline-back-to-heading, | |
203 with a useful error message telling where the error happened. | |
204 | |
205 * org-list.el (org-update-checkbox-count): Always call | |
206 `org-back-to-heading' instead of `outline-back-to-heading'. | |
207 | |
208 * org-exp.el (org-export-as-html): Make sure that each <img> tag | |
209 has an `alt' attribute, to ensure XHTML validation. | |
210 | |
211 2008-11-23 Carsten Dominik <carsten.dominik@gmail.com> | |
212 | |
213 * org-publish.el (org-publish-attachment): Allow publishing to | |
214 overwrite attachment files. | |
215 | |
216 * org-agenda.el (org-agenda-timerange-leaders): New option. | |
217 (org-agenda-get-blocks): Use `org-agenda-timerange-leaders'. | |
218 | |
219 * org.el (org-edit-src-exit): Untabify ASCII image before | |
220 returning. | |
221 | |
1 2008-11-19 Glenn Morris <rgm@gnu.org> | 222 2008-11-19 Glenn Morris <rgm@gnu.org> |
2 | 223 |
3 * org.el, org-mouse.el (org-agenda-change-all-lines): | 224 * org.el, org-mouse.el (org-agenda-change-all-lines): |
4 Fix declaration. | 225 Fix declaration. |
5 | 226 |