Fix typo in `org-splice-latex-header'.
[org-mode.git] / lisp / ChangeLog
blob629b8c0dc6987d6c4855a665770cf8294c42c650
1 2010-04-04  Bastien Guerry  <bzg@altern.org>
3         * org.el (org-splice-latex-header): Fix typo.
5 2010-04-04  Carsten Dominik  <carsten.dominik@gmail.com>
7         * org-latex.el (org-export-latex-make-header): Use
8         `org-splice-latex-header' to build the header.
9         (org-export-latex-classes): Update docstring.
11         * org.el (org-splice-latex-header): New function.
12         (org-create-formula-image): Use `org-splice-latex-header' to build
13         the header.
15         * org-gnus.el (org-gnus-follow-link): Handle nndoc backend.
17 2010-04-03  Carsten Dominik  <carsten.dominik@gmail.com>
19         * org.el (org-export-latex-packages-alist)
20         (org-export-latex-default-packages-alist): Fix docstring to
21         reflect the expected structure.
23         * org-docbook.el (org-docbook-do-expand): Fix bug with variable names.
24         (org-export-docbook-finalize-table): Make use of label for tables.
26 2010-04-02  Carsten Dominik  <carsten.dominik@gmail.com>
28         * org-attach.el (org-attach-commit): Split on newlines.
30         * org.el (org-export-latex-default-packages-alist): Use list
31         instead of cons for the entries.
33 2010-04-01  Carsten Dominik  <carsten.dominik@gmail.com>
35         * org-entities.el (org-entity-get-representation): Catch the case
36         that there is not entry in the list.
38         * org-mobile.el (org-mobile-use-encryption)
39         (org-mobile-encryption-tempfile, org-mobile-encryption-password):
40         New options.
41         (org-mobile-check-setup): CHeck the encryption setup.
42         (org-mobile-copy-agenda-files, org-mobile-sumo-agenda-command)
43         (org-mobile-create-sumo-agenda): Use encryption code.
44         (org-mobile-encrypt-and-move): New function.
45         (org-mobile-encrypt-file, org-mobile-decrypt-file): New
46         functions.
47         (org-mobile-move-capture): Decrypt the capture file.
49         * org.el (org-entities): Require the new file.
50         (org-export-latex-default-packages-alist): New variable.
51         (org-complete): Use new entity code for completion.
52         (org-create-formula-image): Use the new packages variable.
54         * org-latex.el (org-export-latex-classes): Remove the standard
55         packages from the class headers.
56         (org-export-latex-make-header): Use the new package variable.
57         (org-export-latex-special-chars): Better regexp for entities, to
58         support entity name that contain numbers.
59         (org-export-latex-treat-backslash-char): Use the new entity code.
61         * org-html.el (org-html-do-expand): Use the new entity code.
63         * org-exp.el (org-export): Add the new export commands.
64         (org-html-entities): Constant removed.
65         (org-export-visible): Add the new export commands.
67         * org-entities.el: New file.
69         * org-docbook.el (org-docbook-do-expand): Use new entity code.
71         * org-ascii.el (org-export-ascii-entities): New variable.
72         (org-export-as-latin1, org-export-as-latin1-to-buffer)
73         (org-export-as-utf8, org-export-as-utf8-to-buffer): New commands.
74         (org-export-as-encoding): New function.
75         (org-export-ascii-preprocess): Call `org-ascii-replace-entities'.
76         (org-ascii-replace-entities): New function.
78 2010-03-31  Carsten Dominik  <carsten.dominik@gmail.com>
80         * org-html.el (org-html-level-start): Catch the case that target
81         might be nil.
83 2010-03-31  Dan Davison  <davison@stats.ox.ac.uk>
85         * org.el (org-appearance): Change Customize group variable name
86         from org-font-lock to org-appearance, and change tag from "Org
87         Font Lock" to "Org Appearance"
88         (org-odd-levels-only): Change Customize group variable name
89         (org-level-color-stars-only): Change Customize group variable name
90         (org-hide-leading-stars): Change Customize group variable name
91         (org-hidden-keywords): Change Customize group variable name
92         (org-fontify-done-headline): Change Customize group variable name
93         (org-fontify-emphasized-text): Change Customize group variable name
94         (org-fontify-whole-heading-line): Change Customize group variable name
95         (org-highlight-latex-fragments-and-specials): Change Customize
96         group variable name
97         (org-hide-emphasis-markers): Change Customize group variable name
98         (org-emphasis-alist): Change Customize group variable name
99         (org-emphasis-regexp-components): Change Customize group variable
100         name
101         (org-modules): Remove mention of org-R
103         * org-faces.el (org-faces): Change Customize group variable name
105 2010-03-29  Carsten Dominik  <carsten.dominik@gmail.com>
107         * org-agenda.el (org-diary-last-run-time): New variable.
108         (org-diary): prepare agenda buffers only if last call was some
109         time ago.
111         * org-html.el (org-export-html-preprocess): Replace \ref macros
112         with a link.
113         (org-format-org-table-html): Add the label as an anchor.
115         * org-docbook.el (org-export-docbook-format-image): Do some
116         formatting on captions.
118         * org-latex.el (org-export-latex-tables, org-export-latex-links):
119         Do some formatting on captions.
121         * org-html.el (org-export-html-format-image)
122         (org-format-org-table-html): Do some formatting on captions.
124 2010-03-28  Dan Davison  <davison@stats.ox.ac.uk>
126         * org.el (org-hidden-keywords): New customizable variable. This is
127         a list of symbols specifying which of the special keywords #+DATE,
128         #+AUTHOR, #+EMAIL and #+TITLE should be hidden by font lock.
129         (org-fontify-meta-lines-and-blocks): Changes to font-lock code
130         implementing new faces and hiding behaviour.
132         * org-faces.el (org-document-title): New face for #+TITLE lines
133         (org-document-info): New face for #+DATE, #+AUTHOR, #+EMAIL lines
134         (org-document-info-keyword): New face for #+DATE, #+AUTHOR, #+EMAIL keywords
136 2010-03-28  Carsten Dominik  <carsten.dominik@gmail.com>
138         * org-publish.el (org-publish-sanitize-plist): New function to
139         rename "index" properties to "sitemap".  Do this renaming
140         globally.
141         (org-publish-with-aux-preprocess-maybe): New macro.
142         (org-publish-org-to-pdf, org-publish-org-to-html): Use the new
143         macro.
144         (org-publish-aux-preprocess)
145         (org-publish-index-generate-theindex.inc): New function.
147 2010-03-27  Carsten Dominik  <carsten.dominik@gmail.com>
149         * org-table.el (org-table-align): Interpret <N> at fixed width,
150         not as maximum width.
152 2010-03-26  Carsten Dominik  <carsten.dominik@gmail.com>
154         * org-exp.el (org-export-author-info, org-export-email-info): Fix
155         docstrings.
157         * org-beamer.el (org-beamer-select-environment): Renamed from
158         `org-beamer-set-environment-tag'.  Improve docstring.
160         * org-freemind.el (org-freemind-write-mm-buffer): Fix another
161         problem with odd levels.
163         * org-ascii.el (org-export-as-ascii): Export email only if the
164         author wants it.
166         * org-docbook.el (org-export-as-docbook): Export email only if the
167         author wants it.
169         * org-html.el (org-export-as-html): Export email only if the
170         author wants it.
172         * org-exp.el (org-export-email-info): New option.
173         (org-export-plist-vars): Add entry for `org-export-email'.
175 2010-03-25  Carsten Dominik  <carsten.dominik@gmail.com>
177         * org-table.el (org-table-goto-line): Fix typo.
179 2010-03-25  Mikael Fornius  <mfo@abc.se>
181         * org.el (org-agenda-files): Typo.
182         (org-read-agenda-file-list): Add optional argument to help
183         `org-store-new-agenda-file-list' to remember un-expanded file
184         names.  Expand file names relative to `org-directory'.
185         (org-store-new-agenda-file-list): Keep un-expanded file names when
186         saving, if available.
187         (org-agenda-files): Update documentation.
189 2010-03-25  Carsten Dominik  <carsten.dominik@gmail.com>
191         * org-ascii.el (org-export-as-ascii): Catch the case of exporting
192         a buffer with no file name attached.
194         * org.el (org-log-refile): New option.
195         (org-log-note-headings): Add a heading for refiling.
196         (org-startup-options): Add keywords for logging of the refile
197         action.
198         (org-refile): Add logging action.
199         (org-add-log-note): Allow for refiling action.
201         * org-agenda.el (org-agenda-bulk-action): Make sure
202         `org-log-refile' is not `note' during a bulk action.
204 2010-03-24  Carsten Dominik  <carsten.dominik@gmail.com>
206         * org.el (org-map-dblocks): Use save-excursion to remember the
207         position.
209         * org-attach.el (org-attach-commit): Remove dependence on xargs.
210         (org-attach-delete-one): Commit after deleting a file.
212         * org-latex.el (org-export-latex-fontify): Do not mistake table.el
213         borders for strike-through emphasis.
215         * org-freemind.el (org-freemind-write-mm-buffer): Simplify the
216         handling of odd levels.
218         * org-agenda.el (org-agenda-todo-ignore-deadlines): Document `past'
219         and `future' values.
220         (org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item):
221         Handle `past' and `future' values.
223         * org.el (org-read-agenda-file-list): Interpret file names
224         relative to org-directory and allow environment variables and
225         "~".
227         * org-latex.el (org-export-latex-special-chars): Allow a
228         parenthesis before an exponent or subscript.
230 2010-03-23  Dan Davison  <davison@stats.ox.ac.uk>
232         * org-src.el (org-edit-src-exit): When returning from code edit
233         buffer, if code block is hidden, leave point at start of
234         #+begin_src line
236 2010-03-23  Carsten Dominik  <carsten.dominik@gmail.com>
238         * org.el (org-insert-heading): Do not remove all spaces if the
239         headline is empty.
241         * org-indent.el (org-indent): Fix group name.
243 2010-03-21  Carsten Dominik  <carsten.dominik@gmail.com>
245         * org-table.el (org-table-goto-column): Fix forcing a non-existing
246         column.
247         (org-table-get, org-table-put, org-table-goto-line)
248         (org-table-current-line): New functions.
250 2010-03-21  Jan Böcker  <jan.boecker@jboecker.de>
252         * org.el (org-open-file): Allow regular expressions in
253         org-file-apps to capture link parameters using groups.  In a
254         command string to be executed, the parameters can be referenced
255         using %1, %2, etc.  Lisp forms can access them using
256         (match-string n link).
257         (org-apps-regexp-alist): Adopt the created regexp, as this is now
258         matched against a file: link instead of the file name.
260 2010-03-21  Carsten Dominik  <carsten.dominik@gmail.com>
262         * org-crypt.el (org-reveal-start-hook): Add a decryption function
263         to this hook.
264         (org-decrypt-entries, org-encrypt-entries, org-decrypt-entry): Add
265         docstrings.
267         * org.el (org-point-at-end-of-empty-headline)
268         (org-level-increment, org-get-previous-line-level): New function.
269         (org-cycle-level): Rewritten to be independent of when this
270         function is called.
271         (org-in-regexps-block-p): New function.
272         (org-reveal-start-hook): New hook.
273         (org-reveal): Run new hook.
275 2010-03-19  Carsten Dominik  <carsten.dominik@gmail.com>
277         * org-latex.el (org-export-latex-keywords): Start a new paragraph
278         after time keywords, do not add "\newline".
280         * org-html.el (org-export-as-html): Avoid double # in href.
282         * org.el (org-refile-get-location): Catch an invalid target
283         specification.
285 2010-03-18  Carsten Dominik  <carsten.dominik@gmail.com>
287         * org-agenda.el (org-agenda-add-entry-to-org-agenda-diary-file):
288         Make sure the behavior regarding to extracting time is
289         consistent.
291 2010-03-17  Stephen Eglen  <stephen@gnu.org>
293         * org-agenda.el (org-agenda-insert-diary-extract-time): New
294         variable.
295         (org-agenda-add-entry-to-org-agenda-diary-file): Use this new
296         variable rather than `org-agenda-search-headline-for-time'.
298 2010-03-17  Carsten Dominik  <carsten.dominik@gmail.com>
300         * org-list.el (org-fix-bullet-type): Improve cursor positioning.
302 2010-03-15  Carsten Dominik  <carsten.dominik@gmail.com>
304         * org.el (org-adaptive-fill-regexp-backup): New variable.
305         (org-set-autofill-regexps): Store a backup of
306         `adaptive-fill-regexp'.
307         (org-adaptive-fill-function): Fix filling of comments and ordered
308         lists. If there is no other match, till try adaptive fill.
310 2010-03-15  John Wiegley  <jwiegley@gmail.com>
312         * org-agenda.el (org-agenda-include-deadlines): Added new
313         customization variable to determine whether unscheduled tasks
314         should appear in the agenda solely because of their deadline.
315         Default to true, which was the previous behavior (it just wasn't
316         configurable).
317         (org-agenda-mode-map, org-agenda-view-mode-dispatch): Bind ! in
318         the agenda to show/hide deadline tasks.
319         (org-agenda-menu): Added menu option for show/hide deadlines.
320         (org-agenda-list): Make the agenda list sensitive to the value of
321         `org-agenda-include-deadlines'.
322         (org-agenda-toggle-deadlines): New function to toggle the value of
323         `org-agenda-include-deadlines' and repaint the modeline
324         indicators.
325         (org-agenda-set-mode-name): Show "Deadlines" in the agenda
326         modeline if deadline tasks are being displayed.
328 2010-03-14  Carsten Dominik  <carsten.dominik@gmail.com>
330         * org-table.el (org-table-eval-formula): Replace $# and @# by
331         current column and row number.
333 2010-03-12  Carsten Dominik  <carsten.dominik@gmail.com>
335         * org.el (org-set-property, org-delete-property): Go back to
336         prompting for the property.
338         * org-latex.el (org-export-latex-make-header): Fully process
339         author line.
340         (org-export-latex-fontify-headline): Allow several arguments, not
341         just one.
342         (org-export-latex-fix-inputenc): Catch the error when
343         `latexenc-coding-system-to-inputenc' is not defined.
345         * org-agenda.el (org-agenda-skip-if-todo): New function.
346         (org-agenda-skip-if): Add conditions for TODO keywords.
347         (org-agenda-skip-if): Document the new todo conditions.
349 2010-03-11  Mikael Fornius  <mfo@abc.se>
351         * org.el (org-at-property-p): Check if we are inside a property
352         drawer not just any drawer.
353         (org-set-property, org-delete-property): When cursor is on a
354         property key value pair do not prompt for property name instead
355         use name at cursor.
356         (org-ctrl-c-ctrl-c): Still do org-property-action when cursor is
357         on the first line of a property drawer.
358         (org-property-end-re): Spell check.
360 2010-03-11  Carsten Dominik  <carsten.dominik@gmail.com>
362         * org-exp.el (org-export-attach-captions-and-attributes): Add the
363         properties to the entire table, in case the first line is
364         removed.
366         * org-archive.el (org-archive-reversed-order): New option.
367         (org-archive-subtree, org-archive-to-archive-sibling): Use the new
368         option `org-archive-reversed-order'.
370 2010-03-10  Carsten Dominik  <carsten.dominik@gmail.com>
372         * org-agenda.el (org-agenda-entry-types): New variable.
373         (org-agenda-list): Use `org-agenda-entry-types'.
374         (org-agenda-custom-commands-local-options): Support for setting
375         `org-agenda-entry-types' as an option.
376         (org-diary): Shift some documentation from here to the variable
377         `org-agenda-entry-types'.
379 2010-03-09  Carsten Dominik  <carsten.dominik@gmail.com>
381         * org-latex.el (org-export-latex-make-header): Apply macros in
382         author field.
384         * org-clock.el (org-clocking-buffer, org-clocking-p): New function.
385         (org-clock-select-task, org-clock-notify-once-if-expired)
386         (org-clock-in, org-clock-out, org-clock-cancel, org-clock-goto)
387         (org-clock-out-if-current, org-clock-save): Use the new functions.
389 2010-03-08  Carsten Dominik  <carsten.dominik@gmail.com>
391         * org-docbook.el (org-export-as-docbook): Remove unnecessary
392         newline.
393         (org-export-as-docbook): Remove unnecessary newline.
394         (org-export-as-docbook): Fix problem with double footnote
395         reference in one place.
397         * org-exp.el (org-export-format-source-code-or-example): Remove
398         unnecessary newline.
400         * org.el (org-deadline, org-schedule): Allow rescheduling entries
401         with repeaters.
403         * org-table.el (org-table-convert-refs-to-rc): Better way to catch
404         function calls that look like references.
406         * org.el (org-open-at-point): Get link abbreviations from
407         reference buffer.
409 2010-03-07  Carsten Dominik  <carsten.dominik@gmail.com>
411         * org-table.el (org-table-convert-refs-to-rc): Do not read arctan2
412         as a reference.
414 2010-03-05  Carsten Dominik  <carsten.dominik@gmail.com>
416         * org.el (org-link-unescape): Solve issue with lower-case escapes.
418 2010-03-04  Carsten Dominik  <carsten.dominik@gmail.com>
420         * org-latex.el (org-export-latex-classes): Add
421         \usepackage{latexsym} to all classes.
423 2010-03-03  Carsten Dominik  <carsten.dominik@gmail.com>
425         * org-html.el (org-export-as-html): Do not allow protected lines
426         into the table of contents.
428         * org-latex.el (org-export-latex-special-chars): Find subsequent
429         occurrences of special characters.
430         (org-export-latex-tables): Do not convert table-like stuff that is
431         protected.
433 2010-03-01  Carsten Dominik  <carsten.dominik@gmail.com>
435         * org-list.el (org-toggle-checkbox): No errors when updating
436         checkbox count fails because there is no heading.
438 2010-02-27  Carsten Dominik  <carsten.dominik@gmail.com>
440         * org-clock.el (org-clock-report-include-clocking-task): New
441         option.
442         (org-clock-sum): Add the current clocking task.
444 2010-02-26  Carsten Dominik  <carsten.dominik@gmail.com>
446         * org.el (org-cycle): Print a message when in a table.el table.
447         (org-edit-special): Recognize the table.el context.
448         (org-ctrl-c-ctrl-c): Print a message when in a table.el table.
450         * org-src.el (org-at-table.el-p): Declare.
451         (org-edit-src-code): Handle a special case for table.el editing.
452         (org-edit-src-find-region-and-lang): Recognize the table.el
453         context.
455         * org-latex.el (org-export-latex-tables): Convert table.el
456         tables.
457         (org-export-latex-convert-table.el-table): New function.
459         * org-html.el (org-html-expand): Fix table.el export.
461         * org-latex.el (org-export-latex-preprocess): Protect footnotes in
462         headings.
464         * org-id.el (org-id-find-id-file): Fix bug when there is no hash
465         table for the id locations.
467         * org.el (org-read-date-analyze): Match American-style dates, like
468         5/30 or 5/13/7.  Make sure cal-iso.el is loaded.  Don't force he
469         current year when reading ISO and American dates.
471 2010-02-25  Carsten Dominik  <carsten.dominik@gmail.com>
473         * org.el (org-face-from-face-or-color): New function.
474         (org-get-todo-face, org-font-lock-add-priority-faces)
475         (org-get-tag-face): Use `org-face-from-face-or-color'.
477         * org-faces.el (org-todo-keyword-faces, org-priority-faces): Allow
478         simple colors as values.
479         (org-faces-easy-properties): New option.
481         * org-agenda.el (org-agenda-set-mode-name): Show if the agenda is
482         restricted, as an agenda mode.
483         (org-agenda-fontify-priorities): Allow simple colors as values.
485 2010-02-25  Bastien Guerry  <bzg@altern.org>
487         * org-timer.el (org-timer-current-timer): Renamed from
488         `org-timer-last-timer'.
489         (org-timer-timer1, org-timer-timer2, org-timer-timer3): Removed.
490         (org-timer-cancel-timer, org-timer-show-remaining-time)
491         (org-timer-set-timer): Update to use only one timer.
493         * org.el (org-set-property): Remove useless space in the prompt.
495 2010-02-25  Carsten Dominik  <carsten.dominik@gmail.com>
497         * org-html.el (org-export-html-style-default): Add a default style
498         for textareas.
500         * org-exp.el (org-export-format-source-code-or-example): Fix
501         textarea tag.
503 2010-02-24  Bastien Guerry  <bzg@altern.org>
505         * org-clock.el (org-clock-current-task): New variable to store
506         last clocked in task.
507         (org-clock-set-current, org-clock-delete-current): New functions.
509 2010-02-24  Carsten Dominik  <carsten.dominik@gmail.com>
511         * org-remember.el (org-remember-apply-template): Extend comment.
512         (org-remember-handler): Implement clock sibling filing.
514 2010-02-23  Carsten Dominik  <carsten.dominik@gmail.com>
516         * org-publish.el (org-publish-all, org-publish-current-file)
517         (org-publish-current-project): When called with prefix argument
518         FORCE, also rebuild the validation file list.
520         * org-latex.el (org-export-latex-preprocess): Protect footnotes in
521         section headings.
523 2010-02-21  Carsten Dominik  <carsten.dominik@gmail.com>
525         * org-html.el (org-export-as-html-and-open): Kill product buffer
526         if the user wants that.
528         * org-latex.el (org-export-as-pdf-and-open): Kill product buffer
529         if the user wants that.
531         * org-exp.el (org-export-kill-product-buffer-when-displayed): New
532         option.
534         * org-agenda.el (org-batch-agenda-csv): Use the time property
535         instead of the `time-of-day' property.
537 2010-02-20  Carsten Dominik  <carsten.dominik@gmail.com>
539         * org-timer.el (org-timer-start-hook, org-timer-stop-hook)
540         (org-timer-pause-hook, org-timer-set-hook)
541         (org-timer-cancel-hook): New hooks.
542         (org-timer-start): Run `org-timer-start-hook'.
543         (org-timer-pause-or-continue): Run `org-timer-pause-hook'.
544         (org-timer-stop): Run `org-timer-stop-hook'.
545         (org-timer-cancel-timers): Run `org-timer-cancel-hook'.
547 2010-02-19  Carsten Dominik  <carsten.dominik@gmail.com>
549         * org.el (org-reveal): Double prefix arg shows the subtree of the
550         parent.
552 2010-02-17  Carsten Dominik  <carsten.dominik@gmail.com>
554         * org-agenda.el (org-search-view): Fix bug with searching full
555         words in headlines in search view.
556         (org-agenda-skip-deadline-prewarning-if-scheduled): New option.
557         (org-agenda-get-deadlines): Suppress pre-warning if the entry is
558         scheduled (if the user configures it so.
560 2010-02-16  Carsten Dominik  <carsten.dominik@gmail.com>
562         * org.el (org-hide-archived-subtrees): Don't jump to end of
563         subtree if the match was not in a headline.
564         (org-inside-latex-macro-p): Allow more complex arguments.
565         (org-emphasize): Protect against use at end of buffer.
567 2010-02-15  Carsten Dominik  <carsten.dominik@gmail.com>
569         * org-agenda.el (org-agenda-align-tags): Avoid side effects on
570         text properties.
572 2010-02-14  Carsten Dominik  <carsten.dominik@gmail.com>
574         * org-agenda.el (org-agenda-todo-ignore-scheduled): More allowed
575         values.
576         (org-agenda-todo-ignore-scheduled)
577         (org-agenda-todo-ignore-deadlines): More control with different
578         allowed values.
579         (org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item):
580         Honor the new option settings.
582 2010-02-12  Carsten Dominik  <carsten.dominik@gmail.com>
584         * org.el (org-get-location): Make sure the selection buffer is
585         shown in the current frame.
587         * org-ascii.el (org-export-ascii-table-widen-columns): New
588         option.
589         (org-export-ascii-preprocess): Realign tables to remove narrowing
590         if `org-export-ascii-table-widen-columns' is set.
592         * org-table.el (org-table-do-narrow): New variable.
593         (org-table-align): Narrow only if `org-table-do-narrow' is t.
595         * org.el (org-deadline, org-schedule): Allow updating if the
596         relevant time stamp does not have a repeater, i.e. do not require
597         that no time stamp has a repeater.
599         * org-agenda.el (org-agenda-align-tags): Don't add a face to the
600         new white space before the tags.
602         * org-latex.el (org-export-as-latex): Do nit require the buffer to
603         be visiting a file when only exporting to a buffer or string.
604         (org-export-latex-fix-inputenc): Only save the buffer is there is
605         a file name attached to it.
607 2010-02-09  Dan Davison  <davison@stats.ox.ac.uk>
609         * org-src.el (org-edit-src-exit): Widen before exiting edit buffers
611 2010-02-08  Carsten Dominik  <carsten.dominik@gmail.com>
613         * org.el (org-fontify-meta-lines-and-blocks): Honor
614         `org-fontify-quote-and-verse-blocks'.
616         * org-faces.el (org-fontify-quote-and-verse-blocks): New option.
618 2010-02-03  Carsten Dominik  <carsten.dominik@gmail.com>
620         * org.el (org-open-at-point): Also check for text property
621         org-linked-text before offering collected links.
623 2010-02-03  Stephen Eglen  <stephen@gnu.org>
625         * org-agenda.el (org-agenda-add-entry-to-org-agenda-diary-file):
626         Optionally extract time specification from text and add to the
627         timestamp.
629 2010-02-03  Carsten Dominik  <carsten.dominik@gmail.com>
631         * org-exp.el (org-html-entities): Fix typo.
633         * org-latex.el (org-export-latex-make-header): Use \providecommand
634         to make sure the \alert macro is defined.
636         * org.el (org-format-latex-signal-error)
637         (org-create-formula-image): Use `org-format-latex-signal-error'.
639 2010-02-02  Stephen Eglen  <stephen@gnu.org>
641         * org.el (org-store-link): For dired buffers, use
642         default-directory as link name if dired-get-filename returns
643         nil.
645 2010-02-02  Carsten Dominik  <carsten.dominik@gmail.com>
647         * org-exp.el (org-export-concatenate-multiline-links): The for
648         protectedness at beginning of match.
650         * org-latex.el (org-export-latex-fix-inputenc): Never leave the
651         AUTO as a coding system, instead default to utf8.
653 2010-02-01  Carsten Dominik  <carsten.dominik@gmail.com>
655         * org.el (org-block-todo-from-children-or-siblings-or-parent)
656         (org-block-todo-from-checkboxes): Respect the local variable
657         value when deciding if blocking should be active.
659         * org-latex.el (org-export-latex-make-header): Define the align
660         macro if it is not yet defined.
662         * org-agenda.el (org-agenda-insert-diary-make-new-entry): Call
663         `org-insert-heading' with the INVISIBLE-OK argument.
665         * org-mac-message.el (org-mac-message-insert-flagged): Call
666         `org-insert-heading' with the INVISIBLE-OK argument.
668         * org.el (org-insert-heading):  New argument INVISIBLE-OK.
670         * org-agenda.el (org-agenda-view-mode-dispatch): Improve the
671         prompt message.
673         * org-html.el (org-html-level-start): Use the
674         `html-container-class' text property to set an additional class
675         for an outline container.
677         * org-exp.el (org-export-remember-html-container-classes): New
678         function.
679         (org-export-preprocess-string): Call
680         `org-export-remember-html-container-classes'.
682         * org.el (org-cycle): Mention level cycling in the docstring.
683         (org-default-properties): Add new property HTML_CONTAINER_CLASS.
685         * org-remember.el (org-remember-apply-template): Do file insertion
686         first.
688 2010-01-31  Carsten Dominik  <carsten.dominik@gmail.com>
690         * org-habit.el (org-habit-insert-consistency-graphs): Fix a
691         problem with mis-aligned graphs when showing habits.
693 2010-01-28  Mikael Fornius  <mfo@abc.se>
695         * org.el (org-assign-fast-keys): Prefer keys used in keyword name
696         when assigning. Begin using numerical characters when all in name
697         is used up. This is to spare alphanumeric characters for better
698         match with other keywords.
700 2010-01-28  Carsten Dominik  <carsten.dominik@gmail.com>
702         * org-exp.el (org-export-preprocess-hook): Improve documentation.
704         * org-latex.el (org-export-latex-preprocess): More consistent
705         conversion and protection of the words LaTeX and TeX.
706         (org-export-latex-fontify-headline, org-export-latex-preprocess):
707         Allow angle brackets in commands, for beamer.
709 2010-01-26  Carsten Dominik  <carsten.dominik@gmail.com>
711         * org-clock.el (org-clock-in): Improve the look of the clock line
712         by formatting links.
714 2010-01-24  Carsten Dominik  <carsten.dominik@gmail.com>
716         * org-latex.el (org-export-latex-classes): Use AUTO as the place
717         holder string for the coding system.  And improve the
718         documentation.
719         (org-export-latex-fix-inputenc): Only modify the coding system if
720         it is given by the placeholder AUTO.
722 2010-01-23  Carsten Dominik  <carsten.dominik@gmail.com>
724         * org-clock.el (org-task-overrun-text): New option.
725         (org-task-overrun, org-clock-update-period): New variables.
726         (org-clock-get-clock-string, org-clock-update-mode-line): Mark
727         overrun clock.
728         (org-clock-notify-once-if-expired): Check if clock is overrun.
730         * org-faces.el: New face `org-mode-line-clock-overrun'.
732 2010-01-18  Jan Böcker  <jan.boecker@jboecker.de>
734         * org.el (org-narrow-to-subtree): Position the end of the narrowed
735         region before the line with the next heading, to prevent the user
736         from prepending text to the next headline.
738 2010-01-20  Stephen Eglen  <stephen@gnu.org>
740         * org-agenda.el (org-get-time-of-day): Use
741         org-agenda-time-leading-zero to allow leading zero (rather than
742         space) for times.
744 2010-01-20  Carsten Dominik  <carsten.dominik@gmail.com>
746         * org-agenda.el (org-agenda-diary-entry-in-org-file): Make sure
747         org-datetree.el is loaded.
749         * org-datetree.el: autoload `org-datetree-find-day-create'
751         * org-latex.el (org-export-latex-hyperref-format): New option.
752         (org-export-latex-links): Use `org-export-latex-hyperref-format'.
754 2010-01-18  Carsten Dominik  <carsten.dominik@gmail.com>
756         * org-ctags.el (org-ctags-enable): Change order of functions.
757         (org-ctags-create-tags): Add wildcard to file name expansion.
759 2010-01-17  Carsten Dominik  <carsten.dominik@gmail.com>
761         * org.el (org-entry-properties): Fix some important bugs.
763 2010-01-16  Carsten Dominik  <carsten.dominik@gmail.com>
765         * org.el (org-link-unescape, org-link-escape): Only use hexlify if
766         the table is not explicitly given.
768 2010-01-15  Carsten Dominik  <carsten.dominik@gmail.com>
770         * org-clock.el (org-clock-out-when-done): Allow a list of keywords
771         as value.
772         (org-clock-out-if-current): Work with the new list value of
773         `org-clock-out-when-done'.
774         (org-clock-out, org-clock-out-if-current): Avoid circular logic
775         between clocking out and state changes.
777         * org-ctags.el (org-ctags-path-to-ctags): Better system-type test.
779         * org-latex.el (org-export-latex-treat-backslash-char): Do not by
780         accident protect a character that is before a backslash.
782 2010-01-14  Carsten Dominik  <carsten.dominik@gmail.com>
784         * org-agenda.el (org-diary-class): Use
785         `org-order-calendar-date-args'.
787         * org.el (org-order-calendar-date-args): New function.
789         * org-exp.el (org-export-target-internal-links): Check for
790         protectedness after the first bracket.
792         * org.el (org-entry-properties): Don't match wrong-case TODO
793         keywords.
795         * org-agenda.el (org-agenda-schedule, org-agenda-deadline):
796         Document that ARG is passed through to remove the date.
797         (org-agenda-bulk-action): Accept prefix arg and pass it on.  Do
798         not read a date when the user has given a `C-u' prefix.
800 2010-01-11  Carsten Dominik  <carsten.dominik@gmail.com>
802         * org-agenda.el (org-agenda-fix-displayed-tags): Fix bug when all
803         tags are hidden.
805 2010-01-10  Carsten Dominik  <carsten.dominik@gmail.com>
807         * org-latex.el (org-export-latex-fix-inputenc): New function.
808         (org-export-latex-inputenc-alist): New option.
810         * org-exp.el (org-export): New key SPC to publish enclosing
811         subtree.
813 2010-01-09  Carsten Dominik  <carsten.dominik@gmail.com>
815         * org-indent.el (org-indent-add-properties): Catch case when there
816         is no headline in the buffer.
818 2010-01-08  Carsten Dominik  <carsten.dominik@gmail.com>
820         * org-exp.el (org-html-entities): Add checkmark symbol.
822         * org-ascii.el (org-export-ascii-preprocess): Protect targets in
823         verbatim code for ASCII export.
825         * org.el (org-update-statistics-cookies): Also see checkboxes in
826         ordered lists.
828 2010-01-07  Carsten Dominik  <carsten.dominik@gmail.com>
830         * org-agenda.el (org-agenda-view-mode-dispatch): Define the `L'
831         key.
833         * org-beamer.el (org-beamer-amend-header): Change the location
834         where `org-beamer-header-extra' is inserted.
836         * org.el (org-compute-latex-and-specials-regexp): Don't do BIND
837         just for computing this regexp.
839 2010-01-06  Carsten Dominik  <carsten.dominik@gmail.com>
841         * org-beamer.el (org-beamer-frame-default-options): New option.
842         (org-beamer-sectioning): Use default options if the user does not
843         have defined any.
844         (org-beamer-fix-toc): Put a frame around the table of contents.
846         * org-exp.el (org-export-remove-comment-blocks-and-subtrees): Make
847         sure case-folding works well when processing comment stuff.
849         * org-latex.el (org-export-latex-after-save-hook): New hook.
850         (org-export-as-latex): Run the new hook.
852 2010-01-05  Carsten Dominik  <carsten.dominik@gmail.com>
854         * org-beamer.el (org-beamer-environments-default): Add the note
855         environments.
856         (org-beamer-after-initial-vars): Allow several BEAMER_HEADER_EXTRA
857         lines and collect and combine the content.
858         (org-beamer-after-initial-vars): Check for note tags and make sure
859         they will be seen like a property.
861         * org.el (org-offer-links-in-entry): Fix bug when there is a
862         single link.
864         * org-exp.el (org-export): Make sure the mark is activated, also
865         when `transient-mark-mode' is off.
867         * org-agenda.el (org-agenda-search-view-always-boolean): New option.
868         (org-agenda-search-view-search-words-only): Obsolete variable, is
869         now an alias for `org-agenda-search-view-always-boolean'.
870         (org-agenda-search-view-force-full-words): New option.
871         (org-search-view): Improve docstring, and implement a better logic
872         for Boolean and phrase searches.
873         (org-agenda-last-search-view-search-was-boolean): New variable.
874         (org-agenda-manipulate-query): Consider the type of the last
875         search when modifying the search string.
877 2010-01-04  Carsten Dominik  <carsten.dominik@gmail.com>
879         * org-latex.el (org-export-as-latex): Do the first letbind in the
880         right moment.
882         * org-agenda.el (org-get-entries-from-diary): Add the new face to
883         these entries.
885         * org-faces.el (org-agenda-diary): New face.
887         * org.el (org-make-link-regexps): Allow regexp-special characters
888         in link types.
889         (org-open-file): When in-emacs is `system', also force system
890         opening, like when the value was `(16)'.
891         (org-update-statistics-cookies): Handle entries without children.
893         * org-exp.el
894         (org-export-preprocess-before-normalizing-links-hook): New hook.
895         (org-export-preprocess-string): Run the new hook.
897         * org.el (org-offer-links-in-entry): Make RET open all links.
899         * org-html.el (org-export-as-html): Remove any leftover display
900         properties in the html file.
902         * org-wl.el (org-wl-store-link): Work-around for format bug with
903         text properties.
905         * org-habit.el (org-habit-insert-consistency-graphs): Turn off
906         invisibility while adding the graphs.
908 2010-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
910         * org-remember.el (org-select-remember-template): Use C letter to
911         customize remember templates.
913         * org-agenda.el (org-agenda-bulk-mark, org-agenda-bulk-unmark):
914         Move cursor to next visible line.
916 2010-01-02  Carsten Dominik  <carsten.dominik@gmail.com>
918         * org-beamer.el (org-beamer-sectioning): Leave columns environment
919         by specifying 0 or 1 for column width.
920         (org-beamer-column-widths): Make 0 stand for 0.0.
922 2010-01-01  Carsten Dominik  <carsten.dominik@gmail.com>
924         * org-exp.el (org-export-mark-radio-links): Don't match inside
925         <<target>>.
927         * org.el (org-format-latex-header-extra): New variable.
928         (org-format-latex): Set org-format-latex-header-extra from
929         in-buffer stuff.
930         (org-format-latex): Add org-format-latex-header-extra to the
931         variables on which image creation depends.
932         (org-create-formula-image): Add the header stuff from in-buffer
933         settings.
934         (org-read-date-analyze): Base the analysis for future preference
935         on NOW, not on the default date.
937         * org-inlinetask.el (org-inlinetask-export-handler): Add CSS class
938         for TODO keyword in inline tasks.
940         * org.el (org-log-note-headings): New headings for removing
941         deadline or scheduling date.
942         (org-deadline, org-schedule): Arrange for logging when removing a
943         date.
944         (org-add-log-note): Handle deadline and scheduling removal.
946 2009-12-31  Carsten Dominik  <carsten.dominik@gmail.com>
948         * org-exp.el (org-export-visible): Add LaTeX/pdf export.
950 2009-12-28  Carsten Dominik  <carsten.dominik@gmail.com>
952         * org-agenda.el (org-diary-class): New function.
954 2009-12-24  Carsten Dominik  <carsten.dominik@gmail.com>
956         * org-latex.el (org-export-latex-preprocess): Do process the text
957         of a radio target.
959 2009-12-20  Carsten Dominik  <carsten.dominik@gmail.com>
961         * org.el (org-entry-properties): Add TIMESTAMP properties back
962         in.
964 2009-12-18  Carsten Dominik  <carsten.dominik@gmail.com>
966         * org.el (org-all-time-keywords): New variable.
967         (org-set-regexps-and-options): Set `org-all-time-keywords'.
968         (org-entry-blocked-p): New function.
969         (org-special-properties): Add BLOCKED as a new special property.
970         (org-entry-properties): New optional argument SPECIFIC, only parse
971         for this property when it is specified.
972         (org-entry-get): Pass a SPECIFIC argument to
973         `org-entry-properties'.
975         * org-latex.el (org-export-as-latex): Preprocess TEXT as well.
977 2009-12-17  Carsten Dominik  <carsten.dominik@gmail.com>
979         * org-latex.el (org-export-latex-tables): No forced line end if
980         there is no caption.
982 2009-12-16  Carsten Dominik  <carsten.dominik@gmail.com>
984         * org-exp.el (org-html-entities): Add Euro symbols from Marvosym
985         package.
987         * org-latex.el (org-export-latex-tables): Only add a caption when
988         macro in in longtable environments if one has been defined.
990         * org-html.el (org-export-as-html): Only take title from buffer if
991         not exporting body-only.
993         * org-latex.el (org-export-latex-preprocess): Better version of
994         the regular expression for protecting LaTeX macros.
995         (org-export-latex-preprocess): Start searching for macros to
996         protect from beginning of buffer.
998         * org-exp.el (org-export-target-internal-links): Check for
999         protectedness earlier in the string.
1001         * org-agenda.el (org-agenda-highlight-todo): Match TODO keywords
1002         case sensitively.
1004         * org-id.el (org-id-store-link): Match TODO keywords case
1005         sensitively.
1007         * org.el (org-heading-components, org-get-outline-path)
1008         (org-display-outline-path): Match TODO keywords case sensitively.
1010         * org-latex.el (org-export-as-latex): Ignore read-only
1011         properties.
1013         * org-exp.el (org-export-preprocess-string): Remove any
1014         `read-only' properties.
1016         * org-agenda.el (org-agenda-inactive-leader): New option.
1017         (org-agenda-get-timestamps): Use `org-agenda-inactive-leader'.
1018         (org-tags-view): Prompt for matcher if MATCH is an empty string.
1019         (org-todo-list): Prompt for matcher if ARG is an empty string.
1021 2009-12-15  Carsten Dominik  <carsten.dominik@gmail.com>
1023         * org.el (org-open-link-functions): New hook.
1024         (org-open-at-point): Run `org-open-link-functions'.
1026 2009-12-14  Carsten Dominik  <carsten.dominik@gmail.com>
1028         * org-agenda.el (org-agenda-date-prompt): Allow inactive time
1029         stamps as well.
1031         * org.el (org-inhibit-startup-visibility-stuff): New variable.
1032         (org-mode): Don't do startup visibility if inhibited.
1033         (org-outline-overlay-data, org-set-outline-overlay-data): New
1034         functions.
1035         (org-save-outline-visibility): New macro.
1036         (org-log-note-headings): Document that one should not change the
1037         `state' note format.
1039 2009-12-13  Carsten Dominik  <carsten.dominik@gmail.com>
1041         * org.el (org-make-link-regexps): Capture link path into a group.
1043 2009-12-12  Carsten Dominik  <carsten.dominik@gmail.com>
1045         * org-beamer.el (org-beamer-after-initial-vars): Do not overwrite
1046         the options plist.
1048 2009-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
1050         * org.el (org-startup-with-beamer-mode): New option.
1051         (org-property-changed-functions)
1052         (org-property-allowed-value-functions): New hooks.
1053         (org-entry-put, org-property-get-allowed-values): Run the new
1054         hooks.
1055         (org-property-next-allowed-value): Run the new hooks.
1057         * org-exp.el (org-export-select-backend-specific-text): Add the
1058         special beamer tags.
1060         * org-beamer.el
1061         (org-export-preprocess-before-selecting-backend-code-hook): New
1062         file.
1064         * org-latex.el (org-export-latex-after-initial-vars-hook): New hook.
1065         (org-export-as-latex): Run
1066         `org-export-latex-after-initial-vars-hook'.
1067         (org-export-latex-format-toc-function)
1068         (org-export-latex-make-header): Call
1069         `org-export-latex-format-toc-function'.
1071         * org.el (org-fill-template): Make template searches case sensitive.
1073         * org-exp.el (org-export): Use "1" as a sign to export only the
1074         subtree.
1076         * org-colview-xemacs.el (org-columns-edit-value): Use
1077         org-unrestricted property.
1079         * org-colview.el (org-columns-edit-value):  Use
1080         org-unrestricted property.
1082         * org.el (org-compute-property-at-point): Set org-unrestricted
1083         text property if the list contains ":ETC".
1084         (org-insert-property-drawer):  Use
1085         org-unrestricted property.
1087         * org-exp.el
1088         (org-export-preprocess-before-selecting-backend-code-hook): New hook.
1089         (org-export-preprocess-string): Run
1090         `org-export-preprocess-before-selecting-backend-code-hook'.
1092         * org-xoxo.el (org-export-as-xoxo): Run `org-export-first-hook'.
1094         * org-latex.el (org-export-region-as-latex): Run
1095         `org-export-first-hook'.
1097         * org-html.el (org-export-as-html): Run `org-export-first-hook'.
1099         * org-docbook.el (org-export-as-docbook): Run
1100         `org-export-first-hook'.
1102         * org-ascii.el (org-export-as-ascii): Run `org-export-first-hook'.
1104         * org-exp.el (org-export-first-hook): New hook.
1106 2009-12-10  Carsten Dominik  <carsten.dominik@gmail.com>
1108         * org-list.el (org-previous-item): Exit at the beginning of the
1109         buffer.
1111         * org-id.el (org-id-locations-save): Only write the id locations
1112         if any are defined.
1114         * org-archive.el (org-archive-all-done): Make this work in a file
1115         with org-odd-levels-only set.
1117         * org.el (org-get-refile-targets): Catch the case when a buffer
1118         has no file.
1120         * org-latex.el (org-export-as-latex): Cleanup forced line ends
1121         where they are not needed.
1122         (org-export-latex-subcontent): Remove unnecessary newlines.
1124 2009-12-09  Carsten Dominik  <carsten.dominik@gmail.com>
1126         * org-latex.el (org-export-latex-make-header): Remove \obeylines.
1127         (org-export-latex-fontify): Fix regexp bug that takes special
1128         care of protecting the right boundary characters in emphasis
1129         matches.
1130         (org-export-latex-preprocess): Allow multiple arguments to latex
1131         macros.
1133         * org.el (org-make-link-regexps): Use John Gruber's regexp for
1134         urls.
1136         * org-macs.el (org-re): Interpret :punct: in regexps.
1138         * org-exp.el (org-export-replace-src-segments-and-examples): Also
1139         take the final newline after the END line.
1141         * org.el (org-clean-visibility-after-subtree-move): Only fix
1142         entries that are not entirely invisible already.
1143         (org-insert-link): Respect org-link-file-path-type for
1144         "docview:" links in addition to "file:" links.
1146 2009-12-03  Carsten Dominik  <carsten.dominik@gmail.com>
1148         * org-exp.el (org-export-format-source-code-or-example): Avoid
1149         additional extra white lines in LaTeX.
1151         * org-list.el (org-list-parse-list): Leave empty lines after the
1152         list, don't consider them as part of the list.
1154         * org-mobile.el (org-mobile-sumo-agenda-command): Allow tagstodo
1155         searches.
1157         * org-clock.el (org-clock-select-task): Convert integer to
1158         character for XEmacs.
1160 2009-12-02  Carsten Dominik  <carsten.dominik@gmail.com>
1162         * org-clock.el (org-clock-resolve): Make reading a char XEmacs
1163         compatible.
1165 2009-11-30  Tassilo Horn  <tassilo@member.fsf.org>
1167         * org.el (org-complete-tags-always-offer-all-agenda-tags): New
1168         variable.
1169         (org-set-tags): Use it.
1171 2009-11-30  Carsten Dominik  <carsten.dominik@gmail.com>
1173         * org-list.el (org-empty-line-terminates-plain-lists): Update
1174         docstring.
1176         * org.el (org-format-latex): Fix link creation for processed latex
1177         snippets.
1179 2009-11-29  Carsten Dominik  <carsten.dominik@gmail.com>
1181         * org-footnote.el (org-footnote-normalize): Protect replacement
1182         text.
1184         * org.el (org-inside-latex-macro-p): Save match data.
1186 2009-11-28  Jan Böcker  <jan.boecker@jboecker.de>
1188         * org-docview.el: New file.
1190 2009-11-27  Carsten Dominik  <carsten.dominik@gmail.com>
1192         * org-latex.el (org-export-latex-class-options): New variable.
1193         (org-export-latex-set-initial-vars): Use the class options.
1195         * org.el (org-forward-same-level): Stop at headings that start
1196         with an invisible character.
1197         (org-additional-option-like-keywords): Add LaTeX_CLASS_OPTIONS.
1199 2009-11-26  Carsten Dominik  <carsten.dominik@gmail.com>
1201         * org-footnote.el (org-footnote-normalize): Don't take optional
1202         arguments in LaTeX macros as footnotes.
1204         * org.el (org-inside-latex-macro-p): New function.
1206         * org-latex.el (org-latex-to-pdf-process): Change customization
1207         group to `org-export-pdf'.
1209         * org-agenda.el (org-agenda-get-blocks): Look at time string also
1210         on days after the first one.
1212         * org.el (org-insert-heading): Also check for item before assuming
1213         before-first-heading condition.
1215         * org-latex.el (org-latex-to-pdf-process): Fix typo in group tag.
1216         (org-export-pdf-logfiles): New option.
1217         (org-export-as-pdf): Use `org-export-pdf-logfiles'.
1218         (org-export-pdf-logfiles): Fix customization type.
1220         * org.el (org-insert-link): Improve error message when there is no
1221         default link to select with RET.
1223         * org-agenda.el (org-agenda-filter-by-tag): Use char argument from
1224         parameter list.
1226 2009-11-25  Carsten Dominik  <carsten.dominik@gmail.com>
1228         * org-latex.el (org-export-latex-parse-global)
1229         (org-export-latex-parse-content)
1230         (org-export-latex-parse-subcontent): Use
1231         `org-re-search-forward-unprotected'.
1232         (org-export-as-pdf): Remove log files produced by XeTeX.
1234         * org-macs.el (org-re-search-forward-unprotected): New function.
1236 2009-11-25  James TD Smith  <ahktenzero@mohorovi.cc>
1238         * org-colview.el (org-agenda-colview-summarize): Sort out some
1239         confusion between properties and titles, which resulted in
1240         agenda summaries not working if a title was set for a column.
1242 2009-11-24  Carsten Dominik  <carsten.dominik@gmail.com>
1244         * org-mobile.el (org-mobile-agendas): New option.
1245         (org-mobile-sumo-agenda-command): Select the right agendas.
1247         * org-latex.el (org-export-latex-format-image): Preserve the
1248         original-indentation property.
1250 2009-11-23  Carsten Dominik  <carsten.dominik@gmail.com>
1252         * org-clock.el (org-clock-insert-selection-line): Catch error when
1253         an old tasks no longer exists.
1255         * org-latex.el (org-export-as-pdf): Remove also the .idx file.
1256         (org-export-as-pdf): Don't remove the old PDF file before making
1257         the new one.
1259         * org-mouse.el (org-mouse-end-headline, org-mouse-insert-item)
1260         (org-mouse-context-menu): Use `org-looking-back'.
1262         * org.el (org-cycle-level): Use `org-looking-back'.
1264         * org-list.el (org-cycle-item-indentation): Use
1265         `org-looking-back'.
1267         * org-compat.el (org-looking-back): New function.
1269         * org.el (org-insert-heading): Catch before-first-headline when
1270         inserting a headline.
1272 2009-11-22  Carsten Dominik  <carsten.dominik@gmail.com>
1274         * org-latex.el (org-export-latex-format-image): Indent figure
1275         environment, so that it does not interrupt plain list.
1277         * org.el (org-open-at-point): Allow long link descriptions.
1279 2009-11-21  Carsten Dominik  <carsten.dominik@gmail.com>
1281         * org-html.el (org-export-as-html): Remove empty lines at the
1282         beginning of the exported text.
1284 2009-11-20  Carsten Dominik  <carsten.dominik@gmail.com>
1286         * org-protocol.el (org-protocol-remember): Cater for empty title,
1287         region, link.
1289         * org-agenda.el (org-agenda-diary-entry-in-org-file): Rebuild
1290         agenda after adding new entry.
1291         (org-agenda-get-represented-tags): New function.
1292         (org-agenda-filter-by-tag): Use `org-agenda-get-represented-tags'
1293         to get a list of tags in the agenda.
1295         * org-datetree.el (org-datetree-find-day-create): Fix regular
1296         expression.
1298         * org.el (org-display-outline-path): Use a format specifier for
1299         message, to avoid problems with heading containing `%'.
1301         * org-agenda.el (org-agenda-hide-tags-regexp): New option.
1302         (org-format-agenda-item): Call `org-agenda-fix-displayed-tags'.
1303         (org-agenda-fix-displayed-tags): New function.
1304         (org-agenda-do-context-action): Just call
1305         `org-display-outline-path', without piping the result through
1306         `message'.
1308         * org-latex.el (org-export-latex-preprocess): Protect secondary
1309         footnote references.
1311         * org-indent.el (org-indent-initialize): Avoid empty strings as
1312         line prefixes.
1314         * org-agenda.el (org-agenda-diary-entry-in-org-file): Make sure
1315         hat checking for the mark does not throw an error.
1316         (org-agenda-diary-entry-in-org-file): Catch the case that there is
1317         not `day' text property in the cursor line.
1319         * org.el (org-sort-entries-or-items): Make sure that the final
1320         entry has a newline before doing the sorting.
1322         * org-agenda.el (org-agenda-diary-entry-in-org-file): Get the text
1323         property at the beginning of the line.
1325         * org.el (org-make-link-string): Don't allow a description with
1326         only white space.
1328 2009-11-19  Carsten Dominik  <carsten.dominik@gmail.com>
1330         * org-agenda.el (org-agenda-insert-diary-strategy): New variable.
1331         (org-agenda-insert-diary-as-top-level): New function.
1332         (org-agenda-add-entry-to-org-agenda-diary-file): Call
1333         `org-agenda-insert-diary-as-top-level'.
1335         * org.el (org-occur-in-agenda-files): Make sure none of the
1336         buffers is narrowed.
1337         (org-activate-plain-links): Add the face property here.
1338         (org-set-font-lock-defaults): Do not add the face to plain links,
1339         the activator function does this.
1341         * org-habit.el (org-is-habit-p): Add doc string.
1343 2009-11-18  Carsten Dominik  <carsten.dominik@gmail.com>
1345         * org-archive.el (org-archive-subtree-default-with-confirmation):
1346         Autoload.
1348         * org-latex.el (org-export-latex-fontify): Fix regexp to make char
1349         after match optional (happens at the end of a line...).
1351         * org.el (org-fontify-meta-lines-and-blocks): Apply special faces
1352         for special blocks.
1354         * org-faces.el (org-copy-face): Set lisp indentation.
1355         (org-quote, org-verse): New faces.
1357         * org-agenda.el (org-agenda-remove-date): Remove variable.
1359 2009-11-17  Carsten Dominik  <carsten.dominik@gmail.com>
1361         * org-freemind.el (org-freemind-escape-str-from-org): Fix encoding.
1363 2009-11-17  Eric Schulte  <schulte.eric@gmail.com>
1365         * org-exp-blocks.el (org-export-blocks-format-ditaa): Use sha1
1366         hash keys to cache and re-use images generated by the
1367         org-exp-blocks interface to ditaa and dot.
1369 2009-11-17  Carsten Dominik  <carsten.dominik@gmail.com>
1371         * org-html.el (org-export-as-html): Move the home/up link into
1372         the content div.
1374         * org.el (org-export-latex-packages-alist): Option definition
1375         moved here from org-latex.el.
1377 2009-11-17  Eric Schulte  <schulte.eric@gmail.com>
1379         * org.el (org-format-latex): Latex images are now saved to files
1380         named by the sha1 hash of the latex source text avoiding
1381         regeneration of identical images.
1383 2009-11-16  Carsten Dominik  <carsten.dominik@gmail.com>
1385         * org-html.el (org-export-html-home/up-format): Add an ID to the
1386         up/home div.
1388 2009-11-15  Carsten Dominik  <carsten.dominik@gmail.com>
1390         * org-wl.el (org-wl-store-link): Handle the case that
1391         `wl-use-petname' is set.
1393         * org.el (org-set-effort): Improve prompt.
1394         (org-get-outline-path): Widen to get full path.
1395         (org-compact-display-after-subtree-move): Function removed.
1397         * org-latex.el (org-export-as-latex): Add the :drawers property.
1399 2009-11-14  Carsten Dominik  <carsten.dominik@gmail.com>
1401         * org.el (org-speed-commands-user): Allow documentation headlines.
1402         (org-speed-commands-default): Organize the value of this constant
1403         with descriptive headlines.
1404         (org-print-speed-command): Output the headlines.
1406 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
1408         * org-agenda.el (org-agenda-show-outline-path): New option.
1409         (org-agenda-do-context-action): New function.
1410         (org-agenda-next-line, org-agenda-previous-line): Use
1411         `org-agenda-do-context-action'.
1413         * org.el (org-use-speed-commands): Allow function value.
1414         (org-speed-commands-default): Make headline motion safe, so that
1415         these commands always end on a headline.
1416         (org-speed-commands-default): New key `v' for `org-agenda'.
1417         (org-speed-move-safe): New function.
1418         (org-self-insert-command): Use the function value of
1419         `org-use-speed-commands'.
1420         (org-get-outline-path): Improve docstring.
1421         (org-format-outline-path): New function.
1422         (org-display-outline-path): New function.
1424 2009-11-12  John Wiegley  <jwiegley@gmail.com>
1426         * org-clock.el (org-clock-resolve): If `org-clock-into-string' is
1427         a string, use that to find the LOGBOOK drawer.
1429 2009-11-12  Carsten Dominik  <carsten.dominik@gmail.com>
1431         * org.el (org-clone-subtree-with-time-shift): Make it work at the
1432         end of the buffer.
1434         * org-mobile.el (org-mobile-write-checksums): Specify coding
1435         system.
1436         (org-mobile-timestamp-buffer): Keep local variable/mode line at
1437         beginning of buffer.
1439         * org-latex.el (org-latex-entities-regexp): Fix typo in regexp.
1441         * org.el (org-block-todo-from-children-or-siblings-or-parent)
1442         (org-block-todo-from-checkboxes): Do not block changes to a nil
1443         TODO state.
1445 2009-11-12  James TD Smith  <ahktenzero@mohorovi.cc>
1447         * org-habit.el (org-habit-parse-todo): Indicate which habit is
1448         wrongly set up in the error messages.
1450         * org-colview.el (org-columns-display-here): Don't try to
1451         calculate values if the underlying property is not set.
1452         (org-columns-string-to-number): Convert age strings back into
1453         fractional days.
1454         (org-agenda-colview-summarize): Handle extended summary types
1455         properly.
1457         * org-colview-xemacs.el (org-columns-display-here): Don't try to
1458         calculate values if the underlying property is not set.
1459         (org-columns-string-to-number): Convert age strings back into
1460         fractional days.
1461         (org-agenda-colview-summarize): Handle extended summary types
1462         properly.
1464 2009-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
1466         * org-exp.el (org-export-format-drawer-function): New variable.
1467         (org-export-format-drawer): New function.
1468         (org-export-preprocess-string): Pass the backend as a parameter to
1469         `org-export-remove-or-extract-drawers'.
1470         (org-export-remove-or-extract-drawers): New parameter BACKEND.
1472         * org-protocol.el (org-protocol-char-to-string): New defsubst.
1474 2009-11-10  Carsten Dominik  <carsten.dominik@gmail.com>
1476         * org-agenda.el (org-agenda-diary-entry-in-org-file): Add error
1477         message when no block is selected.
1479         * org-latex.el (org-export-latex-links): Check for protectedness
1480         in the last matched character, not after the match.
1482         * org-datetree.el (org-datetree-find-date-create): Respect
1483         restriction when KEEP-RESTRICTION is set.
1484         (org-datetree-file-entry-under): New function.
1485         (org-datetree-cleanup): New command.
1487 2009-11-08  Dan Davison  <davison@stats.ox.ac.uk>
1489         * org-src.el (org-edit-src-code): New optional argument context
1490         allows calling functions to avoid altering the saved window
1491         configuration.
1492         (org-edit-src-exit): Do not restore window configuration when this
1493         function is used in the context of saving the edit buffer.
1495 2009-11-09  Carsten Dominik  <carsten.dominik@gmail.com>
1497         * org-clock.el (org-clock-out, org-clock-cancel): Revert to
1498         instances to switching to with-current-buffer, because these seem
1499         to cause problems - no idea why.
1501         * org-agenda.el (org-agenda-add-entry-to-org-agenda-diary-file):
1502         Require diary-lib for (diary-date-display-form).
1504         * org.el (org-log-reschedule, org-log-redeadline): New options.
1505         (org-log-note-headings): Add templates for rescheduling and
1506         deadline changing.
1507         (org-startup-options): Add in-buffer settings for logging changing
1508         schedule and deadline time stamps.
1509         (org-deadline, org-schedule): Check for existing date and arrange
1510         for logging if the user requests it.
1511         (org-add-log-note): Prepare proper note buffers for rescheduling
1512         and deadline changes.
1514 2009-11-08  Carsten Dominik  <carsten.dominik@gmail.com>
1516         * org-agenda.el (org-agenda-diary-entry-in-org-file)
1517         (org-agenda-add-entry-to-org-agenda-diary-file)
1518         (org-agenda-insert-diary-make-new-entry): New functions.
1519         (org-agenda-diary-entry): Call
1520         `org-agenda-diary-entry-in-org-file' when appropriate.
1522         * org.el (org-calendar-insert-diary-entry-key): New option.
1523         (org-agenda-diary-file): New option.
1524         ("calendar"): Install our insertion function in the calendar.
1526         * org-remember.el (org-datetree): Require.
1527         (org-remember-templates): Add new positioning option.
1528         (org-remember-reference-date): New variable.
1529         (org-remember-apply-template): Store the reference date in a local
1530         variable.
1531         (org-remember-handler): Implement date tree positioning of entries.
1533         * org-datetree.el: New file.
1535         * org-latex.el (org-export-latex-preprocess): Protect targets in
1536         verbatim emphasis.
1538         * org-html.el (org-export-as-html): Protect targets in verbatim
1539         emphasis.
1541         * org-docbook.el (org-export-as-docbook): Protect targets in
1542         verbatim emphasis.
1544 2009-11-07  James TD Smith  <ahktenzero@mohorovi.cc>
1546         * org.el (org-link-display-format): Should be literal replacement.
1548 2009-11-06  Carsten Dominik  <carsten.dominik@gmail.com>
1550         * org-clock.el (org-show-notification): Handle messages that
1551         contain a percent character.
1553         * org-remember.el (org-remember-apply-template): Turn of partial
1554         completion.
1556         * org-mobile.el (org-mobile-before-process-capture-hook): New hook.
1557         (org-mobile-pull): Run `org-mobile-before-process-capture-hook'.
1559         * org.el (org-indent-mode): Define variable already in org.el.
1560         (org-unfontify-region): Remove line-prefix and wrap-prefix
1561         properties only if org-indent-mode is active.
1563 2009-11-05  Carsten Dominik  <carsten.dominik@gmail.com>
1565         * org-icalendar.el (org-print-icalendar-entries): Save match data
1566         around call to verify function.
1567         (org-print-icalendar-entries): Add a call to the verification
1568         function.
1570         * org.el (org-speedbar-set-agenda-restriction): Remove unnecessary
1571         save-restrivtion' form.
1573 2009-11-05  Dan Davison  <davison@stats.ox.ac.uk>
1575         * org-exp.el (org-export-format-source-code-or-example): restrict
1576         scope of preserve-indentp to the let binding.
1577         (org-src): require org-src, since org-src-preserve-indentation is used.
1579 2009-11-05  Carsten Dominik  <carsten.dominik@gmail.com>
1581         * org-timer.el (org-timer-set-timer): Set variables
1582         org-timer-timer[123] correctly.
1585         * org-mobile.el (org-mobile-files-alist): Make it work when
1586         `agenda-archives' is included in
1587         `org-agenda-text-search-extra-files'.
1588         (org-mobile-push): Restore agenda after mobile push.
1590 2009-11-05  John Wiegley  <jwiegley@gmail.com>
1592         * org-clock.el (org-resolve-clocks-if-idle): Another fix to the
1593         way the amount of idle time is presented in the minibuffer.
1595 2009-11-05  Carsten Dominik  <carsten.dominik@gmail.com>
1597         * org-icalendar.el (org-print-icalendar-entries): Use
1598         org-icalendar-verify-function only if non-nil.
1600         * org.el (org-refile): Refile to clock only if the prefix arg is
1601         2.
1602         (org-sparse-tree): Fix docstring to be in line with prompt.
1603         (org-update-parent-todo-statistics): Call
1604         `org-after-todo-statistics-hook' on each level.
1606 2009-11-04  Carsten Dominik  <carsten.dominik@gmail.com>
1608         * org-remember.el (org-remember-apply-template): Make sure the
1609         buffer exists.
1611 2009-11-03  Carsten Dominik  <carsten.dominik@gmail.com>
1613         * org.el (org-tab-ind-state): New variable.
1614         (org-cycle-level): New function.
1615         (org-cycle-level-after-item/entry-creation): New option.
1616         (org-flag-subtree): New function.
1617         (org-hide-archived-subtrees): Call `org-flag-subtree'.
1618         (org-set-effort): Indexed access.
1620         * org-list.el (org-cycle-item-indentation): New function.
1622         * org.el (org-refile): Make prefix argument 2 refile to current
1623         clock.
1624         (org-priority): Interpret action `remove' as call to remove the
1625         priority cookie.
1627         * org-remember.el (org-remember-apply-template): Don't depend on
1628         buffer name being like file name.
1630 2009-11-02  Carsten Dominik  <carsten.dominik@gmail.com>
1632         * org-clock.el (org-clock-play-sound): Expand file in
1633         org-clock-sound, to allow ~ for home.
1635         * org-remember.el (org-remember-handler): Set
1636         text-before-node-creation even if this already looks like a node,
1637         because the string might be needed on non-org-mode target files.
1639         * org-agenda.el (org-agenda-open-link): Make this work in agenda
1640         clocktables.
1641         (org-agenda-switch-to): Follow a link at point if
1642         org-return-follows-link' is set and there is nothing else to do in
1643         this line.
1645 2009-11-02  James TD Smith  <ahktenzero@mohorovi.cc>
1647         * org-colview-xemacs.el: Add in changes from org-colview.el
1649 2009-11-01  Dan Davison  <davison@stats.ox.ac.uk>
1651         * org-exp-blocks.el: Modify split separator regexp to avoid empty
1652         strings.
1654 2009-11-01  James TD Smith  <ahktenzero@mohorovi.cc>
1656         * org-colview.el (org-columns-new): Make this work with the new
1657         operators.
1658         (org-columns-store-format): Make this work with the new operators.
1660 2009-11-01  Carsten Dominik  <carsten.dominik@gmail.com>
1662         * org-src.el (org-src-preserve-indentation): Document that this
1663         variable is also used during export.
1665         * org-exp.el (org-export-format-source-code-or-example): Preserve
1666         indentation if a block has a -i option, or if
1667         `org-src-preserve-indentation' is set.
1669         * org-exp-blocks.el (org-export-blocks-preprocess): Preserve
1670         indentation if a block has a -i option, or if
1671         `org-src-preserve-indentation' is set.
1673 2009-10-31  Carsten Dominik  <carsten.dominik@gmail.com>
1675         * org.el (org-mode-map): Define the new archiving keys.
1676         (org-speed-commands-default): Define an archiving key in the speed
1677         command map.
1678         (org-org-menu): Improve the menu structure concerning archiving.
1680         * org-archive.el (org-archive-subtree-default-with-confirmation):
1681         New command.
1683         * org-agenda.el (org-agenda-mode-map): Define the new archiving keys.
1684         (org-agenda-menu): Add the new archiving commands to the menu.
1685         (org-agenda-archive-default)
1686         (org-agenda-archive-default-with-confirmation): New commands.
1687         (org-agenda-archive, org-agenda-archive-to-archive-sibling): Just
1688         call `org-agenda-archive-with'.
1689         (org-agenda-archive-with): New function.
1691         * org-table.el (org-table-convert-region): Inert spaces around "|"
1692         to avoid line beginnings like "|-1" which will be mistaken as
1693         hlines.
1695 2009-10-30  Carsten Dominik  <carsten.dominik@gmail.com>
1697         * org.el (org-offer-links-in-entry): Return nil if there are no
1698         links, t if a link has been selected.
1699         (org-open-at-point): Open attachment directory when called in the
1700         headline and there are no links in the entry body.
1701         (org-speed-commands-default): Add "o" for open-at-point as a speed
1702         command.
1704         * org-attach.el (org-attach-reveal): Optional prefix arg
1705         IF-EXISTS, which avoids creating the attachment directory if it
1706         does not yet exist.
1708         * org-agenda.el (org-agenda, org-run-agenda-series): Evaluate
1709         MATCH.
1711 2009-10-29  Carsten Dominik  <carsten.dominik@gmail.com>
1713         * org.el ("abbrev"): Work with abbrev tables only after they have
1714         been loaded.
1716         * org-list.el (org-list-send-list): Fix bug related to match
1717         data.
1719         * org-latex.el (org-export-latex-fontify): Apply verbatim
1720         emphasis.
1721         (org-export-latex-make-header): Insert \obeylines if line breaks
1722         should be preserved.
1724         * org-exp.el (org-export-protect-verbatim): Add an
1725         `org-verbatim-emph' property to such text.
1727 2009-10-28  Carsten Dominik  <carsten.dominik@gmail.com>
1729         * org-icalendar.el (org-icalendar-use-plain-timestamp): New option.
1730         (org-print-icalendar-entries): Skip entries where the timestamp is
1731         not a deadline and not scheduled, if the user requests that.
1733         * org-latex.el (org-export-latex-quotation-marks): Allow a bracket
1734         before an opening quote.
1736         * org-archive.el (org-archive-subtree): Keep archive after
1737         archiving something.
1739         * org-id.el (org-id-update-id-locations): Add archive files if
1740         that is required by `org-id-extra-files'.
1742 2009-10-27  Carsten Dominik  <carsten.dominik@gmail.com>
1744         * org-src.el (org-src-window-setup): New option.
1745         (org-src-switch-to-buffer): New function.
1746         (org-edit-src-exit): Add optional argument CONTEXT and use it to
1747         restore window configuration.
1748         (org-edit-src-code, org-edit-src-continue, org-edit-src-exit):
1749         Call `org-src-switch-to-buffer'.
1751         * org.el (org-default-properties): Add STYLE property.
1752         (org-files-list): Use the function call to get the files.
1753         (org-additional-option-like-keywords): Add SETUPFILE to completion
1754         list.
1756 2009-10-26  Carsten Dominik  <carsten.dominik@gmail.com>
1758         * org-table.el (org-table-convert-region): Correctly interpret
1759         quoting in csv import.
1761         * org.el (org-icompleting-read): Make iswitchb completion work
1762         with lists and tables.
1764         * org-agenda.el (org-agenda-add-entry-text): Never add entry text
1765         while pushing the mobile agenda.
1767 2009-10-25  John Wiegley  <jwiegley@gmail.com>
1769         * org-clock.el
1770         (org-clock-auto-clock-resolution): Now takes three values: nil, t
1771         and `when-no-clock-is-running'.
1772         (org-clock-in): Use `org-clock-auto-clock-resolution' to determine
1773         whether or not to resolve Org buffers on clock in.
1775 2009-10-25  James TD Smith  <ahktenzero@mohorovi.cc>
1777         * org-colview.el (org-format-time-period): Function to format
1778         times in fractional days for display.
1779         (org-columns-display-here): Add support for showing a calculated
1780         value in place of the property.
1781         (org-columns): Set `org-columns-time' to the current time so time
1782         difference calculations will work.
1783         (org-columns-time): Use to store the current time when column view
1784         is displayed, so all time differences will use the same reference
1785         point.
1786         (org-columns-compile-map): There is now an extra position in each
1787         entry specifying the function to use to calculate the displayed
1788         value for the non-calculated properties in the column,
1789         (org-columns-compute-all): Set `org-columns-time' to the current
1790         time so time difference calculations will work.
1791         (org-columns-compute): Handle column operators where the values
1792         used are calculated from the underlying property.
1793         (org-columns-number-to-string): Handle the 'age' column format
1794         (org-columns-string-to-number): Correct the function name (was
1795         org-column...). Add support for the 'age' column format.
1796         (org-columns-compile-format): Support the additional parameter in
1797         org-columns-compile-map.
1799 2009-10-26  Bastien Guerry  <bzg@altern.org>
1801         * org.el (org-mode-hook): Turn `org-mode-hook' into a customizable
1802         variable.
1804 2009-10-25  Carsten Dominik  <carsten.dominik@gmail.com>
1806         * org-clock.el (org-clock-has-been-used): New variable.
1807         (org-clock-in): Set `org-clock-has-been-used'.
1808         (org-clock-save): Save only if clock data has been used or created
1809         during this session.
1811 2009-10-24  Carsten Dominik  <carsten.dominik@gmail.com>
1813         * org-clock.el (org-clock-persist): New value, to store only the
1814         clock history.
1815         (org-clock-save): Don't save the clock if only the history should
1816         be stored.
1817         (org-clock-load): Turn off John Wiegley's auto resolving mechanism
1818         when restoring a saved clock.
1820 2009-10-24  John Wiegley  <jwiegley@gmail.com>
1822         * org-clock.el (org-clock-display, org-clock-put-overlay): Use
1823         `org-time-clock-use-fractional'.
1825         * org.el (org-time-clocksum-use-fractional)
1826         (org-time-clocksum-fractional-format): Two new customizable
1827         variables which allow the user to select fractional times (1.25
1828         instead of 1:25) in the `org-clock-display' report.
1830 2009-10-23  John Wiegley  <jwiegley@gmail.com>
1832         * org-habit.el (org-habit-build-graph): None of the arguments
1833         should be optional.
1834         (org-habit-parse-todo, org-habit-deadline)
1835         (org-habit-get-priority, org-habit-get-faces)
1836         (org-habit-build-graph): Further simplifications by storing all
1837         past, scheduled and deadline dates as a number of days past the
1838         epoch, and not as times.
1840         * org-habit.el (org-habit-warning-face)
1841         (org-habit-warning-future-face): Removed because these are no
1842         longer used.
1843         (org-habit-deadline, org-habit-deadline-repeat): Now always
1844         returns a date; computed if there was a scheduled repeater but no
1845         deadline repeater.
1846         (org-habit-get-priority): Further improvements to the priority
1847         algorithm.  In particular, items past due should always appear
1848         before items due or not yet due.
1849         (org-habit-get-faces): Greatly simplified the logic, now that
1850         `org-habit-deadline' always returns a valid time.
1852 2009-10-23  Carsten Dominik  <carsten.dominik@gmail.com>
1854         * org-ascii.el (org-export-ascii-table-keep-all-vertical-lines):
1855         New option.
1857         * org.el (org-tag-alist): Fix customization type.
1859 2009-10-22  Carsten Dominik  <carsten.dominik@gmail.com>
1861         * org-mobile.el (org-mobile-update-checksum-for-capture-file):
1862         Make sure the regexp search can fail without throwing an error.
1863         (org-mobile-apply): Save the inbox buffer after removing
1864         successfully applied changes.
1866 2009-10-22  John Wiegley  <jwiegley@gmail.com>
1868         * org-habit.el (org-habit-build-graph): Fix to the graph building
1869         when last DONE date is earlier than `org-habit-preceding-days'.
1871         * org-clock.el (org-resolve-clocks-if-idle): Fix to the way idle
1872         time is reported after the user comes back (but before they
1873         resolve time).
1875         * org.el (org-get-repeat): Change so that this function can be
1876         called with either `org-scheduled-string' or
1877         `org-deadline-string'.
1879         * org-habit.el (org-habit-parse-todo): Use `org-scheduled-string'
1880         to find the scheduled date.
1882         * org-clock.el (org-clock-auto-clock-resolution): Renamed
1883         `org-clock-disable-clock-resolution', since negatives don't sound
1884         good in customization variables.
1885         (org-clock-in): Don't use the auto-resolution logic if the user is
1886         clocking into a different task while an active clock is running.
1887         This then allows the default behavior of clocking out of the open
1888         task and then into the new task.
1890         * org-habit.el (org-habit-parse-todo): Generate an error if a
1891         habit has a scheduled repeat period < 1.
1892         (org-habit-get-faces): Fixes to the way that colors are computed.
1893         (org-habit-build-graph): The graph wasn't displaying beyond any
1894         day that had two completions in it.
1896         * org.el (org-modules): Made this variable more consistent, since
1897         it was referring to Org, OrgMode and Org-mode, whereas the docs
1898         for the variable always refer to Org-mode.
1900 2009-10-21  James TD Smith  <ahktenzero@mohorovi.cc>
1902         * org.el (org-repeat-re): The changed org-repeat-re no longer
1903         matched simple +2d type repeaters. Fix it so it does.
1905 2009-10-21  Carsten Dominik  <carsten.dominik@gmail.com>
1907         * org-latex.el (org-export-latex-preprocess): Protect the vspace
1908         macro in the VERSE environment.
1910 2009-10-20  John Wiegley  <jwiegley@gmail.com>
1912         * org-habit.el (org-habit-get-priority): A new function that
1913         determines the relative priority of a habit, based on how long
1914         past its scheduled date it is, and how near the deadline is.
1916         * org-agenda.el (org-agenda-get-scheduled): Set habit priority
1917         using `org-habit-get-priority'.
1919         * org-habit.el (org-habit-build-graph): Start displaying colors
1920         from the first scheduled date, if that date is earlier than the
1921         first completion date.
1923         * org-habit.el: Changed all "color" variables to faces, and made
1924         them appropriate for light and dark backgrounds.
1926         * org-habit.el (org-habit-duration-to-days): Made this function
1927         more general.
1928         (org-habit-parse-todo): Parse the new ".+N/N" style repeater.
1930         * org-agenda.el (org-agenda-get-deadlines): Removed all mention of
1931         habits, since they don't use DEADLINE anymore.
1933         * org.el (org-repeat-re, org-display-custom-time)
1934         (org-timestamp-change): Extended to support the new ".+N/N"
1935         syntax, used for habits.
1937         * org-clock.el (org-clock-resolve-clock): Fixed an incorrect
1938         variable reference.
1940         * org-agenda.el (org-agenda-set-mode-name): Show Habit in the
1941         modeline when habits are being displayed (if that module is being
1942         loaded).
1944 2009-10-21  James TD Smith  <ahktenzero@mohorovi.cc>
1946         * org-clock.el (org-x11-idle-seconds): Add a method to get the X11
1947         idle time using the xscreensaver extension.
1948         (org-user-idle-seconds): Use X11 idle time if available.
1950 2009-10-20  Carsten Dominik  <carsten.dominik@gmail.com>
1952         * org-agenda.el (org-agenda-next-line): New command.
1953         (org-agenda-previous-line): New commands.
1954         (org-agenda-show-and-scroll-up, org-agenda-show-scroll-down): New
1955         commands.
1956         (org-agenda-follow-mode): Do the follow immediately if the mode is
1957         turned on here.
1958         (previous-line, next-line): Replace keys with the corresponding
1959         org functions.
1960         (org-agenda-mode-map): Bind backspace and delete to the scrolling
1961         command.
1963         * org.el (org-icompleting-read): Turn off partial completion mode
1964         for the duration of this completion round.
1966         * org-latex.el (org-export-latex-fontify-headline): Protect TeX
1967         macros in author lines and similar stuff.
1969         * org.el (org-file-tags): Fix docstring.
1970         (org-get-buffer-tags): Add the #+FILETAGS tags.
1971         ("ecb"): Maks ecb show context after jumping into an Org file.
1973 2009-10-20  John Wiegley  <johnw@newartisans.com>
1975         * org-agenda.el (org-finalize-agenda): Draw habit consistency
1976         graphs after everything else in the buffer has been setup.
1978 2009-10-19  Carsten Dominik  <carsten.dominik@gmail.com>
1980         * org-mobile.el (org-mobile-apply): Count success and failure.
1982         * org.el (org-indent-line-function): Fix regexp replace problem.
1984 2009-10-19  John Wiegley  <johnw@newartisans.com>
1986         * org-clock.el (org-clock-disable-clock-resolution): New
1987         customization variable that disable automatic clock resolution on
1988         clock in.
1989         (org-clock-in): If `org-clock-disable-clock-resolution' is set, do
1990         not automatically resolve anything.  This is does not affect
1991         idle-time resolution, however, if `org-clock-idle-time' is set.
1993 2009-10-19  John Wiegley  <johnw@newartisans.com>
1995         * org-habit.el: New file, which implements code to build a "habit
1996         consistency graph".
1998         * org-agenda.el (org-agenda-get-deadlines)
1999         (org-agenda-get-scheduled): Display consistency graphs when
2000         outputting habits into the agenda.  The graphs are always relative
2001         to the current time.
2002         (org-format-agenda-item): Added new parameter `habitp', which
2003         indicates whether we are formatting a habit or not.  Do not
2004         display "extra" leading information if habitp is true.
2006         * org.el (org-repeat-re): Improved regexp to include .+ and ++
2007         leaders for repeat strings.
2008         (org-get-repeat): Now takes a string parameter `tagline', so the
2009         caller can obtain the SCHEDULED repeat, or the DEADLINE repeat.
2011 2009-10-19  John Wiegley  <johnw@newartisans.com>
2013         * org-agenda.el (org-agenda-auto-exclude-function): New
2014         customization variable for allowing the user to create an "auto
2015         exclusion" filter for doing context-aware auto tag filtering.
2016         (org-agenda-filter-by-tag): Changes to support the use of
2017         `org-agenda-auto-exclude-function'.  See the new manual addition,.
2019 2009-10-18  John Wiegley  <johnw@newartisans.com>
2021         * org.el (org-files-list): Don't attempt to return a file name for
2022         Org buffers which have no associated file.
2024         * org-agenda.el (org-agenda-do-action): Fixed a typo.
2026 2009-10-18  Carsten Dominik  <carsten.dominik@gmail.com>
2028         * org-mobile.el (org-mobile-locate-entry): Interpret files
2029         relative to org-directory.
2030         (org-mobile-inbox-for-pull): Document the best location for this
2031         file.
2032         (org-mobile-check-setup): Verify `org-directory'.
2033         (org-mobile-create-index-file): Sort the files to be listed in
2034         index.org.
2036 2009-10-17  James TD Smith  <ahktenzero@mohorovi.cc>
2038         * org.el (org-fast-tag-selection): Add a way to display a
2039         description for a tag group. This is done by adding a string to
2040         either the startgroup or endgroup cell.
2042 2009-10-17  Carsten Dominik  <carsten.dominik@gmail.com>
2044         * org-clock.el (org-clock-resolve, org-resolve-clocks)
2045         (org-emacs-idle-seconds): Use `org-float-time' instead of
2046         `time-to-seconds'
2048 2009-10-17  Carsten Dominik  <carsten.dominik@gmail.com>
2050         * org-agenda.el (org-agenda-sorting-strategy): Fix customization
2051         type.
2053         * org.el (org-pre-cycle-hook): Document that `empty' can also be
2054         the value of ARG when doing local cycling.
2056 2009-10-17  John Wiegley  <johnw@newartisans.com>
2058         * org-clock.el (org-clock-resolve-clock): If keeping or
2059         subtracting time results in a clock out at a time in the past, and
2060         if the resolution occurred due to idleness or invoking `M-x
2061         org-resolve-clocks', remember that past moment in time.  On the
2062         next clock in, the user will be prompted to see if they want to
2063         back-date their new clock to then.
2064         (org-clock-resolve): Do not jump the user to the location of a
2065         dangling clock if the resolution is occuring due to an idle
2066         timeout.  In that case there is typically only one dangling clock,
2067         the active one, and there is no value gained by shuffling their
2068         windows around to show it to them.  Being prompted to resolve an
2069         idle clock should be as inobtrusive as possible.
2070         (org-resolve-clocks-if-idle): New function that resolves only the
2071         currently active clock if the user has exceeded the time returned
2072         by `org-user-idle-seconds', based on the value of
2073         `org-clock-idle-time'.
2074         (org-clock-in): If, after resolving clocks,
2075         (org-clock-out): Cancel the `org-clock-idle-timer' on clock out.
2077         * org-clock.el (org-clock-resolve-clock): New function that
2078         resolves a clock to a specific time, closing or resuming as need
2079         be, and possibly even starting a new clock.
2080         (org-clock-resolve): New function used by `org-resolve-clocks'
2081         that sets up for the call to `org-clock-resolve-clock'.  It
2082         determines the time to resolve to based on a single-character
2083         selection from the user to either keep time, subtract away time or
2084         cancel the clock.
2085         (org-resolve-clocks): New user command which resolves dangling
2086         clocks -- that is, open but not active -- anywhere in the file
2087         list returned by `org-files-list'.
2088         (org-clock-in): Automatically resolve dangling clocks whenever a
2089         user clocks in.
2090         (org-clock-cancel): If the user cancels the solely clock in a
2091         LOGBOOK, remove the empty drawer.
2093         * org-clock.el (org-clock-idle-time): New user customizable option
2094         for detecting whether the user has left a clock idle.  Note: it is
2095         only used in this commit to test whether it's worthwhile to check
2096         OS X to get the Mac user's current idle time.  If the Emacs idle
2097         time is less than the value, the user hasn't been away long enough
2098         to be worth checking (a more expensive test than just getting
2099         Emacs idle time).
2100         (org-user-idle-seconds, org-mac-idle-seconds)
2101         (org-emacs-idle-seconds): This three functions, in conjunction
2102         with the user customization variable `org-clock-idle-time', return
2103         the number of seconds (as a floating point) that the user has been
2104         away from their Emacs (or, if running on OS X, their computer).
2106         * org-clock.el (org-find-open-clocks): New function that returns a
2107         list of all open clocks in the given FILE.  Note that each clock
2108         it returns is a cons cell of the format (MARKER . START-TIME).
2109         This "clock" value is used by several of the new clock module
2110         utility functions.
2111         (org-is-active-clock): New inline function which tests whether the
2112         given clock value is the same as the currently active clock.
2113         Returns non-nil if this is the case.
2114         (org-with-clock-position): New macro that evaluates FORMS with
2115         point in the buffer and at the position of the given clock.
2116         Changes to the current clock are global.
2117         (org-with-clock): New macro that evaluates FORMS with point in the
2118         buffer and at the position of the given clock.  However, changes
2119         to the current clock are local and have no effect on the user's
2120         active clock.  This allows, for example, far any clock to be
2121         cancelled without cancelling the active clock.
2122         (org-clock-clock-in): New inline function that switches the active
2123         clock to the given clock.  If either the argument RESUME, or the
2124         global `org-clock-in-resume', are non-nil, it will resume a clock
2125         that was previously left open.
2126         (org-clock-clock-out): New inline function that clocks out the
2127         given clock value without affecting the currently active clock.
2128         (org-clock-clock-cancel): New inline function that cancels the
2129         given clock value without affecting the currently active clock.
2131         * org-clock.el (org-clock-in): Before creating
2132         `org-clock-mode-line-timer', check to make sure an older timer is
2133         not currently running.
2134         (org-clock-out): Accept new third parameter `at-time', which
2135         permits a clock to be clocked out at a specific time.  Note that
2136         no attempt is made to verify that the clock out time is later than
2137         the clock in time.
2139         * org.el (org-files-list): New utility function for returning a
2140         list of all open org-mode buffers, plus all files used to build
2141         the agenda buffer.  Note that not all the files will necessarily
2142         be visited by a buffer at time of call.
2143         (org-entry-beginning-position): Like the function
2144         `line-beginning-position', this inline function returns the
2145         beginning position of the current heading/entry.
2146         (org-entry-end-position): Like the function `line-end-position',
2147         this inline function returns the end position of the current
2148         heading/entry.
2150 2009-10-16  Carsten Dominik  <carsten.dominik@gmail.com>
2152         * org-agenda.el (org-agenda-list): Mark the all-todo items line as
2153         a header line.
2155 2009-10-15  Carsten Dominik  <carsten.dominik@gmail.com>
2157         * org-exp.el (org-inlinetask-remove-END-maybe): Declare function.
2159 2009-10-14  Carsten Dominik  <carsten.dominik@gmail.com>
2161         * org-agenda.el (org-agenda-filter-make-matcher): Allow to filter
2162         entries that have no tags.
2163         (org-agenda-search-view): New customize group.
2164         (org-agenda-search-view-search-words-only): New option.
2165         (org-search-view): Implement substring search.
2167 2009-10-13  Carsten Dominik  <carsten.dominik@gmail.com>
2169         * org.el (org-outline-level): Add doc string.
2171 2009-10-12  Carsten Dominik  <carsten.dominik@gmail.com>
2173         * org-inlinetask.el (org-inlinetask-export): Re-introduce
2174         variable.
2175         (org-inlinetask-export-handler): Only export inline task if the
2176         user option calls for it.
2178 2009-10-10  Carsten Dominik  <carsten.dominik@gmail.com>
2180         * org-exp.el (org-export-handle-export-tags): Remove inlinetask
2181         END if present.
2183 2009-10-07  Carsten Dominik  <carsten.dominik@gmail.com>
2185         * org-latex.el (org-export-latex-tables): Don't format in
2186         protected regions.
2188 2009-10-06  Carsten Dominik  <carsten.dominik@gmail.com>
2190         * org-src.el (org-edit-src-code)
2191         (org-edit-src-find-region-and-lang, org-edit-src-exit): Handle
2192         macro editing.
2194         * org-agenda.el (org-prefix-category-max-length): New variable.
2195         (org-format-agenda-item): Use `org-prefix-category-max-length'.
2196         (org-compile-prefix-format): Set `org-prefix-category-max-length'.
2198 2009-10-03  Carsten Dominik  <carsten.dominik@gmail.com>
2200         * org-mobile.el (org-mobile-create-index-file): Improve the
2201         listing of tags and todo keywords.
2203         * org-latex.el (org-export-latex-format-image): New function.
2204         (org-export-latex-links): Use `org-export-latex-format-image'.
2206 2009-10-02  Carsten Dominik  <carsten.dominik@gmail.com>
2208         * org-inlinetask.el (org-inlinetask-get-current-indentation)
2209         (org-inlinetask-remove-terminator): New functions.
2210         (org-inlinetask-export-handler): Terminate the description list.
2212         * org-exp.el (org-export-select-backend-specific-text): Remove the
2213         region markers.
2215         * org-inlinetask.el (org-inlinetask-export-handler): fix bug for
2216         tasks without content.
2218         * org-clock.el: Make sure the clock-in target position does not
2219         move to a different node by widening the buffer.
2221         * org-html.el (org-export-html-format-image): Wrap image into
2222         figure div only when there is a caption.
2224         * org-archive.el (org-archive-mark-done): Change default value to
2225         nil.
2227 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
2229         * org.el (org-context): Call `bobp', not `eobp'.
2231         * org-clock.el (org-clock-cancel): Remove quotes from marker
2232         variables.
2234         * org.el (org-read-date-prefer-future): New allowed value `time'.
2235         (org-read-date-analyze): Shift day to tomorrow depending on time
2236         entered and value of `org-read-date-prefer-future'.
2238 2009-09-30  Carsten Dominik  <carsten.dominik@gmail.com>
2240         * org.el (org-set-tags-to): New command.
2242         * org-mobile.el (org-mobile-action-alist): Add more options and
2243         update the docstring.
2244         (org-mobile-apply-flags): Parse for and use the data.
2246         * org-latex.el (org-export-latex-set-initial-vars): Also check in
2247         the plist.
2249         * org.el (org-additional-option-like-keywords): Add LATEX_CLASS
2250         keyword.
2252         * org-exp.el (org-infile-export-plist): Add LATEX_CLASS keyword.
2254 2009-09-29  Carsten Dominik  <carsten.dominik@gmail.com>
2256         * org-inlinetask.el (org-inlinetask-export): Option removed.
2257         (org-inlinetask-export-handler): Better export.
2259         * org-xoxo.el (org-export-xoxo-final-hook): New hook.
2260         (org-export-as-xoxo): Run the new hook.
2262         * org-html.el (org-export-html-final-hook): New hook.
2263         (org-export-as-html): Run the new hook.
2265         * org-docbook.el (org-export-docbook-final-hook): New hook.
2266         (org-export-as-docbook): Run the new hook.
2268         * org-ascii.el (org-export-ascii-final-hook): New hook.
2269         (org-export-as-ascii): Run the new hook.
2271         * org-mobile.el (org-mobile-create-sumo-agenda): Call
2272         `org-sore-agenda-views' instead of `org-batch-store-agenda-views'.
2274         * org-latex.el (org-export-latex-treat-sub-super-char): Allow a
2275         space character as the character before the ^/_.
2276         (org-export-latex-final-hook): New hook.
2277         (org-export-as-latex): Run `org-export-latex-final-hook'.
2279 2009-09-28  Carsten Dominik  <carsten.dominik@gmail.com>
2281         * org-macs.el (org-if-unprotected-at): Fix docstring.
2283         * org-agenda.el (org-agenda-change-all-lines): Handle invisible
2284         text in the prefix (if category is a link).
2286         * org-latex.el (org-export-latex-preprocess): Deal properly with
2287         empty lines in verse environments.
2289         * org.el (org-format-latex-header): Inline fullpage.sty.
2291         * org-footnote.el (org-footnote-create-definition): Reveal context
2292         to add a new footnote definition.
2294         * org-mobile.el (org-mobile-files-alist): Add the list of tags to
2295         the index file.
2296         (org-mobile-files): New option.
2297         (org-mobile-files-alist, org-mobile-checksum-files): New variable.
2298         (org-mobile-prepare-file-lists, org-mobile-files-alist): New
2299         functions.
2300         (org-mobile-push): Start by creating the files lists.
2301         (org-mobile-copy-agenda-files): Move killing the buffer to after
2302         the save-excursion has exited.
2303         (org-mobile-write-checksums): Write checksums also for files in
2304         sub-directories.
2306         * org.el (org-ctrl-c-ctrl-c): Pass prefix arg to
2307         org-table-recalculate when cursor is in TBLFM line.
2309         * org-list.el (org-renumber-ordered-list): Fix cursor position
2310         when bullet length has changed.
2312 2009-09-26  Carsten Dominik  <carsten.dominik@gmail.com>
2314         * org.el (org-format-latex): Mention `org-format-latex-options' in
2315         the docstring.
2317 2009-09-25  Carsten Dominik  <carsten.dominik@gmail.com>
2319         * org.el (org-agenda-get): New function.
2321         * org-agenda.el (org-agenda-post-command-hook): No longer move
2322         point away from end of line.
2323         (org-agenda-add-entry-text, org-agenda-collect-markers)
2324         (org-finalize-agenda, org-agenda-mark-clocking-task)
2325         (org-agenda-dim-blocked-tasks, org-agenda-entry-text-show-here)
2326         (org-agenda-entry-text-show, org-agenda-highlight-todo)
2327         (org-agenda-compare-effort, org-agenda-filter-apply)
2328         (org-agenda-later, org-agenda-change-time-span)
2329         (org-agenda-post-command-hook, org-agenda-show-priority)
2330         (org-agenda-show-tags, org-agenda-goto, org-agenda-kill)
2331         (org-agenda-archive, org-agenda-archive-to-archive-sibling)
2332         (org-remove-subtree-entries-from-agenda, org-agenda-refile)
2333         (org-agenda-open-link, org-agenda-copy-local-variable)
2334         (org-agenda-switch-to, org-agenda-check-no-diary)
2335         (org-agenda-tree-to-indirect-buffer, org-agenda-todo)
2336         (org-agenda-add-note, org-agenda-change-all-lines)
2337         (org-agenda-priority, org-agenda-set-tags)
2338         (org-agenda-set-property, org-agenda-set-effort)
2339         (org-agenda-toggle-archive-tag, org-agenda-date-later)
2340         (org-agenda-show-new-time, org-agenda-date-prompt)
2341         (org-agenda-schedule, org-agenda-deadline, org-agenda-action)
2342         (org-agenda-clock-in, org-agenda-bulk-mark)
2343         (org-agenda-bulk-unmark, org-agenda-show-the-flagging-note): Use
2344         `org-get-at-bol'.
2346         * org-colview.el (org-columns-display-here)
2347         (org-columns-edit-allowed, org-agenda-columns): Use
2348         `org-get-at-bol'.
2350 2009-09-25  Carsten Dominik  <carsten.dominik@gmail.com>
2352         * org.el (org-special-ctrl-a/e): Improve documentation and
2353         customize type.
2354         (org-end-of-line): Don't jump to after the ellipsis.
2355         (org-mode-map): Bind <home> and <end> as well.
2357 2009-09-24  Carsten Dominik  <carsten.dominik@gmail.com>
2359         * org.el (org-fontify-meta-lines-and-blocks): Treat lines with a
2360         space after #+ as comments.
2361         (org-open-at-point): Run `org-follow-link-hook' always.
2363         * org-latex.el (org-export-latex-emph-format): Use better commands
2364         to insert special characters in verbatim snippets.
2366 2009-09-22  Carsten Dominik  <carsten.dominik@gmail.com>
2368         * org-faces.el (org-copy-face): New function.  Use it to create
2369         various faces formerly created by using `copy-face'.
2371         * org-agenda.el (org-prepare-agenda): Don't officially mark this
2372         window dedicated.
2373         (org-agenda-quit): Kill the frame containing the agenda window if
2374         that frame was created for the agenda.
2376 2009-09-21  Carsten Dominik  <carsten.dominik@gmail.com>
2378         * org-agenda.el (org-agenda-date-prompt): Mark the changed time
2379         stamp in the agenda.
2381 2009-09-19  Carsten Dominik  <carsten.dominik@gmail.com>
2383         * org-mobile.el (org-mobile-create-index-file): Add the list of
2384         TODO keywords, and the list of drawers to the index file.
2386         * org-agenda.el (org-prepare-agenda): Reset
2387         `org-drawers-for-agenda'.
2388         (org-prepare-agenda): Uniquify list of drawers.
2390         * org.el (org-complex-heading-regexp-format): New variable.
2391         (org-set-regexps-and-options): Define
2392         `org-complex-heading-regexp-format'.
2393         (org-drawers-for-agenda): New variable.
2394         (org-map-entries): Bind `org-drawers-for-agenda'.
2395         (org-prepare-agenda-buffers): Add to `org-drawers-for-agenda'.
2397         * org-remember.el (org-go-to-remember-target)
2398         (org-remember-handler): Use `org-complex-heading-regexp-format'.
2400 2009-09-18  Carsten Dominik  <carsten.dominik@gmail.com>
2402         * org-agenda.el (org-agenda-highlight-todo): Fix text property
2403         problem.
2405         * org-mobile.el (org-mobile-capture-file): Use `mobileorg.org' as
2406         the capture file, and make it non-configurable.
2408         * org.el (org-on-heading-p, org-at-heading-p): Make sure these are
2409         always with `invisible-ok'.
2410         (org-store-link): No error when there is nothing to link to in the
2411         agenda.
2413         * org-list.el (org-update-checkbox-count): Insert changed cookie
2414         before the old, to avoid problems with invisibility at the end of
2415         the line.
2416         (org-update-checkbox-count): Insert changed cookie before the old,
2417         to avoid problems with invisibility at the end of the line.
2419         * org.el (org-sort-entries-or-items): Include the final newline.
2420         (org-fontify-meta-lines-and-blocks): Add indented dynamic block
2421         lines for fontification.
2422         (org-dblock-start-re, org-dblock-end-re): Allow indentation.
2423         (org-prepare-dblock): Store the current indentation of the BEGIN
2424         line.
2425         (org-update-dblock): Apply the indentation of the begin line to
2426         the rest of the block.
2427         (org-ctrl-c-ctrl-c): Also find indented dblock lines.
2428         (org-startup-folded): New allowed value `showeverything'.
2429         (org-startup-options): Add STARTUP keyword `showeverything'.
2430         (org-set-startup-visibility): Respect value `showeverything' in
2431         org-startup-folded.
2433 2009-09-17  Carsten Dominik  <carsten.dominik@gmail.com>
2435         * org.el (org-closest-date): Fix issue with past preference.
2437         * org-mobile.el (org-mobile-apply-flags): Require `org-archive'.
2439         * org-archive.el (org-archive-set-tag)
2440         (org-archive-subtree-default): New commands.
2442         * org-mobile.el (org-mobile-create-index-file): Fix link to
2443         capture file.
2444         (org-mobile-copy-agenda-files): Create the capture file if it does
2445         not exist.
2447         * org-clock.el (org-clock-clocktable-default-properties): New
2448         option.
2449         (org-clock-report): Use
2450         `org-clock-clocktable-default-properties'.
2452 2009-09-16  Carsten Dominik  <carsten.dominik@gmail.com>
2454         * org.el (org-iswitchb-completing-read): Fix typo.
2456         * org-crypt.el: New file.
2458         * org.el: Add an entry for org-crypt.
2460 2009-09-15  Carsten Dominik  <carsten.dominik@gmail.com>
2462         * org-agenda.el (org-agenda-menu): Reorganize the menu for more
2463         consistency.
2464         (org-batch-store-agenda-views): New function.
2465         (org-mobile-force-id-on-agenda-items): Mention variable.
2466         (org-agenda-title-append): Define variable.
2467         (org-write-agenda): New export to Org files.
2468         (org-agenda-get-some-entry-text): New arguments INDENT and KEEP.
2469         (org-agenda): Allow to keep the restricted file list if a special
2470         variable is bound to t.
2471         (org-agenda): Define a special agenda view for working on flagged
2472         entries.
2473         (org-agenda-get-restriction-and-command): List the new agenda
2474         view.
2475         (org-agenda-show-the-flagging-note): New command.
2476         (org-agenda-mode-map): New key `?' for looking at the flagging
2477         note.
2479         * org.el (org-autoload): Autoload org-mobile.el.
2480         (org-org-menu): Add menu commands for MobileOrg in the Org menu.
2482         * org-id.el (org-id-get): Fix bug with forcing ID on an item.
2484 2009-09-15  Carsten Dominik  <carsten.dominik@gmail.com>
2486         * org-table.el (orgtbl-line-start-regexp): Match also TBLNAME
2487         statements.
2488         (org-table-get-remote-range): Match indented #+TBLNAME
2489         statements.
2491         * org.el (org-convert-to-odd-levels)
2492         (org-convert-to-oddeven-levels): Work also correctly if the file
2493         is in outline-mode.
2495 2009-09-12  Carsten Dominik  <carsten.dominik@gmail.com>
2497         * org.el (org-store-link): When in agenda buffer, link to
2498         referenced entry.
2499         (org-add-planning-info): Remove spaces at eol.
2501         * org-macs.el (org-with-point-at): Add a `lisp-indent-function'
2502         property.
2504 2009-09-10  Carsten Dominik  <carsten.dominik@gmail.com>
2506         * org-latex.el (org-export-latex-first-lines): Fix problem with
2507         LaTeX export of first line and selected subtree.
2509         * org.el (org-shifttab): Interpret arg differently when using only
2510         odd levels.
2512 2009-09-09  Bastien Guerry  <bzg@altern.org>
2514         * org.el (org-check-agenda-file): Use a more explicit message
2516 2009-09-08  Carsten Dominik  <carsten.dominik@gmail.com>
2518         * org-exp.el (org-export-remove-special-table-lines): Don't remove
2519         normal lines.
2521 2009-09-08  Bastien Guerry  <bzg@altern.org>
2523         * org.el (org-offer-links-in-entry): Don't use "Select link" as a
2524         prompt in the temporary window.
2526         * org-agenda.el (org-agenda-bulk-mark): Use a slightly soberer
2527         prefix for marked entries in the agenda view.
2529 2009-09-07  Andreas Burtzlaff <andy13@gmx.net>  (tiny change)
2531         * org.el (outline-end-of-subtree): Bugfix: advise this function in
2532         a way that prevents any trailing character from being displayed.
2534 2009-09-07  Carsten Dominik  <carsten.dominik@gmail.com>
2536         * org-agenda.el (org-agenda-menu): Fix bugs in the bulk action
2537         menu.
2539         * org-exp.el (org-export-remove-special-table-lines): Remove bad
2540         slow regexp match.
2542 2009-09-06  Carsten Dominik  <carsten.dominik@gmail.com>
2544         * org-latex.el (org-export-latex-preprocess): Do not protect in
2545         the LaTeX header.
2547         * org-src.el (org-edit-src-save): Save window setup while saving.
2548         (org-edit-src-code): Use new buffer name construction scheme.
2550 2009-09-04  Carsten Dominik  <carsten.dominik@gmail.com>
2552         * org-agenda.el (org-agenda-entry-text-exclude-regexps): New
2553         variable.
2554         (org-agenda-entry-text-cleanup-hook): New hook.
2555         (org-agenda-get-some-entry-text): Remove matches of
2556         `org-agenda-entry-text-exclude-regexps' and run the hook
2557         `org-agenda-entry-text-cleanup-hook'.
2559         * org.el (org-offer-links-in-entry): New argument ZERO to
2560         implement a link with index zero.
2561         (org-cycle-show-empty-lines): Not keep empty line under header
2562         hidden.
2563         (org-iswitchb-completing-read): Bind `switchb-use-virtual-buffers'
2564         to nil for special completion.
2565         (org-store-link): Don't error before the first heading.
2567         * org-agenda.el (org-agenda-open-link): Pass the prefix to
2568         `org-offer-links-in-entry'.
2570 2009-09-03  Carsten Dominik  <carsten.dominik@gmail.com>
2572         * org-agenda.el (org-agenda-quit): Provide the window argument for
2573         `window-dedicated-p', Emacs 22 needs it.
2574         (org-format-agenda-item): If the category is a link, arrange for
2575         invisible text to replaced with spaces.
2576         (org-compile-prefix-format): Add the extra space.
2577         (org-prefix-category-length): New variable.
2579         * org-exp.el (org-export-cleanup-toc-line): Remove footnote
2580         references from TOC lines.
2582         * org.el (org-selected-window): New variable.
2584         * org-table.el (org-table-edit-formulas): Remember the selected
2585         window.
2586         (org-table-fedit-finish, org-table-fedit-abort): Select the window
2587         that was originally selected.
2589         * org-exp.el (org-export-preprocess-apply-macros): Scan the
2590         expansion of a macro for more macro definitions.
2592         * org-agenda.el (org-agenda-dim-blocked-tasks): Make sure the
2593         invisibility overlay starts on the newline.
2595 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
2597         * org-protocol.el (org-protocol-store-link)
2598         (org-protocol-remember, org-protocol-open-source): Add autoloads.
2600         * org-compat.el (org-float-time): New function.
2602         * org.el (org-clock-update-time-maybe)
2603         (org-sort-entries-or-items, org-do-sort)
2604         (org-evaluate-time-range, org-time-string-to-seconds)
2605         (org-closed-in-range): Use `org-float-time'.
2607         * org-timer.el (org-timer-start, org-timer-pause-or-continue)
2608         (org-timer-seconds):  Use `org-float-time'.
2610         * org-clock.el (org-clock-get-clocked-time, org-clock-out)
2611         (org-clock-sum, org-dblock-write:clocktable)
2612         (org-clocktable-steps):  Use `org-float-time'.
2614         * org-agenda.el (org-agenda-last-marker-time)
2615         (org-agenda-new-marker, org-diary):  Use `org-float-time'.
2617         * org-compat.el (w32-focus-frame): Declare the w32-focus-frame
2618         function.
2620         * org-exp.el (org-get-file-contents): Only protect lines that
2621         really need it.
2623         * org-html.el (require): Require cl for compilation.
2625         * org.el:  Avoid using `default-major-mode'.
2627         * org-plot.el (require): Require CL only at compile time.
2629         * org-exp.el (require): Require CL only at compile time.
2631         * org-agenda.el (org-agenda-quit): When the agenda window is
2632         dedicated, remove other windows before exiting, so that the frame
2633         really will be killed.
2635         * org-exp.el (org-export-handle-include-files): Reset START and
2636         END for each loop cycle.
2638 2009-09-01  Carsten Dominik  <carsten.dominik@gmail.com>
2640         * org.el (org-eval-in-calendar): Use
2641         `org-select-frame-set-input-focus'.
2643         * org-compat.el (org-select-frame-set-input-focus): New function.
2645         * org.el (org-update-statistics-cookies): New function.
2646         (org-mode-map): Bind `C-c #' to `org-update-statistics-cookies'.
2648 2009-08-31  Carsten Dominik  <carsten.dominik@gmail.com>
2650         * org-src.el (org-edit-fixed-width-region): Set org-src-mode only
2651         after the local variables are set.
2653         * org-latex.el (org-export-latex-protect-amp): New function.
2654         (org-export-latex-links): Protect link ampersands in tables.
2656         * org-exp.el (org-export-select-backend-specific-text): Match in
2657         two steps, to avoid regexp problems.
2659         * org.el (org-offer-links-in-entry): Improve working with many and
2660         duplicate links.
2662         * org-agenda.el (org-agenda-show-1): Make more consistent with
2663         normal cycling.
2664         (org-agenda-cycle-show): Make more consistent with normal cycling.
2666         * org-gnus.el (org-gnus-store-link): Restore the linking to a
2667         website.
2669 2009-08-30  Bastien Guerry  <bzg@altern.org>
2671         * org-latex.el (org-export-latex-first-lines): Bugfix.
2673 2009-08-29  Carsten Dominik  <carsten.dominik@gmail.com>
2675         * org-clock.el (org-clock-modify-effort-estimate): Emit message
2676         about new effort.
2678         * org.el (org-set-effort): New function.
2679         (org-mode-map): New key for effort setting command.
2681         * org-agenda.el (org-agenda): Keep window setup when calling
2682         agenda from within agenda window.
2683         (org-agenda-mode-map): New keys for effort setting commands.
2684         (org-agenda-menu): Add effort setting commands to menu.
2685         (org-agenda-set-property, org-agenda-set-effort): New functions.
2687         * org-latex.el (org-export-latex-tables): Fix
2688         `org-table-last-alignment' and `org-table-last-column-widths' if
2689         the first column has been removed.
2691 2009-08-28  Carsten Dominik  <carsten.dominik@gmail.com>
2693         * org.el (org-remove-timestamp-with-keyword): Only remove in
2694         entry, not in subtree.
2696         * org-src.el (org-src-lang-modes): Add abbreviation elisp for
2697         emacs lisp.
2699         * org.el (org-open-at-point): When on headline, offer all strings
2700         in entry.
2702         * org-remember.el (org-remember-templates): Documentation fix.
2704         * org.el (org-move-subtree-down): Use `org-get-next-sibling' and
2705         `org-get-last-sibling' instead of the outline versions of these
2706         functions.
2707         (org-get-last-sibling): New function.
2708         (org-refile): Use `org-get-next-sibling' instead of the outline
2709         version of this function.
2710         (org-clean-visibility-after-subtree-move): Use
2711         `org-get-next-sibling' and `org-get-last-sibling' instead of the
2712         outline versions of these functions.
2714 2009-08-27  Carsten Dominik  <carsten.dominik@gmail.com>
2716         * org-agenda.el (org-prepare-agenda): When creating a new frame
2717         for the agenda, make the window dedicated.
2719         * org-agenda.el (org-agenda-mode-map): New keys for time motion.
2721         * org-table.el (org-table-align): Change the order of reinsertion
2722         and deletion, to avoid problems with overlays following the table.
2724         * org.el (org-parse-time-string): Better error message.
2725         (org-show-subtree): Use org-end-of-subtree.
2727         * org-macs.el (org-goto-line): New defsubst.
2729         * org.el (org-open-file, org-change-tag-in-region)
2730         (org-fast-tag-show-exit): Don't use `goto-line'.
2732         * org-table.el (org-table-align, org-table-insert-column)
2733         (org-table-delete-column, org-table-move-column)
2734         (org-table-sort-lines, org-table-copy-region)
2735         (org-table-paste-rectangle, org-table-wrap-region)
2736         (org-table-get-specials, org-table-rotate-recalc-marks)
2737         (org-table-get-range, org-table-recalculate)
2738         (org-table-edit-formulas, org-table-fedit-convert-buffer)
2739         (org-table-show-reference, org-table-highlight-rectangle): Don't
2740         use `goto-line'.
2742         * org-src.el (org-edit-src-code, org-edit-fixed-width-region)
2743         (org-edit-src-exit): Don't use `goto-line'.
2745         * org-macs.el (org-preserve-lc): Don't use `goto-line'.
2747         * org-list.el (org-renumber-ordered-list, org-fix-bullet-type):
2748         Don't use `goto-line'.
2750         * org-exp.el (org-export-number-lines): Don't use `goto-line'.
2752         * org-colview.el (org-columns, org-columns-redo)
2753         (org-agenda-columns): Don't use `goto-line'.
2755         * org-colview-xemacs.el (org-columns, org-agenda-columns): Don't
2756         use `goto-line'.
2758         * org-agenda.el (org-agenda-mode): Force visual line motion off.
2759         (org-agenda-add-entry-text-maxlines): Improve docstring.
2760         (org-agenda-start-with-entry-text-mode): New option.
2761         (org-agenda-entry-text-maxlines): New option.
2762         (org-agenda-entry-text-mode): New variable.
2763         (org-agenda-mode): Set initial value of
2764         `org-agenda-entry-text-mode'.
2765         (org-agenda-mode-map): Add the `E' key.
2766         (org-agenda-menu): Add entry text mode to the menu.
2767         (org-agenda-get-some-entry-text): Fix line count bug.
2768         (org-finalize-agenda): Apply entry text mode if appropriate.
2769         (org-agenda-entry-text-show-here): New function.
2770         (org-agenda-entry-text-show): New function.
2771         (org-agenda-entry-text-hide): New function.
2772         (org-agenda-view-mode-dispatch): Add entry text mode to the view
2773         key menu.
2774         (org-agenda-entry-text-mode): New command.
2775         (org-agenda-set-mode-name): Add entry text mode to the mode line
2776         string.
2777         (org-agenda-undo, org-agenda-get-restriction-and-command)
2778         (org-agenda-get-some-entry-text, org-agenda-redo): Don't use
2779         `goto-line'.
2781 2009-08-26  Bernt Hansen  <bernt@norang.ca>
2783         * org-clock.el (org-notify): Bugfix.
2785 2009-08-25  Carsten Dominik  <carsten.dominik@gmail.com>
2787         * org-agenda.el (org-agenda-open-link): Handle multiple links and
2788         check for after-string.
2790         * org-gnus.el (org-gnus-store-link): Simplify.
2792         * org.el (org-latex-regexps): Don't add extra empty lines for
2793         display formulas.
2795 2009-08-24  Carsten Dominik  <carsten.dominik@gmail.com>
2797         * org-agenda.el (org-agenda-get-some-entry-text): New function.
2798         (org-agenda-add-entry-text): Use
2799         `org-agenda-get-some-entry-text'.
2801         * org.el (org-cycle-separator-lines): Update docstring.
2802         (org-cycle-show-empty-lines): Handle negative values for
2803         `org-cycle-show-empty-lines'.
2805         * org-exp.el (org-export-protect-sub-super): New function.
2806         (org-export-normalize-links): Protect the url of plain links from
2807         supscript and superscript processing.
2809         * org-remember.el (org-remember-escaped-%): New function.
2810         (org-remember-apply-template): Use `org-remember-escaped-%' to
2811         detect escaped % signs.
2813 2009-08-23  Bastien Guerry  <bzg@altern.org>
2815         * org-timer.el (org-timer-set-timer): Use `org-notify' and play a
2816         sound when showing the notification.
2818         * org-clock.el (org-notify): New function.
2819         (org-clock-notify-once-if-expired): Use `org-notify'.
2821         * org-gnus.el (org-gnus-store-link): Handle `gnus-summary-mode'
2822         and `gnus-article-mode' separately.
2823         (gnus-summary-article-header): Fix the declare-function.
2825 2009-08-23  Carsten Dominik  <carsten.dominik@gmail.com>
2827         * org-exp.el (org-export-format-source-code-or-example): Translate
2828         language.
2830         * org-src.el (org-src-lang-modes): New variable
2831         (org-edit-src-code): Translate language.
2833         * org-exp.el (org-export-format-source-code-or-example): Deal wit
2834         the new structure of the `org-export-latex-listings-langs'
2835         variable.
2837         * org-latex.el (org-export-latex-listings-langs): Change structure
2838         of the variable from plist to alist.
2840 2009-08-21  Carsten Dominik  <carsten.dominik@gmail.com>
2842         * org.el (org-in-commented-line): New function.
2844 2009-08-20  Carsten Dominik  <carsten.dominik@gmail.com>
2846         * org.el (org-hide-block-toggle): Make folded blocks searchable.
2848 2009-08-19  Friedrich Delgado Friedrichs <friedel@nomaden.org>  (tiny change)
2850         * org.el (org-flag-drawer): More useful error.
2852 2009-08-19  Carsten Dominik  <carsten.dominik@gmail.com>
2854         * org-remember.el (org-remember-apply-template): Use
2855         org-icompleting-read.
2857         * org-publish.el (org-publish): Use org-icompleting-read.
2859         * org-colview.el (org-columns-edit-value, org-columns-new)
2860         (org-insert-columns-dblock): Use org-icompleting-read.
2862         * org-colview-xemacs.el (org-columns-edit-value)
2863         (org-columns-new, org-insert-columns-dblock): Use
2864         org-icompleting-read.
2866         * org-attach.el (org-attach-delete-one, org-attach-open): Use
2867         org-icompleting-read.
2869 2009-08-18  Carsten Dominik  <carsten.dominik@gmail.com>
2871         * org.el (org-hierarchical-todo-statistics): Improve docstring.
2872         (org-version): Return the version text.
2873         (org-org-menu): Add a menu entry for the new bug reporter.
2874         (org-submit-bug-report): New command.
2876         * org-list.el (org-hierarchical-checkbox-statistics): Improve
2877         docstring.
2879         * org.el (org-emphasis-regexp-components): Add "`" to set of
2880         pre-emphasis characters.
2882         * org-latex.el (org-export-latex-classes): Always include the soul
2883         package.
2884         (org-export-latex-emphasis-alist): Use \st for strikethough.
2886         * org-exp-blocks.el (org-export-blocks-preprocess): Use
2887         `indent-code-rigidly' to indent.
2889         * org-agenda.el (org-agenda-get-restriction-and-command): Remove
2890         properties only if MATCH really is a string.
2892 2009-08-16  Carsten Dominik  <carsten.dominik@gmail.com>
2894         * org-latex.el (org-export-latex-packages-alist): Fix
2895         customization type.
2897         * org.el (org-create-formula-image): Also use
2898         `org-export-latex-packages-alist'.
2900         * org-html.el (org-export-as-html): Fix bug in footnote regexp.
2901         (org-export-as-html): Format footnotes correctly.
2903 2009-08-14  Carsten Dominik  <carsten.dominik@gmail.com>
2905         * org.el (org-fast-tag-selection): Avoid text properties on tags
2906         in the alist.
2908         * org-agenda.el (org-agenda-get-restriction-and-command): Avoid
2909         text properties on the match element.
2911 2009-08-12  Carsten Dominik  <carsten.dominik@gmail.com>
2913         * org.el (org-set-regexps-and-options): Make sure the list of done
2914         keywords is not invalid.
2916         * org-exp.el (org-export-interpolate-newlines): New function.
2918 2009-08-11  Carsten Dominik  <carsten.dominik@gmail.com>
2920         * org.el (org-format-latex): Avoid nested overlays.
2922         * org-latex.el (org-export-latex-listings-langs): Add a few more
2923         languages.
2925         * org-exp.el (org-export-preprocess-apply-macros): Make sure to
2926         ignore newlines and space before the first macro argument.
2928         * org-latex.el (org-export-latex-tables): Remove save-excursion
2929         around `org-table-align'.
2931 2009-08-10  Carsten Dominik  <carsten.dominik@gmail.com>
2933         * org.el (org-export-html-special-string-regexps): Definition
2934         moved into org.el
2936         * org-exp.el (org-export-preprocess-apply-macros): Allow newlines
2937         in macro calls.
2939 2009-08-09  Carsten Dominik  <carsten.dominik@gmail.com>
2941         * org-latex.el (org-export-latex-listings)
2942         (org-export-latex-listings-langs): New options.
2944         * org-exp.el (org-export-format-source-code-or-example): Use
2945         listing package if requested by the user.
2947 2009-08-08  Bastien Guerry  <bzg@altern.org>
2949         * org.el (org-iswitchb): Fix bug when aborting the `org-iswitchb'
2950         command before actually switching to a buffer.
2952 2009-08-07  Carsten Dominik  <carsten.dominik@gmail.com>
2954         * org-exp.el (org-get-file-contents): Only quote org lines when
2955         the markup is src or example.
2957         * org-agenda.el (org-agenda-skip-scheduled-if-deadline-is-shown):
2958         New option
2959         (org-agenda-get-day-entries): Remember deadline results and pass
2960         them on into the function getting the scheduling information.
2961         (org-agenda-get-scheduled): Accept deadline results as parameters
2962         and maybe skip some entries.
2963         (org-agenda-skip-scheduled-if-deadline-is-shown): New option.
2965         * org.el (org-insert-heading): When respecting content, do not
2966         convert current line to headline.
2968         * org-clock.el (org-clock-save-markers-for-cut-and-paste): Also
2969         cheeeeeck the hd marker
2970         (org-clock-in): Also set the hd marker.
2971         (org-clock-out): Also set the hd marker.
2972         (org-clock-cancel): Reset markers.
2974         * org.el (org-clock-hd-marker): New marker.
2976         * org-faces.el (org-agenda-clocking): New face.
2978         * org-agenda.el (org-agenda-mark-clocking-task): New function.
2979         (org-finalize-agenda): call `org-agenda-mark-clocking-task'.
2981         * org.el (org-modules): Add org-track.el.
2983         * org-agenda.el (org-agenda-bulk-marked-p): New function.
2984         (org-agenda-bulk-mark, org-agenda-bulk-unmark): Use
2985         `org-agenda-bulk-marked-p'.
2986         (org-agenda-bulk-toggle): New command.
2988 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
2990         * org.el (org-move-subtree-down): Hide subtree if it was folded,
2991         not just the body.
2993         * org-remember.el (org-remember-finalize): Avoid buffer-modified
2994         messages.
2996 2009-08-06  James TD Smith  <ahktenzero@mohorovi.cc>
2998         * org-plot.el (org-plot/gnuplot): Stop datafile from being deleted
2999         before gnuplot can read it.
3001 2009-08-05  Carsten Dominik  <carsten.dominik@gmail.com>
3003         * org-latex.el (org-export-latex-first-lines): Fix bug with
3004         finding the end of the first lines.
3006         * org.el (org-create-formula-image): Remove the -E option for
3007         dvipng.
3009         * org-exp.el (org-default-export-plist): Respect #+BIND.
3010         (org-export-confirm-letbind): New function.
3012         * org.el (org-paste-subtree): Test the kill ring entry if it is
3013         going to be used.
3014         (org-copy-subtree): Use `org-forward-same-level'.
3015         (org-forward-same-level): Respect the `invisibe-ok' arg for
3016         back-to-heading.
3018 2009-08-04  Carsten Dominik  <carsten.dominik@gmail.com>
3020         * org.el (org-table-map-tables): Make sure cursor is back at table
3021         beginning after funcall.
3023         * org-agenda.el (org-agenda-bulk-action): Make sure parents are
3024         handled before children, and do not error if an entry is not
3025         found, probably because it hase been remove when the parent was
3026         archived or refiled.
3028         * org.el (org-ido-completing-read): Accept straight lists for
3029         completion as well as alists.
3031         * org-html.el (org-export-as-html): Fix parenthesis error in
3032         footnore code.
3034         * org-timer.el (org-timer-cancel-timers): Renamed from
3035         `org-timer-cancel-timers'.
3037         * org.el (org-cycle-internal-local): Fix problem with finding next
3038         invisible line.
3040 2009-08-03  Carsten Dominik  <carsten.dominik@gmail.com>
3042         * org-list.el (org-list-send-list): Call
3043         `org-list-goto-true-beginning' instead of
3044         `org-list-find-true-beginning', which does not exist.
3046         * org-timer.el (org-timer-reset-timers): Use `mapc'.
3047         (org-timer-set-timer): Do not assign to heading.
3049         * org-id.el (org-id-open): Quote function name.
3051         * org-macs.el (org-unmodified): Turn off recording undo
3052         information while running inside the macro.
3054         * org-indent.el (org-hide-leading-stars-before-indent-mode): New
3055         variable.
3056         (org-indent-mode): Remember and restore value of
3057         org-hide-leading-stars before `org-indent-mode'.
3059         * org-table.el (org-table-export): Also work in file-less
3060         buffers.
3062         * org.el (org-startup-indented): New option.
3063         (org-startup-options): Add new options indent and noindent.
3064         (org-unfontify-region): Remove line-prefix and wrap-prefix
3065         properties.
3066         (org-after-demote-entry-hook, org-after-promote-entry-hook): New
3067         hooks.
3068         (org-promote, org-demote): Run the new hooks.
3070         * org-table.el (org-table-align): Replace leading \n as well.
3072         * org-exp.el (org-export-push-to-kill-ring): Remove `line-prefix'
3073         and `line-wrap' text properties.
3075         * org-compat.el (org-kill-new): New function.
3077         * org-agenda.el (org-format-agenda-item): Remove `line-prefix' and
3078         `line-wrap' text properties.
3080         * org-indent.el: New file.
3082 2009-08-02  Carsten Dominik  <carsten.dominik@gmail.com>
3084         * org.el (org-provide-todo-statistics): Tweak docstring.
3086         * org-id.el (org-id-open): Honor `org-link-frame-setup'.
3088 2009-08-01  Carsten Dominik  <carsten.dominik@gmail.com>
3090         * org-exp.el (org-export-as-org): Insert the "-source" string
3091         before the extension.
3093         * org.el (org-read-date): Make sure the calendar is in the current
3094         frame.
3095         (org-set-emph-re): Remove the ? from the post-match.
3096         (org-emphasis-regexp-components): Add backslash to the
3097         postmatch class.
3098         (org-set-font-lock-defaults): Write \n instead of \xa, and make it
3099         optional so that also lines at the end of the buffers will still
3100         be matched as headlines.
3102         * org-table.el (org-table-error-on-row-ref-crossing-hline):
3103         Variable made obsolete.
3104         (org-table-relative-ref-may-cross-hline): New option.
3105         (org-table-find-row-type): Honow the new option
3106         `org-table-relative-ref-may-cross-hline'.
3108 2009-07-31  Carsten Dominik  <carsten.dominik@gmail.com>
3110         * org-table.el (org-table-cut-region, org-table-copy-region): Work
3111         on single field if no active region.
3113 2009-07-27  Carsten Dominik  <carsten.dominik@gmail.com>
3115         * org-latex.el (org-export-latex-make-header): Only insert title
3116         if one is defined.
3118         * org.el (org-make-options-regexp): Allow empty values.
3120         * org-html.el (org-export-as-html): Move hrule detection to after
3121         plain list handling.
3123 2009-07-26  Carsten Dominik  <carsten.dominik@gmail.com>
3125         * org-html.el (org-format-org-table-html): Fix colgroup tags.
3127 2009-07-23  Carsten Dominik  <carsten.dominik@gmail.com>
3129         * org.el (org-cycle-internal-local): Improved version of finding
3130         next visible line.
3131         (org-cycle-hide-drawers): Only hide drawers if this is really
3132         necessary.
3133         (outline-end-of-subtree): Make `outline-end-of-subtree' use the
3134         org-version of this function in Org-mode.  We use advice to
3135         implement this change, so that future changes to this function in
3136         outline.el wil be handled properly.
3137         (org-forward-same-level, org-backward-same-level): New commands.
3139 2009-07-21  Carsten Dominik  <carsten.dominik@gmail.com>
3141         * org.el (org-remove-empty-overlays-at)
3142         (org-clean-visibility-after-subtree-move): New functons.
3143         (org-move-subtree-down): Simplify cleanup of display.
3145 2009-07-20  Carsten Dominik  <carsten.dominik@gmail.com>
3147         * org-mac-message.el (org-mac-message-get-links): Improve
3148         docstring.  Make argument SELECT-OR-FLAGGED optional, default to
3149         "s".  Fix the return value.
3150         (org-mac-message-insert-flagged): Simplify.
3152         * org.el (org-refile-get-location): Tamper with refile history o
3153         that history contains compete matches instead of the entered
3154         string.
3156 2009-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
3158         * org.el (org-store-link): Never store a link to an inline task.
3160         * org-inlinetask.el (org-inlinetask-insert-task): New command.
3162         * org-footnote.el (org-footnote-goto-local-insertion-point): Skip
3163         inline tasks when positioning footnotes.
3165         * org-inlinetask.el (org-inlinetask-remove-END-maybe): New
3166         function.
3168         * org.el (org-refile): Remove the END line when archiving an
3169         inline task that does have an END line.
3171         * org-archive.el (org-archive-subtree): Remove the END line when
3172         archiving an inline task that does have an END line.
3174         * org-macs.el (org-with-limited-levels): New macro.
3175         (org-get-limited-outline-regexp): New function.
3177         * org-exp.el (org-export-format-source-code-or-example): Fix bug
3178         that did not enumerate first line.
3179         (org-export-mark-radio-links): Skip matches in links.
3181 2009-07-18  Carsten Dominik  <carsten.dominik@gmail.com>
3183         * org.el (org-activate-plain-links): Make single-match.
3184         (org-adapt-indentation): Fix docstring.
3186         * org-macs.el (org-unmodified): Turn of modification hooks while
3187         running this macro.
3189 2009-08-02  Bastien Guerry  <bzg@altern.org>
3191         * org.el (org-adapt-indentation): Slightly improve the docstring.
3192         (org-occur): Sends an error when the user inputs an empty string.
3193         (org-priority): Bugfix: the tag alignement should happen within
3194         save-excursion.
3196 2009-07-31  Bastien Guerry  <bzg@altern.org>
3198         * org.el (org-make-link-regexps): Don't exclude parentheses from
3199         `org-plain-link-re'
3200         (org-cycle-internal-local): When locally cycling, switch directly
3201         from CHILDREN to FOLDED if there is no subtree
3202         (org-cycle): Update the docstring to document the new behavior of
3203         `org-cycle-internal-local'.
3205 2009-07-29  Nicolas Goaziou <n.goaziou@neuf.fr>  (tiny change)
3207         * org-clock.el (org-clock-in): Bugfix: recognize timestamps with
3208         an abbreviated format for days.
3210 2009-07-27  Bastien Guerry  <bzg@altern.org>
3212         * org-protocol.el (org-protocol-default-template-key): New
3213         option.
3215         * org.el (org-refile): Bugfix: save-excursion before reading the
3216         refile target, otherwise cursor moves might confuse `org-refile'.
3218         * org-html.el (org-export-as-html): Bugfix: correctly convert the
3219         footnote reference before the footnote itself.
3221         * org.el (org-toggle-heading): Bugfix: correctly convert list
3222         items before the first headline.
3224         * org-html.el (org-export-html-footnote-format): New option for
3225         formatting the footnote reference.
3226         (org-export-as-html): Use the new option.
3228         * org.el (org-provide-todo-statistics): Allow a list of TODO
3229         keywords to compute statistics against headlines containing a
3230         keyword from this list.
3231         (org-update-parent-todo-statistics): Possibly use the new allowed
3232         value of `org-provide-todo-statistics'.
3234 2009-07-26  Bastien Guerry  <bzg@altern.org>
3236         * org-timer.el: Add autoload cookie.
3238         * org.el (org-occur-link-in-agenda-files): New function.
3240         * org-timer.el (org-timer-last-timer): New variable.
3242         * org-agenda.el (org-agenda-mode-map): New key for
3243         org-timer-set-timer called from the agenda.
3245         * org.el (org-mode-map): New key for org-timer-set-timer.
3247         * org-timer.el (org-timer-reset-timers)
3248         (org-timer-show-remaining-time, org-timer-set-timer): New
3249         functions.
3251         * org-clock.el (org-show-notification): Update the docstring.
3253         * org.el (org-provide-todo-statistics): Allow new value
3254         'all-headlines for this option, which includes entries with no
3255         TODO keywords in the todo statistics.
3256         (org-update-parent-todo-statistics): Possibly use the new
3257         'all-headline value from `org-provide-todo-statistics'.
3259 2009-07-25  Bastien Guerry  <bzg@altern.org>
3261         * org-clock.el (org-dblock-write:clocktable): Add a new option
3262         :timestamp which allows display of timestamps in clock reports.
3264         * org.el (org-mode-map): Define new key `C-c C-*': convert a plain
3265         list to a subtree, preserving the structure of the list.
3266         (org-set-emph-re): Make the last element optional in the regexp.
3267         This regexp now matches an emphasized string at the end of a line.
3269         * org-list.el (org-list-goto-true-beginning)
3270         (org-list-make-subtree, org-list-make-subtrees): New functions.
3272         * org.el (org-eval-in-calendar): Select the right frame.
3273         (org-save-frame-excursion): Remove this macro.
3275 2009-07-24  Bastien Guerry  <bzg@altern.org>
3277         * org-list.el (org-list-beginning-re): Bugfix: don't use * when
3278         trying to find the beginning of a list.
3280         * org-exp.el (org-get-file-contents): Use a new argument: markup.
3281         When present, tell org-get-file-contents not to protect org-like
3282         lines.
3284         * org-id.el (org-id-uuid-program): New option to set the name of
3285         the uuidgen program.
3286         (org-id-method): Use `org-id-uuid-program'.
3287         (org-id-new): Use `org-id-uuid-program'.
3289 2009-07-23  Bastien Guerry  <bzg@altern.org>
3291         * org-exp.el (org-export-number-lines): Allow whitespace in code
3292         references.  Allow the -r switch to remove the references in the
3293         source code even when the lines are not numbered: the labels can
3294         be explicit enough.
3296         * org.el (org-fontify-whole-heading-line): New option.
3297         (org-set-font-lock-defaults): Use the new option.
3299         * org-clock.el (org-show-notification-handler): New option.
3300         (org-show-notification): Use the new option.
3302 2009-07-21  Bastien Guerry  <bzg@altern.org>
3304         * org.el (org-eval-in-calendar): Fix a bug about calendar
3305         navigation when `calendar-setup' value is 'calendar-only.
3307 2009-07-19  Bastien Guerry  <bzg@altern.org>
3309         * org.el (orgstruct++-mode): Fix typo in docstring.
3310         (org-insert-link): Clean up: (or (...)) => (...)
3311         (org-insert-link): Use TAB for stored links completion.
3313 2009-07-18  Bastien Guerry  <bzg@altern.org>
3315         * org.el (org-get-refile-targets): Fix bug: don't ignore case when
3316         building the list of targets.
3318         * org-remember.el (org-remember-delete-empty-lines-at-end): New
3319         option.
3320         (org-remember-handler): Use the new option.
3322 2009-07-17  James TD Smith  <ahktenzero@mohorovi.cc>
3324         * org.el (org-tags-sort-function): New option for sorting tags.
3325         (org-set-tags): Use the new option to sort tags.
3327         * org-plot.el (org-plot/gnuplot): Run with an idle timer to avoid
3328         premature deletion of the data when using org-plot in a script.
3330 2009-07-17  Bastien Guerry  <bzg@altern.org>
3332         * org-clock.el (org-clock-in-prepare-hook): New hook.
3333         (org-clock-in): Use this new hook.
3335 2009-07-16  Bastien Guerry  <bzg@altern.org>
3337         * org.el (org-special-ctrl-a/e): Explicitely bind the value
3338         'reversed for this option to the "true line boundary first"
3339         behavior.
3340         (org-tags-match-list-sublevels): Document the 'indented value for
3341         this variable.
3343         * org-latex.el (org-export-latex-first-lines): Fix problem with
3344         publishing the region.
3346         * org-exp.el (org-export-format-source-code-or-example): Fix
3347         bad line numbering when exporting examples in HTML.
3349         * org-colview.el (org-format-time-period): Formats a time in
3350         fractional days as days, hours, mins, seconds.
3351         (org-columns-display-here): Add special handling for SINCE and
3352         SINCE_IA to format for display.
3354 2009-07-12  James TD Smith  <ahktenzero@mohorovi.cc>
3356         * org.el (org-tags-sort-function): Add custom declaration for tags
3357         sorting function.
3358         (org-set-tags): Sort tags if org-tags-sort-function is set
3360 2009-07-08  Carsten Dominik  <carsten.dominik@gmail.com>
3362         * org-clock.el (org-clock-goto): Find hidden headlines as well.
3364         * org.el (org-narrow-to-subtree): Find hidden headlines as well.
3366         * org-plot.el (org-plot/add-options-to-plist): Add timeind
3367         option.
3369 2009-07-07  Carsten Dominik  <carsten.dominik@gmail.com>
3371         * org-publish.el (org-publish-remove-all-timestamps): New function.
3372         (org-publish-all): Remove all timestamp files if `org-publish-all'
3373         is called with a prefix argument.
3375         * org-list.el (org-indent-item): Fix typo.
3376         (org-item-indent-positions): Normalize ordered bullet.
3378         * org-html.el (org-export-html-home/up-format): New option.
3379         (org-export-as-html): Insert the up and HOME links.
3381 2009-07-06  Carsten Dominik  <carsten.dominik@gmail.com>
3383         * org-html.el (org-export-as-html): Insert the title into the
3384         option plist.
3385         (org-export-html-insert-plist-item): New function.
3386         (org-export-as-html): Call `org-export-html-insert-plist-item'.
3388         * org-macs.el (org-set-local): Make a local variable, do not make
3389         the variable buffer-local!
3391         * org-latex.el (org-export-as-latex): Call `org-install-letbind'.
3393         * org-html.el (org-export-as-html): Call `org-install-letbind'.
3395         * org-docbook.el (org-export-as-docbook): Call
3396         `org-install-letbind'.
3398         * org-ascii.el (org-export-as-ascii): Call `org-install-letbind'.
3400         * org-exp.el (org-infile-export-plist): Read BIND lines.
3401         (org-install-letbind): New function.
3402         (org-export-as-org, org-export-preprocess-string): Call
3403         `org-install-letbind'.
3405         * org-src.el (org-edit-src-exit): Untabify the example before
3406         returning to Org.
3408         * org-list.el (org-list-demote-modify-bullet): New option.
3409         (org-first-list-item-p): Save point.
3410         (org-fix-bullet-type): New optional argument FORCE-BULLET.
3411         (org-indent-item): Honor `org-list-demote-modify-bullet'.
3412         (org-item-indent-positions): Return bullet types along with
3413         indentation.
3415 2009-07-05  Carsten Dominik  <carsten.dominik@gmail.com>
3417         * org.el (org-show-entry): Hide drawers.
3419 2009-07-03  Carsten Dominik  <carsten.dominik@gmail.com>
3421         * org-footnote.el (org-footnote-auto-adjust): New option.
3422         (org-footnote-auto-adjust-maybe): New function.
3423         (org-footnote-new, org-footnote-delete): Call
3424         `org-footnote-auto-adjust-maybe'.
3426         * org.el (org-startup-options): Add new footnote-related
3427         keywords.
3429         * org-publish.el (org-publish-timestamp-filename): Additional
3430         arguments PUB-DIR and PUB-FUNC, which are included in the hash.
3431         (org-publish-needed-p): Additional arguments PUB-DIR PUB-FUNC
3432         TRUE-PUB-DIR.  Pass them through to
3433         `org-publish-timestamp-filename'.
3434         (org-publish-update-timestamp): Additional arguments PUB-DIR and
3435         PUB-FUNC, which are included in the hash.
3436         (org-publish-file): Delay timestamp test until the publishing
3437         function is known.
3439 2009-07-02  Carsten Dominik  <carsten.dominik@gmail.com>
3441         * org-agenda.el (org-agenda-bulk-action): Add scheduling and
3442         setting the deadline.
3444         * org.el (org-read-date-final-answer): New variable.
3445         (org-read-date): Store the final answer string, including the date
3446         from the calendar, for reuse by agenda bulk commands.
3448         * org-publish.el (org-publish-attachment): Fix publishing of
3449         attachments.
3451         * org-latex.el (org-export-latex-quotation-marks): Fix export of
3452         quotation makrs in parenthesis.
3453         (org-remove-initial-hash): New function.
3454         (org-export-latex-preprocess): Fix bug with infinite loop if
3455         environment is not properly closed.
3457         * org-table.el (org-table-get-remote-range): Find #+TBLNAME also
3458         when indented.
3460         * org.el (org-fontify-meta-lines-and-blocks): Make #+TBLNAME
3461         highlight also when indented.
3463 2009-07-01  Carsten Dominik  <carsten.dominik@gmail.com>
3465         * org-footnote.el (org-footnote-renumber-fn:N): New command.
3466         (org-footnote-action): Offer renumbering.
3468         * org.el (org-cycle): Honor the `integrate' value of
3469         org-cycle-include-plain-lists'.
3471         * org-list.el (org-cycle-include-plain-lists): New allowed value
3472         `internal'.  Improve the docstring.
3474         * org.el (org-set-autofill-regexps): Improve the paragraph-start
3475         regexp to work better with LaTeX commands.
3477 2009-06-30  Carsten Dominik  <carsten.dominik@gmail.com>
3479         * org-feed.el (org-feed-update): fix problem with non-existing
3480         buffer.
3481         (org-feed-skip-http-headers): New function.
3482         (org-feed-get-feed): Call `org-feed-skip-http-headers'.
3483         (org-feed-get-feed): Fix command line arguments for curl.
3485 2009-06-28  Carsten Dominik  <carsten.dominik@gmail.com>
3487         * org-latex.el (org-export-latex-inline-image-extensions): Add ps
3488         and eps extensions.
3490 2009-06-27  Carsten Dominik  <carsten.dominik@gmail.com>
3492         * org-agenda.el (org-write-agenda): Make sure org-icalendar is
3493         loaded.
3495         * org.el (org-map-entries): No longer force
3496         `org-tags-match-list-sublevels' to t during a todo-only tags
3497         search.
3499 2009-06-26  Carsten Dominik  <carsten.dominik@gmail.com>
3501         * org-latex.el (org-export-latex-low-levels): Allow user-defined
3502         environment.
3503         (org-export-latex-subcontent): Handle user-defined environment.
3505         * org-agenda.el (org-agenda-view-mode-dispatch): Add more keys to
3506         the View dispatcher.
3508         * org.el (org-hide-block-toggle): Use `org-make-overlay' instead of
3509         `make-overlay'.
3511         * org-latex.el (org-export-as-pdf): Protect match data during call
3512         to shell-quote-argument.
3514         * org-agenda.el (org-agenda-mode-map): Modify bulk action keys.
3515         (org-agenda-view-mode-dispatch): New function.
3517 2009-06-24  Carsten Dominik  <carsten.dominik@gmail.com>
3519         * org-agenda.el (org-agenda-mode): Reset list of marks.
3520         (org-agenda-mode-map): Define new keys for refile and bulk action.
3521         (org-agenda-menu): Add menu itesm for refile and bulk action.
3522         (org-agenda-refile): New function.
3523         (org-agenda-set-tags): Optional arguments TAG and ONOFF.
3524         (org-agenda-marked-entries): New variable.
3525         (org-agenda-bulk-select, org-agenda-remove-bulk-action-overlays)
3526         (org-agenda-remove-all-bulk-action-marks)
3527         (org-agenda-bulk-action): New functions/commands.
3529 2009-06-23  Carsten Dominik  <carsten.dominik@gmail.com>
3531         * org-exp.el (org-get-file-contents): Protect org-like lines in
3532         included files.
3533         (org-export-format-source-code-or-example): Remove newlines.
3535         * org-latex.el (org-export-latex-links): Check for no-description
3536         marking.
3538         * org-exp.el (org-export-preprocess-apply-macros): Switch macro
3539         argument separator back to comma.
3540         (org-export-normalize-links): Mark links without description.
3542 2009-06-22  Carsten Dominik  <carsten.dominik@gmail.com>
3544         * org-exp.el (org-infile-export-plist): Fix bug in macro
3545         processing.
3547         * org-agenda.el (org-agenda-clock-out): Update line after clocking
3548         out.
3549         (org-agenda-highlight-todo): Fix bug with highlighting.
3551 2009-06-21  Carsten Dominik  <carsten.dominik@gmail.com>
3553         * org.el (org-set-font-lock-defaults): Adapt formatting to capture
3554         new alignment strings.
3556         * org-table.el (orgtbl-self-insert-command): Add yas/expand to
3557         command list.
3558         (org-table-align): Check for forced align type.
3560         * org.el (org-self-insert-command): Add yas/expand to command
3561         list.
3563         * org-clock.el (org-clock-in-hook): New hook.
3564         (org-clock-in): Run `org-clock-in-hook.
3565         (org-clock-out-hook): New hook.
3566         (org-clock-out): Run `org-clock-out-hook.
3567         (org-clock-cancel-hook): New hook.
3568         (org-clock-cancel): Run `org-clock-cancel-hook.
3569         (org-clock-goto-hook): New hook.
3570         (org-clock-goto): Run `org-clock-goto-hook.
3572 2009-06-20  Carsten Dominik  <carsten.dominik@gmail.com>
3574         * org.el (org-store-link): Better default description for link to
3575         Org-mode headline.
3577         * org-exp.el (org-export-generic): Autoload the generic exporter
3578         function.
3579         (org-export): Implement the `g' key for the generic exporter.
3581 2009-06-19  Carsten Dominik  <carsten.dominik@gmail.com>
3583         * org-table.el (orgtbl-setup): Add a binding for `S-iso-lefttab',
3584         and for zbacktab'.
3586         * org-exp-blocks.el (org-ditaa-jar-path): Fix default ditaa path.
3588         * org-exp.el (org-infile-export-plist): Get macros also from
3589         #+SETUPFILE.
3591 2009-06-18  Carsten Dominik  <carsten.dominik@gmail.com>
3593         * org-colview.el (org-columns-capture-view): Protect vertical bars
3594         in column values.
3595         (org-columns-capture-view): Exclude comment and archived trees.
3597         * org-colview-xemacs.el (org-columns-capture-view): Protect
3598         vertical bars in column values.
3599         (org-columns-capture-view): Exclude comment and archived trees.
3601         * org.el (org-quote-vert): New function.
3603         * org-latex.el (org-export-latex-verbatim-wrap): New option.
3605         * org-exp.el (org-export-format-source-code-or-example): Use
3606         `org-export-latex-verbatim-wrap'.
3608         * org.el (org-clone-subtree-with-time-shift): Also shift inactive
3609         time stamps.
3611         * org-html.el (org-export-table-row-tags): New option.
3612         (org-format-org-table-html): Rename `nlines' to `nline', use new
3613         option.
3616 2009-06-17  Carsten Dominik  <carsten.dominik@gmail.com>
3618         * org-exp-blocks.el: Declare functions and variables.
3620         * org-remember.el (org-remember-templates): Allow the headline
3621         element to be a function.
3622         (org-remember-apply-template): If the headline is a function, call
3623         it to get the true function.
3625         * org-clock.el (org-clock-menu): New function.
3626         (org-clock-update-mode-line): Update help string.
3627         (org-clock-modify-effort-estimate): New function.
3628         (org-clock-mark-default-task): New function.
3630         * org.el (org-hh:mm-string-to-minutes): Also take just a number of
3631         minutes as input.
3632         (org-org-menu): Add new clocking stuff.
3633         (org-clock-is-active): New function.
3635 2009-06-14  Carsten Dominik  <carsten.dominik@gmail.com>
3637         * org.el (org-open-non-existing-files): Improve docstring.
3639 2009-06-11  Carsten Dominik  <carsten.dominik@gmail.com>
3641         * org-icalendar.el (org-icalendar-include-bbdb-anniversaries): New
3642         option.
3643         (org-export-icalendar): Call `org-bbdb-anniv-export-ical'.
3645         * org-bbdb.el (org-bbdb-anniv-export-ical): New function.
3647         * org-list.el (org-get-checkbox-statistics-face): Use the new
3648         faces.
3650         * org-faces.el (org-checkbox-statistics-todo)
3651         (org-checkbox-statistics-done): New faces.
3653 2009-06-09  Carsten Dominik  <carsten.dominik@gmail.com>
3655         * org-src.el (org-src-mode): Renamed from `org-exit-edit-mode'.
3656         (org-edit-src-exit): Better cursor positioning when returning from
3657         editing.
3659         * org-latex.el (org-export-latex-use-verb): New variable.
3660         (org-export-latex-emph-format): Prefer \texttt over \verb when
3661         org-export-latex-use-verb is set.
3663 2009-06-08  Carsten Dominik  <carsten.dominik@gmail.com>
3665         * org-docbook.el (org-export-docbook-close-lists-maybe): Also look
3666         at normal indentation.
3668         * org-html.el (org-export-html-close-lists-maybe): Also look at
3669         normal indentation.
3671         * org-remember.el (org-remember-handler): Abort remember if the
3672         buffer is empty.
3674         * org-src.el (org-edit-src-content-indentation): New option.
3675         (org-edit-src-exit): Apply extra indentation.
3677         * org-exp.el (org-export-format-source-code-or-example): Run
3678         `org-src-mode-hook'.
3680         * org-src.el (org-src-mode-hook): New variable.
3681         (org-edit-src-code): Run `org-src-mode-hook'.
3683 2009-06-07  Carsten Dominik  <carsten.dominik@gmail.com>
3685         * org.el (org-indent-line-function): Fix indentation of +#end lines.
3687         * org-src.el (org-edit-src-get-indentation): New function.
3688         (org-edit-src-code): Base indentation on the begin line.
3690 2009-06-07  Tassilo Horn  <tassilo@member.fsf.org>
3692         * org-gnus.el (org-gnus-store-link): Require message.el in
3693         org-gnus-store-link.
3695 2009-06-07  Carsten Dominik  <carsten.dominik@gmail.com>
3697         * org-src.el: New file, split out of org.el
3699         * org-docbook.el (org-export-as-docbook): Better indentation
3700         treatment.
3702         * org-macs.el (org-replace-match-keep-properties): New function.
3704         * org-exp.el (org-export-mark-blockquote-verse-center): Better
3705         preprocessing of center and quote and verse blocks.
3707         * org-docbook.el (org-export-docbook-close-lists-maybe): New function.
3708         (org-export-as-docbook): Close lists when original indentation
3709         mandates it.
3711         * org-html.el (org-export-html-close-lists-maybe): New function.
3712         (org-export-as-html): Close lists when original indentation
3713         mandates it.
3715         * org-list.el (org-list-end): Respect the stored "original"
3716         indentation when determining the end of the list.
3718         * org-exp.el (org-export-replace-src-segments-and-examples):
3719         Remember indentation correctly.
3721 2009-06-06  Carsten Dominik  <carsten.dominik@gmail.com>
3723         * org-clock.el (org-clock-update-mode-line): Apply face
3724         org-mode-line-clock.
3726         * org-faces.el (org-mode-line-clock): New face.
3728 2009-06-05  Tassilo Horn  <tassilo@member.fsf.org>
3730         * org-gnus.el (org-gnus-store-link): Fix bug where
3731         `org-gnus-store-link' used wrong subject when called in an article
3732         buffer.  Patch provided by fengli AT gmail DOT com.
3734 2009-06-04  Carsten Dominik  <carsten.dominik@gmail.com>
3736         * org-exp.el (org-export-format-source-code-or-example): Remember
3737         the original indentation of source code snippets and examples.
3739         * org-latex.el (org-export-as-latex): Relocate the table of
3740         contents.
3742         * org.el (org-ctrl-c-ctrl-c): Update clock lines.
3744         * org-agenda.el (org-run-agenda-series): Scope global options also
3745         when creating the agenda buffer.
3747 2009-06-03  Carsten Dominik  <carsten.dominik@gmail.com>
3749         * org.el (org-adapt-indentation): Improve documentation.
3750         (org-insert-property-drawer): Respect org-adapt-indentation when
3751         inserting the drawer.
3752         (org-remove-flyspell-overlays-in): New function.
3753         (org-do-emphasis-faces, org-activate-plain-links)
3754         (org-activate-code, org-fontify-meta-lines-and-blocks)
3755         (org-activate-angle-links, org-activate-footnote-links)
3756         (org-activate-bracket-links, org-activate-dates)
3757         (org-activate-target-links, org-activate-tags): Remove flyspell
3758         overlays.
3760 2009-06-02  Carsten Dominik  <carsten.dominik@gmail.com>
3762         * org.el (org-edit-src-save): New function.
3764         * org-clock.el (org-clock-out-switch-to-state): New option.
3765         (org-clock-out): Honor `org-clock-out-switch-to-state'.
3767         * org-compat.el (org-compatible-face): Improve macro.
3769         * org.el (org-global-properties-fixed): Add default for
3770         CLOCK_MODELINE_TOTAL.
3772         * org-clock.el (org-clock-sum): Accept lists and strigs as tstart
3773         andd tend.
3774         (org-clock-sum-current-item): Optional argument TSTART, pass it to
3775         org-clock-sum.
3776         (org-clock-get-sum-start): New function.
3778         * org.el (org-startup-options): New keywords blockhide and
3779         blockshow.
3780         (org-mode): Add new invisibility spec.
3781         (org-set-startup-visibility): Hide block on startup if so
3782         desired.
3783         (org-hide-block-startup): New option.
3784         (org-block-regexp): New constant.
3785         (org-hide-block-overlays): New variable.
3786         (org-block-map, org-hide-block-toggle-all, org-hide-block-all)
3787         (org-show-block-all, org-hide-block-toggle-maybe)
3788         (org-hide-block-toggle): New functions.
3789         (org-edit-src-exit): Do not quote lines starting with # and no +
3790         behind it.
3791         (org-auto-repeat-maybe): Add LAST_REPEAT properter for a repeating
3792         entry.
3794 2009-05-30  Carsten Dominik  <carsten.dominik@gmail.com>
3796         * org.el (org-buffer-property-keys): Add Effort property for
3797         completion.
3799 2009-05-28  Carsten Dominik  <carsten.dominik@gmail.com>
3801         * org-clock.el (org-clock-sum-current-item): Fix positioning bug
3802         when retrieving total clocked time in the subtree.
3804         * org.el (org-quoting-blocks): New variable.
3806 2009-05-27  Carsten Dominik  <carsten.dominik@gmail.com>
3808         * org-table.el (org-table-store-formulas)
3809         (org-table-get-stored-formulas, org-table-fix-formulas)
3810         (org-table-edit-formulas, orgtbl-ctrl-c-ctrl-c)
3811         (orgtbl-gather-send-defs): Allow indented #+TBLFM line.
3813         * org.el (org-fontify-meta-lines, org-ctrl-c-ctrl-c): Allow
3814         indented #+TBLFM line.
3816         * org-footnote.el (org-footnote-goto-local-insertion-point): Allow
3817         indented #+TBLFM line.
3819         * org-colview.el (org-dblock-write:columnview): Allow indented
3820         #+TBLFM line.
3822         * org-colview-xemacs.el (org-dblock-write:columnview): Allow
3823         indented #+TBLFM line.
3825         * org-clock.el (org-dblock-write:clocktable): Allow indented
3826         #+TBLFM line.
3828 2009-05-26  Carsten Dominik  <carsten.dominik@gmail.com>
3830         * org-exp.el (org-export-format-source-code-or-example): Make
3831         editing indented blocks work correctly.
3833         * org.el (org-edit-src-nindent): New variable.
3834         (org-edit-src-code, org-edit-fixed-width-region)
3835         (org-edit-src-find-region-and-lang, org-edit-src-exit): Make
3836         editing indented blocks work correctly.
3838 2009-05-24  Carsten Dominik  <carsten.dominik@gmail.com>
3840         * org-exp.el (org-export-replace-src-segments-and-examples): FInd
3841         indented blocks.
3842         (org-export-format-source-code-or-example): Fix indentation of
3843         blocks.
3844         (org-export-remove-indentation): New function.
3845         (org-export-select-backend-specific-text): Allow backend-specific
3846         code to be indented.
3847         (org-export-mark-blockquote-verse-center): Allow markers to be
3848         indented.
3850         * org.el (org-fontify-meta-lines): New function.
3851         (org-set-font-lock-defaults): Call the new fontification
3852         function.
3854         * org-faces.el (org-meta-line): New face
3855         (org-block):  New face.
3857 2009-05-27  Carsten Dominik  <carsten.dominik@gmail.com>
3859         * org.el (org-treat-insert-todo-heading-as-state-change)
3860         (org-treat-S-cursor-todo-selection-as-state-change): New
3861         variables.
3862         (org-insert-todo-heading): Honor
3863         `org-treat-insert-todo-heading-as-state-change'.
3864         (org-shiftright, org-shiftleft): Honor
3865         `org-treat-S-cursor-todo-selection-as-state-change'.
3866         (org-inhibit-logging): New variable.
3868 2009-05-23  Carsten Dominik  <carsten.dominik@gmail.com>
3870         * org-agenda.el (org-remove-subtree-entries-from-agenda): Reduce
3871         range for marker position checking.
3873         * org-latex.el (org-export-latex-first-lines): Fix bug when
3874         exporting a region.
3876 2009-05-22  Carsten Dominik  <carsten.dominik@gmail.com>
3878         * org-exp.el (org-export-push-to-kill-ring): Protect using
3879         x-set-selection, because that does not always work.
3881         * org-agenda.el (org-agenda-list): Apply the new face
3882         `org-agenda-date-today'.
3884         * org-faces.el (org-agenda-date-today): New face.
3886 2009-05-21  Carsten Dominik  <carsten.dominik@gmail.com>
3888         * org-agenda.el (org-agenda-to-appt): Turn off restriction when
3889         creating appointments.
3891         * org-latex.el (org-export-latex-low-levels): Fix customization
3892         type.
3894         * org.el (org-priority, org-shiftup, org-shiftdown): Disable
3895         priority commands.
3897         * org-agenda.el (org-agenda-priority): Disable priority commands.
3899         * org.el (org-enable-priority-commands): New option.
3901         * org-colview-xemacs.el (org-columns-compute)
3902         (org-columns-number-to-string): Fix problems with empty fields.
3904         * org-colview.el (org-columns-compute)
3905         (org-columns-number-to-string): Fix problems with empty fields.
3907         * org-exp.el (org-export-push-to-kill-ring): New function.
3908         (org-export-copy-to-kill-ring): New option.
3910         * org-latex.el (org-export-as-latex): Call
3911         `org-export-push-to-kill-ring'.
3913         * org-html.el (org-export-as-html): Call
3914         `org-export-push-to-kill-ring'.
3916         * org-docbook.el (org-export-as-docbook): Call
3917         `org-export-push-to-kill-ring'.
3919         * org-ascii.el (org-export-as-ascii): Call
3920         `org-export-push-to-kill-ring'.
3922         * org-exp.el (org-export-show-temporary-export-buffer): New
3923         option.
3925         * org-latex.el (org-export-as-latex): Use
3926         `org-export-show-temporary-export-buffer'.
3928         * org-html.el (org-export-as-html): Use
3929         `org-export-show-temporary-export-buffer'.
3931         * org-docbook.el (org-export-as-docbook): Use
3932         `org-export-show-temporary-export-buffer'.
3934         * org-ascii.el (org-export-as-ascii-to-buffer): Use
3935         `org-export-show-temporary-export-buffer'.
3937         * org-exp.el (org-export-show-temporary-export-buffer): New
3938         option.
3939         (org-export-push-to-kill-ring): New function.
3941         * org-colview.el (org-columns-compile-map): New variable.
3942         (org-columns-new, org-columns-compute)
3943         (org-columns-number-to-string, org-columns-uncompile-format)
3944         (org-columns-compile-format): Implement new operators.
3946 2009-05-20  Carsten Dominik  <carsten.dominik@gmail.com>
3948         * org-exp.el (org-export-plist-vars): Add :xml-declaration.
3950         * org-html.el (org-export-html-xml-declaration): New option.
3951         (org-export-as-html): Use `org-export-html-xml-declaration'.
3953         * org-list.el (org-update-checkbox-count): Make property
3954         dependent.
3956         * org.el (org-hierarchical-todo-statistics): New option.
3957         (org-update-parent-todo-statistics): Modified to handle recursive
3958         statistics.
3960 2009-05-19  Carsten Dominik  <carsten.dominik@gmail.com>
3962         * org-publish.el (org-publish): Make this function behave
3963         correctly in interactive use when called with a prefix argument.
3965         * org.el (org-todo-statistics-hook): New hook.
3966         (org-update-parent-todo-statistics): Use new hook.
3967         (org-log-into-drawer): New function.
3968         (org-add-log-setup): Use the new `org-log-into-drawer' function to
3969         determine if we should be logging into a drawer.
3970         (org-log-into-drawer): Update docstring.
3971         (org-default-properties): Add LOG_INTO_DRAWER as a property.
3973         * org-list.el (org-checkbox-statistics-hook): New hook.
3974         (org-update-checkbox-count-maybe): Use new hook.
3976         * org-ascii.el (org-export-ascii-copy-to-kill): New option.
3977         (org-export-as-ascii): Hide export buffer, and copy exported ASCII
3978         to kill ring.
3980 2009-05-17  Carsten Dominik  <carsten.dominik@gmail.com>
3982         * org-ascii.el (org-export-as-ascii): Fix bug with match string in
3983         a line.
3985 2009-05-16  Carsten Dominik  <carsten.dominik@gmail.com>
3987         * org.el (org-edit-src-code, org-edit-fixed-width-region): Use a
3988         better bufer-generating mechanism.
3989         (org-edit-src-find-buffer): New function.
3991         * org-icalendar.el (org-print-icalendar-entries): Don't check for
3992         archive tag, this is already done by `org-agenda-skip'.
3993         data while constructing lost of tags.
3995 2009-05-15  Carsten Dominik  <carsten.dominik@gmail.com>
3997         * org-exp.el (org-export-preprocess-apply-macros): Use semicolon
3998         as argument separator in macros.
4000         * org-html.el (org-export-as-html): Add xml declaration.
4002 2009-05-14  Carsten Dominik  <carsten.dominik@gmail.com>
4004         * org.el (org-after-sorting-entries-or-items-hook): New hook.
4005         (org-sort-entries-or-items): Run the new hook.
4006         (org-after-refile-insert-hook): New hook.
4007         (org-refile): Run `org-after-refile-insert-hook'.
4009         * org-agenda.el (org-agenda-get-progress): Never take time of day
4010         from headline when displaying progress.
4012         * org-latex.el (org-export-latex-complex-heading-re): New variable.
4013         (org-export-as-latex): Force the correct regexp in the
4014         preprocessor buffer.
4015         (org-export-latex-set-initial-vars): Set
4016         `org-export-latex-complex-heading-re'.
4018         * org-agenda.el (org-agenda-start-with-log-mode): New option.
4019         (org-agenda-mode): Use `org-agenda-start-with-log-mode'.
4021 2009-05-13  Carsten Dominik  <carsten.dominik@gmail.com>
4023         * org-latex.el (org-export-latex-tables-centered): New option.
4024         (org-export-latex-tables): Use `org-export-latex-tables-centered'.
4026         * org-exp.el (org-export-as-org): New command.
4027         (org-export-as-org): New command.
4029         * org-publish.el (org-publish-org-to-org): New function.
4031 2009-05-12  Carsten Dominik  <carsten.dominik@gmail.com>
4033         * org.el (org-yank): Just call `org-yank-generic'.
4034         (org-yank-generic): New function, containing the formaer
4035         functionality of `org-yank'.
4037         * org-latex.el (org-export-latex-not-done-keywords)
4038         (org-export-latex-done-keywords): New variables.
4039         (org-export-latex-todo-keyword-markup): New option.
4040         (org-export-latex-set-initial-vars): Remember the TODO keywords.
4041         (org-export-latex-keywords-maybe): Apply the TODO markup.
4043 2009-05-11  Carsten Dominik  <carsten.dominik@gmail.com>
4045         * org-exp.el (org-infile-export-plist): Add more default macros.
4046         (org-export-preprocess-apply-macros): Process macro arguments.
4048 2009-05-10  Carsten Dominik  <carsten.dominik@gmail.com>
4050         * org-icalendar.el (org-icalendar-include-todo): New allowedvalue
4051         `unblocked'.
4052         (org-print-icalendar-entries): Respect the new value of
4053         `org-icalendar-include-todo'.
4055         * org.el (org-link-try-special-completion)
4056         (org-file-complete-link): New functions.
4057         (org-insert-link): Add special completion support for some link
4058         types.
4060         * org-bbdb.el (org-bbdb-complete-link): New function.
4062 2009-05-08  Carsten Dominik  <carsten.dominik@gmail.com>
4064         * org-list.el (org-update-checkbox-count): Allow recursive
4065         statistics.
4066         (org-hierarchical-checkbox-statistics): New option.
4068         * org.el (org-cycle): Remove erraneous space character.
4070         * org-icalendar.el (org-icalendar-timezone): Initialize from
4071         environment.
4073         * org-html.el (org-format-org-table-html): Specify the scope.
4074         (org-format-table-table-html): Specify the scope.
4075         (org-export-table-header-tags): Prepare the scope parameter.
4077 2009-05-07  Carsten Dominik  <carsten.dominik@gmail.com>
4079         * org-html.el
4080         (org-export-html-table-use-header-tags-for-first-column): New
4081         option.
4083         * org.el (org-autoload): Fix autoloading of ascii export
4084         functions.
4085         (org-modules): Add org-special-blocks.
4087 2009-05-06  Carsten Dominik  <carsten.dominik@gmail.com>
4089         * org-icalendar.el (org-start-icalendar-file): Use the new option.
4090         (org-ical-timezone): New option.
4092         * org-exp.el (org-export-get-coderef-format): Use the description
4093         is present.
4095         * org.el (org-sort-entries-or-items): Improve docstring, and make
4096         better implementation for time sorting.
4098 2009-05-05  Carsten Dominik  <carsten.dominik@gmail.com>
4100         * org.el (org-edit-src-persistent-message): New option.
4101         (org-edit-src-code, org-edit-fixed-width-region): Use the new
4102         option.
4104         * org-clock.el (org-clock-insert-selection-line): Fix prefious
4105         patch.
4107         * org.el (org-edit-src-code, org-edit-fixed-width-region): Use
4108         separate buffer instead of indirect buffer to edit source code.
4109         (org-edit-src-exit): Make this function work with the new setup.
4111         * org-clock.el (org-clock-insert-selection-line): Make sure tasks
4112         are properly fontified before shown in the selection menu.
4114         * org.el (org-fontify-like-in-org-mode): New function.
4116         * org-latex.el (org-export-latex-links): Use the property list to
4117         retrieve the default image attributes.
4119         * org-exp.el (org-export-plist-vars): Add a new option.
4121 2009-05-04  Carsten Dominik  <carsten.dominik@gmail.com>
4123         * org-exp.el (org-export, org-export-visible): Support ASCII
4124         export to buffer
4125         (org-export-normalize-links): Do not protect the description if it
4126         is explicitly given.
4128         * org-ascii.el (org-export-as-ascii-to-buffer)
4129         (org-replace-region-by-ascii, org-export-region-as-ascii): New
4130         commands.
4131         (org-export-as-ascii): Add all the same parameters that are also
4132         supported by the other export functions.
4134         * org-list.el (org-reset-checkbox-state-subtree): Moved here from
4135         org-checklist.el.
4136         (org-reset-checkbox-state-subtree): Call
4137         `org-reset-checkbox-state-subtree'.
4139         * org-remember.el (org-select-remember-template): For the
4140         selection of a valid template.
4142         * org-latex.el (org-export-region-as-latex): Supply the
4143         force-no-subtree argument.
4144         (org-export-as-latex): Provide better limits when exporting the
4145         first line.  When exporting to string, we still want the first
4146         lines.
4147         (org-export-latex-first-lines): New argument END, to force the end
4148         of the region.
4149         (org-export-region-as-latex): Use the property list.
4150         (org-export-as-latex):
4152         * org-colview-xemacs.el (org-columns-remove-overlays)
4153         (org-columns): Fix call to `local-variable-p'.
4155 2009-05-02  Carsten Dominik  <carsten.dominik@gmail.com>
4157         * org-html.el (org-export-html-after-blockquotes-hook): New hook.
4158         (org-export-as-html): Run the new hook.
4160         * org-latex.el (org-export-latex-after-blockquotes-hook): New hook.
4161         (org-export-latex-preprocess): Run the new hook.
4163         * org-exp.el (org-export-preprocess-after-blockquote-hook): New hook.
4164         (org-export-preprocess-string): Run the new hook.
4166 2009-04-30  Carsten Dominik  <carsten.dominik@gmail.com>
4168         * org-macs.el (org-check-external-command): New defsubst.
4170         * org.el (org-mode-map): New key for reload.
4171         (org-format-latex): Better error message when external programs
4172         are not available.
4174         * org-agenda.el (org-agenda-mode-map): Bind `org-reload'.
4176         * org.el (org-sort-entries-or-items): Explicit sorting function
4177         for priorities, needed for XEmacs compatibility.
4179         * org-remember.el (org-remember-apply-template): Improve auto-save
4180         behavior.
4182 2009-04-29  Carsten Dominik  <carsten.dominik@gmail.com>
4184         * org-latex.el (org-export-latex-preprocess): Also protect
4185         environments ending in a star.
4187         * org-list.el (org-at-item-p): Fix regular expression.
4189 2009-04-24  Carsten Dominik  <carsten.dominik@gmail.com>
4191         * org.el (org-end-of-subtree): Improve speed.
4193         * org-agenda.el (org-agenda-get-timestamps)
4194         (org-agenda-get-progress, org-agenda-get-deadlines)
4195         (org-agenda-get-scheduled, org-agenda-get-blocks): Optimizations,
4196         in particular, wait as long as possible to collect the tags.
4197         (org-stuck-projects): Improve docstring.
4199         * org.el (org-store-link): No errors when getting custom id before
4200         first headline.
4201         (org-get-tags-at): Use `org-up-heading-safe' when getting tags.
4203 2009-04-23  Carsten Dominik  <carsten.dominik@gmail.com>
4205         * org.el (org-prepare-agenda-buffers): Catch a throw to nextfile.
4207         * org-protocol.el: Remove dependency on url.el.
4208         (org-protocol-unhex-compound, org-protocol-open-source): Remove
4209         dependency on url.el.
4211         * org-latex.el (org-export-as-pdf): Use
4212         `org-latex-to-pdf-process'.
4214 2009-04-22  Carsten Dominik  <carsten.dominik@gmail.com>
4216         * org-latex.el (org-latex-to-pdf-process): New option.
4218         * org-agenda.el (org-agenda-skip-additional-timestamps-same-entry):
4219         New option.
4220         (org-agenda-get-timestamps): Honor
4221         `org-agenda-skip-additional-timestamps-same-entry'.
4223         * org-clock.el (org-clock-goto-may-find-recent-task): New option.
4224         (org-clock-goto): Find recent task only if
4225         `org-clock-goto-may-find-recent-task' allows it.
4227         * org-exp.el (org-export-remove-or-extract-drawers): Handle empty
4228         drawers, and drawers that are missing the :END: line.
4230 2009-04-21  Carsten Dominik  <carsten.dominik@gmail.com>
4232         * org-clock.el (org-clock-goto): Go to recently clocked task if no
4233         clock is running.
4235 2009-04-21  Carsten Dominik  <carsten.dominik@gmail.com>
4237         * org.el (org-update-parent-todo-statistics): Check for
4238         STATISTICS_FROM property.
4240         * org-list.el (org-update-checkbox-count): Check for
4241         STATISTICS_FROM property.
4243         * org.el (org-tab-first-hook)
4244         (org-tab-after-check-for-table-hook)
4245         (org-tab-after-check-for-cycling-hook): New hooks.
4246         (org-cycle-internal-global, org-cycle-internal-local): New
4247         functions, split out from `org-cycle'.
4248         (org-cycle): Call the new hooks.
4250 2009-04-19  Carsten Dominik  <carsten.dominik@gmail.com>
4252         * org-exp.el (org-export-preprocess-string): Reset the list of
4253         preferred targets for each run of the preprocessor.
4255         * org.el (org-refile-target-verify-function): Improve
4256         documentation.
4257         (org-get-refile-targets): Respect point being moved by the
4258         verification function.
4260         * org-latex.el (org-export-latex-timestamp-keyword-markup): New
4261         option.
4262         (org-export-latex-keywords): Use new option.
4264         * org.el (org-rear-nonsticky-at): New defsubst.
4265         (org-activate-plain-links, org-activate-angle-links)
4266         (org-activate-footnote-links, org-activate-bracket-links)
4267         (org-activate-dates, org-activate-target-links)
4268         (org-activate-tags): Place the rear-nonsticky properties at the
4269         correct location.
4271 2009-04-18  Carsten Dominik  <carsten.dominik@gmail.com>
4273         * org-protocol.el (server-edit): Declare `server-edit'.
4274         (org-protocol-unhex-string, org-protocol-unhex-compound): New
4275         functions.
4276         (org-protocol-check-filename-for-protocol): Call `server-edit'.
4278         * org.el (org-default-properties): New default properteis for
4279         completion.
4281         * org-exp.el (org-export-add-subtree-options): Add new properties
4282         for subtree export.
4284         * org-docbook.el (org-export-docbook-keywords-markup)
4285         (org-export-docbook-timestamp-markup): New options.
4286         (org-export-docbook-protect-tags): New function.
4288 2009-04-17  Carsten Dominik  <carsten.dominik@gmail.com>
4290         * org-id.el (org-id-get-with-outline-path-completion): Turn off
4291         org-refile-target-verify-function for the duration of the command.
4293         * org.el (org-link-to-org-use-id): New possible value
4294         `create-if-interactive-and-no-custom-id'.
4295         (org-store-link): Use custom IDs.
4296         (org-link-search): Find custom ID properties from #link.
4297         (org-default-properties): Add CUSTOM_ID for property completion.
4298         (org-refile-target-verify-function): New option.
4299         (org-goto): Turn off org-refile-target-verify-function
4300         for the duration of the command.
4302 2009-04-16  Carsten Dominik  <carsten.dominik@gmail.com>
4304         * org-html.el (org-export-as-html): Use custom IDs in the toc.
4306         * org-exp.el (org-export-preferred-target-alist): New variable.
4307         (org-export-define-heading-targets): Find the new CUSTOM_ID
4308         property.
4309         (org-export-target-internal-links): Target the custom ids when
4310         possible.
4312         * org-latex.el (org-export-latex-preprocess): Better regexp for
4313         matching latex macros with arguments.
4315 2009-04-15  Carsten Dominik  <carsten.dominik@gmail.com>
4317         * org-remember.el (org-remember-handler): Allow filing to non-org
4318         files.
4320 2009-04-15  Magnus Henoch <magnus.henoch@gmail.com>
4322         * org-feed.el (org-feed-alist): New keyword options.
4323         (org-feed-update): Use the new options.
4324         (org-feed-parse-rss-feed): Renamed from `org-feed-parse-feed'.
4325         (org-feed-parse-rss-entry): Renamed from `org-feed-parse-entry'.
4326         (org-feed-parse-atom-feed, org-feed-parse-atom-entry): New
4327         functions.
4329         * org-table.el (org-table-fix-formulas): Do not change references
4330         to remote tables.
4331         (org-table-get-remote-range): Convert standard coordinates to RC
4332         format.
4334         * org-latex.el (org-export-latex-keywords): Fix regexp bug.
4336 2009-04-14  Carsten Dominik  <carsten.dominik@gmail.com>
4338         * org-compat.el (org-sha1-string): Function removed.
4340         * org.el (org-refile-allow-creating-parent-nodes): New option.
4341         (org-refile-get-location): New argument NEW-NODES.
4342         (org-refile): Call `org-refile-get-location' with the new
4343         argument.
4344         (org-refile-get-location): Arrange for adding a new child.
4345         (org-refile-new-child): New function.
4347         * org-html.el (org-html-handle-time-stamps): Wrap time stamps into
4348         an additional span element.
4350         * org-clock.el: Fix a number of docstrings.
4351         (org-clock-find-position): New argument
4352         FIND-UNCLOSED to make the function find an unclosed clock in the
4353         entry.
4354         (org-clock-in): Call `org-clock-find-position' with the new
4355         argument if we might be resuming a clock.
4357 2009-04-13  Carsten Dominik  <carsten.dominik@gmail.com>
4359         * org-latex.el (org-export-latex-display-custom-times): New variable.
4360         (org-export-latex-timestamp-markup): New option.
4361         (org-export-latex-set-initial-vars): Remember the local value of
4362         `org-display-custom-times'.
4363         (org-export-latex-content): Process time stamps.
4364         (org-export-latex-time-stamps): New function.
4366         * org-macs.el (org-maybe-intangible): Add intangible property
4367         again to invisible text.
4369 2009-04-12  Carsten Dominik  <carsten.dominik@gmail.com>
4371         * org-exp.el (org-default-export-plist): Handle undefined
4372         variables.
4374 2009-04-11  Carsten Dominik  <carsten.dominik@gmail.com>
4376         * org.el (org-sort-entries-or-items): Match TODO keywrds
4377         case-sensitively, when sorting.
4378         (org-priority): Do not match TODO keywords with wrong case.
4380 2009-04-09  Carsten Dominik  <carsten.dominik@gmail.com>
4382         * org-feed.el (org-feed-update): Bind the variable
4383         `new-formatted'.
4385         * org-html.el (org-export-as-html): Start paragraphs after literal
4386         examples.
4388         * org-docbook.el (org-export-as-docbook): Start paragraphs after
4389         literal examples.
4391 2009-04-08  Carsten Dominik  <carsten.dominik@gmail.com>
4393         * org.el (org-todo): Honor the NOBLOCKING property.
4395         * org-agenda.el (org-agenda-dim-blocked-tasks): Honor the
4396         NOBLOCKING property.
4398         * org.el (org-scan-tags): Fix bug in tag scanner
4400 2009-04-07  Carsten Dominik  <carsten.dominik@gmail.com>
4402         * org.el (org-modules): Mark obsolete packages.
4404         * org-html.el: New file, split out from org-exp.el.
4406         * org-icalendar.el: New file, split out from org-exp.el.
4408         * org-xoxo.el: New file, split out from org-exp.el.
4410         * org-ascii.el: New file, split out from org-exp.el.
4412 2009-04-06  Carsten Dominik  <carsten.dominik@gmail.com>
4414         * org-compat.el (org-find-library-name): New function.
4416         * org.el (org-pre-cycle-hook): New hook.
4417         (org-cycle): Call the new hook in appropriate places.
4418         (org-reload): Only reload files that have been loaded before.
4420 2009-04-05  Carsten Dominik  <carsten.dominik@gmail.com>
4422         * org.el (org-set-font-lock-defaults): Enforxe space or line end
4423         after todo keyword.
4424         (org-todo): When changing TODO state, do matching
4425         case-sensitively.
4426         (org-map-continue-from): New variable.
4427         (org-scan-tags): Respect values in `org-map-continue-from'.
4428         (org-reload): Make XEmacs compatible.
4430 2009-04-04  Carsten Dominik  <carsten.dominik@gmail.com>
4432         * org-protocol.el (org-protocol-flatten-greedy): New function.
4433         (org-protocol-flatten): New function.
4435         * org.el (org-open-link-from-string): Pass reference buffer to
4436         `org-open-at-point'.
4437         (org-open-at-point): New optional argument `reference-buffer'.
4439 2009-04-03  Carsten Dominik  <carsten.dominik@gmail.com>
4441         * org.el (org-scan-tags): Make tag scan find headline in first
4442         line, 2nd attempt.
4443         (org-get-refile-targets): Add the naked file name.
4444         (org-refile): Store as top-level entry when only file name was
4445         given.
4447         * org-agenda.el (org-agenda-get-progress): Fix regexp bug.
4449         * org.el (org-block-todo-from-children-or-siblings-or-parent):
4450         Renamed from org-block-todo-from-children-or-siblings, and
4451         enhanced to look for the parent's status as well.
4453         * org-agenda.el (org-agenda-log-mode-add-notes): New option.
4454         (org-agenda-get-progress): Add first notes line to log entry if so
4455         desired.
4457 2009-04-02  Carsten Dominik  <carsten.dominik@gmail.com>
4459         * org-agenda.el (org-agenda-cleanup-fancy-diary-hook): New hook.
4460         (org-agenda-cleanup-fancy-diary): Call the new hook.
4462         * org-remember.el (org-remember-apply-template): Take the default
4463         for the annotation from the :annotation property.
4465         * org-mac-message.el (org-mac-message-get-link): Remove the
4466         quotes.
4467         (org-mac-message-get-link): Return the result.
4469 2009-04-01  Carsten Dominik  <carsten.dominik@gmail.com>
4471         * org.el (org-refile-get-location): Add file name only if not
4472         already included in outline path.
4474         * org-faces.el (org-n-level-faces): Fix customization type from
4475         number to integer.
4477         * org-exp.el (org-export-headline-levels): Fix customization type
4478         from number to integer.
4480         * org-agenda.el (org-agenda-confirm-kill)
4481         (org-agenda-custom-commands-local-options)
4482         (org-timeline-show-empty-dates, org-agenda-ndays)
4483         (org-agenda-start-on-weekday, org-scheduled-past-days): Fix
4484         customization type from number to integer.
4486 2009-03-31  Carsten Dominik  <carsten.dominik@gmail.com>
4488         * org-protocol.el: Declare some functions.
4490         * org-inlinetask.el (org-inlinetask-export-handler): Fix line
4491         postion before inserting modified headline.
4493         * org-agenda.el (org-agenda-compare-effort): Honor
4494         `org-sort-agenda-noeffort-is-high'.
4495         (org-agenda-filter-by-tag, org-agenda-filter-make-matcher)
4496         (org-agenda-compare-effort): Implement the "?" operator for
4497         finding entries without effort setting.
4499         * org.el (org-extract-attributes-from-string): New function.
4501         * org-exp.el (org-export-splice-attributes): New function.
4503 2009-03-30  Carsten Dominik  <carsten.dominik@gmail.com>
4505         * org-mouse.el: XEmacs compatibility fixes
4507         * org-docbook.el (org-export-as-docbook): Process footnotes like
4508         normal text.
4510         * org.el (org-modules): Add org-inlinetasks.el
4511         (org-cycle): Implement limiting level on cycling.
4512         (org-move-subtree-down): Fix bug with swapping subtrees at end of
4513         buffer.
4515         * org-inlinetask.el: New file.
4517         * org.el (org-emphasis-regexp-components): Allow braces in
4518         emphasis pre and post match.
4520         * org-footnote.el (org-footnote-normalize): When only dorting, do
4521         not insert inline notes at the end.
4523         * org-docbook.el (org-id-find-id-file): Add function declaration.
4525         * org.el (org-require-autoloaded-modules): Add org-docbook.el.
4527         * org-docbook.el: New file.
4529 2009-03-28  Carsten Dominik  <carsten.dominik@gmail.com>
4531         * org.el (org-reftex-citation): New command.
4533 2009-03-27  Carsten Dominik  <carsten.dominik@gmail.com>
4535         * org-agenda.el (org-agenda-cmp-user-defined): New option.
4536         (org-sorting-choice, org-agenda-sorting-strategy): Add the new
4537         sorting options.
4538         (org-entries-lessp): Apply the new sorting option.
4540         * org.el (org-block-todo-from-children-or-siblings): Fix bug in
4541         blocker code, when an older sibling has children.
4543         * org-mac-message.el (org-mac-message-get-link): Improve getting
4544         links from multiple selected messages.
4546 2009-03-26  Carsten Dominik  <carsten.dominik@gmail.com>
4548         * org-remember.el (org-remember-finalize): Do not set buffer file
4549         name to nil.
4550         (org-remember-handler): Mark buffer as unmodified.
4551         (org-remember-handler): Delete backup file and show message about
4552         remaining backup files.
4553         (org-remember-auto-remove-backup-files): New option.
4555         * org.el (org-store-link): Use buffer name as link description in
4556         w3-mode buffers.
4557         (org-ido-switchb): Fix argument bug for completion.
4559         * org-remember.el (org-remember-apply-template): Set local
4560         variable `auto-save-visited-file-name' instead of global one.
4562 2009-03-25  Carsten Dominik  <carsten.dominik@gmail.com>
4564         * org-feed.el: Re-write.
4566         * org-agenda.el (org-agenda-get-todos): Fix bug with match-data.
4567         (org-agenda-get-todos): Mark file tags as inherited.
4568         (org-agenda-list): Always search diary lines for a time.
4570 2009-03-24  Carsten Dominik  <carsten.dominik@gmail.com>
4572         * org-feed.el (org-feed-assume-stable): New option.
4573         (org-feed-before-adding-hook): New hook.
4575         * org-exp.el (org-export-as-html): Close local lists depending on
4576         indentation, also when starting a table.
4578         * org-remember.el (org-remember-backup-directory)
4579         (org-remember-backup-name): New internal variable.
4581 2009-03-23  Carsten Dominik  <carsten.dominik@gmail.com>
4583         * org-clock.el (org-clock-out-if-current): Make buffer detection
4584         work in indirect buffers as well.
4586         * org.el (org-emphasis-regexp-components): Add the exxclamation
4587         mark to the post-emphasis characters.
4589 2009-03-22  Carsten Dominik  <carsten.dominik@gmail.com>
4591         * org.el (org-read-date-minibiffer-septup-hook): New hook.
4592         (org-read-date): Run the new hook.
4594         * org-mac-message.el (org-mac-flagged-mail): New group.
4595         (org-mac-mail-account): New variable.
4596         (org-mac-create-flagged-mail, org-mac-insert-flagged-mail): New
4597         commands.
4599         * org-remember.el (org-remember-backup-directory): New variable.
4600         (org-remember-apply-template): Write file to backup directory.
4602 2009-03-21  Carsten Dominik  <carsten.dominik@gmail.com>
4604         * org-mouse.el (org-mouse-todo-menu): New function.
4605         (org-mouse-todo-keywords): Function removed.
4606         (org-mouse-context-menu): Use `org-mouse-todo-menu'.
4608         * org-table.el (org-table-beginning-of-field)
4609         (org-table-end-of-field): New commands
4610         (org-table-previous-field, org-table-beginning-of-field): Better
4611         error messages.
4612         (orgtbl-setup): Include `M-a' and `M-e'.
4614         * org.el (org-backward-sentence, org-forward-sentence): New
4615         commands.
4617         * org-colview.el (org-colview-initial-truncate-line-value): New
4618         variable.
4619         (org-columns-remove-overlays): Restore the value of `truncate-lines'.
4620         (org-columns): Remember the value of `truncate-lines'.
4622         * org-colview-xemacs.el (org-colview-initial-truncate-line-value):
4623         New variable.
4624         (org-columns-remove-overlays): Restore the value of
4625         `truncate-lines'.
4626         (org-columns): Remember the value of `truncate-lines'.
4628         * org.el (org-columns-skip-arrchived-trees): New option.
4630         * org-agenda.el (org-agenda-export-html-style): Define color for
4631         org-agenda-done face.
4632         (org-search-view, org-agenda-get-todos, org-agenda-get-progress)
4633         (org-agenda-get-deadlines, org-agenda-get-scheduled): Use new face.
4635         * org.el (org-scan-tags): Use the new face.
4637         * org-faces.el (org-agenda-done): New face.
4639         * org.el (org-scan-tags): Test the value org
4640         `org-tags-match-list-sublevels'.
4641         (org-tags-match-list-sublevels): New allowed value: indented.
4643         * org-export-latex.el (org-export-latex-make-header): Apply macros
4644         in header.
4646         * org-exp.el (org-export-apply-macros-in-string): New function.
4648         * org-export-latex.el (org-export-latex-list-parameters): Fix bug
4649         with the definition of a checked box.
4651         * org-clock.el (org-clock-find-position): Fix drawer indentations.
4653         * org-export-latex.el (org-export-latex-low-levels): More options
4654         for how to process lower levels in LaTeX.
4655         (org-export-latex-subcontent): Better treatment for lists as a
4656         means of publishing lower levels.
4658 2009-03-20  Carsten Dominik  <carsten.dominik@gmail.com>
4660         * org.el (org-set-font-lock-defaults): Use new checkbox face.
4662         * org-faces.el (org-checkbox): New face.
4664         * org-exp.el (org-export-html-preprocess): Only create LaTeX
4665         fragement images if there is an export file.
4667 2009-03-19  Carsten Dominik  <carsten.dominik@gmail.com>
4669         * org-agenda.el (org-stuck-projects): Document that the subtree of
4670         projects that are not stuck will now be searched for stuck
4671         sub-projects.
4672         (org-agenda-skip-entry-when-regexp-matches)
4673         (org-agenda-skip-entry-when-regexp-matches-in-subtree): New functions.
4674         (org-agenda-list-stuck-projects): Use
4675         `org-agenda-skip-entry-when-regexp-matches-in-subtree'.
4677         * org-export-latex.el (org-export-latex-preprocess): Improve
4678         export of verses.
4680         * org-exp.el (org-export-as-html): Implement centering as a div
4681         rather than a paragraph.  Do a better job with line-end in verse
4682         environments.
4684 2009-03-17  Carsten Dominik  <carsten.dominik@gmail.com>
4686         * org.el (org-open-at-point): Fix tags searches by mouse click.
4688 2009-03-16  Carsten Dominik  <carsten.dominik@gmail.com>
4690         * org-export-latex.el (org-export-latex-preprocess): Implement the
4691         centering markup.
4693         * org-exp.el (org-export-mark-blockquote-verse-center): Renamed
4694         from `org-export-mark-blockquote-and-verse'.
4695         (org-export-as-html): Implement the centering markup.
4697         * org-export-latex.el (org-export-latex-tables): Fix vertical
4698         lines in tables.
4700 2009-03-15  Carsten Dominik  <carsten.dominik@gmail.com>
4702         * org.el (org-read-date-history): New variable.
4703         (org-read-date): Use new history variable.
4704         (org-toggle-heading): Fix bug when used before first headline.
4705         (org-store-log-note): Remove drawer if empty while note is
4706         aborted.
4707         (org-remove-empty-drawer-at): New function.
4708         (org-check-after-date): New command.
4709         (org-sparse-tree): New sparse tree command "a".
4711         * org-exp.el (org-export-as-ascii): Improve export of plain lists.
4713 2009-03-14  Bastien Guerry  <bzg@altern.org>
4715         * org.el (org-toggle-fixed-width-section): Bug fix: insert a
4716         column and a space, not only a column.
4718 2009-03-14  Carsten Dominik  <carsten.dominik@gmail.com>
4720         * org-export-latex.el (org-export-latex-emphasis-alist): Better
4721         defaults for verbose emphasis.
4722         (org-export-latex-emph-format): New function.
4723         (org-export-latex-fontify): Call `org-export-latex-emph-format'.
4725         * org-agenda.el (org-agenda-menu): Add new commands to menu.
4726         (org-agenda-do-date-later, org-agenda-do-date-earlier)
4727         (org-agenda-date-later-minutes, org-agenda-date-earlier-minutes)
4728         (org-agenda-date-later-hours, org-agenda-date-earlier-hours): New
4729         commands.
4731         * org.el (org-timestamp-change): Move end-time along with start
4732         time.
4734 2009-03-12  Carsten Dominik  <carsten.dominik@gmail.com>
4736         * org-exp.el (org-export-target-internal-links)
4737         (org-export-as-html): Protect links specified as #name.
4739 2009-03-11  Carsten Dominik  <carsten.dominik@gmail.com>
4741         * org.el (org-clone-subtree-with-time-shift): New command.
4743         * org-export-latex.el (org-export-latex-special-chars)
4744         (org-export-latex-treat-sub-super-char): Fix subscript export.
4746         * org-exp.el (org-create-multibrace-regexp): Do not add
4747         backslashes to the class.
4749 2009-03-10  Carsten Dominik  <carsten.dominik@gmail.com>
4751         * org-colview.el (org-columns-map): Better functions for moving up
4752         and down a row, even if `truncate-line' is nil.
4754         * org.el (org-insert-todo-heading): Make sure the keyword is
4755         inserted at the correct position.
4757         * org-publish.el (org-publish-project-alist)
4758         (org-publish-projects, org-publish-org-index): Change default anme
4759         for the index of file names to "sitemap.org".
4761         * org-export-latex.el (org-export-latex-tables): Use
4762         `org-split-string', for Emacs 21 compatibility.
4764 2009-03-09  Carsten Dominik  <carsten.dominik@gmail.com>
4766         * org-agenda.el (org-agenda-log-mode-items): Improve docstring.
4768 2009-03-08  Carsten Dominik  <carsten.dominik@gmail.com>
4770         * org-exp.el (org-export-page-description)
4771         (org-export-page-keywords): New variables.
4772         (org-export-plist-vars): Add entries for :keywords and
4773         :description.
4774         (org-infile-export-plist): Parse for new keywords.
4775         (org-get-current-options): Add new keywords
4776         (org-export-as-html): Publish description and keywords.
4778         * org-agenda.el (org-agenda-add-entry-text-descriptive-links): New
4779         option.
4780         (org-agenda-add-entry-text): Honor
4781         `org-agenda-add-entry-text-descriptive-links'.
4783         * org-export-latex.el (org-export-latex-preprocess): Make all
4784         external preprocess functions use a PARAMETER arg.
4786         * org-exp.el (org-export-preprocess-string)
4787         (org-export-select-backend-specific-text)
4788         (org-export-format-source-code-or-example)
4789         (org-format-org-table-html): Support docbook export.
4790         (org-export-preprocess-string): Make all external preprocess
4791         functions use a PARAMETER arg.
4793 2009-03-07  Carsten Dominik  <carsten.dominik@gmail.com>
4795         * org-exp.el (org-export-html-style-include-scripts): New option.
4796         (org-export-plist-vars): Add new option
4797         `org-export-html-style-include-scripts'.
4798         (org-export-as-html): Honor new option
4799         `org-export-html-style-include-scripts'.
4800         (org-export-html-scripts, org-export-html-style-default): Fix
4801         xml issues with the Safari browser.
4803 2009-03-06  Carsten Dominik  <carsten.dominik@gmail.com>
4805         * org-publish.el (org-publish-attachment): Only copy file when the
4806         directories differ.
4808 2009-03-05  Carsten Dominik  <carsten.dominik@gmail.com>
4810         * org-clock.el (org-clocktable-steps): Use inactive time stamps
4811         for clocktable steps.
4813         * org.el (org-additional-option-like-keywords): Add two more
4814         keywords.
4816 2009-03-04  Carsten Dominik  <carsten.dominik@gmail.com>
4818         * org-exp.el (org-export-format-source-code-or-example): Mark
4819         temporary buffer unmodified, so that it will be killed even if
4820         mode like message mode has decided to assign a file name.
4822         * org.el (org-scan-tags): Improve tag inheritance.
4823         (org-scan-tags, org-make-tags-matcher): Make tag comparison
4824         case-sensitive.
4825         (org-scan-tags): Use the internal tags list instead of creating it
4826         from scratch.
4827         (org-trust-scanner-tags, org-scanner-tags): New variables.
4828         (org-scan-tags): Set `org-scanner-tags'.
4829         (org-get-tags-at): Take advantage of `org-trust-scanner-tags'.
4830         (org-map-entries): Document the possible speedup using scanner
4831         tags.
4833 2009-03-03  Carsten Dominik  <carsten.dominik@gmail.com>
4835         * org.el (org-add-planning-info): Fix bug with looking for keyword
4836         only at column 0.
4838         * org-agenda.el (org-agenda-custom-commands-local-options): Add
4839         option for tags filter preset.
4840         (org-prepare-agenda): Store filter preset as a property on the
4841         filter variable.
4842         (org-finalize-agenda): Call the filter, if there is a preset.
4843         (org-agenda-filter-by-tag): Filter again after clearing the
4844         filter, when there still is a preset.
4845         (org-agenda-filter-make-matcher, org-agenda-set-mode-name):
4846         Include the preset filter.
4847         (org-agenda-redo): Apply the filter again, also the preset filter.
4849         * org-exp.el (org-export-as-html): Use IDs in the correct way.
4851         * org.el (org-uuidgen-p): New funtion.
4853         * org-agenda.el (org-agenda-fontify-priorities): New default value
4854         `cookies'.
4855         (org-agenda-fontify-priorities): Renamed from
4856         org-fontify-priorities.
4858         * org.el (org-set-font-lock-defaults): Call
4859         `org-font-lock-add-priority-faces'.
4860         (org-font-lock-add-priority-faces): New function.
4862         * org-faces.el: (org-set-tag-faces): New option.
4863         (org-priority-faces): New variable.
4865         * org-exp.el (org-export-as-html): Add a "content" div around the
4866         entire content of the body tag.
4867         (org-export-html-get-bibliography): New function.
4868         (org-export-html-validation-link): New variable.
4869         (org-export-as-html): Add validation link to exported page.
4871         * org.el (org-match-sparse-tree): Renamed from
4872         `org-tags-sparse-tree'.
4873         (org-tags-sparse-tree): New alias.
4875 2009-03-02  Carsten Dominik  <carsten.dominik@gmail.com>
4877         * org.el (org-get-valid-level): Catch the case where the level
4878         change is nil.
4880         * org-clock.el (org-clock-find-position): Better indentation of
4881         new clock drawers.
4883 2009-03-01  Carsten Dominik  <carsten.dominik@gmail.com>
4885         * org-agenda.el (org-agenda-quit): Delete window only when the
4886         frame-setup was not `current-window'.
4888         * org.el (org-tag-persistent-alist): New option.
4889         (org-startup-options): Add keyword `noptag'.
4890         (org-fast-todo-selection): Handle :newline correctly.
4891         (org-set-tags): Handle :newline correctly.
4892         (org-fast-tag-selection): Handle :newline correctly.
4894 2009-02-28  Carsten Dominik  <carsten.dominik@gmail.com>
4896         * org-exp.el (org-export-as-ascii): Reverse link buffer before
4897         outputting it.
4898         (org-export-ascii-push-links): Fix bug with pussing links into the
4899         export buffer.
4901 2009-02-27  Carsten Dominik  <carsten.dominik@gmail.com>
4903         * org-archive.el (org-archive-subtree): Do not add 1 to level if
4904         pasting at top level.
4906         * org-bbdb.el: Improve documentation.
4908 2009-02-26  Carsten Dominik  <carsten.dominik@gmail.com>
4910         * org-list.el (org-insert-item): Only consider insert empty lines
4911         is `org-empty-line-terminates-plain-lists' is not nil.
4913         * org.el (org-blank-before-new-entry): Mention the dependence on
4914         `org-empty-line-terminates-plain-lists' in the docstring.
4916         * org-publish.el (org-publish-get-project-from-filename): New
4917         optional argument UP.  Only find the top project if UP is set.
4918         (org-publish-current-project): Find the top encloding project.
4920         * org-agenda.el (org-agenda-before-write-hook)
4921         (org-agenda-add-entry-text-maxlines): New options.
4922         (org-write-agenda): Run the new hook in the temporary buffer.
4923         (org-agenda-add-entry-text): New function.
4924         (org-write-agenda): Implement PDF export, using ps2pdf.
4926         * org.el (org-global-properties-fixed, org-global-properties):
4927         Improve documentation string.
4929         * org-exp.el (org-export-ascii-links-to-notes): New option.
4930         (org-export-as-ascii): Handle links better.
4931         (org-export-ascii-wrap, org-export-ascii-push-links): New
4932         functions.
4934 2009-02-25  Carsten Dominik  <carsten.dominik@gmail.com>
4936         * org-agenda.el (org-agenda): Make prefix arg optional.
4937         (org-agenda-search-headline-for-time): New option.
4938         (org-format-agenda-item): Honor
4939         `org-agenda-search-headline-for-time'.
4941         * org-table.el (orgtbl-self-insert-command): Cluster undo for 20
4942         characters.
4944         * org.el (org-self-insert-cluster-for-undo): New option.
4945         (org-self-insert-command): Cluster undo for 20 characters.
4946         (org-self-insert-command-undo-counter): New variable.
4948 2009-02-24  Carsten Dominik  <carsten.dominik@gmail.com>
4950         * org-exp.el (org-export-as-html): Fix problem with closing colone
4951         example.
4953 2009-02-22  Carsten Dominik  <carsten.dominik@gmail.com>
4955         * org-export-latex.el (org-export-as-latex)
4956         (org-export-latex-first-lines): Avoid modification flag when
4957         adding or removing text properties.
4958         (org-export-latex-fontify): Catch error when org-emph-alist has
4959         entries that are not defined for LaTeX export.
4961         * org.el (orgstruct++-mode): New function.
4962         (turn-on-orgstruct++): Call `orgstruct++-mode'.
4963         (org-context-p): Allow detecting item context after the first line
4964         of an item.
4965         (orgstruct-make-binding): Detect if item-body context should be
4966         seen.
4967         (orgstruct-is-++): New variable.
4968         (org-add-planning-info): Catch the case when there is no planning
4969         info yet and the call does not want to add anything, only maybe
4970         tries to remove something.
4971         (org-special-ctrl-a/e): All value to be a cons cell with separate
4972         settings for `C-a. and `C-e'.
4973         (org-beginning-of-line, org-end-of-line): Honor separate values
4974         for `C-a' and `C-e'.
4976 2009-02-21  Carsten Dominik  <carsten.dominik@gmail.com>
4978         * org.el (org-reload): New command.
4980 2009-02-20  Carsten Dominik  <carsten.dominik@gmail.com>
4982         * org-exp.el (org-export-htm-get-tag-class-name)
4983         (org-export-htm-get-todo-kwd-class-name): New functions.
4984         (org-export-html-tag-class-prefix)
4985         (org-export-html-todo-kwd-class-prefix): New options.
4986         (org-export-as-html): Call
4987         `org-export-html-get-todo-kwd-class-name'.
4988         (org-html-level-start): Wrap tags into classes.
4989         (org-export-html-get-tag-class-name)
4990         (org-export-html-get-todo-kwd-class-name): New functions.
4992         * org-export-latex.el (org-export-latex-collect-header-macros):
4993         Remove fields that are used anyway.
4994         (org-export-latex-make-header): Insert the options earlier.
4996         * org-agenda.el (org-agenda-get-progress): Fix bug with state
4997         matching.
4999         * org-list.el (org-indent-item): Allow point to be at the end of
5000         the region.
5002         * org.el (org-metaleft, org-metaright): Be more accurate about
5003         detecting a region where commands apply.
5005         * org-compat.el (org-cursor-to-region-beginning): New function.
5007         * org.el (org-priority): Also find invisible heading.
5009         * org-colview-xemacs.el (org-columns-edit-value): No special
5010         treatment for `org-todo' prefix.
5012         * org-colview.el (org-columns-edit-value): No special treatment
5013         for `org-todo' prefix.
5015         * org-remember.el (org-remember-apply-template): Use
5016         `org-completing-read-no-ido'.
5018         * org.el (org-completing-read-no-ido): New function.
5019         (org-make-tags-matcher, org-set-property): Use
5020         `org-completing-read-no-ido'.
5022         * org-export-latex.el (org-export-latex-import-inbuffer-stuff):
5023         New option.
5024         (org-export-as-latex): Import in-buffer settings as TeX macros.
5025         (org-export-latex-make-header): Additional parameter OPT-DEFS.
5026         (org-export-latex-collect-header-macros): New function.
5028         * org.el (org-refile-get-location): Turn off
5029         `partial-completion-mode'.
5031 2009-02-19  Carsten Dominik  <carsten.dominik@gmail.com>
5033         * org.el (org-block-todo-from-checkboxes): Announce that
5034         checkboxes are the culprit.
5035         (org-block-todo-from-children-or-siblings): Call
5036         `org-up-heading-all instead' of `outline-up-heading'.
5038         * org-agenda.el (org-agenda-show-1): Renamed from
5039         `org-agenda-show'.
5040         (org-agenda-show): Re-install the old version for now.
5041         (org-agenda-dim-blocked-tasks): Update docstring.  Scope a
5042         variable into the blokker hook, so that the checkbox checker can
5043         anounce that it caused the blocking.
5045         * org.el (org-track-ordered-property-with-tag): New option.
5046         (org-toggle-ordered-property): Honor
5047         `org-track-ordered-property-with-tag'.
5048         (org-tag-alist): Add newline options.
5049         (org-set-regexps-and-options): Separate option lines imply a
5050         newline.
5051         (org-set-regexps-and-options, org-assign-fast-keys)
5052         (org-fast-todo-selection, org-fast-tag-selection): Handle newline
5053         option.
5054         (org-indent-line-function): Make sure this works even if there is
5055         not `org-drawer-regexp' defined.  This can happen when
5056         orgstruct-mode is used in a non-org buffer.
5058         * org-list.el (org-checkbox-blocked-p): New function.
5059         (org-toggle-checkbox): Check for blocking.
5061         * org.el (org-modules): Add an entry for org-R.el.
5063         * org-agenda.el (org-agenda-todo-ignore-with-date)
5064         (org-agenda-todo-ignore-scheduled)
5065         (org-agenda-todo-ignore-deadlines): Mention the variable
5066         `org-agenda-tags-todo-honor-ignore-options' in the docstring.
5068         * org.el (org-get-wdays): Find the warning period also if it is in
5069         the wrong place.
5070         (org-ido-completing-read): Provide the correct arguments to
5071         ido-completing-read and bind `ido-enter-matching-directory' to
5072         nil.
5074 2009-02-17  Carsten Dominik  <carsten.dominik@gmail.com>
5076         * org.el (org-olpath-completing-read): Never use ido for this
5077         one.
5079         * org-exp.el (org-export-normalize-links): Use new macro.
5081         * org-macs.el (org-if-unprotected-at): New macro.
5083         * org-agenda.el (org-agenda-show): Allow numerical prefix
5084         arguments to specify how much context should be shown.
5085         (org-agenda-cycle-show): New command, could be bound to SPC in
5086         org-agenda-mode-map.
5088         * org-exp.el (org-html-level-start): Space after section number.
5090 2009-02-16  Carsten Dominik  <carsten.dominik@gmail.com>
5092         * org-agenda.el (org-agenda-get-sexps): Add todo state as
5093         property, for sorting.
5094         (org-cmp-todo-state): Get the applicable TODO keywords directly
5095         from the buffer.
5096         (org-run-agenda-series, org-agenda-list, org-search-view)
5097         (org-todo-list, org-tags-view): Only fit agenda window when the
5098         whole series is done.
5100         * org.el (org-scan-tags): Add todo state as property, for sorting.
5102         * org-agenda.el (org-agenda-custom-commands-local-options): Add
5103         `org-agenda-overriding-header' as an option.
5104         (org-agenda-list): Honor org-agenda-overriding-header'.
5106 2009-02-15  Carsten Dominik  <carsten.dominik@gmail.com>
5108         * org-list.el (org-toggle-checkbox): Improve cursor positioning
5109         after removing a checkbox.
5111         * org.el (org-show-entry): Make this work correctly also if it is
5112         the last entry in the file.
5113         (org-end-of-line, org-beginning-of-line): Make prefix arg work, by
5114         falling back to normal, default command.
5115         (org-ctrl-c-ctrl-c): When called with prefix arg at a non-checkbox
5116         item, call the checkbox toggler to get a box.
5118         * org-list.el (org-toggle-checkbox): Make double prefix set the
5119         checkbox to "[-]".
5120         (org-fix-bullet-type): Only replace bullet if it is changed.
5121         (org-renumber-ordered-list): Handle case when first item does not
5122         have a number.
5124         * org.el (org-add-log-setup): Fix positioning when
5125         `org-log-states-order-reversed' is nil.
5127         * org-clock.el (org-clock-in): Fix positioning when
5128         `org-log-states-order-reversed' is nil.
5129         (org-clock-find-position): Fix positioning when
5130         `org-log-states-order-reversed' is nil.
5132 2009-02-14  Carsten Dominik  <carsten.dominik@gmail.com>
5134         * org-clock.el (org-clock-into-drawer): Take default from
5135         `org-log-into-drawer'.
5136         (org-clock-find-position): Look for the correct drawer.
5138         * org.el (org-log-into-drawer): Renamed from
5139         `org-log-state-notes-into-drawer'.
5140         (org-log-state-notes-into-drawer): New variable alias.
5141         (org-add-log-setup): Make drawer name default to LOGBOOK, not
5142         CLOCK.
5143         (org-insert-property-drawer): Also skip LOGBOOK drawers.
5145 2009-02-13  Carsten Dominik  <carsten.dominik@gmail.com>
5147         * org-agenda.el (org-agenda): Fix docstring.
5149         * org.el ("org-plot"): Help loading org-plot.
5150         (org-metaleft-hook, org-metaright-hook, org-metaup-hook)
5151         (org-metadown-hook, org-shiftmetaleft-hook)
5152         (org-shiftmetaright-hook, org-shiftmetaup-hook)
5153         (org-shiftmetadown-hook, org-metareturn-hook): New hooks.
5154         (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
5155         (org-shiftmetadown, org-metaleft, org-metaright, org-metaup)
5156         (org-metadown, org-ctrl-c-ctrl-c): Call the appropriate hook.
5158         * org-publish.el (org-publish-get-base-files): Allow symbol `any'
5159         for selecting files with any (and even without) extension.
5161         * org.el (org-save-all-org-buffers): Also save id locations.
5162         (org-revert-all-org-buffers): Also load id locations.
5164 2009-02-12  Carsten Dominik  <carsten.dominik@gmail.com>
5165         * org.el (org-drawers): Add LOGBOOK to the default drawers.
5166         (org-log-state-notes-into-drawer): New option.
5167         (org-add-log-setup): Place the sate note marker into the drawer,
5168         create drawer when necessary.
5169         (org-refile-targets): Document special interpretation of LEVEL
5170         when odd-levels are used.
5172 2009-02-12  Carsten Dominik  <carsten.dominik@gmail.com>
5174         * org.el (org-store-log-note): Fix note indentation when adding
5175         notes to end of list.
5177         * org-exp.el (org-export-as-html): Add TODO keyword as extra
5178         class, so that each keyword can get special colors through CSS.
5180         * org-clock.el (org-clock-out): Add another nil for the previous
5181         state into the call to `org-add-log-setup'.
5183         * org.el (org-log-note-previous-state): New variable.
5184         (org-log-note-headings): New %S escape for old state.
5185         (org-todo): Call the note setup with the old state as an
5186         argument.
5187         (org-add-note): Add another nil for the previous state into the
5188         call to `org-add-log-setup'.
5189         (org-add-log-setup): New argument PREV-STATE.
5190         (org-add-log-note): Handle new %S escape.
5191         (org-store-log-note): Handle new %S escape.
5193 2009-02-11  Carsten Dominik  <carsten.dominik@gmail.com>
5195         * org-clock.el (org-clock-find-position): Do not swallow an item
5196         less indented than the CLOCK line itself.
5197         (org-clock-in): Push markers to lin after the clock line.
5198         (org-clock-find-position): Handle values of
5199         `org-clock-into-drawer' smaller than 2.
5201         * org-exp.el (org-html-level-start): Add a CSS class to section
5202         numbers.
5203         (org-export-html-toplevel-hlevel): Better documentation of the
5204         influence of this variables on H levels and css classes in
5205         export.
5207 2009-02-10  Carsten Dominik  <carsten.dominik@gmail.com>
5209         * org-agenda.el (org-agenda-custom-commands-local-options): Add
5210         timestamp and nottimestamp to the chooe menu.
5212         * org.el (org-save-all-org-buffers): Moved here from org-agenda.el.
5213         (org-revert-all-org-buffers): New command.
5215 2009-02-09  Carsten Dominik  <carsten.dominik@gmail.com>
5217         * org.el (org-return): Implement `org-return-follows-link' in the
5218         function org-return.  This is more robust than using the mouse
5219         map, I think.
5220         (org-set-regexps-and-options): Match more general #+TODO lines.
5221         (org-make-options-regexp): New optional argument EXTRA, for an
5222         extra regexp.
5223         (org-tab-follows-link): Mark as deprecated.
5225 2009-02-07  Carsten Dominik  <carsten.dominik@gmail.com>
5227         * org-exp.el (org-export-preprocess-string): Remove clock lines
5228         earlier, so that they cannot cotribute to verbatim snippets.
5230 2009-02-06  Carsten Dominik  <carsten.dominik@gmail.com>
5232         * org-exp.el (org-export-remove-or-extract-drawers): Fix regexp
5233         for finding drawers.
5234         (org-export-as-ascii, org-export-as-html): Count levels relative
5235         to the subtree header.
5236         (org-get-min-level): New optional argument OFFSET.
5237         (org-export): Make sure point is restored after popping up that
5238         window.
5240         * org.el (org-do-sort): Also take an inactive timestamp if no
5241         active one is found.
5243         * org-colview-xemacs.el (org-columns-capture-view): Copy before
5244         deleting duplicates.
5246         * org-colview.el (org-columns-capture-view): Copy before
5247         deleting duplicates.
5249         * org-exp.el (org-export-preprocess-string): Fix bug when skipping
5250         text before first headline.
5252         * org.el (org-format-latex): Do not convert LaTeX fragments in
5253         protected examples.
5255 2009-02-04  Carsten Dominik  <carsten.dominik@gmail.com>
5257         * org-exp.el (org-export-html-style-default): Use color values
5258         instead of names for XHTML validation.
5260         * org.el (org-get-scheduled-time, org-get-deadline-time): New
5261         functions.
5262         (org-return-follows-link): Revert making this the default untile
5263         issues are resolved.
5265         * org-agenda.el (org-agenda-skip-if): New conditions timestamp and
5266         nottimestamp.
5268 2009-02-02  Carsten Dominik  <carsten.dominik@gmail.com>
5270         * org.el (org-mode): Make dependence stuff work more reliably.
5271         (org-update-parent-todo-statistics): Fix bug with updating
5272         statistics cookie.
5274         * org-export-latex.el (org-export-latex-emphasis-alist): Use = and
5275         ~ as verbatim delimiters.
5277         * org-exp.el (org-export-html-format-image): New argument
5278         PAR-OPEN.
5279         (org-export-as-html): Pass par-open to
5280         `org-export-html-format-image'.
5282 2009-02-01  Carsten Dominik  <carsten.dominik@gmail.com>
5284         * org.el (org-yank-adjusted-subtrees, org-return-follows-link)
5285         (org-use-fast-todo-selection, org-tags-column): New default
5286         setting for variables, based on a poll what typical uses use.
5288         * org-agenda.el (org-agenda-sorting-strategy)
5289         (org-agenda-tags-column): New default setting for variables, based
5290         on a poll what typical uses use.
5292 2009-01-31  Carsten Dominik  <carsten.dominik@gmail.com>
5294         * org-agenda.el (org-agenda-dim-blocked-tasks): Keep dimming
5295         blocked entries from setting the blocked tag.
5297         * org-exp.el (org-export-html-footnotes-section): Use a more
5298         consistent id for footnotes.
5300         * org-export-latex.el (org-export-latex-classes): Remove the
5301         a4paper option from the default styles.
5303 2009-01-30  Carsten Dominik  <carsten.dominik@gmail.com>
5305         * org.el (org-enforce-todo-checkbox-dependencies): New option.
5306         (org-block-todo-from-checkboxes): New function.
5307         (org-todo): Make tripple prefix arg circumvent blocking.
5309         * org-timer.el (org-timer): Provide the timer feature.
5311         * org.el (org-require-autoloaded-modules): Add a few more files to
5312         the list of autoloaded modules.
5314         * org-agenda.el (org-agenda-todo): Pass ARG to `org-todo'.
5316 2009-01-29  Carsten Dominik  <carsten.dominik@gmail.com>
5318         * org-exp.el (org-export-remove-or-extract-drawers): Only remove
5319         drawers that are unprotected.
5320         (org-export-html-format-image): Make sure inlined LaTeX fragment
5321         images remain inlined.
5323         * org.el (org-toggle-ordered-property): New function.
5324         (org-mode-map): Add a key for `org-toggle-ordered-property'.
5325         (org-org-menu): Add menu entries for TODO dependencies.
5327 2009-01-28  Carsten Dominik  <carsten.dominik@gmail.com>
5329         * org.el (org-default-properties): Add ORDERED to the default
5330         properties, to get completion support for it.
5332         * org-list.el (org-update-checkbox-count): Update more than one cookie.
5334         * org.el (org-update-parent-todo-statistics): Update more than one
5335         cookie.
5337         * org-agenda.el (org-agenda-get-todos): Start search from correct
5338         position.
5340         * org.el (org-fast-todo-selection): Make sure TODO selection does
5341         not change buffer position.
5343         * org-list.el (org-toggle-checkbox): Implement adding or removing
5344         checkboxes from line or region when called with a prefix
5345         argument.
5347         * org-rmail.el (org-rmail-store-link): Protect the call to
5348         `rmail-narrow-to-non-pruned-header'.
5350         * org-clock.el (org-clock-special-range): Fix week display in
5351         clock tables.
5353         * org-exp.el (org-get-current-options): Fix bug when in indirect
5354         buffer.
5356 2009-01-27  Carsten Dominik  <carsten.dominik@gmail.com>
5358         * org-agenda.el (org-agenda-dim-blocked-tasks): New option.
5359         (org-finalize-agenda): Call `org-agenda-dim-blocked-tasks'.
5360         (org-agenda-dim-blocked-tasks): New function.
5362         * org.el (org-enforce-todo-dependencies): New option.
5363         (org-block-todo-from-children-or-siblings): New function.
5365         * org-faces.el (org-agenda-dimmed-todo-face): New face.
5367         * org.el (org-todo): Return correct state type even if the blocker
5368         throws an error.
5369         (org-modifier-cursor-error): Renamed from
5370         `org-shiftcursor-error'.
5371         (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
5372         (org-shiftmetadown): Call `org-modifier-cursor-error'.
5374         * org-agenda.el (org-agenda-todo): Call `org-todo' interactively,
5375         to get real errors from the blocker hook.
5377         * org.el (org-shiftselect-error, org-call-for-shift-select): New
5378         functions.
5379         (org-set-visibility-according-to-property): Turn off the setting
5380         of `org-show-entry-below', to avoid overruling a FOLDED visibility
5381         property.
5383 2009-01-26  Carsten Dominik  <carsten.dominik@gmail.com>
5385         * org.el (org-support-shift-select): New option.
5386         (org-shiftup, org-shiftdown, org-shiftright, org-shiftleft)
5387         (org-shiftcontrolright, org-shiftcontrolleft): Support for shift
5388         selection outside contexts.
5390         * org-list.el (org-at-item-bullet-p): New function.
5392         * org-jsinfo.el (org-infojs-handle-options): Remove unnecessary
5393         variables.
5395         * org-footnote.el (org-footnote-normalize): Remove unnecessary
5396         variable.
5397         (org-insert-footnote-reference-near-definition): Remove
5398         unnecessary let form.
5400         * org-export-latex.el (org-export-latex-first-lines): Add
5401         OPT-PLIST parameter.
5402         (org-export-as-latex): Call `org-export-latex-first-lines' with
5403         opt-plits parameter.
5404         (org-export-latex-preprocess): Remove unnecessary variables.
5406         * org-exp.el (org-infile-export-plist)
5407         (org-export-add-options-to-plist, org-export-kill-licensed-text)
5408         (org-export-remove-headline-metadata)
5409         (org-export-get-title-from-subtree, org-get-min-level)
5410         (org-html-do-expand): Remove innecessary let form.
5412         * org-colview-xemacs.el (org-columns-display-here): Remove
5413         unnecessary variables.
5415         * org-colview.el (org-columns-display-here): Remove unnecessary
5416         variables.
5418         * org-bbdb.el (org-bbdb-anniversaries): Remove unnecessary
5419         variables.
5421         * org-id.el (org-id-alist-to-hash, org-id-find-id-in-file): Remove
5422         unnecessary variables.
5424         * org-agenda.el (org-search-view, org-agenda-get-blocks)
5425         (org-agenda-filter-by-tag, org-agenda-action): Remove unnecessary
5426         variables.
5428         * org.el (org-set-emph-re): Clean-up the STACKED stuff.
5429         (org-compact-display-after-subtree-move): Remove unnecessary
5430         variables.
5431         (org-edit-fixed-width-region): Remove unnecessary variables.
5432         (org-edit-src-find-region-and-lang): Remove unnecessary variables.
5433         (org-olpath-completing-read): Remove unnecessary variable.
5434         (org-auto-repeat-maybe): Remove unnecessary variable.
5435         (org-map-entries): Remove unnecessary variable.
5436         (org-buffer-property-keys, org-imenu-get-tree)
5437         (org-speedbar-set-agenda-restriction): Remove unnecessary variables.
5439 -----------------------------------------------------------------
5441 2009-01-26  Carsten Dominik  <carsten.dominik@gmail.com>
5442         * org-exp.el (org-export-remove-timestamps): Never remove
5443         timestamps from tables.
5445         * org-export-latex.el (org-export-latex-first-lines): Add more
5446         options to the preprocessing of the text before the first
5447         headline.
5449 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
5451         * org-faces.el (org-clock-overlay): Make face compatible with
5452         XEmacs.
5454         * org.el (org-yank): Add property for delete-selection mode.
5456         * org-exp.el (org-export-as-html): Turn \par into a paragraph.
5458         * org.el (org-agenda-tags-todo-honor-ignore-options): Declare
5459         variable.
5461         * org-table.el (org-table-insert-hline): Fix typo in fuction call
5462         to `backward-char'.
5464         * org-exp.el (org-export-as-html): Remove the initial space from
5465         colon examples.
5467         * org.el (org-scan-tags): Call
5468         `org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item'.
5470         * org-agenda.el (org-agenda-todo-list, org-agenda-match-view): New
5471         customization groups.
5472         (org-agenda-tags-todo-honor-ignore-options): New option.
5473         (org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item):
5474         New function.
5475         (org-agenda-get-todos): Use
5476         `org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item'.
5478 2009-01-24  Carsten Dominik  <carsten.dominik@gmail.com>
5480         * org-exp.el (org-export-format-source-code-or-example): Escape
5481         HTML characters also in examples that anre not treated with
5482         htmlize.  Also, just switch to EXAMPLE processing if we do not
5483         have a good version of htmlize.
5485         * org-rmail.el: Fix copyright notice.
5487         * org.el (org-activate-footnote-links): Improve footnote link
5488         highlighting.
5490         * org-footnote.el (org-footnote-normalize): Fix finding the end of
5491         a footnote definition at the end of the file.
5493         * org-table.el (org-table-get-specials): Add an imagined hline at
5494         the end of the table.  This can be useful for references that want
5495         to go to the end of the table.  Also fix bug when computing last
5496         row constants, in tables that do not start right at the right
5497         margin.
5498         (org-table-eval-formula): Match and replace remove references.
5499         (org-table-formula-substitute-names): Make sure that names inside
5500         a "remote" call are left alone, the will be replaced later when
5501         the remote call is handled.
5502         (org-table-convert-refs-to-rc): Do not convert things that might
5503         look like a reference, but are really part of an ID or namei n a
5504         remote reference.
5505         (org-table-get-remote-range): New function.
5507 2009-01-22  Carsten Dominik  <carsten.dominik@gmail.com>
5509         * org-faces.el (org-clock-overlay): Fix bug in face definition.
5511         * org-clock.el (org-clock-put-overlay): Use new face instead of
5512         `secondary-selection'.
5514         * org-faces.el (org-clock-overlay): New face.
5516 2009-01-21  Carsten Dominik  <carsten.dominik@gmail.com>
5518         * org-exp.el (org-get-current-options): Include the option for
5519         publishing time stamps.
5521         * org.el (org-toggle-heading): Renamed from
5522         `org-toggel-region-headings'.
5523         No longer needs a region defined, but will use it if there is one.
5524         (org-ctrl-c-star): Simplified, relying more on the internal
5525         workings of `org-toggle-heading'.
5526         (org-toggle-item): Renamed from `org-toggle-region-items'.
5527         No longer needs a region defined, but will use it if there is one.
5528         (org-ctrl-c-minus): Simplified, relying more on the inernal
5529         workings of `org-toggle-item'.
5531         * org-export-latex.el (org-export-latex-preprocess): Fix bug in
5532         environment detection.  Also, do real changes only in unprotected
5533         places.
5535 2009-01-20  Carsten Dominik  <carsten.dominik@gmail.com>
5537         * org-export-latex.el (org-export-latex-quotation-marks): Use
5538         `org-if-unprotected-1'.
5539         (org-export-latex-set-initial-vars): Check for class definition in
5540         property.
5542         * org-macs.el (org-if-unprotected-1): New macro.
5544 2009-01-19  Carsten Dominik  <carsten.dominik@gmail.com>
5546         * org-compat.el (org-count-lines): New function.
5548         * org-exp.el (org-export-format-source-code-or-example): Handle
5549         switches related to text areas.
5551         * org.el (org-activate-footnote-links): Don't allow match inside a
5552         link.
5554         * org-footnote.el (org-footnote-re): Don't allow match inside a link.
5556         * org-export-latex.el (org-export-latex-links): Keep a relative
5557         path relative also after export.
5559         * org-exp.el (org-export-html-scripts): Fix HTML snippet.
5561         * org.el (org-make-tags-matcher): Never use IDO for completing the
5562         tags matcher match string.
5563         (org-completing-read): Also remove the special biding for "?".
5565         * org-attach.el (org-attach-allow-inheritance): New option.
5566         (org-attach-inherited): New variable.
5567         (org-attach-dir): Handle properties related to the attachment
5568         directory.
5569         (org-attach-check-absolute-path): New function.
5570         (org-attach-set-directory, org-attach-set-inherit): New commands.
5571         (org-attach): Accommodate the new commands in the dispatcher.
5573 2009-01-18  Carsten Dominik  <carsten.dominik@gmail.com>
5575         * org-compat.el (org-fit-window-to-buffer): Fix bug with using
5576         `window-full-width-p'.
5578         * org-exp.el (org-export-as-html): Only check for images files
5579         that really can be inlined
5581         * org.el (org-image-file-name-regexp, org-file-image-p): Allow the
5582         list of extensions to be a parameter.
5584         * org-exp.el (org-export-html-inline-image-extensions): New
5585         variable.
5587         * org-agenda.el (org-prepare-agenda): Use
5588         `org-agenda-block-separator'.
5589         (org-agenda-block-separator): New option.
5591 2009-01-17  Carsten Dominik  <carsten.dominik@gmail.com>
5593         * org-export-latex.el (org-export-latex-tables): Call
5594         `org-table-clean-before-export' with the new optional argument.
5596         * org-exp.el (org-table-clean-before-export): New optional
5597         parameter MAYBE-QUOTED, allows for quoted characters like \# in
5598         first column.
5600 2009-01-16  Carsten Dominik  <carsten.dominik@gmail.com>
5602         * org-plot.el (org-plot/gnuplot): Fix text-ind parameter for
5603         histograms.
5605         * org-colview.el (org-colview-construct-allowed-dates): Better
5606         error catching when a date/time property does not have allowed
5607         values defined.
5609         * org-colview-xemacs.el (org-colview-construct-allowed-dates):
5610         Better error catching when a date/time property does not have
5611         allowed values defined.
5613 2009-01-14  Carsten Dominik  <carsten.dominik@gmail.com>
5615         * org.el (org-map-entries): Restore point and restriction after
5616         `org-map-entries'.
5618 2009-01-13  Carsten Dominik  <carsten.dominik@gmail.com>
5620         * org.el (org-time=, org-time<, org-time<=, org-time>)
5621         (org-time>=, org-time<>): Make sure both values are dates.
5623 2009-01-11  Carsten Dominik  <carsten.dominik@gmail.com>
5625         * org-archive.el (org-extract-archive-heading): Allow %s for file
5626         name also in achive location heading.
5628 2009-01-10  Carsten Dominik  <carsten.dominik@gmail.com>
5630         * org-archive.el (org-add-archive-files): Uniquify the list before
5631         returning it.
5633 2009-01-09  Carsten Dominik  <carsten.dominik@gmail.com>
5635         * org-compat.el (org-fit-window-to-buffer): Use
5636         `window-full-width-p'.
5638         * org-export-latex.el (org-export-latex-fixed-width): Enforce the
5639         space after the colon in short examples.
5641         * org-exp.el (org-export-protect-colon-examples): Rewritten, to
5642         enforce a space after the colon.  However, we also allow lines
5643         that are *only* a colon.
5644         (org-export-as-html): Enforce the space after the colon in short
5645         examples.
5646         (org-export-preprocess-string): Do the colon example protection
5647         earlier.
5648         (org-export-remove-timestamps): Do not check for protection at the
5649         end of the line.
5651 2009-01-08  Carsten Dominik  <carsten.dominik@gmail.com>
5653         * org.el (org-format-latex-options): Add new matcher for single
5654         letters between dollars.
5655         (org-get-header): Function removed.
5656         (org-heading-components): New function.
5658         * org-exp.el (org-export-define-heading-targets): Record ID's also
5659         as alternative targets.
5660         (org-export-as-html): Interpret "id:" links to other files by
5661         preserving the relative path.
5663         * org-jsinfo.el (org-infojs-handle-options): Catch the case if v
5664         is nil.
5666         * org-exp.el (org-export-normalize-links): Protect the main link,
5667         to avoid special character processing.
5669         * org-export-latex.el (org-export-latex-special-keyword-regexp):
5670         New variable.
5671         (org-export-latex-special-string-regexps): Variable removed.
5672         (org-export-latex-keywords): Use the new regexp.
5674         * org-exp.el (org-export-handle-include-files): Fetch switches and
5675         put them into the BEGIN statement.
5677         * org-timer.el (org-timer-mode-line-string): New variable.
5679         * org-clock.el (org-clock-mode-line-map): Renamed from
5680         `org-clock-mode-map'.
5681         (org-clock-mode-line-timer): Renamed from `org-mode-line-timer'.
5682         (org-clock-update-mode-line): Renamed from `org-update-mode-line'.
5683         (org-clock-put-overlay): Renamed from `org-put-clock-overlay'.
5684         (org-clock-remove-overlays): Renamed from
5685         `org-remove-clock-overlays'.
5687         * org-timer.el (org-timer-pause-or-continue): Implement stopping
5688         and mode line display.
5689         (org-timer-stop): New command.
5690         (org-timer-seconds): Return correct time when timer is paused.
5691         (org-timer-mode-line-timer): New variable.
5692         (org-timer-set-mode-line, org-timer-update-mode-line): New
5693         functions.
5695         * org.el (org-insert-heading):  Handle new value `auto' for
5696         `org-blank-before-new-entry'.
5697         (org-org-menu): Add new items for timer functions.
5699         * org-list.el (org-insert-item): Handle new value `auto' for
5700         `org-blank-before-new-entry'.
5702         * org.el (org-blank-before-new-entry): New value `auto', made
5703         default.
5705 2009-01-07  Carsten Dominik  <carsten.dominik@gmail.com>
5707         * org-exp.el (org-export-normalize-links): If the link is also
5708         used as the description, protect the description.
5710 2009-01-06  Carsten Dominik  <carsten.dominik@gmail.com>
5712         * org.el (org-closest-date): Fix bug with yearly repeats, in
5713         combination with preference of the past as it is used for deadline
5714         and scheduling search.
5716         * org-exp.el (org-html-handle-time-stamps): No longer check for
5717         the `org-export-with-timestamps' option, because the preprocesser
5718         has taken care of this already.
5720         * org.el (org-entry-properties): Catch the case when this is
5721         called in a non-org-mode file.
5723         * org-export-latex.el (org-export-latex-remove-from-headlines):
5724         Variable made obsolete, also LaTeX export now uses the standard
5725         variables.
5726         (org-export-as-latex): Add the timestamps parameter to the
5727         preprocessor parameter list.
5728         (org-export-latex-content): Export the remaining keywords without
5729         considering to remove them.
5730         (org-export-latex-keywords-maybe): Make the REMOVE-LIST optional.
5731         Use bold font instead of tt font for the keywords.
5732         (org-export-latex-fontify-headline): Format headlines, assuming
5733         that all keywords still present should be published.
5734         (org-export-latex-keywords): Remove argument TIMESTAMPS and just
5735         publish what ever remains of the time stamps.
5736         (org-export-latex-list-parameters): New option.
5737         (org-export-latex-lists): Pass additional parameters to the list
5738         converter.
5740         * org-exp.el (org-export-preprocess-string): Remove clock lines
5741         and timestamps already in the preprocesor.
5742         (org-export-remove-timestamps, org-export-remove-clock-lines): New
5743         functions.
5744         (org-export-as-ascii, org-export-as-html): Add the timestamps
5745         parameter to the preprocessor parameter list.
5747         * org-list.el (org-list-parse-list): Parse for checkboxes.
5748         (org-list-to-generic): Introduce and handle new parameters :cbon
5749         and :cboff.
5750         (org-list-to-latex, org-list-to-html, org-list-to-texinfo): Add
5751         optional parameter PARAMS.
5753         * org-export-latex.el (org-export-latex-special-chars): Fix
5754         problems with interpreting dollar signs.
5755         (org-inside-latex-math-p): New function.
5756         (org-export-latex-preprocess): Protect all the math fragments.
5758         * org.el (org-latex-regexps): Allow a dash after a dollar.
5760         * org-w3m.el (org-w3m-copy-for-org-mode): Always deactivate the
5761         mark after copying.
5763         * org-agenda.el (org-run-agenda-series): Have series options set
5764         when finalizing the agenda.
5766         * org-exp.el (org-export-format-source-code-or-example): Protect
5767         the converted examples.
5769         * org.el (org-set-regexps-and-options): Fix the regexp
5770         `org-complex-heading-regexp'.
5772 2009-01-05  Carsten Dominik  <carsten.dominik@gmail.com>
5774         * org.el (org-edit-src-get-label-format): New function.
5775         (org-coderef-label-format): New option.
5776         (org-edit-src-code, org-edit-src-find-region-and-lang): Parse for
5777         a label format specification and make sure it is used in the edit
5778         buffer.
5779         (org-edit-src-get-label-format): New function.
5780         (org-store-link): Handle new coderef formats.
5781         (org-link-search): Handle new coderef formats.
5783         * org-footnote.el (org-footnote-create-definition)
5784         (org-footnote-goto-local-insertion-point): Make footnote insertion
5785         work correctly when the "Footnotes" headline is the last line in
5786         the buffer.
5788         * org.el (org-goto-marker-or-bmk): Expose context after jumping to
5789         the location.
5791 2009-01-04  Carsten Dominik  <carsten.dominik@gmail.com>
5793         * org-w3m.el (org-w3m): New customization group.
5794         (org-w3m-deactivate-mark): New option.
5795         (org-w3m-copy-for-org-mode): Deactivate region, unless the user
5796         option say not to.
5798 2009-01-02  Carsten Dominik  <carsten.dominik@gmail.com>
5800         * org.el (org-set-font-lock-defaults): Trigger footnote
5801         fontification.
5802         (org-activate-footnote-links): New function.
5803         (org-activate-links): New entry `footnote'.
5805         * org-faces.el (org-footnote): New face.
5807 2009-01-01  Carsten Dominik  <carsten.dominik@gmail.com>
5809         * org-macs.el (org-re): Handle the [:word:] class.
5811         * org-exp.el (org-export-preprocess-string): Call
5812         `org-export-protect-colon-examples'.
5813         (org-export-protect-colon-examples): Renamed from
5814         `org-export-protect-examples', and scope limited to lines starting
5815         with a colon.
5817 2008-12-31  Carsten Dominik  <carsten.dominik@gmail.com>
5819         * org-exp.el (org-export-preprocess-string): Move the preprocess
5820         hook to after turning on Org-mode.
5821         (org-export-preprocess-after-include-files-hook)
5822         (org-export-preprocess-after-tree-selection-hook)
5823         (org-export-preprocess-before-backend-specifics-hook)
5824         (org-export-preprocess-final-hook): New hooks.
5825         (org-export-preprocess-string): Run the new hooks.
5827         * org.el (org-ctrl-c-minus): Fix indentation for new items.
5829         * org-footnote.el: New file.
5831         * org.el (org-footnote): Require footnote code.
5832         (org-startup-options): Add new footnote options.
5833         (org-mode-map): New keybindig for footnotes.
5834         (org-ctrl-c-ctrl-c): Add function at footnotes.
5835         (org-org-menu): New menu entries for footnotes.
5837         * org-export-latex.el (org-export-as-latex): Pass footnote
5838         variable to preprocessor.
5839         (org-export-latex-preprocess): Treat multiple references to a
5840         footnote.
5842         * org-exp.el (org-export-preprocess-string): Call
5843         `org-footnote-normalize'.
5844         (org-export-as-ascii, org-export-as-html): Pass footnote variable
5845         to preprocessor.
5846         (org-export-as-html): Treat multiple references to a footnote.
5848 2008-12-26  Carsten Dominik  <carsten.dominik@gmail.com>
5850         * org-export-latex.el (org-export-latex-links): Handle coderef
5851         links.
5853         * org.el (org-bracket-link-analytic-regexp++): New variable.
5854         (org-make-link-regexps): Initialize
5855         `org-bracket-link-analytic-regexp++'.
5856         (org-store-link): Implement special case in edit-src buffer.
5857         (org-insert-link): No use of ide to insert stored links.
5858         (org-link-search): Implement special case for coderefs.
5860         * org-exp.el (org-export-html-scripts): New constant.
5861         (org-export-html-style-default): Add a new style for highlighted
5862         code.
5863         (org-export-code-refs): New variable.
5864         (org-export-preprocess-string): Initialize `org-export-code-refs'.
5865         Call `org-export-replace-src-segments-and-examples'
5866         No longer call `org-export-protect-examples'.
5867         (org-export-target-internal-links): Take care of coderef targets.
5868         (org-export-last-code-line-counter-value): New variable.
5869         (org-export-replace-src-segments-and-examples): Renamed from
5870         `org-export-replace-src-segments', and modified.
5871         (org-export-format-source-code-or-example): Renamed from
5872         `org-export-format-source-code'.
5873         (org-export-number-lines): New function.
5874         (org-export-as-ascii, org-export-as-html): Handle coderef links.
5876 --------------------------------------------------------------------------
5878 2008-12-23  Carsten Dominik  <carsten.dominik@gmail.com>
5880         * org-remember.el (org-remember-handler): Safer way to get a new
5881         buffer accessing the target file.
5883         * org.el (org-refile-get-location): Handle case of current buffer
5884         not having a file associated with it.
5886 2008-12-22  Carsten Dominik  <carsten.dominik@gmail.com>
5888         * org-table.el (org-table-get-formula): Only ask to overwrite
5889         field formula if there really is one.
5891         * org-id.el (org-id-find): Allow the ID to be a symbol or a
5892         number, by converting these to a string.
5894         * org-colview.el (org-dblock-write:columnview): Allow ID to be
5895         located in a different file.
5897         * org-colview-xemacs.el (org-dblock-write:columnview): Copy from
5898         org-colview.el.
5900 2008-12-21  Carsten Dominik  <carsten.dominik@gmail.com>
5902         * org.el (org-completion-use-ido): Enhance docstring of
5903         `org-completion-use-ido'.
5905         * org-export-latex.el (org-export-latex-make-header): Double the %
5906         in the time stamp format.
5907         (org-export-latex-special-chars): Handle case where there is no
5908         match group 3.
5910 2008-12-20  Carsten Dominik  <carsten.dominik@gmail.com>
5912         * org.el (org-get-refile-targets, org-refile-get-location): Use
5913         expanded file name to improve comparison.
5915 2008-12-19  Carsten Dominik  <carsten.dominik@gmail.com>
5917         * org.el (org-scan-tags): Rescan for tags, to get the correct
5918         upcase/downcase stuff.  This slows things down for now, but it
5919         works.
5920         (org-mode): Make sure the tag-faces regexp is initialized.
5922         * org-export-latex.el (org-export-latex-links): Fix bug with
5923         undefined label.
5925         * org-table.el (org-table-get-specials): Set
5926         `org-table-current-last-data-line'.
5927         (org-table-current-last-data-line): New variable.
5928         (org-table-insert-column, org-table-delete-column)
5929         (org-table-move-column, org-table-fix-formulas): Call
5930         `org-table-fix-formulas' a second time to fix the $LR references.
5931         (org-table-get-specials): Add the $LR references to the tables.
5932         (org-table-get-formula): Do not offer last-row names as LHS of
5933         formulas.
5935         * org.el (org-store-link): Capture link description from
5936         `org-id-store-link'.
5938         * org-exp.el (org-export-html-format-image): Add the / to the end
5939         of the <img> tag.
5940         (org-export-format-source-code): Surround example by empty lines,
5941         to make sure it will not be inside a paragraph.
5943         * org.el (org-ido-switchb): New function.
5945 2008-12-18  Carsten Dominik  <carsten.dominik@gmail.com>
5947         * org-agenda.el (org-agenda-show): New prefix argument
5948         FULL-ENTRY.
5950         * org.el (org-sort-entries-or-items): Add a COMPARE-FUNC
5951         argument.
5953         * org-agenda.el (org-agenda-set-tags): Leave getting the tags to
5954         `org-agenda-change-all-lines'.
5955         (org-agenda-change-all-lines): Removed FORCE-TAGS argument, the
5956         tags are now retrieved locally.
5958 2008-12-17  Carsten Dominik  <carsten.dominik@gmail.com>
5960         * org.el (org-get-outline-path): Fix bug if level is not given.
5961         (org-org-menu): Do not quote function in menu vector.
5963         * org-agenda.el (org-finalize-agenda): Fix typo with variable
5964         name.
5966 2008-12-16  Carsten Dominik  <carsten.dominik@gmail.com>
5968         * org.el (org-refile): Avoid refiling to within the region to be
5969         refiled.
5971         * org-export-latex.el (org-export-latex-special-chars): Replace
5972         special characters also in tables.
5974         * org-agenda.el (org-agenda-change-all-lines): New argument
5975         FORCE-TAGS.
5976         (org-agenda-set-tags): Cet the new tags and pass them to
5977         `org-format-agenda-item'.
5979 2008-12-15  Carsten Dominik  <carsten.dominik@gmail.com>
5981         * org-export-latex.el (org-export-latex-classes): Add longable as
5982         a default package to all classes.
5983         (org-export-latex-tables): Handle the longtable attribute and the
5984         align attribute.
5986         * org-table.el (orgtbl-to-generic): Handle tables that start with
5987         a hline.
5989         * org-export-latex.el (org-export-latex-emphasis-alist): Switch to
5990         \verb for colde-like snippets.
5991         (org-export-as-latex): Fix issues with region export.
5993         * org.el (org-up-heading-safe): Speed up function by using a
5994         direct regexp search.
5995         (org-olpa): New variable.
5996         (org-get-outline-path): Speed-up path constructions in cases where
5997         this is possible because the entire hierarchy is scanned anyway.
5998         (org-refile-get-location): Don't compare the truenames of files,
5999         this is too slow.
6000         (org-goto-max-level): New option.
6001         (org-goto): Use `org-goto-max-level'.
6003 2008-12-12  Tassilo Horn  <tassilo@member.fsf.org>
6005         * org-gnus.el (org-gnus-article-link, org-gnus-article-link):
6006         Strip angle brackets from message-ids in the former and don't do
6007         it in the latter.
6008         (org-gnus-follow-link): Open summary reliable, even if the last
6009         messages were deleted, and handle empty groups, too.
6011 2008-12-12  Carsten Dominik  <carsten.dominik@gmail.com>
6013         * org-export-latex.el (org-export-latex-emphasis-alist): Use \verb
6014         instead of \texttt for the =...= and ~===~ emphasis environments.
6015         (org-export-as-latex): Remove any old :org-license-to-kill text
6016         properties.
6017         (org-export-as-latex): Pass RBEG to `org-export-latex-first-lines'.
6018         (org-export-latex-make-header): Add some hard space after the
6019         table of contents.
6020         (org-export-latex-first-lines): Accept RBEG argument.  Mark
6021         exported text so that it will be excuded in further steps.
6023         * org-table.el (org-table-get-specials): Make @0 reference the
6024         last line in a table.
6025         (org-table-recalculate): Improve docstring.
6027 2008-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
6029         * org.el (org-log-done): Fix docstring.
6031 2008-12-10  Carsten Dominik  <carsten.dominik@gmail.com>
6033         * org-exp.el (org-export-html-format-image): Fix bugs.
6035         * org-export-latex.el (org-export-latex-tables)
6036         (org-export-latex-links): Implement attribute, label, and caption
6037         handling.
6039         * org-exp.el (org-export-html-style-default): Add style
6040         definitions for the figure div.
6041         (org-export-preprocess-string, org-export-as-html): Implement
6042         attribute, label, and caption handling.
6043         (org-export-attach-captions-and-attributes): New function.
6044         (org-export-html-format-image): New function.
6045         (org-format-org-table-html): Implement attribute, label, and
6046         caption handling.
6048         * org.el (org-find-text-property-in-string): New function.
6049         (org-extract-attributes): Use the property org-attr instead of
6050         org-attrobutes, because this property is now set with the #+ATTR
6051         lines.
6053 2008-12-08  Carsten Dominik  <carsten.dominik@gmail.com>
6055         * org-compat.el (org-substring-no-properties): Fix for XEmacs, for
6056         the case that FROM is nil.
6058         * org.el (org-before-first-heading-p): New function.
6060 2008-12-07  Carsten Dominik  <carsten.dominik@gmail.com>
6062         * org-exp.el (org-export-as-html): Do not add a space before
6063         enforces line breaks.
6064         (org-export-as-html): Close paragraph before blockquote and verse
6065         tags.
6067 2008-12-06  Carsten Dominik  <carsten.dominik@gmail.com>
6069         * org-id.el (org-id-locations-file): Wrap file name with
6070         `convert-standard-filename'.
6071         (org-id-files): New variable.
6072         (org-id-use-hash): New option.
6073         (org-id-update-id-locations): Also search in all files current
6074         listed in `org-id-files'.  Convert the resulting alist to a hash
6075         if the user customation says so.
6076         (org-id-locations-save): Handle he case if `org-id-locations' is a
6077         hash.
6078         (org-id-locations-load): Convert the alist to a hash.
6079         (org-id-add-location): Handle the hast case.
6080         (kill-emacs-hook): Make sure id locations are saved when Emacs is
6081         exited.
6082         (org-id-hash-to-alist, org-id-alist-to-hash)
6083         (org-id-paste-tracker): New functions.
6085 -------------------------------------------------------------------------
6087 2008-12-05  Carsten Dominik  <carsten.dominik@gmail.com>
6089         * org-agenda.el (org-agenda-goto-calendar): Remove duplicate let
6090         bindings of calendar variables.
6092         * org-table.el (org-table-find-row-type): Renamed from
6093         `org-find-row-type'.
6094         (org-table-rewrite-old-row-references): Renamed from
6095         `org-rewrite-old-row-references'.
6096         (org-table-shift-refpart): Renamed from `org-shift-refpart'.
6097         (org-table-cleanup-narrow-column-properties): Renamed from
6098         `org-cleanup-narrow-column-properties'.
6100 2008-12-05  Carsten Dominik  <carsten.dominik@gmail.com>
6102         * org-table.el (org-find-row-type): New arguments DESC and CLINE,
6103         for better error messages.
6104         (org-table-get-descriptor-line): Supply the new arguments to
6105         `org-find-row-type'.
6106         (org-table-error-on-row-ref-crossing-hline): New option.
6108         * org.el (org-target-link-regexp): Make buffer-local.
6109         (org-move-subtree-down): Fix bug with trees at beginning of
6110         buffer.
6112 2008-12-04  Carsten Dominik  <carsten.dominik@gmail.com>
6114         * org-faces.el (org-set-tag-faces): New function.
6115         (org-tags-special-faces-re): New variable.
6117         * org.el (org-font-lock-add-tag-faces, org-get-tag-face): New functions.
6119         * org-faces.el (org-tag-faces): New option.
6120         (org-tag): Mention `org-tag-faces' in the docstring.
6122 2008-12-03  Carsten Dominik  <carsten.dominik@gmail.com>
6124         * org-exp.el (org-export-html-style-default): Implement new
6125         quoting.
6127         * org-jsinfo.el (org-infojs-template): Implement new quoting.
6129         * org-w3m.el (w3m-minor-mode-hook): Also add the special copy
6130         command to the `w3m-minor-mode-map'.
6132         * org-archive.el (org-archive-to-archive-sibling): Protect
6133         `this-command' to avoid appending kills during archiving.
6135         * org-exp.el (org-export-with-priority): New variable.
6136         (org-export-add-options-to-plist): Use `org-export-plist-vars'
6137         instead of internal list of strings and properties.
6138         (org-print-icalendar-entries): Retrieve the location property with
6139         inheritance.
6141 2008-12-02  Carsten Dominik  <carsten.dominik@gmail.com>
6143         * org-exp.el (org-export-with-todo-keywords): New option.
6144         (org-export-plist-vars): Include also the keys for the #+OPTIONS
6145         line.
6146         (org-default-export-plist, org-export-add-options-to-plist)
6147         (org-export-as-ascii, org-export-as-html): Use the new structure
6148         of `org-export-plist-vars'.
6150         * org.el (org-map-entries): Return all values.
6152 2008-11-29  Carsten Dominik  <carsten.dominik@gmail.com>
6154         * org.el (org-matcher-time): Recognize more special values.
6156         * org-gnus.el (fboundp): Fix defvaralias for XEmacs.
6158 2008-11-27  Carsten Dominik  <carsten.dominik@gmail.com>
6160         * org.el (org-tags-exclude-from-inheritance): New option.
6161         (org-tag-inherit-p, org-remove-uniherited-tags): Respect
6162         `org-tags-exclude-from-inheritance'.
6164         * org-agenda.el (org-agenda-show-inherited-tags): New option.
6165         (org-format-agenda-item): Add inherited tags to the agenda line
6166         string, and make sure that properties are kept when downcasing the
6167         tags list.
6168         (org-agenda-add-inherited-tags): New function.
6169         (org-downcase-keep-props): New function.
6171         * org.el (org-scan-tags): Mark inherited tags with a text
6172         property.
6173         (org-get-tags-at): Mark inherited tags with a text property.
6174         (org-add-prop-inherited): New function.
6176         * org-agenda.el (org-agenda-add-inherited-tags): New function.
6177         (org-agenda-show-inherited-tags): New option.
6179 2008-11-26  Carsten Dominik  <carsten.dominik@gmail.com>
6181         * org.el (org-modules): Add org-w3m to the default modules.
6183         * org-table.el (orgtbl-self-insert-command): Make S-SPC work in
6184         orgtbl-mode.
6185         (orgtabl-create-or-convert-from-region): New command.
6187         * org-exp.el (org-export-as-ascii): Remove the handling of
6188         targets.
6189         (org-export-ascii-preprocess): Handle targets already in this
6190         function.
6192 2008-11-25  Carsten Dominik  <carsten.dominik@gmail.com>
6194         * org-timer.el (org-timer-start-time): Define this variable.
6195         (org-timer-item): Make argument optional.
6197         * org-list.el (org-insert-item): Automatically insert a timer item
6198         if the current list is a timer list.
6200         * org-timer.el: New file.
6202         * org-publish.el (org-publish-org-index): Only exclude the index
6203         file in the main directory from being added to the site-map.
6204         (org-publish-get-project-from-filename): If the current project is
6205         a component, start publishing from the parent project.
6207 2008-11-24  Carsten Dominik  <carsten.dominik@gmail.com>
6209         * org-table.el (orgtbl-ret): Fix RET at beginning-of-buffer.
6211         * org-publish.el (org-publish-org-index): Improve removal of
6212         temporary buffers.
6214         * org-agenda.el (org-get-closed): Re-apply changes
6215         accidentially overwritten by last commit to Emacs.
6217         * org.el (org-outline-path-complete-in-steps): New option.
6218         (org-refile-get-location): Honor
6219         `org-outline-path-complete-in-steps'.
6220         (org-agenda-change-all-lines, org-tags-sparse-tree)
6221         (org-time-string-to-absolute, org-small-year-to-year)
6222         (org-link-escape): Re-apply changes accidentially overwritten
6223         by last commit to Emacs
6225 2008-11-23  Carsten Dominik  <carsten.dominik@gmail.com>
6227         * org-clock.el (org-dblock-write:clocktable): Make sure the
6228         clocktable sees the first line.
6229         (org-clock-in): Warn if the clock cannot be resumed.
6231 2008-11-22  Carsten Dominik  <carsten.dominik@gmail.com>
6233         * org.el (org-open-at-point): Fix mixup about interactive and
6234         non-interactive elisp links.
6236 2008-11-21  Carsten Dominik  <carsten.dominik@gmail.com>
6238         * org-exp.el (org-export-preprocess-string): Allow one comment
6239         line before the first headline to always be included.  This is
6240         to not miss a commented target.
6242         * org-mouse.el (org-mouse-insert-item): Call
6243         `org-indent-to-column' instead of `indent-to', for XEmacs
6244         compatibility.
6246         * org.el (org-refile-targets): Fix customize definition so
6247         that it works also in XEmacs.
6248         (org-fixup-indentation): Call `org-indent-to-column' instead
6249         of `indent-to', for XEmacs compatibility.
6251 2008-11-21  Tokuya Kameshima  <kames@fa2.so-net.ne.jp>
6253         * org-mew.el (org-mew-store-link): Get the correct case folder
6254         for refiled messages.
6256 2008-11-21  Carsten Dominik  <carsten.dominik@gmail.com>
6258         * org-exp.el (org-export-as-ascii): Remove the "\\" forced
6259         line break indicators.
6261         * org.el (org-ido-completing-read): Remove the "i:" prefix for
6262         ido-completion propts.
6264 2008-11-21  Carsten Dominik  <carsten.dominik@gmail.com>
6266         * org-remember.el (org-remember-apply-template): Use
6267         `org-substring-no-properties'.
6269         * org-compat.el (org-substring-no-properties): New function.
6271         * org-remember.el (org-remember-apply-template): Use
6272         `org-substring-no-properties' for compatibility.
6274         * org-list.el (org-list-two-spaces-after-bullet-regexp): New
6275         option.
6276         (org-fix-bullet-type): respect
6277         `org-list-two-spaces-after-bullet-regexp'.
6279         * org-clock.el (org-clock-load): Clean up the code.
6281         * org.el (org-adaptive-fill-function): Allow two spaces after
6282         "1." as a list bullet.
6284 2008-11-20  Carsten Dominik  <carsten.dominik@gmail.com>
6286         * org-clock.el (org-clock-save, org-clock-load): Check for
6287         live buffers, existing files, and buffer file names to ensure
6288         consistent information.
6289         (org-clock-persist): Make `clock' a special value of this
6290         variable, and improve docstring.
6292         * org-list.el (org-cycle-list-bullet, org-fix-bullet-type)
6293         (org-get-string-indentation): Adapt indentation when the bullet
6294         width changes.
6296 2008-11-19  Carsten Dominik  <carsten.dominik@gmail.com>
6298         * org-remember.el (org-remember-finalize): Make interactive.
6299         (org-remember-kill): New command.
6300         (org-remember-finish-immediately): Call `org-remember-finalize'
6301         directly.
6302         (org-remember-finalize): Make `org-remember-finalize' an interactive
6303         function.
6305 2008-11-18  Carsten Dominik  <carsten.dominik@gmail.com>
6307         * org-remember.el (org-remember-apply-template): No ido completion
6308         for free prompts in remember templates.
6309         (org-remember-before-finalize-hook): New hook.
6310         (org-remember-mode): New minor mode.
6311         (org-remember-apply-template): Turn on `org-remember-mode'.
6313         * org-id.el (org-id-add-location): Avoid error when no file is
6314         given.
6316         * org-remember.el (org-remember-apply-template): Fix the way how
6317         the list of allowed properties is retrieved from the target file.
6319         * org.el (org-insert-link): Improve file link matching.
6321 2008-11-17  Carsten Dominik  <carsten.dominik@gmail.com>
6323         * org-colview.el (org-columns-display-here): New argument
6324         DATELINE, to trigger using the new face.
6325         (org-agenda-colview-summarize): Call `org-columns-display-here'
6326         with the new argument.
6328         * org-faces.el (org-agenda-column-dateline): New face.
6330         * org-publish.el (org-publish-org-index): Use index-title at page
6331         title, not as section.
6333         * org-exp.el (org-export-html-format-desc): Respect the
6334         org-protect property.
6335         (org-export-as-html): Protect image specifiers that are in the
6336         description part of a link.
6338         * org.el (org-sort-entries-or-items, org-completing-read)
6339         (org-refile-get-location, org-olpath-completing-read, org-todo)
6340         (org-show-todo-tree, org-sparse-tree, org-make-tags-matcher)
6341         (org-set-tags, org-change-tag-in-region, org-fast-tag-selection)
6342         (org-set-property, org-delete-property)
6343         (org-delete-property-globally): Use `org-ido-completing-read'.
6345         * org-remember.el (org-remember-apply-template): Use
6346         `org-ido-completing-read'.
6348         * org-publish.el (org-publish): Use `org-ido-completing-read'.
6350         * org-colview.el (org-columns-edit-value, org-columns-new)
6351         (org-insert-columns-dblock): Use `org-ido-completing-read'.
6353         * org-colview-xemacs.el (org-columns-edit-value)
6354         (org-columns-new, org-insert-columns-dblock): Use
6355         `org-ido-completing-read'.
6357         * org-attach.el (org-attach-delete-one, org-attach-open): Use
6358         `org-ido-completing-read'.
6360         * org-agenda.el (org-todo-list, org-agenda-filter-by-tag): Use
6361         `org-ido-completing-read'.
6363         * org.el (org-time-today): New function.
6364         (org-matcher-time): Use `org-time-today'.  Add special treatment
6365         for "<tomorrow>" and "<yesterday>".
6366         (org-ido-completing-read): New function.
6367         (org-completion-use-ido): New option.
6369         * org-exp.el (org-export-format-source-code): Fix bug in require
6370         htmlize code.
6371         (org-export-target-internal-links): Fix bug in search for text
6372         property.
6374 2008-11-16  Carsten Dominik  <carsten.dominik@gmail.com>
6376         * org-export-latex.el (org-export-latex-subcontent): Interprete
6377         target aliases as additonal labels.
6379         * org-exp.el (org-export-target-aliases): New variable.
6380         (org-export-preprocess-string)
6381         (org-export-handle-invisible-targets): Fill the alias alist.
6382         (org-export-as-html): Remove the &nbsp; from the anchor, and also
6383         assign an id.
6384         (org-html-level-start): Insert the target aliases as additonal
6385         anchors.
6387         * org.el (org-edit-fixed-width-region): Fix bug when starting a new
6388         picture area.
6390 2008-11-15  Carsten Dominik  <carsten.dominik@gmail.com>
6392         * org.el (org-open-at-mouse): Ensure correct link abbreviations
6393         when following a link with the mouse from the agenda.
6395         * org-exp.el (org-export-as-html): Avoid lone </div> when no
6396         headlines are created.
6398 2008-11-14  Carsten Dominik  <carsten.dominik@gmail.com>
6400         * org-exp.el (org-export-preprocess-string): Reorder so that we
6401         can still see ID properties when we collect targets.
6402         (org-export-target-internal-links): Also store targets for ID's.
6404         * org.el (org-link-translation-function): New option.
6405         (org-open-at-point): Call `org-link-translation-function' if
6406         non-nil.
6407         (org-translate-link): New function.
6408         (org-translate-link-from-planner): New function.
6409         (org-open-at-point): Allow interactive commands in elisp links.
6411         * org-exp.el (org-icalendar-cleanup-string): Restore the old
6412         iCalendar quoting.  The new one seems to caus problems with
6413         applications.
6415         * org.el (org-yank): Set `this-command' to `yank', so that
6416         `yank-pop' will work.
6418 2008-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
6420         * org-id.el (org-id-search-archives): New option.
6422         * org.el (org-link-to-org-use-id): New option.
6423         (org-store-link): Use `org-link-to-org-use-id'.
6424         (org-id): Make org-id.el a standard component.
6426 2008-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
6428         * org.el (org-link-expand-abbrev): Implement %h as an escape for a
6429         hexified version of the tag.
6431         * org-exp.el (org-icalendar-cleanup-string): Improve RFC2455
6432         compliance as far as quoting is concerned.
6434         * org-vm.el (org-vm-follow-link): Require `vm-search'.
6436         * org.el (org-up-heading-safe, org-forward-same-level): Always
6437         call `org-back-to-heading' instead of `outline-back-to-heading'.
6438         (org-back-to-heading): New wrapper around outline-back-to-heading,
6439         with a useful error message telling where the error happened.
6441         * org-list.el (org-update-checkbox-count): Always call
6442         `org-back-to-heading' instead of `outline-back-to-heading'.
6444         * org-exp.el (org-export-as-html): Make sure that each <img> tag
6445         has an `alt' attribute, to ensure XHTML validation.
6447 2008-11-12  Carsten Dominik  <carsten.dominik@gmail.com>
6449         * org-publish.el (org-publish-attachment): Allow publishing to
6450         overwrite attachment files.
6452         * org-agenda.el (org-agenda-timerange-leaders): New option.
6453         (org-agenda-get-blocks): Use `org-agenda-timerange-leaders'.
6455         * org.el (org-edit-src-exit): Untabify ASCII image before
6456         returning.
6469 2008-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
6471         * org.el (org-yank): Make any prefix force normal yanking.
6472         Suppress folding if text would be swallowed into a folded
6473         subtree.
6474         (org-yank-folded-subtrees, org-yank): Docstring updates.
6476         * org-agenda.el (org-agenda-compare-effort): Treat no effort
6477         defined as 0.
6479         * org-exp.el (org-export-language-setup): Add Catalan and
6480         Esperanto language entries.
6482 2008-11-10  Carsten Dominik  <carsten.dominik@gmail.com>
6484         * org.el (org-refile): Allow refiling of entire regions.
6486         * org-clock.el (org-clock-time%): New function.
6488         * org.el (org-entry-get, org-entry-delete): Use safer regexps to
6489         retrieve property values.
6491 2008-11-09  Carsten Dominik  <carsten.dominik@gmail.com>
6493         * org-agenda.el (org-agenda-list): Handle the value `only' of
6494         org-agenda-show-log'.
6495         (org-agenda-log-mode): Interpret a double prefix arg.
6497 2008-11-08  Carsten Dominik  <carsten.dominik@gmail.com>
6499         * org-exp.el (org-export-html-footnotes-section): New variable.
6500         (org-export-as-html): Use `org-export-html-footnotes-section' to
6501         insert the footnotes.
6502         (org-export-language-setup): Add "Footnotes" to language words.
6504 2008-11-07  Carsten Dominik  <carsten.dominik@gmail.com>
6506         * org.el (org-yank): Fix bug when not inserting a subtree.
6508 2008-11-06  Carsten Dominik  <carsten.dominik@gmail.com>
6510         * org-vm.el (org-vm-follow-link): Call `vm-preview-current-message'
6511         instead of `vm-beginning-of-message'.
6513         * org.el (org-make-link-regexps): Make sure that links to gnus can
6514         contain brackets.
6516 2008-11-05  Carsten Dominik  <carsten.dominik@gmail.com>
6518         * org-attach.el (org-attach-dir): Remove duplicate ID creation
6519         code.
6521         * org-id.el (org-id-new): Use `org-trim' to extract the uuid from
6522         shell output.
6524         * org.el (org-link-abbrev-alist): Improve customization type.
6526         * org-attach.el (org-attach-expand-link, org-attach-expand): New
6527         functions.
6529         * org-agenda.el (org-agenda-get-progress): Renamed from
6530         `org-get-closed'.  Implement searching for state changes as well.
6531         (org-agenda-log-mode-items): New option.
6532         (org-agenda-log-mode): New option prefix argument, interpreted as
6533         request to show all possible progress info.
6534         (org-agenda-get-day-entries): Call `org-get-progress' instead of
6535         `org-get-closed'.
6536         (org-agenda-set-mode-name): Handle the more complex log mode
6537         settings.
6538         (org-get-closed): New alias, pointing to `org-get-progress'.
6540 2008-11-05  Carsten Dominik  <dominik@science.uva.nl>
6542         * org.el (org-file-apps-defaults-gnu)
6543         (org-file-apps-defaults-macosx)
6544         (org-file-apps-defaults-windowsnt): Add an entry defining the
6545         system command.
6546         (org-file-apps): Allow `system' as key and value.
6547         (org-open-at-point): Explain the effect of a double prefix arg.
6548         (org-open-file): If the argument `in-emacs' is (16),
6549         i.e. corresponding to a double prefix argument, try to open the
6550         file externally.
6552 2008-11-04  Carsten Dominik  <dominik@science.uva.nl>
6554         * org.el (org-insert-link): Abbreviate absolute files names in
6555         links.  Also, fix a bug in which the double C-u prefix would not
6556         be honored.
6558 2008-11-03  Carsten Dominik  <dominik@science.uva.nl>
6560         * org.el (org-insert-heading): If buffer does not end with a
6561         newline, add one if necessary to insert headline correctly.
6563         * org-exp.el (org-export-as-html): Make sure that <hr/> is between
6564         paragraphs, not inside.
6566         * org.el (org-todo): Quote
6567         `org-agenda-headline-snapshot-before-repeat'.
6569         * org-exp.el (org-export-as-html): Fully process link descriptions.
6570         (org-export-html-format-desc): New function.
6571         (org-export-as-html): Collect footnotes into the correct basket.
6572         (org-html-protect): No longer protect quotations marks here, this
6573         goes wrong.
6575         * org-agenda.el (org-agenda-remove-marked-text): Bind variable
6576         BEG.
6578         * org-compat.el (org-fit-window-to-buffer): New function (not
6579         really, a preliminary and incomplete version was present earlier,
6580         but not used).
6582         * org.el (org-fast-todo-selection, org-fast-tag-selection): Use
6583         `org-fit-window-to-buffer'.
6585         * org-exp.el (org-export): Use `org-fit-window-to-buffer'.
6587         * org-agenda.el (org-agenda-get-restriction-and-command)
6588         (org-fit-agenda-window, org-agenda-convert-date): Use
6589         `org-fit-window-to-buffer'.
6591         * org-exp.el (org-export-as-html): Process href links through
6592         `org-export-html-format-href'.
6593         (org-export-html-format-href): New function.
6595         * org-agenda.el (org-agenda-todo): Update only the current
6596         headline if this is a repeated TODO, marked done for today.
6597         (org-agenda-change-all-lines): New argument JUST-THIS, to change
6598         only the current line.
6600         * org.el (org-todo): Take a snapshot of the headline if the
6601         repeater might change it.
6603 2008-11-02  Carsten Dominik  <dominik@science.uva.nl>
6605         * org-publish.el (org-publish-find-title): Remove buffers visited
6606         only for extracting the title.
6608         * org-exp.el (org-export-html-style)
6609         (org-export-html-style-default): Mark style definitions as
6610         unparsed CDATA.
6612         * org-publish.el (org-publish-validate-link): Function
6613         re-introduced.
6615 2008-11-02  Charles Sebold  <csebold@gmail.com>
6617         * org-plot.el (org-plot/add-options-to-plist): Supports timefmt
6618         property.
6619         (org-plot-quote-timestamp-field): New function.
6620         (org-plot-quote-tsv-field): Call timestamp field function when
6621         necessary rather than just quoting as a string.
6622         (org-plot/gnuplot-to-data): Pass in timefmt property.
6623         (org-plot/gnuplot-script): Supports timefmt property.
6624         (org-plot/gnuplot): Checks for timestamp column before checking
6625         for text index column.
6627 2008-11-02  Carsten Dominik  <dominik@science.uva.nl>
6629         * org.el (org-insert-heading): Improve behavior with hidden subtrees.
6631         * org-publish.el (org-publish-org-index): Create a section in the
6632         index file.
6633         (org-publish-org-index): Stop linking to directories.
6635         * org.el (org-emphasis-alist): Use span instead of <u> to
6636         underline text.
6638         * org-exp.el (org-export-as-html): Make sure <p> is closed before
6639         <pre> sections.
6641 2008-11-01  Sebastian Rose  <sebastian_rose@gmx.de>
6643         * org-jsinfo.el (org-infojs-template): Remove language attribute
6644         from script tag.
6646 2008-11-01  Carsten Dominik  <dominik@science.uva.nl>
6648         * org-agenda.el (org-agenda-remove-marked-text): New function.
6649         (org-agenda-mark-filtered-text)
6650         (org-agenda-unmark-filtered-text): New functions.
6651         (org-write-agenda): Remove fltered text.
6653         * org.el (org-make-tags-matcher): Give access to TODO "property"
6654         without speed penalty.
6656 2008-10-29  Carsten Dominik  <dominik@science.uva.nl>
6658         * org.el (org-link-frame-setup): Add `org-gnus-no-new-news' as an
6659         option.
6660         (org-store-link-props): Make sure adding to the plist works
6661         correctly.
6663         * org-gnus.el (org-gnus-no-new-news): New function.
6664         (org-gnus-follow-link): Allow the article ID to be a message-id,
6665         in addition to allowing article numbers.  Message IDs make much
6666         more roubust links.
6667         (org-gnus-store-link): Use message-id to create link.
6669 2008-10-28  Carsten Dominik  <dominik@science.uva.nl>
6671         * org.el (org-emphasize): Reverse the selection array.
6672         (org-emphasis-alist): Set <code> tags for the verbatim
6673         environment.
6675         * org-remember.el (org-remember-handler): Fix bug with
6676         prefix-related changing of the note storage target.
6678         * org-exp.el (org-print-icalendar-entries): Make the exported
6679         priorities compatible with RFC 2445.
6681         * org-clock.el (org-clock-save): Insert time stamp without
6682         dependence on time-stamp.el.
6684 2008-10-27  Carsten Dominik  <dominik@science.uva.nl>
6686         * org.el ("saveplace"): If saveplace puts point into an invisible
6687         location, make it visible.
6688         (org-make-tags-matcher): Allow inactive time stamps in time
6689         comparisons.
6690         (org-yank-adjusted-subtrees): New option.
6691         (org-yank): Incorporate adjusting trees.
6692         (org-paste-subtree): New argument FOR-YANK which will cause
6693         insertion at point without backing up over white lines, and leave
6694         point at the end of the inserted text.  Also if the cursor is
6695         at the beginning of a headline, use the same level or the inserted
6696         tree.
6698         * org-publish.el (org-publish-get-base-files-1): Deal correctly
6699         with broken symlinks
6701 2008-10-26  Carsten Dominik  <dominik@science.uva.nl>
6703         * org-exp.el (org-export-select-tags, org-get-current-options):
6704         Fix typo.
6706 2008-10-25  Carsten Dominik  <dominik@science.uva.nl>
6708         * org-agenda.el (org-format-agenda-item)
6709         (org-agenda-filter-make-matcher): Make sure tags are stored and
6710         compared donwcased.
6712 2008-10-23  Carsten Dominik  <dominik@science.uva.nl>
6714         * org.el (org-insert-todo-heading): Fix bug with force-heading
6715         argument.
6717 2008-10-23  James TD Smith  <ahktenzero@mohorovi.cc>
6719         * org-clock.el (org-clock-in-resume): Add a custom option to
6720         toggle starting the clock from an open clock line.
6721         (org-clock-in): When clocking in to an entry, if
6722         `org-clock-in-resume' is set, check if the first clock line is
6723         open and if so, start the clock from the time in the clock line.
6724         (org-clock-persist): Add a custom option to toggle clock
6725         persistence.
6726         (org-clock-persist-query-save): Add a custom option to toggle
6727         asking the user if they want to save the running clock when
6728         exiting.
6729         (org-clock-persist-query-resume): Add a custom option to toggle
6730         asking the user if they want to resume the saved clock when Emacs
6731         is restarted.
6732         (org-clock-save): Add a function to save clock data.
6733         This includes the contents of `org-clock-history' and the buffer
6734         and position of the currently clocked task, if any.
6735         (org-clock-load): Add a function to load clock data.
6736         This populates `org-clock-history', and resumes the saved clocked
6737         task if there is one.
6738         (org-clock-persistence-insinuate): Add a method to set up the
6739         hooks for clock persistence.
6741 2008-10-22  Carsten Dominik  <dominik@science.uva.nl>
6743         * org-exp.el (org-export-as-ascii): Handle the case that we are
6744         publishing from an indirect buffer.
6746         * org-table.el (org-table-copy-down): Fix bug with time stamp
6747         increment.
6749         * org-mouse.el (org-mouse-features): New option.
6750         (org-mode-hook): Turn on features depending on
6751         `org-mouse-features'.
6753         * org.el (org-insert-heading-respect-content): Force heading
6754         creation.
6755         (org-insert-heading): keep the folding state of the heading before
6756         the inserted one.
6758 2008-10-21  Carsten Dominik  <dominik@science.uva.nl>
6760         * org-archive.el (org-archive-to-archive-sibling): Handle top
6761         level headlines better.
6763 2008-10-21  Bastien Guerry  <bzg@altern.org>
6765         * org-export-latex.el (org-export-latex-classes): Added
6766         \usepackage{graphicx} to the default list of packages.
6768 2008-10-21  Carsten Dominik  <dominik@science.uva.nl>
6770         * org-agenda.el (org-agenda-filter): Renamed from
6771         `org-agenda-filter-tags'.
6773 2008-10-20  Carsten Dominik  <dominik@science.uva.nl>
6775         * org.el (org-entry-properties): Add CATEGORY property, iven if it
6776         is not defined as a property in this entry.
6777         (org-add-log-note): Mask prefix argument when immediately storing
6778         the note.
6780         * org-agenda.el (org-agenda-filter-effort-default-operator): New
6781         option.
6783 2008-10-19  James TD Smith  <ahktenzero@mohorovi.cc>
6785         * org.el (org-add-log-setup): Bugfix; code to find insertion point
6786         after drawers was skipping ahead one line too many, so notes were
6787         inserted after the first note instead of before it.
6789 2008-10-18  Carsten Dominik  <dominik@science.uva.nl>
6791         * org-agenda.el (org-agenda-filter-tags,org-agenda-filter-form):
6792         New variables.
6793         (org-prepare-agenda): Reset the filter tags.
6794         (org-agenda-filter-by-tag, org-agenda-filter-by-tag-show-all):
6795         Show filter tags in mode line.
6797         * org-table.el (orgtbl-to-html): Bind `html-table-tag' for the
6798         formatter.
6800         * org-export-latex.el (org-latex-entities-regexp): New constant.
6801         (org-export-as-pdf): Use two calls to `shell-command'.
6803 2008-10-17  Carsten Dominik  <dominik@science.uva.nl>
6805         * org-export-latex.el (org-export-latex-treat-sub-super-char):
6806         Honor the {} value of the subsuperscript setting.  Make sure that
6807         longer subsuperscripts are typeset in a roman font.
6809         * org.el (org-clock-update-time-maybe): Compute negative clock
6810         intervals correctly.
6812 2008-10-16  Carsten Dominik  <dominik@science.uva.nl>
6814         * org.el (org-add-log-setup): Respect
6815         `org-log-state-notes-insert-after-drawers'.
6816         (org-log-state-notes-insert-after-drawers): New option.
6817         (org-todo-trigger-tag-changes): New function.
6818         (org-todo): Call `org-todo-trigger-tag-changes'.
6820 2008-10-15  James TD Smith  <ahktenzero@mohorovi.cc>
6822         * org.el (org-add-log-setup): Only skip drawers if the are
6823         immediately after the scheduling keywords.
6825         * org-clock.el (org-clock-in-switch-to-state): Allow this to be a
6826         function
6827         (org-clock-in): If `org-clock-in-switch-to-state' is a function,
6828         call it with the current todo state to get the state to switch to
6829         when clocking in.
6830         (org-clock-in): Use org-indent-line-function to indent clock lines.
6831         (org-clock-find-position): Fix indentation of empty clock drawers.
6833 2008-10-15  Carsten Dominik  <dominik@science.uva.nl>
6835         * org-publish.el (org-publish-org-to): Handle case when
6836         org-export-to-pdf does return a file name, not a buffer.
6837         (org-publish-org-to-pdf): New function.
6839         * org-export-latex.el (org-export-as-pdf)
6840         (org-export-as-pdf-and-open): New commands.
6842         * org-table.el (org-table-eval-formula): Avoid parsing Calc's HMS
6843         forms as ranges.
6845         * org-export-latex.el (org-export-latex-lists): Ignore lists-like
6846         things in protexted regions.
6848 2008-10-14  Carsten Dominik  <dominik@science.uva.nl>
6850         * org-export-latex.el (org-export-latex-preprocess): Improve
6851         quoting of LaTeX environments.
6853 2008-10-10  Carsten Dominik  <dominik@science.uva.nl>
6855         * org.el (org-edit-fixed-width-region): Exclude final newline from
6856         picture area.
6858         * org-export-latex.el (org-export-latex-subcontent): Add labels to
6859         sections, to make internal links work.
6860         (org-export-latex-fontify-headline): Do not remove all text
6861         properties, to make sure that target properties survive this
6862         process.
6864         * org-exp.el (org-export-preprocess-string): Change sequence of
6865         modifications, to make sure links are prepared before the LaTeX
6866         conversions do happen.
6868 2008-10-09  Carsten Dominik  <dominik@science.uva.nl>
6870         * org-attach.el (org-attach-delete-all): Renamed from
6871         `org-attch-delete'.  Add a security query before deleting the
6872         entire directory.  New optional argument FORCE can overrule the
6873         security query.
6874         (org-attach-delete-one): New command.
6876 2008-10-08  Carsten Dominik  <dominik@science.uva.nl>
6878         * org-attach.el (org-attach-file-list): Fix bug with directory.
6880 2008-10-07  Carsten Dominik  <dominik@science.uva.nl>
6882         * org.el (org-apps-regexp-alist): New function.
6883         (org-file-apps): Add auto-mode to the default value.
6884         (org-open-file): Use the new structure of org-file-apps.
6886         * org-attach.el (org-attach): Support the new keys.
6887         (org-attach-method): New option.
6889 2008-10-06  Carsten Dominik  <dominik@science.uva.nl>
6891         * org-bbdb.el (org-bbdb-anniversaries): Fix but with 29 Feb/1
6892         March.
6894         * org.el (org-remove-uniherited-tags): Fix reverse interpretation
6895         of the list value o `org-use-tag-inheritance'.
6897         * org-attach.el (org-attach-auto-tag): New option.
6898         (org-attach-tag, org-attach-untag): New functions.
6899         (org-attach-attach, org-attach-new, org-attach-sync): Call
6900         `org-attach-tag'.
6901         (org-attach-delete): Call `org-attach-untag'.
6903 2008-10-04  Carsten Dominik  <dominik@science.uva.nl>
6905         * org-table.el (orgtbl-self-insert-command): Make this work for
6906         the keypad as well.
6908 2008-10-02  Carsten Dominik  <dominik@science.uva.nl>
6910         * org.el (org-add-log-setup): Limit searc for drawers to entry
6911         text, not to subtree.
6913         * org-clock.el (org-clock-heading-for-remember): New variable.
6914         (org-clock-in): Set `org-clock-heading-for-remember'.
6916 2008-10-01  James TD Smith  <ahktenzero@mohorovi.cc>
6918         * org-remember.el (org-remember-apply-template): Add new
6919         expansions: %k, %K for currently clocked task and a link to the
6920         currently clocked task, and %< to file notes in the currently
6921         clocked task.
6923 2008-10-01  Carsten Dominik  <dominik@science.uva.nl>
6925         * org-export-latex.el (org-export-latex-make-header): Also insert
6926         the content of the property :latex-header-extra.
6928         * org-exp.el (org-infile-export-plist): Put the content of
6929         #+LATEX_HEADER: into the property :latex-header-extra.
6931         * org-colview.el (org-columns-get-format-and-top-level): Remove
6932         resetting the marker.
6934         * org-colview-xemacs.el (org-columns-get-format-and-top-level):
6935         Remove resetting the marker.
6937         * org.el (org-entry-property-inherited-from): Improve docstring.
6938         (org-entry-get-with-inheritance): Reset marker before starting the
6939         search.
6941         * org-exp.el (org-infile-export-plist): Allow multiple STYLE lines.
6943 2008-09-30  Carsten Dominik  <dominik@science.uva.nl>
6945         * org.el (org-entry-get-multivalued-property)
6946         (org-entry-protect-space, org-entry-restore-space): New
6947         functions.
6948         (org-file-apps-defaults-macosx): Let postscript files be opened by
6949         preview.
6950         (org-time-stamp-inactive): Call `org-time-stamp'.
6951         (org-time-stamp): New argument `inactive'.  Also edit inacive
6952         stamps. Convert time stamp type.
6953         (org-open-file): Interpret the `default' value for the `command'
6954         in `org-file-apps'.
6956         * org-id.el (org-id-int-to-b36-one-digit)
6957         (org-id-b36-to-int-one-digit, org-id-int-to-b36)
6958         (org-id-b36-to-int, org-id-time-to-b36): Modified from b62 to
6959         b36.
6961 2008-09-29  Carsten Dominik  <dominik@science.uva.nl>
6963         * org-id.el (org-id-reverse-string): New function.
6964         (org-id-new): Use `org-id-reverse-string' to make sure the
6965         beginning chars of the ID are mutating fast.  This allows to use a
6966         directory structure to spread things better.
6967         (org-id-prefix): Changed default to nil.
6969         * org-list.el (org-move-item-down, org-move-item-up): Remember and
6970         restore the column of the cursor position.
6972         * org-remember.el (org-remember-apply-template): Remove properties
6973         from `initial'.
6975 2008-09-27  Carsten Dominik  <dominik@science.uva.nl>
6977         * org-wl.el (org-wl-open): Remove useless call to
6978         `wl-thread-open-all'.
6980         * org-remember.el (org-remember-handler): Fix bug with `bottom'
6981         location.
6983 2008-09-26  Carsten Dominik  <dominik@science.uva.nl>
6985         * org-bbdb.el (org-bbdb-anniversaries): Require bbdb in
6986         `org-bbdb-anniversaries'.
6988         * org.el (org-get-next-sibling, org-forward-same-level): New
6989         functions, similar to the outline versions, but invisible headings
6990         are OK.
6992 2008-09-25  Bastien Guerry  <bzg@altern.org>
6994         * org.el (org-auto-repeat-maybe): Insert a space between
6995         the timestamp's type and the timestamp itself.
6997 2008-09-24  Carsten Dominik  <dominik@science.uva.nl>
6999         * org-table.el (org-table-sum): Do not format the result with %g,
7000         it does rounding when there are too many digits.
7002         * org.el (org-map-entries): Protect the keyword-selecting variables.
7004 2008-09-23  Bastien Guerry  <bzg@altern.org>
7006         * org-agenda.el (org-agenda-to-appt): Make sure the function check
7007         against all agenda files.
7009 2008-09-23  Carsten Dominik  <dominik@science.uva.nl>
7011         * org-list.el: New file, aggregating list functions from org.el
7012         and org-export-latex.el.
7014         * org.el (org-edit-src-region-extra): New option.
7016 2008-09-22  Carsten Dominik  <dominik@science.uva.nl>
7018         * org-agenda.el (org-agenda-to-appt): Fix bug with appointment
7019         time before 1am.
7021 2008-09-22  Bastien Guerry  <bzg@altern.org>
7023         * org-export-latex.el (org-export-latex-keywords-maybe): Bug fix.
7025 2008-09-22  James TD Smith  <ahktenzero@mohorovi.cc>
7027         * org-plot.el (org-plot/gnuplot): Make tables starting with a
7028         hline work correctly.
7029         (org-plot/gnuplot-script): Put commas at the end of each script
7030         line.
7032 2008-09-20  James TD Smith  <ahktenzero@mohorovi.cc>
7034         * org.el (org-get-refile-targets): Replace links with their
7035         descriptions
7036         (org-imenu-get-tree): Replace links with their descriptions.
7038         * org-remember.el (org-remember-apply-template): Add a new
7039         expansion for adding properties to remember items.
7041         * org.el (org-add-log-setup): Skip over drawers (properties,
7042         clocks etc) when adding notes.
7044         * org-agenda.el (org-agenda-get-closed): show durations of clocked
7045         items as well as the start and end times.
7047         * org-compat.el (org-get-x-clipboard-compat): Add a compat
7048         function for fetching the X clipboard on XEmacs and GNU Emacs 21.
7050         * org-remember.el (org-get-x-clipboard): Use the compat
7051         function to get clipboard values when x-selection-value is
7052         unavailable. Use substring-no-properties instead of
7053         set-text-properties to remove text properties from the clipboard
7054         value.
7056         * lisp/org-clock.el (org-update-mode-line): Support limiting the
7057         modeline clock string, and display the full todo value in the
7058         tooltip. Set a local keymap so mouse-3 on the clock string goes to
7059         the currently clocked task.
7060         (org-clock-string-limit): Add a custom value for the maximum
7061         length of the clock string in the modeline.
7062         (org-clock-mode-map): Add a keymap for the modeline string
7064 2008-09-21  Carsten Dominik  <dominik@science.uva.nl>
7066         * org-compat.el (org-propertize): New function.
7068 2008-09-20  Bastien Guerry  <bzg@altern.org>
7070         * org-export-latex.el (org-export-latex-tables): protect exported
7071         tables from further special chars conversion.
7072         (org-export-latex-preprocess): Preserve LaTeX environments.
7073         (org-list-parse-list): Parse descriptive lists.
7074         (org-list-to-generic, org-list-to-latex, org-list-to-html)
7075         (org-list-to-texinfo): Export descriptive lists.
7076         (org-quote-chars): Remove.
7077         (org-export-latex-keywords-maybe): Use `replace-regexp-in-string'.
7078         (org-export-latex-list-beginning-re): Rename to
7079         `org-list-beginning-re'
7080         (org-list-item-begin): Rename to `org-list-item-beginning'
7082 2008-09-20  Carsten Dominik  <dominik@science.uva.nl>
7084         * org.el (org-refile): Allow refiling to the last entry in the
7085         buffer.
7086         (org-get-tags-at): Fix bug when inheritance is turned off.
7088 2008-09-19  Carsten Dominik  <dominik@science.uva.nl>
7090         * org.el (org-indent-line-function): No longer check for src
7091         regions, this is too much overhead.
7093         * org-agenda.el (org-agenda-highlight-todo): Fix bugs with keyword
7094         matching.
7096         * org.el (org-scan-tags): Make sure that tags matching is not case
7097         sensitive.  TODO keyword matching is case sensitive, however, to
7098         avoid confusion with similar words that are not meant to be
7099         keywords.
7101 2008-09-18  Carsten Dominik  <dominik@science.uva.nl>
7103         * org.el (org-get-local-tags-at): New function.
7104         (org-get-local-tags): New function.
7106         * org-exp.el (org-export-get-categories): New function.
7108         * org-agenda.el (org-sorting-choice)
7109         (org-agenda-sorting-strategy, org-agenda-get-todos)
7110         (org-agenda-get-timestamps, org-agenda-get-deadlines)
7111         (org-agenda-get-scheduled, org-agenda-get-blocks)
7112         (org-entries-lessp): Implement sorting by TODO state.
7113         (org-cmp-todo-state): New defsubst.
7115         * org-colview.el (org-colview-construct-allowed-dates): New
7116         function.
7117         (org-columns-next-allowed-value): Use
7118         `org-colview-construct-allowed-dates'.
7120         * org-colview-xemacs.el (org-colview-construct-allowed-dates): New
7121         function.
7122         (org-columns-next-allowed-value): Use
7123         `org-colview-construct-allowed-dates'.
7125 2008-09-17  Carsten Dominik  <dominik@science.uva.nl>
7127         * org.el (org-protect-slash): New function.
7128         (org-get-refile-targets): Use `org-protect-slash'.
7130         * org-agenda.el (org-global-tags-completion-table): New variable.
7132         * org-exp.el (org-export-handle-export-tags): New function.
7133         (org-export-preprocess-string): Call
7134         `org-export-handle-export-tags'.
7136         * org-plot.el: New file.
7138         * org-publish.el (org-publish-expand-components): Function removed.
7139         (org-publish-expand-projects): Allow components to have components.
7141 2008-09-13  Carsten Dominik  <dominik@science.uva.nl>
7143         * org.el (org-indent-line-function): Do not indent in regions that
7144         are external source code.
7145         (org-yank-and-fold-if-subtree): New function.
7147         * org-agenda.el (org-agenda-todayp): New function.
7148         (org-agenda-get-deadlines, org-agenda-get-scheduled): Use
7149         `org-agenda-todayp'.
7151         * org.el (org-insert-heading-respect-content)
7152         (org-insert-todo-heading-respect-content): New commands.
7153         (org-insert-heading-respect-content): New option.
7154         (org-insert-heading): Respect `org-insert-heading-respect-content'.
7156         * org-clock.el (org-clock-find-position): Make sure the note after
7157         the clock line gets moved into the new clock drawer.
7159 2008-09-11  Carsten Dominik  <dominik@science.uva.nl>
7161         * org-id.el (org-id-new): New option.
7163 2008-09-08  Carsten Dominik  <dominik@science.uva.nl>
7165         * org-table.el (org-table-copy-down): Avoid overflow during
7166         increment.  Use prefix argument 0 to temporarily disable the
7167         increment.
7169 2008-09-07  Carsten Dominik  <dominik@science.uva.nl>
7171         * org-exp.el (org-export-as-html): Do not turn on the major mode
7172         if the buffer will be killed anyway.
7173         (org-get-current-options): Exclude the #+TEXT field.
7174         (org-export-as-html): Make sure text before the first headline is
7175         a paragraph.
7177         * org-publish.el (org-publish-org-to): Tell the exporter that this
7178         buffer will be killed, so it is not necessary to do major mode
7179         initialization.
7181         * org-archive.el (org-archive-to-archive-sibling): Show empty
7182         lines after folding the archive sibling.
7184         * org.el (org-log-note-extra): New variable.
7186 2008-09-05  Bastien Guerry  <bzg@altern.org>
7188         * org.el (org-additional-option-like-keywords): Added keywords for
7189         the _QUOTE, _VERSE and _SRC environments.
7191         * org-export-latex.el (org-export-latex-preprocess): Fix bug when
7192         exporting _QUOTE and _VERSE environments.
7194 2008-09-05  Carsten Dominik  <dominik@science.uva.nl>
7196         * org-agenda.el (org-agenda-filter-by-tag): New command.
7198         * org-exp.el (org-get-current-options): Remove angular brackets
7199         from the date entry.
7201         * org.el (org-edit-fixed-width-region): New function.
7202         (org-edit-fixed-width-region): Also try
7203         `org-edit-fixed-width-region'.
7204         (org-edit-fixed-width-region-mode): New option.
7205         (org-activate-code): Only interprete lines starting with colon
7206         plus a space as example lines.
7208         * org-remember.el (org-remember-templates): Add nil instead of
7209         empty strings to fix the length of remember templates.
7211         * org-table.el (org-calc-default-modes): Fix the time format for
7212         calc, from 12 hour to 24 hour clock.
7214 2008-09-04  Carsten Dominik  <dominik@science.uva.nl>
7216         * org-agenda.el (org-agenda-get-deadlines)
7217         (org-agenda-get-scheduled): Avoid `time-of-day' extraction for
7218         entries that are pre-warnings of deadlines or reminders.
7220         * org.el (org-sort-entries-or-items): Make numeric and alpha
7221         comparisons ignore any TODO keyword and priority cookie.
7223         * org-remember.el (org-remember-handler): Reinterpretation of the
7224         prefix argument.
7226 2008-09-03  Carsten Dominik  <dominik@science.uva.nl>
7228         * org-agenda.el (org-agenda-get-scheduled): Use new
7229         `org-scheduled' face.
7231         * org-faces.el (org-scheduled): New face.
7233         * org-wl.el (org-wl-open): Remove incorrect declaration.
7235         * org-gnus.el (org-gnus-store-link): Support for :to information
7236         in gnus links.
7238         * org-exp.el (org-export-as-html): Fixed typo in creator
7239         information.
7240         (org-export-protect-examples): New parameter indent.  Insert extra
7241         spaces only when this parameter is specified.
7242         (org-export-preprocess-string): Call `org-export-protect-examples'
7243         with an indentation parameter when exporting to ASCII.
7245         * org-remember.el (org-remember-templates)
7246         (org-remember-apply-template): Allow the file component to be a
7247         function.
7249         * org.el (org-goto-local-search-headings): Renamed from
7250         `org-goto-local-search-forward-headings'.  Added the possibility
7251         to search backwards.
7253 2008-09-02  Carsten Dominik  <dominik@science.uva.nl>
7255         * org-export-latex.el (org-export-latex): New customization
7256         group.
7258         * org-agenda.el (org-write-agenda): Erase buffer for txt export.
7260 2008-09-01  Carsten Dominik  <dominik@science.uva.nl>
7262         * org-exp.el (org-html-do-expand): Allow {} to terminate
7263         tex macro
7265 2008-07-29  Carsten Dominik  <dominik@science.uva.nl>
7267         * org.el (org-buffer-list): Select buffers based on major mode,
7268         not on file name.
7270 2008-07-26  Carsten Dominik  <dominik@science.uva.nl>
7272         * org-agenda.el (org-agenda-align-tags): Fix bug with malformed
7273         face property.
7275         * org-colview.el (org-columns-display-here): Use
7276         `org-columns-modify-value-for-display-function'.
7278         * org-colview-xemacs.el (org-columns-display-here): Use
7279         `org-columns-modify-value-for-display-function'.
7281 2008-07-25  Carsten Dominik  <dominik@science.uva.nl>
7283         * org.el (org-columns-modify-value-for-display-function): New option.
7295         * org-publish.el (org-publish-file): Make sure the directory match
7296         for the publishing directory works correctly.
7298         * org-agenda.el (org-agenda-execute-calendar-command)
7299         (org-agenda-diary-entry): Additional optional argument.
7301 2008-07-24  Carsten Dominik  <dominik@science.uva.nl>
7303         * org-exp.el (org-export-as-html): Add attributes also in mailto
7304         and ftp links.
7306         * org.el (org-autoload): Add `org-dblock-write:columnview'.
7315 2008-07-23  Carsten Dominik  <dominik@science.uva.nl>
7317         * org-exp.el (org-export-region-as-html, org-export-as-html): Make
7318         sure that calls from `org-export-region-as-html' do not do the
7319         special check for a subtree.
7321 2008-07-22  Carsten Dominik  <dominik@science.uva.nl>
7323         * org-agenda.el (org-batch-store-agenda-views): Fix parsing bug.
7325 2008-07-20  Juri Linkov  <juri@jurta.org>
7327         * org.el (narrow-map): Bind `org-narrow-to-subtree' to "s" on the
7328         new keymap `narrow-map' instead of binding "\C-xns".
7330 2008-07-18  Carsten Dominik  <dominik@science.uva.nl>
7332         * org.el (org-open-file): Use
7333         `org-open-directory-means-index-dot-org'.
7334         (org-open-directory-means-index-dot-org): New option.
7336 2008-07-17  Carsten Dominik  <dominik@science.uva.nl>
7338         * org.el (org-make-link-string): Remove link attributes from
7339         description.
7340         (org-open-at-point): Remove link attributes bevore using the path.
7342         * org-exp.el (org-export-as-html): Handle link attributes.
7344         * org.el (org-extract-attributes, org-attributes-to-string): New functions.
7346         * org-table.el (org-table-to-lisp): New function.
7348         * org.el (org-narrow-to-subtree): Do not include the final newline
7349         into the narrowed region.
7351         * org-agenda.el (org-agenda-custom-commands-local-options): Fixed
7352         bug with user-define skipping condition.
7354 2008-07-16  Carsten Dominik  <dominik@science.uva.nl>
7356         * org-agenda.el (org-agenda-get-restriction-and-command): Fixed typo.
7358 2008-07-14  Carsten Dominik  <dominik@science.uva.nl>
7360         * org-exp.el (org-export-html-style-default): Automatic overflow
7361         handling for pre fields.
7362         (org-export-as-ascii, org-export-as-html): Change default format
7363         for time stamp.
7365         * org-table.el (org-table-export): Offer completion for translator
7366         functions, and do not require a heading above the table.
7368         * org.el (org-renumber-ordered-list, org-beginning-of-item-list):
7369         Cater for the case of a list starting in the first line of the
7370         buffer.
7372 2008-07-09  Carsten Dominik  <dominik@science.uva.nl>
7374         * org-publish.el (org-publish-find-title): Bug fix.
7375         (org-publish-org-index): Implement new :index-style option.
7377 2008-07-07  Carsten Dominik  <dominik@science.uva.nl>
7379         * org-publish.el (org-publish-timestamp-filename): Use
7380         SHA1-encoded file names in the timestamp directory.
7382 2008-07-05  Carsten Dominik  <dominik@science.uva.nl>
7384         * org-publish.el (org-publish-needed-p): Be verbose about files
7385         published and files skipped.
7387         * org-exp.el (org-export-preprocess-string): Swap link
7388         normalization and inernal link targeting.
7390         * org-publish.el (org-publish-needed-p): Create timestamp
7391         directory when it does not exist.
7393 2008-07-04  Bastien Guerry  <bzg@altern.org>
7395         * org-clock.el (org-clock-out-when-done): Doc fix.
7397         * org.el (org-agenda-skip-unavailable-files): Doc fix.
7399         * org-exp.el (org-export-remove-comment-blocks-and-subtrees):
7400         Ignore case when searching for the COMMENT cookie at export time.
7402 2008-07-02  Carsten Dominik  <dominik@science.uva.nl>
7404         * org-exp.el (org-get-file-contents)
7405         (org-get-and-remove-property): New functions.
7406         (org-export-handle-include-files): Handle the new prefix options.
7407         (org-export-as-html): Fix the verse environment.
7409 2008-07-01  Carsten Dominik  <dominik@science.uva.nl>
7411         * org.el (org-time=, org-time<, org-time<=, org-time>)
7412         (org-time>=, org-time<>, org-2ft): New functions.
7413         (org-op-to-function): Also provide for the time testing fucntions.
7415 2008-06-30  Carsten Dominik  <dominik@science.uva.nl>
7417         * org-exp.el (org-export-html-style-default): New constant.
7419 2008-06-29  Carsten Dominik  <dominik@science.uva.nl>
7421         * org-exp.el (org-export-html-style-extra): New variable.
7422         (org-export-splice-style): New function.
7424 2008-06-26  Carsten Dominik  <dominik@science.uva.nl>
7426         * org-exp.el (org-export-plist-vars, org-export-as-html):
7427         Implement `org-export-creator-info'.
7428         (org-export-creator-info): New option.
7430 2008-06-25  Carsten Dominik  <dominik@science.uva.nl>
7432         * org.el (org-clock-drawer-start-re, org-clock-drawer-end-re)
7433         (org-property-drawer-re, org-clock-drawer-re): New constants.
7435 2008-06-23  Carsten Dominik  <dominik@science.uva.nl>
7437         * org-exp.el (org-icalendar-use-deadline)
7438         (org-icalendar-use-scheduled): New options.
7439         (org-icalendar-include-todo): Default changed to t.
7440         (org-print-icalendar-entries): Implement better utilization of
7441         scheduling and deadline time stamps.
7442         (org-export-target-internal-links, org-export-as-html): Allow file
7443         lines without the "file:" prefix if the file path is an absolute
7444         path or starts with ".".
7446         * org-clock.el (org-clocktable-shift): Also undertand yesterday,
7447         lastweek etc.
7448         (org-clock-special-range): Also undertand yesterday, lastweek etc.
7450 2008-06-18  Glenn Morris  <rgm@gnu.org>
7451         * org.el (org-map-entries): Let-bind `file'.
7453 2008-06-19  Carsten Dominik  <dominik@science.uva.nl>
7455         * org.el (org-agenda-skip-archived-trees): Docstring now
7456         discourages using this.
7457         (org-scan-tags): Check for org-agenda-archives-mode.
7458         (org-map-entries): Make sure org-agenda-archives-mode is nil.
7459         (org-agenda-files): Functionality of second arg changed.
7461         * org-agenda.el (org-agenda-archives-mode): New variable
7462         (org-write-agenda, org-prepare-agenda, org-agenda-list)
7463         (org-search-view, org-todo-list, org-tags-view)
7464         (org-agenda-list-stuck-projects): Call `org-agenda-files' with
7465         `ifmode' argument.
7466         (org-agenda-quit): Reset the archives mode.
7467         (org-agenda-archives-mode): New command.
7468         (org-agenda-set-mode-name): Include archives info.
7470 2008-06-18  Carsten Dominik  <dominik@science.uva.nl>
7472         * org.el (org-paste-subtree): Make sure the yanked headline is
7473         visible if it was yanked at a visible point.
7474         (org-move-item-up): Fix the bug with moving white space at the end
7475         of the item.
7476         (org-show-empty-lines-in-parent): New function.
7478 2008-06-16  Carsten Dominik  <dominik@science.uva.nl>
7480         * org-colview.el (org-columns-next-allowed-value): Bug fix.
7482         * org-colview-xemacs.el (org-columns-next-allowed-value): Bug fix.
7484         * org-agenda.el (org-agenda-get-closed): Get the end time into the
7485         agenda prefix as well.
7487         * org-publish.el (org-publish-org-index): Make a properly indented
7488         list.
7490         * org.el (org-calendar-agenda-action-key): New option.
7491         (org-get-cursor-date): New function.
7492         (org-mark-entry-for-agenda-action): New command.
7493         (org-overriding-default-time): New variable.
7494         (org-read-date): Respect `org-overriding-default-time'.
7496         * org-remember.el (org-remember-apply-template): Respect the
7497         ovverriding default time.
7499         * org-agenda.el (org-agenda-action-marker): New variable.
7500         (org-agenda-action): New command.
7501         (org-agenda-do-action): New function.
7503 2008-06-15  Carsten Dominik  <dominik@science.uva.nl>
7505         * org.el (org-schedule, org-deadline): Protect scheduled and
7506         deadline tasks against changes that accidently remove the
7507         repeater.  Also show a message with the new date when done.
7509 2008-06-15  Carsten Dominik  <dominik@science.uva.nl>
7511         * org.el (org-beginning-of-line): Cater for the case when there
7512         are tags but no headline text.
7513         (org-align-tags-here): Convert to tabs only when indent-tabs-mode
7514         it set.
7516 2008-06-13  Carsten Dominik  <dominik@science.uva.nl>
7518         * org-mhe.el (org-mhe-get-message-folder-from-index): Make sure
7519         the return value is nil instead of "nil" when there is no match.
7521         * org-exp.el (org-insert-centered): Use fill-column instead of
7522         80.
7523         (org-export-as-ascii): Use string-width to measure the width of
7524         the heading.
7526         * org.el (org-diary-to-ical-string): No longer kill buffer
7527         FROMBUF, this is now done by the caller.
7529         * org-exp.el (org-print-icalendar-entries): Move the call to
7530         `org-diary-to-ical-string' out of the loop, and kill the buffer
7531         afterwords.
7533         * org-remember.el (org-remember-visit-immediately): Position
7534         cursor after moving to the note.
7535         (org-remember-apply-template): Use a text property to record the
7536         cursor position.
7537         (org-remember-handler): Align tags after pasting the note.
7539 2008-06-12  Carsten Dominik  <dominik@science.uva.nl>
7541         * org-bbdb.el (org-bbdb-follow-anniversary-link): New function.
7543         * org-agenda.el (org-agenda-open-link): If there is an
7544         org-bbdb-name property in the current line, jump to that bbdb
7545         entry.
7547         * org-bbdb.el (org-bbdb-anniversaries): Add the bbdb-name as a
7548         text property, so that the agenda knows where this entry comes
7549         from.
7551         * org-agenda.el (org-agenda-clock-in): Fixed bug in the
7552         interaction between clocking-in from the agenda, and  automatic
7553         task state switching.
7555         * org-macs.el (org-with-point-at): Bug fix in macro defintion.
7557         * org.el (org-beginning-of-line, org-end-of-line): Make sure the
7558         zmacs-region stays after this command in XEmacs.
7560 2008-06-11  Carsten Dominik  <dominik@science.uva.nl>
7562         * org.el (org-scan-tags): Allow new values for ACTION parameter.
7564         * org-remember.el (org-remember-templates): Fix bug in
7565         customization type definition.
7567         * org.el (org-map-entries): New function.
7569 2008-06-11  verhuur82  <verhuur82@macbook-van-verhuur82.local>
7571         * org-agenda.el (org-agenda-skip-comment-trees): New option.
7572         (org-agenda-skip): Respect `org-agenda-skip-comment-trees'.
7574 2008-06-10  Carsten Dominik  <dominik@science.uva.nl>
7576         * org-remember.el (org-jump-to-target-location): New variable.
7577         (org-remember-apply-template): Set
7578         `org-remember-apply-template' if requested by template.
7579         (org-remember-handler): Start an idle timer to jump to
7580         remember location.
7582         * org-exp.el (org-get-current-options): Add the FILETAGS setting.
7584         * org.el (org-set-regexps-and-options): Fix bug with parsing of
7585         file tags.
7586         (org-get-tags-at): Add the content of `org-file-tags'.
7588         * org-exp.el (org-export-handle-comments): Fix bug with several
7589         comment lines after each other.
7590         (org-number-to-roman, org-number-to-counter): New functions.
7591         (org-export-section-number-format): New option.
7593 2008-06-09  Carsten Dominik  <dominik@science.uva.nl>
7595         * org-exp.el (org-export-protect-examples): Catch the case of a
7596         missing end_example line.
7598         * org.el (org-set-regexps-and-options): Set `org-file-properties' and
7599         `org-file-tags' to nil.
7601         * org-colview.el (org-columns-next-allowed-value): Handle next
7602         argument NTH to directly select a value.
7604         * org-colview-xemacs.el (org-columns-next-allowed-value): Handle next
7605         argument NTH to directly select a value.
7607 2008-06-08  Carsten Dominik  <dominik@science.uva.nl>
7609         * org-agenda.el (org-agenda-scheduled-leaders): Fix docstring.
7611 2008-05-30  Carsten Dominik  <dominik@science.uva.nl>
7613         * org.el (org-columns-ellipses): New option.
7615 2008-05-29  Carsten Dominik  <dominik@science.uva.nl>
7617         * org-colview.el (org-columns-add-ellipses): New function.
7618         (org-columns-compact-links): New function.
7619         (org-columns-cleanup-item): Call `org-columns-compact-links'.
7620         (org-columns-display-here): Call `org-agenda-columns-cleanup-item'
7621         when in agenda.
7622         (org-columns-edit-value): Fixed bug with editing values from
7623         agenda column view.
7624         (org-columns-redo): Also redo the agenda itself.
7626 2008-05-28  Carsten Dominik  <dominik@science.uva.nl>
7628         * org-agenda.el (org-agenda-columns-remove-prefix-from-item): New
7629         option.
7631         * org-colview.el (org-agenda-columns-cleanup-item): New function.
7633         * org-exp.el (org-export-ascii-preprocess): Renamed from
7634         `org-export-ascii-clean-string'.
7635         (org-export-kill-licensed-text)
7636         (org-export-define-heading-targets)
7637         (org-export-handle-invisible-targets)
7638         (org-export-target-internal-links)
7639         (org-export-remove-or-extract-drawers)
7640         (org-export-remove-archived-trees)
7641         (org-export-protect-quoted-subtrees)
7642         (org-export-protect-verbatim, org-export-protect-examples)
7643         (org-export-select-backend-specific-text)
7644         (org-export-mark-blockquote-and-verse)
7645         (org-export-remove-comment-blocks-and-subtrees)
7646         (org-export-handle-comments, org-export-mark-radio-links)
7647         (org-export-remove-special-table-lines)
7648         (org-export-normalize-links)
7649         (org-export-concatenate-multiline-links)
7650         (org-export-concatenate-multiline-emphasis): New functions,
7651         obtained from spliiting the export preprocessor.
7653         * org-table.el (org-table-recalculate): Improve error message if
7654         the row number is invalid.
7656 2008-05-27  Carsten Dominik  <dominik@science.uva.nl>
7658         * org-archive.el (org-archive-save-context-info): Fix bugs in
7659         customization setup and docstring.
7661         * org-exp.el (org-export-html-style): Changed the size of in the
7662         <pre> element to 90%.
7664 2008-05-26  Carsten Dominik  <dominik@science.uva.nl>
7666         * org.el (org-find-src-example-start): Function removed.
7667         (org-edit-src-find-region-and-lang): New function.
7669 2008-05-25  Carsten Dominik  <dominik@science.uva.nl>
7671         * org.el (org-edit-src-exit): New function.
7672         (org-exit-edit-mode): New minor mode.
7674         * org-exp.el (org-export-preprocess-string): Fix bug with removing
7675         comment-like lines from protected examples.
7677         * org.el (org-edit-src-example, org-find-src-example-start)
7678         (org-protect-source-example, org-edit-special): New functions.
7680 2008-05-24  Carsten Dominik  <dominik@science.uva.nl>
7682         * org-publish.el (org-publish-project-alist): Fix typo in
7683         docstring.
7684         (org-publish-project-alist): Handle :index-title property.
7686 2008-05-21  Carsten Dominik  <dominik@science.uva.nl>
7688         * org-export-latex.el (org-export-as-latex): Make sure region
7689         bounds are correct.  Parse subtree properties relating to export.
7691         * org-exp.el (org-export-add-options-to-plist): New function.
7692         (org-infile-export-plist): Use `org-export-add-options-to-plist'.
7694 2008-05-20  Carsten Dominik  <dominik@science.uva.nl>
7696         * org.el (org-default-properties): Add EXPORT_FILE_NAME and
7697         EXPORT_TITLE.
7699         * org-exp.el (org-export-get-title-from-subtree)
7700         (org-export-as-ascii, org-export-as-html): Make sure the original
7701         region-beginning and region-end are used, even after moving
7702         point.
7703         (org-export-get-title-from-subtree): Also try the EXPORT_TITLE
7704         property.
7706         * org-remember.el (org-remember-last-stored-marker): New variable.
7707         (org-remember-goto-last-stored): Use `org-goto-marker-or-bmk'.
7708         (org-remember-handler): Also use marker to remember
7709         last-stored position.
7711         * org.el (org-goto-marker-or-bmk): New function.
7713 2008-05-19  Carsten Dominik  <dominik@science.uva.nl>
7715         * org.el (org-file-properties): Renamed from `org-local-properties'.
7716         (org-scan-tags): Take file tags into account.
7717         (org-tags-match-list-sublevels): Default changed to t.
7719         * org-exp.el (org-export-as-html): Close paragraph after a
7720         footnote.
7722         * org.el (org-update-parent-todo-statistics): New function.
7724         * org-exp.el (org-icalendar-store-UID): New option.
7725         (org-icalendar-force-UID): Option removed.
7726         (org-print-icalendar-entries): IMplement UIDs.
7728 2008-05-18  Carsten Dominik  <dominik@science.uva.nl>
7730         * org-mhe.el (org-mhe-follow-link): Fix bug in mhe searches.
7732 2008-05-16  Carsten Dominik  <dominik@science.uva.nl>
7734         * org-faces.el (org-column): Document how this face is being used
7735         and why sometimes the background faces shine through.
7737         * org-mhe.el (org-mhe-follow-link): Improve handling of searches.
7739         * org-publish.el (org-publish-attachment): Create publishing
7740         directory if it does not yet exist.
7742         * org-table.el (org-calc-default-modes): Change default number
7743         format to (float 8).
7745         * org.el (org-olpath-completing-read): New function.
7746         (org-time-clocksum-format): New option.
7747         (org-minutes-to-hh:mm-string): Use `org-time-clocksum-format'.
7749         * org-clock.el (org-clock-display, org-clock-out)
7750         (org-update-mode-line): Use `org-time-clocksum-format'.
7752         * org-colview-xemacs.el (org-columns-number-to-string): Use
7753         `org-time-clocksum-format'.
7755         * org-colview.el (org-columns-number-to-string): Use
7756         `org-time-clocksum-format'.
7758 2008-05-15  Carsten Dominik  <dominik@science.uva.nl>
7760         * org-id.el: New file, move from contrib to core.
7762         * org-exp.el (org-icalendar-force-UID): New option.
7764 2008-05-14  Carsten Dominik  <dominik@science.uva.nl>
7766         * org-exp.el (org-print-icalendar-entries): Make sure DTEND is
7767         shifted by one day if theere is a date range without an end
7768         time.
7770         * org.el (org-try-structure-completion): New function.
7772 2008-05-13  Carsten Dominik  <dominik@science.uva.nl>
7774         * org.el (org-set-font-lock-defaults): Improve fontification of
7775         description lists.
7776         (org-insert-item): Handle description lists.
7777         (org-adaptive-fill-function): Improve auto indentation in
7778         description lists.
7780         * org-exp.el (org-export-as-html, org-export-preprocess-string):
7781         Implement VERSE environment.
7782         (org-export-preprocess-string): Implement the COMMENT
7783         environment.
7785         * org-export-latex.el (org-export-latex-preprocess): Implement
7786         VERSE environment.
7788 2008-05-12  Carsten Dominik  <dominik@science.uva.nl>
7790         * org-jsinfo.el (org-infojs-opts-table): Add entry for FIXED_TOC
7791         option.
7793 2008-05-10  Carsten Dominik  <dominik@science.uva.nl>
7795         * org-table.el (orgtbl-to-tsv, orgtbl-to-csv): New functions.
7797         * org.el (org-quote-csv-field): New functions.
7799         * org-table.el (org-table-export-default-format): Remove :splice
7800         from default format, we get the same effect by not specifying
7801         :tstart and :tend.
7802         (org-table-export): Improve setup, distinguish better between
7803         interactive and non-interactive use, allow specifying the format
7804         on the fly, better protection against wrong file names.
7805         (orgtbl-to-generic): Fix documentation.  Do not require :tstart
7806         and :tend when :splice is omitted.
7808 2008-05-09  Bernt Hansen  <bernt@norang.ca>
7810         * org-clock.el (org-clock-select-task): Make sure the selection
7811         letters are 1-9 and A-Z, no special characters.
7813 2008-05-09  Carsten Dominik  <dominik@science.uva.nl>
7815         * org-exp.el (org-export-htmlize): New group.
7816         (org-export-htmlize-output-type)
7817         (org-export-htmlize-css-font-prefix): New options.
7818         (org-export-htmlize-region-for-paste): New function.
7819         (org-export-htmlize-generate-css): New command.
7821 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
7823         * org/org.el (org-modules, org-format-latex-options):
7824         * org/org-archive.el (org-archive-stamp-time)
7825         (org-archive-save-context-info):
7826         * org/org-faces.el (org-hide):
7827         * org/org-irc.el (org-irc-parse-link):
7828         * org/org-macs.el (org-call-with-arg, org-autoload):
7829         * org/org-mew.el (org-mew-store-link):
7830         * org/org-remember.el (org-remember-store-without-prompt)
7831         (org-remember-templates): Fix typos in docstrings.
7833         * org/org-info.el (org-info-store-link): Remove leftover docstring.
7835         * org/org-bbdb.el (org-bbdb-export): Remove leftover docstring.
7836         (org-bbdb-anniversary-field, org-bbdb-extract-date-fun)
7837         (org-bbdb-anniv-split): Fix typos in docstrings.
7839         * org/org-publish.el (org-publish-project-alist): Doc fixes.
7840         (org-publish-use-timestamps-flag): Reflow docstring.
7841         (org-publish-files-alist): Fix typos in docstring.
7843 2008-05-08  Carsten Dominik  <dominik@science.uva.nl>
7845         * org.el (org-set-visibility-according-to-property): New function.
7846         (org-ctrl-c-ctrl-c): Do not restart org-mode, just get the options
7847         and compute the regular expressions, and update font-lock.
7848         (org-property-re): Allow a dash in property names.
7850         * org-archive.el (org-extract-archive-file): Insert the file name
7851         without the path into the format, to allow the location format to
7852         contain a subdirectory.
7854         * org-agenda.el (org-agenda-post-command-hook): If point is at end
7855         of buffer, and the `org-agenda-type' property undefined, use the
7856         value from the character before.
7858         * org.el (org-add-planning-info): Don't let indentation for
7859         would-be timestamp become extra whitespace at the end of headline.
7861 2008-05-07  Carsten Dominik  <dominik@science.uva.nl>
7863         * org.el (org-remove-double-quotes, org-file-contents): New
7864         functions.
7866         * org-exp.el (org-infile-export-plist): Also parse the
7867         contents of #+SETUPFILE files, recursively.
7869         * org.el (org-set-regexps-and-options): Also parse the
7870         contents of #+SETUPFILE files, recursively.
7872         * org-exp.el (org-export-handle-include-files): New function.
7873         (org-export-preprocess-string): Call
7874         `org-export-handle-include-files'.
7876         * org.el (org-delete-property-globally)
7877         (org-delete-property, org-set-property): Ignore case during
7878         completion.
7879         (org-set-property): Use `org-completing-read' instead of
7880         `completing-read'.
7882         * org.el (org-complete-expand-structure-template): New,
7883         experimental function.
7884         (org-structure-template-alist): New, experimental option.
7885         (org-complete): Call `org-complete-expand-structure-template'.
7887 2008-05-06  Bastien Guerry  <bzg@altern.org>
7889         * org-export-latex.el (org-export-latex-preprocess): Added
7890         support for blockquotes.
7892 2008-05-05  Carsten Dominik  <dominik@science.uva.nl>
7894         * org.el (org-read-date-analyze): Catch the case where only a
7895         weekday is given.
7897 2008-05-04  Carsten Dominik  <dominik@science.uva.nl>
7899         * org.el (org-set-font-lock-defaults): Make the description
7900         tag bold.
7902         * org-exp.el (org-export-as-html, org-close-li): Implement
7903         description lists.
7905 2008-05-04  Jason Riedy  <jason@acm.org>
7907         * org-table.el (*orgtbl-default-fmt*): New variable.
7908         (orgtbl-format-line): Use the value of *orgtbl-default-fmt*
7909         when there is no other fmt available.
7911         (orgtbl-to-generic): Allow an explicitly nil :tstart or
7912         :tend to suppress the appropriate string.
7914         (orgtbl-to-orgtbl): New function for translating to another orgtbl
7915         table.
7917 2008-05-02  Carsten Dominik  <dominik@science.uva.nl>
7919         * org.el (org-read-date-analyze): "." as an alias for "+0" in
7920         read date.
7922         * org-clock.el (org-clock-save-markers-for-cut-and-paste):
7923         New function.
7925         * org-agenda.el (org-agenda-save-markers-for-cut-and-paste):
7926         New function.
7928 2008-05-01  Carsten Dominik  <dominik@science.uva.nl>
7930         * org-clock.el (org-clock-find-position): Don't include notes
7931         into clock drawer.
7933         * org-archive.el (org-archive-subtree): No longer remove an
7934         extra line after cutting the subtree.  `org-cut-subtree' already
7935         takes care of this.
7937         * org-remember.el (org-remember-handler): Only kill the target
7938         buffer if it does not contain the running clock.
7940         * org.el (org-markers-to-move): New variable.
7941         (org-save-markers-in-region, org-check-and-save-marker)
7942         (org-reinstall-markers-in-region): New function.
7943         (org-move-subtree-down, org-copy-subtree): Remember relative
7944         marker positions before cutting.
7945         (org-move-subtree-down, org-paste-subtree): Restore relative
7946         marker positions after pasting.
7948         * org-remember.el (org-remember-clock-out-on-exit): New option.
7949         (org-remember-finalize): Clock out only if the setting in
7950         `org-remember-clock-out-on-exit' requires it.
7951         (org-remember-handler): Do the cleanup in the buffer, to make sure
7952         that the clock marker remains in tact.
7954 2008-04-29  Carsten Dominik  <dominik@science.uva.nl>
7956         * org-clock.el (org-clock-goto): Widen buffer if necessary.
7957         (org-clock-in): Make sure that also tasks outside the narrowed
7958         region will be clocked in correctly.
7959         (org-clock-insert-selection-line): Widen the buffer so that we can
7960         find the correct task heading.
7962         * org.el (org-base-buffer): New function.
7964         * org-exp.el (org-icalendar-cleanup-string): Make sure ',"
7965         and ";" are escaped.
7966         (org-print-icalendar-entries): Also apply
7967         `org-icalendar-cleanup-string' to the headline, not only to the
7968         summary property.
7970 2008-04-28  Carsten Dominik  <dominik@science.uva.nl>
7972         * org-exp.el (org-export-preprocess-hook): New hook.
7973         (org-export-preprocess-string): Call
7974         `org-export-preprocess-hook'.
7976         * org.el (org-font-lock-hook): New variable.
7977         (org-font-lock-hook): New function.
7978         (org-set-font-lock-defaults): Call `org-font-lock-hook'.
7980 ;; Local Variables:
7981 ;; coding: utf-8
7982 ;; add-log-time-zone-rule: t
7983 ;; End:
7985     Copyright (C) 2008  Free Software Foundation, Inc.
7987   This file is part of GNU Emacs.
7989   GNU Emacs is free software: you can redistribute it and/or modify
7990   it under the terms of the GNU General Public License as published by
7991   the Free Software Foundation, either version 3 of the License, or
7992   (at your option) any later version.
7994   GNU Emacs is distributed in the hope that it will be useful,
7995   but WITHOUT ANY WARRANTY; without even the implied warranty of
7996   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
7997   GNU General Public License for more details.
7999   You should have received a copy of the GNU General Public License
8000   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
8002 ;; arch-tag: a9bdcf06-7c2d-4b5a-bf7a-c5e7b706f67c