Do some formatting of table and figure captions
[org-mode.git] / lisp / ChangeLog
blob417faa0553296957d891ed88537464ca452e0f53
1 2010-03-29  Carsten Dominik  <carsten.dominik@gmail.com>
3         * org-docbook.el (org-export-docbook-format-image): Do some
4         formatting on captions.
6         * org-latex.el (org-export-latex-tables, org-export-latex-links):
7         Do some formatting on captions.
9         * org-html.el (org-export-html-format-image)
10         (org-format-org-table-html): Do some formatting on captions.
12 2010-03-28  Dan Davison  <davison@stats.ox.ac.uk>
14         * org.el (org-hidden-keywords): New customizable variable. This is
15         a list of symbols specifying which of the special keywords #+DATE,
16         #+AUTHOR, #+EMAIL and #+TITLE should be hidden by font lock.
17         (org-fontify-meta-lines-and-blocks): Changes to font-lock code
18         implementing new faces and hiding behaviour.
20         * org-faces.el (org-document-title): New face for #+TITLE lines
21         (org-document-info): New face for #+DATE, #+AUTHOR, #+EMAIL lines
22         (org-document-info-keyword): New face for #+DATE, #+AUTHOR, #+EMAIL keywords
24 2010-03-28  Carsten Dominik  <carsten.dominik@gmail.com>
26         * org-publish.el (org-publish-sanitize-plist): New function to
27         rename "index" properties to "sitemap".  Do this renaming
28         globally.
29         (org-publish-with-aux-preprocess-maybe): New macro.
30         (org-publish-org-to-pdf, org-publish-org-to-html): Use the new
31         macro.
32         (org-publish-aux-preprocess)
33         (org-publish-index-generate-theindex.inc): New function.
35 2010-03-27  Carsten Dominik  <carsten.dominik@gmail.com>
37         * org-table.el (org-table-align): Interpret <N> at fixed width,
38         not as maximum width.
40 2010-03-26  Carsten Dominik  <carsten.dominik@gmail.com>
42         * org-exp.el (org-export-author-info, org-export-email-info): Fix
43         docstrings.
45         * org-beamer.el (org-beamer-select-environment): Renamed from
46         `org-beamer-set-environment-tag'.  Improve docstring.
48         * org-freemind.el (org-freemind-write-mm-buffer): Fix another
49         problem with odd levels.
51         * org-ascii.el (org-export-as-ascii): Export email only if the
52         author wants it.
54         * org-docbook.el (org-export-as-docbook): Export email only if the
55         author wants it.
57         * org-html.el (org-export-as-html): Export email only if the
58         author wants it.
60         * org-exp.el (org-export-email-info): New option.
61         (org-export-plist-vars): Add entry for `org-export-email'.
63 2010-03-25  Carsten Dominik  <carsten.dominik@gmail.com>
65         * org-table.el (org-table-goto-line): Fix typo.
67 2010-03-25  Mikael Fornius  <mfo@abc.se>
69         * org.el (org-agenda-files): Typo.
70         (org-read-agenda-file-list): Add optional argument to help
71         `org-store-new-agenda-file-list' to remember un-expanded file
72         names.  Expand file names relative to `org-directory'.
73         (org-store-new-agenda-file-list): Keep un-expanded file names when
74         saving, if available.
75         (org-agenda-files): Update documentation.
77 2010-03-25  Carsten Dominik  <carsten.dominik@gmail.com>
79         * org-ascii.el (org-export-as-ascii): Catch the case of exporting
80         a buffer with no file name attached.
82         * org.el (org-log-refile): New option.
83         (org-log-note-headings): Add a heading for refiling.
84         (org-startup-options): Add keywords for logging of the refile
85         action.
86         (org-refile): Add logging action.
87         (org-add-log-note): Allow for refiling action.
89         * org-agenda.el (org-agenda-bulk-action): Make sure
90         `org-log-refile' is not `note' during a bulk action.
92 2010-03-24  Carsten Dominik  <carsten.dominik@gmail.com>
94         * org.el (org-map-dblocks): Use save-excursion to remember the
95         position.
97         * org-attach.el (org-attach-commit): Remove dependence on xargs.
98         (org-attach-delete-one): Commit after deleting a file.
100         * org-latex.el (org-export-latex-fontify): Do not mistake table.el
101         borders for strike-through emphasis.
103         * org-freemind.el (org-freemind-write-mm-buffer): Simplify the
104         handling of odd levels.
106         * org-agenda.el (org-agenda-todo-ignore-deadlines): Document `past'
107         and `future' values.
108         (org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item):
109         Handle `past' and `future' values.
111         * org.el (org-read-agenda-file-list): Interpret file names
112         relative to org-directory and allow environment variables and
113         "~".
115         * org-latex.el (org-export-latex-special-chars): Allow a
116         parenthesis before an exponent or subscript.
118 2010-03-23  Dan Davison  <davison@stats.ox.ac.uk>
120         * org-src.el (org-edit-src-exit): When returning from code edit
121         buffer, if code block is hidden, leave point at start of
122         #+begin_src line
124 2010-03-23  Carsten Dominik  <carsten.dominik@gmail.com>
126         * org.el (org-insert-heading): Do not remove all spaces if the
127         headline is empty.
129         * org-indent.el (org-indent): Fix group name.
131 2010-03-21  Carsten Dominik  <carsten.dominik@gmail.com>
133         * org-table.el (org-table-goto-column): Fix forcing a non-existing
134         column.
135         (org-table-get, org-table-put, org-table-goto-line)
136         (org-table-current-line): New functions.
138 2010-03-21  Jan Böcker  <jan.boecker@jboecker.de>
140         * org.el (org-open-file): Allow regular expressions in
141         org-file-apps to capture link parameters using groups.  In a
142         command string to be executed, the parameters can be referenced
143         using %1, %2, etc.  Lisp forms can access them using
144         (match-string n link).
145         (org-apps-regexp-alist): Adopt the created regexp, as this is now
146         matched against a file: link instead of the file name.
148 2010-03-21  Carsten Dominik  <carsten.dominik@gmail.com>
150         * org-crypt.el (org-reveal-start-hook): Add a decryption function
151         to this hook.
152         (org-decrypt-entries, org-encrypt-entries, org-decrypt-entry): Add
153         docstrings.
155         * org.el (org-point-at-end-of-empty-headline)
156         (org-level-increment, org-get-previous-line-level): New function.
157         (org-cycle-level): Rewritten to be independent of when this
158         function is called.
159         (org-in-regexps-block-p): New function.
160         (org-reveal-start-hook): New hook.
161         (org-reveal): Run new hook.
163 2010-03-19  Carsten Dominik  <carsten.dominik@gmail.com>
165         * org-latex.el (org-export-latex-keywords): Start a new paragraph
166         after time keywords, do not add "\newline".
168         * org-html.el (org-export-as-html): Avoid double # in href.
170         * org.el (org-refile-get-location): Catch an invalid target
171         specification.
173 2010-03-18  Carsten Dominik  <carsten.dominik@gmail.com>
175         * org-agenda.el (org-agenda-add-entry-to-org-agenda-diary-file):
176         Make sure the behavior regarding to extracting time is
177         consistent.
179 2010-03-17  Stephen Eglen  <stephen@gnu.org>
181         * org-agenda.el (org-agenda-insert-diary-extract-time): New
182         variable.
183         (org-agenda-add-entry-to-org-agenda-diary-file): Use this new
184         variable rather than `org-agenda-search-headline-for-time'.
186 2010-03-17  Carsten Dominik  <carsten.dominik@gmail.com>
188         * org-list.el (org-fix-bullet-type): Improve cursor positioning.
190 2010-03-15  Carsten Dominik  <carsten.dominik@gmail.com>
192         * org.el (org-adaptive-fill-regexp-backup): New variable.
193         (org-set-autofill-regexps): Store a backup of
194         `adaptive-fill-regexp'.
195         (org-adaptive-fill-function): Fix filling of comments and ordered
196         lists. If there is no other match, till try adaptive fill.
198 2010-03-15  John Wiegley  <jwiegley@gmail.com>
200         * org-agenda.el (org-agenda-include-deadlines): Added new
201         customization variable to determine whether unscheduled tasks
202         should appear in the agenda solely because of their deadline.
203         Default to true, which was the previous behavior (it just wasn't
204         configurable).
205         (org-agenda-mode-map, org-agenda-view-mode-dispatch): Bind ! in
206         the agenda to show/hide deadline tasks.
207         (org-agenda-menu): Added menu option for show/hide deadlines.
208         (org-agenda-list): Make the agenda list sensitive to the value of
209         `org-agenda-include-deadlines'.
210         (org-agenda-toggle-deadlines): New function to toggle the value of
211         `org-agenda-include-deadlines' and repaint the modeline
212         indicators.
213         (org-agenda-set-mode-name): Show "Deadlines" in the agenda
214         modeline if deadline tasks are being displayed.
216 2010-03-14  Carsten Dominik  <carsten.dominik@gmail.com>
218         * org-table.el (org-table-eval-formula): Replace $# and @# by
219         current column and row number.
221 2010-03-12  Carsten Dominik  <carsten.dominik@gmail.com>
223         * org.el (org-set-property, org-delete-property): Go back to
224         prompting for the property.
226         * org-latex.el (org-export-latex-make-header): Fully process
227         author line.
228         (org-export-latex-fontify-headline): Allow several arguments, not
229         just one.
230         (org-export-latex-fix-inputenc): Catch the error when
231         `latexenc-coding-system-to-inputenc' is not defined.
233         * org-agenda.el (org-agenda-skip-if-todo): New function.
234         (org-agenda-skip-if): Add conditions for TODO keywords.
235         (org-agenda-skip-if): Document the new todo conditions.
237 2010-03-11  Mikael Fornius  <mfo@abc.se>
239         * org.el (org-at-property-p): Check if we are inside a property
240         drawer not just any drawer.
241         (org-set-property, org-delete-property): When cursor is on a
242         property key value pair do not prompt for property name instead
243         use name at cursor.
244         (org-ctrl-c-ctrl-c): Still do org-property-action when cursor is
245         on the first line of a property drawer.
246         (org-property-end-re): Spell check.
248 2010-03-11  Carsten Dominik  <carsten.dominik@gmail.com>
250         * org-exp.el (org-export-attach-captions-and-attributes): Add the
251         properties to the entire table, in case the first line is
252         removed.
254         * org-archive.el (org-archive-reversed-order): New option.
255         (org-archive-subtree, org-archive-to-archive-sibling): Use the new
256         option `org-archive-reversed-order'.
258 2010-03-10  Carsten Dominik  <carsten.dominik@gmail.com>
260         * org-agenda.el (org-agenda-entry-types): New variable.
261         (org-agenda-list): Use `org-agenda-entry-types'.
262         (org-agenda-custom-commands-local-options): Support for setting
263         `org-agenda-entry-types' as an option.
264         (org-diary): Shift some documentation from here to the variable
265         `org-agenda-entry-types'.
267 2010-03-09  Carsten Dominik  <carsten.dominik@gmail.com>
269         * org-latex.el (org-export-latex-make-header): Apply macros in
270         author field.
272         * org-clock.el (org-clocking-buffer, org-clocking-p): New function.
273         (org-clock-select-task, org-clock-notify-once-if-expired)
274         (org-clock-in, org-clock-out, org-clock-cancel, org-clock-goto)
275         (org-clock-out-if-current, org-clock-save): Use the new functions.
277 2010-03-08  Carsten Dominik  <carsten.dominik@gmail.com>
279         * org-docbook.el (org-export-as-docbook): Remove unnecessary
280         newline.
281         (org-export-as-docbook): Remove unnecessary newline.
282         (org-export-as-docbook): Fix problem with double footnote
283         reference in one place.
285         * org-exp.el (org-export-format-source-code-or-example): Remove
286         unnecessary newline.
288         * org.el (org-deadline, org-schedule): Allow rescheduling entries
289         with repeaters.
291         * org-table.el (org-table-convert-refs-to-rc): Better way to catch
292         function calls that look like references.
294         * org.el (org-open-at-point): Get link abbreviations from
295         reference buffer.
297 2010-03-07  Carsten Dominik  <carsten.dominik@gmail.com>
299         * org-table.el (org-table-convert-refs-to-rc): Do not read arctan2
300         as a reference.
302 2010-03-05  Carsten Dominik  <carsten.dominik@gmail.com>
304         * org.el (org-link-unescape): Solve issue with lower-case escapes.
306 2010-03-04  Carsten Dominik  <carsten.dominik@gmail.com>
308         * org-latex.el (org-export-latex-classes): Add
309         \usepackage{latexsym} to all classes.
311 2010-03-03  Carsten Dominik  <carsten.dominik@gmail.com>
313         * org-html.el (org-export-as-html): Do not allow protected lines
314         into the table of contents.
316         * org-latex.el (org-export-latex-special-chars): Find subsequent
317         occurrences of special characters.
318         (org-export-latex-tables): Do not convert table-like stuff that is
319         protected.
321 2010-03-01  Carsten Dominik  <carsten.dominik@gmail.com>
323         * org-list.el (org-toggle-checkbox): No errors when updating
324         checkbox count fails because there is no heading.
326 2010-02-27  Carsten Dominik  <carsten.dominik@gmail.com>
328         * org-clock.el (org-clock-report-include-clocking-task): New
329         option.
330         (org-clock-sum): Add the current clocking task.
332 2010-02-26  Carsten Dominik  <carsten.dominik@gmail.com>
334         * org.el (org-cycle): Print a message when in a table.el table.
335         (org-edit-special): Recognize the table.el context.
336         (org-ctrl-c-ctrl-c): Print a message when in a table.el table.
338         * org-src.el (org-at-table.el-p): Declare.
339         (org-edit-src-code): Handle a special case for table.el editing.
340         (org-edit-src-find-region-and-lang): Recognize the table.el
341         context.
343         * org-latex.el (org-export-latex-tables): Convert table.el
344         tables.
345         (org-export-latex-convert-table.el-table): New function.
347         * org-html.el (org-html-expand): Fix table.el export.
349         * org-latex.el (org-export-latex-preprocess): Protect footnotes in
350         headings.
352         * org-id.el (org-id-find-id-file): Fix bug when there is no hash
353         table for the id locations.
355         * org.el (org-read-date-analyze): Match American-style dates, like
356         5/30 or 5/13/7.  Make sure cal-iso.el is loaded.  Don't force he
357         current year when reading ISO and American dates.
359 2010-02-25  Carsten Dominik  <carsten.dominik@gmail.com>
361         * org.el (org-face-from-face-or-color): New function.
362         (org-get-todo-face, org-font-lock-add-priority-faces)
363         (org-get-tag-face): Use `org-face-from-face-or-color'.
365         * org-faces.el (org-todo-keyword-faces, org-priority-faces): Allow
366         simple colors as values.
367         (org-faces-easy-properties): New option.
369         * org-agenda.el (org-agenda-set-mode-name): Show if the agenda is
370         restricted, as an agenda mode.
371         (org-agenda-fontify-priorities): Allow simple colors as values.
373 2010-02-25  Bastien Guerry  <bzg@altern.org>
375         * org-timer.el (org-timer-current-timer): Renamed from
376         `org-timer-last-timer'.
377         (org-timer-timer1, org-timer-timer2, org-timer-timer3): Removed.
378         (org-timer-cancel-timer, org-timer-show-remaining-time)
379         (org-timer-set-timer): Update to use only one timer.
381         * org.el (org-set-property): Remove useless space in the prompt.
383 2010-02-25  Carsten Dominik  <carsten.dominik@gmail.com>
385         * org-html.el (org-export-html-style-default): Add a default style
386         for textareas.
388         * org-exp.el (org-export-format-source-code-or-example): Fix
389         textarea tag.
391 2010-02-24  Bastien Guerry  <bzg@altern.org>
393         * org-clock.el (org-clock-current-task): New variable to store
394         last clocked in task.
395         (org-clock-set-current, org-clock-delete-current): New functions.
397 2010-02-24  Carsten Dominik  <carsten.dominik@gmail.com>
399         * org-remember.el (org-remember-apply-template): Extend comment.
400         (org-remember-handler): Implement clock sibling filing.
402 2010-02-23  Carsten Dominik  <carsten.dominik@gmail.com>
404         * org-publish.el (org-publish-all, org-publish-current-file)
405         (org-publish-current-project): When called with prefix argument
406         FORCE, also rebuild the validation file list.
408         * org-latex.el (org-export-latex-preprocess): Protect footnotes in
409         section headings.
411 2010-02-21  Carsten Dominik  <carsten.dominik@gmail.com>
413         * org-html.el (org-export-as-html-and-open): Kill product buffer
414         if the user wants that.
416         * org-latex.el (org-export-as-pdf-and-open): Kill product buffer
417         if the user wants that.
419         * org-exp.el (org-export-kill-product-buffer-when-displayed): New
420         option.
422         * org-agenda.el (org-batch-agenda-csv): Use the time property
423         instead of the `time-of-day' property.
425 2010-02-20  Carsten Dominik  <carsten.dominik@gmail.com>
427         * org-timer.el (org-timer-start-hook, org-timer-stop-hook)
428         (org-timer-pause-hook, org-timer-set-hook)
429         (org-timer-cancel-hook): New hooks.
430         (org-timer-start): Run `org-timer-start-hook'.
431         (org-timer-pause-or-continue): Run `org-timer-pause-hook'.
432         (org-timer-stop): Run `org-timer-stop-hook'.
433         (org-timer-cancel-timers): Run `org-timer-cancel-hook'.
435 2010-02-19  Carsten Dominik  <carsten.dominik@gmail.com>
437         * org.el (org-reveal): Double prefix arg shows the subtree of the
438         parent.
440 2010-02-17  Carsten Dominik  <carsten.dominik@gmail.com>
442         * org-agenda.el (org-search-view): Fix bug with searching full
443         words in headlines in search view.
444         (org-agenda-skip-deadline-prewarning-if-scheduled): New option.
445         (org-agenda-get-deadlines): Suppress pre-warning if the entry is
446         scheduled (if the user configures it so.
448 2010-02-16  Carsten Dominik  <carsten.dominik@gmail.com>
450         * org.el (org-hide-archived-subtrees): Don't jump to end of
451         subtree if the match was not in a headline.
452         (org-inside-latex-macro-p): Allow more complex arguments.
453         (org-emphasize): Protect against use at end of buffer.
455 2010-02-15  Carsten Dominik  <carsten.dominik@gmail.com>
457         * org-agenda.el (org-agenda-align-tags): Avoid side effects on
458         text properties.
460 2010-02-14  Carsten Dominik  <carsten.dominik@gmail.com>
462         * org-agenda.el (org-agenda-todo-ignore-scheduled): More allowed
463         values.
464         (org-agenda-todo-ignore-scheduled)
465         (org-agenda-todo-ignore-deadlines): More control with different
466         allowed values.
467         (org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item):
468         Honor the new option settings.
470 2010-02-12  Carsten Dominik  <carsten.dominik@gmail.com>
472         * org.el (org-get-location): Make sure the selection buffer is
473         shown in the current frame.
475         * org-ascii.el (org-export-ascii-table-widen-columns): New
476         option.
477         (org-export-ascii-preprocess): Realign tables to remove narrowing
478         if `org-export-ascii-table-widen-columns' is set.
480         * org-table.el (org-table-do-narrow): New variable.
481         (org-table-align): Narrow only if `org-table-do-narrow' is t.
483         * org.el (org-deadline, org-schedule): Allow updating if the
484         relevant time stamp does not have a repeater, i.e. do not require
485         that no time stamp has a repeater.
487         * org-agenda.el (org-agenda-align-tags): Don't add a face to the
488         new white space before the tags.
490         * org-latex.el (org-export-as-latex): Do nit require the buffer to
491         be visiting a file when only exporting to a buffer or string.
492         (org-export-latex-fix-inputenc): Only save the buffer is there is
493         a file name attached to it.
495 2010-02-09  Dan Davison  <davison@stats.ox.ac.uk>
497         * org-src.el (org-edit-src-exit): Widen before exiting edit buffers
499 2010-02-08  Carsten Dominik  <carsten.dominik@gmail.com>
501         * org.el (org-fontify-meta-lines-and-blocks): Honor
502         `org-fontify-quote-and-verse-blocks'.
504         * org-faces.el (org-fontify-quote-and-verse-blocks): New option.
506 2010-02-03  Carsten Dominik  <carsten.dominik@gmail.com>
508         * org.el (org-open-at-point): Also check for text property
509         org-linked-text before offering collected links.
511 2010-02-03  Stephen Eglen  <stephen@gnu.org>
513         * org-agenda.el (org-agenda-add-entry-to-org-agenda-diary-file):
514         Optionally extract time specification from text and add to the
515         timestamp.
517 2010-02-03  Carsten Dominik  <carsten.dominik@gmail.com>
519         * org-exp.el (org-html-entities): Fix typo.
521         * org-latex.el (org-export-latex-make-header): Use \providecommand
522         to make sure the \alert macro is defined.
524         * org.el (org-format-latex-signal-error)
525         (org-create-formula-image): Use `org-format-latex-signal-error'.
527 2010-02-02  Stephen Eglen  <stephen@gnu.org>
529         * org.el (org-store-link): For dired buffers, use
530         default-directory as link name if dired-get-filename returns
531         nil.
533 2010-02-02  Carsten Dominik  <carsten.dominik@gmail.com>
535         * org-exp.el (org-export-concatenate-multiline-links): The for
536         protectedness at beginning of match.
538         * org-latex.el (org-export-latex-fix-inputenc): Never leave the
539         AUTO as a coding system, instead default to utf8.
541 2010-02-01  Carsten Dominik  <carsten.dominik@gmail.com>
543         * org.el (org-block-todo-from-children-or-siblings-or-parent)
544         (org-block-todo-from-checkboxes): Respect the local variable
545         value when deciding if blocking should be active.
547         * org-latex.el (org-export-latex-make-header): Define the align
548         macro if it is not yet defined.
550         * org-agenda.el (org-agenda-insert-diary-make-new-entry): Call
551         `org-insert-heading' with the INVISIBLE-OK argument.
553         * org-mac-message.el (org-mac-message-insert-flagged): Call
554         `org-insert-heading' with the INVISIBLE-OK argument.
556         * org.el (org-insert-heading):  New argument INVISIBLE-OK.
558         * org-agenda.el (org-agenda-view-mode-dispatch): Improve the
559         prompt message.
561         * org-html.el (org-html-level-start): Use the
562         `html-container-class' text property to set an additional class
563         for an outline container.
565         * org-exp.el (org-export-remember-html-container-classes): New
566         function.
567         (org-export-preprocess-string): Call
568         `org-export-remember-html-container-classes'.
570         * org.el (org-cycle): Mention level cycling in the docstring.
571         (org-default-properties): Add new property HTML_CONTAINER_CLASS.
573         * org-remember.el (org-remember-apply-template): Do file insertion
574         first.
576 2010-01-31  Carsten Dominik  <carsten.dominik@gmail.com>
578         * org-habit.el (org-habit-insert-consistency-graphs): Fix a
579         problem with mis-aligned graphs when showing habits.
581 2010-01-28  Mikael Fornius  <mfo@abc.se>
583         * org.el (org-assign-fast-keys): Prefer keys used in keyword name
584         when assigning. Begin using numerical characters when all in name
585         is used up. This is to spare alphanumeric characters for better
586         match with other keywords.
588 2010-01-28  Carsten Dominik  <carsten.dominik@gmail.com>
590         * org-exp.el (org-export-preprocess-hook): Improve documentation.
592         * org-latex.el (org-export-latex-preprocess): More consistent
593         conversion and protection of the words LaTeX and TeX.
594         (org-export-latex-fontify-headline, org-export-latex-preprocess):
595         Allow angle brackets in commands, for beamer.
597 2010-01-26  Carsten Dominik  <carsten.dominik@gmail.com>
599         * org-clock.el (org-clock-in): Improve the look of the clock line
600         by formatting links.
602 2010-01-24  Carsten Dominik  <carsten.dominik@gmail.com>
604         * org-latex.el (org-export-latex-classes): Use AUTO as the place
605         holder string for the coding system.  And improve the
606         documentation.
607         (org-export-latex-fix-inputenc): Only modify the coding system if
608         it is given by the placeholder AUTO.
610 2010-01-23  Carsten Dominik  <carsten.dominik@gmail.com>
612         * org-clock.el (org-task-overrun-text): New option.
613         (org-task-overrun, org-clock-update-period): New variables.
614         (org-clock-get-clock-string, org-clock-update-mode-line): Mark
615         overrun clock.
616         (org-clock-notify-once-if-expired): Check if clock is overrun.
618         * org-faces.el: New face `org-mode-line-clock-overrun'.
620 2010-01-18  Jan Böcker  <jan.boecker@jboecker.de>
622         * org.el (org-narrow-to-subtree): Position the end of the narrowed
623         region before the line with the next heading, to prevent the user
624         from prepending text to the next headline.
626 2010-01-20  Stephen Eglen  <stephen@gnu.org>
628         * org-agenda.el (org-get-time-of-day): Use
629         org-agenda-time-leading-zero to allow leading zero (rather than
630         space) for times.
632 2010-01-20  Carsten Dominik  <carsten.dominik@gmail.com>
634         * org-agenda.el (org-agenda-diary-entry-in-org-file): Make sure
635         org-datetree.el is loaded.
637         * org-datetree.el: autoload `org-datetree-find-day-create'
639         * org-latex.el (org-export-latex-hyperref-format): New option.
640         (org-export-latex-links): Use `org-export-latex-hyperref-format'.
642 2010-01-18  Carsten Dominik  <carsten.dominik@gmail.com>
644         * org-ctags.el (org-ctags-enable): Change order of functions.
645         (org-ctags-create-tags): Add wildcard to file name expansion.
647 2010-01-17  Carsten Dominik  <carsten.dominik@gmail.com>
649         * org.el (org-entry-properties): Fix some important bugs.
651 2010-01-16  Carsten Dominik  <carsten.dominik@gmail.com>
653         * org.el (org-link-unescape, org-link-escape): Only use hexlify if
654         the table is not explicitly given.
656 2010-01-15  Carsten Dominik  <carsten.dominik@gmail.com>
658         * org-clock.el (org-clock-out-when-done): Allow a list of keywords
659         as value.
660         (org-clock-out-if-current): Work with the new list value of
661         `org-clock-out-when-done'.
662         (org-clock-out, org-clock-out-if-current): Avoid circular logic
663         between clocking out and state changes.
665         * org-ctags.el (org-ctags-path-to-ctags): Better system-type test.
667         * org-latex.el (org-export-latex-treat-backslash-char): Do not by
668         accident protect a character that is before a backslash.
670 2010-01-14  Carsten Dominik  <carsten.dominik@gmail.com>
672         * org-agenda.el (org-diary-class): Use
673         `org-order-calendar-date-args'.
675         * org.el (org-order-calendar-date-args): New function.
677         * org-exp.el (org-export-target-internal-links): Check for
678         protectedness after the first bracket.
680         * org.el (org-entry-properties): Don't match wrong-case TODO
681         keywords.
683         * org-agenda.el (org-agenda-schedule, org-agenda-deadline):
684         Document that ARG is passed through to remove the date.
685         (org-agenda-bulk-action): Accept prefix arg and pass it on.  Do
686         not read a date when the user has given a `C-u' prefix.
688 2010-01-11  Carsten Dominik  <carsten.dominik@gmail.com>
690         * org-agenda.el (org-agenda-fix-displayed-tags): Fix bug when all
691         tags are hidden.
693 2010-01-10  Carsten Dominik  <carsten.dominik@gmail.com>
695         * org-latex.el (org-export-latex-fix-inputenc): New function.
696         (org-export-latex-inputenc-alist): New option.
698         * org-exp.el (org-export): New key SPC to publish enclosing
699         subtree.
701 2010-01-09  Carsten Dominik  <carsten.dominik@gmail.com>
703         * org-indent.el (org-indent-add-properties): Catch case when there
704         is no headline in the buffer.
706 2010-01-08  Carsten Dominik  <carsten.dominik@gmail.com>
708         * org-exp.el (org-html-entities): Add checkmark symbol.
710         * org-ascii.el (org-export-ascii-preprocess): Protect targets in
711         verbatim code for ASCII export.
713         * org.el (org-update-statistics-cookies): Also see checkboxes in
714         ordered lists.
716 2010-01-07  Carsten Dominik  <carsten.dominik@gmail.com>
718         * org-agenda.el (org-agenda-view-mode-dispatch): Define the `L'
719         key.
721         * org-beamer.el (org-beamer-amend-header): Change the location
722         where `org-beamer-header-extra' is inserted.
724         * org.el (org-compute-latex-and-specials-regexp): Don't do BIND
725         just for computing this regexp.
727 2010-01-06  Carsten Dominik  <carsten.dominik@gmail.com>
729         * org-beamer.el (org-beamer-frame-default-options): New option.
730         (org-beamer-sectioning): Use default options if the user does not
731         have defined any.
732         (org-beamer-fix-toc): Put a frame around the table of contents.
734         * org-exp.el (org-export-remove-comment-blocks-and-subtrees): Make
735         sure case-folding works well when processing comment stuff.
737         * org-latex.el (org-export-latex-after-save-hook): New hook.
738         (org-export-as-latex): Run the new hook.
740 2010-01-05  Carsten Dominik  <carsten.dominik@gmail.com>
742         * org-beamer.el (org-beamer-environments-default): Add the note
743         environments.
744         (org-beamer-after-initial-vars): Allow several BEAMER_HEADER_EXTRA
745         lines and collect and combine the content.
746         (org-beamer-after-initial-vars): Check for note tags and make sure
747         they will be seen like a property.
749         * org.el (org-offer-links-in-entry): Fix bug when there is a
750         single link.
752         * org-exp.el (org-export): Make sure the mark is activated, also
753         when `transient-mark-mode' is off.
755         * org-agenda.el (org-agenda-search-view-always-boolean): New option.
756         (org-agenda-search-view-search-words-only): Obsolete variable, is
757         now an alias for `org-agenda-search-view-always-boolean'.
758         (org-agenda-search-view-force-full-words): New option.
759         (org-search-view): Improve docstring, and implement a better logic
760         for Boolean and phrase searches.
761         (org-agenda-last-search-view-search-was-boolean): New variable.
762         (org-agenda-manipulate-query): Consider the type of the last
763         search when modifying the search string.
765 2010-01-04  Carsten Dominik  <carsten.dominik@gmail.com>
767         * org-latex.el (org-export-as-latex): Do the first letbind in the
768         right moment.
770         * org-agenda.el (org-get-entries-from-diary): Add the new face to
771         these entries.
773         * org-faces.el (org-agenda-diary): New face.
775         * org.el (org-make-link-regexps): Allow regexp-special characters
776         in link types.
777         (org-open-file): When in-emacs is `system', also force system
778         opening, like when the value was `(16)'.
779         (org-update-statistics-cookies): Handle entries without children.
781         * org-exp.el
782         (org-export-preprocess-before-normalizing-links-hook): New hook.
783         (org-export-preprocess-string): Run the new hook.
785         * org.el (org-offer-links-in-entry): Make RET open all links.
787         * org-html.el (org-export-as-html): Remove any leftover display
788         properties in the html file.
790         * org-wl.el (org-wl-store-link): Work-around for format bug with
791         text properties.
793         * org-habit.el (org-habit-insert-consistency-graphs): Turn off
794         invisibility while adding the graphs.
796 2010-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
798         * org-remember.el (org-select-remember-template): Use C letter to
799         customize remember templates.
801         * org-agenda.el (org-agenda-bulk-mark, org-agenda-bulk-unmark):
802         Move cursor to next visible line.
804 2010-01-02  Carsten Dominik  <carsten.dominik@gmail.com>
806         * org-beamer.el (org-beamer-sectioning): Leave columns environment
807         by specifying 0 or 1 for column width.
808         (org-beamer-column-widths): Make 0 stand for 0.0.
810 2010-01-01  Carsten Dominik  <carsten.dominik@gmail.com>
812         * org-exp.el (org-export-mark-radio-links): Don't match inside
813         <<target>>.
815         * org.el (org-format-latex-header-extra): New variable.
816         (org-format-latex): Set org-format-latex-header-extra from
817         in-buffer stuff.
818         (org-format-latex): Add org-format-latex-header-extra to the
819         variables on which image creation depends.
820         (org-create-formula-image): Add the header stuff from in-buffer
821         settings.
822         (org-read-date-analyze): Base the analysis for future preference
823         on NOW, not on the default date.
825         * org-inlinetask.el (org-inlinetask-export-handler): Add CSS class
826         for TODO keyword in inline tasks.
828         * org.el (org-log-note-headings): New headings for removing
829         deadline or scheduling date.
830         (org-deadline, org-schedule): Arrange for logging when removing a
831         date.
832         (org-add-log-note): Handle deadline and scheduling removal.
834 2009-12-31  Carsten Dominik  <carsten.dominik@gmail.com>
836         * org-exp.el (org-export-visible): Add LaTeX/pdf export.
838 2009-12-28  Carsten Dominik  <carsten.dominik@gmail.com>
840         * org-agenda.el (org-diary-class): New function.
842 2009-12-24  Carsten Dominik  <carsten.dominik@gmail.com>
844         * org-latex.el (org-export-latex-preprocess): Do process the text
845         of a radio target.
847 2009-12-20  Carsten Dominik  <carsten.dominik@gmail.com>
849         * org.el (org-entry-properties): Add TIMESTAMP properties back
850         in.
852 2009-12-18  Carsten Dominik  <carsten.dominik@gmail.com>
854         * org.el (org-all-time-keywords): New variable.
855         (org-set-regexps-and-options): Set `org-all-time-keywords'.
856         (org-entry-blocked-p): New function.
857         (org-special-properties): Add BLOCKED as a new special property.
858         (org-entry-properties): New optional argument SPECIFIC, only parse
859         for this property when it is specified.
860         (org-entry-get): Pass a SPECIFIC argument to
861         `org-entry-properties'.
863         * org-latex.el (org-export-as-latex): Preprocess TEXT as well.
865 2009-12-17  Carsten Dominik  <carsten.dominik@gmail.com>
867         * org-latex.el (org-export-latex-tables): No forced line end if
868         there is no caption.
870 2009-12-16  Carsten Dominik  <carsten.dominik@gmail.com>
872         * org-exp.el (org-html-entities): Add Euro symbols from Marvosym
873         package.
875         * org-latex.el (org-export-latex-tables): Only add a caption when
876         macro in in longtable environments if one has been defined.
878         * org-html.el (org-export-as-html): Only take title from buffer if
879         not exporting body-only.
881         * org-latex.el (org-export-latex-preprocess): Better version of
882         the regular expression for protecting LaTeX macros.
883         (org-export-latex-preprocess): Start searching for macros to
884         protect from beginning of buffer.
886         * org-exp.el (org-export-target-internal-links): Check for
887         protectedness earlier in the string.
889         * org-agenda.el (org-agenda-highlight-todo): Match TODO keywords
890         case sensitively.
892         * org-id.el (org-id-store-link): Match TODO keywords case
893         sensitively.
895         * org.el (org-heading-components, org-get-outline-path)
896         (org-display-outline-path): Match TODO keywords case sensitively.
898         * org-latex.el (org-export-as-latex): Ignore read-only
899         properties.
901         * org-exp.el (org-export-preprocess-string): Remove any
902         `read-only' properties.
904         * org-agenda.el (org-agenda-inactive-leader): New option.
905         (org-agenda-get-timestamps): Use `org-agenda-inactive-leader'.
906         (org-tags-view): Prompt for matcher if MATCH is an empty string.
907         (org-todo-list): Prompt for matcher if ARG is an empty string.
909 2009-12-15  Carsten Dominik  <carsten.dominik@gmail.com>
911         * org.el (org-open-link-functions): New hook.
912         (org-open-at-point): Run `org-open-link-functions'.
914 2009-12-14  Carsten Dominik  <carsten.dominik@gmail.com>
916         * org-agenda.el (org-agenda-date-prompt): Allow inactive time
917         stamps as well.
919         * org.el (org-inhibit-startup-visibility-stuff): New variable.
920         (org-mode): Don't do startup visibility if inhibited.
921         (org-outline-overlay-data, org-set-outline-overlay-data): New
922         functions.
923         (org-save-outline-visibility): New macro.
924         (org-log-note-headings): Document that one should not change the
925         `state' note format.
927 2009-12-13  Carsten Dominik  <carsten.dominik@gmail.com>
929         * org.el (org-make-link-regexps): Capture link path into a group.
931 2009-12-12  Carsten Dominik  <carsten.dominik@gmail.com>
933         * org-beamer.el (org-beamer-after-initial-vars): Do not overwrite
934         the options plist.
936 2009-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
938         * org.el (org-startup-with-beamer-mode): New option.
939         (org-property-changed-functions)
940         (org-property-allowed-value-functions): New hooks.
941         (org-entry-put, org-property-get-allowed-values): Run the new
942         hooks.
943         (org-property-next-allowed-value): Run the new hooks.
945         * org-exp.el (org-export-select-backend-specific-text): Add the
946         special beamer tags.
948         * org-beamer.el
949         (org-export-preprocess-before-selecting-backend-code-hook): New
950         file.
952         * org-latex.el (org-export-latex-after-initial-vars-hook): New hook.
953         (org-export-as-latex): Run
954         `org-export-latex-after-initial-vars-hook'.
955         (org-export-latex-format-toc-function)
956         (org-export-latex-make-header): Call
957         `org-export-latex-format-toc-function'.
959         * org.el (org-fill-template): Make template searches case sensitive.
961         * org-exp.el (org-export): Use "1" as a sign to export only the
962         subtree.
964         * org-colview-xemacs.el (org-columns-edit-value): Use
965         org-unrestricted property.
967         * org-colview.el (org-columns-edit-value):  Use
968         org-unrestricted property.
970         * org.el (org-compute-property-at-point): Set org-unrestricted
971         text property if the list contains ":ETC".
972         (org-insert-property-drawer):  Use
973         org-unrestricted property.
975         * org-exp.el
976         (org-export-preprocess-before-selecting-backend-code-hook): New hook.
977         (org-export-preprocess-string): Run
978         `org-export-preprocess-before-selecting-backend-code-hook'.
980         * org-xoxo.el (org-export-as-xoxo): Run `org-export-first-hook'.
982         * org-latex.el (org-export-region-as-latex): Run
983         `org-export-first-hook'.
985         * org-html.el (org-export-as-html): Run `org-export-first-hook'.
987         * org-docbook.el (org-export-as-docbook): Run
988         `org-export-first-hook'.
990         * org-ascii.el (org-export-as-ascii): Run `org-export-first-hook'.
992         * org-exp.el (org-export-first-hook): New hook.
994 2009-12-10  Carsten Dominik  <carsten.dominik@gmail.com>
996         * org-list.el (org-previous-item): Exit at the beginning of the
997         buffer.
999         * org-id.el (org-id-locations-save): Only write the id locations
1000         if any are defined.
1002         * org-archive.el (org-archive-all-done): Make this work in a file
1003         with org-odd-levels-only set.
1005         * org.el (org-get-refile-targets): Catch the case when a buffer
1006         has no file.
1008         * org-latex.el (org-export-as-latex): Cleanup forced line ends
1009         where they are not needed.
1010         (org-export-latex-subcontent): Remove unnecessary newlines.
1012 2009-12-09  Carsten Dominik  <carsten.dominik@gmail.com>
1014         * org-latex.el (org-export-latex-make-header): Remove \obeylines.
1015         (org-export-latex-fontify): Fix regexp bug that takes special
1016         care of protecting the right boundary characters in emphasis
1017         matches.
1018         (org-export-latex-preprocess): Allow multiple arguments to latex
1019         macros.
1021         * org.el (org-make-link-regexps): Use John Gruber's regexp for
1022         urls.
1024         * org-macs.el (org-re): Interpret :punct: in regexps.
1026         * org-exp.el (org-export-replace-src-segments-and-examples): Also
1027         take the final newline after the END line.
1029         * org.el (org-clean-visibility-after-subtree-move): Only fix
1030         entries that are not entirely invisible already.
1031         (org-insert-link): Respect org-link-file-path-type for
1032         "docview:" links in addition to "file:" links.
1034 2009-12-03  Carsten Dominik  <carsten.dominik@gmail.com>
1036         * org-exp.el (org-export-format-source-code-or-example): Avoid
1037         additional extra white lines in LaTeX.
1039         * org-list.el (org-list-parse-list): Leave empty lines after the
1040         list, don't consider them as part of the list.
1042         * org-mobile.el (org-mobile-sumo-agenda-command): Allow tagstodo
1043         searches.
1045         * org-clock.el (org-clock-select-task): Convert integer to
1046         character for XEmacs.
1048 2009-12-02  Carsten Dominik  <carsten.dominik@gmail.com>
1050         * org-clock.el (org-clock-resolve): Make reading a char XEmacs
1051         compatible.
1053 2009-11-30  Tassilo Horn  <tassilo@member.fsf.org>
1055         * org.el (org-complete-tags-always-offer-all-agenda-tags): New
1056         variable.
1057         (org-set-tags): Use it.
1059 2009-11-30  Carsten Dominik  <carsten.dominik@gmail.com>
1061         * org-list.el (org-empty-line-terminates-plain-lists): Update
1062         docstring.
1064         * org.el (org-format-latex): Fix link creation for processed latex
1065         snippets.
1067 2009-11-29  Carsten Dominik  <carsten.dominik@gmail.com>
1069         * org-footnote.el (org-footnote-normalize): Protect replacement
1070         text.
1072         * org.el (org-inside-latex-macro-p): Save match data.
1074 2009-11-28  Jan Böcker  <jan.boecker@jboecker.de>
1076         * org-docview.el: New file.
1078 2009-11-27  Carsten Dominik  <carsten.dominik@gmail.com>
1080         * org-latex.el (org-export-latex-class-options): New variable.
1081         (org-export-latex-set-initial-vars): Use the class options.
1083         * org.el (org-forward-same-level): Stop at headings that start
1084         with an invisible character.
1085         (org-additional-option-like-keywords): Add LaTeX_CLASS_OPTIONS.
1087 2009-11-26  Carsten Dominik  <carsten.dominik@gmail.com>
1089         * org-footnote.el (org-footnote-normalize): Don't take optional
1090         arguments in LaTeX macros as footnotes.
1092         * org.el (org-inside-latex-macro-p): New function.
1094         * org-latex.el (org-latex-to-pdf-process): Change customization
1095         group to `org-export-pdf'.
1097         * org-agenda.el (org-agenda-get-blocks): Look at time string also
1098         on days after the first one.
1100         * org.el (org-insert-heading): Also check for item before assuming
1101         before-first-heading condition.
1103         * org-latex.el (org-latex-to-pdf-process): Fix typo in group tag.
1104         (org-export-pdf-logfiles): New option.
1105         (org-export-as-pdf): Use `org-export-pdf-logfiles'.
1106         (org-export-pdf-logfiles): Fix customization type.
1108         * org.el (org-insert-link): Improve error message when there is no
1109         default link to select with RET.
1111         * org-agenda.el (org-agenda-filter-by-tag): Use char argument from
1112         parameter list.
1114 2009-11-25  Carsten Dominik  <carsten.dominik@gmail.com>
1116         * org-latex.el (org-export-latex-parse-global)
1117         (org-export-latex-parse-content)
1118         (org-export-latex-parse-subcontent): Use
1119         `org-re-search-forward-unprotected'.
1120         (org-export-as-pdf): Remove log files produced by XeTeX.
1122         * org-macs.el (org-re-search-forward-unprotected): New function.
1124 2009-11-25  James TD Smith  <ahktenzero@mohorovi.cc>
1126         * org-colview.el (org-agenda-colview-summarize): Sort out some
1127         confusion between properties and titles, which resulted in
1128         agenda summaries not working if a title was set for a column.
1130 2009-11-24  Carsten Dominik  <carsten.dominik@gmail.com>
1132         * org-mobile.el (org-mobile-agendas): New option.
1133         (org-mobile-sumo-agenda-command): Select the right agendas.
1135         * org-latex.el (org-export-latex-format-image): Preserve the
1136         original-indentation property.
1138 2009-11-23  Carsten Dominik  <carsten.dominik@gmail.com>
1140         * org-clock.el (org-clock-insert-selection-line): Catch error when
1141         an old tasks no longer exists.
1143         * org-latex.el (org-export-as-pdf): Remove also the .idx file.
1144         (org-export-as-pdf): Don't remove the old PDF file before making
1145         the new one.
1147         * org-mouse.el (org-mouse-end-headline, org-mouse-insert-item)
1148         (org-mouse-context-menu): Use `org-looking-back'.
1150         * org.el (org-cycle-level): Use `org-looking-back'.
1152         * org-list.el (org-cycle-item-indentation): Use
1153         `org-looking-back'.
1155         * org-compat.el (org-looking-back): New function.
1157         * org.el (org-insert-heading): Catch before-first-headline when
1158         inserting a headline.
1160 2009-11-22  Carsten Dominik  <carsten.dominik@gmail.com>
1162         * org-latex.el (org-export-latex-format-image): Indent figure
1163         environment, so that it does not interrupt plain list.
1165         * org.el (org-open-at-point): Allow long link descriptions.
1167 2009-11-21  Carsten Dominik  <carsten.dominik@gmail.com>
1169         * org-html.el (org-export-as-html): Remove empty lines at the
1170         beginning of the exported text.
1172 2009-11-20  Carsten Dominik  <carsten.dominik@gmail.com>
1174         * org-protocol.el (org-protocol-remember): Cater for empty title,
1175         region, link.
1177         * org-agenda.el (org-agenda-diary-entry-in-org-file): Rebuild
1178         agenda after adding new entry.
1179         (org-agenda-get-represented-tags): New function.
1180         (org-agenda-filter-by-tag): Use `org-agenda-get-represented-tags'
1181         to get a list of tags in the agenda.
1183         * org-datetree.el (org-datetree-find-day-create): Fix regular
1184         expression.
1186         * org.el (org-display-outline-path): Use a format specifier for
1187         message, to avoid problems with heading containing `%'.
1189         * org-agenda.el (org-agenda-hide-tags-regexp): New option.
1190         (org-format-agenda-item): Call `org-agenda-fix-displayed-tags'.
1191         (org-agenda-fix-displayed-tags): New function.
1192         (org-agenda-do-context-action): Just call
1193         `org-display-outline-path', without piping the result through
1194         `message'.
1196         * org-latex.el (org-export-latex-preprocess): Protect secondary
1197         footnote references.
1199         * org-indent.el (org-indent-initialize): Avoid empty strings as
1200         line prefixes.
1202         * org-agenda.el (org-agenda-diary-entry-in-org-file): Make sure
1203         hat checking for the mark does not throw an error.
1204         (org-agenda-diary-entry-in-org-file): Catch the case that there is
1205         not `day' text property in the cursor line.
1207         * org.el (org-sort-entries-or-items): Make sure that the final
1208         entry has a newline before doing the sorting.
1210         * org-agenda.el (org-agenda-diary-entry-in-org-file): Get the text
1211         property at the beginning of the line.
1213         * org.el (org-make-link-string): Don't allow a description with
1214         only white space.
1216 2009-11-19  Carsten Dominik  <carsten.dominik@gmail.com>
1218         * org-agenda.el (org-agenda-insert-diary-strategy): New variable.
1219         (org-agenda-insert-diary-as-top-level): New function.
1220         (org-agenda-add-entry-to-org-agenda-diary-file): Call
1221         `org-agenda-insert-diary-as-top-level'.
1223         * org.el (org-occur-in-agenda-files): Make sure none of the
1224         buffers is narrowed.
1225         (org-activate-plain-links): Add the face property here.
1226         (org-set-font-lock-defaults): Do not add the face to plain links,
1227         the activator function does this.
1229         * org-habit.el (org-is-habit-p): Add doc string.
1231 2009-11-18  Carsten Dominik  <carsten.dominik@gmail.com>
1233         * org-archive.el (org-archive-subtree-default-with-confirmation):
1234         Autoload.
1236         * org-latex.el (org-export-latex-fontify): Fix regexp to make char
1237         after match optional (happens at the end of a line...).
1239         * org.el (org-fontify-meta-lines-and-blocks): Apply special faces
1240         for special blocks.
1242         * org-faces.el (org-copy-face): Set lisp indentation.
1243         (org-quote, org-verse): New faces.
1245         * org-agenda.el (org-agenda-remove-date): Remove variable.
1247 2009-11-17  Carsten Dominik  <carsten.dominik@gmail.com>
1249         * org-freemind.el (org-freemind-escape-str-from-org): Fix encoding.
1251 2009-11-17  Eric Schulte  <schulte.eric@gmail.com>
1253         * org-exp-blocks.el (org-export-blocks-format-ditaa): Use sha1
1254         hash keys to cache and re-use images generated by the
1255         org-exp-blocks interface to ditaa and dot.
1257 2009-11-17  Carsten Dominik  <carsten.dominik@gmail.com>
1259         * org-html.el (org-export-as-html): Move the home/up link into
1260         the content div.
1262         * org.el (org-export-latex-packages-alist): Option definition
1263         moved here from org-latex.el.
1265 2009-11-17  Eric Schulte  <schulte.eric@gmail.com>
1267         * org.el (org-format-latex): Latex images are now saved to files
1268         named by the sha1 hash of the latex source text avoiding
1269         regeneration of identical images.
1271 2009-11-16  Carsten Dominik  <carsten.dominik@gmail.com>
1273         * org-html.el (org-export-html-home/up-format): Add an ID to the
1274         up/home div.
1276 2009-11-15  Carsten Dominik  <carsten.dominik@gmail.com>
1278         * org-wl.el (org-wl-store-link): Handle the case that
1279         `wl-use-petname' is set.
1281         * org.el (org-set-effort): Improve prompt.
1282         (org-get-outline-path): Widen to get full path.
1283         (org-compact-display-after-subtree-move): Function removed.
1285         * org-latex.el (org-export-as-latex): Add the :drawers property.
1287 2009-11-14  Carsten Dominik  <carsten.dominik@gmail.com>
1289         * org.el (org-speed-commands-user): Allow documentation headlines.
1290         (org-speed-commands-default): Organize the value of this constant
1291         with descriptive headlines.
1292         (org-print-speed-command): Output the headlines.
1294 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
1296         * org-agenda.el (org-agenda-show-outline-path): New option.
1297         (org-agenda-do-context-action): New function.
1298         (org-agenda-next-line, org-agenda-previous-line): Use
1299         `org-agenda-do-context-action'.
1301         * org.el (org-use-speed-commands): Allow function value.
1302         (org-speed-commands-default): Make headline motion safe, so that
1303         these commands always end on a headline.
1304         (org-speed-commands-default): New key `v' for `org-agenda'.
1305         (org-speed-move-safe): New function.
1306         (org-self-insert-command): Use the function value of
1307         `org-use-speed-commands'.
1308         (org-get-outline-path): Improve docstring.
1309         (org-format-outline-path): New function.
1310         (org-display-outline-path): New function.
1312 2009-11-12  John Wiegley  <jwiegley@gmail.com>
1314         * org-clock.el (org-clock-resolve): If `org-clock-into-string' is
1315         a string, use that to find the LOGBOOK drawer.
1317 2009-11-12  Carsten Dominik  <carsten.dominik@gmail.com>
1319         * org.el (org-clone-subtree-with-time-shift): Make it work at the
1320         end of the buffer.
1322         * org-mobile.el (org-mobile-write-checksums): Specify coding
1323         system.
1324         (org-mobile-timestamp-buffer): Keep local variable/mode line at
1325         beginning of buffer.
1327         * org-latex.el (org-latex-entities-regexp): Fix typo in regexp.
1329         * org.el (org-block-todo-from-children-or-siblings-or-parent)
1330         (org-block-todo-from-checkboxes): Do not block changes to a nil
1331         TODO state.
1333 2009-11-12  James TD Smith  <ahktenzero@mohorovi.cc>
1335         * org-habit.el (org-habit-parse-todo): Indicate which habit is
1336         wrongly set up in the error messages.
1338         * org-colview.el (org-columns-display-here): Don't try to
1339         calculate values if the underlying property is not set.
1340         (org-columns-string-to-number): Convert age strings back into
1341         fractional days.
1342         (org-agenda-colview-summarize): Handle extended summary types
1343         properly.
1345         * org-colview-xemacs.el (org-columns-display-here): Don't try to
1346         calculate values if the underlying property is not set.
1347         (org-columns-string-to-number): Convert age strings back into
1348         fractional days.
1349         (org-agenda-colview-summarize): Handle extended summary types
1350         properly.
1352 2009-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
1354         * org-exp.el (org-export-format-drawer-function): New variable.
1355         (org-export-format-drawer): New function.
1356         (org-export-preprocess-string): Pass the backend as a parameter to
1357         `org-export-remove-or-extract-drawers'.
1358         (org-export-remove-or-extract-drawers): New parameter BACKEND.
1360         * org-protocol.el (org-protocol-char-to-string): New defsubst.
1362 2009-11-10  Carsten Dominik  <carsten.dominik@gmail.com>
1364         * org-agenda.el (org-agenda-diary-entry-in-org-file): Add error
1365         message when no block is selected.
1367         * org-latex.el (org-export-latex-links): Check for protectedness
1368         in the last matched character, not after the match.
1370         * org-datetree.el (org-datetree-find-date-create): Respect
1371         restriction when KEEP-RESTRICTION is set.
1372         (org-datetree-file-entry-under): New function.
1373         (org-datetree-cleanup): New command.
1375 2009-11-08  Dan Davison  <davison@stats.ox.ac.uk>
1377         * org-src.el (org-edit-src-code): New optional argument context
1378         allows calling functions to avoid altering the saved window
1379         configuration.
1380         (org-edit-src-exit): Do not restore window configuration when this
1381         function is used in the context of saving the edit buffer.
1383 2009-11-09  Carsten Dominik  <carsten.dominik@gmail.com>
1385         * org-clock.el (org-clock-out, org-clock-cancel): Revert to
1386         instances to switching to with-current-buffer, because these seem
1387         to cause problems - no idea why.
1389         * org-agenda.el (org-agenda-add-entry-to-org-agenda-diary-file):
1390         Require diary-lib for (diary-date-display-form).
1392         * org.el (org-log-reschedule, org-log-redeadline): New options.
1393         (org-log-note-headings): Add templates for rescheduling and
1394         deadline changing.
1395         (org-startup-options): Add in-buffer settings for logging changing
1396         schedule and deadline time stamps.
1397         (org-deadline, org-schedule): Check for existing date and arrange
1398         for logging if the user requests it.
1399         (org-add-log-note): Prepare proper note buffers for rescheduling
1400         and deadline changes.
1402 2009-11-08  Carsten Dominik  <carsten.dominik@gmail.com>
1404         * org-agenda.el (org-agenda-diary-entry-in-org-file)
1405         (org-agenda-add-entry-to-org-agenda-diary-file)
1406         (org-agenda-insert-diary-make-new-entry): New functions.
1407         (org-agenda-diary-entry): Call
1408         `org-agenda-diary-entry-in-org-file' when appropriate.
1410         * org.el (org-calendar-insert-diary-entry-key): New option.
1411         (org-agenda-diary-file): New option.
1412         ("calendar"): Install our insertion function in the calendar.
1414         * org-remember.el (org-datetree): Require.
1415         (org-remember-templates): Add new positioning option.
1416         (org-remember-reference-date): New variable.
1417         (org-remember-apply-template): Store the reference date in a local
1418         variable.
1419         (org-remember-handler): Implement date tree positioning of entries.
1421         * org-datetree.el: New file.
1423         * org-latex.el (org-export-latex-preprocess): Protect targets in
1424         verbatim emphasis.
1426         * org-html.el (org-export-as-html): Protect targets in verbatim
1427         emphasis.
1429         * org-docbook.el (org-export-as-docbook): Protect targets in
1430         verbatim emphasis.
1432 2009-11-07  James TD Smith  <ahktenzero@mohorovi.cc>
1434         * org.el (org-link-display-format): Should be literal replacement.
1436 2009-11-06  Carsten Dominik  <carsten.dominik@gmail.com>
1438         * org-clock.el (org-show-notification): Handle messages that
1439         contain a percent character.
1441         * org-remember.el (org-remember-apply-template): Turn of partial
1442         completion.
1444         * org-mobile.el (org-mobile-before-process-capture-hook): New hook.
1445         (org-mobile-pull): Run `org-mobile-before-process-capture-hook'.
1447         * org.el (org-indent-mode): Define variable already in org.el.
1448         (org-unfontify-region): Remove line-prefix and wrap-prefix
1449         properties only if org-indent-mode is active.
1451 2009-11-05  Carsten Dominik  <carsten.dominik@gmail.com>
1453         * org-icalendar.el (org-print-icalendar-entries): Save match data
1454         around call to verify function.
1455         (org-print-icalendar-entries): Add a call to the verification
1456         function.
1458         * org.el (org-speedbar-set-agenda-restriction): Remove unnecessary
1459         save-restrivtion' form.
1461 2009-11-05  Dan Davison  <davison@stats.ox.ac.uk>
1463         * org-exp.el (org-export-format-source-code-or-example): restrict
1464         scope of preserve-indentp to the let binding.
1465         (org-src): require org-src, since org-src-preserve-indentation is used.
1467 2009-11-05  Carsten Dominik  <carsten.dominik@gmail.com>
1469         * org-timer.el (org-timer-set-timer): Set variables
1470         org-timer-timer[123] correctly.
1473         * org-mobile.el (org-mobile-files-alist): Make it work when
1474         `agenda-archives' is included in
1475         `org-agenda-text-search-extra-files'.
1476         (org-mobile-push): Restore agenda after mobile push.
1478 2009-11-05  John Wiegley  <jwiegley@gmail.com>
1480         * org-clock.el (org-resolve-clocks-if-idle): Another fix to the
1481         way the amount of idle time is presented in the minibuffer.
1483 2009-11-05  Carsten Dominik  <carsten.dominik@gmail.com>
1485         * org-icalendar.el (org-print-icalendar-entries): Use
1486         org-icalendar-verify-function only if non-nil.
1488         * org.el (org-refile): Refile to clock only if the prefix arg is
1489         2.
1490         (org-sparse-tree): Fix docstring to be in line with prompt.
1491         (org-update-parent-todo-statistics): Call
1492         `org-after-todo-statistics-hook' on each level.
1494 2009-11-04  Carsten Dominik  <carsten.dominik@gmail.com>
1496         * org-remember.el (org-remember-apply-template): Make sure the
1497         buffer exists.
1499 2009-11-03  Carsten Dominik  <carsten.dominik@gmail.com>
1501         * org.el (org-tab-ind-state): New variable.
1502         (org-cycle-level): New function.
1503         (org-cycle-level-after-item/entry-creation): New option.
1504         (org-flag-subtree): New function.
1505         (org-hide-archived-subtrees): Call `org-flag-subtree'.
1506         (org-set-effort): Indexed access.
1508         * org-list.el (org-cycle-item-indentation): New function.
1510         * org.el (org-refile): Make prefix argument 2 refile to current
1511         clock.
1512         (org-priority): Interpret action `remove' as call to remove the
1513         priority cookie.
1515         * org-remember.el (org-remember-apply-template): Don't depend on
1516         buffer name being like file name.
1518 2009-11-02  Carsten Dominik  <carsten.dominik@gmail.com>
1520         * org-clock.el (org-clock-play-sound): Expand file in
1521         org-clock-sound, to allow ~ for home.
1523         * org-remember.el (org-remember-handler): Set
1524         text-before-node-creation even if this already looks like a node,
1525         because the string might be needed on non-org-mode target files.
1527         * org-agenda.el (org-agenda-open-link): Make this work in agenda
1528         clocktables.
1529         (org-agenda-switch-to): Follow a link at point if
1530         org-return-follows-link' is set and there is nothing else to do in
1531         this line.
1533 2009-11-02  James TD Smith  <ahktenzero@mohorovi.cc>
1535         * org-colview-xemacs.el: Add in changes from org-colview.el
1537 2009-11-01  Dan Davison  <davison@stats.ox.ac.uk>
1539         * org-exp-blocks.el: Modify split separator regexp to avoid empty
1540         strings.
1542 2009-11-01  James TD Smith  <ahktenzero@mohorovi.cc>
1544         * org-colview.el (org-columns-new): Make this work with the new
1545         operators.
1546         (org-columns-store-format): Make this work with the new operators.
1548 2009-11-01  Carsten Dominik  <carsten.dominik@gmail.com>
1550         * org-src.el (org-src-preserve-indentation): Document that this
1551         variable is also used during export.
1553         * org-exp.el (org-export-format-source-code-or-example): Preserve
1554         indentation if a block has a -i option, or if
1555         `org-src-preserve-indentation' is set.
1557         * org-exp-blocks.el (org-export-blocks-preprocess): Preserve
1558         indentation if a block has a -i option, or if
1559         `org-src-preserve-indentation' is set.
1561 2009-10-31  Carsten Dominik  <carsten.dominik@gmail.com>
1563         * org.el (org-mode-map): Define the new archiving keys.
1564         (org-speed-commands-default): Define an archiving key in the speed
1565         command map.
1566         (org-org-menu): Improve the menu structure concerning archiving.
1568         * org-archive.el (org-archive-subtree-default-with-confirmation):
1569         New command.
1571         * org-agenda.el (org-agenda-mode-map): Define the new archiving keys.
1572         (org-agenda-menu): Add the new archiving commands to the menu.
1573         (org-agenda-archive-default)
1574         (org-agenda-archive-default-with-confirmation): New commands.
1575         (org-agenda-archive, org-agenda-archive-to-archive-sibling): Just
1576         call `org-agenda-archive-with'.
1577         (org-agenda-archive-with): New function.
1579         * org-table.el (org-table-convert-region): Inert spaces around "|"
1580         to avoid line beginnings like "|-1" which will be mistaken as
1581         hlines.
1583 2009-10-30  Carsten Dominik  <carsten.dominik@gmail.com>
1585         * org.el (org-offer-links-in-entry): Return nil if there are no
1586         links, t if a link has been selected.
1587         (org-open-at-point): Open attachment directory when called in the
1588         headline and there are no links in the entry body.
1589         (org-speed-commands-default): Add "o" for open-at-point as a speed
1590         command.
1592         * org-attach.el (org-attach-reveal): Optional prefix arg
1593         IF-EXISTS, which avoids creating the attachment directory if it
1594         does not yet exist.
1596         * org-agenda.el (org-agenda, org-run-agenda-series): Evaluate
1597         MATCH.
1599 2009-10-29  Carsten Dominik  <carsten.dominik@gmail.com>
1601         * org.el ("abbrev"): Work with abbrev tables only after they have
1602         been loaded.
1604         * org-list.el (org-list-send-list): Fix bug related to match
1605         data.
1607         * org-latex.el (org-export-latex-fontify): Apply verbatim
1608         emphasis.
1609         (org-export-latex-make-header): Insert \obeylines if line breaks
1610         should be preserved.
1612         * org-exp.el (org-export-protect-verbatim): Add an
1613         `org-verbatim-emph' property to such text.
1615 2009-10-28  Carsten Dominik  <carsten.dominik@gmail.com>
1617         * org-icalendar.el (org-icalendar-use-plain-timestamp): New option.
1618         (org-print-icalendar-entries): Skip entries where the timestamp is
1619         not a deadline and not scheduled, if the user requests that.
1621         * org-latex.el (org-export-latex-quotation-marks): Allow a bracket
1622         before an opening quote.
1624         * org-archive.el (org-archive-subtree): Keep archive after
1625         archiving something.
1627         * org-id.el (org-id-update-id-locations): Add archive files if
1628         that is required by `org-id-extra-files'.
1630 2009-10-27  Carsten Dominik  <carsten.dominik@gmail.com>
1632         * org-src.el (org-src-window-setup): New option.
1633         (org-src-switch-to-buffer): New function.
1634         (org-edit-src-exit): Add optional argument CONTEXT and use it to
1635         restore window configuration.
1636         (org-edit-src-code, org-edit-src-continue, org-edit-src-exit):
1637         Call `org-src-switch-to-buffer'.
1639         * org.el (org-default-properties): Add STYLE property.
1640         (org-files-list): Use the function call to get the files.
1641         (org-additional-option-like-keywords): Add SETUPFILE to completion
1642         list.
1644 2009-10-26  Carsten Dominik  <carsten.dominik@gmail.com>
1646         * org-table.el (org-table-convert-region): Correctly interpret
1647         quoting in csv import.
1649         * org.el (org-icompleting-read): Make iswitchb completion work
1650         with lists and tables.
1652         * org-agenda.el (org-agenda-add-entry-text): Never add entry text
1653         while pushing the mobile agenda.
1655 2009-10-25  John Wiegley  <jwiegley@gmail.com>
1657         * org-clock.el
1658         (org-clock-auto-clock-resolution): Now takes three values: nil, t
1659         and `when-no-clock-is-running'.
1660         (org-clock-in): Use `org-clock-auto-clock-resolution' to determine
1661         whether or not to resolve Org buffers on clock in.
1663 2009-10-25  James TD Smith  <ahktenzero@mohorovi.cc>
1665         * org-colview.el (org-format-time-period): Function to format
1666         times in fractional days for display.
1667         (org-columns-display-here): Add support for showing a calculated
1668         value in place of the property.
1669         (org-columns): Set `org-columns-time' to the current time so time
1670         difference calculations will work.
1671         (org-columns-time): Use to store the current time when column view
1672         is displayed, so all time differences will use the same reference
1673         point.
1674         (org-columns-compile-map): There is now an extra position in each
1675         entry specifying the function to use to calculate the displayed
1676         value for the non-calculated properties in the column,
1677         (org-columns-compute-all): Set `org-columns-time' to the current
1678         time so time difference calculations will work.
1679         (org-columns-compute): Handle column operators where the values
1680         used are calculated from the underlying property.
1681         (org-columns-number-to-string): Handle the 'age' column format
1682         (org-columns-string-to-number): Correct the function name (was
1683         org-column...). Add support for the 'age' column format.
1684         (org-columns-compile-format): Support the additional parameter in
1685         org-columns-compile-map.
1687 2009-10-26  Bastien Guerry  <bzg@altern.org>
1689         * org.el (org-mode-hook): Turn `org-mode-hook' into a customizable
1690         variable.
1692 2009-10-25  Carsten Dominik  <carsten.dominik@gmail.com>
1694         * org-clock.el (org-clock-has-been-used): New variable.
1695         (org-clock-in): Set `org-clock-has-been-used'.
1696         (org-clock-save): Save only if clock data has been used or created
1697         during this session.
1699 2009-10-24  Carsten Dominik  <carsten.dominik@gmail.com>
1701         * org-clock.el (org-clock-persist): New value, to store only the
1702         clock history.
1703         (org-clock-save): Don't save the clock if only the history should
1704         be stored.
1705         (org-clock-load): Turn off John Wiegley's auto resolving mechanism
1706         when restoring a saved clock.
1708 2009-10-24  John Wiegley  <jwiegley@gmail.com>
1710         * org-clock.el (org-clock-display, org-clock-put-overlay): Use
1711         `org-time-clock-use-fractional'.
1713         * org.el (org-time-clocksum-use-fractional)
1714         (org-time-clocksum-fractional-format): Two new customizable
1715         variables which allow the user to select fractional times (1.25
1716         instead of 1:25) in the `org-clock-display' report.
1718 2009-10-23  John Wiegley  <jwiegley@gmail.com>
1720         * org-habit.el (org-habit-build-graph): None of the arguments
1721         should be optional.
1722         (org-habit-parse-todo, org-habit-deadline)
1723         (org-habit-get-priority, org-habit-get-faces)
1724         (org-habit-build-graph): Further simplifications by storing all
1725         past, scheduled and deadline dates as a number of days past the
1726         epoch, and not as times.
1728         * org-habit.el (org-habit-warning-face)
1729         (org-habit-warning-future-face): Removed because these are no
1730         longer used.
1731         (org-habit-deadline, org-habit-deadline-repeat): Now always
1732         returns a date; computed if there was a scheduled repeater but no
1733         deadline repeater.
1734         (org-habit-get-priority): Further improvements to the priority
1735         algorithm.  In particular, items past due should always appear
1736         before items due or not yet due.
1737         (org-habit-get-faces): Greatly simplified the logic, now that
1738         `org-habit-deadline' always returns a valid time.
1740 2009-10-23  Carsten Dominik  <carsten.dominik@gmail.com>
1742         * org-ascii.el (org-export-ascii-table-keep-all-vertical-lines):
1743         New option.
1745         * org.el (org-tag-alist): Fix customization type.
1747 2009-10-22  Carsten Dominik  <carsten.dominik@gmail.com>
1749         * org-mobile.el (org-mobile-update-checksum-for-capture-file):
1750         Make sure the regexp search can fail without throwing an error.
1751         (org-mobile-apply): Save the inbox buffer after removing
1752         successfully applied changes.
1754 2009-10-22  John Wiegley  <jwiegley@gmail.com>
1756         * org-habit.el (org-habit-build-graph): Fix to the graph building
1757         when last DONE date is earlier than `org-habit-preceding-days'.
1759         * org-clock.el (org-resolve-clocks-if-idle): Fix to the way idle
1760         time is reported after the user comes back (but before they
1761         resolve time).
1763         * org.el (org-get-repeat): Change so that this function can be
1764         called with either `org-scheduled-string' or
1765         `org-deadline-string'.
1767         * org-habit.el (org-habit-parse-todo): Use `org-scheduled-string'
1768         to find the scheduled date.
1770         * org-clock.el (org-clock-auto-clock-resolution): Renamed
1771         `org-clock-disable-clock-resolution', since negatives don't sound
1772         good in customization variables.
1773         (org-clock-in): Don't use the auto-resolution logic if the user is
1774         clocking into a different task while an active clock is running.
1775         This then allows the default behavior of clocking out of the open
1776         task and then into the new task.
1778         * org-habit.el (org-habit-parse-todo): Generate an error if a
1779         habit has a scheduled repeat period < 1.
1780         (org-habit-get-faces): Fixes to the way that colors are computed.
1781         (org-habit-build-graph): The graph wasn't displaying beyond any
1782         day that had two completions in it.
1784         * org.el (org-modules): Made this variable more consistent, since
1785         it was referring to Org, OrgMode and Org-mode, whereas the docs
1786         for the variable always refer to Org-mode.
1788 2009-10-21  James TD Smith  <ahktenzero@mohorovi.cc>
1790         * org.el (org-repeat-re): The changed org-repeat-re no longer
1791         matched simple +2d type repeaters. Fix it so it does.
1793 2009-10-21  Carsten Dominik  <carsten.dominik@gmail.com>
1795         * org-latex.el (org-export-latex-preprocess): Protect the vspace
1796         macro in the VERSE environment.
1798 2009-10-20  John Wiegley  <jwiegley@gmail.com>
1800         * org-habit.el (org-habit-get-priority): A new function that
1801         determines the relative priority of a habit, based on how long
1802         past its scheduled date it is, and how near the deadline is.
1804         * org-agenda.el (org-agenda-get-scheduled): Set habit priority
1805         using `org-habit-get-priority'.
1807         * org-habit.el (org-habit-build-graph): Start displaying colors
1808         from the first scheduled date, if that date is earlier than the
1809         first completion date.
1811         * org-habit.el: Changed all "color" variables to faces, and made
1812         them appropriate for light and dark backgrounds.
1814         * org-habit.el (org-habit-duration-to-days): Made this function
1815         more general.
1816         (org-habit-parse-todo): Parse the new ".+N/N" style repeater.
1818         * org-agenda.el (org-agenda-get-deadlines): Removed all mention of
1819         habits, since they don't use DEADLINE anymore.
1821         * org.el (org-repeat-re, org-display-custom-time)
1822         (org-timestamp-change): Extended to support the new ".+N/N"
1823         syntax, used for habits.
1825         * org-clock.el (org-clock-resolve-clock): Fixed an incorrect
1826         variable reference.
1828         * org-agenda.el (org-agenda-set-mode-name): Show Habit in the
1829         modeline when habits are being displayed (if that module is being
1830         loaded).
1832 2009-10-21  James TD Smith  <ahktenzero@mohorovi.cc>
1834         * org-clock.el (org-x11-idle-seconds): Add a method to get the X11
1835         idle time using the xscreensaver extension.
1836         (org-user-idle-seconds): Use X11 idle time if available.
1838 2009-10-20  Carsten Dominik  <carsten.dominik@gmail.com>
1840         * org-agenda.el (org-agenda-next-line): New command.
1841         (org-agenda-previous-line): New commands.
1842         (org-agenda-show-and-scroll-up, org-agenda-show-scroll-down): New
1843         commands.
1844         (org-agenda-follow-mode): Do the follow immediately if the mode is
1845         turned on here.
1846         (previous-line, next-line): Replace keys with the corresponding
1847         org functions.
1848         (org-agenda-mode-map): Bind backspace and delete to the scrolling
1849         command.
1851         * org.el (org-icompleting-read): Turn off partial completion mode
1852         for the duration of this completion round.
1854         * org-latex.el (org-export-latex-fontify-headline): Protect TeX
1855         macros in author lines and similar stuff.
1857         * org.el (org-file-tags): Fix docstring.
1858         (org-get-buffer-tags): Add the #+FILETAGS tags.
1859         ("ecb"): Maks ecb show context after jumping into an Org file.
1861 2009-10-20  John Wiegley  <johnw@newartisans.com>
1863         * org-agenda.el (org-finalize-agenda): Draw habit consistency
1864         graphs after everything else in the buffer has been setup.
1866 2009-10-19  Carsten Dominik  <carsten.dominik@gmail.com>
1868         * org-mobile.el (org-mobile-apply): Count success and failure.
1870         * org.el (org-indent-line-function): Fix regexp replace problem.
1872 2009-10-19  John Wiegley  <johnw@newartisans.com>
1874         * org-clock.el (org-clock-disable-clock-resolution): New
1875         customization variable that disable automatic clock resolution on
1876         clock in.
1877         (org-clock-in): If `org-clock-disable-clock-resolution' is set, do
1878         not automatically resolve anything.  This is does not affect
1879         idle-time resolution, however, if `org-clock-idle-time' is set.
1881 2009-10-19  John Wiegley  <johnw@newartisans.com>
1883         * org-habit.el: New file, which implements code to build a "habit
1884         consistency graph".
1886         * org-agenda.el (org-agenda-get-deadlines)
1887         (org-agenda-get-scheduled): Display consistency graphs when
1888         outputting habits into the agenda.  The graphs are always relative
1889         to the current time.
1890         (org-format-agenda-item): Added new parameter `habitp', which
1891         indicates whether we are formatting a habit or not.  Do not
1892         display "extra" leading information if habitp is true.
1894         * org.el (org-repeat-re): Improved regexp to include .+ and ++
1895         leaders for repeat strings.
1896         (org-get-repeat): Now takes a string parameter `tagline', so the
1897         caller can obtain the SCHEDULED repeat, or the DEADLINE repeat.
1899 2009-10-19  John Wiegley  <johnw@newartisans.com>
1901         * org-agenda.el (org-agenda-auto-exclude-function): New
1902         customization variable for allowing the user to create an "auto
1903         exclusion" filter for doing context-aware auto tag filtering.
1904         (org-agenda-filter-by-tag): Changes to support the use of
1905         `org-agenda-auto-exclude-function'.  See the new manual addition,.
1907 2009-10-18  John Wiegley  <johnw@newartisans.com>
1909         * org.el (org-files-list): Don't attempt to return a file name for
1910         Org buffers which have no associated file.
1912         * org-agenda.el (org-agenda-do-action): Fixed a typo.
1914 2009-10-18  Carsten Dominik  <carsten.dominik@gmail.com>
1916         * org-mobile.el (org-mobile-locate-entry): Interpret files
1917         relative to org-directory.
1918         (org-mobile-inbox-for-pull): Document the best location for this
1919         file.
1920         (org-mobile-check-setup): Verify `org-directory'.
1921         (org-mobile-create-index-file): Sort the files to be listed in
1922         index.org.
1924 2009-10-17  James TD Smith  <ahktenzero@mohorovi.cc>
1926         * org.el (org-fast-tag-selection): Add a way to display a
1927         description for a tag group. This is done by adding a string to
1928         either the startgroup or endgroup cell.
1930 2009-10-17  Carsten Dominik  <carsten.dominik@gmail.com>
1932         * org-clock.el (org-clock-resolve, org-resolve-clocks)
1933         (org-emacs-idle-seconds): Use `org-float-time' instead of
1934         `time-to-seconds'
1936 2009-10-17  Carsten Dominik  <carsten.dominik@gmail.com>
1938         * org-agenda.el (org-agenda-sorting-strategy): Fix customization
1939         type.
1941         * org.el (org-pre-cycle-hook): Document that `empty' can also be
1942         the value of ARG when doing local cycling.
1944 2009-10-17  John Wiegley  <johnw@newartisans.com>
1946         * org-clock.el (org-clock-resolve-clock): If keeping or
1947         subtracting time results in a clock out at a time in the past, and
1948         if the resolution occurred due to idleness or invoking `M-x
1949         org-resolve-clocks', remember that past moment in time.  On the
1950         next clock in, the user will be prompted to see if they want to
1951         back-date their new clock to then.
1952         (org-clock-resolve): Do not jump the user to the location of a
1953         dangling clock if the resolution is occuring due to an idle
1954         timeout.  In that case there is typically only one dangling clock,
1955         the active one, and there is no value gained by shuffling their
1956         windows around to show it to them.  Being prompted to resolve an
1957         idle clock should be as inobtrusive as possible.
1958         (org-resolve-clocks-if-idle): New function that resolves only the
1959         currently active clock if the user has exceeded the time returned
1960         by `org-user-idle-seconds', based on the value of
1961         `org-clock-idle-time'.
1962         (org-clock-in): If, after resolving clocks,
1963         (org-clock-out): Cancel the `org-clock-idle-timer' on clock out.
1965         * org-clock.el (org-clock-resolve-clock): New function that
1966         resolves a clock to a specific time, closing or resuming as need
1967         be, and possibly even starting a new clock.
1968         (org-clock-resolve): New function used by `org-resolve-clocks'
1969         that sets up for the call to `org-clock-resolve-clock'.  It
1970         determines the time to resolve to based on a single-character
1971         selection from the user to either keep time, subtract away time or
1972         cancel the clock.
1973         (org-resolve-clocks): New user command which resolves dangling
1974         clocks -- that is, open but not active -- anywhere in the file
1975         list returned by `org-files-list'.
1976         (org-clock-in): Automatically resolve dangling clocks whenever a
1977         user clocks in.
1978         (org-clock-cancel): If the user cancels the solely clock in a
1979         LOGBOOK, remove the empty drawer.
1981         * org-clock.el (org-clock-idle-time): New user customizable option
1982         for detecting whether the user has left a clock idle.  Note: it is
1983         only used in this commit to test whether it's worthwhile to check
1984         OS X to get the Mac user's current idle time.  If the Emacs idle
1985         time is less than the value, the user hasn't been away long enough
1986         to be worth checking (a more expensive test than just getting
1987         Emacs idle time).
1988         (org-user-idle-seconds, org-mac-idle-seconds)
1989         (org-emacs-idle-seconds): This three functions, in conjunction
1990         with the user customization variable `org-clock-idle-time', return
1991         the number of seconds (as a floating point) that the user has been
1992         away from their Emacs (or, if running on OS X, their computer).
1994         * org-clock.el (org-find-open-clocks): New function that returns a
1995         list of all open clocks in the given FILE.  Note that each clock
1996         it returns is a cons cell of the format (MARKER . START-TIME).
1997         This "clock" value is used by several of the new clock module
1998         utility functions.
1999         (org-is-active-clock): New inline function which tests whether the
2000         given clock value is the same as the currently active clock.
2001         Returns non-nil if this is the case.
2002         (org-with-clock-position): New macro that evaluates FORMS with
2003         point in the buffer and at the position of the given clock.
2004         Changes to the current clock are global.
2005         (org-with-clock): New macro that evaluates FORMS with point in the
2006         buffer and at the position of the given clock.  However, changes
2007         to the current clock are local and have no effect on the user's
2008         active clock.  This allows, for example, far any clock to be
2009         cancelled without cancelling the active clock.
2010         (org-clock-clock-in): New inline function that switches the active
2011         clock to the given clock.  If either the argument RESUME, or the
2012         global `org-clock-in-resume', are non-nil, it will resume a clock
2013         that was previously left open.
2014         (org-clock-clock-out): New inline function that clocks out the
2015         given clock value without affecting the currently active clock.
2016         (org-clock-clock-cancel): New inline function that cancels the
2017         given clock value without affecting the currently active clock.
2019         * org-clock.el (org-clock-in): Before creating
2020         `org-clock-mode-line-timer', check to make sure an older timer is
2021         not currently running.
2022         (org-clock-out): Accept new third parameter `at-time', which
2023         permits a clock to be clocked out at a specific time.  Note that
2024         no attempt is made to verify that the clock out time is later than
2025         the clock in time.
2027         * org.el (org-files-list): New utility function for returning a
2028         list of all open org-mode buffers, plus all files used to build
2029         the agenda buffer.  Note that not all the files will necessarily
2030         be visited by a buffer at time of call.
2031         (org-entry-beginning-position): Like the function
2032         `line-beginning-position', this inline function returns the
2033         beginning position of the current heading/entry.
2034         (org-entry-end-position): Like the function `line-end-position',
2035         this inline function returns the end position of the current
2036         heading/entry.
2038 2009-10-16  Carsten Dominik  <carsten.dominik@gmail.com>
2040         * org-agenda.el (org-agenda-list): Mark the all-todo items line as
2041         a header line.
2043 2009-10-15  Carsten Dominik  <carsten.dominik@gmail.com>
2045         * org-exp.el (org-inlinetask-remove-END-maybe): Declare function.
2047 2009-10-14  Carsten Dominik  <carsten.dominik@gmail.com>
2049         * org-agenda.el (org-agenda-filter-make-matcher): Allow to filter
2050         entries that have no tags.
2051         (org-agenda-search-view): New customize group.
2052         (org-agenda-search-view-search-words-only): New option.
2053         (org-search-view): Implement substring search.
2055 2009-10-13  Carsten Dominik  <carsten.dominik@gmail.com>
2057         * org.el (org-outline-level): Add doc string.
2059 2009-10-12  Carsten Dominik  <carsten.dominik@gmail.com>
2061         * org-inlinetask.el (org-inlinetask-export): Re-introduce
2062         variable.
2063         (org-inlinetask-export-handler): Only export inline task if the
2064         user option calls for it.
2066 2009-10-10  Carsten Dominik  <carsten.dominik@gmail.com>
2068         * org-exp.el (org-export-handle-export-tags): Remove inlinetask
2069         END if present.
2071 2009-10-07  Carsten Dominik  <carsten.dominik@gmail.com>
2073         * org-latex.el (org-export-latex-tables): Don't format in
2074         protected regions.
2076 2009-10-06  Carsten Dominik  <carsten.dominik@gmail.com>
2078         * org-src.el (org-edit-src-code)
2079         (org-edit-src-find-region-and-lang, org-edit-src-exit): Handle
2080         macro editing.
2082         * org-agenda.el (org-prefix-category-max-length): New variable.
2083         (org-format-agenda-item): Use `org-prefix-category-max-length'.
2084         (org-compile-prefix-format): Set `org-prefix-category-max-length'.
2086 2009-10-03  Carsten Dominik  <carsten.dominik@gmail.com>
2088         * org-mobile.el (org-mobile-create-index-file): Improve the
2089         listing of tags and todo keywords.
2091         * org-latex.el (org-export-latex-format-image): New function.
2092         (org-export-latex-links): Use `org-export-latex-format-image'.
2094 2009-10-02  Carsten Dominik  <carsten.dominik@gmail.com>
2096         * org-inlinetask.el (org-inlinetask-get-current-indentation)
2097         (org-inlinetask-remove-terminator): New functions.
2098         (org-inlinetask-export-handler): Terminate the description list.
2100         * org-exp.el (org-export-select-backend-specific-text): Remove the
2101         region markers.
2103         * org-inlinetask.el (org-inlinetask-export-handler): fix bug for
2104         tasks without content.
2106         * org-clock.el: Make sure the clock-in target position does not
2107         move to a different node by widening the buffer.
2109         * org-html.el (org-export-html-format-image): Wrap image into
2110         figure div only when there is a caption.
2112         * org-archive.el (org-archive-mark-done): Change default value to
2113         nil.
2115 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
2117         * org.el (org-context): Call `bobp', not `eobp'.
2119         * org-clock.el (org-clock-cancel): Remove quotes from marker
2120         variables.
2122         * org.el (org-read-date-prefer-future): New allowed value `time'.
2123         (org-read-date-analyze): Shift day to tomorrow depending on time
2124         entered and value of `org-read-date-prefer-future'.
2126 2009-09-30  Carsten Dominik  <carsten.dominik@gmail.com>
2128         * org.el (org-set-tags-to): New command.
2130         * org-mobile.el (org-mobile-action-alist): Add more options and
2131         update the docstring.
2132         (org-mobile-apply-flags): Parse for and use the data.
2134         * org-latex.el (org-export-latex-set-initial-vars): Also check in
2135         the plist.
2137         * org.el (org-additional-option-like-keywords): Add LATEX_CLASS
2138         keyword.
2140         * org-exp.el (org-infile-export-plist): Add LATEX_CLASS keyword.
2142 2009-09-29  Carsten Dominik  <carsten.dominik@gmail.com>
2144         * org-inlinetask.el (org-inlinetask-export): Option removed.
2145         (org-inlinetask-export-handler): Better export.
2147         * org-xoxo.el (org-export-xoxo-final-hook): New hook.
2148         (org-export-as-xoxo): Run the new hook.
2150         * org-html.el (org-export-html-final-hook): New hook.
2151         (org-export-as-html): Run the new hook.
2153         * org-docbook.el (org-export-docbook-final-hook): New hook.
2154         (org-export-as-docbook): Run the new hook.
2156         * org-ascii.el (org-export-ascii-final-hook): New hook.
2157         (org-export-as-ascii): Run the new hook.
2159         * org-mobile.el (org-mobile-create-sumo-agenda): Call
2160         `org-sore-agenda-views' instead of `org-batch-store-agenda-views'.
2162         * org-latex.el (org-export-latex-treat-sub-super-char): Allow a
2163         space character as the character before the ^/_.
2164         (org-export-latex-final-hook): New hook.
2165         (org-export-as-latex): Run `org-export-latex-final-hook'.
2167 2009-09-28  Carsten Dominik  <carsten.dominik@gmail.com>
2169         * org-macs.el (org-if-unprotected-at): Fix docstring.
2171         * org-agenda.el (org-agenda-change-all-lines): Handle invisible
2172         text in the prefix (if category is a link).
2174         * org-latex.el (org-export-latex-preprocess): Deal properly with
2175         empty lines in verse environments.
2177         * org.el (org-format-latex-header): Inline fullpage.sty.
2179         * org-footnote.el (org-footnote-create-definition): Reveal context
2180         to add a new footnote definition.
2182         * org-mobile.el (org-mobile-files-alist): Add the list of tags to
2183         the index file.
2184         (org-mobile-files): New option.
2185         (org-mobile-files-alist, org-mobile-checksum-files): New variable.
2186         (org-mobile-prepare-file-lists, org-mobile-files-alist): New
2187         functions.
2188         (org-mobile-push): Start by creating the files lists.
2189         (org-mobile-copy-agenda-files): Move killing the buffer to after
2190         the save-excursion has exited.
2191         (org-mobile-write-checksums): Write checksums also for files in
2192         sub-directories.
2194         * org.el (org-ctrl-c-ctrl-c): Pass prefix arg to
2195         org-table-recalculate when cursor is in TBLFM line.
2197         * org-list.el (org-renumber-ordered-list): Fix cursor position
2198         when bullet length has changed.
2200 2009-09-26  Carsten Dominik  <carsten.dominik@gmail.com>
2202         * org.el (org-format-latex): Mention `org-format-latex-options' in
2203         the docstring.
2205 2009-09-25  Carsten Dominik  <carsten.dominik@gmail.com>
2207         * org.el (org-agenda-get): New function.
2209         * org-agenda.el (org-agenda-post-command-hook): No longer move
2210         point away from end of line.
2211         (org-agenda-add-entry-text, org-agenda-collect-markers)
2212         (org-finalize-agenda, org-agenda-mark-clocking-task)
2213         (org-agenda-dim-blocked-tasks, org-agenda-entry-text-show-here)
2214         (org-agenda-entry-text-show, org-agenda-highlight-todo)
2215         (org-agenda-compare-effort, org-agenda-filter-apply)
2216         (org-agenda-later, org-agenda-change-time-span)
2217         (org-agenda-post-command-hook, org-agenda-show-priority)
2218         (org-agenda-show-tags, org-agenda-goto, org-agenda-kill)
2219         (org-agenda-archive, org-agenda-archive-to-archive-sibling)
2220         (org-remove-subtree-entries-from-agenda, org-agenda-refile)
2221         (org-agenda-open-link, org-agenda-copy-local-variable)
2222         (org-agenda-switch-to, org-agenda-check-no-diary)
2223         (org-agenda-tree-to-indirect-buffer, org-agenda-todo)
2224         (org-agenda-add-note, org-agenda-change-all-lines)
2225         (org-agenda-priority, org-agenda-set-tags)
2226         (org-agenda-set-property, org-agenda-set-effort)
2227         (org-agenda-toggle-archive-tag, org-agenda-date-later)
2228         (org-agenda-show-new-time, org-agenda-date-prompt)
2229         (org-agenda-schedule, org-agenda-deadline, org-agenda-action)
2230         (org-agenda-clock-in, org-agenda-bulk-mark)
2231         (org-agenda-bulk-unmark, org-agenda-show-the-flagging-note): Use
2232         `org-get-at-bol'.
2234         * org-colview.el (org-columns-display-here)
2235         (org-columns-edit-allowed, org-agenda-columns): Use
2236         `org-get-at-bol'.
2238 2009-09-25  Carsten Dominik  <carsten.dominik@gmail.com>
2240         * org.el (org-special-ctrl-a/e): Improve documentation and
2241         customize type.
2242         (org-end-of-line): Don't jump to after the ellipsis.
2243         (org-mode-map): Bind <home> and <end> as well.
2245 2009-09-24  Carsten Dominik  <carsten.dominik@gmail.com>
2247         * org.el (org-fontify-meta-lines-and-blocks): Treat lines with a
2248         space after #+ as comments.
2249         (org-open-at-point): Run `org-follow-link-hook' always.
2251         * org-latex.el (org-export-latex-emph-format): Use better commands
2252         to insert special characters in verbatim snippets.
2254 2009-09-22  Carsten Dominik  <carsten.dominik@gmail.com>
2256         * org-faces.el (org-copy-face): New function.  Use it to create
2257         various faces formerly created by using `copy-face'.
2259         * org-agenda.el (org-prepare-agenda): Don't officially mark this
2260         window dedicated.
2261         (org-agenda-quit): Kill the frame containing the agenda window if
2262         that frame was created for the agenda.
2264 2009-09-21  Carsten Dominik  <carsten.dominik@gmail.com>
2266         * org-agenda.el (org-agenda-date-prompt): Mark the changed time
2267         stamp in the agenda.
2269 2009-09-19  Carsten Dominik  <carsten.dominik@gmail.com>
2271         * org-mobile.el (org-mobile-create-index-file): Add the list of
2272         TODO keywords, and the list of drawers to the index file.
2274         * org-agenda.el (org-prepare-agenda): Reset
2275         `org-drawers-for-agenda'.
2276         (org-prepare-agenda): Uniquify list of drawers.
2278         * org.el (org-complex-heading-regexp-format): New variable.
2279         (org-set-regexps-and-options): Define
2280         `org-complex-heading-regexp-format'.
2281         (org-drawers-for-agenda): New variable.
2282         (org-map-entries): Bind `org-drawers-for-agenda'.
2283         (org-prepare-agenda-buffers): Add to `org-drawers-for-agenda'.
2285         * org-remember.el (org-go-to-remember-target)
2286         (org-remember-handler): Use `org-complex-heading-regexp-format'.
2288 2009-09-18  Carsten Dominik  <carsten.dominik@gmail.com>
2290         * org-agenda.el (org-agenda-highlight-todo): Fix text property
2291         problem.
2293         * org-mobile.el (org-mobile-capture-file): Use `mobileorg.org' as
2294         the capture file, and make it non-configurable.
2296         * org.el (org-on-heading-p, org-at-heading-p): Make sure these are
2297         always with `invisible-ok'.
2298         (org-store-link): No error when there is nothing to link to in the
2299         agenda.
2301         * org-list.el (org-update-checkbox-count): Insert changed cookie
2302         before the old, to avoid problems with invisibility at the end of
2303         the line.
2304         (org-update-checkbox-count): Insert changed cookie before the old,
2305         to avoid problems with invisibility at the end of the line.
2307         * org.el (org-sort-entries-or-items): Include the final newline.
2308         (org-fontify-meta-lines-and-blocks): Add indented dynamic block
2309         lines for fontification.
2310         (org-dblock-start-re, org-dblock-end-re): Allow indentation.
2311         (org-prepare-dblock): Store the current indentation of the BEGIN
2312         line.
2313         (org-update-dblock): Apply the indentation of the begin line to
2314         the rest of the block.
2315         (org-ctrl-c-ctrl-c): Also find indented dblock lines.
2316         (org-startup-folded): New allowed value `showeverything'.
2317         (org-startup-options): Add STARTUP keyword `showeverything'.
2318         (org-set-startup-visibility): Respect value `showeverything' in
2319         org-startup-folded.
2321 2009-09-17  Carsten Dominik  <carsten.dominik@gmail.com>
2323         * org.el (org-closest-date): Fix issue with past preference.
2325         * org-mobile.el (org-mobile-apply-flags): Require `org-archive'.
2327         * org-archive.el (org-archive-set-tag)
2328         (org-archive-subtree-default): New commands.
2330         * org-mobile.el (org-mobile-create-index-file): Fix link to
2331         capture file.
2332         (org-mobile-copy-agenda-files): Create the capture file if it does
2333         not exist.
2335         * org-clock.el (org-clock-clocktable-default-properties): New
2336         option.
2337         (org-clock-report): Use
2338         `org-clock-clocktable-default-properties'.
2340 2009-09-16  Carsten Dominik  <carsten.dominik@gmail.com>
2342         * org.el (org-iswitchb-completing-read): Fix typo.
2344         * org-crypt.el: New file.
2346         * org.el: Add an entry for org-crypt.
2348 2009-09-15  Carsten Dominik  <carsten.dominik@gmail.com>
2350         * org-agenda.el (org-agenda-menu): Reorganize the menu for more
2351         consistency.
2352         (org-batch-store-agenda-views): New function.
2353         (org-mobile-force-id-on-agenda-items): Mention variable.
2354         (org-agenda-title-append): Define variable.
2355         (org-write-agenda): New export to Org files.
2356         (org-agenda-get-some-entry-text): New arguments INDENT and KEEP.
2357         (org-agenda): Allow to keep the restricted file list if a special
2358         variable is bound to t.
2359         (org-agenda): Define a special agenda view for working on flagged
2360         entries.
2361         (org-agenda-get-restriction-and-command): List the new agenda
2362         view.
2363         (org-agenda-show-the-flagging-note): New command.
2364         (org-agenda-mode-map): New key `?' for looking at the flagging
2365         note.
2367         * org.el (org-autoload): Autoload org-mobile.el.
2368         (org-org-menu): Add menu commands for MobileOrg in the Org menu.
2370         * org-id.el (org-id-get): Fix bug with forcing ID on an item.
2372 2009-09-15  Carsten Dominik  <carsten.dominik@gmail.com>
2374         * org-table.el (orgtbl-line-start-regexp): Match also TBLNAME
2375         statements.
2376         (org-table-get-remote-range): Match indented #+TBLNAME
2377         statements.
2379         * org.el (org-convert-to-odd-levels)
2380         (org-convert-to-oddeven-levels): Work also correctly if the file
2381         is in outline-mode.
2383 2009-09-12  Carsten Dominik  <carsten.dominik@gmail.com>
2385         * org.el (org-store-link): When in agenda buffer, link to
2386         referenced entry.
2387         (org-add-planning-info): Remove spaces at eol.
2389         * org-macs.el (org-with-point-at): Add a `lisp-indent-function'
2390         property.
2392 2009-09-10  Carsten Dominik  <carsten.dominik@gmail.com>
2394         * org-latex.el (org-export-latex-first-lines): Fix problem with
2395         LaTeX export of first line and selected subtree.
2397         * org.el (org-shifttab): Interpret arg differently when using only
2398         odd levels.
2400 2009-09-09  Bastien Guerry  <bzg@altern.org>
2402         * org.el (org-check-agenda-file): Use a more explicit message
2404 2009-09-08  Carsten Dominik  <carsten.dominik@gmail.com>
2406         * org-exp.el (org-export-remove-special-table-lines): Don't remove
2407         normal lines.
2409 2009-09-08  Bastien Guerry  <bzg@altern.org>
2411         * org.el (org-offer-links-in-entry): Don't use "Select link" as a
2412         prompt in the temporary window.
2414         * org-agenda.el (org-agenda-bulk-mark): Use a slightly soberer
2415         prefix for marked entries in the agenda view.
2417 2009-09-07  Andreas Burtzlaff <andy13@gmx.net>  (tiny change)
2419         * org.el (outline-end-of-subtree): Bugfix: advise this function in
2420         a way that prevents any trailing character from being displayed.
2422 2009-09-07  Carsten Dominik  <carsten.dominik@gmail.com>
2424         * org-agenda.el (org-agenda-menu): Fix bugs in the bulk action
2425         menu.
2427         * org-exp.el (org-export-remove-special-table-lines): Remove bad
2428         slow regexp match.
2430 2009-09-06  Carsten Dominik  <carsten.dominik@gmail.com>
2432         * org-latex.el (org-export-latex-preprocess): Do not protect in
2433         the LaTeX header.
2435         * org-src.el (org-edit-src-save): Save window setup while saving.
2436         (org-edit-src-code): Use new buffer name construction scheme.
2438 2009-09-04  Carsten Dominik  <carsten.dominik@gmail.com>
2440         * org-agenda.el (org-agenda-entry-text-exclude-regexps): New
2441         variable.
2442         (org-agenda-entry-text-cleanup-hook): New hook.
2443         (org-agenda-get-some-entry-text): Remove matches of
2444         `org-agenda-entry-text-exclude-regexps' and run the hook
2445         `org-agenda-entry-text-cleanup-hook'.
2447         * org.el (org-offer-links-in-entry): New argument ZERO to
2448         implement a link with index zero.
2449         (org-cycle-show-empty-lines): Not keep empty line under header
2450         hidden.
2451         (org-iswitchb-completing-read): Bind `switchb-use-virtual-buffers'
2452         to nil for special completion.
2453         (org-store-link): Don't error before the first heading.
2455         * org-agenda.el (org-agenda-open-link): Pass the prefix to
2456         `org-offer-links-in-entry'.
2458 2009-09-03  Carsten Dominik  <carsten.dominik@gmail.com>
2460         * org-agenda.el (org-agenda-quit): Provide the window argument for
2461         `window-dedicated-p', Emacs 22 needs it.
2462         (org-format-agenda-item): If the category is a link, arrange for
2463         invisible text to replaced with spaces.
2464         (org-compile-prefix-format): Add the extra space.
2465         (org-prefix-category-length): New variable.
2467         * org-exp.el (org-export-cleanup-toc-line): Remove footnote
2468         references from TOC lines.
2470         * org.el (org-selected-window): New variable.
2472         * org-table.el (org-table-edit-formulas): Remember the selected
2473         window.
2474         (org-table-fedit-finish, org-table-fedit-abort): Select the window
2475         that was originally selected.
2477         * org-exp.el (org-export-preprocess-apply-macros): Scan the
2478         expansion of a macro for more macro definitions.
2480         * org-agenda.el (org-agenda-dim-blocked-tasks): Make sure the
2481         invisibility overlay starts on the newline.
2483 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
2485         * org-protocol.el (org-protocol-store-link)
2486         (org-protocol-remember, org-protocol-open-source): Add autoloads.
2488         * org-compat.el (org-float-time): New function.
2490         * org.el (org-clock-update-time-maybe)
2491         (org-sort-entries-or-items, org-do-sort)
2492         (org-evaluate-time-range, org-time-string-to-seconds)
2493         (org-closed-in-range): Use `org-float-time'.
2495         * org-timer.el (org-timer-start, org-timer-pause-or-continue)
2496         (org-timer-seconds):  Use `org-float-time'.
2498         * org-clock.el (org-clock-get-clocked-time, org-clock-out)
2499         (org-clock-sum, org-dblock-write:clocktable)
2500         (org-clocktable-steps):  Use `org-float-time'.
2502         * org-agenda.el (org-agenda-last-marker-time)
2503         (org-agenda-new-marker, org-diary):  Use `org-float-time'.
2505         * org-compat.el (w32-focus-frame): Declare the w32-focus-frame
2506         function.
2508         * org-exp.el (org-get-file-contents): Only protect lines that
2509         really need it.
2511         * org-html.el (require): Require cl for compilation.
2513         * org.el:  Avoid using `default-major-mode'.
2515         * org-plot.el (require): Require CL only at compile time.
2517         * org-exp.el (require): Require CL only at compile time.
2519         * org-agenda.el (org-agenda-quit): When the agenda window is
2520         dedicated, remove other windows before exiting, so that the frame
2521         really will be killed.
2523         * org-exp.el (org-export-handle-include-files): Reset START and
2524         END for each loop cycle.
2526 2009-09-01  Carsten Dominik  <carsten.dominik@gmail.com>
2528         * org.el (org-eval-in-calendar): Use
2529         `org-select-frame-set-input-focus'.
2531         * org-compat.el (org-select-frame-set-input-focus): New function.
2533         * org.el (org-update-statistics-cookies): New function.
2534         (org-mode-map): Bind `C-c #' to `org-update-statistics-cookies'.
2536 2009-08-31  Carsten Dominik  <carsten.dominik@gmail.com>
2538         * org-src.el (org-edit-fixed-width-region): Set org-src-mode only
2539         after the local variables are set.
2541         * org-latex.el (org-export-latex-protect-amp): New function.
2542         (org-export-latex-links): Protect link ampersands in tables.
2544         * org-exp.el (org-export-select-backend-specific-text): Match in
2545         two steps, to avoid regexp problems.
2547         * org.el (org-offer-links-in-entry): Improve working with many and
2548         duplicate links.
2550         * org-agenda.el (org-agenda-show-1): Make more consistent with
2551         normal cycling.
2552         (org-agenda-cycle-show): Make more consistent with normal cycling.
2554         * org-gnus.el (org-gnus-store-link): Restore the linking to a
2555         website.
2557 2009-08-30  Bastien Guerry  <bzg@altern.org>
2559         * org-latex.el (org-export-latex-first-lines): Bugfix.
2561 2009-08-29  Carsten Dominik  <carsten.dominik@gmail.com>
2563         * org-clock.el (org-clock-modify-effort-estimate): Emit message
2564         about new effort.
2566         * org.el (org-set-effort): New function.
2567         (org-mode-map): New key for effort setting command.
2569         * org-agenda.el (org-agenda): Keep window setup when calling
2570         agenda from within agenda window.
2571         (org-agenda-mode-map): New keys for effort setting commands.
2572         (org-agenda-menu): Add effort setting commands to menu.
2573         (org-agenda-set-property, org-agenda-set-effort): New functions.
2575         * org-latex.el (org-export-latex-tables): Fix
2576         `org-table-last-alignment' and `org-table-last-column-widths' if
2577         the first column has been removed.
2579 2009-08-28  Carsten Dominik  <carsten.dominik@gmail.com>
2581         * org.el (org-remove-timestamp-with-keyword): Only remove in
2582         entry, not in subtree.
2584         * org-src.el (org-src-lang-modes): Add abbreviation elisp for
2585         emacs lisp.
2587         * org.el (org-open-at-point): When on headline, offer all strings
2588         in entry.
2590         * org-remember.el (org-remember-templates): Documentation fix.
2592         * org.el (org-move-subtree-down): Use `org-get-next-sibling' and
2593         `org-get-last-sibling' instead of the outline versions of these
2594         functions.
2595         (org-get-last-sibling): New function.
2596         (org-refile): Use `org-get-next-sibling' instead of the outline
2597         version of this function.
2598         (org-clean-visibility-after-subtree-move): Use
2599         `org-get-next-sibling' and `org-get-last-sibling' instead of the
2600         outline versions of these functions.
2602 2009-08-27  Carsten Dominik  <carsten.dominik@gmail.com>
2604         * org-agenda.el (org-prepare-agenda): When creating a new frame
2605         for the agenda, make the window dedicated.
2607         * org-agenda.el (org-agenda-mode-map): New keys for time motion.
2609         * org-table.el (org-table-align): Change the order of reinsertion
2610         and deletion, to avoid problems with overlays following the table.
2612         * org.el (org-parse-time-string): Better error message.
2613         (org-show-subtree): Use org-end-of-subtree.
2615         * org-macs.el (org-goto-line): New defsubst.
2617         * org.el (org-open-file, org-change-tag-in-region)
2618         (org-fast-tag-show-exit): Don't use `goto-line'.
2620         * org-table.el (org-table-align, org-table-insert-column)
2621         (org-table-delete-column, org-table-move-column)
2622         (org-table-sort-lines, org-table-copy-region)
2623         (org-table-paste-rectangle, org-table-wrap-region)
2624         (org-table-get-specials, org-table-rotate-recalc-marks)
2625         (org-table-get-range, org-table-recalculate)
2626         (org-table-edit-formulas, org-table-fedit-convert-buffer)
2627         (org-table-show-reference, org-table-highlight-rectangle): Don't
2628         use `goto-line'.
2630         * org-src.el (org-edit-src-code, org-edit-fixed-width-region)
2631         (org-edit-src-exit): Don't use `goto-line'.
2633         * org-macs.el (org-preserve-lc): Don't use `goto-line'.
2635         * org-list.el (org-renumber-ordered-list, org-fix-bullet-type):
2636         Don't use `goto-line'.
2638         * org-exp.el (org-export-number-lines): Don't use `goto-line'.
2640         * org-colview.el (org-columns, org-columns-redo)
2641         (org-agenda-columns): Don't use `goto-line'.
2643         * org-colview-xemacs.el (org-columns, org-agenda-columns): Don't
2644         use `goto-line'.
2646         * org-agenda.el (org-agenda-mode): Force visual line motion off.
2647         (org-agenda-add-entry-text-maxlines): Improve docstring.
2648         (org-agenda-start-with-entry-text-mode): New option.
2649         (org-agenda-entry-text-maxlines): New option.
2650         (org-agenda-entry-text-mode): New variable.
2651         (org-agenda-mode): Set initial value of
2652         `org-agenda-entry-text-mode'.
2653         (org-agenda-mode-map): Add the `E' key.
2654         (org-agenda-menu): Add entry text mode to the menu.
2655         (org-agenda-get-some-entry-text): Fix line count bug.
2656         (org-finalize-agenda): Apply entry text mode if appropriate.
2657         (org-agenda-entry-text-show-here): New function.
2658         (org-agenda-entry-text-show): New function.
2659         (org-agenda-entry-text-hide): New function.
2660         (org-agenda-view-mode-dispatch): Add entry text mode to the view
2661         key menu.
2662         (org-agenda-entry-text-mode): New command.
2663         (org-agenda-set-mode-name): Add entry text mode to the mode line
2664         string.
2665         (org-agenda-undo, org-agenda-get-restriction-and-command)
2666         (org-agenda-get-some-entry-text, org-agenda-redo): Don't use
2667         `goto-line'.
2669 2009-08-26  Bernt Hansen  <bernt@norang.ca>
2671         * org-clock.el (org-notify): Bugfix.
2673 2009-08-25  Carsten Dominik  <carsten.dominik@gmail.com>
2675         * org-agenda.el (org-agenda-open-link): Handle multiple links and
2676         check for after-string.
2678         * org-gnus.el (org-gnus-store-link): Simplify.
2680         * org.el (org-latex-regexps): Don't add extra empty lines for
2681         display formulas.
2683 2009-08-24  Carsten Dominik  <carsten.dominik@gmail.com>
2685         * org-agenda.el (org-agenda-get-some-entry-text): New function.
2686         (org-agenda-add-entry-text): Use
2687         `org-agenda-get-some-entry-text'.
2689         * org.el (org-cycle-separator-lines): Update docstring.
2690         (org-cycle-show-empty-lines): Handle negative values for
2691         `org-cycle-show-empty-lines'.
2693         * org-exp.el (org-export-protect-sub-super): New function.
2694         (org-export-normalize-links): Protect the url of plain links from
2695         supscript and superscript processing.
2697         * org-remember.el (org-remember-escaped-%): New function.
2698         (org-remember-apply-template): Use `org-remember-escaped-%' to
2699         detect escaped % signs.
2701 2009-08-23  Bastien Guerry  <bzg@altern.org>
2703         * org-timer.el (org-timer-set-timer): Use `org-notify' and play a
2704         sound when showing the notification.
2706         * org-clock.el (org-notify): New function.
2707         (org-clock-notify-once-if-expired): Use `org-notify'.
2709         * org-gnus.el (org-gnus-store-link): Handle `gnus-summary-mode'
2710         and `gnus-article-mode' separately.
2711         (gnus-summary-article-header): Fix the declare-function.
2713 2009-08-23  Carsten Dominik  <carsten.dominik@gmail.com>
2715         * org-exp.el (org-export-format-source-code-or-example): Translate
2716         language.
2718         * org-src.el (org-src-lang-modes): New variable
2719         (org-edit-src-code): Translate language.
2721         * org-exp.el (org-export-format-source-code-or-example): Deal wit
2722         the new structure of the `org-export-latex-listings-langs'
2723         variable.
2725         * org-latex.el (org-export-latex-listings-langs): Change structure
2726         of the variable from plist to alist.
2728 2009-08-21  Carsten Dominik  <carsten.dominik@gmail.com>
2730         * org.el (org-in-commented-line): New function.
2732 2009-08-20  Carsten Dominik  <carsten.dominik@gmail.com>
2734         * org.el (org-hide-block-toggle): Make folded blocks searchable.
2736 2009-08-19  Friedrich Delgado Friedrichs <friedel@nomaden.org>  (tiny change)
2738         * org.el (org-flag-drawer): More useful error.
2740 2009-08-19  Carsten Dominik  <carsten.dominik@gmail.com>
2742         * org-remember.el (org-remember-apply-template): Use
2743         org-icompleting-read.
2745         * org-publish.el (org-publish): Use org-icompleting-read.
2747         * org-colview.el (org-columns-edit-value, org-columns-new)
2748         (org-insert-columns-dblock): Use org-icompleting-read.
2750         * org-colview-xemacs.el (org-columns-edit-value)
2751         (org-columns-new, org-insert-columns-dblock): Use
2752         org-icompleting-read.
2754         * org-attach.el (org-attach-delete-one, org-attach-open): Use
2755         org-icompleting-read.
2757 2009-08-18  Carsten Dominik  <carsten.dominik@gmail.com>
2759         * org.el (org-hierarchical-todo-statistics): Improve docstring.
2760         (org-version): Return the version text.
2761         (org-org-menu): Add a menu entry for the new bug reporter.
2762         (org-submit-bug-report): New command.
2764         * org-list.el (org-hierarchical-checkbox-statistics): Improve
2765         docstring.
2767         * org.el (org-emphasis-regexp-components): Add "`" to set of
2768         pre-emphasis characters.
2770         * org-latex.el (org-export-latex-classes): Always include the soul
2771         package.
2772         (org-export-latex-emphasis-alist): Use \st for strikethough.
2774         * org-exp-blocks.el (org-export-blocks-preprocess): Use
2775         `indent-code-rigidly' to indent.
2777         * org-agenda.el (org-agenda-get-restriction-and-command): Remove
2778         properties only if MATCH really is a string.
2780 2009-08-16  Carsten Dominik  <carsten.dominik@gmail.com>
2782         * org-latex.el (org-export-latex-packages-alist): Fix
2783         customization type.
2785         * org.el (org-create-formula-image): Also use
2786         `org-export-latex-packages-alist'.
2788         * org-html.el (org-export-as-html): Fix bug in footnote regexp.
2789         (org-export-as-html): Format footnotes correctly.
2791 2009-08-14  Carsten Dominik  <carsten.dominik@gmail.com>
2793         * org.el (org-fast-tag-selection): Avoid text properties on tags
2794         in the alist.
2796         * org-agenda.el (org-agenda-get-restriction-and-command): Avoid
2797         text properties on the match element.
2799 2009-08-12  Carsten Dominik  <carsten.dominik@gmail.com>
2801         * org.el (org-set-regexps-and-options): Make sure the list of done
2802         keywords is not invalid.
2804         * org-exp.el (org-export-interpolate-newlines): New function.
2806 2009-08-11  Carsten Dominik  <carsten.dominik@gmail.com>
2808         * org.el (org-format-latex): Avoid nested overlays.
2810         * org-latex.el (org-export-latex-listings-langs): Add a few more
2811         languages.
2813         * org-exp.el (org-export-preprocess-apply-macros): Make sure to
2814         ignore newlines and space before the first macro argument.
2816         * org-latex.el (org-export-latex-tables): Remove save-excursion
2817         around `org-table-align'.
2819 2009-08-10  Carsten Dominik  <carsten.dominik@gmail.com>
2821         * org.el (org-export-html-special-string-regexps): Definition
2822         moved into org.el
2824         * org-exp.el (org-export-preprocess-apply-macros): Allow newlines
2825         in macro calls.
2827 2009-08-09  Carsten Dominik  <carsten.dominik@gmail.com>
2829         * org-latex.el (org-export-latex-listings)
2830         (org-export-latex-listings-langs): New options.
2832         * org-exp.el (org-export-format-source-code-or-example): Use
2833         listing package if requested by the user.
2835 2009-08-08  Bastien Guerry  <bzg@altern.org>
2837         * org.el (org-iswitchb): Fix bug when aborting the `org-iswitchb'
2838         command before actually switching to a buffer.
2840 2009-08-07  Carsten Dominik  <carsten.dominik@gmail.com>
2842         * org-exp.el (org-get-file-contents): Only quote org lines when
2843         the markup is src or example.
2845         * org-agenda.el (org-agenda-skip-scheduled-if-deadline-is-shown):
2846         New option
2847         (org-agenda-get-day-entries): Remember deadline results and pass
2848         them on into the function getting the scheduling information.
2849         (org-agenda-get-scheduled): Accept deadline results as parameters
2850         and maybe skip some entries.
2851         (org-agenda-skip-scheduled-if-deadline-is-shown): New option.
2853         * org.el (org-insert-heading): When respecting content, do not
2854         convert current line to headline.
2856         * org-clock.el (org-clock-save-markers-for-cut-and-paste): Also
2857         cheeeeeck the hd marker
2858         (org-clock-in): Also set the hd marker.
2859         (org-clock-out): Also set the hd marker.
2860         (org-clock-cancel): Reset markers.
2862         * org.el (org-clock-hd-marker): New marker.
2864         * org-faces.el (org-agenda-clocking): New face.
2866         * org-agenda.el (org-agenda-mark-clocking-task): New function.
2867         (org-finalize-agenda): call `org-agenda-mark-clocking-task'.
2869         * org.el (org-modules): Add org-track.el.
2871         * org-agenda.el (org-agenda-bulk-marked-p): New function.
2872         (org-agenda-bulk-mark, org-agenda-bulk-unmark): Use
2873         `org-agenda-bulk-marked-p'.
2874         (org-agenda-bulk-toggle): New command.
2876 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
2878         * org.el (org-move-subtree-down): Hide subtree if it was folded,
2879         not just the body.
2881         * org-remember.el (org-remember-finalize): Avoid buffer-modified
2882         messages.
2884 2009-08-06  James TD Smith  <ahktenzero@mohorovi.cc>
2886         * org-plot.el (org-plot/gnuplot): Stop datafile from being deleted
2887         before gnuplot can read it.
2889 2009-08-05  Carsten Dominik  <carsten.dominik@gmail.com>
2891         * org-latex.el (org-export-latex-first-lines): Fix bug with
2892         finding the end of the first lines.
2894         * org.el (org-create-formula-image): Remove the -E option for
2895         dvipng.
2897         * org-exp.el (org-default-export-plist): Respect #+BIND.
2898         (org-export-confirm-letbind): New function.
2900         * org.el (org-paste-subtree): Test the kill ring entry if it is
2901         going to be used.
2902         (org-copy-subtree): Use `org-forward-same-level'.
2903         (org-forward-same-level): Respect the `invisibe-ok' arg for
2904         back-to-heading.
2906 2009-08-04  Carsten Dominik  <carsten.dominik@gmail.com>
2908         * org.el (org-table-map-tables): Make sure cursor is back at table
2909         beginning after funcall.
2911         * org-agenda.el (org-agenda-bulk-action): Make sure parents are
2912         handled before children, and do not error if an entry is not
2913         found, probably because it hase been remove when the parent was
2914         archived or refiled.
2916         * org.el (org-ido-completing-read): Accept straight lists for
2917         completion as well as alists.
2919         * org-html.el (org-export-as-html): Fix parenthesis error in
2920         footnore code.
2922         * org-timer.el (org-timer-cancel-timers): Renamed from
2923         `org-timer-cancel-timers'.
2925         * org.el (org-cycle-internal-local): Fix problem with finding next
2926         invisible line.
2928 2009-08-03  Carsten Dominik  <carsten.dominik@gmail.com>
2930         * org-list.el (org-list-send-list): Call
2931         `org-list-goto-true-beginning' instead of
2932         `org-list-find-true-beginning', which does not exist.
2934         * org-timer.el (org-timer-reset-timers): Use `mapc'.
2935         (org-timer-set-timer): Do not assign to heading.
2937         * org-id.el (org-id-open): Quote function name.
2939         * org-macs.el (org-unmodified): Turn off recording undo
2940         information while running inside the macro.
2942         * org-indent.el (org-hide-leading-stars-before-indent-mode): New
2943         variable.
2944         (org-indent-mode): Remember and restore value of
2945         org-hide-leading-stars before `org-indent-mode'.
2947         * org-table.el (org-table-export): Also work in file-less
2948         buffers.
2950         * org.el (org-startup-indented): New option.
2951         (org-startup-options): Add new options indent and noindent.
2952         (org-unfontify-region): Remove line-prefix and wrap-prefix
2953         properties.
2954         (org-after-demote-entry-hook, org-after-promote-entry-hook): New
2955         hooks.
2956         (org-promote, org-demote): Run the new hooks.
2958         * org-table.el (org-table-align): Replace leading \n as well.
2960         * org-exp.el (org-export-push-to-kill-ring): Remove `line-prefix'
2961         and `line-wrap' text properties.
2963         * org-compat.el (org-kill-new): New function.
2965         * org-agenda.el (org-format-agenda-item): Remove `line-prefix' and
2966         `line-wrap' text properties.
2968         * org-indent.el: New file.
2970 2009-08-02  Carsten Dominik  <carsten.dominik@gmail.com>
2972         * org.el (org-provide-todo-statistics): Tweak docstring.
2974         * org-id.el (org-id-open): Honor `org-link-frame-setup'.
2976 2009-08-01  Carsten Dominik  <carsten.dominik@gmail.com>
2978         * org-exp.el (org-export-as-org): Insert the "-source" string
2979         before the extension.
2981         * org.el (org-read-date): Make sure the calendar is in the current
2982         frame.
2983         (org-set-emph-re): Remove the ? from the post-match.
2984         (org-emphasis-regexp-components): Add backslash to the
2985         postmatch class.
2986         (org-set-font-lock-defaults): Write \n instead of \xa, and make it
2987         optional so that also lines at the end of the buffers will still
2988         be matched as headlines.
2990         * org-table.el (org-table-error-on-row-ref-crossing-hline):
2991         Variable made obsolete.
2992         (org-table-relative-ref-may-cross-hline): New option.
2993         (org-table-find-row-type): Honow the new option
2994         `org-table-relative-ref-may-cross-hline'.
2996 2009-07-31  Carsten Dominik  <carsten.dominik@gmail.com>
2998         * org-table.el (org-table-cut-region, org-table-copy-region): Work
2999         on single field if no active region.
3001 2009-07-27  Carsten Dominik  <carsten.dominik@gmail.com>
3003         * org-latex.el (org-export-latex-make-header): Only insert title
3004         if one is defined.
3006         * org.el (org-make-options-regexp): Allow empty values.
3008         * org-html.el (org-export-as-html): Move hrule detection to after
3009         plain list handling.
3011 2009-07-26  Carsten Dominik  <carsten.dominik@gmail.com>
3013         * org-html.el (org-format-org-table-html): Fix colgroup tags.
3015 2009-07-23  Carsten Dominik  <carsten.dominik@gmail.com>
3017         * org.el (org-cycle-internal-local): Improved version of finding
3018         next visible line.
3019         (org-cycle-hide-drawers): Only hide drawers if this is really
3020         necessary.
3021         (outline-end-of-subtree): Make `outline-end-of-subtree' use the
3022         org-version of this function in Org-mode.  We use advice to
3023         implement this change, so that future changes to this function in
3024         outline.el wil be handled properly.
3025         (org-forward-same-level, org-backward-same-level): New commands.
3027 2009-07-21  Carsten Dominik  <carsten.dominik@gmail.com>
3029         * org.el (org-remove-empty-overlays-at)
3030         (org-clean-visibility-after-subtree-move): New functons.
3031         (org-move-subtree-down): Simplify cleanup of display.
3033 2009-07-20  Carsten Dominik  <carsten.dominik@gmail.com>
3035         * org-mac-message.el (org-mac-message-get-links): Improve
3036         docstring.  Make argument SELECT-OR-FLAGGED optional, default to
3037         "s".  Fix the return value.
3038         (org-mac-message-insert-flagged): Simplify.
3040         * org.el (org-refile-get-location): Tamper with refile history o
3041         that history contains compete matches instead of the entered
3042         string.
3044 2009-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
3046         * org.el (org-store-link): Never store a link to an inline task.
3048         * org-inlinetask.el (org-inlinetask-insert-task): New command.
3050         * org-footnote.el (org-footnote-goto-local-insertion-point): Skip
3051         inline tasks when positioning footnotes.
3053         * org-inlinetask.el (org-inlinetask-remove-END-maybe): New
3054         function.
3056         * org.el (org-refile): Remove the END line when archiving an
3057         inline task that does have an END line.
3059         * org-archive.el (org-archive-subtree): Remove the END line when
3060         archiving an inline task that does have an END line.
3062         * org-macs.el (org-with-limited-levels): New macro.
3063         (org-get-limited-outline-regexp): New function.
3065         * org-exp.el (org-export-format-source-code-or-example): Fix bug
3066         that did not enumerate first line.
3067         (org-export-mark-radio-links): Skip matches in links.
3069 2009-07-18  Carsten Dominik  <carsten.dominik@gmail.com>
3071         * org.el (org-activate-plain-links): Make single-match.
3072         (org-adapt-indentation): Fix docstring.
3074         * org-macs.el (org-unmodified): Turn of modification hooks while
3075         running this macro.
3077 2009-08-02  Bastien Guerry  <bzg@altern.org>
3079         * org.el (org-adapt-indentation): Slightly improve the docstring.
3080         (org-occur): Sends an error when the user inputs an empty string.
3081         (org-priority): Bugfix: the tag alignement should happen within
3082         save-excursion.
3084 2009-07-31  Bastien Guerry  <bzg@altern.org>
3086         * org.el (org-make-link-regexps): Don't exclude parentheses from
3087         `org-plain-link-re'
3088         (org-cycle-internal-local): When locally cycling, switch directly
3089         from CHILDREN to FOLDED if there is no subtree
3090         (org-cycle): Update the docstring to document the new behavior of
3091         `org-cycle-internal-local'.
3093 2009-07-29  Nicolas Goaziou <n.goaziou@neuf.fr>  (tiny change)
3095         * org-clock.el (org-clock-in): Bugfix: recognize timestamps with
3096         an abbreviated format for days.
3098 2009-07-27  Bastien Guerry  <bzg@altern.org>
3100         * org-protocol.el (org-protocol-default-template-key): New
3101         option.
3103         * org.el (org-refile): Bugfix: save-excursion before reading the
3104         refile target, otherwise cursor moves might confuse `org-refile'.
3106         * org-html.el (org-export-as-html): Bugfix: correctly convert the
3107         footnote reference before the footnote itself.
3109         * org.el (org-toggle-heading): Bugfix: correctly convert list
3110         items before the first headline.
3112         * org-html.el (org-export-html-footnote-format): New option for
3113         formatting the footnote reference.
3114         (org-export-as-html): Use the new option.
3116         * org.el (org-provide-todo-statistics): Allow a list of TODO
3117         keywords to compute statistics against headlines containing a
3118         keyword from this list.
3119         (org-update-parent-todo-statistics): Possibly use the new allowed
3120         value of `org-provide-todo-statistics'.
3122 2009-07-26  Bastien Guerry  <bzg@altern.org>
3124         * org-timer.el: Add autoload cookie.
3126         * org.el (org-occur-link-in-agenda-files): New function.
3128         * org-timer.el (org-timer-last-timer): New variable.
3130         * org-agenda.el (org-agenda-mode-map): New key for
3131         org-timer-set-timer called from the agenda.
3133         * org.el (org-mode-map): New key for org-timer-set-timer.
3135         * org-timer.el (org-timer-reset-timers)
3136         (org-timer-show-remaining-time, org-timer-set-timer): New
3137         functions.
3139         * org-clock.el (org-show-notification): Update the docstring.
3141         * org.el (org-provide-todo-statistics): Allow new value
3142         'all-headlines for this option, which includes entries with no
3143         TODO keywords in the todo statistics.
3144         (org-update-parent-todo-statistics): Possibly use the new
3145         'all-headline value from `org-provide-todo-statistics'.
3147 2009-07-25  Bastien Guerry  <bzg@altern.org>
3149         * org-clock.el (org-dblock-write:clocktable): Add a new option
3150         :timestamp which allows display of timestamps in clock reports.
3152         * org.el (org-mode-map): Define new key `C-c C-*': convert a plain
3153         list to a subtree, preserving the structure of the list.
3154         (org-set-emph-re): Make the last element optional in the regexp.
3155         This regexp now matches an emphasized string at the end of a line.
3157         * org-list.el (org-list-goto-true-beginning)
3158         (org-list-make-subtree, org-list-make-subtrees): New functions.
3160         * org.el (org-eval-in-calendar): Select the right frame.
3161         (org-save-frame-excursion): Remove this macro.
3163 2009-07-24  Bastien Guerry  <bzg@altern.org>
3165         * org-list.el (org-list-beginning-re): Bugfix: don't use * when
3166         trying to find the beginning of a list.
3168         * org-exp.el (org-get-file-contents): Use a new argument: markup.
3169         When present, tell org-get-file-contents not to protect org-like
3170         lines.
3172         * org-id.el (org-id-uuid-program): New option to set the name of
3173         the uuidgen program.
3174         (org-id-method): Use `org-id-uuid-program'.
3175         (org-id-new): Use `org-id-uuid-program'.
3177 2009-07-23  Bastien Guerry  <bzg@altern.org>
3179         * org-exp.el (org-export-number-lines): Allow whitespace in code
3180         references.  Allow the -r switch to remove the references in the
3181         source code even when the lines are not numbered: the labels can
3182         be explicit enough.
3184         * org.el (org-fontify-whole-heading-line): New option.
3185         (org-set-font-lock-defaults): Use the new option.
3187         * org-clock.el (org-show-notification-handler): New option.
3188         (org-show-notification): Use the new option.
3190 2009-07-21  Bastien Guerry  <bzg@altern.org>
3192         * org.el (org-eval-in-calendar): Fix a bug about calendar
3193         navigation when `calendar-setup' value is 'calendar-only.
3195 2009-07-19  Bastien Guerry  <bzg@altern.org>
3197         * org.el (orgstruct++-mode): Fix typo in docstring.
3198         (org-insert-link): Clean up: (or (...)) => (...)
3199         (org-insert-link): Use TAB for stored links completion.
3201 2009-07-18  Bastien Guerry  <bzg@altern.org>
3203         * org.el (org-get-refile-targets): Fix bug: don't ignore case when
3204         building the list of targets.
3206         * org-remember.el (org-remember-delete-empty-lines-at-end): New
3207         option.
3208         (org-remember-handler): Use the new option.
3210 2009-07-17  James TD Smith  <ahktenzero@mohorovi.cc>
3212         * org.el (org-tags-sort-function): New option for sorting tags.
3213         (org-set-tags): Use the new option to sort tags.
3215         * org-plot.el (org-plot/gnuplot): Run with an idle timer to avoid
3216         premature deletion of the data when using org-plot in a script.
3218 2009-07-17  Bastien Guerry  <bzg@altern.org>
3220         * org-clock.el (org-clock-in-prepare-hook): New hook.
3221         (org-clock-in): Use this new hook.
3223 2009-07-16  Bastien Guerry  <bzg@altern.org>
3225         * org.el (org-special-ctrl-a/e): Explicitely bind the value
3226         'reversed for this option to the "true line boundary first"
3227         behavior.
3228         (org-tags-match-list-sublevels): Document the 'indented value for
3229         this variable.
3231         * org-latex.el (org-export-latex-first-lines): Fix problem with
3232         publishing the region.
3234         * org-exp.el (org-export-format-source-code-or-example): Fix
3235         bad line numbering when exporting examples in HTML.
3237         * org-colview.el (org-format-time-period): Formats a time in
3238         fractional days as days, hours, mins, seconds.
3239         (org-columns-display-here): Add special handling for SINCE and
3240         SINCE_IA to format for display.
3242 2009-07-12  James TD Smith  <ahktenzero@mohorovi.cc>
3244         * org.el (org-tags-sort-function): Add custom declaration for tags
3245         sorting function.
3246         (org-set-tags): Sort tags if org-tags-sort-function is set
3248 2009-07-08  Carsten Dominik  <carsten.dominik@gmail.com>
3250         * org-clock.el (org-clock-goto): Find hidden headlines as well.
3252         * org.el (org-narrow-to-subtree): Find hidden headlines as well.
3254         * org-plot.el (org-plot/add-options-to-plist): Add timeind
3255         option.
3257 2009-07-07  Carsten Dominik  <carsten.dominik@gmail.com>
3259         * org-publish.el (org-publish-remove-all-timestamps): New function.
3260         (org-publish-all): Remove all timestamp files if `org-publish-all'
3261         is called with a prefix argument.
3263         * org-list.el (org-indent-item): Fix typo.
3264         (org-item-indent-positions): Normalize ordered bullet.
3266         * org-html.el (org-export-html-home/up-format): New option.
3267         (org-export-as-html): Insert the up and HOME links.
3269 2009-07-06  Carsten Dominik  <carsten.dominik@gmail.com>
3271         * org-html.el (org-export-as-html): Insert the title into the
3272         option plist.
3273         (org-export-html-insert-plist-item): New function.
3274         (org-export-as-html): Call `org-export-html-insert-plist-item'.
3276         * org-macs.el (org-set-local): Make a local variable, do not make
3277         the variable buffer-local!
3279         * org-latex.el (org-export-as-latex): Call `org-install-letbind'.
3281         * org-html.el (org-export-as-html): Call `org-install-letbind'.
3283         * org-docbook.el (org-export-as-docbook): Call
3284         `org-install-letbind'.
3286         * org-ascii.el (org-export-as-ascii): Call `org-install-letbind'.
3288         * org-exp.el (org-infile-export-plist): Read BIND lines.
3289         (org-install-letbind): New function.
3290         (org-export-as-org, org-export-preprocess-string): Call
3291         `org-install-letbind'.
3293         * org-src.el (org-edit-src-exit): Untabify the example before
3294         returning to Org.
3296         * org-list.el (org-list-demote-modify-bullet): New option.
3297         (org-first-list-item-p): Save point.
3298         (org-fix-bullet-type): New optional argument FORCE-BULLET.
3299         (org-indent-item): Honor `org-list-demote-modify-bullet'.
3300         (org-item-indent-positions): Return bullet types along with
3301         indentation.
3303 2009-07-05  Carsten Dominik  <carsten.dominik@gmail.com>
3305         * org.el (org-show-entry): Hide drawers.
3307 2009-07-03  Carsten Dominik  <carsten.dominik@gmail.com>
3309         * org-footnote.el (org-footnote-auto-adjust): New option.
3310         (org-footnote-auto-adjust-maybe): New function.
3311         (org-footnote-new, org-footnote-delete): Call
3312         `org-footnote-auto-adjust-maybe'.
3314         * org.el (org-startup-options): Add new footnote-related
3315         keywords.
3317         * org-publish.el (org-publish-timestamp-filename): Additional
3318         arguments PUB-DIR and PUB-FUNC, which are included in the hash.
3319         (org-publish-needed-p): Additional arguments PUB-DIR PUB-FUNC
3320         TRUE-PUB-DIR.  Pass them through to
3321         `org-publish-timestamp-filename'.
3322         (org-publish-update-timestamp): Additional arguments PUB-DIR and
3323         PUB-FUNC, which are included in the hash.
3324         (org-publish-file): Delay timestamp test until the publishing
3325         function is known.
3327 2009-07-02  Carsten Dominik  <carsten.dominik@gmail.com>
3329         * org-agenda.el (org-agenda-bulk-action): Add scheduling and
3330         setting the deadline.
3332         * org.el (org-read-date-final-answer): New variable.
3333         (org-read-date): Store the final answer string, including the date
3334         from the calendar, for reuse by agenda bulk commands.
3336         * org-publish.el (org-publish-attachment): Fix publishing of
3337         attachments.
3339         * org-latex.el (org-export-latex-quotation-marks): Fix export of
3340         quotation makrs in parenthesis.
3341         (org-remove-initial-hash): New function.
3342         (org-export-latex-preprocess): Fix bug with infinite loop if
3343         environment is not properly closed.
3345         * org-table.el (org-table-get-remote-range): Find #+TBLNAME also
3346         when indented.
3348         * org.el (org-fontify-meta-lines-and-blocks): Make #+TBLNAME
3349         highlight also when indented.
3351 2009-07-01  Carsten Dominik  <carsten.dominik@gmail.com>
3353         * org-footnote.el (org-footnote-renumber-fn:N): New command.
3354         (org-footnote-action): Offer renumbering.
3356         * org.el (org-cycle): Honor the `integrate' value of
3357         org-cycle-include-plain-lists'.
3359         * org-list.el (org-cycle-include-plain-lists): New allowed value
3360         `internal'.  Improve the docstring.
3362         * org.el (org-set-autofill-regexps): Improve the paragraph-start
3363         regexp to work better with LaTeX commands.
3365 2009-06-30  Carsten Dominik  <carsten.dominik@gmail.com>
3367         * org-feed.el (org-feed-update): fix problem with non-existing
3368         buffer.
3369         (org-feed-skip-http-headers): New function.
3370         (org-feed-get-feed): Call `org-feed-skip-http-headers'.
3371         (org-feed-get-feed): Fix command line arguments for curl.
3373 2009-06-28  Carsten Dominik  <carsten.dominik@gmail.com>
3375         * org-latex.el (org-export-latex-inline-image-extensions): Add ps
3376         and eps extensions.
3378 2009-06-27  Carsten Dominik  <carsten.dominik@gmail.com>
3380         * org-agenda.el (org-write-agenda): Make sure org-icalendar is
3381         loaded.
3383         * org.el (org-map-entries): No longer force
3384         `org-tags-match-list-sublevels' to t during a todo-only tags
3385         search.
3387 2009-06-26  Carsten Dominik  <carsten.dominik@gmail.com>
3389         * org-latex.el (org-export-latex-low-levels): Allow user-defined
3390         environment.
3391         (org-export-latex-subcontent): Handle user-defined environment.
3393         * org-agenda.el (org-agenda-view-mode-dispatch): Add more keys to
3394         the View dispatcher.
3396         * org.el (org-hide-block-toggle): Use `org-make-overlay' instead of
3397         `make-overlay'.
3399         * org-latex.el (org-export-as-pdf): Protect match data during call
3400         to shell-quote-argument.
3402         * org-agenda.el (org-agenda-mode-map): Modify bulk action keys.
3403         (org-agenda-view-mode-dispatch): New function.
3405 2009-06-24  Carsten Dominik  <carsten.dominik@gmail.com>
3407         * org-agenda.el (org-agenda-mode): Reset list of marks.
3408         (org-agenda-mode-map): Define new keys for refile and bulk action.
3409         (org-agenda-menu): Add menu itesm for refile and bulk action.
3410         (org-agenda-refile): New function.
3411         (org-agenda-set-tags): Optional arguments TAG and ONOFF.
3412         (org-agenda-marked-entries): New variable.
3413         (org-agenda-bulk-select, org-agenda-remove-bulk-action-overlays)
3414         (org-agenda-remove-all-bulk-action-marks)
3415         (org-agenda-bulk-action): New functions/commands.
3417 2009-06-23  Carsten Dominik  <carsten.dominik@gmail.com>
3419         * org-exp.el (org-get-file-contents): Protect org-like lines in
3420         included files.
3421         (org-export-format-source-code-or-example): Remove newlines.
3423         * org-latex.el (org-export-latex-links): Check for no-description
3424         marking.
3426         * org-exp.el (org-export-preprocess-apply-macros): Switch macro
3427         argument separator back to comma.
3428         (org-export-normalize-links): Mark links without description.
3430 2009-06-22  Carsten Dominik  <carsten.dominik@gmail.com>
3432         * org-exp.el (org-infile-export-plist): Fix bug in macro
3433         processing.
3435         * org-agenda.el (org-agenda-clock-out): Update line after clocking
3436         out.
3437         (org-agenda-highlight-todo): Fix bug with highlighting.
3439 2009-06-21  Carsten Dominik  <carsten.dominik@gmail.com>
3441         * org.el (org-set-font-lock-defaults): Adapt formatting to capture
3442         new alignment strings.
3444         * org-table.el (orgtbl-self-insert-command): Add yas/expand to
3445         command list.
3446         (org-table-align): Check for forced align type.
3448         * org.el (org-self-insert-command): Add yas/expand to command
3449         list.
3451         * org-clock.el (org-clock-in-hook): New hook.
3452         (org-clock-in): Run `org-clock-in-hook.
3453         (org-clock-out-hook): New hook.
3454         (org-clock-out): Run `org-clock-out-hook.
3455         (org-clock-cancel-hook): New hook.
3456         (org-clock-cancel): Run `org-clock-cancel-hook.
3457         (org-clock-goto-hook): New hook.
3458         (org-clock-goto): Run `org-clock-goto-hook.
3460 2009-06-20  Carsten Dominik  <carsten.dominik@gmail.com>
3462         * org.el (org-store-link): Better default description for link to
3463         Org-mode headline.
3465         * org-exp.el (org-export-generic): Autoload the generic exporter
3466         function.
3467         (org-export): Implement the `g' key for the generic exporter.
3469 2009-06-19  Carsten Dominik  <carsten.dominik@gmail.com>
3471         * org-table.el (orgtbl-setup): Add a binding for `S-iso-lefttab',
3472         and for zbacktab'.
3474         * org-exp-blocks.el (org-ditaa-jar-path): Fix default ditaa path.
3476         * org-exp.el (org-infile-export-plist): Get macros also from
3477         #+SETUPFILE.
3479 2009-06-18  Carsten Dominik  <carsten.dominik@gmail.com>
3481         * org-colview.el (org-columns-capture-view): Protect vertical bars
3482         in column values.
3483         (org-columns-capture-view): Exclude comment and archived trees.
3485         * org-colview-xemacs.el (org-columns-capture-view): Protect
3486         vertical bars in column values.
3487         (org-columns-capture-view): Exclude comment and archived trees.
3489         * org.el (org-quote-vert): New function.
3491         * org-latex.el (org-export-latex-verbatim-wrap): New option.
3493         * org-exp.el (org-export-format-source-code-or-example): Use
3494         `org-export-latex-verbatim-wrap'.
3496         * org.el (org-clone-subtree-with-time-shift): Also shift inactive
3497         time stamps.
3499         * org-html.el (org-export-table-row-tags): New option.
3500         (org-format-org-table-html): Rename `nlines' to `nline', use new
3501         option.
3504 2009-06-17  Carsten Dominik  <carsten.dominik@gmail.com>
3506         * org-exp-blocks.el: Declare functions and variables.
3508         * org-remember.el (org-remember-templates): Allow the headline
3509         element to be a function.
3510         (org-remember-apply-template): If the headline is a function, call
3511         it to get the true function.
3513         * org-clock.el (org-clock-menu): New function.
3514         (org-clock-update-mode-line): Update help string.
3515         (org-clock-modify-effort-estimate): New function.
3516         (org-clock-mark-default-task): New function.
3518         * org.el (org-hh:mm-string-to-minutes): Also take just a number of
3519         minutes as input.
3520         (org-org-menu): Add new clocking stuff.
3521         (org-clock-is-active): New function.
3523 2009-06-14  Carsten Dominik  <carsten.dominik@gmail.com>
3525         * org.el (org-open-non-existing-files): Improve docstring.
3527 2009-06-11  Carsten Dominik  <carsten.dominik@gmail.com>
3529         * org-icalendar.el (org-icalendar-include-bbdb-anniversaries): New
3530         option.
3531         (org-export-icalendar): Call `org-bbdb-anniv-export-ical'.
3533         * org-bbdb.el (org-bbdb-anniv-export-ical): New function.
3535         * org-list.el (org-get-checkbox-statistics-face): Use the new
3536         faces.
3538         * org-faces.el (org-checkbox-statistics-todo)
3539         (org-checkbox-statistics-done): New faces.
3541 2009-06-09  Carsten Dominik  <carsten.dominik@gmail.com>
3543         * org-src.el (org-src-mode): Renamed from `org-exit-edit-mode'.
3544         (org-edit-src-exit): Better cursor positioning when returning from
3545         editing.
3547         * org-latex.el (org-export-latex-use-verb): New variable.
3548         (org-export-latex-emph-format): Prefer \texttt over \verb when
3549         org-export-latex-use-verb is set.
3551 2009-06-08  Carsten Dominik  <carsten.dominik@gmail.com>
3553         * org-docbook.el (org-export-docbook-close-lists-maybe): Also look
3554         at normal indentation.
3556         * org-html.el (org-export-html-close-lists-maybe): Also look at
3557         normal indentation.
3559         * org-remember.el (org-remember-handler): Abort remember if the
3560         buffer is empty.
3562         * org-src.el (org-edit-src-content-indentation): New option.
3563         (org-edit-src-exit): Apply extra indentation.
3565         * org-exp.el (org-export-format-source-code-or-example): Run
3566         `org-src-mode-hook'.
3568         * org-src.el (org-src-mode-hook): New variable.
3569         (org-edit-src-code): Run `org-src-mode-hook'.
3571 2009-06-07  Carsten Dominik  <carsten.dominik@gmail.com>
3573         * org.el (org-indent-line-function): Fix indentation of +#end lines.
3575         * org-src.el (org-edit-src-get-indentation): New function.
3576         (org-edit-src-code): Base indentation on the begin line.
3578 2009-06-07  Tassilo Horn  <tassilo@member.fsf.org>
3580         * org-gnus.el (org-gnus-store-link): Require message.el in
3581         org-gnus-store-link.
3583 2009-06-07  Carsten Dominik  <carsten.dominik@gmail.com>
3585         * org-src.el: New file, split out of org.el
3587         * org-docbook.el (org-export-as-docbook): Better indentation
3588         treatment.
3590         * org-macs.el (org-replace-match-keep-properties): New function.
3592         * org-exp.el (org-export-mark-blockquote-verse-center): Better
3593         preprocessing of center and quote and verse blocks.
3595         * org-docbook.el (org-export-docbook-close-lists-maybe): New function.
3596         (org-export-as-docbook): Close lists when original indentation
3597         mandates it.
3599         * org-html.el (org-export-html-close-lists-maybe): New function.
3600         (org-export-as-html): Close lists when original indentation
3601         mandates it.
3603         * org-list.el (org-list-end): Respect the stored "original"
3604         indentation when determining the end of the list.
3606         * org-exp.el (org-export-replace-src-segments-and-examples):
3607         Remember indentation correctly.
3609 2009-06-06  Carsten Dominik  <carsten.dominik@gmail.com>
3611         * org-clock.el (org-clock-update-mode-line): Apply face
3612         org-mode-line-clock.
3614         * org-faces.el (org-mode-line-clock): New face.
3616 2009-06-05  Tassilo Horn  <tassilo@member.fsf.org>
3618         * org-gnus.el (org-gnus-store-link): Fix bug where
3619         `org-gnus-store-link' used wrong subject when called in an article
3620         buffer.  Patch provided by fengli AT gmail DOT com.
3622 2009-06-04  Carsten Dominik  <carsten.dominik@gmail.com>
3624         * org-exp.el (org-export-format-source-code-or-example): Remember
3625         the original indentation of source code snippets and examples.
3627         * org-latex.el (org-export-as-latex): Relocate the table of
3628         contents.
3630         * org.el (org-ctrl-c-ctrl-c): Update clock lines.
3632         * org-agenda.el (org-run-agenda-series): Scope global options also
3633         when creating the agenda buffer.
3635 2009-06-03  Carsten Dominik  <carsten.dominik@gmail.com>
3637         * org.el (org-adapt-indentation): Improve documentation.
3638         (org-insert-property-drawer): Respect org-adapt-indentation when
3639         inserting the drawer.
3640         (org-remove-flyspell-overlays-in): New function.
3641         (org-do-emphasis-faces, org-activate-plain-links)
3642         (org-activate-code, org-fontify-meta-lines-and-blocks)
3643         (org-activate-angle-links, org-activate-footnote-links)
3644         (org-activate-bracket-links, org-activate-dates)
3645         (org-activate-target-links, org-activate-tags): Remove flyspell
3646         overlays.
3648 2009-06-02  Carsten Dominik  <carsten.dominik@gmail.com>
3650         * org.el (org-edit-src-save): New function.
3652         * org-clock.el (org-clock-out-switch-to-state): New option.
3653         (org-clock-out): Honor `org-clock-out-switch-to-state'.
3655         * org-compat.el (org-compatible-face): Improve macro.
3657         * org.el (org-global-properties-fixed): Add default for
3658         CLOCK_MODELINE_TOTAL.
3660         * org-clock.el (org-clock-sum): Accept lists and strigs as tstart
3661         andd tend.
3662         (org-clock-sum-current-item): Optional argument TSTART, pass it to
3663         org-clock-sum.
3664         (org-clock-get-sum-start): New function.
3666         * org.el (org-startup-options): New keywords blockhide and
3667         blockshow.
3668         (org-mode): Add new invisibility spec.
3669         (org-set-startup-visibility): Hide block on startup if so
3670         desired.
3671         (org-hide-block-startup): New option.
3672         (org-block-regexp): New constant.
3673         (org-hide-block-overlays): New variable.
3674         (org-block-map, org-hide-block-toggle-all, org-hide-block-all)
3675         (org-show-block-all, org-hide-block-toggle-maybe)
3676         (org-hide-block-toggle): New functions.
3677         (org-edit-src-exit): Do not quote lines starting with # and no +
3678         behind it.
3679         (org-auto-repeat-maybe): Add LAST_REPEAT properter for a repeating
3680         entry.
3682 2009-05-30  Carsten Dominik  <carsten.dominik@gmail.com>
3684         * org.el (org-buffer-property-keys): Add Effort property for
3685         completion.
3687 2009-05-28  Carsten Dominik  <carsten.dominik@gmail.com>
3689         * org-clock.el (org-clock-sum-current-item): Fix positioning bug
3690         when retrieving total clocked time in the subtree.
3692         * org.el (org-quoting-blocks): New variable.
3694 2009-05-27  Carsten Dominik  <carsten.dominik@gmail.com>
3696         * org-table.el (org-table-store-formulas)
3697         (org-table-get-stored-formulas, org-table-fix-formulas)
3698         (org-table-edit-formulas, orgtbl-ctrl-c-ctrl-c)
3699         (orgtbl-gather-send-defs): Allow indented #+TBLFM line.
3701         * org.el (org-fontify-meta-lines, org-ctrl-c-ctrl-c): Allow
3702         indented #+TBLFM line.
3704         * org-footnote.el (org-footnote-goto-local-insertion-point): Allow
3705         indented #+TBLFM line.
3707         * org-colview.el (org-dblock-write:columnview): Allow indented
3708         #+TBLFM line.
3710         * org-colview-xemacs.el (org-dblock-write:columnview): Allow
3711         indented #+TBLFM line.
3713         * org-clock.el (org-dblock-write:clocktable): Allow indented
3714         #+TBLFM line.
3716 2009-05-26  Carsten Dominik  <carsten.dominik@gmail.com>
3718         * org-exp.el (org-export-format-source-code-or-example): Make
3719         editing indented blocks work correctly.
3721         * org.el (org-edit-src-nindent): New variable.
3722         (org-edit-src-code, org-edit-fixed-width-region)
3723         (org-edit-src-find-region-and-lang, org-edit-src-exit): Make
3724         editing indented blocks work correctly.
3726 2009-05-24  Carsten Dominik  <carsten.dominik@gmail.com>
3728         * org-exp.el (org-export-replace-src-segments-and-examples): FInd
3729         indented blocks.
3730         (org-export-format-source-code-or-example): Fix indentation of
3731         blocks.
3732         (org-export-remove-indentation): New function.
3733         (org-export-select-backend-specific-text): Allow backend-specific
3734         code to be indented.
3735         (org-export-mark-blockquote-verse-center): Allow markers to be
3736         indented.
3738         * org.el (org-fontify-meta-lines): New function.
3739         (org-set-font-lock-defaults): Call the new fontification
3740         function.
3742         * org-faces.el (org-meta-line): New face
3743         (org-block):  New face.
3745 2009-05-27  Carsten Dominik  <carsten.dominik@gmail.com>
3747         * org.el (org-treat-insert-todo-heading-as-state-change)
3748         (org-treat-S-cursor-todo-selection-as-state-change): New
3749         variables.
3750         (org-insert-todo-heading): Honor
3751         `org-treat-insert-todo-heading-as-state-change'.
3752         (org-shiftright, org-shiftleft): Honor
3753         `org-treat-S-cursor-todo-selection-as-state-change'.
3754         (org-inhibit-logging): New variable.
3756 2009-05-23  Carsten Dominik  <carsten.dominik@gmail.com>
3758         * org-agenda.el (org-remove-subtree-entries-from-agenda): Reduce
3759         range for marker position checking.
3761         * org-latex.el (org-export-latex-first-lines): Fix bug when
3762         exporting a region.
3764 2009-05-22  Carsten Dominik  <carsten.dominik@gmail.com>
3766         * org-exp.el (org-export-push-to-kill-ring): Protect using
3767         x-set-selection, because that does not always work.
3769         * org-agenda.el (org-agenda-list): Apply the new face
3770         `org-agenda-date-today'.
3772         * org-faces.el (org-agenda-date-today): New face.
3774 2009-05-21  Carsten Dominik  <carsten.dominik@gmail.com>
3776         * org-agenda.el (org-agenda-to-appt): Turn off restriction when
3777         creating appointments.
3779         * org-latex.el (org-export-latex-low-levels): Fix customization
3780         type.
3782         * org.el (org-priority, org-shiftup, org-shiftdown): Disable
3783         priority commands.
3785         * org-agenda.el (org-agenda-priority): Disable priority commands.
3787         * org.el (org-enable-priority-commands): New option.
3789         * org-colview-xemacs.el (org-columns-compute)
3790         (org-columns-number-to-string): Fix problems with empty fields.
3792         * org-colview.el (org-columns-compute)
3793         (org-columns-number-to-string): Fix problems with empty fields.
3795         * org-exp.el (org-export-push-to-kill-ring): New function.
3796         (org-export-copy-to-kill-ring): New option.
3798         * org-latex.el (org-export-as-latex): Call
3799         `org-export-push-to-kill-ring'.
3801         * org-html.el (org-export-as-html): Call
3802         `org-export-push-to-kill-ring'.
3804         * org-docbook.el (org-export-as-docbook): Call
3805         `org-export-push-to-kill-ring'.
3807         * org-ascii.el (org-export-as-ascii): Call
3808         `org-export-push-to-kill-ring'.
3810         * org-exp.el (org-export-show-temporary-export-buffer): New
3811         option.
3813         * org-latex.el (org-export-as-latex): Use
3814         `org-export-show-temporary-export-buffer'.
3816         * org-html.el (org-export-as-html): Use
3817         `org-export-show-temporary-export-buffer'.
3819         * org-docbook.el (org-export-as-docbook): Use
3820         `org-export-show-temporary-export-buffer'.
3822         * org-ascii.el (org-export-as-ascii-to-buffer): Use
3823         `org-export-show-temporary-export-buffer'.
3825         * org-exp.el (org-export-show-temporary-export-buffer): New
3826         option.
3827         (org-export-push-to-kill-ring): New function.
3829         * org-colview.el (org-columns-compile-map): New variable.
3830         (org-columns-new, org-columns-compute)
3831         (org-columns-number-to-string, org-columns-uncompile-format)
3832         (org-columns-compile-format): Implement new operators.
3834 2009-05-20  Carsten Dominik  <carsten.dominik@gmail.com>
3836         * org-exp.el (org-export-plist-vars): Add :xml-declaration.
3838         * org-html.el (org-export-html-xml-declaration): New option.
3839         (org-export-as-html): Use `org-export-html-xml-declaration'.
3841         * org-list.el (org-update-checkbox-count): Make property
3842         dependent.
3844         * org.el (org-hierarchical-todo-statistics): New option.
3845         (org-update-parent-todo-statistics): Modified to handle recursive
3846         statistics.
3848 2009-05-19  Carsten Dominik  <carsten.dominik@gmail.com>
3850         * org-publish.el (org-publish): Make this function behave
3851         correctly in interactive use when called with a prefix argument.
3853         * org.el (org-todo-statistics-hook): New hook.
3854         (org-update-parent-todo-statistics): Use new hook.
3855         (org-log-into-drawer): New function.
3856         (org-add-log-setup): Use the new `org-log-into-drawer' function to
3857         determine if we should be logging into a drawer.
3858         (org-log-into-drawer): Update docstring.
3859         (org-default-properties): Add LOG_INTO_DRAWER as a property.
3861         * org-list.el (org-checkbox-statistics-hook): New hook.
3862         (org-update-checkbox-count-maybe): Use new hook.
3864         * org-ascii.el (org-export-ascii-copy-to-kill): New option.
3865         (org-export-as-ascii): Hide export buffer, and copy exported ASCII
3866         to kill ring.
3868 2009-05-17  Carsten Dominik  <carsten.dominik@gmail.com>
3870         * org-ascii.el (org-export-as-ascii): Fix bug with match string in
3871         a line.
3873 2009-05-16  Carsten Dominik  <carsten.dominik@gmail.com>
3875         * org.el (org-edit-src-code, org-edit-fixed-width-region): Use a
3876         better bufer-generating mechanism.
3877         (org-edit-src-find-buffer): New function.
3879         * org-icalendar.el (org-print-icalendar-entries): Don't check for
3880         archive tag, this is already done by `org-agenda-skip'.
3881         data while constructing lost of tags.
3883 2009-05-15  Carsten Dominik  <carsten.dominik@gmail.com>
3885         * org-exp.el (org-export-preprocess-apply-macros): Use semicolon
3886         as argument separator in macros.
3888         * org-html.el (org-export-as-html): Add xml declaration.
3890 2009-05-14  Carsten Dominik  <carsten.dominik@gmail.com>
3892         * org.el (org-after-sorting-entries-or-items-hook): New hook.
3893         (org-sort-entries-or-items): Run the new hook.
3894         (org-after-refile-insert-hook): New hook.
3895         (org-refile): Run `org-after-refile-insert-hook'.
3897         * org-agenda.el (org-agenda-get-progress): Never take time of day
3898         from headline when displaying progress.
3900         * org-latex.el (org-export-latex-complex-heading-re): New variable.
3901         (org-export-as-latex): Force the correct regexp in the
3902         preprocessor buffer.
3903         (org-export-latex-set-initial-vars): Set
3904         `org-export-latex-complex-heading-re'.
3906         * org-agenda.el (org-agenda-start-with-log-mode): New option.
3907         (org-agenda-mode): Use `org-agenda-start-with-log-mode'.
3909 2009-05-13  Carsten Dominik  <carsten.dominik@gmail.com>
3911         * org-latex.el (org-export-latex-tables-centered): New option.
3912         (org-export-latex-tables): Use `org-export-latex-tables-centered'.
3914         * org-exp.el (org-export-as-org): New command.
3915         (org-export-as-org): New command.
3917         * org-publish.el (org-publish-org-to-org): New function.
3919 2009-05-12  Carsten Dominik  <carsten.dominik@gmail.com>
3921         * org.el (org-yank): Just call `org-yank-generic'.
3922         (org-yank-generic): New function, containing the formaer
3923         functionality of `org-yank'.
3925         * org-latex.el (org-export-latex-not-done-keywords)
3926         (org-export-latex-done-keywords): New variables.
3927         (org-export-latex-todo-keyword-markup): New option.
3928         (org-export-latex-set-initial-vars): Remember the TODO keywords.
3929         (org-export-latex-keywords-maybe): Apply the TODO markup.
3931 2009-05-11  Carsten Dominik  <carsten.dominik@gmail.com>
3933         * org-exp.el (org-infile-export-plist): Add more default macros.
3934         (org-export-preprocess-apply-macros): Process macro arguments.
3936 2009-05-10  Carsten Dominik  <carsten.dominik@gmail.com>
3938         * org-icalendar.el (org-icalendar-include-todo): New allowedvalue
3939         `unblocked'.
3940         (org-print-icalendar-entries): Respect the new value of
3941         `org-icalendar-include-todo'.
3943         * org.el (org-link-try-special-completion)
3944         (org-file-complete-link): New functions.
3945         (org-insert-link): Add special completion support for some link
3946         types.
3948         * org-bbdb.el (org-bbdb-complete-link): New function.
3950 2009-05-08  Carsten Dominik  <carsten.dominik@gmail.com>
3952         * org-list.el (org-update-checkbox-count): Allow recursive
3953         statistics.
3954         (org-hierarchical-checkbox-statistics): New option.
3956         * org.el (org-cycle): Remove erraneous space character.
3958         * org-icalendar.el (org-icalendar-timezone): Initialize from
3959         environment.
3961         * org-html.el (org-format-org-table-html): Specify the scope.
3962         (org-format-table-table-html): Specify the scope.
3963         (org-export-table-header-tags): Prepare the scope parameter.
3965 2009-05-07  Carsten Dominik  <carsten.dominik@gmail.com>
3967         * org-html.el
3968         (org-export-html-table-use-header-tags-for-first-column): New
3969         option.
3971         * org.el (org-autoload): Fix autoloading of ascii export
3972         functions.
3973         (org-modules): Add org-special-blocks.
3975 2009-05-06  Carsten Dominik  <carsten.dominik@gmail.com>
3977         * org-icalendar.el (org-start-icalendar-file): Use the new option.
3978         (org-ical-timezone): New option.
3980         * org-exp.el (org-export-get-coderef-format): Use the description
3981         is present.
3983         * org.el (org-sort-entries-or-items): Improve docstring, and make
3984         better implementation for time sorting.
3986 2009-05-05  Carsten Dominik  <carsten.dominik@gmail.com>
3988         * org.el (org-edit-src-persistent-message): New option.
3989         (org-edit-src-code, org-edit-fixed-width-region): Use the new
3990         option.
3992         * org-clock.el (org-clock-insert-selection-line): Fix prefious
3993         patch.
3995         * org.el (org-edit-src-code, org-edit-fixed-width-region): Use
3996         separate buffer instead of indirect buffer to edit source code.
3997         (org-edit-src-exit): Make this function work with the new setup.
3999         * org-clock.el (org-clock-insert-selection-line): Make sure tasks
4000         are properly fontified before shown in the selection menu.
4002         * org.el (org-fontify-like-in-org-mode): New function.
4004         * org-latex.el (org-export-latex-links): Use the property list to
4005         retrieve the default image attributes.
4007         * org-exp.el (org-export-plist-vars): Add a new option.
4009 2009-05-04  Carsten Dominik  <carsten.dominik@gmail.com>
4011         * org-exp.el (org-export, org-export-visible): Support ASCII
4012         export to buffer
4013         (org-export-normalize-links): Do not protect the description if it
4014         is explicitly given.
4016         * org-ascii.el (org-export-as-ascii-to-buffer)
4017         (org-replace-region-by-ascii, org-export-region-as-ascii): New
4018         commands.
4019         (org-export-as-ascii): Add all the same parameters that are also
4020         supported by the other export functions.
4022         * org-list.el (org-reset-checkbox-state-subtree): Moved here from
4023         org-checklist.el.
4024         (org-reset-checkbox-state-subtree): Call
4025         `org-reset-checkbox-state-subtree'.
4027         * org-remember.el (org-select-remember-template): For the
4028         selection of a valid template.
4030         * org-latex.el (org-export-region-as-latex): Supply the
4031         force-no-subtree argument.
4032         (org-export-as-latex): Provide better limits when exporting the
4033         first line.  When exporting to string, we still want the first
4034         lines.
4035         (org-export-latex-first-lines): New argument END, to force the end
4036         of the region.
4037         (org-export-region-as-latex): Use the property list.
4038         (org-export-as-latex):
4040         * org-colview-xemacs.el (org-columns-remove-overlays)
4041         (org-columns): Fix call to `local-variable-p'.
4043 2009-05-02  Carsten Dominik  <carsten.dominik@gmail.com>
4045         * org-html.el (org-export-html-after-blockquotes-hook): New hook.
4046         (org-export-as-html): Run the new hook.
4048         * org-latex.el (org-export-latex-after-blockquotes-hook): New hook.
4049         (org-export-latex-preprocess): Run the new hook.
4051         * org-exp.el (org-export-preprocess-after-blockquote-hook): New hook.
4052         (org-export-preprocess-string): Run the new hook.
4054 2009-04-30  Carsten Dominik  <carsten.dominik@gmail.com>
4056         * org-macs.el (org-check-external-command): New defsubst.
4058         * org.el (org-mode-map): New key for reload.
4059         (org-format-latex): Better error message when external programs
4060         are not available.
4062         * org-agenda.el (org-agenda-mode-map): Bind `org-reload'.
4064         * org.el (org-sort-entries-or-items): Explicit sorting function
4065         for priorities, needed for XEmacs compatibility.
4067         * org-remember.el (org-remember-apply-template): Improve auto-save
4068         behavior.
4070 2009-04-29  Carsten Dominik  <carsten.dominik@gmail.com>
4072         * org-latex.el (org-export-latex-preprocess): Also protect
4073         environments ending in a star.
4075         * org-list.el (org-at-item-p): Fix regular expression.
4077 2009-04-24  Carsten Dominik  <carsten.dominik@gmail.com>
4079         * org.el (org-end-of-subtree): Improve speed.
4081         * org-agenda.el (org-agenda-get-timestamps)
4082         (org-agenda-get-progress, org-agenda-get-deadlines)
4083         (org-agenda-get-scheduled, org-agenda-get-blocks): Optimizations,
4084         in particular, wait as long as possible to collect the tags.
4085         (org-stuck-projects): Improve docstring.
4087         * org.el (org-store-link): No errors when getting custom id before
4088         first headline.
4089         (org-get-tags-at): Use `org-up-heading-safe' when getting tags.
4091 2009-04-23  Carsten Dominik  <carsten.dominik@gmail.com>
4093         * org.el (org-prepare-agenda-buffers): Catch a throw to nextfile.
4095         * org-protocol.el: Remove dependency on url.el.
4096         (org-protocol-unhex-compound, org-protocol-open-source): Remove
4097         dependency on url.el.
4099         * org-latex.el (org-export-as-pdf): Use
4100         `org-latex-to-pdf-process'.
4102 2009-04-22  Carsten Dominik  <carsten.dominik@gmail.com>
4104         * org-latex.el (org-latex-to-pdf-process): New option.
4106         * org-agenda.el (org-agenda-skip-additional-timestamps-same-entry):
4107         New option.
4108         (org-agenda-get-timestamps): Honor
4109         `org-agenda-skip-additional-timestamps-same-entry'.
4111         * org-clock.el (org-clock-goto-may-find-recent-task): New option.
4112         (org-clock-goto): Find recent task only if
4113         `org-clock-goto-may-find-recent-task' allows it.
4115         * org-exp.el (org-export-remove-or-extract-drawers): Handle empty
4116         drawers, and drawers that are missing the :END: line.
4118 2009-04-21  Carsten Dominik  <carsten.dominik@gmail.com>
4120         * org-clock.el (org-clock-goto): Go to recently clocked task if no
4121         clock is running.
4123 2009-04-21  Carsten Dominik  <carsten.dominik@gmail.com>
4125         * org.el (org-update-parent-todo-statistics): Check for
4126         STATISTICS_FROM property.
4128         * org-list.el (org-update-checkbox-count): Check for
4129         STATISTICS_FROM property.
4131         * org.el (org-tab-first-hook)
4132         (org-tab-after-check-for-table-hook)
4133         (org-tab-after-check-for-cycling-hook): New hooks.
4134         (org-cycle-internal-global, org-cycle-internal-local): New
4135         functions, split out from `org-cycle'.
4136         (org-cycle): Call the new hooks.
4138 2009-04-19  Carsten Dominik  <carsten.dominik@gmail.com>
4140         * org-exp.el (org-export-preprocess-string): Reset the list of
4141         preferred targets for each run of the preprocessor.
4143         * org.el (org-refile-target-verify-function): Improve
4144         documentation.
4145         (org-get-refile-targets): Respect point being moved by the
4146         verification function.
4148         * org-latex.el (org-export-latex-timestamp-keyword-markup): New
4149         option.
4150         (org-export-latex-keywords): Use new option.
4152         * org.el (org-rear-nonsticky-at): New defsubst.
4153         (org-activate-plain-links, org-activate-angle-links)
4154         (org-activate-footnote-links, org-activate-bracket-links)
4155         (org-activate-dates, org-activate-target-links)
4156         (org-activate-tags): Place the rear-nonsticky properties at the
4157         correct location.
4159 2009-04-18  Carsten Dominik  <carsten.dominik@gmail.com>
4161         * org-protocol.el (server-edit): Declare `server-edit'.
4162         (org-protocol-unhex-string, org-protocol-unhex-compound): New
4163         functions.
4164         (org-protocol-check-filename-for-protocol): Call `server-edit'.
4166         * org.el (org-default-properties): New default properteis for
4167         completion.
4169         * org-exp.el (org-export-add-subtree-options): Add new properties
4170         for subtree export.
4172         * org-docbook.el (org-export-docbook-keywords-markup)
4173         (org-export-docbook-timestamp-markup): New options.
4174         (org-export-docbook-protect-tags): New function.
4176 2009-04-17  Carsten Dominik  <carsten.dominik@gmail.com>
4178         * org-id.el (org-id-get-with-outline-path-completion): Turn off
4179         org-refile-target-verify-function for the duration of the command.
4181         * org.el (org-link-to-org-use-id): New possible value
4182         `create-if-interactive-and-no-custom-id'.
4183         (org-store-link): Use custom IDs.
4184         (org-link-search): Find custom ID properties from #link.
4185         (org-default-properties): Add CUSTOM_ID for property completion.
4186         (org-refile-target-verify-function): New option.
4187         (org-goto): Turn off org-refile-target-verify-function
4188         for the duration of the command.
4190 2009-04-16  Carsten Dominik  <carsten.dominik@gmail.com>
4192         * org-html.el (org-export-as-html): Use custom IDs in the toc.
4194         * org-exp.el (org-export-preferred-target-alist): New variable.
4195         (org-export-define-heading-targets): Find the new CUSTOM_ID
4196         property.
4197         (org-export-target-internal-links): Target the custom ids when
4198         possible.
4200         * org-latex.el (org-export-latex-preprocess): Better regexp for
4201         matching latex macros with arguments.
4203 2009-04-15  Carsten Dominik  <carsten.dominik@gmail.com>
4205         * org-remember.el (org-remember-handler): Allow filing to non-org
4206         files.
4208 2009-04-15  Magnus Henoch <magnus.henoch@gmail.com>
4210         * org-feed.el (org-feed-alist): New keyword options.
4211         (org-feed-update): Use the new options.
4212         (org-feed-parse-rss-feed): Renamed from `org-feed-parse-feed'.
4213         (org-feed-parse-rss-entry): Renamed from `org-feed-parse-entry'.
4214         (org-feed-parse-atom-feed, org-feed-parse-atom-entry): New
4215         functions.
4217         * org-table.el (org-table-fix-formulas): Do not change references
4218         to remote tables.
4219         (org-table-get-remote-range): Convert standard coordinates to RC
4220         format.
4222         * org-latex.el (org-export-latex-keywords): Fix regexp bug.
4224 2009-04-14  Carsten Dominik  <carsten.dominik@gmail.com>
4226         * org-compat.el (org-sha1-string): Function removed.
4228         * org.el (org-refile-allow-creating-parent-nodes): New option.
4229         (org-refile-get-location): New argument NEW-NODES.
4230         (org-refile): Call `org-refile-get-location' with the new
4231         argument.
4232         (org-refile-get-location): Arrange for adding a new child.
4233         (org-refile-new-child): New function.
4235         * org-html.el (org-html-handle-time-stamps): Wrap time stamps into
4236         an additional span element.
4238         * org-clock.el: Fix a number of docstrings.
4239         (org-clock-find-position): New argument
4240         FIND-UNCLOSED to make the function find an unclosed clock in the
4241         entry.
4242         (org-clock-in): Call `org-clock-find-position' with the new
4243         argument if we might be resuming a clock.
4245 2009-04-13  Carsten Dominik  <carsten.dominik@gmail.com>
4247         * org-latex.el (org-export-latex-display-custom-times): New variable.
4248         (org-export-latex-timestamp-markup): New option.
4249         (org-export-latex-set-initial-vars): Remember the local value of
4250         `org-display-custom-times'.
4251         (org-export-latex-content): Process time stamps.
4252         (org-export-latex-time-stamps): New function.
4254         * org-macs.el (org-maybe-intangible): Add intangible property
4255         again to invisible text.
4257 2009-04-12  Carsten Dominik  <carsten.dominik@gmail.com>
4259         * org-exp.el (org-default-export-plist): Handle undefined
4260         variables.
4262 2009-04-11  Carsten Dominik  <carsten.dominik@gmail.com>
4264         * org.el (org-sort-entries-or-items): Match TODO keywrds
4265         case-sensitively, when sorting.
4266         (org-priority): Do not match TODO keywords with wrong case.
4268 2009-04-09  Carsten Dominik  <carsten.dominik@gmail.com>
4270         * org-feed.el (org-feed-update): Bind the variable
4271         `new-formatted'.
4273         * org-html.el (org-export-as-html): Start paragraphs after literal
4274         examples.
4276         * org-docbook.el (org-export-as-docbook): Start paragraphs after
4277         literal examples.
4279 2009-04-08  Carsten Dominik  <carsten.dominik@gmail.com>
4281         * org.el (org-todo): Honor the NOBLOCKING property.
4283         * org-agenda.el (org-agenda-dim-blocked-tasks): Honor the
4284         NOBLOCKING property.
4286         * org.el (org-scan-tags): Fix bug in tag scanner
4288 2009-04-07  Carsten Dominik  <carsten.dominik@gmail.com>
4290         * org.el (org-modules): Mark obsolete packages.
4292         * org-html.el: New file, split out from org-exp.el.
4294         * org-icalendar.el: New file, split out from org-exp.el.
4296         * org-xoxo.el: New file, split out from org-exp.el.
4298         * org-ascii.el: New file, split out from org-exp.el.
4300 2009-04-06  Carsten Dominik  <carsten.dominik@gmail.com>
4302         * org-compat.el (org-find-library-name): New function.
4304         * org.el (org-pre-cycle-hook): New hook.
4305         (org-cycle): Call the new hook in appropriate places.
4306         (org-reload): Only reload files that have been loaded before.
4308 2009-04-05  Carsten Dominik  <carsten.dominik@gmail.com>
4310         * org.el (org-set-font-lock-defaults): Enforxe space or line end
4311         after todo keyword.
4312         (org-todo): When changing TODO state, do matching
4313         case-sensitively.
4314         (org-map-continue-from): New variable.
4315         (org-scan-tags): Respect values in `org-map-continue-from'.
4316         (org-reload): Make XEmacs compatible.
4318 2009-04-04  Carsten Dominik  <carsten.dominik@gmail.com>
4320         * org-protocol.el (org-protocol-flatten-greedy): New function.
4321         (org-protocol-flatten): New function.
4323         * org.el (org-open-link-from-string): Pass reference buffer to
4324         `org-open-at-point'.
4325         (org-open-at-point): New optional argument `reference-buffer'.
4327 2009-04-03  Carsten Dominik  <carsten.dominik@gmail.com>
4329         * org.el (org-scan-tags): Make tag scan find headline in first
4330         line, 2nd attempt.
4331         (org-get-refile-targets): Add the naked file name.
4332         (org-refile): Store as top-level entry when only file name was
4333         given.
4335         * org-agenda.el (org-agenda-get-progress): Fix regexp bug.
4337         * org.el (org-block-todo-from-children-or-siblings-or-parent):
4338         Renamed from org-block-todo-from-children-or-siblings, and
4339         enhanced to look for the parent's status as well.
4341         * org-agenda.el (org-agenda-log-mode-add-notes): New option.
4342         (org-agenda-get-progress): Add first notes line to log entry if so
4343         desired.
4345 2009-04-02  Carsten Dominik  <carsten.dominik@gmail.com>
4347         * org-agenda.el (org-agenda-cleanup-fancy-diary-hook): New hook.
4348         (org-agenda-cleanup-fancy-diary): Call the new hook.
4350         * org-remember.el (org-remember-apply-template): Take the default
4351         for the annotation from the :annotation property.
4353         * org-mac-message.el (org-mac-message-get-link): Remove the
4354         quotes.
4355         (org-mac-message-get-link): Return the result.
4357 2009-04-01  Carsten Dominik  <carsten.dominik@gmail.com>
4359         * org.el (org-refile-get-location): Add file name only if not
4360         already included in outline path.
4362         * org-faces.el (org-n-level-faces): Fix customization type from
4363         number to integer.
4365         * org-exp.el (org-export-headline-levels): Fix customization type
4366         from number to integer.
4368         * org-agenda.el (org-agenda-confirm-kill)
4369         (org-agenda-custom-commands-local-options)
4370         (org-timeline-show-empty-dates, org-agenda-ndays)
4371         (org-agenda-start-on-weekday, org-scheduled-past-days): Fix
4372         customization type from number to integer.
4374 2009-03-31  Carsten Dominik  <carsten.dominik@gmail.com>
4376         * org-protocol.el: Declare some functions.
4378         * org-inlinetask.el (org-inlinetask-export-handler): Fix line
4379         postion before inserting modified headline.
4381         * org-agenda.el (org-agenda-compare-effort): Honor
4382         `org-sort-agenda-noeffort-is-high'.
4383         (org-agenda-filter-by-tag, org-agenda-filter-make-matcher)
4384         (org-agenda-compare-effort): Implement the "?" operator for
4385         finding entries without effort setting.
4387         * org.el (org-extract-attributes-from-string): New function.
4389         * org-exp.el (org-export-splice-attributes): New function.
4391 2009-03-30  Carsten Dominik  <carsten.dominik@gmail.com>
4393         * org-mouse.el: XEmacs compatibility fixes
4395         * org-docbook.el (org-export-as-docbook): Process footnotes like
4396         normal text.
4398         * org.el (org-modules): Add org-inlinetasks.el
4399         (org-cycle): Implement limiting level on cycling.
4400         (org-move-subtree-down): Fix bug with swapping subtrees at end of
4401         buffer.
4403         * org-inlinetask.el: New file.
4405         * org.el (org-emphasis-regexp-components): Allow braces in
4406         emphasis pre and post match.
4408         * org-footnote.el (org-footnote-normalize): When only dorting, do
4409         not insert inline notes at the end.
4411         * org-docbook.el (org-id-find-id-file): Add function declaration.
4413         * org.el (org-require-autoloaded-modules): Add org-docbook.el.
4415         * org-docbook.el: New file.
4417 2009-03-28  Carsten Dominik  <carsten.dominik@gmail.com>
4419         * org.el (org-reftex-citation): New command.
4421 2009-03-27  Carsten Dominik  <carsten.dominik@gmail.com>
4423         * org-agenda.el (org-agenda-cmp-user-defined): New option.
4424         (org-sorting-choice, org-agenda-sorting-strategy): Add the new
4425         sorting options.
4426         (org-entries-lessp): Apply the new sorting option.
4428         * org.el (org-block-todo-from-children-or-siblings): Fix bug in
4429         blocker code, when an older sibling has children.
4431         * org-mac-message.el (org-mac-message-get-link): Improve getting
4432         links from multiple selected messages.
4434 2009-03-26  Carsten Dominik  <carsten.dominik@gmail.com>
4436         * org-remember.el (org-remember-finalize): Do not set buffer file
4437         name to nil.
4438         (org-remember-handler): Mark buffer as unmodified.
4439         (org-remember-handler): Delete backup file and show message about
4440         remaining backup files.
4441         (org-remember-auto-remove-backup-files): New option.
4443         * org.el (org-store-link): Use buffer name as link description in
4444         w3-mode buffers.
4445         (org-ido-switchb): Fix argument bug for completion.
4447         * org-remember.el (org-remember-apply-template): Set local
4448         variable `auto-save-visited-file-name' instead of global one.
4450 2009-03-25  Carsten Dominik  <carsten.dominik@gmail.com>
4452         * org-feed.el: Re-write.
4454         * org-agenda.el (org-agenda-get-todos): Fix bug with match-data.
4455         (org-agenda-get-todos): Mark file tags as inherited.
4456         (org-agenda-list): Always search diary lines for a time.
4458 2009-03-24  Carsten Dominik  <carsten.dominik@gmail.com>
4460         * org-feed.el (org-feed-assume-stable): New option.
4461         (org-feed-before-adding-hook): New hook.
4463         * org-exp.el (org-export-as-html): Close local lists depending on
4464         indentation, also when starting a table.
4466         * org-remember.el (org-remember-backup-directory)
4467         (org-remember-backup-name): New internal variable.
4469 2009-03-23  Carsten Dominik  <carsten.dominik@gmail.com>
4471         * org-clock.el (org-clock-out-if-current): Make buffer detection
4472         work in indirect buffers as well.
4474         * org.el (org-emphasis-regexp-components): Add the exxclamation
4475         mark to the post-emphasis characters.
4477 2009-03-22  Carsten Dominik  <carsten.dominik@gmail.com>
4479         * org.el (org-read-date-minibiffer-septup-hook): New hook.
4480         (org-read-date): Run the new hook.
4482         * org-mac-message.el (org-mac-flagged-mail): New group.
4483         (org-mac-mail-account): New variable.
4484         (org-mac-create-flagged-mail, org-mac-insert-flagged-mail): New
4485         commands.
4487         * org-remember.el (org-remember-backup-directory): New variable.
4488         (org-remember-apply-template): Write file to backup directory.
4490 2009-03-21  Carsten Dominik  <carsten.dominik@gmail.com>
4492         * org-mouse.el (org-mouse-todo-menu): New function.
4493         (org-mouse-todo-keywords): Function removed.
4494         (org-mouse-context-menu): Use `org-mouse-todo-menu'.
4496         * org-table.el (org-table-beginning-of-field)
4497         (org-table-end-of-field): New commands
4498         (org-table-previous-field, org-table-beginning-of-field): Better
4499         error messages.
4500         (orgtbl-setup): Include `M-a' and `M-e'.
4502         * org.el (org-backward-sentence, org-forward-sentence): New
4503         commands.
4505         * org-colview.el (org-colview-initial-truncate-line-value): New
4506         variable.
4507         (org-columns-remove-overlays): Restore the value of `truncate-lines'.
4508         (org-columns): Remember the value of `truncate-lines'.
4510         * org-colview-xemacs.el (org-colview-initial-truncate-line-value):
4511         New variable.
4512         (org-columns-remove-overlays): Restore the value of
4513         `truncate-lines'.
4514         (org-columns): Remember the value of `truncate-lines'.
4516         * org.el (org-columns-skip-arrchived-trees): New option.
4518         * org-agenda.el (org-agenda-export-html-style): Define color for
4519         org-agenda-done face.
4520         (org-search-view, org-agenda-get-todos, org-agenda-get-progress)
4521         (org-agenda-get-deadlines, org-agenda-get-scheduled): Use new face.
4523         * org.el (org-scan-tags): Use the new face.
4525         * org-faces.el (org-agenda-done): New face.
4527         * org.el (org-scan-tags): Test the value org
4528         `org-tags-match-list-sublevels'.
4529         (org-tags-match-list-sublevels): New allowed value: indented.
4531         * org-export-latex.el (org-export-latex-make-header): Apply macros
4532         in header.
4534         * org-exp.el (org-export-apply-macros-in-string): New function.
4536         * org-export-latex.el (org-export-latex-list-parameters): Fix bug
4537         with the definition of a checked box.
4539         * org-clock.el (org-clock-find-position): Fix drawer indentations.
4541         * org-export-latex.el (org-export-latex-low-levels): More options
4542         for how to process lower levels in LaTeX.
4543         (org-export-latex-subcontent): Better treatment for lists as a
4544         means of publishing lower levels.
4546 2009-03-20  Carsten Dominik  <carsten.dominik@gmail.com>
4548         * org.el (org-set-font-lock-defaults): Use new checkbox face.
4550         * org-faces.el (org-checkbox): New face.
4552         * org-exp.el (org-export-html-preprocess): Only create LaTeX
4553         fragement images if there is an export file.
4555 2009-03-19  Carsten Dominik  <carsten.dominik@gmail.com>
4557         * org-agenda.el (org-stuck-projects): Document that the subtree of
4558         projects that are not stuck will now be searched for stuck
4559         sub-projects.
4560         (org-agenda-skip-entry-when-regexp-matches)
4561         (org-agenda-skip-entry-when-regexp-matches-in-subtree): New functions.
4562         (org-agenda-list-stuck-projects): Use
4563         `org-agenda-skip-entry-when-regexp-matches-in-subtree'.
4565         * org-export-latex.el (org-export-latex-preprocess): Improve
4566         export of verses.
4568         * org-exp.el (org-export-as-html): Implement centering as a div
4569         rather than a paragraph.  Do a better job with line-end in verse
4570         environments.
4572 2009-03-17  Carsten Dominik  <carsten.dominik@gmail.com>
4574         * org.el (org-open-at-point): Fix tags searches by mouse click.
4576 2009-03-16  Carsten Dominik  <carsten.dominik@gmail.com>
4578         * org-export-latex.el (org-export-latex-preprocess): Implement the
4579         centering markup.
4581         * org-exp.el (org-export-mark-blockquote-verse-center): Renamed
4582         from `org-export-mark-blockquote-and-verse'.
4583         (org-export-as-html): Implement the centering markup.
4585         * org-export-latex.el (org-export-latex-tables): Fix vertical
4586         lines in tables.
4588 2009-03-15  Carsten Dominik  <carsten.dominik@gmail.com>
4590         * org.el (org-read-date-history): New variable.
4591         (org-read-date): Use new history variable.
4592         (org-toggle-heading): Fix bug when used before first headline.
4593         (org-store-log-note): Remove drawer if empty while note is
4594         aborted.
4595         (org-remove-empty-drawer-at): New function.
4596         (org-check-after-date): New command.
4597         (org-sparse-tree): New sparse tree command "a".
4599         * org-exp.el (org-export-as-ascii): Improve export of plain lists.
4601 2009-03-14  Bastien Guerry  <bzg@altern.org>
4603         * org.el (org-toggle-fixed-width-section): Bug fix: insert a
4604         column and a space, not only a column.
4606 2009-03-14  Carsten Dominik  <carsten.dominik@gmail.com>
4608         * org-export-latex.el (org-export-latex-emphasis-alist): Better
4609         defaults for verbose emphasis.
4610         (org-export-latex-emph-format): New function.
4611         (org-export-latex-fontify): Call `org-export-latex-emph-format'.
4613         * org-agenda.el (org-agenda-menu): Add new commands to menu.
4614         (org-agenda-do-date-later, org-agenda-do-date-earlier)
4615         (org-agenda-date-later-minutes, org-agenda-date-earlier-minutes)
4616         (org-agenda-date-later-hours, org-agenda-date-earlier-hours): New
4617         commands.
4619         * org.el (org-timestamp-change): Move end-time along with start
4620         time.
4622 2009-03-12  Carsten Dominik  <carsten.dominik@gmail.com>
4624         * org-exp.el (org-export-target-internal-links)
4625         (org-export-as-html): Protect links specified as #name.
4627 2009-03-11  Carsten Dominik  <carsten.dominik@gmail.com>
4629         * org.el (org-clone-subtree-with-time-shift): New command.
4631         * org-export-latex.el (org-export-latex-special-chars)
4632         (org-export-latex-treat-sub-super-char): Fix subscript export.
4634         * org-exp.el (org-create-multibrace-regexp): Do not add
4635         backslashes to the class.
4637 2009-03-10  Carsten Dominik  <carsten.dominik@gmail.com>
4639         * org-colview.el (org-columns-map): Better functions for moving up
4640         and down a row, even if `truncate-line' is nil.
4642         * org.el (org-insert-todo-heading): Make sure the keyword is
4643         inserted at the correct position.
4645         * org-publish.el (org-publish-project-alist)
4646         (org-publish-projects, org-publish-org-index): Change default anme
4647         for the index of file names to "sitemap.org".
4649         * org-export-latex.el (org-export-latex-tables): Use
4650         `org-split-string', for Emacs 21 compatibility.
4652 2009-03-09  Carsten Dominik  <carsten.dominik@gmail.com>
4654         * org-agenda.el (org-agenda-log-mode-items): Improve docstring.
4656 2009-03-08  Carsten Dominik  <carsten.dominik@gmail.com>
4658         * org-exp.el (org-export-page-description)
4659         (org-export-page-keywords): New variables.
4660         (org-export-plist-vars): Add entries for :keywords and
4661         :description.
4662         (org-infile-export-plist): Parse for new keywords.
4663         (org-get-current-options): Add new keywords
4664         (org-export-as-html): Publish description and keywords.
4666         * org-agenda.el (org-agenda-add-entry-text-descriptive-links): New
4667         option.
4668         (org-agenda-add-entry-text): Honor
4669         `org-agenda-add-entry-text-descriptive-links'.
4671         * org-export-latex.el (org-export-latex-preprocess): Make all
4672         external preprocess functions use a PARAMETER arg.
4674         * org-exp.el (org-export-preprocess-string)
4675         (org-export-select-backend-specific-text)
4676         (org-export-format-source-code-or-example)
4677         (org-format-org-table-html): Support docbook export.
4678         (org-export-preprocess-string): Make all external preprocess
4679         functions use a PARAMETER arg.
4681 2009-03-07  Carsten Dominik  <carsten.dominik@gmail.com>
4683         * org-exp.el (org-export-html-style-include-scripts): New option.
4684         (org-export-plist-vars): Add new option
4685         `org-export-html-style-include-scripts'.
4686         (org-export-as-html): Honor new option
4687         `org-export-html-style-include-scripts'.
4688         (org-export-html-scripts, org-export-html-style-default): Fix
4689         xml issues with the Safari browser.
4691 2009-03-06  Carsten Dominik  <carsten.dominik@gmail.com>
4693         * org-publish.el (org-publish-attachment): Only copy file when the
4694         directories differ.
4696 2009-03-05  Carsten Dominik  <carsten.dominik@gmail.com>
4698         * org-clock.el (org-clocktable-steps): Use inactive time stamps
4699         for clocktable steps.
4701         * org.el (org-additional-option-like-keywords): Add two more
4702         keywords.
4704 2009-03-04  Carsten Dominik  <carsten.dominik@gmail.com>
4706         * org-exp.el (org-export-format-source-code-or-example): Mark
4707         temporary buffer unmodified, so that it will be killed even if
4708         mode like message mode has decided to assign a file name.
4710         * org.el (org-scan-tags): Improve tag inheritance.
4711         (org-scan-tags, org-make-tags-matcher): Make tag comparison
4712         case-sensitive.
4713         (org-scan-tags): Use the internal tags list instead of creating it
4714         from scratch.
4715         (org-trust-scanner-tags, org-scanner-tags): New variables.
4716         (org-scan-tags): Set `org-scanner-tags'.
4717         (org-get-tags-at): Take advantage of `org-trust-scanner-tags'.
4718         (org-map-entries): Document the possible speedup using scanner
4719         tags.
4721 2009-03-03  Carsten Dominik  <carsten.dominik@gmail.com>
4723         * org.el (org-add-planning-info): Fix bug with looking for keyword
4724         only at column 0.
4726         * org-agenda.el (org-agenda-custom-commands-local-options): Add
4727         option for tags filter preset.
4728         (org-prepare-agenda): Store filter preset as a property on the
4729         filter variable.
4730         (org-finalize-agenda): Call the filter, if there is a preset.
4731         (org-agenda-filter-by-tag): Filter again after clearing the
4732         filter, when there still is a preset.
4733         (org-agenda-filter-make-matcher, org-agenda-set-mode-name):
4734         Include the preset filter.
4735         (org-agenda-redo): Apply the filter again, also the preset filter.
4737         * org-exp.el (org-export-as-html): Use IDs in the correct way.
4739         * org.el (org-uuidgen-p): New funtion.
4741         * org-agenda.el (org-agenda-fontify-priorities): New default value
4742         `cookies'.
4743         (org-agenda-fontify-priorities): Renamed from
4744         org-fontify-priorities.
4746         * org.el (org-set-font-lock-defaults): Call
4747         `org-font-lock-add-priority-faces'.
4748         (org-font-lock-add-priority-faces): New function.
4750         * org-faces.el: (org-set-tag-faces): New option.
4751         (org-priority-faces): New variable.
4753         * org-exp.el (org-export-as-html): Add a "content" div around the
4754         entire content of the body tag.
4755         (org-export-html-get-bibliography): New function.
4756         (org-export-html-validation-link): New variable.
4757         (org-export-as-html): Add validation link to exported page.
4759         * org.el (org-match-sparse-tree): Renamed from
4760         `org-tags-sparse-tree'.
4761         (org-tags-sparse-tree): New alias.
4763 2009-03-02  Carsten Dominik  <carsten.dominik@gmail.com>
4765         * org.el (org-get-valid-level): Catch the case where the level
4766         change is nil.
4768         * org-clock.el (org-clock-find-position): Better indentation of
4769         new clock drawers.
4771 2009-03-01  Carsten Dominik  <carsten.dominik@gmail.com>
4773         * org-agenda.el (org-agenda-quit): Delete window only when the
4774         frame-setup was not `current-window'.
4776         * org.el (org-tag-persistent-alist): New option.
4777         (org-startup-options): Add keyword `noptag'.
4778         (org-fast-todo-selection): Handle :newline correctly.
4779         (org-set-tags): Handle :newline correctly.
4780         (org-fast-tag-selection): Handle :newline correctly.
4782 2009-02-28  Carsten Dominik  <carsten.dominik@gmail.com>
4784         * org-exp.el (org-export-as-ascii): Reverse link buffer before
4785         outputting it.
4786         (org-export-ascii-push-links): Fix bug with pussing links into the
4787         export buffer.
4789 2009-02-27  Carsten Dominik  <carsten.dominik@gmail.com>
4791         * org-archive.el (org-archive-subtree): Do not add 1 to level if
4792         pasting at top level.
4794         * org-bbdb.el: Improve documentation.
4796 2009-02-26  Carsten Dominik  <carsten.dominik@gmail.com>
4798         * org-list.el (org-insert-item): Only consider insert empty lines
4799         is `org-empty-line-terminates-plain-lists' is not nil.
4801         * org.el (org-blank-before-new-entry): Mention the dependence on
4802         `org-empty-line-terminates-plain-lists' in the docstring.
4804         * org-publish.el (org-publish-get-project-from-filename): New
4805         optional argument UP.  Only find the top project if UP is set.
4806         (org-publish-current-project): Find the top encloding project.
4808         * org-agenda.el (org-agenda-before-write-hook)
4809         (org-agenda-add-entry-text-maxlines): New options.
4810         (org-write-agenda): Run the new hook in the temporary buffer.
4811         (org-agenda-add-entry-text): New function.
4812         (org-write-agenda): Implement PDF export, using ps2pdf.
4814         * org.el (org-global-properties-fixed, org-global-properties):
4815         Improve documentation string.
4817         * org-exp.el (org-export-ascii-links-to-notes): New option.
4818         (org-export-as-ascii): Handle links better.
4819         (org-export-ascii-wrap, org-export-ascii-push-links): New
4820         functions.
4822 2009-02-25  Carsten Dominik  <carsten.dominik@gmail.com>
4824         * org-agenda.el (org-agenda): Make prefix arg optional.
4825         (org-agenda-search-headline-for-time): New option.
4826         (org-format-agenda-item): Honor
4827         `org-agenda-search-headline-for-time'.
4829         * org-table.el (orgtbl-self-insert-command): Cluster undo for 20
4830         characters.
4832         * org.el (org-self-insert-cluster-for-undo): New option.
4833         (org-self-insert-command): Cluster undo for 20 characters.
4834         (org-self-insert-command-undo-counter): New variable.
4836 2009-02-24  Carsten Dominik  <carsten.dominik@gmail.com>
4838         * org-exp.el (org-export-as-html): Fix problem with closing colone
4839         example.
4841 2009-02-22  Carsten Dominik  <carsten.dominik@gmail.com>
4843         * org-export-latex.el (org-export-as-latex)
4844         (org-export-latex-first-lines): Avoid modification flag when
4845         adding or removing text properties.
4846         (org-export-latex-fontify): Catch error when org-emph-alist has
4847         entries that are not defined for LaTeX export.
4849         * org.el (orgstruct++-mode): New function.
4850         (turn-on-orgstruct++): Call `orgstruct++-mode'.
4851         (org-context-p): Allow detecting item context after the first line
4852         of an item.
4853         (orgstruct-make-binding): Detect if item-body context should be
4854         seen.
4855         (orgstruct-is-++): New variable.
4856         (org-add-planning-info): Catch the case when there is no planning
4857         info yet and the call does not want to add anything, only maybe
4858         tries to remove something.
4859         (org-special-ctrl-a/e): All value to be a cons cell with separate
4860         settings for `C-a. and `C-e'.
4861         (org-beginning-of-line, org-end-of-line): Honor separate values
4862         for `C-a' and `C-e'.
4864 2009-02-21  Carsten Dominik  <carsten.dominik@gmail.com>
4866         * org.el (org-reload): New command.
4868 2009-02-20  Carsten Dominik  <carsten.dominik@gmail.com>
4870         * org-exp.el (org-export-htm-get-tag-class-name)
4871         (org-export-htm-get-todo-kwd-class-name): New functions.
4872         (org-export-html-tag-class-prefix)
4873         (org-export-html-todo-kwd-class-prefix): New options.
4874         (org-export-as-html): Call
4875         `org-export-html-get-todo-kwd-class-name'.
4876         (org-html-level-start): Wrap tags into classes.
4877         (org-export-html-get-tag-class-name)
4878         (org-export-html-get-todo-kwd-class-name): New functions.
4880         * org-export-latex.el (org-export-latex-collect-header-macros):
4881         Remove fields that are used anyway.
4882         (org-export-latex-make-header): Insert the options earlier.
4884         * org-agenda.el (org-agenda-get-progress): Fix bug with state
4885         matching.
4887         * org-list.el (org-indent-item): Allow point to be at the end of
4888         the region.
4890         * org.el (org-metaleft, org-metaright): Be more accurate about
4891         detecting a region where commands apply.
4893         * org-compat.el (org-cursor-to-region-beginning): New function.
4895         * org.el (org-priority): Also find invisible heading.
4897         * org-colview-xemacs.el (org-columns-edit-value): No special
4898         treatment for `org-todo' prefix.
4900         * org-colview.el (org-columns-edit-value): No special treatment
4901         for `org-todo' prefix.
4903         * org-remember.el (org-remember-apply-template): Use
4904         `org-completing-read-no-ido'.
4906         * org.el (org-completing-read-no-ido): New function.
4907         (org-make-tags-matcher, org-set-property): Use
4908         `org-completing-read-no-ido'.
4910         * org-export-latex.el (org-export-latex-import-inbuffer-stuff):
4911         New option.
4912         (org-export-as-latex): Import in-buffer settings as TeX macros.
4913         (org-export-latex-make-header): Additional parameter OPT-DEFS.
4914         (org-export-latex-collect-header-macros): New function.
4916         * org.el (org-refile-get-location): Turn off
4917         `partial-completion-mode'.
4919 2009-02-19  Carsten Dominik  <carsten.dominik@gmail.com>
4921         * org.el (org-block-todo-from-checkboxes): Announce that
4922         checkboxes are the culprit.
4923         (org-block-todo-from-children-or-siblings): Call
4924         `org-up-heading-all instead' of `outline-up-heading'.
4926         * org-agenda.el (org-agenda-show-1): Renamed from
4927         `org-agenda-show'.
4928         (org-agenda-show): Re-install the old version for now.
4929         (org-agenda-dim-blocked-tasks): Update docstring.  Scope a
4930         variable into the blokker hook, so that the checkbox checker can
4931         anounce that it caused the blocking.
4933         * org.el (org-track-ordered-property-with-tag): New option.
4934         (org-toggle-ordered-property): Honor
4935         `org-track-ordered-property-with-tag'.
4936         (org-tag-alist): Add newline options.
4937         (org-set-regexps-and-options): Separate option lines imply a
4938         newline.
4939         (org-set-regexps-and-options, org-assign-fast-keys)
4940         (org-fast-todo-selection, org-fast-tag-selection): Handle newline
4941         option.
4942         (org-indent-line-function): Make sure this works even if there is
4943         not `org-drawer-regexp' defined.  This can happen when
4944         orgstruct-mode is used in a non-org buffer.
4946         * org-list.el (org-checkbox-blocked-p): New function.
4947         (org-toggle-checkbox): Check for blocking.
4949         * org.el (org-modules): Add an entry for org-R.el.
4951         * org-agenda.el (org-agenda-todo-ignore-with-date)
4952         (org-agenda-todo-ignore-scheduled)
4953         (org-agenda-todo-ignore-deadlines): Mention the variable
4954         `org-agenda-tags-todo-honor-ignore-options' in the docstring.
4956         * org.el (org-get-wdays): Find the warning period also if it is in
4957         the wrong place.
4958         (org-ido-completing-read): Provide the correct arguments to
4959         ido-completing-read and bind `ido-enter-matching-directory' to
4960         nil.
4962 2009-02-17  Carsten Dominik  <carsten.dominik@gmail.com>
4964         * org.el (org-olpath-completing-read): Never use ido for this
4965         one.
4967         * org-exp.el (org-export-normalize-links): Use new macro.
4969         * org-macs.el (org-if-unprotected-at): New macro.
4971         * org-agenda.el (org-agenda-show): Allow numerical prefix
4972         arguments to specify how much context should be shown.
4973         (org-agenda-cycle-show): New command, could be bound to SPC in
4974         org-agenda-mode-map.
4976         * org-exp.el (org-html-level-start): Space after section number.
4978 2009-02-16  Carsten Dominik  <carsten.dominik@gmail.com>
4980         * org-agenda.el (org-agenda-get-sexps): Add todo state as
4981         property, for sorting.
4982         (org-cmp-todo-state): Get the applicable TODO keywords directly
4983         from the buffer.
4984         (org-run-agenda-series, org-agenda-list, org-search-view)
4985         (org-todo-list, org-tags-view): Only fit agenda window when the
4986         whole series is done.
4988         * org.el (org-scan-tags): Add todo state as property, for sorting.
4990         * org-agenda.el (org-agenda-custom-commands-local-options): Add
4991         `org-agenda-overriding-header' as an option.
4992         (org-agenda-list): Honor org-agenda-overriding-header'.
4994 2009-02-15  Carsten Dominik  <carsten.dominik@gmail.com>
4996         * org-list.el (org-toggle-checkbox): Improve cursor positioning
4997         after removing a checkbox.
4999         * org.el (org-show-entry): Make this work correctly also if it is
5000         the last entry in the file.
5001         (org-end-of-line, org-beginning-of-line): Make prefix arg work, by
5002         falling back to normal, default command.
5003         (org-ctrl-c-ctrl-c): When called with prefix arg at a non-checkbox
5004         item, call the checkbox toggler to get a box.
5006         * org-list.el (org-toggle-checkbox): Make double prefix set the
5007         checkbox to "[-]".
5008         (org-fix-bullet-type): Only replace bullet if it is changed.
5009         (org-renumber-ordered-list): Handle case when first item does not
5010         have a number.
5012         * org.el (org-add-log-setup): Fix positioning when
5013         `org-log-states-order-reversed' is nil.
5015         * org-clock.el (org-clock-in): Fix positioning when
5016         `org-log-states-order-reversed' is nil.
5017         (org-clock-find-position): Fix positioning when
5018         `org-log-states-order-reversed' is nil.
5020 2009-02-14  Carsten Dominik  <carsten.dominik@gmail.com>
5022         * org-clock.el (org-clock-into-drawer): Take default from
5023         `org-log-into-drawer'.
5024         (org-clock-find-position): Look for the correct drawer.
5026         * org.el (org-log-into-drawer): Renamed from
5027         `org-log-state-notes-into-drawer'.
5028         (org-log-state-notes-into-drawer): New variable alias.
5029         (org-add-log-setup): Make drawer name default to LOGBOOK, not
5030         CLOCK.
5031         (org-insert-property-drawer): Also skip LOGBOOK drawers.
5033 2009-02-13  Carsten Dominik  <carsten.dominik@gmail.com>
5035         * org-agenda.el (org-agenda): Fix docstring.
5037         * org.el ("org-plot"): Help loading org-plot.
5038         (org-metaleft-hook, org-metaright-hook, org-metaup-hook)
5039         (org-metadown-hook, org-shiftmetaleft-hook)
5040         (org-shiftmetaright-hook, org-shiftmetaup-hook)
5041         (org-shiftmetadown-hook, org-metareturn-hook): New hooks.
5042         (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
5043         (org-shiftmetadown, org-metaleft, org-metaright, org-metaup)
5044         (org-metadown, org-ctrl-c-ctrl-c): Call the appropriate hook.
5046         * org-publish.el (org-publish-get-base-files): Allow symbol `any'
5047         for selecting files with any (and even without) extension.
5049         * org.el (org-save-all-org-buffers): Also save id locations.
5050         (org-revert-all-org-buffers): Also load id locations.
5052 2009-02-12  Carsten Dominik  <carsten.dominik@gmail.com>
5053         * org.el (org-drawers): Add LOGBOOK to the default drawers.
5054         (org-log-state-notes-into-drawer): New option.
5055         (org-add-log-setup): Place the sate note marker into the drawer,
5056         create drawer when necessary.
5057         (org-refile-targets): Document special interpretation of LEVEL
5058         when odd-levels are used.
5060 2009-02-12  Carsten Dominik  <carsten.dominik@gmail.com>
5062         * org.el (org-store-log-note): Fix note indentation when adding
5063         notes to end of list.
5065         * org-exp.el (org-export-as-html): Add TODO keyword as extra
5066         class, so that each keyword can get special colors through CSS.
5068         * org-clock.el (org-clock-out): Add another nil for the previous
5069         state into the call to `org-add-log-setup'.
5071         * org.el (org-log-note-previous-state): New variable.
5072         (org-log-note-headings): New %S escape for old state.
5073         (org-todo): Call the note setup with the old state as an
5074         argument.
5075         (org-add-note): Add another nil for the previous state into the
5076         call to `org-add-log-setup'.
5077         (org-add-log-setup): New argument PREV-STATE.
5078         (org-add-log-note): Handle new %S escape.
5079         (org-store-log-note): Handle new %S escape.
5081 2009-02-11  Carsten Dominik  <carsten.dominik@gmail.com>
5083         * org-clock.el (org-clock-find-position): Do not swallow an item
5084         less indented than the CLOCK line itself.
5085         (org-clock-in): Push markers to lin after the clock line.
5086         (org-clock-find-position): Handle values of
5087         `org-clock-into-drawer' smaller than 2.
5089         * org-exp.el (org-html-level-start): Add a CSS class to section
5090         numbers.
5091         (org-export-html-toplevel-hlevel): Better documentation of the
5092         influence of this variables on H levels and css classes in
5093         export.
5095 2009-02-10  Carsten Dominik  <carsten.dominik@gmail.com>
5097         * org-agenda.el (org-agenda-custom-commands-local-options): Add
5098         timestamp and nottimestamp to the chooe menu.
5100         * org.el (org-save-all-org-buffers): Moved here from org-agenda.el.
5101         (org-revert-all-org-buffers): New command.
5103 2009-02-09  Carsten Dominik  <carsten.dominik@gmail.com>
5105         * org.el (org-return): Implement `org-return-follows-link' in the
5106         function org-return.  This is more robust than using the mouse
5107         map, I think.
5108         (org-set-regexps-and-options): Match more general #+TODO lines.
5109         (org-make-options-regexp): New optional argument EXTRA, for an
5110         extra regexp.
5111         (org-tab-follows-link): Mark as deprecated.
5113 2009-02-07  Carsten Dominik  <carsten.dominik@gmail.com>
5115         * org-exp.el (org-export-preprocess-string): Remove clock lines
5116         earlier, so that they cannot cotribute to verbatim snippets.
5118 2009-02-06  Carsten Dominik  <carsten.dominik@gmail.com>
5120         * org-exp.el (org-export-remove-or-extract-drawers): Fix regexp
5121         for finding drawers.
5122         (org-export-as-ascii, org-export-as-html): Count levels relative
5123         to the subtree header.
5124         (org-get-min-level): New optional argument OFFSET.
5125         (org-export): Make sure point is restored after popping up that
5126         window.
5128         * org.el (org-do-sort): Also take an inactive timestamp if no
5129         active one is found.
5131         * org-colview-xemacs.el (org-columns-capture-view): Copy before
5132         deleting duplicates.
5134         * org-colview.el (org-columns-capture-view): Copy before
5135         deleting duplicates.
5137         * org-exp.el (org-export-preprocess-string): Fix bug when skipping
5138         text before first headline.
5140         * org.el (org-format-latex): Do not convert LaTeX fragments in
5141         protected examples.
5143 2009-02-04  Carsten Dominik  <carsten.dominik@gmail.com>
5145         * org-exp.el (org-export-html-style-default): Use color values
5146         instead of names for XHTML validation.
5148         * org.el (org-get-scheduled-time, org-get-deadline-time): New
5149         functions.
5150         (org-return-follows-link): Revert making this the default untile
5151         issues are resolved.
5153         * org-agenda.el (org-agenda-skip-if): New conditions timestamp and
5154         nottimestamp.
5156 2009-02-02  Carsten Dominik  <carsten.dominik@gmail.com>
5158         * org.el (org-mode): Make dependence stuff work more reliably.
5159         (org-update-parent-todo-statistics): Fix bug with updating
5160         statistics cookie.
5162         * org-export-latex.el (org-export-latex-emphasis-alist): Use = and
5163         ~ as verbatim delimiters.
5165         * org-exp.el (org-export-html-format-image): New argument
5166         PAR-OPEN.
5167         (org-export-as-html): Pass par-open to
5168         `org-export-html-format-image'.
5170 2009-02-01  Carsten Dominik  <carsten.dominik@gmail.com>
5172         * org.el (org-yank-adjusted-subtrees, org-return-follows-link)
5173         (org-use-fast-todo-selection, org-tags-column): New default
5174         setting for variables, based on a poll what typical uses use.
5176         * org-agenda.el (org-agenda-sorting-strategy)
5177         (org-agenda-tags-column): New default setting for variables, based
5178         on a poll what typical uses use.
5180 2009-01-31  Carsten Dominik  <carsten.dominik@gmail.com>
5182         * org-agenda.el (org-agenda-dim-blocked-tasks): Keep dimming
5183         blocked entries from setting the blocked tag.
5185         * org-exp.el (org-export-html-footnotes-section): Use a more
5186         consistent id for footnotes.
5188         * org-export-latex.el (org-export-latex-classes): Remove the
5189         a4paper option from the default styles.
5191 2009-01-30  Carsten Dominik  <carsten.dominik@gmail.com>
5193         * org.el (org-enforce-todo-checkbox-dependencies): New option.
5194         (org-block-todo-from-checkboxes): New function.
5195         (org-todo): Make tripple prefix arg circumvent blocking.
5197         * org-timer.el (org-timer): Provide the timer feature.
5199         * org.el (org-require-autoloaded-modules): Add a few more files to
5200         the list of autoloaded modules.
5202         * org-agenda.el (org-agenda-todo): Pass ARG to `org-todo'.
5204 2009-01-29  Carsten Dominik  <carsten.dominik@gmail.com>
5206         * org-exp.el (org-export-remove-or-extract-drawers): Only remove
5207         drawers that are unprotected.
5208         (org-export-html-format-image): Make sure inlined LaTeX fragment
5209         images remain inlined.
5211         * org.el (org-toggle-ordered-property): New function.
5212         (org-mode-map): Add a key for `org-toggle-ordered-property'.
5213         (org-org-menu): Add menu entries for TODO dependencies.
5215 2009-01-28  Carsten Dominik  <carsten.dominik@gmail.com>
5217         * org.el (org-default-properties): Add ORDERED to the default
5218         properties, to get completion support for it.
5220         * org-list.el (org-update-checkbox-count): Update more than one cookie.
5222         * org.el (org-update-parent-todo-statistics): Update more than one
5223         cookie.
5225         * org-agenda.el (org-agenda-get-todos): Start search from correct
5226         position.
5228         * org.el (org-fast-todo-selection): Make sure TODO selection does
5229         not change buffer position.
5231         * org-list.el (org-toggle-checkbox): Implement adding or removing
5232         checkboxes from line or region when called with a prefix
5233         argument.
5235         * org-rmail.el (org-rmail-store-link): Protect the call to
5236         `rmail-narrow-to-non-pruned-header'.
5238         * org-clock.el (org-clock-special-range): Fix week display in
5239         clock tables.
5241         * org-exp.el (org-get-current-options): Fix bug when in indirect
5242         buffer.
5244 2009-01-27  Carsten Dominik  <carsten.dominik@gmail.com>
5246         * org-agenda.el (org-agenda-dim-blocked-tasks): New option.
5247         (org-finalize-agenda): Call `org-agenda-dim-blocked-tasks'.
5248         (org-agenda-dim-blocked-tasks): New function.
5250         * org.el (org-enforce-todo-dependencies): New option.
5251         (org-block-todo-from-children-or-siblings): New function.
5253         * org-faces.el (org-agenda-dimmed-todo-face): New face.
5255         * org.el (org-todo): Return correct state type even if the blocker
5256         throws an error.
5257         (org-modifier-cursor-error): Renamed from
5258         `org-shiftcursor-error'.
5259         (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
5260         (org-shiftmetadown): Call `org-modifier-cursor-error'.
5262         * org-agenda.el (org-agenda-todo): Call `org-todo' interactively,
5263         to get real errors from the blocker hook.
5265         * org.el (org-shiftselect-error, org-call-for-shift-select): New
5266         functions.
5267         (org-set-visibility-according-to-property): Turn off the setting
5268         of `org-show-entry-below', to avoid overruling a FOLDED visibility
5269         property.
5271 2009-01-26  Carsten Dominik  <carsten.dominik@gmail.com>
5273         * org.el (org-support-shift-select): New option.
5274         (org-shiftup, org-shiftdown, org-shiftright, org-shiftleft)
5275         (org-shiftcontrolright, org-shiftcontrolleft): Support for shift
5276         selection outside contexts.
5278         * org-list.el (org-at-item-bullet-p): New function.
5280         * org-jsinfo.el (org-infojs-handle-options): Remove unnecessary
5281         variables.
5283         * org-footnote.el (org-footnote-normalize): Remove unnecessary
5284         variable.
5285         (org-insert-footnote-reference-near-definition): Remove
5286         unnecessary let form.
5288         * org-export-latex.el (org-export-latex-first-lines): Add
5289         OPT-PLIST parameter.
5290         (org-export-as-latex): Call `org-export-latex-first-lines' with
5291         opt-plits parameter.
5292         (org-export-latex-preprocess): Remove unnecessary variables.
5294         * org-exp.el (org-infile-export-plist)
5295         (org-export-add-options-to-plist, org-export-kill-licensed-text)
5296         (org-export-remove-headline-metadata)
5297         (org-export-get-title-from-subtree, org-get-min-level)
5298         (org-html-do-expand): Remove innecessary let form.
5300         * org-colview-xemacs.el (org-columns-display-here): Remove
5301         unnecessary variables.
5303         * org-colview.el (org-columns-display-here): Remove unnecessary
5304         variables.
5306         * org-bbdb.el (org-bbdb-anniversaries): Remove unnecessary
5307         variables.
5309         * org-id.el (org-id-alist-to-hash, org-id-find-id-in-file): Remove
5310         unnecessary variables.
5312         * org-agenda.el (org-search-view, org-agenda-get-blocks)
5313         (org-agenda-filter-by-tag, org-agenda-action): Remove unnecessary
5314         variables.
5316         * org.el (org-set-emph-re): Clean-up the STACKED stuff.
5317         (org-compact-display-after-subtree-move): Remove unnecessary
5318         variables.
5319         (org-edit-fixed-width-region): Remove unnecessary variables.
5320         (org-edit-src-find-region-and-lang): Remove unnecessary variables.
5321         (org-olpath-completing-read): Remove unnecessary variable.
5322         (org-auto-repeat-maybe): Remove unnecessary variable.
5323         (org-map-entries): Remove unnecessary variable.
5324         (org-buffer-property-keys, org-imenu-get-tree)
5325         (org-speedbar-set-agenda-restriction): Remove unnecessary variables.
5327 -----------------------------------------------------------------
5329 2009-01-26  Carsten Dominik  <carsten.dominik@gmail.com>
5330         * org-exp.el (org-export-remove-timestamps): Never remove
5331         timestamps from tables.
5333         * org-export-latex.el (org-export-latex-first-lines): Add more
5334         options to the preprocessing of the text before the first
5335         headline.
5337 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
5339         * org-faces.el (org-clock-overlay): Make face compatible with
5340         XEmacs.
5342         * org.el (org-yank): Add property for delete-selection mode.
5344         * org-exp.el (org-export-as-html): Turn \par into a paragraph.
5346         * org.el (org-agenda-tags-todo-honor-ignore-options): Declare
5347         variable.
5349         * org-table.el (org-table-insert-hline): Fix typo in fuction call
5350         to `backward-char'.
5352         * org-exp.el (org-export-as-html): Remove the initial space from
5353         colon examples.
5355         * org.el (org-scan-tags): Call
5356         `org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item'.
5358         * org-agenda.el (org-agenda-todo-list, org-agenda-match-view): New
5359         customization groups.
5360         (org-agenda-tags-todo-honor-ignore-options): New option.
5361         (org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item):
5362         New function.
5363         (org-agenda-get-todos): Use
5364         `org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item'.
5366 2009-01-24  Carsten Dominik  <carsten.dominik@gmail.com>
5368         * org-exp.el (org-export-format-source-code-or-example): Escape
5369         HTML characters also in examples that anre not treated with
5370         htmlize.  Also, just switch to EXAMPLE processing if we do not
5371         have a good version of htmlize.
5373         * org-rmail.el: Fix copyright notice.
5375         * org.el (org-activate-footnote-links): Improve footnote link
5376         highlighting.
5378         * org-footnote.el (org-footnote-normalize): Fix finding the end of
5379         a footnote definition at the end of the file.
5381         * org-table.el (org-table-get-specials): Add an imagined hline at
5382         the end of the table.  This can be useful for references that want
5383         to go to the end of the table.  Also fix bug when computing last
5384         row constants, in tables that do not start right at the right
5385         margin.
5386         (org-table-eval-formula): Match and replace remove references.
5387         (org-table-formula-substitute-names): Make sure that names inside
5388         a "remote" call are left alone, the will be replaced later when
5389         the remote call is handled.
5390         (org-table-convert-refs-to-rc): Do not convert things that might
5391         look like a reference, but are really part of an ID or namei n a
5392         remote reference.
5393         (org-table-get-remote-range): New function.
5395 2009-01-22  Carsten Dominik  <carsten.dominik@gmail.com>
5397         * org-faces.el (org-clock-overlay): Fix bug in face definition.
5399         * org-clock.el (org-clock-put-overlay): Use new face instead of
5400         `secondary-selection'.
5402         * org-faces.el (org-clock-overlay): New face.
5404 2009-01-21  Carsten Dominik  <carsten.dominik@gmail.com>
5406         * org-exp.el (org-get-current-options): Include the option for
5407         publishing time stamps.
5409         * org.el (org-toggle-heading): Renamed from
5410         `org-toggel-region-headings'.
5411         No longer needs a region defined, but will use it if there is one.
5412         (org-ctrl-c-star): Simplified, relying more on the internal
5413         workings of `org-toggle-heading'.
5414         (org-toggle-item): Renamed from `org-toggle-region-items'.
5415         No longer needs a region defined, but will use it if there is one.
5416         (org-ctrl-c-minus): Simplified, relying more on the inernal
5417         workings of `org-toggle-item'.
5419         * org-export-latex.el (org-export-latex-preprocess): Fix bug in
5420         environment detection.  Also, do real changes only in unprotected
5421         places.
5423 2009-01-20  Carsten Dominik  <carsten.dominik@gmail.com>
5425         * org-export-latex.el (org-export-latex-quotation-marks): Use
5426         `org-if-unprotected-1'.
5427         (org-export-latex-set-initial-vars): Check for class definition in
5428         property.
5430         * org-macs.el (org-if-unprotected-1): New macro.
5432 2009-01-19  Carsten Dominik  <carsten.dominik@gmail.com>
5434         * org-compat.el (org-count-lines): New function.
5436         * org-exp.el (org-export-format-source-code-or-example): Handle
5437         switches related to text areas.
5439         * org.el (org-activate-footnote-links): Don't allow match inside a
5440         link.
5442         * org-footnote.el (org-footnote-re): Don't allow match inside a link.
5444         * org-export-latex.el (org-export-latex-links): Keep a relative
5445         path relative also after export.
5447         * org-exp.el (org-export-html-scripts): Fix HTML snippet.
5449         * org.el (org-make-tags-matcher): Never use IDO for completing the
5450         tags matcher match string.
5451         (org-completing-read): Also remove the special biding for "?".
5453         * org-attach.el (org-attach-allow-inheritance): New option.
5454         (org-attach-inherited): New variable.
5455         (org-attach-dir): Handle properties related to the attachment
5456         directory.
5457         (org-attach-check-absolute-path): New function.
5458         (org-attach-set-directory, org-attach-set-inherit): New commands.
5459         (org-attach): Accommodate the new commands in the dispatcher.
5461 2009-01-18  Carsten Dominik  <carsten.dominik@gmail.com>
5463         * org-compat.el (org-fit-window-to-buffer): Fix bug with using
5464         `window-full-width-p'.
5466         * org-exp.el (org-export-as-html): Only check for images files
5467         that really can be inlined
5469         * org.el (org-image-file-name-regexp, org-file-image-p): Allow the
5470         list of extensions to be a parameter.
5472         * org-exp.el (org-export-html-inline-image-extensions): New
5473         variable.
5475         * org-agenda.el (org-prepare-agenda): Use
5476         `org-agenda-block-separator'.
5477         (org-agenda-block-separator): New option.
5479 2009-01-17  Carsten Dominik  <carsten.dominik@gmail.com>
5481         * org-export-latex.el (org-export-latex-tables): Call
5482         `org-table-clean-before-export' with the new optional argument.
5484         * org-exp.el (org-table-clean-before-export): New optional
5485         parameter MAYBE-QUOTED, allows for quoted characters like \# in
5486         first column.
5488 2009-01-16  Carsten Dominik  <carsten.dominik@gmail.com>
5490         * org-plot.el (org-plot/gnuplot): Fix text-ind parameter for
5491         histograms.
5493         * org-colview.el (org-colview-construct-allowed-dates): Better
5494         error catching when a date/time property does not have allowed
5495         values defined.
5497         * org-colview-xemacs.el (org-colview-construct-allowed-dates):
5498         Better error catching when a date/time property does not have
5499         allowed values defined.
5501 2009-01-14  Carsten Dominik  <carsten.dominik@gmail.com>
5503         * org.el (org-map-entries): Restore point and restriction after
5504         `org-map-entries'.
5506 2009-01-13  Carsten Dominik  <carsten.dominik@gmail.com>
5508         * org.el (org-time=, org-time<, org-time<=, org-time>)
5509         (org-time>=, org-time<>): Make sure both values are dates.
5511 2009-01-11  Carsten Dominik  <carsten.dominik@gmail.com>
5513         * org-archive.el (org-extract-archive-heading): Allow %s for file
5514         name also in achive location heading.
5516 2009-01-10  Carsten Dominik  <carsten.dominik@gmail.com>
5518         * org-archive.el (org-add-archive-files): Uniquify the list before
5519         returning it.
5521 2009-01-09  Carsten Dominik  <carsten.dominik@gmail.com>
5523         * org-compat.el (org-fit-window-to-buffer): Use
5524         `window-full-width-p'.
5526         * org-export-latex.el (org-export-latex-fixed-width): Enforce the
5527         space after the colon in short examples.
5529         * org-exp.el (org-export-protect-colon-examples): Rewritten, to
5530         enforce a space after the colon.  However, we also allow lines
5531         that are *only* a colon.
5532         (org-export-as-html): Enforce the space after the colon in short
5533         examples.
5534         (org-export-preprocess-string): Do the colon example protection
5535         earlier.
5536         (org-export-remove-timestamps): Do not check for protection at the
5537         end of the line.
5539 2009-01-08  Carsten Dominik  <carsten.dominik@gmail.com>
5541         * org.el (org-format-latex-options): Add new matcher for single
5542         letters between dollars.
5543         (org-get-header): Function removed.
5544         (org-heading-components): New function.
5546         * org-exp.el (org-export-define-heading-targets): Record ID's also
5547         as alternative targets.
5548         (org-export-as-html): Interpret "id:" links to other files by
5549         preserving the relative path.
5551         * org-jsinfo.el (org-infojs-handle-options): Catch the case if v
5552         is nil.
5554         * org-exp.el (org-export-normalize-links): Protect the main link,
5555         to avoid special character processing.
5557         * org-export-latex.el (org-export-latex-special-keyword-regexp):
5558         New variable.
5559         (org-export-latex-special-string-regexps): Variable removed.
5560         (org-export-latex-keywords): Use the new regexp.
5562         * org-exp.el (org-export-handle-include-files): Fetch switches and
5563         put them into the BEGIN statement.
5565         * org-timer.el (org-timer-mode-line-string): New variable.
5567         * org-clock.el (org-clock-mode-line-map): Renamed from
5568         `org-clock-mode-map'.
5569         (org-clock-mode-line-timer): Renamed from `org-mode-line-timer'.
5570         (org-clock-update-mode-line): Renamed from `org-update-mode-line'.
5571         (org-clock-put-overlay): Renamed from `org-put-clock-overlay'.
5572         (org-clock-remove-overlays): Renamed from
5573         `org-remove-clock-overlays'.
5575         * org-timer.el (org-timer-pause-or-continue): Implement stopping
5576         and mode line display.
5577         (org-timer-stop): New command.
5578         (org-timer-seconds): Return correct time when timer is paused.
5579         (org-timer-mode-line-timer): New variable.
5580         (org-timer-set-mode-line, org-timer-update-mode-line): New
5581         functions.
5583         * org.el (org-insert-heading):  Handle new value `auto' for
5584         `org-blank-before-new-entry'.
5585         (org-org-menu): Add new items for timer functions.
5587         * org-list.el (org-insert-item): Handle new value `auto' for
5588         `org-blank-before-new-entry'.
5590         * org.el (org-blank-before-new-entry): New value `auto', made
5591         default.
5593 2009-01-07  Carsten Dominik  <carsten.dominik@gmail.com>
5595         * org-exp.el (org-export-normalize-links): If the link is also
5596         used as the description, protect the description.
5598 2009-01-06  Carsten Dominik  <carsten.dominik@gmail.com>
5600         * org.el (org-closest-date): Fix bug with yearly repeats, in
5601         combination with preference of the past as it is used for deadline
5602         and scheduling search.
5604         * org-exp.el (org-html-handle-time-stamps): No longer check for
5605         the `org-export-with-timestamps' option, because the preprocesser
5606         has taken care of this already.
5608         * org.el (org-entry-properties): Catch the case when this is
5609         called in a non-org-mode file.
5611         * org-export-latex.el (org-export-latex-remove-from-headlines):
5612         Variable made obsolete, also LaTeX export now uses the standard
5613         variables.
5614         (org-export-as-latex): Add the timestamps parameter to the
5615         preprocessor parameter list.
5616         (org-export-latex-content): Export the remaining keywords without
5617         considering to remove them.
5618         (org-export-latex-keywords-maybe): Make the REMOVE-LIST optional.
5619         Use bold font instead of tt font for the keywords.
5620         (org-export-latex-fontify-headline): Format headlines, assuming
5621         that all keywords still present should be published.
5622         (org-export-latex-keywords): Remove argument TIMESTAMPS and just
5623         publish what ever remains of the time stamps.
5624         (org-export-latex-list-parameters): New option.
5625         (org-export-latex-lists): Pass additional parameters to the list
5626         converter.
5628         * org-exp.el (org-export-preprocess-string): Remove clock lines
5629         and timestamps already in the preprocesor.
5630         (org-export-remove-timestamps, org-export-remove-clock-lines): New
5631         functions.
5632         (org-export-as-ascii, org-export-as-html): Add the timestamps
5633         parameter to the preprocessor parameter list.
5635         * org-list.el (org-list-parse-list): Parse for checkboxes.
5636         (org-list-to-generic): Introduce and handle new parameters :cbon
5637         and :cboff.
5638         (org-list-to-latex, org-list-to-html, org-list-to-texinfo): Add
5639         optional parameter PARAMS.
5641         * org-export-latex.el (org-export-latex-special-chars): Fix
5642         problems with interpreting dollar signs.
5643         (org-inside-latex-math-p): New function.
5644         (org-export-latex-preprocess): Protect all the math fragments.
5646         * org.el (org-latex-regexps): Allow a dash after a dollar.
5648         * org-w3m.el (org-w3m-copy-for-org-mode): Always deactivate the
5649         mark after copying.
5651         * org-agenda.el (org-run-agenda-series): Have series options set
5652         when finalizing the agenda.
5654         * org-exp.el (org-export-format-source-code-or-example): Protect
5655         the converted examples.
5657         * org.el (org-set-regexps-and-options): Fix the regexp
5658         `org-complex-heading-regexp'.
5660 2009-01-05  Carsten Dominik  <carsten.dominik@gmail.com>
5662         * org.el (org-edit-src-get-label-format): New function.
5663         (org-coderef-label-format): New option.
5664         (org-edit-src-code, org-edit-src-find-region-and-lang): Parse for
5665         a label format specification and make sure it is used in the edit
5666         buffer.
5667         (org-edit-src-get-label-format): New function.
5668         (org-store-link): Handle new coderef formats.
5669         (org-link-search): Handle new coderef formats.
5671         * org-footnote.el (org-footnote-create-definition)
5672         (org-footnote-goto-local-insertion-point): Make footnote insertion
5673         work correctly when the "Footnotes" headline is the last line in
5674         the buffer.
5676         * org.el (org-goto-marker-or-bmk): Expose context after jumping to
5677         the location.
5679 2009-01-04  Carsten Dominik  <carsten.dominik@gmail.com>
5681         * org-w3m.el (org-w3m): New customization group.
5682         (org-w3m-deactivate-mark): New option.
5683         (org-w3m-copy-for-org-mode): Deactivate region, unless the user
5684         option say not to.
5686 2009-01-02  Carsten Dominik  <carsten.dominik@gmail.com>
5688         * org.el (org-set-font-lock-defaults): Trigger footnote
5689         fontification.
5690         (org-activate-footnote-links): New function.
5691         (org-activate-links): New entry `footnote'.
5693         * org-faces.el (org-footnote): New face.
5695 2009-01-01  Carsten Dominik  <carsten.dominik@gmail.com>
5697         * org-macs.el (org-re): Handle the [:word:] class.
5699         * org-exp.el (org-export-preprocess-string): Call
5700         `org-export-protect-colon-examples'.
5701         (org-export-protect-colon-examples): Renamed from
5702         `org-export-protect-examples', and scope limited to lines starting
5703         with a colon.
5705 2008-12-31  Carsten Dominik  <carsten.dominik@gmail.com>
5707         * org-exp.el (org-export-preprocess-string): Move the preprocess
5708         hook to after turning on Org-mode.
5709         (org-export-preprocess-after-include-files-hook)
5710         (org-export-preprocess-after-tree-selection-hook)
5711         (org-export-preprocess-before-backend-specifics-hook)
5712         (org-export-preprocess-final-hook): New hooks.
5713         (org-export-preprocess-string): Run the new hooks.
5715         * org.el (org-ctrl-c-minus): Fix indentation for new items.
5717         * org-footnote.el: New file.
5719         * org.el (org-footnote): Require footnote code.
5720         (org-startup-options): Add new footnote options.
5721         (org-mode-map): New keybindig for footnotes.
5722         (org-ctrl-c-ctrl-c): Add function at footnotes.
5723         (org-org-menu): New menu entries for footnotes.
5725         * org-export-latex.el (org-export-as-latex): Pass footnote
5726         variable to preprocessor.
5727         (org-export-latex-preprocess): Treat multiple references to a
5728         footnote.
5730         * org-exp.el (org-export-preprocess-string): Call
5731         `org-footnote-normalize'.
5732         (org-export-as-ascii, org-export-as-html): Pass footnote variable
5733         to preprocessor.
5734         (org-export-as-html): Treat multiple references to a footnote.
5736 2008-12-26  Carsten Dominik  <carsten.dominik@gmail.com>
5738         * org-export-latex.el (org-export-latex-links): Handle coderef
5739         links.
5741         * org.el (org-bracket-link-analytic-regexp++): New variable.
5742         (org-make-link-regexps): Initialize
5743         `org-bracket-link-analytic-regexp++'.
5744         (org-store-link): Implement special case in edit-src buffer.
5745         (org-insert-link): No use of ide to insert stored links.
5746         (org-link-search): Implement special case for coderefs.
5748         * org-exp.el (org-export-html-scripts): New constant.
5749         (org-export-html-style-default): Add a new style for highlighted
5750         code.
5751         (org-export-code-refs): New variable.
5752         (org-export-preprocess-string): Initialize `org-export-code-refs'.
5753         Call `org-export-replace-src-segments-and-examples'
5754         No longer call `org-export-protect-examples'.
5755         (org-export-target-internal-links): Take care of coderef targets.
5756         (org-export-last-code-line-counter-value): New variable.
5757         (org-export-replace-src-segments-and-examples): Renamed from
5758         `org-export-replace-src-segments', and modified.
5759         (org-export-format-source-code-or-example): Renamed from
5760         `org-export-format-source-code'.
5761         (org-export-number-lines): New function.
5762         (org-export-as-ascii, org-export-as-html): Handle coderef links.
5764 --------------------------------------------------------------------------
5766 2008-12-23  Carsten Dominik  <carsten.dominik@gmail.com>
5768         * org-remember.el (org-remember-handler): Safer way to get a new
5769         buffer accessing the target file.
5771         * org.el (org-refile-get-location): Handle case of current buffer
5772         not having a file associated with it.
5774 2008-12-22  Carsten Dominik  <carsten.dominik@gmail.com>
5776         * org-table.el (org-table-get-formula): Only ask to overwrite
5777         field formula if there really is one.
5779         * org-id.el (org-id-find): Allow the ID to be a symbol or a
5780         number, by converting these to a string.
5782         * org-colview.el (org-dblock-write:columnview): Allow ID to be
5783         located in a different file.
5785         * org-colview-xemacs.el (org-dblock-write:columnview): Copy from
5786         org-colview.el.
5788 2008-12-21  Carsten Dominik  <carsten.dominik@gmail.com>
5790         * org.el (org-completion-use-ido): Enhance docstring of
5791         `org-completion-use-ido'.
5793         * org-export-latex.el (org-export-latex-make-header): Double the %
5794         in the time stamp format.
5795         (org-export-latex-special-chars): Handle case where there is no
5796         match group 3.
5798 2008-12-20  Carsten Dominik  <carsten.dominik@gmail.com>
5800         * org.el (org-get-refile-targets, org-refile-get-location): Use
5801         expanded file name to improve comparison.
5803 2008-12-19  Carsten Dominik  <carsten.dominik@gmail.com>
5805         * org.el (org-scan-tags): Rescan for tags, to get the correct
5806         upcase/downcase stuff.  This slows things down for now, but it
5807         works.
5808         (org-mode): Make sure the tag-faces regexp is initialized.
5810         * org-export-latex.el (org-export-latex-links): Fix bug with
5811         undefined label.
5813         * org-table.el (org-table-get-specials): Set
5814         `org-table-current-last-data-line'.
5815         (org-table-current-last-data-line): New variable.
5816         (org-table-insert-column, org-table-delete-column)
5817         (org-table-move-column, org-table-fix-formulas): Call
5818         `org-table-fix-formulas' a second time to fix the $LR references.
5819         (org-table-get-specials): Add the $LR references to the tables.
5820         (org-table-get-formula): Do not offer last-row names as LHS of
5821         formulas.
5823         * org.el (org-store-link): Capture link description from
5824         `org-id-store-link'.
5826         * org-exp.el (org-export-html-format-image): Add the / to the end
5827         of the <img> tag.
5828         (org-export-format-source-code): Surround example by empty lines,
5829         to make sure it will not be inside a paragraph.
5831         * org.el (org-ido-switchb): New function.
5833 2008-12-18  Carsten Dominik  <carsten.dominik@gmail.com>
5835         * org-agenda.el (org-agenda-show): New prefix argument
5836         FULL-ENTRY.
5838         * org.el (org-sort-entries-or-items): Add a COMPARE-FUNC
5839         argument.
5841         * org-agenda.el (org-agenda-set-tags): Leave getting the tags to
5842         `org-agenda-change-all-lines'.
5843         (org-agenda-change-all-lines): Removed FORCE-TAGS argument, the
5844         tags are now retrieved locally.
5846 2008-12-17  Carsten Dominik  <carsten.dominik@gmail.com>
5848         * org.el (org-get-outline-path): Fix bug if level is not given.
5849         (org-org-menu): Do not quote function in menu vector.
5851         * org-agenda.el (org-finalize-agenda): Fix typo with variable
5852         name.
5854 2008-12-16  Carsten Dominik  <carsten.dominik@gmail.com>
5856         * org.el (org-refile): Avoid refiling to within the region to be
5857         refiled.
5859         * org-export-latex.el (org-export-latex-special-chars): Replace
5860         special characters also in tables.
5862         * org-agenda.el (org-agenda-change-all-lines): New argument
5863         FORCE-TAGS.
5864         (org-agenda-set-tags): Cet the new tags and pass them to
5865         `org-format-agenda-item'.
5867 2008-12-15  Carsten Dominik  <carsten.dominik@gmail.com>
5869         * org-export-latex.el (org-export-latex-classes): Add longable as
5870         a default package to all classes.
5871         (org-export-latex-tables): Handle the longtable attribute and the
5872         align attribute.
5874         * org-table.el (orgtbl-to-generic): Handle tables that start with
5875         a hline.
5877         * org-export-latex.el (org-export-latex-emphasis-alist): Switch to
5878         \verb for colde-like snippets.
5879         (org-export-as-latex): Fix issues with region export.
5881         * org.el (org-up-heading-safe): Speed up function by using a
5882         direct regexp search.
5883         (org-olpa): New variable.
5884         (org-get-outline-path): Speed-up path constructions in cases where
5885         this is possible because the entire hierarchy is scanned anyway.
5886         (org-refile-get-location): Don't compare the truenames of files,
5887         this is too slow.
5888         (org-goto-max-level): New option.
5889         (org-goto): Use `org-goto-max-level'.
5891 2008-12-12  Tassilo Horn  <tassilo@member.fsf.org>
5893         * org-gnus.el (org-gnus-article-link, org-gnus-article-link):
5894         Strip angle brackets from message-ids in the former and don't do
5895         it in the latter.
5896         (org-gnus-follow-link): Open summary reliable, even if the last
5897         messages were deleted, and handle empty groups, too.
5899 2008-12-12  Carsten Dominik  <carsten.dominik@gmail.com>
5901         * org-export-latex.el (org-export-latex-emphasis-alist): Use \verb
5902         instead of \texttt for the =...= and ~===~ emphasis environments.
5903         (org-export-as-latex): Remove any old :org-license-to-kill text
5904         properties.
5905         (org-export-as-latex): Pass RBEG to `org-export-latex-first-lines'.
5906         (org-export-latex-make-header): Add some hard space after the
5907         table of contents.
5908         (org-export-latex-first-lines): Accept RBEG argument.  Mark
5909         exported text so that it will be excuded in further steps.
5911         * org-table.el (org-table-get-specials): Make @0 reference the
5912         last line in a table.
5913         (org-table-recalculate): Improve docstring.
5915 2008-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
5917         * org.el (org-log-done): Fix docstring.
5919 2008-12-10  Carsten Dominik  <carsten.dominik@gmail.com>
5921         * org-exp.el (org-export-html-format-image): Fix bugs.
5923         * org-export-latex.el (org-export-latex-tables)
5924         (org-export-latex-links): Implement attribute, label, and caption
5925         handling.
5927         * org-exp.el (org-export-html-style-default): Add style
5928         definitions for the figure div.
5929         (org-export-preprocess-string, org-export-as-html): Implement
5930         attribute, label, and caption handling.
5931         (org-export-attach-captions-and-attributes): New function.
5932         (org-export-html-format-image): New function.
5933         (org-format-org-table-html): Implement attribute, label, and
5934         caption handling.
5936         * org.el (org-find-text-property-in-string): New function.
5937         (org-extract-attributes): Use the property org-attr instead of
5938         org-attrobutes, because this property is now set with the #+ATTR
5939         lines.
5941 2008-12-08  Carsten Dominik  <carsten.dominik@gmail.com>
5943         * org-compat.el (org-substring-no-properties): Fix for XEmacs, for
5944         the case that FROM is nil.
5946         * org.el (org-before-first-heading-p): New function.
5948 2008-12-07  Carsten Dominik  <carsten.dominik@gmail.com>
5950         * org-exp.el (org-export-as-html): Do not add a space before
5951         enforces line breaks.
5952         (org-export-as-html): Close paragraph before blockquote and verse
5953         tags.
5955 2008-12-06  Carsten Dominik  <carsten.dominik@gmail.com>
5957         * org-id.el (org-id-locations-file): Wrap file name with
5958         `convert-standard-filename'.
5959         (org-id-files): New variable.
5960         (org-id-use-hash): New option.
5961         (org-id-update-id-locations): Also search in all files current
5962         listed in `org-id-files'.  Convert the resulting alist to a hash
5963         if the user customation says so.
5964         (org-id-locations-save): Handle he case if `org-id-locations' is a
5965         hash.
5966         (org-id-locations-load): Convert the alist to a hash.
5967         (org-id-add-location): Handle the hast case.
5968         (kill-emacs-hook): Make sure id locations are saved when Emacs is
5969         exited.
5970         (org-id-hash-to-alist, org-id-alist-to-hash)
5971         (org-id-paste-tracker): New functions.
5973 -------------------------------------------------------------------------
5975 2008-12-05  Carsten Dominik  <carsten.dominik@gmail.com>
5977         * org-agenda.el (org-agenda-goto-calendar): Remove duplicate let
5978         bindings of calendar variables.
5980         * org-table.el (org-table-find-row-type): Renamed from
5981         `org-find-row-type'.
5982         (org-table-rewrite-old-row-references): Renamed from
5983         `org-rewrite-old-row-references'.
5984         (org-table-shift-refpart): Renamed from `org-shift-refpart'.
5985         (org-table-cleanup-narrow-column-properties): Renamed from
5986         `org-cleanup-narrow-column-properties'.
5988 2008-12-05  Carsten Dominik  <carsten.dominik@gmail.com>
5990         * org-table.el (org-find-row-type): New arguments DESC and CLINE,
5991         for better error messages.
5992         (org-table-get-descriptor-line): Supply the new arguments to
5993         `org-find-row-type'.
5994         (org-table-error-on-row-ref-crossing-hline): New option.
5996         * org.el (org-target-link-regexp): Make buffer-local.
5997         (org-move-subtree-down): Fix bug with trees at beginning of
5998         buffer.
6000 2008-12-04  Carsten Dominik  <carsten.dominik@gmail.com>
6002         * org-faces.el (org-set-tag-faces): New function.
6003         (org-tags-special-faces-re): New variable.
6005         * org.el (org-font-lock-add-tag-faces, org-get-tag-face): New functions.
6007         * org-faces.el (org-tag-faces): New option.
6008         (org-tag): Mention `org-tag-faces' in the docstring.
6010 2008-12-03  Carsten Dominik  <carsten.dominik@gmail.com>
6012         * org-exp.el (org-export-html-style-default): Implement new
6013         quoting.
6015         * org-jsinfo.el (org-infojs-template): Implement new quoting.
6017         * org-w3m.el (w3m-minor-mode-hook): Also add the special copy
6018         command to the `w3m-minor-mode-map'.
6020         * org-archive.el (org-archive-to-archive-sibling): Protect
6021         `this-command' to avoid appending kills during archiving.
6023         * org-exp.el (org-export-with-priority): New variable.
6024         (org-export-add-options-to-plist): Use `org-export-plist-vars'
6025         instead of internal list of strings and properties.
6026         (org-print-icalendar-entries): Retrieve the location property with
6027         inheritance.
6029 2008-12-02  Carsten Dominik  <carsten.dominik@gmail.com>
6031         * org-exp.el (org-export-with-todo-keywords): New option.
6032         (org-export-plist-vars): Include also the keys for the #+OPTIONS
6033         line.
6034         (org-default-export-plist, org-export-add-options-to-plist)
6035         (org-export-as-ascii, org-export-as-html): Use the new structure
6036         of `org-export-plist-vars'.
6038         * org.el (org-map-entries): Return all values.
6040 2008-11-29  Carsten Dominik  <carsten.dominik@gmail.com>
6042         * org.el (org-matcher-time): Recognize more special values.
6044         * org-gnus.el (fboundp): Fix defvaralias for XEmacs.
6046 2008-11-27  Carsten Dominik  <carsten.dominik@gmail.com>
6048         * org.el (org-tags-exclude-from-inheritance): New option.
6049         (org-tag-inherit-p, org-remove-uniherited-tags): Respect
6050         `org-tags-exclude-from-inheritance'.
6052         * org-agenda.el (org-agenda-show-inherited-tags): New option.
6053         (org-format-agenda-item): Add inherited tags to the agenda line
6054         string, and make sure that properties are kept when downcasing the
6055         tags list.
6056         (org-agenda-add-inherited-tags): New function.
6057         (org-downcase-keep-props): New function.
6059         * org.el (org-scan-tags): Mark inherited tags with a text
6060         property.
6061         (org-get-tags-at): Mark inherited tags with a text property.
6062         (org-add-prop-inherited): New function.
6064         * org-agenda.el (org-agenda-add-inherited-tags): New function.
6065         (org-agenda-show-inherited-tags): New option.
6067 2008-11-26  Carsten Dominik  <carsten.dominik@gmail.com>
6069         * org.el (org-modules): Add org-w3m to the default modules.
6071         * org-table.el (orgtbl-self-insert-command): Make S-SPC work in
6072         orgtbl-mode.
6073         (orgtabl-create-or-convert-from-region): New command.
6075         * org-exp.el (org-export-as-ascii): Remove the handling of
6076         targets.
6077         (org-export-ascii-preprocess): Handle targets already in this
6078         function.
6080 2008-11-25  Carsten Dominik  <carsten.dominik@gmail.com>
6082         * org-timer.el (org-timer-start-time): Define this variable.
6083         (org-timer-item): Make argument optional.
6085         * org-list.el (org-insert-item): Automatically insert a timer item
6086         if the current list is a timer list.
6088         * org-timer.el: New file.
6090         * org-publish.el (org-publish-org-index): Only exclude the index
6091         file in the main directory from being added to the site-map.
6092         (org-publish-get-project-from-filename): If the current project is
6093         a component, start publishing from the parent project.
6095 2008-11-24  Carsten Dominik  <carsten.dominik@gmail.com>
6097         * org-table.el (orgtbl-ret): Fix RET at beginning-of-buffer.
6099         * org-publish.el (org-publish-org-index): Improve removal of
6100         temporary buffers.
6102         * org-agenda.el (org-get-closed): Re-apply changes
6103         accidentially overwritten by last commit to Emacs.
6105         * org.el (org-outline-path-complete-in-steps): New option.
6106         (org-refile-get-location): Honor
6107         `org-outline-path-complete-in-steps'.
6108         (org-agenda-change-all-lines, org-tags-sparse-tree)
6109         (org-time-string-to-absolute, org-small-year-to-year)
6110         (org-link-escape): Re-apply changes accidentially overwritten
6111         by last commit to Emacs
6113 2008-11-23  Carsten Dominik  <carsten.dominik@gmail.com>
6115         * org-clock.el (org-dblock-write:clocktable): Make sure the
6116         clocktable sees the first line.
6117         (org-clock-in): Warn if the clock cannot be resumed.
6119 2008-11-22  Carsten Dominik  <carsten.dominik@gmail.com>
6121         * org.el (org-open-at-point): Fix mixup about interactive and
6122         non-interactive elisp links.
6124 2008-11-21  Carsten Dominik  <carsten.dominik@gmail.com>
6126         * org-exp.el (org-export-preprocess-string): Allow one comment
6127         line before the first headline to always be included.  This is
6128         to not miss a commented target.
6130         * org-mouse.el (org-mouse-insert-item): Call
6131         `org-indent-to-column' instead of `indent-to', for XEmacs
6132         compatibility.
6134         * org.el (org-refile-targets): Fix customize definition so
6135         that it works also in XEmacs.
6136         (org-fixup-indentation): Call `org-indent-to-column' instead
6137         of `indent-to', for XEmacs compatibility.
6139 2008-11-21  Tokuya Kameshima  <kames@fa2.so-net.ne.jp>
6141         * org-mew.el (org-mew-store-link): Get the correct case folder
6142         for refiled messages.
6144 2008-11-21  Carsten Dominik  <carsten.dominik@gmail.com>
6146         * org-exp.el (org-export-as-ascii): Remove the "\\" forced
6147         line break indicators.
6149         * org.el (org-ido-completing-read): Remove the "i:" prefix for
6150         ido-completion propts.
6152 2008-11-21  Carsten Dominik  <carsten.dominik@gmail.com>
6154         * org-remember.el (org-remember-apply-template): Use
6155         `org-substring-no-properties'.
6157         * org-compat.el (org-substring-no-properties): New function.
6159         * org-remember.el (org-remember-apply-template): Use
6160         `org-substring-no-properties' for compatibility.
6162         * org-list.el (org-list-two-spaces-after-bullet-regexp): New
6163         option.
6164         (org-fix-bullet-type): respect
6165         `org-list-two-spaces-after-bullet-regexp'.
6167         * org-clock.el (org-clock-load): Clean up the code.
6169         * org.el (org-adaptive-fill-function): Allow two spaces after
6170         "1." as a list bullet.
6172 2008-11-20  Carsten Dominik  <carsten.dominik@gmail.com>
6174         * org-clock.el (org-clock-save, org-clock-load): Check for
6175         live buffers, existing files, and buffer file names to ensure
6176         consistent information.
6177         (org-clock-persist): Make `clock' a special value of this
6178         variable, and improve docstring.
6180         * org-list.el (org-cycle-list-bullet, org-fix-bullet-type)
6181         (org-get-string-indentation): Adapt indentation when the bullet
6182         width changes.
6184 2008-11-19  Carsten Dominik  <carsten.dominik@gmail.com>
6186         * org-remember.el (org-remember-finalize): Make interactive.
6187         (org-remember-kill): New command.
6188         (org-remember-finish-immediately): Call `org-remember-finalize'
6189         directly.
6190         (org-remember-finalize): Make `org-remember-finalize' an interactive
6191         function.
6193 2008-11-18  Carsten Dominik  <carsten.dominik@gmail.com>
6195         * org-remember.el (org-remember-apply-template): No ido completion
6196         for free prompts in remember templates.
6197         (org-remember-before-finalize-hook): New hook.
6198         (org-remember-mode): New minor mode.
6199         (org-remember-apply-template): Turn on `org-remember-mode'.
6201         * org-id.el (org-id-add-location): Avoid error when no file is
6202         given.
6204         * org-remember.el (org-remember-apply-template): Fix the way how
6205         the list of allowed properties is retrieved from the target file.
6207         * org.el (org-insert-link): Improve file link matching.
6209 2008-11-17  Carsten Dominik  <carsten.dominik@gmail.com>
6211         * org-colview.el (org-columns-display-here): New argument
6212         DATELINE, to trigger using the new face.
6213         (org-agenda-colview-summarize): Call `org-columns-display-here'
6214         with the new argument.
6216         * org-faces.el (org-agenda-column-dateline): New face.
6218         * org-publish.el (org-publish-org-index): Use index-title at page
6219         title, not as section.
6221         * org-exp.el (org-export-html-format-desc): Respect the
6222         org-protect property.
6223         (org-export-as-html): Protect image specifiers that are in the
6224         description part of a link.
6226         * org.el (org-sort-entries-or-items, org-completing-read)
6227         (org-refile-get-location, org-olpath-completing-read, org-todo)
6228         (org-show-todo-tree, org-sparse-tree, org-make-tags-matcher)
6229         (org-set-tags, org-change-tag-in-region, org-fast-tag-selection)
6230         (org-set-property, org-delete-property)
6231         (org-delete-property-globally): Use `org-ido-completing-read'.
6233         * org-remember.el (org-remember-apply-template): Use
6234         `org-ido-completing-read'.
6236         * org-publish.el (org-publish): Use `org-ido-completing-read'.
6238         * org-colview.el (org-columns-edit-value, org-columns-new)
6239         (org-insert-columns-dblock): Use `org-ido-completing-read'.
6241         * org-colview-xemacs.el (org-columns-edit-value)
6242         (org-columns-new, org-insert-columns-dblock): Use
6243         `org-ido-completing-read'.
6245         * org-attach.el (org-attach-delete-one, org-attach-open): Use
6246         `org-ido-completing-read'.
6248         * org-agenda.el (org-todo-list, org-agenda-filter-by-tag): Use
6249         `org-ido-completing-read'.
6251         * org.el (org-time-today): New function.
6252         (org-matcher-time): Use `org-time-today'.  Add special treatment
6253         for "<tomorrow>" and "<yesterday>".
6254         (org-ido-completing-read): New function.
6255         (org-completion-use-ido): New option.
6257         * org-exp.el (org-export-format-source-code): Fix bug in require
6258         htmlize code.
6259         (org-export-target-internal-links): Fix bug in search for text
6260         property.
6262 2008-11-16  Carsten Dominik  <carsten.dominik@gmail.com>
6264         * org-export-latex.el (org-export-latex-subcontent): Interprete
6265         target aliases as additonal labels.
6267         * org-exp.el (org-export-target-aliases): New variable.
6268         (org-export-preprocess-string)
6269         (org-export-handle-invisible-targets): Fill the alias alist.
6270         (org-export-as-html): Remove the &nbsp; from the anchor, and also
6271         assign an id.
6272         (org-html-level-start): Insert the target aliases as additonal
6273         anchors.
6275         * org.el (org-edit-fixed-width-region): Fix bug when starting a new
6276         picture area.
6278 2008-11-15  Carsten Dominik  <carsten.dominik@gmail.com>
6280         * org.el (org-open-at-mouse): Ensure correct link abbreviations
6281         when following a link with the mouse from the agenda.
6283         * org-exp.el (org-export-as-html): Avoid lone </div> when no
6284         headlines are created.
6286 2008-11-14  Carsten Dominik  <carsten.dominik@gmail.com>
6288         * org-exp.el (org-export-preprocess-string): Reorder so that we
6289         can still see ID properties when we collect targets.
6290         (org-export-target-internal-links): Also store targets for ID's.
6292         * org.el (org-link-translation-function): New option.
6293         (org-open-at-point): Call `org-link-translation-function' if
6294         non-nil.
6295         (org-translate-link): New function.
6296         (org-translate-link-from-planner): New function.
6297         (org-open-at-point): Allow interactive commands in elisp links.
6299         * org-exp.el (org-icalendar-cleanup-string): Restore the old
6300         iCalendar quoting.  The new one seems to caus problems with
6301         applications.
6303         * org.el (org-yank): Set `this-command' to `yank', so that
6304         `yank-pop' will work.
6306 2008-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
6308         * org-id.el (org-id-search-archives): New option.
6310         * org.el (org-link-to-org-use-id): New option.
6311         (org-store-link): Use `org-link-to-org-use-id'.
6312         (org-id): Make org-id.el a standard component.
6314 2008-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
6316         * org.el (org-link-expand-abbrev): Implement %h as an escape for a
6317         hexified version of the tag.
6319         * org-exp.el (org-icalendar-cleanup-string): Improve RFC2455
6320         compliance as far as quoting is concerned.
6322         * org-vm.el (org-vm-follow-link): Require `vm-search'.
6324         * org.el (org-up-heading-safe, org-forward-same-level): Always
6325         call `org-back-to-heading' instead of `outline-back-to-heading'.
6326         (org-back-to-heading): New wrapper around outline-back-to-heading,
6327         with a useful error message telling where the error happened.
6329         * org-list.el (org-update-checkbox-count): Always call
6330         `org-back-to-heading' instead of `outline-back-to-heading'.
6332         * org-exp.el (org-export-as-html): Make sure that each <img> tag
6333         has an `alt' attribute, to ensure XHTML validation.
6335 2008-11-12  Carsten Dominik  <carsten.dominik@gmail.com>
6337         * org-publish.el (org-publish-attachment): Allow publishing to
6338         overwrite attachment files.
6340         * org-agenda.el (org-agenda-timerange-leaders): New option.
6341         (org-agenda-get-blocks): Use `org-agenda-timerange-leaders'.
6343         * org.el (org-edit-src-exit): Untabify ASCII image before
6344         returning.
6357 2008-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
6359         * org.el (org-yank): Make any prefix force normal yanking.
6360         Suppress folding if text would be swallowed into a folded
6361         subtree.
6362         (org-yank-folded-subtrees, org-yank): Docstring updates.
6364         * org-agenda.el (org-agenda-compare-effort): Treat no effort
6365         defined as 0.
6367         * org-exp.el (org-export-language-setup): Add Catalan and
6368         Esperanto language entries.
6370 2008-11-10  Carsten Dominik  <carsten.dominik@gmail.com>
6372         * org.el (org-refile): Allow refiling of entire regions.
6374         * org-clock.el (org-clock-time%): New function.
6376         * org.el (org-entry-get, org-entry-delete): Use safer regexps to
6377         retrieve property values.
6379 2008-11-09  Carsten Dominik  <carsten.dominik@gmail.com>
6381         * org-agenda.el (org-agenda-list): Handle the value `only' of
6382         org-agenda-show-log'.
6383         (org-agenda-log-mode): Interpret a double prefix arg.
6385 2008-11-08  Carsten Dominik  <carsten.dominik@gmail.com>
6387         * org-exp.el (org-export-html-footnotes-section): New variable.
6388         (org-export-as-html): Use `org-export-html-footnotes-section' to
6389         insert the footnotes.
6390         (org-export-language-setup): Add "Footnotes" to language words.
6392 2008-11-07  Carsten Dominik  <carsten.dominik@gmail.com>
6394         * org.el (org-yank): Fix bug when not inserting a subtree.
6396 2008-11-06  Carsten Dominik  <carsten.dominik@gmail.com>
6398         * org-vm.el (org-vm-follow-link): Call `vm-preview-current-message'
6399         instead of `vm-beginning-of-message'.
6401         * org.el (org-make-link-regexps): Make sure that links to gnus can
6402         contain brackets.
6404 2008-11-05  Carsten Dominik  <carsten.dominik@gmail.com>
6406         * org-attach.el (org-attach-dir): Remove duplicate ID creation
6407         code.
6409         * org-id.el (org-id-new): Use `org-trim' to extract the uuid from
6410         shell output.
6412         * org.el (org-link-abbrev-alist): Improve customization type.
6414         * org-attach.el (org-attach-expand-link, org-attach-expand): New
6415         functions.
6417         * org-agenda.el (org-agenda-get-progress): Renamed from
6418         `org-get-closed'.  Implement searching for state changes as well.
6419         (org-agenda-log-mode-items): New option.
6420         (org-agenda-log-mode): New option prefix argument, interpreted as
6421         request to show all possible progress info.
6422         (org-agenda-get-day-entries): Call `org-get-progress' instead of
6423         `org-get-closed'.
6424         (org-agenda-set-mode-name): Handle the more complex log mode
6425         settings.
6426         (org-get-closed): New alias, pointing to `org-get-progress'.
6428 2008-11-05  Carsten Dominik  <dominik@science.uva.nl>
6430         * org.el (org-file-apps-defaults-gnu)
6431         (org-file-apps-defaults-macosx)
6432         (org-file-apps-defaults-windowsnt): Add an entry defining the
6433         system command.
6434         (org-file-apps): Allow `system' as key and value.
6435         (org-open-at-point): Explain the effect of a double prefix arg.
6436         (org-open-file): If the argument `in-emacs' is (16),
6437         i.e. corresponding to a double prefix argument, try to open the
6438         file externally.
6440 2008-11-04  Carsten Dominik  <dominik@science.uva.nl>
6442         * org.el (org-insert-link): Abbreviate absolute files names in
6443         links.  Also, fix a bug in which the double C-u prefix would not
6444         be honored.
6446 2008-11-03  Carsten Dominik  <dominik@science.uva.nl>
6448         * org.el (org-insert-heading): If buffer does not end with a
6449         newline, add one if necessary to insert headline correctly.
6451         * org-exp.el (org-export-as-html): Make sure that <hr/> is between
6452         paragraphs, not inside.
6454         * org.el (org-todo): Quote
6455         `org-agenda-headline-snapshot-before-repeat'.
6457         * org-exp.el (org-export-as-html): Fully process link descriptions.
6458         (org-export-html-format-desc): New function.
6459         (org-export-as-html): Collect footnotes into the correct basket.
6460         (org-html-protect): No longer protect quotations marks here, this
6461         goes wrong.
6463         * org-agenda.el (org-agenda-remove-marked-text): Bind variable
6464         BEG.
6466         * org-compat.el (org-fit-window-to-buffer): New function (not
6467         really, a preliminary and incomplete version was present earlier,
6468         but not used).
6470         * org.el (org-fast-todo-selection, org-fast-tag-selection): Use
6471         `org-fit-window-to-buffer'.
6473         * org-exp.el (org-export): Use `org-fit-window-to-buffer'.
6475         * org-agenda.el (org-agenda-get-restriction-and-command)
6476         (org-fit-agenda-window, org-agenda-convert-date): Use
6477         `org-fit-window-to-buffer'.
6479         * org-exp.el (org-export-as-html): Process href links through
6480         `org-export-html-format-href'.
6481         (org-export-html-format-href): New function.
6483         * org-agenda.el (org-agenda-todo): Update only the current
6484         headline if this is a repeated TODO, marked done for today.
6485         (org-agenda-change-all-lines): New argument JUST-THIS, to change
6486         only the current line.
6488         * org.el (org-todo): Take a snapshot of the headline if the
6489         repeater might change it.
6491 2008-11-02  Carsten Dominik  <dominik@science.uva.nl>
6493         * org-publish.el (org-publish-find-title): Remove buffers visited
6494         only for extracting the title.
6496         * org-exp.el (org-export-html-style)
6497         (org-export-html-style-default): Mark style definitions as
6498         unparsed CDATA.
6500         * org-publish.el (org-publish-validate-link): Function
6501         re-introduced.
6503 2008-11-02  Charles Sebold  <csebold@gmail.com>
6505         * org-plot.el (org-plot/add-options-to-plist): Supports timefmt
6506         property.
6507         (org-plot-quote-timestamp-field): New function.
6508         (org-plot-quote-tsv-field): Call timestamp field function when
6509         necessary rather than just quoting as a string.
6510         (org-plot/gnuplot-to-data): Pass in timefmt property.
6511         (org-plot/gnuplot-script): Supports timefmt property.
6512         (org-plot/gnuplot): Checks for timestamp column before checking
6513         for text index column.
6515 2008-11-02  Carsten Dominik  <dominik@science.uva.nl>
6517         * org.el (org-insert-heading): Improve behavior with hidden subtrees.
6519         * org-publish.el (org-publish-org-index): Create a section in the
6520         index file.
6521         (org-publish-org-index): Stop linking to directories.
6523         * org.el (org-emphasis-alist): Use span instead of <u> to
6524         underline text.
6526         * org-exp.el (org-export-as-html): Make sure <p> is closed before
6527         <pre> sections.
6529 2008-11-01  Sebastian Rose  <sebastian_rose@gmx.de>
6531         * org-jsinfo.el (org-infojs-template): Remove language attribute
6532         from script tag.
6534 2008-11-01  Carsten Dominik  <dominik@science.uva.nl>
6536         * org-agenda.el (org-agenda-remove-marked-text): New function.
6537         (org-agenda-mark-filtered-text)
6538         (org-agenda-unmark-filtered-text): New functions.
6539         (org-write-agenda): Remove fltered text.
6541         * org.el (org-make-tags-matcher): Give access to TODO "property"
6542         without speed penalty.
6544 2008-10-29  Carsten Dominik  <dominik@science.uva.nl>
6546         * org.el (org-link-frame-setup): Add `org-gnus-no-new-news' as an
6547         option.
6548         (org-store-link-props): Make sure adding to the plist works
6549         correctly.
6551         * org-gnus.el (org-gnus-no-new-news): New function.
6552         (org-gnus-follow-link): Allow the article ID to be a message-id,
6553         in addition to allowing article numbers.  Message IDs make much
6554         more roubust links.
6555         (org-gnus-store-link): Use message-id to create link.
6557 2008-10-28  Carsten Dominik  <dominik@science.uva.nl>
6559         * org.el (org-emphasize): Reverse the selection array.
6560         (org-emphasis-alist): Set <code> tags for the verbatim
6561         environment.
6563         * org-remember.el (org-remember-handler): Fix bug with
6564         prefix-related changing of the note storage target.
6566         * org-exp.el (org-print-icalendar-entries): Make the exported
6567         priorities compatible with RFC 2445.
6569         * org-clock.el (org-clock-save): Insert time stamp without
6570         dependence on time-stamp.el.
6572 2008-10-27  Carsten Dominik  <dominik@science.uva.nl>
6574         * org.el ("saveplace"): If saveplace puts point into an invisible
6575         location, make it visible.
6576         (org-make-tags-matcher): Allow inactive time stamps in time
6577         comparisons.
6578         (org-yank-adjusted-subtrees): New option.
6579         (org-yank): Incorporate adjusting trees.
6580         (org-paste-subtree): New argument FOR-YANK which will cause
6581         insertion at point without backing up over white lines, and leave
6582         point at the end of the inserted text.  Also if the cursor is
6583         at the beginning of a headline, use the same level or the inserted
6584         tree.
6586         * org-publish.el (org-publish-get-base-files-1): Deal correctly
6587         with broken symlinks
6589 2008-10-26  Carsten Dominik  <dominik@science.uva.nl>
6591         * org-exp.el (org-export-select-tags, org-get-current-options):
6592         Fix typo.
6594 2008-10-25  Carsten Dominik  <dominik@science.uva.nl>
6596         * org-agenda.el (org-format-agenda-item)
6597         (org-agenda-filter-make-matcher): Make sure tags are stored and
6598         compared donwcased.
6600 2008-10-23  Carsten Dominik  <dominik@science.uva.nl>
6602         * org.el (org-insert-todo-heading): Fix bug with force-heading
6603         argument.
6605 2008-10-23  James TD Smith  <ahktenzero@mohorovi.cc>
6607         * org-clock.el (org-clock-in-resume): Add a custom option to
6608         toggle starting the clock from an open clock line.
6609         (org-clock-in): When clocking in to an entry, if
6610         `org-clock-in-resume' is set, check if the first clock line is
6611         open and if so, start the clock from the time in the clock line.
6612         (org-clock-persist): Add a custom option to toggle clock
6613         persistence.
6614         (org-clock-persist-query-save): Add a custom option to toggle
6615         asking the user if they want to save the running clock when
6616         exiting.
6617         (org-clock-persist-query-resume): Add a custom option to toggle
6618         asking the user if they want to resume the saved clock when Emacs
6619         is restarted.
6620         (org-clock-save): Add a function to save clock data.
6621         This includes the contents of `org-clock-history' and the buffer
6622         and position of the currently clocked task, if any.
6623         (org-clock-load): Add a function to load clock data.
6624         This populates `org-clock-history', and resumes the saved clocked
6625         task if there is one.
6626         (org-clock-persistence-insinuate): Add a method to set up the
6627         hooks for clock persistence.
6629 2008-10-22  Carsten Dominik  <dominik@science.uva.nl>
6631         * org-exp.el (org-export-as-ascii): Handle the case that we are
6632         publishing from an indirect buffer.
6634         * org-table.el (org-table-copy-down): Fix bug with time stamp
6635         increment.
6637         * org-mouse.el (org-mouse-features): New option.
6638         (org-mode-hook): Turn on features depending on
6639         `org-mouse-features'.
6641         * org.el (org-insert-heading-respect-content): Force heading
6642         creation.
6643         (org-insert-heading): keep the folding state of the heading before
6644         the inserted one.
6646 2008-10-21  Carsten Dominik  <dominik@science.uva.nl>
6648         * org-archive.el (org-archive-to-archive-sibling): Handle top
6649         level headlines better.
6651 2008-10-21  Bastien Guerry  <bzg@altern.org>
6653         * org-export-latex.el (org-export-latex-classes): Added
6654         \usepackage{graphicx} to the default list of packages.
6656 2008-10-21  Carsten Dominik  <dominik@science.uva.nl>
6658         * org-agenda.el (org-agenda-filter): Renamed from
6659         `org-agenda-filter-tags'.
6661 2008-10-20  Carsten Dominik  <dominik@science.uva.nl>
6663         * org.el (org-entry-properties): Add CATEGORY property, iven if it
6664         is not defined as a property in this entry.
6665         (org-add-log-note): Mask prefix argument when immediately storing
6666         the note.
6668         * org-agenda.el (org-agenda-filter-effort-default-operator): New
6669         option.
6671 2008-10-19  James TD Smith  <ahktenzero@mohorovi.cc>
6673         * org.el (org-add-log-setup): Bugfix; code to find insertion point
6674         after drawers was skipping ahead one line too many, so notes were
6675         inserted after the first note instead of before it.
6677 2008-10-18  Carsten Dominik  <dominik@science.uva.nl>
6679         * org-agenda.el (org-agenda-filter-tags,org-agenda-filter-form):
6680         New variables.
6681         (org-prepare-agenda): Reset the filter tags.
6682         (org-agenda-filter-by-tag, org-agenda-filter-by-tag-show-all):
6683         Show filter tags in mode line.
6685         * org-table.el (orgtbl-to-html): Bind `html-table-tag' for the
6686         formatter.
6688         * org-export-latex.el (org-latex-entities-regexp): New constant.
6689         (org-export-as-pdf): Use two calls to `shell-command'.
6691 2008-10-17  Carsten Dominik  <dominik@science.uva.nl>
6693         * org-export-latex.el (org-export-latex-treat-sub-super-char):
6694         Honor the {} value of the subsuperscript setting.  Make sure that
6695         longer subsuperscripts are typeset in a roman font.
6697         * org.el (org-clock-update-time-maybe): Compute negative clock
6698         intervals correctly.
6700 2008-10-16  Carsten Dominik  <dominik@science.uva.nl>
6702         * org.el (org-add-log-setup): Respect
6703         `org-log-state-notes-insert-after-drawers'.
6704         (org-log-state-notes-insert-after-drawers): New option.
6705         (org-todo-trigger-tag-changes): New function.
6706         (org-todo): Call `org-todo-trigger-tag-changes'.
6708 2008-10-15  James TD Smith  <ahktenzero@mohorovi.cc>
6710         * org.el (org-add-log-setup): Only skip drawers if the are
6711         immediately after the scheduling keywords.
6713         * org-clock.el (org-clock-in-switch-to-state): Allow this to be a
6714         function
6715         (org-clock-in): If `org-clock-in-switch-to-state' is a function,
6716         call it with the current todo state to get the state to switch to
6717         when clocking in.
6718         (org-clock-in): Use org-indent-line-function to indent clock lines.
6719         (org-clock-find-position): Fix indentation of empty clock drawers.
6721 2008-10-15  Carsten Dominik  <dominik@science.uva.nl>
6723         * org-publish.el (org-publish-org-to): Handle case when
6724         org-export-to-pdf does return a file name, not a buffer.
6725         (org-publish-org-to-pdf): New function.
6727         * org-export-latex.el (org-export-as-pdf)
6728         (org-export-as-pdf-and-open): New commands.
6730         * org-table.el (org-table-eval-formula): Avoid parsing Calc's HMS
6731         forms as ranges.
6733         * org-export-latex.el (org-export-latex-lists): Ignore lists-like
6734         things in protexted regions.
6736 2008-10-14  Carsten Dominik  <dominik@science.uva.nl>
6738         * org-export-latex.el (org-export-latex-preprocess): Improve
6739         quoting of LaTeX environments.
6741 2008-10-10  Carsten Dominik  <dominik@science.uva.nl>
6743         * org.el (org-edit-fixed-width-region): Exclude final newline from
6744         picture area.
6746         * org-export-latex.el (org-export-latex-subcontent): Add labels to
6747         sections, to make internal links work.
6748         (org-export-latex-fontify-headline): Do not remove all text
6749         properties, to make sure that target properties survive this
6750         process.
6752         * org-exp.el (org-export-preprocess-string): Change sequence of
6753         modifications, to make sure links are prepared before the LaTeX
6754         conversions do happen.
6756 2008-10-09  Carsten Dominik  <dominik@science.uva.nl>
6758         * org-attach.el (org-attach-delete-all): Renamed from
6759         `org-attch-delete'.  Add a security query before deleting the
6760         entire directory.  New optional argument FORCE can overrule the
6761         security query.
6762         (org-attach-delete-one): New command.
6764 2008-10-08  Carsten Dominik  <dominik@science.uva.nl>
6766         * org-attach.el (org-attach-file-list): Fix bug with directory.
6768 2008-10-07  Carsten Dominik  <dominik@science.uva.nl>
6770         * org.el (org-apps-regexp-alist): New function.
6771         (org-file-apps): Add auto-mode to the default value.
6772         (org-open-file): Use the new structure of org-file-apps.
6774         * org-attach.el (org-attach): Support the new keys.
6775         (org-attach-method): New option.
6777 2008-10-06  Carsten Dominik  <dominik@science.uva.nl>
6779         * org-bbdb.el (org-bbdb-anniversaries): Fix but with 29 Feb/1
6780         March.
6782         * org.el (org-remove-uniherited-tags): Fix reverse interpretation
6783         of the list value o `org-use-tag-inheritance'.
6785         * org-attach.el (org-attach-auto-tag): New option.
6786         (org-attach-tag, org-attach-untag): New functions.
6787         (org-attach-attach, org-attach-new, org-attach-sync): Call
6788         `org-attach-tag'.
6789         (org-attach-delete): Call `org-attach-untag'.
6791 2008-10-04  Carsten Dominik  <dominik@science.uva.nl>
6793         * org-table.el (orgtbl-self-insert-command): Make this work for
6794         the keypad as well.
6796 2008-10-02  Carsten Dominik  <dominik@science.uva.nl>
6798         * org.el (org-add-log-setup): Limit searc for drawers to entry
6799         text, not to subtree.
6801         * org-clock.el (org-clock-heading-for-remember): New variable.
6802         (org-clock-in): Set `org-clock-heading-for-remember'.
6804 2008-10-01  James TD Smith  <ahktenzero@mohorovi.cc>
6806         * org-remember.el (org-remember-apply-template): Add new
6807         expansions: %k, %K for currently clocked task and a link to the
6808         currently clocked task, and %< to file notes in the currently
6809         clocked task.
6811 2008-10-01  Carsten Dominik  <dominik@science.uva.nl>
6813         * org-export-latex.el (org-export-latex-make-header): Also insert
6814         the content of the property :latex-header-extra.
6816         * org-exp.el (org-infile-export-plist): Put the content of
6817         #+LATEX_HEADER: into the property :latex-header-extra.
6819         * org-colview.el (org-columns-get-format-and-top-level): Remove
6820         resetting the marker.
6822         * org-colview-xemacs.el (org-columns-get-format-and-top-level):
6823         Remove resetting the marker.
6825         * org.el (org-entry-property-inherited-from): Improve docstring.
6826         (org-entry-get-with-inheritance): Reset marker before starting the
6827         search.
6829         * org-exp.el (org-infile-export-plist): Allow multiple STYLE lines.
6831 2008-09-30  Carsten Dominik  <dominik@science.uva.nl>
6833         * org.el (org-entry-get-multivalued-property)
6834         (org-entry-protect-space, org-entry-restore-space): New
6835         functions.
6836         (org-file-apps-defaults-macosx): Let postscript files be opened by
6837         preview.
6838         (org-time-stamp-inactive): Call `org-time-stamp'.
6839         (org-time-stamp): New argument `inactive'.  Also edit inacive
6840         stamps. Convert time stamp type.
6841         (org-open-file): Interpret the `default' value for the `command'
6842         in `org-file-apps'.
6844         * org-id.el (org-id-int-to-b36-one-digit)
6845         (org-id-b36-to-int-one-digit, org-id-int-to-b36)
6846         (org-id-b36-to-int, org-id-time-to-b36): Modified from b62 to
6847         b36.
6849 2008-09-29  Carsten Dominik  <dominik@science.uva.nl>
6851         * org-id.el (org-id-reverse-string): New function.
6852         (org-id-new): Use `org-id-reverse-string' to make sure the
6853         beginning chars of the ID are mutating fast.  This allows to use a
6854         directory structure to spread things better.
6855         (org-id-prefix): Changed default to nil.
6857         * org-list.el (org-move-item-down, org-move-item-up): Remember and
6858         restore the column of the cursor position.
6860         * org-remember.el (org-remember-apply-template): Remove properties
6861         from `initial'.
6863 2008-09-27  Carsten Dominik  <dominik@science.uva.nl>
6865         * org-wl.el (org-wl-open): Remove useless call to
6866         `wl-thread-open-all'.
6868         * org-remember.el (org-remember-handler): Fix bug with `bottom'
6869         location.
6871 2008-09-26  Carsten Dominik  <dominik@science.uva.nl>
6873         * org-bbdb.el (org-bbdb-anniversaries): Require bbdb in
6874         `org-bbdb-anniversaries'.
6876         * org.el (org-get-next-sibling, org-forward-same-level): New
6877         functions, similar to the outline versions, but invisible headings
6878         are OK.
6880 2008-09-25  Bastien Guerry  <bzg@altern.org>
6882         * org.el (org-auto-repeat-maybe): Insert a space between
6883         the timestamp's type and the timestamp itself.
6885 2008-09-24  Carsten Dominik  <dominik@science.uva.nl>
6887         * org-table.el (org-table-sum): Do not format the result with %g,
6888         it does rounding when there are too many digits.
6890         * org.el (org-map-entries): Protect the keyword-selecting variables.
6892 2008-09-23  Bastien Guerry  <bzg@altern.org>
6894         * org-agenda.el (org-agenda-to-appt): Make sure the function check
6895         against all agenda files.
6897 2008-09-23  Carsten Dominik  <dominik@science.uva.nl>
6899         * org-list.el: New file, aggregating list functions from org.el
6900         and org-export-latex.el.
6902         * org.el (org-edit-src-region-extra): New option.
6904 2008-09-22  Carsten Dominik  <dominik@science.uva.nl>
6906         * org-agenda.el (org-agenda-to-appt): Fix bug with appointment
6907         time before 1am.
6909 2008-09-22  Bastien Guerry  <bzg@altern.org>
6911         * org-export-latex.el (org-export-latex-keywords-maybe): Bug fix.
6913 2008-09-22  James TD Smith  <ahktenzero@mohorovi.cc>
6915         * org-plot.el (org-plot/gnuplot): Make tables starting with a
6916         hline work correctly.
6917         (org-plot/gnuplot-script): Put commas at the end of each script
6918         line.
6920 2008-09-20  James TD Smith  <ahktenzero@mohorovi.cc>
6922         * org.el (org-get-refile-targets): Replace links with their
6923         descriptions
6924         (org-imenu-get-tree): Replace links with their descriptions.
6926         * org-remember.el (org-remember-apply-template): Add a new
6927         expansion for adding properties to remember items.
6929         * org.el (org-add-log-setup): Skip over drawers (properties,
6930         clocks etc) when adding notes.
6932         * org-agenda.el (org-agenda-get-closed): show durations of clocked
6933         items as well as the start and end times.
6935         * org-compat.el (org-get-x-clipboard-compat): Add a compat
6936         function for fetching the X clipboard on XEmacs and GNU Emacs 21.
6938         * org-remember.el (org-get-x-clipboard): Use the compat
6939         function to get clipboard values when x-selection-value is
6940         unavailable. Use substring-no-properties instead of
6941         set-text-properties to remove text properties from the clipboard
6942         value.
6944         * lisp/org-clock.el (org-update-mode-line): Support limiting the
6945         modeline clock string, and display the full todo value in the
6946         tooltip. Set a local keymap so mouse-3 on the clock string goes to
6947         the currently clocked task.
6948         (org-clock-string-limit): Add a custom value for the maximum
6949         length of the clock string in the modeline.
6950         (org-clock-mode-map): Add a keymap for the modeline string
6952 2008-09-21  Carsten Dominik  <dominik@science.uva.nl>
6954         * org-compat.el (org-propertize): New function.
6956 2008-09-20  Bastien Guerry  <bzg@altern.org>
6958         * org-export-latex.el (org-export-latex-tables): protect exported
6959         tables from further special chars conversion.
6960         (org-export-latex-preprocess): Preserve LaTeX environments.
6961         (org-list-parse-list): Parse descriptive lists.
6962         (org-list-to-generic, org-list-to-latex, org-list-to-html)
6963         (org-list-to-texinfo): Export descriptive lists.
6964         (org-quote-chars): Remove.
6965         (org-export-latex-keywords-maybe): Use `replace-regexp-in-string'.
6966         (org-export-latex-list-beginning-re): Rename to
6967         `org-list-beginning-re'
6968         (org-list-item-begin): Rename to `org-list-item-beginning'
6970 2008-09-20  Carsten Dominik  <dominik@science.uva.nl>
6972         * org.el (org-refile): Allow refiling to the last entry in the
6973         buffer.
6974         (org-get-tags-at): Fix bug when inheritance is turned off.
6976 2008-09-19  Carsten Dominik  <dominik@science.uva.nl>
6978         * org.el (org-indent-line-function): No longer check for src
6979         regions, this is too much overhead.
6981         * org-agenda.el (org-agenda-highlight-todo): Fix bugs with keyword
6982         matching.
6984         * org.el (org-scan-tags): Make sure that tags matching is not case
6985         sensitive.  TODO keyword matching is case sensitive, however, to
6986         avoid confusion with similar words that are not meant to be
6987         keywords.
6989 2008-09-18  Carsten Dominik  <dominik@science.uva.nl>
6991         * org.el (org-get-local-tags-at): New function.
6992         (org-get-local-tags): New function.
6994         * org-exp.el (org-export-get-categories): New function.
6996         * org-agenda.el (org-sorting-choice)
6997         (org-agenda-sorting-strategy, org-agenda-get-todos)
6998         (org-agenda-get-timestamps, org-agenda-get-deadlines)
6999         (org-agenda-get-scheduled, org-agenda-get-blocks)
7000         (org-entries-lessp): Implement sorting by TODO state.
7001         (org-cmp-todo-state): New defsubst.
7003         * org-colview.el (org-colview-construct-allowed-dates): New
7004         function.
7005         (org-columns-next-allowed-value): Use
7006         `org-colview-construct-allowed-dates'.
7008         * org-colview-xemacs.el (org-colview-construct-allowed-dates): New
7009         function.
7010         (org-columns-next-allowed-value): Use
7011         `org-colview-construct-allowed-dates'.
7013 2008-09-17  Carsten Dominik  <dominik@science.uva.nl>
7015         * org.el (org-protect-slash): New function.
7016         (org-get-refile-targets): Use `org-protect-slash'.
7018         * org-agenda.el (org-global-tags-completion-table): New variable.
7020         * org-exp.el (org-export-handle-export-tags): New function.
7021         (org-export-preprocess-string): Call
7022         `org-export-handle-export-tags'.
7024         * org-plot.el: New file.
7026         * org-publish.el (org-publish-expand-components): Function removed.
7027         (org-publish-expand-projects): Allow components to have components.
7029 2008-09-13  Carsten Dominik  <dominik@science.uva.nl>
7031         * org.el (org-indent-line-function): Do not indent in regions that
7032         are external source code.
7033         (org-yank-and-fold-if-subtree): New function.
7035         * org-agenda.el (org-agenda-todayp): New function.
7036         (org-agenda-get-deadlines, org-agenda-get-scheduled): Use
7037         `org-agenda-todayp'.
7039         * org.el (org-insert-heading-respect-content)
7040         (org-insert-todo-heading-respect-content): New commands.
7041         (org-insert-heading-respect-content): New option.
7042         (org-insert-heading): Respect `org-insert-heading-respect-content'.
7044         * org-clock.el (org-clock-find-position): Make sure the note after
7045         the clock line gets moved into the new clock drawer.
7047 2008-09-11  Carsten Dominik  <dominik@science.uva.nl>
7049         * org-id.el (org-id-new): New option.
7051 2008-09-08  Carsten Dominik  <dominik@science.uva.nl>
7053         * org-table.el (org-table-copy-down): Avoid overflow during
7054         increment.  Use prefix argument 0 to temporarily disable the
7055         increment.
7057 2008-09-07  Carsten Dominik  <dominik@science.uva.nl>
7059         * org-exp.el (org-export-as-html): Do not turn on the major mode
7060         if the buffer will be killed anyway.
7061         (org-get-current-options): Exclude the #+TEXT field.
7062         (org-export-as-html): Make sure text before the first headline is
7063         a paragraph.
7065         * org-publish.el (org-publish-org-to): Tell the exporter that this
7066         buffer will be killed, so it is not necessary to do major mode
7067         initialization.
7069         * org-archive.el (org-archive-to-archive-sibling): Show empty
7070         lines after folding the archive sibling.
7072         * org.el (org-log-note-extra): New variable.
7074 2008-09-05  Bastien Guerry  <bzg@altern.org>
7076         * org.el (org-additional-option-like-keywords): Added keywords for
7077         the _QUOTE, _VERSE and _SRC environments.
7079         * org-export-latex.el (org-export-latex-preprocess): Fix bug when
7080         exporting _QUOTE and _VERSE environments.
7082 2008-09-05  Carsten Dominik  <dominik@science.uva.nl>
7084         * org-agenda.el (org-agenda-filter-by-tag): New command.
7086         * org-exp.el (org-get-current-options): Remove angular brackets
7087         from the date entry.
7089         * org.el (org-edit-fixed-width-region): New function.
7090         (org-edit-fixed-width-region): Also try
7091         `org-edit-fixed-width-region'.
7092         (org-edit-fixed-width-region-mode): New option.
7093         (org-activate-code): Only interprete lines starting with colon
7094         plus a space as example lines.
7096         * org-remember.el (org-remember-templates): Add nil instead of
7097         empty strings to fix the length of remember templates.
7099         * org-table.el (org-calc-default-modes): Fix the time format for
7100         calc, from 12 hour to 24 hour clock.
7102 2008-09-04  Carsten Dominik  <dominik@science.uva.nl>
7104         * org-agenda.el (org-agenda-get-deadlines)
7105         (org-agenda-get-scheduled): Avoid `time-of-day' extraction for
7106         entries that are pre-warnings of deadlines or reminders.
7108         * org.el (org-sort-entries-or-items): Make numeric and alpha
7109         comparisons ignore any TODO keyword and priority cookie.
7111         * org-remember.el (org-remember-handler): Reinterpretation of the
7112         prefix argument.
7114 2008-09-03  Carsten Dominik  <dominik@science.uva.nl>
7116         * org-agenda.el (org-agenda-get-scheduled): Use new
7117         `org-scheduled' face.
7119         * org-faces.el (org-scheduled): New face.
7121         * org-wl.el (org-wl-open): Remove incorrect declaration.
7123         * org-gnus.el (org-gnus-store-link): Support for :to information
7124         in gnus links.
7126         * org-exp.el (org-export-as-html): Fixed typo in creator
7127         information.
7128         (org-export-protect-examples): New parameter indent.  Insert extra
7129         spaces only when this parameter is specified.
7130         (org-export-preprocess-string): Call `org-export-protect-examples'
7131         with an indentation parameter when exporting to ASCII.
7133         * org-remember.el (org-remember-templates)
7134         (org-remember-apply-template): Allow the file component to be a
7135         function.
7137         * org.el (org-goto-local-search-headings): Renamed from
7138         `org-goto-local-search-forward-headings'.  Added the possibility
7139         to search backwards.
7141 2008-09-02  Carsten Dominik  <dominik@science.uva.nl>
7143         * org-export-latex.el (org-export-latex): New customization
7144         group.
7146         * org-agenda.el (org-write-agenda): Erase buffer for txt export.
7148 2008-09-01  Carsten Dominik  <dominik@science.uva.nl>
7150         * org-exp.el (org-html-do-expand): Allow {} to terminate
7151         tex macro
7153 2008-07-29  Carsten Dominik  <dominik@science.uva.nl>
7155         * org.el (org-buffer-list): Select buffers based on major mode,
7156         not on file name.
7158 2008-07-26  Carsten Dominik  <dominik@science.uva.nl>
7160         * org-agenda.el (org-agenda-align-tags): Fix bug with malformed
7161         face property.
7163         * org-colview.el (org-columns-display-here): Use
7164         `org-columns-modify-value-for-display-function'.
7166         * org-colview-xemacs.el (org-columns-display-here): Use
7167         `org-columns-modify-value-for-display-function'.
7169 2008-07-25  Carsten Dominik  <dominik@science.uva.nl>
7171         * org.el (org-columns-modify-value-for-display-function): New option.
7183         * org-publish.el (org-publish-file): Make sure the directory match
7184         for the publishing directory works correctly.
7186         * org-agenda.el (org-agenda-execute-calendar-command)
7187         (org-agenda-diary-entry): Additional optional argument.
7189 2008-07-24  Carsten Dominik  <dominik@science.uva.nl>
7191         * org-exp.el (org-export-as-html): Add attributes also in mailto
7192         and ftp links.
7194         * org.el (org-autoload): Add `org-dblock-write:columnview'.
7203 2008-07-23  Carsten Dominik  <dominik@science.uva.nl>
7205         * org-exp.el (org-export-region-as-html, org-export-as-html): Make
7206         sure that calls from `org-export-region-as-html' do not do the
7207         special check for a subtree.
7209 2008-07-22  Carsten Dominik  <dominik@science.uva.nl>
7211         * org-agenda.el (org-batch-store-agenda-views): Fix parsing bug.
7213 2008-07-20  Juri Linkov  <juri@jurta.org>
7215         * org.el (narrow-map): Bind `org-narrow-to-subtree' to "s" on the
7216         new keymap `narrow-map' instead of binding "\C-xns".
7218 2008-07-18  Carsten Dominik  <dominik@science.uva.nl>
7220         * org.el (org-open-file): Use
7221         `org-open-directory-means-index-dot-org'.
7222         (org-open-directory-means-index-dot-org): New option.
7224 2008-07-17  Carsten Dominik  <dominik@science.uva.nl>
7226         * org.el (org-make-link-string): Remove link attributes from
7227         description.
7228         (org-open-at-point): Remove link attributes bevore using the path.
7230         * org-exp.el (org-export-as-html): Handle link attributes.
7232         * org.el (org-extract-attributes, org-attributes-to-string): New functions.
7234         * org-table.el (org-table-to-lisp): New function.
7236         * org.el (org-narrow-to-subtree): Do not include the final newline
7237         into the narrowed region.
7239         * org-agenda.el (org-agenda-custom-commands-local-options): Fixed
7240         bug with user-define skipping condition.
7242 2008-07-16  Carsten Dominik  <dominik@science.uva.nl>
7244         * org-agenda.el (org-agenda-get-restriction-and-command): Fixed typo.
7246 2008-07-14  Carsten Dominik  <dominik@science.uva.nl>
7248         * org-exp.el (org-export-html-style-default): Automatic overflow
7249         handling for pre fields.
7250         (org-export-as-ascii, org-export-as-html): Change default format
7251         for time stamp.
7253         * org-table.el (org-table-export): Offer completion for translator
7254         functions, and do not require a heading above the table.
7256         * org.el (org-renumber-ordered-list, org-beginning-of-item-list):
7257         Cater for the case of a list starting in the first line of the
7258         buffer.
7260 2008-07-09  Carsten Dominik  <dominik@science.uva.nl>
7262         * org-publish.el (org-publish-find-title): Bug fix.
7263         (org-publish-org-index): Implement new :index-style option.
7265 2008-07-07  Carsten Dominik  <dominik@science.uva.nl>
7267         * org-publish.el (org-publish-timestamp-filename): Use
7268         SHA1-encoded file names in the timestamp directory.
7270 2008-07-05  Carsten Dominik  <dominik@science.uva.nl>
7272         * org-publish.el (org-publish-needed-p): Be verbose about files
7273         published and files skipped.
7275         * org-exp.el (org-export-preprocess-string): Swap link
7276         normalization and inernal link targeting.
7278         * org-publish.el (org-publish-needed-p): Create timestamp
7279         directory when it does not exist.
7281 2008-07-04  Bastien Guerry  <bzg@altern.org>
7283         * org-clock.el (org-clock-out-when-done): Doc fix.
7285         * org.el (org-agenda-skip-unavailable-files): Doc fix.
7287         * org-exp.el (org-export-remove-comment-blocks-and-subtrees):
7288         Ignore case when searching for the COMMENT cookie at export time.
7290 2008-07-02  Carsten Dominik  <dominik@science.uva.nl>
7292         * org-exp.el (org-get-file-contents)
7293         (org-get-and-remove-property): New functions.
7294         (org-export-handle-include-files): Handle the new prefix options.
7295         (org-export-as-html): Fix the verse environment.
7297 2008-07-01  Carsten Dominik  <dominik@science.uva.nl>
7299         * org.el (org-time=, org-time<, org-time<=, org-time>)
7300         (org-time>=, org-time<>, org-2ft): New functions.
7301         (org-op-to-function): Also provide for the time testing fucntions.
7303 2008-06-30  Carsten Dominik  <dominik@science.uva.nl>
7305         * org-exp.el (org-export-html-style-default): New constant.
7307 2008-06-29  Carsten Dominik  <dominik@science.uva.nl>
7309         * org-exp.el (org-export-html-style-extra): New variable.
7310         (org-export-splice-style): New function.
7312 2008-06-26  Carsten Dominik  <dominik@science.uva.nl>
7314         * org-exp.el (org-export-plist-vars, org-export-as-html):
7315         Implement `org-export-creator-info'.
7316         (org-export-creator-info): New option.
7318 2008-06-25  Carsten Dominik  <dominik@science.uva.nl>
7320         * org.el (org-clock-drawer-start-re, org-clock-drawer-end-re)
7321         (org-property-drawer-re, org-clock-drawer-re): New constants.
7323 2008-06-23  Carsten Dominik  <dominik@science.uva.nl>
7325         * org-exp.el (org-icalendar-use-deadline)
7326         (org-icalendar-use-scheduled): New options.
7327         (org-icalendar-include-todo): Default changed to t.
7328         (org-print-icalendar-entries): Implement better utilization of
7329         scheduling and deadline time stamps.
7330         (org-export-target-internal-links, org-export-as-html): Allow file
7331         lines without the "file:" prefix if the file path is an absolute
7332         path or starts with ".".
7334         * org-clock.el (org-clocktable-shift): Also undertand yesterday,
7335         lastweek etc.
7336         (org-clock-special-range): Also undertand yesterday, lastweek etc.
7338 2008-06-18  Glenn Morris  <rgm@gnu.org>
7339         * org.el (org-map-entries): Let-bind `file'.
7341 2008-06-19  Carsten Dominik  <dominik@science.uva.nl>
7343         * org.el (org-agenda-skip-archived-trees): Docstring now
7344         discourages using this.
7345         (org-scan-tags): Check for org-agenda-archives-mode.
7346         (org-map-entries): Make sure org-agenda-archives-mode is nil.
7347         (org-agenda-files): Functionality of second arg changed.
7349         * org-agenda.el (org-agenda-archives-mode): New variable
7350         (org-write-agenda, org-prepare-agenda, org-agenda-list)
7351         (org-search-view, org-todo-list, org-tags-view)
7352         (org-agenda-list-stuck-projects): Call `org-agenda-files' with
7353         `ifmode' argument.
7354         (org-agenda-quit): Reset the archives mode.
7355         (org-agenda-archives-mode): New command.
7356         (org-agenda-set-mode-name): Include archives info.
7358 2008-06-18  Carsten Dominik  <dominik@science.uva.nl>
7360         * org.el (org-paste-subtree): Make sure the yanked headline is
7361         visible if it was yanked at a visible point.
7362         (org-move-item-up): Fix the bug with moving white space at the end
7363         of the item.
7364         (org-show-empty-lines-in-parent): New function.
7366 2008-06-16  Carsten Dominik  <dominik@science.uva.nl>
7368         * org-colview.el (org-columns-next-allowed-value): Bug fix.
7370         * org-colview-xemacs.el (org-columns-next-allowed-value): Bug fix.
7372         * org-agenda.el (org-agenda-get-closed): Get the end time into the
7373         agenda prefix as well.
7375         * org-publish.el (org-publish-org-index): Make a properly indented
7376         list.
7378         * org.el (org-calendar-agenda-action-key): New option.
7379         (org-get-cursor-date): New function.
7380         (org-mark-entry-for-agenda-action): New command.
7381         (org-overriding-default-time): New variable.
7382         (org-read-date): Respect `org-overriding-default-time'.
7384         * org-remember.el (org-remember-apply-template): Respect the
7385         ovverriding default time.
7387         * org-agenda.el (org-agenda-action-marker): New variable.
7388         (org-agenda-action): New command.
7389         (org-agenda-do-action): New function.
7391 2008-06-15  Carsten Dominik  <dominik@science.uva.nl>
7393         * org.el (org-schedule, org-deadline): Protect scheduled and
7394         deadline tasks against changes that accidently remove the
7395         repeater.  Also show a message with the new date when done.
7397 2008-06-15  Carsten Dominik  <dominik@science.uva.nl>
7399         * org.el (org-beginning-of-line): Cater for the case when there
7400         are tags but no headline text.
7401         (org-align-tags-here): Convert to tabs only when indent-tabs-mode
7402         it set.
7404 2008-06-13  Carsten Dominik  <dominik@science.uva.nl>
7406         * org-mhe.el (org-mhe-get-message-folder-from-index): Make sure
7407         the return value is nil instead of "nil" when there is no match.
7409         * org-exp.el (org-insert-centered): Use fill-column instead of
7410         80.
7411         (org-export-as-ascii): Use string-width to measure the width of
7412         the heading.
7414         * org.el (org-diary-to-ical-string): No longer kill buffer
7415         FROMBUF, this is now done by the caller.
7417         * org-exp.el (org-print-icalendar-entries): Move the call to
7418         `org-diary-to-ical-string' out of the loop, and kill the buffer
7419         afterwords.
7421         * org-remember.el (org-remember-visit-immediately): Position
7422         cursor after moving to the note.
7423         (org-remember-apply-template): Use a text property to record the
7424         cursor position.
7425         (org-remember-handler): Align tags after pasting the note.
7427 2008-06-12  Carsten Dominik  <dominik@science.uva.nl>
7429         * org-bbdb.el (org-bbdb-follow-anniversary-link): New function.
7431         * org-agenda.el (org-agenda-open-link): If there is an
7432         org-bbdb-name property in the current line, jump to that bbdb
7433         entry.
7435         * org-bbdb.el (org-bbdb-anniversaries): Add the bbdb-name as a
7436         text property, so that the agenda knows where this entry comes
7437         from.
7439         * org-agenda.el (org-agenda-clock-in): Fixed bug in the
7440         interaction between clocking-in from the agenda, and  automatic
7441         task state switching.
7443         * org-macs.el (org-with-point-at): Bug fix in macro defintion.
7445         * org.el (org-beginning-of-line, org-end-of-line): Make sure the
7446         zmacs-region stays after this command in XEmacs.
7448 2008-06-11  Carsten Dominik  <dominik@science.uva.nl>
7450         * org.el (org-scan-tags): Allow new values for ACTION parameter.
7452         * org-remember.el (org-remember-templates): Fix bug in
7453         customization type definition.
7455         * org.el (org-map-entries): New function.
7457 2008-06-11  verhuur82  <verhuur82@macbook-van-verhuur82.local>
7459         * org-agenda.el (org-agenda-skip-comment-trees): New option.
7460         (org-agenda-skip): Respect `org-agenda-skip-comment-trees'.
7462 2008-06-10  Carsten Dominik  <dominik@science.uva.nl>
7464         * org-remember.el (org-jump-to-target-location): New variable.
7465         (org-remember-apply-template): Set
7466         `org-remember-apply-template' if requested by template.
7467         (org-remember-handler): Start an idle timer to jump to
7468         remember location.
7470         * org-exp.el (org-get-current-options): Add the FILETAGS setting.
7472         * org.el (org-set-regexps-and-options): Fix bug with parsing of
7473         file tags.
7474         (org-get-tags-at): Add the content of `org-file-tags'.
7476         * org-exp.el (org-export-handle-comments): Fix bug with several
7477         comment lines after each other.
7478         (org-number-to-roman, org-number-to-counter): New functions.
7479         (org-export-section-number-format): New option.
7481 2008-06-09  Carsten Dominik  <dominik@science.uva.nl>
7483         * org-exp.el (org-export-protect-examples): Catch the case of a
7484         missing end_example line.
7486         * org.el (org-set-regexps-and-options): Set `org-file-properties' and
7487         `org-file-tags' to nil.
7489         * org-colview.el (org-columns-next-allowed-value): Handle next
7490         argument NTH to directly select a value.
7492         * org-colview-xemacs.el (org-columns-next-allowed-value): Handle next
7493         argument NTH to directly select a value.
7495 2008-06-08  Carsten Dominik  <dominik@science.uva.nl>
7497         * org-agenda.el (org-agenda-scheduled-leaders): Fix docstring.
7499 2008-05-30  Carsten Dominik  <dominik@science.uva.nl>
7501         * org.el (org-columns-ellipses): New option.
7503 2008-05-29  Carsten Dominik  <dominik@science.uva.nl>
7505         * org-colview.el (org-columns-add-ellipses): New function.
7506         (org-columns-compact-links): New function.
7507         (org-columns-cleanup-item): Call `org-columns-compact-links'.
7508         (org-columns-display-here): Call `org-agenda-columns-cleanup-item'
7509         when in agenda.
7510         (org-columns-edit-value): Fixed bug with editing values from
7511         agenda column view.
7512         (org-columns-redo): Also redo the agenda itself.
7514 2008-05-28  Carsten Dominik  <dominik@science.uva.nl>
7516         * org-agenda.el (org-agenda-columns-remove-prefix-from-item): New
7517         option.
7519         * org-colview.el (org-agenda-columns-cleanup-item): New function.
7521         * org-exp.el (org-export-ascii-preprocess): Renamed from
7522         `org-export-ascii-clean-string'.
7523         (org-export-kill-licensed-text)
7524         (org-export-define-heading-targets)
7525         (org-export-handle-invisible-targets)
7526         (org-export-target-internal-links)
7527         (org-export-remove-or-extract-drawers)
7528         (org-export-remove-archived-trees)
7529         (org-export-protect-quoted-subtrees)
7530         (org-export-protect-verbatim, org-export-protect-examples)
7531         (org-export-select-backend-specific-text)
7532         (org-export-mark-blockquote-and-verse)
7533         (org-export-remove-comment-blocks-and-subtrees)
7534         (org-export-handle-comments, org-export-mark-radio-links)
7535         (org-export-remove-special-table-lines)
7536         (org-export-normalize-links)
7537         (org-export-concatenate-multiline-links)
7538         (org-export-concatenate-multiline-emphasis): New functions,
7539         obtained from spliiting the export preprocessor.
7541         * org-table.el (org-table-recalculate): Improve error message if
7542         the row number is invalid.
7544 2008-05-27  Carsten Dominik  <dominik@science.uva.nl>
7546         * org-archive.el (org-archive-save-context-info): Fix bugs in
7547         customization setup and docstring.
7549         * org-exp.el (org-export-html-style): Changed the size of in the
7550         <pre> element to 90%.
7552 2008-05-26  Carsten Dominik  <dominik@science.uva.nl>
7554         * org.el (org-find-src-example-start): Function removed.
7555         (org-edit-src-find-region-and-lang): New function.
7557 2008-05-25  Carsten Dominik  <dominik@science.uva.nl>
7559         * org.el (org-edit-src-exit): New function.
7560         (org-exit-edit-mode): New minor mode.
7562         * org-exp.el (org-export-preprocess-string): Fix bug with removing
7563         comment-like lines from protected examples.
7565         * org.el (org-edit-src-example, org-find-src-example-start)
7566         (org-protect-source-example, org-edit-special): New functions.
7568 2008-05-24  Carsten Dominik  <dominik@science.uva.nl>
7570         * org-publish.el (org-publish-project-alist): Fix typo in
7571         docstring.
7572         (org-publish-project-alist): Handle :index-title property.
7574 2008-05-21  Carsten Dominik  <dominik@science.uva.nl>
7576         * org-export-latex.el (org-export-as-latex): Make sure region
7577         bounds are correct.  Parse subtree properties relating to export.
7579         * org-exp.el (org-export-add-options-to-plist): New function.
7580         (org-infile-export-plist): Use `org-export-add-options-to-plist'.
7582 2008-05-20  Carsten Dominik  <dominik@science.uva.nl>
7584         * org.el (org-default-properties): Add EXPORT_FILE_NAME and
7585         EXPORT_TITLE.
7587         * org-exp.el (org-export-get-title-from-subtree)
7588         (org-export-as-ascii, org-export-as-html): Make sure the original
7589         region-beginning and region-end are used, even after moving
7590         point.
7591         (org-export-get-title-from-subtree): Also try the EXPORT_TITLE
7592         property.
7594         * org-remember.el (org-remember-last-stored-marker): New variable.
7595         (org-remember-goto-last-stored): Use `org-goto-marker-or-bmk'.
7596         (org-remember-handler): Also use marker to remember
7597         last-stored position.
7599         * org.el (org-goto-marker-or-bmk): New function.
7601 2008-05-19  Carsten Dominik  <dominik@science.uva.nl>
7603         * org.el (org-file-properties): Renamed from `org-local-properties'.
7604         (org-scan-tags): Take file tags into account.
7605         (org-tags-match-list-sublevels): Default changed to t.
7607         * org-exp.el (org-export-as-html): Close paragraph after a
7608         footnote.
7610         * org.el (org-update-parent-todo-statistics): New function.
7612         * org-exp.el (org-icalendar-store-UID): New option.
7613         (org-icalendar-force-UID): Option removed.
7614         (org-print-icalendar-entries): IMplement UIDs.
7616 2008-05-18  Carsten Dominik  <dominik@science.uva.nl>
7618         * org-mhe.el (org-mhe-follow-link): Fix bug in mhe searches.
7620 2008-05-16  Carsten Dominik  <dominik@science.uva.nl>
7622         * org-faces.el (org-column): Document how this face is being used
7623         and why sometimes the background faces shine through.
7625         * org-mhe.el (org-mhe-follow-link): Improve handling of searches.
7627         * org-publish.el (org-publish-attachment): Create publishing
7628         directory if it does not yet exist.
7630         * org-table.el (org-calc-default-modes): Change default number
7631         format to (float 8).
7633         * org.el (org-olpath-completing-read): New function.
7634         (org-time-clocksum-format): New option.
7635         (org-minutes-to-hh:mm-string): Use `org-time-clocksum-format'.
7637         * org-clock.el (org-clock-display, org-clock-out)
7638         (org-update-mode-line): Use `org-time-clocksum-format'.
7640         * org-colview-xemacs.el (org-columns-number-to-string): Use
7641         `org-time-clocksum-format'.
7643         * org-colview.el (org-columns-number-to-string): Use
7644         `org-time-clocksum-format'.
7646 2008-05-15  Carsten Dominik  <dominik@science.uva.nl>
7648         * org-id.el: New file, move from contrib to core.
7650         * org-exp.el (org-icalendar-force-UID): New option.
7652 2008-05-14  Carsten Dominik  <dominik@science.uva.nl>
7654         * org-exp.el (org-print-icalendar-entries): Make sure DTEND is
7655         shifted by one day if theere is a date range without an end
7656         time.
7658         * org.el (org-try-structure-completion): New function.
7660 2008-05-13  Carsten Dominik  <dominik@science.uva.nl>
7662         * org.el (org-set-font-lock-defaults): Improve fontification of
7663         description lists.
7664         (org-insert-item): Handle description lists.
7665         (org-adaptive-fill-function): Improve auto indentation in
7666         description lists.
7668         * org-exp.el (org-export-as-html, org-export-preprocess-string):
7669         Implement VERSE environment.
7670         (org-export-preprocess-string): Implement the COMMENT
7671         environment.
7673         * org-export-latex.el (org-export-latex-preprocess): Implement
7674         VERSE environment.
7676 2008-05-12  Carsten Dominik  <dominik@science.uva.nl>
7678         * org-jsinfo.el (org-infojs-opts-table): Add entry for FIXED_TOC
7679         option.
7681 2008-05-10  Carsten Dominik  <dominik@science.uva.nl>
7683         * org-table.el (orgtbl-to-tsv, orgtbl-to-csv): New functions.
7685         * org.el (org-quote-csv-field): New functions.
7687         * org-table.el (org-table-export-default-format): Remove :splice
7688         from default format, we get the same effect by not specifying
7689         :tstart and :tend.
7690         (org-table-export): Improve setup, distinguish better between
7691         interactive and non-interactive use, allow specifying the format
7692         on the fly, better protection against wrong file names.
7693         (orgtbl-to-generic): Fix documentation.  Do not require :tstart
7694         and :tend when :splice is omitted.
7696 2008-05-09  Bernt Hansen  <bernt@norang.ca>
7698         * org-clock.el (org-clock-select-task): Make sure the selection
7699         letters are 1-9 and A-Z, no special characters.
7701 2008-05-09  Carsten Dominik  <dominik@science.uva.nl>
7703         * org-exp.el (org-export-htmlize): New group.
7704         (org-export-htmlize-output-type)
7705         (org-export-htmlize-css-font-prefix): New options.
7706         (org-export-htmlize-region-for-paste): New function.
7707         (org-export-htmlize-generate-css): New command.
7709 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
7711         * org/org.el (org-modules, org-format-latex-options):
7712         * org/org-archive.el (org-archive-stamp-time)
7713         (org-archive-save-context-info):
7714         * org/org-faces.el (org-hide):
7715         * org/org-irc.el (org-irc-parse-link):
7716         * org/org-macs.el (org-call-with-arg, org-autoload):
7717         * org/org-mew.el (org-mew-store-link):
7718         * org/org-remember.el (org-remember-store-without-prompt)
7719         (org-remember-templates): Fix typos in docstrings.
7721         * org/org-info.el (org-info-store-link): Remove leftover docstring.
7723         * org/org-bbdb.el (org-bbdb-export): Remove leftover docstring.
7724         (org-bbdb-anniversary-field, org-bbdb-extract-date-fun)
7725         (org-bbdb-anniv-split): Fix typos in docstrings.
7727         * org/org-publish.el (org-publish-project-alist): Doc fixes.
7728         (org-publish-use-timestamps-flag): Reflow docstring.
7729         (org-publish-files-alist): Fix typos in docstring.
7731 2008-05-08  Carsten Dominik  <dominik@science.uva.nl>
7733         * org.el (org-set-visibility-according-to-property): New function.
7734         (org-ctrl-c-ctrl-c): Do not restart org-mode, just get the options
7735         and compute the regular expressions, and update font-lock.
7736         (org-property-re): Allow a dash in property names.
7738         * org-archive.el (org-extract-archive-file): Insert the file name
7739         without the path into the format, to allow the location format to
7740         contain a subdirectory.
7742         * org-agenda.el (org-agenda-post-command-hook): If point is at end
7743         of buffer, and the `org-agenda-type' property undefined, use the
7744         value from the character before.
7746         * org.el (org-add-planning-info): Don't let indentation for
7747         would-be timestamp become extra whitespace at the end of headline.
7749 2008-05-07  Carsten Dominik  <dominik@science.uva.nl>
7751         * org.el (org-remove-double-quotes, org-file-contents): New
7752         functions.
7754         * org-exp.el (org-infile-export-plist): Also parse the
7755         contents of #+SETUPFILE files, recursively.
7757         * org.el (org-set-regexps-and-options): Also parse the
7758         contents of #+SETUPFILE files, recursively.
7760         * org-exp.el (org-export-handle-include-files): New function.
7761         (org-export-preprocess-string): Call
7762         `org-export-handle-include-files'.
7764         * org.el (org-delete-property-globally)
7765         (org-delete-property, org-set-property): Ignore case during
7766         completion.
7767         (org-set-property): Use `org-completing-read' instead of
7768         `completing-read'.
7770         * org.el (org-complete-expand-structure-template): New,
7771         experimental function.
7772         (org-structure-template-alist): New, experimental option.
7773         (org-complete): Call `org-complete-expand-structure-template'.
7775 2008-05-06  Bastien Guerry  <bzg@altern.org>
7777         * org-export-latex.el (org-export-latex-preprocess): Added
7778         support for blockquotes.
7780 2008-05-05  Carsten Dominik  <dominik@science.uva.nl>
7782         * org.el (org-read-date-analyze): Catch the case where only a
7783         weekday is given.
7785 2008-05-04  Carsten Dominik  <dominik@science.uva.nl>
7787         * org.el (org-set-font-lock-defaults): Make the description
7788         tag bold.
7790         * org-exp.el (org-export-as-html, org-close-li): Implement
7791         description lists.
7793 2008-05-04  Jason Riedy  <jason@acm.org>
7795         * org-table.el (*orgtbl-default-fmt*): New variable.
7796         (orgtbl-format-line): Use the value of *orgtbl-default-fmt*
7797         when there is no other fmt available.
7799         (orgtbl-to-generic): Allow an explicitly nil :tstart or
7800         :tend to suppress the appropriate string.
7802         (orgtbl-to-orgtbl): New function for translating to another orgtbl
7803         table.
7805 2008-05-02  Carsten Dominik  <dominik@science.uva.nl>
7807         * org.el (org-read-date-analyze): "." as an alias for "+0" in
7808         read date.
7810         * org-clock.el (org-clock-save-markers-for-cut-and-paste):
7811         New function.
7813         * org-agenda.el (org-agenda-save-markers-for-cut-and-paste):
7814         New function.
7816 2008-05-01  Carsten Dominik  <dominik@science.uva.nl>
7818         * org-clock.el (org-clock-find-position): Don't include notes
7819         into clock drawer.
7821         * org-archive.el (org-archive-subtree): No longer remove an
7822         extra line after cutting the subtree.  `org-cut-subtree' already
7823         takes care of this.
7825         * org-remember.el (org-remember-handler): Only kill the target
7826         buffer if it does not contain the running clock.
7828         * org.el (org-markers-to-move): New variable.
7829         (org-save-markers-in-region, org-check-and-save-marker)
7830         (org-reinstall-markers-in-region): New function.
7831         (org-move-subtree-down, org-copy-subtree): Remember relative
7832         marker positions before cutting.
7833         (org-move-subtree-down, org-paste-subtree): Restore relative
7834         marker positions after pasting.
7836         * org-remember.el (org-remember-clock-out-on-exit): New option.
7837         (org-remember-finalize): Clock out only if the setting in
7838         `org-remember-clock-out-on-exit' requires it.
7839         (org-remember-handler): Do the cleanup in the buffer, to make sure
7840         that the clock marker remains in tact.
7842 2008-04-29  Carsten Dominik  <dominik@science.uva.nl>
7844         * org-clock.el (org-clock-goto): Widen buffer if necessary.
7845         (org-clock-in): Make sure that also tasks outside the narrowed
7846         region will be clocked in correctly.
7847         (org-clock-insert-selection-line): Widen the buffer so that we can
7848         find the correct task heading.
7850         * org.el (org-base-buffer): New function.
7852         * org-exp.el (org-icalendar-cleanup-string): Make sure ',"
7853         and ";" are escaped.
7854         (org-print-icalendar-entries): Also apply
7855         `org-icalendar-cleanup-string' to the headline, not only to the
7856         summary property.
7858 2008-04-28  Carsten Dominik  <dominik@science.uva.nl>
7860         * org-exp.el (org-export-preprocess-hook): New hook.
7861         (org-export-preprocess-string): Call
7862         `org-export-preprocess-hook'.
7864         * org.el (org-font-lock-hook): New variable.
7865         (org-font-lock-hook): New function.
7866         (org-set-font-lock-defaults): Call `org-font-lock-hook'.
7868 ;; Local Variables:
7869 ;; coding: utf-8
7870 ;; add-log-time-zone-rule: t
7871 ;; End:
7873     Copyright (C) 2008  Free Software Foundation, Inc.
7875   This file is part of GNU Emacs.
7877   GNU Emacs is free software: you can redistribute it and/or modify
7878   it under the terms of the GNU General Public License as published by
7879   the Free Software Foundation, either version 3 of the License, or
7880   (at your option) any later version.
7882   GNU Emacs is distributed in the hope that it will be useful,
7883   but WITHOUT ANY WARRANTY; without even the implied warranty of
7884   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
7885   GNU General Public License for more details.
7887   You should have received a copy of the GNU General Public License
7888   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
7890 ;; arch-tag: a9bdcf06-7c2d-4b5a-bf7a-c5e7b706f67c