comparison lisp/org/ChangeLog @ 99500:f8c9a3cbd7b5

*** empty log message ***
author Carsten Dominik <dominik@science.uva.nl>
date Wed, 12 Nov 2008 07:58:27 +0000
parents 10117a174941
children f726e2602732
comparison
equal deleted inserted replaced
99499:ba33a322491d 99500:f8c9a3cbd7b5
1
2
3 2008-11-12 Carsten Dominik <carsten.dominik@gmail.com>
4
5 * org.el (org-yank): Make any prefix force normal yanking.
6 Suppress folding if text would be swallowed into a folded
7 subtree.
8 (org-yank-folded-subtrees, org-yank): Docstring updates.
9
10 * org-agenda.el (org-agenda-compare-effort): Treat no effort
11 defined as 0.
12
13 * org-exp.el (org-export-language-setup): Add Catalan and
14 Esperanto language entries.
15
16 2008-11-12 Carsten Dominik <carsten.dominik@gmail.com>
17
18 * org.el (org-refile): Allow refiling of entire regions.
19
20 * org-clock.el (org-clock-time%): New function.
21
22 * org.el (org-entry-get, org-entry-delete): Use safer regexps to
23 retrieve property values.
24
25 2008-11-12 Carsten Dominik <carsten.dominik@gmail.com>
26
27 * org-agenda.el (org-agenda-list): Handle the value `only' of
28 org-agenda-show-log'.
29 (org-agenda-log-mode): Interpret a double prefix arg.
30
31 2008-11-12 Carsten Dominik <carsten.dominik@gmail.com>
32
33 * org-exp.el (org-export-html-footnotes-section): New variable.
34 (org-export-as-html): Use `org-export-html-footnotes-section' to
35 insert the footnotes.
36 (org-export-language-setup): Add "Footnotes" to language words.
37
38 2008-11-12 Carsten Dominik <carsten.dominik@gmail.com>
39
40 * org.el (org-yank): Fix bug when not inserting a subtree.
41
42 2008-11-12 Carsten Dominik <carsten.dominik@gmail.com>
43
44 * org-vm.el (org-vm-follow-link): Call `vm-preview-current-message'
45 instead of `vm-beginning-of-message'.
46
47 * org.el (org-make-link-regexps): Make sure that links to gnus can
48 contain brackets.
49
50 2008-11-12 Carsten Dominik <carsten.dominik@gmail.com>
51
52 * org-attach.el (org-attach-dir): Remove duplicate ID creation
53 code.
54
55 * org-id.el (org-id-new): Use `org-trim' to extract the uuid from
56 shell output.
57
58 * org.el (org-link-abbrev-alist): Improve customization type.
59
60 * org-attach.el (org-attach-expand-link, org-attach-expand): New
61 functions.
62
63 * org-agenda.el (org-agenda-get-progress): Renamed from
64 `org-get-closed'. Implement searching for state changes as well.
65 (org-agenda-log-mode-items): New option.
66 (org-agenda-log-mode): New option prefix argument, interpreted as
67 request to show all possible progress info.
68 (org-agenda-get-day-entries): Call `org-get-progress' instead of
69 `org-get-closed'.
70 (org-agenda-set-mode-name): Handle the more complex log mode
71 settings.
72 (org-get-closed): New alias, pointing to `org-get-progress'.
73
74 2008-11-12 Carsten Dominik <dominik@science.uva.nl>
75
76 * org.el (org-file-apps-defaults-gnu)
77 (org-file-apps-defaults-macosx)
78 (org-file-apps-defaults-windowsnt): Add an entry defining the
79 system command.
80 (org-file-apps): Allow `system' as key and value.
81 (org-open-at-point): Explain the effect of a double prefix arg.
82 (org-open-file): If the argument `in-emacs' is (16),
83 i.e. corresponding to a double prefix argument, try to open the
84 file externally.
85
86 2008-11-12 Carsten Dominik <dominik@science.uva.nl>
87
88 * org.el (org-insert-link): Abbreviate absolute files names in
89 links. Also, fix a bug in which the double C-u prefix would not
90 be honored.
91
92 2008-11-12 Carsten Dominik <dominik@science.uva.nl>
93
94 * org.el (org-insert-heading): If buffer does not end with a
95 newline, add one if necessary to insert headline correctly.
96
97 * org-exp.el (org-export-as-html): Make sure that <hr/> is between
98 paragraphs, not inside.
99
100 * org.el (org-todo): Quote
101 `org-agenda-headline-snapshot-before-repeat'.
102
103 * org-exp.el (org-export-as-html): Fully process link descriptions.
104 (org-export-html-format-desc): New function.
105 (org-export-as-html): Collect footnotes into the correct basket.
106 (org-html-protect): No longer protect quotations marks here, this
107 goes wrong.
108
109 * org-agenda.el (org-agenda-remove-marked-text): Bind variable
110 BEG.
111
112 * org-compat.el (org-fit-window-to-buffer): New function (not
113 really, a preliminary and incomplete version was present earlier,
114 but not used).
115
116 * org.el (org-fast-todo-selection, org-fast-tag-selection): Use
117 `org-fit-window-to-buffer'.
118
119 * org-exp.el (org-export): Use `org-fit-window-to-buffer'.
120
121 * org-agenda.el (org-agenda-get-restriction-and-command)
122 (org-fit-agenda-window, org-agenda-convert-date): Use
123 `org-fit-window-to-buffer'.
124
125 * org-exp.el (org-export-as-html): Process href links through
126 `org-export-html-format-href'.
127 (org-export-html-format-href): New function.
128
129 * org-agenda.el (org-agenda-todo): Update only the current
130 headline if this is a repeated TODO, marked done for today.
131 (org-agenda-change-all-lines): New argument JUST-THIS, to change
132 only the current line.
133
134 * org.el (org-todo): Take a snapshot of the headline if the
135 repeater might change it.
136
137 2008-11-12 Carsten Dominik <dominik@science.uva.nl>
138
139 * org-publish.el (org-publish-find-title): Remove buffers visited
140 only for extracting the title.
141
142 * org-exp.el (org-export-html-style)
143 (org-export-html-style-default): Mark style definitions as
144 unparsed CDATA.
145
146 * org-publish.el (org-publish-validate-link): Function
147 re-introduced.
148
149 2008-11-12 Charles Sebold <csebold@gmail.com>
150
151 * org-plot.el (org-plot/add-options-to-plist): Supports timefmt
152 property.
153 (org-plot-quote-timestamp-field): New function.
154 (org-plot-quote-tsv-field): Call timestamp field function when
155 necessary rather than just quoting as a string.
156 (org-plot/gnuplot-to-data): Pass in timefmt property.
157 (org-plot/gnuplot-script): Supports timefmt property.
158 (org-plot/gnuplot): Checks for timestamp column before checking
159 for text index column.
160
161 2008-11-12 Carsten Dominik <dominik@science.uva.nl>
162
163 * org.el (org-insert-heading): Improve behavior with hidden subtrees.
164
165 * org-publish.el (org-publish-org-index): Create a section in the
166 index file.
167 (org-publish-org-index): Stop linking to directories.
168
169 * org.el (org-emphasis-alist): Use span instead of <u> to
170 underline text.
171
172 * org-exp.el (org-export-as-html): Make sure <p> is closed before
173 <pre> sections.
174
175 2008-11-12 Sebastian Rose <sebastian_rose@gmx.de>
176
177 * org-jsinfo.el (org-infojs-template): Remove language attribute
178 from script tag.
179
180 2008-11-12 Carsten Dominik <dominik@science.uva.nl>
181
182 * org-agenda.el (org-agenda-remove-marked-text): New function.
183 (org-agenda-mark-filtered-text)
184 (org-agenda-unmark-filtered-text): New functions.
185 (org-write-agenda): Remove fltered text.
186
187 * org.el (org-make-tags-matcher): Give access to TODO "property"
188 without speed penalty.
189
190 2008-11-12 Carsten Dominik <dominik@science.uva.nl>
191
192 * org.el (org-link-frame-setup): Add `org-gnus-no-new-news' as an
193 option.
194 (org-store-link-props): Make sure adding to the plist works
195 correctly.
196
197 * org-gnus.el (org-gnus-no-new-news): New function.
198 (org-gnus-follow-link): Allow the article ID to be a message-id,
199 in addition to allowing article numbers. Message IDs make much
200 more roubust links.
201 (org-gnus-store-link): Use message-id to create link.
202
203 2008-11-12 Carsten Dominik <dominik@science.uva.nl>
204
205 * org.el (org-emphasize): Reverse the selection array.
206 (org-emphasis-alist): Set <code> tags for the verbatim
207 environment.
208
209 * org-remember.el (org-remember-handler): Fix bug with
210 prefix-related changing of the note storage target.
211
212 * org-exp.el (org-print-icalendar-entries): Make the exported
213 priorities compatible with RFC 2445.
214
215 * org-clock.el (org-clock-save): Insert time stamp without
216 dependence on time-stamp.el.
217
218 2008-11-12 Carsten Dominik <dominik@science.uva.nl>
219
220 * org.el ("saveplace"): If saveplace puts point into an invisible
221 location, make it visible.
222 (org-make-tags-matcher): Allow inactive time stamps in time
223 comparisons.
224 (org-yank-adjusted-subtrees): New option.
225 (org-yank): Incorporate adjusting trees.
226 (org-paste-subtree): New argument FOR-YANK which will cause
227 insertion at point without backing up over white lines, and leave
228 point at the end of the inserted text. Also if the cursor is
229 at the beginning of a headline, use the same level or the inserted
230 tree.
231
232 * org-publish.el (org-publish-get-base-files-1): Deal correctly
233 with broken symlinks
234
235 2008-11-12 Carsten Dominik <dominik@science.uva.nl>
236
237 * org-exp.el (org-export-select-tags, org-get-current-options):
238 Fix typo.
239
1 2008-11-06 Glenn Morris <rgm@gnu.org> 240 2008-11-06 Glenn Morris <rgm@gnu.org>
2 241
3 * org-publish.el (org-publish-attachment): Use copy-file rather than 242 * org-publish.el (org-publish-attachment): Use copy-file rather than
4 eshell/cp. 243 eshell/cp.
5 244