Attachments: Remove dependence on xargs
[org-mode.git] / lisp / ChangeLog
blobe26454e95939b3dc430448a28e7b5e62ee687a69
1 2010-03-24  Carsten Dominik  <carsten.dominik@gmail.com>
3         * org-attach.el (org-attach-commit): Remove dependence on xargs.
5         * org-latex.el (org-export-latex-fontify): Do not mistake table.el
6         borders for strike-through emphasis.
8         * org-freemind.el (org-freemind-write-mm-buffer): Simplify the
9         handling of odd levels.
11         * org-agenda.el (org-agenda-todo-ignore-deadlines): Document `past'
12         and `future' values.
13         (org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item):
14         Handle `past' and `future' values.
16         * org.el (org-read-agenda-file-list): Interpret file names
17         relative to org-directory and allow environment variables and
18         "~".
20         * org-latex.el (org-export-latex-special-chars): Allow a
21         parenthesis before an exponent or subscript.
23 2010-03-23  Dan Davison  <davison@stats.ox.ac.uk>
25         * org-src.el (org-edit-src-exit): When returning from code edit
26         buffer, if code block is hidden, leave point at start of
27         #+begin_src line
29 2010-03-23  Carsten Dominik  <carsten.dominik@gmail.com>
31         * org.el (org-insert-heading): Do not remove all spaces if the
32         headline is empty.
34         * org-indent.el (org-indent): Fix group name.
36 2010-03-21  Carsten Dominik  <carsten.dominik@gmail.com>
38         * org-table.el (org-table-goto-column): Fix forcing a non-existing
39         column.
40         (org-table-get, org-table-put, org-table-goto-line)
41         (org-table-current-line): New functions.
43 2010-03-21  Jan Böcker  <jan.boecker@jboecker.de>
45         * org.el (org-open-file): Allow regular expressions in
46         org-file-apps to capture link parameters using groups.  In a
47         command string to be executed, the parameters can be referenced
48         using %1, %2, etc.  Lisp forms can access them using
49         (match-string n link).
50         (org-apps-regexp-alist): Adopt the created regexp, as this is now
51         matched against a file: link instead of the file name.
53 2010-03-21  Carsten Dominik  <carsten.dominik@gmail.com>
55         * org-crypt.el (org-reveal-start-hook): Add a decryption function
56         to this hook.
57         (org-decrypt-entries, org-encrypt-entries, org-decrypt-entry): Add
58         docstrings.
60         * org.el (org-point-at-end-of-empty-headline)
61         (org-level-increment, org-get-previous-line-level): New function.
62         (org-cycle-level): Rewritten to be independent of when this
63         function is called.
64         (org-in-regexps-block-p): New function.
65         (org-reveal-start-hook): New hook.
66         (org-reveal): Run new hook.
68 2010-03-19  Carsten Dominik  <carsten.dominik@gmail.com>
70         * org-latex.el (org-export-latex-keywords): Start a new paragraph
71         after time keywords, do not add "\newline".
73         * org-html.el (org-export-as-html): Avoid double # in href.
75         * org.el (org-refile-get-location): Catch an invalid target
76         specification.
78 2010-03-18  Carsten Dominik  <carsten.dominik@gmail.com>
80         * org-agenda.el (org-agenda-add-entry-to-org-agenda-diary-file):
81         Make sure the behavior regarding to extracting time is
82         consistent.
84 2010-03-17  Stephen Eglen  <stephen@gnu.org>
86         * org-agenda.el (org-agenda-insert-diary-extract-time): New
87         variable.
88         (org-agenda-add-entry-to-org-agenda-diary-file): Use this new
89         variable rather than `org-agenda-search-headline-for-time'.
91 2010-03-17  Carsten Dominik  <carsten.dominik@gmail.com>
93         * org-list.el (org-fix-bullet-type): Improve cursor positioning.
95 2010-03-15  Carsten Dominik  <carsten.dominik@gmail.com>
97         * org.el (org-adaptive-fill-regexp-backup): New variable.
98         (org-set-autofill-regexps): Store a backup of
99         `adaptive-fill-regexp'.
100         (org-adaptive-fill-function): Fix filling of comments and ordered
101         lists. If there is no other match, till try adaptive fill.
103 2010-03-15  John Wiegley  <jwiegley@gmail.com>
105         * org-agenda.el (org-agenda-include-deadlines): Added new
106         customization variable to determine whether unscheduled tasks
107         should appear in the agenda solely because of their deadline.
108         Default to true, which was the previous behavior (it just wasn't
109         configurable).
110         (org-agenda-mode-map, org-agenda-view-mode-dispatch): Bind ! in
111         the agenda to show/hide deadline tasks.
112         (org-agenda-menu): Added menu option for show/hide deadlines.
113         (org-agenda-list): Make the agenda list sensitive to the value of
114         `org-agenda-include-deadlines'.
115         (org-agenda-toggle-deadlines): New function to toggle the value of
116         `org-agenda-include-deadlines' and repaint the modeline
117         indicators.
118         (org-agenda-set-mode-name): Show "Deadlines" in the agenda
119         modeline if deadline tasks are being displayed.
121 2010-03-14  Carsten Dominik  <carsten.dominik@gmail.com>
123         * org-table.el (org-table-eval-formula): Replace $# and @# by
124         current column and row number.
126 2010-03-12  Carsten Dominik  <carsten.dominik@gmail.com>
128         * org.el (org-set-property, org-delete-property): Go back to
129         prompting for the property.
131         * org-latex.el (org-export-latex-make-header): Fully process
132         author line.
133         (org-export-latex-fontify-headline): Allow several arguments, not
134         just one.
135         (org-export-latex-fix-inputenc): Catch the error when
136         `latexenc-coding-system-to-inputenc' is not defined.
138         * org-agenda.el (org-agenda-skip-if-todo): New function.
139         (org-agenda-skip-if): Add conditions for TODO keywords.
140         (org-agenda-skip-if): Document the new todo conditions.
142 2010-03-11  Mikael Fornius  <mfo@abc.se>
144         * org.el (org-at-property-p): Check if we are inside a property
145         drawer not just any drawer.
146         (org-set-property, org-delete-property): When cursor is on a
147         property key value pair do not prompt for property name instead
148         use name at cursor.
149         (org-ctrl-c-ctrl-c): Still do org-property-action when cursor is
150         on the first line of a property drawer.
151         (org-property-end-re): Spell check.
153 2010-03-11  Carsten Dominik  <carsten.dominik@gmail.com>
155         * org-exp.el (org-export-attach-captions-and-attributes): Add the
156         properties to the entire table, in case the first line is
157         removed.
159         * org-archive.el (org-archive-reversed-order): New option.
160         (org-archive-subtree, org-archive-to-archive-sibling): Use the new
161         option `org-archive-reversed-order'.
163 2010-03-10  Carsten Dominik  <carsten.dominik@gmail.com>
165         * org-agenda.el (org-agenda-entry-types): New variable.
166         (org-agenda-list): Use `org-agenda-entry-types'.
167         (org-agenda-custom-commands-local-options): Support for setting
168         `org-agenda-entry-types' as an option.
169         (org-diary): Shift some documentation from here to the variable
170         `org-agenda-entry-types'.
172 2010-03-09  Carsten Dominik  <carsten.dominik@gmail.com>
174         * org-latex.el (org-export-latex-make-header): Apply macros in
175         author field.
177         * org-clock.el (org-clocking-buffer, org-clocking-p): New function.
178         (org-clock-select-task, org-clock-notify-once-if-expired)
179         (org-clock-in, org-clock-out, org-clock-cancel, org-clock-goto)
180         (org-clock-out-if-current, org-clock-save): Use the new functions.
182 2010-03-08  Carsten Dominik  <carsten.dominik@gmail.com>
184         * org-docbook.el (org-export-as-docbook): Remove unnecessary
185         newline.
186         (org-export-as-docbook): Remove unnecessary newline.
187         (org-export-as-docbook): Fix problem with double footnote
188         reference in one place.
190         * org-exp.el (org-export-format-source-code-or-example): Remove
191         unnecessary newline.
193         * org.el (org-deadline, org-schedule): Allow rescheduling entries
194         with repeaters.
196         * org-table.el (org-table-convert-refs-to-rc): Better way to catch
197         function calls that look like references.
199         * org.el (org-open-at-point): Get link abbreviations from
200         reference buffer.
202 2010-03-07  Carsten Dominik  <carsten.dominik@gmail.com>
204         * org-table.el (org-table-convert-refs-to-rc): Do not read arctan2
205         as a reference.
207 2010-03-05  Carsten Dominik  <carsten.dominik@gmail.com>
209         * org.el (org-link-unescape): Solve issue with lower-case escapes.
211 2010-03-04  Carsten Dominik  <carsten.dominik@gmail.com>
213         * org-latex.el (org-export-latex-classes): Add
214         \usepackage{latexsym} to all classes.
216 2010-03-03  Carsten Dominik  <carsten.dominik@gmail.com>
218         * org-html.el (org-export-as-html): Do not allow protected lines
219         into the table of contents.
221         * org-latex.el (org-export-latex-special-chars): Find subsequent
222         occurrences of special characters.
223         (org-export-latex-tables): Do not convert table-like stuff that is
224         protected.
226 2010-03-01  Carsten Dominik  <carsten.dominik@gmail.com>
228         * org-list.el (org-toggle-checkbox): No errors when updating
229         checkbox count fails because there is no heading.
231 2010-02-27  Carsten Dominik  <carsten.dominik@gmail.com>
233         * org-clock.el (org-clock-report-include-clocking-task): New
234         option.
235         (org-clock-sum): Add the current clocking task.
237 2010-02-26  Carsten Dominik  <carsten.dominik@gmail.com>
239         * org.el (org-cycle): Print a message when in a table.el table.
240         (org-edit-special): Recognize the table.el context.
241         (org-ctrl-c-ctrl-c): Print a message when in a table.el table.
243         * org-src.el (org-at-table.el-p): Declare.
244         (org-edit-src-code): Handle a special case for table.el editing.
245         (org-edit-src-find-region-and-lang): Recognize the table.el
246         context.
248         * org-latex.el (org-export-latex-tables): Convert table.el
249         tables.
250         (org-export-latex-convert-table.el-table): New function.
252         * org-html.el (org-html-expand): Fix table.el export.
254         * org-latex.el (org-export-latex-preprocess): Protect footnotes in
255         headings.
257         * org-id.el (org-id-find-id-file): Fix bug when there is no hash
258         table for the id locations.
260         * org.el (org-read-date-analyze): Match American-style dates, like
261         5/30 or 5/13/7.  Make sure cal-iso.el is loaded.  Don't force he
262         current year when reading ISO and American dates.
264 2010-02-25  Carsten Dominik  <carsten.dominik@gmail.com>
266         * org.el (org-face-from-face-or-color): New function.
267         (org-get-todo-face, org-font-lock-add-priority-faces)
268         (org-get-tag-face): Use `org-face-from-face-or-color'.
270         * org-faces.el (org-todo-keyword-faces, org-priority-faces): Allow
271         simple colors as values.
272         (org-faces-easy-properties): New option.
274         * org-agenda.el (org-agenda-set-mode-name): Show if the agenda is
275         restricted, as an agenda mode.
276         (org-agenda-fontify-priorities): Allow simple colors as values.
278 2010-02-25  Bastien Guerry  <bzg@altern.org>
280         * org-timer.el (org-timer-current-timer): Renamed from
281         `org-timer-last-timer'.
282         (org-timer-timer1, org-timer-timer2, org-timer-timer3): Removed.
283         (org-timer-cancel-timer, org-timer-show-remaining-time)
284         (org-timer-set-timer): Update to use only one timer.
286         * org.el (org-set-property): Remove useless space in the prompt.
288 2010-02-25  Carsten Dominik  <carsten.dominik@gmail.com>
290         * org-html.el (org-export-html-style-default): Add a default style
291         for textareas.
293         * org-exp.el (org-export-format-source-code-or-example): Fix
294         textarea tag.
296 2010-02-24  Bastien Guerry  <bzg@altern.org>
298         * org-clock.el (org-clock-current-task): New variable to store
299         last clocked in task.
300         (org-clock-set-current, org-clock-delete-current): New functions.
302 2010-02-24  Carsten Dominik  <carsten.dominik@gmail.com>
304         * org-remember.el (org-remember-apply-template): Extend comment.
305         (org-remember-handler): Implement clock sibling filing.
307 2010-02-23  Carsten Dominik  <carsten.dominik@gmail.com>
309         * org-publish.el (org-publish-all, org-publish-current-file)
310         (org-publish-current-project): When called with prefix argument
311         FORCE, also rebuild the validation file list.
313         * org-latex.el (org-export-latex-preprocess): Protect footnotes in
314         section headings.
316 2010-02-21  Carsten Dominik  <carsten.dominik@gmail.com>
318         * org-html.el (org-export-as-html-and-open): Kill product buffer
319         if the user wants that.
321         * org-latex.el (org-export-as-pdf-and-open): Kill product buffer
322         if the user wants that.
324         * org-exp.el (org-export-kill-product-buffer-when-displayed): New
325         option.
327         * org-agenda.el (org-batch-agenda-csv): Use the time property
328         instead of the `time-of-day' property.
330 2010-02-20  Carsten Dominik  <carsten.dominik@gmail.com>
332         * org-timer.el (org-timer-start-hook, org-timer-stop-hook)
333         (org-timer-pause-hook, org-timer-set-hook)
334         (org-timer-cancel-hook): New hooks.
335         (org-timer-start): Run `org-timer-start-hook'.
336         (org-timer-pause-or-continue): Run `org-timer-pause-hook'.
337         (org-timer-stop): Run `org-timer-stop-hook'.
338         (org-timer-cancel-timers): Run `org-timer-cancel-hook'.
340 2010-02-19  Carsten Dominik  <carsten.dominik@gmail.com>
342         * org.el (org-reveal): Double prefix arg shows the subtree of the
343         parent.
345 2010-02-17  Carsten Dominik  <carsten.dominik@gmail.com>
347         * org-agenda.el (org-search-view): Fix bug with searching full
348         words in headlines in search view.
349         (org-agenda-skip-deadline-prewarning-if-scheduled): New option.
350         (org-agenda-get-deadlines): Suppress pre-warning if the entry is
351         scheduled (if the user configures it so.
353 2010-02-16  Carsten Dominik  <carsten.dominik@gmail.com>
355         * org.el (org-hide-archived-subtrees): Don't jump to end of
356         subtree if the match was not in a headline.
357         (org-inside-latex-macro-p): Allow more complex arguments.
358         (org-emphasize): Protect against use at end of buffer.
360 2010-02-15  Carsten Dominik  <carsten.dominik@gmail.com>
362         * org-agenda.el (org-agenda-align-tags): Avoid side effects on
363         text properties.
365 2010-02-14  Carsten Dominik  <carsten.dominik@gmail.com>
367         * org-agenda.el (org-agenda-todo-ignore-scheduled): More allowed
368         values.
369         (org-agenda-todo-ignore-scheduled)
370         (org-agenda-todo-ignore-deadlines): More control with different
371         allowed values.
372         (org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item):
373         Honor the new option settings.
375 2010-02-12  Carsten Dominik  <carsten.dominik@gmail.com>
377         * org.el (org-get-location): Make sure the selection buffer is
378         shown in the current frame.
380         * org-ascii.el (org-export-ascii-table-widen-columns): New
381         option.
382         (org-export-ascii-preprocess): Realign tables to remove narrowing
383         if `org-export-ascii-table-widen-columns' is set.
385         * org-table.el (org-table-do-narrow): New variable.
386         (org-table-align): Narrow only if `org-table-do-narrow' is t.
388         * org.el (org-deadline, org-schedule): Allow updating if the
389         relevant time stamp does not have a repeater, i.e. do not require
390         that no time stamp has a repeater.
392         * org-agenda.el (org-agenda-align-tags): Don't add a face to the
393         new white space before the tags.
395         * org-latex.el (org-export-as-latex): Do nit require the buffer to
396         be visiting a file when only exporting to a buffer or string.
397         (org-export-latex-fix-inputenc): Only save the buffer is there is
398         a file name attached to it.
400 2010-02-09  Dan Davison  <davison@stats.ox.ac.uk>
402         * org-src.el (org-edit-src-exit): Widen before exiting edit buffers
404 2010-02-08  Carsten Dominik  <carsten.dominik@gmail.com>
406         * org.el (org-fontify-meta-lines-and-blocks): Honor
407         `org-fontify-quote-and-verse-blocks'.
409         * org-faces.el (org-fontify-quote-and-verse-blocks): New option.
411 2010-02-03  Carsten Dominik  <carsten.dominik@gmail.com>
413         * org.el (org-open-at-point): Also check for text property
414         org-linked-text before offering collected links.
416 2010-02-03  Stephen Eglen  <stephen@gnu.org>
418         * org-agenda.el (org-agenda-add-entry-to-org-agenda-diary-file):
419         Optionally extract time specification from text and add to the
420         timestamp.
422 2010-02-03  Carsten Dominik  <carsten.dominik@gmail.com>
424         * org-exp.el (org-html-entities): Fix typo.
426         * org-latex.el (org-export-latex-make-header): Use \providecommand
427         to make sure the \alert macro is defined.
429         * org.el (org-format-latex-signal-error)
430         (org-create-formula-image): Use `org-format-latex-signal-error'.
432 2010-02-02  Stephen Eglen  <stephen@gnu.org>
434         * org.el (org-store-link): For dired buffers, use
435         default-directory as link name if dired-get-filename returns
436         nil.
438 2010-02-02  Carsten Dominik  <carsten.dominik@gmail.com>
440         * org-exp.el (org-export-concatenate-multiline-links): The for
441         protectedness at beginning of match.
443         * org-latex.el (org-export-latex-fix-inputenc): Never leave the
444         AUTO as a coding system, instead default to utf8.
446 2010-02-01  Carsten Dominik  <carsten.dominik@gmail.com>
448         * org.el (org-block-todo-from-children-or-siblings-or-parent)
449         (org-block-todo-from-checkboxes): Respect the local variable
450         value when deciding if blocking should be active.
452         * org-latex.el (org-export-latex-make-header): Define the align
453         macro if it is not yet defined.
455         * org-agenda.el (org-agenda-insert-diary-make-new-entry): Call
456         `org-insert-heading' with the INVISIBLE-OK argument.
458         * org-mac-message.el (org-mac-message-insert-flagged): Call
459         `org-insert-heading' with the INVISIBLE-OK argument.
461         * org.el (org-insert-heading):  New argument INVISIBLE-OK.
463         * org-agenda.el (org-agenda-view-mode-dispatch): Improve the
464         prompt message.
466         * org-html.el (org-html-level-start): Use the
467         `html-container-class' text property to set an additional class
468         for an outline container.
470         * org-exp.el (org-export-remember-html-container-classes): New
471         function.
472         (org-export-preprocess-string): Call
473         `org-export-remember-html-container-classes'.
475         * org.el (org-cycle): Mention level cycling in the docstring.
476         (org-default-properties): Add new property HTML_CONTAINER_CLASS.
478         * org-remember.el (org-remember-apply-template): Do file insertion
479         first.
481 2010-01-31  Carsten Dominik  <carsten.dominik@gmail.com>
483         * org-habit.el (org-habit-insert-consistency-graphs): Fix a
484         problem with mis-aligned graphs when showing habits.
486 2010-01-28  Mikael Fornius  <mfo@abc.se>
488         * org.el (org-assign-fast-keys): Prefer keys used in keyword name
489         when assigning. Begin using numerical characters when all in name
490         is used up. This is to spare alphanumeric characters for better
491         match with other keywords.
493 2010-01-28  Carsten Dominik  <carsten.dominik@gmail.com>
495         * org-exp.el (org-export-preprocess-hook): Improve documentation.
497         * org-latex.el (org-export-latex-preprocess): More consistent
498         conversion and protection of the words LaTeX and TeX.
499         (org-export-latex-fontify-headline, org-export-latex-preprocess):
500         Allow angle brackets in commands, for beamer.
502 2010-01-26  Carsten Dominik  <carsten.dominik@gmail.com>
504         * org-clock.el (org-clock-in): Improve the look of the clock line
505         by formatting links.
507 2010-01-24  Carsten Dominik  <carsten.dominik@gmail.com>
509         * org-latex.el (org-export-latex-classes): Use AUTO as the place
510         holder string for the coding system.  And improve the
511         documentation.
512         (org-export-latex-fix-inputenc): Only modify the coding system if
513         it is given by the placeholder AUTO.
515 2010-01-23  Carsten Dominik  <carsten.dominik@gmail.com>
517         * org-clock.el (org-task-overrun-text): New option.
518         (org-task-overrun, org-clock-update-period): New variables.
519         (org-clock-get-clock-string, org-clock-update-mode-line): Mark
520         overrun clock.
521         (org-clock-notify-once-if-expired): Check if clock is overrun.
523         * org-faces.el: New face `org-mode-line-clock-overrun'.
525 2010-01-18  Jan Böcker  <jan.boecker@jboecker.de>
527         * org.el (org-narrow-to-subtree): Position the end of the narrowed
528         region before the line with the next heading, to prevent the user
529         from prepending text to the next headline.
531 2010-01-20  Stephen Eglen  <stephen@gnu.org>
533         * org-agenda.el (org-get-time-of-day): Use
534         org-agenda-time-leading-zero to allow leading zero (rather than
535         space) for times.
537 2010-01-20  Carsten Dominik  <carsten.dominik@gmail.com>
539         * org-agenda.el (org-agenda-diary-entry-in-org-file): Make sure
540         org-datetree.el is loaded.
542         * org-datetree.el: autoload `org-datetree-find-day-create'
544         * org-latex.el (org-export-latex-hyperref-format): New option.
545         (org-export-latex-links): Use `org-export-latex-hyperref-format'.
547 2010-01-18  Carsten Dominik  <carsten.dominik@gmail.com>
549         * org-ctags.el (org-ctags-enable): Change order of functions.
550         (org-ctags-create-tags): Add wildcard to file name expansion.
552 2010-01-17  Carsten Dominik  <carsten.dominik@gmail.com>
554         * org.el (org-entry-properties): Fix some important bugs.
556 2010-01-16  Carsten Dominik  <carsten.dominik@gmail.com>
558         * org.el (org-link-unescape, org-link-escape): Only use hexlify if
559         the table is not explicitly given.
561 2010-01-15  Carsten Dominik  <carsten.dominik@gmail.com>
563         * org-clock.el (org-clock-out-when-done): Allow a list of keywords
564         as value.
565         (org-clock-out-if-current): Work with the new list value of
566         `org-clock-out-when-done'.
567         (org-clock-out, org-clock-out-if-current): Avoid circular logic
568         between clocking out and state changes.
570         * org-ctags.el (org-ctags-path-to-ctags): Better system-type test.
572         * org-latex.el (org-export-latex-treat-backslash-char): Do not by
573         accident protect a character that is before a backslash.
575 2010-01-14  Carsten Dominik  <carsten.dominik@gmail.com>
577         * org-agenda.el (org-diary-class): Use
578         `org-order-calendar-date-args'.
580         * org.el (org-order-calendar-date-args): New function.
582         * org-exp.el (org-export-target-internal-links): Check for
583         protectedness after the first bracket.
585         * org.el (org-entry-properties): Don't match wrong-case TODO
586         keywords.
588         * org-agenda.el (org-agenda-schedule, org-agenda-deadline):
589         Document that ARG is passed through to remove the date.
590         (org-agenda-bulk-action): Accept prefix arg and pass it on.  Do
591         not read a date when the user has given a `C-u' prefix.
593 2010-01-11  Carsten Dominik  <carsten.dominik@gmail.com>
595         * org-agenda.el (org-agenda-fix-displayed-tags): Fix bug when all
596         tags are hidden.
598 2010-01-10  Carsten Dominik  <carsten.dominik@gmail.com>
600         * org-latex.el (org-export-latex-fix-inputenc): New function.
601         (org-export-latex-inputenc-alist): New option.
603         * org-exp.el (org-export): New key SPC to publish enclosing
604         subtree.
606 2010-01-09  Carsten Dominik  <carsten.dominik@gmail.com>
608         * org-indent.el (org-indent-add-properties): Catch case when there
609         is no headline in the buffer.
611 2010-01-08  Carsten Dominik  <carsten.dominik@gmail.com>
613         * org-exp.el (org-html-entities): Add checkmark symbol.
615         * org-ascii.el (org-export-ascii-preprocess): Protect targets in
616         verbatim code for ASCII export.
618         * org.el (org-update-statistics-cookies): Also see checkboxes in
619         ordered lists.
621 2010-01-07  Carsten Dominik  <carsten.dominik@gmail.com>
623         * org-agenda.el (org-agenda-view-mode-dispatch): Define the `L'
624         key.
626         * org-beamer.el (org-beamer-amend-header): Change the location
627         where `org-beamer-header-extra' is inserted.
629         * org.el (org-compute-latex-and-specials-regexp): Don't do BIND
630         just for computing this regexp.
632 2010-01-06  Carsten Dominik  <carsten.dominik@gmail.com>
634         * org-beamer.el (org-beamer-frame-default-options): New option.
635         (org-beamer-sectioning): Use default options if the user does not
636         have defined any.
637         (org-beamer-fix-toc): Put a frame around the table of contents.
639         * org-exp.el (org-export-remove-comment-blocks-and-subtrees): Make
640         sure case-folding works well when processing comment stuff.
642         * org-latex.el (org-export-latex-after-save-hook): New hook.
643         (org-export-as-latex): Run the new hook.
645 2010-01-05  Carsten Dominik  <carsten.dominik@gmail.com>
647         * org-beamer.el (org-beamer-environments-default): Add the note
648         environments.
649         (org-beamer-after-initial-vars): Allow several BEAMER_HEADER_EXTRA
650         lines and collect and combine the content.
651         (org-beamer-after-initial-vars): Check for note tags and make sure
652         they will be seen like a property.
654         * org.el (org-offer-links-in-entry): Fix bug when there is a
655         single link.
657         * org-exp.el (org-export): Make sure the mark is activated, also
658         when `transient-mark-mode' is off.
660         * org-agenda.el (org-agenda-search-view-always-boolean): New option.
661         (org-agenda-search-view-search-words-only): Obsolete variable, is
662         now an alias for `org-agenda-search-view-always-boolean'.
663         (org-agenda-search-view-force-full-words): New option.
664         (org-search-view): Improve docstring, and implement a better logic
665         for Boolean and phrase searches.
666         (org-agenda-last-search-view-search-was-boolean): New variable.
667         (org-agenda-manipulate-query): Consider the type of the last
668         search when modifying the search string.
670 2010-01-04  Carsten Dominik  <carsten.dominik@gmail.com>
672         * org-latex.el (org-export-as-latex): Do the first letbind in the
673         right moment.
675         * org-agenda.el (org-get-entries-from-diary): Add the new face to
676         these entries.
678         * org-faces.el (org-agenda-diary): New face.
680         * org.el (org-make-link-regexps): Allow regexp-special characters
681         in link types.
682         (org-open-file): When in-emacs is `system', also force system
683         opening, like when the value was `(16)'.
684         (org-update-statistics-cookies): Handle entries without children.
686         * org-exp.el
687         (org-export-preprocess-before-normalizing-links-hook): New hook.
688         (org-export-preprocess-string): Run the new hook.
690         * org.el (org-offer-links-in-entry): Make RET open all links.
692         * org-html.el (org-export-as-html): Remove any left-over display
693         properties in the html file.
695         * org-wl.el (org-wl-store-link): Work-around for format bug with
696         text properties.
698         * org-habit.el (org-habit-insert-consistency-graphs): Turn off
699         invisibility while adding the graphs.
701 2010-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
703         * org-remember.el (org-select-remember-template): Use C letter to
704         customize remember templates.
706         * org-agenda.el (org-agenda-bulk-mark, org-agenda-bulk-unmark):
707         Move cursor to next visible line.
709 2010-01-02  Carsten Dominik  <carsten.dominik@gmail.com>
711         * org-beamer.el (org-beamer-sectioning): Leave columns environment
712         by specifying 0 or 1 for column width.
713         (org-beamer-column-widths): Make 0 stand for 0.0.
715 2010-01-01  Carsten Dominik  <carsten.dominik@gmail.com>
717         * org-exp.el (org-export-mark-radio-links): Don't match inside
718         <<target>>.
720         * org.el (org-format-latex-header-extra): New variable.
721         (org-format-latex): Set org-format-latex-header-extra from
722         in-buffer stuff.
723         (org-format-latex): Add org-format-latex-header-extra to the
724         variables on which image creation depends.
725         (org-create-formula-image): Add the header stuff from in-buffer
726         settings.
727         (org-read-date-analyze): Base the analysis for future preference
728         on NOW, not on the default date.
730         * org-inlinetask.el (org-inlinetask-export-handler): Add CSS class
731         for TODO keyword in inline tasks.
733         * org.el (org-log-note-headings): New headings for removing
734         deadline or scheduling date.
735         (org-deadline, org-schedule): Arrange for logging when removing a
736         date.
737         (org-add-log-note): Handle deadline and scheduling removal.
739 2009-12-31  Carsten Dominik  <carsten.dominik@gmail.com>
741         * org-exp.el (org-export-visible): Add LaTeX/pdf export.
743 2009-12-28  Carsten Dominik  <carsten.dominik@gmail.com>
745         * org-agenda.el (org-diary-class): New function.
747 2009-12-24  Carsten Dominik  <carsten.dominik@gmail.com>
749         * org-latex.el (org-export-latex-preprocess): Do process the text
750         of a radio target.
752 2009-12-20  Carsten Dominik  <carsten.dominik@gmail.com>
754         * org.el (org-entry-properties): Add TIMESTAMP properties back
755         in.
757 2009-12-18  Carsten Dominik  <carsten.dominik@gmail.com>
759         * org.el (org-all-time-keywords): New variable.
760         (org-set-regexps-and-options): Set `org-all-time-keywords'.
761         (org-entry-blocked-p): New function.
762         (org-special-properties): Add BLOCKED as a new special property.
763         (org-entry-properties): New optional argument SPECIFIC, only parse
764         for this property when it is specified.
765         (org-entry-get): Pass a SPECIFIC argument to
766         `org-entry-properties'.
768         * org-latex.el (org-export-as-latex): Preprocess TEXT as well.
770 2009-12-17  Carsten Dominik  <carsten.dominik@gmail.com>
772         * org-latex.el (org-export-latex-tables): No forced line end if
773         there is no caption.
775 2009-12-16  Carsten Dominik  <carsten.dominik@gmail.com>
777         * org-exp.el (org-html-entities): Add Euro symbols from Marvosym
778         package.
780         * org-latex.el (org-export-latex-tables): Only add a caption when
781         macro in in longtable environments if one has been defined.
783         * org-html.el (org-export-as-html): Only take title from buffer if
784         not exporting body-only.
786         * org-latex.el (org-export-latex-preprocess): Better version of
787         the regular expression for protecting LaTeX macros.
788         (org-export-latex-preprocess): Start searching for macros to
789         protect from beginning of buffer.
791         * org-exp.el (org-export-target-internal-links): Check for
792         protectedness earlier in the string.
794         * org-agenda.el (org-agenda-highlight-todo): Match TODO keywords
795         case sensitively.
797         * org-id.el (org-id-store-link): Match TODO keywords case
798         sensitively.
800         * org.el (org-heading-components, org-get-outline-path)
801         (org-display-outline-path): Match TODO keywords case sensitively.
803         * org-latex.el (org-export-as-latex): Ignore read-only
804         properties.
806         * org-exp.el (org-export-preprocess-string): Remove any
807         `read-only' properties.
809         * org-agenda.el (org-agenda-inactive-leader): New option.
810         (org-agenda-get-timestamps): Use `org-agenda-inactive-leader'.
811         (org-tags-view): Prompt for matcher if MATCH is an empty string.
812         (org-todo-list): Prompt for matcher if ARG is an empty string.
814 2009-12-15  Carsten Dominik  <carsten.dominik@gmail.com>
816         * org.el (org-open-link-functions): New hook.
817         (org-open-at-point): Run `org-open-link-functions'.
819 2009-12-14  Carsten Dominik  <carsten.dominik@gmail.com>
821         * org-agenda.el (org-agenda-date-prompt): Allow inactive time
822         stamps as well.
824         * org.el (org-inhibit-startup-visibility-stuff): New variable.
825         (org-mode): Don't do startup visibility if inhibited.
826         (org-outline-overlay-data, org-set-outline-overlay-data): New
827         functions.
828         (org-save-outline-visibility): New macro.
829         (org-log-note-headings): Document that one should not change the
830         `state' note format.
832 2009-12-13  Carsten Dominik  <carsten.dominik@gmail.com>
834         * org.el (org-make-link-regexps): Capture link path into a group.
836 2009-12-12  Carsten Dominik  <carsten.dominik@gmail.com>
838         * org-beamer.el (org-beamer-after-initial-vars): Do not overwrite
839         the options plist.
841 2009-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
843         * org.el (org-startup-with-beamer-mode): New option.
844         (org-property-changed-functions)
845         (org-property-allowed-value-functions): New hooks.
846         (org-entry-put, org-property-get-allowed-values): Run the new
847         hooks.
848         (org-property-next-allowed-value): Run the new hooks.
850         * org-exp.el (org-export-select-backend-specific-text): Add the
851         special beamer tags.
853         * org-beamer.el
854         (org-export-preprocess-before-selecting-backend-code-hook): New
855         file.
857         * org-latex.el (org-export-latex-after-initial-vars-hook): New hook.
858         (org-export-as-latex): Run
859         `org-export-latex-after-initial-vars-hook'.
860         (org-export-latex-format-toc-function)
861         (org-export-latex-make-header): Call
862         `org-export-latex-format-toc-function'.
864         * org.el (org-fill-template): Make template searches case sensitive.
866         * org-exp.el (org-export): Use "1" as a sign to export only the
867         subtree.
869         * org-colview-xemacs.el (org-columns-edit-value): Use
870         org-unrestricted property.
872         * org-colview.el (org-columns-edit-value):  Use
873         org-unrestricted property.
875         * org.el (org-compute-property-at-point): Set org-unrestricted
876         text property if the list contains ":ETC".
877         (org-insert-property-drawer):  Use
878         org-unrestricted property.
880         * org-exp.el
881         (org-export-preprocess-before-selecting-backend-code-hook): New hook.
882         (org-export-preprocess-string): Run
883         `org-export-preprocess-before-selecting-backend-code-hook'.
885         * org-xoxo.el (org-export-as-xoxo): Run `org-export-first-hook'.
887         * org-latex.el (org-export-region-as-latex): Run
888         `org-export-first-hook'.
890         * org-html.el (org-export-as-html): Run `org-export-first-hook'.
892         * org-docbook.el (org-export-as-docbook): Run
893         `org-export-first-hook'.
895         * org-ascii.el (org-export-as-ascii): Run `org-export-first-hook'.
897         * org-exp.el (org-export-first-hook): New hook.
899 2009-12-10  Carsten Dominik  <carsten.dominik@gmail.com>
901         * org-list.el (org-previous-item): Exit at the beginning of the
902         buffer.
904         * org-id.el (org-id-locations-save): Only write the id locations
905         if any are defined.
907         * org-archive.el (org-archive-all-done): Make this work in a file
908         with org-odd-levels-only set.
910         * org.el (org-get-refile-targets): Catch the case when a buffer
911         has no file.
913         * org-latex.el (org-export-as-latex): Cleanup forced line ends
914         where they are not needed.
915         (org-export-latex-subcontent): Remove unnecessary newlines.
917 2009-12-09  Carsten Dominik  <carsten.dominik@gmail.com>
919         * org-latex.el (org-export-latex-make-header): Remove \obeylines.
920         (org-export-latex-fontify): Fix regexp bug that takes special
921         care of protecting the right boundary characters in emphasis
922         matches.
923         (org-export-latex-preprocess): Allow multiple arguments to latex
924         macros.
926         * org.el (org-make-link-regexps): Use John Gruber's regexp for
927         urls.
929         * org-macs.el (org-re): Interpret :punct: in regexps.
931         * org-exp.el (org-export-replace-src-segments-and-examples): Also
932         take the final newline after the END line.
934         * org.el (org-clean-visibility-after-subtree-move): Only fix
935         entries that are not entirely invisible already.
936         (org-insert-link): Respect org-link-file-path-type for
937         "docview:" links in addition to "file:" links.
939 2009-12-03  Carsten Dominik  <carsten.dominik@gmail.com>
941         * org-exp.el (org-export-format-source-code-or-example): Avoid
942         additional extra white lines in LaTeX.
944         * org-list.el (org-list-parse-list): Leave empty lines after the
945         list, don't consider them as part of the list.
947         * org-mobile.el (org-mobile-sumo-agenda-command): Allow tagstodo
948         searches.
950         * org-clock.el (org-clock-select-task): Convert integer to
951         character for XEmacs.
953 2009-12-02  Carsten Dominik  <carsten.dominik@gmail.com>
955         * org-clock.el (org-clock-resolve): Make reading a char XEmacs
956         compatible.
958 2009-11-30  Tassilo Horn  <tassilo@member.fsf.org>
960         * org.el (org-complete-tags-always-offer-all-agenda-tags): New
961         variable.
962         (org-set-tags): Use it.
964 2009-11-30  Carsten Dominik  <carsten.dominik@gmail.com>
966         * org-list.el (org-empty-line-terminates-plain-lists): Update
967         docstring.
969         * org.el (org-format-latex): Fix link creation for processed latex
970         snippets.
972 2009-11-29  Carsten Dominik  <carsten.dominik@gmail.com>
974         * org-footnote.el (org-footnote-normalize): Protect replacement
975         text.
977         * org.el (org-inside-latex-macro-p): Save match data.
979 2009-11-28  Jan Böcker  <jan.boecker@jboecker.de>
981         * org-docview.el: New file.
983 2009-11-27  Carsten Dominik  <carsten.dominik@gmail.com>
985         * org-latex.el (org-export-latex-class-options): New variable.
986         (org-export-latex-set-initial-vars): Use the class options.
988         * org.el (org-forward-same-level): Stop at headings that start
989         with an invisible character.
990         (org-additional-option-like-keywords): Add LaTeX_CLASS_OPTIONS.
992 2009-11-26  Carsten Dominik  <carsten.dominik@gmail.com>
994         * org-footnote.el (org-footnote-normalize): Don't take optional
995         arguments in LaTeX macros as footnotes.
997         * org.el (org-inside-latex-macro-p): New function.
999         * org-latex.el (org-latex-to-pdf-process): Change customization
1000         group to `org-export-pdf'.
1002         * org-agenda.el (org-agenda-get-blocks): Look at time string also
1003         on days after the first one.
1005         * org.el (org-insert-heading): Also check for item before assuming
1006         before-first-heading condition.
1008         * org-latex.el (org-latex-to-pdf-process): Fix typo in group tag.
1009         (org-export-pdf-logfiles): New option.
1010         (org-export-as-pdf): Use `org-export-pdf-logfiles'.
1011         (org-export-pdf-logfiles): Fix customization type.
1013         * org.el (org-insert-link): Improve error message when there is no
1014         default link to select with RET.
1016         * org-agenda.el (org-agenda-filter-by-tag): Use char argument from
1017         parameter list.
1019 2009-11-25  Carsten Dominik  <carsten.dominik@gmail.com>
1021         * org-latex.el (org-export-latex-parse-global)
1022         (org-export-latex-parse-content)
1023         (org-export-latex-parse-subcontent): Use
1024         `org-re-search-forward-unprotected'.
1025         (org-export-as-pdf): Remove log files produced by XeTeX.
1027         * org-macs.el (org-re-search-forward-unprotected): New function.
1029 2009-11-25  James TD Smith  <ahktenzero@mohorovi.cc>
1031         * org-colview.el (org-agenda-colview-summarize): Sort out some
1032         confusion between properties and titles, which resulted in
1033         agenda summaries not working if a title was set for a column.
1035 2009-11-24  Carsten Dominik  <carsten.dominik@gmail.com>
1037         * org-mobile.el (org-mobile-agendas): New option.
1038         (org-mobile-sumo-agenda-command): Select the right agendas.
1040         * org-latex.el (org-export-latex-format-image): Preserve the
1041         original-indentation property.
1043 2009-11-23  Carsten Dominik  <carsten.dominik@gmail.com>
1045         * org-clock.el (org-clock-insert-selection-line): Catch error when
1046         an old tasks no longer exists.
1048         * org-latex.el (org-export-as-pdf): Remove also the .idx file.
1049         (org-export-as-pdf): Don't remove the old PDF file before making
1050         the new one.
1052         * org-mouse.el (org-mouse-end-headline, org-mouse-insert-item)
1053         (org-mouse-context-menu): Use `org-looking-back'.
1055         * org.el (org-cycle-level): Use `org-looking-back'.
1057         * org-list.el (org-cycle-item-indentation): Use
1058         `org-looking-back'.
1060         * org-compat.el (org-looking-back): New function.
1062         * org.el (org-insert-heading): Catch before-first-headline when
1063         inserting a headline.
1065 2009-11-22  Carsten Dominik  <carsten.dominik@gmail.com>
1067         * org-latex.el (org-export-latex-format-image): Indent figure
1068         environment, so that it does not interrupt plain list.
1070         * org.el (org-open-at-point): Allow long link descriptions.
1072 2009-11-21  Carsten Dominik  <carsten.dominik@gmail.com>
1074         * org-html.el (org-export-as-html): Remove empty lines at the
1075         beginning of the exported text.
1077 2009-11-20  Carsten Dominik  <carsten.dominik@gmail.com>
1079         * org-protocol.el (org-protocol-remember): Cater for empty title,
1080         region, link.
1082         * org-agenda.el (org-agenda-diary-entry-in-org-file): Rebuild
1083         agenda after adding new entry.
1084         (org-agenda-get-represented-tags): New function.
1085         (org-agenda-filter-by-tag): Use `org-agenda-get-represented-tags'
1086         to get a list of tags in the agenda.
1088         * org-datetree.el (org-datetree-find-day-create): Fix regular
1089         expression.
1091         * org.el (org-display-outline-path): Use a format specifier for
1092         message, to avoid problems with heading containing `%'.
1094         * org-agenda.el (org-agenda-hide-tags-regexp): New option.
1095         (org-format-agenda-item): Call `org-agenda-fix-displayed-tags'.
1096         (org-agenda-fix-displayed-tags): New function.
1097         (org-agenda-do-context-action): Just call
1098         `org-display-outline-path', without piping the result through
1099         `message'.
1101         * org-latex.el (org-export-latex-preprocess): Protect secondary
1102         footnote references.
1104         * org-indent.el (org-indent-initialize): Avoid empty strings as
1105         line prefixes.
1107         * org-agenda.el (org-agenda-diary-entry-in-org-file): Make sure
1108         hat checking for the mark does not throw an error.
1109         (org-agenda-diary-entry-in-org-file): Catch the case that there is
1110         not `day' text property in the cursor line.
1112         * org.el (org-sort-entries-or-items): Make sure that the final
1113         entry has a newline before doing the sorting.
1115         * org-agenda.el (org-agenda-diary-entry-in-org-file): Get the text
1116         property at the beginning of the line.
1118         * org.el (org-make-link-string): Don't allow a description with
1119         only white space.
1121 2009-11-19  Carsten Dominik  <carsten.dominik@gmail.com>
1123         * org-agenda.el (org-agenda-insert-diary-strategy): New variable.
1124         (org-agenda-insert-diary-as-top-level): New function.
1125         (org-agenda-add-entry-to-org-agenda-diary-file): Call
1126         `org-agenda-insert-diary-as-top-level'.
1128         * org.el (org-occur-in-agenda-files): Make sure none of the
1129         buffers is narrowed.
1130         (org-activate-plain-links): Add the face property here.
1131         (org-set-font-lock-defaults): Do not add the face to plain links,
1132         the activator function does this.
1134         * org-habit.el (org-is-habit-p): Add doc string.
1136 2009-11-18  Carsten Dominik  <carsten.dominik@gmail.com>
1138         * org-archive.el (org-archive-subtree-default-with-confirmation):
1139         Autoload.
1141         * org-latex.el (org-export-latex-fontify): Fix regexp to make char
1142         after match optional (happens at the end of a line...).
1144         * org.el (org-fontify-meta-lines-and-blocks): Apply special faces
1145         for special blocks.
1147         * org-faces.el (org-copy-face): Set lisp indentation.
1148         (org-quote, org-verse): New faces.
1150         * org-agenda.el (org-agenda-remove-date): Remove variable.
1152 2009-11-17  Carsten Dominik  <carsten.dominik@gmail.com>
1154         * org-freemind.el (org-freemind-escape-str-from-org): Fix encoding.
1156 2009-11-17  Eric Schulte  <schulte.eric@gmail.com>
1158         * org-exp-blocks.el (org-export-blocks-format-ditaa): Use sha1
1159         hash keys to cache and re-use images generated by the
1160         org-exp-blocks interface to ditaa and dot.
1162 2009-11-17  Carsten Dominik  <carsten.dominik@gmail.com>
1164         * org-html.el (org-export-as-html): Move the home/up link into
1165         the content div.
1167         * org.el (org-export-latex-packages-alist): Option definition
1168         moved here from org-latex.el.
1170 2009-11-17  Eric Schulte  <schulte.eric@gmail.com>
1172         * org.el (org-format-latex): Latex images are now saved to files
1173         named by the sha1 hash of the latex source text avoiding
1174         regeneration of identical images.
1176 2009-11-16  Carsten Dominik  <carsten.dominik@gmail.com>
1178         * org-html.el (org-export-html-home/up-format): Add an ID to the
1179         up/home div.
1181 2009-11-15  Carsten Dominik  <carsten.dominik@gmail.com>
1183         * org-wl.el (org-wl-store-link): Handle the case that
1184         `wl-use-petname' is set.
1186         * org.el (org-set-effort): Improve prompt.
1187         (org-get-outline-path): Widen to get full path.
1188         (org-compact-display-after-subtree-move): Function removed.
1190         * org-latex.el (org-export-as-latex): Add the :drawers property.
1192 2009-11-14  Carsten Dominik  <carsten.dominik@gmail.com>
1194         * org.el (org-speed-commands-user): Allow documentation headlines.
1195         (org-speed-commands-default): Organize the value of this constant
1196         with descriptive headlines.
1197         (org-print-speed-command): Output the headlines.
1199 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
1201         * org-agenda.el (org-agenda-show-outline-path): New option.
1202         (org-agenda-do-context-action): New function.
1203         (org-agenda-next-line, org-agenda-previous-line): Use
1204         `org-agenda-do-context-action'.
1206         * org.el (org-use-speed-commands): Allow function value.
1207         (org-speed-commands-default): Make headline motion safe, so that
1208         these commands always end on a headline.
1209         (org-speed-commands-default): New key `v' for `org-agenda'.
1210         (org-speed-move-safe): New function.
1211         (org-self-insert-command): Use the function value of
1212         `org-use-speed-commands'.
1213         (org-get-outline-path): Improve docstring.
1214         (org-format-outline-path): New function.
1215         (org-display-outline-path): New function.
1217 2009-11-12  John Wiegley  <jwiegley@gmail.com>
1219         * org-clock.el (org-clock-resolve): If `org-clock-into-string' is
1220         a string, use that to find the LOGBOOK drawer.
1222 2009-11-12  Carsten Dominik  <carsten.dominik@gmail.com>
1224         * org.el (org-clone-subtree-with-time-shift): Make it work at the
1225         end of the buffer.
1227         * org-mobile.el (org-mobile-write-checksums): Specify coding
1228         system.
1229         (org-mobile-timestamp-buffer): Keep local variable/mode line at
1230         beginning of buffer.
1232         * org-latex.el (org-latex-entities-regexp): Fix typo in regexp.
1234         * org.el (org-block-todo-from-children-or-siblings-or-parent)
1235         (org-block-todo-from-checkboxes): Do not block changes to a nil
1236         TODO state.
1238 2009-11-12  James TD Smith  <ahktenzero@mohorovi.cc>
1240         * org-habit.el (org-habit-parse-todo): Indicate which habit is
1241         wrongly set up in the error messages.
1243         * org-colview.el (org-columns-display-here): Don't try to
1244         calculate values if the underlying property is not set.
1245         (org-columns-string-to-number): Convert age strings back into
1246         fractional days.
1247         (org-agenda-colview-summarize): Handle extended summary types
1248         properly.
1250         * org-colview-xemacs.el (org-columns-display-here): Don't try to
1251         calculate values if the underlying property is not set.
1252         (org-columns-string-to-number): Convert age strings back into
1253         fractional days.
1254         (org-agenda-colview-summarize): Handle extended summary types
1255         properly.
1257 2009-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
1259         * org-exp.el (org-export-format-drawer-function): New variable.
1260         (org-export-format-drawer): New function.
1261         (org-export-preprocess-string): Pass the backend as a parameter to
1262         `org-export-remove-or-extract-drawers'.
1263         (org-export-remove-or-extract-drawers): New parameter BACKEND.
1265         * org-protocol.el (org-protocol-char-to-string): New defsubst.
1267 2009-11-10  Carsten Dominik  <carsten.dominik@gmail.com>
1269         * org-agenda.el (org-agenda-diary-entry-in-org-file): Add error
1270         message when no block is selected.
1272         * org-latex.el (org-export-latex-links): Check for protectedness
1273         in the last matched character, not after the match.
1275         * org-datetree.el (org-datetree-find-date-create): Respect
1276         restriction when KEEP-RESTRICTION is set.
1277         (org-datetree-file-entry-under): New function.
1278         (org-datetree-cleanup): New command.
1280 2009-11-08  Dan Davison  <davison@stats.ox.ac.uk>
1282         * org-src.el (org-edit-src-code): New optional argument context
1283         allows calling functions to avoid altering the saved window
1284         configuration.
1285         (org-edit-src-exit): Do not restore window configuration when this
1286         function is used in the context of saving the edit buffer.
1288 2009-11-09  Carsten Dominik  <carsten.dominik@gmail.com>
1290         * org-clock.el (org-clock-out, org-clock-cancel): Revert to
1291         instances to switching to with-current-buffer, because these seem
1292         to cause problems - no idea why.
1294         * org-agenda.el (org-agenda-add-entry-to-org-agenda-diary-file):
1295         Require diary-lib for (diary-date-display-form).
1297         * org.el (org-log-reschedule, org-log-redeadline): New options.
1298         (org-log-note-headings): Add templates for rescheduling and
1299         deadline changing.
1300         (org-startup-options): Add in-buffer settings for logging changing
1301         schedule and deadline time stamps.
1302         (org-deadline, org-schedule): Check for existing date and arrange
1303         for logging if the user requests it.
1304         (org-add-log-note): Prepare proper note buffers for rescheduling
1305         and deadline changes.
1307 2009-11-08  Carsten Dominik  <carsten.dominik@gmail.com>
1309         * org-agenda.el (org-agenda-diary-entry-in-org-file)
1310         (org-agenda-add-entry-to-org-agenda-diary-file)
1311         (org-agenda-insert-diary-make-new-entry): New functions.
1312         (org-agenda-diary-entry): Call
1313         `org-agenda-diary-entry-in-org-file' when appropriate.
1315         * org.el (org-calendar-insert-diary-entry-key): New option.
1316         (org-agenda-diary-file): New option.
1317         ("calendar"): Install our insertion function in the calendar.
1319         * org-remember.el (org-datetree): Require.
1320         (org-remember-templates): Add new positioning option.
1321         (org-remember-reference-date): New variable.
1322         (org-remember-apply-template): Store the reference date in a local
1323         variable.
1324         (org-remember-handler): Implement date tree positioning of entries.
1326         * org-datetree.el: New file.
1328         * org-latex.el (org-export-latex-preprocess): Protect targets in
1329         verbatim emphasis.
1331         * org-html.el (org-export-as-html): Protect targets in verbatim
1332         emphasis.
1334         * org-docbook.el (org-export-as-docbook): Protect targets in
1335         verbatim emphasis.
1337 2009-11-07  James TD Smith  <ahktenzero@mohorovi.cc>
1339         * org.el (org-link-display-format): Should be literal replacement.
1341 2009-11-06  Carsten Dominik  <carsten.dominik@gmail.com>
1343         * org-clock.el (org-show-notification): Handle messages that
1344         contain a percent character.
1346         * org-remember.el (org-remember-apply-template): Turn of partial
1347         completion.
1349         * org-mobile.el (org-mobile-before-process-capture-hook): New hook.
1350         (org-mobile-pull): Run `org-mobile-before-process-capture-hook'.
1352         * org.el (org-indent-mode): Define variable already in org.el.
1353         (org-unfontify-region): Remove line-prefix and wrap-prefix
1354         properties only if org-indent-mode is active.
1356 2009-11-05  Carsten Dominik  <carsten.dominik@gmail.com>
1358         * org-icalendar.el (org-print-icalendar-entries): Save match data
1359         around call to verify function.
1360         (org-print-icalendar-entries): Add a call to the verification
1361         function.
1363         * org.el (org-speedbar-set-agenda-restriction): Remove unnecessary
1364         save-restrivtion' form.
1366 2009-11-05  Dan Davison  <davison@stats.ox.ac.uk>
1368         * org-exp.el (org-export-format-source-code-or-example): restrict
1369         scope of preserve-indentp to the let binding.
1370         (org-src): require org-src, since org-src-preserve-indentation is used.
1372 2009-11-05  Carsten Dominik  <carsten.dominik@gmail.com>
1374         * org-timer.el (org-timer-set-timer): Set variables
1375         org-timer-timer[123] correctly.
1378         * org-mobile.el (org-mobile-files-alist): Make it work when
1379         `agenda-archives' is included in
1380         `org-agenda-text-search-extra-files'.
1381         (org-mobile-push): Restore agenda after mobile push.
1383 2009-11-05  John Wiegley  <jwiegley@gmail.com>
1385         * org-clock.el (org-resolve-clocks-if-idle): Another fix to the
1386         way the amount of idle time is presented in the minibuffer.
1388 2009-11-05  Carsten Dominik  <carsten.dominik@gmail.com>
1390         * org-icalendar.el (org-print-icalendar-entries): Use
1391         org-icalendar-verify-function only if non-nil.
1393         * org.el (org-refile): Refile to clock only if the prefix arg is
1394         2.
1395         (org-sparse-tree): Fix docstring to be in line with prompt.
1396         (org-update-parent-todo-statistics): Call
1397         `org-after-todo-statistics-hook' on each level.
1399 2009-11-04  Carsten Dominik  <carsten.dominik@gmail.com>
1401         * org-remember.el (org-remember-apply-template): Make sure the
1402         buffer exists.
1404 2009-11-03  Carsten Dominik  <carsten.dominik@gmail.com>
1406         * org.el (org-tab-ind-state): New variable.
1407         (org-cycle-level): New function.
1408         (org-cycle-level-after-item/entry-creation): New option.
1409         (org-flag-subtree): New function.
1410         (org-hide-archived-subtrees): Call `org-flag-subtree'.
1411         (org-set-effort): Indexed access.
1413         * org-list.el (org-cycle-item-indentation): New function.
1415         * org.el (org-refile): Make prefix argument 2 refile to current
1416         clock.
1417         (org-priority): Interpret action `remove' as call to remove the
1418         priority cookie.
1420         * org-remember.el (org-remember-apply-template): Don't depend on
1421         buffer name being like file name.
1423 2009-11-02  Carsten Dominik  <carsten.dominik@gmail.com>
1425         * org-clock.el (org-clock-play-sound): Expand file in
1426         org-clock-sound, to allow ~ for home.
1428         * org-remember.el (org-remember-handler): Set
1429         text-before-node-creation even if this already looks like a node,
1430         because the string might be needed on non-org-mode target files.
1432         * org-agenda.el (org-agenda-open-link): Make this work in agenda
1433         clocktables.
1434         (org-agenda-switch-to): Follow a link at point if
1435         org-return-follows-link' is set and there is nothing else to do in
1436         this line.
1438 2009-11-02  James TD Smith  <ahktenzero@mohorovi.cc>
1440         * org-colview-xemacs.el: Add in changes from org-colview.el
1442 2009-11-01  Dan Davison  <davison@stats.ox.ac.uk>
1444         * org-exp-blocks.el: Modify split separator regexp to avoid empty
1445         strings.
1447 2009-11-01  James TD Smith  <ahktenzero@mohorovi.cc>
1449         * org-colview.el (org-columns-new): Make this work with the new
1450         operators.
1451         (org-columns-store-format): Make this work with the new operators.
1453 2009-11-01  Carsten Dominik  <carsten.dominik@gmail.com>
1455         * org-src.el (org-src-preserve-indentation): Document that this
1456         variable is also used during export.
1458         * org-exp.el (org-export-format-source-code-or-example): Preserve
1459         indentation if a block has a -i option, or if
1460         `org-src-preserve-indentation' is set.
1462         * org-exp-blocks.el (org-export-blocks-preprocess): Preserve
1463         indentation if a block has a -i option, or if
1464         `org-src-preserve-indentation' is set.
1466 2009-10-31  Carsten Dominik  <carsten.dominik@gmail.com>
1468         * org.el (org-mode-map): Define the new archiving keys.
1469         (org-speed-commands-default): Define an archiving key in the speed
1470         command map.
1471         (org-org-menu): Improve the menu structure concerning archiving.
1473         * org-archive.el (org-archive-subtree-default-with-confirmation):
1474         New command.
1476         * org-agenda.el (org-agenda-mode-map): Define the new archiving keys.
1477         (org-agenda-menu): Add the new archiving commands to the menu.
1478         (org-agenda-archive-default)
1479         (org-agenda-archive-default-with-confirmation): New commands.
1480         (org-agenda-archive, org-agenda-archive-to-archive-sibling): Just
1481         call `org-agenda-archive-with'.
1482         (org-agenda-archive-with): New function.
1484         * org-table.el (org-table-convert-region): Inert spaces around "|"
1485         to avoid line beginnings like "|-1" which will be mistaken as
1486         hlines.
1488 2009-10-30  Carsten Dominik  <carsten.dominik@gmail.com>
1490         * org.el (org-offer-links-in-entry): Return nil if there are no
1491         links, t if a link has been selected.
1492         (org-open-at-point): Open attachment directory when called in the
1493         headline and there are no links in the entry body.
1494         (org-speed-commands-default): Add "o" for open-at-point as a speed
1495         command.
1497         * org-attach.el (org-attach-reveal): Optional prefix arg
1498         IF-EXISTS, which avoids creating the attachment directory if it
1499         does not yet exist.
1501         * org-agenda.el (org-agenda, org-run-agenda-series): Evaluate
1502         MATCH.
1504 2009-10-29  Carsten Dominik  <carsten.dominik@gmail.com>
1506         * org.el ("abbrev"): Work with abbrev tables only after they have
1507         been loaded.
1509         * org-list.el (org-list-send-list): Fix bug related to match
1510         data.
1512         * org-latex.el (org-export-latex-fontify): Apply verbatim
1513         emphasis.
1514         (org-export-latex-make-header): Insert \obeylines if line breaks
1515         should be preserved.
1517         * org-exp.el (org-export-protect-verbatim): Add an
1518         `org-verbatim-emph' property to such text.
1520 2009-10-28  Carsten Dominik  <carsten.dominik@gmail.com>
1522         * org-icalendar.el (org-icalendar-use-plain-timestamp): New option.
1523         (org-print-icalendar-entries): Skip entries where the timestamp is
1524         not a deadline and not scheduled, if the user requests that.
1526         * org-latex.el (org-export-latex-quotation-marks): Allow a bracket
1527         before an opening quote.
1529         * org-archive.el (org-archive-subtree): Keep archive after
1530         archiving something.
1532         * org-id.el (org-id-update-id-locations): Add archive files if
1533         that is required by `org-id-extra-files'.
1535 2009-10-27  Carsten Dominik  <carsten.dominik@gmail.com>
1537         * org-src.el (org-src-window-setup): New option.
1538         (org-src-switch-to-buffer): New function.
1539         (org-edit-src-exit): Add optional argument CONTEXT and use it to
1540         restore window configuration.
1541         (org-edit-src-code, org-edit-src-continue, org-edit-src-exit):
1542         Call `org-src-switch-to-buffer'.
1544         * org.el (org-default-properties): Add STYLE property.
1545         (org-files-list): Use the function call to get the files.
1546         (org-additional-option-like-keywords): Add SETUPFILE to completion
1547         list.
1549 2009-10-26  Carsten Dominik  <carsten.dominik@gmail.com>
1551         * org-table.el (org-table-convert-region): Correctly interpret
1552         quoting in csv import.
1554         * org.el (org-icompleting-read): Make iswitchb completion work
1555         with lists and tables.
1557         * org-agenda.el (org-agenda-add-entry-text): Never add entry text
1558         while pushing the mobile agenda.
1560 2009-10-25  John Wiegley  <jwiegley@gmail.com>
1562         * org-clock.el
1563         (org-clock-auto-clock-resolution): Now takes three values: nil, t
1564         and `when-no-clock-is-running'.
1565         (org-clock-in): Use `org-clock-auto-clock-resolution' to determine
1566         whether or not to resolve Org buffers on clock in.
1568 2009-10-25  James TD Smith  <ahktenzero@mohorovi.cc>
1570         * org-colview.el (org-format-time-period): Function to format
1571         times in fractional days for display.
1572         (org-columns-display-here): Add support for showing a calculated
1573         value in place of the property.
1574         (org-columns): Set `org-columns-time' to the current time so time
1575         difference calculations will work.
1576         (org-columns-time): Use to store the current time when column view
1577         is displayed, so all time differences will use the same reference
1578         point.
1579         (org-columns-compile-map): There is now an extra position in each
1580         entry specifying the function to use to calculate the displayed
1581         value for the non-calculated properties in the column,
1582         (org-columns-compute-all): Set `org-columns-time' to the current
1583         time so time difference calculations will work.
1584         (org-columns-compute): Handle column operators where the values
1585         used are calculated from the underlying property.
1586         (org-columns-number-to-string): Handle the 'age' column format
1587         (org-columns-string-to-number): Correct the function name (was
1588         org-column...). Add support for the 'age' column format.
1589         (org-columns-compile-format): Support the additional parameter in
1590         org-columns-compile-map.
1592 2009-10-26  Bastien Guerry  <bzg@altern.org>
1594         * org.el (org-mode-hook): Turn `org-mode-hook' into a customizable
1595         variable.
1597 2009-10-25  Carsten Dominik  <carsten.dominik@gmail.com>
1599         * org-clock.el (org-clock-has-been-used): New variable.
1600         (org-clock-in): Set `org-clock-has-been-used'.
1601         (org-clock-save): Save only if clock data has been used or created
1602         during this session.
1604 2009-10-24  Carsten Dominik  <carsten.dominik@gmail.com>
1606         * org-clock.el (org-clock-persist): New value, to store only the
1607         clock history.
1608         (org-clock-save): Don't save the clock if only the history should
1609         be stored.
1610         (org-clock-load): Turn off John Wiegley's auto resolving mechanism
1611         when restoring a saved clock.
1613 2009-10-24  John Wiegley  <jwiegley@gmail.com>
1615         * org-clock.el (org-clock-display, org-clock-put-overlay): Use
1616         `org-time-clock-use-fractional'.
1618         * org.el (org-time-clocksum-use-fractional)
1619         (org-time-clocksum-fractional-format): Two new customizable
1620         variables which allow the user to select fractional times (1.25
1621         instead of 1:25) in the `org-clock-display' report.
1623 2009-10-23  John Wiegley  <jwiegley@gmail.com>
1625         * org-habit.el (org-habit-build-graph): None of the arguments
1626         should be optional.
1627         (org-habit-parse-todo, org-habit-deadline)
1628         (org-habit-get-priority, org-habit-get-faces)
1629         (org-habit-build-graph): Further simplifications by storing all
1630         past, scheduled and deadline dates as a number of days past the
1631         epoch, and not as times.
1633         * org-habit.el (org-habit-warning-face)
1634         (org-habit-warning-future-face): Removed because these are no
1635         longer used.
1636         (org-habit-deadline, org-habit-deadline-repeat): Now always
1637         returns a date; computed if there was a scheduled repeater but no
1638         deadline repeater.
1639         (org-habit-get-priority): Further improvements to the priority
1640         algorithm.  In particular, items past due should always appear
1641         before items due or not yet due.
1642         (org-habit-get-faces): Greatly simplified the logic, now that
1643         `org-habit-deadline' always returns a valid time.
1645 2009-10-23  Carsten Dominik  <carsten.dominik@gmail.com>
1647         * org-ascii.el (org-export-ascii-table-keep-all-vertical-lines):
1648         New option.
1650         * org.el (org-tag-alist): Fix customization type.
1652 2009-10-22  Carsten Dominik  <carsten.dominik@gmail.com>
1654         * org-mobile.el (org-mobile-update-checksum-for-capture-file):
1655         Make sure the regexp search can fail without throwing an error.
1656         (org-mobile-apply): Save the inbox buffer after removing
1657         successfully applied changes.
1659 2009-10-22  John Wiegley  <jwiegley@gmail.com>
1661         * org-habit.el (org-habit-build-graph): Fix to the graph building
1662         when last DONE date is earlier than `org-habit-preceding-days'.
1664         * org-clock.el (org-resolve-clocks-if-idle): Fix to the way idle
1665         time is reported after the user comes back (but before they
1666         resolve time).
1668         * org.el (org-get-repeat): Change so that this function can be
1669         called with either `org-scheduled-string' or
1670         `org-deadline-string'.
1672         * org-habit.el (org-habit-parse-todo): Use `org-scheduled-string'
1673         to find the scheduled date.
1675         * org-clock.el (org-clock-auto-clock-resolution): Renamed
1676         `org-clock-disable-clock-resolution', since negatives don't sound
1677         good in customization variables.
1678         (org-clock-in): Don't use the auto-resolution logic if the user is
1679         clocking into a different task while an active clock is running.
1680         This then allows the default behavior of clocking out of the open
1681         task and then into the new task.
1683         * org-habit.el (org-habit-parse-todo): Generate an error if a
1684         habit has a scheduled repeat period < 1.
1685         (org-habit-get-faces): Fixes to the way that colors are computed.
1686         (org-habit-build-graph): The graph wasn't displaying beyond any
1687         day that had two completions in it.
1689         * org.el (org-modules): Made this variable more consistent, since
1690         it was referring to Org, OrgMode and Org-mode, whereas the docs
1691         for the variable always refer to Org-mode.
1693 2009-10-21  James TD Smith  <ahktenzero@mohorovi.cc>
1695         * org.el (org-repeat-re): The changed org-repeat-re no longer
1696         matched simple +2d type repeaters. Fix it so it does.
1698 2009-10-21  Carsten Dominik  <carsten.dominik@gmail.com>
1700         * org-latex.el (org-export-latex-preprocess): Protect the vspace
1701         macro in the VERSE environment.
1703 2009-10-20  John Wiegley  <jwiegley@gmail.com>
1705         * org-habit.el (org-habit-get-priority): A new function that
1706         determines the relative priority of a habit, based on how long
1707         past its scheduled date it is, and how near the deadline is.
1709         * org-agenda.el (org-agenda-get-scheduled): Set habit priority
1710         using `org-habit-get-priority'.
1712         * org-habit.el (org-habit-build-graph): Start displaying colors
1713         from the first scheduled date, if that date is earlier than the
1714         first completion date.
1716         * org-habit.el: Changed all "color" variables to faces, and made
1717         them appropriate for light and dark backgrounds.
1719         * org-habit.el (org-habit-duration-to-days): Made this function
1720         more general.
1721         (org-habit-parse-todo): Parse the new ".+N/N" style repeater.
1723         * org-agenda.el (org-agenda-get-deadlines): Removed all mention of
1724         habits, since they don't use DEADLINE anymore.
1726         * org.el (org-repeat-re, org-display-custom-time)
1727         (org-timestamp-change): Extended to support the new ".+N/N"
1728         syntax, used for habits.
1730         * org-clock.el (org-clock-resolve-clock): Fixed an incorrect
1731         variable reference.
1733         * org-agenda.el (org-agenda-set-mode-name): Show Habit in the
1734         modeline when habits are being displayed (if that module is being
1735         loaded).
1737 2009-10-21  James TD Smith  <ahktenzero@mohorovi.cc>
1739         * org-clock.el (org-x11-idle-seconds): Add a method to get the X11
1740         idle time using the xscreensaver extension.
1741         (org-user-idle-seconds): Use X11 idle time if available.
1743 2009-10-20  Carsten Dominik  <carsten.dominik@gmail.com>
1745         * org-agenda.el (org-agenda-next-line): New command.
1746         (org-agenda-previous-line): New commands.
1747         (org-agenda-show-and-scroll-up, org-agenda-show-scroll-down): New
1748         commands.
1749         (org-agenda-follow-mode): Do the follow immediately if the mode is
1750         turned on here.
1751         (previous-line, next-line): Replace keys with the corresponding
1752         org functions.
1753         (org-agenda-mode-map): Bind backspace and delete to the scrolling
1754         command.
1756         * org.el (org-icompleting-read): Turn off partial completion mode
1757         for the duration of this completion round.
1759         * org-latex.el (org-export-latex-fontify-headline): Protect TeX
1760         macros in author lines and similar stuff.
1762         * org.el (org-file-tags): Fix docstring.
1763         (org-get-buffer-tags): Add the #+FILETAGS tags.
1764         ("ecb"): Maks ecb show context after jumping into an Org file.
1766 2009-10-20  John Wiegley  <johnw@newartisans.com>
1768         * org-agenda.el (org-finalize-agenda): Draw habit consistency
1769         graphs after everything else in the buffer has been setup.
1771 2009-10-19  Carsten Dominik  <carsten.dominik@gmail.com>
1773         * org-mobile.el (org-mobile-apply): Count success and failure.
1775         * org.el (org-indent-line-function): Fix regexp replace problem.
1777 2009-10-19  John Wiegley  <johnw@newartisans.com>
1779         * org-clock.el (org-clock-disable-clock-resolution): New
1780         customization variable that disable automatic clock resolution on
1781         clock in.
1782         (org-clock-in): If `org-clock-disable-clock-resolution' is set, do
1783         not automatically resolve anything.  This is does not affect
1784         idle-time resolution, however, if `org-clock-idle-time' is set.
1786 2009-10-19  John Wiegley  <johnw@newartisans.com>
1788         * org-habit.el: New file, which implements code to build a "habit
1789         consistency graph".
1791         * org-agenda.el (org-agenda-get-deadlines)
1792         (org-agenda-get-scheduled): Display consistency graphs when
1793         outputting habits into the agenda.  The graphs are always relative
1794         to the current time.
1795         (org-format-agenda-item): Added new parameter `habitp', which
1796         indicates whether we are formatting a habit or not.  Do not
1797         display "extra" leading information if habitp is true.
1799         * org.el (org-repeat-re): Improved regexp to include .+ and ++
1800         leaders for repeat strings.
1801         (org-get-repeat): Now takes a string parameter `tagline', so the
1802         caller can obtain the SCHEDULED repeat, or the DEADLINE repeat.
1804 2009-10-19  John Wiegley  <johnw@newartisans.com>
1806         * org-agenda.el (org-agenda-auto-exclude-function): New
1807         customization variable for allowing the user to create an "auto
1808         exclusion" filter for doing context-aware auto tag filtering.
1809         (org-agenda-filter-by-tag): Changes to support the use of
1810         `org-agenda-auto-exclude-function'.  See the new manual addition,.
1812 2009-10-18  John Wiegley  <johnw@newartisans.com>
1814         * org.el (org-files-list): Don't attempt to return a file name for
1815         Org buffers which have no associated file.
1817         * org-agenda.el (org-agenda-do-action): Fixed a typo.
1819 2009-10-18  Carsten Dominik  <carsten.dominik@gmail.com>
1821         * org-mobile.el (org-mobile-locate-entry): Interpret files
1822         relative to org-directory.
1823         (org-mobile-inbox-for-pull): Document the best location for this
1824         file.
1825         (org-mobile-check-setup): Verify `org-directory'.
1826         (org-mobile-create-index-file): Sort the files to be listed in
1827         index.org.
1829 2009-10-17  James TD Smith  <ahktenzero@mohorovi.cc>
1831         * org.el (org-fast-tag-selection): Add a way to display a
1832         description for a tag group. This is done by adding a string to
1833         either the startgroup or endgroup cell.
1835 2009-10-17  Carsten Dominik  <carsten.dominik@gmail.com>
1837         * org-clock.el (org-clock-resolve, org-resolve-clocks)
1838         (org-emacs-idle-seconds): Use `org-float-time' instead of
1839         `time-to-seconds'
1841 2009-10-17  Carsten Dominik  <carsten.dominik@gmail.com>
1843         * org-agenda.el (org-agenda-sorting-strategy): Fix customization
1844         type.
1846         * org.el (org-pre-cycle-hook): Document that `empty' can also be
1847         the value of ARG when doing local cycling.
1849 2009-10-17  John Wiegley  <johnw@newartisans.com>
1851         * org-clock.el (org-clock-resolve-clock): If keeping or
1852         subtracting time results in a clock out at a time in the past, and
1853         if the resolution occurred due to idleness or invoking `M-x
1854         org-resolve-clocks', remember that past moment in time.  On the
1855         next clock in, the user will be prompted to see if they want to
1856         back-date their new clock to then.
1857         (org-clock-resolve): Do not jump the user to the location of a
1858         dangling clock if the resolution is occuring due to an idle
1859         timeout.  In that case there is typically only one dangling clock,
1860         the active one, and there is no value gained by shuffling their
1861         windows around to show it to them.  Being prompted to resolve an
1862         idle clock should be as inobtrusive as possible.
1863         (org-resolve-clocks-if-idle): New function that resolves only the
1864         currently active clock if the user has exceeded the time returned
1865         by `org-user-idle-seconds', based on the value of
1866         `org-clock-idle-time'.
1867         (org-clock-in): If, after resolving clocks,
1868         (org-clock-out): Cancel the `org-clock-idle-timer' on clock out.
1870         * org-clock.el (org-clock-resolve-clock): New function that
1871         resolves a clock to a specific time, closing or resuming as need
1872         be, and possibly even starting a new clock.
1873         (org-clock-resolve): New function used by `org-resolve-clocks'
1874         that sets up for the call to `org-clock-resolve-clock'.  It
1875         determines the time to resolve to based on a single-character
1876         selection from the user to either keep time, subtract away time or
1877         cancel the clock.
1878         (org-resolve-clocks): New user command which resolves dangling
1879         clocks -- that is, open but not active -- anywhere in the file
1880         list returned by `org-files-list'.
1881         (org-clock-in): Automatically resolve dangling clocks whenever a
1882         user clocks in.
1883         (org-clock-cancel): If the user cancels the solely clock in a
1884         LOGBOOK, remove the empty drawer.
1886         * org-clock.el (org-clock-idle-time): New user customizable option
1887         for detecting whether the user has left a clock idle.  Note: it is
1888         only used in this commit to test whether it's worthwhile to check
1889         OS X to get the Mac user's current idle time.  If the Emacs idle
1890         time is less than the value, the user hasn't been away long enough
1891         to be worth checking (a more expensive test than just getting
1892         Emacs idle time).
1893         (org-user-idle-seconds, org-mac-idle-seconds)
1894         (org-emacs-idle-seconds): This three functions, in conjunction
1895         with the user customization variable `org-clock-idle-time', return
1896         the number of seconds (as a floating point) that the user has been
1897         away from their Emacs (or, if running on OS X, their computer).
1899         * org-clock.el (org-find-open-clocks): New function that returns a
1900         list of all open clocks in the given FILE.  Note that each clock
1901         it returns is a cons cell of the format (MARKER . START-TIME).
1902         This "clock" value is used by several of the new clock module
1903         utility functions.
1904         (org-is-active-clock): New inline function which tests whether the
1905         given clock value is the same as the currently active clock.
1906         Returns non-nil if this is the case.
1907         (org-with-clock-position): New macro that evaluates FORMS with
1908         point in the buffer and at the position of the given clock.
1909         Changes to the current clock are global.
1910         (org-with-clock): New macro that evaluates FORMS with point in the
1911         buffer and at the position of the given clock.  However, changes
1912         to the current clock are local and have no effect on the user's
1913         active clock.  This allows, for example, far any clock to be
1914         cancelled without cancelling the active clock.
1915         (org-clock-clock-in): New inline function that switches the active
1916         clock to the given clock.  If either the argument RESUME, or the
1917         global `org-clock-in-resume', are non-nil, it will resume a clock
1918         that was previously left open.
1919         (org-clock-clock-out): New inline function that clocks out the
1920         given clock value without affecting the currently active clock.
1921         (org-clock-clock-cancel): New inline function that cancels the
1922         given clock value without affecting the currently active clock.
1924         * org-clock.el (org-clock-in): Before creating
1925         `org-clock-mode-line-timer', check to make sure an older timer is
1926         not currently running.
1927         (org-clock-out): Accept new third parameter `at-time', which
1928         permits a clock to be clocked out at a specific time.  Note that
1929         no attempt is made to verify that the clock out time is later than
1930         the clock in time.
1932         * org.el (org-files-list): New utility function for returning a
1933         list of all open org-mode buffers, plus all files used to build
1934         the agenda buffer.  Note that not all the files will necessarily
1935         be visited by a buffer at time of call.
1936         (org-entry-beginning-position): Like the function
1937         `line-beginning-position', this inline function returns the
1938         beginning position of the current heading/entry.
1939         (org-entry-end-position): Like the function `line-end-position',
1940         this inline function returns the end position of the current
1941         heading/entry.
1943 2009-10-16  Carsten Dominik  <carsten.dominik@gmail.com>
1945         * org-agenda.el (org-agenda-list): Mark the all-todo items line as
1946         a header line.
1948 2009-10-15  Carsten Dominik  <carsten.dominik@gmail.com>
1950         * org-exp.el (org-inlinetask-remove-END-maybe): Declare function.
1952 2009-10-14  Carsten Dominik  <carsten.dominik@gmail.com>
1954         * org-agenda.el (org-agenda-filter-make-matcher): Allow to filter
1955         entries that have no tags.
1956         (org-agenda-search-view): New customize group.
1957         (org-agenda-search-view-search-words-only): New option.
1958         (org-search-view): Implement substring search.
1960 2009-10-13  Carsten Dominik  <carsten.dominik@gmail.com>
1962         * org.el (org-outline-level): Add doc string.
1964 2009-10-12  Carsten Dominik  <carsten.dominik@gmail.com>
1966         * org-inlinetask.el (org-inlinetask-export): Re-introduce
1967         variable.
1968         (org-inlinetask-export-handler): Only export inline task if the
1969         user option calls for it.
1971 2009-10-10  Carsten Dominik  <carsten.dominik@gmail.com>
1973         * org-exp.el (org-export-handle-export-tags): Remove inlinetask
1974         END if present.
1976 2009-10-07  Carsten Dominik  <carsten.dominik@gmail.com>
1978         * org-latex.el (org-export-latex-tables): Don't format in
1979         protected regions.
1981 2009-10-06  Carsten Dominik  <carsten.dominik@gmail.com>
1983         * org-src.el (org-edit-src-code)
1984         (org-edit-src-find-region-and-lang, org-edit-src-exit): Handle
1985         macro editing.
1987         * org-agenda.el (org-prefix-category-max-length): New variable.
1988         (org-format-agenda-item): Use `org-prefix-category-max-length'.
1989         (org-compile-prefix-format): Set `org-prefix-category-max-length'.
1991 2009-10-03  Carsten Dominik  <carsten.dominik@gmail.com>
1993         * org-mobile.el (org-mobile-create-index-file): Improve the
1994         listing of tags and todo keywords.
1996         * org-latex.el (org-export-latex-format-image): New function.
1997         (org-export-latex-links): Use `org-export-latex-format-image'.
1999 2009-10-02  Carsten Dominik  <carsten.dominik@gmail.com>
2001         * org-inlinetask.el (org-inlinetask-get-current-indentation)
2002         (org-inlinetask-remove-terminator): New functions.
2003         (org-inlinetask-export-handler): Terminate the description list.
2005         * org-exp.el (org-export-select-backend-specific-text): Remove the
2006         region markers.
2008         * org-inlinetask.el (org-inlinetask-export-handler): fix bug for
2009         tasks without content.
2011         * org-clock.el: Make sure the clock-in target position does not
2012         move to a different node by widening the buffer.
2014         * org-html.el (org-export-html-format-image): Wrap image into
2015         figure div only when there is a caption.
2017         * org-archive.el (org-archive-mark-done): Change default value to
2018         nil.
2020 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
2022         * org.el (org-context): Call `bobp', not `eobp'.
2024         * org-clock.el (org-clock-cancel): Remove quotes from marker
2025         variables.
2027         * org.el (org-read-date-prefer-future): New allowed value `time'.
2028         (org-read-date-analyze): Shift day to tomorrow depending on time
2029         entered and value of `org-read-date-prefer-future'.
2031 2009-09-30  Carsten Dominik  <carsten.dominik@gmail.com>
2033         * org.el (org-set-tags-to): New command.
2035         * org-mobile.el (org-mobile-action-alist): Add more options and
2036         update the docstring.
2037         (org-mobile-apply-flags): Parse for and use the data.
2039         * org-latex.el (org-export-latex-set-initial-vars): Also check in
2040         the plist.
2042         * org.el (org-additional-option-like-keywords): Add LATEX_CLASS
2043         keyword.
2045         * org-exp.el (org-infile-export-plist): Add LATEX_CLASS keyword.
2047 2009-09-29  Carsten Dominik  <carsten.dominik@gmail.com>
2049         * org-inlinetask.el (org-inlinetask-export): Option removed.
2050         (org-inlinetask-export-handler): Better export.
2052         * org-xoxo.el (org-export-xoxo-final-hook): New hook.
2053         (org-export-as-xoxo): Run the new hook.
2055         * org-html.el (org-export-html-final-hook): New hook.
2056         (org-export-as-html): Run the new hook.
2058         * org-docbook.el (org-export-docbook-final-hook): New hook.
2059         (org-export-as-docbook): Run the new hook.
2061         * org-ascii.el (org-export-ascii-final-hook): New hook.
2062         (org-export-as-ascii): Run the new hook.
2064         * org-mobile.el (org-mobile-create-sumo-agenda): Call
2065         `org-sore-agenda-views' instead of `org-batch-store-agenda-views'.
2067         * org-latex.el (org-export-latex-treat-sub-super-char): Allow a
2068         space character as the character before the ^/_.
2069         (org-export-latex-final-hook): New hook.
2070         (org-export-as-latex): Run `org-export-latex-final-hook'.
2072 2009-09-28  Carsten Dominik  <carsten.dominik@gmail.com>
2074         * org-macs.el (org-if-unprotected-at): Fix docstring.
2076         * org-agenda.el (org-agenda-change-all-lines): Handle invisible
2077         text in the prefix (if category is a link).
2079         * org-latex.el (org-export-latex-preprocess): Deal properly with
2080         empty lines in verse environments.
2082         * org.el (org-format-latex-header): Inline fullpage.sty.
2084         * org-footnote.el (org-footnote-create-definition): Reveal context
2085         to add a new footnote definition.
2087         * org-mobile.el (org-mobile-files-alist): Add the list of tags to
2088         the index file.
2089         (org-mobile-files): New option.
2090         (org-mobile-files-alist, org-mobile-checksum-files): New variable.
2091         (org-mobile-prepare-file-lists, org-mobile-files-alist): New
2092         functions.
2093         (org-mobile-push): Start by creating the files lists.
2094         (org-mobile-copy-agenda-files): Move killing the buffer to after
2095         the save-excursion has exited.
2096         (org-mobile-write-checksums): Write checksums also for files in
2097         sub-directories.
2099         * org.el (org-ctrl-c-ctrl-c): Pass prefix arg to
2100         org-table-recalculate when cursor is in TBLFM line.
2102         * org-list.el (org-renumber-ordered-list): Fix cursor position
2103         when bullet length has changed.
2105 2009-09-26  Carsten Dominik  <carsten.dominik@gmail.com>
2107         * org.el (org-format-latex): Mention `org-format-latex-options' in
2108         the docstring.
2110 2009-09-25  Carsten Dominik  <carsten.dominik@gmail.com>
2112         * org.el (org-agenda-get): New function.
2114         * org-agenda.el (org-agenda-post-command-hook): No longer move
2115         point away from end of line.
2116         (org-agenda-add-entry-text, org-agenda-collect-markers)
2117         (org-finalize-agenda, org-agenda-mark-clocking-task)
2118         (org-agenda-dim-blocked-tasks, org-agenda-entry-text-show-here)
2119         (org-agenda-entry-text-show, org-agenda-highlight-todo)
2120         (org-agenda-compare-effort, org-agenda-filter-apply)
2121         (org-agenda-later, org-agenda-change-time-span)
2122         (org-agenda-post-command-hook, org-agenda-show-priority)
2123         (org-agenda-show-tags, org-agenda-goto, org-agenda-kill)
2124         (org-agenda-archive, org-agenda-archive-to-archive-sibling)
2125         (org-remove-subtree-entries-from-agenda, org-agenda-refile)
2126         (org-agenda-open-link, org-agenda-copy-local-variable)
2127         (org-agenda-switch-to, org-agenda-check-no-diary)
2128         (org-agenda-tree-to-indirect-buffer, org-agenda-todo)
2129         (org-agenda-add-note, org-agenda-change-all-lines)
2130         (org-agenda-priority, org-agenda-set-tags)
2131         (org-agenda-set-property, org-agenda-set-effort)
2132         (org-agenda-toggle-archive-tag, org-agenda-date-later)
2133         (org-agenda-show-new-time, org-agenda-date-prompt)
2134         (org-agenda-schedule, org-agenda-deadline, org-agenda-action)
2135         (org-agenda-clock-in, org-agenda-bulk-mark)
2136         (org-agenda-bulk-unmark, org-agenda-show-the-flagging-note): Use
2137         `org-get-at-bol'.
2139         * org-colview.el (org-columns-display-here)
2140         (org-columns-edit-allowed, org-agenda-columns): Use
2141         `org-get-at-bol'.
2143 2009-09-25  Carsten Dominik  <carsten.dominik@gmail.com>
2145         * org.el (org-special-ctrl-a/e): Improve documentation and
2146         customize type.
2147         (org-end-of-line): Don't jump to after the ellipsis.
2148         (org-mode-map): Bind <home> and <end> as well.
2150 2009-09-24  Carsten Dominik  <carsten.dominik@gmail.com>
2152         * org.el (org-fontify-meta-lines-and-blocks): Treat lines with a
2153         space after #+ as comments.
2154         (org-open-at-point): Run `org-follow-link-hook' always.
2156         * org-latex.el (org-export-latex-emph-format): Use better commands
2157         to insert special characters in verbatim snippets.
2159 2009-09-22  Carsten Dominik  <carsten.dominik@gmail.com>
2161         * org-faces.el (org-copy-face): New function.  Use it to create
2162         various faces formerly created by using `copy-face'.
2164         * org-agenda.el (org-prepare-agenda): Don't officially mark this
2165         window dedicated.
2166         (org-agenda-quit): Kill the frame containing the agenda window if
2167         that frame was created for the agenda.
2169 2009-09-21  Carsten Dominik  <carsten.dominik@gmail.com>
2171         * org-agenda.el (org-agenda-date-prompt): Mark the changed time
2172         stamp in the agenda.
2174 2009-09-19  Carsten Dominik  <carsten.dominik@gmail.com>
2176         * org-mobile.el (org-mobile-create-index-file): Add the list of
2177         TODO keywords, and the list of drawers to the index file.
2179         * org-agenda.el (org-prepare-agenda): Reset
2180         `org-drawers-for-agenda'.
2181         (org-prepare-agenda): Uniquify list of drawers.
2183         * org.el (org-complex-heading-regexp-format): New variable.
2184         (org-set-regexps-and-options): Define
2185         `org-complex-heading-regexp-format'.
2186         (org-drawers-for-agenda): New variable.
2187         (org-map-entries): Bind `org-drawers-for-agenda'.
2188         (org-prepare-agenda-buffers): Add to `org-drawers-for-agenda'.
2190         * org-remember.el (org-go-to-remember-target)
2191         (org-remember-handler): Use `org-complex-heading-regexp-format'.
2193 2009-09-18  Carsten Dominik  <carsten.dominik@gmail.com>
2195         * org-agenda.el (org-agenda-highlight-todo): Fix text property
2196         problem.
2198         * org-mobile.el (org-mobile-capture-file): Use `mobileorg.org' as
2199         the capture file, and make it non-configurable.
2201         * org.el (org-on-heading-p, org-at-heading-p): Make sure these are
2202         always with `invisible-ok'.
2203         (org-store-link): No error when there is nothing to link to in the
2204         agenda.
2206         * org-list.el (org-update-checkbox-count): Insert changed cookie
2207         before the old, to avoid problems with invisibility at the end of
2208         the line.
2209         (org-update-checkbox-count): Insert changed cookie before the old,
2210         to avoid problems with invisibility at the end of the line.
2212         * org.el (org-sort-entries-or-items): Include the final newline.
2213         (org-fontify-meta-lines-and-blocks): Add indented dynamic block
2214         lines for fontification.
2215         (org-dblock-start-re, org-dblock-end-re): Allow indentation.
2216         (org-prepare-dblock): Store the current indentation of the BEGIN
2217         line.
2218         (org-update-dblock): Apply the indentation of the begin line to
2219         the rest of the block.
2220         (org-ctrl-c-ctrl-c): Also find indented dblock lines.
2221         (org-startup-folded): New allowed value `showeverything'.
2222         (org-startup-options): Add STARTUP keyword `showeverything'.
2223         (org-set-startup-visibility): Respect value `showeverything' in
2224         org-startup-folded.
2226 2009-09-17  Carsten Dominik  <carsten.dominik@gmail.com>
2228         * org.el (org-closest-date): Fix issue with past preference.
2230         * org-mobile.el (org-mobile-apply-flags): Require `org-archive'.
2232         * org-archive.el (org-archive-set-tag)
2233         (org-archive-subtree-default): New commands.
2235         * org-mobile.el (org-mobile-create-index-file): Fix link to
2236         capture file.
2237         (org-mobile-copy-agenda-files): Create the capture file if it does
2238         not exist.
2240         * org-clock.el (org-clock-clocktable-default-properties): New
2241         option.
2242         (org-clock-report): Use
2243         `org-clock-clocktable-default-properties'.
2245 2009-09-16  Carsten Dominik  <carsten.dominik@gmail.com>
2247         * org.el (org-iswitchb-completing-read): Fix typo.
2249         * org-crypt.el: New file.
2251         * org.el: Add an entry for org-crypt.
2253 2009-09-15  Carsten Dominik  <carsten.dominik@gmail.com>
2255         * org-agenda.el (org-agenda-menu): Reorganize the menu for more
2256         consistency.
2257         (org-batch-store-agenda-views): New function.
2258         (org-mobile-force-id-on-agenda-items): Mention variable.
2259         (org-agenda-title-append): Define variable.
2260         (org-write-agenda): New export to Org files.
2261         (org-agenda-get-some-entry-text): New arguments INDENT and KEEP.
2262         (org-agenda): Allow to keep the restricted file list if a special
2263         variable is bound to t.
2264         (org-agenda): Define a special agenda view for working on flagged
2265         entries.
2266         (org-agenda-get-restriction-and-command): List the new agenda
2267         view.
2268         (org-agenda-show-the-flagging-note): New command.
2269         (org-agenda-mode-map): New key `?' for looking at the flagging
2270         note.
2272         * org.el (org-autoload): Autoload org-mobile.el.
2273         (org-org-menu): Add menu commands for MobileOrg in the Org menu.
2275         * org-id.el (org-id-get): Fix bug with forcing ID on an item.
2277 2009-09-15  Carsten Dominik  <carsten.dominik@gmail.com>
2279         * org-table.el (orgtbl-line-start-regexp): Match also TBLNAME
2280         statements.
2281         (org-table-get-remote-range): Match indented #+TBLNAME
2282         statements.
2284         * org.el (org-convert-to-odd-levels)
2285         (org-convert-to-oddeven-levels): Work also correctly if the file
2286         is in outline-mode.
2288 2009-09-12  Carsten Dominik  <carsten.dominik@gmail.com>
2290         * org.el (org-store-link): When in agenda buffer, link to
2291         referenced entry.
2292         (org-add-planning-info): Remove spaces at eol.
2294         * org-macs.el (org-with-point-at): Add a `lisp-indent-function'
2295         property.
2297 2009-09-10  Carsten Dominik  <carsten.dominik@gmail.com>
2299         * org-latex.el (org-export-latex-first-lines): Fix problem with
2300         LaTeX export of first line and selected subtree.
2302         * org.el (org-shifttab): Interpret arg differently when using only
2303         odd levels.
2305 2009-09-09  Bastien Guerry  <bzg@altern.org>
2307         * org.el (org-check-agenda-file): Use a more explicit message
2309 2009-09-08  Carsten Dominik  <carsten.dominik@gmail.com>
2311         * org-exp.el (org-export-remove-special-table-lines): Don't remove
2312         normal lines.
2314 2009-09-08  Bastien Guerry  <bzg@altern.org>
2316         * org.el (org-offer-links-in-entry): Don't use "Select link" as a
2317         prompt in the temporary window.
2319         * org-agenda.el (org-agenda-bulk-mark): Use a slightly soberer
2320         prefix for marked entries in the agenda view.
2322 2009-09-07  Andreas Burtzlaff <andy13@gmx.net>  (tiny change)
2324         * org.el (outline-end-of-subtree): Bugfix: advise this function in
2325         a way that prevents any trailing character from being displayed.
2327 2009-09-07  Carsten Dominik  <carsten.dominik@gmail.com>
2329         * org-agenda.el (org-agenda-menu): Fix bugs in the bulk action
2330         menu.
2332         * org-exp.el (org-export-remove-special-table-lines): Remove bad
2333         slow regexp match.
2335 2009-09-06  Carsten Dominik  <carsten.dominik@gmail.com>
2337         * org-latex.el (org-export-latex-preprocess): Do not protect in
2338         the LaTeX header.
2340         * org-src.el (org-edit-src-save): Save window setup while saving.
2341         (org-edit-src-code): Use new buffer name construction scheme.
2343 2009-09-04  Carsten Dominik  <carsten.dominik@gmail.com>
2345         * org-agenda.el (org-agenda-entry-text-exclude-regexps): New
2346         variable.
2347         (org-agenda-entry-text-cleanup-hook): New hook.
2348         (org-agenda-get-some-entry-text): Remove matches of
2349         `org-agenda-entry-text-exclude-regexps' and run the hook
2350         `org-agenda-entry-text-cleanup-hook'.
2352         * org.el (org-offer-links-in-entry): New argument ZERO to
2353         implement a link with index zero.
2354         (org-cycle-show-empty-lines): Not keep empty line under header
2355         hidden.
2356         (org-iswitchb-completing-read): Bind `switchb-use-virtual-buffers'
2357         to nil for special completion.
2358         (org-store-link): Don't error before the first heading.
2360         * org-agenda.el (org-agenda-open-link): Pass the prefix to
2361         `org-offer-links-in-entry'.
2363 2009-09-03  Carsten Dominik  <carsten.dominik@gmail.com>
2365         * org-agenda.el (org-agenda-quit): Provide the window argument for
2366         `window-dedicated-p', Emacs 22 needs it.
2367         (org-format-agenda-item): If the category is a link, arrange for
2368         invisible text to replaced with spaces.
2369         (org-compile-prefix-format): Add the extra space.
2370         (org-prefix-category-length): New variable.
2372         * org-exp.el (org-export-cleanup-toc-line): Remove footnote
2373         references from TOC lines.
2375         * org.el (org-selected-window): New variable.
2377         * org-table.el (org-table-edit-formulas): Remember the selected
2378         window.
2379         (org-table-fedit-finish, org-table-fedit-abort): Select the window
2380         that was originally selected.
2382         * org-exp.el (org-export-preprocess-apply-macros): Scan the
2383         expansion of a macro for more macro definitions.
2385         * org-agenda.el (org-agenda-dim-blocked-tasks): Make sure the
2386         invisibility overlay starts on the newline.
2388 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
2390         * org-protocol.el (org-protocol-store-link)
2391         (org-protocol-remember, org-protocol-open-source): Add autoloads.
2393         * org-compat.el (org-float-time): New function.
2395         * org.el (org-clock-update-time-maybe)
2396         (org-sort-entries-or-items, org-do-sort)
2397         (org-evaluate-time-range, org-time-string-to-seconds)
2398         (org-closed-in-range): Use `org-float-time'.
2400         * org-timer.el (org-timer-start, org-timer-pause-or-continue)
2401         (org-timer-seconds):  Use `org-float-time'.
2403         * org-clock.el (org-clock-get-clocked-time, org-clock-out)
2404         (org-clock-sum, org-dblock-write:clocktable)
2405         (org-clocktable-steps):  Use `org-float-time'.
2407         * org-agenda.el (org-agenda-last-marker-time)
2408         (org-agenda-new-marker, org-diary):  Use `org-float-time'.
2410         * org-compat.el (w32-focus-frame): Declare the w32-focus-frame
2411         function.
2413         * org-exp.el (org-get-file-contents): Only protect lines that
2414         really need it.
2416         * org-html.el (require): Require cl for compilation.
2418         * org.el:  Avoid using `default-major-mode'.
2420         * org-plot.el (require): Require CL only at compile time.
2422         * org-exp.el (require): Require CL only at compile time.
2424         * org-agenda.el (org-agenda-quit): When the agenda window is
2425         dedicated, remove other windows before exiting, so that the frame
2426         really will be killed.
2428         * org-exp.el (org-export-handle-include-files): Reset START and
2429         END for each loop cycle.
2431 2009-09-01  Carsten Dominik  <carsten.dominik@gmail.com>
2433         * org.el (org-eval-in-calendar): Use
2434         `org-select-frame-set-input-focus'.
2436         * org-compat.el (org-select-frame-set-input-focus): New function.
2438         * org.el (org-update-statistics-cookies): New function.
2439         (org-mode-map): Bind `C-c #' to `org-update-statistics-cookies'.
2441 2009-08-31  Carsten Dominik  <carsten.dominik@gmail.com>
2443         * org-src.el (org-edit-fixed-width-region): Set org-src-mode only
2444         after the local variables are set.
2446         * org-latex.el (org-export-latex-protect-amp): New function.
2447         (org-export-latex-links): Protect link ampersands in tables.
2449         * org-exp.el (org-export-select-backend-specific-text): Match in
2450         two steps, to avoid regexp problems.
2452         * org.el (org-offer-links-in-entry): Improve working with many and
2453         duplicate links.
2455         * org-agenda.el (org-agenda-show-1): Make more consistent with
2456         normal cycling.
2457         (org-agenda-cycle-show): Make more consistent with normal cycling.
2459         * org-gnus.el (org-gnus-store-link): Restore the linking to a
2460         website.
2462 2009-08-30  Bastien Guerry  <bzg@altern.org>
2464         * org-latex.el (org-export-latex-first-lines): Bugfix.
2466 2009-08-29  Carsten Dominik  <carsten.dominik@gmail.com>
2468         * org-clock.el (org-clock-modify-effort-estimate): Emit message
2469         about new effort.
2471         * org.el (org-set-effort): New function.
2472         (org-mode-map): New key for effort setting command.
2474         * org-agenda.el (org-agenda): Keep window setup when calling
2475         agenda from within agenda window.
2476         (org-agenda-mode-map): New keys for effort setting commands.
2477         (org-agenda-menu): Add effort setting commands to menu.
2478         (org-agenda-set-property, org-agenda-set-effort): New functions.
2480         * org-latex.el (org-export-latex-tables): Fix
2481         `org-table-last-alignment' and `org-table-last-column-widths' if
2482         the first column has been removed.
2484 2009-08-28  Carsten Dominik  <carsten.dominik@gmail.com>
2486         * org.el (org-remove-timestamp-with-keyword): Only remove in
2487         entry, not in subtree.
2489         * org-src.el (org-src-lang-modes): Add abbreviation elisp for
2490         emacs lisp.
2492         * org.el (org-open-at-point): When on headline, offer all strings
2493         in entry.
2495         * org-remember.el (org-remember-templates): Documentation fix.
2497         * org.el (org-move-subtree-down): Use `org-get-next-sibling' and
2498         `org-get-last-sibling' instead of the outline versions of these
2499         functions.
2500         (org-get-last-sibling): New function.
2501         (org-refile): Use `org-get-next-sibling' instead of the outline
2502         version of this function.
2503         (org-clean-visibility-after-subtree-move): Use
2504         `org-get-next-sibling' and `org-get-last-sibling' instead of the
2505         outline versions of these functions.
2507 2009-08-27  Carsten Dominik  <carsten.dominik@gmail.com>
2509         * org-agenda.el (org-prepare-agenda): When creating a new frame
2510         for the agenda, make the window dedicated.
2512         * org-agenda.el (org-agenda-mode-map): New keys for time motion.
2514         * org-table.el (org-table-align): Change the order of reinsertion
2515         and deletion, to avoid problems with overlays following the table.
2517         * org.el (org-parse-time-string): Better error message.
2518         (org-show-subtree): Use org-end-of-subtree.
2520         * org-macs.el (org-goto-line): New defsubst.
2522         * org.el (org-open-file, org-change-tag-in-region)
2523         (org-fast-tag-show-exit): Don't use `goto-line'.
2525         * org-table.el (org-table-align, org-table-insert-column)
2526         (org-table-delete-column, org-table-move-column)
2527         (org-table-sort-lines, org-table-copy-region)
2528         (org-table-paste-rectangle, org-table-wrap-region)
2529         (org-table-get-specials, org-table-rotate-recalc-marks)
2530         (org-table-get-range, org-table-recalculate)
2531         (org-table-edit-formulas, org-table-fedit-convert-buffer)
2532         (org-table-show-reference, org-table-highlight-rectangle): Don't
2533         use `goto-line'.
2535         * org-src.el (org-edit-src-code, org-edit-fixed-width-region)
2536         (org-edit-src-exit): Don't use `goto-line'.
2538         * org-macs.el (org-preserve-lc): Don't use `goto-line'.
2540         * org-list.el (org-renumber-ordered-list, org-fix-bullet-type):
2541         Don't use `goto-line'.
2543         * org-exp.el (org-export-number-lines): Don't use `goto-line'.
2545         * org-colview.el (org-columns, org-columns-redo)
2546         (org-agenda-columns): Don't use `goto-line'.
2548         * org-colview-xemacs.el (org-columns, org-agenda-columns): Don't
2549         use `goto-line'.
2551         * org-agenda.el (org-agenda-mode): Force visual line motion off.
2552         (org-agenda-add-entry-text-maxlines): Improve docstring.
2553         (org-agenda-start-with-entry-text-mode): New option.
2554         (org-agenda-entry-text-maxlines): New option.
2555         (org-agenda-entry-text-mode): New variable.
2556         (org-agenda-mode): Set initial value of
2557         `org-agenda-entry-text-mode'.
2558         (org-agenda-mode-map): Add the `E' key.
2559         (org-agenda-menu): Add entry text mode to the menu.
2560         (org-agenda-get-some-entry-text): Fix line count bug.
2561         (org-finalize-agenda): Apply entry text mode if appropriate.
2562         (org-agenda-entry-text-show-here): New function.
2563         (org-agenda-entry-text-show): New function.
2564         (org-agenda-entry-text-hide): New function.
2565         (org-agenda-view-mode-dispatch): Add entry text mode to the view
2566         key menu.
2567         (org-agenda-entry-text-mode): New command.
2568         (org-agenda-set-mode-name): Add entry text mode to the mode line
2569         string.
2570         (org-agenda-undo, org-agenda-get-restriction-and-command)
2571         (org-agenda-get-some-entry-text, org-agenda-redo): Don't use
2572         `goto-line'.
2574 2009-08-26  Bernt Hansen  <bernt@norang.ca>
2576         * org-clock.el (org-notify): Bugfix.
2578 2009-08-25  Carsten Dominik  <carsten.dominik@gmail.com>
2580         * org-agenda.el (org-agenda-open-link): Handle multiple links and
2581         check for after-string.
2583         * org-gnus.el (org-gnus-store-link): Simplify.
2585         * org.el (org-latex-regexps): Don't add extra empty lines for
2586         display formulas.
2588 2009-08-24  Carsten Dominik  <carsten.dominik@gmail.com>
2590         * org-agenda.el (org-agenda-get-some-entry-text): New function.
2591         (org-agenda-add-entry-text): Use
2592         `org-agenda-get-some-entry-text'.
2594         * org.el (org-cycle-separator-lines): Update docstring.
2595         (org-cycle-show-empty-lines): Handle negative values for
2596         `org-cycle-show-empty-lines'.
2598         * org-exp.el (org-export-protect-sub-super): New function.
2599         (org-export-normalize-links): Protect the url of plain links from
2600         supscript and superscript processing.
2602         * org-remember.el (org-remember-escaped-%): New function.
2603         (org-remember-apply-template): Use `org-remember-escaped-%' to
2604         detect escaped % signs.
2606 2009-08-23  Bastien Guerry  <bzg@altern.org>
2608         * org-timer.el (org-timer-set-timer): Use `org-notify' and play a
2609         sound when showing the notification.
2611         * org-clock.el (org-notify): New function.
2612         (org-clock-notify-once-if-expired): Use `org-notify'.
2614         * org-gnus.el (org-gnus-store-link): Handle `gnus-summary-mode'
2615         and `gnus-article-mode' separately.
2616         (gnus-summary-article-header): Fix the declare-function.
2618 2009-08-23  Carsten Dominik  <carsten.dominik@gmail.com>
2620         * org-exp.el (org-export-format-source-code-or-example): Translate
2621         language.
2623         * org-src.el (org-src-lang-modes): New variable
2624         (org-edit-src-code): Translate language.
2626         * org-exp.el (org-export-format-source-code-or-example): Deal wit
2627         the new structure of the `org-export-latex-listings-langs'
2628         variable.
2630         * org-latex.el (org-export-latex-listings-langs): Change structure
2631         of the variable from plist to alist.
2633 2009-08-21  Carsten Dominik  <carsten.dominik@gmail.com>
2635         * org.el (org-in-commented-line): New function.
2637 2009-08-20  Carsten Dominik  <carsten.dominik@gmail.com>
2639         * org.el (org-hide-block-toggle): Make folded blocks searchable.
2641 2009-08-19  Friedrich Delgado Friedrichs <friedel@nomaden.org>  (tiny change)
2643         * org.el (org-flag-drawer): More useful error.
2645 2009-08-19  Carsten Dominik  <carsten.dominik@gmail.com>
2647         * org-remember.el (org-remember-apply-template): Use
2648         org-icompleting-read.
2650         * org-publish.el (org-publish): Use org-icompleting-read.
2652         * org-colview.el (org-columns-edit-value, org-columns-new)
2653         (org-insert-columns-dblock): Use org-icompleting-read.
2655         * org-colview-xemacs.el (org-columns-edit-value)
2656         (org-columns-new, org-insert-columns-dblock): Use
2657         org-icompleting-read.
2659         * org-attach.el (org-attach-delete-one, org-attach-open): Use
2660         org-icompleting-read.
2662 2009-08-18  Carsten Dominik  <carsten.dominik@gmail.com>
2664         * org.el (org-hierarchical-todo-statistics): Improve docstring.
2665         (org-version): Return the version text.
2666         (org-org-menu): Add a menu entry for the new bug reporter.
2667         (org-submit-bug-report): New command.
2669         * org-list.el (org-hierarchical-checkbox-statistics): Improve
2670         docstring.
2672         * org.el (org-emphasis-regexp-components): Add "`" to set of
2673         pre-emphasis characters.
2675         * org-latex.el (org-export-latex-classes): Always include the soul
2676         package.
2677         (org-export-latex-emphasis-alist): Use \st for strikethough.
2679         * org-exp-blocks.el (org-export-blocks-preprocess): Use
2680         `indent-code-rigidly' to indent.
2682         * org-agenda.el (org-agenda-get-restriction-and-command): Remove
2683         properties only if MATCH really is a string.
2685 2009-08-16  Carsten Dominik  <carsten.dominik@gmail.com>
2687         * org-latex.el (org-export-latex-packages-alist): Fix
2688         customization type.
2690         * org.el (org-create-formula-image): Also use
2691         `org-export-latex-packages-alist'.
2693         * org-html.el (org-export-as-html): Fix bug in footnote regexp.
2694         (org-export-as-html): Format footnotes correctly.
2696 2009-08-14  Carsten Dominik  <carsten.dominik@gmail.com>
2698         * org.el (org-fast-tag-selection): Avoid text properties on tags
2699         in the alist.
2701         * org-agenda.el (org-agenda-get-restriction-and-command): Avoid
2702         text properties on the match element.
2704 2009-08-12  Carsten Dominik  <carsten.dominik@gmail.com>
2706         * org.el (org-set-regexps-and-options): Make sure the list of done
2707         keywords is not invalid.
2709         * org-exp.el (org-export-interpolate-newlines): New function.
2711 2009-08-11  Carsten Dominik  <carsten.dominik@gmail.com>
2713         * org.el (org-format-latex): Avoid nested overlays.
2715         * org-latex.el (org-export-latex-listings-langs): Add a few more
2716         languages.
2718         * org-exp.el (org-export-preprocess-apply-macros): Make sure to
2719         ignore newlines and space before the first macro argument.
2721         * org-latex.el (org-export-latex-tables): Remove save-excursion
2722         around `org-table-align'.
2724 2009-08-10  Carsten Dominik  <carsten.dominik@gmail.com>
2726         * org.el (org-export-html-special-string-regexps): Definition
2727         moved into org.el
2729         * org-exp.el (org-export-preprocess-apply-macros): Allow newlines
2730         in macro calls.
2732 2009-08-09  Carsten Dominik  <carsten.dominik@gmail.com>
2734         * org-latex.el (org-export-latex-listings)
2735         (org-export-latex-listings-langs): New options.
2737         * org-exp.el (org-export-format-source-code-or-example): Use
2738         listing package if requested by the user.
2740 2009-08-08  Bastien Guerry  <bzg@altern.org>
2742         * org.el (org-iswitchb): Fix bug when aborting the `org-iswitchb'
2743         command before actually switching to a buffer.
2745 2009-08-07  Carsten Dominik  <carsten.dominik@gmail.com>
2747         * org-exp.el (org-get-file-contents): Only quote org lines when
2748         the markup is src or example.
2750         * org-agenda.el (org-agenda-skip-scheduled-if-deadline-is-shown):
2751         New option
2752         (org-agenda-get-day-entries): Remember deadline results and pass
2753         them on into the function getting the scheduling information.
2754         (org-agenda-get-scheduled): Accept deadline results as parameters
2755         and maybe skip some entries.
2756         (org-agenda-skip-scheduled-if-deadline-is-shown): New option.
2758         * org.el (org-insert-heading): When respecting content, do not
2759         convert current line to headline.
2761         * org-clock.el (org-clock-save-markers-for-cut-and-paste): Also
2762         cheeeeeck the hd marker
2763         (org-clock-in): Also set the hd marker.
2764         (org-clock-out): Also set the hd marker.
2765         (org-clock-cancel): Reset markers.
2767         * org.el (org-clock-hd-marker): New marker.
2769         * org-faces.el (org-agenda-clocking): New face.
2771         * org-agenda.el (org-agenda-mark-clocking-task): New function.
2772         (org-finalize-agenda): call `org-agenda-mark-clocking-task'.
2774         * org.el (org-modules): Add org-track.el.
2776         * org-agenda.el (org-agenda-bulk-marked-p): New function.
2777         (org-agenda-bulk-mark, org-agenda-bulk-unmark): Use
2778         `org-agenda-bulk-marked-p'.
2779         (org-agenda-bulk-toggle): New command.
2781 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
2783         * org.el (org-move-subtree-down): Hide subtree if it was folded,
2784         not just the body.
2786         * org-remember.el (org-remember-finalize): Avoid buffer-modified
2787         messages.
2789 2009-08-06  James TD Smith  <ahktenzero@mohorovi.cc>
2791         * org-plot.el (org-plot/gnuplot): Stop datafile from being deleted
2792         before gnuplot can read it.
2794 2009-08-05  Carsten Dominik  <carsten.dominik@gmail.com>
2796         * org-latex.el (org-export-latex-first-lines): Fix bug with
2797         finding the end of the first lines.
2799         * org.el (org-create-formula-image): Remove the -E option for
2800         dvipng.
2802         * org-exp.el (org-default-export-plist): Respect #+BIND.
2803         (org-export-confirm-letbind): New function.
2805         * org.el (org-paste-subtree): Test the kill ring entry if it is
2806         going to be used.
2807         (org-copy-subtree): Use `org-forward-same-level'.
2808         (org-forward-same-level): Respect the `invisibe-ok' arg for
2809         back-to-heading.
2811 2009-08-04  Carsten Dominik  <carsten.dominik@gmail.com>
2813         * org.el (org-table-map-tables): Make sure cursor is back at table
2814         beginning after funcall.
2816         * org-agenda.el (org-agenda-bulk-action): Make sure parents are
2817         handled before children, and do not error if an entry is not
2818         found, probably because it hase been remove when the parent was
2819         archived or refiled.
2821         * org.el (org-ido-completing-read): Accept straight lists for
2822         completion as well as alists.
2824         * org-html.el (org-export-as-html): Fix parenthesis error in
2825         footnore code.
2827         * org-timer.el (org-timer-cancel-timers): Renamed from
2828         `org-timer-cancel-timers'.
2830         * org.el (org-cycle-internal-local): Fix problem with finding next
2831         invisible line.
2833 2009-08-03  Carsten Dominik  <carsten.dominik@gmail.com>
2835         * org-list.el (org-list-send-list): Call
2836         `org-list-goto-true-beginning' instead of
2837         `org-list-find-true-beginning', which does not exist.
2839         * org-timer.el (org-timer-reset-timers): Use `mapc'.
2840         (org-timer-set-timer): Do not assign to heading.
2842         * org-id.el (org-id-open): Quote function name.
2844         * org-macs.el (org-unmodified): Turn off recording undo
2845         information while running inside the macro.
2847         * org-indent.el (org-hide-leading-stars-before-indent-mode): New
2848         variable.
2849         (org-indent-mode): Remember and restore value of
2850         org-hide-leading-stars before `org-indent-mode'.
2852         * org-table.el (org-table-export): Also work in file-less
2853         buffers.
2855         * org.el (org-startup-indented): New option.
2856         (org-startup-options): Add new options indent and noindent.
2857         (org-unfontify-region): Remove line-prefix and wrap-prefix
2858         properties.
2859         (org-after-demote-entry-hook, org-after-promote-entry-hook): New
2860         hooks.
2861         (org-promote, org-demote): Run the new hooks.
2863         * org-table.el (org-table-align): Replace leading \n as well.
2865         * org-exp.el (org-export-push-to-kill-ring): Remove `line-prefix'
2866         and `line-wrap' text properties.
2868         * org-compat.el (org-kill-new): New function.
2870         * org-agenda.el (org-format-agenda-item): Remove `line-prefix' and
2871         `line-wrap' text properties.
2873         * org-indent.el: New file.
2875 2009-08-02  Carsten Dominik  <carsten.dominik@gmail.com>
2877         * org.el (org-provide-todo-statistics): Tweak docstring.
2879         * org-id.el (org-id-open): Honor `org-link-frame-setup'.
2881 2009-08-01  Carsten Dominik  <carsten.dominik@gmail.com>
2883         * org-exp.el (org-export-as-org): Insert the "-source" string
2884         before the extension.
2886         * org.el (org-read-date): Make sure the calendar is in the current
2887         frame.
2888         (org-set-emph-re): Remove the ? from the post-match.
2889         (org-emphasis-regexp-components): Add backslash to the
2890         postmatch class.
2891         (org-set-font-lock-defaults): Write \n instead of \xa, and make it
2892         optional so that also lines at the end of the buffers will still
2893         be matched as headlines.
2895         * org-table.el (org-table-error-on-row-ref-crossing-hline):
2896         Variable made obsolete.
2897         (org-table-relative-ref-may-cross-hline): New option.
2898         (org-table-find-row-type): Honow the new option
2899         `org-table-relative-ref-may-cross-hline'.
2901 2009-07-31  Carsten Dominik  <carsten.dominik@gmail.com>
2903         * org-table.el (org-table-cut-region, org-table-copy-region): Work
2904         on single field if no active region.
2906 2009-07-27  Carsten Dominik  <carsten.dominik@gmail.com>
2908         * org-latex.el (org-export-latex-make-header): Only insert title
2909         if one is defined.
2911         * org.el (org-make-options-regexp): Allow empty values.
2913         * org-html.el (org-export-as-html): Move hrule detection to after
2914         plain list handling.
2916 2009-07-26  Carsten Dominik  <carsten.dominik@gmail.com>
2918         * org-html.el (org-format-org-table-html): Fix colgroup tags.
2920 2009-07-23  Carsten Dominik  <carsten.dominik@gmail.com>
2922         * org.el (org-cycle-internal-local): Improved version of finding
2923         next visible line.
2924         (org-cycle-hide-drawers): Only hide drawers if this is really
2925         necessary.
2926         (outline-end-of-subtree): Make `outline-end-of-subtree' use the
2927         org-version of this function in Org-mode.  We use advice to
2928         implement this change, so that future changes to this function in
2929         outline.el wil be handled properly.
2930         (org-forward-same-level, org-backward-same-level): New commands.
2932 2009-07-21  Carsten Dominik  <carsten.dominik@gmail.com>
2934         * org.el (org-remove-empty-overlays-at)
2935         (org-clean-visibility-after-subtree-move): New functons.
2936         (org-move-subtree-down): Simplify cleanup of display.
2938 2009-07-20  Carsten Dominik  <carsten.dominik@gmail.com>
2940         * org-mac-message.el (org-mac-message-get-links): Improve
2941         docstring.  Make argument SELECT-OR-FLAGGED optional, default to
2942         "s".  Fix the return value.
2943         (org-mac-message-insert-flagged): Simplify.
2945         * org.el (org-refile-get-location): Tamper with refile history o
2946         that history contains compete matches instead of the entered
2947         string.
2949 2009-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
2951         * org.el (org-store-link): Never store a link to an inline task.
2953         * org-inlinetask.el (org-inlinetask-insert-task): New command.
2955         * org-footnote.el (org-footnote-goto-local-insertion-point): Skip
2956         inline tasks when positioning footnotes.
2958         * org-inlinetask.el (org-inlinetask-remove-END-maybe): New
2959         function.
2961         * org.el (org-refile): Remove the END line when archiving an
2962         inline task that does have an END line.
2964         * org-archive.el (org-archive-subtree): Remove the END line when
2965         archiving an inline task that does have an END line.
2967         * org-macs.el (org-with-limited-levels): New macro.
2968         (org-get-limited-outline-regexp): New function.
2970         * org-exp.el (org-export-format-source-code-or-example): Fix bug
2971         that did not enumerate first line.
2972         (org-export-mark-radio-links): Skip matches in links.
2974 2009-07-18  Carsten Dominik  <carsten.dominik@gmail.com>
2976         * org.el (org-activate-plain-links): Make single-match.
2977         (org-adapt-indentation): Fix docstring.
2979         * org-macs.el (org-unmodified): Turn of modification hooks while
2980         running this macro.
2982 2009-08-02  Bastien Guerry  <bzg@altern.org>
2984         * org.el (org-adapt-indentation): Slightly improve the docstring.
2985         (org-occur): Sends an error when the user inputs an empty string.
2986         (org-priority): Bugfix: the tag alignement should happen within
2987         save-excursion.
2989 2009-07-31  Bastien Guerry  <bzg@altern.org>
2991         * org.el (org-make-link-regexps): Don't exclude parentheses from
2992         `org-plain-link-re'
2993         (org-cycle-internal-local): When locally cycling, switch directly
2994         from CHILDREN to FOLDED if there is no subtree
2995         (org-cycle): Update the docstring to document the new behavior of
2996         `org-cycle-internal-local'.
2998 2009-07-29  Nicolas Goaziou <n.goaziou@neuf.fr>  (tiny change)
3000         * org-clock.el (org-clock-in): Bugfix: recognize timestamps with
3001         an abbreviated format for days.
3003 2009-07-27  Bastien Guerry  <bzg@altern.org>
3005         * org-protocol.el (org-protocol-default-template-key): New
3006         option.
3008         * org.el (org-refile): Bugfix: save-excursion before reading the
3009         refile target, otherwise cursor moves might confuse `org-refile'.
3011         * org-html.el (org-export-as-html): Bugfix: correctly convert the
3012         footnote reference before the footnote itself.
3014         * org.el (org-toggle-heading): Bugfix: correctly convert list
3015         items before the first headline.
3017         * org-html.el (org-export-html-footnote-format): New option for
3018         formatting the footnote reference.
3019         (org-export-as-html): Use the new option.
3021         * org.el (org-provide-todo-statistics): Allow a list of TODO
3022         keywords to compute statistics against headlines containing a
3023         keyword from this list.
3024         (org-update-parent-todo-statistics): Possibly use the new allowed
3025         value of `org-provide-todo-statistics'.
3027 2009-07-26  Bastien Guerry  <bzg@altern.org>
3029         * org-timer.el: Add autoload cookie.
3031         * org.el (org-occur-link-in-agenda-files): New function.
3033         * org-timer.el (org-timer-last-timer): New variable.
3035         * org-agenda.el (org-agenda-mode-map): New key for
3036         org-timer-set-timer called from the agenda.
3038         * org.el (org-mode-map): New key for org-timer-set-timer.
3040         * org-timer.el (org-timer-reset-timers)
3041         (org-timer-show-remaining-time, org-timer-set-timer): New
3042         functions.
3044         * org-clock.el (org-show-notification): Update the docstring.
3046         * org.el (org-provide-todo-statistics): Allow new value
3047         'all-headlines for this option, which includes entries with no
3048         TODO keywords in the todo statistics.
3049         (org-update-parent-todo-statistics): Possibly use the new
3050         'all-headline value from `org-provide-todo-statistics'.
3052 2009-07-25  Bastien Guerry  <bzg@altern.org>
3054         * org-clock.el (org-dblock-write:clocktable): Add a new option
3055         :timestamp which allows display of timestamps in clock reports.
3057         * org.el (org-mode-map): Define new key `C-c C-*': convert a plain
3058         list to a subtree, preserving the structure of the list.
3059         (org-set-emph-re): Make the last element optional in the regexp.
3060         This regexp now matches an emphasized string at the end of a line.
3062         * org-list.el (org-list-goto-true-beginning)
3063         (org-list-make-subtree, org-list-make-subtrees): New functions.
3065         * org.el (org-eval-in-calendar): Select the right frame.
3066         (org-save-frame-excursion): Remove this macro.
3068 2009-07-24  Bastien Guerry  <bzg@altern.org>
3070         * org-list.el (org-list-beginning-re): Bugfix: don't use * when
3071         trying to find the beginning of a list.
3073         * org-exp.el (org-get-file-contents): Use a new argument: markup.
3074         When present, tell org-get-file-contents not to protect org-like
3075         lines.
3077         * org-id.el (org-id-uuid-program): New option to set the name of
3078         the uuidgen program.
3079         (org-id-method): Use `org-id-uuid-program'.
3080         (org-id-new): Use `org-id-uuid-program'.
3082 2009-07-23  Bastien Guerry  <bzg@altern.org>
3084         * org-exp.el (org-export-number-lines): Allow whitespace in code
3085         references.  Allow the -r switch to remove the references in the
3086         source code even when the lines are not numbered: the labels can
3087         be explicit enough.
3089         * org.el (org-fontify-whole-heading-line): New option.
3090         (org-set-font-lock-defaults): Use the new option.
3092         * org-clock.el (org-show-notification-handler): New option.
3093         (org-show-notification): Use the new option.
3095 2009-07-21  Bastien Guerry  <bzg@altern.org>
3097         * org.el (org-eval-in-calendar): Fix a bug about calendar
3098         navigation when `calendar-setup' value is 'calendar-only.
3100 2009-07-19  Bastien Guerry  <bzg@altern.org>
3102         * org.el (orgstruct++-mode): Fix typo in docstring.
3103         (org-insert-link): Clean up: (or (...)) => (...)
3104         (org-insert-link): Use TAB for stored links completion.
3106 2009-07-18  Bastien Guerry  <bzg@altern.org>
3108         * org.el (org-get-refile-targets): Fix bug: don't ignore case when
3109         building the list of targets.
3111         * org-remember.el (org-remember-delete-empty-lines-at-end): New
3112         option.
3113         (org-remember-handler): Use the new option.
3115 2009-07-17  James TD Smith  <ahktenzero@mohorovi.cc>
3117         * org.el (org-tags-sort-function): New option for sorting tags.
3118         (org-set-tags): Use the new option to sort tags.
3120         * org-plot.el (org-plot/gnuplot): Run with an idle timer to avoid
3121         premature deletion of the data when using org-plot in a script.
3123 2009-07-17  Bastien Guerry  <bzg@altern.org>
3125         * org-clock.el (org-clock-in-prepare-hook): New hook.
3126         (org-clock-in): Use this new hook.
3128 2009-07-16  Bastien Guerry  <bzg@altern.org>
3130         * org.el (org-special-ctrl-a/e): Explicitely bind the value
3131         'reversed for this option to the "true line boundary first"
3132         behavior.
3133         (org-tags-match-list-sublevels): Document the 'indented value for
3134         this variable.
3136         * org-latex.el (org-export-latex-first-lines): Fix problem with
3137         publishing the region.
3139         * org-exp.el (org-export-format-source-code-or-example): Fix
3140         bad line numbering when exporting examples in HTML.
3142         * org-colview.el (org-format-time-period): Formats a time in
3143         fractional days as days, hours, mins, seconds.
3144         (org-columns-display-here): Add special handling for SINCE and
3145         SINCE_IA to format for display.
3147 2009-07-12  James TD Smith  <ahktenzero@mohorovi.cc>
3149         * org.el (org-tags-sort-function): Add custom declaration for tags
3150         sorting function.
3151         (org-set-tags): Sort tags if org-tags-sort-function is set
3153 2009-07-08  Carsten Dominik  <carsten.dominik@gmail.com>
3155         * org-clock.el (org-clock-goto): Find hidden headlines as well.
3157         * org.el (org-narrow-to-subtree): Find hidden headlines as well.
3159         * org-plot.el (org-plot/add-options-to-plist): Add timeind
3160         option.
3162 2009-07-07  Carsten Dominik  <carsten.dominik@gmail.com>
3164         * org-publish.el (org-publish-remove-all-timestamps): New function.
3165         (org-publish-all): Remove all timestamp files if `org-publish-all'
3166         is called with a prefix argument.
3168         * org-list.el (org-indent-item): Fix typo.
3169         (org-item-indent-positions): Normalize ordered bullet.
3171         * org-html.el (org-export-html-home/up-format): New option.
3172         (org-export-as-html): Insert the up and HOME links.
3174 2009-07-06  Carsten Dominik  <carsten.dominik@gmail.com>
3176         * org-html.el (org-export-as-html): Insert the title into the
3177         option plist.
3178         (org-export-html-insert-plist-item): New function.
3179         (org-export-as-html): Call `org-export-html-insert-plist-item'.
3181         * org-macs.el (org-set-local): Make a local variable, do not make
3182         the variable buffer-local!
3184         * org-latex.el (org-export-as-latex): Call `org-install-letbind'.
3186         * org-html.el (org-export-as-html): Call `org-install-letbind'.
3188         * org-docbook.el (org-export-as-docbook): Call
3189         `org-install-letbind'.
3191         * org-ascii.el (org-export-as-ascii): Call `org-install-letbind'.
3193         * org-exp.el (org-infile-export-plist): Read BIND lines.
3194         (org-install-letbind): New function.
3195         (org-export-as-org, org-export-preprocess-string): Call
3196         `org-install-letbind'.
3198         * org-src.el (org-edit-src-exit): Untabify the example before
3199         returning to Org.
3201         * org-list.el (org-list-demote-modify-bullet): New option.
3202         (org-first-list-item-p): Save point.
3203         (org-fix-bullet-type): New optional argument FORCE-BULLET.
3204         (org-indent-item): Honor `org-list-demote-modify-bullet'.
3205         (org-item-indent-positions): Return bullet types along with
3206         indentation.
3208 2009-07-05  Carsten Dominik  <carsten.dominik@gmail.com>
3210         * org.el (org-show-entry): Hide drawers.
3212 2009-07-03  Carsten Dominik  <carsten.dominik@gmail.com>
3214         * org-footnote.el (org-footnote-auto-adjust): New option.
3215         (org-footnote-auto-adjust-maybe): New function.
3216         (org-footnote-new, org-footnote-delete): Call
3217         `org-footnote-auto-adjust-maybe'.
3219         * org.el (org-startup-options): Add new footnote-related
3220         keywords.
3222         * org-publish.el (org-publish-timestamp-filename): Additional
3223         arguments PUB-DIR and PUB-FUNC, which are included in the hash.
3224         (org-publish-needed-p): Additional arguments PUB-DIR PUB-FUNC
3225         TRUE-PUB-DIR.  Pass them through to
3226         `org-publish-timestamp-filename'.
3227         (org-publish-update-timestamp): Additional arguments PUB-DIR and
3228         PUB-FUNC, which are included in the hash.
3229         (org-publish-file): Delay timestamp test until the publishing
3230         function is known.
3232 2009-07-02  Carsten Dominik  <carsten.dominik@gmail.com>
3234         * org-agenda.el (org-agenda-bulk-action): Add scheduling and
3235         setting the deadline.
3237         * org.el (org-read-date-final-answer): New variable.
3238         (org-read-date): Store the final answer string, including the date
3239         from the calendar, for reuse by agenda bulk commands.
3241         * org-publish.el (org-publish-attachment): Fix publishing of
3242         attachments.
3244         * org-latex.el (org-export-latex-quotation-marks): Fix export of
3245         quotation makrs in parenthesis.
3246         (org-remove-initial-hash): New function.
3247         (org-export-latex-preprocess): Fix bug with infinite loop if
3248         environment is not properly closed.
3250         * org-table.el (org-table-get-remote-range): Find #+TBLNAME also
3251         when indented.
3253         * org.el (org-fontify-meta-lines-and-blocks): Make #+TBLNAME
3254         highlight also when indented.
3256 2009-07-01  Carsten Dominik  <carsten.dominik@gmail.com>
3258         * org-footnote.el (org-footnote-renumber-fn:N): New command.
3259         (org-footnote-action): Offer renumbering.
3261         * org.el (org-cycle): Honor the `integrate' value of
3262         org-cycle-include-plain-lists'.
3264         * org-list.el (org-cycle-include-plain-lists): New allowed value
3265         `internal'.  Improve the docstring.
3267         * org.el (org-set-autofill-regexps): Improve the paragraph-start
3268         regexp to work better with LaTeX commands.
3270 2009-06-30  Carsten Dominik  <carsten.dominik@gmail.com>
3272         * org-feed.el (org-feed-update): fix problem with non-existing
3273         buffer.
3274         (org-feed-skip-http-headers): New function.
3275         (org-feed-get-feed): Call `org-feed-skip-http-headers'.
3276         (org-feed-get-feed): Fix command line arguments for curl.
3278 2009-06-28  Carsten Dominik  <carsten.dominik@gmail.com>
3280         * org-latex.el (org-export-latex-inline-image-extensions): Add ps
3281         and eps extensions.
3283 2009-06-27  Carsten Dominik  <carsten.dominik@gmail.com>
3285         * org-agenda.el (org-write-agenda): Make sure org-icalendar is
3286         loaded.
3288         * org.el (org-map-entries): No longer force
3289         `org-tags-match-list-sublevels' to t during a todo-only tags
3290         search.
3292 2009-06-26  Carsten Dominik  <carsten.dominik@gmail.com>
3294         * org-latex.el (org-export-latex-low-levels): Allow user-defined
3295         environment.
3296         (org-export-latex-subcontent): Handle user-defined environment.
3298         * org-agenda.el (org-agenda-view-mode-dispatch): Add more keys to
3299         the View dispatcher.
3301         * org.el (org-hide-block-toggle): Use `org-make-overlay' instead of
3302         `make-overlay'.
3304         * org-latex.el (org-export-as-pdf): Protect match data during call
3305         to shell-quote-argument.
3307         * org-agenda.el (org-agenda-mode-map): Modify bulk action keys.
3308         (org-agenda-view-mode-dispatch): New function.
3310 2009-06-24  Carsten Dominik  <carsten.dominik@gmail.com>
3312         * org-agenda.el (org-agenda-mode): Reset list of marks.
3313         (org-agenda-mode-map): Define new keys for refile and bulk action.
3314         (org-agenda-menu): Add menu itesm for refile and bulk action.
3315         (org-agenda-refile): New function.
3316         (org-agenda-set-tags): Optional arguments TAG and ONOFF.
3317         (org-agenda-marked-entries): New variable.
3318         (org-agenda-bulk-select, org-agenda-remove-bulk-action-overlays)
3319         (org-agenda-remove-all-bulk-action-marks)
3320         (org-agenda-bulk-action): New functions/commands.
3322 2009-06-23  Carsten Dominik  <carsten.dominik@gmail.com>
3324         * org-exp.el (org-get-file-contents): Protect org-like lines in
3325         included files.
3326         (org-export-format-source-code-or-example): Remove newlines.
3328         * org-latex.el (org-export-latex-links): Check for no-description
3329         marking.
3331         * org-exp.el (org-export-preprocess-apply-macros): Switch macro
3332         argument separator back to comma.
3333         (org-export-normalize-links): Mark links without description.
3335 2009-06-22  Carsten Dominik  <carsten.dominik@gmail.com>
3337         * org-exp.el (org-infile-export-plist): Fix bug in macro
3338         processing.
3340         * org-agenda.el (org-agenda-clock-out): Update line after clocking
3341         out.
3342         (org-agenda-highlight-todo): Fix bug with highlighting.
3344 2009-06-21  Carsten Dominik  <carsten.dominik@gmail.com>
3346         * org.el (org-set-font-lock-defaults): Adapt formatting to capture
3347         new alignment strings.
3349         * org-table.el (orgtbl-self-insert-command): Add yas/expand to
3350         command list.
3351         (org-table-align): Check for forced align type.
3353         * org.el (org-self-insert-command): Add yas/expand to command
3354         list.
3356         * org-clock.el (org-clock-in-hook): New hook.
3357         (org-clock-in): Run `org-clock-in-hook.
3358         (org-clock-out-hook): New hook.
3359         (org-clock-out): Run `org-clock-out-hook.
3360         (org-clock-cancel-hook): New hook.
3361         (org-clock-cancel): Run `org-clock-cancel-hook.
3362         (org-clock-goto-hook): New hook.
3363         (org-clock-goto): Run `org-clock-goto-hook.
3365 2009-06-20  Carsten Dominik  <carsten.dominik@gmail.com>
3367         * org.el (org-store-link): Better default description for link to
3368         Org-mode headline.
3370         * org-exp.el (org-export-generic): Autoload the generic exporter
3371         function.
3372         (org-export): Implement the `g' key for the generic exporter.
3374 2009-06-19  Carsten Dominik  <carsten.dominik@gmail.com>
3376         * org-table.el (orgtbl-setup): Add a binding for `S-iso-lefttab',
3377         and for zbacktab'.
3379         * org-exp-blocks.el (org-ditaa-jar-path): Fix default ditaa path.
3381         * org-exp.el (org-infile-export-plist): Get macros also from
3382         #+SETUPFILE.
3384 2009-06-18  Carsten Dominik  <carsten.dominik@gmail.com>
3386         * org-colview.el (org-columns-capture-view): Protect vertical bars
3387         in column values.
3388         (org-columns-capture-view): Exclude comment and archived trees.
3390         * org-colview-xemacs.el (org-columns-capture-view): Protect
3391         vertical bars in column values.
3392         (org-columns-capture-view): Exclude comment and archived trees.
3394         * org.el (org-quote-vert): New function.
3396         * org-latex.el (org-export-latex-verbatim-wrap): New option.
3398         * org-exp.el (org-export-format-source-code-or-example): Use
3399         `org-export-latex-verbatim-wrap'.
3401         * org.el (org-clone-subtree-with-time-shift): Also shift inactive
3402         time stamps.
3404         * org-html.el (org-export-table-row-tags): New option.
3405         (org-format-org-table-html): Rename `nlines' to `nline', use new
3406         option.
3409 2009-06-17  Carsten Dominik  <carsten.dominik@gmail.com>
3411         * org-exp-blocks.el: Declare functions and variables.
3413         * org-remember.el (org-remember-templates): Allow the headline
3414         element to be a function.
3415         (org-remember-apply-template): If the headline is a function, call
3416         it to get the true function.
3418         * org-clock.el (org-clock-menu): New function.
3419         (org-clock-update-mode-line): Update help string.
3420         (org-clock-modify-effort-estimate): New function.
3421         (org-clock-mark-default-task): New function.
3423         * org.el (org-hh:mm-string-to-minutes): Also take just a number of
3424         minutes as input.
3425         (org-org-menu): Add new clocking stuff.
3426         (org-clock-is-active): New function.
3428 2009-06-14  Carsten Dominik  <carsten.dominik@gmail.com>
3430         * org.el (org-open-non-existing-files): Improve docstring.
3432 2009-06-11  Carsten Dominik  <carsten.dominik@gmail.com>
3434         * org-icalendar.el (org-icalendar-include-bbdb-anniversaries): New
3435         option.
3436         (org-export-icalendar): Call `org-bbdb-anniv-export-ical'.
3438         * org-bbdb.el (org-bbdb-anniv-export-ical): New function.
3440         * org-list.el (org-get-checkbox-statistics-face): Use the new
3441         faces.
3443         * org-faces.el (org-checkbox-statistics-todo)
3444         (org-checkbox-statistics-done): New faces.
3446 2009-06-09  Carsten Dominik  <carsten.dominik@gmail.com>
3448         * org-src.el (org-src-mode): Renamed from `org-exit-edit-mode'.
3449         (org-edit-src-exit): Better cursor positioning when returning from
3450         editing.
3452         * org-latex.el (org-export-latex-use-verb): New variable.
3453         (org-export-latex-emph-format): Prefer \texttt over \verb when
3454         org-export-latex-use-verb is set.
3456 2009-06-08  Carsten Dominik  <carsten.dominik@gmail.com>
3458         * org-docbook.el (org-export-docbook-close-lists-maybe): Also look
3459         at normal indentation.
3461         * org-html.el (org-export-html-close-lists-maybe): Also look at
3462         normal indentation.
3464         * org-remember.el (org-remember-handler): Abort remember if the
3465         buffer is empty.
3467         * org-src.el (org-edit-src-content-indentation): New option.
3468         (org-edit-src-exit): Apply extra indentation.
3470         * org-exp.el (org-export-format-source-code-or-example): Run
3471         `org-src-mode-hook'.
3473         * org-src.el (org-src-mode-hook): New variable.
3474         (org-edit-src-code): Run `org-src-mode-hook'.
3476 2009-06-07  Carsten Dominik  <carsten.dominik@gmail.com>
3478         * org.el (org-indent-line-function): Fix indentation of +#end lines.
3480         * org-src.el (org-edit-src-get-indentation): New function.
3481         (org-edit-src-code): Base indentation on the begin line.
3483 2009-06-07  Tassilo Horn  <tassilo@member.fsf.org>
3485         * org-gnus.el (org-gnus-store-link): Require message.el in
3486         org-gnus-store-link.
3488 2009-06-07  Carsten Dominik  <carsten.dominik@gmail.com>
3490         * org-src.el: New file, split out of org.el
3492         * org-docbook.el (org-export-as-docbook): Better indentation
3493         treatment.
3495         * org-macs.el (org-replace-match-keep-properties): New function.
3497         * org-exp.el (org-export-mark-blockquote-verse-center): Better
3498         preprocessing of center and quote and verse blocks.
3500         * org-docbook.el (org-export-docbook-close-lists-maybe): New function.
3501         (org-export-as-docbook): Close lists when original indentation
3502         mandates it.
3504         * org-html.el (org-export-html-close-lists-maybe): New function.
3505         (org-export-as-html): Close lists when original indentation
3506         mandates it.
3508         * org-list.el (org-list-end): Respect the stored "original"
3509         indentation when determining the end of the list.
3511         * org-exp.el (org-export-replace-src-segments-and-examples):
3512         Remember indentation correctly.
3514 2009-06-06  Carsten Dominik  <carsten.dominik@gmail.com>
3516         * org-clock.el (org-clock-update-mode-line): Apply face
3517         org-mode-line-clock.
3519         * org-faces.el (org-mode-line-clock): New face.
3521 2009-06-05  Tassilo Horn  <tassilo@member.fsf.org>
3523         * org-gnus.el (org-gnus-store-link): Fix bug where
3524         `org-gnus-store-link' used wrong subject when called in an article
3525         buffer.  Patch provided by fengli AT gmail DOT com.
3527 2009-06-04  Carsten Dominik  <carsten.dominik@gmail.com>
3529         * org-exp.el (org-export-format-source-code-or-example): Remember
3530         the original indentation of source code snippets and examples.
3532         * org-latex.el (org-export-as-latex): Relocate the table of
3533         contents.
3535         * org.el (org-ctrl-c-ctrl-c): Update clock lines.
3537         * org-agenda.el (org-run-agenda-series): Scope global options also
3538         when creating the agenda buffer.
3540 2009-06-03  Carsten Dominik  <carsten.dominik@gmail.com>
3542         * org.el (org-adapt-indentation): Improve documentation.
3543         (org-insert-property-drawer): Respect org-adapt-indentation when
3544         inserting the drawer.
3545         (org-remove-flyspell-overlays-in): New function.
3546         (org-do-emphasis-faces, org-activate-plain-links)
3547         (org-activate-code, org-fontify-meta-lines-and-blocks)
3548         (org-activate-angle-links, org-activate-footnote-links)
3549         (org-activate-bracket-links, org-activate-dates)
3550         (org-activate-target-links, org-activate-tags): Remove flyspell
3551         overlays.
3553 2009-06-02  Carsten Dominik  <carsten.dominik@gmail.com>
3555         * org.el (org-edit-src-save): New function.
3557         * org-clock.el (org-clock-out-switch-to-state): New option.
3558         (org-clock-out): Honor `org-clock-out-switch-to-state'.
3560         * org-compat.el (org-compatible-face): Improve macro.
3562         * org.el (org-global-properties-fixed): Add default for
3563         CLOCK_MODELINE_TOTAL.
3565         * org-clock.el (org-clock-sum): Accept lists and strigs as tstart
3566         andd tend.
3567         (org-clock-sum-current-item): Optional argument TSTART, pass it to
3568         org-clock-sum.
3569         (org-clock-get-sum-start): New function.
3571         * org.el (org-startup-options): New keywords blockhide and
3572         blockshow.
3573         (org-mode): Add new invisibility spec.
3574         (org-set-startup-visibility): Hide block on startup if so
3575         desired.
3576         (org-hide-block-startup): New option.
3577         (org-block-regexp): New constant.
3578         (org-hide-block-overlays): New variable.
3579         (org-block-map, org-hide-block-toggle-all, org-hide-block-all)
3580         (org-show-block-all, org-hide-block-toggle-maybe)
3581         (org-hide-block-toggle): New functions.
3582         (org-edit-src-exit): Do not quote lines starting with # and no +
3583         behind it.
3584         (org-auto-repeat-maybe): Add LAST_REPEAT properter for a repeating
3585         entry.
3587 2009-05-30  Carsten Dominik  <carsten.dominik@gmail.com>
3589         * org.el (org-buffer-property-keys): Add Effort property for
3590         completion.
3592 2009-05-28  Carsten Dominik  <carsten.dominik@gmail.com>
3594         * org-clock.el (org-clock-sum-current-item): Fix positioning bug
3595         when retrieving total clocked time in the subtree.
3597         * org.el (org-quoting-blocks): New variable.
3599 2009-05-27  Carsten Dominik  <carsten.dominik@gmail.com>
3601         * org-table.el (org-table-store-formulas)
3602         (org-table-get-stored-formulas, org-table-fix-formulas)
3603         (org-table-edit-formulas, orgtbl-ctrl-c-ctrl-c)
3604         (orgtbl-gather-send-defs): Allow indented #+TBLFM line.
3606         * org.el (org-fontify-meta-lines, org-ctrl-c-ctrl-c): Allow
3607         indented #+TBLFM line.
3609         * org-footnote.el (org-footnote-goto-local-insertion-point): Allow
3610         indented #+TBLFM line.
3612         * org-colview.el (org-dblock-write:columnview): Allow indented
3613         #+TBLFM line.
3615         * org-colview-xemacs.el (org-dblock-write:columnview): Allow
3616         indented #+TBLFM line.
3618         * org-clock.el (org-dblock-write:clocktable): Allow indented
3619         #+TBLFM line.
3621 2009-05-26  Carsten Dominik  <carsten.dominik@gmail.com>
3623         * org-exp.el (org-export-format-source-code-or-example): Make
3624         editing indented blocks work correctly.
3626         * org.el (org-edit-src-nindent): New variable.
3627         (org-edit-src-code, org-edit-fixed-width-region)
3628         (org-edit-src-find-region-and-lang, org-edit-src-exit): Make
3629         editing indented blocks work correctly.
3631 2009-05-24  Carsten Dominik  <carsten.dominik@gmail.com>
3633         * org-exp.el (org-export-replace-src-segments-and-examples): FInd
3634         indented blocks.
3635         (org-export-format-source-code-or-example): Fix indentation of
3636         blocks.
3637         (org-export-remove-indentation): New function.
3638         (org-export-select-backend-specific-text): Allow backend-specific
3639         code to be indented.
3640         (org-export-mark-blockquote-verse-center): Allow markers to be
3641         indented.
3643         * org.el (org-fontify-meta-lines): New function.
3644         (org-set-font-lock-defaults): Call the new fontification
3645         function.
3647         * org-faces.el (org-meta-line): New face
3648         (org-block):  New face.
3650 2009-05-27  Carsten Dominik  <carsten.dominik@gmail.com>
3652         * org.el (org-treat-insert-todo-heading-as-state-change)
3653         (org-treat-S-cursor-todo-selection-as-state-change): New
3654         variables.
3655         (org-insert-todo-heading): Honor
3656         `org-treat-insert-todo-heading-as-state-change'.
3657         (org-shiftright, org-shiftleft): Honor
3658         `org-treat-S-cursor-todo-selection-as-state-change'.
3659         (org-inhibit-logging): New variable.
3661 2009-05-23  Carsten Dominik  <carsten.dominik@gmail.com>
3663         * org-agenda.el (org-remove-subtree-entries-from-agenda): Reduce
3664         range for marker position checking.
3666         * org-latex.el (org-export-latex-first-lines): Fix bug when
3667         exporting a region.
3669 2009-05-22  Carsten Dominik  <carsten.dominik@gmail.com>
3671         * org-exp.el (org-export-push-to-kill-ring): Protect using
3672         x-set-selection, because that does not always work.
3674         * org-agenda.el (org-agenda-list): Apply the new face
3675         `org-agenda-date-today'.
3677         * org-faces.el (org-agenda-date-today): New face.
3679 2009-05-21  Carsten Dominik  <carsten.dominik@gmail.com>
3681         * org-agenda.el (org-agenda-to-appt): Turn off restriction when
3682         creating appointments.
3684         * org-latex.el (org-export-latex-low-levels): Fix customization
3685         type.
3687         * org.el (org-priority, org-shiftup, org-shiftdown): Disable
3688         priority commands.
3690         * org-agenda.el (org-agenda-priority): Disable priority commands.
3692         * org.el (org-enable-priority-commands): New option.
3694         * org-colview-xemacs.el (org-columns-compute)
3695         (org-columns-number-to-string): Fix problems with empty fields.
3697         * org-colview.el (org-columns-compute)
3698         (org-columns-number-to-string): Fix problems with empty fields.
3700         * org-exp.el (org-export-push-to-kill-ring): New function.
3701         (org-export-copy-to-kill-ring): New option.
3703         * org-latex.el (org-export-as-latex): Call
3704         `org-export-push-to-kill-ring'.
3706         * org-html.el (org-export-as-html): Call
3707         `org-export-push-to-kill-ring'.
3709         * org-docbook.el (org-export-as-docbook): Call
3710         `org-export-push-to-kill-ring'.
3712         * org-ascii.el (org-export-as-ascii): Call
3713         `org-export-push-to-kill-ring'.
3715         * org-exp.el (org-export-show-temporary-export-buffer): New
3716         option.
3718         * org-latex.el (org-export-as-latex): Use
3719         `org-export-show-temporary-export-buffer'.
3721         * org-html.el (org-export-as-html): Use
3722         `org-export-show-temporary-export-buffer'.
3724         * org-docbook.el (org-export-as-docbook): Use
3725         `org-export-show-temporary-export-buffer'.
3727         * org-ascii.el (org-export-as-ascii-to-buffer): Use
3728         `org-export-show-temporary-export-buffer'.
3730         * org-exp.el (org-export-show-temporary-export-buffer): New
3731         option.
3732         (org-export-push-to-kill-ring): New function.
3734         * org-colview.el (org-columns-compile-map): New variable.
3735         (org-columns-new, org-columns-compute)
3736         (org-columns-number-to-string, org-columns-uncompile-format)
3737         (org-columns-compile-format): Implement new operators.
3739 2009-05-20  Carsten Dominik  <carsten.dominik@gmail.com>
3741         * org-exp.el (org-export-plist-vars): Add :xml-declaration.
3743         * org-html.el (org-export-html-xml-declaration): New option.
3744         (org-export-as-html): Use `org-export-html-xml-declaration'.
3746         * org-list.el (org-update-checkbox-count): Make property
3747         dependent.
3749         * org.el (org-hierarchical-todo-statistics): New option.
3750         (org-update-parent-todo-statistics): Modified to handle recursive
3751         statistics.
3753 2009-05-19  Carsten Dominik  <carsten.dominik@gmail.com>
3755         * org-publish.el (org-publish): Make this function behave
3756         correctly in interactive use when called with a prefix argument.
3758         * org.el (org-todo-statistics-hook): New hook.
3759         (org-update-parent-todo-statistics): Use new hook.
3760         (org-log-into-drawer): New function.
3761         (org-add-log-setup): Use the new `org-log-into-drawer' function to
3762         determine if we should be logging into a drawer.
3763         (org-log-into-drawer): Update docstring.
3764         (org-default-properties): Add LOG_INTO_DRAWER as a property.
3766         * org-list.el (org-checkbox-statistics-hook): New hook.
3767         (org-update-checkbox-count-maybe): Use new hook.
3769         * org-ascii.el (org-export-ascii-copy-to-kill): New option.
3770         (org-export-as-ascii): Hide export buffer, and copy exported ASCII
3771         to kill ring.
3773 2009-05-17  Carsten Dominik  <carsten.dominik@gmail.com>
3775         * org-ascii.el (org-export-as-ascii): Fix bug with match string in
3776         a line.
3778 2009-05-16  Carsten Dominik  <carsten.dominik@gmail.com>
3780         * org.el (org-edit-src-code, org-edit-fixed-width-region): Use a
3781         better bufer-generating mechanism.
3782         (org-edit-src-find-buffer): New function.
3784         * org-icalendar.el (org-print-icalendar-entries): Don't check for
3785         archive tag, this is already done by `org-agenda-skip'.
3786         data while constructing lost of tags.
3788 2009-05-15  Carsten Dominik  <carsten.dominik@gmail.com>
3790         * org-exp.el (org-export-preprocess-apply-macros): Use semicolon
3791         as argument separator in macros.
3793         * org-html.el (org-export-as-html): Add xml declaration.
3795 2009-05-14  Carsten Dominik  <carsten.dominik@gmail.com>
3797         * org.el (org-after-sorting-entries-or-items-hook): New hook.
3798         (org-sort-entries-or-items): Run the new hook.
3799         (org-after-refile-insert-hook): New hook.
3800         (org-refile): Run `org-after-refile-insert-hook'.
3802         * org-agenda.el (org-agenda-get-progress): Never take time of day
3803         from headline when displaying progress.
3805         * org-latex.el (org-export-latex-complex-heading-re): New variable.
3806         (org-export-as-latex): Force the correct regexp in the
3807         preprocessor buffer.
3808         (org-export-latex-set-initial-vars): Set
3809         `org-export-latex-complex-heading-re'.
3811         * org-agenda.el (org-agenda-start-with-log-mode): New option.
3812         (org-agenda-mode): Use `org-agenda-start-with-log-mode'.
3814 2009-05-13  Carsten Dominik  <carsten.dominik@gmail.com>
3816         * org-latex.el (org-export-latex-tables-centered): New option.
3817         (org-export-latex-tables): Use `org-export-latex-tables-centered'.
3819         * org-exp.el (org-export-as-org): New command.
3820         (org-export-as-org): New command.
3822         * org-publish.el (org-publish-org-to-org): New function.
3824 2009-05-12  Carsten Dominik  <carsten.dominik@gmail.com>
3826         * org.el (org-yank): Just call `org-yank-generic'.
3827         (org-yank-generic): New function, containing the formaer
3828         functionality of `org-yank'.
3830         * org-latex.el (org-export-latex-not-done-keywords)
3831         (org-export-latex-done-keywords): New variables.
3832         (org-export-latex-todo-keyword-markup): New option.
3833         (org-export-latex-set-initial-vars): Remember the TODO keywords.
3834         (org-export-latex-keywords-maybe): Apply the TODO markup.
3836 2009-05-11  Carsten Dominik  <carsten.dominik@gmail.com>
3838         * org-exp.el (org-infile-export-plist): Add more default macros.
3839         (org-export-preprocess-apply-macros): Process macro arguments.
3841 2009-05-10  Carsten Dominik  <carsten.dominik@gmail.com>
3843         * org-icalendar.el (org-icalendar-include-todo): New allowedvalue
3844         `unblocked'.
3845         (org-print-icalendar-entries): Respect the new value of
3846         `org-icalendar-include-todo'.
3848         * org.el (org-link-try-special-completion)
3849         (org-file-complete-link): New functions.
3850         (org-insert-link): Add special completion support for some link
3851         types.
3853         * org-bbdb.el (org-bbdb-complete-link): New function.
3855 2009-05-08  Carsten Dominik  <carsten.dominik@gmail.com>
3857         * org-list.el (org-update-checkbox-count): Allow recursive
3858         statistics.
3859         (org-hierarchical-checkbox-statistics): New option.
3861         * org.el (org-cycle): Remove erraneous space character.
3863         * org-icalendar.el (org-icalendar-timezone): Initialize from
3864         environment.
3866         * org-html.el (org-format-org-table-html): Specify the scope.
3867         (org-format-table-table-html): Specify the scope.
3868         (org-export-table-header-tags): Prepare the scope parameter.
3870 2009-05-07  Carsten Dominik  <carsten.dominik@gmail.com>
3872         * org-html.el
3873         (org-export-html-table-use-header-tags-for-first-column): New
3874         option.
3876         * org.el (org-autoload): Fix autoloading of ascii export
3877         functions.
3878         (org-modules): Add org-special-blocks.
3880 2009-05-06  Carsten Dominik  <carsten.dominik@gmail.com>
3882         * org-icalendar.el (org-start-icalendar-file): Use the new option.
3883         (org-ical-timezone): New option.
3885         * org-exp.el (org-export-get-coderef-format): Use the description
3886         is present.
3888         * org.el (org-sort-entries-or-items): Improve docstring, and make
3889         better implementation for time sorting.
3891 2009-05-05  Carsten Dominik  <carsten.dominik@gmail.com>
3893         * org.el (org-edit-src-persistent-message): New option.
3894         (org-edit-src-code, org-edit-fixed-width-region): Use the new
3895         option.
3897         * org-clock.el (org-clock-insert-selection-line): Fix prefious
3898         patch.
3900         * org.el (org-edit-src-code, org-edit-fixed-width-region): Use
3901         separate buffer instead of indirect buffer to edit source code.
3902         (org-edit-src-exit): Make this function work with the new setup.
3904         * org-clock.el (org-clock-insert-selection-line): Make sure tasks
3905         are properly fontified before shown in the selection menu.
3907         * org.el (org-fontify-like-in-org-mode): New function.
3909         * org-latex.el (org-export-latex-links): Use the property list to
3910         retrieve the default image attributes.
3912         * org-exp.el (org-export-plist-vars): Add a new option.
3914 2009-05-04  Carsten Dominik  <carsten.dominik@gmail.com>
3916         * org-exp.el (org-export, org-export-visible): Support ASCII
3917         export to buffer
3918         (org-export-normalize-links): Do not protect the description if it
3919         is explicitly given.
3921         * org-ascii.el (org-export-as-ascii-to-buffer)
3922         (org-replace-region-by-ascii, org-export-region-as-ascii): New
3923         commands.
3924         (org-export-as-ascii): Add all the same parameters that are also
3925         supported by the other export functions.
3927         * org-list.el (org-reset-checkbox-state-subtree): Moved here from
3928         org-checklist.el.
3929         (org-reset-checkbox-state-subtree): Call
3930         `org-reset-checkbox-state-subtree'.
3932         * org-remember.el (org-select-remember-template): For the
3933         selection of a valid template.
3935         * org-latex.el (org-export-region-as-latex): Supply the
3936         force-no-subtree argument.
3937         (org-export-as-latex): Provide better limits when exporting the
3938         first line.  When exporting to string, we still want the first
3939         lines.
3940         (org-export-latex-first-lines): New argument END, to force the end
3941         of the region.
3942         (org-export-region-as-latex): Use the property list.
3943         (org-export-as-latex):
3945         * org-colview-xemacs.el (org-columns-remove-overlays)
3946         (org-columns): Fix call to `local-variable-p'.
3948 2009-05-02  Carsten Dominik  <carsten.dominik@gmail.com>
3950         * org-html.el (org-export-html-after-blockquotes-hook): New hook.
3951         (org-export-as-html): Run the new hook.
3953         * org-latex.el (org-export-latex-after-blockquotes-hook): New hook.
3954         (org-export-latex-preprocess): Run the new hook.
3956         * org-exp.el (org-export-preprocess-after-blockquote-hook): New hook.
3957         (org-export-preprocess-string): Run the new hook.
3959 2009-04-30  Carsten Dominik  <carsten.dominik@gmail.com>
3961         * org-macs.el (org-check-external-command): New defsubst.
3963         * org.el (org-mode-map): New key for reload.
3964         (org-format-latex): Better error message when external programs
3965         are not available.
3967         * org-agenda.el (org-agenda-mode-map): Bind `org-reload'.
3969         * org.el (org-sort-entries-or-items): Explicit sorting function
3970         for priorities, needed for XEmacs compatibility.
3972         * org-remember.el (org-remember-apply-template): Improve auto-save
3973         behavior.
3975 2009-04-29  Carsten Dominik  <carsten.dominik@gmail.com>
3977         * org-latex.el (org-export-latex-preprocess): Also protect
3978         environments ending in a star.
3980         * org-list.el (org-at-item-p): Fix regular expression.
3982 2009-04-24  Carsten Dominik  <carsten.dominik@gmail.com>
3984         * org.el (org-end-of-subtree): Improve speed.
3986         * org-agenda.el (org-agenda-get-timestamps)
3987         (org-agenda-get-progress, org-agenda-get-deadlines)
3988         (org-agenda-get-scheduled, org-agenda-get-blocks): Optimizations,
3989         in particular, wait as long as possible to collect the tags.
3990         (org-stuck-projects): Improve docstring.
3992         * org.el (org-store-link): No errors when getting custom id before
3993         first headline.
3994         (org-get-tags-at): Use `org-up-heading-safe' when getting tags.
3996 2009-04-23  Carsten Dominik  <carsten.dominik@gmail.com>
3998         * org.el (org-prepare-agenda-buffers): Catch a throw to nextfile.
4000         * org-protocol.el: Remove dependency on url.el.
4001         (org-protocol-unhex-compound, org-protocol-open-source): Remove
4002         dependency on url.el.
4004         * org-latex.el (org-export-as-pdf): Use
4005         `org-latex-to-pdf-process'.
4007 2009-04-22  Carsten Dominik  <carsten.dominik@gmail.com>
4009         * org-latex.el (org-latex-to-pdf-process): New option.
4011         * org-agenda.el (org-agenda-skip-additional-timestamps-same-entry):
4012         New option.
4013         (org-agenda-get-timestamps): Honor
4014         `org-agenda-skip-additional-timestamps-same-entry'.
4016         * org-clock.el (org-clock-goto-may-find-recent-task): New option.
4017         (org-clock-goto): Find recent task only if
4018         `org-clock-goto-may-find-recent-task' allows it.
4020         * org-exp.el (org-export-remove-or-extract-drawers): Handle empty
4021         drawers, and drawers that are missing the :END: line.
4023 2009-04-21  Carsten Dominik  <carsten.dominik@gmail.com>
4025         * org-clock.el (org-clock-goto): Go to recently clocked task if no
4026         clock is running.
4028 2009-04-21  Carsten Dominik  <carsten.dominik@gmail.com>
4030         * org.el (org-update-parent-todo-statistics): Check for
4031         STATISTICS_FROM property.
4033         * org-list.el (org-update-checkbox-count): Check for
4034         STATISTICS_FROM property.
4036         * org.el (org-tab-first-hook)
4037         (org-tab-after-check-for-table-hook)
4038         (org-tab-after-check-for-cycling-hook): New hooks.
4039         (org-cycle-internal-global, org-cycle-internal-local): New
4040         functions, split out from `org-cycle'.
4041         (org-cycle): Call the new hooks.
4043 2009-04-19  Carsten Dominik  <carsten.dominik@gmail.com>
4045         * org-exp.el (org-export-preprocess-string): Reset the list of
4046         preferred targets for each run of the preprocessor.
4048         * org.el (org-refile-target-verify-function): Improve
4049         documentation.
4050         (org-get-refile-targets): Respect point being moved by the
4051         verification function.
4053         * org-latex.el (org-export-latex-timestamp-keyword-markup): New
4054         option.
4055         (org-export-latex-keywords): Use new option.
4057         * org.el (org-rear-nonsticky-at): New defsubst.
4058         (org-activate-plain-links, org-activate-angle-links)
4059         (org-activate-footnote-links, org-activate-bracket-links)
4060         (org-activate-dates, org-activate-target-links)
4061         (org-activate-tags): Place the rear-nonsticky properties at the
4062         correct location.
4064 2009-04-18  Carsten Dominik  <carsten.dominik@gmail.com>
4066         * org-protocol.el (server-edit): Declare `server-edit'.
4067         (org-protocol-unhex-string, org-protocol-unhex-compound): New
4068         functions.
4069         (org-protocol-check-filename-for-protocol): Call `server-edit'.
4071         * org.el (org-default-properties): New default properteis for
4072         completion.
4074         * org-exp.el (org-export-add-subtree-options): Add new properties
4075         for subtree export.
4077         * org-docbook.el (org-export-docbook-keywords-markup)
4078         (org-export-docbook-timestamp-markup): New options.
4079         (org-export-docbook-protect-tags): New function.
4081 2009-04-17  Carsten Dominik  <carsten.dominik@gmail.com>
4083         * org-id.el (org-id-get-with-outline-path-completion): Turn off
4084         org-refile-target-verify-function for the duration of the command.
4086         * org.el (org-link-to-org-use-id): New possible value
4087         `create-if-interactive-and-no-custom-id'.
4088         (org-store-link): Use custom IDs.
4089         (org-link-search): Find custom ID properties from #link.
4090         (org-default-properties): Add CUSTOM_ID for property completion.
4091         (org-refile-target-verify-function): New option.
4092         (org-goto): Turn off org-refile-target-verify-function
4093         for the duration of the command.
4095 2009-04-16  Carsten Dominik  <carsten.dominik@gmail.com>
4097         * org-html.el (org-export-as-html): Use custom IDs in the toc.
4099         * org-exp.el (org-export-preferred-target-alist): New variable.
4100         (org-export-define-heading-targets): Find the new CUSTOM_ID
4101         property.
4102         (org-export-target-internal-links): Target the custom ids when
4103         possible.
4105         * org-latex.el (org-export-latex-preprocess): Better regexp for
4106         matching latex macros with arguments.
4108 2009-04-15  Carsten Dominik  <carsten.dominik@gmail.com>
4110         * org-remember.el (org-remember-handler): Allow filing to non-org
4111         files.
4113 2009-04-15  Magnus Henoch <magnus.henoch@gmail.com>
4115         * org-feed.el (org-feed-alist): New keyword options.
4116         (org-feed-update): Use the new options.
4117         (org-feed-parse-rss-feed): Renamed from `org-feed-parse-feed'.
4118         (org-feed-parse-rss-entry): Renamed from `org-feed-parse-entry'.
4119         (org-feed-parse-atom-feed, org-feed-parse-atom-entry): New
4120         functions.
4122         * org-table.el (org-table-fix-formulas): Do not change references
4123         to remote tables.
4124         (org-table-get-remote-range): Convert standard coordinates to RC
4125         format.
4127         * org-latex.el (org-export-latex-keywords): Fix regexp bug.
4129 2009-04-14  Carsten Dominik  <carsten.dominik@gmail.com>
4131         * org-compat.el (org-sha1-string): Function removed.
4133         * org.el (org-refile-allow-creating-parent-nodes): New option.
4134         (org-refile-get-location): New argument NEW-NODES.
4135         (org-refile): Call `org-refile-get-location' with the new
4136         argument.
4137         (org-refile-get-location): Arrange for adding a new child.
4138         (org-refile-new-child): New function.
4140         * org-html.el (org-html-handle-time-stamps): Wrap time stamps into
4141         an additional span element.
4143         * org-clock.el: Fix a number of docstrings.
4144         (org-clock-find-position): New argument
4145         FIND-UNCLOSED to make the function find an unclosed clock in the
4146         entry.
4147         (org-clock-in): Call `org-clock-find-position' with the new
4148         argument if we might be resuming a clock.
4150 2009-04-13  Carsten Dominik  <carsten.dominik@gmail.com>
4152         * org-latex.el (org-export-latex-display-custom-times): New variable.
4153         (org-export-latex-timestamp-markup): New option.
4154         (org-export-latex-set-initial-vars): Remember the local value of
4155         `org-display-custom-times'.
4156         (org-export-latex-content): Process time stamps.
4157         (org-export-latex-time-stamps): New function.
4159         * org-macs.el (org-maybe-intangible): Add intangible property
4160         again to invisible text.
4162 2009-04-12  Carsten Dominik  <carsten.dominik@gmail.com>
4164         * org-exp.el (org-default-export-plist): Handle undefined
4165         variables.
4167 2009-04-11  Carsten Dominik  <carsten.dominik@gmail.com>
4169         * org.el (org-sort-entries-or-items): Match TODO keywrds
4170         case-sensitively, when sorting.
4171         (org-priority): Do not match TODO keywords with wrong case.
4173 2009-04-09  Carsten Dominik  <carsten.dominik@gmail.com>
4175         * org-feed.el (org-feed-update): Bind the variable
4176         `new-formatted'.
4178         * org-html.el (org-export-as-html): Start paragraphs after literal
4179         examples.
4181         * org-docbook.el (org-export-as-docbook): Start paragraphs after
4182         literal examples.
4184 2009-04-08  Carsten Dominik  <carsten.dominik@gmail.com>
4186         * org.el (org-todo): Honor the NOBLOCKING property.
4188         * org-agenda.el (org-agenda-dim-blocked-tasks): Honor the
4189         NOBLOCKING property.
4191         * org.el (org-scan-tags): Fix bug in tag scanner
4193 2009-04-07  Carsten Dominik  <carsten.dominik@gmail.com>
4195         * org.el (org-modules): Mark obsolete packages.
4197         * org-html.el: New file, split out from org-exp.el.
4199         * org-icalendar.el: New file, split out from org-exp.el.
4201         * org-xoxo.el: New file, split out from org-exp.el.
4203         * org-ascii.el: New file, split out from org-exp.el.
4205 2009-04-06  Carsten Dominik  <carsten.dominik@gmail.com>
4207         * org-compat.el (org-find-library-name): New function.
4209         * org.el (org-pre-cycle-hook): New hook.
4210         (org-cycle): Call the new hook in appropriate places.
4211         (org-reload): Only reload files that have been loaded before.
4213 2009-04-05  Carsten Dominik  <carsten.dominik@gmail.com>
4215         * org.el (org-set-font-lock-defaults): Enforxe space or line end
4216         after todo keyword.
4217         (org-todo): When changing TODO state, do matching
4218         case-sensitively.
4219         (org-map-continue-from): New variable.
4220         (org-scan-tags): Respect values in `org-map-continue-from'.
4221         (org-reload): Make XEmacs compatible.
4223 2009-04-04  Carsten Dominik  <carsten.dominik@gmail.com>
4225         * org-protocol.el (org-protocol-flatten-greedy): New function.
4226         (org-protocol-flatten): New function.
4228         * org.el (org-open-link-from-string): Pass reference buffer to
4229         `org-open-at-point'.
4230         (org-open-at-point): New optional argument `reference-buffer'.
4232 2009-04-03  Carsten Dominik  <carsten.dominik@gmail.com>
4234         * org.el (org-scan-tags): Make tag scan find headline in first
4235         line, 2nd attempt.
4236         (org-get-refile-targets): Add the naked file name.
4237         (org-refile): Store as top-level entry when only file name was
4238         given.
4240         * org-agenda.el (org-agenda-get-progress): Fix regexp bug.
4242         * org.el (org-block-todo-from-children-or-siblings-or-parent):
4243         Renamed from org-block-todo-from-children-or-siblings, and
4244         enhanced to look for the parent's status as well.
4246         * org-agenda.el (org-agenda-log-mode-add-notes): New option.
4247         (org-agenda-get-progress): Add first notes line to log entry if so
4248         desired.
4250 2009-04-02  Carsten Dominik  <carsten.dominik@gmail.com>
4252         * org-agenda.el (org-agenda-cleanup-fancy-diary-hook): New hook.
4253         (org-agenda-cleanup-fancy-diary): Call the new hook.
4255         * org-remember.el (org-remember-apply-template): Take the default
4256         for the annotation from the :annotation property.
4258         * org-mac-message.el (org-mac-message-get-link): Remove the
4259         quotes.
4260         (org-mac-message-get-link): Return the result.
4262 2009-04-01  Carsten Dominik  <carsten.dominik@gmail.com>
4264         * org.el (org-refile-get-location): Add file name only if not
4265         already included in outline path.
4267         * org-faces.el (org-n-level-faces): Fix customization type from
4268         number to integer.
4270         * org-exp.el (org-export-headline-levels): Fix customization type
4271         from number to integer.
4273         * org-agenda.el (org-agenda-confirm-kill)
4274         (org-agenda-custom-commands-local-options)
4275         (org-timeline-show-empty-dates, org-agenda-ndays)
4276         (org-agenda-start-on-weekday, org-scheduled-past-days): Fix
4277         customization type from number to integer.
4279 2009-03-31  Carsten Dominik  <carsten.dominik@gmail.com>
4281         * org-protocol.el: Declare some functions.
4283         * org-inlinetask.el (org-inlinetask-export-handler): Fix line
4284         postion before inserting modified headline.
4286         * org-agenda.el (org-agenda-compare-effort): Honor
4287         `org-sort-agenda-noeffort-is-high'.
4288         (org-agenda-filter-by-tag, org-agenda-filter-make-matcher)
4289         (org-agenda-compare-effort): Implement the "?" operator for
4290         finding entries without effort setting.
4292         * org.el (org-extract-attributes-from-string): New function.
4294         * org-exp.el (org-export-splice-attributes): New function.
4296 2009-03-30  Carsten Dominik  <carsten.dominik@gmail.com>
4298         * org-mouse.el: XEmacs compatibility fixes
4300         * org-docbook.el (org-export-as-docbook): Process footnotes like
4301         normal text.
4303         * org.el (org-modules): Add org-inlinetasks.el
4304         (org-cycle): Implement limiting level on cycling.
4305         (org-move-subtree-down): Fix bug with swapping subtrees at end of
4306         buffer.
4308         * org-inlinetask.el: New file.
4310         * org.el (org-emphasis-regexp-components): Allow braces in
4311         emphasis pre and post match.
4313         * org-footnote.el (org-footnote-normalize): When only dorting, do
4314         not insert inline notes at the end.
4316         * org-docbook.el (org-id-find-id-file): Add function declaration.
4318         * org.el (org-require-autoloaded-modules): Add org-docbook.el.
4320         * org-docbook.el: New file.
4322 2009-03-28  Carsten Dominik  <carsten.dominik@gmail.com>
4324         * org.el (org-reftex-citation): New command.
4326 2009-03-27  Carsten Dominik  <carsten.dominik@gmail.com>
4328         * org-agenda.el (org-agenda-cmp-user-defined): New option.
4329         (org-sorting-choice, org-agenda-sorting-strategy): Add the new
4330         sorting options.
4331         (org-entries-lessp): Apply the new sorting option.
4333         * org.el (org-block-todo-from-children-or-siblings): Fix bug in
4334         blocker code, when an older sibling has children.
4336         * org-mac-message.el (org-mac-message-get-link): Improve getting
4337         links from multiple selected messages.
4339 2009-03-26  Carsten Dominik  <carsten.dominik@gmail.com>
4341         * org-remember.el (org-remember-finalize): Do not set buffer file
4342         name to nil.
4343         (org-remember-handler): Mark buffer as unmodified.
4344         (org-remember-handler): Delete backup file and show message about
4345         remaining backup files.
4346         (org-remember-auto-remove-backup-files): New option.
4348         * org.el (org-store-link): Use buffer name as link description in
4349         w3-mode buffers.
4350         (org-ido-switchb): Fix argument bug for completion.
4352         * org-remember.el (org-remember-apply-template): Set local
4353         variable `auto-save-visited-file-name' instead of global one.
4355 2009-03-25  Carsten Dominik  <carsten.dominik@gmail.com>
4357         * org-feed.el: Re-write.
4359         * org-agenda.el (org-agenda-get-todos): Fix bug with match-data.
4360         (org-agenda-get-todos): Mark file tags as inherited.
4361         (org-agenda-list): Always search diary lines for a time.
4363 2009-03-24  Carsten Dominik  <carsten.dominik@gmail.com>
4365         * org-feed.el (org-feed-assume-stable): New option.
4366         (org-feed-before-adding-hook): New hook.
4368         * org-exp.el (org-export-as-html): Close local lists depending on
4369         indentation, also when starting a table.
4371         * org-remember.el (org-remember-backup-directory)
4372         (org-remember-backup-name): New internal variable.
4374 2009-03-23  Carsten Dominik  <carsten.dominik@gmail.com>
4376         * org-clock.el (org-clock-out-if-current): Make buffer detection
4377         work in indirect buffers as well.
4379         * org.el (org-emphasis-regexp-components): Add the exxclamation
4380         mark to the post-emphasis characters.
4382 2009-03-22  Carsten Dominik  <carsten.dominik@gmail.com>
4384         * org.el (org-read-date-minibiffer-septup-hook): New hook.
4385         (org-read-date): Run the new hook.
4387         * org-mac-message.el (org-mac-flagged-mail): New group.
4388         (org-mac-mail-account): New variable.
4389         (org-mac-create-flagged-mail, org-mac-insert-flagged-mail): New
4390         commands.
4392         * org-remember.el (org-remember-backup-directory): New variable.
4393         (org-remember-apply-template): Write file to backup directory.
4395 2009-03-21  Carsten Dominik  <carsten.dominik@gmail.com>
4397         * org-mouse.el (org-mouse-todo-menu): New function.
4398         (org-mouse-todo-keywords): Function removed.
4399         (org-mouse-context-menu): Use `org-mouse-todo-menu'.
4401         * org-table.el (org-table-beginning-of-field)
4402         (org-table-end-of-field): New commands
4403         (org-table-previous-field, org-table-beginning-of-field): Better
4404         error messages.
4405         (orgtbl-setup): Include `M-a' and `M-e'.
4407         * org.el (org-backward-sentence, org-forward-sentence): New
4408         commands.
4410         * org-colview.el (org-colview-initial-truncate-line-value): New
4411         variable.
4412         (org-columns-remove-overlays): Restore the value of `truncate-lines'.
4413         (org-columns): Remember the value of `truncate-lines'.
4415         * org-colview-xemacs.el (org-colview-initial-truncate-line-value):
4416         New variable.
4417         (org-columns-remove-overlays): Restore the value of
4418         `truncate-lines'.
4419         (org-columns): Remember the value of `truncate-lines'.
4421         * org.el (org-columns-skip-arrchived-trees): New option.
4423         * org-agenda.el (org-agenda-export-html-style): Define color for
4424         org-agenda-done face.
4425         (org-search-view, org-agenda-get-todos, org-agenda-get-progress)
4426         (org-agenda-get-deadlines, org-agenda-get-scheduled): Use new face.
4428         * org.el (org-scan-tags): Use the new face.
4430         * org-faces.el (org-agenda-done): New face.
4432         * org.el (org-scan-tags): Test the value org
4433         `org-tags-match-list-sublevels'.
4434         (org-tags-match-list-sublevels): New allowed value: indented.
4436         * org-export-latex.el (org-export-latex-make-header): Apply macros
4437         in header.
4439         * org-exp.el (org-export-apply-macros-in-string): New function.
4441         * org-export-latex.el (org-export-latex-list-parameters): Fix bug
4442         with the definition of a checked box.
4444         * org-clock.el (org-clock-find-position): Fix drawer indentations.
4446         * org-export-latex.el (org-export-latex-low-levels): More options
4447         for how to process lower levels in LaTeX.
4448         (org-export-latex-subcontent): Better treatment for lists as a
4449         means of publishing lower levels.
4451 2009-03-20  Carsten Dominik  <carsten.dominik@gmail.com>
4453         * org.el (org-set-font-lock-defaults): Use new checkbox face.
4455         * org-faces.el (org-checkbox): New face.
4457         * org-exp.el (org-export-html-preprocess): Only create LaTeX
4458         fragement images if there is an export file.
4460 2009-03-19  Carsten Dominik  <carsten.dominik@gmail.com>
4462         * org-agenda.el (org-stuck-projects): Document that the subtree of
4463         projects that are not stuck will now be searched for stuck
4464         sub-projects.
4465         (org-agenda-skip-entry-when-regexp-matches)
4466         (org-agenda-skip-entry-when-regexp-matches-in-subtree): New functions.
4467         (org-agenda-list-stuck-projects): Use
4468         `org-agenda-skip-entry-when-regexp-matches-in-subtree'.
4470         * org-export-latex.el (org-export-latex-preprocess): Improve
4471         export of verses.
4473         * org-exp.el (org-export-as-html): Implement centering as a div
4474         rather than a paragraph.  Do a better job with line-end in verse
4475         environments.
4477 2009-03-17  Carsten Dominik  <carsten.dominik@gmail.com>
4479         * org.el (org-open-at-point): Fix tags searches by mouse click.
4481 2009-03-16  Carsten Dominik  <carsten.dominik@gmail.com>
4483         * org-export-latex.el (org-export-latex-preprocess): Implement the
4484         centering markup.
4486         * org-exp.el (org-export-mark-blockquote-verse-center): Renamed
4487         from `org-export-mark-blockquote-and-verse'.
4488         (org-export-as-html): Implement the centering markup.
4490         * org-export-latex.el (org-export-latex-tables): Fix vertical
4491         lines in tables.
4493 2009-03-15  Carsten Dominik  <carsten.dominik@gmail.com>
4495         * org.el (org-read-date-history): New variable.
4496         (org-read-date): Use new history variable.
4497         (org-toggle-heading): Fix bug when used before first headline.
4498         (org-store-log-note): Remove drawer if empty while note is
4499         aborted.
4500         (org-remove-empty-drawer-at): New function.
4501         (org-check-after-date): New command.
4502         (org-sparse-tree): New sparse tree command "a".
4504         * org-exp.el (org-export-as-ascii): Improve export of plain lists.
4506 2009-03-14  Bastien Guerry  <bzg@altern.org>
4508         * org.el (org-toggle-fixed-width-section): Bug fix: insert a
4509         column and a space, not only a column.
4511 2009-03-14  Carsten Dominik  <carsten.dominik@gmail.com>
4513         * org-export-latex.el (org-export-latex-emphasis-alist): Better
4514         defaults for verbose emphasis.
4515         (org-export-latex-emph-format): New function.
4516         (org-export-latex-fontify): Call `org-export-latex-emph-format'.
4518         * org-agenda.el (org-agenda-menu): Add new commands to menu.
4519         (org-agenda-do-date-later, org-agenda-do-date-earlier)
4520         (org-agenda-date-later-minutes, org-agenda-date-earlier-minutes)
4521         (org-agenda-date-later-hours, org-agenda-date-earlier-hours): New
4522         commands.
4524         * org.el (org-timestamp-change): Move end-time along with start
4525         time.
4527 2009-03-12  Carsten Dominik  <carsten.dominik@gmail.com>
4529         * org-exp.el (org-export-target-internal-links)
4530         (org-export-as-html): Protect links specified as #name.
4532 2009-03-11  Carsten Dominik  <carsten.dominik@gmail.com>
4534         * org.el (org-clone-subtree-with-time-shift): New command.
4536         * org-export-latex.el (org-export-latex-special-chars)
4537         (org-export-latex-treat-sub-super-char): Fix subscript export.
4539         * org-exp.el (org-create-multibrace-regexp): Do not add
4540         backslashes to the class.
4542 2009-03-10  Carsten Dominik  <carsten.dominik@gmail.com>
4544         * org-colview.el (org-columns-map): Better functions for moving up
4545         and down a row, even if `truncate-line' is nil.
4547         * org.el (org-insert-todo-heading): Make sure the keyword is
4548         inserted at the correct position.
4550         * org-publish.el (org-publish-project-alist)
4551         (org-publish-projects, org-publish-org-index): Change default anme
4552         for the index of file names to "sitemap.org".
4554         * org-export-latex.el (org-export-latex-tables): Use
4555         `org-split-string', for Emacs 21 compatibility.
4557 2009-03-09  Carsten Dominik  <carsten.dominik@gmail.com>
4559         * org-agenda.el (org-agenda-log-mode-items): Improve docstring.
4561 2009-03-08  Carsten Dominik  <carsten.dominik@gmail.com>
4563         * org-exp.el (org-export-page-description)
4564         (org-export-page-keywords): New variables.
4565         (org-export-plist-vars): Add entries for :keywords and
4566         :description.
4567         (org-infile-export-plist): Parse for new keywords.
4568         (org-get-current-options): Add new keywords
4569         (org-export-as-html): Publish description and keywords.
4571         * org-agenda.el (org-agenda-add-entry-text-descriptive-links): New
4572         option.
4573         (org-agenda-add-entry-text): Honor
4574         `org-agenda-add-entry-text-descriptive-links'.
4576         * org-export-latex.el (org-export-latex-preprocess): Make all
4577         external preprocess functions use a PARAMETER arg.
4579         * org-exp.el (org-export-preprocess-string)
4580         (org-export-select-backend-specific-text)
4581         (org-export-format-source-code-or-example)
4582         (org-format-org-table-html): Support docbook export.
4583         (org-export-preprocess-string): Make all external preprocess
4584         functions use a PARAMETER arg.
4586 2009-03-07  Carsten Dominik  <carsten.dominik@gmail.com>
4588         * org-exp.el (org-export-html-style-include-scripts): New option.
4589         (org-export-plist-vars): Add new option
4590         `org-export-html-style-include-scripts'.
4591         (org-export-as-html): Honor new option
4592         `org-export-html-style-include-scripts'.
4593         (org-export-html-scripts, org-export-html-style-default): Fix
4594         xml issues with the Safari browser.
4596 2009-03-06  Carsten Dominik  <carsten.dominik@gmail.com>
4598         * org-publish.el (org-publish-attachment): Only copy file when the
4599         directories differ.
4601 2009-03-05  Carsten Dominik  <carsten.dominik@gmail.com>
4603         * org-clock.el (org-clocktable-steps): Use inactive time stamps
4604         for clocktable steps.
4606         * org.el (org-additional-option-like-keywords): Add two more
4607         keywords.
4609 2009-03-04  Carsten Dominik  <carsten.dominik@gmail.com>
4611         * org-exp.el (org-export-format-source-code-or-example): Mark
4612         temporary buffer unmodified, so that it will be killed even if
4613         mode like message mode has decided to assign a file name.
4615         * org.el (org-scan-tags): Improve tag inheritance.
4616         (org-scan-tags, org-make-tags-matcher): Make tag comparison
4617         case-sensitive.
4618         (org-scan-tags): Use the internal tags list instead of creating it
4619         from scratch.
4620         (org-trust-scanner-tags, org-scanner-tags): New variables.
4621         (org-scan-tags): Set `org-scanner-tags'.
4622         (org-get-tags-at): Take advantage of `org-trust-scanner-tags'.
4623         (org-map-entries): Document the possible speedup using scanner
4624         tags.
4626 2009-03-03  Carsten Dominik  <carsten.dominik@gmail.com>
4628         * org.el (org-add-planning-info): Fix bug with looking for keyword
4629         only at column 0.
4631         * org-agenda.el (org-agenda-custom-commands-local-options): Add
4632         option for tags filter preset.
4633         (org-prepare-agenda): Store filter preset as a property on the
4634         filter variable.
4635         (org-finalize-agenda): Call the filter, if there is a preset.
4636         (org-agenda-filter-by-tag): Filter again after clearing the
4637         filter, when there still is a preset.
4638         (org-agenda-filter-make-matcher, org-agenda-set-mode-name):
4639         Include the preset filter.
4640         (org-agenda-redo): Apply the filter again, also the preset filter.
4642         * org-exp.el (org-export-as-html): Use IDs in the correct way.
4644         * org.el (org-uuidgen-p): New funtion.
4646         * org-agenda.el (org-agenda-fontify-priorities): New default value
4647         `cookies'.
4648         (org-agenda-fontify-priorities): Renamed from
4649         org-fontify-priorities.
4651         * org.el (org-set-font-lock-defaults): Call
4652         `org-font-lock-add-priority-faces'.
4653         (org-font-lock-add-priority-faces): New function.
4655         * org-faces.el: (org-set-tag-faces): New option.
4656         (org-priority-faces): New variable.
4658         * org-exp.el (org-export-as-html): Add a "content" div around the
4659         entire content of the body tag.
4660         (org-export-html-get-bibliography): New function.
4661         (org-export-html-validation-link): New variable.
4662         (org-export-as-html): Add validation link to exported page.
4664         * org.el (org-match-sparse-tree): Renamed from
4665         `org-tags-sparse-tree'.
4666         (org-tags-sparse-tree): New alias.
4668 2009-03-02  Carsten Dominik  <carsten.dominik@gmail.com>
4670         * org.el (org-get-valid-level): Catch the case where the level
4671         change is nil.
4673         * org-clock.el (org-clock-find-position): Better indentation of
4674         new clock drawers.
4676 2009-03-01  Carsten Dominik  <carsten.dominik@gmail.com>
4678         * org-agenda.el (org-agenda-quit): Delete window only when the
4679         frame-setup was not `current-window'.
4681         * org.el (org-tag-persistent-alist): New option.
4682         (org-startup-options): Add keyword `noptag'.
4683         (org-fast-todo-selection): Handle :newline correctly.
4684         (org-set-tags): Handle :newline correctly.
4685         (org-fast-tag-selection): Handle :newline correctly.
4687 2009-02-28  Carsten Dominik  <carsten.dominik@gmail.com>
4689         * org-exp.el (org-export-as-ascii): Reverse link buffer before
4690         outputting it.
4691         (org-export-ascii-push-links): Fix bug with pussing links into the
4692         export buffer.
4694 2009-02-27  Carsten Dominik  <carsten.dominik@gmail.com>
4696         * org-archive.el (org-archive-subtree): Do not add 1 to level if
4697         pasting at top level.
4699         * org-bbdb.el: Improve documentation.
4701 2009-02-26  Carsten Dominik  <carsten.dominik@gmail.com>
4703         * org-list.el (org-insert-item): Only consider insert empty lines
4704         is `org-empty-line-terminates-plain-lists' is not nil.
4706         * org.el (org-blank-before-new-entry): Mention the dependence on
4707         `org-empty-line-terminates-plain-lists' in the docstring.
4709         * org-publish.el (org-publish-get-project-from-filename): New
4710         optional argument UP.  Only find the top project if UP is set.
4711         (org-publish-current-project): Find the top encloding project.
4713         * org-agenda.el (org-agenda-before-write-hook)
4714         (org-agenda-add-entry-text-maxlines): New options.
4715         (org-write-agenda): Run the new hook in the temporary buffer.
4716         (org-agenda-add-entry-text): New function.
4717         (org-write-agenda): Implement PDF export, using ps2pdf.
4719         * org.el (org-global-properties-fixed, org-global-properties):
4720         Improve documentation string.
4722         * org-exp.el (org-export-ascii-links-to-notes): New option.
4723         (org-export-as-ascii): Handle links better.
4724         (org-export-ascii-wrap, org-export-ascii-push-links): New
4725         functions.
4727 2009-02-25  Carsten Dominik  <carsten.dominik@gmail.com>
4729         * org-agenda.el (org-agenda): Make prefix arg optional.
4730         (org-agenda-search-headline-for-time): New option.
4731         (org-format-agenda-item): Honor
4732         `org-agenda-search-headline-for-time'.
4734         * org-table.el (orgtbl-self-insert-command): Cluster undo for 20
4735         characters.
4737         * org.el (org-self-insert-cluster-for-undo): New option.
4738         (org-self-insert-command): Cluster undo for 20 characters.
4739         (org-self-insert-command-undo-counter): New variable.
4741 2009-02-24  Carsten Dominik  <carsten.dominik@gmail.com>
4743         * org-exp.el (org-export-as-html): Fix problem with closing colone
4744         example.
4746 2009-02-22  Carsten Dominik  <carsten.dominik@gmail.com>
4748         * org-export-latex.el (org-export-as-latex)
4749         (org-export-latex-first-lines): Avoid modification flag when
4750         adding or removing text properties.
4751         (org-export-latex-fontify): Catch error when org-emph-alist has
4752         entries that are not defined for LaTeX export.
4754         * org.el (orgstruct++-mode): New function.
4755         (turn-on-orgstruct++): Call `orgstruct++-mode'.
4756         (org-context-p): Allow detecting item context after the first line
4757         of an item.
4758         (orgstruct-make-binding): Detect if item-body context should be
4759         seen.
4760         (orgstruct-is-++): New variable.
4761         (org-add-planning-info): Catch the case when there is no planning
4762         info yet and the call does not want to add anything, only maybe
4763         tries to remove something.
4764         (org-special-ctrl-a/e): All value to be a cons cell with separate
4765         settings for `C-a. and `C-e'.
4766         (org-beginning-of-line, org-end-of-line): Honor separate values
4767         for `C-a' and `C-e'.
4769 2009-02-21  Carsten Dominik  <carsten.dominik@gmail.com>
4771         * org.el (org-reload): New command.
4773 2009-02-20  Carsten Dominik  <carsten.dominik@gmail.com>
4775         * org-exp.el (org-export-htm-get-tag-class-name)
4776         (org-export-htm-get-todo-kwd-class-name): New functions.
4777         (org-export-html-tag-class-prefix)
4778         (org-export-html-todo-kwd-class-prefix): New options.
4779         (org-export-as-html): Call
4780         `org-export-html-get-todo-kwd-class-name'.
4781         (org-html-level-start): Wrap tags into classes.
4782         (org-export-html-get-tag-class-name)
4783         (org-export-html-get-todo-kwd-class-name): New functions.
4785         * org-export-latex.el (org-export-latex-collect-header-macros):
4786         Remove fields that are used anyway.
4787         (org-export-latex-make-header): Insert the options earlier.
4789         * org-agenda.el (org-agenda-get-progress): Fix bug with state
4790         matching.
4792         * org-list.el (org-indent-item): Allow point to be at the end of
4793         the region.
4795         * org.el (org-metaleft, org-metaright): Be more accurate about
4796         detecting a region where commands apply.
4798         * org-compat.el (org-cursor-to-region-beginning): New function.
4800         * org.el (org-priority): Also find invisible heading.
4802         * org-colview-xemacs.el (org-columns-edit-value): No special
4803         treatment for `org-todo' prefix.
4805         * org-colview.el (org-columns-edit-value): No special treatment
4806         for `org-todo' prefix.
4808         * org-remember.el (org-remember-apply-template): Use
4809         `org-completing-read-no-ido'.
4811         * org.el (org-completing-read-no-ido): New function.
4812         (org-make-tags-matcher, org-set-property): Use
4813         `org-completing-read-no-ido'.
4815         * org-export-latex.el (org-export-latex-import-inbuffer-stuff):
4816         New option.
4817         (org-export-as-latex): Import in-buffer settings as TeX macros.
4818         (org-export-latex-make-header): Additional parameter OPT-DEFS.
4819         (org-export-latex-collect-header-macros): New function.
4821         * org.el (org-refile-get-location): Turn off
4822         `partial-completion-mode'.
4824 2009-02-19  Carsten Dominik  <carsten.dominik@gmail.com>
4826         * org.el (org-block-todo-from-checkboxes): Announce that
4827         checkboxes are the culprit.
4828         (org-block-todo-from-children-or-siblings): Call
4829         `org-up-heading-all instead' of `outline-up-heading'.
4831         * org-agenda.el (org-agenda-show-1): Renamed from
4832         `org-agenda-show'.
4833         (org-agenda-show): Re-install the old version for now.
4834         (org-agenda-dim-blocked-tasks): Update docstring.  Scope a
4835         variable into the blokker hook, so that the checkbox checker can
4836         anounce that it caused the blocking.
4838         * org.el (org-track-ordered-property-with-tag): New option.
4839         (org-toggle-ordered-property): Honor
4840         `org-track-ordered-property-with-tag'.
4841         (org-tag-alist): Add newline options.
4842         (org-set-regexps-and-options): Separate option lines imply a
4843         newline.
4844         (org-set-regexps-and-options, org-assign-fast-keys)
4845         (org-fast-todo-selection, org-fast-tag-selection): Handle newline
4846         option.
4847         (org-indent-line-function): Make sure this works even if there is
4848         not `org-drawer-regexp' defined.  This can happen when
4849         orgstruct-mode is used in a non-org buffer.
4851         * org-list.el (org-checkbox-blocked-p): New function.
4852         (org-toggle-checkbox): Check for blocking.
4854         * org.el (org-modules): Add an entry for org-R.el.
4856         * org-agenda.el (org-agenda-todo-ignore-with-date)
4857         (org-agenda-todo-ignore-scheduled)
4858         (org-agenda-todo-ignore-deadlines): Mention the variable
4859         `org-agenda-tags-todo-honor-ignore-options' in the docstring.
4861         * org.el (org-get-wdays): Find the warning period also if it is in
4862         the wrong place.
4863         (org-ido-completing-read): Provide the correct arguments to
4864         ido-completing-read and bind `ido-enter-matching-directory' to
4865         nil.
4867 2009-02-17  Carsten Dominik  <carsten.dominik@gmail.com>
4869         * org.el (org-olpath-completing-read): Never use ido for this
4870         one.
4872         * org-exp.el (org-export-normalize-links): Use new macro.
4874         * org-macs.el (org-if-unprotected-at): New macro.
4876         * org-agenda.el (org-agenda-show): Allow numerical prefix
4877         arguments to specify how much context should be shown.
4878         (org-agenda-cycle-show): New command, could be bound to SPC in
4879         org-agenda-mode-map.
4881         * org-exp.el (org-html-level-start): Space after section number.
4883 2009-02-16  Carsten Dominik  <carsten.dominik@gmail.com>
4885         * org-agenda.el (org-agenda-get-sexps): Add todo state as
4886         property, for sorting.
4887         (org-cmp-todo-state): Get the applicable TODO keywords directly
4888         from the buffer.
4889         (org-run-agenda-series, org-agenda-list, org-search-view)
4890         (org-todo-list, org-tags-view): Only fit agenda window when the
4891         whole series is done.
4893         * org.el (org-scan-tags): Add todo state as property, for sorting.
4895         * org-agenda.el (org-agenda-custom-commands-local-options): Add
4896         `org-agenda-overriding-header' as an option.
4897         (org-agenda-list): Honor org-agenda-overriding-header'.
4899 2009-02-15  Carsten Dominik  <carsten.dominik@gmail.com>
4901         * org-list.el (org-toggle-checkbox): Improve cursor positioning
4902         after removing a checkbox.
4904         * org.el (org-show-entry): Make this work correctly also if it is
4905         the last entry in the file.
4906         (org-end-of-line, org-beginning-of-line): Make prefix arg work, by
4907         falling back to normal, default command.
4908         (org-ctrl-c-ctrl-c): When called with prefix arg at a non-checkbox
4909         item, call the checkbox toggler to get a box.
4911         * org-list.el (org-toggle-checkbox): Make double prefix set the
4912         checkbox to "[-]".
4913         (org-fix-bullet-type): Only replace bullet if it is changed.
4914         (org-renumber-ordered-list): Handle case when first item does not
4915         have a number.
4917         * org.el (org-add-log-setup): Fix positioning when
4918         `org-log-states-order-reversed' is nil.
4920         * org-clock.el (org-clock-in): Fix positioning when
4921         `org-log-states-order-reversed' is nil.
4922         (org-clock-find-position): Fix positioning when
4923         `org-log-states-order-reversed' is nil.
4925 2009-02-14  Carsten Dominik  <carsten.dominik@gmail.com>
4927         * org-clock.el (org-clock-into-drawer): Take default from
4928         `org-log-into-drawer'.
4929         (org-clock-find-position): Look for the correct drawer.
4931         * org.el (org-log-into-drawer): Renamed from
4932         `org-log-state-notes-into-drawer'.
4933         (org-log-state-notes-into-drawer): New variable alias.
4934         (org-add-log-setup): Make drawer name default to LOGBOOK, not
4935         CLOCK.
4936         (org-insert-property-drawer): Also skip LOGBOOK drawers.
4938 2009-02-13  Carsten Dominik  <carsten.dominik@gmail.com>
4940         * org-agenda.el (org-agenda): Fix docstring.
4942         * org.el ("org-plot"): Help loading org-plot.
4943         (org-metaleft-hook, org-metaright-hook, org-metaup-hook)
4944         (org-metadown-hook, org-shiftmetaleft-hook)
4945         (org-shiftmetaright-hook, org-shiftmetaup-hook)
4946         (org-shiftmetadown-hook, org-metareturn-hook): New hooks.
4947         (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
4948         (org-shiftmetadown, org-metaleft, org-metaright, org-metaup)
4949         (org-metadown, org-ctrl-c-ctrl-c): Call the appropriate hook.
4951         * org-publish.el (org-publish-get-base-files): Allow symbol `any'
4952         for selecting files with any (and even without) extension.
4954         * org.el (org-save-all-org-buffers): Also save id locations.
4955         (org-revert-all-org-buffers): Also load id locations.
4957 2009-02-12  Carsten Dominik  <carsten.dominik@gmail.com>
4958         * org.el (org-drawers): Add LOGBOOK to the default drawers.
4959         (org-log-state-notes-into-drawer): New option.
4960         (org-add-log-setup): Place the sate note marker into the drawer,
4961         create drawer when necessary.
4962         (org-refile-targets): Document special interpretation of LEVEL
4963         when odd-levels are used.
4965 2009-02-12  Carsten Dominik  <carsten.dominik@gmail.com>
4967         * org.el (org-store-log-note): Fix note indentation when adding
4968         notes to end of list.
4970         * org-exp.el (org-export-as-html): Add TODO keyword as extra
4971         class, so that each keyword can get special colors through CSS.
4973         * org-clock.el (org-clock-out): Add another nil for the previous
4974         state into the call to `org-add-log-setup'.
4976         * org.el (org-log-note-previous-state): New variable.
4977         (org-log-note-headings): New %S escape for old state.
4978         (org-todo): Call the note setup with the old state as an
4979         argument.
4980         (org-add-note): Add another nil for the previous state into the
4981         call to `org-add-log-setup'.
4982         (org-add-log-setup): New argument PREV-STATE.
4983         (org-add-log-note): Handle new %S escape.
4984         (org-store-log-note): Handle new %S escape.
4986 2009-02-11  Carsten Dominik  <carsten.dominik@gmail.com>
4988         * org-clock.el (org-clock-find-position): Do not swallow an item
4989         less indented than the CLOCK line itself.
4990         (org-clock-in): Push markers to lin after the clock line.
4991         (org-clock-find-position): Handle values of
4992         `org-clock-into-drawer' smaller than 2.
4994         * org-exp.el (org-html-level-start): Add a CSS class to section
4995         numbers.
4996         (org-export-html-toplevel-hlevel): Better documentation of the
4997         influence of this variables on H levels and css classes in
4998         export.
5000 2009-02-10  Carsten Dominik  <carsten.dominik@gmail.com>
5002         * org-agenda.el (org-agenda-custom-commands-local-options): Add
5003         timestamp and nottimestamp to the chooe menu.
5005         * org.el (org-save-all-org-buffers): Moved here from org-agenda.el.
5006         (org-revert-all-org-buffers): New command.
5008 2009-02-09  Carsten Dominik  <carsten.dominik@gmail.com>
5010         * org.el (org-return): Implement `org-return-follows-link' in the
5011         function org-return.  This is more robust than using the mouse
5012         map, I think.
5013         (org-set-regexps-and-options): Match more general #+TODO lines.
5014         (org-make-options-regexp): New optional argument EXTRA, for an
5015         extra regexp.
5016         (org-tab-follows-link): Mark as deprecated.
5018 2009-02-07  Carsten Dominik  <carsten.dominik@gmail.com>
5020         * org-exp.el (org-export-preprocess-string): Remove clock lines
5021         earlier, so that they cannot cotribute to verbatim snippets.
5023 2009-02-06  Carsten Dominik  <carsten.dominik@gmail.com>
5025         * org-exp.el (org-export-remove-or-extract-drawers): Fix regexp
5026         for finding drawers.
5027         (org-export-as-ascii, org-export-as-html): Count levels relative
5028         to the subtree header.
5029         (org-get-min-level): New optional argument OFFSET.
5030         (org-export): Make sure point is restored after popping up that
5031         window.
5033         * org.el (org-do-sort): Also take an inactive timestamp if no
5034         active one is found.
5036         * org-colview-xemacs.el (org-columns-capture-view): Copy before
5037         deleting duplicates.
5039         * org-colview.el (org-columns-capture-view): Copy before
5040         deleting duplicates.
5042         * org-exp.el (org-export-preprocess-string): Fix bug when skipping
5043         text before first headline.
5045         * org.el (org-format-latex): Do not convert LaTeX fragments in
5046         protected examples.
5048 2009-02-04  Carsten Dominik  <carsten.dominik@gmail.com>
5050         * org-exp.el (org-export-html-style-default): Use color values
5051         instead of names for XHTML validation.
5053         * org.el (org-get-scheduled-time, org-get-deadline-time): New
5054         functions.
5055         (org-return-follows-link): Revert making this the default untile
5056         issues are resolved.
5058         * org-agenda.el (org-agenda-skip-if): New conditions timestamp and
5059         nottimestamp.
5061 2009-02-02  Carsten Dominik  <carsten.dominik@gmail.com>
5063         * org.el (org-mode): Make dependence stuff work more reliably.
5064         (org-update-parent-todo-statistics): Fix bug with updating
5065         statistics cookie.
5067         * org-export-latex.el (org-export-latex-emphasis-alist): Use = and
5068         ~ as verbatim delimiters.
5070         * org-exp.el (org-export-html-format-image): New argument
5071         PAR-OPEN.
5072         (org-export-as-html): Pass par-open to
5073         `org-export-html-format-image'.
5075 2009-02-01  Carsten Dominik  <carsten.dominik@gmail.com>
5077         * org.el (org-yank-adjusted-subtrees, org-return-follows-link)
5078         (org-use-fast-todo-selection, org-tags-column): New default
5079         setting for variables, based on a poll what typical uses use.
5081         * org-agenda.el (org-agenda-sorting-strategy)
5082         (org-agenda-tags-column): New default setting for variables, based
5083         on a poll what typical uses use.
5085 2009-01-31  Carsten Dominik  <carsten.dominik@gmail.com>
5087         * org-agenda.el (org-agenda-dim-blocked-tasks): Keep dimming
5088         blocked entries from setting the blocked tag.
5090         * org-exp.el (org-export-html-footnotes-section): Use a more
5091         consistent id for footnotes.
5093         * org-export-latex.el (org-export-latex-classes): Remove the
5094         a4paper option from the default styles.
5096 2009-01-30  Carsten Dominik  <carsten.dominik@gmail.com>
5098         * org.el (org-enforce-todo-checkbox-dependencies): New option.
5099         (org-block-todo-from-checkboxes): New function.
5100         (org-todo): Make tripple prefix arg circumvent blocking.
5102         * org-timer.el (org-timer): Provide the timer feature.
5104         * org.el (org-require-autoloaded-modules): Add a few more files to
5105         the list of autoloaded modules.
5107         * org-agenda.el (org-agenda-todo): Pass ARG to `org-todo'.
5109 2009-01-29  Carsten Dominik  <carsten.dominik@gmail.com>
5111         * org-exp.el (org-export-remove-or-extract-drawers): Only remove
5112         drawers that are unprotected.
5113         (org-export-html-format-image): Make sure inlined LaTeX fragment
5114         images remain inlined.
5116         * org.el (org-toggle-ordered-property): New function.
5117         (org-mode-map): Add a key for `org-toggle-ordered-property'.
5118         (org-org-menu): Add menu entries for TODO dependencies.
5120 2009-01-28  Carsten Dominik  <carsten.dominik@gmail.com>
5122         * org.el (org-default-properties): Add ORDERED to the default
5123         properties, to get completion support for it.
5125         * org-list.el (org-update-checkbox-count): Update more than one cookie.
5127         * org.el (org-update-parent-todo-statistics): Update more than one
5128         cookie.
5130         * org-agenda.el (org-agenda-get-todos): Start search from correct
5131         position.
5133         * org.el (org-fast-todo-selection): Make sure TODO selection does
5134         not change buffer position.
5136         * org-list.el (org-toggle-checkbox): Implement adding or removing
5137         checkboxes from line or region when called with a prefix
5138         argument.
5140         * org-rmail.el (org-rmail-store-link): Protect the call to
5141         `rmail-narrow-to-non-pruned-header'.
5143         * org-clock.el (org-clock-special-range): Fix week display in
5144         clock tables.
5146         * org-exp.el (org-get-current-options): Fix bug when in indirect
5147         buffer.
5149 2009-01-27  Carsten Dominik  <carsten.dominik@gmail.com>
5151         * org-agenda.el (org-agenda-dim-blocked-tasks): New option.
5152         (org-finalize-agenda): Call `org-agenda-dim-blocked-tasks'.
5153         (org-agenda-dim-blocked-tasks): New function.
5155         * org.el (org-enforce-todo-dependencies): New option.
5156         (org-block-todo-from-children-or-siblings): New function.
5158         * org-faces.el (org-agenda-dimmed-todo-face): New face.
5160         * org.el (org-todo): Return correct state type even if the blocker
5161         throws an error.
5162         (org-modifier-cursor-error): Renamed from
5163         `org-shiftcursor-error'.
5164         (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
5165         (org-shiftmetadown): Call `org-modifier-cursor-error'.
5167         * org-agenda.el (org-agenda-todo): Call `org-todo' interactively,
5168         to get real errors from the blocker hook.
5170         * org.el (org-shiftselect-error, org-call-for-shift-select): New
5171         functions.
5172         (org-set-visibility-according-to-property): Turn off the setting
5173         of `org-show-entry-below', to avoid overruling a FOLDED visibility
5174         property.
5176 2009-01-26  Carsten Dominik  <carsten.dominik@gmail.com>
5178         * org.el (org-support-shift-select): New option.
5179         (org-shiftup, org-shiftdown, org-shiftright, org-shiftleft)
5180         (org-shiftcontrolright, org-shiftcontrolleft): Support for shift
5181         selection outside contexts.
5183         * org-list.el (org-at-item-bullet-p): New function.
5185         * org-jsinfo.el (org-infojs-handle-options): Remove unnecessary
5186         variables.
5188         * org-footnote.el (org-footnote-normalize): Remove unnecessary
5189         variable.
5190         (org-insert-footnote-reference-near-definition): Remove
5191         unnecessary let form.
5193         * org-export-latex.el (org-export-latex-first-lines): Add
5194         OPT-PLIST parameter.
5195         (org-export-as-latex): Call `org-export-latex-first-lines' with
5196         opt-plits parameter.
5197         (org-export-latex-preprocess): Remove unnecessary variables.
5199         * org-exp.el (org-infile-export-plist)
5200         (org-export-add-options-to-plist, org-export-kill-licensed-text)
5201         (org-export-remove-headline-metadata)
5202         (org-export-get-title-from-subtree, org-get-min-level)
5203         (org-html-do-expand): Remove innecessary let form.
5205         * org-colview-xemacs.el (org-columns-display-here): Remove
5206         unnecessary variables.
5208         * org-colview.el (org-columns-display-here): Remove unnecessary
5209         variables.
5211         * org-bbdb.el (org-bbdb-anniversaries): Remove unnecessary
5212         variables.
5214         * org-id.el (org-id-alist-to-hash, org-id-find-id-in-file): Remove
5215         unnecessary variables.
5217         * org-agenda.el (org-search-view, org-agenda-get-blocks)
5218         (org-agenda-filter-by-tag, org-agenda-action): Remove unnecessary
5219         variables.
5221         * org.el (org-set-emph-re): Clean-up the STACKED stuff.
5222         (org-compact-display-after-subtree-move): Remove unnecessary
5223         variables.
5224         (org-edit-fixed-width-region): Remove unnecessary variables.
5225         (org-edit-src-find-region-and-lang): Remove unnecessary variables.
5226         (org-olpath-completing-read): Remove unnecessary variable.
5227         (org-auto-repeat-maybe): Remove unnecessary variable.
5228         (org-map-entries): Remove unnecessary variable.
5229         (org-buffer-property-keys, org-imenu-get-tree)
5230         (org-speedbar-set-agenda-restriction): Remove unnecessary variables.
5232 -----------------------------------------------------------------
5234 2009-01-26  Carsten Dominik  <carsten.dominik@gmail.com>
5235         * org-exp.el (org-export-remove-timestamps): Never remove
5236         timestamps from tables.
5238         * org-export-latex.el (org-export-latex-first-lines): Add more
5239         options to the preprocessing of the text before the first
5240         headline.
5242 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
5244         * org-faces.el (org-clock-overlay): Make face compatible with
5245         XEmacs.
5247         * org.el (org-yank): Add property for delete-selection mode.
5249         * org-exp.el (org-export-as-html): Turn \par into a paragraph.
5251         * org.el (org-agenda-tags-todo-honor-ignore-options): Declare
5252         variable.
5254         * org-table.el (org-table-insert-hline): Fix typo in fuction call
5255         to `backward-char'.
5257         * org-exp.el (org-export-as-html): Remove the initial space from
5258         colon examples.
5260         * org.el (org-scan-tags): Call
5261         `org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item'.
5263         * org-agenda.el (org-agenda-todo-list, org-agenda-match-view): New
5264         customization groups.
5265         (org-agenda-tags-todo-honor-ignore-options): New option.
5266         (org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item):
5267         New function.
5268         (org-agenda-get-todos): Use
5269         `org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item'.
5271 2009-01-24  Carsten Dominik  <carsten.dominik@gmail.com>
5273         * org-exp.el (org-export-format-source-code-or-example): Escape
5274         HTML characters also in examples that anre not treated with
5275         htmlize.  Also, just switch to EXAMPLE processing if we do not
5276         have a good version of htmlize.
5278         * org-rmail.el: Fix copyright notice.
5280         * org.el (org-activate-footnote-links): Improve footnote link
5281         highlighting.
5283         * org-footnote.el (org-footnote-normalize): Fix finding the end of
5284         a footnote definition at the end of the file.
5286         * org-table.el (org-table-get-specials): Add an imagined hline at
5287         the end of the table.  This can be useful for references that want
5288         to go to the end of the table.  Also fix bug when computing last
5289         row constants, in tables that do not start right at the right
5290         margin.
5291         (org-table-eval-formula): Match and replace remove references.
5292         (org-table-formula-substitute-names): Make sure that names inside
5293         a "remote" call are left alone, the will be replaced later when
5294         the remote call is handled.
5295         (org-table-convert-refs-to-rc): Do not convert things that might
5296         look like a reference, but are really part of an ID or namei n a
5297         remote reference.
5298         (org-table-get-remote-range): New function.
5300 2009-01-22  Carsten Dominik  <carsten.dominik@gmail.com>
5302         * org-faces.el (org-clock-overlay): Fix bug in face definition.
5304         * org-clock.el (org-clock-put-overlay): Use new face instead of
5305         `secondary-selection'.
5307         * org-faces.el (org-clock-overlay): New face.
5309 2009-01-21  Carsten Dominik  <carsten.dominik@gmail.com>
5311         * org-exp.el (org-get-current-options): Include the option for
5312         publishing time stamps.
5314         * org.el (org-toggle-heading): Renamed from
5315         `org-toggel-region-headings'.
5316         No longer needs a region defined, but will use it if there is one.
5317         (org-ctrl-c-star): Simplified, relying more on the internal
5318         workings of `org-toggle-heading'.
5319         (org-toggle-item): Renamed from `org-toggle-region-items'.
5320         No longer needs a region defined, but will use it if there is one.
5321         (org-ctrl-c-minus): Simplified, relying more on the inernal
5322         workings of `org-toggle-item'.
5324         * org-export-latex.el (org-export-latex-preprocess): Fix bug in
5325         environment detection.  Also, do real changes only in unprotected
5326         places.
5328 2009-01-20  Carsten Dominik  <carsten.dominik@gmail.com>
5330         * org-export-latex.el (org-export-latex-quotation-marks): Use
5331         `org-if-unprotected-1'.
5332         (org-export-latex-set-initial-vars): Check for class definition in
5333         property.
5335         * org-macs.el (org-if-unprotected-1): New macro.
5337 2009-01-19  Carsten Dominik  <carsten.dominik@gmail.com>
5339         * org-compat.el (org-count-lines): New function.
5341         * org-exp.el (org-export-format-source-code-or-example): Handle
5342         switches related to text areas.
5344         * org.el (org-activate-footnote-links): Don't allow match inside a
5345         link.
5347         * org-footnote.el (org-footnote-re): Don't allow match inside a link.
5349         * org-export-latex.el (org-export-latex-links): Keep a relative
5350         path relative also after export.
5352         * org-exp.el (org-export-html-scripts): Fix HTML snippet.
5354         * org.el (org-make-tags-matcher): Never use IDO for completing the
5355         tags matcher match string.
5356         (org-completing-read): Also remove the special biding for "?".
5358         * org-attach.el (org-attach-allow-inheritance): New option.
5359         (org-attach-inherited): New variable.
5360         (org-attach-dir): Handle properties related to the attachment
5361         directory.
5362         (org-attach-check-absolute-path): New function.
5363         (org-attach-set-directory, org-attach-set-inherit): New commands.
5364         (org-attach): Accommodate the new commands in the dispatcher.
5366 2009-01-18  Carsten Dominik  <carsten.dominik@gmail.com>
5368         * org-compat.el (org-fit-window-to-buffer): Fix bug with using
5369         `window-full-width-p'.
5371         * org-exp.el (org-export-as-html): Only check for images files
5372         that really can be inlined
5374         * org.el (org-image-file-name-regexp, org-file-image-p): Allow the
5375         list of extensions to be a parameter.
5377         * org-exp.el (org-export-html-inline-image-extensions): New
5378         variable.
5380         * org-agenda.el (org-prepare-agenda): Use
5381         `org-agenda-block-separator'.
5382         (org-agenda-block-separator): New option.
5384 2009-01-17  Carsten Dominik  <carsten.dominik@gmail.com>
5386         * org-export-latex.el (org-export-latex-tables): Call
5387         `org-table-clean-before-export' with the new optional argument.
5389         * org-exp.el (org-table-clean-before-export): New optional
5390         parameter MAYBE-QUOTED, allows for quoted characters like \# in
5391         first column.
5393 2009-01-16  Carsten Dominik  <carsten.dominik@gmail.com>
5395         * org-plot.el (org-plot/gnuplot): Fix text-ind parameter for
5396         histograms.
5398         * org-colview.el (org-colview-construct-allowed-dates): Better
5399         error catching when a date/time property does not have allowed
5400         values defined.
5402         * org-colview-xemacs.el (org-colview-construct-allowed-dates):
5403         Better error catching when a date/time property does not have
5404         allowed values defined.
5406 2009-01-14  Carsten Dominik  <carsten.dominik@gmail.com>
5408         * org.el (org-map-entries): Restore point and restriction after
5409         `org-map-entries'.
5411 2009-01-13  Carsten Dominik  <carsten.dominik@gmail.com>
5413         * org.el (org-time=, org-time<, org-time<=, org-time>)
5414         (org-time>=, org-time<>): Make sure both values are dates.
5416 2009-01-11  Carsten Dominik  <carsten.dominik@gmail.com>
5418         * org-archive.el (org-extract-archive-heading): Allow %s for file
5419         name also in achive location heading.
5421 2009-01-10  Carsten Dominik  <carsten.dominik@gmail.com>
5423         * org-archive.el (org-add-archive-files): Uniquify the list before
5424         returning it.
5426 2009-01-09  Carsten Dominik  <carsten.dominik@gmail.com>
5428         * org-compat.el (org-fit-window-to-buffer): Use
5429         `window-full-width-p'.
5431         * org-export-latex.el (org-export-latex-fixed-width): Enforce the
5432         space after the colon in short examples.
5434         * org-exp.el (org-export-protect-colon-examples): Rewritten, to
5435         enforce a space after the colon.  However, we also allow lines
5436         that are *only* a colon.
5437         (org-export-as-html): Enforce the space after the colon in short
5438         examples.
5439         (org-export-preprocess-string): Do the colon example protection
5440         earlier.
5441         (org-export-remove-timestamps): Do not check for protection at the
5442         end of the line.
5444 2009-01-08  Carsten Dominik  <carsten.dominik@gmail.com>
5446         * org.el (org-format-latex-options): Add new matcher for single
5447         letters between dollars.
5448         (org-get-header): Function removed.
5449         (org-heading-components): New function.
5451         * org-exp.el (org-export-define-heading-targets): Record ID's also
5452         as alternative targets.
5453         (org-export-as-html): Interpret "id:" links to other files by
5454         preserving the relative path.
5456         * org-jsinfo.el (org-infojs-handle-options): Catch the case if v
5457         is nil.
5459         * org-exp.el (org-export-normalize-links): Protect the main link,
5460         to avoid special character processing.
5462         * org-export-latex.el (org-export-latex-special-keyword-regexp):
5463         New variable.
5464         (org-export-latex-special-string-regexps): Variable removed.
5465         (org-export-latex-keywords): Use the new regexp.
5467         * org-exp.el (org-export-handle-include-files): Fetch switches and
5468         put them into the BEGIN statement.
5470         * org-timer.el (org-timer-mode-line-string): New variable.
5472         * org-clock.el (org-clock-mode-line-map): Renamed from
5473         `org-clock-mode-map'.
5474         (org-clock-mode-line-timer): Renamed from `org-mode-line-timer'.
5475         (org-clock-update-mode-line): Renamed from `org-update-mode-line'.
5476         (org-clock-put-overlay): Renamed from `org-put-clock-overlay'.
5477         (org-clock-remove-overlays): Renamed from
5478         `org-remove-clock-overlays'.
5480         * org-timer.el (org-timer-pause-or-continue): Implement stopping
5481         and mode line display.
5482         (org-timer-stop): New command.
5483         (org-timer-seconds): Return correct time when timer is paused.
5484         (org-timer-mode-line-timer): New variable.
5485         (org-timer-set-mode-line, org-timer-update-mode-line): New
5486         functions.
5488         * org.el (org-insert-heading):  Handle new value `auto' for
5489         `org-blank-before-new-entry'.
5490         (org-org-menu): Add new items for timer functions.
5492         * org-list.el (org-insert-item): Handle new value `auto' for
5493         `org-blank-before-new-entry'.
5495         * org.el (org-blank-before-new-entry): New value `auto', made
5496         default.
5498 2009-01-07  Carsten Dominik  <carsten.dominik@gmail.com>
5500         * org-exp.el (org-export-normalize-links): If the link is also
5501         used as the description, protect the description.
5503 2009-01-06  Carsten Dominik  <carsten.dominik@gmail.com>
5505         * org.el (org-closest-date): Fix bug with yearly repeats, in
5506         combination with preference of the past as it is used for deadline
5507         and scheduling search.
5509         * org-exp.el (org-html-handle-time-stamps): No longer check for
5510         the `org-export-with-timestamps' option, because the preprocesser
5511         has taken care of this already.
5513         * org.el (org-entry-properties): Catch the case when this is
5514         called in a non-org-mode file.
5516         * org-export-latex.el (org-export-latex-remove-from-headlines):
5517         Variable made obsolete, also LaTeX export now uses the standard
5518         variables.
5519         (org-export-as-latex): Add the timestamps parameter to the
5520         preprocessor parameter list.
5521         (org-export-latex-content): Export the remaining keywords without
5522         considering to remove them.
5523         (org-export-latex-keywords-maybe): Make the REMOVE-LIST optional.
5524         Use bold font instead of tt font for the keywords.
5525         (org-export-latex-fontify-headline): Format headlines, assuming
5526         that all keywords still present should be published.
5527         (org-export-latex-keywords): Remove argument TIMESTAMPS and just
5528         publish what ever remains of the time stamps.
5529         (org-export-latex-list-parameters): New option.
5530         (org-export-latex-lists): Pass additional parameters to the list
5531         converter.
5533         * org-exp.el (org-export-preprocess-string): Remove clock lines
5534         and timestamps already in the preprocesor.
5535         (org-export-remove-timestamps, org-export-remove-clock-lines): New
5536         functions.
5537         (org-export-as-ascii, org-export-as-html): Add the timestamps
5538         parameter to the preprocessor parameter list.
5540         * org-list.el (org-list-parse-list): Parse for checkboxes.
5541         (org-list-to-generic): Introduce and handle new parameters :cbon
5542         and :cboff.
5543         (org-list-to-latex, org-list-to-html, org-list-to-texinfo): Add
5544         optional parameter PARAMS.
5546         * org-export-latex.el (org-export-latex-special-chars): Fix
5547         problems with interpreting dollar signs.
5548         (org-inside-latex-math-p): New function.
5549         (org-export-latex-preprocess): Protect all the math fragments.
5551         * org.el (org-latex-regexps): Allow a dash after a dollar.
5553         * org-w3m.el (org-w3m-copy-for-org-mode): Always deactivate the
5554         mark after copying.
5556         * org-agenda.el (org-run-agenda-series): Have series options set
5557         when finalizing the agenda.
5559         * org-exp.el (org-export-format-source-code-or-example): Protect
5560         the converted examples.
5562         * org.el (org-set-regexps-and-options): Fix the regexp
5563         `org-complex-heading-regexp'.
5565 2009-01-05  Carsten Dominik  <carsten.dominik@gmail.com>
5567         * org.el (org-edit-src-get-label-format): New function.
5568         (org-coderef-label-format): New option.
5569         (org-edit-src-code, org-edit-src-find-region-and-lang): Parse for
5570         a label format specification and make sure it is used in the edit
5571         buffer.
5572         (org-edit-src-get-label-format): New function.
5573         (org-store-link): Handle new coderef formats.
5574         (org-link-search): Handle new coderef formats.
5576         * org-footnote.el (org-footnote-create-definition)
5577         (org-footnote-goto-local-insertion-point): Make footnote insertion
5578         work correctly when the "Footnotes" headline is the last line in
5579         the buffer.
5581         * org.el (org-goto-marker-or-bmk): Expose context after jumping to
5582         the location.
5584 2009-01-04  Carsten Dominik  <carsten.dominik@gmail.com>
5586         * org-w3m.el (org-w3m): New customization group.
5587         (org-w3m-deactivate-mark): New option.
5588         (org-w3m-copy-for-org-mode): Deactivate region, unless the user
5589         option say not to.
5591 2009-01-02  Carsten Dominik  <carsten.dominik@gmail.com>
5593         * org.el (org-set-font-lock-defaults): Trigger footnote
5594         fontification.
5595         (org-activate-footnote-links): New function.
5596         (org-activate-links): New entry `footnote'.
5598         * org-faces.el (org-footnote): New face.
5600 2009-01-01  Carsten Dominik  <carsten.dominik@gmail.com>
5602         * org-macs.el (org-re): Handle the [:word:] class.
5604         * org-exp.el (org-export-preprocess-string): Call
5605         `org-export-protect-colon-examples'.
5606         (org-export-protect-colon-examples): Renamed from
5607         `org-export-protect-examples', and scope limited to lines starting
5608         with a colon.
5610 2008-12-31  Carsten Dominik  <carsten.dominik@gmail.com>
5612         * org-exp.el (org-export-preprocess-string): Move the preprocess
5613         hook to after turning on Org-mode.
5614         (org-export-preprocess-after-include-files-hook)
5615         (org-export-preprocess-after-tree-selection-hook)
5616         (org-export-preprocess-before-backend-specifics-hook)
5617         (org-export-preprocess-final-hook): New hooks.
5618         (org-export-preprocess-string): Run the new hooks.
5620         * org.el (org-ctrl-c-minus): Fix indentation for new items.
5622         * org-footnote.el: New file.
5624         * org.el (org-footnote): Require footnote code.
5625         (org-startup-options): Add new footnote options.
5626         (org-mode-map): New keybindig for footnotes.
5627         (org-ctrl-c-ctrl-c): Add function at footnotes.
5628         (org-org-menu): New menu entries for footnotes.
5630         * org-export-latex.el (org-export-as-latex): Pass footnote
5631         variable to preprocessor.
5632         (org-export-latex-preprocess): Treat multiple references to a
5633         footnote.
5635         * org-exp.el (org-export-preprocess-string): Call
5636         `org-footnote-normalize'.
5637         (org-export-as-ascii, org-export-as-html): Pass footnote variable
5638         to preprocessor.
5639         (org-export-as-html): Treat multiple references to a footnote.
5641 2008-12-26  Carsten Dominik  <carsten.dominik@gmail.com>
5643         * org-export-latex.el (org-export-latex-links): Handle coderef
5644         links.
5646         * org.el (org-bracket-link-analytic-regexp++): New variable.
5647         (org-make-link-regexps): Initialize
5648         `org-bracket-link-analytic-regexp++'.
5649         (org-store-link): Implement special case in edit-src buffer.
5650         (org-insert-link): No use of ide to insert stored links.
5651         (org-link-search): Implement special case for coderefs.
5653         * org-exp.el (org-export-html-scripts): New constant.
5654         (org-export-html-style-default): Add a new style for highlighted
5655         code.
5656         (org-export-code-refs): New variable.
5657         (org-export-preprocess-string): Initialize `org-export-code-refs'.
5658         Call `org-export-replace-src-segments-and-examples'
5659         No longer call `org-export-protect-examples'.
5660         (org-export-target-internal-links): Take care of coderef targets.
5661         (org-export-last-code-line-counter-value): New variable.
5662         (org-export-replace-src-segments-and-examples): Renamed from
5663         `org-export-replace-src-segments', and modified.
5664         (org-export-format-source-code-or-example): Renamed from
5665         `org-export-format-source-code'.
5666         (org-export-number-lines): New function.
5667         (org-export-as-ascii, org-export-as-html): Handle coderef links.
5669 --------------------------------------------------------------------------
5671 2008-12-23  Carsten Dominik  <carsten.dominik@gmail.com>
5673         * org-remember.el (org-remember-handler): Safer way to get a new
5674         buffer accessing the target file.
5676         * org.el (org-refile-get-location): Handle case of current buffer
5677         not having a file associated with it.
5679 2008-12-22  Carsten Dominik  <carsten.dominik@gmail.com>
5681         * org-table.el (org-table-get-formula): Only ask to overwrite
5682         field formula if there really is one.
5684         * org-id.el (org-id-find): Allow the ID to be a symbol or a
5685         number, by converting these to a string.
5687         * org-colview.el (org-dblock-write:columnview): Allow ID to be
5688         located in a different file.
5690         * org-colview-xemacs.el (org-dblock-write:columnview): Copy from
5691         org-colview.el.
5693 2008-12-21  Carsten Dominik  <carsten.dominik@gmail.com>
5695         * org.el (org-completion-use-ido): Enhance docstring of
5696         `org-completion-use-ido'.
5698         * org-export-latex.el (org-export-latex-make-header): Double the %
5699         in the time stamp format.
5700         (org-export-latex-special-chars): Handle case where there is no
5701         match group 3.
5703 2008-12-20  Carsten Dominik  <carsten.dominik@gmail.com>
5705         * org.el (org-get-refile-targets, org-refile-get-location): Use
5706         expanded file name to improve comparison.
5708 2008-12-19  Carsten Dominik  <carsten.dominik@gmail.com>
5710         * org.el (org-scan-tags): Rescan for tags, to get the correct
5711         upcase/downcase stuff.  This slows things down for now, but it
5712         works.
5713         (org-mode): Make sure the tag-faces regexp is initialized.
5715         * org-export-latex.el (org-export-latex-links): Fix bug with
5716         undefined label.
5718         * org-table.el (org-table-get-specials): Set
5719         `org-table-current-last-data-line'.
5720         (org-table-current-last-data-line): New variable.
5721         (org-table-insert-column, org-table-delete-column)
5722         (org-table-move-column, org-table-fix-formulas): Call
5723         `org-table-fix-formulas' a second time to fix the $LR references.
5724         (org-table-get-specials): Add the $LR references to the tables.
5725         (org-table-get-formula): Do not offer last-row names as LHS of
5726         formulas.
5728         * org.el (org-store-link): Capture link description from
5729         `org-id-store-link'.
5731         * org-exp.el (org-export-html-format-image): Add the / to the end
5732         of the <img> tag.
5733         (org-export-format-source-code): Surround example by empty lines,
5734         to make sure it will not be inside a paragraph.
5736         * org.el (org-ido-switchb): New function.
5738 2008-12-18  Carsten Dominik  <carsten.dominik@gmail.com>
5740         * org-agenda.el (org-agenda-show): New prefix argument
5741         FULL-ENTRY.
5743         * org.el (org-sort-entries-or-items): Add a COMPARE-FUNC
5744         argument.
5746         * org-agenda.el (org-agenda-set-tags): Leave getting the tags to
5747         `org-agenda-change-all-lines'.
5748         (org-agenda-change-all-lines): Removed FORCE-TAGS argument, the
5749         tags are now retrieved locally.
5751 2008-12-17  Carsten Dominik  <carsten.dominik@gmail.com>
5753         * org.el (org-get-outline-path): Fix bug if level is not given.
5754         (org-org-menu): Do not quote function in menu vector.
5756         * org-agenda.el (org-finalize-agenda): Fix typo with variable
5757         name.
5759 2008-12-16  Carsten Dominik  <carsten.dominik@gmail.com>
5761         * org.el (org-refile): Avoid refiling to within the region to be
5762         refiled.
5764         * org-export-latex.el (org-export-latex-special-chars): Replace
5765         special characters also in tables.
5767         * org-agenda.el (org-agenda-change-all-lines): New argument
5768         FORCE-TAGS.
5769         (org-agenda-set-tags): Cet the new tags and pass them to
5770         `org-format-agenda-item'.
5772 2008-12-15  Carsten Dominik  <carsten.dominik@gmail.com>
5774         * org-export-latex.el (org-export-latex-classes): Add longable as
5775         a default package to all classes.
5776         (org-export-latex-tables): Handle the longtable attribute and the
5777         align attribute.
5779         * org-table.el (orgtbl-to-generic): Handle tables that start with
5780         a hline.
5782         * org-export-latex.el (org-export-latex-emphasis-alist): Switch to
5783         \verb for colde-like snippets.
5784         (org-export-as-latex): Fix issues with region export.
5786         * org.el (org-up-heading-safe): Speed up function by using a
5787         direct regexp search.
5788         (org-olpa): New variable.
5789         (org-get-outline-path): Speed-up path constructions in cases where
5790         this is possible because the entire hierarchy is scanned anyway.
5791         (org-refile-get-location): Don't compare the truenames of files,
5792         this is too slow.
5793         (org-goto-max-level): New option.
5794         (org-goto): Use `org-goto-max-level'.
5796 2008-12-12  Tassilo Horn  <tassilo@member.fsf.org>
5798         * org-gnus.el (org-gnus-article-link, org-gnus-article-link):
5799         Strip angle brackets from message-ids in the former and don't do
5800         it in the latter.
5801         (org-gnus-follow-link): Open summary reliable, even if the last
5802         messages were deleted, and handle empty groups, too.
5804 2008-12-12  Carsten Dominik  <carsten.dominik@gmail.com>
5806         * org-export-latex.el (org-export-latex-emphasis-alist): Use \verb
5807         instead of \texttt for the =...= and ~===~ emphasis environments.
5808         (org-export-as-latex): Remove any old :org-license-to-kill text
5809         properties.
5810         (org-export-as-latex): Pass RBEG to `org-export-latex-first-lines'.
5811         (org-export-latex-make-header): Add some hard space after the
5812         table of contents.
5813         (org-export-latex-first-lines): Accept RBEG argument.  Mark
5814         exported text so that it will be excuded in further steps.
5816         * org-table.el (org-table-get-specials): Make @0 reference the
5817         last line in a table.
5818         (org-table-recalculate): Improve docstring.
5820 2008-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
5822         * org.el (org-log-done): Fix docstring.
5824 2008-12-10  Carsten Dominik  <carsten.dominik@gmail.com>
5826         * org-exp.el (org-export-html-format-image): Fix bugs.
5828         * org-export-latex.el (org-export-latex-tables)
5829         (org-export-latex-links): Implement attribute, label, and caption
5830         handling.
5832         * org-exp.el (org-export-html-style-default): Add style
5833         definitions for the figure div.
5834         (org-export-preprocess-string, org-export-as-html): Implement
5835         attribute, label, and caption handling.
5836         (org-export-attach-captions-and-attributes): New function.
5837         (org-export-html-format-image): New function.
5838         (org-format-org-table-html): Implement attribute, label, and
5839         caption handling.
5841         * org.el (org-find-text-property-in-string): New function.
5842         (org-extract-attributes): Use the property org-attr instead of
5843         org-attrobutes, because this property is now set with the #+ATTR
5844         lines.
5846 2008-12-08  Carsten Dominik  <carsten.dominik@gmail.com>
5848         * org-compat.el (org-substring-no-properties): Fix for XEmacs, for
5849         the case that FROM is nil.
5851         * org.el (org-before-first-heading-p): New function.
5853 2008-12-07  Carsten Dominik  <carsten.dominik@gmail.com>
5855         * org-exp.el (org-export-as-html): Do not add a space before
5856         enforces line breaks.
5857         (org-export-as-html): Close paragraph before blockquote and verse
5858         tags.
5860 2008-12-06  Carsten Dominik  <carsten.dominik@gmail.com>
5862         * org-id.el (org-id-locations-file): Wrap file name with
5863         `convert-standard-filename'.
5864         (org-id-files): New variable.
5865         (org-id-use-hash): New option.
5866         (org-id-update-id-locations): Also search in all files current
5867         listed in `org-id-files'.  Convert the resulting alist to a hash
5868         if the user customation says so.
5869         (org-id-locations-save): Handle he case if `org-id-locations' is a
5870         hash.
5871         (org-id-locations-load): Convert the alist to a hash.
5872         (org-id-add-location): Handle the hast case.
5873         (kill-emacs-hook): Make sure id locations are saved when Emacs is
5874         exited.
5875         (org-id-hash-to-alist, org-id-alist-to-hash)
5876         (org-id-paste-tracker): New functions.
5878 -------------------------------------------------------------------------
5880 2008-12-05  Carsten Dominik  <carsten.dominik@gmail.com>
5882         * org-agenda.el (org-agenda-goto-calendar): Remove duplicate let
5883         bindings of calendar variables.
5885         * org-table.el (org-table-find-row-type): Renamed from
5886         `org-find-row-type'.
5887         (org-table-rewrite-old-row-references): Renamed from
5888         `org-rewrite-old-row-references'.
5889         (org-table-shift-refpart): Renamed from `org-shift-refpart'.
5890         (org-table-cleanup-narrow-column-properties): Renamed from
5891         `org-cleanup-narrow-column-properties'.
5893 2008-12-05  Carsten Dominik  <carsten.dominik@gmail.com>
5895         * org-table.el (org-find-row-type): New arguments DESC and CLINE,
5896         for better error messages.
5897         (org-table-get-descriptor-line): Supply the new arguments to
5898         `org-find-row-type'.
5899         (org-table-error-on-row-ref-crossing-hline): New option.
5901         * org.el (org-target-link-regexp): Make buffer-local.
5902         (org-move-subtree-down): Fix bug with trees at beginning of
5903         buffer.
5905 2008-12-04  Carsten Dominik  <carsten.dominik@gmail.com>
5907         * org-faces.el (org-set-tag-faces): New function.
5908         (org-tags-special-faces-re): New variable.
5910         * org.el (org-font-lock-add-tag-faces, org-get-tag-face): New functions.
5912         * org-faces.el (org-tag-faces): New option.
5913         (org-tag): Mention `org-tag-faces' in the docstring.
5915 2008-12-03  Carsten Dominik  <carsten.dominik@gmail.com>
5917         * org-exp.el (org-export-html-style-default): Implement new
5918         quoting.
5920         * org-jsinfo.el (org-infojs-template): Implement new quoting.
5922         * org-w3m.el (w3m-minor-mode-hook): Also add the special copy
5923         command to the `w3m-minor-mode-map'.
5925         * org-archive.el (org-archive-to-archive-sibling): Protect
5926         `this-command' to avoid appending kills during archiving.
5928         * org-exp.el (org-export-with-priority): New variable.
5929         (org-export-add-options-to-plist): Use `org-export-plist-vars'
5930         instead of internal list of strings and properties.
5931         (org-print-icalendar-entries): Retrieve the location property with
5932         inheritance.
5934 2008-12-02  Carsten Dominik  <carsten.dominik@gmail.com>
5936         * org-exp.el (org-export-with-todo-keywords): New option.
5937         (org-export-plist-vars): Include also the keys for the #+OPTIONS
5938         line.
5939         (org-default-export-plist, org-export-add-options-to-plist)
5940         (org-export-as-ascii, org-export-as-html): Use the new structure
5941         of `org-export-plist-vars'.
5943         * org.el (org-map-entries): Return all values.
5945 2008-11-29  Carsten Dominik  <carsten.dominik@gmail.com>
5947         * org.el (org-matcher-time): Recognize more special values.
5949         * org-gnus.el (fboundp): Fix defvaralias for XEmacs.
5951 2008-11-27  Carsten Dominik  <carsten.dominik@gmail.com>
5953         * org.el (org-tags-exclude-from-inheritance): New option.
5954         (org-tag-inherit-p, org-remove-uniherited-tags): Respect
5955         `org-tags-exclude-from-inheritance'.
5957         * org-agenda.el (org-agenda-show-inherited-tags): New option.
5958         (org-format-agenda-item): Add inherited tags to the agenda line
5959         string, and make sure that properties are kept when downcasing the
5960         tags list.
5961         (org-agenda-add-inherited-tags): New function.
5962         (org-downcase-keep-props): New function.
5964         * org.el (org-scan-tags): Mark inherited tags with a text
5965         property.
5966         (org-get-tags-at): Mark inherited tags with a text property.
5967         (org-add-prop-inherited): New function.
5969         * org-agenda.el (org-agenda-add-inherited-tags): New function.
5970         (org-agenda-show-inherited-tags): New option.
5972 2008-11-26  Carsten Dominik  <carsten.dominik@gmail.com>
5974         * org.el (org-modules): Add org-w3m to the default modules.
5976         * org-table.el (orgtbl-self-insert-command): Make S-SPC work in
5977         orgtbl-mode.
5978         (orgtabl-create-or-convert-from-region): New command.
5980         * org-exp.el (org-export-as-ascii): Remove the handling of
5981         targets.
5982         (org-export-ascii-preprocess): Handle targets already in this
5983         function.
5985 2008-11-25  Carsten Dominik  <carsten.dominik@gmail.com>
5987         * org-timer.el (org-timer-start-time): Define this variable.
5988         (org-timer-item): Make argument optional.
5990         * org-list.el (org-insert-item): Automatically insert a timer item
5991         if the current list is a timer list.
5993         * org-timer.el: New file.
5995         * org-publish.el (org-publish-org-index): Only exclude the index
5996         file in the main directory from being added to the site-map.
5997         (org-publish-get-project-from-filename): If the current project is
5998         a component, start publishing from the parent project.
6000 2008-11-24  Carsten Dominik  <carsten.dominik@gmail.com>
6002         * org-table.el (orgtbl-ret): Fix RET at beginning-of-buffer.
6004         * org-publish.el (org-publish-org-index): Improve removal of
6005         temporary buffers.
6007         * org-agenda.el (org-get-closed): Re-apply changes
6008         accidentially overwritten by last commit to Emacs.
6010         * org.el (org-outline-path-complete-in-steps): New option.
6011         (org-refile-get-location): Honor
6012         `org-outline-path-complete-in-steps'.
6013         (org-agenda-change-all-lines, org-tags-sparse-tree)
6014         (org-time-string-to-absolute, org-small-year-to-year)
6015         (org-link-escape): Re-apply changes accidentially overwritten
6016         by last commit to Emacs
6018 2008-11-23  Carsten Dominik  <carsten.dominik@gmail.com>
6020         * org-clock.el (org-dblock-write:clocktable): Make sure the
6021         clocktable sees the first line.
6022         (org-clock-in): Warn if the clock cannot be resumed.
6024 2008-11-22  Carsten Dominik  <carsten.dominik@gmail.com>
6026         * org.el (org-open-at-point): Fix mixup about interactive and
6027         non-interactive elisp links.
6029 2008-11-21  Carsten Dominik  <carsten.dominik@gmail.com>
6031         * org-exp.el (org-export-preprocess-string): Allow one comment
6032         line before the first headline to always be included.  This is
6033         to not miss a commented target.
6035         * org-mouse.el (org-mouse-insert-item): Call
6036         `org-indent-to-column' instead of `indent-to', for XEmacs
6037         compatibility.
6039         * org.el (org-refile-targets): Fix customize definition so
6040         that it works also in XEmacs.
6041         (org-fixup-indentation): Call `org-indent-to-column' instead
6042         of `indent-to', for XEmacs compatibility.
6044 2008-11-21  Tokuya Kameshima  <kames@fa2.so-net.ne.jp>
6046         * org-mew.el (org-mew-store-link): Get the correct case folder
6047         for refiled messages.
6049 2008-11-21  Carsten Dominik  <carsten.dominik@gmail.com>
6051         * org-exp.el (org-export-as-ascii): Remove the "\\" forced
6052         line break indicators.
6054         * org.el (org-ido-completing-read): Remove the "i:" prefix for
6055         ido-completion propts.
6057 2008-11-21  Carsten Dominik  <carsten.dominik@gmail.com>
6059         * org-remember.el (org-remember-apply-template): Use
6060         `org-substring-no-properties'.
6062         * org-compat.el (org-substring-no-properties): New function.
6064         * org-remember.el (org-remember-apply-template): Use
6065         `org-substring-no-properties' for compatibility.
6067         * org-list.el (org-list-two-spaces-after-bullet-regexp): New
6068         option.
6069         (org-fix-bullet-type): respect
6070         `org-list-two-spaces-after-bullet-regexp'.
6072         * org-clock.el (org-clock-load): Clean up the code.
6074         * org.el (org-adaptive-fill-function): Allow two spaces after
6075         "1." as a list bullet.
6077 2008-11-20  Carsten Dominik  <carsten.dominik@gmail.com>
6079         * org-clock.el (org-clock-save, org-clock-load): Check for
6080         live buffers, existing files, and buffer file names to ensure
6081         consistent information.
6082         (org-clock-persist): Make `clock' a special value of this
6083         variable, and improve docstring.
6085         * org-list.el (org-cycle-list-bullet, org-fix-bullet-type)
6086         (org-get-string-indentation): Adapt indentation when the bullet
6087         width changes.
6089 2008-11-19  Carsten Dominik  <carsten.dominik@gmail.com>
6091         * org-remember.el (org-remember-finalize): Make interactive.
6092         (org-remember-kill): New command.
6093         (org-remember-finish-immediately): Call `org-remember-finalize'
6094         directly.
6095         (org-remember-finalize): Make `org-remember-finalize' an interactive
6096         function.
6098 2008-11-18  Carsten Dominik  <carsten.dominik@gmail.com>
6100         * org-remember.el (org-remember-apply-template): No ido completion
6101         for free prompts in remember templates.
6102         (org-remember-before-finalize-hook): New hook.
6103         (org-remember-mode): New minor mode.
6104         (org-remember-apply-template): Turn on `org-remember-mode'.
6106         * org-id.el (org-id-add-location): Avoid error when no file is
6107         given.
6109         * org-remember.el (org-remember-apply-template): Fix the way how
6110         the list of allowed properties is retrieved from the target file.
6112         * org.el (org-insert-link): Improve file link matching.
6114 2008-11-17  Carsten Dominik  <carsten.dominik@gmail.com>
6116         * org-colview.el (org-columns-display-here): New argument
6117         DATELINE, to trigger using the new face.
6118         (org-agenda-colview-summarize): Call `org-columns-display-here'
6119         with the new argument.
6121         * org-faces.el (org-agenda-column-dateline): New face.
6123         * org-publish.el (org-publish-org-index): Use index-title at page
6124         title, not as section.
6126         * org-exp.el (org-export-html-format-desc): Respect the
6127         org-protect property.
6128         (org-export-as-html): Protect image specifiers that are in the
6129         description part of a link.
6131         * org.el (org-sort-entries-or-items, org-completing-read)
6132         (org-refile-get-location, org-olpath-completing-read, org-todo)
6133         (org-show-todo-tree, org-sparse-tree, org-make-tags-matcher)
6134         (org-set-tags, org-change-tag-in-region, org-fast-tag-selection)
6135         (org-set-property, org-delete-property)
6136         (org-delete-property-globally): Use `org-ido-completing-read'.
6138         * org-remember.el (org-remember-apply-template): Use
6139         `org-ido-completing-read'.
6141         * org-publish.el (org-publish): Use `org-ido-completing-read'.
6143         * org-colview.el (org-columns-edit-value, org-columns-new)
6144         (org-insert-columns-dblock): Use `org-ido-completing-read'.
6146         * org-colview-xemacs.el (org-columns-edit-value)
6147         (org-columns-new, org-insert-columns-dblock): Use
6148         `org-ido-completing-read'.
6150         * org-attach.el (org-attach-delete-one, org-attach-open): Use
6151         `org-ido-completing-read'.
6153         * org-agenda.el (org-todo-list, org-agenda-filter-by-tag): Use
6154         `org-ido-completing-read'.
6156         * org.el (org-time-today): New function.
6157         (org-matcher-time): Use `org-time-today'.  Add special treatment
6158         for "<tomorrow>" and "<yesterday>".
6159         (org-ido-completing-read): New function.
6160         (org-completion-use-ido): New option.
6162         * org-exp.el (org-export-format-source-code): Fix bug in require
6163         htmlize code.
6164         (org-export-target-internal-links): Fix bug in search for text
6165         property.
6167 2008-11-16  Carsten Dominik  <carsten.dominik@gmail.com>
6169         * org-export-latex.el (org-export-latex-subcontent): Interprete
6170         target aliases as additonal labels.
6172         * org-exp.el (org-export-target-aliases): New variable.
6173         (org-export-preprocess-string)
6174         (org-export-handle-invisible-targets): Fill the alias alist.
6175         (org-export-as-html): Remove the &nbsp; from the anchor, and also
6176         assign an id.
6177         (org-html-level-start): Insert the target aliases as additonal
6178         anchors.
6180         * org.el (org-edit-fixed-width-region): Fix bug when starting a new
6181         picture area.
6183 2008-11-15  Carsten Dominik  <carsten.dominik@gmail.com>
6185         * org.el (org-open-at-mouse): Ensure correct link abbreviations
6186         when following a link with the mouse from the agenda.
6188         * org-exp.el (org-export-as-html): Avoid lone </div> when no
6189         headlines are created.
6191 2008-11-14  Carsten Dominik  <carsten.dominik@gmail.com>
6193         * org-exp.el (org-export-preprocess-string): Reorder so that we
6194         can still see ID properties when we collect targets.
6195         (org-export-target-internal-links): Also store targets for ID's.
6197         * org.el (org-link-translation-function): New option.
6198         (org-open-at-point): Call `org-link-translation-function' if
6199         non-nil.
6200         (org-translate-link): New function.
6201         (org-translate-link-from-planner): New function.
6202         (org-open-at-point): Allow interactive commands in elisp links.
6204         * org-exp.el (org-icalendar-cleanup-string): Restore the old
6205         iCalendar quoting.  The new one seems to caus problems with
6206         applications.
6208         * org.el (org-yank): Set `this-command' to `yank', so that
6209         `yank-pop' will work.
6211 2008-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
6213         * org-id.el (org-id-search-archives): New option.
6215         * org.el (org-link-to-org-use-id): New option.
6216         (org-store-link): Use `org-link-to-org-use-id'.
6217         (org-id): Make org-id.el a standard component.
6219 2008-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
6221         * org.el (org-link-expand-abbrev): Implement %h as an escape for a
6222         hexified version of the tag.
6224         * org-exp.el (org-icalendar-cleanup-string): Improve RFC2455
6225         compliance as far as quoting is concerned.
6227         * org-vm.el (org-vm-follow-link): Require `vm-search'.
6229         * org.el (org-up-heading-safe, org-forward-same-level): Always
6230         call `org-back-to-heading' instead of `outline-back-to-heading'.
6231         (org-back-to-heading): New wrapper around outline-back-to-heading,
6232         with a useful error message telling where the error happened.
6234         * org-list.el (org-update-checkbox-count): Always call
6235         `org-back-to-heading' instead of `outline-back-to-heading'.
6237         * org-exp.el (org-export-as-html): Make sure that each <img> tag
6238         has an `alt' attribute, to ensure XHTML validation.
6240 2008-11-12  Carsten Dominik  <carsten.dominik@gmail.com>
6242         * org-publish.el (org-publish-attachment): Allow publishing to
6243         overwrite attachment files.
6245         * org-agenda.el (org-agenda-timerange-leaders): New option.
6246         (org-agenda-get-blocks): Use `org-agenda-timerange-leaders'.
6248         * org.el (org-edit-src-exit): Untabify ASCII image before
6249         returning.
6262 2008-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
6264         * org.el (org-yank): Make any prefix force normal yanking.
6265         Suppress folding if text would be swallowed into a folded
6266         subtree.
6267         (org-yank-folded-subtrees, org-yank): Docstring updates.
6269         * org-agenda.el (org-agenda-compare-effort): Treat no effort
6270         defined as 0.
6272         * org-exp.el (org-export-language-setup): Add Catalan and
6273         Esperanto language entries.
6275 2008-11-10  Carsten Dominik  <carsten.dominik@gmail.com>
6277         * org.el (org-refile): Allow refiling of entire regions.
6279         * org-clock.el (org-clock-time%): New function.
6281         * org.el (org-entry-get, org-entry-delete): Use safer regexps to
6282         retrieve property values.
6284 2008-11-09  Carsten Dominik  <carsten.dominik@gmail.com>
6286         * org-agenda.el (org-agenda-list): Handle the value `only' of
6287         org-agenda-show-log'.
6288         (org-agenda-log-mode): Interpret a double prefix arg.
6290 2008-11-08  Carsten Dominik  <carsten.dominik@gmail.com>
6292         * org-exp.el (org-export-html-footnotes-section): New variable.
6293         (org-export-as-html): Use `org-export-html-footnotes-section' to
6294         insert the footnotes.
6295         (org-export-language-setup): Add "Footnotes" to language words.
6297 2008-11-07  Carsten Dominik  <carsten.dominik@gmail.com>
6299         * org.el (org-yank): Fix bug when not inserting a subtree.
6301 2008-11-06  Carsten Dominik  <carsten.dominik@gmail.com>
6303         * org-vm.el (org-vm-follow-link): Call `vm-preview-current-message'
6304         instead of `vm-beginning-of-message'.
6306         * org.el (org-make-link-regexps): Make sure that links to gnus can
6307         contain brackets.
6309 2008-11-05  Carsten Dominik  <carsten.dominik@gmail.com>
6311         * org-attach.el (org-attach-dir): Remove duplicate ID creation
6312         code.
6314         * org-id.el (org-id-new): Use `org-trim' to extract the uuid from
6315         shell output.
6317         * org.el (org-link-abbrev-alist): Improve customization type.
6319         * org-attach.el (org-attach-expand-link, org-attach-expand): New
6320         functions.
6322         * org-agenda.el (org-agenda-get-progress): Renamed from
6323         `org-get-closed'.  Implement searching for state changes as well.
6324         (org-agenda-log-mode-items): New option.
6325         (org-agenda-log-mode): New option prefix argument, interpreted as
6326         request to show all possible progress info.
6327         (org-agenda-get-day-entries): Call `org-get-progress' instead of
6328         `org-get-closed'.
6329         (org-agenda-set-mode-name): Handle the more complex log mode
6330         settings.
6331         (org-get-closed): New alias, pointing to `org-get-progress'.
6333 2008-11-05  Carsten Dominik  <dominik@science.uva.nl>
6335         * org.el (org-file-apps-defaults-gnu)
6336         (org-file-apps-defaults-macosx)
6337         (org-file-apps-defaults-windowsnt): Add an entry defining the
6338         system command.
6339         (org-file-apps): Allow `system' as key and value.
6340         (org-open-at-point): Explain the effect of a double prefix arg.
6341         (org-open-file): If the argument `in-emacs' is (16),
6342         i.e. corresponding to a double prefix argument, try to open the
6343         file externally.
6345 2008-11-04  Carsten Dominik  <dominik@science.uva.nl>
6347         * org.el (org-insert-link): Abbreviate absolute files names in
6348         links.  Also, fix a bug in which the double C-u prefix would not
6349         be honored.
6351 2008-11-03  Carsten Dominik  <dominik@science.uva.nl>
6353         * org.el (org-insert-heading): If buffer does not end with a
6354         newline, add one if necessary to insert headline correctly.
6356         * org-exp.el (org-export-as-html): Make sure that <hr/> is between
6357         paragraphs, not inside.
6359         * org.el (org-todo): Quote
6360         `org-agenda-headline-snapshot-before-repeat'.
6362         * org-exp.el (org-export-as-html): Fully process link descriptions.
6363         (org-export-html-format-desc): New function.
6364         (org-export-as-html): Collect footnotes into the correct basket.
6365         (org-html-protect): No longer protect quotations marks here, this
6366         goes wrong.
6368         * org-agenda.el (org-agenda-remove-marked-text): Bind variable
6369         BEG.
6371         * org-compat.el (org-fit-window-to-buffer): New function (not
6372         really, a preliminary and incomplete version was present earlier,
6373         but not used).
6375         * org.el (org-fast-todo-selection, org-fast-tag-selection): Use
6376         `org-fit-window-to-buffer'.
6378         * org-exp.el (org-export): Use `org-fit-window-to-buffer'.
6380         * org-agenda.el (org-agenda-get-restriction-and-command)
6381         (org-fit-agenda-window, org-agenda-convert-date): Use
6382         `org-fit-window-to-buffer'.
6384         * org-exp.el (org-export-as-html): Process href links through
6385         `org-export-html-format-href'.
6386         (org-export-html-format-href): New function.
6388         * org-agenda.el (org-agenda-todo): Update only the current
6389         headline if this is a repeated TODO, marked done for today.
6390         (org-agenda-change-all-lines): New argument JUST-THIS, to change
6391         only the current line.
6393         * org.el (org-todo): Take a snapshot of the headline if the
6394         repeater might change it.
6396 2008-11-02  Carsten Dominik  <dominik@science.uva.nl>
6398         * org-publish.el (org-publish-find-title): Remove buffers visited
6399         only for extracting the title.
6401         * org-exp.el (org-export-html-style)
6402         (org-export-html-style-default): Mark style definitions as
6403         unparsed CDATA.
6405         * org-publish.el (org-publish-validate-link): Function
6406         re-introduced.
6408 2008-11-02  Charles Sebold  <csebold@gmail.com>
6410         * org-plot.el (org-plot/add-options-to-plist): Supports timefmt
6411         property.
6412         (org-plot-quote-timestamp-field): New function.
6413         (org-plot-quote-tsv-field): Call timestamp field function when
6414         necessary rather than just quoting as a string.
6415         (org-plot/gnuplot-to-data): Pass in timefmt property.
6416         (org-plot/gnuplot-script): Supports timefmt property.
6417         (org-plot/gnuplot): Checks for timestamp column before checking
6418         for text index column.
6420 2008-11-02  Carsten Dominik  <dominik@science.uva.nl>
6422         * org.el (org-insert-heading): Improve behavior with hidden subtrees.
6424         * org-publish.el (org-publish-org-index): Create a section in the
6425         index file.
6426         (org-publish-org-index): Stop linking to directories.
6428         * org.el (org-emphasis-alist): Use span instead of <u> to
6429         underline text.
6431         * org-exp.el (org-export-as-html): Make sure <p> is closed before
6432         <pre> sections.
6434 2008-11-01  Sebastian Rose  <sebastian_rose@gmx.de>
6436         * org-jsinfo.el (org-infojs-template): Remove language attribute
6437         from script tag.
6439 2008-11-01  Carsten Dominik  <dominik@science.uva.nl>
6441         * org-agenda.el (org-agenda-remove-marked-text): New function.
6442         (org-agenda-mark-filtered-text)
6443         (org-agenda-unmark-filtered-text): New functions.
6444         (org-write-agenda): Remove fltered text.
6446         * org.el (org-make-tags-matcher): Give access to TODO "property"
6447         without speed penalty.
6449 2008-10-29  Carsten Dominik  <dominik@science.uva.nl>
6451         * org.el (org-link-frame-setup): Add `org-gnus-no-new-news' as an
6452         option.
6453         (org-store-link-props): Make sure adding to the plist works
6454         correctly.
6456         * org-gnus.el (org-gnus-no-new-news): New function.
6457         (org-gnus-follow-link): Allow the article ID to be a message-id,
6458         in addition to allowing article numbers.  Message IDs make much
6459         more roubust links.
6460         (org-gnus-store-link): Use message-id to create link.
6462 2008-10-28  Carsten Dominik  <dominik@science.uva.nl>
6464         * org.el (org-emphasize): Reverse the selection array.
6465         (org-emphasis-alist): Set <code> tags for the verbatim
6466         environment.
6468         * org-remember.el (org-remember-handler): Fix bug with
6469         prefix-related changing of the note storage target.
6471         * org-exp.el (org-print-icalendar-entries): Make the exported
6472         priorities compatible with RFC 2445.
6474         * org-clock.el (org-clock-save): Insert time stamp without
6475         dependence on time-stamp.el.
6477 2008-10-27  Carsten Dominik  <dominik@science.uva.nl>
6479         * org.el ("saveplace"): If saveplace puts point into an invisible
6480         location, make it visible.
6481         (org-make-tags-matcher): Allow inactive time stamps in time
6482         comparisons.
6483         (org-yank-adjusted-subtrees): New option.
6484         (org-yank): Incorporate adjusting trees.
6485         (org-paste-subtree): New argument FOR-YANK which will cause
6486         insertion at point without backing up over white lines, and leave
6487         point at the end of the inserted text.  Also if the cursor is
6488         at the beginning of a headline, use the same level or the inserted
6489         tree.
6491         * org-publish.el (org-publish-get-base-files-1): Deal correctly
6492         with broken symlinks
6494 2008-10-26  Carsten Dominik  <dominik@science.uva.nl>
6496         * org-exp.el (org-export-select-tags, org-get-current-options):
6497         Fix typo.
6499 2008-10-25  Carsten Dominik  <dominik@science.uva.nl>
6501         * org-agenda.el (org-format-agenda-item)
6502         (org-agenda-filter-make-matcher): Make sure tags are stored and
6503         compared donwcased.
6505 2008-10-23  Carsten Dominik  <dominik@science.uva.nl>
6507         * org.el (org-insert-todo-heading): Fix bug with force-heading
6508         argument.
6510 2008-10-23  James TD Smith  <ahktenzero@mohorovi.cc>
6512         * org-clock.el (org-clock-in-resume): Add a custom option to
6513         toggle starting the clock from an open clock line.
6514         (org-clock-in): When clocking in to an entry, if
6515         `org-clock-in-resume' is set, check if the first clock line is
6516         open and if so, start the clock from the time in the clock line.
6517         (org-clock-persist): Add a custom option to toggle clock
6518         persistence.
6519         (org-clock-persist-query-save): Add a custom option to toggle
6520         asking the user if they want to save the running clock when
6521         exiting.
6522         (org-clock-persist-query-resume): Add a custom option to toggle
6523         asking the user if they want to resume the saved clock when Emacs
6524         is restarted.
6525         (org-clock-save): Add a function to save clock data.
6526         This includes the contents of `org-clock-history' and the buffer
6527         and position of the currently clocked task, if any.
6528         (org-clock-load): Add a function to load clock data.
6529         This populates `org-clock-history', and resumes the saved clocked
6530         task if there is one.
6531         (org-clock-persistence-insinuate): Add a method to set up the
6532         hooks for clock persistence.
6534 2008-10-22  Carsten Dominik  <dominik@science.uva.nl>
6536         * org-exp.el (org-export-as-ascii): Handle the case that we are
6537         publishing from an indirect buffer.
6539         * org-table.el (org-table-copy-down): Fix bug with time stamp
6540         increment.
6542         * org-mouse.el (org-mouse-features): New option.
6543         (org-mode-hook): Turn on features depending on
6544         `org-mouse-features'.
6546         * org.el (org-insert-heading-respect-content): Force heading
6547         creation.
6548         (org-insert-heading): keep the folding state of the heading before
6549         the inserted one.
6551 2008-10-21  Carsten Dominik  <dominik@science.uva.nl>
6553         * org-archive.el (org-archive-to-archive-sibling): Handle top
6554         level headlines better.
6556 2008-10-21  Bastien Guerry  <bzg@altern.org>
6558         * org-export-latex.el (org-export-latex-classes): Added
6559         \usepackage{graphicx} to the default list of packages.
6561 2008-10-21  Carsten Dominik  <dominik@science.uva.nl>
6563         * org-agenda.el (org-agenda-filter): Renamed from
6564         `org-agenda-filter-tags'.
6566 2008-10-20  Carsten Dominik  <dominik@science.uva.nl>
6568         * org.el (org-entry-properties): Add CATEGORY property, iven if it
6569         is not defined as a property in this entry.
6570         (org-add-log-note): Mask prefix argument when immediately storing
6571         the note.
6573         * org-agenda.el (org-agenda-filter-effort-default-operator): New
6574         option.
6576 2008-10-19  James TD Smith  <ahktenzero@mohorovi.cc>
6578         * org.el (org-add-log-setup): Bugfix; code to find insertion point
6579         after drawers was skipping ahead one line too many, so notes were
6580         inserted after the first note instead of before it.
6582 2008-10-18  Carsten Dominik  <dominik@science.uva.nl>
6584         * org-agenda.el (org-agenda-filter-tags,org-agenda-filter-form):
6585         New variables.
6586         (org-prepare-agenda): Reset the filter tags.
6587         (org-agenda-filter-by-tag, org-agenda-filter-by-tag-show-all):
6588         Show filter tags in mode line.
6590         * org-table.el (orgtbl-to-html): Bind `html-table-tag' for the
6591         formatter.
6593         * org-export-latex.el (org-latex-entities-regexp): New constant.
6594         (org-export-as-pdf): Use two calls to `shell-command'.
6596 2008-10-17  Carsten Dominik  <dominik@science.uva.nl>
6598         * org-export-latex.el (org-export-latex-treat-sub-super-char):
6599         Honor the {} value of the subsuperscript setting.  Make sure that
6600         longer subsuperscripts are typeset in a roman font.
6602         * org.el (org-clock-update-time-maybe): Compute negative clock
6603         intervals correctly.
6605 2008-10-16  Carsten Dominik  <dominik@science.uva.nl>
6607         * org.el (org-add-log-setup): Respect
6608         `org-log-state-notes-insert-after-drawers'.
6609         (org-log-state-notes-insert-after-drawers): New option.
6610         (org-todo-trigger-tag-changes): New function.
6611         (org-todo): Call `org-todo-trigger-tag-changes'.
6613 2008-10-15  James TD Smith  <ahktenzero@mohorovi.cc>
6615         * org.el (org-add-log-setup): Only skip drawers if the are
6616         immediately after the scheduling keywords.
6618         * org-clock.el (org-clock-in-switch-to-state): Allow this to be a
6619         function
6620         (org-clock-in): If `org-clock-in-switch-to-state' is a function,
6621         call it with the current todo state to get the state to switch to
6622         when clocking in.
6623         (org-clock-in): Use org-indent-line-function to indent clock lines.
6624         (org-clock-find-position): Fix indentation of empty clock drawers.
6626 2008-10-15  Carsten Dominik  <dominik@science.uva.nl>
6628         * org-publish.el (org-publish-org-to): Handle case when
6629         org-export-to-pdf does return a file name, not a buffer.
6630         (org-publish-org-to-pdf): New function.
6632         * org-export-latex.el (org-export-as-pdf)
6633         (org-export-as-pdf-and-open): New commands.
6635         * org-table.el (org-table-eval-formula): Avoid parsing Calc's HMS
6636         forms as ranges.
6638         * org-export-latex.el (org-export-latex-lists): Ignore lists-like
6639         things in protexted regions.
6641 2008-10-14  Carsten Dominik  <dominik@science.uva.nl>
6643         * org-export-latex.el (org-export-latex-preprocess): Improve
6644         quoting of LaTeX environments.
6646 2008-10-10  Carsten Dominik  <dominik@science.uva.nl>
6648         * org.el (org-edit-fixed-width-region): Exclude final newline from
6649         picture area.
6651         * org-export-latex.el (org-export-latex-subcontent): Add labels to
6652         sections, to make internal links work.
6653         (org-export-latex-fontify-headline): Do not remove all text
6654         properties, to make sure that target properties survive this
6655         process.
6657         * org-exp.el (org-export-preprocess-string): Change sequence of
6658         modifications, to make sure links are prepared before the LaTeX
6659         conversions do happen.
6661 2008-10-09  Carsten Dominik  <dominik@science.uva.nl>
6663         * org-attach.el (org-attach-delete-all): Renamed from
6664         `org-attch-delete'.  Add a security query before deleting the
6665         entire directory.  New optional argument FORCE can overrule the
6666         security query.
6667         (org-attach-delete-one): New command.
6669 2008-10-08  Carsten Dominik  <dominik@science.uva.nl>
6671         * org-attach.el (org-attach-file-list): Fix bug with directory.
6673 2008-10-07  Carsten Dominik  <dominik@science.uva.nl>
6675         * org.el (org-apps-regexp-alist): New function.
6676         (org-file-apps): Add auto-mode to the default value.
6677         (org-open-file): Use the new structure of org-file-apps.
6679         * org-attach.el (org-attach): Support the new keys.
6680         (org-attach-method): New option.
6682 2008-10-06  Carsten Dominik  <dominik@science.uva.nl>
6684         * org-bbdb.el (org-bbdb-anniversaries): Fix but with 29 Feb/1
6685         March.
6687         * org.el (org-remove-uniherited-tags): Fix reverse interpretation
6688         of the list value o `org-use-tag-inheritance'.
6690         * org-attach.el (org-attach-auto-tag): New option.
6691         (org-attach-tag, org-attach-untag): New functions.
6692         (org-attach-attach, org-attach-new, org-attach-sync): Call
6693         `org-attach-tag'.
6694         (org-attach-delete): Call `org-attach-untag'.
6696 2008-10-04  Carsten Dominik  <dominik@science.uva.nl>
6698         * org-table.el (orgtbl-self-insert-command): Make this work for
6699         the keypad as well.
6701 2008-10-02  Carsten Dominik  <dominik@science.uva.nl>
6703         * org.el (org-add-log-setup): Limit searc for drawers to entry
6704         text, not to subtree.
6706         * org-clock.el (org-clock-heading-for-remember): New variable.
6707         (org-clock-in): Set `org-clock-heading-for-remember'.
6709 2008-10-01  James TD Smith  <ahktenzero@mohorovi.cc>
6711         * org-remember.el (org-remember-apply-template): Add new
6712         expansions: %k, %K for currently clocked task and a link to the
6713         currently clocked task, and %< to file notes in the currently
6714         clocked task.
6716 2008-10-01  Carsten Dominik  <dominik@science.uva.nl>
6718         * org-export-latex.el (org-export-latex-make-header): Also insert
6719         the content of the property :latex-header-extra.
6721         * org-exp.el (org-infile-export-plist): Put the content of
6722         #+LATEX_HEADER: into the property :latex-header-extra.
6724         * org-colview.el (org-columns-get-format-and-top-level): Remove
6725         resetting the marker.
6727         * org-colview-xemacs.el (org-columns-get-format-and-top-level):
6728         Remove resetting the marker.
6730         * org.el (org-entry-property-inherited-from): Improve docstring.
6731         (org-entry-get-with-inheritance): Reset marker before starting the
6732         search.
6734         * org-exp.el (org-infile-export-plist): Allow multiple STYLE lines.
6736 2008-09-30  Carsten Dominik  <dominik@science.uva.nl>
6738         * org.el (org-entry-get-multivalued-property)
6739         (org-entry-protect-space, org-entry-restore-space): New
6740         functions.
6741         (org-file-apps-defaults-macosx): Let postscript files be opened by
6742         preview.
6743         (org-time-stamp-inactive): Call `org-time-stamp'.
6744         (org-time-stamp): New argument `inactive'.  Also edit inacive
6745         stamps. Convert time stamp type.
6746         (org-open-file): Interpret the `default' value for the `command'
6747         in `org-file-apps'.
6749         * org-id.el (org-id-int-to-b36-one-digit)
6750         (org-id-b36-to-int-one-digit, org-id-int-to-b36)
6751         (org-id-b36-to-int, org-id-time-to-b36): Modified from b62 to
6752         b36.
6754 2008-09-29  Carsten Dominik  <dominik@science.uva.nl>
6756         * org-id.el (org-id-reverse-string): New function.
6757         (org-id-new): Use `org-id-reverse-string' to make sure the
6758         beginning chars of the ID are mutating fast.  This allows to use a
6759         directory structure to spread things better.
6760         (org-id-prefix): Changed default to nil.
6762         * org-list.el (org-move-item-down, org-move-item-up): Remember and
6763         restore the column of the cursor position.
6765         * org-remember.el (org-remember-apply-template): Remove properties
6766         from `initial'.
6768 2008-09-27  Carsten Dominik  <dominik@science.uva.nl>
6770         * org-wl.el (org-wl-open): Remove useless call to
6771         `wl-thread-open-all'.
6773         * org-remember.el (org-remember-handler): Fix bug with `bottom'
6774         location.
6776 2008-09-26  Carsten Dominik  <dominik@science.uva.nl>
6778         * org-bbdb.el (org-bbdb-anniversaries): Require bbdb in
6779         `org-bbdb-anniversaries'.
6781         * org.el (org-get-next-sibling, org-forward-same-level): New
6782         functions, similar to the outline versions, but invisible headings
6783         are OK.
6785 2008-09-25  Bastien Guerry  <bzg@altern.org>
6787         * org.el (org-auto-repeat-maybe): Insert a space between
6788         the timestamp's type and the timestamp itself.
6790 2008-09-24  Carsten Dominik  <dominik@science.uva.nl>
6792         * org-table.el (org-table-sum): Do not format the result with %g,
6793         it does rounding when there are too many digits.
6795         * org.el (org-map-entries): Protect the keyword-selecting variables.
6797 2008-09-23  Bastien Guerry  <bzg@altern.org>
6799         * org-agenda.el (org-agenda-to-appt): Make sure the function check
6800         against all agenda files.
6802 2008-09-23  Carsten Dominik  <dominik@science.uva.nl>
6804         * org-list.el: New file, aggregating list functions from org.el
6805         and org-export-latex.el.
6807         * org.el (org-edit-src-region-extra): New option.
6809 2008-09-22  Carsten Dominik  <dominik@science.uva.nl>
6811         * org-agenda.el (org-agenda-to-appt): Fix bug with appointment
6812         time before 1am.
6814 2008-09-22  Bastien Guerry  <bzg@altern.org>
6816         * org-export-latex.el (org-export-latex-keywords-maybe): Bug fix.
6818 2008-09-22  James TD Smith  <ahktenzero@mohorovi.cc>
6820         * org-plot.el (org-plot/gnuplot): Make tables starting with a
6821         hline work correctly.
6822         (org-plot/gnuplot-script): Put commas at the end of each script
6823         line.
6825 2008-09-20  James TD Smith  <ahktenzero@mohorovi.cc>
6827         * org.el (org-get-refile-targets): Replace links with their
6828         descriptions
6829         (org-imenu-get-tree): Replace links with their descriptions.
6831         * org-remember.el (org-remember-apply-template): Add a new
6832         expansion for adding properties to remember items.
6834         * org.el (org-add-log-setup): Skip over drawers (properties,
6835         clocks etc) when adding notes.
6837         * org-agenda.el (org-agenda-get-closed): show durations of clocked
6838         items as well as the start and end times.
6840         * org-compat.el (org-get-x-clipboard-compat): Add a compat
6841         function for fetching the X clipboard on XEmacs and GNU Emacs 21.
6843         * org-remember.el (org-get-x-clipboard): Use the compat
6844         function to get clipboard values when x-selection-value is
6845         unavailable. Use substring-no-properties instead of
6846         set-text-properties to remove text properties from the clipboard
6847         value.
6849         * lisp/org-clock.el (org-update-mode-line): Support limiting the
6850         modeline clock string, and display the full todo value in the
6851         tooltip. Set a local keymap so mouse-3 on the clock string goes to
6852         the currently clocked task.
6853         (org-clock-string-limit): Add a custom value for the maximum
6854         length of the clock string in the modeline.
6855         (org-clock-mode-map): Add a keymap for the modeline string
6857 2008-09-21  Carsten Dominik  <dominik@science.uva.nl>
6859         * org-compat.el (org-propertize): New function.
6861 2008-09-20  Bastien Guerry  <bzg@altern.org>
6863         * org-export-latex.el (org-export-latex-tables): protect exported
6864         tables from further special chars conversion.
6865         (org-export-latex-preprocess): Preserve LaTeX environments.
6866         (org-list-parse-list): Parse descriptive lists.
6867         (org-list-to-generic, org-list-to-latex, org-list-to-html)
6868         (org-list-to-texinfo): Export descriptive lists.
6869         (org-quote-chars): Remove.
6870         (org-export-latex-keywords-maybe): Use `replace-regexp-in-string'.
6871         (org-export-latex-list-beginning-re): Rename to
6872         `org-list-beginning-re'
6873         (org-list-item-begin): Rename to `org-list-item-beginning'
6875 2008-09-20  Carsten Dominik  <dominik@science.uva.nl>
6877         * org.el (org-refile): Allow refiling to the last entry in the
6878         buffer.
6879         (org-get-tags-at): Fix bug when inheritance is turned off.
6881 2008-09-19  Carsten Dominik  <dominik@science.uva.nl>
6883         * org.el (org-indent-line-function): No longer check for src
6884         regions, this is too much overhead.
6886         * org-agenda.el (org-agenda-highlight-todo): Fix bugs with keyword
6887         matching.
6889         * org.el (org-scan-tags): Make sure that tags matching is not case
6890         sensitive.  TODO keyword matching is case sensitive, however, to
6891         avoid confusion with similar words that are not meant to be
6892         keywords.
6894 2008-09-18  Carsten Dominik  <dominik@science.uva.nl>
6896         * org.el (org-get-local-tags-at): New function.
6897         (org-get-local-tags): New function.
6899         * org-exp.el (org-export-get-categories): New function.
6901         * org-agenda.el (org-sorting-choice)
6902         (org-agenda-sorting-strategy, org-agenda-get-todos)
6903         (org-agenda-get-timestamps, org-agenda-get-deadlines)
6904         (org-agenda-get-scheduled, org-agenda-get-blocks)
6905         (org-entries-lessp): Implement sorting by TODO state.
6906         (org-cmp-todo-state): New defsubst.
6908         * org-colview.el (org-colview-construct-allowed-dates): New
6909         function.
6910         (org-columns-next-allowed-value): Use
6911         `org-colview-construct-allowed-dates'.
6913         * org-colview-xemacs.el (org-colview-construct-allowed-dates): New
6914         function.
6915         (org-columns-next-allowed-value): Use
6916         `org-colview-construct-allowed-dates'.
6918 2008-09-17  Carsten Dominik  <dominik@science.uva.nl>
6920         * org.el (org-protect-slash): New function.
6921         (org-get-refile-targets): Use `org-protect-slash'.
6923         * org-agenda.el (org-global-tags-completion-table): New variable.
6925         * org-exp.el (org-export-handle-export-tags): New function.
6926         (org-export-preprocess-string): Call
6927         `org-export-handle-export-tags'.
6929         * org-plot.el: New file.
6931         * org-publish.el (org-publish-expand-components): Function removed.
6932         (org-publish-expand-projects): Allow components to have components.
6934 2008-09-13  Carsten Dominik  <dominik@science.uva.nl>
6936         * org.el (org-indent-line-function): Do not indent in regions that
6937         are external source code.
6938         (org-yank-and-fold-if-subtree): New function.
6940         * org-agenda.el (org-agenda-todayp): New function.
6941         (org-agenda-get-deadlines, org-agenda-get-scheduled): Use
6942         `org-agenda-todayp'.
6944         * org.el (org-insert-heading-respect-content)
6945         (org-insert-todo-heading-respect-content): New commands.
6946         (org-insert-heading-respect-content): New option.
6947         (org-insert-heading): Respect `org-insert-heading-respect-content'.
6949         * org-clock.el (org-clock-find-position): Make sure the note after
6950         the clock line gets moved into the new clock drawer.
6952 2008-09-11  Carsten Dominik  <dominik@science.uva.nl>
6954         * org-id.el (org-id-new): New option.
6956 2008-09-08  Carsten Dominik  <dominik@science.uva.nl>
6958         * org-table.el (org-table-copy-down): Avoid overflow during
6959         increment.  Use prefix argument 0 to temporarily disable the
6960         increment.
6962 2008-09-07  Carsten Dominik  <dominik@science.uva.nl>
6964         * org-exp.el (org-export-as-html): Do not turn on the major mode
6965         if the buffer will be killed anyway.
6966         (org-get-current-options): Exclude the #+TEXT field.
6967         (org-export-as-html): Make sure text before the first headline is
6968         a paragraph.
6970         * org-publish.el (org-publish-org-to): Tell the exporter that this
6971         buffer will be killed, so it is not necessary to do major mode
6972         initialization.
6974         * org-archive.el (org-archive-to-archive-sibling): Show empty
6975         lines after folding the archive sibling.
6977         * org.el (org-log-note-extra): New variable.
6979 2008-09-05  Bastien Guerry  <bzg@altern.org>
6981         * org.el (org-additional-option-like-keywords): Added keywords for
6982         the _QUOTE, _VERSE and _SRC environments.
6984         * org-export-latex.el (org-export-latex-preprocess): Fix bug when
6985         exporting _QUOTE and _VERSE environments.
6987 2008-09-05  Carsten Dominik  <dominik@science.uva.nl>
6989         * org-agenda.el (org-agenda-filter-by-tag): New command.
6991         * org-exp.el (org-get-current-options): Remove angular brackets
6992         from the date entry.
6994         * org.el (org-edit-fixed-width-region): New function.
6995         (org-edit-fixed-width-region): Also try
6996         `org-edit-fixed-width-region'.
6997         (org-edit-fixed-width-region-mode): New option.
6998         (org-activate-code): Only interprete lines starting with colon
6999         plus a space as example lines.
7001         * org-remember.el (org-remember-templates): Add nil instead of
7002         empty strings to fix the length of remember templates.
7004         * org-table.el (org-calc-default-modes): Fix the time format for
7005         calc, from 12 hour to 24 hour clock.
7007 2008-09-04  Carsten Dominik  <dominik@science.uva.nl>
7009         * org-agenda.el (org-agenda-get-deadlines)
7010         (org-agenda-get-scheduled): Avoid `time-of-day' extraction for
7011         entries that are pre-warnings of deadlines or reminders.
7013         * org.el (org-sort-entries-or-items): Make numeric and alpha
7014         comparisons ignore any TODO keyword and priority cookie.
7016         * org-remember.el (org-remember-handler): Reinterpretation of the
7017         prefix argument.
7019 2008-09-03  Carsten Dominik  <dominik@science.uva.nl>
7021         * org-agenda.el (org-agenda-get-scheduled): Use new
7022         `org-scheduled' face.
7024         * org-faces.el (org-scheduled): New face.
7026         * org-wl.el (org-wl-open): Remove incorrect declaration.
7028         * org-gnus.el (org-gnus-store-link): Support for :to information
7029         in gnus links.
7031         * org-exp.el (org-export-as-html): Fixed typo in creator
7032         information.
7033         (org-export-protect-examples): New parameter indent.  Insert extra
7034         spaces only when this parameter is specified.
7035         (org-export-preprocess-string): Call `org-export-protect-examples'
7036         with an indentation parameter when exporting to ASCII.
7038         * org-remember.el (org-remember-templates)
7039         (org-remember-apply-template): Allow the file component to be a
7040         function.
7042         * org.el (org-goto-local-search-headings): Renamed from
7043         `org-goto-local-search-forward-headings'.  Added the possibility
7044         to search backwards.
7046 2008-09-02  Carsten Dominik  <dominik@science.uva.nl>
7048         * org-export-latex.el (org-export-latex): New customization
7049         group.
7051         * org-agenda.el (org-write-agenda): Erase buffer for txt export.
7053 2008-09-01  Carsten Dominik  <dominik@science.uva.nl>
7055         * org-exp.el (org-html-do-expand): Allow {} to terminate
7056         tex macro
7058 2008-07-29  Carsten Dominik  <dominik@science.uva.nl>
7060         * org.el (org-buffer-list): Select buffers based on major mode,
7061         not on file name.
7063 2008-07-26  Carsten Dominik  <dominik@science.uva.nl>
7065         * org-agenda.el (org-agenda-align-tags): Fix bug with malformed
7066         face property.
7068         * org-colview.el (org-columns-display-here): Use
7069         `org-columns-modify-value-for-display-function'.
7071         * org-colview-xemacs.el (org-columns-display-here): Use
7072         `org-columns-modify-value-for-display-function'.
7074 2008-07-25  Carsten Dominik  <dominik@science.uva.nl>
7076         * org.el (org-columns-modify-value-for-display-function): New option.
7088         * org-publish.el (org-publish-file): Make sure the directory match
7089         for the publishing directory works correctly.
7091         * org-agenda.el (org-agenda-execute-calendar-command)
7092         (org-agenda-diary-entry): Additional optional argument.
7094 2008-07-24  Carsten Dominik  <dominik@science.uva.nl>
7096         * org-exp.el (org-export-as-html): Add attributes also in mailto
7097         and ftp links.
7099         * org.el (org-autoload): Add `org-dblock-write:columnview'.
7108 2008-07-23  Carsten Dominik  <dominik@science.uva.nl>
7110         * org-exp.el (org-export-region-as-html, org-export-as-html): Make
7111         sure that calls from `org-export-region-as-html' do not do the
7112         special check for a subtree.
7114 2008-07-22  Carsten Dominik  <dominik@science.uva.nl>
7116         * org-agenda.el (org-batch-store-agenda-views): Fix parsing bug.
7118 2008-07-20  Juri Linkov  <juri@jurta.org>
7120         * org.el (narrow-map): Bind `org-narrow-to-subtree' to "s" on the
7121         new keymap `narrow-map' instead of binding "\C-xns".
7123 2008-07-18  Carsten Dominik  <dominik@science.uva.nl>
7125         * org.el (org-open-file): Use
7126         `org-open-directory-means-index-dot-org'.
7127         (org-open-directory-means-index-dot-org): New option.
7129 2008-07-17  Carsten Dominik  <dominik@science.uva.nl>
7131         * org.el (org-make-link-string): Remove link attributes from
7132         description.
7133         (org-open-at-point): Remove link attributes bevore using the path.
7135         * org-exp.el (org-export-as-html): Handle link attributes.
7137         * org.el (org-extract-attributes, org-attributes-to-string): New functions.
7139         * org-table.el (org-table-to-lisp): New function.
7141         * org.el (org-narrow-to-subtree): Do not include the final newline
7142         into the narrowed region.
7144         * org-agenda.el (org-agenda-custom-commands-local-options): Fixed
7145         bug with user-define skipping condition.
7147 2008-07-16  Carsten Dominik  <dominik@science.uva.nl>
7149         * org-agenda.el (org-agenda-get-restriction-and-command): Fixed typo.
7151 2008-07-14  Carsten Dominik  <dominik@science.uva.nl>
7153         * org-exp.el (org-export-html-style-default): Automatic overflow
7154         handling for pre fields.
7155         (org-export-as-ascii, org-export-as-html): Change default format
7156         for time stamp.
7158         * org-table.el (org-table-export): Offer completion for translator
7159         functions, and do not require a heading above the table.
7161         * org.el (org-renumber-ordered-list, org-beginning-of-item-list):
7162         Cater for the case of a list starting in the first line of the
7163         buffer.
7165 2008-07-09  Carsten Dominik  <dominik@science.uva.nl>
7167         * org-publish.el (org-publish-find-title): Bug fix.
7168         (org-publish-org-index): Implement new :index-style option.
7170 2008-07-07  Carsten Dominik  <dominik@science.uva.nl>
7172         * org-publish.el (org-publish-timestamp-filename): Use
7173         SHA1-encoded file names in the timestamp directory.
7175 2008-07-05  Carsten Dominik  <dominik@science.uva.nl>
7177         * org-publish.el (org-publish-needed-p): Be verbose about files
7178         published and files skipped.
7180         * org-exp.el (org-export-preprocess-string): Swap link
7181         normalization and inernal link targeting.
7183         * org-publish.el (org-publish-needed-p): Create timestamp
7184         directory when it does not exist.
7186 2008-07-04  Bastien Guerry  <bzg@altern.org>
7188         * org-clock.el (org-clock-out-when-done): Doc fix.
7190         * org.el (org-agenda-skip-unavailable-files): Doc fix.
7192         * org-exp.el (org-export-remove-comment-blocks-and-subtrees):
7193         Ignore case when searching for the COMMENT cookie at export time.
7195 2008-07-02  Carsten Dominik  <dominik@science.uva.nl>
7197         * org-exp.el (org-get-file-contents)
7198         (org-get-and-remove-property): New functions.
7199         (org-export-handle-include-files): Handle the new prefix options.
7200         (org-export-as-html): Fix the verse environment.
7202 2008-07-01  Carsten Dominik  <dominik@science.uva.nl>
7204         * org.el (org-time=, org-time<, org-time<=, org-time>)
7205         (org-time>=, org-time<>, org-2ft): New functions.
7206         (org-op-to-function): Also provide for the time testing fucntions.
7208 2008-06-30  Carsten Dominik  <dominik@science.uva.nl>
7210         * org-exp.el (org-export-html-style-default): New constant.
7212 2008-06-29  Carsten Dominik  <dominik@science.uva.nl>
7214         * org-exp.el (org-export-html-style-extra): New variable.
7215         (org-export-splice-style): New function.
7217 2008-06-26  Carsten Dominik  <dominik@science.uva.nl>
7219         * org-exp.el (org-export-plist-vars, org-export-as-html):
7220         Implement `org-export-creator-info'.
7221         (org-export-creator-info): New option.
7223 2008-06-25  Carsten Dominik  <dominik@science.uva.nl>
7225         * org.el (org-clock-drawer-start-re, org-clock-drawer-end-re)
7226         (org-property-drawer-re, org-clock-drawer-re): New constants.
7228 2008-06-23  Carsten Dominik  <dominik@science.uva.nl>
7230         * org-exp.el (org-icalendar-use-deadline)
7231         (org-icalendar-use-scheduled): New options.
7232         (org-icalendar-include-todo): Default changed to t.
7233         (org-print-icalendar-entries): Implement better utilization of
7234         scheduling and deadline time stamps.
7235         (org-export-target-internal-links, org-export-as-html): Allow file
7236         lines without the "file:" prefix if the file path is an absolute
7237         path or starts with ".".
7239         * org-clock.el (org-clocktable-shift): Also undertand yesterday,
7240         lastweek etc.
7241         (org-clock-special-range): Also undertand yesterday, lastweek etc.
7243 2008-06-18  Glenn Morris  <rgm@gnu.org>
7244         * org.el (org-map-entries): Let-bind `file'.
7246 2008-06-19  Carsten Dominik  <dominik@science.uva.nl>
7248         * org.el (org-agenda-skip-archived-trees): Docstring now
7249         discourages using this.
7250         (org-scan-tags): Check for org-agenda-archives-mode.
7251         (org-map-entries): Make sure org-agenda-archives-mode is nil.
7252         (org-agenda-files): Functionality of second arg changed.
7254         * org-agenda.el (org-agenda-archives-mode): New variable
7255         (org-write-agenda, org-prepare-agenda, org-agenda-list)
7256         (org-search-view, org-todo-list, org-tags-view)
7257         (org-agenda-list-stuck-projects): Call `org-agenda-files' with
7258         `ifmode' argument.
7259         (org-agenda-quit): Reset the archives mode.
7260         (org-agenda-archives-mode): New command.
7261         (org-agenda-set-mode-name): Include archives info.
7263 2008-06-18  Carsten Dominik  <dominik@science.uva.nl>
7265         * org.el (org-paste-subtree): Make sure the yanked headline is
7266         visible if it was yanked at a visible point.
7267         (org-move-item-up): Fix the bug with moving white space at the end
7268         of the item.
7269         (org-show-empty-lines-in-parent): New function.
7271 2008-06-16  Carsten Dominik  <dominik@science.uva.nl>
7273         * org-colview.el (org-columns-next-allowed-value): Bug fix.
7275         * org-colview-xemacs.el (org-columns-next-allowed-value): Bug fix.
7277         * org-agenda.el (org-agenda-get-closed): Get the end time into the
7278         agenda prefix as well.
7280         * org-publish.el (org-publish-org-index): Make a properly indented
7281         list.
7283         * org.el (org-calendar-agenda-action-key): New option.
7284         (org-get-cursor-date): New function.
7285         (org-mark-entry-for-agenda-action): New command.
7286         (org-overriding-default-time): New variable.
7287         (org-read-date): Respect `org-overriding-default-time'.
7289         * org-remember.el (org-remember-apply-template): Respect the
7290         ovverriding default time.
7292         * org-agenda.el (org-agenda-action-marker): New variable.
7293         (org-agenda-action): New command.
7294         (org-agenda-do-action): New function.
7296 2008-06-15  Carsten Dominik  <dominik@science.uva.nl>
7298         * org.el (org-schedule, org-deadline): Protect scheduled and
7299         deadline tasks against changes that accidently remove the
7300         repeater.  Also show a message with the new date when done.
7302 2008-06-15  Carsten Dominik  <dominik@science.uva.nl>
7304         * org.el (org-beginning-of-line): Cater for the case when there
7305         are tags but no headline text.
7306         (org-align-tags-here): Convert to tabs only when indent-tabs-mode
7307         it set.
7309 2008-06-13  Carsten Dominik  <dominik@science.uva.nl>
7311         * org-mhe.el (org-mhe-get-message-folder-from-index): Make sure
7312         the return value is nil instead of "nil" when there is no match.
7314         * org-exp.el (org-insert-centered): Use fill-column instead of
7315         80.
7316         (org-export-as-ascii): Use string-width to measure the width of
7317         the heading.
7319         * org.el (org-diary-to-ical-string): No longer kill buffer
7320         FROMBUF, this is now done by the caller.
7322         * org-exp.el (org-print-icalendar-entries): Move the call to
7323         `org-diary-to-ical-string' out of the loop, and kill the buffer
7324         afterwords.
7326         * org-remember.el (org-remember-visit-immediately): Position
7327         cursor after moving to the note.
7328         (org-remember-apply-template): Use a text property to record the
7329         cursor position.
7330         (org-remember-handler): Align tags after pasting the note.
7332 2008-06-12  Carsten Dominik  <dominik@science.uva.nl>
7334         * org-bbdb.el (org-bbdb-follow-anniversary-link): New function.
7336         * org-agenda.el (org-agenda-open-link): If there is an
7337         org-bbdb-name property in the current line, jump to that bbdb
7338         entry.
7340         * org-bbdb.el (org-bbdb-anniversaries): Add the bbdb-name as a
7341         text property, so that the agenda knows where this entry comes
7342         from.
7344         * org-agenda.el (org-agenda-clock-in): Fixed bug in the
7345         interaction between clocking-in from the agenda, and  automatic
7346         task state switching.
7348         * org-macs.el (org-with-point-at): Bug fix in macro defintion.
7350         * org.el (org-beginning-of-line, org-end-of-line): Make sure the
7351         zmacs-region stays after this command in XEmacs.
7353 2008-06-11  Carsten Dominik  <dominik@science.uva.nl>
7355         * org.el (org-scan-tags): Allow new values for ACTION parameter.
7357         * org-remember.el (org-remember-templates): Fix bug in
7358         customization type definition.
7360         * org.el (org-map-entries): New function.
7362 2008-06-11  verhuur82  <verhuur82@macbook-van-verhuur82.local>
7364         * org-agenda.el (org-agenda-skip-comment-trees): New option.
7365         (org-agenda-skip): Respect `org-agenda-skip-comment-trees'.
7367 2008-06-10  Carsten Dominik  <dominik@science.uva.nl>
7369         * org-remember.el (org-jump-to-target-location): New variable.
7370         (org-remember-apply-template): Set
7371         `org-remember-apply-template' if requested by template.
7372         (org-remember-handler): Start an idle timer to jump to
7373         remember location.
7375         * org-exp.el (org-get-current-options): Add the FILETAGS setting.
7377         * org.el (org-set-regexps-and-options): Fix bug with parsing of
7378         file tags.
7379         (org-get-tags-at): Add the content of `org-file-tags'.
7381         * org-exp.el (org-export-handle-comments): Fix bug with several
7382         comment lines after each other.
7383         (org-number-to-roman, org-number-to-counter): New functions.
7384         (org-export-section-number-format): New option.
7386 2008-06-09  Carsten Dominik  <dominik@science.uva.nl>
7388         * org-exp.el (org-export-protect-examples): Catch the case of a
7389         missing end_example line.
7391         * org.el (org-set-regexps-and-options): Set `org-file-properties' and
7392         `org-file-tags' to nil.
7394         * org-colview.el (org-columns-next-allowed-value): Handle next
7395         argument NTH to directly select a value.
7397         * org-colview-xemacs.el (org-columns-next-allowed-value): Handle next
7398         argument NTH to directly select a value.
7400 2008-06-08  Carsten Dominik  <dominik@science.uva.nl>
7402         * org-agenda.el (org-agenda-scheduled-leaders): Fix docstring.
7404 2008-05-30  Carsten Dominik  <dominik@science.uva.nl>
7406         * org.el (org-columns-ellipses): New option.
7408 2008-05-29  Carsten Dominik  <dominik@science.uva.nl>
7410         * org-colview.el (org-columns-add-ellipses): New function.
7411         (org-columns-compact-links): New function.
7412         (org-columns-cleanup-item): Call `org-columns-compact-links'.
7413         (org-columns-display-here): Call `org-agenda-columns-cleanup-item'
7414         when in agenda.
7415         (org-columns-edit-value): Fixed bug with editing values from
7416         agenda column view.
7417         (org-columns-redo): Also redo the agenda itself.
7419 2008-05-28  Carsten Dominik  <dominik@science.uva.nl>
7421         * org-agenda.el (org-agenda-columns-remove-prefix-from-item): New
7422         option.
7424         * org-colview.el (org-agenda-columns-cleanup-item): New function.
7426         * org-exp.el (org-export-ascii-preprocess): Renamed from
7427         `org-export-ascii-clean-string'.
7428         (org-export-kill-licensed-text)
7429         (org-export-define-heading-targets)
7430         (org-export-handle-invisible-targets)
7431         (org-export-target-internal-links)
7432         (org-export-remove-or-extract-drawers)
7433         (org-export-remove-archived-trees)
7434         (org-export-protect-quoted-subtrees)
7435         (org-export-protect-verbatim, org-export-protect-examples)
7436         (org-export-select-backend-specific-text)
7437         (org-export-mark-blockquote-and-verse)
7438         (org-export-remove-comment-blocks-and-subtrees)
7439         (org-export-handle-comments, org-export-mark-radio-links)
7440         (org-export-remove-special-table-lines)
7441         (org-export-normalize-links)
7442         (org-export-concatenate-multiline-links)
7443         (org-export-concatenate-multiline-emphasis): New functions,
7444         obtained from spliiting the export preprocessor.
7446         * org-table.el (org-table-recalculate): Improve error message if
7447         the row number is invalid.
7449 2008-05-27  Carsten Dominik  <dominik@science.uva.nl>
7451         * org-archive.el (org-archive-save-context-info): Fix bugs in
7452         customization setup and docstring.
7454         * org-exp.el (org-export-html-style): Changed the size of in the
7455         <pre> element to 90%.
7457 2008-05-26  Carsten Dominik  <dominik@science.uva.nl>
7459         * org.el (org-find-src-example-start): Function removed.
7460         (org-edit-src-find-region-and-lang): New function.
7462 2008-05-25  Carsten Dominik  <dominik@science.uva.nl>
7464         * org.el (org-edit-src-exit): New function.
7465         (org-exit-edit-mode): New minor mode.
7467         * org-exp.el (org-export-preprocess-string): Fix bug with removing
7468         comment-like lines from protected examples.
7470         * org.el (org-edit-src-example, org-find-src-example-start)
7471         (org-protect-source-example, org-edit-special): New functions.
7473 2008-05-24  Carsten Dominik  <dominik@science.uva.nl>
7475         * org-publish.el (org-publish-project-alist): Fix typo in
7476         docstring.
7477         (org-publish-project-alist): Handle :index-title property.
7479 2008-05-21  Carsten Dominik  <dominik@science.uva.nl>
7481         * org-export-latex.el (org-export-as-latex): Make sure region
7482         bounds are correct.  Parse subtree properties relating to export.
7484         * org-exp.el (org-export-add-options-to-plist): New function.
7485         (org-infile-export-plist): Use `org-export-add-options-to-plist'.
7487 2008-05-20  Carsten Dominik  <dominik@science.uva.nl>
7489         * org.el (org-default-properties): Add EXPORT_FILE_NAME and
7490         EXPORT_TITLE.
7492         * org-exp.el (org-export-get-title-from-subtree)
7493         (org-export-as-ascii, org-export-as-html): Make sure the original
7494         region-beginning and region-end are used, even after moving
7495         point.
7496         (org-export-get-title-from-subtree): Also try the EXPORT_TITLE
7497         property.
7499         * org-remember.el (org-remember-last-stored-marker): New variable.
7500         (org-remember-goto-last-stored): Use `org-goto-marker-or-bmk'.
7501         (org-remember-handler): Also use marker to remember
7502         last-stored position.
7504         * org.el (org-goto-marker-or-bmk): New function.
7506 2008-05-19  Carsten Dominik  <dominik@science.uva.nl>
7508         * org.el (org-file-properties): Renamed from `org-local-properties'.
7509         (org-scan-tags): Take file tags into account.
7510         (org-tags-match-list-sublevels): Default changed to t.
7512         * org-exp.el (org-export-as-html): Close paragraph after a
7513         footnote.
7515         * org.el (org-update-parent-todo-statistics): New function.
7517         * org-exp.el (org-icalendar-store-UID): New option.
7518         (org-icalendar-force-UID): Option removed.
7519         (org-print-icalendar-entries): IMplement UIDs.
7521 2008-05-18  Carsten Dominik  <dominik@science.uva.nl>
7523         * org-mhe.el (org-mhe-follow-link): Fix bug in mhe searches.
7525 2008-05-16  Carsten Dominik  <dominik@science.uva.nl>
7527         * org-faces.el (org-column): Document how this face is being used
7528         and why sometimes the background faces shine through.
7530         * org-mhe.el (org-mhe-follow-link): Improve handling of searches.
7532         * org-publish.el (org-publish-attachment): Create publishing
7533         directory if it does not yet exist.
7535         * org-table.el (org-calc-default-modes): Change default number
7536         format to (float 8).
7538         * org.el (org-olpath-completing-read): New function.
7539         (org-time-clocksum-format): New option.
7540         (org-minutes-to-hh:mm-string): Use `org-time-clocksum-format'.
7542         * org-clock.el (org-clock-display, org-clock-out)
7543         (org-update-mode-line): Use `org-time-clocksum-format'.
7545         * org-colview-xemacs.el (org-columns-number-to-string): Use
7546         `org-time-clocksum-format'.
7548         * org-colview.el (org-columns-number-to-string): Use
7549         `org-time-clocksum-format'.
7551 2008-05-15  Carsten Dominik  <dominik@science.uva.nl>
7553         * org-id.el: New file, move from contrib to core.
7555         * org-exp.el (org-icalendar-force-UID): New option.
7557 2008-05-14  Carsten Dominik  <dominik@science.uva.nl>
7559         * org-exp.el (org-print-icalendar-entries): Make sure DTEND is
7560         shifted by one day if theere is a date range without an end
7561         time.
7563         * org.el (org-try-structure-completion): New function.
7565 2008-05-13  Carsten Dominik  <dominik@science.uva.nl>
7567         * org.el (org-set-font-lock-defaults): Improve fontification of
7568         description lists.
7569         (org-insert-item): Handle description lists.
7570         (org-adaptive-fill-function): Improve auto indentation in
7571         description lists.
7573         * org-exp.el (org-export-as-html, org-export-preprocess-string):
7574         Implement VERSE environment.
7575         (org-export-preprocess-string): Implement the COMMENT
7576         environment.
7578         * org-export-latex.el (org-export-latex-preprocess): Implement
7579         VERSE environment.
7581 2008-05-12  Carsten Dominik  <dominik@science.uva.nl>
7583         * org-jsinfo.el (org-infojs-opts-table): Add entry for FIXED_TOC
7584         option.
7586 2008-05-10  Carsten Dominik  <dominik@science.uva.nl>
7588         * org-table.el (orgtbl-to-tsv, orgtbl-to-csv): New functions.
7590         * org.el (org-quote-csv-field): New functions.
7592         * org-table.el (org-table-export-default-format): Remove :splice
7593         from default format, we get the same effect by not specifying
7594         :tstart and :tend.
7595         (org-table-export): Improve setup, distinguish better between
7596         interactive and non-interactive use, allow specifying the format
7597         on the fly, better protection against wrong file names.
7598         (orgtbl-to-generic): Fix documentation.  Do not require :tstart
7599         and :tend when :splice is omitted.
7601 2008-05-09  Bernt Hansen  <bernt@norang.ca>
7603         * org-clock.el (org-clock-select-task): Make sure the selection
7604         letters are 1-9 and A-Z, no special characters.
7606 2008-05-09  Carsten Dominik  <dominik@science.uva.nl>
7608         * org-exp.el (org-export-htmlize): New group.
7609         (org-export-htmlize-output-type)
7610         (org-export-htmlize-css-font-prefix): New options.
7611         (org-export-htmlize-region-for-paste): New function.
7612         (org-export-htmlize-generate-css): New command.
7614 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
7616         * org/org.el (org-modules, org-format-latex-options):
7617         * org/org-archive.el (org-archive-stamp-time)
7618         (org-archive-save-context-info):
7619         * org/org-faces.el (org-hide):
7620         * org/org-irc.el (org-irc-parse-link):
7621         * org/org-macs.el (org-call-with-arg, org-autoload):
7622         * org/org-mew.el (org-mew-store-link):
7623         * org/org-remember.el (org-remember-store-without-prompt)
7624         (org-remember-templates): Fix typos in docstrings.
7626         * org/org-info.el (org-info-store-link): Remove leftover docstring.
7628         * org/org-bbdb.el (org-bbdb-export): Remove leftover docstring.
7629         (org-bbdb-anniversary-field, org-bbdb-extract-date-fun)
7630         (org-bbdb-anniv-split): Fix typos in docstrings.
7632         * org/org-publish.el (org-publish-project-alist): Doc fixes.
7633         (org-publish-use-timestamps-flag): Reflow docstring.
7634         (org-publish-files-alist): Fix typos in docstring.
7636 2008-05-08  Carsten Dominik  <dominik@science.uva.nl>
7638         * org.el (org-set-visibility-according-to-property): New function.
7639         (org-ctrl-c-ctrl-c): Do not restart org-mode, just get the options
7640         and compute the regular expressions, and update font-lock.
7641         (org-property-re): Allow a dash in property names.
7643         * org-archive.el (org-extract-archive-file): Insert the file name
7644         without the path into the format, to allow the location format to
7645         contain a subdirectory.
7647         * org-agenda.el (org-agenda-post-command-hook): If point is at end
7648         of buffer, and the `org-agenda-type' property undefined, use the
7649         value from the character before.
7651         * org.el (org-add-planning-info): Don't let indentation for
7652         would-be timestamp become extra whitespace at the end of headline.
7654 2008-05-07  Carsten Dominik  <dominik@science.uva.nl>
7656         * org.el (org-remove-double-quotes, org-file-contents): New
7657         functions.
7659         * org-exp.el (org-infile-export-plist): Also parse the
7660         contents of #+SETUPFILE files, recursively.
7662         * org.el (org-set-regexps-and-options): Also parse the
7663         contents of #+SETUPFILE files, recursively.
7665         * org-exp.el (org-export-handle-include-files): New function.
7666         (org-export-preprocess-string): Call
7667         `org-export-handle-include-files'.
7669         * org.el (org-delete-property-globally)
7670         (org-delete-property, org-set-property): Ignore case during
7671         completion.
7672         (org-set-property): Use `org-completing-read' instead of
7673         `completing-read'.
7675         * org.el (org-complete-expand-structure-template): New,
7676         experimental function.
7677         (org-structure-template-alist): New, experimental option.
7678         (org-complete): Call `org-complete-expand-structure-template'.
7680 2008-05-06  Bastien Guerry  <bzg@altern.org>
7682         * org-export-latex.el (org-export-latex-preprocess): Added
7683         support for blockquotes.
7685 2008-05-05  Carsten Dominik  <dominik@science.uva.nl>
7687         * org.el (org-read-date-analyze): Catch the case where only a
7688         weekday is given.
7690 2008-05-04  Carsten Dominik  <dominik@science.uva.nl>
7692         * org.el (org-set-font-lock-defaults): Make the description
7693         tag bold.
7695         * org-exp.el (org-export-as-html, org-close-li): Implement
7696         description lists.
7698 2008-05-04  Jason Riedy  <jason@acm.org>
7700         * org-table.el (*orgtbl-default-fmt*): New variable.
7701         (orgtbl-format-line): Use the value of *orgtbl-default-fmt*
7702         when there is no other fmt available.
7704         (orgtbl-to-generic): Allow an explicitly nil :tstart or
7705         :tend to suppress the appropriate string.
7707         (orgtbl-to-orgtbl): New function for translating to another orgtbl
7708         table.
7710 2008-05-02  Carsten Dominik  <dominik@science.uva.nl>
7712         * org.el (org-read-date-analyze): "." as an alias for "+0" in
7713         read date.
7715         * org-clock.el (org-clock-save-markers-for-cut-and-paste):
7716         New function.
7718         * org-agenda.el (org-agenda-save-markers-for-cut-and-paste):
7719         New function.
7721 2008-05-01  Carsten Dominik  <dominik@science.uva.nl>
7723         * org-clock.el (org-clock-find-position): Don't include notes
7724         into clock drawer.
7726         * org-archive.el (org-archive-subtree): No longer remove an
7727         extra line after cutting the subtree.  `org-cut-subtree' already
7728         takes care of this.
7730         * org-remember.el (org-remember-handler): Only kill the target
7731         buffer if it does not contain the running clock.
7733         * org.el (org-markers-to-move): New variable.
7734         (org-save-markers-in-region, org-check-and-save-marker)
7735         (org-reinstall-markers-in-region): New function.
7736         (org-move-subtree-down, org-copy-subtree): Remember relative
7737         marker positions before cutting.
7738         (org-move-subtree-down, org-paste-subtree): Restore relative
7739         marker positions after pasting.
7741         * org-remember.el (org-remember-clock-out-on-exit): New option.
7742         (org-remember-finalize): Clock out only if the setting in
7743         `org-remember-clock-out-on-exit' requires it.
7744         (org-remember-handler): Do the cleanup in the buffer, to make sure
7745         that the clock marker remains in tact.
7747 2008-04-29  Carsten Dominik  <dominik@science.uva.nl>
7749         * org-clock.el (org-clock-goto): Widen buffer if necessary.
7750         (org-clock-in): Make sure that also tasks outside the narrowed
7751         region will be clocked in correctly.
7752         (org-clock-insert-selection-line): Widen the buffer so that we can
7753         find the correct task heading.
7755         * org.el (org-base-buffer): New function.
7757         * org-exp.el (org-icalendar-cleanup-string): Make sure ',"
7758         and ";" are escaped.
7759         (org-print-icalendar-entries): Also apply
7760         `org-icalendar-cleanup-string' to the headline, not only to the
7761         summary property.
7763 2008-04-28  Carsten Dominik  <dominik@science.uva.nl>
7765         * org-exp.el (org-export-preprocess-hook): New hook.
7766         (org-export-preprocess-string): Call
7767         `org-export-preprocess-hook'.
7769         * org.el (org-font-lock-hook): New variable.
7770         (org-font-lock-hook): New function.
7771         (org-set-font-lock-defaults): Call `org-font-lock-hook'.
7773 ;; Local Variables:
7774 ;; coding: utf-8
7775 ;; add-log-time-zone-rule: t
7776 ;; End:
7778     Copyright (C) 2008  Free Software Foundation, Inc.
7780   This file is part of GNU Emacs.
7782   GNU Emacs is free software: you can redistribute it and/or modify
7783   it under the terms of the GNU General Public License as published by
7784   the Free Software Foundation, either version 3 of the License, or
7785   (at your option) any later version.
7787   GNU Emacs is distributed in the hope that it will be useful,
7788   but WITHOUT ANY WARRANTY; without even the implied warranty of
7789   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
7790   GNU General Public License for more details.
7792   You should have received a copy of the GNU General Public License
7793   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
7795 ;; arch-tag: a9bdcf06-7c2d-4b5a-bf7a-c5e7b706f67c