Protect target-like strings in verbatim emphasis
[org-mode/org-tableheadings.git] / lisp / ChangeLog
blob192f42b236f7b647c5c8c6eca8ac48beded0e1b5
1 2009-11-08  Carsten Dominik  <carsten.dominik@gmail.com>
3         * org-latex.el (org-export-latex-preprocess): Protect targets in
4         verbatim emphasis.
6         * org-html.el (org-export-as-html): Protect targets in verbatim
7         emphasis.
9         * org-docbook.el (org-export-as-docbook): Protect targets in
10         verbatim emphasis.
12 2009-11-06  Carsten Dominik  <carsten.dominik@gmail.com>
14         * org-clock.el (org-show-notification): Handle messages that
15         contain a percent character.
17         * org-remember.el (org-remember-apply-template): Turn of partial
18         completion.
20         * org-mobile.el (org-mobile-before-process-capture-hook): New hook.
21         (org-mobile-pull): Run `org-mobile-before-process-capture-hook'.
23         * org.el (org-indent-mode): Define variable already in org.el.
24         (org-unfontify-region): Remove line-prefix and wrap-prefix
25         properties only if org-indent-mode is active.
27 2009-11-05  Carsten Dominik  <carsten.dominik@gmail.com>
29         * org-icalendar.el (org-print-icalendar-entries): Save match data
30         around call to verify function.
31         (org-print-icalendar-entries): Add a call to the verification
32         function.
34         * org.el (org-speedbar-set-agenda-restriction): Remove unnecessary
35         save-restrivtion' form.
37 2009-11-05  Dan Davison  <davison@stats.ox.ac.uk>
39         * org-exp.el (org-export-format-source-code-or-example): restrict
40         scope of preserve-indentp to the let binding.
41         (org-src): require org-src, since org-src-preserve-indentation is used.
43 2009-11-05  Carsten Dominik  <carsten.dominik@gmail.com>
45         * org-timer.el (org-timer-set-timer): Set variables
46         org-timer-timer[123] correctly.
49         * org-mobile.el (org-mobile-files-alist): Make it work when
50         `agenda-archives' is included in
51         `org-agenda-text-search-extra-files'.
52         (org-mobile-push): Restore agenda after mobile push.
54 2009-11-05  John Wiegley  <jwiegley@gmail.com>
56         * org-clock.el (org-resolve-clocks-if-idle): Another fix to the
57         way the amount of idle time is presented in the minibuffer.
59 2009-11-05  Carsten Dominik  <carsten.dominik@gmail.com>
61         * org-icalendar.el (org-print-icalendar-entries): Use
62         org-icalendar-verify-function only if non-nil.
64         * org.el (org-refile): Refile to clock only if the prefix arg is
65         2.
66         (org-sparse-tree): Fix docstring to be in line with prompt.
67         (org-update-parent-todo-statistics): Call
68         `org-after-todo-statistics-hook' on each level.
70 2009-11-04  Carsten Dominik  <carsten.dominik@gmail.com>
72         * org-remember.el (org-remember-apply-template): Make sure the
73         buffer exists.
75 2009-11-03  Carsten Dominik  <carsten.dominik@gmail.com>
77         * org.el (org-tab-ind-state): New variable.
78         (org-cycle-level): New function.
79         (org-cycle-level-after-item/entry-creation): New option.
80         (org-flag-subtree): New function.
81         (org-hide-archived-subtrees): Call `org-flag-subtree'.
82         (org-set-effort): Indexed access.
84         * org-list.el (org-cycle-item-indentation): New function.
86         * org.el (org-refile): Make prefix argument 2 refile to current
87         clock.
88         (org-priority): Interpret action `remove' as call to remove the
89         priority cookie.
91         * org-remember.el (org-remember-apply-template): Don't depend on
92         buffer name being like file name.
94 2009-11-02  Carsten Dominik  <carsten.dominik@gmail.com>
96         * org-clock.el (org-clock-play-sound): Expand file in
97         org-clock-sound, to allow ~ for home.
99         * org-remember.el (org-remember-handler): Set
100         text-before-node-creation even if this already looks like a node,
101         because the string might be needed on non-org-mode target files.
103         * org-agenda.el (org-agenda-open-link): Make this work in agenda
104         clocktables.
105         (org-agenda-switch-to): Follow a link at point if
106         org-return-follows-link' is set and there is nothing else to do in
107         this line.
109 2009-11-02  James TD Smith  <ahktenzero@mohorovi.cc>
111         * org-colview-xemacs.el: Add in changes from org-colview.el
113 2009-11-01  Dan Davison  <davison@stats.ox.ac.uk>
115         * org-exp-blocks.el: Modify split separator regexp to avoid empty
116         strings.
118 2009-11-01  James TD Smith  <ahktenzero@mohorovi.cc>
120         * org-colview.el (org-columns-new): Make this work with the new
121         operators.
122         (org-columns-store-format): Make this work with the new operators.
124 2009-11-01  Carsten Dominik  <carsten.dominik@gmail.com>
126         * org-src.el (org-src-preserve-indentation): Document that this
127         variable is also used during export.
129         * org-exp.el (org-export-format-source-code-or-example): Preserve
130         indentation if a block has a -i option, or if
131         `org-src-preserve-indentation' is set.
133         * org-exp-blocks.el (org-export-blocks-preprocess): Preserve
134         indentation if a block has a -i option, or if
135         `org-src-preserve-indentation' is set.
137 2009-10-31  Carsten Dominik  <carsten.dominik@gmail.com>
139         * org.el (org-mode-map): Define the new archiving keys.
140         (org-speed-commands-default): Define an archiving key in the speed
141         command map.
142         (org-org-menu): Improve the menu structure concerning archiving.
144         * org-archive.el (org-archive-subtree-default-with-confirmation):
145         New command.
147         * org-agenda.el (org-agenda-mode-map): Define the new archiving keys.
148         (org-agenda-menu): Add the new archiving commands to the menu.
149         (org-agenda-archive-default)
150         (org-agenda-archive-default-with-confirmation): New commands.
151         (org-agenda-archive, org-agenda-archive-to-archive-sibling): Just
152         call `org-agenda-archive-with'.
153         (org-agenda-archive-with): New function.
155         * org-table.el (org-table-convert-region): Inert spaces around "|"
156         to avoid line beginnings like "|-1" which will be mistaken as
157         hlines.
159 2009-10-30  Carsten Dominik  <carsten.dominik@gmail.com>
161         * org.el (org-offer-links-in-entry): Return nil if there are no
162         links, t if a link has been selected.
163         (org-open-at-point): Open attachment directory when called in the
164         headline and there are no links in the entry body.
165         (org-speed-commands-default): Add "o" for open-at-point as a speed
166         command.
168         * org-attach.el (org-attach-reveal): Optional prefix arg
169         IF-EXISTS, which avoids creating the attachment directory if it
170         does not yet exist.
172         * org-agenda.el (org-agenda, org-run-agenda-series): Evaluate
173         MATCH.
175 2009-10-29  Carsten Dominik  <carsten.dominik@gmail.com>
177         * org.el ("abbrev"): Work with abbrev tables only after they have
178         been loaded.
180         * org-list.el (org-list-send-list): Fix bug related to match
181         data.
183         * org-latex.el (org-export-latex-fontify): Apply verbatim
184         emphasis.
185         (org-export-latex-make-header): Insert \obeylines if line breaks
186         should be preserved.
188         * org-exp.el (org-export-protect-verbatim): Add an
189         `org-verbatim-emph' property to such text.
191 2009-10-28  Carsten Dominik  <carsten.dominik@gmail.com>
193         * org-icalendar.el (org-icalendar-use-plain-timestamp): New option.
194         (org-print-icalendar-entries): Skip entries where the timestamp is
195         not a deadline and not scheduled, if the user requests that.
197         * org-latex.el (org-export-latex-quotation-marks): Allow a bracket
198         before an opening quote.
200         * org-archive.el (org-archive-subtree): Keep archive after
201         archiving something.
203         * org-id.el (org-id-update-id-locations): Add archive files if
204         that is required by `org-id-extra-files'.
206 2009-10-27  Carsten Dominik  <carsten.dominik@gmail.com>
208         * org-src.el (org-src-window-setup): New option.
209         (org-src-switch-to-buffer): New function.
210         (org-edit-src-exit): Add optional argument CONTEXT and use it to
211         restore window configuration.
212         (org-edit-src-code, org-edit-src-continue, org-edit-src-exit):
213         Call `org-src-switch-to-buffer'.
215         * org.el (org-default-properties): Add STYLE property.
216         (org-files-list): Use the function call to get the files.
217         (org-additional-option-like-keywords): Add SETUPFILE to completion
218         list.
220 2009-10-26  Carsten Dominik  <carsten.dominik@gmail.com>
222         * org-table.el (org-table-convert-region): Correctly interpret
223         quoting in csv import.
225         * org.el (org-icompleting-read): Make iswitchb completion work
226         with lists and tables.
228         * org-agenda.el (org-agenda-add-entry-text): Never add entry text
229         while pushing the mobile agenda.
231 2009-10-25  John Wiegley  <jwiegley@gmail.com>
233         * org-clock.el
234         (org-clock-auto-clock-resolution): Now takes three values: nil, t
235         and `when-no-clock-is-running'.
236         (org-clock-in): Use `org-clock-auto-clock-resolution' to determine
237         whether or not to resolve Org buffers on clock in.
239 2009-10-25  James TD Smith  <ahktenzero@mohorovi.cc>
241         * org-colview.el (org-format-time-period): Function to format
242         times in fractional days for display.
243         (org-columns-display-here): Add support for showing a calculated
244         value in place of the property.
245         (org-columns): Set `org-columns-time' to the current time so time
246         difference calculations will work.
247         (org-columns-time): Use to store the current time when column view
248         is displayed, so all time differences will use the same reference
249         point.
250         (org-columns-compile-map): There is now an extra position in each
251         entry specifying the function to use to calculate the displayed
252         value for the non-calculated properties in the column,
253         (org-columns-compute-all): Set `org-columns-time' to the current
254         time so time difference calculations will work.
255         (org-columns-compute): Handle column operators where the values
256         used are calculated from the underlying property.
257         (org-columns-number-to-string): Handle the 'age' column format
258         (org-columns-string-to-number): Correct the function name (was
259         org-column...). Add support for the 'age' column format.
260         (org-columns-compile-format): Support the additional parameter in
261         org-columns-compile-map.
263 2009-10-26  Bastien Guerry  <bzg@altern.org>
265         * org.el (org-mode-hook): Turn `org-mode-hook' into a customizable
266         variable.
268 2009-10-25  Carsten Dominik  <carsten.dominik@gmail.com>
270         * org-clock.el (org-clock-has-been-used): New variable.
271         (org-clock-in): Set `org-clock-has-been-used'.
272         (org-clock-save): Save only if clock data has been used or created
273         during this session.
275 2009-10-24  Carsten Dominik  <carsten.dominik@gmail.com>
277         * org-clock.el (org-clock-persist): New value, to store only the
278         clock history.
279         (org-clock-save): Don't save the clock if only the history should
280         be stored.
281         (org-clock-load): Turn off John Wiegley's auto resolving mechanism
282         when restoring a saved clock.
284 2009-10-24  John Wiegley  <jwiegley@gmail.com>
286         * org-clock.el (org-clock-display, org-clock-put-overlay): Use
287         `org-time-clock-use-fractional'.
289         * org.el (org-time-clocksum-use-fractional)
290         (org-time-clocksum-fractional-format): Two new customizable
291         variables which allow the user to select fractional times (1.25
292         instead of 1:25) in the `org-clock-display' report.
294 2009-10-23  John Wiegley  <jwiegley@gmail.com>
296         * org-habit.el (org-habit-build-graph): None of the arguments
297         should be optional.
298         (org-habit-parse-todo, org-habit-deadline)
299         (org-habit-get-priority, org-habit-get-faces)
300         (org-habit-build-graph): Further simplifications by storing all
301         past, scheduled and deadline dates as a number of days past the
302         epoch, and not as times.
304         * org-habit.el (org-habit-warning-face)
305         (org-habit-warning-future-face): Removed because these are no
306         longer used.
307         (org-habit-deadline, org-habit-deadline-repeat): Now always
308         returns a date; computed if there was a scheduled repeater but no
309         deadline repeater.
310         (org-habit-get-priority): Further improvements to the priority
311         algorithm.  In particular, items past due should always appear
312         before items due or not yet due.
313         (org-habit-get-faces): Greatly simplified the logic, now that
314         `org-habit-deadline' always returns a valid time.
316 2009-10-23  Carsten Dominik  <carsten.dominik@gmail.com>
318         * org-ascii.el (org-export-ascii-table-keep-all-vertical-lines):
319         New option.
321         * org.el (org-tag-alist): Fix customization type.
323 2009-10-22  Carsten Dominik  <carsten.dominik@gmail.com>
325         * org-mobile.el (org-mobile-update-checksum-for-capture-file):
326         Make sure the regexp search can fail without throwing an error.
327         (org-mobile-apply): Save the inbox buffer after removing
328         successfully applied changes.
330 2009-10-22  John Wiegley  <jwiegley@gmail.com>
332         * org-habit.el (org-habit-build-graph): Fix to the graph building
333         when last DONE date is earlier than `org-habit-preceding-days'.
335         * org-clock.el (org-resolve-clocks-if-idle): Fix to the way idle
336         time is reported after the user comes back (but before they
337         resolve time).
339         * org.el (org-get-repeat): Change so that this function can be
340         called with either `org-scheduled-string' or
341         `org-deadline-string'.
343         * org-habit.el (org-habit-parse-todo): Use `org-scheduled-string'
344         to find the scheduled date.
346         * org-clock.el (org-clock-auto-clock-resolution): Renamed
347         `org-clock-disable-clock-resolution', since negatives don't sound
348         good in customization variables.
349         (org-clock-in): Don't use the auto-resolution logic if the user is
350         clocking into a different task while an active clock is running.
351         This then allows the default behavior of clocking out of the open
352         task and then into the new task.
354         * org-habit.el (org-habit-parse-todo): Generate an error if a
355         habit has a scheduled repeat period < 1.
356         (org-habit-get-faces): Fixes to the way that colors are computed.
357         (org-habit-build-graph): The graph wasn't displaying beyond any
358         day that had two completions in it.
360         * org.el (org-modules): Made this variable more consistent, since
361         it was referring to Org, OrgMode and Org-mode, whereas the docs
362         for the variable always refer to Org-mode.
364 2009-10-21  James TD Smith  <ahktenzero@mohorovi.cc>
366         * org.el (org-repeat-re): The changed org-repeat-re no longer
367         matched simple +2d type repeaters. Fix it so it does.
369 2009-10-21  Carsten Dominik  <carsten.dominik@gmail.com>
371         * org-latex.el (org-export-latex-preprocess): Protect the vspace
372         macro in the VERSE environment.
374 2009-10-20  John Wiegley  <jwiegley@gmail.com>
376         * org-habit.el (org-habit-get-priority): A new function that
377         determines the relative priority of a habit, based on how long
378         past its scheduled date it is, and how near the deadline is.
380         * org-agenda.el (org-agenda-get-scheduled): Set habit priority
381         using `org-habit-get-priority'.
383         * org-habit.el (org-habit-build-graph): Start displaying colors
384         from the first scheduled date, if that date is earlier than the
385         first completion date.
387         * org-habit.el: Changed all "color" variables to faces, and made
388         them appropriate for light and dark backgrounds.
390         * org-habit.el (org-habit-duration-to-days): Made this function
391         more general.
392         (org-habit-parse-todo): Parse the new ".+N/N" style repeater.
394         * org-agenda.el (org-agenda-get-deadlines): Removed all mention of
395         habits, since they don't use DEADLINE anymore.
397         * org.el (org-repeat-re, org-display-custom-time)
398         (org-timestamp-change): Extended to support the new ".+N/N"
399         syntax, used for habits.
401         * org-clock.el (org-clock-resolve-clock): Fixed an incorrect
402         variable reference.
404         * org-agenda.el (org-agenda-set-mode-name): Show Habit in the
405         modeline when habits are being displayed (if that module is being
406         loaded).
408 2009-10-21  James TD Smith  <ahktenzero@mohorovi.cc>
410         * org-clock.el (org-x11-idle-seconds): Add a method to get the X11
411         idle time using the xscreensaver extension.
412         (org-user-idle-seconds): Use X11 idle time if available.
414 2009-10-20  Carsten Dominik  <carsten.dominik@gmail.com>
416         * org-agenda.el (org-agenda-next-line): New command.
417         (org-agenda-previous-line): New commands.
418         (org-agenda-show-and-scroll-up, org-agenda-show-scroll-down): New
419         commands.
420         (org-agenda-follow-mode): Do the follow immediately if the mode is
421         turned on here.
422         (previous-line, next-line): Replace keys with the corresponding
423         org functions.
424         (org-agenda-mode-map): Bind backspace and delete to the scrolling
425         command.
427         * org.el (org-icompleting-read): Turn off partial completion mode
428         for the duration of this completion round.
430         * org-latex.el (org-export-latex-fontify-headline): Protect TeX
431         macros in author lines and similar stuff.
433         * org.el (org-file-tags): Fix docstring.
434         (org-get-buffer-tags): Add the #+FILETAGS tags.
435         ("ecb"): Maks ecb show context after jumping into an Org file.
437 2009-10-20  John Wiegley  <johnw@newartisans.com>
439         * org-agenda.el (org-finalize-agenda): Draw habit consistency
440         graphs after everything else in the buffer has been setup.
442 2009-10-19  Carsten Dominik  <carsten.dominik@gmail.com>
444         * org-mobile.el (org-mobile-apply): Count success and failure.
446         * org.el (org-indent-line-function): Fix regexp replace problem.
448 2009-10-19  John Wiegley  <johnw@newartisans.com>
450         * org-clock.el (org-clock-disable-clock-resolution): New
451         customization variable that disable automatic clock resolution on
452         clock in.
453         (org-clock-in): If `org-clock-disable-clock-resolution' is set, do
454         not automatically resolve anything.  This is does not affect
455         idle-time resolution, however, if `org-clock-idle-time' is set.
457 2009-10-19  John Wiegley  <johnw@newartisans.com>
459         * org-habit.el: New file, which implements code to build a "habit
460         consistency graph".
462         * org-agenda.el (org-agenda-get-deadlines)
463         (org-agenda-get-scheduled): Display consistency graphs when
464         outputting habits into the agenda.  The graphs are always relative
465         to the current time.
466         (org-format-agenda-item): Added new parameter `habitp', which
467         indicates whether we are formatting a habit or not.  Do not
468         display "extra" leading information if habitp is true.
470         * org.el (org-repeat-re): Improved regexp to include .+ and ++
471         leaders for repeat strings.
472         (org-get-repeat): Now takes a string parameter `tagline', so the
473         caller can obtain the SCHEDULED repeat, or the DEADLINE repeat.
475 2009-10-19  John Wiegley  <johnw@newartisans.com>
477         * org-agenda.el (org-agenda-auto-exclude-function): New
478         customization variable for allowing the user to create an "auto
479         exclusion" filter for doing context-aware auto tag filtering.
480         (org-agenda-filter-by-tag): Changes to support the use of
481         `org-agenda-auto-exclude-function'.  See the new manual addition,.
483 2009-10-18  John Wiegley  <johnw@newartisans.com>
485         * org.el (org-files-list): Don't attempt to return a file name for
486         Org buffers which have no associated file.
488         * org-agenda.el (org-agenda-do-action): Fixed a typo.
490 2009-10-18  Carsten Dominik  <carsten.dominik@gmail.com>
492         * org-mobile.el (org-mobile-locate-entry): Interpret files
493         relative to org-directory.
494         (org-mobile-inbox-for-pull): Document the best location for this
495         file.
496         (org-mobile-check-setup): Verify `org-directory'.
497         (org-mobile-create-index-file): Sort the files to be listed in
498         index.org.
500 2009-10-17  James TD Smith  <ahktenzero@mohorovi.cc>
502         * org.el (org-fast-tag-selection): Add a way to display a
503         description for a tag group. This is done by adding a string to
504         either the startgroup or endgroup cell.
506 2009-10-17  Carsten Dominik  <carsten.dominik@gmail.com>
508         * org-clock.el (org-clock-resolve, org-resolve-clocks)
509         (org-emacs-idle-seconds): Use `org-float-time' instead of
510         `time-to-seconds'
512 2009-10-17  Carsten Dominik  <carsten.dominik@gmail.com>
514         * org-agenda.el (org-agenda-sorting-strategy): Fix customization
515         type.
517         * org.el (org-pre-cycle-hook): Document that `empty' can also be
518         the value of ARG when doing local cycling.
520 2009-10-17  John Wiegley  <johnw@newartisans.com>
522         * org-clock.el (org-clock-resolve-clock): If keeping or
523         subtracting time results in a clock out at a time in the past, and
524         if the resolution occurred due to idleness or invoking `M-x
525         org-resolve-clocks', remember that past moment in time.  On the
526         next clock in, the user will be prompted to see if they want to
527         back-date their new clock to then.
528         (org-clock-resolve): Do not jump the user to the location of a
529         dangling clock if the resolution is occuring due to an idle
530         timeout.  In that case there is typically only one dangling clock,
531         the active one, and there is no value gained by shuffling their
532         windows around to show it to them.  Being prompted to resolve an
533         idle clock should be as inobtrusive as possible.
534         (org-resolve-clocks-if-idle): New function that resolves only the
535         currently active clock if the user has exceeded the time returned
536         by `org-user-idle-seconds', based on the value of
537         `org-clock-idle-time'.
538         (org-clock-in): If, after resolving clocks,
539         (org-clock-out): Cancel the `org-clock-idle-timer' on clock out.
541         * org-clock.el (org-clock-resolve-clock): New function that
542         resolves a clock to a specific time, closing or resuming as need
543         be, and possibly even starting a new clock.
544         (org-clock-resolve): New function used by `org-resolve-clocks'
545         that sets up for the call to `org-clock-resolve-clock'.  It
546         determines the time to resolve to based on a single-character
547         selection from the user to either keep time, subtract away time or
548         cancel the clock.
549         (org-resolve-clocks): New user command which resolves dangling
550         clocks -- that is, open but not active -- anywhere in the file
551         list returned by `org-files-list'.
552         (org-clock-in): Automatically resolve dangling clocks whenever a
553         user clocks in.
554         (org-clock-cancel): If the user cancels the solely clock in a
555         LOGBOOK, remove the empty drawer.
557         * org-clock.el (org-clock-idle-time): New user customizable option
558         for detecting whether the user has left a clock idle.  Note: it is
559         only used in this commit to test whether it's worthwhile to check
560         OS X to get the Mac user's current idle time.  If the Emacs idle
561         time is less than the value, the user hasn't been away long enough
562         to be worth checking (a more expensive test than just getting
563         Emacs idle time).
564         (org-user-idle-seconds, org-mac-idle-seconds)
565         (org-emacs-idle-seconds): This three functions, in conjunction
566         with the user customization variable `org-clock-idle-time', return
567         the number of seconds (as a floating point) that the user has been
568         away from their Emacs (or, if running on OS X, their computer).
570         * org-clock.el (org-find-open-clocks): New function that returns a
571         list of all open clocks in the given FILE.  Note that each clock
572         it returns is a cons cell of the format (MARKER . START-TIME).
573         This "clock" value is used by several of the new clock module
574         utility functions.
575         (org-is-active-clock): New inline function which tests whether the
576         given clock value is the same as the currently active clock.
577         Returns non-nil if this is the case.
578         (org-with-clock-position): New macro that evaluates FORMS with
579         point in the buffer and at the position of the given clock.
580         Changes to the current clock are global.
581         (org-with-clock): New macro that evaluates FORMS with point in the
582         buffer and at the position of the given clock.  However, changes
583         to the current clock are local and have no effect on the user's
584         active clock.  This allows, for example, far any clock to be
585         cancelled without cancelling the active clock.
586         (org-clock-clock-in): New inline function that switches the active
587         clock to the given clock.  If either the argument RESUME, or the
588         global `org-clock-in-resume', are non-nil, it will resume a clock
589         that was previously left open.
590         (org-clock-clock-out): New inline function that clocks out the
591         given clock value without affecting the currently active clock.
592         (org-clock-clock-cancel): New inline function that cancels the
593         given clock value without affecting the currently active clock.
595         * org-clock.el (org-clock-in): Before creating
596         `org-clock-mode-line-timer', check to make sure an older timer is
597         not currently running.
598         (org-clock-out): Accept new third parameter `at-time', which
599         permits a clock to be clocked out at a specific time.  Note that
600         no attempt is made to verify that the clock out time is later than
601         the clock in time.
603         * org.el (org-files-list): New utility function for returning a
604         list of all open org-mode buffers, plus all files used to build
605         the agenda buffer.  Note that not all the files will necessarily
606         be visited by a buffer at time of call.
607         (org-entry-beginning-position): Like the function
608         `line-beginning-position', this inline function returns the
609         beginning position of the current heading/entry.
610         (org-entry-end-position): Like the function `line-end-position',
611         this inline function returns the end position of the current
612         heading/entry.
614 2009-10-16  Carsten Dominik  <carsten.dominik@gmail.com>
616         * org-agenda.el (org-agenda-list): Mark the all-todo items line as
617         a header line.
619 2009-10-15  Carsten Dominik  <carsten.dominik@gmail.com>
621         * org-exp.el (org-inlinetask-remove-END-maybe): Declare function.
623 2009-10-14  Carsten Dominik  <carsten.dominik@gmail.com>
625         * org-agenda.el (org-agenda-filter-make-matcher): Allow to filter
626         entries that have no tags.
627         (org-agenda-search-view): New customize group.
628         (org-agenda-search-view-search-words-only): New option.
629         (org-search-view): Implement substring search.
631 2009-10-13  Carsten Dominik  <carsten.dominik@gmail.com>
633         * org.el (org-outline-level): Add doc string.
635 2009-10-12  Carsten Dominik  <carsten.dominik@gmail.com>
637         * org-inlinetask.el (org-inlinetask-export): Re-introduce
638         variable.
639         (org-inlinetask-export-handler): Only export inline task if the
640         user option calls for it.
642 2009-10-10  Carsten Dominik  <carsten.dominik@gmail.com>
644         * org-exp.el (org-export-handle-export-tags): Remove inlinetask
645         END if present.
647 2009-10-07  Carsten Dominik  <carsten.dominik@gmail.com>
649         * org-latex.el (org-export-latex-tables): Don't format in
650         protected regions.
652 2009-10-06  Carsten Dominik  <carsten.dominik@gmail.com>
654         * org-src.el (org-edit-src-code)
655         (org-edit-src-find-region-and-lang, org-edit-src-exit): Handle
656         macro editing.
658         * org-agenda.el (org-prefix-category-max-length): New variable.
659         (org-format-agenda-item): Use `org-prefix-category-max-length'.
660         (org-compile-prefix-format): Set `org-prefix-category-max-length'.
662 2009-10-03  Carsten Dominik  <carsten.dominik@gmail.com>
664         * org-mobile.el (org-mobile-create-index-file): Improve the
665         listing of tags and todo keywords.
667         * org-latex.el (org-export-latex-format-image): New function.
668         (org-export-latex-links): Use `org-export-latex-format-image'.
670 2009-10-02  Carsten Dominik  <carsten.dominik@gmail.com>
672         * org-inlinetask.el (org-inlinetask-get-current-indentation)
673         (org-inlinetask-remove-terminator): New functions.
674         (org-inlinetask-export-handler): Terminate the description list.
676         * org-exp.el (org-export-select-backend-specific-text): Remove the
677         region markers.
679         * org-inlinetask.el (org-inlinetask-export-handler): fix bug for
680         tasks without content.
682         * org-clock.el: Make sure the clock-in target position does not
683         move to a different node by widening the buffer.
685         * org-html.el (org-export-html-format-image): Wrap image into
686         figure div only when there is a caption.
688         * org-archive.el (org-archive-mark-done): Change default value to
689         nil.
691 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
693         * org.el (org-context): Call `bobp', not `eobp'.
695         * org-clock.el (org-clock-cancel): Remove quotes from marker
696         variables.
698         * org.el (org-read-date-prefer-future): New allowed value `time'.
699         (org-read-date-analyze): Shift day to tomorrow depending on time
700         entered and value of `org-read-date-prefer-future'.
702 2009-09-30  Carsten Dominik  <carsten.dominik@gmail.com>
704         * org.el (org-set-tags-to): New command.
706         * org-mobile.el (org-mobile-action-alist): Add more options and
707         update the docstring.
708         (org-mobile-apply-flags): Parse for and use the data.
710         * org-latex.el (org-export-latex-set-initial-vars): Also check in
711         the plist.
713         * org.el (org-additional-option-like-keywords): Add LATEX_CLASS
714         keyword.
716         * org-exp.el (org-infile-export-plist): Add LATEX_CLASS keyword.
718 2009-09-29  Carsten Dominik  <carsten.dominik@gmail.com>
720         * org-inlinetask.el (org-inlinetask-export): Option removed.
721         (org-inlinetask-export-handler): Better export.
723         * org-xoxo.el (org-export-xoxo-final-hook): New hook.
724         (org-export-as-xoxo): Run the new hook.
726         * org-html.el (org-export-html-final-hook): New hook.
727         (org-export-as-html): Run the new hook.
729         * org-docbook.el (org-export-docbook-final-hook): New hook.
730         (org-export-as-docbook): Run the new hook.
732         * org-ascii.el (org-export-ascii-final-hook): New hook.
733         (org-export-as-ascii): Run the new hook.
735         * org-mobile.el (org-mobile-create-sumo-agenda): Call
736         `org-sore-agenda-views' instead of `org-batch-store-agenda-views'.
738         * org-latex.el (org-export-latex-treat-sub-super-char): Allow a
739         space character as the character before the ^/_.
740         (org-export-latex-final-hook): New hook.
741         (org-export-as-latex): Run `org-export-latex-final-hook'.
743 2009-09-28  Carsten Dominik  <carsten.dominik@gmail.com>
745         * org-macs.el (org-if-unprotected-at): Fix docstring.
747         * org-agenda.el (org-agenda-change-all-lines): Handle invisible
748         text in the prefix (if category is a link).
750         * org-latex.el (org-export-latex-preprocess): Deal properly with
751         empty lines in verse environments.
753         * org.el (org-format-latex-header): Inline fullpage.sty.
755         * org-footnote.el (org-footnote-create-definition): Reveal context
756         to add a new footnote definition.
758         * org-mobile.el (org-mobile-files-alist): Add the list of tags to
759         the index file.
760         (org-mobile-files): New option.
761         (org-mobile-files-alist, org-mobile-checksum-files): New variable.
762         (org-mobile-prepare-file-lists, org-mobile-files-alist): New
763         functions.
764         (org-mobile-push): Start by creating the files lists.
765         (org-mobile-copy-agenda-files): Move killing the buffer to after
766         the save-excursion has exited.
767         (org-mobile-write-checksums): Write checksums also for files in
768         sub-directories.
770         * org.el (org-ctrl-c-ctrl-c): Pass prefix arg to
771         org-table-recalculate when cursor is in TBLFM line.
773         * org-list.el (org-renumber-ordered-list): Fix cursor position
774         when bullet length has changed.
776 2009-09-26  Carsten Dominik  <carsten.dominik@gmail.com>
778         * org.el (org-format-latex): Mention `org-format-latex-options' in
779         the docstring.
781 2009-09-25  Carsten Dominik  <carsten.dominik@gmail.com>
783         * org.el (org-agenda-get): New function.
785         * org-agenda.el (org-agenda-post-command-hook): No longer move
786         point away from end of line.
787         (org-agenda-add-entry-text, org-agenda-collect-markers)
788         (org-finalize-agenda, org-agenda-mark-clocking-task)
789         (org-agenda-dim-blocked-tasks, org-agenda-entry-text-show-here)
790         (org-agenda-entry-text-show, org-agenda-highlight-todo)
791         (org-agenda-compare-effort, org-agenda-filter-apply)
792         (org-agenda-later, org-agenda-change-time-span)
793         (org-agenda-post-command-hook, org-agenda-show-priority)
794         (org-agenda-show-tags, org-agenda-goto, org-agenda-kill)
795         (org-agenda-archive, org-agenda-archive-to-archive-sibling)
796         (org-remove-subtree-entries-from-agenda, org-agenda-refile)
797         (org-agenda-open-link, org-agenda-copy-local-variable)
798         (org-agenda-switch-to, org-agenda-check-no-diary)
799         (org-agenda-tree-to-indirect-buffer, org-agenda-todo)
800         (org-agenda-add-note, org-agenda-change-all-lines)
801         (org-agenda-priority, org-agenda-set-tags)
802         (org-agenda-set-property, org-agenda-set-effort)
803         (org-agenda-toggle-archive-tag, org-agenda-date-later)
804         (org-agenda-show-new-time, org-agenda-date-prompt)
805         (org-agenda-schedule, org-agenda-deadline, org-agenda-action)
806         (org-agenda-clock-in, org-agenda-bulk-mark)
807         (org-agenda-bulk-unmark, org-agenda-show-the-flagging-note): Use
808         `org-get-at-bol'.
810         * org-colview.el (org-columns-display-here)
811         (org-columns-edit-allowed, org-agenda-columns): Use
812         `org-get-at-bol'.
814 2009-09-25  Carsten Dominik  <carsten.dominik@gmail.com>
816         * org.el (org-special-ctrl-a/e): Improve documentation and
817         customize type.
818         (org-end-of-line): Don't jump to after the ellipsis.
819         (org-mode-map): Bind <home> and <end> as well.
821 2009-09-24  Carsten Dominik  <carsten.dominik@gmail.com>
823         * org.el (org-fontify-meta-lines-and-blocks): Treat lines with a
824         space after #+ as comments.
825         (org-open-at-point): Run `org-follow-link-hook' always.
827         * org-latex.el (org-export-latex-emph-format): Use better commands
828         to insert special characters in verbatim snippets.
830 2009-09-22  Carsten Dominik  <carsten.dominik@gmail.com>
832         * org-faces.el (org-copy-face): New function.  Use it to create
833         various faces formerly created by using `copy-face'.
835         * org-agenda.el (org-prepare-agenda): Don't officially mark this
836         window dedicated.
837         (org-agenda-quit): Kill the frame containing the agenda window if
838         that frame was created for the agenda.
840 2009-09-21  Carsten Dominik  <carsten.dominik@gmail.com>
842         * org-agenda.el (org-agenda-date-prompt): Mark the changed time
843         stamp in the agenda.
845 2009-09-19  Carsten Dominik  <carsten.dominik@gmail.com>
847         * org-mobile.el (org-mobile-create-index-file): Add the list of
848         TODO keywords, and the list of drawers to the index file.
850         * org-agenda.el (org-prepare-agenda): Reset
851         `org-drawers-for-agenda'.
852         (org-prepare-agenda): Uniquify list of drawers.
854         * org.el (org-complex-heading-regexp-format): New variable.
855         (org-set-regexps-and-options): Define
856         `org-complex-heading-regexp-format'.
857         (org-drawers-for-agenda): New variable.
858         (org-map-entries): Bind `org-drawers-for-agenda'.
859         (org-prepare-agenda-buffers): Add to `org-drawers-for-agenda'.
861         * org-remember.el (org-go-to-remember-target)
862         (org-remember-handler): Use `org-complex-heading-regexp-format'.
864 2009-09-18  Carsten Dominik  <carsten.dominik@gmail.com>
866         * org-agenda.el (org-agenda-highlight-todo): Fix text property
867         problem.
869         * org-mobile.el (org-mobile-capture-file): Use `mobileorg.org' as
870         the capture file, and make it non-configurable.
872         * org.el (org-on-heading-p, org-at-heading-p): Make sure these are
873         always with `invisible-ok'.
874         (org-store-link): No error when there is nothing to link to in the
875         agenda.
877         * org-list.el (org-update-checkbox-count): Insert changed cookie
878         before the old, to avoid problems with invisibility at the end of
879         the line.
880         (org-update-checkbox-count): Insert changed cookie before the old,
881         to avoid problems with invisibility at the end of the line.
883         * org.el (org-sort-entries-or-items): Include the final newline.
884         (org-fontify-meta-lines-and-blocks): Add indented dynamic block
885         lines for fontification.
886         (org-dblock-start-re, org-dblock-end-re): Allow indentation.
887         (org-prepare-dblock): Store the current indentation of the BEGIN
888         line.
889         (org-update-dblock): Apply the indentation of the begin line to
890         the rest of the block.
891         (org-ctrl-c-ctrl-c): Also find indented dblock lines.
892         (org-startup-folded): New allowed value `showeverything'.
893         (org-startup-options): Add STARTUP keyword `showeverything'.
894         (org-set-startup-visibility): Respect value `showeverything' in
895         org-startup-folded.
897 2009-09-17  Carsten Dominik  <carsten.dominik@gmail.com>
899         * org.el (org-closest-date): Fix issue with past preference.
901         * org-mobile.el (org-mobile-apply-flags): Require `org-archive'.
903         * org-archive.el (org-archive-set-tag)
904         (org-archive-subtree-default): New commands.
906         * org-mobile.el (org-mobile-create-index-file): Fix link to
907         capture file.
908         (org-mobile-copy-agenda-files): Create the capture file if it does
909         not exist.
911         * org-clock.el (org-clock-clocktable-default-properties): New
912         option.
913         (org-clock-report): Use
914         `org-clock-clocktable-default-properties'.
916 2009-09-16  Carsten Dominik  <carsten.dominik@gmail.com>
918         * org.el (org-iswitchb-completing-read): Fix typo.
920         * org-crypt.el: New file.
922         * org.el: Add an entry for org-crypt.
924 2009-09-15  Carsten Dominik  <carsten.dominik@gmail.com>
926         * org-agenda.el (org-agenda-menu): Reorganize the menu for more
927         consistency.
928         (org-batch-store-agenda-views): New function.
929         (org-mobile-force-id-on-agenda-items): Mention variable.
930         (org-agenda-title-append): Define variable.
931         (org-write-agenda): New export to Org files.
932         (org-agenda-get-some-entry-text): New arguments INDENT and KEEP.
933         (org-agenda): Allow to keep the restricted file list if a special
934         variable is bound to t.
935         (org-agenda): Define a special agenda view for working on flagged
936         entries.
937         (org-agenda-get-restriction-and-command): List the new agenda
938         view.
939         (org-agenda-show-the-flagging-note): New command.
940         (org-agenda-mode-map): New key `?' for looking at the flagging
941         note.
943         * org.el (org-autoload): Autoload org-mobile.el.
944         (org-org-menu): Add menu commands for MobileOrg in the Org menu.
946         * org-id.el (org-id-get): Fix bug with forcing ID on an item.
948 2009-09-15  Carsten Dominik  <carsten.dominik@gmail.com>
950         * org-table.el (orgtbl-line-start-regexp): Match also TBLNAME
951         statements.
952         (org-table-get-remote-range): Match indented #+TBLNAME
953         statements.
955         * org.el (org-convert-to-odd-levels)
956         (org-convert-to-oddeven-levels): Work also correctly if the file
957         is in outline-mode.
959 2009-09-12  Carsten Dominik  <carsten.dominik@gmail.com>
961         * org.el (org-store-link): When in agenda buffer, link to
962         referenced entry.
963         (org-add-planning-info): Remove spaces at eol.
965         * org-macs.el (org-with-point-at): Add a `lisp-indent-function'
966         property.
968 2009-09-10  Carsten Dominik  <carsten.dominik@gmail.com>
970         * org-latex.el (org-export-latex-first-lines): Fix problem with
971         LaTeX export of first line and selected subtree.
973         * org.el (org-shifttab): Interpret arg differently when using only
974         odd levels.
976 2009-09-09  Bastien Guerry  <bzg@altern.org>
978         * org.el (org-check-agenda-file): Use a more explicit message
980 2009-09-08  Carsten Dominik  <carsten.dominik@gmail.com>
982         * org-exp.el (org-export-remove-special-table-lines): Don't remove
983         normal lines.
985 2009-09-08  Bastien Guerry  <bzg@altern.org>
987         * org.el (org-offer-links-in-entry): Don't use "Select link" as a
988         prompt in the temporary window.
990         * org-agenda.el (org-agenda-bulk-mark): Use a slightly soberer
991         prefix for marked entries in the agenda view.
993 2009-09-07  Andreas Burtzlaff <andy13@gmx.net>  (tiny change)
995         * org.el (outline-end-of-subtree): Bugfix: advise this function in
996         a way that prevents any trailing character from being displayed.
998 2009-09-07  Carsten Dominik  <carsten.dominik@gmail.com>
1000         * org-agenda.el (org-agenda-menu): Fix bugs in the bulk action
1001         menu.
1003         * org-exp.el (org-export-remove-special-table-lines): Remove bad
1004         slow regexp match.
1006 2009-09-06  Carsten Dominik  <carsten.dominik@gmail.com>
1008         * org-latex.el (org-export-latex-preprocess): Do not protect in
1009         the LaTeX header.
1011         * org-src.el (org-edit-src-save): Save window setup while saving.
1012         (org-edit-src-code): Use new buffer name construction scheme.
1014 2009-09-04  Carsten Dominik  <carsten.dominik@gmail.com>
1016         * org-agenda.el (org-agenda-entry-text-exclude-regexps): New
1017         variable.
1018         (org-agenda-entry-text-cleanup-hook): New hook.
1019         (org-agenda-get-some-entry-text): Remove matches of
1020         `org-agenda-entry-text-exclude-regexps' and run the hook
1021         `org-agenda-entry-text-cleanup-hook'.
1023         * org.el (org-offer-links-in-entry): New argument ZERO to
1024         implement a link with index zero.
1025         (org-cycle-show-empty-lines): Not keep empty line under header
1026         hidden.
1027         (org-iswitchb-completing-read): Bind `switchb-use-virtual-buffers'
1028         to nil for special completion.
1029         (org-store-link): Don't error before the first heading.
1031         * org-agenda.el (org-agenda-open-link): Pass the prefix to
1032         `org-offer-links-in-entry'.
1034 2009-09-03  Carsten Dominik  <carsten.dominik@gmail.com>
1036         * org-agenda.el (org-agenda-quit): Provide the window argument for
1037         `window-dedicated-p', Emacs 22 needs it.
1038         (org-format-agenda-item): If the category is a link, arrange for
1039         invisible text to replaced with spaces.
1040         (org-compile-prefix-format): Add the extra space.
1041         (org-prefix-category-length): New variable.
1043         * org-exp.el (org-export-cleanup-toc-line): Remove footnote
1044         references from TOC lines.
1046         * org.el (org-selected-window): New variable.
1048         * org-table.el (org-table-edit-formulas): Remember the selected
1049         window.
1050         (org-table-fedit-finish, org-table-fedit-abort): Select the window
1051         that was originally selected.
1053         * org-exp.el (org-export-preprocess-apply-macros): Scan the
1054         expansion of a macro for more macro definitions.
1056         * org-agenda.el (org-agenda-dim-blocked-tasks): Make sure the
1057         invisibility overlay starts on the newline.
1059 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
1061         * org-protocol.el (org-protocol-store-link)
1062         (org-protocol-remember, org-protocol-open-source): Add autoloads.
1064         * org-compat.el (org-float-time): New function.
1066         * org.el (org-clock-update-time-maybe)
1067         (org-sort-entries-or-items, org-do-sort)
1068         (org-evaluate-time-range, org-time-string-to-seconds)
1069         (org-closed-in-range): Use `org-float-time'.
1071         * org-timer.el (org-timer-start, org-timer-pause-or-continue)
1072         (org-timer-seconds):  Use `org-float-time'.
1074         * org-clock.el (org-clock-get-clocked-time, org-clock-out)
1075         (org-clock-sum, org-dblock-write:clocktable)
1076         (org-clocktable-steps):  Use `org-float-time'.
1078         * org-agenda.el (org-agenda-last-marker-time)
1079         (org-agenda-new-marker, org-diary):  Use `org-float-time'.
1081         * org-compat.el (w32-focus-frame): Declare the w32-focus-frame
1082         function.
1084         * org-exp.el (org-get-file-contents): Only protect lines that
1085         really need it.
1087         * org-html.el (require): Require cl for compilation.
1089         * org.el:  Avoid using `default-major-mode'.
1091         * org-plot.el (require): Require CL only at compile time.
1093         * org-exp.el (require): Require CL only at compile time.
1095         * org-agenda.el (org-agenda-quit): When the agenda window is
1096         dedicated, remove other windows before exiting, so that the frame
1097         really will be killed.
1099         * org-exp.el (org-export-handle-include-files): Reset START and
1100         END for each loop cycle.
1102 2009-09-01  Carsten Dominik  <carsten.dominik@gmail.com>
1104         * org.el (org-eval-in-calendar): Use
1105         `org-select-frame-set-input-focus'.
1107         * org-compat.el (org-select-frame-set-input-focus): New function.
1109         * org.el (org-update-statistics-cookies): New function.
1110         (org-mode-map): Bind `C-c #' to `org-update-statistics-cookies'.
1112 2009-08-31  Carsten Dominik  <carsten.dominik@gmail.com>
1114         * org-src.el (org-edit-fixed-width-region): Set org-src-mode only
1115         after the local variables are set.
1117         * org-latex.el (org-export-latex-protect-amp): New function.
1118         (org-export-latex-links): Protect link ampersands in tables.
1120         * org-exp.el (org-export-select-backend-specific-text): Match in
1121         two steps, to avoid regexp problems.
1123         * org.el (org-offer-links-in-entry): Improve working with many and
1124         duplicate links.
1126         * org-agenda.el (org-agenda-show-1): Make more consistent with
1127         normal cycling.
1128         (org-agenda-cycle-show): Make more consistent with normal cycling.
1130         * org-gnus.el (org-gnus-store-link): Restore the linking to a
1131         website.
1133 2009-08-30  Bastien Guerry  <bzg@altern.org>
1135         * org-latex.el (org-export-latex-first-lines): Bugfix.
1137 2009-08-29  Carsten Dominik  <carsten.dominik@gmail.com>
1139         * org-clock.el (org-clock-modify-effort-estimate): Emit message
1140         about new effort.
1142         * org.el (org-set-effort): New function.
1143         (org-mode-map): New key for effort setting command.
1145         * org-agenda.el (org-agenda): Keep window setup when calling
1146         agenda from within agenda window.
1147         (org-agenda-mode-map): New keys for effort setting commands.
1148         (org-agenda-menu): Add effort setting commands to menu.
1149         (org-agenda-set-property, org-agenda-set-effort): New functions.
1151         * org-latex.el (org-export-latex-tables): Fix
1152         `org-table-last-alignment' and `org-table-last-column-widths' if
1153         the first column has been removed.
1155 2009-08-28  Carsten Dominik  <carsten.dominik@gmail.com>
1157         * org.el (org-remove-timestamp-with-keyword): Only remove in
1158         entry, not in subtree.
1160         * org-src.el (org-src-lang-modes): Add abbreviation elisp for
1161         emacs lisp.
1163         * org.el (org-open-at-point): When on headline, offer all strings
1164         in entry.
1166         * org-remember.el (org-remember-templates): Documentation fix.
1168         * org.el (org-move-subtree-down): Use `org-get-next-sibling' and
1169         `org-get-last-sibling' instead of the outline versions of these
1170         functions.
1171         (org-get-last-sibling): New function.
1172         (org-refile): Use `org-get-next-sibling' instead of the outline
1173         version of this function.
1174         (org-clean-visibility-after-subtree-move): Use
1175         `org-get-next-sibling' and `org-get-last-sibling' instead of the
1176         outline versions of these functions.
1178 2009-08-27  Carsten Dominik  <carsten.dominik@gmail.com>
1180         * org-agenda.el (org-prepare-agenda): When creating a new frame
1181         for the agenda, make the window dedicated.
1183         * org-agenda.el (org-agenda-mode-map): New keys for time motion.
1185         * org-table.el (org-table-align): Change the order of reinsertion
1186         and deletion, to avoid problems with overlays following the table.
1188         * org.el (org-parse-time-string): Better error message.
1189         (org-show-subtree): Use org-end-of-subtree.
1191         * org-macs.el (org-goto-line): New defsubst.
1193         * org.el (org-open-file, org-change-tag-in-region)
1194         (org-fast-tag-show-exit): Don't use `goto-line'.
1196         * org-table.el (org-table-align, org-table-insert-column)
1197         (org-table-delete-column, org-table-move-column)
1198         (org-table-sort-lines, org-table-copy-region)
1199         (org-table-paste-rectangle, org-table-wrap-region)
1200         (org-table-get-specials, org-table-rotate-recalc-marks)
1201         (org-table-get-range, org-table-recalculate)
1202         (org-table-edit-formulas, org-table-fedit-convert-buffer)
1203         (org-table-show-reference, org-table-highlight-rectangle): Don't
1204         use `goto-line'.
1206         * org-src.el (org-edit-src-code, org-edit-fixed-width-region)
1207         (org-edit-src-exit): Don't use `goto-line'.
1209         * org-macs.el (org-preserve-lc): Don't use `goto-line'.
1211         * org-list.el (org-renumber-ordered-list, org-fix-bullet-type):
1212         Don't use `goto-line'.
1214         * org-exp.el (org-export-number-lines): Don't use `goto-line'.
1216         * org-colview.el (org-columns, org-columns-redo)
1217         (org-agenda-columns): Don't use `goto-line'.
1219         * org-colview-xemacs.el (org-columns, org-agenda-columns): Don't
1220         use `goto-line'.
1222         * org-agenda.el (org-agenda-mode): Force visual line motion off.
1223         (org-agenda-add-entry-text-maxlines): Improve docstring.
1224         (org-agenda-start-with-entry-text-mode): New option.
1225         (org-agenda-entry-text-maxlines): New option.
1226         (org-agenda-entry-text-mode): New variable.
1227         (org-agenda-mode): Set initial value of
1228         `org-agenda-entry-text-mode'.
1229         (org-agenda-mode-map): Add the `E' key.
1230         (org-agenda-menu): Add entry text mode to the menu.
1231         (org-agenda-get-some-entry-text): Fix line count bug.
1232         (org-finalize-agenda): Apply entry text mode if appropriate.
1233         (org-agenda-entry-text-show-here): New function.
1234         (org-agenda-entry-text-show): New function.
1235         (org-agenda-entry-text-hide): New function.
1236         (org-agenda-view-mode-dispatch): Add entry text mode to the view
1237         key menu.
1238         (org-agenda-entry-text-mode): New command.
1239         (org-agenda-set-mode-name): Add entry text mode to the mode line
1240         string.
1241         (org-agenda-undo, org-agenda-get-restriction-and-command)
1242         (org-agenda-get-some-entry-text, org-agenda-redo): Don't use
1243         `goto-line'.
1245 2009-08-26  Bernt Hansen  <bernt@norang.ca>
1247         * org-clock.el (org-notify): Bugfix.
1249 2009-08-25  Carsten Dominik  <carsten.dominik@gmail.com>
1251         * org-agenda.el (org-agenda-open-link): Handle multiple links and
1252         check for after-string.
1254         * org-gnus.el (org-gnus-store-link): Simplify.
1256         * org.el (org-latex-regexps): Don't add extra empty lines for
1257         display formulas.
1259 2009-08-24  Carsten Dominik  <carsten.dominik@gmail.com>
1261         * org-agenda.el (org-agenda-get-some-entry-text): New function.
1262         (org-agenda-add-entry-text): Use
1263         `org-agenda-get-some-entry-text'.
1265         * org.el (org-cycle-separator-lines): Update docstring.
1266         (org-cycle-show-empty-lines): Handle negative values for
1267         `org-cycle-show-empty-lines'.
1269         * org-exp.el (org-export-protect-sub-super): New function.
1270         (org-export-normalize-links): Protect the url of plain links from
1271         supscript and superscript processing.
1273         * org-remember.el (org-remember-escaped-%): New function.
1274         (org-remember-apply-template): Use `org-remember-escaped-%' to
1275         detect escaped % signs.
1277 2009-08-23  Bastien Guerry  <bzg@altern.org>
1279         * org-timer.el (org-timer-set-timer): Use `org-notify' and play a
1280         sound when showing the notification.
1282         * org-clock.el (org-notify): New function.
1283         (org-clock-notify-once-if-expired): Use `org-notify'.
1285         * org-gnus.el (org-gnus-store-link): Handle `gnus-summary-mode'
1286         and `gnus-article-mode' separately.
1287         (gnus-summary-article-header): Fix the declare-function.
1289 2009-08-23  Carsten Dominik  <carsten.dominik@gmail.com>
1291         * org-exp.el (org-export-format-source-code-or-example): Translate
1292         language.
1294         * org-src.el (org-src-lang-modes): New variable
1295         (org-edit-src-code): Translate language.
1297         * org-exp.el (org-export-format-source-code-or-example): Deal wit
1298         the new structure of the `org-export-latex-listings-langs'
1299         variable.
1301         * org-latex.el (org-export-latex-listings-langs): Change structure
1302         of the variable from plist to alist.
1304 2009-08-21  Carsten Dominik  <carsten.dominik@gmail.com>
1306         * org.el (org-in-commented-line): New function.
1308 2009-08-20  Carsten Dominik  <carsten.dominik@gmail.com>
1310         * org.el (org-hide-block-toggle): Make folded blocks searchable.
1312 2009-08-19  Friedrich Delgado Friedrichs <friedel@nomaden.org>  (tiny change)
1314         * org.el (org-flag-drawer): More useful error.
1316 2009-08-19  Carsten Dominik  <carsten.dominik@gmail.com>
1318         * org-remember.el (org-remember-apply-template): Use
1319         org-icompleting-read.
1321         * org-publish.el (org-publish): Use org-icompleting-read.
1323         * org-colview.el (org-columns-edit-value, org-columns-new)
1324         (org-insert-columns-dblock): Use org-icompleting-read.
1326         * org-colview-xemacs.el (org-columns-edit-value)
1327         (org-columns-new, org-insert-columns-dblock): Use
1328         org-icompleting-read.
1330         * org-attach.el (org-attach-delete-one, org-attach-open): Use
1331         org-icompleting-read.
1333 2009-08-18  Carsten Dominik  <carsten.dominik@gmail.com>
1335         * org.el (org-hierarchical-todo-statistics): Improve docstring.
1336         (org-version): Return the version text.
1337         (org-org-menu): Add a menu entry for the new bug reporter.
1338         (org-submit-bug-report): New command.
1340         * org-list.el (org-hierarchical-checkbox-statistics): Improve
1341         docstring.
1343         * org.el (org-emphasis-regexp-components): Add "`" to set of
1344         pre-emphasis characters.
1346         * org-latex.el (org-export-latex-classes): Always include the soul
1347         package.
1348         (org-export-latex-emphasis-alist): Use \st for strikethough.
1350         * org-exp-blocks.el (org-export-blocks-preprocess): Use
1351         `indent-code-rigidly' to indent.
1353         * org-agenda.el (org-agenda-get-restriction-and-command): Remove
1354         properties only if MATCH really is a string.
1356 2009-08-16  Carsten Dominik  <carsten.dominik@gmail.com>
1358         * org-latex.el (org-export-latex-packages-alist): Fix
1359         customization type.
1361         * org.el (org-create-formula-image): Also use
1362         `org-export-latex-packages-alist'.
1364         * org-html.el (org-export-as-html): Fix bug in footnote regexp.
1365         (org-export-as-html): Format footnotes correctly.
1367 2009-08-14  Carsten Dominik  <carsten.dominik@gmail.com>
1369         * org.el (org-fast-tag-selection): Avoid text properties on tags
1370         in the alist.
1372         * org-agenda.el (org-agenda-get-restriction-and-command): Avoid
1373         text properties on the match element.
1375 2009-08-12  Carsten Dominik  <carsten.dominik@gmail.com>
1377         * org.el (org-set-regexps-and-options): Make sure the list of done
1378         keywords is not invalid.
1380         * org-exp.el (org-export-interpolate-newlines): New function.
1382 2009-08-11  Carsten Dominik  <carsten.dominik@gmail.com>
1384         * org.el (org-format-latex): Avoid nested overlays.
1386         * org-latex.el (org-export-latex-listings-langs): Add a few more
1387         languages.
1389         * org-exp.el (org-export-preprocess-apply-macros): Make sure to
1390         ignore newlines and space before the first macro argument.
1392         * org-latex.el (org-export-latex-tables): Remove save-excursion
1393         around `org-table-align'.
1395 2009-08-10  Carsten Dominik  <carsten.dominik@gmail.com>
1397         * org.el (org-export-html-special-string-regexps): Definition
1398         moved into org.el
1400         * org-exp.el (org-export-preprocess-apply-macros): Allow newlines
1401         in macro calls.
1403 2009-08-09  Carsten Dominik  <carsten.dominik@gmail.com>
1405         * org-latex.el (org-export-latex-listings)
1406         (org-export-latex-listings-langs): New options.
1408         * org-exp.el (org-export-format-source-code-or-example): Use
1409         listing package if requested by the user.
1411 2009-08-08  Bastien Guerry  <bzg@altern.org>
1413         * org.el (org-iswitchb): Fix bug when aborting the `org-iswitchb'
1414         command before actually switching to a buffer.
1416 2009-08-07  Carsten Dominik  <carsten.dominik@gmail.com>
1418         * org-exp.el (org-get-file-contents): Only quote org lines when
1419         the markup is src or example.
1421         * org-agenda.el (org-agenda-skip-scheduled-if-deadline-is-shown):
1422         New option
1423         (org-agenda-get-day-entries): Remember deadline results and pass
1424         them on into the function getting the scheduling information.
1425         (org-agenda-get-scheduled): Accept deadline results as parameters
1426         and maybe skip some entries.
1427         (org-agenda-skip-scheduled-if-deadline-is-shown): New option.
1429         * org.el (org-insert-heading): When respecting content, do not
1430         convert current line to headline.
1432         * org-clock.el (org-clock-save-markers-for-cut-and-paste): Also
1433         cheeeeeck the hd marker
1434         (org-clock-in): Also set the hd marker.
1435         (org-clock-out): Also set the hd marker.
1436         (org-clock-cancel): Reset markers.
1438         * org.el (org-clock-hd-marker): New marker.
1440         * org-faces.el (org-agenda-clocking): New face.
1442         * org-agenda.el (org-agenda-mark-clocking-task): New function.
1443         (org-finalize-agenda): call `org-agenda-mark-clocking-task'.
1445         * org.el (org-modules): Add org-track.el.
1447         * org-agenda.el (org-agenda-bulk-marked-p): New function.
1448         (org-agenda-bulk-mark, org-agenda-bulk-unmark): Use
1449         `org-agenda-bulk-marked-p'.
1450         (org-agenda-bulk-toggle): New command.
1452 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
1454         * org.el (org-move-subtree-down): Hide subtree if it was folded,
1455         not just the body.
1457         * org-remember.el (org-remember-finalize): Avoid buffer-modified
1458         messages.
1460 2009-08-06  James TD Smith  <ahktenzero@mohorovi.cc>
1462         * org-plot.el (org-plot/gnuplot): Stop datafile from being deleted
1463         before gnuplot can read it.
1465 2009-08-05  Carsten Dominik  <carsten.dominik@gmail.com>
1467         * org-latex.el (org-export-latex-first-lines): Fix bug with
1468         finding the end of the first lines.
1470         * org.el (org-create-formula-image): Remove the -E option for
1471         dvipng.
1473         * org-exp.el (org-default-export-plist): Respect #+BIND.
1474         (org-export-confirm-letbind): New function.
1476         * org.el (org-paste-subtree): Test the kill ring entry if it is
1477         going to be used.
1478         (org-copy-subtree): Use `org-forward-same-level'.
1479         (org-forward-same-level): Respect the `invisibe-ok' arg for
1480         back-to-heading.
1482 2009-08-04  Carsten Dominik  <carsten.dominik@gmail.com>
1484         * org.el (org-table-map-tables): Make sure cursor is back at table
1485         beginning after funcall.
1487         * org-agenda.el (org-agenda-bulk-action): Make sure parents are
1488         handled before children, and do not error if an entry is not
1489         found, probably because it hase been remove when the parent was
1490         archived or refiled.
1492         * org.el (org-ido-completing-read): Accept straight lists for
1493         completion as well as alists.
1495         * org-html.el (org-export-as-html): Fix parenthesis error in
1496         footnore code.
1498         * org-timer.el (org-timer-cancel-timers): Renamed from
1499         `org-timer-cancel-timers'.
1501         * org.el (org-cycle-internal-local): Fix problem with finding next
1502         invisible line.
1504 2009-08-03  Carsten Dominik  <carsten.dominik@gmail.com>
1506         * org-list.el (org-list-send-list): Call
1507         `org-list-goto-true-beginning' instead of
1508         `org-list-find-true-beginning', which does not exist.
1510         * org-timer.el (org-timer-reset-timers): Use `mapc'.
1511         (org-timer-set-timer): Do not assign to heading.
1513         * org-id.el (org-id-open): Quote function name.
1515         * org-macs.el (org-unmodified): Turn off recording undo
1516         information while running inside the macro.
1518         * org-indent.el (org-hide-leading-stars-before-indent-mode): New
1519         variable.
1520         (org-indent-mode): Remember and restore value of
1521         org-hide-leading-stars before `org-indent-mode'.
1523         * org-table.el (org-table-export): Also work in file-less
1524         buffers.
1526         * org.el (org-startup-indented): New option.
1527         (org-startup-options): Add new options indent and noindent.
1528         (org-unfontify-region): Remove line-prefix and wrap-prefix
1529         properties.
1530         (org-after-demote-entry-hook, org-after-promote-entry-hook): New
1531         hooks.
1532         (org-promote, org-demote): Run the new hooks.
1534         * org-table.el (org-table-align): Replace leading \n as well.
1536         * org-exp.el (org-export-push-to-kill-ring): Remove `line-prefix'
1537         and `line-wrap' text properties.
1539         * org-compat.el (org-kill-new): New function.
1541         * org-agenda.el (org-format-agenda-item): Remove `line-prefix' and
1542         `line-wrap' text properties.
1544         * org-indent.el: New file.
1546 2009-08-02  Carsten Dominik  <carsten.dominik@gmail.com>
1548         * org.el (org-provide-todo-statistics): Tweak docstring.
1550         * org-id.el (org-id-open): Honor `org-link-frame-setup'.
1552 2009-08-01  Carsten Dominik  <carsten.dominik@gmail.com>
1554         * org-exp.el (org-export-as-org): Insert the "-source" string
1555         before the extension.
1557         * org.el (org-read-date): Make sure the calendar is in the current
1558         frame.
1559         (org-set-emph-re): Remove the ? from the post-match.
1560         (org-emphasis-regexp-components): Add backslash to the
1561         postmatch class.
1562         (org-set-font-lock-defaults): Write \n instead of \xa, and make it
1563         optional so that also lines at the end of the buffers will still
1564         be matched as headlines.
1566         * org-table.el (org-table-error-on-row-ref-crossing-hline):
1567         Variable made obsolete.
1568         (org-table-relative-ref-may-cross-hline): New option.
1569         (org-table-find-row-type): Honow the new option
1570         `org-table-relative-ref-may-cross-hline'.
1572 2009-07-31  Carsten Dominik  <carsten.dominik@gmail.com>
1574         * org-table.el (org-table-cut-region, org-table-copy-region): Work
1575         on single field if no active region.
1577 2009-07-27  Carsten Dominik  <carsten.dominik@gmail.com>
1579         * org-latex.el (org-export-latex-make-header): Only insert title
1580         if one is defined.
1582         * org.el (org-make-options-regexp): Allow empty values.
1584         * org-html.el (org-export-as-html): Move hrule detection to after
1585         plain list handling.
1587 2009-07-26  Carsten Dominik  <carsten.dominik@gmail.com>
1589         * org-html.el (org-format-org-table-html): Fix colgroup tags.
1591 2009-07-23  Carsten Dominik  <carsten.dominik@gmail.com>
1593         * org.el (org-cycle-internal-local): Improved version of finding
1594         next visible line.
1595         (org-cycle-hide-drawers): Only hide drawers if this is really
1596         necessary.
1597         (outline-end-of-subtree): Make `outline-end-of-subtree' use the
1598         org-version of this function in Org-mode.  We use advice to
1599         implement this change, so that future changes to this function in
1600         outline.el wil be handled properly.
1601         (org-forward-same-level, org-backward-same-level): New commands.
1603 2009-07-21  Carsten Dominik  <carsten.dominik@gmail.com>
1605         * org.el (org-remove-empty-overlays-at)
1606         (org-clean-visibility-after-subtree-move): New functons.
1607         (org-move-subtree-down): Simplify cleanup of display.
1609 2009-07-20  Carsten Dominik  <carsten.dominik@gmail.com>
1611         * org-mac-message.el (org-mac-message-get-links): Improve
1612         docstring.  Make argument SELECT-OR-FLAGGED optional, default to
1613         "s".  Fix the return value.
1614         (org-mac-message-insert-flagged): Simplify.
1616         * org.el (org-refile-get-location): Tamper with refile history o
1617         that history contains compete matches instead of the entered
1618         string.
1620 2009-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
1622         * org.el (org-store-link): Never store a link to an inline task.
1624         * org-inlinetask.el (org-inlinetask-insert-task): New command.
1626         * org-footnote.el (org-footnote-goto-local-insertion-point): Skip
1627         inline tasks when positioning footnotes.
1629         * org-inlinetask.el (org-inlinetask-remove-END-maybe): New
1630         function.
1632         * org.el (org-refile): Remove the END line when archiving an
1633         inline task that does have an END line.
1635         * org-archive.el (org-archive-subtree): Remove the END line when
1636         archiving an inline task that does have an END line.
1638         * org-macs.el (org-with-limited-levels): New macro.
1639         (org-get-limited-outline-regexp): New function.
1641         * org-exp.el (org-export-format-source-code-or-example): Fix bug
1642         that did not enumerate first line.
1643         (org-export-mark-radio-links): Skip matches in links.
1645 2009-07-18  Carsten Dominik  <carsten.dominik@gmail.com>
1647         * org.el (org-activate-plain-links): Make single-match.
1648         (org-adapt-indentation): Fix docstring.
1650         * org-macs.el (org-unmodified): Turn of modification hooks while
1651         running this macro.
1653 2009-08-02  Bastien Guerry  <bzg@altern.org>
1655         * org.el (org-adapt-indentation): Slightly improve the docstring.
1656         (org-occur): Sends an error when the user inputs an empty string.
1657         (org-priority): Bugfix: the tag alignement should happen within
1658         save-excursion.
1660 2009-07-31  Bastien Guerry  <bzg@altern.org>
1662         * org.el (org-make-link-regexps): Don't exclude parentheses from
1663         `org-plain-link-re'
1664         (org-cycle-internal-local): When locally cycling, switch directly
1665         from CHILDREN to FOLDED if there is no subtree
1666         (org-cycle): Update the docstring to document the new behavior of
1667         `org-cycle-internal-local'.
1669 2009-07-29  Nicolas Goaziou <n.goaziou@neuf.fr>  (tiny change)
1671         * org-clock.el (org-clock-in): Bugfix: recognize timestamps with
1672         an abbreviated format for days.
1674 2009-07-27  Bastien Guerry  <bzg@altern.org>
1676         * org-protocol.el (org-protocol-default-template-key): New
1677         option.
1679         * org.el (org-refile): Bugfix: save-excursion before reading the
1680         refile target, otherwise cursor moves might confuse `org-refile'.
1682         * org-html.el (org-export-as-html): Bugfix: correctly convert the
1683         footnote reference before the footnote itself.
1685         * org.el (org-toggle-heading): Bugfix: correctly convert list
1686         items before the first headline.
1688         * org-html.el (org-export-html-footnote-format): New option for
1689         formatting the footnote reference.
1690         (org-export-as-html): Use the new option.
1692         * org.el (org-provide-todo-statistics): Allow a list of TODO
1693         keywords to compute statistics against headlines containing a
1694         keyword from this list.
1695         (org-update-parent-todo-statistics): Possibly use the new allowed
1696         value of `org-provide-todo-statistics'.
1698 2009-07-26  Bastien Guerry  <bzg@altern.org>
1700         * org-timer.el: Add autoload cookie.
1702         * org.el (org-occur-link-in-agenda-files): New function.
1704         * org-timer.el (org-timer-last-timer): New variable.
1706         * org-agenda.el (org-agenda-mode-map): New key for
1707         org-timer-set-timer called from the agenda.
1709         * org.el (org-mode-map): New key for org-timer-set-timer.
1711         * org-timer.el (org-timer-reset-timers)
1712         (org-timer-show-remaining-time, org-timer-set-timer): New
1713         functions.
1715         * org-clock.el (org-show-notification): Update the docstring.
1717         * org.el (org-provide-todo-statistics): Allow new value
1718         'all-headlines for this option, which includes entries with no
1719         TODO keywords in the todo statistics.
1720         (org-update-parent-todo-statistics): Possibly use the new
1721         'all-headline value from `org-provide-todo-statistics'.
1723 2009-07-25  Bastien Guerry  <bzg@altern.org>
1725         * org-clock.el (org-dblock-write:clocktable): Add a new option
1726         :timestamp which allows display of timestamps in clock reports.
1728         * org.el (org-mode-map): Define new key `C-c C-*': convert a plain
1729         list to a subtree, preserving the structure of the list.
1730         (org-set-emph-re): Make the last element optional in the regexp.
1731         This regexp now matches an emphasized string at the end of a line.
1733         * org-list.el (org-list-goto-true-beginning)
1734         (org-list-make-subtree, org-list-make-subtrees): New functions.
1736         * org.el (org-eval-in-calendar): Select the right frame.
1737         (org-save-frame-excursion): Remove this macro.
1739 2009-07-24  Bastien Guerry  <bzg@altern.org>
1741         * org-list.el (org-list-beginning-re): Bugfix: don't use * when
1742         trying to find the beginning of a list.
1744         * org-exp.el (org-get-file-contents): Use a new argument: markup.
1745         When present, tell org-get-file-contents not to protect org-like
1746         lines.
1748         * org-id.el (org-id-uuid-program): New option to set the name of
1749         the uuidgen program.
1750         (org-id-method): Use `org-id-uuid-program'.
1751         (org-id-new): Use `org-id-uuid-program'.
1753 2009-07-23  Bastien Guerry  <bzg@altern.org>
1755         * org-exp.el (org-export-number-lines): Allow whitespace in code
1756         references.  Allow the -r switch to remove the references in the
1757         source code even when the lines are not numbered: the labels can
1758         be explicit enough.
1760         * org.el (org-fontify-whole-heading-line): New option.
1761         (org-set-font-lock-defaults): Use the new option.
1763         * org-clock.el (org-show-notification-handler): New option.
1764         (org-show-notification): Use the new option.
1766 2009-07-21  Bastien Guerry  <bzg@altern.org>
1768         * org.el (org-eval-in-calendar): Fix a bug about calendar
1769         navigation when `calendar-setup' value is 'calendar-only.
1771 2009-07-19  Bastien Guerry  <bzg@altern.org>
1773         * org.el (orgstruct++-mode): Fix typo in docstring.
1774         (org-insert-link): Clean up: (or (...)) => (...)
1775         (org-insert-link): Use TAB for stored links completion.
1777 2009-07-18  Bastien Guerry  <bzg@altern.org>
1779         * org.el (org-get-refile-targets): Fix bug: don't ignore case when
1780         building the list of targets.
1782         * org-remember.el (org-remember-delete-empty-lines-at-end): New
1783         option.
1784         (org-remember-handler): Use the new option.
1786 2009-07-17  James TD Smith  <ahktenzero@mohorovi.cc>
1788         * org.el (org-tags-sort-function): New option for sorting tags.
1789         (org-set-tags): Use the new option to sort tags.
1791         * org-plot.el (org-plot/gnuplot): Run with an idle timer to avoid
1792         premature deletion of the data when using org-plot in a script.
1794 2009-07-17  Bastien Guerry  <bzg@altern.org>
1796         * org-clock.el (org-clock-in-prepare-hook): New hook.
1797         (org-clock-in): Use this new hook.
1799 2009-07-16  Bastien Guerry  <bzg@altern.org>
1801         * org.el (org-special-ctrl-a/e): Explicitely bind the value
1802         'reversed for this option to the "true line boundary first"
1803         behavior.
1804         (org-tags-match-list-sublevels): Document the 'indented value for
1805         this variable.
1807         * org-latex.el (org-export-latex-first-lines): Fix problem with
1808         publishing the region.
1810         * org-exp.el (org-export-format-source-code-or-example): Fix
1811         bad line numbering when exporting examples in HTML.
1813         * org-colview.el (org-format-time-period): Formats a time in
1814         fractional days as days, hours, mins, seconds.
1815         (org-columns-display-here): Add special handling for SINCE and
1816         SINCE_IA to format for display.
1818 2009-07-12  James TD Smith  <ahktenzero@mohorovi.cc>
1820         * org.el (org-tags-sort-function): Add custom declaration for tags
1821         sorting function.
1822         (org-set-tags): Sort tags if org-tags-sort-function is set
1824 2009-07-08  Carsten Dominik  <carsten.dominik@gmail.com>
1826         * org-clock.el (org-clock-goto): Find hidden headlines as well.
1828         * org.el (org-narrow-to-subtree): Find hidden headlines as well.
1830         * org-plot.el (org-plot/add-options-to-plist): Add timeind
1831         option.
1833 2009-07-07  Carsten Dominik  <carsten.dominik@gmail.com>
1835         * org-publish.el (org-publish-remove-all-timestamps): New function.
1836         (org-publish-all): Remove all timestamp files if `org-publish-all'
1837         is called with a prefix argument.
1839         * org-list.el (org-indent-item): Fix typo.
1840         (org-item-indent-positions): Normalize ordered bullet.
1842         * org-html.el (org-export-html-home/up-format): New option.
1843         (org-export-as-html): Insert the up and HOME links.
1845 2009-07-06  Carsten Dominik  <carsten.dominik@gmail.com>
1847         * org-html.el (org-export-as-html): Insert the title into the
1848         option plist.
1849         (org-export-html-insert-plist-item): New function.
1850         (org-export-as-html): Call `org-export-html-insert-plist-item'.
1852         * org-macs.el (org-set-local): Make a local variable, do not make
1853         the variable buffer-local!
1855         * org-latex.el (org-export-as-latex): Call `org-install-letbind'.
1857         * org-html.el (org-export-as-html): Call `org-install-letbind'.
1859         * org-docbook.el (org-export-as-docbook): Call
1860         `org-install-letbind'.
1862         * org-ascii.el (org-export-as-ascii): Call `org-install-letbind'.
1864         * org-exp.el (org-infile-export-plist): Read BIND lines.
1865         (org-install-letbind): New function.
1866         (org-export-as-org, org-export-preprocess-string): Call
1867         `org-install-letbind'.
1869         * org-src.el (org-edit-src-exit): Untabify the example before
1870         returning to Org.
1872         * org-list.el (org-list-demote-modify-bullet): New option.
1873         (org-first-list-item-p): Save point.
1874         (org-fix-bullet-type): New optional argument FORCE-BULLET.
1875         (org-indent-item): Honor `org-list-demote-modify-bullet'.
1876         (org-item-indent-positions): Return bullet types along with
1877         indentation.
1879 2009-07-05  Carsten Dominik  <carsten.dominik@gmail.com>
1881         * org.el (org-show-entry): Hide drawers.
1883 2009-07-03  Carsten Dominik  <carsten.dominik@gmail.com>
1885         * org-footnote.el (org-footnote-auto-adjust): New option.
1886         (org-footnote-auto-adjust-maybe): New function.
1887         (org-footnote-new, org-footnote-delete): Call
1888         `org-footnote-auto-adjust-maybe'.
1890         * org.el (org-startup-options): Add new footnote-related
1891         keywords.
1893         * org-publish.el (org-publish-timestamp-filename): Additional
1894         arguments PUB-DIR and PUB-FUNC, which are included in the hash.
1895         (org-publish-needed-p): Additional arguments PUB-DIR PUB-FUNC
1896         TRUE-PUB-DIR.  Pass them through to
1897         `org-publish-timestamp-filename'.
1898         (org-publish-update-timestamp): Additional arguments PUB-DIR and
1899         PUB-FUNC, which are included in the hash.
1900         (org-publish-file): Delay timestamp test until the publishing
1901         function is known.
1903 2009-07-02  Carsten Dominik  <carsten.dominik@gmail.com>
1905         * org-agenda.el (org-agenda-bulk-action): Add scheduling and
1906         setting the deadline.
1908         * org.el (org-read-date-final-answer): New variable.
1909         (org-read-date): Store the final answer string, including the date
1910         from the calendar, for reuse by agenda bulk commands.
1912         * org-publish.el (org-publish-attachment): Fix publishing of
1913         attachments.
1915         * org-latex.el (org-export-latex-quotation-marks): Fix export of
1916         quotation makrs in parenthesis.
1917         (org-remove-initial-hash): New function.
1918         (org-export-latex-preprocess): Fix bug with infinite loop if
1919         environment is not properly closed.
1921         * org-table.el (org-table-get-remote-range): Find #+TBLNAME also
1922         when indented.
1924         * org.el (org-fontify-meta-lines-and-blocks): Make #+TBLNAME
1925         highlight also when indented.
1927 2009-07-01  Carsten Dominik  <carsten.dominik@gmail.com>
1929         * org-footnote.el (org-footnote-renumber-fn:N): New command.
1930         (org-footnote-action): Offer renumbering.
1932         * org.el (org-cycle): Honor the `integrate' value of
1933         org-cycle-include-plain-lists'.
1935         * org-list.el (org-cycle-include-plain-lists): New allowed value
1936         `internal'.  Improve the docstring.
1938         * org.el (org-set-autofill-regexps): Improve the paragraph-start
1939         regexp to work better with LaTeX commands.
1941 2009-06-30  Carsten Dominik  <carsten.dominik@gmail.com>
1943         * org-feed.el (org-feed-update): fix problem with non-existing
1944         buffer.
1945         (org-feed-skip-http-headers): New function.
1946         (org-feed-get-feed): Call `org-feed-skip-http-headers'.
1947         (org-feed-get-feed): Fix command line arguments for curl.
1949 2009-06-28  Carsten Dominik  <carsten.dominik@gmail.com>
1951         * org-latex.el (org-export-latex-inline-image-extensions): Add ps
1952         and eps extensions.
1954 2009-06-27  Carsten Dominik  <carsten.dominik@gmail.com>
1956         * org-agenda.el (org-write-agenda): Make sure org-icalendar is
1957         loaded.
1959         * org.el (org-map-entries): No longer force
1960         `org-tags-match-list-sublevels' to t during a todo-only tags
1961         search.
1963 2009-06-26  Carsten Dominik  <carsten.dominik@gmail.com>
1965         * org-latex.el (org-export-latex-low-levels): Allow user-defined
1966         environment.
1967         (org-export-latex-subcontent): Handle user-defined environment.
1969         * org-agenda.el (org-agenda-view-mode-dispatch): Add more keys to
1970         the View dispatcher.
1972         * org.el (org-hide-block-toggle): Use `org-make-overlay' instead of
1973         `make-overlay'.
1975         * org-latex.el (org-export-as-pdf): Protect match data during call
1976         to shell-quote-argument.
1978         * org-agenda.el (org-agenda-mode-map): Modify bulk action keys.
1979         (org-agenda-view-mode-dispatch): New function.
1981 2009-06-24  Carsten Dominik  <carsten.dominik@gmail.com>
1983         * org-agenda.el (org-agenda-mode): Reset list of marks.
1984         (org-agenda-mode-map): Define new keys for refile and bulk action.
1985         (org-agenda-menu): Add menu itesm for refile and bulk action.
1986         (org-agenda-refile): New function.
1987         (org-agenda-set-tags): Optional arguments TAG and ONOFF.
1988         (org-agenda-marked-entries): New variable.
1989         (org-agenda-bulk-select, org-agenda-remove-bulk-action-overlays)
1990         (org-agenda-remove-all-bulk-action-marks)
1991         (org-agenda-bulk-action): New functions/commands.
1993 2009-06-23  Carsten Dominik  <carsten.dominik@gmail.com>
1995         * org-exp.el (org-get-file-contents): Protect org-like lines in
1996         included files.
1997         (org-export-format-source-code-or-example): Remove newlines.
1999         * org-latex.el (org-export-latex-links): Check for no-description
2000         marking.
2002         * org-exp.el (org-export-preprocess-apply-macros): Switch macro
2003         argument separator back to comma.
2004         (org-export-normalize-links): Mark links without description.
2006 2009-06-22  Carsten Dominik  <carsten.dominik@gmail.com>
2008         * org-exp.el (org-infile-export-plist): Fix bug in macro
2009         processing.
2011         * org-agenda.el (org-agenda-clock-out): Update line after clocking
2012         out.
2013         (org-agenda-highlight-todo): Fix bug with highlighting.
2015 2009-06-21  Carsten Dominik  <carsten.dominik@gmail.com>
2017         * org.el (org-set-font-lock-defaults): Adapt formatting to capture
2018         new alignment strings.
2020         * org-table.el (orgtbl-self-insert-command): Add yas/expand to
2021         command list.
2022         (org-table-align): Check for forced align type.
2024         * org.el (org-self-insert-command): Add yas/expand to command
2025         list.
2027         * org-clock.el (org-clock-in-hook): New hook.
2028         (org-clock-in): Run `org-clock-in-hook.
2029         (org-clock-out-hook): New hook.
2030         (org-clock-out): Run `org-clock-out-hook.
2031         (org-clock-cancel-hook): New hook.
2032         (org-clock-cancel): Run `org-clock-cancel-hook.
2033         (org-clock-goto-hook): New hook.
2034         (org-clock-goto): Run `org-clock-goto-hook.
2036 2009-06-20  Carsten Dominik  <carsten.dominik@gmail.com>
2038         * org.el (org-store-link): Better default description for link to
2039         Org-mode headline.
2041         * org-exp.el (org-export-generic): Autoload the generic exporter
2042         function.
2043         (org-export): Implement the `g' key for the generic exporter.
2045 2009-06-19  Carsten Dominik  <carsten.dominik@gmail.com>
2047         * org-table.el (orgtbl-setup): Add a binding for `S-iso-lefttab',
2048         and for zbacktab'.
2050         * org-exp-blocks.el (org-ditaa-jar-path): Fix default ditaa path.
2052         * org-exp.el (org-infile-export-plist): Get macros also from
2053         #+SETUPFILE.
2055 2009-06-18  Carsten Dominik  <carsten.dominik@gmail.com>
2057         * org-colview.el (org-columns-capture-view): Protect vertical bars
2058         in column values.
2059         (org-columns-capture-view): Exclude comment and archived trees.
2061         * org-colview-xemacs.el (org-columns-capture-view): Protect
2062         vertical bars in column values.
2063         (org-columns-capture-view): Exclude comment and archived trees.
2065         * org.el (org-quote-vert): New function.
2067         * org-latex.el (org-export-latex-verbatim-wrap): New option.
2069         * org-exp.el (org-export-format-source-code-or-example): Use
2070         `org-export-latex-verbatim-wrap'.
2072         * org.el (org-clone-subtree-with-time-shift): Also shift inactive
2073         time stamps.
2075         * org-html.el (org-export-table-row-tags): New option.
2076         (org-format-org-table-html): Rename `nlines' to `nline', use new
2077         option.
2080 2009-06-17  Carsten Dominik  <carsten.dominik@gmail.com>
2082         * org-exp-blocks.el: Declare functions and variables.
2084         * org-remember.el (org-remember-templates): Allow the headline
2085         element to be a function.
2086         (org-remember-apply-template): If the headline is a function, call
2087         it to get the true function.
2089         * org-clock.el (org-clock-menu): New function.
2090         (org-clock-update-mode-line): Update help string.
2091         (org-clock-modify-effort-estimate): New function.
2092         (org-clock-mark-default-task): New function.
2094         * org.el (org-hh:mm-string-to-minutes): Also take just a number of
2095         minutes as input.
2096         (org-org-menu): Add new clocking stuff.
2097         (org-clock-is-active): New function.
2099 2009-06-14  Carsten Dominik  <carsten.dominik@gmail.com>
2101         * org.el (org-open-non-existing-files): Improve docstring.
2103 2009-06-11  Carsten Dominik  <carsten.dominik@gmail.com>
2105         * org-icalendar.el (org-icalendar-include-bbdb-anniversaries): New
2106         option.
2107         (org-export-icalendar): Call `org-bbdb-anniv-export-ical'.
2109         * org-bbdb.el (org-bbdb-anniv-export-ical): New function.
2111         * org-list.el (org-get-checkbox-statistics-face): Use the new
2112         faces.
2114         * org-faces.el (org-checkbox-statistics-todo)
2115         (org-checkbox-statistics-done): New faces.
2117 2009-06-09  Carsten Dominik  <carsten.dominik@gmail.com>
2119         * org-src.el (org-src-mode): Renamed from `org-exit-edit-mode'.
2120         (org-edit-src-exit): Better cursor positioning when returning from
2121         editing.
2123         * org-latex.el (org-export-latex-use-verb): New variable.
2124         (org-export-latex-emph-format): Prefer \texttt over \verb when
2125         org-export-latex-use-verb is set.
2127 2009-06-08  Carsten Dominik  <carsten.dominik@gmail.com>
2129         * org-docbook.el (org-export-docbook-close-lists-maybe): Also look
2130         at normal indentation.
2132         * org-html.el (org-export-html-close-lists-maybe): Also look at
2133         normal indentation.
2135         * org-remember.el (org-remember-handler): Abort remember if the
2136         buffer is empty.
2138         * org-src.el (org-edit-src-content-indentation): New option.
2139         (org-edit-src-exit): Apply extra indentation.
2141         * org-exp.el (org-export-format-source-code-or-example): Run
2142         `org-src-mode-hook'.
2144         * org-src.el (org-src-mode-hook): New variable.
2145         (org-edit-src-code): Run `org-src-mode-hook'.
2147 2009-06-07  Carsten Dominik  <carsten.dominik@gmail.com>
2149         * org.el (org-indent-line-function): Fix indentation of +#end lines.
2151         * org-src.el (org-edit-src-get-indentation): New function.
2152         (org-edit-src-code): Base indentation on the begin line.
2154 2009-06-07  Tassilo Horn  <tassilo@member.fsf.org>
2156         * org-gnus.el (org-gnus-store-link): Require message.el in
2157         org-gnus-store-link.
2159 2009-06-07  Carsten Dominik  <carsten.dominik@gmail.com>
2161         * org-src.el: New file, split out of org.el
2163         * org-docbook.el (org-export-as-docbook): Better indentation
2164         treatment.
2166         * org-macs.el (org-replace-match-keep-properties): New function.
2168         * org-exp.el (org-export-mark-blockquote-verse-center): Better
2169         preprocessing of center and quote and verse blocks.
2171         * org-docbook.el (org-export-docbook-close-lists-maybe): New function.
2172         (org-export-as-docbook): Close lists when original indentation
2173         mandates it.
2175         * org-html.el (org-export-html-close-lists-maybe): New function.
2176         (org-export-as-html): Close lists when original indentation
2177         mandates it.
2179         * org-list.el (org-list-end): Respect the stored "original"
2180         indentation when determining the end of the list.
2182         * org-exp.el (org-export-replace-src-segments-and-examples):
2183         Remember indentation correctly.
2185 2009-06-06  Carsten Dominik  <carsten.dominik@gmail.com>
2187         * org-clock.el (org-clock-update-mode-line): Apply face
2188         org-mode-line-clock.
2190         * org-faces.el (org-mode-line-clock): New face.
2192 2009-06-05  Tassilo Horn  <tassilo@member.fsf.org>
2194         * org-gnus.el (org-gnus-store-link): Fix bug where
2195         `org-gnus-store-link' used wrong subject when called in an article
2196         buffer.  Patch provided by fengli AT gmail DOT com.
2198 2009-06-04  Carsten Dominik  <carsten.dominik@gmail.com>
2200         * org-exp.el (org-export-format-source-code-or-example): Remember
2201         the original indentation of source code snippets and examples.
2203         * org-latex.el (org-export-as-latex): Relocate the table of
2204         contents.
2206         * org.el (org-ctrl-c-ctrl-c): Update clock lines.
2208         * org-agenda.el (org-run-agenda-series): Scope global options also
2209         when creating the agenda buffer.
2211 2009-06-03  Carsten Dominik  <carsten.dominik@gmail.com>
2213         * org.el (org-adapt-indentation): Improve documentation.
2214         (org-insert-property-drawer): Respect org-adapt-indentation when
2215         inserting the drawer.
2216         (org-remove-flyspell-overlays-in): New function.
2217         (org-do-emphasis-faces, org-activate-plain-links)
2218         (org-activate-code, org-fontify-meta-lines-and-blocks)
2219         (org-activate-angle-links, org-activate-footnote-links)
2220         (org-activate-bracket-links, org-activate-dates)
2221         (org-activate-target-links, org-activate-tags): Remove flyspell
2222         overlays.
2224 2009-06-02  Carsten Dominik  <carsten.dominik@gmail.com>
2226         * org.el (org-edit-src-save): New function.
2228         * org-clock.el (org-clock-out-switch-to-state): New option.
2229         (org-clock-out): Honor `org-clock-out-switch-to-state'.
2231         * org-compat.el (org-compatible-face): Improve macro.
2233         * org.el (org-global-properties-fixed): Add default for
2234         CLOCK_MODELINE_TOTAL.
2236         * org-clock.el (org-clock-sum): Accept lists and strigs as tstart
2237         andd tend.
2238         (org-clock-sum-current-item): Optional argument TSTART, pass it to
2239         org-clock-sum.
2240         (org-clock-get-sum-start): New function.
2242         * org.el (org-startup-options): New keywords blockhide and
2243         blockshow.
2244         (org-mode): Add new invisibility spec.
2245         (org-set-startup-visibility): Hide block on startup if so
2246         desired.
2247         (org-hide-block-startup): New option.
2248         (org-block-regexp): New constant.
2249         (org-hide-block-overlays): New variable.
2250         (org-block-map, org-hide-block-toggle-all, org-hide-block-all)
2251         (org-show-block-all, org-hide-block-toggle-maybe)
2252         (org-hide-block-toggle): New functions.
2253         (org-edit-src-exit): Do not quote lines starting with # and no +
2254         behind it.
2255         (org-auto-repeat-maybe): Add LAST_REPEAT properter for a repeating
2256         entry.
2258 2009-05-30  Carsten Dominik  <carsten.dominik@gmail.com>
2260         * org.el (org-buffer-property-keys): Add Effort property for
2261         completion.
2263 2009-05-28  Carsten Dominik  <carsten.dominik@gmail.com>
2265         * org-clock.el (org-clock-sum-current-item): Fix positioning bug
2266         when retrieving total clocked time in the subtree.
2268         * org.el (org-quoting-blocks): New variable.
2270 2009-05-27  Carsten Dominik  <carsten.dominik@gmail.com>
2272         * org-table.el (org-table-store-formulas)
2273         (org-table-get-stored-formulas, org-table-fix-formulas)
2274         (org-table-edit-formulas, orgtbl-ctrl-c-ctrl-c)
2275         (orgtbl-gather-send-defs): Allow indented #+TBLFM line.
2277         * org.el (org-fontify-meta-lines, org-ctrl-c-ctrl-c): Allow
2278         indented #+TBLFM line.
2280         * org-footnote.el (org-footnote-goto-local-insertion-point): Allow
2281         indented #+TBLFM line.
2283         * org-colview.el (org-dblock-write:columnview): Allow indented
2284         #+TBLFM line.
2286         * org-colview-xemacs.el (org-dblock-write:columnview): Allow
2287         indented #+TBLFM line.
2289         * org-clock.el (org-dblock-write:clocktable): Allow indented
2290         #+TBLFM line.
2292 2009-05-26  Carsten Dominik  <carsten.dominik@gmail.com>
2294         * org-exp.el (org-export-format-source-code-or-example): Make
2295         editing indented blocks work correctly.
2297         * org.el (org-edit-src-nindent): New variable.
2298         (org-edit-src-code, org-edit-fixed-width-region)
2299         (org-edit-src-find-region-and-lang, org-edit-src-exit): Make
2300         editing indented blocks work correctly.
2302 2009-05-24  Carsten Dominik  <carsten.dominik@gmail.com>
2304         * org-exp.el (org-export-replace-src-segments-and-examples): FInd
2305         indented blocks.
2306         (org-export-format-source-code-or-example): Fix indentation of
2307         blocks.
2308         (org-export-remove-indentation): New function.
2309         (org-export-select-backend-specific-text): Allow backend-specific
2310         code to be indented.
2311         (org-export-mark-blockquote-verse-center): Allow markers to be
2312         indented.
2314         * org.el (org-fontify-meta-lines): New function.
2315         (org-set-font-lock-defaults): Call the new fontification
2316         function.
2318         * org-faces.el (org-meta-line): New face
2319         (org-block):  New face.
2321 2009-05-27  Carsten Dominik  <carsten.dominik@gmail.com>
2323         * org.el (org-treat-insert-todo-heading-as-state-change)
2324         (org-treat-S-cursor-todo-selection-as-state-change): New
2325         variables.
2326         (org-insert-todo-heading): Honor
2327         `org-treat-insert-todo-heading-as-state-change'.
2328         (org-shiftright, org-shiftleft): Honor
2329         `org-treat-S-cursor-todo-selection-as-state-change'.
2330         (org-inhibit-logging): New variable.
2332 2009-05-23  Carsten Dominik  <carsten.dominik@gmail.com>
2334         * org-agenda.el (org-remove-subtree-entries-from-agenda): Reduce
2335         range for marker position checking.
2337         * org-latex.el (org-export-latex-first-lines): Fix bug when
2338         exporting a region.
2340 2009-05-22  Carsten Dominik  <carsten.dominik@gmail.com>
2342         * org-exp.el (org-export-push-to-kill-ring): Protect using
2343         x-set-selection, because that does not always work.
2345         * org-agenda.el (org-agenda-list): Apply the new face
2346         `org-agenda-date-today'.
2348         * org-faces.el (org-agenda-date-today): New face.
2350 2009-05-21  Carsten Dominik  <carsten.dominik@gmail.com>
2352         * org-agenda.el (org-agenda-to-appt): Turn off restriction when
2353         creating appointments.
2355         * org-latex.el (org-export-latex-low-levels): Fix customization
2356         type.
2358         * org.el (org-priority, org-shiftup, org-shiftdown): Disable
2359         priority commands.
2361         * org-agenda.el (org-agenda-priority): Disable priority commands.
2363         * org.el (org-enable-priority-commands): New option.
2365         * org-colview-xemacs.el (org-columns-compute)
2366         (org-columns-number-to-string): Fix problems with empty fields.
2368         * org-colview.el (org-columns-compute)
2369         (org-columns-number-to-string): Fix problems with empty fields.
2371         * org-exp.el (org-export-push-to-kill-ring): New function.
2372         (org-export-copy-to-kill-ring): New option.
2374         * org-latex.el (org-export-as-latex): Call
2375         `org-export-push-to-kill-ring'.
2377         * org-html.el (org-export-as-html): Call
2378         `org-export-push-to-kill-ring'.
2380         * org-docbook.el (org-export-as-docbook): Call
2381         `org-export-push-to-kill-ring'.
2383         * org-ascii.el (org-export-as-ascii): Call
2384         `org-export-push-to-kill-ring'.
2386         * org-exp.el (org-export-show-temporary-export-buffer): New
2387         option.
2389         * org-latex.el (org-export-as-latex): Use
2390         `org-export-show-temporary-export-buffer'.
2392         * org-html.el (org-export-as-html): Use
2393         `org-export-show-temporary-export-buffer'.
2395         * org-docbook.el (org-export-as-docbook): Use
2396         `org-export-show-temporary-export-buffer'.
2398         * org-ascii.el (org-export-as-ascii-to-buffer): Use
2399         `org-export-show-temporary-export-buffer'.
2401         * org-exp.el (org-export-show-temporary-export-buffer): New
2402         option.
2403         (org-export-push-to-kill-ring): New function.
2405         * org-colview.el (org-columns-compile-map): New variable.
2406         (org-columns-new, org-columns-compute)
2407         (org-columns-number-to-string, org-columns-uncompile-format)
2408         (org-columns-compile-format): Implement new operators.
2410 2009-05-20  Carsten Dominik  <carsten.dominik@gmail.com>
2412         * org-exp.el (org-export-plist-vars): Add :xml-declaration.
2414         * org-html.el (org-export-html-xml-declaration): New option.
2415         (org-export-as-html): Use `org-export-html-xml-declaration'.
2417         * org-list.el (org-update-checkbox-count): Make property
2418         dependent.
2420         * org.el (org-hierarchical-todo-statistics): New option.
2421         (org-update-parent-todo-statistics): Modified to handle recursive
2422         statistics.
2424 2009-05-19  Carsten Dominik  <carsten.dominik@gmail.com>
2426         * org-publish.el (org-publish): Make this function behave
2427         correctly in interactive use when called with a prefix argument.
2429         * org.el (org-todo-statistics-hook): New hook.
2430         (org-update-parent-todo-statistics): Use new hook.
2431         (org-log-into-drawer): New function.
2432         (org-add-log-setup): Use the new `org-log-into-drawer' function to
2433         determine if we should be logging into a drawer.
2434         (org-log-into-drawer): Update docstring.
2435         (org-default-properties): Add LOG_INTO_DRAWER as a property.
2437         * org-list.el (org-checkbox-statistics-hook): New hook.
2438         (org-update-checkbox-count-maybe): Use new hook.
2440         * org-ascii.el (org-export-ascii-copy-to-kill): New option.
2441         (org-export-as-ascii): Hide export buffer, and copy exported ASCII
2442         to kill ring.
2444 2009-05-17  Carsten Dominik  <carsten.dominik@gmail.com>
2446         * org-ascii.el (org-export-as-ascii): Fix bug with match string in
2447         a line.
2449 2009-05-16  Carsten Dominik  <carsten.dominik@gmail.com>
2451         * org.el (org-edit-src-code, org-edit-fixed-width-region): Use a
2452         better bufer-generating mechanism.
2453         (org-edit-src-find-buffer): New function.
2455         * org-icalendar.el (org-print-icalendar-entries): Don't check for
2456         archive tag, this is already done by `org-agenda-skip'.
2457         data while constructing lost of tags.
2459 2009-05-15  Carsten Dominik  <carsten.dominik@gmail.com>
2461         * org-exp.el (org-export-preprocess-apply-macros): Use semicolon
2462         as argument separator in macros.
2464         * org-html.el (org-export-as-html): Add xml declaration.
2466 2009-05-14  Carsten Dominik  <carsten.dominik@gmail.com>
2468         * org.el (org-after-sorting-entries-or-items-hook): New hook.
2469         (org-sort-entries-or-items): Run the new hook.
2470         (org-after-refile-insert-hook): New hook.
2471         (org-refile): Run `org-after-refile-insert-hook'.
2473         * org-agenda.el (org-agenda-get-progress): Never take time of day
2474         from headline when displaying progress.
2476         * org-latex.el (org-export-latex-complex-heading-re): New variable.
2477         (org-export-as-latex): Force the correct regexp in the
2478         preprocessor buffer.
2479         (org-export-latex-set-initial-vars): Set
2480         `org-export-latex-complex-heading-re'.
2482         * org-agenda.el (org-agenda-start-with-log-mode): New option.
2483         (org-agenda-mode): Use `org-agenda-start-with-log-mode'.
2485 2009-05-13  Carsten Dominik  <carsten.dominik@gmail.com>
2487         * org-latex.el (org-export-latex-tables-centered): New option.
2488         (org-export-latex-tables): Use `org-export-latex-tables-centered'.
2490         * org-exp.el (org-export-as-org): New command.
2491         (org-export-as-org): New command.
2493         * org-publish.el (org-publish-org-to-org): New function.
2495 2009-05-12  Carsten Dominik  <carsten.dominik@gmail.com>
2497         * org.el (org-yank): Just call `org-yank-generic'.
2498         (org-yank-generic): New function, containing the formaer
2499         functionality of `org-yank'.
2501         * org-latex.el (org-export-latex-not-done-keywords)
2502         (org-export-latex-done-keywords): New variables.
2503         (org-export-latex-todo-keyword-markup): New option.
2504         (org-export-latex-set-initial-vars): Remember the TODO keywords.
2505         (org-export-latex-keywords-maybe): Apply the TODO markup.
2507 2009-05-11  Carsten Dominik  <carsten.dominik@gmail.com>
2509         * org-exp.el (org-infile-export-plist): Add more default macros.
2510         (org-export-preprocess-apply-macros): Process macro arguments.
2512 2009-05-10  Carsten Dominik  <carsten.dominik@gmail.com>
2514         * org-icalendar.el (org-icalendar-include-todo): New allowedvalue
2515         `unblocked'.
2516         (org-print-icalendar-entries): Respect the new value of
2517         `org-icalendar-include-todo'.
2519         * org.el (org-link-try-special-completion)
2520         (org-file-complete-link): New functions.
2521         (org-insert-link): Add special completion support for some link
2522         types.
2524         * org-bbdb.el (org-bbdb-complete-link): New function.
2526 2009-05-08  Carsten Dominik  <carsten.dominik@gmail.com>
2528         * org-list.el (org-update-checkbox-count): Allow recursive
2529         statistics.
2530         (org-hierarchical-checkbox-statistics): New option.
2532         * org.el (org-cycle): Remove erraneous space character.
2534         * org-icalendar.el (org-icalendar-timezone): Initialize from
2535         environment.
2537         * org-html.el (org-format-org-table-html): Specify the scope.
2538         (org-format-table-table-html): Specify the scope.
2539         (org-export-table-header-tags): Prepare the scope parameter.
2541 2009-05-07  Carsten Dominik  <carsten.dominik@gmail.com>
2543         * org-html.el
2544         (org-export-html-table-use-header-tags-for-first-column): New
2545         option.
2547         * org.el (org-autoload): Fix autoloading of ascii export
2548         functions.
2549         (org-modules): Add org-special-blocks.
2551 2009-05-06  Carsten Dominik  <carsten.dominik@gmail.com>
2553         * org-icalendar.el (org-start-icalendar-file): Use the new option.
2554         (org-ical-timezone): New option.
2556         * org-exp.el (org-export-get-coderef-format): Use the description
2557         is present.
2559         * org.el (org-sort-entries-or-items): Improve docstring, and make
2560         better implementation for time sorting.
2562 2009-05-05  Carsten Dominik  <carsten.dominik@gmail.com>
2564         * org.el (org-edit-src-persistent-message): New option.
2565         (org-edit-src-code, org-edit-fixed-width-region): Use the new
2566         option.
2568         * org-clock.el (org-clock-insert-selection-line): Fix prefious
2569         patch.
2571         * org.el (org-edit-src-code, org-edit-fixed-width-region): Use
2572         separate buffer instead of indirect buffer to edit source code.
2573         (org-edit-src-exit): Make this function work with the new setup.
2575         * org-clock.el (org-clock-insert-selection-line): Make sure tasks
2576         are properly fontified before shown in the selection menu.
2578         * org.el (org-fontify-like-in-org-mode): New function.
2580         * org-latex.el (org-export-latex-links): Use the property list to
2581         retrieve the default image attributes.
2583         * org-exp.el (org-export-plist-vars): Add a new option.
2585 2009-05-04  Carsten Dominik  <carsten.dominik@gmail.com>
2587         * org-exp.el (org-export, org-export-visible): Support ASCII
2588         export to buffer
2589         (org-export-normalize-links): Do not protect the description if it
2590         is explicitly given.
2592         * org-ascii.el (org-export-as-ascii-to-buffer)
2593         (org-replace-region-by-ascii, org-export-region-as-ascii): New
2594         commands.
2595         (org-export-as-ascii): Add all the same parameters that are also
2596         supported by the other export functions.
2598         * org-list.el (org-reset-checkbox-state-subtree): Moved here from
2599         org-checklist.el.
2600         (org-reset-checkbox-state-subtree): Call
2601         `org-reset-checkbox-state-subtree'.
2603         * org-remember.el (org-select-remember-template): For the
2604         selection of a valid template.
2606         * org-latex.el (org-export-region-as-latex): Supply the
2607         force-no-subtree argument.
2608         (org-export-as-latex): Provide better limits when exporting the
2609         first line.  When exporting to string, we still want the first
2610         lines.
2611         (org-export-latex-first-lines): New argument END, to force the end
2612         of the region.
2613         (org-export-region-as-latex): Use the property list.
2614         (org-export-as-latex):
2616         * org-colview-xemacs.el (org-columns-remove-overlays)
2617         (org-columns): Fix call to `local-variable-p'.
2619 2009-05-02  Carsten Dominik  <carsten.dominik@gmail.com>
2621         * org-html.el (org-export-html-after-blockquotes-hook): New hook.
2622         (org-export-as-html): Run the new hook.
2624         * org-latex.el (org-export-latex-after-blockquotes-hook): New hook.
2625         (org-export-latex-preprocess): Run the new hook.
2627         * org-exp.el (org-export-preprocess-after-blockquote-hook): New hook.
2628         (org-export-preprocess-string): Run the new hook.
2630 2009-04-30  Carsten Dominik  <carsten.dominik@gmail.com>
2632         * org-macs.el (org-check-external-command): New defsubst.
2634         * org.el (org-mode-map): New key for reload.
2635         (org-format-latex): Better error message when external programs
2636         are not available.
2638         * org-agenda.el (org-agenda-mode-map): Bind `org-reload'.
2640         * org.el (org-sort-entries-or-items): Explicit sorting function
2641         for priorities, needed for XEmacs compatibility.
2643         * org-remember.el (org-remember-apply-template): Improve auto-save
2644         behavior.
2646 2009-04-29  Carsten Dominik  <carsten.dominik@gmail.com>
2648         * org-latex.el (org-export-latex-preprocess): Also protect
2649         environments ending in a star.
2651         * org-list.el (org-at-item-p): Fix regular expression.
2653 2009-04-24  Carsten Dominik  <carsten.dominik@gmail.com>
2655         * org.el (org-end-of-subtree): Improve speed.
2657         * org-agenda.el (org-agenda-get-timestamps)
2658         (org-agenda-get-progress, org-agenda-get-deadlines)
2659         (org-agenda-get-scheduled, org-agenda-get-blocks): Optimizations,
2660         in particular, wait as long as possible to collect the tags.
2661         (org-stuck-projects): Improve docstring.
2663         * org.el (org-store-link): No errors when getting custom id before
2664         first headline.
2665         (org-get-tags-at): Use `org-up-heading-safe' when getting tags.
2667 2009-04-23  Carsten Dominik  <carsten.dominik@gmail.com>
2669         * org.el (org-prepare-agenda-buffers): Catch a throw to nextfile.
2671         * org-protocol.el: Remove dependency on url.el.
2672         (org-protocol-unhex-compound, org-protocol-open-source): Remove
2673         dependency on url.el.
2675         * org-latex.el (org-export-as-pdf): Use
2676         `org-latex-to-pdf-process'.
2678 2009-04-22  Carsten Dominik  <carsten.dominik@gmail.com>
2680         * org-latex.el (org-latex-to-pdf-process): New option.
2682         * org-agenda.el (org-agenda-skip-additional-timestamps-same-entry):
2683         New option.
2684         (org-agenda-get-timestamps): Honor
2685         `org-agenda-skip-additional-timestamps-same-entry'.
2687         * org-clock.el (org-clock-goto-may-find-recent-task): New option.
2688         (org-clock-goto): Find recent task only if
2689         `org-clock-goto-may-find-recent-task' allows it.
2691         * org-exp.el (org-export-remove-or-extract-drawers): Handle empty
2692         drawers, and drawers that are missing the :END: line.
2694 2009-04-21  Carsten Dominik  <carsten.dominik@gmail.com>
2696         * org-clock.el (org-clock-goto): Go to recently clocked task if no
2697         clock is running.
2699 2009-04-21  Carsten Dominik  <carsten.dominik@gmail.com>
2701         * org.el (org-update-parent-todo-statistics): Check for
2702         STATISTICS_FROM property.
2704         * org-list.el (org-update-checkbox-count): Check for
2705         STATISTICS_FROM property.
2707         * org.el (org-tab-first-hook)
2708         (org-tab-after-check-for-table-hook)
2709         (org-tab-after-check-for-cycling-hook): New hooks.
2710         (org-cycle-internal-global, org-cycle-internal-local): New
2711         functions, split out from `org-cycle'.
2712         (org-cycle): Call the new hooks.
2714 2009-04-19  Carsten Dominik  <carsten.dominik@gmail.com>
2716         * org-exp.el (org-export-preprocess-string): Reset the list of
2717         preferred targets for each run of the preprocessor.
2719         * org.el (org-refile-target-verify-function): Improve
2720         documentation.
2721         (org-get-refile-targets): Respect point being moved by the
2722         verification function.
2724         * org-latex.el (org-export-latex-timestamp-keyword-markup): New
2725         option.
2726         (org-export-latex-keywords): Use new option.
2728         * org.el (org-rear-nonsticky-at): New defsubst.
2729         (org-activate-plain-links, org-activate-angle-links)
2730         (org-activate-footnote-links, org-activate-bracket-links)
2731         (org-activate-dates, org-activate-target-links)
2732         (org-activate-tags): Place the rear-nonsticky properties at the
2733         correct location.
2735 2009-04-18  Carsten Dominik  <carsten.dominik@gmail.com>
2737         * org-protocol.el (server-edit): Declare `server-edit'.
2738         (org-protocol-unhex-string, org-protocol-unhex-compound): New
2739         functions.
2740         (org-protocol-check-filename-for-protocol): Call `server-edit'.
2742         * org.el (org-default-properties): New default properteis for
2743         completion.
2745         * org-exp.el (org-export-add-subtree-options): Add new properties
2746         for subtree export.
2748         * org-docbook.el (org-export-docbook-keywords-markup)
2749         (org-export-docbook-timestamp-markup): New options.
2750         (org-export-docbook-protect-tags): New function.
2752 2009-04-17  Carsten Dominik  <carsten.dominik@gmail.com>
2754         * org-id.el (org-id-get-with-outline-path-completion): Turn off
2755         org-refile-target-verify-function for the duration of the command.
2757         * org.el (org-link-to-org-use-id): New possible value
2758         `create-if-interactive-and-no-custom-id'.
2759         (org-store-link): Use custom IDs.
2760         (org-link-search): Find custom ID properties from #link.
2761         (org-default-properties): Add CUSTOM_ID for property completion.
2762         (org-refile-target-verify-function): New option.
2763         (org-goto): Turn off org-refile-target-verify-function
2764         for the duration of the command.
2766 2009-04-16  Carsten Dominik  <carsten.dominik@gmail.com>
2768         * org-html.el (org-export-as-html): Use custom IDs in the toc.
2770         * org-exp.el (org-export-preferred-target-alist): New variable.
2771         (org-export-define-heading-targets): Find the new CUSTOM_ID
2772         property.
2773         (org-export-target-internal-links): Target the custom ids when
2774         possible.
2776         * org-latex.el (org-export-latex-preprocess): Better regexp for
2777         matching latex macros with arguments.
2779 2009-04-15  Carsten Dominik  <carsten.dominik@gmail.com>
2781         * org-remember.el (org-remember-handler): Allow filing to non-org
2782         files.
2784 2009-04-15  Magnus Henoch <magnus.henoch@gmail.com>
2786         * org-feed.el (org-feed-alist): New keyword options.
2787         (org-feed-update): Use the new options.
2788         (org-feed-parse-rss-feed): Renamed from `org-feed-parse-feed'.
2789         (org-feed-parse-rss-entry): Renamed from `org-feed-parse-entry'.
2790         (org-feed-parse-atom-feed, org-feed-parse-atom-entry): New
2791         functions.
2793         * org-table.el (org-table-fix-formulas): Do not change references
2794         to remote tables.
2795         (org-table-get-remote-range): Convert standard coordinates to RC
2796         format.
2798         * org-latex.el (org-export-latex-keywords): Fix regexp bug.
2800 2009-04-14  Carsten Dominik  <carsten.dominik@gmail.com>
2802         * org-compat.el (org-sha1-string): Function removed.
2804         * org.el (org-refile-allow-creating-parent-nodes): New option.
2805         (org-refile-get-location): New argument NEW-NODES.
2806         (org-refile): Call `org-refile-get-location' with the new
2807         argument.
2808         (org-refile-get-location): Arrange for adding a new child.
2809         (org-refile-new-child): New function.
2811         * org-html.el (org-html-handle-time-stamps): Wrap time stamps into
2812         an additional span element.
2814         * org-clock.el: Fix a number of docstrings.
2815         (org-clock-find-position): New argument
2816         FIND-UNCLOSED to make the function find an unclosed clock in the
2817         entry.
2818         (org-clock-in): Call `org-clock-find-position' with the new
2819         argument if we might be resuming a clock.
2821 2009-04-13  Carsten Dominik  <carsten.dominik@gmail.com>
2823         * org-latex.el (org-export-latex-display-custom-times): New variable.
2824         (org-export-latex-timestamp-markup): New option.
2825         (org-export-latex-set-initial-vars): Remember the local value of
2826         `org-display-custom-times'.
2827         (org-export-latex-content): Process time stamps.
2828         (org-export-latex-time-stamps): New function.
2830         * org-macs.el (org-maybe-intangible): Add intangible property
2831         again to invisible text.
2833 2009-04-12  Carsten Dominik  <carsten.dominik@gmail.com>
2835         * org-exp.el (org-default-export-plist): Handle undefined
2836         variables.
2838 2009-04-11  Carsten Dominik  <carsten.dominik@gmail.com>
2840         * org.el (org-sort-entries-or-items): Match TODO keywrds
2841         case-sensitively, when sorting.
2842         (org-priority): Do not match TODO keywords with wrong case.
2844 2009-04-09  Carsten Dominik  <carsten.dominik@gmail.com>
2846         * org-feed.el (org-feed-update): Bind the variable
2847         `new-formatted'.
2849         * org-html.el (org-export-as-html): Start paragraphs after literal
2850         examples.
2852         * org-docbook.el (org-export-as-docbook): Start paragraphs after
2853         literal examples.
2855 2009-04-08  Carsten Dominik  <carsten.dominik@gmail.com>
2857         * org.el (org-todo): Honor the NOBLOCKING property.
2859         * org-agenda.el (org-agenda-dim-blocked-tasks): Honor the
2860         NOBLOCKING property.
2862         * org.el (org-scan-tags): Fix bug in tag scanner
2864 2009-04-07  Carsten Dominik  <carsten.dominik@gmail.com>
2866         * org.el (org-modules): Mark obsolete packages.
2868         * org-html.el: New file, split out from org-exp.el.
2870         * org-icalendar.el: New file, split out from org-exp.el.
2872         * org-xoxo.el: New file, split out from org-exp.el.
2874         * org-ascii.el: New file, split out from org-exp.el.
2876 2009-04-06  Carsten Dominik  <carsten.dominik@gmail.com>
2878         * org-compat.el (org-find-library-name): New function.
2880         * org.el (org-pre-cycle-hook): New hook.
2881         (org-cycle): Call the new hook in appropriate places.
2882         (org-reload): Only reload files that have been loaded before.
2884 2009-04-05  Carsten Dominik  <carsten.dominik@gmail.com>
2886         * org.el (org-set-font-lock-defaults): Enforxe space or line end
2887         after todo keyword.
2888         (org-todo): When changing TODO state, do matching
2889         case-sensitively.
2890         (org-map-continue-from): New variable.
2891         (org-scan-tags): Respect values in `org-map-continue-from'.
2892         (org-reload): Make XEmacs compatible.
2894 2009-04-04  Carsten Dominik  <carsten.dominik@gmail.com>
2896         * org-protocol.el (org-protocol-flatten-greedy): New function.
2897         (org-protocol-flatten): New function.
2899         * org.el (org-open-link-from-string): Pass reference buffer to
2900         `org-open-at-point'.
2901         (org-open-at-point): New optional argument `reference-buffer'.
2903 2009-04-03  Carsten Dominik  <carsten.dominik@gmail.com>
2905         * org.el (org-scan-tags): Make tag scan find headline in first
2906         line, 2nd attempt.
2907         (org-get-refile-targets): Add the naked file name.
2908         (org-refile): Store as top-level entry when only file name was
2909         given.
2911         * org-agenda.el (org-agenda-get-progress): Fix regexp bug.
2913         * org.el (org-block-todo-from-children-or-siblings-or-parent):
2914         Renamed from org-block-todo-from-children-or-siblings, and
2915         enhanced to look for the parent's status as well.
2917         * org-agenda.el (org-agenda-log-mode-add-notes): New option.
2918         (org-agenda-get-progress): Add first notes line to log entry if so
2919         desired.
2921 2009-04-02  Carsten Dominik  <carsten.dominik@gmail.com>
2923         * org-agenda.el (org-agenda-cleanup-fancy-diary-hook): New hook.
2924         (org-agenda-cleanup-fancy-diary): Call the new hook.
2926         * org-remember.el (org-remember-apply-template): Take the default
2927         for the annotation from the :annotation property.
2929         * org-mac-message.el (org-mac-message-get-link): Remove the
2930         quotes.
2931         (org-mac-message-get-link): Return the result.
2933 2009-04-01  Carsten Dominik  <carsten.dominik@gmail.com>
2935         * org.el (org-refile-get-location): Add file name only if not
2936         already included in outline path.
2938         * org-faces.el (org-n-level-faces): Fix customization type from
2939         number to integer.
2941         * org-exp.el (org-export-headline-levels): Fix customization type
2942         from number to integer.
2944         * org-agenda.el (org-agenda-confirm-kill)
2945         (org-agenda-custom-commands-local-options)
2946         (org-timeline-show-empty-dates, org-agenda-ndays)
2947         (org-agenda-start-on-weekday, org-scheduled-past-days): Fix
2948         customization type from number to integer.
2950 2009-03-31  Carsten Dominik  <carsten.dominik@gmail.com>
2952         * org-protocol.el: Declare some functions.
2954         * org-inlinetask.el (org-inlinetask-export-handler): Fix line
2955         postion before inserting modified headline.
2957         * org-agenda.el (org-agenda-compare-effort): Honor
2958         `org-sort-agenda-noeffort-is-high'.
2959         (org-agenda-filter-by-tag, org-agenda-filter-make-matcher)
2960         (org-agenda-compare-effort): Implement the "?" operator for
2961         finding entries without effort setting.
2963         * org.el (org-extract-attributes-from-string): New function.
2965         * org-exp.el (org-export-splice-attributes): New function.
2967 2009-03-30  Carsten Dominik  <carsten.dominik@gmail.com>
2969         * org-mouse.el: XEmacs compatibility fixes
2971         * org-docbook.el (org-export-as-docbook): Process footnotes like
2972         normal text.
2974         * org.el (org-modules): Add org-inlinetasks.el
2975         (org-cycle): Implement limiting level on cycling.
2976         (org-move-subtree-down): Fix bug with swapping subtrees at end of
2977         buffer.
2979         * org-inlinetask.el: New file.
2981         * org.el (org-emphasis-regexp-components): Allow braces in
2982         emphasis pre and post match.
2984         * org-footnote.el (org-footnote-normalize): When only dorting, do
2985         not insert inline notes at the end.
2987         * org-docbook.el (org-id-find-id-file): Add function declaration.
2989         * org.el (org-require-autoloaded-modules): Add org-docbook.el.
2991         * org-docbook.el: New file.
2993 2009-03-28  Carsten Dominik  <carsten.dominik@gmail.com>
2995         * org.el (org-reftex-citation): New command.
2997 2009-03-27  Carsten Dominik  <carsten.dominik@gmail.com>
2999         * org-agenda.el (org-agenda-cmp-user-defined): New option.
3000         (org-sorting-choice, org-agenda-sorting-strategy): Add the new
3001         sorting options.
3002         (org-entries-lessp): Apply the new sorting option.
3004         * org.el (org-block-todo-from-children-or-siblings): Fix bug in
3005         blocker code, when an older sibling has children.
3007         * org-mac-message.el (org-mac-message-get-link): Improve getting
3008         links from multiple selected messages.
3010 2009-03-26  Carsten Dominik  <carsten.dominik@gmail.com>
3012         * org-remember.el (org-remember-finalize): Do not set buffer file
3013         name to nil.
3014         (org-remember-handler): Mark buffer as unmodified.
3015         (org-remember-handler): Delete backup file and show message about
3016         remaining backup files.
3017         (org-remember-auto-remove-backup-files): New option.
3019         * org.el (org-store-link): Use buffer name as link description in
3020         w3-mode buffers.
3021         (org-ido-switchb): Fix argument bug for completion.
3023         * org-remember.el (org-remember-apply-template): Set local
3024         variable `auto-save-visited-file-name' instead of global one.
3026 2009-03-25  Carsten Dominik  <carsten.dominik@gmail.com>
3028         * org-feed.el: Re-write.
3030         * org-agenda.el (org-agenda-get-todos): Fix bug with match-data.
3031         (org-agenda-get-todos): Mark file tags as inherited.
3032         (org-agenda-list): Always search diary lines for a time.
3034 2009-03-24  Carsten Dominik  <carsten.dominik@gmail.com>
3036         * org-feed.el (org-feed-assume-stable): New option.
3037         (org-feed-before-adding-hook): New hook.
3039         * org-exp.el (org-export-as-html): Close local lists depending on
3040         indentation, also when starting a table.
3042         * org-remember.el (org-remember-backup-directory)
3043         (org-remember-backup-name): New internal variable.
3045 2009-03-23  Carsten Dominik  <carsten.dominik@gmail.com>
3047         * org-clock.el (org-clock-out-if-current): Make buffer detection
3048         work in indirect buffers as well.
3050         * org.el (org-emphasis-regexp-components): Add the exxclamation
3051         mark to the post-emphasis characters.
3053 2009-03-22  Carsten Dominik  <carsten.dominik@gmail.com>
3055         * org.el (org-read-date-minibiffer-septup-hook): New hook.
3056         (org-read-date): Run the new hook.
3058         * org-mac-message.el (org-mac-flagged-mail): New group.
3059         (org-mac-mail-account): New variable.
3060         (org-mac-create-flagged-mail, org-mac-insert-flagged-mail): New
3061         commands.
3063         * org-remember.el (org-remember-backup-directory): New variable.
3064         (org-remember-apply-template): Write file to backup directory.
3066 2009-03-21  Carsten Dominik  <carsten.dominik@gmail.com>
3068         * org-mouse.el (org-mouse-todo-menu): New function.
3069         (org-mouse-todo-keywords): Function removed.
3070         (org-mouse-context-menu): Use `org-mouse-todo-menu'.
3072         * org-table.el (org-table-beginning-of-field)
3073         (org-table-end-of-field): New commands
3074         (org-table-previous-field, org-table-beginning-of-field): Better
3075         error messages.
3076         (orgtbl-setup): Include `M-a' and `M-e'.
3078         * org.el (org-backward-sentence, org-forward-sentence): New
3079         commands.
3081         * org-colview.el (org-colview-initial-truncate-line-value): New
3082         variable.
3083         (org-columns-remove-overlays): Restore the value of `truncate-lines'.
3084         (org-columns): Remember the value of `truncate-lines'.
3086         * org-colview-xemacs.el (org-colview-initial-truncate-line-value):
3087         New variable.
3088         (org-columns-remove-overlays): Restore the value of
3089         `truncate-lines'.
3090         (org-columns): Remember the value of `truncate-lines'.
3092         * org.el (org-columns-skip-arrchived-trees): New option.
3094         * org-agenda.el (org-agenda-export-html-style): Define color for
3095         org-agenda-done face.
3096         (org-search-view, org-agenda-get-todos, org-agenda-get-progress)
3097         (org-agenda-get-deadlines, org-agenda-get-scheduled): Use new face.
3099         * org.el (org-scan-tags): Use the new face.
3101         * org-faces.el (org-agenda-done): New face.
3103         * org.el (org-scan-tags): Test the value org
3104         `org-tags-match-list-sublevels'.
3105         (org-tags-match-list-sublevels): New allowed value: indented.
3107         * org-export-latex.el (org-export-latex-make-header): Apply macros
3108         in header.
3110         * org-exp.el (org-export-apply-macros-in-string): New function.
3112         * org-export-latex.el (org-export-latex-list-parameters): Fix bug
3113         with the definition of a checked box.
3115         * org-clock.el (org-clock-find-position): Fix drawer indentations.
3117         * org-export-latex.el (org-export-latex-low-levels): More options
3118         for how to process lower levels in LaTeX.
3119         (org-export-latex-subcontent): Better treatment for lists as a
3120         means of publishing lower levels.
3122 2009-03-20  Carsten Dominik  <carsten.dominik@gmail.com>
3124         * org.el (org-set-font-lock-defaults): Use new checkbox face.
3126         * org-faces.el (org-checkbox): New face.
3128         * org-exp.el (org-export-html-preprocess): Only create LaTeX
3129         fragement images if there is an export file.
3131 2009-03-19  Carsten Dominik  <carsten.dominik@gmail.com>
3133         * org-agenda.el (org-stuck-projects): Document that the subtree of
3134         projects that are not stuck will now be searched for stuck
3135         sub-projects.
3136         (org-agenda-skip-entry-when-regexp-matches)
3137         (org-agenda-skip-entry-when-regexp-matches-in-subtree): New functions.
3138         (org-agenda-list-stuck-projects): Use
3139         `org-agenda-skip-entry-when-regexp-matches-in-subtree'.
3141         * org-export-latex.el (org-export-latex-preprocess): Improve
3142         export of verses.
3144         * org-exp.el (org-export-as-html): Implement centering as a div
3145         rather than a paragraph.  Do a better job with line-end in verse
3146         environments.
3148 2009-03-17  Carsten Dominik  <carsten.dominik@gmail.com>
3150         * org.el (org-open-at-point): Fix tags searches by mouse click.
3152 2009-03-16  Carsten Dominik  <carsten.dominik@gmail.com>
3154         * org-export-latex.el (org-export-latex-preprocess): Implement the
3155         centering markup.
3157         * org-exp.el (org-export-mark-blockquote-verse-center): Renamed
3158         from `org-export-mark-blockquote-and-verse'.
3159         (org-export-as-html): Implement the centering markup.
3161         * org-export-latex.el (org-export-latex-tables): Fix vertical
3162         lines in tables.
3164 2009-03-15  Carsten Dominik  <carsten.dominik@gmail.com>
3166         * org.el (org-read-date-history): New variable.
3167         (org-read-date): Use new history variable.
3168         (org-toggle-heading): Fix bug when used before first headline.
3169         (org-store-log-note): Remove drawer if empty while note is
3170         aborted.
3171         (org-remove-empty-drawer-at): New function.
3172         (org-check-after-date): New command.
3173         (org-sparse-tree): New sparse tree command "a".
3175         * org-exp.el (org-export-as-ascii): Improve export of plain lists.
3177 2009-03-14  Bastien Guerry  <bzg@altern.org>
3179         * org.el (org-toggle-fixed-width-section): Bug fix: insert a
3180         column and a space, not only a column.
3182 2009-03-14  Carsten Dominik  <carsten.dominik@gmail.com>
3184         * org-export-latex.el (org-export-latex-emphasis-alist): Better
3185         defaults for verbose emphasis.
3186         (org-export-latex-emph-format): New function.
3187         (org-export-latex-fontify): Call `org-export-latex-emph-format'.
3189         * org-agenda.el (org-agenda-menu): Add new commands to menu.
3190         (org-agenda-do-date-later, org-agenda-do-date-earlier)
3191         (org-agenda-date-later-minutes, org-agenda-date-earlier-minutes)
3192         (org-agenda-date-later-hours, org-agenda-date-earlier-hours): New
3193         commands.
3195         * org.el (org-timestamp-change): Move end-time along with start
3196         time.
3198 2009-03-12  Carsten Dominik  <carsten.dominik@gmail.com>
3200         * org-exp.el (org-export-target-internal-links)
3201         (org-export-as-html): Protect links specified as #name.
3203 2009-03-11  Carsten Dominik  <carsten.dominik@gmail.com>
3205         * org.el (org-clone-subtree-with-time-shift): New command.
3207         * org-export-latex.el (org-export-latex-special-chars)
3208         (org-export-latex-treat-sub-super-char): Fix subscript export.
3210         * org-exp.el (org-create-multibrace-regexp): Do not add
3211         backslashes to the class.
3213 2009-03-10  Carsten Dominik  <carsten.dominik@gmail.com>
3215         * org-colview.el (org-columns-map): Better functions for moving up
3216         and down a row, even if `truncate-line' is nil.
3218         * org.el (org-insert-todo-heading): Make sure the keyword is
3219         inserted at the correct position.
3221         * org-publish.el (org-publish-project-alist)
3222         (org-publish-projects, org-publish-org-index): Change default anme
3223         for the index of file names to "sitemap.org".
3225         * org-export-latex.el (org-export-latex-tables): Use
3226         `org-split-string', for Emacs 21 compatibility.
3228 2009-03-09  Carsten Dominik  <carsten.dominik@gmail.com>
3230         * org-agenda.el (org-agenda-log-mode-items): Improve docstring.
3232 2009-03-08  Carsten Dominik  <carsten.dominik@gmail.com>
3234         * org-exp.el (org-export-page-description)
3235         (org-export-page-keywords): New variables.
3236         (org-export-plist-vars): Add entries for :keywords and
3237         :description.
3238         (org-infile-export-plist): Parse for new keywords.
3239         (org-get-current-options): Add new keywords
3240         (org-export-as-html): Publish description and keywords.
3242         * org-agenda.el (org-agenda-add-entry-text-descriptive-links): New
3243         option.
3244         (org-agenda-add-entry-text): Honor
3245         `org-agenda-add-entry-text-descriptive-links'.
3247         * org-export-latex.el (org-export-latex-preprocess): Make all
3248         external preprocess functions use a PARAMETER arg.
3250         * org-exp.el (org-export-preprocess-string)
3251         (org-export-select-backend-specific-text)
3252         (org-export-format-source-code-or-example)
3253         (org-format-org-table-html): Support docbook export.
3254         (org-export-preprocess-string): Make all external preprocess
3255         functions use a PARAMETER arg.
3257 2009-03-07  Carsten Dominik  <carsten.dominik@gmail.com>
3259         * org-exp.el (org-export-html-style-include-scripts): New option.
3260         (org-export-plist-vars): Add new option
3261         `org-export-html-style-include-scripts'.
3262         (org-export-as-html): Honor new option
3263         `org-export-html-style-include-scripts'.
3264         (org-export-html-scripts, org-export-html-style-default): Fix
3265         xml issues with the Safari browser.
3267 2009-03-06  Carsten Dominik  <carsten.dominik@gmail.com>
3269         * org-publish.el (org-publish-attachment): Only copy file when the
3270         directories differ.
3272 2009-03-05  Carsten Dominik  <carsten.dominik@gmail.com>
3274         * org-clock.el (org-clocktable-steps): Use inactive time stamps
3275         for clocktable steps.
3277         * org.el (org-additional-option-like-keywords): Add two more
3278         keywords.
3280 2009-03-04  Carsten Dominik  <carsten.dominik@gmail.com>
3282         * org-exp.el (org-export-format-source-code-or-example): Mark
3283         temporary buffer unmodified, so that it will be killed even if
3284         mode like message mode has decided to assign a file name.
3286         * org.el (org-scan-tags): Improve tag inheritance.
3287         (org-scan-tags, org-make-tags-matcher): Make tag comparison
3288         case-sensitive.
3289         (org-scan-tags): Use the internal tags list instead of creating it
3290         from scratch.
3291         (org-trust-scanner-tags, org-scanner-tags): New variables.
3292         (org-scan-tags): Set `org-scanner-tags'.
3293         (org-get-tags-at): Take advantage of `org-trust-scanner-tags'.
3294         (org-map-entries): Document the possible speedup using scanner
3295         tags.
3297 2009-03-03  Carsten Dominik  <carsten.dominik@gmail.com>
3299         * org.el (org-add-planning-info): Fix bug with looking for keyword
3300         only at column 0.
3302         * org-agenda.el (org-agenda-custom-commands-local-options): Add
3303         option for tags filter preset.
3304         (org-prepare-agenda): Store filter preset as a property on the
3305         filter variable.
3306         (org-finalize-agenda): Call the filter, if there is a preset.
3307         (org-agenda-filter-by-tag): Filter again after clearing the
3308         filter, when there still is a preset.
3309         (org-agenda-filter-make-matcher, org-agenda-set-mode-name):
3310         Include the preset filter.
3311         (org-agenda-redo): Apply the filter again, also the preset filter.
3313         * org-exp.el (org-export-as-html): Use IDs in the correct way.
3315         * org.el (org-uuidgen-p): New funtion.
3317         * org-agenda.el (org-agenda-fontify-priorities): New default value
3318         `cookies'.
3319         (org-agenda-fontify-priorities): Renamed from
3320         org-fontify-priorities.
3322         * org.el (org-set-font-lock-defaults): Call
3323         `org-font-lock-add-priority-faces'.
3324         (org-font-lock-add-priority-faces): New function.
3326         * org-faces.el: (org-set-tag-faces): New option.
3327         (org-priority-faces): New variable.
3329         * org-exp.el (org-export-as-html): Add a "content" div around the
3330         entire content of the body tag.
3331         (org-export-html-get-bibliography): New function.
3332         (org-export-html-validation-link): New variable.
3333         (org-export-as-html): Add validation link to exported page.
3335         * org.el (org-match-sparse-tree): Renamed from
3336         `org-tags-sparse-tree'.
3337         (org-tags-sparse-tree): New alias.
3339 2009-03-02  Carsten Dominik  <carsten.dominik@gmail.com>
3341         * org.el (org-get-valid-level): Catch the case where the level
3342         change is nil.
3344         * org-clock.el (org-clock-find-position): Better indentation of
3345         new clock drawers.
3347 2009-03-01  Carsten Dominik  <carsten.dominik@gmail.com>
3349         * org-agenda.el (org-agenda-quit): Delete window only when the
3350         frame-setup was not `current-window'.
3352         * org.el (org-tag-persistent-alist): New option.
3353         (org-startup-options): Add keyword `noptag'.
3354         (org-fast-todo-selection): Handle :newline correctly.
3355         (org-set-tags): Handle :newline correctly.
3356         (org-fast-tag-selection): Handle :newline correctly.
3358 2009-02-28  Carsten Dominik  <carsten.dominik@gmail.com>
3360         * org-exp.el (org-export-as-ascii): Reverse link buffer before
3361         outputting it.
3362         (org-export-ascii-push-links): Fix bug with pussing links into the
3363         export buffer.
3365 2009-02-27  Carsten Dominik  <carsten.dominik@gmail.com>
3367         * org-archive.el (org-archive-subtree): Do not add 1 to level if
3368         pasting at top level.
3370         * org-bbdb.el: Improve documentation.
3372 2009-02-26  Carsten Dominik  <carsten.dominik@gmail.com>
3374         * org-list.el (org-insert-item): Only consider insert empty lines
3375         is `org-empty-line-terminates-plain-lists' is not nil.
3377         * org.el (org-blank-before-new-entry): Mention the dependence on
3378         `org-empty-line-terminates-plain-lists' in the docstring.
3380         * org-publish.el (org-publish-get-project-from-filename): New
3381         optional argument UP.  Only find the top project if UP is set.
3382         (org-publish-current-project): Find the top encloding project.
3384         * org-agenda.el (org-agenda-before-write-hook)
3385         (org-agenda-add-entry-text-maxlines): New options.
3386         (org-write-agenda): Run the new hook in the temporary buffer.
3387         (org-agenda-add-entry-text): New function.
3388         (org-write-agenda): Implement PDF export, using ps2pdf.
3390         * org.el (org-global-properties-fixed, org-global-properties):
3391         Improve documentation string.
3393         * org-exp.el (org-export-ascii-links-to-notes): New option.
3394         (org-export-as-ascii): Handle links better.
3395         (org-export-ascii-wrap, org-export-ascii-push-links): New
3396         functions.
3398 2009-02-25  Carsten Dominik  <carsten.dominik@gmail.com>
3400         * org-agenda.el (org-agenda): Make prefix arg optional.
3401         (org-agenda-search-headline-for-time): New option.
3402         (org-format-agenda-item): Honor
3403         `org-agenda-search-headline-for-time'.
3405         * org-table.el (orgtbl-self-insert-command): Cluster undo for 20
3406         characters.
3408         * org.el (org-self-insert-cluster-for-undo): New option.
3409         (org-self-insert-command): Cluster undo for 20 characters.
3410         (org-self-insert-command-undo-counter): New variable.
3412 2009-02-24  Carsten Dominik  <carsten.dominik@gmail.com>
3414         * org-exp.el (org-export-as-html): Fix problem with closing colone
3415         example.
3417 2009-02-22  Carsten Dominik  <carsten.dominik@gmail.com>
3419         * org-export-latex.el (org-export-as-latex)
3420         (org-export-latex-first-lines): Avoid modification flag when
3421         adding or removing text properties.
3422         (org-export-latex-fontify): Catch error when org-emph-alist has
3423         entries that are not defined for LaTeX export.
3425         * org.el (orgstruct++-mode): New function.
3426         (turn-on-orgstruct++): Call `orgstruct++-mode'.
3427         (org-context-p): Allow detecting item context after the first line
3428         of an item.
3429         (orgstruct-make-binding): Detect if item-body context should be
3430         seen.
3431         (orgstruct-is-++): New variable.
3432         (org-add-planning-info): Catch the case when there is no planning
3433         info yet and the call does not want to add anything, only maybe
3434         tries to remove something.
3435         (org-special-ctrl-a/e): All value to be a cons cell with separate
3436         settings for `C-a. and `C-e'.
3437         (org-beginning-of-line, org-end-of-line): Honor separate values
3438         for `C-a' and `C-e'.
3440 2009-02-21  Carsten Dominik  <carsten.dominik@gmail.com>
3442         * org.el (org-reload): New command.
3444 2009-02-20  Carsten Dominik  <carsten.dominik@gmail.com>
3446         * org-exp.el (org-export-htm-get-tag-class-name)
3447         (org-export-htm-get-todo-kwd-class-name): New functions.
3448         (org-export-html-tag-class-prefix)
3449         (org-export-html-todo-kwd-class-prefix): New options.
3450         (org-export-as-html): Call
3451         `org-export-html-get-todo-kwd-class-name'.
3452         (org-html-level-start): Wrap tags into classes.
3453         (org-export-html-get-tag-class-name)
3454         (org-export-html-get-todo-kwd-class-name): New functions.
3456         * org-export-latex.el (org-export-latex-collect-header-macros):
3457         Remove fields that are used anyway.
3458         (org-export-latex-make-header): Insert the options earlier.
3460         * org-agenda.el (org-agenda-get-progress): Fix bug with state
3461         matching.
3463         * org-list.el (org-indent-item): Allow point to be at the end of
3464         the region.
3466         * org.el (org-metaleft, org-metaright): Be more accurate about
3467         detecting a region where commands apply.
3469         * org-compat.el (org-cursor-to-region-beginning): New function.
3471         * org.el (org-priority): Also find invisible heading.
3473         * org-colview-xemacs.el (org-columns-edit-value): No special
3474         treatment for `org-todo' prefix.
3476         * org-colview.el (org-columns-edit-value): No special treatment
3477         for `org-todo' prefix.
3479         * org-remember.el (org-remember-apply-template): Use
3480         `org-completing-read-no-ido'.
3482         * org.el (org-completing-read-no-ido): New function.
3483         (org-make-tags-matcher, org-set-property): Use
3484         `org-completing-read-no-ido'.
3486         * org-export-latex.el (org-export-latex-import-inbuffer-stuff):
3487         New option.
3488         (org-export-as-latex): Import in-buffer settings as TeX macros.
3489         (org-export-latex-make-header): Additional parameter OPT-DEFS.
3490         (org-export-latex-collect-header-macros): New function.
3492         * org.el (org-refile-get-location): Turn off
3493         `partial-completion-mode'.
3495 2009-02-19  Carsten Dominik  <carsten.dominik@gmail.com>
3497         * org.el (org-block-todo-from-checkboxes): Announce that
3498         checkboxes are the culprit.
3499         (org-block-todo-from-children-or-siblings): Call
3500         `org-up-heading-all instead' of `outline-up-heading'.
3502         * org-agenda.el (org-agenda-show-1): Renamed from
3503         `org-agenda-show'.
3504         (org-agenda-show): Re-install the old version for now.
3505         (org-agenda-dim-blocked-tasks): Update docstring.  Scope a
3506         variable into the blokker hook, so that the checkbox checker can
3507         anounce that it caused the blocking.
3509         * org.el (org-track-ordered-property-with-tag): New option.
3510         (org-toggle-ordered-property): Honor
3511         `org-track-ordered-property-with-tag'.
3512         (org-tag-alist): Add newline options.
3513         (org-set-regexps-and-options): Separate option lines imply a
3514         newline.
3515         (org-set-regexps-and-options, org-assign-fast-keys)
3516         (org-fast-todo-selection, org-fast-tag-selection): Handle newline
3517         option.
3518         (org-indent-line-function): Make sure this works even if there is
3519         not `org-drawer-regexp' defined.  This can happen when
3520         orgstruct-mode is used in a non-org buffer.
3522         * org-list.el (org-checkbox-blocked-p): New function.
3523         (org-toggle-checkbox): Check for blocking.
3525         * org.el (org-modules): Add an entry for org-R.el.
3527         * org-agenda.el (org-agenda-todo-ignore-with-date)
3528         (org-agenda-todo-ignore-scheduled)
3529         (org-agenda-todo-ignore-deadlines): Mention the variable
3530         `org-agenda-tags-todo-honor-ignore-options' in the docstring.
3532         * org.el (org-get-wdays): Find the warning period also if it is in
3533         the wrong place.
3534         (org-ido-completing-read): Provide the correct arguments to
3535         ido-completing-read and bind `ido-enter-matching-directory' to
3536         nil.
3538 2009-02-17  Carsten Dominik  <carsten.dominik@gmail.com>
3540         * org.el (org-olpath-completing-read): Never use ido for this
3541         one.
3543         * org-exp.el (org-export-normalize-links): Use new macro.
3545         * org-macs.el (org-if-unprotected-at): New macro.
3547         * org-agenda.el (org-agenda-show): Allow numerical prefix
3548         arguments to specify how much context should be shown.
3549         (org-agenda-cycle-show): New command, could be bound to SPC in
3550         org-agenda-mode-map.
3552         * org-exp.el (org-html-level-start): Space after section number.
3554 2009-02-16  Carsten Dominik  <carsten.dominik@gmail.com>
3556         * org-agenda.el (org-agenda-get-sexps): Add todo state as
3557         property, for sorting.
3558         (org-cmp-todo-state): Get the applicable TODO keywords directly
3559         from the buffer.
3560         (org-run-agenda-series, org-agenda-list, org-search-view)
3561         (org-todo-list, org-tags-view): Only fit agenda window when the
3562         whole series is done.
3564         * org.el (org-scan-tags): Add todo state as property, for sorting.
3566         * org-agenda.el (org-agenda-custom-commands-local-options): Add
3567         `org-agenda-overriding-header' as an option.
3568         (org-agenda-list): Honor org-agenda-overriding-header'.
3570 2009-02-15  Carsten Dominik  <carsten.dominik@gmail.com>
3572         * org-list.el (org-toggle-checkbox): Improve cursor positioning
3573         after removing a checkbox.
3575         * org.el (org-show-entry): Make this work correctly also if it is
3576         the last entry in the file.
3577         (org-end-of-line, org-beginning-of-line): Make prefix arg work, by
3578         falling back to normal, default command.
3579         (org-ctrl-c-ctrl-c): When called with prefix arg at a non-checkbox
3580         item, call the checkbox toggler to get a box.
3582         * org-list.el (org-toggle-checkbox): Make double prefix set the
3583         checkbox to "[-]".
3584         (org-fix-bullet-type): Only replace bullet if it is changed.
3585         (org-renumber-ordered-list): Handle case when first item does not
3586         have a number.
3588         * org.el (org-add-log-setup): Fix positioning when
3589         `org-log-states-order-reversed' is nil.
3591         * org-clock.el (org-clock-in): Fix positioning when
3592         `org-log-states-order-reversed' is nil.
3593         (org-clock-find-position): Fix positioning when
3594         `org-log-states-order-reversed' is nil.
3596 2009-02-14  Carsten Dominik  <carsten.dominik@gmail.com>
3598         * org-clock.el (org-clock-into-drawer): Take default from
3599         `org-log-into-drawer'.
3600         (org-clock-find-position): Look for the correct drawer.
3602         * org.el (org-log-into-drawer): Renamed from
3603         `org-log-state-notes-into-drawer'.
3604         (org-log-state-notes-into-drawer): New variable alias.
3605         (org-add-log-setup): Make drawer name default to LOGBOOK, not
3606         CLOCK.
3607         (org-insert-property-drawer): Also skip LOGBOOK drawers.
3609 2009-02-13  Carsten Dominik  <carsten.dominik@gmail.com>
3611         * org-agenda.el (org-agenda): Fix docstring.
3613         * org.el ("org-plot"): Help loading org-plot.
3614         (org-metaleft-hook, org-metaright-hook, org-metaup-hook)
3615         (org-metadown-hook, org-shiftmetaleft-hook)
3616         (org-shiftmetaright-hook, org-shiftmetaup-hook)
3617         (org-shiftmetadown-hook, org-metareturn-hook): New hooks.
3618         (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
3619         (org-shiftmetadown, org-metaleft, org-metaright, org-metaup)
3620         (org-metadown, org-ctrl-c-ctrl-c): Call the appropriate hook.
3622         * org-publish.el (org-publish-get-base-files): Allow symbol `any'
3623         for selecting files with any (and even without) extension.
3625         * org.el (org-save-all-org-buffers): Also save id locations.
3626         (org-revert-all-org-buffers): Also load id locations.
3628 2009-02-12  Carsten Dominik  <carsten.dominik@gmail.com>
3629         * org.el (org-drawers): Add LOGBOOK to the default drawers.
3630         (org-log-state-notes-into-drawer): New option.
3631         (org-add-log-setup): Place the sate note marker into the drawer,
3632         create drawer when necessary.
3633         (org-refile-targets): Document special interpretation of LEVEL
3634         when odd-levels are used.
3636 2009-02-12  Carsten Dominik  <carsten.dominik@gmail.com>
3638         * org.el (org-store-log-note): Fix note indentation when adding
3639         notes to end of list.
3641         * org-exp.el (org-export-as-html): Add TODO keyword as extra
3642         class, so that each keyword can get special colors through CSS.
3644         * org-clock.el (org-clock-out): Add another nil for the previous
3645         state into the call to `org-add-log-setup'.
3647         * org.el (org-log-note-previous-state): New variable.
3648         (org-log-note-headings): New %S escape for old state.
3649         (org-todo): Call the note setup with the old state as an
3650         argument.
3651         (org-add-note): Add another nil for the previous state into the
3652         call to `org-add-log-setup'.
3653         (org-add-log-setup): New argument PREV-STATE.
3654         (org-add-log-note): Handle new %S escape.
3655         (org-store-log-note): Handle new %S escape.
3657 2009-02-11  Carsten Dominik  <carsten.dominik@gmail.com>
3659         * org-clock.el (org-clock-find-position): Do not swallow an item
3660         less indented than the CLOCK line itself.
3661         (org-clock-in): Push markers to lin after the clock line.
3662         (org-clock-find-position): Handle values of
3663         `org-clock-into-drawer' smaller than 2.
3665         * org-exp.el (org-html-level-start): Add a CSS class to section
3666         numbers.
3667         (org-export-html-toplevel-hlevel): Better documentation of the
3668         influence of this variables on H levels and css classes in
3669         export.
3671 2009-02-10  Carsten Dominik  <carsten.dominik@gmail.com>
3673         * org-agenda.el (org-agenda-custom-commands-local-options): Add
3674         timestamp and nottimestamp to the chooe menu.
3676         * org.el (org-save-all-org-buffers): Moved here from org-agenda.el.
3677         (org-revert-all-org-buffers): New command.
3679 2009-02-09  Carsten Dominik  <carsten.dominik@gmail.com>
3681         * org.el (org-return): Implement `org-return-follows-link' in the
3682         function org-return.  This is more robust than using the mouse
3683         map, I think.
3684         (org-set-regexps-and-options): Match more general #+TODO lines.
3685         (org-make-options-regexp): New optional argument EXTRA, for an
3686         extra regexp.
3687         (org-tab-follows-link): Mark as deprecated.
3689 2009-02-07  Carsten Dominik  <carsten.dominik@gmail.com>
3691         * org-exp.el (org-export-preprocess-string): Remove clock lines
3692         earlier, so that they cannot cotribute to verbatim snippets.
3694 2009-02-06  Carsten Dominik  <carsten.dominik@gmail.com>
3696         * org-exp.el (org-export-remove-or-extract-drawers): Fix regexp
3697         for finding drawers.
3698         (org-export-as-ascii, org-export-as-html): Count levels relative
3699         to the subtree header.
3700         (org-get-min-level): New optional argument OFFSET.
3701         (org-export): Make sure point is restored after popping up that
3702         window.
3704         * org.el (org-do-sort): Also take an inactive timestamp if no
3705         active one is found.
3707         * org-colview-xemacs.el (org-columns-capture-view): Copy before
3708         deleting duplicates.
3710         * org-colview.el (org-columns-capture-view): Copy before
3711         deleting duplicates.
3713         * org-exp.el (org-export-preprocess-string): Fix bug when skipping
3714         text before first headline.
3716         * org.el (org-format-latex): Do not convert LaTeX fragments in
3717         protected examples.
3719 2009-02-04  Carsten Dominik  <carsten.dominik@gmail.com>
3721         * org-exp.el (org-export-html-style-default): Use color values
3722         instead of names for XHTML validation.
3724         * org.el (org-get-scheduled-time, org-get-deadline-time): New
3725         functions.
3726         (org-return-follows-link): Revert making this the default untile
3727         issues are resolved.
3729         * org-agenda.el (org-agenda-skip-if): New conditions timestamp and
3730         nottimestamp.
3732 2009-02-02  Carsten Dominik  <carsten.dominik@gmail.com>
3734         * org.el (org-mode): Make dependence stuff work more reliably.
3735         (org-update-parent-todo-statistics): Fix bug with updating
3736         statistics cookie.
3738         * org-export-latex.el (org-export-latex-emphasis-alist): Use = and
3739         ~ as verbatim delimiters.
3741         * org-exp.el (org-export-html-format-image): New argument
3742         PAR-OPEN.
3743         (org-export-as-html): Pass par-open to
3744         `org-export-html-format-image'.
3746 2009-02-01  Carsten Dominik  <carsten.dominik@gmail.com>
3748         * org.el (org-yank-adjusted-subtrees, org-return-follows-link)
3749         (org-use-fast-todo-selection, org-tags-column): New default
3750         setting for variables, based on a poll what typical uses use.
3752         * org-agenda.el (org-agenda-sorting-strategy)
3753         (org-agenda-tags-column): New default setting for variables, based
3754         on a poll what typical uses use.
3756 2009-01-31  Carsten Dominik  <carsten.dominik@gmail.com>
3758         * org-agenda.el (org-agenda-dim-blocked-tasks): Keep dimming
3759         blocked entries from setting the blocked tag.
3761         * org-exp.el (org-export-html-footnotes-section): Use a more
3762         consistent id for footnotes.
3764         * org-export-latex.el (org-export-latex-classes): Remove the
3765         a4paper option from the default styles.
3767 2009-01-30  Carsten Dominik  <carsten.dominik@gmail.com>
3769         * org.el (org-enforce-todo-checkbox-dependencies): New option.
3770         (org-block-todo-from-checkboxes): New function.
3771         (org-todo): Make tripple prefix arg circumvent blocking.
3773         * org-timer.el (org-timer): Provide the timer feature.
3775         * org.el (org-require-autoloaded-modules): Add a few more files to
3776         the list of autoloaded modules.
3778         * org-agenda.el (org-agenda-todo): Pass ARG to `org-todo'.
3780 2009-01-29  Carsten Dominik  <carsten.dominik@gmail.com>
3782         * org-exp.el (org-export-remove-or-extract-drawers): Only remove
3783         drawers that are unprotected.
3784         (org-export-html-format-image): Make sure inlined LaTeX fragment
3785         images remain inlined.
3787         * org.el (org-toggle-ordered-property): New function.
3788         (org-mode-map): Add a key for `org-toggle-ordered-property'.
3789         (org-org-menu): Add menu entries for TODO dependencies.
3791 2009-01-28  Carsten Dominik  <carsten.dominik@gmail.com>
3793         * org.el (org-default-properties): Add ORDERED to the default
3794         properties, to get completion support for it.
3796         * org-list.el (org-update-checkbox-count): Update more than one cookie.
3798         * org.el (org-update-parent-todo-statistics): Update more than one
3799         cookie.
3801         * org-agenda.el (org-agenda-get-todos): Start search from correct
3802         position.
3804         * org.el (org-fast-todo-selection): Make sure TODO selection does
3805         not change buffer position.
3807         * org-list.el (org-toggle-checkbox): Implement adding or removing
3808         checkboxes from line or region when called with a prefix
3809         argument.
3811         * org-rmail.el (org-rmail-store-link): Protect the call to
3812         `rmail-narrow-to-non-pruned-header'.
3814         * org-clock.el (org-clock-special-range): Fix week display in
3815         clock tables.
3817         * org-exp.el (org-get-current-options): Fix bug when in indirect
3818         buffer.
3820 2009-01-27  Carsten Dominik  <carsten.dominik@gmail.com>
3822         * org-agenda.el (org-agenda-dim-blocked-tasks): New option.
3823         (org-finalize-agenda): Call `org-agenda-dim-blocked-tasks'.
3824         (org-agenda-dim-blocked-tasks): New function.
3826         * org.el (org-enforce-todo-dependencies): New option.
3827         (org-block-todo-from-children-or-siblings): New function.
3829         * org-faces.el (org-agenda-dimmed-todo-face): New face.
3831         * org.el (org-todo): Return correct state type even if the blocker
3832         throws an error.
3833         (org-modifier-cursor-error): Renamed from
3834         `org-shiftcursor-error'.
3835         (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
3836         (org-shiftmetadown): Call `org-modifier-cursor-error'.
3838         * org-agenda.el (org-agenda-todo): Call `org-todo' interactively,
3839         to get real errors from the blocker hook.
3841         * org.el (org-shiftselect-error, org-call-for-shift-select): New
3842         functions.
3843         (org-set-visibility-according-to-property): Turn off the setting
3844         of `org-show-entry-below', to avoid overruling a FOLDED visibility
3845         property.
3847 2009-01-26  Carsten Dominik  <carsten.dominik@gmail.com>
3849         * org.el (org-support-shift-select): New option.
3850         (org-shiftup, org-shiftdown, org-shiftright, org-shiftleft)
3851         (org-shiftcontrolright, org-shiftcontrolleft): Support for shift
3852         selection outside contexts.
3854         * org-list.el (org-at-item-bullet-p): New function.
3856         * org-jsinfo.el (org-infojs-handle-options): Remove unnecessary
3857         variables.
3859         * org-footnote.el (org-footnote-normalize): Remove unnecessary
3860         variable.
3861         (org-insert-footnote-reference-near-definition): Remove
3862         unnecessary let form.
3864         * org-export-latex.el (org-export-latex-first-lines): Add
3865         OPT-PLIST parameter.
3866         (org-export-as-latex): Call `org-export-latex-first-lines' with
3867         opt-plits parameter.
3868         (org-export-latex-preprocess): Remove unnecessary variables.
3870         * org-exp.el (org-infile-export-plist)
3871         (org-export-add-options-to-plist, org-export-kill-licensed-text)
3872         (org-export-remove-headline-metadata)
3873         (org-export-get-title-from-subtree, org-get-min-level)
3874         (org-html-do-expand): Remove innecessary let form.
3876         * org-colview-xemacs.el (org-columns-display-here): Remove
3877         unnecessary variables.
3879         * org-colview.el (org-columns-display-here): Remove unnecessary
3880         variables.
3882         * org-bbdb.el (org-bbdb-anniversaries): Remove unnecessary
3883         variables.
3885         * org-id.el (org-id-alist-to-hash, org-id-find-id-in-file): Remove
3886         unnecessary variables.
3888         * org-agenda.el (org-search-view, org-agenda-get-blocks)
3889         (org-agenda-filter-by-tag, org-agenda-action): Remove unnecessary
3890         variables.
3892         * org.el (org-set-emph-re): Clean-up the STACKED stuff.
3893         (org-compact-display-after-subtree-move): Remove unnecessary
3894         variables.
3895         (org-edit-fixed-width-region): Remove unnecessary variables.
3896         (org-edit-src-find-region-and-lang): Remove unnecessary variables.
3897         (org-olpath-completing-read): Remove unnecessary variable.
3898         (org-auto-repeat-maybe): Remove unnecessary variable.
3899         (org-map-entries): Remove unnecessary variable.
3900         (org-buffer-property-keys, org-imenu-get-tree)
3901         (org-speedbar-set-agenda-restriction): Remove unnecessary variables.
3903 -----------------------------------------------------------------
3905 2009-01-26  Carsten Dominik  <carsten.dominik@gmail.com>
3906         * org-exp.el (org-export-remove-timestamps): Never remove
3907         timestamps from tables.
3909         * org-export-latex.el (org-export-latex-first-lines): Add more
3910         options to the preprocessing of the text before the first
3911         headline.
3913 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
3915         * org-faces.el (org-clock-overlay): Make face compatible with
3916         XEmacs.
3918         * org.el (org-yank): Add property for delete-selection mode.
3920         * org-exp.el (org-export-as-html): Turn \par into a paragraph.
3922         * org.el (org-agenda-tags-todo-honor-ignore-options): Declare
3923         variable.
3925         * org-table.el (org-table-insert-hline): Fix typo in fuction call
3926         to `backward-char'.
3928         * org-exp.el (org-export-as-html): Remove the initial space from
3929         colon examples.
3931         * org.el (org-scan-tags): Call
3932         `org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item'.
3934         * org-agenda.el (org-agenda-todo-list, org-agenda-match-view): New
3935         customization groups.
3936         (org-agenda-tags-todo-honor-ignore-options): New option.
3937         (org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item):
3938         New function.
3939         (org-agenda-get-todos): Use
3940         `org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item'.
3942 2009-01-24  Carsten Dominik  <carsten.dominik@gmail.com>
3944         * org-exp.el (org-export-format-source-code-or-example): Escape
3945         HTML characters also in examples that anre not treated with
3946         htmlize.  Also, just switch to EXAMPLE processing if we do not
3947         have a good version of htmlize.
3949         * org-rmail.el: Fix copyright notice.
3951         * org.el (org-activate-footnote-links): Improve footnote link
3952         highlighting.
3954         * org-footnote.el (org-footnote-normalize): Fix finding the end of
3955         a footnote definition at the end of the file.
3957         * org-table.el (org-table-get-specials): Add an imagined hline at
3958         the end of the table.  This can be useful for references that want
3959         to go to the end of the table.  Also fix bug when computing last
3960         row constants, in tables that do not start right at the right
3961         margin.
3962         (org-table-eval-formula): Match and replace remove references.
3963         (org-table-formula-substitute-names): Make sure that names inside
3964         a "remote" call are left alone, the will be replaced later when
3965         the remote call is handled.
3966         (org-table-convert-refs-to-rc): Do not convert things that might
3967         look like a reference, but are really part of an ID or namei n a
3968         remote reference.
3969         (org-table-get-remote-range): New function.
3971 2009-01-22  Carsten Dominik  <carsten.dominik@gmail.com>
3973         * org-faces.el (org-clock-overlay): Fix bug in face definition.
3975         * org-clock.el (org-clock-put-overlay): Use new face instead of
3976         `secondary-selection'.
3978         * org-faces.el (org-clock-overlay): New face.
3980 2009-01-21  Carsten Dominik  <carsten.dominik@gmail.com>
3982         * org-exp.el (org-get-current-options): Include the option for
3983         publishing time stamps.
3985         * org.el (org-toggle-heading): Renamed from
3986         `org-toggel-region-headings'.
3987         No longer needs a region defined, but will use it if there is one.
3988         (org-ctrl-c-star): Simplified, relying more on the internal
3989         workings of `org-toggle-heading'.
3990         (org-toggle-item): Renamed from `org-toggle-region-items'.
3991         No longer needs a region defined, but will use it if there is one.
3992         (org-ctrl-c-minus): Simplified, relying more on the inernal
3993         workings of `org-toggle-item'.
3995         * org-export-latex.el (org-export-latex-preprocess): Fix bug in
3996         environment detection.  Also, do real changes only in unprotected
3997         places.
3999 2009-01-20  Carsten Dominik  <carsten.dominik@gmail.com>
4001         * org-export-latex.el (org-export-latex-quotation-marks): Use
4002         `org-if-unprotected-1'.
4003         (org-export-latex-set-initial-vars): Check for class definition in
4004         property.
4006         * org-macs.el (org-if-unprotected-1): New macro.
4008 2009-01-19  Carsten Dominik  <carsten.dominik@gmail.com>
4010         * org-compat.el (org-count-lines): New function.
4012         * org-exp.el (org-export-format-source-code-or-example): Handle
4013         switches related to text areas.
4015         * org.el (org-activate-footnote-links): Don't allow match inside a
4016         link.
4018         * org-footnote.el (org-footnote-re): Don't allow match inside a link.
4020         * org-export-latex.el (org-export-latex-links): Keep a relative
4021         path relative also after export.
4023         * org-exp.el (org-export-html-scripts): Fix HTML snippet.
4025         * org.el (org-make-tags-matcher): Never use IDO for completing the
4026         tags matcher match string.
4027         (org-completing-read): Also remove the special biding for "?".
4029         * org-attach.el (org-attach-allow-inheritance): New option.
4030         (org-attach-inherited): New variable.
4031         (org-attach-dir): Handle properties related to the attachment
4032         directory.
4033         (org-attach-check-absolute-path): New function.
4034         (org-attach-set-directory, org-attach-set-inherit): New commands.
4035         (org-attach): Accommodate the new commands in the dispatcher.
4037 2009-01-18  Carsten Dominik  <carsten.dominik@gmail.com>
4039         * org-compat.el (org-fit-window-to-buffer): Fix bug with using
4040         `window-full-width-p'.
4042         * org-exp.el (org-export-as-html): Only check for images files
4043         that really can be inlined
4045         * org.el (org-image-file-name-regexp, org-file-image-p): Allow the
4046         list of extensions to be a parameter.
4048         * org-exp.el (org-export-html-inline-image-extensions): New
4049         variable.
4051         * org-agenda.el (org-prepare-agenda): Use
4052         `org-agenda-block-separator'.
4053         (org-agenda-block-separator): New option.
4055 2009-01-17  Carsten Dominik  <carsten.dominik@gmail.com>
4057         * org-export-latex.el (org-export-latex-tables): Call
4058         `org-table-clean-before-export' with the new optional argument.
4060         * org-exp.el (org-table-clean-before-export): New optional
4061         parameter MAYBE-QUOTED, allows for quoted characters like \# in
4062         first column.
4064 2009-01-16  Carsten Dominik  <carsten.dominik@gmail.com>
4066         * org-plot.el (org-plot/gnuplot): Fix text-ind parameter for
4067         histograms.
4069         * org-colview.el (org-colview-construct-allowed-dates): Better
4070         error catching when a date/time property does not have allowed
4071         values defined.
4073         * org-colview-xemacs.el (org-colview-construct-allowed-dates):
4074         Better error catching when a date/time property does not have
4075         allowed values defined.
4077 2009-01-14  Carsten Dominik  <carsten.dominik@gmail.com>
4079         * org.el (org-map-entries): Restore point and restriction after
4080         `org-map-entries'.
4082 2009-01-13  Carsten Dominik  <carsten.dominik@gmail.com>
4084         * org.el (org-time=, org-time<, org-time<=, org-time>)
4085         (org-time>=, org-time<>): Make sure both values are dates.
4087 2009-01-11  Carsten Dominik  <carsten.dominik@gmail.com>
4089         * org-archive.el (org-extract-archive-heading): Allow %s for file
4090         name also in achive location heading.
4092 2009-01-10  Carsten Dominik  <carsten.dominik@gmail.com>
4094         * org-archive.el (org-add-archive-files): Uniquify the list before
4095         returning it.
4097 2009-01-09  Carsten Dominik  <carsten.dominik@gmail.com>
4099         * org-compat.el (org-fit-window-to-buffer): Use
4100         `window-full-width-p'.
4102         * org-export-latex.el (org-export-latex-fixed-width): Enforce the
4103         space after the colon in short examples.
4105         * org-exp.el (org-export-protect-colon-examples): Rewritten, to
4106         enforce a space after the colon.  However, we also allow lines
4107         that are *only* a colon.
4108         (org-export-as-html): Enforce the space after the colon in short
4109         examples.
4110         (org-export-preprocess-string): Do the colon example protection
4111         earlier.
4112         (org-export-remove-timestamps): Do not check for protection at the
4113         end of the line.
4115 2009-01-08  Carsten Dominik  <carsten.dominik@gmail.com>
4117         * org.el (org-format-latex-options): Add new matcher for single
4118         letters between dollars.
4119         (org-get-header): Function removed.
4120         (org-heading-components): New function.
4122         * org-exp.el (org-export-define-heading-targets): Record ID's also
4123         as alternative targets.
4124         (org-export-as-html): Interpret "id:" links to other files by
4125         preserving the relative path.
4127         * org-jsinfo.el (org-infojs-handle-options): Catch the case if v
4128         is nil.
4130         * org-exp.el (org-export-normalize-links): Protect the main link,
4131         to avoid special character processing.
4133         * org-export-latex.el (org-export-latex-special-keyword-regexp):
4134         New variable.
4135         (org-export-latex-special-string-regexps): Variable removed.
4136         (org-export-latex-keywords): Use the new regexp.
4138         * org-exp.el (org-export-handle-include-files): Fetch switches and
4139         put them into the BEGIN statement.
4141         * org-timer.el (org-timer-mode-line-string): New variable.
4143         * org-clock.el (org-clock-mode-line-map): Renamed from
4144         `org-clock-mode-map'.
4145         (org-clock-mode-line-timer): Renamed from `org-mode-line-timer'.
4146         (org-clock-update-mode-line): Renamed from `org-update-mode-line'.
4147         (org-clock-put-overlay): Renamed from `org-put-clock-overlay'.
4148         (org-clock-remove-overlays): Renamed from
4149         `org-remove-clock-overlays'.
4151         * org-timer.el (org-timer-pause-or-continue): Implement stopping
4152         and mode line display.
4153         (org-timer-stop): New command.
4154         (org-timer-seconds): Return correct time when timer is paused.
4155         (org-timer-mode-line-timer): New variable.
4156         (org-timer-set-mode-line, org-timer-update-mode-line): New
4157         functions.
4159         * org.el (org-insert-heading):  Handle new value `auto' for
4160         `org-blank-before-new-entry'.
4161         (org-org-menu): Add new items for timer functions.
4163         * org-list.el (org-insert-item): Handle new value `auto' for
4164         `org-blank-before-new-entry'.
4166         * org.el (org-blank-before-new-entry): New value `auto', made
4167         default.
4169 2009-01-07  Carsten Dominik  <carsten.dominik@gmail.com>
4171         * org-exp.el (org-export-normalize-links): If the link is also
4172         used as the description, protect the description.
4174 2009-01-06  Carsten Dominik  <carsten.dominik@gmail.com>
4176         * org.el (org-closest-date): Fix bug with yearly repeats, in
4177         combination with preference of the past as it is used for deadline
4178         and scheduling search.
4180         * org-exp.el (org-html-handle-time-stamps): No longer check for
4181         the `org-export-with-timestamps' option, because the preprocesser
4182         has taken care of this already.
4184         * org.el (org-entry-properties): Catch the case when this is
4185         called in a non-org-mode file.
4187         * org-export-latex.el (org-export-latex-remove-from-headlines):
4188         Variable made obsolete, also LaTeX export now uses the standard
4189         variables.
4190         (org-export-as-latex): Add the timestamps parameter to the
4191         preprocessor parameter list.
4192         (org-export-latex-content): Export the remaining keywords without
4193         considering to remove them.
4194         (org-export-latex-keywords-maybe): Make the REMOVE-LIST optional.
4195         Use bold font instead of tt font for the keywords.
4196         (org-export-latex-fontify-headline): Format headlines, assuming
4197         that all keywords still present should be published.
4198         (org-export-latex-keywords): Remove argument TIMESTAMPS and just
4199         publish what ever remains of the time stamps.
4200         (org-export-latex-list-parameters): New option.
4201         (org-export-latex-lists): Pass additional parameters to the list
4202         converter.
4204         * org-exp.el (org-export-preprocess-string): Remove clock lines
4205         and timestamps already in the preprocesor.
4206         (org-export-remove-timestamps, org-export-remove-clock-lines): New
4207         functions.
4208         (org-export-as-ascii, org-export-as-html): Add the timestamps
4209         parameter to the preprocessor parameter list.
4211         * org-list.el (org-list-parse-list): Parse for checkboxes.
4212         (org-list-to-generic): Introduce and handle new parameters :cbon
4213         and :cboff.
4214         (org-list-to-latex, org-list-to-html, org-list-to-texinfo): Add
4215         optional parameter PARAMS.
4217         * org-export-latex.el (org-export-latex-special-chars): Fix
4218         problems with interpreting dollar signs.
4219         (org-inside-latex-math-p): New function.
4220         (org-export-latex-preprocess): Protect all the math fragments.
4222         * org.el (org-latex-regexps): Allow a dash after a dollar.
4224         * org-w3m.el (org-w3m-copy-for-org-mode): Always deactivate the
4225         mark after copying.
4227         * org-agenda.el (org-run-agenda-series): Have series options set
4228         when finalizing the agenda.
4230         * org-exp.el (org-export-format-source-code-or-example): Protect
4231         the converted examples.
4233         * org.el (org-set-regexps-and-options): Fix the regexp
4234         `org-complex-heading-regexp'.
4236 2009-01-05  Carsten Dominik  <carsten.dominik@gmail.com>
4238         * org.el (org-edit-src-get-label-format): New function.
4239         (org-coderef-label-format): New option.
4240         (org-edit-src-code, org-edit-src-find-region-and-lang): Parse for
4241         a label format specification and make sure it is used in the edit
4242         buffer.
4243         (org-edit-src-get-label-format): New function.
4244         (org-store-link): Handle new coderef formats.
4245         (org-link-search): Handle new coderef formats.
4247         * org-footnote.el (org-footnote-create-definition)
4248         (org-footnote-goto-local-insertion-point): Make footnote insertion
4249         work correctly when the "Footnotes" headline is the last line in
4250         the buffer.
4252         * org.el (org-goto-marker-or-bmk): Expose context after jumping to
4253         the location.
4255 2009-01-04  Carsten Dominik  <carsten.dominik@gmail.com>
4257         * org-w3m.el (org-w3m): New customization group.
4258         (org-w3m-deactivate-mark): New option.
4259         (org-w3m-copy-for-org-mode): Deactivate region, unless the user
4260         option say not to.
4262 2009-01-02  Carsten Dominik  <carsten.dominik@gmail.com>
4264         * org.el (org-set-font-lock-defaults): Trigger footnote
4265         fontification.
4266         (org-activate-footnote-links): New function.
4267         (org-activate-links): New entry `footnote'.
4269         * org-faces.el (org-footnote): New face.
4271 2009-01-01  Carsten Dominik  <carsten.dominik@gmail.com>
4273         * org-macs.el (org-re): Handle the [:word:] class.
4275         * org-exp.el (org-export-preprocess-string): Call
4276         `org-export-protect-colon-examples'.
4277         (org-export-protect-colon-examples): Renamed from
4278         `org-export-protect-examples', and scope limited to lines starting
4279         with a colon.
4281 2008-12-31  Carsten Dominik  <carsten.dominik@gmail.com>
4283         * org-exp.el (org-export-preprocess-string): Move the preprocess
4284         hook to after turning on Org-mode.
4285         (org-export-preprocess-after-include-files-hook)
4286         (org-export-preprocess-after-tree-selection-hook)
4287         (org-export-preprocess-before-backend-specifics-hook)
4288         (org-export-preprocess-final-hook): New hooks.
4289         (org-export-preprocess-string): Run the new hooks.
4291         * org.el (org-ctrl-c-minus): Fix indentation for new items.
4293         * org-footnote.el: New file.
4295         * org.el (org-footnote): Require footnote code.
4296         (org-startup-options): Add new footnote options.
4297         (org-mode-map): New keybindig for footnotes.
4298         (org-ctrl-c-ctrl-c): Add function at footnotes.
4299         (org-org-menu): New menu entries for footnotes.
4301         * org-export-latex.el (org-export-as-latex): Pass footnote
4302         variable to preprocessor.
4303         (org-export-latex-preprocess): Treat multiple references to a
4304         footnote.
4306         * org-exp.el (org-export-preprocess-string): Call
4307         `org-footnote-normalize'.
4308         (org-export-as-ascii, org-export-as-html): Pass footnote variable
4309         to preprocessor.
4310         (org-export-as-html): Treat multiple references to a footnote.
4312 2008-12-26  Carsten Dominik  <carsten.dominik@gmail.com>
4314         * org-export-latex.el (org-export-latex-links): Handle coderef
4315         links.
4317         * org.el (org-bracket-link-analytic-regexp++): New variable.
4318         (org-make-link-regexps): Initialize
4319         `org-bracket-link-analytic-regexp++'.
4320         (org-store-link): Implement special case in edit-src buffer.
4321         (org-insert-link): No use of ide to insert stored links.
4322         (org-link-search): Implement special case for coderefs.
4324         * org-exp.el (org-export-html-scripts): New constant.
4325         (org-export-html-style-default): Add a new style for highlighted
4326         code.
4327         (org-export-code-refs): New variable.
4328         (org-export-preprocess-string): Initialize `org-export-code-refs'.
4329         Call `org-export-replace-src-segments-and-examples'
4330         No longer call `org-export-protect-examples'.
4331         (org-export-target-internal-links): Take care of coderef targets.
4332         (org-export-last-code-line-counter-value): New variable.
4333         (org-export-replace-src-segments-and-examples): Renamed from
4334         `org-export-replace-src-segments', and modified.
4335         (org-export-format-source-code-or-example): Renamed from
4336         `org-export-format-source-code'.
4337         (org-export-number-lines): New function.
4338         (org-export-as-ascii, org-export-as-html): Handle coderef links.
4340 --------------------------------------------------------------------------
4342 2008-12-23  Carsten Dominik  <carsten.dominik@gmail.com>
4344         * org-remember.el (org-remember-handler): Safer way to get a new
4345         buffer accessing the target file.
4347         * org.el (org-refile-get-location): Handle case of current buffer
4348         not having a file associated with it.
4350 2008-12-22  Carsten Dominik  <carsten.dominik@gmail.com>
4352         * org-table.el (org-table-get-formula): Only ask to overwrite
4353         field formula if there really is one.
4355         * org-id.el (org-id-find): Allow the ID to be a symbol or a
4356         number, by converting these to a string.
4358         * org-colview.el (org-dblock-write:columnview): Allow ID to be
4359         located in a different file.
4361         * org-colview-xemacs.el (org-dblock-write:columnview): Copy from
4362         org-colview.el.
4364 2008-12-21  Carsten Dominik  <carsten.dominik@gmail.com>
4366         * org.el (org-completion-use-ido): Enhance docstring of
4367         `org-completion-use-ido'.
4369         * org-export-latex.el (org-export-latex-make-header): Double the %
4370         in the time stamp format.
4371         (org-export-latex-special-chars): Handle case where there is no
4372         match group 3.
4374 2008-12-20  Carsten Dominik  <carsten.dominik@gmail.com>
4376         * org.el (org-get-refile-targets, org-refile-get-location): Use
4377         expanded file name to improve comparison.
4379 2008-12-19  Carsten Dominik  <carsten.dominik@gmail.com>
4381         * org.el (org-scan-tags): Rescan for tags, to get the correct
4382         upcase/downcase stuff.  This slows things down for now, but it
4383         works.
4384         (org-mode): Make sure the tag-faces regexp is initialized.
4386         * org-export-latex.el (org-export-latex-links): Fix bug with
4387         undefined label.
4389         * org-table.el (org-table-get-specials): Set
4390         `org-table-current-last-data-line'.
4391         (org-table-current-last-data-line): New variable.
4392         (org-table-insert-column, org-table-delete-column)
4393         (org-table-move-column, org-table-fix-formulas): Call
4394         `org-table-fix-formulas' a second time to fix the $LR references.
4395         (org-table-get-specials): Add the $LR references to the tables.
4396         (org-table-get-formula): Do not offer last-row names as LHS of
4397         formulas.
4399         * org.el (org-store-link): Capture link description from
4400         `org-id-store-link'.
4402         * org-exp.el (org-export-html-format-image): Add the / to the end
4403         of the <img> tag.
4404         (org-export-format-source-code): Surround example by empty lines,
4405         to make sure it will not be inside a paragraph.
4407         * org.el (org-ido-switchb): New function.
4409 2008-12-18  Carsten Dominik  <carsten.dominik@gmail.com>
4411         * org-agenda.el (org-agenda-show): New prefix argument
4412         FULL-ENTRY.
4414         * org.el (org-sort-entries-or-items): Add a COMPARE-FUNC
4415         argument.
4417         * org-agenda.el (org-agenda-set-tags): Leave getting the tags to
4418         `org-agenda-change-all-lines'.
4419         (org-agenda-change-all-lines): Removed FORCE-TAGS argument, the
4420         tags are now retrieved locally.
4422 2008-12-17  Carsten Dominik  <carsten.dominik@gmail.com>
4424         * org.el (org-get-outline-path): Fix bug if level is not given.
4425         (org-org-menu): Do not quote function in menu vector.
4427         * org-agenda.el (org-finalize-agenda): Fix typo with variable
4428         name.
4430 2008-12-16  Carsten Dominik  <carsten.dominik@gmail.com>
4432         * org.el (org-refile): Avoid refiling to within the region to be
4433         refiled.
4435         * org-export-latex.el (org-export-latex-special-chars): Replace
4436         special characters also in tables.
4438         * org-agenda.el (org-agenda-change-all-lines): New argument
4439         FORCE-TAGS.
4440         (org-agenda-set-tags): Cet the new tags and pass them to
4441         `org-format-agenda-item'.
4443 2008-12-15  Carsten Dominik  <carsten.dominik@gmail.com>
4445         * org-export-latex.el (org-export-latex-classes): Add longable as
4446         a default package to all classes.
4447         (org-export-latex-tables): Handle the longtable attribute and the
4448         align attribute.
4450         * org-table.el (orgtbl-to-generic): Handle tables that start with
4451         a hline.
4453         * org-export-latex.el (org-export-latex-emphasis-alist): Switch to
4454         \verb for colde-like snippets.
4455         (org-export-as-latex): Fix issues with region export.
4457         * org.el (org-up-heading-safe): Speed up function by using a
4458         direct regexp search.
4459         (org-olpa): New variable.
4460         (org-get-outline-path): Speed-up path constructions in cases where
4461         this is possible because the entire hierarchy is scanned anyway.
4462         (org-refile-get-location): Don't compare the truenames of files,
4463         this is too slow.
4464         (org-goto-max-level): New option.
4465         (org-goto): Use `org-goto-max-level'.
4467 2008-12-12  Tassilo Horn  <tassilo@member.fsf.org>
4469         * org-gnus.el (org-gnus-article-link, org-gnus-article-link):
4470         Strip angle brackets from message-ids in the former and don't do
4471         it in the latter.
4472         (org-gnus-follow-link): Open summary reliable, even if the last
4473         messages were deleted, and handle empty groups, too.
4475 2008-12-12  Carsten Dominik  <carsten.dominik@gmail.com>
4477         * org-export-latex.el (org-export-latex-emphasis-alist): Use \verb
4478         instead of \texttt for the =...= and ~===~ emphasis environments.
4479         (org-export-as-latex): Remove any old :org-license-to-kill text
4480         properties.
4481         (org-export-as-latex): Pass RBEG to `org-export-latex-first-lines'.
4482         (org-export-latex-make-header): Add some hard space after the
4483         table of contents.
4484         (org-export-latex-first-lines): Accept RBEG argument.  Mark
4485         exported text so that it will be excuded in further steps.
4487         * org-table.el (org-table-get-specials): Make @0 reference the
4488         last line in a table.
4489         (org-table-recalculate): Improve docstring.
4491 2008-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
4493         * org.el (org-log-done): Fix docstring.
4495 2008-12-10  Carsten Dominik  <carsten.dominik@gmail.com>
4497         * org-exp.el (org-export-html-format-image): Fix bugs.
4499         * org-export-latex.el (org-export-latex-tables)
4500         (org-export-latex-links): Implement attribute, label, and caption
4501         handling.
4503         * org-exp.el (org-export-html-style-default): Add style
4504         definitions for the figure div.
4505         (org-export-preprocess-string, org-export-as-html): Implement
4506         attribute, label, and caption handling.
4507         (org-export-attach-captions-and-attributes): New function.
4508         (org-export-html-format-image): New function.
4509         (org-format-org-table-html): Implement attribute, label, and
4510         caption handling.
4512         * org.el (org-find-text-property-in-string): New function.
4513         (org-extract-attributes): Use the property org-attr instead of
4514         org-attrobutes, because this property is now set with the #+ATTR
4515         lines.
4517 2008-12-08  Carsten Dominik  <carsten.dominik@gmail.com>
4519         * org-compat.el (org-substring-no-properties): Fix for XEmacs, for
4520         the case that FROM is nil.
4522         * org.el (org-before-first-heading-p): New function.
4524 2008-12-07  Carsten Dominik  <carsten.dominik@gmail.com>
4526         * org-exp.el (org-export-as-html): Do not add a space before
4527         enforces line breaks.
4528         (org-export-as-html): Close paragraph before blockquote and verse
4529         tags.
4531 2008-12-06  Carsten Dominik  <carsten.dominik@gmail.com>
4533         * org-id.el (org-id-locations-file): Wrap file name with
4534         `convert-standard-filename'.
4535         (org-id-files): New variable.
4536         (org-id-use-hash): New option.
4537         (org-id-update-id-locations): Also search in all files current
4538         listed in `org-id-files'.  Convert the resulting alist to a hash
4539         if the user customation says so.
4540         (org-id-locations-save): Handle he case if `org-id-locations' is a
4541         hash.
4542         (org-id-locations-load): Convert the alist to a hash.
4543         (org-id-add-location): Handle the hast case.
4544         (kill-emacs-hook): Make sure id locations are saved when Emacs is
4545         exited.
4546         (org-id-hash-to-alist, org-id-alist-to-hash)
4547         (org-id-paste-tracker): New functions.
4549 -------------------------------------------------------------------------
4551 2008-12-05  Carsten Dominik  <carsten.dominik@gmail.com>
4553         * org-agenda.el (org-agenda-goto-calendar): Remove duplicate let
4554         bindings of calendar variables.
4556         * org-table.el (org-table-find-row-type): Renamed from
4557         `org-find-row-type'.
4558         (org-table-rewrite-old-row-references): Renamed from
4559         `org-rewrite-old-row-references'.
4560         (org-table-shift-refpart): Renamed from `org-shift-refpart'.
4561         (org-table-cleanup-narrow-column-properties): Renamed from
4562         `org-cleanup-narrow-column-properties'.
4564 2008-12-05  Carsten Dominik  <carsten.dominik@gmail.com>
4566         * org-table.el (org-find-row-type): New arguments DESC and CLINE,
4567         for better error messages.
4568         (org-table-get-descriptor-line): Supply the new arguments to
4569         `org-find-row-type'.
4570         (org-table-error-on-row-ref-crossing-hline): New option.
4572         * org.el (org-target-link-regexp): Make buffer-local.
4573         (org-move-subtree-down): Fix bug with trees at beginning of
4574         buffer.
4576 2008-12-04  Carsten Dominik  <carsten.dominik@gmail.com>
4578         * org-faces.el (org-set-tag-faces): New function.
4579         (org-tags-special-faces-re): New variable.
4581         * org.el (org-font-lock-add-tag-faces, org-get-tag-face): New functions.
4583         * org-faces.el (org-tag-faces): New option.
4584         (org-tag): Mention `org-tag-faces' in the docstring.
4586 2008-12-03  Carsten Dominik  <carsten.dominik@gmail.com>
4588         * org-exp.el (org-export-html-style-default): Implement new
4589         quoting.
4591         * org-jsinfo.el (org-infojs-template): Implement new quoting.
4593         * org-w3m.el (w3m-minor-mode-hook): Also add the special copy
4594         command to the `w3m-minor-mode-map'.
4596         * org-archive.el (org-archive-to-archive-sibling): Protect
4597         `this-command' to avoid appending kills during archiving.
4599         * org-exp.el (org-export-with-priority): New variable.
4600         (org-export-add-options-to-plist): Use `org-export-plist-vars'
4601         instead of internal list of strings and properties.
4602         (org-print-icalendar-entries): Retrieve the location property with
4603         inheritance.
4605 2008-12-02  Carsten Dominik  <carsten.dominik@gmail.com>
4607         * org-exp.el (org-export-with-todo-keywords): New option.
4608         (org-export-plist-vars): Include also the keys for the #+OPTIONS
4609         line.
4610         (org-default-export-plist, org-export-add-options-to-plist)
4611         (org-export-as-ascii, org-export-as-html): Use the new structure
4612         of `org-export-plist-vars'.
4614         * org.el (org-map-entries): Return all values.
4616 2008-11-29  Carsten Dominik  <carsten.dominik@gmail.com>
4618         * org.el (org-matcher-time): Recognize more special values.
4620         * org-gnus.el (fboundp): Fix defvaralias for XEmacs.
4622 2008-11-27  Carsten Dominik  <carsten.dominik@gmail.com>
4624         * org.el (org-tags-exclude-from-inheritance): New option.
4625         (org-tag-inherit-p, org-remove-uniherited-tags): Respect
4626         `org-tags-exclude-from-inheritance'.
4628         * org-agenda.el (org-agenda-show-inherited-tags): New option.
4629         (org-format-agenda-item): Add inherited tags to the agenda line
4630         string, and make sure that properties are kept when downcasing the
4631         tags list.
4632         (org-agenda-add-inherited-tags): New function.
4633         (org-downcase-keep-props): New function.
4635         * org.el (org-scan-tags): Mark inherited tags with a text
4636         property.
4637         (org-get-tags-at): Mark inherited tags with a text property.
4638         (org-add-prop-inherited): New function.
4640         * org-agenda.el (org-agenda-add-inherited-tags): New function.
4641         (org-agenda-show-inherited-tags): New option.
4643 2008-11-26  Carsten Dominik  <carsten.dominik@gmail.com>
4645         * org.el (org-modules): Add org-w3m to the default modules.
4647         * org-table.el (orgtbl-self-insert-command): Make S-SPC work in
4648         orgtbl-mode.
4649         (orgtabl-create-or-convert-from-region): New command.
4651         * org-exp.el (org-export-as-ascii): Remove the handling of
4652         targets.
4653         (org-export-ascii-preprocess): Handle targets already in this
4654         function.
4656 2008-11-25  Carsten Dominik  <carsten.dominik@gmail.com>
4658         * org-timer.el (org-timer-start-time): Define this variable.
4659         (org-timer-item): Make argument optional.
4661         * org-list.el (org-insert-item): Automatically insert a timer item
4662         if the current list is a timer list.
4664         * org-timer.el: New file.
4666         * org-publish.el (org-publish-org-index): Only exclude the index
4667         file in the main directory from being added to the site-map.
4668         (org-publish-get-project-from-filename): If the current project is
4669         a component, start publishing from the parent project.
4671 2008-11-24  Carsten Dominik  <carsten.dominik@gmail.com>
4673         * org-table.el (orgtbl-ret): Fix RET at beginning-of-buffer.
4675         * org-publish.el (org-publish-org-index): Improve removal of
4676         temporary buffers.
4678         * org-agenda.el (org-get-closed): Re-apply changes
4679         accidentially overwritten by last commit to Emacs.
4681         * org.el (org-outline-path-complete-in-steps): New option.
4682         (org-refile-get-location): Honor
4683         `org-outline-path-complete-in-steps'.
4684         (org-agenda-change-all-lines, org-tags-sparse-tree)
4685         (org-time-string-to-absolute, org-small-year-to-year)
4686         (org-link-escape): Re-apply changes accidentially overwritten
4687         by last commit to Emacs
4689 2008-11-23  Carsten Dominik  <carsten.dominik@gmail.com>
4691         * org-clock.el (org-dblock-write:clocktable): Make sure the
4692         clocktable sees the first line.
4693         (org-clock-in): Warn if the clock cannot be resumed.
4695 2008-11-22  Carsten Dominik  <carsten.dominik@gmail.com>
4697         * org.el (org-open-at-point): Fix mixup about interactive and
4698         non-interactive elisp links.
4700 2008-11-21  Carsten Dominik  <carsten.dominik@gmail.com>
4702         * org-exp.el (org-export-preprocess-string): Allow one comment
4703         line before the first headline to always be included.  This is
4704         to not miss a commented target.
4706         * org-mouse.el (org-mouse-insert-item): Call
4707         `org-indent-to-column' instead of `indent-to', for XEmacs
4708         compatibility.
4710         * org.el (org-refile-targets): Fix customize definition so
4711         that it works also in XEmacs.
4712         (org-fixup-indentation): Call `org-indent-to-column' instead
4713         of `indent-to', for XEmacs compatibility.
4715 2008-11-21  Tokuya Kameshima  <kames@fa2.so-net.ne.jp>
4717         * org-mew.el (org-mew-store-link): Get the correct case folder
4718         for refiled messages.
4720 2008-11-21  Carsten Dominik  <carsten.dominik@gmail.com>
4722         * org-exp.el (org-export-as-ascii): Remove the "\\" forced
4723         line break indicators.
4725         * org.el (org-ido-completing-read): Remove the "i:" prefix for
4726         ido-completion propts.
4728 2008-11-21  Carsten Dominik  <carsten.dominik@gmail.com>
4730         * org-remember.el (org-remember-apply-template): Use
4731         `org-substring-no-properties'.
4733         * org-compat.el (org-substring-no-properties): New function.
4735         * org-remember.el (org-remember-apply-template): Use
4736         `org-substring-no-properties' for compatibility.
4738         * org-list.el (org-list-two-spaces-after-bullet-regexp): New
4739         option.
4740         (org-fix-bullet-type): respect
4741         `org-list-two-spaces-after-bullet-regexp'.
4743         * org-clock.el (org-clock-load): Clean up the code.
4745         * org.el (org-adaptive-fill-function): Allow two spaces after
4746         "1." as a list bullet.
4748 2008-11-20  Carsten Dominik  <carsten.dominik@gmail.com>
4750         * org-clock.el (org-clock-save, org-clock-load): Check for
4751         live buffers, existing files, and buffer file names to ensure
4752         consistent information.
4753         (org-clock-persist): Make `clock' a special value of this
4754         variable, and improve docstring.
4756         * org-list.el (org-cycle-list-bullet, org-fix-bullet-type)
4757         (org-get-string-indentation): Adapt indentation when the bullet
4758         width changes.
4760 2008-11-19  Carsten Dominik  <carsten.dominik@gmail.com>
4762         * org-remember.el (org-remember-finalize): Make interactive.
4763         (org-remember-kill): New command.
4764         (org-remember-finish-immediately): Call `org-remember-finalize'
4765         directly.
4766         (org-remember-finalize): Make `org-remember-finalize' an interactive
4767         function.
4769 2008-11-18  Carsten Dominik  <carsten.dominik@gmail.com>
4771         * org-remember.el (org-remember-apply-template): No ido completion
4772         for free prompts in remember templates.
4773         (org-remember-before-finalize-hook): New hook.
4774         (org-remember-mode): New minor mode.
4775         (org-remember-apply-template): Turn on `org-remember-mode'.
4777         * org-id.el (org-id-add-location): Avoid error when no file is
4778         given.
4780         * org-remember.el (org-remember-apply-template): Fix the way how
4781         the list of allowed properties is retrieved from the target file.
4783         * org.el (org-insert-link): Improve file link matching.
4785 2008-11-17  Carsten Dominik  <carsten.dominik@gmail.com>
4787         * org-colview.el (org-columns-display-here): New argument
4788         DATELINE, to trigger using the new face.
4789         (org-agenda-colview-summarize): Call `org-columns-display-here'
4790         with the new argument.
4792         * org-faces.el (org-agenda-column-dateline): New face.
4794         * org-publish.el (org-publish-org-index): Use index-title at page
4795         title, not as section.
4797         * org-exp.el (org-export-html-format-desc): Respect the
4798         org-protect property.
4799         (org-export-as-html): Protect image specifiers that are in the
4800         description part of a link.
4802         * org.el (org-sort-entries-or-items, org-completing-read)
4803         (org-refile-get-location, org-olpath-completing-read, org-todo)
4804         (org-show-todo-tree, org-sparse-tree, org-make-tags-matcher)
4805         (org-set-tags, org-change-tag-in-region, org-fast-tag-selection)
4806         (org-set-property, org-delete-property)
4807         (org-delete-property-globally): Use `org-ido-completing-read'.
4809         * org-remember.el (org-remember-apply-template): Use
4810         `org-ido-completing-read'.
4812         * org-publish.el (org-publish): Use `org-ido-completing-read'.
4814         * org-colview.el (org-columns-edit-value, org-columns-new)
4815         (org-insert-columns-dblock): Use `org-ido-completing-read'.
4817         * org-colview-xemacs.el (org-columns-edit-value)
4818         (org-columns-new, org-insert-columns-dblock): Use
4819         `org-ido-completing-read'.
4821         * org-attach.el (org-attach-delete-one, org-attach-open): Use
4822         `org-ido-completing-read'.
4824         * org-agenda.el (org-todo-list, org-agenda-filter-by-tag): Use
4825         `org-ido-completing-read'.
4827         * org.el (org-time-today): New function.
4828         (org-matcher-time): Use `org-time-today'.  Add special treatment
4829         for "<tomorrow>" and "<yesterday>".
4830         (org-ido-completing-read): New function.
4831         (org-completion-use-ido): New option.
4833         * org-exp.el (org-export-format-source-code): Fix bug in require
4834         htmlize code.
4835         (org-export-target-internal-links): Fix bug in search for text
4836         property.
4838 2008-11-16  Carsten Dominik  <carsten.dominik@gmail.com>
4840         * org-export-latex.el (org-export-latex-subcontent): Interprete
4841         target aliases as additonal labels.
4843         * org-exp.el (org-export-target-aliases): New variable.
4844         (org-export-preprocess-string)
4845         (org-export-handle-invisible-targets): Fill the alias alist.
4846         (org-export-as-html): Remove the &nbsp; from the anchor, and also
4847         assign an id.
4848         (org-html-level-start): Insert the target aliases as additonal
4849         anchors.
4851         * org.el (org-edit-fixed-width-region): Fix bug when starting a new
4852         picture area.
4854 2008-11-15  Carsten Dominik  <carsten.dominik@gmail.com>
4856         * org.el (org-open-at-mouse): Ensure correct link abbreviations
4857         when following a link with the mouse from the agenda.
4859         * org-exp.el (org-export-as-html): Avoid lone </div> when no
4860         headlines are created.
4862 2008-11-14  Carsten Dominik  <carsten.dominik@gmail.com>
4864         * org-exp.el (org-export-preprocess-string): Reorder so that we
4865         can still see ID properties when we collect targets.
4866         (org-export-target-internal-links): Also store targets for ID's.
4868         * org.el (org-link-translation-function): New option.
4869         (org-open-at-point): Call `org-link-translation-function' if
4870         non-nil.
4871         (org-translate-link): New function.
4872         (org-translate-link-from-planner): New function.
4873         (org-open-at-point): Allow interactive commands in elisp links.
4875         * org-exp.el (org-icalendar-cleanup-string): Restore the old
4876         iCalendar quoting.  The new one seems to caus problems with
4877         applications.
4879         * org.el (org-yank): Set `this-command' to `yank', so that
4880         `yank-pop' will work.
4882 2008-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
4884         * org-id.el (org-id-search-archives): New option.
4886         * org.el (org-link-to-org-use-id): New option.
4887         (org-store-link): Use `org-link-to-org-use-id'.
4888         (org-id): Make org-id.el a standard component.
4890 2008-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
4892         * org.el (org-link-expand-abbrev): Implement %h as an escape for a
4893         hexified version of the tag.
4895         * org-exp.el (org-icalendar-cleanup-string): Improve RFC2455
4896         compliance as far as quoting is concerned.
4898         * org-vm.el (org-vm-follow-link): Require `vm-search'.
4900         * org.el (org-up-heading-safe, org-forward-same-level): Always
4901         call `org-back-to-heading' instead of `outline-back-to-heading'.
4902         (org-back-to-heading): New wrapper around outline-back-to-heading,
4903         with a useful error message telling where the error happened.
4905         * org-list.el (org-update-checkbox-count): Always call
4906         `org-back-to-heading' instead of `outline-back-to-heading'.
4908         * org-exp.el (org-export-as-html): Make sure that each <img> tag
4909         has an `alt' attribute, to ensure XHTML validation.
4911 2008-11-12  Carsten Dominik  <carsten.dominik@gmail.com>
4913         * org-publish.el (org-publish-attachment): Allow publishing to
4914         overwrite attachment files.
4916         * org-agenda.el (org-agenda-timerange-leaders): New option.
4917         (org-agenda-get-blocks): Use `org-agenda-timerange-leaders'.
4919         * org.el (org-edit-src-exit): Untabify ASCII image before
4920         returning.
4933 2008-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
4935         * org.el (org-yank): Make any prefix force normal yanking.
4936         Suppress folding if text would be swallowed into a folded
4937         subtree.
4938         (org-yank-folded-subtrees, org-yank): Docstring updates.
4940         * org-agenda.el (org-agenda-compare-effort): Treat no effort
4941         defined as 0.
4943         * org-exp.el (org-export-language-setup): Add Catalan and
4944         Esperanto language entries.
4946 2008-11-10  Carsten Dominik  <carsten.dominik@gmail.com>
4948         * org.el (org-refile): Allow refiling of entire regions.
4950         * org-clock.el (org-clock-time%): New function.
4952         * org.el (org-entry-get, org-entry-delete): Use safer regexps to
4953         retrieve property values.
4955 2008-11-09  Carsten Dominik  <carsten.dominik@gmail.com>
4957         * org-agenda.el (org-agenda-list): Handle the value `only' of
4958         org-agenda-show-log'.
4959         (org-agenda-log-mode): Interpret a double prefix arg.
4961 2008-11-08  Carsten Dominik  <carsten.dominik@gmail.com>
4963         * org-exp.el (org-export-html-footnotes-section): New variable.
4964         (org-export-as-html): Use `org-export-html-footnotes-section' to
4965         insert the footnotes.
4966         (org-export-language-setup): Add "Footnotes" to language words.
4968 2008-11-07  Carsten Dominik  <carsten.dominik@gmail.com>
4970         * org.el (org-yank): Fix bug when not inserting a subtree.
4972 2008-11-06  Carsten Dominik  <carsten.dominik@gmail.com>
4974         * org-vm.el (org-vm-follow-link): Call `vm-preview-current-message'
4975         instead of `vm-beginning-of-message'.
4977         * org.el (org-make-link-regexps): Make sure that links to gnus can
4978         contain brackets.
4980 2008-11-05  Carsten Dominik  <carsten.dominik@gmail.com>
4982         * org-attach.el (org-attach-dir): Remove duplicate ID creation
4983         code.
4985         * org-id.el (org-id-new): Use `org-trim' to extract the uuid from
4986         shell output.
4988         * org.el (org-link-abbrev-alist): Improve customization type.
4990         * org-attach.el (org-attach-expand-link, org-attach-expand): New
4991         functions.
4993         * org-agenda.el (org-agenda-get-progress): Renamed from
4994         `org-get-closed'.  Implement searching for state changes as well.
4995         (org-agenda-log-mode-items): New option.
4996         (org-agenda-log-mode): New option prefix argument, interpreted as
4997         request to show all possible progress info.
4998         (org-agenda-get-day-entries): Call `org-get-progress' instead of
4999         `org-get-closed'.
5000         (org-agenda-set-mode-name): Handle the more complex log mode
5001         settings.
5002         (org-get-closed): New alias, pointing to `org-get-progress'.
5004 2008-11-05  Carsten Dominik  <dominik@science.uva.nl>
5006         * org.el (org-file-apps-defaults-gnu)
5007         (org-file-apps-defaults-macosx)
5008         (org-file-apps-defaults-windowsnt): Add an entry defining the
5009         system command.
5010         (org-file-apps): Allow `system' as key and value.
5011         (org-open-at-point): Explain the effect of a double prefix arg.
5012         (org-open-file): If the argument `in-emacs' is (16),
5013         i.e. corresponding to a double prefix argument, try to open the
5014         file externally.
5016 2008-11-04  Carsten Dominik  <dominik@science.uva.nl>
5018         * org.el (org-insert-link): Abbreviate absolute files names in
5019         links.  Also, fix a bug in which the double C-u prefix would not
5020         be honored.
5022 2008-11-03  Carsten Dominik  <dominik@science.uva.nl>
5024         * org.el (org-insert-heading): If buffer does not end with a
5025         newline, add one if necessary to insert headline correctly.
5027         * org-exp.el (org-export-as-html): Make sure that <hr/> is between
5028         paragraphs, not inside.
5030         * org.el (org-todo): Quote
5031         `org-agenda-headline-snapshot-before-repeat'.
5033         * org-exp.el (org-export-as-html): Fully process link descriptions.
5034         (org-export-html-format-desc): New function.
5035         (org-export-as-html): Collect footnotes into the correct basket.
5036         (org-html-protect): No longer protect quotations marks here, this
5037         goes wrong.
5039         * org-agenda.el (org-agenda-remove-marked-text): Bind variable
5040         BEG.
5042         * org-compat.el (org-fit-window-to-buffer): New function (not
5043         really, a preliminary and incomplete version was present earlier,
5044         but not used).
5046         * org.el (org-fast-todo-selection, org-fast-tag-selection): Use
5047         `org-fit-window-to-buffer'.
5049         * org-exp.el (org-export): Use `org-fit-window-to-buffer'.
5051         * org-agenda.el (org-agenda-get-restriction-and-command)
5052         (org-fit-agenda-window, org-agenda-convert-date): Use
5053         `org-fit-window-to-buffer'.
5055         * org-exp.el (org-export-as-html): Process href links through
5056         `org-export-html-format-href'.
5057         (org-export-html-format-href): New function.
5059         * org-agenda.el (org-agenda-todo): Update only the current
5060         headline if this is a repeated TODO, marked done for today.
5061         (org-agenda-change-all-lines): New argument JUST-THIS, to change
5062         only the current line.
5064         * org.el (org-todo): Take a snapshot of the headline if the
5065         repeater might change it.
5067 2008-11-02  Carsten Dominik  <dominik@science.uva.nl>
5069         * org-publish.el (org-publish-find-title): Remove buffers visited
5070         only for extracting the title.
5072         * org-exp.el (org-export-html-style)
5073         (org-export-html-style-default): Mark style definitions as
5074         unparsed CDATA.
5076         * org-publish.el (org-publish-validate-link): Function
5077         re-introduced.
5079 2008-11-02  Charles Sebold  <csebold@gmail.com>
5081         * org-plot.el (org-plot/add-options-to-plist): Supports timefmt
5082         property.
5083         (org-plot-quote-timestamp-field): New function.
5084         (org-plot-quote-tsv-field): Call timestamp field function when
5085         necessary rather than just quoting as a string.
5086         (org-plot/gnuplot-to-data): Pass in timefmt property.
5087         (org-plot/gnuplot-script): Supports timefmt property.
5088         (org-plot/gnuplot): Checks for timestamp column before checking
5089         for text index column.
5091 2008-11-02  Carsten Dominik  <dominik@science.uva.nl>
5093         * org.el (org-insert-heading): Improve behavior with hidden subtrees.
5095         * org-publish.el (org-publish-org-index): Create a section in the
5096         index file.
5097         (org-publish-org-index): Stop linking to directories.
5099         * org.el (org-emphasis-alist): Use span instead of <u> to
5100         underline text.
5102         * org-exp.el (org-export-as-html): Make sure <p> is closed before
5103         <pre> sections.
5105 2008-11-01  Sebastian Rose  <sebastian_rose@gmx.de>
5107         * org-jsinfo.el (org-infojs-template): Remove language attribute
5108         from script tag.
5110 2008-11-01  Carsten Dominik  <dominik@science.uva.nl>
5112         * org-agenda.el (org-agenda-remove-marked-text): New function.
5113         (org-agenda-mark-filtered-text)
5114         (org-agenda-unmark-filtered-text): New functions.
5115         (org-write-agenda): Remove fltered text.
5117         * org.el (org-make-tags-matcher): Give access to TODO "property"
5118         without speed penalty.
5120 2008-10-29  Carsten Dominik  <dominik@science.uva.nl>
5122         * org.el (org-link-frame-setup): Add `org-gnus-no-new-news' as an
5123         option.
5124         (org-store-link-props): Make sure adding to the plist works
5125         correctly.
5127         * org-gnus.el (org-gnus-no-new-news): New function.
5128         (org-gnus-follow-link): Allow the article ID to be a message-id,
5129         in addition to allowing article numbers.  Message IDs make much
5130         more roubust links.
5131         (org-gnus-store-link): Use message-id to create link.
5133 2008-10-28  Carsten Dominik  <dominik@science.uva.nl>
5135         * org.el (org-emphasize): Reverse the selection array.
5136         (org-emphasis-alist): Set <code> tags for the verbatim
5137         environment.
5139         * org-remember.el (org-remember-handler): Fix bug with
5140         prefix-related changing of the note storage target.
5142         * org-exp.el (org-print-icalendar-entries): Make the exported
5143         priorities compatible with RFC 2445.
5145         * org-clock.el (org-clock-save): Insert time stamp without
5146         dependence on time-stamp.el.
5148 2008-10-27  Carsten Dominik  <dominik@science.uva.nl>
5150         * org.el ("saveplace"): If saveplace puts point into an invisible
5151         location, make it visible.
5152         (org-make-tags-matcher): Allow inactive time stamps in time
5153         comparisons.
5154         (org-yank-adjusted-subtrees): New option.
5155         (org-yank): Incorporate adjusting trees.
5156         (org-paste-subtree): New argument FOR-YANK which will cause
5157         insertion at point without backing up over white lines, and leave
5158         point at the end of the inserted text.  Also if the cursor is
5159         at the beginning of a headline, use the same level or the inserted
5160         tree.
5162         * org-publish.el (org-publish-get-base-files-1): Deal correctly
5163         with broken symlinks
5165 2008-10-26  Carsten Dominik  <dominik@science.uva.nl>
5167         * org-exp.el (org-export-select-tags, org-get-current-options):
5168         Fix typo.
5170 2008-10-25  Carsten Dominik  <dominik@science.uva.nl>
5172         * org-agenda.el (org-format-agenda-item)
5173         (org-agenda-filter-make-matcher): Make sure tags are stored and
5174         compared donwcased.
5176 2008-10-23  Carsten Dominik  <dominik@science.uva.nl>
5178         * org.el (org-insert-todo-heading): Fix bug with force-heading
5179         argument.
5181 2008-10-23  James TD Smith  <ahktenzero@mohorovi.cc>
5183         * org-clock.el (org-clock-in-resume): Add a custom option to
5184         toggle starting the clock from an open clock line.
5185         (org-clock-in): When clocking in to an entry, if
5186         `org-clock-in-resume' is set, check if the first clock line is
5187         open and if so, start the clock from the time in the clock line.
5188         (org-clock-persist): Add a custom option to toggle clock
5189         persistence.
5190         (org-clock-persist-query-save): Add a custom option to toggle
5191         asking the user if they want to save the running clock when
5192         exiting.
5193         (org-clock-persist-query-resume): Add a custom option to toggle
5194         asking the user if they want to resume the saved clock when Emacs
5195         is restarted.
5196         (org-clock-save): Add a function to save clock data.
5197         This includes the contents of `org-clock-history' and the buffer
5198         and position of the currently clocked task, if any.
5199         (org-clock-load): Add a function to load clock data.
5200         This populates `org-clock-history', and resumes the saved clocked
5201         task if there is one.
5202         (org-clock-persistence-insinuate): Add a method to set up the
5203         hooks for clock persistence.
5205 2008-10-22  Carsten Dominik  <dominik@science.uva.nl>
5207         * org-exp.el (org-export-as-ascii): Handle the case that we are
5208         publishing from an indirect buffer.
5210         * org-table.el (org-table-copy-down): Fix bug with time stamp
5211         increment.
5213         * org-mouse.el (org-mouse-features): New option.
5214         (org-mode-hook): Turn on features depending on
5215         `org-mouse-features'.
5217         * org.el (org-insert-heading-respect-content): Force heading
5218         creation.
5219         (org-insert-heading): keep the folding state of the heading before
5220         the inserted one.
5222 2008-10-21  Carsten Dominik  <dominik@science.uva.nl>
5224         * org-archive.el (org-archive-to-archive-sibling): Handle top
5225         level headlines better.
5227 2008-10-21  Bastien Guerry  <bzg@altern.org>
5229         * org-export-latex.el (org-export-latex-classes): Added
5230         \usepackage{graphicx} to the default list of packages.
5232 2008-10-21  Carsten Dominik  <dominik@science.uva.nl>
5234         * org-agenda.el (org-agenda-filter): Renamed from
5235         `org-agenda-filter-tags'.
5237 2008-10-20  Carsten Dominik  <dominik@science.uva.nl>
5239         * org.el (org-entry-properties): Add CATEGORY property, iven if it
5240         is not defined as a property in this entry.
5241         (org-add-log-note): Mask prefix argument when immediately storing
5242         the note.
5244         * org-agenda.el (org-agenda-filter-effort-default-operator): New
5245         option.
5247 2008-10-19  James TD Smith  <ahktenzero@mohorovi.cc>
5249         * org.el (org-add-log-setup): Bugfix; code to find insertion point
5250         after drawers was skipping ahead one line too many, so notes were
5251         inserted after the first note instead of before it.
5253 2008-10-18  Carsten Dominik  <dominik@science.uva.nl>
5255         * org-agenda.el (org-agenda-filter-tags,org-agenda-filter-form):
5256         New variables.
5257         (org-prepare-agenda): Reset the filter tags.
5258         (org-agenda-filter-by-tag, org-agenda-filter-by-tag-show-all):
5259         Show filter tags in mode line.
5261         * org-table.el (orgtbl-to-html): Bind `html-table-tag' for the
5262         formatter.
5264         * org-export-latex.el (org-latex-entities-regexp): New constant.
5265         (org-export-as-pdf): Use two calls to `shell-command'.
5267 2008-10-17  Carsten Dominik  <dominik@science.uva.nl>
5269         * org-export-latex.el (org-export-latex-treat-sub-super-char):
5270         Honor the {} value of the subsuperscript setting.  Make sure that
5271         longer subsuperscripts are typeset in a roman font.
5273         * org.el (org-clock-update-time-maybe): Compute negative clock
5274         intervals correctly.
5276 2008-10-16  Carsten Dominik  <dominik@science.uva.nl>
5278         * org.el (org-add-log-setup): Respect
5279         `org-log-state-notes-insert-after-drawers'.
5280         (org-log-state-notes-insert-after-drawers): New option.
5281         (org-todo-trigger-tag-changes): New function.
5282         (org-todo): Call `org-todo-trigger-tag-changes'.
5284 2008-10-15  James TD Smith  <ahktenzero@mohorovi.cc>
5286         * org.el (org-add-log-setup): Only skip drawers if the are
5287         immediately after the scheduling keywords.
5289         * org-clock.el (org-clock-in-switch-to-state): Allow this to be a
5290         function
5291         (org-clock-in): If `org-clock-in-switch-to-state' is a function,
5292         call it with the current todo state to get the state to switch to
5293         when clocking in.
5294         (org-clock-in): Use org-indent-line-function to indent clock lines.
5295         (org-clock-find-position): Fix indentation of empty clock drawers.
5297 2008-10-15  Carsten Dominik  <dominik@science.uva.nl>
5299         * org-publish.el (org-publish-org-to): Handle case when
5300         org-export-to-pdf does return a file name, not a buffer.
5301         (org-publish-org-to-pdf): New function.
5303         * org-export-latex.el (org-export-as-pdf)
5304         (org-export-as-pdf-and-open): New commands.
5306         * org-table.el (org-table-eval-formula): Avoid parsing Calc's HMS
5307         forms as ranges.
5309         * org-export-latex.el (org-export-latex-lists): Ignore lists-like
5310         things in protexted regions.
5312 2008-10-14  Carsten Dominik  <dominik@science.uva.nl>
5314         * org-export-latex.el (org-export-latex-preprocess): Improve
5315         quoting of LaTeX environments.
5317 2008-10-10  Carsten Dominik  <dominik@science.uva.nl>
5319         * org.el (org-edit-fixed-width-region): Exclude final newline from
5320         picture area.
5322         * org-export-latex.el (org-export-latex-subcontent): Add labels to
5323         sections, to make internal links work.
5324         (org-export-latex-fontify-headline): Do not remove all text
5325         properties, to make sure that target properties survive this
5326         process.
5328         * org-exp.el (org-export-preprocess-string): Change sequence of
5329         modifications, to make sure links are prepared before the LaTeX
5330         conversions do happen.
5332 2008-10-09  Carsten Dominik  <dominik@science.uva.nl>
5334         * org-attach.el (org-attach-delete-all): Renamed from
5335         `org-attch-delete'.  Add a security query before deleting the
5336         entire directory.  New optional argument FORCE can overrule the
5337         security query.
5338         (org-attach-delete-one): New command.
5340 2008-10-08  Carsten Dominik  <dominik@science.uva.nl>
5342         * org-attach.el (org-attach-file-list): Fix bug with directory.
5344 2008-10-07  Carsten Dominik  <dominik@science.uva.nl>
5346         * org.el (org-apps-regexp-alist): New function.
5347         (org-file-apps): Add auto-mode to the default value.
5348         (org-open-file): Use the new structure of org-file-apps.
5350         * org-attach.el (org-attach): Support the new keys.
5351         (org-attach-method): New option.
5353 2008-10-06  Carsten Dominik  <dominik@science.uva.nl>
5355         * org-bbdb.el (org-bbdb-anniversaries): Fix but with 29 Feb/1
5356         March.
5358         * org.el (org-remove-uniherited-tags): Fix reverse interpretation
5359         of the list value o `org-use-tag-inheritance'.
5361         * org-attach.el (org-attach-auto-tag): New option.
5362         (org-attach-tag, org-attach-untag): New functions.
5363         (org-attach-attach, org-attach-new, org-attach-sync): Call
5364         `org-attach-tag'.
5365         (org-attach-delete): Call `org-attach-untag'.
5367 2008-10-04  Carsten Dominik  <dominik@science.uva.nl>
5369         * org-table.el (orgtbl-self-insert-command): Make this work for
5370         the keypad as well.
5372 2008-10-02  Carsten Dominik  <dominik@science.uva.nl>
5374         * org.el (org-add-log-setup): Limit searc for drawers to entry
5375         text, not to subtree.
5377         * org-clock.el (org-clock-heading-for-remember): New variable.
5378         (org-clock-in): Set `org-clock-heading-for-remember'.
5380 2008-10-01  James TD Smith  <ahktenzero@mohorovi.cc>
5382         * org-remember.el (org-remember-apply-template): Add new
5383         expansions: %k, %K for currently clocked task and a link to the
5384         currently clocked task, and %< to file notes in the currently
5385         clocked task.
5387 2008-10-01  Carsten Dominik  <dominik@science.uva.nl>
5389         * org-export-latex.el (org-export-latex-make-header): Also insert
5390         the content of the property :latex-header-extra.
5392         * org-exp.el (org-infile-export-plist): Put the content of
5393         #+LATEX_HEADER: into the property :latex-header-extra.
5395         * org-colview.el (org-columns-get-format-and-top-level): Remove
5396         resetting the marker.
5398         * org-colview-xemacs.el (org-columns-get-format-and-top-level):
5399         Remove resetting the marker.
5401         * org.el (org-entry-property-inherited-from): Improve docstring.
5402         (org-entry-get-with-inheritance): Reset marker before starting the
5403         search.
5405         * org-exp.el (org-infile-export-plist): Allow multiple STYLE lines.
5407 2008-09-30  Carsten Dominik  <dominik@science.uva.nl>
5409         * org.el (org-entry-get-multivalued-property)
5410         (org-entry-protect-space, org-entry-restore-space): New
5411         functions.
5412         (org-file-apps-defaults-macosx): Let postscript files be opened by
5413         preview.
5414         (org-time-stamp-inactive): Call `org-time-stamp'.
5415         (org-time-stamp): New argument `inactive'.  Also edit inacive
5416         stamps. Convert time stamp type.
5417         (org-open-file): Interpret the `default' value for the `command'
5418         in `org-file-apps'.
5420         * org-id.el (org-id-int-to-b36-one-digit)
5421         (org-id-b36-to-int-one-digit, org-id-int-to-b36)
5422         (org-id-b36-to-int, org-id-time-to-b36): Modified from b62 to
5423         b36.
5425 2008-09-29  Carsten Dominik  <dominik@science.uva.nl>
5427         * org-id.el (org-id-reverse-string): New function.
5428         (org-id-new): Use `org-id-reverse-string' to make sure the
5429         beginning chars of the ID are mutating fast.  This allows to use a
5430         directory structure to spread things better.
5431         (org-id-prefix): Changed default to nil.
5433         * org-list.el (org-move-item-down, org-move-item-up): Remember and
5434         restore the column of the cursor position.
5436         * org-remember.el (org-remember-apply-template): Remove properties
5437         from `initial'.
5439 2008-09-27  Carsten Dominik  <dominik@science.uva.nl>
5441         * org-wl.el (org-wl-open): Remove useless call to
5442         `wl-thread-open-all'.
5444         * org-remember.el (org-remember-handler): Fix bug with `bottom'
5445         location.
5447 2008-09-26  Carsten Dominik  <dominik@science.uva.nl>
5449         * org-bbdb.el (org-bbdb-anniversaries): Require bbdb in
5450         `org-bbdb-anniversaries'.
5452         * org.el (org-get-next-sibling, org-forward-same-level): New
5453         functions, similar to the outline versions, but invisible headings
5454         are OK.
5456 2008-09-25  Bastien Guerry  <bzg@altern.org>
5458         * org.el (org-auto-repeat-maybe): Insert a space between
5459         the timestamp's type and the timestamp itself.
5461 2008-09-24  Carsten Dominik  <dominik@science.uva.nl>
5463         * org-table.el (org-table-sum): Do not format the result with %g,
5464         it does rounding when there are too many digits.
5466         * org.el (org-map-entries): Protect the keyword-selecting variables.
5468 2008-09-23  Bastien Guerry  <bzg@altern.org>
5470         * org-agenda.el (org-agenda-to-appt): Make sure the function check
5471         against all agenda files.
5473 2008-09-23  Carsten Dominik  <dominik@science.uva.nl>
5475         * org-list.el: New file, aggregating list functions from org.el
5476         and org-export-latex.el.
5478         * org.el (org-edit-src-region-extra): New option.
5480 2008-09-22  Carsten Dominik  <dominik@science.uva.nl>
5482         * org-agenda.el (org-agenda-to-appt): Fix bug with appointment
5483         time before 1am.
5485 2008-09-22  Bastien Guerry  <bzg@altern.org>
5487         * org-export-latex.el (org-export-latex-keywords-maybe): Bug fix.
5489 2008-09-22  James TD Smith  <ahktenzero@mohorovi.cc>
5491         * org-plot.el (org-plot/gnuplot): Make tables starting with a
5492         hline work correctly.
5493         (org-plot/gnuplot-script): Put commas at the end of each script
5494         line.
5496 2008-09-20  James TD Smith  <ahktenzero@mohorovi.cc>
5498         * org.el (org-get-refile-targets): Replace links with their
5499         descriptions
5500         (org-imenu-get-tree): Replace links with their descriptions.
5502         * org-remember.el (org-remember-apply-template): Add a new
5503         expansion for adding properties to remember items.
5505         * org.el (org-add-log-setup): Skip over drawers (properties,
5506         clocks etc) when adding notes.
5508         * org-agenda.el (org-agenda-get-closed): show durations of clocked
5509         items as well as the start and end times.
5511         * org-compat.el (org-get-x-clipboard-compat): Add a compat
5512         function for fetching the X clipboard on XEmacs and GNU Emacs 21.
5514         * org-remember.el (org-get-x-clipboard): Use the compat
5515         function to get clipboard values when x-selection-value is
5516         unavailable. Use substring-no-properties instead of
5517         set-text-properties to remove text properties from the clipboard
5518         value.
5520         * lisp/org-clock.el (org-update-mode-line): Support limiting the
5521         modeline clock string, and display the full todo value in the
5522         tooltip. Set a local keymap so mouse-3 on the clock string goes to
5523         the currently clocked task.
5524         (org-clock-string-limit): Add a custom value for the maximum
5525         length of the clock string in the modeline.
5526         (org-clock-mode-map): Add a keymap for the modeline string
5528 2008-09-21  Carsten Dominik  <dominik@science.uva.nl>
5530         * org-compat.el (org-propertize): New function.
5532 2008-09-20  Bastien Guerry  <bzg@altern.org>
5534         * org-export-latex.el (org-export-latex-tables): protect exported
5535         tables from further special chars conversion.
5536         (org-export-latex-preprocess): Preserve LaTeX environments.
5537         (org-list-parse-list): Parse descriptive lists.
5538         (org-list-to-generic, org-list-to-latex, org-list-to-html)
5539         (org-list-to-texinfo): Export descriptive lists.
5540         (org-quote-chars): Remove.
5541         (org-export-latex-keywords-maybe): Use `replace-regexp-in-string'.
5542         (org-export-latex-list-beginning-re): Rename to
5543         `org-list-beginning-re'
5544         (org-list-item-begin): Rename to `org-list-item-beginning'
5546 2008-09-20  Carsten Dominik  <dominik@science.uva.nl>
5548         * org.el (org-refile): Allow refiling to the last entry in the
5549         buffer.
5550         (org-get-tags-at): Fix bug when inheritance is turned off.
5552 2008-09-19  Carsten Dominik  <dominik@science.uva.nl>
5554         * org.el (org-indent-line-function): No longer check for src
5555         regions, this is too much overhead.
5557         * org-agenda.el (org-agenda-highlight-todo): Fix bugs with keyword
5558         matching.
5560         * org.el (org-scan-tags): Make sure that tags matching is not case
5561         sensitive.  TODO keyword matching is case sensitive, however, to
5562         avoid confusion with similar words that are not meant to be
5563         keywords.
5565 2008-09-18  Carsten Dominik  <dominik@science.uva.nl>
5567         * org.el (org-get-local-tags-at): New function.
5568         (org-get-local-tags): New function.
5570         * org-exp.el (org-export-get-categories): New function.
5572         * org-agenda.el (org-sorting-choice)
5573         (org-agenda-sorting-strategy, org-agenda-get-todos)
5574         (org-agenda-get-timestamps, org-agenda-get-deadlines)
5575         (org-agenda-get-scheduled, org-agenda-get-blocks)
5576         (org-entries-lessp): Implement sorting by TODO state.
5577         (org-cmp-todo-state): New defsubst.
5579         * org-colview.el (org-colview-construct-allowed-dates): New
5580         function.
5581         (org-columns-next-allowed-value): Use
5582         `org-colview-construct-allowed-dates'.
5584         * org-colview-xemacs.el (org-colview-construct-allowed-dates): New
5585         function.
5586         (org-columns-next-allowed-value): Use
5587         `org-colview-construct-allowed-dates'.
5589 2008-09-17  Carsten Dominik  <dominik@science.uva.nl>
5591         * org.el (org-protect-slash): New function.
5592         (org-get-refile-targets): Use `org-protect-slash'.
5594         * org-agenda.el (org-global-tags-completion-table): New variable.
5596         * org-exp.el (org-export-handle-export-tags): New function.
5597         (org-export-preprocess-string): Call
5598         `org-export-handle-export-tags'.
5600         * org-plot.el: New file.
5602         * org-publish.el (org-publish-expand-components): Function removed.
5603         (org-publish-expand-projects): Allow components to have components.
5605 2008-09-13  Carsten Dominik  <dominik@science.uva.nl>
5607         * org.el (org-indent-line-function): Do not indent in regions that
5608         are external source code.
5609         (org-yank-and-fold-if-subtree): New function.
5611         * org-agenda.el (org-agenda-todayp): New function.
5612         (org-agenda-get-deadlines, org-agenda-get-scheduled): Use
5613         `org-agenda-todayp'.
5615         * org.el (org-insert-heading-respect-content)
5616         (org-insert-todo-heading-respect-content): New commands.
5617         (org-insert-heading-respect-content): New option.
5618         (org-insert-heading): Respect `org-insert-heading-respect-content'.
5620         * org-clock.el (org-clock-find-position): Make sure the note after
5621         the clock line gets moved into the new clock drawer.
5623 2008-09-11  Carsten Dominik  <dominik@science.uva.nl>
5625         * org-id.el (org-id-new): New option.
5627 2008-09-08  Carsten Dominik  <dominik@science.uva.nl>
5629         * org-table.el (org-table-copy-down): Avoid overflow during
5630         increment.  Use prefix argument 0 to temporarily disable the
5631         increment.
5633 2008-09-07  Carsten Dominik  <dominik@science.uva.nl>
5635         * org-exp.el (org-export-as-html): Do not turn on the major mode
5636         if the buffer will be killed anyway.
5637         (org-get-current-options): Exclude the #+TEXT field.
5638         (org-export-as-html): Make sure text before the first headline is
5639         a paragraph.
5641         * org-publish.el (org-publish-org-to): Tell the exporter that this
5642         buffer will be killed, so it is not necessary to do major mode
5643         initialization.
5645         * org-archive.el (org-archive-to-archive-sibling): Show empty
5646         lines after folding the archive sibling.
5648         * org.el (org-log-note-extra): New variable.
5650 2008-09-05  Bastien Guerry  <bzg@altern.org>
5652         * org.el (org-additional-option-like-keywords): Added keywords for
5653         the _QUOTE, _VERSE and _SRC environments.
5655         * org-export-latex.el (org-export-latex-preprocess): Fix bug when
5656         exporting _QUOTE and _VERSE environments.
5658 2008-09-05  Carsten Dominik  <dominik@science.uva.nl>
5660         * org-agenda.el (org-agenda-filter-by-tag): New command.
5662         * org-exp.el (org-get-current-options): Remove angular brackets
5663         from the date entry.
5665         * org.el (org-edit-fixed-width-region): New function.
5666         (org-edit-fixed-width-region): Also try
5667         `org-edit-fixed-width-region'.
5668         (org-edit-fixed-width-region-mode): New option.
5669         (org-activate-code): Only interprete lines starting with colon
5670         plus a space as example lines.
5672         * org-remember.el (org-remember-templates): Add nil instead of
5673         empty strings to fix the length of remember templates.
5675         * org-table.el (org-calc-default-modes): Fix the time format for
5676         calc, from 12 hour to 24 hour clock.
5678 2008-09-04  Carsten Dominik  <dominik@science.uva.nl>
5680         * org-agenda.el (org-agenda-get-deadlines)
5681         (org-agenda-get-scheduled): Avoid `time-of-day' extraction for
5682         entries that are pre-warnings of deadlines or reminders.
5684         * org.el (org-sort-entries-or-items): Make numeric and alpha
5685         comparisons ignore any TODO keyword and priority cookie.
5687         * org-remember.el (org-remember-handler): Reinterpretation of the
5688         prefix argument.
5690 2008-09-03  Carsten Dominik  <dominik@science.uva.nl>
5692         * org-agenda.el (org-agenda-get-scheduled): Use new
5693         `org-scheduled' face.
5695         * org-faces.el (org-scheduled): New face.
5697         * org-wl.el (org-wl-open): Remove incorrect declaration.
5699         * org-gnus.el (org-gnus-store-link): Support for :to information
5700         in gnus links.
5702         * org-exp.el (org-export-as-html): Fixed typo in creator
5703         information.
5704         (org-export-protect-examples): New parameter indent.  Insert extra
5705         spaces only when this parameter is specified.
5706         (org-export-preprocess-string): Call `org-export-protect-examples'
5707         with an indentation parameter when exporting to ASCII.
5709         * org-remember.el (org-remember-templates)
5710         (org-remember-apply-template): Allow the file component to be a
5711         function.
5713         * org.el (org-goto-local-search-headings): Renamed from
5714         `org-goto-local-search-forward-headings'.  Added the possibility
5715         to search backwards.
5717 2008-09-02  Carsten Dominik  <dominik@science.uva.nl>
5719         * org-export-latex.el (org-export-latex): New customization
5720         group.
5722         * org-agenda.el (org-write-agenda): Erase buffer for txt export.
5724 2008-09-01  Carsten Dominik  <dominik@science.uva.nl>
5726         * org-exp.el (org-html-do-expand): Allow {} to terminate
5727         tex macro
5729 2008-07-29  Carsten Dominik  <dominik@science.uva.nl>
5731         * org.el (org-buffer-list): Select buffers based on major mode,
5732         not on file name.
5734 2008-07-26  Carsten Dominik  <dominik@science.uva.nl>
5736         * org-agenda.el (org-agenda-align-tags): Fix bug with malformed
5737         face property.
5739         * org-colview.el (org-columns-display-here): Use
5740         `org-columns-modify-value-for-display-function'.
5742         * org-colview-xemacs.el (org-columns-display-here): Use
5743         `org-columns-modify-value-for-display-function'.
5745 2008-07-25  Carsten Dominik  <dominik@science.uva.nl>
5747         * org.el (org-columns-modify-value-for-display-function): New option.
5759         * org-publish.el (org-publish-file): Make sure the directory match
5760         for the publishing directory works correctly.
5762         * org-agenda.el (org-agenda-execute-calendar-command)
5763         (org-agenda-diary-entry): Additional optional argument.
5765 2008-07-24  Carsten Dominik  <dominik@science.uva.nl>
5767         * org-exp.el (org-export-as-html): Add attributes also in mailto
5768         and ftp links.
5770         * org.el (org-autoload): Add `org-dblock-write:columnview'.
5779 2008-07-23  Carsten Dominik  <dominik@science.uva.nl>
5781         * org-exp.el (org-export-region-as-html, org-export-as-html): Make
5782         sure that calls from `org-export-region-as-html' do not do the
5783         special check for a subtree.
5785 2008-07-22  Carsten Dominik  <dominik@science.uva.nl>
5787         * org-agenda.el (org-batch-store-agenda-views): Fix parsing bug.
5789 2008-07-20  Juri Linkov  <juri@jurta.org>
5791         * org.el (narrow-map): Bind `org-narrow-to-subtree' to "s" on the
5792         new keymap `narrow-map' instead of binding "\C-xns".
5794 2008-07-18  Carsten Dominik  <dominik@science.uva.nl>
5796         * org.el (org-open-file): Use
5797         `org-open-directory-means-index-dot-org'.
5798         (org-open-directory-means-index-dot-org): New option.
5800 2008-07-17  Carsten Dominik  <dominik@science.uva.nl>
5802         * org.el (org-make-link-string): Remove link attributes from
5803         description.
5804         (org-open-at-point): Remove link attributes bevore using the path.
5806         * org-exp.el (org-export-as-html): Handle link attributes.
5808         * org.el (org-extract-attributes, org-attributes-to-string): New functions.
5810         * org-table.el (org-table-to-lisp): New function.
5812         * org.el (org-narrow-to-subtree): Do not include the final newline
5813         into the narrowed region.
5815         * org-agenda.el (org-agenda-custom-commands-local-options): Fixed
5816         bug with user-define skipping condition.
5818 2008-07-16  Carsten Dominik  <dominik@science.uva.nl>
5820         * org-agenda.el (org-agenda-get-restriction-and-command): Fixed typo.
5822 2008-07-14  Carsten Dominik  <dominik@science.uva.nl>
5824         * org-exp.el (org-export-html-style-default): Automatic overflow
5825         handling for pre fields.
5826         (org-export-as-ascii, org-export-as-html): Change default format
5827         for time stamp.
5829         * org-table.el (org-table-export): Offer completion for translator
5830         functions, and do not require a heading above the table.
5832         * org.el (org-renumber-ordered-list, org-beginning-of-item-list):
5833         Cater for the case of a list starting in the first line of the
5834         buffer.
5836 2008-07-09  Carsten Dominik  <dominik@science.uva.nl>
5838         * org-publish.el (org-publish-find-title): Bug fix.
5839         (org-publish-org-index): Implement new :index-style option.
5841 2008-07-07  Carsten Dominik  <dominik@science.uva.nl>
5843         * org-publish.el (org-publish-timestamp-filename): Use
5844         SHA1-encoded file names in the timestamp directory.
5846 2008-07-05  Carsten Dominik  <dominik@science.uva.nl>
5848         * org-publish.el (org-publish-needed-p): Be verbose about files
5849         published and files skipped.
5851         * org-exp.el (org-export-preprocess-string): Swap link
5852         normalization and inernal link targeting.
5854         * org-publish.el (org-publish-needed-p): Create timestamp
5855         directory when it does not exist.
5857 2008-07-04  Bastien Guerry  <bzg@altern.org>
5859         * org-clock.el (org-clock-out-when-done): Doc fix.
5861         * org.el (org-agenda-skip-unavailable-files): Doc fix.
5863         * org-exp.el (org-export-remove-comment-blocks-and-subtrees):
5864         Ignore case when searching for the COMMENT cookie at export time.
5866 2008-07-02  Carsten Dominik  <dominik@science.uva.nl>
5868         * org-exp.el (org-get-file-contents)
5869         (org-get-and-remove-property): New functions.
5870         (org-export-handle-include-files): Handle the new prefix options.
5871         (org-export-as-html): Fix the verse environment.
5873 2008-07-01  Carsten Dominik  <dominik@science.uva.nl>
5875         * org.el (org-time=, org-time<, org-time<=, org-time>)
5876         (org-time>=, org-time<>, org-2ft): New functions.
5877         (org-op-to-function): Also provide for the time testing fucntions.
5879 2008-06-30  Carsten Dominik  <dominik@science.uva.nl>
5881         * org-exp.el (org-export-html-style-default): New constant.
5883 2008-06-29  Carsten Dominik  <dominik@science.uva.nl>
5885         * org-exp.el (org-export-html-style-extra): New variable.
5886         (org-export-splice-style): New function.
5888 2008-06-26  Carsten Dominik  <dominik@science.uva.nl>
5890         * org-exp.el (org-export-plist-vars, org-export-as-html):
5891         Implement `org-export-creator-info'.
5892         (org-export-creator-info): New option.
5894 2008-06-25  Carsten Dominik  <dominik@science.uva.nl>
5896         * org.el (org-clock-drawer-start-re, org-clock-drawer-end-re)
5897         (org-property-drawer-re, org-clock-drawer-re): New constants.
5899 2008-06-23  Carsten Dominik  <dominik@science.uva.nl>
5901         * org-exp.el (org-icalendar-use-deadline)
5902         (org-icalendar-use-scheduled): New options.
5903         (org-icalendar-include-todo): Default changed to t.
5904         (org-print-icalendar-entries): Implement better utilization of
5905         scheduling and deadline time stamps.
5906         (org-export-target-internal-links, org-export-as-html): Allow file
5907         lines without the "file:" prefix if the file path is an absolute
5908         path or starts with ".".
5910         * org-clock.el (org-clocktable-shift): Also undertand yesterday,
5911         lastweek etc.
5912         (org-clock-special-range): Also undertand yesterday, lastweek etc.
5914 2008-06-18  Glenn Morris  <rgm@gnu.org>
5915         * org.el (org-map-entries): Let-bind `file'.
5917 2008-06-19  Carsten Dominik  <dominik@science.uva.nl>
5919         * org.el (org-agenda-skip-archived-trees): Docstring now
5920         discourages using this.
5921         (org-scan-tags): Check for org-agenda-archives-mode.
5922         (org-map-entries): Make sure org-agenda-archives-mode is nil.
5923         (org-agenda-files): Functionality of second arg changed.
5925         * org-agenda.el (org-agenda-archives-mode): New variable
5926         (org-write-agenda, org-prepare-agenda, org-agenda-list)
5927         (org-search-view, org-todo-list, org-tags-view)
5928         (org-agenda-list-stuck-projects): Call `org-agenda-files' with
5929         `ifmode' argument.
5930         (org-agenda-quit): Reset the archives mode.
5931         (org-agenda-archives-mode): New command.
5932         (org-agenda-set-mode-name): Include archives info.
5934 2008-06-18  Carsten Dominik  <dominik@science.uva.nl>
5936         * org.el (org-paste-subtree): Make sure the yanked headline is
5937         visible if it was yanked at a visible point.
5938         (org-move-item-up): Fix the bug with moving white space at the end
5939         of the item.
5940         (org-show-empty-lines-in-parent): New function.
5942 2008-06-16  Carsten Dominik  <dominik@science.uva.nl>
5944         * org-colview.el (org-columns-next-allowed-value): Bug fix.
5946         * org-colview-xemacs.el (org-columns-next-allowed-value): Bug fix.
5948         * org-agenda.el (org-agenda-get-closed): Get the end time into the
5949         agenda prefix as well.
5951         * org-publish.el (org-publish-org-index): Make a properly indented
5952         list.
5954         * org.el (org-calendar-agenda-action-key): New option.
5955         (org-get-cursor-date): New function.
5956         (org-mark-entry-for-agenda-action): New command.
5957         (org-overriding-default-time): New variable.
5958         (org-read-date): Respect `org-overriding-default-time'.
5960         * org-remember.el (org-remember-apply-template): Respect the
5961         ovverriding default time.
5963         * org-agenda.el (org-agenda-action-marker): New variable.
5964         (org-agenda-action): New command.
5965         (org-agenda-do-action): New function.
5967 2008-06-15  Carsten Dominik  <dominik@science.uva.nl>
5969         * org.el (org-schedule, org-deadline): Protect scheduled and
5970         deadline tasks against changes that accidently remove the
5971         repeater.  Also show a message with the new date when done.
5973 2008-06-15  Carsten Dominik  <dominik@science.uva.nl>
5975         * org.el (org-beginning-of-line): Cater for the case when there
5976         are tags but no headline text.
5977         (org-align-tags-here): Convert to tabs only when indent-tabs-mode
5978         it set.
5980 2008-06-13  Carsten Dominik  <dominik@science.uva.nl>
5982         * org-mhe.el (org-mhe-get-message-folder-from-index): Make sure
5983         the return value is nil instead of "nil" when there is no match.
5985         * org-exp.el (org-insert-centered): Use fill-column instead of
5986         80.
5987         (org-export-as-ascii): Use string-width to measure the width of
5988         the heading.
5990         * org.el (org-diary-to-ical-string): No longer kill buffer
5991         FROMBUF, this is now done by the caller.
5993         * org-exp.el (org-print-icalendar-entries): Move the call to
5994         `org-diary-to-ical-string' out of the loop, and kill the buffer
5995         afterwords.
5997         * org-remember.el (org-remember-visit-immediately): Position
5998         cursor after moving to the note.
5999         (org-remember-apply-template): Use a text property to record the
6000         cursor position.
6001         (org-remember-handler): Align tags after pasting the note.
6003 2008-06-12  Carsten Dominik  <dominik@science.uva.nl>
6005         * org-bbdb.el (org-bbdb-follow-anniversary-link): New function.
6007         * org-agenda.el (org-agenda-open-link): If there is an
6008         org-bbdb-name property in the current line, jump to that bbdb
6009         entry.
6011         * org-bbdb.el (org-bbdb-anniversaries): Add the bbdb-name as a
6012         text property, so that the agenda knows where this entry comes
6013         from.
6015         * org-agenda.el (org-agenda-clock-in): Fixed bug in the
6016         interaction between clocking-in from the agenda, and  automatic
6017         task state switching.
6019         * org-macs.el (org-with-point-at): Bug fix in macro defintion.
6021         * org.el (org-beginning-of-line, org-end-of-line): Make sure the
6022         zmacs-region stays after this command in XEmacs.
6024 2008-06-11  Carsten Dominik  <dominik@science.uva.nl>
6026         * org.el (org-scan-tags): Allow new values for ACTION parameter.
6028         * org-remember.el (org-remember-templates): Fix bug in
6029         customization type definition.
6031         * org.el (org-map-entries): New function.
6033 2008-06-11  verhuur82  <verhuur82@macbook-van-verhuur82.local>
6035         * org-agenda.el (org-agenda-skip-comment-trees): New option.
6036         (org-agenda-skip): Respect `org-agenda-skip-comment-trees'.
6038 2008-06-10  Carsten Dominik  <dominik@science.uva.nl>
6040         * org-remember.el (org-jump-to-target-location): New variable.
6041         (org-remember-apply-template): Set
6042         `org-remember-apply-template' if requested by template.
6043         (org-remember-handler): Start an idle timer to jump to
6044         remember location.
6046         * org-exp.el (org-get-current-options): Add the FILETAGS setting.
6048         * org.el (org-set-regexps-and-options): Fix bug with parsing of
6049         file tags.
6050         (org-get-tags-at): Add the content of `org-file-tags'.
6052         * org-exp.el (org-export-handle-comments): Fix bug with several
6053         comment lines after each other.
6054         (org-number-to-roman, org-number-to-counter): New functions.
6055         (org-export-section-number-format): New option.
6057 2008-06-09  Carsten Dominik  <dominik@science.uva.nl>
6059         * org-exp.el (org-export-protect-examples): Catch the case of a
6060         missing end_example line.
6062         * org.el (org-set-regexps-and-options): Set `org-file-properties' and
6063         `org-file-tags' to nil.
6065         * org-colview.el (org-columns-next-allowed-value): Handle next
6066         argument NTH to directly select a value.
6068         * org-colview-xemacs.el (org-columns-next-allowed-value): Handle next
6069         argument NTH to directly select a value.
6071 2008-06-08  Carsten Dominik  <dominik@science.uva.nl>
6073         * org-agenda.el (org-agenda-scheduled-leaders): Fix docstring.
6075 2008-05-30  Carsten Dominik  <dominik@science.uva.nl>
6077         * org.el (org-columns-ellipses): New option.
6079 2008-05-29  Carsten Dominik  <dominik@science.uva.nl>
6081         * org-colview.el (org-columns-add-ellipses): New function.
6082         (org-columns-compact-links): New function.
6083         (org-columns-cleanup-item): Call `org-columns-compact-links'.
6084         (org-columns-display-here): Call `org-agenda-columns-cleanup-item'
6085         when in agenda.
6086         (org-columns-edit-value): Fixed bug with editing values from
6087         agenda column view.
6088         (org-columns-redo): Also redo the agenda itself.
6090 2008-05-28  Carsten Dominik  <dominik@science.uva.nl>
6092         * org-agenda.el (org-agenda-columns-remove-prefix-from-item): New
6093         option.
6095         * org-colview.el (org-agenda-columns-cleanup-item): New function.
6097         * org-exp.el (org-export-ascii-preprocess): Renamed from
6098         `org-export-ascii-clean-string'.
6099         (org-export-kill-licensed-text)
6100         (org-export-define-heading-targets)
6101         (org-export-handle-invisible-targets)
6102         (org-export-target-internal-links)
6103         (org-export-remove-or-extract-drawers)
6104         (org-export-remove-archived-trees)
6105         (org-export-protect-quoted-subtrees)
6106         (org-export-protect-verbatim, org-export-protect-examples)
6107         (org-export-select-backend-specific-text)
6108         (org-export-mark-blockquote-and-verse)
6109         (org-export-remove-comment-blocks-and-subtrees)
6110         (org-export-handle-comments, org-export-mark-radio-links)
6111         (org-export-remove-special-table-lines)
6112         (org-export-normalize-links)
6113         (org-export-concatenate-multiline-links)
6114         (org-export-concatenate-multiline-emphasis): New functions,
6115         obtained from spliiting the export preprocessor.
6117         * org-table.el (org-table-recalculate): Improve error message if
6118         the row number is invalid.
6120 2008-05-27  Carsten Dominik  <dominik@science.uva.nl>
6122         * org-archive.el (org-archive-save-context-info): Fix bugs in
6123         customization setup and docstring.
6125         * org-exp.el (org-export-html-style): Changed the size of in the
6126         <pre> element to 90%.
6128 2008-05-26  Carsten Dominik  <dominik@science.uva.nl>
6130         * org.el (org-find-src-example-start): Function removed.
6131         (org-edit-src-find-region-and-lang): New function.
6133 2008-05-25  Carsten Dominik  <dominik@science.uva.nl>
6135         * org.el (org-edit-src-exit): New function.
6136         (org-exit-edit-mode): New minor mode.
6138         * org-exp.el (org-export-preprocess-string): Fix bug with removing
6139         comment-like lines from protected examples.
6141         * org.el (org-edit-src-example, org-find-src-example-start)
6142         (org-protect-source-example, org-edit-special): New functions.
6144 2008-05-24  Carsten Dominik  <dominik@science.uva.nl>
6146         * org-publish.el (org-publish-project-alist): Fix typo in
6147         docstring.
6148         (org-publish-project-alist): Handle :index-title property.
6150 2008-05-21  Carsten Dominik  <dominik@science.uva.nl>
6152         * org-export-latex.el (org-export-as-latex): Make sure region
6153         bounds are correct.  Parse subtree properties relating to export.
6155         * org-exp.el (org-export-add-options-to-plist): New function.
6156         (org-infile-export-plist): Use `org-export-add-options-to-plist'.
6158 2008-05-20  Carsten Dominik  <dominik@science.uva.nl>
6160         * org.el (org-default-properties): Add EXPORT_FILE_NAME and
6161         EXPORT_TITLE.
6163         * org-exp.el (org-export-get-title-from-subtree)
6164         (org-export-as-ascii, org-export-as-html): Make sure the original
6165         region-beginning and region-end are used, even after moving
6166         point.
6167         (org-export-get-title-from-subtree): Also try the EXPORT_TITLE
6168         property.
6170         * org-remember.el (org-remember-last-stored-marker): New variable.
6171         (org-remember-goto-last-stored): Use `org-goto-marker-or-bmk'.
6172         (org-remember-handler): Also use marker to remember
6173         last-stored position.
6175         * org.el (org-goto-marker-or-bmk): New function.
6177 2008-05-19  Carsten Dominik  <dominik@science.uva.nl>
6179         * org.el (org-file-properties): Renamed from `org-local-properties'.
6180         (org-scan-tags): Take file tags into account.
6181         (org-tags-match-list-sublevels): Default changed to t.
6183         * org-exp.el (org-export-as-html): Close paragraph after a
6184         footnote.
6186         * org.el (org-update-parent-todo-statistics): New function.
6188         * org-exp.el (org-icalendar-store-UID): New option.
6189         (org-icalendar-force-UID): Option removed.
6190         (org-print-icalendar-entries): IMplement UIDs.
6192 2008-05-18  Carsten Dominik  <dominik@science.uva.nl>
6194         * org-mhe.el (org-mhe-follow-link): Fix bug in mhe searches.
6196 2008-05-16  Carsten Dominik  <dominik@science.uva.nl>
6198         * org-faces.el (org-column): Document how this face is being used
6199         and why sometimes the background faces shine through.
6201         * org-mhe.el (org-mhe-follow-link): Improve handling of searches.
6203         * org-publish.el (org-publish-attachment): Create publishing
6204         directory if it does not yet exist.
6206         * org-table.el (org-calc-default-modes): Change default number
6207         format to (float 8).
6209         * org.el (org-olpath-completing-read): New function.
6210         (org-time-clocksum-format): New option.
6211         (org-minutes-to-hh:mm-string): Use `org-time-clocksum-format'.
6213         * org-clock.el (org-clock-display, org-clock-out)
6214         (org-update-mode-line): Use `org-time-clocksum-format'.
6216         * org-colview-xemacs.el (org-columns-number-to-string): Use
6217         `org-time-clocksum-format'.
6219         * org-colview.el (org-columns-number-to-string): Use
6220         `org-time-clocksum-format'.
6222 2008-05-15  Carsten Dominik  <dominik@science.uva.nl>
6224         * org-id.el: New file, move from contrib to core.
6226         * org-exp.el (org-icalendar-force-UID): New option.
6228 2008-05-14  Carsten Dominik  <dominik@science.uva.nl>
6230         * org-exp.el (org-print-icalendar-entries): Make sure DTEND is
6231         shifted by one day if theere is a date range without an end
6232         time.
6234         * org.el (org-try-structure-completion): New function.
6236 2008-05-13  Carsten Dominik  <dominik@science.uva.nl>
6238         * org.el (org-set-font-lock-defaults): Improve fontification of
6239         description lists.
6240         (org-insert-item): Handle description lists.
6241         (org-adaptive-fill-function): Improve auto indentation in
6242         description lists.
6244         * org-exp.el (org-export-as-html, org-export-preprocess-string):
6245         Implement VERSE environment.
6246         (org-export-preprocess-string): Implement the COMMENT
6247         environment.
6249         * org-export-latex.el (org-export-latex-preprocess): Implement
6250         VERSE environment.
6252 2008-05-12  Carsten Dominik  <dominik@science.uva.nl>
6254         * org-jsinfo.el (org-infojs-opts-table): Add entry for FIXED_TOC
6255         option.
6257 2008-05-10  Carsten Dominik  <dominik@science.uva.nl>
6259         * org-table.el (orgtbl-to-tsv, orgtbl-to-csv): New functions.
6261         * org.el (org-quote-csv-field): New functions.
6263         * org-table.el (org-table-export-default-format): Remove :splice
6264         from default format, we get the same effect by not specifying
6265         :tstart and :tend.
6266         (org-table-export): Improve setup, distinguish better between
6267         interactive and non-interactive use, allow specifying the format
6268         on the fly, better protection against wrong file names.
6269         (orgtbl-to-generic): Fix documentation.  Do not require :tstart
6270         and :tend when :splice is omitted.
6272 2008-05-09  Bernt Hansen  <bernt@norang.ca>
6274         * org-clock.el (org-clock-select-task): Make sure the selection
6275         letters are 1-9 and A-Z, no special characters.
6277 2008-05-09  Carsten Dominik  <dominik@science.uva.nl>
6279         * org-exp.el (org-export-htmlize): New group.
6280         (org-export-htmlize-output-type)
6281         (org-export-htmlize-css-font-prefix): New options.
6282         (org-export-htmlize-region-for-paste): New function.
6283         (org-export-htmlize-generate-css): New command.
6285 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
6287         * org/org.el (org-modules, org-format-latex-options):
6288         * org/org-archive.el (org-archive-stamp-time)
6289         (org-archive-save-context-info):
6290         * org/org-faces.el (org-hide):
6291         * org/org-irc.el (org-irc-parse-link):
6292         * org/org-macs.el (org-call-with-arg, org-autoload):
6293         * org/org-mew.el (org-mew-store-link):
6294         * org/org-remember.el (org-remember-store-without-prompt)
6295         (org-remember-templates): Fix typos in docstrings.
6297         * org/org-info.el (org-info-store-link): Remove leftover docstring.
6299         * org/org-bbdb.el (org-bbdb-export): Remove leftover docstring.
6300         (org-bbdb-anniversary-field, org-bbdb-extract-date-fun)
6301         (org-bbdb-anniv-split): Fix typos in docstrings.
6303         * org/org-publish.el (org-publish-project-alist): Doc fixes.
6304         (org-publish-use-timestamps-flag): Reflow docstring.
6305         (org-publish-files-alist): Fix typos in docstring.
6307 2008-05-08  Carsten Dominik  <dominik@science.uva.nl>
6309         * org.el (org-set-visibility-according-to-property): New function.
6310         (org-ctrl-c-ctrl-c): Do not restart org-mode, just get the options
6311         and compute the regular expressions, and update font-lock.
6312         (org-property-re): Allow a dash in property names.
6314         * org-archive.el (org-extract-archive-file): Insert the file name
6315         without the path into the format, to allow the location format to
6316         contain a subdirectory.
6318         * org-agenda.el (org-agenda-post-command-hook): If point is at end
6319         of buffer, and the `org-agenda-type' property undefined, use the
6320         value from the character before.
6322         * org.el (org-add-planning-info): Don't let indentation for
6323         would-be timestamp become extra whitespace at the end of headline.
6325 2008-05-07  Carsten Dominik  <dominik@science.uva.nl>
6327         * org.el (org-remove-double-quotes, org-file-contents): New
6328         functions.
6330         * org-exp.el (org-infile-export-plist): Also parse the
6331         contents of #+SETUPFILE files, recursively.
6333         * org.el (org-set-regexps-and-options): Also parse the
6334         contents of #+SETUPFILE files, recursively.
6336         * org-exp.el (org-export-handle-include-files): New function.
6337         (org-export-preprocess-string): Call
6338         `org-export-handle-include-files'.
6340         * org.el (org-delete-property-globally)
6341         (org-delete-property, org-set-property): Ignore case during
6342         completion.
6343         (org-set-property): Use `org-completing-read' instead of
6344         `completing-read'.
6346         * org.el (org-complete-expand-structure-template): New,
6347         experimental function.
6348         (org-structure-template-alist): New, experimental option.
6349         (org-complete): Call `org-complete-expand-structure-template'.
6351 2008-05-06  Bastien Guerry  <bzg@altern.org>
6353         * org-export-latex.el (org-export-latex-preprocess): Added
6354         support for blockquotes.
6356 2008-05-05  Carsten Dominik  <dominik@science.uva.nl>
6358         * org.el (org-read-date-analyze): Catch the case where only a
6359         weekday is given.
6361 2008-05-04  Carsten Dominik  <dominik@science.uva.nl>
6363         * org.el (org-set-font-lock-defaults): Make the description
6364         tag bold.
6366         * org-exp.el (org-export-as-html, org-close-li): Implement
6367         description lists.
6369 2008-05-04  Jason Riedy  <jason@acm.org>
6371         * org-table.el (*orgtbl-default-fmt*): New variable.
6372         (orgtbl-format-line): Use the value of *orgtbl-default-fmt*
6373         when there is no other fmt available.
6375         (orgtbl-to-generic): Allow an explicitly nil :tstart or
6376         :tend to suppress the appropriate string.
6378         (orgtbl-to-orgtbl): New function for translating to another orgtbl
6379         table.
6381 2008-05-02  Carsten Dominik  <dominik@science.uva.nl>
6383         * org.el (org-read-date-analyze): "." as an alias for "+0" in
6384         read date.
6386         * org-clock.el (org-clock-save-markers-for-cut-and-paste):
6387         New function.
6389         * org-agenda.el (org-agenda-save-markers-for-cut-and-paste):
6390         New function.
6392 2008-05-01  Carsten Dominik  <dominik@science.uva.nl>
6394         * org-clock.el (org-clock-find-position): Don't include notes
6395         into clock drawer.
6397         * org-archive.el (org-archive-subtree): No longer remove an
6398         extra line after cutting the subtree.  `org-cut-subtree' already
6399         takes care of this.
6401         * org-remember.el (org-remember-handler): Only kill the target
6402         buffer if it does not contain the running clock.
6404         * org.el (org-markers-to-move): New variable.
6405         (org-save-markers-in-region, org-check-and-save-marker)
6406         (org-reinstall-markers-in-region): New function.
6407         (org-move-subtree-down, org-copy-subtree): Remember relative
6408         marker positions before cutting.
6409         (org-move-subtree-down, org-paste-subtree): Restore relative
6410         marker positions after pasting.
6412         * org-remember.el (org-remember-clock-out-on-exit): New option.
6413         (org-remember-finalize): Clock out only if the setting in
6414         `org-remember-clock-out-on-exit' requires it.
6415         (org-remember-handler): Do the cleanup in the buffer, to make sure
6416         that the clock marker remains in tact.
6418 2008-04-29  Carsten Dominik  <dominik@science.uva.nl>
6420         * org-clock.el (org-clock-goto): Widen buffer if necessary.
6421         (org-clock-in): Make sure that also tasks outside the narrowed
6422         region will be clocked in correctly.
6423         (org-clock-insert-selection-line): Widen the buffer so that we can
6424         find the correct task heading.
6426         * org.el (org-base-buffer): New function.
6428         * org-exp.el (org-icalendar-cleanup-string): Make sure ',"
6429         and ";" are escaped.
6430         (org-print-icalendar-entries): Also apply
6431         `org-icalendar-cleanup-string' to the headline, not only to the
6432         summary property.
6434 2008-04-28  Carsten Dominik  <dominik@science.uva.nl>
6436         * org-exp.el (org-export-preprocess-hook): New hook.
6437         (org-export-preprocess-string): Call
6438         `org-export-preprocess-hook'.
6440         * org.el (org-font-lock-hook): New variable.
6441         (org-font-lock-hook): New function.
6442         (org-set-font-lock-defaults): Call `org-font-lock-hook'.
6444 ;; Local Variables:
6445 ;; coding: utf-8
6446 ;; add-log-time-zone-rule: t
6447 ;; End:
6449     Copyright (C) 2008  Free Software Foundation, Inc.
6451   This file is part of GNU Emacs.
6453   GNU Emacs is free software: you can redistribute it and/or modify
6454   it under the terms of the GNU General Public License as published by
6455   the Free Software Foundation, either version 3 of the License, or
6456   (at your option) any later version.
6458   GNU Emacs is distributed in the hope that it will be useful,
6459   but WITHOUT ANY WARRANTY; without even the implied warranty of
6460   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
6461   GNU General Public License for more details.
6463   You should have received a copy of the GNU General Public License
6464   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
6466 ;; arch-tag: a9bdcf06-7c2d-4b5a-bf7a-c5e7b706f67c