Auto-commit of loaddefs files.
[emacs.git] / lisp / org / ChangeLog
blobb6d196ecf54e1d87012302b6e8926303a6ed2408
1 2013-01-13  Bastien Guerry  <bzg@gnu.org>
3         * org-compat.el (org-condition-case-unless-debug): Delete.
5         * org-odt.el (org-odt-cleanup-xml-buffers): Use
6         `condition-case' instead of `org-condition-case-unless-debug',
7         which is now deleted.
9         * org-capture.el (org-capture-templates-contexts):
10         * org-agenda.el (org-agenda-custom-commands-contexts):
11         Docstring fix.
13         * org.el (org-get-tags-at): Remove duplicate inherited tags.
15         * org-agenda.el (org-agenda-show-inherited-tags): Allow to be set
16         to 'always or to a list of agenda types.
17         (org-agenda-finalize): Rework conditions under which inherited
18         tags should be made available even when not displayed.
19         (org-search-view, org-agenda-get-todos)
20         (org-agenda-get-timestamps, org-agenda-get-sexps)
21         (org-agenda-get-progress, org-agenda-get-scheduled)
22         (org-agenda-get-blocks): Use new possible values of
23         `org-agenda-show-inherited-tags'.
25         * org.el (org-open-at-point): Fix opening all links at point.
27         * org-agenda.el (org-get-entries-from-diary): Turn off
28         `diary-file-name-prefix' instead of
29         `diary-file-name-prefix-function', the former is checked before
30         the latter.
32         * org.el (org-edit-special): Check for table.el before checking
33         for Org tables.
35 2013-01-13  Michael Albinus  <michael.albinus@gmx.de>
37         * ob-eval.el (org-babel-shell-command-on-region): Use
38         `executable-find' for local `shell-file-name'.
40 2013-01-08  Achim Gratz  <Stromeko@Stromeko.de>
42         * org-faces.el: Define face alias mode-line for XEmacs (it's
43         called modeline there).
45         * org-compat.el (org-no-popups): New wrapper macro which let-binds
46         the correct variables to suppress popup windows depending on the
47         Emacs version in use.  This is a compile-time decision when
48         byte-compiling.
50         * org.el (org-get-location, org-switch-to-buffer-other-window):
51         Use the wrapper `org-no-popups´ to let-bind the correct variables
52         for suppression of popup windows.
54         * org-compat.el (user-error): Defalias to `error´ for Emacsen that
55         don't have it.
57         * org-agenda.el (org-agenda-write): Use org-called-interactively-p
58         instead of called-interactively-p.
60         * org.el (org-find-invisible-foreground): Do not use the value of
61         variables `default-frame-alist´, `initial-frame-alist´ and
62         `window-system-default-frame-alist´ when their symbol is not
63         bound.
65 2013-01-08  Bastien Guerry  <bzg@gnu.org>
67         * org-src.el (org-edit-src-code): Fix bug when trying to edit a
68         table.el table.
70         * org-agenda.el (org-agenda-finalize): Inhibit readonly for the
71         whole function.
73         * org.el (org-entry-get): Speed up by let-binding some variables
74         only if needed.  Also fix a bug: consider an empty drawer as no
75         drawer.
77         * org-agenda.el (org-search-view, org-agenda-get-todos)
78         (org-agenda-get-timestamps, org-agenda-get-sexps)
79         (org-agenda-get-progress, org-agenda-get-deadlines)
80         (org-agenda-get-scheduled, org-agenda-get-blocks)
81         (org-agenda-change-all-lines): Get local tags only.
82         (org-agenda-use-tag-inheritance): New option.
83         (org-agenda-finalize): When `org-agenda-use-tag-inheritance'
84         is non-nil, possibly reset tags in the agenda buffer.
85         (org-agenda-check-type): Enhance docstring.
87         * org.el (org-use-tag-inheritance): Fix typo in docstring.
89         * org-agenda.el (org-float): Don't alias `org-float'.
91         * org.el (org-scan-tags): The skipper already checks for archived
92         entries.
94         * org.el (org-refresh-properties): Rename from
95         `org-refresh-effort-properties' and use two new parameters.
96         (org-agenda-prepare-buffers): Use `org-refresh-properties'.
97         Also refresh the 'org-appt-warntime text property.
99         * org-clock.el (org-clock-in): Use the renamed defun.
101         * org-icalendar.el (org-icalendar-print-entries): Refresh the
102         'org-appt-warntime property.
103         (org-icalendar-print-entries):
104         * org-agenda.el (org-agenda-get-timestamps)
105         (org-agenda-get-sexps, org-agenda-get-deadlines)
106         (org-agenda-get-scheduled): Do not use `org-entry-get' to get the
107         "APPT_WARNTIME" property value.
109         * org.el (org-id-link-to-org-use-id): Fix compiler warning.
111         * org-agenda.el (org-agenda-format-item): Do not use
112         `org-get-effort' to get the effort text property.
113         (org-agenda-get-sexps): Use `org-back-to-heading' when setting the
114         tags.
116         * org-clock.el (org-clock-in): Refresh effort properties.
118         * org.el (org-refresh-effort-properties): New defun.
119         (org-get-effort): Delete.
120         (org-set-effort):
121         (org-property-next-allowed-value): Set the 'org-effort text
122         property.
123         (org-agenda-prepare-buffers): Refresh effort properties.
125         * org.el (org-read-date): Let-bind `mouse-autoselect-window' to
126         nil so that the mouse doesn't jump when the option is set to t
127         globally.
129         * org-agenda.el (org-agenda-dim-blocked-tasks): Default to nil.
130         (org-agenda-dim-blocked-tasks): Make interactive and allow an
131         optional parameter 'invisible to hide blocked tasks instead of
132         just dimming them.
133         (org-agenda-mode-map): Bind `org-agenda-dim-blocked-tasks' to
134         "#".
136         * org-agenda.el (org-agenda-finalize): Don't try to align tags
137         when there are no tags.  Only try to draw the habit consistency
138         graph when there is a habit in the buffer.  Only mark clocking
139         task when there is one.
141         * org.el (org-adaptive-fill-function): DTRT in `message-mode'.
143         * org.el (org-get-priority): Save match data even when using
144         `org-get-priority-function'.
146         * org-mobile.el (org-mobile-create-index-file): Possibly normalize
147         `org-todo-keywords'.
149         * org-mobile.el (org-mobile-push): Use the correct agenda buffer
150         names.
152         * org.el (org-store-link): Use `org-id-link-to-org-use-id' instead
153         of the obsolete variable name.
155         * org.el (org-fontify-meta-lines-and-blocks-1): Fix bug when
156         fontifying keywords with no value.
158         * org.el (org-goto-auto-isearch): Enhance docstring.
159         (org-goto-map): Make a defun, so that the customized value of
160         org-goto-auto-isearch is correctly initialized.
161         (org-goto): Initialize the keymap with `org-goto-map'.
162         (org-get-location): Use *Org Help* as a temporary buffer.
163         Tell whether auto-isearch is on or off.
165         * org-exp.el (org-export-as-org): Remove useless argument.
167         * org-docbook.el (org-export-as-docbook-batch)
168         (org-export-region-as-docbook, org-export-as-docbook-pdf): Fix
169         the number of arguments.
170         (org-export-as-docbook): Remove useless argument.
172         * org.el (org-speed-commands-default): Use ":" instead of ";" for
173         `org-set-tags-command', which is consistent with ":" in agenda
174         view.  Use "=" for `org-columns".
176         * org.el (org-sparse-tree): Fix redundant information in prompt.
178         * org-exp.el (org-export-string): Fix number of arguments passed
179         to the org-export-as-* functions.
181         * org-latex.el (org-export-as-latex): Fix typo in docstring.
183         * org-list.el (org-cycle-include-plain-lists): Docstring
184         enhancement.
186         * org.el (org-fontify-meta-lines-and-blocks-1): Fix fontification
187         bug when fontifying a keyword with no associated value.
188         (org-cycle-internal-local): Don't run hooks when cycling a plain
189         list before first headline.
190         (org-ctrl-c-ctrl-c): Throw a user error when trying to toggle a
191         blocked checkbox.
192         (org-indent-line): Fix table formulas indenting.
194         * org-agenda.el (org-agenda-open-link): Fix bug when no link is
195         matched.  Return a message instead of an error.
196         (org-agenda-priority): Remove useless parameter and fix showing
197         priority in agenda buffers.
199         * org-macs.el (org-with-buffer-modified-unmodified): New macro.
201         * org.el (org-entry-blocked-p): Use the new macro.
203         * org-src.el (org-edit-src-exit): Don't comma-escape the content
204         of a fixed width region.
206         * org.el (org-blocker-hook): Update the docstring to mention that
207         functions in this hook should not modify the buffer.
208         (org-trigger-hook): Small docstring fix.
209         (org-entry-blocked-p): Use `with-buffer-modified-unmodified'
210         so that the function never modifies the buffer.
212         * org-agenda.el (org-agenda-open-link): Allow to open an internal
213         link by using the new `org-offer-links-in-entry' function.
215         * org.el (org-offer-links-in-entry): Do not open the link directly
216         through `org-open-link-from-string', only offer to select a link
217         and return a cons with the link (as a string) and the end of
218         entry.
219         (org-open-at-point): Use `org-offer-links-in-entry' correctly.
221         * org.el (org-cycle-internal-local): Fix bug: allow headings with
222         leading blank characters.
224         * org-clock.el (org-clock-persist): Docstring fix: document the
225         'history value.
227         * org.el (org-insert-link): Fix bug when inserting links to
228         headlines containing the ">" character.
230         * org-crypt.el (org-at-encrypted-entry-p): Fix search boundary.
232         * org-compat.el (org-delete-directory): New compatibility function
233         for Emacs 22, where `delete-directory' does not support recursive
234         deletion.
236         * org-odt.el (org-odt-cleanup-xml-buffers): Use the new
237         compatibility function.
239         * org.el (org-table-map-tables): Fix allowed blocks.
241         * org.el (org-edit-special):
242         * org-src.el (org-edit-src-code): Fix regression: allow editing
243         HTML and LaTeX source blocks again.
245         * org.el (org-nonsticky-props): Add `htmlize-link'.
246         (org-nonsticky-props): Add `htmlize-link'.
248         * org.el (org-edit-special):
249         * org-src.el (org-edit-src-code): Don't edit in verbatim blocks.
251         * org-table.el (org-table-fedit-lisp-indent)
252         (orgtbl-self-insert-command): Use `org-delete-backward-char'
253         instead of `backward-delete-char'.
255         * org-src.el (org-edit-src-code): Fix another bug about editing
256         special blocks "example" and "verbatim".
258         * org.el (org-structure-template-alist): Add verbatim.
259         (org-edit-special): Fix bug about editing special blocks
260         "example" and "verbatim".
262         * org.el (org-delete-backward-char, org-delete-char): Save match
263         data, `delete-backward-char' and `delete-char' don't.
265         * org.el (org-enable-table-editor, org-insert-heading)
266         (org-remove-timestamp-with-keyword, org-self-insert-command):
267         * org-table.el (org-table-fedit-lisp-indent)
268         (orgtbl-self-insert-command):
269         * org-latex.el (org-export-latex-subcontent):
270         * org-clock.el (org-clocktable-write-default):
271         * org-ascii.el (org-export-ascii-preprocess): Use
272         `delete-backward-char' instead of `backward-delete-char'.
274         * org.el (org-todo): Ignore the comment string when changing the
275         TODO state of a headline.
276         (org-edit-special): Fix docstring.
277         (org-in-src-block-p): Small enhancement.
279         * org-publish.el (org-publish-org-to): Call `org-export-as-*'
280         functions with the correct list of arguments.
282         * org-html.el (org-export-as-html): Delete obsolete arg `hidden'.
283         (org-export-as-html-and-open, org-export-as-html-batch)
284         (org-export-region-as-html): Don't use obsolete arg.
286         * org-ascii.el (org-export-as-ascii): Delete obsolete arg
287         `hidden'.
288         (org-export-as-ascii-to-buffer): Don't use obsolete arg.
290         * org.el (org-in-fixed-width-region-p): Save match data.
291         (org-in-src-block-p): Use case-folding for searching the block
292         boundaries.
293         (org-activate-plain-links, org-activate-angle-links)
294         (org-activate-bracket-links): Prevent link activation in
295         source code blocks.
297         * org-odt.el (org-odt-cleanup-xml-buffers): Fix Emacs Bug#13197 by
298         setting the correct buffer before marking it unmodified to
299         silently kill him.
301         * org.el (org-set-font-lock-defaults): Don't activate links in
302         source code blocks and fixed-width regions.
304         * org-agenda.el (org-agenda-finalize): Fix links activation.
306         * org.el (org-open-at-point): Throw the correct error on
307         non-links.  Use `user-error' instead of `error'.
309         * org.el (org-in-fixed-width-region-p): Define before use.
311         * org-src.el (org-in-src-block-p): Declare function.
313         * org-compat.el: Fix bug: don't use `eval-when-compile' when
314         aliasing `user-error'.
316         * org-agenda.el (org-agenda-skip): Only check if point is
317         inside a code block, not at a code block.
319         * org.el (org-in-fixed-width-region-p): Rewrite using
320         org-element.el.
322         * org.el (org-fill-paragraph): Fill correctly in source code
323         block.
325         * org.el (org-in-fixed-width-region-p): New function.
326         (org-edit-special): Fix bug: make sure to DTRT in every
327         special environment.  Also use the new function to check
328         against fixed-width environment.
330         * org-src.el (org-edit-src-code): Check if we are in a source code
331         block with `org-in-src-block-p'.  Slightly reformat the docstring.
333         * org.el (org-in-src-block-p): Return t when point is at the
334         #+BEGIN_SRC/#+END_SRC lines unless the new optional parameter
335         'inside is set to t.
337         * ob-exp.el (obe-marker): Delete useless var.
339         * org-src.el (org-edit-src-code): Fix bug triggered by the sexp
340         (copy-marker nil) on Emacs <24.1.
342 2013-01-08  Dmitry Antipov  <dmantipov@yandex.ru>
344         * org-agenda.el (org-agenda-get-restriction-and-command):
345         * org-capture.el (org-capture-place-template):
346         * org-colview.el (org-dblock-write:columnview):
347         * org-mobile.el (org-mobile-locate-entry):
348         * org-table.el (org-table-convert-region):
349         * org.el (org-update-statistics-cookies): Use `point-marker'.
351 2013-01-08  Eric Schulte  <eric.schulte@gmx.com>
353         * org-exp.el (org-export-string): Pass the dir option on through
354         to any subsequent export functions.
356 2013-01-08  Henning Weiss  <hdweiss@gmail.com>  (tiny change)
358         * org-mobile.el (org-mobile-sumo-agenda-command): Remove match
359         description from block agendas when they have a title.
361 2013-01-08  Jambunathan K  <kjambunathan@gmail.com>
363         * org-odt.el (org-export-as-odt-batch): Init `org-odt-zip-dir'.
364         Fix Emacs Bug#13254.
366         * org-odt.el (org-odt-format-org-link): Add check for presence of
367         description in headline links.
369 2013-01-08  Michael Albinus  <michael.albinus@gmx.de>
371         * ob.el (org-babel-temp-file): Fix setting of
372         `temporary-file-directory' on remote hosts.
374         * ob-eval.el (org-babel-shell-command-on-region): Use
375         `process-file' instead of `call-process-region'.  The latter one
376         does not work on remote hosts.
378 2013-01-08  Michael Gauland  <mike_gauland@stanfordalumni.org>  (tiny change)
380         * org-src.el: Create a marker to pass to copy-marker.
382 2013-01-08  Nicolas Goaziou  <n.goaziou@gmail.com>
384         * org.el (org-setup-filling): Set `auto-fill-inhibit-regexp' to
385         nil because `org-adaptive-fill-function' already determines which
386         lines should be filled.
388         * org.el (org-fill-paragraph): Small refactoring.
390         * org-element.el (org-element--parse-elements)
391         (org-element-at-point): Fix parsing of a list in a block in a
392         list.
394 2013-01-08  Sebastien Vauban  <wxhgmqzgwmuf-geNee64TY+gS+FvcfC7Uqw@public.gmane.org>
396         * org.el (org-copy-subtree, org-paste-subtree): Fix whitespace
397         handling when copying/pasting a subtree.
399 2012-12-12  Bastien Guerry  <bzg@gnu.org>
401         * org-latex.el (org-export-latex-links): Escape raw path when
402         exporting links to files.
404         * org-src.el (org-src-native-tab-command-maybe): Fix bug: the
405         S-TAB key should not trigger a native TAB command.
407         * org.el (org-open-at-point): Allow to open any link within
408         footnotes definition, not only bracket links.
410         * org.el (org-sort-entries): Bugfix: keep track of the clock
411         marker when sorting entries.  Enhance the docstring.
413         * org-clock.el (org-clock-out): Use `user-error' when the user
414         tries to clock out while there is no running clock.
416         * org-table.el (org-table-sort-lines): Ensure coordinates are
417         correctly displayed when sorting.
419         * org.el (org-do-sort): Enhance prompt.
421         * org-agenda.el (org-agenda-finalize): Also activate plain links.
423         * org-timer.el (org-timer-stop): Add message.
425         * org-agenda.el (org-agenda-schedule, org-agenda-deadline): Fix
426         redundant messages.
428         * org-agenda.el (org-agenda-finalize): Fix clock highlighting.
430         * org.el (org-additional-option-like-keywords): Add "INDEX:".
432         * org-install.el: Enhance warning.
434 2012-12-12  Erik Hetzner  <egh@e6h.org>  (tiny change)
436         * org.el (org-log-into-drawer): Honor the nil value for the
437         :LOG_INTO_DRAWER: property.
439 2012-12-12  Le Wang  <l26wang@gmail.com>  (tiny change)
441         * org-src.el (org-edit-src-exit): Fix editing source section with
442         blank lines.
444 2012-12-12  Le Wang  <le.wang@agworld.com.au>
446         * org-src.el (org-edit-src-code): Use marker with insertion type
447         t to track end and remove hack requiring delete from beg to (1- end).
449 2012-12-12  Nicolas Goaziou  <n.goaziou@gmail.com>
451         * org-element.el (org-element-context): When point is between two
452         objects, be sure to return the second one.
454         * org-list.el (org-list-separating-blank-lines-number): When
455         computing number of blank lines separating items, also count those
456         in unparsed blocks, like example blocks.
458         * org.el (org-end-of-line): When visual line mode is on, really
459         move by visual lines.  Small refactoring.
461         * org.el (org-end-of-line): On a hidden block make sure to
462         delegate motion to `end-of-line' instead of `move-end-of-line' in
463         order to stay on the current line.
465 2012-12-12  Rafael Laboissiere  <rafael@laboissiere.net>  (tiny change)
467         * org-bibtex.el: In the documentation section of the file, fix the
468         broken URL to Andrew Roberts' document on BibTeX entries.
470         * org-remember.el (org-remember-handler): Correctly strip the
471         comment lines in the temporary buffer *Remember* when handling a
472         remember note.
474         * org-remember.el (org-remember-apply-template): Start the
475         commented lines in the Remember temporary buffer with the
476         appropriate characters.
478 2012-12-12  Toby S. Cubitt  <tsc25@cantab.net>
480         * org.el (org-beginning-of-line): Check `visual-line-mode' instead
481         of `line-visual-mode' to determine whether to move by visual
482         lines.
484         * org.el (org-kill-line): Use the `org-bound-and-true-p' macro.
486 2012-10-26  Achim Gratz  <stromeko@stromeko.de>
488         * ob-ditaa.el: Needs to (require 'org-compat) for
489         org-find-library-dir.
491         * org.el: Remove utf-8 codepoints in docstrings, bytecode doesn't
492         work when loaded from compressed files.
494         * org-compat.el: Make sure that file-name-directory is getting a
495         stringp.  This avoids a possible " (wrong-type-argument stringp
496         nil)" error when the library in question does not exist.
498         * org-odt.el: Replace arc-mode.el by arc-mode.
500         * org.el: Replace org-macs.el by org-macs.
502         * org-install.el: Provide an empty file that prints a warning
503         about an outdated configuration.
505 2012-10-26  Bastien Guerry  <bzg@gnu.org>
507         * org-latex.el (org-export-as-latex): Remove obsolete argument
508         `hidden'.  Also fix the docstring: using 'string as the value
509         for `to-buffer' outputs a string with no LaTeX header.
510         (org-export-as-latex-batch)
511         (org-export-as-latex-to-buffer, org-export-region-as-latex)
512         (org-export-as-pdf): Don't use the obsoleted argument.
514         * ob-haskell.el (org-export-as-latex): Don't use the obsoleted
515         argument `hidden'.
517         * org.el (org-refile): Run within `with-demoted-errors' so that a
518         corrupted bookmark file does not stop the refile process.
520         * org-capture.el (org-capture-bookmark-last-stored-position):
521         Ditto for the capture process.
523         * org-src.el (org-edit-src-exit): Fix bug when saving an empty
524         source buffer.
526         * org-lparse.el (org-lparse): Fix bug by returning the output
527         of `org-do-lparse'.
529         * org.el (org-refile-check-position): Throw an error when the
530         refile target is the current buffer and is not a file.
531         (org-agenda-file-to-front, org-remove-file): Throw an error
532         when the current buffer is not a file.
533         (org-check-agenda-file): Enhance the message.
534         (org-element-type): Autoload.
535         (org-element-context, org-element-paragraph-parser): Don't
536         declare as these two functions are not used in org.el.
538         * org-lparse.el (browse-url-file-url): Declare.
540         * org.el (org-refile-check-position): Fix typo in docstring.
542         * org-clock.el (org-clock-modeline-total): Make obsolete.
543         (org-clock-mode-line-total): Rename from
544         `org-clock-modeline-total'.
545         (org-clock-get-sum-start): Fix references to
546         `org-clock-modeline-total'.
548         * org-faces.el (org-agenda-filter-tags)
549         (org-agenda-filter-category, mode-line): Use the 'mode-line
550         face instead of the obsolete 'modeline.
552         * org-odt.el (org-odt-styles-dir): Try more directories.
553         Don't throw an error, just send a message.
555         * org-odt.el (org-odt-lib-dir, org-odt-data-dir)
556         (org-odt-schema-dir-list, org-odt-styles-dir-list): Delete.
557         (org-export-odt-schema-dir, org-odt-styles-dir): Infer the
558         correct directories without requiring other variables.
560         * org-fixup.el (org-make-org-version, org-make-autoloads):
561         Don't define `org-odt-data-dir' in org-version.el.
563         * org-loaddefs.el: New file.
565         * org.el ("org-loaddefs.el"): Don't throw an error if the file
566         cannot be fund.
567         (org-version): Use org-loaddefs.el instead of org-install.el.
569         * org.el: Don't dynamically autoload already autoloaded
570         functions.
571         (org-clock-update-time-maybe): Move to org-clock.el.
573         * org-exp.el (org-insert-export-options-template): Remove
574         autoload cookie.
576         * org-clock.el (org-resolve-clocks, org-clock-in)
577         (org-clock-out, org-clock-cancel, org-clock-goto)
578         (org-clock-sum, org-clock-display, org-clock-report)
579         (org-dblock-write:clocktable): Add autoload cookie.
580         (org-clock-update-time-maybe): Moved from org.el.
582         * org-beamer.el (org-beamer-sectioning, org-beamer-mode): Ditto.
584         * org-ascii.el (org-export-ascii-preprocess): Ditto.
586         * org-archive.el (org-archive-subtree)
587         (org-archive-to-archive-sibling, org-toggle-archive-tag): Add
588         autoload cookie.
590         * org-colview.el (org-columns, org-dblock-write:columnview)
591         (org-insert-columns-dblock, org-agenda-columns): Ditto.
593         * org-table.el (org-table-create-with-table.el)
594         (org-table-create-or-convert-from-region, org-table-create)
595         (org-table-convert-region, org-table-import)
596         (org-table-export, org-table-align)
597         (org-table-justify-field-maybe, org-table-next-field)
598         (org-table-previous-field, org-table-next-row)
599         (org-table-copy-down, org-table-field-info)
600         (org-table-current-dline, org-table-goto-column)
601         (org-table-insert-column, org-table-delete-column)
602         (org-table-move-column-right, org-table-move-column-left)
603         (org-table-move-column, org-table-move-row-down)
604         (org-table-move-row-up, org-table-move-row)
605         (org-table-insert-row, org-table-insert-hline)
606         (org-table-hline-and-move, org-table-kill-row)
607         (org-table-sort-lines, org-table-cut-region)
608         (org-table-copy-region, org-table-paste-rectangle)
609         (org-table-convert, org-table-wrap-region)
610         (org-table-edit-field, org-table-sum)
611         (org-table-get-stored-formulas)
612         (org-table-maybe-eval-formula)
613         (org-table-rotate-recalc-marks)
614         (org-table-maybe-recalculate-line, org-table-eval-formula)
615         (org-table-recalculate, org-table-iterate)
616         (org-table-edit-formulas)
617         (org-table-toggle-coordinate-overlays)
618         (org-table-toggle-formula-debugger, orgtbl-to-generic)
619         (orgtbl-to-tsv, orgtbl-to-csv, orgtbl-to-latex)
620         (orgtbl-to-html, orgtbl-to-texinfo, orgtbl-to-orgtbl): Ditto.
622         * org.el (turn-on-orgtbl): Moved here from org-table.el.
623         (org-clock-persistence-insinuate): Moved here from org-clock.el.
624         (org-update-all-dblocks, org-map-entries)
625         (org-require-autoloaded-modules, org-forward-element)
626         (org-backward-element, org-up-element)
627         (org-element-greater-elements, org-drag-element-backward)
628         (org-drag-element-forward, org-mark-element)
629         (org-narrow-to-element, org-transpose-element)
630         (org-unindent-buffer): Don't autoload.
632         * org-clock.el (org-clock-get-clocktable): Rename from
633         `org-get-clocktable'.
634         (org-clock-persistence-insinuate): Move to org.el.
636         * org-capture.el: Do no set `generated-autoload-file' locally.
637         Minor code clean up.
639         * org-agenda.el (org-agenda-list): Use
640         `org-clock-get-clocktable'.  Do no set
641         `generated-autoload-file' locally.
643         * org-table.el (org-table-iterate-buffer-tables): Minor
644         reformatting.
645         (turn-on-orgtbl): Move to org.el.
647         * org-html.el (org-export-htmlize-generate-css): Don't autoload.
649         * org-timer.el (org-timer-pause-or-continue, org-timer-stop):
650         Ditto.
652         * ob-tangle.el (org-babel-tangle-lang-exts): Ditto.
654         * ob-lob.el (org-babel-lob-ingest): Ditto.
656         * org-id.el (org-id-copy)
657         (org-id-get-with-outline-path-completion)
658         (org-id-get-with-outline-drilling): Ditto.
660         * org-lparse.el (org-lparse-and-open, org-lparse-batch)
661         (org-lparse-to-buffer, org-replace-region-by)
662         (org-lparse-region): Ditto.
664         * org-mobile.el (org-mobile-create-sumo-agenda): Ditto.
666         * org.el (org-cycle): Fix misplaced autoload cookie.
668         * org-agenda.el (org-agenda-get-timestamps): Check if the item
669         is an habit when formatting it with `org-agenda-format-item'.
670         (org-agenda-get-blocks): Fix bug: don't assume the item is an
671         habit when formatting with `org-agenda-format-item'.
673         * org.el (org-calendar-agenda-action-key): Delete an option.
674         (org-mode-map): Delete its keybinding.
675         (org-agenda-action-marker, org-mark-entry-for-agenda-action):
676         Delete.
678         * org-agenda.el (org-agenda-diary-entry): Don't prevent from
679         being used outside of Org agendas, as it can be used in
680         calendar buffers too.
682 2012-10-26  Caio Tiago Oliveira  <asrail@gmail.com>  (tiny change)
684         * ob-scala.el (org-babel-scala-wrapper-method): Use a Scala
685         block enclosing the submitted code.
687 2012-10-26  Myles English  <mylesenglish@gmail.com>  (tiny change)
689         * org-clock.el (org-clock-in): Moved the call to
690         org-clock-in-prepare-hook until the task's properties
691         can be accessed.
693 2012-10-26  Nicolas Goaziou  <n.goaziou@gmail.com>
695         * org.el (org-auto-fill-function): Make sure `adaptive-fill-mode'
696         mode is nil when pre-computed `fill-prefix' is the empty string.
697         Otherwise filling functions from fill.el think it has to be computed
698         again and overwrite it.
700         * org.el: Make `org-closest-date' aware of hours repeaters.
702         * org.el (org-end-of-line): Do not call `end-of-visual-line' when
703         moving to the end of line.  Also improve behaviour on elements that
704         can be hidden.
706         * org.el (org-sparse-tree): Allow to call `org-show-todo-tree'
707         with an argument.
709         * org-element.el (org-element--get-next-object-candidates): Fix
710         parsing of objects of the same type in a single paragraph.
712         * org-element.el (org-element-sub/superscript-successor): Fix
713         parsing of sub/superscript at beginning of item.
714         (org-element-latex-or-entity-successor): Fix parsing of latex
715         fragments at beginning of item.
717         * org-agenda.el (org-agenda-later): Fix function when span is
718         a number and an argument was provided.  Also fix typo in docstring.
720         * org.el (org-read-date-analyze): Fix analyzing for dates like
721         "29.03 16:40".
723         * org-element.el (org-element-center-block-parser)
724         (org-element-drawer-parser, , org-element-footnote-definition-parser)
725         (org-element-inlinetask-parser, org-element-plain-list-parser)
726         (org-element-quote-block-parser, org-element-special-block-parser)
727         (org-element-babel-call-parser, org-element-clock-parser)
728         (org-element-comment-parser, org-element-comment-block-parser)
729         (org-element-example-block-parser, org-element-export-block-parser)
730         (org-element-fixed-width-parser, org-element-horizontal-rule-parser)
731         (org-element-keyword-parser, org-element-latex-environment-parser)
732         (org-element-paragraph-parser, org-element-planning-parser)
733         (org-element-property-drawer-parser, org-element-src-block-parser)
734         (org-element-table-parser)
735         (org-element-verse-block-parserorg-element-dynamic-block-parser):
736         Make sure element never ends at the end of a blank non-empty line.
738         * org-element.el (org-element-context)
739         (org-element--get-next-object-candidates): Fix `org-element-context'.
740         In particular, the restrictions for an object may be different from
741         those of its container (i.e. table rows and table cells).
743         * org-element.el (org-element-example-block-parser)
744         (org-element-src-block-parser): Store value of example-blocks and
745         src-blocks unescaped.
746         (org-element-example-block-interpreter)
747         (org-element-src-block-interpreter): Escape value again when storing
748         it.
750         * org-src.el (org-escape-code-in-string)
751         (org-unescape-code-in-string, org-escape-code-in-region)
752         (org-unescape-code-in-region): New functions.
753         (org-edit-src-code, org-edit-src-exit): Use new functions.
755         * org.el (org-strip-protective-commas): Removed function.
757         * org-exp.el (org-export-select-backend-specific-text): Use new
758         function.
760         * ob.el (org-babel-parse-src-block-match)
761         (org-babel-parse-inline-src-block-match, org-babel-insert-result):
762         Always escape produced blocks, independently on the language of the
763         block, if any.  Use new functions.
765         * org-element.el (org-element-paragraph-parser): Fix regexp
766         starting a block.
768         * org-element.el (org-element-center-block-parser):
769         (org-element-drawer-parser, org-element-dynamic-block-parser)
770         (org-element-example-block-parser, org-element-export-block-parser)
771         (org-element-latex-environment-parser, org-element-paragraph-parser)
772         (org-element-property-drawer-parser, org-element-src-block-parser)
773         (org-element-verse-block-parser): Use stricter regexps for boundaries
774         of elements.
776 2012-10-26  Toby S. Cubitt  <tsc25@cantab.net>
778         * org-agenda.el (org-agenda-get-sexps): Reset `extra' to nil at
779         beginning of re-search-forward loop, otherwise next iteration picks up
780         `extra' value from previous entry.
782 2012-09-30  Abdó Roig-Maranges  <abdo.roig@gmail.com>
784         * org-html.el (org-export-html-preprocess)
785         (org-export-html-format-image): Use
786         `org-latex-preview-ltxpng-directory'.
788         * org-odt.el (org-export-odt-do-preprocess-latex-fragments):
789         Ditto.
791         * org.el (org-latex-preview-ltxpng-directory): New option.
792         (org-preview-latex-fragment): Store LaTeX preview images in
793         `org-latex-preview-ltxpng-directory'.
795 2012-09-30  Achim Gratz  <Stromeko@Stromeko.DE>
797         * ob-R.el (org-babel-R-initiate-session): Protect against use of
798         unbound variable `ess-ask-for-ess-directory´. The default for this
799         variable is true, so act accordingly if it is found unbound.
801         * ob-R.el: Remove initialization with `nil´ from
802         `ess-ask-for-ess-directory´ and `ess-local-process-name´.  Remove
803         second declaration for `ess-local-process-name´.
805         * org-gnus.el: Add a missing require for gnus-util.
807         * org-compat.el: Rename utils to make throughout.
809         * org.el: Move check for outline-mode-keymap after (require
810         'outline).
812         * org-element.el: New file.  Do not (require 'org).
814         * org-agenda.el: Remove duplicate requires.
816         * org.el (org-mode-map): Add keybindings to
817         `org-element-transpose' and `org-narrow-to-element'.
818         (org-metaup): Fall back on `org-element-drag-backward'.
819         (org-metadown): Fall back on `org-element-drag-forward'.  Also
820         move chunks of declarations and require statements to get rid of
821         compiler warnings.
823         * org-exp-blocks.el (org): Don't require org.  Add declarations.
825         * org-clock.el (org): Don't require org.
827         * ob-exp.el (org-list-forbidden-blocks): Add declarations.
829         * ob.el (org-babel-exeext): New defconst to hold extension for
830         executables or nil if none.  Should be ".exe" for both Windows and
831         Cygwin.
833         * ob-C.el (org-babel-C-execute): Use org-babel-exeext when
834         constructing the target file name for the compiled executable.
836         * ob-fortran.el (org-babel-execute:fortran): Add org-babel-exeext
837         when constructing the target file name for the compiled
838         executable.
840         * org-version.el: New file.
842         * org-compat.el (org-check-version): New macro.  Check if
843         org-version.el exists and provide autoloads to that. Otherwise
844         check if org-fixup.el exists and use it to provide definitions.
845         Finally if nothing worked, complain about a botched installation
846         and provide fallback definitions.
848         * org.el: Use org-check-version.
850         * org.el: Fix a subtle error resulting in version functions
851         sometimes not being defined and byte-compiling failing.  Always
852         compile in fallback definitions into org.elc -- org-fixup either
853         provides re-definitions at compile-time or checks org-version.el
854         and then the git work tree when run uncompiled.  So the fallback
855         definitions will only come into effect when org-fixup is not
856         available.
858         * org.el (org-version): Make org-version more robust, e.g. when
859         byte-compiling single files with 'make compile-dirty'.
861         * org.el (org-reload): Revert an undesirable change in org-reload.
862         Do not prepend org-dir to babel-files, which prevents the files
863         from being found in load-path.
865         * org.el (org-version): Add optional parameters 'full and 'message
866         to optionally return the full version string and echo to message
867         area in non-interactive calls.
869         * org.el (org-submit-bug-report): Add optional parameter 'full to
870         call of (org-version) so that the bug report has all version
871         information.
873         * org.el (org-reload): Simplify file-re (orgtbl-*.el files do not
874         exist anymore).  Keep org-*.el at the end of the files list.
875         Explicitely load org-version.el (since it doesn't provide feature
876         'org-version) at the very end, but ignore errors when it doesn't
877         exist.  Add parameters 'full and 'message to the call of
878         (org-version) so that after reload the full version information is
879         displayed in the message area again.
881         * org-agenda.el: Replace with-no-warnings with org-no-warnings
882         (defined in org-macs.el).
884         * org-bbdb.el: Replace with-no-warnings with org-no-warnings
885         (defined in org-macs.el).
887         * org-clock.el: Replace with-no-warnings with org-no-warnings
888         (defined in org-macs.el).
890         * org.el: Replace with-no-warnings with org-no-warnings (defined
891         in org-macs.el).
893         * org.el: Add with-not-warnings around call of (org-fixup).
895         * org-compat.el (org-find-library-dir): Rename
896         org-find-library-name (misleading) and implement with a function
897         that exists identically in Emacs/XEmacs.
899         * org-exp-blocks.el: Change calls to org-find-library-dir.
901         * org.el: change calls to org-find-library-dir.  Make require for
902         noutline fail silently because it is missing from XEmacs.
904         * org.el (org-version): Use functions instead of global variables
905         to get the version strings and remove the defvaralias to
906         org-version.  Warn when encountering a mixed installation (org and
907         org-install.el should be found in the same directory).
909         * org.el: Add with-no-warning to defvar for two unprefixed global
910         variables from calendar.el (there's nothing else we can do inside
911         org until it is fixed in calendar.el).
913         * org.el: Require find-func and remove declare-function for
914         find-library-name, otherwise autoloaded org-version doesn't show
915         all info correctly.
917         * org.el (org-version): Show the full path to org-install.el in
918         the version string to avoid confusion if multiple installations
919         exist or a previously loaded org-install.el has already defined a
920         version string that is now out of date.
922         * org.el (org-version): Remove determination of version
923         information, show "N/A" if the information is not provided via
924         org-install.el.
926         * org.el (org-git-version): Placeholder for recording the Git
927         version of org during install
929         * org.el (org-version): Initialize local git-version with
930         placeholder and fall through using it when org is not installed in
931         a Git repository
933 2012-09-30  Adam Spiers  <orgmode@adamspiers.org>  (tiny change)
935         * org-html.el: Add hyperlink to http://orgmode.org/ from export
936         footer.
938         * org-clock.el (org-clock-modify-effort-estimate): Display a
939         message when no clock is currently active.
941 2012-09-30  Andrew Hyatt  <ahyatt@gmail.com>  (tiny change)
943         * org-archive.el (org-archive-subtree): Allow archiving to a
944         datetree.
946         * org.el (org-archive-location): Ditto.
948 2012-09-30  Bastien Guerry  <bzg@gnu.org>
950         * ob-io.el: New file.
952         * ob-scala.el: New file.
954         * org.el (org-url-hexify-p, org-doi-server-url)
955         (org-latex-preview-ltxpng-directory, org-custom-properties)
956         (org-sparse-tree-default-date-type): Add :version "24.3".
958         * org-agenda.el (org-agenda-sticky)
959         (org-agenda-custom-commands-contexts): Ditto.
961         * org-capture.el (org-capture-bookmark)
962         (org-capture-templates-contexts) (org-capture-use-agenda-date):
963         Ditto.
965         * org-latex.el (org-export-latex-hyperref-options-format)
966         (org-export-latex-link-with-unknown-path-format): Ditto.
968         * org-id.el (org-id-link-to-org-use-id): Ditto.
970         * org-datetree.el (org-datetree-add-timestamp): Ditto.
972         * org.el (org-make-link-description-function): Enhance docstring.
973         (org-insert-link): Fall back on interactive prompt when
974         `org-make-link-description-function' fails.
976         * org-agenda.el (org-todo-list): Fix redoing of todo agenda when
977         `org-agenda-sticky' is non-nil.
979         * org-agenda.el (org-agenda-quit): Delete last indirect buffer.
980         (org-agenda-pre-follow-window-conf): New variable.
981         (org-agenda-tree-to-indirect-buffer): Fix bug: don't split agenda
982         window when there an indirect buffer is already displayed.
984         * org-agenda.el (org-agenda-manipulate-query)
985         (org-agenda-goto-date, org-agenda-goto-today)
986         (org-agenda-find-same-or-today-or-agenda, )
987         (org-agenda-later, org-agenda-change-time-span)
988         (org-agenda-change-all-lines)
989         (org-agenda-execute-calendar-command)
990         (org-agenda-goto-calendar, org-agenda-convert-date): Make sure to
991         get a property from (1- (point-max)), not (point-max)).
993         * ob-dot.el (org-babel-execute:dot): Throw an error when there is
994         no :file parameter.
996         * org-table.el (org-table-eval-formula): Convert time-stamps to
997         inactive time-stamp so that Calc can handle them correctly.
999         * org-table.el (org-table-fix-formulas): Warn with a message when
1000         formulas have been updated.
1002         * org-publish.el (org-publish-cache-ctime-of-src): Delete the
1003         base-dir argument and use (file-name-directory file) to get the
1004         file's directory.
1005         (org-publish-update-timestamp)
1006         (org-publish-cache-file-needs-publishing): Call
1007         `org-publish-cache-ctime-of-src' with only one argument.
1009         * org.el (org-follow-timestamp-link): Fix bug when using sticky
1010         agenda.  Add a docstring.
1012         * org-agenda.el (org-agenda-sticky): Don't use a function to set.
1013         Add a :version string.
1015         * org.el (org-priority): Use a new argument to show priority
1016         instead of setting it.
1017         (org-show-priority): New function to show priority both in normal
1018         Org buffers and in Org Agenda buffers.
1019         (org-speed-commands-default): Use "," as a speed command for
1020         setting priority.
1022         * org-agenda.el (org-agenda-mode-map): Bind `org-agenda-priority'
1023         to `C-c ,' as it was before.
1024         (org-agenda-show-priority): Delete.
1025         (org-agenda-priority): Use a new argument to show priority instead
1026         of setting it.
1028         * org.el (org-font-lock-hook, org-set-font-lock-defaults): Add a
1029         docstring.
1030         (org-display-inline-remove-overlay): Rename from
1031         `org-display-inline-modification-hook'.
1032         (org-speed-command-activate): Rename from
1033         `org-speed-command-default-hook'.
1034         (org-babel-speed-command-hook): Rename from
1035         `org-babel-speed-command-activate'.
1037         * org-agenda.el (org-agenda-update-agenda-type): Rename from
1038         `org-agenda-post-command-hook'.
1039         (org-agenda-mode): Use the new name.
1040         (org-agenda-post-command-hook): Define as obsolete function.
1042         * org-lparse.el (org-lparse): Temporarily activate the hooks
1043         needed for the ODT conversion.
1044         (org-lparse-preprocess-after-blockquote): Rename from
1045         `org-lparse-preprocess-after-blockquote-hook'.
1046         (org-lparse-strip-experimental-blocks-maybe): Rename from
1047         `org-lparse-strip-experimental-blocks-maybe'.
1048         (org-lparse-preprocess-after-blockquote-hook)
1049         (org-lparse-strip-experimental-blocks-maybe-hook): Define as
1050         obsolete functions.
1052         * ob.el (org-babel-insert-result): Comma-escape results inserted
1053         with ":results org".
1055         * org-src.el (org-edit-src-code, org-edit-src-exit): Fix bug about
1056         saving the source editing window with the default value for
1057         `org-src-window-setup' (i.e. 'reorganize-frame).
1059         * org-src.el (org-src-font-lock-fontify-block): Fix bug: don't
1060         fontify the last character.
1062         * org.el (org-open-at-point): Don't follow timestamp within
1063         bracket links.
1065         * org-capture.el (org-capture-templates): Fix typo in docstring.
1067         * org-agenda.el (org-agenda-skip): Skip information retrieved from
1068         a source block.
1070         * ob.el (org-babel-common-header-args-w-values)
1071         (org-babel-insert-result): Reintroduce ":results org" but using
1072         "#+BEGIN_SRC org", not "#+BEGIN_ORG".
1074         * ob.el (org-babel-common-header-args-w-values): Remove "org" the
1075         list of predefined values for the ":results" parameter.
1077         * ob.el (org-babel-insert-result): Remove support for ":results
1078         org".
1080         * ob.el (org-babel-common-header-args-w-values)
1081         (org-babel-insert-result): Deprecate ":results wrap" in favor of
1082         ":results drawer".
1084         * org-crypt.el (org-at-encrypted-entry-p): Fix bug when the check
1085         happens before the first headline.
1087         * org-capture.el (org-at-encrypted-entry-p)
1088         (org-encrypt-entry, org-decrypt-entry): Declare.
1089         (org-capture-set-target-location): Check whether `org-crypt' has
1090         been loaded.
1092         * org-agenda.el (org-agenda-todo-custom-ignore-p): Fix typo in
1093         docstring.
1095         * org-capture.el (org-capture-finalize): Maybe re-encrypt the
1096         target headline if it was decrypted.
1097         (org-capture-set-target-location): Maybe decrypt the target
1098         headline.
1100         * org-crypt.el (org-at-encrypted-entry-p): New function.
1102         * org.el (org-options-keywords): Add "STYLE:".
1104         * org-agenda.el (org-agenda-ndays): Don't make an alias, as
1105         `org-agenda-span' is defined separately.
1107         * org.el (org-in-subtree-not-table-p): New utility function for
1108         building the menu.
1109         (org-org-menu): Add an item for refiling.  Check more contexts
1110         when activating items.
1111         (org-tree-to-indirect-buffer): Use `org-up-heading-safe'.
1113         * org-agenda.el (org-agenda-tree-to-indirect-buffer)
1114         (org-agenda-do-tree-to-indirect-buffer): Use argument `arg'.
1116         * org-capture.el (org-capture-set-target-location): Set a correct
1117         time value when storing a note in a datetree and prompting the
1118         user for a date.
1120         * org-capture.el (org-capture-mode): Fix bug: don't run the mode's
1121         hook twice.
1123         * org-agenda.el (org-agenda-menu-two-column)
1124         (org-finalize-agenda-hook, org-agenda-ndays): Use
1125         `define-obsolete-variable-alias' instead of
1126         `make-obsolete-variable'.
1128         * org.el (org-link-to-org-use-id): Move to org-id.el.
1130         * org-id.el (org-id-link-to-org-use-id): Rename from
1131         `org-link-to-org-use-id'.  Use `nil' as the default value.
1132         (org-link-to-org-use-id): Alias and define as obsolete.
1134         * org-agenda.el (org-search-view, org-agenda-get-todos)
1135         (org-agenda-get-timestamps, org-agenda-get-blocks): Use the dotime
1136         parameter of `org-agenda-format-item' so that 'time-up and
1137         'time-down agenda sorting strategies are handled correctly.
1139         * org-capture.el (org-capture-fill-template): Fix checking of
1140         protected template entries.
1142         * org.el (org-cycle-global-at-bob): Fix typo in docstring.
1144         * org.el (org-insert-drawer): Deactivate the mark before trying to
1145         indent the :END: of the drawer.
1147         * org-agenda.el (org-agenda-export-html-style): Default to nil as
1148         any string value will replace the htmlize style.
1150         * org.el (org-cycle-hook): Fix tiny typo in docstring.
1152         * org.el (org-time-string-to-time)
1153         (org-time-string-to-seconds, org-end-of-subtree): Add a dosctring.
1155         * org-freemind.el (org-freemind-write-node): Enhance links
1156         conversion in nodes.
1158         * org-freemind.el (org-freemind-write-node): Convert links in
1159         nodes.
1161         * org.el (org-link-to-org-use-id, org-directory)
1162         (org-default-notes-file, org-reverse-note-order)
1163         (org-extend-today-until, org-finish-function)
1164         (org-store-link-functions): Use "capture" instead of "remember" in
1165         docstrings.  Also use the `org-capture' group when it makes sense.
1167         * org-agenda.el (org-agenda-tree-to-indirect-buffer): Find the
1168         correct agenda buffer.  Don't split the agenda window when the
1169         indirect buffer is displayed in another frame.
1171         * org.el (org-mode): Try to set the org-hide face correctly.
1173         * org-exp.el (org-export): Set the mark correctly when exporting a
1174         subtree.
1176         * org-agenda.el (org-agenda-get-restriction-and-command): Fix the
1177         display of the number of commands for block agendas.
1179         * org-agenda.el (org-agenda-before-write-hook)
1180         (org-agenda-add-entry-text-maxlines): Enhance phrasing.
1181         (org-agenda-finalize-hook, org-agenda-mode-hook): Tell that the
1182         buffer is writable when the hook is called.
1183         (org-agenda-finalize): Allow org-agenda-finalize-hook to modify
1184         the buffer.
1186         * org-agenda.el (org-habit-show-all-today): Only use defvar to
1187         silent the byte-compiler.
1188         (org-agenda-get-scheduled): Check whether some org-habit.el
1189         options have been defined.
1191         * org-capture.el (org-capture-entry): New variable.
1192         (org-capture-string, org-capture): Use it to possibly skip the
1193         interactive prompt for a capture template.
1195         * org.el (org-activate-plain-links): Don't try to check if we are
1196         in a bracket link already.
1198         * org.el (org-read-date-analyze): Fix bug introduced in commit
1199         cc5f9f: adding a time should not prevent relative answers to be
1200         parsed correctly.
1202         * org-agenda.el (org-agenda-bulk-action): Always read the date
1203         through `org-read-date'.  When possible, use the date at point as
1204         the default date.
1206         * org-agenda.el (org-agenda-bulk-action): Fix bug when
1207         bulk-shifting timestamps.
1209         * org.el (org-version): New constant.
1211         * org-compat.el (org-random): New compatibility function.
1213         * org-id.el (org-id-uuid): Use it.
1215         * org-capture.el (org-capture-use-agenda-date): New option.
1216         (org-capture): Use it.
1218         * org-agenda.el (org-agenda-capture): New command.
1219         (org-agenda-mode-map): Bind it to `k'.
1220         (org-agenda-menu): Add it to the menu.
1222         * org-capture.el (org-capture): Update docstring.
1224         * org-capture.el (org-capture): When called from an agenda buffer,
1225         use the cursor date at the default date.
1227         * org-agenda.el (org-agenda-bulk-action): Use the let-bound
1228         `entries' instead the variable.
1230         * org-agenda.el (org-agenda-bulk-action): Fix bug: don't remove
1231         persistent marks too early.
1233         * org-agenda.el (org-agenda-bulk-action): Possibly use the day at
1234         point to reset the scheduled or deadline cookie.  On date headers,
1235         use it without prompting the user.  On an item, use the item's
1236         date as the default prompt for `org-read-date'.
1238         * org.el (org-read-date): Docstring fix.
1240         * org-agenda.el (org-agenda-bulk-action): Reorder possible actions
1241         in the message.
1243         * org-agenda.el (org-agenda-action, org-agenda-do-action): Delete.
1244         (org-agenda-mode-map): Delete related keys.
1246         * org-agenda.el (org-agenda-menu): Fix a keybinding.
1248         * org-colview.el (org-columns-goto-top-level): Correctly move the
1249         marker `org-columns-top-level-marker'.
1250         (org-agenda-columns): Don't set
1251         `org-agenda-overriding-columns-format' as a buffer variable, as we
1252         only need it dynamically.
1253         (org-agenda-colview-summarize): Fix a bug in returning the match
1254         string.
1256         * org-agenda.el (org-agenda-span-to-ndays): Make the second
1257         argument `starting-day' optional.
1258         (org-agenda-goto-date): Keep parameters of custom agendas.
1260         * org-agenda.el (org-agenda-list): Allow setting the agenda buffer
1261         name through a temporary variable.
1262         (org-agenda-buffer-tmp-name): New variable to temporary store the
1263         agenda buffer name.
1265         * org-agenda.el (org-agenda-goto-date): Fix behavior when using
1266         sticky agendas.
1268         * org-agenda.el (org-diary): Don't check whether there is an
1269         agenda buffer when trying to compile the prefix format.
1270         (org-compile-prefix-format): Check if there is an agenda buffer.
1271         If not, use the current buffer.
1273         * org-agenda.el (org-agenda-get-day-entries): Set the agenda
1274         buffer inconditionnally.
1276         * ob.el (org-babel-named-src-block-regexp-for-name): Generate a
1277         more general regexp.
1279         * ob.el (org-babel-where-is-src-block-head): Find a src block head
1280         correctly when #+header(s) is before #+name.
1282         * org-agenda.el (org-agenda-finalize-hook)
1283         (org-agenda-finalize, org-agenda-finalize-entries): Rename from
1284         org-finalize-agenda-*.
1285         (org-agenda-run-series, org-agenda-finalize, org-timeline)
1286         (org-agenda-list, org-search-view, org-todo-list)
1287         (org-tags-view, org-diary, org-agenda-finalize-entries)
1288         (org-agenda-change-all-lines): Use the new names.
1290         * org-agenda.el (org-agenda-local-vars): Remove
1291         ̀org-agenda-last-arguments' from the list of local variables.
1292         (org-agenda-mode-map): `g' does the same than `r' in buffers with
1293         only one agenda view, but its behavior differs when there are
1294         several views.  In manually appended agendas (with `A'), `g'
1295         displays only the agenda under the point.  With multiple agenda
1296         blocks, `g' reinitializes the view by discarding any temporary
1297         changes (e.g. with ̀f' or `w'), while ̀r' keeps those temporary
1298         changes for the agenda view under the point.
1299         (org-agenda-run-series, org-agenda-redo): Implement the above
1300         changes.
1301         (org-agenda-mark-header-line): Don't set useless properties.
1302         (org-agenda-list, org-todo-only, org-search-view)
1303         (org-todo-list, org-tags-view, org-agenda-list-stuck-projects)
1304         (org-agenda-manipulate-query, org-agenda-goto-today)
1305         (org-agenda-later, org-agenda-change-time-span): Use text
1306         properties for storing the last command and the last arguments for
1307         each agenda block.
1308         (org-unhighlight-once): Delete.
1310         * org-agenda.el (org-agenda-append-agenda): Fit agenda window to
1311         buffer.
1313         * org-agenda.el (org-agenda-append-agenda): Bugfix: correctly
1314         check whether we are in org-agenda-mode.
1316         * org-agenda.el (org-agenda-pre-window-conf): Rename from
1317         `org-pre-agenda-window-conf'.
1318         (org-agenda-local-vars, org-agenda-prepare-window)
1319         (org-agenda-Quit, org-agenda-quit): Use the new name.
1321         * org-agenda.el (org-keys, org-match): New variable, dynamically
1322         scoped in `org-agenda'.
1323         (org-agenda, org-agenda-list, org-search-view, org-todo-list)
1324         (org-tags-view): Use the new variables.
1325         (org-batch-store-agenda-views): Let-bind `match'.
1327         * org-agenda.el (org-search-view, org-todo-list)
1328         (org-tags-view): Do not let `org-agenda-sticky' prevent the use of
1329         these functions programmatically.  Also use the sticky agenda
1330         function correctly.
1332         * org-agenda.el (org-agenda): Set `org-agenda-buffer-name'
1333         correctly with sticky agendas and non-custom commands.
1335         * org-agenda.el (org-agenda-fit-window-to-buffer): Rename from
1336         `org-fit-agenda-window'.
1337         (org-agenda-run-series, org-agenda-prepare, org-agenda-list)
1338         (org-search-view, org-todo-list, org-tags-view): Use the new name.
1340         * org-agenda.el (org-agenda-prepare): Let `throw' display an
1341         error.
1343         * org-agenda.el (org-agenda-list): Fix bug: don't throw an error
1344         when called from programs as (org-agenda-list).
1346         * org-agenda.el (org-todo-list): Make arg optional.
1348         * org.el (org-agenda-prepare-buffers): Rename from
1349         `org-prepare-agenda-buffers'.
1350         (org-match-sparse-tree, org-map-entries): Use the new names.
1352         * org-agenda.el (org-agenda-prepare-window): Rename from
1353         `org-prepare-agenda-window'.
1354         (org-agenda-prepare): Rename from `org-prepare-agenda'.
1355         (org-agenda-run-series, org-agenda-prepare, org-timeline)
1356         (org-agenda-list, org-search-view, org-todo-list)
1357         (org-tags-view, org-agenda-list-stuck-projects, org-diary)
1358         (org-agenda-to-appt): Use the new names.
1360         * org-mobile.el (org-mobile-create-index-file): Ditto.
1362         * org-icalendar.el (org-export-icalendar): Ditto.
1364         * org-clock.el (org-dblock-write:clocktable)
1365         (org-dblock-write:clocktable): Ditto.
1367         * org2rem.el (org2rem): Ditto.
1369         * org-agenda.el (org-agenda): In sticky agendas, use the current
1370         command's match to set the buffer name.  This gives more
1371         information to the user and allows to distinguish various agendas
1372         triggered by the same key.
1373         (org-batch-store-agenda-views): Handle the new sticky agenda
1374         buffer name.
1376         * org-agenda.el (org-agenda)
1377         (org-agenda-get-restriction-and-command): Use `S' as a key for
1378         searching words in TODO-only entries.
1380         * org-agenda.el (org-prepare-agenda): Fit agenda window when
1381         displaying a sticky agenda.
1383         * org-table.el (org-table-number-regexp): Allow the user to set it
1384         to a new regexp, which allows commas as decimal mark.  The default
1385         is to not use this setting, but the one before commit 7ff8c1,
1386         which has ben reverted.
1388         * org-agenda.el (org-agenda-overriding-cmd)
1389         (org-agenda-multi-current-cmd)
1390         (org-agenda-multi-overriding-arguments): New variables.
1391         (org-agenda-run-series): `org-agenda-overriding-arguments'
1392         defaults to the last agenda block arguments, so don't use it
1393         globally.
1394         (org-agenda-mark-header-line): Add properties needed so that
1395         `org-agenda-overriding-arguments', `org-agenda-current-span' and
1396         `org-agenda-last-arguments' can be set to their correct contextual
1397         value.
1398         (org-agenda-multi-back-to-pos): New variable.
1399         (org-agenda-later): Retrieve `org-agenda-current-span' and
1400         `org-agenda-overriding-arguments' from text properties.  Also
1401         handle numeric span.
1402         (org-agenda-later, org-agenda-change-time-span): Set
1403         `org-agenda-overriding-cmd' so that we to take overriding
1404         arguments into account for this command only.
1406         * org-agenda.el (org-agenda-kill, org-agenda-archive-with): Fix
1407         bug when called with a non-nil value of `org-agenda-stick'.
1409         * org-agenda.el (org-agenda-refile): Fix bug when refiling an
1410         entry from a sticky agenda.
1412         * org-agenda.el (org-prepare-agenda-window): Use
1413         `org-pre-agenda-window-conf' if already set.
1414         (org-agenda-Quit): Set `org-pre-agenda-window-conf' to nil when
1415         quitting.
1416         (org-agenda-quit): Ditto.
1418         * org-capture.el (org-capture-fill-template): Protect the text
1419         used for replacement from being further replaced.
1421         * org.el (org-contextualize-validate-key): Fix the check against a
1422         function.
1424         * org.el (org-contextualize-keys): Rename from
1425         `org-contextualize-agenda-or-capture'.  Fix normalization to
1426         handle empty key replacement string.
1427         (org-contextualize-validate-key): Rename from
1428         `org-contexts-validate'.  Allow checking against a custom
1429         function.
1431         * org-agenda.el (org-agenda-custom-commands-contexts): Update.
1432         (org-agenda): Use `org-contextualize-keys'.
1434         * org-capture.el (org-capture-templates-contexts): Ditto.
1436         * org.el (org-contextualize-agenda-or-capture): Normalize
1437         contexts.
1439         * org.el (org-contextualize-agenda-or-capture): Handle key
1440         replacement depending on the contexts.
1442         * org-capture.el (org-capture-templates-contexts): Allow to use
1443         the context as a way to replace one capture template by another
1444         one.
1446         * org-agenda.el (org-agenda-custom-commands-contexts): Allow to
1447         use the context as a way to replace one agenda custom command by
1448         another one.
1450         * org.el (org-contextualize-agenda-or-capture)
1451         (org-rule-validate): New functions, implement context filtering
1452         for agenda commands and capture templates.
1454         * org-agenda.el (org-agenda-custom-commands-contexts): New option.
1455         (org-agenda): Use it.
1457         * org-capture.el (org-capture-templates-contexts): New option.
1458         (org-capture-select-template): Use it.
1460         * org.el (org-beginning-of-defun, org-end-of-defun): Delete.
1461         (org-mode): Set `beginning-of-defun-function' and
1462         `end-of-defun-function' directly.
1464         * org.el (org-insert-link): Fix bug: include links abbreviations
1465         when completing.
1467         * org-icalendar.el (org-icalendar-print-entries): Fix bug: when
1468         `org-icalendar-use-plain-timestamp' is nil, scheduled and deadline
1469         items should not be ignored.
1471         * org.el (org-ds-keyword-length, org-make-tags-matcher): Docstring
1472         clean-up.
1474         * org-freemind.el (org-freemind-convert-links-from-org): Replace
1475         literally to prevent errors when replacing with string containing
1476         backslashes.
1478         * org-pcomplete.el (org-thing-at-point): Allow to match (and then
1479         complete) a "thing" containing dashes.
1481         * org-table.el (org-table-toggle-coordinate-overlays): Better
1482         message when interactively toggling.
1484         * org-table.el (org-table-number-regexp): Update the docstring to
1485         show an example of a decimal number using the comma as a
1486         separation mark.
1488         * org-agenda.el (org-prepare-agenda): Minor code clean-up.
1489         (org-agenda-filter-by-category): Filtering must be turned off only
1490         when a category filter has been set and this filter is not empty.
1492         * org-agenda.el (org-search-view, org-agenda-get-todos)
1493         (org-agenda-get-timestamps, org-agenda-get-sexps)
1494         (org-agenda-get-progress, org-agenda-get-deadlines)
1495         (org-agenda-get-scheduled, org-agenda-get-blocks): Use
1496         `category-pos' instead of `org-category-pos'.
1498         * ob-fortran.el (org-babel-fortran-transform-list): Rename from
1499         `ob-fortran-transform-list'.
1500         (org-babel-fortran-var-to-fortran): Use the new function's name.
1502         * ob-calc.el (org-babel-calc-maybe-resolve-var): Rename from
1503         `ob-calc-maybe-resolve-var'.
1504         (org-babel-execute:calc): Use the new function's name.
1506         * org-jsinfo.el (org-infojs-template): Add a license.
1507         (org-infojs-handle-options): Replace all template elements.
1509         * org-html.el (org-export-html-scripts): Add a license.
1510         (org-export-html-mathjax-config): Replace all template elements.
1511         (org-export-html-mathjax-template): Add a license.
1512         (org-export-as-html): Minor code clean-up.
1514         * org.el (org-options-keywords): Add "#+MATHJAX" and
1515         "#+INFOJS_OPT" to the list of keywords for completion.
1517         * org.el (org-src-prevent-auto-filling): Remove unused and useless
1518         option.
1520         * org.el (org-element-at-point): Autoload.
1521         (org-element-up): Remove useless declaration.
1522         (org-fill-context-prefix, org-fill-paragraph)
1523         (org-mark-element, org-narrow-to-element)
1524         (org-transpose-element, org-unindent-buffer): Do not require
1525         org-element.
1527         * org.el (org-fill-paragraph): Require org-element.
1529         * org-agenda.el (org-agenda-persistent-marks): Minor docstring
1530         enhancement.
1532         * org.el (org-create-math-formula): Use the compatibility function
1533         `org-region-active-p'.
1535         * org-odt.el (org-export-as-odf): Ditto.
1537         * ob.el (org-babel-demarcate-block): Ditto.
1539         * org.el (org-mark-subtree): Maybe call `org-mark-element'
1540         interactively.
1541         (org-mark-element): Only mark further elements when called
1542         interactively.
1544         * org.el (org-mark-element, org-narrow-to-element)
1545         (org-transpose-element): Require org-element.
1547         * org-agenda.el (org-agenda-get-timestamps)
1548         (org-agenda-get-sexps, org-agenda-get-deadlines)
1549         (org-agenda-get-scheduled): Add the 'warntime as a text property,
1550         getting its value from the APPT_WARNTIME property.
1551         (org-agenda-to-appt): Use the 'warntime text property.
1553         * org-capture.el (org-capture-place-table-line): Fix bug.
1555         * org.el (org-activate-plain-links): Don't activate a plain link
1556         when it is part of a bracketed link, unless bracketed links are
1557         not enlisted in `org-activate-links'.
1558         (org-open-at-point): Don't consider the text immediately after a
1559         bracketed link is part of a plain link.
1561         * org.el (org-compute-latex-and-specials-regexp)
1562         (org-paste-subtree, org-sort-entries, org-store-link)
1563         (org-open-at-point, org-file-remote-p, org-add-log-setup)
1564         (org-set-tags-to, org-fast-tag-selection)
1565         (org-diary-sexp-entry): Ditto.
1567         * org-agenda.el (org-agenda-get-blocks, org-cmp-priority)
1568         (org-cmp-effort, org-cmp-todo-state, org-cmp-alpha)
1569         (org-cmp-tag, org-cmp-time): Remove useless (t nil) sexps at the
1570         end of (cond ...) constructs.
1572         * org-mobile.el (org-mobile-create-index-file): Ditto.
1574         * org-lparse.el (org-lparse-format-table-row): Ditto.
1576         * org-list.el (org-sort-list): Ditto.
1578         * org-id.el (org-id-get): Ditto.
1580         * org-html.el (org-export-html-preprocess): Ditto.
1582         * org-exp.el (org-default-export-plist)
1583         (org-table-clean-before-export): Ditto.
1585         * org.el (org-options-keywords): Add "TODO".
1586         (org-make-options-regexp): Make the hashtag mandatory for options
1587         and don't allow whitespaces between the hashtag and the plus sign.
1589         * org.el (org-refresh-category-properties)
1590         (org-find-dblock, org-dblock-start-re, org-dblock-end-re): Allow
1591         lowercase "#+category" and "#+begin:" dynamic blocks.
1593         * org.el (org-context): Use case-folding when trying to match
1594         clocktables and source blocks contexts.
1596         * org-clock.el (org-clock-put-overlay): Put the overlay on the
1597         whole headline, not only on the last character.  This fixes a bug
1598         with overlays on headlines ending with a bracketed link.
1600         * org-html.el (org-export-as-html): Make sure we always process a
1601         string.
1603         * org-exp.el (org-export-cleanup-toc-line): Always return a
1604         string.
1606         * org.el (org-fontify-meta-lines-and-blocks-1): Correctly handle
1607         metalines with #+results[...]:.
1609         * org-exp.el (org-export-handle-metalines): Rename from
1610         `org-export-handle-table-metalines'.  Now also handle source block
1611         metalines.
1612         (org-export-res/src-name-cleanup): Delete.
1613         (org-export-preprocess-string): Use `org-export-handle-metalines'.
1614         Don't use `org-export-res/src-name-cleanup' anymore.
1616         * org-html.el (org-format-org-table-html): Don't include the
1617         caption tag for empty captions in HTML export.  Keep it in the
1618         DocBook export so that it produces valid DocBook XML.
1620         * org.el (org-read-date-analyze): Allow both "8am Wed" and "Wed
1621         8am" to be parsed correctly with respect to possible values of
1622         `org-read-date-prefer-future'.
1623         (org-read-date-prefer-future): Update docstring to remove the
1624         restriction about inserting only the time.  The user can now
1625         insert the time and the day.
1627         * org-icalendar.el (org-icalendar-print-entries): Rename from
1628         `org-print-icalendar-entries'.
1629         (org-icalendar-start-file): Rename from
1630         `org-start-icalendar-file'.
1631         (org-icalendar-finish-file): Rename from
1632         `org-finish-icalendar-file'.
1633         (org-icalendar-ts-to-string): Rename from `org-ical-ts-to-string'.
1634         (org-export-icalendar): Use the correct functions.
1636         * ob-ref.el (org-babel-ref-index-list): Fix bug introduced by
1637         commit e85479.
1639         * org.el (org-fill-context-prefix): Require org-element.
1640         (org-timestamp-change): Fix bug by saving excursion when adjusting
1641         another clock.
1643         * org.el (org-read-date-prefer-future): Fix docstring formatting.
1644         (org-read-date-analyze): Fix the interpretation of
1645         `org-read-date-prefer-future'.
1647         * org-agenda.el (org-agenda-menu-two-column): Rename to
1648         `org-agenda-menu-two-columns'.
1650         * ob.el (org-babel-sha1-hash, org-babel-noweb-p): Replace
1651         `org-labels' by `let*'.
1653         * org-bibtex.el (org-bibtex-headline): Ditto.
1655         * org-compat.el: Delete `org-labels'.
1657         * ob.el (org-babel-get-src-block-info)
1658         (org-babel-check-src-block, org-babel-current-result-hash)
1659         (org-babel-parse-src-block-match, org-babel-read-link)
1660         (org-babel-insert-result, org-babel-clean-text-properties): Use
1661         ̀org-no-properties' instead of `org-babel-clean-text-properties'.
1662         (org-babel-clean-text-properties): Delete redundant function
1663         `org-babel-clean-text-properties'.
1665         * ob-tangle.el (org-babel-tangle-collect-blocks)
1666         (org-babel-tangle-comment-links): Ditto.
1668         * ob-table.el (sbe): Ditto.
1670         * ob-lob.el (org-babel-lob-get-info)
1671         (org-babel-lob-execute): Ditto.
1673         * ob-exp.el (org-babel-exp-non-block-elements): Ditto.
1675         * org-macs.el (org-no-properties): Allow a new parameter
1676         `restricted' to restrict the properties removal to those in
1677         `org-rm-props'.  The default is now to remove all properties.
1679         * org-compat.el (org-substring-no-properties): Remove unused
1680         defun.
1682         * org-remember.el (org-remember-apply-template): Remove redundant
1683         removal of text properties.
1684         (org-remember-apply-template): Use `org-no-properties'.
1686         * org-capture.el (org-capture-fill-template): Remove redundant
1687         removal of text properties.
1688         (org-capture-fill-template): Use `org-no-properties'.
1690         * org-gnus.el (org-gnus-open, org-gnus-follow-link): Use
1691         `org-no-properties'.
1693         * org-colview.el (org-columns-display-here): Ditto.
1695         * org-table.el (org-table-eval-formula): Ditto.
1697         * org.el (org-entry-properties): Ditto.
1699         * org-icalendar.el (org-print-icalendar-entries): Fix bug about
1700         handling `alarm-time'.
1702         * ob-R.el (org-babel-edit-prep:R): Don't set the session.
1704         * org.el (org-store-log-note): Only skip comments starting with "#
1705         " when storing a note.
1707         * org.el (org-custom-properties): New option.
1708         (org-custom-properties-overlays): New variable.
1709         (org-toggle-custom-properties-visibility): New command to toggle
1710         the visibility of custom properties.
1711         (org-check-before-invisible-edit): Also prevent errors when trying
1712         to edit invisible properties.
1714         * org-datetree.el (org-datetree-add-timestamp): New option.
1715         (org-datetree-insert-line): Use it.
1717         * org.el (org-fill-template): Fix bug when filling template for a
1718         key associated to the nil value.
1720         * org-agenda.el (org-diary): Fix tiny typo.
1722         * org.el (message-in-body-p): Move declaration up to fix compiler
1723         warning.
1725         * org.el (org-fill-context-prefix): Fix auto-filling in
1726         `message-mode'.
1728         * org.el (org-fill-paragraph): Correctly fill paragraph in
1729         message-mode.
1730         (org-indent-line): Correctly indent according to mode when
1731         `orgstruct++-mode' is on.
1732         (orgstruct++-mode): Add `fill-prefix' to the variable temporarily
1733         stored in `org-fb-vars'.
1735         * org.el (org-fill-paragraph): Make a command.  Fix bug about
1736         filling message headers and citations.
1738         * org.el (org-redisplay-inline-images): New command.
1739         (org-mode-map): Bind it to C-c C-x C-M-v.
1741         * org-colview.el (org-columns-get-format-and-top-level): Fix bug.
1742         (org-columns-get-format): Fix compiler warning.
1744         * org-feed.el: Add declarations.
1746         * org-agenda.el (org-agenda-get-sexps): Use `org-get-tags-at' to
1747         allow tag inheritance.
1749         * org-capture.el (org-capture): Fix bug introduced by commit
1750         1737d3.
1752         * org-publish.el (org-publish-needed-p)
1753         (org-publish-update-timestamp, org-publish-file)
1754         (org-publish-cache-file-needs-publishing): New argument
1755         `base-dir'.
1756         (org-publish-cache-ctime-of-src): Use the new argument to make
1757         sure we find the file according to :base-directory.
1759         * org-capture.el (org-capture-string): New command to prompt for
1760         the interactive text interactively.  This can also be used in
1761         Elisp programs to use ̀org-capture' with some initial text.
1762         (org-capture-initial): New variable to store the initial text.
1763         (org-capture): Use `org-capture-initial'.
1765         * org.el (org-emph-re): Tiny docstring formatting fix.
1767         * org-compat.el (org-labels): Remove.
1769         * org-bibtex.el (org-bibtex-headline): Don't use `org-labels'.
1771         * ob.el (org-babel-sha1-hash, org-babel-noweb-p): Ditto.
1773         * org.el (org-emph-re): Tiny formatting fix.
1775         * org.el (orgstruct-setup): Require `org-element'.
1777         * org.el (org-store-link, org-open-at-point): New link type
1778         "help".
1780         * org-compat.el (org-flet): Remove alias.
1782         * ob.el (org-babel-edit-distance, org-babel-sha1-hash)
1783         (org-babel-get-rownames, org-babel-insert-result)
1784         (org-babel-merge-params)
1785         (org-babel-expand-noweb-references): Don't use `org-flet'.  Also
1786         indent some functions correctly.
1788         * ob.el (org-babel-execute-src-block)
1789         (org-babel-join-splits-near-ch, org-babel-format-result)
1790         (org-babel-examplize-region): Don't use `org-flet'.
1791         (org-babel-tramp-handle-call-process-region): Fix typo.
1793         * ob-awk.el (org-babel-awk-var-to-awk): Don't use `org-flet'.
1795         * ob-sh.el (org-babel-sh-var-to-string): Ditto.
1797         * ob-tangle.el (org-babel-tangle, org-babel-spec-to-string): Don't
1798         use `org-flet'.
1800         * org-pcomplete.el (org-compat): Require.
1802         * ob-tangle.el (org-babel-load-file): Don't use `org-flet'.
1804         * org-bibtex.el (org-bibtex-write): Use let*.
1806         * org-plot.el (org-plot/gnuplot-script): Don't use `org-flet'.
1808         * org-bibtex.el (org-bibtex-headline, org-bibtex-fleshout)
1809         (org-bibtex-read, org-bibtex-write): Don't use `org-flet'.
1811         * org-clock.el (org-clock-cancel): Use `org-looking-back'.
1813         * org-pcomplete.el (org-thing-at-point): Ditto.
1815         * org.el (org-timestamp-change): Ditto.
1817         * org-mouse.el (org-mouse-timestamp-today)
1818         (org-mouse-set-priority, org-mouse-popup-global-menu)
1819         (org-mouse-context-menu): Don't use ̀org-flet'.
1821         * org.el (org-priority): Fix docstring.
1823         * org-publish.el (org-publish-write-cache-file)
1824         (org-publish-initialize-cache)
1825         (org-publish-cache-file-needs-publishing)
1826         (org-publish-cache-get): Small code clean-up.
1828         * org-publish.el (org-publish-cache-ctime-of-src): Simplify.
1830         * org-agenda.el (org-agenda-get-sexps): Add a 'tags property for
1831         agenda entries created from sexps.
1833         * org-capture.el (org-capture-templates): Docstring clean up.
1834         (org-capture-place-entry, org-capture-place-item)
1835         (org-capture-place-plain-text, org-capture-place-table-line):
1836         Ensure to always position the point according to %?.
1838         * org-table.el (org-table-convert-refs-to-rc): Fix bug when
1839         converting remote table references.
1841         * org-agenda.el (org-agenda-switch-to): Run hooks in
1842         ̀org-agenda-after-show-hook'.
1844         * ob-ref.el (org-babel-ref-index-list): Use let* and rename the
1845         variable `length' to `lgth'.
1847         * org-plot.el (org-plot/gnuplot-to-grid-data): Don't use
1848         ̀org-flet'.
1850         * org-exp.el (org-export-format-source-code-or-example): Ditto.
1852         * org-exp-blocks.el (org-export-blocks-preprocess): Ditto.
1854         * ob.el (org-babel-view-src-block-info)
1855         (org-babel-execute-src-block, org-babel-edit-distance)
1856         (org-babel-switch-to-session-with-code)
1857         (org-babel-balanced-split, org-babel-insert-result): Ditto.
1859         * ob-ref.el (org-babel-ref-index-list): Ditto.
1861         * ob-python.el (org-babel-python-evaluate-session): Ditto.
1863         * ob-lob.el (org-babel-lob-get-info): Ditto.
1865         * ob-gnuplot.el (org-babel-expand-body:gnuplot): Ditto.
1867         * ob-exp.el (org-babel-exp-do-export): Ditto.
1869         * org-table.el (orgtbl-to-generic): Fix docstring.
1871         * org-clock.el (org-clock-in): Call `org-clock-out' with the new
1872         argument `switch-to-state' set to nil.  Fix docstring.
1873         (org-clock-in-last): Prompt for a todo state to switch to when
1874         called with three universal prefix arguments.  Don't display a
1875         message when the clock is already running.  Update docstring.
1876         (org-clock-out): New argument `switch-to-state'.  When this
1877         argument is non-nil, prompt for a state to switch the clocked out
1878         task to, overriding `org-clock-out-switch-to-state'.
1880         * org.el (org-entry-get): Don't use `org-flet'.
1882         * org.el (org-forward-heading-same-level): Rename from
1883         `org-forward-same-level'.
1884         (org-backward-heading-same-level): Rename from
1885         `org-backward-same-level'.
1887         * org.el (org-forward-element): Rename from `org-element-forward'.
1888         (org-backward-element): Rename from `org-element-backward'.
1889         (org-up-element): Rename from `org-element-up'.
1890         (org-down-element): Rename from `org-element-down'.
1891         (org-drag-element-backward): Rename from
1892         `org-element-drag-backward'.
1893         (org-drag-element-forward): Rename from
1894         `org-element-drag-forward'.
1895         (org-mark-element): Rename from `org-element-mark-element'.
1896         (org-transpose-element): Rename from `org-element-transpose'.
1897         (org-unindent-buffer): Rename from `org-element-unindent-buffer'.
1898         (org-mode-map): Update the names of a commands.  Remove useless
1899         declarations.
1901         * org-element.el (org-element-forward, org-element-backward)
1902         (org-element-up, org-element-down)
1903         (org-element-drag-backward, org-element-drag-forward)
1904         (org-element-mark-element, org-narrow-to-element)
1905         (org-element-transpose, org-element-unindent-buffer): Move to
1906         org.el.
1908         * org.el (org-forward-same-level): Fix typo in docstring.
1910         * org-agenda.el (org-agenda-mode-map): Bind
1911         `org-agenda-show-priority' to `C-c,' instead of `P'.
1912         (org-agenda-next-item, org-agenda-previous-item): New commands to
1913         move by one item down/up in the agenda.
1914         (org-agenda-mode-map): Bind `org-agenda-next-item' and
1915         `org-agenda-previous-item' to `N' and `P' respectively.
1917         * org-rmail.el (org-rmail-store-link, org-rmail-follow-link):
1918         Toggle headers when necessary.
1920         * org-element.el (org-narrow-to-element): Autoload.
1922         * org.el (org-mode-map): Use `M-h' for `org-element-mark-element'.
1923         (org-mark-subtree): Allow a numeric prefix argument to move up
1924         into the hierarchy of headlines.
1926         * org-element.el (org-element-up, org-element-down): Autoload.
1928         * org.el: Declare functions and don't require org-element.
1930         * org-element.el (org-element-at-point, org-element-forward)
1931         (org-element-backward, org-element-drag-backward)
1932         (org-element-drag-forward, org-element-mark-element)
1933         (org-element-transpose, org-element-unindent-buffer): Autoload.
1934         Require 'org and remove all declarations.
1936         * org.el (org-outline-regexp-bol, org-heading-regexp): Use
1937         variables instead of constants.
1939         * org-archive.el (org-datetree-find-date-create): Declare.
1941         * org.el (org-open-at-point): Only set
1942         `clean-buffer-list-kill-buffer-names' when the feature 'midnight
1943         has been loaded.
1945         * org-icalendar.el (org-print-icalendar-entries): Let
1946         APPT_WARNTIME take precedence over ̀org-icalendar-alarm-time'.
1948         * org.el (org-special-properties): New special property
1949         CLOCKSUM_T.
1950         (org-entry-properties): Handle the new special property.
1952         * org-colview.el (org-columns): Handle a new special property
1953         CLOCKSUM_T.
1954         (org-agenda-colview-summarize, org-agenda-colview-compute): Ditto.
1956         * org-clock.el (org-clock-sum-today): New function.
1957         (org-clock-sum): New argument PROPNAME to set a custom text
1958         property instead of :org-clock-minutes.
1960         * org-agenda.el (org-agenda-check-type): Throw a more appropriate
1961         error message when no agenda is currently being displayed.
1963         * org.el (org-get-property-block): Find blocks before the first
1964         headline.
1965         (org-entry-properties): Minor code cleanup.
1966         (org-entry-get, org-entry-get-with-inheritance): Get property
1967         before the first headline.
1969         * org-mobile.el (org-mobile-create-index-file): Use `files-alist'.
1971         * org.el (org-make-link): Delete.
1972         (org-store-link, org-insert-link)
1973         (org-file-complete-link): Don't use `org-make-link'.
1975         * org-wl.el (org-wl-store-link-folder)
1976         (org-wl-store-link-message): Ditto.
1978         * org-vm.el (org-vm-store-link): Ditto.
1980         * org-rmail.el (org-rmail-store-link): Ditto.
1982         * org-mhe.el (org-mhe-store-link): Ditto.
1984         * org-mew.el (org-mew-store-link): Ditto.
1986         * org-irc.el (org-irc-erc-store-link): Ditto.
1988         * org-info.el (org-info-store-link): Ditto.
1990         * org-id.el (org-id-store-link): Ditto.
1992         * org-gnus.el (org-gnus-group-link, org-gnus-article-link): Ditto.
1994         * org-eshell.el (org-eshell-store-link): Ditto.
1996         * org-bbdb.el (org-bbdb-store-link): Ditto.
1998         * org.el (org-url-hexify-p): New option.  When non-nil (the
1999         default), hexify URLs when creating a link.
2001         * org.el (org-insert-link): Make sure point is at the beginning of
2002         the buffer.
2004         * org.el (clean-buffer-list-kill-buffer-names): Declare.
2005         (org-open-at-point): Allow opening multiple shell links by
2006         creating a new output buffer for each shell process.  The new
2007         buffer is added to `clean-buffer-list-kill-buffer-names'.
2009         * org-mobile.el (org-mobile-create-index-file): Use
2010         `org-global-tags-completion-table' instead of
2011         `org-tag-alist-for-agenda' to get the tags for the index file.
2013         * org.el (org-global-tags-completion-table): Fix typo in
2014         docstring.
2016         * org.el (org-link-to-org-use-id): Use `org-capture' instead of
2017         `org-remember' in the docstring.
2018         (org-link-fontify-links-to-this-file): New function to fontify
2019         links to the current buffer in `org-stored-links'.
2020         (org-store-link): Small code simplification.
2021         (org-link-prettify): Enclose literal links into <...> instead of
2022         [[...]].
2023         (org-insert-link): Use `org-link-fontify-links-to-this-file'.
2024         Also allow completion over links' descriptions, as well as links
2025         destinations.  When the user uses the description for completion,
2026         don't prompt again for a description.
2028         * org-capture.el (org-capture-templates): Fix docstring by adding
2029         Gnus to the list of mail clients.
2031         * org.el (org-log-repeat): Enhance docstring.
2033         * org.el (org-mode-map): Don't bind C-<up> and C-<down> to
2034         `org-element-backward/forward' as these functions stops when there
2035         is no element of the same type before/after point.  It is useful
2036         to navigate with `forward/backward-paragraph' with no stop in most
2037         cases.
2039         * org-capture.el (org-capture-templates): New template %l to
2040         insert the literal link pointing at the current buffer.
2042         * org.el (org-todo-keywords): Ditto.
2044         * org.el (org-fill-paragraph): Falls back on
2045         `message-fill-paragraph' if required in `message-mode'.
2047         * org-pcomplete.el (pcomplete/org-mode/file-option/x): New macro.
2048         (pcomplete/org-mode/file-option/options)
2049         (pcomplete/org-mode/file-option/title)
2050         (pcomplete/org-mode/file-option/author)
2051         (pcomplete/org-mode/file-option/email)
2052         (pcomplete/org-mode/file-option/date): Use the new macro to offer
2053         completion over default values for #+OPTIONS, #+TITLE, #+AUTHOR,
2054         #+EMAIL and #+DATE.
2056         * org-agenda.el (org-agenda-write): Fix bug when writing agenda to
2057         an external file while `org-agenda-sticky' is non-nil.
2059         * org.el (org-speed-commands-default): New speedy command to
2060         quickly add the :APPT_WARNTIME: property.
2062         * org-agenda.el (org-agenda-to-appt): Use the :APPT_WARNTIME:
2063         property to override `appt-message-warning-time' when adding an
2064         appointment from an entry.
2066         * org.el (org-version): Improve docstring.
2067         (org-self-insert-cluster-for-undo): The default value should be
2068         nil for Emacs >=24.1.  See bug#11774.
2070         * org.el (org-fontify-meta-lines-and-blocks-1): Fix previous
2071         commit.
2073         * org.el (org-options-keywords): New constant.
2074         (org-additional-option-like-keywords): Remove duplicates with
2075         keywords in the new constant.
2076         (org-additional-option-like-keywords-for-flyspell): Use the new
2077         constant.
2078         (org-mode-flyspell-verify): Exclude keywords from the new
2079         constant.
2081         * org-pcomplete.el (pcomplete/org-mode/file-option): Use
2082         `org-options-keywords'.
2084         * org.el (org-toggle-heading): Bugfix: use
2085         `org-element-mark-element' instead of `org-mark-list'.
2087         * org-list.el (org-mark-list): Delete.
2089         * org.el: Update a few keybindings.
2091         * org-element.el (org-element-down): Throw an error when the
2092         element has no content.
2094         * org-table.el (orgtbl-radio-table-templates): Add a template for
2095         org-mode.
2096         (orgtbl-to-orgtbl): Complete and align the table created with
2097         orgtbl-to-orgtbl, in case the user use the function for radio
2098         tables.
2099         (orgtbl-to-table.el): New function to export a table to another
2100         one using the table.el format.
2101         (orgtbl-to-unicode): New function to export a table using unicode
2102         characters.
2104         * org-exp.el (org-export-language-setup): Use "Sommaire" for the
2105         french translation of "Table of contents", to avoid a possible bug
2106         when exporting to ODT.
2108         * org.el (org-additional-option-like-keywords): Add keywords.
2109         (org-additional-option-like-keywords-for-flyspell): New constant
2110         to use with flyspell.
2111         (org-mode-flyspell-verify): Use the dedicated constant and don't
2112         check `org-startup-options'.
2114         * org-agenda.el (org-batch-store-agenda-views): Use the sticky
2115         agenda buffer name, if required.
2116         (org-agenda-write): New parameter `agenda-bufname' to allow
2117         setting the agenda buffer name.
2119         * org.el (org-mode-map): Add keybindings for
2120         `org-element-forward', `org-element-backward', `org-element-up'
2121         and `org-element-down'.
2123         * org.el (org-auto-fill-function): Don't call `do-auto-fill'
2124         within (org-let org-fb-vars ...) as `do-auto-fill' should do the
2125         right thing whether orgstruct++-mode is turned on or off.
2127         * org.el (org-sparse-tree-default-date-type): New option.
2128         (org-ts-type): New variable.
2129         (org-sparse-tree): New argument `type'.  Use the new option
2130         `org-sparse-tree-default-date-type' as the default value for
2131         `type'.  Fix docstring.
2132         (org-re-timestamp): New function.
2133         (org-check-before-date, org-check-after-date)
2134         (org-check-dates-range): Use `org-ts-type' and `org-re-timestamp'
2135         to tell compute the date regexp.
2137         * org.el (orgstruct++-mode, org-get-local-variables): Also set
2138         `normal-auto-fill-function' when turning on/off orgstruct++-mode.
2140         * org-agenda.el (org-agenda-start-with-log-mode): Add relevant
2141         customization types.
2143         * org-faces.el (org-document-title): Use the normal height.
2145         * org-clock.el (org-x11idle-exists-p): New variable.
2146         (org-user-idle-seconds): Use it.
2148         * org.el (org-mode-map): Rebind `org-insert-all-links' to `C-c
2149         C-M-l'.
2151         * org.el (org-insert-all-links): New command.
2152         (org-insert-link): `org-keep-stored-link-after-insertion' is now
2153         checked when the link to insert has been defined, regardless on
2154         how it has been defined.  Also don't read the description
2155         interactively when the `default-description' parameter was given.
2156         (org-mode-map): Bind `org-insert-all-links' to `C-c C-L'.
2158         * org.el (org-inc-effort): New command to increment the effort
2159         property.
2160         (org-set-effort): Use it.
2161         (org-mode-map): Bind it to `C-c C-x E'.
2162         (org-speed-commands-default): Use `E' as a speed command for it.
2164         * org.el (org-re-property-keyword): New function.
2165         (org-entry-put): Use it to fix a bug with respect to setting the
2166         value of a property when a property line with no value already
2167         exists.
2169         * org.el (org-timestamp-change): Adjust clock in other org files
2170         correctly.
2172         * org-clock.el (org-user-idle-seconds): Simplify.
2174         * org.el (org-mode-map): Bind `org-resolve-clocks' to `C-c C-x
2175         C-z'.
2177         * org.el (org-mode-map): Add keybindings to
2178         `org-element-transpose' and `org-narrow-to-element'.
2179         (org-metaup): Fall back on `org-element-drag-backward'.
2180         (org-metadown): Fall back on `org-element-drag-forward'.  Also
2181         move chunks of declarations and require statements to get rid of
2182         compiler warnings.
2184         * org-exp-blocks.el (org): Don't require org.  Add declarations.
2186         * org-clock.el (org): Don't require org.
2188         * ob-exp.el (org-list-forbidden-blocks): Add declarations.
2190         * org.el (org-timestamp-change): Don't use the `position'.
2192         * org.el (org-clock-history, org-clock-adjust-closest): New
2193         variables.
2194         (org-timestamp-change): Maybe adjust the next or previous clock in
2195         `org-clock-history'.
2196         (org-shiftmetaup, org-shiftmetadown): On clock logs, update the
2197         timestamp at point and adjust the next or previous clock in
2198         `org-clock-history', when possible.
2200         * org-clock.el (org-clock-in): Set the marker for
2201         `org-clock-history' at a safer position.
2203         * org-timer.el (org-timer-pause-or-continue, org-timer-stop):
2204         Autoload.
2206         * org-mobile.el (org-mobile-post-pull-hook): Fix docstring.
2208         * org.el (org-indent-line): Fix indentation of a property line
2209         starting at the beginning of a line.
2211         * org-odt.el (org-odt-cleanup-xml-buffers): Use the new alias.
2213         * org-compat.el: Alias `org-condition-case-unless-debug' to
2214         `condition-case-unless-debug' or `condition-case-no-debug'.
2216         * org.el (org-todo-keywords): Ditto.
2218         * org.el (org-use-fast-todo-selection): Reformat docstring.
2220         * org.el (org-flag-drawer): Add a docstring.
2221         (org-mode-map): Bind ̀org-clock-cancel' to "C-cC-xC-q" and
2222         `org-clock-in-last' to "C-cC-xC-x".  This fixes a bug in the
2223         previous keybinding for `org-clock-in-last', which would override
2224         the one for `org-clock-in'.
2226         * org-clock.el (org-clock-in-last): Prevent errors when there is
2227         no clocking history.
2228         (org-clock-cancel): Fix bug when checking against a clock log in a
2229         folded drawer.
2231         * org.el (org-link-expand-abbrev): Implement "%(my-function)" as a
2232         new specifier.  Update the docstring.
2234         * org.el (org-startup-options): Fix docstring formatting.
2236         * org.el (org-use-sub-superscripts): Fix typo in docstring.
2238         * org.el (org-refile): Fix bug: prevent looping when calling
2239         `org-set-tags' internally.
2241         * org.el (org-mode-map): Add `C-c C-x C-I' as a keybinding for
2242         `org-clock-in-last'.
2244         * org-clock.el (org-clock-continuously): New option.
2245         (org-clock-in): Three universal prefix arguments set
2246         `org-clock-continuously' to `t' temporarily.
2247         (org-clock-in-last): Fix call to `org-clock-select-task' and
2248         support continuous clocking.
2249         (org-clock-out-time): New variable.
2250         (org-clock-out): Set `org-clock-out-time' when clocking out.
2251         Small docstring rewriting.
2252         (org-clock-remove-empty-clock-drawer): Fix "invalid search bound"
2253         bug when trying to delete empty logbook drawer.
2254         (org-clock-cancel): If the clock log is gone, send a warning
2255         instead of deleting the region that is supposed to contain it.
2257         * org.el (org-move-line-down, org-move-line-up): Remove.
2258         (org-metaup, org-metadown): When the region is active, move it
2259         up/down by one line, with no regard to the context.
2261         * org-odt.el (org-odt-cleanup-xml-buffers): Use the new alias.
2263         * org-compat.el: Alias `org-condition-case-unless-debug' to
2264         `condition-case-unless-debug' or `condition-case-no-debug'.
2266         * org-pcomplete.el (org-thing-at-point): Ignore trailing
2267         whitespaces while looking-back at properties.
2269         * org.el (org-mode): Set `indent-region-function'.
2270         (org-indent-region): New function.
2271         (org-fill-paragraph): When in a src block, use `indent-region' to
2272         indent the whole source code instead of falling back on
2273         `fill-paragraph', as this function messes up the code.
2275         * org-src.el (org-edit-src-code): Fix docstring formatting.
2277         * ob.el (org-babel-do-key-sequence-in-edit-buffer): Ditto.
2279         * org.el (org-mode, org-add-log-setup)
2280         (org-get-property-block, org-entry-put)
2281         (org-property-next-allowed-value, org-return)
2282         (org-indent-line): Rename `org-indent-line-function' to
2283         `org-indent-line'.
2285         * org-timer.el (org-timer-item): Ditto.
2287         * org-table.el (org-table-store-formulas): Ditto.
2289         * org-clock.el (org-clock-in, org-clock-find-position): Ditto.
2291         * org-src.el (org-src-font-lock-fontify-block)
2292         (org-src-strip-leading-and-trailing-blank-lines)
2293         (org-src-ask-before-returning-to-edit-buffer)
2294         (org-edit-src-code, org-edit-src-continue)
2295         (org-edit-fixed-width-region)
2296         (org-src-do-key-sequence-at-code-block)
2297         (org-src-font-lock-fontify-block, org-src-fontify-buffer): Fix
2298         typos in docstrings.
2300         * org-docbook.el (org-export-docbook-emphasis-alist): Fix typo:
2301         use "format string" instead of "formatting string".
2303         * org-latex.el (org-export-latex-emphasis-alist)
2304         (org-export-latex-title-command, org-export-latex-tables): Ditto.
2306         * org-html.el (org-export-html-postamble): Ditto.
2308         * org-latex.el (org-export-latex-hyperref-options-format): New
2309         option.
2310         (org-export-latex-make-header): Use it.
2312         * ob.el (org-babel-confirm-evaluate): Prevent errors when
2313         `org-current-export-file' is void.
2315         * org-table.el (org-table-export): Use the file name extension to
2316         suggest the right conversion format.  Also amend the docstring.
2318         * org.el (org-speed-commands-default): Two new speed commands.
2319         Use `:' for `org-columns' and ̀#' for `org-toggle-comment'.
2321         * org.el (org-time-stamp): With two universal arguments, insert an
2322         active timestamp with the current time without prompting the user.
2324         * org-clock.el (org-clock-in-last): New command.
2326         * org-clock.el (org-clock-in): Fix typo in docstring.
2328         * org-mobile.el (org-mobile-edit): Fix reference to a free
2329         variable.
2331         * org.el (org-doi-server-url): Update :group.
2333         * ob-lob.el (org-babel-lob-execute): Fix reference to non-existent
2334         variable.
2336         * org.el (org-doi-server-url): New option.
2337         (org-open-at-point): Use it.
2339         * org.el (org-at-comment-p): New function.
2340         (org-toggle-heading): Use `org-at-comment-p' to skip comments.
2342         * org-html.el (org-export-as-html): Add links to the Org mode and
2343         GNU Emacs websites When :html-postamble is set to 't.
2345         * org-export.el (org-export-creator-string): Add links to the Org
2346         mode and GNU Emacs websites.
2348         * org-special-blocks.el
2349         (org-special-blocks-convert-html-special-cookies): Prevent errors
2350         by first checking `org-line' is not nil.
2352         * org-clock.el (org-clock-string-limit)
2353         (org-clock-modeline-total, org-clock-task-overrun-text)
2354         (org-clock-mode-line-entry): Doc fix, "modeline" -> "mode line".
2356         * org.el (org-at-timestamp-p): Set ̀org-ts-what' to 'after when the
2357         point is right after the timestamp.  `org-at-timestamp-p' still
2358         returns `t' in this case, as this is more practical.
2359         (org-return): Check against ̀org-ts-what' to verify that point is
2360         really within the timestamp (if any).
2362         * org.el (org-return): Follow time-stamp links when point is an a
2363         time-stamp.
2365         * org-capture.el (org-capture-bookmark): New option.
2366         (org-capture-finalize): Use it.
2368         * org-publish.el (org-publish-cache-file-needs-publishing): Make
2369         the column mandatory after #+include:.
2371         * org-exp.el (org-export-handle-include-files): Ditto.
2373         * org-bibtex.el (org-bibtex-entries): Rename from
2374         (org-bibtex-read, org-bibtex-write): Use the new name.
2376         * org-exp.el (org-export-handle-include-files): Allow to use
2377         #+include with no column.
2379         * org-publish.el (org-publish-cache-file-needs-publishing): Make
2380         quotes mandatory around the file name and allow spaces in it.
2382         * org-html.el (org-export-as-html): Add link to Org's and Emacs's
2383         websites.
2385         * org-latex.el
2386         (org-export-latex-link-with-unknown-path-format): New option.
2387         (org-export-latex-links): Use it.
2389         * org-agenda.el (org-agenda-get-timestamps): Remove any active
2390         timestamp from the headline text, not only those for the current
2391         date.
2393         * org.el (org-set-tags): Allow setting tags for headlines in the
2394         region when `org-loop-over-headlines-in-active-region' is non-nil.
2396         * org.el (org-allow-promoting-top-level-subtree): New option to
2397         allow promoting a top-level subtree.
2398         (org-called-with-limited-levels): New variable, dynamically bound
2399         within the `org-with-limited-levels' macro.
2400         (org-promote): Use the new option to allow promoting a top-level
2401         subtree.
2403         * org-macs.el (org-with-limited-levels): Let-bind
2404         `org-called-interactively-p' to t.
2406         * org.el (org-create-formula-image-with-dvipng)
2407         (org-create-formula-image-with-imagemagick): Make sure a file
2408         exists before trying to delete it.
2410         * org.el (org-scan-tags): Correctly match TODO keywords.
2412         * org-agenda.el (org-agenda-bulk-action): Fix bug: use
2413         `org-agenda-bulk-unmark-all'.
2415         * org.el (orgstruct++-mode): Fix docstring.
2416         (org-fill-paragraph): Use the 'justify parameter when falling back
2417         on `fill-paragraph'.
2419         * org.el (org-indent-line-function): Use `org-let' instead of
2420         `orgstruct++-ignore-org-filling'.
2421         (org-fill-paragraph, org-auto-fill-function): Ditto.
2423         * org-macs.el (orgstruct++-ignore-org-filling): Delete.
2425         * org-table.el (org-table-time-string-to-seconds): Return the
2426         empty string if provided.
2427         (org-table-eval-formula): When assigning a duration string, handle
2428         it correctly -- i.e. don't make any computation on it, except the
2429         one to insert it using the correct duration format.
2431         * org.el (org-indent-line-function): Fix bug.
2433         * org-clock.el (org-frame-title-format-backup): New variable to
2434         store the value of `frame-title-format' before `org-clock' might
2435         replace it by `org-clock-frame-title-format'.
2436         (org-clock-frame-title-format): New option.
2437         (org-frame-title-string): Delete.
2438         (org-clock-update-mode-line): Minor code reformatting.
2439         (org-clock-in, org-clock-out, org-clock-cancel): Use
2440         `org-clock-frame-title-format'.
2442         * org-clock.el (org-clock-get-clock-string): Add a space.
2444         * org-list.el (org-mark-list): Return an error when there is no
2445         list at point.
2447         * org.el (org-toggle-heading): Allow `C-u C-c *' to mark the list
2448         at point before converting items to headings.  With a simple
2449         universal-argument, set `current-prefix-arg' to 1, otherwise keep
2450         the numeric value.
2452         * org-agenda.el (org-agenda-view-mode-dispatch): Make the message
2453         more readable.
2455         * org-agenda.el (org-agenda-mode-map): New keybinding ̀*' to mark
2456         all entries for bulk action.
2457         (org-agenda-menu): New menu item for marking all entries.
2458         (org-agenda-bulk-mark-all): New function to mark all entries.
2459         (org-agenda-bulk-mark-regexp): Minor docstring fix.
2460         (org-agenda-bulk-unmark): With a prefix argument, unmark all.
2461         Also send a better message.
2462         (org-agenda-bulk-remove-all-marks): Rename to
2463         `org-agenda-bulk-unmark-all'.  Check against
2464         `org-agenda-bulk-marked-entries' before trying to unmark entries.
2465         Minor docstring fix.
2466         (org-agenda-bulk-unmark-all): Renamed from
2467         ̀org-agenda-bulk-remove-all-marks'.
2469         * org-agenda.el (org-agenda-bulk-mark-char): New option.
2470         (org-agenda-bulk-mark): Use the new option.
2472         * org.el (org-src-prevent-auto-filling): New option to prevent
2473         auto-filling in src blocks.  This defaults to nil to avoid people
2474         being surprised that no auto-fill occurs in Org buffers where they
2475         use `auto-fill-mode'.
2476         (org-auto-fill-function): Use the new option.
2478         * org.el (org-properties-postprocess-alist): Better customization
2479         type.
2480         (org-set-property): Fix the check against
2481         `org-properties-postprocess-alist'.
2483         * org-macs.el (orgstruct++-ignore-org-filling): Set
2484         `def-edebug-spec' correctly.
2486         * org-colview.el (org-columns-string-to-number): When computing
2487         the values for the colview, match durations and convert them to
2488         HH:MM values.
2490         * org.el (org-duration-string-to-minutes): Match non-round
2491         numbers.  Add a new optional parameter to allow returning the
2492         output as a string.
2494         * org.el (org-auto-fill-fallback-function)
2495         (org-indent-line-fallback-function)
2496         (org-fill-paragraph-fallback-function)
2497         (org-auto-fill-fallback-function)
2498         (org-indent-line-fallback-function)
2499         (org-fill-paragraph-fallback-function): Remove.
2500         (org-fb-vars): New buffer-local variable.
2501         (orgstruct++-mode): Use the fallback variable `org-fb-vars' to
2502         store, use and restore variables if needed.
2503         (org-fill-paragraph): Ignore `orgstruct++-mode' filling variables
2504         when needed.
2505         (org-auto-fill-function, org-indent-line-function): Ditto.
2507         * org-macs.el (orgstruct++-ignore-org-filling): New macro.
2509         * org-exp-block.el: Use `org-find-library-name' instead of
2510         `find-library-name'.
2512         * org-compat.el (org-find-library-name): Convert into a macro to
2513         avoid compilation of a function from XEmacs in Emacs and vice
2514         versa.
2516         * org-table.el (org-table-store-formulas): Fix typo.
2517         (org-table-maybe-eval-formula): Fix the regexp to only match
2518         formulas, which never end with the `=' character.  If the field
2519         only contain this character, don't eval either.
2521         * org.el (org-set-property): Perform the correct check against
2522         `org-properties-postprocess-alist'.
2524         * org-bbdb.el (org-bbdb-anniversary-format-alist): Update the
2525         customization type.
2526         (name): Suppress (defvar 'name) as name is not eval'ed when
2527         setting `org-bbdb-anniversary-format-alist'.
2529         * org.el (org-version): When called non-interactively, insert the
2530         short version string, otherwise send a message with the complete
2531         version string.
2533         * org-odt.el (org-odt-update-meta-file): Use (org-version) and
2534         delegate checking whether `org-version' is known as a variable
2535         there.
2537         * org-html.el (org-export-as-html): Use (org-version).
2539         * org-docbook.el (org-export-as-docbook): Ditto.
2541         * org-latex.el (org-export-latex-make-header): Ditto.
2543         * org-clock.el (org-clocktable-write-default): Temporarily disable
2544         `delete-active-region' so that we don't accidently delete an
2545         active region when exporting a subtree/region.
2547         * org-clock.el (org-program-exists): Remove.
2548         (org-show-notification, org-clock-play-sound): Use
2549         `executable-find' instead of `org-program-exists'.
2551         * org-agenda.el (org-diary): Prevent failure from
2552         `org-compile-prefix-format' when there is no agenda buffer.
2554         * org-agenda.el (org-agenda-mode): Replace obsolete variable
2555         `buffer-substring-filters'.
2557         * org-indent.el (org-indent-mode): Ditto.
2559         * org-compat.el (org-find-library-name): Silent the byte-compiler
2560         about a warning related to XEmacs support.
2562         * org-special-blocks.el
2563         (org-special-blocks-convert-html-special-cookies): Use `org-line'
2564         instead of `line'.
2566         * org-html.el (org-html-handle-links, org-export-as-html)
2567         (org-format-org-table-html, org-format-table-table-html)
2568         (org-html-export-list-line): Use `org-line' instead of `line' as
2569         the free variable name.
2571         * org-latex.el (org-export-latex-tables): Let-bind `hfmt'.
2573         * org-faces.el (org-list-dt): New face.
2575         * org.el (org-set-font-lock-defaults): Use `org-list-dt' as the
2576         face for definition terms in definition lists.
2578         * org.el (org-fill-paragraph): Pass the `justify' argument to
2579         `org-fill-paragraph-fallback-function'.
2581         * org.el (org-eval-in-calendar): Fix docstring to mention the
2582         KEEPDATE parameter.
2584         * org.el (org-refresh-category-properties): Let-bind
2585         `inhibit-read-only' to t.
2587         * org.el (org-auto-fill-fallback-function)
2588         (org-indent-line-fallback-function)
2589         (org-fill-paragraph-fallback-function): New variables to store
2590         some fall-back functions when turning `orgstruct++-mode' on.
2591         (orgstruct++-mode): Set the new variables.
2592         (org-indent-line-function, org-fill-paragraph)
2593         (org-auto-fill-function): Use them.
2595         * org.el (org-read-date): Bugfix: call `org-eval-in-calendar' with
2596         the 'keepdate parameter set to t when setting the cursor type.
2598         * org-agenda.el (org-agenda-persistent-marks): New option to keep
2599         marks after a bulk action.  The option defaults to nil.
2600         (org-agenda-bulk-action): Use the new option.
2602         * org-capture.el (org-capture-fill-template): Use %\n instead of
2603         %n as a template element to be replaced with the nth prompted
2604         string.
2605         (org-capture-templates): Update docstring.
2607         * org.el (org-goto): Fix docstring and document what C-u does.
2609         * org-publish.el (org-publish-cache-file-needs-publishing): Use
2610         (case-fold-search t) when looking for #+INCLUDE:.
2612         * org.el: Use (case-fold-search t).
2613         (org-edit-special, org-ctrl-c-ctrl-c): Ditto.
2615         * org-table.el:
2616         (org-table-store-formulas, org-table-get-stored-formulas)
2617         (org-table-fix-formulas, org-table-edit-formulas)
2618         (org-old-auto-fill-inhibit-regexp, orgtbl-ctrl-c-ctrl-c)
2619         (orgtbl-toggle-comment, org-table-get-remote-range): Ditto.
2621         * org-footnote.el:
2622         (org-footnote-goto-local-insertion-point): Ditto.
2624         * org-exp.el: Ditto.
2626         * org-colview.el:
2627         (org-dblock-write:columnview, org-dblock-write:columnview): Ditto.
2629         * org-clock.el (org-clocktable-write-default): Ditto.
2631         * org-capture.el (org-capture-place-table-line): Ditto.
2633         * ob.el (org-babel-data-names, org-babel-goto-named-src-block)
2634         (org-babel-src-block-names)
2635         (org-babel-where-is-src-block-result, org-babel-result-end)
2636         (org-babel-where-is-src-block-head)
2637         (org-babel-find-named-result, org-babel-result-names): Ditto.
2639         * org-table.el (orgtbl-send-table): Escape special characters.
2640         Introduce a new parameter :no-escape to prevent escaping.
2642         * org-agenda.el (org-toggle-sticky-agenda): Only shout a message
2643         when called interactively.
2644         (org-agenda-get-restriction-and-command): Call
2645         `org-toggle-sticky-agenda' interactively.
2647         * org-agenda.el (org-agenda-top-category-filter): New variable for
2648         storing the current top-category filter.
2649         (org-agenda-redo): Apply a top-category filter, if any.
2650         (org-agenda-filter-by-top-category)
2651         (org-agenda-filter-top-category-apply): Set
2652         `org-agenda-top-category-filter' to the right value.
2654         * org-clock.el (org-clock-out, org-clock-cancel)
2655         (org-clock-in): Don't modify `frame-title-format' if it is a
2656         string.
2658         * org-latex.el (org-export-latex-special-chars): Fix bug when
2659         escaping special characters in a table.
2661         * org.el (org-read-date): Set cursor-type to nil in the calendar.
2663         * org-faces.el (org-date-selected): Use inverse video.  Don't
2664         explicitely set bold to nil as it causes `customize-face' to show
2665         the weight property and thus encourage the user to change it.
2666         Warn in the docstring that using bold might cause problems when
2667         displaying the calendar.
2669         * org-id.el (org-id-update-id-locations): New parameter to silent
2670         `org-id-find'.
2671         (org-id-find): Use the new parameter.
2673         * org.el (org-show-hierarchy-above, org-cycle)
2674         (org-global-cycle, org-files-list, org-store-link)
2675         (org-link-search, org-open-file, org-display-outline-path)
2676         (org-refile-get-location, org-update-all-dblocks)
2677         (org-change-tag-in-region, org-entry-properties)
2678         (org-save-all-org-buffers, org-revert-all-org-buffers)
2679         (org-buffer-list, org-cdlatex-mode)
2680         (org-install-agenda-files-menu, org-end-of-subtree)
2681         (org-speedbar-set-agenda-restriction): Use (derived-mode-p
2682         'org-mode) instead of (eq major-mode 'org-mode).
2684         * org-timer.el (org-timer-set-timer): Ditto.
2686         * org-table.el (orgtbl-mode, org-table-align, orgtbl-mode): Ditto.
2688         * org-src.el (org-edit-src-exit, org-edit-src-code)
2689         (org-edit-fixed-width-region, org-edit-src-exit): Ditto.
2691         * org-remember.el (org-remember-handler): Ditto.
2693         * org-mouse.el (dnd-open-file, org-mouse-insert-item): Ditto.
2695         * org-macs.el (org-get-limited-outline-regexp): Ditto.
2697         * org-lparse.el (org-replace-region-by): Ditto.
2699         * org-latex.el (org-latex-to-pdf-process)
2700         (org-replace-region-by-latex): Ditto.
2702         * org-indent.el (org-indent-indent-buffer): Ditto.
2704         * org-id.el (org-id-store-link, org-id-update-id-locations)
2705         (org-id-store-link): Ditto.
2707         * org-html.el (org-export-html-preprocess)
2708         (org-replace-region-by-html): Ditto.
2710         * org-footnote.el (org-footnote-normalize)
2711         (org-footnote-goto-definition)
2712         (org-footnote-create-definition, org-footnote-normalize): Ditto.
2714         * org-docbook.el (org-replace-region-by-docbook): Ditto.
2716         * org-ctags.el (find-tag): Ditto.
2718         * org-colview.el (org-columns-redo)
2719         (org-columns-display-here, org-columns-edit-value)
2720         (org-columns-redo): Ditto.
2722         * org-capture.el (org-capture-insert-template-here)
2723         (org-capture, org-capture-finalize)
2724         (org-capture-set-target-location)
2725         (org-capture-insert-template-here): Ditto.
2727         * org-ascii.el (org-replace-region-by-ascii): Ditto.
2729         * org-archive.el (org-archive-subtree): Ditto.
2731         * org-agenda.el (org-agenda)
2732         (org-agenda-get-restriction-and-command)
2733         (org-agenda-get-some-entry-text, org-search-view)
2734         (org-tags-view, org-agenda-get-day-entries)
2735         (org-agenda-format-item, org-agenda-goto, org-agenda-kill)
2736         (org-agenda-archive-with, org-agenda-switch-to): Ditto.
2738         * org.el (org-repeat-re)
2739         (org-clone-subtree-with-time-shift, org-auto-repeat-maybe)
2740         (org-deadline, org-schedule, org-matcher-time)
2741         (org-time-stamp, org-read-date, org-read-date-get-relative)
2742         (org-display-custom-time, org-get-wdays)
2743         (org-time-string-to-absolute, org-closest-date)
2744         (org-timestamp-change): Allow to set hourly repeat cookie.  Send
2745         an error when an hourly repeat cookie is set and no hour is
2746         specified in the timestamp.
2748         * org-icalendar.el (org-print-icalendar-entries): Handle hourly
2749         repeat cookies.
2751         * org-clock.el (org-program-exists): Fix docstring.
2753         * org-clock.el (org-clock-file-time-cell-format): New option.
2754         (org-clocktable-write-default): Use it.
2756         * org-faces.el (org-date-selected): New face.
2758         * org.el (org-date-ovl): Use `org-date-selected'.
2760         * org.el (org-mode): Don't use `buffer-face-mode' by default.
2762         * org-agenda.el (org-agenda-mode-map): Bind `^' to
2763         `org-agenda-filter-by-top-category'.
2765         * org-ascii.el (org-export-ascii-underline): Change the default
2766         underlining characters for headlines of level 1 and 2.  Also
2767         introduce \. as the underline character for headlines of level 5.
2769         * org-table.el (org-table-recalculate-buffer-tables)
2770         (org-table-iterate-buffer-tables): Add autoload cookie.
2772         * org.el (org-table-map-tables): Exclude tables in src and example
2773         blocks.
2775         * org.el (org-fill-paragraph): Leave scheduled/deadline lines
2776         untouched when filling an adjacent paragraph.
2778         * org-html.el (org-export-html-preamble-format)
2779         (org-export-html-postamble-format): Improve the docstring.
2781         * org.el (org-todo): Fix regression: rename `state' to
2782         `org-state'.
2784         * org-clock.el (org-show-notification): Use `fboundp' instead of
2785         `featurep' and the additional `require'.
2787         * org-clock.el (org-clock-in-prepare-hook): New option to format
2788         the total time cells.
2789         (org-clocktable-write-default): Use the new option.
2791         * org.el (org-open-at-point): Allow to open the agenda from an
2792         active or inactive timestamp in a headline.
2794         * org-html.el (org-export-html-date-format-string): Make a
2795         defcustom.
2797         * org-latex.el (org-export-as-latex): Fix TeX-master declaration.
2799 2012-09-30  Carsten Dominik  <carsten.dominik@gmail.com>
2801         * org-table.el (org-table-expand-lhs-ranges): Allow hline
2802         references to be expanded correctly in LHS of formulas.
2804         * org-beamer.el (org-beamer-inherited-properties): New option.
2805         (org-beamer-after-initial-vars): Use new option to look for
2806         inherited properties.
2808         * org.el (org-ts-regexp0): Allow time stamps without name of day.
2810         * org-agenda.el (org-toggle-sticky-agenda):
2811         (org-agenda-sticky): Improve :set property.
2813         * org-agenda.el (org-agenda-local-vars): Clean up the variable
2814         list.
2815         (org-agenda-get-restriction-and-command): Add a key for toggling
2816         sticky agenda views.
2818         * org-agenda.el (org-agenda-local-vars): Final decisions about
2819         global/local
2821         * org-agenda.el (org-agenda-force-single-file): Variable removed.
2822         (org-prepare-agenda-window): Store pre-agenda window config
2823         locally.
2824         (org-timeline): Introduce a scoped version of
2825         `org-agenda-show-log'.
2826         (org-agenda-list): Introduce a scoped version of
2827         `org-agenda-show-log'.
2828         (org-agenda-get-progress): Use the scoped version of
2829         `org-agenda-show-log'.
2830         (org-agenda-local-vars): Write the analysis result as a comment -
2831         to be cleaned up in the next iteration.
2833         * org-agenda.el (org-toggle-sticky-agenda): Kill all agenda
2834         buffers when toggling sticky-agendas.
2835         (org-agenda-get-restriction-and-command): Add `C-c a C-k' as a key
2836         to explicitly kill all agenda buffers.
2837         (org-agenda-run-series): Remove any old agenda markers in the
2838         buffer that is going to take the new block agenda.
2839         (org-prepare-agenda): Reset markers before erasing the buffer anc
2840         running `org-agenda-mode', because after that hte local variable
2841         `org-agenda-markers' will have gone away.
2842         (org-agenda-Quit):
2843         (org-finalize-agenda): Install the marker resetter into the
2844         `kill-buffer-hook'.
2845         (org-agenda-save-markers-for-cut-and-paste): Look for markers in
2846         all agenda buffers.
2847         (org-agenda-kill-all-agenda-buffers): New function.
2849 2012-09-30  Chris Gray  <chrismgray@gmail.com>
2851         * org-html.el (org-export-as-html): Remove the check for body-only
2852         in the code for generating tables of contents.
2854 2012-09-30  Christoph Dittmann  <github@christoph-d.de>  (tiny change)
2856         * org-beamer.el (org-beamer-auto-fragile-frames): Make
2857         [fragile] work with overlay specifications.
2859 2012-09-30  Christophe Junke  <christophe.junke@inria.fr>  (tiny change)
2861         * org-agenda.el (org-agenda-list): Ensures that the list returned
2862         by `org-agenda-add-time-grid-maybe' is appended to ̀rtnall' before
2863         checking if the latter is empty.
2865 2012-09-30  Christophe Rhodes  <csr21@cantab.net>  (tiny change)
2867         * org-latex.el (org-export-latex-tables): Support setting the
2868         :hfmt parameter from #+ATTR_LaTeX.
2870 2012-09-30  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>  (tiny change)
2872         * org-exp.el (org-export-handle-include-files)
2873         (org-get-file-contents): Handle new parameter :addlevel.
2875 2012-09-30  Dave Abrahams  <dave@boostpro.com>  (tiny change)
2877         * org.el (org-link-prettify): New function to prettify links while
2878         displaying them with `org-insert-link'.
2879         (org-insert-link): Use the new function.
2881 2012-09-30  David Maus  <dmaus@ictsoc.de>
2883         * org-exp.el (org-export-language-setup): Use numeric character
2884         entities for proper rendering of non-UTF8 documents.
2886         * org-exp.el (org-export-language-setup): Add japanese
2887         translation.
2889 2012-09-30  Eric Schulte  <eric.schulte@gmx.com>
2891         * ob-sh.el (org-babel-sh-evaluate): Don't could 0-length shebangs.
2893         * ob.el (org-babel-insert-result): Replace key sequence with
2894         function call.  Use a more informative flag to the local function.
2895         (org-add-protective-commas): Declare a new external function.
2897         * org-src.el (org-add-protective-commas): This should be its own
2898         function.
2899         (org-edit-src-exit): Use the new function.
2901         * org-compat.el (org-labels): Remove.
2903         * org-bibtex.el (org-bibtex-headline): Don't use `org-labels'.
2905         * ob.el (org-babel-sha1-hash, org-babel-noweb-p): Ditto.
2907         * ob.el (org-babel-string-read): Don't automatically evaluate code
2908         block results which look like elisp.
2909         (org-babel-import-elisp-from-file): Raise a warning message when
2910         the process of reading code block results raises an error.
2912         * ob-tangle.el (org-babel-with-temp-filebuffer): Don't execute
2913         macro argument multiple times.
2915         * org.el (org-compat): Require org-compat before we first use one
2916         of its functions (a macro actually).
2918         * ob-comint.el (org-babel-comint-with-output): Don't name the
2919         filter function, but rather pass through the anonymous lambda
2920         directly.
2922         * org.el (org-babel-load-languages): Common lisp should be
2923         mentioned as a supported babel language.
2925         * org-clock.el (org-clock-special-range): "concat 'string" ->
2926         "concat"
2927         (org-clocktable-shift): "concat 'string" -> "concat"
2929         * org-bibtex.el (org-bibtex-headline): Replacing org-flet with
2930         org-labels.
2932         * ob-calc.el (org-babel-execute:calc): Strip single quotes from
2933         calc internal representations.
2935         * org-clock.el (org-clock-special-range): Replacing cl concatenate
2936         with concat.
2937         (org-clocktable-shift): Replacing cl concatenate with concat.
2939         * ob.el (org-babel-edit-distance): Remove use of map at runtime.
2941         * org-compat.el (org-flet): Compatibility function now that flet
2942         has been removed from cl-macs.
2943         (org-labels): Compatibility function now that labels has been
2944         removed from cl-macs.
2946         * ob-R.el (org-compat): Require org-compat.
2948         * ob-comint.el: Require org-compat.
2950         * ob-exp.el (org-babel-exp-do-export): Switch to compatibility
2951         function.
2953         * ob-gnuplot.el (org-babel-expand-body:gnuplot): Switch to
2954         compatibility function.
2956         * ob-lob.el (org-babel-lob-get-info): Switch to compatibility
2957         function.
2958         (org-babel-lob-execute): Switch to compatibility function.
2960         * ob-python.el (org-babel-python-evaluate-session): Switch to
2961         compatibility function.
2963         * ob-ref.el (org-babel-ref-index-list): Switch to compatibility
2964         function.
2966         * ob-sh.el (org-babel-sh-var-to-string): Switch to compatibility
2967         function.
2969         * ob-tangle.el (org-babel-load-file): Switch to compatibility
2970         function.
2971         (org-babel-tangle): Switch to compatibility function.
2972         (org-babel-spec-to-string): Switch to compatibility function.
2974         * ob.el (org-babel-view-src-block-info): Switch to compatibility
2975         function.
2976         (org-babel-execute-src-block): Switch to compatibility function.
2977         (org-babel-edit-distance): Switch to compatibility function.
2978         (org-babel-switch-to-session-with-code): Switch to compatibility
2979         function.
2980         (org-babel-sha1-hash): Switch to compatibility function.
2981         (org-babel-balanced-split): Switch to compatibility function.
2982         (org-babel-join-splits-near-ch): Switch to compatibility function.
2983         (org-babel-get-rownames): Switch to compatibility function.
2984         (org-babel-format-result): Switch to compatibility function.
2985         (org-babel-insert-result): Switch to compatibility function.
2986         (org-babel-examplize-region): Switch to compatibility function.
2987         (org-babel-merge-params): Switch to compatibility function.
2988         (org-babel-noweb-p): Switch to compatibility function.
2989         (org-babel-expand-noweb-references): Switch to compatibility
2990         function.
2992         * org-bibtex.el (org-bibtex-headline): Switch to compatibility
2993         function.
2994         (org-bibtex-fleshout): Switch to compatibility function.
2995         (org-bibtex-read): Switch to compatibility function.
2996         (org-bibtex-write): Switch to compatibility function.
2998         * org-exp-blocks.el (org-export-blocks-preprocess): Switch to
2999         compatibility function.
3001         * org-exp.el (org-export-format-source-code-or-example): Switch to
3002         compatibility function.
3004         * org-macs.el (org-called-interactively-p): Indentation fix.
3006         * org-mouse.el (org-mouse-timestamp-today): Switch to
3007         compatibility function.
3008         (org-mouse-set-priority): Switch to compatibility function.
3009         (org-mouse-popup-global-menu): Switch to compatibility function.
3010         (org-mouse-context-menu): Switch to compatibility function.
3012         * org-plot.el (org-plot/gnuplot-to-grid-data): Switch to
3013         compatibility function.
3014         (org-plot/gnuplot-script): Switch to compatibility function.
3016         * org.el (org-entry-get): Switch to compatibility function.
3017         (org-fill-paragraph): Switch to compatibility function.
3018         (org-auto-fill-function): Switch to compatibility function.
3020         * ob-lob.el (org-babel-lob-execute): Only try to insert extant
3021         hashes.
3023         * ob-R.el (org-babel-R-command): From a defvar to a defcustom.
3025         * ob.el (org-babel-set-current-result-hash): Change the hash of
3026         the results for the current code block.
3027         (org-babel-current-result-hash): Fix documentation.
3029         * ob-lob.el (org-babel-lob-execute): Don't re-execute the called
3030         function if the current call line hash matches that in its
3031         results.
3033         * ob-R.el (org-babel-R-assign-elisp): Can't assume every entry in
3034         a table is a sequence.
3036         * ob-R.el (org-babel-R-assign-elisp): Clean up the code
3037         implementing reads of irregular data into R.
3039         * ob.el (org-babel-header-arg-expand): In new buffers
3040         (char-before) may return nil so use equal rather than =.
3042         * ob-R.el (org-babel-header-args:R): Adding values.
3044         * ob-clojure.el (org-babel-header-args:clojure): Adding values.
3046         * ob-lisp.el (org-babel-header-args:lisp): Adding values.
3048         * ob-sql.el (org-babel-header-args:sql): Adding values.
3050         * ob-sqlite.el (org-babel-header-args:sqlite): Adding values.
3052         * ob.el (org-babel-combine-header-arg-lists): Combine lists of
3053         arguments and values.
3054         (org-babel-insert-header-arg): Use new combined header argument
3055         lists.
3056         (org-babel-header-arg-expand): Add support for completing-read
3057         insertion of header arguments after ":"
3058         (org-babel-enter-header-arg-w-completion): Completing read
3059         insertion of header arguments
3060         (org-tab-first-hook): Adding header argument completion.
3061         (org-babel-params-from-properties): Combining header argument
3062         lists.
3064         * ob-exp.el (org-babel-exp-results): Ensure noweb expanded body is
3065         used on export.
3067         * ob.el (org-babel-result-to-file): New optional description
3068         argument.
3069         (org-babel-insert-result): Moved description logic to another
3070         function.
3072         * ob.el (org-babel-insert-result): Change name of filelinkdescr to
3073         file-desc.
3074         (org-babel-common-header-args-w-values): Change name of
3075         filelinkdescr to file-desc.
3077         * ob-C.el (org-babel-C-execute): Add .exe to the end of compiled C
3078         files on windows.
3080         * ob-exp.el (org-babel-exp-code): Escape all lines when exporting
3081         Org-mode blocks.
3083         * ob.el (org-babel-parse-src-block-match): Make use of the new
3084         language argument to org-babel-strip-protective-commas.
3085         (org-babel-parse-inline-src-block-match): Make use of the new
3086         language argument to org-babel-strip-protective-commas.
3087         (org-babel-strip-protective-commas): Now accepts a language
3088         argument.
3090 2012-09-30  Fabrice Niessen  <fniessen-TA4HMoP+1wHrZ44/DZwexQ@public.gmane.org>  (tiny change)
3092         * org-agenda.el (org-agenda-write-buffer-name): Remove the test
3093         for the presence of <style> tag.
3095 2012-09-30  Feng Shu  <tumashu@gmail.com>
3097         * org.el (org-create-formula-image-with-imagemagick): Use
3098         'call-process to launch latex so that no shell output buffer will
3099         be shown when previewing formulas.
3101         * org.el (org-create-formula-image-with-imagemagick): Fix typo.
3103         * org.el (org-latex-create-formula-image-program): New option to
3104         use either dvipng or imagemagick to convert and preview LaTeX
3105         fragments.
3106         (org-preview-latex-fragment, org-format-latex): Handle the new
3107         option.
3108         (org-create-formula-image-with-dvipng): Rename from
3109         `org-create-formula-image'.
3110         (org-create-formula-image-with-imagemagick): New defun to handle
3111         LaTeX preview with imagemagick.
3112         (org-latex-color, org-latex-color-format): New defuns to handle
3113         color conversions.
3115         * org-latex.el (org-latex-to-pdf-process, org-export-as-pdf):
3116         Allow to use imagemagick to convert LaTeX fragments.
3118         * org-html.el (org-export-html-preprocess): Ditto.
3120         * org-exp.el (org-export-with-LaTeX-fragments): Ditto.
3122 2012-09-30  George Kettleborough  <g.kettleborough@member.fsf.org>
3124         * org-clock.el: New option `org-clock-clocked-in-display' to
3125         control whether the current clock is displayed in the mode line
3126         and/or frame title.
3128         * org-timer.el: New option `org-timer-display' to control whether
3129         the current timer is displayed in the mode line and/or frame
3130         title.
3132 2012-09-30  Hans-Peter Deifel  <hpdeifel@gmx.de>  (tiny change)
3134         * ob.el (org-babel-execute-src-block): Allow the :dir header
3135         argument to take relative file names.
3137 2012-09-30  Harri Kiiskinen  <harri@pp-kaitue.(none)>  (tiny change)
3139         * org-protocol.el: New option.
3140         (org-protocol-store-link, org-protocol-do-capture): Use it.
3142 2012-09-30  Henning Weiss  <hdweiss@gmail.com>
3144         * org-mobile.el (org-mobile-edit): Added handling of addheading,
3145         refile, archive, archive-sibling and delete edit nodes.
3146         (org-mobile-locate-entry): Olp links containing only a file are
3147         now be located correctly.
3148         (org-mobile-apply): Instead of finding the location of all target
3149         headings for edit nodes in a separate loop, they will be found
3150         immediately before applying edits.
3152         * org-mobile.el (org-mobile-sumo-agenda-command): Use a shorter
3153         title.
3155 2012-09-30  Ilya Shlyakhter  <ilya_shl@alum.mit.edu>  (tiny change)
3157         * org.el (org-parse-time-string): Allow strings supported by
3158         tags/properties matcher (eg <now>, <yesterday>, <-7d>) if the time
3159         starts with < and ends with >.  This means that e.g. in the
3160         clocktable parameters you can specify :tstart "<-1w>" :tend
3161         "<now>".
3163 2012-09-30  Ippei FURUHASHI  <top.tuna+orgmode@gmail.com>  (tiny change)
3165         * org-colview.el (org-columns): New argument `columns-fmt-string'.
3167         * org-colview.el (org-columns-get-format-end-top-level): Split
3168         into `org-columns-get-format' and `org-columns-goto-top-level'.
3170         * org-colview.el (org-dblock-write:columnview): Add a new
3171         parameter :format which specifies the column view format for the
3172         output of the columnview dynamic block.
3174 2012-09-30  Jambunathan K  <kjambunathan@gmail.com>
3176         * org-lparse.el (org-lparse-and-open)
3177         (org-lparse-do-convert): Open exported files with system-specific
3178         application.
3180         * org-odt.el: Don't meddle with `org-file-apps'.
3182         * org-compat.el (org-condition-case-unless-debug): Alias to
3183         `condition-case' when both `condition-case-no-debug' and
3184         `condition-case-unless-debug' is unavailable.
3186         * org-odt.el (org-odt-do-image-size): Replace `flet' with
3187         equivalent construct.
3189         * org-odt.el (org-odt-cleanup-xml-buffers): Use
3190         `condition-case-no-debug' instead of
3191         `condition-case-unless-debug'.  This ensures backward
3192         compatibility with Emacs versions < 24.1.
3194         * org-odt.el (org-odt-zip-dir)
3195         (org-odt-cleanup-xml-buffers): New.
3196         (org-export-as-odt-and-open, org-export-as-odt)
3197         (org-odt-init-outfile, org-odt-save-as-outfile)
3198         (org-export-as-odf, org-export-as-odf-and-open): Use
3199         `org-odt-cleanup-xml-buffers'.
3201         * org-odt.el (org-export-odt-default-org-styles-alist): Add
3202         default character style.
3204         * org-odt.el (org-export-odt-default-org-styles-alist): Add
3205         default character style.
3207         * org-lparse.el (org-do-lparse): Remove stray call to
3208         `org-export-html-after-blockquotes-hook'.
3210         * org-bbdb.el (org-bbdb-export): Add support for ODT format.
3212         * org-odt.el (org-odt-update-meta-file): Check for `org-version'
3213         is bound before accessing it.
3215         * org-odt.el (org-odt-schema-dir-list): OD Schema files have been
3216         moved away from $(git-root)/contrib/odt/etc/schema/ to
3217         $(git-root)/etc/schema/.
3219         * org-odt.el (org-odt-format-org-link): Pay no heed to whether the
3220         internal links destined for headlines provide a description or
3221         not.  In fact, the `org-store-link' and `org-insert-link' create
3222         internal links which do have a description.
3224         * org-lparse.el (org-lparse-insert-org-table): Consider short
3225         caption as plain text and not as org text.
3227         * org-odt.el (org-export-odt-format-formula)
3228         (org-export-odt-format-image): Ditto.
3230         * org-odt.el (org-odt-begin-table)
3231         (org-export-odt-format-formula, org-export-odt-format-image)
3232         (org-odt-format-entity): Handle short caption.
3234         * org-lparse.el (org-lparse-insert-org-table)
3235         (org-lparse-insert-list-table, org-lparse-insert-table-table):
3236         Ditto.
3238 2012-09-30  Jay McCarthy  <jay.mccarthy@gmail.com>  (tiny change)
3240         * org-colview.el (org-columns-new-overlay): Make sure to add a
3241         face to a string that has no face.
3243 2012-09-30  Jérémie Courrèges-Anglas  <jca@wxcvbn.org>  (tiny change)
3245         * org-latex.el: Ensure a final newline is appended to the export
3246         buffer.
3248 2012-09-30  Levin Du  <zslevin@gmail.com>  (tiny change)
3250         * org-clock.el (org-clock-in): Fix bug in setting the clock
3251         heading.
3253 2012-09-30  Madan Ramakrishnan  <madanr79@gmail.com>  (tiny change)
3255         * org-agenda.el (org-agenda-bulk-mark): Truly make arg optional as
3256         advertised by the function.
3258 2012-09-30  Mark E. Shoulson  <mark@kli.org>  (tiny change)
3260         * org.el (org-fontify-entities): Hide {} when prettifying
3261         entities.
3263 2012-09-30  Mark Shoulson  <mark@kli.org>  (tiny change)
3265         * org-entities.el (org-entities): Add new entities for characters
3266         which could cause formatting changes if typed directly.
3268         * org-entities.el (org-entities): Added \asciicirc entity for ^;
3269         also fixed \circ expansion in latex.
3271         * org.el (org-fontify-entities): Fix bug: The entities \sup[123]
3272         and \there4 were not "prettified" when org-pretty-entities was
3273         enabled.
3275 2012-09-30  Mats Lidell  <matsl@xemacs.org>  (tiny change)
3277         * org-element.el (org-element-paragraph-separate): Remove
3278         redundant and misplaced t clause in case.
3280 2012-09-30  Matt Lundin  <mdl@imapmail.org>
3282         * org-datetree.el: Fix regexp to allow datetree to find headings
3283         with trailing whitespace.  This fixes a bug in which an existing
3284         datetree heading (e.g., "* 2012 ") would not be found by
3285         org-datetree-find-year-create if it had trailing whitespace.  This
3286         can cause problems, for instance, if one is using column view on
3287         the date tree, since editing subheadings with column view adds
3288         whitespace at the end of the top heading.
3290         * org-footnote.el (org-footnote-new): Don't call
3291         org-footnote-unique-label if org-footnote-auto-label is set to
3292         random.
3294         * org-gnus.el: (org-gnus-follow-link): Fix argument to
3295         gnus-group-read-group so that following a link does not result in
3296         unread article being selected.
3298         * org-bbdb.el (org-bbdb-anniv-extract-date)
3299         (org-bbdb-make-anniv-hash): Fix org-bbdb anniversary functionality
3300         to accommodate BBDB 3.x.  There are two major changes in BBDB 3.x
3301         that need to be taken into account.  The first is that
3302         `bbdb-split' reverses the order of its parameters in 3.x.  The
3303         second is that `bbdb-record-getprop' is replaced by
3304         bbdb-record-note in 3.x.
3306 2012-09-30  Max Mikhanosha  <max@openchat.com>
3308         * org-agenda.el (org-agenda-change-all-lines): Speedup refresh of
3309         a single line of agenda by narrowing the agenda buffer to just
3310         that line before calling `org-agenda-finalize'.
3312         * org.el (org-mode): Don't set org-hide's foreground to
3313         "invisible-bg".
3314         (org-find-invisible-foreground): New function.
3316         * org-agenda.el (defvar org-habit-show-all-today): New variable
3317         (org-agenda-get-scheduled): Show all habits if user wants it
3319         * org-habit.el (defcustom org-habit-show-all-today): New variable
3321         * org-agenda.el (org-agenda-quit): Copy the code for optionally
3322         restoring window configuration after burying the sticky agenda
3323         buffer.
3325         * org-agenda.el (org-agenda-new-marker): Check for NIL
3326         org-agenda-buffer
3327         (org-agenda-to-appt): Bind org-agenda-buffer to NIL
3329         * org-agenda.el (org-agenda-change-all-lines): Move accessing of
3330         'extra text property outside of with-current-buffer for original
3331         buffer
3333         * org-agenda.el (defvar org-habit-show-habits-only-for-today):
3334         initialize to nil
3336 2012-09-30  Michael Brand  <michael.ch.brand@gmail.com>
3338         * org-id.el (org-id-link-to-org-use-id): Align the doc string to
3339         the changed default.
3341         * ob-tangle.el (org-babel-tangle-collect-blocks): Use dummy string
3342         when heading has no text.
3344         * org-capture.el (org-capture-inside-embedded-elisp-p): Improve
3345         parsing.
3347         * org-feed.el (org-feed-format-entry): Require `org-capture'.
3348         Expand Elisp %(...) templates.
3349         (org-feed-default-template): Update docstring.
3351         * org-capture.el (org-capture-expand-embedded-elisp): New
3352         function.
3353         (org-capture-fill-template): Use it.
3354         (org-capture-inside-embedded-elisp-p): New function to tell if we
3355         are within an Elisp %(...) template.
3357         * org-list.el (org-at-item-description-p)
3358         (org-list-item-body-column): Make the inline regexp more
3359         consistent with `org-list-full-item-re', the inline regexp
3360         "Description list items" from `org-set-font-lock-defaults and
3361         others'.
3363 2012-09-30  Mike Sperber  <sperber@deinprogramm.de>
3365         * org.el (org-fill-paragraph): Pass optional argument to
3366         `fill-paragraph' to fix compatibility with XEmacs.
3368         * org.el (org-self-insert-cluster-for-undo): Default
3369         `org-self-insert-cluster-for-undo' also on XEmacs.
3371         * org.el (org-kill-line): Access `visual-line-mode' only if it's
3372         bound.
3374 2012-09-30  Muchenxuan Tong  <demon386@gmail.com>  (tiny change)
3376         * org-timer.el (org-timer-set-mode-line): Check
3377         `org-timer-display' when value is 'off.
3379 2012-09-30  Nicolas Calderon Asselin  <nicolas.calderon.asselin@gmail.com>  (tiny change)
3381         * org-clock.el (org-clock-idle-time): Org-mode assumed that
3382         x11idle was an available command, and returned an idle time of 0
3383         if it was not
3384         (never idle). Added checks so that org-idle-time will come from
3385         emacs' own current-idle-time if x11idle cannot be found or if it
3386         cannot retrieve the idle time from X11
3388 2012-09-30  Nicolas Goaziou  <n.goaziou@gmail.com>
3390         * org-element.el: Properly remove COMMENT and QUOTE keywords from
3391         title in parser.
3393         * org-element.el (org-element-headline-parser): Fix parsing for
3394         headlines with a single COMMENT or QUOTE keyword.
3396         * ob-org.el (org-babel-default-header-args:org): By default,
3397         export code from Org src blocks.
3399         * org-element.el (org-element-inline-src-block-successor): Fix
3400         inline-src-block parsing at the beginning of an item.
3402         * org-element.el (org-element--collect-affiliated-keywords): Fix
3403         caption parsing.
3405         * org-element.el (org-element--current-element): At the very
3406         beginning of a footnote definition or an item, next element is
3407         always a paragraph.
3409         * org-element.el (org-element-headline-parser): Handle nil titles.
3410         (org-element-inlinetask-parser): Add :raw-value property.  Also
3411         handle nil titles.
3413         * org.el (org-set-regexps-and-options): Don't consider tags as a
3414         replacement for a missing title in an headline.
3416         * org.el (org-setup-filling): Remove duplicate code.
3418         * org.el (org-adaptive-fill-function): Make sure fill prefix is
3419         computed from beginning of line.
3421         * org-element.el (org-element-section-parser): Make sure section
3422         cannot contain an headline.
3423         (org-element--current-element): Fix bug requiring to parse a quote
3424         section even when point is at an headline.
3426         * org.el (org-adaptive-fill-function): Remove occasional spurious
3427         space character when auto-filling.
3429         * org.el (org-mode): Call external initalizers.  Now both filling
3430         code and comments code have their own independant part in org.el.
3431         (org-setup-filling): Renamed from `org-set-autofill-regexps'.
3432         (org-setup-comments-handling): New function.
3434         * org.el (org-fill-paragraph): Refine filling in comments and in
3435         paragraphs.  Allow commented blank lines.  Take into consideration
3436         the indentation of the second line of the paragraph being filled.
3437         (org-comment-or-uncomment-region): Rewrite function.  Now comment
3438         region at a fixed column: the minimal indentation of the region.
3439         (org-fill-context-prefix): Rename function into
3440         `org-adaptive-fill-function'. Also, In a paragraph, choose the
3441         same prefix as the current line.
3443         * org-exp.el (org-export-handle-comments): Also remove comments at
3444         column 0.
3446         * org-exp.el (org-export-handle-comments): Handle inline comments
3447         with new syntax.
3449         * org.el (org-structure-template-alist): Add missing colon to
3450         #+INCLUDE.
3452         * org.el (org-backward-element): When called at the beginning of
3453         first element in section, the function shouldn't return an error
3454         but move point to headline or point-min instead.
3456         * org-element.el (org-element-paragraph-parser): Tiny refactoring.
3458         * org-element.el (org-element-paragraph-parser): Remove trailing
3459         code comments.
3461         * org.el (org-fill-context-prefix): Fix incorrect output when
3462         called at the beginning of a plain list with an affiliated
3463         keyword.
3464         (org-fill-paragraph): Remove useless variable.
3466         * org-element.el (org-element-paragraph-parser): Fix parsing of
3467         paragraph at the beginning of an item.
3469         * org.el (org-mode): Set back comment-start-skip so comment-dwim
3470         can tell a keyword from a comment.
3472         * org.el (org-set-autofill-regexps): Install new comment line
3473         break function.
3474         (org-comment-line-break-function): New function.
3475         (org-mode): Remove unnecessary line.
3477         * org.el (org-fill-context-prefix, org-fill-paragraph): Do not
3478         fill verse blocks contents.  Verse blocks can be used to format
3479         free-form poetry, so filling has to be done manually.
3481         * org.el (org-fill-paragraph-separate-nobreak-p): New function.
3482         (org-set-autofill-regexps): Introduce new predicate.
3483         (org-fill-item-nobreak-p): Remove function.
3485         * org-element.el (org-element-paragraph-separate): Since this
3486         variable is meant to be searched forward, \end{...} shouldn't
3487         trigger the end of a paragraph before checking if it is the end of
3488         a complete environment.
3489         (org-element-latex-environment-parser): Slight change to the
3490         regexp matching the beginning of a latex environment.
3491         (org-element-paragraph-parser): Paragraphs don't end at incomplete
3492         latex environments.
3493         (org-element-latex-or-entity-successor): Remove paragraph
3494         environments from latex fragment search.
3496         * org-table.el (org-table-number-regexp): By default, accept comma
3497         as a decimal mark to represent numbers.
3499         * org-element.el (org-element-map): Fix comment typo.
3501         * org.el (org-fill-paragraph): Add a `save-excursion' to avoid
3502         returning funny results.
3504         * org.el (org-fill-paragraph): Try not to include message header
3505         and citation lines in a paragraph when filling it.
3507         * org.el (org-fill-paragraph): Fix filling in a narrowed buffer.
3508         (org-fill-context-prefix): Fill prefix doesn't depend on current
3509         narrowing.
3511         * org.el (org-mode): Line with a single hash sign on it is a
3512         comment.
3514         * org.el (org-set-font-lock-defaults): Fix comment fontification.
3516         * org-element.el (org-element-item-parser): Do not remove tag from
3517         body if list isn't descriptive.
3519         * org-list.el (org-insert-item): Only ask about a term for
3520         descriptive lists.
3521         (org-list-struct, org-list-insert-item): Do not recognize a tag in
3522         an ordered list.
3524         * org-element.el (org-element-set-element): Rewrite function.
3525         (org-element-adopt-elements): New function.
3526         (org-element-adopt-element): Removed function.
3527         (org-element--parse-elements, org-element--parse-objects): Use new
3528         function.
3530         * org-list.el (org-list-automatic-rules): Remove `bullet' rule,
3531         which is now hard-coded.
3532         (org-cycle-list-bullet): Hard code `bullet' rule.
3533         (org-list-get-list-type): Make sure a list with numbered bullets
3534         cannot have `descriptive' type.
3536         * org-element.el (org-element-paragraph-parser): Fix previous
3537         patch.
3539         * org.el (org-fill-paragraph): No need to use
3540         `org-element-paragraph-separate' in a verse block since blank
3541         lines only can end a "paragraph".
3543         * org-element.el (org-element-paragraph-separate): Apply changes
3544         to comments.
3545         (org-element-paragraph-parser): Correctly find end of paragraphs.
3546         (org-element--current-element): Require colons for Babel calls.
3547         (org-element-center-block-parser)
3548         (org-element-dynamic-block-parser, org-element-quote-block-parser)
3549         (org-element-special-block-parser)
3550         (org-element-comment-block-parser)
3551         (org-element-example-block-parser)
3552         (org-element-export-block-parser, org-element-src-block-parser)
3553         (org-element-verse-block-parser): Fall-back to paragraph parsing
3554         when incomplete or ill-formed.
3556         * org-element.el (org-element-swap-A-B): Small refactoring.
3558         * org-element.el (org-element-text-markup-successor): Fix typo in
3559         docstring.
3561         * org-element.el (org-element-at-point): Return consistent value
3562         when function is called on a blank line within a plain list.
3564         * org-element.el (org-element-paragraph-separate): Fix comments in
3565         paragraph separator regexp.  Optimize it.
3567         * org-element.el: Update code commets.
3569         * org.el (org-mark-subtree): Fix bug when marking subtree with
3570         point on an inlinetask.  Refactor code.
3572         * org.el (org-mark-subtree): Do not make a special case for
3573         inlinetasks when marking a subtree. These are handled by
3574         `org-element-mark-element'.
3576         * org-element.el (org-element-comment-parser): Consider first "+"
3577         as a comment when parsing an ill-defined keyword.
3579         * org-element.el (org-element-item-interpreter): Simplify bullet
3580         creation.
3581         (org-element-plain-list-interpreter): Fix wrong bullets, if
3582         needed.
3584         * org-element.el (org-element-comment-parser): Fix parsing when a
3585         keyword follows the commented line.
3587         * org.el (org-fill-context-prefix): Auto-fill first paragraph in
3588         footnote definitions.
3590         * org.el (org-mode): Define new comment syntax.
3591         (org-fontify-meta-lines-and-blocks-1, org-strip-protective-commas)
3592         (org-fill-context-prefix, org-insert-comment)
3593         (org-comment-or-uncomment-region): Use new comment syntax.
3595         * org-element.el (org-element-comment-parser)
3596         (org-element-comment-interpreter, org-element--current-element):
3597         Use new comment syntax.
3599         * org.el (org-fill-paragraph): When at an item or a footnote
3600         definition, fill first paragraph instead.
3602         * org.el (org-fill-paragraph): Fix filling when point is at the
3603         very end of a paragraph.
3605         * org.el (org-mode): Set comments related variables.
3606         (org-insert-comment, org-comment-or-uncomment-region): New
3607         functions.
3609         * org.el (org-fill-context-prefix): Small refactoring.
3610         (org-fill-paragraph): Add code comments.
3612         * org-element.el (org-element-at-point): Add :parent property to
3613         output.
3614         (org-element-context): Add :parent property to output.  Also
3615         return a single element or object instead of a list of parents.
3616         (org-element-forward, org-element-up): Apply changes.
3618         * org.el (org-fill-context-prefix): New function.
3619         (org-fill-paragraph, org-auto-fill-function): Use new function.
3620         Also handle comments.
3621         (org-adaptive-fill-function): Remove function.
3622         (org-get-local-variables, orgstruct++-mode): Don't store now
3623         unused adaptive-fill* functions.
3625         * org-element.el (org-element-at-point): Fix function when buffer
3626         starts with an inlinetask.  Also fix it when called on the last
3627         element in a greater element or the buffer.
3629         * org-element.el (org-element-center-block-parser)
3630         (org-element-dynamic-block-parser)
3631         (org-element-footnote-definition-parser)
3632         (org-element-headline-parser, org-element-inlinetask-parser)
3633         (org-element-quote-block-parser, org-element-special-block-parser)
3634         (org-element-plain-list-parser): Refactor code.
3635         (org-element-drawer-parser): Fall-back to paragraph parser when
3636         drawer is incomplete.
3638         * org-macs.el (org-with-limited-levels): Fix typo.
3640         * org-element.el (org-element-paragraph-separate): Refactor.
3641         (org-element-paragraph-parser): Fix paragraph parsing.
3643         * org.el (org-fill-paragraph): Rewrite function using
3644         `org-element-at-point'.
3646         * org-element.el (org-element-fill-paragraph): Remove function.
3648         * org.el (org-planning-or-clock-line-re): Make it a defconst.
3649         It's no use to make it a buffer-local variable since variables on
3650         which it depends are not buffer-local anyway.
3652         * org.el (org-drawer-regexp): Provide default value for
3653         `org-drawer-regexp' in non-Org buffers.
3655         * org-entities.el (org-entities-create-table): Function chokes
3656         when CAR of `org-entities' is a string.
3658         * org-list.el (org-list-automatic-rules): Allow check-boxes in
3659         description lists.
3660         (org-list-struct-apply-struct, org-insert-item): Remove rule
3661         check.
3663         * org-footnote.el (org-footnote-normalize): Fix positionning in
3664         HTML export without a footnote section.
3666         * org-list.el (org-list-struct-indent): Follow
3667         `org-list-demote-modify-bullet' specifications for ordered
3668         bullets.
3669         (org-list-indent-item-generic, org-indent-item-tree)
3670         (org-outdent-item-tree): Fix bug when operating on a region.
3671         (org-outdent-item, org-indent-item): Allow to operate on a region.
3673         * org.el (org-shiftmetaleft, org-shiftmetaright): Allow to operate
3674         on a region.
3676         * org-footnote.el (org-footnote-delete-definitions): Remove blank
3677         lines before the footnote definition instead of removing those
3678         after it.
3680         * org-footnote.el (org-footnote-at-definition-p): Don't grab
3681         trailing blank lines in a footnote definition.
3682         (org-footnote-delete-definitions): Remove both footnote definition
3683         and trailing blank lines.
3685 2012-09-30  Rick Frankel  <rick@rickster.com>
3687         * ob-sql.el: Add dbi engine type and pre/post processing.
3689 2012-09-30  Sean O'Halpin  <sean.ohalpin@gmail.com>  (tiny change)
3691         * ob.el (org-babel-expand-noweb-references): Capture current noweb
3692         start and end patterns then use to set buffer locals in
3693         (with-temp-buffer) form.
3695 2012-09-30  Sebastien Vauban  <sva@mygooglest.com>  (tiny change)
3697         * org.el (org-update-all-dblocks): Autoload function.
3699 2012-09-30  Simon Thum  <simon.thum@gmx.de>  (tiny change)
3701         * ob-maxima.el (org-babel-execute:maxima): Let cmdline always
3702         return a string.
3704 2012-09-30  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>  (tiny change)
3706         * org-icalendar.el (org-icalendar-timezone): Fix typo and clarify
3707         meaning.
3709 2012-09-30  Stuart Hickinbottom  <stuart@hickinbottom.com>  (tiny change)
3711         * org-clock.el (org-x11idle-exists-p): Only shell out when running
3712         on X.
3714 2012-09-30  Suhail Shergill  <suhailshergill@gmail.com>  (tiny change)
3716         * org-html.el (org-export-as-html): If possible, use the
3717         :CUSTOM_ID: property to assign unique ids to footnotes.
3719 2012-09-30  T.F. Torrey  <tftorrey@tftorrey.com>  (tiny change)
3721         * org-exp.el (org-export-remember-html-container-classes): Allow
3722         exporting a single subtree with HTML_CONTAINER_CLASS property.
3724         * org-rmail.el (org-rmail-follow-link): Use `rmail-widen' instead
3725         of `widen' and don't toggle header as `rmail-widen' already takes
3726         care of this.
3728 2012-09-30  Tim Howe  <vsync@quadium.net>  (tiny change)
3730         * org-clock.el (org-clocktable-defaults): Revert extra layer of
3731         quoting.
3733 2012-09-30  Toby S. Cubitt  <tsc25@cantab.net>
3735         * org-capture.el (org-capture-fill-template): Expand %<num> escape
3736         sequences into text entered for <num>'th %^{PROMPT} escape.
3738         * org-capture.el (org-capture-fill-template): Fixed regexp for
3739         %<n> expandos to match any positive integer.
3740         (org-capture-templates): Updated docstring accordingly.
3742         * org-agenda.el (org-agenda-skip-timestamp-if-deadline-is-shown):
3743         Skip timestamp items in agenda view if item is already shown as a
3744         deadline item.
3745         (org-agenda-skip-dealine-if-done): Pass deadline results to
3746         org-agenda-get-timestamps.
3747         (org-agenda-get-timestamps): Optionally take list of deadline
3748         results, so that timestamp results can be skipped if already
3749         included in deadline results.
3751         * org-agenda.el (org-agenda-diary-sexp-prefix): Regexp matching
3752         deadline/scheduling information to be displayed in diary sexp
3753         agenda items.
3754         (org-agenda-get-sexps): Extract deadline/scheduling information
3755         from diary sexp entries.
3757         * org-capture.el (org-capture-place-entry): Place captured entry
3758         immediately after last subheading of target, instead of just
3759         before next heading at same level as target.
3761         * org-capture.el (org-capture-templates): Document new capture
3762         template properties.
3764         * org-capture.el (org-capture-place-entry)
3765         (org-capture-empty-lines-before): Make new :empty-lines-before
3766         property override :empty-lines when inserting empty lines before
3767         captured captured entry.
3769         * org-capture.el (org-capture-finalize)
3770         (org-capture-empty-lines-after): Make new :empty-lines-after
3771         property override :empty-lines when inserting empty lines after
3772         captured captured entry.
3774         * org-agenda.el (org-agenda-skip-if, org-agenda-skip-if-todo): Add
3775         new todo-unblocked and nottodo-unblocked skip conditions.  These
3776         match as for todo and nottodo, but only for unblocked todo items.
3778 2012-09-30  Zachary Kanfer  <zkanfer@gmail.com>  (tiny change)
3780         * org.el (org-read-date-display): Fix bug when displaying the
3781         overlay.
3783 2012-09-30  Niels Giesen  <niels.giesen@gmail.com>
3785         * org-table.el (orgtbl-to-generic): Add check for :skipheadrule.
3786         When present, the :hline following the head will be skipped.  This
3787         is necessary to avoid doubling of horizontal rules in LaTeX
3788         longtable environments and consequent width problems.
3790         * org-latex.el (org-export-latex-tables-tstart)
3791         (org-export-latex-tables-hline)
3792         (org-export-latex-tables-tend): New options.
3793         (org-export-latex-tables): Use the new options.
3795 2012-09-30  tumashu  <tumashu@gmail.com>  (tiny change)
3797         * org-exp.el (org-export-language-setup): Add simplified chinese
3798         translation.
3800 2012-09-01  Paul Eggert  <eggert@cs.ucla.edu>
3802         Better seed support for (random).
3803         * org-id.el (org-id-uuid):
3804         Change (random t) to (random), now that the latter is more random.
3806 2012-07-29  Paul Eggert  <eggert@cs.ucla.edu>
3808         Don't use the abbreviation "win" to refer to Windows (Bug#10421).
3809         * ob-lilypond.el (ly-w32-ly-path): Rename from ly-win32-ly-path.
3810         (ly-w32-pdf-path): Rename from ly-win32-pdf-path.
3811         (ly-w32-midi-path): Rename from ly-win32-midi-path.
3812         (ly-determine-ly-path, ly-determine-pdf-path, ly-determine-midi-path):
3813         Check for "windows-nt", not "win32", in system-type.
3815 2012-06-02  Chong Yidong  <cyd@gnu.org>
3817         * org-clock.el (org-clock-string-limit)
3818         (org-clock-modeline-total, org-clock-task-overrun-text)
3819         (org-clock-mode-line-entry): Doc fix, "modeline" -> "mode line".
3821 2012-05-27  Mark Shoulson  <mark@kli.org>  (tiny change)
3823         * org.el (org-fontify-entities): Fix bug: The entities \sup[123] and
3824         \there4 were not "prettified" when org-pretty-entities was enabled.
3826 2012-05-27  Nicolas Goaziou  <n.goaziou@gmail.com>
3828         * org.el (org-font-lock-add-priority-faces):
3829         Restrict priorities fontification to headlines and inlinetasks.
3831 2012-05-27  Jambunathan K  <kjambunathan@gmail.com>
3833         * org-odt.el (org-odt-init-outfile)
3834         (org-odt-write-manifest-file):
3835         Disable `nxml-auto-insert-xml-declaration-flag'.
3837         * org-lparse.el (org-do-lparse): Don't trigger auto-mode processing.
3839 2012-05-27  Bastien Guerry  <bzg@gnu.org>
3841         * org.el (org-scan-tags): Fix bug when building the scanner regexp.
3843 2012-05-27  Eric Schulte  <eric.schulte@gmx.com>
3845         * ob.el (org-babel-capitalize-examplize-region-markers):
3846         Controls the capitalization of begin and end example blocks.
3847         (org-babel-examplize-region):
3848         Optionally capitalize example block delimiters.
3850         * ob-plantuml.el (org-babel-execute:plantuml):
3851         Add a :java header argument to plantuml.
3853         * org-exp-blocks.el (org-export-blocks-preprocess):
3854         Even when the body of a block is not indented the boundary markers
3855         should be indented to their original positions so things like list
3856         indentation still work.
3858         * ob.el (org-babel-parse-src-block-match):
3859         Save match data during indentation check.
3861 2012-05-27  Bastien Guerry  <bzg@gnu.org>
3863         * org.el (org-scan-tags): Correctly match TODO keywords.
3865 2012-05-27  Nicolas Goaziou  <n.goaziou@gmail.com>
3867         * org-list.el (org-list-struct): Fix white spaces.
3868         (org-list-swap-items, org-list-send-item): Fix visibility preservation.
3870         * org-list.el (org-list-swap-items, org-list-send-item):
3871         Preserve visibility when moving items.
3873 2012-05-27  Mark E. Shoulson  <mark@kli.org>  (tiny change)
3875         * org.el (org-fontify-entities): Hide {} when prettifying entities.
3877 2012-05-27  Bastien Guerry  <bzg@gnu.org>
3879         * org.el (org-cycle-internal-global): Prevent the display of
3880         messages when cycling from with a Gnus article buffer.
3882         * org-table.el (org-table-time-seconds-to-string):
3883         Fix bug about handling a negative duration value.
3885 2012-05-27  Nicolas Goaziou  <n.goaziou@gmail.com>
3887         * org.el (org-link-expand-abbrev): Fix docstring.
3889         * org.el (org-translate-link): Fix bug.
3891 2012-05-27  Bastien Guerry  <bzg@gnu.org>
3893         * org-agenda.el (org-agenda-bulk-mark-regexp):
3894         Fix bug when setting the number of marked entries.
3896         * org-table.el (org-tbl-calc-modes): Rename from `org-table-modes'.
3897         (org-set-calc-mode, org-table-eval-formula): Use it.
3899 2012-05-27  Eric Schulte  <eric.schulte@gmx.com>
3901         * ob.el (org-babel-find-named-result):
3902         Fix bug finding empty named results.
3904 2012-05-27  Nicolas Goaziou  <n.goaziou@gmail.com>
3906         * org.el (org-set-regexps-and-options):
3907         Fix `org-planning-or-clock-line-re' regexp.  Indeed "\\>" will never
3908         match since time keywords must end with colons, which are not word
3909         constituents.
3911 2012-05-27  Bastien Guerry  <bzg@gnu.org>
3913         * org-ctags.el (org-ctags-new-topic-template):
3914         Fix the option default value back again.
3916 2012-05-27  Eric Schulte  <eric.schulte@gmx.com>
3918         * org-bibtex.el (org-bibtex-export-to-kill-ring):
3919         Don't rely on kill-new to return a string.
3921         * org-bibtex.el (org-bibtex-headline):
3922         Remove call to bibtex-reformat which often hangs.
3924 2012-04-27  Glenn Morris  <rgm@gnu.org>
3926         * org-ctags.el (org-ctags-new-topic-template):
3927         Revert 2012-04-09 removal of * from defcustom value, not doc.
3929 2012-04-27  Nicolas Goaziou  <n.goaziou@gmail.com>
3931         * org-table.el (org-table-number-fraction): Fix typo.
3933 2012-04-27  Eric Schulte  <eric.schulte@gmx.com>
3935         * ob-python.el (org-babel-execute:python): Ensure newline precedes
3936         automatically-added returns.
3938 2012-04-27  Nicolas Goaziou  <n.goaziou@gmail.com>
3940         * org-mouse.el (org-mode-hook): Do not move point when clicking on
3941         a footnote reference.
3943 2012-04-27  Bastien Guerry  <bzg@gnu.org>
3945         * org-faces.el (org-date-selected): Fix docstring.
3947 2012-04-27  Nicolas Goaziou  <n.goaziou@gmail.com>
3949         * org-list.el (org-list-struct-indent): Follow
3950         `org-list-demote-modify-bullet' specifications for ordered
3951         bullets.
3952         (org-list-indent-item-generic, org-indent-item-tree)
3953         (org-outdent-item-tree): Fix bug when operating on a region.
3954         (org-outdent-item, org-indent-item): Allow to operate on a region.
3956         * org.el (org-shiftmetaleft, org-shiftmetaright): Allow to operate
3957         on a region.
3959 2012-04-27  Nicolas Goaziou  <n.goaziou@gmail.com>
3961         * org-footnote.el (org-footnote-normalize): Fix positioning in
3962         HTML export without a footnote section.
3964 2012-04-27  Madan Ramakrishnan  <madanr79@gmail.com>  (tiny change)
3966         * org-agenda.el (org-agenda-bulk-mark): Truly make arg optional as
3967         advertised by the function.
3969 2012-04-27  Zachary Kanfer  <zkanfer@gmail.com>  (tiny change)
3971         * org.el (org-read-date-display): Fix bug when displaying the
3972         overlay.
3974 2012-04-27  Bastien Guerry  <bzg@gnu.org>
3976         * org.el (org-mode): Don't use `buffer-face-mode' by default.
3978 2012-04-27  Bastien Guerry  <bzg@gnu.org>
3980         * org-faces.el (org-date-selected): New face.
3982 2012-04-27  Jambunathan K  <kjambunathan@gmail.com>
3984         * org-odt.el (org-odt-format-org-link): Pay no heed to whether the
3985         internal links destined for headlines provide a description or
3986         not.  In fact, the `org-store-link' and `org-insert-link' create
3987         internal links which do have a description.
3989 2012-04-27  Bastien Guerry  <bzg@gnu.org>
3991         * org-clock.el (org-program-exists): Fix docstring.
3993 2012-04-14  Bastien Guerry  <bzg@gnu.org>
3995         * org.el (org-point-at-end-of-empty-headline): Only try to match
3996         `org-todo-line-regexp' when the value is non-nil, e.g. in non-org
3997         modes.
3998         (org-fontify-meta-lines-and-blocks-1): Prevent errors when trying
3999         to fontify beyond (point-max).
4001         * org-clock.el (org-clock-task-overrun-text)
4002         (org-task-overrun, org-clock-get-clock-string)
4003         (org-clock-update-mode-line)
4004         (org-clock-notify-once-if-expired): Rename `org-task-overrun'
4005         and `org-task-overrun-text' to `org-clock-task-overrun' and
4006         `org-clock-task-overrun-text' respectively.
4007         (org-task-overrun-text): New alias.
4009         * org-table.el (org-table-eval-formula): Fix bug about handling
4010         remote references as durations.
4011         (org-table-get-range): Fix bug: make sure references to $0 are
4012         correctly handled.
4014         * org-pcomplete.el (pcomplete/org-mode/file-option):
4015         Fix bug in `pcomplete/org-mode/file-option'.
4016         (org-thing-at-point): Also match line options like LATEX_CLASS
4017         when pcompleting from LATEX_.
4019         * org-agenda.el (org-agenda-filter-make-matcher)
4020         (org-agenda-filter-apply): Allow filtering entries out by
4021         category.  Using `C-u <' from the agenda view will redisplay
4022         the agenda without entries from categories of the current line.
4024 2012-04-14  Eric Schulte  <eric.schulte@gmx.com>
4026         * ob-C.el (org-babel-C-ensure-main-wrap):
4027         Add an explicit return to automatically generated main methods.
4029 2012-04-14  Matt Lundin  <mdl@imapmail.org>
4031         * org.el (org-after-todo-state-change-hook):
4032         Fix docstring to reflect name change of state to `org-state'.
4034 2012-04-14  Mike Sperber  <sperber@deinprogramm.de>  (tiny change)
4036         * org-footnote.el (org-footnote-normalize):
4037         Correctly pass keyword arguments to `org-export-preprocess-string'.
4039 2012-04-03  Bastien Guerry  <bzg@gnu.org>
4041         * org.el (org-todo): Fix regression: rename `state' to
4042         `org-state'.
4043         (org-use-effective-time): Fix group and type.
4045 2012-04-02  Bastien Guerry  <bzg@gnu.org>
4047         * org-clock.el (org-clock-out-if-current): Fix regression: rename
4048         `org-clock-state' to `org-state' to match the name of the
4049         dynamically-scoped variable in `org-todo'.
4051         * org-agenda.el (entry, org-diary, org-class): Fix regression:
4052         rename `org-entry' to `entry'.
4054 2012-04-01  Bastien Guerry  <bzg@gnu.org>
4056         * org.el (org-todo): Fix regression in `org-todo'.
4058 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
4060         * ob-C.el (org-babel-C-execute): Add .exe to the end of compiled
4061         C files on windows.
4063 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
4065         * ob-exp.el (org-babel-exp-code): Escape all lines when exporting
4066         Org-mode blocks.
4068         * ob.el (org-babel-parse-src-block-match): Make use of the new
4069         language argument to org-babel-strip-protective-commas.
4070         (org-babel-parse-inline-src-block-match): Make use of the new
4071         language argument to org-babel-strip-protective-commas.
4072         (org-babel-strip-protective-commas): Now accepts a language
4073         argument.
4075 2012-04-01  Bastien Guerry  <bzg@gnu.org>
4077         * org.el (org-fast-tag-selection): Fix an bug when listing tags
4078         for completion.
4080 2012-04-01  Ilya Shlyakhter  <ilya_shl@alum.mit.edu>  (tiny change)
4082         * org.el (org-delete-property-globally): Fixed a bug that left
4083         blank line in place of the property, instead of removing the line.
4085 2012-04-01  Bastien Guerry  <bzg@gnu.org>
4087         * ob-maxima.el (org-babel-maxima-command): Add group information
4088         to the defcustom.
4090 2012-04-01  Bastien Guerry  <bzg@gnu.org>
4092         * org.el (org-mode): Use `buffer-face-mode' to remap the 'default
4093         face to 'org-default.
4095 2012-04-01  Bastien Guerry  <bzg@gnu.org>
4097         * org-ascii.el (org-export-as-ascii): Fix escaping of underscores
4098         in links.
4100 2012-04-01  Bastien Guerry  <bzg@gnu.org>
4102         * org.el: Prevent a bug while defining the menu by requiring
4103         `org-beamer' when necessary.
4105 2012-04-01  Bastien Guerry  <bzg@gnu.org>
4107         * org-table.el (orgtbl-self-insert-command): Use
4108         `backward-delete-char' instead of `delete-backward-char' as this
4109         last command gets caught by the compiler which says to not use it
4110         in programs.  `backward-delete-char' is just an alias for
4111         `delete-backward-char' which is internally remapped to
4112         `org-delete-backward-char' for optimization purpose.
4114 2012-04-01  Bastien Guerry  <bzg@gnu.org>
4116         * org-latex.el (org-export-latex-subcontent): Bugfix: when
4117         `org-export-latex-low-levels' is nil, do not export low levels.
4119 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
4121         * ob.el (org-babel-insert-result): Fix bug in indented wrapped
4122         results insertion.
4124 2012-04-01  Bastien Guerry  <bzg@gnu.org>
4126         * org.el (org-set-tags): Include `org-tag-alist' in the list of
4127         possible completions, even when there are tags defined in the
4128         buffer.
4130 2012-04-01  Bastien Guerry  <bzg@gnu.org>
4132         * org-mime.el (org-mime-htmlize): Set
4133         `org-export-with-LaTeX-fragments' correctly.
4135 2012-04-01  Bastien Guerry  <bzg@gnu.org>
4137         * org.el (org-set-tags): Don't add a column when there is only one
4138         tag offered for completion.
4140 2012-04-01  Bastien Guerry  <bzg@gnu.org>
4142         * org.el (org-fast-tag-selection): Include tags from
4143         `org-tag-alist' when completing with the TAB key.
4145 2012-04-01  Shoji Nishimura  <nishimura.shoji@gmail.com>  (tiny change)
4147         * org.el (org-display-inline-images): Honor the ̀beg' parameter.
4149 2012-04-01  Bastien Guerry  <bzg@gnu.org>
4151         * org-latex.el (org-export-latex-subcontent): Don't insert a
4152         linebreak when itemizing a subtree that is just a headline.
4154 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
4156         * ob-lob.el (org-babel-lob-get-info): Removed extra []s when
4157         parsing inline call_foo lines.
4159 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
4161         * ob-maxima.el (org-babel-maxima-command): The maxima command used
4162         should be configurable (defaults to maxima-command if defined).
4163         (org-babel-execute:maxima): The maxima command used should be
4164         configurable (defaults to maxima-command if defined).
4166 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
4168         * ob-C.el (org-babel-C-execute): Add the local directory to the
4169         library search path for C/C++ block compilation.
4171 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
4173         * ob.el (org-babel-where-is-src-block-result): Don't truncate
4174         results name on call line execution.
4176 2012-04-01  Ilya Shlyakhter  <ilya_shl@alum.mit.edu>  (tiny change)
4178         * org-colview.el (org-columns-cleanup-item): Handle case of empty
4179         headline.
4181 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
4183         * org-footnote.el (org-footnote-delete-definitions): Fix LaTeX
4184         export error when a src block produces fake footnotes.
4186 2012-04-01  Bastien Guerry  <bzg@gnu.org>
4188         * org.el (org-read-date): Don't mention `parse-time-weekdays' and
4189         `parse-time-months' in the docstring.
4191 2012-04-01  Bastien Guerry  <bzg@gnu.org>
4193         * org-agenda.el (org-agenda-filter-apply): Bugfix: Add let
4194         binding.
4196 2012-04-01  Bastien Guerry  <bzg@gnu.org>  (tiny change)
4198         * org-colview.el (org-columns-compute): Also consider inline tasks
4199         when computing the sum.
4201 2012-04-01  Thomas Morgan  <tlm@ziiuu.com>  (tiny change)
4203         * org-habit.el (org-habit-insert-consistency-graphs): Fix
4204         alignment of consistency graph in filtered agenda view.
4206 2012-04-01  Bastien Guerry  <bzg@gnu.org>
4208         * org-latex.el (org-export-as-latex): Fix bug in setting the
4209         export directory according to the LaTeX options.
4211 2012-04-01  K.Nagashima  <uni.naga@gmail.com>  (tiny change)
4213         * org.el (org-show-subtree): Make interactive.
4215 2012-04-01  Ilya Shlyakhter  <ilya_shl@alum.mit.edu>
4217         * org-clock.el (org-clock-get-table-data): Make sure todo-only
4218         does not leak when it is set by make-org-tags-macher.
4220 2012-04-01  Bastien Guerry  <bzg@gnu.org>
4222         * org.el (org-cycle-internal-local): Don't try to hide drawers
4223         within subtrees in this function, it slows cycling down.
4225 2012-04-01  Bastien Guerry  <bzg@gnu.org>
4227         * org-agenda.el (org-agenda-custom-commands-local-options): Fix
4228         incorrect custom option definition.
4230 2012-04-01  Bastien Guerry  <bzg@gnu.org>
4232         * org-colview.el (org-columns-display-here): Bugfix: use the date
4233         as the value for the ITEM column when displaying a summary.
4235 2012-04-01  Martyn Jago  <martyn.jago@btinternet.com>
4237         * ob-lilypond.el: Re-direct homepage to Worg.
4239 2012-04-01  Martyn Jago  <martyn.jago@btinternet.com>
4241         * ob-lilypond.el: Leave versioning to Org.
4243 2012-04-01  Martyn Jago  <martyn.jago@btinternet.com>
4245         * ob-lilypond.el: Fix compiler warning.
4247 2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
4249         * org-odt.el (org-odt-format-entity-caption): Enumerate entities
4250         that have either a caption or a label.
4251         (org-odt-label-styles, org-odt-category-map-alist): Add a
4252         separator between sequence number and caption.  Introduced two
4253         new label styles for handling of math formula and math label.
4254         (org-odt-format-label-definition)
4255         (org-export-odt-format-formula): Propagate above changes.
4257 2012-04-01  Bastien Guerry  <bzg@gnu.org>
4259         * org.el (org-enforce-todo-dependencies): Fix docstring.
4261 2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
4263         * org-odt.el (org-export-odt-category-strings): New custom
4264         variable.
4265         (org-odt-category-map-alist): Modify interpretation.  Don't
4266         use the same field to double up as both a OpenDocument
4267         variable and a category string.  Entries in this list now
4268         specify only the OpenDocument variable.  Category strings are
4269         obtained through an indirect lookup of
4270         `org-export-odt-category-strings'.  Use same OpenDocument
4271         variables as what LibreOffice uses for various entities.  Fix
4272         docstring.
4273         (org-odt-add-label-definition)
4274         (org-odt-format-label-definition)
4275         (org-odt-format-label-reference): Propagate above changes.
4277 2012-04-01  Bastien Guerry  <bzg@gnu.org>  (tiny change)
4279         * org-latex.el (org-export-as-latex): Check TeX-master correctly.
4281 2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
4283         * org-odt.el (org-odt-category-map-alist): Update docstring.
4284         (org-export-odt-user-categories)
4285         (org-export-odt-get-category-from-label)
4286         (org-odt-get-label-category-and-style): Remove.
4287         (org-odt-add-label-definition): Propagate above changes.
4289 2012-04-01  Bastien Guerry  <bzg@gnu.org>  (tiny change)
4291         * org.el (org-refile): Don't allow creation of parents when using
4292         the refile command to go to a headline.
4294 2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
4296         * org-odt.el (org-odt-format-org-link): Resolve links to headlines
4297         as section numbers only if section numbering is on.
4299 2012-04-01  Bastien Guerry  <bzg@gnu.org>
4301         * org.el (format-spec): Require 'format-spec.
4303 2012-04-01  Bastien Guerry  <bzg@gnu.org>  (tiny change)
4305         * org-latex.el (org-export-as-latex): Fix TeX-master declaration.
4307 2012-04-01  Ilya Shlyakhter  <ilya_shl@alum.mit.edu>  (tiny change)
4309         * org.el (org-imenu-get-tree): Check that looking-at succeeds
4310         before using match results.
4312 2012-04-01  Bastien Guerry  <bzg@gnu.org>
4314         * org-exp-blocks.el (org-ditaa-jar-path): Make a defcustom.
4316 2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
4318         * org-lparse.el (org-do-lparse): Make effective setting of
4319         `org-export-headline-levels' available to the ODT exporter.  Also
4320         remove some stale comments.
4322 2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
4324         * org-odt.el (org-odt-begin-toc): Handle named HTML entities in
4325         per-language string for "Table Of Contents".
4327 2012-04-01  Bastien Guerry  <bzg@gnu.org>
4329         * org-exp-blocks.el (org-ditaa-jar-path): Fix merge conflict.
4331 2012-04-01  Shaun Johnson  <shaun@slugfest.demon.co.uk>  (tiny change)
4333         * org-exp-blocks.el (org-ditaa-jar-path): Better heuristic to find
4334         the libary name.
4336 2012-04-01  Suvayu Ali  <fatkasuvayu+linux@gmail.com>
4338         * org-src.el (org-edit-src-code): Change let bind to let*, e.g. if
4339         case-fold-search is bound to nil globally, the
4340         (case-fold-search t) doesn't work until we get to the body.
4342 2012-04-01  Bastien Guerry  <bzg@gnu.org>  (tiny change)
4344         * org-latex.el (org-export-latex-tables): Allow to use
4345         sidewaystable.
4347 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
4349         * ob.el (org-babel-expand-noweb-references): Fix bug in src name
4350         regexp when using *org-babel-use-quick-and-dirty-noweb-expansion*.
4352 2012-04-01  David Maus  <dmaus@ictsoc.de>
4354         * org.el (org-scan-tags): Require one or more spaces (+) between
4355         keyword and headline.
4357 2012-04-01  David Maus  <dmaus@ictsoc.de>
4359         * org-agenda.el (org-prepare-agenda): Don't reset
4360         `org-done-keywords-for-agenda' when `org-agenda-multi'.
4362 2012-04-01  Thomas Morgan  <tlm@ziiuu.com>  (tiny change)
4364         * org-habit.el (org-habit-insert-consistency-graphs): Fix bug
4365         while inserting habit graph in the agenda buffer.
4367 2012-04-01  Bastien Guerry  <bzg@gnu.org>  (tiny change)
4369         * org-src.el (org-src-edit-buffer-p): New function.
4371 2012-04-01  Bastien Guerry  <bzg@gnu.org>  (tiny change)
4373         * org-agenda.el (org-agenda-skip-if): Fix the order conditions are
4374         being checked.  Also enhance the docstring a bit.
4376 2012-04-01  Bastien Guerry  <bzg@gnu.org>  (tiny change)
4378         * org-agenda.el (org-agenda-tree-to-indirect-buffer): Fix the
4379         display of indirect agenda window.
4381 2012-04-01  Bastien Guerry  <bzg@gnu.org>  (tiny change)
4383         * org.el (org-create-formula-image, org-dvipng-color): Fix XEmacs
4384         compatibility bug.
4386 2012-04-01  Carsten Dominik  <carsten.dominik@gmail.com>  (tiny change)
4388         * org-clock.el (org-clock-get-table-data): Bind org-scanner-tags
4389         to tags-list and org-trust-scanner-tags to t while evaluating the
4390         matcher, since the matcher is always evaluated at the current
4391         entry.
4393 2012-04-01  Ilya Shlyakhter  <ilya_shl@alum.mit.edu>  (tiny change)
4395         * org.el (org-scan-tags): Bind org-trust-scanner-tags to t while
4396         evaluating the matcher, since the matcher is always evaluated at
4397         the current entry.
4399 2012-04-01  Ilya Shlyakhter  <ilya_shl@alum.mit.edu>  (tiny change)
4401         * ob-lilypond.el (ly-compile-lilyfile): Fixed misplaced comma in a
4402         quoting expression.
4404 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
4406         * ob.el (org-babel-merge-params): Add "eval" as acceptable noweb
4407         argument.
4408         (org-babel-noweb-p): The "eval" argument only expands during
4409         evaluation.
4411 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
4413         * ob.el (org-strip-protective-commas): Declared.
4415         * org-agenda.el (org-agenda-filtered-by-category): Declared.
4416         (org-agenda-filter-apply): Capture free variable.
4418         * org-footnote.el (org-skip-whitespace): Declared.
4420         * org-mobile.el (org-agenda-filter): Declared.
4422         * org-src.el (org-strip-protective-commas): Declared.
4424 2012-04-01  Sebastien Vauban  <sva@mygooglest.com>  (tiny change)
4426         * org.el (org-version): Add autoload cookie.
4428 2012-04-01  David Maus  <dmaus@ictsoc.de>
4430         * org-attach.el (org-attach-store-link-p): Remove spurious quote
4431         in customization form choice.
4433 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
4435         * ob-sh.el (org-babel-execute:sh): Pass all params to subroutine.
4436         (org-babel-sh-evaluate): Apply :shebang and :padline to shell script
4437         execution.
4439 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
4441         * ob.el (org-babel-insert-result): Ensure correct order for empty
4442         result wrapping blocks.
4444 2012-04-01  Martyn Jago  <martyn.jago@btinternet.com>
4446         * ob-lilypond.el: Make auditioning of midi and pdf asynchronous,
4447         and add easy pdf generation in the form of `ly-gen-pdf' variable.
4449 2012-04-01  Deech  <deech@deech-ThinkPad-X200.none>  (tiny change)
4451         * ob-tangle.el (org-babel-spec-to-string): The link generated by
4452         org-store-link is escaped twice when tangling with ":comments yes"
4453         flag.
4455 2012-04-01  Bastien Guerry  <bzg@gnu.org>
4457         * org-html.el (org-export-as-html): Remove another useless space
4458         before tag.
4460 2012-04-01  Bastien Guerry  <bzg@gnu.org>
4462         * org-html.el (org-export-as-html): Remove another useless space
4463         before tag.
4465 2012-04-01  Bastien Guerry  <bzg@gnu.org>
4467         * org-html.el (org-export-as-html): Remove useless space before
4468         tag.
4470 2012-04-01  Sebastien Vauban  <sva@mygooglest.com>  (tiny change)
4472         * org.el (org-version): Add autoload cookie.
4474 2012-04-01  Bastien Guerry  <bzg@gnu.org>
4476         * org.el (org-get-category): Save match data.
4478 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
4480         * ob-tangle.el (org-babel-tangle): Don't prompt for a file name if
4481         :tangle is specified.
4483         * ob.el (org-babel-expand-noweb-references): Widen buffer when
4484         expanding noweb references.
4486 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
4488         * ob-table.el (sbe): Don't accidentally leave a `t' value when
4489         variables are force interpreted as strings.
4491 2012-04-01  David Maus  <dmaus@ictsoc.de>
4493         * org-bbdb.el (org-bbdb-open, org-bbdb-open-old)
4494         (org-bbdb-open-new): Pass record name to avoid dynamic scoping.
4496 2012-04-01  David Maus  <dmaus@ictsoc.de>
4498         * org-bbdb.el (bbdb-record-get-field, bbdb-search-name)
4499         (bbdb-search-organization): Declare functions to silence byte
4500         compiler.
4502 2012-04-01  Bernt Hansen  <bernt@norang.ca>
4504         * org.el (org-clone-subtree-with-time-shift): Fix task cloning for
4505         repeating tasks using .+n and ++n syntax.
4507 2012-04-01  Karl Fogel  <kfogel@red-bean.com>  (tiny change)
4509         * org-agenda.el (org-agenda-highlight-todo): Handle the case of a
4510         heading that has a date but no todo keyword.
4512 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
4514         * ob.el (org-babel-find-named-result): Fix code block replacement
4515         with results.
4517 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
4519         * org-footnote.el (org-footnote-normalize): Do not normalize
4520         labels when sort-only is non-nil.
4522 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
4524         * org-footnote.el (org-footnote-normalize): Remove an useless part
4525         of the function.
4526         (org-insert-footnote-reference-near-definition): Remove function.
4528 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
4530         * org-footnote.el (org-footnote-normalize): Fix normalization of
4531         inline footnotes with no footnote section.
4533 2012-04-01  David Maus  <dmaus@ictsoc.de>
4535         * org-bbdb.el (org-bbdb-old): Replace `defvar' after loading 'bbdb
4536         to check for old or new version by a check for the required
4537         function in `org-bbdb-open' and `org-bbdb-store-link'.
4538         (org-bbdb-store-link, org-bbdb-open): Check which version of bbdb is
4539         to be used.
4541 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
4543         * ob.el (org-babel-find-named-result): Don't miss a code block
4544         when there are confounding spaces after the result name.
4546 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
4548         * ob-lob.el (org-babel-block-lob-one-liner-regexp): Less greedy
4549         regular expressions.
4550         (org-babel-inline-lob-one-liner-regexp): Less greedy regular
4551         expressions.
4553 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
4555         * ob.el (org-babel-examplize-region): Fixed bug in examplization.
4557 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
4559         * org.el (org-link-search): Search for #+name affiliated keywords
4560         and invisible targets.
4562 2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
4564         * org-lparse.el (org-lparse-end-footnote-definition): Cleanup
4565         newlines in a transcoded footnote definition.  This ensures that
4566         the line that is currently being processed by `org-do-lparse' loop
4567         doesn't get broken up into multiple lines.  Fix for the following
4568         bug -
4570 2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
4572         * org-footnote.el (org-footnote-normalize): Force a paragraph
4573         break after the last footnote definition.  This is an an implicit
4574         assumption made by the org-lparse.el library.  With this change,
4575         footnote definitions can reliably be exported with ODT backend.
4576         See http://lists.gnu.org/archive/html/emacs-orgmode/2012-02/msg01013.html.
4578 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
4580         * ob-ditaa.el (org-ditaa-jar-path): Fix a recursive load error.
4582 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
4584         * org-list.el (org-list-struct): Fix small bug introduced by
4585         commit 8b7a3f249803aba612f9ad3ae50c2fc986247da4 in Org's git repo.
4587 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
4589         * ob-ditaa.el (org-ditaa-jar-path): Already defined in
4590         org-exp-blocks.el.
4592         * org-exp-blocks.el (org-ditaa-jar-path): Declare appropriately
4593         for the fact that this is really now a Babel thing -- even if it
4594         is used here and the definition should remain here for reasons of
4595         load dependencies.
4597 2012-04-01  David Maus  <dmaus@ictsoc.de>
4599         * org-bbdb.el (org-bbdb-old): Wrap `defvar' so the variable gets
4600         defined after bbdb was loaded.
4602 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
4604         * org-latex.el (org-export-latex-tables): Don't add spurious
4605         preceding newline if caption is not above a longtable.
4607 2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
4609         * org-odt.el (org-odt-insert-toc): Remove this stray,
4610         dysfunctional routine.  This possibly has crept in because of the
4611         broken merges between "maint" and "origin" branches.
4612         (org-odt-begin-table): Don't emit an empty paragraph when a table is
4613         neither labeled nor captioned.
4614         (org-odt-init-outfile): Remove reference to an unused variable.
4616 2012-04-01  Viktor Rosenfeld  <listuser36@googlemail.com>
4618         * ob-sql.el (org-babel-execute:sql): Add support for MonetDB to
4619         SQL code blocks.
4621 2012-04-01  Andreas Leha  <andreas.leha@med.uni-goettingen.de>
4623         * ob.el (org-babel-goto-named-src-block): Pushing the point to the
4624         org-mark-ring and guessing at the code block name to jump to.
4626 2012-04-01  David Maus  <dmaus@ictsoc.de>
4628         * org-agenda.el (org-agenda-tree-to-indirect-buffer): Fix handling
4629         of indirect buffer and window.
4631 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
4633         * org-footnote.el (org-footnote-forbidden-blocks): Allow footnotes
4634         in verse blocks.
4636 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
4638         * org-footnote.el (org-footnote-forbidden-blocks): Allow footnotes
4639         in verse blocks.
4641 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
4643         * org-exp.el (org-table-clean-before-export): Ignore table rows
4644         defining parameters for formulas during export.
4646 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
4648         * org-list.el (org-list-get-item-number): New function.
4650 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
4652         * org-list.el (org-list-ending-method, org-list-end-regexp):
4653         Removed variables.
4654         (org-in-item-p, org-list-separating-blank-lines-number)
4655         (org-list-parse-list, org-list-struct): Apply changes.
4657         * org-exp.el (org-export-mark-list-end)
4658         (org-export-mark-list-properties): Apply changes.
4660         * org-latex.el (org-export-latex-lists): Apply changes.
4662 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
4664         * org.el (org-cycle-internal-local): Correctly unfold headlines
4665         containing an inlinetask.
4667 2012-04-01  Bastien Guerry  <bzg@gnu.org>
4669         * org.el (org-structure-template-alist): Fix missing angle
4670         brackets for muse export style.
4672 2012-04-01  David Maus  <dmaus@ictsoc.de>
4674         * org.el (org-recenter-calendar): Use `with-selected-window' to
4675         select calendar window and save currently selected window and
4676         current buffer.
4678 2012-04-01  Toby S. Cubitt  <tsc25@cantab.net>  (tiny change)
4680         * org.el (org-goto): Call org-refile-get-location with NO-EXCLUDE
4681         argument set, otherwise not only are headlines in the current
4682         subtree excluded, but it throws an error if point happens not to
4683         be within a subtree (e.g. at start of buffer).
4685 2012-04-01  David Maus  <dmaus@ictsoc.de>
4687         * org.el (org-scan-tags): Fix highlighting in sparse-tree.
4689 2012-04-01  David Maus  <dmaus@ictsoc.de>
4691         * org-clock.el (org-in-clocktable-p): Moved to org.el.
4693         * org.el (org-in-clocktable-p): New function. Moved from
4694         org-clock.el.
4696 2012-04-01  David Maus  <dmaus@ictsoc.de>
4698         * org-exp.el (org-export-get-title-from-subtree): Don't format
4699         tags in title if title headline does not have tags.
4701 2012-04-01  Bastien Guerry  <bzg@gnu.org>
4703         * org.el (org-cycle-internal-local): Fix bug: hide drawers in
4704         inline tasks too.
4706 2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
4708         * org-odt.el (org-odt-format-preamble): Don't insert TOC here.
4709         Delay it till the end of export.
4710         (org-odt-begin-document-body): Make a note of the default
4711         position of TOC in `org-lparse-dyn-first-heading-pos'.
4712         (org-odt-insert-toc): Insert TOC as directed by
4713         [TABLE-OF-CONTENTS] line or at the default position.
4714         (org-odt-end-export): Call `org-odt-insert-toc'.
4716 2012-04-01  Bastien Guerry  <bzg@gnu.org>
4718         * org.el (org-preview-latex-fragment): Throw an error when called
4719         from a non-file buffer.
4721 2012-04-01  David Maus  <dmaus@ictsoc.de>
4723         * org-capture.el (org-capture-place-item): Don't search for
4724         position in existing list if :exact-position was supplied.
4726 2012-04-01  Bastien Guerry  <bzg@gnu.org>
4728         * org.el (org-set-font-lock-defaults): Fix bug in done headline
4729         fontification.
4731 2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
4733         * org-odt.el (org-odt-format-textbox): Honor user-specified width
4734         in captioned images.
4736 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
4738         * org.el (org-update-property-plist): Fix bug in property list
4739         updates.
4741 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
4743         * ob.el (org-babel-balanced-split): Explicit checking if list
4744         before calling member.
4746 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
4748         * ob-sqlite.el (org-babel-execute:sqlite): Specify the use of ","
4749         as the separator to `org-table-convert-region'.  Fixes errors when
4750         only one result per line of output.
4752 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
4754         * ob.el (org-babel-strip-protective-commas): Use
4755         `org-strip-protective-commas'.
4757         * org-exp.el (org-export-select-backend-specific-text): Use
4758         `org-strip-protective-commas'.
4760         * org-src.el (org-edit-src-code): Use
4761         `org-strip-protective-commas'.
4763         * org.el (org-strip-protective-commas): Single definition for this
4764         functionality.
4766 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
4768         * ob-sql.el: Mention ob-sqlite in the comments of ob-sql.
4770 2012-04-01  David Maus  <dmaus@ictsoc.de>
4772         * org-capture.el (org-capture-prepare-finalize-hook): New hook.
4773         Run before the finalization process starts.
4774         (org-capture-finalize): Run new hook.
4776 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
4778         * org.el (org-entry-get): Generalize to multiple "prop+"
4779         properties.
4781 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
4783         * org-src.el (org-src-mode-map): Rebinding `org-edit-src-save' in
4784         the `org-src-mode-map'.
4786 2012-04-01  David Maus  <dmaus@ictsoc.de>
4788         * org.el (org-recenter-calendar): Use `with-selected-window' to
4789         select calendar window and save currently selected window and
4790         current buffer.
4792 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
4794         * org-list.el (org-list-ending-method, org-list-end-regexp):
4795         Removed variables.
4796         (org-in-item-p, org-list-separating-blank-lines-number)
4797         (org-list-parse-list, org-list-struct): Apply changes.
4799         * org-exp.el (org-export-mark-list-end)
4800         (org-export-mark-list-properties): Apply changes.
4802         * org-latex.el (org-export-latex-lists): Apply changes.
4804 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
4806         * org.el (org-entry-get): Accumulate properties from subtree
4807         property drawers.
4809 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
4811         * org.el (org-entry-get): Accumulate properties from subtree
4812         property drawers.
4814 2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
4816         * org-odt.el (org-export-odt-image-size-probe-method)
4817         (org-odt-do-image-size): Use imagemagick preferentially to
4818         determine image sizes.
4820 2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
4822         * org-odt.el (org-export-as-odt-to-buffer)
4823         (org-replace-region-by-odt, org-export-region-as-odt): Remove
4824         these interactive functions.  They are of questionable value.
4826 2012-04-01  Toby S. Cubitt  <tsc25@cantab.net>  (tiny change)
4828         * org.el (org-goto): Call org-refile-get-location with NO-EXCLUDE
4829         argument set, otherwise not only are headlines in the current
4830         subtree excluded, but it throws an error if point happens not to
4831         be within a subtree (e.g. at start of buffer).
4833 2012-04-01  Bastien Guerry  <bzg@gnu.org>
4835         * org-exp.el (org-export-kill-product-buffer-when-displayed)
4836         (org-export-initial-scope, org-export-date-timestamp-format)
4837         (org-export-with-tasks, org-export-email-info)
4838         (org-export-table-remove-empty-lines): Add version tag.
4840 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
4842         * org.el (org-cycle-internal-local): Correctly unfold headlines
4843         containing an inlinetask.
4845 2012-04-01  Bernt Hansen  <bernt@norang.ca>
4847         * org-clock.el (org-clock-out): Do not delete the current clocking
4848         task when org-clock-out-hook clocks in another task.
4850 2012-04-01  David Maus  <dmaus@ictsoc.de>
4852         * org.el (org-scan-tags): Fix highlighting in sparse-tree.
4854 2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
4856         * org-odt.el (org-export-odt-convert-processes): Re-define
4857         (org-export-odt-convert-capabilities): Fix an accidental
4858         regression.
4860 2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
4862         * org-odt.el (org-export-odt-convert-capabilities): Change the
4863         default value.
4865 2012-04-01  David Maus  <dmaus@ictsoc.de>
4867         * org-clock.el (org-in-clocktable-p): Moved to org.el.
4869         * org.el (org-in-clocktable-p): New function.  Moved from org-clock.el.
4871 2012-04-01  David Maus  <dmaus@ictsoc.de>
4873         * org-exp.el (org-export-get-title-from-subtree): Don't format
4874         tags in title if title headline does not have tags.
4876 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
4878         * org-footnote.el (org-blank-before-new-entry)
4879         (org-export-footnotes-seen, org-export-footnotes-data): Fix bogus
4880         declarations.
4882 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
4884         * org.el (org-beginning-of-line, org-end-of-line): Fix special C-a
4885         and C-e behaviour with visual lines.
4887 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
4889         * org-exp-blocks.el (org-export-blocks): Changed the name of
4890         exporting comment blocks given that it seems regular comment
4891         blocks no longer export.
4893 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
4895         * ob-exp.el (org-babel-exp-get-export-buffer): Access current
4896         export buffer.
4897         (org-babel-exp-in-export-file): Access current export buffer.
4898         (org-babel-exp-src-block): Access current export buffer.
4899         (org-babel-exp-inline-src-blocks): Access current export buffer.
4901 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
4903         * ob-exp.el (org-babel-exp-in-export-file)
4904         (org-babel-exp-src-block, org-babel-exp-inline-src-blocks): Allow
4905         org-current-export-file to contain a buffer.
4907 2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
4909         * org-lparse.el (org-lparse-do-convert): Replace `call-process'
4910         with `shell-command-to-string'.
4912 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
4914         * org-footnote.el (org-footnote-create-definition): Fix space
4915         insertion when creating a new footnote.  This fixes newline
4916         munching when `org-footnote-section' is nil and blank lines
4917         stacking when it isn't nil.
4919 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
4921         * org-footnote.el (org-footnote-normalize): Make sure that
4922         footnotes are moved to a single place during export.
4924 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
4926         * org-footnote.el (org-footnote-normalize): Ensure footnote
4927         definition will be inserted at the end of the section
4928         corresponding to to its first reference.
4930 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
4932         * org-footnote.el (org-footnote-at-definition-p): Make sure to
4933         move point at the beginning of the separator before skiping white
4934         spaces.  Refactor code.
4936 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
4938         * ob-exp.el (org-babel-exp-src-block): Strip noweb references on
4939         export when "strip-export".
4941         * ob.el (org-babel-common-header-args-w-values): New noweb
4942         header value.
4943         (org-babel-merge-params): New noweb header value.
4944         (org-babel-noweb-p): New noweb header value.
4946 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
4948         * ob-tangle.el (org-babel-tangle-clean): Just use default value.
4950         * ob.el (org-babel-noweb-wrap): Add default value.
4951         (org-babel-expand-noweb-references): Just use default value.
4953 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
4955         * org-exp.el (org-export-select-backend-specific-text): Always
4956         preserve original indentation as a text property so that lists do
4957         not get broken by indentation at column 0.
4959 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
4961         * ob.el (org-babel-expand-noweb-references): Don't allow newlines
4962         in source names in noweb references.
4964 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
4966         * org.el (org-fill-line-break-nobreak-p): New function.
4967         (org-set-autofill-regexps): Add previous function to
4968         `fill-nobreak-predicate'.
4970 2012-04-01  Vitalie Spinu  <spinuvit@gmail.com>  (tiny change)
4972         * ob-R.el (org-babel-R-evaluate-session): Inhibit R evaluation
4973         visibility regardless of local user customization.
4975 2012-04-01  Carsten Dominik  <carsten.dominik@gmail.com>
4977         * org-inlinetask.el (org-inlinetask-show-first-star): New option.
4978         (org-inlinetask-fontify): Honor `org-inlinetask-show-first-star'.
4980         * org-indent.el (org-indent-set-line-properties): Honor
4981         `org-inlinetask-show-first-star'.
4983 2012-04-01  Bastien Guerry  <bzg@gnu.org>
4985         * org.el (org-set-regexps-and-options): Ensure `org-drawers'
4986         doesn't contain duplicates.
4988 2012-04-01  Bastien Guerry  <bzg@gnu.org>
4990         * org.el (org-at-drawer-p): Normalize the docstring to match other
4991         `org-at-*-p' docstrings.
4992         (org-indent-block, org-indent-drawer, org-at-block-p): New
4993         functions.
4994         (org-metaright): Use the new functions to indent a drawer or a
4995         block depending on the context.  Also update the docstring.
4997 2012-04-01  Bastien Guerry  <bzg@gnu.org>
4999         * org.el (org-set-regexps-and-options): Set the value of
5000         `org-drawers' by adding the value of the infile #+DRAWERS option
5001         to that of the existing `org-drawers'.
5003 2012-04-01  Bastien Guerry  <bzg@gnu.org>
5005         * org.el (org-cycle-internal-local): Fix bug: hide drawers in
5006         inline tasks too.
5008 2012-04-01  Bastien Guerry  <bzg@gnu.org>
5010         * org-inlinetask.el (org-inlinetask-toggle-visibility): Use
5011         `org-show-entry' instead of `outline-flag-region' to keep the
5012         drawers folded when unfolding an inline task.
5014 2012-04-01  Torsten Anders  <torsten.anders@beds.ac.uk>  (tiny change)
5016         * org-beamer.el (org-beamer-environments-default): Add support and
5017         keybinding for the `exampleblock' environment.
5019 2012-04-01  Michael Brand  <michael.ch.brand@gmail.com>
5021         * org.el (org-open-link-from-string): Regard `reference-buffer'
5022         when setting `org-inhibit-startup'.
5024 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
5026         * ob-exp.el (org-babel-exp-non-block-elements): Don't insert extra
5027         space between inline src block and results on export.
5029 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
5031         * ob.el (org-babel-get-inline-src-block-matches): Allow *any*
5032         punctuation to proceed an inline src block.
5034 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
5036         * ob.el (org-babel-get-inline-src-block-matches): Add ( to the
5037         list of characters allowed to proceed an inline src block.
5039 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
5041         * ob-tangle.el (org-babel-tangle-clean): Use the customizable
5042         noweb wrappers.
5044         * ob.el (org-babel-noweb-wrap-start): Begin a noweb reference.
5045         (org-babel-noweb-wrap-end): End a noweb reference.
5046         (org-babel-noweb-wrap): Apply the customizable noweb wrappers.
5047         (org-babel-expand-noweb-references): Use the customizable noweb
5048         wrappers.
5050 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
5052         * org.el (org-beginning-of-line): Handle case when there's no
5053         character after box.
5055 2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
5057         * org-odt.el (org-odt-format-preamble): Don't insert TOC here.
5058         Delay it till the end of export.
5059         (org-odt-begin-document-body): Make a note of the default
5060         position of TOC in `org-lparse-dyn-first-heading-pos'.
5061         (org-odt-insert-toc): Insert TOC as directed by
5062         [TABLE-OF-CONTENTS] line or at the default position.
5063         (org-odt-end-export): Call `org-odt-insert-toc'.
5065 2012-04-01  Bastien Guerry  <bzg@gnu.org>
5067         * org.el (org-preview-latex-fragment): Throw an error when called
5068         from a non-file buffer.
5070 2012-04-01  Bastien Guerry  <bzg@gnu.org>
5072         * org.el (org-insert-property-drawer): Not an interactive
5073         command anymore.
5074         (org-insert-drawer): With a prefix argument, insert a property
5075         drawer.  Check for headline within the region before inserting the
5076         drawer.  Don't include special drawers in the completion table.
5077         (org-mode-map): New keybinding `C-c C-x d' for
5078         `org-insert-drawer'.
5080 2012-04-01  Bastien Guerry  <bzg@gnu.org>
5082         * org.el (org-insert-drawer): Support completion over known drawer
5083         names and inserting a drawer around the current region.
5085 2012-04-01  Bastien Guerry  <bzg@gnu.org>
5087         * org.el (org-insert-drawer): New function.
5088         (org-insert-property-drawer): Use it.
5090 2012-04-01  Bastien Guerry  <bzg@gnu.org>
5092         * org-list.el (org-mark-list): New function.
5094 2012-04-01  Bastien Guerry  <bzg@gnu.org>
5096         * org-pcomplete.el (pcomplete/org-mode/drawer): New function to
5097         complete drawer at point.
5098         (org-thing-at-point): Use it.
5100 2012-04-01  Bastien Guerry  <bzg@gnu.org>
5102         * org.el (org-meta-return): Use `newline-and-indent' when in a
5103         property drawer.
5105 2012-04-01  Bastien Guerry  <bzg@gnu.org>
5107         * org.el (org-structure-template-alist): Fix docstring: the
5108         feature is not experimental anymore.
5110 2012-04-01  Bastien Guerry  <bzg@gnu.org>
5112         * org-agenda.el (org-agenda-show-and-scroll-up): Allow `C-u' to
5113         display the item without unfolding drawers and logbooks.
5115 2012-04-01  Bastien Guerry  <bzg@gnu.org>
5117         * org-src.el (org-edit-src-code): Make sure `buffer-file-name' is
5118         always nil.
5120 2012-04-01  Bastien Guerry  <bzg@gnu.org>
5122         * org.el (org-structure-template-alist): Fix missing angle
5123         brackets for muse export style.
5125 2012-04-01  Bastien Guerry  <bzg@gnu.org>
5127         * org.el (org-read-date): New parameter `inactive' when reading
5128         for insertion of inactive timestamps.
5129         (org-time-stamp, org-read-date-display): Use the new
5130         parameter.
5132 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
5134         * ob.el (org-babel-expand-noweb-references): Only allow
5135         reference names which start and end with non-whitespace characters.
5136         Also, raise errors as appropriate given org-babel-noweb-error-langs.
5138 2012-04-01  Bastien Guerry  <bzg@gnu.org>
5140         * org-src.el (org-src-in-org-buffer): Save and restore
5141         `buffer-undo-list' after editing.
5143 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
5145         * ob.el (org-babel-common-header-args-w-values): Add new header
5146         argument.
5147         (org-babel-expand-noweb-references): Use header argument rather than
5148         customization variable.
5150 2012-04-01  David Maus  <dmaus@ictsoc.de>
5152         * org-capture.el (org-capture-place-item): Don't search for
5153         position in existing list if :exact-position was supplied.
5155 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
5157         * ob.el (org-babel-noweb-separator): Custom variable for
5158         accumulated noweb references.
5159         (org-babel-expand-noweb-references): Allow separator for noweb
5160         references.
5162 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
5164         * org.el (org-beginning-of-line): In an item, special position
5165         for C-a is after check-box, if any.
5166         (org-special-ctrl-a/e): Modify doc-string accordingly.
5168 2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
5170         * org-odt.el (org-export-odt-format-formula): Use :style
5171         property to specify custom table styles.
5173 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
5175         * ob-exp.el (org-babel-exp-call-line-template): Control export of
5176         additional call line information.
5177         (org-babel-exp-non-block-elements): Fancier call line export.
5179 2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
5181         * org-odt.el (org-odt-entity-frame-styles): Add frame params
5182         for images that are anchored as character.
5183         (org-export-odt-format-image): Handle new anchor type
5184         "as-char".
5185         (org-export-odt-default-image-sizes-alist): Misc. change.
5186         (org-export-odt-format-formula): Misc. change.
5188 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
5190         * ob.el (org-babel-check-src-block): Don't report valid header
5191         arguments as suspicious.
5193 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
5195         * ob-exp.el (org-babel-exp-non-block-elements): Map over both
5196         inline src blocks and call lines on export.
5198 2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
5200         * org-odt.el (org-odt-label-styles): Add a new style.
5201         (org-odt-category-map-alist): Use it.
5203 2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
5205         * org-odt.el (org-odt-table-style-format): New.  Template for
5206         auto-generated table styles.
5207         (org-odt-automatic-styles, org-odt-object-counters): New
5208         variables.
5209         (org-odt-add-automatic-style): New function.
5210         (org-odt-write-automatic-styles): New function.  Create
5211         automatic styles for tables that have custom :rel-width.
5212         (org-odt-begin-table): Parse attributes specified with
5213         "#+ATTR_ODT: " option and use it to create an automatic table
5214         style.
5215         (org-odt-save-as-outfile): Call
5216         `org-odt-add-write-automatic-styles'.
5217         (org-odt-init-outfile): Init newly add variables.
5218         (org-odt-section-count): Remove it.
5219         (org-odt-begin-section): Use `org-odt-add-automatic-style' to
5220         generate an automatic section name.
5222 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
5224         * ob.el (org-babel-map-executables): Correctly position point when
5225         mapping hits an inline code block.
5227 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
5229         * ob.el (org-babel-execute-src-block): Ensure params are
5230         incorporated *before* checking if evaluation is legal.
5232 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
5234         * ob-exp.el (org-babel-exp-lob-one-liners): Ensure `end' is a
5235         marker so it is updated as required during export.
5237 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
5239         * org-src.el (org-src-in-org-buffer): Run commands in the parent
5240         buffer.
5241         (org-edit-src-save): Use new macro.
5242         (org-src-tangle): Tangle the parent buffer.
5244 2012-04-01  Bastien Guerry  <bzg@gnu.org>
5246         * org.el (org-set-font-lock-defaults): Fix bug in done
5247         headline fontification.
5249 2012-04-01  Bastien Guerry  <bzg@gnu.org>
5251         * org.el (org-set-font-lock-defaults): Fix bug in done
5252         headline fontification.
5254 2012-04-01  Bastien Guerry  <bzg@gnu.org>
5256         * org.el (org-return): Act normally when in code blocks.
5258 2012-04-01  Bastien Guerry  <bzg@gnu.org>
5260         * org.el (org-in-src-block-p): New function.
5261         (org-context): Return new contexts :clocktable and :src-block.
5263 2012-04-01  Bastien Guerry  <bzg@gnu.org>
5265         * org.el (org-set-tags-command, org-set-tags): Make ̀C-u C-c
5266         C-q' do the right thing even when point is before the first
5267         heading.
5269 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
5271         * ob.el (org-babel-noweb-p): Disambiguate intersection name.
5273 2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
5275         * org-odt.el (org-odt-format-textbox): Honor user-specified
5276         width in captioned images.
5278 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
5280         * ob.el (org-babel-map-src-blocks): Replace gensym with make-symbol.
5281         (org-babel-map-inline-src-blocks): Replace gensym with make-symbol.
5282         (org-babel-map-call-lines): Replace gensym with make-symbol.
5283         (org-babel-map-executables): Replace gensym with make-symbol.
5285 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
5287         * ob-exp.el (org-babel-exp-results): Alter a copy of info.
5289 2012-04-01  Bastien Guerry  <bzg@gnu.org>
5291         * org-html.el (org-export-as-html): Initialize
5292         `html-pre-real-contents' correctly.
5294 2012-04-01  Bastien Guerry  <bzg@gnu.org>
5296         * org-html.el (org-export-as-html): Initialize
5297         `html-pre-real-contents' correctly.
5299 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
5301         * ob-exp.el (org-babel-exp-code): Ensure code block name is a
5302         string on export.
5304 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
5306         * ob-exp.el (org-babel-exp-code-template): Customizable code
5307         block export format string.
5308         (org-babel-exp-code): Customizable code block export.
5310 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
5312         * ob-clojure.el (org-babel-execute:clojure): Removed dependency
5313         on deprecated swank-clojure.
5315 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
5317         * ob.el (org-babel-map-src-blocks): Don't pollute symbol space.
5318         (org-babel-map-inline-src-blocks): Don't pollute symbol space.
5319         (org-babel-map-call-lines): Don't pollute symbol space.
5320         (org-babel-map-executables): Map over *all* executable Org-mode
5321         elements.
5322         (org-babel-execute-buffer): Execute elements in buffer order instead
5323         of arbitrarily.
5325 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
5327         * org.el (org-ctrl-c-ctrl-c): Fix a naive structure backup.
5328         Those must be done with `copy-tree'.
5330 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
5332         * org-src.el (org-edit-src-code): Referenced code block should
5333         not be evaluated on code block edit.
5335 2012-04-01  Bastien Guerry  <bzg@gnu.org>
5337         * org.el (org-structure-template-alist): Use uppercase for
5338         keywords.
5340 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
5342         * ob.el (org-babel-insert-result): Capitalize RESULTS in :wrap'd
5343         code block results.
5345 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
5347         * ob.el (org-babel-results-keyword): New user-configurable
5348         results keyword.
5349         (org-babel-where-is-src-block-result): Use new user-configurable
5350         results keyword.
5352 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
5354         * org-indent.el (org-indent-refresh-maybe): Check for new
5355         headlines from the beginning of the line to be sure to catch
5356         any newly inserted headline there.
5358 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
5360         * ob-exp.el (org-babel-exp-src-block): Use `org-babel-noweb-p'.
5361         (org-babel-exp-inline-src-blocks): Use `org-babel-noweb-p'.
5363         * ob-tangle.el (org-babel-tangle-collect-blocks): Use
5364         `org-babel-noweb-p'.
5366         * ob.el (org-babel-execute-src-block): Use `org-babel-noweb-p'.
5367         (org-babel-expand-src-block): Use `org-babel-noweb-p'.
5368         (org-babel-load-in-session): Use `org-babel-noweb-p'.
5369         (org-babel-merge-params): Use `org-babel-noweb-p'.
5370         (org-babel-noweb-p): New function used to determine if noweb
5371         expansion should be carried out in a given context.
5373 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
5375         * org.el (org-update-property-plist): Fix bug in property list
5376         updates.
5378 2012-04-01  François Pinard  <pinard@iro.umontreal.ca>  (tiny change)
5380         * org.el (org-kill-line): Use `kill-visual-line' in
5381         `visual-line-mode'.
5383 2012-04-01  Bernt Hansen  <bernt@norang.ca>
5385         * org-agenda.el (org-agenda-switch-to): Widen org buffer only if point
5386         is outside the current restriction.
5388 2012-04-01  Bernt Hansen  <bernt@norang.ca>
5390         * org-agenda.el (org-agenda-clock-in): Save restriction when clocking
5391         in from the agenda.
5393 2012-04-01  Bernt Hansen  <bernt@norang.ca>
5395         * org.el: Honour existing restrictions when regenerating the agenda.
5397 2012-04-01  Bastien Guerry  <bzg@gnu.org>
5399         * org-agenda.el: New alias for `list-diary-entries-hook'.
5401 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
5403         * ob.el (org-babel-common-header-args-w-values): Add the new
5404         header argument name.
5405         (org-babel-insert-result): Respect the value of the :wrap header
5406         argument when inserting results.
5407         (org-babel-result-end): Find the end of arbitrarily named result
5408         blocks.
5410 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
5412         * org-indent.el (org-indent-refresh-maybe): Check for new
5413         headlines from the beginning of the line to be sure to catch
5414         any newly inserted headline there.
5416 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
5418         * org.el (org-update-property-plist): Remove old instances of
5419         property when adding a new value for property.
5421 2012-04-01  Martyn Jago  <martyn.jago@btinternet.com>
5423         * ob-emacs-lisp.el: A comment on the last line of an emacs-lisp
5424         code block would cause an error when the block is was executed.
5425         This fix cures this behaviour.
5427 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
5429         * ob.el (org-babel-expand-noweb-references): Resurrect dropped
5430         pieces of a previous patch.
5432 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
5434         * ob-maxima.el (org-babel-execute:maxima): Fix compiler warning.
5436 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
5438         * ob.el (org-babel-expand-noweb-references): Resurrect dropped
5439         pieces of a previous patch.
5441 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
5443         * ob-maxima.el (org-babel-execute:maxima): Fix compiler warning.
5445 2012-04-01  Bastien Guerry  <bzg@gnu.org>
5447         * org-eshell.el (org-eshell-open): Use (goto-char (point-max))
5448         instead of (end-of-buffer).
5450 2012-04-01  Bastien Guerry  <bzg@gnu.org>
5452         * org-bbdb.el (name): Declare variable.
5453         (bbdb-record-get-field, bbdb-search-name)
5454         (bbdb-search-organization): Declare as part of ext:bbdb.
5456 2012-04-01  Bastien Guerry  <bzg@gnu.org>
5458         * org-mobile.el (org-mobile-push): Use `org-agenda-tag-filter'
5459         instead of the obsolete `org-agenda-filter'.
5461 2012-04-01  Bastien Guerry  <bzg@gnu.org>
5463         * org-agenda.el: Add an alias for `org-agenda-filter'.
5464         (diary-list-entries-hook): Use the non-obsolete hook.
5465         (org-agenda-filter-apply): Silent compiler warning.
5467 2012-04-01  Bastien Guerry  <bzg@gnu.org>
5469         * ob-ditaa.el (org-ditaa-jar-path): Make a defcustom.
5470         (org-ditaa-jar-option): New option.
5471         (org-babel-execute:ditaa): Use it.
5473 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
5475         * ob.el (org-babel-balanced-split): Explicit checking if list
5476         before calling member.
5478 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
5480         * ob.el (org-babel-balanced-split): Explicit checking if list
5481         before calling member.
5483 2012-02-14  Chong Yidong  <cyd@gnu.org>
5485         * org-footnote.el: Remove bogus defvar values (Bug#10745).
5487 2012-01-05  Eric Schulte  <eric.schulte@gmx.com>
5489         * ob.el (org-babel-expand-noweb-references): Resurrect dropped
5490         pieces of a previous patch.
5492         * ob-maxima.el (org-babel-execute:maxima): Fix compiler warning.
5494 2012-01-05  Bastien Guerry  <bzg@gnu.org>
5496         * org-eshell.el (org-eshell-open): Use (goto-char (point-max))
5497         instead of (end-of-buffer).
5499         * org-bbdb.el (name): Declare variable.
5500         (bbdb-record-get-field, bbdb-search-name)
5501         (bbdb-search-organization): Declare as part of ext:bbdb.
5503         * org-agenda.el: Add an alias for `org-agenda-filter'.
5504         (diary-list-entries-hook): Use the non-obsolete hook.
5505         (org-agenda-filter-apply): Silent compiler warnings.
5507         * org-mobile.el (org-mobile-push): Use `org-agenda-tag-filter'
5508         instead of the obsolete `org-agenda-filter'.
5510 2012-01-03  Bastien Guerry  <bzg@gnu.org>
5512         * org.el (org-ctrl-c-ctrl-c): Preserve symmetry when adding
5513         and removing checkboxes with `C-u C-c C-c' on the first item
5514         of a list.  Also, don't reinitialize checkboxes that are
5515         already ticked.
5517 2012-01-03  Bastien Guerry  <bzg@gnu.org>
5519         * org.el (org-ts-regexp0, org-ts-regexp1): Also match a time
5520         value with only one digit for the hours.
5522 2012-01-03  Bastien Guerry  <bzg@gnu.org>
5524         * org-agenda.el (org-batch-agenda, org-batch-agenda-csv):
5525         Remove deleted function `org-encode-for-stdout'.
5527 2012-01-03  Bastien Guerry  <bzg@gnu.org>
5529         * org.el (org-show-context): Complete docstring.
5531 2012-01-03  Bastien Guerry  <bzg@gnu.org>
5533         * org-agenda.el (org-agenda-filter-by-tag): Use
5534         `read-char-exclusive' instead of `read-char'.
5536 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>  (tiny change)
5538         * org-clock.el (org-clock-in, org-clock-find-position): Remove
5539         erraneous space in regexp.
5541 2012-01-03  Eric Schulte  <eric.schulte@gmx.com>
5543         * ob.el (org-babel-expand-noweb-references): Rather than using
5544         a pure regexp solution to resolve noweb references, actually
5545         check the information of every code block in the buffer.  This
5546         will cause a slowdown in noweb reference expansion, but is
5547         necessary for correct behavior.
5549 2012-01-03  Bastien Guerry  <bzg@gnu.org>
5551         * org.el (org-map-continue-from): Fix typo in docstring.
5553 2012-01-03  Bastien Guerry  <bzg@gnu.org>
5555         * org.el (org-property-re): Also match cumulating properties
5556         like ":prop+:".
5558 2012-01-03  Bastien Guerry  <bzg@gnu.org>
5560         * org-exp-blocks.el (org-export-blocks-preprocess): Fix regexp for
5561         matching the end of a block.
5563 2012-01-03  David Maus  <dmaus@ictsoc.de>
5565         * org.el (org-open-at-point): Escape link path for http:,
5566         https:, ftp:, news:, and doi: links only if the path contains
5567         space or non-ascii character.
5569 2012-01-03  David Maus  <dmaus@ictsoc.de>
5571         * org.el (org-refile-get-targets): Ignore headlines without a
5572         true headline.
5574 2012-01-03  Eric Schulte  <eric.schulte@gmx.com>
5576         * ob.el (org-babel-map-call-lines): Moved this file from
5577         ob-lob.el into ob.el to ease dependency pains.
5579 2012-01-03  Bastien Guerry  <bzg@gnu.org>
5581         * org-publish.el (org-publish-index-generate-theindex): Use
5582         theindex.inc for storing index entries, and theindex.org for
5583         including theindex.inc.
5585 2012-01-03  Bastien Guerry  <bzg@gnu.org>
5587         * org-publish.el (org-publish-index-generate-theindex): Create
5588         proper file target for index entries in subdirectories.
5590 2012-01-03  Bastien Guerry  <bzg@gnu.org>
5592         * org-protocol.el (org-protocol-check-filename-for-protocol):
5593         Fix spelling mistake.
5595 2012-01-03  Jambunathan K  <kjambunathan@gmail.com>
5597         * org-odt.el (org-export-odt-default-org-styles-alist): Add styles
5598         for title and subtitle.
5599         (org-odt-format-toc): New.
5600         (org-odt-format-preamble): New.  Users can redefine this to
5601         customize what goes before the document body.  Currently it
5602         outputs title, author and email, date and toc.
5603         (org-odt-begin-document-body): Use `org-odt-format-preamble'.
5604         (org-odt-format-date): Renamed from
5605         `org-odt-iso-date-from-org-timestamp'.  Also added an
5606         additional param for format string.
5607         (org-odt-begin-annotation, org-odt-update-meta-file): Use
5608         `org-odt-format-date'.
5610 2012-01-03  Bastien Guerry  <bzg@gnu.org>
5612         * org.el (org-at-drawer-p): New function.
5613         (org-end-of-line): Use it.
5615 2012-01-03  Eric Schulte  <eric.schulte@gmx.com>
5617         * ob.el (*org-babel-use-quick-and-dirty-noweb-expansion*):
5618         Controls the method in which noweb references are expanded.
5619         (org-babel-expand-noweb-references): Bring back the option for
5620         regexp-based noweb expansion.
5622 2012-01-03  Bastien Guerry  <bzg@gnu.org>
5624         * org.el (org-ts-regexp0, org-ts-regexp1): Also match a time value
5625         with only one digit for the hours.
5627 2012-01-03  Bastien Guerry  <bzg@gnu.org>
5629         * org.el (org-ctrl-c-ctrl-c): Don't make `C-c C-c' special
5630         when ticking the checkbox of the first item.
5632 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
5634         * org-list.el (org-list-write-struct): Add an optional
5635         argument for structure changes happening outside the function.
5637         * org.el (org-ctrl-c-ctrl-c): Now, `C-u C-c C-c' on the first
5638         item of a sub-list should toggle check-box presence of every
5639         item in the same sub-list.  Also fix check-box insertion on a
5640         single item.
5642 2012-01-03  Bastien Guerry  <bzg@gnu.org>
5644         * org-agenda.el (org-agenda-filter-preset): New alias.
5645         (org-agenda-filter-by-category): New command.
5646         (org-agenda-mode-map): Add the new command.
5647         (org-agenda-custom-commands-local-options): Add category
5648         filter preset.
5649         (org-agenda-mark-filtered-text): Mark both tag and filter
5650         overlays.
5651         (org-agenda-category-filter-preset): New variable.
5652         (org-finalize-agenda, org-agenda-redo)
5653         (org-agenda-filter-make-matcher, org-agenda-filter-apply): Handle
5654         both category and tag filters.
5655         (org-agenda-filter-show-all-tag): Rename from
5656         `org-agenda-filter-by-tag-show-all'.
5657         (org-agenda-filter-show-all-cat): New function.
5658         (org-agenda-set-mode-name): Show the category filter in the
5659         modeline.
5661 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
5663         * org-bbdb.el (org-bbdb-old): New variable.
5664         (org-bbdb-store-link, org-bbdb-open): Check for
5665         `org-bbdb-old'.
5666         (org-bbdb-open-old, org-bbdb-open-new): New functions.
5668 2012-01-03  Bastien Guerry  <bzg@gnu.org>
5670         * org-agenda.el (org-batch-agenda, org-batch-agenda-csv):
5671         Remove deleted function `org-encode-for-stdout'.
5673 2012-01-03  Bastien Guerry  <bzg@gnu.org>
5675         * org.el (org-check-dates-range): New command.
5676         (org-sparse-tree): Use it.
5678 2012-01-03  Bastien Guerry  <bzg@gnu.org>
5680         * org-agenda.el (org-agenda-write): Rename from
5681         `org-write-agenda'.
5682         (org-agenda-mode-map, org-agenda-menu)
5683         (org-batch-store-agenda-views): Use new name
5684         `org-agenda-write'.
5686 2012-01-03  Bastien Guerry  <bzg@gnu.org>
5688         * org.el (org-loop-over-headlines-in-active-region): Fix
5689         docstring.
5690         (org-todo, org-deadline, org-schedule): Honor the 'start-level
5691         value of `org-loop-over-headlines-in-active-region'.
5693 2012-01-03  Bastien Guerry  <bzg@gnu.org>
5695         * org-archive.el (org-archive-subtree)
5696         (org-archive-to-archive-sibling, org-toggle-archive-tag):
5697         Bugfix: use 'region-start-level.
5699 2012-01-03  Bastien Guerry  <bzg@gnu.org>
5701         * org.el (org-show-context): Complete docstring.
5703 2012-01-03  Bastien Guerry  <bzg@gnu.org>
5705         * org-agenda.el (org-agenda-filter-by-tag): Use
5706         `read-char-exclusive' instead of `read-char'.
5708 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
5710         * org.el (org-scan-tags): Make sure `org-map-continue-from' is
5711         nil at each match.
5713 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>  (tiny change)
5715         * org-clock.el (org-clock-in, org-clock-find-position): Remove
5716         erraneous space in regexp.
5718 2012-01-03  Jambunathan K  <kjambunathan@gmail.com>
5720         * org-odt.el (org-odt-lib-dir): Add docstring.
5721         (org-odt-data-dir): New variable.  Use this variable to
5722         control the locations from which the ODT exporter picks the
5723         OpenDocument styles and schema files from.  Set this variable
5724         explicitly only if the in-built heuristics for locating the
5725         above files fails.
5726         (org-odt-styles-dir-list, org-odt-schema-dir-list): New
5727         variables.  Pay specific attention to (eval-when-compile ...)
5728         form through which Makefile's $(datadir) - contained in
5729         `org-odt-data-dir' - gets compiled in as a "hard coded"
5730         constant.
5731         (org-odt-styles-dir, org-export-odt-schema-dir): Add messages to
5732         aid debugging.
5734 2012-01-03  Bastien Guerry  <bzg@gnu.org>
5736         * org-archive.el (org-archive-subtree)
5737         (org-archive-to-archive-sibling, org-toggle-archive-tag)
5738         (org-archive-set-tag): Handle the 'start-level value for
5739         `org-loop-over-headlines-in-active-region'.
5741 2012-01-03  Bastien Guerry  <bzg@gnu.org>
5743         * org.el (org-scan-tags): New parameter `start-level' to scan only
5744         through headlines of that level.
5745         (org-map-entries): New allowed value `region-start-level' for
5746         the `scope' parameter, to allow scanning through headlines of
5747         the same level than the first headline in the region.
5748         (org-loop-over-headlines-in-active-region): New allowed value
5749         'start-level.
5751 2012-01-03  Bastien Guerry  <bzg@gnu.org>
5753         * org-archive.el (org-archive-subtree)
5754         (org-archive-to-archive-sibling, org-archive-set-tag)
5755         (org-toggle-archive-tag): Allow to loop over the active region by
5756         using `org-loop-over-headlines-in-active-region'.
5758 2012-01-03  Bastien Guerry  <bzg@gnu.org>
5760         * org.el (org-todo): Allow to loop over the active region by
5761         using `org-loop-over-headlines-in-active-region'.
5763 2012-01-03  Eric Schulte  <eric.schulte@gmx.com>
5765         * ob.el (org-babel-expand-noweb-references): Rather than using
5766         a pure regexp solution to resolve noweb references, actually
5767         check the information of every code block in the buffer.  This
5768         will cause a slowdown in noweb reference expansion, but is
5769         necessary for correct behavior.
5771 2012-01-03  Bastien Guerry  <bzg@gnu.org>
5773         * org.el (org-map-continue-from): Fix typo in docstring.
5775 2012-01-03  Bastien Guerry  <bzg@gnu.org>
5777         * org-agenda.el (org-agenda-write-buffer-name): New variable.
5778         (org-write-agenda): Use it.
5780 2012-01-03  Bastien Guerry  <bzg@gnu.org>
5782         * org-exp.el (org-export-date-timestamp-format): New option to
5783         define the way a timestamp in #+DATE will be exported.
5784         (org-infile-export-plist): Use the new option.
5786 2012-01-03  Bastien Guerry  <bzg@gnu.org>
5788         * org.el (org-property-re): Also match cumulating properties
5789         like ":prop+:".
5791 2012-01-03  Jambunathan K  <kjambunathan@gmail.com>
5793         * org-odt.el (org-odt-styles-dir): Assume that the styles
5794         files are located under `data-directory' of Emacs distribution
5795         as etc/org/OrgOdtStyles.xml and
5796         etc/org/OrgOdtContentTemplate.xml.  Also update docstring.
5797         (org-export-odt-schema-dir): Update docstring.
5799 2012-01-03  Jambunathan K  <kjambunathan@gmail.com>
5801         * org-odt.el (org-odt-format-preamble): Honor following user
5802         options: author, timestamp and email.
5804 2012-01-03  Bastien Guerry  <bzg@gnu.org>
5806         * org-exp-blocks.el (org-export-blocks-preprocess): Fix regexp
5807         for matching the end of a block.
5809 2012-01-03  Bastien Guerry  <bzg@gnu.org>
5811         * org-eshell.el: New file.
5813 2012-01-03  David Maus  <dmaus@ictsoc.de>
5815         * org.el (org-open-at-point): Escape link path for http:,
5816         https:, ftp:, news:, and doi: links only if the path contains
5817         space or non-ascii character.
5819 2012-01-03  Bastien Guerry  <bzg@gnu.org>
5821         * org-beamer.el (org-beamer-fragile-re): Also recognize
5822         \lstinline and \verb as commands that make a frame fragile.
5824 2012-01-03  David Maus  <dmaus@ictsoc.de>
5826         * org.el (org-refile-get-targets): Ignore headlines without a
5827         true headline.
5829 2012-01-03  Litvinov Sergey  <slitvinov@gmail.com>
5831         * ob-octave.el: Add graphical output to png file.
5833 2012-01-03  Eric Schulte  <eric.schulte@gmx.com>
5835         * ob.el (org-babel-map-call-lines): Moved this file from
5836         ob-lob.el into ob.el to ease dependency pains.
5838 2012-01-03  Bastien Guerry  <bzg@gnu.org>
5840         * org-publish.el (org-publish-index-generate-theindex): Use
5841         theindex.inc for storing index entries, and theindex.org for
5842         including theindex.inc.
5844 2012-01-03  Bastien Guerry  <bzg@gnu.org>
5846         * org-publish.el (org-publish-index-generate-theindex): Create
5847         proper file target for index entries in subdirectories.
5849 2012-01-03  Bastien Guerry  <bzg@gnu.org>
5851         * org-protocol.el (org-protocol-check-filename-for-protocol):
5852         Fix spelling mistake.
5854 2012-01-03  Jambunathan K  <kjambunathan@gmail.com>
5856         * org-odt.el (org-export-odt-default-org-styles-alist): Add
5857         styles for title and subtitle.
5858         (org-odt-format-toc): New.
5859         (org-odt-format-preamble): New.  Users can redefine this to
5860         customize what goes before the document body.  Currently it
5861         outputs title, author and email, date and toc.
5862         (org-odt-begin-document-body): Use `org-odt-format-preamble'.
5863         (org-odt-format-date): Renamed from
5864         `org-odt-iso-date-from-org-timestamp'.  Also added an
5865         additional param for format string.
5866         (org-odt-begin-annotation, org-odt-update-meta-file): Use
5867         `org-odt-format-date'.
5869 2012-01-03  Eric Schulte  <eric.schulte@gmx.com>
5871         * ob-ref.el (org-babel-ref-split-args): Now uses
5872         `org-babel-balanced-split'.
5874 2012-01-03  Bastien Guerry  <bzg@gnu.org>
5876         * org-html.el (org-export-html-preamble)
5877         (org-export-html-postamble): Fix docstrings.
5878         (org-export-as-html): Insert the string used by a custom
5879         function for `org-export-html-pre/postamble'.
5881 2012-01-03  Bastien Guerry  <bzg@gnu.org>
5883         * org.el (org-block-regexp)
5884         (org-heading-keyword-regexp-format)
5885         (org-heading-keyword-maybe-regexp-format): Move up to keep the
5886         byte-compiler happy.
5888 2012-01-03  Dave Abrahams  <dave@boostpro.com>  (tiny change)
5890         * org-agenda.el (org-agenda-do-tree-to-indirect-buffer): New
5891         function.
5892         (org-agenda-tree-to-indirect-buffer): Use the new function.
5894 2012-01-03  Bastien Guerry  <bzg@gnu.org>
5896         * org-html.el (org-export-as-html): Fix bug when inserting the
5897         output of a custom function for the pre/postamble.
5899 2012-01-03  Jambunathan K  <kjambunathan@gmail.com>
5901         * org-odt.el (org-odt-format-source-code-or-example): Try
5902         loading htmlfontify safely.
5904 2012-01-03  Bastien Guerry  <bzg@gnu.org>
5906         * org-odt.el (require): Require htmlfontify.el only if
5907         emacs-version is greater than 23.2.
5909 2012-01-03  Bastien Guerry  <bzg@gnu.org>
5911         * org-faces.el (org-agenda-calendar-event)
5912         (org-agenda-calendar-sexp): Use the default face.
5914 2012-01-03  Eric Schulte  <eric.schulte@gmx.com>
5916         * ob.el (org-babel-expand-noweb-references): Fixed regexp.
5918 2012-01-03  Michael Brand  <michael.ch.brand@gmail.com>
5920         * org.el (Key bindings): Remap the Outline functions from
5921         `outline-mode-prefix-map' where possible.
5923 2012-01-03  Christian Moe  <mail@christianmoe.com>  (tiny change)
5925         * org-html.el (org-export-as-html): Apply
5926         `org-export-html-get-todo-kwd-class-name' to the class
5927         attribute of the todo-keyword span tag, not to its text
5928         content.
5930 2012-01-03  Sebastien Vauban  <sva@mygooglest.com>
5932         * org-agenda.el (org-agenda-get-timestamps)
5933         (org-agenda-get-sexps): Use face for highlighting "calendar"
5934         events.
5936 2012-01-03  Peter Münster  <pmlists@free.fr>  (tiny change)
5938         * org.el (org-add-planning-info): Treat absolute time too.
5940 2012-01-03  Bastien Guerry  <bzg@gnu.org>
5942         * org-table.el (org-table-transpose-table-at-point): Don't use
5943         ̀remove-if-not'.
5945 2012-01-03  Dave Abrahams  <dave@boostpro.com>  (tiny change)
5947         * org-clock.el (org-clock-out-if-current): Check the clock
5948         buffer is existing.
5950 2012-01-03  Bernt Hansen  <bernt@norang.ca>
5952         * org-clock.el (org-clock-out-if-current): Fix marker in no
5953         buffer error for task state change in an indirect buffer.
5955 2012-01-03  Michael Brand  <michael.ch.brand@gmail.com>
5957         * org.el (org-offer-links-in-entry): Make list when assigning
5958         a single link.
5960 2012-01-03  Eric Schulte  <eric.schulte@gmx.com>
5962         * ob.el (org-babel-expand-noweb-references): Rather than
5963         collect the info from *every* block in the current buffer,
5964         simply regexp search for those blocks which appear to match
5965         the continued source name.
5967 2012-01-03  Eric Schulte  <eric.schulte@gmx.com>
5969         * ob.el (org-babel-insert-result): Do not examplize wrapped
5970         scalar results, simply wrap them.
5971         (org-babel-result-end): Find the end of results wrapped in a
5972         RESULTS drawer.
5974 2012-01-03  Bastien Guerry  <bzg@gnu.org>
5976         * org.el (org-todo-yesterday): When called from the agenda,
5977         use `org-agenda-todo-yesterday' instead.
5979 2012-01-03  Bastien Guerry  <bzg@gnu.org>
5981         * org-table.el (org-table-transpose-table-at-point): New command.
5983 2012-01-03  Bastien Guerry  <bzg@gnu.org>
5985         * org-html.el (org-export-html-headline-anchor-format): New
5986         option.
5987         (org-html-level-start): Use the new option.
5989 2012-01-03  Rob Giardina  <rob@giardina.us>  (tiny change)
5991         * org-agenda.el (org-agenda-with-point-at-orig-entry): Small
5992         bugfix.
5994 2012-01-03  Christian Moe  <mail@christianmoe.com>  (tiny change)
5996         * org-special-blocks.el
5997         (org-special-blocks-convert-html-special-cookies): Close
5998         paragraph before opening or closing the <div>, and open
5999         paragraph after.  Also changed newline placement to be the same
6000         as for other blocks.
6002 2012-01-03  Roberto Huelga  <rhuelga@gmail.com>
6004         * org-clock.el (org-program-exists): Make the function
6005         compatible with darwin systems.
6007 2012-01-03  David Maus  <dmaus@ictsoc.de>
6009         * org-exp.el (org-export-normalize-links): Mark bracket links
6010         before normalization to avoid erroneous normalization of
6011         bracket link parts.
6013 2012-01-03  Jambunathan K  <kjambunathan@gmail.com>
6015         * org-odt.el (org-odt-data-dir): Removed.
6016         (org-odt-styles-dir, org-export-odt-schema-dir): New
6017         variables.
6019         * org-odt.el, org-lparse.el: New files.
6021 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
6023         * org-capture.el (org-capture-set-target-location): Set the
6024         capture default time also to the prompt time.
6026 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
6028         * org-exp.el (org-export-res/src-name-cleanup): Remove #+name
6029         and #+results lines during preprocess.
6031 2012-01-03  Eric Schulte  <eric.schulte@gmx.com>
6033         * ob-picolisp.el (ob-comint): Required.
6034         (comint): Required.
6035         (cl): Required.
6036         (run-picolisp): Declared.
6037         (org-babel-execute:picolisp): Capture free variable, and replace
6038         function from cl-extra with core function.
6040 2012-01-03  Eric Schulte  <eric.schulte@gmx.com>
6042         * ob-picolisp.el: New file.
6044         * org.el (org-babel-load-languages): Add Pico Lisp to the list
6045         of supported code block languages.
6047 2012-01-03  Eric Schulte  <eric.schulte@gmx.com>
6049         * org-bibtex.el (org-bibtex): Now catches bibtex errors and
6050         directs the user to the location of the error.
6052 2012-01-03  Bastien Guerry  <bzg@gnu.org>
6054         * org-agenda.el (org-agenda-dim-blocked-tasks): Fix typo.
6056 2012-01-03  Bastien Guerry  <bzg@gnu.org>
6058         * ob.el (org-babel-execute-src-block): Fix typo.
6060 2012-01-03  Bastien Guerry  <bzg@gnu.org>
6062         * org-freemind.el (org-freemind-write-mm-buffer): Fix typo.
6064 2012-01-03  Bastien Guerry  <bzg@gnu.org>
6066         * org.el (org-link-unescape, org-link-unescape-compound): Fix
6067         two typos in docstrings.
6069 2012-01-03  Thomas Dye  <dk@poto.local>
6071         * ob-R.el: Added tikzDevice support.
6073 2012-01-03  David Maus  <dmaus@ictsoc.de>
6075         * org.el (org-clone-subtree-with-time-shift): Remove clocking
6076         information and empty drawers when preparing a clone.
6078 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
6080         * ob-exp.el: Don't add `org-exp-res/src-name-cleanup' to
6081         `org-export-blocks-postblock-hook'.
6083 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
6085         * ob.el (org-babel-hide-result-toggle): Skip over header
6086         argument lines when toggling named code block visibility.
6088 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
6090         * org-exp.el (org-export-grab-title-from-buffer): Don't
6091         license to kill text inside blocks when getting a title.
6093 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
6095         * ob.el (org-babel-confirm-evaluate): Adding support for new
6096         range of :eval header arguments.
6098 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
6100         * ob.el (org-babel-confirm-evaluate): Inhibit evaluation
6101         during export when eval is set to "non-export".
6103 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
6105         * ob-ref.el (org-babel-update-intermediate): New custom
6106         variable.
6107         (org-babel-ref-resolve): Optionally update the in-buffer results
6108         of code blocks which are evaluated to resolve references.
6110 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
6112         * ob.el (org-babel-join-splits-near-ch): Rejoins a list of a
6113         split string when a character appears on either side of the
6114         split.
6115         (org-babel-parse-multiple-vars): Rejoin splits around "=" signs.
6117 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
6119         * org.el (org-reduce): Added a less functional Org-mode copy of
6120         the cl reduce function.
6122 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
6124         * org.el (org-fontify-meta-lines-and-blocks-1): Recognize
6125         "name" as a valid keyword that can preceed a block.
6127 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
6129         * ob-exp.el (org-babel-exp-lob-one-liners): Don't limit
6130         in-verbatim check to inline code blocks, do lob code blocks as
6131         well.
6133 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
6135         * org.el (org-todo): Interpret 0 prefix arg as note inhibitor.
6137 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
6139         * ob.el (org-babel-named-src-block-regexp-for-name): Ensure
6140         that partial names are not matched.
6141         (org-babel-named-data-regexp-for-name): Ensure that partial names
6142         are not matched.
6144 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
6146         * ob-ref.el (org-babel-ref-resolve): Search for named code
6147         blocks before named data.
6149         * ob.el (org-babel-named-data-regexp-for-name): New function for
6150         finding named data.
6152 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
6154         * ob.el (org-babel-insert-result): Gracefully handle results
6155         which are neither lists nor strings.
6157 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
6159         * ob-ref.el (org-babel-ref-resolve): Don't change location when
6160         looking at the contents.
6162 2012-01-03  Milan Zamazal  <pdm@zamazal.org>
6164         * org.el (org-set-outline-overlay-data): Use
6165         outline-flag-region to make a region invisible.  This ensures
6166         all necessary actions, especially adding
6167         isearch-open-invisible property, are applied.
6169 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
6171         * ob-lob.el (org-babel-in-example-or-verbatim): Fix
6172         compilation warning.
6174 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
6176         * ob.el (org-babel-find-named-result): Downcase "name" before
6177         comparison.
6179 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
6181         * ob-lisp.el (org-babel-execute:lisp): Fixed typo.
6182         (org-babel-lisp-vector-to-list): Fixed typo.
6184 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
6186         * ob-exp.el (org-babel-in-example-or-verbatim): Some valid
6187         execution contexts (e.g., call lines) look like commented
6188         lines.
6190         * ob.el (org-babel-get-src-block-info): Empty match string doesn't
6191         count.
6192         (org-babel-process-params): Always process parameters, even if
6193         you don't to table splitting.
6195 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
6197         * ob-exp.el (org-exp-res/src-name-cleanup): Updated Documentation.
6199         * ob-lob.el (org-babel-block-lob-one-liner-regexp): Updated
6200         regular expression.
6201         (org-babel-inline-lob-one-liner-regexp): Updated regular
6202         expression.
6204         * ob-ref.el (org-babel-ref-resolve): Notice when something that
6205         looks like a data results may actually be a code block.
6207         * ob-table.el: Updated documentation.
6209         * ob.el (org-babel-src-name-regexp): Simplified regexp.
6210         (org-babel-get-src-block-info): Updated match strings.
6211         (org-babel-data-names): Simplified acceptable names.
6212         (org-babel-find-named-block): Indentation.
6213         (org-babel-find-named-result): Updated to not return a code block
6214         as a result.
6216         * org.el (org-fontify-meta-lines-and-blocks-1): Removing
6217         references to old syntactic elements.
6218         (org-additional-option-like-keywords): Removing references to
6219         old syntactic elements.
6221 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
6223         * org-agenda.el (org-agenda-get-todos): Swap calls to `org-trim'
6224         and `buffer-substring'.
6226 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
6228         * org-agenda.el (org-agenda-get-todos): Prevent an error when
6229         encountering tasks with only the TODO keyword.
6231 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
6233         * org.el (org-try-cdlatex-tab): Don't try to expand a LaTeX
6234         environment when at an item or an headline, but allow LaTeX
6235         fragments.
6236         (org-cycle): Try to call `cdlatex-tab' before cycling item's or
6237         headline's visibility, in order to catch LaTeX fragments within.
6239 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
6241         * org-exp-blocks.el (org-export-blocks-preprocess): Require a
6242         newline and spaces before a code block.
6244 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
6246         * ob-lob.el (org-babel-map-call-lines): Allow mapping of code
6247         over all call lines in a buffer.
6249         * ob.el (org-babel-execute-buffer): Execute call lines when
6250         executing an entire buffer.
6252 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
6254         * ob.el (org-babel-process-params): Don't disassemble tables
6255         twice.
6257 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
6259         * org-clock.el (org-clock-in, org-clock-find-position): Make space
6260         after date optional.
6262         * org.el (org-set-regexps-and-options)
6263         (org-ts-regexp, org-ts-regexp-both, org-ts-regexp1)
6264         (org-ctrl-c-ctrl-c): Make `C-c C-c' on date fix the time stamp.
6266 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
6268         * ob-lob.el (org-babel-lob-execute-maybe): Don't execute a call
6269         inside a verbatim block.
6271         * ob-exp.el (org-babel-in-example-or-verbatim): Check for example
6272         blocks.
6274 2012-01-03  Litvinov Sergey  <slitvinov@gmail.com>
6276         * ob-maxima.el (org-babel-tangle-lang-exts): Maxima extension.
6277         (org-babel-maxima-expand): Add input variables and graphic output.
6278         (org-babel-execute:maxima): Add input variables and graphic output.
6279         (org-babel-maxima-var-to-maxima): Add input variables and graphic
6280         output.
6281         (org-babel-maxima-graphical-output-file): Add input variables and
6282         graphic output.
6283         (org-babel-maxima-elisp-to-maxima): Add input variables and graphic
6284         output.
6286 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
6288         * ob-fortran.el: New file.  Adding support for Fortran code blocks.
6289         * org.el (org-babel-load-languages): Adding fortran to this list.
6291 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
6293         * org-footnote.el (org-footnote-new): Cannot insert an inline
6294         footnote at beginning of line anymore.
6295         (org-footnote-at-reference-p): Don't recognize inline footnotes at
6296         beginning of line.
6298 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
6300         * org.el (org-set-font-lock-defaults): Fix small error in matching
6301         group that prevented fontification of keywords like
6302         org-comment-string and stars in headlines.
6304 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
6306         * org.el (org-catch-invisible-edits): New option.
6307         (org-self-insert-command, org-delete-backward-char)
6308         (org-delete-char): Call `org-check-before-invisible-edit'.
6309         (org-check-before-invisible-edit): New function.
6311 2012-01-03  Suvayu Ali  <fatkasuvayu+linux@gmail.com>
6313         * org-exp.el (org-solidify-link-text): Respect
6314         org-export-with-tags when forming the export title during subtree
6315         export.
6317 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
6319         * org.el (org-heading-regexp, org-heading-keyword-regexp-format)
6320         (org-heading-keyword-maybe-regexp-format): Globalize variables so
6321         they are accessible even in buffers not in Org mode.
6323 2012-01-03  David Maus  <dmaus@ictsoc.de>
6325         * org.el (org-insert-link): Don't use default-description if a
6326         `org-make-link-description-function' is defined.
6328 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
6330         * org.el (org-set-regexps-and-options): Use property blocks for
6331         multi-line properties.
6333 2012-01-03  Bastien Guerry  <bzg@gnu.org>
6335         * org.el (org-self-insert-command): Don't throw an error when
6336         editing takes place at the first point of the buffer.
6338 2012-01-03  Bastien Guerry  <bzg@gnu.org>
6340         * org.el (org-self-insert-command): Unfold invisible region at
6341         point or right before point when editing.
6343 2012-01-03  Bastien Guerry  <bzg@gnu.org>
6345         * org-faces.el (org-agenda-filter-tags): Use the 'modeline face as
6346         default.
6348 2012-01-03  Bastien Guerry  <bzg@gnu.org>
6350         * org-html.el (org-html-expand): Prevent a nil value for STRING to
6351         return an error, just return nil.
6353 2012-01-03  Bastien Guerry  <bzg@gnu.org>
6355         * org-latex.el (org-export-latex-set-initial-vars): Allow "/"
6356         character in the #+LaTeX_CLASS option.
6358 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
6360         * org-footnote.el (org-footnote-at-reference-p)
6361         (org-footnote-at-definition-p): Don't store text-properties of
6362         footnote definitions.
6364 2012-01-03  Bastien Guerry  <bzg@gnu.org>
6366         * org-html.el (org-export-as-html): Convert special characters in
6367         meta tag "author", "date", "keyword" and "description".
6369 2012-01-03  Bastien Guerry  <bzg@gnu.org>
6371         * org-capture.el (org-capture-before-finalize-hook): Docstring
6372         improvement: mention that the buffer is widened when this hook is
6373         run.
6375 2012-01-03  Sebastien Vauban  <sva@mygooglest.com>
6377         * org-html.el (org-export-as-html): Make sure the div for preamble
6378         is not inserted when the preamble is empty.
6380 2012-01-03  Sebastien Vauban  <sva@mygooglest.com>
6382         * org-agenda.el (org-agenda-set-mode-name): Highlight tags used
6383         for filtering (shown in the mode-line).
6385 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
6387         * ob.el (org-babel-parse-multiple-vars): Trimming excess white
6388         space from split variables.
6390 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
6392         * org.el (org-link-search): Add an optional argument preventing
6393         function from revealing context around match.
6395 2012-01-03  Bastien Guerry  <bzg@gnu.org>
6397         * org-agenda.el (calendar-check-holidays): Declare function.
6399 2012-01-03  Bastien Guerry  <bzg@gnu.org>
6401         * org.el (org-return): Fix bug when matching the face property
6402         before following a link.
6404 2012-01-03  Matt Lundin  <mdl@imapmail.org>
6406         * org-agenda.el (org-class): Fix holidays symbol in org-class.
6407         This was resulting in an "Bad sexp..." warning.
6409 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
6411         * org.el (org-scan-tags): Also remember
6412         `org-complex-heading-regexp' in a property.
6414 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
6416         * org-latex.el (org-export-as-latex): Turn off auto-insert and set
6417         TeX-master to t when creating new TeX buffers.
6419         * org-docbook.el (org-export-as-docbook): Turn off auto-insert
6420         when creating new buffers.
6422         * org-html.el (org-export-as-html): Turn off auto-insert
6423         when creating new buffers.
6425 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
6427         * org-table.el (org-table-formula-handle-first/last-rc): Do not
6428         expand pointers to first/last row/column that are inside a call to
6429         `remote'.
6430         (org-table-get-remote-range): Expand pointers to first/last
6431         row/column.
6433 2012-01-03  Michael Sperber  <sperber@deinprogramm.de>  (tiny change)
6435         * org-capture.el (org-capture-get-indirect-buffer): Fix XEmacs
6436         compatibility issue when creating an indirect buffer.
6438 2012-01-03  Christophe Rhodes  <csr21@cantab.net>
6440         * org-exp.el (org-infile-export-plist): Handle LATEX_CLASS_OPTIONS
6441         the same way than LATEX_CLASS.
6443 2012-01-03  Bastien Guerry  <bzg@gnu.org>
6445         * org.el (org-return): Check the presence of the 'org-link face
6446         even in contexts where there is more than one face.
6448 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
6450         * ob-sql.el (org-babel-header-arg-names:sql): SQL specific header
6451         argument names which should be inherited.
6453 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
6455         * org.el (org-in-block-p): Return matched name of block, if any.
6456         It can be useful when a list of block names is provided as
6457         an argument.
6459 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
6461         * org-docbook.el (org-export-as-docbook): Fix regexp.
6463         * org-html.el (org-export-as-html): Fix regexp.
6465 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
6467         * org-agenda.el (org-class): Allow holidays to be skipped.
6469 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
6471         * ob-shen.el (org-babel-execute:shen): Fix two compilation errors.
6473 2012-01-03  Peter Münster  <pmrb@free.fr>  (tiny change)
6475         * org-agenda.el (org-agenda-to-appt): Make sure filter-items are
6476         strings before calling `string-match'.
6478 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
6480         * org-footnote.el (org-footnote-at-reference-p)
6481         (org-footnote-at-definition-p): Remove text-properties from label.
6483 2012-01-03  Bastien Guerry  <bzg@gnu.org>
6485         * org-html.el (org-export-as-html): Add a "title" meta tag.
6487 2012-01-03  Bastien Guerry  <bzg@gnu.org>
6489         * org-agenda.el (org-agenda-to-appt): Allow to refine the scope of
6490         entries to pass to `org-agenda-get-day-entries' and allow to
6491         filter out entries using a function.
6493 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
6495         * org-agenda.el: Fix small display bug.
6497 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
6499         * org.el (org-set-regexps-and-options): Fix small bug introduced
6500         by commit dfcb6faef11a2439b56b18a6289803361d402130.
6502 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
6504         * org-agenda.el (org-search-view): Simplify regexp.
6505         (org-agenda-get-todos): Use new format string.
6507         * org-archive.el (org-archive-all-done): Simplify regexp.
6509         * org-ascii.el (org-export-as-ascii): More accurate regexp.
6511         * org-colview.el (org-columns-capture-view): Use new format string
6512         and new string.
6514         * org-docbook.el (org-export-as-docbook): More accurate
6515         regexp.  Also use new regexp to match generic headlines.
6517         * org-exp.el (org-export-protect-quoted-subtrees): More accurate
6518         regexp.  Also use new regexp to match generic headlines.
6520         * org-html.el (org-export-as-html): More accurate regexp.
6521         Also use new regexp to match generic headlines.
6523         * org-mouse.el (org-mouse-match-todo-keyword): Remove unused
6524         and now erroneous function.
6526         * org.el (org-heading-regexp, org-heading-keyword-regexp-format):
6527         New variables.
6528         (org-set-regexps-and-options): Create regexps according to the
6529         following rule: use spaces only to separate elements from an headline,
6530         while allowing mixed tabs and spaces for any indentation job.
6531         (org-nl-done-regexp, org-looking-at-done-regexp): Removed variables.
6532         (org-set-font-lock-defaults): Fontify again headlines with a keyword
6533         and no other text.  Use new format strings.
6534         (org-get-heading, org-toggle-comment, org-prepare-agenda-buffers)
6535         (org-toggle-fixed-width-section): Use new format string.
6536         (org-todo): More accurate regexps.
6537         (org-point-at-end-of-empty-headline): Simplify regexp.
6538         (org-insert-heading): Headline can sometimes be nil.
6540 2012-01-03  David Maus  <dmaus@ictsoc.de>
6542         * org-agenda.el (org-agenda-bulk-action): Bind
6543         `org-loop-over-headlines-in-active-region' to nil to avoid conflict
6544         with bulk command.
6546 2012-01-03  David Maus  <dmaus@ictsoc.de>
6548         * org.el (org-deadline, org-schedule): Skip invisible headlines when
6549         mapping over headlines in active region.
6551 2012-01-03  David Maus  <dmaus@ictsoc.de>
6553         * org.el (org-loop-over-headlines-in-active-region):
6554         New customization variable.  Loop over headlines in active region.
6555         (org-schedule, org-deadline): Apply to headlines in region depending
6556         on new customization variable.
6558 2012-01-03  David Maus  <dmaus@ictsoc.de>
6560         * org.el (org-map-entries): Immediately return if scope is 'region
6561         but no region is active.
6563 2012-01-03  David Maus  <dmaus@ictsoc.de>
6565         * org.el (org-map-entries): Extend scope 'region to include entire
6566         body of last headline in active region.
6568 2012-01-03  Bastien Guerry  <bzg@gnu.org>
6570         * org-src.el (org-edit-src-code): Fix typo-bug.
6572 2012-01-03  Bastien Guerry  <bzg@gnu.org>
6574         * org.el (org-format-agenda-item, org-scan-tags):
6575         Rename `org-format-agenda-item' to `org-agenda-format-item'.
6577 2012-01-03  Bastien Guerry  <bzg@gnu.org>
6579         * org-agenda.el: Replace `category-pos' by `org-category-pos' to
6580         silent byte-compiler.
6582 2012-01-03  Bastien Guerry  <bzg@gnu.org>
6584         * org.el: Declare external function `cdlatex-compute-tables'.
6586 2012-01-03  Bastien Guerry  <bzg@gnu.org>
6588         * org-latex.el (org-export-latex-set-initial-vars): Fix problem
6589         when matching #+LaTeX_CLASS.
6591 2012-01-03  Rafael Laboissiere  <rafael@laboissiere.net>  (tiny change)
6593         * org.el (org-link-search-must-match-exact-headline): Fix typos.
6595 2012-01-03  Bastien Guerry  <bzg@gnu.org>
6597         * org-latex.el (org-export-latex-make-header): Add some hyperref
6598         options.
6600 2012-01-03  Kai Tetzlaff  <kai.tetzlaff@web.de>  (tiny change)
6602         * org-publish.el (org-publish-file): Added 'eval'ing the value of
6603         the :publishing-directory property before using it as destination
6604         of the publishing project.  This allows to construct the publish
6605         destination directory dynamically at run-time using the return
6606         value of a function.
6608 2012-01-03  Bastien Guerry  <bzg@gnu.org>
6610         * org-agenda.el (org-agenda-list-stuck-projects): Fix tiny bug.
6612 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
6614         * org-agenda.el (org-agenda-move-date-from-past-immediately-to-today):
6615         New option.
6616         (org-agenda-date-later): Improve the logical structure.
6618 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
6620         * ob-calc.el (featurep): Require calc-store.
6622         * org-agenda.el (org-agenda-list-stuck-projects): Fix regexp
6623         special handling.
6625         * org-compat.el (fboundp): Support for XEmacs.
6627         * org-exp.el (org-export): Protect XEmacs from `(redisplay)' call.
6629         * org-footnote.el (org-footnote-re): Optimize macro processing.
6631         * org.el (org-set-autofill-regexps): Xemacs compatibility.
6633 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
6635         * ob.el (org-babel-balanced-split): Balance both [] and ()
6636         groupings.
6637         (org-babel-parse-header-arguments): Be sure to replace removed ":"
6638         characters.
6640 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
6642         * ob.el (org-babel-parse-header-arguments): Quick fix for a
6643         tiny bug.
6645 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
6647         * ob.el (org-babel-params-from-properties): Now splits
6648         multiple var arguments behind a single ":var".
6649         (org-babel-balanced-split): Separated balanced splitting of
6650         strings out into a new function.
6651         (org-babel-parse-multiple-vars): Splits multiple var arguments
6652         behind a single ":var".
6654 2012-01-03  Bastien Guerry  <bzg@gnu.org>
6656         * org.el: Remap `outline-promote' and `outline-demote' keys to
6657         `org-promote-subtree' and `org-demote-subtree'.
6659 2012-01-03  Leo Liu  <sdl.web@gmail.com>
6661         * org-agenda.el (org-agenda-do-context-action): Check if marker is
6662         valid before use.
6664 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>  (tiny change)
6666         * org-agenda.el (org-agenda-date-later): Fix shifting of date
6667         ranges.
6669 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
6671         * ob.el: Removing `org-babel-params-from-buffer' and
6672         #+PROPERTIES: entirely.
6674         * ob-exp.el (org-babel-exp-src-block): Removing
6675         `org-babel-params-from-buffer' and #+PROPERTIES: entirely.
6677         * ob-lob.el (org-babel-lob-execute): Removing
6678         `org-babel-params-from-buffer' and #+PROPERTIES: entirely.
6680 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
6682         * ob.el (org-babel-params-from-buffer): Removing #+BABEL:
6683         lines in favor of general #+PROPERTIES: lines.
6685 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
6687         * ob-sql.el (org-babel-execute:sql): Insert into a temporary
6688         buffer.
6690 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
6692         * org.el (org-cdlatex-mode): Run `cdlatex-mode-hook' and
6693         update the internal cdlatex tables.
6695 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
6697         * ob-sql.el (org-babel-execute:sql): Respect literal-results
6698         options.
6700 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
6702         * ob.el (org-babel-disassemble-tables): Fix multi-table bug in
6703         code block colname and rowname handling.
6705 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
6707         * org-publish.el (org-publish-cache-file-needs-publishing):
6708         Fix regexp to not inlcude newlines.
6710 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
6712         * org.el (org-ctrl-c-ctrl-c): Remove table overlays before
6713         restart.
6715 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
6717         * org.el (org-fontify-entities): Match entities before
6718         numbers, as in `\sim2'.
6720 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
6722         * org-agenda.el (org-agenda-date-later): Make pushing forward
6723         a past date to jump immedialtely to today.
6725 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
6727         * org-exp.el (org-store-forced-table-alignment): Parse the
6728         column cookie for both alignment and width
6729         specification.  Store the resulting value in `org-col-cookies'
6730         property.  Retire the previously used `org-forced-aligns'
6731         property for consistency.  Renamed local variable `aligns' to
6732         `cookies'.
6734         * org-html.el (org-format-org-table-html): Use
6735         `org-col-cookies'.  Renamed local variable forced-aligns to
6736         col-cookies.
6738 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
6740         * org.el (org-latex-to-mathml-jar-file)
6741         (org-latex-to-mathml-convert-command): New user-customizable
6742         variables.
6743         (org-format-latex-mathml-available-p, org-create-math-formula)
6744         (org-format-latex-as-mathml): New functions.
6745         (org-format-latex): Add a new local variable block-type that notes
6746         the nature of the equation - inline or display.  Associate it's
6747         value to `org-latex-src-embed-type' property of dvipng links.  Add
6748         mathml as new processing type.
6750 2012-01-03  Sébastien Vauban  <wxhgmqzgwmuf@spammotel.com>
6752         * org.el (org-refile): Add tree name to prompt.
6754 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
6756         * org-latex.el (org-export-latex-tables): Honor
6757         `org-export-latex-table-caption-above'
6758         (org-export-latex-table-caption-above): New option.
6760 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
6762         * ob.el (org-babel-insert-header-arg): Now including language
6763         specific header arg values in insertion options.
6765 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
6767         * ob.el (org-babel-insert-header-arg): Fixed typo.
6769 2012-01-03  Jambunathan K  <kjambunathan@gmail.com>
6771         * org-exp.el (org-export-number-lines): Modified.  Add a new
6772         parameter `preprocess' and use this for backend-agnostic
6773         handling of literal examples.
6775 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
6777         * org.el (org-match-substring-regexp)
6778         (org-match-substring-with-braces-regexp): Allow subscripts and
6779         superscripts to start at beginning of line.
6781 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
6783         * ob.el (org-babel-common-header-args-w-values): New variable to
6784         hold common header arguments and their default values.
6785         (org-babel-header-arg-names): Redefined using the new common
6786         header arg variable.
6787         (org-babel-insert-header-arg): New function to help when inserting
6788         header arguments.
6790 2012-01-03  David Maus  <dmaus@ictsoc.de>
6792         * org-html.el (org-html-handle-links): Remove unnecessary
6793         protection markers when publishing link in default format.
6795 2012-01-03  Pieter Praet  <pieter@praet.org>  (tiny change)
6797         * org-crypt.el (org-crypt-check-auto-save): New function, see
6798         next change.
6800         * org-crypt.el (org-decrypt-entry): Break the auto-save-mode
6801         check out into a separate function, and call it at a later
6802         point, to assure it only runs when visiting an encrypted
6803         entry.
6805 2012-01-03  John J Foerch  <jjfoerch@earthlink.net>  (tiny change)
6807         * org.el (org-log-note-headings): Document new %d and %D
6808         escapes.
6809         (org-store-log-note): Implement new %d and %D escapes.
6811 2012-01-03  Dave Abrahams  <dave@boostpro.com>
6813         * org-agenda.el (org-agenda-follow-indirect): New option.
6814         (org-agenda-follow-mode): Call `org-agenda-do-context-action' fro
6815         follow mode.
6816         (org-agenda-do-context-action): Also do indirect follow mode
6817         action.
6819 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
6821         * ob-table.el (sbe): Fix typo in new sbe specification.
6823 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
6825         * ob-table.el (sbe): If first variable is a string and not a
6826         cons cell, then interpret it as a string of header arguments
6827         to be passed to the code block.
6829 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
6831         * ob-shen.el (shen-eval-defun): Declare external function.
6832         (org-babel-execute:shen): Move requirement of inf-shen into
6833         the function in which it is used to fix build error.
6835         * ob-shen.el: New file.
6837 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>  (tiny change)
6839         * org.el (org-open-at-point): Make `org-open-at-point' only
6840         ask once about creating a new headline.
6842 2012-01-03  Nick Dokos  <nicholas.dokos@hp.com>  (tiny change)
6844         * org.el (org-refile-targets): Elaborated the documentation of
6845         the variable as suggested by Dave Abrahams.
6847 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>  (tiny change)
6849         * org.el (org-align-tags-here): Allow tags to be placed right
6850         after heading.
6851         (org-tags-column): Document the meaning of tags column 0.
6853 2012-01-03  Niels Giesen  <niels.giesen@gmail.com>
6855         * org-agenda.el (org-agenda-get-blocks): Show timestamp ranges
6856         in agenda if start day is same as end day.
6858 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
6860         * org.el (org-refile-get-location): Ignore errors when
6861         collection heading to be excluded.
6863 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
6865         * org-special-blocks.el
6866         (org-special-blocks-convert-html-special-cookies): Avoid XHTML
6867         strict problems by not enclosing special blocks in paragraph tags.
6869 2012-01-03  Bernt Hansen  <bernt@norang.ca>
6871         * org-html.el (org-export-as-html): Check string-match
6872         argument.
6873         (org-html-handle-time-stamps): Check string-match argument.
6875 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
6877         * org-agenda.el
6878         (org-agenda-skip-additional-timestamps-same-entry): Change
6879         default value.
6881 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
6883         * org.el (org-time-string-to-time):
6884         (org-time-string-to-absolute): Add optional arguments BUFFER and
6885         POS for error reporting.
6887         * org-agenda.el (org-get-all-dates):
6888         (org-agenda-get-timestamps, org-agenda-get-deadlines)
6889         (org-agenda-get-scheduled, org-agenda-get-blocks): Call time
6890         stamp parsing functions with information on where the
6891         timestamp was taken from.
6893 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
6895         * org.el (org-tree-to-indirect-buffer): Run `org-cycle-hook'
6896         after `show-all' in indirect buffer.
6898 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
6900         * org-list.el (org-list-parents-alist): When no parent is found
6901         for an item, set it as the closest less indented item above.  If
6902         none is found, make it a top level item.
6903         (org-list-write-struct): Externalize code.
6904         (org-list-struct-fix-item-end): New function.
6905         (org-list-struct): Remove a now useless fix.
6907         * org.el (org-ctrl-c-ctrl-c): Use new function.
6909 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
6911         * org.el (org-end-of-line): When on an item, move point at the
6912         end of the line, but before any hidden text.  Thus, it's still
6913         possible to use commands, like `C-c C-c', acting at
6914         items.  This is still disabled if `org-special-ctrl-a/e'
6915         ignores `C-e'.
6917 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
6919         * org-footnote.el (org-footnote-renumber-fn:N): Small refactoring.
6921 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
6923         * org-footnote.el (org-footnote-renumber-fn:N): Fix an
6924         infloop.
6926 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
6928         * org-footnote.el (org-footnote-at-definition-p): Remove
6929         useless `org-re'.
6931 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
6933         * org-footnote.el (org-footnote-renumber-fn:N): Verify point
6934         is at a real footnote reference or definition before
6935         renumbering it.
6937 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
6939         * org-footnote.el (org-footnote-goto-definition): This patch
6940         makes sure the function says when a definition has been
6941         found.  Thus, moving from the reference to the definition
6942         doesn't offer to create the latter again.
6944 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
6946         * org-footnote.el (org-footnote-create-definition):
6947         Explicitely move point after tag, if it has just been
6948         inserted.
6950 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
6952         * ob-gnuplot.el (org-babel-execute:gnuplot): Don't quote file
6953         names on Windows systems.
6955 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
6957         * org-footnote.el (org-footnote-create-definition): When the
6958         tag is missing, it is created before any existing footnote, or
6959         at end of buffer.  In the latter case, the marker pointing at
6960         the position where the new footnote is going to be inserted
6961         (at end of buffer) stays before the tag.  This patch makes
6962         sure that the marker will be kept after the tag.
6964 2012-01-03  Eli Zaretskii  <eliz@gnu.org>
6966         * org.el (org-mode): Force left-to-right paragraphs in Org
6967         buffers.  For a related discussions, see
6968         https://lists.gnu.org/archive/html/emacs-devel/2011-09/msg00349.html.
6970 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
6972         * ob-asymptote.el (org-babel-asymptote-define-type): Silence
6973         byte-compiler.
6975 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
6977         * ob-R.el (org-babel-R-evaluate): Fix bug in R session
6978         evaluation.
6980 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
6982         * org-bibtex.el (org-bibtex-type-property-name): Configurable
6983         property name for bibtex entry types.
6984         (org-bibtex-headline): Use new configurable property name.
6985         (org-bibtex-check): Use new configurable property name.
6986         (org-bibtex-create): Use new configurable property name.
6987         (org-bibtex-write): Use new configurable property name.
6989 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
6991         * org.el (org-paste-subtree): Remove unnecessary `concat'.
6993 2012-01-03  Bastien Guerry  <bzg@gnu.org>
6995         * org.el (org-paste-subtree): Remove useless (concat ...).
6997 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
6999         * ob-C.el (org-babel-C-var-to-C): Replacing usage of
7000         characterp with integerp (which should work w/Emacs22).
7002 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
7004         * org-footnote.el (org-footnote-at-definition-p): Context must
7005         be valid at the beginning of line, not at point.
7007 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
7009         * ob-tangle.el (org-babel-tangle-collect-blocks): Better
7010         delimiting of Org-mode text preceding a code block.
7012 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
7014         * ob.el (org-babel-get-src-block-info): Fixing bug,
7015         accidentally deleted variable values.
7017 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
7019         * ob-tangle.el (org-babel-process-comment-text): Customizable
7020         function to process comment text.
7021         (org-babel-tangle-collect-blocks): Make use of new
7022         customizable processing function.
7023         (org-babel-spec-to-string): Call customizable function rather than
7024         `org-babel-trim'.
7026 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
7028         * ob-R.el (org-babel-execute:R): Collect and pass along the
7029         result-params.
7030         (org-babel-R-evaluate): Accept result-params and if "scalar" or
7031         "verbatim" don't process output.
7032         (org-babel-R-evaluate-session): Accept result-params and if
7033         "scalar" or "verbatim" don't process output.
7035 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
7037         * ob.el (org-babel-merge-params): Differentiate between result
7038         types and wrappers.
7040 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
7042         * ob.el (org-babel-get-src-block-info): Check that
7043         functional-syntax variables are initialized.
7045 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
7047         * ob.el (org-babel-check-src-block): Adding a note for a
7048         future enhancement.
7050 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
7052         * org-exp.el (org-export): Restore point when exporting a subtree.
7054 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
7056         * ob.el (org-babel-parse-src-block-match): More robust to code
7057         blocks with empty bodies.
7059 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
7061         * ob.el (org-babel-parse-src-block-match): Don't error on empty
7062         code block body.
7064 2012-01-03  David Maus  <dmaus@ictsoc.de>
7066         * org.el (org-open-at-point): Unescape plain link.
7068 2012-01-03  David Maus  <dmaus@ictsoc.de>
7070         * org-html.el (org-html-handle-links): Remove unnecessary link
7071         unescape.
7073 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
7075         * ob.el (org-babel-merge-params): Better error message for
7076         unassigned variables.
7078 2012-01-03  Christian Egli  <christian.egli@alumni.ethz.ch>
7080         * org-taskjuggler.el (org-export-as-taskjuggler): Clone the
7081         buffer local variables to the temporary buffer before
7082         exporting.
7084 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
7086         * org-exp.el (org-export-select-backend-specific-text): Only
7087         remove commas on the front line of a code block.
7089 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
7091         * ob.el (org-babel-demarcate-block): Copy headers and indent to
7092         column of point when a block is split.
7094 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
7096         * ob.el (org-babel-insert-result): Corrected file insertion
7097         for inline results.
7099 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
7101         * org-footnote.el (org-footnote-in-valid-context-p): No
7102         footnote in latex fragments.
7104 2012-01-03  Martin Rudalics  <rudalics@gmx.at>
7106         * org-compat.el (org-pop-to-buffer-same-window): Remove LABEL
7107         argument from `pop-to-buffer-same-window' call.
7109 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
7111         * ob-R.el (org-babel-R-evaluate-session): Improve prompt
7112         detection regexp.
7114 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
7116         * org-inlinetask.el (org-inlinetask-goto-end): Small
7117         refactoring.
7119 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
7121         * ob-asymptote.el (org-babel-asymptote-var-to-asymptote):
7122         refactor code.
7123         (org-babel-asymptote-table-to-array): Removed function.
7125 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
7127         * ob-asymptote.el (org-babel-asymptote-var-to-asymptote):
7128         recognize non-nested lists as uni-dimensional arrays.
7130 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
7132         * ob.el (org-babel-params-from-properties): Don't check for
7133         header arguments in properties with leading ":"s.
7135 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
7137         * org-inlinetask.el (org-inlinetask-goto-end): Correctly
7138         detect the end of an inlinetask when the next one starts
7139         immediately after the current one.  Also, return position of
7140         point.
7142 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
7144         * ob.el (org-babel-inline-src-block-regexp): Allow regexp to
7145         start at bol.
7147 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
7149         * ob-asymptote.el (org-babel-asymptote-define-type): Elisp
7150         floats are asymptote reals.
7152 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
7154         * ob-asymptote.el (org-babel-asymptote-table-to-array):
7155         Require a new argument TYPE specifying the detected type of
7156         array.  If it's a string array, make sure every element is
7157         returned as a string.  Also improve doc-string.
7158         (org-babel-asymptote-var-to-asymptote): Fill new argument.
7159         Small refactoring.
7160         (org-babel-asymptote-define-type): Rewrite to avoid stopping
7161         search at first float found, as strings have precedence over
7162         floats.
7164 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
7166         * org-footnote.el (org-footnote-normalize): Be sure to separate
7167         the last footnote definition from the rest of the buffer.
7169 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
7171         * ob-awk.el (org-babel-expand-body:awk): Allow for symbolic
7172         variable names.
7174 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
7176         * org.el (org-latex-regexps): Allow matching latex fragments
7177         of type "$" and "$1" at beginning of line.
7179 2012-01-03  Bastien Guerry  <bzg@gnu.org>
7181         * org-agenda.el (org-search-view, org-agenda-get-todos)
7182         (org-agenda-get-deadlines, org-agenda-get-scheduled): Add
7183         `category-pos' in let construct.
7185 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
7187         * org-footnote.el (org-footnote-get-definition): The function has
7188         to widen buffer if definition has not been found in the current
7189         narrowed part.  Be sure to restore that restriction once the
7190         definition is found.
7192 2012-01-03  Michal Sojka  <sojka@os.inf.tu-dresden.de>  (tiny change)
7194         * org-icalendar.el (org-print-icalendar-entries): Make alarm
7195         duration RFC5545 compliant.
7197 2012-01-03  Bastien Guerry  <bzg@gnu.org>
7199         * org-agenda.el (org-agenda-get-timestamps)
7200         (org-agenda-get-sexps, org-agenda-get-progress): Correctly set
7201         the `org-category-pos' property.
7203 2012-01-03  Bastien Guerry  <bzg@gnu.org>
7205         * org-html.el (org-export-html-divs): Improve docstring.
7207 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
7209         * org-table.el (org-table-fix-formulas): Throw error when
7210         changing formula leads to an invalid formula.
7212 2012-01-03  Bastien Guerry  <bzg@gnu.org>
7214         * org.el (org-archive-location): Minor docstring fix.
7216 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
7218         * org.el (org-block-todo-from-checkboxes):
7219         `org-list-search-forward' should be used when looking for an
7220         item, as it filters out contexts where match couldn't be in a
7221         list.  Also use a correct item regexp, taking into account
7222         alphabetical ordered lists and counters.
7224 2012-01-03  Bastien Guerry  <bzg@gnu.org>
7226         * org-html.el (org-html-make-link): Minor fix to the
7227         docstring.
7229 2012-01-03  Suvayu Ali  <fatkasuvayu+linux@gmail.com>  (tiny change)
7231         * org-inlinetask.el (org-inlinetask): New customizable face
7232         for inlinetasks.
7234 2012-01-03  Bastien Guerry  <bzg@gnu.org>
7236         * org-agenda.el (org-agenda-get-todos): Properly set
7237         `category-pos'.
7239 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
7241         * org-list.el (org-list-struct-apply-struct): Don't use
7242         (copy-marker (point)) instead of (point-marker).
7244 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
7246         * ob.el (org-babel-where-is-src-block-result): Don't try to
7247         resolve variables when simply checking if we're inside of a
7248         code block.
7250 2012-01-03  Bastien Guerry  <bzg@gnu.org>
7252         * org.el (org-refresh-category-properties): New text property
7253         'org-category-position to point at the beginning of the
7254         headline from which the category is set.
7256 2012-01-03  Matt Lundin  <mdl@imapmail.org>
7258         * org.el (org-refile): Don't call `org-back-to-heading' with
7259         goto argument.
7261 2012-01-03  Bastien Guerry  <bzg@gnu.org>
7263         * org.el (org-link-display-descriptive): Remove this option and
7264         rely on the existing `org-descriptive-links' instead.
7265         (org-toggle-link-display): Use `org-descriptive-links'.
7267 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
7269         * ob-ref.el (org-babel-ref-resolve): Allow matching of results
7270         with tags after the result name.
7272 2012-01-03  Bastien Guerry  <bzg@gnu.org>
7274         * org-table.el (org-table-get-specials): Allow the use of the
7275         underscore character in column names.
7276         (org-table-get-specials): Allow the use of the underscore
7277         character in field names.
7279 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
7281         * org-exp-blocks.el (org-export-blocks-preprocess): Explicitly
7282         cleaning up markers.
7284 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
7286         * ob-exp.el (org-babel-exp-inline-src-blocks): Save match data
7287         around `org-babel-exp-do-export' which now searches in this case.
7288         (org-babel-exp-results): Position the point in the inline source
7289         block during export evaluation.
7291         * ob.el (org-babel-insert-result): More readable code.
7293 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
7295         * org-exp-blocks.el (org-export-blocks-preprocess): Use the built
7296         in function rather than the superfluous (and now removed)
7297         org-specific function.
7299 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
7301         * ob-exp.el (org-babel-exp-inline-src-blocks): Don't examplize
7302         inline code blocks which are already escaped.
7304 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
7306         * org-exp-blocks.el (org-marker-from-point): Helper function to
7307         create markers at specific points in source buffers.
7308         (org-export-blocks-preprocess): Use markers instead of points
7309         to delimit code blocks.
7311 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
7313         * org-list.el (org-list-separating-blank-lines-number): The
7314         behaviour of `org-back-over-empty-lines' depends on the
7315         associated value of `headline' in
7316         `org-blank-before-new-entry', which is out of context in a
7317         list.
7319 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
7321         * org-indent.el (org-indent-initialize-agent): When the current
7322         buffer isn't being watched, resume initialization of other watched
7323         buffers.  In that case, give hand to others idle timers or
7324         processes more frequently.
7325         (org-indent-agent-active-delay): Renamed from
7326         `org-indent-agent-process-duration'.
7327         (org-indent-agent-passive-delay): New variable.
7328         (org-indent-agent-resume-delay): Change value.
7329         (org-indent-initialize-buffer): Change argument name.
7330         (org-indent-add-properties): Change argument name and type
7331         expected.  It must be a time value now.
7333 2012-01-03  Bastien Guerry  <bzg@gnu.org>
7335         * org.el (org-set-property): Bugfix.
7337 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
7339         * ob.el (org-babel-remove-result): Idempotent code block
7340         evaluation and result removal.
7342 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
7344         * ob-ruby.el (org-babel-ruby-initiate-session): No longer
7345         require inf-ruby when no session evaluation takes place.
7347 2012-01-03  Bastien Guerry  <bzg@gnu.org>
7349         * org-agenda.el (org-agenda-prefix-format): Mention "%e" in
7350         the docstring.
7352 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
7354         * org-agenda.el (org-agenda-custom-commands): Set a default
7355         value for this command.
7357 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
7359         * org-agenda.el (org-agenda-include-all-todo): Declare this option
7360         as no longer working.
7361         (org-timeline): Rename the include-all argument to dotodo.
7362         (org-arg-loc): Renamed from` org-include-all-loc'.
7363         (org-agenda-list): Rename the INCLUDE-ALL argument to ARG,
7364         because its function has changed.
7366 2012-01-03  Bastien Guerry  <bzg@gnu.org>
7368         * org.el (org-fixup-indentation): Fix various small bugs.
7370 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
7372         * org-indent.el (org-indent-agent-timer)
7373         (org-indent-agentized-buffers, org-indent-agent-resume-timer)
7374         (org-indent-agent-process-duration)
7375         (org-indent-agent-resume-delay): New variables.
7376         (org-indent-initial-marker): More accurate doc-string.
7377         (org-indent-initial-timer, org-indent-initial-resume-timer)
7378         (org-indent-initial-process-duration)
7379         (org-indent-initial-resume-delay)
7380         (org-indent-initial-lock): Removed variables.
7381         (org-indent-mode): Set up an agent to watch current buffer, or
7382         add it to the list of already watched buffers.
7383         (org-indent-initialize-agent): New function.
7384         (org-indent-initialize-buffer): Now requires a mandatory
7385         buffer argument.
7386         (org-indent-add-properties): Reflect changes to variables.
7387         The resume timer is now global.
7389 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
7391         * org-footnote.el (org-footnote-normalize): Refactor, and fix
7392         some blank lines deletion.
7394 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
7396         * org-indent.el (org-indent-mode):
7397         `org-indent-initial-resume-timer ' needs to be local.
7399 2012-01-03  Bastien Guerry  <bzg@gnu.org>
7401         * org.el (org-fixup-indentation): Correctly indent meta lines.
7403 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
7405         * org-indent.el (org-indent-set-line-properties): Add text
7406         properties down to the beginning of the next line.
7407         (org-indent-add-properties): When last position to add
7408         properties to is at the beginning of a line, all that line
7409         will have properties.
7411 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
7413         * org-indent.el (org-indent-initial-resume-timer): New variable.
7414         (org-indent-initialize-buffer): Also resume after a small break.
7415         (org-indent-add-properties): When in asynchronous mode,
7416         proceed for 2 seconds, then take a break.
7418 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
7420         * org-indent.el (org-indent-set-line-properties): New function.
7421         (org-indent-add-properties): Externalize worker function.
7423 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
7425         * org-indent.el (org-indent-indent-buffer): Take into account
7426         narrowing.
7428 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
7430         * org-indent.el (org-indent-modified-headline-flag): Renamed from
7431         `org-indent-deleted-headline-flag'
7432         (org-indent-notify-modified-headline): Renamed from
7433         `org-indent-notify-deleted-headline'.  Handle situations when
7434         the stars of an headline are modified.
7435         (org-indent-refresh-maybe): Remove case now handled by
7436         previous function.
7437         (org-indent-mode): Apply renames.
7439 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
7441         * org-indent.el (org-indent-inlinetask-first-star): New
7442         variable.
7443         (org-indent-add-properties): Set the first star of inline-tasks'
7444         virtual indentation in `org-warning' face.
7446         * org-inlinetask.el (org-inlinetask-insert-task): Create a new
7447         inline-task slightly differently, so virtual indentation can
7448         be applied normally.
7450 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
7452         * org-indent.el (org-indent-initial-marker)
7453         (org-indent-initial-timer, org-indent-initial-lock): New
7454         variables.
7455         (org-indent-mode): At initialization, start an idle timer to indent
7456         the whole buffer.  When the user is asking for control, interrupt the
7457         process, and resume at the same point when idle again.
7458         (org-indent-initialize-buffer): New function.
7459         (org-indent-add-properties): Throw an interrupt when indentation of
7460         buffer is stopped during initialization.
7462 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
7464         * org-indent.el (org-indent-indent-buffer): Send more
7465         appropriate messages.
7467 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
7469         * org-indent.el (org-indent-notify-deleted-headline)
7470         (org-indent-refresh-maybe): Replace `org-indent-outline-re'
7471         with `org-outline-regexp-bol'.
7473 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
7475         * org-indent.el (org-indent-max-levels): Modify default value and
7476         add comment.
7477         (org-indent-add-properties): Pay attention to `org-indent-max'
7478         and `org-indent-max-levels' values.
7479         (org-indent-refresh-maybe): Refactor code to avoid an unnecessary
7480         save excursion.
7482 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
7484         * org-table.el (org-table-align): Remove now useless hack.
7486 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
7488         * org-indent.el (org-indent-fix-section-after-idle-time): Remove
7489         variable.
7490         (org-indent-initialize): Remove timer.
7491         (org-indent-add-properties): Refactor code.
7492         (org-indent-refresh-subtree, org-indent-refresh-section)
7493         (org-indent-refresh-buffer,org-indent-set-initial-properties): Remove
7494         functions.
7495         (org-indent-deleted-headline): New variable.
7496         (org-indent-notify-deleted-headline,org-indent-refresh-maybe): New
7497         functions.
7498         (org-indent-mode): Insert new functions into a hook.
7500 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
7502         * org-indent.el (org-indent-mode): Completely refresh buffer
7503         before starting org-indent-mode.  Also set idle timer to refresh
7504         only visible portion of buffer, and refresh the subtree instead of
7505         section when promoting or demoting it.
7506         (org-indent-add-properties): Rewrite function to proceed line by
7507         line, as required by `wrap-prefix' specificity.
7508         (org-indent-refresh-section,org-indent-refresh-subtree): Refactor.
7509         (org-indent-refresh-view): New function.
7510         (org-indent-refresh-to, org-indent-refresh-section): Removed
7511         functions.
7513         * org.el (org-unfontify-region): Do not remove prefix
7514         properties when unfontifying a region.
7516 2012-01-03  Bastien Guerry  <bzg@gnu.org>
7518         * org-colview.el (org-columns-cleanup-item): Correctly remove
7519         leading stars in items displayed in the agenda column view.
7521 2012-01-03  Bastien Guerry  <bzg@gnu.org>
7523         * org-colview.el (org-columns-display-here): Clean up items in
7524         `org-agenda-mode' too.
7525         (org-columns-cleanup-item): Take a new argument CPHR to allow
7526         passing a complex heading regexp.  Rewrite to cleanup ITEM
7527         correctly in `org-agenda-mode'.
7529 2012-01-03  Bastien Guerry  <bzg@gnu.org>
7531         * org-clock.el (org-duration-string-to-minutes)
7532         (org-minutes-to-hh:mm-string, org-hh:mm-string-to-minutes): Move
7533         from org.el.
7535 2012-01-03  Bastien Guerry  <bzg@gnu.org>
7537         * org.el (org-refile-active-region-within-subtree): New option to
7538         allow refiling a region that is part of a subtree without
7539         containing a subtree itself.  This default to `nil'.
7540         (org-refile): Use the new option.  Put point at the beginning
7541         of the region/subtree to be refiled, so that users understand
7542         what will be refiled.  Also improve the prompt to tell whether
7543         the user is refiling a region or a headline.
7545 2012-01-03  Bastien Guerry  <bzg@gnu.org>
7547         * org.el (org-properties-postprocess-alist): New option to allow
7548         postprocessing the values of properties set through
7549         `org-set-property'.
7550         (org-set-property): Use this option.
7552 2012-01-03  Bastien Guerry  <bzg@gnu.org>
7554         * org.el (org-outline-regexp, org-outline-regexp-bol): Add a
7555         docstring.
7557 2012-01-03  Bastien Guerry  <bzg@gnu.org>
7559         * org-archive.el (org-archive-to-archive-sibling): Use
7560         `org-outline-regexp' instead of `outline-regexp'.
7562 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
7564         * org.el (org-between-regexps-p): Searching up to pos may
7565         match again beginning regexp.
7567 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
7569         * org-footnote.el (org-footnote-goto-definition): Don't send
7570         erroneous message: suggested bindings might not be set outside
7571         Org.
7573 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
7575         * org-footnote.el (org-footnote-normalize): Effectively remove
7576         any footnote tag in non Org buffers, as detailled in the
7577         docstring of `org-footnote-tag-for-non-org-mode-files'.
7579 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
7581         * org-footnote.el (org-footnote-tag-for-non-org-mode-files):
7582         notify the opportunity to set the variable to the empty string.
7583         (org-footnote-normalize, org-footnote-create-definition):
7584         Carefully check for inserted newlines and presence of the
7585         footnote tag.
7587 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
7589         * org-footnote.el (org-footnote-at-definition-p): Re-use
7590         `org-footnote-definition-re'.
7592 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
7594         * org-footnote.el (org-footnote-definition-re): Remove an
7595         useless group.
7596         (org-footnote-at-definition-p): Reflect removal of the group.
7598 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
7600         * org.el (org-set-regexps-and-options): Enforce white space
7601         after todo keyword, as word boundary isn't sufficient (i.e. in
7602         matches * TODO/this).
7604 2012-01-03  Jambunathan K  <kjambunathan@gmail.com>
7606         * org-inlinetask.el (org-inlinetask-export-templates): Fixed
7607         template for html so that the exported file is valid
7608         xhtml.  Added template for odt.
7609         (org-inlinetask-export-handler): Fix typo in the regexp that
7610         trims content.  Make sure that the content is flanked by
7611         paragraph boundaries on either side.
7613 2012-01-03  Bastien Guerry  <bzg@gnu.org>
7615         * org.el (org-add-planning-info): Don't insert superfluous
7616         space when updating timestamps.
7618 2012-01-03  Bastien Guerry  <bzg@gnu.org>
7620         * org-agenda.el (org-cmp-effort): Fix docstring.
7622 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
7624         * org-list.el (org-list-full-item-re): When an item has only a
7625         bullet and no space after it, list structure would not be
7626         recognized correctly.
7628 2012-01-03  Bastien Guerry  <bzg@gnu.org>
7630         * org.el (org-overview): Use `outline-regexp' instead of
7631         `org-outline-regexp' so that global cycling using
7632         `orgstruct-mode' works outside of Org buffers.
7634 2012-01-03  Bastien Guerry  <bzg@gnu.org>
7636         * org-table.el (org-table-eval-formula): Fix missing variable
7637         in let construct.
7638         (org-table-time-string-to-seconds): Fix missing variable in
7639         let construct.
7641 2012-01-03  Michael Brand  <michael.ch.brand@gmail.com>
7643         * org-agenda.el (org-agenda-get-deadlines): Fix dfrac for the
7644         case of wdays being 0.  Don't pass wdays to
7645         org-agenda-deadline-face, like before the old fix.
7646         (org-agenda-deadline-face): Revert to old state that was without
7647         wdays.
7649 2012-01-03  Bastien Guerry  <bzg@gnu.org>
7651         * org-latex.el (org-export-latex-fixed-width): Only add one
7652         line break after exporting verbatim environments.
7654 2012-01-03  Bastien Guerry  <bzg@gnu.org>
7656         * org-mw.el (org-mw-export-lists): Fix list export.
7658 2012-01-03  Bastien Guerry  <bzg@gnu.org>
7660         * org-list.el (org-list-item-trim-br): New function.
7661         (org-list-to-generic): New parameter :nobr to use the new
7662         function.
7664 2012-01-03  David Maus  <dmaus@ictsoc.de>
7666         * org.el (org-paste-subtree): Fix wrong order of lines to move
7667         before pasting.
7669 2012-01-03  David Maus  <dmaus@ictsoc.de>
7671         * org.el (org-paste-subtree): Paste subtree above target
7672         headline if point is at bol.
7674 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
7676         * org-list.el (org-toggle-checkbox): Don't clear lim-down
7677         while used in the while loop.
7679 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
7681         * org-list.el (org-toggle-checkbox): Lim-down must be a
7682         marker.
7684 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
7686         * org.el (org-activate-code): Correct regexp so ":.*" isn't
7687         matched.
7689 2012-01-03  David Maus  <dmaus@ictsoc.de>
7691         * org-macs.el (org-with-gensyms, org-called-interactively-p)
7692         (with-silent-modifications, org-bound-and-true-p)
7693         (org-unmodified, org-re, org-preserve-lc)
7694         (org-without-partial-completion, org-with-point-at)
7695         (org-no-warnings, org-if-unprotected, org-if-unprotected-1)
7696         (org-if-unprotected-at, org-with-remote-undo)
7697         (org-no-read-only, org-save-outline-visibility)
7698         (org-with-wide-buffer, org-with-limited-levels)
7699         (org-eval-in-environment): Provide edebug specifications.
7701         * org-src.el (org-src-do-at-code-block): Dto.
7703         * org-publish.el (org-publish-with-aux-preprocess-maybe): Dto.
7705         * org-compat.el (org-xemacs-without-invisibility): Dto.
7707         * org-clock.el (org-with-clock-position, org-with-clock): Dto.
7709         * org-agenda.el (org-agenda-with-point-at-orig-entry)
7710         (org-batch-agenda, org-batch-agenda-csv)
7711         (org-batch-store-agenda-views): Dto.
7713         * ob.el (org-babel-do-in-edit-buffer)
7714         (org-babel-map-src-blocks, org-babel-map-inline-src-blocks): Dto.
7716         * ob-tangle.el (org-babel-with-temp-filebuffer): Dto.
7718         * ob-table.el (sbe): Dto.
7720         * ob-exp.el (org-babel-exp-in-export-file): Dto.
7722         * ob-comint.el (org-babel-comint-in-buffer)
7723         (org-babel-comint-with-output): Dto.
7725 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
7727         * org-inlinetask.el (org-inlinetask-export-templates): Fix
7728         docstring.
7730 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
7732         * org-inlinetask.el (org-inlinetask-insert-task): Error when
7733         trying to nest inline tasks.
7735 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
7737         * org.el (org-activate-code, org-toggle-fixed-width-section)
7738         (org-indent-line-function): Allow "[ \t]*:$" as a special case of
7739         fixed-width section.
7741 2012-01-03  David Maus  <dmaus@ictsoc.de>
7743         * org.el (org-paste-subtree): Don't eat headline when called
7744         with point at existing headline.
7746 2012-01-03  David Maus  <dmaus@ictsoc.de>
7748         * org.el (org-paste-subtree): Fix typo in variable name.
7750 2012-01-03  Jambunathan K  <kjambunathan@gmail.com>
7752         * org-inlinetask.el (org-inlinetask-export-handler): Don't
7753         export inline tasks if the current backend has provided no
7754         entries in `org-inlinetask-export-templates'.
7756 2012-01-03  Valentin Wüstholz  <wuestholz@gmail.com>  (tiny change)
7758         * org.el (org-indent-line-function): Made the way in which
7759         example blocks are indented more flexible.
7761 2012-01-03  David Maus  <dmaus@ictsoc.de>
7763         * org-agenda.el (org-batch-agenda-csv): Fix argument to append
7764         when creating final parameter alist.
7766 2012-01-03  David Maus  <dmaus@ictsoc.de>
7768         * org-agenda.el (org-batch-store-agenda-views): Use macro
7769         `org-eval-in-environment'.
7771 2012-01-03  David Maus  <dmaus@ictsoc.de>
7773         * org-agenda.el (org-batch-agenda, org-batch-agenda-csv): Use
7774         `org-eval-in-environment.
7776 2012-01-03  David Maus  <dmaus@ictsoc.de>
7778         * org-macs.el (org-make-parameter-alist): New function.  Turn
7779         flat list of alternating symbol names and values into an alist
7780         with symbol name in car and value in cdr.
7782 2012-01-03  David Maus  <dmaus@ictsoc.de>
7784         * org-agenda.el (org-agenda-with-point-at-orig-entry): Use
7785         macro `org-with-gensyms'.
7787 2012-01-03  David Maus  <dmaus@ictsoc.de>
7789         * org-macs.el (org-substitute-posix-classes): New
7790         function.  Substitute posix classes in regular expression.
7791         (org-re): Use new function.
7793 2012-01-03  David Maus  <dmaus@ictsoc.de>
7795         * org-macs.el (org-eval-in-environment): New macro.  Evaluate FORM
7796         in ENVIRONMENT.
7798 2012-01-03  David Maus  <dmaus@ictsoc.de>
7800         * org-macs.el (org-preserve-lc, org-with-point-at)
7801         (org-with-remote-undo, org-save-outline-visibility): Use new
7802         macro `org-with-gensyms'.
7804 2012-01-03  David Maus  <dmaus@ictsoc.de>
7806         * org-macs.el (org-with-gensyms): New macro.  Wrap let-binding
7807         of SYMBOLS to new uninterned symbols around BODY.
7809 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
7811         * org-inlinetask.el (org-inlinetask-export-handler): Make sure
7812         the task starts a paragraph or the HTML exporter will produce
7813         an incorrect output.
7815 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
7817         * org.el (org-return): When filling happens, `newline' can
7818         change match data, hence modifying the indent column.
7820 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
7822         * org-footnote.el (org-footnote-new): Only forbid non-inlined
7823         footnotes at column 0, as only them can be confused with a
7824         footnote definition.
7826 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
7828         * org-footnote.el (org-footnote-new): Use `ido' or `iswitchb'
7829         when available when prompted for a label.  Also rename a local
7830         variable to avoid confusion with an existing function.
7832 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
7834         * org-footnote.el (org-footnote-label-history): Removed
7835         variable
7836         (org-footnote-new): Remove call to that variable.
7838 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
7840         * org.el (org-insert-heading): With `force-heading' non-nil,
7841         inserting an heading before any headline, and just after a
7842         list would return an error.
7844 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
7846         * ob.el (org-babel-sha1-hash): Removed use of `copy-seq'.
7848 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
7850         * org-bibtex.el (org-bibtex-get): Make the "FILE" property
7851         non-special when resolving bibtex values.
7853 2012-01-03  David Maus  <dmaus@ictsoc.de>
7855         * org.el (org-back-over-empty-lines): Don't move line upward
7856         if point is at eob.
7858 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
7860         * org-footnote.el (org-footnote-in-valid-context-p): Check
7861         `org-protected' property before allowing to match a footnote.
7862         (org-footnote-at-reference-p): Remove an obsolete test.  It is now
7863         done in the previous function.
7865 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
7867         * org.el (org-between-regexps-p): Previous name implied the
7868         function was related to blocks, which isn't mandatory.
7869         (org-narrow-to-block, org-in-block-p)
7870         (org-indent-line-function): Applied the rename.
7872         * ob-exp.el (org-babel-in-example-or-verbatim): Applied
7873         rename.  Also removed a white space.
7875 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
7877         * org.el (org-in-regexps-block-p): Return an useful value when
7878         point is between START-RE and END-RE.  No incomplete block is
7879         allowed anymore.  Add another optional argument to bound the
7880         bottom part of the search.
7881         (org-narrow-to-block, org-in-block-p): Apply modifications.
7883 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
7885         * ob.el (org-babel-src-block-regexp): If a code block has a
7886         body, its last character must be a newline.
7888 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
7890         * org-footnote.el (org-footnote-next-reference-or-definition):
7891         If no more footnote is found, be sure to go back to the
7892         original position.  Otherwise, point might be left on a
7893         footnote-like element that has been dished out.
7895 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
7897         * ob-exp.el (org-babel-inline-src-block-regexp): Declare this
7898         variable.
7900         * ob.el (defvar): Wrap variable declaration in
7901         `eval-when-compile'.
7903 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
7905         * ob-keys.el (org-babel-key-bindings): Bound to `C-c C-v k'.
7907 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
7909         * ob-java.el (org-babel-execute:java): Allow cmdline flags
7910         during compilation and evaluation.
7912 2011-12-06  Juanma Barranquero  <lekktu@gmail.com>
7914         * ob.el (org-babel-expand-body:generic, org-babel-number-p):
7915         * ob-ref.el (org-babel-ref-parse): Fix typos.
7917 2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
7919         * ob.el (org-babel-execute-src-block): Fix typo.
7921 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
7923         * org.el (org-link-unescape, org-link-unescape-compound): Fix typos.
7925 2011-11-20  Andreas Schwab  <schwab@linux-m68k.org>
7927         * org-list.el (org-list-send-item): Use sort instead of sort*.
7929 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
7931         * org-table.el (org-table-line-to-dline): Fix typo.
7933 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
7935         * org-agenda.el (org-agenda-add-entry-text-descriptive-links)
7936         (org-agenda-custom-commands, org-write-agenda, org-check-for-org-mode)
7937         (org-search-syntax-table, org-modify-diary-entry-string)
7938         (org-write-agenda):
7939         * org-bbdb.el (org-bbdb-anniv-export-ical):
7940         * org-bibtex.el (org-bibtex-fields):
7941         * org-icalendar.el (org-icalendar-date-time-format):
7942         * org-latex.el (org-export-latex-inline-image-extensions):
7943         * org-list.el (org-list-insert-item): Fix typos.
7945 2011-11-11  Juanma Barranquero  <lekktu@gmail.com>
7947         * org-plot.el (org-plot/gnuplot-to-grid-data): Fix typo in docstring.
7949 2011-09-27  Eli Zaretskii  <eliz@gnu.org>
7951         * org.el (org-mode): Force left-to-right paragraphs in Org
7952         buffers.  For a related discussions, see
7953         https://lists.gnu.org/archive/html/emacs-devel/2011-09/msg00349.html.
7955 2011-09-17  Juanma Barranquero  <lekktu@gmail.com>
7957         * org.el (org-toggle-pretty-entities): Fix typo in message.
7959 2011-09-02  Chong Yidong  <cyd@stupidchicken.com>
7961         * org-compat.el (org-pop-to-buffer-same-window): Deleted.
7963         * ob-ref.el (org-babel-ref-goto-headline-id):
7964         * org.el (org-get-location, org-tree-to-indirect-buffer)
7965         (org-mark-ring-goto, org-refile, org-add-log-note)
7966         (org-revert-all-org-buffers, org-switchb)
7967         (org-cycle-agenda-files, org-submit-bug-report)
7968         (org-goto-marker-or-bmk):
7969         * org-agenda.el (org-prepare-agenda, org-agenda-switch-to):
7970         * org-capture.el (org-capture-goto-target)
7971         (org-capture-fill-template):
7972         * org-clock.el (org-clock-goto):
7973         * org-ctags.el (org-ctags-visit-buffer-or-file):
7974         * org-exp.el (org-export-as-org):
7975         * org-feed.el (org-feed-show-raw-feed):
7976         * org-html.el (org-export-htmlize-generate-css):
7977         * org-id.el (org-id-goto):
7978         * org-irc.el (org-irc-visit-erc):
7979         * org-mobile.el (org-mobile-apply):
7980         * org-publish.el (org-publish-org-to, org-publish-find-date):
7981         * org-remember.el (org-go-to-remember-target):
7982         * org-src.el (org-src-switch-to-buffer)
7983         (org-edit-fixed-width-region): Use switch-to-buffer.
7985 2011-08-31  Martin Rudalics  <rudalics@gmx.at>
7987         * org-compat.el (org-pop-to-buffer-same-window): Remove LABEL
7988         argument from pop-to-buffer-same-window call.
7990 2011-07-30  Carsten Dominik  <carsten.dominik@gmail.com>
7992         * ob.el (org-babel-src-block-regexp): If a code block has a body,
7993         its last character must be a newline.
7995 2011-07-28  Bastien Guerry  <bzg@gnu.org>
7997         * org-pcomplete.el: New file.  Rename from org-complete.el.
7998         * org-complete.el: Delete file.
8000 2011-07-28  Bastien Guerry  <bzg@gnu.org>
8002         * org-publish.el (org-publish-index-generate-theindex): Rename
8003         from `org-publish-index-generate-theindex.inc'.  Use the file
8004         theindex.org directly instead of including theindex.inc.
8005         (org-publish-projects): Don't delete .orgx files.
8006         (org-publish-aux-preprocess): Use .file.orgx.
8008 2011-07-28  Bastien Guerry  <bzg@gnu.org>
8010         * org-html.el (org-export-html-preamble-format): New default for
8011         the HTML preamble: don't include the title.  Also improve the
8012         docstring.
8013         (org-export-html-postamble-format): Improve the docstring.
8014         (org-export-as-html): Add the title within the "content" div.
8015         This is necessary for interaction with the org-info.js script.
8017 2011-07-28  Michael Brand  <michael.ch.brand@gmail.com>
8019         * org-table.el (org-table-edit-field): Display field coordinates.
8021 2011-07-28  Bastien Guerry  <bzg@gnu.org>
8023         * org-publish.el (org-publish-find-title): Bugfix: kill buffers
8024         unless they were already visited.
8025         (org-sitemap-sort-files, org-sitemap-sort-folders)
8026         (org-sitemap-ignore-case, org-sitemap-requested)
8027         (org-sitemap-date-format, org-sitemap-file-entry-format): Use
8028         a correct prefix.
8029         (org-publish-projects): Make sure to delete .orgx files.
8030         (org-publish-index-generate-theindex.inc): Small docstring fix.
8032 2011-07-28  Bastien Guerry  <bzg@gnu.org>
8034         * org-table.el (org-table-duration-custom-format): New defcustom
8035         to select output format of durations computations.
8036         (org-table-time-seconds-to-string): Use the new variable.
8037         (org-table-eval-formula): Allow `t' as a flag, on top of `T'.  `t'
8038         will use the custom output format defined in
8039         `org-table-duration-custom-format'.
8041 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
8043         * org-list.el: Search blank lines down to the end of the item
8044         instead of stopping at the item, in order to possibly match such
8045         lines within the item.
8047 2011-07-28  Bastien Guerry  <bzg@gnu.org>
8049         * org-latex.el (org-export-latex-href-format): Docstring fix to
8050         reflect the fact that you can use only one "%s".
8051         (org-export-latex-links): Allow `org-export-latex-href-format' to
8052         have only one "%s".
8054 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
8056         * org.el (org-org-menu): Add `org-copy-visible' to the menu.
8058 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
8060         * org.el (org-copy-visible): New command.
8062 2011-07-28  Bastien Guerry  <bzg@gnu.org>
8064         * org-capture.el (org-capture-templates): Docstring fix.
8066 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
8068         * ob.el (org-babel-view-src-block-info): New function to inspect
8069         code blocks.
8071         * ob-keys.el (org-babel-key-bindings): Key bindings for
8072         `org-babel-view-src-block-info'.
8074 2011-07-28  Bastien Guerry  <bzg@gnu.org>
8076         * org-exp.el (org-infile-export-plist): Handle recursively
8077         included setup files.  The value of the last included file always
8078         takes precedence over previous values.
8080 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
8082         * org.el (org-timestamp-change): Keep point in the same category
8083         when updating a time-stamp.  This requires to be careful, as,
8084         depending on the locale, name of day might change of length during
8085         the process.
8087 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
8089         * org-footnote.el (org-footnote-create-definition): When skipping
8090         already written footnotes definition, the algorithme would assume
8091         each one was only one-line long.
8093 2011-07-28  Bastien Guerry  <bzg@gnu.org>
8095         * org-table.el (org-table-eval-formula): Fix bug when a formula
8096         "range" is just one cell.
8097         (org-table-time-string-to-seconds): Don't check whether we
8098         manipulate a string.
8100 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
8102         * org-exp.el (org-export-mark-list-end)
8103         (org-export-mark-list-properties): Don't remove the ending regexp
8104         when it consists in blank lines.
8106         * org-list.el (org-list-parse-list): Ditto, but remove it
8107         completely when it isn't made of blank lines (i.e. during export
8108         process).
8110 2011-07-28  Bastien Guerry  <bzg@gnu.org>
8112         * org-table.el (org-table-time-string-to-seconds): Match either
8113         HH:MM:SS or HH:MM (instead of MM:SS).
8115 2011-07-28  Bastien Guerry  <bzg@gnu.org>
8117         * org.el (org-ctrl-c-ctrl-c-final-hook): New hook to be run when
8118         `org-ctrl-c-ctrl-c' cannot do anything useful in the given
8119         context.
8121 2011-07-28  Bastien Guerry  <bzg@gnu.org>
8123         * org-html.el (org-export-html-with-timestamp)
8124         (org-export-html-html-helper-timestamp): These are obsolete
8125         variables as of Org version 7.7 as you can already export the
8126         timestamp from the preamble or the postamble.
8127         (org-export-html-before-content-div): Delete variable.
8128         (org-export-html-content-div): Obsolete variable as of 7.7.
8129         (org-export-html-divs): New variable to define divs used in
8130         HTML export.
8131         (org-export-as-html): Now the preamble and the postamble are
8132         surrounded by a <div ...>.  The name of the div is defined through
8133         `org-export-html-divs'.
8135 2011-07-28  Bastien Guerry  <bzg@gnu.org>
8137         * org-table.el (org-table-eval-formula): Throw an error when
8138         trying to replace complex range with invalid references.
8140 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
8142         * org-macs.el (org-with-limited-levels): Some functions, like
8143         `org-back-to-heading', being deeply based on outline-mode, still
8144         refer to `outline-regexp' instead of `org-outline-regexp'.
8146 2011-07-28  Bastien Guerry  <bzg@gnu.org>
8148         * org.el (org-refile-get-targets): New optional argument
8149         `excluded-entries' to exclude entries from the targets.
8150         (org-refile-get-location): From an org-mode buffer, exclude
8151         current heading and subheadings from the list of targets when
8152         `org-refile-use-cache' is nil.
8154 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
8156         * org.el (org-imenu-get-tree): Headlines start at bol.
8158 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
8160         * ob-maxima.el: New file.  Fixed self-proclaimed file name.
8162 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
8164         * ob.el (org-babel-sha1-hash): Only call `copy-seq' on proper
8165         lists.
8167 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
8169         * org.el (org-kill-is-subtree-p): Matched string needs to start at
8170         bol.
8172 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
8174         * org.el (org-paste-subtree, org-kill-is-subtree-p)
8175         (org-yank-folding-would-swallow-text, org-yank-generic): Use
8176         `org-with-limited-levels' macro.
8178 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
8180         * org-macs.el (org-with-limited-levels): Also modify, when
8181         appropriate, `org-outline-regexp-at-bol'.
8183 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
8185         * org.el (org-timestamp-change): Some locales don't use the same
8186         length for date abbreviations.  Set a marker at origin in case
8187         length of new timestamp is different.
8189 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
8191         * org.el (org-imenu-get-tree): Browse only true headlines.
8193 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
8195         * org-archive.el (org-archive-subtree): While it might be possible
8196         to archive an headline of a temporary buffer (i.e. not visiting a
8197         file), it wouldn't be really sensible.
8199 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
8201         * org-archive.el (org-extract-archive-file)
8202         (org-extract-archive-heading, org-archive-subtree):
8203         `buffer-file-name' is nil in an indirect buffer.  Thus, use
8204         `(buffer-file-name (buffer-base-buffer))', which will, in any
8205         case, return the file name.
8207 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
8209         * org-capture.el (org-capture): If dired isn't loaded,
8210         `dired-buffers' isn't defined, and %F will fail.
8212 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
8214         * ob-java.el (org-babel-execute:java): Don't create empty package
8215         directories.
8217 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
8219         * ob-java.el: New file.
8221 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
8223         * ob.el (org-babel-execute-src-block): Replace call to defunct
8224         function `org-babel-result-hash'.
8226 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
8228         * org-footnote.el (org-footnote-in-valid-context-p): Avoid cited
8229         lines and headers in `message-mode'.
8230         (org-footnote-at-reference-p): Remove check for cited lines, this
8231         is now handled by the previous function.  Refactor.
8233 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
8235         * org-capture.el (org-capture): If no file is associated to
8236         current buffer, check dired buffer and try to retrieve a possibly
8237         directory associated.
8239 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
8241         * ob-exp.el (org-babel-exp-results): Resolve hashes in the current
8242         (not original) file buffer.
8244         * ob.el (org-babel-current-result-hash): More informative name,
8245         and remove useless optional argument.
8247 2011-07-28  Bastien Guerry  <bzg@gnu.org>
8249         * org.el (org-refile-get-location): Exclude current heading from
8250         the refile table.
8252 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
8254         * org-footnote.el (org-footnote-at-reference-p): Test if match is
8255         in cited text, when replying to a message.
8256         (org-footnote-new): Do not create a new footnote at bol, as it
8257         might be seen as a definition.
8258         (org-footnote-at-definition-p): Ignore definitions in forbidden
8259         blocks, as it is already the case for references.
8261 2011-07-28  Matt Lundin  <mdl@imapmail.org>
8263         * org-bibtex.el (org-bibtex-create, org-bibtex-write): Change
8264         argument of `org-toggle-tag' to 'on.  (Other arguments, e.g., t,
8265         have no effect).
8267 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
8269         * org-bibtex.el (org-bibtex-get): Don't let trimming turn nils
8270         into empty strings.
8272 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
8274         * org-list.el (org-list-insert-item): Actualize code comments.
8275         (org-insert-item): For consistency, point cannot be moved at a
8276         surprising place when the user is being asked to choose a new
8277         description term to insert in the list.  Point should stay where
8278         the user called the command.
8280 2011-07-28  Bastien Guerry  <bzg@gnu.org>
8282         * org-toc.el (org-toc-before-first-heading-p, org-toc-show)
8283         (org-toc-get-headlines-status): Use `org-outline-regexp-bol'.
8285 2011-07-28  Bastien Guerry  <bzg@gnu.org>
8287         * org.el (org-outline-regexp-bol): New defconst.
8288         (org-outline-level, org-set-font-lock-defaults, org-cycle)
8289         (org-overview, org-content, org-flag-drawer)
8290         (org-first-headline-recenter, org-insert-todo-heading)
8291         (org-map-region, org-move-subtree-down, org-paste-subtree)
8292         (org-kill-is-subtree-p, org-context-p, org-refile)
8293         (org-refile-new-child, org-toggle-comment, org-todo)
8294         (org-add-planning-info, org-add-log-setup, org-scan-tags)
8295         (org-set-tags, org-insert-property-drawer)
8296         (org-prepare-agenda-buffers, org-preview-latex-fragment)
8297         (org-speed-command-default-hook, org-check-for-hidden)
8298         (org-toggle-item, org-toggle-heading)
8299         (org-indent-line-function, org-set-autofill-regexps)
8300         (org-fill-paragraph, org-toggle-fixed-width-section)
8301         (org-yank-generic, org-yank-folding-would-swallow-text)
8302         (org-first-sibling-p, org-goto-sibling)
8303         (org-goto-first-child, org-show-entry): Use
8304         `org-outline-regexp' and `org-outline-regexp-bol'.
8306 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
8308         * org.el (org-update-parent-todo-statistics): COOKIE_DATA should
8309         be checked for parent, not current headline.  Also, this function
8310         doesn't need to be interactive.
8312 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
8314         * org-list.el (org-list-send-item, org-list-struct-apply-struct)
8315         (org-apply-on-list, org-toggle-checkbox): Make markers point
8316         nowhere when they have become useless.
8318 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
8320         * org-list.el (org-list-insert-item): When insertion point is in
8321         some white line after the end of the list, remove all unnecessary
8322         white lines there before proceeding.  Also refactor a snippet of
8323         code.
8325 2011-07-28  Bastien Guerry  <bzg@gnu.org>
8327         * org-latex.el (org-export-latex-image-default-option): Change
8328         default value.
8330 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
8332         * org.el (org-fontify-meta-lines-and-blocks-1): Blocks cannot be
8333         correctly fontified when the buffer is missing a final newline.
8335 2011-07-28  Bastien Guerry  <bzg@gnu.org>
8337         * ob.el (org-babel-strip-protective-commas): Return `nil' instead
8338         of an error if no argument is given.
8339         (org-babel-parse-src-block-match): Make sure body is defined in
8340         the let construct.
8342 2011-07-28  Jon Anders Skorpen  <jonas@ifi.uio.no>  (tiny change)
8344         * org-publish.el (org-publish-cache-file-needs-publishing): Regexp
8345         did not find includes with double quoted file names.
8347 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
8349         * org-footnote.el (org-footnote-normalize): Footnote section
8350         should be inserted only if there are footnotes to insert.
8352 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
8354         * org-footnote.el (org-footnote-at-definition-p)
8355         (org-footnote-normalize): Do not grab signature in the definition
8356         of the last footnote.
8358 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
8360         * org-bibtex.el (org-babel-trim): Declare this function to the
8361         compiler.
8362         (org-bibtex-get): Trimming whitespace off of bibtex fields read from
8363         properties.
8365 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
8367         * org-exp.el (org-export-preprocess-string): Add the possibility
8368         to call recursively the function.  Also change order of some
8369         function calls.  Comment export process for footnotes.
8371         * org-footnote.el (org-footnote-normalize): Change the export
8372         specific parameter to hold properties of export.  Thus, the
8373         function can send every footnote definition in the buffer through
8374         `org-export-process-string'.
8376 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
8378         * org-latex.el (org-export-latex-preprocess): First insert
8379         footnotes in the temporary buffer so their contents can properly
8380         be protected from further transformations if required.
8382 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
8384         * org-list.el (org-list-indent-offset): New variable.
8385         (org-list-struct-fix-ind): Make use of the new variable.
8387 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
8389         * org-latex.el (org-export-latex-list-parameters): Complete
8390         default value with cbtrans option.
8392         * org-list.el (org-list-to-latex): Set a more consistent default
8393         value.
8395 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
8397         * org-list.el (org-list-swap-items): Move it to a meaningful
8398         position in source code (i.e. before any function using it), and
8399         rename it to an easier name.
8401 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
8403         * org-list.el (org-list-separating-blank-lines-number): If there
8404         are blank lines already in the whole list, add a blank line.
8406 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
8408         * org-list.el (org-list-use-circular-move): New variable.
8409         (org-previous-item, org-next-item): Make use of the new variable.
8410         (org-move-item-down, org-move-item-up): Make use of the new
8411         variable.  Simplify code.
8413 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
8415         * org-list.el (org-list-delete-item, org-list-send-item): New
8416         functions.
8418 2011-07-28  Bastien Guerry  <bzg@gnu.org>
8420         * org-agenda.el (org-agenda-bulk-custom-functions): New variable
8421         for custom bulk action functions.
8422         (org-agenda-bulk-action): Use it.
8424 2011-07-28  Bastien Guerry  <bzg@gnu.org>
8426         * org-latex.el (org-export-latex-quotes): New defcustom.
8427         (org-export-latex-quotation-marks): Use it.
8429 2011-07-28  Bastien Guerry  <bzg@gnu.org>
8431         * org-capture.el (org-capture-finalize): Bugfix about inserted
8432         blank line when killing the capture buffer and
8433         `org-blank-before-new-entry' tells to not insert anything before a
8434         heading.
8436 2011-07-28  Bastien Guerry  <bzg@gnu.org>
8438         * org-html.el (org-export-html-content-div): Rename from
8439         `org-export-content-div'.
8440         (org-export-as-html): Use new name.
8442 2011-07-28  Bastien Guerry  <bzg@gnu.org>
8444         * org-latex.el (org-export-latex-header-defs-re): Delete.
8446 2011-07-28  Bastien Guerry  <bzg@gnu.org>
8448         * org.el (org-last-set-property): New variable.
8449         (org-read-property-name): Use the new variable: the prompt
8450         defaults to the last property set, unless there is a property in
8451         the line at point.
8453 2011-07-28  David Maus  <dmaus@ictsoc.de>
8455         * org-capture.el (org-capture-before-finalize-hook)
8456         (org-capture-after-finalize-hook, org-capture-mode-map)
8457         (org-capture-mode, org-capture-goto-last-stored): Fix docstring,
8458         consistently refer to capture, not remember.
8460 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
8462         * ob-clojure.el (org-babel-execute:clojure): Respects "scalar" and
8463         "verbatim" results params.
8465 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
8467         * ob-awk.el (org-babel-execute:awk): Use "verbatim" as synonym for
8468         "scalar".
8470         * ob-sh.el (org-babel-sh-evaluate): Use "verbatim" as synonym for
8471         "scalar".
8473         * ob-sqlite.el (org-babel-execute:sqlite): Use "verbatim" as
8474         synonym for "scalar".
8476         * ob.el (org-babel-merge-params): Use "verbatim" as synonym for
8477         "scalar".
8479 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
8481         * ob.el (org-babel-script-escape): Parse odd parens when nested
8482         isnide lists.
8484 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
8486         * ob-clojure.el (org-babel-execute:clojure): No longer force
8487         results into elisp if they don't naturally fit.
8489 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
8491         * ob-clojure.el (org-babel-execute:clojure): Stop re-reading
8492         already parsed lisp results.
8494 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
8496         * org-list.el (org-plain-list-ordered-item-terminator): Remove
8497         incorrect assumption.
8499 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
8501         * org-footnote.el (org-footnote-forbidden-blocks): Add missing
8502         exporter specific blocks.
8504         * org-list.el (org-list-forbidden-blocks): Ditto.
8506 2011-07-28  Bastien Guerry  <bzg@gnu.org>
8508         * org-latex.el (org-export-latex-tables): Bugfix: remove
8509         properties from fields.
8511 2011-07-28  Bastien Guerry  <bzg@gnu.org>
8513         * org.el (org-shiftcontrolup, org-shiftcontroldown): New commands
8514         to use `org-clock-timestamps-change'.
8516 2011-07-28  Bastien Guerry  <bzg@gnu.org>
8518         * org.el (org-timestamp-up, org-timestamp-down): Mention time
8519         changes in the docstring.
8521 2011-07-28  Bastien Guerry  <bzg@gnu.org>
8523         * org-clock.el (org-clock-remove-empty-clock-drawer): New function
8524         to remove empty clock drawer.
8525         (org-clock-out-hook): Add the new function as a hook.
8527 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
8529         * org-list.el (org-list-in-valid-context-p): Use `org-in-block-p'.
8531 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
8533         * org.el (org-in-block-p): New function.
8535         * org-footnote.el (org-footnote-forbidden-blocks): New variable.
8536         (org-footnote-in-valid-context-p): New function.
8537         (org-footnote-at-reference-p): Use new function.  Allow inline
8538         footnotes to start at bol.
8540 2011-07-28  Bastien Guerry  <bzg@gnu.org>
8542         * org-lparse.el (org-lparse-use-flashy-warning): New defcustom.
8543         (org-lparse-warn): Use it.
8545 2011-07-28  Bastien Guerry  <bzg@gnu.org>
8547         * org-ascii.el (org-export-as-utf8): Fix call to
8548         `org-called-interactively-p': it requires an argument.  Also fix
8549         the docstring.
8551 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
8553         * ob-lilypond.el (show-all): Declaring function from outline.el.
8554         (org-babel-default-header-args:lilypond): Declared.
8555         (ly-process-basic): Use the appropriate prefix for the temporary
8556         file, and don't call a function from ob-dot.el.
8557         (ly-version): Let-bind a free variable.
8559 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
8561         * ob-lilypond.el: New file.
8563 2011-07-28  Bastien Guerry  <bzg@gnu.org>
8565         * org-publish.el
8566         (org-publish-cache-file-needs-publishing): Only check against .org
8567         files.
8569 2011-07-28  Bastien Guerry  <bzg@gnu.org>
8571         * org.el (org-mode): Use `org-default' as the default face in
8572         org-mode.
8574 2011-07-28  Bastien Guerry  <bzg@gnu.org>
8576         * org-publish.el
8577         (org-publish-cache-file-needs-publishing): Takes care of more
8578         recently included files, returning `t' in case the file including
8579         them needs to be republished.
8581 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
8583         * org-exp.el (org-export-preprocess-string): If the last subtree
8584         is a task, footnotes may be removed along with the subtree.  This
8585         patch ensures footnotes are put at the end of the buffer after the
8586         subtree has been removed.
8588 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
8590         * org-footnote.el (org-footnote-at-reference-p): Verify that what
8591         looks like a footnote doesn't belong to a link.
8592         (org-footnote-next-reference-or-definition): Check more strictly
8593         footnote definitions.
8595 2011-07-28  Deech  <deech@deech-ThinkPad-X200.(none)>  (tiny change)
8597         * ob-tangle.el (org-babel-tangle): Ignore errors thrown by
8598         language modes.
8600 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
8602         * ob-python.el (org-babel-python-evaluate-session): Inhibit return
8603         of the eoe string during session evaluation.
8605 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
8607         * ob-python.el (org-babel-python-evaluate-session): Enough
8608         newlines to ensure a return when ":results output :session".
8610 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
8612         * ob-python.el (org-babel-python-evaluate-session): Introduced a
8613         new local function for sending input with a slight delay to allow
8614         pythong to re-draw the prompt.  No longer removing newlines inside
8615         code block bodies (was due to a defective regexp).
8617 2011-07-28  Bastien Guerry  <bzg@gnu.org>
8619         * org-table.el (org-table-time-seconds-to-string): Use
8620         `org-format-seconds' instead of `format-seconds'.
8622 2011-07-28  David Maus  <dmaus@ictsoc.de>
8624         * org-publish.el (org-publish-cache-ctime-of-src): Properly handle
8625         relative symlinks.
8627 2011-07-28  David Maus  <dmaus@ictsoc.de>
8629         * org-latex.el (org-export-latex-preprocess): Use function
8630         argument instead of dynamically scoped symbol.
8632 2011-07-28  David Maus  <dmaus@ictsoc.de>
8634         * org-freemind.el (org-freemind-convert-links-helper)
8635         (org-freemind-convert-text-p, org-freemind-write-mm-buffer)
8636         (org-freemind-get-node-style): Use org-string-match-p for backward
8637         compatibility with Emacs 22.
8639 2011-07-28  David Maus  <dmaus@ictsoc.de>
8641         * org-html.el (org-export-html-protect-char-alist): Add missing
8642         :group keyword in defcustom.
8644 2011-07-28  David Maus  <dmaus@ictsoc.de>
8646         * ob-haskell.el (org-babel-haskell-export-to-lhs): Call
8647         `kill-buffer' with argument indiciating to kill current
8648         buffer.  Emacs 22 compatibility.
8650 2011-07-28  David Maus  <dmaus@ictsoc.de>
8652         * org-macs.el (org-without-partial-completion): Toggle
8653         partial-completion-mode only if it is turned on.
8655 2011-07-28  Bastien Guerry  <bzg@gnu.org>
8657         * org.el (org-add-planning-info): Fix issues with timestamps not
8658         being inserted at the same position.
8660 2011-07-28  Bastien Guerry  <bzg@gnu.org>
8662         * org-table.el (org-table-time-string-to-seconds)
8663         (org-table-time-seconds-to-string): New functions.
8664         (org-table-eval-formula): Implement the "T" (time) flag for
8665         computing durations.
8667 2011-07-28  Jambunathan K  <kjambunathan@gmail.com>
8669         * org.el (org-modules): Add org-lparse and org-odt as contrib
8670         modules.
8672 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
8674         * org.el (org-fontify-meta-lines-and-blocks-1): Include header
8675         lines.
8676         (org-additional-option-like-keywords): Include data as a synonym
8677         for results.
8679 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
8681         * ob.el (org-babel-sha1-hash): Improving code layout and removing
8682         export-variable headers in cache sha1.
8684 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
8686         * ob-ref.el (org-babel-ref-goto-headline-id): Don't let `org-id'
8687         rescan all IDs when trying to resolve a reference.
8689 2011-07-28  Julien Barnier  <julien@nozav.org>
8691         * org.el (org-fontify-meta-lines-and-blocks-1): Fix test for src
8692         blocks lang attribute.
8694 2011-07-28  Eric S Fraga  <e.fraga@ucl.ac.uk>
8696         * org-latex.el (org-export-latex-timestamp-inactive-markup): New
8697         option to allow different markup for inactive timestamps.
8699 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
8701         * ob-org.el (org-babel-expand-body:org): Implemented this
8702         function, only action is to expand variables.
8703         (org-babel-execute:org): Uses the new body-expansion function.
8705 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
8707         * org-list.el (org-list-full-item-re): Allow counter and check-box
8708         to be separated by white spaces.
8709         (org-list-struct-apply-struct): Reflect changes made to
8710         `org-list-full-item-re'.
8712         * org-html.el (org-html-export-list-line): Recognize spaces
8713         between counter and check-boxes as valid.
8715         * org-docbook.el (org-export-docbook-list-line): Ditto.
8717 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
8719         * org-list.el (org-list-insert-item): Make sure point is moved to
8720         the specified POS before starting the function.
8722 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
8724         * org.el (org-activate-footnote-links): Properly fontify inline
8725         footnotes.
8726         (org-set-font-lock-defaults): Apply changes to previous function.
8728 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
8730         * org-footnote.el (org-footnote-at-reference-p): First check if
8731         point is at the beginning of a footnote.  Indeed `org-in-regexp'
8732         first checks backwards and might find an incorrect footnote if
8733         they are side-by-side.
8735 2011-07-28  Michael Brand  <michael.ch.brand@gmail.com>
8737         * org-agenda.el (org-agenda-compact-blocks): Improve docstring.
8738         (org-agenda-block-separator): Add nil to docstring and customization.
8739         (org-prepare-agenda): Skip agenda block separator additionally if
8740         `org-agenda-block-separator' is nil.
8741         (org-agenda-overriding-header): Improve docstring.
8743 2011-07-28  Bastien Guerry  <bzg@gnu.org>
8745         * org.el (org-set-tags): Remove useless
8746         `org-without-partial-completion'.
8748 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
8750         * org-footnote.el (org-fill-paragraph): Declare function for the
8751         compiler.
8753 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
8755         * ob-ref.el (org-narrow-to-subtree): Declare unknown function.
8757 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
8759         * ob.el (org-babel-inline-lob-one-liner-regexp): Declare variable
8760         to appease compiler.
8762 2011-07-28  Michael Markert  <markert.michael@googlemail.com>
8764         * ob.el (org-babel-sha1-hash): Adding optional argument KIND to
8765         all `org-called-interactively-p' function invocations.
8767         * org-agenda.el (org-agenda-redo): Adding optional argument KIND
8768         to all `org-called-interactively-p' function invocations.
8769         (org-agenda-show-1): Adding optional argument KIND to all
8770         `org-called-interactively-p' function invocations.
8771         (org-agenda-set-tags): Adding optional argument KIND to all
8772         `org-called-interactively-p' function invocations.
8774         * org-ascii.el (org-export-as-latin1): Adding optional argument
8775         KIND to all `org-called-interactively-p' function invocations.
8776         (org-export-as-latin1-to-buffer): Adding optional argument KIND to
8777         all `org-called-interactively-p' function invocations.
8778         (org-export-as-utf8-to-buffer): Adding optional argument KIND to all
8779         `org-called-interactively-p' function invocations.
8780         (org-export-region-as-ascii): Adding optional argument KIND to all
8781         `org-called-interactively-p' function invocations.
8783         * org-docbook.el (org-export-region-as-docbook): Adding optional
8784         argument KIND to all `org-called-interactively-p' function
8785         invocations.
8787         * org-html.el (org-export-region-as-html): Adding optional
8788         argument KIND to all `org-called-interactively-p' function
8789         invocations.
8791         * org-latex.el (org-export-region-as-latex): Adding optional
8792         argument KIND to all `org-called-interactively-p' function
8793         invocations.
8795         * org-table.el (org-table-blank-field): Adding optional argument
8796         KIND to all `org-called-interactively-p' function invocations.
8797         (org-table-current-column): Adding optional argument KIND to all
8798         `org-called-interactively-p' function invocations.
8799         (org-table-current-dline): Adding optional argument KIND to all
8800         `org-called-interactively-p' function invocations.
8801         (org-table-sort-lines): Adding optional argument KIND to all
8802         `org-called-interactively-p' function invocations.
8803         (org-table-sum): Adding optional argument KIND to all
8804         `org-called-interactively-p' function invocations.
8805         (org-table-rotate-recalc-marks): Adding optional argument KIND to
8806         all `org-called-interactively-p' function invocations.
8807         (org-table-eval-formula): Adding optional argument KIND to all
8808         `org-called-interactively-p' function invocations.
8809         (orgtbl-send-table): Adding optional argument KIND to all
8810         `org-called-interactively-p' function invocations.
8812         * org.el (org-mode): Adding optional argument KIND to all
8813         `org-called-interactively-p' function invocations.
8814         (org-copy-subtree): Adding optional argument KIND to all
8815         `org-called-interactively-p' function invocations.
8816         (org-paste-subtree): Adding optional argument KIND to all
8817         `org-called-interactively-p' function invocations.
8818         (org-store-link): Adding optional argument KIND to all
8819         `org-called-interactively-p' function invocations.
8820         (org-todo): Adding optional argument KIND to all
8821         `org-called-interactively-p' function invocations.
8822         (org-occur): Adding optional argument KIND to all
8823         `org-called-interactively-p' function invocations.
8825 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
8827         * org-footnote.el (org-footnote-action): Offer to create
8828         definition when none is found.
8830 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
8832         * org-footnote.el (org-footnote-re): Avoid matching inactive
8833         time-stamps or check-box cookies.
8834         (org-footnote-next-reference-or-definition): Adapt to the new regexp.
8836 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
8838         * org-exp.el (org-export-preprocess-string): If the last subtree
8839         is commented, footnotes inserted during normalizing at the end of
8840         the buffer may get deleted.  This patch ensures deletion comes
8841         first, normalization second.
8843 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
8845         * org-exp.el (org-export-footnotes-data): Change docstring.
8846         (org-export-footnotes-seen): Rename from
8847         org-export-footnotes-markers.
8849         * org-ascii.el (org-export-as-ascii): Apply change.
8851         * org-docbook.el (org-export-as-docbook): Apply change.
8853         * org-footnote.el (org-footnote-normalize): Apply change.
8855         * org-html.el (org-export-as-html): Apply change.
8857         * org-latex.el (org-export-as-latex): Apply change.
8859 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
8861         * org-latex.el (org-export-latex-preprocess): Rely on
8862         `org-export-footnotes-markers' to retrieve definition of the
8863         current footnote during export.
8865 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
8867         * org-footnote.el (org-footnote-normalize): Remember footnotes
8868         seen so far by the exporter when choosing the new marker.
8870 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
8872         * org-footnote.el (org-footnote-normalize): Make use of
8873         `org-footnote-insert-pos-for-preprocessor'.
8875 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
8877         * org-footnote.el (org-footnote-normalize): Add `org-footnote'
8878         property to footnote markers when preparing for exportation.
8880         * org-html.el (org-export-as-html): Read new property to decide
8881         when to export a footnote.
8883         * org-docbook.el (org-export-as-docbook): Read new property to
8884         decide when to export a footnote.
8886         * org-latex.el (org-export-latex-preprocess): Ensure footnote at
8887         column 0 cannot end a list containing it by adding
8888         `original-indentation' property to it.
8890 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
8892         * org-exp.el (org-export-preprocess-string): Normalize footnotes
8893         before marking lists ending.
8895         * org-latex.el (org-export-latex-preprocess): Work with labels as
8896         strings and not as numbers.
8898 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
8900         * org-docbook.el (org-export-docbook-footnote-separator): New
8901         variable.
8902         (org-export-as-docbook): Add a separator between footnotes.
8904         * org-html.el (org-export-html-footnote-separator): New variable.
8905         (org-export-as-html): Add a separator between footnotes.
8907         * org-latex.el (org-export-latex-footnote-separator): New
8908         variable.
8909         (org-export-latex-preprocess): Add a separator between footnotes.
8911 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
8913         * org-exp.el (org-export-footnotes-markers)
8914         (org-export-footnotes-data): New variables.
8915         (org-export-preprocess-string): Use a more explicit argument.
8917 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
8919         * org-footnote.el (org-footnote-goto-definition): Now, determining
8920         if point is at a footnote reference is entirely determined by
8921         `org-footnote-at-reference-p'.  No need to check if pattern isn't
8922         at beginning of the line elsewhere.
8924 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
8926         * org-footnote.el (org-footnote-next-reference-or-definition): New
8927         function.
8929         * org.el (org-activate-footnote-links): Activate the whole
8930         footnote, but only fontify its label.
8932 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
8934         * org-footnote.el (org-footnote-normalize): Make use of changes to
8935         `org-footnote-at-reference-p' and creation of various functions..
8936         Also comment code.
8937         (org-footnote-get-next-reference, org-footnote-delete-references)
8938         (org-footnote-delete-definitions): New functions.
8939         (org-footnote-goto-previous-reference, org-footnote-all-labels)
8940         (org-insert-footnote-reference-near-definition, org-footnote-delete):
8941         Rewrite to use org-footnote-get-next-reference.
8943 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
8945         * org-footnote.el (org-footnote-re): Don't end an inline footnote
8946         at unrelated closing square brackets.
8947         (org-footnote-at-reference-p): Improve accuracy of the function to
8948         determine if point is at a reference and to extract definition of an
8949         inline footnote.
8950         (org-footnote-all-labels, org-footnote-action, org-footnote-delete)
8951         (org-footnote-auto-adjust-maybe): Make use of previous function.
8953 2011-07-28  Bastien Guerry  <bzg@gnu.org>
8955         * org.el (org-deadline, org-schedule):
8956         keep warning cookie when rescheduling/redeadlining.
8957         (org-time-stamp): Fix problem with warning cookie.
8959 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
8961         * ob-clojure.el (org-babel-execute:clojure): Force escaping of
8962         clojure source into elisp source.
8964 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
8966         * ob.el (org-babel-script-escape): Treats {} in the same manner as
8967         [] and allows for forcing string conversion.
8969 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
8971         * org-exp.el (org-export-select-backend-specific-text): Strip
8972         protective commas from literal code blocks.
8974 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
8976         * ob-ref.el (org-babel-ref-goto-headline-id): Fix bug.
8978 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
8980         * ob-ref.el (org-babel-ref-goto-headline-id): Split out into its
8981         own function.
8982         (org-babel-ref-headline-body): Split out into its own function.
8983         (org-babel-ref-resolve): Using new functions, and alignment.
8985         * ob.el (org-babel-ref-goto-headline-id): Declare function.
8986         (org-babel-ref-headline-body): Declare function.
8987         (org-babel-expand-noweb-references): Now expands noweb references to
8988         headlines during expansion.
8990 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
8992         * ob-ref.el (org-babel-ref-resolve): Now resolves references to
8993         headlines by either global or custom id, in which case the
8994         contents of the headline are returned literally.
8996 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
8998         * ob-exp.el (org-babel-in-example-or-verbatim): Also check for in
8999         verbatim emphasis.
9000         (org-babel-exp-lob-one-liners): Cleaner checking for escaped call
9001         lines.
9003 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
9005         * org-list.el (org-cycle-item-indentation): Cycling back to
9006         original position deleted any additional information in the item,
9007         like a counter or a tag.
9009 2011-07-28  Pieter Praet  <pieter@praet.org>
9011         * org-crypt.el (org-crypt-disable-auto-save): New defcustom.
9012         (org-decrypt-entry): Before decrypting, check whether
9013         `auto-save-mode' is enabled for the current buffer, and act on it
9014         according to how `org-crypt-disable-auto-save' is set.  Remove
9015         comment re "encrypt[ing] Org auto-saved buffers".  Remove on-init
9016         check for `auto-save-default'.
9018 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9020         * ob.el (org-babel-merge-params): Ensure variable parameters are
9021         not reversed.
9023 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9025         * ob.el (org-babel-insert-result): Fix results insertion for
9026         inline blocks which happen to start a line.
9028 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9030         * ob-exp.el (org-babel-exp-lob-one-liners): Fix the logic checking
9031         if a call line is commented.
9033 2011-07-28  Vincent Belaïche  <vincentb1@users.sourceforge.net>
9035         * org.el (org-read-property-name): Propose default property name.
9037 2011-07-28  Achim Gratz  <stromeko@nexgo.de>
9039         * org.el (org-log-into-drawer): Correct typo.
9041         * org-clock.el (org-clock-into-drawer): New function to change the
9042         location of clock events based on properties CLOCK_INTO_DRAWER or,
9043         as fallback, LOG_INTO_DRAWER, like it is already possible for
9044         state change logs.
9046         * org-clock.el (org-clock-jump-to-current-clock): Add statement to
9047         let clause to bind `org-clock-into-drawer' to result of function
9048         eval.
9050         * org-clock.el (org-clock-find-position): Add statement to let
9051         clause to bind `org-clock-into-drawer' to result of function eval,
9052         change let to let* since the binding is used later in the same
9053         clause.
9055 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9057         * ob-lob.el (require): Ensure 'cl is loaded during compilation so
9058         we can use flet.
9060 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9062         * ob-lob.el (org-babel-lob-get-info): Correctly indent results of
9063         non-inline call lines.
9065 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9067         * ob-exp.el (org-babel-exp-lob-one-liners): Don't export inline
9068         call_ blocks which aren't whitespace padded.
9070 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9072         * ob.el (org-babel-merge-params): Do not reverse variable order,
9073         and be sure to increment variable index as appropriate.
9075 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9077         * ob-lob.el (org-babel-inline-lob-one-liner-regexp): Updated to
9078         successfully match optional trailing header arguments in square
9079         brackets.
9080         (org-babel-lob-get-info): Updated to match the new regexp.
9082 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9084         * ob-lob.el (org-babel-lob-get-info): If the arguments are empty,
9085         then allow them to be so.
9087 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9089         * ob.el (org-babel-merge-params): If variables are not named they
9090         are assigned in order.
9092 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9094         * ob.el: Remove code comment about online documentation.
9096         * ob-exp.el: Remove code comment about online documentation.
9098         * ob-lob.el: Remove code comment about online documentation.
9100 2011-07-28  Jambunathan K  <kjambunathan@gmail.com>
9102         * org-exp.el (org-export-format-source-code-or-example): Fix
9103         signature of org-<backend>-format-source-code-or-example function.
9105 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9107         * ob.el (org-babel-sha1-hash): Replace call to
9108         called-interactively-p with backwards-compatible interactive-p.
9110 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9112         * ob-exp.el (org-babel-exp-lob-one-liners): Appropriate
9113         replacement of inline call blocks with their results.
9115 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9117         * ob-lob.el (org-babel-inline-lob-one-liner-regexp): Removing this
9118         trailing space ensures that the insertion of the results looks
9119         nice.
9121         * ob.el (org-babel-insert-result): Insert inline lob line results
9122         as inline results.
9124 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9126         * ob-exp.el (org-babel-exp-lob-one-liners): Calculate length
9127         appropriately given the style (block or inline) of the lob line.
9129         * ob-lob.el (org-babel-block-lob-one-liner-regexp): New regexp
9130         specific for block lob lines.
9131         (org-babel-inline-lob-one-liner-regexp): New regexp specific for
9132         inline lob lines.
9133         (org-babel-lob-one-liner-regexp): Combination of two lob regexps.
9134         (org-babel-lob-get-info): Return info from *either* the block or
9135         inline lob lines.
9137 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9139         * ob-exp.el (org-babel-exp-lob-one-liners): Corrected the
9140         structure of the resulting info list.
9142         * ob-lob.el (org-babel-default-lob-header-args): Export the
9143         results of call lines by default.
9145 2011-07-28  Niels Giesen  <niels.giesen@gmail.com>  (tiny change)
9147         * org-icalendar.el (org-print-icalendar-entries): Add 'uid text
9148         property based on the ID property of the org entry to the first
9149         character of the diary entry.
9151 2011-07-28  Jambunathan K  <kjambunathan@gmail.com>
9153         * org-footnote.el
9154         (org-footnote-insert-pos-for-preprocessor): New variable.
9155         (org-footnote-normalize): Use it.
9157 2011-07-28  Jambunathan K  <kjambunathan@gmail.com>
9159         * org-exp.el (org-export-format-source-code-or-example):
9160         Simplify.  Also add `org-native-text' as a text property to the
9161         formatted text and throw error for unknown backends.
9163 2011-07-28  Jambunathan K  <kjambunathan@gmail.com>
9165         * org-exp.el (org-export-format-source-code-or-example): Add
9166         support for: - custom formatters for existing backends - seamless
9167         plugging in of new backends.
9169 2011-07-28  Jambunathan K  <kjambunathan@gmail.com>
9171         * org-exp.el (org-export-backends): New variable.
9172         (org-export-select-backend-specific-text): Use above
9173         variable.  Also mark text between #+BACKEND and
9174         #+BEGIN_BACKEND...#+END_BACKEND with org-native-text property.
9175         This text property is currently used only by the new line-oriented
9176         generic exporter (which is not yet part of the repo).
9178 2011-07-28  Jambunathan K  <kjambunathan@gmail.com>
9180         * org-exp.el (org-export): Reserve keys 'o' and 'O' for
9181         OpenDocumentText export and bind them to `org-export-as-odt' and
9182         `org-export-as-odt-and-open'.
9184 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9186         * ob-exp.el (org-babel-exp-src-block): Less verbose when in batch
9187         mode.
9189 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9191         * ob-clojure.el (org-babel-execute:clojure): Convert vectors to
9192         lists before reading into emacs-lisp.
9194 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9196         * ob-C.el (ob-tangle): Initialize variable from `ob-tangle'.
9198         * ob-asymptote.el (ob-tangle): Initialize variable from `ob-tangle'.
9200         * ob-awk.el (ob-tangle): Initialize variable from `ob-tangle'.
9202         * ob-clojure.el (ob-tangle): Initialize variable from `ob-tangle'.
9204         * ob-haskell.el (ob-tangle): Initialize variable from `ob-tangle'.
9206         * ob-latex.el (ob-tangle): Initialize variable from `ob-tangle'.
9208         * ob-lisp.el (ob-tangle): Initialize variable from `ob-tangle'.
9210         * ob-ocaml.el (ob-tangle): Initialize variable from `ob-tangle'.
9212         * ob-perl.el (ob-tangle): Initialize variable from `ob-tangle'.
9214         * ob-python.el (ob-tangle): Initialize variable from `ob-tangle'.
9216         * ob-ruby.el (ob-tangle): Initialize variable from `ob-tangle'.
9218         * ob-tangle.el (ob-tangle): Initialize variable from `ob-tangle'.
9220 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9222         * ob-awk.el: New file.
9224 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9226         * ob-emacs-lisp.el (org-babel-execute:emacs-lisp): Respects
9227         ":results verbatim".
9229 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
9231         * org-agenda.el (org-float): Aliases for `diary-float'.
9233 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9235         * ob-python.el (org-babel-python-evaluate-session): Send
9236         comint-send-input after every line when interacting with an
9237         interactive python process.
9239 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
9241         * org-list.el (org-reset-checkbox-state-subtree): Make the command
9242         more robust, and correctly update check-boxes in the whole
9243         sub-tree.
9244         (org-update-checkbox-count): Fix bug accumulating count of checkboxes
9245         when walking a subtree.
9246         (org-update-checkbox-count-maybe): Add an optional argument passed to
9247         org-update-checkbox-count.
9249 2011-07-28  Ted Zlatanov  <tzz@lifelogs.com>
9251         * org.el (org-fontify-meta-lines-and-blocks): Ignore errors.
9253 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9255         * ob-emacs-lisp.el (org-babel-execute:emacs-lisp): Respect the
9256         ":results scalar" header argument combination.
9258 2011-07-28  Dan Davison  <dandavison7@gmail.com>
9260         * org-src.el: Append a space character to copied text so that the
9261         final text property change is picked up correctly.
9263 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9265         * ob-tangle.el (org-babel-tangle-file): Use the new argument list
9266         to org-babel-tangle.
9267         (org-babel-tangle): Now when called with a prefix argument, only the
9268         current code block is tangled.
9270 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
9272         * org-list.el (org-list-parse-list): Replace transitional
9273         check-boxes with "[CBTRANS]" string during parsing.
9274         (org-list-to-generic): Use the new property `:cbtrans' to configure
9275         export string for transitional check-boxes.
9277 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
9279         * org-agenda.el (org-agenda-add-entry-to-org-agenda-diary-file):
9280         Use stable internal `org-anniversary' instead of
9281         diary-anniversary.
9282         (org-class): New function.
9283         (org-diary-class): Use `org-class'.
9284         (org-anniversary, org-cyclic, org-date, org-block): New functions.
9286 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9288         * ob.el (org-babel-header-arg-names): Adding noweb-ref to the list
9289         of header argument names.
9291 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9293         * ob.el (org-babel-expand-noweb-references): Concatenating all
9294         bodies with the appropriate name or :noweb-ref header argument.
9296 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>  (tiny change)
9298         * org.el (org-find-dblock, org-clocktable-try-shift): Make regexp
9299         work also when #+begin line is indentex.
9301 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9303         * ob.el (org-babel-src-block-regexp): Babel: code block may have
9304         empty bodies.
9306 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9308         * org-macs.el (org-without-partial-completion): Avoid calling by
9309         name a function unknown to the compiler but explicitly checked by
9310         program logic.
9312 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9314         * org-mouse.el (org-agenda-earlier): Declaring previously unknown
9315         function.
9316         (org-agenda-later): Declaring previously unknown function.
9317         (org-agenda-mode-map): Declaring previously unknown variable.
9319         * org.el (org-read-date-analyze): Explicitly ignore the return
9320         value of a function.
9322 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9324         * org-agenda.el (org-agenda-mode): Globally replace
9325         buffer-substring-filters with filter-buffer-substring-functions.
9327         * org-indent.el (org-indent-mode): Globally replace
9328         buffer-substring-filters with filter-buffer-substring-functions.
9330 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9332         * org-ascii.el (org-export-as-ascii): Replacing '(λ...) with
9333         #'(λ...).
9335         * org-attach.el: Replacing '(λ...) with #'(λ...).
9336         (org-attach-commit): Replacing '(λ...) with #'(λ...).
9338         * org-exp.el: Replacing '(λ...) with #'(λ...).
9339         (org-export-handle-include-files): Replacing '(λ...) with #'(λ...).
9341         * org-html.el: Replacing '(λ...) with #'(λ...).
9342         (org-export-as-html): Replacing '(λ...) with #'(λ...).
9344         * org-mouse.el: Replacing '(λ...) with #'(λ...).
9345         (org-mouse-popup-global-menu): Replacing '(λ...) with
9346         (org-mode-hook): Replacing '(λ...) with #'(λ...).
9347         (org-agenda-mode-hook): Replacing '(λ...) with #'(λ...).
9349         * org-src.el: Replacing '(λ...) with #'(λ...).
9350         (org-src-mode-configure-edit-buffer): Replacing '(λ...) with #'(λ...).
9352         * org-table.el: Replacing '(λ...) with #'(λ...).
9353         (org-table-fix-formulas-confirm): Replacing '(λ...) with #'(λ...).
9355         * org.el: Replacing '(λ...) with #'(λ...).
9356         (org-confirm-shell-link-function): Replacing '(λ...) with
9357         (org-category): Replacing '(λ...) with #'(λ...).
9359 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9361         * org.el (mailcap-parse-mailcaps): Declaring functions used by
9362         `org-open-file'.
9363         (mailcap-extension-to-mime): Declaring functions used by
9364         `org-open-file'.
9365         (mailcap-mime-info): Declaring functions used by `org-open-file'.
9367 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9369         * org-agenda.el (org-agenda-redo): Replacing call to now-defunct
9370         function `interactive-p'.
9371         (org-agenda-show-1): Replacing call to now-defunct function
9372         `interactive-p'.
9373         (org-agenda-set-tags): Replacing call to now-defunct function `interactive-p'.
9375         * org-ascii.el: Replacing call to now-defunct function
9376         `interactive-p'.
9377         (org-export-as-latin1): Replacing call to now-defunct function
9378         `interactive-p'.
9379         (org-export-as-latin1-to-buffer): Replacing call to now-defunct
9380         function `interactive-p'.
9381         (org-export-as-utf8): Replacing call to now-defunct function
9382         `interactive-p'.
9383         (org-export-as-utf8-to-buffer): Replacing call to now-defunct function
9384         `interactive-p'.
9385         (org-export-region-as-ascii): Replacing call to now-defunct
9386         function `interactive-p'.Replacing call to now-defunct function
9387         `interactive-p'.
9389         * org-docbook.el: Replacing call to now-defunct function
9390         `interactive-p'.
9391         (org-export-region-as-docbook): Replacing call to now-defunct
9392         function `interactive-p'.Replacing call to now-defunct function
9393         `interactive-p'.
9395         * org-html.el: Replacing call to now-defunct function
9396         `interactive-p'.
9397         (org-export-region-as-html): Replacing call to now-defunct
9398         function `interactive-p'.Replacing call to now-defunct function
9399         `interactive-p'.
9401         * org-latex.el: Replacing call to now-defunct function
9402         `interactive-p'.
9403         (org-export-region-as-latex): Replacing call to now-defunct
9404         function `interactive-p'.Replacing call to now-defunct function
9405         `interactive-p'.
9407         * org-macs.el: Replacing call to now-defunct function
9408         `interactive-p'.
9409         (org-called-interactively-p): Replacing call to now-defunct
9410         function `interactive-p'.Replacing call to now-defunct function
9411         `interactive-p'.
9413         * org-table.el: Replacing call to now-defunct function
9414         `interactive-p'.
9415         (org-table-blank-field): Replacing call to now-defunct function
9416         `interactive-p'.
9417         (org-table-current-column): Replacing call to now-defunct function
9418         `interactive-p'.Replacing call to now-defunct function
9419         `interactive-p'.
9420         (org-table-current-dline): Replacing call to now-defunct function
9421         `interactive-p'.Replacing call to now-defunct function
9422         `interactive-p'.
9423         (org-table-sort-lines): Replacing call to now-defunct function
9424         `interactive-p'.
9425         (org-table-sum): Replacing call to now-defunct function
9426         `interactive-p'.
9427         (org-table-rotate-recalc-marks): Replacing call to now-defunct
9428         function `interactive-p'.
9429         (org-table-eval-formula): Replacing call to now-defunct function
9430         `interactive-p'.
9431         (orgtbl-send-table): Replacing call to now-defunct function `interactive-p'.
9433         * org.el: Replacing call to now-defunct function `interactive-p'.
9434         (org-mode): Replacing call to now-defunct function
9435         `interactive-p'.
9436         (org-copy-subtree): Replacing call to now-defunct function
9437         `interactive-p'.
9438         (org-paste-subtree): Replacing call to now-defunct function
9439         `interactive-p'.
9440         (org-store-link): Replacing call to now-defunct function
9441         `interactive-p'.
9442         (org-todo): Replacing call to now-defunct function `interactive-p'.
9443         (org-occur): Replacing call to now-defunct function `interactive-p'.
9445 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9447         * ob-R.el (ess-local-process-name): This variable wasn't known to
9448         be defined.
9450         * ob-lisp.el (org-babel-lisp-dir-fmt): This defcustom now has a
9451         group specified.
9453         * ob-tangle.el (org-bracket-link-regexp): This variable wasn't
9454         known to be defined.
9455         (org-babel-tangle-combine-named-blocks): Roll my own version of a
9456         forbidden common lisp function.
9458         * ob.el (org-babel-sha1-hash): Using a non-deprecated version of
9459         called-interactively.
9461 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9463         * org-latex.el (org-export-latex-tables): Check for the
9464         "multiline" option and set the `floatp' option to true when
9465         multicolumn tables are requested.
9467 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
9469         * org-html.el (org-export-as-html, org-html-level-start): Only
9470         convert section number underscores to dashes.
9472 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
9474         * org-agenda.el (org-agenda-bulk-action): Fix bug caused by
9475         `days-to-time, converting relative to 1 BC, while the code assumed
9476         it would return a time relative to 1970.
9478 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9480         * ob-tangle.el (org-babel-tangle-combine-named-blocks): No longer
9481         inserting newlines between appended code blocks.
9483 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9485         * ob-exp.el: We may no longer need to export names along with code
9486         blocks.
9488 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9490         * org-exp-blocks.el (org-export-blocks-preprocess): Ensure
9491         balanced nested begin/end blocks in block bodies.
9493 2011-07-28  Dan Davison  <dandavison7@gmail.com>
9495         * org-latex.el: Add -shell-escape to pdflatex commands.
9497 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9499         * ob-tangle.el (org-babel-tangle-named-block-combination): Block
9500         combination can now take a number of values.
9501         (org-babel-tangle-combine-named-blocks): More sophisticated block
9502         combination behavior.
9504 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9506         * ob-tangle.el (org-babel-tangle-do-combine-named-blocks): Switch
9507         to turn on the combination of code blocks of the same name.
9508         (org-babel-tangle-combine-named-blocks): Combine blocks of the same
9509         name.
9511 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9513         * ob-ruby.el (xmp): Declaring this function to appease the
9514         compiler.
9515         (org-babel-execute:ruby): "xmp" result option for outputting
9516         annotated source code.
9518 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>  (tiny change)
9520         * org-list.el (org-list-to-latex): The enumerate environment in
9521         latex increments the counter before using it.  Therefore, org-mode
9522         should set the enumeration counter to the desired value minus one.
9524 2011-07-28  Michael Brand  <michael.ch.brand@gmail.com>  (tiny change)
9526         * org.el (org-toggle-heading): More comments and fix number of
9527         stars when toggling from list items.
9529 2011-07-28  Christian Egli  <christian.egli@sbszh.ch>
9531         * org-taskjuggler.el (org-taskjuggler-clean-effort): Handle any
9532         effort that is accepted by `org-duration-string-to-minutes´.
9534 2011-07-28  Julien Barnier  <julien@nozav.org>
9536         * ob-sh.el (org-babel-sh-evaluate): When sending input to comint,
9537         wait until previous line execution is finished.
9539         * ob-comint.el (org-babel-comint-with-output): When looking for
9540         end-of-evaluation indicator, search forward for the indicator
9541         before searching forward for the prompt.
9543 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
9545         * org-entities.el (org-entities): Fix HTML entity for degree.
9547 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
9549         * org.el (org-auto-align-tags): Change docstring.
9550         (org-update-parent-todo-statistics): Keep tags aligned even when
9551         statistics cookies are shifting them.
9553         * org-list.el (org-update-checkbox-count): Keep tags aligned even
9554         when statistics cookies are shifting them.
9556 2011-07-28  Lawrence Mitchell  <wence@gmx.li>
9558         * ob.el (org-babel-sha1-hash): Don't modify info argument by
9559         side-effect when sorting result-params list.
9561 2011-07-28  Lawrence Mitchell  <wence@gmx.li>
9563         * ob.el (org-babel-result-regexp): Use non-shy group around
9564         `org-babel-data-names'.
9566 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
9568         * org.el (org-insert-link): Set truncate-line in the *Org Link*
9569         buffer and make sure that it really is set there.
9571 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9573         * ob-lisp.el (org-babel-lisp-dir-fmt): Defcustom for use in
9574         changing how/if the current directory is represented to lisp code.
9575         (org-babel-execute:lisp): More general handling of the default
9576         directory value.
9578 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9580         * ob-lisp.el (org-babel-execute:lisp): Setting the value of
9581         *default-pathname-defaults* to either the value of the :dir header
9582         argument or the directory of the containing Org-mode file.
9584 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9586         * ob-lisp.el (org-babel-execute:lisp): No real functional change,
9587         just aesthetic.
9589 2011-07-28  Sébastien Delafond  <sdelafond@gmail.com>  (tiny change)
9591         * org.el (org-mode-flyspell-verify): This is useful when using
9592         flyspell with a non-English dictionary, or if some of your
9593         keywords are in another language.
9595 2011-07-28  David Maus  <dmaus@ictsoc.de>
9597         * org-exp.el (org-export): Use new compatibility function
9598         `org-activate-mark'.
9600         * org-compat.el (org-activate-mark): New function.  Provide
9601         `activate-mark' if not present (e.g. Emacs 22).
9603 2011-07-28  David Maus  <dmaus@ictsoc.de>
9605         * org-table.el (org-table-follow-field-mode): Declare variable to
9606         keep byte compiler happy.
9608 2011-07-28  David Maus  <dmaus@ictsoc.de>
9610         * org-footnote.el (org-id-uuid): Declare function, silence byte
9611         compiler.
9613 2011-07-28  David Maus  <dmaus@ictsoc.de>
9615         * org-bibtex.el (org-bibtex-headline): Don't use equalp at
9616         run-time, compare downcased strings.
9618 2011-07-28  David Maus  <dmaus@ictsoc.de>
9620         * org-bibtex.el (org-id-locations): Declare variable to silence
9621         byte compiler.
9623 2011-07-28  David Maus  <dmaus@ictsoc.de>
9625         * org-id.el (org-id-locations): Fix docstring, remove reference to
9626         non-existent option.
9628 2011-07-28  David Maus  <dmaus@ictsoc.de>
9630         * org.el (org-self-insert-command): Use `delete-char' instead of
9631         `delete-backward-char'.
9633         * org-table.el (orgtbl-self-insert-command): Ditto.
9635 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
9637         * org-latex.el (org-export-latex-special-chars): Save match data
9638         when checking for table.el table.
9640 2011-07-28  David Maus  <dmaus@ictsoc.de>
9642         * org.el (org-re-property): Move before its first use.
9644 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
9646         * org-latex.el (org-export-latex-preprocess): Add
9647         `original-indentation' property to footnotes so they cannot
9648         possibly end a list by being less indented than the item they
9649         belong to.
9651 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9653         * ob-lisp.el (org-babel-expand-body:lisp): No longer wraps biddies
9654         in `progn'.
9655         (org-babel-execute:lisp): Wraps bodies in `progn' as they are passed
9656         to swank.
9658 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
9660         * org-clock.el (org-clocktable-write-default): Implement adding
9661         property columns to the clock table.
9663 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
9665         * org.el (org-toggle-item): Move parenthesis to correct location.
9667 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
9669         * org.el (org-default-priority):
9670         (org-priority-start-cycle-with-default): Improve docstring.
9671         (org-priority): Throw error when priority is out of range.
9673 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
9675         * org.el (org-self-insert-command): Catch the case of
9676         `buffer-undo-list' eq t.
9678 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
9680         * org.el (org-toggle-heading): Region should be considered as made
9681         of full lines, without the last one if region-end is at bol.
9682         Removed unused variables.  Refactored and commented code.
9684 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
9686         * org.el (org-toggle-item): When region includes an headline less
9687         indented than first one, set it as the new reference.
9689 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
9691         * org-list.el (org-list-to-subtree): If the list is before first
9692         heading and `org-odd-levels-only' is non-nil, the first item gets
9693         two stars instead of one.
9695         * org.el (org-reduced-level): A level of 0 was reduced to 1 with
9696         `org-odd-levels-only' non-nil.
9698 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
9700         * org.el (org-toggle-item): Converting an heading to an item would
9701         sometimes insert unnecessary spaces before it, and unwanted space
9702         with `org-indent-mode' on.  Changing some text into an item
9703         wouldn't always preserve indentation.
9705 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
9707         * org-capture.el (org-capture-current-plist): Improve docstring.
9708         (org-capture-put): Add docstring.
9709         (org-capture-get): Add docstring.
9710         (org-capture-member): Add LOCAL argument.  Add docstring.
9711         (org-capture-set-target-location): Store the time received from a
9712         date prompt into the :prompt-time property.
9714 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
9716         * org-exp.el (org-export-mark-list-properties): Even if context is
9717         invalid, mark list item with `list-context' property.
9719         * org-list.el (org-list-forbidden-blocks): Add exporters specific
9720         blocks to the list of forbidden blocks.
9722 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
9724         * org-list.el (org-sort-list): Function tries to intern
9725         getkey-func before it is defined, so it's always nil.
9727 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9729         * org.el (org-babel-load-languages): Adding ob-awk to the list of
9730         executable languages.
9732 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
9734         * org-table.el (org-table-get-field): Make sure the new field
9735         content is at least one space character.
9737 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
9739         * org-crypt.el: Check for `daemonp' before using it.
9741 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9743         * ob-sh.el (ob-ref): Uses `ob-ref' to resolve the value of the
9744         :stdin header argument.
9745         (org-babel-execute:sh): Use the :stdin header argument.
9746         (org-babel-sh-var-to-sh): Split the bulk of this function off into a
9747         new sub-function.
9748         (org-babel-sh-var-to-string): New function for converting elisp
9749         values to strings that make sense for parsing with sh.
9750         (org-babel-sh-evaluate): Adding "stdin" option to session and
9751         external evaluation options.
9753 2011-07-28  Roland Kaufmann  <rlndkfmn+orgmode@gmail.com>  (tiny change)
9755         * org-exp.el (org-remove-formatting-on-newlines-in-region): New
9756         function.
9757         (org-export-format-source-code-or-example): Call
9758         `org-remove-formatting-on-newlines-in-region'.
9760 2011-07-28  David Maus  <dmaus@ictsoc.de>
9762         * org.el (org-entry-put): Prevent adding of extra space to value
9763         if property already exists.
9765 2011-07-28  Jambunathan K  <kjambunathan@gmail.com>
9767         * org-html.el (org-export-as-html): Don't expand non-data lines of
9768         table.el tables.
9769         (org-html-expand): Removed the (buggy) test for non-data lines
9770         in table.el tables.  The test is now done as part of
9771         org-export-as-html.
9772         (org-format-table-table-html-using-table-generate-source):
9773         Added test for spanning of cells in table.el tables using
9774         table.el's own library routine.  Optionally suppress export of
9775         simple table.el tables.
9776         (org-format-table-html): Removed the (buggy) test for spanned
9777         table.el tables.  The test is now done as part of
9778         org-format-table-table-html-using-table-generate-source.
9780 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
9782         * org-latex.el (org-export-latex-special-chars): Do nothing in
9783         table.el tables.
9785 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
9787         * org-capture.el (org-capture): Ignore errors when creating a
9788         link.
9790 2011-07-28  Nick Dokos  <nick@dokosmarshall.org>  (tiny change)
9792         * org-exp.el (org-export-define-heading-targets): Use dash instead
9793         of underscore to make labels valid.
9795 2011-07-28  Dan Davison  <dandavison7@gmail.com>
9797         * ob-R.el (org-babel-R-write-object-command): Ensure that all data
9798         is written to the results file before Emacs notices that the file
9799         exists.
9801 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9803         * ob-exp.el (org-babel-exp-code): Remove usage of a macro which is
9804         defined locally on my system, but not globally in Emacs.
9806 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9808         * ob-exp.el (org-babel-exp-do-export): Use `org-babel-exp-code' to
9809         generate code block output.
9810         (org-babel-exp-code): Re-create the code block body for exporting
9811         source code.
9813 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>  (tiny change)
9815         * org.el (org-read-date): Bury Calendar buffer after using it for
9816         selecting a date.
9818 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
9820         * org-list.el (org-list-separating-blank-lines-number): Fix
9821         confusion between point and item beginning.  Now, if no
9822         information is available, truly follow user preference when it
9823         inserts blank lines manually.
9824         (org-list-insert-item): Send correct argument to the preceding
9825         function.
9827 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9829         * ob.el (org-babel-src-block-regexp): Keep the now-mandatory
9830         newline inside of the code block body.
9832 2011-07-28  Sean O'Halpin  <sean.ohalpin@gmail.com>  (tiny change)
9834         * ob.el: Avoid spurious matches to literal.
9836 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
9838         * org.el (org-indent-line-function): Don't include #+include
9839         lines.
9841 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9843         * ob-keys.el (org-babel-key-bindings): Adding key sequence for
9844         org-babel-check-src-block.
9846         * ob.el (org-babel-expand-src-block): Fit within 80 cols.
9847         (org-babel-edit-distance): Returns the edit distance of two
9848         strings.
9849         (org-babel-check-src-block): Check a code block for errors.
9851 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>  (tiny change)
9853         * org-capture.el (org-capture-templates): Fix bug in customization
9854         setup.
9856 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
9858         * org-table.el
9859         (org-table-exit-follow-field-mode-when-leaving-table): New option.
9860         (org-table-check-inside-data-field): New optional argument
9861         `noerror'.  When set, the function will only return nil instead of
9862         throwing an error.
9863         (org-table-edit-field): Interpret double prefix argument, and improve
9864         the properties of the editing window.
9865         (org-table-follow-field-mode): New minor mode.
9866         (org-table-follow-fields-with-editor): New function.
9868 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
9870         * org-agenda.el (org-agenda-get-todos): Call `org-agenda-skip'
9871         first, then check if timestamps cause exclusion.
9873         * org.el (org-scan-tags): Call `org-agenda-skip' first, then check
9874         if timestamps cause exclusion.
9876 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
9878         * org-list.el (org-list-full-item-re): Allow description term to
9879         have a newline character after the colons.
9881 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
9883         * org-list.el (org-sort-list): No longer ignore with-case
9884         argument: the function sorted case-sensitively, regardless of
9885         argument.
9887 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9889         * ob-ref.el (org-babel-ref-resolve): Using the new result regexp.
9891         * ob.el (org-babel-data-names): Configurable list of names of
9892         data.
9893         (org-babel-result-regexp): Using new results regexp.
9895 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
9897         * org.el (org-special-properties): Add CLOCKSUM to the special
9898         properties.
9900 2011-07-28  Robert P. Goldman  <rpgoldman@real-time.com>  (tiny change)
9902         * ob-exp.el (org-babel-exp-in-export-file): Bind
9903         `org-link-search-inhibit-query' to t to inhibit prompts.
9905 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
9907         * org-exp.el (org-export-add-options-to-plist): Use the right
9908         match group.
9910 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
9912         * org-latex.el (org-export-latex-preprocess): Protect index string.
9914 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
9916         * org-latex.el (org-export-latex-preprocess): Pipe index entries
9917         through `org-export-latex-fontify-headline'.
9919 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
9921         * org-exp.el (org-export-add-options-to-plist): Fix the option
9922         parser.
9924 2011-07-28  Robert P. Goldman  <rpgoldman@real-time.com>  (tiny change)
9926         * org-latex.el (org-export-latex-preprocess): Replace index
9927         entries.
9929 2011-07-28  Robert P. Goldman  <rpgoldman@real-time.com>  (tiny change)
9931         * org.el (org-structure-template-alist): Add an easy template for
9932         index (i), and move include file to I from i.
9934 2011-07-28  Matt Lundin  <mdl@imapmail.org>
9936         * org-agenda.el (org-agenda-open-link): Pass entire text of agenda
9937         line to `org-offer-links-in-entry'.
9939 2011-07-28  Matt Lundin  <mdl@imapmail.org>
9941         * org-bibtex.el (org-bibtex-search): New function.
9942         (org-bibtex-export-to-kill-ring): New function.  Export to kill
9943         ring.
9944         (org-bibtex-create-in-current-entry): New function
9945         (org-bibtex-create): Make it easier to add bib fields to an
9946         existing headline.
9947         (org-bibtex-export-arbitrary-fields)
9948         (org-bibtex-treat-headline-as-title): Fix typos
9949         (org-bibtex-fleshout): Don't upcase optional field; remove ":"
9950         from type completion.
9952 2011-07-28  Matt Lundin  <mdl@imapmail.org>
9954         * org-bibtex.el (org-bibtex-treat-headline-as-title): New
9955         defcustom.
9956         (org-bibtex-headline): Only use headline text (not TODO or other
9957         metadata) to generate title field and auto key.
9958         (org-bibtex-fleshout): Allow user to choose whether to treat
9959         headline as title.
9961 2011-07-28  Tom Dye  <tsd@tsdye.com>
9963         * org-bibtex.el: Added crossref field to other fields.
9965 2011-07-28  Tom Dye  <tsd@tsdye.com>
9967         * org-bibtex.el: Add crossref option to incollection.
9969 2011-07-28  Matt Lundin  <mdl@imapmail.org>
9971         * org-bibtex.el (org-bibtex-headline): Don't export TYPE property
9972         as field.
9974 2011-07-28  Matt Lundin  <mdl@imapmail.org>
9976         * org-bibtex.el (org-bibtex-key-property): When storing key in ID,
9977         warn if a duplicate ID is generated.
9979 2011-07-28  Matt Lundin  <mdl@imapmail.org>
9981         * org-bibtex.el (org-bibtex-tags): New variable.
9982         (org-bibtex-tags-are-keywords): New variable.
9983         (org-bibtex-no-export-tags): New variable.
9984         (org-bibtex-headline): Export tags as comma-separated bibtex
9985         keywords.
9986         (org-bibtex-read): Import bibtex keywords field as tags.
9988 2011-07-28  Manuel Giraud  <manuel.giraud@univ-nantes.fr>
9990         * org-publish.el (org-publish-find-date): Optimization.
9992 2011-07-28  Tassilo Horn  <tassilo@member.fsf.org>
9994         * org-gnus.el (org-gnus-follow-link): Don't request scan of group
9995         when following link.
9997 2011-07-28  Manuel Giraud  <manuel.giraud@univ-nantes.fr>
9999         * org-publish.el (org-publish-project-alist): Document new
10000         :sitemap-sans-extension property.
10001         (org-publish-org-sitemap): Use new `sitemap-sans-extension'
10002         setting.
10004 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
10006         * org.el (org-remove-uninherited-tags): Renamed from
10007         `org-remove-iniherited-tags'.
10008         (org-scan-tags): Fix typo in function call.
10009         (org-get-tags-at): Fix typo in function call.
10011 2011-07-28  Matt Lundin  <mdl@imapmail.org>
10013         * org.el (org-get-tags-at): Don't include filetags if local is t.
10015 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
10017         * ob-clojure.el (org-babel-expand-body:clojure): Qualify pp
10018         dispatch functions, wrap body in `(do )'.
10020 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
10022         * org.el (org-fontify-meta-lines-and-blocks): Fix bug which
10023         resulted in the creation of multiple overlays in src blocks.
10025 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
10027         * ob-clojure.el (org-babel-execute:clojure): If results are not
10028         readable by lisp, then return them as a string.
10030 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
10032         * org-bibtex.el (org-bibtex): Now prompts for a file name.
10034 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
10036         * org-bibtex.el (org-bibtex-create): Adding prefix argument which
10037         will result in prompting for optional fields.
10039 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
10041         * org-bibtex.el (org-bibtex-headline): Renamed flet function `get'
10042         which was causing compile problems.
10043         (org-bibtex-fleshout): Renamed flet function `get' which was causing
10044         compile problems.
10045         (org-bibtex-write): Renamed flet function `get' which was causing
10046         compile problems.
10048 2011-07-28  Christian Egli  <christian.egli@sbszh.ch>
10050         * org-taskjuggler.el (org-taskjuggler-clean-id): Make sure an id
10051         never starts with a number.
10053 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
10055         * org-bibtex.el (org-bibtex-export-arbitrary-fields): New option.
10056         (org-bibtex-key-property): New option.
10057         (org-bibtex-put): Make use of new `org-bibtex-key-property'
10058         variable.
10059         (org-bibtex-headline): Make use of new
10060         `org-bibtex-export-arbitrary-fields' and `org-bibtex-key-property'
10061         variables.
10062         (org-bibtex-autokey): Make use of new `org-bibtex-key-property'
10063         variable.
10064         (org-bibtex-fleshout): Make use of new `org-bibtex-key-property'
10065         variable.
10066         (org-bibtex-write): Make use of new `org-bibtex-key-property'
10067         variable.
10069 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
10071         * org-bibtex.el: Updating Copyright dates, author information,
10072         commentary and history notes.
10073         (org-bibtex-types): List of bibtex types with descriptions and
10074         required and optional fields.
10075         (org-bibtex-fields): List of bibtex fields with descriptions.
10076         (*org-bibtex-entries*): Special variable to hold parsed bibtex
10077         entries.
10078         (org-bibtex-autogen-keys): Custom variable controlling whether
10079         bibtex keys are automatically generated
10080         (org-bibtex-prefix): Custom variable allowing use of optional prefix
10081         for bibtex properties in Org-mode headlines.
10082         (org-bibtex-get): Helper function for accessing bibtex elements of a
10083         property list.
10084         (org-bibtex-put): Helper function for inserting bibtex element into
10085         a property list.
10086         (org-bibtex-headline): Return a bibtex entry of the given headline
10087         as a string.
10088         (org-bibtex-ask): Prompt the user to fill in the value of a bibtex
10089         field.
10090         (org-bibtex-autokey): Generate a bibtex key for the current
10091         headline.
10092         (org-bibtex-fleshout): Fill in missing bibtex properties of the
10093         current headline.
10094         (org-bibtex): Export the current Org-mode buffer to a bibtex buffer.
10095         (org-bibtex-check): Check that all bibtex properties are present in
10096         the current headline.
10097         (org-bibtex-check-all): Check all headlines in the current buffer.
10098         (org-bibtex-create): Create a new bibtex headline at the current
10099         level.
10100         (org-bibtex-read): Read the current bibtex entry from a bibtex file.
10101         (org-bibtex-write): Write the most recently read bibtex entry into
10102         an Org-mode file.
10104 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
10106         * org-agenda.el (org-agenda-clock-consistency-checks): Allow to
10107         set properties.
10108         (org-agenda-show-clocking-issues): Handle faces.
10110 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
10112         * ob-ditaa.el (org-babel-default-header-args:ditaa): Specify utf8
10113         content by default with "-Dfile.encoding=UTF-8".
10115 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
10117         * ob-ditaa.el (org-babel-execute:ditaa): New ":java" header
10118         argument.
10120 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
10122         * org-exp.el (org-export-preprocess-string): Mark list end before
10123         expanding macros.  Thus, a macro inside a list and containing
10124         blank lines cannot break the list structure.
10125         (org-export-preprocess-apply-macros): Multi-lines macros get
10126         indented with the same indentation as the first line.  Thus, we
10127         are sure that every line belongs to the same list as the first
10128         line, if such list exists.  Also add comments in code.
10130 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
10132         * org-agenda.el (org-agenda-clock-consistency-checks): New option.
10133         (org-agenda-list): Handle display change to clock check.
10134         (org-agenda-get-progress): Show only clock entries if we are doing
10135         the consistency check.
10136         (org-agenda-show-clocking-issues): New function.
10137         (org-agenda-check-clock-gap): New function.
10138         (org-agenda-view-mode-dispatch): Offer consistency check.
10139         (org-agenda-log-mode): Handle switch to clock only display.
10140         (org-agenda-set-mode-name): Show lighter for Clockcheck.
10142         * org.el (org-hh:mm-string-to-minutes): Accept an integer argument
10143         and return it unchanged.
10145 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
10147         * org-list.el (org-list-struct): When walking down the list, the
10148         function would not pay attention to drawers or blocks indentation.
10149         Thus, such constructs couldn't consistently end an item or a list.
10150         This patch ensures line indentation is stored (if applicable)
10151         before skipping them.  Also fixed doc-string and comments.
10153 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
10155         * org-exp.el (org-export): Add EXPORT_FILE_NAME to the enclosing
10156         tree properties.
10158 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
10160         * org-exp.el (org-export): Define a bound for finding enclosing
10161         tree with class/title definition.
10163 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
10165         * org-exp.el (org-export): Go to next heading before searching
10166         backward, so make this also work if we are on the headline of the
10167         entry with the property.
10169 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
10171         * org.el (org-promote):
10172         (org-demote): Soften the previous change, by only removing the
10173         flyspell function from after-change functions, because that was
10174         the one causing the slowdown - at least much of it.
10176 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
10178         * org.el (org-promote, org-demote): Turn off
10179         after-change-functions to speed up the reindentation of text.
10181 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
10183         * ob-ocaml.el (org-babel-ocaml-read-list): Use
10184         `org-babel-script-escape'.
10185         (org-babel-ocaml-read-array): Use `org-babel-script-escape'.
10187 2011-07-28  Manuel Giraud  <manuel.giraud@univ-nantes.fr>
10189         * org-html.el (org-html-handle-links): Add an alternate for inline
10190         images.
10192 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
10194         * org-agenda.el (org-agenda-bulk-action): Do not use the entries
10195         variable before it is defined.
10197 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
10199         * org-src.el (org-src-lang-modes): Added a language alias of "C"
10200         to "c".
10202 2011-07-28  Shaun Johnson  <shaun@slugfest.demon.co.uk>  (tiny change)
10204         * ob-tangle.el (org-babel-tangle): Make it work in an indirect
10205         buffer.
10207 2011-07-28  Manuel Giraud  <manuel.giraud@univ-nantes.fr>
10209         * org-html.el (org-html-make-link): Correct a bug in coderef link.
10211 2011-07-28  Bernt Hansen  <bernt@norang.ca>
10213         * org-agenda.el (org-agenda-filter-by-tag): Fix variable name
10214         typo.
10216 2011-07-28  Bernt Hansen  <bernt@norang.ca>
10218         * org-agenda.el (org-agenda-get-timestamps): Fix agenda display
10219         when headlines are missing.
10221 2011-07-28  Bastien Guerry  <bzg@gnu.org>
10223         * org-mobile.el (org-mobile-push): Move call to hook, make it the
10224         first thing of the push operation.
10226 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
10228         * ob.el (org-babel-params-from-buffer): Now looking for header
10229         arguments in #+Properties: as well as #+Babel:.  Also, we're no
10230         longer caching these results into a file local variable.
10232 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
10234         * ob-python.el (org-babel-python-evaluate-external-process): Allow
10235         parsing as a table in the case of ":results output table".
10236         (org-babel-python-evaluate-session): Allow parsing as a table in
10237         the case of ":results output table".
10239 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
10241         * org-agenda.el (org-agenda-bulk-action): Allow bulk scatter in
10242         all possible agenda views.  Use `org-agenda-schedule' instead of
10243         `org-agenda-date-later'.
10245 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
10247         * ob-emacs-lisp.el (org-babel-execute:emacs-lisp): Now supports
10248         ":results output".
10250 2011-07-28  Julien Danjou  <julien@danjou.info>
10252         * org.el (org-entry-get, org-entry-delete, org-entry-put)
10253         (org-property-values, org-delete-property-globally): Use
10254         `org-re-property'.
10255         (org-re-property): New function allowing to build a regexp to
10256         match a property.
10258 2011-07-28  Julien Danjou  <julien@danjou.info>
10260         * org.el (org-property-values): Enhance docstring.
10262 2011-07-28  Ethan Ligon  <ligon@are.berkeley.edu>  (tiny change)
10264         * org-html.el (org-html-export-list-line): Fix regexp for
10265         detecting description lists to allow "::" marker to be last
10266         visible element at end of line.
10267         * org-docbook.el (org-docbook-export-list-line): Fix regexp for
10268         detecting description lists to allow "::" marker to be last
10269         visible element at end of line.
10271 2011-07-28  Julien Danjou  <julien@danjou.info>
10273         * org-table.el (org-table-cleanup-narrow-column-properties): Use
10274         point-min rather than 1 when moving in the buffer.
10276 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
10278         * org-list.el (org-list-in-valid-context-p): Renamed from
10279         `org-list-in-valid-block-p'.
10280         (org-at-item-p,org-list-search-generic): Use renamed function.
10282 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
10284         * org.el (org-set-font-lock-defaults): Be more strict when
10285         recognizing description items, and do not fontify wrong cases
10286         like: "- term ::description" or "1. term :: description".
10288 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
10290         * org-latex.el: Pay attention to end of footnote.  Before closing
10291         the command, ensure that list is properly closed or that last link
10292         is separated from the curly brace.
10294 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
10296         * org.el (org-indent-line-function): Footnote definition must stay
10297         at column 0 to be recognized as such.  Body below can have normal
10298         indentation, so it should ignore its definition when computing
10299         indentation.
10301 2011-07-28  Bastien Guerry  <bzg@gnu.org>
10303         * org-protocol.el (org-protocol-remember, org-protocol-capture):
10304         More appropriate message.
10306 2011-07-28  Bastien Guerry  <bzg@gnu.org>
10308         * org-capture.el (org-capture-clock-keep): New local variable.
10309         (org-capture, org-capture-finalize): Use it and fix a bug when
10310         :clock-keep is set to `t'.
10312 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>  (tiny change)
10314         * org-exp.el (org-export-preprocess-string): Handle include files
10315         before processing macros.
10317 2011-07-28  Bernt Hansen  <bernt@norang.ca>
10319         * org-agenda.el: Remove obsolete code for adding todo list in
10320         front of the agenda.
10322 2011-07-28  Lawrence Mitchell  <wence@gmx.li>
10324         * org-latex.el (org-export-latex-convert-table.el-table): Fix
10325         format-string for insertion of captions.
10327 2011-07-28  Nick Dokos  <nicholas.dokos@hp.com>  (tiny change)
10329         * org-exp.el (org-export-remove-comment-blocks-and-subtrees): Fix
10330         regexp.
10332 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>  (tiny change)
10334         * org.el (org-read-date-analyze): Help matching dotted European
10335         dates, like 31. 12. 2007
10337 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
10339         * ob-lisp.el (org-babel-execute:lisp): Fix typo.
10341 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
10343         * ob-lisp.el (org-babel-execute:lisp): Turn vectors into lists
10344         before reading by elisp.
10345         (org-bable-lisp-vector-to-list): Stub of a vector->list function,
10346         should be replaced with a cl-vector->el-vector function.
10348 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
10350         * ob-lisp.el (org-babel-execute:lisp): Now using
10351         `org-babel-reassemble-table' to apply the appropriate header
10352         arguments to results.
10354 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
10356         * org.el (org-end-of-meta-data-and-drawers): New function.
10358         * org-capture.el (org-capture-place-plain-text): Implement adding
10359         plain text templates to Org nodes.
10361 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
10363         * org-beamer.el (org-beamer-environments-extra): Fix docstring.
10365 2011-07-28  Lawrence Mitchell  <wence@gmx.li>
10367         * org-exp.el (org-export-handle-comments): Add the org-protected
10368         property to the replacement string.
10370 2011-07-28  Lawrence Mitchell  <wence@gmx.li>
10372         * org-html.el (org-export-as-html, org-html-level-start): Fix
10373         logic for section number printing when NUM is an integer.
10375 2011-07-28  Lawrence Mitchell  <wence@gmx.li>
10377         * org-latex.el (org-export-latex-special-chars): Fix regexp for
10378         `single' special characters and ellipsis.
10380 2011-07-28  Lawrence Mitchell  <wence@gmx.li>
10382         * org.el (org-point-at-end-of-empty-headline): Bind
10383         `case-fold-search' to nil.
10385 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
10387         * org-capture.el (org-capture-fill-template): Resolve new %<...>
10388         template escape.
10389         (org-capture-templates): Document new %<...> template escape.
10391 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
10393         * ob.el (org-babel-process-params): Make this function idempotent,
10394         as it will sometimes be called multiple times.
10396 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
10398         * org.el (org-ts-regexp-both): Add "]" to class of characters that
10399         should not be matched.
10400         (org-ts-regexp0, org-ts-regexp1): Do not start a class with
10401         "^]-+", because that tries to (not) match characters between "]"
10402         and "+".  Instead, move the "-" to the end of the class where it
10403         causes no harm.
10405 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
10407         * ob-R.el (org-babel-edit-prep:R): Associate the appropriate R
10408         process with the edit buffer when :session is specified.
10410 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
10412         * ob-tangle.el (org-babel-tangle-collect-blocks): Brought the link
10413         extraction code into line with a newer version of the
10414         `org-store-link' function.
10416 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
10418         * ob-lisp.el (org-babel-expand-body:lisp): New body expansion
10419         wrapping the expression in either a let or progn, and possibly a
10420         pretty-print function invocation.
10421         (org-babel-execute:lisp): Greatly simplified method of executing
10422         lisp code blocks.
10424 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
10426         * org-list.el: Move `org-update-checkbox-count-maybe' call outside
10427         of ̀save-excursion' to get back to original position.
10429 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
10431         * org.el (org-numbered-action-format): New option.
10432         (org-new-numbered-action): New command.
10433         (org-collect-todos-in-subtree): New command.
10435 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
10437         * org-exp.el (org-export-with-tasks): New option.
10438         (org-export-plist-vars): Add :tasks property.
10440 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
10442         * org-ascii.el (org-export-as-ascii): Pass the :done-tasks
10443         property to the export preprocessor.
10445         * org-docbook.el (org-export-as-docbook): Pass the :done-tasks
10446         property to the export preprocessor.
10448         * org-html.el (org-export-as-html): Pass the :done-tasks property
10449         to the export preprocessor.
10451         * org-latex.el (org-export-as-latex): Pass the :done-tasks
10452         property to the export preprocessor.
10454         * org-exp.el (org-export-with-done-tasks): New option.
10455         (org-export-plist-vars): Add entry for :done-tasks.
10456         (org-export-preprocess-string): Call `org-export-remove-done-tasks'.
10457         (org-export-remove-done-tasks): New function.
10459 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
10461         * org-latex.el (org-export-latex-keywords-maybe): Protect # in
10462         tags.
10464 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
10466         * org.el (org-find-olp): Use the level of the correct match to
10467         continue search.
10469 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
10471         * org-list.el (org-toggle-checkbox): Build value of
10472         org-keyword-time-regexp instead of using it directly, as it's
10473         buffer-local, and function might be called outside Org.
10475 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
10477         * org-list.el (org-list-struct,org-in-item-p): Don't assume end of
10478         blocks or drawers necessarily start somewhere.  It it isn't the
10479         case, treat them as normal text.
10481 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
10483         * ob-exp.el (org-babel-exp-results): Use code block name when
10484         finding cached results.
10486 2011-07-28  Julien Danjou  <julien@danjou.info>
10488         * org-latex.el (org-export-latex-date-format): Change default date
10489         format to \today.  This has the same result but respects the
10490         language set in the document by default.
10492 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
10494         * org-list.el (org-list-checkbox): When called from an headline,
10495         function would normally skip drawers, but not if a SCHEDULED or
10496         DEADLINE keyword is standing before the drawer.  Also avoid
10497         problems if function is called in buffers not is Org mode.
10499 2011-07-28  Bastien Guerry  <bzg@gnu.org>
10501         * org-clock.el (org-clock-report): Change the scope of the
10502         inserted clock report depending on whether the point is within a
10503         subtree (:scope subtree) or not (:scope file).
10505 2011-07-28  Puneeth Chaganti  <punchagan@gmail.com>
10507         * org-html.el (org-export-as-html): Fix export of footnotes
10508         containing lists, tables, quotes, etc.
10510 2011-07-28  Lawrence Mitchell  <wence@gmx.li>
10512         * org-latex.el (org-export-latex-preprocess): Correctly match
10513         starred command names.
10515 2011-07-28  Lawrence Mitchell  <wence@gmx.li>
10517         * org-html.el (org-export-as-html): Get local value of
10518         org-export-with-section-numbers from the buffer's plist.  Deal
10519         specially with the case the resulting value is an integer.
10520         (org-html-level-start): New optional argument of the option plist used
10521         instead of `org-export-with-section-numbers'.  Also deal specially
10522         with the case that the value is an integer.
10524 2011-07-28  Lawrence Mitchell  <wence@gmx.li>
10526         * org-latex.el (org-export-latex-subcontent): Deal specially with
10527         the case that NUM is an integer.
10529 2011-07-28  Bastien Guerry  <bzg@gnu.org>
10531         * org-protocol.el (org-protocol-do-capture): Allow template keys
10532         of two characters.
10533         (org-protocol-default-template-key): Update the docstring to
10534         reflect the change in `org-protocol-do-capture'.
10536 2011-07-28  Christian Egli  <christian.egli@sbszh.ch>
10538         * org-taskjuggler.el: Fix a typo in the commentary.
10540 2011-07-28  Christian Egli  <christian.egli@sbszh.ch>
10542         * org-taskjuggler.el (org-taskjuggler-open-task): Only emit a
10543         "purge allocations" statement if we are not targeting tj3.
10545 2011-07-28  Christian Egli  <christian.egli@sbszh.ch>
10547         * org-taskjuggler.el (org-taskjuggler-assign-resource-ids):
10548         Replace recursive implementation with an iterative one.
10550 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
10552         * ob-sh.el (org-babel-sh-var-to-sh): Fixed insertion of tabular
10553         data into shell variables.
10555 2011-07-28  David Maus  <dmaus@ictsoc.de>
10557         * org-html.el (org-html-handle-time-stamps): Protected linebreak
10558         element after timestamp markup.
10560 2011-07-28  David Maus  <dmaus@ictsoc.de>
10562         * org-html.el (org-html-handle-links): Don't protect img tag in
10563         link description.
10565 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
10567         * org-table.el (org-table-formula-handle-first/last-rc): Bind
10568         `char'.
10570 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
10572         * org-list.el (org-in-item-p): Re-build `org-drawer-regexp',
10573         whatever the major mode is.
10575 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
10577         * org-inlinetask.el (org-inlinetask-export-templates): Fix default
10578         templates.
10579         (org-inlinetask-export-handler): Ensure contents of inline task,
10580         if any, starts and ends with a newline character.  Refactor and
10581         comment code.
10583 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
10585         * org-capture.el (org-datetree-find-date-create): Lower-case for
10586         variable names in `define-function' form.
10588 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
10590         * org-table.el (org-table-convert-region): Throw error when
10591         SEPARATOR is smaller than 1.
10593 2011-07-28  Julien Danjou  <julien@danjou.info>
10595         * org-colview.el (org-columns-display-here): Fix heading retrieval
10596         in Org buffers.
10598 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
10600         * org-latex.el (org-export-latex-preprocess): Last brace shouldn't
10601         be on the same line as a list end marker.
10603 2011-07-28  Julien Danjou  <julien@danjou.info>
10605         * org.el (org-icompleting-read): Do not use useless lambda.
10607 2011-07-28  Julien Danjou  <julien@danjou.info>
10609         * org-agenda.el (org-format-agenda-item): Fix length computing.
10611 2011-07-28  Julien Danjou  <julien@danjou.info>
10613         * org-agenda.el (org-format-agenda-item): Fix comment and use
10614         `add-text-properties'.
10616 2011-07-28  Julien Danjou  <julien@danjou.info>
10618         * org-agenda.el (org-agenda-highlight-todo): Remove useless
10619         `concat'.
10621 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
10623         * org-list.el (org-list-to-generic): Set a default term for
10624         ill-formed description lists.  Do not insert newline characters
10625         unless told to.
10626         (org-list-to-texinfo,org-list-to-html): Apply changes to
10627         `org-list-parse-liste'.
10629 2011-07-28  Bastien Guerry  <bzg@gnu.org>
10631         * org-clock.el (org-clock-clocktable-language-setup): Add a
10632         string.
10633         (org-clocktable-write-default): Use the new localized string
10634         in `org-clock-clocktable-language-setup'.
10636 2011-07-28  Bastien Guerry  <bzg@gnu.org>
10638         * org-taskjuggler.el (org-taskjuggler-compute-task-leafiness):
10639         (org-taskjuggler-assign-resource-ids): Replace recursive
10640         implementation with an iterative one.
10642 2011-07-28  Christian Egli  <christian.egli@alumni.ethz.ch>
10644         * org-taskjuggler.el (org-taskjuggler-components): Escape quotes
10645         in headlines.
10647 2011-07-28  Christian Egli  <christian.egli@alumni.ethz.ch>
10649         * org-taskjuggler.el (org-taskjuggler-compute-task-leafiness):
10650         Compute the leafiness of a node.
10651         (org-taskjuggler-open-task, org-export-as-taskjuggler): Mark a
10652         node as a milestone if it is a leaf and has no effort.
10654 2011-07-28  Christian Egli  <christian.egli@alumni.ethz.ch>
10656         * org-taskjuggler.el (org-export-taskjuggler-target-version):
10657         (org-taskjuggler-targeting-tj3-p): Add some minimal infrastructure
10658         to handle export to both tj2 and tj3.
10659         (org-taskjuggler-open-task): Use a different way to purge
10660         allocations for tj2 and tj3.
10662 2011-07-28  Matt Lundin  <mdl@imapmail.org>
10664         * org-footnote.el (org-footnote-auto-label): New random option.
10666         * org-footnote.el (org-footnote-new): Create random footnote
10667         labels with unique ids.
10669 2011-07-28  Matt Lundin  <mdl@imapmail.org>
10671         * org-footnote.el (org-footnote-create-definition): Allow for
10672         footnote sections above the current footnote insertion point.
10674 2011-07-28  Matt Lundin  <mdl@imapmail.org>
10676         * org-footnote.el (org-footnote-create-definition): Don't search
10677         for last footnote when in org-mode file.
10679 2011-07-28  Bastien Guerry  <bzg@gnu.org>
10681         * org-html.el (org-export-as-html): Handle links with
10682         `org-html-handle-links' after we handle special characters
10683         conversions.
10684         (org-html-make-link, org-export-html-format-image): Don't
10685         protect html with @ anymore, as links are now handled after
10686         special characters conversions.
10688 2011-07-28  Julien Danjou  <julien@danjou.info>
10690         * org-agenda.el (org-agenda-get-timestamps):
10691         (org-agenda-get-scheduled): Fix call to `org-format-agenda-item'.
10692         (org-format-agenda-item): Remove no-prefix argument.
10693         (org-agenda-change-all-lines): Call org-format-agenda-item without the
10694         no-prefix argument.
10696 2011-07-28  Julien Danjou  <julien@danjou.info>
10698         * org-agenda.el (org-agenda-highlight-todo): Stop using
10699         prefix-length.
10700         (org-cmp-alpha): Stop using prefix-length.
10701         (org-agenda-open-link): Stop using prefix-length.
10702         (org-agenda-change-all-lines): Stop using prefix-length.
10704         * org-colview.el (org-columns-display-here): Stop using
10705         prefix-length.  Always return claned items.
10707         * org-mobile.el (org-mobile-write-agenda-for-mobile): Stop using
10708         prefix-length.
10710 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
10712         * ob-tangle.el (org-babel-tangle-collect-blocks): Don't call
10713         `org-store-link' interactively as it can confuse the setting of
10714         `org-link-to-org-use-id' and cause undue edits to the org-mode
10715         buffer during tangling.
10717 2011-07-28  David Maus  <dmaus@ictsoc.de>
10719         * org-html.el (org-export-html-format-image): Protect <p> element
10720         of image caption.
10722 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
10724         * org.el (org-read-date-force-compatible-dates): New option.
10725         (org-read-date, org-read-date-analyze): Check representable date range.
10727 2011-07-28  Bastien Guerry  <bzg@gnu.org>
10729         * org-html.el (org-export-as-html): Fix export of email.
10731 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
10733         * ob-tangle.el (org-babel-spec-to-string): Check value of padline
10734         on tangling, no longer use the now-removed variable
10735         `org-babel-tangle-pad-newline'.
10737         * ob.el (org-babel-header-arg-names): Add padline to the list of
10738         header argument names.
10739         (org-babel-default-header-args): Set the default value of padline to
10740         "yes".
10741         (org-babel-merge-params): Cleaned up the merge logic, added padline.
10743 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
10745         * ob.el (org-babel-header-arg-names): Adding "shebang" to known
10746         code block header argument names.
10748 2011-07-28  Bastien Guerry  <bzg@gnu.org>
10750         * org-crypt.el: Remove useless TODO in comments.
10752 2011-07-28  Bastien Guerry  <bzg@gnu.org>
10754         * org-html.el (org-export-as-html): The default postamble now only
10755         export a date paragraph if `org-export-time-stamp-file' is
10756         non-nil.
10758 2011-07-28  Bastien Guerry  <bzg@gnu.org>
10760         * org-exp.el (org-export-xml): Remove the defgroup of
10761         org-export-xml.
10763 2011-07-28  Bastien Guerry  <bzg@gnu.org>
10765         * org-html.el (org-export-html-insert-plist-item): Remove.
10766         (org-export-html-preamble): Default to `t'.  Accept functions.
10767         (org-export-html-postamble): Default to `auto'.  Accept
10768         functions and distinguish between 'auto (no formatting string)
10769         and `t' (default formatting string).
10770         (org-export-as-html): Handle org-export-html-preamble and
10771         org-export-html-postamble new defaults/allowed values.
10772         Define email and creator-info before using them.
10774 2011-07-28  Bastien Guerry  <bzg@gnu.org>
10776         * org-html.el (org-export-html-protect-char-alist): Fix typo in
10777         custom type definition.
10779 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
10781         * ob-exp.el (org-babel-exp-do-export): Now runs for empty :session
10782         arguments.
10784 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
10786         * org-list.el (org-list-parse-list): Fixed regexp.
10788 2011-07-28  David Maus  <dmaus@ictsoc.de>
10790         * org-html.el (org-export-html-format-image): Protect image
10791         elements.
10793 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
10795         * ob-tangle.el (org-babel-tangle-body-hook): Hook for changing the
10796         contents of a code block body on export.
10797         (org-babel-tangle-collect-blocks): Apply
10798         `org-babel-tangle-body-hook' to the collected bodies of code blocks.
10800 2011-07-28  David Maus  <dmaus@ictsoc.de>
10802         * org-html.el (org-html-make-link, org-html-handle-links): Protect
10803         generated XHTML elements.
10804         (org-export-as-html): Expand character entities after creating markup
10805         for links and timestamps.
10807 2011-07-28  Bastien Guerry  <bzg@gnu.org>
10809         * org-html.el (org-export-as-html): Bugfix: insert email
10810         correctly.
10812 2011-07-28  Bastien Guerry  <bzg@gnu.org>
10814         * org-html.el: Bugfix: prevent infinite matching of the `&'
10815         character.
10817 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
10819         * org.el (org-fill-paragraph): `fill-forward-paragraph' function
10820         has been introduced with emacs 23.1.
10822 2011-07-28  Bastien Guerry  <bzg@gnu.org>
10824         * org-attach.el: Allow to store a link to the attach-dir location.
10826 2011-07-28  Puneeth Chaganti  <punchagan@gmail.com>
10828         * org-agenda.el (org-agenda-bulk-action): Allow the user to run a
10829         function.
10831 2011-07-28  Bernt Hansen  <bernt@norang.ca>
10833         * org-clock.el (org-clock-in): Allow clocking in new tasks
10834         inserted before the current clocking task.
10836 2011-07-28  Bernt Hansen  <bernt@norang.ca>
10838         * org-clock.el (org-clock-in): Set default clocking task when
10839         already clocking the task.
10841 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
10843         * org.el (org-adaptive-fill-function): When a region is specified
10844         first line of paragraph isn't skipped, so fill-paragraph have to
10845         be computed even if point is at an item.
10847 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
10849         * org-list.el (org-list-in-valid-block-p): New function.
10850         (org-at-item-p,org-list-search-generic): Use new function.
10852 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
10854         * org.el (org-indent-line-function): Text in both a list and a
10855         valid block is indented with regards to current item, not to block
10856         boundaries.
10858 2011-07-28  Manuel Giraud  <manuel.giraud@univ-nantes.fr>
10860         * org-html.el (org-format-org-table-html): Fix anchors in HTML
10861         export (thanks to <aankhen@gmail.com>)
10862         (org-html-protect): Fix a  bug that prevents some target to be
10863         rendered correctly.
10865 2011-07-28  Bastien Guerry  <bzg@gnu.org>
10867         * org.el (org-default-properties): Add EXPORT_TEXT.
10869 2011-07-28  Matt Lundin  <mdl@imapmail.org>
10871         * org-footnote.el (org-footnote-create-definition)
10872         (org-insert-footnote-reference-near-definition): Fix sorting
10873         of footnotes.
10875 2011-07-28  Manuel Giraud  <manuel.giraud@univ-nantes.fr>
10877         * org-html.el (org-export-as-html): Bugfix: don't insert closing
10878         HTML tags when exporting body only.
10880 2011-07-28  Jason Dunsmore  <emacs-orgmode@deathroller.dunsmor.com>  (tiny change)
10882         * org.el (org-back-over-empty-lines): Bugfix.  Honor
10883         `org-blank-before-new-entry' correctly in various contexts.
10885 2011-07-28  Bastien Guerry  <bzg@gnu.org>
10887         * org-macs.el (org-with-wide-buffer): Bugfix: use `save-excursion'
10888         and `save-restriction'.
10890 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
10892         * org-timer.el (org-timer-item): `save-excursion' prevents
10893         `org-list-struct' to get the list structure when point isn't on
10894         the first line of the item.
10896 2011-07-28  Bastien Guerry  <bzg@gnu.org>
10898         * org-capture.el (org-capture-templates): New option
10899         :no-clock-out.
10900         (org-capture): Use the new option.
10902 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
10904         * org-list.el (org-update-checkbox-count): Ensure cookies on an
10905         heading are correctly updated when checkboxes are hidden.  It
10906         allows, for example, to use C-c C-x C-b on a collapsed tree and
10907         still get the update.
10909 2011-07-28  David Maus  <dmaus@ictsoc.de>
10911         * org-exp.el (org-export-visible): Accept keys for
10912         `org-export-as-html-to-buffer' and `org-export-region-as-html'.
10914 2011-07-28  Bastien Guerry  <bzg@gnu.org>
10916         * org.el (org-duration-string-to-minutes): Don't use
10917         `rx-to-string'.
10919 2011-07-28  Lawrence Mitchell  <wence@gmx.li>
10921         * org.el (org-effort-durations): New variable.
10923         * org.el (org-duration-string-to-minutes): New function.
10925         * org-agenda.el (org-agenda-filter-effort-form)
10926         (org-format-agenda-item): Use it.
10928         * org-clock.el (org-clock-notify-once-if-expired)
10929         (org-clock-modify-effort-estimate, org-clock-get-clock-string): Use it.
10931 2011-07-28  Bastien Guerry  <bzg@gnu.org>
10933         * org-agenda.el (org-agenda-run-series): Rename from
10934         `org-run-agenda-series'.
10936 2011-07-28  Bastien Guerry  <bzg@gnu.org>
10938         * org-capture.el: Don't allow currentfile anymore.
10940 2011-07-28  Bastien Guerry  <bzg@gnu.org>
10942         * org-agenda.el (org-agenda-list): Fix bug: don't rely on
10943         `org-agenda-current-span' when calling `org-agenda-list'.
10945 2011-07-28  Bastien Guerry  <bzg@gnu.org>
10947         * org-capture.el (org-capture-put-target-region-and-position):
10948         New function to store information about the target buffer.
10949         (org-capture-set-target-location): Use it.
10950         (org-capture-finalize): Restore the target buffer in its
10951         possibly narrowed state.  Also restore the cursor position.
10953 2011-07-28  Bastien Guerry  <bzg@gnu.org>
10955         * org-crypt.el (auto-save-default): Make sure entries are
10956         encrypted before auto-saving.
10958 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
10960         * org-inlinetask.el (org-inlinetask-promote)
10961         (org-inlinetask-demote): New functions.
10963 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
10965         * org.el (org-demote-subtree,org-promote-subtree): Wrap
10966         `org-map-tree' into `org-with-limited-levels' macro, so it avoids
10967         operating on inline tasks.
10969 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
10971         * org.el (org-narrow-to-subtree): Ensure `org-back-to-heading'
10972         will move point to a real heading and not an inline task by
10973         wraping function into a `org-with-limited-levels' macro.
10975 2011-07-28  Bastien Guerry  <bzg@gnu.org>
10977         * org-capture.el (org-capture-finalize): New argument clock-out,
10978         to tell whether finalizing the capture process should clock out
10979         the running clock.
10980         (org-capture): Use the new argument.
10982 2011-07-28  Bastien Guerry  <bzg@gnu.org>
10984         * org.el (org-refile-get-targets): Rename from
10985         `org-get-refile-targets'.
10987 2011-07-28  Bastien Guerry  <bzg@gnu.org>
10989         * org-exp.el (org-export-table-remove-empty-lines): New custom
10990         variable.
10991         (org-export-remove-special-table-lines): Use it.
10993 2011-07-28  Bastien Guerry  <bzg@gnu.org>
10995         * org-table.el (org-table-fix-formulas-confirm): New custom
10996         variable.
10997         (org-table-insert-column, org-table-delete-column)
10998         (org-table-move-column, org-table-move-row)
10999         (org-table-insert-row, org-table-kill-row): Use it.
11001 2011-07-28  Tassilo Horn  <tassilo@member.fsf.org>
11003         * org.el (org-refile-get-location): Set and show default value.
11004         (org-goto, org-refile): Adapt calls.
11006 2011-07-28  Bastien Guerry  <bzg@gnu.org>
11008         * org-mobile.el (org-mobile-files-exclude-regexp): New custom
11009         variable.
11010         (org-mobile-files-alist): Use it.
11012 2011-07-28  Bastien Guerry  <bzg@gnu.org>
11014         * org.el (org-todo): Bugfix: use `org-with-wide-buffer' to check
11015         against headings outside of a narrowed buffer.
11017 2011-07-28  Bastien Guerry  <bzg@gnu.org>
11019         * org.el (org-confirm-shell-link-not-regexp)
11020         (org-confirm-elisp-link-not-regexp): New custom variables.
11021         (org-open-at-point): Use the new custom variables.
11023 2011-07-28  Lawrence Mitchell  <wence@gmx.li>
11025         * org-latex.el: Place \title \author \date before
11026         \begin{document}.
11028 2011-07-28  Bastien Guerry  <bzg@gnu.org>
11030         * org-html.el (org-export-html-preamble)
11031         (org-export-html-postamble): Now default to `nil'.
11032         (org-export-as-html): When :html-pre/postamble is nil, fall
11033         back on the default pre/postamble, which depends on the
11034         :author-info, :email-info, :creator-info options.
11036 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
11038         * ob-exp.el (org-babel-exp-results): Don't use cached results if
11039         there is no hash.
11041 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
11043         * org-table.el (org-table-eval-formula): Treat relative column
11044         refs.
11046 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
11048         * org-table.el (org-table-use-standard-references): Change default
11049         to `from'.
11051 2011-07-28  Bastien Guerry  <bzg@gnu.org>
11053         * org.el (org-move-subtree-down): Leave the cursor at the same
11054         column we were at.
11056 2011-07-28  Bastien Guerry  <bzg@gnu.org>
11058         * org-attach.el (org-attach-store-link-p): New variable.
11059         (org-attach-store-link): New function.
11060         (org-attach-attach): When `org-attach-store-link-p' is
11061         non-nil, store a link in `org-stored-links' to a newly
11062         attached file.
11064 2011-07-28  Bastien Guerry  <bzg@gnu.org>
11066         * org-exp.el (org-export-remove-headline-metadata): Bugfix: don't
11067         case-fold-search to avoid mixing TODO keywords with real headline
11068         words.
11070 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
11072         * org-table.el (org-table-fedit-finish): Read more general LHS of
11073         formulas.
11074         (org-table-formula-handle-@L): New function to hanle @L references.
11075         (org-table-current-ncol): New variable.
11076         (org-table-line-to-dline): New function.
11077         (org-table-get-stored-formulas): Accept range formulas as matches.
11078         (org-table-get-specials): Compute and store the number of columns.
11079         (org-table-get-range): New optional argument CORNERS-ONLY, to retrieve
11080         only the region marked by the range, not the content.
11081         (org-table-recalculate): Call `org-table-expand-lhs-ranges' to expand
11082         range targets.  Also check for duplicate access to fields.
11083         (org-table-expand-lhs-ranges): New funktion.
11084         (org-table-get-remote-range): Bind `org-table-current-ncol' to protect
11085         the caller's value.
11086         (org-table-edit-formulas): Support highlighting of range targets.
11087         (org-table-field-info): Handle renge formulas.
11089 2011-07-28  Bastien Guerry  <bzg@gnu.org>
11091         * org-html.el (org-export-html-postamble-format)
11092         (org-export-html-preamble-format): Explain how to escape the
11093         `%' character.
11095 2011-07-28  Bastien Guerry  <bzg@gnu.org>
11097         * org-exp-bibtex.el (org-export-bibtex-preprocess): Use
11098         `org-export-current-backend'.
11100 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
11102         * ob.el (org-babel-read): Read string variable values wrapped in
11103         double quotes, removing the quotes.
11105 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
11107         * ob-exp.el (org-babel-exp-results): Ensure that processed params
11108         are send to org-babel-execute-src-block.
11110 2011-07-28  Bastien Guerry  <bzg@gnu.org>
11112         * org-special-blocks.el
11113         (org-special-blocks-make-special-cookies): Use
11114         `org-export-current-backend'.
11116 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
11118         * ob-exp.el (org-babel-exp-in-export-file): Now takes the language
11119         as an argument.
11120         (org-babel-exp-src-block): Explicitly pass language to
11121         `org-babel-exp-in-export-file'.
11122         (org-babel-exp-inline-src-blocks): Removed unused code.
11123         (org-babel-exp-results): Explicitly pass language to
11124         `org-babel-exp-in-export-file'.
11126 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
11128         * ob-calc.el (org-babel-execute:calc): Unquote quoted vectors
11129         returned from calc-eval.
11131 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
11133         * ob.el (org-babel-read): Pass elisp vectors through to code
11134         blocks.
11136 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
11138         * ob.el (org-src-lang-modes): Defvar.
11139         (org-at-item-p): Declare function.
11141         * ob-calc.el (calc-store): Require.
11142         (var-syms): Defvar.
11144         * ob-python.el (py-default-interpreter): Defvar.
11146 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
11148         * org-exp-blocks.el (backend): defvar.
11150 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
11152         * org-agenda.el (org-agenda-get-scheduled):
11153         (org-agenda-get-timestamps): Bind local variable `show-all'.
11155 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
11157         * ob-ref.el (org-at-item-p): Declare function.
11159         * org-agenda.el (diary-time-regexp): defvar.
11161         * org-archive.el (org-archive-subtree): Bind local variable
11162         `infile-p'.
11164         * org-capture.el (org-capture-insert-template-here): Get template
11165         text from property list, to avoid byte compiler message.
11167         * org-latex.el (org-export-latex-tables): Bind local variable
11168         `width'.
11170         * org-special-blocks.el (org-compat): Add require statement.
11172         * org-table.el (orgtbl-ctrl-c-ctrl-c): Bind local variable
11173         `const-str'.
11175         * org.el (org-eval): Moved function here from org-agenda.el.
11177 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
11179         * ob.el (org-babel-read-table): Inhibit lisp evaluation of values
11180         when reading from tables.
11181         (org-babel-read-list): Inhibit lisp evaluation of values when
11182         reading from lists.
11183         (org-babel-read): Add optional argument which can be used to inhibit
11184         lisp evaluation of value.
11186 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
11188         * ob-table.el (sbe): Ensure that ob-trim is only called on
11189         strings.
11191 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
11193         * ob-exp.el (org-babel-exp-results): On export, ensure that the
11194         result hash is resolved in the original org-mode file.
11196 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11198         * org-exp.el (org-export-mark-list-end): Change end marker.
11200         * org-docbook.el (org-export-docbook-list-line): Use new marker.
11202         * org-html.el (org-html-export-list-line): Use new marker.
11204         * org-latex.el (org-export-latex-lists): Use new marker.
11206 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11208         * org-latex.el (org-export-latex-lists): Make sure markers used
11209         for export are taken into account by temporarily setting an
11210         appropriate value for `org-list-ending-method'.
11212 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
11214         * org-exp-blocks.el (org-exp-blocks-block-regexp): Wrapping block
11215         regexp into its own variable, also allowing match of empty bodies.
11216         (org-export-blocks-preprocess): Using new regexp variable.
11218 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
11220         * ob.el (org-babel-src-block-regexp): Code block regexp now
11221         matches blocks with empty bodies.
11223 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
11225         * ob.el (org-babel-script-escape): If script escaped value doesn't
11226         parse cleanly, then return it literally.
11228 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
11230         * ob-exp.el (org-babel-exp-src-block): When block will eventually
11231         be evaluated, pre-calculate the hash before noweb expansion, and
11232         expand the parameters before hash calculation.
11233         (org-babel-exp-do-export): Pass pre-calculated hash through to
11234         `org-babel-exp-results'.
11235         (org-babel-exp-results): Compare pre-calculated hash to results hash.
11237 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
11239         * ob.el (org-babel-sha1-hash): Sort list values to header
11240         arguments, and sort the words in strings.
11242 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
11244         * ob-ref.el (org-babel-ref-index-list): Special handling of hline
11245         rows.
11247 2011-07-28  Julien Danjou  <julien@danjou.info>
11249         * org-macs.el (org-with-point-at): Store evaluated version of
11250         pom.  This fixes a potential bug when using (org-with-point-at
11251         (func) …), where (func) would be evaluated multiple times,
11252         therefore might return different results if a marker was returned
11253         and different each time.
11255 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11257         * org.el (org-open-at-point): If a link to a radio target is the
11258         first, (resp. the last), element of a buffer, function cannot find
11259         the property change required to get its boundaries, and
11260         `buffer-substring' is called with an invalid nil argument.
11262 2011-07-28  Bastien Guerry  <bzg@gnu.org>
11264         * org-table.el (org-table-copy-down): Fix docstring.
11266 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
11268         * ob-latex.el (org-babel-execute:latex): Add imagemagick options,
11269         and for file types other than png and PDF it uses imagemagick to
11270         convert a compiled PDF file to the desired file type.
11271         (convert-pdf): Convert a PDF file to a new file type using
11272         imagemagick.
11274 2011-07-28  Puneeth Chaganti  <punchagan@gmail.com>
11276         * org-capture.el (org-capture-fill-template): Fix bug with the
11277         display of interactive prompt in templates expansion.
11279 2011-07-28  Reiner Steib  <reiner.steib@gmx.de>
11281         * org-clock.el (org-clock-display): Document how to remove subtree
11282         times.
11284 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
11286         * org-exp-blocks.el (org-export-blocks-format-comment): Explicitly
11287         append a newline to the body.
11289 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11291         * org-list.el (org-list-insert-item): When computing size of item
11292         being inserted, function has to take into account that indentation
11293         may not only be made of spaces.
11295 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11297         * org-clock.el (org-clock-find-position): If a list was adjacent
11298         to some clocks and a drawer was going to be created, only the
11299         first element of the list would make it into the drawer.
11301 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11303         * org-list.el (org-toggle-checkbox): Fix bug where top item in
11304         list was omitted when checking boxes.
11306 2011-07-28  Dan Davison  <dandavison7@gmail.com>
11308         * ob-R.el: Don't print result to echo area after evaluation.
11310 2011-07-28  Bastien Guerry  <bzg@gnu.org>
11312         * org-capture.el (org-capture-refile): Fix typo in docstring.
11314 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
11316         * ob-calc.el (org-babel-execute:calc): Call out to new function
11317         for variables resolution.
11318         (ob-calc-maybe-resolve-var): Resolve (possibly recursively)
11319         variables in calc expressions.
11321 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
11323         * ob-C.el (org-babel-tangle-lang-exts): Replace "c++" with "C++".
11324         (org-babel-C++-compiler): Replace "c++" with "C++".
11325         (org-babel-execute:cpp): Replace "c" with "C++".
11326         (org-babel-execute:C++): Replace "c" with "C++".
11327         (org-babel-expand-body:C++): Replace "c" with "C++".
11328         (org-babel-C-execute): Replace "c" with "C++".
11330 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
11332         * ob-ref.el (org-babel-ref-at-ref-p): Only try to read results as
11333         a list if at the *beginning* of a list item.
11335         * ob.el (org-babel-read-result): Only try to read results as a
11336         list if at the *beginning* of a list item.
11338 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11340         * org-list.el (org-cycle-item-indentation): Do not break an
11341         indentation cycle because visibility cycling is requested.  This
11342         happens when an item becomes a parent, due to indentation change.
11343         Not considered empty anymore, the function cannot change its
11344         indentation again.
11346 2011-07-28  Bastien Guerry  <bzg@gnu.org>
11348         * org-clock.el (org-clocktable-write-default): Bugfix: falls back
11349         on `org-export-default-language' when no :lang parameter is set.
11351 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
11353         * org-capture.el (org-capture-expand-file): New function.
11354         (org-capture-target-buffer):
11355         (org-capture-set-target-location): Use `org-capture-expand-file'.
11357 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
11359         * ob.el (org-babel-read-list): Reading the value of a list has
11360         been updated to reflect the new structure of org-mode lists in
11361         elisp.
11362         (org-babel-insert-result): Writing code block results to lists has
11363         been updated to reflect the new list structure.
11364         (org-babel-result-end): Remove a previous change to end-of-list
11365         marker detection.
11367 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11369         * org-list.el (org-cycle-item-indentation): Each time the function
11370         moves item back to child position, a white space is added to the
11371         line.
11373 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
11375         * ob.el (org-babel-process-params): Allow elisp code in
11376         specification of results header arguments.
11378 2011-07-28  Bastien Guerry  <bzg@gnu.org>
11380         * org-agenda.el (org-agenda-append-agenda): New command.
11381         (org-agenda-mode-map): New keybinding to this new command.
11383 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11385         * org.el (org-ctrl-c-ctrl-c): Call `org-list-send-list' only when
11386         cursor it at very first item of the list, as specified in the
11387         manual.  Also refactored the list part of the function a bit.
11389 2011-07-28  Bastien Guerry  <bzg@gnu.org>
11391         * org-agenda.el (org-agenda): Set the 'last-args property to nil
11392         when calling `org-agenda'.  Don't kill the local variable
11393         `org-agenda-current-span'.
11394         (org-run-agenda-series): Use the new property 'last-args.
11395         (org-agenda-change-time-span): Use the dynamically set
11396         `org-agenda-overriding-arguments' variable when non-nil.
11398 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
11400         * ob.el (org-babel-result-end): Adjust marker of list end to
11401         changes in the list format.
11403 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11405         * org-list.el (org-toggle-checkbox, org-update-checkbox-count): No
11406         need to wrap `org-entry-get' in `ignore-errors'.
11408 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11410         * org.el (org-toggle-item, org-toggle-heading): Make sure every
11411         sub-item in a list is changed into a sub-heading and sub-headings
11412         are translated into sub-items.  Also ignore inline tasks in the
11413         process.
11415 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11417         * org-exp.el (org-export-select-backend-specific-text): Add
11418         `original-indentation' property when replacing #+begin_backend and
11419         #+backend blocks with their content.  This is needed for lists, as
11420         they must know if the block belonged to them.
11422 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11424         * org-html.el (org-html-export-list-line): Insert a newline
11425         character before ending an item, as anchor could be on a line
11426         going to be deleted, like a drawer ending string.
11428         * org-list.el (org-list-to-html): Same.
11430 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11432         * org.el (org-set-autofill-regexps): Use `org-item-re' in
11433         `paragraph-start' to recognize alphabetical lists.
11434         (org-fill-paragraph): Enforce a pre-computed fill-prefix before
11435         calling `fill-paragraph' when point is in an item.  Also prevent
11436         paragraphs getting merged into an adjacent list upon filling.
11437         (org-adaptive-fill-function): Make sure to determine real
11438         fill-prefix for auto-fill.
11439         (org-auto-fill-function): Use a pre-computed fill-prefix before
11440         calling `do-auto-fill'.
11442         * org-list.el (org-list-item-body-column): New function.
11444 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11446         * org-inlinetask.el (org-inlinetask-at-task-p)
11447         (org-inlinetask-toggle-visibility): New functions.
11449         * org-list.el (org-list-set-item-visibility): New function.
11451         * org.el (org-cycle, org-cycle-internal-local): Separate lists and
11452         inline tasks from headlines.
11453         (org-outline-level): Do not consider lists as headlines.  Cycling
11454         visibility is using different tools.
11456 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11458         * org-list.el (org-list-struct): Mark items less indented than top
11459         item of the list, so that they will be modified.
11460         (org-list-struct-apply-struct): Compare struct's indentation with
11461         line's indentation instead of old-struct's.  This is needed
11462         because `org-list-struct' automatically fixes indentation so
11463         changes might not be seen otherwise.
11465         * org.el (org-ctrl-c-ctrl-c): Small refactoring.
11467 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11469         * org-list.el (org-update-checkbox-count): When a part of the
11470         buffer is processed to count checkboxes, lists are read from top
11471         to bottom, but inside lists (in drawers, blocks, or inline tasks)
11472         are skipped.  Thus, cookies cannot be updated.  This patch
11473         enforces reading of such lists if counter is itself in a special
11474         context.
11476 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11478         * org-list.el (org-list-struct-apply-struct): Inline tasks along
11479         with their content must stay at column 0 even if the item is
11480         gaining indentation.  Moreover, fix indentation of text in an
11481         inline task, now it can be in such a task within a list.
11483 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11485         * org-list.el (org-at-item-p): Also verify context is valid.
11486         Otherwise it would recognize valid items where `org-in-item-p'
11487         wouldn't.
11488         (org-in-item-p, org-list-struct-apply-struct): Use shorter version
11489         of org-at-item-p.
11490         (org-cycle-list-bullet): Fix typo.
11491         (org-list-parse-list): Avoid calling `org-at-item-p' two times by
11492         using an appropriate regexp.
11494         * org.el (org-indent-line-function): Use an appropriate regexp
11495         instead of calling `org-at-item-p' two times.
11497 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11499         * org-list.el (org-in-item-p): When point was just after
11500         org-list-end-re, check wouldn't be done for starting line.  So, if
11501         the first line was an item, it wouln't be noticed and function
11502         would return nil.  Simplify and comment code.
11504 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11506         * org.el (org-toggle-item): When used on normal text, ensure every
11507         line in region is included in the new item, regardless of its
11508         original indentation.
11510 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11512         * org-list.el (org-list-struct-apply-struct): If end of list was
11513         at eol, for example, with list inside a block, the last list
11514         wouldn't be shifted.  Thus, the patch ensures no blank lines is
11515         skipped.
11517 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11519         * org.el (org-toggle-item): Now accepts a prefix argument.  When
11520         used without argument on normal text, it will make the whole
11521         region one item.  With an argument, it defaults to old behavior:
11522         change each line in region into an item.
11524 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11526         * org.el (org-return): When called from inside an item with the
11527         indent flag, function should keep text moved inside the item.
11528         This allows to use C-j to separate lines in an item: cursor won't
11529         go back to column 0.
11531 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11533         * org-list.el (org-list-struct): When a line has org-example
11534         property, skip the entire block.  This is needed during export,
11535         for example when src blocks in org markup contain lists, and are
11536         returned verbatim because org isn't in the list of interpreted
11537         languages.
11539 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11541         * org-list.el (org-in-item-p): Handle special cases when function
11542         is called with cursor amidst `org-list-end-re' or at an inline
11543         task.
11545 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11547         * ob.el (org-babel-result-end): Apply renaming.
11549         * org-exp.el (org-export-mark-list-properties): Apply renaming.
11551         * org-list.el (org-list-prevs-alist): Renamed from
11552         `org-list-struct-prev-alist'.
11553         (org-list-parents-alist): Renamed from `org-list-struct-parent-alist'.
11554         (org-list-write-struct): Renamed from `org-list-struct-fix-struct'.
11555         (org-list-parse-list, org-sort-list, org-list-indent-item-generic)
11556         (org-toggle-checkbox, org-update-checkbox-count)
11557         (org-cycle-list-bullet, org-list-repair, org-insert-item)
11558         (org-move-item-up, org-move-item-up, org-move-item-down)
11559         (org-next-item, org-previous-item, org-end-of-item-list)
11560         (org-beginning-of-item-list, org-apply-on-list): Apply renaming.
11561         (org-get-bullet): Removed function, as it is not needed anymore.
11563 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11565         * org-list.el (org-list-insert-item-generic): Change arguments.
11566         The function now accepts structure and previous items alist.  This
11567         allows to insert an item programmatically more easily.
11568         (org-insert-item): Apply changes to
11569         `org-list-insert-item-generic'.  The function now takes care about
11570         repairing structure and updating checkboxes.
11572         * org-timer.el (org-timer-item): Apply changes to
11573         `org-list-insert-item-generic'.  The function now takes care about
11574         repairing structure.
11576 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11578         * org-list.el (org-list-make-subtree): Function now uses
11579         `org-list-parse-list mechanism'.
11580         (org-list-make-subtrees): Removed function.
11581         (org-list-to-generic): Added a parameter and every parameter can
11582         be a sexp returning a string, for finer control.
11583         (org-list-to-html, org-list-to-latex, org-list-to-texinfo): Slight
11584         modifications to apply changes to `org-list-to-generic'.
11585         (org-list-to-subtree): New function.
11587 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11589         * org.el (org-beginning-of-line): Apply changes to
11590         `org-item-beginning-re' to correct sub-expression reference.
11592 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11594         * org-docbook.el (org-export-docbook-list-line): Even with
11595         alphabetical lists, Org shouldn't enforce a particular list type
11596         to exporters.  This is a job for style files.
11598         * org-html.el (org-html-export-list-line): Ib idem.
11600 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11602         * org-list.el (org-at-item-counter-p): New function.
11603         (org-list-parse-list): Handle counters and list depth.
11604         (org-list-to-generic): A special string is used when an item has a
11605         counter.
11606         (org-list-to-latex): Use new special string for counters.  This
11607         fixes the counter bug in LaTeX export, as the enumi counter was
11608         the only one modified.
11610         * org-latex.el (org-export-latex-lists): Use new
11611         `org-list-parse-list' output.
11613 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11615         * org-list.el (org-list-get-list-type): New function.
11616         (org-list-parse-list): Use new function.
11618         * org-html.el (org-html-export-list-line): Use new function.
11620         * org-docbook.el (org-export-docbook-list-line): Use new function.
11622 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11624         * org-list.el (org-alphabetical-lists): New variable
11625         (org-item-re, org-list-full-item, org-cycle-list-bullet)
11626         (org-list-struct-fix-bul, org-list-inc-bullet-maybe): Reflect
11627         introduction of the new variable.
11628         (org-item-beginning-re): Changed into a function, so any
11629         modification of `org-alphabetical-lists' will not require
11630         reloading Org.
11631         (org-at-item-p, org-toggle-checkbox, org-update-checkbox-count)
11632         (org-list-parse-list, org-list-send-list): Reflect changes to
11633         `org-item-beginning-re'.
11634         (org-list-use-alpha-bul-p): New function.
11636         * org.el (org-check-for-hidden): Reflect changes to
11637         `org-item-beginning-re'.
11639         * org-capture.el (org-capture-place-item): Reflect changes to
11640         `org-item-beginning-re'.
11642         * org-docbook.el (org-export-docbook-list-line): Handle New type
11643         of items.
11645         * org-exp.el (org-export-mark-list-end)
11646         (org-export-mark-list-properties): Reflect changes to
11647         `org-item-beginning-re'.
11649         * org-html.el (org-html-export-list-line): Handle new type of
11650         items.
11652         * org-latex.el (org-export-latex-lists): Handle new type of items
11653         and reflect changes to `org-item-beginning-re'.
11655         * org-ascii.el (org-export-ascii-preprocess): Handle new counters.
11657 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11659         * org-list.el (org-list-end-re): Removed function and made it a
11660         variable.  There's no need for the overhead of calling the
11661         function every at every line in a list.  User will have to reload
11662         Org if he change value of either `org-list-end-regexp' or
11663         `org-empty-line-terminates-plain-lists'.
11664         (org-in-item-p,org-list-struct,org-list-parse-list): Apply change.
11666         * org-exp.el (org-export-mark-list-end)
11667         (org-export-mark-list-properties): Apply change.
11669         * org-latex.el (org-export-latex-lists): Apply change.  Also
11670         prevent items with org-example property to be considered as real
11671         items.
11673 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11675         * org-inlinetask.el (org-inlinetask-export-templates): Slightly
11676         modify templates so environment boundaries don't interfere with
11677         content of task.  Unprotect content of task so it might benefit
11678         from further transformations.  Set original-indentation property to
11679         a high value to ensure that task is always in the last item of the
11680         list.  Also, apply templates later in export process.
11682         * org-list.el (org-list-struct): Fix inline task skipping.
11684 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11686         * org-latex.el (org-export-latex-lists): Search for unprotected
11687         items only, and redefine `org-at-item'.  This change is required
11688         when verbatim lists are inserted during export, usually by Babel.
11690 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11692         * ob.el (org-babel-result-end): End position is end of current
11693         sublist instead of bottom point, as results might be inserted in a
11694         list themselves.
11696 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11698         * org-list.el (org-list-automatic-rules): Removed insert rule.
11699         (org-list-insert-item-generic): Removed code preventing user to
11700         insert another item in a block within a list.  It is because new
11701         list context make it impossible to see if a point in a block is
11702         also in a list.
11704 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11706         * org-exp.el (org-export-preprocess-string): Mark list endings
11707         before babel blocks preprocessing starts, so blank lines that may
11708         be inserted do not break list's structure.  Then, mark list with
11709         special properties required by exporters.  Thus output from babel
11710         can easily be included in lists.
11711         (org-export-mark-list-end): New function.
11712         (org-export-mark-list-properties): New function.
11713         (org-export-mark-lists): Removed function.  It was split into the
11714         two preceding functions.
11716 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11718         * org-list.el (org-update-checkbox-count): Do not recompute every
11719         list before next heading when there are more than one cookie in an
11720         headline.  Moreover, ignore the case where cookie is inserted
11721         neither at an heading nor at an item.
11723 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11725         * org-list.el (org-sort-list): Fix number of arguments to
11726         `org-list-repair', plus make `end-record' go to end of item before
11727         any blank line to keep them from being swallowed in the sorting.
11729 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11731         * org-list.el (org-list-forbidden-blocks): Renamed from
11732         `org-list-blocks'.
11733         (org-list-export-context): New variable.
11735 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11737         * org-list.el (org-list-search-generic): Renamed form
11738         `org-search-unenclosed-generic' to reflect the new behavior.  Now,
11739         match can only be in a valid context for lists, as determined by
11740         `org-list-context'.
11741         (org-list-search-backward): Renamed from
11742         `org-search-backward-unenclosed'.
11743         (org-list-search-forward): Renamed from
11744         `org-search-forward-unenclosed'.
11745         (org-toggle-checkbox,org-update-checkbox-count): Use new
11746         functions.
11747         (org-sort-list): Using default regexp search functions as context
11748         is not required in this case.
11750 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11752         * org-exp.el (org-export-mark-lists): New function, replacing
11753         org-export-mark-list-ending.  It adds information as text
11754         properties to every list, before changes done by exporter destruct
11755         them.
11757 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11759         * org-list.el (org-list-get-first-item): New alias for
11760         `org-list-get-list-begin'.
11761         (org-list-get-last-item): New function.
11762         (org-list-get-list-end): Use `org-list-get-last-item'.
11764 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11766         * org.el (org-get-string-indentation): Moved in generally useful
11767         functions section, as it wasn't specific to plain lists and that
11768         no code was using it in org-list.el.
11770 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11772         * org.el (org-skip-over-state-notes,org-store-log-note): Use new
11773         accessors.
11775 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11777         * org-list.el (org-list-indent-item-generic): Remove error
11778         messages happening before process.  This belongs to interactive
11779         functions.
11780         (org-indent-item,org-indent-item-tree)
11781         (org-outdent-item,org-outdent-item-tree): Ensure point or region
11782         is correct before computing list structure.  Return an error
11783         message otherwise.
11785 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11787         * org-list.el (org-apply-on-list): Use new structures.  Function
11788         is now applied in reverse order so modifications do not change
11789         positions of items in buffer.
11791 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11793         * org-list.el (org-list-parse-list): Rewrite of function to allow
11794         text following a sub-list in the same item.  See docstring for an
11795         example of output.
11796         (org-list-to-generic): Use new parsing function.
11797         (org-list-to-latex,org-list-to-html): Minor change for clearer
11798         export.
11800 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11802         * org-list.el (org-list-has-child-p): Renamed from
11803         `org-list-get-child'.  Returning first child is only useful as a
11804         predicate, as we are allowing an item to have more than one
11805         sub-list.
11806         (org-list-indent-item-generic): Use `org-list-has-child-p' instead
11807         of org-list-get-child.
11808         (org-in-item-p): Also return item beginning when list starts at
11809         context beginning.
11810         (org-list-get-parent): Use of `org-list-struct-parent-alist'
11811         helper function is not optional anymore.
11812         (org-list-get-all-items): Shorten code with the help of cl.el.
11813         (org-list-get-children): Now returns all children of item, even if
11814         they do not belong to the same list.  Renamed from
11815         `org-list-get-all-children'.
11816         (org-list-get-list-begin): Function wasn't return value when item
11817         was already the first item of the list at point.
11818         (org-list-get-list-end): Function wasn't return value when item
11819         was already the last item of the list at point.
11820         (org-list-struct-fix-box,org-update-checkbox-count): Now uses
11821         `org-list-get-children'.
11823 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11825         * org.el (org-indent-line-function): Indentation of item's body
11826         starts just after the bullet, not after a checkbox.  Moreover, As
11827         `org-in-item-p' also returns item beginning position when point is
11828         in a list, do not compute it a second time.
11830 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11832         * org.el (org-ctrl-c-ctrl-c): When called at a list item, replace
11833         usage `org-repair-list', forcing another reading of the list, with
11834         only needed subroutines.
11836 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11838         * org-list.el (org-list-separating-blank-lines-number): Use new
11839         accessors.
11840         (org-list-insert-item-generic): Use list structures to insert a
11841         new item.
11842         (org-list-exchange-items): Refactor and comment code.  Now return
11843         new struct instead of modifying it, as list sorting would
11844         sometimes eat first item.
11845         (org-move-item-down,org-move-item-up): Reflect changes to
11846         `org-list-exchange-items'.
11847         (org-insert-item): As `org-in-item-p' also computes item beginning
11848         when applicable, reuse the result.
11850 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11852         * org-list.el (org-list-in-item-p): Unify methods for this
11853         predicate.
11854         (org-list-in-item-p-with-indent): Removed function.
11855         (org-list-ending-between): Removed function.
11856         (org-list-maybe-skip-block): Removed function.
11857         (org-list-in-item-p-with-regexp): Removed function.
11858         (org-list-top-point-with-regexp): Removed function.
11859         (org-list-top-point-with-indent): Removed function.
11860         (org-list-bottom-point-with-indent): Removed function.
11861         (org-list-bottom-point-with-regexp): Removed function.
11862         (org-list-get-item-same-level): Removed function.
11863         (org-list-top-point): Removed function.
11864         (org-list-bottom-point): Removed function.
11865         (org-get-item-beginning): Renamed to `org-list-get-item-begin' to
11866         be consistent with naming policy of non-interactive functions.
11867         (org-get-beginning-of-list): Removed function.
11868         (org-beginning-of-item-list): Use new accessors.
11869         (org-get-end-of-list): Removed function.
11870         (org-end-of-list): Use new accessors.
11871         (org-get-end-of-item): Removed function.
11872         (org-end-of-item): Use new accessors.
11873         (org-get-previous-item): Removed function.
11874         (org-previous-item): Use new accessors.
11875         (org-get-next-item): Removed function.
11876         (org-next-item): Use new accessors.
11877         (org-list-get-item-end-before-blank): Use new accessors.
11879 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11881         * org-list.el (org-list-repair): Removed optional argument
11882         FORCE-BULLET.  The job of this interactive function is to
11883         completely fix a list at point.  Changing bullets is a separate
11884         task.  Also removed others optional arguments TOP and BOTTOM to
11885         follow the new structures.
11886         (org-list-indent-item-generic): Remove need for TOP and BOTTOM.
11887         STRUCT is a new required argument.  This avoids computing a list
11888         structure many times when function is called more than once in a
11889         row, for example in `org-cycle-item-indentation'.  Use new
11890         accessors.  Now, also call `org-update-checkbox-count-maybe'.
11891         (org-outdent-item, org-indent-item, org-outdent-item-tree)
11892         (org-indent-item-tree): Remove need for TOP and BOTTOM.
11893         (org-list-insert-item-generic): Reflect changes to `org-list-repair'.
11894         (org-list-exchange-items): Use new accessors.  Now modify struct
11895         to avoid re-reading it later.
11896         (org-move-item-down): Reflect changes to `org-list-repair'.  Use
11897         new accessors.
11898         (org-move-item-up): Reflect changes to `org-list-repair'.  Use new
11899         accessors.
11900         (org-cycle-list-bullet): Use new structures.  Also use a shortcut
11901         to `org-list-struct-fix-struct' in order to avoid unnecessary
11902         fixes, like `org-list-struct-fix-box'
11903         (org-sort-list): Use of new structures.  Renamed an internal
11904         function for a little more clarity.
11905         (org-cycle-item-indentation): Remove dependency on
11906         `org-list-repair'.  Use new accessors.
11907         (org-list-get-child): Correct bug when asking for the child of the
11908         last item.
11909         (org-list-exchange-items): Use new accessors.
11911 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11913         * org-list.el (org-list-blocks): New variable.
11914         (org-list-context): New function.
11915         (org-list-full-item-re): New variable.
11916         (org-list-struct-assoc-at-point): Use new variable.
11917         (org-list-struct): Rewrite of function.  Now, list data is
11918         collected by looking at the list line after line.  It reads the
11919         whole list each time because reading only a subtree was not enough
11920         for some operations, like fixing checkboxes.  It also removes the
11921         need to get `org-list-top-point' and `org-list-bottom-point'
11922         first.  An added data is the position of item ending.  This aims
11923         to be able to have list followed by text inside an item.
11924         (org-list-struct-assoc-end): New function.
11925         (org-list-struct-parent-alist): New function.
11926         (org-list-get-parent): New function.
11927         (org-list-get-child): New function.
11928         (org-list-get-next-item): New function.
11929         (org-list-get-prev-item): New function.
11930         (org-list-get-subtree): Use helper function `org-list-struct-prev-alist'.
11931         (org-list-get-all-items): New function.
11932         (org-list-get-all-children): New function.
11933         (org-list-get-top-point): New function.
11934         (org-list-get-bottom-point): New function.
11935         (org-list-get-counter): New function.
11936         (org-list-get-item-end): New function.
11937         (org-list-struct-fix-bul): Rewrite for cleaner code.  Make use of
11938         new accessors.
11939         (org-list-struct-fix-ind): Make use of new accessors.
11940         (org-list-struct-fix-box): New function.
11941         (org-list-struct-fix-checkboxes): Removed function.
11942         (org-list-struct-outdent): Use new accessors.  Use the fact that
11943         there is no longer a virtual item at beginning of structure.
11944         (org-list-struct-indent): Use helper functions
11945         `org-list-struct-prev-alist' and `org-list-struct-parent-alist'.
11946         Also use new accessors.
11947         (org-list-struct-fix-struct): Comment function.  Call directly
11948         `org-list-struct-apply-struct', without removing unchanged items
11949         first.
11950         (org-list-struct-apply-struct): Comment function.  Rewrite using
11951         new accessors.  Use new variable `org-list-full-item-re'.
11952         (org-list-shift-item-indentation): Removed function, now included
11953         in `org-list-struct-apply-struct' because it is too specific.
11955 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11957         * org-list.el (org-toggle-checkbox): Use structures to fix
11958         checkboxes of a list.
11959         (org-update-checkbox-count): Use structures to update cookies.
11961 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11963         * org-list.el (org-list-struct-fix-checkboxes): New function.
11964         (org-checkbox-blocked-p): Removed function.
11966 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11968         * org-list.el (org-list-get-all-items): New function.
11969         (org-list-get-all-children): New function.
11970         (org-list-get-nth): New function.
11971         (org-list-set-nth): New function.
11972         (org-list-get-ind): New function.
11973         (org-list-set-ind): New function.
11974         (org-list-get-bullet): New function.
11975         (org-list-set-bullet): New function.
11976         (org-list-get-checkbox): New function.
11977         (org-list-set-checkbox): New function.
11978         (org-list-struct-fix-bul): Use new accessors.
11979         (org-list-repair): Use new accessors.
11980         (org-list-indent-item-generic): Make use of accessors.
11981         (org-list-get-parent): Renamed from `org-list-struct-get-parent'.
11982         (org-list-get-child): Renamed from `org-list-struct-get-child'.
11983         (org-list-struct-fix-ind): Make use of accessors.
11984         (org-list-get-next-item): New function.
11985         (org-list-get-subtree): New function.
11987 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11989         * org-list.el (org-list-struct-assoc-at-point): Add checkbox to
11990         list structure.
11992         * org-list.el (org-list-struct-assoc-at-point): Add checkbox as
11993         value in structure.
11995         * org-list.el (org-list-struct-apply-struct): Also apply
11996         checkboxes.
11998 2011-07-28  Bastien Guerry  <bzg@gnu.org>
12000         * org-latex.el (org-export-latex-content): Bind local variables
12001         for export in the temporary export buffer.
12003 2011-07-28  David Maus  <dmaus@ictsoc.de>
12005         * org-protocol.el (org-protocol-unhex-single-byte-sequence)
12006         (org-protocol-unhex-string, org-protocol-unhex-compound): Change
12007         date of obsolete declaration to 2011-02-17.
12009 2011-07-28  David Maus  <dmaus@ictsoc.de>
12011         * org.el (org-link-escape): Throw error if encoding character in
12012         utf8 fails.
12014 2011-07-28  David Maus  <dmaus@ictsoc.de>
12016         * org-protocol.el (org-protocol-split-data)
12017         (org-protocol-open-source): Use `org-link-unescape' instead of
12018         obsolete unhex string function.
12020 2011-07-28  David Maus  <dmaus@ictsoc.de>
12022         * org.el (org-link-escape, org-link-escape-chars-browser)
12023         (org-link-escape-chars): Always percent escape the percent sign.
12025 2011-07-28  David Maus  <dmaus@ictsoc.de>
12027         * org.el (org-link-unescape): Simpler algorithm for replacing
12028         percent escapes.
12029         (org-link-unescape-compound): Use cond statements instead of nested
12030         if, convert hex string with string-to-number, save match data.
12031         (org-link-unescape-single-byte-sequence): Use mapconcat and
12032         string-to-number for unescaping single byte sequence.
12034 2011-07-28  David Maus  <dmaus@ictsoc.de>
12036         * org.el (org-link-escape): Rename lambda argument.
12038 2011-07-28  David Maus  <dmaus@ictsoc.de>
12040         * org.el (org-link-escape-chars-browser, org-link-escape-chars):
12041         Add percent sign to list of escape chars.
12043 2011-07-28  David Maus  <dmaus@ictsoc.de>
12045         * org-mobile.el (org-mobile-escape-olp): Use new percent escape
12046         character table format.
12048 2011-07-28  David Maus  <dmaus@ictsoc.de>
12050         * org-mobile.el (org-mobile-locate-entry): Remove obsolete
12051         argument in call to org-link-unescape.
12053 2011-07-28  David Maus  <dmaus@ictsoc.de>
12055         * org-protocol.el (org-protocol-unhex-string)
12056         (org-protocol-unhex-compound)
12057         (org-protocol-unhex-single-byte-sequence): Declare obsolete and
12058         alias to respective org-link-unescape-* functions.
12060 2011-07-28  David Maus  <dmaus@ictsoc.de>
12062         * org.el (org-link-unescape, org-link-unescape-compound)
12063         (org-link-unescape-single-byte-sequence): Functions moved and renamed
12064         from org-protocol.el.
12066 2011-07-28  David Maus  <dmaus@ictsoc.de>
12068         * org-macs.el (org-char-to-string): Inline function to properly
12069         decode utf8 characters in Emacs 22.  Moved and renamed from
12070         org-protocol.el.
12072 2011-07-28  David Maus  <dmaus@ictsoc.de>
12074         * org.el (org-link-escape): New optional argument.  Merge user
12075         table with default table.
12077 2011-07-28  David Maus  <dmaus@ictsoc.de>
12079         * org.el (org-link-escape): Fixup doc string.
12081 2011-07-28  David Maus  <dmaus@ictsoc.de>
12083         * org.el (org-link-escape-chars, org-link-escape-chars-browser):
12084         New format of percent escape table.
12085         (org-link-escape): Use new table format.
12087 2011-07-28  David Maus  <dmaus@ictsoc.de>
12089         * org.el (org-link-escape): New Unicode aware percent encoding
12090         algorithm.
12092 2011-07-28  Sebastian Rose  <sebastian_rose@gmx.de>
12094         * org-protocol.el (org-protocol-unhex-single-byte-sequence): New
12095         function.  Decode hex-encoded singly byte sequences.
12096         (org-protocol-unhex-compound): Use new function if decoding sequence
12097         as Unicode character failed.
12099 2011-07-28  Bastien Guerry  <bzg@gnu.org>
12101         * org-html.el (org-export-as-html): Expand the HTML title.
12103 2011-07-28  Bastien Guerry  <bzg@gnu.org>
12105         * org-publish.el (org-publish-cache-ctime-of-src): Improve
12106         docstring.
12107         (org-publish-find-title): New option to explicitly reset the title
12108         in the cache.
12109         (org-publish-format-file-entry): Use this new option.
12111 2011-07-28  Dan Davison  <dandavison7@gmail.com>
12113         * org-exp.el (org-export-preprocess-string): Set the source buffer
12114         and use `org-clone-local-variables' to get local variables from
12115         it.
12117 2011-07-28  Dan Davison  <dandavison7@gmail.com>
12119         * org-exp.el (org-export-format-source-code-or-example): Allow
12120         empty string as second element in minted/listings options.
12122 2011-07-28  Dan Davison  <dandavison7@gmail.com>
12124         * org-exp.el (org-export-format-source-code-or-example): Support
12125         new user-customizable options.
12126         (org-export-latex-custom-lang-environments): Ensure new variable
12127         is defined.
12128         (org-export-latex-listings-options): Ensure new variable is defined.
12129         (org-export-latex-minted-options): Ensure new variable is defined.
12131 2011-07-28  Bastien Guerry  <bzg@gnu.org>
12133         * org-html.el (org-export-as-html): Handle the case when
12134         `org-export-html-validation-link' is nil to keep backward
12135         compatible with the old default value of this variable.
12137 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
12139         * ob.el (org-babel-insert-result): Don't choke if indent is not a
12140         number.
12142 2011-07-28  Christian Moe  <mail@christianmoe.com>  (tiny change)
12144         * org-bbdb.el (org-bbdb-export): When a link description has been
12145         added by `org-export-normalize-links', use path instead (remove
12146         the `bbdb:' prefix).
12148 2011-07-28  Bastien Guerry  <bzg@gnu.org>
12150         * org-ascii.el (org-export-ascii-underline): Put the level's
12151         characters in the right order, as documented by the docstring.
12152         (org-ascii-level-start): Select the right char for underlining
12153         headlines.
12155 2011-07-28  Bastien Guerry  <bzg@gnu.org>
12157         * org-src.el (org-edit-src-code): Allow to edit source code from
12158         modes derived from Org.
12160 2011-07-28  Niels Giesen  <niels.giesen@gmail.com>
12162         * org-clock.el (org-clock-clocktable-language-setup): Add list of
12163         dutch strings.
12165 2011-07-28  Dan Davison  <dandavison7@gmail.com>
12167         * org-beamer.el: Mark frame as fragile when it is using minted for
12168         src block export.
12170 2011-07-28  Bastien Guerry  <bzg@gnu.org>
12172         * org-agenda.el (org-agenda-date-later)
12173         (org-agenda-date-earlier): Enhance docstrings.
12174         (org-agenda-bulk-mark-regexp): Only match against headlines.
12175         Send a message when no entry is marked.
12176         (org-agenda-bulk-action): Fix bug about scattering deadlines.
12177         Send an error when trying to scatter outside an agenda or a
12178         timeline view.  Silently fail when trying to scatter sexp entries.
12180 2011-07-28  Bastien Guerry  <bzg@gnu.org>
12182         * org-clock.el (org-clock-clocktable-language-setup): New custom
12183         variable.
12184         (org-clocktable-defaults): Set the default language.
12185         (org-clocktable-write-default): Use the new variable.
12187 2011-07-28  Dan Davison  <dandavison7@gmail.com>
12189         * ob.el (org-babel-src-block-names): Don't strip text properties
12190         from search hits.
12191         (org-babel-result-names): Don't strip text properties from search
12192         hits.
12194 2011-07-28  Dan Davison  <dandavison7@gmail.com>
12196         * ob-python.el (org-babel-python-evaluate-session): Pass nil as
12197         remove-echo part of META argument to
12198         `org-babel-comint-with-output'.
12200 2011-07-28  Dan Davison  <dandavison7@gmail.com>
12202         * ob.el (org-babel-script-escape): Use `substring' comparison
12203         instead of regexp matching.
12205 2011-07-28  Dan Davison  <dandavison7@gmail.com>
12207         * org-src.el (org-edit-src-code): When generating the code edit
12208         buffer, it is necessary for several variables to inherit their
12209         values from the parent org buffer.  These changes collect all such
12210         variables together into a single association list of
12211         `(variable-name value)' pairs.  In addition, a new variable is
12212         added to the list: `org-edit-src-content-indentation'.  This has
12213         the effect that a buffer local value can be used for that
12214         variable.
12216 2011-07-28  Dan Davison  <dandavison7@gmail.com>
12218         * ob-table.el (sbe): Don't truncate sbe results.
12220 2011-07-28  Lawrence Mitchell  <wence@gmx.li>
12222         * org-exp.el (org-export-add-options-to-plist): Require match to
12223         start at a word-boundary.
12225 2011-07-28  Bastien Guerry  <bzg@gnu.org>
12227         * org-latex.el (org-export-latex-hyperref-format): Update
12228         docstring.
12230 2011-07-28  Tom Dye  <tsd@tsdye.com>
12232         * org.el: Update documentation of `org-add-link-type'.
12234 2011-07-28  Dan Davison  <dandavison7@gmail.com>
12236         * org.el (org-open-at-point): Fix bug when using prefix arg to
12237         construct `org-link-search' call.  Rename prefix arg with a more
12238         generic name, to reflect its diverse uses in this function.
12240 2011-07-28  Rémi Vanicat  <vanicat@debian.org>
12242         * org-icalendar.el (org-icalendar-use-UTC-date-time): Remove.
12243         (org-icalendar-date-time-format): New custom variable.
12244         (org-icalendar-use-UTC-date-timep): New function.
12245         (org-ical-ts-to-string): Use the new variable.
12247 2011-07-28  Bastien Guerry  <bzg@gnu.org>
12249         * org-vm.el (org-vm-store-link): Make sure the buffer is
12250         associated with a file when trying to store an Org link.
12252 2011-07-28  Dan Davison  <dandavison7@gmail.com>
12254         * ob.el (org-babel-params-from-properties): Test for
12255         "header-arg-name" and ":header-arg-name", in that order.
12257 2011-07-28  Bastien Guerry  <bzg@gnu.org>
12259         * org-capture.el (org-capture-templates): Document "currentfile"
12260         for capture template.
12261         (org-capture-templates): Allow to use currentfile for capture
12262         templates.
12263         (org-capture-set-target-location): Handle currentfile as a way to
12264         setting the capture buffer.
12266 2011-07-28  Bastien Guerry  <bzg@gnu.org>
12268         * ob.el (org-babel-params-from-properties): Don't wrap
12269         `org-entry-get' into `condition-case'.
12271 2011-07-28  Dan Davison  <dandavison7@gmail.com>
12273         * org.el (org-entry-get): Don't look for a property drawer if we
12274         are before the first heading in the file.
12275         (org-entry-get-with-inheritance): Don't attempt to move up the
12276         tree if we are before the first heading in the file.  Also,
12277         enclose less of the function in the `save-excursion'.
12279 2011-07-28  Dan Davison  <dandavison7@gmail.com>
12281         * ob.el (org-babel-params-from-buffer): Return desired value
12282         rather than nil from failed re search.
12284 2011-07-28  Bastien Guerry  <bzg@gnu.org>
12286         * org-agenda.el (org-get-entries-from-diary): Put multiline diary
12287         entries on a single line when lines don't start with a diary time.
12289 2011-07-28  Bastien Guerry  <bzg@gnu.org>
12291         * org-html.el (org-export-html-protect-char-alist): New custom
12292         variable to define characters to be HTML protected.
12293         (org-html-protect): Use the new variable.
12295 2011-07-28  Bastien Guerry  <bzg@gnu.org>
12297         * org-info.el (org-info-store-link): Use "#" to separate the info
12298         file and the node.
12299         (org-info-follow-link): Use both "#" to separate the info file and
12300         the node.  Continue to use ":" for backward compatibility.
12302 2011-07-28  Bastien Guerry  <bzg@gnu.org>
12304         * org-icalendar.el (org-icalendar-honor-noexport-tag): New custom
12305         variable.
12306         (org-print-icalendar-entries): Use this new variable to prevent
12307         export of entries with a :noexport: tag.
12309 2011-07-28  Bastien Guerry  <bzg@gnu.org>
12311         * org-exp.el (org-export-initial-scope): New custom variable.
12312         (org-export): Use this new variable.  If there is an active
12313         region, tell it when prompting the user for an export command.
12314         Also change the way the function handles selection of buffer and
12315         subtree export.
12317 2011-07-28  Bastien Guerry  <bzg@gnu.org>
12319         * org-html.el (org-export-html-auto-preamble)
12320         (org-export-html-auto-postamble): Remove.
12321         (org-export-html-preamble, org-export-html-postamble): Turn into
12322         custom variables.  Update the docstrings.
12323         (org-export-html-preamble-format)
12324         (org-export-html-postamble-format): New custom variables.
12325         (org-export-as-html): Use `org-export-html-postamble-format' and
12326         `org-export-html-preamble-format'.
12327         (org-export-html-title-format): Delete.
12329 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
12331         * org-exp-blocks.el (org-export-blocks-format-ditaa): This
12332         function is begin deprecated in favor of begin_src blocks.
12333         (org-export-blocks-format-dot): This function is begin deprecated in
12334         favor of begin_src blocks.
12336 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
12338         * ob.el (org-babel-header-arg-names): no-expand is now part of the
12339         default header argument names list.
12341 2011-07-28  Manuel Giraud  <manuel.giraud@univ-nantes.fr>
12343         * org-publish.el (org-publish-sitemap-date-format)
12344         (org-publish-sitemap-file-entry-format): New custom variables.
12345         (org-publish-projects): Use these variables to format the sitemap
12346         entries.
12348 2011-07-28  Ulf Stegemann  <ulf-news@zeitform.de>
12350         * org-gnus.el (org-gnus-store-link): Allow `org-link' creation
12351         from `message-mode'.
12353 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
12355         * org-agenda.el (org-agenda-filter-by-tag): Refresh agenda when
12356         updating the filter while the clock report is following the
12357         filter.
12359 2011-07-28  Julien Danjou  <julien@danjou.info>
12361         * org-agenda.el (org-agenda): Kill all local variables.  This
12362         assures we are not keeping buffer variable from an old agenda view
12363         when switching to a new custom agenda.
12365 2011-07-28  Julien Danjou  <julien@danjou.info>
12367         * org-crypt.el (org-encrypt-string): New function.
12368         (org-encrypt-entry): Use org-encrypt-string to encrypt, so we use
12369         cached crypted values.
12370         (org-decrypt-entry): Store crypted text in decrypted text.
12372 2011-07-28  Dan Davison  <dandavison7@gmail.com>
12374         * ob-exp.el (org-babel-exp-lob-one-liners): Only replace the match
12375         if a non-nil result is returned.
12377 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
12379         * org-agenda.el (org-agenda-get-day-entries): Compare DATE with
12380         modified today.
12382 2011-07-28  Bastien Guerry  <bzg@gnu.org>
12384         * org.el (org-update-parent-todo-statistics): Fix bug when
12385         updating statistics from the column view.
12387 2011-07-28  Bastien Guerry  <bzg@gnu.org>
12389         * org-agenda.el (org-agenda-bulk-mark-regexp): New command.
12390         (org-agenda-menu): Add the new command to the menu.
12391         (org-agenda-mode-map): Add % as the keybinding for the new
12392         command.
12394 2011-07-28  Bastien Guerry  <bzg@gnu.org>
12396         * org-exp.el (org-export-target-internal-links): Locally turn on
12397         `org-link-search-must-match-exact-headline' to match exact
12398         internal links.
12400 2011-07-28  Julien Danjou  <julien@danjou.info>
12402         * org-faces.el (org-special-keyword): Make it inherited from
12403         `font-lock-keyword-face'.
12405 2011-07-28  Julien Danjou  <julien@danjou.info>
12407         * org-faces.el (org-link): Make `org-link' inherits from `link'
12408         face.
12410 2011-07-28  Bastien Guerry  <bzg@gnu.org>
12412         * org.el (org-narrow-to-block): New function to narrow to block.
12413         Bound this function to `C-x n b'.
12415 2011-07-28  Bastien Guerry  <bzg@gnu.org>
12417         * org.el (org-schedule, org-deadline): Fix bug: take care of
12418         repeating timestamps like ".+1d/3d" or "+1d 10d".
12420 2011-07-28  Bastien Guerry  <bzg@gnu.org>
12422         * org-agenda.el (org-agenda-repeating-timestamp-show-all): Allow
12423         to use a list of TODO keywords as the value of this variable.  The
12424         agenda will show repeating stamps for entries matching these TODO
12425         keywords.
12426         (org-agenda-get-timestamps, org-agenda-get-deadlines)
12427         (org-agenda-get-scheduled): Allow the use of a list of keywords in
12428         `org-agenda-repeating-timestamp-show-all'.
12430 2011-07-28  Bastien Guerry  <bzg@gnu.org>
12432         * org-latex.el (org-export-latex-emph-format): Don't use
12433         `org-export-latex-use-verb'.  Remove this variable.
12435 2011-07-28  Jason Dunsmore  <emacs-orgmode@dunsmor.com>  (tiny change)
12437         * org-html.el (org-html-handle-time-stamps): Fix bug when
12438         exporting inactive timestamps.
12440 2011-07-28  Bastien Guerry  <bzg@gnu.org>
12442         * org-archive.el (org-archive-save-context-info): Fix docstring
12443         typo.
12444         (org-archive-subtree-add-inherited-tags): New variable to control
12445         whether inherited tags should be appended to local tags when
12446         archiving subtrees.
12447         (org-archive-subtree): Use the new variable.
12449 2011-07-28  Bastien Guerry  <bzg@gnu.org>
12451         * org-archive.el (org-archive-save-context-info): Fix docstring.
12453 2011-07-28  Julien Danjou  <julien@danjou.info>
12455         * org-crypt.el (org-decrypt-entry): Delete \n on top level
12456         heading.  This avoids a display bug showing the heading outlined
12457         where the text is not since it does not have the outline property.
12458         Restore subtree visibility state after decryption.
12460 2011-07-28  Julien Danjou  <julien@danjou.info>
12462         * org-agenda.el (org-agenda-list): Use `org-agenda-current-span'
12463         as a possible default span if it is set.
12465 2011-07-28  Dan Davison  <dandavison7@gmail.com>
12467         * org-src.el (org-edit-src-persistent-message): Change docstring.
12468         (org-edit-src-code): Get rid of help message in echo area.
12470         * ob.el (org-babel-do-in-edit-buffer): Do not pass 'quietly
12471         argument to org-edit-src-code as this has been removed.
12473 2011-07-28  Bastien Guerry  <bzg@gnu.org>
12475         * org-latex.el (org-export-latex-emphasis-alist): Use
12476         \protectedtexttt for the =...= emphasis and \verb for the ~...~
12477         emphasis.
12478         (org-export-latex-use-verb): Now defaults to t.
12479         (org-export-latex-emph-format): Distinguish between =...= and
12480         ~...~ emphasis.
12482 2011-07-28  Julien Danjou  <julien@danjou.info>
12484         * org.el (org-link-expand-abbrev): Allow any type of character in
12485         link expand.
12487 2011-07-28  Dan Davison  <dandavison7@gmail.com>
12489         * ob-lob.el (org-babel-lob-ingest): Add prefix to file prompt.
12491 2011-07-28  Dan Davison  <dandavison7@gmail.com>
12493         * ob-ref.el (org-babel-ref-resolve): `save-window-excursion' when
12494         resolving references.
12496 2011-07-28  Bastien Guerry  <bzg@gnu.org>
12498         * org-html.el (org-export-html-html-helper-timestamp): Use <hr/>
12499         instead of <hr> to keep w3c validator happy.
12501 2011-07-28  Dan Davison  <dandavison7@gmail.com>
12503         * ob.el (org-babel-where-is-src-block-head): Detect src block if
12504         point is on a #+header line.
12506 2011-07-28  Dan Davison  <dandavison7@gmail.com>
12508         * ob.el (org-babel-where-is-src-block-head): Skip over intervening
12509         #+header lines when searching for block associated with block name
12510         line.
12512 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
12514         * ob.el (org-babel-result-end): Replace call to `org-in-item-p' to
12515         the more specific `org-at-item-p'.
12517 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
12519         * org-latex.el (org-latex-default-figure-position): New defcustom
12520         for default placement of latex figures.
12521         (org-export-latex-tables): Positioning tables using the new
12522         defcustom variable.
12523         (org-export-latex-format-image): Positioning images using the new
12524         defcustom variable.
12526 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
12528         * ob-ditaa.el (org-babel-execute:ditaa): Throw error when
12529         evaluated and :file header argument is missing.
12531 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
12533         * ob-exp.el (org-babel-exp-do-export): Simplified, no longer need
12534         to do anything to export code.
12535         (org-babel-exp-results): No longer returns a replacement for the
12536         code block.
12537         (org-babel-exp-inline-src-blocks): Simplified.
12538         (org-babel-exp-src-block): Removed unnecessary pluralization from
12539         function name.
12541 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
12543         * ob-exp.el (org-babel-exp-inline-src-blocks): Simplified
12544         exportation of inline code blocks using normal code block
12545         execution mechanism to insert results.
12546         (org-babel-exp-results): Results exportation mechanism is unified
12547         for both inline and regular code blocks.
12549         * ob.el (org-babel-where-is-src-block-result): Returns the point
12550         after an inline code block for inline code blocks.
12552 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
12554         * ob.el (org-babel-insert-result): Special handling of the
12555         position of results of inline code blocks.
12556         (org-babel-examplize-region): Now able to comment inline regions.
12558 2011-07-28  Lawrence Mitchell  <wence@gmx.li>
12560         * org-exp.el (org-export-with-LaTeX-fragments): Fix docstring so
12561         that \\[ a = b \\] is not interpreted as a keybinding by
12562         `substitute-command-keys'.
12564 2011-07-28  Dan Davison  <dandavison7@gmail.com>
12566         * org-latex.el (org-export-as-latex): Process export property list
12567         with `org-export-process-option-filters' early in latex export.
12569 2011-07-28  Julien Danjou  <julien@danjou.info>
12571         * org.el: Remove `org-invisible-p': `outline-invisible-p' is
12572         available in Emacs 22 and in recent XEmacs 21.  Replace in various
12573         files.
12575 2011-07-28  Julien Danjou  <julien@danjou.info>
12577         * org-agenda.el (org-agenda-get-progress): Fix regexp for statep:
12578         it must has \\ at the end of the line.  This avoid matching the
12579         following heading when there's no newline between the logged state
12580         and the next heading.
12582 2011-07-28  Julien Danjou  <julien@danjou.info>
12584         * org-agenda.el (org-format-agenda-item): Simplify time comuting.
12586 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
12588         * org.el (org-current-level, org-store-link, org-mark-subtree):
12589         Use `org-with-limited-levels'.
12591 2011-07-28  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
12593         * org-publish.el (org-publish-get-base-files): Add sitemap file.
12595 2011-07-28  Matt Lundin  <mdl@imapmail.org>
12597         * org-agenda.el (org-agenda-todo-ignore-deadlines): New option.
12598         (org-agenda-todo-ignore-scheduled): New option.
12599         (org-agenda-todo-ignore-timestamp): New option.
12600         (org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item):
12601         Allow user to specify custom distance to ignore (future or past).
12602         (org-agenda-todo-custom-ignore-p): New function.
12604 2011-07-28  Matt Lundin  <mdl@imapmail.org>
12606         * org-habit.el (org-habit-parse-todo) Don't parse more days than
12607         needed.
12609 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
12611         * ob.el (org-babel-map-inline-src-blocks): Macro for executing
12612         code in each inline code block.
12613         (org-babel-execute-buffer): Executes inline code blocks as well as
12614         regular code blocks.
12616 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
12618         * ob.el (org-babel-result-end): Now recognizes "#+begin_org"
12619         blocks for removal.
12621 2011-07-28  Benjamin Drieu  <bdrieu@april.org>  (tiny change)
12623         * org-clock.el (org-clock-before-select-task-hook): New hook.
12624         (org-clock-select-task): Run new hook.
12626 2011-07-28  Julien Danjou  <julien@danjou.info>
12628         * org-agenda.el (org-agenda-get-blocks): Fix time of start/end of
12629         events with range.  This display things like: <2011-01-22 Sat
12630         14:00>--<2011-01-23 Sun 20:00> correctly, with the event starting
12631         at 14:00 and ending at 20:00.
12633 2011-07-28  Dan Davison  <dandavison7@gmail.com>
12635         * ob.el (org-babel-inline-src-block-regexp): Character preceding
12636         "src_" can now be anything as long as it is neither alphanumeric
12637         nor '-'.
12639 2011-07-28  Dan Davison  <dandavison7@gmail.com>
12641         * ob.el (org-babel-merge-params): Docstring typo.
12643 2011-07-28  Dan Davison  <dandavison7@gmail.com>
12645         * ob.el (org-babel-params-from-buffer): Process all #+babel: lines
12646         in the buffer.
12648 2011-07-28  Dan Davison  <dandavison7@gmail.com>
12650         * ob.el (org-babel-get-src-block-info): Alter order of merge
12651         arguments.
12653 2011-07-28  Dan Davison  <dandavison7@gmail.com>
12655         * ob-python.el: Test whether non-nil buffer is #<killed buffer>.
12657 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
12659         * ob.el (org-babel-insert-result): Ensure all parts of result
12660         wrappers end in newlines.
12662 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
12664         * ob-tangle.el (org-babel-tangle): New :mkdirp header argument
12665         optionally creates parent directories of tangle targets.
12667 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
12669         * org-ascii.el (org-ascii-level-start): Catch the case of levels
12670         which do not have an equivalent in the list of underline
12671         characters.
12673 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
12675         * ob-sh.el (org-babel-sh-var-quote-fmt): Now possible to customize
12676         the format string used to escape arguments to shell code blocks.
12678 2011-07-28  Julien Danjou  <julien@danjou.info>
12680         * org-agenda.el (org-agenda-reset-view): New function.
12681         (org-agenda-view-mode-dispatch): Bind space to org-agenda-reset-view.
12683 2011-07-28  Puneeth Chaganti  <punchagan@gmail.com>
12685         * org-exp.el (org-export-handle-include-files): Support :lines
12686         property.
12687         (org-get-file-contents): New argument lines to include specify a
12688         range of lines to include.
12690 2011-07-28  Bastien Guerry  <bzg@gnu.org>
12692         * org.el (org-fast-tag-selection): Fix bug when assigning keys.
12694 2011-07-28  Lawrence Mitchell  <wence@gmx.li>
12696         * org-latex.el (org-export-latex-make-header): Export email in
12697         author line if `org-export-email-info' is non-nil.
12699 2011-07-28  Julien Danjou  <julien@danjou.info>
12701         * org-agenda.el (org-agenda-goto-today): Respect current span.
12703 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
12705         * org-complete.el (pcomplete/org-mode/link)
12706         (pcomplete/org-mode/todo, pcomplete/org-mode/prop): Copy list
12707         before uniquifying.
12709 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
12711         * ob-tangle.el (org-babel-spec-to-string): Adding "noweb" as a
12712         linking comment type
12713         (org-babel-tangle-comment-links): Returns comment links for the
12714         source code block at point.
12716 2011-07-28  Bastien Guerry  <bzg@gnu.org>
12718         * org.el (org-refile-check-position): Send a more explicit message
12719         on how to clear the cache before refiling again.
12721 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
12723         * org-agenda.el (org-agenda-skip-function-global): New option.
12724         (org-agenda-skip-eval): New function.
12725         (org-agenda-skip): Use `org-agenda-skip-eval' and also check for
12726         the global skipping condition.
12728 2011-07-28  David Maus  <dmaus@ictsoc.de>
12730         * org-html.el (org-export-as-html): Handle timestamps after
12731         handling links.
12733 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
12735         * ob-tangle.el (org-babel-tangle-jump-to-org): Ever wider searches
12736         until either a matching block is found, or the limits of the file
12737         are reached.
12739 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
12741         * ob.el (org-babel-update-block-body): Literal argument to
12742         `replace-match' to allow insertion of text containing '\'.
12744 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
12746         * ob-ref.el (org-babel-ref-parse): Allow passing empty strings
12747         into code blocks.
12749 2011-07-28  David Maus  <dmaus@ictsoc.de>
12751         * test-org-table.el
12752         (test-org-table/org-table-convert-refs-to-rc/3)
12753         (test-org-table/org-table-convert-refs-to-rc/2)
12754         (test-org-table/org-table-convert-refs-to-rc/1)
12755         (test-org-table/org-table-convert-refs-to-an/3)
12756         (test-org-table/org-table-convert-refs-to-an/2)
12757         (test-org-table/org-table-convert-refs-to-an/1): Provide tests for
12758         table formular format conversion.
12760 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
12762         * org.el (org-sort-entries): Fix sorting with a bold emphasis at
12763         bol.
12765 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
12767         * ob.el (org-babel-open-src-block-result): Must collect result
12768         *before* jumping to the result buffer.
12770 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
12772         * ob.el (org-babel-src-block-names): Fix bug, wrong match-string
12773         used after update to regexp.
12775 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
12777         * ob.el (org-babel-temp-file): Ensure that
12778         `org-babel-temporary-directory' is bound before using.
12779         (org-babel-remove-temporary-directory): Safer error throwing.
12781 2011-07-28  niels giesen  <niels.giesen@gmail.com>
12783         * org-docbook.el (org-export-docbook-finalize-table): Do literal
12784         replacements.
12786 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
12788         * ob.el (org-babel-execute-src-block): Uses org-src-lang-modes to
12789         resolve language names for evaluation.
12791 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
12793         * org-capture.el (org-capture-templates): Add %f and %F escapes
12794         (org-capture): Add more information to capture property list
12795         (org-capture-fill-template): Handle %f and %F escapes.
12797 2011-07-28  David Maus  <dmaus@ictsoc.de>
12799         * org-publish.el (org-publish-cache-ctime-of-src): Use mtime of
12800         symlink target.
12802 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
12804         * org.el (org-occur-next-match): New function.
12805         (org-mode): Set the variable `next-error-function'.
12806         (org-highlight-new-match): Add an `org-type' property to the
12807         overlays.
12809 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
12811         * ob-calc.el: No longer require `calc-trail' on XEmacs.
12813 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
12815         * org.el (org-modules): Add `org-eshell'.
12817 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
12819         * org-special-blocks.el (htmlp, latexp, line): Add defvars for
12820         dynamically scoped variables.
12822         * org.el (org-modules): Move `org-special-blocks' into the core
12823         modules section.
12825 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
12827         * org-special-blocks.el: New file.
12829 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
12831         * org.el (org-plist-delete): Remove duplicate definition.
12833 2011-07-28  Bernt Hansen  <bernt@norang.ca>
12835         * org-agenda.el (org-agenda-goto): Display invisible entry text.
12837         * org-agenda.el (org-agenda-switch-to): Display invisible entry
12838         text.
12840 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
12842         * org.el (org-get-category): New optional argument FORCE-REFRESH.
12843         Automatically refresh if the property is not there.
12844         (org-entry-properties): Remove refresh - this is now done in
12845         org-get-category.
12847         * org-clock.el (org-clock-insert-selection-line): Let
12848         `org-get-category' do the property refresh.
12850         * org-archive.el (org-archive-subtree): Force a refresh of
12851         category properties.
12853 2011-07-28  Julien Danjou  <julien@danjou.info>
12855         * org-icalendar.el (org-print-icalendar-entries): Do not manually
12856         refresh categories.
12858 2011-07-28  Dan Davison  <dandavison7@gmail.com>
12860         * org.el (org-display-inline-images): Check for clear-image-cache
12861         before using it.
12863 2011-07-28  Bernt Hansen  <bernt@norang.ca>
12865         * org.el: Document missing value for org-link-frame-setup.
12867 2011-07-28  Dan Davison  <dandavison7@gmail.com>
12869         * ob-R.el (org-babel-R-write-object-command): Force evaluation of
12870         user code prior to the R exception-handling, so that errors in
12871         user code are unhandled.
12873 2011-07-28  Dan Davison  <dandavison7@gmail.com>
12875         * org-src.el (org-src-font-lock-fontify-block): Test, early on,
12876         that a major-mode function corresponding to the language string
12877         exists.
12879 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
12881         * org-exp.el (org-export-mark-list-ending): Insert additional
12882         newline characters if end-list-marker is at a wrong position.
12884 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
12886         * ob.el (org-babel-script-escape): Replace commas with spaces for
12887         better list reading when list items are packed with commas,
12888         e.g. Haskell list output.
12890 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
12892         * ob-sass.el (org-babel-execute:sass): Uses ob-eval for better
12893         error reporting.
12895 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
12897         * ob.el (org-babel-confirm-evaluate): Fix for the case when
12898         org-confirm-babel-evaluate is a function (used to always ask no
12899         matter what the function returns).
12901 2011-07-28  Dan Davison  <dandavison7@gmail.com>
12903         * ob-R.el: Delete duplicated function.
12905 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
12907         * ob.el (org-babel-execute-src-block): Removed unused flet
12908         function.
12910 2011-07-28  Dan Davison  <dandavison7@gmail.com>
12912         * ob-asymptote.el (org-babel-execute:asymptote): Return nil to
12913         signal that the intended content has been written to file.
12915         * ob-ditaa.el (org-babel-execute:ditaa): Return nil to signal that
12916         the intended content has been written to file.
12918         * ob-dot.el (org-babel-execute:dot): Return nil to signal that the
12919         intended content has been written to file.
12921         * ob-gnuplot.el (org-babel-execute:gnuplot): Return nil to signal
12922         that the intended content has been written to file.
12924         * ob-latex.el (org-babel-execute:latex): Return nil to signal that
12925         the intended content has been written to file.
12927         * ob-mscgen.el (org-babel-execute:mscgen): Return nil to signal
12928         that the intended content has been written to file.
12930         * ob-octave.el (org-babel-execute:octave): Return result; not name
12931         of output file.
12933         * ob-plantuml.el (org-babel-execute:plantuml): Return nil to
12934         signal that the intended content has been written to file.
12936         * ob-python.el (org-babel-execute:python): Return result; not name
12937         of output file.
12939         * ob-ruby.el (org-babel-execute:ruby): Return result; not name of
12940         output file.
12942         * ob-sass.el (org-babel-execute:sass): Return nil if result has
12943         been written to file.
12945 2011-07-28  Dan Davison  <dandavison7@gmail.com>
12947         * ob-R.el (org-babel-R-graphical-output-file): New function
12948         returns the name of the output file iff R has been instructed to
12949         send graphical output to file by means of the ":results graphics"
12950         directive.
12951         (org-babel-expand-body:R): Use `org-babel-R-graphical-output-file'
12952         when constructing the R code to evaluate, which may be augmented
12953         with code implementing the writing of graohical output to file.
12954         (org-babel-execute:R): Use `org-babel-R-graphical-output-file' to
12955         determine whether R is taking responsibility for writing output to
12956         file; if so, this is signaled to ob.el by returning a nil result.
12958 2011-07-28  Dan Davison  <dandavison7@gmail.com>
12960         * ob.el (org-babel-format-result): New function to format results
12961         of src block execution.
12962         (org-babel-execute-src-block): Use `org-babel-format-result' when
12963         writing to file.
12964         (org-babel-open-src-block-result): Use `org-babel-format-result'
12965         when displaying results in a buffer.  Name results buffer
12966         differently.
12968 2011-07-28  Dan Davison  <dandavison7@gmail.com>
12970         * ob.el (org-babel-execute-src-block): Avoid calling
12971         `orgtbl-to-generic' on number results.
12973 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
12975         * ob.el (org-babel-execute-src-block): Allow specification of
12976         table separator with :sep header argument.
12977         (org-babel-open-src-block-result): Allow specification of table
12978         separator with :sep header argument.
12980 2011-07-28  Dan Davison  <dandavison7@gmail.com>
12982         * ob.el (org-babel-execute-buffer): Wipe error buffer at outset of
12983         executing buffer (note that this handles execute subtree also).
12985 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
12987         * org-inlinetask.el (org-inlinetask-in-task-p): Small refactoring,
12988         do not modify match data either.
12989         (org-inlinetask-goto-end): Small refactoring, remove
12990         case-sensitivity.
12991         (org-inlinetask-goto-beginning): Small refactoring, remove
12992         case-sensitivity.
12994 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
12996         * org-capture.el (org-capture-set-target-location): Use
12997         `current-time'.
12999 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
13001         * org-capture.el (org-capture-set-target-location): Use
13002         `current-time'.
13004 2011-07-28  Bernt Hansen  <bernt@norang.ca>
13006         * org.el (org-before-first-heading-p): If point is on an org-mode
13007         heading line then we are not before the first heading.
13009 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>  (tiny change)
13011         * org-timer.el (org-timer-continue-hook): Define the variable
13012         (org-timer-pause-or-continue): Run hook after relative timer is
13013         continued.
13015 2011-07-28  Julien Danjou  <julien@danjou.info>
13017         * org-agenda.el (org-compile-prefix-format): Allow %() expression.
13019 2011-07-28  Julien Danjou  <julien@danjou.info>
13021         * org-capture.el (org-capture-fill-template): Use org-eval.
13023 2011-07-28  Julien Danjou  <julien@danjou.info>
13025         * org-agenda.el (org-eval): New function.
13027 2011-07-28  Dan Davison  <dandavison7@gmail.com>
13029         * ob.el (org-babel-execute-src-block): With :results file, when
13030         :file is not supplied, interpret result as a file link as long as
13031         it is a string.
13033 2011-07-28  David Maus  <dmaus@ictsoc.de>
13035         * org-latex.el (org-export-latex-preprocess): Don't convert link
13036         description parts that look like numeric footnote.
13038 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
13040         * org-latex.el (org-export-latex-tables): Allowing specification
13041         of tabular[xy] inner environments through the ATTR_LaTeX line.
13043 2011-07-28  Julien Danjou  <julien@danjou.info>
13045         * org-capture.el (org-capture-fill-template): Use
13046         `org-set-property' directly.
13048 2011-07-28  Julien Danjou  <julien@danjou.info>
13050         * org-agenda.el (org-agenda-prefix-format): Add missing `search'
13051         item in docstring.
13053 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
13055         * org-exp.el (org-export-string): Use `format' to construct
13056         function call to allow symbolic or string arguments.
13058 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
13060         * org-capture.el (org-capture-place-entry):
13061         (org-capture-insert-template-here): Check tree for validity before
13062         pasting it.
13064 2011-07-28  Julien Danjou  <julien@danjou.info>
13066         * org-gnus.el (org-gnus-store-link): Trim date.
13068 2011-07-28  Julien Danjou  <julien@danjou.info>
13070         * org.el (org-email-link-description): Allow to retrieve email
13071         link date.
13073 2011-07-28  Lawrence Mitchell  <wence@gmx.li>
13075         * org.el (org-make-target-link-regexp): `regexp-quote' target
13076         before replacing whitespace.
13078 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
13080         * ob.el (org-babel-expand-noweb-references): Noweb references can
13081         now be resolved from the library of babel.
13083 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
13085         * ob.el (org-babel-result-end): No longer leaving trailing new
13086         line after block removal.
13088 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
13090         * org-latex.el (org-export-latex-first-lines): Anchor outline
13091         regexp during LaTeX tree export.
13093 2011-07-28  Konrad Hinsen  <konrad.hinsen@fastmail.net>
13095         * ob-python.el (org-babel-python-initiate-session-by-key): Make
13096         sure that py-which-bufname is initialized, as otherwise it will be
13097         overwritten the first time a Python buffer is created.
13099 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
13101         * ob-sh.el (org-babel-sh-var-to-sh): Better escaping of variables
13102         with spaces.
13104 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
13106         * ob-org.el (org-babel-execute:org): Padding code block with an
13107         empty title on LaTeX export.
13109 2011-07-28  Matt Lundin  <mdl@imapmail.org>
13111         * org.el (org-entry-properties): Stop scanning for timestamps if a
13112         specific timestamp property (e.g., DEADLINE, SCHEDULED, etc.) is
13113         requested and a match is found.  Also, if a specific timestamp
13114         property is requested, do not push non-relevant timestamps onto
13115         property list.
13117 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
13119         * org-agenda.el (org-agenda-add-time-grid-maybe): Show time only
13120         when grid is being made for today.
13122 2011-07-28  Matt Lundin  <mdl@imapmail.org>
13124         * org-agenda.el (org-agenda-get-scheduled): Don't call
13125         `org-is-habit-p' until after checking for
13126         `org-agenda-skip-scheduled-if-done'.
13128 2011-07-28  Achim Gratz  <Stromeko@nexgo.de>
13130         * org.el: Remove spurious linebreak introduced by earlier patch.
13132         * ob.el, ob-ref.el: Remove double fix of the same problem.
13134 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
13136         * org-table.el (orgtbl-ctrl-c-ctrl-c): Parse buffer for constants.
13138 2011-07-28  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>
13140         * org-html.el (org-export-html-mathjax-template): Displaymath
13141         environment and MathJax.
13143 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
13145         * org-faces.el (org-agenda-current-time): New face.
13147         * org-agenda.el (org-agenda-show-current-time-in-grid):
13148         (org-agenda-current-time-string): New options.
13149         (org-agenda-add-time-grid-maybe): Add current time to time grid.
13151 2011-05-10  Jim Meyering  <meyering@redhat.com>
13153         Fix doubled-word typos.
13154         * org-agenda.el (org-agenda-entry-types): the the -> the
13155         * org-table.el (org-table-get-remote-range): or or -> or
13156         * org-wl.el (org-wl-folder-type): the the -> the
13157         * org.el (org-goto, org-inside-LaTeX-fragment-p): Likewise.
13159 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
13161         * org-src.el (org-src-switch-to-buffer):
13162         * org-plot.el (org-plot/gnuplot-script, org-plot/gnuplot):
13163         * org-mouse.el (org-mouse-agenda-type):
13164         * org-freemind.el (org-freemind-node-to-org):
13165         * ob-sql.el (org-babel-execute:sql):
13166         * ob-exp.el (org-babel-exp-do-export, org-babel-exp-code):
13167         * ob-ref.el (org-babel-ref-resolve): Fix use of case.
13169 2011-03-07  Chong Yidong  <cyd@stupidchicken.com>
13171         * Version 23.3 released.
13173 2011-03-06  Juanma Barranquero  <lekktu@gmail.com>
13175         * org.el (org-blank-before-new-entry, org-context-in-file-links)
13176         (org-refile-targets, org-log-repeat, org-insert-link)
13177         (org-speed-command-default-hook, org-speed-command-hook)
13178         (org-in-regexps-block-p, org-yank-generic, org-goto-first-child):
13179         Fix typos in docstrings.
13180         (org-toggle-pretty-entities): Fix typo in message.
13182 2011-03-06  Juanma Barranquero  <lekktu@gmail.com>
13184         * org-id.el: Don't set `kill-emacs-hook' on noninteractive sessions.
13186 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13188         * org-remember.el (org-remember-mode-map):
13189         * org-src.el (org-src-mode-map): Move initialization into declaration.
13191 2011-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
13193         * org-remember.el (org-remember-mode):
13194         * org-capture.el (org-capture-mode): Don't run hook redundantly.
13196 2011-01-09  Chong Yidong  <cyd@stupidchicken.com>
13198         * org-faces.el (org-link): Inherit from link face.
13199         Suggested by Joakim Verona.
13201 2010-12-11  Tassilo Horn  <tassilo@member.fsf.org>
13203         * org-footnote.el (org-footnote-create-definition): Place
13204         Footnotes section before message-signature-separator also in modes
13205         derived from message-mode.
13207 2010-12-11  Julien Danjou  <julien@danjou.info>
13209         * org.el (org-make-tags-matcher): Remove useless cat-p value.
13211 2010-12-11  Julien Danjou  <julien@danjou.info>
13213         * org.el (org-entry-properties): Enhance docstring.
13215 2010-12-11  Nicolas Goaziou  <n.goaziou@gmail.com>
13217         * org-list.el (org-list-top-point-with-indent)
13218         (org-list-bottom-point-with-indent): Pay also attention to
13219         'original-indentation property of text, as blocks are put to
13220         column 0 upon exporting.
13222 2010-12-11  Dan Davison  <dandavison7@gmail.com>
13224         * ob.el (org-babel-remove-temporary-directory): Handle exception
13225         with message informing of failure to remove directory.
13227 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
13229         * ob-clojure.el (org-babel-header-arg-names:clojure): Add
13230         `package' to the list of Clojure header arguments which will be read
13231         from heading properties.
13233 2010-12-11  Nicolas Goaziou  <n.goaziou@gmail.com>
13235         * org-inlinetask.el (org-inlinetask-export-templates): Add
13236         Sébastien Vauban's suggestion for LaTeX export in docstring.  This is
13237         not default as it requires an additional LaTeX package: "todonotes".
13239 2010-12-11  Nicolas Goaziou  <n.goaziou@gmail.com>
13241         * org-inlinetask.el (org-inlinetask-export-templates): New variable.
13243         * org-inlinetask.el (org-inlinetask-export-handler): Make use of
13244         templates to export inline tasks.
13246 2010-12-11  Nicolas Goaziou  <n.goaziou@gmail.com>
13248         * org.el (org-current-level): Ignore inline tasks when getting current
13249         level of entry.
13251 2010-12-11  Nicolas Goaziou  <n.goaziou@gmail.com>
13253         * org.el (org-indent-line-function): Ignore drawers inside inline
13254         tasks  if the line to indent isn't inside an inline task itself.
13256 2010-12-11  Nicolas Goaziou  <n.goaziou@gmail.com>
13258         * org-inlinetask.el (org-inlinetask-get-task-level): New function.
13260         * org-indent.el (org-indent-add-properties): Find true level of
13261         indentation wrt inline tasks.
13263 2010-12-11  Nicolas Goaziou  <n.goaziou@gmail.com>
13265         * org-inlinetask.el (org-inlinetask-outline-regexp): New function.
13267         * org-inlinetask.el (org-inlinetask-goto-beginning): New function.
13269         * org-inlinetask.el (org-inlinetask-goto-end): New function.
13271         * org.el (org-mark-subtree): New command.
13273         * org.el (org-speed-commands-default, org-mode-map): Make use of
13274         new command.
13276 2010-12-11  Nicolas Goaziou  <n.goaziou@gmail.com>
13278         * org-inlinetask.el (org-inlinetask-export-handler): Remove protection
13279         from @<span class...> so it can be removed during LaTeX export.
13281 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
13283         * ob.el (org-babel-insert-result): More informative code block
13284         evaluation messages.
13286 2010-12-11  Matt Lundin  <mdl@imapmail.org>
13288         * org.el (org-make-heading-search-string): Optionally limit number
13289         of lines stored in file link search strings.
13290         (org-context-in-file-links): Add option to set to integer specifying
13291         number of lines.
13293 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
13295         * org-capture.el (org-capture-finalize): New prefix argument
13296         STAY-WITH-CAPTURE.
13297         (org-capture-refile): Improve docstring.
13299 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
13301         * ob-sql.el (org-babel-execute:sql): Add msosql as optional sql
13302         interaction engine.
13304 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
13306         * org-agenda.el (org-agenda-list):
13307         (org-agenda-goto-today): Use `org-today'.
13309 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
13311         * org-latex.el (org-export-latex-make-header): Swap \begin{document}
13312         and the title/author definitions.
13314 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
13316         * org-macs.el: Better backup definition for
13317         `with-silent-modifications'.
13319 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
13321         * ob-python.el (org-babel-execute:python): Rename "prefix" to
13322         "preamble".
13323         (org-babel-python-evaluate): Rename "prefix" to "preamble".
13324         (org-babel-python-evaluate-external-process): Rename "prefix" to
13325         "preamble".
13327 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
13329         * ob.el (org-babel-examplize-region): Check if `end' is a marker
13330         or a point and handle appropriately.
13332 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
13334         * ob-sql.el (org-babel-execute:sql): Explicitly set field
13335         separator to \t when importing tabular data.
13337 2010-12-11  Julien Danjou  <julien@danjou.info>
13339         * org-agenda.el (org-agenda-custom-commands-local-options):
13340         Allow org-agenda-span to be a symbol.
13341         (org-agenda-ndays): Make obsolete.
13342         (org-agenda-span): New variable superseding org-agenda-ndays.
13343         (org-agenda-menu): Use org-agenda-current-span.
13344         (org-agenda-current-span): New local variable storing current
13345         span.
13346         (org-agenda-list): Take a span instead of ndays as argument.
13347         This function is now responsible for computing the ndays based
13348         on span.
13349         (org-agenda-ndays-to-span): Return span only if number of days
13350         really matches.
13351         (org-agenda-span-to-ndays): New function.
13352         (org-agenda-manipulate-query): Use org-agenda-compute-starting-span.
13353         (org-agenda-goto-today): Use org-agenda-compute-starting-span.
13354         (org-agenda-later): Do not give compute a new span, use the
13355         current one.
13356         (org-agenda-day-view, org-agenda-week-view)
13357         (org-agenda-month-view, org-agenda-year-view): Stop touching
13358         org-agenda-ndays.
13359         (org-agenda-change-time-span): Only compute starting-span.
13360         (org-agenda-compute-starting-span): New function derived from
13361         the old org-agenda-compute-time-span.
13362         (org-agenda-set-mode-name): Compute mode based on
13363         org-agenda-current-span.
13364         (org-agenda-span-name): New function.
13366 2010-12-11  Robert Pluim  <rpluim@gmail.com>  (tiny change)
13368         * org-agenda.el (org-agenda-toggle-deadlines): Fix docstring.
13370 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
13372         * org-clock.el (org-quarter-to-date): Define variables.
13373         (org-clock-special-range): Defin variables.  Use org-floor*.
13374         (org-clocktable-write-default): Define tcol.
13376         * org-compat.el (org-floor*): New function.
13378 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
13379             John Wiegley  <jwiegley@gmail.com>
13381         * org-complete.el: New file.
13383 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
13385         * org-clock.el (org-clocktable-write-default): Fix the % formula.
13387 2010-12-11  Matt Lundin  <mdl@imapmail.org>
13389         * org-agenda.el (org-format-agenda-item): The value of
13390         org-category is not converted to a string unless it is defined.
13392 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
13394         * ob-python.el (org-babel-execute:python): Pass the new "prefix"
13395         header argument through to external evaluation.
13396         (org-babel-python-evaluate): Pass the new "prefix" header argument
13397         through to external evaluation.
13398         (org-babel-python-evaluate-external-process): When specified prepend
13399         "prefix" to the file used in external evaluation.
13401 2010-12-11  Dan Davison  <dandavison7@gmail.com>
13403         * ob-python.el (org-babel-python-evaluate-session): Change python
13404         module name from 'pp' to 'pprint'.
13406 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
13408         * ob-R.el (org-babel-R-evaluate-session): Removing empty lines
13409         from R session output, these are often the result of variable
13410         assignments.
13412 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
13414         * ob-sql.el (orgtbl-to-csv): Declaring an external function to
13415         fix a compiler warning.
13417 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
13419         * ob-eval.el (require): No longer require ob.el to allow
13420         requiring by ob.el.
13422         * ob.el (ob-eval): Require ob-eval.
13424 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
13426         * ob.el (org-babel-confirm-evaluate): Show code block's name when
13427         it is available during evaluation query.
13429 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
13431         * ob-sql.el (org-babel-expand-body:sql): Expand the body of a sql
13432         code block.
13433         (org-babel-execute:sql): Use sql specific body expansion function.
13434         (org-babel-sql-expand-vars): Insert variables into a sql code block.
13436 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
13438         * ob.el (org-babel-insert-result): Using markers instead of
13439         points for more robust buffer anchors.
13441 2010-12-11  Julien Danjou  <julien@danjou.info>
13443         * org-capture.el: Use org-today.
13445 2010-12-11  Julien Danjou  <julien@danjou.info>
13447         * org-habit.el: Use org-today.
13449 2010-12-11  Julien Danjou  <julien@danjou.info>
13451         * org.el (org-auto-repeat-maybe): Use org-today.
13453 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
13455         * org-clock.el (org-day-of-week): New function.
13456         (org-quarter-to-date): New function.
13457         (org-clock-special-range): Implement quarters.
13459 2010-12-11  Sébastien Vauban  <wxhgmqzgwmuf@spammotel.com>
13461         * org.el (org-complete-tags-always-offer-all-agenda-tags):
13462         Fix docstring.
13464 2010-12-11  Julien Danjou  <julien@danjou.info>
13466         * org-agenda.el (org-format-agenda-item): Convert category to a string
13467         if it is a symbol.  This fixes the following call to
13468         org-agenda-get-category-icon which fails if category is not a string.
13470 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
13472         * ob-clojure.el: Updated requirements documentation to mention
13473         the minimum version of Clojure.
13474         (org-babel-expand-body:clojure): Fully qualified function name.
13476 2010-12-11  Nicolas Goaziou  <n.goaziou@gmail.com>
13478         * org-latex.el (org-export-latex-lists): Do not add an
13479         unnecessary newline character after a list.
13481         * org-list.el (org-list-bottom-point-with-indent): Ensure bottom
13482         point is just after a non blank line.
13484 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
13486         * ob.el (org-babel-examplize-region): Remove old assertion which
13487         no longer applies to the result insertion code.
13489 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
13491         * ob-python.el (org-babel-execute:python): Use a :return header
13492         argument for external evaluation in which the code block body need
13493         to be wrapped in a function.
13495 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
13497         * ob-clojure.el (org-babel-expand-body:clojure): Trapped free
13498         variable.
13500 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
13502         * org.el (org-edit-special): Edit formulas when in TBLMF line.
13504 2010-12-11  Allen S. Rout  <asr@ufl.edu>  (tiny change)
13506         * org-capture.el (org-capture-after-finalize-hook): New hook.
13507         (org-capture-finalize): Run the new hook.
13509 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
13511         * ob-clojure.el (org-babel-expand-body:clojure): Support for
13512         pretty printing of Clojure code and data.
13514 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
13516         * ob.el (org-babel-insert-result): No longer escape results which
13517         will be wrapped in a block.
13519 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
13521         * ob-eval.el (org-babel-eval-wipe-error-buffer): Fix compiler
13522         warning and added documentation string.
13524 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
13526         * ob-clojure.el (org-babel-execute:clojure): Remade using slime
13527         for all code evaluation.
13529 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
13531         * org-beamer.el (org-beamer-sectioning): Allow overlay arguments for
13532         the column as well.
13534 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
13536         * ob.el (org-babel-confirm-evaluate): More descriptive message
13537         when evaluation is aborted or disabled.
13539 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
13541         * ob.el (org-babel-insert-result): Responds to new "wrap" header
13542         argument.
13543         (org-babel-merge-params): Includes new "wrap" header argument in
13544         one of the results header argument exclusive groups.
13546 2010-12-11  David Maus  <dmaus@ictsoc.de>
13548         * org-macs.el (with-silent-modifications): Fix condition for
13549         with-silent-modification.
13551 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
13553         * ob.el (org-babel-parse-header-arguments): Stripping trailing
13554         spaces off of header arguments (even the first one).
13556 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
13558         * ob-sh.el (org-babel-sh-var-to-sh): Wrap end token of heredoc in
13559         single quotes which is the best practice.
13560         (org-babel-sh-table-or-results): Use `org-babel-script-escape' for
13561         more robust parsing of shell output.
13563 2010-12-11  Dan Davison  <dandavison7@gmail.com>
13565         * org.el (org-additional-option-like-keywords): Add more keywords,
13566         and colons to some old ones.
13568 2010-12-11  Dan Davison  <dandavison7@gmail.com>
13570         * ob-eval.el (org-babel-error-buffer-name): Define new variable.
13572 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
13574         * ob-python.el (org-babel-python-table-or-string):
13575         Using `org-babel-script-escape' for reading string input from scripting
13576         languages.
13578 2010-12-11  Achim Gratz  <Stromeko@nexgo.de>  (tiny change)
13580         * org-macs.el (org-called-interactively-p): Wrap function call in
13581         with-no-warnings.
13582         (with-silent-modifications): Declare macro for Emacs < 23.2.
13584 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
13586         * ob.el (org-babel-parse-header-arguments): Remove addition of
13587         ":" to singleton first header arguments as it was leading to errors.
13589 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
13591         * org-latex.el (org-export-latex-make-header): Run the title through
13592         `org-export-latex-fontify-headline'.
13593         (org-export-latex-fontify-headline): Do the protection of math
13594         snippets also here.
13596 2010-12-11  Richard Lawrence  <richard.lawrence@berkeley.edu>
13598         * org-latex.el (org-export-as-latex): Sent the section title
13599         through the preprocessor.
13601 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
13603         * org-html.el (org-html-level-start): Mark listified headings
13604         with a custom id.
13606 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
13608         * org.el (org-open-at-point): Don't do footnote action if cursor is
13609         on a bracket link.
13611 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
13613         * org.el (org-edit-special): Check also for TBLFM line.
13615 2010-12-11  Achim Gratz  <Stromeko@Stromeko.DE>  (tiny change)
13617         * org-clock.el (org-get-clocktable): Previous patch incorrectly
13618         required whitespace in front of #+BEGIN: and #+END:.
13620 2010-12-11  Dan Davison  <dandavison7@gmail.com>
13622         * org-src.el (org-edit-src-code): Allow region to be inherited by
13623         edit buffer when mark is one character beyond end of src block.
13625 2010-12-11  Nicolas Goaziou  <n.goaziou@gmail.com>
13627         * org-list.el (org-cycle-list-bullet): Ensure point is at bol before
13628         checking item indentation.
13630 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
13632         * ob.el (org-babel-map-src-blocks): Move to earlier in the file
13633         and now autoloading.
13635 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
13637         * ob-ref.el (org-babel-ref-at-ref-p): Use higher level function
13638         for testing list membership.
13640         * ob.el (org-babel-read-result): Use higher level function for
13641         testing list membership.
13642         (org-babel-result-end): Use higher level function for testing list
13643         membership.
13645 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
13647         * ob-sqlite.el (ob-eval): Require ob-eval for external command
13648         execution.
13649         (org-babel-execute:sqlite): No longer uses the init option for
13650         passing commands to sqlite.
13652 2010-12-11  Nicolas Goaziou  <n.goaziou@gmail.com>
13654         * org.el (org-indent-line-function): Drawers and blocks have no
13655         influence on indentation of text below.  Also fix indentation
13656         problem with a block at column 0 and add a special case for
13657         literal examples.
13659 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
13661         * ob.el (org-babel-map-src-blocks): Ensure that the file argument
13662         is only evaluated once.
13664 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
13666         * ob-ref.el (org-babel-ref-resolve): Recognize `list' as a unique
13667         type of data
13668         (org-babel-ref-at-ref-p): Recognize `list' as a unique type of data.
13670 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
13672         * ob-tangle.el (org-babel-load-file): Can be called interactively.
13674 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>  (tiny change)
13676         * org-table.el (orgtbl-after-send-table-hook): New hook.
13677         (orgtbl-ctrl-c-ctrl-c): Run `orgtbl-after-send-table-hook' when a
13678         table was sent.
13679         (orgtbl-send-table): Return the number of sent tables, or nil if no
13680         sending has happened.
13682 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
13684         * org.el (org-get-priority-function): New option.
13685         (org-get-priority): Call `org-get-priority-function' if that
13686         has been set.
13688 2010-12-11  Dan Davison  <dandavison7@gmail.com>
13690         * ob-table.el (org-babel-table-truncate-at-newline): Only add
13691         "..." if there is something after the newline.
13693 2010-12-11  Achim Gratz  <Stromeko@nexgo.de>  (tiny change)
13695         * org-clock.el (org-get-clocktable):
13696         (org-in-clocktable-p):
13697         (org-clocktable-shift):
13698         (org-clocktable-steps): Fix regexp to allow for indented clock tables.
13700 2010-12-11  Puneeth Chaganti  <punchagan@gmail.com>
13702         * org-exp.el (org-export-handle-include-files): Support :minlevel
13703         property.
13704         (org-get-file-contents): New argument minlevel to demote included
13705         content.
13707 2010-12-11  Noorul Islam  <noorul@noorul.com>
13709         * org-latex.el (org-export-latex-hyperref-format): New option.
13710         (org-export-latex-href-format): Rename the existing variable
13711         `org-export-latex-hyperref-format' as `org-export-latex-href-format'
13712         (org-export-latex-links): Use `org-export-latex-hyperref-format' and
13713         `org-export-latex-href-format'.
13715 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
13717         * ob-calc.el (org-babel-execute:calc): Ensure the *Calculator*
13718         buffer exists before it is used.
13720 2010-12-11  Nicolas Goaziou  <n.goaziou@gmail.com>
13722         * org-exp.el (org-export-preprocess-string): Delay code block
13723         processing a bit to allow correct list parsing in the export string.
13725 2010-12-11  Christopher Allan Webber  <cwebber@dustycloud.org>
13727         * org-agenda.el (org-agenda-timegrid-use-ampm): New option.
13728         (org-agenda-time-of-day-to-ampm): New function.
13729         (org-agenda-time-of-day-to-ampm-maybe): New function.
13730         (org-format-agenda-item): Call org-agenda-time-of-day-to-ampm-maybe.
13732 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
13734         * org-faces.el (org-cycle-level-faces): New option.
13736         * org.el (org-get-level-face): Honor org-cycle-level-faces.
13738 2010-12-11  Julien Danjou  <julien@danjou.info>
13740         * org-agenda.el (org-agenda-today): New function.
13741         (org-agenda-get-day-face): New function.
13742         (org-timeline): Use org-agenda-today and org-agenda-get-day-face.
13743         (org-agenda-list): Use org-agenda-today and org-agenda-get-day-face.
13744         (org-todo-list): Use org-agenda-today.
13745         (org-get-all-dates): Use org-agenda-today.
13746         (org-agenda-day-face-function): New variable.
13747         (org-agenda-get-day-face): Use org-agenda-day-face-function.
13749 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
13751         * org.el (org-ctrl-c-ctrl-c): Consider sending a radio table also
13752         in Org.
13754 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
13756         * org-html.el (org-export-as-html): Do not treat partially
13757         protected lines as if they were fully protected.
13759 2010-12-11  Dan Davison  <dandavison7@gmail.com>
13761         * org-exp.el (org-export-format-source-code-or-example):
13762         Remove hard-wired configuration of minted export
13763         (org-export-latex-minted-with-line-numbers): Remove variable.
13765 2010-12-11  Bastien Guerry  <bzg@gnu.org>
13767         * org-clock.el (org-dblock-write:clocktable): Fix double
13768         reference to `link' in let construct.
13769         (org-clock-clocktable-formatter): Fix typo in docstring.
13770         (org-clocktable-write-default): Fix typo in docstring.
13772 2010-12-11  David Maus  <dmaus@ictsoc.de>
13774         * org-protocol.el (org-protocol-unhex-string): Normalize percent
13775         escape sequence to upper case letters.
13777 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
13779         * ob-lob.el (org-babel-lob-get-info): Include pass-through
13780         header arguments in results variable header argument string.
13782 2010-12-11  David Maus  <dmaus@ictsoc.de>
13784         * org-exp.el (org-export-visible): Limit search for in-buffer options
13785         beginning of first headline.
13787 2010-12-11  David Maus  <dmaus@ictsoc.de>
13789         * org.el (org-open-at-point): Remove stale link handler for news:
13790         links.
13792 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
13794         * org-clock.el (org-clocktable-write-default): Better handling of
13795         narrowing.
13797 2010-12-11  Julien Danjou  <julien@danjou.info>
13799         * org-agenda.el (org-agenda-category-icon-alist): Fix defcustom type.
13801 2010-12-11  Nicolas Goaziou  <n.goaziou@gmail.com>
13803         * org.el (org-indent-line-function): Simplify code and remove bug that
13804         would insert a tab at the beginning of the line when trying to
13805         indent the item.
13807 2010-12-11  Julien Danjou  <julien@danjou.info>
13809         * org.el (org-diary-sexp-entry): Split sexp result strings at semicolon.
13811 2010-12-11  Julien Danjou  <julien@danjou.info>
13813         * org-agenda.el (org-agenda-prefix-format): Insert place holder
13814         for icon.
13815         (org-agenda-category-icon-alist): New option.
13816         (org-agenda-get-category-icon): New function.
13817         (org-format-agenda-item): Support for icons.
13818         (org-compile-prefix-format): Support for icons.
13820 2010-12-11  Julien Danjou  <julien@danjou.info>
13822         * org-compat.el: Create defalias for `string-match-p' and
13823         looking-at-p.
13825 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
13827         * ob-calc.el (org-babel-execute:calc): Support for variables --
13828         converts :var variables in calc variables.
13830 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
13832         * org.el (org-sparse-tree): Mention [r] in dispatch menu.
13834 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
13836         * org-list.el (org-list-parse-list): Use `org-looking-at-p'.
13838 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
13840         * org-id.el (org-id-store-link): Test for org-mode before checking
13841         for IDs.
13843 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
13845         * org.el (org-shorten-string): New function.
13847         * org-exp.el (org-export-convert-protected-spaces): New function.
13848         (org-export-preprocess-string):
13849         Call `org-export-convert-protected-spaces' to handle new hard spaces.
13851 2010-12-11  David Maus  <dmaus@ictsoc.de>
13853         * org.el (org-narrow-to-subtree): Check for heading that ends at end
13854         of buffer.
13856 2010-11-12  Carsten Dominik  <carsten.dominik@gmail.com>
13858         * org-capture.el (org-capture-templates): Remove autoload from
13859         defcustom.
13861         * ob-lisp.el (slime): Don't expect slime to be present.
13863 2010-11-11  Dan Davison  <dandavison7@gmail.com>
13865         * ob.el: `copy-sequence' suffices to copy alist; no need for
13866         `copy-tree'.
13868 2010-11-11  Dan Davison  <dandavison7@gmail.com>
13870         * ob.el (org-babel-execute-src-block): If ":results file" is in
13871         effect, then ensure that the value of :file is returned as the
13872         result; don't rely on language files for this.
13874 2010-11-11  Dan Davison  <dandavison7@gmail.com>
13876         * ob.el (org-babel-sha1-hash): Avoid corrupting `info' data
13877         structure by side-effects of `sort'.
13879 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
13881         * org-list.el (org-list-bottom-point-with-indent): Do not check
13882         indentation of a non-empty blank line.
13884         * org-list.el (org-sort-list): Sort a list with point anywhere
13885         inside it.
13887 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
13889         * ob-calc.el (org-babel-execute:calc): Safer evaluation and
13890         hopefully better error messages.
13892 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
13894         * org.el (org-babel-load-languages): Adding calc.
13896 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
13898         * ob.el (org-babel-initiate-session): Don't resolve variable
13899         references unless prefix arg is supplied.
13901 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
13903         * ob-calc.el (org-babel-execute:calc): Ensure that calc stack
13904         refers to the correct stack.
13906 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
13908         * ob-calc.el: Adding the beginnings of support for calc code
13909         blocks.
13911 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
13913         * ob-tangle.el (org-babel-update-block-body): Declaring function
13914         for updating code block bodies.
13915         (org-babel-spec-to-string):
13916         (org-babel-detangle): Detangle all tangled and commented code
13917         blocks in the current file back to org.
13918         (org-babel-tangle-jump-to-org): Jump from a tangled and commented
13919         file back to the originating org-mode code block ob-tangle:
13920         detangle changes in code files back to the original org files.
13922 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
13924         * ob-tangle.el (org-babel-tangle-comment-format-beg): Fix typo.
13925         (org-babel-tangle-comment-format-end): Fix typo.
13927 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
13929         * org-exp.el (org-export-format-source-code-or-example):
13930         Use minted for latex source code export if `org-export-latex-listings'
13931         has the value 'minted.
13933         * org-latex.el (org-export-latex-listings): Document special value
13934         'minted.
13936         * org-latex.el (org-export-latex-minted): Delete variable.
13938 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
13940         * ob.el (org-babel-get-src-block-info): Retrieve contents of
13941         parentheses, excluding parentheses themselves.
13943 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
13945         * ob-gnuplot.el (org-babel-variable-assignments:gnuplot):
13946         Fix bug in gnuplot data file assignment using user variables.
13948 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
13950         * ob-latex.el (org-babel-execute:latex): Adding new :headers
13951         header argument for latex code blocks.
13953 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
13955         * org-capture.el (org-capture-templates): New capture property
13956         `:kill-buffer'.
13957         (org-capture-finalize): Kill target buffer if that is desired.
13958         (org-capture-target-buffer): Remember if we have to make the buffer.
13960 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
13962         * org-clock.el (org-dblock-write:clocktable): Fix bug when
13963         computing clock tables.
13965 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
13967         * org-clock.el (org-dblock-write:clocktable): Pass file minutes up
13968         to caller even if no table is generated.
13970 2010-11-11  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>
13972         * org-agenda.el (org-agenda-get-sexps): Handle lists as return
13973         values from diary entries.
13975         * org-bbdb.el (org-bbdb-anniversaries): Handle lists of
13976         anniversaries.
13978         * org.el (org-diary-sexp-entry): Handle lists as return values
13979         from diary entries.
13981 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
13983         * org-capture.el (org-capture-empty-lines-before):
13984         (org-capture-empty-lines-after): Make sure the n=0 does not insert
13985         any newlines.
13987 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
13989         * ob-clojure.el (org-babel-clojure-babel-clojure-cmd): Fix error
13990         message when clojure binary is not found.
13992 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
13994         * org-html.el (org-format-table-html): New argument DOCBOOK.
13995         (org-format-org-table-html): New argument DOCBOOK.  When set, use
13996         align instead of class to align table fields.
13998         * org-docbook.el (org-export-as-docbook): Specify the docbook
13999         argument for the table converter.
14001 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
14003         * org-macs.el (org-called-interactively-p): New macro.
14005         * org-freemind.el: No longer require 'rx.
14006         (org-freemind): New customization group, use it for all the
14007         variables.
14008         (org-export-as-freemind): Add docstring.
14009         (org-freemind-show): Improve filen naming.
14010         (org-freemind-convert-links-helper): New function.
14011         (org-freemind-bol-helper-base-indent): New variable.
14012         (org-freemind-bol-helper): New function.
14013         (org-freemind-node-css-style): New option.
14014         (org-freemind-node-pattern): New variable.
14015         (org-freemind-from-org-mode): Better docstring.
14017 2010-11-11  David Maus  <dmaus@ictsoc.de>
14019         * ob-haskell.el (org-babel-variable-assignments:haskell):
14020         Don't pass more than two arguments to mapc.
14022 2010-11-11  David Maus  <dmaus@ictsoc.de>
14024         * ob.el (org-babel-ref-resolve): Declare to silence byte compiler.
14026 2010-11-11  David Maus  <dmaus@ictsoc.de>
14028         * org-footnote.el (message-signature-separator): Defvar to silence
14029         byte compiler.
14031 2010-11-11  David Maus  <dmaus@ictsoc.de>
14033         * org-exp.el (org-export-string): Fix reference to wrong symbol.
14035 2010-11-11  Jambunathan K  <kjambunathan@gmail.com>
14037         * org.el (org-link-search): Return 'dedicated on successful match
14038         when org-link-search-must-match-exact-headline is set to t.
14040 2010-11-11  Daniel Clemente  <n142857@gmail.com>
14042         * org-html.el (org-html-make-link): Append fragment to file: links
14043         if present.
14045 2010-11-11  Tassilo Horn  <tassilo@member.fsf.org>
14047         * org-footnote.el (org-footnote-create-definition)
14048         (org-footnote-goto-local-insertion-point): Add footnotes before
14049         signature when in message-mode.
14051 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
14053         * org.el (org-display-inline-images): Improve regexp.
14055 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
14057         * org.el (org-cycle): Make sure resetting to startup visibility
14058         works after another cycle command.
14060 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
14062         * org-exp.el (org-export-string): New function org-export-string
14063         can be used to convert a string of test in org-mode markup to a
14064         specified format.
14066 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
14068         * org.el (org-display-inline-images): Allow non-ASCII characters
14069         in image file names.  Save match data.
14071 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
14073         * org.el (org-auto-repeat-maybe): Fix shifting multiple time
14074         stamps.
14076 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
14078         * org-exp.el (org-store-forced-table-alignment):
14079         (org-export-remove-special-table-lines): Allow the "c" cookie for
14080         table alignment.
14082         * org-html.el (org-export-table-header-tags):
14083         (org-export-table-data-tags): Add another %s format for the
14084         alignment.
14085         (org-export-html-table-align-individual-fields): New option.
14086         (org-format-org-table-html): Implement field-by-field alignment
14087         and support centering.
14088         (org-format-table-table-html): Make sure the new table tag formats
14089         don't break this function.
14091         * org-table.el (org-table-cookie-line-p):
14092         (org-table-align): Allow for the <c> cookie.
14094         * org.el (org-set-font-lock-defaults): Allow for the <c> cookie.
14096 2010-11-11  David Maus  <dmaus@ictsoc.de>
14098         * org-exp.el (org-export-normalize-links): Skip normalization of
14099         plain links that are part of another link.
14101 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14103         * ob-R.el (org-babel-expand-body:R): Fix bug in let binding.
14105 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
14107         * org-indent.el (org-indent-add-properties):
14108         Use `with-silent-modifications'.
14109         (org-indent-remove-properties): Use `with-silent-modifications'.
14111 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
14113         * org-table.el (org-table-cookie-line-p): Fix indentation.
14115         * org-exp.el (org-store-forced-table-alignment): New function.
14116         (org-export-preprocess-string):
14117         Call `org-store-forced-table-alignment'.
14119         * org-html.el (org-format-org-table-html): Use stored alignment
14120         information.
14122 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
14124         * ob.el (org-babel-execute-src-block): Respects prefix argument
14125         (which forces re-calculation).
14127 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
14129         * ob.el (org-babel-execute-src-block): Remove needless param
14130         sorting from ob-execute-src-block, the params are sorted already
14131         by ob-sha1-hash.
14133 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
14135         * ob.el (org-babel-sha1-hash): Ensure that info is sorted at the
14136         header argument level.
14138 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14140         * ob.el (org-babel-sha1-hash): Consider words in different order
14141         as different input.
14143 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14145         * ob.el (org-babel-sha1-hash): Fix check for zero length sequences.
14147 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14149         * ob-sh.el (org-babel-sh-var-to-sh): Ensure value has the
14150         structure of an Org-mode table (list of lists).
14152 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14154         * ob-tangle.el (org-babel-tangle-collect-blocks): Fix bug
14155         (reference to unassigned variable `src-lang' and avoid calling
14156         org-babel-get-src-block-info twice.
14158 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
14160         * ob.el (org-babel-demarcate-block): Updated to reflect the new
14161         info list contents.
14163 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14165         * org-src.el (org-edit-src-code): Supply non-nil argument to
14166         `org-babel-get-src-block-info' to avoid resolving variable
14167         references.
14169 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
14171         * ob.el (org-babel-map-src-blocks): Fix minor bug in and
14172         improved efficiency of org-babel-map-src-blocks.
14174 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
14176         * ob-tangle.el (org-babel-tangle-collect-blocks): Now explicitly
14177         checks that a code block will actually be tangled before
14178         collecting it's full information (a process which could involve
14179         the execution of other code blocks).
14181 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14183         * ob.el (org-babel-demarcate-block): Use light version of
14184         `org-babel-get-src-block-info'.
14186 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
14188         * ob.el (org-babel-sha1-hash): Now handles more complex types in
14189         params.
14191 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
14193         * ob.el (org-babel-execute-src-block): Generally using the new
14194         more informative params
14195         (org-babel-process-params): Don't forget the :var portion of
14196         variable assignments.
14198 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
14200         * ob-table.el (sbe): Simplified to reflect to var resolution.
14202 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
14204         * ob-ref.el (org-babel-ref-resolve): Bringing the referent
14205         arguments back to their params before evaluation.
14207 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
14209         * ob-ref.el (org-babel-ref-resolve): Cleanup of variable usage and
14210         indentation.
14212 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14214         * ob-table.el (sbe): Use `org-babel-process-params params' instead
14215         of `org-babel-expand-variables'.
14217 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14219         * ob-C.el (org-babel-C-execute): Remove call to
14220         org-babel-process-params which should no longer be called from
14221         within a language file.
14223         * ob-R.el (org-babel-execute:R): Remove call to
14224         org-babel-process-params which should no longer be called from
14225         within a language file
14226         (org-babel-R-variable-assignments): Remove call to
14227         org-babel-process-params which should no longer be called from
14228         within a language file.
14230         * ob-asymptote.el (org-babel-execute:asymptote): Remove call to
14231         org-babel-process-params which should no longer be called from
14232         within a language file.
14234         * ob-clojure.el (org-babel-execute:clojure): Remove call to
14235         org-babel-process-params which should no longer be called from
14236         within a language file.
14238         * ob-dot.el (org-babel-execute:dot): Remove call to
14239         org-babel-process-params which should no longer be called from
14240         within a language file.
14242         * ob-emacs-lisp.el (org-babel-expand-body:emacs-lisp): Remove
14243         call to org-babel-process-params which should no longer be called
14244         from within a language file
14245         (org-babel-execute:emacs-lisp): Remove call to
14246         org-babel-process-params which should no longer be called from
14247         within a language file.
14249         * ob-haskell.el (org-babel-execute:haskell): Remove call to
14250         org-babel-process-params which should no longer be called from
14251         within a language file.
14253         * ob-js.el (org-babel-execute:js): Remove call to
14254         org-babel-process-params which should no longer be called from
14255         within a language file.
14257         * ob-lisp.el (org-babel-execute:lisp): Remove call to
14258         org-babel-process-params which should no longer be called from
14259         within a language file.
14261         * ob-ocaml.el (org-babel-execute:ocaml): Remove call to
14262         org-babel-process-params which should no longer be called from
14263         within a language file.
14265         * ob-octave.el (org-babel-execute:octave): Remove call to
14266         org-babel-process-params which should no longer be called from
14267         within a language file.
14269         * ob-perl.el (org-babel-execute:perl): Remove call to
14270         org-babel-process-params which should no longer be called from
14271         within a language file.
14273         * ob-python.el (org-babel-execute:python): Remove call to
14274         org-babel-process-params which should no longer be called from
14275         within a language file.
14277         * ob-ruby.el (org-babel-execute:ruby): Remove call to
14278         org-babel-process-params which should no longer be called from
14279         within a language file.
14281         * ob-scheme.el (org-babel-execute:scheme): Remove call to
14282         org-babel-process-params which should no longer be called from
14283         within a language file.
14285         * ob-screen.el (org-babel-execute:screen): Remove call to
14286         org-babel-process-params which should no longer be called from
14287         within a language file
14288         (org-babel-prep-session:screen): Remove call to
14289         org-babel-process-params which should no longer be called from
14290         within a language file.
14292         * ob-sh.el (org-babel-execute:sh): Remove call to
14293         org-babel-process-params which should no longer be called from
14294         within a language file.
14296         * ob-sql.el (org-babel-execute:sql): Remove call to
14297         org-babel-process-params which should no longer be called from
14298         within a language file.
14300         * ob-haskell.el (org-babel-execute:haskell): Remove reference to
14301         processed params.
14303         * ob-clojure.el (org-babel-execute:clojure): Remove reference to
14304         processed params.
14306         * ob-R.el (org-babel-execute:R): Remove reference to processed
14307         params.
14309 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14311         * ob-sql.el (org-babel-execute:sql): Use generic expansion
14312         function
14313         (org-babel-expand-body:sql): Delete function.
14315 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14317         * ob-sh.el (org-babel-execute:sh): Use generic expansion function
14318         (org-babel-expand-body:sh): Delete function
14319         (org-babel-prep-session:sh): Change name of called function
14320         (org-babel-variable-assignments:sh): Change function name.
14322 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14324         * ob-screen.el (org-babel-execute:screen): Use generic expansion
14325         function
14326         (org-babel-expand-body:screen): Delete function
14327         (org-babel-prep-session:screen): Remove references to processed
14328         params.
14330 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14332         * ob-sass.el (org-babel-execute:sass): Use generic expansion
14333         function
14334         (org-babel-expand-body:sass): Delete function.
14336 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14338         * ob-ruby.el (org-babel-execute:ruby): Use generic expansion
14339         function
14340         (org-babel-prep-session:ruby): Use new variable assignment
14341         function
14342         (org-babel-variable-assignments:ruby): New function
14343         (org-babel-expand-body:ruby): Delete function.
14345 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14347         * ob-python.el (org-babel-execute:python): Use generic expansion
14348         function
14349         (org-babel-prep-session:python): Change name of called function
14350         (org-babel-variable-assignments:python): Change function name
14351         (org-babel-expand-body:python): Delete function.
14353 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14355         * ob-plantuml.el (org-babel-expand-body:plantuml): Delete function
14356         (automatically handled by generic version).
14358 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14360         * ob-perl.el (org-babel-execute:perl): Use generic expansion
14361         function
14362         (org-babel-expand-body:perl): Delete function
14363         (org-babel-variable-assignments:perl): New function.
14365 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14367         * ob-org.el (org-babel-expand-body:org): Delete function
14368         (automatically handled by generic version).
14370 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14372         * ob-octave.el (org-babel-execute:octave): Use generic expansion
14373         function
14374         (org-babel-variable-assignments:octave): Change name of function
14375         (org-babel-variable-assignments:matlab): New defalias
14376         (org-babel-prep-session:octave): Change name of function
14377         (org-babel-expand-body:matlab): Delete function
14378         (org-babel-expand-body:octave): Delete function.
14380 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14382         * ob-ocaml.el (org-babel-execute:ocaml): Use generic expansion
14383         function
14384         (org-babel-variable-assignments:ocaml): New function
14385         (org-babel-expand-body:ocaml): Delete function.
14387 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14389         * ob-mscgen.el (org-babel-expand-body:mscgen): Delete function
14390         (automatically handled by generic version).
14392 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14394         * ob-js.el (org-babel-execute:js): Use new variable assignment
14395         function
14396         (org-babel-expand-body:js): Delete function
14397         (org-babel-prep-session:js): Use new variable assignment function
14398         (org-babel-variable-assignments:js): New function.
14400 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14402         * ob-haskell.el (org-babel-execute:haskell): Use generic expansion
14403         function
14404         (org-babel-expand-body:haskell): Delete function
14405         (org-babel-prep-session:haskell): Use variable assignment function
14406         (org-babel-variable-assignments:haskell): New function.
14408 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14410         * ob-gnuplot.el (org-babel-expand-body:gnuplot): Use variable
14411         assignment function
14412         (org-babel-prep-session:gnuplot): Use variable assignment function
14413         (org-babel-variable-assignments:gnuplot): New function.
14415 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14417         * ob-ditaa.el (org-babel-expand-body:ditaa): Delete function
14418         (automatically handled by generic version).
14420 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14422         * ob-css.el (org-babel-expand-body:css): Delete function
14423         (automatically handled by generic version).
14425 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14427         * ob-asymptote.el (org-babel-execute:asymptote): Use generic
14428         expansion function
14429         (org-babel-expand-body:asymptote): Delete function
14430         (org-babel-variable-assignments:asymptote): New function.
14432 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14434         * ob-R.el (org-babel-expand-body:R): Use new function
14435         `org-babel-variable-assignments:R'; don't trim body.
14436         (org-babel-execute:R): Respond to changes in
14437         `org-babel-expand-body:R'
14438         (org-babel-prep-session:R): Called function is now named
14439         `org-babel-variable-assignments:R'
14440         (org-babel-variable-assignments:R): Receives processed-params as
14441         new optional argument.
14443 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14445         * ob-C.el (org-babel-C-expand): Don't trim body.
14447 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14449         * ob-scheme.el (org-babel-expand-body:scheme): Fix bug in
14450         obtaining variable references.
14452 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14454         * ob-tangle.el (org-babel-tangle-collect-blocks): Supply variable
14455         assignment lines to generic expansion command.
14457 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14459         * ob.el (org-babel-expand-src-block): Supply variable assignment
14460         lines to generic expansion function
14461         (org-babel-expand-body:generic): Prepend body with optional
14462         variable assignment lines.
14464 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
14466         * ob-exp.el (org-babel-exp-results): Replaced old function call.
14468 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
14470         * ob-lob.el (org-babel-lob-execute): Now expanding variable
14471         references before execution.
14473 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
14475         * ob.el (org-babel-execute-src-block): Only sort parameters if
14476         it's required for caching.
14478 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
14480         * ob-table.el (sbe): Reworking for better indentation and to
14481         integrate the new variable resolution.
14483 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
14485         * ob-ref.el (org-babel-ref-resolve-reference): Now expanding
14486         variables when resolving references.
14488 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
14490         * ob.el (org-babel-merge-params): Fix order or precedence for
14491         variables.
14493 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
14495         * ob-C.el (org-babel-expand-body:c++, org-babel-C-expand):
14496         * ob-R.el (org-babel-expand-body:R, org-babel-execute:R)
14497         (org-babel-R-variable-assignments):
14498         * ob-asymptote.el (org-babel-expand-body:asymptote)
14499         (org-babel-execute:asymptote):
14500         * ob-clojure.el (org-babel-expand-body:clojure)
14501         (org-babel-execute:clojure):
14502         * ob-css.el (org-babel-expand-body:css):
14503         * ob-ditaa.el (org-babel-expand-body:ditaa):
14504         * ob-dot.el (org-babel-expand-body:dot, org-babel-execute:dot):
14505         * ob-emacs-lisp.el (org-babel-expand-body:emacs-lisp)
14506         (org-babel-execute:emacs-lisp):
14507         * ob-gnuplot.el (org-babel-expand-body:gnuplot)
14508         * ob-haskell.el (org-babel-expand-body:haskell)
14509         (org-babel-execute:haskell, org-babel-load-session:haskell)
14510         (org-babel-prep-session:haskell):
14511         * ob-js.el (org-babel-expand-body:js, org-babel-execute:js):
14512         * ob-latex.el (org-babel-expand-body:latex):
14513         * ob-lisp.el (org-babel-expand-body:lisp, org-babel-execute:lisp):
14514         * ob-mscgen.el (org-babel-expand-body:mscgen):
14515         * ob-ocaml.el (org-babel-expand-body:ocaml, org-babel-execute:ocaml):
14516         * ob-octave.el (org-babel-expand-body:matlab)
14517         (org-babel-expand-body:octave, org-babel-execute:octave)
14518         (org-babel-octave-variable-assignments):
14519         * ob-org.el (org-babel-expand-body:org):
14520         * ob-perl.el (org-babel-expand-body:perl, org-babel-execute:perl):
14521         * ob-plantuml.el (org-babel-expand-body:plantuml):
14522         * ob-python.el (org-babel-expand-body:python, org-babel-execute:python)
14523         (org-babel-python-variable-assignments):
14524         * ob-ruby.el (org-babel-expand-body:ruby, org-babel-execute:ruby):
14525         * ob-sass.el (org-babel-expand-body:sass):
14526         * ob-scheme.el (org-babel-expand-body:scheme, org-babel-execute:scheme):
14527         * ob-screen.el (org-babel-expand-body:screen):
14528         * ob-sh.el (org-babel-expand-body:sh, org-babel-execute:sh)
14529         (org-babel-sh-variable-assignments):
14530         * ob-sql.el (org-babel-expand-body:sql):
14531         * ob-sqlite.el (org-babel-expand-body:sqlite, org-babel-execute:sqlite):
14532         * ob.el (org-babel-expand-body:generic):
14533         Remove obsoleted optional third argument.
14535 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
14537         * ob-clojure.el (org-babel-prep-session:clojure): Purging all
14538         calls to removed org-babel-ref-variables.
14540 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
14542         * ob-lob.el (org-babel-lob-ingest): Now returns the count of
14543         ingested code blocks.
14545 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
14547         * ob-exp.el (org-babel-exp-in-export-file): Wrapper for collecting
14548         information from within the original export file.
14550 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
14552         * ob.el (org-babel-get-src-block-info): Small but crucial fix)
14553         (this should return nil if not match found.
14555 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
14557         * ob-emacs-lisp.el (org-babel-expand-body:emacs-lisp):
14558         Whitespace (org-babel-execute:emacs-lisp): Whitespace.
14560 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14562         * ob-sh.el (org-babel-sh-variable-assignments): Provide missing
14563         docstring.
14565         * ob-python.el (org-babel-python-variable-assignments):
14566         Provide missing docstring.
14568 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14570         * ob-octave.el (org-babel-expand-body:octave): Refactor: break
14571         variable assignment part out into a separate function
14572         (org-babel-octave-variable-assignments): New function constructing
14573         list of variable assignment statements
14574         (org-babel-prep-session:octave): Use new function
14575         `org-babel-octave-variable-assignments' instead of previous
14576         (incorrect) variable assignment code.
14578 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14580         * ob-sh.el (org-babel-expand-body:sh): Refactor: break variable
14581         assignment part out into a separate function
14582         (org-babel-sh-variable-assignments): New function constructing
14583         list of variable assignment statements
14584         (org-babel-prep-session:sh): Use new function
14585         `org-babel-sh-variable-assignments' instead of previous
14586         (incorrect) variable assignment code.
14588 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14590         * ob-python.el (org-babel-expand-body:python): Refactor: break
14591         variable assignment part out into a separate function
14592         (org-babel-python-variable-assignments): New function constructing
14593         list of variable assignment statements
14594         (org-babel-prep-session:python): Use new function
14595         `org-babel-python-variable-assignments' instead of previous
14596         (incorrect) variable assignment code.
14598 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14600         * ob-R.el (org-babel-expand-body:R): Refactor: break variable
14601         assignment part out into a separate function
14602         (org-babel-R-variable-assignments): New function constructing list
14603         of variable assignment statements
14604         (org-babel-prep-session:R): Use new function
14605         `org-babel-R-variable-assignments' instead of previous
14606         (incorrect) variable assignment code.
14608 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14610         * ob.el (org-babel-initiate-session): Better variable names.
14612 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
14614         * ob.el (org-number-sequence):
14615         Declared * ob-R.el (org-number-sequence): Declared.
14617 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14619         * ob.el (org-babel-map-src-blocks): Store correct value of
14620         `end-block'.
14622 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14624         * ob.el (org-babel-mark-block): New function to mark the body of a
14625         src block in the style of `mark-defun'.
14627 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
14629         * org-compat.el (org-number-sequence): New function.
14631         * ob-R.el (org-babel-expand-body:R): Use `org-number-sequence'.
14633         * ob.el (org-babel-where-is-src-block-result):
14634         Use `org-number-sequence'.
14635         (org-babel-current-buffer-properties): Fix variable definition.
14637         * ob-ref.el (org-babel-ref-index-list): Use `org-number-sequence'.
14639         * ob-latex.el (org-babel-latex-tex-to-pdf): Use the 2-argument
14640         version of `shell-command'.
14642         * org-latex.el (org-export-as-pdf): Use the 2-argument version of
14643         `shell-command'.
14645 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
14647         * org-list.el (org-list-search-unenclosed-generic): Replace call
14648         to booleanp.
14650 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
14652         * org.el (org-agenda-jump-prefer-future): New option.
14654         * org-agenda.el (org-agenda-goto-date):
14655         Use `org-agenda-jump-prefer-future'.
14657 2010-11-11  Noorul Islam  <noorul@noorul.com>
14659         * org-latex.el (org-export-latex-links): Replaced hard coded
14660         hyperref format with custom variable
14661         `org-export-latex-hyperref-format'.
14663 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
14665         * org.el (org-insert-heading): Fix docstring.
14667 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>  (tiny change)
14669         * org-capture.el (org-capture-place-entry): If the first line is
14670         already a headline, just stay there.
14672 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
14674         * ob-sh.el (org-babel-sh-evaluate): No longer assumes that results
14675         are non-nil.
14677 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
14679         * org-ascii.el (org-ascii-replace-entities): Match an optional {}
14680         after an entity.
14682 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
14684         * org-table.el (orgtbl-to-html): Apply `org-html-expand' to the
14685         table fields.
14687 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
14689         * org.el (org-insert-heading): When on the headline of an inline
14690         task, insert another inline tasks.
14692 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
14694         * ob-tangle.el (org-babel-tangle-collect-blocks): Only create
14695         links for blocks that will actually tangle.
14697 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
14699         * ob-sh.el (org-babel-expand-body:sh): Don't insert extra newlines
14700         in expanded shell bodies.
14702 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14704         * ob-sh.el (org-babel-expand-body:sh): Avoid inserting extra
14705         newline characters.
14707 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14709         * ob-sh.el (org-babel-expand-body:sh): Align code.
14711 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
14713         * ob.el (org-babel-params-from-properties): Max line with at <=80.
14715 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
14717         * org-latex.el (org-export-latex-listings-langs): Clojure is now
14718         recognized as a lisp.
14720 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14722         * ob.el (org-babel-params-from-properties): Use `org-babel-read'
14723         to interpret property as header argument value.
14725 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14727         * ob.el (org-babel-parse-header-arguments): Simplify reading of
14728         header arg value.
14730 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
14732         * org-publish.el (org-publish-org-to-ascii):
14733         (org-publish-org-to-latin1):
14734         (org-publish-org-to-utf8): New functions.
14736 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
14738         * org.el (org-insert-heading): Skip inline tasks when trying to
14739         insert a new heading after the end of the subtree.
14741 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
14743         * org-inlinetask.el (org-inlinetask-min-level): Set customization
14744         type to integer or nil.
14746         * org.el (org-insert-heading): When after an inline task, do not
14747         use level but go back to headline level before the inline task.
14749 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
14751         * org-inlinetask.el (org-inlinetask-in-task-p): New function.
14753         * org.el (org-indent-line-function): Fix indentation of inline
14754         tasks.
14756 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
14758         * org.el (org-activate-links): Fix customize type.
14760 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
14762         * org-latex.el (org-latex-to-pdf-process): Add rubber as another
14763         default option.
14765 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14767         * org-latex.el (org-export-latex-minted): Document pygments
14768         dependency.
14770 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
14772         * org-mobile.el (org-mobile-create-index-file): Encrypt the index
14773         file if encryption has been turned on.
14774         (org-mobile-copy-agenda-files): Avoid double encryption of
14775         `mobileorg.org'.
14777 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14779         * org-exp.el (org-export-latex-minted-with-line-numbers):
14780         Ensure that variable is declared.
14782 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
14784         * ob-python.el (org-src-preserve-indentation): Fix compiler
14785         warning.
14787 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14789         * org-exp.el (org-export-format-source-code-or-example):
14790         Latex formatting of source code blocks using the minted package
14791         (org-export-plist-vars): Add :latex-minted property
14792         (org-export-latex-minted): Ensure variable is defined
14793         (org-export-latex-minted-langs): Ensure variable is defined.
14795 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
14797         * org-src.el (org-edit-src-code): Use `org-region-active-p'.
14799 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14801         * ob-tangle.el (org-babel-spec-to-string): Whitespace changes.
14803 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14805         * ob-tangle.el (org-babel-spec-to-string): Don't trim whitespace
14806         when `org-src-preserve-indentation' is non-nil.
14808 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14810         * ob-lob.el (org-babel-lob-ingest): Provide message stating number
14811         of blocks added to Library of Babel.
14813 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14815         * ob-lob.el (org-babel-lob-ingest): Check for nil source block
14816         name.
14818 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
14820         * org-beamer.el (org-beamer-place-default-actions-for-lists):
14821         Fix typo in regexp.
14823 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
14825         * org-list.el (org-toggle-checkbox): Avoid some boundary error
14826         when inserting a checkbox in an empty last item of a list.
14828 2010-11-11  David Maus  <dmaus@ictsoc.de>
14830         * org-gnus.el (org-gnus-nnimap-query-article-no-from-file):
14831         Query article number from file is nil by default.
14833 2010-11-11  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
14835         * org-beamer.el (org-beamer-amend-header): Fix typo in docstring.
14837 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
14839         * org-capture.el (org-capture-place-entry): Move to `beg' before
14840         searching for `%?'.
14842 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
14844         * org.el (org-format-latex): Fix mathjax treatment of single
14845         letters in between dollars.
14847 2010-11-11  Sébastien Vauban  <wxhgmqzgwmuf@spammotel.com>
14849         * org-latex.el (org-latex-to-pdf-process): Add a third pdflatex
14850         run.
14852 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
14854         * org.el (org-blank-before-new-entry): Improve docstring.
14856 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
14858         * org-mobile.el (org-mobile-force-id-on-agenda-items):
14859         Fix docstring.
14860         (org-mobile-write-agenda-for-mobile): Use outline path if we do
14861         not have an ID and are not allowed to make one.
14862         (org-mobile-get-outline-path-link): New function.
14864 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
14866         * org-mobile.el (org-mobile-copy-agenda-files): Encrypt the empty
14867         file.
14868         (org-mobile-write-agenda-for-mobile): Use the right name, even if
14869         the file get encrypted.
14870         (org-mobile-move-capture): Only delete tempfile if it does exist.
14872 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
14874         * ob.el (org-babel-number-p): Fix documentation string.
14876 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
14878         * ob-tangle.el (org-babel-tangle-collect-blocks): Accepting
14879         "tangle" as a positive argument for the :noweb header argument
14880         during tangling.
14882 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
14884         * ob-exp.el (org-babel-exp-src-blocks): Fix export when headings
14885         have links, with tests.
14887 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
14889         * org-latex.el (org-latex-to-pdf-process): Use texi2dvi if
14890         available.
14891         (org-export-latex-get-error): New function.
14892         (org-export-as-pdf): Give an indication of the errors that
14893         happened during processing.
14895 2010-11-11  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>
14897         * org-exp.el (org-export-language-setup): Fix Polish entries.
14899 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
14901         * org.el (org-set-tags): Allow comma as a separator when
14902         specifying tags at the completion interface.
14903         (org-tags-completion-function): Allow comma as a separator when
14904         specifying tags at the completion interface.
14906 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
14908         * ob-exp.el (org-babel-exp-src-blocks): Don't jump back to
14909         export-file if exporting from a buffer which is not visiting a
14910         file.
14912 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
14914         * ob-exp.el (org-babel-exp-src-blocks): Only append "::" to a file
14915         name in link construction if there is a heading to follow it.
14917 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
14919         * org-html.el (org-export-html-inline-image-extensions): Add "svg"
14920         as an allowed extension.
14922 2010-11-11  Sébastien Vauban  <wxhgmqzgwmuf@spammotel.com>
14924         * org-agenda.el (org-agenda-add-time-grid-maybe): Pad clock times
14925         with zeros.  Start applying face earlier.
14927 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
14929         * ob.el (or): Don't create org-babel-temporary-directory in batch
14930         as it won't be removed by emacs-kill-hook
14931         (org-babel-remove-temporary-directory): Only try to remove this
14932         directory if it exists.
14934 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
14936         * ob.el (org-babel-temporary-directory): Fixing byte-compilation
14937         warning in ob.el.
14939 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
14941         * ob-tangle.el (org-babel-tangle): Now sharing the file name in
14942         the tangling message.
14944 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
14946         * ob.el (org-babel-load-languages): Fixes compiler warning.
14948 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
14950         * ob-plantuml.el (org-babel-execute:plantuml): Fixes bug with svg
14951         output.
14953 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
14955         * org-ascii.el (org-export-as-ascii): Use the correct match group.
14957 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
14959         * ob.el (boundp): Uncommenting defvar form for
14960         org-babel-temporary-directory
14961         (org-babel-temp-file): Now using the org-babel-temporary-directory
14962         for holding new babel temporary files
14963         (org-babel-remove-temporary-directory): Removes the babel temp dir
14964         when Emacs shutsdown
14965         (kill-emacs-hook): Now removing the babel temp dir on Emacs
14966         shutdown.
14968 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
14970         * org-capture.el (org-capture-fill-template): Initialize history
14971         variable.
14973 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14975         * org-src.el (org-edit-src-code): Don't move point when generating
14976         edit buffer.
14978 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14980         * org-src.el (org-edit-src-code): Deal with point being in
14981         #+end_src line.
14983 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
14985         * org-table.el (org-table-current-column): Add interactive to turn
14986         this into a command.
14988 2010-11-11  Bernt Hansen  <bernt@norang.ca>
14990         * org.el (org-insert-heading): Run org-insert-heading-hook when
14991         creating the first heading in a file.
14993 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
14995         * org.el (org-startup-with-inline-images): New option.
14996         (org-startup-options): Add new keywords inlineimages and
14997         noinlineimages.
14998         (org-mode): Inline images when this has been configured.
15000 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
15002         * ob.el (org-babel-get-src-block-info): Remove optional
15003         HEADER-VARS-ONLY argument; further simplification.
15005 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
15007         * ob.el (org-babel-confirm-evaluate): Fix bug causing extra
15008         prompt in ob-confirm-evaluate in some cases.
15010 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
15012         * ob.el (org-babel-demarcate-block): Visible region and completion
15013         during language selection.
15015 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
15017         * ob.el (org-babel-get-src-block-info): Remove comment.
15019 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
15021         * ob.el (org-babel-get-src-block-info): Simplify function.
15023 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
15025         * ob.el (org-babel-get-src-block-info): Form info list correctly
15026         when parenthesized arguments are missing.
15028 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
15030         * ob-exp.el (org-export-babel-evaluate): Docstring typo
15031         (org-babel-exp-code): Docstring typo.
15033 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
15035         * org-mobile.el (org-mobile-encryption-password):
15036         Improve docstring.
15037         (org-mobile-encryption-password-session): New variable.
15038         (org-mobile-encryption-password): New function.
15039         (org-mobile-check-setup):
15040         (org-mobile-encrypt-file):
15041         (org-mobile-decrypt-file): Use the new function.
15043 2010-11-11  David Maus  <dmaus@ictsoc.de>
15045         * org-capture.el (org-capture-place-template): Widen to remove
15046         possible restrictions in target buffer.
15048 2010-11-11  Jambunathan K  <kjambunathan@gmail.com>
15050         * org.el (org-speed-command-hook): Add org-speed-command-hook
15051         (org-babel-speed-command-hook): Hook for Babel's speed commands.
15053 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
15055         * ob.el (org-babel-execute-buffer): Re-implement using
15056         `org-babel-map-src-blocks'.
15058 2010-11-11  David Maus  <dmaus@ictsoc.de>
15060         * org-capture.el (org-capture-templates): Update doc string with
15061         new message date related escapes.
15063 2010-11-11  David Maus  <dmaus@ictsoc.de>
15065         * org-wl.el (org-wl-store-link-message): Define properties %:date)
15066         (%:date-timestamp, and %:date-timestamp-inactive.
15068         * org-mew.el (org-mew-store-link): Dto.
15070         * org-mhe.el (org-mhe-store-link): Dto.
15072         * org-rmail.el (org-rmail-store-link): Dto.
15074         * org-vm.el (org-vm-store-link): Dto.
15076 2010-11-11  David Maus  <dmaus@ictsoc.de>
15078         * org-wl.el (org-wl-message-field): Always get literal content of
15079         header fields.
15081 2010-11-11  David Maus  <dmaus@ictsoc.de>
15083         * org-gnus.el (org-gnus-store-link): Define properties
15084         %:date-timestamp and %:date-timestamp-inactive.
15086 2010-11-11  David Maus  <dmaus@ictsoc.de>
15088         * org-gnus.el (org-gnus-store-link): Handle empty date header
15089         field.
15091 2010-11-11  Jambunathan K  <kjambunathan@gmail.com>  (tiny change)
15093         * org.el (org-speed-command-hook): New.  Hook for installing
15094         additional speed commands.  Use this for enabling speed commands on
15095         src blocks.
15096         (org-speed-command-default-hook): The default hook for
15097         org-speed-command-hook.  Factored out from org-self-insert-command
15098         and mimics existing behavior.
15099         (org-self-insert-command): Modified to use org-speed-command-hook.
15101 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
15103         * org-agenda.el (org-search-view): Recover spaces in search words
15104         if they were escaped with \ or inside a regexp.
15106 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
15108         * org.el (org-additional-option-like-keywords): Add PROPERTIES to
15109         the list of completable meta line words.
15110         (org-complete): Complete property names after #+PROPERTY.
15112 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
15114         * ob-python.el (org-babel-python-evaluate-session): Make temp file
15115         names consistent.
15117 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
15119         * ob-clojure.el (org-babel-clojure-evaluate-external-process):
15120         Delete extra format argument.
15122 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
15124         * ob-org.el (org-babel-org-export): Typo in docstring.
15126 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
15128         * ob-sh.el (org-babel-sh-evaluate): Remove unused temporary file
15129         variable.
15131 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
15133         * ob-scheme.el (org-babel-execute:scheme): Alter temp file name.
15135 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
15137         * ob.el (org-babel-process-file-name): New function
15138         (org-babel-maybe-remote-file): Delete function.
15140 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
15142         * ob-C.el (org-babel-C-execute): Remove unused variable.
15144 2010-11-11  David Maus  <dmaus@ictsoc.de>
15146         * org.el (org-make-link-string): Prevent superfluous colon.
15148 2010-11-11  David Maus  <dmaus@ictsoc.de>
15150         * org.el (org-make-org-heading-search-string): Leave headline
15151         intact.
15153 2010-11-11  David Maus  <dmaus@ictsoc.de>
15155         * org.el (org-make-link-string): Don't escape characters in link
15156         type.
15158 2010-11-11  Bastien Guerry  <bzg@gnu.org>
15160         * org-capture.el (org-capture-templates): Update docstring to
15161         advertise %:org-date.
15163 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
15165         * ob-dot.el (org-babel-execute:dot): Automatically specifies
15166         "-T<ext>" based on file name extension.
15168 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
15170         * ob-org.el (org-babel-org-export): Raise error on nested export
15171         call.
15173 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
15175         * ob-plantuml.el (org-babel-execute:plantuml): Support for svg
15176         output files.
15178 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
15180         * ob.el (org-babel-demarcate-block): Better initialization of
15181         stars.
15183 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
15185         * org-src.el (org-src-tab-acts-natively): Add customize interface.
15187 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
15189         * org-src.el (org-src-strip-leading-and-trailing-blank-lines):
15190         New variable allowing prevention of automatic stripping of leading and
15191         trailing blank lines when exiting edit buffer.
15192         (org-edit-src-exit): Respect value of
15193         `org-src-strip-leading-and-trailing-blank-lines'
15194         (org-src-native-tab-command-maybe):
15195         Bind `org-src-strip-leading-and-trailing-blank-lines' to nil during
15196         this function.
15198 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
15200         * org-src.el (org-edit-src-code): If mark was inside code block
15201         then code edit buffer inherits mark with active region.
15203 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
15205         * ob.el (org-babel-demarcate-block): Fix compiler warnings.
15207 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
15209         * ob.el (org-babel-demarcate-block): Better handling of empty
15210         space around demarcated area.
15212 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
15214         * org-agenda.el (org-agenda-goto-date): Turn off prefer future for
15215         this command.
15217 2010-11-11  David Maus  <dmaus@ictsoc.de>
15219         * org-gnus.el (org-gnus-open-nntp): New function.
15221 2010-11-11  David Maus  <dmaus@ictsoc.de>
15223         * org-wl.el (org-wl-open-nntp): New function.
15225 2010-11-11  David Maus  <dmaus@ictsoc.de>
15227         * org-wl.el (org-wl-open): Open message by numeric reference if
15228         article part is not a message id.
15230 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
15232         * org-agenda.el (org-agenda-filter-apply): Move cursor to a
15233         visible line.
15235 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
15237         * ob.el (org-babel-demarcate-block): Interactive demarcation of
15238         code blocks.
15240         * ob-keys.el (org-babel-key-bindings): Key bindings for block
15241         demarcation.
15243 2010-11-11  Bastien Guerry  <bzg@gnu.org>
15245         * org.el (org-link-types): Add the "message" link type.
15247 2010-11-11  David Maus  <dmaus@ictsoc.de>
15249         * org.el (org-link-types): Add 'message:' link type to default
15250         link types.
15252 2010-11-11  Bastien Guerry  <bzg@gnu.org>
15254         * org-gnus.el (org-gnus-store-link): Add the :date property to
15255         gnus links, allowing the use of %:date in capture templates.
15257 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15259         * org-list.el (org-cycle-list-bullet): Follow order of bullets
15260         indicated in doc-string.
15262         * org-list.el (org-list-bottom-point-with-indent): List is ended
15263         when a line is less indented that the last item, not the less
15264         indented item.
15266 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
15268         * ob-exp.el (org-babel-exp-src-blocks): Now switching back to the
15269         original file before resolving code block parameters to ensure
15270         headline and buffer wide parameters are taken into consideration
15271         when only a narrowed portion of the file is exported.
15273 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
15275         * org.el (org-forward-same-level): Fix docstring.
15277 2010-11-11  Sebastian Rose  <sebastian_rose@gmx.de>
15279         * org-publish.el (org-publish-attachment): Put the attachment into
15280         the right directory.
15282 2010-11-11  Jambunathan K  <kjambunathan@gmail.com>  (tiny change)
15284         * org.el (org-goto-first-child): New command.
15286 2010-11-11  Matt Lundin  <mdl@imapmail.org>
15288         * org-agenda.el (org-prepare-agenda): If the agenda is called from
15289         within the agenda via an elisp link, such as
15290         [[elisp:(org-agenda-list)]], org-prepare-agenda erases the buffer
15291         of the file containing the link, since that buffer is current
15292         during org-prepare agenda (due to a with-current-buffer in
15293         org-agenda-open-link).  An additional test now ensures that the
15294         agenda buffer is in fact current when the buffer is erased and
15295         local variables for the agenda are set.
15297 2010-11-11  David Maus  <dmaus@ictsoc.de>  (tiny change)
15299         * org-exp.el (org-infile-export-plist): Define property macro.
15301 2010-11-11  David Maus  <dmaus@ictsoc.de>
15303         * org-mhe.el (org-mhe-get-header): Remove possible folding white
15304         space in message header field.
15306 2010-11-11  David Maus  <dmaus@ictsoc.de>
15308         * org-feed.el (org-feed): Fix typo in customization group :tag
15309         property.
15311 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
15313         * org-latex.el (org-export-latex-tag-markup): New option.
15314         (org-export-latex-keywords-maybe):
15315         Use `org-export-latex-tag-markup'.
15317 2010-11-11  Rémi Vanicat  <vanicat@debian.org>  (tiny change)
15319         * org-icalendar.el (org-icalendar-use-UTC-date-time): New option.
15320         (org-ical-ts-to-string): Use UTC time when requested.
15322 2010-11-11  Noorul Islam  <noorul@noorul.com>  (tiny change)
15324         * org-html.el (org-html-cvt-org-as-html): Do not convert protocol
15325         from 'file' to 'http'.
15327 2010-11-11  David Maus  <dmaus@ictsoc.de>
15329         * org.el (org-store-log-note): Fix wrong usage
15330         of`org-adapt-indentation'.
15332 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15334         * org.el (org-skip-over-state-notes): Do not compute bottom point
15335         at each item.
15337         * org-mouse.el (org-mouse-for-each-item): Use `org-apply-on-list'
15338         instead of moving to each item.
15340 2010-11-11  David Maus  <dmaus@ictsoc.de>
15342         * org-capture.el (org-capture-templates): Small fix in doc string.
15344 2010-11-11  aaa bbb  <dominik@powerbook-g4-12-van-aaa-bbb.local>
15346         * org-archive.el (org-get-local-archive-location):
15347         Use `org-carchive-location' as default.
15349 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
15351         * ob-C.el (org): No longer requires org.
15353         * ob-ledger.el (org): No longer requires org.
15355 2010-11-11  David Maus  <dmaus@ictsoc.de>
15357         * org.el (org-priority): Save match data before call to
15358         `read-char-exclusive'.
15360 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15362         * org-list.el (org-list-to-generic): Descriptions labels can be
15363         any suit of symbols, and will end at double colons.
15365 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15367         * org.el (org-indent-line-function): Indent past [@num] and
15368         [@start:num], consistently with what is already done with
15369         checkboxes.
15371 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15373         * org.el (org-store-log-note): Indent new notes to the right
15374         column.  Also take `org-list-two-spaces-after-bullet-regexp' into
15375         consideration when creating the note.
15377 2010-11-11  David Maus  <dmaus@ictsoc.de>
15379         * org-gnus.el (nnimap-group-overview-filename): Declare function
15380         to silence byte compiler.
15382 2010-11-11  David Maus  <dmaus@ictsoc.de>
15384         * org-gnus.el (org-gnus-nnimap-query-article-no-from-file):
15385         New customization variable.
15386         (org-gnus-nnimap-cached-article-number): New function.
15387         (org-gnus-follow-link): Try to fetch cached article number of
15388         message-id.
15390 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
15392         * ob-org.el (org-babel-org-default-header): Used to insert a dummy
15393         first line into code blocks before export so that the first line
15394         is not interpreted as a title
15395         (org-babel-org-export): Use new dummy code block prefix.
15397 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
15399         * ob.el (org-babel-insert-result): No longer throws error when
15400         inserting an empty result.
15402 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
15404         * ob-tangle.el: Autoload org-babel-tangle-lang-exts from ob-tangle.
15406 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
15408         * ob.el (org-babel-do-in-edit-buffer):
15409         Use `org-babel-where-is-src-block-head' to test for source block at
15410         point.
15412 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
15414         * ob-keys.el (org-babel-key-bindings): Adding key-binding for
15415         `org-babel-goto-src-block-head'.
15417         * ob.el (org-babel-goto-src-block-head): Jump to the head of the
15418         current code block.
15420 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
15422         * ob.el (org-babel-next-src-block): Now raising more informative
15423         error when no further code blocks can be found.
15424         (org-babel-previous-src-block): Now raising more informative error
15425         when no previous code blocks can be found.
15427 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
15429         * org-exp-blocks.el
15430         (org-export-preprocess-after-include-files-hook): Now using this
15431         hook instead of `org-export-preprocess-hook'.
15433 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
15435         * ob-plantuml.el (org-babel-execute:plantuml): ????
15437 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
15439         * ob-python.el (org-babel-python-evaluate): Refactor as call to
15440         either `org-babel-python-evaluate-external-process' or
15441         `org-babel-python-evaluate-session'.
15442         (org-babel-python-evaluate-external-process): New function to
15443         handle evaluation in external process.
15444         (org-babel-python-evaluate-session): New function to handle
15445         evaluation in emacs inferior process.
15447 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
15449         * ob-org.el (org-babel-execute:org): Evaluates body to latex ascii
15450         or html respecting :results header arg
15451         (org-babel-org-export): Exports a string of text to an output
15452         format.
15454 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
15456         * ob.el (org-babel-insert-result): Remove existing results when
15457         nil results are returned.
15459 2010-11-11  David Maus  <dmaus@ictsoc.de>
15461         * org-ascii.el (org-export-as-ascii): Bind and set link path for
15462         link type specific markup function.
15464 2010-11-11  David Maus  <dmaus@ictsoc.de>
15466         * org-clock.el (notifications-notify): Properly declare function
15467         to silence byte compiler.
15469 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15471         * org-list.el (org-insert-item): Check invisibility of point at a
15472         meaningful location.
15474 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15476         * org-list.el (org-list-insert-item-generic): Updating checkboxes
15477         can modify bottom point of a list, so make it a marker before
15478         calling `org-update-checkbox-count-maybe'.
15480 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
15482         * org.el (org-src-fontify-natively): Set to nil by default.
15483         Supply customize interface.
15485 2010-11-11  Bastien Guerry  <bzg@gnu.org>
15487         * org-ascii.el (org-export-as-ascii): Fix bug in ASCII export: use
15488         `org-bracket-link-analytic-regexp++' to match the link type.
15490 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
15492         * ob-tangle.el (org-babel-tangle-collect-blocks): Rename `lang' to
15493         `language'.
15495 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
15497         * ob-tangle.el (org-babel-tangle-comment-format-beg):
15498         Format string specifying the link-comment preceding a code block
15499         (org-babel-tangle-comment-format-end): Format string specifying
15500         the link-comment following a code block
15501         (org-babel-tangle-collect-blocks): Storing more information in the
15502         spec of a tangling code block
15503         (org-babel-spec-to-string): Now makes use of customizable
15504         link-comment formats.
15506 2010-11-11  Achim Gratz  <Stromeko@stromeko.net>  (tiny change)
15508         * org.el (org-delete-backward-char): Check for nil overwrite-mode
15509         before inserting spaces.
15511 2010-11-11  David Maus  <dmaus@ictsoc.de>
15513         * org-icalendar.el (org-print-icalendar-entries): Exclude tags
15514         from summary of non-TODO ical entries.
15515         (org-print-icalendar-entries): Use `org-complex-heading-regexp' to
15516         exclude tags from summary of TODO ical entries.
15518 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
15520         * ob.el (org-babel-map-src-blocks): Now exposes much information
15521         about the code block in the form of let-bound local variables.
15523 2010-11-11  David Maus  <dmaus@ictsoc.de>
15525         * org-list.el (org-outline-regexp, org-ts-regexp)
15526         (org-ts-regexp-both, org-in-regexps-block-p)
15527         (org-level-increment, org-at-heading-p)
15528         (outline-previous-heading, org-icompleting-read)
15529         (org-time-string-to-seconds): Declare to fix compiler warning.
15531 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15533         * org-list.el (org-toggle-checkbox): Ignore items in drawers when
15534         used from an heading.  Send an error when no item is in region.
15536 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
15538         * ob.el (org-babel-do-in-edit-buffer): Use unwind-protect to
15539         ensure that edit buffer is exited.
15541 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
15543         * ob-tangle.el (org-babel-tangle-pad-newline): Can be used to
15544         control the amount of extra newlines inserted into tangled code
15545         (org-babel-tangle-collect-blocks): Now conditionally collects
15546         information to be used for "org" style comments
15547         (org-babel-spec-to-string): Now inserts "org" style comments, and
15548         obeys the newline configuration variable when inserting whitespace.
15550 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
15552         * ob-tangle.el (org-babel-pre-tangle-hook): Defines new tangle
15553         hook
15554         (org-babel-tangle): Calls new tangle hook.
15556 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
15558         * org-capture.el (org-capture): Compute the length of the correct
15559         string when removing properties.
15561 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
15563         * ob-plantuml.el (org-babel-execute:plantuml): Now expanding file
15564         names before shell quoting.
15566 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
15568         * org-src.el (org-src-tab-indents-natively): New variable
15569         controlling whether language-native TAB action should be performed
15570         (org-src-native-tab-command-maybe): New function to perform
15571         language-native TAB action.
15572         (org-tab-first-hook): Add `org-src-native-tab-command-maybe'.
15574 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
15576         * ob-plantuml.el (org-babel-execute:plantuml): Explicitly check
15577         `org-plantuml-jar-path' before use.
15579 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
15581         * org-src.el (org-src-font-lock-fontify-block): Re-use hidden
15582         language major mode buffers during fontification.
15584 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
15586         * org.el (org-fontify-meta-lines-and-blocks): Alter main regexp to
15587         match code blocks with switches and header args.  Call
15588         `org-src-font-lock-fontify-block' for automatic fontification of
15589         code in code blocks, controlled by variable
15590         `org-src-fontify-natively'.
15591         (org-src-fontify-natively): New variable.
15593 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
15595         * ob-ruby.el (org-babel-expand-body:ruby): Remove requirement of
15596         inf-ruby.
15598 2010-11-11  Noorul Islam  <noorul@noorul.com>  (tiny change)
15600         * org-html.el (org-html-make-link): (expand-file-name) removes
15601         one "/" from "///path-to-file", so add one.  Anything other than
15602         'file' type should be exported along with the type.
15604 2010-11-11  Noorul Islam  <noorul@noorul.com>  (tiny change)
15606         * org.el (org-insert-subheading): Fix compiler warning
15607         (org-insert-todo-subheading): Fix compiler warning.
15609 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
15611         * org-capture.el (org-capture): Remove read-only text properties
15612         from capture text.
15613         (org-capture-set-target-location): Throw an error if file+headline
15614         target does not point into a file which is in Org mode.
15616 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
15618         * ob.el (org-babel-map-src-blocks): Prefer `when' to `if'.
15620 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
15622         * org-src.el (org-edit-src-code): Improve docstring.
15624 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
15626         * ob.el (org-babel-execute-src-block): Document prefix argument in
15627         docstring.
15629 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
15631         * ob-ditaa.el (org-babel-execute:ditaa): Now expanding
15632         org-ditaa-jar-path with expand-file-name.
15634 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
15636         * ob.el (org-babel-execute-subtree): Pass prefix arg through to
15637         `org-babel-execute-src-block'.
15639 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15641         * org-ascii.el (org-export-ascii-preprocess): Allow [@start:x] and
15642         [@x] syntax for list numbering.
15644 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15646         * org.el (org-indent-line-function): Indentation of source block
15647         is left to `org-edit-src-exit' and shouldn't be modified by
15648         `org-indent-line-function'.  Indentation of others blocks should be
15649         the same as the #+begin line.
15651 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
15653         * ob.el (org-babel-map-src-blocks): If FILE is nil evaluate BODY
15654         forms on source blocks in current buffer; restore point in current
15655         buffer.
15657 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15659         * org-list.el (org-list-struct): Accept list boundaries as an
15660         argument in order to avoid computing `org-list-top-point' and
15661         `org-list-bottom-point' twice when indenting.
15663 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15665         * org-list.el (org-list-ending-method): Default value is now
15666         `both', to ensure maximum compatibility before previous
15667         implementation.
15669 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15671         * org-list.el (org-list-in-item-p-with-indent): Test if first line
15672         is the item beginning.
15674         * org-list.el (org-list-top-point-with-indent): Test if first line
15675         is a valid list beginning.
15677 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15679         * org-list.el (org-list-ending-method): New customizable variable
15680         to tell Org Mode how lists end.  See docstring.
15682 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15684         * org-list.el (org-indent-item-tree): Shifting step of top-level
15685         item depends on `org-level-increment'.
15687 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15689         * org.el (org-indent-line-function): Indent first non blank line
15690         after a list according to current heading level.
15692 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15694         * org-docbook.el (org-export-as-docbook): Remove check for
15695         indentation on lines that do not start with a list bullet.
15697         * org-html.el (org-export-as-html): Same thing.
15699 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15701         * org-list.el (org-list-bottom-point): Take into consideration
15702         that bound of search can be before true ending of the list.
15704 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15706         * org-list.el (org-list-struct-apply-struct): No longer shift
15707         item's body twice: one after replacing bullet and one after
15708         changing indentation.
15710 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15712         * org-list.el (org-list-struct-indent): Add code to replace
15713         bullets if needed when indenting.
15715 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15717         * org-list.el (org-list-insert-item-generic): A single item
15718         already counting blank lines in his body should be separated with
15719         the next one by a blank line.  Moreover, if user already provided
15720         blank lines, follow his wishes.
15722 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15724         * org-list.el (org-indent-item-tree): When moving top item of a
15725         *-list to column 0, only the first item had its bullet changed to
15726         -.  It now changes all items of the top-level list, as expected.
15728 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15730         * org-list.el (org-toggle-checkbox): Go to beginning of line
15731         before processing.
15733 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15735         * org-list.el (org-list-struct-apply-struct): Check if ancestor
15736         exists.
15738 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15740         * org-list.el (org-renumber-ordered-list): Check for [@start:x] is
15741         done at each item.
15743 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15745         * org-list.el : Removed unused variable
15746         `org-suppress-item-indentation'.
15748         * org-list.el (org-renumber-ordered-list): Skip item if bullet
15749         number is already good.
15751 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15753         * org-list.el (org-list-automatic-rules): Doc-string reflects this
15754         change.
15756         * org-list.el (org-indent-item-tree): Prevent whole list from
15757         being moved when user is not moving subtree.  Thus
15758         `org-cycle-item-indentation' will not allow to move the list.
15760 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15762         * org-list.el (org-indent-item-tree): Remove region code.  It was
15763         prone to errors and undocumented.
15765         * org-list.el (org-item-indent-positions): Better heuristics to
15766         determine what bullet the item will have when demoted.
15768 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15770         * org-list.el (org-list-bullet-string): First check if
15771         `org-list-two-spaces-after-bullet-regexp' isn't nil.
15773 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15775         * org-list.el (org-list-bullet-string): Do not modify match-data.
15777         * org.el (org-toggle-item): Now working again when changing list
15778         items into plain text.  Moreover take into consideration
15779         `org-list-two-spaces-after-bullet-regexp'.
15781 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15783         * org-list.el (org-indent-item-tree): Remove unnecessary bullets
15784         fix, and improved heuristics to determine bullet when indenting.
15786         * org-list.el (org-item-indent-positions): Function now returns
15787         sane results when there are two lists separated with blank lines
15788         only.
15790 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15792         * org-docbook.el (org-export-as-docbook): Use override="num" in
15793         any listitem matching [@start:num].
15795         * org-html.el (org-export-as-html): Use value="num" in any li
15796         matching [@start:num].
15798 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15800         * org.el (org-set-font-lock-defaults): Correct fontification for
15801         checkboxes found after [@start:?].
15803         * org-list.el (org-list-at-regexp-after-bullet-p): Skip any
15804         [@start:?]  when looking at a regex after a bullet.
15806         * org-list.el (org-toggle-checkbox): Correct insertion of
15807         checkboxes when there is already a [@start:?] in the item.
15809         * org-list.el (org-checkbox-blocked-p): Properly check if there's
15810         an unchecked item before.
15812         * org-list.el (org-list-parse-list): Function handles items having
15813         both a counter and a checkbox.
15815 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15817         * org-list.el (org-cycle-item-indentation): Org-tab-ind-state
15818         stores both indentation and bullet when cycle started.
15820 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15822         * org-list.el: `org-at-description-p' renamed to
15823         `org-at-item-description-p', `org-first-list-item-p' renamed to
15824         `org-list-first-item-p', `org-end-of-item-text-before-children'
15825         renamed to `org-end-of-item-or-at-child'.
15827 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15829         * org.el (org-ctrl-c-ctrl-c): Call `org-fix-bullet-type' instead
15830         of `org-maybe-renumber-ordered-list' and `org-fix-bullet-type'
15831         before toggling a checkbox.
15833 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15835         * org-list.el (org-list-bullet-string): New function returning
15836         bullet concatenated with an appropriate number of white spaces.
15838         * org-list.el (org-list-insert-item-generic): Insert the right
15839         bullet, with help of `org-list-bullet-string'.
15841         * org-list.el (org-indent-item-tree):
15842         Use `org-list-bullet-string'.
15844         * org-list.el (org-fix-bullet-type): Use `org-list-bullet-string'.
15846         * org-list.el (org-toggle-checkbox): Send an error when
15847         `org-toggle-checkbox' is trying to insert a checkbox at a
15848         description item.
15850         * org-list.el (org-item-re): Modified regexp so it can catch
15851         correct number of white space before item body.
15853         * org-list.el (org-list-at-regexp-after-bullet-p): Take into
15854         consideration new `org-item-re'.
15856 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15858         * org-list.el (org-list-insert-item-generic): The second item in a
15859         list will be separated from its predecessor with the number of
15860         blank lines separating the first item from its parent, if any, or
15861         no blank line.
15863 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15865         * org-list.el (org-indent-item-tree): Fix and reorder every list
15866         and sublist, from parent of list that has moved if indenting, or
15867         from list at point if outdenting.
15869 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15871         * org-list.el (org-indent-item-tree): Try to keep relative
15872         position on line.  It can't if point is in white spaces before
15873         bullet because mixed tabs and spaces make some columns
15874         unattainable.
15876 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15878         * org-list.el (org-cycle-item-indentation): Cycle when the whole
15879         item only contains bullet and maybe a checkbox.  Previously, TAB
15880         would cycle when the first line of the item was blank.
15882 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15884         * org-list.el (org-cycle-item-indentation): Allow a point just
15885         after a description item or a checkboxed item to start cycling.
15887 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15889         * org-list.el (org-cycle-list-bullet):
15890         Check `org-plain-list-ordered-item-terminator' before allowing 1. or 1)
15891         as valid bullets when cycling.
15893 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15895         * org-list.el (org-cycle-item-indentation): Do return t if and
15896         only if cycling is possible and succeded.
15898 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15900         * org-list.el (org-indent-item-tree): When outdenting a subtree,
15901         the last item shouldn't have a children.
15903 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15905         * org-list.el (org-cycle-item-indentation): Cycling should play
15906         nicely with indent rule in `org-list-automatic-rules'.
15908 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15910         * org-list.el (org-indent-item-tree): If indent rule is activated,
15911         it should be impossible to outdent an item having children without
15912         moving its subtree.  Improved reordering of lists modified by
15913         cycling indentation.
15915 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15917         * org-list.el (org-maybe-renumber-ordered-list): Remove call for
15918         `org-fix-bullet-type' to prevent infinite loop, and some checks
15919         already done in `org-renumber-ordered-list'.
15921         * org-list.el (org-fix-bullet-type): Remove a check and call
15922         directly `org-maybe-renumber-ordered-list'.
15924 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15926         * org-list.el (org-indent-item-tree): It shouldn't be possible to
15927         indent the first item of a sublist (though outdent is possible) as
15928         it would break list's structure.
15930 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15932         * org-list.el (org-list-insert-item-generic): When local search
15933         doesn't help, search the list globally for blank lines.  Moreover,
15934         don't bother with new lists, and add 1 blank line.
15936 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15938         * org-capture.el (org-capture-place-item):
15939         Use `org-search-forward-unenclosed' and
15940         `org-search-backward-unenclosed' and new variable
15941         `org-item-beginning-re'.
15943         * org-list.el (org-item-beginning-re): Regexp matching beginning
15944         of an item.
15946 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15948         * org-list.el (org-cycle-list-bullet): Put back support for
15949         'previous argument.
15951 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15953         * org-list.el (org-in-item-p): Handle case when point is at an
15954         heading.
15956         * org-list.el (org-list-make-subtree): Add protection when used
15957         outside of list.
15959         * org-list.el (org-insert-item): Remove useless hack now
15960         `org-in-item-p' is fixed.
15962         * org-timer.el (org-timer-item): Remove useless hack now
15963         `org-in-item-p' is fixed.
15965 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15967         * org-list.el (org-cycle-list-bullet): Prevent description items
15968         from being numbered.  String argument is also recognized now, as
15969         long as it is a valid bullet.
15971 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15973         * org-list.el (org-indent-item-tree): Moving indentation of top
15974         list item will make the whole list move.
15976         * org-list.el (org-apply-on-list): Function is less sensitive to
15977         changes of indentation.
15979 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15981         * org-list.el (org-at-item-checkbox-p): Add whitespaces at the end
15982         of the regexp.
15984         * org-list.el (org-checkbox-blocked-p): Use new checkbox regexp.
15986         * org-list.el (org-cycle-item-indentation): Allow cycling
15987         description items and checkbox items.
15989         * org-list.el (org-toggle-checkbox): Use new checkbox regexp.
15991         * org-list.el (org-reset-checkbox-state-subtree): Use new checkbox
15992         regexp.
15994 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15996         * org-list.el (org-insert-item-internal): Guessing of blank lines
15997         number is made by looking at neighboring items, if any.
15999 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
16001         * org-list.el (org-sort-list): Add the possibility to sort timer
16002         lists with the ?t or ?T options.
16004 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
16006         * org-list.el (org-search-unenclosed-internal): New function to
16007         handle both `org-search-forward-unenclosed' and
16008         `org-search-backward-unenclosed'.
16010         * org-list.el (org-search-backward-unenclosed): Can send errors
16011         now.  Removed useless usage of COUNT.
16013         * org-list.el (org-search-forward-unenclosed): Can send errors
16014         now.  Removed useless usage of COUNT.
16016         * org-list.el (org-update-checkbox-count):
16017         Use `org-search-forward-unenclosed' and
16018         `org-search-backward-unenclosed' instead of `re-search-forward'
16019         and `re-search-backward'.
16021         * org-list.el (org-sort-list): Use `org-search-forward-unenclosed'
16022         and `org-search-backward-unenclosed' instead of
16023         `re-search-forward' and `re-search-backward'.
16025         * org-list.el (org-list-make-subtree):
16026         Use `org-search-forward-unenclosed' and
16027         `org-search-backward-unenclosed' instead of `re-search-forward'
16028         and `re-search-backward'.
16030 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
16032         * org-list.el (org-insert-item-internal): Fixes the problem when
16033         point was before the first char of the item's body.
16035 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
16037         * org-timer.el (org-timer-item): Refactoring.  Compute timer string
16038         before inserting it in the buffer.
16040         * org-timer.el (org-timer): Add an optional argument to return
16041         timer string instead of inserting it.
16043 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
16045         * org-list.el (org-insert-item-internal): New function to handle
16046         positioning and contents of an item being inserted at a specific
16047         pos.  It is not possible anymore to split a term in a description
16048         list or a checkbox when inserting a new item.
16050         * org-list.el (org-insert-item): Refactored by using the new
16051         `org-insert-item-internal' function.
16053         * org-timer.el (org-timer-item): Refactored by using the new
16054         `org-insert-item-internal' function.
16056 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
16058         * org-list.el (org-list-bottom-point): Be sure to check real
16059         ORG-OUTLINE-REGEXP and not outline-regexp, that might be modified.
16061         * org.el (org-cycle-internal-local): Cycle up to end of subtree or
16062         end of item if we are in a list.
16064 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
16066         * org-list.el (org-insert-item): Move before any special block in
16067         a list prior to add a new item.
16069         * org-timer.el (org-timer-item): When in a timer list, insert a
16070         new timer item like `org-insert-item'.  If in another list, send an
16071         error.  Otherwise, start a new timer list.
16073 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
16075         * org-list.el: Minor refactoring.
16077 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
16079         * org-timer.el (org-timer-item): Insert description list item at
16080         the right column.
16082         * org-list.el (org-insert-item): Insert the right number of blank
16083         lines before a relative timer.
16085 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
16087         * org-list.el (org-insert-item): Remove restriction on latex
16088         blocks.
16090 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
16092         * org-list.el (org-search-backward-unenclosed): Do not stop in
16093         protected places.
16095         * org-list.el (org-search-forward-unenclosed): Do not stop in
16096         protected places.
16098         * org-latex.el (org-export-latex-lists): Use the fact that
16099         org-search-forward do not stop anymore at protected places.
16101 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
16103         * org-list.el (org-search-backward-unenclosed): Do not prevent
16104         list items from being inside LaTeX blocks.
16106         * org-list.el (org-search-forward-unenclosed): Do not prevent list
16107         items from being inside LaTeX blocks.
16109 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
16111         * org-list.el (org-in-item-p): Do not widen before checking if we
16112         are in item.
16114         * org-list.el (org-list-send-list): We cannot count on
16115         `org-list-top-point' and `org-list-bottom-point' before buffer is
16116         narrowed.  Find bounds of list otherwise.
16118 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
16120         * org-list.el (org-list-end-regexp): By default, list ending is
16121         exactly 2 blank lines.
16123 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
16125         * org-docbook.el (org-export-as-docbook): When we find an empty
16126         line, we do not need to check for
16127         `org-empty-line-terminates-plain-lists' because we would have
16128         found end-list marker before.
16130         * org-html.el (org-export-as-html): Same.
16132 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
16134         * org-list.el (org-insert-item): Simplify count of blank lines to
16135         insert.
16137 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
16139         * org-list.el (org-list-end-regexp): New customizable variable to
16140         define what string should end lists.
16142         * org-list.el (org-list-end-re): Function is now aware of
16143         `org-list-end-regexp'.
16145 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
16147         * org-html.el (org-export-as-html): Code cleanup.
16149 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
16151         * org-docbook.el (org-export-as-docbook): Properly close any open
16152         list when seeing ORG-LIST-END.  Removed any reference to now
16153         unneeded DIDCLOSE variable.
16155 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
16157         * org-exp.el (org-export-mark-list-ending): Fix number of blank
16158         lines inserted after a list.
16160         * org-list.el (org-list-parse-list): Fix case when
16161         `org-list-end-re' would have an indentation greater than current
16162         list.
16164 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
16166         * org-exp.el (org-export-mark-list-ending): Differentiate between
16167         export backends, and replace `org-list-end-re' by a blank line
16168         upon exporting.
16170 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
16172         * org-html.el (org-export-as-html): Delete didclose and everything
16173         related to it, as it is no longer needed.
16175 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
16177         * org-html.el (org-export-html-preprocess): Remove unneeded
16178         insertion of list end marker, as it is now handled by
16179         `org-export-mark-list-ending'.
16181         * org-html.el (org-export-as-html): Cleaner termination of lists.
16183         * org-exp.el (org-export-mark-list-ending): New function to insert
16184         specific markers at the end of lists when exporting to a backend
16185         not using `org-list-parse-list'.  This function is called early in
16186         `org-export-preprocess-string', while it is still able to
16187         recognize lists.
16189         * org-latex.el (org-export-latex-lists): Better search for
16190         lists.  It now only finds items not enclosed and not protected.
16192 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
16194         * org-list.el: Replaced `re-search-forward' by
16195         `org-search-forward-unenclosed' where it made sense.
16197 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
16199         * org-list.el (org-apply-to-list): Now a return value is handed at
16200         each new call of the function applied.
16202         * org-list.el (org-fix-bullet-type): Use the new
16203         `org-apply-to-list' format.
16205         * org-list.el (org-renumber-ordered-list): Use the new
16206         `org-apply-to-list' format.
16208 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
16210         * org.el (org-in-regexps-block-p): Minor fix: limit wasn't
16211         correctly used.
16213         * org-list.el (org-search-forward-unenclosed): Better regexp used.
16215         * org-list.el (org-search-backward-unenclosed): Better regexp
16216         used.
16218 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
16220         * org-list.el (org-sort-list): End-rec function was ill-defined.
16222 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
16224         * org-list.el (org-search-forward-unenclosed): Fix behavior when
16225         last occurrence was enclosed.
16227         * org-list.el (org-search-backward-unenclosed): Fix behavior when
16228         last occurrence was enclosed.
16230 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
16232         * org.el (org-in-regexps-block-p): Fix documentation.
16234 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
16236         * org-list.el (org-search-backward-unenclosed): Fix block regexp.
16238         * org-list.el (org-search-forward-unenclosed): Fix block regexp.
16240         * org-list.el (org-list-parse-list): Minor fix.
16242 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
16244         * org-list.el (org-list-parse-list): Delete `org-list-end-re' when
16245         called with t argument.
16247 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
16249         * org-html.el (org-export-html-preprocess):
16250         Replace `org-list-end-re' by a blank line during pre-process.
16252 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
16254         * org-list.el (org-list-bottom-point): No need for square brackets
16255         for `skip-chars-backward'.
16257 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
16259         * org-html.el: Do not delete space between end of list and
16260         beginning of the following.
16262 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
16264         * org-html.el: Preprocess buffer string and add ORG-LIST-END where
16265         needed.  Lists should not end before seeing this.
16267 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
16269         * org-html.el: Notice end of lists.
16271 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
16273         * org-list.el (org-list-parse-list): Better handling of
16274         restrictions when function is called on a list with sublists.
16276         * org-list.el (org-list-send-list): Find the true ending of the
16277         list being sent.
16279         * org-list.el (org-list-radio-list-templates): Templates are more
16280         specific to lists.
16282 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
16284         * ob-js.el (org-babel-js-eoe): Indicate end of input
16285         (org-babel-execute:js): Support for session evaluation
16286         (org-babel-prep-session:js): Fleshed out definition
16287         (org-babel-js-initiate-session): Can initiate a session using
16288         mozrepl.
16290 2010-11-11  David Maus  <dmaus@ictsoc.de>
16292         * org.el (org-set-regexps-and-options): Protect escape char in
16293         `org-complex-heading-regexp-format'.
16295 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
16297         * ob-scheme.el (org-babel-scheme-eoe): For marking the end of
16298         session-based evaluation
16299         (org-babel-execute:scheme): Now supports session-based evaluation
16300         (org-babel-prep-session:scheme): Now works and defines variables
16301         (org-babel-scheme-initiate-session): Now works using run-scheme
16302         from cmuscheme.
16304 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
16306         * org.el (org-export-latex-default-packages-alist): Remove the
16307         t1enc package - this is already covered by fontenc.
16309 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
16311         * ob.el (with-parsed-tramp-file-name): Declared
16312         (org-babel-tramp-localname): Ensure variable name exists locally.
16314 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
16316         * ob.el (org-babel-temp-file): Don't use babel temporary directory
16317         in remote case; use make-temp-file with remote file name so that
16318         temp file is guaranteed not to exist previously on remote machine.
16319         (org-babel-tramp-localname): New function to return local name
16320         portion of possibly remote file specification.
16322 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
16324         * ob-R.el (org-babel-R-write-object-command): New unified R
16325         command for writing results to file
16326         (org-babel-R-wrapper-method): Remove variable
16327         (org-babel-R-wrapper-lastvar): Remove variable
16328         (org-babel-R-evaluate-external-process): Use new R command
16329         (org-babel-R-evaluate-session): Use new R command.
16331 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
16333         * ob-comint.el
16334         (org-babel-comint-eval-invisibly-and-wait-for-file): New function
16335         to evaluate code invisibly and block until output file exists.
16337         * ob-R.el (org-babel-R-evaluate-session): Use `ess-eval-buffer' to
16338         evaluate R code in session for :results value.  Write result to
16339         file invisibly using new function
16340         `org-babel-comint-eval-invisibly-and-wait-for-file'.
16342 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
16344         * org-capture.el (org-capture-fill-template): Align tags after
16345         insertion.
16347 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
16349         * org-exp.el (org-export-concatenate-multiline-emphasis):
16350         Ignore matches that start in a headline.
16352 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
16354         * ob-plantuml.el (org-babel-execute:plantuml): Wrapping in-file
16355         and out-file in shell-quote-argument.
16357 2010-11-11  David Maus  <dmaus@ictsoc.de>
16359         * org-docview.el (org-docview-store-link): Use expanded macro to
16360         get current page.
16361         (doc-view-goto-page, image-mode-window-get): Declare functions for
16362         byte compiler.
16364 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
16366         * ob-scheme.el: Very preliminary support for evaluating scheme
16367         code blocks.
16369         * org.el (org-babel-load-languages): Adding scheme.
16371 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
16373         * ob.el (require): Remove circular (require 'org).
16375 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
16377         * ob-R.el (ess-make-buffer-current): Declared.
16378         (ess-ask-for-ess-directory): Declared.
16379         (ess-local-process-name): Declared.
16380         * ob-latex.el (org-babel-latex-tex-to-pdf): Capturing free variable.
16382         * ob.el (org-edit-src-code): Fixing arguments.
16383         (org-edit-src-exit): Declared.
16384         (org-outline-overlay-data): Declared.
16385         (org-set-outline-overlay-data): Declared.
16387 2010-11-11  Glenn Morris  <rgm@gnu.org>
16389         * ob.el: Require org when compiling.
16390         (org-save-outline-visibility): Remove macro declaration.
16392         * ob-emacs-lisp.el: Require ob-comint when compiling, for macros.
16393         Remove unnecessary/macro declarations.
16395         * org-docview.el: Require doc-view when compiling.
16396         (doc-view-goto-page): Autoload rather than declaring.
16397         (doc-view-current-page): Remove macro declaration.
16399         * ob.el (tramp-compat-make-temp-file, org-edit-src-code)
16400         (org-entry-get, org-table-import): Fix declarations.
16401         (org-match-string-no-properties): Remove declaration.
16403         * ob-sh.el (org-babel-comint-in-buffer)
16404         (org-babel-comint-wait-for-output, org-babel-comint-buffer-livep)
16405         (org-babel-comint-with-output): Remove unnecessary declarations.
16407         * ob-R.el (orgtbl-to-tsv): Fix declaration.
16409         * org-list.el (org-entry-get): Fix declaration.
16411 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
16413         * ob.el (org-babel-remove-temporary-directory): Remove explicit
16414         second argument.
16416 2010-11-11  Magnus Henoch  <magnus.henoch@gmail.com>  (tiny change)
16418         * org-clock.el (org-clocktable-steps): Allow ts and te to be day
16419         numbers.
16421 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
16423         * org-macs.el (org-save-outline-visibility): Move from org.el.
16425 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
16427         * ob-org.el (org-babel-default-header-args:org): Additional
16428         ":results silent" default header argument for org code blocks.
16430 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
16432         * ob-exp.el (org-babel-exp-do-export): Remove hacky ":noeval",
16433         which is now an alias to ":eval no".
16435 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
16437         * ob.el (org-babel-remove-temporary-directory): The version of
16438         `delete-directory' found in files.el can not be assumed to be
16439         present on all versions, so this copies the recursive behavior of
16440         that command in such a way that all calls to delete-directory will
16441         also work with the built-in internal C implementation of that
16442         function.  This is not overly difficult as all elements of the
16443         directory can be assumed to be files.
16445 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
16447         * ob-C.el (org-babel-C-execute): Corrected arguments to
16448         org-babel-temp-file.
16450 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
16452         * ob.el (org-babel-temporary-directory): Variable to hold the
16453         value of the Babel temporary directory.
16455 2010-11-11  Aditya Siram  <aditya.siram@gmail.com>
16457         * ob.el (org-babel-load-in-session): Expanding noweb references
16458         when appropriate.
16460 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
16462         * org.el (org-make-link-regexps): Modified regexp of
16463         org-plain-link-re.
16465 2010-11-11  Noorul Islam  <noorul@noorul.com>  (tiny change)
16467         * org-habit.el (org-habit-parse-todo): Find sr-days only if
16468         scheduled-repeat is non nil.  Use 4th element of the list returned
16469         by (org-heading-components) as habit-entry.  Modify the error
16470         message to be more meaningful.
16472 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
16474         * ob-latex.el (org-babel-execute:latex): Adding new ":fit" and
16475         ":border" header arguments which both use the "preview" latex
16476         package to fit the resulting PDF image to the figure.
16478 2010-11-11  David Maus  <dmaus@ictsoc.de>
16480         * org-wl.el (org-wl-store-link): Don't try to store link if point
16481         is at end of buffer.
16483 2010-11-11  Harri Kiiskinen  <harkiisk@gmail.com>
16485         * org-publish.el (org-publish-project-alist): Document the new
16486         body-only property.
16487         (org-publish-org-to): Use the body-only property.
16489 2010-11-11  Jambunathan K  <kjambunathan@gmail.com>  (tiny change)
16491         * org.el (org-store-link): Return link when invoked
16492         non-interactively from an agenda buffer.
16494 2010-11-11  Jambunathan K  <kjambunathan@gmail.com>  (tiny change)
16496         * org.el (org-store-link): Storing of links to headlines in
16497         indirect buffers was broken.  Fix it.
16499 2010-11-11  Aidan Kehoe  <kehoea@parhasard.net>
16501         * ob-tangle.el (org-babel-tangle): Change the MODE argument to
16502         #'set-file-modes to use integer, not character syntax, avoiding
16503         compile problems with recent XEmacs.
16505 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
16507         * org-agenda.el (org-agenda-add-entry-text): Make sure we move
16508         forward even if there is no text to be added.
16510 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
16512         * org.el (org-make-tags-matcher): Read "\\-" as "-" in the
16513         tags/property matcher.
16515 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
16517         * org-exp.el (org-infile-export-plist): Bind case-fold-search to
16518         t.
16520 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
16522         * org-agenda.el (org-agenda-with-point-at-orig-entry): New macro.
16524 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
16526         * org-latex.el (org-export-latex-set-initial-vars):
16527         Bind `case-fold-search' to t around the search for special LaTeX setup.
16529         * org-beamer.el (org-beamer-after-initial-vars):
16530         Bind `case-fold-search' to t around the search for special BEAMER
16531         setup.
16533 2010-11-11  David Maus  <dmaus@ictsoc.de>
16535         * org-agenda.el (org-write-agenda): Delete PostScript file after
16536         creating conversion to PDF.
16538 2010-11-11  David Maus  <dmaus@ictsoc.de>
16540         * org-agenda.el (org-write-agenda): Move require statements to
16541         proper place in evaluated lisp expression.
16543 2010-11-11  David Maus  <dmaus@ictsoc.de>
16545         * org-agenda.el (org-write-agenda): Rename temporary buffer to
16546         remove dependency of `flet' macro.
16548 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
16550         * ob-lob.el (org-babel-lob-get-info): Edit docstring.
16552 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
16554         * ob-exp.el (org-babel-exp-lob-one-liners): Get parameter values
16555         from all standard sources when executing #+lob/#+call lines.
16557 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
16559         * ob-R.el (org-babel-R-evaluate): Break the two branches into two
16560         separate functions
16561         (org-babel-R-evaluate-external-process): New function to handle
16562         external process evaluation
16563         (org-babel-R-evaluate-session): New function to handle session
16564         evaluation.
16566 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
16568         * ob.el (org-babel-initiate-session): New function derived from
16569         previous `org-babel-switch-to-session'
16570         (org-babel-switch-to-session): Refactored to use new
16571         `org-babel-initiate-session'.
16573 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
16575         * ob.el (org-babel-switch-to-session): Supply missing "P" argument
16576         to (interactive).
16578 2010-11-11  David Maus  <dmaus@ictsoc.de>
16580         * org-feed.el (org-feed-format-entry): Decode entry according to
16581         its character encoding.
16583 2010-11-11  David Maus  <dmaus@ictsoc.de>  (tiny change)
16585         * org-feed.el (xml-substitute-special): Declare function for byte
16586         compiler.
16587         (org-feed-unescape): Removed.
16588         (org-feed-parse-rss-entry, org-feed-parse-atom-entry):
16589         Use `xml-substitute-special' to unescape XML entities.
16591 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
16593         * ob.el (org-babel-switch-to-session): Throw error if block if
16594         :session not in effect for the block.
16596 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
16598         * org-table.el (org-table-create-with-table.el): Align table
16599         before converting.
16601 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
16603         * ob.el (org-babel-do-in-edit-buffer): Suppress message and check
16604         that org-src buffer is current before attempting exit.
16606 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
16608         * org-src.el (ob-comint): Require 'ob-comint
16609         (org-src-babel-info): Define variable.
16611 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
16613         * ob.el (org-babel-do-in-edit-buffer): New macro to evaluate lisp
16614         in the language major mode edit buffer.
16615         (org-babel-do-key-sequence-in-edit-buffer): New function to call
16616         an arbitrary key sequence in the language major mode edit buffer.
16618         * org-src.el (org-src-switch-to-buffer): Add new allowed value
16619         'switch-invisibly for `org-src-window-setup'.
16621 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
16623         * org-src.el (ob-keys): Require ob-keys, because `org-babel-map'
16624         is used.
16625         (org-src-do-at-code-block): New macro to evaluate lisp with point
16626         at the start of the Org code block containing the code in this
16627         edit buffer.
16628         (org-src-do-key-sequence-at-code-block): New function to execute
16629         command bound to key at the Org code block containing the code in
16630         this edit buffer.
16632 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
16634         * ob-R.el (org-babel-R-associate-session): New function to
16635         associate R code edit buffers with ESS comint session.
16637 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
16639         * org-src.el (org-edit-src-code): If at src block, store babel
16640         info as buffer local variable.
16641         (org-src-associate-babel-session): New function to associate code
16642         edit buffer with comint session.  Does nothing unless a
16643         language-specific function named
16644         `org-babel-LANG-associate-session' exists.
16645         (org-src-babel-configure-edit-buffer): New function to be called
16646         in `org-src-mode-hook'.
16647         (org-src-mode-hook): Add `org-src-babel-configure-edit-buffer' to
16648         hook.
16650 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
16652         * ob.el (org-babel-switch-to-session-with-code): New function to
16653         generate split frame displaying edit buffer and session.
16655 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
16657         * org.el (org-set-tags): Consider org-indent-mode when computing
16658         the tags column.
16660 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
16662         * org-compat.el (org-looking-at-p): Only use looking-at-p when
16663         defined.
16665 2010-11-11  David Maus  <dmaus@ictsoc.de>
16667         * org-agenda.el (org-finalize-agenda-entries): Delete excluded
16668         lines directly after call to sorting filter function.
16670 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
16672         * org.el (org-complex-heading-regexp-format): Document the
16673         variable.
16674         (org-get-refile-targets): Use `org-complex-heading-regexp-format'
16675         to make the regular expression for matching the headline.
16677 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
16679         * org.el (org-refile-check-position): New function.
16680         (org-goto):
16681         (org-refile-get-location): Call `org-refile-check-position'.
16683 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
16685         * ob-python.el (org-babel-python-initiate-session-by-key): Use eq
16686         instead of equal to compare symbols.
16688 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
16690         * org-agenda.el (org-agenda-before-sorting-filter-function):
16691         New hook function.
16692         (org-finalize-agenda-entries):
16693         Apply `org-agenda-before-sorting-filter-function'.
16695 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
16697         * org-latex.el (org-export-latex-first-lines): Do not protect meta
16698         lines that have nothing to do with babel.
16700 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
16702         * org-capture.el (org-capture-place-template): Handle the
16703         checkitem case.
16704         (org-capture-place-item): Provide boundaries for the search to
16705         make sure we do not get a match in a different tree.
16707 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
16709         * org-exp.el (org-export-preprocess-apply-macros): Fix the macro
16710         argument parser.
16712 2010-11-11  Noorul Islam  <noorul@noorul.com>
16714         * org-latex.el (org-latex-to-pdf-process): Add output-directory
16715         option for the command pdflatex.
16716         (org-export-as-pdf): Respect directory in path of
16717         EXPORT_FILE_NAME.
16719 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
16721         * org-exp.el (org-export-with-LaTeX-fragments): New default t,
16722         which now means to use MathJax processing for HTML.  Also allow
16723         new value `dvipng' to force the old image processing.
16724         (org-infile-export-plist): Parse for MATHJAX setup line.
16726         * org-html.el (org-export-html-mathjax-options): New option.
16727         (org-export-html-mathjax-config): New function.
16728         (org-export-html-mathjax-template): New option.
16729         (org-export-html-preprocess): Call the LaTeX snippet processor
16730         with an additional argument to declare special ways of processing.
16731         (org-export-as-html): Bind the dynamical variable
16732         `org-export-have-math'.  Insert the MathJax script template when
16733         it is needed by the document.
16735         * org.el (org-preview-latex-fragment): Call `org-format-latex'
16736         with the additional processing argument.
16737         (org-export-have-math): New variable, for dynamic scoping.
16738         (org-format-latex): Implement specific ways of processing.
16739         New function argument for processing type.
16740         (org-org-menu): Remove the entry to configure LaTeX snippet
16741         processing.
16743 2010-11-11  Bastien Guerry  <bzg@gnu.org>
16745         * org-agenda.el (org-agenda-clock-goto): Use `\C-c\C-x\C-j' for
16746         `org-clock-goto' and `J' for `org-agenda-clock-goto'.  If the
16747         heading currently clocked in is not listed in the agenda, display
16748         this entry in another buffer.  If there is no running clock,
16749         display a help message.
16751 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
16753         * org-latex.el (org-export-latex-tables): Return "" instead of nil
16754         when no label is attached.
16756 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
16758         * org-agenda.el (org-agenda-menu-show-match): New option.
16759         (org-agenda-menu-two-column): New option.
16760         (org-agenda-get-restriction-and-command): Implement dispatch menu
16761         without showing the matcher, and with two-column display.
16763 2010-11-11  Bernt Hansen  <bernt@norang.ca>
16765         * org-indent.el (org-indent-mode): Fix grammar for message when
16766         mode is refused.
16768 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
16770         * ob.el (org-babel-insert-result): Ensures `beg' is set, even if
16771         no previous result exists.
16773 2010-11-11  Noorul Islam  <noorul@noorul.com>
16775         * ob.el Declare org-babel-lob-execute-maybe() to avoid compiler
16776         warning.
16778 2010-11-11  Noorul Islam  <noorul@noorul.com>
16780         * org.el (org-set-visibility-according-to-property): Use backward
16781         search instead of forward, so that top hierarchy gets priority.
16783 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
16785         * org-agenda.el (org-timeline): Allow indirect buffer.
16787 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
16789         * org-exp.el (org-export-preprocess-after-radio-targets-hook):
16790         (org-export-define-heading-targets-headline-hook): New hooks.
16792         * org.el (org-modules): Add entry for org-wikinodes.el.
16793         (org-font-lock-set-keywords-hook): New hook.
16794         (org-open-at-point-functions): New hook.
16795         (org-find-exact-headling-in-buffer):
16796         (org-find-exact-heading-in-directory): New functions.
16797         (org-mode-flyspell-verify): Better cursor position for checking if
16798         flyspell should ignore a word.
16800 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
16802         * org-indent.el (org-indent-remove-properties):
16803         (org-indent-add-properties): Make sure changing these properties
16804         does not trigger modification hooks.
16806 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
16808         * org.el (org-link-search-must-match-exact-headline): New option.
16809         (org-link-search-inhibit-query): New variable.
16810         (org-link-search): Search for exact headline match in Org files.
16812 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
16814         * ob.el (org-babel-execute-src-block-maybe): Remove check for
16815         `org-babel-no-eval-on-ctrl-c-ctrl-c'; this is done in the new
16816         function `org-babel-execute-safely-maybe'.
16818 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
16820         * ob.el (org-babel-load-in-session): Set directory in case :dir
16821         arg is in effect.
16823 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
16825         * ob-tangle.el (org-babel-tangle-collect-blocks): Don't throw
16826         errors when we're not under of a headline.
16828 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
16830         * ob-octave.el (org-babel-octave-wrapper-method): Use dlmwrite to
16831         write delimited text instead of save -ascii
16832         (org-babel-octave-import-elisp-from-file): Specify that data
16833         written to file is tab-delimited.
16835 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
16837         * ob-R.el (org-babel-R-evaluate): Specify that tabular data is
16838         tab-delimited.
16840 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
16842         * ob.el (org-babel-import-elisp-from-file): Allow separator to be
16843         specified.
16845 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
16847         * ob-python.el (org-babel-python-table-or-string): Fix recognition
16848         of lists and tuples.
16850 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
16852         * ob-octave.el (org-babel-octave-evaluate-external-process):
16853         Allow remote files.
16855 2010-11-11  Juan Pechiar  <pechiar@computer.org>
16857         * ob-octave.el (org-babel-octave-evaluate-external-process):
16858         Use `org-babel-octave-import-elisp-from-file' instead of
16859         `org-babel-eval-read-file'.
16860         (org-babel-octave-var-to-octave): Separate matrix rows with ';',
16861         and use '%s' as format specifier instead of '%S'.
16863 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
16865         * ob-octave.el: Only (require 'matlab) when necessary.
16866         (org-babel-octave-initiate-session): (require) octave-inf or matlab
16867         as appropriate.
16868         (org-babel-execute:matlab): Remove (require).
16869         (org-babel-prep-session:matlab): Remove (require).
16870         (org-babel-matlab-initiate-session): Remove (require).
16872 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
16874         * ob-octave.el (org-babel-octave-evaluate): Fix formal argument
16875         list.
16877 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
16879         * ob-python.el (org-babel-python-table-or-string): Can now handle
16880         VERY long result lines.
16882 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
16884         * org-latex.el (org-export-latex-tables): Add label if any.
16886         * org-latex.el (org-export-latex-convert-table.el-table):
16887         Fix little mistake when inserting label.
16889 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
16891         * org.el (org-cycle-internal-local): Remove an unnecessary call
16892         to `org-back-to-heading' that was preventing point to stay at its
16893         column when cycling visibility.
16895 2010-11-11  Noorul Islam  <noorul@noorul.com>
16897         * org-capture.el (org-capture-finalize): Make messages consistent.
16899 2010-11-11  Noorul Islam  <noorul@noorul.com>
16901         * org-gnus.el: Suppress compiler warning by declaring outside
16902         function nnimap-retrieve-headers-from-file.
16904 2010-11-11  Noorul Islam  <noorul@noorul.com>
16906         * org-colview.el Use org-beamer-select-environment instead of
16907         org-beamer-set-environment-tag.
16909 2010-11-11  Matt Lundin  <mdl@imapmail.org>
16911         * org.el (org-insert-time-stamp): Fix org-insert-time-stamp so
16912         that the value of org-last-inserted-timestamp includes time range.
16914 2010-11-11  David Maus  <dmaus@ictsoc.de>
16916         * org-wl.el (org-wl-store-link-message): Provide link property for
16917         message-id without angle brackets.
16919 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
16921         * ob-R.el (org-babel-R-evaluate): Improved prompt-stripping regexp.
16923 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
16925         * ob-tangle.el (org-babel-find-file-noselect-refresh): Finds a
16926         file ensuing that the latest changes on disk are represented.
16928 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
16930         * ob-sqlite.el (org-babel-sqlite-expand-vars): Now inserts string
16931         arguments w/o quotes.
16933 2010-11-11  Bernt Hansen  <bernt@norang.ca>
16935         * org-capture.el (org-capture-finalize): Fix clock in of
16936         interrupted task during capture finalize.
16938 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
16940         * ob-R.el (org-babel-R-evaluate): Clean up extra prompts in
16941         session output.
16943 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
16945         * ob-C.el (org-babel-C-ensure-main-wrap): More generous regular
16946         expression for matching main function.
16948 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
16950         * ob-lob.el (org-babel-lob-one-liner-regexp): Fix error in lob
16951         regexp -- it wasn't matching lob lines w/o indices.
16953 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
16955         * org-exp.el (org-export-latex-listings-w-names): Fix compiler
16956         warning in org-exp.el.
16958 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
16960         * org-publish.el (org-publish-file): Better error message if
16961         base-directory or publishing-directory are not defined.
16963 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
16965         * org-colview.el (org-columns-display-here): Use overlays to
16966         overrule line prefix properties during column view.
16968 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
16970         * org-agenda.el (org-agenda-filter-preset): Document the
16971         limitation for the filter preset - it can only be used for an
16972         entire agenda view, not in an individual block in a block agenda.
16974 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
16976         * ob-table.el (sbe): Now able to accept range references from
16977         tables.
16979 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
16981         * ob.el (org-babel-pick-name): If colnames or rownames contain a
16982         list of names, then use those directly.
16984 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
16986         * org-exp.el (org-export-format-source-code-or-example):
16987         Escape underscores in code block names on latex listings export.
16989 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
16991         * ob-tangle.el (org-babel-with-temp-filebuffer):
16992         Use find-file-noselect to avoid excess buffer movement.
16994 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
16996         * org-html.el (org-html-should-inline-p): Only inline images if
16997         they should be.
16999 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
17001         * org-id.el (org-id-store-link): Autoload.
17003         * org.el ("org-id"): Autoload `org-id-store-link'.
17005 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
17007         * org-html.el (org-html-should-inline-p): Only inline images if
17008         they should be.
17010 2010-11-11  Eric S Fraga  <e.fraga@ucl.ac.uk>
17012         * org-icalendar.el (org-icalendar-alarm-time): New option.
17014         * org-icalendar.el (org-print-icalendar-entries): Timed events are
17015         exported with alarm events, a.k.a. reminders.
17017 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
17019         * org-capture.el (org-capture-target-buffer): Throw an error if we
17020         have no target file.
17021         (org-capture-select-template): Use a default template if the user
17022         has not specified any.
17024 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
17026         * org.el (org-modules): Add entry for org-velocity.
17028 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
17030         * ob-lob.el (org-babel-lob-execute): Changing indentation to
17031         improve line length.
17033 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
17035         * org-exp.el (org-export-handle-table-metalines): Choose a better
17036         position for checking protectedness.
17038 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
17040         * org-table.el (org-table-convert-region): Don't continue csv
17041         importation which the point catches the end, this fixes an
17042         infinite loop which was caused by the (point) never catching up
17043         with the "end" marker.
17045 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
17047         * org-macs.el (org-string-nw-p): New function.
17049         * org-capture.el (org-capture-import-remember-templates):
17050         Interpret an empty string as request to use
17051         `org-default-notes-file'.
17052         (org-capture-target-buffer): If the FILE is not a (non-empty)
17053         string, use `org-default-notes-file'.
17055 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
17057         * org-capture.el (org-capture-templates): Fix customize type.
17059 2010-09-25  Juanma Barranquero  <lekktu@gmail.com>
17061         * org.el (org-refile-targets):
17062         * org-agenda.el (org-agenda-hide-tags-regexp): Fix typos in docstrings.
17064 2010-08-19  Glenn Morris  <rgm@gnu.org>
17066         * org.el (org-outline-overlay-data, org-set-outline-overlay-data)
17067         (org-save-outline-visibility): Move to org-macs.
17068         * org-macs.el (org-outline-overlay-data, org-set-outline-overlay-data)
17069         (org-save-outline-visibility): Move here from org.el.
17070         (show-all): Autoload it.
17071         * ob.el: Don't require org when compiling.
17073 2010-08-18  Glenn Morris  <rgm@gnu.org>
17075         * ob.el: Require org when compiling.
17076         (org-save-outline-visibility): Remove macro declaration.
17077         * ob-emacs-lisp.el: Require ob-comint when compiling, for macros.
17078         Remove unnecessary/macro declarations.
17079         * org-docview.el: Require doc-view when compiling.
17080         (doc-view-goto-page): Autoload rather than declaring.
17081         (doc-view-current-page): Remove macro declaration.
17083 2010-08-17  Glenn Morris  <rgm@gnu.org>
17085         * ob.el (tramp-compat-make-temp-file, org-edit-src-code)
17086         (org-entry-get, org-table-import): Fix declarations.
17087         (org-match-string-no-properties): Remove unnecessary declaration.
17088         * ob-sh.el (org-babel-comint-in-buffer)
17089         (org-babel-comint-wait-for-output, org-babel-comint-buffer-livep)
17090         (org-babel-comint-with-output): Remove unnecessary declarations.
17091         * ob-R.el (orgtbl-to-tsv): Fix declaration.
17092         * org-list.el (org-entry-get): Fix declaration.
17094 2010-07-19  Eric Schulte  <schulte.eric@gmail.com>
17096         * ob-C.el: New file.
17097         * ob-R.el: New file.
17098         * ob-asymptote.el: New file.
17099         * ob-clojure.el: New file.
17100         * ob-comint.el: New file.
17101         * ob-css.el: New file.
17102         * ob-ditaa.el: New file.
17103         * ob-dot.el: New file.
17104         * ob-emacs-lisp.el: New file.
17105         * ob-eval.el: New file.
17106         * ob-exp.el: New file.
17107         * ob-gnuplot.el: New file.
17108         * ob-haskell.el: New file.
17109         * ob-keys.el: New file.
17110         * ob-latex.el: New file.
17111         * ob-lob.el: New file.
17112         * ob-matlab.el: New file.
17113         * ob-mscgen.el: New file.
17114         * ob-ocaml.el: New file.
17115         * ob-octave.el: New file.
17116         * ob-perl.el: New file.
17117         * ob-python.el: New file.
17118         * ob-ref.el: New file.
17119         * ob-ruby.el: New file.
17120         * ob-sass.el: New file.
17121         * ob-screen.el: New file.
17122         * ob-sh.el: New file.
17123         * ob-sql.el: New file.
17124         * ob-sqlite.el: New file.
17125         * ob-table.el: New file.
17126         * ob-tangle.el: New file.
17127         * ob.el: New file.
17129 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17131         * org-mks.el: New file.
17132         * org-capture.el: New file.
17134 2010-07-19  Christian Egli  <christian.egli@sbszh.ch>
17136         * org-taskjuggler.el: New file.
17138 2010-07-19  Matt Lundin  <mdl@imapmail.org>
17140         * org-agenda.el (org-search-view): Fix inclusion of agenda-archives
17141         in org-agenda-text-search-extra-files.
17143 2010-07-19  David Maus  <dmaus@ictsoc.de>
17145         * org-list.el (org-list-send-list): Locally bind variable `txt'.
17147 2010-07-19  Eric Schulte  <schulte.eric@gmail.com>
17149         * org.el (org-reload): Now also reloading babel files.
17151 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17153         * org-capture.el (org-capture-set-plist): Make sure txt is a string
17154         before calling `string-match'.
17155         (org-capture-templates): Fix customization type.
17157 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17159         * org-latex.el (org-export-latex-preprocess): Make a special case
17160         for \nbsp.
17161         (org-latex-entities): Remove the entry for \nbsp.
17162         (org-latex-entities-exceptions): Variable removed.
17164 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17166         * org-capture.el (org-capture-refile): Do not try to manipulate
17167         bookmark list.
17169         * org.el (org-refile): Use the correct bookmark here.
17171 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17173         * org-list.el (org-list-send-list): Parse list from its true beginning.
17175         * org.el (org-ctrl-c-ctrl-c): Maybe send the list when at a list item.
17177 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17179         * org.el (org-insert-link): Correctly determine if we should use
17180         a relative path.
17182 2010-07-19  Nicolas Goaziou  <n.goaziou@gmail.com>
17184         * org-list.el (org-list-radio-list-templates): Fix templates.
17186 2010-07-19  Nicolas Goaziou  <n.goaziou@gmail.com>
17188         * org-list.el (org-list-send-list): Regexp defining the start of
17189         a radio list is now on par with the one used for radio tables.
17191 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17193         * org-entities.el (org-entities-help): Add a headline for
17194         the user-defined entities.
17196 2010-07-19  Dirk-Jan C. Binnema  <djcb.bulk@gmail.com>  (tiny change)
17198         * org-agenda.el (org-agenda-action): Document capture key and add it
17199         to the prompt.
17201 2010-07-19  Eric Schulte  <schulte.eric@gmail.com>
17203         * org-latex.el (org-export-latex-listings-langs): Add (sqlite "SQL").
17205 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17207         * org-latex.el (org-export-latex-first-lines): Do not mark
17208         meta lines for removal.  Do not remove BABEL config lines during export.
17210 2010-07-19  David Maus  <dmaus@ictsoc.de>
17212         * org-capture.el (org-capture): Check if
17213         `org-capture-link-is-already-stored' is bound before evaluating.
17215 2010-07-19  Eric Schulte  <schulte.eric@gmail.com>
17217         * org.el: Add autoload for org-babel-do-load-languages.
17219 2010-07-19  Eric Schulte  <schulte.eric@gmail.com>
17221         * org-src.el (org-src-lang-modes): Add sqlite to sql-mode.
17223 2010-07-19  David Maus  <dmaus@ictsoc.de>
17225         * org-feed.el: Change indentation to match coding style
17226         guideline.
17228 2010-07-19  David Maus  <dmaus@ictsoc.de>
17230         * org-feed.el (org-feed-unescape, org-feed-parse-atom-feed): Load XML
17231         library if necessary.
17233 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17235         * org-beamer.el (org-beamer-amend-header): Standardize the
17236         header cookie for the beamer extra stuff.
17238 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17240         * org-beamer.el (org-beamer-amend-header): Put extra header
17241         last in header.
17243 2010-07-19  David Maus  <dmaus@ictsoc.de>
17245         * org-exp-blocks.el (org-export-blocks-format-ditaa)
17246         (org-export-blocks-format-dot): Remove text properties of body before
17247         calculating cache hash.
17249 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17251         * org-latex.el (org-export-latex-tabular-environment): New option.
17252         (org-export-latex-tables): Use `org-export-latex-tabular-environment'.
17254 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17256         * org-compat.el (org-version-check): New function.
17258         * org-indent.el (org-indent-mode): Check for exact emacs version.
17260 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17262         * org-capture.el (org-capture-templates): Allow the template
17263         to come from a file or function call.
17264         (org-capture-place-entry): Get the template from file or function.
17266 2010-07-19  David Maus  <dmaus@ictsoc.de>
17268         * org-agenda.el (org-agenda-bulk-action): Don't create marker for
17269         position if target is entire file.
17271 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17273         * org.el (org-autoload): Autoload a few more org-table functions.
17275 2010-07-19  Eric Schulte  <schulte.eric@gmail.com>
17277         * org.el (org-babel-load-languages): Add ob-mscgen.
17279 2010-07-19  Eric Schulte  <schulte.eric@gmail.com>
17281         * org-latex.el (org-export-latex-tables): Format string now
17282         matches options.
17284 2010-07-19  Eric Schulte  <schulte.eric@gmail.com>
17286         * org.el (org-babel-load-languages): This variable controls which
17287         languages will be loaded by org-babel.  It is customizable through
17288         the customize interface.
17290 2010-07-19  Eric Schulte  <schulte.eric@gmail.com>
17292         * org-latex.el (org-export-latex-format-image): Update number of
17293         arguments to allow for an optional short-name.
17295 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17297         * org-indent.el (org-indent-mode): Refuse to turn on prior to Emacs 23.2.
17299 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17301         * org-capture.el (org-capture-set-target-location):
17302         Store exact positions for file+regexp and file+function targets.
17303         (org-capture-place-entry, org-capture-place-item)
17304         (org-capture-place-table-line, org-capture-place-plain-text):
17305         Respect exact positions.
17306         (org-capture-finalize): Make sure we are at the beginning of a line
17307         when fixing the empty lines after the entry.
17309 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17311         * org.el (org-entry-get-with-inheritance): New argument LITERAL-NIL.
17312         (org-entry-get): Pass `literal-nil' into
17313         `org-entry-get-with-inheritance'.
17314         (org-todo): React to nil values of the LOGGING property.
17316 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17318         * org.el (org-default-notes-file): Update docstring.
17320 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17322         * org.el (org-link-frame-setup): Use `org-gnus-no-new-news' as default.
17324 2010-07-19  Eric Schulte  <schulte.eric@gmail.com>
17326         * org-exp.el (org-export-attach-captions-and-attributes):
17327         Add a shortname attribute to caption strings under the symbol name
17328         org-caption-shortn.
17330 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17332         * org.el (org-switchb): Rename from `org-iswitchb'.
17333         Improve docstring.
17334         (org-iswitchb): New alias.
17335         (org-ido-switchb): Make alias point to `org-switchb'.
17337 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17339         * org-capture.el (org-capture-fill-template):
17340         Respect time-of-day preference in template prompt.
17342 2010-07-19  David Maus  <dmaus@ictsoc.de>
17344         * org-feed.el (org-feed-unescape): Remove superfluous lambda.
17346 2010-07-19  David Maus  <dmaus@ictsoc.de>
17348         * org-wl.el (org-wl-disable-folder-check): New customization
17349         variable.
17350         (org-wl-open): Disable folder check depending on
17351         `org-wl-disable-folder-check'.
17353 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17355         * org-capture.el (org-capture-set-target-location):
17356         Fix file+function interpretation.
17358 2010-07-19  David Maus  <dmaus@ictsoc.de>
17360         * org-feed.el (org-feed-parse-rss-entry): Unescape rss element
17361         content.
17363 2010-07-19  David Maus  <dmaus@ictsoc.de>
17365         * org-feed.el (xml-entity-alist): Declare variable
17366         `xml-entity-alist' for byte compiler.
17368 2010-07-19  David Maus  <dmaus@ictsoc.de>
17370         * org-feed.el (org-feed-unescape): New function.
17371         Unescape protected entities.
17372         (org-feed-parse-atom-entry): Use function for atom:content
17373         type text and html.
17375 2010-07-19  David Maus  <dmaus@ictsoc.de>
17377         * org-feed.el (org-feed-parse-rss-feed): Ignore case of rss
17378         element names.
17380 2010-07-19  Bernt Hansen  <bernt@norang.ca>
17382         * org.el (org-time-string-to-absolute): Ignore cyclic repeater
17383         when displaying items on todays agenda date.
17385 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17387         * org-agenda.el (org-agenda-get-progress): Avoid reusing previous
17388         value of EXTRA.
17390 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17392         * org-publish.el (org-publish-initialize-cache):
17393         Make timestamp directory, the entire path to it.
17395 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17397         * org-exp.el (org-export-handle-comments): Make sure to check
17398         for protection in the comment line, and not in the line after it.
17400 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17402         * org-html.el (org-export-html-preprocess): Call org-format-latex,
17403         possibly with a protect-only argument.
17405         * org.el (org-format-latex): New argument PROTECT-ONLY.
17407 2010-07-19  Eric Schulte  <schulte.eric@gmail.com>
17409         * org-exp.el (org-export-handle-table-metalines): This function
17410         removes table specific meta-lines, now that we aren't wiping
17411         everything that looks remotely like a comment at the end of the
17412         export process we have to be sure to catch all of the specific lines
17413         in org-exp.el.
17415 2010-07-19  Nicolas Goaziou  <n.goaziou@gmail.com>
17417         * org-exp.el (org-export-select-backend-specific-text): Properly
17418         get rid of #+Backend and #+ATTR_Backend specifics to backends not
17419         matching the one we're exporting to.
17421 2010-07-19  Eric Schulte  <schulte.eric@gmail.com>
17423         * org-table.el (orgtbl-to-generic): Add the :remove-newlines
17424         option which will strip newline characters from the text of table
17425         cells and replace then with "\n".
17427 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17429         * org.el (org-confirm-shell-link-function)
17430         (org-confirm-elisp-link-function): Limit the values that can be set by
17431         file variables.
17433 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17435         * org.el (org-compute-latex-and-specials-regexp): Deal with
17436         string elements by discarding them.
17438 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17440         * org.el (org-iswitchb): Make sure to use at least iswitchb.
17442 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17444         * org-capture.el (org-capture-position-for-last-stored)
17445         (org-capture-bookmark-last-stored-position): New functions.
17446         (org-capture-place-table-line): Better error catching.
17447         (org-capture-place-item, org-capture-place-entry)
17448         (org-capture-place-plain-text):
17449         Call `org-capture-position-for-last-stored'.
17450         (org-capture-finalize): Just call
17451         `org-capture-bookmark-last-stored-position'.
17453 2010-07-19  Eric Schulte  <schulte.eric@gmail.com>
17455         * org-exp.el (org-export-mark-blockquote-verse-center):
17456         Fix small bug, now grabbing match data before overwritten by looking-at
17457         this fixes a problem with remainders of #+end_quote lines appearing
17458         in exported output.
17460 2010-07-19  David Maus  <dmaus@ictsoc.de>
17462         * org.el (org-link-frame-setup): Add customization option for
17463         Wanderlust.
17465 2010-07-19  Eric Schulte  <schulte.eric@gmail.com>
17467         * org-latex.el (org-export-latex-fixed-width): Now check
17468         org-example rather than org-protected on verbatim export, because by
17469         default all ": " prefixed lines are marked protected.
17471 2010-07-19  Eric Schulte  <schulte.eric@gmail.com>
17473         * org-latex.el (org-export-latex-fixed-width): Check for
17474         protection before wrapping ": " lines as verbatim.
17476 2010-07-19  Eric Schulte  <schulte.eric@gmail.com>
17478         * org-exp.el (org-export-handle-comments): Check for protection
17479         before removing comments.
17481 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17483         * org-entities.el (org-entities): Restructure the list.
17484         (org-entities-help): Turn the help output into a buffer
17485         in Org-mode, so that it becomes easier to find a symbol
17486         in the structure.
17487         (org-entities-create-table): Deal with new structure.
17489 2010-07-19  David Maus  <dmaus@ictsoc.de>
17491         * org-agenda.el (org-write-agenda): Use backquotes to expand
17492         `flet' at compile time.
17494 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17496         * org.el (org-entry-properties): Make sure that standard property
17497         names are used even if the user has customized time keywords.
17499 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17501         * org-macs.el (org-not-nil): Return the value if not interpreted
17502         as nil.
17504         * org.el (org-entry-get)
17505         (org-entry-get-with-inheritance): Interpret the value "nil"
17506         as nil for properties.
17508 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17510         * org.el (org-switch-to-buffer-other-window): Return the buffer.
17512 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17514         * org-macs.el (org-not-nil): New function.
17516         * org.el (org-block-todo-from-children-or-siblings-or-parent):
17517         Use `org-not-nil' to interpret a property value of nil.
17519 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17521         * org.el (org-truely-invisible-p): New function.
17522         (org-beginning-of-line): Use `org-truely-invisible-p'.
17524 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17526         * org-agenda.el (org-agenda-get-timestamps): No errors
17527         while getting TODO state.
17528         (org-agenda-highlight-todo): No error when no keyword has
17529         been matched.
17531 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17533         * org.el (org-timestamp-change): New optional argument UPDOWN.
17534         Use this to identify calls from org-timestamp-up/down, so that we can
17535         skip by rounding minutes in this case.
17536         (org-timestamp-up, org-timestamp-down, org-timestamp-up-day)
17537         (org-timestamp-down-day): Call org-timestamp-change with the
17538         updown argument.
17540 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17542         * org-agenda.el (org-agenda-action): Make `c' key call org-capture.
17544         * org-capture.el: New file.
17546         * org-compat.el (org-get-x-clipboard): Function moved here from
17547         remember.el.
17549         * org-mks.el: New file.
17551         * org.el (org-set-regexps-and-options): Allow statistic cookies as
17552         part of complex headlines.
17553         (org-find-olp): New argument THIS-BUFFER.  When set, assume that the
17554         OLP does not contain a file name.
17556 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17558         * org.el (org-mode): Set `comment-start' instead of changing the
17559         syntax of the `#' character.
17561 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17563         * org-exp.el (org-export-format-source-code-or-example): Mark examples
17564         by a property.
17566         * org-html.el (org-export-html-close-lists-maybe): Check if raw
17567         HTML stuff was actually made from an example.
17569 2010-07-19  Bastien Guerry  <bzg@gnu.org>
17571         * org-latex.el: Items are no longer skipped when their first line
17572         ends on a protected element.
17574         * org-list.el: Protected environments looking like lists are not
17575         exported anymore.
17577 2010-07-19  Eric Schulte  <schulte.eric@gmail.com>
17579         * org-exp-blocks.el (org-export-blocks-preprocess):
17580         Cleanup trailing newline after block.
17582 2010-07-19  Bastien Guerry  <bzg@gnu.org>
17584         * org-exp.el: Comment regexp now matches documentation.  No more
17585         protection check when deleting comments before export.
17587 2010-07-19  Bastien Guerry  <bzg@gnu.org>
17589         * org-exp.el (org-export-preprocess-string):
17590         Now using `org-export-handle-include-files-recurse' to resolve
17591         included files.
17593 2010-07-19  Bastien Guerry  <bzg@gnu.org>
17595         * org-agenda.el (org-agenda-get-deadlines)
17596         (org-agenda-get-scheduled):
17597         * org.el (org-time-string-to-seconds):
17598         For deadline and scheduled agenda display ignore the cyclic repeater
17599         when calculating how many days late the task is.  If you have a weekly
17600         task and miss the date the agenda view will show more than a week late
17601         now instead of resetting on the cyclic repeating date.  This makes it
17602         much more obvious when you missed a repeating task after the repeater.
17604 2010-07-19  Bastien Guerry  <bzg@gnu.org>
17606         * org-exp.el (org-export-mark-blockquote-verse-center):
17607         Consider environments that end at eob.
17609 2010-07-19  Mikael Fornius  <mfo@abc.se>
17611         * org.el (org-raise-scripts): Do not fontify sub/superscripts of text
17612         with face `org-special-keyword'.  Make property keys as :LAST_REPEAT:
17613         display correctly.
17615 2010-07-19  Mikael Fornius  <mfo@abc.se>
17617         * org.el (org-at-property-p): Use save-match-data macro instead of let.
17619 2010-07-19  Mikael Fornius  <mfo@abc.se>
17621         * org.el (test): Remove unused test function.
17623 2010-07-19  Eric Schulte  <schulte.eric@gmail.com>
17625         * org-exp-blocks.el (org-export-blocks-preprocess): Fix typo.
17627 2010-07-19  Eric Schulte  <schulte.eric@gmail.com>
17629         * org-exp-blocks.el (org-export-blocks-postblock-hook):
17630         Add documentation to and turn into a defcustom.
17632 2010-07-19  Eric Schulte  <schulte.eric@gmail.com>
17634         * org-exp.el (org-get-file-contents): By un-setting prefix1 to ""
17635         instead of to nil we avoid errors when :prefix1 is defined, but
17636         prefix is not.
17638 2010-07-19  Nicolas Goaziou  <n.goaziou@gmail.com>
17640         * org-latex.el (org-export-latex-preprocess): Environments coming
17641         from latex backend specific instructions (#+LaTeX) are already
17642         protected and won't be treated as normal environments.
17644 2010-07-19  Bastien Guerry  <bzg@gnu.org>
17646         * org-timer.el (org-timer-set-timer): Fix typo in the docstring.
17648 2010-07-19  Bastien Guerry  <bzg@gnu.org>
17650         * org-timer.el (org-timer-set-timer): Use a prefix argument.
17651         See the docstring of the function.
17653 2010-07-19  Bastien Guerry  <bzg@gnu.org>
17655         * org-timer.el (org-timer-set-timer): Fix bug about canceling
17656         timers.
17658 2010-07-19  David Maus  <dmaus@ictsoc.de>
17660         * org-w3m.el (org-w3m-copy-for-org-mode)
17661         (org-w3m-get-next-link-start, org-w3m-get-prev-link-start):
17662         Get text property directly, not using macro `w3m-anchor'.
17664 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17666         * org.el (org-emph-re): Document the match groups.
17668 2010-07-19  Bernt Hansen  <bernt@norang.ca>
17670         * org-clock.el (org-clock-in): Set `org-clock-clocking-in' to
17671         t before calling `org-clock-out', so that that function can
17672         know its call context.
17674 2010-07-19  Bastien Guerry  <bzg@gnu.org>
17676         * org-timer.el (org-timer-default-timer): New variable.
17677         (org-timer-set-timer): Use the new variable.  Also offer the
17678         possibility to replace the current timer by a new one.
17680 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17682         * org.el (org-kill-note-or-show-branches): Hide subtree before
17683         exposing the headings.
17685 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17687         * org.el (org-add-planning-info): Remove the empty line also
17688         if there is no whitespace at all in there.
17690         * org-table.el (org-table-align): Fix alignment of strings
17691         with invisible characters.
17693 2010-07-19  David Maus  <dmaus@ictsoc.de>
17695         * org.el (org-refile-cache-get): Return empty list of targets
17696         when cache was cleared.
17697         (org-clone-subtree-with-time-shift): Maybe create ID property
17698         in cloned subtrees.
17699         (org-clone-delete-id): New customization variable.
17700         (org-clone-subtree-with-time-shift): Use customization
17701         variable `org-clone-delete-id'.
17702         (org-clone-subtree-with-time-shift): Remove empty property
17703         drawer in cloned subtrees.
17705 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17707         * org.el (org-refile-use-cache): New option.
17708         (org-refile-cache, org-refile-markers): New variable.
17709         (org-refile-marker, org-refile-cache-clear)
17710         (org-refile-cache-check-set, org-refile-cache-put)
17711         (org-refile-cache-get): New function.
17712         (org-get-refile-targets): Use the refile cache.
17714         * org-clock.el (org-clock-sum): Don't include running clock if
17715         the time block is wrong.
17717 2010-07-19  John Wiegley  <jwiegley@gmail.com>
17719         * org-clock.el (org-clock-clock-in, org-clock-in):
17720         Add parameter `start-time'.
17721         (org-clock-resolve-clock): Add parameter `clock-out-time'.
17722         If set, and resolve-to is a past time, then the clock out
17723         event occurs at `clock-out-time' rather than at `resolve-to'.
17724         In this case, `resolve-to' becomes the clock in time.
17725         (org-clock-jump-to-current-clock): Create new global command
17726         to reveal the current clock.
17727         (org-clock-resolve): Add new commands g/G and j/J, and a
17728         help window describing all commands and their meaning.
17729         (org-clock-resolve-expert): New customization variable.
17730         (org-find-open-clocks): Fix a bug that caused discovered
17731         clocks not to match up with the currently active clock.
17732         (org-resolve-clocks): Change the argument
17733         `also-non-dangling-p' to `only-dangling-p', since due to a bug
17734         this was the default behavior all along.
17736 2010-07-19  David Maus  <dmaus@ictsoc.de>
17738         * org-id.el (org-id-uuid): New function.  Return string with
17739         random (version 4) UUID.
17740         (org-id-method): Make 'uuid the new default value.
17741         (org-id-new): Use `org-id-uuid' if call to uuidgen program
17742         does not return a UUID.
17744 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17746         * org-latex.el (org-export-latex-format-image): Add support
17747         for multicolumn figures in LaTeX.
17749 2010-07-19  David Maus  <dmaus@ictsoc.de>
17751         * org.el (org-clone-subtree-with-time-shift): Remove ID
17752         property of original subtree in cloned subtrees.
17754 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17756         * org-exp.el (org-export-format-source-code-or-example):
17757         XEmacs compatibility.
17759         * org-latex.el (org-export-latex-tables): Accept comma in
17760         align string.
17762         * org-docbook.el (org-export-docbook-xslt-stylesheet): New option.
17763         (org-export-docbook-xslt-proc-command): Fix docstring.
17764         (org-export-docbook-xsl-fo-proc-command): Fix docstring.
17765         (org-export-as-docbook-pdf):
17766         Improve formatting of the xslt command.
17768         * org-exp.el (org-infile-export-plist): Check for XSLT setting.
17770         * org.el (org-file-contents): Improve error message.
17771         (org-set-regexps-and-options): Remove spaces at both ends.
17773 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17775         * org-docbook.el (org-export-as-docbook-pdf):
17776         Improve formatting of the xslt command.
17778 2010-07-19  Sebastian Rose  <sebastian_rose@gmx.de>
17780         * org-publish.el (org-publish-cache): Use one big hashmap for
17781         each project defined in `org-publish-project-alist'.
17782         (initialize-files-alist): Function removed.
17783         (org-publish-validate-link): Function removed.
17784         (org-publish-get-base-files): Add variable `sitemap-requested'
17785         to avoid sorting where possible.
17786         (org-publish-get-files): Function removed.
17787         (org-publish-get-project-from-filename): Make independent of
17788         file list.
17789         (org-publish-file): New argument NO-CACHE.
17791 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17793         * org.el (org-beginning-of-defun, org-end-of-defun):
17794         New functions.
17795         (org-mode): Install the `org-beginning-of-defun' and
17796         `org-end-of-defun' functions.
17797         (org-pretty-entities): New option.
17798         (org-toggle-pretty-entities): New command.
17799         (org-fontify-entities): New function.
17800         (org-startup-options): New keywords for pretty entities.
17801         (org-set-font-lock-defaults): Call the pretty entities
17802         function.
17804         * org-latex.el (org-export-latex-keywords-maybe): Protect the
17805         TODO markup.
17807 2010-07-19  Mikael Fornius  <mfo@abc.se>
17809         * org-habit.el (org-habit-build-graph): Help-echo date when
17810         mouse is over stars.
17812 2010-07-19  Jan Böker  <jan.boecker@jboecker.de>
17814         * org.el (org-file-apps): Improve docstring to reflect
17815         grouping matches.
17817 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17819         * org.el (org-set-startup-visibility): Fix empty line display.
17821         * org-latex.el (org-export-latex-links): Use the formatting
17822         function of the link type, if it is available.
17824         * org-table.el (org-table-get-remote-range): Return to
17825         original buffer when retrieving remote reference.
17827         * org.el (org-display-inline-images): Do the entire buffer,
17828         not just the narrowed region.  Clear the cache.
17829         (org-display-inline-images): Match mode file paths.
17831 2010-07-19  David Maus  <dmaus@ictsoc.de>
17833         * org-wl.el (org-wl-store-link-folder): Don't throw error when
17834         called on WL folder group.
17836 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17838         * org.el (org-replace-escapes): Make sure the cdr is not nil.
17839         (org-read-date): Make `M-v' and `C-v' scroll the popup calendar.
17840         (org-mode): Revert comment syntax changes.
17842 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17844         * org.el (org-sparse-tree): Make `C-c / t' search for all TODO
17845         keywords, and `C-c / T' for a specific one.
17847 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17849         * org.el (org-mode): Fix comment syntax settings.
17851         * org-src.el (org-edit-src-allow-write-back-p):
17852         Define variable.
17854         * org.el (org-inline-image-overlays): New variable.
17855         (org-toggle-inline-images, org-display-inline-images)
17856         (org-remove-inline-images): New commands.
17857         (org-mode-map): Define a key for `org-toggle-inline-images'.
17859 2010-07-19  David Maus  <dmaus@ictsoc.de>
17861         * org-wl.el (org-wl-message-field): New function.
17862         Return content of header field in message entity.
17863         (org-wl-store-link): Call `org-wl-store-link-folder' or
17864         `org-wl-store-link-message' depending on major-mode.
17865         (org-wl-store-link-folder): New function.  Store link to
17866         Wanderlust folder.
17867         (org-wl-store-link-message): New function.  Store link to
17868         Wanderlust message.
17869         (org-wl-store-link-message): Store link to message while
17870         visiting message.
17871         (org-wl-open): Don't try to jump to message when opening a
17872         folder link.
17874 2010-07-19  David Maus  <dmaus@ictsoc.de>
17876         * org.el (org-replace-escapes): Avoid infinite loop when
17877         replace string contains escape sequence it replaces.
17879 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17881         * org-crypt.el (org-crypt-key-for-heading): Use symmetric
17882         encryption when now key is set.
17884 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17886         * org-table.el (org-table-recalculate-buffer-tables)
17887         (org-table-iterate-buffer-tables): New commands.
17889         * org.el (org-check-for-hidden): When there is a region, skip
17890         the check.
17892 2010-07-19  Dan Davison  <davison@stats.ox.ac.uk>
17894         * org-src.el (org-edit-src-code): allow-write-back-p had
17895         erroneously been omitted from let binding.
17897 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17899         * org-agenda.el (org-sorting-choice): New sorting type alpha.
17900         (org-cmp-alpha): New defsubst.
17901         (org-em): New defsubst.
17902         (org-entries-lessp): Only compute needed comparisons.
17904 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17906         * org-html.el (org-format-org-table-html): Test all columns
17907         for number content.
17909 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17911         * org-latex.el (org-export-latex-treat-sub-super-char):
17912         Make sure parenthesis matching is consistent.
17914         * org-table.el (org-table-colgroup-line-p)
17915         (org-table-cookie-line-p): New functions.
17917         * org-exp.el (org-table-clean-before-export): Better tests for
17918         colgroup and cookie lines.
17920 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17922         * org-agenda.el (org-agenda-goto): Push a mark before changing
17923         the position.
17925         * org-footnote.el (org-footnote): New group.
17926         (org-footnote-section)
17927         (org-footnote-tag-for-non-org-mode-files): Fix typos.
17929         * org-list.el (org-end-of-item-text-before-children): Also do
17930         the right thing at the end of a file.
17932         * org.el (org-set-packages-alist, org-get-packages-alist):
17933         New function.
17934         (org-export-latex-default-packages-alist)
17935         (org-export-latex-packages-alist): Add extra flag to
17936         each package, indicating if it should be used for snippets.
17937         (org-create-formula-image): Add the snippet argument.
17938         (org-splice-latex-header): New argument SNIPPET-P, pass it
17939         through to `org-latex-packages-to-string'.
17940         (org-latex-packages-to-string): New argument SNIPPET-P.
17942         * org-latex.el (org-export-latex-make-header): Add the snippet
17943         argument.
17945         * org-docbook.el (org-export-as-docbook): Implement ordered
17946         lists starting at some offset.
17948 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17950         * org.el (org-link-types, org-open-at-point): Add doi links.
17952         * org-ascii.el (org-export-ascii-preprocess): Remove list
17953         startcounter cookies.
17955         * org-list.el (org-renumber-ordered-list): Respect counter
17956         start values.
17958         * org-latex.el (org-export-latex-lists): Accept ordered list
17959         item offset cookie.
17961         * org-html.el (org-export-as-html): Accept ordered list
17962         item offset cookie.
17964         * org-indent.el (org-indent-mode): Turn off `indent-tabs-mode'
17965         which messes up alignment of tags.
17967 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17969         * org-clock.el (org-clock-cancel, org-clock-out): Make sure
17970         the modeline display is removed.
17972         * org-exp.el (org-export-format-drawer-function):
17973         Fix docstring.
17975         * org-agenda.el (org-agenda-refile): New optional argument
17976         NO-UPDATE.
17977         (org-agenda-refile): Call `org-agenda-redo' unless NO-UPDATE
17978         is set.
17979         (org-agenda-bulk-action): Call the refile command with updates
17980         suppressed - but arrange for `org-agenda-redo' to be called at
17981         the end.
17983         * org.el (org-mode): Make table mapping quiet.
17984         (org-table-map-tables): New optional argument QUIETLY.
17986         * org-ascii.el (org-export-ascii-preprocess): Make table
17987         mapping quiet.
17989         * org-html.el (org-export-as-html, org-html-level-start):
17990         Change XHTML IDs to not use dots.
17992         * org-exp.el (org-export-define-heading-targets):
17993         Change XHTML IDs to not use dots.
17995         * org-docbook.el (org-export-docbook-level-start):
17996         Change XHTML IDs to not use dots.
17998         * org-latex.el (org-export-as-latex): Make sure that the
17999         result buffer is in latex-mode.
18001         * org.el (org-shiftup-final-hook, org-shiftdown-final-hook)
18002         (org-shiftleft-final-hook, org-shiftright-final-hook):
18003         New hooks.
18005 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
18007         * org-table.el (org-table-justify-field-maybe): Make sure that
18008         inserting a value does not turn a line into a hline.
18010 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
18012         * org-clock.el (org-clock-sum): New argument HEADLINE-FILTER.
18013         (org-clock-sum): Add property to selected headlines.
18014         (org-dblock-write:clocktable): Make tags matcher.
18016         * org.el (org-set-autofill-regexps): XEmacs compatibility.
18018         * org-latex.el (org-export-latex-set-initial-vars): Allow "-"
18019         in latex class definitions.
18021         * org.el (org-shiftup-hook, org-shiftdown-hook)
18022         (org-shiftleft-hook, org-shiftright-hook): New hooks.
18024         * org-entities.el (org-entities): Use \land and \lor for logical
18025         operators.
18027         * org.el (org-shiftmetaleft, org-shiftmetaright): Call the subtree
18028         indentation commands.
18029         (org-hidden-tree-error): New defsubst.
18030         (org-metaleft, org-metaright): Check for hidden stuff and throw an
18031         error.
18032         (org-check-for-hidden): New function.
18034         * org-list.el (org-item-re): New function.
18035         (org-at-item-p): Use `org-item-re'.
18036         (org-end-of-item-text-before-children): New function.
18037         (org-outdent-item, org-indent-item): Arrange for leaving the
18038         subtree alone.
18039         (org-outdent-item-tree, org-indent-item-tree): New argument
18040         NO-SUBTREE.
18041         (org-indent-item-tree): Use `org-end-of-item-text-before-children'
18042         to find the end for processing while ignoring the subtree.
18044         * org-publish.el (org-publish-sitemap-sort-alphabetically)
18045         (org-publish-sitemap-sort-folders)
18046         (org-publish-sitemap-sort-ignore-case): New options.
18048 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
18050         * org-publish.el (org-publish-compare-directory-files): Fix sorting.
18052         * org-compat.el (org-get-x-clipboard-compat): Use (featurep 'xemacs).
18054         * org-publish.el (org-publish-project-alist): Update docstring.
18055         (org-publish-file-title-cache): New variable.
18056         (org-publish-initialize-files-alist):
18057         Initialize `org-publish-initialize-files-alist' to nil.
18058         (org-publish-sort-directory-files): New function.
18059         (org-publish-projects): Access the new properties.
18060         (org-publish-find-title): Use the file title cache.
18061         (org-publish-find-title): Build the file title cache.
18062         (org-publish-get-base-files-1): Sort files.
18063         (org-publish-aux-preprocess): Do not throw an error when before
18064         the first headline.  Allow an empty target, meaning to link just
18065         to the file.
18066         (org-publish-index-generate-theindex.inc): Check if there is
18067         actually a target and only then add it to the link.
18068         (org-publish-projects): Fix a remaining issue with the last commit.
18070         * org-html.el (org-export-as-html): Treat verse as open/close
18071         paragraph.
18072         (org-export-html-close-lists-maybe): Allow to splice raw HTML into
18073         and out of lists.
18075 2010-07-19  Dan Davison  <davison@stats.ox.ac.uk>
18077         * org-src.el (org-edit-src-code): Allow the org-src edit buffer to
18078         be used in a read-only mode.
18079         (org-edit-src-code): Different message in read-only mode.
18081 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
18083         * org-src.el (org-edit-src-find-region-and-lang): Test for
18084         table.el as late as possible.
18086         * org-colview.el: Make sure this file is never loaded into XEmacs.
18088         * org-agenda.el (org-highlight, org-unhighlight): Use direct
18089         overlay calls.
18091         * org.el (org-key): Apply the translations defined in
18092         `org-xemacs-key-equivalents'.
18094         * org-mouse.el (org-mode-hook): Use `org-defkey'.
18096         * org-compat.el (org-xemacs-key-equivalents): New constant.
18098 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
18100         * org-inlinetask.el (org-inlinetask-defaut-state): New option.
18101         (org-inlinetask-insert-task): Use `org-inlinetask-defaut-state'.
18102         Obey `org-odd-levels-only'.
18104         * org-compat.el (org-find-overlays): Use overlays-in/at.
18106         * org.el (org-remove-empty-overlays-at)
18107         (org-outline-overlay-data, org-hide-block-toggle)
18108         (org-format-latex, org-context): Use overlays-in/at.
18110         * org-src.el (org-edit-src-exit): Use overlays-in/at.
18112         * org-agenda.el (org-agenda-mark-clocking-task)
18113         (org-agenda-fontify-priorities, org-agenda-dim-blocked-tasks)
18114         (org-agenda-entry-text-hide)
18115         (org-agenda-fix-tags-filter-overlays-at)
18116         (org-agenda-bulk-remove-overlays): Use overlays-in/at.
18118         * org-compat.el (org-overlays-at): Function removed.
18119         (org-overlays-in): Function removed.
18121 2010-07-19  Bastien Guerry  <bzg@gnu.org>
18123         * org-clock.el (org-clock-set-current): Just return the headline
18124         itself, strip the TODO keyword, the priority cookie and the tags.
18126 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
18128         * org-compat.el (org-xemacs-without-invisibility): New macro.
18129         (org-xemacs-without-invisibility): New macro.
18130         (org-indent-to-column, org-indent-line-to, org-move-to-column):
18131         Redefine using the macro `org-xemacs-without-invisibility'.
18133         * org.el (org-mode, org-org-menu): Use `add-to-invisibility-spec'.
18135         * org-table.el (orgtbl-mode): Use `add-to-invisibility-spec'.
18137         * org-compat.el (org-make-overlay, org-delete-overlay)
18138         (org-overlay-start, org-overlay-end, org-overlay-put)
18139         (org-overlay-get, org-overlay-move, org-overlay-buffer):
18140         Functions removed.
18141         (org-add-to-invisibility-spec): Function removed.
18143         * org-html.el (org-export-as-html-and-open): Add argument to
18144         kill-buffer.
18146         * org-habit.el (require): `calendar' is now required already by
18147         org.el on top level.
18149         * org-clock.el (require): `calendar' is now required already by
18150         org.el on top level.
18152         * org-agenda.el (require, org-timeline, org-agenda-list)
18153         (org-todo-list, org-agenda-to-appt): `calendar' is now required
18154         already by org.el on top level.
18156         * org.el (org-export-latex-fix-inputenc): Declare function.
18158         * org-agenda.el (org-agenda-goto-calendar): Do not bind obsolete
18159         variables.
18161         * org.el (calendar): Require calendar now on top level in org.el
18162         and define aliases to new variables when needed.
18163         (org-read-date, org-goto-calendar): Do not bind obsolete
18164         variables.
18166         * org-clock.el (org-clock-out, org-clock-cancel): Get rid of
18167         compilation warning, add comment that this cannot be done with
18168         `with-current-buffer'.
18170         * org-wl.el (org-wl-open): Use `with-current-buffer'.
18172         * org.el (overlay, org-remove-empty-overlays-at)
18173         (org-outline-overlay-data, org-set-outline-overlay-data)
18174         (org-show-block-all, org-hide-block-toggle)
18175         (org-highlight-new-match, org-remove-occur-highlights)
18176         (org-tags-overlay, org-fast-tag-selection, org-date-ovl)
18177         (org-read-date, org-read-date-display, org-eval-in-calendar)
18178         (org-format-latex, org-context)
18179         (org-speedbar-restriction-lock-overlay)
18180         (org-speedbar-set-agenda-restriction): Use the normal overlay API.
18182         * org-table.el (org-table-add-rectangle-overlay)
18183         (org-table-remove-rectangle-highlight)
18184         (org-table-overlay-coordinates)
18185         (org-table-toggle-coordinate-overlays): Use the normal overlay
18186         API.
18188         * org-src.el (org-edit-src-code, org-edit-fixed-width-region)
18189         (org-edit-src-exit, org-src-mode-configure-edit-buffer): Use the
18190         normal overlay API.
18192         * org-colview.el (org-columns-new-overlay)
18193         (org-columns-display-here, org-columns-remove-overlays)
18194         (org-columns-edit-value, org-columns-next-allowed-value)
18195         (org-columns-update): Use the normal overlay API.
18197         * org-clock.el (org-clock-out, org-clock-cancel)
18198         (org-clock-put-overlay, org-clock-remove-overlays): Use the normal
18199         overlay API.
18201         * org-agenda.el (org-agenda-mark-filtered-text)
18202         (org-agenda-mark-clocking-task, org-agenda-fontify-priorities)
18203         (org-agenda-dim-blocked-tasks, org-agenda-entry-text-show-here)
18204         (org-agenda-entry-text-hide)
18205         (org-agenda-restriction-lock-overlay)
18206         (org-agenda-set-restriction-lock)
18207         (org-agenda-filter-by-tag-hide-line)
18208         (org-agenda-fix-tags-filter-overlays-at)
18209         (org-agenda-filter-by-tag-show-all, org-hl)
18210         (org-agenda-goto-calendar, org-agenda-bulk-mark)
18211         (org-agenda-bulk-remove-overlays): Use the normal overlay API.
18213         * org-freemind.el (org-freemind-from-org-mode-node)
18214         (org-freemind-from-org-mode)
18215         (org-freemind-from-org-sparse-tree, org-freemind-to-org-mode):
18216         Use interactive-p instead of called-interactively, because this is
18217         backward compatible with older Emacsen I still support..
18219 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
18221         * org-exp.el (org-export-define-heading-targets): Fix bug in
18222         regexp finding ID and CUSTOM_ID properties.
18224 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
18226         * org-footnote.el (org-footnote-goto-previous-reference):
18227         Rename from `org-footnote-goto-next-reference'.
18229         * org.el (org-auto-repeat-maybe): Only record LAST_REPEAT if
18230         org-log-repeat is non-nil, or if there is clocking data in the
18231         entry.
18233         * org-crypt.el (org-encrypt-entry): Improve mapping behavior.
18235 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
18237         * org.el (org-align-all-tags): New command.
18239 2010-07-19  David Maus  <dmaus@ictsoc.de>
18241         * org-wl.el (org-wl-link-remove-filter): New customizable
18242         variable.  If non-nil, filter conditions are stripped when storing
18243         link to message in filter folder.
18244         (org-wl-shimbun-prefer-web-links): New customizable variable.
18245         If non-nil, links to shimbun messages are created as web links to
18246         message source.
18247         (org-wl-nntp-prefer-web-links): New customizable variable.
18248         If non-nil, links to nntp message are created as web links to gmane
18249         or googlegroups.
18250         (org-wl-namazu-default-index): New customizable variable.
18251         Directory of namazu search index that should be used as default
18252         when opening a link in a search folder.
18253         (org-wl-folder-types): New constant.  Wanderlust folder type
18254         indicators.
18255         (org-wl-folder-type): New function.  Return type of Wanderlust
18256         folder.
18257         (org-wl-store-link): Create web links for shimbun or nntp messages
18258         and strip filter conditions depending on customizable variables.
18259         (org-wl-open): Open namazu search folder for message when called
18260         with prefix.
18262 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
18264         * org.el (org-remove-if, org-remove-if-not): New functions.
18265         (org-open-file): Use internal remove-if functions.
18267 2010-07-19  Jan Böcker  <jan.boecker@jboecker.de>
18269         * org.el (org-file-apps-entry-match-against-dlink-p): New function.
18270         (org-file-apps-ex): Remove variable.
18271         (org-open-file): Integrate org-file-apps-ex functionality back
18272         into org-file-apps, and decide whether to match a regexp against
18273         the link or the filename using org-file-apps-entry-uses-grouping-p.
18275 2010-07-19  Jan Böcker  <jan.boecker@jboecker.de>
18277         * org.el (org-file-apps-ex): New variable.
18278         (org-open-file): Before considering org-file-apps, first match the
18279         regexps from org-file-apps-ex against the whole link.
18280         See docstring of org-file-apps-ex.
18282 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
18284         * org.el (org-export-latex-default-packages-alist):
18285         Remove microtype package.
18286         (org-todo-repeat-to-state): New variable.
18287         (org-auto-repeat-maybe): Allow user-selected target states.
18288         (org-default-properties): Add the new property REPEAT_TO_STATE.
18290 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
18292         * org-mobile.el (org-mobile-check-setup): Make sure that there is
18293         a binary to compute checksums.
18295 2010-06-26  Carsten Dominik  <carsten.dominik@gmail.com>
18297         * org-agenda.el (org-agenda-goto-calendar): Do not bind obsolete
18298         variables.
18300         * org.el (calendar): Require calendar now on top level in org.el
18301         and define aliases to new variables when needed.
18302         (org-read-date, org-goto-calendar): Do not bind obsolete
18303         variables.
18305 2010-06-22  Glenn Morris  <rgm@gnu.org>
18307         * org-entities.el: Add explicit utf-8 coding cookie to file with
18308         utf-8 characters.
18310 2010-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
18312         * org.el (org-file-complete-link): Avoid (expand-file-name ".").
18314 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
18316         * Version 23.2 released.
18318 2010-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
18320         * org-table.el (orgtbl-setup):
18321         * org-agenda.el (org-agenda-entry-text-mode): Simplify.
18323 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
18325         * org-table.el (orgtbl-mode): Use define-minor-mode.
18327 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18329         * org.el (org-insert-link): Find the link buffer on visible frames.
18330         (org-export-latex-default-packages-alist): Hyperref must be loaded
18331         late.
18332         (org-open-file): More care with the new matching for file links.
18334 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18336         * org-latex.el (org-export-latex-preprocess): Do not yet protect
18337         defined entities - these will be taken care of later.
18338         (org-export-latex-special-chars): Post-process entity replacement.
18339         (org-export-latex-fontify-headline): Do not yet protect defined
18340         entities - these will be taken care of later.
18341         (org-export-latex-tables, org-export-latex-links): Format the
18342         caption properly.
18344         * org-entities.el (org-entities-user): Fix typo.
18346         * org.el (org-prepare-agenda-buffers): Uniquify TODO keywords.
18348         * org-entities.el (org-entities-user): Improve docstring.
18350 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18352         * org-entities.el (org-macs): Require org-macs, to be sure that we
18353         have `declare-function' defined.
18355 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18357         * org-latex.el (org-export-latex-classes): Update docstring.
18359         * org.el (org-format-latex-header): Add cookies to the header.
18360         (org-splice-latex-header): Implement placement according to cookies.
18362 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18364         * org-publish.el (org-publish-aux-preprocess): Control case
18365         sensitivity.
18367 2010-04-10  Bastien Guerry  <bzg@gnu.org>
18369         * org.el (org-splice-latex-header): Fix typo.
18371 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18373         * org-latex.el (org-export-latex-make-header):
18374         Use `org-splice-latex-header' to build the header.
18375         (org-export-latex-classes): Update docstring.
18377         * org.el (org-splice-latex-header): New function.
18378         (org-create-formula-image): Use `org-splice-latex-header' to build
18379         the header.
18381         * org-gnus.el (org-gnus-follow-link): Handle nndoc backend.
18383 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18385         * org.el (org-export-latex-packages-alist)
18386         (org-export-latex-default-packages-alist): Fix docstring to
18387         reflect the expected structure.
18389         * org-docbook.el (org-docbook-do-expand): Fix bug with variable names.
18390         (org-export-docbook-finalize-table): Make use of label for tables.
18392 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18394         * org-attach.el (org-attach-commit): Split on newlines.
18396         * org.el (org-export-latex-default-packages-alist): Use list
18397         instead of cons for the entries.
18399 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18401         * org-entities.el (org-entity-get-representation): Catch the case
18402         that there is not entry in the list.
18404         * org-mobile.el (org-mobile-use-encryption)
18405         (org-mobile-encryption-tempfile, org-mobile-encryption-password):
18406         New options.
18407         (org-mobile-check-setup): CHeck the encryption setup.
18408         (org-mobile-copy-agenda-files, org-mobile-sumo-agenda-command)
18409         (org-mobile-create-sumo-agenda): Use encryption code.
18410         (org-mobile-encrypt-and-move): New function.
18411         (org-mobile-encrypt-file, org-mobile-decrypt-file):
18412         New functions.
18413         (org-mobile-move-capture): Decrypt the capture file.
18415         * org.el (org-entities): Require the new file.
18416         (org-export-latex-default-packages-alist): New variable.
18417         (org-complete): Use new entity code for completion.
18418         (org-create-formula-image): Use the new packages variable.
18420         * org-latex.el (org-export-latex-classes): Remove the standard
18421         packages from the class headers.
18422         (org-export-latex-make-header): Use the new package variable.
18423         (org-export-latex-special-chars): Better regexp for entities, to
18424         support entity name that contain numbers.
18425         (org-export-latex-treat-backslash-char): Use the new entity code.
18427         * org-html.el (org-html-do-expand): Use the new entity code.
18429         * org-exp.el (org-export): Add the new export commands.
18430         (org-html-entities): Constant removed.
18431         (org-export-visible): Add the new export commands.
18433         * org-docbook.el (org-docbook-do-expand): Use new entity code.
18435         * org-ascii.el (org-export-ascii-entities): New variable.
18436         (org-export-as-latin1, org-export-as-latin1-to-buffer)
18437         (org-export-as-utf8, org-export-as-utf8-to-buffer): New commands.
18438         (org-export-as-encoding): New function.
18439         (org-export-ascii-preprocess): Call `org-ascii-replace-entities'.
18440         (org-ascii-replace-entities): New function.
18442 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18443             Ulf Stegemann  <ulf@zeitform.de>
18445         * org-entities.el: New file.
18447 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18449         * org-html.el (org-html-level-start): Catch the case that target
18450         might be nil.
18452 2010-04-10  Dan Davison  <davison@stats.ox.ac.uk>
18454         * org.el (org-appearance): Change Customize group variable name
18455         from org-font-lock to org-appearance, and change tag from "Org
18456         Font Lock" to "Org Appearance".
18457         (org-odd-levels-only): Change Customize group variable name.
18458         (org-level-color-stars-only): Change Customize group variable name.
18459         (org-hide-leading-stars): Change Customize group variable name.
18460         (org-hidden-keywords): Change Customize group variable name.
18461         (org-fontify-done-headline): Change Customize group variable name.
18462         (org-fontify-emphasized-text): Change Customize group variable name.
18463         (org-fontify-whole-heading-line): Change Customize group variable name.
18464         (org-highlight-latex-fragments-and-specials): Change Customize
18465         group variable name.
18466         (org-hide-emphasis-markers): Change Customize group variable name.
18467         (org-emphasis-alist): Change Customize group variable name.
18468         (org-emphasis-regexp-components): Change Customize group variable
18469         name.
18470         (org-modules): Remove mention of org-R.
18472         * org-faces.el (org-faces): Change Customize group variable name.
18474 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18476         * org-agenda.el (org-diary-last-run-time): New variable.
18477         (org-diary): Prepare agenda buffers only if last call was some
18478         time ago.
18480         * org-html.el (org-export-html-preprocess): Replace \ref macros
18481         with a link.
18482         (org-format-org-table-html): Add the label as an anchor.
18484         * org-docbook.el (org-export-docbook-format-image): Do some
18485         formatting on captions.
18487         * org-latex.el (org-export-latex-tables, org-export-latex-links):
18488         Do some formatting on captions.
18490         * org-html.el (org-export-html-format-image)
18491         (org-format-org-table-html): Do some formatting on captions.
18493 2010-04-10  Dan Davison  <davison@stats.ox.ac.uk>
18495         * org.el (org-hidden-keywords): New customizable variable.  This is
18496         a list of symbols specifying which of the special keywords #+DATE,
18497         #+AUTHOR, #+EMAIL and #+TITLE should be hidden by font lock.
18498         (org-fontify-meta-lines-and-blocks): Changes to font-lock code
18499         implementing new faces and hiding behavior.
18501         * org-faces.el (org-document-title): New face for #+TITLE lines.
18502         (org-document-info): New face for #+DATE, #+AUTHOR, #+EMAIL lines.
18503         (org-document-info-keyword): New face for #+DATE, #+AUTHOR, #+EMAIL
18504         keywords.
18506 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18508         * org-publish.el (org-publish-sanitize-plist): New function to
18509         rename "index" properties to "sitemap".  Do this renaming
18510         globally.
18511         (org-publish-with-aux-preprocess-maybe): New macro.
18512         (org-publish-org-to-pdf, org-publish-org-to-html): Use the new
18513         macro.
18514         (org-publish-aux-preprocess)
18515         (org-publish-index-generate-theindex.inc): New function.
18517 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18519         * org-table.el (org-table-align): Interpret <N> at fixed width,
18520         not as maximum width.
18522 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18524         * org-exp.el (org-export-author-info, org-export-email-info):
18525         Fix docstrings.
18527         * org-beamer.el (org-beamer-select-environment): Rename from
18528         `org-beamer-set-environment-tag'.  Improve docstring.
18530         * org-freemind.el (org-freemind-write-mm-buffer): Fix another
18531         problem with odd levels.
18533         * org-ascii.el (org-export-as-ascii): Export email only if the
18534         author wants it.
18536         * org-docbook.el (org-export-as-docbook): Export email only if the
18537         author wants it.
18539         * org-html.el (org-export-as-html): Export email only if the
18540         author wants it.
18542         * org-exp.el (org-export-email-info): New option.
18543         (org-export-plist-vars): Add entry for `org-export-email'.
18545 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18547         * org-table.el (org-table-goto-line): Fix typo.
18549 2010-04-10  Mikael Fornius  <mfo@abc.se>
18551         * org.el (org-agenda-files): Typo.
18552         (org-read-agenda-file-list): Add optional argument to help
18553         `org-store-new-agenda-file-list' to remember un-expanded file
18554         names.  Expand file names relative to `org-directory'.
18555         (org-store-new-agenda-file-list): Keep un-expanded file names when
18556         saving, if available.
18557         (org-agenda-files): Update documentation.
18559 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18561         * org-ascii.el (org-export-as-ascii): Catch the case of exporting
18562         a buffer with no file name attached.
18564         * org.el (org-log-refile): New option.
18565         (org-log-note-headings): Add a heading for refiling.
18566         (org-startup-options): Add keywords for logging of the refile
18567         action.
18568         (org-refile): Add logging action.
18569         (org-add-log-note): Allow for refiling action.
18571         * org-agenda.el (org-agenda-bulk-action): Make sure
18572         `org-log-refile' is not `note' during a bulk action.
18574 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18576         * org.el (org-map-dblocks): Use save-excursion to remember the
18577         position.
18579         * org-attach.el (org-attach-commit): Remove dependence on xargs.
18580         (org-attach-delete-one): Commit after deleting a file.
18582         * org-latex.el (org-export-latex-fontify): Do not mistake table.el
18583         borders for strike-through emphasis.
18585         * org-freemind.el (org-freemind-write-mm-buffer): Simplify the
18586         handling of odd levels.
18588         * org-agenda.el (org-agenda-todo-ignore-deadlines): Document `past'
18589         and `future' values.
18590         (org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item):
18591         Handle `past' and `future' values.
18593         * org.el (org-read-agenda-file-list): Interpret file names
18594         relative to org-directory and allow environment variables and
18595         "~".
18597         * org-latex.el (org-export-latex-special-chars): Allow a
18598         parenthesis before an exponent or subscript.
18600 2010-04-10  Dan Davison  <davison@stats.ox.ac.uk>
18602         * org-src.el (org-edit-src-exit): When returning from code edit
18603         buffer, if code block is hidden, leave point at start of
18604         #+begin_src line.
18606 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18608         * org.el (org-insert-heading): Do not remove all spaces if the
18609         headline is empty.
18611         * org-indent.el (org-indent): Fix group name.
18613 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18615         * org-table.el (org-table-goto-column): Fix forcing a non-existing
18616         column.
18617         (org-table-get, org-table-put, org-table-goto-line)
18618         (org-table-current-line): New functions.
18620 2010-04-10  Jan Böcker  <jan.boecker@jboecker.de>
18622         * org.el (org-open-file): Allow regular expressions in
18623         org-file-apps to capture link parameters using groups.  In a
18624         command string to be executed, the parameters can be referenced
18625         using %1, %2, etc.  Lisp forms can access them using
18626         (match-string n link).
18627         (org-apps-regexp-alist): Adopt the created regexp, as this is now
18628         matched against a file: link instead of the file name.
18630 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18632         * org-crypt.el (org-reveal-start-hook): Add a decryption function
18633         to this hook.
18634         (org-decrypt-entries, org-encrypt-entries, org-decrypt-entry):
18635         Add docstrings.
18637         * org.el (org-point-at-end-of-empty-headline)
18638         (org-level-increment, org-get-previous-line-level): New function.
18639         (org-cycle-level): Rewritten to be independent of when this
18640         function is called.
18641         (org-in-regexps-block-p): New function.
18642         (org-reveal-start-hook): New hook.
18643         (org-reveal): Run new hook.
18645 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18647         * org-latex.el (org-export-latex-keywords): Start a new paragraph
18648         after time keywords, do not add "\newline".
18650         * org-html.el (org-export-as-html): Avoid double # in href.
18652         * org.el (org-refile-get-location): Catch an invalid target
18653         specification.
18655 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18657         * org-agenda.el (org-agenda-add-entry-to-org-agenda-diary-file):
18658         Make sure the behavior regarding to extracting time is
18659         consistent.
18661 2010-04-10  Stephen Eglen  <stephen@gnu.org>
18663         * org-agenda.el (org-agenda-insert-diary-extract-time):
18664         New variable.
18665         (org-agenda-add-entry-to-org-agenda-diary-file): Use this new
18666         variable rather than `org-agenda-search-headline-for-time'.
18668 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18670         * org-list.el (org-fix-bullet-type): Improve cursor positioning.
18672 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18674         * org.el (org-adaptive-fill-regexp-backup): New variable.
18675         (org-set-autofill-regexps): Store a backup of
18676         `adaptive-fill-regexp'.
18677         (org-adaptive-fill-function): Fix filling of comments and ordered
18678         lists.  If there is no other match, till try adaptive fill.
18680 2010-04-10  John Wiegley  <jwiegley@gmail.com>
18682         * org-agenda.el (org-agenda-include-deadlines): Add new
18683         customization variable to determine whether unscheduled tasks
18684         should appear in the agenda solely because of their deadline.
18685         Default to true, which was the previous behavior (it just wasn't
18686         configurable).
18687         (org-agenda-mode-map, org-agenda-view-mode-dispatch): Bind ! in
18688         the agenda to show/hide deadline tasks.
18689         (org-agenda-menu): Add menu option for show/hide deadlines.
18690         (org-agenda-list): Make the agenda list sensitive to the value of
18691         `org-agenda-include-deadlines'.
18692         (org-agenda-toggle-deadlines): New function to toggle the value of
18693         `org-agenda-include-deadlines' and repaint the modeline
18694         indicators.
18695         (org-agenda-set-mode-name): Show "Deadlines" in the agenda
18696         modeline if deadline tasks are being displayed.
18698 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18700         * org-table.el (org-table-eval-formula): Replace $# and @# by
18701         current column and row number.
18703 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18705         * org.el (org-set-property, org-delete-property): Go back to
18706         prompting for the property.
18708         * org-latex.el (org-export-latex-make-header): Fully process
18709         author line.
18710         (org-export-latex-fontify-headline): Allow several arguments, not
18711         just one.
18712         (org-export-latex-fix-inputenc): Catch the error when
18713         `latexenc-coding-system-to-inputenc' is not defined.
18715         * org-agenda.el (org-agenda-skip-if-todo): New function.
18716         (org-agenda-skip-if): Add conditions for TODO keywords.
18717         (org-agenda-skip-if): Document the new todo conditions.
18719 2010-04-10  Mikael Fornius  <mfo@abc.se>
18721         * org.el (org-at-property-p): Check if we are inside a property
18722         drawer not just any drawer.
18723         (org-set-property, org-delete-property): When cursor is on a
18724         property key value pair do not prompt for property name instead
18725         use name at cursor.
18726         (org-ctrl-c-ctrl-c): Still do org-property-action when cursor is
18727         on the first line of a property drawer.
18728         (org-property-end-re): Spell check.
18730 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18732         * org-exp.el (org-export-attach-captions-and-attributes): Add the
18733         properties to the entire table, in case the first line is
18734         removed.
18736         * org-archive.el (org-archive-reversed-order): New option.
18737         (org-archive-subtree, org-archive-to-archive-sibling): Use the new
18738         option `org-archive-reversed-order'.
18740 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18742         * org-agenda.el (org-agenda-entry-types): New variable.
18743         (org-agenda-list): Use `org-agenda-entry-types'.
18744         (org-agenda-custom-commands-local-options): Support for setting
18745         `org-agenda-entry-types' as an option.
18746         (org-diary): Shift some documentation from here to the variable
18747         `org-agenda-entry-types'.
18749 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18751         * org-latex.el (org-export-latex-make-header): Apply macros in
18752         author field.
18754         * org-clock.el (org-clocking-buffer, org-clocking-p): New function.
18755         (org-clock-select-task, org-clock-notify-once-if-expired)
18756         (org-clock-in, org-clock-out, org-clock-cancel, org-clock-goto)
18757         (org-clock-out-if-current, org-clock-save): Use the new functions.
18759 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18761         * org-docbook.el (org-export-as-docbook): Remove unnecessary
18762         newline.
18763         (org-export-as-docbook): Remove unnecessary newline.
18764         (org-export-as-docbook): Fix problem with double footnote
18765         reference in one place.
18767         * org-exp.el (org-export-format-source-code-or-example):
18768         Remove unnecessary newline.
18770         * org.el (org-deadline, org-schedule): Allow rescheduling entries
18771         with repeaters.
18773         * org-table.el (org-table-convert-refs-to-rc): Better way to catch
18774         function calls that look like references.
18776         * org.el (org-open-at-point): Get link abbreviations from
18777         reference buffer.
18779 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18781         * org-table.el (org-table-convert-refs-to-rc): Do not read arctan2
18782         as a reference.
18784 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18786         * org.el (org-link-unescape): Solve issue with lower-case escapes.
18788 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18790         * org-latex.el (org-export-latex-classes):
18791         Add \usepackage{latexsym} to all classes.
18793 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18795         * org-html.el (org-export-as-html): Do not allow protected lines
18796         into the table of contents.
18798         * org-latex.el (org-export-latex-special-chars): Find subsequent
18799         occurrences of special characters.
18800         (org-export-latex-tables): Do not convert table-like stuff that is
18801         protected.
18803 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18805         * org-list.el (org-toggle-checkbox): No errors when updating
18806         checkbox count fails because there is no heading.
18808 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18810         * org-clock.el (org-clock-report-include-clocking-task):
18811         New option.
18812         (org-clock-sum): Add the current clocking task.
18814 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18816         * org.el (org-cycle): Print a message when in a table.el table.
18817         (org-edit-special): Recognize the table.el context.
18818         (org-ctrl-c-ctrl-c): Print a message when in a table.el table.
18820         * org-src.el (org-at-table.el-p): Declare.
18821         (org-edit-src-code): Handle a special case for table.el editing.
18822         (org-edit-src-find-region-and-lang): Recognize the table.el
18823         context.
18825         * org-latex.el (org-export-latex-tables): Convert table.el
18826         tables.
18827         (org-export-latex-convert-table.el-table): New function.
18829         * org-html.el (org-html-expand): Fix table.el export.
18831         * org-latex.el (org-export-latex-preprocess): Protect footnotes in
18832         headings.
18834         * org-id.el (org-id-find-id-file): Fix bug when there is no hash
18835         table for the id locations.
18837         * org.el (org-read-date-analyze): Match American-style dates, like
18838         5/30 or 5/13/7.  Make sure cal-iso.el is loaded.  Don't force he
18839         current year when reading ISO and American dates.
18841 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18843         * org.el (org-face-from-face-or-color): New function.
18844         (org-get-todo-face, org-font-lock-add-priority-faces)
18845         (org-get-tag-face): Use `org-face-from-face-or-color'.
18847         * org-faces.el (org-todo-keyword-faces, org-priority-faces):
18848         Allow simple colors as values.
18849         (org-faces-easy-properties): New option.
18851         * org-agenda.el (org-agenda-set-mode-name): Show if the agenda is
18852         restricted, as an agenda mode.
18853         (org-agenda-fontify-priorities): Allow simple colors as values.
18855 2010-04-10  Bastien Guerry  <bzg@gnu.org>
18857         * org-timer.el (org-timer-current-timer): Rename from
18858         `org-timer-last-timer'.
18859         (org-timer-timer1, org-timer-timer2, org-timer-timer3): Remove.
18860         (org-timer-cancel-timer, org-timer-show-remaining-time)
18861         (org-timer-set-timer): Update to use only one timer.
18863         * org.el (org-set-property): Remove useless space in the prompt.
18865 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18867         * org-html.el (org-export-html-style-default): Add a default style
18868         for textareas.
18870         * org-exp.el (org-export-format-source-code-or-example):
18871         Fix textarea tag.
18873 2010-04-10  Bastien Guerry  <bzg@gnu.org>
18875         * org-clock.el (org-clock-current-task): New variable to store
18876         last clocked in task.
18877         (org-clock-set-current, org-clock-delete-current): New functions.
18879 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18881         * org-remember.el (org-remember-apply-template): Extend comment.
18882         (org-remember-handler): Implement clock sibling filing.
18884 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18886         * org-publish.el (org-publish-all, org-publish-current-file)
18887         (org-publish-current-project): When called with prefix argument
18888         FORCE, also rebuild the validation file list.
18890         * org-latex.el (org-export-latex-preprocess): Protect footnotes in
18891         section headings.
18893 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18895         * org-html.el (org-export-as-html-and-open): Kill product buffer
18896         if the user wants that.
18898         * org-latex.el (org-export-as-pdf-and-open): Kill product buffer
18899         if the user wants that.
18901         * org-exp.el (org-export-kill-product-buffer-when-displayed):
18902         New option.
18904         * org-agenda.el (org-batch-agenda-csv): Use the time property
18905         instead of the `time-of-day' property.
18907 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18909         * org-timer.el (org-timer-start-hook, org-timer-stop-hook)
18910         (org-timer-pause-hook, org-timer-set-hook)
18911         (org-timer-cancel-hook): New hooks.
18912         (org-timer-start): Run `org-timer-start-hook'.
18913         (org-timer-pause-or-continue): Run `org-timer-pause-hook'.
18914         (org-timer-stop): Run `org-timer-stop-hook'.
18915         (org-timer-cancel-timers): Run `org-timer-cancel-hook'.
18917 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18919         * org.el (org-reveal): Double prefix arg shows the subtree of the
18920         parent.
18922 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18924         * org-agenda.el (org-search-view): Fix bug with searching full
18925         words in headlines in search view.
18926         (org-agenda-skip-deadline-prewarning-if-scheduled): New option.
18927         (org-agenda-get-deadlines): Suppress pre-warning if the entry is
18928         scheduled (if the user configures it so.
18930 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18932         * org.el (org-hide-archived-subtrees): Don't jump to end of
18933         subtree if the match was not in a headline.
18934         (org-inside-latex-macro-p): Allow more complex arguments.
18935         (org-emphasize): Protect against use at end of buffer.
18937 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18939         * org-agenda.el (org-agenda-align-tags): Avoid side effects on
18940         text properties.
18942 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18944         * org-agenda.el (org-agenda-todo-ignore-scheduled): More allowed
18945         values.
18946         (org-agenda-todo-ignore-scheduled)
18947         (org-agenda-todo-ignore-deadlines): More control with different
18948         allowed values.
18949         (org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item):
18950         Honor the new option settings.
18952 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18954         * org.el (org-get-location): Make sure the selection buffer is
18955         shown in the current frame.
18957         * org-ascii.el (org-export-ascii-table-widen-columns):
18958         New option.
18959         (org-export-ascii-preprocess): Realign tables to remove narrowing
18960         if `org-export-ascii-table-widen-columns' is set.
18962         * org-table.el (org-table-do-narrow): New variable.
18963         (org-table-align): Narrow only if `org-table-do-narrow' is t.
18965         * org.el (org-deadline, org-schedule): Allow updating if the
18966         relevant time stamp does not have a repeater, i.e. do not require
18967         that no time stamp has a repeater.
18969         * org-agenda.el (org-agenda-align-tags): Don't add a face to the
18970         new white space before the tags.
18972         * org-latex.el (org-export-as-latex): Do nit require the buffer to
18973         be visiting a file when only exporting to a buffer or string.
18974         (org-export-latex-fix-inputenc): Only save the buffer is there is
18975         a file name attached to it.
18977 2010-04-10  Dan Davison  <davison@stats.ox.ac.uk>
18979         * org-src.el (org-edit-src-exit): Widen before exiting edit buffers.
18981 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18983         * org.el (org-fontify-meta-lines-and-blocks):
18984         Honor `org-fontify-quote-and-verse-blocks'.
18986         * org-faces.el (org-fontify-quote-and-verse-blocks): New option.
18988 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18990         * org.el (org-open-at-point): Also check for text property
18991         org-linked-text before offering collected links.
18993 2010-04-10  Stephen Eglen  <stephen@gnu.org>
18995         * org-agenda.el (org-agenda-add-entry-to-org-agenda-diary-file):
18996         Optionally extract time specification from text and add to the
18997         timestamp.
18999 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
19001         * org-exp.el (org-html-entities): Fix typo.
19003         * org-latex.el (org-export-latex-make-header): Use \providecommand
19004         to make sure the \alert macro is defined.
19006         * org.el (org-format-latex-signal-error)
19007         (org-create-formula-image): Use `org-format-latex-signal-error'.
19009 2010-04-10  Stephen Eglen  <stephen@gnu.org>
19011         * org.el (org-store-link): For dired buffers, use
19012         default-directory as link name if dired-get-filename returns
19013         nil.
19015 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
19017         * org-exp.el (org-export-concatenate-multiline-links): The for
19018         protectedness at beginning of match.
19020         * org-latex.el (org-export-latex-fix-inputenc): Never leave the
19021         AUTO as a coding system, instead default to utf8.
19023 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
19025         * org.el (org-block-todo-from-children-or-siblings-or-parent)
19026         (org-block-todo-from-checkboxes): Respect the local variable
19027         value when deciding if blocking should be active.
19029         * org-latex.el (org-export-latex-make-header): Define the align
19030         macro if it is not yet defined.
19032         * org-agenda.el (org-agenda-insert-diary-make-new-entry):
19033         Call `org-insert-heading' with the INVISIBLE-OK argument.
19035         * org-mac-message.el (org-mac-message-insert-flagged):
19036         Call `org-insert-heading' with the INVISIBLE-OK argument.
19038         * org.el (org-insert-heading): New argument INVISIBLE-OK.
19040         * org-agenda.el (org-agenda-view-mode-dispatch): Improve the
19041         prompt message.
19043         * org-html.el (org-html-level-start): Use the
19044         `html-container-class' text property to set an additional class
19045         for an outline container.
19047         * org-exp.el (org-export-remember-html-container-classes):
19048         New function.
19049         (org-export-preprocess-string):
19050         Call `org-export-remember-html-container-classes'.
19052         * org.el (org-cycle): Mention level cycling in the docstring.
19053         (org-default-properties): Add new property HTML_CONTAINER_CLASS.
19055         * org-remember.el (org-remember-apply-template): Do file insertion
19056         first.
19058 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
19060         * org-habit.el (org-habit-insert-consistency-graphs): Fix a
19061         problem with mis-aligned graphs when showing habits.
19063 2010-04-10  Mikael Fornius  <mfo@abc.se>
19065         * org.el (org-assign-fast-keys): Prefer keys used in keyword name
19066         when assigning.  Begin using numerical characters when all in name
19067         is used up.  This is to spare alphanumeric characters for better
19068         match with other keywords.
19070 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
19072         * org-exp.el (org-export-preprocess-hook): Improve documentation.
19074         * org-latex.el (org-export-latex-preprocess): More consistent
19075         conversion and protection of the words LaTeX and TeX.
19076         (org-export-latex-fontify-headline, org-export-latex-preprocess):
19077         Allow angle brackets in commands, for beamer.
19079 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
19081         * org-clock.el (org-clock-in): Improve the look of the clock line
19082         by formatting links.
19084 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
19086         * org-latex.el (org-export-latex-classes): Use AUTO as the place
19087         holder string for the coding system.  And improve the
19088         documentation.
19089         (org-export-latex-fix-inputenc): Only modify the coding system if
19090         it is given by the placeholder AUTO.
19092 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
19094         * org-clock.el (org-task-overrun-text): New option.
19095         (org-task-overrun, org-clock-update-period): New variables.
19096         (org-clock-get-clock-string, org-clock-update-mode-line):
19097         Mark overrun clock.
19098         (org-clock-notify-once-if-expired): Check if clock is overrun.
19100         * org-faces.el: New face `org-mode-line-clock-overrun'.
19102 2010-04-10  Jan Böcker  <jan.boecker@jboecker.de>
19104         * org.el (org-narrow-to-subtree): Position the end of the narrowed
19105         region before the line with the next heading, to prevent the user
19106         from prepending text to the next headline.
19108 2010-04-10  Stephen Eglen  <stephen@gnu.org>
19110         * org-agenda.el (org-get-time-of-day):
19111         Use org-agenda-time-leading-zero to allow leading zero (rather than
19112         space) for times.
19114 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
19116         * org-agenda.el (org-agenda-diary-entry-in-org-file): Make sure
19117         org-datetree.el is loaded.
19119         * org-datetree.el: Autoload `org-datetree-find-day-create'.
19121         * org-latex.el (org-export-latex-hyperref-format): New option.
19122         (org-export-latex-links): Use `org-export-latex-hyperref-format'.
19124 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
19126         * org-ctags.el (org-ctags-enable): Change order of functions.
19127         (org-ctags-create-tags): Add wildcard to file name expansion.
19129 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
19131         * org.el (org-entry-properties): Fix some important bugs.
19133 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
19135         * org.el (org-link-unescape, org-link-escape): Only use hexlify if
19136         the table is not explicitly given.
19138 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
19140         * org-clock.el (org-clock-out-when-done): Allow a list of keywords
19141         as value.
19142         (org-clock-out-if-current): Work with the new list value of
19143         `org-clock-out-when-done'.
19144         (org-clock-out, org-clock-out-if-current): Avoid circular logic
19145         between clocking out and state changes.
19147         * org-ctags.el (org-ctags-path-to-ctags): Better system-type test.
19149         * org-latex.el (org-export-latex-treat-backslash-char): Do not by
19150         accident protect a character that is before a backslash.
19152 2010-04-10  Paul Sexton  <eeeickythump@gmail.com>
19154         * org-ctags.el: New file.
19156 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
19158         * org-agenda.el (org-diary-class):
19159         Use `org-order-calendar-date-args'.
19161         * org.el (org-order-calendar-date-args): New function.
19163         * org-exp.el (org-export-target-internal-links): Check for
19164         protectedness after the first bracket.
19166         * org.el (org-entry-properties): Don't match wrong-case TODO
19167         keywords.
19169         * org-agenda.el (org-agenda-schedule, org-agenda-deadline):
19170         Document that ARG is passed through to remove the date.
19171         (org-agenda-bulk-action): Accept prefix arg and pass it on.
19172         Do not read a date when the user has given a `C-u' prefix.
19174 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
19176         * org-agenda.el (org-agenda-fix-displayed-tags): Fix bug when all
19177         tags are hidden.
19179 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
19181         * org-latex.el (org-export-latex-fix-inputenc): New function.
19182         (org-export-latex-inputenc-alist): New option.
19184         * org-exp.el (org-export): New key SPC to publish enclosing
19185         subtree.
19187 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
19189         * org-indent.el (org-indent-add-properties): Catch case when there
19190         is no headline in the buffer.
19192 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
19194         * org-exp.el (org-html-entities): Add checkmark symbol.
19196         * org-ascii.el (org-export-ascii-preprocess): Protect targets in
19197         verbatim code for ASCII export.
19199         * org.el (org-update-statistics-cookies): Also see checkboxes in
19200         ordered lists.
19202 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
19204         * org-agenda.el (org-agenda-view-mode-dispatch): Define the `L'
19205         key.
19207         * org-beamer.el (org-beamer-amend-header): Change the location
19208         where `org-beamer-header-extra' is inserted.
19210         * org.el (org-compute-latex-and-specials-regexp): Don't do BIND
19211         just for computing this regexp.
19213 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
19215         * org-beamer.el (org-beamer-frame-default-options): New option.
19216         (org-beamer-sectioning): Use default options if the user does not
19217         have defined any.
19218         (org-beamer-fix-toc): Put a frame around the table of contents.
19220         * org-exp.el (org-export-remove-comment-blocks-and-subtrees):
19221         Make sure case-folding works well when processing comment stuff.
19223         * org-latex.el (org-export-latex-after-save-hook): New hook.
19224         (org-export-as-latex): Run the new hook.
19226 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
19228         * org-beamer.el (org-beamer-environments-default): Add the note
19229         environments.
19230         (org-beamer-after-initial-vars): Allow several BEAMER_HEADER_EXTRA
19231         lines and collect and combine the content.
19232         (org-beamer-after-initial-vars): Check for note tags and make sure
19233         they will be seen like a property.
19235         * org.el (org-offer-links-in-entry): Fix bug when there is a
19236         single link.
19238         * org-exp.el (org-export): Make sure the mark is activated, also
19239         when `transient-mark-mode' is off.
19241         * org-agenda.el (org-agenda-search-view-always-boolean): New option.
19242         (org-agenda-search-view-search-words-only): Obsolete variable, is
19243         now an alias for `org-agenda-search-view-always-boolean'.
19244         (org-agenda-search-view-force-full-words): New option.
19245         (org-search-view): Improve docstring, and implement a better logic
19246         for Boolean and phrase searches.
19247         (org-agenda-last-search-view-search-was-boolean): New variable.
19248         (org-agenda-manipulate-query): Consider the type of the last
19249         search when modifying the search string.
19251 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
19253         * org-latex.el (org-export-as-latex): Do the first letbind in the
19254         right moment.
19256         * org-agenda.el (org-get-entries-from-diary): Add the new face to
19257         these entries.
19259         * org-faces.el (org-agenda-diary): New face.
19261         * org.el (org-make-link-regexps): Allow regexp-special characters
19262         in link types.
19263         (org-open-file): When in-emacs is `system', also force system
19264         opening, like when the value was `(16)'.
19265         (org-update-statistics-cookies): Handle entries without children.
19267         * org-exp.el
19268         (org-export-preprocess-before-normalizing-links-hook): New hook.
19269         (org-export-preprocess-string): Run the new hook.
19271         * org.el (org-offer-links-in-entry): Make RET open all links.
19273         * org-html.el (org-export-as-html): Remove any leftover display
19274         properties in the html file.
19276         * org-wl.el (org-wl-store-link): Work-around for format bug with
19277         text properties.
19279         * org-habit.el (org-habit-insert-consistency-graphs): Turn off
19280         invisibility while adding the graphs.
19282 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
19284         * org-remember.el (org-select-remember-template): Use C letter to
19285         customize remember templates.
19287         * org-agenda.el (org-agenda-bulk-mark, org-agenda-bulk-unmark):
19288         Move cursor to next visible line.
19290 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
19292         * org-beamer.el (org-beamer-sectioning): Leave columns environment
19293         by specifying 0 or 1 for column width.
19294         (org-beamer-column-widths): Make 0 stand for 0.0.
19296 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
19298         * org-exp.el (org-export-mark-radio-links): Don't match inside
19299         <<target>>.
19301         * org.el (org-format-latex-header-extra): New variable.
19302         (org-format-latex): Set org-format-latex-header-extra from
19303         in-buffer stuff.
19304         (org-format-latex): Add org-format-latex-header-extra to the
19305         variables on which image creation depends.
19306         (org-create-formula-image): Add the header stuff from in-buffer
19307         settings.
19308         (org-read-date-analyze): Base the analysis for future preference
19309         on NOW, not on the default date.
19311         * org-inlinetask.el (org-inlinetask-export-handler): Add CSS class
19312         for TODO keyword in inline tasks.
19314         * org.el (org-log-note-headings): New headings for removing
19315         deadline or scheduling date.
19316         (org-deadline, org-schedule): Arrange for logging when removing a
19317         date.
19318         (org-add-log-note): Handle deadline and scheduling removal.
19320 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
19322         * org-exp.el (org-export-visible): Add LaTeX/pdf export.
19324 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
19326         * org-agenda.el (org-diary-class): New function.
19328 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
19330         * org-latex.el (org-export-latex-preprocess): Do process the text
19331         of a radio target.
19333 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
19335         * org.el (org-entry-properties): Add TIMESTAMP properties back
19336         in.
19338 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
19340         * org.el (org-all-time-keywords): New variable.
19341         (org-set-regexps-and-options): Set `org-all-time-keywords'.
19342         (org-entry-blocked-p): New function.
19343         (org-special-properties): Add BLOCKED as a new special property.
19344         (org-entry-properties): New optional argument SPECIFIC, only parse
19345         for this property when it is specified.
19346         (org-entry-get): Pass a SPECIFIC argument to
19347         `org-entry-properties'.
19349         * org-latex.el (org-export-as-latex): Preprocess TEXT as well.
19351 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
19353         * org-latex.el (org-export-latex-tables): No forced line end if
19354         there is no caption.
19356 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
19358         * org-exp.el (org-html-entities): Add Euro symbols from Marvosym
19359         package.
19361         * org-latex.el (org-export-latex-tables): Only add a caption when
19362         macro is in longtable environments if one has been defined.
19364         * org-html.el (org-export-as-html): Only take title from buffer if
19365         not exporting body-only.
19367         * org-latex.el (org-export-latex-preprocess): Better version of
19368         the regular expression for protecting LaTeX macros.
19369         (org-export-latex-preprocess): Start searching for macros to
19370         protect from beginning of buffer.
19372         * org-exp.el (org-export-target-internal-links): Check for
19373         protectedness earlier in the string.
19375         * org-agenda.el (org-agenda-highlight-todo): Match TODO keywords
19376         case sensitively.
19378         * org-id.el (org-id-store-link): Match TODO keywords case
19379         sensitively.
19381         * org.el (org-heading-components, org-get-outline-path)
19382         (org-display-outline-path): Match TODO keywords case sensitively.
19384         * org-latex.el (org-export-as-latex): Ignore read-only
19385         properties.
19387         * org-exp.el (org-export-preprocess-string): Remove any
19388         `read-only' properties.
19390         * org-agenda.el (org-agenda-inactive-leader): New option.
19391         (org-agenda-get-timestamps): Use `org-agenda-inactive-leader'.
19392         (org-tags-view): Prompt for matcher if MATCH is an empty string.
19393         (org-todo-list): Prompt for matcher if ARG is an empty string.
19395 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
19397         * org.el (org-open-link-functions): New hook.
19398         (org-open-at-point): Run `org-open-link-functions'.
19400 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
19402         * org-agenda.el (org-agenda-date-prompt): Allow inactive time
19403         stamps as well.
19405         * org.el (org-inhibit-startup-visibility-stuff): New variable.
19406         (org-mode): Don't do startup visibility if inhibited.
19407         (org-outline-overlay-data, org-set-outline-overlay-data):
19408         New functions.
19409         (org-save-outline-visibility): New macro.
19410         (org-log-note-headings): Document that one should not change the
19411         `state' note format.
19413 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
19415         * org.el (org-make-link-regexps): Capture link path into a group.
19417 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
19419         * org-beamer.el (org-beamer-after-initial-vars): Do not overwrite
19420         the options plist.
19422 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
19424         * org.el (org-startup-with-beamer-mode): New option.
19425         (org-property-changed-functions)
19426         (org-property-allowed-value-functions): New hooks.
19427         (org-entry-put, org-property-get-allowed-values): Run the new
19428         hooks.
19429         (org-property-next-allowed-value): Run the new hooks.
19431         * org-exp.el (org-export-select-backend-specific-text): Add the
19432         special beamer tags.
19434         * org-beamer.el: New file.
19436         * org-latex.el (org-export-latex-after-initial-vars-hook): New hook.
19437         (org-export-as-latex):
19438         Run `org-export-latex-after-initial-vars-hook'.
19439         (org-export-latex-format-toc-function)
19440         (org-export-latex-make-header):
19441         Call `org-export-latex-format-toc-function'.
19443         * org.el (org-fill-template): Make template searches case sensitive.
19445         * org-exp.el (org-export): Use "1" as a sign to export only the
19446         subtree.
19448         * org-colview.el (org-columns-edit-value):
19449         Use org-unrestricted property.
19451         * org.el (org-compute-property-at-point): Set org-unrestricted
19452         text property if the list contains ":ETC".
19453         (org-insert-property-drawer):
19454         Use org-unrestricted property.
19456         * org-exp.el
19457         (org-export-preprocess-before-selecting-backend-code-hook): New hook.
19458         (org-export-preprocess-string):
19459         Run `org-export-preprocess-before-selecting-backend-code-hook'.
19461         * org-xoxo.el (org-export-as-xoxo): Run `org-export-first-hook'.
19463         * org-latex.el (org-export-region-as-latex):
19464         Run `org-export-first-hook'.
19466         * org-html.el (org-export-as-html): Run `org-export-first-hook'.
19468         * org-docbook.el (org-export-as-docbook):
19469         Run `org-export-first-hook'.
19471         * org-ascii.el (org-export-as-ascii): Run `org-export-first-hook'.
19473         * org-exp.el (org-export-first-hook): New hook.
19475 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
19477         * org-list.el (org-previous-item): Exit at the beginning of the
19478         buffer.
19480         * org-id.el (org-id-locations-save): Only write the id locations
19481         if any are defined.
19483         * org-archive.el (org-archive-all-done): Make this work in a file
19484         with org-odd-levels-only set.
19486         * org.el (org-get-refile-targets): Catch the case when a buffer
19487         has no file.
19489         * org-latex.el (org-export-as-latex): Cleanup forced line ends
19490         where they are not needed.
19491         (org-export-latex-subcontent): Remove unnecessary newlines.
19493 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
19495         * org-latex.el (org-export-latex-make-header): Remove \obeylines.
19496         (org-export-latex-fontify): Fix regexp bug that takes special
19497         care of protecting the right boundary characters in emphasis
19498         matches.
19499         (org-export-latex-preprocess): Allow multiple arguments to latex
19500         macros.
19502         * org.el (org-make-link-regexps): Use John Gruber's regexp for
19503         urls.
19505         * org-macs.el (org-re): Interpret :punct: in regexps.
19507         * org-exp.el (org-export-replace-src-segments-and-examples):
19508         Also take the final newline after the END line.
19510         * org.el (org-clean-visibility-after-subtree-move): Only fix
19511         entries that are not entirely invisible already.
19512         (org-insert-link): Respect org-link-file-path-type for
19513         "docview:" links in addition to "file:" links.
19515 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
19517         * org-exp.el (org-export-format-source-code-or-example):
19518         Avoid additional extra white lines in LaTeX.
19520         * org-list.el (org-list-parse-list): Leave empty lines after the
19521         list, don't consider them as part of the list.
19523         * org-mobile.el (org-mobile-sumo-agenda-command): Allow tagstodo
19524         searches.
19526         * org-clock.el (org-clock-select-task): Convert integer to
19527         character for XEmacs.
19529 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
19531         * org-clock.el (org-clock-resolve): Make reading a char XEmacs
19532         compatible.
19534 2010-04-10  Tassilo Horn  <tassilo@member.fsf.org>
19536         * org.el (org-complete-tags-always-offer-all-agenda-tags):
19537         New variable.
19538         (org-set-tags): Use it.
19540 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
19542         * org-list.el (org-empty-line-terminates-plain-lists):
19543         Update docstring.
19545         * org.el (org-format-latex): Fix link creation for processed latex
19546         snippets.
19548 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
19550         * org-footnote.el (org-footnote-normalize): Protect replacement
19551         text.
19553         * org.el (org-inside-latex-macro-p): Save match data.
19555 2010-04-10  Jan Böcker  <jan.boecker@jboecker.de>
19557         * org-docview.el: New file.
19559 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
19561         * org-latex.el (org-export-latex-class-options): New variable.
19562         (org-export-latex-set-initial-vars): Use the class options.
19564         * org.el (org-forward-same-level): Stop at headings that start
19565         with an invisible character.
19566         (org-additional-option-like-keywords): Add LaTeX_CLASS_OPTIONS.
19568 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
19570         * org-footnote.el (org-footnote-normalize): Don't take optional
19571         arguments in LaTeX macros as footnotes.
19573         * org.el (org-inside-latex-macro-p): New function.
19575         * org-latex.el (org-latex-to-pdf-process): Change customization
19576         group to `org-export-pdf'.
19578         * org-agenda.el (org-agenda-get-blocks): Look at time string also
19579         on days after the first one.
19581         * org.el (org-insert-heading): Also check for item before assuming
19582         before-first-heading condition.
19584         * org-latex.el (org-latex-to-pdf-process): Fix typo in group tag.
19585         (org-export-pdf-logfiles): New option.
19586         (org-export-as-pdf): Use `org-export-pdf-logfiles'.
19587         (org-export-pdf-logfiles): Fix customization type.
19589         * org.el (org-insert-link): Improve error message when there is no
19590         default link to select with RET.
19592         * org-agenda.el (org-agenda-filter-by-tag): Use char argument from
19593         parameter list.
19595 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
19597         * org-latex.el (org-export-latex-parse-global)
19598         (org-export-latex-parse-content)
19599         (org-export-latex-parse-subcontent):
19600         Use `org-re-search-forward-unprotected'.
19601         (org-export-as-pdf): Remove log files produced by XeTeX.
19603         * org-macs.el (org-re-search-forward-unprotected): New function.
19605 2010-04-10  James TD Smith  <ahktenzero@mohorovi.cc>
19607         * org-colview.el (org-agenda-colview-summarize): Sort out some
19608         confusion between properties and titles, which resulted in
19609         agenda summaries not working if a title was set for a column.
19611 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
19613         * org-mobile.el (org-mobile-agendas): New option.
19614         (org-mobile-sumo-agenda-command): Select the right agendas.
19616         * org-latex.el (org-export-latex-format-image): Preserve the
19617         original-indentation property.
19619 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
19621         * org-clock.el (org-clock-insert-selection-line): Catch error when
19622         an old tasks no longer exists.
19624         * org-latex.el (org-export-as-pdf): Remove also the .idx file.
19625         (org-export-as-pdf): Don't remove the old PDF file before making
19626         the new one.
19628         * org-mouse.el (org-mouse-end-headline, org-mouse-insert-item)
19629         (org-mouse-context-menu): Use `org-looking-back'.
19631         * org.el (org-cycle-level): Use `org-looking-back'.
19633         * org-list.el (org-cycle-item-indentation):
19634         Use `org-looking-back'.
19636         * org-compat.el (org-looking-back): New function.
19638         * org.el (org-insert-heading): Catch before-first-headline when
19639         inserting a headline.
19641 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
19643         * org-latex.el (org-export-latex-format-image): Indent figure
19644         environment, so that it does not interrupt plain list.
19646         * org.el (org-open-at-point): Allow long link descriptions.
19648 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
19650         * org-html.el (org-export-as-html): Remove empty lines at the
19651         beginning of the exported text.
19653 2010-03-12  Chong Yidong  <cyd@stupidchicken.com>
19655         * org.el (org): Remove from hypermedia group.
19657 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
19659         * Branch for 23.2.
19661 2010-02-15  Chong Yidong  <cyd@stupidchicken.com>
19663         * org-freemind.el (org-freemind-from-org-mode-node)
19664         (org-freemind-from-org-mode)
19665         (org-freemind-from-org-sparse-tree, org-freemind-to-org-mode):
19666         Pass arg to called-interactively-p.
19668 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
19670         * org-protocol.el (org-protocol-flatten-greedy, org-protocol-flatten):
19671         Fix typos in docstrings.
19673 2010-01-01  Juanma Barranquero  <lekktu@gmail.com>
19675         * org.el (org-get-outline-path, org-speed-command-help):
19676         Fix typos in error messages.
19678 2009-12-14  Juri Linkov  <juri@jurta.org>
19680         * org-html.el (org-export-html-style-include-default):
19681         Put `safe-local-variable booleanp' on
19682         `org-export-html-style-include-default' instead of mistakenly
19683         duplicate `org-export-html-style'.
19685 2009-11-20  Carsten Dominik  <carsten.dominik@gmail.com>
19687         * org-agenda.el (org-agenda-diary-entry-in-org-file):
19688         Rebuild agenda after adding new entry.
19690         * org-datetree.el (org-datetree-find-day-create): Fix regular
19691         expression.
19693         * org.el (org-display-outline-path): Use a format specifier for
19694         message, to avoid problems with heading containing `%'.
19696         * org-agenda.el (org-agenda-hide-tags-regexp): New option.
19697         (org-format-agenda-item): Call `org-agenda-fix-displayed-tags'.
19698         (org-agenda-fix-displayed-tags): New function.
19699         (org-agenda-do-context-action): Just call
19700         `org-display-outline-path', without piping the result through
19701         `message'.
19703         * org-latex.el (org-export-latex-preprocess): Protect secondary
19704         footnote references.
19706         * org-indent.el (org-indent-initialize): Avoid empty strings as
19707         line prefixes.
19709         * org-agenda.el (org-agenda-diary-entry-in-org-file): Make sure
19710         hat checking for the mark does not throw an error.
19711         (org-agenda-diary-entry-in-org-file): Catch the case that there is
19712         not `day' text property in the cursor line.
19714         * org.el (org-sort-entries-or-items): Make sure that the final
19715         entry has a newline before doing the sorting.
19717         * org-agenda.el (org-agenda-diary-entry-in-org-file): Get the text
19718         property at the beginning of the line.
19720         * org.el (org-make-link-string): Don't allow a description with
19721         only white space.
19723         * org-agenda.el (org-agenda-insert-diary-strategy): New variable.
19724         (org-agenda-insert-diary-as-top-level): New function.
19725         (org-agenda-add-entry-to-org-agenda-diary-file):
19726         Call `org-agenda-insert-diary-as-top-level'.
19728         * org.el (org-occur-in-agenda-files): Make sure none of the
19729         buffers is narrowed.
19730         (org-activate-plain-links): Add the face property here.
19731         (org-set-font-lock-defaults): Do not add the face to plain links,
19732         the activator function does this.
19734         * org-habit.el (org-is-habit-p): Add doc string.
19736         * org-archive.el (org-archive-subtree-default-with-confirmation):
19737         Autoload.
19739         * org-latex.el (org-export-latex-fontify): Fix regexp to make char
19740         after match optional (happens at the end of a line...).
19742         * org.el (org-fontify-meta-lines-and-blocks): Apply special faces
19743         for special blocks.
19745         * org-faces.el (org-copy-face): Set lisp indentation.
19746         (org-quote, org-verse): New faces.
19748         * org-agenda.el (org-agenda-remove-date): Remove variable.
19750         * org-freemind.el (org-freemind-escape-str-from-org): Fix encoding.
19752         * org-html.el (org-export-as-html): Move the home/up link into
19753         the content div.
19755         * org.el (org-export-latex-packages-alist): Option definition
19756         moved here from org-latex.el.
19758         * org-html.el (org-export-html-home/up-format): Add an ID to the
19759         up/home div.
19761         * org-wl.el (org-wl-store-link): Handle the case that
19762         `wl-use-petname' is set.
19764         * org.el (org-set-effort): Improve prompt.
19765         (org-get-outline-path): Widen to get full path.
19766         (org-compact-display-after-subtree-move): Function removed.
19768 2009-11-20  Eric Schulte  <schulte.eric@gmail.com>
19770         * org-exp-blocks.el (org-export-blocks-format-ditaa): Use sha1
19771         hash keys to cache and re-use images generated by the
19772         org-exp-blocks interface to ditaa and dot.
19774         * org.el (org-format-latex): Latex images are now saved to files
19775         named by the sha1 hash of the latex source text avoiding
19776         regeneration of identical images.
19778 2009-11-15  Carsten Dominik  <carsten.dominik@gmail.com>
19780         * org-latex.el (org-export-as-latex): Add the :drawers property.
19782 2009-11-15  Carsten Dominik  <carsten.dominik@gmail.com>
19784         * org.el (org-speed-commands-user): Allow documentation headlines.
19785         (org-speed-commands-default): Organize the value of this constant
19786         with descriptive headlines.
19787         (org-print-speed-command): Output the headlines.
19789 2009-11-15  Carsten Dominik  <carsten.dominik@gmail.com>
19791         * org-agenda.el (org-agenda-show-outline-path): New option.
19792         (org-agenda-do-context-action): New function.
19793         (org-agenda-next-line, org-agenda-previous-line):
19794         Use `org-agenda-do-context-action'.
19796         * org.el (org-use-speed-commands): Allow function value.
19797         (org-speed-commands-default): Make headline motion safe, so that
19798         these commands always end on a headline.
19799         (org-speed-commands-default): New key `v' for `org-agenda'.
19800         (org-speed-move-safe): New function.
19801         (org-self-insert-command): Use the function value of
19802         `org-use-speed-commands'.
19803         (org-get-outline-path): Improve docstring.
19804         (org-format-outline-path): New function.
19805         (org-display-outline-path): New function.
19807 2009-11-15  John Wiegley  <jwiegley@gmail.com>
19809         * org-clock.el (org-clock-resolve): If `org-clock-into-string' is
19810         a string, use that to find the LOGBOOK drawer.
19812 2009-11-15  Glenn Morris  <rgm@gnu.org>
19814         * org-agenda.el (org-datetree-find-date-create)
19815         (org-habit-get-priority):
19816         * org.el (org-format-agenda-item): Fix declarations.
19818 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
19820         * org.el (org-clone-subtree-with-time-shift): Make it work at the
19821         end of the buffer.
19823         * org-mobile.el (org-mobile-write-checksums): Specify coding
19824         system.
19825         (org-mobile-timestamp-buffer): Keep local variable/mode line at
19826         beginning of buffer.
19828         * org-latex.el (org-latex-entities-regexp): Fix typo in regexp.
19830         * org.el (org-block-todo-from-children-or-siblings-or-parent)
19831         (org-block-todo-from-checkboxes): Do not block changes to a nil
19832         TODO state.
19834 2009-11-13  James TD Smith  <ahktenzero@mohorovi.cc>
19836         * org-habit.el (org-habit-parse-todo): Indicate which habit is
19837         wrongly set up in the error messages.
19839         * org-colview.el (org-columns-display-here): Don't try to
19840         calculate values if the underlying property is not set.
19841         (org-columns-string-to-number): Convert age strings back into
19842         fractional days.
19843         (org-agenda-colview-summarize): Handle extended summary types
19844         properly.
19846 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
19848         * org-exp.el (org-export-format-drawer-function): New variable.
19849         (org-export-format-drawer): New function.
19850         (org-export-preprocess-string): Pass the backend as a parameter to
19851         `org-export-remove-or-extract-drawers'.
19852         (org-export-remove-or-extract-drawers): New parameter BACKEND.
19854         * org-protocol.el (org-protocol-char-to-string): New defsubst.
19856 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
19858         * org-agenda.el (org-agenda-diary-entry-in-org-file): Add error
19859         message when no block is selected.
19861         * org-latex.el (org-export-latex-links): Check for protectedness
19862         in the last matched character, not after the match.
19864         * org-datetree.el (org-datetree-find-date-create):
19865         Respect restriction when KEEP-RESTRICTION is set.
19866         (org-datetree-file-entry-under): New function.
19867         (org-datetree-cleanup): New command.
19869 2009-11-13  Dan Davison  <davison@stats.ox.ac.uk>
19871         * org-src.el (org-edit-src-code): New optional argument context
19872         allows calling functions to avoid altering the saved window
19873         configuration.
19874         (org-edit-src-exit): Do not restore window configuration when this
19875         function is used in the context of saving the edit buffer.
19877 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
19879         * org-clock.el (org-clock-out, org-clock-cancel): Revert to
19880         instances to switching to with-current-buffer, because these seem
19881         to cause problems - no idea why.
19883         * org-agenda.el (org-agenda-add-entry-to-org-agenda-diary-file):
19884         Require diary-lib for (diary-date-display-form).
19886 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
19888         * org.el (org-log-reschedule, org-log-redeadline): New options.
19889         (org-log-note-headings): Add templates for rescheduling and
19890         deadline changing.
19891         (org-startup-options): Add in-buffer settings for logging changing
19892         schedule and deadline time stamps.
19893         (org-deadline, org-schedule): Check for existing date and arrange
19894         for logging if the user requests it.
19895         (org-add-log-note): Prepare proper note buffers for rescheduling
19896         and deadline changes.
19898 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
19900         * org-agenda.el (org-agenda-diary-entry-in-org-file)
19901         (org-agenda-add-entry-to-org-agenda-diary-file)
19902         (org-agenda-insert-diary-make-new-entry): New functions.
19903         (org-agenda-diary-entry):
19904         Call `org-agenda-diary-entry-in-org-file' when appropriate.
19906         * org.el (org-calendar-insert-diary-entry-key): New option.
19907         (org-agenda-diary-file): New option.
19908         ("calendar"): Install our insertion function in the calendar.
19910         * org-remember.el (org-datetree): Require.
19911         (org-remember-templates): Add new positioning option.
19912         (org-remember-reference-date): New variable.
19913         (org-remember-apply-template): Store the reference date in a local
19914         variable.
19915         (org-remember-handler): Implement date tree positioning of entries.
19917         * org-datetree.el: New file.
19919         * org-latex.el (org-export-latex-preprocess): Protect targets in
19920         verbatim emphasis.
19922         * org-html.el (org-export-as-html): Protect targets in verbatim
19923         emphasis.
19925         * org-docbook.el (org-export-as-docbook): Protect targets in
19926         verbatim emphasis.
19928 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
19930         * org-clock.el (org-show-notification): Handle messages that
19931         contain a percent character.
19933         * org-remember.el (org-remember-apply-template): Turn of partial
19934         completion.
19936         * org-mobile.el (org-mobile-before-process-capture-hook): New hook.
19937         (org-mobile-pull): Run `org-mobile-before-process-capture-hook'.
19939         * org.el (org-indent-mode): Define variable already in org.el.
19940         (org-unfontify-region): Remove line-prefix and wrap-prefix
19941         properties only if org-indent-mode is active.
19943 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
19945         * org-icalendar.el (org-print-icalendar-entries): Save match data
19946         around call to verify function.
19947         (org-print-icalendar-entries): Add a call to the verification
19948         function.
19950         * org.el (org-speedbar-set-agenda-restriction): Remove unnecessary
19951         save-restrivtion' form.
19953 2009-11-13  Dan Davison  <davison@stats.ox.ac.uk>
19955         * org-exp.el (org-export-format-source-code-or-example):
19956         Restrict scope of preserve-indentp to the let binding.
19957         (org-src): Require org-src, since org-src-preserve-indentation is used.
19959 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
19961         * org-timer.el (org-timer-set-timer): Set variables
19962         org-timer-timer[123] correctly.
19964         * org-mobile.el (org-mobile-files-alist): Make it work when
19965         `agenda-archives' is included in
19966         `org-agenda-text-search-extra-files'.
19967         (org-mobile-push): Restore agenda after mobile push.
19969 2009-11-13  John Wiegley  <jwiegley@gmail.com>
19971         * org-clock.el (org-resolve-clocks-if-idle): Another fix to the
19972         way the amount of idle time is presented in the minibuffer.
19974 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
19976         * org-icalendar.el (org-print-icalendar-entries):
19977         Use org-icalendar-verify-function only if non-nil.
19979         * org.el (org-refile): Refile to clock only if the prefix arg is
19980         2.
19981         (org-sparse-tree): Fix docstring to be in line with prompt.
19982         (org-update-parent-todo-statistics):
19983         Call `org-after-todo-statistics-hook' on each level.
19985 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
19987         * org-remember.el (org-remember-apply-template): Make sure the
19988         buffer exists.
19990 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
19992         * org.el (org-tab-ind-state): New variable.
19993         (org-cycle-level): New function.
19994         (org-cycle-level-after-item/entry-creation): New option.
19995         (org-flag-subtree): New function.
19996         (org-hide-archived-subtrees): Call `org-flag-subtree'.
19997         (org-set-effort): Indexed access.
19999         * org-list.el (org-cycle-item-indentation): New function.
20001         * org.el (org-refile): Make prefix argument 2 refile to current
20002         clock.
20003         (org-priority): Interpret action `remove' as call to remove the
20004         priority cookie.
20006         * org-remember.el (org-remember-apply-template): Don't depend on
20007         buffer name being like file name.
20009 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
20011         * org-clock.el (org-clock-play-sound): Expand file in
20012         org-clock-sound, to allow ~ for home.
20014         * org-remember.el (org-remember-handler):
20015         Set text-before-node-creation even if this already looks like a node,
20016         because the string might be needed on non-org-mode target files.
20018         * org-agenda.el (org-agenda-open-link): Make this work in agenda
20019         clocktables.
20020         (org-agenda-switch-to): Follow a link at point if
20021         org-return-follows-link' is set and there is nothing else to do in
20022         this line.
20024 2009-11-13  Dan Davison  <davison@stats.ox.ac.uk>
20026         * org-exp-blocks.el: Modify split separator regexp to avoid empty
20027         strings.
20029 2009-11-13  James TD Smith  <ahktenzero@mohorovi.cc>
20031         * org-colview.el (org-columns-new): Make this work with the new
20032         operators.
20033         (org-columns-store-format): Make this work with the new operators.
20035 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
20037         * org-src.el (org-src-preserve-indentation): Document that this
20038         variable is also used during export.
20040         * org-exp.el (org-export-format-source-code-or-example):
20041         Preserve indentation if a block has a -i option, or if
20042         `org-src-preserve-indentation' is set.
20044         * org-exp-blocks.el (org-export-blocks-preprocess):
20045         Preserve indentation if a block has a -i option, or if
20046         `org-src-preserve-indentation' is set.
20048 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
20050         * org.el (org-mode-map): Define the new archiving keys.
20051         (org-speed-commands-default): Define an archiving key in the speed
20052         command map.
20053         (org-org-menu): Improve the menu structure concerning archiving.
20055         * org-archive.el (org-archive-subtree-default-with-confirmation):
20056         New command.
20058         * org-agenda.el (org-agenda-mode-map): Define the new archiving keys.
20059         (org-agenda-menu): Add the new archiving commands to the menu.
20060         (org-agenda-archive-default)
20061         (org-agenda-archive-default-with-confirmation): New commands.
20062         (org-agenda-archive, org-agenda-archive-to-archive-sibling):
20063         Just call `org-agenda-archive-with'.
20064         (org-agenda-archive-with): New function.
20066         * org-table.el (org-table-convert-region): Inert spaces around "|"
20067         to avoid line beginnings like "|-1" which will be mistaken as
20068         hlines.
20070 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
20072         * org.el (org-offer-links-in-entry): Return nil if there are no
20073         links, t if a link has been selected.
20074         (org-open-at-point): Open attachment directory when called in the
20075         headline and there are no links in the entry body.
20076         (org-speed-commands-default): Add "o" for open-at-point as a speed
20077         command.
20079         * org-attach.el (org-attach-reveal): Optional prefix arg
20080         IF-EXISTS, which avoids creating the attachment directory if it
20081         does not yet exist.
20083         * org-agenda.el (org-agenda, org-run-agenda-series):
20084         Evaluate MATCH.
20086 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
20088         * org.el ("abbrev"): Work with abbrev tables only after they have
20089         been loaded.
20091         * org-list.el (org-list-send-list): Fix bug related to match
20092         data.
20094         * org-latex.el (org-export-latex-fontify): Apply verbatim
20095         emphasis.
20096         (org-export-latex-make-header): Insert \obeylines if line breaks
20097         should be preserved.
20099         * org-exp.el (org-export-protect-verbatim): Add an
20100         `org-verbatim-emph' property to such text.
20102 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
20104         * org-icalendar.el (org-icalendar-use-plain-timestamp): New option.
20105         (org-print-icalendar-entries): Skip entries where the timestamp is
20106         not a deadline and not scheduled, if the user requests that.
20108         * org-latex.el (org-export-latex-quotation-marks): Allow a bracket
20109         before an opening quote.
20111         * org-archive.el (org-archive-subtree): Keep archive after
20112         archiving something.
20114         * org-id.el (org-id-update-id-locations): Add archive files if
20115         that is required by `org-id-extra-files'.
20117 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
20119         * org-src.el (org-src-window-setup): New option.
20120         (org-src-switch-to-buffer): New function.
20121         (org-edit-src-exit): Add optional argument CONTEXT and use it to
20122         restore window configuration.
20123         (org-edit-src-code, org-edit-src-continue, org-edit-src-exit):
20124         Call `org-src-switch-to-buffer'.
20126         * org.el (org-default-properties): Add STYLE property.
20127         (org-files-list): Use the function call to get the files.
20128         (org-additional-option-like-keywords): Add SETUPFILE to completion
20129         list.
20131 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
20133         * org-table.el (org-table-convert-region): Correctly interpret
20134         quoting in csv import.
20136         * org.el (org-icompleting-read): Make iswitchb completion work
20137         with lists and tables.
20139         * org-agenda.el (org-agenda-add-entry-text): Never add entry text
20140         while pushing the mobile agenda.
20142 2009-11-13  John Wiegley  <jwiegley@gmail.com>
20144         * org-clock.el (org-clock-auto-clock-resolution): Now takes three
20145         values: nil, t and `when-no-clock-is-running'.
20146         (org-clock-in): Use `org-clock-auto-clock-resolution' to determine
20147         whether or not to resolve Org buffers on clock in.
20149 2009-11-13  James TD Smith  <ahktenzero@mohorovi.cc>
20151         * org-colview.el (org-format-time-period): Function to format
20152         times in fractional days for display.
20153         (org-columns-display-here): Add support for showing a calculated
20154         value in place of the property.
20155         (org-columns): Set `org-columns-time' to the current time so time
20156         difference calculations will work.
20157         (org-columns-time): Use to store the current time when column view
20158         is displayed, so all time differences will use the same reference
20159         point.
20160         (org-columns-compile-map): There is now an extra position in each
20161         entry specifying the function to use to calculate the displayed
20162         value for the non-calculated properties in the column.
20163         (org-columns-compute-all): Set `org-columns-time' to the current
20164         time so time difference calculations will work.
20165         (org-columns-compute): Handle column operators where the values
20166         used are calculated from the underlying property.
20167         (org-columns-number-to-string): Handle the 'age' column format.
20168         (org-columns-string-to-number): Correct the function name (was
20169         org-column...).  Add support for the 'age' column format.
20170         (org-columns-compile-format): Support the additional parameter in
20171         org-columns-compile-map.
20173 2009-11-13  Bastien Guerry  <bzg@gnu.org>
20175         * org.el (org-mode-hook): Turn `org-mode-hook' into a customizable
20176         variable.
20178 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
20180         * org-clock.el (org-clock-has-been-used): New variable.
20181         (org-clock-in): Set `org-clock-has-been-used'.
20182         (org-clock-save): Save only if clock data has been used or created
20183         during this session.
20185 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
20187         * org-clock.el (org-clock-persist): New value, to store only the
20188         clock history.
20189         (org-clock-save): Don't save the clock if only the history should
20190         be stored.
20191         (org-clock-load): Turn off John Wiegley's auto resolving mechanism
20192         when restoring a saved clock.
20194 2009-11-13  John Wiegley  <jwiegley@gmail.com>
20196         * org-clock.el (org-clock-display, org-clock-put-overlay):
20197         Use `org-time-clock-use-fractional'.
20199         * org.el (org-time-clocksum-use-fractional)
20200         (org-time-clocksum-fractional-format): Two new customizable
20201         variables which allow the user to select fractional times (1.25
20202         instead of 1:25) in the `org-clock-display' report.
20204 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
20206         * org-ascii.el (org-export-ascii-table-keep-all-vertical-lines):
20207         New option.
20209         * org.el (org-tag-alist): Fix customization type.
20211 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
20213         * org-mobile.el (org-mobile-update-checksum-for-capture-file):
20214         Make sure the regexp search can fail without throwing an error.
20215         (org-mobile-apply): Save the inbox buffer after removing
20216         successfully applied changes.
20218 2009-11-13  John Wiegley  <jwiegley@gmail.com>
20220         * org-clock.el (org-resolve-clocks-if-idle): Fix to the way idle
20221         time is reported after the user comes back (but before they
20222         resolve time).
20224         * org.el (org-get-repeat): Change so that this function can be
20225         called with either `org-scheduled-string' or
20226         `org-deadline-string'.
20228         * org-clock.el (org-clock-auto-clock-resolution): Rename from
20229         `org-clock-disable-clock-resolution', since negatives don't sound
20230         good in customization variables.
20231         (org-clock-in): Don't use the auto-resolution logic if the user is
20232         clocking into a different task while an active clock is running.
20233         This then allows the default behavior of clocking out of the open
20234         task and then into the new task.
20236         * org.el (org-modules): Made this variable more consistent, since
20237         it was referring to Org, OrgMode and Org-mode, whereas the docs
20238         for the variable always refer to Org-mode.
20240 2009-11-13  James TD Smith  <ahktenzero@mohorovi.cc>
20242         * org.el (org-repeat-re): The changed org-repeat-re no longer
20243         matched simple +2d type repeaters.  Fix it so it does.
20245 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
20247         * org-latex.el (org-export-latex-preprocess): Protect the vspace
20248         macro in the VERSE environment.
20250 2009-11-13  John Wiegley  <jwiegley@gmail.com>
20252         * org-habit.el (org-habit-get-priority): A new function that
20253         determines the relative priority of a habit, based on how long
20254         past its scheduled date it is, and how near the deadline is.
20256         * org-agenda.el (org-agenda-get-scheduled): Set habit priority
20257         using `org-habit-get-priority'.
20259         * org-habit.el (org-habit-build-graph): Start displaying colors
20260         from the first scheduled date, if that date is earlier than the
20261         first completion date.
20263         * org-habit.el: Changed all "color" variables to faces, and made
20264         them appropriate for light and dark backgrounds.
20266         * org-habit.el (org-habit-duration-to-days): Made this function
20267         more general.
20268         (org-habit-parse-todo): Parse the new ".+N/N" style repeater.
20270         * org-agenda.el (org-agenda-get-deadlines): Remove all mention of
20271         habits, since they don't use DEADLINE anymore.
20273         * org.el (org-repeat-re, org-display-custom-time)
20274         (org-timestamp-change): Extend to support the new ".+N/N"
20275         syntax, used for habits.
20277         * org-clock.el (org-clock-resolve-clock): Fix an incorrect
20278         variable reference.
20280         * org-agenda.el (org-agenda-set-mode-name): Show Habit in the
20281         modeline when habits are being displayed (if that module is being
20282         loaded).
20284 2009-11-13  James TD Smith  <ahktenzero@mohorovi.cc>
20286         * org-clock.el (org-x11-idle-seconds): Add a method to get the X11
20287         idle time using the xscreensaver extension.
20288         (org-user-idle-seconds): Use X11 idle time if available.
20290 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
20292         * org-agenda.el (org-agenda-next-line): New command.
20293         (org-agenda-previous-line): New commands.
20294         (org-agenda-show-and-scroll-up, org-agenda-show-scroll-down):
20295         New commands.
20296         (org-agenda-follow-mode): Do the follow immediately if the mode is
20297         turned on here.
20298         (previous-line, next-line): Replace keys with the corresponding
20299         org functions.
20300         (org-agenda-mode-map): Bind backspace and delete to the scrolling
20301         command.
20303         * org.el (org-icompleting-read): Turn off partial completion mode
20304         for the duration of this completion round.
20306         * org-latex.el (org-export-latex-fontify-headline): Protect TeX
20307         macros in author lines and similar stuff.
20309         * org.el (org-file-tags): Fix docstring.
20310         (org-get-buffer-tags): Add the #+FILETAGS tags.
20311         ("ecb"): Make ecb show context after jumping into an Org file.
20313 2009-11-13  John Wiegley  <johnw@newartisans.com>
20315         * org-agenda.el (org-finalize-agenda): Draw habit consistency
20316         graphs after everything else in the buffer has been setup.
20318 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
20320         * org-mobile.el (org-mobile-apply): Count success and failure.
20322         * org.el (org-indent-line-function): Fix regexp replace problem.
20324 2009-11-13  John Wiegley  <johnw@newartisans.com>
20326         * org-clock.el (org-clock-disable-clock-resolution):
20327         New customization variable that disable automatic clock resolution on
20328         clock in.
20329         (org-clock-in): If `org-clock-disable-clock-resolution' is set, do
20330         not automatically resolve anything.  This is does not affect
20331         idle-time resolution, however, if `org-clock-idle-time' is set.
20333 2009-11-13  John Wiegley  <johnw@newartisans.com>
20335         * org-habit.el: New file, which implements code to build a "habit
20336         consistency graph".
20338         * org-agenda.el (org-agenda-get-deadlines)
20339         (org-agenda-get-scheduled): Display consistency graphs when
20340         outputting habits into the agenda.  The graphs are always relative
20341         to the current time.
20342         (org-format-agenda-item): Add new parameter `habitp', which
20343         indicates whether we are formatting a habit or not.  Do not
20344         display "extra" leading information if habitp is true.
20346         * org.el (org-repeat-re): Improve regexp to include .+ and ++
20347         leaders for repeat strings.
20348         (org-get-repeat): Now takes a string parameter `tagline', so the
20349         caller can obtain the SCHEDULED repeat, or the DEADLINE repeat.
20351 2009-11-13  John Wiegley  <johnw@newartisans.com>
20353         * org-agenda.el (org-agenda-auto-exclude-function):
20354         New customization variable for allowing the user to create an "auto
20355         exclusion" filter for doing context-aware auto tag filtering.
20356         (org-agenda-filter-by-tag): Changes to support the use of
20357         `org-agenda-auto-exclude-function'.  See the new manual addition.
20359 2009-11-13  John Wiegley  <johnw@newartisans.com>
20361         * org.el (org-files-list): Don't attempt to return a file name for
20362         Org buffers which have no associated file.
20364         * org-agenda.el (org-agenda-do-action): Fix a typo.
20366 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
20368         * org-mobile.el (org-mobile-locate-entry): Interpret files
20369         relative to org-directory.
20370         (org-mobile-inbox-for-pull): Document the best location for this
20371         file.
20372         (org-mobile-check-setup): Verify `org-directory'.
20373         (org-mobile-create-index-file): Sort the files to be listed in
20374         index.org.
20376 2009-11-13  James TD Smith  <ahktenzero@mohorovi.cc>
20378         * org.el (org-fast-tag-selection): Add a way to display a
20379         description for a tag group.  This is done by adding a string to
20380         either the startgroup or endgroup cell.
20382 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
20384         * org-clock.el (org-clock-resolve, org-resolve-clocks)
20385         (org-emacs-idle-seconds): Use `org-float-time' instead of
20386         `time-to-seconds'.
20388 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
20390         * org-agenda.el (org-agenda-sorting-strategy): Fix customization
20391         type.
20393         * org.el (org-pre-cycle-hook): Document that `empty' can also be
20394         the value of ARG when doing local cycling.
20396 2009-11-13  John Wiegley  <johnw@newartisans.com>
20398         * org-clock.el (org-clock-resolve-clock): If keeping or
20399         subtracting time results in a clock out at a time in the past, and
20400         if the resolution occurred due to idleness or invoking `M-x
20401         org-resolve-clocks', remember that past moment in time.  On the
20402         next clock in, the user will be prompted to see if they want to
20403         back-date their new clock to then.
20404         (org-clock-resolve): Do not jump the user to the location of a
20405         dangling clock if the resolution is occurring due to an idle
20406         timeout.  In that case there is typically only one dangling clock,
20407         the active one, and there is no value gained by shuffling their
20408         windows around to show it to them.  Being prompted to resolve an
20409         idle clock should be as inobtrusive as possible.
20410         (org-resolve-clocks-if-idle): New function that resolves only the
20411         currently active clock if the user has exceeded the time returned
20412         by `org-user-idle-seconds', based on the value of
20413         `org-clock-idle-time'.
20414         (org-clock-in): If, after resolving clocks, (???)
20415         (org-clock-out): Cancel the `org-clock-idle-timer' on clock out.
20417         * org-clock.el (org-clock-resolve-clock): New function that
20418         resolves a clock to a specific time, closing or resuming as need
20419         be, and possibly even starting a new clock.
20420         (org-clock-resolve): New function used by `org-resolve-clocks'
20421         that sets up for the call to `org-clock-resolve-clock'.
20422         It determines the time to resolve to based on a single-character
20423         selection from the user to either keep time, subtract away time or
20424         cancel the clock.
20425         (org-resolve-clocks): New user command which resolves dangling
20426         clocks -- that is, open but not active -- anywhere in the file
20427         list returned by `org-files-list'.
20428         (org-clock-in): Automatically resolve dangling clocks whenever a
20429         user clocks in.
20430         (org-clock-cancel): If the user cancels the solely clock in a
20431         LOGBOOK, remove the empty drawer.
20433         * org-clock.el (org-clock-idle-time): New user customizable option
20434         for detecting whether the user has left a clock idle.  Note: it is
20435         only used in this commit to test whether it's worthwhile to check
20436         OS X to get the Mac user's current idle time.  If the Emacs idle
20437         time is less than the value, the user hasn't been away long enough
20438         to be worth checking (a more expensive test than just getting
20439         Emacs idle time).
20440         (org-user-idle-seconds, org-mac-idle-seconds)
20441         (org-emacs-idle-seconds): This three functions, in conjunction
20442         with the user customization variable `org-clock-idle-time', return
20443         the number of seconds (as a floating point) that the user has been
20444         away from their Emacs (or, if running on OS X, their computer).
20446         * org-clock.el (org-find-open-clocks): New function that returns a
20447         list of all open clocks in the given FILE.  Note that each clock
20448         it returns is a cons cell of the format (MARKER . START-TIME).
20449         This "clock" value is used by several of the new clock module
20450         utility functions.
20451         (org-is-active-clock): New inline function which tests whether the
20452         given clock value is the same as the currently active clock.
20453         Returns non-nil if this is the case.
20454         (org-with-clock-position): New macro that evaluates FORMS with
20455         point in the buffer and at the position of the given clock.
20456         Changes to the current clock are global.
20457         (org-with-clock): New macro that evaluates FORMS with point in the
20458         buffer and at the position of the given clock.  However, changes
20459         to the current clock are local and have no effect on the user's
20460         active clock.  This allows, for example, far any clock to be
20461         canceled without canceling the active clock.
20462         (org-clock-clock-in): New inline function that switches the active
20463         clock to the given clock.  If either the argument RESUME, or the
20464         global `org-clock-in-resume', are non-nil, it will resume a clock
20465         that was previously left open.
20466         (org-clock-clock-out): New inline function that clocks out the
20467         given clock value without affecting the currently active clock.
20468         (org-clock-clock-cancel): New inline function that cancels the
20469         given clock value without affecting the currently active clock.
20471         * org-clock.el (org-clock-in): Before creating
20472         `org-clock-mode-line-timer', check to make sure an older timer is
20473         not currently running.
20474         (org-clock-out): Accept new third parameter `at-time', which
20475         permits a clock to be clocked out at a specific time.  Note that
20476         no attempt is made to verify that the clock out time is later than
20477         the clock in time.
20479         * org.el (org-files-list): New utility function for returning a
20480         list of all open org-mode buffers, plus all files used to build
20481         the agenda buffer.  Note that not all the files will necessarily
20482         be visited by a buffer at time of call.
20483         (org-entry-beginning-position): Like the function
20484         `line-beginning-position', this inline function returns the
20485         beginning position of the current heading/entry.
20486         (org-entry-end-position): Like the function `line-end-position',
20487         this inline function returns the end position of the current
20488         heading/entry.
20490 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
20492         * org-agenda.el (org-agenda-list): Mark the all-todo items line as
20493         a header line.
20495 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
20497         * org-exp.el (org-inlinetask-remove-END-maybe): Declare function.
20499 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
20501         * org-agenda.el (org-agenda-filter-make-matcher): Allow to filter
20502         entries that have no tags.
20503         (org-agenda-search-view): New customize group.
20504         (org-agenda-search-view-search-words-only): New option.
20505         (org-search-view): Implement substring search.
20507 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
20509         * org.el (org-outline-level): Add doc string.
20511 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
20513         * org-inlinetask.el (org-inlinetask-export): Re-introduce
20514         variable.
20515         (org-inlinetask-export-handler): Only export inline task if the
20516         user option calls for it.
20518 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
20520         * org-exp.el (org-export-handle-export-tags): Remove inlinetask
20521         END if present.
20523 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
20525         * org-latex.el (org-export-latex-tables): Don't format in
20526         protected regions.
20528 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
20530         * org-src.el (org-edit-src-code)
20531         (org-edit-src-find-region-and-lang, org-edit-src-exit):
20532         Handle macro editing.
20534         * org-agenda.el (org-prefix-category-max-length): New variable.
20535         (org-format-agenda-item): Use `org-prefix-category-max-length'.
20536         (org-compile-prefix-format): Set `org-prefix-category-max-length'.
20538 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
20540         * org-mobile.el (org-mobile-create-index-file): Improve the
20541         listing of tags and todo keywords.
20543         * org-latex.el (org-export-latex-format-image): New function.
20544         (org-export-latex-links): Use `org-export-latex-format-image'.
20546 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
20548         * org-inlinetask.el (org-inlinetask-get-current-indentation)
20549         (org-inlinetask-remove-terminator): New functions.
20550         (org-inlinetask-export-handler): Terminate the description list.
20552         * org-exp.el (org-export-select-backend-specific-text): Remove the
20553         region markers.
20555         * org-inlinetask.el (org-inlinetask-export-handler): Fix bug for
20556         tasks without content.
20558         * org-clock.el: Make sure the clock-in target position does not
20559         move to a different node by widening the buffer.
20561         * org-html.el (org-export-html-format-image): Wrap image into
20562         figure div only when there is a caption.
20564         * org-archive.el (org-archive-mark-done): Change default value to
20565         nil.
20567 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
20569         * org.el (org-context): Call `bobp', not `eobp'.
20571         * org-clock.el (org-clock-cancel): Remove quotes from marker
20572         variables.
20574         * org.el (org-read-date-prefer-future): New allowed value `time'.
20575         (org-read-date-analyze): Shift day to tomorrow depending on time
20576         entered and value of `org-read-date-prefer-future'.
20578 2009-11-05  Stefan Monnier  <monnier@iro.umontreal.ca>
20580         * org.el (org-version, org-get-refile-targets, org-refile)
20581         (org-store-log-note, org-diary-to-ical-string)
20582         (org-speedbar-set-agenda-restriction):
20583         * org-publish.el (org-publish-find-title):
20584         * org-plot.el (org-plot/gnuplot):
20585         * org-mouse.el (org-mouse-do-remotely):
20586         * org-mobile.el (org-mobile-move-capture):
20587         * org-mac-message.el (org-mac-message-insert-flagged):
20588         * org-latex.el (org-replace-region-by-latex):
20589         * org-docbook.el (org-replace-region-by-docbook):
20590         * org-clock.el (org-clock-out, org-clock-cancel):
20591         * org-bibtex.el (org-execute-file-search-in-bibtex):
20592         Use with-current-buffer.
20594 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
20596         * org.el (org-directory, org-map-entries):
20597         * org-clock.el (org-clock-get-clocked-time): Fix typos in docstrings.
20599 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
20601         * org.el (org-set-tags-to): New command.
20603         * org-latex.el (org-export-latex-set-initial-vars): Also check in
20604         the plist.
20606         * org.el (org-additional-option-like-keywords): Add LATEX_CLASS
20607         keyword.
20609         * org-exp.el (org-infile-export-plist): Add LATEX_CLASS keyword.
20611 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
20613         * org-inlinetask.el (org-inlinetask-export): Option removed.
20614         (org-inlinetask-export-handler): Better export.
20616         * org-xoxo.el (org-export-xoxo-final-hook): New hook.
20617         (org-export-as-xoxo): Run the new hook.
20619         * org-html.el (org-export-html-final-hook): New hook.
20620         (org-export-as-html): Run the new hook.
20622         * org-docbook.el (org-export-docbook-final-hook): New hook.
20623         (org-export-as-docbook): Run the new hook.
20625         * org-ascii.el (org-export-ascii-final-hook): New hook.
20626         (org-export-as-ascii): Run the new hook.
20628         * org-latex.el (org-export-latex-treat-sub-super-char): Allow a
20629         space character as the character before the ^/_.
20630         (org-export-latex-final-hook): New hook.
20631         (org-export-as-latex): Run `org-export-latex-final-hook'.
20633 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
20635         * org-macs.el (org-if-unprotected-at): Fix docstring.
20637         * org-agenda.el (org-agenda-change-all-lines): Handle invisible
20638         text in the prefix (if category is a link).
20640         * org-latex.el (org-export-latex-preprocess): Deal properly with
20641         empty lines in verse environments.
20643         * org.el (org-format-latex-header): Inline fullpage.sty.
20645         * org-footnote.el (org-footnote-create-definition): Reveal context
20646         to add a new footnote definition.
20648         * org.el (org-ctrl-c-ctrl-c): Pass prefix arg to
20649         org-table-recalculate when cursor is in TBLFM line.
20651         * org-list.el (org-renumber-ordered-list): Fix cursor position
20652         when bullet length has changed.
20654 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
20656         * org.el (org-format-latex): Mention `org-format-latex-options' in
20657         the docstring.
20659 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
20661         * org.el (org-agenda-get): New function.
20663         * org-agenda.el (org-agenda-post-command-hook): No longer move
20664         point away from end of line.
20665         (org-agenda-add-entry-text, org-agenda-collect-markers)
20666         (org-finalize-agenda, org-agenda-mark-clocking-task)
20667         (org-agenda-dim-blocked-tasks, org-agenda-entry-text-show-here)
20668         (org-agenda-entry-text-show, org-agenda-highlight-todo)
20669         (org-agenda-compare-effort, org-agenda-filter-apply)
20670         (org-agenda-later, org-agenda-change-time-span)
20671         (org-agenda-post-command-hook, org-agenda-show-priority)
20672         (org-agenda-show-tags, org-agenda-goto, org-agenda-kill)
20673         (org-agenda-archive, org-agenda-archive-to-archive-sibling)
20674         (org-remove-subtree-entries-from-agenda, org-agenda-refile)
20675         (org-agenda-open-link, org-agenda-copy-local-variable)
20676         (org-agenda-switch-to, org-agenda-check-no-diary)
20677         (org-agenda-tree-to-indirect-buffer, org-agenda-todo)
20678         (org-agenda-add-note, org-agenda-change-all-lines)
20679         (org-agenda-priority, org-agenda-set-tags)
20680         (org-agenda-set-property, org-agenda-set-effort)
20681         (org-agenda-toggle-archive-tag, org-agenda-date-later)
20682         (org-agenda-show-new-time, org-agenda-date-prompt)
20683         (org-agenda-schedule, org-agenda-deadline, org-agenda-action)
20684         (org-agenda-clock-in, org-agenda-bulk-mark)
20685         (org-agenda-bulk-unmark, org-agenda-show-the-flagging-note):
20686         Use `org-get-at-bol'.
20688         * org-colview.el (org-columns-display-here)
20689         (org-columns-edit-allowed, org-agenda-columns):
20690         Use `org-get-at-bol'.
20692 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
20694         * org.el (org-special-ctrl-a/e): Improve documentation and
20695         customize type.
20696         (org-end-of-line): Don't jump to after the ellipsis.
20697         (org-mode-map): Bind <home> and <end> as well.
20699 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
20701         * org.el (org-fontify-meta-lines-and-blocks): Treat lines with a
20702         space after #+ as comments.
20703         (org-open-at-point): Run `org-follow-link-hook' always.
20705         * org-latex.el (org-export-latex-emph-format): Use better commands
20706         to insert special characters in verbatim snippets.
20708 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
20710         * org-faces.el (org-copy-face): New function.  Use it to create
20711         various faces formerly created by using `copy-face'.
20713         * org-agenda.el (org-prepare-agenda): Don't officially mark this
20714         window dedicated.
20715         (org-agenda-quit): Kill the frame containing the agenda window if
20716         that frame was created for the agenda.
20718 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
20720         * org-agenda.el (org-agenda-date-prompt): Mark the changed time
20721         stamp in the agenda.
20723 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
20725         * org-agenda.el (org-prepare-agenda):
20726         Reset `org-drawers-for-agenda'.
20727         (org-prepare-agenda): Uniquify list of drawers.
20729         * org.el (org-complex-heading-regexp-format): New variable.
20730         (org-set-regexps-and-options):
20731         Define `org-complex-heading-regexp-format'.
20732         (org-drawers-for-agenda): New variable.
20733         (org-map-entries): Bind `org-drawers-for-agenda'.
20734         (org-prepare-agenda-buffers): Add to `org-drawers-for-agenda'.
20736         * org-remember.el (org-go-to-remember-target)
20737         (org-remember-handler): Use `org-complex-heading-regexp-format'.
20739 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
20741         * org-agenda.el (org-agenda-highlight-todo): Fix text property
20742         problem.
20744         * org.el (org-on-heading-p, org-at-heading-p): Make sure these are
20745         always with `invisible-ok'.
20746         (org-store-link): No error when there is nothing to link to in the
20747         agenda.
20749         * org-list.el (org-update-checkbox-count): Insert changed cookie
20750         before the old, to avoid problems with invisibility at the end of
20751         the line.
20752         (org-update-checkbox-count): Insert changed cookie before the old,
20753         to avoid problems with invisibility at the end of the line.
20755         * org.el (org-sort-entries-or-items): Include the final newline.
20756         (org-fontify-meta-lines-and-blocks): Add indented dynamic block
20757         lines for fontification.
20758         (org-dblock-start-re, org-dblock-end-re): Allow indentation.
20759         (org-prepare-dblock): Store the current indentation of the BEGIN
20760         line.
20761         (org-update-dblock): Apply the indentation of the begin line to
20762         the rest of the block.
20763         (org-ctrl-c-ctrl-c): Also find indented dblock lines.
20764         (org-startup-folded): New allowed value `showeverything'.
20765         (org-startup-options): Add STARTUP keyword `showeverything'.
20766         (org-set-startup-visibility): Respect value `showeverything' in
20767         org-startup-folded.
20769 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
20771         * org.el (org-closest-date): Fix issue with past preference.
20773         * org-archive.el (org-archive-set-tag)
20774         (org-archive-subtree-default): New commands.
20776         * org-clock.el (org-clock-clocktable-default-properties):
20777         New option.
20778         (org-clock-report):
20779         Use `org-clock-clocktable-default-properties'.
20781 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
20783         * org.el (org-iswitchb-completing-read): Fix typo.
20785         * org-crypt.el: New file.
20787         * org.el: Add an entry for org-crypt.
20789 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
20791         * org-agenda.el (org-agenda-menu): Reorganize the menu for more
20792         consistency.
20793         (org-batch-store-agenda-views): New function.
20794         (org-agenda-title-append): Define variable.
20795         (org-write-agenda): New export to Org files.
20796         (org-agenda-get-some-entry-text): New arguments INDENT and KEEP.
20797         (org-agenda): Allow to keep the restricted file list if a special
20798         variable is bound to t.
20799         (org-agenda): Define a special agenda view for working on flagged
20800         entries.
20801         (org-agenda-get-restriction-and-command): List the new agenda
20802         view.
20803         (org-agenda-show-the-flagging-note): New command.
20804         (org-agenda-mode-map): New key `?' for looking at the flagging
20805         note.
20807         * org.el (org-autoload): Autoload org-mobile.el.
20808         (org-org-menu): Add menu commands for MobileOrg in the Org menu.
20810         * org-mobile.el: New file.
20812         * org-id.el (org-id-get): Fix bug with forcing ID on an item.
20814 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
20816         * org-table.el (orgtbl-line-start-regexp): Match also TBLNAME
20817         statements.
20818         (org-table-get-remote-range): Match indented #+TBLNAME
20819         statements.
20821         * org.el (org-convert-to-odd-levels)
20822         (org-convert-to-oddeven-levels): Work also correctly if the file
20823         is in outline-mode.
20825 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
20827         * org.el (org-store-link): When in agenda buffer, link to
20828         referenced entry.
20829         (org-add-planning-info): Remove spaces at eol.
20831         * org-macs.el (org-with-point-at): Add a `lisp-indent-function'
20832         property.
20834 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
20836         * org-latex.el (org-export-latex-first-lines): Fix problem with
20837         LaTeX export of first line and selected subtree.
20839         * org.el (org-shifttab): Interpret arg differently when using only
20840         odd levels.
20842 2009-10-01  Bastien Guerry  <bzg@gnu.org>
20844         * org.el (org-check-agenda-file): Use a more explicit message.
20846 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
20848         * org-exp.el (org-export-remove-special-table-lines): Don't remove
20849         normal lines.
20851 2009-10-01  Bastien Guerry  <bzg@gnu.org>
20853         * org.el (org-offer-links-in-entry): Don't use "Select link" as a
20854         prompt in the temporary window.
20856         * org-agenda.el (org-agenda-bulk-mark): Use a slightly soberer
20857         prefix for marked entries in the agenda view.
20859 2009-10-01  Andreas Burtzlaff  <andy13@gmx.net>  (tiny change)
20861         * org.el (outline-end-of-subtree): Bugfix: advise this function in
20862         a way that prevents any trailing character from being displayed.
20864 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
20866         * org-agenda.el (org-agenda-menu): Fix bugs in the bulk action
20867         menu.
20869         * org-exp.el (org-export-remove-special-table-lines): Remove bad
20870         slow regexp match.
20872 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
20874         * org-latex.el (org-export-latex-preprocess): Do not protect in
20875         the LaTeX header.
20877         * org-src.el (org-edit-src-save): Save window setup while saving.
20878         (org-edit-src-code): Use new buffer name construction scheme.
20880 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
20882         * org-agenda.el (org-agenda-entry-text-exclude-regexps):
20883         New variable.
20884         (org-agenda-entry-text-cleanup-hook): New hook.
20885         (org-agenda-get-some-entry-text): Remove matches of
20886         `org-agenda-entry-text-exclude-regexps' and run the hook
20887         `org-agenda-entry-text-cleanup-hook'.
20889         * org.el (org-offer-links-in-entry): New argument ZERO to
20890         implement a link with index zero.
20891         (org-cycle-show-empty-lines): Not keep empty line under header
20892         hidden.
20893         (org-iswitchb-completing-read): Bind `switchb-use-virtual-buffers'
20894         to nil for special completion.
20895         (org-store-link): Don't error before the first heading.
20897         * org-agenda.el (org-agenda-open-link): Pass the prefix to
20898         `org-offer-links-in-entry'.
20900 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
20902         * org-agenda.el (org-agenda-quit): Provide the window argument for
20903         `window-dedicated-p', Emacs 22 needs it.
20904         (org-format-agenda-item): If the category is a link, arrange for
20905         invisible text to replaced with spaces.
20906         (org-compile-prefix-format): Add the extra space.
20907         (org-prefix-category-length): New variable.
20909         * org-exp.el (org-export-cleanup-toc-line): Remove footnote
20910         references from TOC lines.
20912         * org.el (org-selected-window): New variable.
20914         * org-table.el (org-table-edit-formulas): Remember the selected
20915         window.
20916         (org-table-fedit-finish, org-table-fedit-abort): Select the window
20917         that was originally selected.
20919         * org-exp.el (org-export-preprocess-apply-macros): Scan the
20920         expansion of a macro for more macro definitions.
20922         * org-agenda.el (org-agenda-dim-blocked-tasks): Make sure the
20923         invisibility overlay starts on the newline.
20925 2009-10-01  Glenn Morris  <rgm@gnu.org>
20927         * org-agenda.el (calendar-check-holidays):
20928         * org-exp.el (org-agenda-skip):
20929         * org-list.el (outline-back-to-heading):
20930         * org-wl.el (wl-summary-goto-folder-subr):
20931         * org.el (iswitchb-mode, remember, remember-buffer-desc)
20932         (remember-finalize, remember-save-after-remembering, remember-register)
20933         (remember-buffer, remember-handler-functions)
20934         (remember-annotation-functions): Remove unused declarations.
20936         * org.el (iswitchb-read-buffer): Fix declaration.
20938 2009-09-30  Glenn Morris  <rgm@gnu.org>
20940         * org-compat.el (w32-focus-frame):
20941         * org-exp-blocks.el (R):
20942         * org-exp.el (htmlize-buffer):
20943         * org-protocol.el (server-edit):
20944         * org-table.el (org-format-org-table-html):
20945         * org.el (org-indent-mode): Fix declarations.
20947         * org-colview.el (org-columns-uncompile-format): Avoid assignment to
20948         free variable `fun'.
20950 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
20952         * org-agenda.el (org-agenda-restore-windows-after-quit):
20953         Fix typo in docstring.
20955 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
20957         * org.el (org-tree-to-indirect-buffer, org-convert-to-oddeven-levels)
20958         (org-shiftselect-error, org-ctrl-c-ctrl-c):
20959         * org-agenda.el (org-agenda-undo, org-check-for-org-mode):
20960         * org-attach.el (org-attach-check-absolute-path):
20961         * org-docbook.el (org-export-as-docbook):
20962         * org-html.el (org-export-as-html):
20963         * org-id.el (org-id-update-id-locations):
20964         * org-table.el (org-table-fedit-lisp-indent, orgtbl-send-table):
20965         Fix typos in error messages.
20967 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
20969         * org-ascii.el: Require CL for the `loop' macro.
20971 2009-09-05  Carsten Dominik  <dominik@u016822.science.uva.nl>
20973         * org-gnus.el (require): Wrap (require gnus-sum) into
20974         eval-when-compile.
20976 2009-09-03  Carsten Dominik  <dominik@u016822.science.uva.nl>
20978         * org-protocol.el (org-protocol-store-link)
20979         (org-protocol-remember, org-protocol-open-source): Remove autoload
20980         cookies again.
20982         * org-agenda.el (org-agenda-dim-blocked-tasks): Make sure we are
20983         referencing the start of the line.
20985         * org-gnus.el: Remove unnecessary declare-function forms.
20986         (gnus-sum): Always require gnus-sum.
20988 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
20990         * org-protocol.el (org-protocol-store-link)
20991         (org-protocol-remember, org-protocol-open-source): Add autoloads.
20993         * org-compat.el (org-float-time): New function.
20995         * org.el (org-clock-update-time-maybe)
20996         (org-sort-entries-or-items, org-do-sort)
20997         (org-evaluate-time-range, org-time-string-to-seconds)
20998         (org-closed-in-range): Use `org-float-time'.
21000         * org-timer.el (org-timer-start, org-timer-pause-or-continue)
21001         (org-timer-seconds): Use `org-float-time'.
21003         * org-clock.el (org-clock-get-clocked-time, org-clock-out)
21004         (org-clock-sum, org-dblock-write:clocktable)
21005         (org-clocktable-steps): Use `org-float-time'.
21007         * org-agenda.el (org-agenda-last-marker-time)
21008         (org-agenda-new-marker, org-diary): Use `org-float-time'.
21010         * org-compat.el (w32-focus-frame): Declare the w32-focus-frame
21011         function.
21013         * org-exp.el (org-get-file-contents): Only protect lines that
21014         really need it.
21016         * org-html.el (require): Require cl for compilation.
21018         * org.el: Avoid using `default-major-mode'.
21020         * org-plot.el (require): Require CL only at compile time.
21022         * org-exp.el (require): Require CL only at compile time.
21024         * org-agenda.el (org-agenda-quit): When the agenda window is
21025         dedicated, remove other windows before exiting, so that the frame
21026         really will be killed.
21028         * org-exp.el (org-export-handle-include-files): Reset START and
21029         END for each loop cycle.
21031 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
21033         * org.el (org-eval-in-calendar):
21034         Use `org-select-frame-set-input-focus'.
21036         * org-compat.el (org-select-frame-set-input-focus): New function.
21038         * org.el (org-update-statistics-cookies): New function.
21039         (org-mode-map): Bind `C-c #' to `org-update-statistics-cookies'.
21041 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
21043         * org-src.el (org-edit-fixed-width-region): Set org-src-mode only
21044         after the local variables are set.
21046         * org-latex.el (org-export-latex-protect-amp): New function.
21047         (org-export-latex-links): Protect link ampersands in tables.
21049         * org-exp.el (org-export-select-backend-specific-text): Match in
21050         two steps, to avoid regexp problems.
21052         * org.el (org-offer-links-in-entry): Improve working with many and
21053         duplicate links.
21055         * org-agenda.el (org-agenda-show-1): Make more consistent with
21056         normal cycling.
21057         (org-agenda-cycle-show): Make more consistent with normal cycling.
21059         * org-gnus.el (org-gnus-store-link): Restore the linking to a
21060         website.
21062 2009-09-02  Bastien Guerry  <bzg@gnu.org>
21064         * org-latex.el (org-export-latex-first-lines): Bugfix.
21066 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
21068         * org-clock.el (org-clock-modify-effort-estimate): Emit message
21069         about new effort.
21071         * org.el (org-set-effort): New function.
21072         (org-mode-map): New key for effort setting command.
21074         * org-agenda.el (org-agenda): Keep window setup when calling
21075         agenda from within agenda window.
21076         (org-agenda-mode-map): New keys for effort setting commands.
21077         (org-agenda-menu): Add effort setting commands to menu.
21078         (org-agenda-set-property, org-agenda-set-effort): New functions.
21080         * org-latex.el (org-export-latex-tables):
21081         Fix `org-table-last-alignment' and `org-table-last-column-widths' if
21082         the first column has been removed.
21084 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
21086         * org.el (org-remove-timestamp-with-keyword): Only remove in
21087         entry, not in subtree.
21089         * org-src.el (org-src-lang-modes): Add abbreviation elisp for
21090         emacs lisp.
21092         * org.el (org-open-at-point): When on headline, offer all strings
21093         in entry.
21095         * org-remember.el (org-remember-templates): Documentation fix.
21097         * org.el (org-move-subtree-down): Use `org-get-next-sibling' and
21098         `org-get-last-sibling' instead of the outline versions of these
21099         functions.
21100         (org-get-last-sibling): New function.
21101         (org-refile): Use `org-get-next-sibling' instead of the outline
21102         version of this function.
21103         (org-clean-visibility-after-subtree-move):
21104         Use `org-get-next-sibling' and `org-get-last-sibling' instead of the
21105         outline versions of these functions.
21107 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
21109         * org-agenda.el (org-prepare-agenda): When creating a new frame
21110         for the agenda, make the window dedicated.
21112         * org-agenda.el (org-agenda-mode-map): New keys for time motion.
21114         * org-table.el (org-table-align): Change the order of reinsertion
21115         and deletion, to avoid problems with overlays following the table.
21117         * org.el (org-parse-time-string): Better error message.
21118         (org-show-subtree): Use org-end-of-subtree.
21120         * org-macs.el (org-goto-line): New defsubst.
21122         * org.el (org-open-file, org-change-tag-in-region)
21123         (org-fast-tag-show-exit): Don't use `goto-line'.
21125         * org-table.el (org-table-align, org-table-insert-column)
21126         (org-table-delete-column, org-table-move-column)
21127         (org-table-sort-lines, org-table-copy-region)
21128         (org-table-paste-rectangle, org-table-wrap-region)
21129         (org-table-get-specials, org-table-rotate-recalc-marks)
21130         (org-table-get-range, org-table-recalculate)
21131         (org-table-edit-formulas, org-table-fedit-convert-buffer)
21132         (org-table-show-reference, org-table-highlight-rectangle):
21133         Don't use `goto-line'.
21135         * org-src.el (org-edit-src-code, org-edit-fixed-width-region)
21136         (org-edit-src-exit): Don't use `goto-line'.
21138         * org-macs.el (org-preserve-lc): Don't use `goto-line'.
21140         * org-list.el (org-renumber-ordered-list, org-fix-bullet-type):
21141         Don't use `goto-line'.
21143         * org-exp.el (org-export-number-lines): Don't use `goto-line'.
21145         * org-colview.el (org-columns, org-columns-redo)
21146         (org-agenda-columns): Don't use `goto-line'.
21148         * org-agenda.el (org-agenda-mode): Force visual line motion off.
21149         (org-agenda-add-entry-text-maxlines): Improve docstring.
21150         (org-agenda-start-with-entry-text-mode): New option.
21151         (org-agenda-entry-text-maxlines): New option.
21152         (org-agenda-entry-text-mode): New variable.
21153         (org-agenda-mode): Set initial value of
21154         `org-agenda-entry-text-mode'.
21155         (org-agenda-mode-map): Add the `E' key.
21156         (org-agenda-menu): Add entry text mode to the menu.
21157         (org-agenda-get-some-entry-text): Fix line count bug.
21158         (org-finalize-agenda): Apply entry text mode if appropriate.
21159         (org-agenda-entry-text-show-here): New function.
21160         (org-agenda-entry-text-show): New function.
21161         (org-agenda-entry-text-hide): New function.
21162         (org-agenda-view-mode-dispatch): Add entry text mode to the view
21163         key menu.
21164         (org-agenda-entry-text-mode): New command.
21165         (org-agenda-set-mode-name): Add entry text mode to the mode line
21166         string.
21167         (org-agenda-undo, org-agenda-get-restriction-and-command)
21168         (org-agenda-get-some-entry-text, org-agenda-redo): Don't use
21169         `goto-line'.
21171 2009-09-02  Bernt Hansen  <bernt@norang.ca>
21173         * org-clock.el (org-notify): Bugfix.
21175 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
21177         * org-agenda.el (org-agenda-open-link): Handle multiple links and
21178         check for after-string.
21180         * org-gnus.el (org-gnus-store-link): Simplify.
21182         * org.el (org-latex-regexps): Don't add extra empty lines for
21183         display formulas.
21185 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
21187         * org-agenda.el (org-agenda-get-some-entry-text): New function.
21188         (org-agenda-add-entry-text):
21189         Use `org-agenda-get-some-entry-text'.
21191         * org.el (org-cycle-separator-lines): Update docstring.
21192         (org-cycle-show-empty-lines): Handle negative values for
21193         `org-cycle-show-empty-lines'.
21195         * org-exp.el (org-export-protect-sub-super): New function.
21196         (org-export-normalize-links): Protect the url of plain links from
21197         supscript and superscript processing.
21199         * org-remember.el (org-remember-escaped-%): New function.
21200         (org-remember-apply-template): Use `org-remember-escaped-%' to
21201         detect escaped % signs.
21203 2009-09-02  Bastien Guerry  <bzg@gnu.org>
21205         * org-timer.el (org-timer-set-timer): Use `org-notify' and play a
21206         sound when showing the notification.
21208         * org-clock.el (org-notify): New function.
21209         (org-clock-notify-once-if-expired): Use `org-notify'.
21211         * org-gnus.el (org-gnus-store-link): Handle `gnus-summary-mode'
21212         and `gnus-article-mode' separately.
21213         (gnus-summary-article-header): Fix the declare-function.
21215 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
21217         * org-exp.el (org-export-format-source-code-or-example):
21218         Translate language.
21220         * org-src.el (org-src-lang-modes): New variable.
21221         (org-edit-src-code): Translate language.
21223         * org-exp.el (org-export-format-source-code-or-example): Deal wit
21224         the new structure of the `org-export-latex-listings-langs'
21225         variable.
21227         * org-latex.el (org-export-latex-listings-langs): Change structure
21228         of the variable from plist to alist.
21230 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
21232         * org.el (org-in-commented-line): New function.
21234 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
21236         * org.el (org-hide-block-toggle): Make folded blocks searchable.
21238 2009-09-02  Friedrich Delgado Friedrichs  <friedel@nomaden.org>  (tiny change)
21240         * org.el (org-flag-drawer): More useful error.
21242 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
21244         * org-remember.el (org-remember-apply-template):
21245         Use org-icompleting-read.
21247         * org-publish.el (org-publish): Use org-icompleting-read.
21249         * org-colview.el (org-columns-edit-value, org-columns-new)
21250         (org-insert-columns-dblock): Use org-icompleting-read.
21252         * org-attach.el (org-attach-delete-one, org-attach-open):
21253         Use org-icompleting-read.
21255 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
21257         * org.el (org-hierarchical-todo-statistics): Improve docstring.
21258         (org-version): Return the version text.
21259         (org-org-menu): Add a menu entry for the new bug reporter.
21260         (org-submit-bug-report): New command.
21262         * org-list.el (org-hierarchical-checkbox-statistics):
21263         Improve docstring.
21265         * org.el (org-emphasis-regexp-components): Add "`" to set of
21266         pre-emphasis characters.
21268         * org-latex.el (org-export-latex-classes): Always include the soul
21269         package.
21270         (org-export-latex-emphasis-alist): Use \st for strikethough.
21272         * org-exp-blocks.el (org-export-blocks-preprocess):
21273         Use `indent-code-rigidly' to indent.
21275         * org-agenda.el (org-agenda-get-restriction-and-command):
21276         Remove properties only if MATCH really is a string.
21278 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
21280         * org-latex.el (org-export-latex-packages-alist):
21281         Fix customization type.
21283         * org.el (org-create-formula-image): Also use
21284         `org-export-latex-packages-alist'.
21286         * org-html.el (org-export-as-html): Fix bug in footnote regexp.
21287         (org-export-as-html): Format footnotes correctly.
21289 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
21291         * org.el (org-fast-tag-selection): Avoid text properties on tags
21292         in the alist.
21294         * org-agenda.el (org-agenda-get-restriction-and-command):
21295         Avoid text properties on the match element.
21297 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
21299         * org.el (org-set-regexps-and-options): Make sure the list of done
21300         keywords is not invalid.
21302         * org-exp.el (org-export-interpolate-newlines): New function.
21304 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
21306         * org.el (org-format-latex): Avoid nested overlays.
21308         * org-latex.el (org-export-latex-listings-langs): Add a few more
21309         languages.
21311         * org-exp.el (org-export-preprocess-apply-macros): Make sure to
21312         ignore newlines and space before the first macro argument.
21314         * org-latex.el (org-export-latex-tables): Remove save-excursion
21315         around `org-table-align'.
21317 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
21319         * org.el (org-export-html-special-string-regexps):
21320         Definition moved into org.el.
21322         * org-exp.el (org-export-preprocess-apply-macros): Allow newlines
21323         in macro calls.
21325 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
21327         * org-latex.el (org-export-latex-listings)
21328         (org-export-latex-listings-langs): New options.
21330         * org-exp.el (org-export-format-source-code-or-example):
21331         Use listing package if requested by the user.
21333 2009-09-02  Bastien Guerry  <bzg@gnu.org>
21335         * org.el (org-iswitchb): Fix bug when aborting the `org-iswitchb'
21336         command before actually switching to a buffer.
21338 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
21340         * org-exp.el (org-get-file-contents): Only quote org lines when
21341         the markup is src or example.
21343         * org-agenda.el (org-agenda-skip-scheduled-if-deadline-is-shown):
21344         New option.
21345         (org-agenda-get-day-entries): Remember deadline results and pass
21346         them on into the function getting the scheduling information.
21347         (org-agenda-get-scheduled): Accept deadline results as parameters
21348         and maybe skip some entries.
21349         (org-agenda-skip-scheduled-if-deadline-is-shown): New option.
21351         * org.el (org-insert-heading): When respecting content, do not
21352         convert current line to headline.
21354         * org-clock.el (org-clock-save-markers-for-cut-and-paste):
21355         Also cheeeeeck the hd marker.
21356         (org-clock-in): Also set the hd marker.
21357         (org-clock-out): Also set the hd marker.
21358         (org-clock-cancel): Reset markers.
21360         * org.el (org-clock-hd-marker): New marker.
21362         * org-faces.el (org-agenda-clocking): New face.
21364         * org-agenda.el (org-agenda-mark-clocking-task): New function.
21365         (org-finalize-agenda): Call `org-agenda-mark-clocking-task'.
21367         * org.el (org-modules): Add org-track.el.
21369         * org-agenda.el (org-agenda-bulk-marked-p): New function.
21370         (org-agenda-bulk-mark, org-agenda-bulk-unmark):
21371         Use `org-agenda-bulk-marked-p'.
21372         (org-agenda-bulk-toggle): New command.
21374 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
21376         * org.el (org-move-subtree-down): Hide subtree if it was folded,
21377         not just the body.
21379         * org-remember.el (org-remember-finalize): Avoid buffer-modified
21380         messages.
21382 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
21384         * org-html.el (org-export-as-html):
21385         * org-docbook.el (org-export-as-docbook):
21386         Use (default-value 'major-mode) instead of default-major-mode.
21388 2009-08-08  Carsten Dominik  <carsten.dominik@gmail.com>
21390         * org-docbook.el: Add arch-tag.
21392         * org-exp-blocks.el: Add arch-tag.
21394         * org-id.el: Add arch-tag.
21396         * org-indent.el: Add arch-tag.
21398         * org-inlinetask.el: Add arch-tag.
21400         * org-protocol.el: Add arch-tag.
21402 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
21404         * org.el (org-create-formula-image): Remove the -E option for
21405         dvipng.
21407         * org-exp.el (org-default-export-plist): Respect #+BIND.
21408         (org-export-confirm-letbind): New function.
21410         * org.el (org-paste-subtree): Test the kill ring entry if it is
21411         going to be used.
21412         (org-copy-subtree): Use `org-forward-same-level'.
21413         (org-forward-same-level): Respect the `invisibe-ok' arg for
21414         back-to-heading.
21416 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
21418         * org.el (org-table-map-tables): Make sure cursor is back at table
21419         beginning after funcall.
21421         * org-agenda.el (org-agenda-bulk-action): Make sure parents are
21422         handled before children, and do not error if an entry is not
21423         found, probably because it hase been remove when the parent was
21424         archived or refiled.
21426         * org.el (org-ido-completing-read): Accept straight lists for
21427         completion as well as alists.
21429         * org-timer.el (org-timer-cancel-timers): Rename from
21430         `org-timer-cancel-timers'.
21432         * org.el (org-cycle-internal-local): Fix problem with finding next
21433         invisible line.
21435 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
21437         * org-list.el (org-list-send-list):
21438         Call `org-list-goto-true-beginning' instead of
21439         `org-list-find-true-beginning', which does not exist.
21441         * org-timer.el (org-timer-reset-timers): Use `mapc'.
21442         (org-timer-set-timer): Do not assign to heading.
21444         * org-id.el (org-id-open): Quote function name.
21446         * org-macs.el (org-unmodified): Turn off recording undo
21447         information while running inside the macro.
21449         * org-table.el (org-table-export): Also work in file-less
21450         buffers.
21452         * org.el (org-startup-indented): New option.
21453         (org-startup-options): Add new options indent and noindent.
21454         (org-unfontify-region): Remove line-prefix and wrap-prefix
21455         properties.
21456         (org-after-demote-entry-hook, org-after-promote-entry-hook):
21457         New hooks.
21458         (org-promote, org-demote): Run the new hooks.
21460         * org-table.el (org-table-align): Replace leading \n as well.
21462         * org-exp.el (org-export-push-to-kill-ring): Remove `line-prefix'
21463         and `line-wrap' text properties.
21465         * org-compat.el (org-kill-new): New function.
21467         * org-agenda.el (org-format-agenda-item): Remove `line-prefix' and
21468         `line-wrap' text properties.
21470         * org-indent.el: New file.
21472 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
21474         * org.el (org-provide-todo-statistics): Tweak docstring.
21476         * org-id.el (org-id-open): Honor `org-link-frame-setup'.
21478 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
21480         * org-exp.el (org-export-as-org): Insert the "-source" string
21481         before the extension.
21483         * org.el (org-read-date): Make sure the calendar is in the current
21484         frame.
21485         (org-set-emph-re): Remove the ? from the post-match.
21486         (org-emphasis-regexp-components): Add backslash to the
21487         postmatch class.
21488         (org-set-font-lock-defaults): Write \n instead of \xa, and make it
21489         optional so that also lines at the end of the buffers will still
21490         be matched as headlines.
21492         * org-table.el (org-table-error-on-row-ref-crossing-hline):
21493         Variable made obsolete.
21494         (org-table-relative-ref-may-cross-hline): New option.
21495         (org-table-find-row-type): Honow the new option
21496         `org-table-relative-ref-may-cross-hline'.
21498 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
21500         * org-table.el (org-table-cut-region, org-table-copy-region):
21501         Work on single field if no active region.
21503 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
21505         * org-latex.el (org-export-latex-make-header): Only insert title
21506         if one is defined.
21508         * org.el (org-make-options-regexp): Allow empty values.
21510 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
21512         * org.el (org-cycle-internal-local): Improved version of finding
21513         next visible line.
21514         (org-cycle-hide-drawers): Only hide drawers if this is really
21515         necessary.
21516         (outline-end-of-subtree): Make `outline-end-of-subtree' use the
21517         org-version of this function in Org-mode.  We use advice to
21518         implement this change, so that future changes to this function in
21519         outline.el wil be handled properly.
21520         (org-forward-same-level, org-backward-same-level): New commands.
21522 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
21524         * org.el (org-remove-empty-overlays-at)
21525         (org-clean-visibility-after-subtree-move): New functions.
21526         (org-move-subtree-down): Simplify cleanup of display.
21528 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
21530         * org-mac-message.el (org-mac-message-get-links): Improve
21531         docstring.  Make argument SELECT-OR-FLAGGED optional, default to
21532         "s".  Fix the return value.
21533         (org-mac-message-insert-flagged): Simplify.
21535         * org.el (org-refile-get-location): Tamper with refile history o
21536         that history contains compete matches instead of the entered
21537         string.
21539 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
21541         * org.el (org-store-link): Never store a link to an inline task.
21543         * org-footnote.el (org-footnote-goto-local-insertion-point):
21544         Skip inline tasks when positioning footnotes.
21546         * org.el (org-refile): Remove the END line when archiving an
21547         inline task that does have an END line.
21549         * org-archive.el (org-archive-subtree): Remove the END line when
21550         archiving an inline task that does have an END line.
21552         * org-macs.el (org-with-limited-levels): New macro.
21553         (org-get-limited-outline-regexp): New function.
21555         * org-exp.el (org-export-format-source-code-or-example): Fix bug
21556         that did not enumerate first line.
21557         (org-export-mark-radio-links): Skip matches in links.
21559 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
21561         * org.el (org-activate-plain-links): Make single-match.
21562         (org-adapt-indentation): Fix docstring.
21564         * org-macs.el (org-unmodified): Turn of modification hooks while
21565         running this macro.
21567 2009-08-06  Bastien Guerry  <bzg@gnu.org>
21569         * org.el (org-adapt-indentation): Slightly improve the docstring.
21570         (org-occur): Sends an error when the user inputs an empty string.
21571         (org-priority): Bugfix: the tag alignement should happen within
21572         save-excursion.
21574 2009-08-06  Bastien Guerry  <bzg@gnu.org>
21576         * org.el (org-make-link-regexps): Don't exclude parentheses from
21577         `org-plain-link-re'.
21578         (org-cycle-internal-local): When locally cycling, switch directly
21579         from CHILDREN to FOLDED if there is no subtree.
21580         (org-cycle): Update the docstring to document the new behavior of
21581         `org-cycle-internal-local'.
21583 2009-08-06  Nicolas Goaziou  <n.goaziou@neuf.fr>  (tiny change)
21585         * org-clock.el (org-clock-in): Bugfix: recognize timestamps with
21586         an abbreviated format for days.
21588 2009-08-06  Bastien Guerry  <bzg@gnu.org>
21590         * org-protocol.el (org-protocol-default-template-key):
21591         New option.
21593         * org.el (org-refile): Bugfix: save-excursion before reading the
21594         refile target, otherwise cursor moves might confuse `org-refile'.
21596         * org.el (org-toggle-heading): Bugfix: correctly convert list
21597         items before the first headline.
21599         * org.el (org-provide-todo-statistics): Allow a list of TODO
21600         keywords to compute statistics against headlines containing a
21601         keyword from this list.
21602         (org-update-parent-todo-statistics): Possibly use the new allowed
21603         value of `org-provide-todo-statistics'.
21605 2009-08-06  Bastien Guerry  <bzg@gnu.org>
21607         * org-timer.el: Add autoload cookie.
21609         * org.el (org-occur-link-in-agenda-files): New function.
21611         * org-timer.el (org-timer-last-timer): New variable.
21613         * org-agenda.el (org-agenda-mode-map): New key for
21614         org-timer-set-timer called from the agenda.
21616         * org.el (org-mode-map): New key for org-timer-set-timer.
21618         * org-timer.el (org-timer-reset-timers)
21619         (org-timer-show-remaining-time, org-timer-set-timer):
21620         New functions.
21622         * org-clock.el (org-show-notification): Update the docstring.
21624         * org.el (org-provide-todo-statistics): Allow new value
21625         'all-headlines for this option, which includes entries with no
21626         TODO keywords in the todo statistics.
21627         (org-update-parent-todo-statistics): Possibly use the new
21628         'all-headline value from `org-provide-todo-statistics'.
21630 2009-08-06  Bastien Guerry  <bzg@gnu.org>
21632         * org-clock.el (org-dblock-write:clocktable): Add a new option
21633         :timestamp which allows display of timestamps in clock reports.
21635         * org.el (org-mode-map): Define new key `C-c C-*': convert a plain
21636         list to a subtree, preserving the structure of the list.
21637         (org-set-emph-re): Make the last element optional in the regexp.
21638         This regexp now matches an emphasized string at the end of a line.
21640         * org-list.el (org-list-goto-true-beginning)
21641         (org-list-make-subtree, org-list-make-subtrees): New functions.
21643         * org.el (org-eval-in-calendar): Select the right frame.
21644         (org-save-frame-excursion): Remove this macro.
21646 2009-08-06  Bastien Guerry  <bzg@gnu.org>
21648         * org-list.el (org-list-beginning-re): Bugfix: don't use * when
21649         trying to find the beginning of a list.
21651         * org-exp.el (org-get-file-contents): Use a new argument: markup.
21652         When present, tell org-get-file-contents not to protect org-like
21653         lines.
21655         * org-id.el (org-id-uuid-program): New option to set the name of
21656         the uuidgen program.
21657         (org-id-method): Use `org-id-uuid-program'.
21658         (org-id-new): Use `org-id-uuid-program'.
21660 2009-08-06  Bastien Guerry  <bzg@gnu.org>
21662         * org-exp.el (org-export-number-lines): Allow whitespace in code
21663         references.  Allow the -r switch to remove the references in the
21664         source code even when the lines are not numbered: the labels can
21665         be explicit enough.
21667         * org.el (org-fontify-whole-heading-line): New option.
21668         (org-set-font-lock-defaults): Use the new option.
21670         * org-clock.el (org-show-notification-handler): New option.
21671         (org-show-notification): Use the new option.
21673 2009-08-06  Bastien Guerry  <bzg@gnu.org>
21675         * org.el (org-eval-in-calendar): Fix a bug about calendar
21676         navigation when `calendar-setup' value is 'calendar-only.
21678 2009-08-06  Bastien Guerry  <bzg@gnu.org>
21680         * org.el (orgstruct++-mode): Fix typo in docstring.
21681         (org-insert-link): Clean up: (or (...)) => (...)
21682         (org-insert-link): Use TAB for stored links completion.
21684 2009-08-06  Bastien Guerry  <bzg@gnu.org>
21686         * org.el (org-get-refile-targets): Fix bug: don't ignore case when
21687         building the list of targets.
21689         * org-remember.el (org-remember-delete-empty-lines-at-end):
21690         New option.
21691         (org-remember-handler): Use the new option.
21693 2009-08-06  James TD Smith  <ahktenzero@mohorovi.cc>
21695         * org.el (org-tags-sort-function): New option for sorting tags.
21696         (org-set-tags): Use the new option to sort tags.
21698         * org-plot.el (org-plot/gnuplot): Run with an idle timer to avoid
21699         premature deletion of the data when using org-plot in a script.
21701 2009-08-06  Bastien Guerry  <bzg@gnu.org>
21703         * org-clock.el (org-clock-in-prepare-hook): New hook.
21704         (org-clock-in): Use this new hook.
21706 2009-08-06  Bastien Guerry  <bzg@gnu.org>
21708         * org.el (org-special-ctrl-a/e): Explicitly bind the value
21709         'reversed for this option to the "true line boundary first"
21710         behavior.
21711         (org-tags-match-list-sublevels): Document the 'indented value for
21712         this variable.
21714         * org-latex.el (org-export-latex-first-lines): Fix problem with
21715         publishing the region.
21717         * org-exp.el (org-export-format-source-code-or-example):
21718         Fix bad line numbering when exporting examples in HTML.
21720 2009-08-06  James TD Smith  <ahktenzero@mohorovi.cc>
21722         * org-colview.el (org-format-time-period): Formats a time in
21723         fractional days as days, hours, mins, seconds.
21724         (org-columns-display-here): Add special handling for SINCE and
21725         SINCE_IA to format for display.
21727         * org.el (org-time-since): Add a function to get the time since an
21728         org timestamp.
21729         (org-entry-properties): Add two new special properties: SINCE and
21730         SINCE_IA.  These give the time since any active or inactive
21731         timestamp in an entry.
21732         (org-special-properties): Add SINCE, SINCE_IA.
21733         (org-tags-sort-function): Add custom declaration for tags
21734         sorting function.
21735         (org-set-tags): Sort tags if org-tags-sort-function is set.
21737 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
21739         * org-clock.el (org-clock-goto): Find hidden headlines as well.
21741         * org.el (org-narrow-to-subtree): Find hidden headlines as well.
21743         * org-plot.el (org-plot/add-options-to-plist): Add timeind
21744         option.
21746 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
21748         * org-publish.el (org-publish-remove-all-timestamps): New function.
21749         (org-publish-all): Remove all timestamp files if `org-publish-all'
21750         is called with a prefix argument.
21752         * org-list.el (org-indent-item): Fix typo.
21753         (org-item-indent-positions): Normalize ordered bullet.
21755 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
21757         * org-macs.el (org-set-local): Make a local variable, do not make
21758         the variable buffer-local!
21760         * org-latex.el (org-export-as-latex): Call `org-install-letbind'.
21762         * org-exp.el (org-infile-export-plist): Read BIND lines.
21763         (org-install-letbind): New function.
21764         (org-export-as-org, org-export-preprocess-string):
21765         Call `org-install-letbind'.
21767         * org-list.el (org-list-demote-modify-bullet): New option.
21768         (org-first-list-item-p): Save point.
21769         (org-fix-bullet-type): New optional argument FORCE-BULLET.
21770         (org-indent-item): Honor `org-list-demote-modify-bullet'.
21771         (org-item-indent-positions): Return bullet types along with
21772         indentation.
21774 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
21776         * org.el (org-show-entry): Hide drawers.
21778 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
21780         * org-footnote.el (org-footnote-auto-adjust): New option.
21781         (org-footnote-auto-adjust-maybe): New function.
21782         (org-footnote-new, org-footnote-delete):
21783         Call `org-footnote-auto-adjust-maybe'.
21785         * org.el (org-startup-options): Add new footnote-related
21786         keywords.
21788         * org-publish.el (org-publish-timestamp-filename): Additional
21789         arguments PUB-DIR and PUB-FUNC, which are included in the hash.
21790         (org-publish-needed-p): Additional arguments PUB-DIR PUB-FUNC
21791         TRUE-PUB-DIR.  Pass them through to
21792         `org-publish-timestamp-filename'.
21793         (org-publish-update-timestamp): Additional arguments PUB-DIR and
21794         PUB-FUNC, which are included in the hash.
21795         (org-publish-file): Delay timestamp test until the publishing
21796         function is known.
21798 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
21800         * org-agenda.el (org-agenda-bulk-action): Add scheduling and
21801         setting the deadline.
21803         * org.el (org-read-date-final-answer): New variable.
21804         (org-read-date): Store the final answer string, including the date
21805         from the calendar, for reuse by agenda bulk commands.
21807         * org-publish.el (org-publish-attachment): Fix publishing of
21808         attachments.
21810         * org-latex.el (org-export-latex-quotation-marks): Fix export of
21811         quotation makrs in parenthesis.
21812         (org-remove-initial-hash): New function.
21813         (org-export-latex-preprocess): Fix bug with infinite loop if
21814         environment is not properly closed.
21816         * org-table.el (org-table-get-remote-range): Find #+TBLNAME also
21817         when indented.
21819         * org.el (org-fontify-meta-lines-and-blocks): Make #+TBLNAME
21820         highlight also when indented.
21822 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
21824         * org-footnote.el (org-footnote-renumber-fn:N): New command.
21825         (org-footnote-action): Offer renumbering.
21827         * org.el (org-cycle): Honor the `integrate' value of
21828         org-cycle-include-plain-lists'.
21830         * org-list.el (org-cycle-include-plain-lists): New allowed value
21831         `internal'.  Improve the docstring.
21833         * org.el (org-set-autofill-regexps): Improve the paragraph-start
21834         regexp to work better with LaTeX commands.
21836 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
21838         * org-latex.el (org-export-latex-inline-image-extensions): Add ps
21839         and eps extensions.
21841 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
21843         * org-agenda.el (org-write-agenda): Make sure org-icalendar is
21844         loaded.
21846         * org.el (org-map-entries): No longer force
21847         `org-tags-match-list-sublevels' to t during a todo-only tags
21848         search.
21850 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
21852         * org-latex.el (org-export-latex-low-levels): Allow user-defined
21853         environment.
21854         (org-export-latex-subcontent): Handle user-defined environment.
21856         * org-agenda.el (org-agenda-view-mode-dispatch): Add more keys to
21857         the View dispatcher.
21859         * org.el (org-hide-block-toggle): Use `org-make-overlay' instead of
21860         `make-overlay'.
21862         * org-latex.el (org-export-as-pdf): Protect match data during call
21863         to shell-quote-argument.
21865         * org-agenda.el (org-agenda-mode-map): Modify bulk action keys.
21866         (org-agenda-view-mode-dispatch): New function.
21868 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
21870         * org-agenda.el (org-agenda-mode): Reset list of marks.
21871         (org-agenda-mode-map): Define new keys for refile and bulk action.
21872         (org-agenda-menu): Add menu itesm for refile and bulk action.
21873         (org-agenda-refile): New function.
21874         (org-agenda-set-tags): Optional arguments TAG and ONOFF.
21875         (org-agenda-marked-entries): New variable.
21876         (org-agenda-bulk-select, org-agenda-remove-bulk-action-overlays)
21877         (org-agenda-remove-all-bulk-action-marks)
21878         (org-agenda-bulk-action): New functions/commands.
21880 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
21882         * org-exp.el (org-get-file-contents): Protect org-like lines in
21883         included files.
21884         (org-export-format-source-code-or-example): Remove newlines.
21886         * org-latex.el (org-export-latex-links): Check for no-description
21887         marking.
21889         * org-exp.el (org-export-preprocess-apply-macros): Switch macro
21890         argument separator back to comma.
21891         (org-export-normalize-links): Mark links without description.
21893 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
21895         * org-exp.el (org-infile-export-plist): Fix bug in macro
21896         processing.
21898         * org-agenda.el (org-agenda-clock-out): Update line after clocking
21899         out.
21900         (org-agenda-highlight-todo): Fix bug with highlighting.
21902 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
21904         * org.el (org-set-font-lock-defaults): Adapt formatting to capture
21905         new alignment strings.
21907         * org-table.el (orgtbl-self-insert-command): Add yas/expand to
21908         command list.
21909         (org-table-align): Check for forced align type.
21911         * org.el (org-self-insert-command): Add yas/expand to command
21912         list.
21914         * org-clock.el (org-clock-in-hook): New hook.
21915         (org-clock-in): Run `org-clock-in-hook.
21916         (org-clock-out-hook): New hook.
21917         (org-clock-out): Run `org-clock-out-hook.
21918         (org-clock-cancel-hook): New hook.
21919         (org-clock-cancel): Run `org-clock-cancel-hook.
21920         (org-clock-goto-hook): New hook.
21921         (org-clock-goto): Run `org-clock-goto-hook.
21923 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
21925         * org.el (org-store-link): Better default description for link to
21926         Org-mode headline.
21928         * org-exp.el (org-export-generic): Autoload the generic exporter
21929         function.
21930         (org-export): Implement the `g' key for the generic exporter.
21932 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
21934         * org-table.el (orgtbl-setup): Add a binding for `S-iso-lefttab',
21935         and for zbacktab'.
21937         * org-exp.el (org-infile-export-plist): Get macros also from
21938         #+SETUPFILE.
21940 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
21942         * org-colview.el (org-columns-capture-view): Protect vertical bars
21943         in column values.
21944         (org-columns-capture-view): Exclude comment and archived trees.
21946         * org.el (org-quote-vert): New function.
21948         * org-latex.el (org-export-latex-verbatim-wrap): New option.
21950         * org-exp.el (org-export-format-source-code-or-example):
21951         Use `org-export-latex-verbatim-wrap'.
21953         * org.el (org-clone-subtree-with-time-shift): Also shift inactive
21954         time stamps.
21956 2009-08-06  Eric Schulte  <schulte.eric@gmail.com>
21958         * org-exp-blocks.el: New file.
21960 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
21962         * org-remember.el (org-remember-templates): Allow the headline
21963         element to be a function.
21964         (org-remember-apply-template): If the headline is a function, call
21965         it to get the true function.
21967         * org-clock.el (org-clock-menu): New function.
21968         (org-clock-update-mode-line): Update help string.
21969         (org-clock-modify-effort-estimate): New function.
21970         (org-clock-mark-default-task): New function.
21972         * org.el (org-hh:mm-string-to-minutes): Also take just a number of
21973         minutes as input.
21974         (org-org-menu): Add new clocking stuff.
21975         (org-clock-is-active): New function.
21977 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
21979         * org.el (org-open-non-existing-files): Improve docstring.
21981 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
21983         * org-icalendar.el (org-icalendar-include-bbdb-anniversaries):
21984         New option.
21985         (org-export-icalendar): Call `org-bbdb-anniv-export-ical'.
21987         * org-bbdb.el (org-bbdb-anniv-export-ical): New function.
21989         * org-list.el (org-get-checkbox-statistics-face): Use the new
21990         faces.
21992         * org-faces.el (org-checkbox-statistics-todo)
21993         (org-checkbox-statistics-done): New faces.
21995 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
21997         * org-latex.el (org-export-latex-use-verb): New variable.
21998         (org-export-latex-emph-format): Prefer \texttt over \verb when
21999         org-export-latex-use-verb is set.
22001 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22003         * org-remember.el (org-remember-handler): Abort remember if the
22004         buffer is empty.
22006         * org-exp.el (org-export-format-source-code-or-example):
22007         Run `org-src-mode-hook'.
22009 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22011         * org.el (org-indent-line-function): Fix indentation of +#end lines.
22013 2009-08-06  Tassilo Horn  <tassilo@member.fsf.org>
22015         * org-gnus.el (org-gnus-store-link): Require message.el in
22016         org-gnus-store-link.
22018 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22020         * org-src.el: New file, split out of org.el.
22022         * org-macs.el (org-replace-match-keep-properties): New function.
22024         * org-exp.el (org-export-mark-blockquote-verse-center):
22025         Better preprocessing of center and quote and verse blocks.
22027         * org-list.el (org-list-end): Respect the stored "original"
22028         indentation when determining the end of the list.
22030         * org-exp.el (org-export-replace-src-segments-and-examples):
22031         Remember indentation correctly.
22033 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22035         * org-clock.el (org-clock-update-mode-line): Apply face
22036         org-mode-line-clock.
22038         * org-faces.el (org-mode-line-clock): New face.
22040 2009-08-06  Tassilo Horn  <tassilo@member.fsf.org>
22042         * org-gnus.el (org-gnus-store-link): Fix bug where
22043         `org-gnus-store-link' used wrong subject when called in an article
22044         buffer.  Patch provided by fengli AT gmail DOT com.
22046 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22048         * org-exp.el (org-export-format-source-code-or-example):
22049         Remember the original indentation of source code snippets and examples.
22051         * org-latex.el (org-export-as-latex): Relocate the table of
22052         contents.
22054         * org.el (org-ctrl-c-ctrl-c): Update clock lines.
22056         * org-agenda.el (org-run-agenda-series): Scope global options also
22057         when creating the agenda buffer.
22059 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22061         * org.el (org-adapt-indentation): Improve documentation.
22062         (org-insert-property-drawer): Respect org-adapt-indentation when
22063         inserting the drawer.
22064         (org-remove-flyspell-overlays-in): New function.
22065         (org-do-emphasis-faces, org-activate-plain-links)
22066         (org-activate-code, org-fontify-meta-lines-and-blocks)
22067         (org-activate-angle-links, org-activate-footnote-links)
22068         (org-activate-bracket-links, org-activate-dates)
22069         (org-activate-target-links, org-activate-tags): Remove flyspell
22070         overlays.
22072 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22074         * org.el (org-edit-src-save): New function.
22076         * org-clock.el (org-clock-out-switch-to-state): New option.
22077         (org-clock-out): Honor `org-clock-out-switch-to-state'.
22079         * org-compat.el (org-compatible-face): Improve macro.
22081         * org.el (org-global-properties-fixed): Add default for
22082         CLOCK_MODELINE_TOTAL.
22084         * org-clock.el (org-clock-sum): Accept lists and strings as tstart
22085         and tend.
22086         (org-clock-sum-current-item): Optional argument TSTART, pass it to
22087         org-clock-sum.
22088         (org-clock-get-sum-start): New function.
22090         * org.el (org-startup-options): New keywords blockhide and
22091         blockshow.
22092         (org-mode): Add new invisibility spec.
22093         (org-set-startup-visibility): Hide block on startup if so
22094         desired.
22095         (org-hide-block-startup): New option.
22096         (org-block-regexp): New constant.
22097         (org-hide-block-overlays): New variable.
22098         (org-block-map, org-hide-block-toggle-all, org-hide-block-all)
22099         (org-show-block-all, org-hide-block-toggle-maybe)
22100         (org-hide-block-toggle): New functions.
22101         (org-edit-src-exit): Do not quote lines starting with # and no +
22102         behind it.
22103         (org-auto-repeat-maybe): Add LAST_REPEAT properter for a repeating
22104         entry.
22106 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22108         * org.el (org-buffer-property-keys): Add Effort property for
22109         completion.
22111 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22113         * org-clock.el (org-clock-sum-current-item): Fix positioning bug
22114         when retrieving total clocked time in the subtree.
22116         * org.el (org-quoting-blocks): New variable.
22118 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22120         * org-table.el (org-table-store-formulas)
22121         (org-table-get-stored-formulas, org-table-fix-formulas)
22122         (org-table-edit-formulas, orgtbl-ctrl-c-ctrl-c)
22123         (orgtbl-gather-send-defs): Allow indented #+TBLFM line.
22125         * org.el (org-fontify-meta-lines, org-ctrl-c-ctrl-c):
22126         Allow indented #+TBLFM line.
22128         * org-footnote.el (org-footnote-goto-local-insertion-point):
22129         Allow indented #+TBLFM line.
22131         * org-colview.el (org-dblock-write:columnview): Allow indented
22132         #+TBLFM line.
22134         * org-clock.el (org-dblock-write:clocktable): Allow indented
22135         #+TBLFM line.
22137 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22139         * org-exp.el (org-export-format-source-code-or-example):
22140         Make editing indented blocks work correctly.
22142         * org.el (org-edit-src-nindent): New variable.
22143         (org-edit-src-code, org-edit-fixed-width-region)
22144         (org-edit-src-find-region-and-lang, org-edit-src-exit):
22145         Make editing indented blocks work correctly.
22147 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22149         * org-exp.el (org-export-replace-src-segments-and-examples):
22150         Find indented blocks.
22151         (org-export-format-source-code-or-example): Fix indentation of
22152         blocks.
22153         (org-export-remove-indentation): New function.
22154         (org-export-select-backend-specific-text): Allow backend-specific
22155         code to be indented.
22156         (org-export-mark-blockquote-verse-center): Allow markers to be
22157         indented.
22159         * org.el (org-fontify-meta-lines): New function.
22160         (org-set-font-lock-defaults): Call the new fontification
22161         function.
22163         * org-faces.el (org-meta-line): New face.
22164         (org-block): New face.
22166 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22168         * org.el (org-treat-insert-todo-heading-as-state-change)
22169         (org-treat-S-cursor-todo-selection-as-state-change):
22170         New variables.
22171         (org-insert-todo-heading):
22172         Honor `org-treat-insert-todo-heading-as-state-change'.
22173         (org-shiftright, org-shiftleft):
22174         Honor `org-treat-S-cursor-todo-selection-as-state-change'.
22175         (org-inhibit-logging): New variable.
22177 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22179         * org-agenda.el (org-remove-subtree-entries-from-agenda):
22180         Reduce range for marker position checking.
22182         * org-latex.el (org-export-latex-first-lines): Fix bug when
22183         exporting a region.
22185 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22187         * org-exp.el (org-export-push-to-kill-ring): Protect using
22188         x-set-selection, because that does not always work.
22190         * org-agenda.el (org-agenda-list): Apply the new face
22191         `org-agenda-date-today'.
22193         * org-faces.el (org-agenda-date-today): New face.
22195 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22197         * org-agenda.el (org-agenda-to-appt): Turn off restriction when
22198         creating appointments.
22200         * org-latex.el (org-export-latex-low-levels): Fix customization
22201         type.
22203         * org.el (org-priority, org-shiftup, org-shiftdown):
22204         Disable priority commands.
22206         * org-agenda.el (org-agenda-priority): Disable priority commands.
22208         * org.el (org-enable-priority-commands): New option.
22210         * org-colview.el (org-columns-compute)
22211         (org-columns-number-to-string): Fix problems with empty fields.
22213         * org-exp.el (org-export-push-to-kill-ring): New function.
22214         (org-export-copy-to-kill-ring): New option.
22216         * org-latex.el (org-export-as-latex):
22217         Call `org-export-push-to-kill-ring'.
22219         * org-exp.el (org-export-show-temporary-export-buffer):
22220         New option.
22222         * org-latex.el (org-export-as-latex):
22223         Use `org-export-show-temporary-export-buffer'.
22225         * org-exp.el (org-export-show-temporary-export-buffer):
22226         New option.
22227         (org-export-push-to-kill-ring): New function.
22229         * org-colview.el (org-columns-compile-map): New variable.
22230         (org-columns-new, org-columns-compute)
22231         (org-columns-number-to-string, org-columns-uncompile-format)
22232         (org-columns-compile-format): Implement new operators.
22234 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22236         * org-exp.el (org-export-plist-vars): Add :xml-declaration.
22238         * org-list.el (org-update-checkbox-count): Make property
22239         dependent.
22241         * org.el (org-hierarchical-todo-statistics): New option.
22242         (org-update-parent-todo-statistics): Modify to handle recursive
22243         statistics.
22245 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22247         * org-publish.el (org-publish): Make this function behave
22248         correctly in interactive use when called with a prefix argument.
22250         * org.el (org-todo-statistics-hook): New hook.
22251         (org-update-parent-todo-statistics): Use new hook.
22252         (org-log-into-drawer): New function.
22253         (org-add-log-setup): Use the new `org-log-into-drawer' function to
22254         determine if we should be logging into a drawer.
22255         (org-log-into-drawer): Update docstring.
22256         (org-default-properties): Add LOG_INTO_DRAWER as a property.
22258         * org-list.el (org-checkbox-statistics-hook): New hook.
22259         (org-update-checkbox-count-maybe): Use new hook.
22261 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22263         * org.el (org-edit-src-code, org-edit-fixed-width-region): Use a
22264         better buffer-generating mechanism.
22265         (org-edit-src-find-buffer): New function.
22267         * org-icalendar.el (org-print-icalendar-entries): Don't check for
22268         archive tag, this is already done by `org-agenda-skip'.
22269         data while constructing lost of tags.
22271 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22273         * org-exp.el (org-export-preprocess-apply-macros): Use semicolon
22274         as argument separator in macros.
22276 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22278         * org.el (org-after-sorting-entries-or-items-hook): New hook.
22279         (org-sort-entries-or-items): Run the new hook.
22280         (org-after-refile-insert-hook): New hook.
22281         (org-refile): Run `org-after-refile-insert-hook'.
22283         * org-agenda.el (org-agenda-get-progress): Never take time of day
22284         from headline when displaying progress.
22286         * org-latex.el (org-export-latex-complex-heading-re): New variable.
22287         (org-export-as-latex): Force the correct regexp in the
22288         preprocessor buffer.
22289         (org-export-latex-set-initial-vars):
22290         Set `org-export-latex-complex-heading-re'.
22292         * org-agenda.el (org-agenda-start-with-log-mode): New option.
22293         (org-agenda-mode): Use `org-agenda-start-with-log-mode'.
22295 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22297         * org-latex.el (org-export-latex-tables-centered): New option.
22298         (org-export-latex-tables): Use `org-export-latex-tables-centered'.
22300         * org-exp.el (org-export-as-org): New command.
22301         (org-export-as-org): New command.
22303         * org-publish.el (org-publish-org-to-org): New function.
22305 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22307         * org.el (org-yank): Just call `org-yank-generic'.
22308         (org-yank-generic): New function, containing the formaer
22309         functionality of `org-yank'.
22311         * org-latex.el (org-export-latex-not-done-keywords)
22312         (org-export-latex-done-keywords): New variables.
22313         (org-export-latex-todo-keyword-markup): New option.
22314         (org-export-latex-set-initial-vars): Remember the TODO keywords.
22315         (org-export-latex-keywords-maybe): Apply the TODO markup.
22317 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22319         * org-exp.el (org-infile-export-plist): Add more default macros.
22320         (org-export-preprocess-apply-macros): Process macro arguments.
22322 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22324         * org-icalendar.el (org-icalendar-include-todo): New allowed value
22325         `unblocked'.
22326         (org-print-icalendar-entries): Respect the new value of
22327         `org-icalendar-include-todo'.
22329         * org.el (org-link-try-special-completion)
22330         (org-file-complete-link): New functions.
22331         (org-insert-link): Add special completion support for some link
22332         types.
22334         * org-bbdb.el (org-bbdb-complete-link): New function.
22336 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22338         * org-list.el (org-update-checkbox-count): Allow recursive
22339         statistics.
22340         (org-hierarchical-checkbox-statistics): New option.
22342         * org.el (org-cycle): Remove erraneous space character.
22344         * org-icalendar.el (org-icalendar-timezone): Initialize from
22345         environment.
22347 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22349         * org.el (org-autoload): Fix autoloading of ascii export
22350         functions.
22351         (org-modules): Add org-special-blocks.
22353 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22355         * org-icalendar.el (org-start-icalendar-file): Use the new option.
22356         (org-ical-timezone): New option.
22358         * org-exp.el (org-export-get-coderef-format): Use the description
22359         is present.
22361         * org.el (org-sort-entries-or-items): Improve docstring, and make
22362         better implementation for time sorting.
22364 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22366         * org.el (org-edit-src-persistent-message): New option.
22367         (org-edit-src-code, org-edit-fixed-width-region): Use the new
22368         option.
22370         * org-clock.el (org-clock-insert-selection-line): Fix prefious
22371         patch.
22373         * org.el (org-edit-src-code, org-edit-fixed-width-region):
22374         Use separate buffer instead of indirect buffer to edit source code.
22375         (org-edit-src-exit): Make this function work with the new setup.
22377         * org-clock.el (org-clock-insert-selection-line): Make sure tasks
22378         are properly fontified before shown in the selection menu.
22380         * org.el (org-fontify-like-in-org-mode): New function.
22382         * org-latex.el (org-export-latex-links): Use the property list to
22383         retrieve the default image attributes.
22385         * org-exp.el (org-export-plist-vars): Add a new option.
22387 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22389         * org-exp.el (org-export, org-export-visible): Support ASCII
22390         export to buffer.
22391         (org-export-normalize-links): Do not protect the description if it
22392         is explicitly given.
22394         * org-list.el (org-reset-checkbox-state-subtree): Move here from
22395         org-checklist.el.
22396         (org-reset-checkbox-state-subtree):
22397         Call `org-reset-checkbox-state-subtree'.
22399         * org-remember.el (org-select-remember-template): For the
22400         selection of a valid template.
22402         * org-latex.el (org-export-region-as-latex): Supply the
22403         force-no-subtree argument.
22404         (org-export-as-latex): Provide better limits when exporting the
22405         first line.  When exporting to string, we still want the first
22406         lines.
22407         (org-export-latex-first-lines): New argument END, to force the end
22408         of the region.
22409         (org-export-region-as-latex): Use the property list.
22410         (org-export-as-latex): ????
22412 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22414         * org-latex.el (org-export-latex-after-blockquotes-hook): New hook.
22415         (org-export-latex-preprocess): Run the new hook.
22417         * org-exp.el (org-export-preprocess-after-blockquote-hook): New hook.
22418         (org-export-preprocess-string): Run the new hook.
22420 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22422         * org-macs.el (org-check-external-command): New defsubst.
22424         * org.el (org-mode-map): New key for reload.
22425         (org-format-latex): Better error message when external programs
22426         are not available.
22428         * org-agenda.el (org-agenda-mode-map): Bind `org-reload'.
22430         * org.el (org-sort-entries-or-items): Explicit sorting function
22431         for priorities, needed for XEmacs compatibility.
22433         * org-remember.el (org-remember-apply-template): Improve auto-save
22434         behavior.
22436 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22438         * org-latex.el (org-export-latex-preprocess): Also protect
22439         environments ending in a star.
22441         * org-list.el (org-at-item-p): Fix regular expression.
22443 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22445         * org.el (org-end-of-subtree): Improve speed.
22447         * org-agenda.el (org-agenda-get-timestamps)
22448         (org-agenda-get-progress, org-agenda-get-deadlines)
22449         (org-agenda-get-scheduled, org-agenda-get-blocks): Optimizations,
22450         in particular, wait as long as possible to collect the tags.
22451         (org-stuck-projects): Improve docstring.
22453         * org.el (org-store-link): No errors when getting custom id before
22454         first headline.
22455         (org-get-tags-at): Use `org-up-heading-safe' when getting tags.
22457 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22459         * org.el (org-prepare-agenda-buffers): Catch a throw to nextfile.
22461         * org-protocol.el: Remove dependency on url.el.
22462         (org-protocol-unhex-compound, org-protocol-open-source):
22463         Remove dependency on url.el.
22465         * org-latex.el (org-export-as-pdf):
22466         Use `org-latex-to-pdf-process'.
22468 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22470         * org-latex.el (org-latex-to-pdf-process): New option.
22472         * org-agenda.el (org-agenda-skip-additional-timestamps-same-entry):
22473         New option.
22474         (org-agenda-get-timestamps):
22475         Honor `org-agenda-skip-additional-timestamps-same-entry'.
22477         * org-clock.el (org-clock-goto-may-find-recent-task): New option.
22478         (org-clock-goto): Find recent task only if
22479         `org-clock-goto-may-find-recent-task' allows it.
22481         * org-exp.el (org-export-remove-or-extract-drawers): Handle empty
22482         drawers, and drawers that are missing the :END: line.
22484 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22486         * org-clock.el (org-clock-goto): Go to recently clocked task if no
22487         clock is running.
22489 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22491         * org.el (org-update-parent-todo-statistics): Check for
22492         STATISTICS_FROM property.
22494         * org-list.el (org-update-checkbox-count): Check for
22495         STATISTICS_FROM property.
22497         * org.el (org-tab-first-hook)
22498         (org-tab-after-check-for-table-hook)
22499         (org-tab-after-check-for-cycling-hook): New hooks.
22500         (org-cycle-internal-global, org-cycle-internal-local):
22501         New functions, split out from `org-cycle'.
22502         (org-cycle): Call the new hooks.
22504 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22506         * org-exp.el (org-export-preprocess-string): Reset the list of
22507         preferred targets for each run of the preprocessor.
22509         * org.el (org-refile-target-verify-function):
22510         Improve documentation.
22511         (org-get-refile-targets): Respect point being moved by the
22512         verification function.
22514         * org-latex.el (org-export-latex-timestamp-keyword-markup):
22515         New option.
22516         (org-export-latex-keywords): Use new option.
22518         * org.el (org-rear-nonsticky-at): New defsubst.
22519         (org-activate-plain-links, org-activate-angle-links)
22520         (org-activate-footnote-links, org-activate-bracket-links)
22521         (org-activate-dates, org-activate-target-links)
22522         (org-activate-tags): Place the rear-nonsticky properties at the
22523         correct location.
22525 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22527         * org-protocol.el (server-edit): Declare `server-edit'.
22528         (org-protocol-unhex-string, org-protocol-unhex-compound):
22529         New functions.
22530         (org-protocol-check-filename-for-protocol): Call `server-edit'.
22532         * org.el (org-default-properties): New default properteis for
22533         completion.
22535         * org-exp.el (org-export-add-subtree-options): Add new properties
22536         for subtree export.
22538 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22540         * org-id.el (org-id-get-with-outline-path-completion): Turn off
22541         org-refile-target-verify-function for the duration of the command.
22543         * org.el (org-link-to-org-use-id): New possible value
22544         `create-if-interactive-and-no-custom-id'.
22545         (org-store-link): Use custom IDs.
22546         (org-link-search): Find custom ID properties from #link.
22547         (org-default-properties): Add CUSTOM_ID for property completion.
22548         (org-refile-target-verify-function): New option.
22549         (org-goto): Turn off org-refile-target-verify-function
22550         for the duration of the command.
22552 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22554         * org-exp.el (org-export-preferred-target-alist): New variable.
22555         (org-export-define-heading-targets): Find the new CUSTOM_ID
22556         property.
22557         (org-export-target-internal-links): Target the custom ids when
22558         possible.
22560         * org-latex.el (org-export-latex-preprocess): Better regexp for
22561         matching latex macros with arguments.
22563 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22565         * org-remember.el (org-remember-handler): Allow filing to non-org
22566         files.
22568 2009-08-06  Magnus Henoch  <magnus.henoch@gmail.com>
22570         * org-table.el (org-table-fix-formulas): Do not change references
22571         to remote tables.
22572         (org-table-get-remote-range): Convert standard coordinates to RC
22573         format.
22575         * org-latex.el (org-export-latex-keywords): Fix regexp bug.
22577 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22579         * org-compat.el (org-sha1-string): Function removed.
22581         * org.el (org-refile-allow-creating-parent-nodes): New option.
22582         (org-refile-get-location): New argument NEW-NODES.
22583         (org-refile): Call `org-refile-get-location' with the new
22584         argument.
22585         (org-refile-get-location): Arrange for adding a new child.
22586         (org-refile-new-child): New function.
22588         * org-clock.el: Fix a number of docstrings.
22589         (org-clock-find-position): New argument
22590         FIND-UNCLOSED to make the function find an unclosed clock in the
22591         entry.
22592         (org-clock-in): Call `org-clock-find-position' with the new
22593         argument if we might be resuming a clock.
22595 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22597         * org-latex.el (org-export-latex-display-custom-times): New variable.
22598         (org-export-latex-timestamp-markup): New option.
22599         (org-export-latex-set-initial-vars): Remember the local value of
22600         `org-display-custom-times'.
22601         (org-export-latex-content): Process time stamps.
22602         (org-export-latex-time-stamps): New function.
22604         * org-macs.el (org-maybe-intangible): Add intangible property
22605         again to invisible text.
22607 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22609         * org-exp.el (org-default-export-plist): Handle undefined
22610         variables.
22612 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22614         * org.el (org-sort-entries-or-items): Match TODO keywords
22615         case-sensitively, when sorting.
22616         (org-priority): Do not match TODO keywords with wrong case.
22618 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22620         * org.el (org-todo): Honor the NOBLOCKING property.
22622         * org-agenda.el (org-agenda-dim-blocked-tasks): Honor the
22623         NOBLOCKING property.
22625         * org.el (org-scan-tags): Fix bug in tag scanner.
22627 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22629         * org.el (org-modules): Mark obsolete packages.
22631         * org-html.el: New file, split out from org-exp.el.
22633         * org-icalendar.el: New file, split out from org-exp.el.
22635         * org-xoxo.el: New file, split out from org-exp.el.
22637         * org-ascii.el: New file, split out from org-exp.el.
22639 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22641         * org-compat.el (org-find-library-name): New function.
22643         * org.el (org-pre-cycle-hook): New hook.
22644         (org-cycle): Call the new hook in appropriate places.
22645         (org-reload): Only reload files that have been loaded before.
22647 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22649         * org.el (org-set-font-lock-defaults): Enforxe space or line end
22650         after todo keyword.
22651         (org-todo): When changing TODO state, do matching
22652         case-sensitively.
22653         (org-map-continue-from): New variable.
22654         (org-scan-tags): Respect values in `org-map-continue-from'.
22655         (org-reload): Make XEmacs compatible.
22657 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22659         * org-protocol.el (org-protocol-flatten-greedy): New function.
22660         (org-protocol-flatten): New function.
22662         * org.el (org-open-link-from-string): Pass reference buffer to
22663         `org-open-at-point'.
22664         (org-open-at-point): New optional argument `reference-buffer'.
22666 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22668         * org.el (org-scan-tags): Make tag scan find headline in first
22669         line, 2nd attempt.
22670         (org-get-refile-targets): Add the naked file name.
22671         (org-refile): Store as top-level entry when only file name was
22672         given.
22674         * org-agenda.el (org-agenda-get-progress): Fix regexp bug.
22676         * org.el (org-block-todo-from-children-or-siblings-or-parent):
22677         Rename from org-block-todo-from-children-or-siblings, and
22678         enhanced to look for the parent's status as well.
22680         * org-agenda.el (org-agenda-log-mode-add-notes): New option.
22681         (org-agenda-get-progress): Add first notes line to log entry if so
22682         desired.
22684 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22686         * org-agenda.el (org-agenda-cleanup-fancy-diary-hook): New hook.
22687         (org-agenda-cleanup-fancy-diary): Call the new hook.
22689         * org-remember.el (org-remember-apply-template): Take the default
22690         for the annotation from the :annotation property.
22692         * org-mac-message.el (org-mac-message-get-link): Remove the
22693         quotes.
22694         (org-mac-message-get-link): Return the result.
22696 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22698         * org.el (org-refile-get-location): Add file name only if not
22699         already included in outline path.
22701         * org-faces.el (org-n-level-faces): Fix customization type from
22702         number to integer.
22704         * org-exp.el (org-export-headline-levels): Fix customization type
22705         from number to integer.
22707         * org-agenda.el (org-agenda-confirm-kill)
22708         (org-agenda-custom-commands-local-options)
22709         (org-timeline-show-empty-dates, org-agenda-ndays)
22710         (org-agenda-start-on-weekday, org-scheduled-past-days):
22711         Fix customization type from number to integer.
22713 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22715         * org-protocol.el: Declare some functions.
22717         * org-agenda.el (org-agenda-compare-effort):
22718         Honor `org-sort-agenda-noeffort-is-high'.
22719         (org-agenda-filter-by-tag, org-agenda-filter-make-matcher)
22720         (org-agenda-compare-effort): Implement the "?" operator for
22721         finding entries without effort setting.
22723         * org.el (org-extract-attributes-from-string): New function.
22725         * org-exp.el (org-export-splice-attributes): New function.
22727 2009-08-06  Bastien Guerry  <bzg@gnu.org>
22728         Daniel M German  <dmg@uvic.org>
22729         Sebastian Rose  <sebastian_rose@gmx.de>
22730         Ross Patterson  <me@rpatterson.net>
22732         * org-protocol.el: New file.
22734 2009-08-06  Baoqiu Cui  <cbaoqiu@yahoo.com>
22736         * org-docbook.el: New file.
22738 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22740         * org-mouse.el: XEmacs compatibility fixes.
22742         * org.el (org-modules): Add org-inlinetasks.el.
22743         (org-cycle): Implement limiting level on cycling.
22744         (org-move-subtree-down): Fix bug with swapping subtrees at end of
22745         buffer.
22747         * org-inlinetask.el: New file.
22749         * org.el (org-emphasis-regexp-components): Allow braces in
22750         emphasis pre and post match.
22752         * org-footnote.el (org-footnote-normalize): When only sorting, do
22753         not insert inline notes at the end.
22755         * org.el (org-require-autoloaded-modules): Add org-docbook.el.
22757 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22759         * org.el (org-reftex-citation): New command.
22761 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22763         * org-agenda.el (org-agenda-cmp-user-defined): New option.
22764         (org-sorting-choice, org-agenda-sorting-strategy): Add the new
22765         sorting options.
22766         (org-entries-lessp): Apply the new sorting option.
22768         * org.el (org-block-todo-from-children-or-siblings): Fix bug in
22769         blocker code, when an older sibling has children.
22771         * org-mac-message.el (org-mac-message-get-link): Improve getting
22772         links from multiple selected messages.
22774 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22776         * org-remember.el (org-remember-finalize): Do not set buffer file
22777         name to nil.
22778         (org-remember-handler): Mark buffer as unmodified.
22779         (org-remember-handler): Delete backup file and show message about
22780         remaining backup files.
22781         (org-remember-auto-remove-backup-files): New option.
22783         * org.el (org-store-link): Use buffer name as link description in
22784         w3-mode buffers.
22785         (org-ido-switchb): Fix argument bug for completion.
22787         * org-remember.el (org-remember-apply-template): Set local
22788         variable `auto-save-visited-file-name' instead of global one.
22790 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22792         * org-agenda.el (org-agenda-get-todos): Fix bug with match-data.
22793         (org-agenda-get-todos): Mark file tags as inherited.
22794         (org-agenda-list): Always search diary lines for a time.
22796 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22798         * org-feed.el: New file.
22800         * org-exp.el (org-export-as-html): Close local lists depending on
22801         indentation, also when starting a table.
22803         * org-remember.el (org-remember-backup-directory)
22804         (org-remember-backup-name): New internal variable.
22806 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22808         * org-clock.el (org-clock-out-if-current): Make buffer detection
22809         work in indirect buffers as well.
22811         * org.el (org-emphasis-regexp-components): Add the exxclamation
22812         mark to the post-emphasis characters.
22814 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22816         * org.el (org-read-date-minibiffer-septup-hook): New hook.
22817         (org-read-date): Run the new hook.
22819         * org-mac-message.el (org-mac-flagged-mail): New group.
22820         (org-mac-mail-account): New variable.
22821         (org-mac-create-flagged-mail, org-mac-insert-flagged-mail):
22822         New commands.
22824         * org-remember.el (org-remember-backup-directory): New variable.
22825         (org-remember-apply-template): Write file to backup directory.
22827 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22829         * org-mouse.el (org-mouse-todo-menu): New function.
22830         (org-mouse-todo-keywords): Function removed.
22831         (org-mouse-context-menu): Use `org-mouse-todo-menu'.
22833         * org-table.el (org-table-beginning-of-field)
22834         (org-table-end-of-field): New commands.
22835         (org-table-previous-field, org-table-beginning-of-field):
22836         Better error messages.
22837         (orgtbl-setup): Include `M-a' and `M-e'.
22839         * org.el (org-backward-sentence, org-forward-sentence):
22840         New commands.
22842         * org-colview.el (org-colview-initial-truncate-line-value):
22843         New variable.
22844         (org-columns-remove-overlays): Restore the value of `truncate-lines'.
22845         (org-columns): Remember the value of `truncate-lines'.
22847         * org.el (org-columns-skip-arrchived-trees): New option.
22849         * org-agenda.el (org-agenda-export-html-style): Define color for
22850         org-agenda-done face.
22851         (org-search-view, org-agenda-get-todos, org-agenda-get-progress)
22852         (org-agenda-get-deadlines, org-agenda-get-scheduled): Use new face.
22854         * org.el (org-scan-tags): Use the new face.
22856         * org-faces.el (org-agenda-done): New face.
22858         * org.el (org-scan-tags): Test the value org
22859         `org-tags-match-list-sublevels'.
22860         (org-tags-match-list-sublevels): New allowed value: indented.
22862         * org-latex.el (org-export-latex-make-header): Apply macros
22863         in header.
22865         * org-exp.el (org-export-apply-macros-in-string): New function.
22867         * org-latex.el (org-export-latex-list-parameters): Fix bug
22868         with the definition of a checked box.
22870         * org-clock.el (org-clock-find-position): Fix drawer indentations.
22872         * org-latex.el (org-export-latex-low-levels): More options
22873         for how to process lower levels in LaTeX.
22874         (org-export-latex-subcontent): Better treatment for lists as a
22875         means of publishing lower levels.
22877 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22879         * org.el (org-set-font-lock-defaults): Use new checkbox face.
22881         * org-faces.el (org-checkbox): New face.
22883         * org-exp.el (org-export-html-preprocess): Only create LaTeX
22884         fragement images if there is an export file.
22886 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22888         * org-agenda.el (org-stuck-projects): Document that the subtree of
22889         projects that are not stuck will now be searched for stuck
22890         sub-projects.
22891         (org-agenda-skip-entry-when-regexp-matches)
22892         (org-agenda-skip-entry-when-regexp-matches-in-subtree): New functions.
22893         (org-agenda-list-stuck-projects):
22894         Use `org-agenda-skip-entry-when-regexp-matches-in-subtree'.
22896         * org-latex.el (org-export-latex-preprocess):
22897         Improve export of verses.
22899         * org-exp.el (org-export-as-html): Implement centering as a div
22900         rather than a paragraph.  Do a better job with line-end in verse
22901         environments.
22903 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22905         * org.el (org-open-at-point): Fix tags searches by mouse click.
22907 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22909         * org-latex.el (org-export-latex-preprocess): Implement the
22910         centering markup.
22912         * org-exp.el (org-export-mark-blockquote-verse-center):
22913         Rename from `org-export-mark-blockquote-and-verse'.
22914         (org-export-as-html): Implement the centering markup.
22916         * org-latex.el (org-export-latex-tables): Fix vertical
22917         lines in tables.
22919 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22921         * org.el (org-read-date-history): New variable.
22922         (org-read-date): Use new history variable.
22923         (org-toggle-heading): Fix bug when used before first headline.
22924         (org-store-log-note): Remove drawer if empty while note is
22925         aborted.
22926         (org-remove-empty-drawer-at): New function.
22927         (org-check-after-date): New command.
22928         (org-sparse-tree): New sparse tree command "a".
22930         * org-exp.el (org-export-as-ascii): Improve export of plain lists.
22932 2009-08-06  Bastien Guerry  <bzg@gnu.org>
22934         * org.el (org-toggle-fixed-width-section): Bug fix: insert a
22935         column and a space, not only a column.
22937 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22939         * org-latex.el (org-export-latex-emphasis-alist):
22940         Better defaults for verbose emphasis.
22941         (org-export-latex-emph-format): New function.
22942         (org-export-latex-fontify): Call `org-export-latex-emph-format'.
22944         * org-agenda.el (org-agenda-menu): Add new commands to menu.
22945         (org-agenda-do-date-later, org-agenda-do-date-earlier)
22946         (org-agenda-date-later-minutes, org-agenda-date-earlier-minutes)
22947         (org-agenda-date-later-hours, org-agenda-date-earlier-hours):
22948         New commands.
22950         * org.el (org-timestamp-change): Move end-time along with start
22951         time.
22953 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22955         * org-exp.el (org-export-target-internal-links)
22956         (org-export-as-html): Protect links specified as #name.
22958 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22960         * org.el (org-clone-subtree-with-time-shift): New command.
22962         * org-latex.el (org-export-latex-special-chars)
22963         (org-export-latex-treat-sub-super-char): Fix subscript export.
22965         * org-exp.el (org-create-multibrace-regexp): Do not add
22966         backslashes to the class.
22968 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22970         * org-colview.el (org-columns-map): Better functions for moving up
22971         and down a row, even if `truncate-line' is nil.
22973         * org.el (org-insert-todo-heading): Make sure the keyword is
22974         inserted at the correct position.
22976         * org-publish.el (org-publish-project-alist)
22977         (org-publish-projects, org-publish-org-index): Change default anme
22978         for the index of file names to "sitemap.org".
22980         * org-latex.el (org-export-latex-tables):
22981         Use `org-split-string', for Emacs 21 compatibility.
22983 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22985         * org-agenda.el (org-agenda-log-mode-items): Improve docstring.
22987 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22989         * org-exp.el (org-export-page-description)
22990         (org-export-page-keywords): New variables.
22991         (org-export-plist-vars): Add entries for :keywords and
22992         :description.
22993         (org-infile-export-plist): Parse for new keywords.
22994         (org-get-current-options): Add new keywords.
22995         (org-export-as-html): Publish description and keywords.
22997         * org-agenda.el (org-agenda-add-entry-text-descriptive-links):
22998         New option.
22999         (org-agenda-add-entry-text):
23000         Honor `org-agenda-add-entry-text-descriptive-links'.
23002         * org-latex.el (org-export-latex-preprocess): Make all
23003         external preprocess functions use a PARAMETER arg.
23005         * org-exp.el (org-export-preprocess-string)
23006         (org-export-select-backend-specific-text)
23007         (org-export-format-source-code-or-example)
23008         (org-format-org-table-html): Support docbook export.
23009         (org-export-preprocess-string): Make all external preprocess
23010         functions use a PARAMETER arg.
23012 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
23014         * org-exp.el (org-export-html-style-include-scripts): New option.
23015         (org-export-plist-vars): Add new option
23016         `org-export-html-style-include-scripts'.
23017         (org-export-as-html): Honor new option
23018         `org-export-html-style-include-scripts'.
23019         (org-export-html-scripts, org-export-html-style-default):
23020         Fix xml issues with the Safari browser.
23022 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
23024         * org-publish.el (org-publish-attachment): Only copy file when the
23025         directories differ.
23027 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
23029         * org-clock.el (org-clocktable-steps): Use inactive time stamps
23030         for clocktable steps.
23032         * org.el (org-additional-option-like-keywords): Add two more
23033         keywords.
23035 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
23037         * org-exp.el (org-export-format-source-code-or-example):
23038         Mark temporary buffer unmodified, so that it will be killed even if
23039         mode like message mode has decided to assign a file name.
23041         * org.el (org-scan-tags): Improve tag inheritance.
23042         (org-scan-tags, org-make-tags-matcher): Make tag comparison
23043         case-sensitive.
23044         (org-scan-tags): Use the internal tags list instead of creating it
23045         from scratch.
23046         (org-trust-scanner-tags, org-scanner-tags): New variables.
23047         (org-scan-tags): Set `org-scanner-tags'.
23048         (org-get-tags-at): Take advantage of `org-trust-scanner-tags'.
23049         (org-map-entries): Document the possible speedup using scanner
23050         tags.
23052 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
23054         * org.el (org-add-planning-info): Fix bug with looking for keyword
23055         only at column 0.
23057         * org-agenda.el (org-agenda-custom-commands-local-options):
23058         Add option for tags filter preset.
23059         (org-prepare-agenda): Store filter preset as a property on the
23060         filter variable.
23061         (org-finalize-agenda): Call the filter, if there is a preset.
23062         (org-agenda-filter-by-tag): Filter again after clearing the
23063         filter, when there still is a preset.
23064         (org-agenda-filter-make-matcher, org-agenda-set-mode-name):
23065         Include the preset filter.
23066         (org-agenda-redo): Apply the filter again, also the preset filter.
23068         * org-exp.el (org-export-as-html): Use IDs in the correct way.
23070         * org.el (org-uuidgen-p): New function.
23072         * org-agenda.el (org-agenda-fontify-priorities): New default value
23073         `cookies'.
23074         (org-agenda-fontify-priorities): Rename from
23075         org-fontify-priorities.
23077         * org.el (org-set-font-lock-defaults):
23078         Call `org-font-lock-add-priority-faces'.
23079         (org-font-lock-add-priority-faces): New function.
23081         * org-faces.el (org-set-tag-faces): New option.
23082         (org-priority-faces): New variable.
23084         * org-exp.el (org-export-as-html): Add a "content" div around the
23085         entire content of the body tag.
23086         (org-export-html-get-bibliography): New function.
23087         (org-export-html-validation-link): New variable.
23088         (org-export-as-html): Add validation link to exported page.
23090         * org.el (org-match-sparse-tree): Rename from
23091         `org-tags-sparse-tree'.
23092         (org-tags-sparse-tree): New alias.
23094 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
23096         * org.el (org-get-valid-level): Catch the case where the level
23097         change is nil.
23099         * org-clock.el (org-clock-find-position): Better indentation of
23100         new clock drawers.
23102 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
23104         * org-agenda.el (org-agenda-quit): Delete window only when the
23105         frame-setup was not `current-window'.
23107         * org.el (org-tag-persistent-alist): New option.
23108         (org-startup-options): Add keyword `noptag'.
23109         (org-fast-todo-selection): Handle :newline correctly.
23110         (org-set-tags): Handle :newline correctly.
23111         (org-fast-tag-selection): Handle :newline correctly.
23113 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
23115         * org-exp.el (org-export-as-ascii): Reverse link buffer before
23116         outputting it.
23117         (org-export-ascii-push-links): Fix bug with pussing links into the
23118         export buffer.
23120 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
23122         * org-archive.el (org-archive-subtree): Do not add 1 to level if
23123         pasting at top level.
23125         * org-bbdb.el: Improve documentation.
23127 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
23129         * org-list.el (org-insert-item): Only consider insert empty lines
23130         is `org-empty-line-terminates-plain-lists' is not nil.
23132         * org.el (org-blank-before-new-entry): Mention the dependence on
23133         `org-empty-line-terminates-plain-lists' in the docstring.
23135         * org-publish.el (org-publish-get-project-from-filename):
23136         New optional argument UP.  Only find the top project if UP is set.
23137         (org-publish-current-project): Find the top encloding project.
23139         * org-agenda.el (org-agenda-before-write-hook)
23140         (org-agenda-add-entry-text-maxlines): New options.
23141         (org-write-agenda): Run the new hook in the temporary buffer.
23142         (org-agenda-add-entry-text): New function.
23143         (org-write-agenda): Implement PDF export, using ps2pdf.
23145         * org.el (org-global-properties-fixed, org-global-properties):
23146         Improve documentation string.
23148         * org-exp.el (org-export-ascii-links-to-notes): New option.
23149         (org-export-as-ascii): Handle links better.
23150         (org-export-ascii-wrap, org-export-ascii-push-links):
23151         New functions.
23153 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
23155         * org-agenda.el (org-agenda): Make prefix arg optional.
23156         (org-agenda-search-headline-for-time): New option.
23157         (org-format-agenda-item):
23158         Honor `org-agenda-search-headline-for-time'.
23160         * org-table.el (orgtbl-self-insert-command): Cluster undo for 20
23161         characters.
23163         * org.el (org-self-insert-cluster-for-undo): New option.
23164         (org-self-insert-command): Cluster undo for 20 characters.
23165         (org-self-insert-command-undo-counter): New variable.
23167 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
23169         * org-exp.el (org-export-as-html): Fix problem with closing colone
23170         example.
23172 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
23174         * org-latex.el (org-export-as-latex)
23175         (org-export-latex-first-lines): Avoid modification flag when
23176         adding or removing text properties.
23177         (org-export-latex-fontify): Catch error when org-emph-alist has
23178         entries that are not defined for LaTeX export.
23180         * org-export-latex.el: Rename to org-latex.el.
23182         * org-latex.el: Rename from org-export-latex.el.
23184         * org.el (orgstruct++-mode): New function.
23185         (turn-on-orgstruct++): Call `orgstruct++-mode'.
23186         (org-context-p): Allow detecting item context after the first line
23187         of an item.
23188         (orgstruct-make-binding): Detect if item-body context should be
23189         seen.
23190         (orgstruct-is-++): New variable.
23191         (org-add-planning-info): Catch the case when there is no planning
23192         info yet and the call does not want to add anything, only maybe
23193         tries to remove something.
23194         (org-special-ctrl-a/e): All value to be a cons cell with separate
23195         settings for `C-a' and `C-e'.
23196         (org-beginning-of-line, org-end-of-line): Honor separate values
23197         for `C-a' and `C-e'.
23199 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
23201         * org.el (org-reload): New command.
23203 2009-06-05  Tassilo Horn  <tassilo@member.fsf.org>
23205         * org-gnus.el (org-gnus-store-link): Fix bug where
23206         org-gnus-store-link used wrong subject when called in an article
23207         buffer.  Patch provided by fengli AT gmail DOT com.
23209 2009-03-13  D. Goel  <deego3@gmail.com>
23211         * org-bbdb.el: When calling (multiple-value-bind/setq .. ls)
23212         replace ls by (values-list ls).
23214 2009-02-20  Carsten Dominik  <dominik@science.uva.nl>
23216         * org-remember.el (org-remember-apply-template): Turn off ido for
23217         this completion.
23219         * org.el (org-priority): Also find invisible headings, for remote
23220         editing.
23221         (org-completing-read-no-ido): New function.
23222         (org-make-tags-matcher, org-set-property): Turn off ido for this completion.
23224         * org-colview.el (org-columns-edit-value): No special treatment of
23225         prefix arg.
23227 2009-02-19  Carsten Dominik  <dominik@science.uva.nl>
23229         * org.el (org-block-todo-from-children-or-siblings):
23230         Use `org-up-heading-all' so that this will work correctly with hidden
23231         property drawers and entries.
23232         (org-end-of-line, org-beginning-of-line): Make prefix arg work, by
23233         falling back to normal, default command.
23234         (org-get-location): Temporarily turn off special behavior.
23236 2009-02-13  Glenn Morris  <rgm@gnu.org>
23238         * org-rmail.el (rmail-show-message): Restore argument list to the
23239         declaration now that this functions behaves in Emacs 23 as in 22.
23241 2009-02-12  Glenn Morris  <rgm@gnu.org>
23243         * org-footnote.el (org-footnote-at-definition-p): Fix doc typo.
23245 2009-02-12  Joachim Reiter  <Reiter.Joachim@web.de>  (tiny change)
23247         * org-footnote.el (org-footnote-action): Fix doc typo.
23249 2009-02-06  Carsten Dominik  <dominik@science.uva.nl>
23251         * org-exp.el (org-export-preprocess-string): Fix bug with skipping
23252         text before first headline.
23253         (org-export-remove-or-extract-drawers): Fix regular expression for
23254         extracting drawers.
23256         * org.el (org-format-latex): Stop LaTeX fragment processing in
23257         protected examples.
23259 2009-02-05  Glenn Morris  <rgm@gnu.org>
23261         * org-rmail.el (rmail-show-message): Update declaration.
23262         (rmail-buffer, rmail-view-buffer): Declare.
23263         (org-rmail-store-link, org-rmail-follow-link): Handle mbox Rmail.
23265 2009-02-04  Carsten Dominik  <dominik@science.uva.nl>
23267         * org.el (org-return-follows-link): Revert setting
23268         `org-return-follows-link' to t by default.
23270 2009-02-02  Carsten Dominik  <dominik@science.uva.nl>
23272         * org.el (org-cycle-global-at-bob): Fix typo.
23274         * org-jsinfo.el (org-infojs-handle-options): Fix typo in comment.
23276 2009-02-02  Carsten Dominik  <carsten.dominik@gmail.com>
23278         * org.el (org-mode): Make dependence stuff work more reliably.
23279         (org-update-parent-todo-statistics): Fix bug with updating
23280         statistics cookie.
23281         (org-yank-adjusted-subtrees, org-return-follows-link)
23282         (org-use-fast-todo-selection, org-tags-column): New default
23283         setting for variables.
23285         * org-export-latex.el (org-export-latex-emphasis-alist): Use = and
23286         ~ as verbatim delimiters, to avoid table bug.
23287         (org-export-latex-classes): Remove the a4paper option from the
23288         default styles.
23290         * org-exp.el (org-export-html-format-image): New argument
23291         PAR-OPEN, to fix XHTM validation bug.
23292         (org-export-as-html): Pass par-open to
23293         `org-export-html-format-image'.
23294         (org-export-html-footnotes-section): Use a more consistent id for
23295         footnotes.
23297         * org-agenda.el (org-agenda-sorting-strategy)
23298         (org-agenda-tags-column): New default setting for variables, based
23299         on a poll what typical uses use.
23300         (org-agenda-dim-blocked-tasks): Keep dimming blocked entries from
23301         setting the blocked tag.
23303 2009-01-31  Carsten Dominik  <dominik@science.uva.nl>
23305         * org-agenda.el (org-agenda-dim-blocked-tasks): No tagging when
23306         only checking for blocks.
23308         * org-exp.el (org-export-html-footnotes-section): Make the div id
23309         consistent.
23311         * org-export-latex.el (org-export-latex-classes):
23312         Remove paper size option from LaTeX classes.
23314 2009-01-31  Carsten Dominik  <carsten.dominik@gmail.com>
23316         * org.el (org-enforce-todo-checkbox-dependencies): New option.
23317         (org-block-todo-from-checkboxes): New function.
23318         (org-todo): Make triple prefix arg circumvent blocking.
23320 2009-01-30  Glenn Morris  <rgm@gnu.org>
23322         * org-list.el (org-empty-line-terminates-plain-lists)
23323         (org-toggle-checkbox): Doc fixes.
23325         * org-table.el (org-table-clean-before-export): Fix declaration.
23327 2009-01-30  Carsten Dominik  <carsten.dominik@gmail.com>
23329         * org-timer.el (org-timer): Provide the timer feature.
23331         * org.el (org-require-autoloaded-modules): Add a few more files to
23332         the list of autoloaded modules.
23334         * org-agenda.el (org-agenda-todo): Pass ARG to `org-todo'.
23336         * org-exp.el (org-export-remove-or-extract-drawers): Only remove
23337         drawers that are unprotected.
23338         (org-export-html-format-image): Make sure inlined LaTeX fragment
23339         images remain inlined.
23341         * org.el (org-toggle-ordered-property): New function.
23342         (org-mode-map): Add a key for `org-toggle-ordered-property'.
23343         (org-org-menu): Add menu entries for TODO dependencies.
23345         * org.el (org-default-properties): Add ORDERED to the default
23346         properties, to get completion support for it.
23348         * org-list.el (org-update-checkbox-count): Update more than one cookie.
23350         * org.el (org-update-parent-todo-statistics): Update more than one
23351         cookie.
23353 2009-01-28  Carsten Dominik  <carsten.dominik@gmail.com>
23355         * org-agenda.el (org-agenda-get-todos): Start search from correct
23356         position.
23358         * org.el (org-fast-todo-selection): Make sure TODO selection does
23359         not change buffer position.
23361         * org-list.el (org-toggle-checkbox): Implement adding or removing
23362         checkboxes from line or region when called with a prefix
23363         argument.
23365         * org-rmail.el (org-rmail-store-link): Protect the call to
23366         `rmail-narrow-to-non-pruned-header'.
23368         * org-clock.el (org-clock-special-range): Fix week display in
23369         clock tables.
23371         * org-exp.el (org-get-current-options): Fix bug when in indirect
23372         buffer.
23374         * org-agenda.el (org-agenda-dim-blocked-tasks): New option.
23375         (org-finalize-agenda): Call `org-agenda-dim-blocked-tasks'.
23376         (org-agenda-dim-blocked-tasks): New function.
23378         * org.el (org-enforce-todo-dependencies): New option.
23379         (org-block-todo-from-children-or-siblings): New function.
23381         * org-faces.el (org-agenda-dimmed-todo-face): New face.
23383 2009-01-27  Carsten Dominik  <carsten.dominik@gmail.com>
23385         * org.el (org-todo): Return correct state type even if the blocker
23386         throws an error.
23387         (org-modifier-cursor-error): Rename from
23388         `org-shiftcursor-error'.
23389         (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
23390         (org-shiftmetadown): Call `org-modifier-cursor-error'.
23392         * org-agenda.el (org-agenda-todo): Call `org-todo' interactively,
23393         to get real errors from the blocker hook.
23395         * org.el (org-shiftselect-error, org-call-for-shift-select):
23396         New functions.
23397         (org-set-visibility-according-to-property): Turn off the setting
23398         of `org-show-entry-below', to avoid overruling a FOLDED visibility
23399         property.
23401         * org.el (org-support-shift-select): New option.
23402         (org-shiftup, org-shiftdown, org-shiftright, org-shiftleft)
23403         (org-shiftcontrolright, org-shiftcontrolleft): Support for shift
23404         selection outside contexts.
23406         * org-list.el (org-at-item-bullet-p): New function.
23408         * org-jsinfo.el (org-infojs-handle-options): Remove unnecessary
23409         variables.
23411         * org-footnote.el (org-footnote-normalize): Remove unnecessary
23412         variable.
23413         (org-insert-footnote-reference-near-definition):
23414         Remove unnecessary let form.
23416 2009-01-26  Carsten Dominik  <dominik@science.uva.nl>
23418         * org-export-latex.el (org-export-as-latex):
23419         Call `org-export-latex-first-lines' with OPT-PLIST as a parameter.
23420         (org-export-latex-first-lines): New parameter OPT-PLIST.
23422         * org.el (org-yank): Tell `delete-selection-mode' about
23423         `org-yank'.
23425         * org-faces.el (org-clock-overlay): Fix face definition.
23427         * org-export-latex.el (org-export-latex-first-lines):
23428         Pass timestamp and footnote parameters to the preprocessor.
23430         * org-exp.el (org-export-remove-timestamps): Do not remove time
23431         stamps inside tables.
23433 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
23435         * org-exp.el (org-export-as-html): Turn \par into a paragraph.
23437         * org.el (org-agenda-tags-todo-honor-ignore-options):
23438         Declare variable.
23440         * org-table.el (org-table-insert-hline): Fix typo in function call
23441         to `backward-char'.
23443         * org-exp.el (org-export-as-html): Remove the initial space from
23444         colon examples.
23446         * org.el (org-scan-tags):
23447         Call `org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item'.
23449         * org-agenda.el (org-agenda-todo-list, org-agenda-match-view):
23450         New customization groups.
23451         (org-agenda-tags-todo-honor-ignore-options): New option.
23452         (org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item):
23453         New function.
23454         (org-agenda-get-todos):
23455         Use `org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item'.
23457 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
23459         * org-exp.el (org-export-format-source-code-or-example):
23460         Escape HTML characters also in examples that anre not treated with
23461         htmlize.  Also, just switch to EXAMPLE processing if we do not
23462         have a good version of htmlize.
23464         * org-rmail.el: Fix copyright notice.
23466         * org.el (org-activate-footnote-links): Improve footnote link
23467         highlighting.
23469         * org-footnote.el (org-footnote-normalize): Fix finding the end of
23470         a footnote definition at the end of the file.
23472         * org-table.el (org-table-get-specials): Add an imagined hline at
23473         the end of the table.  This can be useful for references that want
23474         to go to the end of the table.  Also fix bug when computing last
23475         row constants, in tables that do not start right at the right
23476         margin.
23477         (org-table-eval-formula): Match and replace remove references.
23478         (org-table-formula-substitute-names): Make sure that names inside
23479         a "remote" call are left alone, the will be replaced later when
23480         the remote call is handled.
23481         (org-table-convert-refs-to-rc): Do not convert things that might
23482         look like a reference, but are really part of an ID or namei n a
23483         remote reference.
23484         (org-table-get-remote-range): New function.
23486 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
23488         * org-faces.el (org-clock-overlay): Fix bug in face definition.
23490         * org-clock.el (org-clock-put-overlay): Use new face instead of
23491         `secondary-selection'.
23493         * org-faces.el (org-clock-overlay): New face.
23495 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
23497         * org-exp.el (org-get-current-options): Include the option for
23498         publishing time stamps.
23500         * org.el (org-toggle-heading): Rename from
23501         `org-toggel-region-headings'.
23502         No longer needs a region defined, but will use it if there is one.
23503         (org-ctrl-c-star): Simplify, relying more on the internal
23504         workings of `org-toggle-heading'.
23505         (org-toggle-item): Rename from `org-toggle-region-items'.
23506         No longer needs a region defined, but will use it if there is one.
23507         (org-ctrl-c-minus): Simplify, relying more on the inernal
23508         workings of `org-toggle-item'.
23510         * org-export-latex.el (org-export-latex-preprocess): Fix bug in
23511         environment detection.  Also, do real changes only in unprotected
23512         places.
23514 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
23516         * org-export-latex.el (org-export-latex-quotation-marks):
23517         Use `org-if-unprotected-1'.
23518         (org-export-latex-set-initial-vars): Check for class definition in
23519         property.
23521         * org-macs.el (org-if-unprotected-1): New macro.
23523 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
23525         * org-compat.el (org-count-lines): New function.
23527         * org-exp.el (org-export-format-source-code-or-example):
23528         Handle switches related to text areas.
23530         * org.el (org-activate-footnote-links): Don't allow match inside a
23531         link.
23533         * org-footnote.el (org-footnote-re): Don't allow match inside a link.
23535         * org-export-latex.el (org-export-latex-links): Keep a relative
23536         path relative also after export.
23538         * org-exp.el (org-export-html-scripts): Fix HTML snippet.
23540         * org.el (org-make-tags-matcher): Never use IDO for completing the
23541         tags matcher match string.
23542         (org-completing-read): Also remove the special biding for "?".
23544         * org-attach.el (org-attach-allow-inheritance): New option.
23545         (org-attach-inherited): New variable.
23546         (org-attach-dir): Handle properties related to the attachment
23547         directory.
23548         (org-attach-check-absolute-path): New function.
23549         (org-attach-set-directory, org-attach-set-inherit): New commands.
23550         (org-attach): Accommodate the new commands in the dispatcher.
23552 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
23554         * org-compat.el (org-fit-window-to-buffer): Fix bug with using
23555         `window-full-width-p'.
23557         * org-exp.el (org-export-as-html): Only check for images files
23558         that really can be inlined.
23560         * org.el (org-image-file-name-regexp, org-file-image-p): Allow the
23561         list of extensions to be a parameter.
23563         * org-exp.el (org-export-html-inline-image-extensions):
23564         New variable.
23566         * org-agenda.el (org-prepare-agenda):
23567         Use `org-agenda-block-separator'.
23568         (org-agenda-block-separator): New option.
23570 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
23572         * org-export-latex.el (org-export-latex-tables):
23573         Call `org-table-clean-before-export' with the new optional argument.
23575         * org-exp.el (org-table-clean-before-export): New optional
23576         parameter MAYBE-QUOTED, allows for quoted characters like \# in
23577         first column.
23579 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
23581         * org-plot.el (org-plot/gnuplot): Fix text-ind parameter for
23582         histograms.
23584         * org-colview.el (org-colview-construct-allowed-dates):
23585         Better error catching when a date/time property does not have allowed
23586         values defined.
23588 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
23590         * org.el (org-map-entries): Restore point and restriction after
23591         `org-map-entries'.
23593 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
23595         * org.el (org-time=, org-time<, org-time<=, org-time>)
23596         (org-time>=, org-time<>): Make sure both values are dates.
23598 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
23600         * org-archive.el (org-extract-archive-heading): Allow %s for file
23601         name also in achive location heading.
23603 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
23605         * org-archive.el (org-add-archive-files): Uniquify the list before
23606         returning it.
23608 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
23610         * org-compat.el (org-fit-window-to-buffer):
23611         Use `window-full-width-p'.
23613         * org-export-latex.el (org-export-latex-fixed-width): Enforce the
23614         space after the colon in short examples.
23616         * org-exp.el (org-export-protect-colon-examples): Rewritten, to
23617         enforce a space after the colon.  However, we also allow lines
23618         that are *only* a colon.
23619         (org-export-as-html): Enforce the space after the colon in short
23620         examples.
23621         (org-export-preprocess-string): Do the colon example protection
23622         earlier.
23623         (org-export-remove-timestamps): Do not check for protection at the
23624         end of the line.
23626 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
23628         * org.el (org-format-latex-options): Add new matcher for single
23629         letters between dollars.
23630         (org-get-header): Function removed.
23631         (org-heading-components): New function.
23633         * org-exp.el (org-export-define-heading-targets): Record ID's also
23634         as alternative targets.
23635         (org-export-as-html): Interpret "id:" links to other files by
23636         preserving the relative path.
23638         * org-jsinfo.el (org-infojs-handle-options): Catch the case if v
23639         is nil.
23641         * org-exp.el (org-export-normalize-links): Protect the main link,
23642         to avoid special character processing.
23644         * org-export-latex.el (org-export-latex-special-keyword-regexp):
23645         New variable.
23646         (org-export-latex-special-string-regexps): Variable removed.
23647         (org-export-latex-keywords): Use the new regexp.
23649         * org-exp.el (org-export-handle-include-files): Fetch switches and
23650         put them into the BEGIN statement.
23652         * org-timer.el (org-timer-mode-line-string): New variable.
23654         * org-clock.el (org-clock-mode-line-map): Rename from
23655         `org-clock-mode-map'.
23656         (org-clock-mode-line-timer): Rename from `org-mode-line-timer'.
23657         (org-clock-update-mode-line): Rename from `org-update-mode-line'.
23658         (org-clock-put-overlay): Rename from `org-put-clock-overlay'.
23659         (org-clock-remove-overlays): Rename from
23660         `org-remove-clock-overlays'.
23662         * org-timer.el (org-timer-pause-or-continue): Implement stopping
23663         and mode line display.
23664         (org-timer-stop): New command.
23665         (org-timer-seconds): Return correct time when timer is paused.
23666         (org-timer-mode-line-timer): New variable.
23667         (org-timer-set-mode-line, org-timer-update-mode-line):
23668         New functions.
23670         * org.el (org-insert-heading): Handle new value `auto' for
23671         `org-blank-before-new-entry'.
23672         (org-org-menu): Add new items for timer functions.
23674         * org-list.el (org-insert-item): Handle new value `auto' for
23675         `org-blank-before-new-entry'.
23677         * org.el (org-blank-before-new-entry): New value `auto', made
23678         default.
23680 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
23682         * org-exp.el (org-export-normalize-links): If the link is also
23683         used as the description, protect the description.
23685 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
23687         * org.el (org-closest-date): Fix bug with yearly repeats, in
23688         combination with preference of the past as it is used for deadline
23689         and scheduling search.
23691         * org-exp.el (org-html-handle-time-stamps): No longer check for
23692         the `org-export-with-timestamps' option, because the preprocesser
23693         has taken care of this already.
23695         * org.el (org-entry-properties): Catch the case when this is
23696         called in a non-org-mode file.
23698         * org-export-latex.el (org-export-latex-remove-from-headlines):
23699         Variable made obsolete, also LaTeX export now uses the standard
23700         variables.
23701         (org-export-as-latex): Add the timestamps parameter to the
23702         preprocessor parameter list.
23703         (org-export-latex-content): Export the remaining keywords without
23704         considering to remove them.
23705         (org-export-latex-keywords-maybe): Make the REMOVE-LIST optional.
23706         Use bold font instead of tt font for the keywords.
23707         (org-export-latex-fontify-headline): Format headlines, assuming
23708         that all keywords still present should be published.
23709         (org-export-latex-keywords): Remove argument TIMESTAMPS and just
23710         publish what ever remains of the time stamps.
23711         (org-export-latex-list-parameters): New option.
23712         (org-export-latex-lists): Pass additional parameters to the list
23713         converter.
23715         * org-exp.el (org-export-preprocess-string): Remove clock lines
23716         and timestamps already in the preprocesor.
23717         (org-export-remove-timestamps, org-export-remove-clock-lines):
23718         New functions.
23719         (org-export-as-ascii, org-export-as-html): Add the timestamps
23720         parameter to the preprocessor parameter list.
23722         * org-list.el (org-list-parse-list): Parse for checkboxes.
23723         (org-list-to-generic): Introduce and handle new parameters :cbon
23724         and :cboff.
23725         (org-list-to-latex, org-list-to-html, org-list-to-texinfo):
23726         Add optional parameter PARAMS.
23728         * org-export-latex.el (org-export-latex-special-chars):
23729         Fix problems with interpreting dollar signs.
23730         (org-inside-latex-math-p): New function.
23731         (org-export-latex-preprocess): Protect all the math fragments.
23733         * org.el (org-latex-regexps): Allow a dash after a dollar.
23735         * org-w3m.el (org-w3m-copy-for-org-mode): Always deactivate the
23736         mark after copying.
23738         * org-agenda.el (org-run-agenda-series): Have series options set
23739         when finalizing the agenda.
23741         * org-exp.el (org-export-format-source-code-or-example):
23742         Protect the converted examples.
23744         * org.el (org-set-regexps-and-options): Fix the regexp
23745         `org-complex-heading-regexp'.
23747 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
23749         * org.el (org-edit-src-get-label-format): New function.
23750         (org-coderef-label-format): New option.
23751         (org-edit-src-code, org-edit-src-find-region-and-lang): Parse for
23752         a label format specification and make sure it is used in the edit
23753         buffer.
23754         (org-edit-src-get-label-format): New function.
23755         (org-store-link): Handle new coderef formats.
23756         (org-link-search): Handle new coderef formats.
23758         * org-footnote.el (org-footnote-create-definition)
23759         (org-footnote-goto-local-insertion-point): Make footnote insertion
23760         work correctly when the "Footnotes" headline is the last line in
23761         the buffer.
23763         * org.el (org-goto-marker-or-bmk): Expose context after jumping to
23764         the location.
23766 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
23768         * org-w3m.el (org-w3m): New customization group.
23769         (org-w3m-deactivate-mark): New option.
23770         (org-w3m-copy-for-org-mode): Deactivate region, unless the user
23771         option say not to.
23773 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
23775         * org.el (org-set-font-lock-defaults): Trigger footnote
23776         fontification.
23777         (org-activate-footnote-links): New function.
23778         (org-activate-links): New entry `footnote'.
23780         * org-faces.el (org-footnote): New face.
23782 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
23784         * org-macs.el (org-re): Handle the [:word:] class.
23786         * org-exp.el (org-export-preprocess-string):
23787         Call `org-export-protect-colon-examples'.
23788         (org-export-protect-colon-examples): Rename from
23789         `org-export-protect-examples', and scope limited to lines starting
23790         with a colon.
23792 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
23794         * org-exp.el (org-export-preprocess-string): Move the preprocess
23795         hook to after turning on Org-mode.
23796         (org-export-preprocess-after-include-files-hook)
23797         (org-export-preprocess-after-tree-selection-hook)
23798         (org-export-preprocess-before-backend-specifics-hook)
23799         (org-export-preprocess-final-hook): New hooks.
23800         (org-export-preprocess-string): Run the new hooks.
23802         * org.el (org-ctrl-c-minus): Fix indentation for new items.
23804         * org-footnote.el: New file.
23806         * org.el (org-footnote): Require footnote code.
23807         (org-startup-options): Add new footnote options.
23808         (org-mode-map): New keybindig for footnotes.
23809         (org-ctrl-c-ctrl-c): Add function at footnotes.
23810         (org-org-menu): New menu entries for footnotes.
23812         * org-export-latex.el (org-export-as-latex): Pass footnote
23813         variable to preprocessor.
23814         (org-export-latex-preprocess): Treat multiple references to a
23815         footnote.
23817         * org-exp.el (org-export-preprocess-string):
23818         Call `org-footnote-normalize'.
23819         (org-export-as-ascii, org-export-as-html): Pass footnote variable
23820         to preprocessor.
23821         (org-export-as-html): Treat multiple references to a footnote.
23823 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
23825         * org-export-latex.el (org-export-latex-links): Handle coderef
23826         links.
23828         * org.el (org-bracket-link-analytic-regexp++): New variable.
23829         (org-make-link-regexps):
23830         Initialize `org-bracket-link-analytic-regexp++'.
23831         (org-store-link): Implement special case in edit-src buffer.
23832         (org-insert-link): No use of ide to insert stored links.
23833         (org-link-search): Implement special case for coderefs.
23835         * org-exp.el (org-export-html-scripts): New constant.
23836         (org-export-html-style-default): Add a new style for highlighted
23837         code.
23838         (org-export-code-refs): New variable.
23839         (org-export-preprocess-string): Initialize `org-export-code-refs'.
23840         Call `org-export-replace-src-segments-and-examples'
23841         No longer call `org-export-protect-examples'.
23842         (org-export-target-internal-links): Take care of coderef targets.
23843         (org-export-last-code-line-counter-value): New variable.
23844         (org-export-replace-src-segments-and-examples): Rename from
23845         `org-export-replace-src-segments', and modified.
23846         (org-export-format-source-code-or-example): Rename from
23847         `org-export-format-source-code'.
23848         (org-export-number-lines): New function.
23849         (org-export-as-ascii, org-export-as-html): Handle coderef links.
23851 2009-01-23  Glenn Morris  <rgm@gnu.org>
23853         * org-rmail.el (rmail-narrow-to-non-pruned-header):
23854         Remove declaration of deleted function.
23856 2009-01-16  Glenn Morris  <rgm@gnu.org>
23858         * org-mouse.el (org-mouse-show-context-menu):
23859         Use mouse-menu-major-mode-map, if defined, rather than the obsolete
23860         mouse-major-mode-menu.
23862 2008-12-23  Carsten Dominik  <dominik@science.uva.nl>
23864         * org-remember.el (org-remember-handler): Safer way to get a new
23865         buffer accessing the target file.
23867         * org.el (org-refile-get-location): Handle case of current buffer
23868         not having a file associated with it.
23870 2008-12-22  Carsten Dominik  <dominik@science.uva.nl>
23872         * org-table.el (org-table-get-formula): Only ask to overwrite
23873         field formula if there really is one.
23875 2008-12-21  Carsten Dominik  <dominik@science.uva.nl>
23877         * org-export-latex.el (org-export-latex-make-header): Double the
23878         commenting % in the time stamp format.
23879         (org-export-latex-special-chars): Handle case where there is no
23880         match group 3.
23882 2008-12-20  Carsten Dominik  <carsten.dominik@gmail.com>
23884         * org.el (org-get-refile-targets, org-refile-get-location):
23885         Use expanded file name to improve comparison.
23887 2008-12-20  Carsten Dominik  <carsten.dominik@gmail.com>
23889         * org.el (org-scan-tags): Rescan for tags, to get the correct
23890         upcase/downcase stuff.  This slows things down for now, but it
23891         works.
23892         (org-mode): Make sure the tag-faces regexp is initialized.
23894         * org-export-latex.el (org-export-latex-links): Fix bug with
23895         undefined label.
23897         * org-table.el (org-table-get-specials):
23898         Set `org-table-current-last-data-line'.
23899         (org-table-current-last-data-line): New variable.
23900         (org-table-insert-column, org-table-delete-column)
23901         (org-table-move-column, org-table-fix-formulas):
23902         Call `org-table-fix-formulas' a second time to fix the $LR references.
23903         (org-table-get-specials): Add the $LR references to the tables.
23904         (org-table-get-formula): Do not offer last-row names as LHS of
23905         formulas.
23907         * org.el (org-store-link): Capture link description from
23908         `org-id-store-link'.
23910         * org-exp.el (org-export-html-format-image): Add the / to the end
23911         of the <img> tag.
23912         (org-export-format-source-code): Surround example by empty lines,
23913         to make sure it will not be inside a paragraph.
23915         * org.el (org-ido-switchb): New function.
23917 2008-12-20  Carsten Dominik  <carsten.dominik@gmail.com>
23919         * org-agenda.el (org-agenda-show): New prefix argument
23920         FULL-ENTRY.
23922         * org.el (org-sort-entries-or-items): Add a COMPARE-FUNC
23923         argument.
23925 2008-12-20  Glenn Morris  <rgm@gnu.org>
23927         * org.el (org-org-menu): Fix some more menu entries.
23929 2008-12-18  Carsten Dominik  <dominik@science.uva.nl>
23931         * org-table.el (org-table-get-specials): Revert introduction of @0
23932         as reference of the last table row, because of conflicts.
23934         * org-agenda.el (org-agenda-change-all-lines): Remove FORCE-TAGS
23935         argument, get the current tags directly.
23936         (org-agenda-set-tags): Leave getting current tags to
23937         `org-agenda-change-all-lines'.
23939 2008-12-17  Carsten Dominik  <dominik@science.uva.nl>
23941         * org.el (org-org-menu): Do not quote the set-tags command.
23943 2008-12-17  Carsten Dominik  <carsten.dominik@gmail.com>
23945         * Fix typos in comments and docstrings throughout Org-mode.
23947         * org.el (org-get-outline-path): Fix bug if level is not given.
23949         * org-agenda.el (org-finalize-agenda): Fix typo with variable name.
23951 2008-12-16  Carsten Dominik  <carsten.dominik@gmail.com>
23953         * org.el (org-refile): Avoid refiling to within the region to be
23954         refiled.
23956         * org-export-latex.el (org-export-latex-special-chars):
23957         Replace special characters also in tables.
23959         * org-agenda.el (org-agenda-change-all-lines): New argument
23960         FORCE-TAGS.
23961         (org-agenda-set-tags): Get the new tags and pass them to
23962         `org-format-agenda-item'.
23964 2008-12-16  Carsten Dominik  <carsten.dominik@gmail.com>
23966         * org-export-latex.el (org-export-latex-classes): Add longable as
23967         a default package to all classes.
23968         (org-export-latex-tables): Handle the longtable attribute and the
23969         align attribute.
23971         * org-table.el (orgtbl-to-generic): Handle tables that start with
23972         a hline.
23974         * org-export-latex.el (org-export-latex-emphasis-alist): Switch to
23975         \verb for colde-like snippets.
23976         (org-export-as-latex): Fix issues with region export.
23978         * org.el (org-up-heading-safe): Speed up function by using a
23979         direct regexp search.
23980         (org-olpa): New variable.
23981         (org-get-outline-path): Speed-up path constructions in cases where
23982         this is possible because the entire hierarchy is scanned anyway.
23983         (org-refile-get-location): Don't compare the truenames of files,
23984         this is too slow.
23985         (org-goto-max-level): New option.
23986         (org-goto): Use `org-goto-max-level'.
23988 2008-12-16  Tassilo Horn  <tassilo@member.fsf.org>
23990         * org-gnus.el (org-gnus-article-link, org-gnus-article-link):
23991         Strip angle brackets from message-ids in the former and don't do
23992         it in the latter.
23993         (org-gnus-follow-link): Open summary reliable, even if the last
23994         messages were deleted, and handle empty groups, too.
23996 2008-12-16  Carsten Dominik  <carsten.dominik@gmail.com>
23998         * org-export-latex.el (org-export-latex-emphasis-alist): Use \verb
23999         instead of \texttt for the =...= and ~===~ emphasis environments.
24000         (org-export-as-latex): Remove any old :org-license-to-kill text
24001         properties.
24002         (org-export-as-latex): Pass RBEG to `org-export-latex-first-lines'.
24003         (org-export-latex-make-header): Add some hard space after the
24004         table of contents.
24005         (org-export-latex-first-lines): Accept RBEG argument.
24006         Mark exported text so that it will be excuded in further steps.
24008         * org-table.el (org-table-get-specials): Make @0 reference the
24009         last line in a table.
24010         (org-table-recalculate): Improve docstring.
24012 2008-12-16  Carsten Dominik  <carsten.dominik@gmail.com>
24014         * org.el (org-log-done): Fix docstring.
24016 2008-12-16  Carsten Dominik  <carsten.dominik@gmail.com>
24018         * org-exp.el (org-export-html-format-image): Fix bugs.
24020         * org-export-latex.el (org-export-latex-tables)
24021         (org-export-latex-links): Implement attribute, label, and caption
24022         handling.
24024         * org-exp.el (org-export-html-style-default): Add style
24025         definitions for the figure div.
24026         (org-export-preprocess-string, org-export-as-html):
24027         Implement attribute, label, and caption handling.
24028         (org-export-attach-captions-and-attributes): New function.
24029         (org-export-html-format-image): New function.
24030         (org-format-org-table-html): Implement attribute, label, and
24031         caption handling.
24033         * org.el (org-find-text-property-in-string): New function.
24034         (org-extract-attributes): Use the property org-attr instead of
24035         org-attrobutes, because this property is now set with the #+ATTR
24036         lines.
24038 2008-12-16  Carsten Dominik  <carsten.dominik@gmail.com>
24040         * org-compat.el (org-substring-no-properties): Fix for XEmacs, for
24041         the case that FROM is nil.
24043         * org.el (org-before-first-heading-p): New function.
24045 2008-12-16  Carsten Dominik  <carsten.dominik@gmail.com>
24047         * org-exp.el (org-export-as-html): Do not add a space before
24048         enforces line breaks.
24049         (org-export-as-html): Close paragraph before blockquote and verse
24050         tags.
24052 2008-12-16  Carsten Dominik  <carsten.dominik@gmail.com>
24054         * org-id.el (org-id-locations-file): Wrap file name with
24055         `convert-standard-filename'.
24056         (org-id-files): New variable.
24057         (org-id-use-hash): New option.
24058         (org-id-update-id-locations): Also search in all files current
24059         listed in `org-id-files'.  Convert the resulting alist to a hash
24060         if the user customation says so.
24061         (org-id-locations-save): Handle he case if `org-id-locations' is a
24062         hash.
24063         (org-id-locations-load): Convert the alist to a hash.
24064         (org-id-add-location): Handle the hast case.
24065         (kill-emacs-hook): Make sure id locations are saved when Emacs is
24066         exited.
24067         (org-id-hash-to-alist, org-id-alist-to-hash)
24068         (org-id-paste-tracker): New functions.
24070 2008-12-07  Carsten Dominik  <carsten.dominik@gmail.com>
24072         * org-agenda.el (org-agenda-goto-calendar): Remove duplicate let
24073         bindings of calendar variables.
24075         * org-table.el (org-table-find-row-type): Rename from
24076         `org-find-row-type'.
24077         (org-table-rewrite-old-row-references): Rename from
24078         `org-rewrite-old-row-references'.
24079         (org-table-shift-refpart): Rename from `org-shift-refpart'.
24080         (org-table-cleanup-narrow-column-properties): Rename from
24081         `org-cleanup-narrow-column-properties'.
24083 2008-12-07  Carsten Dominik  <carsten.dominik@gmail.com>
24085         * org-table.el (org-find-row-type): New arguments DESC and CLINE,
24086         for better error messages.
24087         (org-table-get-descriptor-line): Supply the new arguments to
24088         `org-find-row-type'.
24089         (org-table-error-on-row-ref-crossing-hline): New option.
24091         * org.el (org-target-link-regexp): Make buffer-local.
24092         (org-move-subtree-down): Fix bug with trees at beginning of
24093         buffer.
24095 2008-12-07  Carsten Dominik  <carsten.dominik@gmail.com>
24097         * org-faces.el (org-set-tag-faces): New function.
24098         (org-tags-special-faces-re): New variable.
24100         * org.el (org-font-lock-add-tag-faces, org-get-tag-face): New functions.
24102         * org-faces.el (org-tag-faces): New option.
24103         (org-tag): Mention `org-tag-faces' in the docstring.
24105 2008-12-07  Carsten Dominik  <carsten.dominik@gmail.com>
24107         * org-exp.el (org-export-html-style-default): Implement new
24108         quoting.
24110         * org-jsinfo.el (org-infojs-template): Implement new quoting.
24112         * org-w3m.el (w3m-minor-mode-hook): Also add the special copy
24113         command to the `w3m-minor-mode-map'.
24115         * org-archive.el (org-archive-to-archive-sibling):
24116         Protect `this-command' to avoid appending kills during archiving.
24118         * org-exp.el (org-export-with-priority): New variable.
24119         (org-export-add-options-to-plist): Use `org-export-plist-vars'
24120         instead of internal list of strings and properties.
24121         (org-print-icalendar-entries): Retrieve the location property with
24122         inheritance.
24124 2008-12-07  Carsten Dominik  <carsten.dominik@gmail.com>
24126         * org-exp.el (org-export-with-todo-keywords): New option.
24127         (org-export-plist-vars): Include also the keys for the #+OPTIONS
24128         line.
24129         (org-default-export-plist, org-export-add-options-to-plist)
24130         (org-export-as-ascii, org-export-as-html): Use the new structure
24131         of `org-export-plist-vars'.
24133         * org.el (org-map-entries): Return all values.
24135 2008-12-07  Carsten Dominik  <carsten.dominik@gmail.com>
24137         * org.el (org-matcher-time): Recognize more special values.
24139         * org-gnus.el (fboundp): Fix defvaralias for XEmacs.
24141 2008-12-07  Carsten Dominik  <carsten.dominik@gmail.com>
24143         * org.el (org-tags-exclude-from-inheritance): New option.
24144         (org-tag-inherit-p, org-remove-uniherited-tags):
24145         Respect `org-tags-exclude-from-inheritance'.
24147         * org-agenda.el (org-agenda-show-inherited-tags): New option.
24148         (org-format-agenda-item): Add inherited tags to the agenda line
24149         string, and make sure that properties are kept when downcasing the
24150         tags list.
24151         (org-agenda-add-inherited-tags): New function.
24152         (org-downcase-keep-props): New function.
24154         * org.el (org-scan-tags): Mark inherited tags with a text
24155         property.
24156         (org-get-tags-at): Mark inherited tags with a text property.
24157         (org-add-prop-inherited): New function.
24159         * org-agenda.el (org-agenda-add-inherited-tags): New function.
24160         (org-agenda-show-inherited-tags): New option.
24162 2008-12-07  Carsten Dominik  <carsten.dominik@gmail.com>
24164         * org.el (org-modules): Add org-w3m to the default modules.
24166         * org-table.el (orgtbl-self-insert-command): Make S-SPC work in
24167         orgtbl-mode.
24168         (orgtabl-create-or-convert-from-region): New command.
24170         * org-exp.el (org-export-as-ascii): Remove the handling of
24171         targets.
24172         (org-export-ascii-preprocess): Handle targets already in this
24173         function.
24175 2008-12-07  Carsten Dominik  <carsten.dominik@gmail.com>
24177         * org-timer.el (org-timer-start-time): Define this variable.
24178         (org-timer-item): Make argument optional.
24180         * org-list.el (org-insert-item): Automatically insert a timer item
24181         if the current list is a timer list.
24183         * org-timer.el: New file.
24185         * org-publish.el (org-publish-org-index): Only exclude the index
24186         file in the main directory from being added to the site-map.
24187         (org-publish-get-project-from-filename): If the current project is
24188         a component, start publishing from the parent project.
24190 2008-12-07  Carsten Dominik  <carsten.dominik@gmail.com>
24192         * org-table.el (orgtbl-ret): Fix RET at beginning-of-buffer.
24194         * org-publish.el (org-publish-org-index): Improve removal of
24195         temporary buffers.
24197 2008-11-24  Carsten Dominik  <carsten.dominik@gmail.com>
24199         * org-agenda.el (org-get-closed): Re-apply changes
24200         accidentially overwritten by last commit to Emacs.
24202         * org.el (org-outline-path-complete-in-steps): New option.
24203         (org-refile-get-location):
24204         Honor `org-outline-path-complete-in-steps'.
24205         (org-agenda-change-all-lines, org-tags-sparse-tree)
24206         (org-time-string-to-absolute, org-small-year-to-year)
24207         (org-link-escape): Re-apply changes accidentially overwritten
24208         by last commit to Emacs.
24210 2008-11-23  Carsten Dominik  <carsten.dominik@gmail.com>
24212         * org-clock.el (org-dblock-write:clocktable): Make sure the
24213         clocktable sees the first line.
24214         (org-clock-in): Warn if the clock cannot be resumed.
24216 2008-11-23  Carsten Dominik  <carsten.dominik@gmail.com>
24218         * org.el (org-open-at-point): Fix mixup about interactive and
24219         non-interactive elisp links.
24221 2008-11-23  Carsten Dominik  <carsten.dominik@gmail.com>
24223         * org-exp.el (org-export-preprocess-string): Allow one comment
24224         line before the first headline to always be included.  This is
24225         to not miss a commented target.
24227         * org-mouse.el (org-mouse-insert-item):
24228         Call `org-indent-to-column' instead of `indent-to', for XEmacs
24229         compatibility.
24231         * org.el (org-refile-targets): Fix customize definition so
24232         that it works also in XEmacs.
24233         (org-fixup-indentation): Call `org-indent-to-column' instead
24234         of `indent-to', for XEmacs compatibility.
24236 2008-11-23  Tokuya Kameshima  <kames@fa2.so-net.ne.jp>
24238         * org-mew.el (org-mew-store-link): Get the correct case folder
24239         for refiled messages.
24241 2008-11-23  Carsten Dominik  <carsten.dominik@gmail.com>
24243         * org-exp.el (org-export-as-ascii): Remove the "\\" forced
24244         line break indicators.
24246         * org.el (org-ido-completing-read): Remove the "i:" prefix for
24247         ido-completion propts.
24249 2008-11-23  Carsten Dominik  <carsten.dominik@gmail.com>
24251         * org-remember.el (org-remember-apply-template):
24252         Use `org-substring-no-properties'.
24254         * org-compat.el (org-substring-no-properties): New function.
24256         * org-remember.el (org-remember-apply-template):
24257         Use `org-substring-no-properties' for compatibility.
24259         * org-list.el (org-list-two-spaces-after-bullet-regexp):
24260         New option.
24261         (org-fix-bullet-type):
24262         Respect `org-list-two-spaces-after-bullet-regexp'.
24264         * org-clock.el (org-clock-load): Clean up the code.
24266         * org.el (org-adaptive-fill-function): Allow two spaces after
24267         "1." as a list bullet.
24269 2008-11-23  Carsten Dominik  <carsten.dominik@gmail.com>
24271         * org-clock.el (org-clock-save, org-clock-load): Check for
24272         live buffers, existing files, and buffer file names to ensure
24273         consistent information.
24274         (org-clock-persist): Make `clock' a special value of this
24275         variable, and improve docstring.
24277         * org-list.el (org-cycle-list-bullet, org-fix-bullet-type)
24278         (org-get-string-indentation): Adapt indentation when the bullet
24279         width changes.
24281 2008-11-23  Carsten Dominik  <carsten.dominik@gmail.com>
24283         * org-remember.el (org-remember-finalize): Make interactive.
24284         (org-remember-kill): New command.
24285         (org-remember-finish-immediately): Call `org-remember-finalize'
24286         directly.
24287         (org-remember-finalize): Make `org-remember-finalize' an interactive
24288         function.
24290 2008-11-23  Carsten Dominik  <carsten.dominik@gmail.com>
24292         * org-remember.el (org-remember-apply-template): No ido completion
24293         for free prompts in remember templates.
24294         (org-remember-before-finalize-hook): New hook.
24295         (org-remember-mode): New minor mode.
24296         (org-remember-apply-template): Turn on `org-remember-mode'.
24298         * org-remember.el (org-remember-apply-template): Fix the way how
24299         the list of allowed properties is retrieved from the target file.
24301         * org.el (org-insert-link): Improve file link matching.
24303 2008-11-23  Carsten Dominik  <carsten.dominik@gmail.com>
24305         * org-colview.el (org-columns-display-here): New argument
24306         DATELINE, to trigger using the new face.
24307         (org-agenda-colview-summarize): Call `org-columns-display-here'
24308         with the new argument.
24310         * org-faces.el (org-agenda-column-dateline): New face.
24312         * org-publish.el (org-publish-org-index): Use index-title at page
24313         title, not as section.
24315         * org-exp.el (org-export-html-format-desc): Respect the
24316         org-protect property.
24317         (org-export-as-html): Protect image specifiers that are in the
24318         description part of a link.
24320         * org.el (org-sort-entries-or-items, org-completing-read)
24321         (org-refile-get-location, org-olpath-completing-read, org-todo)
24322         (org-show-todo-tree, org-sparse-tree, org-make-tags-matcher)
24323         (org-set-tags, org-change-tag-in-region, org-fast-tag-selection)
24324         (org-set-property, org-delete-property)
24325         (org-delete-property-globally): Use `org-ido-completing-read'.
24327         * org-remember.el (org-remember-apply-template):
24328         Use `org-ido-completing-read'.
24330         * org-publish.el (org-publish): Use `org-ido-completing-read'.
24332         * org-colview.el (org-columns-edit-value, org-columns-new)
24333         (org-insert-columns-dblock): Use `org-ido-completing-read'.
24335         * org-attach.el (org-attach-delete-one, org-attach-open):
24336         Use `org-ido-completing-read'.
24338         * org-agenda.el (org-todo-list, org-agenda-filter-by-tag):
24339         Use `org-ido-completing-read'.
24341         * org.el (org-time-today): New function.
24342         (org-matcher-time): Use `org-time-today'.  Add special treatment
24343         for "<tomorrow>" and "<yesterday>".
24344         (org-ido-completing-read): New function.
24345         (org-completion-use-ido): New option.
24347         * org-exp.el (org-export-format-source-code): Fix bug in require
24348         htmlize code.
24349         (org-export-target-internal-links): Fix bug in search for text
24350         property.
24352 2008-11-23  Carsten Dominik  <carsten.dominik@gmail.com>
24354         * org-export-latex.el (org-export-latex-subcontent):
24355         Interpret target aliases as additional labels.
24357         * org-exp.el (org-export-target-aliases): New variable.
24358         (org-export-preprocess-string)
24359         (org-export-handle-invisible-targets): Fill the alias alist.
24360         (org-export-as-html): Remove the &nbsp; from the anchor, and also
24361         assign an id.
24362         (org-html-level-start): Insert the target aliases as additional
24363         anchors.
24365         * org.el (org-edit-fixed-width-region): Fix bug when starting a new
24366         picture area.
24368 2008-11-23  Carsten Dominik  <carsten.dominik@gmail.com>
24370         * org.el (org-open-at-mouse): Ensure correct link abbreviations
24371         when following a link with the mouse from the agenda.
24373         * org-exp.el (org-export-as-html): Avoid lone </div> when no
24374         headlines are created.
24376 2008-11-23  Carsten Dominik  <carsten.dominik@gmail.com>
24378         * org.el (org-link-translation-function): New option.
24379         (org-open-at-point): Call `org-link-translation-function' if
24380         non-nil.
24381         (org-translate-link): New function.
24382         (org-translate-link-from-planner): New function.
24383         (org-open-at-point): Allow interactive commands in elisp links.
24385         * org-exp.el (org-icalendar-cleanup-string): Restore the old
24386         iCalendar quoting.  The new one seems to caus problems with
24387         applications.
24389         * org.el (org-yank): Set `this-command' to `yank', so that
24390         `yank-pop' will work.
24392 2008-11-23  Carsten Dominik  <carsten.dominik@gmail.com>
24394         * org-exp.el (org-icalendar-cleanup-string): Improve RFC2455
24395         compliance as far as quoting is concerned.
24397         * org.el (org-link-expand-abbrev): Implement %h as an escape for a
24398         hexified version of the tag.
24400         * org-vm.el (org-vm-follow-link): Require `vm-search'.
24402         * org.el (org-up-heading-safe, org-forward-same-level):
24403         Always call `org-back-to-heading' instead of `outline-back-to-heading'.
24404         (org-back-to-heading): New wrapper around outline-back-to-heading,
24405         with a useful error message telling where the error happened.
24407         * org-list.el (org-update-checkbox-count): Always call
24408         `org-back-to-heading' instead of `outline-back-to-heading'.
24410         * org-exp.el (org-export-as-html): Make sure that each <img> tag
24411         has an `alt' attribute, to ensure XHTML validation.
24413 2008-11-23  Carsten Dominik  <carsten.dominik@gmail.com>
24415         * org-publish.el (org-publish-attachment): Allow publishing to
24416         overwrite attachment files.
24418         * org-agenda.el (org-agenda-timerange-leaders): New option.
24419         (org-agenda-get-blocks): Use `org-agenda-timerange-leaders'.
24421         * org.el (org-edit-src-exit): Untabify ASCII image before
24422         returning.
24424 2008-11-19  Glenn Morris  <rgm@gnu.org>
24426         * org.el, org-mouse.el (org-agenda-change-all-lines):
24427         Fix declaration.
24429 2008-11-18  Carsten Dominik  <dominik@science.uva.nl>
24431         * org.el ("speedbar"): Only show context if the file really is an
24432         org-mode buffer.
24434 2008-11-17  Juanma Barranquero  <lekktu@gmail.com>
24436         * org.el (org-time-string-to-absolute, org-small-year-to-year)
24437         (org-tags-sparse-tree): Fix typos in docstrings.
24439 2008-11-15  Carsten Dominik  <dominik@science.uva.nl>
24441         * org-publish.el (org-publish-attachment): Allow copy-file to
24442         overwrite files.
24444 2008-11-13  Glenn Morris  <rgm@gnu.org>
24446         * org-agenda.el (org-get-closed): Fix alias.
24448 2008-11-12  Juanma Barranquero  <lekktu@gmail.com>
24450         * org.el (org-link-escape): Fix typo in docstring.
24452 2008-11-12  Carsten Dominik  <carsten.dominik@gmail.com>
24454         * org.el (org-yank): Make any prefix force normal yanking.
24455         Suppress folding if text would be swallowed into a folded
24456         subtree.
24457         (org-yank-folded-subtrees, org-yank): Docstring updates.
24459         * org-agenda.el (org-agenda-compare-effort): Treat no effort
24460         defined as 0.
24462         * org-exp.el (org-export-language-setup): Add Catalan and
24463         Esperanto language entries.
24465 2008-11-12  Carsten Dominik  <carsten.dominik@gmail.com>
24467         * org.el (org-refile): Allow refiling of entire regions.
24469         * org-clock.el (org-clock-time%): New function.
24471         * org.el (org-entry-get, org-entry-delete): Use safer regexps to
24472         retrieve property values.
24474 2008-11-12  Carsten Dominik  <carsten.dominik@gmail.com>
24476         * org-agenda.el (org-agenda-list): Handle the value `only' of
24477         org-agenda-show-log'.
24478         (org-agenda-log-mode): Interpret a double prefix arg.
24480 2008-11-12  Carsten Dominik  <carsten.dominik@gmail.com>
24482         * org-exp.el (org-export-html-footnotes-section): New variable.
24483         (org-export-as-html): Use `org-export-html-footnotes-section' to
24484         insert the footnotes.
24485         (org-export-language-setup): Add "Footnotes" to language words.
24487 2008-11-12  Carsten Dominik  <carsten.dominik@gmail.com>
24489         * org.el (org-yank): Fix bug when not inserting a subtree.
24491 2008-11-12  Carsten Dominik  <carsten.dominik@gmail.com>
24493         * org-vm.el (org-vm-follow-link): Call `vm-preview-current-message'
24494         instead of `vm-beginning-of-message'.
24496         * org.el (org-make-link-regexps): Make sure that links to gnus can
24497         contain brackets.
24499 2008-11-12  Carsten Dominik  <carsten.dominik@gmail.com>
24501         * org-attach.el (org-attach-dir): Remove duplicate ID creation
24502         code.
24504         * org-id.el (org-id-new): Use `org-trim' to extract the uuid from
24505         shell output.
24507         * org.el (org-link-abbrev-alist): Improve customization type.
24509         * org-attach.el (org-attach-expand-link, org-attach-expand):
24510         New functions.
24512         * org-agenda.el (org-agenda-get-progress): Rename from
24513         `org-get-closed'.  Implement searching for state changes as well.
24514         (org-agenda-log-mode-items): New option.
24515         (org-agenda-log-mode): New option prefix argument, interpreted as
24516         request to show all possible progress info.
24517         (org-agenda-get-day-entries): Call `org-get-progress' instead of
24518         `org-get-closed'.
24519         (org-agenda-set-mode-name): Handle the more complex log mode
24520         settings.
24521         (org-get-closed): New alias, pointing to `org-get-progress'.
24523 2008-11-12  Carsten Dominik  <dominik@science.uva.nl>
24525         * org.el (org-file-apps-defaults-gnu)
24526         (org-file-apps-defaults-macosx)
24527         (org-file-apps-defaults-windowsnt): Add an entry defining the
24528         system command.
24529         (org-file-apps): Allow `system' as key and value.
24530         (org-open-at-point): Explain the effect of a double prefix arg.
24531         (org-open-file): If the argument `in-emacs' is (16),
24532         i.e. corresponding to a double prefix argument, try to open the
24533         file externally.
24535 2008-11-12  Carsten Dominik  <dominik@science.uva.nl>
24537         * org.el (org-insert-link): Abbreviate absolute files names in
24538         links.  Also, fix a bug in which the double C-u prefix would not
24539         be honored.
24541 2008-11-12  Carsten Dominik  <dominik@science.uva.nl>
24543         * org.el (org-insert-heading): If buffer does not end with a
24544         newline, add one if necessary to insert headline correctly.
24546         * org-exp.el (org-export-as-html): Make sure that <hr/> is between
24547         paragraphs, not inside.
24549         * org.el (org-todo):
24550         Quote `org-agenda-headline-snapshot-before-repeat'.
24552         * org-exp.el (org-export-as-html): Fully process link descriptions.
24553         (org-export-html-format-desc): New function.
24554         (org-export-as-html): Collect footnotes into the correct basket.
24555         (org-html-protect): No longer protect quotations marks here, this
24556         goes wrong.
24558         * org-agenda.el (org-agenda-remove-marked-text): Bind variable
24559         BEG.
24561         * org-compat.el (org-fit-window-to-buffer): New function (not
24562         really, a preliminary and incomplete version was present earlier,
24563         but not used).
24565         * org.el (org-fast-todo-selection, org-fast-tag-selection):
24566         Use `org-fit-window-to-buffer'.
24568         * org-exp.el (org-export): Use `org-fit-window-to-buffer'.
24570         * org-agenda.el (org-agenda-get-restriction-and-command)
24571         (org-fit-agenda-window, org-agenda-convert-date):
24572         Use `org-fit-window-to-buffer'.
24574         * org-exp.el (org-export-as-html): Process href links through
24575         `org-export-html-format-href'.
24576         (org-export-html-format-href): New function.
24578         * org-agenda.el (org-agenda-todo): Update only the current
24579         headline if this is a repeated TODO, marked done for today.
24580         (org-agenda-change-all-lines): New argument JUST-THIS, to change
24581         only the current line.
24583         * org.el (org-todo): Take a snapshot of the headline if the
24584         repeater might change it.
24586 2008-11-12  Carsten Dominik  <dominik@science.uva.nl>
24588         * org-publish.el (org-publish-find-title): Remove buffers visited
24589         only for extracting the title.
24591         * org-exp.el (org-export-html-style)
24592         (org-export-html-style-default): Mark style definitions as
24593         unparsed CDATA.
24595         * org-publish.el (org-publish-validate-link):
24596         Function re-introduced.
24598 2008-11-12  Charles Sebold  <csebold@gmail.com>
24600         * org-plot.el (org-plot/add-options-to-plist): Supports timefmt
24601         property.
24602         (org-plot-quote-timestamp-field): New function.
24603         (org-plot-quote-tsv-field): Call timestamp field function when
24604         necessary rather than just quoting as a string.
24605         (org-plot/gnuplot-to-data): Pass in timefmt property.
24606         (org-plot/gnuplot-script): Supports timefmt property.
24607         (org-plot/gnuplot): Checks for timestamp column before checking
24608         for text index column.
24610 2008-11-12  Carsten Dominik  <dominik@science.uva.nl>
24612         * org.el (org-insert-heading): Improve behavior with hidden subtrees.
24614         * org-publish.el (org-publish-org-index): Create a section in the
24615         index file.
24616         (org-publish-org-index): Stop linking to directories.
24618         * org.el (org-emphasis-alist): Use span instead of <u> to
24619         underline text.
24621         * org-exp.el (org-export-as-html): Make sure <p> is closed before
24622         <pre> sections.
24624 2008-11-12  Sebastian Rose  <sebastian_rose@gmx.de>
24626         * org-jsinfo.el (org-infojs-template): Remove language attribute
24627         from script tag.
24629 2008-11-12  Carsten Dominik  <dominik@science.uva.nl>
24631         * org-agenda.el (org-agenda-remove-marked-text): New function.
24632         (org-agenda-mark-filtered-text)
24633         (org-agenda-unmark-filtered-text): New functions.
24634         (org-write-agenda): Remove filtered text.
24636         * org.el (org-make-tags-matcher): Give access to TODO "property"
24637         without speed penalty.
24639 2008-11-12  Carsten Dominik  <dominik@science.uva.nl>
24641         * org.el (org-link-frame-setup): Add `org-gnus-no-new-news' as an
24642         option.
24643         (org-store-link-props): Make sure adding to the plist works
24644         correctly.
24646         * org-gnus.el (org-gnus-no-new-news): New function.
24647         (org-gnus-follow-link): Allow the article ID to be a message-id,
24648         in addition to allowing article numbers.  Message IDs make much
24649         more roubust links.
24650         (org-gnus-store-link): Use message-id to create link.
24652 2008-11-12  Carsten Dominik  <dominik@science.uva.nl>
24654         * org.el (org-emphasize): Reverse the selection array.
24655         (org-emphasis-alist): Set <code> tags for the verbatim
24656         environment.
24658         * org-remember.el (org-remember-handler): Fix bug with
24659         prefix-related changing of the note storage target.
24661         * org-exp.el (org-print-icalendar-entries): Make the exported
24662         priorities compatible with RFC 2445.
24664         * org-clock.el (org-clock-save): Insert time stamp without
24665         dependence on time-stamp.el.
24667 2008-11-12  Carsten Dominik  <dominik@science.uva.nl>
24669         * org.el ("saveplace"): If saveplace puts point into an invisible
24670         location, make it visible.
24671         (org-make-tags-matcher): Allow inactive time stamps in time
24672         comparisons.
24673         (org-yank-adjusted-subtrees): New option.
24674         (org-yank): Incorporate adjusting trees.
24675         (org-paste-subtree): New argument FOR-YANK which will cause
24676         insertion at point without backing up over white lines, and leave
24677         point at the end of the inserted text.  Also if the cursor is
24678         at the beginning of a headline, use the same level or the inserted
24679         tree.
24681         * org-publish.el (org-publish-get-base-files-1): Deal correctly
24682         with broken symlinks.
24684 2008-11-12  Carsten Dominik  <dominik@science.uva.nl>
24686         * org-exp.el (org-export-select-tags, org-get-current-options):
24687         Fix typo.
24689 2008-11-06  Glenn Morris  <rgm@gnu.org>
24691         * org-publish.el (org-publish-attachment): Use copy-file rather than
24692         eshell/cp.
24694 2008-11-04  Juanma Barranquero  <lekktu@gmail.com>
24696         * org.el (org-columns-modify-value-for-display-function):
24697         * org-table.el (org-table-convert-region): Fix typos in docstrings.
24699 2008-10-28  Glenn Morris  <rgm@gnu.org>
24701         * org-agenda.el (org-agenda-align-tags): Replace use of cl `adjoin'.
24703         * org-list.el (outline-next-heading, outline-back-to-heading):
24704         Fix declarations.
24706 2008-10-26  Carsten Dominik  <dominik@science.uva.nl>
24708         * org-agenda.el (org-format-agenda-item)
24709         (org-agenda-filter-make-matcher): Make sure tags are stored and
24710         compared downcased.
24712 2008-10-26  Carsten Dominik  <dominik@science.uva.nl>
24714         * org.el (org-insert-todo-heading): Fix bug with force-heading
24715         argument.
24717 2008-10-26  Carsten Dominik  <dominik@science.uva.nl>
24719         * org-exp.el (org-export-as-ascii): Handle the case that we are
24720         bulishing from an indirect buffer.
24722         * org-table.el (org-table-copy-down): Fix bug with time stamp
24723         increment.
24725         * org-mouse.el (org-mouse-features): New option.
24726         (org-mode-hook): Turn on features depending on
24727         `org-mouse-features'.
24729         * org.el (org-insert-heading-respect-content): Force heading
24730         creation.
24731         (org-insert-heading): Keep the folding state of the heading before
24732         the inserted one.
24734 2008-10-26  Carsten Dominik  <dominik@science.uva.nl>
24736         * org-archive.el (org-archive-to-archive-sibling): Handle top
24737         level headlines better.
24739 2008-10-26  Bastien Guerry  <bzg@gnu.org>
24741         * org-export-latex.el (org-export-latex-classes):
24742         Add \usepackage{graphicx} to the default list of packages.
24744 2008-10-26  Carsten Dominik  <dominik@science.uva.nl>
24746         * org-agenda.el (org-agenda-filter): Rename from
24747         `org-agenda-filter-tags'.
24749 2008-10-26  Carsten Dominik  <dominik@science.uva.nl>
24751         * org.el (org-entry-properties): Add CATEGORY property, iven if it
24752         is not defined as a property in this entry.
24753         (org-add-log-note): Mask prefix argument when immediately storing
24754         the note.
24756         * org-agenda.el (org-agenda-filter-effort-default-operator):
24757         New option.
24759 2008-10-26  James TD Smith  <ahktenzero@mohorovi.cc>
24761         * org.el (org-add-log-setup): Bugfix; code to find insertion point
24762         after drawers was skipping ahead one line too many, so notes were
24763         inserted after the first note instead of before it.
24765 2008-10-26  Carsten Dominik  <dominik@science.uva.nl>
24767         * org-agenda.el (org-agenda-filter-tags, org-agenda-filter-form):
24768         New variables.
24769         (org-prepare-agenda): Reset the filter tags.
24770         (org-agenda-filter-by-tag, org-agenda-filter-by-tag-show-all):
24771         Show filter tags in mode line.
24773         * org-table.el (orgtbl-to-html): Bind `html-table-tag' for the
24774         formatter.
24776         * org-export-latex.el (org-latex-entities-regexp): New constant.
24777         (org-export-as-pdf): Use two calls to `shell-command'.
24779 2008-10-26  Carsten Dominik  <dominik@science.uva.nl>
24781         * org-export-latex.el (org-export-latex-treat-sub-super-char):
24782         Honor the {} value of the subsuperscript setting.  Make sure that
24783         longer subsuperscripts are typeset in a roman font.
24785         * org.el (org-clock-update-time-maybe): Compute negative clock
24786         intervals correctly.
24788 2008-10-26  Carsten Dominik  <dominik@science.uva.nl>
24790         * org.el (org-add-log-setup):
24791         Respect `org-log-state-notes-insert-after-drawers'.
24792         (org-log-state-notes-insert-after-drawers): New option.
24793         (org-todo-trigger-tag-changes): New function.
24794         (org-todo): Call `org-todo-trigger-tag-changes'.
24796 2008-10-26  James TD Smith  <ahktenzero@mohorovi.cc>
24798         * org.el (org-add-log-setup): Only skip drawers if they are
24799         immediately after the scheduling keywords.
24801         * org-clock.el (org-clock-in-switch-to-state): Allow this to be a
24802         function.
24803         (org-clock-in): If `org-clock-in-switch-to-state' is a function,
24804         call it with the current todo state to get the state to switch to
24805         when clocking in.
24806         (org-clock-in): Use org-indent-line-function to indent clock lines.
24807         (org-clock-find-position): Fix indentation of empty clock drawers.
24809 2008-10-26  Carsten Dominik  <dominik@science.uva.nl>
24811         * org-publish.el (org-publish-org-to): Handle case when
24812         org-export-to-pdf does return a file name, not a buffer.
24813         (org-publish-org-to-pdf): New function.
24815         * org-export-latex.el (org-export-as-pdf)
24816         (org-export-as-pdf-and-open): New commands.
24818         * org-table.el (org-table-eval-formula): Avoid parsing Calc's HMS
24819         forms as ranges.
24821         * org-export-latex.el (org-export-latex-lists): Ignore lists-like
24822         things in protexted regions.
24824 2008-10-26  Carsten Dominik  <dominik@science.uva.nl>
24826         * org-export-latex.el (org-export-latex-preprocess):
24827         Improve quoting of LaTeX environments.
24829 2008-10-19  Eli Zaretskii  <eliz@gnu.org>
24831         * org.el (org-default-notes-file):
24832         * org-publish.el (org-publish-timestamp-directory):
24833         * org-id.el (org-id-locations-file): Run file names that begin
24834         with a period thru `convert-standard-filename'.
24836 2008-10-12  Carsten Dominik  <dominik@science.uva.nl>
24838         * org-plot.el: Switch coding system to unix.
24840 2008-10-12  John Wiegley  <johnw@newartisans.com>
24842         * org-attach.el: New file.
24844 2008-10-12  Carsten Dominik  <carsten.dominik@gmail.com>
24846         * org.el (org-edit-fixed-width-region): Exclude final newline from
24847         picture area.
24849         * org-export-latex.el (org-export-latex-subcontent): Add labels to
24850         sections, to make internal links work.
24851         (org-export-latex-fontify-headline): Do not remove all text
24852         properties, to make sure that target properties survive this
24853         process.
24855         * org-exp.el (org-export-preprocess-string): Change sequence of
24856         modifications, to make sure links are prepared before the LaTeX
24857         conversions do happen.
24859         * org-attach.el (org-attach-delete-all): Rename from
24860         `org-attch-delete'.  Add a security query before deleting the
24861         entire directory.  New optional argument FORCE can overrule the
24862         security query.
24863         (org-attach-delete-one): New command.
24865         * org-attach.el (org-attach-file-list): Fix bug with directory.
24867         * org.el (org-apps-regexp-alist): New function.
24868         (org-file-apps): Add auto-mode to the default value.
24869         (org-open-file): Use the new structure of org-file-apps.
24871         * org-attach.el (org-attach): Support the new keys.
24872         (org-attach-method): New option.
24874         * org-bbdb.el (org-bbdb-anniversaries): Fix but with 29 Feb/1
24875         March.
24877         * org.el (org-remove-uniherited-tags): Fix reverse interpretation
24878         of the list value o `org-use-tag-inheritance'.
24880         * org-attach.el (org-attach-auto-tag): New option.
24881         (org-attach-tag, org-attach-untag): New functions.
24882         (org-attach-attach, org-attach-new, org-attach-sync):
24883         Call `org-attach-tag'.
24884         (org-attach-delete): Call `org-attach-untag'.
24886         * org-table.el (orgtbl-self-insert-command): Make this work for
24887         the keypad as well.
24889         * org.el (org-add-log-setup): Limit searc for drawers to entry
24890         text, not to subtree.
24892         * org-clock.el (org-clock-heading-for-remember): New variable.
24893         (org-clock-in): Set `org-clock-heading-for-remember'.
24895 2008-10-12  James TD Smith  <ahktenzero@mohorovi.cc>
24897         * org-remember.el (org-remember-apply-template): Add new
24898         expansions: %k, %K for currently clocked task and a link to the
24899         currently clocked task, and %< to file notes in the currently
24900         clocked task.
24902 2008-10-12  Carsten Dominik  <dominik@science.uva.nl>
24904         * org-export-latex.el (org-export-latex-make-header): Also insert
24905         the content of the property :latex-header-extra.
24907         * org-exp.el (org-infile-export-plist): Put the content of
24908         #+LATEX_HEADER: into the property :latex-header-extra.
24910         * org-colview.el (org-columns-get-format-and-top-level):
24911         Remove resetting the marker.
24913         * org.el (org-entry-property-inherited-from): Improve docstring.
24914         (org-entry-get-with-inheritance): Reset marker before starting the
24915         search.
24917         * org-exp.el (org-infile-export-plist): Allow multiple STYLE lines.
24919         * org.el (org-entry-get-multivalued-property)
24920         (org-entry-protect-space, org-entry-restore-space):
24921         New functions.
24922         (org-file-apps-defaults-macosx): Let PostScript files be opened by
24923         preview.
24924         (org-time-stamp-inactive): Call `org-time-stamp'.
24925         (org-time-stamp): New argument `inactive'.  Also edit inactive
24926         stamps.  Convert time stamp type.
24927         (org-open-file): Interpret the `default' value for the `command'
24928         in `org-file-apps'.
24930         * org-id.el (org-id-int-to-b36-one-digit)
24931         (org-id-b36-to-int-one-digit, org-id-int-to-b36)
24932         (org-id-b36-to-int, org-id-time-to-b36): Modify from b62 to
24933         b36.
24935         * org-id.el (org-id-reverse-string): New function.
24936         (org-id-new): Use `org-id-reverse-string' to make sure the
24937         beginning chars of the ID are mutating fast.  This allows to use a
24938         directory structure to spread things better.
24939         (org-id-prefix): Change default to nil.
24941         * org-list.el (org-move-item-down, org-move-item-up): Remember and
24942         restore the column of the cursor position.
24944         * org-remember.el (org-remember-apply-template): Remove properties
24945         from `initial'.
24947         * org-wl.el (org-wl-open): Remove useless call to
24948         `wl-thread-open-all'.
24950         * org-remember.el (org-remember-handler): Fix bug with `bottom'
24951         location.
24953         * org-bbdb.el (org-bbdb-anniversaries): Require bbdb in
24954         `org-bbdb-anniversaries'.
24956         * org.el (org-get-next-sibling, org-forward-same-level):
24957         New functions, similar to the outline versions, but invisible headings
24958         are OK.
24960 2008-10-12  Bastien Guerry  <bzg@gnu.org>
24962         * org.el (org-auto-repeat-maybe): Insert a space between
24963         the timestamp's type and the timestamp itself.
24965 2008-10-12  Carsten Dominik  <dominik@science.uva.nl>
24967         * org-table.el (org-table-sum): Do not format the result with %g,
24968         it does rounding when there are too many digits.
24970         * org.el (org-map-entries): Protect the keyword-selecting variables.
24972 2008-10-12  Bastien Guerry  <bzg@gnu.org>
24974         * org-agenda.el (org-agenda-to-appt): Make sure the function check
24975         against all agenda files.
24977 2008-10-12  Carsten Dominik  <dominik@science.uva.nl>
24978             Bastien Guerry  <bzg@gnu.org>
24980         * org-list.el: New file, aggregating list functions from org.el
24981         and org-export-latex.el.
24983 2008-10-12  Carsten Dominik  <dominik@science.uva.nl>
24985         * org.el (org-edit-src-region-extra): New option.
24987         * org-agenda.el (org-agenda-to-appt): Fix bug with appointment
24988         time before 1am.
24990 2008-10-12  Bastien Guerry  <bzg@gnu.org>
24992         * org-export-latex.el (org-export-latex-keywords-maybe): Bug fix.
24994 2008-10-12  James TD Smith  <ahktenzero@mohorovi.cc>
24996         * org-plot.el (org-plot/gnuplot): Make tables starting with a
24997         hline work correctly.
24998         (org-plot/gnuplot-script): Put commas at the end of each script
24999         line.
25001         * org.el (org-get-refile-targets): Replace links with their
25002         descriptions.
25003         (org-imenu-get-tree): Replace links with their descriptions.
25005         * org-remember.el (org-remember-apply-template): Add a new
25006         expansion for adding properties to remember items.
25008         * org.el (org-add-log-setup): Skip over drawers (properties,
25009         clocks etc) when adding notes.
25011         * org-agenda.el (org-agenda-get-closed): Show durations of clocked
25012         items as well as the start and end times.
25014         * org-compat.el (org-get-x-clipboard-compat): Add a compat
25015         function for fetching the X clipboard on XEmacs and GNU Emacs 21.
25017         * org-remember.el (org-get-x-clipboard): Use the compat
25018         function to get clipboard values when x-selection-value is
25019         unavailable.  Use substring-no-properties instead of
25020         set-text-properties to remove text properties from the clipboard
25021         value.
25023         * org-clock.el (org-update-mode-line): Support limiting the
25024         modeline clock string, and display the full todo value in the
25025         tooltip.  Set a local keymap so mouse-3 on the clock string goes to
25026         the currently clocked task.
25027         (org-clock-string-limit): Add a custom value for the maximum
25028         length of the clock string in the modeline.
25029         (org-clock-mode-map): Add a keymap for the modeline string.
25031 2008-10-12  Carsten Dominik  <dominik@science.uva.nl>
25033         * org-compat.el (org-propertize): New function.
25035 2008-10-12  Bastien Guerry  <bzg@gnu.org>
25037         * org-export-latex.el (org-export-latex-tables): Protect exported
25038         tables from further special chars conversion.
25039         (org-export-latex-preprocess): Preserve LaTeX environments.
25040         (org-list-parse-list): Parse descriptive lists.
25041         (org-list-to-generic, org-list-to-latex, org-list-to-html)
25042         (org-list-to-texinfo): Export descriptive lists.
25043         (org-quote-chars): Remove.
25044         (org-export-latex-keywords-maybe): Use `replace-regexp-in-string'.
25045         (org-export-latex-list-beginning-re): Rename to
25046         `org-list-beginning-re'.
25047         (org-list-item-begin): Rename to `org-list-item-beginning'.
25049 2008-10-12  Eric Schulte  <schulte.eric@gmail.com>
25051         * org-plot.el: New file.
25053 2008-10-12  Carsten Dominik  <dominik@science.uva.nl>
25055         * org.el (org-refile): Allow refiling to the last entry in the
25056         buffer.
25057         (org-get-tags-at): Fix bug when inheritance is turned off.
25059         * org.el (org-indent-line-function): No longer check for src
25060         regions, this is too much overhead.
25062         * org-agenda.el (org-agenda-highlight-todo): Fix bugs with keyword
25063         matching.
25065         * org.el (org-scan-tags): Make sure that tags matching is not case
25066         sensitive.  TODO keyword matching is case sensitive, however, to
25067         avoid confusion with similar words that are not meant to be
25068         keywords.
25070         * org.el (org-get-local-tags-at): New function.
25071         (org-get-local-tags): New function.
25073         * org-exp.el (org-export-get-categories): New function.
25075         * org-agenda.el (org-sorting-choice)
25076         (org-agenda-sorting-strategy, org-agenda-get-todos)
25077         (org-agenda-get-timestamps, org-agenda-get-deadlines)
25078         (org-agenda-get-scheduled, org-agenda-get-blocks)
25079         (org-entries-lessp): Implement sorting by TODO state.
25080         (org-cmp-todo-state): New defsubst.
25082         * org-colview.el (org-colview-construct-allowed-dates):
25083         New function.
25084         (org-columns-next-allowed-value):
25085         Use `org-colview-construct-allowed-dates'.
25087         * org.el (org-protect-slash): New function.
25088         (org-get-refile-targets): Use `org-protect-slash'.
25090         * org-agenda.el (org-global-tags-completion-table): New variable.
25092         * org-exp.el (org-export-handle-export-tags): New function.
25093         (org-export-preprocess-string):
25094         Call `org-export-handle-export-tags'.
25096         * org-publish.el (org-publish-expand-components): Function removed.
25097         (org-publish-expand-projects): Allow components to have components.
25099         * org.el (org-indent-line-function): Do not indent in regions that
25100         are external source code.
25101         (org-yank-and-fold-if-subtree): New function.
25103         * org-agenda.el (org-agenda-todayp): New function.
25104         (org-agenda-get-deadlines, org-agenda-get-scheduled):
25105         Use `org-agenda-todayp'.
25107         * org.el (org-insert-heading-respect-content)
25108         (org-insert-todo-heading-respect-content): New commands.
25109         (org-insert-heading-respect-content): New option.
25110         (org-insert-heading): Respect `org-insert-heading-respect-content'.
25112         * org-clock.el (org-clock-find-position): Make sure the note after
25113         the clock line gets moved into the new clock drawer.
25115         * org-id.el (org-id-new): New option.
25117         * org-table.el (org-table-copy-down): Avoid overflow during
25118         increment.  Use prefix argument 0 to temporarily disable the
25119         increment.
25121         * org-exp.el (org-export-as-html): Do not turn on the major mode
25122         if the buffer will be killed anyway.
25123         (org-get-current-options): Exclude the #+TEXT field.
25124         (org-export-as-html): Make sure text before the first headline is
25125         a paragraph.
25127         * org-publish.el (org-publish-org-to): Tell the exporter that this
25128         buffer will be killed, so it is not necessary to do major mode
25129         initialization.
25131         * org-archive.el (org-archive-to-archive-sibling): Show empty
25132         lines after folding the archive sibling.
25134         * org.el (org-log-note-extra): New variable.
25136 2008-10-12  Bastien Guerry  <bzg@gnu.org>
25138         * org.el (org-additional-option-like-keywords): Add keywords for
25139         the _QUOTE, _VERSE and _SRC environments.
25141         * org-export-latex.el (org-export-latex-preprocess): Fix bug when
25142         exporting _QUOTE and _VERSE environments.
25144 2008-10-12  Carsten Dominik  <dominik@science.uva.nl>
25146         * org-agenda.el (org-agenda-filter-by-tag): New command.
25148         * org-exp.el (org-get-current-options): Remove angular brackets
25149         from the date entry.
25151         * org.el (org-edit-fixed-width-region): New function.
25152         (org-edit-fixed-width-region): Also try
25153         `org-edit-fixed-width-region'.
25154         (org-edit-fixed-width-region-mode): New option.
25155         (org-activate-code): Only interpret lines starting with colon
25156         plus a space as example lines.
25158         * org-remember.el (org-remember-templates): Add nil instead of
25159         empty strings to fix the length of remember templates.
25161         * org-table.el (org-calc-default-modes): Fix the time format for
25162         calc, from 12 hour to 24 hour clock.
25164         * org-agenda.el (org-agenda-get-deadlines)
25165         (org-agenda-get-scheduled): Avoid `time-of-day' extraction for
25166         entries that are pre-warnings of deadlines or reminders.
25168         * org.el (org-sort-entries-or-items): Make numeric and alpha
25169         comparisons ignore any TODO keyword and priority cookie.
25171         * org-remember.el (org-remember-handler): Reinterpretation of the
25172         prefix argument.
25174         * org-agenda.el (org-agenda-get-scheduled): Use new
25175         `org-scheduled' face.
25177         * org-faces.el (org-scheduled): New face.
25179         * org-wl.el (org-wl-open): Remove incorrect declaration.
25181         * org-gnus.el (org-gnus-store-link): Support for :to information
25182         in gnus links.
25184         * org-exp.el (org-export-as-html): Fix typo in creator
25185         information.
25186         (org-export-protect-examples): New parameter indent.  Insert extra
25187         spaces only when this parameter is specified.
25188         (org-export-preprocess-string): Call `org-export-protect-examples'
25189         with an indentation parameter when exporting to ASCII.
25191         * org-remember.el (org-remember-templates)
25192         (org-remember-apply-template): Allow the file component to be a
25193         function.
25195         * org.el (org-goto-local-search-headings): Rename from
25196         `org-goto-local-search-forward-headings'.  Added the possibility
25197         to search backwards.
25199         * org-export-latex.el (org-export-latex): New customization
25200         group.
25202         * org-agenda.el (org-write-agenda): Erase buffer for txt export.
25204         * org-exp.el (org-html-do-expand): Allow {} to terminate
25205         tex macro.
25207         * org.el (org-buffer-list): Select buffers based on major mode,
25208         not on file name.
25210         * org-agenda.el (org-agenda-align-tags): Fix bug with malformed
25211         face property.
25213         * org-colview.el (org-columns-display-here):
25214         Use `org-columns-modify-value-for-display-function'.
25216         * org.el (org-columns-modify-value-for-display-function): New option.
25218         * org-publish.el (org-publish-file): Make sure the directory match
25219         for the publishing directory works correctly.
25221         * org-agenda.el (org-agenda-execute-calendar-command)
25222         (org-agenda-diary-entry): Additional optional argument.
25224 2008-07-24  Carsten Dominik  <dominik@science.uva.nl>
25226         * org-exp.el (org-export-as-html): Add attributes also in mailto
25227         and ftp links.
25229         * org.el (org-autoload): Add `org-dblock-write:columnview'.
25231 2008-08-11  Glenn Morris  <rgm@gnu.org>
25233         * org-mac-message.el (do-applescript): Fix declaration.
25235 2008-08-10  Glenn Morris  <rgm@gnu.org>
25237         * org-exp.el (org-export-as-html): Let-bind `i'.
25239         * org.el (org-renumber-ordered-list): Fix bob/bobp typo.
25240         (org-extract-attributes): Let-bind `key', `value'.
25241         (org-make-tags-matcher): Let-bind `time-p'.
25243 2008-07-27  Carsten Dominik  <dominik@science.uva.nl>
25245         * org-install.el: New file.
25247 2008-07-26  Carsten Dominik  <dominik@science.uva.nl>
25249         * org-exp.el (org-export-html-style)
25250         (org-export-html-style-extra): Declare as safe-local-variable.
25252 2008-07-25  Carsten Dominik  <dominik@science.uva.nl>
25254         * org-publish.el (org-publish-file): Use the true name of the
25255         file.
25257         * org-jsinfo.el (org-infojs-handle-options): Use :style-extra
25258         instead of :style.
25260         * org-exp.el (org-export-plist-vars)
25261         (org-export-add-options-to-plist): Handle creator setting flag.
25262         (org-export-as-html): Handle attributes also for ftp and mailto
25263         links.
25265         * org-agenda.el (org-agenda-diary-entry)
25266         (org-agenda-execute-calendar-command): Cater for the second
25267         argument of `calendar-cursor-to-date'.
25269 2008-07-24  Carsten Dominik  <dominik@science.uva.nl>
25271         * org-exp.el (org-export-region-as-html, org-export-as-html):
25272         Make sure that calls from `org-export-region-as-html' do not do the
25273         special check for a subtree.
25275         * org-agenda.el (org-batch-store-agenda-views): Fix parsing bug.
25277         * org.el (org-open-file):
25278         Use `org-open-directory-means-index-dot-org'.
25279         (org-open-directory-means-index-dot-org): New option.
25281         * org.el (org-make-link-string): Remove link attributes from
25282         description.
25283         (org-open-at-point): Remove link attributes before using the path.
25285         * org-exp.el (org-export-as-html): Handle link attributes.
25287         * org.el (org-extract-attributes, org-attributes-to-string): New functions.
25289         * org-table.el (org-table-to-lisp): New function.
25291         * org.el (org-narrow-to-subtree): Do not include the final newline
25292         into the narrowed region.
25294         * org-agenda.el (org-agenda-custom-commands-local-options):
25295         Fix bug with user-define skipping condition.
25297         * org-agenda.el (org-agenda-get-restriction-and-command): Fix typo.
25299         * org-exp.el (org-export-html-style-default): Automatic overflow
25300         handling for pre fields.
25301         (org-export-as-ascii, org-export-as-html): Change default format
25302         for time stamp.
25304         * org-table.el (org-table-export): Offer completion for translator
25305         functions, and do not require a heading above the table.
25307         * org.el (org-renumber-ordered-list, org-beginning-of-item-list):
25308         Cater for the case of a list starting in the first line of the
25309         buffer.
25311         * org-publish.el (org-publish-find-title): Bug fix.
25312         (org-publish-org-index): Implement new :index-style option.
25314         * org-publish.el (org-publish-timestamp-filename):
25315         Use SHA1-encoded file names in the timestamp directory.
25317         * org-publish.el (org-publish-needed-p): Be verbose about files
25318         published and files skipped.
25320         * org-exp.el (org-export-preprocess-string): Swap link
25321         normalization and internal link targeting.
25323         * org-publish.el (org-publish-needed-p): Create timestamp
25324         directory when it does not exist.
25326         * org-clock.el (org-clock-out-when-done): Doc fix.
25328         * org.el (org-agenda-skip-unavailable-files): Doc fix.
25330         * org-exp.el (org-export-remove-comment-blocks-and-subtrees):
25331         Ignore case when searching for the COMMENT cookie at export time.
25333         * org-exp.el (org-get-file-contents)
25334         (org-get-and-remove-property): New functions.
25335         (org-export-handle-include-files): Handle the new prefix options.
25336         (org-export-as-html): Fix the verse environment.
25338         * org.el (org-time=, org-time<, org-time<=, org-time>)
25339         (org-time>=, org-time<>, org-2ft): New functions.
25340         (org-op-to-function): Also provide for the time testing functions.
25342         * org-exp.el (org-export-html-style-default): New constant.
25344         * org-exp.el (org-export-html-style-extra): New variable.
25345         (org-export-splice-style): New function.
25347         * org-exp.el (org-export-plist-vars, org-export-as-html):
25348         Implement `org-export-creator-info'.
25349         (org-export-creator-info): New option.
25351         * org.el (org-clock-drawer-start-re, org-clock-drawer-end-re)
25352         (org-property-drawer-re, org-clock-drawer-re): New constants.
25354         * org-exp.el (org-icalendar-use-deadline)
25355         (org-icalendar-use-scheduled): New options.
25356         (org-icalendar-include-todo): Default changed to t.
25357         (org-print-icalendar-entries): Implement better utilization of
25358         scheduling and deadline time stamps.
25359         (org-export-target-internal-links, org-export-as-html): Allow file
25360         lines without the "file:" prefix if the file path is an absolute
25361         path or starts with ".".
25363         * org-clock.el (org-clocktable-shift): Also understand yesterday,
25364         lastweek etc.
25365         (org-clock-special-range): Also understand yesterday, lastweek etc.
25367         * org.el (org-agenda-skip-archived-trees): Docstring now
25368         discourages using this.
25369         (org-scan-tags): Check for org-agenda-archives-mode.
25370         (org-map-entries): Make sure org-agenda-archives-mode is nil.
25371         (org-agenda-files): Functionality of second arg changed.
25373         * org-agenda.el (org-agenda-archives-mode): New variable.
25374         (org-write-agenda, org-prepare-agenda, org-agenda-list)
25375         (org-search-view, org-todo-list, org-tags-view)
25376         (org-agenda-list-stuck-projects): Call `org-agenda-files' with
25377         `ifmode' argument.
25378         (org-agenda-quit): Reset the archives mode.
25379         (org-agenda-archives-mode): New command.
25380         (org-agenda-set-mode-name): Include archives info.
25382         * org.el (org-paste-subtree): Make sure the yanked headline is
25383         visible if it was yanked at a visible point.
25384         (org-move-item-up): Fix the bug with moving white space at the end
25385         of the item.
25386         (org-show-empty-lines-in-parent): New function.
25388 2008-07-19  Juri Linkov  <juri@jurta.org>
25390         * org.el (narrow-map): Bind `org-narrow-to-subtree' to "s" on the
25391         new keymap `narrow-map' instead of binding "\C-xns".
25393 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
25395         * org.el (org-agenda-skip-unavailable-files):
25396         * org-clock.el (org-clock-out-when-done): Doc fixes.
25398 2008-06-18  Glenn Morris  <rgm@gnu.org>
25400         * org.el (org-map-entries): Let-bind `file'.
25402 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
25404         * org-colview.el (org-columns-next-allowed-value): Bug fix.
25406         * org-agenda.el (org-agenda-get-closed): Get the end time into the
25407         agenda prefix as well.
25409         * org-publish.el (org-publish-org-index): Make a properly indented
25410         list.
25412         * org.el (org-calendar-agenda-action-key): New option.
25413         (org-get-cursor-date): New function.
25414         (org-mark-entry-for-agenda-action): New command.
25415         (org-overriding-default-time): New variable.
25416         (org-read-date): Respect `org-overriding-default-time'.
25418         * org-remember.el (org-remember-apply-template): Respect the
25419         overriding default time.
25421         * org-agenda.el (org-agenda-action-marker): New variable.
25422         (org-agenda-action): New command.
25423         (org-agenda-do-action): New function.
25425 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
25427         * org.el (org-schedule, org-deadline): Protect scheduled and
25428         deadline tasks against changes that accidentally remove the
25429         repeater.  Also show a message with the new date when done.
25431 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
25433         * org.el (org-beginning-of-line): Cater for the case when there
25434         are tags but no headline text.
25435         (org-align-tags-here): Convert to tabs only when indent-tabs-mode
25436         it set.
25438 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
25440         * org-mhe.el (org-mhe-get-message-folder-from-index): Make sure
25441         the return value is nil instead of "nil" when there is no match.
25443         * org-exp.el (org-insert-centered): Use fill-column instead of
25444         80.
25445         (org-export-as-ascii): Use string-width to measure the width of
25446         the heading.
25448         * org.el (org-diary-to-ical-string): No longer kill buffer
25449         FROMBUF, this is now done by the caller.
25451         * org-exp.el (org-print-icalendar-entries): Move the call to
25452         `org-diary-to-ical-string' out of the loop, and kill the buffer
25453         afterwords.
25455         * org-remember.el (org-remember-visit-immediately):
25456         Position cursor after moving to the note.
25457         (org-remember-apply-template): Use a text property to record the
25458         cursor position.
25459         (org-remember-handler): Align tags after pasting the note.
25461 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
25463         * org-bbdb.el (org-bbdb-follow-anniversary-link): New function.
25465         * org-agenda.el (org-agenda-open-link): If there is an
25466         org-bbdb-name property in the current line, jump to that bbdb
25467         entry.
25469         * org-bbdb.el (org-bbdb-anniversaries): Add the bbdb-name as a
25470         text property, so that the agenda knows where this entry comes
25471         from.
25473         * org-agenda.el (org-agenda-clock-in): Fix bug in the
25474         interaction between clocking-in from the agenda, and  automatic
25475         task state switching.
25477         * org-macs.el (org-with-point-at): Bug fix in macro definition.
25479         * org.el (org-beginning-of-line, org-end-of-line): Make sure the
25480         zmacs-region stays after this command in XEmacs.
25482 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
25484         * org.el (org-scan-tags): Allow new values for ACTION parameter.
25486         * org-remember.el (org-remember-templates): Fix bug in
25487         customization type definition.
25489         * org.el (org-map-entries): New function.
25491 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
25493         * org-agenda.el (org-agenda-skip-comment-trees): New option.
25494         (org-agenda-skip): Respect `org-agenda-skip-comment-trees'.
25496 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
25498         * org-remember.el (org-jump-to-target-location): New variable.
25499         (org-remember-apply-template):
25500         Set `org-remember-apply-template' if requested by template.
25501         (org-remember-handler): Start an idle timer to jump to
25502         remember location.
25504         * org-exp.el (org-get-current-options): Add the FILETAGS setting.
25506         * org.el (org-set-regexps-and-options): Fix bug with parsing of
25507         file tags.
25508         (org-get-tags-at): Add the content of `org-file-tags'.
25510         * org-exp.el (org-export-handle-comments): Fix bug with several
25511         comment lines after each other.
25512         (org-number-to-roman, org-number-to-counter): New functions.
25513         (org-export-section-number-format): New option.
25515 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
25517         * org-exp.el (org-export-protect-examples): Catch the case of a
25518         missing end_example line.
25520         * org.el (org-set-regexps-and-options): Set `org-file-properties' and
25521         `org-file-tags' to nil.
25523         * org-colview.el (org-columns-next-allowed-value): Handle next
25524         argument NTH to directly select a value.
25526 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
25528         * org-agenda.el (org-agenda-scheduled-leaders): Fix docstring.
25530 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
25532         * org.el (org-columns-ellipses): New option.
25534 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
25536         * org-colview.el (org-columns-add-ellipses): New function.
25537         (org-columns-compact-links): New function.
25538         (org-columns-cleanup-item): Call `org-columns-compact-links'.
25539         (org-columns-display-here): Call `org-agenda-columns-cleanup-item'
25540         when in agenda.
25541         (org-columns-edit-value): Fix bug with editing values from
25542         agenda column view.
25543         (org-columns-redo): Also redo the agenda itself.
25545 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
25547         * org-agenda.el (org-agenda-columns-remove-prefix-from-item):
25548         New option.
25550         * org-colview.el (org-agenda-columns-cleanup-item): New function.
25552         * org-exp.el (org-export-ascii-preprocess): Rename from
25553         `org-export-ascii-clean-string'.
25554         (org-export-kill-licensed-text)
25555         (org-export-define-heading-targets)
25556         (org-export-handle-invisible-targets)
25557         (org-export-target-internal-links)
25558         (org-export-remove-or-extract-drawers)
25559         (org-export-remove-archived-trees)
25560         (org-export-protect-quoted-subtrees)
25561         (org-export-protect-verbatim, org-export-protect-examples)
25562         (org-export-select-backend-specific-text)
25563         (org-export-mark-blockquote-and-verse)
25564         (org-export-remove-comment-blocks-and-subtrees)
25565         (org-export-handle-comments, org-export-mark-radio-links)
25566         (org-export-remove-special-table-lines)
25567         (org-export-normalize-links)
25568         (org-export-concatenate-multiline-links)
25569         (org-export-concatenate-multiline-emphasis): New functions,
25570         obtained from spliting the export preprocessor.
25572         * org-table.el (org-table-recalculate): Improve error message if
25573         the row number is invalid.
25575 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
25577         * org-archive.el (org-archive-save-context-info): Fix bugs in
25578         customization setup and docstring.
25580         * org-exp.el (org-export-html-style): Change the size of in the
25581         <pre> element to 90%.
25583 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
25585         * org.el (org-find-src-example-start): Function removed.
25586         (org-edit-src-find-region-and-lang): New function.
25588 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
25590         * org.el (org-edit-src-exit): New function.
25591         (org-exit-edit-mode): New minor mode.
25593         * org-exp.el (org-export-preprocess-string): Fix bug with removing
25594         comment-like lines from protected examples.
25596         * org.el (org-edit-src-example, org-find-src-example-start)
25597         (org-protect-source-example, org-edit-special): New functions.
25599 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
25601         * org-publish.el (org-publish-project-alist): Fix typo in
25602         docstring.
25603         (org-publish-project-alist): Handle :index-title property.
25605 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
25607         * org-export-latex.el (org-export-as-latex): Make sure region
25608         bounds are correct.  Parse subtree properties relating to export.
25610         * org-exp.el (org-export-add-options-to-plist): New function.
25611         (org-infile-export-plist): Use `org-export-add-options-to-plist'.
25613 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
25615         * org.el (org-default-properties): Add EXPORT_FILE_NAME and
25616         EXPORT_TITLE.
25618         * org-exp.el (org-export-get-title-from-subtree)
25619         (org-export-as-ascii, org-export-as-html): Make sure the original
25620         region-beginning and region-end are used, even after moving point.
25621         (org-export-get-title-from-subtree): Also try the EXPORT_TITLE
25622         property.
25624         * org-remember.el (org-remember-last-stored-marker): New variable.
25625         (org-remember-goto-last-stored): Use `org-goto-marker-or-bmk'.
25626         (org-remember-handler): Also use marker to remember
25627         last-stored position.
25629         * org.el (org-goto-marker-or-bmk): New function.
25631 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
25633         * org.el (org-file-properties): Rename from `org-local-properties'.
25634         (org-scan-tags): Take file tags into account.
25635         (org-tags-match-list-sublevels): Default changed to t.
25637         * org-exp.el (org-export-as-html): Close paragraph after a footnote.
25639         * org.el (org-update-parent-todo-statistics): New function.
25641         * org-exp.el (org-icalendar-store-UID): New option.
25642         (org-icalendar-force-UID): Option removed.
25643         (org-print-icalendar-entries): IMplement UIDs.
25645 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
25647         * org-mhe.el (org-mhe-follow-link): Fix bug in mhe searches.
25649 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
25651         * org-faces.el (org-column): Document how this face is being used
25652         and why sometimes the background faces shine through.
25654         * org-mhe.el (org-mhe-follow-link): Improve handling of searches.
25656         * org-publish.el (org-publish-attachment): Create publishing
25657         directory if it does not yet exist.
25659         * org-table.el (org-calc-default-modes): Change default number
25660         format to (float 8).
25662         * org.el (org-olpath-completing-read): New function.
25663         (org-time-clocksum-format): New option.
25664         (org-minutes-to-hh:mm-string): Use `org-time-clocksum-format'.
25666         * org-clock.el (org-clock-display, org-clock-out)
25667         (org-update-mode-line): Use `org-time-clocksum-format'.
25669         * org-colview.el (org-columns-number-to-string):
25670         Use `org-time-clocksum-format'.
25672 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
25674         * org-id.el: New file, move from contrib to core.
25676         * org-exp.el (org-icalendar-force-UID): New option.
25678 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
25680         * org-exp.el (org-print-icalendar-entries): Make sure DTEND is
25681         shifted by one day if there is a date range without an end time.
25683         * org.el (org-try-structure-completion): New function.
25685 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
25687         * org.el (org-set-font-lock-defaults): Improve fontification of
25688         description lists.
25689         (org-insert-item): Handle description lists.
25690         (org-adaptive-fill-function): Improve auto indentation in
25691         description lists.
25693         * org-exp.el (org-export-as-html, org-export-preprocess-string):
25694         Implement VERSE environment.
25695         (org-export-preprocess-string): Implement the COMMENT
25696         environment.
25698         * org-export-latex.el (org-export-latex-preprocess):
25699         Implement VERSE environment.
25701 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
25703         * org-jsinfo.el (org-infojs-opts-table): Add entry for FIXED_TOC
25704         option.
25706 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
25708         * org-table.el (orgtbl-to-tsv, orgtbl-to-csv): New functions.
25710         * org.el (org-quote-csv-field): New functions.
25712         * org-table.el (org-table-export-default-format): Remove :splice
25713         from default format, we get the same effect by not specifying
25714         :tstart and :tend.
25715         (org-table-export): Improve setup, distinguish better between
25716         interactive and non-interactive use, allow specifying the format
25717         on the fly, better protection against wrong file names.
25718         (orgtbl-to-generic): Fix documentation.  Do not require :tstart
25719         and :tend when :splice is omitted.
25721 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
25723         * org-clock.el (org-clock-select-task): Make sure the selection
25724         letters are 1-9 and A-Z, no special characters.
25726 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
25728         * org-exp.el (org-export-htmlize): New group.
25729         (org-export-htmlize-output-type)
25730         (org-export-htmlize-css-font-prefix): New options.
25731         (org-export-htmlize-region-for-paste): New function.
25732         (org-export-htmlize-generate-css): New command.
25734 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
25736         * org.el (org-set-visibility-according-to-property): New function.
25737         (org-ctrl-c-ctrl-c): Do not restart org-mode, just get the options
25738         and compute the regular expressions, and update font-lock.
25739         (org-property-re): Allow a dash in property names.
25741         * org-archive.el (org-extract-archive-file): Insert the file name
25742         without the path into the format, to allow the location format to
25743         contain a subdirectory.
25745         * org-agenda.el (org-agenda-post-command-hook): If point is at end
25746         of buffer, and the `org-agenda-type' property undefined, use the
25747         value from the character before.
25749         * org.el (org-add-planning-info): Don't let indentation for
25750         would-be timestamp become extra whitespace at the end of headline.
25752 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
25754         * org.el (org-remove-double-quotes, org-file-contents):
25755         New functions.
25757         * org-exp.el (org-infile-export-plist): Also parse the
25758         contents of #+SETUPFILE files, recursively.
25760         * org.el (org-set-regexps-and-options): Also parse the
25761         contents of #+SETUPFILE files, recursively.
25763         * org-exp.el (org-export-handle-include-files): New function.
25764         (org-export-preprocess-string):
25765         Call `org-export-handle-include-files'.
25767         * org.el (org-delete-property-globally)
25768         (org-delete-property, org-set-property): Ignore case during
25769         completion.
25770         (org-set-property): Use `org-completing-read' instead of
25771         `completing-read'.
25773         * org.el (org-complete-expand-structure-template): New,
25774         experimental function.
25775         (org-structure-template-alist): New, experimental option.
25776         (org-complete): Call `org-complete-expand-structure-template'.
25778 2008-06-17  Bastien Guerry  <bzg@gnu.org>
25780         * org-export-latex.el (org-export-latex-preprocess):
25781         Add support for blockquotes.
25783 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
25785         * org.el (org-read-date-analyze): Catch the case where only a
25786         weekday is given.
25788 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
25790         * org.el (org-set-font-lock-defaults): Make the description
25791         tag bold.
25793         * org-exp.el (org-export-as-html, org-close-li):
25794         Implement description lists.
25796 2008-06-17  Jason Riedy  <jason@acm.org>
25798         * org-table.el (*orgtbl-default-fmt*): New variable.
25799         (orgtbl-format-line): Use the value of *orgtbl-default-fmt*
25800         when there is no other fmt available.
25802         (orgtbl-to-generic): Allow an explicitly nil :tstart or
25803         :tend to suppress the appropriate string.
25805         (orgtbl-to-orgtbl): New function for translating to another orgtbl
25806         table.
25808 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
25810         * org.el (org-read-date-analyze): "." as an alias for "+0" in
25811         read date.
25813         * org-clock.el (org-clock-save-markers-for-cut-and-paste):
25814         New function.
25816         * org-agenda.el (org-agenda-save-markers-for-cut-and-paste):
25817         New function.
25819 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
25821         * org-clock.el (org-clock-find-position): Don't include notes
25822         into clock drawer.
25824         * org-archive.el (org-archive-subtree): No longer remove an
25825         extra line after cutting the subtree.  `org-cut-subtree' already
25826         takes care of this.
25828         * org-remember.el (org-remember-handler): Only kill the target
25829         buffer if it does not contain the running clock.
25831         * org.el (org-markers-to-move): New variable.
25832         (org-save-markers-in-region, org-check-and-save-marker)
25833         (org-reinstall-markers-in-region): New function.
25834         (org-move-subtree-down, org-copy-subtree): Remember relative
25835         marker positions before cutting.
25836         (org-move-subtree-down, org-paste-subtree): Restore relative
25837         marker positions after pasting.
25839         * org-remember.el (org-remember-clock-out-on-exit): New option.
25840         (org-remember-finalize): Clock out only if the setting in
25841         `org-remember-clock-out-on-exit' requires it.
25842         (org-remember-handler): Do the cleanup in the buffer, to make sure
25843         that the clock marker remains in tact.
25845 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
25847         * org-clock.el (org-clock-goto): Widen buffer if necessary.
25848         (org-clock-in): Make sure that also tasks outside the narrowed
25849         region will be clocked in correctly.
25850         (org-clock-insert-selection-line): Widen the buffer so that we can
25851         find the correct task heading.
25853         * org.el (org-base-buffer): New function.
25855         * org-exp.el (org-icalendar-cleanup-string): Make sure ","
25856         and ";" are escaped.
25857         (org-print-icalendar-entries): Also apply
25858         `org-icalendar-cleanup-string' to the headline, not only to the
25859         summary property.
25861 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
25863         * org-exp.el (org-export-preprocess-hook): New hook.
25864         (org-export-preprocess-string): Call `org-export-preprocess-hook'.
25866         * org.el (org-font-lock-hook): New variable.
25867         (org-font-lock-hook): New function.
25868         (org-set-font-lock-defaults): Call `org-font-lock-hook'.
25870 ;; Local Variables:
25871 ;; coding: utf-8
25872 ;; add-log-time-zone-rule: t
25873 ;; End:
25875         Copyright (C) 2008-2013 Free Software Foundation, Inc.
25877   This file is part of GNU Emacs.
25879   GNU Emacs is free software: you can redistribute it and/or modify
25880   it under the terms of the GNU General Public License as published by
25881   the Free Software Foundation, either version 3 of the License, or
25882   (at your option) any later version.
25884   GNU Emacs is distributed in the hope that it will be useful,
25885   but WITHOUT ANY WARRANTY; without even the implied warranty of
25886   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
25887   GNU General Public License for more details.
25889   You should have received a copy of the GNU General Public License
25890   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.