(menu-bar-tools-menu): Read and send mail entries are not constants. (Bug#4913)
[bpt/emacs.git] / lisp / org / ChangeLog
CommitLineData
8bfe682a
CD
12009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
2
3 * org.el (org-clone-subtree-with-time-shift): Make it work at the
4 end of the buffer.
5
6 * org-mobile.el (org-mobile-write-checksums): Specify coding
7 system.
8 (org-mobile-timestamp-buffer): Keep local variable/mode line at
9 beginning of buffer.
10
11 * org-latex.el (org-latex-entities-regexp): Fix typo in regexp.
12
13 * org.el (org-block-todo-from-children-or-siblings-or-parent)
14 (org-block-todo-from-checkboxes): Do not block changes to a nil
15 TODO state.
16
172009-11-13 James TD Smith <ahktenzero@mohorovi.cc>
18
19 * org-habit.el (org-habit-parse-todo): Indicate which habit is
20 wrongly set up in the error messages.
21
22 * org-colview.el (org-columns-display-here): Don't try to
23 calculate values if the underlying property is not set.
24 (org-columns-string-to-number): Convert age strings back into
25 fractional days.
26 (org-agenda-colview-summarize): Handle extended summary types
27 properly.
28
29 * org-colview-xemacs.el (org-columns-display-here): Don't try to
30 calculate values if the underlying property is not set.
31 (org-columns-string-to-number): Convert age strings back into
32 fractional days.
33 (org-agenda-colview-summarize): Handle extended summary types
34 properly.
35
362009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
37
38 * org-exp.el (org-export-format-drawer-function): New variable.
39 (org-export-format-drawer): New function.
40 (org-export-preprocess-string): Pass the backend as a parameter to
41 `org-export-remove-or-extract-drawers'.
42 (org-export-remove-or-extract-drawers): New parameter BACKEND.
43
44 * org-protocol.el (org-protocol-char-to-string): New defsubst.
45
462009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
47
48 * org-agenda.el (org-agenda-diary-entry-in-org-file): Add error
49 message when no block is selected.
50
51 * org-latex.el (org-export-latex-links): Check for protectedness
52 in the last matched character, not after the match.
53
54 * org-datetree.el (org-datetree-find-date-create): Respect
55 restriction when KEEP-RESTRICTION is set.
56 (org-datetree-file-entry-under): New function.
57 (org-datetree-cleanup): New command.
58
592009-11-13 Dan Davison <davison@stats.ox.ac.uk>
60
61 * org-src.el (org-edit-src-code): New optional argument context
62 allows calling functions to avoid altering the saved window
63 configuration.
64 (org-edit-src-exit): Do not restore window configuration when this
65 function is used in the context of saving the edit buffer.
66
672009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
68
69 * org-clock.el (org-clock-out, org-clock-cancel): Revert to
70 instances to switching to with-current-buffer, because these seem
71 to cause problems - no idea why.
72
73 * org-agenda.el (org-agenda-add-entry-to-org-agenda-diary-file):
74 Require diary-lib for (diary-date-display-form).
75
762009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
77
78 * org.el (org-log-reschedule, org-log-redeadline): New options.
79 (org-log-note-headings): Add templates for rescheduling and
80 deadline changing.
81 (org-startup-options): Add in-buffer settings for logging changing
82 schedule and deadline time stamps.
83 (org-deadline, org-schedule): Check for existing date and arrange
84 for logging if the user requests it.
85 (org-add-log-note): Prepare proper note buffers for rescheduling
86 and deadline changes.
87
882009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
89
90 * org-agenda.el (org-agenda-diary-entry-in-org-file)
91 (org-agenda-add-entry-to-org-agenda-diary-file)
92 (org-agenda-insert-diary-make-new-entry): New functions.
93 (org-agenda-diary-entry): Call
94 `org-agenda-diary-entry-in-org-file' when appropriate.
95
96 * org.el (org-calendar-insert-diary-entry-key): New option.
97 (org-agenda-diary-file): New option.
98 ("calendar"): Install our insertion function in the calendar.
99
100 * org-remember.el (org-datetree): Require.
101 (org-remember-templates): Add new positioning option.
102 (org-remember-reference-date): New variable.
103 (org-remember-apply-template): Store the reference date in a local
104 variable.
105 (org-remember-handler): Implement date tree positioning of entries.
106
107 * org-datetree.el: New file.
108
109 * org-latex.el (org-export-latex-preprocess): Protect targets in
110 verbatim emphasis.
111
112 * org-html.el (org-export-as-html): Protect targets in verbatim
113 emphasis.
114
115 * org-docbook.el (org-export-as-docbook): Protect targets in
116 verbatim emphasis.
117
1182009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
119
120 * org-clock.el (org-show-notification): Handle messages that
121 contain a percent character.
122
123 * org-remember.el (org-remember-apply-template): Turn of partial
124 completion.
125
126 * org-mobile.el (org-mobile-before-process-capture-hook): New hook.
127 (org-mobile-pull): Run `org-mobile-before-process-capture-hook'.
128
129 * org.el (org-indent-mode): Define variable already in org.el.
130 (org-unfontify-region): Remove line-prefix and wrap-prefix
131 properties only if org-indent-mode is active.
132
1332009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
134
135 * org-icalendar.el (org-print-icalendar-entries): Save match data
136 around call to verify function.
137 (org-print-icalendar-entries): Add a call to the verification
138 function.
139
140 * org.el (org-speedbar-set-agenda-restriction): Remove unnecessary
141 save-restrivtion' form.
142
1432009-11-13 Dan Davison <davison@stats.ox.ac.uk>
144
145 * org-exp.el (org-export-format-source-code-or-example): restrict
146 scope of preserve-indentp to the let binding.
147 (org-src): require org-src, since org-src-preserve-indentation is used.
148
1492009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
150
151 * org-timer.el (org-timer-set-timer): Set variables
152 org-timer-timer[123] correctly.
153
154
155 * org-mobile.el (org-mobile-files-alist): Make it work when
156 `agenda-archives' is included in
157 `org-agenda-text-search-extra-files'.
158 (org-mobile-push): Restore agenda after mobile push.
159
1602009-11-13 John Wiegley <jwiegley@gmail.com>
161
162 * org-clock.el (org-resolve-clocks-if-idle): Another fix to the
163 way the amount of idle time is presented in the minibuffer.
164
1652009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
166
167 * org-icalendar.el (org-print-icalendar-entries): Use
168 org-icalendar-verify-function only if non-nil.
169
170 * org.el (org-refile): Refile to clock only if the prefix arg is
171 2.
172 (org-sparse-tree): Fix docstring to be in line with prompt.
173 (org-update-parent-todo-statistics): Call
174 `org-after-todo-statistics-hook' on each level.
175
1762009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
177
178 * org-remember.el (org-remember-apply-template): Make sure the
179 buffer exists.
180
1812009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
182
183 * org.el (org-tab-ind-state): New variable.
184 (org-cycle-level): New function.
185 (org-cycle-level-after-item/entry-creation): New option.
186 (org-flag-subtree): New function.
187 (org-hide-archived-subtrees): Call `org-flag-subtree'.
188 (org-set-effort): Indexed access.
189
190 * org-list.el (org-cycle-item-indentation): New function.
191
192 * org.el (org-refile): Make prefix argument 2 refile to current
193 clock.
194 (org-priority): Interpret action `remove' as call to remove the
195 priority cookie.
196
197 * org-remember.el (org-remember-apply-template): Don't depend on
198 buffer name being like file name.
199
2002009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
201
202 * org-clock.el (org-clock-play-sound): Expand file in
203 org-clock-sound, to allow ~ for home.
204
205 * org-remember.el (org-remember-handler): Set
206 text-before-node-creation even if this already looks like a node,
207 because the string might be needed on non-org-mode target files.
208
209 * org-agenda.el (org-agenda-open-link): Make this work in agenda
210 clocktables.
211 (org-agenda-switch-to): Follow a link at point if
212 org-return-follows-link' is set and there is nothing else to do in
213 this line.
214
2152009-11-13 James TD Smith <ahktenzero@mohorovi.cc>
216
217 * org-colview-xemacs.el: Add in changes from org-colview.el
218
2192009-11-13 Dan Davison <davison@stats.ox.ac.uk>
220
221 * org-exp-blocks.el: Modify split separator regexp to avoid empty
222 strings.
223
2242009-11-13 James TD Smith <ahktenzero@mohorovi.cc>
225
226 * org-colview.el (org-columns-new): Make this work with the new
227 operators.
228 (org-columns-store-format): Make this work with the new operators.
229
2302009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
231
232 * org-src.el (org-src-preserve-indentation): Document that this
233 variable is also used during export.
234
235 * org-exp.el (org-export-format-source-code-or-example): Preserve
236 indentation if a block has a -i option, or if
237 `org-src-preserve-indentation' is set.
238
239 * org-exp-blocks.el (org-export-blocks-preprocess): Preserve
240 indentation if a block has a -i option, or if
241 `org-src-preserve-indentation' is set.
242
2432009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
244
245 * org.el (org-mode-map): Define the new archiving keys.
246 (org-speed-commands-default): Define an archiving key in the speed
247 command map.
248 (org-org-menu): Improve the menu structure concerning archiving.
249
250 * org-archive.el (org-archive-subtree-default-with-confirmation):
251 New command.
252
253 * org-agenda.el (org-agenda-mode-map): Define the new archiving keys.
254 (org-agenda-menu): Add the new archiving commands to the menu.
255 (org-agenda-archive-default)
256 (org-agenda-archive-default-with-confirmation): New commands.
257 (org-agenda-archive, org-agenda-archive-to-archive-sibling): Just
258 call `org-agenda-archive-with'.
259 (org-agenda-archive-with): New function.
260
261 * org-table.el (org-table-convert-region): Inert spaces around "|"
262 to avoid line beginnings like "|-1" which will be mistaken as
263 hlines.
264
2652009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
266
267 * org.el (org-offer-links-in-entry): Return nil if there are no
268 links, t if a link has been selected.
269 (org-open-at-point): Open attachment directory when called in the
270 headline and there are no links in the entry body.
271 (org-speed-commands-default): Add "o" for open-at-point as a speed
272 command.
273
274 * org-attach.el (org-attach-reveal): Optional prefix arg
275 IF-EXISTS, which avoids creating the attachment directory if it
276 does not yet exist.
277
278 * org-agenda.el (org-agenda, org-run-agenda-series): Evaluate
279 MATCH.
280
2812009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
282
283 * org.el ("abbrev"): Work with abbrev tables only after they have
284 been loaded.
285
286 * org-list.el (org-list-send-list): Fix bug related to match
287 data.
288
289 * org-latex.el (org-export-latex-fontify): Apply verbatim
290 emphasis.
291 (org-export-latex-make-header): Insert \obeylines if line breaks
292 should be preserved.
293
294 * org-exp.el (org-export-protect-verbatim): Add an
295 `org-verbatim-emph' property to such text.
296
2972009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
298
299 * org-icalendar.el (org-icalendar-use-plain-timestamp): New option.
300 (org-print-icalendar-entries): Skip entries where the timestamp is
301 not a deadline and not scheduled, if the user requests that.
302
303 * org-latex.el (org-export-latex-quotation-marks): Allow a bracket
304 before an opening quote.
305
306 * org-archive.el (org-archive-subtree): Keep archive after
307 archiving something.
308
309 * org-id.el (org-id-update-id-locations): Add archive files if
310 that is required by `org-id-extra-files'.
311
3122009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
313
314 * org-src.el (org-src-window-setup): New option.
315 (org-src-switch-to-buffer): New function.
316 (org-edit-src-exit): Add optional argument CONTEXT and use it to
317 restore window configuration.
318 (org-edit-src-code, org-edit-src-continue, org-edit-src-exit):
319 Call `org-src-switch-to-buffer'.
320
321 * org.el (org-default-properties): Add STYLE property.
322 (org-files-list): Use the function call to get the files.
323 (org-additional-option-like-keywords): Add SETUPFILE to completion
324 list.
325
3262009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
327
328 * org-table.el (org-table-convert-region): Correctly interpret
329 quoting in csv import.
330
331 * org.el (org-icompleting-read): Make iswitchb completion work
332 with lists and tables.
333
334 * org-agenda.el (org-agenda-add-entry-text): Never add entry text
335 while pushing the mobile agenda.
336
3372009-11-13 John Wiegley <jwiegley@gmail.com>
338
339 * org-clock.el
340 (org-clock-auto-clock-resolution): Now takes three values: nil, t
341 and `when-no-clock-is-running'.
342 (org-clock-in): Use `org-clock-auto-clock-resolution' to determine
343 whether or not to resolve Org buffers on clock in.
344
3452009-11-13 James TD Smith <ahktenzero@mohorovi.cc>
346
347 * org-colview.el (org-format-time-period): Function to format
348 times in fractional days for display.
349 (org-columns-display-here): Add support for showing a calculated
350 value in place of the property.
351 (org-columns): Set `org-columns-time' to the current time so time
352 difference calculations will work.
353 (org-columns-time): Use to store the current time when column view
354 is displayed, so all time differences will use the same reference
355 point.
356 (org-columns-compile-map): There is now an extra position in each
357 entry specifying the function to use to calculate the displayed
358 value for the non-calculated properties in the column,
359 (org-columns-compute-all): Set `org-columns-time' to the current
360 time so time difference calculations will work.
361 (org-columns-compute): Handle column operators where the values
362 used are calculated from the underlying property.
363 (org-columns-number-to-string): Handle the 'age' column format
364 (org-columns-string-to-number): Correct the function name (was
365 org-column...). Add support for the 'age' column format.
366 (org-columns-compile-format): Support the additional parameter in
367 org-columns-compile-map.
368
3692009-11-13 Bastien Guerry <bzg@altern.org>
370
371 * org.el (org-mode-hook): Turn `org-mode-hook' into a customizable
372 variable.
373
3742009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
375
376 * org-clock.el (org-clock-has-been-used): New variable.
377 (org-clock-in): Set `org-clock-has-been-used'.
378 (org-clock-save): Save only if clock data has been used or created
379 during this session.
380
3812009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
382
383 * org-clock.el (org-clock-persist): New value, to store only the
384 clock history.
385 (org-clock-save): Don't save the clock if only the history should
386 be stored.
387 (org-clock-load): Turn off John Wiegley's auto resolving mechanism
388 when restoring a saved clock.
389
3902009-11-13 John Wiegley <jwiegley@gmail.com>
391
392 * org-clock.el (org-clock-display, org-clock-put-overlay): Use
393 `org-time-clock-use-fractional'.
394
395 * org.el (org-time-clocksum-use-fractional)
396 (org-time-clocksum-fractional-format): Two new customizable
397 variables which allow the user to select fractional times (1.25
398 instead of 1:25) in the `org-clock-display' report.
399
4002009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
401
402 * org-ascii.el (org-export-ascii-table-keep-all-vertical-lines):
403 New option.
404
405 * org.el (org-tag-alist): Fix customization type.
406
4072009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
408
409 * org-mobile.el (org-mobile-update-checksum-for-capture-file):
410 Make sure the regexp search can fail without throwing an error.
411 (org-mobile-apply): Save the inbox buffer after removing
412 successfully applied changes.
413
4142009-11-13 John Wiegley <jwiegley@gmail.com>
415
416 * org-clock.el (org-resolve-clocks-if-idle): Fix to the way idle
417 time is reported after the user comes back (but before they
418 resolve time).
419
420 * org.el (org-get-repeat): Change so that this function can be
421 called with either `org-scheduled-string' or
422 `org-deadline-string'.
423
424 * org-clock.el (org-clock-auto-clock-resolution): Renamed
425 `org-clock-disable-clock-resolution', since negatives don't sound
426 good in customization variables.
427 (org-clock-in): Don't use the auto-resolution logic if the user is
428 clocking into a different task while an active clock is running.
429 This then allows the default behavior of clocking out of the open
430 task and then into the new task.
431
432 * org.el (org-modules): Made this variable more consistent, since
433 it was referring to Org, OrgMode and Org-mode, whereas the docs
434 for the variable always refer to Org-mode.
435
4362009-11-13 James TD Smith <ahktenzero@mohorovi.cc>
437
438 * org.el (org-repeat-re): The changed org-repeat-re no longer
439 matched simple +2d type repeaters. Fix it so it does.
440
4412009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
442
443 * org-latex.el (org-export-latex-preprocess): Protect the vspace
444 macro in the VERSE environment.
445
4462009-11-13 John Wiegley <jwiegley@gmail.com>
447
448 * org-habit.el (org-habit-get-priority): A new function that
449 determines the relative priority of a habit, based on how long
450 past its scheduled date it is, and how near the deadline is.
451
452 * org-agenda.el (org-agenda-get-scheduled): Set habit priority
453 using `org-habit-get-priority'.
454
455 * org-habit.el (org-habit-build-graph): Start displaying colors
456 from the first scheduled date, if that date is earlier than the
457 first completion date.
458
459 * org-habit.el: Changed all "color" variables to faces, and made
460 them appropriate for light and dark backgrounds.
461
462 * org-habit.el (org-habit-duration-to-days): Made this function
463 more general.
464 (org-habit-parse-todo): Parse the new ".+N/N" style repeater.
465
466 * org-agenda.el (org-agenda-get-deadlines): Removed all mention of
467 habits, since they don't use DEADLINE anymore.
468
469 * org.el (org-repeat-re, org-display-custom-time)
470 (org-timestamp-change): Extended to support the new ".+N/N"
471 syntax, used for habits.
472
473 * org-clock.el (org-clock-resolve-clock): Fixed an incorrect
474 variable reference.
475
476 * org-agenda.el (org-agenda-set-mode-name): Show Habit in the
477 modeline when habits are being displayed (if that module is being
478 loaded).
479
4802009-11-13 James TD Smith <ahktenzero@mohorovi.cc>
481
482 * org-clock.el (org-x11-idle-seconds): Add a method to get the X11
483 idle time using the xscreensaver extension.
484 (org-user-idle-seconds): Use X11 idle time if available.
485
4862009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
487
488 * org-agenda.el (org-agenda-next-line): New command.
489 (org-agenda-previous-line): New commands.
490 (org-agenda-show-and-scroll-up, org-agenda-show-scroll-down): New
491 commands.
492 (org-agenda-follow-mode): Do the follow immediately if the mode is
493 turned on here.
494 (previous-line, next-line): Replace keys with the corresponding
495 org functions.
496 (org-agenda-mode-map): Bind backspace and delete to the scrolling
497 command.
498
499 * org.el (org-icompleting-read): Turn off partial completion mode
500 for the duration of this completion round.
501
502 * org-latex.el (org-export-latex-fontify-headline): Protect TeX
503 macros in author lines and similar stuff.
504
505 * org.el (org-file-tags): Fix docstring.
506 (org-get-buffer-tags): Add the #+FILETAGS tags.
507 ("ecb"): Maks ecb show context after jumping into an Org file.
508
5092009-11-13 John Wiegley <johnw@newartisans.com>
510
511 * org-agenda.el (org-finalize-agenda): Draw habit consistency
512 graphs after everything else in the buffer has been setup.
513
5142009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
515
516 * org-mobile.el (org-mobile-apply): Count success and failure.
517
518 * org.el (org-indent-line-function): Fix regexp replace problem.
519
5202009-11-13 John Wiegley <johnw@newartisans.com>
521
522 * org-clock.el (org-clock-disable-clock-resolution): New
523 customization variable that disable automatic clock resolution on
524 clock in.
525 (org-clock-in): If `org-clock-disable-clock-resolution' is set, do
526 not automatically resolve anything. This is does not affect
527 idle-time resolution, however, if `org-clock-idle-time' is set.
528
5292009-11-13 John Wiegley <johnw@newartisans.com>
530
531 * org-habit.el: New file, which implements code to build a "habit
532 consistency graph".
533
534 * org-agenda.el (org-agenda-get-deadlines)
535 (org-agenda-get-scheduled): Display consistency graphs when
536 outputting habits into the agenda. The graphs are always relative
537 to the current time.
538 (org-format-agenda-item): Added new parameter `habitp', which
539 indicates whether we are formatting a habit or not. Do not
540 display "extra" leading information if habitp is true.
541
542 * org.el (org-repeat-re): Improved regexp to include .+ and ++
543 leaders for repeat strings.
544 (org-get-repeat): Now takes a string parameter `tagline', so the
545 caller can obtain the SCHEDULED repeat, or the DEADLINE repeat.
546
5472009-11-13 John Wiegley <johnw@newartisans.com>
548
549 * org-agenda.el (org-agenda-auto-exclude-function): New
550 customization variable for allowing the user to create an "auto
551 exclusion" filter for doing context-aware auto tag filtering.
552 (org-agenda-filter-by-tag): Changes to support the use of
553 `org-agenda-auto-exclude-function'. See the new manual addition,.
554
5552009-11-13 John Wiegley <johnw@newartisans.com>
556
557 * org.el (org-files-list): Don't attempt to return a file name for
558 Org buffers which have no associated file.
559
560 * org-agenda.el (org-agenda-do-action): Fixed a typo.
561
5622009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
563
564 * org-mobile.el (org-mobile-locate-entry): Interpret files
565 relative to org-directory.
566 (org-mobile-inbox-for-pull): Document the best location for this
567 file.
568 (org-mobile-check-setup): Verify `org-directory'.
569 (org-mobile-create-index-file): Sort the files to be listed in
570 index.org.
571
5722009-11-13 James TD Smith <ahktenzero@mohorovi.cc>
573
574 * org.el (org-fast-tag-selection): Add a way to display a
575 description for a tag group. This is done by adding a string to
576 either the startgroup or endgroup cell.
577
5782009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
579
580 * org-clock.el (org-clock-resolve, org-resolve-clocks)
581 (org-emacs-idle-seconds): Use `org-float-time' instead of
582 `time-to-seconds'
583
5842009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
585
586 * org-agenda.el (org-agenda-sorting-strategy): Fix customization
587 type.
588
589 * org.el (org-pre-cycle-hook): Document that `empty' can also be
590 the value of ARG when doing local cycling.
591
5922009-11-13 John Wiegley <johnw@newartisans.com>
593
594 * org-clock.el (org-clock-resolve-clock): If keeping or
595 subtracting time results in a clock out at a time in the past, and
596 if the resolution occurred due to idleness or invoking `M-x
597 org-resolve-clocks', remember that past moment in time. On the
598 next clock in, the user will be prompted to see if they want to
599 back-date their new clock to then.
600 (org-clock-resolve): Do not jump the user to the location of a
601 dangling clock if the resolution is occuring due to an idle
602 timeout. In that case there is typically only one dangling clock,
603 the active one, and there is no value gained by shuffling their
604 windows around to show it to them. Being prompted to resolve an
605 idle clock should be as inobtrusive as possible.
606 (org-resolve-clocks-if-idle): New function that resolves only the
607 currently active clock if the user has exceeded the time returned
608 by `org-user-idle-seconds', based on the value of
609 `org-clock-idle-time'.
610 (org-clock-in): If, after resolving clocks,
611 (org-clock-out): Cancel the `org-clock-idle-timer' on clock out.
612
613 * org-clock.el (org-clock-resolve-clock): New function that
614 resolves a clock to a specific time, closing or resuming as need
615 be, and possibly even starting a new clock.
616 (org-clock-resolve): New function used by `org-resolve-clocks'
617 that sets up for the call to `org-clock-resolve-clock'. It
618 determines the time to resolve to based on a single-character
619 selection from the user to either keep time, subtract away time or
620 cancel the clock.
621 (org-resolve-clocks): New user command which resolves dangling
622 clocks -- that is, open but not active -- anywhere in the file
623 list returned by `org-files-list'.
624 (org-clock-in): Automatically resolve dangling clocks whenever a
625 user clocks in.
626 (org-clock-cancel): If the user cancels the solely clock in a
627 LOGBOOK, remove the empty drawer.
628
629 * org-clock.el (org-clock-idle-time): New user customizable option
630 for detecting whether the user has left a clock idle. Note: it is
631 only used in this commit to test whether it's worthwhile to check
632 OS X to get the Mac user's current idle time. If the Emacs idle
633 time is less than the value, the user hasn't been away long enough
634 to be worth checking (a more expensive test than just getting
635 Emacs idle time).
636 (org-user-idle-seconds, org-mac-idle-seconds)
637 (org-emacs-idle-seconds): This three functions, in conjunction
638 with the user customization variable `org-clock-idle-time', return
639 the number of seconds (as a floating point) that the user has been
640 away from their Emacs (or, if running on OS X, their computer).
641
642 * org-clock.el (org-find-open-clocks): New function that returns a
643 list of all open clocks in the given FILE. Note that each clock
644 it returns is a cons cell of the format (MARKER . START-TIME).
645 This "clock" value is used by several of the new clock module
646 utility functions.
647 (org-is-active-clock): New inline function which tests whether the
648 given clock value is the same as the currently active clock.
649 Returns non-nil if this is the case.
650 (org-with-clock-position): New macro that evaluates FORMS with
651 point in the buffer and at the position of the given clock.
652 Changes to the current clock are global.
653 (org-with-clock): New macro that evaluates FORMS with point in the
654 buffer and at the position of the given clock. However, changes
655 to the current clock are local and have no effect on the user's
656 active clock. This allows, for example, far any clock to be
657 cancelled without cancelling the active clock.
658 (org-clock-clock-in): New inline function that switches the active
659 clock to the given clock. If either the argument RESUME, or the
660 global `org-clock-in-resume', are non-nil, it will resume a clock
661 that was previously left open.
662 (org-clock-clock-out): New inline function that clocks out the
663 given clock value without affecting the currently active clock.
664 (org-clock-clock-cancel): New inline function that cancels the
665 given clock value without affecting the currently active clock.
666
667 * org-clock.el (org-clock-in): Before creating
668 `org-clock-mode-line-timer', check to make sure an older timer is
669 not currently running.
670 (org-clock-out): Accept new third parameter `at-time', which
671 permits a clock to be clocked out at a specific time. Note that
672 no attempt is made to verify that the clock out time is later than
673 the clock in time.
674
675 * org.el (org-files-list): New utility function for returning a
676 list of all open org-mode buffers, plus all files used to build
677 the agenda buffer. Note that not all the files will necessarily
678 be visited by a buffer at time of call.
679 (org-entry-beginning-position): Like the function
680 `line-beginning-position', this inline function returns the
681 beginning position of the current heading/entry.
682 (org-entry-end-position): Like the function `line-end-position',
683 this inline function returns the end position of the current
684 heading/entry.
685
6862009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
687
688 * org-agenda.el (org-agenda-list): Mark the all-todo items line as
689 a header line.
690
6912009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
692
693 * org-exp.el (org-inlinetask-remove-END-maybe): Declare function.
694
6952009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
696
697 * org-agenda.el (org-agenda-filter-make-matcher): Allow to filter
698 entries that have no tags.
699 (org-agenda-search-view): New customize group.
700 (org-agenda-search-view-search-words-only): New option.
701 (org-search-view): Implement substring search.
702
7032009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
704
705 * org.el (org-outline-level): Add doc string.
706
7072009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
708
709 * org-inlinetask.el (org-inlinetask-export): Re-introduce
710 variable.
711 (org-inlinetask-export-handler): Only export inline task if the
712 user option calls for it.
713
7142009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
715
716 * org-exp.el (org-export-handle-export-tags): Remove inlinetask
717 END if present.
718
7192009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
720
721 * org-latex.el (org-export-latex-tables): Don't format in
722 protected regions.
723
7242009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
725
726 * org-src.el (org-edit-src-code)
727 (org-edit-src-find-region-and-lang, org-edit-src-exit): Handle
728 macro editing.
729
730 * org-agenda.el (org-prefix-category-max-length): New variable.
731 (org-format-agenda-item): Use `org-prefix-category-max-length'.
732 (org-compile-prefix-format): Set `org-prefix-category-max-length'.
733
7342009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
735
736 * org-mobile.el (org-mobile-create-index-file): Improve the
737 listing of tags and todo keywords.
738
739 * org-latex.el (org-export-latex-format-image): New function.
740 (org-export-latex-links): Use `org-export-latex-format-image'.
741
7422009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
743
744 * org-inlinetask.el (org-inlinetask-get-current-indentation)
745 (org-inlinetask-remove-terminator): New functions.
746 (org-inlinetask-export-handler): Terminate the description list.
747
748 * org-exp.el (org-export-select-backend-specific-text): Remove the
749 region markers.
750
751 * org-inlinetask.el (org-inlinetask-export-handler): fix bug for
752 tasks without content.
753
754 * org-clock.el: Make sure the clock-in target position does not
755 move to a different node by widening the buffer.
756
757 * org-html.el (org-export-html-format-image): Wrap image into
758 figure div only when there is a caption.
759
760 * org-archive.el (org-archive-mark-done): Change default value to
761 nil.
762
7632009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
764
765 * org.el (org-context): Call `bobp', not `eobp'.
766
767 * org-clock.el (org-clock-cancel): Remove quotes from marker
768 variables.
769
770 * org.el (org-read-date-prefer-future): New allowed value `time'.
771 (org-read-date-analyze): Shift day to tomorrow depending on time
772 entered and value of `org-read-date-prefer-future'.
773
81ad75af
SM
7742009-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
775
776 * org.el (org-version, org-get-refile-targets, org-refile)
777 (org-store-log-note, org-diary-to-ical-string)
778 (org-speedbar-set-agenda-restriction):
779 * org-publish.el (org-publish-find-title):
780 * org-plot.el (org-plot/gnuplot):
781 * org-mouse.el (org-mouse-do-remotely):
782 * org-mobile.el (org-mobile-move-capture):
783 * org-mac-message.el (org-mac-message-insert-flagged):
784 * org-latex.el (org-replace-region-by-latex):
785 * org-docbook.el (org-replace-region-by-docbook):
786 * org-clock.el (org-clock-out, org-clock-cancel):
787 * org-bibtex.el (org-execute-file-search-in-bibtex):
788 Use with-current-buffer.
789
04e65fdb
JB
7902009-10-04 Juanma Barranquero <lekktu@gmail.com>
791
792 * org.el (org-directory, org-map-entries):
793 * org-clock.el (org-clock-get-clocked-time): Fix typos in docstrings.
794
8d642074
CD
7952009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
796
797 * org.el (org-set-tags-to): New command.
798
799 * org-latex.el (org-export-latex-set-initial-vars): Also check in
800 the plist.
801
802 * org.el (org-additional-option-like-keywords): Add LATEX_CLASS
803 keyword.
804
805 * org-exp.el (org-infile-export-plist): Add LATEX_CLASS keyword.
806
8072009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
808
809 * org-inlinetask.el (org-inlinetask-export): Option removed.
810 (org-inlinetask-export-handler): Better export.
811
812 * org-xoxo.el (org-export-xoxo-final-hook): New hook.
813 (org-export-as-xoxo): Run the new hook.
814
815 * org-html.el (org-export-html-final-hook): New hook.
816 (org-export-as-html): Run the new hook.
817
818 * org-docbook.el (org-export-docbook-final-hook): New hook.
819 (org-export-as-docbook): Run the new hook.
820
821 * org-ascii.el (org-export-ascii-final-hook): New hook.
822 (org-export-as-ascii): Run the new hook.
823
824 * org-latex.el (org-export-latex-treat-sub-super-char): Allow a
825 space character as the character before the ^/_.
826 (org-export-latex-final-hook): New hook.
827 (org-export-as-latex): Run `org-export-latex-final-hook'.
828
8292009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
830
831 * org-macs.el (org-if-unprotected-at): Fix docstring.
832
833 * org-agenda.el (org-agenda-change-all-lines): Handle invisible
834 text in the prefix (if category is a link).
835
836 * org-latex.el (org-export-latex-preprocess): Deal properly with
837 empty lines in verse environments.
838
839 * org.el (org-format-latex-header): Inline fullpage.sty.
840
841 * org-footnote.el (org-footnote-create-definition): Reveal context
842 to add a new footnote definition.
843
844 * org.el (org-ctrl-c-ctrl-c): Pass prefix arg to
845 org-table-recalculate when cursor is in TBLFM line.
846
847 * org-list.el (org-renumber-ordered-list): Fix cursor position
848 when bullet length has changed.
849
8502009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
851
852 * org.el (org-format-latex): Mention `org-format-latex-options' in
853 the docstring.
854
8552009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
856
857 * org.el (org-agenda-get): New function.
858
859 * org-agenda.el (org-agenda-post-command-hook): No longer move
860 point away from end of line.
861 (org-agenda-add-entry-text, org-agenda-collect-markers)
862 (org-finalize-agenda, org-agenda-mark-clocking-task)
863 (org-agenda-dim-blocked-tasks, org-agenda-entry-text-show-here)
864 (org-agenda-entry-text-show, org-agenda-highlight-todo)
865 (org-agenda-compare-effort, org-agenda-filter-apply)
866 (org-agenda-later, org-agenda-change-time-span)
867 (org-agenda-post-command-hook, org-agenda-show-priority)
868 (org-agenda-show-tags, org-agenda-goto, org-agenda-kill)
869 (org-agenda-archive, org-agenda-archive-to-archive-sibling)
870 (org-remove-subtree-entries-from-agenda, org-agenda-refile)
871 (org-agenda-open-link, org-agenda-copy-local-variable)
872 (org-agenda-switch-to, org-agenda-check-no-diary)
873 (org-agenda-tree-to-indirect-buffer, org-agenda-todo)
874 (org-agenda-add-note, org-agenda-change-all-lines)
875 (org-agenda-priority, org-agenda-set-tags)
876 (org-agenda-set-property, org-agenda-set-effort)
877 (org-agenda-toggle-archive-tag, org-agenda-date-later)
878 (org-agenda-show-new-time, org-agenda-date-prompt)
879 (org-agenda-schedule, org-agenda-deadline, org-agenda-action)
880 (org-agenda-clock-in, org-agenda-bulk-mark)
881 (org-agenda-bulk-unmark, org-agenda-show-the-flagging-note): Use
882 `org-get-at-bol'.
883
884 * org-colview.el (org-columns-display-here)
885 (org-columns-edit-allowed, org-agenda-columns): Use
886 `org-get-at-bol'.
887
8882009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
889
890 * org.el (org-special-ctrl-a/e): Improve documentation and
891 customize type.
892 (org-end-of-line): Don't jump to after the ellipsis.
893 (org-mode-map): Bind <home> and <end> as well.
894
8952009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
896
897 * org.el (org-fontify-meta-lines-and-blocks): Treat lines with a
898 space after #+ as comments.
899 (org-open-at-point): Run `org-follow-link-hook' always.
900
901 * org-latex.el (org-export-latex-emph-format): Use better commands
902 to insert special characters in verbatim snippets.
903
9042009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
905
906 * org-faces.el (org-copy-face): New function. Use it to create
907 various faces formerly created by using `copy-face'.
908
909 * org-agenda.el (org-prepare-agenda): Don't officially mark this
910 window dedicated.
911 (org-agenda-quit): Kill the frame containing the agenda window if
912 that frame was created for the agenda.
913
9142009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
915
916 * org-agenda.el (org-agenda-date-prompt): Mark the changed time
917 stamp in the agenda.
918
9192009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
920
921 * org-agenda.el (org-prepare-agenda): Reset
922 `org-drawers-for-agenda'.
923 (org-prepare-agenda): Uniquify list of drawers.
924
925 * org.el (org-complex-heading-regexp-format): New variable.
926 (org-set-regexps-and-options): Define
927 `org-complex-heading-regexp-format'.
928 (org-drawers-for-agenda): New variable.
929 (org-map-entries): Bind `org-drawers-for-agenda'.
930 (org-prepare-agenda-buffers): Add to `org-drawers-for-agenda'.
931
932 * org-remember.el (org-go-to-remember-target)
933 (org-remember-handler): Use `org-complex-heading-regexp-format'.
934
9352009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
936
937 * org-agenda.el (org-agenda-highlight-todo): Fix text property
938 problem.
939
940 * org.el (org-on-heading-p, org-at-heading-p): Make sure these are
941 always with `invisible-ok'.
942 (org-store-link): No error when there is nothing to link to in the
943 agenda.
944
945 * org-list.el (org-update-checkbox-count): Insert changed cookie
946 before the old, to avoid problems with invisibility at the end of
947 the line.
948 (org-update-checkbox-count): Insert changed cookie before the old,
949 to avoid problems with invisibility at the end of the line.
950
951 * org.el (org-sort-entries-or-items): Include the final newline.
952 (org-fontify-meta-lines-and-blocks): Add indented dynamic block
953 lines for fontification.
954 (org-dblock-start-re, org-dblock-end-re): Allow indentation.
955 (org-prepare-dblock): Store the current indentation of the BEGIN
956 line.
957 (org-update-dblock): Apply the indentation of the begin line to
958 the rest of the block.
959 (org-ctrl-c-ctrl-c): Also find indented dblock lines.
960 (org-startup-folded): New allowed value `showeverything'.
961 (org-startup-options): Add STARTUP keyword `showeverything'.
962 (org-set-startup-visibility): Respect value `showeverything' in
963 org-startup-folded.
964
9652009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
966
967 * org.el (org-closest-date): Fix issue with past preference.
968
969 * org-archive.el (org-archive-set-tag)
970 (org-archive-subtree-default): New commands.
971
972 * org-clock.el (org-clock-clocktable-default-properties): New
973 option.
974 (org-clock-report): Use
975 `org-clock-clocktable-default-properties'.
976
9772009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
978
979 * org.el (org-iswitchb-completing-read): Fix typo.
980
981 * org-crypt.el: New file.
982
983 * org.el: Add an entry for org-crypt.
984
9852009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
986
987 * org-agenda.el (org-agenda-menu): Reorganize the menu for more
988 consistency.
989 (org-batch-store-agenda-views): New function.
990 (org-agenda-title-append): Define variable.
991 (org-write-agenda): New export to Org files.
992 (org-agenda-get-some-entry-text): New arguments INDENT and KEEP.
993 (org-agenda): Allow to keep the restricted file list if a special
994 variable is bound to t.
995 (org-agenda): Define a special agenda view for working on flagged
996 entries.
997 (org-agenda-get-restriction-and-command): List the new agenda
998 view.
999 (org-agenda-show-the-flagging-note): New command.
1000 (org-agenda-mode-map): New key `?' for looking at the flagging
1001 note.
1002
1003 * org.el (org-autoload): Autoload org-mobile.el.
1004 (org-org-menu): Add menu commands for MobileOrg in the Org menu.
1005
1006 * org-mobile.el: New file.
1007
1008 * org-id.el (org-id-get): Fix bug with forcing ID on an item.
1009
10102009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
1011
1012 * org-table.el (orgtbl-line-start-regexp): Match also TBLNAME
1013 statements.
1014 (org-table-get-remote-range): Match indented #+TBLNAME
1015 statements.
1016
1017 * org.el (org-convert-to-odd-levels)
1018 (org-convert-to-oddeven-levels): Work also correctly if the file
1019 is in outline-mode.
1020
10212009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
1022
1023 * org.el (org-store-link): When in agenda buffer, link to
1024 referenced entry.
1025 (org-add-planning-info): Remove spaces at eol.
1026
1027 * org-macs.el (org-with-point-at): Add a `lisp-indent-function'
1028 property.
1029
10302009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
1031
1032 * org-latex.el (org-export-latex-first-lines): Fix problem with
1033 LaTeX export of first line and selected subtree.
1034
1035 * org.el (org-shifttab): Interpret arg differently when using only
1036 odd levels.
1037
10382009-10-01 Bastien Guerry <bzg@altern.org>
1039
1040 * org.el (org-check-agenda-file): Use a more explicit message
1041
10422009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
1043
1044 * org-exp.el (org-export-remove-special-table-lines): Don't remove
1045 normal lines.
1046
10472009-10-01 Bastien Guerry <bzg@altern.org>
1048
1049 * org.el (org-offer-links-in-entry): Don't use "Select link" as a
1050 prompt in the temporary window.
1051
1052 * org-agenda.el (org-agenda-bulk-mark): Use a slightly soberer
1053 prefix for marked entries in the agenda view.
1054
10552009-10-01 Andreas Burtzlaff <andy13@gmx.net> (tiny change)
1056
1057 * org.el (outline-end-of-subtree): Bugfix: advise this function in
1058 a way that prevents any trailing character from being displayed.
1059
10602009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
1061
1062 * org-agenda.el (org-agenda-menu): Fix bugs in the bulk action
1063 menu.
1064
1065 * org-exp.el (org-export-remove-special-table-lines): Remove bad
1066 slow regexp match.
1067
10682009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
1069
1070 * org-latex.el (org-export-latex-preprocess): Do not protect in
1071 the LaTeX header.
1072
1073 * org-src.el (org-edit-src-save): Save window setup while saving.
1074 (org-edit-src-code): Use new buffer name construction scheme.
1075
10762009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
1077
1078 * org-agenda.el (org-agenda-entry-text-exclude-regexps): New
1079 variable.
1080 (org-agenda-entry-text-cleanup-hook): New hook.
1081 (org-agenda-get-some-entry-text): Remove matches of
1082 `org-agenda-entry-text-exclude-regexps' and run the hook
1083 `org-agenda-entry-text-cleanup-hook'.
1084
1085 * org.el (org-offer-links-in-entry): New argument ZERO to
1086 implement a link with index zero.
1087 (org-cycle-show-empty-lines): Not keep empty line under header
1088 hidden.
1089 (org-iswitchb-completing-read): Bind `switchb-use-virtual-buffers'
1090 to nil for special completion.
1091 (org-store-link): Don't error before the first heading.
1092
1093 * org-agenda.el (org-agenda-open-link): Pass the prefix to
1094 `org-offer-links-in-entry'.
1095
10962009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
1097
1098 * org-agenda.el (org-agenda-quit): Provide the window argument for
1099 `window-dedicated-p', Emacs 22 needs it.
1100 (org-format-agenda-item): If the category is a link, arrange for
1101 invisible text to replaced with spaces.
1102 (org-compile-prefix-format): Add the extra space.
1103 (org-prefix-category-length): New variable.
1104
1105 * org-exp.el (org-export-cleanup-toc-line): Remove footnote
1106 references from TOC lines.
1107
1108 * org.el (org-selected-window): New variable.
1109
1110 * org-table.el (org-table-edit-formulas): Remember the selected
1111 window.
1112 (org-table-fedit-finish, org-table-fedit-abort): Select the window
1113 that was originally selected.
1114
1115 * org-exp.el (org-export-preprocess-apply-macros): Scan the
1116 expansion of a macro for more macro definitions.
1117
1118 * org-agenda.el (org-agenda-dim-blocked-tasks): Make sure the
1119 invisibility overlay starts on the newline.
1120
b15c31c7
GM
11212009-10-01 Glenn Morris <rgm@gnu.org>
1122
1123 * org-agenda.el (calendar-check-holidays):
1124 * org-exp.el (org-agenda-skip):
1125 * org-list.el (outline-back-to-heading):
1126 * org-wl.el (wl-summary-goto-folder-subr):
1127 * org.el (iswitchb-mode, remember, remember-buffer-desc)
1128 (remember-finalize, remember-save-after-remembering, remember-register)
1129 (remember-buffer, remember-handler-functions)
1130 (remember-annotation-functions): Remove unused declarations.
1131
1132 * org.el (iswitchb-read-buffer): Fix declaration.
1133
9d459fc5
GM
11342009-09-30 Glenn Morris <rgm@gnu.org>
1135
1136 * org-compat.el (w32-focus-frame):
1137 * org-exp-blocks.el (R):
1138 * org-exp.el (htmlize-buffer):
1139 * org-protocol.el (server-edit):
1140 * org-table.el (org-format-org-table-html):
1141 * org.el (org-indent-mode): Fix declarations.
1142
1143 * org-colview.el (org-columns-uncompile-format): Avoid assignment to
1144 free variable `fun'.
1145
baf0cb84
JB
11462009-09-29 Juanma Barranquero <lekktu@gmail.com>
1147
1148 * org-agenda.el (org-agenda-restore-windows-after-quit):
1149 Fix typo in docstring.
1150
f924a367
JB
11512009-09-23 Juanma Barranquero <lekktu@gmail.com>
1152
1153 * org.el (org-tree-to-indirect-buffer, org-convert-to-oddeven-levels)
1154 (org-shiftselect-error, org-ctrl-c-ctrl-c):
1155 * org-agenda.el (org-agenda-undo, org-check-for-org-mode):
1156 * org-attach.el (org-attach-check-absolute-path):
1157 * org-docbook.el (org-export-as-docbook):
1158 * org-html.el (org-export-as-html):
1159 * org-id.el (org-id-update-id-locations):
1160 * org-table.el (org-table-fedit-lisp-indent, orgtbl-send-table):
1161 Fix typos in error messages.
1162
52e5311b
SM
11632009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
1164
1165 * org-ascii.el: Require CL for the `loop' macro.
1166
fc226b2f
CD
11672009-09-05 Carsten Dominik <dominik@u016822.science.uva.nl>
1168
1169 * org-gnus.el (require): Wrap (require gnus-sum) into
8bdd66dc 1170 eval-when-compile.
fc226b2f 1171
94db5327
CD
11722009-09-03 Carsten Dominik <dominik@u016822.science.uva.nl>
1173
53e31a31
CD
1174 * org-protocol.el (org-protocol-store-link)
1175 (org-protocol-remember, org-protocol-open-source): Remove autoload
1176 cookies again.
1177
40ba71a5
CD
1178 * org-agenda.el (org-agenda-dim-blocked-tasks): Make sure we are
1179 referencing the start of the line.
1180
94db5327
CD
1181 * org-gnus.el: Remove unnecessary declare-function forms.
1182 (gnus-sum): Always require gnus-sum.
1183
54a0dee5
CD
11842009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
1185
1186 * org-protocol.el (org-protocol-store-link)
1187 (org-protocol-remember, org-protocol-open-source): Add autoloads.
1188
1189 * org-compat.el (org-float-time): New function.
1190
1191 * org.el (org-clock-update-time-maybe)
1192 (org-sort-entries-or-items, org-do-sort)
1193 (org-evaluate-time-range, org-time-string-to-seconds)
1194 (org-closed-in-range): Use `org-float-time'.
1195
1196 * org-timer.el (org-timer-start, org-timer-pause-or-continue)
8bdd66dc 1197 (org-timer-seconds): Use `org-float-time'.
54a0dee5
CD
1198
1199 * org-clock.el (org-clock-get-clocked-time, org-clock-out)
1200 (org-clock-sum, org-dblock-write:clocktable)
8bdd66dc 1201 (org-clocktable-steps): Use `org-float-time'.
54a0dee5
CD
1202
1203 * org-agenda.el (org-agenda-last-marker-time)
8bdd66dc 1204 (org-agenda-new-marker, org-diary): Use `org-float-time'.
54a0dee5
CD
1205
1206 * org-compat.el (w32-focus-frame): Declare the w32-focus-frame
1207 function.
1208
1209 * org-exp.el (org-get-file-contents): Only protect lines that
1210 really need it.
1211
1212 * org-html.el (require): Require cl for compilation.
1213
8bdd66dc 1214 * org.el: Avoid using `default-major-mode'.
54a0dee5
CD
1215
1216 * org-plot.el (require): Require CL only at compile time.
1217
1218 * org-exp.el (require): Require CL only at compile time.
1219
1220 * org-agenda.el (org-agenda-quit): When the agenda window is
1221 dedicated, remove other windows before exiting, so that the frame
1222 really will be killed.
1223
1224 * org-exp.el (org-export-handle-include-files): Reset START and
1225 END for each loop cycle.
1226
12272009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
1228
1229 * org.el (org-eval-in-calendar): Use
1230 `org-select-frame-set-input-focus'.
1231
1232 * org-compat.el (org-select-frame-set-input-focus): New function.
1233
1234 * org.el (org-update-statistics-cookies): New function.
1235 (org-mode-map): Bind `C-c #' to `org-update-statistics-cookies'.
1236
12372009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
1238
1239 * org-src.el (org-edit-fixed-width-region): Set org-src-mode only
1240 after the local variables are set.
1241
1242 * org-latex.el (org-export-latex-protect-amp): New function.
1243 (org-export-latex-links): Protect link ampersands in tables.
1244
1245 * org-exp.el (org-export-select-backend-specific-text): Match in
1246 two steps, to avoid regexp problems.
1247
1248 * org.el (org-offer-links-in-entry): Improve working with many and
1249 duplicate links.
1250
1251 * org-agenda.el (org-agenda-show-1): Make more consistent with
1252 normal cycling.
1253 (org-agenda-cycle-show): Make more consistent with normal cycling.
1254
1255 * org-gnus.el (org-gnus-store-link): Restore the linking to a
1256 website.
1257
12582009-09-02 Bastien Guerry <bzg@altern.org>
1259
1260 * org-latex.el (org-export-latex-first-lines): Bugfix.
1261
12622009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
1263
1264 * org-clock.el (org-clock-modify-effort-estimate): Emit message
1265 about new effort.
1266
1267 * org.el (org-set-effort): New function.
1268 (org-mode-map): New key for effort setting command.
1269
1270 * org-agenda.el (org-agenda): Keep window setup when calling
1271 agenda from within agenda window.
1272 (org-agenda-mode-map): New keys for effort setting commands.
1273 (org-agenda-menu): Add effort setting commands to menu.
1274 (org-agenda-set-property, org-agenda-set-effort): New functions.
1275
1276 * org-latex.el (org-export-latex-tables): Fix
1277 `org-table-last-alignment' and `org-table-last-column-widths' if
1278 the first column has been removed.
1279
12802009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
1281
1282 * org.el (org-remove-timestamp-with-keyword): Only remove in
1283 entry, not in subtree.
1284
1285 * org-src.el (org-src-lang-modes): Add abbreviation elisp for
1286 emacs lisp.
1287
1288 * org.el (org-open-at-point): When on headline, offer all strings
1289 in entry.
1290
1291 * org-remember.el (org-remember-templates): Documentation fix.
1292
1293 * org.el (org-move-subtree-down): Use `org-get-next-sibling' and
1294 `org-get-last-sibling' instead of the outline versions of these
1295 functions.
1296 (org-get-last-sibling): New function.
1297 (org-refile): Use `org-get-next-sibling' instead of the outline
1298 version of this function.
1299 (org-clean-visibility-after-subtree-move): Use
1300 `org-get-next-sibling' and `org-get-last-sibling' instead of the
1301 outline versions of these functions.
1302
13032009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
1304
1305 * org-agenda.el (org-prepare-agenda): When creating a new frame
1306 for the agenda, make the window dedicated.
1307
1308 * org-agenda.el (org-agenda-mode-map): New keys for time motion.
1309
1310 * org-table.el (org-table-align): Change the order of reinsertion
1311 and deletion, to avoid problems with overlays following the table.
1312
1313 * org.el (org-parse-time-string): Better error message.
1314 (org-show-subtree): Use org-end-of-subtree.
1315
1316 * org-macs.el (org-goto-line): New defsubst.
1317
1318 * org.el (org-open-file, org-change-tag-in-region)
1319 (org-fast-tag-show-exit): Don't use `goto-line'.
1320
1321 * org-table.el (org-table-align, org-table-insert-column)
1322 (org-table-delete-column, org-table-move-column)
1323 (org-table-sort-lines, org-table-copy-region)
1324 (org-table-paste-rectangle, org-table-wrap-region)
1325 (org-table-get-specials, org-table-rotate-recalc-marks)
1326 (org-table-get-range, org-table-recalculate)
1327 (org-table-edit-formulas, org-table-fedit-convert-buffer)
1328 (org-table-show-reference, org-table-highlight-rectangle): Don't
1329 use `goto-line'.
1330
1331 * org-src.el (org-edit-src-code, org-edit-fixed-width-region)
1332 (org-edit-src-exit): Don't use `goto-line'.
1333
1334 * org-macs.el (org-preserve-lc): Don't use `goto-line'.
1335
1336 * org-list.el (org-renumber-ordered-list, org-fix-bullet-type):
1337 Don't use `goto-line'.
1338
1339 * org-exp.el (org-export-number-lines): Don't use `goto-line'.
1340
1341 * org-colview.el (org-columns, org-columns-redo)
1342 (org-agenda-columns): Don't use `goto-line'.
1343
1344 * org-colview-xemacs.el (org-columns, org-agenda-columns): Don't
1345 use `goto-line'.
1346
1347 * org-agenda.el (org-agenda-mode): Force visual line motion off.
1348 (org-agenda-add-entry-text-maxlines): Improve docstring.
1349 (org-agenda-start-with-entry-text-mode): New option.
1350 (org-agenda-entry-text-maxlines): New option.
1351 (org-agenda-entry-text-mode): New variable.
1352 (org-agenda-mode): Set initial value of
1353 `org-agenda-entry-text-mode'.
1354 (org-agenda-mode-map): Add the `E' key.
1355 (org-agenda-menu): Add entry text mode to the menu.
1356 (org-agenda-get-some-entry-text): Fix line count bug.
1357 (org-finalize-agenda): Apply entry text mode if appropriate.
1358 (org-agenda-entry-text-show-here): New function.
1359 (org-agenda-entry-text-show): New function.
1360 (org-agenda-entry-text-hide): New function.
1361 (org-agenda-view-mode-dispatch): Add entry text mode to the view
1362 key menu.
1363 (org-agenda-entry-text-mode): New command.
1364 (org-agenda-set-mode-name): Add entry text mode to the mode line
1365 string.
1366 (org-agenda-undo, org-agenda-get-restriction-and-command)
1367 (org-agenda-get-some-entry-text, org-agenda-redo): Don't use
1368 `goto-line'.
1369
13702009-09-02 Bernt Hansen <bernt@norang.ca>
1371
1372 * org-clock.el (org-notify): Bugfix.
1373
13742009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
1375
1376 * org-agenda.el (org-agenda-open-link): Handle multiple links and
1377 check for after-string.
1378
1379 * org-gnus.el (org-gnus-store-link): Simplify.
1380
1381 * org.el (org-latex-regexps): Don't add extra empty lines for
1382 display formulas.
1383
13842009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
1385
1386 * org-agenda.el (org-agenda-get-some-entry-text): New function.
1387 (org-agenda-add-entry-text): Use
1388 `org-agenda-get-some-entry-text'.
1389
1390 * org.el (org-cycle-separator-lines): Update docstring.
1391 (org-cycle-show-empty-lines): Handle negative values for
1392 `org-cycle-show-empty-lines'.
1393
1394 * org-exp.el (org-export-protect-sub-super): New function.
1395 (org-export-normalize-links): Protect the url of plain links from
1396 supscript and superscript processing.
1397
1398 * org-remember.el (org-remember-escaped-%): New function.
1399 (org-remember-apply-template): Use `org-remember-escaped-%' to
1400 detect escaped % signs.
1401
14022009-09-02 Bastien Guerry <bzg@altern.org>
1403
1404 * org-timer.el (org-timer-set-timer): Use `org-notify' and play a
1405 sound when showing the notification.
1406
1407 * org-clock.el (org-notify): New function.
1408 (org-clock-notify-once-if-expired): Use `org-notify'.
1409
1410 * org-gnus.el (org-gnus-store-link): Handle `gnus-summary-mode'
1411 and `gnus-article-mode' separately.
1412 (gnus-summary-article-header): Fix the declare-function.
1413
14142009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
1415
1416 * org-exp.el (org-export-format-source-code-or-example): Translate
1417 language.
1418
1419 * org-src.el (org-src-lang-modes): New variable
1420 (org-edit-src-code): Translate language.
1421
1422 * org-exp.el (org-export-format-source-code-or-example): Deal wit
1423 the new structure of the `org-export-latex-listings-langs'
1424 variable.
1425
1426 * org-latex.el (org-export-latex-listings-langs): Change structure
1427 of the variable from plist to alist.
1428
14292009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
1430
1431 * org.el (org-in-commented-line): New function.
1432
14332009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
1434
1435 * org.el (org-hide-block-toggle): Make folded blocks searchable.
1436
8bdd66dc 14372009-09-02 Friedrich Delgado Friedrichs <friedel@nomaden.org> (tiny change)
54a0dee5
CD
1438
1439 * org.el (org-flag-drawer): More useful error.
1440
14412009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
1442
1443 * org-remember.el (org-remember-apply-template): Use
1444 org-icompleting-read.
1445
1446 * org-publish.el (org-publish): Use org-icompleting-read.
1447
1448 * org-colview.el (org-columns-edit-value, org-columns-new)
1449 (org-insert-columns-dblock): Use org-icompleting-read.
1450
1451 * org-colview-xemacs.el (org-columns-edit-value)
1452 (org-columns-new, org-insert-columns-dblock): Use
1453 org-icompleting-read.
1454
1455 * org-attach.el (org-attach-delete-one, org-attach-open): Use
1456 org-icompleting-read.
1457
14582009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
1459
1460 * org.el (org-hierarchical-todo-statistics): Improve docstring.
1461 (org-version): Return the version text.
1462 (org-org-menu): Add a menu entry for the new bug reporter.
1463 (org-submit-bug-report): New command.
1464
1465 * org-list.el (org-hierarchical-checkbox-statistics): Improve
1466 docstring.
1467
1468 * org.el (org-emphasis-regexp-components): Add "`" to set of
1469 pre-emphasis characters.
1470
1471 * org-latex.el (org-export-latex-classes): Always include the soul
1472 package.
1473 (org-export-latex-emphasis-alist): Use \st for strikethough.
1474
1475 * org-exp-blocks.el (org-export-blocks-preprocess): Use
1476 `indent-code-rigidly' to indent.
1477
1478 * org-agenda.el (org-agenda-get-restriction-and-command): Remove
1479 properties only if MATCH really is a string.
1480
14812009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
1482
1483 * org-latex.el (org-export-latex-packages-alist): Fix
1484 customization type.
1485
1486 * org.el (org-create-formula-image): Also use
1487 `org-export-latex-packages-alist'.
1488
1489 * org-html.el (org-export-as-html): Fix bug in footnote regexp.
1490 (org-export-as-html): Format footnotes correctly.
1491
14922009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
1493
1494 * org.el (org-fast-tag-selection): Avoid text properties on tags
1495 in the alist.
1496
1497 * org-agenda.el (org-agenda-get-restriction-and-command): Avoid
1498 text properties on the match element.
1499
15002009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
1501
1502 * org.el (org-set-regexps-and-options): Make sure the list of done
1503 keywords is not invalid.
1504
1505 * org-exp.el (org-export-interpolate-newlines): New function.
1506
15072009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
1508
1509 * org.el (org-format-latex): Avoid nested overlays.
1510
1511 * org-latex.el (org-export-latex-listings-langs): Add a few more
1512 languages.
1513
1514 * org-exp.el (org-export-preprocess-apply-macros): Make sure to
1515 ignore newlines and space before the first macro argument.
1516
1517 * org-latex.el (org-export-latex-tables): Remove save-excursion
1518 around `org-table-align'.
1519
15202009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
1521
1522 * org.el (org-export-html-special-string-regexps): Definition
8bdd66dc 1523 moved into org.el.
54a0dee5
CD
1524
1525 * org-exp.el (org-export-preprocess-apply-macros): Allow newlines
1526 in macro calls.
1527
15282009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
1529
1530 * org-latex.el (org-export-latex-listings)
1531 (org-export-latex-listings-langs): New options.
1532
1533 * org-exp.el (org-export-format-source-code-or-example): Use
1534 listing package if requested by the user.
1535
15362009-09-02 Bastien Guerry <bzg@altern.org>
1537
1538 * org.el (org-iswitchb): Fix bug when aborting the `org-iswitchb'
1539 command before actually switching to a buffer.
1540
15412009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
1542
1543 * org-exp.el (org-get-file-contents): Only quote org lines when
1544 the markup is src or example.
1545
1546 * org-agenda.el (org-agenda-skip-scheduled-if-deadline-is-shown):
1547 New option
1548 (org-agenda-get-day-entries): Remember deadline results and pass
1549 them on into the function getting the scheduling information.
1550 (org-agenda-get-scheduled): Accept deadline results as parameters
1551 and maybe skip some entries.
1552 (org-agenda-skip-scheduled-if-deadline-is-shown): New option.
1553
1554 * org.el (org-insert-heading): When respecting content, do not
1555 convert current line to headline.
1556
1557 * org-clock.el (org-clock-save-markers-for-cut-and-paste): Also
1558 cheeeeeck the hd marker
1559 (org-clock-in): Also set the hd marker.
1560 (org-clock-out): Also set the hd marker.
1561 (org-clock-cancel): Reset markers.
1562
1563 * org.el (org-clock-hd-marker): New marker.
1564
1565 * org-faces.el (org-agenda-clocking): New face.
1566
1567 * org-agenda.el (org-agenda-mark-clocking-task): New function.
1568 (org-finalize-agenda): call `org-agenda-mark-clocking-task'.
1569
1570 * org.el (org-modules): Add org-track.el.
1571
1572 * org-agenda.el (org-agenda-bulk-marked-p): New function.
1573 (org-agenda-bulk-mark, org-agenda-bulk-unmark): Use
1574 `org-agenda-bulk-marked-p'.
1575 (org-agenda-bulk-toggle): New command.
1576
15772009-09-02 Carsten Dominik <carsten.dominik@gmail.com>
1578
1579 * org.el (org-move-subtree-down): Hide subtree if it was folded,
1580 not just the body.
1581
1582 * org-remember.el (org-remember-finalize): Avoid buffer-modified
1583 messages.
1584
14acf2f5
SM
15852009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
1586
1587 * org-html.el (org-export-as-html):
1588 * org-docbook.el (org-export-as-docbook):
1589 Use (default-value 'major-mode) instead of default-major-mode.
1590
7f25cb00
CD
15912009-08-08 Carsten Dominik <carsten.dominik@gmail.com>
1592
1593 * org-docbook.el: Add arch-tag.
1594
8bdd66dc 1595 * org-exp-blocks.el: Add arch-tag.
7f25cb00 1596
8bdd66dc 1597 * org-id.el: Add arch-tag.
7f25cb00 1598
8bdd66dc 1599 * org-indent.el: Add arch-tag.
7f25cb00 1600
8bdd66dc 1601 * org-inlinetask.el: Add arch-tag.
7f25cb00 1602
8bdd66dc 1603 * org-protocol.el: Add arch-tag.
7f25cb00 1604
c8d0cf5c
CD
16052009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
1606
1607 * org.el (org-create-formula-image): Remove the -E option for
1608 dvipng.
1609
1610 * org-exp.el (org-default-export-plist): Respect #+BIND.
1611 (org-export-confirm-letbind): New function.
1612
1613 * org.el (org-paste-subtree): Test the kill ring entry if it is
1614 going to be used.
1615 (org-copy-subtree): Use `org-forward-same-level'.
1616 (org-forward-same-level): Respect the `invisibe-ok' arg for
1617 back-to-heading.
1618
16192009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
1620
1621 * org.el (org-table-map-tables): Make sure cursor is back at table
1622 beginning after funcall.
1623
1624 * org-agenda.el (org-agenda-bulk-action): Make sure parents are
1625 handled before children, and do not error if an entry is not
1626 found, probably because it hase been remove when the parent was
1627 archived or refiled.
1628
1629 * org.el (org-ido-completing-read): Accept straight lists for
1630 completion as well as alists.
1631
3e344045 1632 * org-timer.el (org-timer-cancel-timers): Rename from
c8d0cf5c
CD
1633 `org-timer-cancel-timers'.
1634
1635 * org.el (org-cycle-internal-local): Fix problem with finding next
1636 invisible line.
1637
16382009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
1639
1640 * org-list.el (org-list-send-list): Call
1641 `org-list-goto-true-beginning' instead of
1642 `org-list-find-true-beginning', which does not exist.
1643
1644 * org-timer.el (org-timer-reset-timers): Use `mapc'.
1645 (org-timer-set-timer): Do not assign to heading.
1646
1647 * org-id.el (org-id-open): Quote function name.
1648
1649 * org-macs.el (org-unmodified): Turn off recording undo
1650 information while running inside the macro.
1651
1652 * org-table.el (org-table-export): Also work in file-less
1653 buffers.
1654
1655 * org.el (org-startup-indented): New option.
1656 (org-startup-options): Add new options indent and noindent.
1657 (org-unfontify-region): Remove line-prefix and wrap-prefix
1658 properties.
1659 (org-after-demote-entry-hook, org-after-promote-entry-hook): New
1660 hooks.
1661 (org-promote, org-demote): Run the new hooks.
1662
1663 * org-table.el (org-table-align): Replace leading \n as well.
1664
1665 * org-exp.el (org-export-push-to-kill-ring): Remove `line-prefix'
1666 and `line-wrap' text properties.
1667
1668 * org-compat.el (org-kill-new): New function.
1669
1670 * org-agenda.el (org-format-agenda-item): Remove `line-prefix' and
1671 `line-wrap' text properties.
1672
1673 * org-indent.el: New file.
1674
16752009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
1676
1677 * org.el (org-provide-todo-statistics): Tweak docstring.
1678
1679 * org-id.el (org-id-open): Honor `org-link-frame-setup'.
1680
16812009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
1682
1683 * org-exp.el (org-export-as-org): Insert the "-source" string
1684 before the extension.
1685
1686 * org.el (org-read-date): Make sure the calendar is in the current
1687 frame.
1688 (org-set-emph-re): Remove the ? from the post-match.
1689 (org-emphasis-regexp-components): Add backslash to the
1690 postmatch class.
1691 (org-set-font-lock-defaults): Write \n instead of \xa, and make it
1692 optional so that also lines at the end of the buffers will still
1693 be matched as headlines.
1694
1695 * org-table.el (org-table-error-on-row-ref-crossing-hline):
1696 Variable made obsolete.
1697 (org-table-relative-ref-may-cross-hline): New option.
1698 (org-table-find-row-type): Honow the new option
1699 `org-table-relative-ref-may-cross-hline'.
1700
17012009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
1702
1703 * org-table.el (org-table-cut-region, org-table-copy-region): Work
1704 on single field if no active region.
1705
17062009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
1707
1708 * org-latex.el (org-export-latex-make-header): Only insert title
1709 if one is defined.
1710
1711 * org.el (org-make-options-regexp): Allow empty values.
1712
17132009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
1714
1715 * org.el (org-cycle-internal-local): Improved version of finding
1716 next visible line.
1717 (org-cycle-hide-drawers): Only hide drawers if this is really
1718 necessary.
1719 (outline-end-of-subtree): Make `outline-end-of-subtree' use the
1720 org-version of this function in Org-mode. We use advice to
1721 implement this change, so that future changes to this function in
1722 outline.el wil be handled properly.
1723 (org-forward-same-level, org-backward-same-level): New commands.
1724
17252009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
1726
1727 * org.el (org-remove-empty-overlays-at)
1728 (org-clean-visibility-after-subtree-move): New functons.
1729 (org-move-subtree-down): Simplify cleanup of display.
1730
17312009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
1732
1733 * org-mac-message.el (org-mac-message-get-links): Improve
1734 docstring. Make argument SELECT-OR-FLAGGED optional, default to
1735 "s". Fix the return value.
1736 (org-mac-message-insert-flagged): Simplify.
1737
1738 * org.el (org-refile-get-location): Tamper with refile history o
1739 that history contains compete matches instead of the entered
1740 string.
1741
17422009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
1743
1744 * org.el (org-store-link): Never store a link to an inline task.
1745
1746 * org-footnote.el (org-footnote-goto-local-insertion-point): Skip
1747 inline tasks when positioning footnotes.
1748
1749 * org.el (org-refile): Remove the END line when archiving an
1750 inline task that does have an END line.
1751
1752 * org-archive.el (org-archive-subtree): Remove the END line when
1753 archiving an inline task that does have an END line.
1754
1755 * org-macs.el (org-with-limited-levels): New macro.
1756 (org-get-limited-outline-regexp): New function.
1757
1758 * org-exp.el (org-export-format-source-code-or-example): Fix bug
1759 that did not enumerate first line.
1760 (org-export-mark-radio-links): Skip matches in links.
1761
17622009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
1763
1764 * org.el (org-activate-plain-links): Make single-match.
1765 (org-adapt-indentation): Fix docstring.
1766
1767 * org-macs.el (org-unmodified): Turn of modification hooks while
1768 running this macro.
1769
17702009-08-06 Bastien Guerry <bzg@altern.org>
1771
1772 * org.el (org-adapt-indentation): Slightly improve the docstring.
1773 (org-occur): Sends an error when the user inputs an empty string.
1774 (org-priority): Bugfix: the tag alignement should happen within
1775 save-excursion.
1776
17772009-08-06 Bastien Guerry <bzg@altern.org>
1778
1779 * org.el (org-make-link-regexps): Don't exclude parentheses from
1780 `org-plain-link-re'
1781 (org-cycle-internal-local): When locally cycling, switch directly
1782 from CHILDREN to FOLDED if there is no subtree
1783 (org-cycle): Update the docstring to document the new behavior of
1784 `org-cycle-internal-local'.
1785
8bdd66dc 17862009-08-06 Nicolas Goaziou <n.goaziou@neuf.fr> (tiny change)
c8d0cf5c
CD
1787
1788 * org-clock.el (org-clock-in): Bugfix: recognize timestamps with
1789 an abbreviated format for days.
1790
17912009-08-06 Bastien Guerry <bzg@altern.org>
1792
1793 * org-protocol.el (org-protocol-default-template-key): New
1794 option.
1795
1796 * org.el (org-refile): Bugfix: save-excursion before reading the
1797 refile target, otherwise cursor moves might confuse `org-refile'.
1798
1799 * org.el (org-toggle-heading): Bugfix: correctly convert list
1800 items before the first headline.
1801
1802 * org.el (org-provide-todo-statistics): Allow a list of TODO
1803 keywords to compute statistics against headlines containing a
1804 keyword from this list.
1805 (org-update-parent-todo-statistics): Possibly use the new allowed
1806 value of `org-provide-todo-statistics'.
1807
18082009-08-06 Bastien Guerry <bzg@altern.org>
1809
1810 * org-timer.el: Add autoload cookie.
1811
1812 * org.el (org-occur-link-in-agenda-files): New function.
1813
1814 * org-timer.el (org-timer-last-timer): New variable.
1815
1816 * org-agenda.el (org-agenda-mode-map): New key for
1817 org-timer-set-timer called from the agenda.
1818
1819 * org.el (org-mode-map): New key for org-timer-set-timer.
1820
1821 * org-timer.el (org-timer-reset-timers)
1822 (org-timer-show-remaining-time, org-timer-set-timer): New
1823 functions.
1824
1825 * org-clock.el (org-show-notification): Update the docstring.
1826
1827 * org.el (org-provide-todo-statistics): Allow new value
1828 'all-headlines for this option, which includes entries with no
1829 TODO keywords in the todo statistics.
1830 (org-update-parent-todo-statistics): Possibly use the new
1831 'all-headline value from `org-provide-todo-statistics'.
1832
18332009-08-06 Bastien Guerry <bzg@altern.org>
1834
1835 * org-clock.el (org-dblock-write:clocktable): Add a new option
1836 :timestamp which allows display of timestamps in clock reports.
1837
1838 * org.el (org-mode-map): Define new key `C-c C-*': convert a plain
1839 list to a subtree, preserving the structure of the list.
1840 (org-set-emph-re): Make the last element optional in the regexp.
1841 This regexp now matches an emphasized string at the end of a line.
1842
1843 * org-list.el (org-list-goto-true-beginning)
1844 (org-list-make-subtree, org-list-make-subtrees): New functions.
1845
1846 * org.el (org-eval-in-calendar): Select the right frame.
1847 (org-save-frame-excursion): Remove this macro.
1848
18492009-08-06 Bastien Guerry <bzg@altern.org>
1850
1851 * org-list.el (org-list-beginning-re): Bugfix: don't use * when
1852 trying to find the beginning of a list.
1853
1854 * org-exp.el (org-get-file-contents): Use a new argument: markup.
1855 When present, tell org-get-file-contents not to protect org-like
1856 lines.
1857
1858 * org-id.el (org-id-uuid-program): New option to set the name of
1859 the uuidgen program.
1860 (org-id-method): Use `org-id-uuid-program'.
1861 (org-id-new): Use `org-id-uuid-program'.
1862
18632009-08-06 Bastien Guerry <bzg@altern.org>
1864
1865 * org-exp.el (org-export-number-lines): Allow whitespace in code
1866 references. Allow the -r switch to remove the references in the
1867 source code even when the lines are not numbered: the labels can
1868 be explicit enough.
1869
1870 * org.el (org-fontify-whole-heading-line): New option.
1871 (org-set-font-lock-defaults): Use the new option.
1872
1873 * org-clock.el (org-show-notification-handler): New option.
1874 (org-show-notification): Use the new option.
1875
18762009-08-06 Bastien Guerry <bzg@altern.org>
1877
1878 * org.el (org-eval-in-calendar): Fix a bug about calendar
1879 navigation when `calendar-setup' value is 'calendar-only.
1880
18812009-08-06 Bastien Guerry <bzg@altern.org>
1882
1883 * org.el (orgstruct++-mode): Fix typo in docstring.
1884 (org-insert-link): Clean up: (or (...)) => (...)
1885 (org-insert-link): Use TAB for stored links completion.
1886
18872009-08-06 Bastien Guerry <bzg@altern.org>
1888
1889 * org.el (org-get-refile-targets): Fix bug: don't ignore case when
1890 building the list of targets.
1891
1892 * org-remember.el (org-remember-delete-empty-lines-at-end): New
1893 option.
1894 (org-remember-handler): Use the new option.
1895
18962009-08-06 James TD Smith <ahktenzero@mohorovi.cc>
1897
1898 * org.el (org-tags-sort-function): New option for sorting tags.
1899 (org-set-tags): Use the new option to sort tags.
1900
1901 * org-plot.el (org-plot/gnuplot): Run with an idle timer to avoid
1902 premature deletion of the data when using org-plot in a script.
1903
19042009-08-06 Bastien Guerry <bzg@altern.org>
1905
1906 * org-clock.el (org-clock-in-prepare-hook): New hook.
1907 (org-clock-in): Use this new hook.
1908
19092009-08-06 Bastien Guerry <bzg@altern.org>
1910
1911 * org.el (org-special-ctrl-a/e): Explicitely bind the value
1912 'reversed for this option to the "true line boundary first"
1913 behavior.
1914 (org-tags-match-list-sublevels): Document the 'indented value for
1915 this variable.
1916
1917 * org-latex.el (org-export-latex-first-lines): Fix problem with
1918 publishing the region.
1919
1920 * org-exp.el (org-export-format-source-code-or-example): Fix
1921 bad line numbering when exporting examples in HTML.
1922
19232009-08-06 James TD Smith <ahktenzero@mohorovi.cc>
1924
1925 * org-colview.el (org-format-time-period): Formats a time in
1926 fractional days as days, hours, mins, seconds.
1927 (org-columns-display-here): Add special handling for SINCE and
1928 SINCE_IA to format for display.
1929
1930 * org.el (org-time-since): Add a function to get the time since an
1931 org timestamp.
1932 (org-entry-properties): Add two new special properties: SINCE and
f924a367 1933 SINCE_IA. These give the time since any active or inactive
c8d0cf5c
CD
1934 timestamp in an entry.
1935 (org-special-properties): Add SINCE, SINCE_IA.
1936 (org-tags-sort-function): Add custom declaration for tags
1937 sorting function.
8bdd66dc 1938 (org-set-tags): Sort tags if org-tags-sort-function is set.
c8d0cf5c
CD
1939
19402009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
1941
1942 * org-clock.el (org-clock-goto): Find hidden headlines as well.
1943
1944 * org.el (org-narrow-to-subtree): Find hidden headlines as well.
1945
1946 * org-plot.el (org-plot/add-options-to-plist): Add timeind
1947 option.
1948
19492009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
1950
1951 * org-publish.el (org-publish-remove-all-timestamps): New function.
1952 (org-publish-all): Remove all timestamp files if `org-publish-all'
1953 is called with a prefix argument.
1954
1955 * org-list.el (org-indent-item): Fix typo.
1956 (org-item-indent-positions): Normalize ordered bullet.
1957
19582009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
1959
1960 * org-macs.el (org-set-local): Make a local variable, do not make
1961 the variable buffer-local!
1962
1963 * org-latex.el (org-export-as-latex): Call `org-install-letbind'.
1964
1965 * org-exp.el (org-infile-export-plist): Read BIND lines.
1966 (org-install-letbind): New function.
1967 (org-export-as-org, org-export-preprocess-string): Call
1968 `org-install-letbind'.
1969
1970 * org-list.el (org-list-demote-modify-bullet): New option.
1971 (org-first-list-item-p): Save point.
1972 (org-fix-bullet-type): New optional argument FORCE-BULLET.
1973 (org-indent-item): Honor `org-list-demote-modify-bullet'.
1974 (org-item-indent-positions): Return bullet types along with
1975 indentation.
1976
19772009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
1978
1979 * org.el (org-show-entry): Hide drawers.
1980
19812009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
1982
1983 * org-footnote.el (org-footnote-auto-adjust): New option.
1984 (org-footnote-auto-adjust-maybe): New function.
1985 (org-footnote-new, org-footnote-delete): Call
1986 `org-footnote-auto-adjust-maybe'.
1987
1988 * org.el (org-startup-options): Add new footnote-related
1989 keywords.
1990
1991 * org-publish.el (org-publish-timestamp-filename): Additional
1992 arguments PUB-DIR and PUB-FUNC, which are included in the hash.
1993 (org-publish-needed-p): Additional arguments PUB-DIR PUB-FUNC
1994 TRUE-PUB-DIR. Pass them through to
1995 `org-publish-timestamp-filename'.
1996 (org-publish-update-timestamp): Additional arguments PUB-DIR and
1997 PUB-FUNC, which are included in the hash.
1998 (org-publish-file): Delay timestamp test until the publishing
1999 function is known.
2000
20012009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
2002
2003 * org-agenda.el (org-agenda-bulk-action): Add scheduling and
2004 setting the deadline.
2005
2006 * org.el (org-read-date-final-answer): New variable.
2007 (org-read-date): Store the final answer string, including the date
2008 from the calendar, for reuse by agenda bulk commands.
2009
2010 * org-publish.el (org-publish-attachment): Fix publishing of
2011 attachments.
2012
2013 * org-latex.el (org-export-latex-quotation-marks): Fix export of
2014 quotation makrs in parenthesis.
2015 (org-remove-initial-hash): New function.
2016 (org-export-latex-preprocess): Fix bug with infinite loop if
2017 environment is not properly closed.
2018
2019 * org-table.el (org-table-get-remote-range): Find #+TBLNAME also
2020 when indented.
2021
2022 * org.el (org-fontify-meta-lines-and-blocks): Make #+TBLNAME
2023 highlight also when indented.
2024
20252009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
2026
2027 * org-footnote.el (org-footnote-renumber-fn:N): New command.
2028 (org-footnote-action): Offer renumbering.
2029
2030 * org.el (org-cycle): Honor the `integrate' value of
2031 org-cycle-include-plain-lists'.
2032
2033 * org-list.el (org-cycle-include-plain-lists): New allowed value
2034 `internal'. Improve the docstring.
2035
2036 * org.el (org-set-autofill-regexps): Improve the paragraph-start
2037 regexp to work better with LaTeX commands.
2038
20392009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
2040
2041 * org-latex.el (org-export-latex-inline-image-extensions): Add ps
2042 and eps extensions.
2043
20442009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
2045
2046 * org-agenda.el (org-write-agenda): Make sure org-icalendar is
2047 loaded.
2048
2049 * org.el (org-map-entries): No longer force
2050 `org-tags-match-list-sublevels' to t during a todo-only tags
2051 search.
2052
20532009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
2054
2055 * org-latex.el (org-export-latex-low-levels): Allow user-defined
2056 environment.
2057 (org-export-latex-subcontent): Handle user-defined environment.
2058
2059 * org-agenda.el (org-agenda-view-mode-dispatch): Add more keys to
2060 the View dispatcher.
2061
2062 * org.el (org-hide-block-toggle): Use `org-make-overlay' instead of
2063 `make-overlay'.
2064
2065 * org-latex.el (org-export-as-pdf): Protect match data during call
2066 to shell-quote-argument.
2067
2068 * org-agenda.el (org-agenda-mode-map): Modify bulk action keys.
2069 (org-agenda-view-mode-dispatch): New function.
2070
20712009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
2072
2073 * org-agenda.el (org-agenda-mode): Reset list of marks.
2074 (org-agenda-mode-map): Define new keys for refile and bulk action.
2075 (org-agenda-menu): Add menu itesm for refile and bulk action.
2076 (org-agenda-refile): New function.
2077 (org-agenda-set-tags): Optional arguments TAG and ONOFF.
2078 (org-agenda-marked-entries): New variable.
2079 (org-agenda-bulk-select, org-agenda-remove-bulk-action-overlays)
2080 (org-agenda-remove-all-bulk-action-marks)
2081 (org-agenda-bulk-action): New functions/commands.
2082
20832009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
2084
2085 * org-exp.el (org-get-file-contents): Protect org-like lines in
2086 included files.
2087 (org-export-format-source-code-or-example): Remove newlines.
2088
2089 * org-latex.el (org-export-latex-links): Check for no-description
2090 marking.
2091
2092 * org-exp.el (org-export-preprocess-apply-macros): Switch macro
2093 argument separator back to comma.
2094 (org-export-normalize-links): Mark links without description.
2095
20962009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
2097
2098 * org-exp.el (org-infile-export-plist): Fix bug in macro
2099 processing.
2100
2101 * org-agenda.el (org-agenda-clock-out): Update line after clocking
2102 out.
2103 (org-agenda-highlight-todo): Fix bug with highlighting.
2104
21052009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
2106
2107 * org.el (org-set-font-lock-defaults): Adapt formatting to capture
2108 new alignment strings.
2109
2110 * org-table.el (orgtbl-self-insert-command): Add yas/expand to
2111 command list.
2112 (org-table-align): Check for forced align type.
2113
2114 * org.el (org-self-insert-command): Add yas/expand to command
2115 list.
2116
2117 * org-clock.el (org-clock-in-hook): New hook.
2118 (org-clock-in): Run `org-clock-in-hook.
2119 (org-clock-out-hook): New hook.
2120 (org-clock-out): Run `org-clock-out-hook.
2121 (org-clock-cancel-hook): New hook.
2122 (org-clock-cancel): Run `org-clock-cancel-hook.
2123 (org-clock-goto-hook): New hook.
2124 (org-clock-goto): Run `org-clock-goto-hook.
2125
21262009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
2127
2128 * org.el (org-store-link): Better default description for link to
2129 Org-mode headline.
2130
2131 * org-exp.el (org-export-generic): Autoload the generic exporter
2132 function.
2133 (org-export): Implement the `g' key for the generic exporter.
2134
21352009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
2136
2137 * org-table.el (orgtbl-setup): Add a binding for `S-iso-lefttab',
2138 and for zbacktab'.
2139
2140 * org-exp.el (org-infile-export-plist): Get macros also from
2141 #+SETUPFILE.
2142
21432009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
2144
2145 * org-colview.el (org-columns-capture-view): Protect vertical bars
2146 in column values.
2147 (org-columns-capture-view): Exclude comment and archived trees.
2148
2149 * org-colview-xemacs.el (org-columns-capture-view): Protect
2150 vertical bars in column values.
2151 (org-columns-capture-view): Exclude comment and archived trees.
2152
2153 * org.el (org-quote-vert): New function.
2154
2155 * org-latex.el (org-export-latex-verbatim-wrap): New option.
2156
2157 * org-exp.el (org-export-format-source-code-or-example): Use
2158 `org-export-latex-verbatim-wrap'.
2159
2160 * org.el (org-clone-subtree-with-time-shift): Also shift inactive
2161 time stamps.
2162
646bcdd7 21632009-08-06 Eric Schulte <schulte.eric@gmail.com>
c8d0cf5c
CD
2164
2165 * org-exp-blocks.el: New file.
2166
646bcdd7
GM
21672009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
2168
c8d0cf5c
CD
2169 * org-remember.el (org-remember-templates): Allow the headline
2170 element to be a function.
2171 (org-remember-apply-template): If the headline is a function, call
2172 it to get the true function.
2173
2174 * org-clock.el (org-clock-menu): New function.
2175 (org-clock-update-mode-line): Update help string.
2176 (org-clock-modify-effort-estimate): New function.
2177 (org-clock-mark-default-task): New function.
2178
2179 * org.el (org-hh:mm-string-to-minutes): Also take just a number of
2180 minutes as input.
2181 (org-org-menu): Add new clocking stuff.
2182 (org-clock-is-active): New function.
2183
21842009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
2185
2186 * org.el (org-open-non-existing-files): Improve docstring.
2187
21882009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
2189
2190 * org-icalendar.el (org-icalendar-include-bbdb-anniversaries): New
2191 option.
2192 (org-export-icalendar): Call `org-bbdb-anniv-export-ical'.
2193
2194 * org-bbdb.el (org-bbdb-anniv-export-ical): New function.
2195
2196 * org-list.el (org-get-checkbox-statistics-face): Use the new
2197 faces.
2198
2199 * org-faces.el (org-checkbox-statistics-todo)
2200 (org-checkbox-statistics-done): New faces.
2201
22022009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
2203
2204 * org-latex.el (org-export-latex-use-verb): New variable.
2205 (org-export-latex-emph-format): Prefer \texttt over \verb when
2206 org-export-latex-use-verb is set.
2207
22082009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
2209
2210 * org-remember.el (org-remember-handler): Abort remember if the
2211 buffer is empty.
2212
2213 * org-exp.el (org-export-format-source-code-or-example): Run
2214 `org-src-mode-hook'.
2215
22162009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
2217
2218 * org.el (org-indent-line-function): Fix indentation of +#end lines.
2219
22202009-08-06 Tassilo Horn <tassilo@member.fsf.org>
2221
2222 * org-gnus.el (org-gnus-store-link): Require message.el in
2223 org-gnus-store-link.
2224
22252009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
2226
646bcdd7 2227 * org-src.el: New file, split out of org.el.
c8d0cf5c
CD
2228
2229 * org-macs.el (org-replace-match-keep-properties): New function.
2230
2231 * org-exp.el (org-export-mark-blockquote-verse-center): Better
2232 preprocessing of center and quote and verse blocks.
2233
2234 * org-list.el (org-list-end): Respect the stored "original"
2235 indentation when determining the end of the list.
2236
2237 * org-exp.el (org-export-replace-src-segments-and-examples):
2238 Remember indentation correctly.
2239
22402009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
2241
2242 * org-clock.el (org-clock-update-mode-line): Apply face
2243 org-mode-line-clock.
2244
2245 * org-faces.el (org-mode-line-clock): New face.
2246
22472009-08-06 Tassilo Horn <tassilo@member.fsf.org>
2248
2249 * org-gnus.el (org-gnus-store-link): Fix bug where
2250 `org-gnus-store-link' used wrong subject when called in an article
2251 buffer. Patch provided by fengli AT gmail DOT com.
2252
22532009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
2254
2255 * org-exp.el (org-export-format-source-code-or-example): Remember
2256 the original indentation of source code snippets and examples.
2257
2258 * org-latex.el (org-export-as-latex): Relocate the table of
2259 contents.
2260
2261 * org.el (org-ctrl-c-ctrl-c): Update clock lines.
2262
2263 * org-agenda.el (org-run-agenda-series): Scope global options also
2264 when creating the agenda buffer.
2265
22662009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
2267
2268 * org.el (org-adapt-indentation): Improve documentation.
2269 (org-insert-property-drawer): Respect org-adapt-indentation when
2270 inserting the drawer.
2271 (org-remove-flyspell-overlays-in): New function.
2272 (org-do-emphasis-faces, org-activate-plain-links)
2273 (org-activate-code, org-fontify-meta-lines-and-blocks)
2274 (org-activate-angle-links, org-activate-footnote-links)
2275 (org-activate-bracket-links, org-activate-dates)
2276 (org-activate-target-links, org-activate-tags): Remove flyspell
2277 overlays.
2278
22792009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
2280
2281 * org.el (org-edit-src-save): New function.
2282
2283 * org-clock.el (org-clock-out-switch-to-state): New option.
2284 (org-clock-out): Honor `org-clock-out-switch-to-state'.
2285
2286 * org-compat.el (org-compatible-face): Improve macro.
2287
2288 * org.el (org-global-properties-fixed): Add default for
2289 CLOCK_MODELINE_TOTAL.
2290
2291 * org-clock.el (org-clock-sum): Accept lists and strigs as tstart
2292 andd tend.
2293 (org-clock-sum-current-item): Optional argument TSTART, pass it to
2294 org-clock-sum.
2295 (org-clock-get-sum-start): New function.
2296
2297 * org.el (org-startup-options): New keywords blockhide and
2298 blockshow.
2299 (org-mode): Add new invisibility spec.
2300 (org-set-startup-visibility): Hide block on startup if so
2301 desired.
2302 (org-hide-block-startup): New option.
2303 (org-block-regexp): New constant.
2304 (org-hide-block-overlays): New variable.
2305 (org-block-map, org-hide-block-toggle-all, org-hide-block-all)
2306 (org-show-block-all, org-hide-block-toggle-maybe)
2307 (org-hide-block-toggle): New functions.
2308 (org-edit-src-exit): Do not quote lines starting with # and no +
2309 behind it.
2310 (org-auto-repeat-maybe): Add LAST_REPEAT properter for a repeating
2311 entry.
2312
23132009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
2314
2315 * org.el (org-buffer-property-keys): Add Effort property for
2316 completion.
2317
23182009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
2319
2320 * org-clock.el (org-clock-sum-current-item): Fix positioning bug
2321 when retrieving total clocked time in the subtree.
2322
2323 * org.el (org-quoting-blocks): New variable.
2324
23252009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
2326
2327 * org-table.el (org-table-store-formulas)
2328 (org-table-get-stored-formulas, org-table-fix-formulas)
2329 (org-table-edit-formulas, orgtbl-ctrl-c-ctrl-c)
2330 (orgtbl-gather-send-defs): Allow indented #+TBLFM line.
2331
2332 * org.el (org-fontify-meta-lines, org-ctrl-c-ctrl-c): Allow
2333 indented #+TBLFM line.
2334
2335 * org-footnote.el (org-footnote-goto-local-insertion-point): Allow
2336 indented #+TBLFM line.
2337
2338 * org-colview.el (org-dblock-write:columnview): Allow indented
2339 #+TBLFM line.
2340
2341 * org-colview-xemacs.el (org-dblock-write:columnview): Allow
2342 indented #+TBLFM line.
2343
2344 * org-clock.el (org-dblock-write:clocktable): Allow indented
2345 #+TBLFM line.
2346
23472009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
2348
2349 * org-exp.el (org-export-format-source-code-or-example): Make
2350 editing indented blocks work correctly.
2351
2352 * org.el (org-edit-src-nindent): New variable.
2353 (org-edit-src-code, org-edit-fixed-width-region)
2354 (org-edit-src-find-region-and-lang, org-edit-src-exit): Make
2355 editing indented blocks work correctly.
2356
23572009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
2358
3e344045 2359 * org-exp.el (org-export-replace-src-segments-and-examples): Find
c8d0cf5c
CD
2360 indented blocks.
2361 (org-export-format-source-code-or-example): Fix indentation of
2362 blocks.
2363 (org-export-remove-indentation): New function.
2364 (org-export-select-backend-specific-text): Allow backend-specific
2365 code to be indented.
2366 (org-export-mark-blockquote-verse-center): Allow markers to be
2367 indented.
2368
2369 * org.el (org-fontify-meta-lines): New function.
2370 (org-set-font-lock-defaults): Call the new fontification
2371 function.
2372
2373 * org-faces.el (org-meta-line): New face
8bdd66dc 2374 (org-block): New face.
c8d0cf5c
CD
2375
23762009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
2377
2378 * org.el (org-treat-insert-todo-heading-as-state-change)
2379 (org-treat-S-cursor-todo-selection-as-state-change): New
2380 variables.
2381 (org-insert-todo-heading): Honor
2382 `org-treat-insert-todo-heading-as-state-change'.
2383 (org-shiftright, org-shiftleft): Honor
2384 `org-treat-S-cursor-todo-selection-as-state-change'.
2385 (org-inhibit-logging): New variable.
2386
23872009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
2388
2389 * org-agenda.el (org-remove-subtree-entries-from-agenda): Reduce
2390 range for marker position checking.
2391
2392 * org-latex.el (org-export-latex-first-lines): Fix bug when
2393 exporting a region.
2394
23952009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
2396
2397 * org-exp.el (org-export-push-to-kill-ring): Protect using
2398 x-set-selection, because that does not always work.
2399
2400 * org-agenda.el (org-agenda-list): Apply the new face
2401 `org-agenda-date-today'.
2402
2403 * org-faces.el (org-agenda-date-today): New face.
2404
24052009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
2406
2407 * org-agenda.el (org-agenda-to-appt): Turn off restriction when
2408 creating appointments.
2409
2410 * org-latex.el (org-export-latex-low-levels): Fix customization
2411 type.
2412
2413 * org.el (org-priority, org-shiftup, org-shiftdown): Disable
2414 priority commands.
2415
2416 * org-agenda.el (org-agenda-priority): Disable priority commands.
2417
2418 * org.el (org-enable-priority-commands): New option.
2419
2420 * org-colview-xemacs.el (org-columns-compute)
2421 (org-columns-number-to-string): Fix problems with empty fields.
2422
2423 * org-colview.el (org-columns-compute)
2424 (org-columns-number-to-string): Fix problems with empty fields.
2425
2426 * org-exp.el (org-export-push-to-kill-ring): New function.
2427 (org-export-copy-to-kill-ring): New option.
2428
2429 * org-latex.el (org-export-as-latex): Call
2430 `org-export-push-to-kill-ring'.
2431
2432 * org-exp.el (org-export-show-temporary-export-buffer): New
2433 option.
2434
2435 * org-latex.el (org-export-as-latex): Use
2436 `org-export-show-temporary-export-buffer'.
2437
2438 * org-exp.el (org-export-show-temporary-export-buffer): New
2439 option.
2440 (org-export-push-to-kill-ring): New function.
2441
2442 * org-colview.el (org-columns-compile-map): New variable.
2443 (org-columns-new, org-columns-compute)
2444 (org-columns-number-to-string, org-columns-uncompile-format)
2445 (org-columns-compile-format): Implement new operators.
2446
24472009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
2448
2449 * org-exp.el (org-export-plist-vars): Add :xml-declaration.
2450
2451 * org-list.el (org-update-checkbox-count): Make property
2452 dependent.
2453
2454 * org.el (org-hierarchical-todo-statistics): New option.
3e344045 2455 (org-update-parent-todo-statistics): Modify to handle recursive
c8d0cf5c
CD
2456 statistics.
2457
24582009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
2459
2460 * org-publish.el (org-publish): Make this function behave
2461 correctly in interactive use when called with a prefix argument.
2462
2463 * org.el (org-todo-statistics-hook): New hook.
2464 (org-update-parent-todo-statistics): Use new hook.
2465 (org-log-into-drawer): New function.
2466 (org-add-log-setup): Use the new `org-log-into-drawer' function to
2467 determine if we should be logging into a drawer.
2468 (org-log-into-drawer): Update docstring.
2469 (org-default-properties): Add LOG_INTO_DRAWER as a property.
2470
2471 * org-list.el (org-checkbox-statistics-hook): New hook.
2472 (org-update-checkbox-count-maybe): Use new hook.
2473
24742009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
2475
2476 * org.el (org-edit-src-code, org-edit-fixed-width-region): Use a
2477 better bufer-generating mechanism.
2478 (org-edit-src-find-buffer): New function.
2479
2480 * org-icalendar.el (org-print-icalendar-entries): Don't check for
2481 archive tag, this is already done by `org-agenda-skip'.
2482 data while constructing lost of tags.
2483
24842009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
2485
2486 * org-exp.el (org-export-preprocess-apply-macros): Use semicolon
2487 as argument separator in macros.
2488
24892009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
2490
2491 * org.el (org-after-sorting-entries-or-items-hook): New hook.
2492 (org-sort-entries-or-items): Run the new hook.
2493 (org-after-refile-insert-hook): New hook.
2494 (org-refile): Run `org-after-refile-insert-hook'.
2495
2496 * org-agenda.el (org-agenda-get-progress): Never take time of day
2497 from headline when displaying progress.
2498
2499 * org-latex.el (org-export-latex-complex-heading-re): New variable.
2500 (org-export-as-latex): Force the correct regexp in the
2501 preprocessor buffer.
2502 (org-export-latex-set-initial-vars): Set
2503 `org-export-latex-complex-heading-re'.
2504
2505 * org-agenda.el (org-agenda-start-with-log-mode): New option.
2506 (org-agenda-mode): Use `org-agenda-start-with-log-mode'.
2507
25082009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
2509
2510 * org-latex.el (org-export-latex-tables-centered): New option.
2511 (org-export-latex-tables): Use `org-export-latex-tables-centered'.
2512
2513 * org-exp.el (org-export-as-org): New command.
2514 (org-export-as-org): New command.
2515
2516 * org-publish.el (org-publish-org-to-org): New function.
2517
25182009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
2519
2520 * org.el (org-yank): Just call `org-yank-generic'.
2521 (org-yank-generic): New function, containing the formaer
2522 functionality of `org-yank'.
2523
2524 * org-latex.el (org-export-latex-not-done-keywords)
2525 (org-export-latex-done-keywords): New variables.
2526 (org-export-latex-todo-keyword-markup): New option.
2527 (org-export-latex-set-initial-vars): Remember the TODO keywords.
2528 (org-export-latex-keywords-maybe): Apply the TODO markup.
2529
25302009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
2531
2532 * org-exp.el (org-infile-export-plist): Add more default macros.
2533 (org-export-preprocess-apply-macros): Process macro arguments.
2534
25352009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
2536
2537 * org-icalendar.el (org-icalendar-include-todo): New allowedvalue
2538 `unblocked'.
2539 (org-print-icalendar-entries): Respect the new value of
2540 `org-icalendar-include-todo'.
2541
2542 * org.el (org-link-try-special-completion)
2543 (org-file-complete-link): New functions.
2544 (org-insert-link): Add special completion support for some link
2545 types.
2546
2547 * org-bbdb.el (org-bbdb-complete-link): New function.
2548
25492009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
2550
2551 * org-list.el (org-update-checkbox-count): Allow recursive
2552 statistics.
2553 (org-hierarchical-checkbox-statistics): New option.
2554
2555 * org.el (org-cycle): Remove erraneous space character.
2556
2557 * org-icalendar.el (org-icalendar-timezone): Initialize from
2558 environment.
2559
25602009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
2561
2562 * org.el (org-autoload): Fix autoloading of ascii export
2563 functions.
2564 (org-modules): Add org-special-blocks.
2565
25662009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
2567
2568 * org-icalendar.el (org-start-icalendar-file): Use the new option.
2569 (org-ical-timezone): New option.
2570
2571 * org-exp.el (org-export-get-coderef-format): Use the description
2572 is present.
2573
2574 * org.el (org-sort-entries-or-items): Improve docstring, and make
2575 better implementation for time sorting.
2576
25772009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
2578
2579 * org.el (org-edit-src-persistent-message): New option.
2580 (org-edit-src-code, org-edit-fixed-width-region): Use the new
2581 option.
2582
2583 * org-clock.el (org-clock-insert-selection-line): Fix prefious
2584 patch.
2585
2586 * org.el (org-edit-src-code, org-edit-fixed-width-region): Use
2587 separate buffer instead of indirect buffer to edit source code.
2588 (org-edit-src-exit): Make this function work with the new setup.
2589
2590 * org-clock.el (org-clock-insert-selection-line): Make sure tasks
2591 are properly fontified before shown in the selection menu.
2592
2593 * org.el (org-fontify-like-in-org-mode): New function.
2594
2595 * org-latex.el (org-export-latex-links): Use the property list to
2596 retrieve the default image attributes.
2597
2598 * org-exp.el (org-export-plist-vars): Add a new option.
2599
26002009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
2601
2602 * org-exp.el (org-export, org-export-visible): Support ASCII
2603 export to buffer
2604 (org-export-normalize-links): Do not protect the description if it
2605 is explicitly given.
2606
3e344045 2607 * org-list.el (org-reset-checkbox-state-subtree): Move here from
c8d0cf5c
CD
2608 org-checklist.el.
2609 (org-reset-checkbox-state-subtree): Call
2610 `org-reset-checkbox-state-subtree'.
2611
2612 * org-remember.el (org-select-remember-template): For the
2613 selection of a valid template.
2614
2615 * org-latex.el (org-export-region-as-latex): Supply the
2616 force-no-subtree argument.
2617 (org-export-as-latex): Provide better limits when exporting the
2618 first line. When exporting to string, we still want the first
2619 lines.
2620 (org-export-latex-first-lines): New argument END, to force the end
2621 of the region.
2622 (org-export-region-as-latex): Use the property list.
2623 (org-export-as-latex):
2624
2625 * org-colview-xemacs.el (org-columns-remove-overlays)
2626 (org-columns): Fix call to `local-variable-p'.
2627
26282009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
2629
2630 * org-latex.el (org-export-latex-after-blockquotes-hook): New hook.
2631 (org-export-latex-preprocess): Run the new hook.
2632
2633 * org-exp.el (org-export-preprocess-after-blockquote-hook): New hook.
2634 (org-export-preprocess-string): Run the new hook.
2635
26362009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
2637
2638 * org-macs.el (org-check-external-command): New defsubst.
2639
2640 * org.el (org-mode-map): New key for reload.
2641 (org-format-latex): Better error message when external programs
2642 are not available.
2643
2644 * org-agenda.el (org-agenda-mode-map): Bind `org-reload'.
2645
2646 * org.el (org-sort-entries-or-items): Explicit sorting function
2647 for priorities, needed for XEmacs compatibility.
2648
2649 * org-remember.el (org-remember-apply-template): Improve auto-save
2650 behavior.
2651
26522009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
2653
2654 * org-latex.el (org-export-latex-preprocess): Also protect
2655 environments ending in a star.
2656
2657 * org-list.el (org-at-item-p): Fix regular expression.
2658
26592009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
2660
2661 * org.el (org-end-of-subtree): Improve speed.
2662
2663 * org-agenda.el (org-agenda-get-timestamps)
2664 (org-agenda-get-progress, org-agenda-get-deadlines)
2665 (org-agenda-get-scheduled, org-agenda-get-blocks): Optimizations,
2666 in particular, wait as long as possible to collect the tags.
2667 (org-stuck-projects): Improve docstring.
2668
2669 * org.el (org-store-link): No errors when getting custom id before
2670 first headline.
2671 (org-get-tags-at): Use `org-up-heading-safe' when getting tags.
2672
26732009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
2674
2675 * org.el (org-prepare-agenda-buffers): Catch a throw to nextfile.
2676
2677 * org-protocol.el: Remove dependency on url.el.
2678 (org-protocol-unhex-compound, org-protocol-open-source): Remove
2679 dependency on url.el.
2680
2681 * org-latex.el (org-export-as-pdf): Use
2682 `org-latex-to-pdf-process'.
2683
26842009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
2685
2686 * org-latex.el (org-latex-to-pdf-process): New option.
2687
2688 * org-agenda.el (org-agenda-skip-additional-timestamps-same-entry):
2689 New option.
2690 (org-agenda-get-timestamps): Honor
2691 `org-agenda-skip-additional-timestamps-same-entry'.
2692
2693 * org-clock.el (org-clock-goto-may-find-recent-task): New option.
2694 (org-clock-goto): Find recent task only if
2695 `org-clock-goto-may-find-recent-task' allows it.
2696
2697 * org-exp.el (org-export-remove-or-extract-drawers): Handle empty
2698 drawers, and drawers that are missing the :END: line.
2699
27002009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
2701
2702 * org-clock.el (org-clock-goto): Go to recently clocked task if no
2703 clock is running.
2704
27052009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
2706
2707 * org.el (org-update-parent-todo-statistics): Check for
2708 STATISTICS_FROM property.
2709
2710 * org-list.el (org-update-checkbox-count): Check for
2711 STATISTICS_FROM property.
2712
2713 * org.el (org-tab-first-hook)
2714 (org-tab-after-check-for-table-hook)
2715 (org-tab-after-check-for-cycling-hook): New hooks.
2716 (org-cycle-internal-global, org-cycle-internal-local): New
2717 functions, split out from `org-cycle'.
2718 (org-cycle): Call the new hooks.
2719
27202009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
2721
2722 * org-exp.el (org-export-preprocess-string): Reset the list of
2723 preferred targets for each run of the preprocessor.
2724
2725 * org.el (org-refile-target-verify-function): Improve
2726 documentation.
2727 (org-get-refile-targets): Respect point being moved by the
2728 verification function.
2729
2730 * org-latex.el (org-export-latex-timestamp-keyword-markup): New
2731 option.
2732 (org-export-latex-keywords): Use new option.
2733
2734 * org.el (org-rear-nonsticky-at): New defsubst.
2735 (org-activate-plain-links, org-activate-angle-links)
2736 (org-activate-footnote-links, org-activate-bracket-links)
2737 (org-activate-dates, org-activate-target-links)
2738 (org-activate-tags): Place the rear-nonsticky properties at the
2739 correct location.
2740
27412009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
2742
2743 * org-protocol.el (server-edit): Declare `server-edit'.
2744 (org-protocol-unhex-string, org-protocol-unhex-compound): New
2745 functions.
2746 (org-protocol-check-filename-for-protocol): Call `server-edit'.
2747
2748 * org.el (org-default-properties): New default properteis for
2749 completion.
2750
2751 * org-exp.el (org-export-add-subtree-options): Add new properties
2752 for subtree export.
2753
27542009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
2755
2756 * org-id.el (org-id-get-with-outline-path-completion): Turn off
2757 org-refile-target-verify-function for the duration of the command.
2758
2759 * org.el (org-link-to-org-use-id): New possible value
2760 `create-if-interactive-and-no-custom-id'.
2761 (org-store-link): Use custom IDs.
2762 (org-link-search): Find custom ID properties from #link.
2763 (org-default-properties): Add CUSTOM_ID for property completion.
2764 (org-refile-target-verify-function): New option.
2765 (org-goto): Turn off org-refile-target-verify-function
2766 for the duration of the command.
2767
27682009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
2769
2770 * org-exp.el (org-export-preferred-target-alist): New variable.
2771 (org-export-define-heading-targets): Find the new CUSTOM_ID
2772 property.
2773 (org-export-target-internal-links): Target the custom ids when
2774 possible.
2775
2776 * org-latex.el (org-export-latex-preprocess): Better regexp for
2777 matching latex macros with arguments.
2778
27792009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
2780
2781 * org-remember.el (org-remember-handler): Allow filing to non-org
2782 files.
2783
8bdd66dc 27842009-08-06 Magnus Henoch <magnus.henoch@gmail.com>
c8d0cf5c
CD
2785
2786 * org-table.el (org-table-fix-formulas): Do not change references
2787 to remote tables.
2788 (org-table-get-remote-range): Convert standard coordinates to RC
2789 format.
2790
2791 * org-latex.el (org-export-latex-keywords): Fix regexp bug.
2792
27932009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
2794
2795 * org-compat.el (org-sha1-string): Function removed.
2796
2797 * org.el (org-refile-allow-creating-parent-nodes): New option.
2798 (org-refile-get-location): New argument NEW-NODES.
2799 (org-refile): Call `org-refile-get-location' with the new
2800 argument.
2801 (org-refile-get-location): Arrange for adding a new child.
2802 (org-refile-new-child): New function.
2803
2804 * org-clock.el: Fix a number of docstrings.
2805 (org-clock-find-position): New argument
2806 FIND-UNCLOSED to make the function find an unclosed clock in the
2807 entry.
2808 (org-clock-in): Call `org-clock-find-position' with the new
2809 argument if we might be resuming a clock.
2810
28112009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
2812
2813 * org-latex.el (org-export-latex-display-custom-times): New variable.
2814 (org-export-latex-timestamp-markup): New option.
2815 (org-export-latex-set-initial-vars): Remember the local value of
2816 `org-display-custom-times'.
2817 (org-export-latex-content): Process time stamps.
2818 (org-export-latex-time-stamps): New function.
2819
2820 * org-macs.el (org-maybe-intangible): Add intangible property
2821 again to invisible text.
2822
28232009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
2824
2825 * org-exp.el (org-default-export-plist): Handle undefined
2826 variables.
2827
28282009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
2829
2830 * org.el (org-sort-entries-or-items): Match TODO keywrds
2831 case-sensitively, when sorting.
2832 (org-priority): Do not match TODO keywords with wrong case.
2833
28342009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
2835
2836 * org.el (org-todo): Honor the NOBLOCKING property.
2837
2838 * org-agenda.el (org-agenda-dim-blocked-tasks): Honor the
2839 NOBLOCKING property.
2840
8bdd66dc 2841 * org.el (org-scan-tags): Fix bug in tag scanner.
c8d0cf5c
CD
2842
28432009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
2844
2845 * org.el (org-modules): Mark obsolete packages.
2846
2847 * org-html.el: New file, split out from org-exp.el.
2848
2849 * org-icalendar.el: New file, split out from org-exp.el.
2850
2851 * org-xoxo.el: New file, split out from org-exp.el.
2852
2853 * org-ascii.el: New file, split out from org-exp.el.
2854
28552009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
2856
2857 * org-compat.el (org-find-library-name): New function.
2858
2859 * org.el (org-pre-cycle-hook): New hook.
2860 (org-cycle): Call the new hook in appropriate places.
2861 (org-reload): Only reload files that have been loaded before.
2862
28632009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
2864
2865 * org.el (org-set-font-lock-defaults): Enforxe space or line end
2866 after todo keyword.
2867 (org-todo): When changing TODO state, do matching
2868 case-sensitively.
2869 (org-map-continue-from): New variable.
2870 (org-scan-tags): Respect values in `org-map-continue-from'.
2871 (org-reload): Make XEmacs compatible.
2872
28732009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
2874
2875 * org-protocol.el (org-protocol-flatten-greedy): New function.
2876 (org-protocol-flatten): New function.
2877
2878 * org.el (org-open-link-from-string): Pass reference buffer to
2879 `org-open-at-point'.
2880 (org-open-at-point): New optional argument `reference-buffer'.
2881
28822009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
2883
2884 * org.el (org-scan-tags): Make tag scan find headline in first
2885 line, 2nd attempt.
2886 (org-get-refile-targets): Add the naked file name.
2887 (org-refile): Store as top-level entry when only file name was
2888 given.
2889
2890 * org-agenda.el (org-agenda-get-progress): Fix regexp bug.
2891
2892 * org.el (org-block-todo-from-children-or-siblings-or-parent):
3e344045 2893 Rename from org-block-todo-from-children-or-siblings, and
c8d0cf5c
CD
2894 enhanced to look for the parent's status as well.
2895
2896 * org-agenda.el (org-agenda-log-mode-add-notes): New option.
2897 (org-agenda-get-progress): Add first notes line to log entry if so
2898 desired.
2899
29002009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
2901
2902 * org-agenda.el (org-agenda-cleanup-fancy-diary-hook): New hook.
2903 (org-agenda-cleanup-fancy-diary): Call the new hook.
2904
2905 * org-remember.el (org-remember-apply-template): Take the default
2906 for the annotation from the :annotation property.
2907
2908 * org-mac-message.el (org-mac-message-get-link): Remove the
2909 quotes.
2910 (org-mac-message-get-link): Return the result.
2911
29122009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
2913
2914 * org.el (org-refile-get-location): Add file name only if not
2915 already included in outline path.
2916
2917 * org-faces.el (org-n-level-faces): Fix customization type from
2918 number to integer.
2919
2920 * org-exp.el (org-export-headline-levels): Fix customization type
2921 from number to integer.
2922
2923 * org-agenda.el (org-agenda-confirm-kill)
2924 (org-agenda-custom-commands-local-options)
2925 (org-timeline-show-empty-dates, org-agenda-ndays)
2926 (org-agenda-start-on-weekday, org-scheduled-past-days): Fix
2927 customization type from number to integer.
2928
29292009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
2930
2931 * org-protocol.el: Declare some functions.
2932
2933 * org-agenda.el (org-agenda-compare-effort): Honor
2934 `org-sort-agenda-noeffort-is-high'.
2935 (org-agenda-filter-by-tag, org-agenda-filter-make-matcher)
2936 (org-agenda-compare-effort): Implement the "?" operator for
2937 finding entries without effort setting.
2938
2939 * org.el (org-extract-attributes-from-string): New function.
2940
2941 * org-exp.el (org-export-splice-attributes): New function.
2942
646bcdd7
GM
29432009-08-06 Bastien Guerry <bzg@altern.org>
2944 Daniel M German <dmg@uvic.org>
2945 Sebastian Rose <sebastian_rose@gmx.de>
2946 Ross Patterson <me@rpatterson.net>
2947
2948 * org-protocol.el: New file.
2949
29502009-08-06 Baoqiu Cui <cbaoqiu@yahoo.com>
2951
2952 * org-docbook.el: New file.
2953
c8d0cf5c
CD
29542009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
2955
646bcdd7 2956 * org-mouse.el: XEmacs compatibility fixes.
c8d0cf5c
CD
2957
2958 * org.el (org-modules): Add org-inlinetasks.el
2959 (org-cycle): Implement limiting level on cycling.
2960 (org-move-subtree-down): Fix bug with swapping subtrees at end of
2961 buffer.
2962
2963 * org-inlinetask.el: New file.
2964
c8d0cf5c
CD
2965 * org.el (org-emphasis-regexp-components): Allow braces in
2966 emphasis pre and post match.
2967
2968 * org-footnote.el (org-footnote-normalize): When only dorting, do
2969 not insert inline notes at the end.
2970
2971 * org.el (org-require-autoloaded-modules): Add org-docbook.el.
2972
c8d0cf5c
CD
29732009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
2974
2975 * org.el (org-reftex-citation): New command.
2976
29772009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
2978
2979 * org-agenda.el (org-agenda-cmp-user-defined): New option.
2980 (org-sorting-choice, org-agenda-sorting-strategy): Add the new
2981 sorting options.
2982 (org-entries-lessp): Apply the new sorting option.
2983
2984 * org.el (org-block-todo-from-children-or-siblings): Fix bug in
2985 blocker code, when an older sibling has children.
2986
2987 * org-mac-message.el (org-mac-message-get-link): Improve getting
2988 links from multiple selected messages.
2989
29902009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
2991
2992 * org-remember.el (org-remember-finalize): Do not set buffer file
2993 name to nil.
2994 (org-remember-handler): Mark buffer as unmodified.
2995 (org-remember-handler): Delete backup file and show message about
2996 remaining backup files.
2997 (org-remember-auto-remove-backup-files): New option.
2998
2999 * org.el (org-store-link): Use buffer name as link description in
3000 w3-mode buffers.
3001 (org-ido-switchb): Fix argument bug for completion.
3002
3003 * org-remember.el (org-remember-apply-template): Set local
3004 variable `auto-save-visited-file-name' instead of global one.
3005
30062009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
3007
3008 * org-agenda.el (org-agenda-get-todos): Fix bug with match-data.
3009 (org-agenda-get-todos): Mark file tags as inherited.
3010 (org-agenda-list): Always search diary lines for a time.
3011
30122009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
3013
3014 * org-feed.el: New file.
3015
3016 * org-exp.el (org-export-as-html): Close local lists depending on
3017 indentation, also when starting a table.
3018
3019 * org-remember.el (org-remember-backup-directory)
3020 (org-remember-backup-name): New internal variable.
3021
30222009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
3023
3024 * org-clock.el (org-clock-out-if-current): Make buffer detection
3025 work in indirect buffers as well.
3026
3027 * org.el (org-emphasis-regexp-components): Add the exxclamation
3028 mark to the post-emphasis characters.
3029
30302009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
3031
3032 * org.el (org-read-date-minibiffer-septup-hook): New hook.
3033 (org-read-date): Run the new hook.
3034
3035 * org-mac-message.el (org-mac-flagged-mail): New group.
3036 (org-mac-mail-account): New variable.
3037 (org-mac-create-flagged-mail, org-mac-insert-flagged-mail): New
3038 commands.
3039
3040 * org-remember.el (org-remember-backup-directory): New variable.
3041 (org-remember-apply-template): Write file to backup directory.
3042
30432009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
3044
3045 * org-mouse.el (org-mouse-todo-menu): New function.
3046 (org-mouse-todo-keywords): Function removed.
3047 (org-mouse-context-menu): Use `org-mouse-todo-menu'.
3048
3049 * org-table.el (org-table-beginning-of-field)
3050 (org-table-end-of-field): New commands
3051 (org-table-previous-field, org-table-beginning-of-field): Better
3052 error messages.
3053 (orgtbl-setup): Include `M-a' and `M-e'.
3054
3055 * org.el (org-backward-sentence, org-forward-sentence): New
3056 commands.
3057
3058 * org-colview.el (org-colview-initial-truncate-line-value): New
3059 variable.
3060 (org-columns-remove-overlays): Restore the value of `truncate-lines'.
3061 (org-columns): Remember the value of `truncate-lines'.
3062
3063 * org-colview-xemacs.el (org-colview-initial-truncate-line-value):
3064 New variable.
3065 (org-columns-remove-overlays): Restore the value of
3066 `truncate-lines'.
3067 (org-columns): Remember the value of `truncate-lines'.
3068
3069 * org.el (org-columns-skip-arrchived-trees): New option.
3070
3071 * org-agenda.el (org-agenda-export-html-style): Define color for
3072 org-agenda-done face.
3073 (org-search-view, org-agenda-get-todos, org-agenda-get-progress)
3074 (org-agenda-get-deadlines, org-agenda-get-scheduled): Use new face.
3075
3076 * org.el (org-scan-tags): Use the new face.
3077
3078 * org-faces.el (org-agenda-done): New face.
3079
3080 * org.el (org-scan-tags): Test the value org
3081 `org-tags-match-list-sublevels'.
3082 (org-tags-match-list-sublevels): New allowed value: indented.
3083
3084 * org-latex.el (org-export-latex-make-header): Apply macros
3085 in header.
3086
3087 * org-exp.el (org-export-apply-macros-in-string): New function.
3088
3089 * org-latex.el (org-export-latex-list-parameters): Fix bug
3090 with the definition of a checked box.
3091
3092 * org-clock.el (org-clock-find-position): Fix drawer indentations.
3093
3094 * org-latex.el (org-export-latex-low-levels): More options
3095 for how to process lower levels in LaTeX.
3096 (org-export-latex-subcontent): Better treatment for lists as a
3097 means of publishing lower levels.
3098
30992009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
3100
3101 * org.el (org-set-font-lock-defaults): Use new checkbox face.
3102
3103 * org-faces.el (org-checkbox): New face.
3104
3105 * org-exp.el (org-export-html-preprocess): Only create LaTeX
3106 fragement images if there is an export file.
3107
31082009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
3109
3110 * org-agenda.el (org-stuck-projects): Document that the subtree of
3111 projects that are not stuck will now be searched for stuck
3112 sub-projects.
3113 (org-agenda-skip-entry-when-regexp-matches)
3114 (org-agenda-skip-entry-when-regexp-matches-in-subtree): New functions.
3115 (org-agenda-list-stuck-projects): Use
3116 `org-agenda-skip-entry-when-regexp-matches-in-subtree'.
3117
3118 * org-latex.el (org-export-latex-preprocess): Improve
3119 export of verses.
3120
3121 * org-exp.el (org-export-as-html): Implement centering as a div
3122 rather than a paragraph. Do a better job with line-end in verse
3123 environments.
3124
31252009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
3126
3127 * org.el (org-open-at-point): Fix tags searches by mouse click.
3128
31292009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
3130
3131 * org-latex.el (org-export-latex-preprocess): Implement the
3132 centering markup.
3133
3e344045 3134 * org-exp.el (org-export-mark-blockquote-verse-center): Rename
c8d0cf5c
CD
3135 from `org-export-mark-blockquote-and-verse'.
3136 (org-export-as-html): Implement the centering markup.
3137
3138 * org-latex.el (org-export-latex-tables): Fix vertical
3139 lines in tables.
3140
31412009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
3142
3143 * org.el (org-read-date-history): New variable.
3144 (org-read-date): Use new history variable.
3145 (org-toggle-heading): Fix bug when used before first headline.
3146 (org-store-log-note): Remove drawer if empty while note is
3147 aborted.
3148 (org-remove-empty-drawer-at): New function.
3149 (org-check-after-date): New command.
3150 (org-sparse-tree): New sparse tree command "a".
3151
3152 * org-exp.el (org-export-as-ascii): Improve export of plain lists.
3153
31542009-08-06 Bastien Guerry <bzg@altern.org>
3155
3156 * org.el (org-toggle-fixed-width-section): Bug fix: insert a
3157 column and a space, not only a column.
3158
31592009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
3160
3161 * org-latex.el (org-export-latex-emphasis-alist): Better
3162 defaults for verbose emphasis.
3163 (org-export-latex-emph-format): New function.
3164 (org-export-latex-fontify): Call `org-export-latex-emph-format'.
3165
3166 * org-agenda.el (org-agenda-menu): Add new commands to menu.
3167 (org-agenda-do-date-later, org-agenda-do-date-earlier)
3168 (org-agenda-date-later-minutes, org-agenda-date-earlier-minutes)
3169 (org-agenda-date-later-hours, org-agenda-date-earlier-hours): New
3170 commands.
3171
3172 * org.el (org-timestamp-change): Move end-time along with start
3173 time.
3174
31752009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
3176
3177 * org-exp.el (org-export-target-internal-links)
3178 (org-export-as-html): Protect links specified as #name.
3179
31802009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
3181
3182 * org.el (org-clone-subtree-with-time-shift): New command.
3183
3184 * org-latex.el (org-export-latex-special-chars)
3185 (org-export-latex-treat-sub-super-char): Fix subscript export.
3186
3187 * org-exp.el (org-create-multibrace-regexp): Do not add
3188 backslashes to the class.
3189
31902009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
3191
3192 * org-colview.el (org-columns-map): Better functions for moving up
3193 and down a row, even if `truncate-line' is nil.
3194
3195 * org.el (org-insert-todo-heading): Make sure the keyword is
3196 inserted at the correct position.
3197
3198 * org-publish.el (org-publish-project-alist)
3199 (org-publish-projects, org-publish-org-index): Change default anme
3200 for the index of file names to "sitemap.org".
3201
3202 * org-latex.el (org-export-latex-tables): Use
3203 `org-split-string', for Emacs 21 compatibility.
3204
32052009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
3206
3207 * org-agenda.el (org-agenda-log-mode-items): Improve docstring.
3208
32092009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
3210
3211 * org-exp.el (org-export-page-description)
3212 (org-export-page-keywords): New variables.
3213 (org-export-plist-vars): Add entries for :keywords and
3214 :description.
3215 (org-infile-export-plist): Parse for new keywords.
3216 (org-get-current-options): Add new keywords
3217 (org-export-as-html): Publish description and keywords.
3218
3219 * org-agenda.el (org-agenda-add-entry-text-descriptive-links): New
3220 option.
3221 (org-agenda-add-entry-text): Honor
3222 `org-agenda-add-entry-text-descriptive-links'.
3223
3224 * org-latex.el (org-export-latex-preprocess): Make all
3225 external preprocess functions use a PARAMETER arg.
3226
3227 * org-exp.el (org-export-preprocess-string)
3228 (org-export-select-backend-specific-text)
3229 (org-export-format-source-code-or-example)
3230 (org-format-org-table-html): Support docbook export.
3231 (org-export-preprocess-string): Make all external preprocess
3232 functions use a PARAMETER arg.
3233
32342009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
3235
3236 * org-exp.el (org-export-html-style-include-scripts): New option.
3237 (org-export-plist-vars): Add new option
3238 `org-export-html-style-include-scripts'.
3239 (org-export-as-html): Honor new option
3240 `org-export-html-style-include-scripts'.
3241 (org-export-html-scripts, org-export-html-style-default): Fix
3242 xml issues with the Safari browser.
3243
32442009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
3245
3246 * org-publish.el (org-publish-attachment): Only copy file when the
3247 directories differ.
3248
32492009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
3250
3251 * org-clock.el (org-clocktable-steps): Use inactive time stamps
3252 for clocktable steps.
3253
3254 * org.el (org-additional-option-like-keywords): Add two more
3255 keywords.
3256
32572009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
3258
3259 * org-exp.el (org-export-format-source-code-or-example): Mark
3260 temporary buffer unmodified, so that it will be killed even if
3261 mode like message mode has decided to assign a file name.
3262
3263 * org.el (org-scan-tags): Improve tag inheritance.
3264 (org-scan-tags, org-make-tags-matcher): Make tag comparison
3265 case-sensitive.
3266 (org-scan-tags): Use the internal tags list instead of creating it
3267 from scratch.
3268 (org-trust-scanner-tags, org-scanner-tags): New variables.
3269 (org-scan-tags): Set `org-scanner-tags'.
3270 (org-get-tags-at): Take advantage of `org-trust-scanner-tags'.
3271 (org-map-entries): Document the possible speedup using scanner
3272 tags.
3273
32742009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
3275
3276 * org.el (org-add-planning-info): Fix bug with looking for keyword
3277 only at column 0.
3278
3279 * org-agenda.el (org-agenda-custom-commands-local-options): Add
3280 option for tags filter preset.
3281 (org-prepare-agenda): Store filter preset as a property on the
3282 filter variable.
3283 (org-finalize-agenda): Call the filter, if there is a preset.
3284 (org-agenda-filter-by-tag): Filter again after clearing the
3285 filter, when there still is a preset.
3286 (org-agenda-filter-make-matcher, org-agenda-set-mode-name):
3287 Include the preset filter.
3288 (org-agenda-redo): Apply the filter again, also the preset filter.
3289
3290 * org-exp.el (org-export-as-html): Use IDs in the correct way.
3291
3292 * org.el (org-uuidgen-p): New funtion.
3293
3294 * org-agenda.el (org-agenda-fontify-priorities): New default value
3295 `cookies'.
3e344045 3296 (org-agenda-fontify-priorities): Rename from
c8d0cf5c
CD
3297 org-fontify-priorities.
3298
3299 * org.el (org-set-font-lock-defaults): Call
3300 `org-font-lock-add-priority-faces'.
3301 (org-font-lock-add-priority-faces): New function.
3302
04e65fdb 3303 * org-faces.el (org-set-tag-faces): New option.
c8d0cf5c
CD
3304 (org-priority-faces): New variable.
3305
3306 * org-exp.el (org-export-as-html): Add a "content" div around the
3307 entire content of the body tag.
3308 (org-export-html-get-bibliography): New function.
3309 (org-export-html-validation-link): New variable.
3310 (org-export-as-html): Add validation link to exported page.
3311
3e344045 3312 * org.el (org-match-sparse-tree): Rename from
c8d0cf5c
CD
3313 `org-tags-sparse-tree'.
3314 (org-tags-sparse-tree): New alias.
3315
33162009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
3317
3318 * org.el (org-get-valid-level): Catch the case where the level
3319 change is nil.
3320
3321 * org-clock.el (org-clock-find-position): Better indentation of
3322 new clock drawers.
3323
33242009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
3325
3326 * org-agenda.el (org-agenda-quit): Delete window only when the
3327 frame-setup was not `current-window'.
3328
3329 * org.el (org-tag-persistent-alist): New option.
3330 (org-startup-options): Add keyword `noptag'.
3331 (org-fast-todo-selection): Handle :newline correctly.
3332 (org-set-tags): Handle :newline correctly.
3333 (org-fast-tag-selection): Handle :newline correctly.
3334
33352009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
3336
3337 * org-exp.el (org-export-as-ascii): Reverse link buffer before
3338 outputting it.
3339 (org-export-ascii-push-links): Fix bug with pussing links into the
3340 export buffer.
3341
33422009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
3343
3344 * org-archive.el (org-archive-subtree): Do not add 1 to level if
3345 pasting at top level.
3346
3347 * org-bbdb.el: Improve documentation.
3348
33492009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
3350
3351 * org-list.el (org-insert-item): Only consider insert empty lines
3352 is `org-empty-line-terminates-plain-lists' is not nil.
3353
3354 * org.el (org-blank-before-new-entry): Mention the dependence on
3355 `org-empty-line-terminates-plain-lists' in the docstring.
3356
3357 * org-publish.el (org-publish-get-project-from-filename): New
3358 optional argument UP. Only find the top project if UP is set.
3359 (org-publish-current-project): Find the top encloding project.
3360
3361 * org-agenda.el (org-agenda-before-write-hook)
3362 (org-agenda-add-entry-text-maxlines): New options.
3363 (org-write-agenda): Run the new hook in the temporary buffer.
3364 (org-agenda-add-entry-text): New function.
3365 (org-write-agenda): Implement PDF export, using ps2pdf.
3366
3367 * org.el (org-global-properties-fixed, org-global-properties):
3368 Improve documentation string.
3369
3370 * org-exp.el (org-export-ascii-links-to-notes): New option.
3371 (org-export-as-ascii): Handle links better.
3372 (org-export-ascii-wrap, org-export-ascii-push-links): New
3373 functions.
3374
33752009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
3376
3377 * org-agenda.el (org-agenda): Make prefix arg optional.
3378 (org-agenda-search-headline-for-time): New option.
3379 (org-format-agenda-item): Honor
3380 `org-agenda-search-headline-for-time'.
3381
3382 * org-table.el (orgtbl-self-insert-command): Cluster undo for 20
3383 characters.
3384
3385 * org.el (org-self-insert-cluster-for-undo): New option.
3386 (org-self-insert-command): Cluster undo for 20 characters.
3387 (org-self-insert-command-undo-counter): New variable.
3388
33892009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
3390
3391 * org-exp.el (org-export-as-html): Fix problem with closing colone
3392 example.
3393
33942009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
3395
3396 * org-latex.el (org-export-as-latex)
3397 (org-export-latex-first-lines): Avoid modification flag when
3398 adding or removing text properties.
3399 (org-export-latex-fontify): Catch error when org-emph-alist has
3400 entries that are not defined for LaTeX export.
3401
8bdd66dc 3402 * org-export-latex.el: renamed to org-latex.el.
c8d0cf5c 3403
8bdd66dc 3404 * org-latex.el: renamed from org-export-latex.el.
c8d0cf5c
CD
3405
3406 * org.el (orgstruct++-mode): New function.
3407 (turn-on-orgstruct++): Call `orgstruct++-mode'.
3408 (org-context-p): Allow detecting item context after the first line
3409 of an item.
3410 (orgstruct-make-binding): Detect if item-body context should be
3411 seen.
3412 (orgstruct-is-++): New variable.
3413 (org-add-planning-info): Catch the case when there is no planning
3414 info yet and the call does not want to add anything, only maybe
3415 tries to remove something.
3416 (org-special-ctrl-a/e): All value to be a cons cell with separate
04e65fdb 3417 settings for `C-a' and `C-e'.
c8d0cf5c
CD
3418 (org-beginning-of-line, org-end-of-line): Honor separate values
3419 for `C-a' and `C-e'.
3420
34212009-08-06 Carsten Dominik <carsten.dominik@gmail.com>
3422
3423 * org.el (org-reload): New command.
3424
a5a79894
TH
34252009-06-05 Tassilo Horn <tassilo@member.fsf.org>
3426
3427 * org-gnus.el (org-gnus-store-link): Fix bug where
3428 org-gnus-store-link used wrong subject when called in an article
3429 buffer. Patch provided by fengli AT gmail DOT com.
3430
1f82c9ed
GM
34312009-03-13 D. Goel <deego3@gmail.com>
3432
3433 * org-bbdb.el: When calling (multiple-value-bind/setq .. ls)
3434 replace ls by (values-list ls).
3435
9148fdd0
CD
34362009-02-20 Carsten Dominik <dominik@science.uva.nl>
3437
3438 * org-remember.el (org-remember-apply-template): Turn off ido for
3439 this completion.
3440
3441 * org.el (org-priority): Also find invisible headings, for remote
3442 editing.
3443 (org-completing-read-no-ido): New function.
3444 (org-make-tags-matcher, org-set-property): Turn off ido for this completion.
3445
3446 * org-colview.el (org-columns-edit-value): No special treatment of
3447 prefix arg.
3448
7b96ff9a
CD
34492009-02-19 Carsten Dominik <dominik@science.uva.nl>
3450
3451 * org.el (org-block-todo-from-children-or-siblings): Use
3452 `org-up-heading-all' so that this will work correctly with hidden
3453 property drawers and entries.
3454 (org-end-of-line, org-beginning-of-line): Make prefix arg work, by
3455 falling back to normal, default command.
3456 (org-get-location): Temporarily turn off special behavior.
3457
41342c80
GM
34582009-02-13 Glenn Morris <rgm@gnu.org>
3459
3460 * org-rmail.el (rmail-show-message): Restore argument list to the
3461 declaration now that this functions behaves in Emacs 23 as in 22.
3462
576e334d
GM
34632009-02-12 Glenn Morris <rgm@gnu.org>
3464
3465 * org-footnote.el (org-footnote-at-definition-p): Fix doc typo.
3466
34672009-02-12 Joachim Reiter <Reiter.Joachim@web.de> (tiny change)
3468
3469 * org-footnote.el (org-footnote-action): Fix doc typo.
3470
0b91aef0
CD
34712009-02-06 Carsten Dominik <dominik@science.uva.nl>
3472
ee9d4ebe
CD
3473 * org-exp.el (org-export-preprocess-string): Fix bug with skipping
3474 text before first headline.
7297ca6d
CD
3475 (org-export-remove-or-extract-drawers): Fix regular expression for
3476 extracting drawers.
ee9d4ebe 3477
0b91aef0
CD
3478 * org.el (org-format-latex): Stop LaTeX fragment processing in
3479 protected examples.
3480
c82c35fc
GM
34812009-02-05 Glenn Morris <rgm@gnu.org>
3482
3483 * org-rmail.el (rmail-show-message): Update declaration.
3484 (rmail-buffer, rmail-view-buffer): Declare.
3485 (org-rmail-store-link, org-rmail-follow-link): Handle mbox Rmail.
3486
cc6dbcb7
CD
34872009-02-04 Carsten Dominik <dominik@science.uva.nl>
3488
3489 * org.el (org-return-follows-link): Revert setting
3490 `org-return-follows-link' to t by default.
3491
20106e31
CD
34922009-02-02 Carsten Dominik <dominik@science.uva.nl>
3493
3494 * org.el (org-cycle-global-at-bob): Fix typo.
3495
3496 * org-jsinfo.el (org-infojs-handle-options): Fix typo in comment.
3497
5ace2fe5
CD
34982009-02-02 Carsten Dominik <carsten.dominik@gmail.com>
3499
3500 * org.el (org-mode): Make dependence stuff work more reliably.
3501 (org-update-parent-todo-statistics): Fix bug with updating
3502 statistics cookie.
3503 (org-yank-adjusted-subtrees, org-return-follows-link)
3504 (org-use-fast-todo-selection, org-tags-column): New default
3505 setting for variables.
3506
3507 * org-export-latex.el (org-export-latex-emphasis-alist): Use = and
3508 ~ as verbatim delimiters, to avoid table bug.
3509 (org-export-latex-classes): Remove the a4paper option from the
3510 default styles.
3511
3512 * org-exp.el (org-export-html-format-image): New argument
3513 PAR-OPEN, to fix XHTM validation bug.
3514 (org-export-as-html): Pass par-open to
3515 `org-export-html-format-image'.
3516 (org-export-html-footnotes-section): Use a more consistent id for
3517 footnotes.
3518
3519 * org-agenda.el (org-agenda-sorting-strategy)
3520 (org-agenda-tags-column): New default setting for variables, based
3521 on a poll what typical uses use.
3522 (org-agenda-dim-blocked-tasks): Keep dimming blocked entries from
3523 setting the blocked tag.
3524
72d06d81
CD
35252009-01-31 Carsten Dominik <dominik@science.uva.nl>
3526
3527 * org-agenda.el (org-agenda-dim-blocked-tasks): No tagging when
3528 only checking for blocks.
3529
8bdd66dc
JB
3530 * org-exp.el (org-export-html-footnotes-section): Make the div id
3531 consistent.
72d06d81
CD
3532
3533 * org-export-latex.el (org-export-latex-classes): Remove
3534 paper size option from LaTeX classes.
3535
6c817206
CD
35362009-01-31 Carsten Dominik <carsten.dominik@gmail.com>
3537
3538 * org.el (org-enforce-todo-checkbox-dependencies): New option.
3539 (org-block-todo-from-checkboxes): New function.
3540 (org-todo): Make tripple prefix arg circumvent blocking.
3541
6f3e2af6
GM
35422009-01-30 Glenn Morris <rgm@gnu.org>
3543
805b5d9c
GM
3544 * org-list.el (org-empty-line-terminates-plain-lists)
3545 (org-toggle-checkbox): Doc fixes.
3546
6f3e2af6
GM
3547 * org-table.el (org-table-clean-before-export): Fix declaration.
3548
a2a2e7fb
CD
35492009-01-30 Carsten Dominik <carsten.dominik@gmail.com>
3550
3551 * org-timer.el (org-timer): Provide the timer feature.
3552
3553 * org.el (org-require-autoloaded-modules): Add a few more files to
3554 the list of autoloaded modules.
3555
3556 * org-agenda.el (org-agenda-todo): Pass ARG to `org-todo'.
3557
3558 * org-exp.el (org-export-remove-or-extract-drawers): Only remove
3559 drawers that are unprotected.
3560 (org-export-html-format-image): Make sure inlined LaTeX fragment
3561 images remain inlined.
3562
3563 * org.el (org-toggle-ordered-property): New function.
3564 (org-mode-map): Add a key for `org-toggle-ordered-property'.
3565 (org-org-menu): Add menu entries for TODO dependencies.
3566
3567 * org.el (org-default-properties): Add ORDERED to the default
3568 properties, to get completion support for it.
3569
3570 * org-list.el (org-update-checkbox-count): Update more than one cookie.
3571
3572 * org.el (org-update-parent-todo-statistics): Update more than one
3573 cookie.
3574
d6685abc
CD
35752009-01-28 Carsten Dominik <carsten.dominik@gmail.com>
3576
3577 * org-agenda.el (org-agenda-get-todos): Start search from correct
3578 position.
3579
3580 * org.el (org-fast-todo-selection): Make sure TODO selection does
3581 not change buffer position.
3582
3583 * org-list.el (org-toggle-checkbox): Implement adding or removing
3584 checkboxes from line or region when called with a prefix
3585 argument.
3586
3587 * org-rmail.el (org-rmail-store-link): Protect the call to
3588 `rmail-narrow-to-non-pruned-header'.
3589
3590 * org-clock.el (org-clock-special-range): Fix week display in
3591 clock tables.
3592
3593 * org-exp.el (org-get-current-options): Fix bug when in indirect
3594 buffer.
3595
3596 * org-agenda.el (org-agenda-dim-blocked-tasks): New option.
3597 (org-finalize-agenda): Call `org-agenda-dim-blocked-tasks'.
3598 (org-agenda-dim-blocked-tasks): New function.
3599
3600 * org.el (org-enforce-todo-dependencies): New option.
3601 (org-block-todo-from-children-or-siblings): New function.
3602
3603 * org-faces.el (org-agenda-dimmed-todo-face): New face.
3604
65c439fd
CD
36052009-01-27 Carsten Dominik <carsten.dominik@gmail.com>
3606
3607 * org.el (org-todo): Return correct state type even if the blocker
3608 throws an error.
3e344045 3609 (org-modifier-cursor-error): Rename from
65c439fd
CD
3610 `org-shiftcursor-error'.
3611 (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
3612 (org-shiftmetadown): Call `org-modifier-cursor-error'.
3613
3614 * org-agenda.el (org-agenda-todo): Call `org-todo' interactively,
3615 to get real errors from the blocker hook.
3616
3617 * org.el (org-shiftselect-error, org-call-for-shift-select): New
3618 functions.
3619 (org-set-visibility-according-to-property): Turn off the setting
3620 of `org-show-entry-below', to avoid overruling a FOLDED visibility
3621 property.
3622
3623 * org.el (org-support-shift-select): New option.
3624 (org-shiftup, org-shiftdown, org-shiftright, org-shiftleft)
3625 (org-shiftcontrolright, org-shiftcontrolleft): Support for shift
3626 selection outside contexts.
3627
3628 * org-list.el (org-at-item-bullet-p): New function.
3629
3630 * org-jsinfo.el (org-infojs-handle-options): Remove unnecessary
3631 variables.
3632
3633 * org-footnote.el (org-footnote-normalize): Remove unnecessary
3634 variable.
3635 (org-insert-footnote-reference-near-definition): Remove
3636 unnecessary let form.
3637
1e4f816a
CD
36382009-01-26 Carsten Dominik <dominik@science.uva.nl>
3639
3c9ebe55
CD
3640 * org-export-latex.el (org-export-as-latex): Call
3641 `org-export-latex-first-lines' with OPT-PLIST as a parameter.
3642 (org-export-latex-first-lines): New parameter OPT-PLIST.
3643
1e4f816a
CD
3644 * org.el (org-yank): Tell `delete-selection-mode' about
3645 `org-yank'.
3646
3647 * org-faces.el (org-clock-overlay): Fix face definition.
3648
3649 * org-export-latex.el (org-export-latex-first-lines): Pass
3650 timestamp and footnote parameters to the preprocessor.
3651
3652 * org-exp.el (org-export-remove-timestamps): Do not remove time
3653 stamps inside tables.
3654
0bd48b37
CD
36552009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
3656
3657 * org-exp.el (org-export-as-html): Turn \par into a paragraph.
3658
3659 * org.el (org-agenda-tags-todo-honor-ignore-options): Declare
3660 variable.
3661
3662 * org-table.el (org-table-insert-hline): Fix typo in fuction call
3663 to `backward-char'.
3664
3665 * org-exp.el (org-export-as-html): Remove the initial space from
3666 colon examples.
3667
3668 * org.el (org-scan-tags): Call
3669 `org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item'.
3670
3671 * org-agenda.el (org-agenda-todo-list, org-agenda-match-view): New
3672 customization groups.
3673 (org-agenda-tags-todo-honor-ignore-options): New option.
3674 (org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item):
3675 New function.
3676 (org-agenda-get-todos): Use
3677 `org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item'.
3678
36792009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
3680
3681 * org-exp.el (org-export-format-source-code-or-example): Escape
3682 HTML characters also in examples that anre not treated with
3683 htmlize. Also, just switch to EXAMPLE processing if we do not
3684 have a good version of htmlize.
3685
3686 * org-rmail.el: Fix copyright notice.
3687
3688 * org.el (org-activate-footnote-links): Improve footnote link
3689 highlighting.
3690
3691 * org-footnote.el (org-footnote-normalize): Fix finding the end of
3692 a footnote definition at the end of the file.
3693
3694 * org-table.el (org-table-get-specials): Add an imagined hline at
3695 the end of the table. This can be useful for references that want
3696 to go to the end of the table. Also fix bug when computing last
3697 row constants, in tables that do not start right at the right
3698 margin.
3699 (org-table-eval-formula): Match and replace remove references.
3700 (org-table-formula-substitute-names): Make sure that names inside
3701 a "remote" call are left alone, the will be replaced later when
3702 the remote call is handled.
3703 (org-table-convert-refs-to-rc): Do not convert things that might
3704 look like a reference, but are really part of an ID or namei n a
3705 remote reference.
3706 (org-table-get-remote-range): New function.
3707
37082009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
3709
3710 * org-faces.el (org-clock-overlay): Fix bug in face definition.
3711
3712 * org-clock.el (org-clock-put-overlay): Use new face instead of
3713 `secondary-selection'.
3714
3715 * org-faces.el (org-clock-overlay): New face.
3716
37172009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
3718
3719 * org-exp.el (org-get-current-options): Include the option for
3720 publishing time stamps.
3721
3e344045 3722 * org.el (org-toggle-heading): Rename from
0bd48b37
CD
3723 `org-toggel-region-headings'.
3724 No longer needs a region defined, but will use it if there is one.
3e344045 3725 (org-ctrl-c-star): Simplify, relying more on the internal
0bd48b37 3726 workings of `org-toggle-heading'.
3e344045 3727 (org-toggle-item): Rename from `org-toggle-region-items'.
0bd48b37 3728 No longer needs a region defined, but will use it if there is one.
3e344045 3729 (org-ctrl-c-minus): Simplify, relying more on the inernal
0bd48b37
CD
3730 workings of `org-toggle-item'.
3731
3732 * org-export-latex.el (org-export-latex-preprocess): Fix bug in
3733 environment detection. Also, do real changes only in unprotected
3734 places.
3735
37362009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
3737
3738 * org-export-latex.el (org-export-latex-quotation-marks): Use
3739 `org-if-unprotected-1'.
3740 (org-export-latex-set-initial-vars): Check for class definition in
3741 property.
3742
3743 * org-macs.el (org-if-unprotected-1): New macro.
3744
37452009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
3746
3747 * org-compat.el (org-count-lines): New function.
3748
3749 * org-exp.el (org-export-format-source-code-or-example): Handle
3750 switches related to text areas.
3751
3752 * org.el (org-activate-footnote-links): Don't allow match inside a
3753 link.
3754
3755 * org-footnote.el (org-footnote-re): Don't allow match inside a link.
3756
3757 * org-export-latex.el (org-export-latex-links): Keep a relative
3758 path relative also after export.
3759
3760 * org-exp.el (org-export-html-scripts): Fix HTML snippet.
3761
3762 * org.el (org-make-tags-matcher): Never use IDO for completing the
3763 tags matcher match string.
3764 (org-completing-read): Also remove the special biding for "?".
3765
3766 * org-attach.el (org-attach-allow-inheritance): New option.
3767 (org-attach-inherited): New variable.
3768 (org-attach-dir): Handle properties related to the attachment
3769 directory.
3770 (org-attach-check-absolute-path): New function.
3771 (org-attach-set-directory, org-attach-set-inherit): New commands.
3772 (org-attach): Accommodate the new commands in the dispatcher.
3773
37742009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
3775
3776 * org-compat.el (org-fit-window-to-buffer): Fix bug with using
3777 `window-full-width-p'.
3778
3779 * org-exp.el (org-export-as-html): Only check for images files
8bdd66dc 3780 that really can be inlined.
0bd48b37
CD
3781
3782 * org.el (org-image-file-name-regexp, org-file-image-p): Allow the
3783 list of extensions to be a parameter.
3784
3785 * org-exp.el (org-export-html-inline-image-extensions): New
3786 variable.
3787
3788 * org-agenda.el (org-prepare-agenda): Use
3789 `org-agenda-block-separator'.
3790 (org-agenda-block-separator): New option.
3791
37922009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
3793
3794 * org-export-latex.el (org-export-latex-tables): Call
3795 `org-table-clean-before-export' with the new optional argument.
3796
3797 * org-exp.el (org-table-clean-before-export): New optional
3798 parameter MAYBE-QUOTED, allows for quoted characters like \# in
3799 first column.
3800
38012009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
3802
3803 * org-plot.el (org-plot/gnuplot): Fix text-ind parameter for
3804 histograms.
3805
3806 * org-colview.el (org-colview-construct-allowed-dates): Better
3807 error catching when a date/time property does not have allowed
3808 values defined.
3809
3810 * org-colview-xemacs.el (org-colview-construct-allowed-dates):
3811 Better error catching when a date/time property does not have
3812 allowed values defined.
3813
38142009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
3815
3816 * org.el (org-map-entries): Restore point and restriction after
3817 `org-map-entries'.
3818
38192009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
3820
3821 * org.el (org-time=, org-time<, org-time<=, org-time>)
3822 (org-time>=, org-time<>): Make sure both values are dates.
3823
38242009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
3825
3826 * org-archive.el (org-extract-archive-heading): Allow %s for file
3827 name also in achive location heading.
3828
38292009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
3830
3831 * org-archive.el (org-add-archive-files): Uniquify the list before
3832 returning it.
3833
38342009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
3835
3836 * org-compat.el (org-fit-window-to-buffer): Use
3837 `window-full-width-p'.
3838
3839 * org-export-latex.el (org-export-latex-fixed-width): Enforce the
3840 space after the colon in short examples.
3841
3842 * org-exp.el (org-export-protect-colon-examples): Rewritten, to
3843 enforce a space after the colon. However, we also allow lines
3844 that are *only* a colon.
3845 (org-export-as-html): Enforce the space after the colon in short
3846 examples.
3847 (org-export-preprocess-string): Do the colon example protection
3848 earlier.
3849 (org-export-remove-timestamps): Do not check for protection at the
3850 end of the line.
3851
38522009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
3853
3854 * org.el (org-format-latex-options): Add new matcher for single
3855 letters between dollars.
3856 (org-get-header): Function removed.
3857 (org-heading-components): New function.
3858
3859 * org-exp.el (org-export-define-heading-targets): Record ID's also
3860 as alternative targets.
3861 (org-export-as-html): Interpret "id:" links to other files by
3862 preserving the relative path.
3863
3864 * org-jsinfo.el (org-infojs-handle-options): Catch the case if v
3865 is nil.
3866
3867 * org-exp.el (org-export-normalize-links): Protect the main link,
3868 to avoid special character processing.
3869
3870 * org-export-latex.el (org-export-latex-special-keyword-regexp):
3871 New variable.
3872 (org-export-latex-special-string-regexps): Variable removed.
3873 (org-export-latex-keywords): Use the new regexp.
3874
3875 * org-exp.el (org-export-handle-include-files): Fetch switches and
3876 put them into the BEGIN statement.
3877
3878 * org-timer.el (org-timer-mode-line-string): New variable.
3879
3e344045 3880 * org-clock.el (org-clock-mode-line-map): Rename from
0bd48b37 3881 `org-clock-mode-map'.
3e344045
SM
3882 (org-clock-mode-line-timer): Rename from `org-mode-line-timer'.
3883 (org-clock-update-mode-line): Rename from `org-update-mode-line'.
3884 (org-clock-put-overlay): Rename from `org-put-clock-overlay'.
3885 (org-clock-remove-overlays): Rename from
0bd48b37
CD
3886 `org-remove-clock-overlays'.
3887
3888 * org-timer.el (org-timer-pause-or-continue): Implement stopping
3889 and mode line display.
3890 (org-timer-stop): New command.
3891 (org-timer-seconds): Return correct time when timer is paused.
3892 (org-timer-mode-line-timer): New variable.
3893 (org-timer-set-mode-line, org-timer-update-mode-line): New
3894 functions.
3895
8bdd66dc 3896 * org.el (org-insert-heading): Handle new value `auto' for
0bd48b37
CD
3897 `org-blank-before-new-entry'.
3898 (org-org-menu): Add new items for timer functions.
3899
3900 * org-list.el (org-insert-item): Handle new value `auto' for
3901 `org-blank-before-new-entry'.
3902
3903 * org.el (org-blank-before-new-entry): New value `auto', made
3904 default.
3905
39062009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
3907
3908 * org-exp.el (org-export-normalize-links): If the link is also
3909 used as the description, protect the description.
3910
39112009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
3912
3913 * org.el (org-closest-date): Fix bug with yearly repeats, in
3914 combination with preference of the past as it is used for deadline
3915 and scheduling search.
3916
3917 * org-exp.el (org-html-handle-time-stamps): No longer check for
3918 the `org-export-with-timestamps' option, because the preprocesser
3919 has taken care of this already.
3920
3921 * org.el (org-entry-properties): Catch the case when this is
3922 called in a non-org-mode file.
3923
3924 * org-export-latex.el (org-export-latex-remove-from-headlines):
3925 Variable made obsolete, also LaTeX export now uses the standard
3926 variables.
3927 (org-export-as-latex): Add the timestamps parameter to the
3928 preprocessor parameter list.
3929 (org-export-latex-content): Export the remaining keywords without
3930 considering to remove them.
3931 (org-export-latex-keywords-maybe): Make the REMOVE-LIST optional.
3932 Use bold font instead of tt font for the keywords.
3933 (org-export-latex-fontify-headline): Format headlines, assuming
3934 that all keywords still present should be published.
3935 (org-export-latex-keywords): Remove argument TIMESTAMPS and just
3936 publish what ever remains of the time stamps.
3937 (org-export-latex-list-parameters): New option.
3938 (org-export-latex-lists): Pass additional parameters to the list
3939 converter.
3940
3941 * org-exp.el (org-export-preprocess-string): Remove clock lines
3942 and timestamps already in the preprocesor.
3943 (org-export-remove-timestamps, org-export-remove-clock-lines): New
3944 functions.
3945 (org-export-as-ascii, org-export-as-html): Add the timestamps
3946 parameter to the preprocessor parameter list.
3947
3948 * org-list.el (org-list-parse-list): Parse for checkboxes.
3949 (org-list-to-generic): Introduce and handle new parameters :cbon
3950 and :cboff.
3951 (org-list-to-latex, org-list-to-html, org-list-to-texinfo): Add
3952 optional parameter PARAMS.
3953
3954 * org-export-latex.el (org-export-latex-special-chars): Fix
3955 problems with interpreting dollar signs.
3956 (org-inside-latex-math-p): New function.
3957 (org-export-latex-preprocess): Protect all the math fragments.
3958
3959 * org.el (org-latex-regexps): Allow a dash after a dollar.
3960
3961 * org-w3m.el (org-w3m-copy-for-org-mode): Always deactivate the
3962 mark after copying.
3963
3964 * org-agenda.el (org-run-agenda-series): Have series options set
3965 when finalizing the agenda.
3966
3967 * org-exp.el (org-export-format-source-code-or-example): Protect
3968 the converted examples.
3969
3970 * org.el (org-set-regexps-and-options): Fix the regexp
3971 `org-complex-heading-regexp'.
3972
39732009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
3974
3975 * org.el (org-edit-src-get-label-format): New function.
3976 (org-coderef-label-format): New option.
3977 (org-edit-src-code, org-edit-src-find-region-and-lang): Parse for
3978 a label format specification and make sure it is used in the edit
3979 buffer.
3980 (org-edit-src-get-label-format): New function.
3981 (org-store-link): Handle new coderef formats.
3982 (org-link-search): Handle new coderef formats.
3983
3984 * org-footnote.el (org-footnote-create-definition)
3985 (org-footnote-goto-local-insertion-point): Make footnote insertion
3986 work correctly when the "Footnotes" headline is the last line in
3987 the buffer.
3988
3989 * org.el (org-goto-marker-or-bmk): Expose context after jumping to
3990 the location.
3991
39922009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
3993
3994 * org-w3m.el (org-w3m): New customization group.
3995 (org-w3m-deactivate-mark): New option.
3996 (org-w3m-copy-for-org-mode): Deactivate region, unless the user
3997 option say not to.
3998
39992009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
4000
4001 * org.el (org-set-font-lock-defaults): Trigger footnote
4002 fontification.
4003 (org-activate-footnote-links): New function.
4004 (org-activate-links): New entry `footnote'.
4005
4006 * org-faces.el (org-footnote): New face.
4007
40082009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
4009
4010 * org-macs.el (org-re): Handle the [:word:] class.
4011
4012 * org-exp.el (org-export-preprocess-string): Call
4013 `org-export-protect-colon-examples'.
3e344045 4014 (org-export-protect-colon-examples): Rename from
0bd48b37
CD
4015 `org-export-protect-examples', and scope limited to lines starting
4016 with a colon.
4017
40182009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
4019
4020 * org-exp.el (org-export-preprocess-string): Move the preprocess
4021 hook to after turning on Org-mode.
4022 (org-export-preprocess-after-include-files-hook)
4023 (org-export-preprocess-after-tree-selection-hook)
4024 (org-export-preprocess-before-backend-specifics-hook)
4025 (org-export-preprocess-final-hook): New hooks.
4026 (org-export-preprocess-string): Run the new hooks.
4027
4028 * org.el (org-ctrl-c-minus): Fix indentation for new items.
4029
4030 * org-footnote.el: New file.
4031
4032 * org.el (org-footnote): Require footnote code.
4033 (org-startup-options): Add new footnote options.
4034 (org-mode-map): New keybindig for footnotes.
4035 (org-ctrl-c-ctrl-c): Add function at footnotes.
4036 (org-org-menu): New menu entries for footnotes.
4037
4038 * org-export-latex.el (org-export-as-latex): Pass footnote
4039 variable to preprocessor.
4040 (org-export-latex-preprocess): Treat multiple references to a
4041 footnote.
4042
4043 * org-exp.el (org-export-preprocess-string): Call
4044 `org-footnote-normalize'.
4045 (org-export-as-ascii, org-export-as-html): Pass footnote variable
4046 to preprocessor.
4047 (org-export-as-html): Treat multiple references to a footnote.
4048
40492009-01-25 Carsten Dominik <carsten.dominik@gmail.com>
4050
4051 * org-export-latex.el (org-export-latex-links): Handle coderef
4052 links.
4053
4054 * org.el (org-bracket-link-analytic-regexp++): New variable.
4055 (org-make-link-regexps): Initialize
4056 `org-bracket-link-analytic-regexp++'.
4057 (org-store-link): Implement special case in edit-src buffer.
4058 (org-insert-link): No use of ide to insert stored links.
4059 (org-link-search): Implement special case for coderefs.
4060
4061 * org-exp.el (org-export-html-scripts): New constant.
4062 (org-export-html-style-default): Add a new style for highlighted
4063 code.
4064 (org-export-code-refs): New variable.
4065 (org-export-preprocess-string): Initialize `org-export-code-refs'.
4066 Call `org-export-replace-src-segments-and-examples'
4067 No longer call `org-export-protect-examples'.
4068 (org-export-target-internal-links): Take care of coderef targets.
4069 (org-export-last-code-line-counter-value): New variable.
3e344045 4070 (org-export-replace-src-segments-and-examples): Rename from
0bd48b37 4071 `org-export-replace-src-segments', and modified.
3e344045 4072 (org-export-format-source-code-or-example): Rename from
0bd48b37
CD
4073 `org-export-format-source-code'.
4074 (org-export-number-lines): New function.
4075 (org-export-as-ascii, org-export-as-html): Handle coderef links.
4076
bd5e4c2b
GM
40772009-01-23 Glenn Morris <rgm@gnu.org>
4078
4079 * org-rmail.el (rmail-narrow-to-non-pruned-header):
4080 Remove declaration of deleted function.
4081
0e47efc5
GM
40822009-01-16 Glenn Morris <rgm@gnu.org>
4083
4084 * org-mouse.el (org-mouse-show-context-menu): Use
4085 mouse-menu-major-mode-map, if defined, rather than the obsolete
4086 mouse-major-mode-menu.
4087
bb31cb31
CD
40882008-12-23 Carsten Dominik <dominik@science.uva.nl>
4089
4090 * org-remember.el (org-remember-handler): Safer way to get a new
4091 buffer accessing the target file.
4092
4093 * org.el (org-refile-get-location): Handle case of current buffer
4094 not having a file associated with it.
4095
830334b1
CD
40962008-12-22 Carsten Dominik <dominik@science.uva.nl>
4097
4098 * org-table.el (org-table-get-formula): Only ask to overwrite
4099 field formula if there really is one.
4100
6671980f
CD
41012008-12-21 Carsten Dominik <dominik@science.uva.nl>
4102
4103 * org-export-latex.el (org-export-latex-make-header): Double the
4104 commenting % in the time stamp format.
e9aab93b
CD
4105 (org-export-latex-special-chars): Handle case where there is no
4106 match group 3.
6671980f 4107
a11ac4ae
CD
41082008-12-20 Carsten Dominik <carsten.dominik@gmail.com>
4109
4110 * org.el (org-get-refile-targets, org-refile-get-location): Use
4111 expanded file name to improve comparison.
4112
41132008-12-20 Carsten Dominik <carsten.dominik@gmail.com>
4114
4115 * org.el (org-scan-tags): Rescan for tags, to get the correct
4116 upcase/downcase stuff. This slows things down for now, but it
4117 works.
4118 (org-mode): Make sure the tag-faces regexp is initialized.
4119
4120 * org-export-latex.el (org-export-latex-links): Fix bug with
4121 undefined label.
4122
4123 * org-table.el (org-table-get-specials): Set
4124 `org-table-current-last-data-line'.
4125 (org-table-current-last-data-line): New variable.
4126 (org-table-insert-column, org-table-delete-column)
4127 (org-table-move-column, org-table-fix-formulas): Call
4128 `org-table-fix-formulas' a second time to fix the $LR references.
4129 (org-table-get-specials): Add the $LR references to the tables.
4130 (org-table-get-formula): Do not offer last-row names as LHS of
4131 formulas.
4132
4133 * org.el (org-store-link): Capture link description from
4134 `org-id-store-link'.
4135
4136 * org-exp.el (org-export-html-format-image): Add the / to the end
4137 of the <img> tag.
4138 (org-export-format-source-code): Surround example by empty lines,
4139 to make sure it will not be inside a paragraph.
4140
4141 * org.el (org-ido-switchb): New function.
4142
41432008-12-20 Carsten Dominik <carsten.dominik@gmail.com>
4144
4145 * org-agenda.el (org-agenda-show): New prefix argument
4146 FULL-ENTRY.
4147
4148 * org.el (org-sort-entries-or-items): Add a COMPARE-FUNC
4149 argument.
4150
fd8d5da9
GM
41512008-12-20 Glenn Morris <rgm@gnu.org>
4152
4153 * org.el (org-org-menu): Fix some more menu entries.
4154
bd67cbf0
CD
41552008-12-18 Carsten Dominik <dominik@science.uva.nl>
4156
d21d2e9a
CD
4157 * org-table.el (org-table-get-specials): Revert introduction of @0
4158 as reference of the last table row, because of conflicts.
4159
bd67cbf0
CD
4160 * org-agenda.el (org-agenda-change-all-lines): Remove FORCE-TAGS
4161 argument, get the current tags directly.
4162 (org-agenda-set-tags): Leave getting current tags to
4163 `org-agenda-change-all-lines'.
4164
521beede
CD
41652008-12-17 Carsten Dominik <dominik@science.uva.nl>
4166
4167 * org.el (org-org-menu): Do not quote the set-tags command.
4168
ff28a0bd
CD
41692008-12-17 Carsten Dominik <carsten.dominik@gmail.com>
4170
4171 * Fix typos in comments and docstrings throughout Org-mode.
4172
4173 * org.el (org-get-outline-path): Fix bug if level is not given.
4174
f0131492 4175 * org-agenda.el (org-finalize-agenda): Fix typo with variable name.
ff28a0bd 4176
8265647f
CD
41772008-12-16 Carsten Dominik <carsten.dominik@gmail.com>
4178
4179 * org.el (org-refile): Avoid refiling to within the region to be
4180 refiled.
4181
4182 * org-export-latex.el (org-export-latex-special-chars): Replace
4183 special characters also in tables.
4184
4185 * org-agenda.el (org-agenda-change-all-lines): New argument
4186 FORCE-TAGS.
f0131492 4187 (org-agenda-set-tags): Get the new tags and pass them to
8265647f
CD
4188 `org-format-agenda-item'.
4189
41902008-12-16 Carsten Dominik <carsten.dominik@gmail.com>
4191
4192 * org-export-latex.el (org-export-latex-classes): Add longable as
4193 a default package to all classes.
4194 (org-export-latex-tables): Handle the longtable attribute and the
4195 align attribute.
4196
4197 * org-table.el (orgtbl-to-generic): Handle tables that start with
4198 a hline.
4199
4200 * org-export-latex.el (org-export-latex-emphasis-alist): Switch to
4201 \verb for colde-like snippets.
4202 (org-export-as-latex): Fix issues with region export.
4203
4204 * org.el (org-up-heading-safe): Speed up function by using a
4205 direct regexp search.
4206 (org-olpa): New variable.
4207 (org-get-outline-path): Speed-up path constructions in cases where
4208 this is possible because the entire hierarchy is scanned anyway.
4209 (org-refile-get-location): Don't compare the truenames of files,
4210 this is too slow.
4211 (org-goto-max-level): New option.
4212 (org-goto): Use `org-goto-max-level'.
4213
42142008-12-16 Tassilo Horn <tassilo@member.fsf.org>
4215
4216 * org-gnus.el (org-gnus-article-link, org-gnus-article-link):
4217 Strip angle brackets from message-ids in the former and don't do
4218 it in the latter.
4219 (org-gnus-follow-link): Open summary reliable, even if the last
4220 messages were deleted, and handle empty groups, too.
4221
42222008-12-16 Carsten Dominik <carsten.dominik@gmail.com>
4223
4224 * org-export-latex.el (org-export-latex-emphasis-alist): Use \verb
4225 instead of \texttt for the =...= and ~===~ emphasis environments.
4226 (org-export-as-latex): Remove any old :org-license-to-kill text
4227 properties.
4228 (org-export-as-latex): Pass RBEG to `org-export-latex-first-lines'.
4229 (org-export-latex-make-header): Add some hard space after the
4230 table of contents.
4231 (org-export-latex-first-lines): Accept RBEG argument. Mark
4232 exported text so that it will be excuded in further steps.
4233
4234 * org-table.el (org-table-get-specials): Make @0 reference the
4235 last line in a table.
4236 (org-table-recalculate): Improve docstring.
4237
42382008-12-16 Carsten Dominik <carsten.dominik@gmail.com>
4239
4240 * org.el (org-log-done): Fix docstring.
4241
42422008-12-16 Carsten Dominik <carsten.dominik@gmail.com>
4243
4244 * org-exp.el (org-export-html-format-image): Fix bugs.
4245
4246 * org-export-latex.el (org-export-latex-tables)
4247 (org-export-latex-links): Implement attribute, label, and caption
4248 handling.
4249
4250 * org-exp.el (org-export-html-style-default): Add style
4251 definitions for the figure div.
4252 (org-export-preprocess-string, org-export-as-html): Implement
4253 attribute, label, and caption handling.
4254 (org-export-attach-captions-and-attributes): New function.
4255 (org-export-html-format-image): New function.
4256 (org-format-org-table-html): Implement attribute, label, and
4257 caption handling.
4258
4259 * org.el (org-find-text-property-in-string): New function.
4260 (org-extract-attributes): Use the property org-attr instead of
4261 org-attrobutes, because this property is now set with the #+ATTR
4262 lines.
4263
42642008-12-16 Carsten Dominik <carsten.dominik@gmail.com>
4265
4266 * org-compat.el (org-substring-no-properties): Fix for XEmacs, for
4267 the case that FROM is nil.
4268
4269 * org.el (org-before-first-heading-p): New function.
4270
42712008-12-16 Carsten Dominik <carsten.dominik@gmail.com>
4272
4273 * org-exp.el (org-export-as-html): Do not add a space before
4274 enforces line breaks.
4275 (org-export-as-html): Close paragraph before blockquote and verse
4276 tags.
4277
42782008-12-16 Carsten Dominik <carsten.dominik@gmail.com>
4279
4280 * org-id.el (org-id-locations-file): Wrap file name with
4281 `convert-standard-filename'.
4282 (org-id-files): New variable.
4283 (org-id-use-hash): New option.
4284 (org-id-update-id-locations): Also search in all files current
4285 listed in `org-id-files'. Convert the resulting alist to a hash
4286 if the user customation says so.
4287 (org-id-locations-save): Handle he case if `org-id-locations' is a
4288 hash.
4289 (org-id-locations-load): Convert the alist to a hash.
4290 (org-id-add-location): Handle the hast case.
4291 (kill-emacs-hook): Make sure id locations are saved when Emacs is
4292 exited.
4293 (org-id-hash-to-alist, org-id-alist-to-hash)
4294 (org-id-paste-tracker): New functions.
243de2b4
CD
4295
42962008-12-07 Carsten Dominik <carsten.dominik@gmail.com>
4297
4298 * org-agenda.el (org-agenda-goto-calendar): Remove duplicate let
4299 bindings of calendar variables.
4300
3e344045 4301 * org-table.el (org-table-find-row-type): Rename from
243de2b4 4302 `org-find-row-type'.
3e344045 4303 (org-table-rewrite-old-row-references): Rename from
243de2b4 4304 `org-rewrite-old-row-references'.
3e344045
SM
4305 (org-table-shift-refpart): Rename from `org-shift-refpart'.
4306 (org-table-cleanup-narrow-column-properties): Rename from
243de2b4
CD
4307 `org-cleanup-narrow-column-properties'.
4308
43092008-12-07 Carsten Dominik <carsten.dominik@gmail.com>
4310
4311 * org-table.el (org-find-row-type): New arguments DESC and CLINE,
4312 for better error messages.
4313 (org-table-get-descriptor-line): Supply the new arguments to
4314 `org-find-row-type'.
4315 (org-table-error-on-row-ref-crossing-hline): New option.
4316
4317 * org.el (org-target-link-regexp): Make buffer-local.
4318 (org-move-subtree-down): Fix bug with trees at beginning of
4319 buffer.
4320
43212008-12-07 Carsten Dominik <carsten.dominik@gmail.com>
4322
4323 * org-faces.el (org-set-tag-faces): New function.
4324 (org-tags-special-faces-re): New variable.
4325
4326 * org.el (org-font-lock-add-tag-faces, org-get-tag-face): New functions.
4327
4328 * org-faces.el (org-tag-faces): New option.
4329 (org-tag): Mention `org-tag-faces' in the docstring.
4330
43312008-12-07 Carsten Dominik <carsten.dominik@gmail.com>
4332
4333 * org-exp.el (org-export-html-style-default): Implement new
4334 quoting.
4335
4336 * org-jsinfo.el (org-infojs-template): Implement new quoting.
4337
4338 * org-w3m.el (w3m-minor-mode-hook): Also add the special copy
4339 command to the `w3m-minor-mode-map'.
4340
4341 * org-archive.el (org-archive-to-archive-sibling): Protect
4342 `this-command' to avoid appending kills during archiving.
4343
4344 * org-exp.el (org-export-with-priority): New variable.
4345 (org-export-add-options-to-plist): Use `org-export-plist-vars'
4346 instead of internal list of strings and properties.
4347 (org-print-icalendar-entries): Retrieve the location property with
4348 inheritance.
4349
43502008-12-07 Carsten Dominik <carsten.dominik@gmail.com>
4351
4352 * org-exp.el (org-export-with-todo-keywords): New option.
4353 (org-export-plist-vars): Include also the keys for the #+OPTIONS
4354 line.
4355 (org-default-export-plist, org-export-add-options-to-plist)
4356 (org-export-as-ascii, org-export-as-html): Use the new structure
4357 of `org-export-plist-vars'.
4358
4359 * org.el (org-map-entries): Return all values.
4360
43612008-12-07 Carsten Dominik <carsten.dominik@gmail.com>
4362
4363 * org.el (org-matcher-time): Recognize more special values.
4364
4365 * org-gnus.el (fboundp): Fix defvaralias for XEmacs.
4366
43672008-12-07 Carsten Dominik <carsten.dominik@gmail.com>
4368
4369 * org.el (org-tags-exclude-from-inheritance): New option.
4370 (org-tag-inherit-p, org-remove-uniherited-tags): Respect
4371 `org-tags-exclude-from-inheritance'.
4372
4373 * org-agenda.el (org-agenda-show-inherited-tags): New option.
4374 (org-format-agenda-item): Add inherited tags to the agenda line
4375 string, and make sure that properties are kept when downcasing the
4376 tags list.
4377 (org-agenda-add-inherited-tags): New function.
4378 (org-downcase-keep-props): New function.
4379
4380 * org.el (org-scan-tags): Mark inherited tags with a text
4381 property.
4382 (org-get-tags-at): Mark inherited tags with a text property.
4383 (org-add-prop-inherited): New function.
4384
4385 * org-agenda.el (org-agenda-add-inherited-tags): New function.
4386 (org-agenda-show-inherited-tags): New option.
4387
43882008-12-07 Carsten Dominik <carsten.dominik@gmail.com>
4389
4390 * org.el (org-modules): Add org-w3m to the default modules.
4391
4392 * org-table.el (orgtbl-self-insert-command): Make S-SPC work in
4393 orgtbl-mode.
4394 (orgtabl-create-or-convert-from-region): New command.
4395
4396 * org-exp.el (org-export-as-ascii): Remove the handling of
4397 targets.
4398 (org-export-ascii-preprocess): Handle targets already in this
4399 function.
4400
44012008-12-07 Carsten Dominik <carsten.dominik@gmail.com>
4402
4403 * org-timer.el (org-timer-start-time): Define this variable.
4404 (org-timer-item): Make argument optional.
4405
4406 * org-list.el (org-insert-item): Automatically insert a timer item
4407 if the current list is a timer list.
4408
4409 * org-timer.el: New file.
4410
4411 * org-publish.el (org-publish-org-index): Only exclude the index
4412 file in the main directory from being added to the site-map.
4413 (org-publish-get-project-from-filename): If the current project is
4414 a component, start publishing from the parent project.
4415
44162008-12-07 Carsten Dominik <carsten.dominik@gmail.com>
4417
4418 * org-table.el (orgtbl-ret): Fix RET at beginning-of-buffer.
4419
4420 * org-publish.el (org-publish-org-index): Improve removal of
4421 temporary buffers.
4422
d95a8199
CD
44232008-11-24 Carsten Dominik <carsten.dominik@gmail.com>
4424
4425 * org-agenda.el (org-get-closed): Re-apply changes
4426 accidentially overwritten by last commit to Emacs.
4427
4428 * org.el (org-outline-path-complete-in-steps): New option.
4429 (org-refile-get-location): Honor
4430 `org-outline-path-complete-in-steps'.
4431 (org-agenda-change-all-lines, org-tags-sparse-tree)
4432 (org-time-string-to-absolute, org-small-year-to-year)
4433 (org-link-escape): Re-apply changes accidentially overwritten
4434 by last commit to Emacs.
4435
770f39cf
CD
44362008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
4437
4438 * org-clock.el (org-dblock-write:clocktable): Make sure the
4439 clocktable sees the first line.
4440 (org-clock-in): Warn if the clock cannot be resumed.
4441
44422008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
4443
4444 * org.el (org-open-at-point): Fix mixup about interactive and
4445 non-interactive elisp links.
4446
44472008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
4448
4449 * org-exp.el (org-export-preprocess-string): Allow one comment
4450 line before the first headline to always be included. This is
4451 to not miss a commented target.
4452
4453 * org-mouse.el (org-mouse-insert-item): Call
4454 `org-indent-to-column' instead of `indent-to', for XEmacs
4455 compatibility.
4456
4457 * org.el (org-refile-targets): Fix customize definition so
4458 that it works also in XEmacs.
4459 (org-fixup-indentation): Call `org-indent-to-column' instead
4460 of `indent-to', for XEmacs compatibility.
4461
44622008-11-23 Tokuya Kameshima <kames@fa2.so-net.ne.jp>
4463
4464 * org-mew.el (org-mew-store-link): Get the correct case folder
4465 for refiled messages.
4466
44672008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
4468
4469 * org-exp.el (org-export-as-ascii): Remove the "\\" forced
4470 line break indicators.
4471
4472 * org.el (org-ido-completing-read): Remove the "i:" prefix for
4473 ido-completion propts.
4474
44752008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
4476
4477 * org-remember.el (org-remember-apply-template): Use
4478 `org-substring-no-properties'.
4479
4480 * org-compat.el (org-substring-no-properties): New function.
4481
4482 * org-remember.el (org-remember-apply-template): Use
4483 `org-substring-no-properties' for compatibility.
4484
4485 * org-list.el (org-list-two-spaces-after-bullet-regexp): New
4486 option.
4487 (org-fix-bullet-type): respect
4488 `org-list-two-spaces-after-bullet-regexp'.
4489
4490 * org-clock.el (org-clock-load): Clean up the code.
4491
4492 * org.el (org-adaptive-fill-function): Allow two spaces after
4493 "1." as a list bullet.
4494
44952008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
4496
4497 * org-clock.el (org-clock-save, org-clock-load): Check for
4498 live buffers, existing files, and buffer file names to ensure
4499 consistent information.
4500 (org-clock-persist): Make `clock' a special value of this
4501 variable, and improve docstring.
4502
4503 * org-list.el (org-cycle-list-bullet, org-fix-bullet-type)
4504 (org-get-string-indentation): Adapt indentation when the bullet
4505 width changes.
4506
45072008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
4508
4509 * org-remember.el (org-remember-finalize): Make interactive.
4510 (org-remember-kill): New command.
4511 (org-remember-finish-immediately): Call `org-remember-finalize'
4512 directly.
4513 (org-remember-finalize): Make `org-remember-finalize' an interactive
4514 function.
4515
45162008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
4517
4518 * org-remember.el (org-remember-apply-template): No ido completion
4519 for free prompts in remember templates.
4520 (org-remember-before-finalize-hook): New hook.
4521 (org-remember-mode): New minor mode.
4522 (org-remember-apply-template): Turn on `org-remember-mode'.
4523
770f39cf
CD
4524 * org-remember.el (org-remember-apply-template): Fix the way how
4525 the list of allowed properties is retrieved from the target file.
4526
4527 * org.el (org-insert-link): Improve file link matching.
4528
45292008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
4530
4531 * org-colview.el (org-columns-display-here): New argument
4532 DATELINE, to trigger using the new face.
4533 (org-agenda-colview-summarize): Call `org-columns-display-here'
4534 with the new argument.
4535
4536 * org-faces.el (org-agenda-column-dateline): New face.
4537
4538 * org-publish.el (org-publish-org-index): Use index-title at page
4539 title, not as section.
4540
4541 * org-exp.el (org-export-html-format-desc): Respect the
4542 org-protect property.
4543 (org-export-as-html): Protect image specifiers that are in the
4544 description part of a link.
4545
4546 * org.el (org-sort-entries-or-items, org-completing-read)
4547 (org-refile-get-location, org-olpath-completing-read, org-todo)
4548 (org-show-todo-tree, org-sparse-tree, org-make-tags-matcher)
4549 (org-set-tags, org-change-tag-in-region, org-fast-tag-selection)
4550 (org-set-property, org-delete-property)
4551 (org-delete-property-globally): Use `org-ido-completing-read'.
4552
4553 * org-remember.el (org-remember-apply-template): Use
4554 `org-ido-completing-read'.
4555
4556 * org-publish.el (org-publish): Use `org-ido-completing-read'.
4557
4558 * org-colview.el (org-columns-edit-value, org-columns-new)
4559 (org-insert-columns-dblock): Use `org-ido-completing-read'.
4560
4561 * org-colview-xemacs.el (org-columns-edit-value)
4562 (org-columns-new, org-insert-columns-dblock): Use
4563 `org-ido-completing-read'.
4564
4565 * org-attach.el (org-attach-delete-one, org-attach-open): Use
4566 `org-ido-completing-read'.
4567
4568 * org-agenda.el (org-todo-list, org-agenda-filter-by-tag): Use
4569 `org-ido-completing-read'.
4570
4571 * org.el (org-time-today): New function.
4572 (org-matcher-time): Use `org-time-today'. Add special treatment
4573 for "<tomorrow>" and "<yesterday>".
4574 (org-ido-completing-read): New function.
4575 (org-completion-use-ido): New option.
4576
4577 * org-exp.el (org-export-format-source-code): Fix bug in require
4578 htmlize code.
4579 (org-export-target-internal-links): Fix bug in search for text
4580 property.
4581
45822008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
4583
4584 * org-export-latex.el (org-export-latex-subcontent): Interprete
4585 target aliases as additonal labels.
4586
4587 * org-exp.el (org-export-target-aliases): New variable.
4588 (org-export-preprocess-string)
4589 (org-export-handle-invisible-targets): Fill the alias alist.
4590 (org-export-as-html): Remove the &nbsp; from the anchor, and also
4591 assign an id.
4592 (org-html-level-start): Insert the target aliases as additonal
4593 anchors.
4594
4595 * org.el (org-edit-fixed-width-region): Fix bug when starting a new
4596 picture area.
4597
45982008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
4599
4600 * org.el (org-open-at-mouse): Ensure correct link abbreviations
4601 when following a link with the mouse from the agenda.
4602
4603 * org-exp.el (org-export-as-html): Avoid lone </div> when no
4604 headlines are created.
4605
46062008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
4607
4608 * org.el (org-link-translation-function): New option.
4609 (org-open-at-point): Call `org-link-translation-function' if
4610 non-nil.
4611 (org-translate-link): New function.
4612 (org-translate-link-from-planner): New function.
4613 (org-open-at-point): Allow interactive commands in elisp links.
4614
4615 * org-exp.el (org-icalendar-cleanup-string): Restore the old
4616 iCalendar quoting. The new one seems to caus problems with
4617 applications.
4618
4619 * org.el (org-yank): Set `this-command' to `yank', so that
4620 `yank-pop' will work.
4621
46222008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
4623
4624 * org-exp.el (org-icalendar-cleanup-string): Improve RFC2455
4625 compliance as far as quoting is concerned.
4626
4627 * org.el (org-link-expand-abbrev): Implement %h as an escape for a
4628 hexified version of the tag.
4629
4630 * org-vm.el (org-vm-follow-link): Require `vm-search'.
4631
4632 * org.el (org-up-heading-safe, org-forward-same-level): Always
4633 call `org-back-to-heading' instead of `outline-back-to-heading'.
4634 (org-back-to-heading): New wrapper around outline-back-to-heading,
4635 with a useful error message telling where the error happened.
4636
4637 * org-list.el (org-update-checkbox-count): Always call
4638 `org-back-to-heading' instead of `outline-back-to-heading'.
4639
4640 * org-exp.el (org-export-as-html): Make sure that each <img> tag
4641 has an `alt' attribute, to ensure XHTML validation.
4642
46432008-11-23 Carsten Dominik <carsten.dominik@gmail.com>
4644
4645 * org-publish.el (org-publish-attachment): Allow publishing to
4646 overwrite attachment files.
4647
4648 * org-agenda.el (org-agenda-timerange-leaders): New option.
4649 (org-agenda-get-blocks): Use `org-agenda-timerange-leaders'.
4650
4651 * org.el (org-edit-src-exit): Untabify ASCII image before
4652 returning.
4653
dcbfa92b
GM
46542008-11-19 Glenn Morris <rgm@gnu.org>
4655
4656 * org.el, org-mouse.el (org-agenda-change-all-lines):
4657 Fix declaration.
4658
0dade8aa
CD
46592008-11-18 Carsten Dominik <dominik@science.uva.nl>
4660
4661 * org.el ("speedbar"): Only show context if the file really is an
4662 org-mode buffer.
4663
062552e7
JB
46642008-11-17 Juanma Barranquero <lekktu@gmail.com>
4665
4666 * org.el (org-time-string-to-absolute, org-small-year-to-year)
4667 (org-tags-sparse-tree): Fix typos in docstrings.
4668
4389931e
CD
46692008-11-15 Carsten Dominik <dominik@science.uva.nl>
4670
d7dbaa7d 4671 * org-publish.el (org-publish-attachment): Allow copy-file to
4389931e
CD
4672 overwrite files.
4673
2cc7988b
GM
46742008-11-13 Glenn Morris <rgm@gnu.org>
4675
4676 * org-agenda.el (org-get-closed): Fix alias.
4677
7173f311 46782008-11-12 Juanma Barranquero <lekktu@gmail.com>
fb8df73b 4679
7173f311 4680 * org.el (org-link-escape): Fix typo in docstring.
fb8df73b
CD
4681
46822008-11-12 Carsten Dominik <carsten.dominik@gmail.com>
4683
4684 * org.el (org-yank): Make any prefix force normal yanking.
4685 Suppress folding if text would be swallowed into a folded
4686 subtree.
4687 (org-yank-folded-subtrees, org-yank): Docstring updates.
4688
4689 * org-agenda.el (org-agenda-compare-effort): Treat no effort
4690 defined as 0.
4691
4692 * org-exp.el (org-export-language-setup): Add Catalan and
4693 Esperanto language entries.
4694
46952008-11-12 Carsten Dominik <carsten.dominik@gmail.com>
4696
4697 * org.el (org-refile): Allow refiling of entire regions.
4698
4699 * org-clock.el (org-clock-time%): New function.
4700
4701 * org.el (org-entry-get, org-entry-delete): Use safer regexps to
4702 retrieve property values.
4703
47042008-11-12 Carsten Dominik <carsten.dominik@gmail.com>
4705
4706 * org-agenda.el (org-agenda-list): Handle the value `only' of
4707 org-agenda-show-log'.
4708 (org-agenda-log-mode): Interpret a double prefix arg.
4709
47102008-11-12 Carsten Dominik <carsten.dominik@gmail.com>
4711
4712 * org-exp.el (org-export-html-footnotes-section): New variable.
4713 (org-export-as-html): Use `org-export-html-footnotes-section' to
4714 insert the footnotes.
4715 (org-export-language-setup): Add "Footnotes" to language words.
4716
47172008-11-12 Carsten Dominik <carsten.dominik@gmail.com>
4718
4719 * org.el (org-yank): Fix bug when not inserting a subtree.
4720
47212008-11-12 Carsten Dominik <carsten.dominik@gmail.com>
4722
4723 * org-vm.el (org-vm-follow-link): Call `vm-preview-current-message'
4724 instead of `vm-beginning-of-message'.
4725
4726 * org.el (org-make-link-regexps): Make sure that links to gnus can
4727 contain brackets.
4728
47292008-11-12 Carsten Dominik <carsten.dominik@gmail.com>
4730
4731 * org-attach.el (org-attach-dir): Remove duplicate ID creation
4732 code.
4733
4734 * org-id.el (org-id-new): Use `org-trim' to extract the uuid from
4735 shell output.
4736
4737 * org.el (org-link-abbrev-alist): Improve customization type.
4738
4739 * org-attach.el (org-attach-expand-link, org-attach-expand): New
4740 functions.
4741
3e344045 4742 * org-agenda.el (org-agenda-get-progress): Rename from
fb8df73b
CD
4743 `org-get-closed'. Implement searching for state changes as well.
4744 (org-agenda-log-mode-items): New option.
4745 (org-agenda-log-mode): New option prefix argument, interpreted as
4746 request to show all possible progress info.
4747 (org-agenda-get-day-entries): Call `org-get-progress' instead of
4748 `org-get-closed'.
4749 (org-agenda-set-mode-name): Handle the more complex log mode
4750 settings.
4751 (org-get-closed): New alias, pointing to `org-get-progress'.
4752
47532008-11-12 Carsten Dominik <dominik@science.uva.nl>
4754
4755 * org.el (org-file-apps-defaults-gnu)
4756 (org-file-apps-defaults-macosx)
4757 (org-file-apps-defaults-windowsnt): Add an entry defining the
4758 system command.
4759 (org-file-apps): Allow `system' as key and value.
4760 (org-open-at-point): Explain the effect of a double prefix arg.
4761 (org-open-file): If the argument `in-emacs' is (16),
4762 i.e. corresponding to a double prefix argument, try to open the
4763 file externally.
4764
47652008-11-12 Carsten Dominik <dominik@science.uva.nl>
4766
4767 * org.el (org-insert-link): Abbreviate absolute files names in
4768 links. Also, fix a bug in which the double C-u prefix would not
4769 be honored.
4770
47712008-11-12 Carsten Dominik <dominik@science.uva.nl>
4772
4773 * org.el (org-insert-heading): If buffer does not end with a
4774 newline, add one if necessary to insert headline correctly.
4775
4776 * org-exp.el (org-export-as-html): Make sure that <hr/> is between
4777 paragraphs, not inside.
4778
4779 * org.el (org-todo): Quote
4780 `org-agenda-headline-snapshot-before-repeat'.
4781
4782 * org-exp.el (org-export-as-html): Fully process link descriptions.
4783 (org-export-html-format-desc): New function.
4784 (org-export-as-html): Collect footnotes into the correct basket.
4785 (org-html-protect): No longer protect quotations marks here, this
4786 goes wrong.
4787
4788 * org-agenda.el (org-agenda-remove-marked-text): Bind variable
4789 BEG.
4790
4791 * org-compat.el (org-fit-window-to-buffer): New function (not
4792 really, a preliminary and incomplete version was present earlier,
4793 but not used).
4794
4795 * org.el (org-fast-todo-selection, org-fast-tag-selection): Use
4796 `org-fit-window-to-buffer'.
4797
4798 * org-exp.el (org-export): Use `org-fit-window-to-buffer'.
4799
4800 * org-agenda.el (org-agenda-get-restriction-and-command)
4801 (org-fit-agenda-window, org-agenda-convert-date): Use
4802 `org-fit-window-to-buffer'.
4803
4804 * org-exp.el (org-export-as-html): Process href links through
4805 `org-export-html-format-href'.
4806 (org-export-html-format-href): New function.
4807
4808 * org-agenda.el (org-agenda-todo): Update only the current
4809 headline if this is a repeated TODO, marked done for today.
4810 (org-agenda-change-all-lines): New argument JUST-THIS, to change
4811 only the current line.
4812
4813 * org.el (org-todo): Take a snapshot of the headline if the
4814 repeater might change it.
4815
48162008-11-12 Carsten Dominik <dominik@science.uva.nl>
4817
4818 * org-publish.el (org-publish-find-title): Remove buffers visited
4819 only for extracting the title.
4820
4821 * org-exp.el (org-export-html-style)
4822 (org-export-html-style-default): Mark style definitions as
4823 unparsed CDATA.
4824
4825 * org-publish.el (org-publish-validate-link): Function
4826 re-introduced.
4827
48282008-11-12 Charles Sebold <csebold@gmail.com>
4829
4830 * org-plot.el (org-plot/add-options-to-plist): Supports timefmt
4831 property.
4832 (org-plot-quote-timestamp-field): New function.
4833 (org-plot-quote-tsv-field): Call timestamp field function when
4834 necessary rather than just quoting as a string.
4835 (org-plot/gnuplot-to-data): Pass in timefmt property.
4836 (org-plot/gnuplot-script): Supports timefmt property.
4837 (org-plot/gnuplot): Checks for timestamp column before checking
4838 for text index column.
4839
48402008-11-12 Carsten Dominik <dominik@science.uva.nl>
4841
4842 * org.el (org-insert-heading): Improve behavior with hidden subtrees.
4843
4844 * org-publish.el (org-publish-org-index): Create a section in the
4845 index file.
4846 (org-publish-org-index): Stop linking to directories.
4847
4848 * org.el (org-emphasis-alist): Use span instead of <u> to
4849 underline text.
4850
4851 * org-exp.el (org-export-as-html): Make sure <p> is closed before
4852 <pre> sections.
4853
48542008-11-12 Sebastian Rose <sebastian_rose@gmx.de>
4855
4856 * org-jsinfo.el (org-infojs-template): Remove language attribute
4857 from script tag.
4858
48592008-11-12 Carsten Dominik <dominik@science.uva.nl>
4860
4861 * org-agenda.el (org-agenda-remove-marked-text): New function.
4862 (org-agenda-mark-filtered-text)
4863 (org-agenda-unmark-filtered-text): New functions.
4864 (org-write-agenda): Remove fltered text.
4865
4866 * org.el (org-make-tags-matcher): Give access to TODO "property"
4867 without speed penalty.
4868
48692008-11-12 Carsten Dominik <dominik@science.uva.nl>
4870
4871 * org.el (org-link-frame-setup): Add `org-gnus-no-new-news' as an
4872 option.
4873 (org-store-link-props): Make sure adding to the plist works
4874 correctly.
4875
4876 * org-gnus.el (org-gnus-no-new-news): New function.
4877 (org-gnus-follow-link): Allow the article ID to be a message-id,
4878 in addition to allowing article numbers. Message IDs make much
4879 more roubust links.
4880 (org-gnus-store-link): Use message-id to create link.
4881
48822008-11-12 Carsten Dominik <dominik@science.uva.nl>
4883
4884 * org.el (org-emphasize): Reverse the selection array.
4885 (org-emphasis-alist): Set <code> tags for the verbatim
4886 environment.
4887
4888 * org-remember.el (org-remember-handler): Fix bug with
4889 prefix-related changing of the note storage target.
4890
4891 * org-exp.el (org-print-icalendar-entries): Make the exported
4892 priorities compatible with RFC 2445.
4893
4894 * org-clock.el (org-clock-save): Insert time stamp without
4895 dependence on time-stamp.el.
4896
48972008-11-12 Carsten Dominik <dominik@science.uva.nl>
4898
4899 * org.el ("saveplace"): If saveplace puts point into an invisible
4900 location, make it visible.
4901 (org-make-tags-matcher): Allow inactive time stamps in time
4902 comparisons.
4903 (org-yank-adjusted-subtrees): New option.
4904 (org-yank): Incorporate adjusting trees.
4905 (org-paste-subtree): New argument FOR-YANK which will cause
4906 insertion at point without backing up over white lines, and leave
4907 point at the end of the inserted text. Also if the cursor is
4908 at the beginning of a headline, use the same level or the inserted
4909 tree.
4910
4911 * org-publish.el (org-publish-get-base-files-1): Deal correctly
8bdd66dc 4912 with broken symlinks.
fb8df73b
CD
4913
49142008-11-12 Carsten Dominik <dominik@science.uva.nl>
4915
4916 * org-exp.el (org-export-select-tags, org-get-current-options):
4917 Fix typo.
4918
ed08ccb4
GM
49192008-11-06 Glenn Morris <rgm@gnu.org>
4920
49ace7fb
GM
4921 * org-publish.el (org-publish-attachment): Use copy-file rather than
4922 eshell/cp.
ed08ccb4 4923
40ac2137
JB
49242008-11-04 Juanma Barranquero <lekktu@gmail.com>
4925
4926 * org.el (org-columns-modify-value-for-display-function):
4927 * org-table.el (org-table-convert-region): Fix typos in docstrings.
4928
9fc10007
GM
49292008-10-28 Glenn Morris <rgm@gnu.org>
4930
4931 * org-agenda.el (org-agenda-align-tags): Replace use of cl `adjoin'.
4932
4933 * org-list.el (outline-next-heading, outline-back-to-heading):
4934 Fix declarations.
4935
71d35b24
CD
49362008-10-26 Carsten Dominik <dominik@science.uva.nl>
4937
4938 * org-agenda.el (org-format-agenda-item)
4939 (org-agenda-filter-make-matcher): Make sure tags are stored and
4940 compared donwcased.
4941
49422008-10-26 Carsten Dominik <dominik@science.uva.nl>
4943
4944 * org.el (org-insert-todo-heading): Fix bug with force-heading
4945 argument.
4946
49472008-10-26 Carsten Dominik <dominik@science.uva.nl>
4948
4949 * org-exp.el (org-export-as-ascii): Handle the case that we are
4950 bulishing from an indirect buffer.
4951
4952 * org-table.el (org-table-copy-down): Fix bug with time stamp
4953 increment.
4954
4955 * org-mouse.el (org-mouse-features): New option.
4956 (org-mode-hook): Turn on features depending on
4957 `org-mouse-features'.
4958
4959 * org.el (org-insert-heading-respect-content): Force heading
4960 creation.
4961 (org-insert-heading): keep the folding state of the heading before
4962 the inserted one.
4963
49642008-10-26 Carsten Dominik <dominik@science.uva.nl>
4965
4966 * org-archive.el (org-archive-to-archive-sibling): Handle top
4967 level headlines better.
4968
49692008-10-26 Bastien Guerry <bzg@altern.org>
4970
3e344045 4971 * org-export-latex.el (org-export-latex-classes): Add
71d35b24
CD
4972 \usepackage{graphicx} to the default list of packages.
4973
49742008-10-26 Carsten Dominik <dominik@science.uva.nl>
4975
3e344045 4976 * org-agenda.el (org-agenda-filter): Rename from
71d35b24
CD
4977 `org-agenda-filter-tags'.
4978
49792008-10-26 Carsten Dominik <dominik@science.uva.nl>
4980
4981 * org.el (org-entry-properties): Add CATEGORY property, iven if it
4982 is not defined as a property in this entry.
4983 (org-add-log-note): Mask prefix argument when immediately storing
4984 the note.
4985
4986 * org-agenda.el (org-agenda-filter-effort-default-operator): New
4987 option.
4988
49892008-10-26 James TD Smith <ahktenzero@mohorovi.cc>
4990
4991 * org.el (org-add-log-setup): Bugfix; code to find insertion point
4992 after drawers was skipping ahead one line too many, so notes were
4993 inserted after the first note instead of before it.
4994
49952008-10-26 Carsten Dominik <dominik@science.uva.nl>
4996
4997 * org-agenda.el (org-agenda-filter-tags,org-agenda-filter-form):
4998 New variables.
4999 (org-prepare-agenda): Reset the filter tags.
5000 (org-agenda-filter-by-tag, org-agenda-filter-by-tag-show-all):
5001 Show filter tags in mode line.
5002
5003 * org-table.el (orgtbl-to-html): Bind `html-table-tag' for the
5004 formatter.
5005
5006 * org-export-latex.el (org-latex-entities-regexp): New constant.
5007 (org-export-as-pdf): Use two calls to `shell-command'.
5008
50092008-10-26 Carsten Dominik <dominik@science.uva.nl>
5010
5011 * org-export-latex.el (org-export-latex-treat-sub-super-char):
5012 Honor the {} value of the subsuperscript setting. Make sure that
5013 longer subsuperscripts are typeset in a roman font.
5014
5015 * org.el (org-clock-update-time-maybe): Compute negative clock
5016 intervals correctly.
5017
50182008-10-26 Carsten Dominik <dominik@science.uva.nl>
5019
5020 * org.el (org-add-log-setup): Respect
5021 `org-log-state-notes-insert-after-drawers'.
5022 (org-log-state-notes-insert-after-drawers): New option.
5023 (org-todo-trigger-tag-changes): New function.
5024 (org-todo): Call `org-todo-trigger-tag-changes'.
5025
50262008-10-26 James TD Smith <ahktenzero@mohorovi.cc>
5027
5028 * org.el (org-add-log-setup): Only skip drawers if the are
5029 immediately after the scheduling keywords.
5030
5031 * org-clock.el (org-clock-in-switch-to-state): Allow this to be a
5032 function
5033 (org-clock-in): If `org-clock-in-switch-to-state' is a function,
5034 call it with the current todo state to get the state to switch to
5035 when clocking in.
5036 (org-clock-in): Use org-indent-line-function to indent clock lines.
5037 (org-clock-find-position): Fix indentation of empty clock drawers.
5038
50392008-10-26 Carsten Dominik <dominik@science.uva.nl>
5040
5041 * org-publish.el (org-publish-org-to): Handle case when
5042 org-export-to-pdf does return a file name, not a buffer.
5043 (org-publish-org-to-pdf): New function.
5044
5045 * org-export-latex.el (org-export-as-pdf)
5046 (org-export-as-pdf-and-open): New commands.
5047
5048 * org-table.el (org-table-eval-formula): Avoid parsing Calc's HMS
5049 forms as ranges.
5050
5051 * org-export-latex.el (org-export-latex-lists): Ignore lists-like
5052 things in protexted regions.
5053
50542008-10-26 Carsten Dominik <dominik@science.uva.nl>
5055
5056 * org-export-latex.el (org-export-latex-preprocess): Improve
5057 quoting of LaTeX environments.
5058
34767325
EZ
50592008-10-19 Eli Zaretskii <eliz@gnu.org>
5060
646bcdd7
GM
5061 * org.el (org-default-notes-file):
5062 * org-publish.el (org-publish-timestamp-directory):
34767325
EZ
5063 * org-id.el (org-id-locations-file): Run file names that begin
5064 with a period thru `convert-standard-filename'.
5065
a3c1e192
CD
50662008-10-12 Carsten Dominik <dominik@science.uva.nl>
5067
5068 * org-plot.el: Switch coding system to unix.
5069
646bcdd7
GM
50702008-10-12 John Wiegley <johnw@newartisans.com>
5071
5072 * org-attach.el: New file.
5073
621f83e4
CD
50742008-10-12 Carsten Dominik <carsten.dominik@gmail.com>
5075
5076 * org.el (org-edit-fixed-width-region): Exclude final newline from
5077 picture area.
5078
5079 * org-export-latex.el (org-export-latex-subcontent): Add labels to
5080 sections, to make internal links work.
5081 (org-export-latex-fontify-headline): Do not remove all text
5082 properties, to make sure that target properties survive this
5083 process.
5084
5085 * org-exp.el (org-export-preprocess-string): Change sequence of
5086 modifications, to make sure links are prepared before the LaTeX
5087 conversions do happen.
5088
3e344045 5089 * org-attach.el (org-attach-delete-all): Rename from
621f83e4
CD
5090 `org-attch-delete'. Add a security query before deleting the
5091 entire directory. New optional argument FORCE can overrule the
5092 security query.
5093 (org-attach-delete-one): New command.
5094
5095 * org-attach.el (org-attach-file-list): Fix bug with directory.
5096
5097 * org.el (org-apps-regexp-alist): New function.
5098 (org-file-apps): Add auto-mode to the default value.
5099 (org-open-file): Use the new structure of org-file-apps.
5100
5101 * org-attach.el (org-attach): Support the new keys.
5102 (org-attach-method): New option.
5103
5104 * org-bbdb.el (org-bbdb-anniversaries): Fix but with 29 Feb/1
5105 March.
5106
5107 * org.el (org-remove-uniherited-tags): Fix reverse interpretation
5108 of the list value o `org-use-tag-inheritance'.
5109
5110 * org-attach.el (org-attach-auto-tag): New option.
5111 (org-attach-tag, org-attach-untag): New functions.
5112 (org-attach-attach, org-attach-new, org-attach-sync): Call
5113 `org-attach-tag'.
5114 (org-attach-delete): Call `org-attach-untag'.
5115
621f83e4
CD
5116 * org-table.el (orgtbl-self-insert-command): Make this work for
5117 the keypad as well.
5118
5119 * org.el (org-add-log-setup): Limit searc for drawers to entry
5120 text, not to subtree.
5121
5122 * org-clock.el (org-clock-heading-for-remember): New variable.
5123 (org-clock-in): Set `org-clock-heading-for-remember'.
5124
f44d8669 51252008-10-12 James TD Smith <ahktenzero@mohorovi.cc>
621f83e4
CD
5126
5127 * org-remember.el (org-remember-apply-template): Add new
5128 expansions: %k, %K for currently clocked task and a link to the
5129 currently clocked task, and %< to file notes in the currently
5130 clocked task.
5131
51322008-10-12 Carsten Dominik <dominik@science.uva.nl>
5133
5134 * org-export-latex.el (org-export-latex-make-header): Also insert
5135 the content of the property :latex-header-extra.
5136
5137 * org-exp.el (org-infile-export-plist): Put the content of
5138 #+LATEX_HEADER: into the property :latex-header-extra.
5139
5140 * org-colview.el (org-columns-get-format-and-top-level): Remove
5141 resetting the marker.
5142
5143 * org-colview-xemacs.el (org-columns-get-format-and-top-level):
5144 Remove resetting the marker.
5145
5146 * org.el (org-entry-property-inherited-from): Improve docstring.
5147 (org-entry-get-with-inheritance): Reset marker before starting the
5148 search.
5149
5150 * org-exp.el (org-infile-export-plist): Allow multiple STYLE lines.
5151
5152 * org.el (org-entry-get-multivalued-property)
5153 (org-entry-protect-space, org-entry-restore-space): New
5154 functions.
5155 (org-file-apps-defaults-macosx): Let postscript files be opened by
5156 preview.
5157 (org-time-stamp-inactive): Call `org-time-stamp'.
5158 (org-time-stamp): New argument `inactive'. Also edit inacive
f924a367 5159 stamps. Convert time stamp type.
621f83e4
CD
5160 (org-open-file): Interpret the `default' value for the `command'
5161 in `org-file-apps'.
5162
5163 * org-id.el (org-id-int-to-b36-one-digit)
5164 (org-id-b36-to-int-one-digit, org-id-int-to-b36)
3e344045 5165 (org-id-b36-to-int, org-id-time-to-b36): Modify from b62 to
621f83e4
CD
5166 b36.
5167
5168 * org-id.el (org-id-reverse-string): New function.
5169 (org-id-new): Use `org-id-reverse-string' to make sure the
5170 beginning chars of the ID are mutating fast. This allows to use a
5171 directory structure to spread things better.
3e344045 5172 (org-id-prefix): Change default to nil.
621f83e4
CD
5173
5174 * org-list.el (org-move-item-down, org-move-item-up): Remember and
5175 restore the column of the cursor position.
5176
5177 * org-remember.el (org-remember-apply-template): Remove properties
5178 from `initial'.
5179
5180 * org-wl.el (org-wl-open): Remove useless call to
5181 `wl-thread-open-all'.
5182
5183 * org-remember.el (org-remember-handler): Fix bug with `bottom'
5184 location.
5185
5186 * org-bbdb.el (org-bbdb-anniversaries): Require bbdb in
5187 `org-bbdb-anniversaries'.
5188
5189 * org.el (org-get-next-sibling, org-forward-same-level): New
5190 functions, similar to the outline versions, but invisible headings
5191 are OK.
5192
51932008-10-12 Bastien Guerry <bzg@altern.org>
5194
5195 * org.el (org-auto-repeat-maybe): Insert a space between
5196 the timestamp's type and the timestamp itself.
5197
51982008-10-12 Carsten Dominik <dominik@science.uva.nl>
5199
5200 * org-table.el (org-table-sum): Do not format the result with %g,
5201 it does rounding when there are too many digits.
5202
5203 * org.el (org-map-entries): Protect the keyword-selecting variables.
5204
52052008-10-12 Bastien Guerry <bzg@altern.org>
5206
5207 * org-agenda.el (org-agenda-to-appt): Make sure the function check
5208 against all agenda files.
5209
52102008-10-12 Carsten Dominik <dominik@science.uva.nl>
646bcdd7 5211 Bastien Guerry <bzg@altern.org>
621f83e4
CD
5212
5213 * org-list.el: New file, aggregating list functions from org.el
5214 and org-export-latex.el.
5215
646bcdd7
GM
52162008-10-12 Carsten Dominik <dominik@science.uva.nl>
5217
621f83e4
CD
5218 * org.el (org-edit-src-region-extra): New option.
5219
5220 * org-agenda.el (org-agenda-to-appt): Fix bug with appointment
5221 time before 1am.
5222
52232008-10-12 Bastien Guerry <bzg@altern.org>
5224
5225 * org-export-latex.el (org-export-latex-keywords-maybe): Bug fix.
5226
f44d8669 52272008-10-12 James TD Smith <ahktenzero@mohorovi.cc>
621f83e4
CD
5228
5229 * org-plot.el (org-plot/gnuplot): Make tables starting with a
5230 hline work correctly.
5231 (org-plot/gnuplot-script): Put commas at the end of each script
5232 line.
5233
5234 * org.el (org-get-refile-targets): Replace links with their
5235 descriptions
5236 (org-imenu-get-tree): Replace links with their descriptions.
5237
5238 * org-remember.el (org-remember-apply-template): Add a new
5239 expansion for adding properties to remember items.
5240
5241 * org.el (org-add-log-setup): Skip over drawers (properties,
5242 clocks etc) when adding notes.
5243
5244 * org-agenda.el (org-agenda-get-closed): show durations of clocked
5245 items as well as the start and end times.
5246
5247 * org-compat.el (org-get-x-clipboard-compat): Add a compat
5248 function for fetching the X clipboard on XEmacs and GNU Emacs 21.
5249
5250 * org-remember.el (org-get-x-clipboard): Use the compat
5251 function to get clipboard values when x-selection-value is
f924a367 5252 unavailable. Use substring-no-properties instead of
621f83e4
CD
5253 set-text-properties to remove text properties from the clipboard
5254 value.
5255
5256 * lisp/org-clock.el (org-update-mode-line): Support limiting the
5257 modeline clock string, and display the full todo value in the
f924a367 5258 tooltip. Set a local keymap so mouse-3 on the clock string goes to
621f83e4
CD
5259 the currently clocked task.
5260 (org-clock-string-limit): Add a custom value for the maximum
5261 length of the clock string in the modeline.
8bdd66dc 5262 (org-clock-mode-map): Add a keymap for the modeline string.
621f83e4
CD
5263
52642008-10-12 Carsten Dominik <dominik@science.uva.nl>
5265
5266 * org-compat.el (org-propertize): New function.
5267
52682008-10-12 Bastien Guerry <bzg@altern.org>
5269
5270 * org-export-latex.el (org-export-latex-tables): protect exported
5271 tables from further special chars conversion.
5272 (org-export-latex-preprocess): Preserve LaTeX environments.
5273 (org-list-parse-list): Parse descriptive lists.
5274 (org-list-to-generic, org-list-to-latex, org-list-to-html)
5275 (org-list-to-texinfo): Export descriptive lists.
5276 (org-quote-chars): Remove.
5277 (org-export-latex-keywords-maybe): Use `replace-regexp-in-string'.
5278 (org-export-latex-list-beginning-re): Rename to
5279 `org-list-beginning-re'
8bdd66dc 5280 (org-list-item-begin): Rename to `org-list-item-beginning'.
621f83e4 5281
646bcdd7
GM
52822008-10-12 Eric Schulte <schulte.eric@gmail.com>
5283
5284 * org-plot.el: New file.
5285
621f83e4
CD
52862008-10-12 Carsten Dominik <dominik@science.uva.nl>
5287
5288 * org.el (org-refile): Allow refiling to the last entry in the
5289 buffer.
5290 (org-get-tags-at): Fix bug when inheritance is turned off.
5291
5292 * org.el (org-indent-line-function): No longer check for src
5293 regions, this is too much overhead.
5294
5295 * org-agenda.el (org-agenda-highlight-todo): Fix bugs with keyword
5296 matching.
5297
5298 * org.el (org-scan-tags): Make sure that tags matching is not case
5299 sensitive. TODO keyword matching is case sensitive, however, to
5300 avoid confusion with similar words that are not meant to be
5301 keywords.
5302
5303 * org.el (org-get-local-tags-at): New function.
5304 (org-get-local-tags): New function.
5305
5306 * org-exp.el (org-export-get-categories): New function.
5307
5308 * org-agenda.el (org-sorting-choice)
5309 (org-agenda-sorting-strategy, org-agenda-get-todos)
5310 (org-agenda-get-timestamps, org-agenda-get-deadlines)
5311 (org-agenda-get-scheduled, org-agenda-get-blocks)
5312 (org-entries-lessp): Implement sorting by TODO state.
5313 (org-cmp-todo-state): New defsubst.
5314
5315 * org-colview.el (org-colview-construct-allowed-dates): New
5316 function.
5317 (org-columns-next-allowed-value): Use
5318 `org-colview-construct-allowed-dates'.
5319
5320 * org-colview-xemacs.el (org-colview-construct-allowed-dates): New
5321 function.
5322 (org-columns-next-allowed-value): Use
5323 `org-colview-construct-allowed-dates'.
5324
5325 * org.el (org-protect-slash): New function.
5326 (org-get-refile-targets): Use `org-protect-slash'.
5327
5328 * org-agenda.el (org-global-tags-completion-table): New variable.
5329
5330 * org-exp.el (org-export-handle-export-tags): New function.
5331 (org-export-preprocess-string): Call
5332 `org-export-handle-export-tags'.
5333
621f83e4
CD
5334 * org-publish.el (org-publish-expand-components): Function removed.
5335 (org-publish-expand-projects): Allow components to have components.
5336
5337 * org.el (org-indent-line-function): Do not indent in regions that
5338 are external source code.
5339 (org-yank-and-fold-if-subtree): New function.
5340
5341 * org-agenda.el (org-agenda-todayp): New function.
5342 (org-agenda-get-deadlines, org-agenda-get-scheduled): Use
5343 `org-agenda-todayp'.
5344
5345 * org.el (org-insert-heading-respect-content)
5346 (org-insert-todo-heading-respect-content): New commands.
5347 (org-insert-heading-respect-content): New option.
5348 (org-insert-heading): Respect `org-insert-heading-respect-content'.
5349
5350 * org-clock.el (org-clock-find-position): Make sure the note after
5351 the clock line gets moved into the new clock drawer.
5352
5353 * org-id.el (org-id-new): New option.
5354
5355 * org-table.el (org-table-copy-down): Avoid overflow during
5356 increment. Use prefix argument 0 to temporarily disable the
5357 increment.
5358
5359 * org-exp.el (org-export-as-html): Do not turn on the major mode
5360 if the buffer will be killed anyway.
5361 (org-get-current-options): Exclude the #+TEXT field.
5362 (org-export-as-html): Make sure text before the first headline is
5363 a paragraph.
5364
5365 * org-publish.el (org-publish-org-to): Tell the exporter that this
5366 buffer will be killed, so it is not necessary to do major mode
5367 initialization.
5368
5369 * org-archive.el (org-archive-to-archive-sibling): Show empty
5370 lines after folding the archive sibling.
5371
5372 * org.el (org-log-note-extra): New variable.
5373
53742008-10-12 Bastien Guerry <bzg@altern.org>
5375
3e344045 5376 * org.el (org-additional-option-like-keywords): Add keywords for
621f83e4
CD
5377 the _QUOTE, _VERSE and _SRC environments.
5378
5379 * org-export-latex.el (org-export-latex-preprocess): Fix bug when
5380 exporting _QUOTE and _VERSE environments.
5381
53822008-10-12 Carsten Dominik <dominik@science.uva.nl>
5383
5384 * org-agenda.el (org-agenda-filter-by-tag): New command.
5385
5386 * org-exp.el (org-get-current-options): Remove angular brackets
5387 from the date entry.
5388
5389 * org.el (org-edit-fixed-width-region): New function.
5390 (org-edit-fixed-width-region): Also try
5391 `org-edit-fixed-width-region'.
5392 (org-edit-fixed-width-region-mode): New option.
5393 (org-activate-code): Only interprete lines starting with colon
5394 plus a space as example lines.
5395
5396 * org-remember.el (org-remember-templates): Add nil instead of
5397 empty strings to fix the length of remember templates.
5398
5399 * org-table.el (org-calc-default-modes): Fix the time format for
5400 calc, from 12 hour to 24 hour clock.
5401
5402 * org-agenda.el (org-agenda-get-deadlines)
5403 (org-agenda-get-scheduled): Avoid `time-of-day' extraction for
5404 entries that are pre-warnings of deadlines or reminders.
5405
5406 * org.el (org-sort-entries-or-items): Make numeric and alpha
5407 comparisons ignore any TODO keyword and priority cookie.
5408
5409 * org-remember.el (org-remember-handler): Reinterpretation of the
5410 prefix argument.
5411
5412 * org-agenda.el (org-agenda-get-scheduled): Use new
5413 `org-scheduled' face.
5414
5415 * org-faces.el (org-scheduled): New face.
5416
5417 * org-wl.el (org-wl-open): Remove incorrect declaration.
5418
5419 * org-gnus.el (org-gnus-store-link): Support for :to information
5420 in gnus links.
5421
3e344045 5422 * org-exp.el (org-export-as-html): Fix typo in creator
621f83e4
CD
5423 information.
5424 (org-export-protect-examples): New parameter indent. Insert extra
5425 spaces only when this parameter is specified.
5426 (org-export-preprocess-string): Call `org-export-protect-examples'
5427 with an indentation parameter when exporting to ASCII.
5428
5429 * org-remember.el (org-remember-templates)
5430 (org-remember-apply-template): Allow the file component to be a
5431 function.
5432
3e344045 5433 * org.el (org-goto-local-search-headings): Rename from
621f83e4
CD
5434 `org-goto-local-search-forward-headings'. Added the possibility
5435 to search backwards.
5436
5437 * org-export-latex.el (org-export-latex): New customization
5438 group.
5439
5440 * org-agenda.el (org-write-agenda): Erase buffer for txt export.
5441
5442 * org-exp.el (org-html-do-expand): Allow {} to terminate
8bdd66dc 5443 tex macro.
621f83e4
CD
5444
5445 * org.el (org-buffer-list): Select buffers based on major mode,
5446 not on file name.
5447
5448 * org-agenda.el (org-agenda-align-tags): Fix bug with malformed
5449 face property.
5450
5451 * org-colview.el (org-columns-display-here): Use
5452 `org-columns-modify-value-for-display-function'.
5453
5454 * org-colview-xemacs.el (org-columns-display-here): Use
5455 `org-columns-modify-value-for-display-function'.
5456
5457 * org.el (org-columns-modify-value-for-display-function): New option.
5458
621f83e4
CD
5459 * org-publish.el (org-publish-file): Make sure the directory match
5460 for the publishing directory works correctly.
5461
5462 * org-agenda.el (org-agenda-execute-calendar-command)
5463 (org-agenda-diary-entry): Additional optional argument.
5464
54652008-07-24 Carsten Dominik <dominik@science.uva.nl>
5466
5467 * org-exp.el (org-export-as-html): Add attributes also in mailto
5468 and ftp links.
5469
5470 * org.el (org-autoload): Add `org-dblock-write:columnview'.
5471
79e43d6e
GM
54722008-08-11 Glenn Morris <rgm@gnu.org>
5473
5474 * org-mac-message.el (do-applescript): Fix declaration.
5475
5c94b31c
GM
54762008-08-10 Glenn Morris <rgm@gnu.org>
5477
5478 * org-exp.el (org-export-as-html): Let-bind `i'.
5479
5480 * org.el (org-renumber-ordered-list): Fix bob/bobp typo.
5481 (org-extract-attributes): Let-bind `key', `value'.
5482 (org-make-tags-matcher): Let-bind `time-p'.
5483
0eafa5a7
CD
54842008-07-27 Carsten Dominik <dominik@science.uva.nl>
5485
5486 * org-install.el: New file.
5487
ad9c4a78
CD
54882008-07-26 Carsten Dominik <dominik@science.uva.nl>
5489
5490 * org-exp.el (org-export-html-style)
5491 (org-export-html-style-extra): Declare as safe-local-variable.
5492
0627c265
CD
54932008-07-25 Carsten Dominik <dominik@science.uva.nl>
5494
5495 * org-publish.el (org-publish-file): Use the true name of the
5496 file.
5497
5498 * org-jsinfo.el (org-infojs-handle-options): Use :style-extra
5499 instead of :style.
5500
5501 * org-exp.el (org-export-plist-vars)
5502 (org-export-add-options-to-plist): Handle creator setting flag.
5503 (org-export-as-html): Handle attributes also for ftp and mailto
5504 links.
5505
5506 * org-agenda.el (org-agenda-diary-entry)
5507 (org-agenda-execute-calendar-command): Cater for the second
5508 argument of `calendar-cursor-to-date'.
5509
2c3ad40d
CD
55102008-07-24 Carsten Dominik <dominik@science.uva.nl>
5511
5512 * org-exp.el (org-export-region-as-html, org-export-as-html): Make
5513 sure that calls from `org-export-region-as-html' do not do the
5514 special check for a subtree.
5515
5516 * org-agenda.el (org-batch-store-agenda-views): Fix parsing bug.
5517
5518 * org.el (org-open-file): Use
5519 `org-open-directory-means-index-dot-org'.
5520 (org-open-directory-means-index-dot-org): New option.
5521
5522 * org.el (org-make-link-string): Remove link attributes from
5523 description.
10d1d0af 5524 (org-open-at-point): Remove link attributes before using the path.
2c3ad40d
CD
5525
5526 * org-exp.el (org-export-as-html): Handle link attributes.
5527
5528 * org.el (org-extract-attributes, org-attributes-to-string): New functions.
5529
5530 * org-table.el (org-table-to-lisp): New function.
5531
5532 * org.el (org-narrow-to-subtree): Do not include the final newline
5533 into the narrowed region.
5534
3e344045 5535 * org-agenda.el (org-agenda-custom-commands-local-options): Fix
2c3ad40d
CD
5536 bug with user-define skipping condition.
5537
3e344045 5538 * org-agenda.el (org-agenda-get-restriction-and-command): Fix typo.
2c3ad40d
CD
5539
5540 * org-exp.el (org-export-html-style-default): Automatic overflow
5541 handling for pre fields.
5542 (org-export-as-ascii, org-export-as-html): Change default format
5543 for time stamp.
5544
5545 * org-table.el (org-table-export): Offer completion for translator
5546 functions, and do not require a heading above the table.
5547
5548 * org.el (org-renumber-ordered-list, org-beginning-of-item-list):
5549 Cater for the case of a list starting in the first line of the
5550 buffer.
5551
5552 * org-publish.el (org-publish-find-title): Bug fix.
5553 (org-publish-org-index): Implement new :index-style option.
5554
5555 * org-publish.el (org-publish-timestamp-filename): Use
5556 SHA1-encoded file names in the timestamp directory.
5557
5558 * org-publish.el (org-publish-needed-p): Be verbose about files
5559 published and files skipped.
5560
5561 * org-exp.el (org-export-preprocess-string): Swap link
10d1d0af 5562 normalization and internal link targeting.
2c3ad40d
CD
5563
5564 * org-publish.el (org-publish-needed-p): Create timestamp
5565 directory when it does not exist.
5566
5567 * org-clock.el (org-clock-out-when-done): Doc fix.
5568
5569 * org.el (org-agenda-skip-unavailable-files): Doc fix.
5570
5571 * org-exp.el (org-export-remove-comment-blocks-and-subtrees):
5572 Ignore case when searching for the COMMENT cookie at export time.
5573
5574 * org-exp.el (org-get-file-contents)
5575 (org-get-and-remove-property): New functions.
5576 (org-export-handle-include-files): Handle the new prefix options.
5577 (org-export-as-html): Fix the verse environment.
5578
5579 * org.el (org-time=, org-time<, org-time<=, org-time>)
5580 (org-time>=, org-time<>, org-2ft): New functions.
10d1d0af 5581 (org-op-to-function): Also provide for the time testing functions.
2c3ad40d
CD
5582
5583 * org-exp.el (org-export-html-style-default): New constant.
5584
5585 * org-exp.el (org-export-html-style-extra): New variable.
5586 (org-export-splice-style): New function.
5587
5588 * org-exp.el (org-export-plist-vars, org-export-as-html):
5589 Implement `org-export-creator-info'.
5590 (org-export-creator-info): New option.
5591
5592 * org.el (org-clock-drawer-start-re, org-clock-drawer-end-re)
5593 (org-property-drawer-re, org-clock-drawer-re): New constants.
5594
5595 * org-exp.el (org-icalendar-use-deadline)
5596 (org-icalendar-use-scheduled): New options.
5597 (org-icalendar-include-todo): Default changed to t.
5598 (org-print-icalendar-entries): Implement better utilization of
5599 scheduling and deadline time stamps.
5600 (org-export-target-internal-links, org-export-as-html): Allow file
5601 lines without the "file:" prefix if the file path is an absolute
5602 path or starts with ".".
5603
10d1d0af 5604 * org-clock.el (org-clocktable-shift): Also understand yesterday,
2c3ad40d 5605 lastweek etc.
10d1d0af 5606 (org-clock-special-range): Also understand yesterday, lastweek etc.
2c3ad40d
CD
5607
5608 * org.el (org-agenda-skip-archived-trees): Docstring now
5609 discourages using this.
5610 (org-scan-tags): Check for org-agenda-archives-mode.
5611 (org-map-entries): Make sure org-agenda-archives-mode is nil.
5612 (org-agenda-files): Functionality of second arg changed.
5613
5614 * org-agenda.el (org-agenda-archives-mode): New variable
5615 (org-write-agenda, org-prepare-agenda, org-agenda-list)
5616 (org-search-view, org-todo-list, org-tags-view)
5617 (org-agenda-list-stuck-projects): Call `org-agenda-files' with
5618 `ifmode' argument.
5619 (org-agenda-quit): Reset the archives mode.
5620 (org-agenda-archives-mode): New command.
5621 (org-agenda-set-mode-name): Include archives info.
5622
5623 * org.el (org-paste-subtree): Make sure the yanked headline is
5624 visible if it was yanked at a visible point.
5625 (org-move-item-up): Fix the bug with moving white space at the end
5626 of the item.
5627 (org-show-empty-lines-in-parent): New function.
5628
ff759a98
JL
56292008-07-19 Juri Linkov <juri@jurta.org>
5630
5631 * org.el (narrow-map): Bind `org-narrow-to-subtree' to "s" on the
5632 new keymap `narrow-map' instead of binding "\C-xns".
5633
cf7241c8
JB
56342008-07-02 Juanma Barranquero <lekktu@gmail.com>
5635
5636 * org.el (org-agenda-skip-unavailable-files):
5637 * org-clock.el (org-clock-out-when-done): Doc fixes.
5638
2530ae2a
GM
56392008-06-18 Glenn Morris <rgm@gnu.org>
5640
5641 * org.el (org-map-entries): Let-bind `file'.
5642
b349f79f
CD
56432008-06-17 Carsten Dominik <dominik@science.uva.nl>
5644
5645 * org-colview.el (org-columns-next-allowed-value): Bug fix.
5646
5647 * org-colview-xemacs.el (org-columns-next-allowed-value): Bug fix.
5648
5649 * org-agenda.el (org-agenda-get-closed): Get the end time into the
5650 agenda prefix as well.
5651
5652 * org-publish.el (org-publish-org-index): Make a properly indented
5653 list.
5654
5655 * org.el (org-calendar-agenda-action-key): New option.
5656 (org-get-cursor-date): New function.
5657 (org-mark-entry-for-agenda-action): New command.
5658 (org-overriding-default-time): New variable.
5659 (org-read-date): Respect `org-overriding-default-time'.
5660
5661 * org-remember.el (org-remember-apply-template): Respect the
cf7241c8 5662 overriding default time.
b349f79f
CD
5663
5664 * org-agenda.el (org-agenda-action-marker): New variable.
5665 (org-agenda-action): New command.
5666 (org-agenda-do-action): New function.
5667
56682008-06-17 Carsten Dominik <dominik@science.uva.nl>
5669
5670 * org.el (org-schedule, org-deadline): Protect scheduled and
5671 deadline tasks against changes that accidently remove the
5672 repeater. Also show a message with the new date when done.
5673
56742008-06-17 Carsten Dominik <dominik@science.uva.nl>
5675
5676 * org.el (org-beginning-of-line): Cater for the case when there
5677 are tags but no headline text.
5678 (org-align-tags-here): Convert to tabs only when indent-tabs-mode
5679 it set.
5680
56812008-06-17 Carsten Dominik <dominik@science.uva.nl>
5682
5683 * org-mhe.el (org-mhe-get-message-folder-from-index): Make sure
5684 the return value is nil instead of "nil" when there is no match.
5685
5686 * org-exp.el (org-insert-centered): Use fill-column instead of
5687 80.
5688 (org-export-as-ascii): Use string-width to measure the width of
5689 the heading.
5690
5691 * org.el (org-diary-to-ical-string): No longer kill buffer
5692 FROMBUF, this is now done by the caller.
5693
5694 * org-exp.el (org-print-icalendar-entries): Move the call to
5695 `org-diary-to-ical-string' out of the loop, and kill the buffer
5696 afterwords.
5697
5698 * org-remember.el (org-remember-visit-immediately): Position
5699 cursor after moving to the note.
5700 (org-remember-apply-template): Use a text property to record the
5701 cursor position.
5702 (org-remember-handler): Align tags after pasting the note.
5703
57042008-06-17 Carsten Dominik <dominik@science.uva.nl>
5705
5706 * org-bbdb.el (org-bbdb-follow-anniversary-link): New function.
5707
5708 * org-agenda.el (org-agenda-open-link): If there is an
5709 org-bbdb-name property in the current line, jump to that bbdb
5710 entry.
5711
5712 * org-bbdb.el (org-bbdb-anniversaries): Add the bbdb-name as a
5713 text property, so that the agenda knows where this entry comes
5714 from.
5715
3e344045 5716 * org-agenda.el (org-agenda-clock-in): Fix bug in the
b349f79f
CD
5717 interaction between clocking-in from the agenda, and automatic
5718 task state switching.
5719
10d1d0af 5720 * org-macs.el (org-with-point-at): Bug fix in macro definition.
b349f79f
CD
5721
5722 * org.el (org-beginning-of-line, org-end-of-line): Make sure the
5723 zmacs-region stays after this command in XEmacs.
5724
57252008-06-17 Carsten Dominik <dominik@science.uva.nl>
5726
5727 * org.el (org-scan-tags): Allow new values for ACTION parameter.
5728
5729 * org-remember.el (org-remember-templates): Fix bug in
5730 customization type definition.
5731
5732 * org.el (org-map-entries): New function.
5733
57342008-06-17 Carsten Dominik <dominik@science.uva.nl>
5735
5736 * org-agenda.el (org-agenda-skip-comment-trees): New option.
5737 (org-agenda-skip): Respect `org-agenda-skip-comment-trees'.
5738
57392008-06-17 Carsten Dominik <dominik@science.uva.nl>
5740
5741 * org-remember.el (org-jump-to-target-location): New variable.
5742 (org-remember-apply-template): Set
5743 `org-remember-apply-template' if requested by template.
5744 (org-remember-handler): Start an idle timer to jump to
5745 remember location.
5746
5747 * org-exp.el (org-get-current-options): Add the FILETAGS setting.
5748
5749 * org.el (org-set-regexps-and-options): Fix bug with parsing of
5750 file tags.
5751 (org-get-tags-at): Add the content of `org-file-tags'.
5752
5753 * org-exp.el (org-export-handle-comments): Fix bug with several
5754 comment lines after each other.
5755 (org-number-to-roman, org-number-to-counter): New functions.
5756 (org-export-section-number-format): New option.
5757
57582008-06-17 Carsten Dominik <dominik@science.uva.nl>
5759
5760 * org-exp.el (org-export-protect-examples): Catch the case of a
5761 missing end_example line.
5762
5763 * org.el (org-set-regexps-and-options): Set `org-file-properties' and
5764 `org-file-tags' to nil.
5765
5766 * org-colview.el (org-columns-next-allowed-value): Handle next
5767 argument NTH to directly select a value.
5768
5769 * org-colview-xemacs.el (org-columns-next-allowed-value): Handle next
5770 argument NTH to directly select a value.
5771
57722008-06-17 Carsten Dominik <dominik@science.uva.nl>
5773
5774 * org-agenda.el (org-agenda-scheduled-leaders): Fix docstring.
5775
57762008-06-17 Carsten Dominik <dominik@science.uva.nl>
5777
5778 * org.el (org-columns-ellipses): New option.
5779
57802008-06-17 Carsten Dominik <dominik@science.uva.nl>
5781
5782 * org-colview.el (org-columns-add-ellipses): New function.
5783 (org-columns-compact-links): New function.
5784 (org-columns-cleanup-item): Call `org-columns-compact-links'.
5785 (org-columns-display-here): Call `org-agenda-columns-cleanup-item'
5786 when in agenda.
3e344045 5787 (org-columns-edit-value): Fix bug with editing values from
b349f79f
CD
5788 agenda column view.
5789 (org-columns-redo): Also redo the agenda itself.
5790
57912008-06-17 Carsten Dominik <dominik@science.uva.nl>
5792
5793 * org-agenda.el (org-agenda-columns-remove-prefix-from-item): New
5794 option.
5795
5796 * org-colview.el (org-agenda-columns-cleanup-item): New function.
5797
3e344045 5798 * org-exp.el (org-export-ascii-preprocess): Rename from
b349f79f
CD
5799 `org-export-ascii-clean-string'.
5800 (org-export-kill-licensed-text)
5801 (org-export-define-heading-targets)
5802 (org-export-handle-invisible-targets)
5803 (org-export-target-internal-links)
5804 (org-export-remove-or-extract-drawers)
5805 (org-export-remove-archived-trees)
5806 (org-export-protect-quoted-subtrees)
5807 (org-export-protect-verbatim, org-export-protect-examples)
5808 (org-export-select-backend-specific-text)
5809 (org-export-mark-blockquote-and-verse)
5810 (org-export-remove-comment-blocks-and-subtrees)
5811 (org-export-handle-comments, org-export-mark-radio-links)
5812 (org-export-remove-special-table-lines)
5813 (org-export-normalize-links)
5814 (org-export-concatenate-multiline-links)
5815 (org-export-concatenate-multiline-emphasis): New functions,
10d1d0af 5816 obtained from spliting the export preprocessor.
b349f79f
CD
5817
5818 * org-table.el (org-table-recalculate): Improve error message if
5819 the row number is invalid.
5820
58212008-06-17 Carsten Dominik <dominik@science.uva.nl>
5822
5823 * org-archive.el (org-archive-save-context-info): Fix bugs in
5824 customization setup and docstring.
5825
3e344045 5826 * org-exp.el (org-export-html-style): Change the size of in the
b349f79f
CD
5827 <pre> element to 90%.
5828
58292008-06-17 Carsten Dominik <dominik@science.uva.nl>
5830
5831 * org.el (org-find-src-example-start): Function removed.
5832 (org-edit-src-find-region-and-lang): New function.
5833
58342008-06-17 Carsten Dominik <dominik@science.uva.nl>
5835
5836 * org.el (org-edit-src-exit): New function.
5837 (org-exit-edit-mode): New minor mode.
5838
5839 * org-exp.el (org-export-preprocess-string): Fix bug with removing
5840 comment-like lines from protected examples.
5841
5842 * org.el (org-edit-src-example, org-find-src-example-start)
5843 (org-protect-source-example, org-edit-special): New functions.
5844
58452008-06-17 Carsten Dominik <dominik@science.uva.nl>
5846
5847 * org-publish.el (org-publish-project-alist): Fix typo in
5848 docstring.
5849 (org-publish-project-alist): Handle :index-title property.
5850
58512008-06-17 Carsten Dominik <dominik@science.uva.nl>
5852
5853 * org-export-latex.el (org-export-as-latex): Make sure region
5854 bounds are correct. Parse subtree properties relating to export.
5855
5856 * org-exp.el (org-export-add-options-to-plist): New function.
5857 (org-infile-export-plist): Use `org-export-add-options-to-plist'.
5858
58592008-06-17 Carsten Dominik <dominik@science.uva.nl>
5860
5861 * org.el (org-default-properties): Add EXPORT_FILE_NAME and
5862 EXPORT_TITLE.
5863
5864 * org-exp.el (org-export-get-title-from-subtree)
5865 (org-export-as-ascii, org-export-as-html): Make sure the original
3e344045 5866 region-beginning and region-end are used, even after moving point.
b349f79f
CD
5867 (org-export-get-title-from-subtree): Also try the EXPORT_TITLE
5868 property.
5869
5870 * org-remember.el (org-remember-last-stored-marker): New variable.
5871 (org-remember-goto-last-stored): Use `org-goto-marker-or-bmk'.
5872 (org-remember-handler): Also use marker to remember
5873 last-stored position.
5874
5875 * org.el (org-goto-marker-or-bmk): New function.
5876
58772008-06-17 Carsten Dominik <dominik@science.uva.nl>
5878
3e344045 5879 * org.el (org-file-properties): Rename from `org-local-properties'.
b349f79f
CD
5880 (org-scan-tags): Take file tags into account.
5881 (org-tags-match-list-sublevels): Default changed to t.
5882
3e344045 5883 * org-exp.el (org-export-as-html): Close paragraph after a footnote.
b349f79f
CD
5884
5885 * org.el (org-update-parent-todo-statistics): New function.
5886
5887 * org-exp.el (org-icalendar-store-UID): New option.
5888 (org-icalendar-force-UID): Option removed.
5889 (org-print-icalendar-entries): IMplement UIDs.
5890
58912008-06-17 Carsten Dominik <dominik@science.uva.nl>
5892
5893 * org-mhe.el (org-mhe-follow-link): Fix bug in mhe searches.
5894
58952008-06-17 Carsten Dominik <dominik@science.uva.nl>
5896
5897 * org-faces.el (org-column): Document how this face is being used
062f2cfc 5898 and why sometimes the background faces shine through.
b349f79f
CD
5899
5900 * org-mhe.el (org-mhe-follow-link): Improve handling of searches.
5901
5902 * org-publish.el (org-publish-attachment): Create publishing
5903 directory if it does not yet exist.
5904
5905 * org-table.el (org-calc-default-modes): Change default number
5906 format to (float 8).
5907
5908 * org.el (org-olpath-completing-read): New function.
5909 (org-time-clocksum-format): New option.
5910 (org-minutes-to-hh:mm-string): Use `org-time-clocksum-format'.
5911
5912 * org-clock.el (org-clock-display, org-clock-out)
5913 (org-update-mode-line): Use `org-time-clocksum-format'.
5914
5915 * org-colview-xemacs.el (org-columns-number-to-string): Use
5916 `org-time-clocksum-format'.
5917
5918 * org-colview.el (org-columns-number-to-string): Use
5919 `org-time-clocksum-format'.
5920
59212008-06-17 Carsten Dominik <dominik@science.uva.nl>
5922
5923 * org-id.el: New file, move from contrib to core.
5924
5925 * org-exp.el (org-icalendar-force-UID): New option.
5926
59272008-06-17 Carsten Dominik <dominik@science.uva.nl>
5928
5929 * org-exp.el (org-print-icalendar-entries): Make sure DTEND is
3e344045 5930 shifted by one day if there is a date range without an end time.
b349f79f
CD
5931
5932 * org.el (org-try-structure-completion): New function.
5933
59342008-06-17 Carsten Dominik <dominik@science.uva.nl>
5935
5936 * org.el (org-set-font-lock-defaults): Improve fontification of
5937 description lists.
5938 (org-insert-item): Handle description lists.
5939 (org-adaptive-fill-function): Improve auto indentation in
5940 description lists.
5941
5942 * org-exp.el (org-export-as-html, org-export-preprocess-string):
5943 Implement VERSE environment.
5944 (org-export-preprocess-string): Implement the COMMENT
5945 environment.
5946
5947 * org-export-latex.el (org-export-latex-preprocess): Implement
5948 VERSE environment.
5949
59502008-06-17 Carsten Dominik <dominik@science.uva.nl>
5951
5952 * org-jsinfo.el (org-infojs-opts-table): Add entry for FIXED_TOC
5953 option.
5954
59552008-06-17 Carsten Dominik <dominik@science.uva.nl>
5956
5957 * org-table.el (orgtbl-to-tsv, orgtbl-to-csv): New functions.
5958
5959 * org.el (org-quote-csv-field): New functions.
5960
5961 * org-table.el (org-table-export-default-format): Remove :splice
5962 from default format, we get the same effect by not specifying
5963 :tstart and :tend.
5964 (org-table-export): Improve setup, distinguish better between
5965 interactive and non-interactive use, allow specifying the format
5966 on the fly, better protection against wrong file names.
5967 (orgtbl-to-generic): Fix documentation. Do not require :tstart
5968 and :tend when :splice is omitted.
5969
59702008-06-17 Carsten Dominik <dominik@science.uva.nl>
5971
5972 * org-clock.el (org-clock-select-task): Make sure the selection
5973 letters are 1-9 and A-Z, no special characters.
5974
59752008-06-17 Carsten Dominik <dominik@science.uva.nl>
5976
5977 * org-exp.el (org-export-htmlize): New group.
5978 (org-export-htmlize-output-type)
5979 (org-export-htmlize-css-font-prefix): New options.
5980 (org-export-htmlize-region-for-paste): New function.
5981 (org-export-htmlize-generate-css): New command.
5982
59832008-06-17 Carsten Dominik <dominik@science.uva.nl>
5984
5985 * org.el (org-set-visibility-according-to-property): New function.
5986 (org-ctrl-c-ctrl-c): Do not restart org-mode, just get the options
5987 and compute the regular expressions, and update font-lock.
5988 (org-property-re): Allow a dash in property names.
5989
5990 * org-archive.el (org-extract-archive-file): Insert the file name
5991 without the path into the format, to allow the location format to
5992 contain a subdirectory.
5993
5994 * org-agenda.el (org-agenda-post-command-hook): If point is at end
5995 of buffer, and the `org-agenda-type' property undefined, use the
5996 value from the character before.
5997
5998 * org.el (org-add-planning-info): Don't let indentation for
5999 would-be timestamp become extra whitespace at the end of headline.
6000
60012008-06-17 Carsten Dominik <dominik@science.uva.nl>
6002
6003 * org.el (org-remove-double-quotes, org-file-contents): New
6004 functions.
6005
6006 * org-exp.el (org-infile-export-plist): Also parse the
6007 contents of #+SETUPFILE files, recursively.
6008
6009 * org.el (org-set-regexps-and-options): Also parse the
6010 contents of #+SETUPFILE files, recursively.
6011
6012 * org-exp.el (org-export-handle-include-files): New function.
6013 (org-export-preprocess-string): Call
6014 `org-export-handle-include-files'.
6015
6016 * org.el (org-delete-property-globally)
6017 (org-delete-property, org-set-property): Ignore case during
6018 completion.
6019 (org-set-property): Use `org-completing-read' instead of
6020 `completing-read'.
6021
6022 * org.el (org-complete-expand-structure-template): New,
6023 experimental function.
6024 (org-structure-template-alist): New, experimental option.
6025 (org-complete): Call `org-complete-expand-structure-template'.
6026
f0131492 60272008-06-17 Bastien Guerry <bzg@altern.org>
b349f79f 6028
3e344045
SM
6029 * org-export-latex.el (org-export-latex-preprocess):
6030 Add support for blockquotes.
b349f79f
CD
6031
60322008-06-17 Carsten Dominik <dominik@science.uva.nl>
6033
6034 * org.el (org-read-date-analyze): Catch the case where only a
6035 weekday is given.
6036
60372008-06-17 Carsten Dominik <dominik@science.uva.nl>
6038
6039 * org.el (org-set-font-lock-defaults): Make the description
6040 tag bold.
6041
6042 * org-exp.el (org-export-as-html, org-close-li): Implement
6043 description lists.
6044
f0131492 60452008-06-17 Jason Riedy <jason@acm.org>
b349f79f
CD
6046
6047 * org-table.el (*orgtbl-default-fmt*): New variable.
6048 (orgtbl-format-line): Use the value of *orgtbl-default-fmt*
6049 when there is no other fmt available.
6050
6051 (orgtbl-to-generic): Allow an explicitly nil :tstart or
6052 :tend to suppress the appropriate string.
6053
6054 (orgtbl-to-orgtbl): New function for translating to another orgtbl
6055 table.
6056
60572008-06-17 Carsten Dominik <dominik@science.uva.nl>
6058
6059 * org.el (org-read-date-analyze): "." as an alias for "+0" in
6060 read date.
6061
6062 * org-clock.el (org-clock-save-markers-for-cut-and-paste):
6063 New function.
6064
6065 * org-agenda.el (org-agenda-save-markers-for-cut-and-paste):
6066 New function.
6067
60682008-06-17 Carsten Dominik <dominik@science.uva.nl>
6069
6070 * org-clock.el (org-clock-find-position): Don't include notes
6071 into clock drawer.
6072
6073 * org-archive.el (org-archive-subtree): No longer remove an
6074 extra line after cutting the subtree. `org-cut-subtree' already
6075 takes care of this.
6076
6077 * org-remember.el (org-remember-handler): Only kill the target
6078 buffer if it does not contain the running clock.
6079
6080 * org.el (org-markers-to-move): New variable.
6081 (org-save-markers-in-region, org-check-and-save-marker)
6082 (org-reinstall-markers-in-region): New function.
6083 (org-move-subtree-down, org-copy-subtree): Remember relative
6084 marker positions before cutting.
6085 (org-move-subtree-down, org-paste-subtree): Restore relative
6086 marker positions after pasting.
6087
6088 * org-remember.el (org-remember-clock-out-on-exit): New option.
6089 (org-remember-finalize): Clock out only if the setting in
6090 `org-remember-clock-out-on-exit' requires it.
6091 (org-remember-handler): Do the cleanup in the buffer, to make sure
6092 that the clock marker remains in tact.
6093
60942008-06-17 Carsten Dominik <dominik@science.uva.nl>
6095
6096 * org-clock.el (org-clock-goto): Widen buffer if necessary.
6097 (org-clock-in): Make sure that also tasks outside the narrowed
6098 region will be clocked in correctly.
6099 (org-clock-insert-selection-line): Widen the buffer so that we can
6100 find the correct task heading.
6101
6102 * org.el (org-base-buffer): New function.
6103
6104 * org-exp.el (org-icalendar-cleanup-string): Make sure ',"
6105 and ";" are escaped.
6106 (org-print-icalendar-entries): Also apply
6107 `org-icalendar-cleanup-string' to the headline, not only to the
6108 summary property.
6109
61102008-06-17 Carsten Dominik <dominik@science.uva.nl>
6111
6112 * org-exp.el (org-export-preprocess-hook): New hook.
3e344045 6113 (org-export-preprocess-string): Call `org-export-preprocess-hook'.
b349f79f
CD
6114
6115 * org.el (org-font-lock-hook): New variable.
6116 (org-font-lock-hook): New function.
6117 (org-set-font-lock-defaults): Call `org-font-lock-hook'.
6118
2530ae2a
GM
6119;; Local Variables:
6120;; coding: utf-8
6121;; add-log-time-zone-rule: t
6122;; End:
6123
ae940284 6124 Copyright (C) 2008, 2009 Free Software Foundation, Inc.
2530ae2a
GM
6125
6126 This file is part of GNU Emacs.
6127
6128 GNU Emacs is free software: you can redistribute it and/or modify
6129 it under the terms of the GNU General Public License as published by
6130 the Free Software Foundation, either version 3 of the License, or
6131 (at your option) any later version.
6132
6133 GNU Emacs is distributed in the hope that it will be useful,
6134 but WITHOUT ANY WARRANTY; without even the implied warranty of
6135 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
6136 GNU General Public License for more details.
6137
6138 You should have received a copy of the GNU General Public License
6139 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
6140
a5ec381f 6141;; arch-tag: a9bdcf06-7c2d-4b5a-bf7a-c5e7b706f67c