Allow LaTeX_CLASS_OPTIONS to set options, also from a property
[org-mode.git] / lisp / ChangeLog
blobc9def2671881b2a8f5db067663f673f75e3554f5
1 2009-11-27  Carsten Dominik  <carsten.dominik@gmail.com>
3         * org-latex.el (org-export-latex-class-options): New variable.
4         (org-export-latex-set-initial-vars): Use the class options.
6         * org.el (org-forward-same-level): Stop at headings that start
7         with an invisible character.
8         (org-additional-option-like-keywords): Add LaTeX_CLASS_OPTIONS.
10         * org-clock.el (org-clock-in): Do not restart the clock in the
11         same entry where it is running now.
13 2009-11-26  Carsten Dominik  <carsten.dominik@gmail.com>
15         * org-footnote.el (org-footnote-normalize): Don't take optional
16         arguments in LaTeX macros as footnotes.
18         * org.el (org-inside-latex-macro-p): New function.
20         * org-latex.el (org-latex-to-pdf-process): Change customization
21         group to `org-export-pdf'.
23         * org-agenda.el (org-agenda-get-blocks): Look at time string also
24         on days after the first one.
26         * org.el (org-insert-heading): Also check for item before assuming
27         before-first-heading condition.
29         * org-latex.el (org-latex-to-pdf-process): Fix typo in group tag.
30         (org-export-pdf-logfiles): New option.
31         (org-export-as-pdf): Use `org-export-pdf-logfiles'.
32         (org-export-pdf-logfiles): Fix customization type.
34         * org.el (org-insert-link): Improve error message when there is no
35         default link to select with RET.
37         * org-agenda.el (org-agenda-filter-by-tag): Use char argument from
38         parameter list.
40 2009-11-25  Carsten Dominik  <carsten.dominik@gmail.com>
42         * org-latex.el (org-export-latex-parse-global)
43         (org-export-latex-parse-content)
44         (org-export-latex-parse-subcontent): Use
45         `org-re-search-forward-unprotected'.
46         (org-export-as-pdf): Remove log files produced by XeTeX.
48         * org-macs.el (org-re-search-forward-unprotected): New function.
50 2009-11-25  James TD Smith  <ahktenzero@mohorovi.cc>
52         * org-colview.el (org-agenda-colview-summarize): Sort out some
53         confusion between properties and titles, which resulted in
54         agenda summaries not working if a title was set for a column.
56 2009-11-24  Carsten Dominik  <carsten.dominik@gmail.com>
58         * org-mobile.el (org-mobile-agendas): New option.
59         (org-mobile-sumo-agenda-command): Select the right agendas.
61         * org-latex.el (org-export-latex-format-image): Preserve the
62         original-indentation property.
64 2009-11-23  Carsten Dominik  <carsten.dominik@gmail.com>
66         * org-clock.el (org-clock-insert-selection-line): Catch error when
67         an old tasks no longer exists.
69         * org-latex.el (org-export-as-pdf): Remove also the .idx file.
70         (org-export-as-pdf): Don't remove the old PDF file before making
71         the new one.
73         * org-mouse.el (org-mouse-end-headline, org-mouse-insert-item)
74         (org-mouse-context-menu): Use `org-looking-back'.
76         * org.el (org-cycle-level): Use `org-looking-back'.
78         * org-list.el (org-cycle-item-indentation): Use
79         `org-looking-back'.
81         * org-compat.el (org-looking-back): New function.
83         * org.el (org-insert-heading): Catch before-first-headline when
84         inserting a headline.
86 2009-11-22  Carsten Dominik  <carsten.dominik@gmail.com>
88         * org-latex.el (org-export-latex-format-image): Indent figure
89         environment, so that it does not interrupt plain list.
91         * org.el (org-open-at-point): Allow long link descriptions.
93 2009-11-21  Carsten Dominik  <carsten.dominik@gmail.com>
95         * org-html.el (org-export-as-html): Remove empty lines at the
96         beginning of the exported text.
98 2009-11-20  Carsten Dominik  <carsten.dominik@gmail.com>
100         * org-protocol.el (org-protocol-remember): Cater for empty title,
101         region, link.
103         * org-agenda.el (org-agenda-diary-entry-in-org-file): Rebuild
104         agenda after adding new entry.
105         (org-agenda-get-represented-tags): New function.
106         (org-agenda-filter-by-tag): Use `org-agenda-get-represented-tags'
107         to get a list of tags in the agenda.
109         * org-datetree.el (org-datetree-find-day-create): Fix regular
110         expression.
112         * org.el (org-display-outline-path): Use a format specifier for
113         message, to avoid problems with heading containing `%'.
115         * org-agenda.el (org-agenda-hide-tags-regexp): New option.
116         (org-format-agenda-item): Call `org-agenda-fix-displayed-tags'.
117         (org-agenda-fix-displayed-tags): New function.
118         (org-agenda-do-context-action): Just call
119         `org-display-outline-path', without piping the result through
120         `message'.
122         * org-latex.el (org-export-latex-preprocess): Protect secondary
123         footnote references.
125         * org-indent.el (org-indent-initialize): Avoid empty strings as
126         line prefixes.
128         * org-agenda.el (org-agenda-diary-entry-in-org-file): Make sure
129         hat checking for the mark does not throw an error.
130         (org-agenda-diary-entry-in-org-file): Catch the case that there is
131         not `day' text property in the cursor line.
133         * org.el (org-sort-entries-or-items): Make sure that the final
134         entry has a newline before doing the sorting.
136         * org-agenda.el (org-agenda-diary-entry-in-org-file): Get the text
137         property at the beginning of the line.
139         * org.el (org-make-link-string): Don't allow a description with
140         only white space.
142 2009-11-19  Carsten Dominik  <carsten.dominik@gmail.com>
144         * org-agenda.el (org-agenda-insert-diary-strategy): New variable.
145         (org-agenda-insert-diary-as-top-level): New function.
146         (org-agenda-add-entry-to-org-agenda-diary-file): Call
147         `org-agenda-insert-diary-as-top-level'.
149         * org.el (org-occur-in-agenda-files): Make sure none of the
150         buffers is narrowed.
151         (org-activate-plain-links): Add the face property here.
152         (org-set-font-lock-defaults): Do not add the face to plain links,
153         the activator function does this.
155         * org-habit.el (org-is-habit-p): Add doc string.
157 2009-11-18  Carsten Dominik  <carsten.dominik@gmail.com>
159         * org-archive.el (org-archive-subtree-default-with-confirmation):
160         Autoload.
162         * org-latex.el (org-export-latex-fontify): Fix regexp to make char
163         after match optional (happens at the end of a line...).
165         * org.el (org-fontify-meta-lines-and-blocks): Apply special faces
166         for special blocks.
168         * org-faces.el (org-copy-face): Set lisp indentation.
169         (org-quote, org-verse): New faces.
171         * org-agenda.el (org-agenda-remove-date): Remove variable.
173 2009-11-17  Carsten Dominik  <carsten.dominik@gmail.com>
175         * org-freemind.el (org-freemind-escape-str-from-org): Fix encoding.
177 2009-11-17  Eric Schulte  <schulte.eric@gmail.com>
179         * org-exp-blocks.el (org-export-blocks-format-ditaa): Use sha1
180         hash keys to cache and re-use images generated by the
181         org-exp-blocks interface to ditaa and dot.
183 2009-11-17  Carsten Dominik  <carsten.dominik@gmail.com>
185         * org-html.el (org-export-as-html): Move the home/up link into
186         the content div.
188         * org.el (org-export-latex-packages-alist): Option definition
189         moved here from org-latex.el.
191 2009-11-17  Eric Schulte  <schulte.eric@gmail.com>
193         * org.el (org-format-latex): Latex images are now saved to files
194         named by the sha1 hash of the latex source text avoiding
195         regeneration of identical images.
197 2009-11-16  Carsten Dominik  <carsten.dominik@gmail.com>
199         * org-html.el (org-export-html-home/up-format): Add an ID to the
200         up/home div.
202 2009-11-15  Carsten Dominik  <carsten.dominik@gmail.com>
204         * org-wl.el (org-wl-store-link): Handle the case that
205         `wl-use-petname' is set.
207         * org.el (org-set-effort): Improve prompt.
208         (org-get-outline-path): Widen to get full path.
209         (org-compact-display-after-subtree-move): Function removed.
211         * org-latex.el (org-export-as-latex): Add the :drawers property.
213 2009-11-14  Carsten Dominik  <carsten.dominik@gmail.com>
215         * org.el (org-speed-commands-user): Allow documentation headlines.
216         (org-speed-commands-default): Organize the value of this constant
217         with descriptive headlines.
218         (org-print-speed-command): Output the headlines.
220 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
222         * org-agenda.el (org-agenda-show-outline-path): New option.
223         (org-agenda-do-context-action): New function.
224         (org-agenda-next-line, org-agenda-previous-line): Use
225         `org-agenda-do-context-action'.
227         * org.el (org-use-speed-commands): Allow function value.
228         (org-speed-commands-default): Make headline motion safe, so that
229         these commands always end on a headline.
230         (org-speed-commands-default): New key `v' for `org-agenda'.
231         (org-speed-move-safe): New function.
232         (org-self-insert-command): Use the function value of
233         `org-use-speed-commands'.
234         (org-get-outline-path): Improve docstring.
235         (org-format-outline-path): New function.
236         (org-display-outline-path): New function.
238 2009-11-12  John Wiegley  <jwiegley@gmail.com>
240         * org-clock.el (org-clock-resolve): If `org-clock-into-string' is
241         a string, use that to find the LOGBOOK drawer.
243 2009-11-12  Carsten Dominik  <carsten.dominik@gmail.com>
245         * org.el (org-clone-subtree-with-time-shift): Make it work at the
246         end of the buffer.
248         * org-mobile.el (org-mobile-write-checksums): Specify coding
249         system.
250         (org-mobile-timestamp-buffer): Keep local variable/mode line at
251         beginning of buffer.
253         * org-latex.el (org-latex-entities-regexp): Fix typo in regexp.
255         * org.el (org-block-todo-from-children-or-siblings-or-parent)
256         (org-block-todo-from-checkboxes): Do not block changes to a nil
257         TODO state.
259 2009-11-12  James TD Smith  <ahktenzero@mohorovi.cc>
261         * org-habit.el (org-habit-parse-todo): Indicate which habit is
262         wrongly set up in the error messages.
264         * org-colview.el (org-columns-display-here): Don't try to
265         calculate values if the underlying property is not set.
266         (org-columns-string-to-number): Convert age strings back into
267         fractional days.
268         (org-agenda-colview-summarize): Handle extended summary types
269         properly.
271         * org-colview-xemacs.el (org-columns-display-here): Don't try to
272         calculate values if the underlying property is not set.
273         (org-columns-string-to-number): Convert age strings back into
274         fractional days.
275         (org-agenda-colview-summarize): Handle extended summary types
276         properly.
278 2009-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
280         * org-exp.el (org-export-format-drawer-function): New variable.
281         (org-export-format-drawer): New function.
282         (org-export-preprocess-string): Pass the backend as a parameter to
283         `org-export-remove-or-extract-drawers'.
284         (org-export-remove-or-extract-drawers): New parameter BACKEND.
286         * org-protocol.el (org-protocol-char-to-string): New defsubst.
288 2009-11-10  Carsten Dominik  <carsten.dominik@gmail.com>
290         * org-agenda.el (org-agenda-diary-entry-in-org-file): Add error
291         message when no block is selected.
293         * org-latex.el (org-export-latex-links): Check for protectedness
294         in the last matched character, not after the match.
296         * org-datetree.el (org-datetree-find-date-create): Respect
297         restriction when KEEP-RESTRICTION is set.
298         (org-datetree-file-entry-under): New function.
299         (org-datetree-cleanup): New command.
301 2009-11-08  Dan Davison  <davison@stats.ox.ac.uk>
303         * org-src.el (org-edit-src-code): New optional argument context
304         allows calling functions to avoid altering the saved window
305         configuration.
306         (org-edit-src-exit): Do not restore window configuration when this
307         function is used in the context of saving the edit buffer.
309 2009-11-09  Carsten Dominik  <carsten.dominik@gmail.com>
311         * org-clock.el (org-clock-out, org-clock-cancel): Revert to
312         instances to switching to with-current-buffer, because these seem
313         to cause problems - no idea why.
315         * org-agenda.el (org-agenda-add-entry-to-org-agenda-diary-file):
316         Require diary-lib for (diary-date-display-form).
318         * org.el (org-log-reschedule, org-log-redeadline): New options.
319         (org-log-note-headings): Add templates for rescheduling and
320         deadline changing.
321         (org-startup-options): Add in-buffer settings for logging changing
322         schedule and deadline time stamps.
323         (org-deadline, org-schedule): Check for existing date and arrange
324         for logging if the user requests it.
325         (org-add-log-note): Prepare proper note buffers for rescheduling
326         and deadline changes.
328 2009-11-08  Carsten Dominik  <carsten.dominik@gmail.com>
330         * org-agenda.el (org-agenda-diary-entry-in-org-file)
331         (org-agenda-add-entry-to-org-agenda-diary-file)
332         (org-agenda-insert-diary-make-new-entry): New functions.
333         (org-agenda-diary-entry): Call
334         `org-agenda-diary-entry-in-org-file' when appropriate.
336         * org.el (org-calendar-insert-diary-entry-key): New option.
337         (org-agenda-diary-file): New option.
338         ("calendar"): Install our insertion function in the calendar.
340         * org-remember.el (org-datetree): Require.
341         (org-remember-templates): Add new positioning option.
342         (org-remember-reference-date): New variable.
343         (org-remember-apply-template): Store the reference date in a local
344         variable.
345         (org-remember-handler): Implement date tree positioning of entries.
347         * org-datetree.el: New file.
349         * org-latex.el (org-export-latex-preprocess): Protect targets in
350         verbatim emphasis.
352         * org-html.el (org-export-as-html): Protect targets in verbatim
353         emphasis.
355         * org-docbook.el (org-export-as-docbook): Protect targets in
356         verbatim emphasis.
358 2009-11-07  James TD Smith  <ahktenzero@mohorovi.cc>
360         * org.el (org-link-display-format): Should be literal replacement.
362 2009-11-06  Carsten Dominik  <carsten.dominik@gmail.com>
364         * org-clock.el (org-show-notification): Handle messages that
365         contain a percent character.
367         * org-remember.el (org-remember-apply-template): Turn of partial
368         completion.
370         * org-mobile.el (org-mobile-before-process-capture-hook): New hook.
371         (org-mobile-pull): Run `org-mobile-before-process-capture-hook'.
373         * org.el (org-indent-mode): Define variable already in org.el.
374         (org-unfontify-region): Remove line-prefix and wrap-prefix
375         properties only if org-indent-mode is active.
377 2009-11-05  Carsten Dominik  <carsten.dominik@gmail.com>
379         * org-icalendar.el (org-print-icalendar-entries): Save match data
380         around call to verify function.
381         (org-print-icalendar-entries): Add a call to the verification
382         function.
384         * org.el (org-speedbar-set-agenda-restriction): Remove unnecessary
385         save-restrivtion' form.
387 2009-11-05  Dan Davison  <davison@stats.ox.ac.uk>
389         * org-exp.el (org-export-format-source-code-or-example): restrict
390         scope of preserve-indentp to the let binding.
391         (org-src): require org-src, since org-src-preserve-indentation is used.
393 2009-11-05  Carsten Dominik  <carsten.dominik@gmail.com>
395         * org-timer.el (org-timer-set-timer): Set variables
396         org-timer-timer[123] correctly.
399         * org-mobile.el (org-mobile-files-alist): Make it work when
400         `agenda-archives' is included in
401         `org-agenda-text-search-extra-files'.
402         (org-mobile-push): Restore agenda after mobile push.
404 2009-11-05  John Wiegley  <jwiegley@gmail.com>
406         * org-clock.el (org-resolve-clocks-if-idle): Another fix to the
407         way the amount of idle time is presented in the minibuffer.
409 2009-11-05  Carsten Dominik  <carsten.dominik@gmail.com>
411         * org-icalendar.el (org-print-icalendar-entries): Use
412         org-icalendar-verify-function only if non-nil.
414         * org.el (org-refile): Refile to clock only if the prefix arg is
415         2.
416         (org-sparse-tree): Fix docstring to be in line with prompt.
417         (org-update-parent-todo-statistics): Call
418         `org-after-todo-statistics-hook' on each level.
420 2009-11-04  Carsten Dominik  <carsten.dominik@gmail.com>
422         * org-remember.el (org-remember-apply-template): Make sure the
423         buffer exists.
425 2009-11-03  Carsten Dominik  <carsten.dominik@gmail.com>
427         * org.el (org-tab-ind-state): New variable.
428         (org-cycle-level): New function.
429         (org-cycle-level-after-item/entry-creation): New option.
430         (org-flag-subtree): New function.
431         (org-hide-archived-subtrees): Call `org-flag-subtree'.
432         (org-set-effort): Indexed access.
434         * org-list.el (org-cycle-item-indentation): New function.
436         * org.el (org-refile): Make prefix argument 2 refile to current
437         clock.
438         (org-priority): Interpret action `remove' as call to remove the
439         priority cookie.
441         * org-remember.el (org-remember-apply-template): Don't depend on
442         buffer name being like file name.
444 2009-11-02  Carsten Dominik  <carsten.dominik@gmail.com>
446         * org-clock.el (org-clock-play-sound): Expand file in
447         org-clock-sound, to allow ~ for home.
449         * org-remember.el (org-remember-handler): Set
450         text-before-node-creation even if this already looks like a node,
451         because the string might be needed on non-org-mode target files.
453         * org-agenda.el (org-agenda-open-link): Make this work in agenda
454         clocktables.
455         (org-agenda-switch-to): Follow a link at point if
456         org-return-follows-link' is set and there is nothing else to do in
457         this line.
459 2009-11-02  James TD Smith  <ahktenzero@mohorovi.cc>
461         * org-colview-xemacs.el: Add in changes from org-colview.el
463 2009-11-01  Dan Davison  <davison@stats.ox.ac.uk>
465         * org-exp-blocks.el: Modify split separator regexp to avoid empty
466         strings.
468 2009-11-01  James TD Smith  <ahktenzero@mohorovi.cc>
470         * org-colview.el (org-columns-new): Make this work with the new
471         operators.
472         (org-columns-store-format): Make this work with the new operators.
474 2009-11-01  Carsten Dominik  <carsten.dominik@gmail.com>
476         * org-src.el (org-src-preserve-indentation): Document that this
477         variable is also used during export.
479         * org-exp.el (org-export-format-source-code-or-example): Preserve
480         indentation if a block has a -i option, or if
481         `org-src-preserve-indentation' is set.
483         * org-exp-blocks.el (org-export-blocks-preprocess): Preserve
484         indentation if a block has a -i option, or if
485         `org-src-preserve-indentation' is set.
487 2009-10-31  Carsten Dominik  <carsten.dominik@gmail.com>
489         * org.el (org-mode-map): Define the new archiving keys.
490         (org-speed-commands-default): Define an archiving key in the speed
491         command map.
492         (org-org-menu): Improve the menu structure concerning archiving.
494         * org-archive.el (org-archive-subtree-default-with-confirmation):
495         New command.
497         * org-agenda.el (org-agenda-mode-map): Define the new archiving keys.
498         (org-agenda-menu): Add the new archiving commands to the menu.
499         (org-agenda-archive-default)
500         (org-agenda-archive-default-with-confirmation): New commands.
501         (org-agenda-archive, org-agenda-archive-to-archive-sibling): Just
502         call `org-agenda-archive-with'.
503         (org-agenda-archive-with): New function.
505         * org-table.el (org-table-convert-region): Inert spaces around "|"
506         to avoid line beginnings like "|-1" which will be mistaken as
507         hlines.
509 2009-10-30  Carsten Dominik  <carsten.dominik@gmail.com>
511         * org.el (org-offer-links-in-entry): Return nil if there are no
512         links, t if a link has been selected.
513         (org-open-at-point): Open attachment directory when called in the
514         headline and there are no links in the entry body.
515         (org-speed-commands-default): Add "o" for open-at-point as a speed
516         command.
518         * org-attach.el (org-attach-reveal): Optional prefix arg
519         IF-EXISTS, which avoids creating the attachment directory if it
520         does not yet exist.
522         * org-agenda.el (org-agenda, org-run-agenda-series): Evaluate
523         MATCH.
525 2009-10-29  Carsten Dominik  <carsten.dominik@gmail.com>
527         * org.el ("abbrev"): Work with abbrev tables only after they have
528         been loaded.
530         * org-list.el (org-list-send-list): Fix bug related to match
531         data.
533         * org-latex.el (org-export-latex-fontify): Apply verbatim
534         emphasis.
535         (org-export-latex-make-header): Insert \obeylines if line breaks
536         should be preserved.
538         * org-exp.el (org-export-protect-verbatim): Add an
539         `org-verbatim-emph' property to such text.
541 2009-10-28  Carsten Dominik  <carsten.dominik@gmail.com>
543         * org-icalendar.el (org-icalendar-use-plain-timestamp): New option.
544         (org-print-icalendar-entries): Skip entries where the timestamp is
545         not a deadline and not scheduled, if the user requests that.
547         * org-latex.el (org-export-latex-quotation-marks): Allow a bracket
548         before an opening quote.
550         * org-archive.el (org-archive-subtree): Keep archive after
551         archiving something.
553         * org-id.el (org-id-update-id-locations): Add archive files if
554         that is required by `org-id-extra-files'.
556 2009-10-27  Carsten Dominik  <carsten.dominik@gmail.com>
558         * org-src.el (org-src-window-setup): New option.
559         (org-src-switch-to-buffer): New function.
560         (org-edit-src-exit): Add optional argument CONTEXT and use it to
561         restore window configuration.
562         (org-edit-src-code, org-edit-src-continue, org-edit-src-exit):
563         Call `org-src-switch-to-buffer'.
565         * org.el (org-default-properties): Add STYLE property.
566         (org-files-list): Use the function call to get the files.
567         (org-additional-option-like-keywords): Add SETUPFILE to completion
568         list.
570 2009-10-26  Carsten Dominik  <carsten.dominik@gmail.com>
572         * org-table.el (org-table-convert-region): Correctly interpret
573         quoting in csv import.
575         * org.el (org-icompleting-read): Make iswitchb completion work
576         with lists and tables.
578         * org-agenda.el (org-agenda-add-entry-text): Never add entry text
579         while pushing the mobile agenda.
581 2009-10-25  John Wiegley  <jwiegley@gmail.com>
583         * org-clock.el
584         (org-clock-auto-clock-resolution): Now takes three values: nil, t
585         and `when-no-clock-is-running'.
586         (org-clock-in): Use `org-clock-auto-clock-resolution' to determine
587         whether or not to resolve Org buffers on clock in.
589 2009-10-25  James TD Smith  <ahktenzero@mohorovi.cc>
591         * org-colview.el (org-format-time-period): Function to format
592         times in fractional days for display.
593         (org-columns-display-here): Add support for showing a calculated
594         value in place of the property.
595         (org-columns): Set `org-columns-time' to the current time so time
596         difference calculations will work.
597         (org-columns-time): Use to store the current time when column view
598         is displayed, so all time differences will use the same reference
599         point.
600         (org-columns-compile-map): There is now an extra position in each
601         entry specifying the function to use to calculate the displayed
602         value for the non-calculated properties in the column,
603         (org-columns-compute-all): Set `org-columns-time' to the current
604         time so time difference calculations will work.
605         (org-columns-compute): Handle column operators where the values
606         used are calculated from the underlying property.
607         (org-columns-number-to-string): Handle the 'age' column format
608         (org-columns-string-to-number): Correct the function name (was
609         org-column...). Add support for the 'age' column format.
610         (org-columns-compile-format): Support the additional parameter in
611         org-columns-compile-map.
613 2009-10-26  Bastien Guerry  <bzg@altern.org>
615         * org.el (org-mode-hook): Turn `org-mode-hook' into a customizable
616         variable.
618 2009-10-25  Carsten Dominik  <carsten.dominik@gmail.com>
620         * org-clock.el (org-clock-has-been-used): New variable.
621         (org-clock-in): Set `org-clock-has-been-used'.
622         (org-clock-save): Save only if clock data has been used or created
623         during this session.
625 2009-10-24  Carsten Dominik  <carsten.dominik@gmail.com>
627         * org-clock.el (org-clock-persist): New value, to store only the
628         clock history.
629         (org-clock-save): Don't save the clock if only the history should
630         be stored.
631         (org-clock-load): Turn off John Wiegley's auto resolving mechanism
632         when restoring a saved clock.
634 2009-10-24  John Wiegley  <jwiegley@gmail.com>
636         * org-clock.el (org-clock-display, org-clock-put-overlay): Use
637         `org-time-clock-use-fractional'.
639         * org.el (org-time-clocksum-use-fractional)
640         (org-time-clocksum-fractional-format): Two new customizable
641         variables which allow the user to select fractional times (1.25
642         instead of 1:25) in the `org-clock-display' report.
644 2009-10-23  John Wiegley  <jwiegley@gmail.com>
646         * org-habit.el (org-habit-build-graph): None of the arguments
647         should be optional.
648         (org-habit-parse-todo, org-habit-deadline)
649         (org-habit-get-priority, org-habit-get-faces)
650         (org-habit-build-graph): Further simplifications by storing all
651         past, scheduled and deadline dates as a number of days past the
652         epoch, and not as times.
654         * org-habit.el (org-habit-warning-face)
655         (org-habit-warning-future-face): Removed because these are no
656         longer used.
657         (org-habit-deadline, org-habit-deadline-repeat): Now always
658         returns a date; computed if there was a scheduled repeater but no
659         deadline repeater.
660         (org-habit-get-priority): Further improvements to the priority
661         algorithm.  In particular, items past due should always appear
662         before items due or not yet due.
663         (org-habit-get-faces): Greatly simplified the logic, now that
664         `org-habit-deadline' always returns a valid time.
666 2009-10-23  Carsten Dominik  <carsten.dominik@gmail.com>
668         * org-ascii.el (org-export-ascii-table-keep-all-vertical-lines):
669         New option.
671         * org.el (org-tag-alist): Fix customization type.
673 2009-10-22  Carsten Dominik  <carsten.dominik@gmail.com>
675         * org-mobile.el (org-mobile-update-checksum-for-capture-file):
676         Make sure the regexp search can fail without throwing an error.
677         (org-mobile-apply): Save the inbox buffer after removing
678         successfully applied changes.
680 2009-10-22  John Wiegley  <jwiegley@gmail.com>
682         * org-habit.el (org-habit-build-graph): Fix to the graph building
683         when last DONE date is earlier than `org-habit-preceding-days'.
685         * org-clock.el (org-resolve-clocks-if-idle): Fix to the way idle
686         time is reported after the user comes back (but before they
687         resolve time).
689         * org.el (org-get-repeat): Change so that this function can be
690         called with either `org-scheduled-string' or
691         `org-deadline-string'.
693         * org-habit.el (org-habit-parse-todo): Use `org-scheduled-string'
694         to find the scheduled date.
696         * org-clock.el (org-clock-auto-clock-resolution): Renamed
697         `org-clock-disable-clock-resolution', since negatives don't sound
698         good in customization variables.
699         (org-clock-in): Don't use the auto-resolution logic if the user is
700         clocking into a different task while an active clock is running.
701         This then allows the default behavior of clocking out of the open
702         task and then into the new task.
704         * org-habit.el (org-habit-parse-todo): Generate an error if a
705         habit has a scheduled repeat period < 1.
706         (org-habit-get-faces): Fixes to the way that colors are computed.
707         (org-habit-build-graph): The graph wasn't displaying beyond any
708         day that had two completions in it.
710         * org.el (org-modules): Made this variable more consistent, since
711         it was referring to Org, OrgMode and Org-mode, whereas the docs
712         for the variable always refer to Org-mode.
714 2009-10-21  James TD Smith  <ahktenzero@mohorovi.cc>
716         * org.el (org-repeat-re): The changed org-repeat-re no longer
717         matched simple +2d type repeaters. Fix it so it does.
719 2009-10-21  Carsten Dominik  <carsten.dominik@gmail.com>
721         * org-latex.el (org-export-latex-preprocess): Protect the vspace
722         macro in the VERSE environment.
724 2009-10-20  John Wiegley  <jwiegley@gmail.com>
726         * org-habit.el (org-habit-get-priority): A new function that
727         determines the relative priority of a habit, based on how long
728         past its scheduled date it is, and how near the deadline is.
730         * org-agenda.el (org-agenda-get-scheduled): Set habit priority
731         using `org-habit-get-priority'.
733         * org-habit.el (org-habit-build-graph): Start displaying colors
734         from the first scheduled date, if that date is earlier than the
735         first completion date.
737         * org-habit.el: Changed all "color" variables to faces, and made
738         them appropriate for light and dark backgrounds.
740         * org-habit.el (org-habit-duration-to-days): Made this function
741         more general.
742         (org-habit-parse-todo): Parse the new ".+N/N" style repeater.
744         * org-agenda.el (org-agenda-get-deadlines): Removed all mention of
745         habits, since they don't use DEADLINE anymore.
747         * org.el (org-repeat-re, org-display-custom-time)
748         (org-timestamp-change): Extended to support the new ".+N/N"
749         syntax, used for habits.
751         * org-clock.el (org-clock-resolve-clock): Fixed an incorrect
752         variable reference.
754         * org-agenda.el (org-agenda-set-mode-name): Show Habit in the
755         modeline when habits are being displayed (if that module is being
756         loaded).
758 2009-10-21  James TD Smith  <ahktenzero@mohorovi.cc>
760         * org-clock.el (org-x11-idle-seconds): Add a method to get the X11
761         idle time using the xscreensaver extension.
762         (org-user-idle-seconds): Use X11 idle time if available.
764 2009-10-20  Carsten Dominik  <carsten.dominik@gmail.com>
766         * org-agenda.el (org-agenda-next-line): New command.
767         (org-agenda-previous-line): New commands.
768         (org-agenda-show-and-scroll-up, org-agenda-show-scroll-down): New
769         commands.
770         (org-agenda-follow-mode): Do the follow immediately if the mode is
771         turned on here.
772         (previous-line, next-line): Replace keys with the corresponding
773         org functions.
774         (org-agenda-mode-map): Bind backspace and delete to the scrolling
775         command.
777         * org.el (org-icompleting-read): Turn off partial completion mode
778         for the duration of this completion round.
780         * org-latex.el (org-export-latex-fontify-headline): Protect TeX
781         macros in author lines and similar stuff.
783         * org.el (org-file-tags): Fix docstring.
784         (org-get-buffer-tags): Add the #+FILETAGS tags.
785         ("ecb"): Maks ecb show context after jumping into an Org file.
787 2009-10-20  John Wiegley  <johnw@newartisans.com>
789         * org-agenda.el (org-finalize-agenda): Draw habit consistency
790         graphs after everything else in the buffer has been setup.
792 2009-10-19  Carsten Dominik  <carsten.dominik@gmail.com>
794         * org-mobile.el (org-mobile-apply): Count success and failure.
796         * org.el (org-indent-line-function): Fix regexp replace problem.
798 2009-10-19  John Wiegley  <johnw@newartisans.com>
800         * org-clock.el (org-clock-disable-clock-resolution): New
801         customization variable that disable automatic clock resolution on
802         clock in.
803         (org-clock-in): If `org-clock-disable-clock-resolution' is set, do
804         not automatically resolve anything.  This is does not affect
805         idle-time resolution, however, if `org-clock-idle-time' is set.
807 2009-10-19  John Wiegley  <johnw@newartisans.com>
809         * org-habit.el: New file, which implements code to build a "habit
810         consistency graph".
812         * org-agenda.el (org-agenda-get-deadlines)
813         (org-agenda-get-scheduled): Display consistency graphs when
814         outputting habits into the agenda.  The graphs are always relative
815         to the current time.
816         (org-format-agenda-item): Added new parameter `habitp', which
817         indicates whether we are formatting a habit or not.  Do not
818         display "extra" leading information if habitp is true.
820         * org.el (org-repeat-re): Improved regexp to include .+ and ++
821         leaders for repeat strings.
822         (org-get-repeat): Now takes a string parameter `tagline', so the
823         caller can obtain the SCHEDULED repeat, or the DEADLINE repeat.
825 2009-10-19  John Wiegley  <johnw@newartisans.com>
827         * org-agenda.el (org-agenda-auto-exclude-function): New
828         customization variable for allowing the user to create an "auto
829         exclusion" filter for doing context-aware auto tag filtering.
830         (org-agenda-filter-by-tag): Changes to support the use of
831         `org-agenda-auto-exclude-function'.  See the new manual addition,.
833 2009-10-18  John Wiegley  <johnw@newartisans.com>
835         * org.el (org-files-list): Don't attempt to return a file name for
836         Org buffers which have no associated file.
838         * org-agenda.el (org-agenda-do-action): Fixed a typo.
840 2009-10-18  Carsten Dominik  <carsten.dominik@gmail.com>
842         * org-mobile.el (org-mobile-locate-entry): Interpret files
843         relative to org-directory.
844         (org-mobile-inbox-for-pull): Document the best location for this
845         file.
846         (org-mobile-check-setup): Verify `org-directory'.
847         (org-mobile-create-index-file): Sort the files to be listed in
848         index.org.
850 2009-10-17  James TD Smith  <ahktenzero@mohorovi.cc>
852         * org.el (org-fast-tag-selection): Add a way to display a
853         description for a tag group. This is done by adding a string to
854         either the startgroup or endgroup cell.
856 2009-10-17  Carsten Dominik  <carsten.dominik@gmail.com>
858         * org-clock.el (org-clock-resolve, org-resolve-clocks)
859         (org-emacs-idle-seconds): Use `org-float-time' instead of
860         `time-to-seconds'
862 2009-10-17  Carsten Dominik  <carsten.dominik@gmail.com>
864         * org-agenda.el (org-agenda-sorting-strategy): Fix customization
865         type.
867         * org.el (org-pre-cycle-hook): Document that `empty' can also be
868         the value of ARG when doing local cycling.
870 2009-10-17  John Wiegley  <johnw@newartisans.com>
872         * org-clock.el (org-clock-resolve-clock): If keeping or
873         subtracting time results in a clock out at a time in the past, and
874         if the resolution occurred due to idleness or invoking `M-x
875         org-resolve-clocks', remember that past moment in time.  On the
876         next clock in, the user will be prompted to see if they want to
877         back-date their new clock to then.
878         (org-clock-resolve): Do not jump the user to the location of a
879         dangling clock if the resolution is occuring due to an idle
880         timeout.  In that case there is typically only one dangling clock,
881         the active one, and there is no value gained by shuffling their
882         windows around to show it to them.  Being prompted to resolve an
883         idle clock should be as inobtrusive as possible.
884         (org-resolve-clocks-if-idle): New function that resolves only the
885         currently active clock if the user has exceeded the time returned
886         by `org-user-idle-seconds', based on the value of
887         `org-clock-idle-time'.
888         (org-clock-in): If, after resolving clocks,
889         (org-clock-out): Cancel the `org-clock-idle-timer' on clock out.
891         * org-clock.el (org-clock-resolve-clock): New function that
892         resolves a clock to a specific time, closing or resuming as need
893         be, and possibly even starting a new clock.
894         (org-clock-resolve): New function used by `org-resolve-clocks'
895         that sets up for the call to `org-clock-resolve-clock'.  It
896         determines the time to resolve to based on a single-character
897         selection from the user to either keep time, subtract away time or
898         cancel the clock.
899         (org-resolve-clocks): New user command which resolves dangling
900         clocks -- that is, open but not active -- anywhere in the file
901         list returned by `org-files-list'.
902         (org-clock-in): Automatically resolve dangling clocks whenever a
903         user clocks in.
904         (org-clock-cancel): If the user cancels the solely clock in a
905         LOGBOOK, remove the empty drawer.
907         * org-clock.el (org-clock-idle-time): New user customizable option
908         for detecting whether the user has left a clock idle.  Note: it is
909         only used in this commit to test whether it's worthwhile to check
910         OS X to get the Mac user's current idle time.  If the Emacs idle
911         time is less than the value, the user hasn't been away long enough
912         to be worth checking (a more expensive test than just getting
913         Emacs idle time).
914         (org-user-idle-seconds, org-mac-idle-seconds)
915         (org-emacs-idle-seconds): This three functions, in conjunction
916         with the user customization variable `org-clock-idle-time', return
917         the number of seconds (as a floating point) that the user has been
918         away from their Emacs (or, if running on OS X, their computer).
920         * org-clock.el (org-find-open-clocks): New function that returns a
921         list of all open clocks in the given FILE.  Note that each clock
922         it returns is a cons cell of the format (MARKER . START-TIME).
923         This "clock" value is used by several of the new clock module
924         utility functions.
925         (org-is-active-clock): New inline function which tests whether the
926         given clock value is the same as the currently active clock.
927         Returns non-nil if this is the case.
928         (org-with-clock-position): New macro that evaluates FORMS with
929         point in the buffer and at the position of the given clock.
930         Changes to the current clock are global.
931         (org-with-clock): New macro that evaluates FORMS with point in the
932         buffer and at the position of the given clock.  However, changes
933         to the current clock are local and have no effect on the user's
934         active clock.  This allows, for example, far any clock to be
935         cancelled without cancelling the active clock.
936         (org-clock-clock-in): New inline function that switches the active
937         clock to the given clock.  If either the argument RESUME, or the
938         global `org-clock-in-resume', are non-nil, it will resume a clock
939         that was previously left open.
940         (org-clock-clock-out): New inline function that clocks out the
941         given clock value without affecting the currently active clock.
942         (org-clock-clock-cancel): New inline function that cancels the
943         given clock value without affecting the currently active clock.
945         * org-clock.el (org-clock-in): Before creating
946         `org-clock-mode-line-timer', check to make sure an older timer is
947         not currently running.
948         (org-clock-out): Accept new third parameter `at-time', which
949         permits a clock to be clocked out at a specific time.  Note that
950         no attempt is made to verify that the clock out time is later than
951         the clock in time.
953         * org.el (org-files-list): New utility function for returning a
954         list of all open org-mode buffers, plus all files used to build
955         the agenda buffer.  Note that not all the files will necessarily
956         be visited by a buffer at time of call.
957         (org-entry-beginning-position): Like the function
958         `line-beginning-position', this inline function returns the
959         beginning position of the current heading/entry.
960         (org-entry-end-position): Like the function `line-end-position',
961         this inline function returns the end position of the current
962         heading/entry.
964 2009-10-16  Carsten Dominik  <carsten.dominik@gmail.com>
966         * org-agenda.el (org-agenda-list): Mark the all-todo items line as
967         a header line.
969 2009-10-15  Carsten Dominik  <carsten.dominik@gmail.com>
971         * org-exp.el (org-inlinetask-remove-END-maybe): Declare function.
973 2009-10-14  Carsten Dominik  <carsten.dominik@gmail.com>
975         * org-agenda.el (org-agenda-filter-make-matcher): Allow to filter
976         entries that have no tags.
977         (org-agenda-search-view): New customize group.
978         (org-agenda-search-view-search-words-only): New option.
979         (org-search-view): Implement substring search.
981 2009-10-13  Carsten Dominik  <carsten.dominik@gmail.com>
983         * org.el (org-outline-level): Add doc string.
985 2009-10-12  Carsten Dominik  <carsten.dominik@gmail.com>
987         * org-inlinetask.el (org-inlinetask-export): Re-introduce
988         variable.
989         (org-inlinetask-export-handler): Only export inline task if the
990         user option calls for it.
992 2009-10-10  Carsten Dominik  <carsten.dominik@gmail.com>
994         * org-exp.el (org-export-handle-export-tags): Remove inlinetask
995         END if present.
997 2009-10-07  Carsten Dominik  <carsten.dominik@gmail.com>
999         * org-latex.el (org-export-latex-tables): Don't format in
1000         protected regions.
1002 2009-10-06  Carsten Dominik  <carsten.dominik@gmail.com>
1004         * org-src.el (org-edit-src-code)
1005         (org-edit-src-find-region-and-lang, org-edit-src-exit): Handle
1006         macro editing.
1008         * org-agenda.el (org-prefix-category-max-length): New variable.
1009         (org-format-agenda-item): Use `org-prefix-category-max-length'.
1010         (org-compile-prefix-format): Set `org-prefix-category-max-length'.
1012 2009-10-03  Carsten Dominik  <carsten.dominik@gmail.com>
1014         * org-mobile.el (org-mobile-create-index-file): Improve the
1015         listing of tags and todo keywords.
1017         * org-latex.el (org-export-latex-format-image): New function.
1018         (org-export-latex-links): Use `org-export-latex-format-image'.
1020 2009-10-02  Carsten Dominik  <carsten.dominik@gmail.com>
1022         * org-inlinetask.el (org-inlinetask-get-current-indentation)
1023         (org-inlinetask-remove-terminator): New functions.
1024         (org-inlinetask-export-handler): Terminate the description list.
1026         * org-exp.el (org-export-select-backend-specific-text): Remove the
1027         region markers.
1029         * org-inlinetask.el (org-inlinetask-export-handler): fix bug for
1030         tasks without content.
1032         * org-clock.el: Make sure the clock-in target position does not
1033         move to a different node by widening the buffer.
1035         * org-html.el (org-export-html-format-image): Wrap image into
1036         figure div only when there is a caption.
1038         * org-archive.el (org-archive-mark-done): Change default value to
1039         nil.
1041 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
1043         * org.el (org-context): Call `bobp', not `eobp'.
1045         * org-clock.el (org-clock-cancel): Remove quotes from marker
1046         variables.
1048         * org.el (org-read-date-prefer-future): New allowed value `time'.
1049         (org-read-date-analyze): Shift day to tomorrow depending on time
1050         entered and value of `org-read-date-prefer-future'.
1052 2009-09-30  Carsten Dominik  <carsten.dominik@gmail.com>
1054         * org.el (org-set-tags-to): New command.
1056         * org-mobile.el (org-mobile-action-alist): Add more options and
1057         update the docstring.
1058         (org-mobile-apply-flags): Parse for and use the data.
1060         * org-latex.el (org-export-latex-set-initial-vars): Also check in
1061         the plist.
1063         * org.el (org-additional-option-like-keywords): Add LATEX_CLASS
1064         keyword.
1066         * org-exp.el (org-infile-export-plist): Add LATEX_CLASS keyword.
1068 2009-09-29  Carsten Dominik  <carsten.dominik@gmail.com>
1070         * org-inlinetask.el (org-inlinetask-export): Option removed.
1071         (org-inlinetask-export-handler): Better export.
1073         * org-xoxo.el (org-export-xoxo-final-hook): New hook.
1074         (org-export-as-xoxo): Run the new hook.
1076         * org-html.el (org-export-html-final-hook): New hook.
1077         (org-export-as-html): Run the new hook.
1079         * org-docbook.el (org-export-docbook-final-hook): New hook.
1080         (org-export-as-docbook): Run the new hook.
1082         * org-ascii.el (org-export-ascii-final-hook): New hook.
1083         (org-export-as-ascii): Run the new hook.
1085         * org-mobile.el (org-mobile-create-sumo-agenda): Call
1086         `org-sore-agenda-views' instead of `org-batch-store-agenda-views'.
1088         * org-latex.el (org-export-latex-treat-sub-super-char): Allow a
1089         space character as the character before the ^/_.
1090         (org-export-latex-final-hook): New hook.
1091         (org-export-as-latex): Run `org-export-latex-final-hook'.
1093 2009-09-28  Carsten Dominik  <carsten.dominik@gmail.com>
1095         * org-macs.el (org-if-unprotected-at): Fix docstring.
1097         * org-agenda.el (org-agenda-change-all-lines): Handle invisible
1098         text in the prefix (if category is a link).
1100         * org-latex.el (org-export-latex-preprocess): Deal properly with
1101         empty lines in verse environments.
1103         * org.el (org-format-latex-header): Inline fullpage.sty.
1105         * org-footnote.el (org-footnote-create-definition): Reveal context
1106         to add a new footnote definition.
1108         * org-mobile.el (org-mobile-files-alist): Add the list of tags to
1109         the index file.
1110         (org-mobile-files): New option.
1111         (org-mobile-files-alist, org-mobile-checksum-files): New variable.
1112         (org-mobile-prepare-file-lists, org-mobile-files-alist): New
1113         functions.
1114         (org-mobile-push): Start by creating the files lists.
1115         (org-mobile-copy-agenda-files): Move killing the buffer to after
1116         the save-excursion has exited.
1117         (org-mobile-write-checksums): Write checksums also for files in
1118         sub-directories.
1120         * org.el (org-ctrl-c-ctrl-c): Pass prefix arg to
1121         org-table-recalculate when cursor is in TBLFM line.
1123         * org-list.el (org-renumber-ordered-list): Fix cursor position
1124         when bullet length has changed.
1126 2009-09-26  Carsten Dominik  <carsten.dominik@gmail.com>
1128         * org.el (org-format-latex): Mention `org-format-latex-options' in
1129         the docstring.
1131 2009-09-25  Carsten Dominik  <carsten.dominik@gmail.com>
1133         * org.el (org-agenda-get): New function.
1135         * org-agenda.el (org-agenda-post-command-hook): No longer move
1136         point away from end of line.
1137         (org-agenda-add-entry-text, org-agenda-collect-markers)
1138         (org-finalize-agenda, org-agenda-mark-clocking-task)
1139         (org-agenda-dim-blocked-tasks, org-agenda-entry-text-show-here)
1140         (org-agenda-entry-text-show, org-agenda-highlight-todo)
1141         (org-agenda-compare-effort, org-agenda-filter-apply)
1142         (org-agenda-later, org-agenda-change-time-span)
1143         (org-agenda-post-command-hook, org-agenda-show-priority)
1144         (org-agenda-show-tags, org-agenda-goto, org-agenda-kill)
1145         (org-agenda-archive, org-agenda-archive-to-archive-sibling)
1146         (org-remove-subtree-entries-from-agenda, org-agenda-refile)
1147         (org-agenda-open-link, org-agenda-copy-local-variable)
1148         (org-agenda-switch-to, org-agenda-check-no-diary)
1149         (org-agenda-tree-to-indirect-buffer, org-agenda-todo)
1150         (org-agenda-add-note, org-agenda-change-all-lines)
1151         (org-agenda-priority, org-agenda-set-tags)
1152         (org-agenda-set-property, org-agenda-set-effort)
1153         (org-agenda-toggle-archive-tag, org-agenda-date-later)
1154         (org-agenda-show-new-time, org-agenda-date-prompt)
1155         (org-agenda-schedule, org-agenda-deadline, org-agenda-action)
1156         (org-agenda-clock-in, org-agenda-bulk-mark)
1157         (org-agenda-bulk-unmark, org-agenda-show-the-flagging-note): Use
1158         `org-get-at-bol'.
1160         * org-colview.el (org-columns-display-here)
1161         (org-columns-edit-allowed, org-agenda-columns): Use
1162         `org-get-at-bol'.
1164 2009-09-25  Carsten Dominik  <carsten.dominik@gmail.com>
1166         * org.el (org-special-ctrl-a/e): Improve documentation and
1167         customize type.
1168         (org-end-of-line): Don't jump to after the ellipsis.
1169         (org-mode-map): Bind <home> and <end> as well.
1171 2009-09-24  Carsten Dominik  <carsten.dominik@gmail.com>
1173         * org.el (org-fontify-meta-lines-and-blocks): Treat lines with a
1174         space after #+ as comments.
1175         (org-open-at-point): Run `org-follow-link-hook' always.
1177         * org-latex.el (org-export-latex-emph-format): Use better commands
1178         to insert special characters in verbatim snippets.
1180 2009-09-22  Carsten Dominik  <carsten.dominik@gmail.com>
1182         * org-faces.el (org-copy-face): New function.  Use it to create
1183         various faces formerly created by using `copy-face'.
1185         * org-agenda.el (org-prepare-agenda): Don't officially mark this
1186         window dedicated.
1187         (org-agenda-quit): Kill the frame containing the agenda window if
1188         that frame was created for the agenda.
1190 2009-09-21  Carsten Dominik  <carsten.dominik@gmail.com>
1192         * org-agenda.el (org-agenda-date-prompt): Mark the changed time
1193         stamp in the agenda.
1195 2009-09-19  Carsten Dominik  <carsten.dominik@gmail.com>
1197         * org-mobile.el (org-mobile-create-index-file): Add the list of
1198         TODO keywords, and the list of drawers to the index file.
1200         * org-agenda.el (org-prepare-agenda): Reset
1201         `org-drawers-for-agenda'.
1202         (org-prepare-agenda): Uniquify list of drawers.
1204         * org.el (org-complex-heading-regexp-format): New variable.
1205         (org-set-regexps-and-options): Define
1206         `org-complex-heading-regexp-format'.
1207         (org-drawers-for-agenda): New variable.
1208         (org-map-entries): Bind `org-drawers-for-agenda'.
1209         (org-prepare-agenda-buffers): Add to `org-drawers-for-agenda'.
1211         * org-remember.el (org-go-to-remember-target)
1212         (org-remember-handler): Use `org-complex-heading-regexp-format'.
1214 2009-09-18  Carsten Dominik  <carsten.dominik@gmail.com>
1216         * org-agenda.el (org-agenda-highlight-todo): Fix text property
1217         problem.
1219         * org-mobile.el (org-mobile-capture-file): Use `mobileorg.org' as
1220         the capture file, and make it non-configurable.
1222         * org.el (org-on-heading-p, org-at-heading-p): Make sure these are
1223         always with `invisible-ok'.
1224         (org-store-link): No error when there is nothing to link to in the
1225         agenda.
1227         * org-list.el (org-update-checkbox-count): Insert changed cookie
1228         before the old, to avoid problems with invisibility at the end of
1229         the line.
1230         (org-update-checkbox-count): Insert changed cookie before the old,
1231         to avoid problems with invisibility at the end of the line.
1233         * org.el (org-sort-entries-or-items): Include the final newline.
1234         (org-fontify-meta-lines-and-blocks): Add indented dynamic block
1235         lines for fontification.
1236         (org-dblock-start-re, org-dblock-end-re): Allow indentation.
1237         (org-prepare-dblock): Store the current indentation of the BEGIN
1238         line.
1239         (org-update-dblock): Apply the indentation of the begin line to
1240         the rest of the block.
1241         (org-ctrl-c-ctrl-c): Also find indented dblock lines.
1242         (org-startup-folded): New allowed value `showeverything'.
1243         (org-startup-options): Add STARTUP keyword `showeverything'.
1244         (org-set-startup-visibility): Respect value `showeverything' in
1245         org-startup-folded.
1247 2009-09-17  Carsten Dominik  <carsten.dominik@gmail.com>
1249         * org.el (org-closest-date): Fix issue with past preference.
1251         * org-mobile.el (org-mobile-apply-flags): Require `org-archive'.
1253         * org-archive.el (org-archive-set-tag)
1254         (org-archive-subtree-default): New commands.
1256         * org-mobile.el (org-mobile-create-index-file): Fix link to
1257         capture file.
1258         (org-mobile-copy-agenda-files): Create the capture file if it does
1259         not exist.
1261         * org-clock.el (org-clock-clocktable-default-properties): New
1262         option.
1263         (org-clock-report): Use
1264         `org-clock-clocktable-default-properties'.
1266 2009-09-16  Carsten Dominik  <carsten.dominik@gmail.com>
1268         * org.el (org-iswitchb-completing-read): Fix typo.
1270         * org-crypt.el: New file.
1272         * org.el: Add an entry for org-crypt.
1274 2009-09-15  Carsten Dominik  <carsten.dominik@gmail.com>
1276         * org-agenda.el (org-agenda-menu): Reorganize the menu for more
1277         consistency.
1278         (org-batch-store-agenda-views): New function.
1279         (org-mobile-force-id-on-agenda-items): Mention variable.
1280         (org-agenda-title-append): Define variable.
1281         (org-write-agenda): New export to Org files.
1282         (org-agenda-get-some-entry-text): New arguments INDENT and KEEP.
1283         (org-agenda): Allow to keep the restricted file list if a special
1284         variable is bound to t.
1285         (org-agenda): Define a special agenda view for working on flagged
1286         entries.
1287         (org-agenda-get-restriction-and-command): List the new agenda
1288         view.
1289         (org-agenda-show-the-flagging-note): New command.
1290         (org-agenda-mode-map): New key `?' for looking at the flagging
1291         note.
1293         * org.el (org-autoload): Autoload org-mobile.el.
1294         (org-org-menu): Add menu commands for MobileOrg in the Org menu.
1296         * org-id.el (org-id-get): Fix bug with forcing ID on an item.
1298 2009-09-15  Carsten Dominik  <carsten.dominik@gmail.com>
1300         * org-table.el (orgtbl-line-start-regexp): Match also TBLNAME
1301         statements.
1302         (org-table-get-remote-range): Match indented #+TBLNAME
1303         statements.
1305         * org.el (org-convert-to-odd-levels)
1306         (org-convert-to-oddeven-levels): Work also correctly if the file
1307         is in outline-mode.
1309 2009-09-12  Carsten Dominik  <carsten.dominik@gmail.com>
1311         * org.el (org-store-link): When in agenda buffer, link to
1312         referenced entry.
1313         (org-add-planning-info): Remove spaces at eol.
1315         * org-macs.el (org-with-point-at): Add a `lisp-indent-function'
1316         property.
1318 2009-09-10  Carsten Dominik  <carsten.dominik@gmail.com>
1320         * org-latex.el (org-export-latex-first-lines): Fix problem with
1321         LaTeX export of first line and selected subtree.
1323         * org.el (org-shifttab): Interpret arg differently when using only
1324         odd levels.
1326 2009-09-09  Bastien Guerry  <bzg@altern.org>
1328         * org.el (org-check-agenda-file): Use a more explicit message
1330 2009-09-08  Carsten Dominik  <carsten.dominik@gmail.com>
1332         * org-exp.el (org-export-remove-special-table-lines): Don't remove
1333         normal lines.
1335 2009-09-08  Bastien Guerry  <bzg@altern.org>
1337         * org.el (org-offer-links-in-entry): Don't use "Select link" as a
1338         prompt in the temporary window.
1340         * org-agenda.el (org-agenda-bulk-mark): Use a slightly soberer
1341         prefix for marked entries in the agenda view.
1343 2009-09-07  Andreas Burtzlaff <andy13@gmx.net>  (tiny change)
1345         * org.el (outline-end-of-subtree): Bugfix: advise this function in
1346         a way that prevents any trailing character from being displayed.
1348 2009-09-07  Carsten Dominik  <carsten.dominik@gmail.com>
1350         * org-agenda.el (org-agenda-menu): Fix bugs in the bulk action
1351         menu.
1353         * org-exp.el (org-export-remove-special-table-lines): Remove bad
1354         slow regexp match.
1356 2009-09-06  Carsten Dominik  <carsten.dominik@gmail.com>
1358         * org-latex.el (org-export-latex-preprocess): Do not protect in
1359         the LaTeX header.
1361         * org-src.el (org-edit-src-save): Save window setup while saving.
1362         (org-edit-src-code): Use new buffer name construction scheme.
1364 2009-09-04  Carsten Dominik  <carsten.dominik@gmail.com>
1366         * org-agenda.el (org-agenda-entry-text-exclude-regexps): New
1367         variable.
1368         (org-agenda-entry-text-cleanup-hook): New hook.
1369         (org-agenda-get-some-entry-text): Remove matches of
1370         `org-agenda-entry-text-exclude-regexps' and run the hook
1371         `org-agenda-entry-text-cleanup-hook'.
1373         * org.el (org-offer-links-in-entry): New argument ZERO to
1374         implement a link with index zero.
1375         (org-cycle-show-empty-lines): Not keep empty line under header
1376         hidden.
1377         (org-iswitchb-completing-read): Bind `switchb-use-virtual-buffers'
1378         to nil for special completion.
1379         (org-store-link): Don't error before the first heading.
1381         * org-agenda.el (org-agenda-open-link): Pass the prefix to
1382         `org-offer-links-in-entry'.
1384 2009-09-03  Carsten Dominik  <carsten.dominik@gmail.com>
1386         * org-agenda.el (org-agenda-quit): Provide the window argument for
1387         `window-dedicated-p', Emacs 22 needs it.
1388         (org-format-agenda-item): If the category is a link, arrange for
1389         invisible text to replaced with spaces.
1390         (org-compile-prefix-format): Add the extra space.
1391         (org-prefix-category-length): New variable.
1393         * org-exp.el (org-export-cleanup-toc-line): Remove footnote
1394         references from TOC lines.
1396         * org.el (org-selected-window): New variable.
1398         * org-table.el (org-table-edit-formulas): Remember the selected
1399         window.
1400         (org-table-fedit-finish, org-table-fedit-abort): Select the window
1401         that was originally selected.
1403         * org-exp.el (org-export-preprocess-apply-macros): Scan the
1404         expansion of a macro for more macro definitions.
1406         * org-agenda.el (org-agenda-dim-blocked-tasks): Make sure the
1407         invisibility overlay starts on the newline.
1409 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
1411         * org-protocol.el (org-protocol-store-link)
1412         (org-protocol-remember, org-protocol-open-source): Add autoloads.
1414         * org-compat.el (org-float-time): New function.
1416         * org.el (org-clock-update-time-maybe)
1417         (org-sort-entries-or-items, org-do-sort)
1418         (org-evaluate-time-range, org-time-string-to-seconds)
1419         (org-closed-in-range): Use `org-float-time'.
1421         * org-timer.el (org-timer-start, org-timer-pause-or-continue)
1422         (org-timer-seconds):  Use `org-float-time'.
1424         * org-clock.el (org-clock-get-clocked-time, org-clock-out)
1425         (org-clock-sum, org-dblock-write:clocktable)
1426         (org-clocktable-steps):  Use `org-float-time'.
1428         * org-agenda.el (org-agenda-last-marker-time)
1429         (org-agenda-new-marker, org-diary):  Use `org-float-time'.
1431         * org-compat.el (w32-focus-frame): Declare the w32-focus-frame
1432         function.
1434         * org-exp.el (org-get-file-contents): Only protect lines that
1435         really need it.
1437         * org-html.el (require): Require cl for compilation.
1439         * org.el:  Avoid using `default-major-mode'.
1441         * org-plot.el (require): Require CL only at compile time.
1443         * org-exp.el (require): Require CL only at compile time.
1445         * org-agenda.el (org-agenda-quit): When the agenda window is
1446         dedicated, remove other windows before exiting, so that the frame
1447         really will be killed.
1449         * org-exp.el (org-export-handle-include-files): Reset START and
1450         END for each loop cycle.
1452 2009-09-01  Carsten Dominik  <carsten.dominik@gmail.com>
1454         * org.el (org-eval-in-calendar): Use
1455         `org-select-frame-set-input-focus'.
1457         * org-compat.el (org-select-frame-set-input-focus): New function.
1459         * org.el (org-update-statistics-cookies): New function.
1460         (org-mode-map): Bind `C-c #' to `org-update-statistics-cookies'.
1462 2009-08-31  Carsten Dominik  <carsten.dominik@gmail.com>
1464         * org-src.el (org-edit-fixed-width-region): Set org-src-mode only
1465         after the local variables are set.
1467         * org-latex.el (org-export-latex-protect-amp): New function.
1468         (org-export-latex-links): Protect link ampersands in tables.
1470         * org-exp.el (org-export-select-backend-specific-text): Match in
1471         two steps, to avoid regexp problems.
1473         * org.el (org-offer-links-in-entry): Improve working with many and
1474         duplicate links.
1476         * org-agenda.el (org-agenda-show-1): Make more consistent with
1477         normal cycling.
1478         (org-agenda-cycle-show): Make more consistent with normal cycling.
1480         * org-gnus.el (org-gnus-store-link): Restore the linking to a
1481         website.
1483 2009-08-30  Bastien Guerry  <bzg@altern.org>
1485         * org-latex.el (org-export-latex-first-lines): Bugfix.
1487 2009-08-29  Carsten Dominik  <carsten.dominik@gmail.com>
1489         * org-clock.el (org-clock-modify-effort-estimate): Emit message
1490         about new effort.
1492         * org.el (org-set-effort): New function.
1493         (org-mode-map): New key for effort setting command.
1495         * org-agenda.el (org-agenda): Keep window setup when calling
1496         agenda from within agenda window.
1497         (org-agenda-mode-map): New keys for effort setting commands.
1498         (org-agenda-menu): Add effort setting commands to menu.
1499         (org-agenda-set-property, org-agenda-set-effort): New functions.
1501         * org-latex.el (org-export-latex-tables): Fix
1502         `org-table-last-alignment' and `org-table-last-column-widths' if
1503         the first column has been removed.
1505 2009-08-28  Carsten Dominik  <carsten.dominik@gmail.com>
1507         * org.el (org-remove-timestamp-with-keyword): Only remove in
1508         entry, not in subtree.
1510         * org-src.el (org-src-lang-modes): Add abbreviation elisp for
1511         emacs lisp.
1513         * org.el (org-open-at-point): When on headline, offer all strings
1514         in entry.
1516         * org-remember.el (org-remember-templates): Documentation fix.
1518         * org.el (org-move-subtree-down): Use `org-get-next-sibling' and
1519         `org-get-last-sibling' instead of the outline versions of these
1520         functions.
1521         (org-get-last-sibling): New function.
1522         (org-refile): Use `org-get-next-sibling' instead of the outline
1523         version of this function.
1524         (org-clean-visibility-after-subtree-move): Use
1525         `org-get-next-sibling' and `org-get-last-sibling' instead of the
1526         outline versions of these functions.
1528 2009-08-27  Carsten Dominik  <carsten.dominik@gmail.com>
1530         * org-agenda.el (org-prepare-agenda): When creating a new frame
1531         for the agenda, make the window dedicated.
1533         * org-agenda.el (org-agenda-mode-map): New keys for time motion.
1535         * org-table.el (org-table-align): Change the order of reinsertion
1536         and deletion, to avoid problems with overlays following the table.
1538         * org.el (org-parse-time-string): Better error message.
1539         (org-show-subtree): Use org-end-of-subtree.
1541         * org-macs.el (org-goto-line): New defsubst.
1543         * org.el (org-open-file, org-change-tag-in-region)
1544         (org-fast-tag-show-exit): Don't use `goto-line'.
1546         * org-table.el (org-table-align, org-table-insert-column)
1547         (org-table-delete-column, org-table-move-column)
1548         (org-table-sort-lines, org-table-copy-region)
1549         (org-table-paste-rectangle, org-table-wrap-region)
1550         (org-table-get-specials, org-table-rotate-recalc-marks)
1551         (org-table-get-range, org-table-recalculate)
1552         (org-table-edit-formulas, org-table-fedit-convert-buffer)
1553         (org-table-show-reference, org-table-highlight-rectangle): Don't
1554         use `goto-line'.
1556         * org-src.el (org-edit-src-code, org-edit-fixed-width-region)
1557         (org-edit-src-exit): Don't use `goto-line'.
1559         * org-macs.el (org-preserve-lc): Don't use `goto-line'.
1561         * org-list.el (org-renumber-ordered-list, org-fix-bullet-type):
1562         Don't use `goto-line'.
1564         * org-exp.el (org-export-number-lines): Don't use `goto-line'.
1566         * org-colview.el (org-columns, org-columns-redo)
1567         (org-agenda-columns): Don't use `goto-line'.
1569         * org-colview-xemacs.el (org-columns, org-agenda-columns): Don't
1570         use `goto-line'.
1572         * org-agenda.el (org-agenda-mode): Force visual line motion off.
1573         (org-agenda-add-entry-text-maxlines): Improve docstring.
1574         (org-agenda-start-with-entry-text-mode): New option.
1575         (org-agenda-entry-text-maxlines): New option.
1576         (org-agenda-entry-text-mode): New variable.
1577         (org-agenda-mode): Set initial value of
1578         `org-agenda-entry-text-mode'.
1579         (org-agenda-mode-map): Add the `E' key.
1580         (org-agenda-menu): Add entry text mode to the menu.
1581         (org-agenda-get-some-entry-text): Fix line count bug.
1582         (org-finalize-agenda): Apply entry text mode if appropriate.
1583         (org-agenda-entry-text-show-here): New function.
1584         (org-agenda-entry-text-show): New function.
1585         (org-agenda-entry-text-hide): New function.
1586         (org-agenda-view-mode-dispatch): Add entry text mode to the view
1587         key menu.
1588         (org-agenda-entry-text-mode): New command.
1589         (org-agenda-set-mode-name): Add entry text mode to the mode line
1590         string.
1591         (org-agenda-undo, org-agenda-get-restriction-and-command)
1592         (org-agenda-get-some-entry-text, org-agenda-redo): Don't use
1593         `goto-line'.
1595 2009-08-26  Bernt Hansen  <bernt@norang.ca>
1597         * org-clock.el (org-notify): Bugfix.
1599 2009-08-25  Carsten Dominik  <carsten.dominik@gmail.com>
1601         * org-agenda.el (org-agenda-open-link): Handle multiple links and
1602         check for after-string.
1604         * org-gnus.el (org-gnus-store-link): Simplify.
1606         * org.el (org-latex-regexps): Don't add extra empty lines for
1607         display formulas.
1609 2009-08-24  Carsten Dominik  <carsten.dominik@gmail.com>
1611         * org-agenda.el (org-agenda-get-some-entry-text): New function.
1612         (org-agenda-add-entry-text): Use
1613         `org-agenda-get-some-entry-text'.
1615         * org.el (org-cycle-separator-lines): Update docstring.
1616         (org-cycle-show-empty-lines): Handle negative values for
1617         `org-cycle-show-empty-lines'.
1619         * org-exp.el (org-export-protect-sub-super): New function.
1620         (org-export-normalize-links): Protect the url of plain links from
1621         supscript and superscript processing.
1623         * org-remember.el (org-remember-escaped-%): New function.
1624         (org-remember-apply-template): Use `org-remember-escaped-%' to
1625         detect escaped % signs.
1627 2009-08-23  Bastien Guerry  <bzg@altern.org>
1629         * org-timer.el (org-timer-set-timer): Use `org-notify' and play a
1630         sound when showing the notification.
1632         * org-clock.el (org-notify): New function.
1633         (org-clock-notify-once-if-expired): Use `org-notify'.
1635         * org-gnus.el (org-gnus-store-link): Handle `gnus-summary-mode'
1636         and `gnus-article-mode' separately.
1637         (gnus-summary-article-header): Fix the declare-function.
1639 2009-08-23  Carsten Dominik  <carsten.dominik@gmail.com>
1641         * org-exp.el (org-export-format-source-code-or-example): Translate
1642         language.
1644         * org-src.el (org-src-lang-modes): New variable
1645         (org-edit-src-code): Translate language.
1647         * org-exp.el (org-export-format-source-code-or-example): Deal wit
1648         the new structure of the `org-export-latex-listings-langs'
1649         variable.
1651         * org-latex.el (org-export-latex-listings-langs): Change structure
1652         of the variable from plist to alist.
1654 2009-08-21  Carsten Dominik  <carsten.dominik@gmail.com>
1656         * org.el (org-in-commented-line): New function.
1658 2009-08-20  Carsten Dominik  <carsten.dominik@gmail.com>
1660         * org.el (org-hide-block-toggle): Make folded blocks searchable.
1662 2009-08-19  Friedrich Delgado Friedrichs <friedel@nomaden.org>  (tiny change)
1664         * org.el (org-flag-drawer): More useful error.
1666 2009-08-19  Carsten Dominik  <carsten.dominik@gmail.com>
1668         * org-remember.el (org-remember-apply-template): Use
1669         org-icompleting-read.
1671         * org-publish.el (org-publish): Use org-icompleting-read.
1673         * org-colview.el (org-columns-edit-value, org-columns-new)
1674         (org-insert-columns-dblock): Use org-icompleting-read.
1676         * org-colview-xemacs.el (org-columns-edit-value)
1677         (org-columns-new, org-insert-columns-dblock): Use
1678         org-icompleting-read.
1680         * org-attach.el (org-attach-delete-one, org-attach-open): Use
1681         org-icompleting-read.
1683 2009-08-18  Carsten Dominik  <carsten.dominik@gmail.com>
1685         * org.el (org-hierarchical-todo-statistics): Improve docstring.
1686         (org-version): Return the version text.
1687         (org-org-menu): Add a menu entry for the new bug reporter.
1688         (org-submit-bug-report): New command.
1690         * org-list.el (org-hierarchical-checkbox-statistics): Improve
1691         docstring.
1693         * org.el (org-emphasis-regexp-components): Add "`" to set of
1694         pre-emphasis characters.
1696         * org-latex.el (org-export-latex-classes): Always include the soul
1697         package.
1698         (org-export-latex-emphasis-alist): Use \st for strikethough.
1700         * org-exp-blocks.el (org-export-blocks-preprocess): Use
1701         `indent-code-rigidly' to indent.
1703         * org-agenda.el (org-agenda-get-restriction-and-command): Remove
1704         properties only if MATCH really is a string.
1706 2009-08-16  Carsten Dominik  <carsten.dominik@gmail.com>
1708         * org-latex.el (org-export-latex-packages-alist): Fix
1709         customization type.
1711         * org.el (org-create-formula-image): Also use
1712         `org-export-latex-packages-alist'.
1714         * org-html.el (org-export-as-html): Fix bug in footnote regexp.
1715         (org-export-as-html): Format footnotes correctly.
1717 2009-08-14  Carsten Dominik  <carsten.dominik@gmail.com>
1719         * org.el (org-fast-tag-selection): Avoid text properties on tags
1720         in the alist.
1722         * org-agenda.el (org-agenda-get-restriction-and-command): Avoid
1723         text properties on the match element.
1725 2009-08-12  Carsten Dominik  <carsten.dominik@gmail.com>
1727         * org.el (org-set-regexps-and-options): Make sure the list of done
1728         keywords is not invalid.
1730         * org-exp.el (org-export-interpolate-newlines): New function.
1732 2009-08-11  Carsten Dominik  <carsten.dominik@gmail.com>
1734         * org.el (org-format-latex): Avoid nested overlays.
1736         * org-latex.el (org-export-latex-listings-langs): Add a few more
1737         languages.
1739         * org-exp.el (org-export-preprocess-apply-macros): Make sure to
1740         ignore newlines and space before the first macro argument.
1742         * org-latex.el (org-export-latex-tables): Remove save-excursion
1743         around `org-table-align'.
1745 2009-08-10  Carsten Dominik  <carsten.dominik@gmail.com>
1747         * org.el (org-export-html-special-string-regexps): Definition
1748         moved into org.el
1750         * org-exp.el (org-export-preprocess-apply-macros): Allow newlines
1751         in macro calls.
1753 2009-08-09  Carsten Dominik  <carsten.dominik@gmail.com>
1755         * org-latex.el (org-export-latex-listings)
1756         (org-export-latex-listings-langs): New options.
1758         * org-exp.el (org-export-format-source-code-or-example): Use
1759         listing package if requested by the user.
1761 2009-08-08  Bastien Guerry  <bzg@altern.org>
1763         * org.el (org-iswitchb): Fix bug when aborting the `org-iswitchb'
1764         command before actually switching to a buffer.
1766 2009-08-07  Carsten Dominik  <carsten.dominik@gmail.com>
1768         * org-exp.el (org-get-file-contents): Only quote org lines when
1769         the markup is src or example.
1771         * org-agenda.el (org-agenda-skip-scheduled-if-deadline-is-shown):
1772         New option
1773         (org-agenda-get-day-entries): Remember deadline results and pass
1774         them on into the function getting the scheduling information.
1775         (org-agenda-get-scheduled): Accept deadline results as parameters
1776         and maybe skip some entries.
1777         (org-agenda-skip-scheduled-if-deadline-is-shown): New option.
1779         * org.el (org-insert-heading): When respecting content, do not
1780         convert current line to headline.
1782         * org-clock.el (org-clock-save-markers-for-cut-and-paste): Also
1783         cheeeeeck the hd marker
1784         (org-clock-in): Also set the hd marker.
1785         (org-clock-out): Also set the hd marker.
1786         (org-clock-cancel): Reset markers.
1788         * org.el (org-clock-hd-marker): New marker.
1790         * org-faces.el (org-agenda-clocking): New face.
1792         * org-agenda.el (org-agenda-mark-clocking-task): New function.
1793         (org-finalize-agenda): call `org-agenda-mark-clocking-task'.
1795         * org.el (org-modules): Add org-track.el.
1797         * org-agenda.el (org-agenda-bulk-marked-p): New function.
1798         (org-agenda-bulk-mark, org-agenda-bulk-unmark): Use
1799         `org-agenda-bulk-marked-p'.
1800         (org-agenda-bulk-toggle): New command.
1802 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
1804         * org.el (org-move-subtree-down): Hide subtree if it was folded,
1805         not just the body.
1807         * org-remember.el (org-remember-finalize): Avoid buffer-modified
1808         messages.
1810 2009-08-06  James TD Smith  <ahktenzero@mohorovi.cc>
1812         * org-plot.el (org-plot/gnuplot): Stop datafile from being deleted
1813         before gnuplot can read it.
1815 2009-08-05  Carsten Dominik  <carsten.dominik@gmail.com>
1817         * org-latex.el (org-export-latex-first-lines): Fix bug with
1818         finding the end of the first lines.
1820         * org.el (org-create-formula-image): Remove the -E option for
1821         dvipng.
1823         * org-exp.el (org-default-export-plist): Respect #+BIND.
1824         (org-export-confirm-letbind): New function.
1826         * org.el (org-paste-subtree): Test the kill ring entry if it is
1827         going to be used.
1828         (org-copy-subtree): Use `org-forward-same-level'.
1829         (org-forward-same-level): Respect the `invisibe-ok' arg for
1830         back-to-heading.
1832 2009-08-04  Carsten Dominik  <carsten.dominik@gmail.com>
1834         * org.el (org-table-map-tables): Make sure cursor is back at table
1835         beginning after funcall.
1837         * org-agenda.el (org-agenda-bulk-action): Make sure parents are
1838         handled before children, and do not error if an entry is not
1839         found, probably because it hase been remove when the parent was
1840         archived or refiled.
1842         * org.el (org-ido-completing-read): Accept straight lists for
1843         completion as well as alists.
1845         * org-html.el (org-export-as-html): Fix parenthesis error in
1846         footnore code.
1848         * org-timer.el (org-timer-cancel-timers): Renamed from
1849         `org-timer-cancel-timers'.
1851         * org.el (org-cycle-internal-local): Fix problem with finding next
1852         invisible line.
1854 2009-08-03  Carsten Dominik  <carsten.dominik@gmail.com>
1856         * org-list.el (org-list-send-list): Call
1857         `org-list-goto-true-beginning' instead of
1858         `org-list-find-true-beginning', which does not exist.
1860         * org-timer.el (org-timer-reset-timers): Use `mapc'.
1861         (org-timer-set-timer): Do not assign to heading.
1863         * org-id.el (org-id-open): Quote function name.
1865         * org-macs.el (org-unmodified): Turn off recording undo
1866         information while running inside the macro.
1868         * org-indent.el (org-hide-leading-stars-before-indent-mode): New
1869         variable.
1870         (org-indent-mode): Remember and restore value of
1871         org-hide-leading-stars before `org-indent-mode'.
1873         * org-table.el (org-table-export): Also work in file-less
1874         buffers.
1876         * org.el (org-startup-indented): New option.
1877         (org-startup-options): Add new options indent and noindent.
1878         (org-unfontify-region): Remove line-prefix and wrap-prefix
1879         properties.
1880         (org-after-demote-entry-hook, org-after-promote-entry-hook): New
1881         hooks.
1882         (org-promote, org-demote): Run the new hooks.
1884         * org-table.el (org-table-align): Replace leading \n as well.
1886         * org-exp.el (org-export-push-to-kill-ring): Remove `line-prefix'
1887         and `line-wrap' text properties.
1889         * org-compat.el (org-kill-new): New function.
1891         * org-agenda.el (org-format-agenda-item): Remove `line-prefix' and
1892         `line-wrap' text properties.
1894         * org-indent.el: New file.
1896 2009-08-02  Carsten Dominik  <carsten.dominik@gmail.com>
1898         * org.el (org-provide-todo-statistics): Tweak docstring.
1900         * org-id.el (org-id-open): Honor `org-link-frame-setup'.
1902 2009-08-01  Carsten Dominik  <carsten.dominik@gmail.com>
1904         * org-exp.el (org-export-as-org): Insert the "-source" string
1905         before the extension.
1907         * org.el (org-read-date): Make sure the calendar is in the current
1908         frame.
1909         (org-set-emph-re): Remove the ? from the post-match.
1910         (org-emphasis-regexp-components): Add backslash to the
1911         postmatch class.
1912         (org-set-font-lock-defaults): Write \n instead of \xa, and make it
1913         optional so that also lines at the end of the buffers will still
1914         be matched as headlines.
1916         * org-table.el (org-table-error-on-row-ref-crossing-hline):
1917         Variable made obsolete.
1918         (org-table-relative-ref-may-cross-hline): New option.
1919         (org-table-find-row-type): Honow the new option
1920         `org-table-relative-ref-may-cross-hline'.
1922 2009-07-31  Carsten Dominik  <carsten.dominik@gmail.com>
1924         * org-table.el (org-table-cut-region, org-table-copy-region): Work
1925         on single field if no active region.
1927 2009-07-27  Carsten Dominik  <carsten.dominik@gmail.com>
1929         * org-latex.el (org-export-latex-make-header): Only insert title
1930         if one is defined.
1932         * org.el (org-make-options-regexp): Allow empty values.
1934         * org-html.el (org-export-as-html): Move hrule detection to after
1935         plain list handling.
1937 2009-07-26  Carsten Dominik  <carsten.dominik@gmail.com>
1939         * org-html.el (org-format-org-table-html): Fix colgroup tags.
1941 2009-07-23  Carsten Dominik  <carsten.dominik@gmail.com>
1943         * org.el (org-cycle-internal-local): Improved version of finding
1944         next visible line.
1945         (org-cycle-hide-drawers): Only hide drawers if this is really
1946         necessary.
1947         (outline-end-of-subtree): Make `outline-end-of-subtree' use the
1948         org-version of this function in Org-mode.  We use advice to
1949         implement this change, so that future changes to this function in
1950         outline.el wil be handled properly.
1951         (org-forward-same-level, org-backward-same-level): New commands.
1953 2009-07-21  Carsten Dominik  <carsten.dominik@gmail.com>
1955         * org.el (org-remove-empty-overlays-at)
1956         (org-clean-visibility-after-subtree-move): New functons.
1957         (org-move-subtree-down): Simplify cleanup of display.
1959 2009-07-20  Carsten Dominik  <carsten.dominik@gmail.com>
1961         * org-mac-message.el (org-mac-message-get-links): Improve
1962         docstring.  Make argument SELECT-OR-FLAGGED optional, default to
1963         "s".  Fix the return value.
1964         (org-mac-message-insert-flagged): Simplify.
1966         * org.el (org-refile-get-location): Tamper with refile history o
1967         that history contains compete matches instead of the entered
1968         string.
1970 2009-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
1972         * org.el (org-store-link): Never store a link to an inline task.
1974         * org-inlinetask.el (org-inlinetask-insert-task): New command.
1976         * org-footnote.el (org-footnote-goto-local-insertion-point): Skip
1977         inline tasks when positioning footnotes.
1979         * org-inlinetask.el (org-inlinetask-remove-END-maybe): New
1980         function.
1982         * org.el (org-refile): Remove the END line when archiving an
1983         inline task that does have an END line.
1985         * org-archive.el (org-archive-subtree): Remove the END line when
1986         archiving an inline task that does have an END line.
1988         * org-macs.el (org-with-limited-levels): New macro.
1989         (org-get-limited-outline-regexp): New function.
1991         * org-exp.el (org-export-format-source-code-or-example): Fix bug
1992         that did not enumerate first line.
1993         (org-export-mark-radio-links): Skip matches in links.
1995 2009-07-18  Carsten Dominik  <carsten.dominik@gmail.com>
1997         * org.el (org-activate-plain-links): Make single-match.
1998         (org-adapt-indentation): Fix docstring.
2000         * org-macs.el (org-unmodified): Turn of modification hooks while
2001         running this macro.
2003 2009-08-02  Bastien Guerry  <bzg@altern.org>
2005         * org.el (org-adapt-indentation): Slightly improve the docstring.
2006         (org-occur): Sends an error when the user inputs an empty string.
2007         (org-priority): Bugfix: the tag alignement should happen within
2008         save-excursion.
2010 2009-07-31  Bastien Guerry  <bzg@altern.org>
2012         * org.el (org-make-link-regexps): Don't exclude parentheses from
2013         `org-plain-link-re'
2014         (org-cycle-internal-local): When locally cycling, switch directly
2015         from CHILDREN to FOLDED if there is no subtree
2016         (org-cycle): Update the docstring to document the new behavior of
2017         `org-cycle-internal-local'.
2019 2009-07-29  Nicolas Goaziou <n.goaziou@neuf.fr>  (tiny change)
2021         * org-clock.el (org-clock-in): Bugfix: recognize timestamps with
2022         an abbreviated format for days.
2024 2009-07-27  Bastien Guerry  <bzg@altern.org>
2026         * org-protocol.el (org-protocol-default-template-key): New
2027         option.
2029         * org.el (org-refile): Bugfix: save-excursion before reading the
2030         refile target, otherwise cursor moves might confuse `org-refile'.
2032         * org-html.el (org-export-as-html): Bugfix: correctly convert the
2033         footnote reference before the footnote itself.
2035         * org.el (org-toggle-heading): Bugfix: correctly convert list
2036         items before the first headline.
2038         * org-html.el (org-export-html-footnote-format): New option for
2039         formatting the footnote reference.
2040         (org-export-as-html): Use the new option.
2042         * org.el (org-provide-todo-statistics): Allow a list of TODO
2043         keywords to compute statistics against headlines containing a
2044         keyword from this list.
2045         (org-update-parent-todo-statistics): Possibly use the new allowed
2046         value of `org-provide-todo-statistics'.
2048 2009-07-26  Bastien Guerry  <bzg@altern.org>
2050         * org-timer.el: Add autoload cookie.
2052         * org.el (org-occur-link-in-agenda-files): New function.
2054         * org-timer.el (org-timer-last-timer): New variable.
2056         * org-agenda.el (org-agenda-mode-map): New key for
2057         org-timer-set-timer called from the agenda.
2059         * org.el (org-mode-map): New key for org-timer-set-timer.
2061         * org-timer.el (org-timer-reset-timers)
2062         (org-timer-show-remaining-time, org-timer-set-timer): New
2063         functions.
2065         * org-clock.el (org-show-notification): Update the docstring.
2067         * org.el (org-provide-todo-statistics): Allow new value
2068         'all-headlines for this option, which includes entries with no
2069         TODO keywords in the todo statistics.
2070         (org-update-parent-todo-statistics): Possibly use the new
2071         'all-headline value from `org-provide-todo-statistics'.
2073 2009-07-25  Bastien Guerry  <bzg@altern.org>
2075         * org-clock.el (org-dblock-write:clocktable): Add a new option
2076         :timestamp which allows display of timestamps in clock reports.
2078         * org.el (org-mode-map): Define new key `C-c C-*': convert a plain
2079         list to a subtree, preserving the structure of the list.
2080         (org-set-emph-re): Make the last element optional in the regexp.
2081         This regexp now matches an emphasized string at the end of a line.
2083         * org-list.el (org-list-goto-true-beginning)
2084         (org-list-make-subtree, org-list-make-subtrees): New functions.
2086         * org.el (org-eval-in-calendar): Select the right frame.
2087         (org-save-frame-excursion): Remove this macro.
2089 2009-07-24  Bastien Guerry  <bzg@altern.org>
2091         * org-list.el (org-list-beginning-re): Bugfix: don't use * when
2092         trying to find the beginning of a list.
2094         * org-exp.el (org-get-file-contents): Use a new argument: markup.
2095         When present, tell org-get-file-contents not to protect org-like
2096         lines.
2098         * org-id.el (org-id-uuid-program): New option to set the name of
2099         the uuidgen program.
2100         (org-id-method): Use `org-id-uuid-program'.
2101         (org-id-new): Use `org-id-uuid-program'.
2103 2009-07-23  Bastien Guerry  <bzg@altern.org>
2105         * org-exp.el (org-export-number-lines): Allow whitespace in code
2106         references.  Allow the -r switch to remove the references in the
2107         source code even when the lines are not numbered: the labels can
2108         be explicit enough.
2110         * org.el (org-fontify-whole-heading-line): New option.
2111         (org-set-font-lock-defaults): Use the new option.
2113         * org-clock.el (org-show-notification-handler): New option.
2114         (org-show-notification): Use the new option.
2116 2009-07-21  Bastien Guerry  <bzg@altern.org>
2118         * org.el (org-eval-in-calendar): Fix a bug about calendar
2119         navigation when `calendar-setup' value is 'calendar-only.
2121 2009-07-19  Bastien Guerry  <bzg@altern.org>
2123         * org.el (orgstruct++-mode): Fix typo in docstring.
2124         (org-insert-link): Clean up: (or (...)) => (...)
2125         (org-insert-link): Use TAB for stored links completion.
2127 2009-07-18  Bastien Guerry  <bzg@altern.org>
2129         * org.el (org-get-refile-targets): Fix bug: don't ignore case when
2130         building the list of targets.
2132         * org-remember.el (org-remember-delete-empty-lines-at-end): New
2133         option.
2134         (org-remember-handler): Use the new option.
2136 2009-07-17  James TD Smith  <ahktenzero@mohorovi.cc>
2138         * org.el (org-tags-sort-function): New option for sorting tags.
2139         (org-set-tags): Use the new option to sort tags.
2141         * org-plot.el (org-plot/gnuplot): Run with an idle timer to avoid
2142         premature deletion of the data when using org-plot in a script.
2144 2009-07-17  Bastien Guerry  <bzg@altern.org>
2146         * org-clock.el (org-clock-in-prepare-hook): New hook.
2147         (org-clock-in): Use this new hook.
2149 2009-07-16  Bastien Guerry  <bzg@altern.org>
2151         * org.el (org-special-ctrl-a/e): Explicitely bind the value
2152         'reversed for this option to the "true line boundary first"
2153         behavior.
2154         (org-tags-match-list-sublevels): Document the 'indented value for
2155         this variable.
2157         * org-latex.el (org-export-latex-first-lines): Fix problem with
2158         publishing the region.
2160         * org-exp.el (org-export-format-source-code-or-example): Fix
2161         bad line numbering when exporting examples in HTML.
2163         * org-colview.el (org-format-time-period): Formats a time in
2164         fractional days as days, hours, mins, seconds.
2165         (org-columns-display-here): Add special handling for SINCE and
2166         SINCE_IA to format for display.
2168 2009-07-12  James TD Smith  <ahktenzero@mohorovi.cc>
2170         * org.el (org-tags-sort-function): Add custom declaration for tags
2171         sorting function.
2172         (org-set-tags): Sort tags if org-tags-sort-function is set
2174 2009-07-08  Carsten Dominik  <carsten.dominik@gmail.com>
2176         * org-clock.el (org-clock-goto): Find hidden headlines as well.
2178         * org.el (org-narrow-to-subtree): Find hidden headlines as well.
2180         * org-plot.el (org-plot/add-options-to-plist): Add timeind
2181         option.
2183 2009-07-07  Carsten Dominik  <carsten.dominik@gmail.com>
2185         * org-publish.el (org-publish-remove-all-timestamps): New function.
2186         (org-publish-all): Remove all timestamp files if `org-publish-all'
2187         is called with a prefix argument.
2189         * org-list.el (org-indent-item): Fix typo.
2190         (org-item-indent-positions): Normalize ordered bullet.
2192         * org-html.el (org-export-html-home/up-format): New option.
2193         (org-export-as-html): Insert the up and HOME links.
2195 2009-07-06  Carsten Dominik  <carsten.dominik@gmail.com>
2197         * org-html.el (org-export-as-html): Insert the title into the
2198         option plist.
2199         (org-export-html-insert-plist-item): New function.
2200         (org-export-as-html): Call `org-export-html-insert-plist-item'.
2202         * org-macs.el (org-set-local): Make a local variable, do not make
2203         the variable buffer-local!
2205         * org-latex.el (org-export-as-latex): Call `org-install-letbind'.
2207         * org-html.el (org-export-as-html): Call `org-install-letbind'.
2209         * org-docbook.el (org-export-as-docbook): Call
2210         `org-install-letbind'.
2212         * org-ascii.el (org-export-as-ascii): Call `org-install-letbind'.
2214         * org-exp.el (org-infile-export-plist): Read BIND lines.
2215         (org-install-letbind): New function.
2216         (org-export-as-org, org-export-preprocess-string): Call
2217         `org-install-letbind'.
2219         * org-src.el (org-edit-src-exit): Untabify the example before
2220         returning to Org.
2222         * org-list.el (org-list-demote-modify-bullet): New option.
2223         (org-first-list-item-p): Save point.
2224         (org-fix-bullet-type): New optional argument FORCE-BULLET.
2225         (org-indent-item): Honor `org-list-demote-modify-bullet'.
2226         (org-item-indent-positions): Return bullet types along with
2227         indentation.
2229 2009-07-05  Carsten Dominik  <carsten.dominik@gmail.com>
2231         * org.el (org-show-entry): Hide drawers.
2233 2009-07-03  Carsten Dominik  <carsten.dominik@gmail.com>
2235         * org-footnote.el (org-footnote-auto-adjust): New option.
2236         (org-footnote-auto-adjust-maybe): New function.
2237         (org-footnote-new, org-footnote-delete): Call
2238         `org-footnote-auto-adjust-maybe'.
2240         * org.el (org-startup-options): Add new footnote-related
2241         keywords.
2243         * org-publish.el (org-publish-timestamp-filename): Additional
2244         arguments PUB-DIR and PUB-FUNC, which are included in the hash.
2245         (org-publish-needed-p): Additional arguments PUB-DIR PUB-FUNC
2246         TRUE-PUB-DIR.  Pass them through to
2247         `org-publish-timestamp-filename'.
2248         (org-publish-update-timestamp): Additional arguments PUB-DIR and
2249         PUB-FUNC, which are included in the hash.
2250         (org-publish-file): Delay timestamp test until the publishing
2251         function is known.
2253 2009-07-02  Carsten Dominik  <carsten.dominik@gmail.com>
2255         * org-agenda.el (org-agenda-bulk-action): Add scheduling and
2256         setting the deadline.
2258         * org.el (org-read-date-final-answer): New variable.
2259         (org-read-date): Store the final answer string, including the date
2260         from the calendar, for reuse by agenda bulk commands.
2262         * org-publish.el (org-publish-attachment): Fix publishing of
2263         attachments.
2265         * org-latex.el (org-export-latex-quotation-marks): Fix export of
2266         quotation makrs in parenthesis.
2267         (org-remove-initial-hash): New function.
2268         (org-export-latex-preprocess): Fix bug with infinite loop if
2269         environment is not properly closed.
2271         * org-table.el (org-table-get-remote-range): Find #+TBLNAME also
2272         when indented.
2274         * org.el (org-fontify-meta-lines-and-blocks): Make #+TBLNAME
2275         highlight also when indented.
2277 2009-07-01  Carsten Dominik  <carsten.dominik@gmail.com>
2279         * org-footnote.el (org-footnote-renumber-fn:N): New command.
2280         (org-footnote-action): Offer renumbering.
2282         * org.el (org-cycle): Honor the `integrate' value of
2283         org-cycle-include-plain-lists'.
2285         * org-list.el (org-cycle-include-plain-lists): New allowed value
2286         `internal'.  Improve the docstring.
2288         * org.el (org-set-autofill-regexps): Improve the paragraph-start
2289         regexp to work better with LaTeX commands.
2291 2009-06-30  Carsten Dominik  <carsten.dominik@gmail.com>
2293         * org-feed.el (org-feed-update): fix problem with non-existing
2294         buffer.
2295         (org-feed-skip-http-headers): New function.
2296         (org-feed-get-feed): Call `org-feed-skip-http-headers'.
2297         (org-feed-get-feed): Fix command line arguments for curl.
2299 2009-06-28  Carsten Dominik  <carsten.dominik@gmail.com>
2301         * org-latex.el (org-export-latex-inline-image-extensions): Add ps
2302         and eps extensions.
2304 2009-06-27  Carsten Dominik  <carsten.dominik@gmail.com>
2306         * org-agenda.el (org-write-agenda): Make sure org-icalendar is
2307         loaded.
2309         * org.el (org-map-entries): No longer force
2310         `org-tags-match-list-sublevels' to t during a todo-only tags
2311         search.
2313 2009-06-26  Carsten Dominik  <carsten.dominik@gmail.com>
2315         * org-latex.el (org-export-latex-low-levels): Allow user-defined
2316         environment.
2317         (org-export-latex-subcontent): Handle user-defined environment.
2319         * org-agenda.el (org-agenda-view-mode-dispatch): Add more keys to
2320         the View dispatcher.
2322         * org.el (org-hide-block-toggle): Use `org-make-overlay' instead of
2323         `make-overlay'.
2325         * org-latex.el (org-export-as-pdf): Protect match data during call
2326         to shell-quote-argument.
2328         * org-agenda.el (org-agenda-mode-map): Modify bulk action keys.
2329         (org-agenda-view-mode-dispatch): New function.
2331 2009-06-24  Carsten Dominik  <carsten.dominik@gmail.com>
2333         * org-agenda.el (org-agenda-mode): Reset list of marks.
2334         (org-agenda-mode-map): Define new keys for refile and bulk action.
2335         (org-agenda-menu): Add menu itesm for refile and bulk action.
2336         (org-agenda-refile): New function.
2337         (org-agenda-set-tags): Optional arguments TAG and ONOFF.
2338         (org-agenda-marked-entries): New variable.
2339         (org-agenda-bulk-select, org-agenda-remove-bulk-action-overlays)
2340         (org-agenda-remove-all-bulk-action-marks)
2341         (org-agenda-bulk-action): New functions/commands.
2343 2009-06-23  Carsten Dominik  <carsten.dominik@gmail.com>
2345         * org-exp.el (org-get-file-contents): Protect org-like lines in
2346         included files.
2347         (org-export-format-source-code-or-example): Remove newlines.
2349         * org-latex.el (org-export-latex-links): Check for no-description
2350         marking.
2352         * org-exp.el (org-export-preprocess-apply-macros): Switch macro
2353         argument separator back to comma.
2354         (org-export-normalize-links): Mark links without description.
2356 2009-06-22  Carsten Dominik  <carsten.dominik@gmail.com>
2358         * org-exp.el (org-infile-export-plist): Fix bug in macro
2359         processing.
2361         * org-agenda.el (org-agenda-clock-out): Update line after clocking
2362         out.
2363         (org-agenda-highlight-todo): Fix bug with highlighting.
2365 2009-06-21  Carsten Dominik  <carsten.dominik@gmail.com>
2367         * org.el (org-set-font-lock-defaults): Adapt formatting to capture
2368         new alignment strings.
2370         * org-table.el (orgtbl-self-insert-command): Add yas/expand to
2371         command list.
2372         (org-table-align): Check for forced align type.
2374         * org.el (org-self-insert-command): Add yas/expand to command
2375         list.
2377         * org-clock.el (org-clock-in-hook): New hook.
2378         (org-clock-in): Run `org-clock-in-hook.
2379         (org-clock-out-hook): New hook.
2380         (org-clock-out): Run `org-clock-out-hook.
2381         (org-clock-cancel-hook): New hook.
2382         (org-clock-cancel): Run `org-clock-cancel-hook.
2383         (org-clock-goto-hook): New hook.
2384         (org-clock-goto): Run `org-clock-goto-hook.
2386 2009-06-20  Carsten Dominik  <carsten.dominik@gmail.com>
2388         * org.el (org-store-link): Better default description for link to
2389         Org-mode headline.
2391         * org-exp.el (org-export-generic): Autoload the generic exporter
2392         function.
2393         (org-export): Implement the `g' key for the generic exporter.
2395 2009-06-19  Carsten Dominik  <carsten.dominik@gmail.com>
2397         * org-table.el (orgtbl-setup): Add a binding for `S-iso-lefttab',
2398         and for zbacktab'.
2400         * org-exp-blocks.el (org-ditaa-jar-path): Fix default ditaa path.
2402         * org-exp.el (org-infile-export-plist): Get macros also from
2403         #+SETUPFILE.
2405 2009-06-18  Carsten Dominik  <carsten.dominik@gmail.com>
2407         * org-colview.el (org-columns-capture-view): Protect vertical bars
2408         in column values.
2409         (org-columns-capture-view): Exclude comment and archived trees.
2411         * org-colview-xemacs.el (org-columns-capture-view): Protect
2412         vertical bars in column values.
2413         (org-columns-capture-view): Exclude comment and archived trees.
2415         * org.el (org-quote-vert): New function.
2417         * org-latex.el (org-export-latex-verbatim-wrap): New option.
2419         * org-exp.el (org-export-format-source-code-or-example): Use
2420         `org-export-latex-verbatim-wrap'.
2422         * org.el (org-clone-subtree-with-time-shift): Also shift inactive
2423         time stamps.
2425         * org-html.el (org-export-table-row-tags): New option.
2426         (org-format-org-table-html): Rename `nlines' to `nline', use new
2427         option.
2430 2009-06-17  Carsten Dominik  <carsten.dominik@gmail.com>
2432         * org-exp-blocks.el: Declare functions and variables.
2434         * org-remember.el (org-remember-templates): Allow the headline
2435         element to be a function.
2436         (org-remember-apply-template): If the headline is a function, call
2437         it to get the true function.
2439         * org-clock.el (org-clock-menu): New function.
2440         (org-clock-update-mode-line): Update help string.
2441         (org-clock-modify-effort-estimate): New function.
2442         (org-clock-mark-default-task): New function.
2444         * org.el (org-hh:mm-string-to-minutes): Also take just a number of
2445         minutes as input.
2446         (org-org-menu): Add new clocking stuff.
2447         (org-clock-is-active): New function.
2449 2009-06-14  Carsten Dominik  <carsten.dominik@gmail.com>
2451         * org.el (org-open-non-existing-files): Improve docstring.
2453 2009-06-11  Carsten Dominik  <carsten.dominik@gmail.com>
2455         * org-icalendar.el (org-icalendar-include-bbdb-anniversaries): New
2456         option.
2457         (org-export-icalendar): Call `org-bbdb-anniv-export-ical'.
2459         * org-bbdb.el (org-bbdb-anniv-export-ical): New function.
2461         * org-list.el (org-get-checkbox-statistics-face): Use the new
2462         faces.
2464         * org-faces.el (org-checkbox-statistics-todo)
2465         (org-checkbox-statistics-done): New faces.
2467 2009-06-09  Carsten Dominik  <carsten.dominik@gmail.com>
2469         * org-src.el (org-src-mode): Renamed from `org-exit-edit-mode'.
2470         (org-edit-src-exit): Better cursor positioning when returning from
2471         editing.
2473         * org-latex.el (org-export-latex-use-verb): New variable.
2474         (org-export-latex-emph-format): Prefer \texttt over \verb when
2475         org-export-latex-use-verb is set.
2477 2009-06-08  Carsten Dominik  <carsten.dominik@gmail.com>
2479         * org-docbook.el (org-export-docbook-close-lists-maybe): Also look
2480         at normal indentation.
2482         * org-html.el (org-export-html-close-lists-maybe): Also look at
2483         normal indentation.
2485         * org-remember.el (org-remember-handler): Abort remember if the
2486         buffer is empty.
2488         * org-src.el (org-edit-src-content-indentation): New option.
2489         (org-edit-src-exit): Apply extra indentation.
2491         * org-exp.el (org-export-format-source-code-or-example): Run
2492         `org-src-mode-hook'.
2494         * org-src.el (org-src-mode-hook): New variable.
2495         (org-edit-src-code): Run `org-src-mode-hook'.
2497 2009-06-07  Carsten Dominik  <carsten.dominik@gmail.com>
2499         * org.el (org-indent-line-function): Fix indentation of +#end lines.
2501         * org-src.el (org-edit-src-get-indentation): New function.
2502         (org-edit-src-code): Base indentation on the begin line.
2504 2009-06-07  Tassilo Horn  <tassilo@member.fsf.org>
2506         * org-gnus.el (org-gnus-store-link): Require message.el in
2507         org-gnus-store-link.
2509 2009-06-07  Carsten Dominik  <carsten.dominik@gmail.com>
2511         * org-src.el: New file, split out of org.el
2513         * org-docbook.el (org-export-as-docbook): Better indentation
2514         treatment.
2516         * org-macs.el (org-replace-match-keep-properties): New function.
2518         * org-exp.el (org-export-mark-blockquote-verse-center): Better
2519         preprocessing of center and quote and verse blocks.
2521         * org-docbook.el (org-export-docbook-close-lists-maybe): New function.
2522         (org-export-as-docbook): Close lists when original indentation
2523         mandates it.
2525         * org-html.el (org-export-html-close-lists-maybe): New function.
2526         (org-export-as-html): Close lists when original indentation
2527         mandates it.
2529         * org-list.el (org-list-end): Respect the stored "original"
2530         indentation when determining the end of the list.
2532         * org-exp.el (org-export-replace-src-segments-and-examples):
2533         Remember indentation correctly.
2535 2009-06-06  Carsten Dominik  <carsten.dominik@gmail.com>
2537         * org-clock.el (org-clock-update-mode-line): Apply face
2538         org-mode-line-clock.
2540         * org-faces.el (org-mode-line-clock): New face.
2542 2009-06-05  Tassilo Horn  <tassilo@member.fsf.org>
2544         * org-gnus.el (org-gnus-store-link): Fix bug where
2545         `org-gnus-store-link' used wrong subject when called in an article
2546         buffer.  Patch provided by fengli AT gmail DOT com.
2548 2009-06-04  Carsten Dominik  <carsten.dominik@gmail.com>
2550         * org-exp.el (org-export-format-source-code-or-example): Remember
2551         the original indentation of source code snippets and examples.
2553         * org-latex.el (org-export-as-latex): Relocate the table of
2554         contents.
2556         * org.el (org-ctrl-c-ctrl-c): Update clock lines.
2558         * org-agenda.el (org-run-agenda-series): Scope global options also
2559         when creating the agenda buffer.
2561 2009-06-03  Carsten Dominik  <carsten.dominik@gmail.com>
2563         * org.el (org-adapt-indentation): Improve documentation.
2564         (org-insert-property-drawer): Respect org-adapt-indentation when
2565         inserting the drawer.
2566         (org-remove-flyspell-overlays-in): New function.
2567         (org-do-emphasis-faces, org-activate-plain-links)
2568         (org-activate-code, org-fontify-meta-lines-and-blocks)
2569         (org-activate-angle-links, org-activate-footnote-links)
2570         (org-activate-bracket-links, org-activate-dates)
2571         (org-activate-target-links, org-activate-tags): Remove flyspell
2572         overlays.
2574 2009-06-02  Carsten Dominik  <carsten.dominik@gmail.com>
2576         * org.el (org-edit-src-save): New function.
2578         * org-clock.el (org-clock-out-switch-to-state): New option.
2579         (org-clock-out): Honor `org-clock-out-switch-to-state'.
2581         * org-compat.el (org-compatible-face): Improve macro.
2583         * org.el (org-global-properties-fixed): Add default for
2584         CLOCK_MODELINE_TOTAL.
2586         * org-clock.el (org-clock-sum): Accept lists and strigs as tstart
2587         andd tend.
2588         (org-clock-sum-current-item): Optional argument TSTART, pass it to
2589         org-clock-sum.
2590         (org-clock-get-sum-start): New function.
2592         * org.el (org-startup-options): New keywords blockhide and
2593         blockshow.
2594         (org-mode): Add new invisibility spec.
2595         (org-set-startup-visibility): Hide block on startup if so
2596         desired.
2597         (org-hide-block-startup): New option.
2598         (org-block-regexp): New constant.
2599         (org-hide-block-overlays): New variable.
2600         (org-block-map, org-hide-block-toggle-all, org-hide-block-all)
2601         (org-show-block-all, org-hide-block-toggle-maybe)
2602         (org-hide-block-toggle): New functions.
2603         (org-edit-src-exit): Do not quote lines starting with # and no +
2604         behind it.
2605         (org-auto-repeat-maybe): Add LAST_REPEAT properter for a repeating
2606         entry.
2608 2009-05-30  Carsten Dominik  <carsten.dominik@gmail.com>
2610         * org.el (org-buffer-property-keys): Add Effort property for
2611         completion.
2613 2009-05-28  Carsten Dominik  <carsten.dominik@gmail.com>
2615         * org-clock.el (org-clock-sum-current-item): Fix positioning bug
2616         when retrieving total clocked time in the subtree.
2618         * org.el (org-quoting-blocks): New variable.
2620 2009-05-27  Carsten Dominik  <carsten.dominik@gmail.com>
2622         * org-table.el (org-table-store-formulas)
2623         (org-table-get-stored-formulas, org-table-fix-formulas)
2624         (org-table-edit-formulas, orgtbl-ctrl-c-ctrl-c)
2625         (orgtbl-gather-send-defs): Allow indented #+TBLFM line.
2627         * org.el (org-fontify-meta-lines, org-ctrl-c-ctrl-c): Allow
2628         indented #+TBLFM line.
2630         * org-footnote.el (org-footnote-goto-local-insertion-point): Allow
2631         indented #+TBLFM line.
2633         * org-colview.el (org-dblock-write:columnview): Allow indented
2634         #+TBLFM line.
2636         * org-colview-xemacs.el (org-dblock-write:columnview): Allow
2637         indented #+TBLFM line.
2639         * org-clock.el (org-dblock-write:clocktable): Allow indented
2640         #+TBLFM line.
2642 2009-05-26  Carsten Dominik  <carsten.dominik@gmail.com>
2644         * org-exp.el (org-export-format-source-code-or-example): Make
2645         editing indented blocks work correctly.
2647         * org.el (org-edit-src-nindent): New variable.
2648         (org-edit-src-code, org-edit-fixed-width-region)
2649         (org-edit-src-find-region-and-lang, org-edit-src-exit): Make
2650         editing indented blocks work correctly.
2652 2009-05-24  Carsten Dominik  <carsten.dominik@gmail.com>
2654         * org-exp.el (org-export-replace-src-segments-and-examples): FInd
2655         indented blocks.
2656         (org-export-format-source-code-or-example): Fix indentation of
2657         blocks.
2658         (org-export-remove-indentation): New function.
2659         (org-export-select-backend-specific-text): Allow backend-specific
2660         code to be indented.
2661         (org-export-mark-blockquote-verse-center): Allow markers to be
2662         indented.
2664         * org.el (org-fontify-meta-lines): New function.
2665         (org-set-font-lock-defaults): Call the new fontification
2666         function.
2668         * org-faces.el (org-meta-line): New face
2669         (org-block):  New face.
2671 2009-05-27  Carsten Dominik  <carsten.dominik@gmail.com>
2673         * org.el (org-treat-insert-todo-heading-as-state-change)
2674         (org-treat-S-cursor-todo-selection-as-state-change): New
2675         variables.
2676         (org-insert-todo-heading): Honor
2677         `org-treat-insert-todo-heading-as-state-change'.
2678         (org-shiftright, org-shiftleft): Honor
2679         `org-treat-S-cursor-todo-selection-as-state-change'.
2680         (org-inhibit-logging): New variable.
2682 2009-05-23  Carsten Dominik  <carsten.dominik@gmail.com>
2684         * org-agenda.el (org-remove-subtree-entries-from-agenda): Reduce
2685         range for marker position checking.
2687         * org-latex.el (org-export-latex-first-lines): Fix bug when
2688         exporting a region.
2690 2009-05-22  Carsten Dominik  <carsten.dominik@gmail.com>
2692         * org-exp.el (org-export-push-to-kill-ring): Protect using
2693         x-set-selection, because that does not always work.
2695         * org-agenda.el (org-agenda-list): Apply the new face
2696         `org-agenda-date-today'.
2698         * org-faces.el (org-agenda-date-today): New face.
2700 2009-05-21  Carsten Dominik  <carsten.dominik@gmail.com>
2702         * org-agenda.el (org-agenda-to-appt): Turn off restriction when
2703         creating appointments.
2705         * org-latex.el (org-export-latex-low-levels): Fix customization
2706         type.
2708         * org.el (org-priority, org-shiftup, org-shiftdown): Disable
2709         priority commands.
2711         * org-agenda.el (org-agenda-priority): Disable priority commands.
2713         * org.el (org-enable-priority-commands): New option.
2715         * org-colview-xemacs.el (org-columns-compute)
2716         (org-columns-number-to-string): Fix problems with empty fields.
2718         * org-colview.el (org-columns-compute)
2719         (org-columns-number-to-string): Fix problems with empty fields.
2721         * org-exp.el (org-export-push-to-kill-ring): New function.
2722         (org-export-copy-to-kill-ring): New option.
2724         * org-latex.el (org-export-as-latex): Call
2725         `org-export-push-to-kill-ring'.
2727         * org-html.el (org-export-as-html): Call
2728         `org-export-push-to-kill-ring'.
2730         * org-docbook.el (org-export-as-docbook): Call
2731         `org-export-push-to-kill-ring'.
2733         * org-ascii.el (org-export-as-ascii): Call
2734         `org-export-push-to-kill-ring'.
2736         * org-exp.el (org-export-show-temporary-export-buffer): New
2737         option.
2739         * org-latex.el (org-export-as-latex): Use
2740         `org-export-show-temporary-export-buffer'.
2742         * org-html.el (org-export-as-html): Use
2743         `org-export-show-temporary-export-buffer'.
2745         * org-docbook.el (org-export-as-docbook): Use
2746         `org-export-show-temporary-export-buffer'.
2748         * org-ascii.el (org-export-as-ascii-to-buffer): Use
2749         `org-export-show-temporary-export-buffer'.
2751         * org-exp.el (org-export-show-temporary-export-buffer): New
2752         option.
2753         (org-export-push-to-kill-ring): New function.
2755         * org-colview.el (org-columns-compile-map): New variable.
2756         (org-columns-new, org-columns-compute)
2757         (org-columns-number-to-string, org-columns-uncompile-format)
2758         (org-columns-compile-format): Implement new operators.
2760 2009-05-20  Carsten Dominik  <carsten.dominik@gmail.com>
2762         * org-exp.el (org-export-plist-vars): Add :xml-declaration.
2764         * org-html.el (org-export-html-xml-declaration): New option.
2765         (org-export-as-html): Use `org-export-html-xml-declaration'.
2767         * org-list.el (org-update-checkbox-count): Make property
2768         dependent.
2770         * org.el (org-hierarchical-todo-statistics): New option.
2771         (org-update-parent-todo-statistics): Modified to handle recursive
2772         statistics.
2774 2009-05-19  Carsten Dominik  <carsten.dominik@gmail.com>
2776         * org-publish.el (org-publish): Make this function behave
2777         correctly in interactive use when called with a prefix argument.
2779         * org.el (org-todo-statistics-hook): New hook.
2780         (org-update-parent-todo-statistics): Use new hook.
2781         (org-log-into-drawer): New function.
2782         (org-add-log-setup): Use the new `org-log-into-drawer' function to
2783         determine if we should be logging into a drawer.
2784         (org-log-into-drawer): Update docstring.
2785         (org-default-properties): Add LOG_INTO_DRAWER as a property.
2787         * org-list.el (org-checkbox-statistics-hook): New hook.
2788         (org-update-checkbox-count-maybe): Use new hook.
2790         * org-ascii.el (org-export-ascii-copy-to-kill): New option.
2791         (org-export-as-ascii): Hide export buffer, and copy exported ASCII
2792         to kill ring.
2794 2009-05-17  Carsten Dominik  <carsten.dominik@gmail.com>
2796         * org-ascii.el (org-export-as-ascii): Fix bug with match string in
2797         a line.
2799 2009-05-16  Carsten Dominik  <carsten.dominik@gmail.com>
2801         * org.el (org-edit-src-code, org-edit-fixed-width-region): Use a
2802         better bufer-generating mechanism.
2803         (org-edit-src-find-buffer): New function.
2805         * org-icalendar.el (org-print-icalendar-entries): Don't check for
2806         archive tag, this is already done by `org-agenda-skip'.
2807         data while constructing lost of tags.
2809 2009-05-15  Carsten Dominik  <carsten.dominik@gmail.com>
2811         * org-exp.el (org-export-preprocess-apply-macros): Use semicolon
2812         as argument separator in macros.
2814         * org-html.el (org-export-as-html): Add xml declaration.
2816 2009-05-14  Carsten Dominik  <carsten.dominik@gmail.com>
2818         * org.el (org-after-sorting-entries-or-items-hook): New hook.
2819         (org-sort-entries-or-items): Run the new hook.
2820         (org-after-refile-insert-hook): New hook.
2821         (org-refile): Run `org-after-refile-insert-hook'.
2823         * org-agenda.el (org-agenda-get-progress): Never take time of day
2824         from headline when displaying progress.
2826         * org-latex.el (org-export-latex-complex-heading-re): New variable.
2827         (org-export-as-latex): Force the correct regexp in the
2828         preprocessor buffer.
2829         (org-export-latex-set-initial-vars): Set
2830         `org-export-latex-complex-heading-re'.
2832         * org-agenda.el (org-agenda-start-with-log-mode): New option.
2833         (org-agenda-mode): Use `org-agenda-start-with-log-mode'.
2835 2009-05-13  Carsten Dominik  <carsten.dominik@gmail.com>
2837         * org-latex.el (org-export-latex-tables-centered): New option.
2838         (org-export-latex-tables): Use `org-export-latex-tables-centered'.
2840         * org-exp.el (org-export-as-org): New command.
2841         (org-export-as-org): New command.
2843         * org-publish.el (org-publish-org-to-org): New function.
2845 2009-05-12  Carsten Dominik  <carsten.dominik@gmail.com>
2847         * org.el (org-yank): Just call `org-yank-generic'.
2848         (org-yank-generic): New function, containing the formaer
2849         functionality of `org-yank'.
2851         * org-latex.el (org-export-latex-not-done-keywords)
2852         (org-export-latex-done-keywords): New variables.
2853         (org-export-latex-todo-keyword-markup): New option.
2854         (org-export-latex-set-initial-vars): Remember the TODO keywords.
2855         (org-export-latex-keywords-maybe): Apply the TODO markup.
2857 2009-05-11  Carsten Dominik  <carsten.dominik@gmail.com>
2859         * org-exp.el (org-infile-export-plist): Add more default macros.
2860         (org-export-preprocess-apply-macros): Process macro arguments.
2862 2009-05-10  Carsten Dominik  <carsten.dominik@gmail.com>
2864         * org-icalendar.el (org-icalendar-include-todo): New allowedvalue
2865         `unblocked'.
2866         (org-print-icalendar-entries): Respect the new value of
2867         `org-icalendar-include-todo'.
2869         * org.el (org-link-try-special-completion)
2870         (org-file-complete-link): New functions.
2871         (org-insert-link): Add special completion support for some link
2872         types.
2874         * org-bbdb.el (org-bbdb-complete-link): New function.
2876 2009-05-08  Carsten Dominik  <carsten.dominik@gmail.com>
2878         * org-list.el (org-update-checkbox-count): Allow recursive
2879         statistics.
2880         (org-hierarchical-checkbox-statistics): New option.
2882         * org.el (org-cycle): Remove erraneous space character.
2884         * org-icalendar.el (org-icalendar-timezone): Initialize from
2885         environment.
2887         * org-html.el (org-format-org-table-html): Specify the scope.
2888         (org-format-table-table-html): Specify the scope.
2889         (org-export-table-header-tags): Prepare the scope parameter.
2891 2009-05-07  Carsten Dominik  <carsten.dominik@gmail.com>
2893         * org-html.el
2894         (org-export-html-table-use-header-tags-for-first-column): New
2895         option.
2897         * org.el (org-autoload): Fix autoloading of ascii export
2898         functions.
2899         (org-modules): Add org-special-blocks.
2901 2009-05-06  Carsten Dominik  <carsten.dominik@gmail.com>
2903         * org-icalendar.el (org-start-icalendar-file): Use the new option.
2904         (org-ical-timezone): New option.
2906         * org-exp.el (org-export-get-coderef-format): Use the description
2907         is present.
2909         * org.el (org-sort-entries-or-items): Improve docstring, and make
2910         better implementation for time sorting.
2912 2009-05-05  Carsten Dominik  <carsten.dominik@gmail.com>
2914         * org.el (org-edit-src-persistent-message): New option.
2915         (org-edit-src-code, org-edit-fixed-width-region): Use the new
2916         option.
2918         * org-clock.el (org-clock-insert-selection-line): Fix prefious
2919         patch.
2921         * org.el (org-edit-src-code, org-edit-fixed-width-region): Use
2922         separate buffer instead of indirect buffer to edit source code.
2923         (org-edit-src-exit): Make this function work with the new setup.
2925         * org-clock.el (org-clock-insert-selection-line): Make sure tasks
2926         are properly fontified before shown in the selection menu.
2928         * org.el (org-fontify-like-in-org-mode): New function.
2930         * org-latex.el (org-export-latex-links): Use the property list to
2931         retrieve the default image attributes.
2933         * org-exp.el (org-export-plist-vars): Add a new option.
2935 2009-05-04  Carsten Dominik  <carsten.dominik@gmail.com>
2937         * org-exp.el (org-export, org-export-visible): Support ASCII
2938         export to buffer
2939         (org-export-normalize-links): Do not protect the description if it
2940         is explicitly given.
2942         * org-ascii.el (org-export-as-ascii-to-buffer)
2943         (org-replace-region-by-ascii, org-export-region-as-ascii): New
2944         commands.
2945         (org-export-as-ascii): Add all the same parameters that are also
2946         supported by the other export functions.
2948         * org-list.el (org-reset-checkbox-state-subtree): Moved here from
2949         org-checklist.el.
2950         (org-reset-checkbox-state-subtree): Call
2951         `org-reset-checkbox-state-subtree'.
2953         * org-remember.el (org-select-remember-template): For the
2954         selection of a valid template.
2956         * org-latex.el (org-export-region-as-latex): Supply the
2957         force-no-subtree argument.
2958         (org-export-as-latex): Provide better limits when exporting the
2959         first line.  When exporting to string, we still want the first
2960         lines.
2961         (org-export-latex-first-lines): New argument END, to force the end
2962         of the region.
2963         (org-export-region-as-latex): Use the property list.
2964         (org-export-as-latex):
2966         * org-colview-xemacs.el (org-columns-remove-overlays)
2967         (org-columns): Fix call to `local-variable-p'.
2969 2009-05-02  Carsten Dominik  <carsten.dominik@gmail.com>
2971         * org-html.el (org-export-html-after-blockquotes-hook): New hook.
2972         (org-export-as-html): Run the new hook.
2974         * org-latex.el (org-export-latex-after-blockquotes-hook): New hook.
2975         (org-export-latex-preprocess): Run the new hook.
2977         * org-exp.el (org-export-preprocess-after-blockquote-hook): New hook.
2978         (org-export-preprocess-string): Run the new hook.
2980 2009-04-30  Carsten Dominik  <carsten.dominik@gmail.com>
2982         * org-macs.el (org-check-external-command): New defsubst.
2984         * org.el (org-mode-map): New key for reload.
2985         (org-format-latex): Better error message when external programs
2986         are not available.
2988         * org-agenda.el (org-agenda-mode-map): Bind `org-reload'.
2990         * org.el (org-sort-entries-or-items): Explicit sorting function
2991         for priorities, needed for XEmacs compatibility.
2993         * org-remember.el (org-remember-apply-template): Improve auto-save
2994         behavior.
2996 2009-04-29  Carsten Dominik  <carsten.dominik@gmail.com>
2998         * org-latex.el (org-export-latex-preprocess): Also protect
2999         environments ending in a star.
3001         * org-list.el (org-at-item-p): Fix regular expression.
3003 2009-04-24  Carsten Dominik  <carsten.dominik@gmail.com>
3005         * org.el (org-end-of-subtree): Improve speed.
3007         * org-agenda.el (org-agenda-get-timestamps)
3008         (org-agenda-get-progress, org-agenda-get-deadlines)
3009         (org-agenda-get-scheduled, org-agenda-get-blocks): Optimizations,
3010         in particular, wait as long as possible to collect the tags.
3011         (org-stuck-projects): Improve docstring.
3013         * org.el (org-store-link): No errors when getting custom id before
3014         first headline.
3015         (org-get-tags-at): Use `org-up-heading-safe' when getting tags.
3017 2009-04-23  Carsten Dominik  <carsten.dominik@gmail.com>
3019         * org.el (org-prepare-agenda-buffers): Catch a throw to nextfile.
3021         * org-protocol.el: Remove dependency on url.el.
3022         (org-protocol-unhex-compound, org-protocol-open-source): Remove
3023         dependency on url.el.
3025         * org-latex.el (org-export-as-pdf): Use
3026         `org-latex-to-pdf-process'.
3028 2009-04-22  Carsten Dominik  <carsten.dominik@gmail.com>
3030         * org-latex.el (org-latex-to-pdf-process): New option.
3032         * org-agenda.el (org-agenda-skip-additional-timestamps-same-entry):
3033         New option.
3034         (org-agenda-get-timestamps): Honor
3035         `org-agenda-skip-additional-timestamps-same-entry'.
3037         * org-clock.el (org-clock-goto-may-find-recent-task): New option.
3038         (org-clock-goto): Find recent task only if
3039         `org-clock-goto-may-find-recent-task' allows it.
3041         * org-exp.el (org-export-remove-or-extract-drawers): Handle empty
3042         drawers, and drawers that are missing the :END: line.
3044 2009-04-21  Carsten Dominik  <carsten.dominik@gmail.com>
3046         * org-clock.el (org-clock-goto): Go to recently clocked task if no
3047         clock is running.
3049 2009-04-21  Carsten Dominik  <carsten.dominik@gmail.com>
3051         * org.el (org-update-parent-todo-statistics): Check for
3052         STATISTICS_FROM property.
3054         * org-list.el (org-update-checkbox-count): Check for
3055         STATISTICS_FROM property.
3057         * org.el (org-tab-first-hook)
3058         (org-tab-after-check-for-table-hook)
3059         (org-tab-after-check-for-cycling-hook): New hooks.
3060         (org-cycle-internal-global, org-cycle-internal-local): New
3061         functions, split out from `org-cycle'.
3062         (org-cycle): Call the new hooks.
3064 2009-04-19  Carsten Dominik  <carsten.dominik@gmail.com>
3066         * org-exp.el (org-export-preprocess-string): Reset the list of
3067         preferred targets for each run of the preprocessor.
3069         * org.el (org-refile-target-verify-function): Improve
3070         documentation.
3071         (org-get-refile-targets): Respect point being moved by the
3072         verification function.
3074         * org-latex.el (org-export-latex-timestamp-keyword-markup): New
3075         option.
3076         (org-export-latex-keywords): Use new option.
3078         * org.el (org-rear-nonsticky-at): New defsubst.
3079         (org-activate-plain-links, org-activate-angle-links)
3080         (org-activate-footnote-links, org-activate-bracket-links)
3081         (org-activate-dates, org-activate-target-links)
3082         (org-activate-tags): Place the rear-nonsticky properties at the
3083         correct location.
3085 2009-04-18  Carsten Dominik  <carsten.dominik@gmail.com>
3087         * org-protocol.el (server-edit): Declare `server-edit'.
3088         (org-protocol-unhex-string, org-protocol-unhex-compound): New
3089         functions.
3090         (org-protocol-check-filename-for-protocol): Call `server-edit'.
3092         * org.el (org-default-properties): New default properteis for
3093         completion.
3095         * org-exp.el (org-export-add-subtree-options): Add new properties
3096         for subtree export.
3098         * org-docbook.el (org-export-docbook-keywords-markup)
3099         (org-export-docbook-timestamp-markup): New options.
3100         (org-export-docbook-protect-tags): New function.
3102 2009-04-17  Carsten Dominik  <carsten.dominik@gmail.com>
3104         * org-id.el (org-id-get-with-outline-path-completion): Turn off
3105         org-refile-target-verify-function for the duration of the command.
3107         * org.el (org-link-to-org-use-id): New possible value
3108         `create-if-interactive-and-no-custom-id'.
3109         (org-store-link): Use custom IDs.
3110         (org-link-search): Find custom ID properties from #link.
3111         (org-default-properties): Add CUSTOM_ID for property completion.
3112         (org-refile-target-verify-function): New option.
3113         (org-goto): Turn off org-refile-target-verify-function
3114         for the duration of the command.
3116 2009-04-16  Carsten Dominik  <carsten.dominik@gmail.com>
3118         * org-html.el (org-export-as-html): Use custom IDs in the toc.
3120         * org-exp.el (org-export-preferred-target-alist): New variable.
3121         (org-export-define-heading-targets): Find the new CUSTOM_ID
3122         property.
3123         (org-export-target-internal-links): Target the custom ids when
3124         possible.
3126         * org-latex.el (org-export-latex-preprocess): Better regexp for
3127         matching latex macros with arguments.
3129 2009-04-15  Carsten Dominik  <carsten.dominik@gmail.com>
3131         * org-remember.el (org-remember-handler): Allow filing to non-org
3132         files.
3134 2009-04-15  Magnus Henoch <magnus.henoch@gmail.com>
3136         * org-feed.el (org-feed-alist): New keyword options.
3137         (org-feed-update): Use the new options.
3138         (org-feed-parse-rss-feed): Renamed from `org-feed-parse-feed'.
3139         (org-feed-parse-rss-entry): Renamed from `org-feed-parse-entry'.
3140         (org-feed-parse-atom-feed, org-feed-parse-atom-entry): New
3141         functions.
3143         * org-table.el (org-table-fix-formulas): Do not change references
3144         to remote tables.
3145         (org-table-get-remote-range): Convert standard coordinates to RC
3146         format.
3148         * org-latex.el (org-export-latex-keywords): Fix regexp bug.
3150 2009-04-14  Carsten Dominik  <carsten.dominik@gmail.com>
3152         * org-compat.el (org-sha1-string): Function removed.
3154         * org.el (org-refile-allow-creating-parent-nodes): New option.
3155         (org-refile-get-location): New argument NEW-NODES.
3156         (org-refile): Call `org-refile-get-location' with the new
3157         argument.
3158         (org-refile-get-location): Arrange for adding a new child.
3159         (org-refile-new-child): New function.
3161         * org-html.el (org-html-handle-time-stamps): Wrap time stamps into
3162         an additional span element.
3164         * org-clock.el: Fix a number of docstrings.
3165         (org-clock-find-position): New argument
3166         FIND-UNCLOSED to make the function find an unclosed clock in the
3167         entry.
3168         (org-clock-in): Call `org-clock-find-position' with the new
3169         argument if we might be resuming a clock.
3171 2009-04-13  Carsten Dominik  <carsten.dominik@gmail.com>
3173         * org-latex.el (org-export-latex-display-custom-times): New variable.
3174         (org-export-latex-timestamp-markup): New option.
3175         (org-export-latex-set-initial-vars): Remember the local value of
3176         `org-display-custom-times'.
3177         (org-export-latex-content): Process time stamps.
3178         (org-export-latex-time-stamps): New function.
3180         * org-macs.el (org-maybe-intangible): Add intangible property
3181         again to invisible text.
3183 2009-04-12  Carsten Dominik  <carsten.dominik@gmail.com>
3185         * org-exp.el (org-default-export-plist): Handle undefined
3186         variables.
3188 2009-04-11  Carsten Dominik  <carsten.dominik@gmail.com>
3190         * org.el (org-sort-entries-or-items): Match TODO keywrds
3191         case-sensitively, when sorting.
3192         (org-priority): Do not match TODO keywords with wrong case.
3194 2009-04-09  Carsten Dominik  <carsten.dominik@gmail.com>
3196         * org-feed.el (org-feed-update): Bind the variable
3197         `new-formatted'.
3199         * org-html.el (org-export-as-html): Start paragraphs after literal
3200         examples.
3202         * org-docbook.el (org-export-as-docbook): Start paragraphs after
3203         literal examples.
3205 2009-04-08  Carsten Dominik  <carsten.dominik@gmail.com>
3207         * org.el (org-todo): Honor the NOBLOCKING property.
3209         * org-agenda.el (org-agenda-dim-blocked-tasks): Honor the
3210         NOBLOCKING property.
3212         * org.el (org-scan-tags): Fix bug in tag scanner
3214 2009-04-07  Carsten Dominik  <carsten.dominik@gmail.com>
3216         * org.el (org-modules): Mark obsolete packages.
3218         * org-html.el: New file, split out from org-exp.el.
3220         * org-icalendar.el: New file, split out from org-exp.el.
3222         * org-xoxo.el: New file, split out from org-exp.el.
3224         * org-ascii.el: New file, split out from org-exp.el.
3226 2009-04-06  Carsten Dominik  <carsten.dominik@gmail.com>
3228         * org-compat.el (org-find-library-name): New function.
3230         * org.el (org-pre-cycle-hook): New hook.
3231         (org-cycle): Call the new hook in appropriate places.
3232         (org-reload): Only reload files that have been loaded before.
3234 2009-04-05  Carsten Dominik  <carsten.dominik@gmail.com>
3236         * org.el (org-set-font-lock-defaults): Enforxe space or line end
3237         after todo keyword.
3238         (org-todo): When changing TODO state, do matching
3239         case-sensitively.
3240         (org-map-continue-from): New variable.
3241         (org-scan-tags): Respect values in `org-map-continue-from'.
3242         (org-reload): Make XEmacs compatible.
3244 2009-04-04  Carsten Dominik  <carsten.dominik@gmail.com>
3246         * org-protocol.el (org-protocol-flatten-greedy): New function.
3247         (org-protocol-flatten): New function.
3249         * org.el (org-open-link-from-string): Pass reference buffer to
3250         `org-open-at-point'.
3251         (org-open-at-point): New optional argument `reference-buffer'.
3253 2009-04-03  Carsten Dominik  <carsten.dominik@gmail.com>
3255         * org.el (org-scan-tags): Make tag scan find headline in first
3256         line, 2nd attempt.
3257         (org-get-refile-targets): Add the naked file name.
3258         (org-refile): Store as top-level entry when only file name was
3259         given.
3261         * org-agenda.el (org-agenda-get-progress): Fix regexp bug.
3263         * org.el (org-block-todo-from-children-or-siblings-or-parent):
3264         Renamed from org-block-todo-from-children-or-siblings, and
3265         enhanced to look for the parent's status as well.
3267         * org-agenda.el (org-agenda-log-mode-add-notes): New option.
3268         (org-agenda-get-progress): Add first notes line to log entry if so
3269         desired.
3271 2009-04-02  Carsten Dominik  <carsten.dominik@gmail.com>
3273         * org-agenda.el (org-agenda-cleanup-fancy-diary-hook): New hook.
3274         (org-agenda-cleanup-fancy-diary): Call the new hook.
3276         * org-remember.el (org-remember-apply-template): Take the default
3277         for the annotation from the :annotation property.
3279         * org-mac-message.el (org-mac-message-get-link): Remove the
3280         quotes.
3281         (org-mac-message-get-link): Return the result.
3283 2009-04-01  Carsten Dominik  <carsten.dominik@gmail.com>
3285         * org.el (org-refile-get-location): Add file name only if not
3286         already included in outline path.
3288         * org-faces.el (org-n-level-faces): Fix customization type from
3289         number to integer.
3291         * org-exp.el (org-export-headline-levels): Fix customization type
3292         from number to integer.
3294         * org-agenda.el (org-agenda-confirm-kill)
3295         (org-agenda-custom-commands-local-options)
3296         (org-timeline-show-empty-dates, org-agenda-ndays)
3297         (org-agenda-start-on-weekday, org-scheduled-past-days): Fix
3298         customization type from number to integer.
3300 2009-03-31  Carsten Dominik  <carsten.dominik@gmail.com>
3302         * org-protocol.el: Declare some functions.
3304         * org-inlinetask.el (org-inlinetask-export-handler): Fix line
3305         postion before inserting modified headline.
3307         * org-agenda.el (org-agenda-compare-effort): Honor
3308         `org-sort-agenda-noeffort-is-high'.
3309         (org-agenda-filter-by-tag, org-agenda-filter-make-matcher)
3310         (org-agenda-compare-effort): Implement the "?" operator for
3311         finding entries without effort setting.
3313         * org.el (org-extract-attributes-from-string): New function.
3315         * org-exp.el (org-export-splice-attributes): New function.
3317 2009-03-30  Carsten Dominik  <carsten.dominik@gmail.com>
3319         * org-mouse.el: XEmacs compatibility fixes
3321         * org-docbook.el (org-export-as-docbook): Process footnotes like
3322         normal text.
3324         * org.el (org-modules): Add org-inlinetasks.el
3325         (org-cycle): Implement limiting level on cycling.
3326         (org-move-subtree-down): Fix bug with swapping subtrees at end of
3327         buffer.
3329         * org-inlinetask.el: New file.
3331         * org.el (org-emphasis-regexp-components): Allow braces in
3332         emphasis pre and post match.
3334         * org-footnote.el (org-footnote-normalize): When only dorting, do
3335         not insert inline notes at the end.
3337         * org-docbook.el (org-id-find-id-file): Add function declaration.
3339         * org.el (org-require-autoloaded-modules): Add org-docbook.el.
3341         * org-docbook.el: New file.
3343 2009-03-28  Carsten Dominik  <carsten.dominik@gmail.com>
3345         * org.el (org-reftex-citation): New command.
3347 2009-03-27  Carsten Dominik  <carsten.dominik@gmail.com>
3349         * org-agenda.el (org-agenda-cmp-user-defined): New option.
3350         (org-sorting-choice, org-agenda-sorting-strategy): Add the new
3351         sorting options.
3352         (org-entries-lessp): Apply the new sorting option.
3354         * org.el (org-block-todo-from-children-or-siblings): Fix bug in
3355         blocker code, when an older sibling has children.
3357         * org-mac-message.el (org-mac-message-get-link): Improve getting
3358         links from multiple selected messages.
3360 2009-03-26  Carsten Dominik  <carsten.dominik@gmail.com>
3362         * org-remember.el (org-remember-finalize): Do not set buffer file
3363         name to nil.
3364         (org-remember-handler): Mark buffer as unmodified.
3365         (org-remember-handler): Delete backup file and show message about
3366         remaining backup files.
3367         (org-remember-auto-remove-backup-files): New option.
3369         * org.el (org-store-link): Use buffer name as link description in
3370         w3-mode buffers.
3371         (org-ido-switchb): Fix argument bug for completion.
3373         * org-remember.el (org-remember-apply-template): Set local
3374         variable `auto-save-visited-file-name' instead of global one.
3376 2009-03-25  Carsten Dominik  <carsten.dominik@gmail.com>
3378         * org-feed.el: Re-write.
3380         * org-agenda.el (org-agenda-get-todos): Fix bug with match-data.
3381         (org-agenda-get-todos): Mark file tags as inherited.
3382         (org-agenda-list): Always search diary lines for a time.
3384 2009-03-24  Carsten Dominik  <carsten.dominik@gmail.com>
3386         * org-feed.el (org-feed-assume-stable): New option.
3387         (org-feed-before-adding-hook): New hook.
3389         * org-exp.el (org-export-as-html): Close local lists depending on
3390         indentation, also when starting a table.
3392         * org-remember.el (org-remember-backup-directory)
3393         (org-remember-backup-name): New internal variable.
3395 2009-03-23  Carsten Dominik  <carsten.dominik@gmail.com>
3397         * org-clock.el (org-clock-out-if-current): Make buffer detection
3398         work in indirect buffers as well.
3400         * org.el (org-emphasis-regexp-components): Add the exxclamation
3401         mark to the post-emphasis characters.
3403 2009-03-22  Carsten Dominik  <carsten.dominik@gmail.com>
3405         * org.el (org-read-date-minibiffer-septup-hook): New hook.
3406         (org-read-date): Run the new hook.
3408         * org-mac-message.el (org-mac-flagged-mail): New group.
3409         (org-mac-mail-account): New variable.
3410         (org-mac-create-flagged-mail, org-mac-insert-flagged-mail): New
3411         commands.
3413         * org-remember.el (org-remember-backup-directory): New variable.
3414         (org-remember-apply-template): Write file to backup directory.
3416 2009-03-21  Carsten Dominik  <carsten.dominik@gmail.com>
3418         * org-mouse.el (org-mouse-todo-menu): New function.
3419         (org-mouse-todo-keywords): Function removed.
3420         (org-mouse-context-menu): Use `org-mouse-todo-menu'.
3422         * org-table.el (org-table-beginning-of-field)
3423         (org-table-end-of-field): New commands
3424         (org-table-previous-field, org-table-beginning-of-field): Better
3425         error messages.
3426         (orgtbl-setup): Include `M-a' and `M-e'.
3428         * org.el (org-backward-sentence, org-forward-sentence): New
3429         commands.
3431         * org-colview.el (org-colview-initial-truncate-line-value): New
3432         variable.
3433         (org-columns-remove-overlays): Restore the value of `truncate-lines'.
3434         (org-columns): Remember the value of `truncate-lines'.
3436         * org-colview-xemacs.el (org-colview-initial-truncate-line-value):
3437         New variable.
3438         (org-columns-remove-overlays): Restore the value of
3439         `truncate-lines'.
3440         (org-columns): Remember the value of `truncate-lines'.
3442         * org.el (org-columns-skip-arrchived-trees): New option.
3444         * org-agenda.el (org-agenda-export-html-style): Define color for
3445         org-agenda-done face.
3446         (org-search-view, org-agenda-get-todos, org-agenda-get-progress)
3447         (org-agenda-get-deadlines, org-agenda-get-scheduled): Use new face.
3449         * org.el (org-scan-tags): Use the new face.
3451         * org-faces.el (org-agenda-done): New face.
3453         * org.el (org-scan-tags): Test the value org
3454         `org-tags-match-list-sublevels'.
3455         (org-tags-match-list-sublevels): New allowed value: indented.
3457         * org-export-latex.el (org-export-latex-make-header): Apply macros
3458         in header.
3460         * org-exp.el (org-export-apply-macros-in-string): New function.
3462         * org-export-latex.el (org-export-latex-list-parameters): Fix bug
3463         with the definition of a checked box.
3465         * org-clock.el (org-clock-find-position): Fix drawer indentations.
3467         * org-export-latex.el (org-export-latex-low-levels): More options
3468         for how to process lower levels in LaTeX.
3469         (org-export-latex-subcontent): Better treatment for lists as a
3470         means of publishing lower levels.
3472 2009-03-20  Carsten Dominik  <carsten.dominik@gmail.com>
3474         * org.el (org-set-font-lock-defaults): Use new checkbox face.
3476         * org-faces.el (org-checkbox): New face.
3478         * org-exp.el (org-export-html-preprocess): Only create LaTeX
3479         fragement images if there is an export file.
3481 2009-03-19  Carsten Dominik  <carsten.dominik@gmail.com>
3483         * org-agenda.el (org-stuck-projects): Document that the subtree of
3484         projects that are not stuck will now be searched for stuck
3485         sub-projects.
3486         (org-agenda-skip-entry-when-regexp-matches)
3487         (org-agenda-skip-entry-when-regexp-matches-in-subtree): New functions.
3488         (org-agenda-list-stuck-projects): Use
3489         `org-agenda-skip-entry-when-regexp-matches-in-subtree'.
3491         * org-export-latex.el (org-export-latex-preprocess): Improve
3492         export of verses.
3494         * org-exp.el (org-export-as-html): Implement centering as a div
3495         rather than a paragraph.  Do a better job with line-end in verse
3496         environments.
3498 2009-03-17  Carsten Dominik  <carsten.dominik@gmail.com>
3500         * org.el (org-open-at-point): Fix tags searches by mouse click.
3502 2009-03-16  Carsten Dominik  <carsten.dominik@gmail.com>
3504         * org-export-latex.el (org-export-latex-preprocess): Implement the
3505         centering markup.
3507         * org-exp.el (org-export-mark-blockquote-verse-center): Renamed
3508         from `org-export-mark-blockquote-and-verse'.
3509         (org-export-as-html): Implement the centering markup.
3511         * org-export-latex.el (org-export-latex-tables): Fix vertical
3512         lines in tables.
3514 2009-03-15  Carsten Dominik  <carsten.dominik@gmail.com>
3516         * org.el (org-read-date-history): New variable.
3517         (org-read-date): Use new history variable.
3518         (org-toggle-heading): Fix bug when used before first headline.
3519         (org-store-log-note): Remove drawer if empty while note is
3520         aborted.
3521         (org-remove-empty-drawer-at): New function.
3522         (org-check-after-date): New command.
3523         (org-sparse-tree): New sparse tree command "a".
3525         * org-exp.el (org-export-as-ascii): Improve export of plain lists.
3527 2009-03-14  Bastien Guerry  <bzg@altern.org>
3529         * org.el (org-toggle-fixed-width-section): Bug fix: insert a
3530         column and a space, not only a column.
3532 2009-03-14  Carsten Dominik  <carsten.dominik@gmail.com>
3534         * org-export-latex.el (org-export-latex-emphasis-alist): Better
3535         defaults for verbose emphasis.
3536         (org-export-latex-emph-format): New function.
3537         (org-export-latex-fontify): Call `org-export-latex-emph-format'.
3539         * org-agenda.el (org-agenda-menu): Add new commands to menu.
3540         (org-agenda-do-date-later, org-agenda-do-date-earlier)
3541         (org-agenda-date-later-minutes, org-agenda-date-earlier-minutes)
3542         (org-agenda-date-later-hours, org-agenda-date-earlier-hours): New
3543         commands.
3545         * org.el (org-timestamp-change): Move end-time along with start
3546         time.
3548 2009-03-12  Carsten Dominik  <carsten.dominik@gmail.com>
3550         * org-exp.el (org-export-target-internal-links)
3551         (org-export-as-html): Protect links specified as #name.
3553 2009-03-11  Carsten Dominik  <carsten.dominik@gmail.com>
3555         * org.el (org-clone-subtree-with-time-shift): New command.
3557         * org-export-latex.el (org-export-latex-special-chars)
3558         (org-export-latex-treat-sub-super-char): Fix subscript export.
3560         * org-exp.el (org-create-multibrace-regexp): Do not add
3561         backslashes to the class.
3563 2009-03-10  Carsten Dominik  <carsten.dominik@gmail.com>
3565         * org-colview.el (org-columns-map): Better functions for moving up
3566         and down a row, even if `truncate-line' is nil.
3568         * org.el (org-insert-todo-heading): Make sure the keyword is
3569         inserted at the correct position.
3571         * org-publish.el (org-publish-project-alist)
3572         (org-publish-projects, org-publish-org-index): Change default anme
3573         for the index of file names to "sitemap.org".
3575         * org-export-latex.el (org-export-latex-tables): Use
3576         `org-split-string', for Emacs 21 compatibility.
3578 2009-03-09  Carsten Dominik  <carsten.dominik@gmail.com>
3580         * org-agenda.el (org-agenda-log-mode-items): Improve docstring.
3582 2009-03-08  Carsten Dominik  <carsten.dominik@gmail.com>
3584         * org-exp.el (org-export-page-description)
3585         (org-export-page-keywords): New variables.
3586         (org-export-plist-vars): Add entries for :keywords and
3587         :description.
3588         (org-infile-export-plist): Parse for new keywords.
3589         (org-get-current-options): Add new keywords
3590         (org-export-as-html): Publish description and keywords.
3592         * org-agenda.el (org-agenda-add-entry-text-descriptive-links): New
3593         option.
3594         (org-agenda-add-entry-text): Honor
3595         `org-agenda-add-entry-text-descriptive-links'.
3597         * org-export-latex.el (org-export-latex-preprocess): Make all
3598         external preprocess functions use a PARAMETER arg.
3600         * org-exp.el (org-export-preprocess-string)
3601         (org-export-select-backend-specific-text)
3602         (org-export-format-source-code-or-example)
3603         (org-format-org-table-html): Support docbook export.
3604         (org-export-preprocess-string): Make all external preprocess
3605         functions use a PARAMETER arg.
3607 2009-03-07  Carsten Dominik  <carsten.dominik@gmail.com>
3609         * org-exp.el (org-export-html-style-include-scripts): New option.
3610         (org-export-plist-vars): Add new option
3611         `org-export-html-style-include-scripts'.
3612         (org-export-as-html): Honor new option
3613         `org-export-html-style-include-scripts'.
3614         (org-export-html-scripts, org-export-html-style-default): Fix
3615         xml issues with the Safari browser.
3617 2009-03-06  Carsten Dominik  <carsten.dominik@gmail.com>
3619         * org-publish.el (org-publish-attachment): Only copy file when the
3620         directories differ.
3622 2009-03-05  Carsten Dominik  <carsten.dominik@gmail.com>
3624         * org-clock.el (org-clocktable-steps): Use inactive time stamps
3625         for clocktable steps.
3627         * org.el (org-additional-option-like-keywords): Add two more
3628         keywords.
3630 2009-03-04  Carsten Dominik  <carsten.dominik@gmail.com>
3632         * org-exp.el (org-export-format-source-code-or-example): Mark
3633         temporary buffer unmodified, so that it will be killed even if
3634         mode like message mode has decided to assign a file name.
3636         * org.el (org-scan-tags): Improve tag inheritance.
3637         (org-scan-tags, org-make-tags-matcher): Make tag comparison
3638         case-sensitive.
3639         (org-scan-tags): Use the internal tags list instead of creating it
3640         from scratch.
3641         (org-trust-scanner-tags, org-scanner-tags): New variables.
3642         (org-scan-tags): Set `org-scanner-tags'.
3643         (org-get-tags-at): Take advantage of `org-trust-scanner-tags'.
3644         (org-map-entries): Document the possible speedup using scanner
3645         tags.
3647 2009-03-03  Carsten Dominik  <carsten.dominik@gmail.com>
3649         * org.el (org-add-planning-info): Fix bug with looking for keyword
3650         only at column 0.
3652         * org-agenda.el (org-agenda-custom-commands-local-options): Add
3653         option for tags filter preset.
3654         (org-prepare-agenda): Store filter preset as a property on the
3655         filter variable.
3656         (org-finalize-agenda): Call the filter, if there is a preset.
3657         (org-agenda-filter-by-tag): Filter again after clearing the
3658         filter, when there still is a preset.
3659         (org-agenda-filter-make-matcher, org-agenda-set-mode-name):
3660         Include the preset filter.
3661         (org-agenda-redo): Apply the filter again, also the preset filter.
3663         * org-exp.el (org-export-as-html): Use IDs in the correct way.
3665         * org.el (org-uuidgen-p): New funtion.
3667         * org-agenda.el (org-agenda-fontify-priorities): New default value
3668         `cookies'.
3669         (org-agenda-fontify-priorities): Renamed from
3670         org-fontify-priorities.
3672         * org.el (org-set-font-lock-defaults): Call
3673         `org-font-lock-add-priority-faces'.
3674         (org-font-lock-add-priority-faces): New function.
3676         * org-faces.el: (org-set-tag-faces): New option.
3677         (org-priority-faces): New variable.
3679         * org-exp.el (org-export-as-html): Add a "content" div around the
3680         entire content of the body tag.
3681         (org-export-html-get-bibliography): New function.
3682         (org-export-html-validation-link): New variable.
3683         (org-export-as-html): Add validation link to exported page.
3685         * org.el (org-match-sparse-tree): Renamed from
3686         `org-tags-sparse-tree'.
3687         (org-tags-sparse-tree): New alias.
3689 2009-03-02  Carsten Dominik  <carsten.dominik@gmail.com>
3691         * org.el (org-get-valid-level): Catch the case where the level
3692         change is nil.
3694         * org-clock.el (org-clock-find-position): Better indentation of
3695         new clock drawers.
3697 2009-03-01  Carsten Dominik  <carsten.dominik@gmail.com>
3699         * org-agenda.el (org-agenda-quit): Delete window only when the
3700         frame-setup was not `current-window'.
3702         * org.el (org-tag-persistent-alist): New option.
3703         (org-startup-options): Add keyword `noptag'.
3704         (org-fast-todo-selection): Handle :newline correctly.
3705         (org-set-tags): Handle :newline correctly.
3706         (org-fast-tag-selection): Handle :newline correctly.
3708 2009-02-28  Carsten Dominik  <carsten.dominik@gmail.com>
3710         * org-exp.el (org-export-as-ascii): Reverse link buffer before
3711         outputting it.
3712         (org-export-ascii-push-links): Fix bug with pussing links into the
3713         export buffer.
3715 2009-02-27  Carsten Dominik  <carsten.dominik@gmail.com>
3717         * org-archive.el (org-archive-subtree): Do not add 1 to level if
3718         pasting at top level.
3720         * org-bbdb.el: Improve documentation.
3722 2009-02-26  Carsten Dominik  <carsten.dominik@gmail.com>
3724         * org-list.el (org-insert-item): Only consider insert empty lines
3725         is `org-empty-line-terminates-plain-lists' is not nil.
3727         * org.el (org-blank-before-new-entry): Mention the dependence on
3728         `org-empty-line-terminates-plain-lists' in the docstring.
3730         * org-publish.el (org-publish-get-project-from-filename): New
3731         optional argument UP.  Only find the top project if UP is set.
3732         (org-publish-current-project): Find the top encloding project.
3734         * org-agenda.el (org-agenda-before-write-hook)
3735         (org-agenda-add-entry-text-maxlines): New options.
3736         (org-write-agenda): Run the new hook in the temporary buffer.
3737         (org-agenda-add-entry-text): New function.
3738         (org-write-agenda): Implement PDF export, using ps2pdf.
3740         * org.el (org-global-properties-fixed, org-global-properties):
3741         Improve documentation string.
3743         * org-exp.el (org-export-ascii-links-to-notes): New option.
3744         (org-export-as-ascii): Handle links better.
3745         (org-export-ascii-wrap, org-export-ascii-push-links): New
3746         functions.
3748 2009-02-25  Carsten Dominik  <carsten.dominik@gmail.com>
3750         * org-agenda.el (org-agenda): Make prefix arg optional.
3751         (org-agenda-search-headline-for-time): New option.
3752         (org-format-agenda-item): Honor
3753         `org-agenda-search-headline-for-time'.
3755         * org-table.el (orgtbl-self-insert-command): Cluster undo for 20
3756         characters.
3758         * org.el (org-self-insert-cluster-for-undo): New option.
3759         (org-self-insert-command): Cluster undo for 20 characters.
3760         (org-self-insert-command-undo-counter): New variable.
3762 2009-02-24  Carsten Dominik  <carsten.dominik@gmail.com>
3764         * org-exp.el (org-export-as-html): Fix problem with closing colone
3765         example.
3767 2009-02-22  Carsten Dominik  <carsten.dominik@gmail.com>
3769         * org-export-latex.el (org-export-as-latex)
3770         (org-export-latex-first-lines): Avoid modification flag when
3771         adding or removing text properties.
3772         (org-export-latex-fontify): Catch error when org-emph-alist has
3773         entries that are not defined for LaTeX export.
3775         * org.el (orgstruct++-mode): New function.
3776         (turn-on-orgstruct++): Call `orgstruct++-mode'.
3777         (org-context-p): Allow detecting item context after the first line
3778         of an item.
3779         (orgstruct-make-binding): Detect if item-body context should be
3780         seen.
3781         (orgstruct-is-++): New variable.
3782         (org-add-planning-info): Catch the case when there is no planning
3783         info yet and the call does not want to add anything, only maybe
3784         tries to remove something.
3785         (org-special-ctrl-a/e): All value to be a cons cell with separate
3786         settings for `C-a. and `C-e'.
3787         (org-beginning-of-line, org-end-of-line): Honor separate values
3788         for `C-a' and `C-e'.
3790 2009-02-21  Carsten Dominik  <carsten.dominik@gmail.com>
3792         * org.el (org-reload): New command.
3794 2009-02-20  Carsten Dominik  <carsten.dominik@gmail.com>
3796         * org-exp.el (org-export-htm-get-tag-class-name)
3797         (org-export-htm-get-todo-kwd-class-name): New functions.
3798         (org-export-html-tag-class-prefix)
3799         (org-export-html-todo-kwd-class-prefix): New options.
3800         (org-export-as-html): Call
3801         `org-export-html-get-todo-kwd-class-name'.
3802         (org-html-level-start): Wrap tags into classes.
3803         (org-export-html-get-tag-class-name)
3804         (org-export-html-get-todo-kwd-class-name): New functions.
3806         * org-export-latex.el (org-export-latex-collect-header-macros):
3807         Remove fields that are used anyway.
3808         (org-export-latex-make-header): Insert the options earlier.
3810         * org-agenda.el (org-agenda-get-progress): Fix bug with state
3811         matching.
3813         * org-list.el (org-indent-item): Allow point to be at the end of
3814         the region.
3816         * org.el (org-metaleft, org-metaright): Be more accurate about
3817         detecting a region where commands apply.
3819         * org-compat.el (org-cursor-to-region-beginning): New function.
3821         * org.el (org-priority): Also find invisible heading.
3823         * org-colview-xemacs.el (org-columns-edit-value): No special
3824         treatment for `org-todo' prefix.
3826         * org-colview.el (org-columns-edit-value): No special treatment
3827         for `org-todo' prefix.
3829         * org-remember.el (org-remember-apply-template): Use
3830         `org-completing-read-no-ido'.
3832         * org.el (org-completing-read-no-ido): New function.
3833         (org-make-tags-matcher, org-set-property): Use
3834         `org-completing-read-no-ido'.
3836         * org-export-latex.el (org-export-latex-import-inbuffer-stuff):
3837         New option.
3838         (org-export-as-latex): Import in-buffer settings as TeX macros.
3839         (org-export-latex-make-header): Additional parameter OPT-DEFS.
3840         (org-export-latex-collect-header-macros): New function.
3842         * org.el (org-refile-get-location): Turn off
3843         `partial-completion-mode'.
3845 2009-02-19  Carsten Dominik  <carsten.dominik@gmail.com>
3847         * org.el (org-block-todo-from-checkboxes): Announce that
3848         checkboxes are the culprit.
3849         (org-block-todo-from-children-or-siblings): Call
3850         `org-up-heading-all instead' of `outline-up-heading'.
3852         * org-agenda.el (org-agenda-show-1): Renamed from
3853         `org-agenda-show'.
3854         (org-agenda-show): Re-install the old version for now.
3855         (org-agenda-dim-blocked-tasks): Update docstring.  Scope a
3856         variable into the blokker hook, so that the checkbox checker can
3857         anounce that it caused the blocking.
3859         * org.el (org-track-ordered-property-with-tag): New option.
3860         (org-toggle-ordered-property): Honor
3861         `org-track-ordered-property-with-tag'.
3862         (org-tag-alist): Add newline options.
3863         (org-set-regexps-and-options): Separate option lines imply a
3864         newline.
3865         (org-set-regexps-and-options, org-assign-fast-keys)
3866         (org-fast-todo-selection, org-fast-tag-selection): Handle newline
3867         option.
3868         (org-indent-line-function): Make sure this works even if there is
3869         not `org-drawer-regexp' defined.  This can happen when
3870         orgstruct-mode is used in a non-org buffer.
3872         * org-list.el (org-checkbox-blocked-p): New function.
3873         (org-toggle-checkbox): Check for blocking.
3875         * org.el (org-modules): Add an entry for org-R.el.
3877         * org-agenda.el (org-agenda-todo-ignore-with-date)
3878         (org-agenda-todo-ignore-scheduled)
3879         (org-agenda-todo-ignore-deadlines): Mention the variable
3880         `org-agenda-tags-todo-honor-ignore-options' in the docstring.
3882         * org.el (org-get-wdays): Find the warning period also if it is in
3883         the wrong place.
3884         (org-ido-completing-read): Provide the correct arguments to
3885         ido-completing-read and bind `ido-enter-matching-directory' to
3886         nil.
3888 2009-02-17  Carsten Dominik  <carsten.dominik@gmail.com>
3890         * org.el (org-olpath-completing-read): Never use ido for this
3891         one.
3893         * org-exp.el (org-export-normalize-links): Use new macro.
3895         * org-macs.el (org-if-unprotected-at): New macro.
3897         * org-agenda.el (org-agenda-show): Allow numerical prefix
3898         arguments to specify how much context should be shown.
3899         (org-agenda-cycle-show): New command, could be bound to SPC in
3900         org-agenda-mode-map.
3902         * org-exp.el (org-html-level-start): Space after section number.
3904 2009-02-16  Carsten Dominik  <carsten.dominik@gmail.com>
3906         * org-agenda.el (org-agenda-get-sexps): Add todo state as
3907         property, for sorting.
3908         (org-cmp-todo-state): Get the applicable TODO keywords directly
3909         from the buffer.
3910         (org-run-agenda-series, org-agenda-list, org-search-view)
3911         (org-todo-list, org-tags-view): Only fit agenda window when the
3912         whole series is done.
3914         * org.el (org-scan-tags): Add todo state as property, for sorting.
3916         * org-agenda.el (org-agenda-custom-commands-local-options): Add
3917         `org-agenda-overriding-header' as an option.
3918         (org-agenda-list): Honor org-agenda-overriding-header'.
3920 2009-02-15  Carsten Dominik  <carsten.dominik@gmail.com>
3922         * org-list.el (org-toggle-checkbox): Improve cursor positioning
3923         after removing a checkbox.
3925         * org.el (org-show-entry): Make this work correctly also if it is
3926         the last entry in the file.
3927         (org-end-of-line, org-beginning-of-line): Make prefix arg work, by
3928         falling back to normal, default command.
3929         (org-ctrl-c-ctrl-c): When called with prefix arg at a non-checkbox
3930         item, call the checkbox toggler to get a box.
3932         * org-list.el (org-toggle-checkbox): Make double prefix set the
3933         checkbox to "[-]".
3934         (org-fix-bullet-type): Only replace bullet if it is changed.
3935         (org-renumber-ordered-list): Handle case when first item does not
3936         have a number.
3938         * org.el (org-add-log-setup): Fix positioning when
3939         `org-log-states-order-reversed' is nil.
3941         * org-clock.el (org-clock-in): Fix positioning when
3942         `org-log-states-order-reversed' is nil.
3943         (org-clock-find-position): Fix positioning when
3944         `org-log-states-order-reversed' is nil.
3946 2009-02-14  Carsten Dominik  <carsten.dominik@gmail.com>
3948         * org-clock.el (org-clock-into-drawer): Take default from
3949         `org-log-into-drawer'.
3950         (org-clock-find-position): Look for the correct drawer.
3952         * org.el (org-log-into-drawer): Renamed from
3953         `org-log-state-notes-into-drawer'.
3954         (org-log-state-notes-into-drawer): New variable alias.
3955         (org-add-log-setup): Make drawer name default to LOGBOOK, not
3956         CLOCK.
3957         (org-insert-property-drawer): Also skip LOGBOOK drawers.
3959 2009-02-13  Carsten Dominik  <carsten.dominik@gmail.com>
3961         * org-agenda.el (org-agenda): Fix docstring.
3963         * org.el ("org-plot"): Help loading org-plot.
3964         (org-metaleft-hook, org-metaright-hook, org-metaup-hook)
3965         (org-metadown-hook, org-shiftmetaleft-hook)
3966         (org-shiftmetaright-hook, org-shiftmetaup-hook)
3967         (org-shiftmetadown-hook, org-metareturn-hook): New hooks.
3968         (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
3969         (org-shiftmetadown, org-metaleft, org-metaright, org-metaup)
3970         (org-metadown, org-ctrl-c-ctrl-c): Call the appropriate hook.
3972         * org-publish.el (org-publish-get-base-files): Allow symbol `any'
3973         for selecting files with any (and even without) extension.
3975         * org.el (org-save-all-org-buffers): Also save id locations.
3976         (org-revert-all-org-buffers): Also load id locations.
3978 2009-02-12  Carsten Dominik  <carsten.dominik@gmail.com>
3979         * org.el (org-drawers): Add LOGBOOK to the default drawers.
3980         (org-log-state-notes-into-drawer): New option.
3981         (org-add-log-setup): Place the sate note marker into the drawer,
3982         create drawer when necessary.
3983         (org-refile-targets): Document special interpretation of LEVEL
3984         when odd-levels are used.
3986 2009-02-12  Carsten Dominik  <carsten.dominik@gmail.com>
3988         * org.el (org-store-log-note): Fix note indentation when adding
3989         notes to end of list.
3991         * org-exp.el (org-export-as-html): Add TODO keyword as extra
3992         class, so that each keyword can get special colors through CSS.
3994         * org-clock.el (org-clock-out): Add another nil for the previous
3995         state into the call to `org-add-log-setup'.
3997         * org.el (org-log-note-previous-state): New variable.
3998         (org-log-note-headings): New %S escape for old state.
3999         (org-todo): Call the note setup with the old state as an
4000         argument.
4001         (org-add-note): Add another nil for the previous state into the
4002         call to `org-add-log-setup'.
4003         (org-add-log-setup): New argument PREV-STATE.
4004         (org-add-log-note): Handle new %S escape.
4005         (org-store-log-note): Handle new %S escape.
4007 2009-02-11  Carsten Dominik  <carsten.dominik@gmail.com>
4009         * org-clock.el (org-clock-find-position): Do not swallow an item
4010         less indented than the CLOCK line itself.
4011         (org-clock-in): Push markers to lin after the clock line.
4012         (org-clock-find-position): Handle values of
4013         `org-clock-into-drawer' smaller than 2.
4015         * org-exp.el (org-html-level-start): Add a CSS class to section
4016         numbers.
4017         (org-export-html-toplevel-hlevel): Better documentation of the
4018         influence of this variables on H levels and css classes in
4019         export.
4021 2009-02-10  Carsten Dominik  <carsten.dominik@gmail.com>
4023         * org-agenda.el (org-agenda-custom-commands-local-options): Add
4024         timestamp and nottimestamp to the chooe menu.
4026         * org.el (org-save-all-org-buffers): Moved here from org-agenda.el.
4027         (org-revert-all-org-buffers): New command.
4029 2009-02-09  Carsten Dominik  <carsten.dominik@gmail.com>
4031         * org.el (org-return): Implement `org-return-follows-link' in the
4032         function org-return.  This is more robust than using the mouse
4033         map, I think.
4034         (org-set-regexps-and-options): Match more general #+TODO lines.
4035         (org-make-options-regexp): New optional argument EXTRA, for an
4036         extra regexp.
4037         (org-tab-follows-link): Mark as deprecated.
4039 2009-02-07  Carsten Dominik  <carsten.dominik@gmail.com>
4041         * org-exp.el (org-export-preprocess-string): Remove clock lines
4042         earlier, so that they cannot cotribute to verbatim snippets.
4044 2009-02-06  Carsten Dominik  <carsten.dominik@gmail.com>
4046         * org-exp.el (org-export-remove-or-extract-drawers): Fix regexp
4047         for finding drawers.
4048         (org-export-as-ascii, org-export-as-html): Count levels relative
4049         to the subtree header.
4050         (org-get-min-level): New optional argument OFFSET.
4051         (org-export): Make sure point is restored after popping up that
4052         window.
4054         * org.el (org-do-sort): Also take an inactive timestamp if no
4055         active one is found.
4057         * org-colview-xemacs.el (org-columns-capture-view): Copy before
4058         deleting duplicates.
4060         * org-colview.el (org-columns-capture-view): Copy before
4061         deleting duplicates.
4063         * org-exp.el (org-export-preprocess-string): Fix bug when skipping
4064         text before first headline.
4066         * org.el (org-format-latex): Do not convert LaTeX fragments in
4067         protected examples.
4069 2009-02-04  Carsten Dominik  <carsten.dominik@gmail.com>
4071         * org-exp.el (org-export-html-style-default): Use color values
4072         instead of names for XHTML validation.
4074         * org.el (org-get-scheduled-time, org-get-deadline-time): New
4075         functions.
4076         (org-return-follows-link): Revert making this the default untile
4077         issues are resolved.
4079         * org-agenda.el (org-agenda-skip-if): New conditions timestamp and
4080         nottimestamp.
4082 2009-02-02  Carsten Dominik  <carsten.dominik@gmail.com>
4084         * org.el (org-mode): Make dependence stuff work more reliably.
4085         (org-update-parent-todo-statistics): Fix bug with updating
4086         statistics cookie.
4088         * org-export-latex.el (org-export-latex-emphasis-alist): Use = and
4089         ~ as verbatim delimiters.
4091         * org-exp.el (org-export-html-format-image): New argument
4092         PAR-OPEN.
4093         (org-export-as-html): Pass par-open to
4094         `org-export-html-format-image'.
4096 2009-02-01  Carsten Dominik  <carsten.dominik@gmail.com>
4098         * org.el (org-yank-adjusted-subtrees, org-return-follows-link)
4099         (org-use-fast-todo-selection, org-tags-column): New default
4100         setting for variables, based on a poll what typical uses use.
4102         * org-agenda.el (org-agenda-sorting-strategy)
4103         (org-agenda-tags-column): New default setting for variables, based
4104         on a poll what typical uses use.
4106 2009-01-31  Carsten Dominik  <carsten.dominik@gmail.com>
4108         * org-agenda.el (org-agenda-dim-blocked-tasks): Keep dimming
4109         blocked entries from setting the blocked tag.
4111         * org-exp.el (org-export-html-footnotes-section): Use a more
4112         consistent id for footnotes.
4114         * org-export-latex.el (org-export-latex-classes): Remove the
4115         a4paper option from the default styles.
4117 2009-01-30  Carsten Dominik  <carsten.dominik@gmail.com>
4119         * org.el (org-enforce-todo-checkbox-dependencies): New option.
4120         (org-block-todo-from-checkboxes): New function.
4121         (org-todo): Make tripple prefix arg circumvent blocking.
4123         * org-timer.el (org-timer): Provide the timer feature.
4125         * org.el (org-require-autoloaded-modules): Add a few more files to
4126         the list of autoloaded modules.
4128         * org-agenda.el (org-agenda-todo): Pass ARG to `org-todo'.
4130 2009-01-29  Carsten Dominik  <carsten.dominik@gmail.com>
4132         * org-exp.el (org-export-remove-or-extract-drawers): Only remove
4133         drawers that are unprotected.
4134         (org-export-html-format-image): Make sure inlined LaTeX fragment
4135         images remain inlined.
4137         * org.el (org-toggle-ordered-property): New function.
4138         (org-mode-map): Add a key for `org-toggle-ordered-property'.
4139         (org-org-menu): Add menu entries for TODO dependencies.
4141 2009-01-28  Carsten Dominik  <carsten.dominik@gmail.com>
4143         * org.el (org-default-properties): Add ORDERED to the default
4144         properties, to get completion support for it.
4146         * org-list.el (org-update-checkbox-count): Update more than one cookie.
4148         * org.el (org-update-parent-todo-statistics): Update more than one
4149         cookie.
4151         * org-agenda.el (org-agenda-get-todos): Start search from correct
4152         position.
4154         * org.el (org-fast-todo-selection): Make sure TODO selection does
4155         not change buffer position.
4157         * org-list.el (org-toggle-checkbox): Implement adding or removing
4158         checkboxes from line or region when called with a prefix
4159         argument.
4161         * org-rmail.el (org-rmail-store-link): Protect the call to
4162         `rmail-narrow-to-non-pruned-header'.
4164         * org-clock.el (org-clock-special-range): Fix week display in
4165         clock tables.
4167         * org-exp.el (org-get-current-options): Fix bug when in indirect
4168         buffer.
4170 2009-01-27  Carsten Dominik  <carsten.dominik@gmail.com>
4172         * org-agenda.el (org-agenda-dim-blocked-tasks): New option.
4173         (org-finalize-agenda): Call `org-agenda-dim-blocked-tasks'.
4174         (org-agenda-dim-blocked-tasks): New function.
4176         * org.el (org-enforce-todo-dependencies): New option.
4177         (org-block-todo-from-children-or-siblings): New function.
4179         * org-faces.el (org-agenda-dimmed-todo-face): New face.
4181         * org.el (org-todo): Return correct state type even if the blocker
4182         throws an error.
4183         (org-modifier-cursor-error): Renamed from
4184         `org-shiftcursor-error'.
4185         (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
4186         (org-shiftmetadown): Call `org-modifier-cursor-error'.
4188         * org-agenda.el (org-agenda-todo): Call `org-todo' interactively,
4189         to get real errors from the blocker hook.
4191         * org.el (org-shiftselect-error, org-call-for-shift-select): New
4192         functions.
4193         (org-set-visibility-according-to-property): Turn off the setting
4194         of `org-show-entry-below', to avoid overruling a FOLDED visibility
4195         property.
4197 2009-01-26  Carsten Dominik  <carsten.dominik@gmail.com>
4199         * org.el (org-support-shift-select): New option.
4200         (org-shiftup, org-shiftdown, org-shiftright, org-shiftleft)
4201         (org-shiftcontrolright, org-shiftcontrolleft): Support for shift
4202         selection outside contexts.
4204         * org-list.el (org-at-item-bullet-p): New function.
4206         * org-jsinfo.el (org-infojs-handle-options): Remove unnecessary
4207         variables.
4209         * org-footnote.el (org-footnote-normalize): Remove unnecessary
4210         variable.
4211         (org-insert-footnote-reference-near-definition): Remove
4212         unnecessary let form.
4214         * org-export-latex.el (org-export-latex-first-lines): Add
4215         OPT-PLIST parameter.
4216         (org-export-as-latex): Call `org-export-latex-first-lines' with
4217         opt-plits parameter.
4218         (org-export-latex-preprocess): Remove unnecessary variables.
4220         * org-exp.el (org-infile-export-plist)
4221         (org-export-add-options-to-plist, org-export-kill-licensed-text)
4222         (org-export-remove-headline-metadata)
4223         (org-export-get-title-from-subtree, org-get-min-level)
4224         (org-html-do-expand): Remove innecessary let form.
4226         * org-colview-xemacs.el (org-columns-display-here): Remove
4227         unnecessary variables.
4229         * org-colview.el (org-columns-display-here): Remove unnecessary
4230         variables.
4232         * org-bbdb.el (org-bbdb-anniversaries): Remove unnecessary
4233         variables.
4235         * org-id.el (org-id-alist-to-hash, org-id-find-id-in-file): Remove
4236         unnecessary variables.
4238         * org-agenda.el (org-search-view, org-agenda-get-blocks)
4239         (org-agenda-filter-by-tag, org-agenda-action): Remove unnecessary
4240         variables.
4242         * org.el (org-set-emph-re): Clean-up the STACKED stuff.
4243         (org-compact-display-after-subtree-move): Remove unnecessary
4244         variables.
4245         (org-edit-fixed-width-region): Remove unnecessary variables.
4246         (org-edit-src-find-region-and-lang): Remove unnecessary variables.
4247         (org-olpath-completing-read): Remove unnecessary variable.
4248         (org-auto-repeat-maybe): Remove unnecessary variable.
4249         (org-map-entries): Remove unnecessary variable.
4250         (org-buffer-property-keys, org-imenu-get-tree)
4251         (org-speedbar-set-agenda-restriction): Remove unnecessary variables.
4253 -----------------------------------------------------------------
4255 2009-01-26  Carsten Dominik  <carsten.dominik@gmail.com>
4256         * org-exp.el (org-export-remove-timestamps): Never remove
4257         timestamps from tables.
4259         * org-export-latex.el (org-export-latex-first-lines): Add more
4260         options to the preprocessing of the text before the first
4261         headline.
4263 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
4265         * org-faces.el (org-clock-overlay): Make face compatible with
4266         XEmacs.
4268         * org.el (org-yank): Add property for delete-selection mode.
4270         * org-exp.el (org-export-as-html): Turn \par into a paragraph.
4272         * org.el (org-agenda-tags-todo-honor-ignore-options): Declare
4273         variable.
4275         * org-table.el (org-table-insert-hline): Fix typo in fuction call
4276         to `backward-char'.
4278         * org-exp.el (org-export-as-html): Remove the initial space from
4279         colon examples.
4281         * org.el (org-scan-tags): Call
4282         `org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item'.
4284         * org-agenda.el (org-agenda-todo-list, org-agenda-match-view): New
4285         customization groups.
4286         (org-agenda-tags-todo-honor-ignore-options): New option.
4287         (org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item):
4288         New function.
4289         (org-agenda-get-todos): Use
4290         `org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item'.
4292 2009-01-24  Carsten Dominik  <carsten.dominik@gmail.com>
4294         * org-exp.el (org-export-format-source-code-or-example): Escape
4295         HTML characters also in examples that anre not treated with
4296         htmlize.  Also, just switch to EXAMPLE processing if we do not
4297         have a good version of htmlize.
4299         * org-rmail.el: Fix copyright notice.
4301         * org.el (org-activate-footnote-links): Improve footnote link
4302         highlighting.
4304         * org-footnote.el (org-footnote-normalize): Fix finding the end of
4305         a footnote definition at the end of the file.
4307         * org-table.el (org-table-get-specials): Add an imagined hline at
4308         the end of the table.  This can be useful for references that want
4309         to go to the end of the table.  Also fix bug when computing last
4310         row constants, in tables that do not start right at the right
4311         margin.
4312         (org-table-eval-formula): Match and replace remove references.
4313         (org-table-formula-substitute-names): Make sure that names inside
4314         a "remote" call are left alone, the will be replaced later when
4315         the remote call is handled.
4316         (org-table-convert-refs-to-rc): Do not convert things that might
4317         look like a reference, but are really part of an ID or namei n a
4318         remote reference.
4319         (org-table-get-remote-range): New function.
4321 2009-01-22  Carsten Dominik  <carsten.dominik@gmail.com>
4323         * org-faces.el (org-clock-overlay): Fix bug in face definition.
4325         * org-clock.el (org-clock-put-overlay): Use new face instead of
4326         `secondary-selection'.
4328         * org-faces.el (org-clock-overlay): New face.
4330 2009-01-21  Carsten Dominik  <carsten.dominik@gmail.com>
4332         * org-exp.el (org-get-current-options): Include the option for
4333         publishing time stamps.
4335         * org.el (org-toggle-heading): Renamed from
4336         `org-toggel-region-headings'.
4337         No longer needs a region defined, but will use it if there is one.
4338         (org-ctrl-c-star): Simplified, relying more on the internal
4339         workings of `org-toggle-heading'.
4340         (org-toggle-item): Renamed from `org-toggle-region-items'.
4341         No longer needs a region defined, but will use it if there is one.
4342         (org-ctrl-c-minus): Simplified, relying more on the inernal
4343         workings of `org-toggle-item'.
4345         * org-export-latex.el (org-export-latex-preprocess): Fix bug in
4346         environment detection.  Also, do real changes only in unprotected
4347         places.
4349 2009-01-20  Carsten Dominik  <carsten.dominik@gmail.com>
4351         * org-export-latex.el (org-export-latex-quotation-marks): Use
4352         `org-if-unprotected-1'.
4353         (org-export-latex-set-initial-vars): Check for class definition in
4354         property.
4356         * org-macs.el (org-if-unprotected-1): New macro.
4358 2009-01-19  Carsten Dominik  <carsten.dominik@gmail.com>
4360         * org-compat.el (org-count-lines): New function.
4362         * org-exp.el (org-export-format-source-code-or-example): Handle
4363         switches related to text areas.
4365         * org.el (org-activate-footnote-links): Don't allow match inside a
4366         link.
4368         * org-footnote.el (org-footnote-re): Don't allow match inside a link.
4370         * org-export-latex.el (org-export-latex-links): Keep a relative
4371         path relative also after export.
4373         * org-exp.el (org-export-html-scripts): Fix HTML snippet.
4375         * org.el (org-make-tags-matcher): Never use IDO for completing the
4376         tags matcher match string.
4377         (org-completing-read): Also remove the special biding for "?".
4379         * org-attach.el (org-attach-allow-inheritance): New option.
4380         (org-attach-inherited): New variable.
4381         (org-attach-dir): Handle properties related to the attachment
4382         directory.
4383         (org-attach-check-absolute-path): New function.
4384         (org-attach-set-directory, org-attach-set-inherit): New commands.
4385         (org-attach): Accommodate the new commands in the dispatcher.
4387 2009-01-18  Carsten Dominik  <carsten.dominik@gmail.com>
4389         * org-compat.el (org-fit-window-to-buffer): Fix bug with using
4390         `window-full-width-p'.
4392         * org-exp.el (org-export-as-html): Only check for images files
4393         that really can be inlined
4395         * org.el (org-image-file-name-regexp, org-file-image-p): Allow the
4396         list of extensions to be a parameter.
4398         * org-exp.el (org-export-html-inline-image-extensions): New
4399         variable.
4401         * org-agenda.el (org-prepare-agenda): Use
4402         `org-agenda-block-separator'.
4403         (org-agenda-block-separator): New option.
4405 2009-01-17  Carsten Dominik  <carsten.dominik@gmail.com>
4407         * org-export-latex.el (org-export-latex-tables): Call
4408         `org-table-clean-before-export' with the new optional argument.
4410         * org-exp.el (org-table-clean-before-export): New optional
4411         parameter MAYBE-QUOTED, allows for quoted characters like \# in
4412         first column.
4414 2009-01-16  Carsten Dominik  <carsten.dominik@gmail.com>
4416         * org-plot.el (org-plot/gnuplot): Fix text-ind parameter for
4417         histograms.
4419         * org-colview.el (org-colview-construct-allowed-dates): Better
4420         error catching when a date/time property does not have allowed
4421         values defined.
4423         * org-colview-xemacs.el (org-colview-construct-allowed-dates):
4424         Better error catching when a date/time property does not have
4425         allowed values defined.
4427 2009-01-14  Carsten Dominik  <carsten.dominik@gmail.com>
4429         * org.el (org-map-entries): Restore point and restriction after
4430         `org-map-entries'.
4432 2009-01-13  Carsten Dominik  <carsten.dominik@gmail.com>
4434         * org.el (org-time=, org-time<, org-time<=, org-time>)
4435         (org-time>=, org-time<>): Make sure both values are dates.
4437 2009-01-11  Carsten Dominik  <carsten.dominik@gmail.com>
4439         * org-archive.el (org-extract-archive-heading): Allow %s for file
4440         name also in achive location heading.
4442 2009-01-10  Carsten Dominik  <carsten.dominik@gmail.com>
4444         * org-archive.el (org-add-archive-files): Uniquify the list before
4445         returning it.
4447 2009-01-09  Carsten Dominik  <carsten.dominik@gmail.com>
4449         * org-compat.el (org-fit-window-to-buffer): Use
4450         `window-full-width-p'.
4452         * org-export-latex.el (org-export-latex-fixed-width): Enforce the
4453         space after the colon in short examples.
4455         * org-exp.el (org-export-protect-colon-examples): Rewritten, to
4456         enforce a space after the colon.  However, we also allow lines
4457         that are *only* a colon.
4458         (org-export-as-html): Enforce the space after the colon in short
4459         examples.
4460         (org-export-preprocess-string): Do the colon example protection
4461         earlier.
4462         (org-export-remove-timestamps): Do not check for protection at the
4463         end of the line.
4465 2009-01-08  Carsten Dominik  <carsten.dominik@gmail.com>
4467         * org.el (org-format-latex-options): Add new matcher for single
4468         letters between dollars.
4469         (org-get-header): Function removed.
4470         (org-heading-components): New function.
4472         * org-exp.el (org-export-define-heading-targets): Record ID's also
4473         as alternative targets.
4474         (org-export-as-html): Interpret "id:" links to other files by
4475         preserving the relative path.
4477         * org-jsinfo.el (org-infojs-handle-options): Catch the case if v
4478         is nil.
4480         * org-exp.el (org-export-normalize-links): Protect the main link,
4481         to avoid special character processing.
4483         * org-export-latex.el (org-export-latex-special-keyword-regexp):
4484         New variable.
4485         (org-export-latex-special-string-regexps): Variable removed.
4486         (org-export-latex-keywords): Use the new regexp.
4488         * org-exp.el (org-export-handle-include-files): Fetch switches and
4489         put them into the BEGIN statement.
4491         * org-timer.el (org-timer-mode-line-string): New variable.
4493         * org-clock.el (org-clock-mode-line-map): Renamed from
4494         `org-clock-mode-map'.
4495         (org-clock-mode-line-timer): Renamed from `org-mode-line-timer'.
4496         (org-clock-update-mode-line): Renamed from `org-update-mode-line'.
4497         (org-clock-put-overlay): Renamed from `org-put-clock-overlay'.
4498         (org-clock-remove-overlays): Renamed from
4499         `org-remove-clock-overlays'.
4501         * org-timer.el (org-timer-pause-or-continue): Implement stopping
4502         and mode line display.
4503         (org-timer-stop): New command.
4504         (org-timer-seconds): Return correct time when timer is paused.
4505         (org-timer-mode-line-timer): New variable.
4506         (org-timer-set-mode-line, org-timer-update-mode-line): New
4507         functions.
4509         * org.el (org-insert-heading):  Handle new value `auto' for
4510         `org-blank-before-new-entry'.
4511         (org-org-menu): Add new items for timer functions.
4513         * org-list.el (org-insert-item): Handle new value `auto' for
4514         `org-blank-before-new-entry'.
4516         * org.el (org-blank-before-new-entry): New value `auto', made
4517         default.
4519 2009-01-07  Carsten Dominik  <carsten.dominik@gmail.com>
4521         * org-exp.el (org-export-normalize-links): If the link is also
4522         used as the description, protect the description.
4524 2009-01-06  Carsten Dominik  <carsten.dominik@gmail.com>
4526         * org.el (org-closest-date): Fix bug with yearly repeats, in
4527         combination with preference of the past as it is used for deadline
4528         and scheduling search.
4530         * org-exp.el (org-html-handle-time-stamps): No longer check for
4531         the `org-export-with-timestamps' option, because the preprocesser
4532         has taken care of this already.
4534         * org.el (org-entry-properties): Catch the case when this is
4535         called in a non-org-mode file.
4537         * org-export-latex.el (org-export-latex-remove-from-headlines):
4538         Variable made obsolete, also LaTeX export now uses the standard
4539         variables.
4540         (org-export-as-latex): Add the timestamps parameter to the
4541         preprocessor parameter list.
4542         (org-export-latex-content): Export the remaining keywords without
4543         considering to remove them.
4544         (org-export-latex-keywords-maybe): Make the REMOVE-LIST optional.
4545         Use bold font instead of tt font for the keywords.
4546         (org-export-latex-fontify-headline): Format headlines, assuming
4547         that all keywords still present should be published.
4548         (org-export-latex-keywords): Remove argument TIMESTAMPS and just
4549         publish what ever remains of the time stamps.
4550         (org-export-latex-list-parameters): New option.
4551         (org-export-latex-lists): Pass additional parameters to the list
4552         converter.
4554         * org-exp.el (org-export-preprocess-string): Remove clock lines
4555         and timestamps already in the preprocesor.
4556         (org-export-remove-timestamps, org-export-remove-clock-lines): New
4557         functions.
4558         (org-export-as-ascii, org-export-as-html): Add the timestamps
4559         parameter to the preprocessor parameter list.
4561         * org-list.el (org-list-parse-list): Parse for checkboxes.
4562         (org-list-to-generic): Introduce and handle new parameters :cbon
4563         and :cboff.
4564         (org-list-to-latex, org-list-to-html, org-list-to-texinfo): Add
4565         optional parameter PARAMS.
4567         * org-export-latex.el (org-export-latex-special-chars): Fix
4568         problems with interpreting dollar signs.
4569         (org-inside-latex-math-p): New function.
4570         (org-export-latex-preprocess): Protect all the math fragments.
4572         * org.el (org-latex-regexps): Allow a dash after a dollar.
4574         * org-w3m.el (org-w3m-copy-for-org-mode): Always deactivate the
4575         mark after copying.
4577         * org-agenda.el (org-run-agenda-series): Have series options set
4578         when finalizing the agenda.
4580         * org-exp.el (org-export-format-source-code-or-example): Protect
4581         the converted examples.
4583         * org.el (org-set-regexps-and-options): Fix the regexp
4584         `org-complex-heading-regexp'.
4586 2009-01-05  Carsten Dominik  <carsten.dominik@gmail.com>
4588         * org.el (org-edit-src-get-label-format): New function.
4589         (org-coderef-label-format): New option.
4590         (org-edit-src-code, org-edit-src-find-region-and-lang): Parse for
4591         a label format specification and make sure it is used in the edit
4592         buffer.
4593         (org-edit-src-get-label-format): New function.
4594         (org-store-link): Handle new coderef formats.
4595         (org-link-search): Handle new coderef formats.
4597         * org-footnote.el (org-footnote-create-definition)
4598         (org-footnote-goto-local-insertion-point): Make footnote insertion
4599         work correctly when the "Footnotes" headline is the last line in
4600         the buffer.
4602         * org.el (org-goto-marker-or-bmk): Expose context after jumping to
4603         the location.
4605 2009-01-04  Carsten Dominik  <carsten.dominik@gmail.com>
4607         * org-w3m.el (org-w3m): New customization group.
4608         (org-w3m-deactivate-mark): New option.
4609         (org-w3m-copy-for-org-mode): Deactivate region, unless the user
4610         option say not to.
4612 2009-01-02  Carsten Dominik  <carsten.dominik@gmail.com>
4614         * org.el (org-set-font-lock-defaults): Trigger footnote
4615         fontification.
4616         (org-activate-footnote-links): New function.
4617         (org-activate-links): New entry `footnote'.
4619         * org-faces.el (org-footnote): New face.
4621 2009-01-01  Carsten Dominik  <carsten.dominik@gmail.com>
4623         * org-macs.el (org-re): Handle the [:word:] class.
4625         * org-exp.el (org-export-preprocess-string): Call
4626         `org-export-protect-colon-examples'.
4627         (org-export-protect-colon-examples): Renamed from
4628         `org-export-protect-examples', and scope limited to lines starting
4629         with a colon.
4631 2008-12-31  Carsten Dominik  <carsten.dominik@gmail.com>
4633         * org-exp.el (org-export-preprocess-string): Move the preprocess
4634         hook to after turning on Org-mode.
4635         (org-export-preprocess-after-include-files-hook)
4636         (org-export-preprocess-after-tree-selection-hook)
4637         (org-export-preprocess-before-backend-specifics-hook)
4638         (org-export-preprocess-final-hook): New hooks.
4639         (org-export-preprocess-string): Run the new hooks.
4641         * org.el (org-ctrl-c-minus): Fix indentation for new items.
4643         * org-footnote.el: New file.
4645         * org.el (org-footnote): Require footnote code.
4646         (org-startup-options): Add new footnote options.
4647         (org-mode-map): New keybindig for footnotes.
4648         (org-ctrl-c-ctrl-c): Add function at footnotes.
4649         (org-org-menu): New menu entries for footnotes.
4651         * org-export-latex.el (org-export-as-latex): Pass footnote
4652         variable to preprocessor.
4653         (org-export-latex-preprocess): Treat multiple references to a
4654         footnote.
4656         * org-exp.el (org-export-preprocess-string): Call
4657         `org-footnote-normalize'.
4658         (org-export-as-ascii, org-export-as-html): Pass footnote variable
4659         to preprocessor.
4660         (org-export-as-html): Treat multiple references to a footnote.
4662 2008-12-26  Carsten Dominik  <carsten.dominik@gmail.com>
4664         * org-export-latex.el (org-export-latex-links): Handle coderef
4665         links.
4667         * org.el (org-bracket-link-analytic-regexp++): New variable.
4668         (org-make-link-regexps): Initialize
4669         `org-bracket-link-analytic-regexp++'.
4670         (org-store-link): Implement special case in edit-src buffer.
4671         (org-insert-link): No use of ide to insert stored links.
4672         (org-link-search): Implement special case for coderefs.
4674         * org-exp.el (org-export-html-scripts): New constant.
4675         (org-export-html-style-default): Add a new style for highlighted
4676         code.
4677         (org-export-code-refs): New variable.
4678         (org-export-preprocess-string): Initialize `org-export-code-refs'.
4679         Call `org-export-replace-src-segments-and-examples'
4680         No longer call `org-export-protect-examples'.
4681         (org-export-target-internal-links): Take care of coderef targets.
4682         (org-export-last-code-line-counter-value): New variable.
4683         (org-export-replace-src-segments-and-examples): Renamed from
4684         `org-export-replace-src-segments', and modified.
4685         (org-export-format-source-code-or-example): Renamed from
4686         `org-export-format-source-code'.
4687         (org-export-number-lines): New function.
4688         (org-export-as-ascii, org-export-as-html): Handle coderef links.
4690 --------------------------------------------------------------------------
4692 2008-12-23  Carsten Dominik  <carsten.dominik@gmail.com>
4694         * org-remember.el (org-remember-handler): Safer way to get a new
4695         buffer accessing the target file.
4697         * org.el (org-refile-get-location): Handle case of current buffer
4698         not having a file associated with it.
4700 2008-12-22  Carsten Dominik  <carsten.dominik@gmail.com>
4702         * org-table.el (org-table-get-formula): Only ask to overwrite
4703         field formula if there really is one.
4705         * org-id.el (org-id-find): Allow the ID to be a symbol or a
4706         number, by converting these to a string.
4708         * org-colview.el (org-dblock-write:columnview): Allow ID to be
4709         located in a different file.
4711         * org-colview-xemacs.el (org-dblock-write:columnview): Copy from
4712         org-colview.el.
4714 2008-12-21  Carsten Dominik  <carsten.dominik@gmail.com>
4716         * org.el (org-completion-use-ido): Enhance docstring of
4717         `org-completion-use-ido'.
4719         * org-export-latex.el (org-export-latex-make-header): Double the %
4720         in the time stamp format.
4721         (org-export-latex-special-chars): Handle case where there is no
4722         match group 3.
4724 2008-12-20  Carsten Dominik  <carsten.dominik@gmail.com>
4726         * org.el (org-get-refile-targets, org-refile-get-location): Use
4727         expanded file name to improve comparison.
4729 2008-12-19  Carsten Dominik  <carsten.dominik@gmail.com>
4731         * org.el (org-scan-tags): Rescan for tags, to get the correct
4732         upcase/downcase stuff.  This slows things down for now, but it
4733         works.
4734         (org-mode): Make sure the tag-faces regexp is initialized.
4736         * org-export-latex.el (org-export-latex-links): Fix bug with
4737         undefined label.
4739         * org-table.el (org-table-get-specials): Set
4740         `org-table-current-last-data-line'.
4741         (org-table-current-last-data-line): New variable.
4742         (org-table-insert-column, org-table-delete-column)
4743         (org-table-move-column, org-table-fix-formulas): Call
4744         `org-table-fix-formulas' a second time to fix the $LR references.
4745         (org-table-get-specials): Add the $LR references to the tables.
4746         (org-table-get-formula): Do not offer last-row names as LHS of
4747         formulas.
4749         * org.el (org-store-link): Capture link description from
4750         `org-id-store-link'.
4752         * org-exp.el (org-export-html-format-image): Add the / to the end
4753         of the <img> tag.
4754         (org-export-format-source-code): Surround example by empty lines,
4755         to make sure it will not be inside a paragraph.
4757         * org.el (org-ido-switchb): New function.
4759 2008-12-18  Carsten Dominik  <carsten.dominik@gmail.com>
4761         * org-agenda.el (org-agenda-show): New prefix argument
4762         FULL-ENTRY.
4764         * org.el (org-sort-entries-or-items): Add a COMPARE-FUNC
4765         argument.
4767         * org-agenda.el (org-agenda-set-tags): Leave getting the tags to
4768         `org-agenda-change-all-lines'.
4769         (org-agenda-change-all-lines): Removed FORCE-TAGS argument, the
4770         tags are now retrieved locally.
4772 2008-12-17  Carsten Dominik  <carsten.dominik@gmail.com>
4774         * org.el (org-get-outline-path): Fix bug if level is not given.
4775         (org-org-menu): Do not quote function in menu vector.
4777         * org-agenda.el (org-finalize-agenda): Fix typo with variable
4778         name.
4780 2008-12-16  Carsten Dominik  <carsten.dominik@gmail.com>
4782         * org.el (org-refile): Avoid refiling to within the region to be
4783         refiled.
4785         * org-export-latex.el (org-export-latex-special-chars): Replace
4786         special characters also in tables.
4788         * org-agenda.el (org-agenda-change-all-lines): New argument
4789         FORCE-TAGS.
4790         (org-agenda-set-tags): Cet the new tags and pass them to
4791         `org-format-agenda-item'.
4793 2008-12-15  Carsten Dominik  <carsten.dominik@gmail.com>
4795         * org-export-latex.el (org-export-latex-classes): Add longable as
4796         a default package to all classes.
4797         (org-export-latex-tables): Handle the longtable attribute and the
4798         align attribute.
4800         * org-table.el (orgtbl-to-generic): Handle tables that start with
4801         a hline.
4803         * org-export-latex.el (org-export-latex-emphasis-alist): Switch to
4804         \verb for colde-like snippets.
4805         (org-export-as-latex): Fix issues with region export.
4807         * org.el (org-up-heading-safe): Speed up function by using a
4808         direct regexp search.
4809         (org-olpa): New variable.
4810         (org-get-outline-path): Speed-up path constructions in cases where
4811         this is possible because the entire hierarchy is scanned anyway.
4812         (org-refile-get-location): Don't compare the truenames of files,
4813         this is too slow.
4814         (org-goto-max-level): New option.
4815         (org-goto): Use `org-goto-max-level'.
4817 2008-12-12  Tassilo Horn  <tassilo@member.fsf.org>
4819         * org-gnus.el (org-gnus-article-link, org-gnus-article-link):
4820         Strip angle brackets from message-ids in the former and don't do
4821         it in the latter.
4822         (org-gnus-follow-link): Open summary reliable, even if the last
4823         messages were deleted, and handle empty groups, too.
4825 2008-12-12  Carsten Dominik  <carsten.dominik@gmail.com>
4827         * org-export-latex.el (org-export-latex-emphasis-alist): Use \verb
4828         instead of \texttt for the =...= and ~===~ emphasis environments.
4829         (org-export-as-latex): Remove any old :org-license-to-kill text
4830         properties.
4831         (org-export-as-latex): Pass RBEG to `org-export-latex-first-lines'.
4832         (org-export-latex-make-header): Add some hard space after the
4833         table of contents.
4834         (org-export-latex-first-lines): Accept RBEG argument.  Mark
4835         exported text so that it will be excuded in further steps.
4837         * org-table.el (org-table-get-specials): Make @0 reference the
4838         last line in a table.
4839         (org-table-recalculate): Improve docstring.
4841 2008-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
4843         * org.el (org-log-done): Fix docstring.
4845 2008-12-10  Carsten Dominik  <carsten.dominik@gmail.com>
4847         * org-exp.el (org-export-html-format-image): Fix bugs.
4849         * org-export-latex.el (org-export-latex-tables)
4850         (org-export-latex-links): Implement attribute, label, and caption
4851         handling.
4853         * org-exp.el (org-export-html-style-default): Add style
4854         definitions for the figure div.
4855         (org-export-preprocess-string, org-export-as-html): Implement
4856         attribute, label, and caption handling.
4857         (org-export-attach-captions-and-attributes): New function.
4858         (org-export-html-format-image): New function.
4859         (org-format-org-table-html): Implement attribute, label, and
4860         caption handling.
4862         * org.el (org-find-text-property-in-string): New function.
4863         (org-extract-attributes): Use the property org-attr instead of
4864         org-attrobutes, because this property is now set with the #+ATTR
4865         lines.
4867 2008-12-08  Carsten Dominik  <carsten.dominik@gmail.com>
4869         * org-compat.el (org-substring-no-properties): Fix for XEmacs, for
4870         the case that FROM is nil.
4872         * org.el (org-before-first-heading-p): New function.
4874 2008-12-07  Carsten Dominik  <carsten.dominik@gmail.com>
4876         * org-exp.el (org-export-as-html): Do not add a space before
4877         enforces line breaks.
4878         (org-export-as-html): Close paragraph before blockquote and verse
4879         tags.
4881 2008-12-06  Carsten Dominik  <carsten.dominik@gmail.com>
4883         * org-id.el (org-id-locations-file): Wrap file name with
4884         `convert-standard-filename'.
4885         (org-id-files): New variable.
4886         (org-id-use-hash): New option.
4887         (org-id-update-id-locations): Also search in all files current
4888         listed in `org-id-files'.  Convert the resulting alist to a hash
4889         if the user customation says so.
4890         (org-id-locations-save): Handle he case if `org-id-locations' is a
4891         hash.
4892         (org-id-locations-load): Convert the alist to a hash.
4893         (org-id-add-location): Handle the hast case.
4894         (kill-emacs-hook): Make sure id locations are saved when Emacs is
4895         exited.
4896         (org-id-hash-to-alist, org-id-alist-to-hash)
4897         (org-id-paste-tracker): New functions.
4899 -------------------------------------------------------------------------
4901 2008-12-05  Carsten Dominik  <carsten.dominik@gmail.com>
4903         * org-agenda.el (org-agenda-goto-calendar): Remove duplicate let
4904         bindings of calendar variables.
4906         * org-table.el (org-table-find-row-type): Renamed from
4907         `org-find-row-type'.
4908         (org-table-rewrite-old-row-references): Renamed from
4909         `org-rewrite-old-row-references'.
4910         (org-table-shift-refpart): Renamed from `org-shift-refpart'.
4911         (org-table-cleanup-narrow-column-properties): Renamed from
4912         `org-cleanup-narrow-column-properties'.
4914 2008-12-05  Carsten Dominik  <carsten.dominik@gmail.com>
4916         * org-table.el (org-find-row-type): New arguments DESC and CLINE,
4917         for better error messages.
4918         (org-table-get-descriptor-line): Supply the new arguments to
4919         `org-find-row-type'.
4920         (org-table-error-on-row-ref-crossing-hline): New option.
4922         * org.el (org-target-link-regexp): Make buffer-local.
4923         (org-move-subtree-down): Fix bug with trees at beginning of
4924         buffer.
4926 2008-12-04  Carsten Dominik  <carsten.dominik@gmail.com>
4928         * org-faces.el (org-set-tag-faces): New function.
4929         (org-tags-special-faces-re): New variable.
4931         * org.el (org-font-lock-add-tag-faces, org-get-tag-face): New functions.
4933         * org-faces.el (org-tag-faces): New option.
4934         (org-tag): Mention `org-tag-faces' in the docstring.
4936 2008-12-03  Carsten Dominik  <carsten.dominik@gmail.com>
4938         * org-exp.el (org-export-html-style-default): Implement new
4939         quoting.
4941         * org-jsinfo.el (org-infojs-template): Implement new quoting.
4943         * org-w3m.el (w3m-minor-mode-hook): Also add the special copy
4944         command to the `w3m-minor-mode-map'.
4946         * org-archive.el (org-archive-to-archive-sibling): Protect
4947         `this-command' to avoid appending kills during archiving.
4949         * org-exp.el (org-export-with-priority): New variable.
4950         (org-export-add-options-to-plist): Use `org-export-plist-vars'
4951         instead of internal list of strings and properties.
4952         (org-print-icalendar-entries): Retrieve the location property with
4953         inheritance.
4955 2008-12-02  Carsten Dominik  <carsten.dominik@gmail.com>
4957         * org-exp.el (org-export-with-todo-keywords): New option.
4958         (org-export-plist-vars): Include also the keys for the #+OPTIONS
4959         line.
4960         (org-default-export-plist, org-export-add-options-to-plist)
4961         (org-export-as-ascii, org-export-as-html): Use the new structure
4962         of `org-export-plist-vars'.
4964         * org.el (org-map-entries): Return all values.
4966 2008-11-29  Carsten Dominik  <carsten.dominik@gmail.com>
4968         * org.el (org-matcher-time): Recognize more special values.
4970         * org-gnus.el (fboundp): Fix defvaralias for XEmacs.
4972 2008-11-27  Carsten Dominik  <carsten.dominik@gmail.com>
4974         * org.el (org-tags-exclude-from-inheritance): New option.
4975         (org-tag-inherit-p, org-remove-uniherited-tags): Respect
4976         `org-tags-exclude-from-inheritance'.
4978         * org-agenda.el (org-agenda-show-inherited-tags): New option.
4979         (org-format-agenda-item): Add inherited tags to the agenda line
4980         string, and make sure that properties are kept when downcasing the
4981         tags list.
4982         (org-agenda-add-inherited-tags): New function.
4983         (org-downcase-keep-props): New function.
4985         * org.el (org-scan-tags): Mark inherited tags with a text
4986         property.
4987         (org-get-tags-at): Mark inherited tags with a text property.
4988         (org-add-prop-inherited): New function.
4990         * org-agenda.el (org-agenda-add-inherited-tags): New function.
4991         (org-agenda-show-inherited-tags): New option.
4993 2008-11-26  Carsten Dominik  <carsten.dominik@gmail.com>
4995         * org.el (org-modules): Add org-w3m to the default modules.
4997         * org-table.el (orgtbl-self-insert-command): Make S-SPC work in
4998         orgtbl-mode.
4999         (orgtabl-create-or-convert-from-region): New command.
5001         * org-exp.el (org-export-as-ascii): Remove the handling of
5002         targets.
5003         (org-export-ascii-preprocess): Handle targets already in this
5004         function.
5006 2008-11-25  Carsten Dominik  <carsten.dominik@gmail.com>
5008         * org-timer.el (org-timer-start-time): Define this variable.
5009         (org-timer-item): Make argument optional.
5011         * org-list.el (org-insert-item): Automatically insert a timer item
5012         if the current list is a timer list.
5014         * org-timer.el: New file.
5016         * org-publish.el (org-publish-org-index): Only exclude the index
5017         file in the main directory from being added to the site-map.
5018         (org-publish-get-project-from-filename): If the current project is
5019         a component, start publishing from the parent project.
5021 2008-11-24  Carsten Dominik  <carsten.dominik@gmail.com>
5023         * org-table.el (orgtbl-ret): Fix RET at beginning-of-buffer.
5025         * org-publish.el (org-publish-org-index): Improve removal of
5026         temporary buffers.
5028         * org-agenda.el (org-get-closed): Re-apply changes
5029         accidentially overwritten by last commit to Emacs.
5031         * org.el (org-outline-path-complete-in-steps): New option.
5032         (org-refile-get-location): Honor
5033         `org-outline-path-complete-in-steps'.
5034         (org-agenda-change-all-lines, org-tags-sparse-tree)
5035         (org-time-string-to-absolute, org-small-year-to-year)
5036         (org-link-escape): Re-apply changes accidentially overwritten
5037         by last commit to Emacs
5039 2008-11-23  Carsten Dominik  <carsten.dominik@gmail.com>
5041         * org-clock.el (org-dblock-write:clocktable): Make sure the
5042         clocktable sees the first line.
5043         (org-clock-in): Warn if the clock cannot be resumed.
5045 2008-11-22  Carsten Dominik  <carsten.dominik@gmail.com>
5047         * org.el (org-open-at-point): Fix mixup about interactive and
5048         non-interactive elisp links.
5050 2008-11-21  Carsten Dominik  <carsten.dominik@gmail.com>
5052         * org-exp.el (org-export-preprocess-string): Allow one comment
5053         line before the first headline to always be included.  This is
5054         to not miss a commented target.
5056         * org-mouse.el (org-mouse-insert-item): Call
5057         `org-indent-to-column' instead of `indent-to', for XEmacs
5058         compatibility.
5060         * org.el (org-refile-targets): Fix customize definition so
5061         that it works also in XEmacs.
5062         (org-fixup-indentation): Call `org-indent-to-column' instead
5063         of `indent-to', for XEmacs compatibility.
5065 2008-11-21  Tokuya Kameshima  <kames@fa2.so-net.ne.jp>
5067         * org-mew.el (org-mew-store-link): Get the correct case folder
5068         for refiled messages.
5070 2008-11-21  Carsten Dominik  <carsten.dominik@gmail.com>
5072         * org-exp.el (org-export-as-ascii): Remove the "\\" forced
5073         line break indicators.
5075         * org.el (org-ido-completing-read): Remove the "i:" prefix for
5076         ido-completion propts.
5078 2008-11-21  Carsten Dominik  <carsten.dominik@gmail.com>
5080         * org-remember.el (org-remember-apply-template): Use
5081         `org-substring-no-properties'.
5083         * org-compat.el (org-substring-no-properties): New function.
5085         * org-remember.el (org-remember-apply-template): Use
5086         `org-substring-no-properties' for compatibility.
5088         * org-list.el (org-list-two-spaces-after-bullet-regexp): New
5089         option.
5090         (org-fix-bullet-type): respect
5091         `org-list-two-spaces-after-bullet-regexp'.
5093         * org-clock.el (org-clock-load): Clean up the code.
5095         * org.el (org-adaptive-fill-function): Allow two spaces after
5096         "1." as a list bullet.
5098 2008-11-20  Carsten Dominik  <carsten.dominik@gmail.com>
5100         * org-clock.el (org-clock-save, org-clock-load): Check for
5101         live buffers, existing files, and buffer file names to ensure
5102         consistent information.
5103         (org-clock-persist): Make `clock' a special value of this
5104         variable, and improve docstring.
5106         * org-list.el (org-cycle-list-bullet, org-fix-bullet-type)
5107         (org-get-string-indentation): Adapt indentation when the bullet
5108         width changes.
5110 2008-11-19  Carsten Dominik  <carsten.dominik@gmail.com>
5112         * org-remember.el (org-remember-finalize): Make interactive.
5113         (org-remember-kill): New command.
5114         (org-remember-finish-immediately): Call `org-remember-finalize'
5115         directly.
5116         (org-remember-finalize): Make `org-remember-finalize' an interactive
5117         function.
5119 2008-11-18  Carsten Dominik  <carsten.dominik@gmail.com>
5121         * org-remember.el (org-remember-apply-template): No ido completion
5122         for free prompts in remember templates.
5123         (org-remember-before-finalize-hook): New hook.
5124         (org-remember-mode): New minor mode.
5125         (org-remember-apply-template): Turn on `org-remember-mode'.
5127         * org-id.el (org-id-add-location): Avoid error when no file is
5128         given.
5130         * org-remember.el (org-remember-apply-template): Fix the way how
5131         the list of allowed properties is retrieved from the target file.
5133         * org.el (org-insert-link): Improve file link matching.
5135 2008-11-17  Carsten Dominik  <carsten.dominik@gmail.com>
5137         * org-colview.el (org-columns-display-here): New argument
5138         DATELINE, to trigger using the new face.
5139         (org-agenda-colview-summarize): Call `org-columns-display-here'
5140         with the new argument.
5142         * org-faces.el (org-agenda-column-dateline): New face.
5144         * org-publish.el (org-publish-org-index): Use index-title at page
5145         title, not as section.
5147         * org-exp.el (org-export-html-format-desc): Respect the
5148         org-protect property.
5149         (org-export-as-html): Protect image specifiers that are in the
5150         description part of a link.
5152         * org.el (org-sort-entries-or-items, org-completing-read)
5153         (org-refile-get-location, org-olpath-completing-read, org-todo)
5154         (org-show-todo-tree, org-sparse-tree, org-make-tags-matcher)
5155         (org-set-tags, org-change-tag-in-region, org-fast-tag-selection)
5156         (org-set-property, org-delete-property)
5157         (org-delete-property-globally): Use `org-ido-completing-read'.
5159         * org-remember.el (org-remember-apply-template): Use
5160         `org-ido-completing-read'.
5162         * org-publish.el (org-publish): Use `org-ido-completing-read'.
5164         * org-colview.el (org-columns-edit-value, org-columns-new)
5165         (org-insert-columns-dblock): Use `org-ido-completing-read'.
5167         * org-colview-xemacs.el (org-columns-edit-value)
5168         (org-columns-new, org-insert-columns-dblock): Use
5169         `org-ido-completing-read'.
5171         * org-attach.el (org-attach-delete-one, org-attach-open): Use
5172         `org-ido-completing-read'.
5174         * org-agenda.el (org-todo-list, org-agenda-filter-by-tag): Use
5175         `org-ido-completing-read'.
5177         * org.el (org-time-today): New function.
5178         (org-matcher-time): Use `org-time-today'.  Add special treatment
5179         for "<tomorrow>" and "<yesterday>".
5180         (org-ido-completing-read): New function.
5181         (org-completion-use-ido): New option.
5183         * org-exp.el (org-export-format-source-code): Fix bug in require
5184         htmlize code.
5185         (org-export-target-internal-links): Fix bug in search for text
5186         property.
5188 2008-11-16  Carsten Dominik  <carsten.dominik@gmail.com>
5190         * org-export-latex.el (org-export-latex-subcontent): Interprete
5191         target aliases as additonal labels.
5193         * org-exp.el (org-export-target-aliases): New variable.
5194         (org-export-preprocess-string)
5195         (org-export-handle-invisible-targets): Fill the alias alist.
5196         (org-export-as-html): Remove the &nbsp; from the anchor, and also
5197         assign an id.
5198         (org-html-level-start): Insert the target aliases as additonal
5199         anchors.
5201         * org.el (org-edit-fixed-width-region): Fix bug when starting a new
5202         picture area.
5204 2008-11-15  Carsten Dominik  <carsten.dominik@gmail.com>
5206         * org.el (org-open-at-mouse): Ensure correct link abbreviations
5207         when following a link with the mouse from the agenda.
5209         * org-exp.el (org-export-as-html): Avoid lone </div> when no
5210         headlines are created.
5212 2008-11-14  Carsten Dominik  <carsten.dominik@gmail.com>
5214         * org-exp.el (org-export-preprocess-string): Reorder so that we
5215         can still see ID properties when we collect targets.
5216         (org-export-target-internal-links): Also store targets for ID's.
5218         * org.el (org-link-translation-function): New option.
5219         (org-open-at-point): Call `org-link-translation-function' if
5220         non-nil.
5221         (org-translate-link): New function.
5222         (org-translate-link-from-planner): New function.
5223         (org-open-at-point): Allow interactive commands in elisp links.
5225         * org-exp.el (org-icalendar-cleanup-string): Restore the old
5226         iCalendar quoting.  The new one seems to caus problems with
5227         applications.
5229         * org.el (org-yank): Set `this-command' to `yank', so that
5230         `yank-pop' will work.
5232 2008-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
5234         * org-id.el (org-id-search-archives): New option.
5236         * org.el (org-link-to-org-use-id): New option.
5237         (org-store-link): Use `org-link-to-org-use-id'.
5238         (org-id): Make org-id.el a standard component.
5240 2008-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
5242         * org.el (org-link-expand-abbrev): Implement %h as an escape for a
5243         hexified version of the tag.
5245         * org-exp.el (org-icalendar-cleanup-string): Improve RFC2455
5246         compliance as far as quoting is concerned.
5248         * org-vm.el (org-vm-follow-link): Require `vm-search'.
5250         * org.el (org-up-heading-safe, org-forward-same-level): Always
5251         call `org-back-to-heading' instead of `outline-back-to-heading'.
5252         (org-back-to-heading): New wrapper around outline-back-to-heading,
5253         with a useful error message telling where the error happened.
5255         * org-list.el (org-update-checkbox-count): Always call
5256         `org-back-to-heading' instead of `outline-back-to-heading'.
5258         * org-exp.el (org-export-as-html): Make sure that each <img> tag
5259         has an `alt' attribute, to ensure XHTML validation.
5261 2008-11-12  Carsten Dominik  <carsten.dominik@gmail.com>
5263         * org-publish.el (org-publish-attachment): Allow publishing to
5264         overwrite attachment files.
5266         * org-agenda.el (org-agenda-timerange-leaders): New option.
5267         (org-agenda-get-blocks): Use `org-agenda-timerange-leaders'.
5269         * org.el (org-edit-src-exit): Untabify ASCII image before
5270         returning.
5283 2008-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
5285         * org.el (org-yank): Make any prefix force normal yanking.
5286         Suppress folding if text would be swallowed into a folded
5287         subtree.
5288         (org-yank-folded-subtrees, org-yank): Docstring updates.
5290         * org-agenda.el (org-agenda-compare-effort): Treat no effort
5291         defined as 0.
5293         * org-exp.el (org-export-language-setup): Add Catalan and
5294         Esperanto language entries.
5296 2008-11-10  Carsten Dominik  <carsten.dominik@gmail.com>
5298         * org.el (org-refile): Allow refiling of entire regions.
5300         * org-clock.el (org-clock-time%): New function.
5302         * org.el (org-entry-get, org-entry-delete): Use safer regexps to
5303         retrieve property values.
5305 2008-11-09  Carsten Dominik  <carsten.dominik@gmail.com>
5307         * org-agenda.el (org-agenda-list): Handle the value `only' of
5308         org-agenda-show-log'.
5309         (org-agenda-log-mode): Interpret a double prefix arg.
5311 2008-11-08  Carsten Dominik  <carsten.dominik@gmail.com>
5313         * org-exp.el (org-export-html-footnotes-section): New variable.
5314         (org-export-as-html): Use `org-export-html-footnotes-section' to
5315         insert the footnotes.
5316         (org-export-language-setup): Add "Footnotes" to language words.
5318 2008-11-07  Carsten Dominik  <carsten.dominik@gmail.com>
5320         * org.el (org-yank): Fix bug when not inserting a subtree.
5322 2008-11-06  Carsten Dominik  <carsten.dominik@gmail.com>
5324         * org-vm.el (org-vm-follow-link): Call `vm-preview-current-message'
5325         instead of `vm-beginning-of-message'.
5327         * org.el (org-make-link-regexps): Make sure that links to gnus can
5328         contain brackets.
5330 2008-11-05  Carsten Dominik  <carsten.dominik@gmail.com>
5332         * org-attach.el (org-attach-dir): Remove duplicate ID creation
5333         code.
5335         * org-id.el (org-id-new): Use `org-trim' to extract the uuid from
5336         shell output.
5338         * org.el (org-link-abbrev-alist): Improve customization type.
5340         * org-attach.el (org-attach-expand-link, org-attach-expand): New
5341         functions.
5343         * org-agenda.el (org-agenda-get-progress): Renamed from
5344         `org-get-closed'.  Implement searching for state changes as well.
5345         (org-agenda-log-mode-items): New option.
5346         (org-agenda-log-mode): New option prefix argument, interpreted as
5347         request to show all possible progress info.
5348         (org-agenda-get-day-entries): Call `org-get-progress' instead of
5349         `org-get-closed'.
5350         (org-agenda-set-mode-name): Handle the more complex log mode
5351         settings.
5352         (org-get-closed): New alias, pointing to `org-get-progress'.
5354 2008-11-05  Carsten Dominik  <dominik@science.uva.nl>
5356         * org.el (org-file-apps-defaults-gnu)
5357         (org-file-apps-defaults-macosx)
5358         (org-file-apps-defaults-windowsnt): Add an entry defining the
5359         system command.
5360         (org-file-apps): Allow `system' as key and value.
5361         (org-open-at-point): Explain the effect of a double prefix arg.
5362         (org-open-file): If the argument `in-emacs' is (16),
5363         i.e. corresponding to a double prefix argument, try to open the
5364         file externally.
5366 2008-11-04  Carsten Dominik  <dominik@science.uva.nl>
5368         * org.el (org-insert-link): Abbreviate absolute files names in
5369         links.  Also, fix a bug in which the double C-u prefix would not
5370         be honored.
5372 2008-11-03  Carsten Dominik  <dominik@science.uva.nl>
5374         * org.el (org-insert-heading): If buffer does not end with a
5375         newline, add one if necessary to insert headline correctly.
5377         * org-exp.el (org-export-as-html): Make sure that <hr/> is between
5378         paragraphs, not inside.
5380         * org.el (org-todo): Quote
5381         `org-agenda-headline-snapshot-before-repeat'.
5383         * org-exp.el (org-export-as-html): Fully process link descriptions.
5384         (org-export-html-format-desc): New function.
5385         (org-export-as-html): Collect footnotes into the correct basket.
5386         (org-html-protect): No longer protect quotations marks here, this
5387         goes wrong.
5389         * org-agenda.el (org-agenda-remove-marked-text): Bind variable
5390         BEG.
5392         * org-compat.el (org-fit-window-to-buffer): New function (not
5393         really, a preliminary and incomplete version was present earlier,
5394         but not used).
5396         * org.el (org-fast-todo-selection, org-fast-tag-selection): Use
5397         `org-fit-window-to-buffer'.
5399         * org-exp.el (org-export): Use `org-fit-window-to-buffer'.
5401         * org-agenda.el (org-agenda-get-restriction-and-command)
5402         (org-fit-agenda-window, org-agenda-convert-date): Use
5403         `org-fit-window-to-buffer'.
5405         * org-exp.el (org-export-as-html): Process href links through
5406         `org-export-html-format-href'.
5407         (org-export-html-format-href): New function.
5409         * org-agenda.el (org-agenda-todo): Update only the current
5410         headline if this is a repeated TODO, marked done for today.
5411         (org-agenda-change-all-lines): New argument JUST-THIS, to change
5412         only the current line.
5414         * org.el (org-todo): Take a snapshot of the headline if the
5415         repeater might change it.
5417 2008-11-02  Carsten Dominik  <dominik@science.uva.nl>
5419         * org-publish.el (org-publish-find-title): Remove buffers visited
5420         only for extracting the title.
5422         * org-exp.el (org-export-html-style)
5423         (org-export-html-style-default): Mark style definitions as
5424         unparsed CDATA.
5426         * org-publish.el (org-publish-validate-link): Function
5427         re-introduced.
5429 2008-11-02  Charles Sebold  <csebold@gmail.com>
5431         * org-plot.el (org-plot/add-options-to-plist): Supports timefmt
5432         property.
5433         (org-plot-quote-timestamp-field): New function.
5434         (org-plot-quote-tsv-field): Call timestamp field function when
5435         necessary rather than just quoting as a string.
5436         (org-plot/gnuplot-to-data): Pass in timefmt property.
5437         (org-plot/gnuplot-script): Supports timefmt property.
5438         (org-plot/gnuplot): Checks for timestamp column before checking
5439         for text index column.
5441 2008-11-02  Carsten Dominik  <dominik@science.uva.nl>
5443         * org.el (org-insert-heading): Improve behavior with hidden subtrees.
5445         * org-publish.el (org-publish-org-index): Create a section in the
5446         index file.
5447         (org-publish-org-index): Stop linking to directories.
5449         * org.el (org-emphasis-alist): Use span instead of <u> to
5450         underline text.
5452         * org-exp.el (org-export-as-html): Make sure <p> is closed before
5453         <pre> sections.
5455 2008-11-01  Sebastian Rose  <sebastian_rose@gmx.de>
5457         * org-jsinfo.el (org-infojs-template): Remove language attribute
5458         from script tag.
5460 2008-11-01  Carsten Dominik  <dominik@science.uva.nl>
5462         * org-agenda.el (org-agenda-remove-marked-text): New function.
5463         (org-agenda-mark-filtered-text)
5464         (org-agenda-unmark-filtered-text): New functions.
5465         (org-write-agenda): Remove fltered text.
5467         * org.el (org-make-tags-matcher): Give access to TODO "property"
5468         without speed penalty.
5470 2008-10-29  Carsten Dominik  <dominik@science.uva.nl>
5472         * org.el (org-link-frame-setup): Add `org-gnus-no-new-news' as an
5473         option.
5474         (org-store-link-props): Make sure adding to the plist works
5475         correctly.
5477         * org-gnus.el (org-gnus-no-new-news): New function.
5478         (org-gnus-follow-link): Allow the article ID to be a message-id,
5479         in addition to allowing article numbers.  Message IDs make much
5480         more roubust links.
5481         (org-gnus-store-link): Use message-id to create link.
5483 2008-10-28  Carsten Dominik  <dominik@science.uva.nl>
5485         * org.el (org-emphasize): Reverse the selection array.
5486         (org-emphasis-alist): Set <code> tags for the verbatim
5487         environment.
5489         * org-remember.el (org-remember-handler): Fix bug with
5490         prefix-related changing of the note storage target.
5492         * org-exp.el (org-print-icalendar-entries): Make the exported
5493         priorities compatible with RFC 2445.
5495         * org-clock.el (org-clock-save): Insert time stamp without
5496         dependence on time-stamp.el.
5498 2008-10-27  Carsten Dominik  <dominik@science.uva.nl>
5500         * org.el ("saveplace"): If saveplace puts point into an invisible
5501         location, make it visible.
5502         (org-make-tags-matcher): Allow inactive time stamps in time
5503         comparisons.
5504         (org-yank-adjusted-subtrees): New option.
5505         (org-yank): Incorporate adjusting trees.
5506         (org-paste-subtree): New argument FOR-YANK which will cause
5507         insertion at point without backing up over white lines, and leave
5508         point at the end of the inserted text.  Also if the cursor is
5509         at the beginning of a headline, use the same level or the inserted
5510         tree.
5512         * org-publish.el (org-publish-get-base-files-1): Deal correctly
5513         with broken symlinks
5515 2008-10-26  Carsten Dominik  <dominik@science.uva.nl>
5517         * org-exp.el (org-export-select-tags, org-get-current-options):
5518         Fix typo.
5520 2008-10-25  Carsten Dominik  <dominik@science.uva.nl>
5522         * org-agenda.el (org-format-agenda-item)
5523         (org-agenda-filter-make-matcher): Make sure tags are stored and
5524         compared donwcased.
5526 2008-10-23  Carsten Dominik  <dominik@science.uva.nl>
5528         * org.el (org-insert-todo-heading): Fix bug with force-heading
5529         argument.
5531 2008-10-23  James TD Smith  <ahktenzero@mohorovi.cc>
5533         * org-clock.el (org-clock-in-resume): Add a custom option to
5534         toggle starting the clock from an open clock line.
5535         (org-clock-in): When clocking in to an entry, if
5536         `org-clock-in-resume' is set, check if the first clock line is
5537         open and if so, start the clock from the time in the clock line.
5538         (org-clock-persist): Add a custom option to toggle clock
5539         persistence.
5540         (org-clock-persist-query-save): Add a custom option to toggle
5541         asking the user if they want to save the running clock when
5542         exiting.
5543         (org-clock-persist-query-resume): Add a custom option to toggle
5544         asking the user if they want to resume the saved clock when Emacs
5545         is restarted.
5546         (org-clock-save): Add a function to save clock data.
5547         This includes the contents of `org-clock-history' and the buffer
5548         and position of the currently clocked task, if any.
5549         (org-clock-load): Add a function to load clock data.
5550         This populates `org-clock-history', and resumes the saved clocked
5551         task if there is one.
5552         (org-clock-persistence-insinuate): Add a method to set up the
5553         hooks for clock persistence.
5555 2008-10-22  Carsten Dominik  <dominik@science.uva.nl>
5557         * org-exp.el (org-export-as-ascii): Handle the case that we are
5558         publishing from an indirect buffer.
5560         * org-table.el (org-table-copy-down): Fix bug with time stamp
5561         increment.
5563         * org-mouse.el (org-mouse-features): New option.
5564         (org-mode-hook): Turn on features depending on
5565         `org-mouse-features'.
5567         * org.el (org-insert-heading-respect-content): Force heading
5568         creation.
5569         (org-insert-heading): keep the folding state of the heading before
5570         the inserted one.
5572 2008-10-21  Carsten Dominik  <dominik@science.uva.nl>
5574         * org-archive.el (org-archive-to-archive-sibling): Handle top
5575         level headlines better.
5577 2008-10-21  Bastien Guerry  <bzg@altern.org>
5579         * org-export-latex.el (org-export-latex-classes): Added
5580         \usepackage{graphicx} to the default list of packages.
5582 2008-10-21  Carsten Dominik  <dominik@science.uva.nl>
5584         * org-agenda.el (org-agenda-filter): Renamed from
5585         `org-agenda-filter-tags'.
5587 2008-10-20  Carsten Dominik  <dominik@science.uva.nl>
5589         * org.el (org-entry-properties): Add CATEGORY property, iven if it
5590         is not defined as a property in this entry.
5591         (org-add-log-note): Mask prefix argument when immediately storing
5592         the note.
5594         * org-agenda.el (org-agenda-filter-effort-default-operator): New
5595         option.
5597 2008-10-19  James TD Smith  <ahktenzero@mohorovi.cc>
5599         * org.el (org-add-log-setup): Bugfix; code to find insertion point
5600         after drawers was skipping ahead one line too many, so notes were
5601         inserted after the first note instead of before it.
5603 2008-10-18  Carsten Dominik  <dominik@science.uva.nl>
5605         * org-agenda.el (org-agenda-filter-tags,org-agenda-filter-form):
5606         New variables.
5607         (org-prepare-agenda): Reset the filter tags.
5608         (org-agenda-filter-by-tag, org-agenda-filter-by-tag-show-all):
5609         Show filter tags in mode line.
5611         * org-table.el (orgtbl-to-html): Bind `html-table-tag' for the
5612         formatter.
5614         * org-export-latex.el (org-latex-entities-regexp): New constant.
5615         (org-export-as-pdf): Use two calls to `shell-command'.
5617 2008-10-17  Carsten Dominik  <dominik@science.uva.nl>
5619         * org-export-latex.el (org-export-latex-treat-sub-super-char):
5620         Honor the {} value of the subsuperscript setting.  Make sure that
5621         longer subsuperscripts are typeset in a roman font.
5623         * org.el (org-clock-update-time-maybe): Compute negative clock
5624         intervals correctly.
5626 2008-10-16  Carsten Dominik  <dominik@science.uva.nl>
5628         * org.el (org-add-log-setup): Respect
5629         `org-log-state-notes-insert-after-drawers'.
5630         (org-log-state-notes-insert-after-drawers): New option.
5631         (org-todo-trigger-tag-changes): New function.
5632         (org-todo): Call `org-todo-trigger-tag-changes'.
5634 2008-10-15  James TD Smith  <ahktenzero@mohorovi.cc>
5636         * org.el (org-add-log-setup): Only skip drawers if the are
5637         immediately after the scheduling keywords.
5639         * org-clock.el (org-clock-in-switch-to-state): Allow this to be a
5640         function
5641         (org-clock-in): If `org-clock-in-switch-to-state' is a function,
5642         call it with the current todo state to get the state to switch to
5643         when clocking in.
5644         (org-clock-in): Use org-indent-line-function to indent clock lines.
5645         (org-clock-find-position): Fix indentation of empty clock drawers.
5647 2008-10-15  Carsten Dominik  <dominik@science.uva.nl>
5649         * org-publish.el (org-publish-org-to): Handle case when
5650         org-export-to-pdf does return a file name, not a buffer.
5651         (org-publish-org-to-pdf): New function.
5653         * org-export-latex.el (org-export-as-pdf)
5654         (org-export-as-pdf-and-open): New commands.
5656         * org-table.el (org-table-eval-formula): Avoid parsing Calc's HMS
5657         forms as ranges.
5659         * org-export-latex.el (org-export-latex-lists): Ignore lists-like
5660         things in protexted regions.
5662 2008-10-14  Carsten Dominik  <dominik@science.uva.nl>
5664         * org-export-latex.el (org-export-latex-preprocess): Improve
5665         quoting of LaTeX environments.
5667 2008-10-10  Carsten Dominik  <dominik@science.uva.nl>
5669         * org.el (org-edit-fixed-width-region): Exclude final newline from
5670         picture area.
5672         * org-export-latex.el (org-export-latex-subcontent): Add labels to
5673         sections, to make internal links work.
5674         (org-export-latex-fontify-headline): Do not remove all text
5675         properties, to make sure that target properties survive this
5676         process.
5678         * org-exp.el (org-export-preprocess-string): Change sequence of
5679         modifications, to make sure links are prepared before the LaTeX
5680         conversions do happen.
5682 2008-10-09  Carsten Dominik  <dominik@science.uva.nl>
5684         * org-attach.el (org-attach-delete-all): Renamed from
5685         `org-attch-delete'.  Add a security query before deleting the
5686         entire directory.  New optional argument FORCE can overrule the
5687         security query.
5688         (org-attach-delete-one): New command.
5690 2008-10-08  Carsten Dominik  <dominik@science.uva.nl>
5692         * org-attach.el (org-attach-file-list): Fix bug with directory.
5694 2008-10-07  Carsten Dominik  <dominik@science.uva.nl>
5696         * org.el (org-apps-regexp-alist): New function.
5697         (org-file-apps): Add auto-mode to the default value.
5698         (org-open-file): Use the new structure of org-file-apps.
5700         * org-attach.el (org-attach): Support the new keys.
5701         (org-attach-method): New option.
5703 2008-10-06  Carsten Dominik  <dominik@science.uva.nl>
5705         * org-bbdb.el (org-bbdb-anniversaries): Fix but with 29 Feb/1
5706         March.
5708         * org.el (org-remove-uniherited-tags): Fix reverse interpretation
5709         of the list value o `org-use-tag-inheritance'.
5711         * org-attach.el (org-attach-auto-tag): New option.
5712         (org-attach-tag, org-attach-untag): New functions.
5713         (org-attach-attach, org-attach-new, org-attach-sync): Call
5714         `org-attach-tag'.
5715         (org-attach-delete): Call `org-attach-untag'.
5717 2008-10-04  Carsten Dominik  <dominik@science.uva.nl>
5719         * org-table.el (orgtbl-self-insert-command): Make this work for
5720         the keypad as well.
5722 2008-10-02  Carsten Dominik  <dominik@science.uva.nl>
5724         * org.el (org-add-log-setup): Limit searc for drawers to entry
5725         text, not to subtree.
5727         * org-clock.el (org-clock-heading-for-remember): New variable.
5728         (org-clock-in): Set `org-clock-heading-for-remember'.
5730 2008-10-01  James TD Smith  <ahktenzero@mohorovi.cc>
5732         * org-remember.el (org-remember-apply-template): Add new
5733         expansions: %k, %K for currently clocked task and a link to the
5734         currently clocked task, and %< to file notes in the currently
5735         clocked task.
5737 2008-10-01  Carsten Dominik  <dominik@science.uva.nl>
5739         * org-export-latex.el (org-export-latex-make-header): Also insert
5740         the content of the property :latex-header-extra.
5742         * org-exp.el (org-infile-export-plist): Put the content of
5743         #+LATEX_HEADER: into the property :latex-header-extra.
5745         * org-colview.el (org-columns-get-format-and-top-level): Remove
5746         resetting the marker.
5748         * org-colview-xemacs.el (org-columns-get-format-and-top-level):
5749         Remove resetting the marker.
5751         * org.el (org-entry-property-inherited-from): Improve docstring.
5752         (org-entry-get-with-inheritance): Reset marker before starting the
5753         search.
5755         * org-exp.el (org-infile-export-plist): Allow multiple STYLE lines.
5757 2008-09-30  Carsten Dominik  <dominik@science.uva.nl>
5759         * org.el (org-entry-get-multivalued-property)
5760         (org-entry-protect-space, org-entry-restore-space): New
5761         functions.
5762         (org-file-apps-defaults-macosx): Let postscript files be opened by
5763         preview.
5764         (org-time-stamp-inactive): Call `org-time-stamp'.
5765         (org-time-stamp): New argument `inactive'.  Also edit inacive
5766         stamps. Convert time stamp type.
5767         (org-open-file): Interpret the `default' value for the `command'
5768         in `org-file-apps'.
5770         * org-id.el (org-id-int-to-b36-one-digit)
5771         (org-id-b36-to-int-one-digit, org-id-int-to-b36)
5772         (org-id-b36-to-int, org-id-time-to-b36): Modified from b62 to
5773         b36.
5775 2008-09-29  Carsten Dominik  <dominik@science.uva.nl>
5777         * org-id.el (org-id-reverse-string): New function.
5778         (org-id-new): Use `org-id-reverse-string' to make sure the
5779         beginning chars of the ID are mutating fast.  This allows to use a
5780         directory structure to spread things better.
5781         (org-id-prefix): Changed default to nil.
5783         * org-list.el (org-move-item-down, org-move-item-up): Remember and
5784         restore the column of the cursor position.
5786         * org-remember.el (org-remember-apply-template): Remove properties
5787         from `initial'.
5789 2008-09-27  Carsten Dominik  <dominik@science.uva.nl>
5791         * org-wl.el (org-wl-open): Remove useless call to
5792         `wl-thread-open-all'.
5794         * org-remember.el (org-remember-handler): Fix bug with `bottom'
5795         location.
5797 2008-09-26  Carsten Dominik  <dominik@science.uva.nl>
5799         * org-bbdb.el (org-bbdb-anniversaries): Require bbdb in
5800         `org-bbdb-anniversaries'.
5802         * org.el (org-get-next-sibling, org-forward-same-level): New
5803         functions, similar to the outline versions, but invisible headings
5804         are OK.
5806 2008-09-25  Bastien Guerry  <bzg@altern.org>
5808         * org.el (org-auto-repeat-maybe): Insert a space between
5809         the timestamp's type and the timestamp itself.
5811 2008-09-24  Carsten Dominik  <dominik@science.uva.nl>
5813         * org-table.el (org-table-sum): Do not format the result with %g,
5814         it does rounding when there are too many digits.
5816         * org.el (org-map-entries): Protect the keyword-selecting variables.
5818 2008-09-23  Bastien Guerry  <bzg@altern.org>
5820         * org-agenda.el (org-agenda-to-appt): Make sure the function check
5821         against all agenda files.
5823 2008-09-23  Carsten Dominik  <dominik@science.uva.nl>
5825         * org-list.el: New file, aggregating list functions from org.el
5826         and org-export-latex.el.
5828         * org.el (org-edit-src-region-extra): New option.
5830 2008-09-22  Carsten Dominik  <dominik@science.uva.nl>
5832         * org-agenda.el (org-agenda-to-appt): Fix bug with appointment
5833         time before 1am.
5835 2008-09-22  Bastien Guerry  <bzg@altern.org>
5837         * org-export-latex.el (org-export-latex-keywords-maybe): Bug fix.
5839 2008-09-22  James TD Smith  <ahktenzero@mohorovi.cc>
5841         * org-plot.el (org-plot/gnuplot): Make tables starting with a
5842         hline work correctly.
5843         (org-plot/gnuplot-script): Put commas at the end of each script
5844         line.
5846 2008-09-20  James TD Smith  <ahktenzero@mohorovi.cc>
5848         * org.el (org-get-refile-targets): Replace links with their
5849         descriptions
5850         (org-imenu-get-tree): Replace links with their descriptions.
5852         * org-remember.el (org-remember-apply-template): Add a new
5853         expansion for adding properties to remember items.
5855         * org.el (org-add-log-setup): Skip over drawers (properties,
5856         clocks etc) when adding notes.
5858         * org-agenda.el (org-agenda-get-closed): show durations of clocked
5859         items as well as the start and end times.
5861         * org-compat.el (org-get-x-clipboard-compat): Add a compat
5862         function for fetching the X clipboard on XEmacs and GNU Emacs 21.
5864         * org-remember.el (org-get-x-clipboard): Use the compat
5865         function to get clipboard values when x-selection-value is
5866         unavailable. Use substring-no-properties instead of
5867         set-text-properties to remove text properties from the clipboard
5868         value.
5870         * lisp/org-clock.el (org-update-mode-line): Support limiting the
5871         modeline clock string, and display the full todo value in the
5872         tooltip. Set a local keymap so mouse-3 on the clock string goes to
5873         the currently clocked task.
5874         (org-clock-string-limit): Add a custom value for the maximum
5875         length of the clock string in the modeline.
5876         (org-clock-mode-map): Add a keymap for the modeline string
5878 2008-09-21  Carsten Dominik  <dominik@science.uva.nl>
5880         * org-compat.el (org-propertize): New function.
5882 2008-09-20  Bastien Guerry  <bzg@altern.org>
5884         * org-export-latex.el (org-export-latex-tables): protect exported
5885         tables from further special chars conversion.
5886         (org-export-latex-preprocess): Preserve LaTeX environments.
5887         (org-list-parse-list): Parse descriptive lists.
5888         (org-list-to-generic, org-list-to-latex, org-list-to-html)
5889         (org-list-to-texinfo): Export descriptive lists.
5890         (org-quote-chars): Remove.
5891         (org-export-latex-keywords-maybe): Use `replace-regexp-in-string'.
5892         (org-export-latex-list-beginning-re): Rename to
5893         `org-list-beginning-re'
5894         (org-list-item-begin): Rename to `org-list-item-beginning'
5896 2008-09-20  Carsten Dominik  <dominik@science.uva.nl>
5898         * org.el (org-refile): Allow refiling to the last entry in the
5899         buffer.
5900         (org-get-tags-at): Fix bug when inheritance is turned off.
5902 2008-09-19  Carsten Dominik  <dominik@science.uva.nl>
5904         * org.el (org-indent-line-function): No longer check for src
5905         regions, this is too much overhead.
5907         * org-agenda.el (org-agenda-highlight-todo): Fix bugs with keyword
5908         matching.
5910         * org.el (org-scan-tags): Make sure that tags matching is not case
5911         sensitive.  TODO keyword matching is case sensitive, however, to
5912         avoid confusion with similar words that are not meant to be
5913         keywords.
5915 2008-09-18  Carsten Dominik  <dominik@science.uva.nl>
5917         * org.el (org-get-local-tags-at): New function.
5918         (org-get-local-tags): New function.
5920         * org-exp.el (org-export-get-categories): New function.
5922         * org-agenda.el (org-sorting-choice)
5923         (org-agenda-sorting-strategy, org-agenda-get-todos)
5924         (org-agenda-get-timestamps, org-agenda-get-deadlines)
5925         (org-agenda-get-scheduled, org-agenda-get-blocks)
5926         (org-entries-lessp): Implement sorting by TODO state.
5927         (org-cmp-todo-state): New defsubst.
5929         * org-colview.el (org-colview-construct-allowed-dates): New
5930         function.
5931         (org-columns-next-allowed-value): Use
5932         `org-colview-construct-allowed-dates'.
5934         * org-colview-xemacs.el (org-colview-construct-allowed-dates): New
5935         function.
5936         (org-columns-next-allowed-value): Use
5937         `org-colview-construct-allowed-dates'.
5939 2008-09-17  Carsten Dominik  <dominik@science.uva.nl>
5941         * org.el (org-protect-slash): New function.
5942         (org-get-refile-targets): Use `org-protect-slash'.
5944         * org-agenda.el (org-global-tags-completion-table): New variable.
5946         * org-exp.el (org-export-handle-export-tags): New function.
5947         (org-export-preprocess-string): Call
5948         `org-export-handle-export-tags'.
5950         * org-plot.el: New file.
5952         * org-publish.el (org-publish-expand-components): Function removed.
5953         (org-publish-expand-projects): Allow components to have components.
5955 2008-09-13  Carsten Dominik  <dominik@science.uva.nl>
5957         * org.el (org-indent-line-function): Do not indent in regions that
5958         are external source code.
5959         (org-yank-and-fold-if-subtree): New function.
5961         * org-agenda.el (org-agenda-todayp): New function.
5962         (org-agenda-get-deadlines, org-agenda-get-scheduled): Use
5963         `org-agenda-todayp'.
5965         * org.el (org-insert-heading-respect-content)
5966         (org-insert-todo-heading-respect-content): New commands.
5967         (org-insert-heading-respect-content): New option.
5968         (org-insert-heading): Respect `org-insert-heading-respect-content'.
5970         * org-clock.el (org-clock-find-position): Make sure the note after
5971         the clock line gets moved into the new clock drawer.
5973 2008-09-11  Carsten Dominik  <dominik@science.uva.nl>
5975         * org-id.el (org-id-new): New option.
5977 2008-09-08  Carsten Dominik  <dominik@science.uva.nl>
5979         * org-table.el (org-table-copy-down): Avoid overflow during
5980         increment.  Use prefix argument 0 to temporarily disable the
5981         increment.
5983 2008-09-07  Carsten Dominik  <dominik@science.uva.nl>
5985         * org-exp.el (org-export-as-html): Do not turn on the major mode
5986         if the buffer will be killed anyway.
5987         (org-get-current-options): Exclude the #+TEXT field.
5988         (org-export-as-html): Make sure text before the first headline is
5989         a paragraph.
5991         * org-publish.el (org-publish-org-to): Tell the exporter that this
5992         buffer will be killed, so it is not necessary to do major mode
5993         initialization.
5995         * org-archive.el (org-archive-to-archive-sibling): Show empty
5996         lines after folding the archive sibling.
5998         * org.el (org-log-note-extra): New variable.
6000 2008-09-05  Bastien Guerry  <bzg@altern.org>
6002         * org.el (org-additional-option-like-keywords): Added keywords for
6003         the _QUOTE, _VERSE and _SRC environments.
6005         * org-export-latex.el (org-export-latex-preprocess): Fix bug when
6006         exporting _QUOTE and _VERSE environments.
6008 2008-09-05  Carsten Dominik  <dominik@science.uva.nl>
6010         * org-agenda.el (org-agenda-filter-by-tag): New command.
6012         * org-exp.el (org-get-current-options): Remove angular brackets
6013         from the date entry.
6015         * org.el (org-edit-fixed-width-region): New function.
6016         (org-edit-fixed-width-region): Also try
6017         `org-edit-fixed-width-region'.
6018         (org-edit-fixed-width-region-mode): New option.
6019         (org-activate-code): Only interprete lines starting with colon
6020         plus a space as example lines.
6022         * org-remember.el (org-remember-templates): Add nil instead of
6023         empty strings to fix the length of remember templates.
6025         * org-table.el (org-calc-default-modes): Fix the time format for
6026         calc, from 12 hour to 24 hour clock.
6028 2008-09-04  Carsten Dominik  <dominik@science.uva.nl>
6030         * org-agenda.el (org-agenda-get-deadlines)
6031         (org-agenda-get-scheduled): Avoid `time-of-day' extraction for
6032         entries that are pre-warnings of deadlines or reminders.
6034         * org.el (org-sort-entries-or-items): Make numeric and alpha
6035         comparisons ignore any TODO keyword and priority cookie.
6037         * org-remember.el (org-remember-handler): Reinterpretation of the
6038         prefix argument.
6040 2008-09-03  Carsten Dominik  <dominik@science.uva.nl>
6042         * org-agenda.el (org-agenda-get-scheduled): Use new
6043         `org-scheduled' face.
6045         * org-faces.el (org-scheduled): New face.
6047         * org-wl.el (org-wl-open): Remove incorrect declaration.
6049         * org-gnus.el (org-gnus-store-link): Support for :to information
6050         in gnus links.
6052         * org-exp.el (org-export-as-html): Fixed typo in creator
6053         information.
6054         (org-export-protect-examples): New parameter indent.  Insert extra
6055         spaces only when this parameter is specified.
6056         (org-export-preprocess-string): Call `org-export-protect-examples'
6057         with an indentation parameter when exporting to ASCII.
6059         * org-remember.el (org-remember-templates)
6060         (org-remember-apply-template): Allow the file component to be a
6061         function.
6063         * org.el (org-goto-local-search-headings): Renamed from
6064         `org-goto-local-search-forward-headings'.  Added the possibility
6065         to search backwards.
6067 2008-09-02  Carsten Dominik  <dominik@science.uva.nl>
6069         * org-export-latex.el (org-export-latex): New customization
6070         group.
6072         * org-agenda.el (org-write-agenda): Erase buffer for txt export.
6074 2008-09-01  Carsten Dominik  <dominik@science.uva.nl>
6076         * org-exp.el (org-html-do-expand): Allow {} to terminate
6077         tex macro
6079 2008-07-29  Carsten Dominik  <dominik@science.uva.nl>
6081         * org.el (org-buffer-list): Select buffers based on major mode,
6082         not on file name.
6084 2008-07-26  Carsten Dominik  <dominik@science.uva.nl>
6086         * org-agenda.el (org-agenda-align-tags): Fix bug with malformed
6087         face property.
6089         * org-colview.el (org-columns-display-here): Use
6090         `org-columns-modify-value-for-display-function'.
6092         * org-colview-xemacs.el (org-columns-display-here): Use
6093         `org-columns-modify-value-for-display-function'.
6095 2008-07-25  Carsten Dominik  <dominik@science.uva.nl>
6097         * org.el (org-columns-modify-value-for-display-function): New option.
6109         * org-publish.el (org-publish-file): Make sure the directory match
6110         for the publishing directory works correctly.
6112         * org-agenda.el (org-agenda-execute-calendar-command)
6113         (org-agenda-diary-entry): Additional optional argument.
6115 2008-07-24  Carsten Dominik  <dominik@science.uva.nl>
6117         * org-exp.el (org-export-as-html): Add attributes also in mailto
6118         and ftp links.
6120         * org.el (org-autoload): Add `org-dblock-write:columnview'.
6129 2008-07-23  Carsten Dominik  <dominik@science.uva.nl>
6131         * org-exp.el (org-export-region-as-html, org-export-as-html): Make
6132         sure that calls from `org-export-region-as-html' do not do the
6133         special check for a subtree.
6135 2008-07-22  Carsten Dominik  <dominik@science.uva.nl>
6137         * org-agenda.el (org-batch-store-agenda-views): Fix parsing bug.
6139 2008-07-20  Juri Linkov  <juri@jurta.org>
6141         * org.el (narrow-map): Bind `org-narrow-to-subtree' to "s" on the
6142         new keymap `narrow-map' instead of binding "\C-xns".
6144 2008-07-18  Carsten Dominik  <dominik@science.uva.nl>
6146         * org.el (org-open-file): Use
6147         `org-open-directory-means-index-dot-org'.
6148         (org-open-directory-means-index-dot-org): New option.
6150 2008-07-17  Carsten Dominik  <dominik@science.uva.nl>
6152         * org.el (org-make-link-string): Remove link attributes from
6153         description.
6154         (org-open-at-point): Remove link attributes bevore using the path.
6156         * org-exp.el (org-export-as-html): Handle link attributes.
6158         * org.el (org-extract-attributes, org-attributes-to-string): New functions.
6160         * org-table.el (org-table-to-lisp): New function.
6162         * org.el (org-narrow-to-subtree): Do not include the final newline
6163         into the narrowed region.
6165         * org-agenda.el (org-agenda-custom-commands-local-options): Fixed
6166         bug with user-define skipping condition.
6168 2008-07-16  Carsten Dominik  <dominik@science.uva.nl>
6170         * org-agenda.el (org-agenda-get-restriction-and-command): Fixed typo.
6172 2008-07-14  Carsten Dominik  <dominik@science.uva.nl>
6174         * org-exp.el (org-export-html-style-default): Automatic overflow
6175         handling for pre fields.
6176         (org-export-as-ascii, org-export-as-html): Change default format
6177         for time stamp.
6179         * org-table.el (org-table-export): Offer completion for translator
6180         functions, and do not require a heading above the table.
6182         * org.el (org-renumber-ordered-list, org-beginning-of-item-list):
6183         Cater for the case of a list starting in the first line of the
6184         buffer.
6186 2008-07-09  Carsten Dominik  <dominik@science.uva.nl>
6188         * org-publish.el (org-publish-find-title): Bug fix.
6189         (org-publish-org-index): Implement new :index-style option.
6191 2008-07-07  Carsten Dominik  <dominik@science.uva.nl>
6193         * org-publish.el (org-publish-timestamp-filename): Use
6194         SHA1-encoded file names in the timestamp directory.
6196 2008-07-05  Carsten Dominik  <dominik@science.uva.nl>
6198         * org-publish.el (org-publish-needed-p): Be verbose about files
6199         published and files skipped.
6201         * org-exp.el (org-export-preprocess-string): Swap link
6202         normalization and inernal link targeting.
6204         * org-publish.el (org-publish-needed-p): Create timestamp
6205         directory when it does not exist.
6207 2008-07-04  Bastien Guerry  <bzg@altern.org>
6209         * org-clock.el (org-clock-out-when-done): Doc fix.
6211         * org.el (org-agenda-skip-unavailable-files): Doc fix.
6213         * org-exp.el (org-export-remove-comment-blocks-and-subtrees):
6214         Ignore case when searching for the COMMENT cookie at export time.
6216 2008-07-02  Carsten Dominik  <dominik@science.uva.nl>
6218         * org-exp.el (org-get-file-contents)
6219         (org-get-and-remove-property): New functions.
6220         (org-export-handle-include-files): Handle the new prefix options.
6221         (org-export-as-html): Fix the verse environment.
6223 2008-07-01  Carsten Dominik  <dominik@science.uva.nl>
6225         * org.el (org-time=, org-time<, org-time<=, org-time>)
6226         (org-time>=, org-time<>, org-2ft): New functions.
6227         (org-op-to-function): Also provide for the time testing fucntions.
6229 2008-06-30  Carsten Dominik  <dominik@science.uva.nl>
6231         * org-exp.el (org-export-html-style-default): New constant.
6233 2008-06-29  Carsten Dominik  <dominik@science.uva.nl>
6235         * org-exp.el (org-export-html-style-extra): New variable.
6236         (org-export-splice-style): New function.
6238 2008-06-26  Carsten Dominik  <dominik@science.uva.nl>
6240         * org-exp.el (org-export-plist-vars, org-export-as-html):
6241         Implement `org-export-creator-info'.
6242         (org-export-creator-info): New option.
6244 2008-06-25  Carsten Dominik  <dominik@science.uva.nl>
6246         * org.el (org-clock-drawer-start-re, org-clock-drawer-end-re)
6247         (org-property-drawer-re, org-clock-drawer-re): New constants.
6249 2008-06-23  Carsten Dominik  <dominik@science.uva.nl>
6251         * org-exp.el (org-icalendar-use-deadline)
6252         (org-icalendar-use-scheduled): New options.
6253         (org-icalendar-include-todo): Default changed to t.
6254         (org-print-icalendar-entries): Implement better utilization of
6255         scheduling and deadline time stamps.
6256         (org-export-target-internal-links, org-export-as-html): Allow file
6257         lines without the "file:" prefix if the file path is an absolute
6258         path or starts with ".".
6260         * org-clock.el (org-clocktable-shift): Also undertand yesterday,
6261         lastweek etc.
6262         (org-clock-special-range): Also undertand yesterday, lastweek etc.
6264 2008-06-18  Glenn Morris  <rgm@gnu.org>
6265         * org.el (org-map-entries): Let-bind `file'.
6267 2008-06-19  Carsten Dominik  <dominik@science.uva.nl>
6269         * org.el (org-agenda-skip-archived-trees): Docstring now
6270         discourages using this.
6271         (org-scan-tags): Check for org-agenda-archives-mode.
6272         (org-map-entries): Make sure org-agenda-archives-mode is nil.
6273         (org-agenda-files): Functionality of second arg changed.
6275         * org-agenda.el (org-agenda-archives-mode): New variable
6276         (org-write-agenda, org-prepare-agenda, org-agenda-list)
6277         (org-search-view, org-todo-list, org-tags-view)
6278         (org-agenda-list-stuck-projects): Call `org-agenda-files' with
6279         `ifmode' argument.
6280         (org-agenda-quit): Reset the archives mode.
6281         (org-agenda-archives-mode): New command.
6282         (org-agenda-set-mode-name): Include archives info.
6284 2008-06-18  Carsten Dominik  <dominik@science.uva.nl>
6286         * org.el (org-paste-subtree): Make sure the yanked headline is
6287         visible if it was yanked at a visible point.
6288         (org-move-item-up): Fix the bug with moving white space at the end
6289         of the item.
6290         (org-show-empty-lines-in-parent): New function.
6292 2008-06-16  Carsten Dominik  <dominik@science.uva.nl>
6294         * org-colview.el (org-columns-next-allowed-value): Bug fix.
6296         * org-colview-xemacs.el (org-columns-next-allowed-value): Bug fix.
6298         * org-agenda.el (org-agenda-get-closed): Get the end time into the
6299         agenda prefix as well.
6301         * org-publish.el (org-publish-org-index): Make a properly indented
6302         list.
6304         * org.el (org-calendar-agenda-action-key): New option.
6305         (org-get-cursor-date): New function.
6306         (org-mark-entry-for-agenda-action): New command.
6307         (org-overriding-default-time): New variable.
6308         (org-read-date): Respect `org-overriding-default-time'.
6310         * org-remember.el (org-remember-apply-template): Respect the
6311         ovverriding default time.
6313         * org-agenda.el (org-agenda-action-marker): New variable.
6314         (org-agenda-action): New command.
6315         (org-agenda-do-action): New function.
6317 2008-06-15  Carsten Dominik  <dominik@science.uva.nl>
6319         * org.el (org-schedule, org-deadline): Protect scheduled and
6320         deadline tasks against changes that accidently remove the
6321         repeater.  Also show a message with the new date when done.
6323 2008-06-15  Carsten Dominik  <dominik@science.uva.nl>
6325         * org.el (org-beginning-of-line): Cater for the case when there
6326         are tags but no headline text.
6327         (org-align-tags-here): Convert to tabs only when indent-tabs-mode
6328         it set.
6330 2008-06-13  Carsten Dominik  <dominik@science.uva.nl>
6332         * org-mhe.el (org-mhe-get-message-folder-from-index): Make sure
6333         the return value is nil instead of "nil" when there is no match.
6335         * org-exp.el (org-insert-centered): Use fill-column instead of
6336         80.
6337         (org-export-as-ascii): Use string-width to measure the width of
6338         the heading.
6340         * org.el (org-diary-to-ical-string): No longer kill buffer
6341         FROMBUF, this is now done by the caller.
6343         * org-exp.el (org-print-icalendar-entries): Move the call to
6344         `org-diary-to-ical-string' out of the loop, and kill the buffer
6345         afterwords.
6347         * org-remember.el (org-remember-visit-immediately): Position
6348         cursor after moving to the note.
6349         (org-remember-apply-template): Use a text property to record the
6350         cursor position.
6351         (org-remember-handler): Align tags after pasting the note.
6353 2008-06-12  Carsten Dominik  <dominik@science.uva.nl>
6355         * org-bbdb.el (org-bbdb-follow-anniversary-link): New function.
6357         * org-agenda.el (org-agenda-open-link): If there is an
6358         org-bbdb-name property in the current line, jump to that bbdb
6359         entry.
6361         * org-bbdb.el (org-bbdb-anniversaries): Add the bbdb-name as a
6362         text property, so that the agenda knows where this entry comes
6363         from.
6365         * org-agenda.el (org-agenda-clock-in): Fixed bug in the
6366         interaction between clocking-in from the agenda, and  automatic
6367         task state switching.
6369         * org-macs.el (org-with-point-at): Bug fix in macro defintion.
6371         * org.el (org-beginning-of-line, org-end-of-line): Make sure the
6372         zmacs-region stays after this command in XEmacs.
6374 2008-06-11  Carsten Dominik  <dominik@science.uva.nl>
6376         * org.el (org-scan-tags): Allow new values for ACTION parameter.
6378         * org-remember.el (org-remember-templates): Fix bug in
6379         customization type definition.
6381         * org.el (org-map-entries): New function.
6383 2008-06-11  verhuur82  <verhuur82@macbook-van-verhuur82.local>
6385         * org-agenda.el (org-agenda-skip-comment-trees): New option.
6386         (org-agenda-skip): Respect `org-agenda-skip-comment-trees'.
6388 2008-06-10  Carsten Dominik  <dominik@science.uva.nl>
6390         * org-remember.el (org-jump-to-target-location): New variable.
6391         (org-remember-apply-template): Set
6392         `org-remember-apply-template' if requested by template.
6393         (org-remember-handler): Start an idle timer to jump to
6394         remember location.
6396         * org-exp.el (org-get-current-options): Add the FILETAGS setting.
6398         * org.el (org-set-regexps-and-options): Fix bug with parsing of
6399         file tags.
6400         (org-get-tags-at): Add the content of `org-file-tags'.
6402         * org-exp.el (org-export-handle-comments): Fix bug with several
6403         comment lines after each other.
6404         (org-number-to-roman, org-number-to-counter): New functions.
6405         (org-export-section-number-format): New option.
6407 2008-06-09  Carsten Dominik  <dominik@science.uva.nl>
6409         * org-exp.el (org-export-protect-examples): Catch the case of a
6410         missing end_example line.
6412         * org.el (org-set-regexps-and-options): Set `org-file-properties' and
6413         `org-file-tags' to nil.
6415         * org-colview.el (org-columns-next-allowed-value): Handle next
6416         argument NTH to directly select a value.
6418         * org-colview-xemacs.el (org-columns-next-allowed-value): Handle next
6419         argument NTH to directly select a value.
6421 2008-06-08  Carsten Dominik  <dominik@science.uva.nl>
6423         * org-agenda.el (org-agenda-scheduled-leaders): Fix docstring.
6425 2008-05-30  Carsten Dominik  <dominik@science.uva.nl>
6427         * org.el (org-columns-ellipses): New option.
6429 2008-05-29  Carsten Dominik  <dominik@science.uva.nl>
6431         * org-colview.el (org-columns-add-ellipses): New function.
6432         (org-columns-compact-links): New function.
6433         (org-columns-cleanup-item): Call `org-columns-compact-links'.
6434         (org-columns-display-here): Call `org-agenda-columns-cleanup-item'
6435         when in agenda.
6436         (org-columns-edit-value): Fixed bug with editing values from
6437         agenda column view.
6438         (org-columns-redo): Also redo the agenda itself.
6440 2008-05-28  Carsten Dominik  <dominik@science.uva.nl>
6442         * org-agenda.el (org-agenda-columns-remove-prefix-from-item): New
6443         option.
6445         * org-colview.el (org-agenda-columns-cleanup-item): New function.
6447         * org-exp.el (org-export-ascii-preprocess): Renamed from
6448         `org-export-ascii-clean-string'.
6449         (org-export-kill-licensed-text)
6450         (org-export-define-heading-targets)
6451         (org-export-handle-invisible-targets)
6452         (org-export-target-internal-links)
6453         (org-export-remove-or-extract-drawers)
6454         (org-export-remove-archived-trees)
6455         (org-export-protect-quoted-subtrees)
6456         (org-export-protect-verbatim, org-export-protect-examples)
6457         (org-export-select-backend-specific-text)
6458         (org-export-mark-blockquote-and-verse)
6459         (org-export-remove-comment-blocks-and-subtrees)
6460         (org-export-handle-comments, org-export-mark-radio-links)
6461         (org-export-remove-special-table-lines)
6462         (org-export-normalize-links)
6463         (org-export-concatenate-multiline-links)
6464         (org-export-concatenate-multiline-emphasis): New functions,
6465         obtained from spliiting the export preprocessor.
6467         * org-table.el (org-table-recalculate): Improve error message if
6468         the row number is invalid.
6470 2008-05-27  Carsten Dominik  <dominik@science.uva.nl>
6472         * org-archive.el (org-archive-save-context-info): Fix bugs in
6473         customization setup and docstring.
6475         * org-exp.el (org-export-html-style): Changed the size of in the
6476         <pre> element to 90%.
6478 2008-05-26  Carsten Dominik  <dominik@science.uva.nl>
6480         * org.el (org-find-src-example-start): Function removed.
6481         (org-edit-src-find-region-and-lang): New function.
6483 2008-05-25  Carsten Dominik  <dominik@science.uva.nl>
6485         * org.el (org-edit-src-exit): New function.
6486         (org-exit-edit-mode): New minor mode.
6488         * org-exp.el (org-export-preprocess-string): Fix bug with removing
6489         comment-like lines from protected examples.
6491         * org.el (org-edit-src-example, org-find-src-example-start)
6492         (org-protect-source-example, org-edit-special): New functions.
6494 2008-05-24  Carsten Dominik  <dominik@science.uva.nl>
6496         * org-publish.el (org-publish-project-alist): Fix typo in
6497         docstring.
6498         (org-publish-project-alist): Handle :index-title property.
6500 2008-05-21  Carsten Dominik  <dominik@science.uva.nl>
6502         * org-export-latex.el (org-export-as-latex): Make sure region
6503         bounds are correct.  Parse subtree properties relating to export.
6505         * org-exp.el (org-export-add-options-to-plist): New function.
6506         (org-infile-export-plist): Use `org-export-add-options-to-plist'.
6508 2008-05-20  Carsten Dominik  <dominik@science.uva.nl>
6510         * org.el (org-default-properties): Add EXPORT_FILE_NAME and
6511         EXPORT_TITLE.
6513         * org-exp.el (org-export-get-title-from-subtree)
6514         (org-export-as-ascii, org-export-as-html): Make sure the original
6515         region-beginning and region-end are used, even after moving
6516         point.
6517         (org-export-get-title-from-subtree): Also try the EXPORT_TITLE
6518         property.
6520         * org-remember.el (org-remember-last-stored-marker): New variable.
6521         (org-remember-goto-last-stored): Use `org-goto-marker-or-bmk'.
6522         (org-remember-handler): Also use marker to remember
6523         last-stored position.
6525         * org.el (org-goto-marker-or-bmk): New function.
6527 2008-05-19  Carsten Dominik  <dominik@science.uva.nl>
6529         * org.el (org-file-properties): Renamed from `org-local-properties'.
6530         (org-scan-tags): Take file tags into account.
6531         (org-tags-match-list-sublevels): Default changed to t.
6533         * org-exp.el (org-export-as-html): Close paragraph after a
6534         footnote.
6536         * org.el (org-update-parent-todo-statistics): New function.
6538         * org-exp.el (org-icalendar-store-UID): New option.
6539         (org-icalendar-force-UID): Option removed.
6540         (org-print-icalendar-entries): IMplement UIDs.
6542 2008-05-18  Carsten Dominik  <dominik@science.uva.nl>
6544         * org-mhe.el (org-mhe-follow-link): Fix bug in mhe searches.
6546 2008-05-16  Carsten Dominik  <dominik@science.uva.nl>
6548         * org-faces.el (org-column): Document how this face is being used
6549         and why sometimes the background faces shine through.
6551         * org-mhe.el (org-mhe-follow-link): Improve handling of searches.
6553         * org-publish.el (org-publish-attachment): Create publishing
6554         directory if it does not yet exist.
6556         * org-table.el (org-calc-default-modes): Change default number
6557         format to (float 8).
6559         * org.el (org-olpath-completing-read): New function.
6560         (org-time-clocksum-format): New option.
6561         (org-minutes-to-hh:mm-string): Use `org-time-clocksum-format'.
6563         * org-clock.el (org-clock-display, org-clock-out)
6564         (org-update-mode-line): Use `org-time-clocksum-format'.
6566         * org-colview-xemacs.el (org-columns-number-to-string): Use
6567         `org-time-clocksum-format'.
6569         * org-colview.el (org-columns-number-to-string): Use
6570         `org-time-clocksum-format'.
6572 2008-05-15  Carsten Dominik  <dominik@science.uva.nl>
6574         * org-id.el: New file, move from contrib to core.
6576         * org-exp.el (org-icalendar-force-UID): New option.
6578 2008-05-14  Carsten Dominik  <dominik@science.uva.nl>
6580         * org-exp.el (org-print-icalendar-entries): Make sure DTEND is
6581         shifted by one day if theere is a date range without an end
6582         time.
6584         * org.el (org-try-structure-completion): New function.
6586 2008-05-13  Carsten Dominik  <dominik@science.uva.nl>
6588         * org.el (org-set-font-lock-defaults): Improve fontification of
6589         description lists.
6590         (org-insert-item): Handle description lists.
6591         (org-adaptive-fill-function): Improve auto indentation in
6592         description lists.
6594         * org-exp.el (org-export-as-html, org-export-preprocess-string):
6595         Implement VERSE environment.
6596         (org-export-preprocess-string): Implement the COMMENT
6597         environment.
6599         * org-export-latex.el (org-export-latex-preprocess): Implement
6600         VERSE environment.
6602 2008-05-12  Carsten Dominik  <dominik@science.uva.nl>
6604         * org-jsinfo.el (org-infojs-opts-table): Add entry for FIXED_TOC
6605         option.
6607 2008-05-10  Carsten Dominik  <dominik@science.uva.nl>
6609         * org-table.el (orgtbl-to-tsv, orgtbl-to-csv): New functions.
6611         * org.el (org-quote-csv-field): New functions.
6613         * org-table.el (org-table-export-default-format): Remove :splice
6614         from default format, we get the same effect by not specifying
6615         :tstart and :tend.
6616         (org-table-export): Improve setup, distinguish better between
6617         interactive and non-interactive use, allow specifying the format
6618         on the fly, better protection against wrong file names.
6619         (orgtbl-to-generic): Fix documentation.  Do not require :tstart
6620         and :tend when :splice is omitted.
6622 2008-05-09  Bernt Hansen  <bernt@norang.ca>
6624         * org-clock.el (org-clock-select-task): Make sure the selection
6625         letters are 1-9 and A-Z, no special characters.
6627 2008-05-09  Carsten Dominik  <dominik@science.uva.nl>
6629         * org-exp.el (org-export-htmlize): New group.
6630         (org-export-htmlize-output-type)
6631         (org-export-htmlize-css-font-prefix): New options.
6632         (org-export-htmlize-region-for-paste): New function.
6633         (org-export-htmlize-generate-css): New command.
6635 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
6637         * org/org.el (org-modules, org-format-latex-options):
6638         * org/org-archive.el (org-archive-stamp-time)
6639         (org-archive-save-context-info):
6640         * org/org-faces.el (org-hide):
6641         * org/org-irc.el (org-irc-parse-link):
6642         * org/org-macs.el (org-call-with-arg, org-autoload):
6643         * org/org-mew.el (org-mew-store-link):
6644         * org/org-remember.el (org-remember-store-without-prompt)
6645         (org-remember-templates): Fix typos in docstrings.
6647         * org/org-info.el (org-info-store-link): Remove leftover docstring.
6649         * org/org-bbdb.el (org-bbdb-export): Remove leftover docstring.
6650         (org-bbdb-anniversary-field, org-bbdb-extract-date-fun)
6651         (org-bbdb-anniv-split): Fix typos in docstrings.
6653         * org/org-publish.el (org-publish-project-alist): Doc fixes.
6654         (org-publish-use-timestamps-flag): Reflow docstring.
6655         (org-publish-files-alist): Fix typos in docstring.
6657 2008-05-08  Carsten Dominik  <dominik@science.uva.nl>
6659         * org.el (org-set-visibility-according-to-property): New function.
6660         (org-ctrl-c-ctrl-c): Do not restart org-mode, just get the options
6661         and compute the regular expressions, and update font-lock.
6662         (org-property-re): Allow a dash in property names.
6664         * org-archive.el (org-extract-archive-file): Insert the file name
6665         without the path into the format, to allow the location format to
6666         contain a subdirectory.
6668         * org-agenda.el (org-agenda-post-command-hook): If point is at end
6669         of buffer, and the `org-agenda-type' property undefined, use the
6670         value from the character before.
6672         * org.el (org-add-planning-info): Don't let indentation for
6673         would-be timestamp become extra whitespace at the end of headline.
6675 2008-05-07  Carsten Dominik  <dominik@science.uva.nl>
6677         * org.el (org-remove-double-quotes, org-file-contents): New
6678         functions.
6680         * org-exp.el (org-infile-export-plist): Also parse the
6681         contents of #+SETUPFILE files, recursively.
6683         * org.el (org-set-regexps-and-options): Also parse the
6684         contents of #+SETUPFILE files, recursively.
6686         * org-exp.el (org-export-handle-include-files): New function.
6687         (org-export-preprocess-string): Call
6688         `org-export-handle-include-files'.
6690         * org.el (org-delete-property-globally)
6691         (org-delete-property, org-set-property): Ignore case during
6692         completion.
6693         (org-set-property): Use `org-completing-read' instead of
6694         `completing-read'.
6696         * org.el (org-complete-expand-structure-template): New,
6697         experimental function.
6698         (org-structure-template-alist): New, experimental option.
6699         (org-complete): Call `org-complete-expand-structure-template'.
6701 2008-05-06  Bastien Guerry  <bzg@altern.org>
6703         * org-export-latex.el (org-export-latex-preprocess): Added
6704         support for blockquotes.
6706 2008-05-05  Carsten Dominik  <dominik@science.uva.nl>
6708         * org.el (org-read-date-analyze): Catch the case where only a
6709         weekday is given.
6711 2008-05-04  Carsten Dominik  <dominik@science.uva.nl>
6713         * org.el (org-set-font-lock-defaults): Make the description
6714         tag bold.
6716         * org-exp.el (org-export-as-html, org-close-li): Implement
6717         description lists.
6719 2008-05-04  Jason Riedy  <jason@acm.org>
6721         * org-table.el (*orgtbl-default-fmt*): New variable.
6722         (orgtbl-format-line): Use the value of *orgtbl-default-fmt*
6723         when there is no other fmt available.
6725         (orgtbl-to-generic): Allow an explicitly nil :tstart or
6726         :tend to suppress the appropriate string.
6728         (orgtbl-to-orgtbl): New function for translating to another orgtbl
6729         table.
6731 2008-05-02  Carsten Dominik  <dominik@science.uva.nl>
6733         * org.el (org-read-date-analyze): "." as an alias for "+0" in
6734         read date.
6736         * org-clock.el (org-clock-save-markers-for-cut-and-paste):
6737         New function.
6739         * org-agenda.el (org-agenda-save-markers-for-cut-and-paste):
6740         New function.
6742 2008-05-01  Carsten Dominik  <dominik@science.uva.nl>
6744         * org-clock.el (org-clock-find-position): Don't include notes
6745         into clock drawer.
6747         * org-archive.el (org-archive-subtree): No longer remove an
6748         extra line after cutting the subtree.  `org-cut-subtree' already
6749         takes care of this.
6751         * org-remember.el (org-remember-handler): Only kill the target
6752         buffer if it does not contain the running clock.
6754         * org.el (org-markers-to-move): New variable.
6755         (org-save-markers-in-region, org-check-and-save-marker)
6756         (org-reinstall-markers-in-region): New function.
6757         (org-move-subtree-down, org-copy-subtree): Remember relative
6758         marker positions before cutting.
6759         (org-move-subtree-down, org-paste-subtree): Restore relative
6760         marker positions after pasting.
6762         * org-remember.el (org-remember-clock-out-on-exit): New option.
6763         (org-remember-finalize): Clock out only if the setting in
6764         `org-remember-clock-out-on-exit' requires it.
6765         (org-remember-handler): Do the cleanup in the buffer, to make sure
6766         that the clock marker remains in tact.
6768 2008-04-29  Carsten Dominik  <dominik@science.uva.nl>
6770         * org-clock.el (org-clock-goto): Widen buffer if necessary.
6771         (org-clock-in): Make sure that also tasks outside the narrowed
6772         region will be clocked in correctly.
6773         (org-clock-insert-selection-line): Widen the buffer so that we can
6774         find the correct task heading.
6776         * org.el (org-base-buffer): New function.
6778         * org-exp.el (org-icalendar-cleanup-string): Make sure ',"
6779         and ";" are escaped.
6780         (org-print-icalendar-entries): Also apply
6781         `org-icalendar-cleanup-string' to the headline, not only to the
6782         summary property.
6784 2008-04-28  Carsten Dominik  <dominik@science.uva.nl>
6786         * org-exp.el (org-export-preprocess-hook): New hook.
6787         (org-export-preprocess-string): Call
6788         `org-export-preprocess-hook'.
6790         * org.el (org-font-lock-hook): New variable.
6791         (org-font-lock-hook): New function.
6792         (org-set-font-lock-defaults): Call `org-font-lock-hook'.
6794 ;; Local Variables:
6795 ;; coding: utf-8
6796 ;; add-log-time-zone-rule: t
6797 ;; End:
6799     Copyright (C) 2008  Free Software Foundation, Inc.
6801   This file is part of GNU Emacs.
6803   GNU Emacs is free software: you can redistribute it and/or modify
6804   it under the terms of the GNU General Public License as published by
6805   the Free Software Foundation, either version 3 of the License, or
6806   (at your option) any later version.
6808   GNU Emacs is distributed in the hope that it will be useful,
6809   but WITHOUT ANY WARRANTY; without even the implied warranty of
6810   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
6811   GNU General Public License for more details.
6813   You should have received a copy of the GNU General Public License
6814   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
6816 ;; arch-tag: a9bdcf06-7c2d-4b5a-bf7a-c5e7b706f67c