org-babel: avoid inserting blank line at bottom of exported code blocks
[rgr-org-mode.git] / lisp / ChangeLog
blob41f3734351cd56d0557fdc53cc43162b0793b0e6
1 2009-11-01  Carsten Dominik  <carsten.dominik@gmail.com>
3         * org-src.el (org-src-preserve-indentation): Document that this
4         variable is also used during export.
6         * org-exp.el (org-export-format-source-code-or-example): Preserve
7         indentation if a block has a -i option, or if
8         `org-src-preserve-indentation' is set.
10         * org-exp-blocks.el (org-export-blocks-preprocess): Preserve
11         indentation if a block has a -i option, or if
12         `org-src-preserve-indentation' is set.
14 2009-10-31  Carsten Dominik  <carsten.dominik@gmail.com>
16         * org.el (org-mode-map): Define the new archiving keys.
17         (org-speed-commands-default): Define an archiving key in the speed
18         command map.
19         (org-org-menu): Improve the menu structure concerning archiving.
21         * org-archive.el (org-archive-subtree-default-with-confirmation):
22         New command.
24         * org-agenda.el (org-agenda-mode-map): Define the new archiving keys.
25         (org-agenda-menu): Add the new archiving commands to the menu.
26         (org-agenda-archive-default)
27         (org-agenda-archive-default-with-confirmation): New commands.
28         (org-agenda-archive, org-agenda-archive-to-archive-sibling): Just
29         call `org-agenda-archive-with'.
30         (org-agenda-archive-with): New function.
32         * org-table.el (org-table-convert-region): Inert spaces around "|"
33         to avoid line beginnings like "|-1" which will be mistaken as
34         hlines.
36 2009-10-30  Carsten Dominik  <carsten.dominik@gmail.com>
38         * org.el (org-offer-links-in-entry): Return nil if there are no
39         links, t if a link has been selected.
40         (org-open-at-point): Open attachment directory when called in the
41         headline and there are no links in the entry body.
42         (org-speed-commands-default): Add "o" for open-at-point as a speed
43         command.
45         * org-attach.el (org-attach-reveal): Optional prefix arg
46         IF-EXISTS, which avoids creating the attachment directory if it
47         does not yet exist.
49         * org-agenda.el (org-agenda, org-run-agenda-series): Evaluate
50         MATCH.
52 2009-10-29  Carsten Dominik  <carsten.dominik@gmail.com>
54         * org.el ("abbrev"): Work with abbrev tables only after they have
55         been loaded.
57         * org-list.el (org-list-send-list): Fix bug related to match
58         data.
60         * org-latex.el (org-export-latex-fontify): Apply verbatim
61         emphasis.
62         (org-export-latex-make-header): Insert \obeylines if line breaks
63         should be preserved.
65         * org-exp.el (org-export-protect-verbatim): Add an
66         `org-verbatim-emph' property to such text.
68 2009-10-28  Carsten Dominik  <carsten.dominik@gmail.com>
70         * org-icalendar.el (org-icalendar-use-plain-timestamp): New option.
71         (org-print-icalendar-entries): Skip entries where the timestamp is
72         not a deadline and not scheduled, if the user requests that.
74         * org-latex.el (org-export-latex-quotation-marks): Allow a bracket
75         before an opening quote.
77         * org-archive.el (org-archive-subtree): Keep archive after
78         archiving something.
80         * org-id.el (org-id-update-id-locations): Add archive files if
81         that is required by `org-id-extra-files'.
83 2009-10-27  Carsten Dominik  <carsten.dominik@gmail.com>
85         * org-src.el (org-src-window-setup): New option.
86         (org-src-switch-to-buffer): New function.
87         (org-edit-src-exit): Add optional argument CONTEXT and use it to
88         restore window configuration.
89         (org-edit-src-code, org-edit-src-continue, org-edit-src-exit):
90         Call `org-src-switch-to-buffer'.
92         * org.el (org-default-properties): Add STYLE property.
93         (org-files-list): Use the function call to get the files.
94         (org-additional-option-like-keywords): Add SETUPFILE to completion
95         list.
97 2009-10-26  Carsten Dominik  <carsten.dominik@gmail.com>
99         * org-table.el (org-table-convert-region): Correctly interpret
100         quoting in csv import.
102         * org.el (org-icompleting-read): Make iswitchb completion work
103         with lists and tables.
105         * org-agenda.el (org-agenda-add-entry-text): Never add entry text
106         while pushing the mobile agenda.
108 2009-10-25  John Wiegley  <jwiegley@gmail.com>
110         * org-clock.el
111         (org-clock-auto-clock-resolution): Now takes three values: nil, t
112         and `when-no-clock-is-running'.
113         (org-clock-in): Use `org-clock-auto-clock-resolution' to determine
114         whether or not to resolve Org buffers on clock in.
116 2009-10-26  Bastien Guerry  <bzg@altern.org>
118         * org.el (org-mode-hook): Turn `org-mode-hook' into a customizable
119         variable.
121 2009-10-25  Carsten Dominik  <carsten.dominik@gmail.com>
123         * org-clock.el (org-clock-has-been-used): New variable.
124         (org-clock-in): Set `org-clock-has-been-used'.
125         (org-clock-save): Save only if clock data has been used or created
126         during this session.
128 2009-10-24  Carsten Dominik  <carsten.dominik@gmail.com>
130         * org-clock.el (org-clock-persist): New value, to store only the
131         clock history.
132         (org-clock-save): Don't save the clock if only the history should
133         be stored.
134         (org-clock-load): Turn off John Wiegley's auto resolving mechanism
135         when restoring a saved clock.
137 2009-10-24  John Wiegley  <jwiegley@gmail.com>
139         * org-clock.el (org-clock-display, org-clock-put-overlay): Use
140         `org-time-clock-use-fractional'.
142         * org.el (org-time-clocksum-use-fractional)
143         (org-time-clocksum-fractional-format): Two new customizable
144         variables which allow the user to select fractional times (1.25
145         instead of 1:25) in the `org-clock-display' report.
147 2009-10-23  John Wiegley  <jwiegley@gmail.com>
149         * org-habit.el (org-habit-build-graph): None of the arguments
150         should be optional.
151         (org-habit-parse-todo, org-habit-deadline)
152         (org-habit-get-priority, org-habit-get-faces)
153         (org-habit-build-graph): Further simplifications by storing all
154         past, scheduled and deadline dates as a number of days past the
155         epoch, and not as times.
157         * org-habit.el (org-habit-warning-face)
158         (org-habit-warning-future-face): Removed because these are no
159         longer used.
160         (org-habit-deadline, org-habit-deadline-repeat): Now always
161         returns a date; computed if there was a scheduled repeater but no
162         deadline repeater.
163         (org-habit-get-priority): Further improvements to the priority
164         algorithm.  In particular, items past due should always appear
165         before items due or not yet due.
166         (org-habit-get-faces): Greatly simplified the logic, now that
167         `org-habit-deadline' always returns a valid time.
169 2009-10-23  Carsten Dominik  <carsten.dominik@gmail.com>
171         * org-ascii.el (org-export-ascii-table-keep-all-vertical-lines):
172         New option.
174         * org.el (org-tag-alist): Fix customization type.
176 2009-10-22  Carsten Dominik  <carsten.dominik@gmail.com>
178         * org-mobile.el (org-mobile-update-checksum-for-capture-file):
179         Make sure the regexp search can fail without throwing an error.
180         (org-mobile-apply): Save the inbox buffer after removing
181         successfully applied changes.
183 2009-10-22  John Wiegley  <jwiegley@gmail.com>
185         * org-habit.el (org-habit-build-graph): Fix to the graph building
186         when last DONE date is earlier than `org-habit-preceding-days'.
188         * org-clock.el (org-resolve-clocks-if-idle): Fix to the way idle
189         time is reported after the user comes back (but before they
190         resolve time).
192         * org.el (org-get-repeat): Change so that this function can be
193         called with either `org-scheduled-string' or
194         `org-deadline-string'.
196         * org-habit.el (org-habit-parse-todo): Use `org-scheduled-string'
197         to find the scheduled date.
199         * org-clock.el (org-clock-auto-clock-resolution): Renamed
200         `org-clock-disable-clock-resolution', since negatives don't sound
201         good in customization variables.
202         (org-clock-in): Don't use the auto-resolution logic if the user is
203         clocking into a different task while an active clock is running.
204         This then allows the default behavior of clocking out of the open
205         task and then into the new task.
207         * org-habit.el (org-habit-parse-todo): Generate an error if a
208         habit has a scheduled repeat period < 1.
209         (org-habit-get-faces): Fixes to the way that colors are computed.
210         (org-habit-build-graph): The graph wasn't displaying beyond any
211         day that had two completions in it.
213         * org.el (org-modules): Made this variable more consistent, since
214         it was referring to Org, OrgMode and Org-mode, whereas the docs
215         for the variable always refer to Org-mode.
217 2009-10-21  James TD Smith  <ahktenzero@mohorovi.cc>
219         * org.el (org-repeat-re): The changed org-repeat-re no longer
220         matched simple +2d type repeaters. Fix it so it does.
222 2009-10-21  Carsten Dominik  <carsten.dominik@gmail.com>
224         * org-latex.el (org-export-latex-preprocess): Protect the vspace
225         macro in the VERSE environment.
227 2009-10-20  John Wiegley  <jwiegley@gmail.com>
229         * org-habit.el (org-habit-get-priority): A new function that
230         determines the relative priority of a habit, based on how long
231         past its scheduled date it is, and how near the deadline is.
233         * org-agenda.el (org-agenda-get-scheduled): Set habit priority
234         using `org-habit-get-priority'.
236         * org-habit.el (org-habit-build-graph): Start displaying colors
237         from the first scheduled date, if that date is earlier than the
238         first completion date.
240         * org-habit.el: Changed all "color" variables to faces, and made
241         them appropriate for light and dark backgrounds.
243         * org-habit.el (org-habit-duration-to-days): Made this function
244         more general.
245         (org-habit-parse-todo): Parse the new ".+N/N" style repeater.
247         * org-agenda.el (org-agenda-get-deadlines): Removed all mention of
248         habits, since they don't use DEADLINE anymore.
250         * org.el (org-repeat-re, org-display-custom-time)
251         (org-timestamp-change): Extended to support the new ".+N/N"
252         syntax, used for habits.
254         * org-clock.el (org-clock-resolve-clock): Fixed an incorrect
255         variable reference.
257         * org-agenda.el (org-agenda-set-mode-name): Show Habit in the
258         modeline when habits are being displayed (if that module is being
259         loaded).
261 2009-10-21  James TD Smith  <ahktenzero@mohorovi.cc>
263         * org-clock.el (org-x11-idle-seconds): Add a method to get the X11
264         idle time using the xscreensaver extension.
265         (org-user-idle-seconds): Use X11 idle time if available.
267 2009-10-20  Carsten Dominik  <carsten.dominik@gmail.com>
269         * org-agenda.el (org-agenda-next-line): New command.
270         (org-agenda-previous-line): New commands.
271         (org-agenda-show-and-scroll-up, org-agenda-show-scroll-down): New
272         commands.
273         (org-agenda-follow-mode): Do the follow immediately if the mode is
274         turned on here.
275         (previous-line, next-line): Replace keys with the corresponding
276         org functions.
277         (org-agenda-mode-map): Bind backspace and delete to the scrolling
278         command.
280         * org.el (org-icompleting-read): Turn off partial completion mode
281         for the duration of this completion round.
283         * org-latex.el (org-export-latex-fontify-headline): Protect TeX
284         macros in author lines and similar stuff.
286         * org.el (org-file-tags): Fix docstring.
287         (org-get-buffer-tags): Add the #+FILETAGS tags.
288         ("ecb"): Maks ecb show context after jumping into an Org file.
290 2009-10-20  John Wiegley  <johnw@newartisans.com>
292         * org-agenda.el (org-finalize-agenda): Draw habit consistency
293         graphs after everything else in the buffer has been setup.
295 2009-10-19  Carsten Dominik  <carsten.dominik@gmail.com>
297         * org-mobile.el (org-mobile-apply): Count success and failure.
299         * org.el (org-indent-line-function): Fix regexp replace problem.
301 2009-10-19  John Wiegley  <johnw@newartisans.com>
303         * org-clock.el (org-clock-disable-clock-resolution): New
304         customization variable that disable automatic clock resolution on
305         clock in.
306         (org-clock-in): If `org-clock-disable-clock-resolution' is set, do
307         not automatically resolve anything.  This is does not affect
308         idle-time resolution, however, if `org-clock-idle-time' is set.
310 2009-10-19  John Wiegley  <johnw@newartisans.com>
312         * org-habit.el: New file, which implements code to build a "habit
313         consistency graph".
315         * org-agenda.el (org-agenda-get-deadlines)
316         (org-agenda-get-scheduled): Display consistency graphs when
317         outputting habits into the agenda.  The graphs are always relative
318         to the current time.
319         (org-format-agenda-item): Added new parameter `habitp', which
320         indicates whether we are formatting a habit or not.  Do not
321         display "extra" leading information if habitp is true.
323         * org.el (org-repeat-re): Improved regexp to include .+ and ++
324         leaders for repeat strings.
325         (org-get-repeat): Now takes a string parameter `tagline', so the
326         caller can obtain the SCHEDULED repeat, or the DEADLINE repeat.
328 2009-10-19  John Wiegley  <johnw@newartisans.com>
330         * org-agenda.el (org-agenda-auto-exclude-function): New
331         customization variable for allowing the user to create an "auto
332         exclusion" filter for doing context-aware auto tag filtering.
333         (org-agenda-filter-by-tag): Changes to support the use of
334         `org-agenda-auto-exclude-function'.  See the new manual addition,.
336 2009-10-18  John Wiegley  <johnw@newartisans.com>
338         * org.el (org-files-list): Don't attempt to return a file name for
339         Org buffers which have no associated file.
341         * org-agenda.el (org-agenda-do-action): Fixed a typo.
343 2009-10-18  Carsten Dominik  <carsten.dominik@gmail.com>
345         * org-mobile.el (org-mobile-locate-entry): Interpret files
346         relative to org-directory.
347         (org-mobile-inbox-for-pull): Document the best location for this
348         file.
349         (org-mobile-check-setup): Verify `org-directory'.
350         (org-mobile-create-index-file): Sort the files to be listed in
351         index.org.
353 2009-10-17  James TD Smith  <ahktenzero@mohorovi.cc>
355         * org.el (org-fast-tag-selection): Add a way to display a
356         description for a tag group. This is done by adding a string to
357         either the startgroup or endgroup cell.
359 2009-10-17  Carsten Dominik  <carsten.dominik@gmail.com>
361         * org-clock.el (org-clock-resolve, org-resolve-clocks)
362         (org-emacs-idle-seconds): Use `org-float-time' instead of
363         `time-to-seconds'
365 2009-10-17  Carsten Dominik  <carsten.dominik@gmail.com>
367         * org-agenda.el (org-agenda-sorting-strategy): Fix customization
368         type.
370         * org.el (org-pre-cycle-hook): Document that `empty' can also be
371         the value of ARG when doing local cycling.
373 2009-10-17  John Wiegley  <johnw@newartisans.com>
375         * org-clock.el (org-clock-resolve-clock): If keeping or
376         subtracting time results in a clock out at a time in the past, and
377         if the resolution occurred due to idleness or invoking `M-x
378         org-resolve-clocks', remember that past moment in time.  On the
379         next clock in, the user will be prompted to see if they want to
380         back-date their new clock to then.
381         (org-clock-resolve): Do not jump the user to the location of a
382         dangling clock if the resolution is occuring due to an idle
383         timeout.  In that case there is typically only one dangling clock,
384         the active one, and there is no value gained by shuffling their
385         windows around to show it to them.  Being prompted to resolve an
386         idle clock should be as inobtrusive as possible.
387         (org-resolve-clocks-if-idle): New function that resolves only the
388         currently active clock if the user has exceeded the time returned
389         by `org-user-idle-seconds', based on the value of
390         `org-clock-idle-time'.
391         (org-clock-in): If, after resolving clocks,
392         (org-clock-out): Cancel the `org-clock-idle-timer' on clock out.
394         * org-clock.el (org-clock-resolve-clock): New function that
395         resolves a clock to a specific time, closing or resuming as need
396         be, and possibly even starting a new clock.
397         (org-clock-resolve): New function used by `org-resolve-clocks'
398         that sets up for the call to `org-clock-resolve-clock'.  It
399         determines the time to resolve to based on a single-character
400         selection from the user to either keep time, subtract away time or
401         cancel the clock.
402         (org-resolve-clocks): New user command which resolves dangling
403         clocks -- that is, open but not active -- anywhere in the file
404         list returned by `org-files-list'.
405         (org-clock-in): Automatically resolve dangling clocks whenever a
406         user clocks in.
407         (org-clock-cancel): If the user cancels the solely clock in a
408         LOGBOOK, remove the empty drawer.
410         * org-clock.el (org-clock-idle-time): New user customizable option
411         for detecting whether the user has left a clock idle.  Note: it is
412         only used in this commit to test whether it's worthwhile to check
413         OS X to get the Mac user's current idle time.  If the Emacs idle
414         time is less than the value, the user hasn't been away long enough
415         to be worth checking (a more expensive test than just getting
416         Emacs idle time).
417         (org-user-idle-seconds, org-mac-idle-seconds)
418         (org-emacs-idle-seconds): This three functions, in conjunction
419         with the user customization variable `org-clock-idle-time', return
420         the number of seconds (as a floating point) that the user has been
421         away from their Emacs (or, if running on OS X, their computer).
423         * org-clock.el (org-find-open-clocks): New function that returns a
424         list of all open clocks in the given FILE.  Note that each clock
425         it returns is a cons cell of the format (MARKER . START-TIME).
426         This "clock" value is used by several of the new clock module
427         utility functions.
428         (org-is-active-clock): New inline function which tests whether the
429         given clock value is the same as the currently active clock.
430         Returns non-nil if this is the case.
431         (org-with-clock-position): New macro that evaluates FORMS with
432         point in the buffer and at the position of the given clock.
433         Changes to the current clock are global.
434         (org-with-clock): New macro that evaluates FORMS with point in the
435         buffer and at the position of the given clock.  However, changes
436         to the current clock are local and have no effect on the user's
437         active clock.  This allows, for example, far any clock to be
438         cancelled without cancelling the active clock.
439         (org-clock-clock-in): New inline function that switches the active
440         clock to the given clock.  If either the argument RESUME, or the
441         global `org-clock-in-resume', are non-nil, it will resume a clock
442         that was previously left open.
443         (org-clock-clock-out): New inline function that clocks out the
444         given clock value without affecting the currently active clock.
445         (org-clock-clock-cancel): New inline function that cancels the
446         given clock value without affecting the currently active clock.
448         * org-clock.el (org-clock-in): Before creating
449         `org-clock-mode-line-timer', check to make sure an older timer is
450         not currently running.
451         (org-clock-out): Accept new third parameter `at-time', which
452         permits a clock to be clocked out at a specific time.  Note that
453         no attempt is made to verify that the clock out time is later than
454         the clock in time.
456         * org.el (org-files-list): New utility function for returning a
457         list of all open org-mode buffers, plus all files used to build
458         the agenda buffer.  Note that not all the files will necessarily
459         be visited by a buffer at time of call.
460         (org-entry-beginning-position): Like the function
461         `line-beginning-position', this inline function returns the
462         beginning position of the current heading/entry.
463         (org-entry-end-position): Like the function `line-end-position',
464         this inline function returns the end position of the current
465         heading/entry.
467 2009-10-16  Carsten Dominik  <carsten.dominik@gmail.com>
469         * org-agenda.el (org-agenda-list): Mark the all-todo items line as
470         a header line.
472 2009-10-15  Carsten Dominik  <carsten.dominik@gmail.com>
474         * org-exp.el (org-inlinetask-remove-END-maybe): Declare function.
476 2009-10-14  Carsten Dominik  <carsten.dominik@gmail.com>
478         * org-agenda.el (org-agenda-filter-make-matcher): Allow to filter
479         entries that have no tags.
480         (org-agenda-search-view): New customize group.
481         (org-agenda-search-view-search-words-only): New option.
482         (org-search-view): Implement substring search.
484 2009-10-13  Carsten Dominik  <carsten.dominik@gmail.com>
486         * org.el (org-outline-level): Add doc string.
488 2009-10-12  Carsten Dominik  <carsten.dominik@gmail.com>
490         * org-inlinetask.el (org-inlinetask-export): Re-introduce
491         variable.
492         (org-inlinetask-export-handler): Only export inline task if the
493         user option calls for it.
495 2009-10-10  Carsten Dominik  <carsten.dominik@gmail.com>
497         * org-exp.el (org-export-handle-export-tags): Remove inlinetask
498         END if present.
500 2009-10-07  Carsten Dominik  <carsten.dominik@gmail.com>
502         * org-latex.el (org-export-latex-tables): Don't format in
503         protected regions.
505 2009-10-06  Carsten Dominik  <carsten.dominik@gmail.com>
507         * org-src.el (org-edit-src-code)
508         (org-edit-src-find-region-and-lang, org-edit-src-exit): Handle
509         macro editing.
511         * org-agenda.el (org-prefix-category-max-length): New variable.
512         (org-format-agenda-item): Use `org-prefix-category-max-length'.
513         (org-compile-prefix-format): Set `org-prefix-category-max-length'.
515 2009-10-03  Carsten Dominik  <carsten.dominik@gmail.com>
517         * org-mobile.el (org-mobile-create-index-file): Improve the
518         listing of tags and todo keywords.
520         * org-latex.el (org-export-latex-format-image): New function.
521         (org-export-latex-links): Use `org-export-latex-format-image'.
523 2009-10-02  Carsten Dominik  <carsten.dominik@gmail.com>
525         * org-inlinetask.el (org-inlinetask-get-current-indentation)
526         (org-inlinetask-remove-terminator): New functions.
527         (org-inlinetask-export-handler): Terminate the description list.
529         * org-exp.el (org-export-select-backend-specific-text): Remove the
530         region markers.
532         * org-inlinetask.el (org-inlinetask-export-handler): fix bug for
533         tasks without content.
535         * org-clock.el: Make sure the clock-in target position does not
536         move to a different node by widening the buffer.
538         * org-html.el (org-export-html-format-image): Wrap image into
539         figure div only when there is a caption.
541         * org-archive.el (org-archive-mark-done): Change default value to
542         nil.
544 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
546         * org.el (org-context): Call `bobp', not `eobp'.
548         * org-clock.el (org-clock-cancel): Remove quotes from marker
549         variables.
551         * org.el (org-read-date-prefer-future): New allowed value `time'.
552         (org-read-date-analyze): Shift day to tomorrow depending on time
553         entered and value of `org-read-date-prefer-future'.
555 2009-09-30  Carsten Dominik  <carsten.dominik@gmail.com>
557         * org.el (org-set-tags-to): New command.
559         * org-mobile.el (org-mobile-action-alist): Add more options and
560         update the docstring.
561         (org-mobile-apply-flags): Parse for and use the data.
563         * org-latex.el (org-export-latex-set-initial-vars): Also check in
564         the plist.
566         * org.el (org-additional-option-like-keywords): Add LATEX_CLASS
567         keyword.
569         * org-exp.el (org-infile-export-plist): Add LATEX_CLASS keyword.
571 2009-09-29  Carsten Dominik  <carsten.dominik@gmail.com>
573         * org-inlinetask.el (org-inlinetask-export): Option removed.
574         (org-inlinetask-export-handler): Better export.
576         * org-xoxo.el (org-export-xoxo-final-hook): New hook.
577         (org-export-as-xoxo): Run the new hook.
579         * org-html.el (org-export-html-final-hook): New hook.
580         (org-export-as-html): Run the new hook.
582         * org-docbook.el (org-export-docbook-final-hook): New hook.
583         (org-export-as-docbook): Run the new hook.
585         * org-ascii.el (org-export-ascii-final-hook): New hook.
586         (org-export-as-ascii): Run the new hook.
588         * org-mobile.el (org-mobile-create-sumo-agenda): Call
589         `org-sore-agenda-views' instead of `org-batch-store-agenda-views'.
591         * org-latex.el (org-export-latex-treat-sub-super-char): Allow a
592         space character as the character before the ^/_.
593         (org-export-latex-final-hook): New hook.
594         (org-export-as-latex): Run `org-export-latex-final-hook'.
596 2009-09-28  Carsten Dominik  <carsten.dominik@gmail.com>
598         * org-macs.el (org-if-unprotected-at): Fix docstring.
600         * org-agenda.el (org-agenda-change-all-lines): Handle invisible
601         text in the prefix (if category is a link).
603         * org-latex.el (org-export-latex-preprocess): Deal properly with
604         empty lines in verse environments.
606         * org.el (org-format-latex-header): Inline fullpage.sty.
608         * org-footnote.el (org-footnote-create-definition): Reveal context
609         to add a new footnote definition.
611         * org-mobile.el (org-mobile-files-alist): Add the list of tags to
612         the index file.
613         (org-mobile-files): New option.
614         (org-mobile-files-alist, org-mobile-checksum-files): New variable.
615         (org-mobile-prepare-file-lists, org-mobile-files-alist): New
616         functions.
617         (org-mobile-push): Start by creating the files lists.
618         (org-mobile-copy-agenda-files): Move killing the buffer to after
619         the save-excursion has exited.
620         (org-mobile-write-checksums): Write checksums also for files in
621         sub-directories.
623         * org.el (org-ctrl-c-ctrl-c): Pass prefix arg to
624         org-table-recalculate when cursor is in TBLFM line.
626         * org-list.el (org-renumber-ordered-list): Fix cursor position
627         when bullet length has changed.
629 2009-09-26  Carsten Dominik  <carsten.dominik@gmail.com>
631         * org.el (org-format-latex): Mention `org-format-latex-options' in
632         the docstring.
634 2009-09-25  Carsten Dominik  <carsten.dominik@gmail.com>
636         * org.el (org-agenda-get): New function.
638         * org-agenda.el (org-agenda-post-command-hook): No longer move
639         point away from end of line.
640         (org-agenda-add-entry-text, org-agenda-collect-markers)
641         (org-finalize-agenda, org-agenda-mark-clocking-task)
642         (org-agenda-dim-blocked-tasks, org-agenda-entry-text-show-here)
643         (org-agenda-entry-text-show, org-agenda-highlight-todo)
644         (org-agenda-compare-effort, org-agenda-filter-apply)
645         (org-agenda-later, org-agenda-change-time-span)
646         (org-agenda-post-command-hook, org-agenda-show-priority)
647         (org-agenda-show-tags, org-agenda-goto, org-agenda-kill)
648         (org-agenda-archive, org-agenda-archive-to-archive-sibling)
649         (org-remove-subtree-entries-from-agenda, org-agenda-refile)
650         (org-agenda-open-link, org-agenda-copy-local-variable)
651         (org-agenda-switch-to, org-agenda-check-no-diary)
652         (org-agenda-tree-to-indirect-buffer, org-agenda-todo)
653         (org-agenda-add-note, org-agenda-change-all-lines)
654         (org-agenda-priority, org-agenda-set-tags)
655         (org-agenda-set-property, org-agenda-set-effort)
656         (org-agenda-toggle-archive-tag, org-agenda-date-later)
657         (org-agenda-show-new-time, org-agenda-date-prompt)
658         (org-agenda-schedule, org-agenda-deadline, org-agenda-action)
659         (org-agenda-clock-in, org-agenda-bulk-mark)
660         (org-agenda-bulk-unmark, org-agenda-show-the-flagging-note): Use
661         `org-get-at-bol'.
663         * org-colview.el (org-columns-display-here)
664         (org-columns-edit-allowed, org-agenda-columns): Use
665         `org-get-at-bol'.
667 2009-09-25  Carsten Dominik  <carsten.dominik@gmail.com>
669         * org.el (org-special-ctrl-a/e): Improve documentation and
670         customize type.
671         (org-end-of-line): Don't jump to after the ellipsis.
672         (org-mode-map): Bind <home> and <end> as well.
674 2009-09-24  Carsten Dominik  <carsten.dominik@gmail.com>
676         * org.el (org-fontify-meta-lines-and-blocks): Treat lines with a
677         space after #+ as comments.
678         (org-open-at-point): Run `org-follow-link-hook' always.
680         * org-latex.el (org-export-latex-emph-format): Use better commands
681         to insert special characters in verbatim snippets.
683 2009-09-22  Carsten Dominik  <carsten.dominik@gmail.com>
685         * org-faces.el (org-copy-face): New function.  Use it to create
686         various faces formerly created by using `copy-face'.
688         * org-agenda.el (org-prepare-agenda): Don't officially mark this
689         window dedicated.
690         (org-agenda-quit): Kill the frame containing the agenda window if
691         that frame was created for the agenda.
693 2009-09-21  Carsten Dominik  <carsten.dominik@gmail.com>
695         * org-agenda.el (org-agenda-date-prompt): Mark the changed time
696         stamp in the agenda.
698 2009-09-19  Carsten Dominik  <carsten.dominik@gmail.com>
700         * org-mobile.el (org-mobile-create-index-file): Add the list of
701         TODO keywords, and the list of drawers to the index file.
703         * org-agenda.el (org-prepare-agenda): Reset
704         `org-drawers-for-agenda'.
705         (org-prepare-agenda): Uniquify list of drawers.
707         * org.el (org-complex-heading-regexp-format): New variable.
708         (org-set-regexps-and-options): Define
709         `org-complex-heading-regexp-format'.
710         (org-drawers-for-agenda): New variable.
711         (org-map-entries): Bind `org-drawers-for-agenda'.
712         (org-prepare-agenda-buffers): Add to `org-drawers-for-agenda'.
714         * org-remember.el (org-go-to-remember-target)
715         (org-remember-handler): Use `org-complex-heading-regexp-format'.
717 2009-09-18  Carsten Dominik  <carsten.dominik@gmail.com>
719         * org-agenda.el (org-agenda-highlight-todo): Fix text property
720         problem.
722         * org-mobile.el (org-mobile-capture-file): Use `mobileorg.org' as
723         the capture file, and make it non-configurable.
725         * org.el (org-on-heading-p, org-at-heading-p): Make sure these are
726         always with `invisible-ok'.
727         (org-store-link): No error when there is nothing to link to in the
728         agenda.
730         * org-list.el (org-update-checkbox-count): Insert changed cookie
731         before the old, to avoid problems with invisibility at the end of
732         the line.
733         (org-update-checkbox-count): Insert changed cookie before the old,
734         to avoid problems with invisibility at the end of the line.
736         * org.el (org-sort-entries-or-items): Include the final newline.
737         (org-fontify-meta-lines-and-blocks): Add indented dynamic block
738         lines for fontification.
739         (org-dblock-start-re, org-dblock-end-re): Allow indentation.
740         (org-prepare-dblock): Store the current indentation of the BEGIN
741         line.
742         (org-update-dblock): Apply the indentation of the begin line to
743         the rest of the block.
744         (org-ctrl-c-ctrl-c): Also find indented dblock lines.
745         (org-startup-folded): New allowed value `showeverything'.
746         (org-startup-options): Add STARTUP keyword `showeverything'.
747         (org-set-startup-visibility): Respect value `showeverything' in
748         org-startup-folded.
750 2009-09-17  Carsten Dominik  <carsten.dominik@gmail.com>
752         * org.el (org-closest-date): Fix issue with past preference.
754         * org-mobile.el (org-mobile-apply-flags): Require `org-archive'.
756         * org-archive.el (org-archive-set-tag)
757         (org-archive-subtree-default): New commands.
759         * org-mobile.el (org-mobile-create-index-file): Fix link to
760         capture file.
761         (org-mobile-copy-agenda-files): Create the capture file if it does
762         not exist.
764         * org-clock.el (org-clock-clocktable-default-properties): New
765         option.
766         (org-clock-report): Use
767         `org-clock-clocktable-default-properties'.
769 2009-09-16  Carsten Dominik  <carsten.dominik@gmail.com>
771         * org.el (org-iswitchb-completing-read): Fix typo.
773         * org-crypt.el: New file.
775         * org.el: Add an entry for org-crypt.
777 2009-09-15  Carsten Dominik  <carsten.dominik@gmail.com>
779         * org-agenda.el (org-agenda-menu): Reorganize the menu for more
780         consistency.
781         (org-batch-store-agenda-views): New function.
782         (org-mobile-force-id-on-agenda-items): Mention variable.
783         (org-agenda-title-append): Define variable.
784         (org-write-agenda): New export to Org files.
785         (org-agenda-get-some-entry-text): New arguments INDENT and KEEP.
786         (org-agenda): Allow to keep the restricted file list if a special
787         variable is bound to t.
788         (org-agenda): Define a special agenda view for working on flagged
789         entries.
790         (org-agenda-get-restriction-and-command): List the new agenda
791         view.
792         (org-agenda-show-the-flagging-note): New command.
793         (org-agenda-mode-map): New key `?' for looking at the flagging
794         note.
796         * org.el (org-autoload): Autoload org-mobile.el.
797         (org-org-menu): Add menu commands for MobileOrg in the Org menu.
799         * org-id.el (org-id-get): Fix bug with forcing ID on an item.
801 2009-09-15  Carsten Dominik  <carsten.dominik@gmail.com>
803         * org-table.el (orgtbl-line-start-regexp): Match also TBLNAME
804         statements.
805         (org-table-get-remote-range): Match indented #+TBLNAME
806         statements.
808         * org.el (org-convert-to-odd-levels)
809         (org-convert-to-oddeven-levels): Work also correctly if the file
810         is in outline-mode.
812 2009-09-12  Carsten Dominik  <carsten.dominik@gmail.com>
814         * org.el (org-store-link): When in agenda buffer, link to
815         referenced entry.
816         (org-add-planning-info): Remove spaces at eol.
818         * org-macs.el (org-with-point-at): Add a `lisp-indent-function'
819         property.
821 2009-09-10  Carsten Dominik  <carsten.dominik@gmail.com>
823         * org-latex.el (org-export-latex-first-lines): Fix problem with
824         LaTeX export of first line and selected subtree.
826         * org.el (org-shifttab): Interpret arg differently when using only
827         odd levels.
829 2009-09-09  Bastien Guerry  <bzg@altern.org>
831         * org.el (org-check-agenda-file): Use a more explicit message
833 2009-09-08  Carsten Dominik  <carsten.dominik@gmail.com>
835         * org-exp.el (org-export-remove-special-table-lines): Don't remove
836         normal lines.
838 2009-09-08  Bastien Guerry  <bzg@altern.org>
840         * org.el (org-offer-links-in-entry): Don't use "Select link" as a
841         prompt in the temporary window.
843         * org-agenda.el (org-agenda-bulk-mark): Use a slightly soberer
844         prefix for marked entries in the agenda view.
846 2009-09-07  Andreas Burtzlaff <andy13@gmx.net>  (tiny change)
848         * org.el (outline-end-of-subtree): Bugfix: advise this function in
849         a way that prevents any trailing character from being displayed.
851 2009-09-07  Carsten Dominik  <carsten.dominik@gmail.com>
853         * org-agenda.el (org-agenda-menu): Fix bugs in the bulk action
854         menu.
856         * org-exp.el (org-export-remove-special-table-lines): Remove bad
857         slow regexp match.
859 2009-09-06  Carsten Dominik  <carsten.dominik@gmail.com>
861         * org-latex.el (org-export-latex-preprocess): Do not protect in
862         the LaTeX header.
864         * org-src.el (org-edit-src-save): Save window setup while saving.
865         (org-edit-src-code): Use new buffer name construction scheme.
867 2009-09-04  Carsten Dominik  <carsten.dominik@gmail.com>
869         * org-agenda.el (org-agenda-entry-text-exclude-regexps): New
870         variable.
871         (org-agenda-entry-text-cleanup-hook): New hook.
872         (org-agenda-get-some-entry-text): Remove matches of
873         `org-agenda-entry-text-exclude-regexps' and run the hook
874         `org-agenda-entry-text-cleanup-hook'.
876         * org.el (org-offer-links-in-entry): New argument ZERO to
877         implement a link with index zero.
878         (org-cycle-show-empty-lines): Not keep empty line under header
879         hidden.
880         (org-iswitchb-completing-read): Bind `switchb-use-virtual-buffers'
881         to nil for special completion.
882         (org-store-link): Don't error before the first heading.
884         * org-agenda.el (org-agenda-open-link): Pass the prefix to
885         `org-offer-links-in-entry'.
887 2009-09-03  Carsten Dominik  <carsten.dominik@gmail.com>
889         * org-agenda.el (org-agenda-quit): Provide the window argument for
890         `window-dedicated-p', Emacs 22 needs it.
891         (org-format-agenda-item): If the category is a link, arrange for
892         invisible text to replaced with spaces.
893         (org-compile-prefix-format): Add the extra space.
894         (org-prefix-category-length): New variable.
896         * org-exp.el (org-export-cleanup-toc-line): Remove footnote
897         references from TOC lines.
899         * org.el (org-selected-window): New variable.
901         * org-table.el (org-table-edit-formulas): Remember the selected
902         window.
903         (org-table-fedit-finish, org-table-fedit-abort): Select the window
904         that was originally selected.
906         * org-exp.el (org-export-preprocess-apply-macros): Scan the
907         expansion of a macro for more macro definitions.
909         * org-agenda.el (org-agenda-dim-blocked-tasks): Make sure the
910         invisibility overlay starts on the newline.
912 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
914         * org-protocol.el (org-protocol-store-link)
915         (org-protocol-remember, org-protocol-open-source): Add autoloads.
917         * org-compat.el (org-float-time): New function.
919         * org.el (org-clock-update-time-maybe)
920         (org-sort-entries-or-items, org-do-sort)
921         (org-evaluate-time-range, org-time-string-to-seconds)
922         (org-closed-in-range): Use `org-float-time'.
924         * org-timer.el (org-timer-start, org-timer-pause-or-continue)
925         (org-timer-seconds):  Use `org-float-time'.
927         * org-clock.el (org-clock-get-clocked-time, org-clock-out)
928         (org-clock-sum, org-dblock-write:clocktable)
929         (org-clocktable-steps):  Use `org-float-time'.
931         * org-agenda.el (org-agenda-last-marker-time)
932         (org-agenda-new-marker, org-diary):  Use `org-float-time'.
934         * org-compat.el (w32-focus-frame): Declare the w32-focus-frame
935         function.
937         * org-exp.el (org-get-file-contents): Only protect lines that
938         really need it.
940         * org-html.el (require): Require cl for compilation.
942         * org.el:  Avoid using `default-major-mode'.
944         * org-plot.el (require): Require CL only at compile time.
946         * org-exp.el (require): Require CL only at compile time.
948         * org-agenda.el (org-agenda-quit): When the agenda window is
949         dedicated, remove other windows before exiting, so that the frame
950         really will be killed.
952         * org-exp.el (org-export-handle-include-files): Reset START and
953         END for each loop cycle.
955 2009-09-01  Carsten Dominik  <carsten.dominik@gmail.com>
957         * org.el (org-eval-in-calendar): Use
958         `org-select-frame-set-input-focus'.
960         * org-compat.el (org-select-frame-set-input-focus): New function.
962         * org.el (org-update-statistics-cookies): New function.
963         (org-mode-map): Bind `C-c #' to `org-update-statistics-cookies'.
965 2009-08-31  Carsten Dominik  <carsten.dominik@gmail.com>
967         * org-src.el (org-edit-fixed-width-region): Set org-src-mode only
968         after the local variables are set.
970         * org-latex.el (org-export-latex-protect-amp): New function.
971         (org-export-latex-links): Protect link ampersands in tables.
973         * org-exp.el (org-export-select-backend-specific-text): Match in
974         two steps, to avoid regexp problems.
976         * org.el (org-offer-links-in-entry): Improve working with many and
977         duplicate links.
979         * org-agenda.el (org-agenda-show-1): Make more consistent with
980         normal cycling.
981         (org-agenda-cycle-show): Make more consistent with normal cycling.
983         * org-gnus.el (org-gnus-store-link): Restore the linking to a
984         website.
986 2009-08-30  Bastien Guerry  <bzg@altern.org>
988         * org-latex.el (org-export-latex-first-lines): Bugfix.
990 2009-08-29  Carsten Dominik  <carsten.dominik@gmail.com>
992         * org-clock.el (org-clock-modify-effort-estimate): Emit message
993         about new effort.
995         * org.el (org-set-effort): New function.
996         (org-mode-map): New key for effort setting command.
998         * org-agenda.el (org-agenda): Keep window setup when calling
999         agenda from within agenda window.
1000         (org-agenda-mode-map): New keys for effort setting commands.
1001         (org-agenda-menu): Add effort setting commands to menu.
1002         (org-agenda-set-property, org-agenda-set-effort): New functions.
1004         * org-latex.el (org-export-latex-tables): Fix
1005         `org-table-last-alignment' and `org-table-last-column-widths' if
1006         the first column has been removed.
1008 2009-08-28  Carsten Dominik  <carsten.dominik@gmail.com>
1010         * org.el (org-remove-timestamp-with-keyword): Only remove in
1011         entry, not in subtree.
1013         * org-src.el (org-src-lang-modes): Add abbreviation elisp for
1014         emacs lisp.
1016         * org.el (org-open-at-point): When on headline, offer all strings
1017         in entry.
1019         * org-remember.el (org-remember-templates): Documentation fix.
1021         * org.el (org-move-subtree-down): Use `org-get-next-sibling' and
1022         `org-get-last-sibling' instead of the outline versions of these
1023         functions.
1024         (org-get-last-sibling): New function.
1025         (org-refile): Use `org-get-next-sibling' instead of the outline
1026         version of this function.
1027         (org-clean-visibility-after-subtree-move): Use
1028         `org-get-next-sibling' and `org-get-last-sibling' instead of the
1029         outline versions of these functions.
1031 2009-08-27  Carsten Dominik  <carsten.dominik@gmail.com>
1033         * org-agenda.el (org-prepare-agenda): When creating a new frame
1034         for the agenda, make the window dedicated.
1036         * org-agenda.el (org-agenda-mode-map): New keys for time motion.
1038         * org-table.el (org-table-align): Change the order of reinsertion
1039         and deletion, to avoid problems with overlays following the table.
1041         * org.el (org-parse-time-string): Better error message.
1042         (org-show-subtree): Use org-end-of-subtree.
1044         * org-macs.el (org-goto-line): New defsubst.
1046         * org.el (org-open-file, org-change-tag-in-region)
1047         (org-fast-tag-show-exit): Don't use `goto-line'.
1049         * org-table.el (org-table-align, org-table-insert-column)
1050         (org-table-delete-column, org-table-move-column)
1051         (org-table-sort-lines, org-table-copy-region)
1052         (org-table-paste-rectangle, org-table-wrap-region)
1053         (org-table-get-specials, org-table-rotate-recalc-marks)
1054         (org-table-get-range, org-table-recalculate)
1055         (org-table-edit-formulas, org-table-fedit-convert-buffer)
1056         (org-table-show-reference, org-table-highlight-rectangle): Don't
1057         use `goto-line'.
1059         * org-src.el (org-edit-src-code, org-edit-fixed-width-region)
1060         (org-edit-src-exit): Don't use `goto-line'.
1062         * org-macs.el (org-preserve-lc): Don't use `goto-line'.
1064         * org-list.el (org-renumber-ordered-list, org-fix-bullet-type):
1065         Don't use `goto-line'.
1067         * org-exp.el (org-export-number-lines): Don't use `goto-line'.
1069         * org-colview.el (org-columns, org-columns-redo)
1070         (org-agenda-columns): Don't use `goto-line'.
1072         * org-colview-xemacs.el (org-columns, org-agenda-columns): Don't
1073         use `goto-line'.
1075         * org-agenda.el (org-agenda-mode): Force visual line motion off.
1076         (org-agenda-add-entry-text-maxlines): Improve docstring.
1077         (org-agenda-start-with-entry-text-mode): New option.
1078         (org-agenda-entry-text-maxlines): New option.
1079         (org-agenda-entry-text-mode): New variable.
1080         (org-agenda-mode): Set initial value of
1081         `org-agenda-entry-text-mode'.
1082         (org-agenda-mode-map): Add the `E' key.
1083         (org-agenda-menu): Add entry text mode to the menu.
1084         (org-agenda-get-some-entry-text): Fix line count bug.
1085         (org-finalize-agenda): Apply entry text mode if appropriate.
1086         (org-agenda-entry-text-show-here): New function.
1087         (org-agenda-entry-text-show): New function.
1088         (org-agenda-entry-text-hide): New function.
1089         (org-agenda-view-mode-dispatch): Add entry text mode to the view
1090         key menu.
1091         (org-agenda-entry-text-mode): New command.
1092         (org-agenda-set-mode-name): Add entry text mode to the mode line
1093         string.
1094         (org-agenda-undo, org-agenda-get-restriction-and-command)
1095         (org-agenda-get-some-entry-text, org-agenda-redo): Don't use
1096         `goto-line'.
1098 2009-08-26  Bernt Hansen  <bernt@norang.ca>
1100         * org-clock.el (org-notify): Bugfix.
1102 2009-08-25  Carsten Dominik  <carsten.dominik@gmail.com>
1104         * org-agenda.el (org-agenda-open-link): Handle multiple links and
1105         check for after-string.
1107         * org-gnus.el (org-gnus-store-link): Simplify.
1109         * org.el (org-latex-regexps): Don't add extra empty lines for
1110         display formulas.
1112 2009-08-24  Carsten Dominik  <carsten.dominik@gmail.com>
1114         * org-agenda.el (org-agenda-get-some-entry-text): New function.
1115         (org-agenda-add-entry-text): Use
1116         `org-agenda-get-some-entry-text'.
1118         * org.el (org-cycle-separator-lines): Update docstring.
1119         (org-cycle-show-empty-lines): Handle negative values for
1120         `org-cycle-show-empty-lines'.
1122         * org-exp.el (org-export-protect-sub-super): New function.
1123         (org-export-normalize-links): Protect the url of plain links from
1124         supscript and superscript processing.
1126         * org-remember.el (org-remember-escaped-%): New function.
1127         (org-remember-apply-template): Use `org-remember-escaped-%' to
1128         detect escaped % signs.
1130 2009-08-23  Bastien Guerry  <bzg@altern.org>
1132         * org-timer.el (org-timer-set-timer): Use `org-notify' and play a
1133         sound when showing the notification.
1135         * org-clock.el (org-notify): New function.
1136         (org-clock-notify-once-if-expired): Use `org-notify'.
1138         * org-gnus.el (org-gnus-store-link): Handle `gnus-summary-mode'
1139         and `gnus-article-mode' separately.
1140         (gnus-summary-article-header): Fix the declare-function.
1142 2009-08-23  Carsten Dominik  <carsten.dominik@gmail.com>
1144         * org-exp.el (org-export-format-source-code-or-example): Translate
1145         language.
1147         * org-src.el (org-src-lang-modes): New variable
1148         (org-edit-src-code): Translate language.
1150         * org-exp.el (org-export-format-source-code-or-example): Deal wit
1151         the new structure of the `org-export-latex-listings-langs'
1152         variable.
1154         * org-latex.el (org-export-latex-listings-langs): Change structure
1155         of the variable from plist to alist.
1157 2009-08-21  Carsten Dominik  <carsten.dominik@gmail.com>
1159         * org.el (org-in-commented-line): New function.
1161 2009-08-20  Carsten Dominik  <carsten.dominik@gmail.com>
1163         * org.el (org-hide-block-toggle): Make folded blocks searchable.
1165 2009-08-19  Friedrich Delgado Friedrichs <friedel@nomaden.org>  (tiny change)
1167         * org.el (org-flag-drawer): More useful error.
1169 2009-08-19  Carsten Dominik  <carsten.dominik@gmail.com>
1171         * org-remember.el (org-remember-apply-template): Use
1172         org-icompleting-read.
1174         * org-publish.el (org-publish): Use org-icompleting-read.
1176         * org-colview.el (org-columns-edit-value, org-columns-new)
1177         (org-insert-columns-dblock): Use org-icompleting-read.
1179         * org-colview-xemacs.el (org-columns-edit-value)
1180         (org-columns-new, org-insert-columns-dblock): Use
1181         org-icompleting-read.
1183         * org-attach.el (org-attach-delete-one, org-attach-open): Use
1184         org-icompleting-read.
1186 2009-08-18  Carsten Dominik  <carsten.dominik@gmail.com>
1188         * org.el (org-hierarchical-todo-statistics): Improve docstring.
1189         (org-version): Return the version text.
1190         (org-org-menu): Add a menu entry for the new bug reporter.
1191         (org-submit-bug-report): New command.
1193         * org-list.el (org-hierarchical-checkbox-statistics): Improve
1194         docstring.
1196         * org.el (org-emphasis-regexp-components): Add "`" to set of
1197         pre-emphasis characters.
1199         * org-latex.el (org-export-latex-classes): Always include the soul
1200         package.
1201         (org-export-latex-emphasis-alist): Use \st for strikethough.
1203         * org-exp-blocks.el (org-export-blocks-preprocess): Use
1204         `indent-code-rigidly' to indent.
1206         * org-agenda.el (org-agenda-get-restriction-and-command): Remove
1207         properties only if MATCH really is a string.
1209 2009-08-16  Carsten Dominik  <carsten.dominik@gmail.com>
1211         * org-latex.el (org-export-latex-packages-alist): Fix
1212         customization type.
1214         * org.el (org-create-formula-image): Also use
1215         `org-export-latex-packages-alist'.
1217         * org-html.el (org-export-as-html): Fix bug in footnote regexp.
1218         (org-export-as-html): Format footnotes correctly.
1220 2009-08-14  Carsten Dominik  <carsten.dominik@gmail.com>
1222         * org.el (org-fast-tag-selection): Avoid text properties on tags
1223         in the alist.
1225         * org-agenda.el (org-agenda-get-restriction-and-command): Avoid
1226         text properties on the match element.
1228 2009-08-12  Carsten Dominik  <carsten.dominik@gmail.com>
1230         * org.el (org-set-regexps-and-options): Make sure the list of done
1231         keywords is not invalid.
1233         * org-exp.el (org-export-interpolate-newlines): New function.
1235 2009-08-11  Carsten Dominik  <carsten.dominik@gmail.com>
1237         * org.el (org-format-latex): Avoid nested overlays.
1239         * org-latex.el (org-export-latex-listings-langs): Add a few more
1240         languages.
1242         * org-exp.el (org-export-preprocess-apply-macros): Make sure to
1243         ignore newlines and space before the first macro argument.
1245         * org-latex.el (org-export-latex-tables): Remove save-excursion
1246         around `org-table-align'.
1248 2009-08-10  Carsten Dominik  <carsten.dominik@gmail.com>
1250         * org.el (org-export-html-special-string-regexps): Definition
1251         moved into org.el
1253         * org-exp.el (org-export-preprocess-apply-macros): Allow newlines
1254         in macro calls.
1256 2009-08-09  Carsten Dominik  <carsten.dominik@gmail.com>
1258         * org-latex.el (org-export-latex-listings)
1259         (org-export-latex-listings-langs): New options.
1261         * org-exp.el (org-export-format-source-code-or-example): Use
1262         listing package if requested by the user.
1264 2009-08-08  Bastien Guerry  <bzg@altern.org>
1266         * org.el (org-iswitchb): Fix bug when aborting the `org-iswitchb'
1267         command before actually switching to a buffer.
1269 2009-08-07  Carsten Dominik  <carsten.dominik@gmail.com>
1271         * org-exp.el (org-get-file-contents): Only quote org lines when
1272         the markup is src or example.
1274         * org-agenda.el (org-agenda-skip-scheduled-if-deadline-is-shown):
1275         New option
1276         (org-agenda-get-day-entries): Remember deadline results and pass
1277         them on into the function getting the scheduling information.
1278         (org-agenda-get-scheduled): Accept deadline results as parameters
1279         and maybe skip some entries.
1280         (org-agenda-skip-scheduled-if-deadline-is-shown): New option.
1282         * org.el (org-insert-heading): When respecting content, do not
1283         convert current line to headline.
1285         * org-clock.el (org-clock-save-markers-for-cut-and-paste): Also
1286         cheeeeeck the hd marker
1287         (org-clock-in): Also set the hd marker.
1288         (org-clock-out): Also set the hd marker.
1289         (org-clock-cancel): Reset markers.
1291         * org.el (org-clock-hd-marker): New marker.
1293         * org-faces.el (org-agenda-clocking): New face.
1295         * org-agenda.el (org-agenda-mark-clocking-task): New function.
1296         (org-finalize-agenda): call `org-agenda-mark-clocking-task'.
1298         * org.el (org-modules): Add org-track.el.
1300         * org-agenda.el (org-agenda-bulk-marked-p): New function.
1301         (org-agenda-bulk-mark, org-agenda-bulk-unmark): Use
1302         `org-agenda-bulk-marked-p'.
1303         (org-agenda-bulk-toggle): New command.
1305 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
1307         * org.el (org-move-subtree-down): Hide subtree if it was folded,
1308         not just the body.
1310         * org-remember.el (org-remember-finalize): Avoid buffer-modified
1311         messages.
1313 2009-08-06  James TD Smith  <ahktenzero@mohorovi.cc>
1315         * org-plot.el (org-plot/gnuplot): Stop datafile from being deleted
1316         before gnuplot can read it.
1318 2009-08-05  Carsten Dominik  <carsten.dominik@gmail.com>
1320         * org-latex.el (org-export-latex-first-lines): Fix bug with
1321         finding the end of the first lines.
1323         * org.el (org-create-formula-image): Remove the -E option for
1324         dvipng.
1326         * org-exp.el (org-default-export-plist): Respect #+BIND.
1327         (org-export-confirm-letbind): New function.
1329         * org.el (org-paste-subtree): Test the kill ring entry if it is
1330         going to be used.
1331         (org-copy-subtree): Use `org-forward-same-level'.
1332         (org-forward-same-level): Respect the `invisibe-ok' arg for
1333         back-to-heading.
1335 2009-08-04  Carsten Dominik  <carsten.dominik@gmail.com>
1337         * org.el (org-table-map-tables): Make sure cursor is back at table
1338         beginning after funcall.
1340         * org-agenda.el (org-agenda-bulk-action): Make sure parents are
1341         handled before children, and do not error if an entry is not
1342         found, probably because it hase been remove when the parent was
1343         archived or refiled.
1345         * org.el (org-ido-completing-read): Accept straight lists for
1346         completion as well as alists.
1348         * org-html.el (org-export-as-html): Fix parenthesis error in
1349         footnore code.
1351         * org-timer.el (org-timer-cancel-timers): Renamed from
1352         `org-timer-cancel-timers'.
1354         * org.el (org-cycle-internal-local): Fix problem with finding next
1355         invisible line.
1357 2009-08-03  Carsten Dominik  <carsten.dominik@gmail.com>
1359         * org-list.el (org-list-send-list): Call
1360         `org-list-goto-true-beginning' instead of
1361         `org-list-find-true-beginning', which does not exist.
1363         * org-timer.el (org-timer-reset-timers): Use `mapc'.
1364         (org-timer-set-timer): Do not assign to heading.
1366         * org-id.el (org-id-open): Quote function name.
1368         * org-macs.el (org-unmodified): Turn off recording undo
1369         information while running inside the macro.
1371         * org-indent.el (org-hide-leading-stars-before-indent-mode): New
1372         variable.
1373         (org-indent-mode): Remember and restore value of
1374         org-hide-leading-stars before `org-indent-mode'.
1376         * org-table.el (org-table-export): Also work in file-less
1377         buffers.
1379         * org.el (org-startup-indented): New option.
1380         (org-startup-options): Add new options indent and noindent.
1381         (org-unfontify-region): Remove line-prefix and wrap-prefix
1382         properties.
1383         (org-after-demote-entry-hook, org-after-promote-entry-hook): New
1384         hooks.
1385         (org-promote, org-demote): Run the new hooks.
1387         * org-table.el (org-table-align): Replace leading \n as well.
1389         * org-exp.el (org-export-push-to-kill-ring): Remove `line-prefix'
1390         and `line-wrap' text properties.
1392         * org-compat.el (org-kill-new): New function.
1394         * org-agenda.el (org-format-agenda-item): Remove `line-prefix' and
1395         `line-wrap' text properties.
1397         * org-indent.el: New file.
1399 2009-08-02  Carsten Dominik  <carsten.dominik@gmail.com>
1401         * org.el (org-provide-todo-statistics): Tweak docstring.
1403         * org-id.el (org-id-open): Honor `org-link-frame-setup'.
1405 2009-08-01  Carsten Dominik  <carsten.dominik@gmail.com>
1407         * org-exp.el (org-export-as-org): Insert the "-source" string
1408         before the extension.
1410         * org.el (org-read-date): Make sure the calendar is in the current
1411         frame.
1412         (org-set-emph-re): Remove the ? from the post-match.
1413         (org-emphasis-regexp-components): Add backslash to the
1414         postmatch class.
1415         (org-set-font-lock-defaults): Write \n instead of \xa, and make it
1416         optional so that also lines at the end of the buffers will still
1417         be matched as headlines.
1419         * org-table.el (org-table-error-on-row-ref-crossing-hline):
1420         Variable made obsolete.
1421         (org-table-relative-ref-may-cross-hline): New option.
1422         (org-table-find-row-type): Honow the new option
1423         `org-table-relative-ref-may-cross-hline'.
1425 2009-07-31  Carsten Dominik  <carsten.dominik@gmail.com>
1427         * org-table.el (org-table-cut-region, org-table-copy-region): Work
1428         on single field if no active region.
1430 2009-07-27  Carsten Dominik  <carsten.dominik@gmail.com>
1432         * org-latex.el (org-export-latex-make-header): Only insert title
1433         if one is defined.
1435         * org.el (org-make-options-regexp): Allow empty values.
1437         * org-html.el (org-export-as-html): Move hrule detection to after
1438         plain list handling.
1440 2009-07-26  Carsten Dominik  <carsten.dominik@gmail.com>
1442         * org-html.el (org-format-org-table-html): Fix colgroup tags.
1444 2009-07-23  Carsten Dominik  <carsten.dominik@gmail.com>
1446         * org.el (org-cycle-internal-local): Improved version of finding
1447         next visible line.
1448         (org-cycle-hide-drawers): Only hide drawers if this is really
1449         necessary.
1450         (outline-end-of-subtree): Make `outline-end-of-subtree' use the
1451         org-version of this function in Org-mode.  We use advice to
1452         implement this change, so that future changes to this function in
1453         outline.el wil be handled properly.
1454         (org-forward-same-level, org-backward-same-level): New commands.
1456 2009-07-21  Carsten Dominik  <carsten.dominik@gmail.com>
1458         * org.el (org-remove-empty-overlays-at)
1459         (org-clean-visibility-after-subtree-move): New functons.
1460         (org-move-subtree-down): Simplify cleanup of display.
1462 2009-07-20  Carsten Dominik  <carsten.dominik@gmail.com>
1464         * org-mac-message.el (org-mac-message-get-links): Improve
1465         docstring.  Make argument SELECT-OR-FLAGGED optional, default to
1466         "s".  Fix the return value.
1467         (org-mac-message-insert-flagged): Simplify.
1469         * org.el (org-refile-get-location): Tamper with refile history o
1470         that history contains compete matches instead of the entered
1471         string.
1473 2009-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
1475         * org.el (org-store-link): Never store a link to an inline task.
1477         * org-inlinetask.el (org-inlinetask-insert-task): New command.
1479         * org-footnote.el (org-footnote-goto-local-insertion-point): Skip
1480         inline tasks when positioning footnotes.
1482         * org-inlinetask.el (org-inlinetask-remove-END-maybe): New
1483         function.
1485         * org.el (org-refile): Remove the END line when archiving an
1486         inline task that does have an END line.
1488         * org-archive.el (org-archive-subtree): Remove the END line when
1489         archiving an inline task that does have an END line.
1491         * org-macs.el (org-with-limited-levels): New macro.
1492         (org-get-limited-outline-regexp): New function.
1494         * org-exp.el (org-export-format-source-code-or-example): Fix bug
1495         that did not enumerate first line.
1496         (org-export-mark-radio-links): Skip matches in links.
1498 2009-07-18  Carsten Dominik  <carsten.dominik@gmail.com>
1500         * org.el (org-activate-plain-links): Make single-match.
1501         (org-adapt-indentation): Fix docstring.
1503         * org-macs.el (org-unmodified): Turn of modification hooks while
1504         running this macro.
1506 2009-08-02  Bastien Guerry  <bzg@altern.org>
1508         * org.el (org-adapt-indentation): Slightly improve the docstring.
1509         (org-occur): Sends an error when the user inputs an empty string.
1510         (org-priority): Bugfix: the tag alignement should happen within
1511         save-excursion.
1513 2009-07-31  Bastien Guerry  <bzg@altern.org>
1515         * org.el (org-make-link-regexps): Don't exclude parentheses from
1516         `org-plain-link-re'
1517         (org-cycle-internal-local): When locally cycling, switch directly
1518         from CHILDREN to FOLDED if there is no subtree
1519         (org-cycle): Update the docstring to document the new behavior of
1520         `org-cycle-internal-local'.
1522 2009-07-29  Nicolas Goaziou <n.goaziou@neuf.fr>  (tiny change)
1524         * org-clock.el (org-clock-in): Bugfix: recognize timestamps with
1525         an abbreviated format for days.
1527 2009-07-27  Bastien Guerry  <bzg@altern.org>
1529         * org-protocol.el (org-protocol-default-template-key): New
1530         option.
1532         * org.el (org-refile): Bugfix: save-excursion before reading the
1533         refile target, otherwise cursor moves might confuse `org-refile'.
1535         * org-html.el (org-export-as-html): Bugfix: correctly convert the
1536         footnote reference before the footnote itself.
1538         * org.el (org-toggle-heading): Bugfix: correctly convert list
1539         items before the first headline.
1541         * org-html.el (org-export-html-footnote-format): New option for
1542         formatting the footnote reference.
1543         (org-export-as-html): Use the new option.
1545         * org.el (org-provide-todo-statistics): Allow a list of TODO
1546         keywords to compute statistics against headlines containing a
1547         keyword from this list.
1548         (org-update-parent-todo-statistics): Possibly use the new allowed
1549         value of `org-provide-todo-statistics'.
1551 2009-07-26  Bastien Guerry  <bzg@altern.org>
1553         * org-timer.el: Add autoload cookie.
1555         * org.el (org-occur-link-in-agenda-files): New function.
1557         * org-timer.el (org-timer-last-timer): New variable.
1559         * org-agenda.el (org-agenda-mode-map): New key for
1560         org-timer-set-timer called from the agenda.
1562         * org.el (org-mode-map): New key for org-timer-set-timer.
1564         * org-timer.el (org-timer-reset-timers)
1565         (org-timer-show-remaining-time, org-timer-set-timer): New
1566         functions.
1568         * org-clock.el (org-show-notification): Update the docstring.
1570         * org.el (org-provide-todo-statistics): Allow new value
1571         'all-headlines for this option, which includes entries with no
1572         TODO keywords in the todo statistics.
1573         (org-update-parent-todo-statistics): Possibly use the new
1574         'all-headline value from `org-provide-todo-statistics'.
1576 2009-07-25  Bastien Guerry  <bzg@altern.org>
1578         * org-clock.el (org-dblock-write:clocktable): Add a new option
1579         :timestamp which allows display of timestamps in clock reports.
1581         * org.el (org-mode-map): Define new key `C-c C-*': convert a plain
1582         list to a subtree, preserving the structure of the list.
1583         (org-set-emph-re): Make the last element optional in the regexp.
1584         This regexp now matches an emphasized string at the end of a line.
1586         * org-list.el (org-list-goto-true-beginning)
1587         (org-list-make-subtree, org-list-make-subtrees): New functions.
1589         * org.el (org-eval-in-calendar): Select the right frame.
1590         (org-save-frame-excursion): Remove this macro.
1592 2009-07-24  Bastien Guerry  <bzg@altern.org>
1594         * org-list.el (org-list-beginning-re): Bugfix: don't use * when
1595         trying to find the beginning of a list.
1597         * org-exp.el (org-get-file-contents): Use a new argument: markup.
1598         When present, tell org-get-file-contents not to protect org-like
1599         lines.
1601         * org-id.el (org-id-uuid-program): New option to set the name of
1602         the uuidgen program.
1603         (org-id-method): Use `org-id-uuid-program'.
1604         (org-id-new): Use `org-id-uuid-program'.
1606 2009-07-23  Bastien Guerry  <bzg@altern.org>
1608         * org-exp.el (org-export-number-lines): Allow whitespace in code
1609         references.  Allow the -r switch to remove the references in the
1610         source code even when the lines are not numbered: the labels can
1611         be explicit enough.
1613         * org.el (org-fontify-whole-heading-line): New option.
1614         (org-set-font-lock-defaults): Use the new option.
1616         * org-clock.el (org-show-notification-handler): New option.
1617         (org-show-notification): Use the new option.
1619 2009-07-21  Bastien Guerry  <bzg@altern.org>
1621         * org.el (org-eval-in-calendar): Fix a bug about calendar
1622         navigation when `calendar-setup' value is 'calendar-only.
1624 2009-07-19  Bastien Guerry  <bzg@altern.org>
1626         * org.el (orgstruct++-mode): Fix typo in docstring.
1627         (org-insert-link): Clean up: (or (...)) => (...)
1628         (org-insert-link): Use TAB for stored links completion.
1630 2009-07-18  Bastien Guerry  <bzg@altern.org>
1632         * org.el (org-get-refile-targets): Fix bug: don't ignore case when
1633         building the list of targets.
1635         * org-remember.el (org-remember-delete-empty-lines-at-end): New
1636         option.
1637         (org-remember-handler): Use the new option.
1639 2009-07-17  James TD Smith  <ahktenzero@mohorovi.cc>
1641         * org.el (org-tags-sort-function): New option for sorting tags.
1642         (org-set-tags): Use the new option to sort tags.
1644         * org-plot.el (org-plot/gnuplot): Run with an idle timer to avoid
1645         premature deletion of the data when using org-plot in a script.
1647 2009-07-17  Bastien Guerry  <bzg@altern.org>
1649         * org-clock.el (org-clock-in-prepare-hook): New hook.
1650         (org-clock-in): Use this new hook.
1652 2009-07-16  Bastien Guerry  <bzg@altern.org>
1654         * org.el (org-special-ctrl-a/e): Explicitely bind the value
1655         'reversed for this option to the "true line boundary first"
1656         behavior.
1657         (org-tags-match-list-sublevels): Document the 'indented value for
1658         this variable.
1660         * org-latex.el (org-export-latex-first-lines): Fix problem with
1661         publishing the region.
1663         * org-exp.el (org-export-format-source-code-or-example): Fix
1664         bad line numbering when exporting examples in HTML.
1666 2009-07-12  James TD Smith  <ahktenzero@mohorovi.cc>
1668         * org-colview.el (org-format-time-period): Formats a time in
1669         fractional days as days, hours, mins, seconds.
1670         (org-columns-display-here): Add special handling for SINCE and
1671         SINCE_IA to format for display.
1673         * org.el (org-time-since): Add a function to get the time since an
1674         org timestamp.
1675         (org-entry-properties): Add two new special properties: SINCE and
1676         SINCE_IA. These give the time since any active or inactive
1677         timestamp in an entry.
1678         (org-special-properties): Add SINCE, SINCE_IA.
1679         (org-tags-sort-function): Add custom declaration for tags
1680         sorting function.
1681         (org-set-tags): Sort tags if org-tags-sort-function is set
1683 2009-07-08  Carsten Dominik  <carsten.dominik@gmail.com>
1685         * org-clock.el (org-clock-goto): Find hidden headlines as well.
1687         * org.el (org-narrow-to-subtree): Find hidden headlines as well.
1689         * org-plot.el (org-plot/add-options-to-plist): Add timeind
1690         option.
1692 2009-07-07  Carsten Dominik  <carsten.dominik@gmail.com>
1694         * org-publish.el (org-publish-remove-all-timestamps): New function.
1695         (org-publish-all): Remove all timestamp files if `org-publish-all'
1696         is called with a prefix argument.
1698         * org-list.el (org-indent-item): Fix typo.
1699         (org-item-indent-positions): Normalize ordered bullet.
1701         * org-html.el (org-export-html-home/up-format): New option.
1702         (org-export-as-html): Insert the up and HOME links.
1704 2009-07-06  Carsten Dominik  <carsten.dominik@gmail.com>
1706         * org-html.el (org-export-as-html): Insert the title into the
1707         option plist.
1708         (org-export-html-insert-plist-item): New function.
1709         (org-export-as-html): Call `org-export-html-insert-plist-item'.
1711         * org-macs.el (org-set-local): Make a local variable, do not make
1712         the variable buffer-local!
1714         * org-latex.el (org-export-as-latex): Call `org-install-letbind'.
1716         * org-html.el (org-export-as-html): Call `org-install-letbind'.
1718         * org-docbook.el (org-export-as-docbook): Call
1719         `org-install-letbind'.
1721         * org-ascii.el (org-export-as-ascii): Call `org-install-letbind'.
1723         * org-exp.el (org-infile-export-plist): Read BIND lines.
1724         (org-install-letbind): New function.
1725         (org-export-as-org, org-export-preprocess-string): Call
1726         `org-install-letbind'.
1728         * org-src.el (org-edit-src-exit): Untabify the example before
1729         returning to Org.
1731         * org-list.el (org-list-demote-modify-bullet): New option.
1732         (org-first-list-item-p): Save point.
1733         (org-fix-bullet-type): New optional argument FORCE-BULLET.
1734         (org-indent-item): Honor `org-list-demote-modify-bullet'.
1735         (org-item-indent-positions): Return bullet types along with
1736         indentation.
1738 2009-07-05  Carsten Dominik  <carsten.dominik@gmail.com>
1740         * org.el (org-show-entry): Hide drawers.
1742 2009-07-03  Carsten Dominik  <carsten.dominik@gmail.com>
1744         * org-footnote.el (org-footnote-auto-adjust): New option.
1745         (org-footnote-auto-adjust-maybe): New function.
1746         (org-footnote-new, org-footnote-delete): Call
1747         `org-footnote-auto-adjust-maybe'.
1749         * org.el (org-startup-options): Add new footnote-related
1750         keywords.
1752         * org-publish.el (org-publish-timestamp-filename): Additional
1753         arguments PUB-DIR and PUB-FUNC, which are included in the hash.
1754         (org-publish-needed-p): Additional arguments PUB-DIR PUB-FUNC
1755         TRUE-PUB-DIR.  Pass them through to
1756         `org-publish-timestamp-filename'.
1757         (org-publish-update-timestamp): Additional arguments PUB-DIR and
1758         PUB-FUNC, which are included in the hash.
1759         (org-publish-file): Delay timestamp test until the publishing
1760         function is known.
1762 2009-07-02  Carsten Dominik  <carsten.dominik@gmail.com>
1764         * org-agenda.el (org-agenda-bulk-action): Add scheduling and
1765         setting the deadline.
1767         * org.el (org-read-date-final-answer): New variable.
1768         (org-read-date): Store the final answer string, including the date
1769         from the calendar, for reuse by agenda bulk commands.
1771         * org-publish.el (org-publish-attachment): Fix publishing of
1772         attachments.
1774         * org-latex.el (org-export-latex-quotation-marks): Fix export of
1775         quotation makrs in parenthesis.
1776         (org-remove-initial-hash): New function.
1777         (org-export-latex-preprocess): Fix bug with infinite loop if
1778         environment is not properly closed.
1780         * org-table.el (org-table-get-remote-range): Find #+TBLNAME also
1781         when indented.
1783         * org.el (org-fontify-meta-lines-and-blocks): Make #+TBLNAME
1784         highlight also when indented.
1786 2009-07-01  Carsten Dominik  <carsten.dominik@gmail.com>
1788         * org-footnote.el (org-footnote-renumber-fn:N): New command.
1789         (org-footnote-action): Offer renumbering.
1791         * org.el (org-cycle): Honor the `integrate' value of
1792         org-cycle-include-plain-lists'.
1794         * org-list.el (org-cycle-include-plain-lists): New allowed value
1795         `internal'.  Improve the docstring.
1797         * org.el (org-set-autofill-regexps): Improve the paragraph-start
1798         regexp to work better with LaTeX commands.
1800 2009-06-30  Carsten Dominik  <carsten.dominik@gmail.com>
1802         * org-feed.el (org-feed-update): fix problem with non-existing
1803         buffer.
1804         (org-feed-skip-http-headers): New function.
1805         (org-feed-get-feed): Call `org-feed-skip-http-headers'.
1806         (org-feed-get-feed): Fix command line arguments for curl.
1808 2009-06-28  Carsten Dominik  <carsten.dominik@gmail.com>
1810         * org-latex.el (org-export-latex-inline-image-extensions): Add ps
1811         and eps extensions.
1813 2009-06-27  Carsten Dominik  <carsten.dominik@gmail.com>
1815         * org-agenda.el (org-write-agenda): Make sure org-icalendar is
1816         loaded.
1818         * org.el (org-map-entries): No longer force
1819         `org-tags-match-list-sublevels' to t during a todo-only tags
1820         search.
1822 2009-06-26  Carsten Dominik  <carsten.dominik@gmail.com>
1824         * org-latex.el (org-export-latex-low-levels): Allow user-defined
1825         environment.
1826         (org-export-latex-subcontent): Handle user-defined environment.
1828         * org-agenda.el (org-agenda-view-mode-dispatch): Add more keys to
1829         the View dispatcher.
1831         * org.el (org-hide-block-toggle): Use `org-make-overlay' instead of
1832         `make-overlay'.
1834         * org-latex.el (org-export-as-pdf): Protect match data during call
1835         to shell-quote-argument.
1837         * org-agenda.el (org-agenda-mode-map): Modify bulk action keys.
1838         (org-agenda-view-mode-dispatch): New function.
1840 2009-06-24  Carsten Dominik  <carsten.dominik@gmail.com>
1842         * org-agenda.el (org-agenda-mode): Reset list of marks.
1843         (org-agenda-mode-map): Define new keys for refile and bulk action.
1844         (org-agenda-menu): Add menu itesm for refile and bulk action.
1845         (org-agenda-refile): New function.
1846         (org-agenda-set-tags): Optional arguments TAG and ONOFF.
1847         (org-agenda-marked-entries): New variable.
1848         (org-agenda-bulk-select, org-agenda-remove-bulk-action-overlays)
1849         (org-agenda-remove-all-bulk-action-marks)
1850         (org-agenda-bulk-action): New functions/commands.
1852 2009-06-23  Carsten Dominik  <carsten.dominik@gmail.com>
1854         * org-exp.el (org-get-file-contents): Protect org-like lines in
1855         included files.
1856         (org-export-format-source-code-or-example): Remove newlines.
1858         * org-latex.el (org-export-latex-links): Check for no-description
1859         marking.
1861         * org-exp.el (org-export-preprocess-apply-macros): Switch macro
1862         argument separator back to comma.
1863         (org-export-normalize-links): Mark links without description.
1865 2009-06-22  Carsten Dominik  <carsten.dominik@gmail.com>
1867         * org-exp.el (org-infile-export-plist): Fix bug in macro
1868         processing.
1870         * org-agenda.el (org-agenda-clock-out): Update line after clocking
1871         out.
1872         (org-agenda-highlight-todo): Fix bug with highlighting.
1874 2009-06-21  Carsten Dominik  <carsten.dominik@gmail.com>
1876         * org.el (org-set-font-lock-defaults): Adapt formatting to capture
1877         new alignment strings.
1879         * org-table.el (orgtbl-self-insert-command): Add yas/expand to
1880         command list.
1881         (org-table-align): Check for forced align type.
1883         * org.el (org-self-insert-command): Add yas/expand to command
1884         list.
1886         * org-clock.el (org-clock-in-hook): New hook.
1887         (org-clock-in): Run `org-clock-in-hook.
1888         (org-clock-out-hook): New hook.
1889         (org-clock-out): Run `org-clock-out-hook.
1890         (org-clock-cancel-hook): New hook.
1891         (org-clock-cancel): Run `org-clock-cancel-hook.
1892         (org-clock-goto-hook): New hook.
1893         (org-clock-goto): Run `org-clock-goto-hook.
1895 2009-06-20  Carsten Dominik  <carsten.dominik@gmail.com>
1897         * org.el (org-store-link): Better default description for link to
1898         Org-mode headline.
1900         * org-exp.el (org-export-generic): Autoload the generic exporter
1901         function.
1902         (org-export): Implement the `g' key for the generic exporter.
1904 2009-06-19  Carsten Dominik  <carsten.dominik@gmail.com>
1906         * org-table.el (orgtbl-setup): Add a binding for `S-iso-lefttab',
1907         and for zbacktab'.
1909         * org-exp-blocks.el (org-ditaa-jar-path): Fix default ditaa path.
1911         * org-exp.el (org-infile-export-plist): Get macros also from
1912         #+SETUPFILE.
1914 2009-06-18  Carsten Dominik  <carsten.dominik@gmail.com>
1916         * org-colview.el (org-columns-capture-view): Protect vertical bars
1917         in column values.
1918         (org-columns-capture-view): Exclude comment and archived trees.
1920         * org-colview-xemacs.el (org-columns-capture-view): Protect
1921         vertical bars in column values.
1922         (org-columns-capture-view): Exclude comment and archived trees.
1924         * org.el (org-quote-vert): New function.
1926         * org-latex.el (org-export-latex-verbatim-wrap): New option.
1928         * org-exp.el (org-export-format-source-code-or-example): Use
1929         `org-export-latex-verbatim-wrap'.
1931         * org.el (org-clone-subtree-with-time-shift): Also shift inactive
1932         time stamps.
1934         * org-html.el (org-export-table-row-tags): New option.
1935         (org-format-org-table-html): Rename `nlines' to `nline', use new
1936         option.
1939 2009-06-17  Carsten Dominik  <carsten.dominik@gmail.com>
1941         * org-exp-blocks.el: Declare functions and variables.
1943         * org-remember.el (org-remember-templates): Allow the headline
1944         element to be a function.
1945         (org-remember-apply-template): If the headline is a function, call
1946         it to get the true function.
1948         * org-clock.el (org-clock-menu): New function.
1949         (org-clock-update-mode-line): Update help string.
1950         (org-clock-modify-effort-estimate): New function.
1951         (org-clock-mark-default-task): New function.
1953         * org.el (org-hh:mm-string-to-minutes): Also take just a number of
1954         minutes as input.
1955         (org-org-menu): Add new clocking stuff.
1956         (org-clock-is-active): New function.
1958 2009-06-14  Carsten Dominik  <carsten.dominik@gmail.com>
1960         * org.el (org-open-non-existing-files): Improve docstring.
1962 2009-06-11  Carsten Dominik  <carsten.dominik@gmail.com>
1964         * org-icalendar.el (org-icalendar-include-bbdb-anniversaries): New
1965         option.
1966         (org-export-icalendar): Call `org-bbdb-anniv-export-ical'.
1968         * org-bbdb.el (org-bbdb-anniv-export-ical): New function.
1970         * org-list.el (org-get-checkbox-statistics-face): Use the new
1971         faces.
1973         * org-faces.el (org-checkbox-statistics-todo)
1974         (org-checkbox-statistics-done): New faces.
1976 2009-06-09  Carsten Dominik  <carsten.dominik@gmail.com>
1978         * org-src.el (org-src-mode): Renamed from `org-exit-edit-mode'.
1979         (org-edit-src-exit): Better cursor positioning when returning from
1980         editing.
1982         * org-latex.el (org-export-latex-use-verb): New variable.
1983         (org-export-latex-emph-format): Prefer \texttt over \verb when
1984         org-export-latex-use-verb is set.
1986 2009-06-08  Carsten Dominik  <carsten.dominik@gmail.com>
1988         * org-docbook.el (org-export-docbook-close-lists-maybe): Also look
1989         at normal indentation.
1991         * org-html.el (org-export-html-close-lists-maybe): Also look at
1992         normal indentation.
1994         * org-remember.el (org-remember-handler): Abort remember if the
1995         buffer is empty.
1997         * org-src.el (org-edit-src-content-indentation): New option.
1998         (org-edit-src-exit): Apply extra indentation.
2000         * org-exp.el (org-export-format-source-code-or-example): Run
2001         `org-src-mode-hook'.
2003         * org-src.el (org-src-mode-hook): New variable.
2004         (org-edit-src-code): Run `org-src-mode-hook'.
2006 2009-06-07  Carsten Dominik  <carsten.dominik@gmail.com>
2008         * org.el (org-indent-line-function): Fix indentation of +#end lines.
2010         * org-src.el (org-edit-src-get-indentation): New function.
2011         (org-edit-src-code): Base indentation on the begin line.
2013 2009-06-07  Tassilo Horn  <tassilo@member.fsf.org>
2015         * org-gnus.el (org-gnus-store-link): Require message.el in
2016         org-gnus-store-link.
2018 2009-06-07  Carsten Dominik  <carsten.dominik@gmail.com>
2020         * org-src.el: New file, split out of org.el
2022         * org-docbook.el (org-export-as-docbook): Better indentation
2023         treatment.
2025         * org-macs.el (org-replace-match-keep-properties): New function.
2027         * org-exp.el (org-export-mark-blockquote-verse-center): Better
2028         preprocessing of center and quote and verse blocks.
2030         * org-docbook.el (org-export-docbook-close-lists-maybe): New function.
2031         (org-export-as-docbook): Close lists when original indentation
2032         mandates it.
2034         * org-html.el (org-export-html-close-lists-maybe): New function.
2035         (org-export-as-html): Close lists when original indentation
2036         mandates it.
2038         * org-list.el (org-list-end): Respect the stored "original"
2039         indentation when determining the end of the list.
2041         * org-exp.el (org-export-replace-src-segments-and-examples):
2042         Remember indentation correctly.
2044 2009-06-06  Carsten Dominik  <carsten.dominik@gmail.com>
2046         * org-clock.el (org-clock-update-mode-line): Apply face
2047         org-mode-line-clock.
2049         * org-faces.el (org-mode-line-clock): New face.
2051 2009-06-05  Tassilo Horn  <tassilo@member.fsf.org>
2053         * org-gnus.el (org-gnus-store-link): Fix bug where
2054         `org-gnus-store-link' used wrong subject when called in an article
2055         buffer.  Patch provided by fengli AT gmail DOT com.
2057 2009-06-04  Carsten Dominik  <carsten.dominik@gmail.com>
2059         * org-exp.el (org-export-format-source-code-or-example): Remember
2060         the original indentation of source code snippets and examples.
2062         * org-latex.el (org-export-as-latex): Relocate the table of
2063         contents.
2065         * org.el (org-ctrl-c-ctrl-c): Update clock lines.
2067         * org-agenda.el (org-run-agenda-series): Scope global options also
2068         when creating the agenda buffer.
2070 2009-06-03  Carsten Dominik  <carsten.dominik@gmail.com>
2072         * org.el (org-adapt-indentation): Improve documentation.
2073         (org-insert-property-drawer): Respect org-adapt-indentation when
2074         inserting the drawer.
2075         (org-remove-flyspell-overlays-in): New function.
2076         (org-do-emphasis-faces, org-activate-plain-links)
2077         (org-activate-code, org-fontify-meta-lines-and-blocks)
2078         (org-activate-angle-links, org-activate-footnote-links)
2079         (org-activate-bracket-links, org-activate-dates)
2080         (org-activate-target-links, org-activate-tags): Remove flyspell
2081         overlays.
2083 2009-06-02  Carsten Dominik  <carsten.dominik@gmail.com>
2085         * org.el (org-edit-src-save): New function.
2087         * org-clock.el (org-clock-out-switch-to-state): New option.
2088         (org-clock-out): Honor `org-clock-out-switch-to-state'.
2090         * org-compat.el (org-compatible-face): Improve macro.
2092         * org.el (org-global-properties-fixed): Add default for
2093         CLOCK_MODELINE_TOTAL.
2095         * org-clock.el (org-clock-sum): Accept lists and strigs as tstart
2096         andd tend.
2097         (org-clock-sum-current-item): Optional argument TSTART, pass it to
2098         org-clock-sum.
2099         (org-clock-get-sum-start): New function.
2101         * org.el (org-startup-options): New keywords blockhide and
2102         blockshow.
2103         (org-mode): Add new invisibility spec.
2104         (org-set-startup-visibility): Hide block on startup if so
2105         desired.
2106         (org-hide-block-startup): New option.
2107         (org-block-regexp): New constant.
2108         (org-hide-block-overlays): New variable.
2109         (org-block-map, org-hide-block-toggle-all, org-hide-block-all)
2110         (org-show-block-all, org-hide-block-toggle-maybe)
2111         (org-hide-block-toggle): New functions.
2112         (org-edit-src-exit): Do not quote lines starting with # and no +
2113         behind it.
2114         (org-auto-repeat-maybe): Add LAST_REPEAT properter for a repeating
2115         entry.
2117 2009-05-30  Carsten Dominik  <carsten.dominik@gmail.com>
2119         * org.el (org-buffer-property-keys): Add Effort property for
2120         completion.
2122 2009-05-28  Carsten Dominik  <carsten.dominik@gmail.com>
2124         * org-clock.el (org-clock-sum-current-item): Fix positioning bug
2125         when retrieving total clocked time in the subtree.
2127         * org.el (org-quoting-blocks): New variable.
2129 2009-05-27  Carsten Dominik  <carsten.dominik@gmail.com>
2131         * org-table.el (org-table-store-formulas)
2132         (org-table-get-stored-formulas, org-table-fix-formulas)
2133         (org-table-edit-formulas, orgtbl-ctrl-c-ctrl-c)
2134         (orgtbl-gather-send-defs): Allow indented #+TBLFM line.
2136         * org.el (org-fontify-meta-lines, org-ctrl-c-ctrl-c): Allow
2137         indented #+TBLFM line.
2139         * org-footnote.el (org-footnote-goto-local-insertion-point): Allow
2140         indented #+TBLFM line.
2142         * org-colview.el (org-dblock-write:columnview): Allow indented
2143         #+TBLFM line.
2145         * org-colview-xemacs.el (org-dblock-write:columnview): Allow
2146         indented #+TBLFM line.
2148         * org-clock.el (org-dblock-write:clocktable): Allow indented
2149         #+TBLFM line.
2151 2009-05-26  Carsten Dominik  <carsten.dominik@gmail.com>
2153         * org-exp.el (org-export-format-source-code-or-example): Make
2154         editing indented blocks work correctly.
2156         * org.el (org-edit-src-nindent): New variable.
2157         (org-edit-src-code, org-edit-fixed-width-region)
2158         (org-edit-src-find-region-and-lang, org-edit-src-exit): Make
2159         editing indented blocks work correctly.
2161 2009-05-24  Carsten Dominik  <carsten.dominik@gmail.com>
2163         * org-exp.el (org-export-replace-src-segments-and-examples): FInd
2164         indented blocks.
2165         (org-export-format-source-code-or-example): Fix indentation of
2166         blocks.
2167         (org-export-remove-indentation): New function.
2168         (org-export-select-backend-specific-text): Allow backend-specific
2169         code to be indented.
2170         (org-export-mark-blockquote-verse-center): Allow markers to be
2171         indented.
2173         * org.el (org-fontify-meta-lines): New function.
2174         (org-set-font-lock-defaults): Call the new fontification
2175         function.
2177         * org-faces.el (org-meta-line): New face
2178         (org-block):  New face.
2180 2009-05-27  Carsten Dominik  <carsten.dominik@gmail.com>
2182         * org.el (org-treat-insert-todo-heading-as-state-change)
2183         (org-treat-S-cursor-todo-selection-as-state-change): New
2184         variables.
2185         (org-insert-todo-heading): Honor
2186         `org-treat-insert-todo-heading-as-state-change'.
2187         (org-shiftright, org-shiftleft): Honor
2188         `org-treat-S-cursor-todo-selection-as-state-change'.
2189         (org-inhibit-logging): New variable.
2191 2009-05-23  Carsten Dominik  <carsten.dominik@gmail.com>
2193         * org-agenda.el (org-remove-subtree-entries-from-agenda): Reduce
2194         range for marker position checking.
2196         * org-latex.el (org-export-latex-first-lines): Fix bug when
2197         exporting a region.
2199 2009-05-22  Carsten Dominik  <carsten.dominik@gmail.com>
2201         * org-exp.el (org-export-push-to-kill-ring): Protect using
2202         x-set-selection, because that does not always work.
2204         * org-agenda.el (org-agenda-list): Apply the new face
2205         `org-agenda-date-today'.
2207         * org-faces.el (org-agenda-date-today): New face.
2209 2009-05-21  Carsten Dominik  <carsten.dominik@gmail.com>
2211         * org-agenda.el (org-agenda-to-appt): Turn off restriction when
2212         creating appointments.
2214         * org-latex.el (org-export-latex-low-levels): Fix customization
2215         type.
2217         * org.el (org-priority, org-shiftup, org-shiftdown): Disable
2218         priority commands.
2220         * org-agenda.el (org-agenda-priority): Disable priority commands.
2222         * org.el (org-enable-priority-commands): New option.
2224         * org-colview-xemacs.el (org-columns-compute)
2225         (org-columns-number-to-string): Fix problems with empty fields.
2227         * org-colview.el (org-columns-compute)
2228         (org-columns-number-to-string): Fix problems with empty fields.
2230         * org-exp.el (org-export-push-to-kill-ring): New function.
2231         (org-export-copy-to-kill-ring): New option.
2233         * org-latex.el (org-export-as-latex): Call
2234         `org-export-push-to-kill-ring'.
2236         * org-html.el (org-export-as-html): Call
2237         `org-export-push-to-kill-ring'.
2239         * org-docbook.el (org-export-as-docbook): Call
2240         `org-export-push-to-kill-ring'.
2242         * org-ascii.el (org-export-as-ascii): Call
2243         `org-export-push-to-kill-ring'.
2245         * org-exp.el (org-export-show-temporary-export-buffer): New
2246         option.
2248         * org-latex.el (org-export-as-latex): Use
2249         `org-export-show-temporary-export-buffer'.
2251         * org-html.el (org-export-as-html): Use
2252         `org-export-show-temporary-export-buffer'.
2254         * org-docbook.el (org-export-as-docbook): Use
2255         `org-export-show-temporary-export-buffer'.
2257         * org-ascii.el (org-export-as-ascii-to-buffer): Use
2258         `org-export-show-temporary-export-buffer'.
2260         * org-exp.el (org-export-show-temporary-export-buffer): New
2261         option.
2262         (org-export-push-to-kill-ring): New function.
2264         * org-colview.el (org-columns-compile-map): New variable.
2265         (org-columns-new, org-columns-compute)
2266         (org-columns-number-to-string, org-columns-uncompile-format)
2267         (org-columns-compile-format): Implement new operators.
2269 2009-05-20  Carsten Dominik  <carsten.dominik@gmail.com>
2271         * org-exp.el (org-export-plist-vars): Add :xml-declaration.
2273         * org-html.el (org-export-html-xml-declaration): New option.
2274         (org-export-as-html): Use `org-export-html-xml-declaration'.
2276         * org-list.el (org-update-checkbox-count): Make property
2277         dependent.
2279         * org.el (org-hierarchical-todo-statistics): New option.
2280         (org-update-parent-todo-statistics): Modified to handle recursive
2281         statistics.
2283 2009-05-19  Carsten Dominik  <carsten.dominik@gmail.com>
2285         * org-publish.el (org-publish): Make this function behave
2286         correctly in interactive use when called with a prefix argument.
2288         * org.el (org-todo-statistics-hook): New hook.
2289         (org-update-parent-todo-statistics): Use new hook.
2290         (org-log-into-drawer): New function.
2291         (org-add-log-setup): Use the new `org-log-into-drawer' function to
2292         determine if we should be logging into a drawer.
2293         (org-log-into-drawer): Update docstring.
2294         (org-default-properties): Add LOG_INTO_DRAWER as a property.
2296         * org-list.el (org-checkbox-statistics-hook): New hook.
2297         (org-update-checkbox-count-maybe): Use new hook.
2299         * org-ascii.el (org-export-ascii-copy-to-kill): New option.
2300         (org-export-as-ascii): Hide export buffer, and copy exported ASCII
2301         to kill ring.
2303 2009-05-17  Carsten Dominik  <carsten.dominik@gmail.com>
2305         * org-ascii.el (org-export-as-ascii): Fix bug with match string in
2306         a line.
2308 2009-05-16  Carsten Dominik  <carsten.dominik@gmail.com>
2310         * org.el (org-edit-src-code, org-edit-fixed-width-region): Use a
2311         better bufer-generating mechanism.
2312         (org-edit-src-find-buffer): New function.
2314         * org-icalendar.el (org-print-icalendar-entries): Don't check for
2315         archive tag, this is already done by `org-agenda-skip'.
2316         data while constructing lost of tags.
2318 2009-05-15  Carsten Dominik  <carsten.dominik@gmail.com>
2320         * org-exp.el (org-export-preprocess-apply-macros): Use semicolon
2321         as argument separator in macros.
2323         * org-html.el (org-export-as-html): Add xml declaration.
2325 2009-05-14  Carsten Dominik  <carsten.dominik@gmail.com>
2327         * org.el (org-after-sorting-entries-or-items-hook): New hook.
2328         (org-sort-entries-or-items): Run the new hook.
2329         (org-after-refile-insert-hook): New hook.
2330         (org-refile): Run `org-after-refile-insert-hook'.
2332         * org-agenda.el (org-agenda-get-progress): Never take time of day
2333         from headline when displaying progress.
2335         * org-latex.el (org-export-latex-complex-heading-re): New variable.
2336         (org-export-as-latex): Force the correct regexp in the
2337         preprocessor buffer.
2338         (org-export-latex-set-initial-vars): Set
2339         `org-export-latex-complex-heading-re'.
2341         * org-agenda.el (org-agenda-start-with-log-mode): New option.
2342         (org-agenda-mode): Use `org-agenda-start-with-log-mode'.
2344 2009-05-13  Carsten Dominik  <carsten.dominik@gmail.com>
2346         * org-latex.el (org-export-latex-tables-centered): New option.
2347         (org-export-latex-tables): Use `org-export-latex-tables-centered'.
2349         * org-exp.el (org-export-as-org): New command.
2350         (org-export-as-org): New command.
2352         * org-publish.el (org-publish-org-to-org): New function.
2354 2009-05-12  Carsten Dominik  <carsten.dominik@gmail.com>
2356         * org.el (org-yank): Just call `org-yank-generic'.
2357         (org-yank-generic): New function, containing the formaer
2358         functionality of `org-yank'.
2360         * org-latex.el (org-export-latex-not-done-keywords)
2361         (org-export-latex-done-keywords): New variables.
2362         (org-export-latex-todo-keyword-markup): New option.
2363         (org-export-latex-set-initial-vars): Remember the TODO keywords.
2364         (org-export-latex-keywords-maybe): Apply the TODO markup.
2366 2009-05-11  Carsten Dominik  <carsten.dominik@gmail.com>
2368         * org-exp.el (org-infile-export-plist): Add more default macros.
2369         (org-export-preprocess-apply-macros): Process macro arguments.
2371 2009-05-10  Carsten Dominik  <carsten.dominik@gmail.com>
2373         * org-icalendar.el (org-icalendar-include-todo): New allowedvalue
2374         `unblocked'.
2375         (org-print-icalendar-entries): Respect the new value of
2376         `org-icalendar-include-todo'.
2378         * org.el (org-link-try-special-completion)
2379         (org-file-complete-link): New functions.
2380         (org-insert-link): Add special completion support for some link
2381         types.
2383         * org-bbdb.el (org-bbdb-complete-link): New function.
2385 2009-05-08  Carsten Dominik  <carsten.dominik@gmail.com>
2387         * org-list.el (org-update-checkbox-count): Allow recursive
2388         statistics.
2389         (org-hierarchical-checkbox-statistics): New option.
2391         * org.el (org-cycle): Remove erraneous space character.
2393         * org-icalendar.el (org-icalendar-timezone): Initialize from
2394         environment.
2396         * org-html.el (org-format-org-table-html): Specify the scope.
2397         (org-format-table-table-html): Specify the scope.
2398         (org-export-table-header-tags): Prepare the scope parameter.
2400 2009-05-07  Carsten Dominik  <carsten.dominik@gmail.com>
2402         * org-html.el
2403         (org-export-html-table-use-header-tags-for-first-column): New
2404         option.
2406         * org.el (org-autoload): Fix autoloading of ascii export
2407         functions.
2408         (org-modules): Add org-special-blocks.
2410 2009-05-06  Carsten Dominik  <carsten.dominik@gmail.com>
2412         * org-icalendar.el (org-start-icalendar-file): Use the new option.
2413         (org-ical-timezone): New option.
2415         * org-exp.el (org-export-get-coderef-format): Use the description
2416         is present.
2418         * org.el (org-sort-entries-or-items): Improve docstring, and make
2419         better implementation for time sorting.
2421 2009-05-05  Carsten Dominik  <carsten.dominik@gmail.com>
2423         * org.el (org-edit-src-persistent-message): New option.
2424         (org-edit-src-code, org-edit-fixed-width-region): Use the new
2425         option.
2427         * org-clock.el (org-clock-insert-selection-line): Fix prefious
2428         patch.
2430         * org.el (org-edit-src-code, org-edit-fixed-width-region): Use
2431         separate buffer instead of indirect buffer to edit source code.
2432         (org-edit-src-exit): Make this function work with the new setup.
2434         * org-clock.el (org-clock-insert-selection-line): Make sure tasks
2435         are properly fontified before shown in the selection menu.
2437         * org.el (org-fontify-like-in-org-mode): New function.
2439         * org-latex.el (org-export-latex-links): Use the property list to
2440         retrieve the default image attributes.
2442         * org-exp.el (org-export-plist-vars): Add a new option.
2444 2009-05-04  Carsten Dominik  <carsten.dominik@gmail.com>
2446         * org-exp.el (org-export, org-export-visible): Support ASCII
2447         export to buffer
2448         (org-export-normalize-links): Do not protect the description if it
2449         is explicitly given.
2451         * org-ascii.el (org-export-as-ascii-to-buffer)
2452         (org-replace-region-by-ascii, org-export-region-as-ascii): New
2453         commands.
2454         (org-export-as-ascii): Add all the same parameters that are also
2455         supported by the other export functions.
2457         * org-list.el (org-reset-checkbox-state-subtree): Moved here from
2458         org-checklist.el.
2459         (org-reset-checkbox-state-subtree): Call
2460         `org-reset-checkbox-state-subtree'.
2462         * org-remember.el (org-select-remember-template): For the
2463         selection of a valid template.
2465         * org-latex.el (org-export-region-as-latex): Supply the
2466         force-no-subtree argument.
2467         (org-export-as-latex): Provide better limits when exporting the
2468         first line.  When exporting to string, we still want the first
2469         lines.
2470         (org-export-latex-first-lines): New argument END, to force the end
2471         of the region.
2472         (org-export-region-as-latex): Use the property list.
2473         (org-export-as-latex):
2475         * org-colview-xemacs.el (org-columns-remove-overlays)
2476         (org-columns): Fix call to `local-variable-p'.
2478 2009-05-02  Carsten Dominik  <carsten.dominik@gmail.com>
2480         * org-html.el (org-export-html-after-blockquotes-hook): New hook.
2481         (org-export-as-html): Run the new hook.
2483         * org-latex.el (org-export-latex-after-blockquotes-hook): New hook.
2484         (org-export-latex-preprocess): Run the new hook.
2486         * org-exp.el (org-export-preprocess-after-blockquote-hook): New hook.
2487         (org-export-preprocess-string): Run the new hook.
2489 2009-04-30  Carsten Dominik  <carsten.dominik@gmail.com>
2491         * org-macs.el (org-check-external-command): New defsubst.
2493         * org.el (org-mode-map): New key for reload.
2494         (org-format-latex): Better error message when external programs
2495         are not available.
2497         * org-agenda.el (org-agenda-mode-map): Bind `org-reload'.
2499         * org.el (org-sort-entries-or-items): Explicit sorting function
2500         for priorities, needed for XEmacs compatibility.
2502         * org-remember.el (org-remember-apply-template): Improve auto-save
2503         behavior.
2505 2009-04-29  Carsten Dominik  <carsten.dominik@gmail.com>
2507         * org-latex.el (org-export-latex-preprocess): Also protect
2508         environments ending in a star.
2510         * org-list.el (org-at-item-p): Fix regular expression.
2512 2009-04-24  Carsten Dominik  <carsten.dominik@gmail.com>
2514         * org.el (org-end-of-subtree): Improve speed.
2516         * org-agenda.el (org-agenda-get-timestamps)
2517         (org-agenda-get-progress, org-agenda-get-deadlines)
2518         (org-agenda-get-scheduled, org-agenda-get-blocks): Optimizations,
2519         in particular, wait as long as possible to collect the tags.
2520         (org-stuck-projects): Improve docstring.
2522         * org.el (org-store-link): No errors when getting custom id before
2523         first headline.
2524         (org-get-tags-at): Use `org-up-heading-safe' when getting tags.
2526 2009-04-23  Carsten Dominik  <carsten.dominik@gmail.com>
2528         * org.el (org-prepare-agenda-buffers): Catch a throw to nextfile.
2530         * org-protocol.el: Remove dependency on url.el.
2531         (org-protocol-unhex-compound, org-protocol-open-source): Remove
2532         dependency on url.el.
2534         * org-latex.el (org-export-as-pdf): Use
2535         `org-latex-to-pdf-process'.
2537 2009-04-22  Carsten Dominik  <carsten.dominik@gmail.com>
2539         * org-latex.el (org-latex-to-pdf-process): New option.
2541         * org-agenda.el (org-agenda-skip-additional-timestamps-same-entry):
2542         New option.
2543         (org-agenda-get-timestamps): Honor
2544         `org-agenda-skip-additional-timestamps-same-entry'.
2546         * org-clock.el (org-clock-goto-may-find-recent-task): New option.
2547         (org-clock-goto): Find recent task only if
2548         `org-clock-goto-may-find-recent-task' allows it.
2550         * org-exp.el (org-export-remove-or-extract-drawers): Handle empty
2551         drawers, and drawers that are missing the :END: line.
2553 2009-04-21  Carsten Dominik  <carsten.dominik@gmail.com>
2555         * org-clock.el (org-clock-goto): Go to recently clocked task if no
2556         clock is running.
2558 2009-04-21  Carsten Dominik  <carsten.dominik@gmail.com>
2560         * org.el (org-update-parent-todo-statistics): Check for
2561         STATISTICS_FROM property.
2563         * org-list.el (org-update-checkbox-count): Check for
2564         STATISTICS_FROM property.
2566         * org.el (org-tab-first-hook)
2567         (org-tab-after-check-for-table-hook)
2568         (org-tab-after-check-for-cycling-hook): New hooks.
2569         (org-cycle-internal-global, org-cycle-internal-local): New
2570         functions, split out from `org-cycle'.
2571         (org-cycle): Call the new hooks.
2573 2009-04-19  Carsten Dominik  <carsten.dominik@gmail.com>
2575         * org-exp.el (org-export-preprocess-string): Reset the list of
2576         preferred targets for each run of the preprocessor.
2578         * org.el (org-refile-target-verify-function): Improve
2579         documentation.
2580         (org-get-refile-targets): Respect point being moved by the
2581         verification function.
2583         * org-latex.el (org-export-latex-timestamp-keyword-markup): New
2584         option.
2585         (org-export-latex-keywords): Use new option.
2587         * org.el (org-rear-nonsticky-at): New defsubst.
2588         (org-activate-plain-links, org-activate-angle-links)
2589         (org-activate-footnote-links, org-activate-bracket-links)
2590         (org-activate-dates, org-activate-target-links)
2591         (org-activate-tags): Place the rear-nonsticky properties at the
2592         correct location.
2594 2009-04-18  Carsten Dominik  <carsten.dominik@gmail.com>
2596         * org-protocol.el (server-edit): Declare `server-edit'.
2597         (org-protocol-unhex-string, org-protocol-unhex-compound): New
2598         functions.
2599         (org-protocol-check-filename-for-protocol): Call `server-edit'.
2601         * org.el (org-default-properties): New default properteis for
2602         completion.
2604         * org-exp.el (org-export-add-subtree-options): Add new properties
2605         for subtree export.
2607         * org-docbook.el (org-export-docbook-keywords-markup)
2608         (org-export-docbook-timestamp-markup): New options.
2609         (org-export-docbook-protect-tags): New function.
2611 2009-04-17  Carsten Dominik  <carsten.dominik@gmail.com>
2613         * org-id.el (org-id-get-with-outline-path-completion): Turn off
2614         org-refile-target-verify-function for the duration of the command.
2616         * org.el (org-link-to-org-use-id): New possible value
2617         `create-if-interactive-and-no-custom-id'.
2618         (org-store-link): Use custom IDs.
2619         (org-link-search): Find custom ID properties from #link.
2620         (org-default-properties): Add CUSTOM_ID for property completion.
2621         (org-refile-target-verify-function): New option.
2622         (org-goto): Turn off org-refile-target-verify-function
2623         for the duration of the command.
2625 2009-04-16  Carsten Dominik  <carsten.dominik@gmail.com>
2627         * org-html.el (org-export-as-html): Use custom IDs in the toc.
2629         * org-exp.el (org-export-preferred-target-alist): New variable.
2630         (org-export-define-heading-targets): Find the new CUSTOM_ID
2631         property.
2632         (org-export-target-internal-links): Target the custom ids when
2633         possible.
2635         * org-latex.el (org-export-latex-preprocess): Better regexp for
2636         matching latex macros with arguments.
2638 2009-04-15  Carsten Dominik  <carsten.dominik@gmail.com>
2640         * org-remember.el (org-remember-handler): Allow filing to non-org
2641         files.
2643 2009-04-15  Magnus Henoch <magnus.henoch@gmail.com>
2645         * org-feed.el (org-feed-alist): New keyword options.
2646         (org-feed-update): Use the new options.
2647         (org-feed-parse-rss-feed): Renamed from `org-feed-parse-feed'.
2648         (org-feed-parse-rss-entry): Renamed from `org-feed-parse-entry'.
2649         (org-feed-parse-atom-feed, org-feed-parse-atom-entry): New
2650         functions.
2652         * org-table.el (org-table-fix-formulas): Do not change references
2653         to remote tables.
2654         (org-table-get-remote-range): Convert standard coordinates to RC
2655         format.
2657         * org-latex.el (org-export-latex-keywords): Fix regexp bug.
2659 2009-04-14  Carsten Dominik  <carsten.dominik@gmail.com>
2661         * org-compat.el (org-sha1-string): Function removed.
2663         * org.el (org-refile-allow-creating-parent-nodes): New option.
2664         (org-refile-get-location): New argument NEW-NODES.
2665         (org-refile): Call `org-refile-get-location' with the new
2666         argument.
2667         (org-refile-get-location): Arrange for adding a new child.
2668         (org-refile-new-child): New function.
2670         * org-html.el (org-html-handle-time-stamps): Wrap time stamps into
2671         an additional span element.
2673         * org-clock.el: Fix a number of docstrings.
2674         (org-clock-find-position): New argument
2675         FIND-UNCLOSED to make the function find an unclosed clock in the
2676         entry.
2677         (org-clock-in): Call `org-clock-find-position' with the new
2678         argument if we might be resuming a clock.
2680 2009-04-13  Carsten Dominik  <carsten.dominik@gmail.com>
2682         * org-latex.el (org-export-latex-display-custom-times): New variable.
2683         (org-export-latex-timestamp-markup): New option.
2684         (org-export-latex-set-initial-vars): Remember the local value of
2685         `org-display-custom-times'.
2686         (org-export-latex-content): Process time stamps.
2687         (org-export-latex-time-stamps): New function.
2689         * org-macs.el (org-maybe-intangible): Add intangible property
2690         again to invisible text.
2692 2009-04-12  Carsten Dominik  <carsten.dominik@gmail.com>
2694         * org-exp.el (org-default-export-plist): Handle undefined
2695         variables.
2697 2009-04-11  Carsten Dominik  <carsten.dominik@gmail.com>
2699         * org.el (org-sort-entries-or-items): Match TODO keywrds
2700         case-sensitively, when sorting.
2701         (org-priority): Do not match TODO keywords with wrong case.
2703 2009-04-09  Carsten Dominik  <carsten.dominik@gmail.com>
2705         * org-feed.el (org-feed-update): Bind the variable
2706         `new-formatted'.
2708         * org-html.el (org-export-as-html): Start paragraphs after literal
2709         examples.
2711         * org-docbook.el (org-export-as-docbook): Start paragraphs after
2712         literal examples.
2714 2009-04-08  Carsten Dominik  <carsten.dominik@gmail.com>
2716         * org.el (org-todo): Honor the NOBLOCKING property.
2718         * org-agenda.el (org-agenda-dim-blocked-tasks): Honor the
2719         NOBLOCKING property.
2721         * org.el (org-scan-tags): Fix bug in tag scanner
2723 2009-04-07  Carsten Dominik  <carsten.dominik@gmail.com>
2725         * org.el (org-modules): Mark obsolete packages.
2727         * org-html.el: New file, split out from org-exp.el.
2729         * org-icalendar.el: New file, split out from org-exp.el.
2731         * org-xoxo.el: New file, split out from org-exp.el.
2733         * org-ascii.el: New file, split out from org-exp.el.
2735 2009-04-06  Carsten Dominik  <carsten.dominik@gmail.com>
2737         * org-compat.el (org-find-library-name): New function.
2739         * org.el (org-pre-cycle-hook): New hook.
2740         (org-cycle): Call the new hook in appropriate places.
2741         (org-reload): Only reload files that have been loaded before.
2743 2009-04-05  Carsten Dominik  <carsten.dominik@gmail.com>
2745         * org.el (org-set-font-lock-defaults): Enforxe space or line end
2746         after todo keyword.
2747         (org-todo): When changing TODO state, do matching
2748         case-sensitively.
2749         (org-map-continue-from): New variable.
2750         (org-scan-tags): Respect values in `org-map-continue-from'.
2751         (org-reload): Make XEmacs compatible.
2753 2009-04-04  Carsten Dominik  <carsten.dominik@gmail.com>
2755         * org-protocol.el (org-protocol-flatten-greedy): New function.
2756         (org-protocol-flatten): New function.
2758         * org.el (org-open-link-from-string): Pass reference buffer to
2759         `org-open-at-point'.
2760         (org-open-at-point): New optional argument `reference-buffer'.
2762 2009-04-03  Carsten Dominik  <carsten.dominik@gmail.com>
2764         * org.el (org-scan-tags): Make tag scan find headline in first
2765         line, 2nd attempt.
2766         (org-get-refile-targets): Add the naked file name.
2767         (org-refile): Store as top-level entry when only file name was
2768         given.
2770         * org-agenda.el (org-agenda-get-progress): Fix regexp bug.
2772         * org.el (org-block-todo-from-children-or-siblings-or-parent):
2773         Renamed from org-block-todo-from-children-or-siblings, and
2774         enhanced to look for the parent's status as well.
2776         * org-agenda.el (org-agenda-log-mode-add-notes): New option.
2777         (org-agenda-get-progress): Add first notes line to log entry if so
2778         desired.
2780 2009-04-02  Carsten Dominik  <carsten.dominik@gmail.com>
2782         * org-agenda.el (org-agenda-cleanup-fancy-diary-hook): New hook.
2783         (org-agenda-cleanup-fancy-diary): Call the new hook.
2785         * org-remember.el (org-remember-apply-template): Take the default
2786         for the annotation from the :annotation property.
2788         * org-mac-message.el (org-mac-message-get-link): Remove the
2789         quotes.
2790         (org-mac-message-get-link): Return the result.
2792 2009-04-01  Carsten Dominik  <carsten.dominik@gmail.com>
2794         * org.el (org-refile-get-location): Add file name only if not
2795         already included in outline path.
2797         * org-faces.el (org-n-level-faces): Fix customization type from
2798         number to integer.
2800         * org-exp.el (org-export-headline-levels): Fix customization type
2801         from number to integer.
2803         * org-agenda.el (org-agenda-confirm-kill)
2804         (org-agenda-custom-commands-local-options)
2805         (org-timeline-show-empty-dates, org-agenda-ndays)
2806         (org-agenda-start-on-weekday, org-scheduled-past-days): Fix
2807         customization type from number to integer.
2809 2009-03-31  Carsten Dominik  <carsten.dominik@gmail.com>
2811         * org-protocol.el: Declare some functions.
2813         * org-inlinetask.el (org-inlinetask-export-handler): Fix line
2814         postion before inserting modified headline.
2816         * org-agenda.el (org-agenda-compare-effort): Honor
2817         `org-sort-agenda-noeffort-is-high'.
2818         (org-agenda-filter-by-tag, org-agenda-filter-make-matcher)
2819         (org-agenda-compare-effort): Implement the "?" operator for
2820         finding entries without effort setting.
2822         * org.el (org-extract-attributes-from-string): New function.
2824         * org-exp.el (org-export-splice-attributes): New function.
2826 2009-03-30  Carsten Dominik  <carsten.dominik@gmail.com>
2828         * org-mouse.el: XEmacs compatibility fixes
2830         * org-docbook.el (org-export-as-docbook): Process footnotes like
2831         normal text.
2833         * org.el (org-modules): Add org-inlinetasks.el
2834         (org-cycle): Implement limiting level on cycling.
2835         (org-move-subtree-down): Fix bug with swapping subtrees at end of
2836         buffer.
2838         * org-inlinetask.el: New file.
2840         * org.el (org-emphasis-regexp-components): Allow braces in
2841         emphasis pre and post match.
2843         * org-footnote.el (org-footnote-normalize): When only dorting, do
2844         not insert inline notes at the end.
2846         * org-docbook.el (org-id-find-id-file): Add function declaration.
2848         * org.el (org-require-autoloaded-modules): Add org-docbook.el.
2850         * org-docbook.el: New file.
2852 2009-03-28  Carsten Dominik  <carsten.dominik@gmail.com>
2854         * org.el (org-reftex-citation): New command.
2856 2009-03-27  Carsten Dominik  <carsten.dominik@gmail.com>
2858         * org-agenda.el (org-agenda-cmp-user-defined): New option.
2859         (org-sorting-choice, org-agenda-sorting-strategy): Add the new
2860         sorting options.
2861         (org-entries-lessp): Apply the new sorting option.
2863         * org.el (org-block-todo-from-children-or-siblings): Fix bug in
2864         blocker code, when an older sibling has children.
2866         * org-mac-message.el (org-mac-message-get-link): Improve getting
2867         links from multiple selected messages.
2869 2009-03-26  Carsten Dominik  <carsten.dominik@gmail.com>
2871         * org-remember.el (org-remember-finalize): Do not set buffer file
2872         name to nil.
2873         (org-remember-handler): Mark buffer as unmodified.
2874         (org-remember-handler): Delete backup file and show message about
2875         remaining backup files.
2876         (org-remember-auto-remove-backup-files): New option.
2878         * org.el (org-store-link): Use buffer name as link description in
2879         w3-mode buffers.
2880         (org-ido-switchb): Fix argument bug for completion.
2882         * org-remember.el (org-remember-apply-template): Set local
2883         variable `auto-save-visited-file-name' instead of global one.
2885 2009-03-25  Carsten Dominik  <carsten.dominik@gmail.com>
2887         * org-feed.el: Re-write.
2889         * org-agenda.el (org-agenda-get-todos): Fix bug with match-data.
2890         (org-agenda-get-todos): Mark file tags as inherited.
2891         (org-agenda-list): Always search diary lines for a time.
2893 2009-03-24  Carsten Dominik  <carsten.dominik@gmail.com>
2895         * org-feed.el (org-feed-assume-stable): New option.
2896         (org-feed-before-adding-hook): New hook.
2898         * org-exp.el (org-export-as-html): Close local lists depending on
2899         indentation, also when starting a table.
2901         * org-remember.el (org-remember-backup-directory)
2902         (org-remember-backup-name): New internal variable.
2904 2009-03-23  Carsten Dominik  <carsten.dominik@gmail.com>
2906         * org-clock.el (org-clock-out-if-current): Make buffer detection
2907         work in indirect buffers as well.
2909         * org.el (org-emphasis-regexp-components): Add the exxclamation
2910         mark to the post-emphasis characters.
2912 2009-03-22  Carsten Dominik  <carsten.dominik@gmail.com>
2914         * org.el (org-read-date-minibiffer-septup-hook): New hook.
2915         (org-read-date): Run the new hook.
2917         * org-mac-message.el (org-mac-flagged-mail): New group.
2918         (org-mac-mail-account): New variable.
2919         (org-mac-create-flagged-mail, org-mac-insert-flagged-mail): New
2920         commands.
2922         * org-remember.el (org-remember-backup-directory): New variable.
2923         (org-remember-apply-template): Write file to backup directory.
2925 2009-03-21  Carsten Dominik  <carsten.dominik@gmail.com>
2927         * org-mouse.el (org-mouse-todo-menu): New function.
2928         (org-mouse-todo-keywords): Function removed.
2929         (org-mouse-context-menu): Use `org-mouse-todo-menu'.
2931         * org-table.el (org-table-beginning-of-field)
2932         (org-table-end-of-field): New commands
2933         (org-table-previous-field, org-table-beginning-of-field): Better
2934         error messages.
2935         (orgtbl-setup): Include `M-a' and `M-e'.
2937         * org.el (org-backward-sentence, org-forward-sentence): New
2938         commands.
2940         * org-colview.el (org-colview-initial-truncate-line-value): New
2941         variable.
2942         (org-columns-remove-overlays): Restore the value of `truncate-lines'.
2943         (org-columns): Remember the value of `truncate-lines'.
2945         * org-colview-xemacs.el (org-colview-initial-truncate-line-value):
2946         New variable.
2947         (org-columns-remove-overlays): Restore the value of
2948         `truncate-lines'.
2949         (org-columns): Remember the value of `truncate-lines'.
2951         * org.el (org-columns-skip-arrchived-trees): New option.
2953         * org-agenda.el (org-agenda-export-html-style): Define color for
2954         org-agenda-done face.
2955         (org-search-view, org-agenda-get-todos, org-agenda-get-progress)
2956         (org-agenda-get-deadlines, org-agenda-get-scheduled): Use new face.
2958         * org.el (org-scan-tags): Use the new face.
2960         * org-faces.el (org-agenda-done): New face.
2962         * org.el (org-scan-tags): Test the value org
2963         `org-tags-match-list-sublevels'.
2964         (org-tags-match-list-sublevels): New allowed value: indented.
2966         * org-export-latex.el (org-export-latex-make-header): Apply macros
2967         in header.
2969         * org-exp.el (org-export-apply-macros-in-string): New function.
2971         * org-export-latex.el (org-export-latex-list-parameters): Fix bug
2972         with the definition of a checked box.
2974         * org-clock.el (org-clock-find-position): Fix drawer indentations.
2976         * org-export-latex.el (org-export-latex-low-levels): More options
2977         for how to process lower levels in LaTeX.
2978         (org-export-latex-subcontent): Better treatment for lists as a
2979         means of publishing lower levels.
2981 2009-03-20  Carsten Dominik  <carsten.dominik@gmail.com>
2983         * org.el (org-set-font-lock-defaults): Use new checkbox face.
2985         * org-faces.el (org-checkbox): New face.
2987         * org-exp.el (org-export-html-preprocess): Only create LaTeX
2988         fragement images if there is an export file.
2990 2009-03-19  Carsten Dominik  <carsten.dominik@gmail.com>
2992         * org-agenda.el (org-stuck-projects): Document that the subtree of
2993         projects that are not stuck will now be searched for stuck
2994         sub-projects.
2995         (org-agenda-skip-entry-when-regexp-matches)
2996         (org-agenda-skip-entry-when-regexp-matches-in-subtree): New functions.
2997         (org-agenda-list-stuck-projects): Use
2998         `org-agenda-skip-entry-when-regexp-matches-in-subtree'.
3000         * org-export-latex.el (org-export-latex-preprocess): Improve
3001         export of verses.
3003         * org-exp.el (org-export-as-html): Implement centering as a div
3004         rather than a paragraph.  Do a better job with line-end in verse
3005         environments.
3007 2009-03-17  Carsten Dominik  <carsten.dominik@gmail.com>
3009         * org.el (org-open-at-point): Fix tags searches by mouse click.
3011 2009-03-16  Carsten Dominik  <carsten.dominik@gmail.com>
3013         * org-export-latex.el (org-export-latex-preprocess): Implement the
3014         centering markup.
3016         * org-exp.el (org-export-mark-blockquote-verse-center): Renamed
3017         from `org-export-mark-blockquote-and-verse'.
3018         (org-export-as-html): Implement the centering markup.
3020         * org-export-latex.el (org-export-latex-tables): Fix vertical
3021         lines in tables.
3023 2009-03-15  Carsten Dominik  <carsten.dominik@gmail.com>
3025         * org.el (org-read-date-history): New variable.
3026         (org-read-date): Use new history variable.
3027         (org-toggle-heading): Fix bug when used before first headline.
3028         (org-store-log-note): Remove drawer if empty while note is
3029         aborted.
3030         (org-remove-empty-drawer-at): New function.
3031         (org-check-after-date): New command.
3032         (org-sparse-tree): New sparse tree command "a".
3034         * org-exp.el (org-export-as-ascii): Improve export of plain lists.
3036 2009-03-14  Bastien Guerry  <bzg@altern.org>
3038         * org.el (org-toggle-fixed-width-section): Bug fix: insert a
3039         column and a space, not only a column.
3041 2009-03-14  Carsten Dominik  <carsten.dominik@gmail.com>
3043         * org-export-latex.el (org-export-latex-emphasis-alist): Better
3044         defaults for verbose emphasis.
3045         (org-export-latex-emph-format): New function.
3046         (org-export-latex-fontify): Call `org-export-latex-emph-format'.
3048         * org-agenda.el (org-agenda-menu): Add new commands to menu.
3049         (org-agenda-do-date-later, org-agenda-do-date-earlier)
3050         (org-agenda-date-later-minutes, org-agenda-date-earlier-minutes)
3051         (org-agenda-date-later-hours, org-agenda-date-earlier-hours): New
3052         commands.
3054         * org.el (org-timestamp-change): Move end-time along with start
3055         time.
3057 2009-03-12  Carsten Dominik  <carsten.dominik@gmail.com>
3059         * org-exp.el (org-export-target-internal-links)
3060         (org-export-as-html): Protect links specified as #name.
3062 2009-03-11  Carsten Dominik  <carsten.dominik@gmail.com>
3064         * org.el (org-clone-subtree-with-time-shift): New command.
3066         * org-export-latex.el (org-export-latex-special-chars)
3067         (org-export-latex-treat-sub-super-char): Fix subscript export.
3069         * org-exp.el (org-create-multibrace-regexp): Do not add
3070         backslashes to the class.
3072 2009-03-10  Carsten Dominik  <carsten.dominik@gmail.com>
3074         * org-colview.el (org-columns-map): Better functions for moving up
3075         and down a row, even if `truncate-line' is nil.
3077         * org.el (org-insert-todo-heading): Make sure the keyword is
3078         inserted at the correct position.
3080         * org-publish.el (org-publish-project-alist)
3081         (org-publish-projects, org-publish-org-index): Change default anme
3082         for the index of file names to "sitemap.org".
3084         * org-export-latex.el (org-export-latex-tables): Use
3085         `org-split-string', for Emacs 21 compatibility.
3087 2009-03-09  Carsten Dominik  <carsten.dominik@gmail.com>
3089         * org-agenda.el (org-agenda-log-mode-items): Improve docstring.
3091 2009-03-08  Carsten Dominik  <carsten.dominik@gmail.com>
3093         * org-exp.el (org-export-page-description)
3094         (org-export-page-keywords): New variables.
3095         (org-export-plist-vars): Add entries for :keywords and
3096         :description.
3097         (org-infile-export-plist): Parse for new keywords.
3098         (org-get-current-options): Add new keywords
3099         (org-export-as-html): Publish description and keywords.
3101         * org-agenda.el (org-agenda-add-entry-text-descriptive-links): New
3102         option.
3103         (org-agenda-add-entry-text): Honor
3104         `org-agenda-add-entry-text-descriptive-links'.
3106         * org-export-latex.el (org-export-latex-preprocess): Make all
3107         external preprocess functions use a PARAMETER arg.
3109         * org-exp.el (org-export-preprocess-string)
3110         (org-export-select-backend-specific-text)
3111         (org-export-format-source-code-or-example)
3112         (org-format-org-table-html): Support docbook export.
3113         (org-export-preprocess-string): Make all external preprocess
3114         functions use a PARAMETER arg.
3116 2009-03-07  Carsten Dominik  <carsten.dominik@gmail.com>
3118         * org-exp.el (org-export-html-style-include-scripts): New option.
3119         (org-export-plist-vars): Add new option
3120         `org-export-html-style-include-scripts'.
3121         (org-export-as-html): Honor new option
3122         `org-export-html-style-include-scripts'.
3123         (org-export-html-scripts, org-export-html-style-default): Fix
3124         xml issues with the Safari browser.
3126 2009-03-06  Carsten Dominik  <carsten.dominik@gmail.com>
3128         * org-publish.el (org-publish-attachment): Only copy file when the
3129         directories differ.
3131 2009-03-05  Carsten Dominik  <carsten.dominik@gmail.com>
3133         * org-clock.el (org-clocktable-steps): Use inactive time stamps
3134         for clocktable steps.
3136         * org.el (org-additional-option-like-keywords): Add two more
3137         keywords.
3139 2009-03-04  Carsten Dominik  <carsten.dominik@gmail.com>
3141         * org-exp.el (org-export-format-source-code-or-example): Mark
3142         temporary buffer unmodified, so that it will be killed even if
3143         mode like message mode has decided to assign a file name.
3145         * org.el (org-scan-tags): Improve tag inheritance.
3146         (org-scan-tags, org-make-tags-matcher): Make tag comparison
3147         case-sensitive.
3148         (org-scan-tags): Use the internal tags list instead of creating it
3149         from scratch.
3150         (org-trust-scanner-tags, org-scanner-tags): New variables.
3151         (org-scan-tags): Set `org-scanner-tags'.
3152         (org-get-tags-at): Take advantage of `org-trust-scanner-tags'.
3153         (org-map-entries): Document the possible speedup using scanner
3154         tags.
3156 2009-03-03  Carsten Dominik  <carsten.dominik@gmail.com>
3158         * org.el (org-add-planning-info): Fix bug with looking for keyword
3159         only at column 0.
3161         * org-agenda.el (org-agenda-custom-commands-local-options): Add
3162         option for tags filter preset.
3163         (org-prepare-agenda): Store filter preset as a property on the
3164         filter variable.
3165         (org-finalize-agenda): Call the filter, if there is a preset.
3166         (org-agenda-filter-by-tag): Filter again after clearing the
3167         filter, when there still is a preset.
3168         (org-agenda-filter-make-matcher, org-agenda-set-mode-name):
3169         Include the preset filter.
3170         (org-agenda-redo): Apply the filter again, also the preset filter.
3172         * org-exp.el (org-export-as-html): Use IDs in the correct way.
3174         * org.el (org-uuidgen-p): New funtion.
3176         * org-agenda.el (org-agenda-fontify-priorities): New default value
3177         `cookies'.
3178         (org-agenda-fontify-priorities): Renamed from
3179         org-fontify-priorities.
3181         * org.el (org-set-font-lock-defaults): Call
3182         `org-font-lock-add-priority-faces'.
3183         (org-font-lock-add-priority-faces): New function.
3185         * org-faces.el: (org-set-tag-faces): New option.
3186         (org-priority-faces): New variable.
3188         * org-exp.el (org-export-as-html): Add a "content" div around the
3189         entire content of the body tag.
3190         (org-export-html-get-bibliography): New function.
3191         (org-export-html-validation-link): New variable.
3192         (org-export-as-html): Add validation link to exported page.
3194         * org.el (org-match-sparse-tree): Renamed from
3195         `org-tags-sparse-tree'.
3196         (org-tags-sparse-tree): New alias.
3198 2009-03-02  Carsten Dominik  <carsten.dominik@gmail.com>
3200         * org.el (org-get-valid-level): Catch the case where the level
3201         change is nil.
3203         * org-clock.el (org-clock-find-position): Better indentation of
3204         new clock drawers.
3206 2009-03-01  Carsten Dominik  <carsten.dominik@gmail.com>
3208         * org-agenda.el (org-agenda-quit): Delete window only when the
3209         frame-setup was not `current-window'.
3211         * org.el (org-tag-persistent-alist): New option.
3212         (org-startup-options): Add keyword `noptag'.
3213         (org-fast-todo-selection): Handle :newline correctly.
3214         (org-set-tags): Handle :newline correctly.
3215         (org-fast-tag-selection): Handle :newline correctly.
3217 2009-02-28  Carsten Dominik  <carsten.dominik@gmail.com>
3219         * org-exp.el (org-export-as-ascii): Reverse link buffer before
3220         outputting it.
3221         (org-export-ascii-push-links): Fix bug with pussing links into the
3222         export buffer.
3224 2009-02-27  Carsten Dominik  <carsten.dominik@gmail.com>
3226         * org-archive.el (org-archive-subtree): Do not add 1 to level if
3227         pasting at top level.
3229         * org-bbdb.el: Improve documentation.
3231 2009-02-26  Carsten Dominik  <carsten.dominik@gmail.com>
3233         * org-list.el (org-insert-item): Only consider insert empty lines
3234         is `org-empty-line-terminates-plain-lists' is not nil.
3236         * org.el (org-blank-before-new-entry): Mention the dependence on
3237         `org-empty-line-terminates-plain-lists' in the docstring.
3239         * org-publish.el (org-publish-get-project-from-filename): New
3240         optional argument UP.  Only find the top project if UP is set.
3241         (org-publish-current-project): Find the top encloding project.
3243         * org-agenda.el (org-agenda-before-write-hook)
3244         (org-agenda-add-entry-text-maxlines): New options.
3245         (org-write-agenda): Run the new hook in the temporary buffer.
3246         (org-agenda-add-entry-text): New function.
3247         (org-write-agenda): Implement PDF export, using ps2pdf.
3249         * org.el (org-global-properties-fixed, org-global-properties):
3250         Improve documentation string.
3252         * org-exp.el (org-export-ascii-links-to-notes): New option.
3253         (org-export-as-ascii): Handle links better.
3254         (org-export-ascii-wrap, org-export-ascii-push-links): New
3255         functions.
3257 2009-02-25  Carsten Dominik  <carsten.dominik@gmail.com>
3259         * org-agenda.el (org-agenda): Make prefix arg optional.
3260         (org-agenda-search-headline-for-time): New option.
3261         (org-format-agenda-item): Honor
3262         `org-agenda-search-headline-for-time'.
3264         * org-table.el (orgtbl-self-insert-command): Cluster undo for 20
3265         characters.
3267         * org.el (org-self-insert-cluster-for-undo): New option.
3268         (org-self-insert-command): Cluster undo for 20 characters.
3269         (org-self-insert-command-undo-counter): New variable.
3271 2009-02-24  Carsten Dominik  <carsten.dominik@gmail.com>
3273         * org-exp.el (org-export-as-html): Fix problem with closing colone
3274         example.
3276 2009-02-22  Carsten Dominik  <carsten.dominik@gmail.com>
3278         * org-export-latex.el (org-export-as-latex)
3279         (org-export-latex-first-lines): Avoid modification flag when
3280         adding or removing text properties.
3281         (org-export-latex-fontify): Catch error when org-emph-alist has
3282         entries that are not defined for LaTeX export.
3284         * org.el (orgstruct++-mode): New function.
3285         (turn-on-orgstruct++): Call `orgstruct++-mode'.
3286         (org-context-p): Allow detecting item context after the first line
3287         of an item.
3288         (orgstruct-make-binding): Detect if item-body context should be
3289         seen.
3290         (orgstruct-is-++): New variable.
3291         (org-add-planning-info): Catch the case when there is no planning
3292         info yet and the call does not want to add anything, only maybe
3293         tries to remove something.
3294         (org-special-ctrl-a/e): All value to be a cons cell with separate
3295         settings for `C-a. and `C-e'.
3296         (org-beginning-of-line, org-end-of-line): Honor separate values
3297         for `C-a' and `C-e'.
3299 2009-02-21  Carsten Dominik  <carsten.dominik@gmail.com>
3301         * org.el (org-reload): New command.
3303 2009-02-20  Carsten Dominik  <carsten.dominik@gmail.com>
3305         * org-exp.el (org-export-htm-get-tag-class-name)
3306         (org-export-htm-get-todo-kwd-class-name): New functions.
3307         (org-export-html-tag-class-prefix)
3308         (org-export-html-todo-kwd-class-prefix): New options.
3309         (org-export-as-html): Call
3310         `org-export-html-get-todo-kwd-class-name'.
3311         (org-html-level-start): Wrap tags into classes.
3312         (org-export-html-get-tag-class-name)
3313         (org-export-html-get-todo-kwd-class-name): New functions.
3315         * org-export-latex.el (org-export-latex-collect-header-macros):
3316         Remove fields that are used anyway.
3317         (org-export-latex-make-header): Insert the options earlier.
3319         * org-agenda.el (org-agenda-get-progress): Fix bug with state
3320         matching.
3322         * org-list.el (org-indent-item): Allow point to be at the end of
3323         the region.
3325         * org.el (org-metaleft, org-metaright): Be more accurate about
3326         detecting a region where commands apply.
3328         * org-compat.el (org-cursor-to-region-beginning): New function.
3330         * org.el (org-priority): Also find invisible heading.
3332         * org-colview-xemacs.el (org-columns-edit-value): No special
3333         treatment for `org-todo' prefix.
3335         * org-colview.el (org-columns-edit-value): No special treatment
3336         for `org-todo' prefix.
3338         * org-remember.el (org-remember-apply-template): Use
3339         `org-completing-read-no-ido'.
3341         * org.el (org-completing-read-no-ido): New function.
3342         (org-make-tags-matcher, org-set-property): Use
3343         `org-completing-read-no-ido'.
3345         * org-export-latex.el (org-export-latex-import-inbuffer-stuff):
3346         New option.
3347         (org-export-as-latex): Import in-buffer settings as TeX macros.
3348         (org-export-latex-make-header): Additional parameter OPT-DEFS.
3349         (org-export-latex-collect-header-macros): New function.
3351         * org.el (org-refile-get-location): Turn off
3352         `partial-completion-mode'.
3354 2009-02-19  Carsten Dominik  <carsten.dominik@gmail.com>
3356         * org.el (org-block-todo-from-checkboxes): Announce that
3357         checkboxes are the culprit.
3358         (org-block-todo-from-children-or-siblings): Call
3359         `org-up-heading-all instead' of `outline-up-heading'.
3361         * org-agenda.el (org-agenda-show-1): Renamed from
3362         `org-agenda-show'.
3363         (org-agenda-show): Re-install the old version for now.
3364         (org-agenda-dim-blocked-tasks): Update docstring.  Scope a
3365         variable into the blokker hook, so that the checkbox checker can
3366         anounce that it caused the blocking.
3368         * org.el (org-track-ordered-property-with-tag): New option.
3369         (org-toggle-ordered-property): Honor
3370         `org-track-ordered-property-with-tag'.
3371         (org-tag-alist): Add newline options.
3372         (org-set-regexps-and-options): Separate option lines imply a
3373         newline.
3374         (org-set-regexps-and-options, org-assign-fast-keys)
3375         (org-fast-todo-selection, org-fast-tag-selection): Handle newline
3376         option.
3377         (org-indent-line-function): Make sure this works even if there is
3378         not `org-drawer-regexp' defined.  This can happen when
3379         orgstruct-mode is used in a non-org buffer.
3381         * org-list.el (org-checkbox-blocked-p): New function.
3382         (org-toggle-checkbox): Check for blocking.
3384         * org.el (org-modules): Add an entry for org-R.el.
3386         * org-agenda.el (org-agenda-todo-ignore-with-date)
3387         (org-agenda-todo-ignore-scheduled)
3388         (org-agenda-todo-ignore-deadlines): Mention the variable
3389         `org-agenda-tags-todo-honor-ignore-options' in the docstring.
3391         * org.el (org-get-wdays): Find the warning period also if it is in
3392         the wrong place.
3393         (org-ido-completing-read): Provide the correct arguments to
3394         ido-completing-read and bind `ido-enter-matching-directory' to
3395         nil.
3397 2009-02-17  Carsten Dominik  <carsten.dominik@gmail.com>
3399         * org.el (org-olpath-completing-read): Never use ido for this
3400         one.
3402         * org-exp.el (org-export-normalize-links): Use new macro.
3404         * org-macs.el (org-if-unprotected-at): New macro.
3406         * org-agenda.el (org-agenda-show): Allow numerical prefix
3407         arguments to specify how much context should be shown.
3408         (org-agenda-cycle-show): New command, could be bound to SPC in
3409         org-agenda-mode-map.
3411         * org-exp.el (org-html-level-start): Space after section number.
3413 2009-02-16  Carsten Dominik  <carsten.dominik@gmail.com>
3415         * org-agenda.el (org-agenda-get-sexps): Add todo state as
3416         property, for sorting.
3417         (org-cmp-todo-state): Get the applicable TODO keywords directly
3418         from the buffer.
3419         (org-run-agenda-series, org-agenda-list, org-search-view)
3420         (org-todo-list, org-tags-view): Only fit agenda window when the
3421         whole series is done.
3423         * org.el (org-scan-tags): Add todo state as property, for sorting.
3425         * org-agenda.el (org-agenda-custom-commands-local-options): Add
3426         `org-agenda-overriding-header' as an option.
3427         (org-agenda-list): Honor org-agenda-overriding-header'.
3429 2009-02-15  Carsten Dominik  <carsten.dominik@gmail.com>
3431         * org-list.el (org-toggle-checkbox): Improve cursor positioning
3432         after removing a checkbox.
3434         * org.el (org-show-entry): Make this work correctly also if it is
3435         the last entry in the file.
3436         (org-end-of-line, org-beginning-of-line): Make prefix arg work, by
3437         falling back to normal, default command.
3438         (org-ctrl-c-ctrl-c): When called with prefix arg at a non-checkbox
3439         item, call the checkbox toggler to get a box.
3441         * org-list.el (org-toggle-checkbox): Make double prefix set the
3442         checkbox to "[-]".
3443         (org-fix-bullet-type): Only replace bullet if it is changed.
3444         (org-renumber-ordered-list): Handle case when first item does not
3445         have a number.
3447         * org.el (org-add-log-setup): Fix positioning when
3448         `org-log-states-order-reversed' is nil.
3450         * org-clock.el (org-clock-in): Fix positioning when
3451         `org-log-states-order-reversed' is nil.
3452         (org-clock-find-position): Fix positioning when
3453         `org-log-states-order-reversed' is nil.
3455 2009-02-14  Carsten Dominik  <carsten.dominik@gmail.com>
3457         * org-clock.el (org-clock-into-drawer): Take default from
3458         `org-log-into-drawer'.
3459         (org-clock-find-position): Look for the correct drawer.
3461         * org.el (org-log-into-drawer): Renamed from
3462         `org-log-state-notes-into-drawer'.
3463         (org-log-state-notes-into-drawer): New variable alias.
3464         (org-add-log-setup): Make drawer name default to LOGBOOK, not
3465         CLOCK.
3466         (org-insert-property-drawer): Also skip LOGBOOK drawers.
3468 2009-02-13  Carsten Dominik  <carsten.dominik@gmail.com>
3470         * org-agenda.el (org-agenda): Fix docstring.
3472         * org.el ("org-plot"): Help loading org-plot.
3473         (org-metaleft-hook, org-metaright-hook, org-metaup-hook)
3474         (org-metadown-hook, org-shiftmetaleft-hook)
3475         (org-shiftmetaright-hook, org-shiftmetaup-hook)
3476         (org-shiftmetadown-hook, org-metareturn-hook): New hooks.
3477         (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
3478         (org-shiftmetadown, org-metaleft, org-metaright, org-metaup)
3479         (org-metadown, org-ctrl-c-ctrl-c): Call the appropriate hook.
3481         * org-publish.el (org-publish-get-base-files): Allow symbol `any'
3482         for selecting files with any (and even without) extension.
3484         * org.el (org-save-all-org-buffers): Also save id locations.
3485         (org-revert-all-org-buffers): Also load id locations.
3487 2009-02-12  Carsten Dominik  <carsten.dominik@gmail.com>
3488         * org.el (org-drawers): Add LOGBOOK to the default drawers.
3489         (org-log-state-notes-into-drawer): New option.
3490         (org-add-log-setup): Place the sate note marker into the drawer,
3491         create drawer when necessary.
3492         (org-refile-targets): Document special interpretation of LEVEL
3493         when odd-levels are used.
3495 2009-02-12  Carsten Dominik  <carsten.dominik@gmail.com>
3497         * org.el (org-store-log-note): Fix note indentation when adding
3498         notes to end of list.
3500         * org-exp.el (org-export-as-html): Add TODO keyword as extra
3501         class, so that each keyword can get special colors through CSS.
3503         * org-clock.el (org-clock-out): Add another nil for the previous
3504         state into the call to `org-add-log-setup'.
3506         * org.el (org-log-note-previous-state): New variable.
3507         (org-log-note-headings): New %S escape for old state.
3508         (org-todo): Call the note setup with the old state as an
3509         argument.
3510         (org-add-note): Add another nil for the previous state into the
3511         call to `org-add-log-setup'.
3512         (org-add-log-setup): New argument PREV-STATE.
3513         (org-add-log-note): Handle new %S escape.
3514         (org-store-log-note): Handle new %S escape.
3516 2009-02-11  Carsten Dominik  <carsten.dominik@gmail.com>
3518         * org-clock.el (org-clock-find-position): Do not swallow an item
3519         less indented than the CLOCK line itself.
3520         (org-clock-in): Push markers to lin after the clock line.
3521         (org-clock-find-position): Handle values of
3522         `org-clock-into-drawer' smaller than 2.
3524         * org-exp.el (org-html-level-start): Add a CSS class to section
3525         numbers.
3526         (org-export-html-toplevel-hlevel): Better documentation of the
3527         influence of this variables on H levels and css classes in
3528         export.
3530 2009-02-10  Carsten Dominik  <carsten.dominik@gmail.com>
3532         * org-agenda.el (org-agenda-custom-commands-local-options): Add
3533         timestamp and nottimestamp to the chooe menu.
3535         * org.el (org-save-all-org-buffers): Moved here from org-agenda.el.
3536         (org-revert-all-org-buffers): New command.
3538 2009-02-09  Carsten Dominik  <carsten.dominik@gmail.com>
3540         * org.el (org-return): Implement `org-return-follows-link' in the
3541         function org-return.  This is more robust than using the mouse
3542         map, I think.
3543         (org-set-regexps-and-options): Match more general #+TODO lines.
3544         (org-make-options-regexp): New optional argument EXTRA, for an
3545         extra regexp.
3546         (org-tab-follows-link): Mark as deprecated.
3548 2009-02-07  Carsten Dominik  <carsten.dominik@gmail.com>
3550         * org-exp.el (org-export-preprocess-string): Remove clock lines
3551         earlier, so that they cannot cotribute to verbatim snippets.
3553 2009-02-06  Carsten Dominik  <carsten.dominik@gmail.com>
3555         * org-exp.el (org-export-remove-or-extract-drawers): Fix regexp
3556         for finding drawers.
3557         (org-export-as-ascii, org-export-as-html): Count levels relative
3558         to the subtree header.
3559         (org-get-min-level): New optional argument OFFSET.
3560         (org-export): Make sure point is restored after popping up that
3561         window.
3563         * org.el (org-do-sort): Also take an inactive timestamp if no
3564         active one is found.
3566         * org-colview-xemacs.el (org-columns-capture-view): Copy before
3567         deleting duplicates.
3569         * org-colview.el (org-columns-capture-view): Copy before
3570         deleting duplicates.
3572         * org-exp.el (org-export-preprocess-string): Fix bug when skipping
3573         text before first headline.
3575         * org.el (org-format-latex): Do not convert LaTeX fragments in
3576         protected examples.
3578 2009-02-04  Carsten Dominik  <carsten.dominik@gmail.com>
3580         * org-exp.el (org-export-html-style-default): Use color values
3581         instead of names for XHTML validation.
3583         * org.el (org-get-scheduled-time, org-get-deadline-time): New
3584         functions.
3585         (org-return-follows-link): Revert making this the default untile
3586         issues are resolved.
3588         * org-agenda.el (org-agenda-skip-if): New conditions timestamp and
3589         nottimestamp.
3591 2009-02-02  Carsten Dominik  <carsten.dominik@gmail.com>
3593         * org.el (org-mode): Make dependence stuff work more reliably.
3594         (org-update-parent-todo-statistics): Fix bug with updating
3595         statistics cookie.
3597         * org-export-latex.el (org-export-latex-emphasis-alist): Use = and
3598         ~ as verbatim delimiters.
3600         * org-exp.el (org-export-html-format-image): New argument
3601         PAR-OPEN.
3602         (org-export-as-html): Pass par-open to
3603         `org-export-html-format-image'.
3605 2009-02-01  Carsten Dominik  <carsten.dominik@gmail.com>
3607         * org.el (org-yank-adjusted-subtrees, org-return-follows-link)
3608         (org-use-fast-todo-selection, org-tags-column): New default
3609         setting for variables, based on a poll what typical uses use.
3611         * org-agenda.el (org-agenda-sorting-strategy)
3612         (org-agenda-tags-column): New default setting for variables, based
3613         on a poll what typical uses use.
3615 2009-01-31  Carsten Dominik  <carsten.dominik@gmail.com>
3617         * org-agenda.el (org-agenda-dim-blocked-tasks): Keep dimming
3618         blocked entries from setting the blocked tag.
3620         * org-exp.el (org-export-html-footnotes-section): Use a more
3621         consistent id for footnotes.
3623         * org-export-latex.el (org-export-latex-classes): Remove the
3624         a4paper option from the default styles.
3626 2009-01-30  Carsten Dominik  <carsten.dominik@gmail.com>
3628         * org.el (org-enforce-todo-checkbox-dependencies): New option.
3629         (org-block-todo-from-checkboxes): New function.
3630         (org-todo): Make tripple prefix arg circumvent blocking.
3632         * org-timer.el (org-timer): Provide the timer feature.
3634         * org.el (org-require-autoloaded-modules): Add a few more files to
3635         the list of autoloaded modules.
3637         * org-agenda.el (org-agenda-todo): Pass ARG to `org-todo'.
3639 2009-01-29  Carsten Dominik  <carsten.dominik@gmail.com>
3641         * org-exp.el (org-export-remove-or-extract-drawers): Only remove
3642         drawers that are unprotected.
3643         (org-export-html-format-image): Make sure inlined LaTeX fragment
3644         images remain inlined.
3646         * org.el (org-toggle-ordered-property): New function.
3647         (org-mode-map): Add a key for `org-toggle-ordered-property'.
3648         (org-org-menu): Add menu entries for TODO dependencies.
3650 2009-01-28  Carsten Dominik  <carsten.dominik@gmail.com>
3652         * org.el (org-default-properties): Add ORDERED to the default
3653         properties, to get completion support for it.
3655         * org-list.el (org-update-checkbox-count): Update more than one cookie.
3657         * org.el (org-update-parent-todo-statistics): Update more than one
3658         cookie.
3660         * org-agenda.el (org-agenda-get-todos): Start search from correct
3661         position.
3663         * org.el (org-fast-todo-selection): Make sure TODO selection does
3664         not change buffer position.
3666         * org-list.el (org-toggle-checkbox): Implement adding or removing
3667         checkboxes from line or region when called with a prefix
3668         argument.
3670         * org-rmail.el (org-rmail-store-link): Protect the call to
3671         `rmail-narrow-to-non-pruned-header'.
3673         * org-clock.el (org-clock-special-range): Fix week display in
3674         clock tables.
3676         * org-exp.el (org-get-current-options): Fix bug when in indirect
3677         buffer.
3679 2009-01-27  Carsten Dominik  <carsten.dominik@gmail.com>
3681         * org-agenda.el (org-agenda-dim-blocked-tasks): New option.
3682         (org-finalize-agenda): Call `org-agenda-dim-blocked-tasks'.
3683         (org-agenda-dim-blocked-tasks): New function.
3685         * org.el (org-enforce-todo-dependencies): New option.
3686         (org-block-todo-from-children-or-siblings): New function.
3688         * org-faces.el (org-agenda-dimmed-todo-face): New face.
3690         * org.el (org-todo): Return correct state type even if the blocker
3691         throws an error.
3692         (org-modifier-cursor-error): Renamed from
3693         `org-shiftcursor-error'.
3694         (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
3695         (org-shiftmetadown): Call `org-modifier-cursor-error'.
3697         * org-agenda.el (org-agenda-todo): Call `org-todo' interactively,
3698         to get real errors from the blocker hook.
3700         * org.el (org-shiftselect-error, org-call-for-shift-select): New
3701         functions.
3702         (org-set-visibility-according-to-property): Turn off the setting
3703         of `org-show-entry-below', to avoid overruling a FOLDED visibility
3704         property.
3706 2009-01-26  Carsten Dominik  <carsten.dominik@gmail.com>
3708         * org.el (org-support-shift-select): New option.
3709         (org-shiftup, org-shiftdown, org-shiftright, org-shiftleft)
3710         (org-shiftcontrolright, org-shiftcontrolleft): Support for shift
3711         selection outside contexts.
3713         * org-list.el (org-at-item-bullet-p): New function.
3715         * org-jsinfo.el (org-infojs-handle-options): Remove unnecessary
3716         variables.
3718         * org-footnote.el (org-footnote-normalize): Remove unnecessary
3719         variable.
3720         (org-insert-footnote-reference-near-definition): Remove
3721         unnecessary let form.
3723         * org-export-latex.el (org-export-latex-first-lines): Add
3724         OPT-PLIST parameter.
3725         (org-export-as-latex): Call `org-export-latex-first-lines' with
3726         opt-plits parameter.
3727         (org-export-latex-preprocess): Remove unnecessary variables.
3729         * org-exp.el (org-infile-export-plist)
3730         (org-export-add-options-to-plist, org-export-kill-licensed-text)
3731         (org-export-remove-headline-metadata)
3732         (org-export-get-title-from-subtree, org-get-min-level)
3733         (org-html-do-expand): Remove innecessary let form.
3735         * org-colview-xemacs.el (org-columns-display-here): Remove
3736         unnecessary variables.
3738         * org-colview.el (org-columns-display-here): Remove unnecessary
3739         variables.
3741         * org-bbdb.el (org-bbdb-anniversaries): Remove unnecessary
3742         variables.
3744         * org-id.el (org-id-alist-to-hash, org-id-find-id-in-file): Remove
3745         unnecessary variables.
3747         * org-agenda.el (org-search-view, org-agenda-get-blocks)
3748         (org-agenda-filter-by-tag, org-agenda-action): Remove unnecessary
3749         variables.
3751         * org.el (org-set-emph-re): Clean-up the STACKED stuff.
3752         (org-compact-display-after-subtree-move): Remove unnecessary
3753         variables.
3754         (org-edit-fixed-width-region): Remove unnecessary variables.
3755         (org-edit-src-find-region-and-lang): Remove unnecessary variables.
3756         (org-olpath-completing-read): Remove unnecessary variable.
3757         (org-auto-repeat-maybe): Remove unnecessary variable.
3758         (org-map-entries): Remove unnecessary variable.
3759         (org-buffer-property-keys, org-imenu-get-tree)
3760         (org-speedbar-set-agenda-restriction): Remove unnecessary variables.
3762 -----------------------------------------------------------------
3764 2009-01-26  Carsten Dominik  <carsten.dominik@gmail.com>
3765         * org-exp.el (org-export-remove-timestamps): Never remove
3766         timestamps from tables.
3768         * org-export-latex.el (org-export-latex-first-lines): Add more
3769         options to the preprocessing of the text before the first
3770         headline.
3772 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
3774         * org-faces.el (org-clock-overlay): Make face compatible with
3775         XEmacs.
3777         * org.el (org-yank): Add property for delete-selection mode.
3779         * org-exp.el (org-export-as-html): Turn \par into a paragraph.
3781         * org.el (org-agenda-tags-todo-honor-ignore-options): Declare
3782         variable.
3784         * org-table.el (org-table-insert-hline): Fix typo in fuction call
3785         to `backward-char'.
3787         * org-exp.el (org-export-as-html): Remove the initial space from
3788         colon examples.
3790         * org.el (org-scan-tags): Call
3791         `org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item'.
3793         * org-agenda.el (org-agenda-todo-list, org-agenda-match-view): New
3794         customization groups.
3795         (org-agenda-tags-todo-honor-ignore-options): New option.
3796         (org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item):
3797         New function.
3798         (org-agenda-get-todos): Use
3799         `org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item'.
3801 2009-01-24  Carsten Dominik  <carsten.dominik@gmail.com>
3803         * org-exp.el (org-export-format-source-code-or-example): Escape
3804         HTML characters also in examples that anre not treated with
3805         htmlize.  Also, just switch to EXAMPLE processing if we do not
3806         have a good version of htmlize.
3808         * org-rmail.el: Fix copyright notice.
3810         * org.el (org-activate-footnote-links): Improve footnote link
3811         highlighting.
3813         * org-footnote.el (org-footnote-normalize): Fix finding the end of
3814         a footnote definition at the end of the file.
3816         * org-table.el (org-table-get-specials): Add an imagined hline at
3817         the end of the table.  This can be useful for references that want
3818         to go to the end of the table.  Also fix bug when computing last
3819         row constants, in tables that do not start right at the right
3820         margin.
3821         (org-table-eval-formula): Match and replace remove references.
3822         (org-table-formula-substitute-names): Make sure that names inside
3823         a "remote" call are left alone, the will be replaced later when
3824         the remote call is handled.
3825         (org-table-convert-refs-to-rc): Do not convert things that might
3826         look like a reference, but are really part of an ID or namei n a
3827         remote reference.
3828         (org-table-get-remote-range): New function.
3830 2009-01-22  Carsten Dominik  <carsten.dominik@gmail.com>
3832         * org-faces.el (org-clock-overlay): Fix bug in face definition.
3834         * org-clock.el (org-clock-put-overlay): Use new face instead of
3835         `secondary-selection'.
3837         * org-faces.el (org-clock-overlay): New face.
3839 2009-01-21  Carsten Dominik  <carsten.dominik@gmail.com>
3841         * org-exp.el (org-get-current-options): Include the option for
3842         publishing time stamps.
3844         * org.el (org-toggle-heading): Renamed from
3845         `org-toggel-region-headings'.
3846         No longer needs a region defined, but will use it if there is one.
3847         (org-ctrl-c-star): Simplified, relying more on the internal
3848         workings of `org-toggle-heading'.
3849         (org-toggle-item): Renamed from `org-toggle-region-items'.
3850         No longer needs a region defined, but will use it if there is one.
3851         (org-ctrl-c-minus): Simplified, relying more on the inernal
3852         workings of `org-toggle-item'.
3854         * org-export-latex.el (org-export-latex-preprocess): Fix bug in
3855         environment detection.  Also, do real changes only in unprotected
3856         places.
3858 2009-01-20  Carsten Dominik  <carsten.dominik@gmail.com>
3860         * org-export-latex.el (org-export-latex-quotation-marks): Use
3861         `org-if-unprotected-1'.
3862         (org-export-latex-set-initial-vars): Check for class definition in
3863         property.
3865         * org-macs.el (org-if-unprotected-1): New macro.
3867 2009-01-19  Carsten Dominik  <carsten.dominik@gmail.com>
3869         * org-compat.el (org-count-lines): New function.
3871         * org-exp.el (org-export-format-source-code-or-example): Handle
3872         switches related to text areas.
3874         * org.el (org-activate-footnote-links): Don't allow match inside a
3875         link.
3877         * org-footnote.el (org-footnote-re): Don't allow match inside a link.
3879         * org-export-latex.el (org-export-latex-links): Keep a relative
3880         path relative also after export.
3882         * org-exp.el (org-export-html-scripts): Fix HTML snippet.
3884         * org.el (org-make-tags-matcher): Never use IDO for completing the
3885         tags matcher match string.
3886         (org-completing-read): Also remove the special biding for "?".
3888         * org-attach.el (org-attach-allow-inheritance): New option.
3889         (org-attach-inherited): New variable.
3890         (org-attach-dir): Handle properties related to the attachment
3891         directory.
3892         (org-attach-check-absolute-path): New function.
3893         (org-attach-set-directory, org-attach-set-inherit): New commands.
3894         (org-attach): Accommodate the new commands in the dispatcher.
3896 2009-01-18  Carsten Dominik  <carsten.dominik@gmail.com>
3898         * org-compat.el (org-fit-window-to-buffer): Fix bug with using
3899         `window-full-width-p'.
3901         * org-exp.el (org-export-as-html): Only check for images files
3902         that really can be inlined
3904         * org.el (org-image-file-name-regexp, org-file-image-p): Allow the
3905         list of extensions to be a parameter.
3907         * org-exp.el (org-export-html-inline-image-extensions): New
3908         variable.
3910         * org-agenda.el (org-prepare-agenda): Use
3911         `org-agenda-block-separator'.
3912         (org-agenda-block-separator): New option.
3914 2009-01-17  Carsten Dominik  <carsten.dominik@gmail.com>
3916         * org-export-latex.el (org-export-latex-tables): Call
3917         `org-table-clean-before-export' with the new optional argument.
3919         * org-exp.el (org-table-clean-before-export): New optional
3920         parameter MAYBE-QUOTED, allows for quoted characters like \# in
3921         first column.
3923 2009-01-16  Carsten Dominik  <carsten.dominik@gmail.com>
3925         * org-plot.el (org-plot/gnuplot): Fix text-ind parameter for
3926         histograms.
3928         * org-colview.el (org-colview-construct-allowed-dates): Better
3929         error catching when a date/time property does not have allowed
3930         values defined.
3932         * org-colview-xemacs.el (org-colview-construct-allowed-dates):
3933         Better error catching when a date/time property does not have
3934         allowed values defined.
3936 2009-01-14  Carsten Dominik  <carsten.dominik@gmail.com>
3938         * org.el (org-map-entries): Restore point and restriction after
3939         `org-map-entries'.
3941 2009-01-13  Carsten Dominik  <carsten.dominik@gmail.com>
3943         * org.el (org-time=, org-time<, org-time<=, org-time>)
3944         (org-time>=, org-time<>): Make sure both values are dates.
3946 2009-01-11  Carsten Dominik  <carsten.dominik@gmail.com>
3948         * org-archive.el (org-extract-archive-heading): Allow %s for file
3949         name also in achive location heading.
3951 2009-01-10  Carsten Dominik  <carsten.dominik@gmail.com>
3953         * org-archive.el (org-add-archive-files): Uniquify the list before
3954         returning it.
3956 2009-01-09  Carsten Dominik  <carsten.dominik@gmail.com>
3958         * org-compat.el (org-fit-window-to-buffer): Use
3959         `window-full-width-p'.
3961         * org-export-latex.el (org-export-latex-fixed-width): Enforce the
3962         space after the colon in short examples.
3964         * org-exp.el (org-export-protect-colon-examples): Rewritten, to
3965         enforce a space after the colon.  However, we also allow lines
3966         that are *only* a colon.
3967         (org-export-as-html): Enforce the space after the colon in short
3968         examples.
3969         (org-export-preprocess-string): Do the colon example protection
3970         earlier.
3971         (org-export-remove-timestamps): Do not check for protection at the
3972         end of the line.
3974 2009-01-08  Carsten Dominik  <carsten.dominik@gmail.com>
3976         * org.el (org-format-latex-options): Add new matcher for single
3977         letters between dollars.
3978         (org-get-header): Function removed.
3979         (org-heading-components): New function.
3981         * org-exp.el (org-export-define-heading-targets): Record ID's also
3982         as alternative targets.
3983         (org-export-as-html): Interpret "id:" links to other files by
3984         preserving the relative path.
3986         * org-jsinfo.el (org-infojs-handle-options): Catch the case if v
3987         is nil.
3989         * org-exp.el (org-export-normalize-links): Protect the main link,
3990         to avoid special character processing.
3992         * org-export-latex.el (org-export-latex-special-keyword-regexp):
3993         New variable.
3994         (org-export-latex-special-string-regexps): Variable removed.
3995         (org-export-latex-keywords): Use the new regexp.
3997         * org-exp.el (org-export-handle-include-files): Fetch switches and
3998         put them into the BEGIN statement.
4000         * org-timer.el (org-timer-mode-line-string): New variable.
4002         * org-clock.el (org-clock-mode-line-map): Renamed from
4003         `org-clock-mode-map'.
4004         (org-clock-mode-line-timer): Renamed from `org-mode-line-timer'.
4005         (org-clock-update-mode-line): Renamed from `org-update-mode-line'.
4006         (org-clock-put-overlay): Renamed from `org-put-clock-overlay'.
4007         (org-clock-remove-overlays): Renamed from
4008         `org-remove-clock-overlays'.
4010         * org-timer.el (org-timer-pause-or-continue): Implement stopping
4011         and mode line display.
4012         (org-timer-stop): New command.
4013         (org-timer-seconds): Return correct time when timer is paused.
4014         (org-timer-mode-line-timer): New variable.
4015         (org-timer-set-mode-line, org-timer-update-mode-line): New
4016         functions.
4018         * org.el (org-insert-heading):  Handle new value `auto' for
4019         `org-blank-before-new-entry'.
4020         (org-org-menu): Add new items for timer functions.
4022         * org-list.el (org-insert-item): Handle new value `auto' for
4023         `org-blank-before-new-entry'.
4025         * org.el (org-blank-before-new-entry): New value `auto', made
4026         default.
4028 2009-01-07  Carsten Dominik  <carsten.dominik@gmail.com>
4030         * org-exp.el (org-export-normalize-links): If the link is also
4031         used as the description, protect the description.
4033 2009-01-06  Carsten Dominik  <carsten.dominik@gmail.com>
4035         * org.el (org-closest-date): Fix bug with yearly repeats, in
4036         combination with preference of the past as it is used for deadline
4037         and scheduling search.
4039         * org-exp.el (org-html-handle-time-stamps): No longer check for
4040         the `org-export-with-timestamps' option, because the preprocesser
4041         has taken care of this already.
4043         * org.el (org-entry-properties): Catch the case when this is
4044         called in a non-org-mode file.
4046         * org-export-latex.el (org-export-latex-remove-from-headlines):
4047         Variable made obsolete, also LaTeX export now uses the standard
4048         variables.
4049         (org-export-as-latex): Add the timestamps parameter to the
4050         preprocessor parameter list.
4051         (org-export-latex-content): Export the remaining keywords without
4052         considering to remove them.
4053         (org-export-latex-keywords-maybe): Make the REMOVE-LIST optional.
4054         Use bold font instead of tt font for the keywords.
4055         (org-export-latex-fontify-headline): Format headlines, assuming
4056         that all keywords still present should be published.
4057         (org-export-latex-keywords): Remove argument TIMESTAMPS and just
4058         publish what ever remains of the time stamps.
4059         (org-export-latex-list-parameters): New option.
4060         (org-export-latex-lists): Pass additional parameters to the list
4061         converter.
4063         * org-exp.el (org-export-preprocess-string): Remove clock lines
4064         and timestamps already in the preprocesor.
4065         (org-export-remove-timestamps, org-export-remove-clock-lines): New
4066         functions.
4067         (org-export-as-ascii, org-export-as-html): Add the timestamps
4068         parameter to the preprocessor parameter list.
4070         * org-list.el (org-list-parse-list): Parse for checkboxes.
4071         (org-list-to-generic): Introduce and handle new parameters :cbon
4072         and :cboff.
4073         (org-list-to-latex, org-list-to-html, org-list-to-texinfo): Add
4074         optional parameter PARAMS.
4076         * org-export-latex.el (org-export-latex-special-chars): Fix
4077         problems with interpreting dollar signs.
4078         (org-inside-latex-math-p): New function.
4079         (org-export-latex-preprocess): Protect all the math fragments.
4081         * org.el (org-latex-regexps): Allow a dash after a dollar.
4083         * org-w3m.el (org-w3m-copy-for-org-mode): Always deactivate the
4084         mark after copying.
4086         * org-agenda.el (org-run-agenda-series): Have series options set
4087         when finalizing the agenda.
4089         * org-exp.el (org-export-format-source-code-or-example): Protect
4090         the converted examples.
4092         * org.el (org-set-regexps-and-options): Fix the regexp
4093         `org-complex-heading-regexp'.
4095 2009-01-05  Carsten Dominik  <carsten.dominik@gmail.com>
4097         * org.el (org-edit-src-get-label-format): New function.
4098         (org-coderef-label-format): New option.
4099         (org-edit-src-code, org-edit-src-find-region-and-lang): Parse for
4100         a label format specification and make sure it is used in the edit
4101         buffer.
4102         (org-edit-src-get-label-format): New function.
4103         (org-store-link): Handle new coderef formats.
4104         (org-link-search): Handle new coderef formats.
4106         * org-footnote.el (org-footnote-create-definition)
4107         (org-footnote-goto-local-insertion-point): Make footnote insertion
4108         work correctly when the "Footnotes" headline is the last line in
4109         the buffer.
4111         * org.el (org-goto-marker-or-bmk): Expose context after jumping to
4112         the location.
4114 2009-01-04  Carsten Dominik  <carsten.dominik@gmail.com>
4116         * org-w3m.el (org-w3m): New customization group.
4117         (org-w3m-deactivate-mark): New option.
4118         (org-w3m-copy-for-org-mode): Deactivate region, unless the user
4119         option say not to.
4121 2009-01-02  Carsten Dominik  <carsten.dominik@gmail.com>
4123         * org.el (org-set-font-lock-defaults): Trigger footnote
4124         fontification.
4125         (org-activate-footnote-links): New function.
4126         (org-activate-links): New entry `footnote'.
4128         * org-faces.el (org-footnote): New face.
4130 2009-01-01  Carsten Dominik  <carsten.dominik@gmail.com>
4132         * org-macs.el (org-re): Handle the [:word:] class.
4134         * org-exp.el (org-export-preprocess-string): Call
4135         `org-export-protect-colon-examples'.
4136         (org-export-protect-colon-examples): Renamed from
4137         `org-export-protect-examples', and scope limited to lines starting
4138         with a colon.
4140 2008-12-31  Carsten Dominik  <carsten.dominik@gmail.com>
4142         * org-exp.el (org-export-preprocess-string): Move the preprocess
4143         hook to after turning on Org-mode.
4144         (org-export-preprocess-after-include-files-hook)
4145         (org-export-preprocess-after-tree-selection-hook)
4146         (org-export-preprocess-before-backend-specifics-hook)
4147         (org-export-preprocess-final-hook): New hooks.
4148         (org-export-preprocess-string): Run the new hooks.
4150         * org.el (org-ctrl-c-minus): Fix indentation for new items.
4152         * org-footnote.el: New file.
4154         * org.el (org-footnote): Require footnote code.
4155         (org-startup-options): Add new footnote options.
4156         (org-mode-map): New keybindig for footnotes.
4157         (org-ctrl-c-ctrl-c): Add function at footnotes.
4158         (org-org-menu): New menu entries for footnotes.
4160         * org-export-latex.el (org-export-as-latex): Pass footnote
4161         variable to preprocessor.
4162         (org-export-latex-preprocess): Treat multiple references to a
4163         footnote.
4165         * org-exp.el (org-export-preprocess-string): Call
4166         `org-footnote-normalize'.
4167         (org-export-as-ascii, org-export-as-html): Pass footnote variable
4168         to preprocessor.
4169         (org-export-as-html): Treat multiple references to a footnote.
4171 2008-12-26  Carsten Dominik  <carsten.dominik@gmail.com>
4173         * org-export-latex.el (org-export-latex-links): Handle coderef
4174         links.
4176         * org.el (org-bracket-link-analytic-regexp++): New variable.
4177         (org-make-link-regexps): Initialize
4178         `org-bracket-link-analytic-regexp++'.
4179         (org-store-link): Implement special case in edit-src buffer.
4180         (org-insert-link): No use of ide to insert stored links.
4181         (org-link-search): Implement special case for coderefs.
4183         * org-exp.el (org-export-html-scripts): New constant.
4184         (org-export-html-style-default): Add a new style for highlighted
4185         code.
4186         (org-export-code-refs): New variable.
4187         (org-export-preprocess-string): Initialize `org-export-code-refs'.
4188         Call `org-export-replace-src-segments-and-examples'
4189         No longer call `org-export-protect-examples'.
4190         (org-export-target-internal-links): Take care of coderef targets.
4191         (org-export-last-code-line-counter-value): New variable.
4192         (org-export-replace-src-segments-and-examples): Renamed from
4193         `org-export-replace-src-segments', and modified.
4194         (org-export-format-source-code-or-example): Renamed from
4195         `org-export-format-source-code'.
4196         (org-export-number-lines): New function.
4197         (org-export-as-ascii, org-export-as-html): Handle coderef links.
4199 --------------------------------------------------------------------------
4201 2008-12-23  Carsten Dominik  <carsten.dominik@gmail.com>
4203         * org-remember.el (org-remember-handler): Safer way to get a new
4204         buffer accessing the target file.
4206         * org.el (org-refile-get-location): Handle case of current buffer
4207         not having a file associated with it.
4209 2008-12-22  Carsten Dominik  <carsten.dominik@gmail.com>
4211         * org-table.el (org-table-get-formula): Only ask to overwrite
4212         field formula if there really is one.
4214         * org-id.el (org-id-find): Allow the ID to be a symbol or a
4215         number, by converting these to a string.
4217         * org-colview.el (org-dblock-write:columnview): Allow ID to be
4218         located in a different file.
4220         * org-colview-xemacs.el (org-dblock-write:columnview): Copy from
4221         org-colview.el.
4223 2008-12-21  Carsten Dominik  <carsten.dominik@gmail.com>
4225         * org.el (org-completion-use-ido): Enhance docstring of
4226         `org-completion-use-ido'.
4228         * org-export-latex.el (org-export-latex-make-header): Double the %
4229         in the time stamp format.
4230         (org-export-latex-special-chars): Handle case where there is no
4231         match group 3.
4233 2008-12-20  Carsten Dominik  <carsten.dominik@gmail.com>
4235         * org.el (org-get-refile-targets, org-refile-get-location): Use
4236         expanded file name to improve comparison.
4238 2008-12-19  Carsten Dominik  <carsten.dominik@gmail.com>
4240         * org.el (org-scan-tags): Rescan for tags, to get the correct
4241         upcase/downcase stuff.  This slows things down for now, but it
4242         works.
4243         (org-mode): Make sure the tag-faces regexp is initialized.
4245         * org-export-latex.el (org-export-latex-links): Fix bug with
4246         undefined label.
4248         * org-table.el (org-table-get-specials): Set
4249         `org-table-current-last-data-line'.
4250         (org-table-current-last-data-line): New variable.
4251         (org-table-insert-column, org-table-delete-column)
4252         (org-table-move-column, org-table-fix-formulas): Call
4253         `org-table-fix-formulas' a second time to fix the $LR references.
4254         (org-table-get-specials): Add the $LR references to the tables.
4255         (org-table-get-formula): Do not offer last-row names as LHS of
4256         formulas.
4258         * org.el (org-store-link): Capture link description from
4259         `org-id-store-link'.
4261         * org-exp.el (org-export-html-format-image): Add the / to the end
4262         of the <img> tag.
4263         (org-export-format-source-code): Surround example by empty lines,
4264         to make sure it will not be inside a paragraph.
4266         * org.el (org-ido-switchb): New function.
4268 2008-12-18  Carsten Dominik  <carsten.dominik@gmail.com>
4270         * org-agenda.el (org-agenda-show): New prefix argument
4271         FULL-ENTRY.
4273         * org.el (org-sort-entries-or-items): Add a COMPARE-FUNC
4274         argument.
4276         * org-agenda.el (org-agenda-set-tags): Leave getting the tags to
4277         `org-agenda-change-all-lines'.
4278         (org-agenda-change-all-lines): Removed FORCE-TAGS argument, the
4279         tags are now retrieved locally.
4281 2008-12-17  Carsten Dominik  <carsten.dominik@gmail.com>
4283         * org.el (org-get-outline-path): Fix bug if level is not given.
4284         (org-org-menu): Do not quote function in menu vector.
4286         * org-agenda.el (org-finalize-agenda): Fix typo with variable
4287         name.
4289 2008-12-16  Carsten Dominik  <carsten.dominik@gmail.com>
4291         * org.el (org-refile): Avoid refiling to within the region to be
4292         refiled.
4294         * org-export-latex.el (org-export-latex-special-chars): Replace
4295         special characters also in tables.
4297         * org-agenda.el (org-agenda-change-all-lines): New argument
4298         FORCE-TAGS.
4299         (org-agenda-set-tags): Cet the new tags and pass them to
4300         `org-format-agenda-item'.
4302 2008-12-15  Carsten Dominik  <carsten.dominik@gmail.com>
4304         * org-export-latex.el (org-export-latex-classes): Add longable as
4305         a default package to all classes.
4306         (org-export-latex-tables): Handle the longtable attribute and the
4307         align attribute.
4309         * org-table.el (orgtbl-to-generic): Handle tables that start with
4310         a hline.
4312         * org-export-latex.el (org-export-latex-emphasis-alist): Switch to
4313         \verb for colde-like snippets.
4314         (org-export-as-latex): Fix issues with region export.
4316         * org.el (org-up-heading-safe): Speed up function by using a
4317         direct regexp search.
4318         (org-olpa): New variable.
4319         (org-get-outline-path): Speed-up path constructions in cases where
4320         this is possible because the entire hierarchy is scanned anyway.
4321         (org-refile-get-location): Don't compare the truenames of files,
4322         this is too slow.
4323         (org-goto-max-level): New option.
4324         (org-goto): Use `org-goto-max-level'.
4326 2008-12-12  Tassilo Horn  <tassilo@member.fsf.org>
4328         * org-gnus.el (org-gnus-article-link, org-gnus-article-link):
4329         Strip angle brackets from message-ids in the former and don't do
4330         it in the latter.
4331         (org-gnus-follow-link): Open summary reliable, even if the last
4332         messages were deleted, and handle empty groups, too.
4334 2008-12-12  Carsten Dominik  <carsten.dominik@gmail.com>
4336         * org-export-latex.el (org-export-latex-emphasis-alist): Use \verb
4337         instead of \texttt for the =...= and ~===~ emphasis environments.
4338         (org-export-as-latex): Remove any old :org-license-to-kill text
4339         properties.
4340         (org-export-as-latex): Pass RBEG to `org-export-latex-first-lines'.
4341         (org-export-latex-make-header): Add some hard space after the
4342         table of contents.
4343         (org-export-latex-first-lines): Accept RBEG argument.  Mark
4344         exported text so that it will be excuded in further steps.
4346         * org-table.el (org-table-get-specials): Make @0 reference the
4347         last line in a table.
4348         (org-table-recalculate): Improve docstring.
4350 2008-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
4352         * org.el (org-log-done): Fix docstring.
4354 2008-12-10  Carsten Dominik  <carsten.dominik@gmail.com>
4356         * org-exp.el (org-export-html-format-image): Fix bugs.
4358         * org-export-latex.el (org-export-latex-tables)
4359         (org-export-latex-links): Implement attribute, label, and caption
4360         handling.
4362         * org-exp.el (org-export-html-style-default): Add style
4363         definitions for the figure div.
4364         (org-export-preprocess-string, org-export-as-html): Implement
4365         attribute, label, and caption handling.
4366         (org-export-attach-captions-and-attributes): New function.
4367         (org-export-html-format-image): New function.
4368         (org-format-org-table-html): Implement attribute, label, and
4369         caption handling.
4371         * org.el (org-find-text-property-in-string): New function.
4372         (org-extract-attributes): Use the property org-attr instead of
4373         org-attrobutes, because this property is now set with the #+ATTR
4374         lines.
4376 2008-12-08  Carsten Dominik  <carsten.dominik@gmail.com>
4378         * org-compat.el (org-substring-no-properties): Fix for XEmacs, for
4379         the case that FROM is nil.
4381         * org.el (org-before-first-heading-p): New function.
4383 2008-12-07  Carsten Dominik  <carsten.dominik@gmail.com>
4385         * org-exp.el (org-export-as-html): Do not add a space before
4386         enforces line breaks.
4387         (org-export-as-html): Close paragraph before blockquote and verse
4388         tags.
4390 2008-12-06  Carsten Dominik  <carsten.dominik@gmail.com>
4392         * org-id.el (org-id-locations-file): Wrap file name with
4393         `convert-standard-filename'.
4394         (org-id-files): New variable.
4395         (org-id-use-hash): New option.
4396         (org-id-update-id-locations): Also search in all files current
4397         listed in `org-id-files'.  Convert the resulting alist to a hash
4398         if the user customation says so.
4399         (org-id-locations-save): Handle he case if `org-id-locations' is a
4400         hash.
4401         (org-id-locations-load): Convert the alist to a hash.
4402         (org-id-add-location): Handle the hast case.
4403         (kill-emacs-hook): Make sure id locations are saved when Emacs is
4404         exited.
4405         (org-id-hash-to-alist, org-id-alist-to-hash)
4406         (org-id-paste-tracker): New functions.
4408 -------------------------------------------------------------------------
4410 2008-12-05  Carsten Dominik  <carsten.dominik@gmail.com>
4412         * org-agenda.el (org-agenda-goto-calendar): Remove duplicate let
4413         bindings of calendar variables.
4415         * org-table.el (org-table-find-row-type): Renamed from
4416         `org-find-row-type'.
4417         (org-table-rewrite-old-row-references): Renamed from
4418         `org-rewrite-old-row-references'.
4419         (org-table-shift-refpart): Renamed from `org-shift-refpart'.
4420         (org-table-cleanup-narrow-column-properties): Renamed from
4421         `org-cleanup-narrow-column-properties'.
4423 2008-12-05  Carsten Dominik  <carsten.dominik@gmail.com>
4425         * org-table.el (org-find-row-type): New arguments DESC and CLINE,
4426         for better error messages.
4427         (org-table-get-descriptor-line): Supply the new arguments to
4428         `org-find-row-type'.
4429         (org-table-error-on-row-ref-crossing-hline): New option.
4431         * org.el (org-target-link-regexp): Make buffer-local.
4432         (org-move-subtree-down): Fix bug with trees at beginning of
4433         buffer.
4435 2008-12-04  Carsten Dominik  <carsten.dominik@gmail.com>
4437         * org-faces.el (org-set-tag-faces): New function.
4438         (org-tags-special-faces-re): New variable.
4440         * org.el (org-font-lock-add-tag-faces, org-get-tag-face): New functions.
4442         * org-faces.el (org-tag-faces): New option.
4443         (org-tag): Mention `org-tag-faces' in the docstring.
4445 2008-12-03  Carsten Dominik  <carsten.dominik@gmail.com>
4447         * org-exp.el (org-export-html-style-default): Implement new
4448         quoting.
4450         * org-jsinfo.el (org-infojs-template): Implement new quoting.
4452         * org-w3m.el (w3m-minor-mode-hook): Also add the special copy
4453         command to the `w3m-minor-mode-map'.
4455         * org-archive.el (org-archive-to-archive-sibling): Protect
4456         `this-command' to avoid appending kills during archiving.
4458         * org-exp.el (org-export-with-priority): New variable.
4459         (org-export-add-options-to-plist): Use `org-export-plist-vars'
4460         instead of internal list of strings and properties.
4461         (org-print-icalendar-entries): Retrieve the location property with
4462         inheritance.
4464 2008-12-02  Carsten Dominik  <carsten.dominik@gmail.com>
4466         * org-exp.el (org-export-with-todo-keywords): New option.
4467         (org-export-plist-vars): Include also the keys for the #+OPTIONS
4468         line.
4469         (org-default-export-plist, org-export-add-options-to-plist)
4470         (org-export-as-ascii, org-export-as-html): Use the new structure
4471         of `org-export-plist-vars'.
4473         * org.el (org-map-entries): Return all values.
4475 2008-11-29  Carsten Dominik  <carsten.dominik@gmail.com>
4477         * org.el (org-matcher-time): Recognize more special values.
4479         * org-gnus.el (fboundp): Fix defvaralias for XEmacs.
4481 2008-11-27  Carsten Dominik  <carsten.dominik@gmail.com>
4483         * org.el (org-tags-exclude-from-inheritance): New option.
4484         (org-tag-inherit-p, org-remove-uniherited-tags): Respect
4485         `org-tags-exclude-from-inheritance'.
4487         * org-agenda.el (org-agenda-show-inherited-tags): New option.
4488         (org-format-agenda-item): Add inherited tags to the agenda line
4489         string, and make sure that properties are kept when downcasing the
4490         tags list.
4491         (org-agenda-add-inherited-tags): New function.
4492         (org-downcase-keep-props): New function.
4494         * org.el (org-scan-tags): Mark inherited tags with a text
4495         property.
4496         (org-get-tags-at): Mark inherited tags with a text property.
4497         (org-add-prop-inherited): New function.
4499         * org-agenda.el (org-agenda-add-inherited-tags): New function.
4500         (org-agenda-show-inherited-tags): New option.
4502 2008-11-26  Carsten Dominik  <carsten.dominik@gmail.com>
4504         * org.el (org-modules): Add org-w3m to the default modules.
4506         * org-table.el (orgtbl-self-insert-command): Make S-SPC work in
4507         orgtbl-mode.
4508         (orgtabl-create-or-convert-from-region): New command.
4510         * org-exp.el (org-export-as-ascii): Remove the handling of
4511         targets.
4512         (org-export-ascii-preprocess): Handle targets already in this
4513         function.
4515 2008-11-25  Carsten Dominik  <carsten.dominik@gmail.com>
4517         * org-timer.el (org-timer-start-time): Define this variable.
4518         (org-timer-item): Make argument optional.
4520         * org-list.el (org-insert-item): Automatically insert a timer item
4521         if the current list is a timer list.
4523         * org-timer.el: New file.
4525         * org-publish.el (org-publish-org-index): Only exclude the index
4526         file in the main directory from being added to the site-map.
4527         (org-publish-get-project-from-filename): If the current project is
4528         a component, start publishing from the parent project.
4530 2008-11-24  Carsten Dominik  <carsten.dominik@gmail.com>
4532         * org-table.el (orgtbl-ret): Fix RET at beginning-of-buffer.
4534         * org-publish.el (org-publish-org-index): Improve removal of
4535         temporary buffers.
4537         * org-agenda.el (org-get-closed): Re-apply changes
4538         accidentially overwritten by last commit to Emacs.
4540         * org.el (org-outline-path-complete-in-steps): New option.
4541         (org-refile-get-location): Honor
4542         `org-outline-path-complete-in-steps'.
4543         (org-agenda-change-all-lines, org-tags-sparse-tree)
4544         (org-time-string-to-absolute, org-small-year-to-year)
4545         (org-link-escape): Re-apply changes accidentially overwritten
4546         by last commit to Emacs.
4548 2008-11-23  Carsten Dominik  <carsten.dominik@gmail.com>
4550         * org-clock.el (org-dblock-write:clocktable): Make sure the
4551         clocktable sees the first line.
4552         (org-clock-in): Warn if the clock cannot be resumed.
4554 2008-11-22  Carsten Dominik  <carsten.dominik@gmail.com>
4556         * org.el (org-open-at-point): Fix mixup about interactive and
4557         non-interactive elisp links.
4559 2008-11-21  Carsten Dominik  <carsten.dominik@gmail.com>
4561         * org-exp.el (org-export-preprocess-string): Allow one comment
4562         line before the first headline to always be included.  This is
4563         to not miss a commented target.
4565         * org-mouse.el (org-mouse-insert-item): Call
4566         `org-indent-to-column' instead of `indent-to', for XEmacs
4567         compatibility.
4569         * org.el (org-refile-targets): Fix customize definition so
4570         that it works also in XEmacs.
4571         (org-fixup-indentation): Call `org-indent-to-column' instead
4572         of `indent-to', for XEmacs compatibility.
4574 2008-11-21  Tokuya Kameshima  <kames@fa2.so-net.ne.jp>
4576         * org-mew.el (org-mew-store-link): Get the correct case folder
4577         for refiled messages.
4579 2008-11-21  Carsten Dominik  <carsten.dominik@gmail.com>
4581         * org-exp.el (org-export-as-ascii): Remove the "\\" forced
4582         line break indicators.
4584         * org.el (org-ido-completing-read): Remove the "i:" prefix for
4585         ido-completion propts.
4587 2008-11-21  Carsten Dominik  <carsten.dominik@gmail.com>
4589         * org-remember.el (org-remember-apply-template): Use
4590         `org-substring-no-properties'.
4592         * org-compat.el (org-substring-no-properties): New function.
4594         * org-remember.el (org-remember-apply-template): Use
4595         `org-substring-no-properties' for compatibility.
4597         * org-list.el (org-list-two-spaces-after-bullet-regexp): New
4598         option.
4599         (org-fix-bullet-type): respect
4600         `org-list-two-spaces-after-bullet-regexp'.
4602         * org-clock.el (org-clock-load): Clean up the code.
4604         * org.el (org-adaptive-fill-function): Allow two spaces after
4605         "1." as a list bullet.
4607 2008-11-20  Carsten Dominik  <carsten.dominik@gmail.com>
4609         * org-clock.el (org-clock-save, org-clock-load): Check for
4610         live buffers, existing files, and buffer file names to ensure
4611         consistent information.
4612         (org-clock-persist): Make `clock' a special value of this
4613         variable, and improve docstring.
4615         * org-list.el (org-cycle-list-bullet, org-fix-bullet-type)
4616         (org-get-string-indentation): Adapt indentation when the bullet
4617         width changes.
4619 2008-11-19  Carsten Dominik  <carsten.dominik@gmail.com>
4621         * org-remember.el (org-remember-finalize): Make interactive.
4622         (org-remember-kill): New command.
4623         (org-remember-finish-immediately): Call `org-remember-finalize'
4624         directly.
4625         (org-remember-finalize): Make `org-remember-finalize' an interactive
4626         function.
4628 2008-11-18  Carsten Dominik  <carsten.dominik@gmail.com>
4630         * org-remember.el (org-remember-apply-template): No ido completion
4631         for free prompts in remember templates.
4632         (org-remember-before-finalize-hook): New hook.
4633         (org-remember-mode): New minor mode.
4634         (org-remember-apply-template): Turn on `org-remember-mode'.
4636         * org-id.el (org-id-add-location): Avoid error when no file is
4637         given.
4639         * org-remember.el (org-remember-apply-template): Fix the way how
4640         the list of allowed properties is retrieved from the target file.
4642         * org.el (org-insert-link): Improve file link matching.
4644 2008-11-17  Carsten Dominik  <carsten.dominik@gmail.com>
4646         * org-colview.el (org-columns-display-here): New argument
4647         DATELINE, to trigger using the new face.
4648         (org-agenda-colview-summarize): Call `org-columns-display-here'
4649         with the new argument.
4651         * org-faces.el (org-agenda-column-dateline): New face.
4653         * org-publish.el (org-publish-org-index): Use index-title at page
4654         title, not as section.
4656         * org-exp.el (org-export-html-format-desc): Respect the
4657         org-protect property.
4658         (org-export-as-html): Protect image specifiers that are in the
4659         description part of a link.
4661         * org.el (org-sort-entries-or-items, org-completing-read)
4662         (org-refile-get-location, org-olpath-completing-read, org-todo)
4663         (org-show-todo-tree, org-sparse-tree, org-make-tags-matcher)
4664         (org-set-tags, org-change-tag-in-region, org-fast-tag-selection)
4665         (org-set-property, org-delete-property)
4666         (org-delete-property-globally): Use `org-ido-completing-read'.
4668         * org-remember.el (org-remember-apply-template): Use
4669         `org-ido-completing-read'.
4671         * org-publish.el (org-publish): Use `org-ido-completing-read'.
4673         * org-colview.el (org-columns-edit-value, org-columns-new)
4674         (org-insert-columns-dblock): Use `org-ido-completing-read'.
4676         * org-colview-xemacs.el (org-columns-edit-value)
4677         (org-columns-new, org-insert-columns-dblock): Use
4678         `org-ido-completing-read'.
4680         * org-attach.el (org-attach-delete-one, org-attach-open): Use
4681         `org-ido-completing-read'.
4683         * org-agenda.el (org-todo-list, org-agenda-filter-by-tag): Use
4684         `org-ido-completing-read'.
4686         * org.el (org-time-today): New function.
4687         (org-matcher-time): Use `org-time-today'.  Add special treatment
4688         for "<tomorrow>" and "<yesterday>".
4689         (org-ido-completing-read): New function.
4690         (org-completion-use-ido): New option.
4692         * org-exp.el (org-export-format-source-code): Fix bug in require
4693         htmlize code.
4694         (org-export-target-internal-links): Fix bug in search for text
4695         property.
4697 2008-11-16  Carsten Dominik  <carsten.dominik@gmail.com>
4699         * org-export-latex.el (org-export-latex-subcontent): Interprete
4700         target aliases as additonal labels.
4702         * org-exp.el (org-export-target-aliases): New variable.
4703         (org-export-preprocess-string)
4704         (org-export-handle-invisible-targets): Fill the alias alist.
4705         (org-export-as-html): Remove the &nbsp; from the anchor, and also
4706         assign an id.
4707         (org-html-level-start): Insert the target aliases as additonal
4708         anchors.
4710         * org.el (org-edit-fixed-width-region): Fix bug when starting a new
4711         picture area.
4713 2008-11-15  Carsten Dominik  <carsten.dominik@gmail.com>
4715         * org.el (org-open-at-mouse): Ensure correct link abbreviations
4716         when following a link with the mouse from the agenda.
4718         * org-exp.el (org-export-as-html): Avoid lone </div> when no
4719         headlines are created.
4721 2008-11-14  Carsten Dominik  <carsten.dominik@gmail.com>
4723         * org-exp.el (org-export-preprocess-string): Reorder so that we
4724         can still see ID properties when we collect targets.
4725         (org-export-target-internal-links): Also store targets for ID's.
4727         * org.el (org-link-translation-function): New option.
4728         (org-open-at-point): Call `org-link-translation-function' if
4729         non-nil.
4730         (org-translate-link): New function.
4731         (org-translate-link-from-planner): New function.
4732         (org-open-at-point): Allow interactive commands in elisp links.
4734         * org-exp.el (org-icalendar-cleanup-string): Restore the old
4735         iCalendar quoting.  The new one seems to caus problems with
4736         applications.
4738         * org.el (org-yank): Set `this-command' to `yank', so that
4739         `yank-pop' will work.
4741 2008-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
4743         * org-id.el (org-id-search-archives): New option.
4745         * org.el (org-link-to-org-use-id): New option.
4746         (org-store-link): Use `org-link-to-org-use-id'.
4747         (org-id): Make org-id.el a standard component.
4749 2008-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
4751         * org.el (org-link-expand-abbrev): Implement %h as an escape for a
4752         hexified version of the tag.
4754         * org-exp.el (org-icalendar-cleanup-string): Improve RFC2455
4755         compliance as far as quoting is concerned.
4757         * org-vm.el (org-vm-follow-link): Require `vm-search'.
4759         * org.el (org-up-heading-safe, org-forward-same-level): Always
4760         call `org-back-to-heading' instead of `outline-back-to-heading'.
4761         (org-back-to-heading): New wrapper around outline-back-to-heading,
4762         with a useful error message telling where the error happened.
4764         * org-list.el (org-update-checkbox-count): Always call
4765         `org-back-to-heading' instead of `outline-back-to-heading'.
4767         * org-exp.el (org-export-as-html): Make sure that each <img> tag
4768         has an `alt' attribute, to ensure XHTML validation.
4770 2008-11-12  Carsten Dominik  <carsten.dominik@gmail.com>
4772         * org-publish.el (org-publish-attachment): Allow publishing to
4773         overwrite attachment files.
4775         * org-agenda.el (org-agenda-timerange-leaders): New option.
4776         (org-agenda-get-blocks): Use `org-agenda-timerange-leaders'.
4778         * org.el (org-edit-src-exit): Untabify ASCII image before
4779         returning.
4792 2008-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
4794         * org.el (org-yank): Make any prefix force normal yanking.
4795         Suppress folding if text would be swallowed into a folded
4796         subtree.
4797         (org-yank-folded-subtrees, org-yank): Docstring updates.
4799         * org-agenda.el (org-agenda-compare-effort): Treat no effort
4800         defined as 0.
4802         * org-exp.el (org-export-language-setup): Add Catalan and
4803         Esperanto language entries.
4805 2008-11-10  Carsten Dominik  <carsten.dominik@gmail.com>
4807         * org.el (org-refile): Allow refiling of entire regions.
4809         * org-clock.el (org-clock-time%): New function.
4811         * org.el (org-entry-get, org-entry-delete): Use safer regexps to
4812         retrieve property values.
4814 2008-11-09  Carsten Dominik  <carsten.dominik@gmail.com>
4816         * org-agenda.el (org-agenda-list): Handle the value `only' of
4817         org-agenda-show-log'.
4818         (org-agenda-log-mode): Interpret a double prefix arg.
4820 2008-11-08  Carsten Dominik  <carsten.dominik@gmail.com>
4822         * org-exp.el (org-export-html-footnotes-section): New variable.
4823         (org-export-as-html): Use `org-export-html-footnotes-section' to
4824         insert the footnotes.
4825         (org-export-language-setup): Add "Footnotes" to language words.
4827 2008-11-07  Carsten Dominik  <carsten.dominik@gmail.com>
4829         * org.el (org-yank): Fix bug when not inserting a subtree.
4831 2008-11-06  Carsten Dominik  <carsten.dominik@gmail.com>
4833         * org-vm.el (org-vm-follow-link): Call `vm-preview-current-message'
4834         instead of `vm-beginning-of-message'.
4836         * org.el (org-make-link-regexps): Make sure that links to gnus can
4837         contain brackets.
4839 2008-11-05  Carsten Dominik  <carsten.dominik@gmail.com>
4841         * org-attach.el (org-attach-dir): Remove duplicate ID creation
4842         code.
4844         * org-id.el (org-id-new): Use `org-trim' to extract the uuid from
4845         shell output.
4847         * org.el (org-link-abbrev-alist): Improve customization type.
4849         * org-attach.el (org-attach-expand-link, org-attach-expand): New
4850         functions.
4852         * org-agenda.el (org-agenda-get-progress): Renamed from
4853         `org-get-closed'.  Implement searching for state changes as well.
4854         (org-agenda-log-mode-items): New option.
4855         (org-agenda-log-mode): New option prefix argument, interpreted as
4856         request to show all possible progress info.
4857         (org-agenda-get-day-entries): Call `org-get-progress' instead of
4858         `org-get-closed'.
4859         (org-agenda-set-mode-name): Handle the more complex log mode
4860         settings.
4861         (org-get-closed): New alias, pointing to `org-get-progress'.
4863 2008-11-05  Carsten Dominik  <dominik@science.uva.nl>
4865         * org.el (org-file-apps-defaults-gnu)
4866         (org-file-apps-defaults-macosx)
4867         (org-file-apps-defaults-windowsnt): Add an entry defining the
4868         system command.
4869         (org-file-apps): Allow `system' as key and value.
4870         (org-open-at-point): Explain the effect of a double prefix arg.
4871         (org-open-file): If the argument `in-emacs' is (16),
4872         i.e. corresponding to a double prefix argument, try to open the
4873         file externally.
4875 2008-11-04  Carsten Dominik  <dominik@science.uva.nl>
4877         * org.el (org-insert-link): Abbreviate absolute files names in
4878         links.  Also, fix a bug in which the double C-u prefix would not
4879         be honored.
4881 2008-11-03  Carsten Dominik  <dominik@science.uva.nl>
4883         * org.el (org-insert-heading): If buffer does not end with a
4884         newline, add one if necessary to insert headline correctly.
4886         * org-exp.el (org-export-as-html): Make sure that <hr/> is between
4887         paragraphs, not inside.
4889         * org.el (org-todo): Quote
4890         `org-agenda-headline-snapshot-before-repeat'.
4892         * org-exp.el (org-export-as-html): Fully process link descriptions.
4893         (org-export-html-format-desc): New function.
4894         (org-export-as-html): Collect footnotes into the correct basket.
4895         (org-html-protect): No longer protect quotations marks here, this
4896         goes wrong.
4898         * org-agenda.el (org-agenda-remove-marked-text): Bind variable
4899         BEG.
4901         * org-compat.el (org-fit-window-to-buffer): New function (not
4902         really, a preliminary and incomplete version was present earlier,
4903         but not used).
4905         * org.el (org-fast-todo-selection, org-fast-tag-selection): Use
4906         `org-fit-window-to-buffer'.
4908         * org-exp.el (org-export): Use `org-fit-window-to-buffer'.
4910         * org-agenda.el (org-agenda-get-restriction-and-command)
4911         (org-fit-agenda-window, org-agenda-convert-date): Use
4912         `org-fit-window-to-buffer'.
4914         * org-exp.el (org-export-as-html): Process href links through
4915         `org-export-html-format-href'.
4916         (org-export-html-format-href): New function.
4918         * org-agenda.el (org-agenda-todo): Update only the current
4919         headline if this is a repeated TODO, marked done for today.
4920         (org-agenda-change-all-lines): New argument JUST-THIS, to change
4921         only the current line.
4923         * org.el (org-todo): Take a snapshot of the headline if the
4924         repeater might change it.
4926 2008-11-02  Carsten Dominik  <dominik@science.uva.nl>
4928         * org-publish.el (org-publish-find-title): Remove buffers visited
4929         only for extracting the title.
4931         * org-exp.el (org-export-html-style)
4932         (org-export-html-style-default): Mark style definitions as
4933         unparsed CDATA.
4935         * org-publish.el (org-publish-validate-link): Function
4936         re-introduced.
4938 2008-11-02  Charles Sebold  <csebold@gmail.com>
4940         * org-plot.el (org-plot/add-options-to-plist): Supports timefmt
4941         property.
4942         (org-plot-quote-timestamp-field): New function.
4943         (org-plot-quote-tsv-field): Call timestamp field function when
4944         necessary rather than just quoting as a string.
4945         (org-plot/gnuplot-to-data): Pass in timefmt property.
4946         (org-plot/gnuplot-script): Supports timefmt property.
4947         (org-plot/gnuplot): Checks for timestamp column before checking
4948         for text index column.
4950 2008-11-02  Carsten Dominik  <dominik@science.uva.nl>
4952         * org.el (org-insert-heading): Improve behavior with hidden subtrees.
4954         * org-publish.el (org-publish-org-index): Create a section in the
4955         index file.
4956         (org-publish-org-index): Stop linking to directories.
4958         * org.el (org-emphasis-alist): Use span instead of <u> to
4959         underline text.
4961         * org-exp.el (org-export-as-html): Make sure <p> is closed before
4962         <pre> sections.
4964 2008-11-01  Sebastian Rose  <sebastian_rose@gmx.de>
4966         * org-jsinfo.el (org-infojs-template): Remove language attribute
4967         from script tag.
4969 2008-11-01  Carsten Dominik  <dominik@science.uva.nl>
4971         * org-agenda.el (org-agenda-remove-marked-text): New function.
4972         (org-agenda-mark-filtered-text)
4973         (org-agenda-unmark-filtered-text): New functions.
4974         (org-write-agenda): Remove fltered text.
4976         * org.el (org-make-tags-matcher): Give access to TODO "property"
4977         without speed penalty.
4979 2008-10-29  Carsten Dominik  <dominik@science.uva.nl>
4981         * org.el (org-link-frame-setup): Add `org-gnus-no-new-news' as an
4982         option.
4983         (org-store-link-props): Make sure adding to the plist works
4984         correctly.
4986         * org-gnus.el (org-gnus-no-new-news): New function.
4987         (org-gnus-follow-link): Allow the article ID to be a message-id,
4988         in addition to allowing article numbers.  Message IDs make much
4989         more roubust links.
4990         (org-gnus-store-link): Use message-id to create link.
4992 2008-10-28  Carsten Dominik  <dominik@science.uva.nl>
4994         * org.el (org-emphasize): Reverse the selection array.
4995         (org-emphasis-alist): Set <code> tags for the verbatim
4996         environment.
4998         * org-remember.el (org-remember-handler): Fix bug with
4999         prefix-related changing of the note storage target.
5001         * org-exp.el (org-print-icalendar-entries): Make the exported
5002         priorities compatible with RFC 2445.
5004         * org-clock.el (org-clock-save): Insert time stamp without
5005         dependence on time-stamp.el.
5007 2008-10-27  Carsten Dominik  <dominik@science.uva.nl>
5009         * org.el ("saveplace"): If saveplace puts point into an invisible
5010         location, make it visible.
5011         (org-make-tags-matcher): Allow inactive time stamps in time
5012         comparisons.
5013         (org-yank-adjusted-subtrees): New option.
5014         (org-yank): Incorporate adjusting trees.
5015         (org-paste-subtree): New argument FOR-YANK which will cause
5016         insertion at point without backing up over white lines, and leave
5017         point at the end of the inserted text.  Also if the cursor is
5018         at the beginning of a headline, use the same level or the inserted
5019         tree.
5021         * org-publish.el (org-publish-get-base-files-1): Deal correctly
5022         with broken symlinks
5024 2008-10-26  Carsten Dominik  <dominik@science.uva.nl>
5026         * org-exp.el (org-export-select-tags, org-get-current-options):
5027         Fix typo.
5029 2008-10-25  Carsten Dominik  <dominik@science.uva.nl>
5031         * org-agenda.el (org-format-agenda-item)
5032         (org-agenda-filter-make-matcher): Make sure tags are stored and
5033         compared donwcased.
5035 2008-10-23  Carsten Dominik  <dominik@science.uva.nl>
5037         * org.el (org-insert-todo-heading): Fix bug with force-heading
5038         argument.
5040 2008-10-23  James TD Smith  <ahktenzero@mohorovi.cc>
5042         * org-clock.el (org-clock-in-resume): Add a custom option to
5043         toggle starting the clock from an open clock line.
5044         (org-clock-in): When clocking in to an entry, if
5045         `org-clock-in-resume' is set, check if the first clock line is
5046         open and if so, start the clock from the time in the clock line.
5047         (org-clock-persist): Add a custom option to toggle clock
5048         persistence.
5049         (org-clock-persist-query-save): Add a custom option to toggle
5050         asking the user if they want to save the running clock when
5051         exiting.
5052         (org-clock-persist-query-resume): Add a custom option to toggle
5053         asking the user if they want to resume the saved clock when Emacs
5054         is restarted.
5055         (org-clock-save): Add a function to save clock data.
5056         This includes the contents of `org-clock-history' and the buffer
5057         and position of the currently clocked task, if any.
5058         (org-clock-load): Add a function to load clock data.
5059         This populates `org-clock-history', and resumes the saved clocked
5060         task if there is one.
5061         (org-clock-persistence-insinuate): Add a method to set up the
5062         hooks for clock persistence.
5064 2008-10-22  Carsten Dominik  <dominik@science.uva.nl>
5066         * org-exp.el (org-export-as-ascii): Handle the case that we are
5067         publishing from an indirect buffer.
5069         * org-table.el (org-table-copy-down): Fix bug with time stamp
5070         increment.
5072         * org-mouse.el (org-mouse-features): New option.
5073         (org-mode-hook): Turn on features depending on
5074         `org-mouse-features'.
5076         * org.el (org-insert-heading-respect-content): Force heading
5077         creation.
5078         (org-insert-heading): keep the folding state of the heading before
5079         the inserted one.
5081 2008-10-21  Carsten Dominik  <dominik@science.uva.nl>
5083         * org-archive.el (org-archive-to-archive-sibling): Handle top
5084         level headlines better.
5086 2008-10-21  Bastien Guerry  <bzg@altern.org>
5088         * org-export-latex.el (org-export-latex-classes): Added
5089         \usepackage{graphicx} to the default list of packages.
5091 2008-10-21  Carsten Dominik  <dominik@science.uva.nl>
5093         * org-agenda.el (org-agenda-filter): Renamed from
5094         `org-agenda-filter-tags'.
5096 2008-10-20  Carsten Dominik  <dominik@science.uva.nl>
5098         * org.el (org-entry-properties): Add CATEGORY property, iven if it
5099         is not defined as a property in this entry.
5100         (org-add-log-note): Mask prefix argument when immediately storing
5101         the note.
5103         * org-agenda.el (org-agenda-filter-effort-default-operator): New
5104         option.
5106 2008-10-19  James TD Smith  <ahktenzero@mohorovi.cc>
5108         * org.el (org-add-log-setup): Bugfix; code to find insertion point
5109         after drawers was skipping ahead one line too many, so notes were
5110         inserted after the first note instead of before it.
5112 2008-10-18  Carsten Dominik  <dominik@science.uva.nl>
5114         * org-agenda.el (org-agenda-filter-tags,org-agenda-filter-form):
5115         New variables.
5116         (org-prepare-agenda): Reset the filter tags.
5117         (org-agenda-filter-by-tag, org-agenda-filter-by-tag-show-all):
5118         Show filter tags in mode line.
5120         * org-table.el (orgtbl-to-html): Bind `html-table-tag' for the
5121         formatter.
5123         * org-export-latex.el (org-latex-entities-regexp): New constant.
5124         (org-export-as-pdf): Use two calls to `shell-command'.
5126 2008-10-17  Carsten Dominik  <dominik@science.uva.nl>
5128         * org-export-latex.el (org-export-latex-treat-sub-super-char):
5129         Honor the {} value of the subsuperscript setting.  Make sure that
5130         longer subsuperscripts are typeset in a roman font.
5132         * org.el (org-clock-update-time-maybe): Compute negative clock
5133         intervals correctly.
5135 2008-10-16  Carsten Dominik  <dominik@science.uva.nl>
5137         * org.el (org-add-log-setup): Respect
5138         `org-log-state-notes-insert-after-drawers'.
5139         (org-log-state-notes-insert-after-drawers): New option.
5140         (org-todo-trigger-tag-changes): New function.
5141         (org-todo): Call `org-todo-trigger-tag-changes'.
5143 2008-10-15  James TD Smith  <ahktenzero@mohorovi.cc>
5145         * org.el (org-add-log-setup): Only skip drawers if the are
5146         immediately after the scheduling keywords.
5148         * org-clock.el (org-clock-in-switch-to-state): Allow this to be a
5149         function
5150         (org-clock-in): If `org-clock-in-switch-to-state' is a function,
5151         call it with the current todo state to get the state to switch to
5152         when clocking in.
5153         (org-clock-in): Use org-indent-line-function to indent clock lines.
5154         (org-clock-find-position): Fix indentation of empty clock drawers.
5156 2008-10-15  Carsten Dominik  <dominik@science.uva.nl>
5158         * org-publish.el (org-publish-org-to): Handle case when
5159         org-export-to-pdf does return a file name, not a buffer.
5160         (org-publish-org-to-pdf): New function.
5162         * org-export-latex.el (org-export-as-pdf)
5163         (org-export-as-pdf-and-open): New commands.
5165         * org-table.el (org-table-eval-formula): Avoid parsing Calc's HMS
5166         forms as ranges.
5168         * org-export-latex.el (org-export-latex-lists): Ignore lists-like
5169         things in protexted regions.
5171 2008-10-14  Carsten Dominik  <dominik@science.uva.nl>
5173         * org-export-latex.el (org-export-latex-preprocess): Improve
5174         quoting of LaTeX environments.
5176 2008-10-10  Carsten Dominik  <dominik@science.uva.nl>
5178         * org.el (org-edit-fixed-width-region): Exclude final newline from
5179         picture area.
5181         * org-export-latex.el (org-export-latex-subcontent): Add labels to
5182         sections, to make internal links work.
5183         (org-export-latex-fontify-headline): Do not remove all text
5184         properties, to make sure that target properties survive this
5185         process.
5187         * org-exp.el (org-export-preprocess-string): Change sequence of
5188         modifications, to make sure links are prepared before the LaTeX
5189         conversions do happen.
5191 2008-10-09  Carsten Dominik  <dominik@science.uva.nl>
5193         * org-attach.el (org-attach-delete-all): Renamed from
5194         `org-attch-delete'.  Add a security query before deleting the
5195         entire directory.  New optional argument FORCE can overrule the
5196         security query.
5197         (org-attach-delete-one): New command.
5199 2008-10-08  Carsten Dominik  <dominik@science.uva.nl>
5201         * org-attach.el (org-attach-file-list): Fix bug with directory.
5203 2008-10-07  Carsten Dominik  <dominik@science.uva.nl>
5205         * org.el (org-apps-regexp-alist): New function.
5206         (org-file-apps): Add auto-mode to the default value.
5207         (org-open-file): Use the new structure of org-file-apps.
5209         * org-attach.el (org-attach): Support the new keys.
5210         (org-attach-method): New option.
5212 2008-10-06  Carsten Dominik  <dominik@science.uva.nl>
5214         * org-bbdb.el (org-bbdb-anniversaries): Fix but with 29 Feb/1
5215         March.
5217         * org.el (org-remove-uniherited-tags): Fix reverse interpretation
5218         of the list value o `org-use-tag-inheritance'.
5220         * org-attach.el (org-attach-auto-tag): New option.
5221         (org-attach-tag, org-attach-untag): New functions.
5222         (org-attach-attach, org-attach-new, org-attach-sync): Call
5223         `org-attach-tag'.
5224         (org-attach-delete): Call `org-attach-untag'.
5226 2008-10-04  Carsten Dominik  <dominik@science.uva.nl>
5228         * org-table.el (orgtbl-self-insert-command): Make this work for
5229         the keypad as well.
5231 2008-10-02  Carsten Dominik  <dominik@science.uva.nl>
5233         * org.el (org-add-log-setup): Limit searc for drawers to entry
5234         text, not to subtree.
5236         * org-clock.el (org-clock-heading-for-remember): New variable.
5237         (org-clock-in): Set `org-clock-heading-for-remember'.
5239 2008-10-01  James TD Smith  <ahktenzero@mohorovi.cc>
5241         * org-remember.el (org-remember-apply-template): Add new
5242         expansions: %k, %K for currently clocked task and a link to the
5243         currently clocked task, and %< to file notes in the currently
5244         clocked task.
5246 2008-10-01  Carsten Dominik  <dominik@science.uva.nl>
5248         * org-export-latex.el (org-export-latex-make-header): Also insert
5249         the content of the property :latex-header-extra.
5251         * org-exp.el (org-infile-export-plist): Put the content of
5252         #+LATEX_HEADER: into the property :latex-header-extra.
5254         * org-colview.el (org-columns-get-format-and-top-level): Remove
5255         resetting the marker.
5257         * org-colview-xemacs.el (org-columns-get-format-and-top-level):
5258         Remove resetting the marker.
5260         * org.el (org-entry-property-inherited-from): Improve docstring.
5261         (org-entry-get-with-inheritance): Reset marker before starting the
5262         search.
5264         * org-exp.el (org-infile-export-plist): Allow multiple STYLE lines.
5266 2008-09-30  Carsten Dominik  <dominik@science.uva.nl>
5268         * org.el (org-entry-get-multivalued-property)
5269         (org-entry-protect-space, org-entry-restore-space): New
5270         functions.
5271         (org-file-apps-defaults-macosx): Let postscript files be opened by
5272         preview.
5273         (org-time-stamp-inactive): Call `org-time-stamp'.
5274         (org-time-stamp): New argument `inactive'.  Also edit inacive
5275         stamps. Convert time stamp type.
5276         (org-open-file): Interpret the `default' value for the `command'
5277         in `org-file-apps'.
5279         * org-id.el (org-id-int-to-b36-one-digit)
5280         (org-id-b36-to-int-one-digit, org-id-int-to-b36)
5281         (org-id-b36-to-int, org-id-time-to-b36): Modified from b62 to
5282         b36.
5284 2008-09-29  Carsten Dominik  <dominik@science.uva.nl>
5286         * org-id.el (org-id-reverse-string): New function.
5287         (org-id-new): Use `org-id-reverse-string' to make sure the
5288         beginning chars of the ID are mutating fast.  This allows to use a
5289         directory structure to spread things better.
5290         (org-id-prefix): Changed default to nil.
5292         * org-list.el (org-move-item-down, org-move-item-up): Remember and
5293         restore the column of the cursor position.
5295         * org-remember.el (org-remember-apply-template): Remove properties
5296         from `initial'.
5298 2008-09-27  Carsten Dominik  <dominik@science.uva.nl>
5300         * org-wl.el (org-wl-open): Remove useless call to
5301         `wl-thread-open-all'.
5303         * org-remember.el (org-remember-handler): Fix bug with `bottom'
5304         location.
5306 2008-09-26  Carsten Dominik  <dominik@science.uva.nl>
5308         * org-bbdb.el (org-bbdb-anniversaries): Require bbdb in
5309         `org-bbdb-anniversaries'.
5311         * org.el (org-get-next-sibling, org-forward-same-level): New
5312         functions, similar to the outline versions, but invisible headings
5313         are OK.
5315 2008-09-25  Bastien Guerry  <bzg@altern.org>
5317         * org.el (org-auto-repeat-maybe): Insert a space between
5318         the timestamp's type and the timestamp itself.
5320 2008-09-24  Carsten Dominik  <dominik@science.uva.nl>
5322         * org-table.el (org-table-sum): Do not format the result with %g,
5323         it does rounding when there are too many digits.
5325         * org.el (org-map-entries): Protect the keyword-selecting variables.
5327 2008-09-23  Bastien Guerry  <bzg@altern.org>
5329         * org-agenda.el (org-agenda-to-appt): Make sure the function check
5330         against all agenda files.
5332 2008-09-23  Carsten Dominik  <dominik@science.uva.nl>
5334         * org-list.el: New file, aggregating list functions from org.el
5335         and org-export-latex.el.
5337         * org.el (org-edit-src-region-extra): New option.
5339 2008-09-22  Carsten Dominik  <dominik@science.uva.nl>
5341         * org-agenda.el (org-agenda-to-appt): Fix bug with appointment
5342         time before 1am.
5344 2008-09-22  Bastien Guerry  <bzg@altern.org>
5346         * org-export-latex.el (org-export-latex-keywords-maybe): Bug fix.
5348 2008-09-22  James TD Smith  <ahktenzero@mohorovi.cc>
5350         * org-plot.el (org-plot/gnuplot): Make tables starting with a
5351         hline work correctly.
5352         (org-plot/gnuplot-script): Put commas at the end of each script
5353         line.
5355 2008-09-20  James TD Smith  <ahktenzero@mohorovi.cc>
5357         * org.el (org-get-refile-targets): Replace links with their
5358         descriptions
5359         (org-imenu-get-tree): Replace links with their descriptions.
5361         * org-remember.el (org-remember-apply-template): Add a new
5362         expansion for adding properties to remember items.
5364         * org.el (org-add-log-setup): Skip over drawers (properties,
5365         clocks etc) when adding notes.
5367         * org-agenda.el (org-agenda-get-closed): show durations of clocked
5368         items as well as the start and end times.
5370         * org-compat.el (org-get-x-clipboard-compat): Add a compat
5371         function for fetching the X clipboard on XEmacs and GNU Emacs 21.
5373         * org-remember.el (org-get-x-clipboard): Use the compat
5374         function to get clipboard values when x-selection-value is
5375         unavailable. Use substring-no-properties instead of
5376         set-text-properties to remove text properties from the clipboard
5377         value.
5379         * lisp/org-clock.el (org-update-mode-line): Support limiting the
5380         modeline clock string, and display the full todo value in the
5381         tooltip. Set a local keymap so mouse-3 on the clock string goes to
5382         the currently clocked task.
5383         (org-clock-string-limit): Add a custom value for the maximum
5384         length of the clock string in the modeline.
5385         (org-clock-mode-map): Add a keymap for the modeline string
5387 2008-09-21  Carsten Dominik  <dominik@science.uva.nl>
5389         * org-compat.el (org-propertize): New function.
5391 2008-09-20  Bastien Guerry  <bzg@altern.org>
5393         * org-export-latex.el (org-export-latex-tables): protect exported
5394         tables from further special chars conversion.
5395         (org-export-latex-preprocess): Preserve LaTeX environments.
5396         (org-list-parse-list): Parse descriptive lists.
5397         (org-list-to-generic, org-list-to-latex, org-list-to-html)
5398         (org-list-to-texinfo): Export descriptive lists.
5399         (org-quote-chars): Remove.
5400         (org-export-latex-keywords-maybe): Use `replace-regexp-in-string'.
5401         (org-export-latex-list-beginning-re): Rename to
5402         `org-list-beginning-re'
5403         (org-list-item-begin): Rename to `org-list-item-beginning'
5405 2008-09-20  Carsten Dominik  <dominik@science.uva.nl>
5407         * org.el (org-refile): Allow refiling to the last entry in the
5408         buffer.
5409         (org-get-tags-at): Fix bug when inheritance is turned off.
5411 2008-09-19  Carsten Dominik  <dominik@science.uva.nl>
5413         * org.el (org-indent-line-function): No longer check for src
5414         regions, this is too much overhead.
5416         * org-agenda.el (org-agenda-highlight-todo): Fix bugs with keyword
5417         matching.
5419         * org.el (org-scan-tags): Make sure that tags matching is not case
5420         sensitive.  TODO keyword matching is case sensitive, however, to
5421         avoid confusion with similar words that are not meant to be
5422         keywords.
5424 2008-09-18  Carsten Dominik  <dominik@science.uva.nl>
5426         * org.el (org-get-local-tags-at): New function.
5427         (org-get-local-tags): New function.
5429         * org-exp.el (org-export-get-categories): New function.
5431         * org-agenda.el (org-sorting-choice)
5432         (org-agenda-sorting-strategy, org-agenda-get-todos)
5433         (org-agenda-get-timestamps, org-agenda-get-deadlines)
5434         (org-agenda-get-scheduled, org-agenda-get-blocks)
5435         (org-entries-lessp): Implement sorting by TODO state.
5436         (org-cmp-todo-state): New defsubst.
5438         * org-colview.el (org-colview-construct-allowed-dates): New
5439         function.
5440         (org-columns-next-allowed-value): Use
5441         `org-colview-construct-allowed-dates'.
5443         * org-colview-xemacs.el (org-colview-construct-allowed-dates): New
5444         function.
5445         (org-columns-next-allowed-value): Use
5446         `org-colview-construct-allowed-dates'.
5448 2008-09-17  Carsten Dominik  <dominik@science.uva.nl>
5450         * org.el (org-protect-slash): New function.
5451         (org-get-refile-targets): Use `org-protect-slash'.
5453         * org-agenda.el (org-global-tags-completion-table): New variable.
5455         * org-exp.el (org-export-handle-export-tags): New function.
5456         (org-export-preprocess-string): Call
5457         `org-export-handle-export-tags'.
5459         * org-plot.el: New file.
5461         * org-publish.el (org-publish-expand-components): Function removed.
5462         (org-publish-expand-projects): Allow components to have components.
5464 2008-09-13  Carsten Dominik  <dominik@science.uva.nl>
5466         * org.el (org-indent-line-function): Do not indent in regions that
5467         are external source code.
5468         (org-yank-and-fold-if-subtree): New function.
5470         * org-agenda.el (org-agenda-todayp): New function.
5471         (org-agenda-get-deadlines, org-agenda-get-scheduled): Use
5472         `org-agenda-todayp'.
5474         * org.el (org-insert-heading-respect-content)
5475         (org-insert-todo-heading-respect-content): New commands.
5476         (org-insert-heading-respect-content): New option.
5477         (org-insert-heading): Respect `org-insert-heading-respect-content'.
5479         * org-clock.el (org-clock-find-position): Make sure the note after
5480         the clock line gets moved into the new clock drawer.
5482 2008-09-11  Carsten Dominik  <dominik@science.uva.nl>
5484         * org-id.el (org-id-new): New option.
5486 2008-09-08  Carsten Dominik  <dominik@science.uva.nl>
5488         * org-table.el (org-table-copy-down): Avoid overflow during
5489         increment.  Use prefix argument 0 to temporarily disable the
5490         increment.
5492 2008-09-07  Carsten Dominik  <dominik@science.uva.nl>
5494         * org-exp.el (org-export-as-html): Do not turn on the major mode
5495         if the buffer will be killed anyway.
5496         (org-get-current-options): Exclude the #+TEXT field.
5497         (org-export-as-html): Make sure text before the first headline is
5498         a paragraph.
5500         * org-publish.el (org-publish-org-to): Tell the exporter that this
5501         buffer will be killed, so it is not necessary to do major mode
5502         initialization.
5504         * org-archive.el (org-archive-to-archive-sibling): Show empty
5505         lines after folding the archive sibling.
5507         * org.el (org-log-note-extra): New variable.
5509 2008-09-05  Bastien Guerry  <bzg@altern.org>
5511         * org.el (org-additional-option-like-keywords): Added keywords for
5512         the _QUOTE, _VERSE and _SRC environments.
5514         * org-export-latex.el (org-export-latex-preprocess): Fix bug when
5515         exporting _QUOTE and _VERSE environments.
5517 2008-09-05  Carsten Dominik  <dominik@science.uva.nl>
5519         * org-agenda.el (org-agenda-filter-by-tag): New command.
5521         * org-exp.el (org-get-current-options): Remove angular brackets
5522         from the date entry.
5524         * org.el (org-edit-fixed-width-region): New function.
5525         (org-edit-fixed-width-region): Also try
5526         `org-edit-fixed-width-region'.
5527         (org-edit-fixed-width-region-mode): New option.
5528         (org-activate-code): Only interprete lines starting with colon
5529         plus a space as example lines.
5531         * org-remember.el (org-remember-templates): Add nil instead of
5532         empty strings to fix the length of remember templates.
5534         * org-table.el (org-calc-default-modes): Fix the time format for
5535         calc, from 12 hour to 24 hour clock.
5537 2008-09-04  Carsten Dominik  <dominik@science.uva.nl>
5539         * org-agenda.el (org-agenda-get-deadlines)
5540         (org-agenda-get-scheduled): Avoid `time-of-day' extraction for
5541         entries that are pre-warnings of deadlines or reminders.
5543         * org.el (org-sort-entries-or-items): Make numeric and alpha
5544         comparisons ignore any TODO keyword and priority cookie.
5546         * org-remember.el (org-remember-handler): Reinterpretation of the
5547         prefix argument.
5549 2008-09-03  Carsten Dominik  <dominik@science.uva.nl>
5551         * org-agenda.el (org-agenda-get-scheduled): Use new
5552         `org-scheduled' face.
5554         * org-faces.el (org-scheduled): New face.
5556         * org-wl.el (org-wl-open): Remove incorrect declaration.
5558         * org-gnus.el (org-gnus-store-link): Support for :to information
5559         in gnus links.
5561         * org-exp.el (org-export-as-html): Fixed typo in creator
5562         information.
5563         (org-export-protect-examples): New parameter indent.  Insert extra
5564         spaces only when this parameter is specified.
5565         (org-export-preprocess-string): Call `org-export-protect-examples'
5566         with an indentation parameter when exporting to ASCII.
5568         * org-remember.el (org-remember-templates)
5569         (org-remember-apply-template): Allow the file component to be a
5570         function.
5572         * org.el (org-goto-local-search-headings): Renamed from
5573         `org-goto-local-search-forward-headings'.  Added the possibility
5574         to search backwards.
5576 2008-09-02  Carsten Dominik  <dominik@science.uva.nl>
5578         * org-export-latex.el (org-export-latex): New customization
5579         group.
5581         * org-agenda.el (org-write-agenda): Erase buffer for txt export.
5583 2008-09-01  Carsten Dominik  <dominik@science.uva.nl>
5585         * org-exp.el (org-html-do-expand): Allow {} to terminate
5586         tex macro
5588 2008-07-29  Carsten Dominik  <dominik@science.uva.nl>
5590         * org.el (org-buffer-list): Select buffers based on major mode,
5591         not on file name.
5593 2008-07-26  Carsten Dominik  <dominik@science.uva.nl>
5595         * org-agenda.el (org-agenda-align-tags): Fix bug with malformed
5596         face property.
5598         * org-colview.el (org-columns-display-here): Use
5599         `org-columns-modify-value-for-display-function'.
5601         * org-colview-xemacs.el (org-columns-display-here): Use
5602         `org-columns-modify-value-for-display-function'.
5604 2008-07-25  Carsten Dominik  <dominik@science.uva.nl>
5606         * org.el (org-columns-modify-value-for-display-function): New option.
5618         * org-publish.el (org-publish-file): Make sure the directory match
5619         for the publishing directory works correctly.
5621         * org-agenda.el (org-agenda-execute-calendar-command)
5622         (org-agenda-diary-entry): Additional optional argument.
5624 2008-07-24  Carsten Dominik  <dominik@science.uva.nl>
5626         * org-exp.el (org-export-as-html): Add attributes also in mailto
5627         and ftp links.
5629         * org.el (org-autoload): Add `org-dblock-write:columnview'.
5638 2008-07-23  Carsten Dominik  <dominik@science.uva.nl>
5640         * org-exp.el (org-export-region-as-html, org-export-as-html): Make
5641         sure that calls from `org-export-region-as-html' do not do the
5642         special check for a subtree.
5644 2008-07-22  Carsten Dominik  <dominik@science.uva.nl>
5646         * org-agenda.el (org-batch-store-agenda-views): Fix parsing bug.
5648 2008-07-20  Juri Linkov  <juri@jurta.org>
5650         * org.el (narrow-map): Bind `org-narrow-to-subtree' to "s" on the
5651         new keymap `narrow-map' instead of binding "\C-xns".
5653 2008-07-18  Carsten Dominik  <dominik@science.uva.nl>
5655         * org.el (org-open-file): Use
5656         `org-open-directory-means-index-dot-org'.
5657         (org-open-directory-means-index-dot-org): New option.
5659 2008-07-17  Carsten Dominik  <dominik@science.uva.nl>
5661         * org.el (org-make-link-string): Remove link attributes from
5662         description.
5663         (org-open-at-point): Remove link attributes bevore using the path.
5665         * org-exp.el (org-export-as-html): Handle link attributes.
5667         * org.el (org-extract-attributes, org-attributes-to-string): New functions.
5669         * org-table.el (org-table-to-lisp): New function.
5671         * org.el (org-narrow-to-subtree): Do not include the final newline
5672         into the narrowed region.
5674         * org-agenda.el (org-agenda-custom-commands-local-options): Fixed
5675         bug with user-define skipping condition.
5677 2008-07-16  Carsten Dominik  <dominik@science.uva.nl>
5679         * org-agenda.el (org-agenda-get-restriction-and-command): Fixed typo.
5681 2008-07-14  Carsten Dominik  <dominik@science.uva.nl>
5683         * org-exp.el (org-export-html-style-default): Automatic overflow
5684         handling for pre fields.
5685         (org-export-as-ascii, org-export-as-html): Change default format
5686         for time stamp.
5688         * org-table.el (org-table-export): Offer completion for translator
5689         functions, and do not require a heading above the table.
5691         * org.el (org-renumber-ordered-list, org-beginning-of-item-list):
5692         Cater for the case of a list starting in the first line of the
5693         buffer.
5695 2008-07-09  Carsten Dominik  <dominik@science.uva.nl>
5697         * org-publish.el (org-publish-find-title): Bug fix.
5698         (org-publish-org-index): Implement new :index-style option.
5700 2008-07-07  Carsten Dominik  <dominik@science.uva.nl>
5702         * org-publish.el (org-publish-timestamp-filename): Use
5703         SHA1-encoded file names in the timestamp directory.
5705 2008-07-05  Carsten Dominik  <dominik@science.uva.nl>
5707         * org-publish.el (org-publish-needed-p): Be verbose about files
5708         published and files skipped.
5710         * org-exp.el (org-export-preprocess-string): Swap link
5711         normalization and inernal link targeting.
5713         * org-publish.el (org-publish-needed-p): Create timestamp
5714         directory when it does not exist.
5716 2008-07-04  Bastien Guerry  <bzg@altern.org>
5718         * org-clock.el (org-clock-out-when-done): Doc fix.
5720         * org.el (org-agenda-skip-unavailable-files): Doc fix.
5722         * org-exp.el (org-export-remove-comment-blocks-and-subtrees):
5723         Ignore case when searching for the COMMENT cookie at export time.
5725 2008-07-02  Carsten Dominik  <dominik@science.uva.nl>
5727         * org-exp.el (org-get-file-contents)
5728         (org-get-and-remove-property): New functions.
5729         (org-export-handle-include-files): Handle the new prefix options.
5730         (org-export-as-html): Fix the verse environment.
5732 2008-07-01  Carsten Dominik  <dominik@science.uva.nl>
5734         * org.el (org-time=, org-time<, org-time<=, org-time>)
5735         (org-time>=, org-time<>, org-2ft): New functions.
5736         (org-op-to-function): Also provide for the time testing fucntions.
5738 2008-06-30  Carsten Dominik  <dominik@science.uva.nl>
5740         * org-exp.el (org-export-html-style-default): New constant.
5742 2008-06-29  Carsten Dominik  <dominik@science.uva.nl>
5744         * org-exp.el (org-export-html-style-extra): New variable.
5745         (org-export-splice-style): New function.
5747 2008-06-26  Carsten Dominik  <dominik@science.uva.nl>
5749         * org-exp.el (org-export-plist-vars, org-export-as-html):
5750         Implement `org-export-creator-info'.
5751         (org-export-creator-info): New option.
5753 2008-06-25  Carsten Dominik  <dominik@science.uva.nl>
5755         * org.el (org-clock-drawer-start-re, org-clock-drawer-end-re)
5756         (org-property-drawer-re, org-clock-drawer-re): New constants.
5758 2008-06-23  Carsten Dominik  <dominik@science.uva.nl>
5760         * org-exp.el (org-icalendar-use-deadline)
5761         (org-icalendar-use-scheduled): New options.
5762         (org-icalendar-include-todo): Default changed to t.
5763         (org-print-icalendar-entries): Implement better utilization of
5764         scheduling and deadline time stamps.
5765         (org-export-target-internal-links, org-export-as-html): Allow file
5766         lines without the "file:" prefix if the file path is an absolute
5767         path or starts with ".".
5769         * org-clock.el (org-clocktable-shift): Also undertand yesterday,
5770         lastweek etc.
5771         (org-clock-special-range): Also undertand yesterday, lastweek etc.
5773 2008-06-18  Glenn Morris  <rgm@gnu.org>
5774         * org.el (org-map-entries): Let-bind `file'.
5776 2008-06-19  Carsten Dominik  <dominik@science.uva.nl>
5778         * org.el (org-agenda-skip-archived-trees): Docstring now
5779         discourages using this.
5780         (org-scan-tags): Check for org-agenda-archives-mode.
5781         (org-map-entries): Make sure org-agenda-archives-mode is nil.
5782         (org-agenda-files): Functionality of second arg changed.
5784         * org-agenda.el (org-agenda-archives-mode): New variable
5785         (org-write-agenda, org-prepare-agenda, org-agenda-list)
5786         (org-search-view, org-todo-list, org-tags-view)
5787         (org-agenda-list-stuck-projects): Call `org-agenda-files' with
5788         `ifmode' argument.
5789         (org-agenda-quit): Reset the archives mode.
5790         (org-agenda-archives-mode): New command.
5791         (org-agenda-set-mode-name): Include archives info.
5793 2008-06-18  Carsten Dominik  <dominik@science.uva.nl>
5795         * org.el (org-paste-subtree): Make sure the yanked headline is
5796         visible if it was yanked at a visible point.
5797         (org-move-item-up): Fix the bug with moving white space at the end
5798         of the item.
5799         (org-show-empty-lines-in-parent): New function.
5801 2008-06-16  Carsten Dominik  <dominik@science.uva.nl>
5803         * org-colview.el (org-columns-next-allowed-value): Bug fix.
5805         * org-colview-xemacs.el (org-columns-next-allowed-value): Bug fix.
5807         * org-agenda.el (org-agenda-get-closed): Get the end time into the
5808         agenda prefix as well.
5810         * org-publish.el (org-publish-org-index): Make a properly indented
5811         list.
5813         * org.el (org-calendar-agenda-action-key): New option.
5814         (org-get-cursor-date): New function.
5815         (org-mark-entry-for-agenda-action): New command.
5816         (org-overriding-default-time): New variable.
5817         (org-read-date): Respect `org-overriding-default-time'.
5819         * org-remember.el (org-remember-apply-template): Respect the
5820         ovverriding default time.
5822         * org-agenda.el (org-agenda-action-marker): New variable.
5823         (org-agenda-action): New command.
5824         (org-agenda-do-action): New function.
5826 2008-06-15  Carsten Dominik  <dominik@science.uva.nl>
5828         * org.el (org-schedule, org-deadline): Protect scheduled and
5829         deadline tasks against changes that accidently remove the
5830         repeater.  Also show a message with the new date when done.
5832 2008-06-15  Carsten Dominik  <dominik@science.uva.nl>
5834         * org.el (org-beginning-of-line): Cater for the case when there
5835         are tags but no headline text.
5836         (org-align-tags-here): Convert to tabs only when indent-tabs-mode
5837         it set.
5839 2008-06-13  Carsten Dominik  <dominik@science.uva.nl>
5841         * org-mhe.el (org-mhe-get-message-folder-from-index): Make sure
5842         the return value is nil instead of "nil" when there is no match.
5844         * org-exp.el (org-insert-centered): Use fill-column instead of
5845         80.
5846         (org-export-as-ascii): Use string-width to measure the width of
5847         the heading.
5849         * org.el (org-diary-to-ical-string): No longer kill buffer
5850         FROMBUF, this is now done by the caller.
5852         * org-exp.el (org-print-icalendar-entries): Move the call to
5853         `org-diary-to-ical-string' out of the loop, and kill the buffer
5854         afterwords.
5856         * org-remember.el (org-remember-visit-immediately): Position
5857         cursor after moving to the note.
5858         (org-remember-apply-template): Use a text property to record the
5859         cursor position.
5860         (org-remember-handler): Align tags after pasting the note.
5862 2008-06-12  Carsten Dominik  <dominik@science.uva.nl>
5864         * org-bbdb.el (org-bbdb-follow-anniversary-link): New function.
5866         * org-agenda.el (org-agenda-open-link): If there is an
5867         org-bbdb-name property in the current line, jump to that bbdb
5868         entry.
5870         * org-bbdb.el (org-bbdb-anniversaries): Add the bbdb-name as a
5871         text property, so that the agenda knows where this entry comes
5872         from.
5874         * org-agenda.el (org-agenda-clock-in): Fixed bug in the
5875         interaction between clocking-in from the agenda, and  automatic
5876         task state switching.
5878         * org-macs.el (org-with-point-at): Bug fix in macro defintion.
5880         * org.el (org-beginning-of-line, org-end-of-line): Make sure the
5881         zmacs-region stays after this command in XEmacs.
5883 2008-06-11  Carsten Dominik  <dominik@science.uva.nl>
5885         * org.el (org-scan-tags): Allow new values for ACTION parameter.
5887         * org-remember.el (org-remember-templates): Fix bug in
5888         customization type definition.
5890         * org.el (org-map-entries): New function.
5892 2008-06-11  verhuur82  <verhuur82@macbook-van-verhuur82.local>
5894         * org-agenda.el (org-agenda-skip-comment-trees): New option.
5895         (org-agenda-skip): Respect `org-agenda-skip-comment-trees'.
5897 2008-06-10  Carsten Dominik  <dominik@science.uva.nl>
5899         * org-remember.el (org-jump-to-target-location): New variable.
5900         (org-remember-apply-template): Set
5901         `org-remember-apply-template' if requested by template.
5902         (org-remember-handler): Start an idle timer to jump to
5903         remember location.
5905         * org-exp.el (org-get-current-options): Add the FILETAGS setting.
5907         * org.el (org-set-regexps-and-options): Fix bug with parsing of
5908         file tags.
5909         (org-get-tags-at): Add the content of `org-file-tags'.
5911         * org-exp.el (org-export-handle-comments): Fix bug with several
5912         comment lines after each other.
5913         (org-number-to-roman, org-number-to-counter): New functions.
5914         (org-export-section-number-format): New option.
5916 2008-06-09  Carsten Dominik  <dominik@science.uva.nl>
5918         * org-exp.el (org-export-protect-examples): Catch the case of a
5919         missing end_example line.
5921         * org.el (org-set-regexps-and-options): Set `org-file-properties' and
5922         `org-file-tags' to nil.
5924         * org-colview.el (org-columns-next-allowed-value): Handle next
5925         argument NTH to directly select a value.
5927         * org-colview-xemacs.el (org-columns-next-allowed-value): Handle next
5928         argument NTH to directly select a value.
5930 2008-06-08  Carsten Dominik  <dominik@science.uva.nl>
5932         * org-agenda.el (org-agenda-scheduled-leaders): Fix docstring.
5934 2008-05-30  Carsten Dominik  <dominik@science.uva.nl>
5936         * org.el (org-columns-ellipses): New option.
5938 2008-05-29  Carsten Dominik  <dominik@science.uva.nl>
5940         * org-colview.el (org-columns-add-ellipses): New function.
5941         (org-columns-compact-links): New function.
5942         (org-columns-cleanup-item): Call `org-columns-compact-links'.
5943         (org-columns-display-here): Call `org-agenda-columns-cleanup-item'
5944         when in agenda.
5945         (org-columns-edit-value): Fixed bug with editing values from
5946         agenda column view.
5947         (org-columns-redo): Also redo the agenda itself.
5949 2008-05-28  Carsten Dominik  <dominik@science.uva.nl>
5951         * org-agenda.el (org-agenda-columns-remove-prefix-from-item): New
5952         option.
5954         * org-colview.el (org-agenda-columns-cleanup-item): New function.
5956         * org-exp.el (org-export-ascii-preprocess): Renamed from
5957         `org-export-ascii-clean-string'.
5958         (org-export-kill-licensed-text)
5959         (org-export-define-heading-targets)
5960         (org-export-handle-invisible-targets)
5961         (org-export-target-internal-links)
5962         (org-export-remove-or-extract-drawers)
5963         (org-export-remove-archived-trees)
5964         (org-export-protect-quoted-subtrees)
5965         (org-export-protect-verbatim, org-export-protect-examples)
5966         (org-export-select-backend-specific-text)
5967         (org-export-mark-blockquote-and-verse)
5968         (org-export-remove-comment-blocks-and-subtrees)
5969         (org-export-handle-comments, org-export-mark-radio-links)
5970         (org-export-remove-special-table-lines)
5971         (org-export-normalize-links)
5972         (org-export-concatenate-multiline-links)
5973         (org-export-concatenate-multiline-emphasis): New functions,
5974         obtained from spliiting the export preprocessor.
5976         * org-table.el (org-table-recalculate): Improve error message if
5977         the row number is invalid.
5979 2008-05-27  Carsten Dominik  <dominik@science.uva.nl>
5981         * org-archive.el (org-archive-save-context-info): Fix bugs in
5982         customization setup and docstring.
5984         * org-exp.el (org-export-html-style): Changed the size of in the
5985         <pre> element to 90%.
5987 2008-05-26  Carsten Dominik  <dominik@science.uva.nl>
5989         * org.el (org-find-src-example-start): Function removed.
5990         (org-edit-src-find-region-and-lang): New function.
5992 2008-05-25  Carsten Dominik  <dominik@science.uva.nl>
5994         * org.el (org-edit-src-exit): New function.
5995         (org-exit-edit-mode): New minor mode.
5997         * org-exp.el (org-export-preprocess-string): Fix bug with removing
5998         comment-like lines from protected examples.
6000         * org.el (org-edit-src-example, org-find-src-example-start)
6001         (org-protect-source-example, org-edit-special): New functions.
6003 2008-05-24  Carsten Dominik  <dominik@science.uva.nl>
6005         * org-publish.el (org-publish-project-alist): Fix typo in
6006         docstring.
6007         (org-publish-project-alist): Handle :index-title property.
6009 2008-05-21  Carsten Dominik  <dominik@science.uva.nl>
6011         * org-export-latex.el (org-export-as-latex): Make sure region
6012         bounds are correct.  Parse subtree properties relating to export.
6014         * org-exp.el (org-export-add-options-to-plist): New function.
6015         (org-infile-export-plist): Use `org-export-add-options-to-plist'.
6017 2008-05-20  Carsten Dominik  <dominik@science.uva.nl>
6019         * org.el (org-default-properties): Add EXPORT_FILE_NAME and
6020         EXPORT_TITLE.
6022         * org-exp.el (org-export-get-title-from-subtree)
6023         (org-export-as-ascii, org-export-as-html): Make sure the original
6024         region-beginning and region-end are used, even after moving
6025         point.
6026         (org-export-get-title-from-subtree): Also try the EXPORT_TITLE
6027         property.
6029         * org-remember.el (org-remember-last-stored-marker): New variable.
6030         (org-remember-goto-last-stored): Use `org-goto-marker-or-bmk'.
6031         (org-remember-handler): Also use marker to remember
6032         last-stored position.
6034         * org.el (org-goto-marker-or-bmk): New function.
6036 2008-05-19  Carsten Dominik  <dominik@science.uva.nl>
6038         * org.el (org-file-properties): Renamed from `org-local-properties'.
6039         (org-scan-tags): Take file tags into account.
6040         (org-tags-match-list-sublevels): Default changed to t.
6042         * org-exp.el (org-export-as-html): Close paragraph after a
6043         footnote.
6045         * org.el (org-update-parent-todo-statistics): New function.
6047         * org-exp.el (org-icalendar-store-UID): New option.
6048         (org-icalendar-force-UID): Option removed.
6049         (org-print-icalendar-entries): IMplement UIDs.
6051 2008-05-18  Carsten Dominik  <dominik@science.uva.nl>
6053         * org-mhe.el (org-mhe-follow-link): Fix bug in mhe searches.
6055 2008-05-16  Carsten Dominik  <dominik@science.uva.nl>
6057         * org-faces.el (org-column): Document how this face is being used
6058         and why sometimes the background faces shine through.
6060         * org-mhe.el (org-mhe-follow-link): Improve handling of searches.
6062         * org-publish.el (org-publish-attachment): Create publishing
6063         directory if it does not yet exist.
6065         * org-table.el (org-calc-default-modes): Change default number
6066         format to (float 8).
6068         * org.el (org-olpath-completing-read): New function.
6069         (org-time-clocksum-format): New option.
6070         (org-minutes-to-hh:mm-string): Use `org-time-clocksum-format'.
6072         * org-clock.el (org-clock-display, org-clock-out)
6073         (org-update-mode-line): Use `org-time-clocksum-format'.
6075         * org-colview-xemacs.el (org-columns-number-to-string): Use
6076         `org-time-clocksum-format'.
6078         * org-colview.el (org-columns-number-to-string): Use
6079         `org-time-clocksum-format'.
6081 2008-05-15  Carsten Dominik  <dominik@science.uva.nl>
6083         * org-id.el: New file, move from contrib to core.
6085         * org-exp.el (org-icalendar-force-UID): New option.
6087 2008-05-14  Carsten Dominik  <dominik@science.uva.nl>
6089         * org-exp.el (org-print-icalendar-entries): Make sure DTEND is
6090         shifted by one day if theere is a date range without an end
6091         time.
6093         * org.el (org-try-structure-completion): New function.
6095 2008-05-13  Carsten Dominik  <dominik@science.uva.nl>
6097         * org.el (org-set-font-lock-defaults): Improve fontification of
6098         description lists.
6099         (org-insert-item): Handle description lists.
6100         (org-adaptive-fill-function): Improve auto indentation in
6101         description lists.
6103         * org-exp.el (org-export-as-html, org-export-preprocess-string):
6104         Implement VERSE environment.
6105         (org-export-preprocess-string): Implement the COMMENT
6106         environment.
6108         * org-export-latex.el (org-export-latex-preprocess): Implement
6109         VERSE environment.
6111 2008-05-12  Carsten Dominik  <dominik@science.uva.nl>
6113         * org-jsinfo.el (org-infojs-opts-table): Add entry for FIXED_TOC
6114         option.
6116 2008-05-10  Carsten Dominik  <dominik@science.uva.nl>
6118         * org-table.el (orgtbl-to-tsv, orgtbl-to-csv): New functions.
6120         * org.el (org-quote-csv-field): New functions.
6122         * org-table.el (org-table-export-default-format): Remove :splice
6123         from default format, we get the same effect by not specifying
6124         :tstart and :tend.
6125         (org-table-export): Improve setup, distinguish better between
6126         interactive and non-interactive use, allow specifying the format
6127         on the fly, better protection against wrong file names.
6128         (orgtbl-to-generic): Fix documentation.  Do not require :tstart
6129         and :tend when :splice is omitted.
6131 2008-05-09  Bernt Hansen  <bernt@norang.ca>
6133         * org-clock.el (org-clock-select-task): Make sure the selection
6134         letters are 1-9 and A-Z, no special characters.
6136 2008-05-09  Carsten Dominik  <dominik@science.uva.nl>
6138         * org-exp.el (org-export-htmlize): New group.
6139         (org-export-htmlize-output-type)
6140         (org-export-htmlize-css-font-prefix): New options.
6141         (org-export-htmlize-region-for-paste): New function.
6142         (org-export-htmlize-generate-css): New command.
6144 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
6146         * org/org.el (org-modules, org-format-latex-options):
6147         * org/org-archive.el (org-archive-stamp-time)
6148         (org-archive-save-context-info):
6149         * org/org-faces.el (org-hide):
6150         * org/org-irc.el (org-irc-parse-link):
6151         * org/org-macs.el (org-call-with-arg, org-autoload):
6152         * org/org-mew.el (org-mew-store-link):
6153         * org/org-remember.el (org-remember-store-without-prompt)
6154         (org-remember-templates): Fix typos in docstrings.
6156         * org/org-info.el (org-info-store-link): Remove leftover docstring.
6158         * org/org-bbdb.el (org-bbdb-export): Remove leftover docstring.
6159         (org-bbdb-anniversary-field, org-bbdb-extract-date-fun)
6160         (org-bbdb-anniv-split): Fix typos in docstrings.
6162         * org/org-publish.el (org-publish-project-alist): Doc fixes.
6163         (org-publish-use-timestamps-flag): Reflow docstring.
6164         (org-publish-files-alist): Fix typos in docstring.
6166 2008-05-08  Carsten Dominik  <dominik@science.uva.nl>
6168         * org.el (org-set-visibility-according-to-property): New function.
6169         (org-ctrl-c-ctrl-c): Do not restart org-mode, just get the options
6170         and compute the regular expressions, and update font-lock.
6171         (org-property-re): Allow a dash in property names.
6173         * org-archive.el (org-extract-archive-file): Insert the file name
6174         without the path into the format, to allow the location format to
6175         contain a subdirectory.
6177         * org-agenda.el (org-agenda-post-command-hook): If point is at end
6178         of buffer, and the `org-agenda-type' property undefined, use the
6179         value from the character before.
6181         * org.el (org-add-planning-info): Don't let indentation for
6182         would-be timestamp become extra whitespace at the end of headline.
6184 2008-05-07  Carsten Dominik  <dominik@science.uva.nl>
6186         * org.el (org-remove-double-quotes, org-file-contents): New
6187         functions.
6189         * org-exp.el (org-infile-export-plist): Also parse the
6190         contents of #+SETUPFILE files, recursively.
6192         * org.el (org-set-regexps-and-options): Also parse the
6193         contents of #+SETUPFILE files, recursively.
6195         * org-exp.el (org-export-handle-include-files): New function.
6196         (org-export-preprocess-string): Call
6197         `org-export-handle-include-files'.
6199         * org.el (org-delete-property-globally)
6200         (org-delete-property, org-set-property): Ignore case during
6201         completion.
6202         (org-set-property): Use `org-completing-read' instead of
6203         `completing-read'.
6205         * org.el (org-complete-expand-structure-template): New,
6206         experimental function.
6207         (org-structure-template-alist): New, experimental option.
6208         (org-complete): Call `org-complete-expand-structure-template'.
6210 2008-05-06  Bastien Guerry  <bzg@altern.org>
6212         * org-export-latex.el (org-export-latex-preprocess): Added
6213         support for blockquotes.
6215 2008-05-05  Carsten Dominik  <dominik@science.uva.nl>
6217         * org.el (org-read-date-analyze): Catch the case where only a
6218         weekday is given.
6220 2008-05-04  Carsten Dominik  <dominik@science.uva.nl>
6222         * org.el (org-set-font-lock-defaults): Make the description
6223         tag bold.
6225         * org-exp.el (org-export-as-html, org-close-li): Implement
6226         description lists.
6228 2008-05-04  Jason Riedy  <jason@acm.org>
6230         * org-table.el (*orgtbl-default-fmt*): New variable.
6231         (orgtbl-format-line): Use the value of *orgtbl-default-fmt*
6232         when there is no other fmt available.
6234         (orgtbl-to-generic): Allow an explicitly nil :tstart or
6235         :tend to suppress the appropriate string.
6237         (orgtbl-to-orgtbl): New function for translating to another orgtbl
6238         table.
6240 2008-05-02  Carsten Dominik  <dominik@science.uva.nl>
6242         * org.el (org-read-date-analyze): "." as an alias for "+0" in
6243         read date.
6245         * org-clock.el (org-clock-save-markers-for-cut-and-paste):
6246         New function.
6248         * org-agenda.el (org-agenda-save-markers-for-cut-and-paste):
6249         New function.
6251 2008-05-01  Carsten Dominik  <dominik@science.uva.nl>
6253         * org-clock.el (org-clock-find-position): Don't include notes
6254         into clock drawer.
6256         * org-archive.el (org-archive-subtree): No longer remove an
6257         extra line after cutting the subtree.  `org-cut-subtree' already
6258         takes care of this.
6260         * org-remember.el (org-remember-handler): Only kill the target
6261         buffer if it does not contain the running clock.
6263         * org.el (org-markers-to-move): New variable.
6264         (org-save-markers-in-region, org-check-and-save-marker)
6265         (org-reinstall-markers-in-region): New function.
6266         (org-move-subtree-down, org-copy-subtree): Remember relative
6267         marker positions before cutting.
6268         (org-move-subtree-down, org-paste-subtree): Restore relative
6269         marker positions after pasting.
6271         * org-remember.el (org-remember-clock-out-on-exit): New option.
6272         (org-remember-finalize): Clock out only if the setting in
6273         `org-remember-clock-out-on-exit' requires it.
6274         (org-remember-handler): Do the cleanup in the buffer, to make sure
6275         that the clock marker remains in tact.
6277 2008-04-29  Carsten Dominik  <dominik@science.uva.nl>
6279         * org-clock.el (org-clock-goto): Widen buffer if necessary.
6280         (org-clock-in): Make sure that also tasks outside the narrowed
6281         region will be clocked in correctly.
6282         (org-clock-insert-selection-line): Widen the buffer so that we can
6283         find the correct task heading.
6285         * org.el (org-base-buffer): New function.
6287         * org-exp.el (org-icalendar-cleanup-string): Make sure ',"
6288         and ";" are escaped.
6289         (org-print-icalendar-entries): Also apply
6290         `org-icalendar-cleanup-string' to the headline, not only to the
6291         summary property.
6293 2008-04-28  Carsten Dominik  <dominik@science.uva.nl>
6295         * org-exp.el (org-export-preprocess-hook): New hook.
6296         (org-export-preprocess-string): Call
6297         `org-export-preprocess-hook'.
6299         * org.el (org-font-lock-hook): New variable.
6300         (org-font-lock-hook): New function.
6301         (org-set-font-lock-defaults): Call `org-font-lock-hook'.
6303 ;; Local Variables:
6304 ;; coding: utf-8
6305 ;; add-log-time-zone-rule: t
6306 ;; End:
6308     Copyright (C) 2008  Free Software Foundation, Inc.
6310   This file is part of GNU Emacs.
6312   GNU Emacs is free software: you can redistribute it and/or modify
6313   it under the terms of the GNU General Public License as published by
6314   the Free Software Foundation, either version 3 of the License, or
6315   (at your option) any later version.
6317   GNU Emacs is distributed in the hope that it will be useful,
6318   but WITHOUT ANY WARRANTY; without even the implied warranty of
6319   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
6320   GNU General Public License for more details.
6322   You should have received a copy of the GNU General Public License
6323   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
6325 ;; arch-tag: a9bdcf06-7c2d-4b5a-bf7a-c5e7b706f67c