Improve subject line of bug report
[org-mode/org-tableheadings.git] / lisp / ChangeLog
blob6677764b017b725bd617398b49c4db96e073f2b4
1 2009-11-12  John Wiegley  <jwiegley@gmail.com>
3         * org-clock.el (org-clock-resolve): If `org-clock-into-string' is
4         a string, use that to find the LOGBOOK drawer.
6 2009-11-12  Carsten Dominik  <carsten.dominik@gmail.com>
8         * org.el (org-clone-subtree-with-time-shift): Make it work at the
9         end of the buffer.
11         * org-mobile.el (org-mobile-write-checksums): Specify coding
12         system.
13         (org-mobile-timestamp-buffer): Keep local variable/mode line at
14         beginning of buffer.
16         * org-latex.el (org-latex-entities-regexp): Fix typo in regexp.
18         * org.el (org-block-todo-from-children-or-siblings-or-parent)
19         (org-block-todo-from-checkboxes): Do not block changes to a nil
20         TODO state.
22 2009-11-12  James TD Smith  <ahktenzero@mohorovi.cc>
24         * org-habit.el (org-habit-parse-todo): Indicate which habit is
25         wrongly set up in the error messages.
27         * org-colview.el (org-columns-display-here): Don't try to
28         calculate values if the underlying property is not set.
29         (org-columns-string-to-number): Convert age strings back into
30         fractional days.
31         (org-agenda-colview-summarize): Handle extended summary types
32         properly.
34         * org-colview-xemacs.el (org-columns-display-here): Don't try to
35         calculate values if the underlying property is not set.
36         (org-columns-string-to-number): Convert age strings back into
37         fractional days.
38         (org-agenda-colview-summarize): Handle extended summary types
39         properly.
41 2009-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
43         * org-exp.el (org-export-format-drawer-function): New variable.
44         (org-export-format-drawer): New function.
45         (org-export-preprocess-string): Pass the backend as a parameter to
46         `org-export-remove-or-extract-drawers'.
47         (org-export-remove-or-extract-drawers): New parameter BACKEND.
49         * org-protocol.el (org-protocol-char-to-string): New defsubst.
51 2009-11-10  Carsten Dominik  <carsten.dominik@gmail.com>
53         * org-agenda.el (org-agenda-diary-entry-in-org-file): Add error
54         message when no block is selected.
56         * org-latex.el (org-export-latex-links): Check for protectedness
57         in the last matched character, not after the match.
59         * org-datetree.el (org-datetree-find-date-create): Respect
60         restriction when KEEP-RESTRICTION is set.
61         (org-datetree-file-entry-under): New function.
62         (org-datetree-cleanup): New command.
64 2009-11-08  Dan Davison  <davison@stats.ox.ac.uk>
66         * org-src.el (org-edit-src-code): New optional argument context
67         allows calling functions to avoid altering the saved window
68         configuration.
69         (org-edit-src-exit): Do not restore window configuration when this
70         function is used in the context of saving the edit buffer.
72 2009-11-09  Carsten Dominik  <carsten.dominik@gmail.com>
74         * org-clock.el (org-clock-out, org-clock-cancel): Revert to
75         instances to switching to with-current-buffer, because these seem
76         to cause problems - no idea why.
78         * org-agenda.el (org-agenda-add-entry-to-org-agenda-diary-file):
79         Require diary-lib for (diary-date-display-form).
81         * org.el (org-log-reschedule, org-log-redeadline): New options.
82         (org-log-note-headings): Add templates for rescheduling and
83         deadline changing.
84         (org-startup-options): Add in-buffer settings for logging changing
85         schedule and deadline time stamps.
86         (org-deadline, org-schedule): Check for existing date and arrange
87         for logging if the user requests it.
88         (org-add-log-note): Prepare proper note buffers for rescheduling
89         and deadline changes.
91 2009-11-08  Carsten Dominik  <carsten.dominik@gmail.com>
93         * org-agenda.el (org-agenda-diary-entry-in-org-file)
94         (org-agenda-add-entry-to-org-agenda-diary-file)
95         (org-agenda-insert-diary-make-new-entry): New functions.
96         (org-agenda-diary-entry): Call
97         `org-agenda-diary-entry-in-org-file' when appropriate.
99         * org.el (org-calendar-insert-diary-entry-key): New option.
100         (org-agenda-diary-file): New option.
101         ("calendar"): Install our insertion function in the calendar.
103         * org-remember.el (org-datetree): Require.
104         (org-remember-templates): Add new positioning option.
105         (org-remember-reference-date): New variable.
106         (org-remember-apply-template): Store the reference date in a local
107         variable.
108         (org-remember-handler): Implement date tree positioning of entries.
110         * org-datetree.el: New file.
112         * org-latex.el (org-export-latex-preprocess): Protect targets in
113         verbatim emphasis.
115         * org-html.el (org-export-as-html): Protect targets in verbatim
116         emphasis.
118         * org-docbook.el (org-export-as-docbook): Protect targets in
119         verbatim emphasis.
121 2009-11-07  James TD Smith  <ahktenzero@mohorovi.cc>
123         * org.el (org-link-display-format): Should be literal replacement.
125 2009-11-06  Carsten Dominik  <carsten.dominik@gmail.com>
127         * org-clock.el (org-show-notification): Handle messages that
128         contain a percent character.
130         * org-remember.el (org-remember-apply-template): Turn of partial
131         completion.
133         * org-mobile.el (org-mobile-before-process-capture-hook): New hook.
134         (org-mobile-pull): Run `org-mobile-before-process-capture-hook'.
136         * org.el (org-indent-mode): Define variable already in org.el.
137         (org-unfontify-region): Remove line-prefix and wrap-prefix
138         properties only if org-indent-mode is active.
140 2009-11-05  Carsten Dominik  <carsten.dominik@gmail.com>
142         * org-icalendar.el (org-print-icalendar-entries): Save match data
143         around call to verify function.
144         (org-print-icalendar-entries): Add a call to the verification
145         function.
147         * org.el (org-speedbar-set-agenda-restriction): Remove unnecessary
148         save-restrivtion' form.
150 2009-11-05  Dan Davison  <davison@stats.ox.ac.uk>
152         * org-exp.el (org-export-format-source-code-or-example): restrict
153         scope of preserve-indentp to the let binding.
154         (org-src): require org-src, since org-src-preserve-indentation is used.
156 2009-11-05  Carsten Dominik  <carsten.dominik@gmail.com>
158         * org-timer.el (org-timer-set-timer): Set variables
159         org-timer-timer[123] correctly.
162         * org-mobile.el (org-mobile-files-alist): Make it work when
163         `agenda-archives' is included in
164         `org-agenda-text-search-extra-files'.
165         (org-mobile-push): Restore agenda after mobile push.
167 2009-11-05  John Wiegley  <jwiegley@gmail.com>
169         * org-clock.el (org-resolve-clocks-if-idle): Another fix to the
170         way the amount of idle time is presented in the minibuffer.
172 2009-11-05  Carsten Dominik  <carsten.dominik@gmail.com>
174         * org-icalendar.el (org-print-icalendar-entries): Use
175         org-icalendar-verify-function only if non-nil.
177         * org.el (org-refile): Refile to clock only if the prefix arg is
178         2.
179         (org-sparse-tree): Fix docstring to be in line with prompt.
180         (org-update-parent-todo-statistics): Call
181         `org-after-todo-statistics-hook' on each level.
183 2009-11-04  Carsten Dominik  <carsten.dominik@gmail.com>
185         * org-remember.el (org-remember-apply-template): Make sure the
186         buffer exists.
188 2009-11-03  Carsten Dominik  <carsten.dominik@gmail.com>
190         * org.el (org-tab-ind-state): New variable.
191         (org-cycle-level): New function.
192         (org-cycle-level-after-item/entry-creation): New option.
193         (org-flag-subtree): New function.
194         (org-hide-archived-subtrees): Call `org-flag-subtree'.
195         (org-set-effort): Indexed access.
197         * org-list.el (org-cycle-item-indentation): New function.
199         * org.el (org-refile): Make prefix argument 2 refile to current
200         clock.
201         (org-priority): Interpret action `remove' as call to remove the
202         priority cookie.
204         * org-remember.el (org-remember-apply-template): Don't depend on
205         buffer name being like file name.
207 2009-11-02  Carsten Dominik  <carsten.dominik@gmail.com>
209         * org-clock.el (org-clock-play-sound): Expand file in
210         org-clock-sound, to allow ~ for home.
212         * org-remember.el (org-remember-handler): Set
213         text-before-node-creation even if this already looks like a node,
214         because the string might be needed on non-org-mode target files.
216         * org-agenda.el (org-agenda-open-link): Make this work in agenda
217         clocktables.
218         (org-agenda-switch-to): Follow a link at point if
219         org-return-follows-link' is set and there is nothing else to do in
220         this line.
222 2009-11-02  James TD Smith  <ahktenzero@mohorovi.cc>
224         * org-colview-xemacs.el: Add in changes from org-colview.el
226 2009-11-01  Dan Davison  <davison@stats.ox.ac.uk>
228         * org-exp-blocks.el: Modify split separator regexp to avoid empty
229         strings.
231 2009-11-01  James TD Smith  <ahktenzero@mohorovi.cc>
233         * org-colview.el (org-columns-new): Make this work with the new
234         operators.
235         (org-columns-store-format): Make this work with the new operators.
237 2009-11-01  Carsten Dominik  <carsten.dominik@gmail.com>
239         * org-src.el (org-src-preserve-indentation): Document that this
240         variable is also used during export.
242         * org-exp.el (org-export-format-source-code-or-example): Preserve
243         indentation if a block has a -i option, or if
244         `org-src-preserve-indentation' is set.
246         * org-exp-blocks.el (org-export-blocks-preprocess): Preserve
247         indentation if a block has a -i option, or if
248         `org-src-preserve-indentation' is set.
250 2009-10-31  Carsten Dominik  <carsten.dominik@gmail.com>
252         * org.el (org-mode-map): Define the new archiving keys.
253         (org-speed-commands-default): Define an archiving key in the speed
254         command map.
255         (org-org-menu): Improve the menu structure concerning archiving.
257         * org-archive.el (org-archive-subtree-default-with-confirmation):
258         New command.
260         * org-agenda.el (org-agenda-mode-map): Define the new archiving keys.
261         (org-agenda-menu): Add the new archiving commands to the menu.
262         (org-agenda-archive-default)
263         (org-agenda-archive-default-with-confirmation): New commands.
264         (org-agenda-archive, org-agenda-archive-to-archive-sibling): Just
265         call `org-agenda-archive-with'.
266         (org-agenda-archive-with): New function.
268         * org-table.el (org-table-convert-region): Inert spaces around "|"
269         to avoid line beginnings like "|-1" which will be mistaken as
270         hlines.
272 2009-10-30  Carsten Dominik  <carsten.dominik@gmail.com>
274         * org.el (org-offer-links-in-entry): Return nil if there are no
275         links, t if a link has been selected.
276         (org-open-at-point): Open attachment directory when called in the
277         headline and there are no links in the entry body.
278         (org-speed-commands-default): Add "o" for open-at-point as a speed
279         command.
281         * org-attach.el (org-attach-reveal): Optional prefix arg
282         IF-EXISTS, which avoids creating the attachment directory if it
283         does not yet exist.
285         * org-agenda.el (org-agenda, org-run-agenda-series): Evaluate
286         MATCH.
288 2009-10-29  Carsten Dominik  <carsten.dominik@gmail.com>
290         * org.el ("abbrev"): Work with abbrev tables only after they have
291         been loaded.
293         * org-list.el (org-list-send-list): Fix bug related to match
294         data.
296         * org-latex.el (org-export-latex-fontify): Apply verbatim
297         emphasis.
298         (org-export-latex-make-header): Insert \obeylines if line breaks
299         should be preserved.
301         * org-exp.el (org-export-protect-verbatim): Add an
302         `org-verbatim-emph' property to such text.
304 2009-10-28  Carsten Dominik  <carsten.dominik@gmail.com>
306         * org-icalendar.el (org-icalendar-use-plain-timestamp): New option.
307         (org-print-icalendar-entries): Skip entries where the timestamp is
308         not a deadline and not scheduled, if the user requests that.
310         * org-latex.el (org-export-latex-quotation-marks): Allow a bracket
311         before an opening quote.
313         * org-archive.el (org-archive-subtree): Keep archive after
314         archiving something.
316         * org-id.el (org-id-update-id-locations): Add archive files if
317         that is required by `org-id-extra-files'.
319 2009-10-27  Carsten Dominik  <carsten.dominik@gmail.com>
321         * org-src.el (org-src-window-setup): New option.
322         (org-src-switch-to-buffer): New function.
323         (org-edit-src-exit): Add optional argument CONTEXT and use it to
324         restore window configuration.
325         (org-edit-src-code, org-edit-src-continue, org-edit-src-exit):
326         Call `org-src-switch-to-buffer'.
328         * org.el (org-default-properties): Add STYLE property.
329         (org-files-list): Use the function call to get the files.
330         (org-additional-option-like-keywords): Add SETUPFILE to completion
331         list.
333 2009-10-26  Carsten Dominik  <carsten.dominik@gmail.com>
335         * org-table.el (org-table-convert-region): Correctly interpret
336         quoting in csv import.
338         * org.el (org-icompleting-read): Make iswitchb completion work
339         with lists and tables.
341         * org-agenda.el (org-agenda-add-entry-text): Never add entry text
342         while pushing the mobile agenda.
344 2009-10-25  John Wiegley  <jwiegley@gmail.com>
346         * org-clock.el
347         (org-clock-auto-clock-resolution): Now takes three values: nil, t
348         and `when-no-clock-is-running'.
349         (org-clock-in): Use `org-clock-auto-clock-resolution' to determine
350         whether or not to resolve Org buffers on clock in.
352 2009-10-25  James TD Smith  <ahktenzero@mohorovi.cc>
354         * org-colview.el (org-format-time-period): Function to format
355         times in fractional days for display.
356         (org-columns-display-here): Add support for showing a calculated
357         value in place of the property.
358         (org-columns): Set `org-columns-time' to the current time so time
359         difference calculations will work.
360         (org-columns-time): Use to store the current time when column view
361         is displayed, so all time differences will use the same reference
362         point.
363         (org-columns-compile-map): There is now an extra position in each
364         entry specifying the function to use to calculate the displayed
365         value for the non-calculated properties in the column,
366         (org-columns-compute-all): Set `org-columns-time' to the current
367         time so time difference calculations will work.
368         (org-columns-compute): Handle column operators where the values
369         used are calculated from the underlying property.
370         (org-columns-number-to-string): Handle the 'age' column format
371         (org-columns-string-to-number): Correct the function name (was
372         org-column...). Add support for the 'age' column format.
373         (org-columns-compile-format): Support the additional parameter in
374         org-columns-compile-map.
376 2009-10-26  Bastien Guerry  <bzg@altern.org>
378         * org.el (org-mode-hook): Turn `org-mode-hook' into a customizable
379         variable.
381 2009-10-25  Carsten Dominik  <carsten.dominik@gmail.com>
383         * org-clock.el (org-clock-has-been-used): New variable.
384         (org-clock-in): Set `org-clock-has-been-used'.
385         (org-clock-save): Save only if clock data has been used or created
386         during this session.
388 2009-10-24  Carsten Dominik  <carsten.dominik@gmail.com>
390         * org-clock.el (org-clock-persist): New value, to store only the
391         clock history.
392         (org-clock-save): Don't save the clock if only the history should
393         be stored.
394         (org-clock-load): Turn off John Wiegley's auto resolving mechanism
395         when restoring a saved clock.
397 2009-10-24  John Wiegley  <jwiegley@gmail.com>
399         * org-clock.el (org-clock-display, org-clock-put-overlay): Use
400         `org-time-clock-use-fractional'.
402         * org.el (org-time-clocksum-use-fractional)
403         (org-time-clocksum-fractional-format): Two new customizable
404         variables which allow the user to select fractional times (1.25
405         instead of 1:25) in the `org-clock-display' report.
407 2009-10-23  John Wiegley  <jwiegley@gmail.com>
409         * org-habit.el (org-habit-build-graph): None of the arguments
410         should be optional.
411         (org-habit-parse-todo, org-habit-deadline)
412         (org-habit-get-priority, org-habit-get-faces)
413         (org-habit-build-graph): Further simplifications by storing all
414         past, scheduled and deadline dates as a number of days past the
415         epoch, and not as times.
417         * org-habit.el (org-habit-warning-face)
418         (org-habit-warning-future-face): Removed because these are no
419         longer used.
420         (org-habit-deadline, org-habit-deadline-repeat): Now always
421         returns a date; computed if there was a scheduled repeater but no
422         deadline repeater.
423         (org-habit-get-priority): Further improvements to the priority
424         algorithm.  In particular, items past due should always appear
425         before items due or not yet due.
426         (org-habit-get-faces): Greatly simplified the logic, now that
427         `org-habit-deadline' always returns a valid time.
429 2009-10-23  Carsten Dominik  <carsten.dominik@gmail.com>
431         * org-ascii.el (org-export-ascii-table-keep-all-vertical-lines):
432         New option.
434         * org.el (org-tag-alist): Fix customization type.
436 2009-10-22  Carsten Dominik  <carsten.dominik@gmail.com>
438         * org-mobile.el (org-mobile-update-checksum-for-capture-file):
439         Make sure the regexp search can fail without throwing an error.
440         (org-mobile-apply): Save the inbox buffer after removing
441         successfully applied changes.
443 2009-10-22  John Wiegley  <jwiegley@gmail.com>
445         * org-habit.el (org-habit-build-graph): Fix to the graph building
446         when last DONE date is earlier than `org-habit-preceding-days'.
448         * org-clock.el (org-resolve-clocks-if-idle): Fix to the way idle
449         time is reported after the user comes back (but before they
450         resolve time).
452         * org.el (org-get-repeat): Change so that this function can be
453         called with either `org-scheduled-string' or
454         `org-deadline-string'.
456         * org-habit.el (org-habit-parse-todo): Use `org-scheduled-string'
457         to find the scheduled date.
459         * org-clock.el (org-clock-auto-clock-resolution): Renamed
460         `org-clock-disable-clock-resolution', since negatives don't sound
461         good in customization variables.
462         (org-clock-in): Don't use the auto-resolution logic if the user is
463         clocking into a different task while an active clock is running.
464         This then allows the default behavior of clocking out of the open
465         task and then into the new task.
467         * org-habit.el (org-habit-parse-todo): Generate an error if a
468         habit has a scheduled repeat period < 1.
469         (org-habit-get-faces): Fixes to the way that colors are computed.
470         (org-habit-build-graph): The graph wasn't displaying beyond any
471         day that had two completions in it.
473         * org.el (org-modules): Made this variable more consistent, since
474         it was referring to Org, OrgMode and Org-mode, whereas the docs
475         for the variable always refer to Org-mode.
477 2009-10-21  James TD Smith  <ahktenzero@mohorovi.cc>
479         * org.el (org-repeat-re): The changed org-repeat-re no longer
480         matched simple +2d type repeaters. Fix it so it does.
482 2009-10-21  Carsten Dominik  <carsten.dominik@gmail.com>
484         * org-latex.el (org-export-latex-preprocess): Protect the vspace
485         macro in the VERSE environment.
487 2009-10-20  John Wiegley  <jwiegley@gmail.com>
489         * org-habit.el (org-habit-get-priority): A new function that
490         determines the relative priority of a habit, based on how long
491         past its scheduled date it is, and how near the deadline is.
493         * org-agenda.el (org-agenda-get-scheduled): Set habit priority
494         using `org-habit-get-priority'.
496         * org-habit.el (org-habit-build-graph): Start displaying colors
497         from the first scheduled date, if that date is earlier than the
498         first completion date.
500         * org-habit.el: Changed all "color" variables to faces, and made
501         them appropriate for light and dark backgrounds.
503         * org-habit.el (org-habit-duration-to-days): Made this function
504         more general.
505         (org-habit-parse-todo): Parse the new ".+N/N" style repeater.
507         * org-agenda.el (org-agenda-get-deadlines): Removed all mention of
508         habits, since they don't use DEADLINE anymore.
510         * org.el (org-repeat-re, org-display-custom-time)
511         (org-timestamp-change): Extended to support the new ".+N/N"
512         syntax, used for habits.
514         * org-clock.el (org-clock-resolve-clock): Fixed an incorrect
515         variable reference.
517         * org-agenda.el (org-agenda-set-mode-name): Show Habit in the
518         modeline when habits are being displayed (if that module is being
519         loaded).
521 2009-10-21  James TD Smith  <ahktenzero@mohorovi.cc>
523         * org-clock.el (org-x11-idle-seconds): Add a method to get the X11
524         idle time using the xscreensaver extension.
525         (org-user-idle-seconds): Use X11 idle time if available.
527 2009-10-20  Carsten Dominik  <carsten.dominik@gmail.com>
529         * org-agenda.el (org-agenda-next-line): New command.
530         (org-agenda-previous-line): New commands.
531         (org-agenda-show-and-scroll-up, org-agenda-show-scroll-down): New
532         commands.
533         (org-agenda-follow-mode): Do the follow immediately if the mode is
534         turned on here.
535         (previous-line, next-line): Replace keys with the corresponding
536         org functions.
537         (org-agenda-mode-map): Bind backspace and delete to the scrolling
538         command.
540         * org.el (org-icompleting-read): Turn off partial completion mode
541         for the duration of this completion round.
543         * org-latex.el (org-export-latex-fontify-headline): Protect TeX
544         macros in author lines and similar stuff.
546         * org.el (org-file-tags): Fix docstring.
547         (org-get-buffer-tags): Add the #+FILETAGS tags.
548         ("ecb"): Maks ecb show context after jumping into an Org file.
550 2009-10-20  John Wiegley  <johnw@newartisans.com>
552         * org-agenda.el (org-finalize-agenda): Draw habit consistency
553         graphs after everything else in the buffer has been setup.
555 2009-10-19  Carsten Dominik  <carsten.dominik@gmail.com>
557         * org-mobile.el (org-mobile-apply): Count success and failure.
559         * org.el (org-indent-line-function): Fix regexp replace problem.
561 2009-10-19  John Wiegley  <johnw@newartisans.com>
563         * org-clock.el (org-clock-disable-clock-resolution): New
564         customization variable that disable automatic clock resolution on
565         clock in.
566         (org-clock-in): If `org-clock-disable-clock-resolution' is set, do
567         not automatically resolve anything.  This is does not affect
568         idle-time resolution, however, if `org-clock-idle-time' is set.
570 2009-10-19  John Wiegley  <johnw@newartisans.com>
572         * org-habit.el: New file, which implements code to build a "habit
573         consistency graph".
575         * org-agenda.el (org-agenda-get-deadlines)
576         (org-agenda-get-scheduled): Display consistency graphs when
577         outputting habits into the agenda.  The graphs are always relative
578         to the current time.
579         (org-format-agenda-item): Added new parameter `habitp', which
580         indicates whether we are formatting a habit or not.  Do not
581         display "extra" leading information if habitp is true.
583         * org.el (org-repeat-re): Improved regexp to include .+ and ++
584         leaders for repeat strings.
585         (org-get-repeat): Now takes a string parameter `tagline', so the
586         caller can obtain the SCHEDULED repeat, or the DEADLINE repeat.
588 2009-10-19  John Wiegley  <johnw@newartisans.com>
590         * org-agenda.el (org-agenda-auto-exclude-function): New
591         customization variable for allowing the user to create an "auto
592         exclusion" filter for doing context-aware auto tag filtering.
593         (org-agenda-filter-by-tag): Changes to support the use of
594         `org-agenda-auto-exclude-function'.  See the new manual addition,.
596 2009-10-18  John Wiegley  <johnw@newartisans.com>
598         * org.el (org-files-list): Don't attempt to return a file name for
599         Org buffers which have no associated file.
601         * org-agenda.el (org-agenda-do-action): Fixed a typo.
603 2009-10-18  Carsten Dominik  <carsten.dominik@gmail.com>
605         * org-mobile.el (org-mobile-locate-entry): Interpret files
606         relative to org-directory.
607         (org-mobile-inbox-for-pull): Document the best location for this
608         file.
609         (org-mobile-check-setup): Verify `org-directory'.
610         (org-mobile-create-index-file): Sort the files to be listed in
611         index.org.
613 2009-10-17  James TD Smith  <ahktenzero@mohorovi.cc>
615         * org.el (org-fast-tag-selection): Add a way to display a
616         description for a tag group. This is done by adding a string to
617         either the startgroup or endgroup cell.
619 2009-10-17  Carsten Dominik  <carsten.dominik@gmail.com>
621         * org-clock.el (org-clock-resolve, org-resolve-clocks)
622         (org-emacs-idle-seconds): Use `org-float-time' instead of
623         `time-to-seconds'
625 2009-10-17  Carsten Dominik  <carsten.dominik@gmail.com>
627         * org-agenda.el (org-agenda-sorting-strategy): Fix customization
628         type.
630         * org.el (org-pre-cycle-hook): Document that `empty' can also be
631         the value of ARG when doing local cycling.
633 2009-10-17  John Wiegley  <johnw@newartisans.com>
635         * org-clock.el (org-clock-resolve-clock): If keeping or
636         subtracting time results in a clock out at a time in the past, and
637         if the resolution occurred due to idleness or invoking `M-x
638         org-resolve-clocks', remember that past moment in time.  On the
639         next clock in, the user will be prompted to see if they want to
640         back-date their new clock to then.
641         (org-clock-resolve): Do not jump the user to the location of a
642         dangling clock if the resolution is occuring due to an idle
643         timeout.  In that case there is typically only one dangling clock,
644         the active one, and there is no value gained by shuffling their
645         windows around to show it to them.  Being prompted to resolve an
646         idle clock should be as inobtrusive as possible.
647         (org-resolve-clocks-if-idle): New function that resolves only the
648         currently active clock if the user has exceeded the time returned
649         by `org-user-idle-seconds', based on the value of
650         `org-clock-idle-time'.
651         (org-clock-in): If, after resolving clocks,
652         (org-clock-out): Cancel the `org-clock-idle-timer' on clock out.
654         * org-clock.el (org-clock-resolve-clock): New function that
655         resolves a clock to a specific time, closing or resuming as need
656         be, and possibly even starting a new clock.
657         (org-clock-resolve): New function used by `org-resolve-clocks'
658         that sets up for the call to `org-clock-resolve-clock'.  It
659         determines the time to resolve to based on a single-character
660         selection from the user to either keep time, subtract away time or
661         cancel the clock.
662         (org-resolve-clocks): New user command which resolves dangling
663         clocks -- that is, open but not active -- anywhere in the file
664         list returned by `org-files-list'.
665         (org-clock-in): Automatically resolve dangling clocks whenever a
666         user clocks in.
667         (org-clock-cancel): If the user cancels the solely clock in a
668         LOGBOOK, remove the empty drawer.
670         * org-clock.el (org-clock-idle-time): New user customizable option
671         for detecting whether the user has left a clock idle.  Note: it is
672         only used in this commit to test whether it's worthwhile to check
673         OS X to get the Mac user's current idle time.  If the Emacs idle
674         time is less than the value, the user hasn't been away long enough
675         to be worth checking (a more expensive test than just getting
676         Emacs idle time).
677         (org-user-idle-seconds, org-mac-idle-seconds)
678         (org-emacs-idle-seconds): This three functions, in conjunction
679         with the user customization variable `org-clock-idle-time', return
680         the number of seconds (as a floating point) that the user has been
681         away from their Emacs (or, if running on OS X, their computer).
683         * org-clock.el (org-find-open-clocks): New function that returns a
684         list of all open clocks in the given FILE.  Note that each clock
685         it returns is a cons cell of the format (MARKER . START-TIME).
686         This "clock" value is used by several of the new clock module
687         utility functions.
688         (org-is-active-clock): New inline function which tests whether the
689         given clock value is the same as the currently active clock.
690         Returns non-nil if this is the case.
691         (org-with-clock-position): New macro that evaluates FORMS with
692         point in the buffer and at the position of the given clock.
693         Changes to the current clock are global.
694         (org-with-clock): New macro that evaluates FORMS with point in the
695         buffer and at the position of the given clock.  However, changes
696         to the current clock are local and have no effect on the user's
697         active clock.  This allows, for example, far any clock to be
698         cancelled without cancelling the active clock.
699         (org-clock-clock-in): New inline function that switches the active
700         clock to the given clock.  If either the argument RESUME, or the
701         global `org-clock-in-resume', are non-nil, it will resume a clock
702         that was previously left open.
703         (org-clock-clock-out): New inline function that clocks out the
704         given clock value without affecting the currently active clock.
705         (org-clock-clock-cancel): New inline function that cancels the
706         given clock value without affecting the currently active clock.
708         * org-clock.el (org-clock-in): Before creating
709         `org-clock-mode-line-timer', check to make sure an older timer is
710         not currently running.
711         (org-clock-out): Accept new third parameter `at-time', which
712         permits a clock to be clocked out at a specific time.  Note that
713         no attempt is made to verify that the clock out time is later than
714         the clock in time.
716         * org.el (org-files-list): New utility function for returning a
717         list of all open org-mode buffers, plus all files used to build
718         the agenda buffer.  Note that not all the files will necessarily
719         be visited by a buffer at time of call.
720         (org-entry-beginning-position): Like the function
721         `line-beginning-position', this inline function returns the
722         beginning position of the current heading/entry.
723         (org-entry-end-position): Like the function `line-end-position',
724         this inline function returns the end position of the current
725         heading/entry.
727 2009-10-16  Carsten Dominik  <carsten.dominik@gmail.com>
729         * org-agenda.el (org-agenda-list): Mark the all-todo items line as
730         a header line.
732 2009-10-15  Carsten Dominik  <carsten.dominik@gmail.com>
734         * org-exp.el (org-inlinetask-remove-END-maybe): Declare function.
736 2009-10-14  Carsten Dominik  <carsten.dominik@gmail.com>
738         * org-agenda.el (org-agenda-filter-make-matcher): Allow to filter
739         entries that have no tags.
740         (org-agenda-search-view): New customize group.
741         (org-agenda-search-view-search-words-only): New option.
742         (org-search-view): Implement substring search.
744 2009-10-13  Carsten Dominik  <carsten.dominik@gmail.com>
746         * org.el (org-outline-level): Add doc string.
748 2009-10-12  Carsten Dominik  <carsten.dominik@gmail.com>
750         * org-inlinetask.el (org-inlinetask-export): Re-introduce
751         variable.
752         (org-inlinetask-export-handler): Only export inline task if the
753         user option calls for it.
755 2009-10-10  Carsten Dominik  <carsten.dominik@gmail.com>
757         * org-exp.el (org-export-handle-export-tags): Remove inlinetask
758         END if present.
760 2009-10-07  Carsten Dominik  <carsten.dominik@gmail.com>
762         * org-latex.el (org-export-latex-tables): Don't format in
763         protected regions.
765 2009-10-06  Carsten Dominik  <carsten.dominik@gmail.com>
767         * org-src.el (org-edit-src-code)
768         (org-edit-src-find-region-and-lang, org-edit-src-exit): Handle
769         macro editing.
771         * org-agenda.el (org-prefix-category-max-length): New variable.
772         (org-format-agenda-item): Use `org-prefix-category-max-length'.
773         (org-compile-prefix-format): Set `org-prefix-category-max-length'.
775 2009-10-03  Carsten Dominik  <carsten.dominik@gmail.com>
777         * org-mobile.el (org-mobile-create-index-file): Improve the
778         listing of tags and todo keywords.
780         * org-latex.el (org-export-latex-format-image): New function.
781         (org-export-latex-links): Use `org-export-latex-format-image'.
783 2009-10-02  Carsten Dominik  <carsten.dominik@gmail.com>
785         * org-inlinetask.el (org-inlinetask-get-current-indentation)
786         (org-inlinetask-remove-terminator): New functions.
787         (org-inlinetask-export-handler): Terminate the description list.
789         * org-exp.el (org-export-select-backend-specific-text): Remove the
790         region markers.
792         * org-inlinetask.el (org-inlinetask-export-handler): fix bug for
793         tasks without content.
795         * org-clock.el: Make sure the clock-in target position does not
796         move to a different node by widening the buffer.
798         * org-html.el (org-export-html-format-image): Wrap image into
799         figure div only when there is a caption.
801         * org-archive.el (org-archive-mark-done): Change default value to
802         nil.
804 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
806         * org.el (org-context): Call `bobp', not `eobp'.
808         * org-clock.el (org-clock-cancel): Remove quotes from marker
809         variables.
811         * org.el (org-read-date-prefer-future): New allowed value `time'.
812         (org-read-date-analyze): Shift day to tomorrow depending on time
813         entered and value of `org-read-date-prefer-future'.
815 2009-09-30  Carsten Dominik  <carsten.dominik@gmail.com>
817         * org.el (org-set-tags-to): New command.
819         * org-mobile.el (org-mobile-action-alist): Add more options and
820         update the docstring.
821         (org-mobile-apply-flags): Parse for and use the data.
823         * org-latex.el (org-export-latex-set-initial-vars): Also check in
824         the plist.
826         * org.el (org-additional-option-like-keywords): Add LATEX_CLASS
827         keyword.
829         * org-exp.el (org-infile-export-plist): Add LATEX_CLASS keyword.
831 2009-09-29  Carsten Dominik  <carsten.dominik@gmail.com>
833         * org-inlinetask.el (org-inlinetask-export): Option removed.
834         (org-inlinetask-export-handler): Better export.
836         * org-xoxo.el (org-export-xoxo-final-hook): New hook.
837         (org-export-as-xoxo): Run the new hook.
839         * org-html.el (org-export-html-final-hook): New hook.
840         (org-export-as-html): Run the new hook.
842         * org-docbook.el (org-export-docbook-final-hook): New hook.
843         (org-export-as-docbook): Run the new hook.
845         * org-ascii.el (org-export-ascii-final-hook): New hook.
846         (org-export-as-ascii): Run the new hook.
848         * org-mobile.el (org-mobile-create-sumo-agenda): Call
849         `org-sore-agenda-views' instead of `org-batch-store-agenda-views'.
851         * org-latex.el (org-export-latex-treat-sub-super-char): Allow a
852         space character as the character before the ^/_.
853         (org-export-latex-final-hook): New hook.
854         (org-export-as-latex): Run `org-export-latex-final-hook'.
856 2009-09-28  Carsten Dominik  <carsten.dominik@gmail.com>
858         * org-macs.el (org-if-unprotected-at): Fix docstring.
860         * org-agenda.el (org-agenda-change-all-lines): Handle invisible
861         text in the prefix (if category is a link).
863         * org-latex.el (org-export-latex-preprocess): Deal properly with
864         empty lines in verse environments.
866         * org.el (org-format-latex-header): Inline fullpage.sty.
868         * org-footnote.el (org-footnote-create-definition): Reveal context
869         to add a new footnote definition.
871         * org-mobile.el (org-mobile-files-alist): Add the list of tags to
872         the index file.
873         (org-mobile-files): New option.
874         (org-mobile-files-alist, org-mobile-checksum-files): New variable.
875         (org-mobile-prepare-file-lists, org-mobile-files-alist): New
876         functions.
877         (org-mobile-push): Start by creating the files lists.
878         (org-mobile-copy-agenda-files): Move killing the buffer to after
879         the save-excursion has exited.
880         (org-mobile-write-checksums): Write checksums also for files in
881         sub-directories.
883         * org.el (org-ctrl-c-ctrl-c): Pass prefix arg to
884         org-table-recalculate when cursor is in TBLFM line.
886         * org-list.el (org-renumber-ordered-list): Fix cursor position
887         when bullet length has changed.
889 2009-09-26  Carsten Dominik  <carsten.dominik@gmail.com>
891         * org.el (org-format-latex): Mention `org-format-latex-options' in
892         the docstring.
894 2009-09-25  Carsten Dominik  <carsten.dominik@gmail.com>
896         * org.el (org-agenda-get): New function.
898         * org-agenda.el (org-agenda-post-command-hook): No longer move
899         point away from end of line.
900         (org-agenda-add-entry-text, org-agenda-collect-markers)
901         (org-finalize-agenda, org-agenda-mark-clocking-task)
902         (org-agenda-dim-blocked-tasks, org-agenda-entry-text-show-here)
903         (org-agenda-entry-text-show, org-agenda-highlight-todo)
904         (org-agenda-compare-effort, org-agenda-filter-apply)
905         (org-agenda-later, org-agenda-change-time-span)
906         (org-agenda-post-command-hook, org-agenda-show-priority)
907         (org-agenda-show-tags, org-agenda-goto, org-agenda-kill)
908         (org-agenda-archive, org-agenda-archive-to-archive-sibling)
909         (org-remove-subtree-entries-from-agenda, org-agenda-refile)
910         (org-agenda-open-link, org-agenda-copy-local-variable)
911         (org-agenda-switch-to, org-agenda-check-no-diary)
912         (org-agenda-tree-to-indirect-buffer, org-agenda-todo)
913         (org-agenda-add-note, org-agenda-change-all-lines)
914         (org-agenda-priority, org-agenda-set-tags)
915         (org-agenda-set-property, org-agenda-set-effort)
916         (org-agenda-toggle-archive-tag, org-agenda-date-later)
917         (org-agenda-show-new-time, org-agenda-date-prompt)
918         (org-agenda-schedule, org-agenda-deadline, org-agenda-action)
919         (org-agenda-clock-in, org-agenda-bulk-mark)
920         (org-agenda-bulk-unmark, org-agenda-show-the-flagging-note): Use
921         `org-get-at-bol'.
923         * org-colview.el (org-columns-display-here)
924         (org-columns-edit-allowed, org-agenda-columns): Use
925         `org-get-at-bol'.
927 2009-09-25  Carsten Dominik  <carsten.dominik@gmail.com>
929         * org.el (org-special-ctrl-a/e): Improve documentation and
930         customize type.
931         (org-end-of-line): Don't jump to after the ellipsis.
932         (org-mode-map): Bind <home> and <end> as well.
934 2009-09-24  Carsten Dominik  <carsten.dominik@gmail.com>
936         * org.el (org-fontify-meta-lines-and-blocks): Treat lines with a
937         space after #+ as comments.
938         (org-open-at-point): Run `org-follow-link-hook' always.
940         * org-latex.el (org-export-latex-emph-format): Use better commands
941         to insert special characters in verbatim snippets.
943 2009-09-22  Carsten Dominik  <carsten.dominik@gmail.com>
945         * org-faces.el (org-copy-face): New function.  Use it to create
946         various faces formerly created by using `copy-face'.
948         * org-agenda.el (org-prepare-agenda): Don't officially mark this
949         window dedicated.
950         (org-agenda-quit): Kill the frame containing the agenda window if
951         that frame was created for the agenda.
953 2009-09-21  Carsten Dominik  <carsten.dominik@gmail.com>
955         * org-agenda.el (org-agenda-date-prompt): Mark the changed time
956         stamp in the agenda.
958 2009-09-19  Carsten Dominik  <carsten.dominik@gmail.com>
960         * org-mobile.el (org-mobile-create-index-file): Add the list of
961         TODO keywords, and the list of drawers to the index file.
963         * org-agenda.el (org-prepare-agenda): Reset
964         `org-drawers-for-agenda'.
965         (org-prepare-agenda): Uniquify list of drawers.
967         * org.el (org-complex-heading-regexp-format): New variable.
968         (org-set-regexps-and-options): Define
969         `org-complex-heading-regexp-format'.
970         (org-drawers-for-agenda): New variable.
971         (org-map-entries): Bind `org-drawers-for-agenda'.
972         (org-prepare-agenda-buffers): Add to `org-drawers-for-agenda'.
974         * org-remember.el (org-go-to-remember-target)
975         (org-remember-handler): Use `org-complex-heading-regexp-format'.
977 2009-09-18  Carsten Dominik  <carsten.dominik@gmail.com>
979         * org-agenda.el (org-agenda-highlight-todo): Fix text property
980         problem.
982         * org-mobile.el (org-mobile-capture-file): Use `mobileorg.org' as
983         the capture file, and make it non-configurable.
985         * org.el (org-on-heading-p, org-at-heading-p): Make sure these are
986         always with `invisible-ok'.
987         (org-store-link): No error when there is nothing to link to in the
988         agenda.
990         * org-list.el (org-update-checkbox-count): Insert changed cookie
991         before the old, to avoid problems with invisibility at the end of
992         the line.
993         (org-update-checkbox-count): Insert changed cookie before the old,
994         to avoid problems with invisibility at the end of the line.
996         * org.el (org-sort-entries-or-items): Include the final newline.
997         (org-fontify-meta-lines-and-blocks): Add indented dynamic block
998         lines for fontification.
999         (org-dblock-start-re, org-dblock-end-re): Allow indentation.
1000         (org-prepare-dblock): Store the current indentation of the BEGIN
1001         line.
1002         (org-update-dblock): Apply the indentation of the begin line to
1003         the rest of the block.
1004         (org-ctrl-c-ctrl-c): Also find indented dblock lines.
1005         (org-startup-folded): New allowed value `showeverything'.
1006         (org-startup-options): Add STARTUP keyword `showeverything'.
1007         (org-set-startup-visibility): Respect value `showeverything' in
1008         org-startup-folded.
1010 2009-09-17  Carsten Dominik  <carsten.dominik@gmail.com>
1012         * org.el (org-closest-date): Fix issue with past preference.
1014         * org-mobile.el (org-mobile-apply-flags): Require `org-archive'.
1016         * org-archive.el (org-archive-set-tag)
1017         (org-archive-subtree-default): New commands.
1019         * org-mobile.el (org-mobile-create-index-file): Fix link to
1020         capture file.
1021         (org-mobile-copy-agenda-files): Create the capture file if it does
1022         not exist.
1024         * org-clock.el (org-clock-clocktable-default-properties): New
1025         option.
1026         (org-clock-report): Use
1027         `org-clock-clocktable-default-properties'.
1029 2009-09-16  Carsten Dominik  <carsten.dominik@gmail.com>
1031         * org.el (org-iswitchb-completing-read): Fix typo.
1033         * org-crypt.el: New file.
1035         * org.el: Add an entry for org-crypt.
1037 2009-09-15  Carsten Dominik  <carsten.dominik@gmail.com>
1039         * org-agenda.el (org-agenda-menu): Reorganize the menu for more
1040         consistency.
1041         (org-batch-store-agenda-views): New function.
1042         (org-mobile-force-id-on-agenda-items): Mention variable.
1043         (org-agenda-title-append): Define variable.
1044         (org-write-agenda): New export to Org files.
1045         (org-agenda-get-some-entry-text): New arguments INDENT and KEEP.
1046         (org-agenda): Allow to keep the restricted file list if a special
1047         variable is bound to t.
1048         (org-agenda): Define a special agenda view for working on flagged
1049         entries.
1050         (org-agenda-get-restriction-and-command): List the new agenda
1051         view.
1052         (org-agenda-show-the-flagging-note): New command.
1053         (org-agenda-mode-map): New key `?' for looking at the flagging
1054         note.
1056         * org.el (org-autoload): Autoload org-mobile.el.
1057         (org-org-menu): Add menu commands for MobileOrg in the Org menu.
1059         * org-id.el (org-id-get): Fix bug with forcing ID on an item.
1061 2009-09-15  Carsten Dominik  <carsten.dominik@gmail.com>
1063         * org-table.el (orgtbl-line-start-regexp): Match also TBLNAME
1064         statements.
1065         (org-table-get-remote-range): Match indented #+TBLNAME
1066         statements.
1068         * org.el (org-convert-to-odd-levels)
1069         (org-convert-to-oddeven-levels): Work also correctly if the file
1070         is in outline-mode.
1072 2009-09-12  Carsten Dominik  <carsten.dominik@gmail.com>
1074         * org.el (org-store-link): When in agenda buffer, link to
1075         referenced entry.
1076         (org-add-planning-info): Remove spaces at eol.
1078         * org-macs.el (org-with-point-at): Add a `lisp-indent-function'
1079         property.
1081 2009-09-10  Carsten Dominik  <carsten.dominik@gmail.com>
1083         * org-latex.el (org-export-latex-first-lines): Fix problem with
1084         LaTeX export of first line and selected subtree.
1086         * org.el (org-shifttab): Interpret arg differently when using only
1087         odd levels.
1089 2009-09-09  Bastien Guerry  <bzg@altern.org>
1091         * org.el (org-check-agenda-file): Use a more explicit message
1093 2009-09-08  Carsten Dominik  <carsten.dominik@gmail.com>
1095         * org-exp.el (org-export-remove-special-table-lines): Don't remove
1096         normal lines.
1098 2009-09-08  Bastien Guerry  <bzg@altern.org>
1100         * org.el (org-offer-links-in-entry): Don't use "Select link" as a
1101         prompt in the temporary window.
1103         * org-agenda.el (org-agenda-bulk-mark): Use a slightly soberer
1104         prefix for marked entries in the agenda view.
1106 2009-09-07  Andreas Burtzlaff <andy13@gmx.net>  (tiny change)
1108         * org.el (outline-end-of-subtree): Bugfix: advise this function in
1109         a way that prevents any trailing character from being displayed.
1111 2009-09-07  Carsten Dominik  <carsten.dominik@gmail.com>
1113         * org-agenda.el (org-agenda-menu): Fix bugs in the bulk action
1114         menu.
1116         * org-exp.el (org-export-remove-special-table-lines): Remove bad
1117         slow regexp match.
1119 2009-09-06  Carsten Dominik  <carsten.dominik@gmail.com>
1121         * org-latex.el (org-export-latex-preprocess): Do not protect in
1122         the LaTeX header.
1124         * org-src.el (org-edit-src-save): Save window setup while saving.
1125         (org-edit-src-code): Use new buffer name construction scheme.
1127 2009-09-04  Carsten Dominik  <carsten.dominik@gmail.com>
1129         * org-agenda.el (org-agenda-entry-text-exclude-regexps): New
1130         variable.
1131         (org-agenda-entry-text-cleanup-hook): New hook.
1132         (org-agenda-get-some-entry-text): Remove matches of
1133         `org-agenda-entry-text-exclude-regexps' and run the hook
1134         `org-agenda-entry-text-cleanup-hook'.
1136         * org.el (org-offer-links-in-entry): New argument ZERO to
1137         implement a link with index zero.
1138         (org-cycle-show-empty-lines): Not keep empty line under header
1139         hidden.
1140         (org-iswitchb-completing-read): Bind `switchb-use-virtual-buffers'
1141         to nil for special completion.
1142         (org-store-link): Don't error before the first heading.
1144         * org-agenda.el (org-agenda-open-link): Pass the prefix to
1145         `org-offer-links-in-entry'.
1147 2009-09-03  Carsten Dominik  <carsten.dominik@gmail.com>
1149         * org-agenda.el (org-agenda-quit): Provide the window argument for
1150         `window-dedicated-p', Emacs 22 needs it.
1151         (org-format-agenda-item): If the category is a link, arrange for
1152         invisible text to replaced with spaces.
1153         (org-compile-prefix-format): Add the extra space.
1154         (org-prefix-category-length): New variable.
1156         * org-exp.el (org-export-cleanup-toc-line): Remove footnote
1157         references from TOC lines.
1159         * org.el (org-selected-window): New variable.
1161         * org-table.el (org-table-edit-formulas): Remember the selected
1162         window.
1163         (org-table-fedit-finish, org-table-fedit-abort): Select the window
1164         that was originally selected.
1166         * org-exp.el (org-export-preprocess-apply-macros): Scan the
1167         expansion of a macro for more macro definitions.
1169         * org-agenda.el (org-agenda-dim-blocked-tasks): Make sure the
1170         invisibility overlay starts on the newline.
1172 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
1174         * org-protocol.el (org-protocol-store-link)
1175         (org-protocol-remember, org-protocol-open-source): Add autoloads.
1177         * org-compat.el (org-float-time): New function.
1179         * org.el (org-clock-update-time-maybe)
1180         (org-sort-entries-or-items, org-do-sort)
1181         (org-evaluate-time-range, org-time-string-to-seconds)
1182         (org-closed-in-range): Use `org-float-time'.
1184         * org-timer.el (org-timer-start, org-timer-pause-or-continue)
1185         (org-timer-seconds):  Use `org-float-time'.
1187         * org-clock.el (org-clock-get-clocked-time, org-clock-out)
1188         (org-clock-sum, org-dblock-write:clocktable)
1189         (org-clocktable-steps):  Use `org-float-time'.
1191         * org-agenda.el (org-agenda-last-marker-time)
1192         (org-agenda-new-marker, org-diary):  Use `org-float-time'.
1194         * org-compat.el (w32-focus-frame): Declare the w32-focus-frame
1195         function.
1197         * org-exp.el (org-get-file-contents): Only protect lines that
1198         really need it.
1200         * org-html.el (require): Require cl for compilation.
1202         * org.el:  Avoid using `default-major-mode'.
1204         * org-plot.el (require): Require CL only at compile time.
1206         * org-exp.el (require): Require CL only at compile time.
1208         * org-agenda.el (org-agenda-quit): When the agenda window is
1209         dedicated, remove other windows before exiting, so that the frame
1210         really will be killed.
1212         * org-exp.el (org-export-handle-include-files): Reset START and
1213         END for each loop cycle.
1215 2009-09-01  Carsten Dominik  <carsten.dominik@gmail.com>
1217         * org.el (org-eval-in-calendar): Use
1218         `org-select-frame-set-input-focus'.
1220         * org-compat.el (org-select-frame-set-input-focus): New function.
1222         * org.el (org-update-statistics-cookies): New function.
1223         (org-mode-map): Bind `C-c #' to `org-update-statistics-cookies'.
1225 2009-08-31  Carsten Dominik  <carsten.dominik@gmail.com>
1227         * org-src.el (org-edit-fixed-width-region): Set org-src-mode only
1228         after the local variables are set.
1230         * org-latex.el (org-export-latex-protect-amp): New function.
1231         (org-export-latex-links): Protect link ampersands in tables.
1233         * org-exp.el (org-export-select-backend-specific-text): Match in
1234         two steps, to avoid regexp problems.
1236         * org.el (org-offer-links-in-entry): Improve working with many and
1237         duplicate links.
1239         * org-agenda.el (org-agenda-show-1): Make more consistent with
1240         normal cycling.
1241         (org-agenda-cycle-show): Make more consistent with normal cycling.
1243         * org-gnus.el (org-gnus-store-link): Restore the linking to a
1244         website.
1246 2009-08-30  Bastien Guerry  <bzg@altern.org>
1248         * org-latex.el (org-export-latex-first-lines): Bugfix.
1250 2009-08-29  Carsten Dominik  <carsten.dominik@gmail.com>
1252         * org-clock.el (org-clock-modify-effort-estimate): Emit message
1253         about new effort.
1255         * org.el (org-set-effort): New function.
1256         (org-mode-map): New key for effort setting command.
1258         * org-agenda.el (org-agenda): Keep window setup when calling
1259         agenda from within agenda window.
1260         (org-agenda-mode-map): New keys for effort setting commands.
1261         (org-agenda-menu): Add effort setting commands to menu.
1262         (org-agenda-set-property, org-agenda-set-effort): New functions.
1264         * org-latex.el (org-export-latex-tables): Fix
1265         `org-table-last-alignment' and `org-table-last-column-widths' if
1266         the first column has been removed.
1268 2009-08-28  Carsten Dominik  <carsten.dominik@gmail.com>
1270         * org.el (org-remove-timestamp-with-keyword): Only remove in
1271         entry, not in subtree.
1273         * org-src.el (org-src-lang-modes): Add abbreviation elisp for
1274         emacs lisp.
1276         * org.el (org-open-at-point): When on headline, offer all strings
1277         in entry.
1279         * org-remember.el (org-remember-templates): Documentation fix.
1281         * org.el (org-move-subtree-down): Use `org-get-next-sibling' and
1282         `org-get-last-sibling' instead of the outline versions of these
1283         functions.
1284         (org-get-last-sibling): New function.
1285         (org-refile): Use `org-get-next-sibling' instead of the outline
1286         version of this function.
1287         (org-clean-visibility-after-subtree-move): Use
1288         `org-get-next-sibling' and `org-get-last-sibling' instead of the
1289         outline versions of these functions.
1291 2009-08-27  Carsten Dominik  <carsten.dominik@gmail.com>
1293         * org-agenda.el (org-prepare-agenda): When creating a new frame
1294         for the agenda, make the window dedicated.
1296         * org-agenda.el (org-agenda-mode-map): New keys for time motion.
1298         * org-table.el (org-table-align): Change the order of reinsertion
1299         and deletion, to avoid problems with overlays following the table.
1301         * org.el (org-parse-time-string): Better error message.
1302         (org-show-subtree): Use org-end-of-subtree.
1304         * org-macs.el (org-goto-line): New defsubst.
1306         * org.el (org-open-file, org-change-tag-in-region)
1307         (org-fast-tag-show-exit): Don't use `goto-line'.
1309         * org-table.el (org-table-align, org-table-insert-column)
1310         (org-table-delete-column, org-table-move-column)
1311         (org-table-sort-lines, org-table-copy-region)
1312         (org-table-paste-rectangle, org-table-wrap-region)
1313         (org-table-get-specials, org-table-rotate-recalc-marks)
1314         (org-table-get-range, org-table-recalculate)
1315         (org-table-edit-formulas, org-table-fedit-convert-buffer)
1316         (org-table-show-reference, org-table-highlight-rectangle): Don't
1317         use `goto-line'.
1319         * org-src.el (org-edit-src-code, org-edit-fixed-width-region)
1320         (org-edit-src-exit): Don't use `goto-line'.
1322         * org-macs.el (org-preserve-lc): Don't use `goto-line'.
1324         * org-list.el (org-renumber-ordered-list, org-fix-bullet-type):
1325         Don't use `goto-line'.
1327         * org-exp.el (org-export-number-lines): Don't use `goto-line'.
1329         * org-colview.el (org-columns, org-columns-redo)
1330         (org-agenda-columns): Don't use `goto-line'.
1332         * org-colview-xemacs.el (org-columns, org-agenda-columns): Don't
1333         use `goto-line'.
1335         * org-agenda.el (org-agenda-mode): Force visual line motion off.
1336         (org-agenda-add-entry-text-maxlines): Improve docstring.
1337         (org-agenda-start-with-entry-text-mode): New option.
1338         (org-agenda-entry-text-maxlines): New option.
1339         (org-agenda-entry-text-mode): New variable.
1340         (org-agenda-mode): Set initial value of
1341         `org-agenda-entry-text-mode'.
1342         (org-agenda-mode-map): Add the `E' key.
1343         (org-agenda-menu): Add entry text mode to the menu.
1344         (org-agenda-get-some-entry-text): Fix line count bug.
1345         (org-finalize-agenda): Apply entry text mode if appropriate.
1346         (org-agenda-entry-text-show-here): New function.
1347         (org-agenda-entry-text-show): New function.
1348         (org-agenda-entry-text-hide): New function.
1349         (org-agenda-view-mode-dispatch): Add entry text mode to the view
1350         key menu.
1351         (org-agenda-entry-text-mode): New command.
1352         (org-agenda-set-mode-name): Add entry text mode to the mode line
1353         string.
1354         (org-agenda-undo, org-agenda-get-restriction-and-command)
1355         (org-agenda-get-some-entry-text, org-agenda-redo): Don't use
1356         `goto-line'.
1358 2009-08-26  Bernt Hansen  <bernt@norang.ca>
1360         * org-clock.el (org-notify): Bugfix.
1362 2009-08-25  Carsten Dominik  <carsten.dominik@gmail.com>
1364         * org-agenda.el (org-agenda-open-link): Handle multiple links and
1365         check for after-string.
1367         * org-gnus.el (org-gnus-store-link): Simplify.
1369         * org.el (org-latex-regexps): Don't add extra empty lines for
1370         display formulas.
1372 2009-08-24  Carsten Dominik  <carsten.dominik@gmail.com>
1374         * org-agenda.el (org-agenda-get-some-entry-text): New function.
1375         (org-agenda-add-entry-text): Use
1376         `org-agenda-get-some-entry-text'.
1378         * org.el (org-cycle-separator-lines): Update docstring.
1379         (org-cycle-show-empty-lines): Handle negative values for
1380         `org-cycle-show-empty-lines'.
1382         * org-exp.el (org-export-protect-sub-super): New function.
1383         (org-export-normalize-links): Protect the url of plain links from
1384         supscript and superscript processing.
1386         * org-remember.el (org-remember-escaped-%): New function.
1387         (org-remember-apply-template): Use `org-remember-escaped-%' to
1388         detect escaped % signs.
1390 2009-08-23  Bastien Guerry  <bzg@altern.org>
1392         * org-timer.el (org-timer-set-timer): Use `org-notify' and play a
1393         sound when showing the notification.
1395         * org-clock.el (org-notify): New function.
1396         (org-clock-notify-once-if-expired): Use `org-notify'.
1398         * org-gnus.el (org-gnus-store-link): Handle `gnus-summary-mode'
1399         and `gnus-article-mode' separately.
1400         (gnus-summary-article-header): Fix the declare-function.
1402 2009-08-23  Carsten Dominik  <carsten.dominik@gmail.com>
1404         * org-exp.el (org-export-format-source-code-or-example): Translate
1405         language.
1407         * org-src.el (org-src-lang-modes): New variable
1408         (org-edit-src-code): Translate language.
1410         * org-exp.el (org-export-format-source-code-or-example): Deal wit
1411         the new structure of the `org-export-latex-listings-langs'
1412         variable.
1414         * org-latex.el (org-export-latex-listings-langs): Change structure
1415         of the variable from plist to alist.
1417 2009-08-21  Carsten Dominik  <carsten.dominik@gmail.com>
1419         * org.el (org-in-commented-line): New function.
1421 2009-08-20  Carsten Dominik  <carsten.dominik@gmail.com>
1423         * org.el (org-hide-block-toggle): Make folded blocks searchable.
1425 2009-08-19  Friedrich Delgado Friedrichs <friedel@nomaden.org>  (tiny change)
1427         * org.el (org-flag-drawer): More useful error.
1429 2009-08-19  Carsten Dominik  <carsten.dominik@gmail.com>
1431         * org-remember.el (org-remember-apply-template): Use
1432         org-icompleting-read.
1434         * org-publish.el (org-publish): Use org-icompleting-read.
1436         * org-colview.el (org-columns-edit-value, org-columns-new)
1437         (org-insert-columns-dblock): Use org-icompleting-read.
1439         * org-colview-xemacs.el (org-columns-edit-value)
1440         (org-columns-new, org-insert-columns-dblock): Use
1441         org-icompleting-read.
1443         * org-attach.el (org-attach-delete-one, org-attach-open): Use
1444         org-icompleting-read.
1446 2009-08-18  Carsten Dominik  <carsten.dominik@gmail.com>
1448         * org.el (org-hierarchical-todo-statistics): Improve docstring.
1449         (org-version): Return the version text.
1450         (org-org-menu): Add a menu entry for the new bug reporter.
1451         (org-submit-bug-report): New command.
1453         * org-list.el (org-hierarchical-checkbox-statistics): Improve
1454         docstring.
1456         * org.el (org-emphasis-regexp-components): Add "`" to set of
1457         pre-emphasis characters.
1459         * org-latex.el (org-export-latex-classes): Always include the soul
1460         package.
1461         (org-export-latex-emphasis-alist): Use \st for strikethough.
1463         * org-exp-blocks.el (org-export-blocks-preprocess): Use
1464         `indent-code-rigidly' to indent.
1466         * org-agenda.el (org-agenda-get-restriction-and-command): Remove
1467         properties only if MATCH really is a string.
1469 2009-08-16  Carsten Dominik  <carsten.dominik@gmail.com>
1471         * org-latex.el (org-export-latex-packages-alist): Fix
1472         customization type.
1474         * org.el (org-create-formula-image): Also use
1475         `org-export-latex-packages-alist'.
1477         * org-html.el (org-export-as-html): Fix bug in footnote regexp.
1478         (org-export-as-html): Format footnotes correctly.
1480 2009-08-14  Carsten Dominik  <carsten.dominik@gmail.com>
1482         * org.el (org-fast-tag-selection): Avoid text properties on tags
1483         in the alist.
1485         * org-agenda.el (org-agenda-get-restriction-and-command): Avoid
1486         text properties on the match element.
1488 2009-08-12  Carsten Dominik  <carsten.dominik@gmail.com>
1490         * org.el (org-set-regexps-and-options): Make sure the list of done
1491         keywords is not invalid.
1493         * org-exp.el (org-export-interpolate-newlines): New function.
1495 2009-08-11  Carsten Dominik  <carsten.dominik@gmail.com>
1497         * org.el (org-format-latex): Avoid nested overlays.
1499         * org-latex.el (org-export-latex-listings-langs): Add a few more
1500         languages.
1502         * org-exp.el (org-export-preprocess-apply-macros): Make sure to
1503         ignore newlines and space before the first macro argument.
1505         * org-latex.el (org-export-latex-tables): Remove save-excursion
1506         around `org-table-align'.
1508 2009-08-10  Carsten Dominik  <carsten.dominik@gmail.com>
1510         * org.el (org-export-html-special-string-regexps): Definition
1511         moved into org.el
1513         * org-exp.el (org-export-preprocess-apply-macros): Allow newlines
1514         in macro calls.
1516 2009-08-09  Carsten Dominik  <carsten.dominik@gmail.com>
1518         * org-latex.el (org-export-latex-listings)
1519         (org-export-latex-listings-langs): New options.
1521         * org-exp.el (org-export-format-source-code-or-example): Use
1522         listing package if requested by the user.
1524 2009-08-08  Bastien Guerry  <bzg@altern.org>
1526         * org.el (org-iswitchb): Fix bug when aborting the `org-iswitchb'
1527         command before actually switching to a buffer.
1529 2009-08-07  Carsten Dominik  <carsten.dominik@gmail.com>
1531         * org-exp.el (org-get-file-contents): Only quote org lines when
1532         the markup is src or example.
1534         * org-agenda.el (org-agenda-skip-scheduled-if-deadline-is-shown):
1535         New option
1536         (org-agenda-get-day-entries): Remember deadline results and pass
1537         them on into the function getting the scheduling information.
1538         (org-agenda-get-scheduled): Accept deadline results as parameters
1539         and maybe skip some entries.
1540         (org-agenda-skip-scheduled-if-deadline-is-shown): New option.
1542         * org.el (org-insert-heading): When respecting content, do not
1543         convert current line to headline.
1545         * org-clock.el (org-clock-save-markers-for-cut-and-paste): Also
1546         cheeeeeck the hd marker
1547         (org-clock-in): Also set the hd marker.
1548         (org-clock-out): Also set the hd marker.
1549         (org-clock-cancel): Reset markers.
1551         * org.el (org-clock-hd-marker): New marker.
1553         * org-faces.el (org-agenda-clocking): New face.
1555         * org-agenda.el (org-agenda-mark-clocking-task): New function.
1556         (org-finalize-agenda): call `org-agenda-mark-clocking-task'.
1558         * org.el (org-modules): Add org-track.el.
1560         * org-agenda.el (org-agenda-bulk-marked-p): New function.
1561         (org-agenda-bulk-mark, org-agenda-bulk-unmark): Use
1562         `org-agenda-bulk-marked-p'.
1563         (org-agenda-bulk-toggle): New command.
1565 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
1567         * org.el (org-move-subtree-down): Hide subtree if it was folded,
1568         not just the body.
1570         * org-remember.el (org-remember-finalize): Avoid buffer-modified
1571         messages.
1573 2009-08-06  James TD Smith  <ahktenzero@mohorovi.cc>
1575         * org-plot.el (org-plot/gnuplot): Stop datafile from being deleted
1576         before gnuplot can read it.
1578 2009-08-05  Carsten Dominik  <carsten.dominik@gmail.com>
1580         * org-latex.el (org-export-latex-first-lines): Fix bug with
1581         finding the end of the first lines.
1583         * org.el (org-create-formula-image): Remove the -E option for
1584         dvipng.
1586         * org-exp.el (org-default-export-plist): Respect #+BIND.
1587         (org-export-confirm-letbind): New function.
1589         * org.el (org-paste-subtree): Test the kill ring entry if it is
1590         going to be used.
1591         (org-copy-subtree): Use `org-forward-same-level'.
1592         (org-forward-same-level): Respect the `invisibe-ok' arg for
1593         back-to-heading.
1595 2009-08-04  Carsten Dominik  <carsten.dominik@gmail.com>
1597         * org.el (org-table-map-tables): Make sure cursor is back at table
1598         beginning after funcall.
1600         * org-agenda.el (org-agenda-bulk-action): Make sure parents are
1601         handled before children, and do not error if an entry is not
1602         found, probably because it hase been remove when the parent was
1603         archived or refiled.
1605         * org.el (org-ido-completing-read): Accept straight lists for
1606         completion as well as alists.
1608         * org-html.el (org-export-as-html): Fix parenthesis error in
1609         footnore code.
1611         * org-timer.el (org-timer-cancel-timers): Renamed from
1612         `org-timer-cancel-timers'.
1614         * org.el (org-cycle-internal-local): Fix problem with finding next
1615         invisible line.
1617 2009-08-03  Carsten Dominik  <carsten.dominik@gmail.com>
1619         * org-list.el (org-list-send-list): Call
1620         `org-list-goto-true-beginning' instead of
1621         `org-list-find-true-beginning', which does not exist.
1623         * org-timer.el (org-timer-reset-timers): Use `mapc'.
1624         (org-timer-set-timer): Do not assign to heading.
1626         * org-id.el (org-id-open): Quote function name.
1628         * org-macs.el (org-unmodified): Turn off recording undo
1629         information while running inside the macro.
1631         * org-indent.el (org-hide-leading-stars-before-indent-mode): New
1632         variable.
1633         (org-indent-mode): Remember and restore value of
1634         org-hide-leading-stars before `org-indent-mode'.
1636         * org-table.el (org-table-export): Also work in file-less
1637         buffers.
1639         * org.el (org-startup-indented): New option.
1640         (org-startup-options): Add new options indent and noindent.
1641         (org-unfontify-region): Remove line-prefix and wrap-prefix
1642         properties.
1643         (org-after-demote-entry-hook, org-after-promote-entry-hook): New
1644         hooks.
1645         (org-promote, org-demote): Run the new hooks.
1647         * org-table.el (org-table-align): Replace leading \n as well.
1649         * org-exp.el (org-export-push-to-kill-ring): Remove `line-prefix'
1650         and `line-wrap' text properties.
1652         * org-compat.el (org-kill-new): New function.
1654         * org-agenda.el (org-format-agenda-item): Remove `line-prefix' and
1655         `line-wrap' text properties.
1657         * org-indent.el: New file.
1659 2009-08-02  Carsten Dominik  <carsten.dominik@gmail.com>
1661         * org.el (org-provide-todo-statistics): Tweak docstring.
1663         * org-id.el (org-id-open): Honor `org-link-frame-setup'.
1665 2009-08-01  Carsten Dominik  <carsten.dominik@gmail.com>
1667         * org-exp.el (org-export-as-org): Insert the "-source" string
1668         before the extension.
1670         * org.el (org-read-date): Make sure the calendar is in the current
1671         frame.
1672         (org-set-emph-re): Remove the ? from the post-match.
1673         (org-emphasis-regexp-components): Add backslash to the
1674         postmatch class.
1675         (org-set-font-lock-defaults): Write \n instead of \xa, and make it
1676         optional so that also lines at the end of the buffers will still
1677         be matched as headlines.
1679         * org-table.el (org-table-error-on-row-ref-crossing-hline):
1680         Variable made obsolete.
1681         (org-table-relative-ref-may-cross-hline): New option.
1682         (org-table-find-row-type): Honow the new option
1683         `org-table-relative-ref-may-cross-hline'.
1685 2009-07-31  Carsten Dominik  <carsten.dominik@gmail.com>
1687         * org-table.el (org-table-cut-region, org-table-copy-region): Work
1688         on single field if no active region.
1690 2009-07-27  Carsten Dominik  <carsten.dominik@gmail.com>
1692         * org-latex.el (org-export-latex-make-header): Only insert title
1693         if one is defined.
1695         * org.el (org-make-options-regexp): Allow empty values.
1697         * org-html.el (org-export-as-html): Move hrule detection to after
1698         plain list handling.
1700 2009-07-26  Carsten Dominik  <carsten.dominik@gmail.com>
1702         * org-html.el (org-format-org-table-html): Fix colgroup tags.
1704 2009-07-23  Carsten Dominik  <carsten.dominik@gmail.com>
1706         * org.el (org-cycle-internal-local): Improved version of finding
1707         next visible line.
1708         (org-cycle-hide-drawers): Only hide drawers if this is really
1709         necessary.
1710         (outline-end-of-subtree): Make `outline-end-of-subtree' use the
1711         org-version of this function in Org-mode.  We use advice to
1712         implement this change, so that future changes to this function in
1713         outline.el wil be handled properly.
1714         (org-forward-same-level, org-backward-same-level): New commands.
1716 2009-07-21  Carsten Dominik  <carsten.dominik@gmail.com>
1718         * org.el (org-remove-empty-overlays-at)
1719         (org-clean-visibility-after-subtree-move): New functons.
1720         (org-move-subtree-down): Simplify cleanup of display.
1722 2009-07-20  Carsten Dominik  <carsten.dominik@gmail.com>
1724         * org-mac-message.el (org-mac-message-get-links): Improve
1725         docstring.  Make argument SELECT-OR-FLAGGED optional, default to
1726         "s".  Fix the return value.
1727         (org-mac-message-insert-flagged): Simplify.
1729         * org.el (org-refile-get-location): Tamper with refile history o
1730         that history contains compete matches instead of the entered
1731         string.
1733 2009-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
1735         * org.el (org-store-link): Never store a link to an inline task.
1737         * org-inlinetask.el (org-inlinetask-insert-task): New command.
1739         * org-footnote.el (org-footnote-goto-local-insertion-point): Skip
1740         inline tasks when positioning footnotes.
1742         * org-inlinetask.el (org-inlinetask-remove-END-maybe): New
1743         function.
1745         * org.el (org-refile): Remove the END line when archiving an
1746         inline task that does have an END line.
1748         * org-archive.el (org-archive-subtree): Remove the END line when
1749         archiving an inline task that does have an END line.
1751         * org-macs.el (org-with-limited-levels): New macro.
1752         (org-get-limited-outline-regexp): New function.
1754         * org-exp.el (org-export-format-source-code-or-example): Fix bug
1755         that did not enumerate first line.
1756         (org-export-mark-radio-links): Skip matches in links.
1758 2009-07-18  Carsten Dominik  <carsten.dominik@gmail.com>
1760         * org.el (org-activate-plain-links): Make single-match.
1761         (org-adapt-indentation): Fix docstring.
1763         * org-macs.el (org-unmodified): Turn of modification hooks while
1764         running this macro.
1766 2009-08-02  Bastien Guerry  <bzg@altern.org>
1768         * org.el (org-adapt-indentation): Slightly improve the docstring.
1769         (org-occur): Sends an error when the user inputs an empty string.
1770         (org-priority): Bugfix: the tag alignement should happen within
1771         save-excursion.
1773 2009-07-31  Bastien Guerry  <bzg@altern.org>
1775         * org.el (org-make-link-regexps): Don't exclude parentheses from
1776         `org-plain-link-re'
1777         (org-cycle-internal-local): When locally cycling, switch directly
1778         from CHILDREN to FOLDED if there is no subtree
1779         (org-cycle): Update the docstring to document the new behavior of
1780         `org-cycle-internal-local'.
1782 2009-07-29  Nicolas Goaziou <n.goaziou@neuf.fr>  (tiny change)
1784         * org-clock.el (org-clock-in): Bugfix: recognize timestamps with
1785         an abbreviated format for days.
1787 2009-07-27  Bastien Guerry  <bzg@altern.org>
1789         * org-protocol.el (org-protocol-default-template-key): New
1790         option.
1792         * org.el (org-refile): Bugfix: save-excursion before reading the
1793         refile target, otherwise cursor moves might confuse `org-refile'.
1795         * org-html.el (org-export-as-html): Bugfix: correctly convert the
1796         footnote reference before the footnote itself.
1798         * org.el (org-toggle-heading): Bugfix: correctly convert list
1799         items before the first headline.
1801         * org-html.el (org-export-html-footnote-format): New option for
1802         formatting the footnote reference.
1803         (org-export-as-html): Use the new option.
1805         * org.el (org-provide-todo-statistics): Allow a list of TODO
1806         keywords to compute statistics against headlines containing a
1807         keyword from this list.
1808         (org-update-parent-todo-statistics): Possibly use the new allowed
1809         value of `org-provide-todo-statistics'.
1811 2009-07-26  Bastien Guerry  <bzg@altern.org>
1813         * org-timer.el: Add autoload cookie.
1815         * org.el (org-occur-link-in-agenda-files): New function.
1817         * org-timer.el (org-timer-last-timer): New variable.
1819         * org-agenda.el (org-agenda-mode-map): New key for
1820         org-timer-set-timer called from the agenda.
1822         * org.el (org-mode-map): New key for org-timer-set-timer.
1824         * org-timer.el (org-timer-reset-timers)
1825         (org-timer-show-remaining-time, org-timer-set-timer): New
1826         functions.
1828         * org-clock.el (org-show-notification): Update the docstring.
1830         * org.el (org-provide-todo-statistics): Allow new value
1831         'all-headlines for this option, which includes entries with no
1832         TODO keywords in the todo statistics.
1833         (org-update-parent-todo-statistics): Possibly use the new
1834         'all-headline value from `org-provide-todo-statistics'.
1836 2009-07-25  Bastien Guerry  <bzg@altern.org>
1838         * org-clock.el (org-dblock-write:clocktable): Add a new option
1839         :timestamp which allows display of timestamps in clock reports.
1841         * org.el (org-mode-map): Define new key `C-c C-*': convert a plain
1842         list to a subtree, preserving the structure of the list.
1843         (org-set-emph-re): Make the last element optional in the regexp.
1844         This regexp now matches an emphasized string at the end of a line.
1846         * org-list.el (org-list-goto-true-beginning)
1847         (org-list-make-subtree, org-list-make-subtrees): New functions.
1849         * org.el (org-eval-in-calendar): Select the right frame.
1850         (org-save-frame-excursion): Remove this macro.
1852 2009-07-24  Bastien Guerry  <bzg@altern.org>
1854         * org-list.el (org-list-beginning-re): Bugfix: don't use * when
1855         trying to find the beginning of a list.
1857         * org-exp.el (org-get-file-contents): Use a new argument: markup.
1858         When present, tell org-get-file-contents not to protect org-like
1859         lines.
1861         * org-id.el (org-id-uuid-program): New option to set the name of
1862         the uuidgen program.
1863         (org-id-method): Use `org-id-uuid-program'.
1864         (org-id-new): Use `org-id-uuid-program'.
1866 2009-07-23  Bastien Guerry  <bzg@altern.org>
1868         * org-exp.el (org-export-number-lines): Allow whitespace in code
1869         references.  Allow the -r switch to remove the references in the
1870         source code even when the lines are not numbered: the labels can
1871         be explicit enough.
1873         * org.el (org-fontify-whole-heading-line): New option.
1874         (org-set-font-lock-defaults): Use the new option.
1876         * org-clock.el (org-show-notification-handler): New option.
1877         (org-show-notification): Use the new option.
1879 2009-07-21  Bastien Guerry  <bzg@altern.org>
1881         * org.el (org-eval-in-calendar): Fix a bug about calendar
1882         navigation when `calendar-setup' value is 'calendar-only.
1884 2009-07-19  Bastien Guerry  <bzg@altern.org>
1886         * org.el (orgstruct++-mode): Fix typo in docstring.
1887         (org-insert-link): Clean up: (or (...)) => (...)
1888         (org-insert-link): Use TAB for stored links completion.
1890 2009-07-18  Bastien Guerry  <bzg@altern.org>
1892         * org.el (org-get-refile-targets): Fix bug: don't ignore case when
1893         building the list of targets.
1895         * org-remember.el (org-remember-delete-empty-lines-at-end): New
1896         option.
1897         (org-remember-handler): Use the new option.
1899 2009-07-17  James TD Smith  <ahktenzero@mohorovi.cc>
1901         * org.el (org-tags-sort-function): New option for sorting tags.
1902         (org-set-tags): Use the new option to sort tags.
1904         * org-plot.el (org-plot/gnuplot): Run with an idle timer to avoid
1905         premature deletion of the data when using org-plot in a script.
1907 2009-07-17  Bastien Guerry  <bzg@altern.org>
1909         * org-clock.el (org-clock-in-prepare-hook): New hook.
1910         (org-clock-in): Use this new hook.
1912 2009-07-16  Bastien Guerry  <bzg@altern.org>
1914         * org.el (org-special-ctrl-a/e): Explicitely bind the value
1915         'reversed for this option to the "true line boundary first"
1916         behavior.
1917         (org-tags-match-list-sublevels): Document the 'indented value for
1918         this variable.
1920         * org-latex.el (org-export-latex-first-lines): Fix problem with
1921         publishing the region.
1923         * org-exp.el (org-export-format-source-code-or-example): Fix
1924         bad line numbering when exporting examples in HTML.
1926         * org-colview.el (org-format-time-period): Formats a time in
1927         fractional days as days, hours, mins, seconds.
1928         (org-columns-display-here): Add special handling for SINCE and
1929         SINCE_IA to format for display.
1931 2009-07-12  James TD Smith  <ahktenzero@mohorovi.cc>
1933         * org.el (org-tags-sort-function): Add custom declaration for tags
1934         sorting function.
1935         (org-set-tags): Sort tags if org-tags-sort-function is set
1937 2009-07-08  Carsten Dominik  <carsten.dominik@gmail.com>
1939         * org-clock.el (org-clock-goto): Find hidden headlines as well.
1941         * org.el (org-narrow-to-subtree): Find hidden headlines as well.
1943         * org-plot.el (org-plot/add-options-to-plist): Add timeind
1944         option.
1946 2009-07-07  Carsten Dominik  <carsten.dominik@gmail.com>
1948         * org-publish.el (org-publish-remove-all-timestamps): New function.
1949         (org-publish-all): Remove all timestamp files if `org-publish-all'
1950         is called with a prefix argument.
1952         * org-list.el (org-indent-item): Fix typo.
1953         (org-item-indent-positions): Normalize ordered bullet.
1955         * org-html.el (org-export-html-home/up-format): New option.
1956         (org-export-as-html): Insert the up and HOME links.
1958 2009-07-06  Carsten Dominik  <carsten.dominik@gmail.com>
1960         * org-html.el (org-export-as-html): Insert the title into the
1961         option plist.
1962         (org-export-html-insert-plist-item): New function.
1963         (org-export-as-html): Call `org-export-html-insert-plist-item'.
1965         * org-macs.el (org-set-local): Make a local variable, do not make
1966         the variable buffer-local!
1968         * org-latex.el (org-export-as-latex): Call `org-install-letbind'.
1970         * org-html.el (org-export-as-html): Call `org-install-letbind'.
1972         * org-docbook.el (org-export-as-docbook): Call
1973         `org-install-letbind'.
1975         * org-ascii.el (org-export-as-ascii): Call `org-install-letbind'.
1977         * org-exp.el (org-infile-export-plist): Read BIND lines.
1978         (org-install-letbind): New function.
1979         (org-export-as-org, org-export-preprocess-string): Call
1980         `org-install-letbind'.
1982         * org-src.el (org-edit-src-exit): Untabify the example before
1983         returning to Org.
1985         * org-list.el (org-list-demote-modify-bullet): New option.
1986         (org-first-list-item-p): Save point.
1987         (org-fix-bullet-type): New optional argument FORCE-BULLET.
1988         (org-indent-item): Honor `org-list-demote-modify-bullet'.
1989         (org-item-indent-positions): Return bullet types along with
1990         indentation.
1992 2009-07-05  Carsten Dominik  <carsten.dominik@gmail.com>
1994         * org.el (org-show-entry): Hide drawers.
1996 2009-07-03  Carsten Dominik  <carsten.dominik@gmail.com>
1998         * org-footnote.el (org-footnote-auto-adjust): New option.
1999         (org-footnote-auto-adjust-maybe): New function.
2000         (org-footnote-new, org-footnote-delete): Call
2001         `org-footnote-auto-adjust-maybe'.
2003         * org.el (org-startup-options): Add new footnote-related
2004         keywords.
2006         * org-publish.el (org-publish-timestamp-filename): Additional
2007         arguments PUB-DIR and PUB-FUNC, which are included in the hash.
2008         (org-publish-needed-p): Additional arguments PUB-DIR PUB-FUNC
2009         TRUE-PUB-DIR.  Pass them through to
2010         `org-publish-timestamp-filename'.
2011         (org-publish-update-timestamp): Additional arguments PUB-DIR and
2012         PUB-FUNC, which are included in the hash.
2013         (org-publish-file): Delay timestamp test until the publishing
2014         function is known.
2016 2009-07-02  Carsten Dominik  <carsten.dominik@gmail.com>
2018         * org-agenda.el (org-agenda-bulk-action): Add scheduling and
2019         setting the deadline.
2021         * org.el (org-read-date-final-answer): New variable.
2022         (org-read-date): Store the final answer string, including the date
2023         from the calendar, for reuse by agenda bulk commands.
2025         * org-publish.el (org-publish-attachment): Fix publishing of
2026         attachments.
2028         * org-latex.el (org-export-latex-quotation-marks): Fix export of
2029         quotation makrs in parenthesis.
2030         (org-remove-initial-hash): New function.
2031         (org-export-latex-preprocess): Fix bug with infinite loop if
2032         environment is not properly closed.
2034         * org-table.el (org-table-get-remote-range): Find #+TBLNAME also
2035         when indented.
2037         * org.el (org-fontify-meta-lines-and-blocks): Make #+TBLNAME
2038         highlight also when indented.
2040 2009-07-01  Carsten Dominik  <carsten.dominik@gmail.com>
2042         * org-footnote.el (org-footnote-renumber-fn:N): New command.
2043         (org-footnote-action): Offer renumbering.
2045         * org.el (org-cycle): Honor the `integrate' value of
2046         org-cycle-include-plain-lists'.
2048         * org-list.el (org-cycle-include-plain-lists): New allowed value
2049         `internal'.  Improve the docstring.
2051         * org.el (org-set-autofill-regexps): Improve the paragraph-start
2052         regexp to work better with LaTeX commands.
2054 2009-06-30  Carsten Dominik  <carsten.dominik@gmail.com>
2056         * org-feed.el (org-feed-update): fix problem with non-existing
2057         buffer.
2058         (org-feed-skip-http-headers): New function.
2059         (org-feed-get-feed): Call `org-feed-skip-http-headers'.
2060         (org-feed-get-feed): Fix command line arguments for curl.
2062 2009-06-28  Carsten Dominik  <carsten.dominik@gmail.com>
2064         * org-latex.el (org-export-latex-inline-image-extensions): Add ps
2065         and eps extensions.
2067 2009-06-27  Carsten Dominik  <carsten.dominik@gmail.com>
2069         * org-agenda.el (org-write-agenda): Make sure org-icalendar is
2070         loaded.
2072         * org.el (org-map-entries): No longer force
2073         `org-tags-match-list-sublevels' to t during a todo-only tags
2074         search.
2076 2009-06-26  Carsten Dominik  <carsten.dominik@gmail.com>
2078         * org-latex.el (org-export-latex-low-levels): Allow user-defined
2079         environment.
2080         (org-export-latex-subcontent): Handle user-defined environment.
2082         * org-agenda.el (org-agenda-view-mode-dispatch): Add more keys to
2083         the View dispatcher.
2085         * org.el (org-hide-block-toggle): Use `org-make-overlay' instead of
2086         `make-overlay'.
2088         * org-latex.el (org-export-as-pdf): Protect match data during call
2089         to shell-quote-argument.
2091         * org-agenda.el (org-agenda-mode-map): Modify bulk action keys.
2092         (org-agenda-view-mode-dispatch): New function.
2094 2009-06-24  Carsten Dominik  <carsten.dominik@gmail.com>
2096         * org-agenda.el (org-agenda-mode): Reset list of marks.
2097         (org-agenda-mode-map): Define new keys for refile and bulk action.
2098         (org-agenda-menu): Add menu itesm for refile and bulk action.
2099         (org-agenda-refile): New function.
2100         (org-agenda-set-tags): Optional arguments TAG and ONOFF.
2101         (org-agenda-marked-entries): New variable.
2102         (org-agenda-bulk-select, org-agenda-remove-bulk-action-overlays)
2103         (org-agenda-remove-all-bulk-action-marks)
2104         (org-agenda-bulk-action): New functions/commands.
2106 2009-06-23  Carsten Dominik  <carsten.dominik@gmail.com>
2108         * org-exp.el (org-get-file-contents): Protect org-like lines in
2109         included files.
2110         (org-export-format-source-code-or-example): Remove newlines.
2112         * org-latex.el (org-export-latex-links): Check for no-description
2113         marking.
2115         * org-exp.el (org-export-preprocess-apply-macros): Switch macro
2116         argument separator back to comma.
2117         (org-export-normalize-links): Mark links without description.
2119 2009-06-22  Carsten Dominik  <carsten.dominik@gmail.com>
2121         * org-exp.el (org-infile-export-plist): Fix bug in macro
2122         processing.
2124         * org-agenda.el (org-agenda-clock-out): Update line after clocking
2125         out.
2126         (org-agenda-highlight-todo): Fix bug with highlighting.
2128 2009-06-21  Carsten Dominik  <carsten.dominik@gmail.com>
2130         * org.el (org-set-font-lock-defaults): Adapt formatting to capture
2131         new alignment strings.
2133         * org-table.el (orgtbl-self-insert-command): Add yas/expand to
2134         command list.
2135         (org-table-align): Check for forced align type.
2137         * org.el (org-self-insert-command): Add yas/expand to command
2138         list.
2140         * org-clock.el (org-clock-in-hook): New hook.
2141         (org-clock-in): Run `org-clock-in-hook.
2142         (org-clock-out-hook): New hook.
2143         (org-clock-out): Run `org-clock-out-hook.
2144         (org-clock-cancel-hook): New hook.
2145         (org-clock-cancel): Run `org-clock-cancel-hook.
2146         (org-clock-goto-hook): New hook.
2147         (org-clock-goto): Run `org-clock-goto-hook.
2149 2009-06-20  Carsten Dominik  <carsten.dominik@gmail.com>
2151         * org.el (org-store-link): Better default description for link to
2152         Org-mode headline.
2154         * org-exp.el (org-export-generic): Autoload the generic exporter
2155         function.
2156         (org-export): Implement the `g' key for the generic exporter.
2158 2009-06-19  Carsten Dominik  <carsten.dominik@gmail.com>
2160         * org-table.el (orgtbl-setup): Add a binding for `S-iso-lefttab',
2161         and for zbacktab'.
2163         * org-exp-blocks.el (org-ditaa-jar-path): Fix default ditaa path.
2165         * org-exp.el (org-infile-export-plist): Get macros also from
2166         #+SETUPFILE.
2168 2009-06-18  Carsten Dominik  <carsten.dominik@gmail.com>
2170         * org-colview.el (org-columns-capture-view): Protect vertical bars
2171         in column values.
2172         (org-columns-capture-view): Exclude comment and archived trees.
2174         * org-colview-xemacs.el (org-columns-capture-view): Protect
2175         vertical bars in column values.
2176         (org-columns-capture-view): Exclude comment and archived trees.
2178         * org.el (org-quote-vert): New function.
2180         * org-latex.el (org-export-latex-verbatim-wrap): New option.
2182         * org-exp.el (org-export-format-source-code-or-example): Use
2183         `org-export-latex-verbatim-wrap'.
2185         * org.el (org-clone-subtree-with-time-shift): Also shift inactive
2186         time stamps.
2188         * org-html.el (org-export-table-row-tags): New option.
2189         (org-format-org-table-html): Rename `nlines' to `nline', use new
2190         option.
2193 2009-06-17  Carsten Dominik  <carsten.dominik@gmail.com>
2195         * org-exp-blocks.el: Declare functions and variables.
2197         * org-remember.el (org-remember-templates): Allow the headline
2198         element to be a function.
2199         (org-remember-apply-template): If the headline is a function, call
2200         it to get the true function.
2202         * org-clock.el (org-clock-menu): New function.
2203         (org-clock-update-mode-line): Update help string.
2204         (org-clock-modify-effort-estimate): New function.
2205         (org-clock-mark-default-task): New function.
2207         * org.el (org-hh:mm-string-to-minutes): Also take just a number of
2208         minutes as input.
2209         (org-org-menu): Add new clocking stuff.
2210         (org-clock-is-active): New function.
2212 2009-06-14  Carsten Dominik  <carsten.dominik@gmail.com>
2214         * org.el (org-open-non-existing-files): Improve docstring.
2216 2009-06-11  Carsten Dominik  <carsten.dominik@gmail.com>
2218         * org-icalendar.el (org-icalendar-include-bbdb-anniversaries): New
2219         option.
2220         (org-export-icalendar): Call `org-bbdb-anniv-export-ical'.
2222         * org-bbdb.el (org-bbdb-anniv-export-ical): New function.
2224         * org-list.el (org-get-checkbox-statistics-face): Use the new
2225         faces.
2227         * org-faces.el (org-checkbox-statistics-todo)
2228         (org-checkbox-statistics-done): New faces.
2230 2009-06-09  Carsten Dominik  <carsten.dominik@gmail.com>
2232         * org-src.el (org-src-mode): Renamed from `org-exit-edit-mode'.
2233         (org-edit-src-exit): Better cursor positioning when returning from
2234         editing.
2236         * org-latex.el (org-export-latex-use-verb): New variable.
2237         (org-export-latex-emph-format): Prefer \texttt over \verb when
2238         org-export-latex-use-verb is set.
2240 2009-06-08  Carsten Dominik  <carsten.dominik@gmail.com>
2242         * org-docbook.el (org-export-docbook-close-lists-maybe): Also look
2243         at normal indentation.
2245         * org-html.el (org-export-html-close-lists-maybe): Also look at
2246         normal indentation.
2248         * org-remember.el (org-remember-handler): Abort remember if the
2249         buffer is empty.
2251         * org-src.el (org-edit-src-content-indentation): New option.
2252         (org-edit-src-exit): Apply extra indentation.
2254         * org-exp.el (org-export-format-source-code-or-example): Run
2255         `org-src-mode-hook'.
2257         * org-src.el (org-src-mode-hook): New variable.
2258         (org-edit-src-code): Run `org-src-mode-hook'.
2260 2009-06-07  Carsten Dominik  <carsten.dominik@gmail.com>
2262         * org.el (org-indent-line-function): Fix indentation of +#end lines.
2264         * org-src.el (org-edit-src-get-indentation): New function.
2265         (org-edit-src-code): Base indentation on the begin line.
2267 2009-06-07  Tassilo Horn  <tassilo@member.fsf.org>
2269         * org-gnus.el (org-gnus-store-link): Require message.el in
2270         org-gnus-store-link.
2272 2009-06-07  Carsten Dominik  <carsten.dominik@gmail.com>
2274         * org-src.el: New file, split out of org.el
2276         * org-docbook.el (org-export-as-docbook): Better indentation
2277         treatment.
2279         * org-macs.el (org-replace-match-keep-properties): New function.
2281         * org-exp.el (org-export-mark-blockquote-verse-center): Better
2282         preprocessing of center and quote and verse blocks.
2284         * org-docbook.el (org-export-docbook-close-lists-maybe): New function.
2285         (org-export-as-docbook): Close lists when original indentation
2286         mandates it.
2288         * org-html.el (org-export-html-close-lists-maybe): New function.
2289         (org-export-as-html): Close lists when original indentation
2290         mandates it.
2292         * org-list.el (org-list-end): Respect the stored "original"
2293         indentation when determining the end of the list.
2295         * org-exp.el (org-export-replace-src-segments-and-examples):
2296         Remember indentation correctly.
2298 2009-06-06  Carsten Dominik  <carsten.dominik@gmail.com>
2300         * org-clock.el (org-clock-update-mode-line): Apply face
2301         org-mode-line-clock.
2303         * org-faces.el (org-mode-line-clock): New face.
2305 2009-06-05  Tassilo Horn  <tassilo@member.fsf.org>
2307         * org-gnus.el (org-gnus-store-link): Fix bug where
2308         `org-gnus-store-link' used wrong subject when called in an article
2309         buffer.  Patch provided by fengli AT gmail DOT com.
2311 2009-06-04  Carsten Dominik  <carsten.dominik@gmail.com>
2313         * org-exp.el (org-export-format-source-code-or-example): Remember
2314         the original indentation of source code snippets and examples.
2316         * org-latex.el (org-export-as-latex): Relocate the table of
2317         contents.
2319         * org.el (org-ctrl-c-ctrl-c): Update clock lines.
2321         * org-agenda.el (org-run-agenda-series): Scope global options also
2322         when creating the agenda buffer.
2324 2009-06-03  Carsten Dominik  <carsten.dominik@gmail.com>
2326         * org.el (org-adapt-indentation): Improve documentation.
2327         (org-insert-property-drawer): Respect org-adapt-indentation when
2328         inserting the drawer.
2329         (org-remove-flyspell-overlays-in): New function.
2330         (org-do-emphasis-faces, org-activate-plain-links)
2331         (org-activate-code, org-fontify-meta-lines-and-blocks)
2332         (org-activate-angle-links, org-activate-footnote-links)
2333         (org-activate-bracket-links, org-activate-dates)
2334         (org-activate-target-links, org-activate-tags): Remove flyspell
2335         overlays.
2337 2009-06-02  Carsten Dominik  <carsten.dominik@gmail.com>
2339         * org.el (org-edit-src-save): New function.
2341         * org-clock.el (org-clock-out-switch-to-state): New option.
2342         (org-clock-out): Honor `org-clock-out-switch-to-state'.
2344         * org-compat.el (org-compatible-face): Improve macro.
2346         * org.el (org-global-properties-fixed): Add default for
2347         CLOCK_MODELINE_TOTAL.
2349         * org-clock.el (org-clock-sum): Accept lists and strigs as tstart
2350         andd tend.
2351         (org-clock-sum-current-item): Optional argument TSTART, pass it to
2352         org-clock-sum.
2353         (org-clock-get-sum-start): New function.
2355         * org.el (org-startup-options): New keywords blockhide and
2356         blockshow.
2357         (org-mode): Add new invisibility spec.
2358         (org-set-startup-visibility): Hide block on startup if so
2359         desired.
2360         (org-hide-block-startup): New option.
2361         (org-block-regexp): New constant.
2362         (org-hide-block-overlays): New variable.
2363         (org-block-map, org-hide-block-toggle-all, org-hide-block-all)
2364         (org-show-block-all, org-hide-block-toggle-maybe)
2365         (org-hide-block-toggle): New functions.
2366         (org-edit-src-exit): Do not quote lines starting with # and no +
2367         behind it.
2368         (org-auto-repeat-maybe): Add LAST_REPEAT properter for a repeating
2369         entry.
2371 2009-05-30  Carsten Dominik  <carsten.dominik@gmail.com>
2373         * org.el (org-buffer-property-keys): Add Effort property for
2374         completion.
2376 2009-05-28  Carsten Dominik  <carsten.dominik@gmail.com>
2378         * org-clock.el (org-clock-sum-current-item): Fix positioning bug
2379         when retrieving total clocked time in the subtree.
2381         * org.el (org-quoting-blocks): New variable.
2383 2009-05-27  Carsten Dominik  <carsten.dominik@gmail.com>
2385         * org-table.el (org-table-store-formulas)
2386         (org-table-get-stored-formulas, org-table-fix-formulas)
2387         (org-table-edit-formulas, orgtbl-ctrl-c-ctrl-c)
2388         (orgtbl-gather-send-defs): Allow indented #+TBLFM line.
2390         * org.el (org-fontify-meta-lines, org-ctrl-c-ctrl-c): Allow
2391         indented #+TBLFM line.
2393         * org-footnote.el (org-footnote-goto-local-insertion-point): Allow
2394         indented #+TBLFM line.
2396         * org-colview.el (org-dblock-write:columnview): Allow indented
2397         #+TBLFM line.
2399         * org-colview-xemacs.el (org-dblock-write:columnview): Allow
2400         indented #+TBLFM line.
2402         * org-clock.el (org-dblock-write:clocktable): Allow indented
2403         #+TBLFM line.
2405 2009-05-26  Carsten Dominik  <carsten.dominik@gmail.com>
2407         * org-exp.el (org-export-format-source-code-or-example): Make
2408         editing indented blocks work correctly.
2410         * org.el (org-edit-src-nindent): New variable.
2411         (org-edit-src-code, org-edit-fixed-width-region)
2412         (org-edit-src-find-region-and-lang, org-edit-src-exit): Make
2413         editing indented blocks work correctly.
2415 2009-05-24  Carsten Dominik  <carsten.dominik@gmail.com>
2417         * org-exp.el (org-export-replace-src-segments-and-examples): FInd
2418         indented blocks.
2419         (org-export-format-source-code-or-example): Fix indentation of
2420         blocks.
2421         (org-export-remove-indentation): New function.
2422         (org-export-select-backend-specific-text): Allow backend-specific
2423         code to be indented.
2424         (org-export-mark-blockquote-verse-center): Allow markers to be
2425         indented.
2427         * org.el (org-fontify-meta-lines): New function.
2428         (org-set-font-lock-defaults): Call the new fontification
2429         function.
2431         * org-faces.el (org-meta-line): New face
2432         (org-block):  New face.
2434 2009-05-27  Carsten Dominik  <carsten.dominik@gmail.com>
2436         * org.el (org-treat-insert-todo-heading-as-state-change)
2437         (org-treat-S-cursor-todo-selection-as-state-change): New
2438         variables.
2439         (org-insert-todo-heading): Honor
2440         `org-treat-insert-todo-heading-as-state-change'.
2441         (org-shiftright, org-shiftleft): Honor
2442         `org-treat-S-cursor-todo-selection-as-state-change'.
2443         (org-inhibit-logging): New variable.
2445 2009-05-23  Carsten Dominik  <carsten.dominik@gmail.com>
2447         * org-agenda.el (org-remove-subtree-entries-from-agenda): Reduce
2448         range for marker position checking.
2450         * org-latex.el (org-export-latex-first-lines): Fix bug when
2451         exporting a region.
2453 2009-05-22  Carsten Dominik  <carsten.dominik@gmail.com>
2455         * org-exp.el (org-export-push-to-kill-ring): Protect using
2456         x-set-selection, because that does not always work.
2458         * org-agenda.el (org-agenda-list): Apply the new face
2459         `org-agenda-date-today'.
2461         * org-faces.el (org-agenda-date-today): New face.
2463 2009-05-21  Carsten Dominik  <carsten.dominik@gmail.com>
2465         * org-agenda.el (org-agenda-to-appt): Turn off restriction when
2466         creating appointments.
2468         * org-latex.el (org-export-latex-low-levels): Fix customization
2469         type.
2471         * org.el (org-priority, org-shiftup, org-shiftdown): Disable
2472         priority commands.
2474         * org-agenda.el (org-agenda-priority): Disable priority commands.
2476         * org.el (org-enable-priority-commands): New option.
2478         * org-colview-xemacs.el (org-columns-compute)
2479         (org-columns-number-to-string): Fix problems with empty fields.
2481         * org-colview.el (org-columns-compute)
2482         (org-columns-number-to-string): Fix problems with empty fields.
2484         * org-exp.el (org-export-push-to-kill-ring): New function.
2485         (org-export-copy-to-kill-ring): New option.
2487         * org-latex.el (org-export-as-latex): Call
2488         `org-export-push-to-kill-ring'.
2490         * org-html.el (org-export-as-html): Call
2491         `org-export-push-to-kill-ring'.
2493         * org-docbook.el (org-export-as-docbook): Call
2494         `org-export-push-to-kill-ring'.
2496         * org-ascii.el (org-export-as-ascii): Call
2497         `org-export-push-to-kill-ring'.
2499         * org-exp.el (org-export-show-temporary-export-buffer): New
2500         option.
2502         * org-latex.el (org-export-as-latex): Use
2503         `org-export-show-temporary-export-buffer'.
2505         * org-html.el (org-export-as-html): Use
2506         `org-export-show-temporary-export-buffer'.
2508         * org-docbook.el (org-export-as-docbook): Use
2509         `org-export-show-temporary-export-buffer'.
2511         * org-ascii.el (org-export-as-ascii-to-buffer): Use
2512         `org-export-show-temporary-export-buffer'.
2514         * org-exp.el (org-export-show-temporary-export-buffer): New
2515         option.
2516         (org-export-push-to-kill-ring): New function.
2518         * org-colview.el (org-columns-compile-map): New variable.
2519         (org-columns-new, org-columns-compute)
2520         (org-columns-number-to-string, org-columns-uncompile-format)
2521         (org-columns-compile-format): Implement new operators.
2523 2009-05-20  Carsten Dominik  <carsten.dominik@gmail.com>
2525         * org-exp.el (org-export-plist-vars): Add :xml-declaration.
2527         * org-html.el (org-export-html-xml-declaration): New option.
2528         (org-export-as-html): Use `org-export-html-xml-declaration'.
2530         * org-list.el (org-update-checkbox-count): Make property
2531         dependent.
2533         * org.el (org-hierarchical-todo-statistics): New option.
2534         (org-update-parent-todo-statistics): Modified to handle recursive
2535         statistics.
2537 2009-05-19  Carsten Dominik  <carsten.dominik@gmail.com>
2539         * org-publish.el (org-publish): Make this function behave
2540         correctly in interactive use when called with a prefix argument.
2542         * org.el (org-todo-statistics-hook): New hook.
2543         (org-update-parent-todo-statistics): Use new hook.
2544         (org-log-into-drawer): New function.
2545         (org-add-log-setup): Use the new `org-log-into-drawer' function to
2546         determine if we should be logging into a drawer.
2547         (org-log-into-drawer): Update docstring.
2548         (org-default-properties): Add LOG_INTO_DRAWER as a property.
2550         * org-list.el (org-checkbox-statistics-hook): New hook.
2551         (org-update-checkbox-count-maybe): Use new hook.
2553         * org-ascii.el (org-export-ascii-copy-to-kill): New option.
2554         (org-export-as-ascii): Hide export buffer, and copy exported ASCII
2555         to kill ring.
2557 2009-05-17  Carsten Dominik  <carsten.dominik@gmail.com>
2559         * org-ascii.el (org-export-as-ascii): Fix bug with match string in
2560         a line.
2562 2009-05-16  Carsten Dominik  <carsten.dominik@gmail.com>
2564         * org.el (org-edit-src-code, org-edit-fixed-width-region): Use a
2565         better bufer-generating mechanism.
2566         (org-edit-src-find-buffer): New function.
2568         * org-icalendar.el (org-print-icalendar-entries): Don't check for
2569         archive tag, this is already done by `org-agenda-skip'.
2570         data while constructing lost of tags.
2572 2009-05-15  Carsten Dominik  <carsten.dominik@gmail.com>
2574         * org-exp.el (org-export-preprocess-apply-macros): Use semicolon
2575         as argument separator in macros.
2577         * org-html.el (org-export-as-html): Add xml declaration.
2579 2009-05-14  Carsten Dominik  <carsten.dominik@gmail.com>
2581         * org.el (org-after-sorting-entries-or-items-hook): New hook.
2582         (org-sort-entries-or-items): Run the new hook.
2583         (org-after-refile-insert-hook): New hook.
2584         (org-refile): Run `org-after-refile-insert-hook'.
2586         * org-agenda.el (org-agenda-get-progress): Never take time of day
2587         from headline when displaying progress.
2589         * org-latex.el (org-export-latex-complex-heading-re): New variable.
2590         (org-export-as-latex): Force the correct regexp in the
2591         preprocessor buffer.
2592         (org-export-latex-set-initial-vars): Set
2593         `org-export-latex-complex-heading-re'.
2595         * org-agenda.el (org-agenda-start-with-log-mode): New option.
2596         (org-agenda-mode): Use `org-agenda-start-with-log-mode'.
2598 2009-05-13  Carsten Dominik  <carsten.dominik@gmail.com>
2600         * org-latex.el (org-export-latex-tables-centered): New option.
2601         (org-export-latex-tables): Use `org-export-latex-tables-centered'.
2603         * org-exp.el (org-export-as-org): New command.
2604         (org-export-as-org): New command.
2606         * org-publish.el (org-publish-org-to-org): New function.
2608 2009-05-12  Carsten Dominik  <carsten.dominik@gmail.com>
2610         * org.el (org-yank): Just call `org-yank-generic'.
2611         (org-yank-generic): New function, containing the formaer
2612         functionality of `org-yank'.
2614         * org-latex.el (org-export-latex-not-done-keywords)
2615         (org-export-latex-done-keywords): New variables.
2616         (org-export-latex-todo-keyword-markup): New option.
2617         (org-export-latex-set-initial-vars): Remember the TODO keywords.
2618         (org-export-latex-keywords-maybe): Apply the TODO markup.
2620 2009-05-11  Carsten Dominik  <carsten.dominik@gmail.com>
2622         * org-exp.el (org-infile-export-plist): Add more default macros.
2623         (org-export-preprocess-apply-macros): Process macro arguments.
2625 2009-05-10  Carsten Dominik  <carsten.dominik@gmail.com>
2627         * org-icalendar.el (org-icalendar-include-todo): New allowedvalue
2628         `unblocked'.
2629         (org-print-icalendar-entries): Respect the new value of
2630         `org-icalendar-include-todo'.
2632         * org.el (org-link-try-special-completion)
2633         (org-file-complete-link): New functions.
2634         (org-insert-link): Add special completion support for some link
2635         types.
2637         * org-bbdb.el (org-bbdb-complete-link): New function.
2639 2009-05-08  Carsten Dominik  <carsten.dominik@gmail.com>
2641         * org-list.el (org-update-checkbox-count): Allow recursive
2642         statistics.
2643         (org-hierarchical-checkbox-statistics): New option.
2645         * org.el (org-cycle): Remove erraneous space character.
2647         * org-icalendar.el (org-icalendar-timezone): Initialize from
2648         environment.
2650         * org-html.el (org-format-org-table-html): Specify the scope.
2651         (org-format-table-table-html): Specify the scope.
2652         (org-export-table-header-tags): Prepare the scope parameter.
2654 2009-05-07  Carsten Dominik  <carsten.dominik@gmail.com>
2656         * org-html.el
2657         (org-export-html-table-use-header-tags-for-first-column): New
2658         option.
2660         * org.el (org-autoload): Fix autoloading of ascii export
2661         functions.
2662         (org-modules): Add org-special-blocks.
2664 2009-05-06  Carsten Dominik  <carsten.dominik@gmail.com>
2666         * org-icalendar.el (org-start-icalendar-file): Use the new option.
2667         (org-ical-timezone): New option.
2669         * org-exp.el (org-export-get-coderef-format): Use the description
2670         is present.
2672         * org.el (org-sort-entries-or-items): Improve docstring, and make
2673         better implementation for time sorting.
2675 2009-05-05  Carsten Dominik  <carsten.dominik@gmail.com>
2677         * org.el (org-edit-src-persistent-message): New option.
2678         (org-edit-src-code, org-edit-fixed-width-region): Use the new
2679         option.
2681         * org-clock.el (org-clock-insert-selection-line): Fix prefious
2682         patch.
2684         * org.el (org-edit-src-code, org-edit-fixed-width-region): Use
2685         separate buffer instead of indirect buffer to edit source code.
2686         (org-edit-src-exit): Make this function work with the new setup.
2688         * org-clock.el (org-clock-insert-selection-line): Make sure tasks
2689         are properly fontified before shown in the selection menu.
2691         * org.el (org-fontify-like-in-org-mode): New function.
2693         * org-latex.el (org-export-latex-links): Use the property list to
2694         retrieve the default image attributes.
2696         * org-exp.el (org-export-plist-vars): Add a new option.
2698 2009-05-04  Carsten Dominik  <carsten.dominik@gmail.com>
2700         * org-exp.el (org-export, org-export-visible): Support ASCII
2701         export to buffer
2702         (org-export-normalize-links): Do not protect the description if it
2703         is explicitly given.
2705         * org-ascii.el (org-export-as-ascii-to-buffer)
2706         (org-replace-region-by-ascii, org-export-region-as-ascii): New
2707         commands.
2708         (org-export-as-ascii): Add all the same parameters that are also
2709         supported by the other export functions.
2711         * org-list.el (org-reset-checkbox-state-subtree): Moved here from
2712         org-checklist.el.
2713         (org-reset-checkbox-state-subtree): Call
2714         `org-reset-checkbox-state-subtree'.
2716         * org-remember.el (org-select-remember-template): For the
2717         selection of a valid template.
2719         * org-latex.el (org-export-region-as-latex): Supply the
2720         force-no-subtree argument.
2721         (org-export-as-latex): Provide better limits when exporting the
2722         first line.  When exporting to string, we still want the first
2723         lines.
2724         (org-export-latex-first-lines): New argument END, to force the end
2725         of the region.
2726         (org-export-region-as-latex): Use the property list.
2727         (org-export-as-latex):
2729         * org-colview-xemacs.el (org-columns-remove-overlays)
2730         (org-columns): Fix call to `local-variable-p'.
2732 2009-05-02  Carsten Dominik  <carsten.dominik@gmail.com>
2734         * org-html.el (org-export-html-after-blockquotes-hook): New hook.
2735         (org-export-as-html): Run the new hook.
2737         * org-latex.el (org-export-latex-after-blockquotes-hook): New hook.
2738         (org-export-latex-preprocess): Run the new hook.
2740         * org-exp.el (org-export-preprocess-after-blockquote-hook): New hook.
2741         (org-export-preprocess-string): Run the new hook.
2743 2009-04-30  Carsten Dominik  <carsten.dominik@gmail.com>
2745         * org-macs.el (org-check-external-command): New defsubst.
2747         * org.el (org-mode-map): New key for reload.
2748         (org-format-latex): Better error message when external programs
2749         are not available.
2751         * org-agenda.el (org-agenda-mode-map): Bind `org-reload'.
2753         * org.el (org-sort-entries-or-items): Explicit sorting function
2754         for priorities, needed for XEmacs compatibility.
2756         * org-remember.el (org-remember-apply-template): Improve auto-save
2757         behavior.
2759 2009-04-29  Carsten Dominik  <carsten.dominik@gmail.com>
2761         * org-latex.el (org-export-latex-preprocess): Also protect
2762         environments ending in a star.
2764         * org-list.el (org-at-item-p): Fix regular expression.
2766 2009-04-24  Carsten Dominik  <carsten.dominik@gmail.com>
2768         * org.el (org-end-of-subtree): Improve speed.
2770         * org-agenda.el (org-agenda-get-timestamps)
2771         (org-agenda-get-progress, org-agenda-get-deadlines)
2772         (org-agenda-get-scheduled, org-agenda-get-blocks): Optimizations,
2773         in particular, wait as long as possible to collect the tags.
2774         (org-stuck-projects): Improve docstring.
2776         * org.el (org-store-link): No errors when getting custom id before
2777         first headline.
2778         (org-get-tags-at): Use `org-up-heading-safe' when getting tags.
2780 2009-04-23  Carsten Dominik  <carsten.dominik@gmail.com>
2782         * org.el (org-prepare-agenda-buffers): Catch a throw to nextfile.
2784         * org-protocol.el: Remove dependency on url.el.
2785         (org-protocol-unhex-compound, org-protocol-open-source): Remove
2786         dependency on url.el.
2788         * org-latex.el (org-export-as-pdf): Use
2789         `org-latex-to-pdf-process'.
2791 2009-04-22  Carsten Dominik  <carsten.dominik@gmail.com>
2793         * org-latex.el (org-latex-to-pdf-process): New option.
2795         * org-agenda.el (org-agenda-skip-additional-timestamps-same-entry):
2796         New option.
2797         (org-agenda-get-timestamps): Honor
2798         `org-agenda-skip-additional-timestamps-same-entry'.
2800         * org-clock.el (org-clock-goto-may-find-recent-task): New option.
2801         (org-clock-goto): Find recent task only if
2802         `org-clock-goto-may-find-recent-task' allows it.
2804         * org-exp.el (org-export-remove-or-extract-drawers): Handle empty
2805         drawers, and drawers that are missing the :END: line.
2807 2009-04-21  Carsten Dominik  <carsten.dominik@gmail.com>
2809         * org-clock.el (org-clock-goto): Go to recently clocked task if no
2810         clock is running.
2812 2009-04-21  Carsten Dominik  <carsten.dominik@gmail.com>
2814         * org.el (org-update-parent-todo-statistics): Check for
2815         STATISTICS_FROM property.
2817         * org-list.el (org-update-checkbox-count): Check for
2818         STATISTICS_FROM property.
2820         * org.el (org-tab-first-hook)
2821         (org-tab-after-check-for-table-hook)
2822         (org-tab-after-check-for-cycling-hook): New hooks.
2823         (org-cycle-internal-global, org-cycle-internal-local): New
2824         functions, split out from `org-cycle'.
2825         (org-cycle): Call the new hooks.
2827 2009-04-19  Carsten Dominik  <carsten.dominik@gmail.com>
2829         * org-exp.el (org-export-preprocess-string): Reset the list of
2830         preferred targets for each run of the preprocessor.
2832         * org.el (org-refile-target-verify-function): Improve
2833         documentation.
2834         (org-get-refile-targets): Respect point being moved by the
2835         verification function.
2837         * org-latex.el (org-export-latex-timestamp-keyword-markup): New
2838         option.
2839         (org-export-latex-keywords): Use new option.
2841         * org.el (org-rear-nonsticky-at): New defsubst.
2842         (org-activate-plain-links, org-activate-angle-links)
2843         (org-activate-footnote-links, org-activate-bracket-links)
2844         (org-activate-dates, org-activate-target-links)
2845         (org-activate-tags): Place the rear-nonsticky properties at the
2846         correct location.
2848 2009-04-18  Carsten Dominik  <carsten.dominik@gmail.com>
2850         * org-protocol.el (server-edit): Declare `server-edit'.
2851         (org-protocol-unhex-string, org-protocol-unhex-compound): New
2852         functions.
2853         (org-protocol-check-filename-for-protocol): Call `server-edit'.
2855         * org.el (org-default-properties): New default properteis for
2856         completion.
2858         * org-exp.el (org-export-add-subtree-options): Add new properties
2859         for subtree export.
2861         * org-docbook.el (org-export-docbook-keywords-markup)
2862         (org-export-docbook-timestamp-markup): New options.
2863         (org-export-docbook-protect-tags): New function.
2865 2009-04-17  Carsten Dominik  <carsten.dominik@gmail.com>
2867         * org-id.el (org-id-get-with-outline-path-completion): Turn off
2868         org-refile-target-verify-function for the duration of the command.
2870         * org.el (org-link-to-org-use-id): New possible value
2871         `create-if-interactive-and-no-custom-id'.
2872         (org-store-link): Use custom IDs.
2873         (org-link-search): Find custom ID properties from #link.
2874         (org-default-properties): Add CUSTOM_ID for property completion.
2875         (org-refile-target-verify-function): New option.
2876         (org-goto): Turn off org-refile-target-verify-function
2877         for the duration of the command.
2879 2009-04-16  Carsten Dominik  <carsten.dominik@gmail.com>
2881         * org-html.el (org-export-as-html): Use custom IDs in the toc.
2883         * org-exp.el (org-export-preferred-target-alist): New variable.
2884         (org-export-define-heading-targets): Find the new CUSTOM_ID
2885         property.
2886         (org-export-target-internal-links): Target the custom ids when
2887         possible.
2889         * org-latex.el (org-export-latex-preprocess): Better regexp for
2890         matching latex macros with arguments.
2892 2009-04-15  Carsten Dominik  <carsten.dominik@gmail.com>
2894         * org-remember.el (org-remember-handler): Allow filing to non-org
2895         files.
2897 2009-04-15  Magnus Henoch <magnus.henoch@gmail.com>
2899         * org-feed.el (org-feed-alist): New keyword options.
2900         (org-feed-update): Use the new options.
2901         (org-feed-parse-rss-feed): Renamed from `org-feed-parse-feed'.
2902         (org-feed-parse-rss-entry): Renamed from `org-feed-parse-entry'.
2903         (org-feed-parse-atom-feed, org-feed-parse-atom-entry): New
2904         functions.
2906         * org-table.el (org-table-fix-formulas): Do not change references
2907         to remote tables.
2908         (org-table-get-remote-range): Convert standard coordinates to RC
2909         format.
2911         * org-latex.el (org-export-latex-keywords): Fix regexp bug.
2913 2009-04-14  Carsten Dominik  <carsten.dominik@gmail.com>
2915         * org-compat.el (org-sha1-string): Function removed.
2917         * org.el (org-refile-allow-creating-parent-nodes): New option.
2918         (org-refile-get-location): New argument NEW-NODES.
2919         (org-refile): Call `org-refile-get-location' with the new
2920         argument.
2921         (org-refile-get-location): Arrange for adding a new child.
2922         (org-refile-new-child): New function.
2924         * org-html.el (org-html-handle-time-stamps): Wrap time stamps into
2925         an additional span element.
2927         * org-clock.el: Fix a number of docstrings.
2928         (org-clock-find-position): New argument
2929         FIND-UNCLOSED to make the function find an unclosed clock in the
2930         entry.
2931         (org-clock-in): Call `org-clock-find-position' with the new
2932         argument if we might be resuming a clock.
2934 2009-04-13  Carsten Dominik  <carsten.dominik@gmail.com>
2936         * org-latex.el (org-export-latex-display-custom-times): New variable.
2937         (org-export-latex-timestamp-markup): New option.
2938         (org-export-latex-set-initial-vars): Remember the local value of
2939         `org-display-custom-times'.
2940         (org-export-latex-content): Process time stamps.
2941         (org-export-latex-time-stamps): New function.
2943         * org-macs.el (org-maybe-intangible): Add intangible property
2944         again to invisible text.
2946 2009-04-12  Carsten Dominik  <carsten.dominik@gmail.com>
2948         * org-exp.el (org-default-export-plist): Handle undefined
2949         variables.
2951 2009-04-11  Carsten Dominik  <carsten.dominik@gmail.com>
2953         * org.el (org-sort-entries-or-items): Match TODO keywrds
2954         case-sensitively, when sorting.
2955         (org-priority): Do not match TODO keywords with wrong case.
2957 2009-04-09  Carsten Dominik  <carsten.dominik@gmail.com>
2959         * org-feed.el (org-feed-update): Bind the variable
2960         `new-formatted'.
2962         * org-html.el (org-export-as-html): Start paragraphs after literal
2963         examples.
2965         * org-docbook.el (org-export-as-docbook): Start paragraphs after
2966         literal examples.
2968 2009-04-08  Carsten Dominik  <carsten.dominik@gmail.com>
2970         * org.el (org-todo): Honor the NOBLOCKING property.
2972         * org-agenda.el (org-agenda-dim-blocked-tasks): Honor the
2973         NOBLOCKING property.
2975         * org.el (org-scan-tags): Fix bug in tag scanner
2977 2009-04-07  Carsten Dominik  <carsten.dominik@gmail.com>
2979         * org.el (org-modules): Mark obsolete packages.
2981         * org-html.el: New file, split out from org-exp.el.
2983         * org-icalendar.el: New file, split out from org-exp.el.
2985         * org-xoxo.el: New file, split out from org-exp.el.
2987         * org-ascii.el: New file, split out from org-exp.el.
2989 2009-04-06  Carsten Dominik  <carsten.dominik@gmail.com>
2991         * org-compat.el (org-find-library-name): New function.
2993         * org.el (org-pre-cycle-hook): New hook.
2994         (org-cycle): Call the new hook in appropriate places.
2995         (org-reload): Only reload files that have been loaded before.
2997 2009-04-05  Carsten Dominik  <carsten.dominik@gmail.com>
2999         * org.el (org-set-font-lock-defaults): Enforxe space or line end
3000         after todo keyword.
3001         (org-todo): When changing TODO state, do matching
3002         case-sensitively.
3003         (org-map-continue-from): New variable.
3004         (org-scan-tags): Respect values in `org-map-continue-from'.
3005         (org-reload): Make XEmacs compatible.
3007 2009-04-04  Carsten Dominik  <carsten.dominik@gmail.com>
3009         * org-protocol.el (org-protocol-flatten-greedy): New function.
3010         (org-protocol-flatten): New function.
3012         * org.el (org-open-link-from-string): Pass reference buffer to
3013         `org-open-at-point'.
3014         (org-open-at-point): New optional argument `reference-buffer'.
3016 2009-04-03  Carsten Dominik  <carsten.dominik@gmail.com>
3018         * org.el (org-scan-tags): Make tag scan find headline in first
3019         line, 2nd attempt.
3020         (org-get-refile-targets): Add the naked file name.
3021         (org-refile): Store as top-level entry when only file name was
3022         given.
3024         * org-agenda.el (org-agenda-get-progress): Fix regexp bug.
3026         * org.el (org-block-todo-from-children-or-siblings-or-parent):
3027         Renamed from org-block-todo-from-children-or-siblings, and
3028         enhanced to look for the parent's status as well.
3030         * org-agenda.el (org-agenda-log-mode-add-notes): New option.
3031         (org-agenda-get-progress): Add first notes line to log entry if so
3032         desired.
3034 2009-04-02  Carsten Dominik  <carsten.dominik@gmail.com>
3036         * org-agenda.el (org-agenda-cleanup-fancy-diary-hook): New hook.
3037         (org-agenda-cleanup-fancy-diary): Call the new hook.
3039         * org-remember.el (org-remember-apply-template): Take the default
3040         for the annotation from the :annotation property.
3042         * org-mac-message.el (org-mac-message-get-link): Remove the
3043         quotes.
3044         (org-mac-message-get-link): Return the result.
3046 2009-04-01  Carsten Dominik  <carsten.dominik@gmail.com>
3048         * org.el (org-refile-get-location): Add file name only if not
3049         already included in outline path.
3051         * org-faces.el (org-n-level-faces): Fix customization type from
3052         number to integer.
3054         * org-exp.el (org-export-headline-levels): Fix customization type
3055         from number to integer.
3057         * org-agenda.el (org-agenda-confirm-kill)
3058         (org-agenda-custom-commands-local-options)
3059         (org-timeline-show-empty-dates, org-agenda-ndays)
3060         (org-agenda-start-on-weekday, org-scheduled-past-days): Fix
3061         customization type from number to integer.
3063 2009-03-31  Carsten Dominik  <carsten.dominik@gmail.com>
3065         * org-protocol.el: Declare some functions.
3067         * org-inlinetask.el (org-inlinetask-export-handler): Fix line
3068         postion before inserting modified headline.
3070         * org-agenda.el (org-agenda-compare-effort): Honor
3071         `org-sort-agenda-noeffort-is-high'.
3072         (org-agenda-filter-by-tag, org-agenda-filter-make-matcher)
3073         (org-agenda-compare-effort): Implement the "?" operator for
3074         finding entries without effort setting.
3076         * org.el (org-extract-attributes-from-string): New function.
3078         * org-exp.el (org-export-splice-attributes): New function.
3080 2009-03-30  Carsten Dominik  <carsten.dominik@gmail.com>
3082         * org-mouse.el: XEmacs compatibility fixes
3084         * org-docbook.el (org-export-as-docbook): Process footnotes like
3085         normal text.
3087         * org.el (org-modules): Add org-inlinetasks.el
3088         (org-cycle): Implement limiting level on cycling.
3089         (org-move-subtree-down): Fix bug with swapping subtrees at end of
3090         buffer.
3092         * org-inlinetask.el: New file.
3094         * org.el (org-emphasis-regexp-components): Allow braces in
3095         emphasis pre and post match.
3097         * org-footnote.el (org-footnote-normalize): When only dorting, do
3098         not insert inline notes at the end.
3100         * org-docbook.el (org-id-find-id-file): Add function declaration.
3102         * org.el (org-require-autoloaded-modules): Add org-docbook.el.
3104         * org-docbook.el: New file.
3106 2009-03-28  Carsten Dominik  <carsten.dominik@gmail.com>
3108         * org.el (org-reftex-citation): New command.
3110 2009-03-27  Carsten Dominik  <carsten.dominik@gmail.com>
3112         * org-agenda.el (org-agenda-cmp-user-defined): New option.
3113         (org-sorting-choice, org-agenda-sorting-strategy): Add the new
3114         sorting options.
3115         (org-entries-lessp): Apply the new sorting option.
3117         * org.el (org-block-todo-from-children-or-siblings): Fix bug in
3118         blocker code, when an older sibling has children.
3120         * org-mac-message.el (org-mac-message-get-link): Improve getting
3121         links from multiple selected messages.
3123 2009-03-26  Carsten Dominik  <carsten.dominik@gmail.com>
3125         * org-remember.el (org-remember-finalize): Do not set buffer file
3126         name to nil.
3127         (org-remember-handler): Mark buffer as unmodified.
3128         (org-remember-handler): Delete backup file and show message about
3129         remaining backup files.
3130         (org-remember-auto-remove-backup-files): New option.
3132         * org.el (org-store-link): Use buffer name as link description in
3133         w3-mode buffers.
3134         (org-ido-switchb): Fix argument bug for completion.
3136         * org-remember.el (org-remember-apply-template): Set local
3137         variable `auto-save-visited-file-name' instead of global one.
3139 2009-03-25  Carsten Dominik  <carsten.dominik@gmail.com>
3141         * org-feed.el: Re-write.
3143         * org-agenda.el (org-agenda-get-todos): Fix bug with match-data.
3144         (org-agenda-get-todos): Mark file tags as inherited.
3145         (org-agenda-list): Always search diary lines for a time.
3147 2009-03-24  Carsten Dominik  <carsten.dominik@gmail.com>
3149         * org-feed.el (org-feed-assume-stable): New option.
3150         (org-feed-before-adding-hook): New hook.
3152         * org-exp.el (org-export-as-html): Close local lists depending on
3153         indentation, also when starting a table.
3155         * org-remember.el (org-remember-backup-directory)
3156         (org-remember-backup-name): New internal variable.
3158 2009-03-23  Carsten Dominik  <carsten.dominik@gmail.com>
3160         * org-clock.el (org-clock-out-if-current): Make buffer detection
3161         work in indirect buffers as well.
3163         * org.el (org-emphasis-regexp-components): Add the exxclamation
3164         mark to the post-emphasis characters.
3166 2009-03-22  Carsten Dominik  <carsten.dominik@gmail.com>
3168         * org.el (org-read-date-minibiffer-septup-hook): New hook.
3169         (org-read-date): Run the new hook.
3171         * org-mac-message.el (org-mac-flagged-mail): New group.
3172         (org-mac-mail-account): New variable.
3173         (org-mac-create-flagged-mail, org-mac-insert-flagged-mail): New
3174         commands.
3176         * org-remember.el (org-remember-backup-directory): New variable.
3177         (org-remember-apply-template): Write file to backup directory.
3179 2009-03-21  Carsten Dominik  <carsten.dominik@gmail.com>
3181         * org-mouse.el (org-mouse-todo-menu): New function.
3182         (org-mouse-todo-keywords): Function removed.
3183         (org-mouse-context-menu): Use `org-mouse-todo-menu'.
3185         * org-table.el (org-table-beginning-of-field)
3186         (org-table-end-of-field): New commands
3187         (org-table-previous-field, org-table-beginning-of-field): Better
3188         error messages.
3189         (orgtbl-setup): Include `M-a' and `M-e'.
3191         * org.el (org-backward-sentence, org-forward-sentence): New
3192         commands.
3194         * org-colview.el (org-colview-initial-truncate-line-value): New
3195         variable.
3196         (org-columns-remove-overlays): Restore the value of `truncate-lines'.
3197         (org-columns): Remember the value of `truncate-lines'.
3199         * org-colview-xemacs.el (org-colview-initial-truncate-line-value):
3200         New variable.
3201         (org-columns-remove-overlays): Restore the value of
3202         `truncate-lines'.
3203         (org-columns): Remember the value of `truncate-lines'.
3205         * org.el (org-columns-skip-arrchived-trees): New option.
3207         * org-agenda.el (org-agenda-export-html-style): Define color for
3208         org-agenda-done face.
3209         (org-search-view, org-agenda-get-todos, org-agenda-get-progress)
3210         (org-agenda-get-deadlines, org-agenda-get-scheduled): Use new face.
3212         * org.el (org-scan-tags): Use the new face.
3214         * org-faces.el (org-agenda-done): New face.
3216         * org.el (org-scan-tags): Test the value org
3217         `org-tags-match-list-sublevels'.
3218         (org-tags-match-list-sublevels): New allowed value: indented.
3220         * org-export-latex.el (org-export-latex-make-header): Apply macros
3221         in header.
3223         * org-exp.el (org-export-apply-macros-in-string): New function.
3225         * org-export-latex.el (org-export-latex-list-parameters): Fix bug
3226         with the definition of a checked box.
3228         * org-clock.el (org-clock-find-position): Fix drawer indentations.
3230         * org-export-latex.el (org-export-latex-low-levels): More options
3231         for how to process lower levels in LaTeX.
3232         (org-export-latex-subcontent): Better treatment for lists as a
3233         means of publishing lower levels.
3235 2009-03-20  Carsten Dominik  <carsten.dominik@gmail.com>
3237         * org.el (org-set-font-lock-defaults): Use new checkbox face.
3239         * org-faces.el (org-checkbox): New face.
3241         * org-exp.el (org-export-html-preprocess): Only create LaTeX
3242         fragement images if there is an export file.
3244 2009-03-19  Carsten Dominik  <carsten.dominik@gmail.com>
3246         * org-agenda.el (org-stuck-projects): Document that the subtree of
3247         projects that are not stuck will now be searched for stuck
3248         sub-projects.
3249         (org-agenda-skip-entry-when-regexp-matches)
3250         (org-agenda-skip-entry-when-regexp-matches-in-subtree): New functions.
3251         (org-agenda-list-stuck-projects): Use
3252         `org-agenda-skip-entry-when-regexp-matches-in-subtree'.
3254         * org-export-latex.el (org-export-latex-preprocess): Improve
3255         export of verses.
3257         * org-exp.el (org-export-as-html): Implement centering as a div
3258         rather than a paragraph.  Do a better job with line-end in verse
3259         environments.
3261 2009-03-17  Carsten Dominik  <carsten.dominik@gmail.com>
3263         * org.el (org-open-at-point): Fix tags searches by mouse click.
3265 2009-03-16  Carsten Dominik  <carsten.dominik@gmail.com>
3267         * org-export-latex.el (org-export-latex-preprocess): Implement the
3268         centering markup.
3270         * org-exp.el (org-export-mark-blockquote-verse-center): Renamed
3271         from `org-export-mark-blockquote-and-verse'.
3272         (org-export-as-html): Implement the centering markup.
3274         * org-export-latex.el (org-export-latex-tables): Fix vertical
3275         lines in tables.
3277 2009-03-15  Carsten Dominik  <carsten.dominik@gmail.com>
3279         * org.el (org-read-date-history): New variable.
3280         (org-read-date): Use new history variable.
3281         (org-toggle-heading): Fix bug when used before first headline.
3282         (org-store-log-note): Remove drawer if empty while note is
3283         aborted.
3284         (org-remove-empty-drawer-at): New function.
3285         (org-check-after-date): New command.
3286         (org-sparse-tree): New sparse tree command "a".
3288         * org-exp.el (org-export-as-ascii): Improve export of plain lists.
3290 2009-03-14  Bastien Guerry  <bzg@altern.org>
3292         * org.el (org-toggle-fixed-width-section): Bug fix: insert a
3293         column and a space, not only a column.
3295 2009-03-14  Carsten Dominik  <carsten.dominik@gmail.com>
3297         * org-export-latex.el (org-export-latex-emphasis-alist): Better
3298         defaults for verbose emphasis.
3299         (org-export-latex-emph-format): New function.
3300         (org-export-latex-fontify): Call `org-export-latex-emph-format'.
3302         * org-agenda.el (org-agenda-menu): Add new commands to menu.
3303         (org-agenda-do-date-later, org-agenda-do-date-earlier)
3304         (org-agenda-date-later-minutes, org-agenda-date-earlier-minutes)
3305         (org-agenda-date-later-hours, org-agenda-date-earlier-hours): New
3306         commands.
3308         * org.el (org-timestamp-change): Move end-time along with start
3309         time.
3311 2009-03-12  Carsten Dominik  <carsten.dominik@gmail.com>
3313         * org-exp.el (org-export-target-internal-links)
3314         (org-export-as-html): Protect links specified as #name.
3316 2009-03-11  Carsten Dominik  <carsten.dominik@gmail.com>
3318         * org.el (org-clone-subtree-with-time-shift): New command.
3320         * org-export-latex.el (org-export-latex-special-chars)
3321         (org-export-latex-treat-sub-super-char): Fix subscript export.
3323         * org-exp.el (org-create-multibrace-regexp): Do not add
3324         backslashes to the class.
3326 2009-03-10  Carsten Dominik  <carsten.dominik@gmail.com>
3328         * org-colview.el (org-columns-map): Better functions for moving up
3329         and down a row, even if `truncate-line' is nil.
3331         * org.el (org-insert-todo-heading): Make sure the keyword is
3332         inserted at the correct position.
3334         * org-publish.el (org-publish-project-alist)
3335         (org-publish-projects, org-publish-org-index): Change default anme
3336         for the index of file names to "sitemap.org".
3338         * org-export-latex.el (org-export-latex-tables): Use
3339         `org-split-string', for Emacs 21 compatibility.
3341 2009-03-09  Carsten Dominik  <carsten.dominik@gmail.com>
3343         * org-agenda.el (org-agenda-log-mode-items): Improve docstring.
3345 2009-03-08  Carsten Dominik  <carsten.dominik@gmail.com>
3347         * org-exp.el (org-export-page-description)
3348         (org-export-page-keywords): New variables.
3349         (org-export-plist-vars): Add entries for :keywords and
3350         :description.
3351         (org-infile-export-plist): Parse for new keywords.
3352         (org-get-current-options): Add new keywords
3353         (org-export-as-html): Publish description and keywords.
3355         * org-agenda.el (org-agenda-add-entry-text-descriptive-links): New
3356         option.
3357         (org-agenda-add-entry-text): Honor
3358         `org-agenda-add-entry-text-descriptive-links'.
3360         * org-export-latex.el (org-export-latex-preprocess): Make all
3361         external preprocess functions use a PARAMETER arg.
3363         * org-exp.el (org-export-preprocess-string)
3364         (org-export-select-backend-specific-text)
3365         (org-export-format-source-code-or-example)
3366         (org-format-org-table-html): Support docbook export.
3367         (org-export-preprocess-string): Make all external preprocess
3368         functions use a PARAMETER arg.
3370 2009-03-07  Carsten Dominik  <carsten.dominik@gmail.com>
3372         * org-exp.el (org-export-html-style-include-scripts): New option.
3373         (org-export-plist-vars): Add new option
3374         `org-export-html-style-include-scripts'.
3375         (org-export-as-html): Honor new option
3376         `org-export-html-style-include-scripts'.
3377         (org-export-html-scripts, org-export-html-style-default): Fix
3378         xml issues with the Safari browser.
3380 2009-03-06  Carsten Dominik  <carsten.dominik@gmail.com>
3382         * org-publish.el (org-publish-attachment): Only copy file when the
3383         directories differ.
3385 2009-03-05  Carsten Dominik  <carsten.dominik@gmail.com>
3387         * org-clock.el (org-clocktable-steps): Use inactive time stamps
3388         for clocktable steps.
3390         * org.el (org-additional-option-like-keywords): Add two more
3391         keywords.
3393 2009-03-04  Carsten Dominik  <carsten.dominik@gmail.com>
3395         * org-exp.el (org-export-format-source-code-or-example): Mark
3396         temporary buffer unmodified, so that it will be killed even if
3397         mode like message mode has decided to assign a file name.
3399         * org.el (org-scan-tags): Improve tag inheritance.
3400         (org-scan-tags, org-make-tags-matcher): Make tag comparison
3401         case-sensitive.
3402         (org-scan-tags): Use the internal tags list instead of creating it
3403         from scratch.
3404         (org-trust-scanner-tags, org-scanner-tags): New variables.
3405         (org-scan-tags): Set `org-scanner-tags'.
3406         (org-get-tags-at): Take advantage of `org-trust-scanner-tags'.
3407         (org-map-entries): Document the possible speedup using scanner
3408         tags.
3410 2009-03-03  Carsten Dominik  <carsten.dominik@gmail.com>
3412         * org.el (org-add-planning-info): Fix bug with looking for keyword
3413         only at column 0.
3415         * org-agenda.el (org-agenda-custom-commands-local-options): Add
3416         option for tags filter preset.
3417         (org-prepare-agenda): Store filter preset as a property on the
3418         filter variable.
3419         (org-finalize-agenda): Call the filter, if there is a preset.
3420         (org-agenda-filter-by-tag): Filter again after clearing the
3421         filter, when there still is a preset.
3422         (org-agenda-filter-make-matcher, org-agenda-set-mode-name):
3423         Include the preset filter.
3424         (org-agenda-redo): Apply the filter again, also the preset filter.
3426         * org-exp.el (org-export-as-html): Use IDs in the correct way.
3428         * org.el (org-uuidgen-p): New funtion.
3430         * org-agenda.el (org-agenda-fontify-priorities): New default value
3431         `cookies'.
3432         (org-agenda-fontify-priorities): Renamed from
3433         org-fontify-priorities.
3435         * org.el (org-set-font-lock-defaults): Call
3436         `org-font-lock-add-priority-faces'.
3437         (org-font-lock-add-priority-faces): New function.
3439         * org-faces.el: (org-set-tag-faces): New option.
3440         (org-priority-faces): New variable.
3442         * org-exp.el (org-export-as-html): Add a "content" div around the
3443         entire content of the body tag.
3444         (org-export-html-get-bibliography): New function.
3445         (org-export-html-validation-link): New variable.
3446         (org-export-as-html): Add validation link to exported page.
3448         * org.el (org-match-sparse-tree): Renamed from
3449         `org-tags-sparse-tree'.
3450         (org-tags-sparse-tree): New alias.
3452 2009-03-02  Carsten Dominik  <carsten.dominik@gmail.com>
3454         * org.el (org-get-valid-level): Catch the case where the level
3455         change is nil.
3457         * org-clock.el (org-clock-find-position): Better indentation of
3458         new clock drawers.
3460 2009-03-01  Carsten Dominik  <carsten.dominik@gmail.com>
3462         * org-agenda.el (org-agenda-quit): Delete window only when the
3463         frame-setup was not `current-window'.
3465         * org.el (org-tag-persistent-alist): New option.
3466         (org-startup-options): Add keyword `noptag'.
3467         (org-fast-todo-selection): Handle :newline correctly.
3468         (org-set-tags): Handle :newline correctly.
3469         (org-fast-tag-selection): Handle :newline correctly.
3471 2009-02-28  Carsten Dominik  <carsten.dominik@gmail.com>
3473         * org-exp.el (org-export-as-ascii): Reverse link buffer before
3474         outputting it.
3475         (org-export-ascii-push-links): Fix bug with pussing links into the
3476         export buffer.
3478 2009-02-27  Carsten Dominik  <carsten.dominik@gmail.com>
3480         * org-archive.el (org-archive-subtree): Do not add 1 to level if
3481         pasting at top level.
3483         * org-bbdb.el: Improve documentation.
3485 2009-02-26  Carsten Dominik  <carsten.dominik@gmail.com>
3487         * org-list.el (org-insert-item): Only consider insert empty lines
3488         is `org-empty-line-terminates-plain-lists' is not nil.
3490         * org.el (org-blank-before-new-entry): Mention the dependence on
3491         `org-empty-line-terminates-plain-lists' in the docstring.
3493         * org-publish.el (org-publish-get-project-from-filename): New
3494         optional argument UP.  Only find the top project if UP is set.
3495         (org-publish-current-project): Find the top encloding project.
3497         * org-agenda.el (org-agenda-before-write-hook)
3498         (org-agenda-add-entry-text-maxlines): New options.
3499         (org-write-agenda): Run the new hook in the temporary buffer.
3500         (org-agenda-add-entry-text): New function.
3501         (org-write-agenda): Implement PDF export, using ps2pdf.
3503         * org.el (org-global-properties-fixed, org-global-properties):
3504         Improve documentation string.
3506         * org-exp.el (org-export-ascii-links-to-notes): New option.
3507         (org-export-as-ascii): Handle links better.
3508         (org-export-ascii-wrap, org-export-ascii-push-links): New
3509         functions.
3511 2009-02-25  Carsten Dominik  <carsten.dominik@gmail.com>
3513         * org-agenda.el (org-agenda): Make prefix arg optional.
3514         (org-agenda-search-headline-for-time): New option.
3515         (org-format-agenda-item): Honor
3516         `org-agenda-search-headline-for-time'.
3518         * org-table.el (orgtbl-self-insert-command): Cluster undo for 20
3519         characters.
3521         * org.el (org-self-insert-cluster-for-undo): New option.
3522         (org-self-insert-command): Cluster undo for 20 characters.
3523         (org-self-insert-command-undo-counter): New variable.
3525 2009-02-24  Carsten Dominik  <carsten.dominik@gmail.com>
3527         * org-exp.el (org-export-as-html): Fix problem with closing colone
3528         example.
3530 2009-02-22  Carsten Dominik  <carsten.dominik@gmail.com>
3532         * org-export-latex.el (org-export-as-latex)
3533         (org-export-latex-first-lines): Avoid modification flag when
3534         adding or removing text properties.
3535         (org-export-latex-fontify): Catch error when org-emph-alist has
3536         entries that are not defined for LaTeX export.
3538         * org.el (orgstruct++-mode): New function.
3539         (turn-on-orgstruct++): Call `orgstruct++-mode'.
3540         (org-context-p): Allow detecting item context after the first line
3541         of an item.
3542         (orgstruct-make-binding): Detect if item-body context should be
3543         seen.
3544         (orgstruct-is-++): New variable.
3545         (org-add-planning-info): Catch the case when there is no planning
3546         info yet and the call does not want to add anything, only maybe
3547         tries to remove something.
3548         (org-special-ctrl-a/e): All value to be a cons cell with separate
3549         settings for `C-a. and `C-e'.
3550         (org-beginning-of-line, org-end-of-line): Honor separate values
3551         for `C-a' and `C-e'.
3553 2009-02-21  Carsten Dominik  <carsten.dominik@gmail.com>
3555         * org.el (org-reload): New command.
3557 2009-02-20  Carsten Dominik  <carsten.dominik@gmail.com>
3559         * org-exp.el (org-export-htm-get-tag-class-name)
3560         (org-export-htm-get-todo-kwd-class-name): New functions.
3561         (org-export-html-tag-class-prefix)
3562         (org-export-html-todo-kwd-class-prefix): New options.
3563         (org-export-as-html): Call
3564         `org-export-html-get-todo-kwd-class-name'.
3565         (org-html-level-start): Wrap tags into classes.
3566         (org-export-html-get-tag-class-name)
3567         (org-export-html-get-todo-kwd-class-name): New functions.
3569         * org-export-latex.el (org-export-latex-collect-header-macros):
3570         Remove fields that are used anyway.
3571         (org-export-latex-make-header): Insert the options earlier.
3573         * org-agenda.el (org-agenda-get-progress): Fix bug with state
3574         matching.
3576         * org-list.el (org-indent-item): Allow point to be at the end of
3577         the region.
3579         * org.el (org-metaleft, org-metaright): Be more accurate about
3580         detecting a region where commands apply.
3582         * org-compat.el (org-cursor-to-region-beginning): New function.
3584         * org.el (org-priority): Also find invisible heading.
3586         * org-colview-xemacs.el (org-columns-edit-value): No special
3587         treatment for `org-todo' prefix.
3589         * org-colview.el (org-columns-edit-value): No special treatment
3590         for `org-todo' prefix.
3592         * org-remember.el (org-remember-apply-template): Use
3593         `org-completing-read-no-ido'.
3595         * org.el (org-completing-read-no-ido): New function.
3596         (org-make-tags-matcher, org-set-property): Use
3597         `org-completing-read-no-ido'.
3599         * org-export-latex.el (org-export-latex-import-inbuffer-stuff):
3600         New option.
3601         (org-export-as-latex): Import in-buffer settings as TeX macros.
3602         (org-export-latex-make-header): Additional parameter OPT-DEFS.
3603         (org-export-latex-collect-header-macros): New function.
3605         * org.el (org-refile-get-location): Turn off
3606         `partial-completion-mode'.
3608 2009-02-19  Carsten Dominik  <carsten.dominik@gmail.com>
3610         * org.el (org-block-todo-from-checkboxes): Announce that
3611         checkboxes are the culprit.
3612         (org-block-todo-from-children-or-siblings): Call
3613         `org-up-heading-all instead' of `outline-up-heading'.
3615         * org-agenda.el (org-agenda-show-1): Renamed from
3616         `org-agenda-show'.
3617         (org-agenda-show): Re-install the old version for now.
3618         (org-agenda-dim-blocked-tasks): Update docstring.  Scope a
3619         variable into the blokker hook, so that the checkbox checker can
3620         anounce that it caused the blocking.
3622         * org.el (org-track-ordered-property-with-tag): New option.
3623         (org-toggle-ordered-property): Honor
3624         `org-track-ordered-property-with-tag'.
3625         (org-tag-alist): Add newline options.
3626         (org-set-regexps-and-options): Separate option lines imply a
3627         newline.
3628         (org-set-regexps-and-options, org-assign-fast-keys)
3629         (org-fast-todo-selection, org-fast-tag-selection): Handle newline
3630         option.
3631         (org-indent-line-function): Make sure this works even if there is
3632         not `org-drawer-regexp' defined.  This can happen when
3633         orgstruct-mode is used in a non-org buffer.
3635         * org-list.el (org-checkbox-blocked-p): New function.
3636         (org-toggle-checkbox): Check for blocking.
3638         * org.el (org-modules): Add an entry for org-R.el.
3640         * org-agenda.el (org-agenda-todo-ignore-with-date)
3641         (org-agenda-todo-ignore-scheduled)
3642         (org-agenda-todo-ignore-deadlines): Mention the variable
3643         `org-agenda-tags-todo-honor-ignore-options' in the docstring.
3645         * org.el (org-get-wdays): Find the warning period also if it is in
3646         the wrong place.
3647         (org-ido-completing-read): Provide the correct arguments to
3648         ido-completing-read and bind `ido-enter-matching-directory' to
3649         nil.
3651 2009-02-17  Carsten Dominik  <carsten.dominik@gmail.com>
3653         * org.el (org-olpath-completing-read): Never use ido for this
3654         one.
3656         * org-exp.el (org-export-normalize-links): Use new macro.
3658         * org-macs.el (org-if-unprotected-at): New macro.
3660         * org-agenda.el (org-agenda-show): Allow numerical prefix
3661         arguments to specify how much context should be shown.
3662         (org-agenda-cycle-show): New command, could be bound to SPC in
3663         org-agenda-mode-map.
3665         * org-exp.el (org-html-level-start): Space after section number.
3667 2009-02-16  Carsten Dominik  <carsten.dominik@gmail.com>
3669         * org-agenda.el (org-agenda-get-sexps): Add todo state as
3670         property, for sorting.
3671         (org-cmp-todo-state): Get the applicable TODO keywords directly
3672         from the buffer.
3673         (org-run-agenda-series, org-agenda-list, org-search-view)
3674         (org-todo-list, org-tags-view): Only fit agenda window when the
3675         whole series is done.
3677         * org.el (org-scan-tags): Add todo state as property, for sorting.
3679         * org-agenda.el (org-agenda-custom-commands-local-options): Add
3680         `org-agenda-overriding-header' as an option.
3681         (org-agenda-list): Honor org-agenda-overriding-header'.
3683 2009-02-15  Carsten Dominik  <carsten.dominik@gmail.com>
3685         * org-list.el (org-toggle-checkbox): Improve cursor positioning
3686         after removing a checkbox.
3688         * org.el (org-show-entry): Make this work correctly also if it is
3689         the last entry in the file.
3690         (org-end-of-line, org-beginning-of-line): Make prefix arg work, by
3691         falling back to normal, default command.
3692         (org-ctrl-c-ctrl-c): When called with prefix arg at a non-checkbox
3693         item, call the checkbox toggler to get a box.
3695         * org-list.el (org-toggle-checkbox): Make double prefix set the
3696         checkbox to "[-]".
3697         (org-fix-bullet-type): Only replace bullet if it is changed.
3698         (org-renumber-ordered-list): Handle case when first item does not
3699         have a number.
3701         * org.el (org-add-log-setup): Fix positioning when
3702         `org-log-states-order-reversed' is nil.
3704         * org-clock.el (org-clock-in): Fix positioning when
3705         `org-log-states-order-reversed' is nil.
3706         (org-clock-find-position): Fix positioning when
3707         `org-log-states-order-reversed' is nil.
3709 2009-02-14  Carsten Dominik  <carsten.dominik@gmail.com>
3711         * org-clock.el (org-clock-into-drawer): Take default from
3712         `org-log-into-drawer'.
3713         (org-clock-find-position): Look for the correct drawer.
3715         * org.el (org-log-into-drawer): Renamed from
3716         `org-log-state-notes-into-drawer'.
3717         (org-log-state-notes-into-drawer): New variable alias.
3718         (org-add-log-setup): Make drawer name default to LOGBOOK, not
3719         CLOCK.
3720         (org-insert-property-drawer): Also skip LOGBOOK drawers.
3722 2009-02-13  Carsten Dominik  <carsten.dominik@gmail.com>
3724         * org-agenda.el (org-agenda): Fix docstring.
3726         * org.el ("org-plot"): Help loading org-plot.
3727         (org-metaleft-hook, org-metaright-hook, org-metaup-hook)
3728         (org-metadown-hook, org-shiftmetaleft-hook)
3729         (org-shiftmetaright-hook, org-shiftmetaup-hook)
3730         (org-shiftmetadown-hook, org-metareturn-hook): New hooks.
3731         (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
3732         (org-shiftmetadown, org-metaleft, org-metaright, org-metaup)
3733         (org-metadown, org-ctrl-c-ctrl-c): Call the appropriate hook.
3735         * org-publish.el (org-publish-get-base-files): Allow symbol `any'
3736         for selecting files with any (and even without) extension.
3738         * org.el (org-save-all-org-buffers): Also save id locations.
3739         (org-revert-all-org-buffers): Also load id locations.
3741 2009-02-12  Carsten Dominik  <carsten.dominik@gmail.com>
3742         * org.el (org-drawers): Add LOGBOOK to the default drawers.
3743         (org-log-state-notes-into-drawer): New option.
3744         (org-add-log-setup): Place the sate note marker into the drawer,
3745         create drawer when necessary.
3746         (org-refile-targets): Document special interpretation of LEVEL
3747         when odd-levels are used.
3749 2009-02-12  Carsten Dominik  <carsten.dominik@gmail.com>
3751         * org.el (org-store-log-note): Fix note indentation when adding
3752         notes to end of list.
3754         * org-exp.el (org-export-as-html): Add TODO keyword as extra
3755         class, so that each keyword can get special colors through CSS.
3757         * org-clock.el (org-clock-out): Add another nil for the previous
3758         state into the call to `org-add-log-setup'.
3760         * org.el (org-log-note-previous-state): New variable.
3761         (org-log-note-headings): New %S escape for old state.
3762         (org-todo): Call the note setup with the old state as an
3763         argument.
3764         (org-add-note): Add another nil for the previous state into the
3765         call to `org-add-log-setup'.
3766         (org-add-log-setup): New argument PREV-STATE.
3767         (org-add-log-note): Handle new %S escape.
3768         (org-store-log-note): Handle new %S escape.
3770 2009-02-11  Carsten Dominik  <carsten.dominik@gmail.com>
3772         * org-clock.el (org-clock-find-position): Do not swallow an item
3773         less indented than the CLOCK line itself.
3774         (org-clock-in): Push markers to lin after the clock line.
3775         (org-clock-find-position): Handle values of
3776         `org-clock-into-drawer' smaller than 2.
3778         * org-exp.el (org-html-level-start): Add a CSS class to section
3779         numbers.
3780         (org-export-html-toplevel-hlevel): Better documentation of the
3781         influence of this variables on H levels and css classes in
3782         export.
3784 2009-02-10  Carsten Dominik  <carsten.dominik@gmail.com>
3786         * org-agenda.el (org-agenda-custom-commands-local-options): Add
3787         timestamp and nottimestamp to the chooe menu.
3789         * org.el (org-save-all-org-buffers): Moved here from org-agenda.el.
3790         (org-revert-all-org-buffers): New command.
3792 2009-02-09  Carsten Dominik  <carsten.dominik@gmail.com>
3794         * org.el (org-return): Implement `org-return-follows-link' in the
3795         function org-return.  This is more robust than using the mouse
3796         map, I think.
3797         (org-set-regexps-and-options): Match more general #+TODO lines.
3798         (org-make-options-regexp): New optional argument EXTRA, for an
3799         extra regexp.
3800         (org-tab-follows-link): Mark as deprecated.
3802 2009-02-07  Carsten Dominik  <carsten.dominik@gmail.com>
3804         * org-exp.el (org-export-preprocess-string): Remove clock lines
3805         earlier, so that they cannot cotribute to verbatim snippets.
3807 2009-02-06  Carsten Dominik  <carsten.dominik@gmail.com>
3809         * org-exp.el (org-export-remove-or-extract-drawers): Fix regexp
3810         for finding drawers.
3811         (org-export-as-ascii, org-export-as-html): Count levels relative
3812         to the subtree header.
3813         (org-get-min-level): New optional argument OFFSET.
3814         (org-export): Make sure point is restored after popping up that
3815         window.
3817         * org.el (org-do-sort): Also take an inactive timestamp if no
3818         active one is found.
3820         * org-colview-xemacs.el (org-columns-capture-view): Copy before
3821         deleting duplicates.
3823         * org-colview.el (org-columns-capture-view): Copy before
3824         deleting duplicates.
3826         * org-exp.el (org-export-preprocess-string): Fix bug when skipping
3827         text before first headline.
3829         * org.el (org-format-latex): Do not convert LaTeX fragments in
3830         protected examples.
3832 2009-02-04  Carsten Dominik  <carsten.dominik@gmail.com>
3834         * org-exp.el (org-export-html-style-default): Use color values
3835         instead of names for XHTML validation.
3837         * org.el (org-get-scheduled-time, org-get-deadline-time): New
3838         functions.
3839         (org-return-follows-link): Revert making this the default untile
3840         issues are resolved.
3842         * org-agenda.el (org-agenda-skip-if): New conditions timestamp and
3843         nottimestamp.
3845 2009-02-02  Carsten Dominik  <carsten.dominik@gmail.com>
3847         * org.el (org-mode): Make dependence stuff work more reliably.
3848         (org-update-parent-todo-statistics): Fix bug with updating
3849         statistics cookie.
3851         * org-export-latex.el (org-export-latex-emphasis-alist): Use = and
3852         ~ as verbatim delimiters.
3854         * org-exp.el (org-export-html-format-image): New argument
3855         PAR-OPEN.
3856         (org-export-as-html): Pass par-open to
3857         `org-export-html-format-image'.
3859 2009-02-01  Carsten Dominik  <carsten.dominik@gmail.com>
3861         * org.el (org-yank-adjusted-subtrees, org-return-follows-link)
3862         (org-use-fast-todo-selection, org-tags-column): New default
3863         setting for variables, based on a poll what typical uses use.
3865         * org-agenda.el (org-agenda-sorting-strategy)
3866         (org-agenda-tags-column): New default setting for variables, based
3867         on a poll what typical uses use.
3869 2009-01-31  Carsten Dominik  <carsten.dominik@gmail.com>
3871         * org-agenda.el (org-agenda-dim-blocked-tasks): Keep dimming
3872         blocked entries from setting the blocked tag.
3874         * org-exp.el (org-export-html-footnotes-section): Use a more
3875         consistent id for footnotes.
3877         * org-export-latex.el (org-export-latex-classes): Remove the
3878         a4paper option from the default styles.
3880 2009-01-30  Carsten Dominik  <carsten.dominik@gmail.com>
3882         * org.el (org-enforce-todo-checkbox-dependencies): New option.
3883         (org-block-todo-from-checkboxes): New function.
3884         (org-todo): Make tripple prefix arg circumvent blocking.
3886         * org-timer.el (org-timer): Provide the timer feature.
3888         * org.el (org-require-autoloaded-modules): Add a few more files to
3889         the list of autoloaded modules.
3891         * org-agenda.el (org-agenda-todo): Pass ARG to `org-todo'.
3893 2009-01-29  Carsten Dominik  <carsten.dominik@gmail.com>
3895         * org-exp.el (org-export-remove-or-extract-drawers): Only remove
3896         drawers that are unprotected.
3897         (org-export-html-format-image): Make sure inlined LaTeX fragment
3898         images remain inlined.
3900         * org.el (org-toggle-ordered-property): New function.
3901         (org-mode-map): Add a key for `org-toggle-ordered-property'.
3902         (org-org-menu): Add menu entries for TODO dependencies.
3904 2009-01-28  Carsten Dominik  <carsten.dominik@gmail.com>
3906         * org.el (org-default-properties): Add ORDERED to the default
3907         properties, to get completion support for it.
3909         * org-list.el (org-update-checkbox-count): Update more than one cookie.
3911         * org.el (org-update-parent-todo-statistics): Update more than one
3912         cookie.
3914         * org-agenda.el (org-agenda-get-todos): Start search from correct
3915         position.
3917         * org.el (org-fast-todo-selection): Make sure TODO selection does
3918         not change buffer position.
3920         * org-list.el (org-toggle-checkbox): Implement adding or removing
3921         checkboxes from line or region when called with a prefix
3922         argument.
3924         * org-rmail.el (org-rmail-store-link): Protect the call to
3925         `rmail-narrow-to-non-pruned-header'.
3927         * org-clock.el (org-clock-special-range): Fix week display in
3928         clock tables.
3930         * org-exp.el (org-get-current-options): Fix bug when in indirect
3931         buffer.
3933 2009-01-27  Carsten Dominik  <carsten.dominik@gmail.com>
3935         * org-agenda.el (org-agenda-dim-blocked-tasks): New option.
3936         (org-finalize-agenda): Call `org-agenda-dim-blocked-tasks'.
3937         (org-agenda-dim-blocked-tasks): New function.
3939         * org.el (org-enforce-todo-dependencies): New option.
3940         (org-block-todo-from-children-or-siblings): New function.
3942         * org-faces.el (org-agenda-dimmed-todo-face): New face.
3944         * org.el (org-todo): Return correct state type even if the blocker
3945         throws an error.
3946         (org-modifier-cursor-error): Renamed from
3947         `org-shiftcursor-error'.
3948         (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
3949         (org-shiftmetadown): Call `org-modifier-cursor-error'.
3951         * org-agenda.el (org-agenda-todo): Call `org-todo' interactively,
3952         to get real errors from the blocker hook.
3954         * org.el (org-shiftselect-error, org-call-for-shift-select): New
3955         functions.
3956         (org-set-visibility-according-to-property): Turn off the setting
3957         of `org-show-entry-below', to avoid overruling a FOLDED visibility
3958         property.
3960 2009-01-26  Carsten Dominik  <carsten.dominik@gmail.com>
3962         * org.el (org-support-shift-select): New option.
3963         (org-shiftup, org-shiftdown, org-shiftright, org-shiftleft)
3964         (org-shiftcontrolright, org-shiftcontrolleft): Support for shift
3965         selection outside contexts.
3967         * org-list.el (org-at-item-bullet-p): New function.
3969         * org-jsinfo.el (org-infojs-handle-options): Remove unnecessary
3970         variables.
3972         * org-footnote.el (org-footnote-normalize): Remove unnecessary
3973         variable.
3974         (org-insert-footnote-reference-near-definition): Remove
3975         unnecessary let form.
3977         * org-export-latex.el (org-export-latex-first-lines): Add
3978         OPT-PLIST parameter.
3979         (org-export-as-latex): Call `org-export-latex-first-lines' with
3980         opt-plits parameter.
3981         (org-export-latex-preprocess): Remove unnecessary variables.
3983         * org-exp.el (org-infile-export-plist)
3984         (org-export-add-options-to-plist, org-export-kill-licensed-text)
3985         (org-export-remove-headline-metadata)
3986         (org-export-get-title-from-subtree, org-get-min-level)
3987         (org-html-do-expand): Remove innecessary let form.
3989         * org-colview-xemacs.el (org-columns-display-here): Remove
3990         unnecessary variables.
3992         * org-colview.el (org-columns-display-here): Remove unnecessary
3993         variables.
3995         * org-bbdb.el (org-bbdb-anniversaries): Remove unnecessary
3996         variables.
3998         * org-id.el (org-id-alist-to-hash, org-id-find-id-in-file): Remove
3999         unnecessary variables.
4001         * org-agenda.el (org-search-view, org-agenda-get-blocks)
4002         (org-agenda-filter-by-tag, org-agenda-action): Remove unnecessary
4003         variables.
4005         * org.el (org-set-emph-re): Clean-up the STACKED stuff.
4006         (org-compact-display-after-subtree-move): Remove unnecessary
4007         variables.
4008         (org-edit-fixed-width-region): Remove unnecessary variables.
4009         (org-edit-src-find-region-and-lang): Remove unnecessary variables.
4010         (org-olpath-completing-read): Remove unnecessary variable.
4011         (org-auto-repeat-maybe): Remove unnecessary variable.
4012         (org-map-entries): Remove unnecessary variable.
4013         (org-buffer-property-keys, org-imenu-get-tree)
4014         (org-speedbar-set-agenda-restriction): Remove unnecessary variables.
4016 -----------------------------------------------------------------
4018 2009-01-26  Carsten Dominik  <carsten.dominik@gmail.com>
4019         * org-exp.el (org-export-remove-timestamps): Never remove
4020         timestamps from tables.
4022         * org-export-latex.el (org-export-latex-first-lines): Add more
4023         options to the preprocessing of the text before the first
4024         headline.
4026 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
4028         * org-faces.el (org-clock-overlay): Make face compatible with
4029         XEmacs.
4031         * org.el (org-yank): Add property for delete-selection mode.
4033         * org-exp.el (org-export-as-html): Turn \par into a paragraph.
4035         * org.el (org-agenda-tags-todo-honor-ignore-options): Declare
4036         variable.
4038         * org-table.el (org-table-insert-hline): Fix typo in fuction call
4039         to `backward-char'.
4041         * org-exp.el (org-export-as-html): Remove the initial space from
4042         colon examples.
4044         * org.el (org-scan-tags): Call
4045         `org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item'.
4047         * org-agenda.el (org-agenda-todo-list, org-agenda-match-view): New
4048         customization groups.
4049         (org-agenda-tags-todo-honor-ignore-options): New option.
4050         (org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item):
4051         New function.
4052         (org-agenda-get-todos): Use
4053         `org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item'.
4055 2009-01-24  Carsten Dominik  <carsten.dominik@gmail.com>
4057         * org-exp.el (org-export-format-source-code-or-example): Escape
4058         HTML characters also in examples that anre not treated with
4059         htmlize.  Also, just switch to EXAMPLE processing if we do not
4060         have a good version of htmlize.
4062         * org-rmail.el: Fix copyright notice.
4064         * org.el (org-activate-footnote-links): Improve footnote link
4065         highlighting.
4067         * org-footnote.el (org-footnote-normalize): Fix finding the end of
4068         a footnote definition at the end of the file.
4070         * org-table.el (org-table-get-specials): Add an imagined hline at
4071         the end of the table.  This can be useful for references that want
4072         to go to the end of the table.  Also fix bug when computing last
4073         row constants, in tables that do not start right at the right
4074         margin.
4075         (org-table-eval-formula): Match and replace remove references.
4076         (org-table-formula-substitute-names): Make sure that names inside
4077         a "remote" call are left alone, the will be replaced later when
4078         the remote call is handled.
4079         (org-table-convert-refs-to-rc): Do not convert things that might
4080         look like a reference, but are really part of an ID or namei n a
4081         remote reference.
4082         (org-table-get-remote-range): New function.
4084 2009-01-22  Carsten Dominik  <carsten.dominik@gmail.com>
4086         * org-faces.el (org-clock-overlay): Fix bug in face definition.
4088         * org-clock.el (org-clock-put-overlay): Use new face instead of
4089         `secondary-selection'.
4091         * org-faces.el (org-clock-overlay): New face.
4093 2009-01-21  Carsten Dominik  <carsten.dominik@gmail.com>
4095         * org-exp.el (org-get-current-options): Include the option for
4096         publishing time stamps.
4098         * org.el (org-toggle-heading): Renamed from
4099         `org-toggel-region-headings'.
4100         No longer needs a region defined, but will use it if there is one.
4101         (org-ctrl-c-star): Simplified, relying more on the internal
4102         workings of `org-toggle-heading'.
4103         (org-toggle-item): Renamed from `org-toggle-region-items'.
4104         No longer needs a region defined, but will use it if there is one.
4105         (org-ctrl-c-minus): Simplified, relying more on the inernal
4106         workings of `org-toggle-item'.
4108         * org-export-latex.el (org-export-latex-preprocess): Fix bug in
4109         environment detection.  Also, do real changes only in unprotected
4110         places.
4112 2009-01-20  Carsten Dominik  <carsten.dominik@gmail.com>
4114         * org-export-latex.el (org-export-latex-quotation-marks): Use
4115         `org-if-unprotected-1'.
4116         (org-export-latex-set-initial-vars): Check for class definition in
4117         property.
4119         * org-macs.el (org-if-unprotected-1): New macro.
4121 2009-01-19  Carsten Dominik  <carsten.dominik@gmail.com>
4123         * org-compat.el (org-count-lines): New function.
4125         * org-exp.el (org-export-format-source-code-or-example): Handle
4126         switches related to text areas.
4128         * org.el (org-activate-footnote-links): Don't allow match inside a
4129         link.
4131         * org-footnote.el (org-footnote-re): Don't allow match inside a link.
4133         * org-export-latex.el (org-export-latex-links): Keep a relative
4134         path relative also after export.
4136         * org-exp.el (org-export-html-scripts): Fix HTML snippet.
4138         * org.el (org-make-tags-matcher): Never use IDO for completing the
4139         tags matcher match string.
4140         (org-completing-read): Also remove the special biding for "?".
4142         * org-attach.el (org-attach-allow-inheritance): New option.
4143         (org-attach-inherited): New variable.
4144         (org-attach-dir): Handle properties related to the attachment
4145         directory.
4146         (org-attach-check-absolute-path): New function.
4147         (org-attach-set-directory, org-attach-set-inherit): New commands.
4148         (org-attach): Accommodate the new commands in the dispatcher.
4150 2009-01-18  Carsten Dominik  <carsten.dominik@gmail.com>
4152         * org-compat.el (org-fit-window-to-buffer): Fix bug with using
4153         `window-full-width-p'.
4155         * org-exp.el (org-export-as-html): Only check for images files
4156         that really can be inlined
4158         * org.el (org-image-file-name-regexp, org-file-image-p): Allow the
4159         list of extensions to be a parameter.
4161         * org-exp.el (org-export-html-inline-image-extensions): New
4162         variable.
4164         * org-agenda.el (org-prepare-agenda): Use
4165         `org-agenda-block-separator'.
4166         (org-agenda-block-separator): New option.
4168 2009-01-17  Carsten Dominik  <carsten.dominik@gmail.com>
4170         * org-export-latex.el (org-export-latex-tables): Call
4171         `org-table-clean-before-export' with the new optional argument.
4173         * org-exp.el (org-table-clean-before-export): New optional
4174         parameter MAYBE-QUOTED, allows for quoted characters like \# in
4175         first column.
4177 2009-01-16  Carsten Dominik  <carsten.dominik@gmail.com>
4179         * org-plot.el (org-plot/gnuplot): Fix text-ind parameter for
4180         histograms.
4182         * org-colview.el (org-colview-construct-allowed-dates): Better
4183         error catching when a date/time property does not have allowed
4184         values defined.
4186         * org-colview-xemacs.el (org-colview-construct-allowed-dates):
4187         Better error catching when a date/time property does not have
4188         allowed values defined.
4190 2009-01-14  Carsten Dominik  <carsten.dominik@gmail.com>
4192         * org.el (org-map-entries): Restore point and restriction after
4193         `org-map-entries'.
4195 2009-01-13  Carsten Dominik  <carsten.dominik@gmail.com>
4197         * org.el (org-time=, org-time<, org-time<=, org-time>)
4198         (org-time>=, org-time<>): Make sure both values are dates.
4200 2009-01-11  Carsten Dominik  <carsten.dominik@gmail.com>
4202         * org-archive.el (org-extract-archive-heading): Allow %s for file
4203         name also in achive location heading.
4205 2009-01-10  Carsten Dominik  <carsten.dominik@gmail.com>
4207         * org-archive.el (org-add-archive-files): Uniquify the list before
4208         returning it.
4210 2009-01-09  Carsten Dominik  <carsten.dominik@gmail.com>
4212         * org-compat.el (org-fit-window-to-buffer): Use
4213         `window-full-width-p'.
4215         * org-export-latex.el (org-export-latex-fixed-width): Enforce the
4216         space after the colon in short examples.
4218         * org-exp.el (org-export-protect-colon-examples): Rewritten, to
4219         enforce a space after the colon.  However, we also allow lines
4220         that are *only* a colon.
4221         (org-export-as-html): Enforce the space after the colon in short
4222         examples.
4223         (org-export-preprocess-string): Do the colon example protection
4224         earlier.
4225         (org-export-remove-timestamps): Do not check for protection at the
4226         end of the line.
4228 2009-01-08  Carsten Dominik  <carsten.dominik@gmail.com>
4230         * org.el (org-format-latex-options): Add new matcher for single
4231         letters between dollars.
4232         (org-get-header): Function removed.
4233         (org-heading-components): New function.
4235         * org-exp.el (org-export-define-heading-targets): Record ID's also
4236         as alternative targets.
4237         (org-export-as-html): Interpret "id:" links to other files by
4238         preserving the relative path.
4240         * org-jsinfo.el (org-infojs-handle-options): Catch the case if v
4241         is nil.
4243         * org-exp.el (org-export-normalize-links): Protect the main link,
4244         to avoid special character processing.
4246         * org-export-latex.el (org-export-latex-special-keyword-regexp):
4247         New variable.
4248         (org-export-latex-special-string-regexps): Variable removed.
4249         (org-export-latex-keywords): Use the new regexp.
4251         * org-exp.el (org-export-handle-include-files): Fetch switches and
4252         put them into the BEGIN statement.
4254         * org-timer.el (org-timer-mode-line-string): New variable.
4256         * org-clock.el (org-clock-mode-line-map): Renamed from
4257         `org-clock-mode-map'.
4258         (org-clock-mode-line-timer): Renamed from `org-mode-line-timer'.
4259         (org-clock-update-mode-line): Renamed from `org-update-mode-line'.
4260         (org-clock-put-overlay): Renamed from `org-put-clock-overlay'.
4261         (org-clock-remove-overlays): Renamed from
4262         `org-remove-clock-overlays'.
4264         * org-timer.el (org-timer-pause-or-continue): Implement stopping
4265         and mode line display.
4266         (org-timer-stop): New command.
4267         (org-timer-seconds): Return correct time when timer is paused.
4268         (org-timer-mode-line-timer): New variable.
4269         (org-timer-set-mode-line, org-timer-update-mode-line): New
4270         functions.
4272         * org.el (org-insert-heading):  Handle new value `auto' for
4273         `org-blank-before-new-entry'.
4274         (org-org-menu): Add new items for timer functions.
4276         * org-list.el (org-insert-item): Handle new value `auto' for
4277         `org-blank-before-new-entry'.
4279         * org.el (org-blank-before-new-entry): New value `auto', made
4280         default.
4282 2009-01-07  Carsten Dominik  <carsten.dominik@gmail.com>
4284         * org-exp.el (org-export-normalize-links): If the link is also
4285         used as the description, protect the description.
4287 2009-01-06  Carsten Dominik  <carsten.dominik@gmail.com>
4289         * org.el (org-closest-date): Fix bug with yearly repeats, in
4290         combination with preference of the past as it is used for deadline
4291         and scheduling search.
4293         * org-exp.el (org-html-handle-time-stamps): No longer check for
4294         the `org-export-with-timestamps' option, because the preprocesser
4295         has taken care of this already.
4297         * org.el (org-entry-properties): Catch the case when this is
4298         called in a non-org-mode file.
4300         * org-export-latex.el (org-export-latex-remove-from-headlines):
4301         Variable made obsolete, also LaTeX export now uses the standard
4302         variables.
4303         (org-export-as-latex): Add the timestamps parameter to the
4304         preprocessor parameter list.
4305         (org-export-latex-content): Export the remaining keywords without
4306         considering to remove them.
4307         (org-export-latex-keywords-maybe): Make the REMOVE-LIST optional.
4308         Use bold font instead of tt font for the keywords.
4309         (org-export-latex-fontify-headline): Format headlines, assuming
4310         that all keywords still present should be published.
4311         (org-export-latex-keywords): Remove argument TIMESTAMPS and just
4312         publish what ever remains of the time stamps.
4313         (org-export-latex-list-parameters): New option.
4314         (org-export-latex-lists): Pass additional parameters to the list
4315         converter.
4317         * org-exp.el (org-export-preprocess-string): Remove clock lines
4318         and timestamps already in the preprocesor.
4319         (org-export-remove-timestamps, org-export-remove-clock-lines): New
4320         functions.
4321         (org-export-as-ascii, org-export-as-html): Add the timestamps
4322         parameter to the preprocessor parameter list.
4324         * org-list.el (org-list-parse-list): Parse for checkboxes.
4325         (org-list-to-generic): Introduce and handle new parameters :cbon
4326         and :cboff.
4327         (org-list-to-latex, org-list-to-html, org-list-to-texinfo): Add
4328         optional parameter PARAMS.
4330         * org-export-latex.el (org-export-latex-special-chars): Fix
4331         problems with interpreting dollar signs.
4332         (org-inside-latex-math-p): New function.
4333         (org-export-latex-preprocess): Protect all the math fragments.
4335         * org.el (org-latex-regexps): Allow a dash after a dollar.
4337         * org-w3m.el (org-w3m-copy-for-org-mode): Always deactivate the
4338         mark after copying.
4340         * org-agenda.el (org-run-agenda-series): Have series options set
4341         when finalizing the agenda.
4343         * org-exp.el (org-export-format-source-code-or-example): Protect
4344         the converted examples.
4346         * org.el (org-set-regexps-and-options): Fix the regexp
4347         `org-complex-heading-regexp'.
4349 2009-01-05  Carsten Dominik  <carsten.dominik@gmail.com>
4351         * org.el (org-edit-src-get-label-format): New function.
4352         (org-coderef-label-format): New option.
4353         (org-edit-src-code, org-edit-src-find-region-and-lang): Parse for
4354         a label format specification and make sure it is used in the edit
4355         buffer.
4356         (org-edit-src-get-label-format): New function.
4357         (org-store-link): Handle new coderef formats.
4358         (org-link-search): Handle new coderef formats.
4360         * org-footnote.el (org-footnote-create-definition)
4361         (org-footnote-goto-local-insertion-point): Make footnote insertion
4362         work correctly when the "Footnotes" headline is the last line in
4363         the buffer.
4365         * org.el (org-goto-marker-or-bmk): Expose context after jumping to
4366         the location.
4368 2009-01-04  Carsten Dominik  <carsten.dominik@gmail.com>
4370         * org-w3m.el (org-w3m): New customization group.
4371         (org-w3m-deactivate-mark): New option.
4372         (org-w3m-copy-for-org-mode): Deactivate region, unless the user
4373         option say not to.
4375 2009-01-02  Carsten Dominik  <carsten.dominik@gmail.com>
4377         * org.el (org-set-font-lock-defaults): Trigger footnote
4378         fontification.
4379         (org-activate-footnote-links): New function.
4380         (org-activate-links): New entry `footnote'.
4382         * org-faces.el (org-footnote): New face.
4384 2009-01-01  Carsten Dominik  <carsten.dominik@gmail.com>
4386         * org-macs.el (org-re): Handle the [:word:] class.
4388         * org-exp.el (org-export-preprocess-string): Call
4389         `org-export-protect-colon-examples'.
4390         (org-export-protect-colon-examples): Renamed from
4391         `org-export-protect-examples', and scope limited to lines starting
4392         with a colon.
4394 2008-12-31  Carsten Dominik  <carsten.dominik@gmail.com>
4396         * org-exp.el (org-export-preprocess-string): Move the preprocess
4397         hook to after turning on Org-mode.
4398         (org-export-preprocess-after-include-files-hook)
4399         (org-export-preprocess-after-tree-selection-hook)
4400         (org-export-preprocess-before-backend-specifics-hook)
4401         (org-export-preprocess-final-hook): New hooks.
4402         (org-export-preprocess-string): Run the new hooks.
4404         * org.el (org-ctrl-c-minus): Fix indentation for new items.
4406         * org-footnote.el: New file.
4408         * org.el (org-footnote): Require footnote code.
4409         (org-startup-options): Add new footnote options.
4410         (org-mode-map): New keybindig for footnotes.
4411         (org-ctrl-c-ctrl-c): Add function at footnotes.
4412         (org-org-menu): New menu entries for footnotes.
4414         * org-export-latex.el (org-export-as-latex): Pass footnote
4415         variable to preprocessor.
4416         (org-export-latex-preprocess): Treat multiple references to a
4417         footnote.
4419         * org-exp.el (org-export-preprocess-string): Call
4420         `org-footnote-normalize'.
4421         (org-export-as-ascii, org-export-as-html): Pass footnote variable
4422         to preprocessor.
4423         (org-export-as-html): Treat multiple references to a footnote.
4425 2008-12-26  Carsten Dominik  <carsten.dominik@gmail.com>
4427         * org-export-latex.el (org-export-latex-links): Handle coderef
4428         links.
4430         * org.el (org-bracket-link-analytic-regexp++): New variable.
4431         (org-make-link-regexps): Initialize
4432         `org-bracket-link-analytic-regexp++'.
4433         (org-store-link): Implement special case in edit-src buffer.
4434         (org-insert-link): No use of ide to insert stored links.
4435         (org-link-search): Implement special case for coderefs.
4437         * org-exp.el (org-export-html-scripts): New constant.
4438         (org-export-html-style-default): Add a new style for highlighted
4439         code.
4440         (org-export-code-refs): New variable.
4441         (org-export-preprocess-string): Initialize `org-export-code-refs'.
4442         Call `org-export-replace-src-segments-and-examples'
4443         No longer call `org-export-protect-examples'.
4444         (org-export-target-internal-links): Take care of coderef targets.
4445         (org-export-last-code-line-counter-value): New variable.
4446         (org-export-replace-src-segments-and-examples): Renamed from
4447         `org-export-replace-src-segments', and modified.
4448         (org-export-format-source-code-or-example): Renamed from
4449         `org-export-format-source-code'.
4450         (org-export-number-lines): New function.
4451         (org-export-as-ascii, org-export-as-html): Handle coderef links.
4453 --------------------------------------------------------------------------
4455 2008-12-23  Carsten Dominik  <carsten.dominik@gmail.com>
4457         * org-remember.el (org-remember-handler): Safer way to get a new
4458         buffer accessing the target file.
4460         * org.el (org-refile-get-location): Handle case of current buffer
4461         not having a file associated with it.
4463 2008-12-22  Carsten Dominik  <carsten.dominik@gmail.com>
4465         * org-table.el (org-table-get-formula): Only ask to overwrite
4466         field formula if there really is one.
4468         * org-id.el (org-id-find): Allow the ID to be a symbol or a
4469         number, by converting these to a string.
4471         * org-colview.el (org-dblock-write:columnview): Allow ID to be
4472         located in a different file.
4474         * org-colview-xemacs.el (org-dblock-write:columnview): Copy from
4475         org-colview.el.
4477 2008-12-21  Carsten Dominik  <carsten.dominik@gmail.com>
4479         * org.el (org-completion-use-ido): Enhance docstring of
4480         `org-completion-use-ido'.
4482         * org-export-latex.el (org-export-latex-make-header): Double the %
4483         in the time stamp format.
4484         (org-export-latex-special-chars): Handle case where there is no
4485         match group 3.
4487 2008-12-20  Carsten Dominik  <carsten.dominik@gmail.com>
4489         * org.el (org-get-refile-targets, org-refile-get-location): Use
4490         expanded file name to improve comparison.
4492 2008-12-19  Carsten Dominik  <carsten.dominik@gmail.com>
4494         * org.el (org-scan-tags): Rescan for tags, to get the correct
4495         upcase/downcase stuff.  This slows things down for now, but it
4496         works.
4497         (org-mode): Make sure the tag-faces regexp is initialized.
4499         * org-export-latex.el (org-export-latex-links): Fix bug with
4500         undefined label.
4502         * org-table.el (org-table-get-specials): Set
4503         `org-table-current-last-data-line'.
4504         (org-table-current-last-data-line): New variable.
4505         (org-table-insert-column, org-table-delete-column)
4506         (org-table-move-column, org-table-fix-formulas): Call
4507         `org-table-fix-formulas' a second time to fix the $LR references.
4508         (org-table-get-specials): Add the $LR references to the tables.
4509         (org-table-get-formula): Do not offer last-row names as LHS of
4510         formulas.
4512         * org.el (org-store-link): Capture link description from
4513         `org-id-store-link'.
4515         * org-exp.el (org-export-html-format-image): Add the / to the end
4516         of the <img> tag.
4517         (org-export-format-source-code): Surround example by empty lines,
4518         to make sure it will not be inside a paragraph.
4520         * org.el (org-ido-switchb): New function.
4522 2008-12-18  Carsten Dominik  <carsten.dominik@gmail.com>
4524         * org-agenda.el (org-agenda-show): New prefix argument
4525         FULL-ENTRY.
4527         * org.el (org-sort-entries-or-items): Add a COMPARE-FUNC
4528         argument.
4530         * org-agenda.el (org-agenda-set-tags): Leave getting the tags to
4531         `org-agenda-change-all-lines'.
4532         (org-agenda-change-all-lines): Removed FORCE-TAGS argument, the
4533         tags are now retrieved locally.
4535 2008-12-17  Carsten Dominik  <carsten.dominik@gmail.com>
4537         * org.el (org-get-outline-path): Fix bug if level is not given.
4538         (org-org-menu): Do not quote function in menu vector.
4540         * org-agenda.el (org-finalize-agenda): Fix typo with variable
4541         name.
4543 2008-12-16  Carsten Dominik  <carsten.dominik@gmail.com>
4545         * org.el (org-refile): Avoid refiling to within the region to be
4546         refiled.
4548         * org-export-latex.el (org-export-latex-special-chars): Replace
4549         special characters also in tables.
4551         * org-agenda.el (org-agenda-change-all-lines): New argument
4552         FORCE-TAGS.
4553         (org-agenda-set-tags): Cet the new tags and pass them to
4554         `org-format-agenda-item'.
4556 2008-12-15  Carsten Dominik  <carsten.dominik@gmail.com>
4558         * org-export-latex.el (org-export-latex-classes): Add longable as
4559         a default package to all classes.
4560         (org-export-latex-tables): Handle the longtable attribute and the
4561         align attribute.
4563         * org-table.el (orgtbl-to-generic): Handle tables that start with
4564         a hline.
4566         * org-export-latex.el (org-export-latex-emphasis-alist): Switch to
4567         \verb for colde-like snippets.
4568         (org-export-as-latex): Fix issues with region export.
4570         * org.el (org-up-heading-safe): Speed up function by using a
4571         direct regexp search.
4572         (org-olpa): New variable.
4573         (org-get-outline-path): Speed-up path constructions in cases where
4574         this is possible because the entire hierarchy is scanned anyway.
4575         (org-refile-get-location): Don't compare the truenames of files,
4576         this is too slow.
4577         (org-goto-max-level): New option.
4578         (org-goto): Use `org-goto-max-level'.
4580 2008-12-12  Tassilo Horn  <tassilo@member.fsf.org>
4582         * org-gnus.el (org-gnus-article-link, org-gnus-article-link):
4583         Strip angle brackets from message-ids in the former and don't do
4584         it in the latter.
4585         (org-gnus-follow-link): Open summary reliable, even if the last
4586         messages were deleted, and handle empty groups, too.
4588 2008-12-12  Carsten Dominik  <carsten.dominik@gmail.com>
4590         * org-export-latex.el (org-export-latex-emphasis-alist): Use \verb
4591         instead of \texttt for the =...= and ~===~ emphasis environments.
4592         (org-export-as-latex): Remove any old :org-license-to-kill text
4593         properties.
4594         (org-export-as-latex): Pass RBEG to `org-export-latex-first-lines'.
4595         (org-export-latex-make-header): Add some hard space after the
4596         table of contents.
4597         (org-export-latex-first-lines): Accept RBEG argument.  Mark
4598         exported text so that it will be excuded in further steps.
4600         * org-table.el (org-table-get-specials): Make @0 reference the
4601         last line in a table.
4602         (org-table-recalculate): Improve docstring.
4604 2008-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
4606         * org.el (org-log-done): Fix docstring.
4608 2008-12-10  Carsten Dominik  <carsten.dominik@gmail.com>
4610         * org-exp.el (org-export-html-format-image): Fix bugs.
4612         * org-export-latex.el (org-export-latex-tables)
4613         (org-export-latex-links): Implement attribute, label, and caption
4614         handling.
4616         * org-exp.el (org-export-html-style-default): Add style
4617         definitions for the figure div.
4618         (org-export-preprocess-string, org-export-as-html): Implement
4619         attribute, label, and caption handling.
4620         (org-export-attach-captions-and-attributes): New function.
4621         (org-export-html-format-image): New function.
4622         (org-format-org-table-html): Implement attribute, label, and
4623         caption handling.
4625         * org.el (org-find-text-property-in-string): New function.
4626         (org-extract-attributes): Use the property org-attr instead of
4627         org-attrobutes, because this property is now set with the #+ATTR
4628         lines.
4630 2008-12-08  Carsten Dominik  <carsten.dominik@gmail.com>
4632         * org-compat.el (org-substring-no-properties): Fix for XEmacs, for
4633         the case that FROM is nil.
4635         * org.el (org-before-first-heading-p): New function.
4637 2008-12-07  Carsten Dominik  <carsten.dominik@gmail.com>
4639         * org-exp.el (org-export-as-html): Do not add a space before
4640         enforces line breaks.
4641         (org-export-as-html): Close paragraph before blockquote and verse
4642         tags.
4644 2008-12-06  Carsten Dominik  <carsten.dominik@gmail.com>
4646         * org-id.el (org-id-locations-file): Wrap file name with
4647         `convert-standard-filename'.
4648         (org-id-files): New variable.
4649         (org-id-use-hash): New option.
4650         (org-id-update-id-locations): Also search in all files current
4651         listed in `org-id-files'.  Convert the resulting alist to a hash
4652         if the user customation says so.
4653         (org-id-locations-save): Handle he case if `org-id-locations' is a
4654         hash.
4655         (org-id-locations-load): Convert the alist to a hash.
4656         (org-id-add-location): Handle the hast case.
4657         (kill-emacs-hook): Make sure id locations are saved when Emacs is
4658         exited.
4659         (org-id-hash-to-alist, org-id-alist-to-hash)
4660         (org-id-paste-tracker): New functions.
4662 -------------------------------------------------------------------------
4664 2008-12-05  Carsten Dominik  <carsten.dominik@gmail.com>
4666         * org-agenda.el (org-agenda-goto-calendar): Remove duplicate let
4667         bindings of calendar variables.
4669         * org-table.el (org-table-find-row-type): Renamed from
4670         `org-find-row-type'.
4671         (org-table-rewrite-old-row-references): Renamed from
4672         `org-rewrite-old-row-references'.
4673         (org-table-shift-refpart): Renamed from `org-shift-refpart'.
4674         (org-table-cleanup-narrow-column-properties): Renamed from
4675         `org-cleanup-narrow-column-properties'.
4677 2008-12-05  Carsten Dominik  <carsten.dominik@gmail.com>
4679         * org-table.el (org-find-row-type): New arguments DESC and CLINE,
4680         for better error messages.
4681         (org-table-get-descriptor-line): Supply the new arguments to
4682         `org-find-row-type'.
4683         (org-table-error-on-row-ref-crossing-hline): New option.
4685         * org.el (org-target-link-regexp): Make buffer-local.
4686         (org-move-subtree-down): Fix bug with trees at beginning of
4687         buffer.
4689 2008-12-04  Carsten Dominik  <carsten.dominik@gmail.com>
4691         * org-faces.el (org-set-tag-faces): New function.
4692         (org-tags-special-faces-re): New variable.
4694         * org.el (org-font-lock-add-tag-faces, org-get-tag-face): New functions.
4696         * org-faces.el (org-tag-faces): New option.
4697         (org-tag): Mention `org-tag-faces' in the docstring.
4699 2008-12-03  Carsten Dominik  <carsten.dominik@gmail.com>
4701         * org-exp.el (org-export-html-style-default): Implement new
4702         quoting.
4704         * org-jsinfo.el (org-infojs-template): Implement new quoting.
4706         * org-w3m.el (w3m-minor-mode-hook): Also add the special copy
4707         command to the `w3m-minor-mode-map'.
4709         * org-archive.el (org-archive-to-archive-sibling): Protect
4710         `this-command' to avoid appending kills during archiving.
4712         * org-exp.el (org-export-with-priority): New variable.
4713         (org-export-add-options-to-plist): Use `org-export-plist-vars'
4714         instead of internal list of strings and properties.
4715         (org-print-icalendar-entries): Retrieve the location property with
4716         inheritance.
4718 2008-12-02  Carsten Dominik  <carsten.dominik@gmail.com>
4720         * org-exp.el (org-export-with-todo-keywords): New option.
4721         (org-export-plist-vars): Include also the keys for the #+OPTIONS
4722         line.
4723         (org-default-export-plist, org-export-add-options-to-plist)
4724         (org-export-as-ascii, org-export-as-html): Use the new structure
4725         of `org-export-plist-vars'.
4727         * org.el (org-map-entries): Return all values.
4729 2008-11-29  Carsten Dominik  <carsten.dominik@gmail.com>
4731         * org.el (org-matcher-time): Recognize more special values.
4733         * org-gnus.el (fboundp): Fix defvaralias for XEmacs.
4735 2008-11-27  Carsten Dominik  <carsten.dominik@gmail.com>
4737         * org.el (org-tags-exclude-from-inheritance): New option.
4738         (org-tag-inherit-p, org-remove-uniherited-tags): Respect
4739         `org-tags-exclude-from-inheritance'.
4741         * org-agenda.el (org-agenda-show-inherited-tags): New option.
4742         (org-format-agenda-item): Add inherited tags to the agenda line
4743         string, and make sure that properties are kept when downcasing the
4744         tags list.
4745         (org-agenda-add-inherited-tags): New function.
4746         (org-downcase-keep-props): New function.
4748         * org.el (org-scan-tags): Mark inherited tags with a text
4749         property.
4750         (org-get-tags-at): Mark inherited tags with a text property.
4751         (org-add-prop-inherited): New function.
4753         * org-agenda.el (org-agenda-add-inherited-tags): New function.
4754         (org-agenda-show-inherited-tags): New option.
4756 2008-11-26  Carsten Dominik  <carsten.dominik@gmail.com>
4758         * org.el (org-modules): Add org-w3m to the default modules.
4760         * org-table.el (orgtbl-self-insert-command): Make S-SPC work in
4761         orgtbl-mode.
4762         (orgtabl-create-or-convert-from-region): New command.
4764         * org-exp.el (org-export-as-ascii): Remove the handling of
4765         targets.
4766         (org-export-ascii-preprocess): Handle targets already in this
4767         function.
4769 2008-11-25  Carsten Dominik  <carsten.dominik@gmail.com>
4771         * org-timer.el (org-timer-start-time): Define this variable.
4772         (org-timer-item): Make argument optional.
4774         * org-list.el (org-insert-item): Automatically insert a timer item
4775         if the current list is a timer list.
4777         * org-timer.el: New file.
4779         * org-publish.el (org-publish-org-index): Only exclude the index
4780         file in the main directory from being added to the site-map.
4781         (org-publish-get-project-from-filename): If the current project is
4782         a component, start publishing from the parent project.
4784 2008-11-24  Carsten Dominik  <carsten.dominik@gmail.com>
4786         * org-table.el (orgtbl-ret): Fix RET at beginning-of-buffer.
4788         * org-publish.el (org-publish-org-index): Improve removal of
4789         temporary buffers.
4791         * org-agenda.el (org-get-closed): Re-apply changes
4792         accidentially overwritten by last commit to Emacs.
4794         * org.el (org-outline-path-complete-in-steps): New option.
4795         (org-refile-get-location): Honor
4796         `org-outline-path-complete-in-steps'.
4797         (org-agenda-change-all-lines, org-tags-sparse-tree)
4798         (org-time-string-to-absolute, org-small-year-to-year)
4799         (org-link-escape): Re-apply changes accidentially overwritten
4800         by last commit to Emacs
4802 2008-11-23  Carsten Dominik  <carsten.dominik@gmail.com>
4804         * org-clock.el (org-dblock-write:clocktable): Make sure the
4805         clocktable sees the first line.
4806         (org-clock-in): Warn if the clock cannot be resumed.
4808 2008-11-22  Carsten Dominik  <carsten.dominik@gmail.com>
4810         * org.el (org-open-at-point): Fix mixup about interactive and
4811         non-interactive elisp links.
4813 2008-11-21  Carsten Dominik  <carsten.dominik@gmail.com>
4815         * org-exp.el (org-export-preprocess-string): Allow one comment
4816         line before the first headline to always be included.  This is
4817         to not miss a commented target.
4819         * org-mouse.el (org-mouse-insert-item): Call
4820         `org-indent-to-column' instead of `indent-to', for XEmacs
4821         compatibility.
4823         * org.el (org-refile-targets): Fix customize definition so
4824         that it works also in XEmacs.
4825         (org-fixup-indentation): Call `org-indent-to-column' instead
4826         of `indent-to', for XEmacs compatibility.
4828 2008-11-21  Tokuya Kameshima  <kames@fa2.so-net.ne.jp>
4830         * org-mew.el (org-mew-store-link): Get the correct case folder
4831         for refiled messages.
4833 2008-11-21  Carsten Dominik  <carsten.dominik@gmail.com>
4835         * org-exp.el (org-export-as-ascii): Remove the "\\" forced
4836         line break indicators.
4838         * org.el (org-ido-completing-read): Remove the "i:" prefix for
4839         ido-completion propts.
4841 2008-11-21  Carsten Dominik  <carsten.dominik@gmail.com>
4843         * org-remember.el (org-remember-apply-template): Use
4844         `org-substring-no-properties'.
4846         * org-compat.el (org-substring-no-properties): New function.
4848         * org-remember.el (org-remember-apply-template): Use
4849         `org-substring-no-properties' for compatibility.
4851         * org-list.el (org-list-two-spaces-after-bullet-regexp): New
4852         option.
4853         (org-fix-bullet-type): respect
4854         `org-list-two-spaces-after-bullet-regexp'.
4856         * org-clock.el (org-clock-load): Clean up the code.
4858         * org.el (org-adaptive-fill-function): Allow two spaces after
4859         "1." as a list bullet.
4861 2008-11-20  Carsten Dominik  <carsten.dominik@gmail.com>
4863         * org-clock.el (org-clock-save, org-clock-load): Check for
4864         live buffers, existing files, and buffer file names to ensure
4865         consistent information.
4866         (org-clock-persist): Make `clock' a special value of this
4867         variable, and improve docstring.
4869         * org-list.el (org-cycle-list-bullet, org-fix-bullet-type)
4870         (org-get-string-indentation): Adapt indentation when the bullet
4871         width changes.
4873 2008-11-19  Carsten Dominik  <carsten.dominik@gmail.com>
4875         * org-remember.el (org-remember-finalize): Make interactive.
4876         (org-remember-kill): New command.
4877         (org-remember-finish-immediately): Call `org-remember-finalize'
4878         directly.
4879         (org-remember-finalize): Make `org-remember-finalize' an interactive
4880         function.
4882 2008-11-18  Carsten Dominik  <carsten.dominik@gmail.com>
4884         * org-remember.el (org-remember-apply-template): No ido completion
4885         for free prompts in remember templates.
4886         (org-remember-before-finalize-hook): New hook.
4887         (org-remember-mode): New minor mode.
4888         (org-remember-apply-template): Turn on `org-remember-mode'.
4890         * org-id.el (org-id-add-location): Avoid error when no file is
4891         given.
4893         * org-remember.el (org-remember-apply-template): Fix the way how
4894         the list of allowed properties is retrieved from the target file.
4896         * org.el (org-insert-link): Improve file link matching.
4898 2008-11-17  Carsten Dominik  <carsten.dominik@gmail.com>
4900         * org-colview.el (org-columns-display-here): New argument
4901         DATELINE, to trigger using the new face.
4902         (org-agenda-colview-summarize): Call `org-columns-display-here'
4903         with the new argument.
4905         * org-faces.el (org-agenda-column-dateline): New face.
4907         * org-publish.el (org-publish-org-index): Use index-title at page
4908         title, not as section.
4910         * org-exp.el (org-export-html-format-desc): Respect the
4911         org-protect property.
4912         (org-export-as-html): Protect image specifiers that are in the
4913         description part of a link.
4915         * org.el (org-sort-entries-or-items, org-completing-read)
4916         (org-refile-get-location, org-olpath-completing-read, org-todo)
4917         (org-show-todo-tree, org-sparse-tree, org-make-tags-matcher)
4918         (org-set-tags, org-change-tag-in-region, org-fast-tag-selection)
4919         (org-set-property, org-delete-property)
4920         (org-delete-property-globally): Use `org-ido-completing-read'.
4922         * org-remember.el (org-remember-apply-template): Use
4923         `org-ido-completing-read'.
4925         * org-publish.el (org-publish): Use `org-ido-completing-read'.
4927         * org-colview.el (org-columns-edit-value, org-columns-new)
4928         (org-insert-columns-dblock): Use `org-ido-completing-read'.
4930         * org-colview-xemacs.el (org-columns-edit-value)
4931         (org-columns-new, org-insert-columns-dblock): Use
4932         `org-ido-completing-read'.
4934         * org-attach.el (org-attach-delete-one, org-attach-open): Use
4935         `org-ido-completing-read'.
4937         * org-agenda.el (org-todo-list, org-agenda-filter-by-tag): Use
4938         `org-ido-completing-read'.
4940         * org.el (org-time-today): New function.
4941         (org-matcher-time): Use `org-time-today'.  Add special treatment
4942         for "<tomorrow>" and "<yesterday>".
4943         (org-ido-completing-read): New function.
4944         (org-completion-use-ido): New option.
4946         * org-exp.el (org-export-format-source-code): Fix bug in require
4947         htmlize code.
4948         (org-export-target-internal-links): Fix bug in search for text
4949         property.
4951 2008-11-16  Carsten Dominik  <carsten.dominik@gmail.com>
4953         * org-export-latex.el (org-export-latex-subcontent): Interprete
4954         target aliases as additonal labels.
4956         * org-exp.el (org-export-target-aliases): New variable.
4957         (org-export-preprocess-string)
4958         (org-export-handle-invisible-targets): Fill the alias alist.
4959         (org-export-as-html): Remove the &nbsp; from the anchor, and also
4960         assign an id.
4961         (org-html-level-start): Insert the target aliases as additonal
4962         anchors.
4964         * org.el (org-edit-fixed-width-region): Fix bug when starting a new
4965         picture area.
4967 2008-11-15  Carsten Dominik  <carsten.dominik@gmail.com>
4969         * org.el (org-open-at-mouse): Ensure correct link abbreviations
4970         when following a link with the mouse from the agenda.
4972         * org-exp.el (org-export-as-html): Avoid lone </div> when no
4973         headlines are created.
4975 2008-11-14  Carsten Dominik  <carsten.dominik@gmail.com>
4977         * org-exp.el (org-export-preprocess-string): Reorder so that we
4978         can still see ID properties when we collect targets.
4979         (org-export-target-internal-links): Also store targets for ID's.
4981         * org.el (org-link-translation-function): New option.
4982         (org-open-at-point): Call `org-link-translation-function' if
4983         non-nil.
4984         (org-translate-link): New function.
4985         (org-translate-link-from-planner): New function.
4986         (org-open-at-point): Allow interactive commands in elisp links.
4988         * org-exp.el (org-icalendar-cleanup-string): Restore the old
4989         iCalendar quoting.  The new one seems to caus problems with
4990         applications.
4992         * org.el (org-yank): Set `this-command' to `yank', so that
4993         `yank-pop' will work.
4995 2008-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
4997         * org-id.el (org-id-search-archives): New option.
4999         * org.el (org-link-to-org-use-id): New option.
5000         (org-store-link): Use `org-link-to-org-use-id'.
5001         (org-id): Make org-id.el a standard component.
5003 2008-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
5005         * org.el (org-link-expand-abbrev): Implement %h as an escape for a
5006         hexified version of the tag.
5008         * org-exp.el (org-icalendar-cleanup-string): Improve RFC2455
5009         compliance as far as quoting is concerned.
5011         * org-vm.el (org-vm-follow-link): Require `vm-search'.
5013         * org.el (org-up-heading-safe, org-forward-same-level): Always
5014         call `org-back-to-heading' instead of `outline-back-to-heading'.
5015         (org-back-to-heading): New wrapper around outline-back-to-heading,
5016         with a useful error message telling where the error happened.
5018         * org-list.el (org-update-checkbox-count): Always call
5019         `org-back-to-heading' instead of `outline-back-to-heading'.
5021         * org-exp.el (org-export-as-html): Make sure that each <img> tag
5022         has an `alt' attribute, to ensure XHTML validation.
5024 2008-11-12  Carsten Dominik  <carsten.dominik@gmail.com>
5026         * org-publish.el (org-publish-attachment): Allow publishing to
5027         overwrite attachment files.
5029         * org-agenda.el (org-agenda-timerange-leaders): New option.
5030         (org-agenda-get-blocks): Use `org-agenda-timerange-leaders'.
5032         * org.el (org-edit-src-exit): Untabify ASCII image before
5033         returning.
5046 2008-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
5048         * org.el (org-yank): Make any prefix force normal yanking.
5049         Suppress folding if text would be swallowed into a folded
5050         subtree.
5051         (org-yank-folded-subtrees, org-yank): Docstring updates.
5053         * org-agenda.el (org-agenda-compare-effort): Treat no effort
5054         defined as 0.
5056         * org-exp.el (org-export-language-setup): Add Catalan and
5057         Esperanto language entries.
5059 2008-11-10  Carsten Dominik  <carsten.dominik@gmail.com>
5061         * org.el (org-refile): Allow refiling of entire regions.
5063         * org-clock.el (org-clock-time%): New function.
5065         * org.el (org-entry-get, org-entry-delete): Use safer regexps to
5066         retrieve property values.
5068 2008-11-09  Carsten Dominik  <carsten.dominik@gmail.com>
5070         * org-agenda.el (org-agenda-list): Handle the value `only' of
5071         org-agenda-show-log'.
5072         (org-agenda-log-mode): Interpret a double prefix arg.
5074 2008-11-08  Carsten Dominik  <carsten.dominik@gmail.com>
5076         * org-exp.el (org-export-html-footnotes-section): New variable.
5077         (org-export-as-html): Use `org-export-html-footnotes-section' to
5078         insert the footnotes.
5079         (org-export-language-setup): Add "Footnotes" to language words.
5081 2008-11-07  Carsten Dominik  <carsten.dominik@gmail.com>
5083         * org.el (org-yank): Fix bug when not inserting a subtree.
5085 2008-11-06  Carsten Dominik  <carsten.dominik@gmail.com>
5087         * org-vm.el (org-vm-follow-link): Call `vm-preview-current-message'
5088         instead of `vm-beginning-of-message'.
5090         * org.el (org-make-link-regexps): Make sure that links to gnus can
5091         contain brackets.
5093 2008-11-05  Carsten Dominik  <carsten.dominik@gmail.com>
5095         * org-attach.el (org-attach-dir): Remove duplicate ID creation
5096         code.
5098         * org-id.el (org-id-new): Use `org-trim' to extract the uuid from
5099         shell output.
5101         * org.el (org-link-abbrev-alist): Improve customization type.
5103         * org-attach.el (org-attach-expand-link, org-attach-expand): New
5104         functions.
5106         * org-agenda.el (org-agenda-get-progress): Renamed from
5107         `org-get-closed'.  Implement searching for state changes as well.
5108         (org-agenda-log-mode-items): New option.
5109         (org-agenda-log-mode): New option prefix argument, interpreted as
5110         request to show all possible progress info.
5111         (org-agenda-get-day-entries): Call `org-get-progress' instead of
5112         `org-get-closed'.
5113         (org-agenda-set-mode-name): Handle the more complex log mode
5114         settings.
5115         (org-get-closed): New alias, pointing to `org-get-progress'.
5117 2008-11-05  Carsten Dominik  <dominik@science.uva.nl>
5119         * org.el (org-file-apps-defaults-gnu)
5120         (org-file-apps-defaults-macosx)
5121         (org-file-apps-defaults-windowsnt): Add an entry defining the
5122         system command.
5123         (org-file-apps): Allow `system' as key and value.
5124         (org-open-at-point): Explain the effect of a double prefix arg.
5125         (org-open-file): If the argument `in-emacs' is (16),
5126         i.e. corresponding to a double prefix argument, try to open the
5127         file externally.
5129 2008-11-04  Carsten Dominik  <dominik@science.uva.nl>
5131         * org.el (org-insert-link): Abbreviate absolute files names in
5132         links.  Also, fix a bug in which the double C-u prefix would not
5133         be honored.
5135 2008-11-03  Carsten Dominik  <dominik@science.uva.nl>
5137         * org.el (org-insert-heading): If buffer does not end with a
5138         newline, add one if necessary to insert headline correctly.
5140         * org-exp.el (org-export-as-html): Make sure that <hr/> is between
5141         paragraphs, not inside.
5143         * org.el (org-todo): Quote
5144         `org-agenda-headline-snapshot-before-repeat'.
5146         * org-exp.el (org-export-as-html): Fully process link descriptions.
5147         (org-export-html-format-desc): New function.
5148         (org-export-as-html): Collect footnotes into the correct basket.
5149         (org-html-protect): No longer protect quotations marks here, this
5150         goes wrong.
5152         * org-agenda.el (org-agenda-remove-marked-text): Bind variable
5153         BEG.
5155         * org-compat.el (org-fit-window-to-buffer): New function (not
5156         really, a preliminary and incomplete version was present earlier,
5157         but not used).
5159         * org.el (org-fast-todo-selection, org-fast-tag-selection): Use
5160         `org-fit-window-to-buffer'.
5162         * org-exp.el (org-export): Use `org-fit-window-to-buffer'.
5164         * org-agenda.el (org-agenda-get-restriction-and-command)
5165         (org-fit-agenda-window, org-agenda-convert-date): Use
5166         `org-fit-window-to-buffer'.
5168         * org-exp.el (org-export-as-html): Process href links through
5169         `org-export-html-format-href'.
5170         (org-export-html-format-href): New function.
5172         * org-agenda.el (org-agenda-todo): Update only the current
5173         headline if this is a repeated TODO, marked done for today.
5174         (org-agenda-change-all-lines): New argument JUST-THIS, to change
5175         only the current line.
5177         * org.el (org-todo): Take a snapshot of the headline if the
5178         repeater might change it.
5180 2008-11-02  Carsten Dominik  <dominik@science.uva.nl>
5182         * org-publish.el (org-publish-find-title): Remove buffers visited
5183         only for extracting the title.
5185         * org-exp.el (org-export-html-style)
5186         (org-export-html-style-default): Mark style definitions as
5187         unparsed CDATA.
5189         * org-publish.el (org-publish-validate-link): Function
5190         re-introduced.
5192 2008-11-02  Charles Sebold  <csebold@gmail.com>
5194         * org-plot.el (org-plot/add-options-to-plist): Supports timefmt
5195         property.
5196         (org-plot-quote-timestamp-field): New function.
5197         (org-plot-quote-tsv-field): Call timestamp field function when
5198         necessary rather than just quoting as a string.
5199         (org-plot/gnuplot-to-data): Pass in timefmt property.
5200         (org-plot/gnuplot-script): Supports timefmt property.
5201         (org-plot/gnuplot): Checks for timestamp column before checking
5202         for text index column.
5204 2008-11-02  Carsten Dominik  <dominik@science.uva.nl>
5206         * org.el (org-insert-heading): Improve behavior with hidden subtrees.
5208         * org-publish.el (org-publish-org-index): Create a section in the
5209         index file.
5210         (org-publish-org-index): Stop linking to directories.
5212         * org.el (org-emphasis-alist): Use span instead of <u> to
5213         underline text.
5215         * org-exp.el (org-export-as-html): Make sure <p> is closed before
5216         <pre> sections.
5218 2008-11-01  Sebastian Rose  <sebastian_rose@gmx.de>
5220         * org-jsinfo.el (org-infojs-template): Remove language attribute
5221         from script tag.
5223 2008-11-01  Carsten Dominik  <dominik@science.uva.nl>
5225         * org-agenda.el (org-agenda-remove-marked-text): New function.
5226         (org-agenda-mark-filtered-text)
5227         (org-agenda-unmark-filtered-text): New functions.
5228         (org-write-agenda): Remove fltered text.
5230         * org.el (org-make-tags-matcher): Give access to TODO "property"
5231         without speed penalty.
5233 2008-10-29  Carsten Dominik  <dominik@science.uva.nl>
5235         * org.el (org-link-frame-setup): Add `org-gnus-no-new-news' as an
5236         option.
5237         (org-store-link-props): Make sure adding to the plist works
5238         correctly.
5240         * org-gnus.el (org-gnus-no-new-news): New function.
5241         (org-gnus-follow-link): Allow the article ID to be a message-id,
5242         in addition to allowing article numbers.  Message IDs make much
5243         more roubust links.
5244         (org-gnus-store-link): Use message-id to create link.
5246 2008-10-28  Carsten Dominik  <dominik@science.uva.nl>
5248         * org.el (org-emphasize): Reverse the selection array.
5249         (org-emphasis-alist): Set <code> tags for the verbatim
5250         environment.
5252         * org-remember.el (org-remember-handler): Fix bug with
5253         prefix-related changing of the note storage target.
5255         * org-exp.el (org-print-icalendar-entries): Make the exported
5256         priorities compatible with RFC 2445.
5258         * org-clock.el (org-clock-save): Insert time stamp without
5259         dependence on time-stamp.el.
5261 2008-10-27  Carsten Dominik  <dominik@science.uva.nl>
5263         * org.el ("saveplace"): If saveplace puts point into an invisible
5264         location, make it visible.
5265         (org-make-tags-matcher): Allow inactive time stamps in time
5266         comparisons.
5267         (org-yank-adjusted-subtrees): New option.
5268         (org-yank): Incorporate adjusting trees.
5269         (org-paste-subtree): New argument FOR-YANK which will cause
5270         insertion at point without backing up over white lines, and leave
5271         point at the end of the inserted text.  Also if the cursor is
5272         at the beginning of a headline, use the same level or the inserted
5273         tree.
5275         * org-publish.el (org-publish-get-base-files-1): Deal correctly
5276         with broken symlinks
5278 2008-10-26  Carsten Dominik  <dominik@science.uva.nl>
5280         * org-exp.el (org-export-select-tags, org-get-current-options):
5281         Fix typo.
5283 2008-10-25  Carsten Dominik  <dominik@science.uva.nl>
5285         * org-agenda.el (org-format-agenda-item)
5286         (org-agenda-filter-make-matcher): Make sure tags are stored and
5287         compared donwcased.
5289 2008-10-23  Carsten Dominik  <dominik@science.uva.nl>
5291         * org.el (org-insert-todo-heading): Fix bug with force-heading
5292         argument.
5294 2008-10-23  James TD Smith  <ahktenzero@mohorovi.cc>
5296         * org-clock.el (org-clock-in-resume): Add a custom option to
5297         toggle starting the clock from an open clock line.
5298         (org-clock-in): When clocking in to an entry, if
5299         `org-clock-in-resume' is set, check if the first clock line is
5300         open and if so, start the clock from the time in the clock line.
5301         (org-clock-persist): Add a custom option to toggle clock
5302         persistence.
5303         (org-clock-persist-query-save): Add a custom option to toggle
5304         asking the user if they want to save the running clock when
5305         exiting.
5306         (org-clock-persist-query-resume): Add a custom option to toggle
5307         asking the user if they want to resume the saved clock when Emacs
5308         is restarted.
5309         (org-clock-save): Add a function to save clock data.
5310         This includes the contents of `org-clock-history' and the buffer
5311         and position of the currently clocked task, if any.
5312         (org-clock-load): Add a function to load clock data.
5313         This populates `org-clock-history', and resumes the saved clocked
5314         task if there is one.
5315         (org-clock-persistence-insinuate): Add a method to set up the
5316         hooks for clock persistence.
5318 2008-10-22  Carsten Dominik  <dominik@science.uva.nl>
5320         * org-exp.el (org-export-as-ascii): Handle the case that we are
5321         publishing from an indirect buffer.
5323         * org-table.el (org-table-copy-down): Fix bug with time stamp
5324         increment.
5326         * org-mouse.el (org-mouse-features): New option.
5327         (org-mode-hook): Turn on features depending on
5328         `org-mouse-features'.
5330         * org.el (org-insert-heading-respect-content): Force heading
5331         creation.
5332         (org-insert-heading): keep the folding state of the heading before
5333         the inserted one.
5335 2008-10-21  Carsten Dominik  <dominik@science.uva.nl>
5337         * org-archive.el (org-archive-to-archive-sibling): Handle top
5338         level headlines better.
5340 2008-10-21  Bastien Guerry  <bzg@altern.org>
5342         * org-export-latex.el (org-export-latex-classes): Added
5343         \usepackage{graphicx} to the default list of packages.
5345 2008-10-21  Carsten Dominik  <dominik@science.uva.nl>
5347         * org-agenda.el (org-agenda-filter): Renamed from
5348         `org-agenda-filter-tags'.
5350 2008-10-20  Carsten Dominik  <dominik@science.uva.nl>
5352         * org.el (org-entry-properties): Add CATEGORY property, iven if it
5353         is not defined as a property in this entry.
5354         (org-add-log-note): Mask prefix argument when immediately storing
5355         the note.
5357         * org-agenda.el (org-agenda-filter-effort-default-operator): New
5358         option.
5360 2008-10-19  James TD Smith  <ahktenzero@mohorovi.cc>
5362         * org.el (org-add-log-setup): Bugfix; code to find insertion point
5363         after drawers was skipping ahead one line too many, so notes were
5364         inserted after the first note instead of before it.
5366 2008-10-18  Carsten Dominik  <dominik@science.uva.nl>
5368         * org-agenda.el (org-agenda-filter-tags,org-agenda-filter-form):
5369         New variables.
5370         (org-prepare-agenda): Reset the filter tags.
5371         (org-agenda-filter-by-tag, org-agenda-filter-by-tag-show-all):
5372         Show filter tags in mode line.
5374         * org-table.el (orgtbl-to-html): Bind `html-table-tag' for the
5375         formatter.
5377         * org-export-latex.el (org-latex-entities-regexp): New constant.
5378         (org-export-as-pdf): Use two calls to `shell-command'.
5380 2008-10-17  Carsten Dominik  <dominik@science.uva.nl>
5382         * org-export-latex.el (org-export-latex-treat-sub-super-char):
5383         Honor the {} value of the subsuperscript setting.  Make sure that
5384         longer subsuperscripts are typeset in a roman font.
5386         * org.el (org-clock-update-time-maybe): Compute negative clock
5387         intervals correctly.
5389 2008-10-16  Carsten Dominik  <dominik@science.uva.nl>
5391         * org.el (org-add-log-setup): Respect
5392         `org-log-state-notes-insert-after-drawers'.
5393         (org-log-state-notes-insert-after-drawers): New option.
5394         (org-todo-trigger-tag-changes): New function.
5395         (org-todo): Call `org-todo-trigger-tag-changes'.
5397 2008-10-15  James TD Smith  <ahktenzero@mohorovi.cc>
5399         * org.el (org-add-log-setup): Only skip drawers if the are
5400         immediately after the scheduling keywords.
5402         * org-clock.el (org-clock-in-switch-to-state): Allow this to be a
5403         function
5404         (org-clock-in): If `org-clock-in-switch-to-state' is a function,
5405         call it with the current todo state to get the state to switch to
5406         when clocking in.
5407         (org-clock-in): Use org-indent-line-function to indent clock lines.
5408         (org-clock-find-position): Fix indentation of empty clock drawers.
5410 2008-10-15  Carsten Dominik  <dominik@science.uva.nl>
5412         * org-publish.el (org-publish-org-to): Handle case when
5413         org-export-to-pdf does return a file name, not a buffer.
5414         (org-publish-org-to-pdf): New function.
5416         * org-export-latex.el (org-export-as-pdf)
5417         (org-export-as-pdf-and-open): New commands.
5419         * org-table.el (org-table-eval-formula): Avoid parsing Calc's HMS
5420         forms as ranges.
5422         * org-export-latex.el (org-export-latex-lists): Ignore lists-like
5423         things in protexted regions.
5425 2008-10-14  Carsten Dominik  <dominik@science.uva.nl>
5427         * org-export-latex.el (org-export-latex-preprocess): Improve
5428         quoting of LaTeX environments.
5430 2008-10-10  Carsten Dominik  <dominik@science.uva.nl>
5432         * org.el (org-edit-fixed-width-region): Exclude final newline from
5433         picture area.
5435         * org-export-latex.el (org-export-latex-subcontent): Add labels to
5436         sections, to make internal links work.
5437         (org-export-latex-fontify-headline): Do not remove all text
5438         properties, to make sure that target properties survive this
5439         process.
5441         * org-exp.el (org-export-preprocess-string): Change sequence of
5442         modifications, to make sure links are prepared before the LaTeX
5443         conversions do happen.
5445 2008-10-09  Carsten Dominik  <dominik@science.uva.nl>
5447         * org-attach.el (org-attach-delete-all): Renamed from
5448         `org-attch-delete'.  Add a security query before deleting the
5449         entire directory.  New optional argument FORCE can overrule the
5450         security query.
5451         (org-attach-delete-one): New command.
5453 2008-10-08  Carsten Dominik  <dominik@science.uva.nl>
5455         * org-attach.el (org-attach-file-list): Fix bug with directory.
5457 2008-10-07  Carsten Dominik  <dominik@science.uva.nl>
5459         * org.el (org-apps-regexp-alist): New function.
5460         (org-file-apps): Add auto-mode to the default value.
5461         (org-open-file): Use the new structure of org-file-apps.
5463         * org-attach.el (org-attach): Support the new keys.
5464         (org-attach-method): New option.
5466 2008-10-06  Carsten Dominik  <dominik@science.uva.nl>
5468         * org-bbdb.el (org-bbdb-anniversaries): Fix but with 29 Feb/1
5469         March.
5471         * org.el (org-remove-uniherited-tags): Fix reverse interpretation
5472         of the list value o `org-use-tag-inheritance'.
5474         * org-attach.el (org-attach-auto-tag): New option.
5475         (org-attach-tag, org-attach-untag): New functions.
5476         (org-attach-attach, org-attach-new, org-attach-sync): Call
5477         `org-attach-tag'.
5478         (org-attach-delete): Call `org-attach-untag'.
5480 2008-10-04  Carsten Dominik  <dominik@science.uva.nl>
5482         * org-table.el (orgtbl-self-insert-command): Make this work for
5483         the keypad as well.
5485 2008-10-02  Carsten Dominik  <dominik@science.uva.nl>
5487         * org.el (org-add-log-setup): Limit searc for drawers to entry
5488         text, not to subtree.
5490         * org-clock.el (org-clock-heading-for-remember): New variable.
5491         (org-clock-in): Set `org-clock-heading-for-remember'.
5493 2008-10-01  James TD Smith  <ahktenzero@mohorovi.cc>
5495         * org-remember.el (org-remember-apply-template): Add new
5496         expansions: %k, %K for currently clocked task and a link to the
5497         currently clocked task, and %< to file notes in the currently
5498         clocked task.
5500 2008-10-01  Carsten Dominik  <dominik@science.uva.nl>
5502         * org-export-latex.el (org-export-latex-make-header): Also insert
5503         the content of the property :latex-header-extra.
5505         * org-exp.el (org-infile-export-plist): Put the content of
5506         #+LATEX_HEADER: into the property :latex-header-extra.
5508         * org-colview.el (org-columns-get-format-and-top-level): Remove
5509         resetting the marker.
5511         * org-colview-xemacs.el (org-columns-get-format-and-top-level):
5512         Remove resetting the marker.
5514         * org.el (org-entry-property-inherited-from): Improve docstring.
5515         (org-entry-get-with-inheritance): Reset marker before starting the
5516         search.
5518         * org-exp.el (org-infile-export-plist): Allow multiple STYLE lines.
5520 2008-09-30  Carsten Dominik  <dominik@science.uva.nl>
5522         * org.el (org-entry-get-multivalued-property)
5523         (org-entry-protect-space, org-entry-restore-space): New
5524         functions.
5525         (org-file-apps-defaults-macosx): Let postscript files be opened by
5526         preview.
5527         (org-time-stamp-inactive): Call `org-time-stamp'.
5528         (org-time-stamp): New argument `inactive'.  Also edit inacive
5529         stamps. Convert time stamp type.
5530         (org-open-file): Interpret the `default' value for the `command'
5531         in `org-file-apps'.
5533         * org-id.el (org-id-int-to-b36-one-digit)
5534         (org-id-b36-to-int-one-digit, org-id-int-to-b36)
5535         (org-id-b36-to-int, org-id-time-to-b36): Modified from b62 to
5536         b36.
5538 2008-09-29  Carsten Dominik  <dominik@science.uva.nl>
5540         * org-id.el (org-id-reverse-string): New function.
5541         (org-id-new): Use `org-id-reverse-string' to make sure the
5542         beginning chars of the ID are mutating fast.  This allows to use a
5543         directory structure to spread things better.
5544         (org-id-prefix): Changed default to nil.
5546         * org-list.el (org-move-item-down, org-move-item-up): Remember and
5547         restore the column of the cursor position.
5549         * org-remember.el (org-remember-apply-template): Remove properties
5550         from `initial'.
5552 2008-09-27  Carsten Dominik  <dominik@science.uva.nl>
5554         * org-wl.el (org-wl-open): Remove useless call to
5555         `wl-thread-open-all'.
5557         * org-remember.el (org-remember-handler): Fix bug with `bottom'
5558         location.
5560 2008-09-26  Carsten Dominik  <dominik@science.uva.nl>
5562         * org-bbdb.el (org-bbdb-anniversaries): Require bbdb in
5563         `org-bbdb-anniversaries'.
5565         * org.el (org-get-next-sibling, org-forward-same-level): New
5566         functions, similar to the outline versions, but invisible headings
5567         are OK.
5569 2008-09-25  Bastien Guerry  <bzg@altern.org>
5571         * org.el (org-auto-repeat-maybe): Insert a space between
5572         the timestamp's type and the timestamp itself.
5574 2008-09-24  Carsten Dominik  <dominik@science.uva.nl>
5576         * org-table.el (org-table-sum): Do not format the result with %g,
5577         it does rounding when there are too many digits.
5579         * org.el (org-map-entries): Protect the keyword-selecting variables.
5581 2008-09-23  Bastien Guerry  <bzg@altern.org>
5583         * org-agenda.el (org-agenda-to-appt): Make sure the function check
5584         against all agenda files.
5586 2008-09-23  Carsten Dominik  <dominik@science.uva.nl>
5588         * org-list.el: New file, aggregating list functions from org.el
5589         and org-export-latex.el.
5591         * org.el (org-edit-src-region-extra): New option.
5593 2008-09-22  Carsten Dominik  <dominik@science.uva.nl>
5595         * org-agenda.el (org-agenda-to-appt): Fix bug with appointment
5596         time before 1am.
5598 2008-09-22  Bastien Guerry  <bzg@altern.org>
5600         * org-export-latex.el (org-export-latex-keywords-maybe): Bug fix.
5602 2008-09-22  James TD Smith  <ahktenzero@mohorovi.cc>
5604         * org-plot.el (org-plot/gnuplot): Make tables starting with a
5605         hline work correctly.
5606         (org-plot/gnuplot-script): Put commas at the end of each script
5607         line.
5609 2008-09-20  James TD Smith  <ahktenzero@mohorovi.cc>
5611         * org.el (org-get-refile-targets): Replace links with their
5612         descriptions
5613         (org-imenu-get-tree): Replace links with their descriptions.
5615         * org-remember.el (org-remember-apply-template): Add a new
5616         expansion for adding properties to remember items.
5618         * org.el (org-add-log-setup): Skip over drawers (properties,
5619         clocks etc) when adding notes.
5621         * org-agenda.el (org-agenda-get-closed): show durations of clocked
5622         items as well as the start and end times.
5624         * org-compat.el (org-get-x-clipboard-compat): Add a compat
5625         function for fetching the X clipboard on XEmacs and GNU Emacs 21.
5627         * org-remember.el (org-get-x-clipboard): Use the compat
5628         function to get clipboard values when x-selection-value is
5629         unavailable. Use substring-no-properties instead of
5630         set-text-properties to remove text properties from the clipboard
5631         value.
5633         * lisp/org-clock.el (org-update-mode-line): Support limiting the
5634         modeline clock string, and display the full todo value in the
5635         tooltip. Set a local keymap so mouse-3 on the clock string goes to
5636         the currently clocked task.
5637         (org-clock-string-limit): Add a custom value for the maximum
5638         length of the clock string in the modeline.
5639         (org-clock-mode-map): Add a keymap for the modeline string
5641 2008-09-21  Carsten Dominik  <dominik@science.uva.nl>
5643         * org-compat.el (org-propertize): New function.
5645 2008-09-20  Bastien Guerry  <bzg@altern.org>
5647         * org-export-latex.el (org-export-latex-tables): protect exported
5648         tables from further special chars conversion.
5649         (org-export-latex-preprocess): Preserve LaTeX environments.
5650         (org-list-parse-list): Parse descriptive lists.
5651         (org-list-to-generic, org-list-to-latex, org-list-to-html)
5652         (org-list-to-texinfo): Export descriptive lists.
5653         (org-quote-chars): Remove.
5654         (org-export-latex-keywords-maybe): Use `replace-regexp-in-string'.
5655         (org-export-latex-list-beginning-re): Rename to
5656         `org-list-beginning-re'
5657         (org-list-item-begin): Rename to `org-list-item-beginning'
5659 2008-09-20  Carsten Dominik  <dominik@science.uva.nl>
5661         * org.el (org-refile): Allow refiling to the last entry in the
5662         buffer.
5663         (org-get-tags-at): Fix bug when inheritance is turned off.
5665 2008-09-19  Carsten Dominik  <dominik@science.uva.nl>
5667         * org.el (org-indent-line-function): No longer check for src
5668         regions, this is too much overhead.
5670         * org-agenda.el (org-agenda-highlight-todo): Fix bugs with keyword
5671         matching.
5673         * org.el (org-scan-tags): Make sure that tags matching is not case
5674         sensitive.  TODO keyword matching is case sensitive, however, to
5675         avoid confusion with similar words that are not meant to be
5676         keywords.
5678 2008-09-18  Carsten Dominik  <dominik@science.uva.nl>
5680         * org.el (org-get-local-tags-at): New function.
5681         (org-get-local-tags): New function.
5683         * org-exp.el (org-export-get-categories): New function.
5685         * org-agenda.el (org-sorting-choice)
5686         (org-agenda-sorting-strategy, org-agenda-get-todos)
5687         (org-agenda-get-timestamps, org-agenda-get-deadlines)
5688         (org-agenda-get-scheduled, org-agenda-get-blocks)
5689         (org-entries-lessp): Implement sorting by TODO state.
5690         (org-cmp-todo-state): New defsubst.
5692         * org-colview.el (org-colview-construct-allowed-dates): New
5693         function.
5694         (org-columns-next-allowed-value): Use
5695         `org-colview-construct-allowed-dates'.
5697         * org-colview-xemacs.el (org-colview-construct-allowed-dates): New
5698         function.
5699         (org-columns-next-allowed-value): Use
5700         `org-colview-construct-allowed-dates'.
5702 2008-09-17  Carsten Dominik  <dominik@science.uva.nl>
5704         * org.el (org-protect-slash): New function.
5705         (org-get-refile-targets): Use `org-protect-slash'.
5707         * org-agenda.el (org-global-tags-completion-table): New variable.
5709         * org-exp.el (org-export-handle-export-tags): New function.
5710         (org-export-preprocess-string): Call
5711         `org-export-handle-export-tags'.
5713         * org-plot.el: New file.
5715         * org-publish.el (org-publish-expand-components): Function removed.
5716         (org-publish-expand-projects): Allow components to have components.
5718 2008-09-13  Carsten Dominik  <dominik@science.uva.nl>
5720         * org.el (org-indent-line-function): Do not indent in regions that
5721         are external source code.
5722         (org-yank-and-fold-if-subtree): New function.
5724         * org-agenda.el (org-agenda-todayp): New function.
5725         (org-agenda-get-deadlines, org-agenda-get-scheduled): Use
5726         `org-agenda-todayp'.
5728         * org.el (org-insert-heading-respect-content)
5729         (org-insert-todo-heading-respect-content): New commands.
5730         (org-insert-heading-respect-content): New option.
5731         (org-insert-heading): Respect `org-insert-heading-respect-content'.
5733         * org-clock.el (org-clock-find-position): Make sure the note after
5734         the clock line gets moved into the new clock drawer.
5736 2008-09-11  Carsten Dominik  <dominik@science.uva.nl>
5738         * org-id.el (org-id-new): New option.
5740 2008-09-08  Carsten Dominik  <dominik@science.uva.nl>
5742         * org-table.el (org-table-copy-down): Avoid overflow during
5743         increment.  Use prefix argument 0 to temporarily disable the
5744         increment.
5746 2008-09-07  Carsten Dominik  <dominik@science.uva.nl>
5748         * org-exp.el (org-export-as-html): Do not turn on the major mode
5749         if the buffer will be killed anyway.
5750         (org-get-current-options): Exclude the #+TEXT field.
5751         (org-export-as-html): Make sure text before the first headline is
5752         a paragraph.
5754         * org-publish.el (org-publish-org-to): Tell the exporter that this
5755         buffer will be killed, so it is not necessary to do major mode
5756         initialization.
5758         * org-archive.el (org-archive-to-archive-sibling): Show empty
5759         lines after folding the archive sibling.
5761         * org.el (org-log-note-extra): New variable.
5763 2008-09-05  Bastien Guerry  <bzg@altern.org>
5765         * org.el (org-additional-option-like-keywords): Added keywords for
5766         the _QUOTE, _VERSE and _SRC environments.
5768         * org-export-latex.el (org-export-latex-preprocess): Fix bug when
5769         exporting _QUOTE and _VERSE environments.
5771 2008-09-05  Carsten Dominik  <dominik@science.uva.nl>
5773         * org-agenda.el (org-agenda-filter-by-tag): New command.
5775         * org-exp.el (org-get-current-options): Remove angular brackets
5776         from the date entry.
5778         * org.el (org-edit-fixed-width-region): New function.
5779         (org-edit-fixed-width-region): Also try
5780         `org-edit-fixed-width-region'.
5781         (org-edit-fixed-width-region-mode): New option.
5782         (org-activate-code): Only interprete lines starting with colon
5783         plus a space as example lines.
5785         * org-remember.el (org-remember-templates): Add nil instead of
5786         empty strings to fix the length of remember templates.
5788         * org-table.el (org-calc-default-modes): Fix the time format for
5789         calc, from 12 hour to 24 hour clock.
5791 2008-09-04  Carsten Dominik  <dominik@science.uva.nl>
5793         * org-agenda.el (org-agenda-get-deadlines)
5794         (org-agenda-get-scheduled): Avoid `time-of-day' extraction for
5795         entries that are pre-warnings of deadlines or reminders.
5797         * org.el (org-sort-entries-or-items): Make numeric and alpha
5798         comparisons ignore any TODO keyword and priority cookie.
5800         * org-remember.el (org-remember-handler): Reinterpretation of the
5801         prefix argument.
5803 2008-09-03  Carsten Dominik  <dominik@science.uva.nl>
5805         * org-agenda.el (org-agenda-get-scheduled): Use new
5806         `org-scheduled' face.
5808         * org-faces.el (org-scheduled): New face.
5810         * org-wl.el (org-wl-open): Remove incorrect declaration.
5812         * org-gnus.el (org-gnus-store-link): Support for :to information
5813         in gnus links.
5815         * org-exp.el (org-export-as-html): Fixed typo in creator
5816         information.
5817         (org-export-protect-examples): New parameter indent.  Insert extra
5818         spaces only when this parameter is specified.
5819         (org-export-preprocess-string): Call `org-export-protect-examples'
5820         with an indentation parameter when exporting to ASCII.
5822         * org-remember.el (org-remember-templates)
5823         (org-remember-apply-template): Allow the file component to be a
5824         function.
5826         * org.el (org-goto-local-search-headings): Renamed from
5827         `org-goto-local-search-forward-headings'.  Added the possibility
5828         to search backwards.
5830 2008-09-02  Carsten Dominik  <dominik@science.uva.nl>
5832         * org-export-latex.el (org-export-latex): New customization
5833         group.
5835         * org-agenda.el (org-write-agenda): Erase buffer for txt export.
5837 2008-09-01  Carsten Dominik  <dominik@science.uva.nl>
5839         * org-exp.el (org-html-do-expand): Allow {} to terminate
5840         tex macro
5842 2008-07-29  Carsten Dominik  <dominik@science.uva.nl>
5844         * org.el (org-buffer-list): Select buffers based on major mode,
5845         not on file name.
5847 2008-07-26  Carsten Dominik  <dominik@science.uva.nl>
5849         * org-agenda.el (org-agenda-align-tags): Fix bug with malformed
5850         face property.
5852         * org-colview.el (org-columns-display-here): Use
5853         `org-columns-modify-value-for-display-function'.
5855         * org-colview-xemacs.el (org-columns-display-here): Use
5856         `org-columns-modify-value-for-display-function'.
5858 2008-07-25  Carsten Dominik  <dominik@science.uva.nl>
5860         * org.el (org-columns-modify-value-for-display-function): New option.
5872         * org-publish.el (org-publish-file): Make sure the directory match
5873         for the publishing directory works correctly.
5875         * org-agenda.el (org-agenda-execute-calendar-command)
5876         (org-agenda-diary-entry): Additional optional argument.
5878 2008-07-24  Carsten Dominik  <dominik@science.uva.nl>
5880         * org-exp.el (org-export-as-html): Add attributes also in mailto
5881         and ftp links.
5883         * org.el (org-autoload): Add `org-dblock-write:columnview'.
5892 2008-07-23  Carsten Dominik  <dominik@science.uva.nl>
5894         * org-exp.el (org-export-region-as-html, org-export-as-html): Make
5895         sure that calls from `org-export-region-as-html' do not do the
5896         special check for a subtree.
5898 2008-07-22  Carsten Dominik  <dominik@science.uva.nl>
5900         * org-agenda.el (org-batch-store-agenda-views): Fix parsing bug.
5902 2008-07-20  Juri Linkov  <juri@jurta.org>
5904         * org.el (narrow-map): Bind `org-narrow-to-subtree' to "s" on the
5905         new keymap `narrow-map' instead of binding "\C-xns".
5907 2008-07-18  Carsten Dominik  <dominik@science.uva.nl>
5909         * org.el (org-open-file): Use
5910         `org-open-directory-means-index-dot-org'.
5911         (org-open-directory-means-index-dot-org): New option.
5913 2008-07-17  Carsten Dominik  <dominik@science.uva.nl>
5915         * org.el (org-make-link-string): Remove link attributes from
5916         description.
5917         (org-open-at-point): Remove link attributes bevore using the path.
5919         * org-exp.el (org-export-as-html): Handle link attributes.
5921         * org.el (org-extract-attributes, org-attributes-to-string): New functions.
5923         * org-table.el (org-table-to-lisp): New function.
5925         * org.el (org-narrow-to-subtree): Do not include the final newline
5926         into the narrowed region.
5928         * org-agenda.el (org-agenda-custom-commands-local-options): Fixed
5929         bug with user-define skipping condition.
5931 2008-07-16  Carsten Dominik  <dominik@science.uva.nl>
5933         * org-agenda.el (org-agenda-get-restriction-and-command): Fixed typo.
5935 2008-07-14  Carsten Dominik  <dominik@science.uva.nl>
5937         * org-exp.el (org-export-html-style-default): Automatic overflow
5938         handling for pre fields.
5939         (org-export-as-ascii, org-export-as-html): Change default format
5940         for time stamp.
5942         * org-table.el (org-table-export): Offer completion for translator
5943         functions, and do not require a heading above the table.
5945         * org.el (org-renumber-ordered-list, org-beginning-of-item-list):
5946         Cater for the case of a list starting in the first line of the
5947         buffer.
5949 2008-07-09  Carsten Dominik  <dominik@science.uva.nl>
5951         * org-publish.el (org-publish-find-title): Bug fix.
5952         (org-publish-org-index): Implement new :index-style option.
5954 2008-07-07  Carsten Dominik  <dominik@science.uva.nl>
5956         * org-publish.el (org-publish-timestamp-filename): Use
5957         SHA1-encoded file names in the timestamp directory.
5959 2008-07-05  Carsten Dominik  <dominik@science.uva.nl>
5961         * org-publish.el (org-publish-needed-p): Be verbose about files
5962         published and files skipped.
5964         * org-exp.el (org-export-preprocess-string): Swap link
5965         normalization and inernal link targeting.
5967         * org-publish.el (org-publish-needed-p): Create timestamp
5968         directory when it does not exist.
5970 2008-07-04  Bastien Guerry  <bzg@altern.org>
5972         * org-clock.el (org-clock-out-when-done): Doc fix.
5974         * org.el (org-agenda-skip-unavailable-files): Doc fix.
5976         * org-exp.el (org-export-remove-comment-blocks-and-subtrees):
5977         Ignore case when searching for the COMMENT cookie at export time.
5979 2008-07-02  Carsten Dominik  <dominik@science.uva.nl>
5981         * org-exp.el (org-get-file-contents)
5982         (org-get-and-remove-property): New functions.
5983         (org-export-handle-include-files): Handle the new prefix options.
5984         (org-export-as-html): Fix the verse environment.
5986 2008-07-01  Carsten Dominik  <dominik@science.uva.nl>
5988         * org.el (org-time=, org-time<, org-time<=, org-time>)
5989         (org-time>=, org-time<>, org-2ft): New functions.
5990         (org-op-to-function): Also provide for the time testing fucntions.
5992 2008-06-30  Carsten Dominik  <dominik@science.uva.nl>
5994         * org-exp.el (org-export-html-style-default): New constant.
5996 2008-06-29  Carsten Dominik  <dominik@science.uva.nl>
5998         * org-exp.el (org-export-html-style-extra): New variable.
5999         (org-export-splice-style): New function.
6001 2008-06-26  Carsten Dominik  <dominik@science.uva.nl>
6003         * org-exp.el (org-export-plist-vars, org-export-as-html):
6004         Implement `org-export-creator-info'.
6005         (org-export-creator-info): New option.
6007 2008-06-25  Carsten Dominik  <dominik@science.uva.nl>
6009         * org.el (org-clock-drawer-start-re, org-clock-drawer-end-re)
6010         (org-property-drawer-re, org-clock-drawer-re): New constants.
6012 2008-06-23  Carsten Dominik  <dominik@science.uva.nl>
6014         * org-exp.el (org-icalendar-use-deadline)
6015         (org-icalendar-use-scheduled): New options.
6016         (org-icalendar-include-todo): Default changed to t.
6017         (org-print-icalendar-entries): Implement better utilization of
6018         scheduling and deadline time stamps.
6019         (org-export-target-internal-links, org-export-as-html): Allow file
6020         lines without the "file:" prefix if the file path is an absolute
6021         path or starts with ".".
6023         * org-clock.el (org-clocktable-shift): Also undertand yesterday,
6024         lastweek etc.
6025         (org-clock-special-range): Also undertand yesterday, lastweek etc.
6027 2008-06-18  Glenn Morris  <rgm@gnu.org>
6028         * org.el (org-map-entries): Let-bind `file'.
6030 2008-06-19  Carsten Dominik  <dominik@science.uva.nl>
6032         * org.el (org-agenda-skip-archived-trees): Docstring now
6033         discourages using this.
6034         (org-scan-tags): Check for org-agenda-archives-mode.
6035         (org-map-entries): Make sure org-agenda-archives-mode is nil.
6036         (org-agenda-files): Functionality of second arg changed.
6038         * org-agenda.el (org-agenda-archives-mode): New variable
6039         (org-write-agenda, org-prepare-agenda, org-agenda-list)
6040         (org-search-view, org-todo-list, org-tags-view)
6041         (org-agenda-list-stuck-projects): Call `org-agenda-files' with
6042         `ifmode' argument.
6043         (org-agenda-quit): Reset the archives mode.
6044         (org-agenda-archives-mode): New command.
6045         (org-agenda-set-mode-name): Include archives info.
6047 2008-06-18  Carsten Dominik  <dominik@science.uva.nl>
6049         * org.el (org-paste-subtree): Make sure the yanked headline is
6050         visible if it was yanked at a visible point.
6051         (org-move-item-up): Fix the bug with moving white space at the end
6052         of the item.
6053         (org-show-empty-lines-in-parent): New function.
6055 2008-06-16  Carsten Dominik  <dominik@science.uva.nl>
6057         * org-colview.el (org-columns-next-allowed-value): Bug fix.
6059         * org-colview-xemacs.el (org-columns-next-allowed-value): Bug fix.
6061         * org-agenda.el (org-agenda-get-closed): Get the end time into the
6062         agenda prefix as well.
6064         * org-publish.el (org-publish-org-index): Make a properly indented
6065         list.
6067         * org.el (org-calendar-agenda-action-key): New option.
6068         (org-get-cursor-date): New function.
6069         (org-mark-entry-for-agenda-action): New command.
6070         (org-overriding-default-time): New variable.
6071         (org-read-date): Respect `org-overriding-default-time'.
6073         * org-remember.el (org-remember-apply-template): Respect the
6074         ovverriding default time.
6076         * org-agenda.el (org-agenda-action-marker): New variable.
6077         (org-agenda-action): New command.
6078         (org-agenda-do-action): New function.
6080 2008-06-15  Carsten Dominik  <dominik@science.uva.nl>
6082         * org.el (org-schedule, org-deadline): Protect scheduled and
6083         deadline tasks against changes that accidently remove the
6084         repeater.  Also show a message with the new date when done.
6086 2008-06-15  Carsten Dominik  <dominik@science.uva.nl>
6088         * org.el (org-beginning-of-line): Cater for the case when there
6089         are tags but no headline text.
6090         (org-align-tags-here): Convert to tabs only when indent-tabs-mode
6091         it set.
6093 2008-06-13  Carsten Dominik  <dominik@science.uva.nl>
6095         * org-mhe.el (org-mhe-get-message-folder-from-index): Make sure
6096         the return value is nil instead of "nil" when there is no match.
6098         * org-exp.el (org-insert-centered): Use fill-column instead of
6099         80.
6100         (org-export-as-ascii): Use string-width to measure the width of
6101         the heading.
6103         * org.el (org-diary-to-ical-string): No longer kill buffer
6104         FROMBUF, this is now done by the caller.
6106         * org-exp.el (org-print-icalendar-entries): Move the call to
6107         `org-diary-to-ical-string' out of the loop, and kill the buffer
6108         afterwords.
6110         * org-remember.el (org-remember-visit-immediately): Position
6111         cursor after moving to the note.
6112         (org-remember-apply-template): Use a text property to record the
6113         cursor position.
6114         (org-remember-handler): Align tags after pasting the note.
6116 2008-06-12  Carsten Dominik  <dominik@science.uva.nl>
6118         * org-bbdb.el (org-bbdb-follow-anniversary-link): New function.
6120         * org-agenda.el (org-agenda-open-link): If there is an
6121         org-bbdb-name property in the current line, jump to that bbdb
6122         entry.
6124         * org-bbdb.el (org-bbdb-anniversaries): Add the bbdb-name as a
6125         text property, so that the agenda knows where this entry comes
6126         from.
6128         * org-agenda.el (org-agenda-clock-in): Fixed bug in the
6129         interaction between clocking-in from the agenda, and  automatic
6130         task state switching.
6132         * org-macs.el (org-with-point-at): Bug fix in macro defintion.
6134         * org.el (org-beginning-of-line, org-end-of-line): Make sure the
6135         zmacs-region stays after this command in XEmacs.
6137 2008-06-11  Carsten Dominik  <dominik@science.uva.nl>
6139         * org.el (org-scan-tags): Allow new values for ACTION parameter.
6141         * org-remember.el (org-remember-templates): Fix bug in
6142         customization type definition.
6144         * org.el (org-map-entries): New function.
6146 2008-06-11  verhuur82  <verhuur82@macbook-van-verhuur82.local>
6148         * org-agenda.el (org-agenda-skip-comment-trees): New option.
6149         (org-agenda-skip): Respect `org-agenda-skip-comment-trees'.
6151 2008-06-10  Carsten Dominik  <dominik@science.uva.nl>
6153         * org-remember.el (org-jump-to-target-location): New variable.
6154         (org-remember-apply-template): Set
6155         `org-remember-apply-template' if requested by template.
6156         (org-remember-handler): Start an idle timer to jump to
6157         remember location.
6159         * org-exp.el (org-get-current-options): Add the FILETAGS setting.
6161         * org.el (org-set-regexps-and-options): Fix bug with parsing of
6162         file tags.
6163         (org-get-tags-at): Add the content of `org-file-tags'.
6165         * org-exp.el (org-export-handle-comments): Fix bug with several
6166         comment lines after each other.
6167         (org-number-to-roman, org-number-to-counter): New functions.
6168         (org-export-section-number-format): New option.
6170 2008-06-09  Carsten Dominik  <dominik@science.uva.nl>
6172         * org-exp.el (org-export-protect-examples): Catch the case of a
6173         missing end_example line.
6175         * org.el (org-set-regexps-and-options): Set `org-file-properties' and
6176         `org-file-tags' to nil.
6178         * org-colview.el (org-columns-next-allowed-value): Handle next
6179         argument NTH to directly select a value.
6181         * org-colview-xemacs.el (org-columns-next-allowed-value): Handle next
6182         argument NTH to directly select a value.
6184 2008-06-08  Carsten Dominik  <dominik@science.uva.nl>
6186         * org-agenda.el (org-agenda-scheduled-leaders): Fix docstring.
6188 2008-05-30  Carsten Dominik  <dominik@science.uva.nl>
6190         * org.el (org-columns-ellipses): New option.
6192 2008-05-29  Carsten Dominik  <dominik@science.uva.nl>
6194         * org-colview.el (org-columns-add-ellipses): New function.
6195         (org-columns-compact-links): New function.
6196         (org-columns-cleanup-item): Call `org-columns-compact-links'.
6197         (org-columns-display-here): Call `org-agenda-columns-cleanup-item'
6198         when in agenda.
6199         (org-columns-edit-value): Fixed bug with editing values from
6200         agenda column view.
6201         (org-columns-redo): Also redo the agenda itself.
6203 2008-05-28  Carsten Dominik  <dominik@science.uva.nl>
6205         * org-agenda.el (org-agenda-columns-remove-prefix-from-item): New
6206         option.
6208         * org-colview.el (org-agenda-columns-cleanup-item): New function.
6210         * org-exp.el (org-export-ascii-preprocess): Renamed from
6211         `org-export-ascii-clean-string'.
6212         (org-export-kill-licensed-text)
6213         (org-export-define-heading-targets)
6214         (org-export-handle-invisible-targets)
6215         (org-export-target-internal-links)
6216         (org-export-remove-or-extract-drawers)
6217         (org-export-remove-archived-trees)
6218         (org-export-protect-quoted-subtrees)
6219         (org-export-protect-verbatim, org-export-protect-examples)
6220         (org-export-select-backend-specific-text)
6221         (org-export-mark-blockquote-and-verse)
6222         (org-export-remove-comment-blocks-and-subtrees)
6223         (org-export-handle-comments, org-export-mark-radio-links)
6224         (org-export-remove-special-table-lines)
6225         (org-export-normalize-links)
6226         (org-export-concatenate-multiline-links)
6227         (org-export-concatenate-multiline-emphasis): New functions,
6228         obtained from spliiting the export preprocessor.
6230         * org-table.el (org-table-recalculate): Improve error message if
6231         the row number is invalid.
6233 2008-05-27  Carsten Dominik  <dominik@science.uva.nl>
6235         * org-archive.el (org-archive-save-context-info): Fix bugs in
6236         customization setup and docstring.
6238         * org-exp.el (org-export-html-style): Changed the size of in the
6239         <pre> element to 90%.
6241 2008-05-26  Carsten Dominik  <dominik@science.uva.nl>
6243         * org.el (org-find-src-example-start): Function removed.
6244         (org-edit-src-find-region-and-lang): New function.
6246 2008-05-25  Carsten Dominik  <dominik@science.uva.nl>
6248         * org.el (org-edit-src-exit): New function.
6249         (org-exit-edit-mode): New minor mode.
6251         * org-exp.el (org-export-preprocess-string): Fix bug with removing
6252         comment-like lines from protected examples.
6254         * org.el (org-edit-src-example, org-find-src-example-start)
6255         (org-protect-source-example, org-edit-special): New functions.
6257 2008-05-24  Carsten Dominik  <dominik@science.uva.nl>
6259         * org-publish.el (org-publish-project-alist): Fix typo in
6260         docstring.
6261         (org-publish-project-alist): Handle :index-title property.
6263 2008-05-21  Carsten Dominik  <dominik@science.uva.nl>
6265         * org-export-latex.el (org-export-as-latex): Make sure region
6266         bounds are correct.  Parse subtree properties relating to export.
6268         * org-exp.el (org-export-add-options-to-plist): New function.
6269         (org-infile-export-plist): Use `org-export-add-options-to-plist'.
6271 2008-05-20  Carsten Dominik  <dominik@science.uva.nl>
6273         * org.el (org-default-properties): Add EXPORT_FILE_NAME and
6274         EXPORT_TITLE.
6276         * org-exp.el (org-export-get-title-from-subtree)
6277         (org-export-as-ascii, org-export-as-html): Make sure the original
6278         region-beginning and region-end are used, even after moving
6279         point.
6280         (org-export-get-title-from-subtree): Also try the EXPORT_TITLE
6281         property.
6283         * org-remember.el (org-remember-last-stored-marker): New variable.
6284         (org-remember-goto-last-stored): Use `org-goto-marker-or-bmk'.
6285         (org-remember-handler): Also use marker to remember
6286         last-stored position.
6288         * org.el (org-goto-marker-or-bmk): New function.
6290 2008-05-19  Carsten Dominik  <dominik@science.uva.nl>
6292         * org.el (org-file-properties): Renamed from `org-local-properties'.
6293         (org-scan-tags): Take file tags into account.
6294         (org-tags-match-list-sublevels): Default changed to t.
6296         * org-exp.el (org-export-as-html): Close paragraph after a
6297         footnote.
6299         * org.el (org-update-parent-todo-statistics): New function.
6301         * org-exp.el (org-icalendar-store-UID): New option.
6302         (org-icalendar-force-UID): Option removed.
6303         (org-print-icalendar-entries): IMplement UIDs.
6305 2008-05-18  Carsten Dominik  <dominik@science.uva.nl>
6307         * org-mhe.el (org-mhe-follow-link): Fix bug in mhe searches.
6309 2008-05-16  Carsten Dominik  <dominik@science.uva.nl>
6311         * org-faces.el (org-column): Document how this face is being used
6312         and why sometimes the background faces shine through.
6314         * org-mhe.el (org-mhe-follow-link): Improve handling of searches.
6316         * org-publish.el (org-publish-attachment): Create publishing
6317         directory if it does not yet exist.
6319         * org-table.el (org-calc-default-modes): Change default number
6320         format to (float 8).
6322         * org.el (org-olpath-completing-read): New function.
6323         (org-time-clocksum-format): New option.
6324         (org-minutes-to-hh:mm-string): Use `org-time-clocksum-format'.
6326         * org-clock.el (org-clock-display, org-clock-out)
6327         (org-update-mode-line): Use `org-time-clocksum-format'.
6329         * org-colview-xemacs.el (org-columns-number-to-string): Use
6330         `org-time-clocksum-format'.
6332         * org-colview.el (org-columns-number-to-string): Use
6333         `org-time-clocksum-format'.
6335 2008-05-15  Carsten Dominik  <dominik@science.uva.nl>
6337         * org-id.el: New file, move from contrib to core.
6339         * org-exp.el (org-icalendar-force-UID): New option.
6341 2008-05-14  Carsten Dominik  <dominik@science.uva.nl>
6343         * org-exp.el (org-print-icalendar-entries): Make sure DTEND is
6344         shifted by one day if theere is a date range without an end
6345         time.
6347         * org.el (org-try-structure-completion): New function.
6349 2008-05-13  Carsten Dominik  <dominik@science.uva.nl>
6351         * org.el (org-set-font-lock-defaults): Improve fontification of
6352         description lists.
6353         (org-insert-item): Handle description lists.
6354         (org-adaptive-fill-function): Improve auto indentation in
6355         description lists.
6357         * org-exp.el (org-export-as-html, org-export-preprocess-string):
6358         Implement VERSE environment.
6359         (org-export-preprocess-string): Implement the COMMENT
6360         environment.
6362         * org-export-latex.el (org-export-latex-preprocess): Implement
6363         VERSE environment.
6365 2008-05-12  Carsten Dominik  <dominik@science.uva.nl>
6367         * org-jsinfo.el (org-infojs-opts-table): Add entry for FIXED_TOC
6368         option.
6370 2008-05-10  Carsten Dominik  <dominik@science.uva.nl>
6372         * org-table.el (orgtbl-to-tsv, orgtbl-to-csv): New functions.
6374         * org.el (org-quote-csv-field): New functions.
6376         * org-table.el (org-table-export-default-format): Remove :splice
6377         from default format, we get the same effect by not specifying
6378         :tstart and :tend.
6379         (org-table-export): Improve setup, distinguish better between
6380         interactive and non-interactive use, allow specifying the format
6381         on the fly, better protection against wrong file names.
6382         (orgtbl-to-generic): Fix documentation.  Do not require :tstart
6383         and :tend when :splice is omitted.
6385 2008-05-09  Bernt Hansen  <bernt@norang.ca>
6387         * org-clock.el (org-clock-select-task): Make sure the selection
6388         letters are 1-9 and A-Z, no special characters.
6390 2008-05-09  Carsten Dominik  <dominik@science.uva.nl>
6392         * org-exp.el (org-export-htmlize): New group.
6393         (org-export-htmlize-output-type)
6394         (org-export-htmlize-css-font-prefix): New options.
6395         (org-export-htmlize-region-for-paste): New function.
6396         (org-export-htmlize-generate-css): New command.
6398 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
6400         * org/org.el (org-modules, org-format-latex-options):
6401         * org/org-archive.el (org-archive-stamp-time)
6402         (org-archive-save-context-info):
6403         * org/org-faces.el (org-hide):
6404         * org/org-irc.el (org-irc-parse-link):
6405         * org/org-macs.el (org-call-with-arg, org-autoload):
6406         * org/org-mew.el (org-mew-store-link):
6407         * org/org-remember.el (org-remember-store-without-prompt)
6408         (org-remember-templates): Fix typos in docstrings.
6410         * org/org-info.el (org-info-store-link): Remove leftover docstring.
6412         * org/org-bbdb.el (org-bbdb-export): Remove leftover docstring.
6413         (org-bbdb-anniversary-field, org-bbdb-extract-date-fun)
6414         (org-bbdb-anniv-split): Fix typos in docstrings.
6416         * org/org-publish.el (org-publish-project-alist): Doc fixes.
6417         (org-publish-use-timestamps-flag): Reflow docstring.
6418         (org-publish-files-alist): Fix typos in docstring.
6420 2008-05-08  Carsten Dominik  <dominik@science.uva.nl>
6422         * org.el (org-set-visibility-according-to-property): New function.
6423         (org-ctrl-c-ctrl-c): Do not restart org-mode, just get the options
6424         and compute the regular expressions, and update font-lock.
6425         (org-property-re): Allow a dash in property names.
6427         * org-archive.el (org-extract-archive-file): Insert the file name
6428         without the path into the format, to allow the location format to
6429         contain a subdirectory.
6431         * org-agenda.el (org-agenda-post-command-hook): If point is at end
6432         of buffer, and the `org-agenda-type' property undefined, use the
6433         value from the character before.
6435         * org.el (org-add-planning-info): Don't let indentation for
6436         would-be timestamp become extra whitespace at the end of headline.
6438 2008-05-07  Carsten Dominik  <dominik@science.uva.nl>
6440         * org.el (org-remove-double-quotes, org-file-contents): New
6441         functions.
6443         * org-exp.el (org-infile-export-plist): Also parse the
6444         contents of #+SETUPFILE files, recursively.
6446         * org.el (org-set-regexps-and-options): Also parse the
6447         contents of #+SETUPFILE files, recursively.
6449         * org-exp.el (org-export-handle-include-files): New function.
6450         (org-export-preprocess-string): Call
6451         `org-export-handle-include-files'.
6453         * org.el (org-delete-property-globally)
6454         (org-delete-property, org-set-property): Ignore case during
6455         completion.
6456         (org-set-property): Use `org-completing-read' instead of
6457         `completing-read'.
6459         * org.el (org-complete-expand-structure-template): New,
6460         experimental function.
6461         (org-structure-template-alist): New, experimental option.
6462         (org-complete): Call `org-complete-expand-structure-template'.
6464 2008-05-06  Bastien Guerry  <bzg@altern.org>
6466         * org-export-latex.el (org-export-latex-preprocess): Added
6467         support for blockquotes.
6469 2008-05-05  Carsten Dominik  <dominik@science.uva.nl>
6471         * org.el (org-read-date-analyze): Catch the case where only a
6472         weekday is given.
6474 2008-05-04  Carsten Dominik  <dominik@science.uva.nl>
6476         * org.el (org-set-font-lock-defaults): Make the description
6477         tag bold.
6479         * org-exp.el (org-export-as-html, org-close-li): Implement
6480         description lists.
6482 2008-05-04  Jason Riedy  <jason@acm.org>
6484         * org-table.el (*orgtbl-default-fmt*): New variable.
6485         (orgtbl-format-line): Use the value of *orgtbl-default-fmt*
6486         when there is no other fmt available.
6488         (orgtbl-to-generic): Allow an explicitly nil :tstart or
6489         :tend to suppress the appropriate string.
6491         (orgtbl-to-orgtbl): New function for translating to another orgtbl
6492         table.
6494 2008-05-02  Carsten Dominik  <dominik@science.uva.nl>
6496         * org.el (org-read-date-analyze): "." as an alias for "+0" in
6497         read date.
6499         * org-clock.el (org-clock-save-markers-for-cut-and-paste):
6500         New function.
6502         * org-agenda.el (org-agenda-save-markers-for-cut-and-paste):
6503         New function.
6505 2008-05-01  Carsten Dominik  <dominik@science.uva.nl>
6507         * org-clock.el (org-clock-find-position): Don't include notes
6508         into clock drawer.
6510         * org-archive.el (org-archive-subtree): No longer remove an
6511         extra line after cutting the subtree.  `org-cut-subtree' already
6512         takes care of this.
6514         * org-remember.el (org-remember-handler): Only kill the target
6515         buffer if it does not contain the running clock.
6517         * org.el (org-markers-to-move): New variable.
6518         (org-save-markers-in-region, org-check-and-save-marker)
6519         (org-reinstall-markers-in-region): New function.
6520         (org-move-subtree-down, org-copy-subtree): Remember relative
6521         marker positions before cutting.
6522         (org-move-subtree-down, org-paste-subtree): Restore relative
6523         marker positions after pasting.
6525         * org-remember.el (org-remember-clock-out-on-exit): New option.
6526         (org-remember-finalize): Clock out only if the setting in
6527         `org-remember-clock-out-on-exit' requires it.
6528         (org-remember-handler): Do the cleanup in the buffer, to make sure
6529         that the clock marker remains in tact.
6531 2008-04-29  Carsten Dominik  <dominik@science.uva.nl>
6533         * org-clock.el (org-clock-goto): Widen buffer if necessary.
6534         (org-clock-in): Make sure that also tasks outside the narrowed
6535         region will be clocked in correctly.
6536         (org-clock-insert-selection-line): Widen the buffer so that we can
6537         find the correct task heading.
6539         * org.el (org-base-buffer): New function.
6541         * org-exp.el (org-icalendar-cleanup-string): Make sure ',"
6542         and ";" are escaped.
6543         (org-print-icalendar-entries): Also apply
6544         `org-icalendar-cleanup-string' to the headline, not only to the
6545         summary property.
6547 2008-04-28  Carsten Dominik  <dominik@science.uva.nl>
6549         * org-exp.el (org-export-preprocess-hook): New hook.
6550         (org-export-preprocess-string): Call
6551         `org-export-preprocess-hook'.
6553         * org.el (org-font-lock-hook): New variable.
6554         (org-font-lock-hook): New function.
6555         (org-set-font-lock-defaults): Call `org-font-lock-hook'.
6557 ;; Local Variables:
6558 ;; coding: utf-8
6559 ;; add-log-time-zone-rule: t
6560 ;; End:
6562     Copyright (C) 2008  Free Software Foundation, Inc.
6564   This file is part of GNU Emacs.
6566   GNU Emacs is free software: you can redistribute it and/or modify
6567   it under the terms of the GNU General Public License as published by
6568   the Free Software Foundation, either version 3 of the License, or
6569   (at your option) any later version.
6571   GNU Emacs is distributed in the hope that it will be useful,
6572   but WITHOUT ANY WARRANTY; without even the implied warranty of
6573   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
6574   GNU General Public License for more details.
6576   You should have received a copy of the GNU General Public License
6577   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
6579 ;; arch-tag: a9bdcf06-7c2d-4b5a-bf7a-c5e7b706f67c