Improve docstring of `org-entities-user'
[org-mode/org-tableheadings.git] / lisp / ChangeLog
blob79c4a402c4dac5d92ba10e8f99425ba4c6736f63
1 2010-04-07  Carsten Dominik  <carsten.dominik@gmail.com>
3         * org-entities.el (org-entities-user): Improve docstring.
5 2010-04-06  Carsten Dominik  <carsten.dominik@gmail.com>
7         * org-entities.el (org-macs): Require org-macs, to be sure that we
8         have `declare-function' defined.
10 2010-04-05  Carsten Dominik  <carsten.dominik@gmail.com>
12         * org-latex.el (org-export-latex-classes): Update docstring.
14         * org.el (org-format-latex-header): Add cookies to the header.
15         (org-splice-latex-header): Implement placement according to
16         cookies.
18 2010-04-04  Carsten Dominik  <carsten.dominik@gmail.com>
20         * org-publish.el (org-publish-aux-preprocess): Control case
21         sensitivity.
23 2010-04-04  Bastien Guerry  <bzg@altern.org>
25         * org.el (org-splice-latex-header): Fix typo.
27 2010-04-04  Carsten Dominik  <carsten.dominik@gmail.com>
29         * org-latex.el (org-export-latex-make-header): Use
30         `org-splice-latex-header' to build the header.
31         (org-export-latex-classes): Update docstring.
33         * org.el (org-splice-latex-header): New function.
34         (org-create-formula-image): Use `org-splice-latex-header' to build
35         the header.
37         * org-gnus.el (org-gnus-follow-link): Handle nndoc backend.
39 2010-04-03  Carsten Dominik  <carsten.dominik@gmail.com>
41         * org.el (org-export-latex-packages-alist)
42         (org-export-latex-default-packages-alist): Fix docstring to
43         reflect the expected structure.
45         * org-docbook.el (org-docbook-do-expand): Fix bug with variable names.
46         (org-export-docbook-finalize-table): Make use of label for tables.
48 2010-04-02  Carsten Dominik  <carsten.dominik@gmail.com>
50         * org-attach.el (org-attach-commit): Split on newlines.
52         * org.el (org-export-latex-default-packages-alist): Use list
53         instead of cons for the entries.
55 2010-04-01  Carsten Dominik  <carsten.dominik@gmail.com>
57         * org-entities.el (org-entity-get-representation): Catch the case
58         that there is not entry in the list.
60         * org-mobile.el (org-mobile-use-encryption)
61         (org-mobile-encryption-tempfile, org-mobile-encryption-password):
62         New options.
63         (org-mobile-check-setup): CHeck the encryption setup.
64         (org-mobile-copy-agenda-files, org-mobile-sumo-agenda-command)
65         (org-mobile-create-sumo-agenda): Use encryption code.
66         (org-mobile-encrypt-and-move): New function.
67         (org-mobile-encrypt-file, org-mobile-decrypt-file): New
68         functions.
69         (org-mobile-move-capture): Decrypt the capture file.
71         * org.el (org-entities): Require the new file.
72         (org-export-latex-default-packages-alist): New variable.
73         (org-complete): Use new entity code for completion.
74         (org-create-formula-image): Use the new packages variable.
76         * org-latex.el (org-export-latex-classes): Remove the standard
77         packages from the class headers.
78         (org-export-latex-make-header): Use the new package variable.
79         (org-export-latex-special-chars): Better regexp for entities, to
80         support entity name that contain numbers.
81         (org-export-latex-treat-backslash-char): Use the new entity code.
83         * org-html.el (org-html-do-expand): Use the new entity code.
85         * org-exp.el (org-export): Add the new export commands.
86         (org-html-entities): Constant removed.
87         (org-export-visible): Add the new export commands.
89         * org-entities.el: New file.
91         * org-docbook.el (org-docbook-do-expand): Use new entity code.
93         * org-ascii.el (org-export-ascii-entities): New variable.
94         (org-export-as-latin1, org-export-as-latin1-to-buffer)
95         (org-export-as-utf8, org-export-as-utf8-to-buffer): New commands.
96         (org-export-as-encoding): New function.
97         (org-export-ascii-preprocess): Call `org-ascii-replace-entities'.
98         (org-ascii-replace-entities): New function.
100 2010-03-31  Carsten Dominik  <carsten.dominik@gmail.com>
102         * org-html.el (org-html-level-start): Catch the case that target
103         might be nil.
105 2010-03-31  Dan Davison  <davison@stats.ox.ac.uk>
107         * org.el (org-appearance): Change Customize group variable name
108         from org-font-lock to org-appearance, and change tag from "Org
109         Font Lock" to "Org Appearance"
110         (org-odd-levels-only): Change Customize group variable name
111         (org-level-color-stars-only): Change Customize group variable name
112         (org-hide-leading-stars): Change Customize group variable name
113         (org-hidden-keywords): Change Customize group variable name
114         (org-fontify-done-headline): Change Customize group variable name
115         (org-fontify-emphasized-text): Change Customize group variable name
116         (org-fontify-whole-heading-line): Change Customize group variable name
117         (org-highlight-latex-fragments-and-specials): Change Customize
118         group variable name
119         (org-hide-emphasis-markers): Change Customize group variable name
120         (org-emphasis-alist): Change Customize group variable name
121         (org-emphasis-regexp-components): Change Customize group variable
122         name
123         (org-modules): Remove mention of org-R
125         * org-faces.el (org-faces): Change Customize group variable name
127 2010-03-29  Carsten Dominik  <carsten.dominik@gmail.com>
129         * org-agenda.el (org-diary-last-run-time): New variable.
130         (org-diary): prepare agenda buffers only if last call was some
131         time ago.
133         * org-html.el (org-export-html-preprocess): Replace \ref macros
134         with a link.
135         (org-format-org-table-html): Add the label as an anchor.
137         * org-docbook.el (org-export-docbook-format-image): Do some
138         formatting on captions.
140         * org-latex.el (org-export-latex-tables, org-export-latex-links):
141         Do some formatting on captions.
143         * org-html.el (org-export-html-format-image)
144         (org-format-org-table-html): Do some formatting on captions.
146 2010-03-28  Dan Davison  <davison@stats.ox.ac.uk>
148         * org.el (org-hidden-keywords): New customizable variable. This is
149         a list of symbols specifying which of the special keywords #+DATE,
150         #+AUTHOR, #+EMAIL and #+TITLE should be hidden by font lock.
151         (org-fontify-meta-lines-and-blocks): Changes to font-lock code
152         implementing new faces and hiding behaviour.
154         * org-faces.el (org-document-title): New face for #+TITLE lines
155         (org-document-info): New face for #+DATE, #+AUTHOR, #+EMAIL lines
156         (org-document-info-keyword): New face for #+DATE, #+AUTHOR, #+EMAIL keywords
158 2010-03-28  Carsten Dominik  <carsten.dominik@gmail.com>
160         * org-publish.el (org-publish-sanitize-plist): New function to
161         rename "index" properties to "sitemap".  Do this renaming
162         globally.
163         (org-publish-with-aux-preprocess-maybe): New macro.
164         (org-publish-org-to-pdf, org-publish-org-to-html): Use the new
165         macro.
166         (org-publish-aux-preprocess)
167         (org-publish-index-generate-theindex.inc): New function.
169 2010-03-27  Carsten Dominik  <carsten.dominik@gmail.com>
171         * org-table.el (org-table-align): Interpret <N> at fixed width,
172         not as maximum width.
174 2010-03-26  Carsten Dominik  <carsten.dominik@gmail.com>
176         * org-exp.el (org-export-author-info, org-export-email-info): Fix
177         docstrings.
179         * org-beamer.el (org-beamer-select-environment): Renamed from
180         `org-beamer-set-environment-tag'.  Improve docstring.
182         * org-freemind.el (org-freemind-write-mm-buffer): Fix another
183         problem with odd levels.
185         * org-ascii.el (org-export-as-ascii): Export email only if the
186         author wants it.
188         * org-docbook.el (org-export-as-docbook): Export email only if the
189         author wants it.
191         * org-html.el (org-export-as-html): Export email only if the
192         author wants it.
194         * org-exp.el (org-export-email-info): New option.
195         (org-export-plist-vars): Add entry for `org-export-email'.
197 2010-03-25  Carsten Dominik  <carsten.dominik@gmail.com>
199         * org-table.el (org-table-goto-line): Fix typo.
201 2010-03-25  Mikael Fornius  <mfo@abc.se>
203         * org.el (org-agenda-files): Typo.
204         (org-read-agenda-file-list): Add optional argument to help
205         `org-store-new-agenda-file-list' to remember un-expanded file
206         names.  Expand file names relative to `org-directory'.
207         (org-store-new-agenda-file-list): Keep un-expanded file names when
208         saving, if available.
209         (org-agenda-files): Update documentation.
211 2010-03-25  Carsten Dominik  <carsten.dominik@gmail.com>
213         * org-ascii.el (org-export-as-ascii): Catch the case of exporting
214         a buffer with no file name attached.
216         * org.el (org-log-refile): New option.
217         (org-log-note-headings): Add a heading for refiling.
218         (org-startup-options): Add keywords for logging of the refile
219         action.
220         (org-refile): Add logging action.
221         (org-add-log-note): Allow for refiling action.
223         * org-agenda.el (org-agenda-bulk-action): Make sure
224         `org-log-refile' is not `note' during a bulk action.
226 2010-03-24  Carsten Dominik  <carsten.dominik@gmail.com>
228         * org.el (org-map-dblocks): Use save-excursion to remember the
229         position.
231         * org-attach.el (org-attach-commit): Remove dependence on xargs.
232         (org-attach-delete-one): Commit after deleting a file.
234         * org-latex.el (org-export-latex-fontify): Do not mistake table.el
235         borders for strike-through emphasis.
237         * org-freemind.el (org-freemind-write-mm-buffer): Simplify the
238         handling of odd levels.
240         * org-agenda.el (org-agenda-todo-ignore-deadlines): Document `past'
241         and `future' values.
242         (org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item):
243         Handle `past' and `future' values.
245         * org.el (org-read-agenda-file-list): Interpret file names
246         relative to org-directory and allow environment variables and
247         "~".
249         * org-latex.el (org-export-latex-special-chars): Allow a
250         parenthesis before an exponent or subscript.
252 2010-03-23  Dan Davison  <davison@stats.ox.ac.uk>
254         * org-src.el (org-edit-src-exit): When returning from code edit
255         buffer, if code block is hidden, leave point at start of
256         #+begin_src line
258 2010-03-23  Carsten Dominik  <carsten.dominik@gmail.com>
260         * org.el (org-insert-heading): Do not remove all spaces if the
261         headline is empty.
263         * org-indent.el (org-indent): Fix group name.
265 2010-03-21  Carsten Dominik  <carsten.dominik@gmail.com>
267         * org-table.el (org-table-goto-column): Fix forcing a non-existing
268         column.
269         (org-table-get, org-table-put, org-table-goto-line)
270         (org-table-current-line): New functions.
272 2010-03-21  Jan Böcker  <jan.boecker@jboecker.de>
274         * org.el (org-open-file): Allow regular expressions in
275         org-file-apps to capture link parameters using groups.  In a
276         command string to be executed, the parameters can be referenced
277         using %1, %2, etc.  Lisp forms can access them using
278         (match-string n link).
279         (org-apps-regexp-alist): Adopt the created regexp, as this is now
280         matched against a file: link instead of the file name.
282 2010-03-21  Carsten Dominik  <carsten.dominik@gmail.com>
284         * org-crypt.el (org-reveal-start-hook): Add a decryption function
285         to this hook.
286         (org-decrypt-entries, org-encrypt-entries, org-decrypt-entry): Add
287         docstrings.
289         * org.el (org-point-at-end-of-empty-headline)
290         (org-level-increment, org-get-previous-line-level): New function.
291         (org-cycle-level): Rewritten to be independent of when this
292         function is called.
293         (org-in-regexps-block-p): New function.
294         (org-reveal-start-hook): New hook.
295         (org-reveal): Run new hook.
297 2010-03-19  Carsten Dominik  <carsten.dominik@gmail.com>
299         * org-latex.el (org-export-latex-keywords): Start a new paragraph
300         after time keywords, do not add "\newline".
302         * org-html.el (org-export-as-html): Avoid double # in href.
304         * org.el (org-refile-get-location): Catch an invalid target
305         specification.
307 2010-03-18  Carsten Dominik  <carsten.dominik@gmail.com>
309         * org-agenda.el (org-agenda-add-entry-to-org-agenda-diary-file):
310         Make sure the behavior regarding to extracting time is
311         consistent.
313 2010-03-17  Stephen Eglen  <stephen@gnu.org>
315         * org-agenda.el (org-agenda-insert-diary-extract-time): New
316         variable.
317         (org-agenda-add-entry-to-org-agenda-diary-file): Use this new
318         variable rather than `org-agenda-search-headline-for-time'.
320 2010-03-17  Carsten Dominik  <carsten.dominik@gmail.com>
322         * org-list.el (org-fix-bullet-type): Improve cursor positioning.
324 2010-03-15  Carsten Dominik  <carsten.dominik@gmail.com>
326         * org.el (org-adaptive-fill-regexp-backup): New variable.
327         (org-set-autofill-regexps): Store a backup of
328         `adaptive-fill-regexp'.
329         (org-adaptive-fill-function): Fix filling of comments and ordered
330         lists. If there is no other match, till try adaptive fill.
332 2010-03-15  John Wiegley  <jwiegley@gmail.com>
334         * org-agenda.el (org-agenda-include-deadlines): Added new
335         customization variable to determine whether unscheduled tasks
336         should appear in the agenda solely because of their deadline.
337         Default to true, which was the previous behavior (it just wasn't
338         configurable).
339         (org-agenda-mode-map, org-agenda-view-mode-dispatch): Bind ! in
340         the agenda to show/hide deadline tasks.
341         (org-agenda-menu): Added menu option for show/hide deadlines.
342         (org-agenda-list): Make the agenda list sensitive to the value of
343         `org-agenda-include-deadlines'.
344         (org-agenda-toggle-deadlines): New function to toggle the value of
345         `org-agenda-include-deadlines' and repaint the modeline
346         indicators.
347         (org-agenda-set-mode-name): Show "Deadlines" in the agenda
348         modeline if deadline tasks are being displayed.
350 2010-03-14  Carsten Dominik  <carsten.dominik@gmail.com>
352         * org-table.el (org-table-eval-formula): Replace $# and @# by
353         current column and row number.
355 2010-03-12  Carsten Dominik  <carsten.dominik@gmail.com>
357         * org.el (org-set-property, org-delete-property): Go back to
358         prompting for the property.
360         * org-latex.el (org-export-latex-make-header): Fully process
361         author line.
362         (org-export-latex-fontify-headline): Allow several arguments, not
363         just one.
364         (org-export-latex-fix-inputenc): Catch the error when
365         `latexenc-coding-system-to-inputenc' is not defined.
367         * org-agenda.el (org-agenda-skip-if-todo): New function.
368         (org-agenda-skip-if): Add conditions for TODO keywords.
369         (org-agenda-skip-if): Document the new todo conditions.
371 2010-03-11  Mikael Fornius  <mfo@abc.se>
373         * org.el (org-at-property-p): Check if we are inside a property
374         drawer not just any drawer.
375         (org-set-property, org-delete-property): When cursor is on a
376         property key value pair do not prompt for property name instead
377         use name at cursor.
378         (org-ctrl-c-ctrl-c): Still do org-property-action when cursor is
379         on the first line of a property drawer.
380         (org-property-end-re): Spell check.
382 2010-03-11  Carsten Dominik  <carsten.dominik@gmail.com>
384         * org-exp.el (org-export-attach-captions-and-attributes): Add the
385         properties to the entire table, in case the first line is
386         removed.
388         * org-archive.el (org-archive-reversed-order): New option.
389         (org-archive-subtree, org-archive-to-archive-sibling): Use the new
390         option `org-archive-reversed-order'.
392 2010-03-10  Carsten Dominik  <carsten.dominik@gmail.com>
394         * org-agenda.el (org-agenda-entry-types): New variable.
395         (org-agenda-list): Use `org-agenda-entry-types'.
396         (org-agenda-custom-commands-local-options): Support for setting
397         `org-agenda-entry-types' as an option.
398         (org-diary): Shift some documentation from here to the variable
399         `org-agenda-entry-types'.
401 2010-03-09  Carsten Dominik  <carsten.dominik@gmail.com>
403         * org-latex.el (org-export-latex-make-header): Apply macros in
404         author field.
406         * org-clock.el (org-clocking-buffer, org-clocking-p): New function.
407         (org-clock-select-task, org-clock-notify-once-if-expired)
408         (org-clock-in, org-clock-out, org-clock-cancel, org-clock-goto)
409         (org-clock-out-if-current, org-clock-save): Use the new functions.
411 2010-03-08  Carsten Dominik  <carsten.dominik@gmail.com>
413         * org-docbook.el (org-export-as-docbook): Remove unnecessary
414         newline.
415         (org-export-as-docbook): Remove unnecessary newline.
416         (org-export-as-docbook): Fix problem with double footnote
417         reference in one place.
419         * org-exp.el (org-export-format-source-code-or-example): Remove
420         unnecessary newline.
422         * org.el (org-deadline, org-schedule): Allow rescheduling entries
423         with repeaters.
425         * org-table.el (org-table-convert-refs-to-rc): Better way to catch
426         function calls that look like references.
428         * org.el (org-open-at-point): Get link abbreviations from
429         reference buffer.
431 2010-03-07  Carsten Dominik  <carsten.dominik@gmail.com>
433         * org-table.el (org-table-convert-refs-to-rc): Do not read arctan2
434         as a reference.
436 2010-03-05  Carsten Dominik  <carsten.dominik@gmail.com>
438         * org.el (org-link-unescape): Solve issue with lower-case escapes.
440 2010-03-04  Carsten Dominik  <carsten.dominik@gmail.com>
442         * org-latex.el (org-export-latex-classes): Add
443         \usepackage{latexsym} to all classes.
445 2010-03-03  Carsten Dominik  <carsten.dominik@gmail.com>
447         * org-html.el (org-export-as-html): Do not allow protected lines
448         into the table of contents.
450         * org-latex.el (org-export-latex-special-chars): Find subsequent
451         occurrences of special characters.
452         (org-export-latex-tables): Do not convert table-like stuff that is
453         protected.
455 2010-03-01  Carsten Dominik  <carsten.dominik@gmail.com>
457         * org-list.el (org-toggle-checkbox): No errors when updating
458         checkbox count fails because there is no heading.
460 2010-02-27  Carsten Dominik  <carsten.dominik@gmail.com>
462         * org-clock.el (org-clock-report-include-clocking-task): New
463         option.
464         (org-clock-sum): Add the current clocking task.
466 2010-02-26  Carsten Dominik  <carsten.dominik@gmail.com>
468         * org.el (org-cycle): Print a message when in a table.el table.
469         (org-edit-special): Recognize the table.el context.
470         (org-ctrl-c-ctrl-c): Print a message when in a table.el table.
472         * org-src.el (org-at-table.el-p): Declare.
473         (org-edit-src-code): Handle a special case for table.el editing.
474         (org-edit-src-find-region-and-lang): Recognize the table.el
475         context.
477         * org-latex.el (org-export-latex-tables): Convert table.el
478         tables.
479         (org-export-latex-convert-table.el-table): New function.
481         * org-html.el (org-html-expand): Fix table.el export.
483         * org-latex.el (org-export-latex-preprocess): Protect footnotes in
484         headings.
486         * org-id.el (org-id-find-id-file): Fix bug when there is no hash
487         table for the id locations.
489         * org.el (org-read-date-analyze): Match American-style dates, like
490         5/30 or 5/13/7.  Make sure cal-iso.el is loaded.  Don't force he
491         current year when reading ISO and American dates.
493 2010-02-25  Carsten Dominik  <carsten.dominik@gmail.com>
495         * org.el (org-face-from-face-or-color): New function.
496         (org-get-todo-face, org-font-lock-add-priority-faces)
497         (org-get-tag-face): Use `org-face-from-face-or-color'.
499         * org-faces.el (org-todo-keyword-faces, org-priority-faces): Allow
500         simple colors as values.
501         (org-faces-easy-properties): New option.
503         * org-agenda.el (org-agenda-set-mode-name): Show if the agenda is
504         restricted, as an agenda mode.
505         (org-agenda-fontify-priorities): Allow simple colors as values.
507 2010-02-25  Bastien Guerry  <bzg@altern.org>
509         * org-timer.el (org-timer-current-timer): Renamed from
510         `org-timer-last-timer'.
511         (org-timer-timer1, org-timer-timer2, org-timer-timer3): Removed.
512         (org-timer-cancel-timer, org-timer-show-remaining-time)
513         (org-timer-set-timer): Update to use only one timer.
515         * org.el (org-set-property): Remove useless space in the prompt.
517 2010-02-25  Carsten Dominik  <carsten.dominik@gmail.com>
519         * org-html.el (org-export-html-style-default): Add a default style
520         for textareas.
522         * org-exp.el (org-export-format-source-code-or-example): Fix
523         textarea tag.
525 2010-02-24  Bastien Guerry  <bzg@altern.org>
527         * org-clock.el (org-clock-current-task): New variable to store
528         last clocked in task.
529         (org-clock-set-current, org-clock-delete-current): New functions.
531 2010-02-24  Carsten Dominik  <carsten.dominik@gmail.com>
533         * org-remember.el (org-remember-apply-template): Extend comment.
534         (org-remember-handler): Implement clock sibling filing.
536 2010-02-23  Carsten Dominik  <carsten.dominik@gmail.com>
538         * org-publish.el (org-publish-all, org-publish-current-file)
539         (org-publish-current-project): When called with prefix argument
540         FORCE, also rebuild the validation file list.
542         * org-latex.el (org-export-latex-preprocess): Protect footnotes in
543         section headings.
545 2010-02-21  Carsten Dominik  <carsten.dominik@gmail.com>
547         * org-html.el (org-export-as-html-and-open): Kill product buffer
548         if the user wants that.
550         * org-latex.el (org-export-as-pdf-and-open): Kill product buffer
551         if the user wants that.
553         * org-exp.el (org-export-kill-product-buffer-when-displayed): New
554         option.
556         * org-agenda.el (org-batch-agenda-csv): Use the time property
557         instead of the `time-of-day' property.
559 2010-02-20  Carsten Dominik  <carsten.dominik@gmail.com>
561         * org-timer.el (org-timer-start-hook, org-timer-stop-hook)
562         (org-timer-pause-hook, org-timer-set-hook)
563         (org-timer-cancel-hook): New hooks.
564         (org-timer-start): Run `org-timer-start-hook'.
565         (org-timer-pause-or-continue): Run `org-timer-pause-hook'.
566         (org-timer-stop): Run `org-timer-stop-hook'.
567         (org-timer-cancel-timers): Run `org-timer-cancel-hook'.
569 2010-02-19  Carsten Dominik  <carsten.dominik@gmail.com>
571         * org.el (org-reveal): Double prefix arg shows the subtree of the
572         parent.
574 2010-02-17  Carsten Dominik  <carsten.dominik@gmail.com>
576         * org-agenda.el (org-search-view): Fix bug with searching full
577         words in headlines in search view.
578         (org-agenda-skip-deadline-prewarning-if-scheduled): New option.
579         (org-agenda-get-deadlines): Suppress pre-warning if the entry is
580         scheduled (if the user configures it so.
582 2010-02-16  Carsten Dominik  <carsten.dominik@gmail.com>
584         * org.el (org-hide-archived-subtrees): Don't jump to end of
585         subtree if the match was not in a headline.
586         (org-inside-latex-macro-p): Allow more complex arguments.
587         (org-emphasize): Protect against use at end of buffer.
589 2010-02-15  Carsten Dominik  <carsten.dominik@gmail.com>
591         * org-agenda.el (org-agenda-align-tags): Avoid side effects on
592         text properties.
594 2010-02-14  Carsten Dominik  <carsten.dominik@gmail.com>
596         * org-agenda.el (org-agenda-todo-ignore-scheduled): More allowed
597         values.
598         (org-agenda-todo-ignore-scheduled)
599         (org-agenda-todo-ignore-deadlines): More control with different
600         allowed values.
601         (org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item):
602         Honor the new option settings.
604 2010-02-12  Carsten Dominik  <carsten.dominik@gmail.com>
606         * org.el (org-get-location): Make sure the selection buffer is
607         shown in the current frame.
609         * org-ascii.el (org-export-ascii-table-widen-columns): New
610         option.
611         (org-export-ascii-preprocess): Realign tables to remove narrowing
612         if `org-export-ascii-table-widen-columns' is set.
614         * org-table.el (org-table-do-narrow): New variable.
615         (org-table-align): Narrow only if `org-table-do-narrow' is t.
617         * org.el (org-deadline, org-schedule): Allow updating if the
618         relevant time stamp does not have a repeater, i.e. do not require
619         that no time stamp has a repeater.
621         * org-agenda.el (org-agenda-align-tags): Don't add a face to the
622         new white space before the tags.
624         * org-latex.el (org-export-as-latex): Do nit require the buffer to
625         be visiting a file when only exporting to a buffer or string.
626         (org-export-latex-fix-inputenc): Only save the buffer is there is
627         a file name attached to it.
629 2010-02-09  Dan Davison  <davison@stats.ox.ac.uk>
631         * org-src.el (org-edit-src-exit): Widen before exiting edit buffers
633 2010-02-08  Carsten Dominik  <carsten.dominik@gmail.com>
635         * org.el (org-fontify-meta-lines-and-blocks): Honor
636         `org-fontify-quote-and-verse-blocks'.
638         * org-faces.el (org-fontify-quote-and-verse-blocks): New option.
640 2010-02-03  Carsten Dominik  <carsten.dominik@gmail.com>
642         * org.el (org-open-at-point): Also check for text property
643         org-linked-text before offering collected links.
645 2010-02-03  Stephen Eglen  <stephen@gnu.org>
647         * org-agenda.el (org-agenda-add-entry-to-org-agenda-diary-file):
648         Optionally extract time specification from text and add to the
649         timestamp.
651 2010-02-03  Carsten Dominik  <carsten.dominik@gmail.com>
653         * org-exp.el (org-html-entities): Fix typo.
655         * org-latex.el (org-export-latex-make-header): Use \providecommand
656         to make sure the \alert macro is defined.
658         * org.el (org-format-latex-signal-error)
659         (org-create-formula-image): Use `org-format-latex-signal-error'.
661 2010-02-02  Stephen Eglen  <stephen@gnu.org>
663         * org.el (org-store-link): For dired buffers, use
664         default-directory as link name if dired-get-filename returns
665         nil.
667 2010-02-02  Carsten Dominik  <carsten.dominik@gmail.com>
669         * org-exp.el (org-export-concatenate-multiline-links): The for
670         protectedness at beginning of match.
672         * org-latex.el (org-export-latex-fix-inputenc): Never leave the
673         AUTO as a coding system, instead default to utf8.
675 2010-02-01  Carsten Dominik  <carsten.dominik@gmail.com>
677         * org.el (org-block-todo-from-children-or-siblings-or-parent)
678         (org-block-todo-from-checkboxes): Respect the local variable
679         value when deciding if blocking should be active.
681         * org-latex.el (org-export-latex-make-header): Define the align
682         macro if it is not yet defined.
684         * org-agenda.el (org-agenda-insert-diary-make-new-entry): Call
685         `org-insert-heading' with the INVISIBLE-OK argument.
687         * org-mac-message.el (org-mac-message-insert-flagged): Call
688         `org-insert-heading' with the INVISIBLE-OK argument.
690         * org.el (org-insert-heading):  New argument INVISIBLE-OK.
692         * org-agenda.el (org-agenda-view-mode-dispatch): Improve the
693         prompt message.
695         * org-html.el (org-html-level-start): Use the
696         `html-container-class' text property to set an additional class
697         for an outline container.
699         * org-exp.el (org-export-remember-html-container-classes): New
700         function.
701         (org-export-preprocess-string): Call
702         `org-export-remember-html-container-classes'.
704         * org.el (org-cycle): Mention level cycling in the docstring.
705         (org-default-properties): Add new property HTML_CONTAINER_CLASS.
707         * org-remember.el (org-remember-apply-template): Do file insertion
708         first.
710 2010-01-31  Carsten Dominik  <carsten.dominik@gmail.com>
712         * org-habit.el (org-habit-insert-consistency-graphs): Fix a
713         problem with mis-aligned graphs when showing habits.
715 2010-01-28  Mikael Fornius  <mfo@abc.se>
717         * org.el (org-assign-fast-keys): Prefer keys used in keyword name
718         when assigning. Begin using numerical characters when all in name
719         is used up. This is to spare alphanumeric characters for better
720         match with other keywords.
722 2010-01-28  Carsten Dominik  <carsten.dominik@gmail.com>
724         * org-exp.el (org-export-preprocess-hook): Improve documentation.
726         * org-latex.el (org-export-latex-preprocess): More consistent
727         conversion and protection of the words LaTeX and TeX.
728         (org-export-latex-fontify-headline, org-export-latex-preprocess):
729         Allow angle brackets in commands, for beamer.
731 2010-01-26  Carsten Dominik  <carsten.dominik@gmail.com>
733         * org-clock.el (org-clock-in): Improve the look of the clock line
734         by formatting links.
736 2010-01-24  Carsten Dominik  <carsten.dominik@gmail.com>
738         * org-latex.el (org-export-latex-classes): Use AUTO as the place
739         holder string for the coding system.  And improve the
740         documentation.
741         (org-export-latex-fix-inputenc): Only modify the coding system if
742         it is given by the placeholder AUTO.
744 2010-01-23  Carsten Dominik  <carsten.dominik@gmail.com>
746         * org-clock.el (org-task-overrun-text): New option.
747         (org-task-overrun, org-clock-update-period): New variables.
748         (org-clock-get-clock-string, org-clock-update-mode-line): Mark
749         overrun clock.
750         (org-clock-notify-once-if-expired): Check if clock is overrun.
752         * org-faces.el: New face `org-mode-line-clock-overrun'.
754 2010-01-18  Jan Böcker  <jan.boecker@jboecker.de>
756         * org.el (org-narrow-to-subtree): Position the end of the narrowed
757         region before the line with the next heading, to prevent the user
758         from prepending text to the next headline.
760 2010-01-20  Stephen Eglen  <stephen@gnu.org>
762         * org-agenda.el (org-get-time-of-day): Use
763         org-agenda-time-leading-zero to allow leading zero (rather than
764         space) for times.
766 2010-01-20  Carsten Dominik  <carsten.dominik@gmail.com>
768         * org-agenda.el (org-agenda-diary-entry-in-org-file): Make sure
769         org-datetree.el is loaded.
771         * org-datetree.el: autoload `org-datetree-find-day-create'
773         * org-latex.el (org-export-latex-hyperref-format): New option.
774         (org-export-latex-links): Use `org-export-latex-hyperref-format'.
776 2010-01-18  Carsten Dominik  <carsten.dominik@gmail.com>
778         * org-ctags.el (org-ctags-enable): Change order of functions.
779         (org-ctags-create-tags): Add wildcard to file name expansion.
781 2010-01-17  Carsten Dominik  <carsten.dominik@gmail.com>
783         * org.el (org-entry-properties): Fix some important bugs.
785 2010-01-16  Carsten Dominik  <carsten.dominik@gmail.com>
787         * org.el (org-link-unescape, org-link-escape): Only use hexlify if
788         the table is not explicitly given.
790 2010-01-15  Carsten Dominik  <carsten.dominik@gmail.com>
792         * org-clock.el (org-clock-out-when-done): Allow a list of keywords
793         as value.
794         (org-clock-out-if-current): Work with the new list value of
795         `org-clock-out-when-done'.
796         (org-clock-out, org-clock-out-if-current): Avoid circular logic
797         between clocking out and state changes.
799         * org-ctags.el (org-ctags-path-to-ctags): Better system-type test.
801         * org-latex.el (org-export-latex-treat-backslash-char): Do not by
802         accident protect a character that is before a backslash.
804 2010-01-14  Carsten Dominik  <carsten.dominik@gmail.com>
806         * org-agenda.el (org-diary-class): Use
807         `org-order-calendar-date-args'.
809         * org.el (org-order-calendar-date-args): New function.
811         * org-exp.el (org-export-target-internal-links): Check for
812         protectedness after the first bracket.
814         * org.el (org-entry-properties): Don't match wrong-case TODO
815         keywords.
817         * org-agenda.el (org-agenda-schedule, org-agenda-deadline):
818         Document that ARG is passed through to remove the date.
819         (org-agenda-bulk-action): Accept prefix arg and pass it on.  Do
820         not read a date when the user has given a `C-u' prefix.
822 2010-01-11  Carsten Dominik  <carsten.dominik@gmail.com>
824         * org-agenda.el (org-agenda-fix-displayed-tags): Fix bug when all
825         tags are hidden.
827 2010-01-10  Carsten Dominik  <carsten.dominik@gmail.com>
829         * org-latex.el (org-export-latex-fix-inputenc): New function.
830         (org-export-latex-inputenc-alist): New option.
832         * org-exp.el (org-export): New key SPC to publish enclosing
833         subtree.
835 2010-01-09  Carsten Dominik  <carsten.dominik@gmail.com>
837         * org-indent.el (org-indent-add-properties): Catch case when there
838         is no headline in the buffer.
840 2010-01-08  Carsten Dominik  <carsten.dominik@gmail.com>
842         * org-exp.el (org-html-entities): Add checkmark symbol.
844         * org-ascii.el (org-export-ascii-preprocess): Protect targets in
845         verbatim code for ASCII export.
847         * org.el (org-update-statistics-cookies): Also see checkboxes in
848         ordered lists.
850 2010-01-07  Carsten Dominik  <carsten.dominik@gmail.com>
852         * org-agenda.el (org-agenda-view-mode-dispatch): Define the `L'
853         key.
855         * org-beamer.el (org-beamer-amend-header): Change the location
856         where `org-beamer-header-extra' is inserted.
858         * org.el (org-compute-latex-and-specials-regexp): Don't do BIND
859         just for computing this regexp.
861 2010-01-06  Carsten Dominik  <carsten.dominik@gmail.com>
863         * org-beamer.el (org-beamer-frame-default-options): New option.
864         (org-beamer-sectioning): Use default options if the user does not
865         have defined any.
866         (org-beamer-fix-toc): Put a frame around the table of contents.
868         * org-exp.el (org-export-remove-comment-blocks-and-subtrees): Make
869         sure case-folding works well when processing comment stuff.
871         * org-latex.el (org-export-latex-after-save-hook): New hook.
872         (org-export-as-latex): Run the new hook.
874 2010-01-05  Carsten Dominik  <carsten.dominik@gmail.com>
876         * org-beamer.el (org-beamer-environments-default): Add the note
877         environments.
878         (org-beamer-after-initial-vars): Allow several BEAMER_HEADER_EXTRA
879         lines and collect and combine the content.
880         (org-beamer-after-initial-vars): Check for note tags and make sure
881         they will be seen like a property.
883         * org.el (org-offer-links-in-entry): Fix bug when there is a
884         single link.
886         * org-exp.el (org-export): Make sure the mark is activated, also
887         when `transient-mark-mode' is off.
889         * org-agenda.el (org-agenda-search-view-always-boolean): New option.
890         (org-agenda-search-view-search-words-only): Obsolete variable, is
891         now an alias for `org-agenda-search-view-always-boolean'.
892         (org-agenda-search-view-force-full-words): New option.
893         (org-search-view): Improve docstring, and implement a better logic
894         for Boolean and phrase searches.
895         (org-agenda-last-search-view-search-was-boolean): New variable.
896         (org-agenda-manipulate-query): Consider the type of the last
897         search when modifying the search string.
899 2010-01-04  Carsten Dominik  <carsten.dominik@gmail.com>
901         * org-latex.el (org-export-as-latex): Do the first letbind in the
902         right moment.
904         * org-agenda.el (org-get-entries-from-diary): Add the new face to
905         these entries.
907         * org-faces.el (org-agenda-diary): New face.
909         * org.el (org-make-link-regexps): Allow regexp-special characters
910         in link types.
911         (org-open-file): When in-emacs is `system', also force system
912         opening, like when the value was `(16)'.
913         (org-update-statistics-cookies): Handle entries without children.
915         * org-exp.el
916         (org-export-preprocess-before-normalizing-links-hook): New hook.
917         (org-export-preprocess-string): Run the new hook.
919         * org.el (org-offer-links-in-entry): Make RET open all links.
921         * org-html.el (org-export-as-html): Remove any leftover display
922         properties in the html file.
924         * org-wl.el (org-wl-store-link): Work-around for format bug with
925         text properties.
927         * org-habit.el (org-habit-insert-consistency-graphs): Turn off
928         invisibility while adding the graphs.
930 2010-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
932         * org-remember.el (org-select-remember-template): Use C letter to
933         customize remember templates.
935         * org-agenda.el (org-agenda-bulk-mark, org-agenda-bulk-unmark):
936         Move cursor to next visible line.
938 2010-01-02  Carsten Dominik  <carsten.dominik@gmail.com>
940         * org-beamer.el (org-beamer-sectioning): Leave columns environment
941         by specifying 0 or 1 for column width.
942         (org-beamer-column-widths): Make 0 stand for 0.0.
944 2010-01-01  Carsten Dominik  <carsten.dominik@gmail.com>
946         * org-exp.el (org-export-mark-radio-links): Don't match inside
947         <<target>>.
949         * org.el (org-format-latex-header-extra): New variable.
950         (org-format-latex): Set org-format-latex-header-extra from
951         in-buffer stuff.
952         (org-format-latex): Add org-format-latex-header-extra to the
953         variables on which image creation depends.
954         (org-create-formula-image): Add the header stuff from in-buffer
955         settings.
956         (org-read-date-analyze): Base the analysis for future preference
957         on NOW, not on the default date.
959         * org-inlinetask.el (org-inlinetask-export-handler): Add CSS class
960         for TODO keyword in inline tasks.
962         * org.el (org-log-note-headings): New headings for removing
963         deadline or scheduling date.
964         (org-deadline, org-schedule): Arrange for logging when removing a
965         date.
966         (org-add-log-note): Handle deadline and scheduling removal.
968 2009-12-31  Carsten Dominik  <carsten.dominik@gmail.com>
970         * org-exp.el (org-export-visible): Add LaTeX/pdf export.
972 2009-12-28  Carsten Dominik  <carsten.dominik@gmail.com>
974         * org-agenda.el (org-diary-class): New function.
976 2009-12-24  Carsten Dominik  <carsten.dominik@gmail.com>
978         * org-latex.el (org-export-latex-preprocess): Do process the text
979         of a radio target.
981 2009-12-20  Carsten Dominik  <carsten.dominik@gmail.com>
983         * org.el (org-entry-properties): Add TIMESTAMP properties back
984         in.
986 2009-12-18  Carsten Dominik  <carsten.dominik@gmail.com>
988         * org.el (org-all-time-keywords): New variable.
989         (org-set-regexps-and-options): Set `org-all-time-keywords'.
990         (org-entry-blocked-p): New function.
991         (org-special-properties): Add BLOCKED as a new special property.
992         (org-entry-properties): New optional argument SPECIFIC, only parse
993         for this property when it is specified.
994         (org-entry-get): Pass a SPECIFIC argument to
995         `org-entry-properties'.
997         * org-latex.el (org-export-as-latex): Preprocess TEXT as well.
999 2009-12-17  Carsten Dominik  <carsten.dominik@gmail.com>
1001         * org-latex.el (org-export-latex-tables): No forced line end if
1002         there is no caption.
1004 2009-12-16  Carsten Dominik  <carsten.dominik@gmail.com>
1006         * org-exp.el (org-html-entities): Add Euro symbols from Marvosym
1007         package.
1009         * org-latex.el (org-export-latex-tables): Only add a caption when
1010         macro in in longtable environments if one has been defined.
1012         * org-html.el (org-export-as-html): Only take title from buffer if
1013         not exporting body-only.
1015         * org-latex.el (org-export-latex-preprocess): Better version of
1016         the regular expression for protecting LaTeX macros.
1017         (org-export-latex-preprocess): Start searching for macros to
1018         protect from beginning of buffer.
1020         * org-exp.el (org-export-target-internal-links): Check for
1021         protectedness earlier in the string.
1023         * org-agenda.el (org-agenda-highlight-todo): Match TODO keywords
1024         case sensitively.
1026         * org-id.el (org-id-store-link): Match TODO keywords case
1027         sensitively.
1029         * org.el (org-heading-components, org-get-outline-path)
1030         (org-display-outline-path): Match TODO keywords case sensitively.
1032         * org-latex.el (org-export-as-latex): Ignore read-only
1033         properties.
1035         * org-exp.el (org-export-preprocess-string): Remove any
1036         `read-only' properties.
1038         * org-agenda.el (org-agenda-inactive-leader): New option.
1039         (org-agenda-get-timestamps): Use `org-agenda-inactive-leader'.
1040         (org-tags-view): Prompt for matcher if MATCH is an empty string.
1041         (org-todo-list): Prompt for matcher if ARG is an empty string.
1043 2009-12-15  Carsten Dominik  <carsten.dominik@gmail.com>
1045         * org.el (org-open-link-functions): New hook.
1046         (org-open-at-point): Run `org-open-link-functions'.
1048 2009-12-14  Carsten Dominik  <carsten.dominik@gmail.com>
1050         * org-agenda.el (org-agenda-date-prompt): Allow inactive time
1051         stamps as well.
1053         * org.el (org-inhibit-startup-visibility-stuff): New variable.
1054         (org-mode): Don't do startup visibility if inhibited.
1055         (org-outline-overlay-data, org-set-outline-overlay-data): New
1056         functions.
1057         (org-save-outline-visibility): New macro.
1058         (org-log-note-headings): Document that one should not change the
1059         `state' note format.
1061 2009-12-13  Carsten Dominik  <carsten.dominik@gmail.com>
1063         * org.el (org-make-link-regexps): Capture link path into a group.
1065 2009-12-12  Carsten Dominik  <carsten.dominik@gmail.com>
1067         * org-beamer.el (org-beamer-after-initial-vars): Do not overwrite
1068         the options plist.
1070 2009-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
1072         * org.el (org-startup-with-beamer-mode): New option.
1073         (org-property-changed-functions)
1074         (org-property-allowed-value-functions): New hooks.
1075         (org-entry-put, org-property-get-allowed-values): Run the new
1076         hooks.
1077         (org-property-next-allowed-value): Run the new hooks.
1079         * org-exp.el (org-export-select-backend-specific-text): Add the
1080         special beamer tags.
1082         * org-beamer.el
1083         (org-export-preprocess-before-selecting-backend-code-hook): New
1084         file.
1086         * org-latex.el (org-export-latex-after-initial-vars-hook): New hook.
1087         (org-export-as-latex): Run
1088         `org-export-latex-after-initial-vars-hook'.
1089         (org-export-latex-format-toc-function)
1090         (org-export-latex-make-header): Call
1091         `org-export-latex-format-toc-function'.
1093         * org.el (org-fill-template): Make template searches case sensitive.
1095         * org-exp.el (org-export): Use "1" as a sign to export only the
1096         subtree.
1098         * org-colview-xemacs.el (org-columns-edit-value): Use
1099         org-unrestricted property.
1101         * org-colview.el (org-columns-edit-value):  Use
1102         org-unrestricted property.
1104         * org.el (org-compute-property-at-point): Set org-unrestricted
1105         text property if the list contains ":ETC".
1106         (org-insert-property-drawer):  Use
1107         org-unrestricted property.
1109         * org-exp.el
1110         (org-export-preprocess-before-selecting-backend-code-hook): New hook.
1111         (org-export-preprocess-string): Run
1112         `org-export-preprocess-before-selecting-backend-code-hook'.
1114         * org-xoxo.el (org-export-as-xoxo): Run `org-export-first-hook'.
1116         * org-latex.el (org-export-region-as-latex): Run
1117         `org-export-first-hook'.
1119         * org-html.el (org-export-as-html): Run `org-export-first-hook'.
1121         * org-docbook.el (org-export-as-docbook): Run
1122         `org-export-first-hook'.
1124         * org-ascii.el (org-export-as-ascii): Run `org-export-first-hook'.
1126         * org-exp.el (org-export-first-hook): New hook.
1128 2009-12-10  Carsten Dominik  <carsten.dominik@gmail.com>
1130         * org-list.el (org-previous-item): Exit at the beginning of the
1131         buffer.
1133         * org-id.el (org-id-locations-save): Only write the id locations
1134         if any are defined.
1136         * org-archive.el (org-archive-all-done): Make this work in a file
1137         with org-odd-levels-only set.
1139         * org.el (org-get-refile-targets): Catch the case when a buffer
1140         has no file.
1142         * org-latex.el (org-export-as-latex): Cleanup forced line ends
1143         where they are not needed.
1144         (org-export-latex-subcontent): Remove unnecessary newlines.
1146 2009-12-09  Carsten Dominik  <carsten.dominik@gmail.com>
1148         * org-latex.el (org-export-latex-make-header): Remove \obeylines.
1149         (org-export-latex-fontify): Fix regexp bug that takes special
1150         care of protecting the right boundary characters in emphasis
1151         matches.
1152         (org-export-latex-preprocess): Allow multiple arguments to latex
1153         macros.
1155         * org.el (org-make-link-regexps): Use John Gruber's regexp for
1156         urls.
1158         * org-macs.el (org-re): Interpret :punct: in regexps.
1160         * org-exp.el (org-export-replace-src-segments-and-examples): Also
1161         take the final newline after the END line.
1163         * org.el (org-clean-visibility-after-subtree-move): Only fix
1164         entries that are not entirely invisible already.
1165         (org-insert-link): Respect org-link-file-path-type for
1166         "docview:" links in addition to "file:" links.
1168 2009-12-03  Carsten Dominik  <carsten.dominik@gmail.com>
1170         * org-exp.el (org-export-format-source-code-or-example): Avoid
1171         additional extra white lines in LaTeX.
1173         * org-list.el (org-list-parse-list): Leave empty lines after the
1174         list, don't consider them as part of the list.
1176         * org-mobile.el (org-mobile-sumo-agenda-command): Allow tagstodo
1177         searches.
1179         * org-clock.el (org-clock-select-task): Convert integer to
1180         character for XEmacs.
1182 2009-12-02  Carsten Dominik  <carsten.dominik@gmail.com>
1184         * org-clock.el (org-clock-resolve): Make reading a char XEmacs
1185         compatible.
1187 2009-11-30  Tassilo Horn  <tassilo@member.fsf.org>
1189         * org.el (org-complete-tags-always-offer-all-agenda-tags): New
1190         variable.
1191         (org-set-tags): Use it.
1193 2009-11-30  Carsten Dominik  <carsten.dominik@gmail.com>
1195         * org-list.el (org-empty-line-terminates-plain-lists): Update
1196         docstring.
1198         * org.el (org-format-latex): Fix link creation for processed latex
1199         snippets.
1201 2009-11-29  Carsten Dominik  <carsten.dominik@gmail.com>
1203         * org-footnote.el (org-footnote-normalize): Protect replacement
1204         text.
1206         * org.el (org-inside-latex-macro-p): Save match data.
1208 2009-11-28  Jan Böcker  <jan.boecker@jboecker.de>
1210         * org-docview.el: New file.
1212 2009-11-27  Carsten Dominik  <carsten.dominik@gmail.com>
1214         * org-latex.el (org-export-latex-class-options): New variable.
1215         (org-export-latex-set-initial-vars): Use the class options.
1217         * org.el (org-forward-same-level): Stop at headings that start
1218         with an invisible character.
1219         (org-additional-option-like-keywords): Add LaTeX_CLASS_OPTIONS.
1221 2009-11-26  Carsten Dominik  <carsten.dominik@gmail.com>
1223         * org-footnote.el (org-footnote-normalize): Don't take optional
1224         arguments in LaTeX macros as footnotes.
1226         * org.el (org-inside-latex-macro-p): New function.
1228         * org-latex.el (org-latex-to-pdf-process): Change customization
1229         group to `org-export-pdf'.
1231         * org-agenda.el (org-agenda-get-blocks): Look at time string also
1232         on days after the first one.
1234         * org.el (org-insert-heading): Also check for item before assuming
1235         before-first-heading condition.
1237         * org-latex.el (org-latex-to-pdf-process): Fix typo in group tag.
1238         (org-export-pdf-logfiles): New option.
1239         (org-export-as-pdf): Use `org-export-pdf-logfiles'.
1240         (org-export-pdf-logfiles): Fix customization type.
1242         * org.el (org-insert-link): Improve error message when there is no
1243         default link to select with RET.
1245         * org-agenda.el (org-agenda-filter-by-tag): Use char argument from
1246         parameter list.
1248 2009-11-25  Carsten Dominik  <carsten.dominik@gmail.com>
1250         * org-latex.el (org-export-latex-parse-global)
1251         (org-export-latex-parse-content)
1252         (org-export-latex-parse-subcontent): Use
1253         `org-re-search-forward-unprotected'.
1254         (org-export-as-pdf): Remove log files produced by XeTeX.
1256         * org-macs.el (org-re-search-forward-unprotected): New function.
1258 2009-11-25  James TD Smith  <ahktenzero@mohorovi.cc>
1260         * org-colview.el (org-agenda-colview-summarize): Sort out some
1261         confusion between properties and titles, which resulted in
1262         agenda summaries not working if a title was set for a column.
1264 2009-11-24  Carsten Dominik  <carsten.dominik@gmail.com>
1266         * org-mobile.el (org-mobile-agendas): New option.
1267         (org-mobile-sumo-agenda-command): Select the right agendas.
1269         * org-latex.el (org-export-latex-format-image): Preserve the
1270         original-indentation property.
1272 2009-11-23  Carsten Dominik  <carsten.dominik@gmail.com>
1274         * org-clock.el (org-clock-insert-selection-line): Catch error when
1275         an old tasks no longer exists.
1277         * org-latex.el (org-export-as-pdf): Remove also the .idx file.
1278         (org-export-as-pdf): Don't remove the old PDF file before making
1279         the new one.
1281         * org-mouse.el (org-mouse-end-headline, org-mouse-insert-item)
1282         (org-mouse-context-menu): Use `org-looking-back'.
1284         * org.el (org-cycle-level): Use `org-looking-back'.
1286         * org-list.el (org-cycle-item-indentation): Use
1287         `org-looking-back'.
1289         * org-compat.el (org-looking-back): New function.
1291         * org.el (org-insert-heading): Catch before-first-headline when
1292         inserting a headline.
1294 2009-11-22  Carsten Dominik  <carsten.dominik@gmail.com>
1296         * org-latex.el (org-export-latex-format-image): Indent figure
1297         environment, so that it does not interrupt plain list.
1299         * org.el (org-open-at-point): Allow long link descriptions.
1301 2009-11-21  Carsten Dominik  <carsten.dominik@gmail.com>
1303         * org-html.el (org-export-as-html): Remove empty lines at the
1304         beginning of the exported text.
1306 2009-11-20  Carsten Dominik  <carsten.dominik@gmail.com>
1308         * org-protocol.el (org-protocol-remember): Cater for empty title,
1309         region, link.
1311         * org-agenda.el (org-agenda-diary-entry-in-org-file): Rebuild
1312         agenda after adding new entry.
1313         (org-agenda-get-represented-tags): New function.
1314         (org-agenda-filter-by-tag): Use `org-agenda-get-represented-tags'
1315         to get a list of tags in the agenda.
1317         * org-datetree.el (org-datetree-find-day-create): Fix regular
1318         expression.
1320         * org.el (org-display-outline-path): Use a format specifier for
1321         message, to avoid problems with heading containing `%'.
1323         * org-agenda.el (org-agenda-hide-tags-regexp): New option.
1324         (org-format-agenda-item): Call `org-agenda-fix-displayed-tags'.
1325         (org-agenda-fix-displayed-tags): New function.
1326         (org-agenda-do-context-action): Just call
1327         `org-display-outline-path', without piping the result through
1328         `message'.
1330         * org-latex.el (org-export-latex-preprocess): Protect secondary
1331         footnote references.
1333         * org-indent.el (org-indent-initialize): Avoid empty strings as
1334         line prefixes.
1336         * org-agenda.el (org-agenda-diary-entry-in-org-file): Make sure
1337         hat checking for the mark does not throw an error.
1338         (org-agenda-diary-entry-in-org-file): Catch the case that there is
1339         not `day' text property in the cursor line.
1341         * org.el (org-sort-entries-or-items): Make sure that the final
1342         entry has a newline before doing the sorting.
1344         * org-agenda.el (org-agenda-diary-entry-in-org-file): Get the text
1345         property at the beginning of the line.
1347         * org.el (org-make-link-string): Don't allow a description with
1348         only white space.
1350 2009-11-19  Carsten Dominik  <carsten.dominik@gmail.com>
1352         * org-agenda.el (org-agenda-insert-diary-strategy): New variable.
1353         (org-agenda-insert-diary-as-top-level): New function.
1354         (org-agenda-add-entry-to-org-agenda-diary-file): Call
1355         `org-agenda-insert-diary-as-top-level'.
1357         * org.el (org-occur-in-agenda-files): Make sure none of the
1358         buffers is narrowed.
1359         (org-activate-plain-links): Add the face property here.
1360         (org-set-font-lock-defaults): Do not add the face to plain links,
1361         the activator function does this.
1363         * org-habit.el (org-is-habit-p): Add doc string.
1365 2009-11-18  Carsten Dominik  <carsten.dominik@gmail.com>
1367         * org-archive.el (org-archive-subtree-default-with-confirmation):
1368         Autoload.
1370         * org-latex.el (org-export-latex-fontify): Fix regexp to make char
1371         after match optional (happens at the end of a line...).
1373         * org.el (org-fontify-meta-lines-and-blocks): Apply special faces
1374         for special blocks.
1376         * org-faces.el (org-copy-face): Set lisp indentation.
1377         (org-quote, org-verse): New faces.
1379         * org-agenda.el (org-agenda-remove-date): Remove variable.
1381 2009-11-17  Carsten Dominik  <carsten.dominik@gmail.com>
1383         * org-freemind.el (org-freemind-escape-str-from-org): Fix encoding.
1385 2009-11-17  Eric Schulte  <schulte.eric@gmail.com>
1387         * org-exp-blocks.el (org-export-blocks-format-ditaa): Use sha1
1388         hash keys to cache and re-use images generated by the
1389         org-exp-blocks interface to ditaa and dot.
1391 2009-11-17  Carsten Dominik  <carsten.dominik@gmail.com>
1393         * org-html.el (org-export-as-html): Move the home/up link into
1394         the content div.
1396         * org.el (org-export-latex-packages-alist): Option definition
1397         moved here from org-latex.el.
1399 2009-11-17  Eric Schulte  <schulte.eric@gmail.com>
1401         * org.el (org-format-latex): Latex images are now saved to files
1402         named by the sha1 hash of the latex source text avoiding
1403         regeneration of identical images.
1405 2009-11-16  Carsten Dominik  <carsten.dominik@gmail.com>
1407         * org-html.el (org-export-html-home/up-format): Add an ID to the
1408         up/home div.
1410 2009-11-15  Carsten Dominik  <carsten.dominik@gmail.com>
1412         * org-wl.el (org-wl-store-link): Handle the case that
1413         `wl-use-petname' is set.
1415         * org.el (org-set-effort): Improve prompt.
1416         (org-get-outline-path): Widen to get full path.
1417         (org-compact-display-after-subtree-move): Function removed.
1419         * org-latex.el (org-export-as-latex): Add the :drawers property.
1421 2009-11-14  Carsten Dominik  <carsten.dominik@gmail.com>
1423         * org.el (org-speed-commands-user): Allow documentation headlines.
1424         (org-speed-commands-default): Organize the value of this constant
1425         with descriptive headlines.
1426         (org-print-speed-command): Output the headlines.
1428 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
1430         * org-agenda.el (org-agenda-show-outline-path): New option.
1431         (org-agenda-do-context-action): New function.
1432         (org-agenda-next-line, org-agenda-previous-line): Use
1433         `org-agenda-do-context-action'.
1435         * org.el (org-use-speed-commands): Allow function value.
1436         (org-speed-commands-default): Make headline motion safe, so that
1437         these commands always end on a headline.
1438         (org-speed-commands-default): New key `v' for `org-agenda'.
1439         (org-speed-move-safe): New function.
1440         (org-self-insert-command): Use the function value of
1441         `org-use-speed-commands'.
1442         (org-get-outline-path): Improve docstring.
1443         (org-format-outline-path): New function.
1444         (org-display-outline-path): New function.
1446 2009-11-12  John Wiegley  <jwiegley@gmail.com>
1448         * org-clock.el (org-clock-resolve): If `org-clock-into-string' is
1449         a string, use that to find the LOGBOOK drawer.
1451 2009-11-12  Carsten Dominik  <carsten.dominik@gmail.com>
1453         * org.el (org-clone-subtree-with-time-shift): Make it work at the
1454         end of the buffer.
1456         * org-mobile.el (org-mobile-write-checksums): Specify coding
1457         system.
1458         (org-mobile-timestamp-buffer): Keep local variable/mode line at
1459         beginning of buffer.
1461         * org-latex.el (org-latex-entities-regexp): Fix typo in regexp.
1463         * org.el (org-block-todo-from-children-or-siblings-or-parent)
1464         (org-block-todo-from-checkboxes): Do not block changes to a nil
1465         TODO state.
1467 2009-11-12  James TD Smith  <ahktenzero@mohorovi.cc>
1469         * org-habit.el (org-habit-parse-todo): Indicate which habit is
1470         wrongly set up in the error messages.
1472         * org-colview.el (org-columns-display-here): Don't try to
1473         calculate values if the underlying property is not set.
1474         (org-columns-string-to-number): Convert age strings back into
1475         fractional days.
1476         (org-agenda-colview-summarize): Handle extended summary types
1477         properly.
1479         * org-colview-xemacs.el (org-columns-display-here): Don't try to
1480         calculate values if the underlying property is not set.
1481         (org-columns-string-to-number): Convert age strings back into
1482         fractional days.
1483         (org-agenda-colview-summarize): Handle extended summary types
1484         properly.
1486 2009-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
1488         * org-exp.el (org-export-format-drawer-function): New variable.
1489         (org-export-format-drawer): New function.
1490         (org-export-preprocess-string): Pass the backend as a parameter to
1491         `org-export-remove-or-extract-drawers'.
1492         (org-export-remove-or-extract-drawers): New parameter BACKEND.
1494         * org-protocol.el (org-protocol-char-to-string): New defsubst.
1496 2009-11-10  Carsten Dominik  <carsten.dominik@gmail.com>
1498         * org-agenda.el (org-agenda-diary-entry-in-org-file): Add error
1499         message when no block is selected.
1501         * org-latex.el (org-export-latex-links): Check for protectedness
1502         in the last matched character, not after the match.
1504         * org-datetree.el (org-datetree-find-date-create): Respect
1505         restriction when KEEP-RESTRICTION is set.
1506         (org-datetree-file-entry-under): New function.
1507         (org-datetree-cleanup): New command.
1509 2009-11-08  Dan Davison  <davison@stats.ox.ac.uk>
1511         * org-src.el (org-edit-src-code): New optional argument context
1512         allows calling functions to avoid altering the saved window
1513         configuration.
1514         (org-edit-src-exit): Do not restore window configuration when this
1515         function is used in the context of saving the edit buffer.
1517 2009-11-09  Carsten Dominik  <carsten.dominik@gmail.com>
1519         * org-clock.el (org-clock-out, org-clock-cancel): Revert to
1520         instances to switching to with-current-buffer, because these seem
1521         to cause problems - no idea why.
1523         * org-agenda.el (org-agenda-add-entry-to-org-agenda-diary-file):
1524         Require diary-lib for (diary-date-display-form).
1526         * org.el (org-log-reschedule, org-log-redeadline): New options.
1527         (org-log-note-headings): Add templates for rescheduling and
1528         deadline changing.
1529         (org-startup-options): Add in-buffer settings for logging changing
1530         schedule and deadline time stamps.
1531         (org-deadline, org-schedule): Check for existing date and arrange
1532         for logging if the user requests it.
1533         (org-add-log-note): Prepare proper note buffers for rescheduling
1534         and deadline changes.
1536 2009-11-08  Carsten Dominik  <carsten.dominik@gmail.com>
1538         * org-agenda.el (org-agenda-diary-entry-in-org-file)
1539         (org-agenda-add-entry-to-org-agenda-diary-file)
1540         (org-agenda-insert-diary-make-new-entry): New functions.
1541         (org-agenda-diary-entry): Call
1542         `org-agenda-diary-entry-in-org-file' when appropriate.
1544         * org.el (org-calendar-insert-diary-entry-key): New option.
1545         (org-agenda-diary-file): New option.
1546         ("calendar"): Install our insertion function in the calendar.
1548         * org-remember.el (org-datetree): Require.
1549         (org-remember-templates): Add new positioning option.
1550         (org-remember-reference-date): New variable.
1551         (org-remember-apply-template): Store the reference date in a local
1552         variable.
1553         (org-remember-handler): Implement date tree positioning of entries.
1555         * org-datetree.el: New file.
1557         * org-latex.el (org-export-latex-preprocess): Protect targets in
1558         verbatim emphasis.
1560         * org-html.el (org-export-as-html): Protect targets in verbatim
1561         emphasis.
1563         * org-docbook.el (org-export-as-docbook): Protect targets in
1564         verbatim emphasis.
1566 2009-11-07  James TD Smith  <ahktenzero@mohorovi.cc>
1568         * org.el (org-link-display-format): Should be literal replacement.
1570 2009-11-06  Carsten Dominik  <carsten.dominik@gmail.com>
1572         * org-clock.el (org-show-notification): Handle messages that
1573         contain a percent character.
1575         * org-remember.el (org-remember-apply-template): Turn of partial
1576         completion.
1578         * org-mobile.el (org-mobile-before-process-capture-hook): New hook.
1579         (org-mobile-pull): Run `org-mobile-before-process-capture-hook'.
1581         * org.el (org-indent-mode): Define variable already in org.el.
1582         (org-unfontify-region): Remove line-prefix and wrap-prefix
1583         properties only if org-indent-mode is active.
1585 2009-11-05  Carsten Dominik  <carsten.dominik@gmail.com>
1587         * org-icalendar.el (org-print-icalendar-entries): Save match data
1588         around call to verify function.
1589         (org-print-icalendar-entries): Add a call to the verification
1590         function.
1592         * org.el (org-speedbar-set-agenda-restriction): Remove unnecessary
1593         save-restrivtion' form.
1595 2009-11-05  Dan Davison  <davison@stats.ox.ac.uk>
1597         * org-exp.el (org-export-format-source-code-or-example): restrict
1598         scope of preserve-indentp to the let binding.
1599         (org-src): require org-src, since org-src-preserve-indentation is used.
1601 2009-11-05  Carsten Dominik  <carsten.dominik@gmail.com>
1603         * org-timer.el (org-timer-set-timer): Set variables
1604         org-timer-timer[123] correctly.
1607         * org-mobile.el (org-mobile-files-alist): Make it work when
1608         `agenda-archives' is included in
1609         `org-agenda-text-search-extra-files'.
1610         (org-mobile-push): Restore agenda after mobile push.
1612 2009-11-05  John Wiegley  <jwiegley@gmail.com>
1614         * org-clock.el (org-resolve-clocks-if-idle): Another fix to the
1615         way the amount of idle time is presented in the minibuffer.
1617 2009-11-05  Carsten Dominik  <carsten.dominik@gmail.com>
1619         * org-icalendar.el (org-print-icalendar-entries): Use
1620         org-icalendar-verify-function only if non-nil.
1622         * org.el (org-refile): Refile to clock only if the prefix arg is
1623         2.
1624         (org-sparse-tree): Fix docstring to be in line with prompt.
1625         (org-update-parent-todo-statistics): Call
1626         `org-after-todo-statistics-hook' on each level.
1628 2009-11-04  Carsten Dominik  <carsten.dominik@gmail.com>
1630         * org-remember.el (org-remember-apply-template): Make sure the
1631         buffer exists.
1633 2009-11-03  Carsten Dominik  <carsten.dominik@gmail.com>
1635         * org.el (org-tab-ind-state): New variable.
1636         (org-cycle-level): New function.
1637         (org-cycle-level-after-item/entry-creation): New option.
1638         (org-flag-subtree): New function.
1639         (org-hide-archived-subtrees): Call `org-flag-subtree'.
1640         (org-set-effort): Indexed access.
1642         * org-list.el (org-cycle-item-indentation): New function.
1644         * org.el (org-refile): Make prefix argument 2 refile to current
1645         clock.
1646         (org-priority): Interpret action `remove' as call to remove the
1647         priority cookie.
1649         * org-remember.el (org-remember-apply-template): Don't depend on
1650         buffer name being like file name.
1652 2009-11-02  Carsten Dominik  <carsten.dominik@gmail.com>
1654         * org-clock.el (org-clock-play-sound): Expand file in
1655         org-clock-sound, to allow ~ for home.
1657         * org-remember.el (org-remember-handler): Set
1658         text-before-node-creation even if this already looks like a node,
1659         because the string might be needed on non-org-mode target files.
1661         * org-agenda.el (org-agenda-open-link): Make this work in agenda
1662         clocktables.
1663         (org-agenda-switch-to): Follow a link at point if
1664         org-return-follows-link' is set and there is nothing else to do in
1665         this line.
1667 2009-11-02  James TD Smith  <ahktenzero@mohorovi.cc>
1669         * org-colview-xemacs.el: Add in changes from org-colview.el
1671 2009-11-01  Dan Davison  <davison@stats.ox.ac.uk>
1673         * org-exp-blocks.el: Modify split separator regexp to avoid empty
1674         strings.
1676 2009-11-01  James TD Smith  <ahktenzero@mohorovi.cc>
1678         * org-colview.el (org-columns-new): Make this work with the new
1679         operators.
1680         (org-columns-store-format): Make this work with the new operators.
1682 2009-11-01  Carsten Dominik  <carsten.dominik@gmail.com>
1684         * org-src.el (org-src-preserve-indentation): Document that this
1685         variable is also used during export.
1687         * org-exp.el (org-export-format-source-code-or-example): Preserve
1688         indentation if a block has a -i option, or if
1689         `org-src-preserve-indentation' is set.
1691         * org-exp-blocks.el (org-export-blocks-preprocess): Preserve
1692         indentation if a block has a -i option, or if
1693         `org-src-preserve-indentation' is set.
1695 2009-10-31  Carsten Dominik  <carsten.dominik@gmail.com>
1697         * org.el (org-mode-map): Define the new archiving keys.
1698         (org-speed-commands-default): Define an archiving key in the speed
1699         command map.
1700         (org-org-menu): Improve the menu structure concerning archiving.
1702         * org-archive.el (org-archive-subtree-default-with-confirmation):
1703         New command.
1705         * org-agenda.el (org-agenda-mode-map): Define the new archiving keys.
1706         (org-agenda-menu): Add the new archiving commands to the menu.
1707         (org-agenda-archive-default)
1708         (org-agenda-archive-default-with-confirmation): New commands.
1709         (org-agenda-archive, org-agenda-archive-to-archive-sibling): Just
1710         call `org-agenda-archive-with'.
1711         (org-agenda-archive-with): New function.
1713         * org-table.el (org-table-convert-region): Inert spaces around "|"
1714         to avoid line beginnings like "|-1" which will be mistaken as
1715         hlines.
1717 2009-10-30  Carsten Dominik  <carsten.dominik@gmail.com>
1719         * org.el (org-offer-links-in-entry): Return nil if there are no
1720         links, t if a link has been selected.
1721         (org-open-at-point): Open attachment directory when called in the
1722         headline and there are no links in the entry body.
1723         (org-speed-commands-default): Add "o" for open-at-point as a speed
1724         command.
1726         * org-attach.el (org-attach-reveal): Optional prefix arg
1727         IF-EXISTS, which avoids creating the attachment directory if it
1728         does not yet exist.
1730         * org-agenda.el (org-agenda, org-run-agenda-series): Evaluate
1731         MATCH.
1733 2009-10-29  Carsten Dominik  <carsten.dominik@gmail.com>
1735         * org.el ("abbrev"): Work with abbrev tables only after they have
1736         been loaded.
1738         * org-list.el (org-list-send-list): Fix bug related to match
1739         data.
1741         * org-latex.el (org-export-latex-fontify): Apply verbatim
1742         emphasis.
1743         (org-export-latex-make-header): Insert \obeylines if line breaks
1744         should be preserved.
1746         * org-exp.el (org-export-protect-verbatim): Add an
1747         `org-verbatim-emph' property to such text.
1749 2009-10-28  Carsten Dominik  <carsten.dominik@gmail.com>
1751         * org-icalendar.el (org-icalendar-use-plain-timestamp): New option.
1752         (org-print-icalendar-entries): Skip entries where the timestamp is
1753         not a deadline and not scheduled, if the user requests that.
1755         * org-latex.el (org-export-latex-quotation-marks): Allow a bracket
1756         before an opening quote.
1758         * org-archive.el (org-archive-subtree): Keep archive after
1759         archiving something.
1761         * org-id.el (org-id-update-id-locations): Add archive files if
1762         that is required by `org-id-extra-files'.
1764 2009-10-27  Carsten Dominik  <carsten.dominik@gmail.com>
1766         * org-src.el (org-src-window-setup): New option.
1767         (org-src-switch-to-buffer): New function.
1768         (org-edit-src-exit): Add optional argument CONTEXT and use it to
1769         restore window configuration.
1770         (org-edit-src-code, org-edit-src-continue, org-edit-src-exit):
1771         Call `org-src-switch-to-buffer'.
1773         * org.el (org-default-properties): Add STYLE property.
1774         (org-files-list): Use the function call to get the files.
1775         (org-additional-option-like-keywords): Add SETUPFILE to completion
1776         list.
1778 2009-10-26  Carsten Dominik  <carsten.dominik@gmail.com>
1780         * org-table.el (org-table-convert-region): Correctly interpret
1781         quoting in csv import.
1783         * org.el (org-icompleting-read): Make iswitchb completion work
1784         with lists and tables.
1786         * org-agenda.el (org-agenda-add-entry-text): Never add entry text
1787         while pushing the mobile agenda.
1789 2009-10-25  John Wiegley  <jwiegley@gmail.com>
1791         * org-clock.el
1792         (org-clock-auto-clock-resolution): Now takes three values: nil, t
1793         and `when-no-clock-is-running'.
1794         (org-clock-in): Use `org-clock-auto-clock-resolution' to determine
1795         whether or not to resolve Org buffers on clock in.
1797 2009-10-25  James TD Smith  <ahktenzero@mohorovi.cc>
1799         * org-colview.el (org-format-time-period): Function to format
1800         times in fractional days for display.
1801         (org-columns-display-here): Add support for showing a calculated
1802         value in place of the property.
1803         (org-columns): Set `org-columns-time' to the current time so time
1804         difference calculations will work.
1805         (org-columns-time): Use to store the current time when column view
1806         is displayed, so all time differences will use the same reference
1807         point.
1808         (org-columns-compile-map): There is now an extra position in each
1809         entry specifying the function to use to calculate the displayed
1810         value for the non-calculated properties in the column,
1811         (org-columns-compute-all): Set `org-columns-time' to the current
1812         time so time difference calculations will work.
1813         (org-columns-compute): Handle column operators where the values
1814         used are calculated from the underlying property.
1815         (org-columns-number-to-string): Handle the 'age' column format
1816         (org-columns-string-to-number): Correct the function name (was
1817         org-column...). Add support for the 'age' column format.
1818         (org-columns-compile-format): Support the additional parameter in
1819         org-columns-compile-map.
1821 2009-10-26  Bastien Guerry  <bzg@altern.org>
1823         * org.el (org-mode-hook): Turn `org-mode-hook' into a customizable
1824         variable.
1826 2009-10-25  Carsten Dominik  <carsten.dominik@gmail.com>
1828         * org-clock.el (org-clock-has-been-used): New variable.
1829         (org-clock-in): Set `org-clock-has-been-used'.
1830         (org-clock-save): Save only if clock data has been used or created
1831         during this session.
1833 2009-10-24  Carsten Dominik  <carsten.dominik@gmail.com>
1835         * org-clock.el (org-clock-persist): New value, to store only the
1836         clock history.
1837         (org-clock-save): Don't save the clock if only the history should
1838         be stored.
1839         (org-clock-load): Turn off John Wiegley's auto resolving mechanism
1840         when restoring a saved clock.
1842 2009-10-24  John Wiegley  <jwiegley@gmail.com>
1844         * org-clock.el (org-clock-display, org-clock-put-overlay): Use
1845         `org-time-clock-use-fractional'.
1847         * org.el (org-time-clocksum-use-fractional)
1848         (org-time-clocksum-fractional-format): Two new customizable
1849         variables which allow the user to select fractional times (1.25
1850         instead of 1:25) in the `org-clock-display' report.
1852 2009-10-23  John Wiegley  <jwiegley@gmail.com>
1854         * org-habit.el (org-habit-build-graph): None of the arguments
1855         should be optional.
1856         (org-habit-parse-todo, org-habit-deadline)
1857         (org-habit-get-priority, org-habit-get-faces)
1858         (org-habit-build-graph): Further simplifications by storing all
1859         past, scheduled and deadline dates as a number of days past the
1860         epoch, and not as times.
1862         * org-habit.el (org-habit-warning-face)
1863         (org-habit-warning-future-face): Removed because these are no
1864         longer used.
1865         (org-habit-deadline, org-habit-deadline-repeat): Now always
1866         returns a date; computed if there was a scheduled repeater but no
1867         deadline repeater.
1868         (org-habit-get-priority): Further improvements to the priority
1869         algorithm.  In particular, items past due should always appear
1870         before items due or not yet due.
1871         (org-habit-get-faces): Greatly simplified the logic, now that
1872         `org-habit-deadline' always returns a valid time.
1874 2009-10-23  Carsten Dominik  <carsten.dominik@gmail.com>
1876         * org-ascii.el (org-export-ascii-table-keep-all-vertical-lines):
1877         New option.
1879         * org.el (org-tag-alist): Fix customization type.
1881 2009-10-22  Carsten Dominik  <carsten.dominik@gmail.com>
1883         * org-mobile.el (org-mobile-update-checksum-for-capture-file):
1884         Make sure the regexp search can fail without throwing an error.
1885         (org-mobile-apply): Save the inbox buffer after removing
1886         successfully applied changes.
1888 2009-10-22  John Wiegley  <jwiegley@gmail.com>
1890         * org-habit.el (org-habit-build-graph): Fix to the graph building
1891         when last DONE date is earlier than `org-habit-preceding-days'.
1893         * org-clock.el (org-resolve-clocks-if-idle): Fix to the way idle
1894         time is reported after the user comes back (but before they
1895         resolve time).
1897         * org.el (org-get-repeat): Change so that this function can be
1898         called with either `org-scheduled-string' or
1899         `org-deadline-string'.
1901         * org-habit.el (org-habit-parse-todo): Use `org-scheduled-string'
1902         to find the scheduled date.
1904         * org-clock.el (org-clock-auto-clock-resolution): Renamed
1905         `org-clock-disable-clock-resolution', since negatives don't sound
1906         good in customization variables.
1907         (org-clock-in): Don't use the auto-resolution logic if the user is
1908         clocking into a different task while an active clock is running.
1909         This then allows the default behavior of clocking out of the open
1910         task and then into the new task.
1912         * org-habit.el (org-habit-parse-todo): Generate an error if a
1913         habit has a scheduled repeat period < 1.
1914         (org-habit-get-faces): Fixes to the way that colors are computed.
1915         (org-habit-build-graph): The graph wasn't displaying beyond any
1916         day that had two completions in it.
1918         * org.el (org-modules): Made this variable more consistent, since
1919         it was referring to Org, OrgMode and Org-mode, whereas the docs
1920         for the variable always refer to Org-mode.
1922 2009-10-21  James TD Smith  <ahktenzero@mohorovi.cc>
1924         * org.el (org-repeat-re): The changed org-repeat-re no longer
1925         matched simple +2d type repeaters. Fix it so it does.
1927 2009-10-21  Carsten Dominik  <carsten.dominik@gmail.com>
1929         * org-latex.el (org-export-latex-preprocess): Protect the vspace
1930         macro in the VERSE environment.
1932 2009-10-20  John Wiegley  <jwiegley@gmail.com>
1934         * org-habit.el (org-habit-get-priority): A new function that
1935         determines the relative priority of a habit, based on how long
1936         past its scheduled date it is, and how near the deadline is.
1938         * org-agenda.el (org-agenda-get-scheduled): Set habit priority
1939         using `org-habit-get-priority'.
1941         * org-habit.el (org-habit-build-graph): Start displaying colors
1942         from the first scheduled date, if that date is earlier than the
1943         first completion date.
1945         * org-habit.el: Changed all "color" variables to faces, and made
1946         them appropriate for light and dark backgrounds.
1948         * org-habit.el (org-habit-duration-to-days): Made this function
1949         more general.
1950         (org-habit-parse-todo): Parse the new ".+N/N" style repeater.
1952         * org-agenda.el (org-agenda-get-deadlines): Removed all mention of
1953         habits, since they don't use DEADLINE anymore.
1955         * org.el (org-repeat-re, org-display-custom-time)
1956         (org-timestamp-change): Extended to support the new ".+N/N"
1957         syntax, used for habits.
1959         * org-clock.el (org-clock-resolve-clock): Fixed an incorrect
1960         variable reference.
1962         * org-agenda.el (org-agenda-set-mode-name): Show Habit in the
1963         modeline when habits are being displayed (if that module is being
1964         loaded).
1966 2009-10-21  James TD Smith  <ahktenzero@mohorovi.cc>
1968         * org-clock.el (org-x11-idle-seconds): Add a method to get the X11
1969         idle time using the xscreensaver extension.
1970         (org-user-idle-seconds): Use X11 idle time if available.
1972 2009-10-20  Carsten Dominik  <carsten.dominik@gmail.com>
1974         * org-agenda.el (org-agenda-next-line): New command.
1975         (org-agenda-previous-line): New commands.
1976         (org-agenda-show-and-scroll-up, org-agenda-show-scroll-down): New
1977         commands.
1978         (org-agenda-follow-mode): Do the follow immediately if the mode is
1979         turned on here.
1980         (previous-line, next-line): Replace keys with the corresponding
1981         org functions.
1982         (org-agenda-mode-map): Bind backspace and delete to the scrolling
1983         command.
1985         * org.el (org-icompleting-read): Turn off partial completion mode
1986         for the duration of this completion round.
1988         * org-latex.el (org-export-latex-fontify-headline): Protect TeX
1989         macros in author lines and similar stuff.
1991         * org.el (org-file-tags): Fix docstring.
1992         (org-get-buffer-tags): Add the #+FILETAGS tags.
1993         ("ecb"): Maks ecb show context after jumping into an Org file.
1995 2009-10-20  John Wiegley  <johnw@newartisans.com>
1997         * org-agenda.el (org-finalize-agenda): Draw habit consistency
1998         graphs after everything else in the buffer has been setup.
2000 2009-10-19  Carsten Dominik  <carsten.dominik@gmail.com>
2002         * org-mobile.el (org-mobile-apply): Count success and failure.
2004         * org.el (org-indent-line-function): Fix regexp replace problem.
2006 2009-10-19  John Wiegley  <johnw@newartisans.com>
2008         * org-clock.el (org-clock-disable-clock-resolution): New
2009         customization variable that disable automatic clock resolution on
2010         clock in.
2011         (org-clock-in): If `org-clock-disable-clock-resolution' is set, do
2012         not automatically resolve anything.  This is does not affect
2013         idle-time resolution, however, if `org-clock-idle-time' is set.
2015 2009-10-19  John Wiegley  <johnw@newartisans.com>
2017         * org-habit.el: New file, which implements code to build a "habit
2018         consistency graph".
2020         * org-agenda.el (org-agenda-get-deadlines)
2021         (org-agenda-get-scheduled): Display consistency graphs when
2022         outputting habits into the agenda.  The graphs are always relative
2023         to the current time.
2024         (org-format-agenda-item): Added new parameter `habitp', which
2025         indicates whether we are formatting a habit or not.  Do not
2026         display "extra" leading information if habitp is true.
2028         * org.el (org-repeat-re): Improved regexp to include .+ and ++
2029         leaders for repeat strings.
2030         (org-get-repeat): Now takes a string parameter `tagline', so the
2031         caller can obtain the SCHEDULED repeat, or the DEADLINE repeat.
2033 2009-10-19  John Wiegley  <johnw@newartisans.com>
2035         * org-agenda.el (org-agenda-auto-exclude-function): New
2036         customization variable for allowing the user to create an "auto
2037         exclusion" filter for doing context-aware auto tag filtering.
2038         (org-agenda-filter-by-tag): Changes to support the use of
2039         `org-agenda-auto-exclude-function'.  See the new manual addition,.
2041 2009-10-18  John Wiegley  <johnw@newartisans.com>
2043         * org.el (org-files-list): Don't attempt to return a file name for
2044         Org buffers which have no associated file.
2046         * org-agenda.el (org-agenda-do-action): Fixed a typo.
2048 2009-10-18  Carsten Dominik  <carsten.dominik@gmail.com>
2050         * org-mobile.el (org-mobile-locate-entry): Interpret files
2051         relative to org-directory.
2052         (org-mobile-inbox-for-pull): Document the best location for this
2053         file.
2054         (org-mobile-check-setup): Verify `org-directory'.
2055         (org-mobile-create-index-file): Sort the files to be listed in
2056         index.org.
2058 2009-10-17  James TD Smith  <ahktenzero@mohorovi.cc>
2060         * org.el (org-fast-tag-selection): Add a way to display a
2061         description for a tag group. This is done by adding a string to
2062         either the startgroup or endgroup cell.
2064 2009-10-17  Carsten Dominik  <carsten.dominik@gmail.com>
2066         * org-clock.el (org-clock-resolve, org-resolve-clocks)
2067         (org-emacs-idle-seconds): Use `org-float-time' instead of
2068         `time-to-seconds'
2070 2009-10-17  Carsten Dominik  <carsten.dominik@gmail.com>
2072         * org-agenda.el (org-agenda-sorting-strategy): Fix customization
2073         type.
2075         * org.el (org-pre-cycle-hook): Document that `empty' can also be
2076         the value of ARG when doing local cycling.
2078 2009-10-17  John Wiegley  <johnw@newartisans.com>
2080         * org-clock.el (org-clock-resolve-clock): If keeping or
2081         subtracting time results in a clock out at a time in the past, and
2082         if the resolution occurred due to idleness or invoking `M-x
2083         org-resolve-clocks', remember that past moment in time.  On the
2084         next clock in, the user will be prompted to see if they want to
2085         back-date their new clock to then.
2086         (org-clock-resolve): Do not jump the user to the location of a
2087         dangling clock if the resolution is occuring due to an idle
2088         timeout.  In that case there is typically only one dangling clock,
2089         the active one, and there is no value gained by shuffling their
2090         windows around to show it to them.  Being prompted to resolve an
2091         idle clock should be as inobtrusive as possible.
2092         (org-resolve-clocks-if-idle): New function that resolves only the
2093         currently active clock if the user has exceeded the time returned
2094         by `org-user-idle-seconds', based on the value of
2095         `org-clock-idle-time'.
2096         (org-clock-in): If, after resolving clocks,
2097         (org-clock-out): Cancel the `org-clock-idle-timer' on clock out.
2099         * org-clock.el (org-clock-resolve-clock): New function that
2100         resolves a clock to a specific time, closing or resuming as need
2101         be, and possibly even starting a new clock.
2102         (org-clock-resolve): New function used by `org-resolve-clocks'
2103         that sets up for the call to `org-clock-resolve-clock'.  It
2104         determines the time to resolve to based on a single-character
2105         selection from the user to either keep time, subtract away time or
2106         cancel the clock.
2107         (org-resolve-clocks): New user command which resolves dangling
2108         clocks -- that is, open but not active -- anywhere in the file
2109         list returned by `org-files-list'.
2110         (org-clock-in): Automatically resolve dangling clocks whenever a
2111         user clocks in.
2112         (org-clock-cancel): If the user cancels the solely clock in a
2113         LOGBOOK, remove the empty drawer.
2115         * org-clock.el (org-clock-idle-time): New user customizable option
2116         for detecting whether the user has left a clock idle.  Note: it is
2117         only used in this commit to test whether it's worthwhile to check
2118         OS X to get the Mac user's current idle time.  If the Emacs idle
2119         time is less than the value, the user hasn't been away long enough
2120         to be worth checking (a more expensive test than just getting
2121         Emacs idle time).
2122         (org-user-idle-seconds, org-mac-idle-seconds)
2123         (org-emacs-idle-seconds): This three functions, in conjunction
2124         with the user customization variable `org-clock-idle-time', return
2125         the number of seconds (as a floating point) that the user has been
2126         away from their Emacs (or, if running on OS X, their computer).
2128         * org-clock.el (org-find-open-clocks): New function that returns a
2129         list of all open clocks in the given FILE.  Note that each clock
2130         it returns is a cons cell of the format (MARKER . START-TIME).
2131         This "clock" value is used by several of the new clock module
2132         utility functions.
2133         (org-is-active-clock): New inline function which tests whether the
2134         given clock value is the same as the currently active clock.
2135         Returns non-nil if this is the case.
2136         (org-with-clock-position): New macro that evaluates FORMS with
2137         point in the buffer and at the position of the given clock.
2138         Changes to the current clock are global.
2139         (org-with-clock): New macro that evaluates FORMS with point in the
2140         buffer and at the position of the given clock.  However, changes
2141         to the current clock are local and have no effect on the user's
2142         active clock.  This allows, for example, far any clock to be
2143         cancelled without cancelling the active clock.
2144         (org-clock-clock-in): New inline function that switches the active
2145         clock to the given clock.  If either the argument RESUME, or the
2146         global `org-clock-in-resume', are non-nil, it will resume a clock
2147         that was previously left open.
2148         (org-clock-clock-out): New inline function that clocks out the
2149         given clock value without affecting the currently active clock.
2150         (org-clock-clock-cancel): New inline function that cancels the
2151         given clock value without affecting the currently active clock.
2153         * org-clock.el (org-clock-in): Before creating
2154         `org-clock-mode-line-timer', check to make sure an older timer is
2155         not currently running.
2156         (org-clock-out): Accept new third parameter `at-time', which
2157         permits a clock to be clocked out at a specific time.  Note that
2158         no attempt is made to verify that the clock out time is later than
2159         the clock in time.
2161         * org.el (org-files-list): New utility function for returning a
2162         list of all open org-mode buffers, plus all files used to build
2163         the agenda buffer.  Note that not all the files will necessarily
2164         be visited by a buffer at time of call.
2165         (org-entry-beginning-position): Like the function
2166         `line-beginning-position', this inline function returns the
2167         beginning position of the current heading/entry.
2168         (org-entry-end-position): Like the function `line-end-position',
2169         this inline function returns the end position of the current
2170         heading/entry.
2172 2009-10-16  Carsten Dominik  <carsten.dominik@gmail.com>
2174         * org-agenda.el (org-agenda-list): Mark the all-todo items line as
2175         a header line.
2177 2009-10-15  Carsten Dominik  <carsten.dominik@gmail.com>
2179         * org-exp.el (org-inlinetask-remove-END-maybe): Declare function.
2181 2009-10-14  Carsten Dominik  <carsten.dominik@gmail.com>
2183         * org-agenda.el (org-agenda-filter-make-matcher): Allow to filter
2184         entries that have no tags.
2185         (org-agenda-search-view): New customize group.
2186         (org-agenda-search-view-search-words-only): New option.
2187         (org-search-view): Implement substring search.
2189 2009-10-13  Carsten Dominik  <carsten.dominik@gmail.com>
2191         * org.el (org-outline-level): Add doc string.
2193 2009-10-12  Carsten Dominik  <carsten.dominik@gmail.com>
2195         * org-inlinetask.el (org-inlinetask-export): Re-introduce
2196         variable.
2197         (org-inlinetask-export-handler): Only export inline task if the
2198         user option calls for it.
2200 2009-10-10  Carsten Dominik  <carsten.dominik@gmail.com>
2202         * org-exp.el (org-export-handle-export-tags): Remove inlinetask
2203         END if present.
2205 2009-10-07  Carsten Dominik  <carsten.dominik@gmail.com>
2207         * org-latex.el (org-export-latex-tables): Don't format in
2208         protected regions.
2210 2009-10-06  Carsten Dominik  <carsten.dominik@gmail.com>
2212         * org-src.el (org-edit-src-code)
2213         (org-edit-src-find-region-and-lang, org-edit-src-exit): Handle
2214         macro editing.
2216         * org-agenda.el (org-prefix-category-max-length): New variable.
2217         (org-format-agenda-item): Use `org-prefix-category-max-length'.
2218         (org-compile-prefix-format): Set `org-prefix-category-max-length'.
2220 2009-10-03  Carsten Dominik  <carsten.dominik@gmail.com>
2222         * org-mobile.el (org-mobile-create-index-file): Improve the
2223         listing of tags and todo keywords.
2225         * org-latex.el (org-export-latex-format-image): New function.
2226         (org-export-latex-links): Use `org-export-latex-format-image'.
2228 2009-10-02  Carsten Dominik  <carsten.dominik@gmail.com>
2230         * org-inlinetask.el (org-inlinetask-get-current-indentation)
2231         (org-inlinetask-remove-terminator): New functions.
2232         (org-inlinetask-export-handler): Terminate the description list.
2234         * org-exp.el (org-export-select-backend-specific-text): Remove the
2235         region markers.
2237         * org-inlinetask.el (org-inlinetask-export-handler): fix bug for
2238         tasks without content.
2240         * org-clock.el: Make sure the clock-in target position does not
2241         move to a different node by widening the buffer.
2243         * org-html.el (org-export-html-format-image): Wrap image into
2244         figure div only when there is a caption.
2246         * org-archive.el (org-archive-mark-done): Change default value to
2247         nil.
2249 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
2251         * org.el (org-context): Call `bobp', not `eobp'.
2253         * org-clock.el (org-clock-cancel): Remove quotes from marker
2254         variables.
2256         * org.el (org-read-date-prefer-future): New allowed value `time'.
2257         (org-read-date-analyze): Shift day to tomorrow depending on time
2258         entered and value of `org-read-date-prefer-future'.
2260 2009-09-30  Carsten Dominik  <carsten.dominik@gmail.com>
2262         * org.el (org-set-tags-to): New command.
2264         * org-mobile.el (org-mobile-action-alist): Add more options and
2265         update the docstring.
2266         (org-mobile-apply-flags): Parse for and use the data.
2268         * org-latex.el (org-export-latex-set-initial-vars): Also check in
2269         the plist.
2271         * org.el (org-additional-option-like-keywords): Add LATEX_CLASS
2272         keyword.
2274         * org-exp.el (org-infile-export-plist): Add LATEX_CLASS keyword.
2276 2009-09-29  Carsten Dominik  <carsten.dominik@gmail.com>
2278         * org-inlinetask.el (org-inlinetask-export): Option removed.
2279         (org-inlinetask-export-handler): Better export.
2281         * org-xoxo.el (org-export-xoxo-final-hook): New hook.
2282         (org-export-as-xoxo): Run the new hook.
2284         * org-html.el (org-export-html-final-hook): New hook.
2285         (org-export-as-html): Run the new hook.
2287         * org-docbook.el (org-export-docbook-final-hook): New hook.
2288         (org-export-as-docbook): Run the new hook.
2290         * org-ascii.el (org-export-ascii-final-hook): New hook.
2291         (org-export-as-ascii): Run the new hook.
2293         * org-mobile.el (org-mobile-create-sumo-agenda): Call
2294         `org-sore-agenda-views' instead of `org-batch-store-agenda-views'.
2296         * org-latex.el (org-export-latex-treat-sub-super-char): Allow a
2297         space character as the character before the ^/_.
2298         (org-export-latex-final-hook): New hook.
2299         (org-export-as-latex): Run `org-export-latex-final-hook'.
2301 2009-09-28  Carsten Dominik  <carsten.dominik@gmail.com>
2303         * org-macs.el (org-if-unprotected-at): Fix docstring.
2305         * org-agenda.el (org-agenda-change-all-lines): Handle invisible
2306         text in the prefix (if category is a link).
2308         * org-latex.el (org-export-latex-preprocess): Deal properly with
2309         empty lines in verse environments.
2311         * org.el (org-format-latex-header): Inline fullpage.sty.
2313         * org-footnote.el (org-footnote-create-definition): Reveal context
2314         to add a new footnote definition.
2316         * org-mobile.el (org-mobile-files-alist): Add the list of tags to
2317         the index file.
2318         (org-mobile-files): New option.
2319         (org-mobile-files-alist, org-mobile-checksum-files): New variable.
2320         (org-mobile-prepare-file-lists, org-mobile-files-alist): New
2321         functions.
2322         (org-mobile-push): Start by creating the files lists.
2323         (org-mobile-copy-agenda-files): Move killing the buffer to after
2324         the save-excursion has exited.
2325         (org-mobile-write-checksums): Write checksums also for files in
2326         sub-directories.
2328         * org.el (org-ctrl-c-ctrl-c): Pass prefix arg to
2329         org-table-recalculate when cursor is in TBLFM line.
2331         * org-list.el (org-renumber-ordered-list): Fix cursor position
2332         when bullet length has changed.
2334 2009-09-26  Carsten Dominik  <carsten.dominik@gmail.com>
2336         * org.el (org-format-latex): Mention `org-format-latex-options' in
2337         the docstring.
2339 2009-09-25  Carsten Dominik  <carsten.dominik@gmail.com>
2341         * org.el (org-agenda-get): New function.
2343         * org-agenda.el (org-agenda-post-command-hook): No longer move
2344         point away from end of line.
2345         (org-agenda-add-entry-text, org-agenda-collect-markers)
2346         (org-finalize-agenda, org-agenda-mark-clocking-task)
2347         (org-agenda-dim-blocked-tasks, org-agenda-entry-text-show-here)
2348         (org-agenda-entry-text-show, org-agenda-highlight-todo)
2349         (org-agenda-compare-effort, org-agenda-filter-apply)
2350         (org-agenda-later, org-agenda-change-time-span)
2351         (org-agenda-post-command-hook, org-agenda-show-priority)
2352         (org-agenda-show-tags, org-agenda-goto, org-agenda-kill)
2353         (org-agenda-archive, org-agenda-archive-to-archive-sibling)
2354         (org-remove-subtree-entries-from-agenda, org-agenda-refile)
2355         (org-agenda-open-link, org-agenda-copy-local-variable)
2356         (org-agenda-switch-to, org-agenda-check-no-diary)
2357         (org-agenda-tree-to-indirect-buffer, org-agenda-todo)
2358         (org-agenda-add-note, org-agenda-change-all-lines)
2359         (org-agenda-priority, org-agenda-set-tags)
2360         (org-agenda-set-property, org-agenda-set-effort)
2361         (org-agenda-toggle-archive-tag, org-agenda-date-later)
2362         (org-agenda-show-new-time, org-agenda-date-prompt)
2363         (org-agenda-schedule, org-agenda-deadline, org-agenda-action)
2364         (org-agenda-clock-in, org-agenda-bulk-mark)
2365         (org-agenda-bulk-unmark, org-agenda-show-the-flagging-note): Use
2366         `org-get-at-bol'.
2368         * org-colview.el (org-columns-display-here)
2369         (org-columns-edit-allowed, org-agenda-columns): Use
2370         `org-get-at-bol'.
2372 2009-09-25  Carsten Dominik  <carsten.dominik@gmail.com>
2374         * org.el (org-special-ctrl-a/e): Improve documentation and
2375         customize type.
2376         (org-end-of-line): Don't jump to after the ellipsis.
2377         (org-mode-map): Bind <home> and <end> as well.
2379 2009-09-24  Carsten Dominik  <carsten.dominik@gmail.com>
2381         * org.el (org-fontify-meta-lines-and-blocks): Treat lines with a
2382         space after #+ as comments.
2383         (org-open-at-point): Run `org-follow-link-hook' always.
2385         * org-latex.el (org-export-latex-emph-format): Use better commands
2386         to insert special characters in verbatim snippets.
2388 2009-09-22  Carsten Dominik  <carsten.dominik@gmail.com>
2390         * org-faces.el (org-copy-face): New function.  Use it to create
2391         various faces formerly created by using `copy-face'.
2393         * org-agenda.el (org-prepare-agenda): Don't officially mark this
2394         window dedicated.
2395         (org-agenda-quit): Kill the frame containing the agenda window if
2396         that frame was created for the agenda.
2398 2009-09-21  Carsten Dominik  <carsten.dominik@gmail.com>
2400         * org-agenda.el (org-agenda-date-prompt): Mark the changed time
2401         stamp in the agenda.
2403 2009-09-19  Carsten Dominik  <carsten.dominik@gmail.com>
2405         * org-mobile.el (org-mobile-create-index-file): Add the list of
2406         TODO keywords, and the list of drawers to the index file.
2408         * org-agenda.el (org-prepare-agenda): Reset
2409         `org-drawers-for-agenda'.
2410         (org-prepare-agenda): Uniquify list of drawers.
2412         * org.el (org-complex-heading-regexp-format): New variable.
2413         (org-set-regexps-and-options): Define
2414         `org-complex-heading-regexp-format'.
2415         (org-drawers-for-agenda): New variable.
2416         (org-map-entries): Bind `org-drawers-for-agenda'.
2417         (org-prepare-agenda-buffers): Add to `org-drawers-for-agenda'.
2419         * org-remember.el (org-go-to-remember-target)
2420         (org-remember-handler): Use `org-complex-heading-regexp-format'.
2422 2009-09-18  Carsten Dominik  <carsten.dominik@gmail.com>
2424         * org-agenda.el (org-agenda-highlight-todo): Fix text property
2425         problem.
2427         * org-mobile.el (org-mobile-capture-file): Use `mobileorg.org' as
2428         the capture file, and make it non-configurable.
2430         * org.el (org-on-heading-p, org-at-heading-p): Make sure these are
2431         always with `invisible-ok'.
2432         (org-store-link): No error when there is nothing to link to in the
2433         agenda.
2435         * org-list.el (org-update-checkbox-count): Insert changed cookie
2436         before the old, to avoid problems with invisibility at the end of
2437         the line.
2438         (org-update-checkbox-count): Insert changed cookie before the old,
2439         to avoid problems with invisibility at the end of the line.
2441         * org.el (org-sort-entries-or-items): Include the final newline.
2442         (org-fontify-meta-lines-and-blocks): Add indented dynamic block
2443         lines for fontification.
2444         (org-dblock-start-re, org-dblock-end-re): Allow indentation.
2445         (org-prepare-dblock): Store the current indentation of the BEGIN
2446         line.
2447         (org-update-dblock): Apply the indentation of the begin line to
2448         the rest of the block.
2449         (org-ctrl-c-ctrl-c): Also find indented dblock lines.
2450         (org-startup-folded): New allowed value `showeverything'.
2451         (org-startup-options): Add STARTUP keyword `showeverything'.
2452         (org-set-startup-visibility): Respect value `showeverything' in
2453         org-startup-folded.
2455 2009-09-17  Carsten Dominik  <carsten.dominik@gmail.com>
2457         * org.el (org-closest-date): Fix issue with past preference.
2459         * org-mobile.el (org-mobile-apply-flags): Require `org-archive'.
2461         * org-archive.el (org-archive-set-tag)
2462         (org-archive-subtree-default): New commands.
2464         * org-mobile.el (org-mobile-create-index-file): Fix link to
2465         capture file.
2466         (org-mobile-copy-agenda-files): Create the capture file if it does
2467         not exist.
2469         * org-clock.el (org-clock-clocktable-default-properties): New
2470         option.
2471         (org-clock-report): Use
2472         `org-clock-clocktable-default-properties'.
2474 2009-09-16  Carsten Dominik  <carsten.dominik@gmail.com>
2476         * org.el (org-iswitchb-completing-read): Fix typo.
2478         * org-crypt.el: New file.
2480         * org.el: Add an entry for org-crypt.
2482 2009-09-15  Carsten Dominik  <carsten.dominik@gmail.com>
2484         * org-agenda.el (org-agenda-menu): Reorganize the menu for more
2485         consistency.
2486         (org-batch-store-agenda-views): New function.
2487         (org-mobile-force-id-on-agenda-items): Mention variable.
2488         (org-agenda-title-append): Define variable.
2489         (org-write-agenda): New export to Org files.
2490         (org-agenda-get-some-entry-text): New arguments INDENT and KEEP.
2491         (org-agenda): Allow to keep the restricted file list if a special
2492         variable is bound to t.
2493         (org-agenda): Define a special agenda view for working on flagged
2494         entries.
2495         (org-agenda-get-restriction-and-command): List the new agenda
2496         view.
2497         (org-agenda-show-the-flagging-note): New command.
2498         (org-agenda-mode-map): New key `?' for looking at the flagging
2499         note.
2501         * org.el (org-autoload): Autoload org-mobile.el.
2502         (org-org-menu): Add menu commands for MobileOrg in the Org menu.
2504         * org-id.el (org-id-get): Fix bug with forcing ID on an item.
2506 2009-09-15  Carsten Dominik  <carsten.dominik@gmail.com>
2508         * org-table.el (orgtbl-line-start-regexp): Match also TBLNAME
2509         statements.
2510         (org-table-get-remote-range): Match indented #+TBLNAME
2511         statements.
2513         * org.el (org-convert-to-odd-levels)
2514         (org-convert-to-oddeven-levels): Work also correctly if the file
2515         is in outline-mode.
2517 2009-09-12  Carsten Dominik  <carsten.dominik@gmail.com>
2519         * org.el (org-store-link): When in agenda buffer, link to
2520         referenced entry.
2521         (org-add-planning-info): Remove spaces at eol.
2523         * org-macs.el (org-with-point-at): Add a `lisp-indent-function'
2524         property.
2526 2009-09-10  Carsten Dominik  <carsten.dominik@gmail.com>
2528         * org-latex.el (org-export-latex-first-lines): Fix problem with
2529         LaTeX export of first line and selected subtree.
2531         * org.el (org-shifttab): Interpret arg differently when using only
2532         odd levels.
2534 2009-09-09  Bastien Guerry  <bzg@altern.org>
2536         * org.el (org-check-agenda-file): Use a more explicit message
2538 2009-09-08  Carsten Dominik  <carsten.dominik@gmail.com>
2540         * org-exp.el (org-export-remove-special-table-lines): Don't remove
2541         normal lines.
2543 2009-09-08  Bastien Guerry  <bzg@altern.org>
2545         * org.el (org-offer-links-in-entry): Don't use "Select link" as a
2546         prompt in the temporary window.
2548         * org-agenda.el (org-agenda-bulk-mark): Use a slightly soberer
2549         prefix for marked entries in the agenda view.
2551 2009-09-07  Andreas Burtzlaff <andy13@gmx.net>  (tiny change)
2553         * org.el (outline-end-of-subtree): Bugfix: advise this function in
2554         a way that prevents any trailing character from being displayed.
2556 2009-09-07  Carsten Dominik  <carsten.dominik@gmail.com>
2558         * org-agenda.el (org-agenda-menu): Fix bugs in the bulk action
2559         menu.
2561         * org-exp.el (org-export-remove-special-table-lines): Remove bad
2562         slow regexp match.
2564 2009-09-06  Carsten Dominik  <carsten.dominik@gmail.com>
2566         * org-latex.el (org-export-latex-preprocess): Do not protect in
2567         the LaTeX header.
2569         * org-src.el (org-edit-src-save): Save window setup while saving.
2570         (org-edit-src-code): Use new buffer name construction scheme.
2572 2009-09-04  Carsten Dominik  <carsten.dominik@gmail.com>
2574         * org-agenda.el (org-agenda-entry-text-exclude-regexps): New
2575         variable.
2576         (org-agenda-entry-text-cleanup-hook): New hook.
2577         (org-agenda-get-some-entry-text): Remove matches of
2578         `org-agenda-entry-text-exclude-regexps' and run the hook
2579         `org-agenda-entry-text-cleanup-hook'.
2581         * org.el (org-offer-links-in-entry): New argument ZERO to
2582         implement a link with index zero.
2583         (org-cycle-show-empty-lines): Not keep empty line under header
2584         hidden.
2585         (org-iswitchb-completing-read): Bind `switchb-use-virtual-buffers'
2586         to nil for special completion.
2587         (org-store-link): Don't error before the first heading.
2589         * org-agenda.el (org-agenda-open-link): Pass the prefix to
2590         `org-offer-links-in-entry'.
2592 2009-09-03  Carsten Dominik  <carsten.dominik@gmail.com>
2594         * org-agenda.el (org-agenda-quit): Provide the window argument for
2595         `window-dedicated-p', Emacs 22 needs it.
2596         (org-format-agenda-item): If the category is a link, arrange for
2597         invisible text to replaced with spaces.
2598         (org-compile-prefix-format): Add the extra space.
2599         (org-prefix-category-length): New variable.
2601         * org-exp.el (org-export-cleanup-toc-line): Remove footnote
2602         references from TOC lines.
2604         * org.el (org-selected-window): New variable.
2606         * org-table.el (org-table-edit-formulas): Remember the selected
2607         window.
2608         (org-table-fedit-finish, org-table-fedit-abort): Select the window
2609         that was originally selected.
2611         * org-exp.el (org-export-preprocess-apply-macros): Scan the
2612         expansion of a macro for more macro definitions.
2614         * org-agenda.el (org-agenda-dim-blocked-tasks): Make sure the
2615         invisibility overlay starts on the newline.
2617 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
2619         * org-protocol.el (org-protocol-store-link)
2620         (org-protocol-remember, org-protocol-open-source): Add autoloads.
2622         * org-compat.el (org-float-time): New function.
2624         * org.el (org-clock-update-time-maybe)
2625         (org-sort-entries-or-items, org-do-sort)
2626         (org-evaluate-time-range, org-time-string-to-seconds)
2627         (org-closed-in-range): Use `org-float-time'.
2629         * org-timer.el (org-timer-start, org-timer-pause-or-continue)
2630         (org-timer-seconds):  Use `org-float-time'.
2632         * org-clock.el (org-clock-get-clocked-time, org-clock-out)
2633         (org-clock-sum, org-dblock-write:clocktable)
2634         (org-clocktable-steps):  Use `org-float-time'.
2636         * org-agenda.el (org-agenda-last-marker-time)
2637         (org-agenda-new-marker, org-diary):  Use `org-float-time'.
2639         * org-compat.el (w32-focus-frame): Declare the w32-focus-frame
2640         function.
2642         * org-exp.el (org-get-file-contents): Only protect lines that
2643         really need it.
2645         * org-html.el (require): Require cl for compilation.
2647         * org.el:  Avoid using `default-major-mode'.
2649         * org-plot.el (require): Require CL only at compile time.
2651         * org-exp.el (require): Require CL only at compile time.
2653         * org-agenda.el (org-agenda-quit): When the agenda window is
2654         dedicated, remove other windows before exiting, so that the frame
2655         really will be killed.
2657         * org-exp.el (org-export-handle-include-files): Reset START and
2658         END for each loop cycle.
2660 2009-09-01  Carsten Dominik  <carsten.dominik@gmail.com>
2662         * org.el (org-eval-in-calendar): Use
2663         `org-select-frame-set-input-focus'.
2665         * org-compat.el (org-select-frame-set-input-focus): New function.
2667         * org.el (org-update-statistics-cookies): New function.
2668         (org-mode-map): Bind `C-c #' to `org-update-statistics-cookies'.
2670 2009-08-31  Carsten Dominik  <carsten.dominik@gmail.com>
2672         * org-src.el (org-edit-fixed-width-region): Set org-src-mode only
2673         after the local variables are set.
2675         * org-latex.el (org-export-latex-protect-amp): New function.
2676         (org-export-latex-links): Protect link ampersands in tables.
2678         * org-exp.el (org-export-select-backend-specific-text): Match in
2679         two steps, to avoid regexp problems.
2681         * org.el (org-offer-links-in-entry): Improve working with many and
2682         duplicate links.
2684         * org-agenda.el (org-agenda-show-1): Make more consistent with
2685         normal cycling.
2686         (org-agenda-cycle-show): Make more consistent with normal cycling.
2688         * org-gnus.el (org-gnus-store-link): Restore the linking to a
2689         website.
2691 2009-08-30  Bastien Guerry  <bzg@altern.org>
2693         * org-latex.el (org-export-latex-first-lines): Bugfix.
2695 2009-08-29  Carsten Dominik  <carsten.dominik@gmail.com>
2697         * org-clock.el (org-clock-modify-effort-estimate): Emit message
2698         about new effort.
2700         * org.el (org-set-effort): New function.
2701         (org-mode-map): New key for effort setting command.
2703         * org-agenda.el (org-agenda): Keep window setup when calling
2704         agenda from within agenda window.
2705         (org-agenda-mode-map): New keys for effort setting commands.
2706         (org-agenda-menu): Add effort setting commands to menu.
2707         (org-agenda-set-property, org-agenda-set-effort): New functions.
2709         * org-latex.el (org-export-latex-tables): Fix
2710         `org-table-last-alignment' and `org-table-last-column-widths' if
2711         the first column has been removed.
2713 2009-08-28  Carsten Dominik  <carsten.dominik@gmail.com>
2715         * org.el (org-remove-timestamp-with-keyword): Only remove in
2716         entry, not in subtree.
2718         * org-src.el (org-src-lang-modes): Add abbreviation elisp for
2719         emacs lisp.
2721         * org.el (org-open-at-point): When on headline, offer all strings
2722         in entry.
2724         * org-remember.el (org-remember-templates): Documentation fix.
2726         * org.el (org-move-subtree-down): Use `org-get-next-sibling' and
2727         `org-get-last-sibling' instead of the outline versions of these
2728         functions.
2729         (org-get-last-sibling): New function.
2730         (org-refile): Use `org-get-next-sibling' instead of the outline
2731         version of this function.
2732         (org-clean-visibility-after-subtree-move): Use
2733         `org-get-next-sibling' and `org-get-last-sibling' instead of the
2734         outline versions of these functions.
2736 2009-08-27  Carsten Dominik  <carsten.dominik@gmail.com>
2738         * org-agenda.el (org-prepare-agenda): When creating a new frame
2739         for the agenda, make the window dedicated.
2741         * org-agenda.el (org-agenda-mode-map): New keys for time motion.
2743         * org-table.el (org-table-align): Change the order of reinsertion
2744         and deletion, to avoid problems with overlays following the table.
2746         * org.el (org-parse-time-string): Better error message.
2747         (org-show-subtree): Use org-end-of-subtree.
2749         * org-macs.el (org-goto-line): New defsubst.
2751         * org.el (org-open-file, org-change-tag-in-region)
2752         (org-fast-tag-show-exit): Don't use `goto-line'.
2754         * org-table.el (org-table-align, org-table-insert-column)
2755         (org-table-delete-column, org-table-move-column)
2756         (org-table-sort-lines, org-table-copy-region)
2757         (org-table-paste-rectangle, org-table-wrap-region)
2758         (org-table-get-specials, org-table-rotate-recalc-marks)
2759         (org-table-get-range, org-table-recalculate)
2760         (org-table-edit-formulas, org-table-fedit-convert-buffer)
2761         (org-table-show-reference, org-table-highlight-rectangle): Don't
2762         use `goto-line'.
2764         * org-src.el (org-edit-src-code, org-edit-fixed-width-region)
2765         (org-edit-src-exit): Don't use `goto-line'.
2767         * org-macs.el (org-preserve-lc): Don't use `goto-line'.
2769         * org-list.el (org-renumber-ordered-list, org-fix-bullet-type):
2770         Don't use `goto-line'.
2772         * org-exp.el (org-export-number-lines): Don't use `goto-line'.
2774         * org-colview.el (org-columns, org-columns-redo)
2775         (org-agenda-columns): Don't use `goto-line'.
2777         * org-colview-xemacs.el (org-columns, org-agenda-columns): Don't
2778         use `goto-line'.
2780         * org-agenda.el (org-agenda-mode): Force visual line motion off.
2781         (org-agenda-add-entry-text-maxlines): Improve docstring.
2782         (org-agenda-start-with-entry-text-mode): New option.
2783         (org-agenda-entry-text-maxlines): New option.
2784         (org-agenda-entry-text-mode): New variable.
2785         (org-agenda-mode): Set initial value of
2786         `org-agenda-entry-text-mode'.
2787         (org-agenda-mode-map): Add the `E' key.
2788         (org-agenda-menu): Add entry text mode to the menu.
2789         (org-agenda-get-some-entry-text): Fix line count bug.
2790         (org-finalize-agenda): Apply entry text mode if appropriate.
2791         (org-agenda-entry-text-show-here): New function.
2792         (org-agenda-entry-text-show): New function.
2793         (org-agenda-entry-text-hide): New function.
2794         (org-agenda-view-mode-dispatch): Add entry text mode to the view
2795         key menu.
2796         (org-agenda-entry-text-mode): New command.
2797         (org-agenda-set-mode-name): Add entry text mode to the mode line
2798         string.
2799         (org-agenda-undo, org-agenda-get-restriction-and-command)
2800         (org-agenda-get-some-entry-text, org-agenda-redo): Don't use
2801         `goto-line'.
2803 2009-08-26  Bernt Hansen  <bernt@norang.ca>
2805         * org-clock.el (org-notify): Bugfix.
2807 2009-08-25  Carsten Dominik  <carsten.dominik@gmail.com>
2809         * org-agenda.el (org-agenda-open-link): Handle multiple links and
2810         check for after-string.
2812         * org-gnus.el (org-gnus-store-link): Simplify.
2814         * org.el (org-latex-regexps): Don't add extra empty lines for
2815         display formulas.
2817 2009-08-24  Carsten Dominik  <carsten.dominik@gmail.com>
2819         * org-agenda.el (org-agenda-get-some-entry-text): New function.
2820         (org-agenda-add-entry-text): Use
2821         `org-agenda-get-some-entry-text'.
2823         * org.el (org-cycle-separator-lines): Update docstring.
2824         (org-cycle-show-empty-lines): Handle negative values for
2825         `org-cycle-show-empty-lines'.
2827         * org-exp.el (org-export-protect-sub-super): New function.
2828         (org-export-normalize-links): Protect the url of plain links from
2829         supscript and superscript processing.
2831         * org-remember.el (org-remember-escaped-%): New function.
2832         (org-remember-apply-template): Use `org-remember-escaped-%' to
2833         detect escaped % signs.
2835 2009-08-23  Bastien Guerry  <bzg@altern.org>
2837         * org-timer.el (org-timer-set-timer): Use `org-notify' and play a
2838         sound when showing the notification.
2840         * org-clock.el (org-notify): New function.
2841         (org-clock-notify-once-if-expired): Use `org-notify'.
2843         * org-gnus.el (org-gnus-store-link): Handle `gnus-summary-mode'
2844         and `gnus-article-mode' separately.
2845         (gnus-summary-article-header): Fix the declare-function.
2847 2009-08-23  Carsten Dominik  <carsten.dominik@gmail.com>
2849         * org-exp.el (org-export-format-source-code-or-example): Translate
2850         language.
2852         * org-src.el (org-src-lang-modes): New variable
2853         (org-edit-src-code): Translate language.
2855         * org-exp.el (org-export-format-source-code-or-example): Deal wit
2856         the new structure of the `org-export-latex-listings-langs'
2857         variable.
2859         * org-latex.el (org-export-latex-listings-langs): Change structure
2860         of the variable from plist to alist.
2862 2009-08-21  Carsten Dominik  <carsten.dominik@gmail.com>
2864         * org.el (org-in-commented-line): New function.
2866 2009-08-20  Carsten Dominik  <carsten.dominik@gmail.com>
2868         * org.el (org-hide-block-toggle): Make folded blocks searchable.
2870 2009-08-19  Friedrich Delgado Friedrichs <friedel@nomaden.org>  (tiny change)
2872         * org.el (org-flag-drawer): More useful error.
2874 2009-08-19  Carsten Dominik  <carsten.dominik@gmail.com>
2876         * org-remember.el (org-remember-apply-template): Use
2877         org-icompleting-read.
2879         * org-publish.el (org-publish): Use org-icompleting-read.
2881         * org-colview.el (org-columns-edit-value, org-columns-new)
2882         (org-insert-columns-dblock): Use org-icompleting-read.
2884         * org-colview-xemacs.el (org-columns-edit-value)
2885         (org-columns-new, org-insert-columns-dblock): Use
2886         org-icompleting-read.
2888         * org-attach.el (org-attach-delete-one, org-attach-open): Use
2889         org-icompleting-read.
2891 2009-08-18  Carsten Dominik  <carsten.dominik@gmail.com>
2893         * org.el (org-hierarchical-todo-statistics): Improve docstring.
2894         (org-version): Return the version text.
2895         (org-org-menu): Add a menu entry for the new bug reporter.
2896         (org-submit-bug-report): New command.
2898         * org-list.el (org-hierarchical-checkbox-statistics): Improve
2899         docstring.
2901         * org.el (org-emphasis-regexp-components): Add "`" to set of
2902         pre-emphasis characters.
2904         * org-latex.el (org-export-latex-classes): Always include the soul
2905         package.
2906         (org-export-latex-emphasis-alist): Use \st for strikethough.
2908         * org-exp-blocks.el (org-export-blocks-preprocess): Use
2909         `indent-code-rigidly' to indent.
2911         * org-agenda.el (org-agenda-get-restriction-and-command): Remove
2912         properties only if MATCH really is a string.
2914 2009-08-16  Carsten Dominik  <carsten.dominik@gmail.com>
2916         * org-latex.el (org-export-latex-packages-alist): Fix
2917         customization type.
2919         * org.el (org-create-formula-image): Also use
2920         `org-export-latex-packages-alist'.
2922         * org-html.el (org-export-as-html): Fix bug in footnote regexp.
2923         (org-export-as-html): Format footnotes correctly.
2925 2009-08-14  Carsten Dominik  <carsten.dominik@gmail.com>
2927         * org.el (org-fast-tag-selection): Avoid text properties on tags
2928         in the alist.
2930         * org-agenda.el (org-agenda-get-restriction-and-command): Avoid
2931         text properties on the match element.
2933 2009-08-12  Carsten Dominik  <carsten.dominik@gmail.com>
2935         * org.el (org-set-regexps-and-options): Make sure the list of done
2936         keywords is not invalid.
2938         * org-exp.el (org-export-interpolate-newlines): New function.
2940 2009-08-11  Carsten Dominik  <carsten.dominik@gmail.com>
2942         * org.el (org-format-latex): Avoid nested overlays.
2944         * org-latex.el (org-export-latex-listings-langs): Add a few more
2945         languages.
2947         * org-exp.el (org-export-preprocess-apply-macros): Make sure to
2948         ignore newlines and space before the first macro argument.
2950         * org-latex.el (org-export-latex-tables): Remove save-excursion
2951         around `org-table-align'.
2953 2009-08-10  Carsten Dominik  <carsten.dominik@gmail.com>
2955         * org.el (org-export-html-special-string-regexps): Definition
2956         moved into org.el
2958         * org-exp.el (org-export-preprocess-apply-macros): Allow newlines
2959         in macro calls.
2961 2009-08-09  Carsten Dominik  <carsten.dominik@gmail.com>
2963         * org-latex.el (org-export-latex-listings)
2964         (org-export-latex-listings-langs): New options.
2966         * org-exp.el (org-export-format-source-code-or-example): Use
2967         listing package if requested by the user.
2969 2009-08-08  Bastien Guerry  <bzg@altern.org>
2971         * org.el (org-iswitchb): Fix bug when aborting the `org-iswitchb'
2972         command before actually switching to a buffer.
2974 2009-08-07  Carsten Dominik  <carsten.dominik@gmail.com>
2976         * org-exp.el (org-get-file-contents): Only quote org lines when
2977         the markup is src or example.
2979         * org-agenda.el (org-agenda-skip-scheduled-if-deadline-is-shown):
2980         New option
2981         (org-agenda-get-day-entries): Remember deadline results and pass
2982         them on into the function getting the scheduling information.
2983         (org-agenda-get-scheduled): Accept deadline results as parameters
2984         and maybe skip some entries.
2985         (org-agenda-skip-scheduled-if-deadline-is-shown): New option.
2987         * org.el (org-insert-heading): When respecting content, do not
2988         convert current line to headline.
2990         * org-clock.el (org-clock-save-markers-for-cut-and-paste): Also
2991         cheeeeeck the hd marker
2992         (org-clock-in): Also set the hd marker.
2993         (org-clock-out): Also set the hd marker.
2994         (org-clock-cancel): Reset markers.
2996         * org.el (org-clock-hd-marker): New marker.
2998         * org-faces.el (org-agenda-clocking): New face.
3000         * org-agenda.el (org-agenda-mark-clocking-task): New function.
3001         (org-finalize-agenda): call `org-agenda-mark-clocking-task'.
3003         * org.el (org-modules): Add org-track.el.
3005         * org-agenda.el (org-agenda-bulk-marked-p): New function.
3006         (org-agenda-bulk-mark, org-agenda-bulk-unmark): Use
3007         `org-agenda-bulk-marked-p'.
3008         (org-agenda-bulk-toggle): New command.
3010 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
3012         * org.el (org-move-subtree-down): Hide subtree if it was folded,
3013         not just the body.
3015         * org-remember.el (org-remember-finalize): Avoid buffer-modified
3016         messages.
3018 2009-08-06  James TD Smith  <ahktenzero@mohorovi.cc>
3020         * org-plot.el (org-plot/gnuplot): Stop datafile from being deleted
3021         before gnuplot can read it.
3023 2009-08-05  Carsten Dominik  <carsten.dominik@gmail.com>
3025         * org-latex.el (org-export-latex-first-lines): Fix bug with
3026         finding the end of the first lines.
3028         * org.el (org-create-formula-image): Remove the -E option for
3029         dvipng.
3031         * org-exp.el (org-default-export-plist): Respect #+BIND.
3032         (org-export-confirm-letbind): New function.
3034         * org.el (org-paste-subtree): Test the kill ring entry if it is
3035         going to be used.
3036         (org-copy-subtree): Use `org-forward-same-level'.
3037         (org-forward-same-level): Respect the `invisibe-ok' arg for
3038         back-to-heading.
3040 2009-08-04  Carsten Dominik  <carsten.dominik@gmail.com>
3042         * org.el (org-table-map-tables): Make sure cursor is back at table
3043         beginning after funcall.
3045         * org-agenda.el (org-agenda-bulk-action): Make sure parents are
3046         handled before children, and do not error if an entry is not
3047         found, probably because it hase been remove when the parent was
3048         archived or refiled.
3050         * org.el (org-ido-completing-read): Accept straight lists for
3051         completion as well as alists.
3053         * org-html.el (org-export-as-html): Fix parenthesis error in
3054         footnore code.
3056         * org-timer.el (org-timer-cancel-timers): Renamed from
3057         `org-timer-cancel-timers'.
3059         * org.el (org-cycle-internal-local): Fix problem with finding next
3060         invisible line.
3062 2009-08-03  Carsten Dominik  <carsten.dominik@gmail.com>
3064         * org-list.el (org-list-send-list): Call
3065         `org-list-goto-true-beginning' instead of
3066         `org-list-find-true-beginning', which does not exist.
3068         * org-timer.el (org-timer-reset-timers): Use `mapc'.
3069         (org-timer-set-timer): Do not assign to heading.
3071         * org-id.el (org-id-open): Quote function name.
3073         * org-macs.el (org-unmodified): Turn off recording undo
3074         information while running inside the macro.
3076         * org-indent.el (org-hide-leading-stars-before-indent-mode): New
3077         variable.
3078         (org-indent-mode): Remember and restore value of
3079         org-hide-leading-stars before `org-indent-mode'.
3081         * org-table.el (org-table-export): Also work in file-less
3082         buffers.
3084         * org.el (org-startup-indented): New option.
3085         (org-startup-options): Add new options indent and noindent.
3086         (org-unfontify-region): Remove line-prefix and wrap-prefix
3087         properties.
3088         (org-after-demote-entry-hook, org-after-promote-entry-hook): New
3089         hooks.
3090         (org-promote, org-demote): Run the new hooks.
3092         * org-table.el (org-table-align): Replace leading \n as well.
3094         * org-exp.el (org-export-push-to-kill-ring): Remove `line-prefix'
3095         and `line-wrap' text properties.
3097         * org-compat.el (org-kill-new): New function.
3099         * org-agenda.el (org-format-agenda-item): Remove `line-prefix' and
3100         `line-wrap' text properties.
3102         * org-indent.el: New file.
3104 2009-08-02  Carsten Dominik  <carsten.dominik@gmail.com>
3106         * org.el (org-provide-todo-statistics): Tweak docstring.
3108         * org-id.el (org-id-open): Honor `org-link-frame-setup'.
3110 2009-08-01  Carsten Dominik  <carsten.dominik@gmail.com>
3112         * org-exp.el (org-export-as-org): Insert the "-source" string
3113         before the extension.
3115         * org.el (org-read-date): Make sure the calendar is in the current
3116         frame.
3117         (org-set-emph-re): Remove the ? from the post-match.
3118         (org-emphasis-regexp-components): Add backslash to the
3119         postmatch class.
3120         (org-set-font-lock-defaults): Write \n instead of \xa, and make it
3121         optional so that also lines at the end of the buffers will still
3122         be matched as headlines.
3124         * org-table.el (org-table-error-on-row-ref-crossing-hline):
3125         Variable made obsolete.
3126         (org-table-relative-ref-may-cross-hline): New option.
3127         (org-table-find-row-type): Honow the new option
3128         `org-table-relative-ref-may-cross-hline'.
3130 2009-07-31  Carsten Dominik  <carsten.dominik@gmail.com>
3132         * org-table.el (org-table-cut-region, org-table-copy-region): Work
3133         on single field if no active region.
3135 2009-07-27  Carsten Dominik  <carsten.dominik@gmail.com>
3137         * org-latex.el (org-export-latex-make-header): Only insert title
3138         if one is defined.
3140         * org.el (org-make-options-regexp): Allow empty values.
3142         * org-html.el (org-export-as-html): Move hrule detection to after
3143         plain list handling.
3145 2009-07-26  Carsten Dominik  <carsten.dominik@gmail.com>
3147         * org-html.el (org-format-org-table-html): Fix colgroup tags.
3149 2009-07-23  Carsten Dominik  <carsten.dominik@gmail.com>
3151         * org.el (org-cycle-internal-local): Improved version of finding
3152         next visible line.
3153         (org-cycle-hide-drawers): Only hide drawers if this is really
3154         necessary.
3155         (outline-end-of-subtree): Make `outline-end-of-subtree' use the
3156         org-version of this function in Org-mode.  We use advice to
3157         implement this change, so that future changes to this function in
3158         outline.el wil be handled properly.
3159         (org-forward-same-level, org-backward-same-level): New commands.
3161 2009-07-21  Carsten Dominik  <carsten.dominik@gmail.com>
3163         * org.el (org-remove-empty-overlays-at)
3164         (org-clean-visibility-after-subtree-move): New functons.
3165         (org-move-subtree-down): Simplify cleanup of display.
3167 2009-07-20  Carsten Dominik  <carsten.dominik@gmail.com>
3169         * org-mac-message.el (org-mac-message-get-links): Improve
3170         docstring.  Make argument SELECT-OR-FLAGGED optional, default to
3171         "s".  Fix the return value.
3172         (org-mac-message-insert-flagged): Simplify.
3174         * org.el (org-refile-get-location): Tamper with refile history o
3175         that history contains compete matches instead of the entered
3176         string.
3178 2009-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
3180         * org.el (org-store-link): Never store a link to an inline task.
3182         * org-inlinetask.el (org-inlinetask-insert-task): New command.
3184         * org-footnote.el (org-footnote-goto-local-insertion-point): Skip
3185         inline tasks when positioning footnotes.
3187         * org-inlinetask.el (org-inlinetask-remove-END-maybe): New
3188         function.
3190         * org.el (org-refile): Remove the END line when archiving an
3191         inline task that does have an END line.
3193         * org-archive.el (org-archive-subtree): Remove the END line when
3194         archiving an inline task that does have an END line.
3196         * org-macs.el (org-with-limited-levels): New macro.
3197         (org-get-limited-outline-regexp): New function.
3199         * org-exp.el (org-export-format-source-code-or-example): Fix bug
3200         that did not enumerate first line.
3201         (org-export-mark-radio-links): Skip matches in links.
3203 2009-07-18  Carsten Dominik  <carsten.dominik@gmail.com>
3205         * org.el (org-activate-plain-links): Make single-match.
3206         (org-adapt-indentation): Fix docstring.
3208         * org-macs.el (org-unmodified): Turn of modification hooks while
3209         running this macro.
3211 2009-08-02  Bastien Guerry  <bzg@altern.org>
3213         * org.el (org-adapt-indentation): Slightly improve the docstring.
3214         (org-occur): Sends an error when the user inputs an empty string.
3215         (org-priority): Bugfix: the tag alignement should happen within
3216         save-excursion.
3218 2009-07-31  Bastien Guerry  <bzg@altern.org>
3220         * org.el (org-make-link-regexps): Don't exclude parentheses from
3221         `org-plain-link-re'
3222         (org-cycle-internal-local): When locally cycling, switch directly
3223         from CHILDREN to FOLDED if there is no subtree
3224         (org-cycle): Update the docstring to document the new behavior of
3225         `org-cycle-internal-local'.
3227 2009-07-29  Nicolas Goaziou <n.goaziou@neuf.fr>  (tiny change)
3229         * org-clock.el (org-clock-in): Bugfix: recognize timestamps with
3230         an abbreviated format for days.
3232 2009-07-27  Bastien Guerry  <bzg@altern.org>
3234         * org-protocol.el (org-protocol-default-template-key): New
3235         option.
3237         * org.el (org-refile): Bugfix: save-excursion before reading the
3238         refile target, otherwise cursor moves might confuse `org-refile'.
3240         * org-html.el (org-export-as-html): Bugfix: correctly convert the
3241         footnote reference before the footnote itself.
3243         * org.el (org-toggle-heading): Bugfix: correctly convert list
3244         items before the first headline.
3246         * org-html.el (org-export-html-footnote-format): New option for
3247         formatting the footnote reference.
3248         (org-export-as-html): Use the new option.
3250         * org.el (org-provide-todo-statistics): Allow a list of TODO
3251         keywords to compute statistics against headlines containing a
3252         keyword from this list.
3253         (org-update-parent-todo-statistics): Possibly use the new allowed
3254         value of `org-provide-todo-statistics'.
3256 2009-07-26  Bastien Guerry  <bzg@altern.org>
3258         * org-timer.el: Add autoload cookie.
3260         * org.el (org-occur-link-in-agenda-files): New function.
3262         * org-timer.el (org-timer-last-timer): New variable.
3264         * org-agenda.el (org-agenda-mode-map): New key for
3265         org-timer-set-timer called from the agenda.
3267         * org.el (org-mode-map): New key for org-timer-set-timer.
3269         * org-timer.el (org-timer-reset-timers)
3270         (org-timer-show-remaining-time, org-timer-set-timer): New
3271         functions.
3273         * org-clock.el (org-show-notification): Update the docstring.
3275         * org.el (org-provide-todo-statistics): Allow new value
3276         'all-headlines for this option, which includes entries with no
3277         TODO keywords in the todo statistics.
3278         (org-update-parent-todo-statistics): Possibly use the new
3279         'all-headline value from `org-provide-todo-statistics'.
3281 2009-07-25  Bastien Guerry  <bzg@altern.org>
3283         * org-clock.el (org-dblock-write:clocktable): Add a new option
3284         :timestamp which allows display of timestamps in clock reports.
3286         * org.el (org-mode-map): Define new key `C-c C-*': convert a plain
3287         list to a subtree, preserving the structure of the list.
3288         (org-set-emph-re): Make the last element optional in the regexp.
3289         This regexp now matches an emphasized string at the end of a line.
3291         * org-list.el (org-list-goto-true-beginning)
3292         (org-list-make-subtree, org-list-make-subtrees): New functions.
3294         * org.el (org-eval-in-calendar): Select the right frame.
3295         (org-save-frame-excursion): Remove this macro.
3297 2009-07-24  Bastien Guerry  <bzg@altern.org>
3299         * org-list.el (org-list-beginning-re): Bugfix: don't use * when
3300         trying to find the beginning of a list.
3302         * org-exp.el (org-get-file-contents): Use a new argument: markup.
3303         When present, tell org-get-file-contents not to protect org-like
3304         lines.
3306         * org-id.el (org-id-uuid-program): New option to set the name of
3307         the uuidgen program.
3308         (org-id-method): Use `org-id-uuid-program'.
3309         (org-id-new): Use `org-id-uuid-program'.
3311 2009-07-23  Bastien Guerry  <bzg@altern.org>
3313         * org-exp.el (org-export-number-lines): Allow whitespace in code
3314         references.  Allow the -r switch to remove the references in the
3315         source code even when the lines are not numbered: the labels can
3316         be explicit enough.
3318         * org.el (org-fontify-whole-heading-line): New option.
3319         (org-set-font-lock-defaults): Use the new option.
3321         * org-clock.el (org-show-notification-handler): New option.
3322         (org-show-notification): Use the new option.
3324 2009-07-21  Bastien Guerry  <bzg@altern.org>
3326         * org.el (org-eval-in-calendar): Fix a bug about calendar
3327         navigation when `calendar-setup' value is 'calendar-only.
3329 2009-07-19  Bastien Guerry  <bzg@altern.org>
3331         * org.el (orgstruct++-mode): Fix typo in docstring.
3332         (org-insert-link): Clean up: (or (...)) => (...)
3333         (org-insert-link): Use TAB for stored links completion.
3335 2009-07-18  Bastien Guerry  <bzg@altern.org>
3337         * org.el (org-get-refile-targets): Fix bug: don't ignore case when
3338         building the list of targets.
3340         * org-remember.el (org-remember-delete-empty-lines-at-end): New
3341         option.
3342         (org-remember-handler): Use the new option.
3344 2009-07-17  James TD Smith  <ahktenzero@mohorovi.cc>
3346         * org.el (org-tags-sort-function): New option for sorting tags.
3347         (org-set-tags): Use the new option to sort tags.
3349         * org-plot.el (org-plot/gnuplot): Run with an idle timer to avoid
3350         premature deletion of the data when using org-plot in a script.
3352 2009-07-17  Bastien Guerry  <bzg@altern.org>
3354         * org-clock.el (org-clock-in-prepare-hook): New hook.
3355         (org-clock-in): Use this new hook.
3357 2009-07-16  Bastien Guerry  <bzg@altern.org>
3359         * org.el (org-special-ctrl-a/e): Explicitely bind the value
3360         'reversed for this option to the "true line boundary first"
3361         behavior.
3362         (org-tags-match-list-sublevels): Document the 'indented value for
3363         this variable.
3365         * org-latex.el (org-export-latex-first-lines): Fix problem with
3366         publishing the region.
3368         * org-exp.el (org-export-format-source-code-or-example): Fix
3369         bad line numbering when exporting examples in HTML.
3371         * org-colview.el (org-format-time-period): Formats a time in
3372         fractional days as days, hours, mins, seconds.
3373         (org-columns-display-here): Add special handling for SINCE and
3374         SINCE_IA to format for display.
3376 2009-07-12  James TD Smith  <ahktenzero@mohorovi.cc>
3378         * org.el (org-tags-sort-function): Add custom declaration for tags
3379         sorting function.
3380         (org-set-tags): Sort tags if org-tags-sort-function is set
3382 2009-07-08  Carsten Dominik  <carsten.dominik@gmail.com>
3384         * org-clock.el (org-clock-goto): Find hidden headlines as well.
3386         * org.el (org-narrow-to-subtree): Find hidden headlines as well.
3388         * org-plot.el (org-plot/add-options-to-plist): Add timeind
3389         option.
3391 2009-07-07  Carsten Dominik  <carsten.dominik@gmail.com>
3393         * org-publish.el (org-publish-remove-all-timestamps): New function.
3394         (org-publish-all): Remove all timestamp files if `org-publish-all'
3395         is called with a prefix argument.
3397         * org-list.el (org-indent-item): Fix typo.
3398         (org-item-indent-positions): Normalize ordered bullet.
3400         * org-html.el (org-export-html-home/up-format): New option.
3401         (org-export-as-html): Insert the up and HOME links.
3403 2009-07-06  Carsten Dominik  <carsten.dominik@gmail.com>
3405         * org-html.el (org-export-as-html): Insert the title into the
3406         option plist.
3407         (org-export-html-insert-plist-item): New function.
3408         (org-export-as-html): Call `org-export-html-insert-plist-item'.
3410         * org-macs.el (org-set-local): Make a local variable, do not make
3411         the variable buffer-local!
3413         * org-latex.el (org-export-as-latex): Call `org-install-letbind'.
3415         * org-html.el (org-export-as-html): Call `org-install-letbind'.
3417         * org-docbook.el (org-export-as-docbook): Call
3418         `org-install-letbind'.
3420         * org-ascii.el (org-export-as-ascii): Call `org-install-letbind'.
3422         * org-exp.el (org-infile-export-plist): Read BIND lines.
3423         (org-install-letbind): New function.
3424         (org-export-as-org, org-export-preprocess-string): Call
3425         `org-install-letbind'.
3427         * org-src.el (org-edit-src-exit): Untabify the example before
3428         returning to Org.
3430         * org-list.el (org-list-demote-modify-bullet): New option.
3431         (org-first-list-item-p): Save point.
3432         (org-fix-bullet-type): New optional argument FORCE-BULLET.
3433         (org-indent-item): Honor `org-list-demote-modify-bullet'.
3434         (org-item-indent-positions): Return bullet types along with
3435         indentation.
3437 2009-07-05  Carsten Dominik  <carsten.dominik@gmail.com>
3439         * org.el (org-show-entry): Hide drawers.
3441 2009-07-03  Carsten Dominik  <carsten.dominik@gmail.com>
3443         * org-footnote.el (org-footnote-auto-adjust): New option.
3444         (org-footnote-auto-adjust-maybe): New function.
3445         (org-footnote-new, org-footnote-delete): Call
3446         `org-footnote-auto-adjust-maybe'.
3448         * org.el (org-startup-options): Add new footnote-related
3449         keywords.
3451         * org-publish.el (org-publish-timestamp-filename): Additional
3452         arguments PUB-DIR and PUB-FUNC, which are included in the hash.
3453         (org-publish-needed-p): Additional arguments PUB-DIR PUB-FUNC
3454         TRUE-PUB-DIR.  Pass them through to
3455         `org-publish-timestamp-filename'.
3456         (org-publish-update-timestamp): Additional arguments PUB-DIR and
3457         PUB-FUNC, which are included in the hash.
3458         (org-publish-file): Delay timestamp test until the publishing
3459         function is known.
3461 2009-07-02  Carsten Dominik  <carsten.dominik@gmail.com>
3463         * org-agenda.el (org-agenda-bulk-action): Add scheduling and
3464         setting the deadline.
3466         * org.el (org-read-date-final-answer): New variable.
3467         (org-read-date): Store the final answer string, including the date
3468         from the calendar, for reuse by agenda bulk commands.
3470         * org-publish.el (org-publish-attachment): Fix publishing of
3471         attachments.
3473         * org-latex.el (org-export-latex-quotation-marks): Fix export of
3474         quotation makrs in parenthesis.
3475         (org-remove-initial-hash): New function.
3476         (org-export-latex-preprocess): Fix bug with infinite loop if
3477         environment is not properly closed.
3479         * org-table.el (org-table-get-remote-range): Find #+TBLNAME also
3480         when indented.
3482         * org.el (org-fontify-meta-lines-and-blocks): Make #+TBLNAME
3483         highlight also when indented.
3485 2009-07-01  Carsten Dominik  <carsten.dominik@gmail.com>
3487         * org-footnote.el (org-footnote-renumber-fn:N): New command.
3488         (org-footnote-action): Offer renumbering.
3490         * org.el (org-cycle): Honor the `integrate' value of
3491         org-cycle-include-plain-lists'.
3493         * org-list.el (org-cycle-include-plain-lists): New allowed value
3494         `internal'.  Improve the docstring.
3496         * org.el (org-set-autofill-regexps): Improve the paragraph-start
3497         regexp to work better with LaTeX commands.
3499 2009-06-30  Carsten Dominik  <carsten.dominik@gmail.com>
3501         * org-feed.el (org-feed-update): fix problem with non-existing
3502         buffer.
3503         (org-feed-skip-http-headers): New function.
3504         (org-feed-get-feed): Call `org-feed-skip-http-headers'.
3505         (org-feed-get-feed): Fix command line arguments for curl.
3507 2009-06-28  Carsten Dominik  <carsten.dominik@gmail.com>
3509         * org-latex.el (org-export-latex-inline-image-extensions): Add ps
3510         and eps extensions.
3512 2009-06-27  Carsten Dominik  <carsten.dominik@gmail.com>
3514         * org-agenda.el (org-write-agenda): Make sure org-icalendar is
3515         loaded.
3517         * org.el (org-map-entries): No longer force
3518         `org-tags-match-list-sublevels' to t during a todo-only tags
3519         search.
3521 2009-06-26  Carsten Dominik  <carsten.dominik@gmail.com>
3523         * org-latex.el (org-export-latex-low-levels): Allow user-defined
3524         environment.
3525         (org-export-latex-subcontent): Handle user-defined environment.
3527         * org-agenda.el (org-agenda-view-mode-dispatch): Add more keys to
3528         the View dispatcher.
3530         * org.el (org-hide-block-toggle): Use `org-make-overlay' instead of
3531         `make-overlay'.
3533         * org-latex.el (org-export-as-pdf): Protect match data during call
3534         to shell-quote-argument.
3536         * org-agenda.el (org-agenda-mode-map): Modify bulk action keys.
3537         (org-agenda-view-mode-dispatch): New function.
3539 2009-06-24  Carsten Dominik  <carsten.dominik@gmail.com>
3541         * org-agenda.el (org-agenda-mode): Reset list of marks.
3542         (org-agenda-mode-map): Define new keys for refile and bulk action.
3543         (org-agenda-menu): Add menu itesm for refile and bulk action.
3544         (org-agenda-refile): New function.
3545         (org-agenda-set-tags): Optional arguments TAG and ONOFF.
3546         (org-agenda-marked-entries): New variable.
3547         (org-agenda-bulk-select, org-agenda-remove-bulk-action-overlays)
3548         (org-agenda-remove-all-bulk-action-marks)
3549         (org-agenda-bulk-action): New functions/commands.
3551 2009-06-23  Carsten Dominik  <carsten.dominik@gmail.com>
3553         * org-exp.el (org-get-file-contents): Protect org-like lines in
3554         included files.
3555         (org-export-format-source-code-or-example): Remove newlines.
3557         * org-latex.el (org-export-latex-links): Check for no-description
3558         marking.
3560         * org-exp.el (org-export-preprocess-apply-macros): Switch macro
3561         argument separator back to comma.
3562         (org-export-normalize-links): Mark links without description.
3564 2009-06-22  Carsten Dominik  <carsten.dominik@gmail.com>
3566         * org-exp.el (org-infile-export-plist): Fix bug in macro
3567         processing.
3569         * org-agenda.el (org-agenda-clock-out): Update line after clocking
3570         out.
3571         (org-agenda-highlight-todo): Fix bug with highlighting.
3573 2009-06-21  Carsten Dominik  <carsten.dominik@gmail.com>
3575         * org.el (org-set-font-lock-defaults): Adapt formatting to capture
3576         new alignment strings.
3578         * org-table.el (orgtbl-self-insert-command): Add yas/expand to
3579         command list.
3580         (org-table-align): Check for forced align type.
3582         * org.el (org-self-insert-command): Add yas/expand to command
3583         list.
3585         * org-clock.el (org-clock-in-hook): New hook.
3586         (org-clock-in): Run `org-clock-in-hook.
3587         (org-clock-out-hook): New hook.
3588         (org-clock-out): Run `org-clock-out-hook.
3589         (org-clock-cancel-hook): New hook.
3590         (org-clock-cancel): Run `org-clock-cancel-hook.
3591         (org-clock-goto-hook): New hook.
3592         (org-clock-goto): Run `org-clock-goto-hook.
3594 2009-06-20  Carsten Dominik  <carsten.dominik@gmail.com>
3596         * org.el (org-store-link): Better default description for link to
3597         Org-mode headline.
3599         * org-exp.el (org-export-generic): Autoload the generic exporter
3600         function.
3601         (org-export): Implement the `g' key for the generic exporter.
3603 2009-06-19  Carsten Dominik  <carsten.dominik@gmail.com>
3605         * org-table.el (orgtbl-setup): Add a binding for `S-iso-lefttab',
3606         and for zbacktab'.
3608         * org-exp-blocks.el (org-ditaa-jar-path): Fix default ditaa path.
3610         * org-exp.el (org-infile-export-plist): Get macros also from
3611         #+SETUPFILE.
3613 2009-06-18  Carsten Dominik  <carsten.dominik@gmail.com>
3615         * org-colview.el (org-columns-capture-view): Protect vertical bars
3616         in column values.
3617         (org-columns-capture-view): Exclude comment and archived trees.
3619         * org-colview-xemacs.el (org-columns-capture-view): Protect
3620         vertical bars in column values.
3621         (org-columns-capture-view): Exclude comment and archived trees.
3623         * org.el (org-quote-vert): New function.
3625         * org-latex.el (org-export-latex-verbatim-wrap): New option.
3627         * org-exp.el (org-export-format-source-code-or-example): Use
3628         `org-export-latex-verbatim-wrap'.
3630         * org.el (org-clone-subtree-with-time-shift): Also shift inactive
3631         time stamps.
3633         * org-html.el (org-export-table-row-tags): New option.
3634         (org-format-org-table-html): Rename `nlines' to `nline', use new
3635         option.
3638 2009-06-17  Carsten Dominik  <carsten.dominik@gmail.com>
3640         * org-exp-blocks.el: Declare functions and variables.
3642         * org-remember.el (org-remember-templates): Allow the headline
3643         element to be a function.
3644         (org-remember-apply-template): If the headline is a function, call
3645         it to get the true function.
3647         * org-clock.el (org-clock-menu): New function.
3648         (org-clock-update-mode-line): Update help string.
3649         (org-clock-modify-effort-estimate): New function.
3650         (org-clock-mark-default-task): New function.
3652         * org.el (org-hh:mm-string-to-minutes): Also take just a number of
3653         minutes as input.
3654         (org-org-menu): Add new clocking stuff.
3655         (org-clock-is-active): New function.
3657 2009-06-14  Carsten Dominik  <carsten.dominik@gmail.com>
3659         * org.el (org-open-non-existing-files): Improve docstring.
3661 2009-06-11  Carsten Dominik  <carsten.dominik@gmail.com>
3663         * org-icalendar.el (org-icalendar-include-bbdb-anniversaries): New
3664         option.
3665         (org-export-icalendar): Call `org-bbdb-anniv-export-ical'.
3667         * org-bbdb.el (org-bbdb-anniv-export-ical): New function.
3669         * org-list.el (org-get-checkbox-statistics-face): Use the new
3670         faces.
3672         * org-faces.el (org-checkbox-statistics-todo)
3673         (org-checkbox-statistics-done): New faces.
3675 2009-06-09  Carsten Dominik  <carsten.dominik@gmail.com>
3677         * org-src.el (org-src-mode): Renamed from `org-exit-edit-mode'.
3678         (org-edit-src-exit): Better cursor positioning when returning from
3679         editing.
3681         * org-latex.el (org-export-latex-use-verb): New variable.
3682         (org-export-latex-emph-format): Prefer \texttt over \verb when
3683         org-export-latex-use-verb is set.
3685 2009-06-08  Carsten Dominik  <carsten.dominik@gmail.com>
3687         * org-docbook.el (org-export-docbook-close-lists-maybe): Also look
3688         at normal indentation.
3690         * org-html.el (org-export-html-close-lists-maybe): Also look at
3691         normal indentation.
3693         * org-remember.el (org-remember-handler): Abort remember if the
3694         buffer is empty.
3696         * org-src.el (org-edit-src-content-indentation): New option.
3697         (org-edit-src-exit): Apply extra indentation.
3699         * org-exp.el (org-export-format-source-code-or-example): Run
3700         `org-src-mode-hook'.
3702         * org-src.el (org-src-mode-hook): New variable.
3703         (org-edit-src-code): Run `org-src-mode-hook'.
3705 2009-06-07  Carsten Dominik  <carsten.dominik@gmail.com>
3707         * org.el (org-indent-line-function): Fix indentation of +#end lines.
3709         * org-src.el (org-edit-src-get-indentation): New function.
3710         (org-edit-src-code): Base indentation on the begin line.
3712 2009-06-07  Tassilo Horn  <tassilo@member.fsf.org>
3714         * org-gnus.el (org-gnus-store-link): Require message.el in
3715         org-gnus-store-link.
3717 2009-06-07  Carsten Dominik  <carsten.dominik@gmail.com>
3719         * org-src.el: New file, split out of org.el
3721         * org-docbook.el (org-export-as-docbook): Better indentation
3722         treatment.
3724         * org-macs.el (org-replace-match-keep-properties): New function.
3726         * org-exp.el (org-export-mark-blockquote-verse-center): Better
3727         preprocessing of center and quote and verse blocks.
3729         * org-docbook.el (org-export-docbook-close-lists-maybe): New function.
3730         (org-export-as-docbook): Close lists when original indentation
3731         mandates it.
3733         * org-html.el (org-export-html-close-lists-maybe): New function.
3734         (org-export-as-html): Close lists when original indentation
3735         mandates it.
3737         * org-list.el (org-list-end): Respect the stored "original"
3738         indentation when determining the end of the list.
3740         * org-exp.el (org-export-replace-src-segments-and-examples):
3741         Remember indentation correctly.
3743 2009-06-06  Carsten Dominik  <carsten.dominik@gmail.com>
3745         * org-clock.el (org-clock-update-mode-line): Apply face
3746         org-mode-line-clock.
3748         * org-faces.el (org-mode-line-clock): New face.
3750 2009-06-05  Tassilo Horn  <tassilo@member.fsf.org>
3752         * org-gnus.el (org-gnus-store-link): Fix bug where
3753         `org-gnus-store-link' used wrong subject when called in an article
3754         buffer.  Patch provided by fengli AT gmail DOT com.
3756 2009-06-04  Carsten Dominik  <carsten.dominik@gmail.com>
3758         * org-exp.el (org-export-format-source-code-or-example): Remember
3759         the original indentation of source code snippets and examples.
3761         * org-latex.el (org-export-as-latex): Relocate the table of
3762         contents.
3764         * org.el (org-ctrl-c-ctrl-c): Update clock lines.
3766         * org-agenda.el (org-run-agenda-series): Scope global options also
3767         when creating the agenda buffer.
3769 2009-06-03  Carsten Dominik  <carsten.dominik@gmail.com>
3771         * org.el (org-adapt-indentation): Improve documentation.
3772         (org-insert-property-drawer): Respect org-adapt-indentation when
3773         inserting the drawer.
3774         (org-remove-flyspell-overlays-in): New function.
3775         (org-do-emphasis-faces, org-activate-plain-links)
3776         (org-activate-code, org-fontify-meta-lines-and-blocks)
3777         (org-activate-angle-links, org-activate-footnote-links)
3778         (org-activate-bracket-links, org-activate-dates)
3779         (org-activate-target-links, org-activate-tags): Remove flyspell
3780         overlays.
3782 2009-06-02  Carsten Dominik  <carsten.dominik@gmail.com>
3784         * org.el (org-edit-src-save): New function.
3786         * org-clock.el (org-clock-out-switch-to-state): New option.
3787         (org-clock-out): Honor `org-clock-out-switch-to-state'.
3789         * org-compat.el (org-compatible-face): Improve macro.
3791         * org.el (org-global-properties-fixed): Add default for
3792         CLOCK_MODELINE_TOTAL.
3794         * org-clock.el (org-clock-sum): Accept lists and strigs as tstart
3795         andd tend.
3796         (org-clock-sum-current-item): Optional argument TSTART, pass it to
3797         org-clock-sum.
3798         (org-clock-get-sum-start): New function.
3800         * org.el (org-startup-options): New keywords blockhide and
3801         blockshow.
3802         (org-mode): Add new invisibility spec.
3803         (org-set-startup-visibility): Hide block on startup if so
3804         desired.
3805         (org-hide-block-startup): New option.
3806         (org-block-regexp): New constant.
3807         (org-hide-block-overlays): New variable.
3808         (org-block-map, org-hide-block-toggle-all, org-hide-block-all)
3809         (org-show-block-all, org-hide-block-toggle-maybe)
3810         (org-hide-block-toggle): New functions.
3811         (org-edit-src-exit): Do not quote lines starting with # and no +
3812         behind it.
3813         (org-auto-repeat-maybe): Add LAST_REPEAT properter for a repeating
3814         entry.
3816 2009-05-30  Carsten Dominik  <carsten.dominik@gmail.com>
3818         * org.el (org-buffer-property-keys): Add Effort property for
3819         completion.
3821 2009-05-28  Carsten Dominik  <carsten.dominik@gmail.com>
3823         * org-clock.el (org-clock-sum-current-item): Fix positioning bug
3824         when retrieving total clocked time in the subtree.
3826         * org.el (org-quoting-blocks): New variable.
3828 2009-05-27  Carsten Dominik  <carsten.dominik@gmail.com>
3830         * org-table.el (org-table-store-formulas)
3831         (org-table-get-stored-formulas, org-table-fix-formulas)
3832         (org-table-edit-formulas, orgtbl-ctrl-c-ctrl-c)
3833         (orgtbl-gather-send-defs): Allow indented #+TBLFM line.
3835         * org.el (org-fontify-meta-lines, org-ctrl-c-ctrl-c): Allow
3836         indented #+TBLFM line.
3838         * org-footnote.el (org-footnote-goto-local-insertion-point): Allow
3839         indented #+TBLFM line.
3841         * org-colview.el (org-dblock-write:columnview): Allow indented
3842         #+TBLFM line.
3844         * org-colview-xemacs.el (org-dblock-write:columnview): Allow
3845         indented #+TBLFM line.
3847         * org-clock.el (org-dblock-write:clocktable): Allow indented
3848         #+TBLFM line.
3850 2009-05-26  Carsten Dominik  <carsten.dominik@gmail.com>
3852         * org-exp.el (org-export-format-source-code-or-example): Make
3853         editing indented blocks work correctly.
3855         * org.el (org-edit-src-nindent): New variable.
3856         (org-edit-src-code, org-edit-fixed-width-region)
3857         (org-edit-src-find-region-and-lang, org-edit-src-exit): Make
3858         editing indented blocks work correctly.
3860 2009-05-24  Carsten Dominik  <carsten.dominik@gmail.com>
3862         * org-exp.el (org-export-replace-src-segments-and-examples): FInd
3863         indented blocks.
3864         (org-export-format-source-code-or-example): Fix indentation of
3865         blocks.
3866         (org-export-remove-indentation): New function.
3867         (org-export-select-backend-specific-text): Allow backend-specific
3868         code to be indented.
3869         (org-export-mark-blockquote-verse-center): Allow markers to be
3870         indented.
3872         * org.el (org-fontify-meta-lines): New function.
3873         (org-set-font-lock-defaults): Call the new fontification
3874         function.
3876         * org-faces.el (org-meta-line): New face
3877         (org-block):  New face.
3879 2009-05-27  Carsten Dominik  <carsten.dominik@gmail.com>
3881         * org.el (org-treat-insert-todo-heading-as-state-change)
3882         (org-treat-S-cursor-todo-selection-as-state-change): New
3883         variables.
3884         (org-insert-todo-heading): Honor
3885         `org-treat-insert-todo-heading-as-state-change'.
3886         (org-shiftright, org-shiftleft): Honor
3887         `org-treat-S-cursor-todo-selection-as-state-change'.
3888         (org-inhibit-logging): New variable.
3890 2009-05-23  Carsten Dominik  <carsten.dominik@gmail.com>
3892         * org-agenda.el (org-remove-subtree-entries-from-agenda): Reduce
3893         range for marker position checking.
3895         * org-latex.el (org-export-latex-first-lines): Fix bug when
3896         exporting a region.
3898 2009-05-22  Carsten Dominik  <carsten.dominik@gmail.com>
3900         * org-exp.el (org-export-push-to-kill-ring): Protect using
3901         x-set-selection, because that does not always work.
3903         * org-agenda.el (org-agenda-list): Apply the new face
3904         `org-agenda-date-today'.
3906         * org-faces.el (org-agenda-date-today): New face.
3908 2009-05-21  Carsten Dominik  <carsten.dominik@gmail.com>
3910         * org-agenda.el (org-agenda-to-appt): Turn off restriction when
3911         creating appointments.
3913         * org-latex.el (org-export-latex-low-levels): Fix customization
3914         type.
3916         * org.el (org-priority, org-shiftup, org-shiftdown): Disable
3917         priority commands.
3919         * org-agenda.el (org-agenda-priority): Disable priority commands.
3921         * org.el (org-enable-priority-commands): New option.
3923         * org-colview-xemacs.el (org-columns-compute)
3924         (org-columns-number-to-string): Fix problems with empty fields.
3926         * org-colview.el (org-columns-compute)
3927         (org-columns-number-to-string): Fix problems with empty fields.
3929         * org-exp.el (org-export-push-to-kill-ring): New function.
3930         (org-export-copy-to-kill-ring): New option.
3932         * org-latex.el (org-export-as-latex): Call
3933         `org-export-push-to-kill-ring'.
3935         * org-html.el (org-export-as-html): Call
3936         `org-export-push-to-kill-ring'.
3938         * org-docbook.el (org-export-as-docbook): Call
3939         `org-export-push-to-kill-ring'.
3941         * org-ascii.el (org-export-as-ascii): Call
3942         `org-export-push-to-kill-ring'.
3944         * org-exp.el (org-export-show-temporary-export-buffer): New
3945         option.
3947         * org-latex.el (org-export-as-latex): Use
3948         `org-export-show-temporary-export-buffer'.
3950         * org-html.el (org-export-as-html): Use
3951         `org-export-show-temporary-export-buffer'.
3953         * org-docbook.el (org-export-as-docbook): Use
3954         `org-export-show-temporary-export-buffer'.
3956         * org-ascii.el (org-export-as-ascii-to-buffer): Use
3957         `org-export-show-temporary-export-buffer'.
3959         * org-exp.el (org-export-show-temporary-export-buffer): New
3960         option.
3961         (org-export-push-to-kill-ring): New function.
3963         * org-colview.el (org-columns-compile-map): New variable.
3964         (org-columns-new, org-columns-compute)
3965         (org-columns-number-to-string, org-columns-uncompile-format)
3966         (org-columns-compile-format): Implement new operators.
3968 2009-05-20  Carsten Dominik  <carsten.dominik@gmail.com>
3970         * org-exp.el (org-export-plist-vars): Add :xml-declaration.
3972         * org-html.el (org-export-html-xml-declaration): New option.
3973         (org-export-as-html): Use `org-export-html-xml-declaration'.
3975         * org-list.el (org-update-checkbox-count): Make property
3976         dependent.
3978         * org.el (org-hierarchical-todo-statistics): New option.
3979         (org-update-parent-todo-statistics): Modified to handle recursive
3980         statistics.
3982 2009-05-19  Carsten Dominik  <carsten.dominik@gmail.com>
3984         * org-publish.el (org-publish): Make this function behave
3985         correctly in interactive use when called with a prefix argument.
3987         * org.el (org-todo-statistics-hook): New hook.
3988         (org-update-parent-todo-statistics): Use new hook.
3989         (org-log-into-drawer): New function.
3990         (org-add-log-setup): Use the new `org-log-into-drawer' function to
3991         determine if we should be logging into a drawer.
3992         (org-log-into-drawer): Update docstring.
3993         (org-default-properties): Add LOG_INTO_DRAWER as a property.
3995         * org-list.el (org-checkbox-statistics-hook): New hook.
3996         (org-update-checkbox-count-maybe): Use new hook.
3998         * org-ascii.el (org-export-ascii-copy-to-kill): New option.
3999         (org-export-as-ascii): Hide export buffer, and copy exported ASCII
4000         to kill ring.
4002 2009-05-17  Carsten Dominik  <carsten.dominik@gmail.com>
4004         * org-ascii.el (org-export-as-ascii): Fix bug with match string in
4005         a line.
4007 2009-05-16  Carsten Dominik  <carsten.dominik@gmail.com>
4009         * org.el (org-edit-src-code, org-edit-fixed-width-region): Use a
4010         better bufer-generating mechanism.
4011         (org-edit-src-find-buffer): New function.
4013         * org-icalendar.el (org-print-icalendar-entries): Don't check for
4014         archive tag, this is already done by `org-agenda-skip'.
4015         data while constructing lost of tags.
4017 2009-05-15  Carsten Dominik  <carsten.dominik@gmail.com>
4019         * org-exp.el (org-export-preprocess-apply-macros): Use semicolon
4020         as argument separator in macros.
4022         * org-html.el (org-export-as-html): Add xml declaration.
4024 2009-05-14  Carsten Dominik  <carsten.dominik@gmail.com>
4026         * org.el (org-after-sorting-entries-or-items-hook): New hook.
4027         (org-sort-entries-or-items): Run the new hook.
4028         (org-after-refile-insert-hook): New hook.
4029         (org-refile): Run `org-after-refile-insert-hook'.
4031         * org-agenda.el (org-agenda-get-progress): Never take time of day
4032         from headline when displaying progress.
4034         * org-latex.el (org-export-latex-complex-heading-re): New variable.
4035         (org-export-as-latex): Force the correct regexp in the
4036         preprocessor buffer.
4037         (org-export-latex-set-initial-vars): Set
4038         `org-export-latex-complex-heading-re'.
4040         * org-agenda.el (org-agenda-start-with-log-mode): New option.
4041         (org-agenda-mode): Use `org-agenda-start-with-log-mode'.
4043 2009-05-13  Carsten Dominik  <carsten.dominik@gmail.com>
4045         * org-latex.el (org-export-latex-tables-centered): New option.
4046         (org-export-latex-tables): Use `org-export-latex-tables-centered'.
4048         * org-exp.el (org-export-as-org): New command.
4049         (org-export-as-org): New command.
4051         * org-publish.el (org-publish-org-to-org): New function.
4053 2009-05-12  Carsten Dominik  <carsten.dominik@gmail.com>
4055         * org.el (org-yank): Just call `org-yank-generic'.
4056         (org-yank-generic): New function, containing the formaer
4057         functionality of `org-yank'.
4059         * org-latex.el (org-export-latex-not-done-keywords)
4060         (org-export-latex-done-keywords): New variables.
4061         (org-export-latex-todo-keyword-markup): New option.
4062         (org-export-latex-set-initial-vars): Remember the TODO keywords.
4063         (org-export-latex-keywords-maybe): Apply the TODO markup.
4065 2009-05-11  Carsten Dominik  <carsten.dominik@gmail.com>
4067         * org-exp.el (org-infile-export-plist): Add more default macros.
4068         (org-export-preprocess-apply-macros): Process macro arguments.
4070 2009-05-10  Carsten Dominik  <carsten.dominik@gmail.com>
4072         * org-icalendar.el (org-icalendar-include-todo): New allowedvalue
4073         `unblocked'.
4074         (org-print-icalendar-entries): Respect the new value of
4075         `org-icalendar-include-todo'.
4077         * org.el (org-link-try-special-completion)
4078         (org-file-complete-link): New functions.
4079         (org-insert-link): Add special completion support for some link
4080         types.
4082         * org-bbdb.el (org-bbdb-complete-link): New function.
4084 2009-05-08  Carsten Dominik  <carsten.dominik@gmail.com>
4086         * org-list.el (org-update-checkbox-count): Allow recursive
4087         statistics.
4088         (org-hierarchical-checkbox-statistics): New option.
4090         * org.el (org-cycle): Remove erraneous space character.
4092         * org-icalendar.el (org-icalendar-timezone): Initialize from
4093         environment.
4095         * org-html.el (org-format-org-table-html): Specify the scope.
4096         (org-format-table-table-html): Specify the scope.
4097         (org-export-table-header-tags): Prepare the scope parameter.
4099 2009-05-07  Carsten Dominik  <carsten.dominik@gmail.com>
4101         * org-html.el
4102         (org-export-html-table-use-header-tags-for-first-column): New
4103         option.
4105         * org.el (org-autoload): Fix autoloading of ascii export
4106         functions.
4107         (org-modules): Add org-special-blocks.
4109 2009-05-06  Carsten Dominik  <carsten.dominik@gmail.com>
4111         * org-icalendar.el (org-start-icalendar-file): Use the new option.
4112         (org-ical-timezone): New option.
4114         * org-exp.el (org-export-get-coderef-format): Use the description
4115         is present.
4117         * org.el (org-sort-entries-or-items): Improve docstring, and make
4118         better implementation for time sorting.
4120 2009-05-05  Carsten Dominik  <carsten.dominik@gmail.com>
4122         * org.el (org-edit-src-persistent-message): New option.
4123         (org-edit-src-code, org-edit-fixed-width-region): Use the new
4124         option.
4126         * org-clock.el (org-clock-insert-selection-line): Fix prefious
4127         patch.
4129         * org.el (org-edit-src-code, org-edit-fixed-width-region): Use
4130         separate buffer instead of indirect buffer to edit source code.
4131         (org-edit-src-exit): Make this function work with the new setup.
4133         * org-clock.el (org-clock-insert-selection-line): Make sure tasks
4134         are properly fontified before shown in the selection menu.
4136         * org.el (org-fontify-like-in-org-mode): New function.
4138         * org-latex.el (org-export-latex-links): Use the property list to
4139         retrieve the default image attributes.
4141         * org-exp.el (org-export-plist-vars): Add a new option.
4143 2009-05-04  Carsten Dominik  <carsten.dominik@gmail.com>
4145         * org-exp.el (org-export, org-export-visible): Support ASCII
4146         export to buffer
4147         (org-export-normalize-links): Do not protect the description if it
4148         is explicitly given.
4150         * org-ascii.el (org-export-as-ascii-to-buffer)
4151         (org-replace-region-by-ascii, org-export-region-as-ascii): New
4152         commands.
4153         (org-export-as-ascii): Add all the same parameters that are also
4154         supported by the other export functions.
4156         * org-list.el (org-reset-checkbox-state-subtree): Moved here from
4157         org-checklist.el.
4158         (org-reset-checkbox-state-subtree): Call
4159         `org-reset-checkbox-state-subtree'.
4161         * org-remember.el (org-select-remember-template): For the
4162         selection of a valid template.
4164         * org-latex.el (org-export-region-as-latex): Supply the
4165         force-no-subtree argument.
4166         (org-export-as-latex): Provide better limits when exporting the
4167         first line.  When exporting to string, we still want the first
4168         lines.
4169         (org-export-latex-first-lines): New argument END, to force the end
4170         of the region.
4171         (org-export-region-as-latex): Use the property list.
4172         (org-export-as-latex):
4174         * org-colview-xemacs.el (org-columns-remove-overlays)
4175         (org-columns): Fix call to `local-variable-p'.
4177 2009-05-02  Carsten Dominik  <carsten.dominik@gmail.com>
4179         * org-html.el (org-export-html-after-blockquotes-hook): New hook.
4180         (org-export-as-html): Run the new hook.
4182         * org-latex.el (org-export-latex-after-blockquotes-hook): New hook.
4183         (org-export-latex-preprocess): Run the new hook.
4185         * org-exp.el (org-export-preprocess-after-blockquote-hook): New hook.
4186         (org-export-preprocess-string): Run the new hook.
4188 2009-04-30  Carsten Dominik  <carsten.dominik@gmail.com>
4190         * org-macs.el (org-check-external-command): New defsubst.
4192         * org.el (org-mode-map): New key for reload.
4193         (org-format-latex): Better error message when external programs
4194         are not available.
4196         * org-agenda.el (org-agenda-mode-map): Bind `org-reload'.
4198         * org.el (org-sort-entries-or-items): Explicit sorting function
4199         for priorities, needed for XEmacs compatibility.
4201         * org-remember.el (org-remember-apply-template): Improve auto-save
4202         behavior.
4204 2009-04-29  Carsten Dominik  <carsten.dominik@gmail.com>
4206         * org-latex.el (org-export-latex-preprocess): Also protect
4207         environments ending in a star.
4209         * org-list.el (org-at-item-p): Fix regular expression.
4211 2009-04-24  Carsten Dominik  <carsten.dominik@gmail.com>
4213         * org.el (org-end-of-subtree): Improve speed.
4215         * org-agenda.el (org-agenda-get-timestamps)
4216         (org-agenda-get-progress, org-agenda-get-deadlines)
4217         (org-agenda-get-scheduled, org-agenda-get-blocks): Optimizations,
4218         in particular, wait as long as possible to collect the tags.
4219         (org-stuck-projects): Improve docstring.
4221         * org.el (org-store-link): No errors when getting custom id before
4222         first headline.
4223         (org-get-tags-at): Use `org-up-heading-safe' when getting tags.
4225 2009-04-23  Carsten Dominik  <carsten.dominik@gmail.com>
4227         * org.el (org-prepare-agenda-buffers): Catch a throw to nextfile.
4229         * org-protocol.el: Remove dependency on url.el.
4230         (org-protocol-unhex-compound, org-protocol-open-source): Remove
4231         dependency on url.el.
4233         * org-latex.el (org-export-as-pdf): Use
4234         `org-latex-to-pdf-process'.
4236 2009-04-22  Carsten Dominik  <carsten.dominik@gmail.com>
4238         * org-latex.el (org-latex-to-pdf-process): New option.
4240         * org-agenda.el (org-agenda-skip-additional-timestamps-same-entry):
4241         New option.
4242         (org-agenda-get-timestamps): Honor
4243         `org-agenda-skip-additional-timestamps-same-entry'.
4245         * org-clock.el (org-clock-goto-may-find-recent-task): New option.
4246         (org-clock-goto): Find recent task only if
4247         `org-clock-goto-may-find-recent-task' allows it.
4249         * org-exp.el (org-export-remove-or-extract-drawers): Handle empty
4250         drawers, and drawers that are missing the :END: line.
4252 2009-04-21  Carsten Dominik  <carsten.dominik@gmail.com>
4254         * org-clock.el (org-clock-goto): Go to recently clocked task if no
4255         clock is running.
4257 2009-04-21  Carsten Dominik  <carsten.dominik@gmail.com>
4259         * org.el (org-update-parent-todo-statistics): Check for
4260         STATISTICS_FROM property.
4262         * org-list.el (org-update-checkbox-count): Check for
4263         STATISTICS_FROM property.
4265         * org.el (org-tab-first-hook)
4266         (org-tab-after-check-for-table-hook)
4267         (org-tab-after-check-for-cycling-hook): New hooks.
4268         (org-cycle-internal-global, org-cycle-internal-local): New
4269         functions, split out from `org-cycle'.
4270         (org-cycle): Call the new hooks.
4272 2009-04-19  Carsten Dominik  <carsten.dominik@gmail.com>
4274         * org-exp.el (org-export-preprocess-string): Reset the list of
4275         preferred targets for each run of the preprocessor.
4277         * org.el (org-refile-target-verify-function): Improve
4278         documentation.
4279         (org-get-refile-targets): Respect point being moved by the
4280         verification function.
4282         * org-latex.el (org-export-latex-timestamp-keyword-markup): New
4283         option.
4284         (org-export-latex-keywords): Use new option.
4286         * org.el (org-rear-nonsticky-at): New defsubst.
4287         (org-activate-plain-links, org-activate-angle-links)
4288         (org-activate-footnote-links, org-activate-bracket-links)
4289         (org-activate-dates, org-activate-target-links)
4290         (org-activate-tags): Place the rear-nonsticky properties at the
4291         correct location.
4293 2009-04-18  Carsten Dominik  <carsten.dominik@gmail.com>
4295         * org-protocol.el (server-edit): Declare `server-edit'.
4296         (org-protocol-unhex-string, org-protocol-unhex-compound): New
4297         functions.
4298         (org-protocol-check-filename-for-protocol): Call `server-edit'.
4300         * org.el (org-default-properties): New default properteis for
4301         completion.
4303         * org-exp.el (org-export-add-subtree-options): Add new properties
4304         for subtree export.
4306         * org-docbook.el (org-export-docbook-keywords-markup)
4307         (org-export-docbook-timestamp-markup): New options.
4308         (org-export-docbook-protect-tags): New function.
4310 2009-04-17  Carsten Dominik  <carsten.dominik@gmail.com>
4312         * org-id.el (org-id-get-with-outline-path-completion): Turn off
4313         org-refile-target-verify-function for the duration of the command.
4315         * org.el (org-link-to-org-use-id): New possible value
4316         `create-if-interactive-and-no-custom-id'.
4317         (org-store-link): Use custom IDs.
4318         (org-link-search): Find custom ID properties from #link.
4319         (org-default-properties): Add CUSTOM_ID for property completion.
4320         (org-refile-target-verify-function): New option.
4321         (org-goto): Turn off org-refile-target-verify-function
4322         for the duration of the command.
4324 2009-04-16  Carsten Dominik  <carsten.dominik@gmail.com>
4326         * org-html.el (org-export-as-html): Use custom IDs in the toc.
4328         * org-exp.el (org-export-preferred-target-alist): New variable.
4329         (org-export-define-heading-targets): Find the new CUSTOM_ID
4330         property.
4331         (org-export-target-internal-links): Target the custom ids when
4332         possible.
4334         * org-latex.el (org-export-latex-preprocess): Better regexp for
4335         matching latex macros with arguments.
4337 2009-04-15  Carsten Dominik  <carsten.dominik@gmail.com>
4339         * org-remember.el (org-remember-handler): Allow filing to non-org
4340         files.
4342 2009-04-15  Magnus Henoch <magnus.henoch@gmail.com>
4344         * org-feed.el (org-feed-alist): New keyword options.
4345         (org-feed-update): Use the new options.
4346         (org-feed-parse-rss-feed): Renamed from `org-feed-parse-feed'.
4347         (org-feed-parse-rss-entry): Renamed from `org-feed-parse-entry'.
4348         (org-feed-parse-atom-feed, org-feed-parse-atom-entry): New
4349         functions.
4351         * org-table.el (org-table-fix-formulas): Do not change references
4352         to remote tables.
4353         (org-table-get-remote-range): Convert standard coordinates to RC
4354         format.
4356         * org-latex.el (org-export-latex-keywords): Fix regexp bug.
4358 2009-04-14  Carsten Dominik  <carsten.dominik@gmail.com>
4360         * org-compat.el (org-sha1-string): Function removed.
4362         * org.el (org-refile-allow-creating-parent-nodes): New option.
4363         (org-refile-get-location): New argument NEW-NODES.
4364         (org-refile): Call `org-refile-get-location' with the new
4365         argument.
4366         (org-refile-get-location): Arrange for adding a new child.
4367         (org-refile-new-child): New function.
4369         * org-html.el (org-html-handle-time-stamps): Wrap time stamps into
4370         an additional span element.
4372         * org-clock.el: Fix a number of docstrings.
4373         (org-clock-find-position): New argument
4374         FIND-UNCLOSED to make the function find an unclosed clock in the
4375         entry.
4376         (org-clock-in): Call `org-clock-find-position' with the new
4377         argument if we might be resuming a clock.
4379 2009-04-13  Carsten Dominik  <carsten.dominik@gmail.com>
4381         * org-latex.el (org-export-latex-display-custom-times): New variable.
4382         (org-export-latex-timestamp-markup): New option.
4383         (org-export-latex-set-initial-vars): Remember the local value of
4384         `org-display-custom-times'.
4385         (org-export-latex-content): Process time stamps.
4386         (org-export-latex-time-stamps): New function.
4388         * org-macs.el (org-maybe-intangible): Add intangible property
4389         again to invisible text.
4391 2009-04-12  Carsten Dominik  <carsten.dominik@gmail.com>
4393         * org-exp.el (org-default-export-plist): Handle undefined
4394         variables.
4396 2009-04-11  Carsten Dominik  <carsten.dominik@gmail.com>
4398         * org.el (org-sort-entries-or-items): Match TODO keywrds
4399         case-sensitively, when sorting.
4400         (org-priority): Do not match TODO keywords with wrong case.
4402 2009-04-09  Carsten Dominik  <carsten.dominik@gmail.com>
4404         * org-feed.el (org-feed-update): Bind the variable
4405         `new-formatted'.
4407         * org-html.el (org-export-as-html): Start paragraphs after literal
4408         examples.
4410         * org-docbook.el (org-export-as-docbook): Start paragraphs after
4411         literal examples.
4413 2009-04-08  Carsten Dominik  <carsten.dominik@gmail.com>
4415         * org.el (org-todo): Honor the NOBLOCKING property.
4417         * org-agenda.el (org-agenda-dim-blocked-tasks): Honor the
4418         NOBLOCKING property.
4420         * org.el (org-scan-tags): Fix bug in tag scanner
4422 2009-04-07  Carsten Dominik  <carsten.dominik@gmail.com>
4424         * org.el (org-modules): Mark obsolete packages.
4426         * org-html.el: New file, split out from org-exp.el.
4428         * org-icalendar.el: New file, split out from org-exp.el.
4430         * org-xoxo.el: New file, split out from org-exp.el.
4432         * org-ascii.el: New file, split out from org-exp.el.
4434 2009-04-06  Carsten Dominik  <carsten.dominik@gmail.com>
4436         * org-compat.el (org-find-library-name): New function.
4438         * org.el (org-pre-cycle-hook): New hook.
4439         (org-cycle): Call the new hook in appropriate places.
4440         (org-reload): Only reload files that have been loaded before.
4442 2009-04-05  Carsten Dominik  <carsten.dominik@gmail.com>
4444         * org.el (org-set-font-lock-defaults): Enforxe space or line end
4445         after todo keyword.
4446         (org-todo): When changing TODO state, do matching
4447         case-sensitively.
4448         (org-map-continue-from): New variable.
4449         (org-scan-tags): Respect values in `org-map-continue-from'.
4450         (org-reload): Make XEmacs compatible.
4452 2009-04-04  Carsten Dominik  <carsten.dominik@gmail.com>
4454         * org-protocol.el (org-protocol-flatten-greedy): New function.
4455         (org-protocol-flatten): New function.
4457         * org.el (org-open-link-from-string): Pass reference buffer to
4458         `org-open-at-point'.
4459         (org-open-at-point): New optional argument `reference-buffer'.
4461 2009-04-03  Carsten Dominik  <carsten.dominik@gmail.com>
4463         * org.el (org-scan-tags): Make tag scan find headline in first
4464         line, 2nd attempt.
4465         (org-get-refile-targets): Add the naked file name.
4466         (org-refile): Store as top-level entry when only file name was
4467         given.
4469         * org-agenda.el (org-agenda-get-progress): Fix regexp bug.
4471         * org.el (org-block-todo-from-children-or-siblings-or-parent):
4472         Renamed from org-block-todo-from-children-or-siblings, and
4473         enhanced to look for the parent's status as well.
4475         * org-agenda.el (org-agenda-log-mode-add-notes): New option.
4476         (org-agenda-get-progress): Add first notes line to log entry if so
4477         desired.
4479 2009-04-02  Carsten Dominik  <carsten.dominik@gmail.com>
4481         * org-agenda.el (org-agenda-cleanup-fancy-diary-hook): New hook.
4482         (org-agenda-cleanup-fancy-diary): Call the new hook.
4484         * org-remember.el (org-remember-apply-template): Take the default
4485         for the annotation from the :annotation property.
4487         * org-mac-message.el (org-mac-message-get-link): Remove the
4488         quotes.
4489         (org-mac-message-get-link): Return the result.
4491 2009-04-01  Carsten Dominik  <carsten.dominik@gmail.com>
4493         * org.el (org-refile-get-location): Add file name only if not
4494         already included in outline path.
4496         * org-faces.el (org-n-level-faces): Fix customization type from
4497         number to integer.
4499         * org-exp.el (org-export-headline-levels): Fix customization type
4500         from number to integer.
4502         * org-agenda.el (org-agenda-confirm-kill)
4503         (org-agenda-custom-commands-local-options)
4504         (org-timeline-show-empty-dates, org-agenda-ndays)
4505         (org-agenda-start-on-weekday, org-scheduled-past-days): Fix
4506         customization type from number to integer.
4508 2009-03-31  Carsten Dominik  <carsten.dominik@gmail.com>
4510         * org-protocol.el: Declare some functions.
4512         * org-inlinetask.el (org-inlinetask-export-handler): Fix line
4513         postion before inserting modified headline.
4515         * org-agenda.el (org-agenda-compare-effort): Honor
4516         `org-sort-agenda-noeffort-is-high'.
4517         (org-agenda-filter-by-tag, org-agenda-filter-make-matcher)
4518         (org-agenda-compare-effort): Implement the "?" operator for
4519         finding entries without effort setting.
4521         * org.el (org-extract-attributes-from-string): New function.
4523         * org-exp.el (org-export-splice-attributes): New function.
4525 2009-03-30  Carsten Dominik  <carsten.dominik@gmail.com>
4527         * org-mouse.el: XEmacs compatibility fixes
4529         * org-docbook.el (org-export-as-docbook): Process footnotes like
4530         normal text.
4532         * org.el (org-modules): Add org-inlinetasks.el
4533         (org-cycle): Implement limiting level on cycling.
4534         (org-move-subtree-down): Fix bug with swapping subtrees at end of
4535         buffer.
4537         * org-inlinetask.el: New file.
4539         * org.el (org-emphasis-regexp-components): Allow braces in
4540         emphasis pre and post match.
4542         * org-footnote.el (org-footnote-normalize): When only dorting, do
4543         not insert inline notes at the end.
4545         * org-docbook.el (org-id-find-id-file): Add function declaration.
4547         * org.el (org-require-autoloaded-modules): Add org-docbook.el.
4549         * org-docbook.el: New file.
4551 2009-03-28  Carsten Dominik  <carsten.dominik@gmail.com>
4553         * org.el (org-reftex-citation): New command.
4555 2009-03-27  Carsten Dominik  <carsten.dominik@gmail.com>
4557         * org-agenda.el (org-agenda-cmp-user-defined): New option.
4558         (org-sorting-choice, org-agenda-sorting-strategy): Add the new
4559         sorting options.
4560         (org-entries-lessp): Apply the new sorting option.
4562         * org.el (org-block-todo-from-children-or-siblings): Fix bug in
4563         blocker code, when an older sibling has children.
4565         * org-mac-message.el (org-mac-message-get-link): Improve getting
4566         links from multiple selected messages.
4568 2009-03-26  Carsten Dominik  <carsten.dominik@gmail.com>
4570         * org-remember.el (org-remember-finalize): Do not set buffer file
4571         name to nil.
4572         (org-remember-handler): Mark buffer as unmodified.
4573         (org-remember-handler): Delete backup file and show message about
4574         remaining backup files.
4575         (org-remember-auto-remove-backup-files): New option.
4577         * org.el (org-store-link): Use buffer name as link description in
4578         w3-mode buffers.
4579         (org-ido-switchb): Fix argument bug for completion.
4581         * org-remember.el (org-remember-apply-template): Set local
4582         variable `auto-save-visited-file-name' instead of global one.
4584 2009-03-25  Carsten Dominik  <carsten.dominik@gmail.com>
4586         * org-feed.el: Re-write.
4588         * org-agenda.el (org-agenda-get-todos): Fix bug with match-data.
4589         (org-agenda-get-todos): Mark file tags as inherited.
4590         (org-agenda-list): Always search diary lines for a time.
4592 2009-03-24  Carsten Dominik  <carsten.dominik@gmail.com>
4594         * org-feed.el (org-feed-assume-stable): New option.
4595         (org-feed-before-adding-hook): New hook.
4597         * org-exp.el (org-export-as-html): Close local lists depending on
4598         indentation, also when starting a table.
4600         * org-remember.el (org-remember-backup-directory)
4601         (org-remember-backup-name): New internal variable.
4603 2009-03-23  Carsten Dominik  <carsten.dominik@gmail.com>
4605         * org-clock.el (org-clock-out-if-current): Make buffer detection
4606         work in indirect buffers as well.
4608         * org.el (org-emphasis-regexp-components): Add the exxclamation
4609         mark to the post-emphasis characters.
4611 2009-03-22  Carsten Dominik  <carsten.dominik@gmail.com>
4613         * org.el (org-read-date-minibiffer-septup-hook): New hook.
4614         (org-read-date): Run the new hook.
4616         * org-mac-message.el (org-mac-flagged-mail): New group.
4617         (org-mac-mail-account): New variable.
4618         (org-mac-create-flagged-mail, org-mac-insert-flagged-mail): New
4619         commands.
4621         * org-remember.el (org-remember-backup-directory): New variable.
4622         (org-remember-apply-template): Write file to backup directory.
4624 2009-03-21  Carsten Dominik  <carsten.dominik@gmail.com>
4626         * org-mouse.el (org-mouse-todo-menu): New function.
4627         (org-mouse-todo-keywords): Function removed.
4628         (org-mouse-context-menu): Use `org-mouse-todo-menu'.
4630         * org-table.el (org-table-beginning-of-field)
4631         (org-table-end-of-field): New commands
4632         (org-table-previous-field, org-table-beginning-of-field): Better
4633         error messages.
4634         (orgtbl-setup): Include `M-a' and `M-e'.
4636         * org.el (org-backward-sentence, org-forward-sentence): New
4637         commands.
4639         * org-colview.el (org-colview-initial-truncate-line-value): New
4640         variable.
4641         (org-columns-remove-overlays): Restore the value of `truncate-lines'.
4642         (org-columns): Remember the value of `truncate-lines'.
4644         * org-colview-xemacs.el (org-colview-initial-truncate-line-value):
4645         New variable.
4646         (org-columns-remove-overlays): Restore the value of
4647         `truncate-lines'.
4648         (org-columns): Remember the value of `truncate-lines'.
4650         * org.el (org-columns-skip-arrchived-trees): New option.
4652         * org-agenda.el (org-agenda-export-html-style): Define color for
4653         org-agenda-done face.
4654         (org-search-view, org-agenda-get-todos, org-agenda-get-progress)
4655         (org-agenda-get-deadlines, org-agenda-get-scheduled): Use new face.
4657         * org.el (org-scan-tags): Use the new face.
4659         * org-faces.el (org-agenda-done): New face.
4661         * org.el (org-scan-tags): Test the value org
4662         `org-tags-match-list-sublevels'.
4663         (org-tags-match-list-sublevels): New allowed value: indented.
4665         * org-export-latex.el (org-export-latex-make-header): Apply macros
4666         in header.
4668         * org-exp.el (org-export-apply-macros-in-string): New function.
4670         * org-export-latex.el (org-export-latex-list-parameters): Fix bug
4671         with the definition of a checked box.
4673         * org-clock.el (org-clock-find-position): Fix drawer indentations.
4675         * org-export-latex.el (org-export-latex-low-levels): More options
4676         for how to process lower levels in LaTeX.
4677         (org-export-latex-subcontent): Better treatment for lists as a
4678         means of publishing lower levels.
4680 2009-03-20  Carsten Dominik  <carsten.dominik@gmail.com>
4682         * org.el (org-set-font-lock-defaults): Use new checkbox face.
4684         * org-faces.el (org-checkbox): New face.
4686         * org-exp.el (org-export-html-preprocess): Only create LaTeX
4687         fragement images if there is an export file.
4689 2009-03-19  Carsten Dominik  <carsten.dominik@gmail.com>
4691         * org-agenda.el (org-stuck-projects): Document that the subtree of
4692         projects that are not stuck will now be searched for stuck
4693         sub-projects.
4694         (org-agenda-skip-entry-when-regexp-matches)
4695         (org-agenda-skip-entry-when-regexp-matches-in-subtree): New functions.
4696         (org-agenda-list-stuck-projects): Use
4697         `org-agenda-skip-entry-when-regexp-matches-in-subtree'.
4699         * org-export-latex.el (org-export-latex-preprocess): Improve
4700         export of verses.
4702         * org-exp.el (org-export-as-html): Implement centering as a div
4703         rather than a paragraph.  Do a better job with line-end in verse
4704         environments.
4706 2009-03-17  Carsten Dominik  <carsten.dominik@gmail.com>
4708         * org.el (org-open-at-point): Fix tags searches by mouse click.
4710 2009-03-16  Carsten Dominik  <carsten.dominik@gmail.com>
4712         * org-export-latex.el (org-export-latex-preprocess): Implement the
4713         centering markup.
4715         * org-exp.el (org-export-mark-blockquote-verse-center): Renamed
4716         from `org-export-mark-blockquote-and-verse'.
4717         (org-export-as-html): Implement the centering markup.
4719         * org-export-latex.el (org-export-latex-tables): Fix vertical
4720         lines in tables.
4722 2009-03-15  Carsten Dominik  <carsten.dominik@gmail.com>
4724         * org.el (org-read-date-history): New variable.
4725         (org-read-date): Use new history variable.
4726         (org-toggle-heading): Fix bug when used before first headline.
4727         (org-store-log-note): Remove drawer if empty while note is
4728         aborted.
4729         (org-remove-empty-drawer-at): New function.
4730         (org-check-after-date): New command.
4731         (org-sparse-tree): New sparse tree command "a".
4733         * org-exp.el (org-export-as-ascii): Improve export of plain lists.
4735 2009-03-14  Bastien Guerry  <bzg@altern.org>
4737         * org.el (org-toggle-fixed-width-section): Bug fix: insert a
4738         column and a space, not only a column.
4740 2009-03-14  Carsten Dominik  <carsten.dominik@gmail.com>
4742         * org-export-latex.el (org-export-latex-emphasis-alist): Better
4743         defaults for verbose emphasis.
4744         (org-export-latex-emph-format): New function.
4745         (org-export-latex-fontify): Call `org-export-latex-emph-format'.
4747         * org-agenda.el (org-agenda-menu): Add new commands to menu.
4748         (org-agenda-do-date-later, org-agenda-do-date-earlier)
4749         (org-agenda-date-later-minutes, org-agenda-date-earlier-minutes)
4750         (org-agenda-date-later-hours, org-agenda-date-earlier-hours): New
4751         commands.
4753         * org.el (org-timestamp-change): Move end-time along with start
4754         time.
4756 2009-03-12  Carsten Dominik  <carsten.dominik@gmail.com>
4758         * org-exp.el (org-export-target-internal-links)
4759         (org-export-as-html): Protect links specified as #name.
4761 2009-03-11  Carsten Dominik  <carsten.dominik@gmail.com>
4763         * org.el (org-clone-subtree-with-time-shift): New command.
4765         * org-export-latex.el (org-export-latex-special-chars)
4766         (org-export-latex-treat-sub-super-char): Fix subscript export.
4768         * org-exp.el (org-create-multibrace-regexp): Do not add
4769         backslashes to the class.
4771 2009-03-10  Carsten Dominik  <carsten.dominik@gmail.com>
4773         * org-colview.el (org-columns-map): Better functions for moving up
4774         and down a row, even if `truncate-line' is nil.
4776         * org.el (org-insert-todo-heading): Make sure the keyword is
4777         inserted at the correct position.
4779         * org-publish.el (org-publish-project-alist)
4780         (org-publish-projects, org-publish-org-index): Change default anme
4781         for the index of file names to "sitemap.org".
4783         * org-export-latex.el (org-export-latex-tables): Use
4784         `org-split-string', for Emacs 21 compatibility.
4786 2009-03-09  Carsten Dominik  <carsten.dominik@gmail.com>
4788         * org-agenda.el (org-agenda-log-mode-items): Improve docstring.
4790 2009-03-08  Carsten Dominik  <carsten.dominik@gmail.com>
4792         * org-exp.el (org-export-page-description)
4793         (org-export-page-keywords): New variables.
4794         (org-export-plist-vars): Add entries for :keywords and
4795         :description.
4796         (org-infile-export-plist): Parse for new keywords.
4797         (org-get-current-options): Add new keywords
4798         (org-export-as-html): Publish description and keywords.
4800         * org-agenda.el (org-agenda-add-entry-text-descriptive-links): New
4801         option.
4802         (org-agenda-add-entry-text): Honor
4803         `org-agenda-add-entry-text-descriptive-links'.
4805         * org-export-latex.el (org-export-latex-preprocess): Make all
4806         external preprocess functions use a PARAMETER arg.
4808         * org-exp.el (org-export-preprocess-string)
4809         (org-export-select-backend-specific-text)
4810         (org-export-format-source-code-or-example)
4811         (org-format-org-table-html): Support docbook export.
4812         (org-export-preprocess-string): Make all external preprocess
4813         functions use a PARAMETER arg.
4815 2009-03-07  Carsten Dominik  <carsten.dominik@gmail.com>
4817         * org-exp.el (org-export-html-style-include-scripts): New option.
4818         (org-export-plist-vars): Add new option
4819         `org-export-html-style-include-scripts'.
4820         (org-export-as-html): Honor new option
4821         `org-export-html-style-include-scripts'.
4822         (org-export-html-scripts, org-export-html-style-default): Fix
4823         xml issues with the Safari browser.
4825 2009-03-06  Carsten Dominik  <carsten.dominik@gmail.com>
4827         * org-publish.el (org-publish-attachment): Only copy file when the
4828         directories differ.
4830 2009-03-05  Carsten Dominik  <carsten.dominik@gmail.com>
4832         * org-clock.el (org-clocktable-steps): Use inactive time stamps
4833         for clocktable steps.
4835         * org.el (org-additional-option-like-keywords): Add two more
4836         keywords.
4838 2009-03-04  Carsten Dominik  <carsten.dominik@gmail.com>
4840         * org-exp.el (org-export-format-source-code-or-example): Mark
4841         temporary buffer unmodified, so that it will be killed even if
4842         mode like message mode has decided to assign a file name.
4844         * org.el (org-scan-tags): Improve tag inheritance.
4845         (org-scan-tags, org-make-tags-matcher): Make tag comparison
4846         case-sensitive.
4847         (org-scan-tags): Use the internal tags list instead of creating it
4848         from scratch.
4849         (org-trust-scanner-tags, org-scanner-tags): New variables.
4850         (org-scan-tags): Set `org-scanner-tags'.
4851         (org-get-tags-at): Take advantage of `org-trust-scanner-tags'.
4852         (org-map-entries): Document the possible speedup using scanner
4853         tags.
4855 2009-03-03  Carsten Dominik  <carsten.dominik@gmail.com>
4857         * org.el (org-add-planning-info): Fix bug with looking for keyword
4858         only at column 0.
4860         * org-agenda.el (org-agenda-custom-commands-local-options): Add
4861         option for tags filter preset.
4862         (org-prepare-agenda): Store filter preset as a property on the
4863         filter variable.
4864         (org-finalize-agenda): Call the filter, if there is a preset.
4865         (org-agenda-filter-by-tag): Filter again after clearing the
4866         filter, when there still is a preset.
4867         (org-agenda-filter-make-matcher, org-agenda-set-mode-name):
4868         Include the preset filter.
4869         (org-agenda-redo): Apply the filter again, also the preset filter.
4871         * org-exp.el (org-export-as-html): Use IDs in the correct way.
4873         * org.el (org-uuidgen-p): New funtion.
4875         * org-agenda.el (org-agenda-fontify-priorities): New default value
4876         `cookies'.
4877         (org-agenda-fontify-priorities): Renamed from
4878         org-fontify-priorities.
4880         * org.el (org-set-font-lock-defaults): Call
4881         `org-font-lock-add-priority-faces'.
4882         (org-font-lock-add-priority-faces): New function.
4884         * org-faces.el: (org-set-tag-faces): New option.
4885         (org-priority-faces): New variable.
4887         * org-exp.el (org-export-as-html): Add a "content" div around the
4888         entire content of the body tag.
4889         (org-export-html-get-bibliography): New function.
4890         (org-export-html-validation-link): New variable.
4891         (org-export-as-html): Add validation link to exported page.
4893         * org.el (org-match-sparse-tree): Renamed from
4894         `org-tags-sparse-tree'.
4895         (org-tags-sparse-tree): New alias.
4897 2009-03-02  Carsten Dominik  <carsten.dominik@gmail.com>
4899         * org.el (org-get-valid-level): Catch the case where the level
4900         change is nil.
4902         * org-clock.el (org-clock-find-position): Better indentation of
4903         new clock drawers.
4905 2009-03-01  Carsten Dominik  <carsten.dominik@gmail.com>
4907         * org-agenda.el (org-agenda-quit): Delete window only when the
4908         frame-setup was not `current-window'.
4910         * org.el (org-tag-persistent-alist): New option.
4911         (org-startup-options): Add keyword `noptag'.
4912         (org-fast-todo-selection): Handle :newline correctly.
4913         (org-set-tags): Handle :newline correctly.
4914         (org-fast-tag-selection): Handle :newline correctly.
4916 2009-02-28  Carsten Dominik  <carsten.dominik@gmail.com>
4918         * org-exp.el (org-export-as-ascii): Reverse link buffer before
4919         outputting it.
4920         (org-export-ascii-push-links): Fix bug with pussing links into the
4921         export buffer.
4923 2009-02-27  Carsten Dominik  <carsten.dominik@gmail.com>
4925         * org-archive.el (org-archive-subtree): Do not add 1 to level if
4926         pasting at top level.
4928         * org-bbdb.el: Improve documentation.
4930 2009-02-26  Carsten Dominik  <carsten.dominik@gmail.com>
4932         * org-list.el (org-insert-item): Only consider insert empty lines
4933         is `org-empty-line-terminates-plain-lists' is not nil.
4935         * org.el (org-blank-before-new-entry): Mention the dependence on
4936         `org-empty-line-terminates-plain-lists' in the docstring.
4938         * org-publish.el (org-publish-get-project-from-filename): New
4939         optional argument UP.  Only find the top project if UP is set.
4940         (org-publish-current-project): Find the top encloding project.
4942         * org-agenda.el (org-agenda-before-write-hook)
4943         (org-agenda-add-entry-text-maxlines): New options.
4944         (org-write-agenda): Run the new hook in the temporary buffer.
4945         (org-agenda-add-entry-text): New function.
4946         (org-write-agenda): Implement PDF export, using ps2pdf.
4948         * org.el (org-global-properties-fixed, org-global-properties):
4949         Improve documentation string.
4951         * org-exp.el (org-export-ascii-links-to-notes): New option.
4952         (org-export-as-ascii): Handle links better.
4953         (org-export-ascii-wrap, org-export-ascii-push-links): New
4954         functions.
4956 2009-02-25  Carsten Dominik  <carsten.dominik@gmail.com>
4958         * org-agenda.el (org-agenda): Make prefix arg optional.
4959         (org-agenda-search-headline-for-time): New option.
4960         (org-format-agenda-item): Honor
4961         `org-agenda-search-headline-for-time'.
4963         * org-table.el (orgtbl-self-insert-command): Cluster undo for 20
4964         characters.
4966         * org.el (org-self-insert-cluster-for-undo): New option.
4967         (org-self-insert-command): Cluster undo for 20 characters.
4968         (org-self-insert-command-undo-counter): New variable.
4970 2009-02-24  Carsten Dominik  <carsten.dominik@gmail.com>
4972         * org-exp.el (org-export-as-html): Fix problem with closing colone
4973         example.
4975 2009-02-22  Carsten Dominik  <carsten.dominik@gmail.com>
4977         * org-export-latex.el (org-export-as-latex)
4978         (org-export-latex-first-lines): Avoid modification flag when
4979         adding or removing text properties.
4980         (org-export-latex-fontify): Catch error when org-emph-alist has
4981         entries that are not defined for LaTeX export.
4983         * org.el (orgstruct++-mode): New function.
4984         (turn-on-orgstruct++): Call `orgstruct++-mode'.
4985         (org-context-p): Allow detecting item context after the first line
4986         of an item.
4987         (orgstruct-make-binding): Detect if item-body context should be
4988         seen.
4989         (orgstruct-is-++): New variable.
4990         (org-add-planning-info): Catch the case when there is no planning
4991         info yet and the call does not want to add anything, only maybe
4992         tries to remove something.
4993         (org-special-ctrl-a/e): All value to be a cons cell with separate
4994         settings for `C-a. and `C-e'.
4995         (org-beginning-of-line, org-end-of-line): Honor separate values
4996         for `C-a' and `C-e'.
4998 2009-02-21  Carsten Dominik  <carsten.dominik@gmail.com>
5000         * org.el (org-reload): New command.
5002 2009-02-20  Carsten Dominik  <carsten.dominik@gmail.com>
5004         * org-exp.el (org-export-htm-get-tag-class-name)
5005         (org-export-htm-get-todo-kwd-class-name): New functions.
5006         (org-export-html-tag-class-prefix)
5007         (org-export-html-todo-kwd-class-prefix): New options.
5008         (org-export-as-html): Call
5009         `org-export-html-get-todo-kwd-class-name'.
5010         (org-html-level-start): Wrap tags into classes.
5011         (org-export-html-get-tag-class-name)
5012         (org-export-html-get-todo-kwd-class-name): New functions.
5014         * org-export-latex.el (org-export-latex-collect-header-macros):
5015         Remove fields that are used anyway.
5016         (org-export-latex-make-header): Insert the options earlier.
5018         * org-agenda.el (org-agenda-get-progress): Fix bug with state
5019         matching.
5021         * org-list.el (org-indent-item): Allow point to be at the end of
5022         the region.
5024         * org.el (org-metaleft, org-metaright): Be more accurate about
5025         detecting a region where commands apply.
5027         * org-compat.el (org-cursor-to-region-beginning): New function.
5029         * org.el (org-priority): Also find invisible heading.
5031         * org-colview-xemacs.el (org-columns-edit-value): No special
5032         treatment for `org-todo' prefix.
5034         * org-colview.el (org-columns-edit-value): No special treatment
5035         for `org-todo' prefix.
5037         * org-remember.el (org-remember-apply-template): Use
5038         `org-completing-read-no-ido'.
5040         * org.el (org-completing-read-no-ido): New function.
5041         (org-make-tags-matcher, org-set-property): Use
5042         `org-completing-read-no-ido'.
5044         * org-export-latex.el (org-export-latex-import-inbuffer-stuff):
5045         New option.
5046         (org-export-as-latex): Import in-buffer settings as TeX macros.
5047         (org-export-latex-make-header): Additional parameter OPT-DEFS.
5048         (org-export-latex-collect-header-macros): New function.
5050         * org.el (org-refile-get-location): Turn off
5051         `partial-completion-mode'.
5053 2009-02-19  Carsten Dominik  <carsten.dominik@gmail.com>
5055         * org.el (org-block-todo-from-checkboxes): Announce that
5056         checkboxes are the culprit.
5057         (org-block-todo-from-children-or-siblings): Call
5058         `org-up-heading-all instead' of `outline-up-heading'.
5060         * org-agenda.el (org-agenda-show-1): Renamed from
5061         `org-agenda-show'.
5062         (org-agenda-show): Re-install the old version for now.
5063         (org-agenda-dim-blocked-tasks): Update docstring.  Scope a
5064         variable into the blokker hook, so that the checkbox checker can
5065         anounce that it caused the blocking.
5067         * org.el (org-track-ordered-property-with-tag): New option.
5068         (org-toggle-ordered-property): Honor
5069         `org-track-ordered-property-with-tag'.
5070         (org-tag-alist): Add newline options.
5071         (org-set-regexps-and-options): Separate option lines imply a
5072         newline.
5073         (org-set-regexps-and-options, org-assign-fast-keys)
5074         (org-fast-todo-selection, org-fast-tag-selection): Handle newline
5075         option.
5076         (org-indent-line-function): Make sure this works even if there is
5077         not `org-drawer-regexp' defined.  This can happen when
5078         orgstruct-mode is used in a non-org buffer.
5080         * org-list.el (org-checkbox-blocked-p): New function.
5081         (org-toggle-checkbox): Check for blocking.
5083         * org.el (org-modules): Add an entry for org-R.el.
5085         * org-agenda.el (org-agenda-todo-ignore-with-date)
5086         (org-agenda-todo-ignore-scheduled)
5087         (org-agenda-todo-ignore-deadlines): Mention the variable
5088         `org-agenda-tags-todo-honor-ignore-options' in the docstring.
5090         * org.el (org-get-wdays): Find the warning period also if it is in
5091         the wrong place.
5092         (org-ido-completing-read): Provide the correct arguments to
5093         ido-completing-read and bind `ido-enter-matching-directory' to
5094         nil.
5096 2009-02-17  Carsten Dominik  <carsten.dominik@gmail.com>
5098         * org.el (org-olpath-completing-read): Never use ido for this
5099         one.
5101         * org-exp.el (org-export-normalize-links): Use new macro.
5103         * org-macs.el (org-if-unprotected-at): New macro.
5105         * org-agenda.el (org-agenda-show): Allow numerical prefix
5106         arguments to specify how much context should be shown.
5107         (org-agenda-cycle-show): New command, could be bound to SPC in
5108         org-agenda-mode-map.
5110         * org-exp.el (org-html-level-start): Space after section number.
5112 2009-02-16  Carsten Dominik  <carsten.dominik@gmail.com>
5114         * org-agenda.el (org-agenda-get-sexps): Add todo state as
5115         property, for sorting.
5116         (org-cmp-todo-state): Get the applicable TODO keywords directly
5117         from the buffer.
5118         (org-run-agenda-series, org-agenda-list, org-search-view)
5119         (org-todo-list, org-tags-view): Only fit agenda window when the
5120         whole series is done.
5122         * org.el (org-scan-tags): Add todo state as property, for sorting.
5124         * org-agenda.el (org-agenda-custom-commands-local-options): Add
5125         `org-agenda-overriding-header' as an option.
5126         (org-agenda-list): Honor org-agenda-overriding-header'.
5128 2009-02-15  Carsten Dominik  <carsten.dominik@gmail.com>
5130         * org-list.el (org-toggle-checkbox): Improve cursor positioning
5131         after removing a checkbox.
5133         * org.el (org-show-entry): Make this work correctly also if it is
5134         the last entry in the file.
5135         (org-end-of-line, org-beginning-of-line): Make prefix arg work, by
5136         falling back to normal, default command.
5137         (org-ctrl-c-ctrl-c): When called with prefix arg at a non-checkbox
5138         item, call the checkbox toggler to get a box.
5140         * org-list.el (org-toggle-checkbox): Make double prefix set the
5141         checkbox to "[-]".
5142         (org-fix-bullet-type): Only replace bullet if it is changed.
5143         (org-renumber-ordered-list): Handle case when first item does not
5144         have a number.
5146         * org.el (org-add-log-setup): Fix positioning when
5147         `org-log-states-order-reversed' is nil.
5149         * org-clock.el (org-clock-in): Fix positioning when
5150         `org-log-states-order-reversed' is nil.
5151         (org-clock-find-position): Fix positioning when
5152         `org-log-states-order-reversed' is nil.
5154 2009-02-14  Carsten Dominik  <carsten.dominik@gmail.com>
5156         * org-clock.el (org-clock-into-drawer): Take default from
5157         `org-log-into-drawer'.
5158         (org-clock-find-position): Look for the correct drawer.
5160         * org.el (org-log-into-drawer): Renamed from
5161         `org-log-state-notes-into-drawer'.
5162         (org-log-state-notes-into-drawer): New variable alias.
5163         (org-add-log-setup): Make drawer name default to LOGBOOK, not
5164         CLOCK.
5165         (org-insert-property-drawer): Also skip LOGBOOK drawers.
5167 2009-02-13  Carsten Dominik  <carsten.dominik@gmail.com>
5169         * org-agenda.el (org-agenda): Fix docstring.
5171         * org.el ("org-plot"): Help loading org-plot.
5172         (org-metaleft-hook, org-metaright-hook, org-metaup-hook)
5173         (org-metadown-hook, org-shiftmetaleft-hook)
5174         (org-shiftmetaright-hook, org-shiftmetaup-hook)
5175         (org-shiftmetadown-hook, org-metareturn-hook): New hooks.
5176         (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
5177         (org-shiftmetadown, org-metaleft, org-metaright, org-metaup)
5178         (org-metadown, org-ctrl-c-ctrl-c): Call the appropriate hook.
5180         * org-publish.el (org-publish-get-base-files): Allow symbol `any'
5181         for selecting files with any (and even without) extension.
5183         * org.el (org-save-all-org-buffers): Also save id locations.
5184         (org-revert-all-org-buffers): Also load id locations.
5186 2009-02-12  Carsten Dominik  <carsten.dominik@gmail.com>
5187         * org.el (org-drawers): Add LOGBOOK to the default drawers.
5188         (org-log-state-notes-into-drawer): New option.
5189         (org-add-log-setup): Place the sate note marker into the drawer,
5190         create drawer when necessary.
5191         (org-refile-targets): Document special interpretation of LEVEL
5192         when odd-levels are used.
5194 2009-02-12  Carsten Dominik  <carsten.dominik@gmail.com>
5196         * org.el (org-store-log-note): Fix note indentation when adding
5197         notes to end of list.
5199         * org-exp.el (org-export-as-html): Add TODO keyword as extra
5200         class, so that each keyword can get special colors through CSS.
5202         * org-clock.el (org-clock-out): Add another nil for the previous
5203         state into the call to `org-add-log-setup'.
5205         * org.el (org-log-note-previous-state): New variable.
5206         (org-log-note-headings): New %S escape for old state.
5207         (org-todo): Call the note setup with the old state as an
5208         argument.
5209         (org-add-note): Add another nil for the previous state into the
5210         call to `org-add-log-setup'.
5211         (org-add-log-setup): New argument PREV-STATE.
5212         (org-add-log-note): Handle new %S escape.
5213         (org-store-log-note): Handle new %S escape.
5215 2009-02-11  Carsten Dominik  <carsten.dominik@gmail.com>
5217         * org-clock.el (org-clock-find-position): Do not swallow an item
5218         less indented than the CLOCK line itself.
5219         (org-clock-in): Push markers to lin after the clock line.
5220         (org-clock-find-position): Handle values of
5221         `org-clock-into-drawer' smaller than 2.
5223         * org-exp.el (org-html-level-start): Add a CSS class to section
5224         numbers.
5225         (org-export-html-toplevel-hlevel): Better documentation of the
5226         influence of this variables on H levels and css classes in
5227         export.
5229 2009-02-10  Carsten Dominik  <carsten.dominik@gmail.com>
5231         * org-agenda.el (org-agenda-custom-commands-local-options): Add
5232         timestamp and nottimestamp to the chooe menu.
5234         * org.el (org-save-all-org-buffers): Moved here from org-agenda.el.
5235         (org-revert-all-org-buffers): New command.
5237 2009-02-09  Carsten Dominik  <carsten.dominik@gmail.com>
5239         * org.el (org-return): Implement `org-return-follows-link' in the
5240         function org-return.  This is more robust than using the mouse
5241         map, I think.
5242         (org-set-regexps-and-options): Match more general #+TODO lines.
5243         (org-make-options-regexp): New optional argument EXTRA, for an
5244         extra regexp.
5245         (org-tab-follows-link): Mark as deprecated.
5247 2009-02-07  Carsten Dominik  <carsten.dominik@gmail.com>
5249         * org-exp.el (org-export-preprocess-string): Remove clock lines
5250         earlier, so that they cannot cotribute to verbatim snippets.
5252 2009-02-06  Carsten Dominik  <carsten.dominik@gmail.com>
5254         * org-exp.el (org-export-remove-or-extract-drawers): Fix regexp
5255         for finding drawers.
5256         (org-export-as-ascii, org-export-as-html): Count levels relative
5257         to the subtree header.
5258         (org-get-min-level): New optional argument OFFSET.
5259         (org-export): Make sure point is restored after popping up that
5260         window.
5262         * org.el (org-do-sort): Also take an inactive timestamp if no
5263         active one is found.
5265         * org-colview-xemacs.el (org-columns-capture-view): Copy before
5266         deleting duplicates.
5268         * org-colview.el (org-columns-capture-view): Copy before
5269         deleting duplicates.
5271         * org-exp.el (org-export-preprocess-string): Fix bug when skipping
5272         text before first headline.
5274         * org.el (org-format-latex): Do not convert LaTeX fragments in
5275         protected examples.
5277 2009-02-04  Carsten Dominik  <carsten.dominik@gmail.com>
5279         * org-exp.el (org-export-html-style-default): Use color values
5280         instead of names for XHTML validation.
5282         * org.el (org-get-scheduled-time, org-get-deadline-time): New
5283         functions.
5284         (org-return-follows-link): Revert making this the default untile
5285         issues are resolved.
5287         * org-agenda.el (org-agenda-skip-if): New conditions timestamp and
5288         nottimestamp.
5290 2009-02-02  Carsten Dominik  <carsten.dominik@gmail.com>
5292         * org.el (org-mode): Make dependence stuff work more reliably.
5293         (org-update-parent-todo-statistics): Fix bug with updating
5294         statistics cookie.
5296         * org-export-latex.el (org-export-latex-emphasis-alist): Use = and
5297         ~ as verbatim delimiters.
5299         * org-exp.el (org-export-html-format-image): New argument
5300         PAR-OPEN.
5301         (org-export-as-html): Pass par-open to
5302         `org-export-html-format-image'.
5304 2009-02-01  Carsten Dominik  <carsten.dominik@gmail.com>
5306         * org.el (org-yank-adjusted-subtrees, org-return-follows-link)
5307         (org-use-fast-todo-selection, org-tags-column): New default
5308         setting for variables, based on a poll what typical uses use.
5310         * org-agenda.el (org-agenda-sorting-strategy)
5311         (org-agenda-tags-column): New default setting for variables, based
5312         on a poll what typical uses use.
5314 2009-01-31  Carsten Dominik  <carsten.dominik@gmail.com>
5316         * org-agenda.el (org-agenda-dim-blocked-tasks): Keep dimming
5317         blocked entries from setting the blocked tag.
5319         * org-exp.el (org-export-html-footnotes-section): Use a more
5320         consistent id for footnotes.
5322         * org-export-latex.el (org-export-latex-classes): Remove the
5323         a4paper option from the default styles.
5325 2009-01-30  Carsten Dominik  <carsten.dominik@gmail.com>
5327         * org.el (org-enforce-todo-checkbox-dependencies): New option.
5328         (org-block-todo-from-checkboxes): New function.
5329         (org-todo): Make tripple prefix arg circumvent blocking.
5331         * org-timer.el (org-timer): Provide the timer feature.
5333         * org.el (org-require-autoloaded-modules): Add a few more files to
5334         the list of autoloaded modules.
5336         * org-agenda.el (org-agenda-todo): Pass ARG to `org-todo'.
5338 2009-01-29  Carsten Dominik  <carsten.dominik@gmail.com>
5340         * org-exp.el (org-export-remove-or-extract-drawers): Only remove
5341         drawers that are unprotected.
5342         (org-export-html-format-image): Make sure inlined LaTeX fragment
5343         images remain inlined.
5345         * org.el (org-toggle-ordered-property): New function.
5346         (org-mode-map): Add a key for `org-toggle-ordered-property'.
5347         (org-org-menu): Add menu entries for TODO dependencies.
5349 2009-01-28  Carsten Dominik  <carsten.dominik@gmail.com>
5351         * org.el (org-default-properties): Add ORDERED to the default
5352         properties, to get completion support for it.
5354         * org-list.el (org-update-checkbox-count): Update more than one cookie.
5356         * org.el (org-update-parent-todo-statistics): Update more than one
5357         cookie.
5359         * org-agenda.el (org-agenda-get-todos): Start search from correct
5360         position.
5362         * org.el (org-fast-todo-selection): Make sure TODO selection does
5363         not change buffer position.
5365         * org-list.el (org-toggle-checkbox): Implement adding or removing
5366         checkboxes from line or region when called with a prefix
5367         argument.
5369         * org-rmail.el (org-rmail-store-link): Protect the call to
5370         `rmail-narrow-to-non-pruned-header'.
5372         * org-clock.el (org-clock-special-range): Fix week display in
5373         clock tables.
5375         * org-exp.el (org-get-current-options): Fix bug when in indirect
5376         buffer.
5378 2009-01-27  Carsten Dominik  <carsten.dominik@gmail.com>
5380         * org-agenda.el (org-agenda-dim-blocked-tasks): New option.
5381         (org-finalize-agenda): Call `org-agenda-dim-blocked-tasks'.
5382         (org-agenda-dim-blocked-tasks): New function.
5384         * org.el (org-enforce-todo-dependencies): New option.
5385         (org-block-todo-from-children-or-siblings): New function.
5387         * org-faces.el (org-agenda-dimmed-todo-face): New face.
5389         * org.el (org-todo): Return correct state type even if the blocker
5390         throws an error.
5391         (org-modifier-cursor-error): Renamed from
5392         `org-shiftcursor-error'.
5393         (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
5394         (org-shiftmetadown): Call `org-modifier-cursor-error'.
5396         * org-agenda.el (org-agenda-todo): Call `org-todo' interactively,
5397         to get real errors from the blocker hook.
5399         * org.el (org-shiftselect-error, org-call-for-shift-select): New
5400         functions.
5401         (org-set-visibility-according-to-property): Turn off the setting
5402         of `org-show-entry-below', to avoid overruling a FOLDED visibility
5403         property.
5405 2009-01-26  Carsten Dominik  <carsten.dominik@gmail.com>
5407         * org.el (org-support-shift-select): New option.
5408         (org-shiftup, org-shiftdown, org-shiftright, org-shiftleft)
5409         (org-shiftcontrolright, org-shiftcontrolleft): Support for shift
5410         selection outside contexts.
5412         * org-list.el (org-at-item-bullet-p): New function.
5414         * org-jsinfo.el (org-infojs-handle-options): Remove unnecessary
5415         variables.
5417         * org-footnote.el (org-footnote-normalize): Remove unnecessary
5418         variable.
5419         (org-insert-footnote-reference-near-definition): Remove
5420         unnecessary let form.
5422         * org-export-latex.el (org-export-latex-first-lines): Add
5423         OPT-PLIST parameter.
5424         (org-export-as-latex): Call `org-export-latex-first-lines' with
5425         opt-plits parameter.
5426         (org-export-latex-preprocess): Remove unnecessary variables.
5428         * org-exp.el (org-infile-export-plist)
5429         (org-export-add-options-to-plist, org-export-kill-licensed-text)
5430         (org-export-remove-headline-metadata)
5431         (org-export-get-title-from-subtree, org-get-min-level)
5432         (org-html-do-expand): Remove innecessary let form.
5434         * org-colview-xemacs.el (org-columns-display-here): Remove
5435         unnecessary variables.
5437         * org-colview.el (org-columns-display-here): Remove unnecessary
5438         variables.
5440         * org-bbdb.el (org-bbdb-anniversaries): Remove unnecessary
5441         variables.
5443         * org-id.el (org-id-alist-to-hash, org-id-find-id-in-file): Remove
5444         unnecessary variables.
5446         * org-agenda.el (org-search-view, org-agenda-get-blocks)
5447         (org-agenda-filter-by-tag, org-agenda-action): Remove unnecessary
5448         variables.
5450         * org.el (org-set-emph-re): Clean-up the STACKED stuff.
5451         (org-compact-display-after-subtree-move): Remove unnecessary
5452         variables.
5453         (org-edit-fixed-width-region): Remove unnecessary variables.
5454         (org-edit-src-find-region-and-lang): Remove unnecessary variables.
5455         (org-olpath-completing-read): Remove unnecessary variable.
5456         (org-auto-repeat-maybe): Remove unnecessary variable.
5457         (org-map-entries): Remove unnecessary variable.
5458         (org-buffer-property-keys, org-imenu-get-tree)
5459         (org-speedbar-set-agenda-restriction): Remove unnecessary variables.
5461 -----------------------------------------------------------------
5463 2009-01-26  Carsten Dominik  <carsten.dominik@gmail.com>
5464         * org-exp.el (org-export-remove-timestamps): Never remove
5465         timestamps from tables.
5467         * org-export-latex.el (org-export-latex-first-lines): Add more
5468         options to the preprocessing of the text before the first
5469         headline.
5471 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
5473         * org-faces.el (org-clock-overlay): Make face compatible with
5474         XEmacs.
5476         * org.el (org-yank): Add property for delete-selection mode.
5478         * org-exp.el (org-export-as-html): Turn \par into a paragraph.
5480         * org.el (org-agenda-tags-todo-honor-ignore-options): Declare
5481         variable.
5483         * org-table.el (org-table-insert-hline): Fix typo in fuction call
5484         to `backward-char'.
5486         * org-exp.el (org-export-as-html): Remove the initial space from
5487         colon examples.
5489         * org.el (org-scan-tags): Call
5490         `org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item'.
5492         * org-agenda.el (org-agenda-todo-list, org-agenda-match-view): New
5493         customization groups.
5494         (org-agenda-tags-todo-honor-ignore-options): New option.
5495         (org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item):
5496         New function.
5497         (org-agenda-get-todos): Use
5498         `org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item'.
5500 2009-01-24  Carsten Dominik  <carsten.dominik@gmail.com>
5502         * org-exp.el (org-export-format-source-code-or-example): Escape
5503         HTML characters also in examples that anre not treated with
5504         htmlize.  Also, just switch to EXAMPLE processing if we do not
5505         have a good version of htmlize.
5507         * org-rmail.el: Fix copyright notice.
5509         * org.el (org-activate-footnote-links): Improve footnote link
5510         highlighting.
5512         * org-footnote.el (org-footnote-normalize): Fix finding the end of
5513         a footnote definition at the end of the file.
5515         * org-table.el (org-table-get-specials): Add an imagined hline at
5516         the end of the table.  This can be useful for references that want
5517         to go to the end of the table.  Also fix bug when computing last
5518         row constants, in tables that do not start right at the right
5519         margin.
5520         (org-table-eval-formula): Match and replace remove references.
5521         (org-table-formula-substitute-names): Make sure that names inside
5522         a "remote" call are left alone, the will be replaced later when
5523         the remote call is handled.
5524         (org-table-convert-refs-to-rc): Do not convert things that might
5525         look like a reference, but are really part of an ID or namei n a
5526         remote reference.
5527         (org-table-get-remote-range): New function.
5529 2009-01-22  Carsten Dominik  <carsten.dominik@gmail.com>
5531         * org-faces.el (org-clock-overlay): Fix bug in face definition.
5533         * org-clock.el (org-clock-put-overlay): Use new face instead of
5534         `secondary-selection'.
5536         * org-faces.el (org-clock-overlay): New face.
5538 2009-01-21  Carsten Dominik  <carsten.dominik@gmail.com>
5540         * org-exp.el (org-get-current-options): Include the option for
5541         publishing time stamps.
5543         * org.el (org-toggle-heading): Renamed from
5544         `org-toggel-region-headings'.
5545         No longer needs a region defined, but will use it if there is one.
5546         (org-ctrl-c-star): Simplified, relying more on the internal
5547         workings of `org-toggle-heading'.
5548         (org-toggle-item): Renamed from `org-toggle-region-items'.
5549         No longer needs a region defined, but will use it if there is one.
5550         (org-ctrl-c-minus): Simplified, relying more on the inernal
5551         workings of `org-toggle-item'.
5553         * org-export-latex.el (org-export-latex-preprocess): Fix bug in
5554         environment detection.  Also, do real changes only in unprotected
5555         places.
5557 2009-01-20  Carsten Dominik  <carsten.dominik@gmail.com>
5559         * org-export-latex.el (org-export-latex-quotation-marks): Use
5560         `org-if-unprotected-1'.
5561         (org-export-latex-set-initial-vars): Check for class definition in
5562         property.
5564         * org-macs.el (org-if-unprotected-1): New macro.
5566 2009-01-19  Carsten Dominik  <carsten.dominik@gmail.com>
5568         * org-compat.el (org-count-lines): New function.
5570         * org-exp.el (org-export-format-source-code-or-example): Handle
5571         switches related to text areas.
5573         * org.el (org-activate-footnote-links): Don't allow match inside a
5574         link.
5576         * org-footnote.el (org-footnote-re): Don't allow match inside a link.
5578         * org-export-latex.el (org-export-latex-links): Keep a relative
5579         path relative also after export.
5581         * org-exp.el (org-export-html-scripts): Fix HTML snippet.
5583         * org.el (org-make-tags-matcher): Never use IDO for completing the
5584         tags matcher match string.
5585         (org-completing-read): Also remove the special biding for "?".
5587         * org-attach.el (org-attach-allow-inheritance): New option.
5588         (org-attach-inherited): New variable.
5589         (org-attach-dir): Handle properties related to the attachment
5590         directory.
5591         (org-attach-check-absolute-path): New function.
5592         (org-attach-set-directory, org-attach-set-inherit): New commands.
5593         (org-attach): Accommodate the new commands in the dispatcher.
5595 2009-01-18  Carsten Dominik  <carsten.dominik@gmail.com>
5597         * org-compat.el (org-fit-window-to-buffer): Fix bug with using
5598         `window-full-width-p'.
5600         * org-exp.el (org-export-as-html): Only check for images files
5601         that really can be inlined
5603         * org.el (org-image-file-name-regexp, org-file-image-p): Allow the
5604         list of extensions to be a parameter.
5606         * org-exp.el (org-export-html-inline-image-extensions): New
5607         variable.
5609         * org-agenda.el (org-prepare-agenda): Use
5610         `org-agenda-block-separator'.
5611         (org-agenda-block-separator): New option.
5613 2009-01-17  Carsten Dominik  <carsten.dominik@gmail.com>
5615         * org-export-latex.el (org-export-latex-tables): Call
5616         `org-table-clean-before-export' with the new optional argument.
5618         * org-exp.el (org-table-clean-before-export): New optional
5619         parameter MAYBE-QUOTED, allows for quoted characters like \# in
5620         first column.
5622 2009-01-16  Carsten Dominik  <carsten.dominik@gmail.com>
5624         * org-plot.el (org-plot/gnuplot): Fix text-ind parameter for
5625         histograms.
5627         * org-colview.el (org-colview-construct-allowed-dates): Better
5628         error catching when a date/time property does not have allowed
5629         values defined.
5631         * org-colview-xemacs.el (org-colview-construct-allowed-dates):
5632         Better error catching when a date/time property does not have
5633         allowed values defined.
5635 2009-01-14  Carsten Dominik  <carsten.dominik@gmail.com>
5637         * org.el (org-map-entries): Restore point and restriction after
5638         `org-map-entries'.
5640 2009-01-13  Carsten Dominik  <carsten.dominik@gmail.com>
5642         * org.el (org-time=, org-time<, org-time<=, org-time>)
5643         (org-time>=, org-time<>): Make sure both values are dates.
5645 2009-01-11  Carsten Dominik  <carsten.dominik@gmail.com>
5647         * org-archive.el (org-extract-archive-heading): Allow %s for file
5648         name also in achive location heading.
5650 2009-01-10  Carsten Dominik  <carsten.dominik@gmail.com>
5652         * org-archive.el (org-add-archive-files): Uniquify the list before
5653         returning it.
5655 2009-01-09  Carsten Dominik  <carsten.dominik@gmail.com>
5657         * org-compat.el (org-fit-window-to-buffer): Use
5658         `window-full-width-p'.
5660         * org-export-latex.el (org-export-latex-fixed-width): Enforce the
5661         space after the colon in short examples.
5663         * org-exp.el (org-export-protect-colon-examples): Rewritten, to
5664         enforce a space after the colon.  However, we also allow lines
5665         that are *only* a colon.
5666         (org-export-as-html): Enforce the space after the colon in short
5667         examples.
5668         (org-export-preprocess-string): Do the colon example protection
5669         earlier.
5670         (org-export-remove-timestamps): Do not check for protection at the
5671         end of the line.
5673 2009-01-08  Carsten Dominik  <carsten.dominik@gmail.com>
5675         * org.el (org-format-latex-options): Add new matcher for single
5676         letters between dollars.
5677         (org-get-header): Function removed.
5678         (org-heading-components): New function.
5680         * org-exp.el (org-export-define-heading-targets): Record ID's also
5681         as alternative targets.
5682         (org-export-as-html): Interpret "id:" links to other files by
5683         preserving the relative path.
5685         * org-jsinfo.el (org-infojs-handle-options): Catch the case if v
5686         is nil.
5688         * org-exp.el (org-export-normalize-links): Protect the main link,
5689         to avoid special character processing.
5691         * org-export-latex.el (org-export-latex-special-keyword-regexp):
5692         New variable.
5693         (org-export-latex-special-string-regexps): Variable removed.
5694         (org-export-latex-keywords): Use the new regexp.
5696         * org-exp.el (org-export-handle-include-files): Fetch switches and
5697         put them into the BEGIN statement.
5699         * org-timer.el (org-timer-mode-line-string): New variable.
5701         * org-clock.el (org-clock-mode-line-map): Renamed from
5702         `org-clock-mode-map'.
5703         (org-clock-mode-line-timer): Renamed from `org-mode-line-timer'.
5704         (org-clock-update-mode-line): Renamed from `org-update-mode-line'.
5705         (org-clock-put-overlay): Renamed from `org-put-clock-overlay'.
5706         (org-clock-remove-overlays): Renamed from
5707         `org-remove-clock-overlays'.
5709         * org-timer.el (org-timer-pause-or-continue): Implement stopping
5710         and mode line display.
5711         (org-timer-stop): New command.
5712         (org-timer-seconds): Return correct time when timer is paused.
5713         (org-timer-mode-line-timer): New variable.
5714         (org-timer-set-mode-line, org-timer-update-mode-line): New
5715         functions.
5717         * org.el (org-insert-heading):  Handle new value `auto' for
5718         `org-blank-before-new-entry'.
5719         (org-org-menu): Add new items for timer functions.
5721         * org-list.el (org-insert-item): Handle new value `auto' for
5722         `org-blank-before-new-entry'.
5724         * org.el (org-blank-before-new-entry): New value `auto', made
5725         default.
5727 2009-01-07  Carsten Dominik  <carsten.dominik@gmail.com>
5729         * org-exp.el (org-export-normalize-links): If the link is also
5730         used as the description, protect the description.
5732 2009-01-06  Carsten Dominik  <carsten.dominik@gmail.com>
5734         * org.el (org-closest-date): Fix bug with yearly repeats, in
5735         combination with preference of the past as it is used for deadline
5736         and scheduling search.
5738         * org-exp.el (org-html-handle-time-stamps): No longer check for
5739         the `org-export-with-timestamps' option, because the preprocesser
5740         has taken care of this already.
5742         * org.el (org-entry-properties): Catch the case when this is
5743         called in a non-org-mode file.
5745         * org-export-latex.el (org-export-latex-remove-from-headlines):
5746         Variable made obsolete, also LaTeX export now uses the standard
5747         variables.
5748         (org-export-as-latex): Add the timestamps parameter to the
5749         preprocessor parameter list.
5750         (org-export-latex-content): Export the remaining keywords without
5751         considering to remove them.
5752         (org-export-latex-keywords-maybe): Make the REMOVE-LIST optional.
5753         Use bold font instead of tt font for the keywords.
5754         (org-export-latex-fontify-headline): Format headlines, assuming
5755         that all keywords still present should be published.
5756         (org-export-latex-keywords): Remove argument TIMESTAMPS and just
5757         publish what ever remains of the time stamps.
5758         (org-export-latex-list-parameters): New option.
5759         (org-export-latex-lists): Pass additional parameters to the list
5760         converter.
5762         * org-exp.el (org-export-preprocess-string): Remove clock lines
5763         and timestamps already in the preprocesor.
5764         (org-export-remove-timestamps, org-export-remove-clock-lines): New
5765         functions.
5766         (org-export-as-ascii, org-export-as-html): Add the timestamps
5767         parameter to the preprocessor parameter list.
5769         * org-list.el (org-list-parse-list): Parse for checkboxes.
5770         (org-list-to-generic): Introduce and handle new parameters :cbon
5771         and :cboff.
5772         (org-list-to-latex, org-list-to-html, org-list-to-texinfo): Add
5773         optional parameter PARAMS.
5775         * org-export-latex.el (org-export-latex-special-chars): Fix
5776         problems with interpreting dollar signs.
5777         (org-inside-latex-math-p): New function.
5778         (org-export-latex-preprocess): Protect all the math fragments.
5780         * org.el (org-latex-regexps): Allow a dash after a dollar.
5782         * org-w3m.el (org-w3m-copy-for-org-mode): Always deactivate the
5783         mark after copying.
5785         * org-agenda.el (org-run-agenda-series): Have series options set
5786         when finalizing the agenda.
5788         * org-exp.el (org-export-format-source-code-or-example): Protect
5789         the converted examples.
5791         * org.el (org-set-regexps-and-options): Fix the regexp
5792         `org-complex-heading-regexp'.
5794 2009-01-05  Carsten Dominik  <carsten.dominik@gmail.com>
5796         * org.el (org-edit-src-get-label-format): New function.
5797         (org-coderef-label-format): New option.
5798         (org-edit-src-code, org-edit-src-find-region-and-lang): Parse for
5799         a label format specification and make sure it is used in the edit
5800         buffer.
5801         (org-edit-src-get-label-format): New function.
5802         (org-store-link): Handle new coderef formats.
5803         (org-link-search): Handle new coderef formats.
5805         * org-footnote.el (org-footnote-create-definition)
5806         (org-footnote-goto-local-insertion-point): Make footnote insertion
5807         work correctly when the "Footnotes" headline is the last line in
5808         the buffer.
5810         * org.el (org-goto-marker-or-bmk): Expose context after jumping to
5811         the location.
5813 2009-01-04  Carsten Dominik  <carsten.dominik@gmail.com>
5815         * org-w3m.el (org-w3m): New customization group.
5816         (org-w3m-deactivate-mark): New option.
5817         (org-w3m-copy-for-org-mode): Deactivate region, unless the user
5818         option say not to.
5820 2009-01-02  Carsten Dominik  <carsten.dominik@gmail.com>
5822         * org.el (org-set-font-lock-defaults): Trigger footnote
5823         fontification.
5824         (org-activate-footnote-links): New function.
5825         (org-activate-links): New entry `footnote'.
5827         * org-faces.el (org-footnote): New face.
5829 2009-01-01  Carsten Dominik  <carsten.dominik@gmail.com>
5831         * org-macs.el (org-re): Handle the [:word:] class.
5833         * org-exp.el (org-export-preprocess-string): Call
5834         `org-export-protect-colon-examples'.
5835         (org-export-protect-colon-examples): Renamed from
5836         `org-export-protect-examples', and scope limited to lines starting
5837         with a colon.
5839 2008-12-31  Carsten Dominik  <carsten.dominik@gmail.com>
5841         * org-exp.el (org-export-preprocess-string): Move the preprocess
5842         hook to after turning on Org-mode.
5843         (org-export-preprocess-after-include-files-hook)
5844         (org-export-preprocess-after-tree-selection-hook)
5845         (org-export-preprocess-before-backend-specifics-hook)
5846         (org-export-preprocess-final-hook): New hooks.
5847         (org-export-preprocess-string): Run the new hooks.
5849         * org.el (org-ctrl-c-minus): Fix indentation for new items.
5851         * org-footnote.el: New file.
5853         * org.el (org-footnote): Require footnote code.
5854         (org-startup-options): Add new footnote options.
5855         (org-mode-map): New keybindig for footnotes.
5856         (org-ctrl-c-ctrl-c): Add function at footnotes.
5857         (org-org-menu): New menu entries for footnotes.
5859         * org-export-latex.el (org-export-as-latex): Pass footnote
5860         variable to preprocessor.
5861         (org-export-latex-preprocess): Treat multiple references to a
5862         footnote.
5864         * org-exp.el (org-export-preprocess-string): Call
5865         `org-footnote-normalize'.
5866         (org-export-as-ascii, org-export-as-html): Pass footnote variable
5867         to preprocessor.
5868         (org-export-as-html): Treat multiple references to a footnote.
5870 2008-12-26  Carsten Dominik  <carsten.dominik@gmail.com>
5872         * org-export-latex.el (org-export-latex-links): Handle coderef
5873         links.
5875         * org.el (org-bracket-link-analytic-regexp++): New variable.
5876         (org-make-link-regexps): Initialize
5877         `org-bracket-link-analytic-regexp++'.
5878         (org-store-link): Implement special case in edit-src buffer.
5879         (org-insert-link): No use of ide to insert stored links.
5880         (org-link-search): Implement special case for coderefs.
5882         * org-exp.el (org-export-html-scripts): New constant.
5883         (org-export-html-style-default): Add a new style for highlighted
5884         code.
5885         (org-export-code-refs): New variable.
5886         (org-export-preprocess-string): Initialize `org-export-code-refs'.
5887         Call `org-export-replace-src-segments-and-examples'
5888         No longer call `org-export-protect-examples'.
5889         (org-export-target-internal-links): Take care of coderef targets.
5890         (org-export-last-code-line-counter-value): New variable.
5891         (org-export-replace-src-segments-and-examples): Renamed from
5892         `org-export-replace-src-segments', and modified.
5893         (org-export-format-source-code-or-example): Renamed from
5894         `org-export-format-source-code'.
5895         (org-export-number-lines): New function.
5896         (org-export-as-ascii, org-export-as-html): Handle coderef links.
5898 --------------------------------------------------------------------------
5900 2008-12-23  Carsten Dominik  <carsten.dominik@gmail.com>
5902         * org-remember.el (org-remember-handler): Safer way to get a new
5903         buffer accessing the target file.
5905         * org.el (org-refile-get-location): Handle case of current buffer
5906         not having a file associated with it.
5908 2008-12-22  Carsten Dominik  <carsten.dominik@gmail.com>
5910         * org-table.el (org-table-get-formula): Only ask to overwrite
5911         field formula if there really is one.
5913         * org-id.el (org-id-find): Allow the ID to be a symbol or a
5914         number, by converting these to a string.
5916         * org-colview.el (org-dblock-write:columnview): Allow ID to be
5917         located in a different file.
5919         * org-colview-xemacs.el (org-dblock-write:columnview): Copy from
5920         org-colview.el.
5922 2008-12-21  Carsten Dominik  <carsten.dominik@gmail.com>
5924         * org.el (org-completion-use-ido): Enhance docstring of
5925         `org-completion-use-ido'.
5927         * org-export-latex.el (org-export-latex-make-header): Double the %
5928         in the time stamp format.
5929         (org-export-latex-special-chars): Handle case where there is no
5930         match group 3.
5932 2008-12-20  Carsten Dominik  <carsten.dominik@gmail.com>
5934         * org.el (org-get-refile-targets, org-refile-get-location): Use
5935         expanded file name to improve comparison.
5937 2008-12-19  Carsten Dominik  <carsten.dominik@gmail.com>
5939         * org.el (org-scan-tags): Rescan for tags, to get the correct
5940         upcase/downcase stuff.  This slows things down for now, but it
5941         works.
5942         (org-mode): Make sure the tag-faces regexp is initialized.
5944         * org-export-latex.el (org-export-latex-links): Fix bug with
5945         undefined label.
5947         * org-table.el (org-table-get-specials): Set
5948         `org-table-current-last-data-line'.
5949         (org-table-current-last-data-line): New variable.
5950         (org-table-insert-column, org-table-delete-column)
5951         (org-table-move-column, org-table-fix-formulas): Call
5952         `org-table-fix-formulas' a second time to fix the $LR references.
5953         (org-table-get-specials): Add the $LR references to the tables.
5954         (org-table-get-formula): Do not offer last-row names as LHS of
5955         formulas.
5957         * org.el (org-store-link): Capture link description from
5958         `org-id-store-link'.
5960         * org-exp.el (org-export-html-format-image): Add the / to the end
5961         of the <img> tag.
5962         (org-export-format-source-code): Surround example by empty lines,
5963         to make sure it will not be inside a paragraph.
5965         * org.el (org-ido-switchb): New function.
5967 2008-12-18  Carsten Dominik  <carsten.dominik@gmail.com>
5969         * org-agenda.el (org-agenda-show): New prefix argument
5970         FULL-ENTRY.
5972         * org.el (org-sort-entries-or-items): Add a COMPARE-FUNC
5973         argument.
5975         * org-agenda.el (org-agenda-set-tags): Leave getting the tags to
5976         `org-agenda-change-all-lines'.
5977         (org-agenda-change-all-lines): Removed FORCE-TAGS argument, the
5978         tags are now retrieved locally.
5980 2008-12-17  Carsten Dominik  <carsten.dominik@gmail.com>
5982         * org.el (org-get-outline-path): Fix bug if level is not given.
5983         (org-org-menu): Do not quote function in menu vector.
5985         * org-agenda.el (org-finalize-agenda): Fix typo with variable
5986         name.
5988 2008-12-16  Carsten Dominik  <carsten.dominik@gmail.com>
5990         * org.el (org-refile): Avoid refiling to within the region to be
5991         refiled.
5993         * org-export-latex.el (org-export-latex-special-chars): Replace
5994         special characters also in tables.
5996         * org-agenda.el (org-agenda-change-all-lines): New argument
5997         FORCE-TAGS.
5998         (org-agenda-set-tags): Cet the new tags and pass them to
5999         `org-format-agenda-item'.
6001 2008-12-15  Carsten Dominik  <carsten.dominik@gmail.com>
6003         * org-export-latex.el (org-export-latex-classes): Add longable as
6004         a default package to all classes.
6005         (org-export-latex-tables): Handle the longtable attribute and the
6006         align attribute.
6008         * org-table.el (orgtbl-to-generic): Handle tables that start with
6009         a hline.
6011         * org-export-latex.el (org-export-latex-emphasis-alist): Switch to
6012         \verb for colde-like snippets.
6013         (org-export-as-latex): Fix issues with region export.
6015         * org.el (org-up-heading-safe): Speed up function by using a
6016         direct regexp search.
6017         (org-olpa): New variable.
6018         (org-get-outline-path): Speed-up path constructions in cases where
6019         this is possible because the entire hierarchy is scanned anyway.
6020         (org-refile-get-location): Don't compare the truenames of files,
6021         this is too slow.
6022         (org-goto-max-level): New option.
6023         (org-goto): Use `org-goto-max-level'.
6025 2008-12-12  Tassilo Horn  <tassilo@member.fsf.org>
6027         * org-gnus.el (org-gnus-article-link, org-gnus-article-link):
6028         Strip angle brackets from message-ids in the former and don't do
6029         it in the latter.
6030         (org-gnus-follow-link): Open summary reliable, even if the last
6031         messages were deleted, and handle empty groups, too.
6033 2008-12-12  Carsten Dominik  <carsten.dominik@gmail.com>
6035         * org-export-latex.el (org-export-latex-emphasis-alist): Use \verb
6036         instead of \texttt for the =...= and ~===~ emphasis environments.
6037         (org-export-as-latex): Remove any old :org-license-to-kill text
6038         properties.
6039         (org-export-as-latex): Pass RBEG to `org-export-latex-first-lines'.
6040         (org-export-latex-make-header): Add some hard space after the
6041         table of contents.
6042         (org-export-latex-first-lines): Accept RBEG argument.  Mark
6043         exported text so that it will be excuded in further steps.
6045         * org-table.el (org-table-get-specials): Make @0 reference the
6046         last line in a table.
6047         (org-table-recalculate): Improve docstring.
6049 2008-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
6051         * org.el (org-log-done): Fix docstring.
6053 2008-12-10  Carsten Dominik  <carsten.dominik@gmail.com>
6055         * org-exp.el (org-export-html-format-image): Fix bugs.
6057         * org-export-latex.el (org-export-latex-tables)
6058         (org-export-latex-links): Implement attribute, label, and caption
6059         handling.
6061         * org-exp.el (org-export-html-style-default): Add style
6062         definitions for the figure div.
6063         (org-export-preprocess-string, org-export-as-html): Implement
6064         attribute, label, and caption handling.
6065         (org-export-attach-captions-and-attributes): New function.
6066         (org-export-html-format-image): New function.
6067         (org-format-org-table-html): Implement attribute, label, and
6068         caption handling.
6070         * org.el (org-find-text-property-in-string): New function.
6071         (org-extract-attributes): Use the property org-attr instead of
6072         org-attrobutes, because this property is now set with the #+ATTR
6073         lines.
6075 2008-12-08  Carsten Dominik  <carsten.dominik@gmail.com>
6077         * org-compat.el (org-substring-no-properties): Fix for XEmacs, for
6078         the case that FROM is nil.
6080         * org.el (org-before-first-heading-p): New function.
6082 2008-12-07  Carsten Dominik  <carsten.dominik@gmail.com>
6084         * org-exp.el (org-export-as-html): Do not add a space before
6085         enforces line breaks.
6086         (org-export-as-html): Close paragraph before blockquote and verse
6087         tags.
6089 2008-12-06  Carsten Dominik  <carsten.dominik@gmail.com>
6091         * org-id.el (org-id-locations-file): Wrap file name with
6092         `convert-standard-filename'.
6093         (org-id-files): New variable.
6094         (org-id-use-hash): New option.
6095         (org-id-update-id-locations): Also search in all files current
6096         listed in `org-id-files'.  Convert the resulting alist to a hash
6097         if the user customation says so.
6098         (org-id-locations-save): Handle he case if `org-id-locations' is a
6099         hash.
6100         (org-id-locations-load): Convert the alist to a hash.
6101         (org-id-add-location): Handle the hast case.
6102         (kill-emacs-hook): Make sure id locations are saved when Emacs is
6103         exited.
6104         (org-id-hash-to-alist, org-id-alist-to-hash)
6105         (org-id-paste-tracker): New functions.
6107 -------------------------------------------------------------------------
6109 2008-12-05  Carsten Dominik  <carsten.dominik@gmail.com>
6111         * org-agenda.el (org-agenda-goto-calendar): Remove duplicate let
6112         bindings of calendar variables.
6114         * org-table.el (org-table-find-row-type): Renamed from
6115         `org-find-row-type'.
6116         (org-table-rewrite-old-row-references): Renamed from
6117         `org-rewrite-old-row-references'.
6118         (org-table-shift-refpart): Renamed from `org-shift-refpart'.
6119         (org-table-cleanup-narrow-column-properties): Renamed from
6120         `org-cleanup-narrow-column-properties'.
6122 2008-12-05  Carsten Dominik  <carsten.dominik@gmail.com>
6124         * org-table.el (org-find-row-type): New arguments DESC and CLINE,
6125         for better error messages.
6126         (org-table-get-descriptor-line): Supply the new arguments to
6127         `org-find-row-type'.
6128         (org-table-error-on-row-ref-crossing-hline): New option.
6130         * org.el (org-target-link-regexp): Make buffer-local.
6131         (org-move-subtree-down): Fix bug with trees at beginning of
6132         buffer.
6134 2008-12-04  Carsten Dominik  <carsten.dominik@gmail.com>
6136         * org-faces.el (org-set-tag-faces): New function.
6137         (org-tags-special-faces-re): New variable.
6139         * org.el (org-font-lock-add-tag-faces, org-get-tag-face): New functions.
6141         * org-faces.el (org-tag-faces): New option.
6142         (org-tag): Mention `org-tag-faces' in the docstring.
6144 2008-12-03  Carsten Dominik  <carsten.dominik@gmail.com>
6146         * org-exp.el (org-export-html-style-default): Implement new
6147         quoting.
6149         * org-jsinfo.el (org-infojs-template): Implement new quoting.
6151         * org-w3m.el (w3m-minor-mode-hook): Also add the special copy
6152         command to the `w3m-minor-mode-map'.
6154         * org-archive.el (org-archive-to-archive-sibling): Protect
6155         `this-command' to avoid appending kills during archiving.
6157         * org-exp.el (org-export-with-priority): New variable.
6158         (org-export-add-options-to-plist): Use `org-export-plist-vars'
6159         instead of internal list of strings and properties.
6160         (org-print-icalendar-entries): Retrieve the location property with
6161         inheritance.
6163 2008-12-02  Carsten Dominik  <carsten.dominik@gmail.com>
6165         * org-exp.el (org-export-with-todo-keywords): New option.
6166         (org-export-plist-vars): Include also the keys for the #+OPTIONS
6167         line.
6168         (org-default-export-plist, org-export-add-options-to-plist)
6169         (org-export-as-ascii, org-export-as-html): Use the new structure
6170         of `org-export-plist-vars'.
6172         * org.el (org-map-entries): Return all values.
6174 2008-11-29  Carsten Dominik  <carsten.dominik@gmail.com>
6176         * org.el (org-matcher-time): Recognize more special values.
6178         * org-gnus.el (fboundp): Fix defvaralias for XEmacs.
6180 2008-11-27  Carsten Dominik  <carsten.dominik@gmail.com>
6182         * org.el (org-tags-exclude-from-inheritance): New option.
6183         (org-tag-inherit-p, org-remove-uniherited-tags): Respect
6184         `org-tags-exclude-from-inheritance'.
6186         * org-agenda.el (org-agenda-show-inherited-tags): New option.
6187         (org-format-agenda-item): Add inherited tags to the agenda line
6188         string, and make sure that properties are kept when downcasing the
6189         tags list.
6190         (org-agenda-add-inherited-tags): New function.
6191         (org-downcase-keep-props): New function.
6193         * org.el (org-scan-tags): Mark inherited tags with a text
6194         property.
6195         (org-get-tags-at): Mark inherited tags with a text property.
6196         (org-add-prop-inherited): New function.
6198         * org-agenda.el (org-agenda-add-inherited-tags): New function.
6199         (org-agenda-show-inherited-tags): New option.
6201 2008-11-26  Carsten Dominik  <carsten.dominik@gmail.com>
6203         * org.el (org-modules): Add org-w3m to the default modules.
6205         * org-table.el (orgtbl-self-insert-command): Make S-SPC work in
6206         orgtbl-mode.
6207         (orgtabl-create-or-convert-from-region): New command.
6209         * org-exp.el (org-export-as-ascii): Remove the handling of
6210         targets.
6211         (org-export-ascii-preprocess): Handle targets already in this
6212         function.
6214 2008-11-25  Carsten Dominik  <carsten.dominik@gmail.com>
6216         * org-timer.el (org-timer-start-time): Define this variable.
6217         (org-timer-item): Make argument optional.
6219         * org-list.el (org-insert-item): Automatically insert a timer item
6220         if the current list is a timer list.
6222         * org-timer.el: New file.
6224         * org-publish.el (org-publish-org-index): Only exclude the index
6225         file in the main directory from being added to the site-map.
6226         (org-publish-get-project-from-filename): If the current project is
6227         a component, start publishing from the parent project.
6229 2008-11-24  Carsten Dominik  <carsten.dominik@gmail.com>
6231         * org-table.el (orgtbl-ret): Fix RET at beginning-of-buffer.
6233         * org-publish.el (org-publish-org-index): Improve removal of
6234         temporary buffers.
6236         * org-agenda.el (org-get-closed): Re-apply changes
6237         accidentially overwritten by last commit to Emacs.
6239         * org.el (org-outline-path-complete-in-steps): New option.
6240         (org-refile-get-location): Honor
6241         `org-outline-path-complete-in-steps'.
6242         (org-agenda-change-all-lines, org-tags-sparse-tree)
6243         (org-time-string-to-absolute, org-small-year-to-year)
6244         (org-link-escape): Re-apply changes accidentially overwritten
6245         by last commit to Emacs
6247 2008-11-23  Carsten Dominik  <carsten.dominik@gmail.com>
6249         * org-clock.el (org-dblock-write:clocktable): Make sure the
6250         clocktable sees the first line.
6251         (org-clock-in): Warn if the clock cannot be resumed.
6253 2008-11-22  Carsten Dominik  <carsten.dominik@gmail.com>
6255         * org.el (org-open-at-point): Fix mixup about interactive and
6256         non-interactive elisp links.
6258 2008-11-21  Carsten Dominik  <carsten.dominik@gmail.com>
6260         * org-exp.el (org-export-preprocess-string): Allow one comment
6261         line before the first headline to always be included.  This is
6262         to not miss a commented target.
6264         * org-mouse.el (org-mouse-insert-item): Call
6265         `org-indent-to-column' instead of `indent-to', for XEmacs
6266         compatibility.
6268         * org.el (org-refile-targets): Fix customize definition so
6269         that it works also in XEmacs.
6270         (org-fixup-indentation): Call `org-indent-to-column' instead
6271         of `indent-to', for XEmacs compatibility.
6273 2008-11-21  Tokuya Kameshima  <kames@fa2.so-net.ne.jp>
6275         * org-mew.el (org-mew-store-link): Get the correct case folder
6276         for refiled messages.
6278 2008-11-21  Carsten Dominik  <carsten.dominik@gmail.com>
6280         * org-exp.el (org-export-as-ascii): Remove the "\\" forced
6281         line break indicators.
6283         * org.el (org-ido-completing-read): Remove the "i:" prefix for
6284         ido-completion propts.
6286 2008-11-21  Carsten Dominik  <carsten.dominik@gmail.com>
6288         * org-remember.el (org-remember-apply-template): Use
6289         `org-substring-no-properties'.
6291         * org-compat.el (org-substring-no-properties): New function.
6293         * org-remember.el (org-remember-apply-template): Use
6294         `org-substring-no-properties' for compatibility.
6296         * org-list.el (org-list-two-spaces-after-bullet-regexp): New
6297         option.
6298         (org-fix-bullet-type): respect
6299         `org-list-two-spaces-after-bullet-regexp'.
6301         * org-clock.el (org-clock-load): Clean up the code.
6303         * org.el (org-adaptive-fill-function): Allow two spaces after
6304         "1." as a list bullet.
6306 2008-11-20  Carsten Dominik  <carsten.dominik@gmail.com>
6308         * org-clock.el (org-clock-save, org-clock-load): Check for
6309         live buffers, existing files, and buffer file names to ensure
6310         consistent information.
6311         (org-clock-persist): Make `clock' a special value of this
6312         variable, and improve docstring.
6314         * org-list.el (org-cycle-list-bullet, org-fix-bullet-type)
6315         (org-get-string-indentation): Adapt indentation when the bullet
6316         width changes.
6318 2008-11-19  Carsten Dominik  <carsten.dominik@gmail.com>
6320         * org-remember.el (org-remember-finalize): Make interactive.
6321         (org-remember-kill): New command.
6322         (org-remember-finish-immediately): Call `org-remember-finalize'
6323         directly.
6324         (org-remember-finalize): Make `org-remember-finalize' an interactive
6325         function.
6327 2008-11-18  Carsten Dominik  <carsten.dominik@gmail.com>
6329         * org-remember.el (org-remember-apply-template): No ido completion
6330         for free prompts in remember templates.
6331         (org-remember-before-finalize-hook): New hook.
6332         (org-remember-mode): New minor mode.
6333         (org-remember-apply-template): Turn on `org-remember-mode'.
6335         * org-id.el (org-id-add-location): Avoid error when no file is
6336         given.
6338         * org-remember.el (org-remember-apply-template): Fix the way how
6339         the list of allowed properties is retrieved from the target file.
6341         * org.el (org-insert-link): Improve file link matching.
6343 2008-11-17  Carsten Dominik  <carsten.dominik@gmail.com>
6345         * org-colview.el (org-columns-display-here): New argument
6346         DATELINE, to trigger using the new face.
6347         (org-agenda-colview-summarize): Call `org-columns-display-here'
6348         with the new argument.
6350         * org-faces.el (org-agenda-column-dateline): New face.
6352         * org-publish.el (org-publish-org-index): Use index-title at page
6353         title, not as section.
6355         * org-exp.el (org-export-html-format-desc): Respect the
6356         org-protect property.
6357         (org-export-as-html): Protect image specifiers that are in the
6358         description part of a link.
6360         * org.el (org-sort-entries-or-items, org-completing-read)
6361         (org-refile-get-location, org-olpath-completing-read, org-todo)
6362         (org-show-todo-tree, org-sparse-tree, org-make-tags-matcher)
6363         (org-set-tags, org-change-tag-in-region, org-fast-tag-selection)
6364         (org-set-property, org-delete-property)
6365         (org-delete-property-globally): Use `org-ido-completing-read'.
6367         * org-remember.el (org-remember-apply-template): Use
6368         `org-ido-completing-read'.
6370         * org-publish.el (org-publish): Use `org-ido-completing-read'.
6372         * org-colview.el (org-columns-edit-value, org-columns-new)
6373         (org-insert-columns-dblock): Use `org-ido-completing-read'.
6375         * org-colview-xemacs.el (org-columns-edit-value)
6376         (org-columns-new, org-insert-columns-dblock): Use
6377         `org-ido-completing-read'.
6379         * org-attach.el (org-attach-delete-one, org-attach-open): Use
6380         `org-ido-completing-read'.
6382         * org-agenda.el (org-todo-list, org-agenda-filter-by-tag): Use
6383         `org-ido-completing-read'.
6385         * org.el (org-time-today): New function.
6386         (org-matcher-time): Use `org-time-today'.  Add special treatment
6387         for "<tomorrow>" and "<yesterday>".
6388         (org-ido-completing-read): New function.
6389         (org-completion-use-ido): New option.
6391         * org-exp.el (org-export-format-source-code): Fix bug in require
6392         htmlize code.
6393         (org-export-target-internal-links): Fix bug in search for text
6394         property.
6396 2008-11-16  Carsten Dominik  <carsten.dominik@gmail.com>
6398         * org-export-latex.el (org-export-latex-subcontent): Interprete
6399         target aliases as additonal labels.
6401         * org-exp.el (org-export-target-aliases): New variable.
6402         (org-export-preprocess-string)
6403         (org-export-handle-invisible-targets): Fill the alias alist.
6404         (org-export-as-html): Remove the &nbsp; from the anchor, and also
6405         assign an id.
6406         (org-html-level-start): Insert the target aliases as additonal
6407         anchors.
6409         * org.el (org-edit-fixed-width-region): Fix bug when starting a new
6410         picture area.
6412 2008-11-15  Carsten Dominik  <carsten.dominik@gmail.com>
6414         * org.el (org-open-at-mouse): Ensure correct link abbreviations
6415         when following a link with the mouse from the agenda.
6417         * org-exp.el (org-export-as-html): Avoid lone </div> when no
6418         headlines are created.
6420 2008-11-14  Carsten Dominik  <carsten.dominik@gmail.com>
6422         * org-exp.el (org-export-preprocess-string): Reorder so that we
6423         can still see ID properties when we collect targets.
6424         (org-export-target-internal-links): Also store targets for ID's.
6426         * org.el (org-link-translation-function): New option.
6427         (org-open-at-point): Call `org-link-translation-function' if
6428         non-nil.
6429         (org-translate-link): New function.
6430         (org-translate-link-from-planner): New function.
6431         (org-open-at-point): Allow interactive commands in elisp links.
6433         * org-exp.el (org-icalendar-cleanup-string): Restore the old
6434         iCalendar quoting.  The new one seems to caus problems with
6435         applications.
6437         * org.el (org-yank): Set `this-command' to `yank', so that
6438         `yank-pop' will work.
6440 2008-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
6442         * org-id.el (org-id-search-archives): New option.
6444         * org.el (org-link-to-org-use-id): New option.
6445         (org-store-link): Use `org-link-to-org-use-id'.
6446         (org-id): Make org-id.el a standard component.
6448 2008-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
6450         * org.el (org-link-expand-abbrev): Implement %h as an escape for a
6451         hexified version of the tag.
6453         * org-exp.el (org-icalendar-cleanup-string): Improve RFC2455
6454         compliance as far as quoting is concerned.
6456         * org-vm.el (org-vm-follow-link): Require `vm-search'.
6458         * org.el (org-up-heading-safe, org-forward-same-level): Always
6459         call `org-back-to-heading' instead of `outline-back-to-heading'.
6460         (org-back-to-heading): New wrapper around outline-back-to-heading,
6461         with a useful error message telling where the error happened.
6463         * org-list.el (org-update-checkbox-count): Always call
6464         `org-back-to-heading' instead of `outline-back-to-heading'.
6466         * org-exp.el (org-export-as-html): Make sure that each <img> tag
6467         has an `alt' attribute, to ensure XHTML validation.
6469 2008-11-12  Carsten Dominik  <carsten.dominik@gmail.com>
6471         * org-publish.el (org-publish-attachment): Allow publishing to
6472         overwrite attachment files.
6474         * org-agenda.el (org-agenda-timerange-leaders): New option.
6475         (org-agenda-get-blocks): Use `org-agenda-timerange-leaders'.
6477         * org.el (org-edit-src-exit): Untabify ASCII image before
6478         returning.
6491 2008-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
6493         * org.el (org-yank): Make any prefix force normal yanking.
6494         Suppress folding if text would be swallowed into a folded
6495         subtree.
6496         (org-yank-folded-subtrees, org-yank): Docstring updates.
6498         * org-agenda.el (org-agenda-compare-effort): Treat no effort
6499         defined as 0.
6501         * org-exp.el (org-export-language-setup): Add Catalan and
6502         Esperanto language entries.
6504 2008-11-10  Carsten Dominik  <carsten.dominik@gmail.com>
6506         * org.el (org-refile): Allow refiling of entire regions.
6508         * org-clock.el (org-clock-time%): New function.
6510         * org.el (org-entry-get, org-entry-delete): Use safer regexps to
6511         retrieve property values.
6513 2008-11-09  Carsten Dominik  <carsten.dominik@gmail.com>
6515         * org-agenda.el (org-agenda-list): Handle the value `only' of
6516         org-agenda-show-log'.
6517         (org-agenda-log-mode): Interpret a double prefix arg.
6519 2008-11-08  Carsten Dominik  <carsten.dominik@gmail.com>
6521         * org-exp.el (org-export-html-footnotes-section): New variable.
6522         (org-export-as-html): Use `org-export-html-footnotes-section' to
6523         insert the footnotes.
6524         (org-export-language-setup): Add "Footnotes" to language words.
6526 2008-11-07  Carsten Dominik  <carsten.dominik@gmail.com>
6528         * org.el (org-yank): Fix bug when not inserting a subtree.
6530 2008-11-06  Carsten Dominik  <carsten.dominik@gmail.com>
6532         * org-vm.el (org-vm-follow-link): Call `vm-preview-current-message'
6533         instead of `vm-beginning-of-message'.
6535         * org.el (org-make-link-regexps): Make sure that links to gnus can
6536         contain brackets.
6538 2008-11-05  Carsten Dominik  <carsten.dominik@gmail.com>
6540         * org-attach.el (org-attach-dir): Remove duplicate ID creation
6541         code.
6543         * org-id.el (org-id-new): Use `org-trim' to extract the uuid from
6544         shell output.
6546         * org.el (org-link-abbrev-alist): Improve customization type.
6548         * org-attach.el (org-attach-expand-link, org-attach-expand): New
6549         functions.
6551         * org-agenda.el (org-agenda-get-progress): Renamed from
6552         `org-get-closed'.  Implement searching for state changes as well.
6553         (org-agenda-log-mode-items): New option.
6554         (org-agenda-log-mode): New option prefix argument, interpreted as
6555         request to show all possible progress info.
6556         (org-agenda-get-day-entries): Call `org-get-progress' instead of
6557         `org-get-closed'.
6558         (org-agenda-set-mode-name): Handle the more complex log mode
6559         settings.
6560         (org-get-closed): New alias, pointing to `org-get-progress'.
6562 2008-11-05  Carsten Dominik  <dominik@science.uva.nl>
6564         * org.el (org-file-apps-defaults-gnu)
6565         (org-file-apps-defaults-macosx)
6566         (org-file-apps-defaults-windowsnt): Add an entry defining the
6567         system command.
6568         (org-file-apps): Allow `system' as key and value.
6569         (org-open-at-point): Explain the effect of a double prefix arg.
6570         (org-open-file): If the argument `in-emacs' is (16),
6571         i.e. corresponding to a double prefix argument, try to open the
6572         file externally.
6574 2008-11-04  Carsten Dominik  <dominik@science.uva.nl>
6576         * org.el (org-insert-link): Abbreviate absolute files names in
6577         links.  Also, fix a bug in which the double C-u prefix would not
6578         be honored.
6580 2008-11-03  Carsten Dominik  <dominik@science.uva.nl>
6582         * org.el (org-insert-heading): If buffer does not end with a
6583         newline, add one if necessary to insert headline correctly.
6585         * org-exp.el (org-export-as-html): Make sure that <hr/> is between
6586         paragraphs, not inside.
6588         * org.el (org-todo): Quote
6589         `org-agenda-headline-snapshot-before-repeat'.
6591         * org-exp.el (org-export-as-html): Fully process link descriptions.
6592         (org-export-html-format-desc): New function.
6593         (org-export-as-html): Collect footnotes into the correct basket.
6594         (org-html-protect): No longer protect quotations marks here, this
6595         goes wrong.
6597         * org-agenda.el (org-agenda-remove-marked-text): Bind variable
6598         BEG.
6600         * org-compat.el (org-fit-window-to-buffer): New function (not
6601         really, a preliminary and incomplete version was present earlier,
6602         but not used).
6604         * org.el (org-fast-todo-selection, org-fast-tag-selection): Use
6605         `org-fit-window-to-buffer'.
6607         * org-exp.el (org-export): Use `org-fit-window-to-buffer'.
6609         * org-agenda.el (org-agenda-get-restriction-and-command)
6610         (org-fit-agenda-window, org-agenda-convert-date): Use
6611         `org-fit-window-to-buffer'.
6613         * org-exp.el (org-export-as-html): Process href links through
6614         `org-export-html-format-href'.
6615         (org-export-html-format-href): New function.
6617         * org-agenda.el (org-agenda-todo): Update only the current
6618         headline if this is a repeated TODO, marked done for today.
6619         (org-agenda-change-all-lines): New argument JUST-THIS, to change
6620         only the current line.
6622         * org.el (org-todo): Take a snapshot of the headline if the
6623         repeater might change it.
6625 2008-11-02  Carsten Dominik  <dominik@science.uva.nl>
6627         * org-publish.el (org-publish-find-title): Remove buffers visited
6628         only for extracting the title.
6630         * org-exp.el (org-export-html-style)
6631         (org-export-html-style-default): Mark style definitions as
6632         unparsed CDATA.
6634         * org-publish.el (org-publish-validate-link): Function
6635         re-introduced.
6637 2008-11-02  Charles Sebold  <csebold@gmail.com>
6639         * org-plot.el (org-plot/add-options-to-plist): Supports timefmt
6640         property.
6641         (org-plot-quote-timestamp-field): New function.
6642         (org-plot-quote-tsv-field): Call timestamp field function when
6643         necessary rather than just quoting as a string.
6644         (org-plot/gnuplot-to-data): Pass in timefmt property.
6645         (org-plot/gnuplot-script): Supports timefmt property.
6646         (org-plot/gnuplot): Checks for timestamp column before checking
6647         for text index column.
6649 2008-11-02  Carsten Dominik  <dominik@science.uva.nl>
6651         * org.el (org-insert-heading): Improve behavior with hidden subtrees.
6653         * org-publish.el (org-publish-org-index): Create a section in the
6654         index file.
6655         (org-publish-org-index): Stop linking to directories.
6657         * org.el (org-emphasis-alist): Use span instead of <u> to
6658         underline text.
6660         * org-exp.el (org-export-as-html): Make sure <p> is closed before
6661         <pre> sections.
6663 2008-11-01  Sebastian Rose  <sebastian_rose@gmx.de>
6665         * org-jsinfo.el (org-infojs-template): Remove language attribute
6666         from script tag.
6668 2008-11-01  Carsten Dominik  <dominik@science.uva.nl>
6670         * org-agenda.el (org-agenda-remove-marked-text): New function.
6671         (org-agenda-mark-filtered-text)
6672         (org-agenda-unmark-filtered-text): New functions.
6673         (org-write-agenda): Remove fltered text.
6675         * org.el (org-make-tags-matcher): Give access to TODO "property"
6676         without speed penalty.
6678 2008-10-29  Carsten Dominik  <dominik@science.uva.nl>
6680         * org.el (org-link-frame-setup): Add `org-gnus-no-new-news' as an
6681         option.
6682         (org-store-link-props): Make sure adding to the plist works
6683         correctly.
6685         * org-gnus.el (org-gnus-no-new-news): New function.
6686         (org-gnus-follow-link): Allow the article ID to be a message-id,
6687         in addition to allowing article numbers.  Message IDs make much
6688         more roubust links.
6689         (org-gnus-store-link): Use message-id to create link.
6691 2008-10-28  Carsten Dominik  <dominik@science.uva.nl>
6693         * org.el (org-emphasize): Reverse the selection array.
6694         (org-emphasis-alist): Set <code> tags for the verbatim
6695         environment.
6697         * org-remember.el (org-remember-handler): Fix bug with
6698         prefix-related changing of the note storage target.
6700         * org-exp.el (org-print-icalendar-entries): Make the exported
6701         priorities compatible with RFC 2445.
6703         * org-clock.el (org-clock-save): Insert time stamp without
6704         dependence on time-stamp.el.
6706 2008-10-27  Carsten Dominik  <dominik@science.uva.nl>
6708         * org.el ("saveplace"): If saveplace puts point into an invisible
6709         location, make it visible.
6710         (org-make-tags-matcher): Allow inactive time stamps in time
6711         comparisons.
6712         (org-yank-adjusted-subtrees): New option.
6713         (org-yank): Incorporate adjusting trees.
6714         (org-paste-subtree): New argument FOR-YANK which will cause
6715         insertion at point without backing up over white lines, and leave
6716         point at the end of the inserted text.  Also if the cursor is
6717         at the beginning of a headline, use the same level or the inserted
6718         tree.
6720         * org-publish.el (org-publish-get-base-files-1): Deal correctly
6721         with broken symlinks
6723 2008-10-26  Carsten Dominik  <dominik@science.uva.nl>
6725         * org-exp.el (org-export-select-tags, org-get-current-options):
6726         Fix typo.
6728 2008-10-25  Carsten Dominik  <dominik@science.uva.nl>
6730         * org-agenda.el (org-format-agenda-item)
6731         (org-agenda-filter-make-matcher): Make sure tags are stored and
6732         compared donwcased.
6734 2008-10-23  Carsten Dominik  <dominik@science.uva.nl>
6736         * org.el (org-insert-todo-heading): Fix bug with force-heading
6737         argument.
6739 2008-10-23  James TD Smith  <ahktenzero@mohorovi.cc>
6741         * org-clock.el (org-clock-in-resume): Add a custom option to
6742         toggle starting the clock from an open clock line.
6743         (org-clock-in): When clocking in to an entry, if
6744         `org-clock-in-resume' is set, check if the first clock line is
6745         open and if so, start the clock from the time in the clock line.
6746         (org-clock-persist): Add a custom option to toggle clock
6747         persistence.
6748         (org-clock-persist-query-save): Add a custom option to toggle
6749         asking the user if they want to save the running clock when
6750         exiting.
6751         (org-clock-persist-query-resume): Add a custom option to toggle
6752         asking the user if they want to resume the saved clock when Emacs
6753         is restarted.
6754         (org-clock-save): Add a function to save clock data.
6755         This includes the contents of `org-clock-history' and the buffer
6756         and position of the currently clocked task, if any.
6757         (org-clock-load): Add a function to load clock data.
6758         This populates `org-clock-history', and resumes the saved clocked
6759         task if there is one.
6760         (org-clock-persistence-insinuate): Add a method to set up the
6761         hooks for clock persistence.
6763 2008-10-22  Carsten Dominik  <dominik@science.uva.nl>
6765         * org-exp.el (org-export-as-ascii): Handle the case that we are
6766         publishing from an indirect buffer.
6768         * org-table.el (org-table-copy-down): Fix bug with time stamp
6769         increment.
6771         * org-mouse.el (org-mouse-features): New option.
6772         (org-mode-hook): Turn on features depending on
6773         `org-mouse-features'.
6775         * org.el (org-insert-heading-respect-content): Force heading
6776         creation.
6777         (org-insert-heading): keep the folding state of the heading before
6778         the inserted one.
6780 2008-10-21  Carsten Dominik  <dominik@science.uva.nl>
6782         * org-archive.el (org-archive-to-archive-sibling): Handle top
6783         level headlines better.
6785 2008-10-21  Bastien Guerry  <bzg@altern.org>
6787         * org-export-latex.el (org-export-latex-classes): Added
6788         \usepackage{graphicx} to the default list of packages.
6790 2008-10-21  Carsten Dominik  <dominik@science.uva.nl>
6792         * org-agenda.el (org-agenda-filter): Renamed from
6793         `org-agenda-filter-tags'.
6795 2008-10-20  Carsten Dominik  <dominik@science.uva.nl>
6797         * org.el (org-entry-properties): Add CATEGORY property, iven if it
6798         is not defined as a property in this entry.
6799         (org-add-log-note): Mask prefix argument when immediately storing
6800         the note.
6802         * org-agenda.el (org-agenda-filter-effort-default-operator): New
6803         option.
6805 2008-10-19  James TD Smith  <ahktenzero@mohorovi.cc>
6807         * org.el (org-add-log-setup): Bugfix; code to find insertion point
6808         after drawers was skipping ahead one line too many, so notes were
6809         inserted after the first note instead of before it.
6811 2008-10-18  Carsten Dominik  <dominik@science.uva.nl>
6813         * org-agenda.el (org-agenda-filter-tags,org-agenda-filter-form):
6814         New variables.
6815         (org-prepare-agenda): Reset the filter tags.
6816         (org-agenda-filter-by-tag, org-agenda-filter-by-tag-show-all):
6817         Show filter tags in mode line.
6819         * org-table.el (orgtbl-to-html): Bind `html-table-tag' for the
6820         formatter.
6822         * org-export-latex.el (org-latex-entities-regexp): New constant.
6823         (org-export-as-pdf): Use two calls to `shell-command'.
6825 2008-10-17  Carsten Dominik  <dominik@science.uva.nl>
6827         * org-export-latex.el (org-export-latex-treat-sub-super-char):
6828         Honor the {} value of the subsuperscript setting.  Make sure that
6829         longer subsuperscripts are typeset in a roman font.
6831         * org.el (org-clock-update-time-maybe): Compute negative clock
6832         intervals correctly.
6834 2008-10-16  Carsten Dominik  <dominik@science.uva.nl>
6836         * org.el (org-add-log-setup): Respect
6837         `org-log-state-notes-insert-after-drawers'.
6838         (org-log-state-notes-insert-after-drawers): New option.
6839         (org-todo-trigger-tag-changes): New function.
6840         (org-todo): Call `org-todo-trigger-tag-changes'.
6842 2008-10-15  James TD Smith  <ahktenzero@mohorovi.cc>
6844         * org.el (org-add-log-setup): Only skip drawers if the are
6845         immediately after the scheduling keywords.
6847         * org-clock.el (org-clock-in-switch-to-state): Allow this to be a
6848         function
6849         (org-clock-in): If `org-clock-in-switch-to-state' is a function,
6850         call it with the current todo state to get the state to switch to
6851         when clocking in.
6852         (org-clock-in): Use org-indent-line-function to indent clock lines.
6853         (org-clock-find-position): Fix indentation of empty clock drawers.
6855 2008-10-15  Carsten Dominik  <dominik@science.uva.nl>
6857         * org-publish.el (org-publish-org-to): Handle case when
6858         org-export-to-pdf does return a file name, not a buffer.
6859         (org-publish-org-to-pdf): New function.
6861         * org-export-latex.el (org-export-as-pdf)
6862         (org-export-as-pdf-and-open): New commands.
6864         * org-table.el (org-table-eval-formula): Avoid parsing Calc's HMS
6865         forms as ranges.
6867         * org-export-latex.el (org-export-latex-lists): Ignore lists-like
6868         things in protexted regions.
6870 2008-10-14  Carsten Dominik  <dominik@science.uva.nl>
6872         * org-export-latex.el (org-export-latex-preprocess): Improve
6873         quoting of LaTeX environments.
6875 2008-10-10  Carsten Dominik  <dominik@science.uva.nl>
6877         * org.el (org-edit-fixed-width-region): Exclude final newline from
6878         picture area.
6880         * org-export-latex.el (org-export-latex-subcontent): Add labels to
6881         sections, to make internal links work.
6882         (org-export-latex-fontify-headline): Do not remove all text
6883         properties, to make sure that target properties survive this
6884         process.
6886         * org-exp.el (org-export-preprocess-string): Change sequence of
6887         modifications, to make sure links are prepared before the LaTeX
6888         conversions do happen.
6890 2008-10-09  Carsten Dominik  <dominik@science.uva.nl>
6892         * org-attach.el (org-attach-delete-all): Renamed from
6893         `org-attch-delete'.  Add a security query before deleting the
6894         entire directory.  New optional argument FORCE can overrule the
6895         security query.
6896         (org-attach-delete-one): New command.
6898 2008-10-08  Carsten Dominik  <dominik@science.uva.nl>
6900         * org-attach.el (org-attach-file-list): Fix bug with directory.
6902 2008-10-07  Carsten Dominik  <dominik@science.uva.nl>
6904         * org.el (org-apps-regexp-alist): New function.
6905         (org-file-apps): Add auto-mode to the default value.
6906         (org-open-file): Use the new structure of org-file-apps.
6908         * org-attach.el (org-attach): Support the new keys.
6909         (org-attach-method): New option.
6911 2008-10-06  Carsten Dominik  <dominik@science.uva.nl>
6913         * org-bbdb.el (org-bbdb-anniversaries): Fix but with 29 Feb/1
6914         March.
6916         * org.el (org-remove-uniherited-tags): Fix reverse interpretation
6917         of the list value o `org-use-tag-inheritance'.
6919         * org-attach.el (org-attach-auto-tag): New option.
6920         (org-attach-tag, org-attach-untag): New functions.
6921         (org-attach-attach, org-attach-new, org-attach-sync): Call
6922         `org-attach-tag'.
6923         (org-attach-delete): Call `org-attach-untag'.
6925 2008-10-04  Carsten Dominik  <dominik@science.uva.nl>
6927         * org-table.el (orgtbl-self-insert-command): Make this work for
6928         the keypad as well.
6930 2008-10-02  Carsten Dominik  <dominik@science.uva.nl>
6932         * org.el (org-add-log-setup): Limit searc for drawers to entry
6933         text, not to subtree.
6935         * org-clock.el (org-clock-heading-for-remember): New variable.
6936         (org-clock-in): Set `org-clock-heading-for-remember'.
6938 2008-10-01  James TD Smith  <ahktenzero@mohorovi.cc>
6940         * org-remember.el (org-remember-apply-template): Add new
6941         expansions: %k, %K for currently clocked task and a link to the
6942         currently clocked task, and %< to file notes in the currently
6943         clocked task.
6945 2008-10-01  Carsten Dominik  <dominik@science.uva.nl>
6947         * org-export-latex.el (org-export-latex-make-header): Also insert
6948         the content of the property :latex-header-extra.
6950         * org-exp.el (org-infile-export-plist): Put the content of
6951         #+LATEX_HEADER: into the property :latex-header-extra.
6953         * org-colview.el (org-columns-get-format-and-top-level): Remove
6954         resetting the marker.
6956         * org-colview-xemacs.el (org-columns-get-format-and-top-level):
6957         Remove resetting the marker.
6959         * org.el (org-entry-property-inherited-from): Improve docstring.
6960         (org-entry-get-with-inheritance): Reset marker before starting the
6961         search.
6963         * org-exp.el (org-infile-export-plist): Allow multiple STYLE lines.
6965 2008-09-30  Carsten Dominik  <dominik@science.uva.nl>
6967         * org.el (org-entry-get-multivalued-property)
6968         (org-entry-protect-space, org-entry-restore-space): New
6969         functions.
6970         (org-file-apps-defaults-macosx): Let postscript files be opened by
6971         preview.
6972         (org-time-stamp-inactive): Call `org-time-stamp'.
6973         (org-time-stamp): New argument `inactive'.  Also edit inacive
6974         stamps. Convert time stamp type.
6975         (org-open-file): Interpret the `default' value for the `command'
6976         in `org-file-apps'.
6978         * org-id.el (org-id-int-to-b36-one-digit)
6979         (org-id-b36-to-int-one-digit, org-id-int-to-b36)
6980         (org-id-b36-to-int, org-id-time-to-b36): Modified from b62 to
6981         b36.
6983 2008-09-29  Carsten Dominik  <dominik@science.uva.nl>
6985         * org-id.el (org-id-reverse-string): New function.
6986         (org-id-new): Use `org-id-reverse-string' to make sure the
6987         beginning chars of the ID are mutating fast.  This allows to use a
6988         directory structure to spread things better.
6989         (org-id-prefix): Changed default to nil.
6991         * org-list.el (org-move-item-down, org-move-item-up): Remember and
6992         restore the column of the cursor position.
6994         * org-remember.el (org-remember-apply-template): Remove properties
6995         from `initial'.
6997 2008-09-27  Carsten Dominik  <dominik@science.uva.nl>
6999         * org-wl.el (org-wl-open): Remove useless call to
7000         `wl-thread-open-all'.
7002         * org-remember.el (org-remember-handler): Fix bug with `bottom'
7003         location.
7005 2008-09-26  Carsten Dominik  <dominik@science.uva.nl>
7007         * org-bbdb.el (org-bbdb-anniversaries): Require bbdb in
7008         `org-bbdb-anniversaries'.
7010         * org.el (org-get-next-sibling, org-forward-same-level): New
7011         functions, similar to the outline versions, but invisible headings
7012         are OK.
7014 2008-09-25  Bastien Guerry  <bzg@altern.org>
7016         * org.el (org-auto-repeat-maybe): Insert a space between
7017         the timestamp's type and the timestamp itself.
7019 2008-09-24  Carsten Dominik  <dominik@science.uva.nl>
7021         * org-table.el (org-table-sum): Do not format the result with %g,
7022         it does rounding when there are too many digits.
7024         * org.el (org-map-entries): Protect the keyword-selecting variables.
7026 2008-09-23  Bastien Guerry  <bzg@altern.org>
7028         * org-agenda.el (org-agenda-to-appt): Make sure the function check
7029         against all agenda files.
7031 2008-09-23  Carsten Dominik  <dominik@science.uva.nl>
7033         * org-list.el: New file, aggregating list functions from org.el
7034         and org-export-latex.el.
7036         * org.el (org-edit-src-region-extra): New option.
7038 2008-09-22  Carsten Dominik  <dominik@science.uva.nl>
7040         * org-agenda.el (org-agenda-to-appt): Fix bug with appointment
7041         time before 1am.
7043 2008-09-22  Bastien Guerry  <bzg@altern.org>
7045         * org-export-latex.el (org-export-latex-keywords-maybe): Bug fix.
7047 2008-09-22  James TD Smith  <ahktenzero@mohorovi.cc>
7049         * org-plot.el (org-plot/gnuplot): Make tables starting with a
7050         hline work correctly.
7051         (org-plot/gnuplot-script): Put commas at the end of each script
7052         line.
7054 2008-09-20  James TD Smith  <ahktenzero@mohorovi.cc>
7056         * org.el (org-get-refile-targets): Replace links with their
7057         descriptions
7058         (org-imenu-get-tree): Replace links with their descriptions.
7060         * org-remember.el (org-remember-apply-template): Add a new
7061         expansion for adding properties to remember items.
7063         * org.el (org-add-log-setup): Skip over drawers (properties,
7064         clocks etc) when adding notes.
7066         * org-agenda.el (org-agenda-get-closed): show durations of clocked
7067         items as well as the start and end times.
7069         * org-compat.el (org-get-x-clipboard-compat): Add a compat
7070         function for fetching the X clipboard on XEmacs and GNU Emacs 21.
7072         * org-remember.el (org-get-x-clipboard): Use the compat
7073         function to get clipboard values when x-selection-value is
7074         unavailable. Use substring-no-properties instead of
7075         set-text-properties to remove text properties from the clipboard
7076         value.
7078         * lisp/org-clock.el (org-update-mode-line): Support limiting the
7079         modeline clock string, and display the full todo value in the
7080         tooltip. Set a local keymap so mouse-3 on the clock string goes to
7081         the currently clocked task.
7082         (org-clock-string-limit): Add a custom value for the maximum
7083         length of the clock string in the modeline.
7084         (org-clock-mode-map): Add a keymap for the modeline string
7086 2008-09-21  Carsten Dominik  <dominik@science.uva.nl>
7088         * org-compat.el (org-propertize): New function.
7090 2008-09-20  Bastien Guerry  <bzg@altern.org>
7092         * org-export-latex.el (org-export-latex-tables): protect exported
7093         tables from further special chars conversion.
7094         (org-export-latex-preprocess): Preserve LaTeX environments.
7095         (org-list-parse-list): Parse descriptive lists.
7096         (org-list-to-generic, org-list-to-latex, org-list-to-html)
7097         (org-list-to-texinfo): Export descriptive lists.
7098         (org-quote-chars): Remove.
7099         (org-export-latex-keywords-maybe): Use `replace-regexp-in-string'.
7100         (org-export-latex-list-beginning-re): Rename to
7101         `org-list-beginning-re'
7102         (org-list-item-begin): Rename to `org-list-item-beginning'
7104 2008-09-20  Carsten Dominik  <dominik@science.uva.nl>
7106         * org.el (org-refile): Allow refiling to the last entry in the
7107         buffer.
7108         (org-get-tags-at): Fix bug when inheritance is turned off.
7110 2008-09-19  Carsten Dominik  <dominik@science.uva.nl>
7112         * org.el (org-indent-line-function): No longer check for src
7113         regions, this is too much overhead.
7115         * org-agenda.el (org-agenda-highlight-todo): Fix bugs with keyword
7116         matching.
7118         * org.el (org-scan-tags): Make sure that tags matching is not case
7119         sensitive.  TODO keyword matching is case sensitive, however, to
7120         avoid confusion with similar words that are not meant to be
7121         keywords.
7123 2008-09-18  Carsten Dominik  <dominik@science.uva.nl>
7125         * org.el (org-get-local-tags-at): New function.
7126         (org-get-local-tags): New function.
7128         * org-exp.el (org-export-get-categories): New function.
7130         * org-agenda.el (org-sorting-choice)
7131         (org-agenda-sorting-strategy, org-agenda-get-todos)
7132         (org-agenda-get-timestamps, org-agenda-get-deadlines)
7133         (org-agenda-get-scheduled, org-agenda-get-blocks)
7134         (org-entries-lessp): Implement sorting by TODO state.
7135         (org-cmp-todo-state): New defsubst.
7137         * org-colview.el (org-colview-construct-allowed-dates): New
7138         function.
7139         (org-columns-next-allowed-value): Use
7140         `org-colview-construct-allowed-dates'.
7142         * org-colview-xemacs.el (org-colview-construct-allowed-dates): New
7143         function.
7144         (org-columns-next-allowed-value): Use
7145         `org-colview-construct-allowed-dates'.
7147 2008-09-17  Carsten Dominik  <dominik@science.uva.nl>
7149         * org.el (org-protect-slash): New function.
7150         (org-get-refile-targets): Use `org-protect-slash'.
7152         * org-agenda.el (org-global-tags-completion-table): New variable.
7154         * org-exp.el (org-export-handle-export-tags): New function.
7155         (org-export-preprocess-string): Call
7156         `org-export-handle-export-tags'.
7158         * org-plot.el: New file.
7160         * org-publish.el (org-publish-expand-components): Function removed.
7161         (org-publish-expand-projects): Allow components to have components.
7163 2008-09-13  Carsten Dominik  <dominik@science.uva.nl>
7165         * org.el (org-indent-line-function): Do not indent in regions that
7166         are external source code.
7167         (org-yank-and-fold-if-subtree): New function.
7169         * org-agenda.el (org-agenda-todayp): New function.
7170         (org-agenda-get-deadlines, org-agenda-get-scheduled): Use
7171         `org-agenda-todayp'.
7173         * org.el (org-insert-heading-respect-content)
7174         (org-insert-todo-heading-respect-content): New commands.
7175         (org-insert-heading-respect-content): New option.
7176         (org-insert-heading): Respect `org-insert-heading-respect-content'.
7178         * org-clock.el (org-clock-find-position): Make sure the note after
7179         the clock line gets moved into the new clock drawer.
7181 2008-09-11  Carsten Dominik  <dominik@science.uva.nl>
7183         * org-id.el (org-id-new): New option.
7185 2008-09-08  Carsten Dominik  <dominik@science.uva.nl>
7187         * org-table.el (org-table-copy-down): Avoid overflow during
7188         increment.  Use prefix argument 0 to temporarily disable the
7189         increment.
7191 2008-09-07  Carsten Dominik  <dominik@science.uva.nl>
7193         * org-exp.el (org-export-as-html): Do not turn on the major mode
7194         if the buffer will be killed anyway.
7195         (org-get-current-options): Exclude the #+TEXT field.
7196         (org-export-as-html): Make sure text before the first headline is
7197         a paragraph.
7199         * org-publish.el (org-publish-org-to): Tell the exporter that this
7200         buffer will be killed, so it is not necessary to do major mode
7201         initialization.
7203         * org-archive.el (org-archive-to-archive-sibling): Show empty
7204         lines after folding the archive sibling.
7206         * org.el (org-log-note-extra): New variable.
7208 2008-09-05  Bastien Guerry  <bzg@altern.org>
7210         * org.el (org-additional-option-like-keywords): Added keywords for
7211         the _QUOTE, _VERSE and _SRC environments.
7213         * org-export-latex.el (org-export-latex-preprocess): Fix bug when
7214         exporting _QUOTE and _VERSE environments.
7216 2008-09-05  Carsten Dominik  <dominik@science.uva.nl>
7218         * org-agenda.el (org-agenda-filter-by-tag): New command.
7220         * org-exp.el (org-get-current-options): Remove angular brackets
7221         from the date entry.
7223         * org.el (org-edit-fixed-width-region): New function.
7224         (org-edit-fixed-width-region): Also try
7225         `org-edit-fixed-width-region'.
7226         (org-edit-fixed-width-region-mode): New option.
7227         (org-activate-code): Only interprete lines starting with colon
7228         plus a space as example lines.
7230         * org-remember.el (org-remember-templates): Add nil instead of
7231         empty strings to fix the length of remember templates.
7233         * org-table.el (org-calc-default-modes): Fix the time format for
7234         calc, from 12 hour to 24 hour clock.
7236 2008-09-04  Carsten Dominik  <dominik@science.uva.nl>
7238         * org-agenda.el (org-agenda-get-deadlines)
7239         (org-agenda-get-scheduled): Avoid `time-of-day' extraction for
7240         entries that are pre-warnings of deadlines or reminders.
7242         * org.el (org-sort-entries-or-items): Make numeric and alpha
7243         comparisons ignore any TODO keyword and priority cookie.
7245         * org-remember.el (org-remember-handler): Reinterpretation of the
7246         prefix argument.
7248 2008-09-03  Carsten Dominik  <dominik@science.uva.nl>
7250         * org-agenda.el (org-agenda-get-scheduled): Use new
7251         `org-scheduled' face.
7253         * org-faces.el (org-scheduled): New face.
7255         * org-wl.el (org-wl-open): Remove incorrect declaration.
7257         * org-gnus.el (org-gnus-store-link): Support for :to information
7258         in gnus links.
7260         * org-exp.el (org-export-as-html): Fixed typo in creator
7261         information.
7262         (org-export-protect-examples): New parameter indent.  Insert extra
7263         spaces only when this parameter is specified.
7264         (org-export-preprocess-string): Call `org-export-protect-examples'
7265         with an indentation parameter when exporting to ASCII.
7267         * org-remember.el (org-remember-templates)
7268         (org-remember-apply-template): Allow the file component to be a
7269         function.
7271         * org.el (org-goto-local-search-headings): Renamed from
7272         `org-goto-local-search-forward-headings'.  Added the possibility
7273         to search backwards.
7275 2008-09-02  Carsten Dominik  <dominik@science.uva.nl>
7277         * org-export-latex.el (org-export-latex): New customization
7278         group.
7280         * org-agenda.el (org-write-agenda): Erase buffer for txt export.
7282 2008-09-01  Carsten Dominik  <dominik@science.uva.nl>
7284         * org-exp.el (org-html-do-expand): Allow {} to terminate
7285         tex macro
7287 2008-07-29  Carsten Dominik  <dominik@science.uva.nl>
7289         * org.el (org-buffer-list): Select buffers based on major mode,
7290         not on file name.
7292 2008-07-26  Carsten Dominik  <dominik@science.uva.nl>
7294         * org-agenda.el (org-agenda-align-tags): Fix bug with malformed
7295         face property.
7297         * org-colview.el (org-columns-display-here): Use
7298         `org-columns-modify-value-for-display-function'.
7300         * org-colview-xemacs.el (org-columns-display-here): Use
7301         `org-columns-modify-value-for-display-function'.
7303 2008-07-25  Carsten Dominik  <dominik@science.uva.nl>
7305         * org.el (org-columns-modify-value-for-display-function): New option.
7317         * org-publish.el (org-publish-file): Make sure the directory match
7318         for the publishing directory works correctly.
7320         * org-agenda.el (org-agenda-execute-calendar-command)
7321         (org-agenda-diary-entry): Additional optional argument.
7323 2008-07-24  Carsten Dominik  <dominik@science.uva.nl>
7325         * org-exp.el (org-export-as-html): Add attributes also in mailto
7326         and ftp links.
7328         * org.el (org-autoload): Add `org-dblock-write:columnview'.
7337 2008-07-23  Carsten Dominik  <dominik@science.uva.nl>
7339         * org-exp.el (org-export-region-as-html, org-export-as-html): Make
7340         sure that calls from `org-export-region-as-html' do not do the
7341         special check for a subtree.
7343 2008-07-22  Carsten Dominik  <dominik@science.uva.nl>
7345         * org-agenda.el (org-batch-store-agenda-views): Fix parsing bug.
7347 2008-07-20  Juri Linkov  <juri@jurta.org>
7349         * org.el (narrow-map): Bind `org-narrow-to-subtree' to "s" on the
7350         new keymap `narrow-map' instead of binding "\C-xns".
7352 2008-07-18  Carsten Dominik  <dominik@science.uva.nl>
7354         * org.el (org-open-file): Use
7355         `org-open-directory-means-index-dot-org'.
7356         (org-open-directory-means-index-dot-org): New option.
7358 2008-07-17  Carsten Dominik  <dominik@science.uva.nl>
7360         * org.el (org-make-link-string): Remove link attributes from
7361         description.
7362         (org-open-at-point): Remove link attributes bevore using the path.
7364         * org-exp.el (org-export-as-html): Handle link attributes.
7366         * org.el (org-extract-attributes, org-attributes-to-string): New functions.
7368         * org-table.el (org-table-to-lisp): New function.
7370         * org.el (org-narrow-to-subtree): Do not include the final newline
7371         into the narrowed region.
7373         * org-agenda.el (org-agenda-custom-commands-local-options): Fixed
7374         bug with user-define skipping condition.
7376 2008-07-16  Carsten Dominik  <dominik@science.uva.nl>
7378         * org-agenda.el (org-agenda-get-restriction-and-command): Fixed typo.
7380 2008-07-14  Carsten Dominik  <dominik@science.uva.nl>
7382         * org-exp.el (org-export-html-style-default): Automatic overflow
7383         handling for pre fields.
7384         (org-export-as-ascii, org-export-as-html): Change default format
7385         for time stamp.
7387         * org-table.el (org-table-export): Offer completion for translator
7388         functions, and do not require a heading above the table.
7390         * org.el (org-renumber-ordered-list, org-beginning-of-item-list):
7391         Cater for the case of a list starting in the first line of the
7392         buffer.
7394 2008-07-09  Carsten Dominik  <dominik@science.uva.nl>
7396         * org-publish.el (org-publish-find-title): Bug fix.
7397         (org-publish-org-index): Implement new :index-style option.
7399 2008-07-07  Carsten Dominik  <dominik@science.uva.nl>
7401         * org-publish.el (org-publish-timestamp-filename): Use
7402         SHA1-encoded file names in the timestamp directory.
7404 2008-07-05  Carsten Dominik  <dominik@science.uva.nl>
7406         * org-publish.el (org-publish-needed-p): Be verbose about files
7407         published and files skipped.
7409         * org-exp.el (org-export-preprocess-string): Swap link
7410         normalization and inernal link targeting.
7412         * org-publish.el (org-publish-needed-p): Create timestamp
7413         directory when it does not exist.
7415 2008-07-04  Bastien Guerry  <bzg@altern.org>
7417         * org-clock.el (org-clock-out-when-done): Doc fix.
7419         * org.el (org-agenda-skip-unavailable-files): Doc fix.
7421         * org-exp.el (org-export-remove-comment-blocks-and-subtrees):
7422         Ignore case when searching for the COMMENT cookie at export time.
7424 2008-07-02  Carsten Dominik  <dominik@science.uva.nl>
7426         * org-exp.el (org-get-file-contents)
7427         (org-get-and-remove-property): New functions.
7428         (org-export-handle-include-files): Handle the new prefix options.
7429         (org-export-as-html): Fix the verse environment.
7431 2008-07-01  Carsten Dominik  <dominik@science.uva.nl>
7433         * org.el (org-time=, org-time<, org-time<=, org-time>)
7434         (org-time>=, org-time<>, org-2ft): New functions.
7435         (org-op-to-function): Also provide for the time testing fucntions.
7437 2008-06-30  Carsten Dominik  <dominik@science.uva.nl>
7439         * org-exp.el (org-export-html-style-default): New constant.
7441 2008-06-29  Carsten Dominik  <dominik@science.uva.nl>
7443         * org-exp.el (org-export-html-style-extra): New variable.
7444         (org-export-splice-style): New function.
7446 2008-06-26  Carsten Dominik  <dominik@science.uva.nl>
7448         * org-exp.el (org-export-plist-vars, org-export-as-html):
7449         Implement `org-export-creator-info'.
7450         (org-export-creator-info): New option.
7452 2008-06-25  Carsten Dominik  <dominik@science.uva.nl>
7454         * org.el (org-clock-drawer-start-re, org-clock-drawer-end-re)
7455         (org-property-drawer-re, org-clock-drawer-re): New constants.
7457 2008-06-23  Carsten Dominik  <dominik@science.uva.nl>
7459         * org-exp.el (org-icalendar-use-deadline)
7460         (org-icalendar-use-scheduled): New options.
7461         (org-icalendar-include-todo): Default changed to t.
7462         (org-print-icalendar-entries): Implement better utilization of
7463         scheduling and deadline time stamps.
7464         (org-export-target-internal-links, org-export-as-html): Allow file
7465         lines without the "file:" prefix if the file path is an absolute
7466         path or starts with ".".
7468         * org-clock.el (org-clocktable-shift): Also undertand yesterday,
7469         lastweek etc.
7470         (org-clock-special-range): Also undertand yesterday, lastweek etc.
7472 2008-06-18  Glenn Morris  <rgm@gnu.org>
7473         * org.el (org-map-entries): Let-bind `file'.
7475 2008-06-19  Carsten Dominik  <dominik@science.uva.nl>
7477         * org.el (org-agenda-skip-archived-trees): Docstring now
7478         discourages using this.
7479         (org-scan-tags): Check for org-agenda-archives-mode.
7480         (org-map-entries): Make sure org-agenda-archives-mode is nil.
7481         (org-agenda-files): Functionality of second arg changed.
7483         * org-agenda.el (org-agenda-archives-mode): New variable
7484         (org-write-agenda, org-prepare-agenda, org-agenda-list)
7485         (org-search-view, org-todo-list, org-tags-view)
7486         (org-agenda-list-stuck-projects): Call `org-agenda-files' with
7487         `ifmode' argument.
7488         (org-agenda-quit): Reset the archives mode.
7489         (org-agenda-archives-mode): New command.
7490         (org-agenda-set-mode-name): Include archives info.
7492 2008-06-18  Carsten Dominik  <dominik@science.uva.nl>
7494         * org.el (org-paste-subtree): Make sure the yanked headline is
7495         visible if it was yanked at a visible point.
7496         (org-move-item-up): Fix the bug with moving white space at the end
7497         of the item.
7498         (org-show-empty-lines-in-parent): New function.
7500 2008-06-16  Carsten Dominik  <dominik@science.uva.nl>
7502         * org-colview.el (org-columns-next-allowed-value): Bug fix.
7504         * org-colview-xemacs.el (org-columns-next-allowed-value): Bug fix.
7506         * org-agenda.el (org-agenda-get-closed): Get the end time into the
7507         agenda prefix as well.
7509         * org-publish.el (org-publish-org-index): Make a properly indented
7510         list.
7512         * org.el (org-calendar-agenda-action-key): New option.
7513         (org-get-cursor-date): New function.
7514         (org-mark-entry-for-agenda-action): New command.
7515         (org-overriding-default-time): New variable.
7516         (org-read-date): Respect `org-overriding-default-time'.
7518         * org-remember.el (org-remember-apply-template): Respect the
7519         ovverriding default time.
7521         * org-agenda.el (org-agenda-action-marker): New variable.
7522         (org-agenda-action): New command.
7523         (org-agenda-do-action): New function.
7525 2008-06-15  Carsten Dominik  <dominik@science.uva.nl>
7527         * org.el (org-schedule, org-deadline): Protect scheduled and
7528         deadline tasks against changes that accidently remove the
7529         repeater.  Also show a message with the new date when done.
7531 2008-06-15  Carsten Dominik  <dominik@science.uva.nl>
7533         * org.el (org-beginning-of-line): Cater for the case when there
7534         are tags but no headline text.
7535         (org-align-tags-here): Convert to tabs only when indent-tabs-mode
7536         it set.
7538 2008-06-13  Carsten Dominik  <dominik@science.uva.nl>
7540         * org-mhe.el (org-mhe-get-message-folder-from-index): Make sure
7541         the return value is nil instead of "nil" when there is no match.
7543         * org-exp.el (org-insert-centered): Use fill-column instead of
7544         80.
7545         (org-export-as-ascii): Use string-width to measure the width of
7546         the heading.
7548         * org.el (org-diary-to-ical-string): No longer kill buffer
7549         FROMBUF, this is now done by the caller.
7551         * org-exp.el (org-print-icalendar-entries): Move the call to
7552         `org-diary-to-ical-string' out of the loop, and kill the buffer
7553         afterwords.
7555         * org-remember.el (org-remember-visit-immediately): Position
7556         cursor after moving to the note.
7557         (org-remember-apply-template): Use a text property to record the
7558         cursor position.
7559         (org-remember-handler): Align tags after pasting the note.
7561 2008-06-12  Carsten Dominik  <dominik@science.uva.nl>
7563         * org-bbdb.el (org-bbdb-follow-anniversary-link): New function.
7565         * org-agenda.el (org-agenda-open-link): If there is an
7566         org-bbdb-name property in the current line, jump to that bbdb
7567         entry.
7569         * org-bbdb.el (org-bbdb-anniversaries): Add the bbdb-name as a
7570         text property, so that the agenda knows where this entry comes
7571         from.
7573         * org-agenda.el (org-agenda-clock-in): Fixed bug in the
7574         interaction between clocking-in from the agenda, and  automatic
7575         task state switching.
7577         * org-macs.el (org-with-point-at): Bug fix in macro defintion.
7579         * org.el (org-beginning-of-line, org-end-of-line): Make sure the
7580         zmacs-region stays after this command in XEmacs.
7582 2008-06-11  Carsten Dominik  <dominik@science.uva.nl>
7584         * org.el (org-scan-tags): Allow new values for ACTION parameter.
7586         * org-remember.el (org-remember-templates): Fix bug in
7587         customization type definition.
7589         * org.el (org-map-entries): New function.
7591 2008-06-11  verhuur82  <verhuur82@macbook-van-verhuur82.local>
7593         * org-agenda.el (org-agenda-skip-comment-trees): New option.
7594         (org-agenda-skip): Respect `org-agenda-skip-comment-trees'.
7596 2008-06-10  Carsten Dominik  <dominik@science.uva.nl>
7598         * org-remember.el (org-jump-to-target-location): New variable.
7599         (org-remember-apply-template): Set
7600         `org-remember-apply-template' if requested by template.
7601         (org-remember-handler): Start an idle timer to jump to
7602         remember location.
7604         * org-exp.el (org-get-current-options): Add the FILETAGS setting.
7606         * org.el (org-set-regexps-and-options): Fix bug with parsing of
7607         file tags.
7608         (org-get-tags-at): Add the content of `org-file-tags'.
7610         * org-exp.el (org-export-handle-comments): Fix bug with several
7611         comment lines after each other.
7612         (org-number-to-roman, org-number-to-counter): New functions.
7613         (org-export-section-number-format): New option.
7615 2008-06-09  Carsten Dominik  <dominik@science.uva.nl>
7617         * org-exp.el (org-export-protect-examples): Catch the case of a
7618         missing end_example line.
7620         * org.el (org-set-regexps-and-options): Set `org-file-properties' and
7621         `org-file-tags' to nil.
7623         * org-colview.el (org-columns-next-allowed-value): Handle next
7624         argument NTH to directly select a value.
7626         * org-colview-xemacs.el (org-columns-next-allowed-value): Handle next
7627         argument NTH to directly select a value.
7629 2008-06-08  Carsten Dominik  <dominik@science.uva.nl>
7631         * org-agenda.el (org-agenda-scheduled-leaders): Fix docstring.
7633 2008-05-30  Carsten Dominik  <dominik@science.uva.nl>
7635         * org.el (org-columns-ellipses): New option.
7637 2008-05-29  Carsten Dominik  <dominik@science.uva.nl>
7639         * org-colview.el (org-columns-add-ellipses): New function.
7640         (org-columns-compact-links): New function.
7641         (org-columns-cleanup-item): Call `org-columns-compact-links'.
7642         (org-columns-display-here): Call `org-agenda-columns-cleanup-item'
7643         when in agenda.
7644         (org-columns-edit-value): Fixed bug with editing values from
7645         agenda column view.
7646         (org-columns-redo): Also redo the agenda itself.
7648 2008-05-28  Carsten Dominik  <dominik@science.uva.nl>
7650         * org-agenda.el (org-agenda-columns-remove-prefix-from-item): New
7651         option.
7653         * org-colview.el (org-agenda-columns-cleanup-item): New function.
7655         * org-exp.el (org-export-ascii-preprocess): Renamed from
7656         `org-export-ascii-clean-string'.
7657         (org-export-kill-licensed-text)
7658         (org-export-define-heading-targets)
7659         (org-export-handle-invisible-targets)
7660         (org-export-target-internal-links)
7661         (org-export-remove-or-extract-drawers)
7662         (org-export-remove-archived-trees)
7663         (org-export-protect-quoted-subtrees)
7664         (org-export-protect-verbatim, org-export-protect-examples)
7665         (org-export-select-backend-specific-text)
7666         (org-export-mark-blockquote-and-verse)
7667         (org-export-remove-comment-blocks-and-subtrees)
7668         (org-export-handle-comments, org-export-mark-radio-links)
7669         (org-export-remove-special-table-lines)
7670         (org-export-normalize-links)
7671         (org-export-concatenate-multiline-links)
7672         (org-export-concatenate-multiline-emphasis): New functions,
7673         obtained from spliiting the export preprocessor.
7675         * org-table.el (org-table-recalculate): Improve error message if
7676         the row number is invalid.
7678 2008-05-27  Carsten Dominik  <dominik@science.uva.nl>
7680         * org-archive.el (org-archive-save-context-info): Fix bugs in
7681         customization setup and docstring.
7683         * org-exp.el (org-export-html-style): Changed the size of in the
7684         <pre> element to 90%.
7686 2008-05-26  Carsten Dominik  <dominik@science.uva.nl>
7688         * org.el (org-find-src-example-start): Function removed.
7689         (org-edit-src-find-region-and-lang): New function.
7691 2008-05-25  Carsten Dominik  <dominik@science.uva.nl>
7693         * org.el (org-edit-src-exit): New function.
7694         (org-exit-edit-mode): New minor mode.
7696         * org-exp.el (org-export-preprocess-string): Fix bug with removing
7697         comment-like lines from protected examples.
7699         * org.el (org-edit-src-example, org-find-src-example-start)
7700         (org-protect-source-example, org-edit-special): New functions.
7702 2008-05-24  Carsten Dominik  <dominik@science.uva.nl>
7704         * org-publish.el (org-publish-project-alist): Fix typo in
7705         docstring.
7706         (org-publish-project-alist): Handle :index-title property.
7708 2008-05-21  Carsten Dominik  <dominik@science.uva.nl>
7710         * org-export-latex.el (org-export-as-latex): Make sure region
7711         bounds are correct.  Parse subtree properties relating to export.
7713         * org-exp.el (org-export-add-options-to-plist): New function.
7714         (org-infile-export-plist): Use `org-export-add-options-to-plist'.
7716 2008-05-20  Carsten Dominik  <dominik@science.uva.nl>
7718         * org.el (org-default-properties): Add EXPORT_FILE_NAME and
7719         EXPORT_TITLE.
7721         * org-exp.el (org-export-get-title-from-subtree)
7722         (org-export-as-ascii, org-export-as-html): Make sure the original
7723         region-beginning and region-end are used, even after moving
7724         point.
7725         (org-export-get-title-from-subtree): Also try the EXPORT_TITLE
7726         property.
7728         * org-remember.el (org-remember-last-stored-marker): New variable.
7729         (org-remember-goto-last-stored): Use `org-goto-marker-or-bmk'.
7730         (org-remember-handler): Also use marker to remember
7731         last-stored position.
7733         * org.el (org-goto-marker-or-bmk): New function.
7735 2008-05-19  Carsten Dominik  <dominik@science.uva.nl>
7737         * org.el (org-file-properties): Renamed from `org-local-properties'.
7738         (org-scan-tags): Take file tags into account.
7739         (org-tags-match-list-sublevels): Default changed to t.
7741         * org-exp.el (org-export-as-html): Close paragraph after a
7742         footnote.
7744         * org.el (org-update-parent-todo-statistics): New function.
7746         * org-exp.el (org-icalendar-store-UID): New option.
7747         (org-icalendar-force-UID): Option removed.
7748         (org-print-icalendar-entries): IMplement UIDs.
7750 2008-05-18  Carsten Dominik  <dominik@science.uva.nl>
7752         * org-mhe.el (org-mhe-follow-link): Fix bug in mhe searches.
7754 2008-05-16  Carsten Dominik  <dominik@science.uva.nl>
7756         * org-faces.el (org-column): Document how this face is being used
7757         and why sometimes the background faces shine through.
7759         * org-mhe.el (org-mhe-follow-link): Improve handling of searches.
7761         * org-publish.el (org-publish-attachment): Create publishing
7762         directory if it does not yet exist.
7764         * org-table.el (org-calc-default-modes): Change default number
7765         format to (float 8).
7767         * org.el (org-olpath-completing-read): New function.
7768         (org-time-clocksum-format): New option.
7769         (org-minutes-to-hh:mm-string): Use `org-time-clocksum-format'.
7771         * org-clock.el (org-clock-display, org-clock-out)
7772         (org-update-mode-line): Use `org-time-clocksum-format'.
7774         * org-colview-xemacs.el (org-columns-number-to-string): Use
7775         `org-time-clocksum-format'.
7777         * org-colview.el (org-columns-number-to-string): Use
7778         `org-time-clocksum-format'.
7780 2008-05-15  Carsten Dominik  <dominik@science.uva.nl>
7782         * org-id.el: New file, move from contrib to core.
7784         * org-exp.el (org-icalendar-force-UID): New option.
7786 2008-05-14  Carsten Dominik  <dominik@science.uva.nl>
7788         * org-exp.el (org-print-icalendar-entries): Make sure DTEND is
7789         shifted by one day if theere is a date range without an end
7790         time.
7792         * org.el (org-try-structure-completion): New function.
7794 2008-05-13  Carsten Dominik  <dominik@science.uva.nl>
7796         * org.el (org-set-font-lock-defaults): Improve fontification of
7797         description lists.
7798         (org-insert-item): Handle description lists.
7799         (org-adaptive-fill-function): Improve auto indentation in
7800         description lists.
7802         * org-exp.el (org-export-as-html, org-export-preprocess-string):
7803         Implement VERSE environment.
7804         (org-export-preprocess-string): Implement the COMMENT
7805         environment.
7807         * org-export-latex.el (org-export-latex-preprocess): Implement
7808         VERSE environment.
7810 2008-05-12  Carsten Dominik  <dominik@science.uva.nl>
7812         * org-jsinfo.el (org-infojs-opts-table): Add entry for FIXED_TOC
7813         option.
7815 2008-05-10  Carsten Dominik  <dominik@science.uva.nl>
7817         * org-table.el (orgtbl-to-tsv, orgtbl-to-csv): New functions.
7819         * org.el (org-quote-csv-field): New functions.
7821         * org-table.el (org-table-export-default-format): Remove :splice
7822         from default format, we get the same effect by not specifying
7823         :tstart and :tend.
7824         (org-table-export): Improve setup, distinguish better between
7825         interactive and non-interactive use, allow specifying the format
7826         on the fly, better protection against wrong file names.
7827         (orgtbl-to-generic): Fix documentation.  Do not require :tstart
7828         and :tend when :splice is omitted.
7830 2008-05-09  Bernt Hansen  <bernt@norang.ca>
7832         * org-clock.el (org-clock-select-task): Make sure the selection
7833         letters are 1-9 and A-Z, no special characters.
7835 2008-05-09  Carsten Dominik  <dominik@science.uva.nl>
7837         * org-exp.el (org-export-htmlize): New group.
7838         (org-export-htmlize-output-type)
7839         (org-export-htmlize-css-font-prefix): New options.
7840         (org-export-htmlize-region-for-paste): New function.
7841         (org-export-htmlize-generate-css): New command.
7843 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
7845         * org/org.el (org-modules, org-format-latex-options):
7846         * org/org-archive.el (org-archive-stamp-time)
7847         (org-archive-save-context-info):
7848         * org/org-faces.el (org-hide):
7849         * org/org-irc.el (org-irc-parse-link):
7850         * org/org-macs.el (org-call-with-arg, org-autoload):
7851         * org/org-mew.el (org-mew-store-link):
7852         * org/org-remember.el (org-remember-store-without-prompt)
7853         (org-remember-templates): Fix typos in docstrings.
7855         * org/org-info.el (org-info-store-link): Remove leftover docstring.
7857         * org/org-bbdb.el (org-bbdb-export): Remove leftover docstring.
7858         (org-bbdb-anniversary-field, org-bbdb-extract-date-fun)
7859         (org-bbdb-anniv-split): Fix typos in docstrings.
7861         * org/org-publish.el (org-publish-project-alist): Doc fixes.
7862         (org-publish-use-timestamps-flag): Reflow docstring.
7863         (org-publish-files-alist): Fix typos in docstring.
7865 2008-05-08  Carsten Dominik  <dominik@science.uva.nl>
7867         * org.el (org-set-visibility-according-to-property): New function.
7868         (org-ctrl-c-ctrl-c): Do not restart org-mode, just get the options
7869         and compute the regular expressions, and update font-lock.
7870         (org-property-re): Allow a dash in property names.
7872         * org-archive.el (org-extract-archive-file): Insert the file name
7873         without the path into the format, to allow the location format to
7874         contain a subdirectory.
7876         * org-agenda.el (org-agenda-post-command-hook): If point is at end
7877         of buffer, and the `org-agenda-type' property undefined, use the
7878         value from the character before.
7880         * org.el (org-add-planning-info): Don't let indentation for
7881         would-be timestamp become extra whitespace at the end of headline.
7883 2008-05-07  Carsten Dominik  <dominik@science.uva.nl>
7885         * org.el (org-remove-double-quotes, org-file-contents): New
7886         functions.
7888         * org-exp.el (org-infile-export-plist): Also parse the
7889         contents of #+SETUPFILE files, recursively.
7891         * org.el (org-set-regexps-and-options): Also parse the
7892         contents of #+SETUPFILE files, recursively.
7894         * org-exp.el (org-export-handle-include-files): New function.
7895         (org-export-preprocess-string): Call
7896         `org-export-handle-include-files'.
7898         * org.el (org-delete-property-globally)
7899         (org-delete-property, org-set-property): Ignore case during
7900         completion.
7901         (org-set-property): Use `org-completing-read' instead of
7902         `completing-read'.
7904         * org.el (org-complete-expand-structure-template): New,
7905         experimental function.
7906         (org-structure-template-alist): New, experimental option.
7907         (org-complete): Call `org-complete-expand-structure-template'.
7909 2008-05-06  Bastien Guerry  <bzg@altern.org>
7911         * org-export-latex.el (org-export-latex-preprocess): Added
7912         support for blockquotes.
7914 2008-05-05  Carsten Dominik  <dominik@science.uva.nl>
7916         * org.el (org-read-date-analyze): Catch the case where only a
7917         weekday is given.
7919 2008-05-04  Carsten Dominik  <dominik@science.uva.nl>
7921         * org.el (org-set-font-lock-defaults): Make the description
7922         tag bold.
7924         * org-exp.el (org-export-as-html, org-close-li): Implement
7925         description lists.
7927 2008-05-04  Jason Riedy  <jason@acm.org>
7929         * org-table.el (*orgtbl-default-fmt*): New variable.
7930         (orgtbl-format-line): Use the value of *orgtbl-default-fmt*
7931         when there is no other fmt available.
7933         (orgtbl-to-generic): Allow an explicitly nil :tstart or
7934         :tend to suppress the appropriate string.
7936         (orgtbl-to-orgtbl): New function for translating to another orgtbl
7937         table.
7939 2008-05-02  Carsten Dominik  <dominik@science.uva.nl>
7941         * org.el (org-read-date-analyze): "." as an alias for "+0" in
7942         read date.
7944         * org-clock.el (org-clock-save-markers-for-cut-and-paste):
7945         New function.
7947         * org-agenda.el (org-agenda-save-markers-for-cut-and-paste):
7948         New function.
7950 2008-05-01  Carsten Dominik  <dominik@science.uva.nl>
7952         * org-clock.el (org-clock-find-position): Don't include notes
7953         into clock drawer.
7955         * org-archive.el (org-archive-subtree): No longer remove an
7956         extra line after cutting the subtree.  `org-cut-subtree' already
7957         takes care of this.
7959         * org-remember.el (org-remember-handler): Only kill the target
7960         buffer if it does not contain the running clock.
7962         * org.el (org-markers-to-move): New variable.
7963         (org-save-markers-in-region, org-check-and-save-marker)
7964         (org-reinstall-markers-in-region): New function.
7965         (org-move-subtree-down, org-copy-subtree): Remember relative
7966         marker positions before cutting.
7967         (org-move-subtree-down, org-paste-subtree): Restore relative
7968         marker positions after pasting.
7970         * org-remember.el (org-remember-clock-out-on-exit): New option.
7971         (org-remember-finalize): Clock out only if the setting in
7972         `org-remember-clock-out-on-exit' requires it.
7973         (org-remember-handler): Do the cleanup in the buffer, to make sure
7974         that the clock marker remains in tact.
7976 2008-04-29  Carsten Dominik  <dominik@science.uva.nl>
7978         * org-clock.el (org-clock-goto): Widen buffer if necessary.
7979         (org-clock-in): Make sure that also tasks outside the narrowed
7980         region will be clocked in correctly.
7981         (org-clock-insert-selection-line): Widen the buffer so that we can
7982         find the correct task heading.
7984         * org.el (org-base-buffer): New function.
7986         * org-exp.el (org-icalendar-cleanup-string): Make sure ',"
7987         and ";" are escaped.
7988         (org-print-icalendar-entries): Also apply
7989         `org-icalendar-cleanup-string' to the headline, not only to the
7990         summary property.
7992 2008-04-28  Carsten Dominik  <dominik@science.uva.nl>
7994         * org-exp.el (org-export-preprocess-hook): New hook.
7995         (org-export-preprocess-string): Call
7996         `org-export-preprocess-hook'.
7998         * org.el (org-font-lock-hook): New variable.
7999         (org-font-lock-hook): New function.
8000         (org-set-font-lock-defaults): Call `org-font-lock-hook'.
8002 ;; Local Variables:
8003 ;; coding: utf-8
8004 ;; add-log-time-zone-rule: t
8005 ;; End:
8007     Copyright (C) 2008  Free Software Foundation, Inc.
8009   This file is part of GNU Emacs.
8011   GNU Emacs is free software: you can redistribute it and/or modify
8012   it under the terms of the GNU General Public License as published by
8013   the Free Software Foundation, either version 3 of the License, or
8014   (at your option) any later version.
8016   GNU Emacs is distributed in the hope that it will be useful,
8017   but WITHOUT ANY WARRANTY; without even the implied warranty of
8018   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
8019   GNU General Public License for more details.
8021   You should have received a copy of the GNU General Public License
8022   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
8024 ;; arch-tag: a9bdcf06-7c2d-4b5a-bf7a-c5e7b706f67c