Sync Org 7.9.2 from the commit tagged "release_7.9.2" in Org's Git repo.
[emacs.git] / lisp / org / ChangeLog
blobe33b87c76cd42cd6acc0b5fea867aa265b317607
1 2012-09-30  Abdó Roig-Maranges  <abdo.roig@gmail.com>
3         * org-html.el (org-export-html-preprocess)
4         (org-export-html-format-image): Use
5         `org-latex-preview-ltxpng-directory'.
7         * org-odt.el (org-export-odt-do-preprocess-latex-fragments):
8         Ditto.
10         * org.el (org-latex-preview-ltxpng-directory): New option.
11         (org-preview-latex-fragment): Store LaTeX preview images in
12         `org-latex-preview-ltxpng-directory'.
14 2012-09-30  Achim Gratz  <Stromeko@Stromeko.DE>
16         * ob-R.el (org-babel-R-initiate-session): Protect against use of
17         unbound variable `ess-ask-for-ess-directory´. The default for this
18         variable is true, so act accordingly if it is found unbound.
20         * ob-R.el: Remove initialization with `nil´ from
21         `ess-ask-for-ess-directory´ and `ess-local-process-name´.  Remove
22         second declaration for `ess-local-process-name´.
24         * org-id.el: Do not use (random t), we just want a new random
25         number, not a re-seeding of the PRNG for which (random t) doesn't
26         provide enough entropy anyway.  Even if (random) would always
27         produce the same sequence, the other components going into the MD5
28         hash ensure that the result will be unique.
30         * org-gnus.el: Add a missing require for gnus-util.
32         * org-compat.el: Rename utils to make throughout.
34         * org.el: Move check for outline-mode-keymap after (require
35         'outline).
37         * org-element.el: New file.  Do not (require 'org).
39         * org-agenda.el: Remove duplicate requires.
41         * org.el (org-mode-map): Add keybindings to
42         `org-element-transpose' and `org-narrow-to-element'.
43         (org-metaup): Fall back on `org-element-drag-backward'.
44         (org-metadown): Fall back on `org-element-drag-forward'.  Also
45         move chunks of declarations and require statements to get rid of
46         compiler warnings.
48         * org-exp-blocks.el (org): Don't require org.  Add declarations.
50         * org-clock.el (org): Don't require org.
52         * ob-exp.el (org-list-forbidden-blocks): Add declarations.
54         * ob.el (org-babel-exeext): New defconst to hold extension for
55         executables or nil if none.  Should be ".exe" for both Windows and
56         Cygwin.
58         * ob-C.el (org-babel-C-execute): Use org-babel-exeext when
59         constructing the target file name for the compiled executable.
61         * ob-fortran.el (org-babel-execute:fortran): Add org-babel-exeext
62         when constructing the target file name for the compiled
63         executable.
65         * org-version.el: New file.
67         * org-compat.el (org-check-version): New macro.  Check if
68         org-version.el exists and provide autoloads to that. Otherwise
69         check if org-fixup.el exists and use it to provide definitions.
70         Finally if nothing worked, complain about a botched installation
71         and provide fallback definitions.
73         * org.el: Use org-check-version.
75         * org.el: Fix a subtle error resulting in version functions
76         sometimes not being defined and byte-compiling failing.  Always
77         compile in fallback definitions into org.elc -- org-fixup either
78         provides re-definitions at compile-time or checks org-version.el
79         and then the git work tree when run uncompiled.  So the fallback
80         definitions will only come into effect when org-fixup is not
81         available.
83         * org.el (org-version): Make org-version more robust, e.g. when
84         byte-compiling single files with 'make compile-dirty'.
86         * org.el (org-reload): Revert an undesirable change in org-reload.
87         Do not prepend org-dir to babel-files, which prevents the files
88         from being found in load-path.
90         * org.el (org-version): Add optional parameters 'full and 'message
91         to optionally return the full version string and echo to message
92         area in non-interactive calls.
94         * org.el (org-submit-bug-report): Add optional parameter 'full to
95         call of (org-version) so that the bug report has all version
96         information.
98         * org.el (org-reload): Simplify file-re (orgtbl-*.el files do not
99         exist anymore).  Keep org-*.el at the end of the files list.
100         Explicitely load org-version.el (since it doesn't provide feature
101         'org-version) at the very end, but ignore errors when it doesn't
102         exist.  Add parameters 'full and 'message to the call of
103         (org-version) so that after reload the full version information is
104         displayed in the message area again.
106         * org-agenda.el: Replace with-no-warnings with org-no-warnings
107         (defined in org-macs.el).
109         * org-bbdb.el: Replace with-no-warnings with org-no-warnings
110         (defined in org-macs.el).
112         * org-clock.el: Replace with-no-warnings with org-no-warnings
113         (defined in org-macs.el).
115         * org.el: Replace with-no-warnings with org-no-warnings (defined
116         in org-macs.el).
118         * org.el: Add with-not-warnings around call of (org-fixup).
120         * org-compat.el (org-find-library-dir): Rename
121         org-find-library-name (misleading) and implement with a function
122         that exists identically in Emacs/XEmacs.
124         * org-exp-blocks.el: Change calls to org-find-library-dir.
126         * org.el: change calls to org-find-library-dir.  Make require for
127         noutline fail silently because it is missing from XEmacs.
129         * org.el (org-version): Use functions instead of global variables
130         to get the version strings and remove the defvaralias to
131         org-version.  Warn when encountering a mixed installation (org and
132         org-install.el should be found in the same directory).
134         * org.el: Add with-no-warning to defvar for two unprefixed global
135         variables from calendar.el (there's nothing else we can do inside
136         org until it is fixed in calendar.el).
138         * org.el: Require find-func and remove declare-function for
139         find-library-name, otherwise autoloaded org-version doesn't show
140         all info correctly.
142         * org.el (org-version): Show the full path to org-install.el in
143         the version string to avoid confusion if multiple installations
144         exist or a previously loaded org-install.el has already defined a
145         version string that is now out of date.
147         * org.el (org-version): Remove determination of version
148         information, show "N/A" if the information is not provided via
149         org-install.el.
151         * org.el (org-git-version): Placeholder for recording the Git
152         version of org during install
154         * org.el (org-version): Initialize local git-version with
155         placeholder and fall through using it when org is not installed in
156         a Git repository
158 2012-09-30  Adam Spiers  <orgmode@adamspiers.org>  (tiny change)
160         * org-html.el: Add hyperlink to http://orgmode.org/ from export
161         footer.
163         * org-clock.el (org-clock-modify-effort-estimate): Display a
164         message when no clock is currently active.
166 2012-09-30  Andrew Hyatt  <ahyatt@gmail.com>  (tiny change)
168         * org-archive.el (org-archive-subtree): Allow archiving to a
169         datetree.
171         * org.el (org-archive-location): Ditto.
173 2012-09-30  Bastien Guerry  <bzg@gnu.org>
175         * ob-io.el: New file.
177         * ob-scala.el: New file.
179         * org.el (org-url-hexify-p, org-doi-server-url)
180         (org-latex-preview-ltxpng-directory, org-custom-properties)
181         (org-sparse-tree-default-date-type): Add :version "24.3".
183         * org-agenda.el (org-agenda-sticky)
184         (org-agenda-custom-commands-contexts): Ditto.
186         * org-capture.el (org-capture-bookmark)
187         (org-capture-templates-contexts) (org-capture-use-agenda-date):
188         Ditto.
190         * org-latex.el (org-export-latex-hyperref-options-format)
191         (org-export-latex-link-with-unknown-path-format): Ditto.
193         * org-id.el (org-id-link-to-org-use-id): Ditto.
195         * org-datetree.el (org-datetree-add-timestamp): Ditto.
197         * org.el (org-make-link-description-function): Enhance docstring.
198         (org-insert-link): Fall back on interactive prompt when
199         `org-make-link-description-function' fails.
201         * org-agenda.el (org-todo-list): Fix redoing of todo agenda when
202         `org-agenda-sticky' is non-nil.
204         * org-agenda.el (org-agenda-quit): Delete last indirect buffer.
205         (org-agenda-pre-follow-window-conf): New variable.
206         (org-agenda-tree-to-indirect-buffer): Fix bug: don't split agenda
207         window when there an indirect buffer is already displayed.
209         * org-agenda.el (org-agenda-manipulate-query)
210         (org-agenda-goto-date, org-agenda-goto-today)
211         (org-agenda-find-same-or-today-or-agenda, )
212         (org-agenda-later, org-agenda-change-time-span)
213         (org-agenda-change-all-lines)
214         (org-agenda-execute-calendar-command)
215         (org-agenda-goto-calendar, org-agenda-convert-date): Make sure to
216         get a property from (1- (point-max)), not (point-max)).
218         * ob-dot.el (org-babel-execute:dot): Throw an error when there is
219         no :file parameter.
221         * org-table.el (org-table-eval-formula): Convert time-stamps to
222         inactive time-stamp so that Calc can handle them correctly.
224         * org-table.el (org-table-fix-formulas): Warn with a message when
225         formulas have been updated.
227         * org-publish.el (org-publish-cache-ctime-of-src): Delete the
228         base-dir argument and use (file-name-directory file) to get the
229         file's directory.
230         (org-publish-update-timestamp)
231         (org-publish-cache-file-needs-publishing): Call
232         `org-publish-cache-ctime-of-src' with only one argument.
234         * org.el (org-follow-timestamp-link): Fix bug when using sticky
235         agenda.  Add a docstring.
237         * org-agenda.el (org-agenda-sticky): Don't use a function to set.
238         Add a :version string.
240         * org.el (org-priority): Use a new argument to show priority
241         instead of setting it.
242         (org-show-priority): New function to show priority both in normal
243         Org buffers and in Org Agenda buffers.
244         (org-speed-commands-default): Use "," as a speed command for
245         setting priority.
247         * org-agenda.el (org-agenda-mode-map): Bind `org-agenda-priority'
248         to `C-c ,' as it was before.
249         (org-agenda-show-priority): Delete.
250         (org-agenda-priority): Use a new argument to show priority instead
251         of setting it.
253         * org.el (org-font-lock-hook, org-set-font-lock-defaults): Add a
254         docstring.
255         (org-display-inline-remove-overlay): Rename from
256         `org-display-inline-modification-hook'.
257         (org-speed-command-activate): Rename from
258         `org-speed-command-default-hook'.
259         (org-babel-speed-command-hook): Rename from
260         `org-babel-speed-command-activate'.
262         * org-agenda.el (org-agenda-update-agenda-type): Rename from
263         `org-agenda-post-command-hook'.
264         (org-agenda-mode): Use the new name.
265         (org-agenda-post-command-hook): Define as obsolete function.
267         * org-lparse.el (org-lparse): Temporarily activate the hooks
268         needed for the ODT conversion.
269         (org-lparse-preprocess-after-blockquote): Rename from
270         `org-lparse-preprocess-after-blockquote-hook'.
271         (org-lparse-strip-experimental-blocks-maybe): Rename from
272         `org-lparse-strip-experimental-blocks-maybe'.
273         (org-lparse-preprocess-after-blockquote-hook)
274         (org-lparse-strip-experimental-blocks-maybe-hook): Define as
275         obsolete functions.
277         * ob.el (org-babel-insert-result): Comma-escape results inserted
278         with ":results org".
280         * org-src.el (org-edit-src-code, org-edit-src-exit): Fix bug about
281         saving the source editing window with the default value for
282         `org-src-window-setup' (i.e. 'reorganize-frame).
284         * org-src.el (org-src-font-lock-fontify-block): Fix bug: don't
285         fontify the last character.
287         * org.el (org-open-at-point): Don't follow timestamp within
288         bracket links.
290         * org-capture.el (org-capture-templates): Fix typo in docstring.
292         * org-agenda.el (org-agenda-skip): Skip information retrieved from
293         a source block.
295         * ob.el (org-babel-common-header-args-w-values)
296         (org-babel-insert-result): Reintroduce ":results org" but using
297         "#+BEGIN_SRC org", not "#+BEGIN_ORG".
299         * ob.el (org-babel-common-header-args-w-values): Remove "org" the
300         list of predefined values for the ":results" parameter.
302         * ob.el (org-babel-insert-result): Remove support for ":results
303         org".
305         * ob.el (org-babel-common-header-args-w-values)
306         (org-babel-insert-result): Deprecate ":results wrap" in favor of
307         ":results drawer".
309         * org-crypt.el (org-at-encrypted-entry-p): Fix bug when the check
310         happens before the first headline.
312         * org-capture.el (org-at-encrypted-entry-p)
313         (org-encrypt-entry, org-decrypt-entry): Declare.
314         (org-capture-set-target-location): Check whether `org-crypt' has
315         been loaded.
317         * org-agenda.el (org-agenda-todo-custom-ignore-p): Fix typo in
318         docstring.
320         * org-capture.el (org-capture-finalize): Maybe re-encrypt the
321         target headline if it was decrypted.
322         (org-capture-set-target-location): Maybe decrypt the target
323         headline.
325         * org-crypt.el (org-at-encrypted-entry-p): New function.
327         * org.el (org-options-keywords): Add "STYLE:".
329         * org-agenda.el (org-agenda-ndays): Don't make an alias, as
330         `org-agenda-span' is defined separately.
332         * org.el (org-in-subtree-not-table-p): New utility function for
333         building the menu.
334         (org-org-menu): Add an item for refiling.  Check more contexts
335         when activating items.
336         (org-tree-to-indirect-buffer): Use `org-up-heading-safe'.
338         * org-agenda.el (org-agenda-tree-to-indirect-buffer)
339         (org-agenda-do-tree-to-indirect-buffer): Use argument `arg'.
341         * org-capture.el (org-capture-set-target-location): Set a correct
342         time value when storing a note in a datetree and prompting the
343         user for a date.
345         * org-capture.el (org-capture-mode): Fix bug: don't run the mode's
346         hook twice.
348         * org-agenda.el (org-agenda-menu-two-column)
349         (org-finalize-agenda-hook, org-agenda-ndays): Use
350         `define-obsolete-variable-alias' instead of
351         `make-obsolete-variable'.
353         * org.el (org-link-to-org-use-id): Move to org-id.el.
355         * org-id.el (org-id-link-to-org-use-id): Rename from
356         `org-link-to-org-use-id'.  Use `nil' as the default value.
357         (org-link-to-org-use-id): Alias and define as obsolete.
359         * org-agenda.el (org-search-view, org-agenda-get-todos)
360         (org-agenda-get-timestamps, org-agenda-get-blocks): Use the dotime
361         parameter of `org-agenda-format-item' so that 'time-up and
362         'time-down agenda sorting strategies are handled correctly.
364         * org-capture.el (org-capture-fill-template): Fix checking of
365         protected template entries.
367         * org.el (org-cycle-global-at-bob): Fix typo in docstring.
369         * org.el (org-insert-drawer): Deactivate the mark before trying to
370         indent the :END: of the drawer.
372         * org-agenda.el (org-agenda-export-html-style): Default to nil as
373         any string value will replace the htmlize style.
375         * org.el (org-cycle-hook): Fix tiny typo in docstring.
377         * org.el (org-time-string-to-time)
378         (org-time-string-to-seconds, org-end-of-subtree): Add a dosctring.
380         * org-freemind.el (org-freemind-write-node): Enhance links
381         conversion in nodes.
383         * org-freemind.el (org-freemind-write-node): Convert links in
384         nodes.
386         * org.el (org-link-to-org-use-id, org-directory)
387         (org-default-notes-file, org-reverse-note-order)
388         (org-extend-today-until, org-finish-function)
389         (org-store-link-functions): Use "capture" instead of "remember" in
390         docstrings.  Also use the `org-capture' group when it makes sense.
392         * org-agenda.el (org-agenda-tree-to-indirect-buffer): Find the
393         correct agenda buffer.  Don't split the agenda window when the
394         indirect buffer is displayed in another frame.
396         * org.el (org-mode): Try to set the org-hide face correctly.
398         * org-exp.el (org-export): Set the mark correctly when exporting a
399         subtree.
401         * org-agenda.el (org-agenda-get-restriction-and-command): Fix the
402         display of the number of commands for block agendas.
404         * org-agenda.el (org-agenda-before-write-hook)
405         (org-agenda-add-entry-text-maxlines): Enhance phrasing.
406         (org-agenda-finalize-hook, org-agenda-mode-hook): Tell that the
407         buffer is writable when the hook is called.
408         (org-agenda-finalize): Allow org-agenda-finalize-hook to modify
409         the buffer.
411         * org-agenda.el (org-habit-show-all-today): Only use defvar to
412         silent the byte-compiler.
413         (org-agenda-get-scheduled): Check whether some org-habit.el
414         options have been defined.
416         * org-capture.el (org-capture-entry): New variable.
417         (org-capture-string, org-capture): Use it to possibly skip the
418         interactive prompt for a capture template.
420         * org.el (org-activate-plain-links): Don't try to check if we are
421         in a bracket link already.
423         * org.el (org-read-date-analyze): Fix bug introduced in commit
424         cc5f9f: adding a time should not prevent relative answers to be
425         parsed correctly.
427         * org-agenda.el (org-agenda-bulk-action): Always read the date
428         through `org-read-date'.  When possible, use the date at point as
429         the default date.
431         * org-agenda.el (org-agenda-bulk-action): Fix bug when
432         bulk-shifting timestamps.
434         * org.el (org-version): New constant.
436         * org-compat.el (org-random): New compatibility function.
438         * org-id.el (org-id-uuid): Use it.
440         * org-capture.el (org-capture-use-agenda-date): New option.
441         (org-capture): Use it.
443         * org-agenda.el (org-agenda-capture): New command.
444         (org-agenda-mode-map): Bind it to `k'.
445         (org-agenda-menu): Add it to the menu.
447         * org-capture.el (org-capture): Update docstring.
449         * org-capture.el (org-capture): When called from an agenda buffer,
450         use the cursor date at the default date.
452         * org-agenda.el (org-agenda-bulk-action): Use the let-bound
453         `entries' instead the variable.
455         * org-agenda.el (org-agenda-bulk-action): Fix bug: don't remove
456         persistent marks too early.
458         * org-agenda.el (org-agenda-bulk-action): Possibly use the day at
459         point to reset the scheduled or deadline cookie.  On date headers,
460         use it without prompting the user.  On an item, use the item's
461         date as the default prompt for `org-read-date'.
463         * org.el (org-read-date): Docstring fix.
465         * org-agenda.el (org-agenda-bulk-action): Reorder possible actions
466         in the message.
468         * org-agenda.el (org-agenda-action, org-agenda-do-action): Delete.
469         (org-agenda-mode-map): Delete related keys.
471         * org-agenda.el (org-agenda-menu): Fix a keybinding.
473         * org-colview.el (org-columns-goto-top-level): Correctly move the
474         marker `org-columns-top-level-marker'.
475         (org-agenda-columns): Don't set
476         `org-agenda-overriding-columns-format' as a buffer variable, as we
477         only need it dynamically.
478         (org-agenda-colview-summarize): Fix a bug in returning the match
479         string.
481         * org-agenda.el (org-agenda-span-to-ndays): Make the second
482         argument `starting-day' optional.
483         (org-agenda-goto-date): Keep parameters of custom agendas.
485         * org-agenda.el (org-agenda-list): Allow setting the agenda buffer
486         name through a temporary variable.
487         (org-agenda-buffer-tmp-name): New variable to temporary store the
488         agenda buffer name.
490         * org-agenda.el (org-agenda-goto-date): Fix behavior when using
491         sticky agendas.
493         * org-agenda.el (org-diary): Don't check whether there is an
494         agenda buffer when trying to compile the prefix format.
495         (org-compile-prefix-format): Check if there is an agenda buffer.
496         If not, use the current buffer.
498         * org-agenda.el (org-agenda-get-day-entries): Set the agenda
499         buffer inconditionnally.
501         * ob.el (org-babel-named-src-block-regexp-for-name): Generate a
502         more general regexp.
504         * ob.el (org-babel-where-is-src-block-head): Find a src block head
505         correctly when #+header(s) is before #+name.
507         * org-agenda.el (org-agenda-finalize-hook)
508         (org-agenda-finalize, org-agenda-finalize-entries): Rename from
509         org-finalize-agenda-*.
510         (org-agenda-run-series, org-agenda-finalize, org-timeline)
511         (org-agenda-list, org-search-view, org-todo-list)
512         (org-tags-view, org-diary, org-agenda-finalize-entries)
513         (org-agenda-change-all-lines): Use the new names.
515         * org-agenda.el (org-agenda-local-vars): Remove
516         ̀org-agenda-last-arguments' from the list of local variables.
517         (org-agenda-mode-map): `g' does the same than `r' in buffers with
518         only one agenda view, but its behavior differs when there are
519         several views.  In manually appended agendas (with `A'), `g'
520         displays only the agenda under the point.  With multiple agenda
521         blocks, `g' reinitializes the view by discarding any temporary
522         changes (e.g. with ̀f' or `w'), while ̀r' keeps those temporary
523         changes for the agenda view under the point.
524         (org-agenda-run-series, org-agenda-redo): Implement the above
525         changes.
526         (org-agenda-mark-header-line): Don't set useless properties.
527         (org-agenda-list, org-todo-only, org-search-view)
528         (org-todo-list, org-tags-view, org-agenda-list-stuck-projects)
529         (org-agenda-manipulate-query, org-agenda-goto-today)
530         (org-agenda-later, org-agenda-change-time-span): Use text
531         properties for storing the last command and the last arguments for
532         each agenda block.
533         (org-unhighlight-once): Delete.
535         * org-agenda.el (org-agenda-append-agenda): Fit agenda window to
536         buffer.
538         * org-agenda.el (org-agenda-append-agenda): Bugfix: correctly
539         check whether we are in org-agenda-mode.
541         * org-agenda.el (org-agenda-pre-window-conf): Rename from
542         `org-pre-agenda-window-conf'.
543         (org-agenda-local-vars, org-agenda-prepare-window)
544         (org-agenda-Quit, org-agenda-quit): Use the new name.
546         * org-agenda.el (org-keys, org-match): New variable, dynamically
547         scoped in `org-agenda'.
548         (org-agenda, org-agenda-list, org-search-view, org-todo-list)
549         (org-tags-view): Use the new variables.
550         (org-batch-store-agenda-views): Let-bind `match'.
552         * org-agenda.el (org-search-view, org-todo-list)
553         (org-tags-view): Do not let `org-agenda-sticky' prevent the use of
554         these functions programmatically.  Also use the sticky agenda
555         function correctly.
557         * org-agenda.el (org-agenda): Set `org-agenda-buffer-name'
558         correctly with sticky agendas and non-custom commands.
560         * org-agenda.el (org-agenda-fit-window-to-buffer): Rename from
561         `org-fit-agenda-window'.
562         (org-agenda-run-series, org-agenda-prepare, org-agenda-list)
563         (org-search-view, org-todo-list, org-tags-view): Use the new name.
565         * org-agenda.el (org-agenda-prepare): Let `throw' display an
566         error.
568         * org-agenda.el (org-agenda-list): Fix bug: don't throw an error
569         when called from programs as (org-agenda-list).
571         * org-agenda.el (org-todo-list): Make arg optional.
573         * org.el (org-agenda-prepare-buffers): Rename from
574         `org-prepare-agenda-buffers'.
575         (org-match-sparse-tree, org-map-entries): Use the new names.
577         * org-agenda.el (org-agenda-prepare-window): Rename from
578         `org-prepare-agenda-window'.
579         (org-agenda-prepare): Rename from `org-prepare-agenda'.
580         (org-agenda-run-series, org-agenda-prepare, org-timeline)
581         (org-agenda-list, org-search-view, org-todo-list)
582         (org-tags-view, org-agenda-list-stuck-projects, org-diary)
583         (org-agenda-to-appt): Use the new names.
585         * org-mobile.el (org-mobile-create-index-file): Ditto.
587         * org-icalendar.el (org-export-icalendar): Ditto.
589         * org-clock.el (org-dblock-write:clocktable)
590         (org-dblock-write:clocktable): Ditto.
592         * org2rem.el (org2rem): Ditto.
594         * org-agenda.el (org-agenda): In sticky agendas, use the current
595         command's match to set the buffer name.  This gives more
596         information to the user and allows to distinguish various agendas
597         triggered by the same key.
598         (org-batch-store-agenda-views): Handle the new sticky agenda
599         buffer name.
601         * org-agenda.el (org-agenda)
602         (org-agenda-get-restriction-and-command): Use `S' as a key for
603         searching words in TODO-only entries.
605         * org-agenda.el (org-prepare-agenda): Fit agenda window when
606         displaying a sticky agenda.
608         * org-table.el (org-table-number-regexp): Allow the user to set it
609         to a new regexp, which allows commas as decimal mark.  The default
610         is to not use this setting, but the one before commit 7ff8c1,
611         which has ben reverted.
613         * org-agenda.el (org-agenda-overriding-cmd)
614         (org-agenda-multi-current-cmd)
615         (org-agenda-multi-overriding-arguments): New variables.
616         (org-agenda-run-series): `org-agenda-overriding-arguments'
617         defaults to the last agenda block arguments, so don't use it
618         globally.
619         (org-agenda-mark-header-line): Add properties needed so that
620         `org-agenda-overriding-arguments', `org-agenda-current-span' and
621         `org-agenda-last-arguments' can be set to their correct contextual
622         value.
623         (org-agenda-multi-back-to-pos): New variable.
624         (org-agenda-later): Retrieve `org-agenda-current-span' and
625         `org-agenda-overriding-arguments' from text properties.  Also
626         handle numeric span.
627         (org-agenda-later, org-agenda-change-time-span): Set
628         `org-agenda-overriding-cmd' so that we to take overriding
629         arguments into account for this command only.
631         * org-agenda.el (org-agenda-kill, org-agenda-archive-with): Fix
632         bug when called with a non-nil value of `org-agenda-stick'.
634         * org-agenda.el (org-agenda-refile): Fix bug when refiling an
635         entry from a sticky agenda.
637         * org-agenda.el (org-prepare-agenda-window): Use
638         `org-pre-agenda-window-conf' if already set.
639         (org-agenda-Quit): Set `org-pre-agenda-window-conf' to nil when
640         quitting.
641         (org-agenda-quit): Ditto.
643         * org-capture.el (org-capture-fill-template): Protect the text
644         used for replacement from being further replaced.
646         * org.el (org-contextualize-validate-key): Fix the check against a
647         function.
649         * org.el (org-contextualize-keys): Rename from
650         `org-contextualize-agenda-or-capture'.  Fix normalization to
651         handle empty key replacement string.
652         (org-contextualize-validate-key): Rename from
653         `org-contexts-validate'.  Allow checking against a custom
654         function.
656         * org-agenda.el (org-agenda-custom-commands-contexts): Update.
657         (org-agenda): Use `org-contextualize-keys'.
659         * org-capture.el (org-capture-templates-contexts): Ditto.
661         * org.el (org-contextualize-agenda-or-capture): Normalize
662         contexts.
664         * org.el (org-contextualize-agenda-or-capture): Handle key
665         replacement depending on the contexts.
667         * org-capture.el (org-capture-templates-contexts): Allow to use
668         the context as a way to replace one capture template by another
669         one.
671         * org-agenda.el (org-agenda-custom-commands-contexts): Allow to
672         use the context as a way to replace one agenda custom command by
673         another one.
675         * org.el (org-contextualize-agenda-or-capture)
676         (org-rule-validate): New functions, implement context filtering
677         for agenda commands and capture templates.
679         * org-agenda.el (org-agenda-custom-commands-contexts): New option.
680         (org-agenda): Use it.
682         * org-capture.el (org-capture-templates-contexts): New option.
683         (org-capture-select-template): Use it.
685         * org.el (org-beginning-of-defun, org-end-of-defun): Delete.
686         (org-mode): Set `beginning-of-defun-function' and
687         `end-of-defun-function' directly.
689         * org.el (org-insert-link): Fix bug: include links abbreviations
690         when completing.
692         * org-icalendar.el (org-icalendar-print-entries): Fix bug: when
693         `org-icalendar-use-plain-timestamp' is nil, scheduled and deadline
694         items should not be ignored.
696         * org.el (org-ds-keyword-length, org-make-tags-matcher): Docstring
697         clean-up.
699         * org-freemind.el (org-freemind-convert-links-from-org): Replace
700         literally to prevent errors when replacing with string containing
701         backslashes.
703         * org-pcomplete.el (org-thing-at-point): Allow to match (and then
704         complete) a "thing" containing dashes.
706         * org-table.el (org-table-toggle-coordinate-overlays): Better
707         message when interactively toggling.
709         * org-table.el (org-table-number-regexp): Update the docstring to
710         show an example of a decimal number using the comma as a
711         separation mark.
713         * org-agenda.el (org-prepare-agenda): Minor code clean-up.
714         (org-agenda-filter-by-category): Filtering must be turned off only
715         when a category filter has been set and this filter is not empty.
717         * org-agenda.el (org-search-view, org-agenda-get-todos)
718         (org-agenda-get-timestamps, org-agenda-get-sexps)
719         (org-agenda-get-progress, org-agenda-get-deadlines)
720         (org-agenda-get-scheduled, org-agenda-get-blocks): Use
721         `category-pos' instead of `org-category-pos'.
723         * ob-fortran.el (org-babel-fortran-transform-list): Rename from
724         `ob-fortran-transform-list'.
725         (org-babel-fortran-var-to-fortran): Use the new function's name.
727         * ob-calc.el (org-babel-calc-maybe-resolve-var): Rename from
728         `ob-calc-maybe-resolve-var'.
729         (org-babel-execute:calc): Use the new function's name.
731         * org-jsinfo.el (org-infojs-template): Add a license.
732         (org-infojs-handle-options): Replace all template elements.
734         * org-html.el (org-export-html-scripts): Add a license.
735         (org-export-html-mathjax-config): Replace all template elements.
736         (org-export-html-mathjax-template): Add a license.
737         (org-export-as-html): Minor code clean-up.
739         * org.el (org-options-keywords): Add "#+MATHJAX" and
740         "#+INFOJS_OPT" to the list of keywords for completion.
742         * org.el (org-src-prevent-auto-filling): Remove unused and useless
743         option.
745         * org.el (org-element-at-point): Autoload.
746         (org-element-up): Remove useless declaration.
747         (org-fill-context-prefix, org-fill-paragraph)
748         (org-mark-element, org-narrow-to-element)
749         (org-transpose-element, org-unindent-buffer): Do not require
750         org-element.
752         * org.el (org-fill-paragraph): Require org-element.
754         * org-agenda.el (org-agenda-persistent-marks): Minor docstring
755         enhancement.
757         * org.el (org-create-math-formula): Use the compatibility function
758         `org-region-active-p'.
760         * org-odt.el (org-export-as-odf): Ditto.
762         * ob.el (org-babel-demarcate-block): Ditto.
764         * org.el (org-mark-subtree): Maybe call `org-mark-element'
765         interactively.
766         (org-mark-element): Only mark further elements when called
767         interactively.
769         * org.el (org-mark-element, org-narrow-to-element)
770         (org-transpose-element): Require org-element.
772         * org-agenda.el (org-agenda-get-timestamps)
773         (org-agenda-get-sexps, org-agenda-get-deadlines)
774         (org-agenda-get-scheduled): Add the 'warntime as a text property,
775         getting its value from the APPT_WARNTIME property.
776         (org-agenda-to-appt): Use the 'warntime text property.
778         * org-capture.el (org-capture-place-table-line): Fix bug.
780         * org.el (org-activate-plain-links): Don't activate a plain link
781         when it is part of a bracketed link, unless bracketed links are
782         not enlisted in `org-activate-links'.
783         (org-open-at-point): Don't consider the text immediately after a
784         bracketed link is part of a plain link.
786         * org.el (org-compute-latex-and-specials-regexp)
787         (org-paste-subtree, org-sort-entries, org-store-link)
788         (org-open-at-point, org-file-remote-p, org-add-log-setup)
789         (org-set-tags-to, org-fast-tag-selection)
790         (org-diary-sexp-entry): Ditto.
792         * org-agenda.el (org-agenda-get-blocks, org-cmp-priority)
793         (org-cmp-effort, org-cmp-todo-state, org-cmp-alpha)
794         (org-cmp-tag, org-cmp-time): Remove useless (t nil) sexps at the
795         end of (cond ...) constructs.
797         * org-mobile.el (org-mobile-create-index-file): Ditto.
799         * org-lparse.el (org-lparse-format-table-row): Ditto.
801         * org-list.el (org-sort-list): Ditto.
803         * org-id.el (org-id-get): Ditto.
805         * org-html.el (org-export-html-preprocess): Ditto.
807         * org-exp.el (org-default-export-plist)
808         (org-table-clean-before-export): Ditto.
810         * org.el (org-options-keywords): Add "TODO".
811         (org-make-options-regexp): Make the hashtag mandatory for options
812         and don't allow whitespaces between the hashtag and the plus sign.
814         * org.el (org-refresh-category-properties)
815         (org-find-dblock, org-dblock-start-re, org-dblock-end-re): Allow
816         lowercase "#+category" and "#+begin:" dynamic blocks.
818         * org.el (org-context): Use case-folding when trying to match
819         clocktables and source blocks contexts.
821         * org-clock.el (org-clock-put-overlay): Put the overlay on the
822         whole headline, not only on the last character.  This fixes a bug
823         with overlays on headlines ending with a bracketed link.
825         * org-html.el (org-export-as-html): Make sure we always process a
826         string.
828         * org-exp.el (org-export-cleanup-toc-line): Always return a
829         string.
831         * org.el (org-fontify-meta-lines-and-blocks-1): Correctly handle
832         metalines with #+results[...]:.
834         * org-exp.el (org-export-handle-metalines): Rename from
835         `org-export-handle-table-metalines'.  Now also handle source block
836         metalines.
837         (org-export-res/src-name-cleanup): Delete.
838         (org-export-preprocess-string): Use `org-export-handle-metalines'.
839         Don't use `org-export-res/src-name-cleanup' anymore.
841         * org-html.el (org-format-org-table-html): Don't include the
842         caption tag for empty captions in HTML export.  Keep it in the
843         DocBook export so that it produces valid DocBook XML.
845         * org.el (org-read-date-analyze): Allow both "8am Wed" and "Wed
846         8am" to be parsed correctly with respect to possible values of
847         `org-read-date-prefer-future'.
848         (org-read-date-prefer-future): Update docstring to remove the
849         restriction about inserting only the time.  The user can now
850         insert the time and the day.
852         * org-icalendar.el (org-icalendar-print-entries): Rename from
853         `org-print-icalendar-entries'.
854         (org-icalendar-start-file): Rename from
855         `org-start-icalendar-file'.
856         (org-icalendar-finish-file): Rename from
857         `org-finish-icalendar-file'.
858         (org-icalendar-ts-to-string): Rename from `org-ical-ts-to-string'.
859         (org-export-icalendar): Use the correct functions.
861         * ob-ref.el (org-babel-ref-index-list): Fix bug introduced by
862         commit e85479.
864         * org.el (org-fill-context-prefix): Require org-element.
865         (org-timestamp-change): Fix bug by saving excursion when adjusting
866         another clock.
868         * org.el (org-read-date-prefer-future): Fix docstring formatting.
869         (org-read-date-analyze): Fix the interpretation of
870         `org-read-date-prefer-future'.
872         * org-agenda.el (org-agenda-menu-two-column): Rename to
873         `org-agenda-menu-two-columns'.
875         * ob.el (org-babel-sha1-hash, org-babel-noweb-p): Replace
876         `org-labels' by `let*'.
878         * org-bibtex.el (org-bibtex-headline): Ditto.
880         * org-compat.el: Delete `org-labels'.
882         * ob.el (org-babel-get-src-block-info)
883         (org-babel-check-src-block, org-babel-current-result-hash)
884         (org-babel-parse-src-block-match, org-babel-read-link)
885         (org-babel-insert-result, org-babel-clean-text-properties): Use
886         ̀org-no-properties' instead of `org-babel-clean-text-properties'.
887         (org-babel-clean-text-properties): Delete redundant function
888         `org-babel-clean-text-properties'.
890         * ob-tangle.el (org-babel-tangle-collect-blocks)
891         (org-babel-tangle-comment-links): Ditto.
893         * ob-table.el (sbe): Ditto.
895         * ob-lob.el (org-babel-lob-get-info)
896         (org-babel-lob-execute): Ditto.
898         * ob-exp.el (org-babel-exp-non-block-elements): Ditto.
900         * org-macs.el (org-no-properties): Allow a new parameter
901         `restricted' to restrict the properties removal to those in
902         `org-rm-props'.  The default is now to remove all properties.
904         * org-compat.el (org-substring-no-properties): Remove unused
905         defun.
907         * org-remember.el (org-remember-apply-template): Remove redundant
908         removal of text properties.
909         (org-remember-apply-template): Use `org-no-properties'.
911         * org-capture.el (org-capture-fill-template): Remove redundant
912         removal of text properties.
913         (org-capture-fill-template): Use `org-no-properties'.
915         * org-gnus.el (org-gnus-open, org-gnus-follow-link): Use
916         `org-no-properties'.
918         * org-colview.el (org-columns-display-here): Ditto.
920         * org-table.el (org-table-eval-formula): Ditto.
922         * org.el (org-entry-properties): Ditto.
924         * org-icalendar.el (org-print-icalendar-entries): Fix bug about
925         handling `alarm-time'.
927         * ob-R.el (org-babel-edit-prep:R): Don't set the session.
929         * org.el (org-store-log-note): Only skip comments starting with "#
930         " when storing a note.
932         * org.el (org-custom-properties): New option.
933         (org-custom-properties-overlays): New variable.
934         (org-toggle-custom-properties-visibility): New command to toggle
935         the visibility of custom properties.
936         (org-check-before-invisible-edit): Also prevent errors when trying
937         to edit invisible properties.
939         * org-datetree.el (org-datetree-add-timestamp): New option.
940         (org-datetree-insert-line): Use it.
942         * org.el (org-fill-template): Fix bug when filling template for a
943         key associated to the nil value.
945         * org-agenda.el (org-diary): Fix tiny typo.
947         * org.el (message-in-body-p): Move declaration up to fix compiler
948         warning.
950         * org.el (org-fill-context-prefix): Fix auto-filling in
951         `message-mode'.
953         * org.el (org-fill-paragraph): Correctly fill paragraph in
954         message-mode.
955         (org-indent-line): Correctly indent according to mode when
956         `orgstruct++-mode' is on.
957         (orgstruct++-mode): Add `fill-prefix' to the variable temporarily
958         stored in `org-fb-vars'.
960         * org.el (org-fill-paragraph): Make a command.  Fix bug about
961         filling message headers and citations.
963         * org.el (org-redisplay-inline-images): New command.
964         (org-mode-map): Bind it to C-c C-x C-M-v.
966         * org-colview.el (org-columns-get-format-and-top-level): Fix bug.
967         (org-columns-get-format): Fix compiler warning.
969         * org-feed.el: Add declarations.
971         * org-agenda.el (org-agenda-get-sexps): Use `org-get-tags-at' to
972         allow tag inheritance.
974         * org-capture.el (org-capture): Fix bug introduced by commit
975         1737d3.
977         * org-publish.el (org-publish-needed-p)
978         (org-publish-update-timestamp, org-publish-file)
979         (org-publish-cache-file-needs-publishing): New argument
980         `base-dir'.
981         (org-publish-cache-ctime-of-src): Use the new argument to make
982         sure we find the file according to :base-directory.
984         * org-capture.el (org-capture-string): New command to prompt for
985         the interactive text interactively.  This can also be used in
986         Elisp programs to use ̀org-capture' with some initial text.
987         (org-capture-initial): New variable to store the initial text.
988         (org-capture): Use `org-capture-initial'.
990         * org.el (org-emph-re): Tiny docstring formatting fix.
992         * org-compat.el (org-labels): Remove.
994         * org-bibtex.el (org-bibtex-headline): Don't use `org-labels'.
996         * ob.el (org-babel-sha1-hash, org-babel-noweb-p): Ditto.
998         * org.el (org-emph-re): Tiny formatting fix.
1000         * org.el (orgstruct-setup): Require `org-element'.
1002         * org.el (org-store-link, org-open-at-point): New link type
1003         "help".
1005         * org-compat.el (org-flet): Remove alias.
1007         * ob.el (org-babel-edit-distance, org-babel-sha1-hash)
1008         (org-babel-get-rownames, org-babel-insert-result)
1009         (org-babel-merge-params)
1010         (org-babel-expand-noweb-references): Don't use `org-flet'.  Also
1011         indent some functions correctly.
1013         * ob.el (org-babel-execute-src-block)
1014         (org-babel-join-splits-near-ch, org-babel-format-result)
1015         (org-babel-examplize-region): Don't use `org-flet'.
1016         (org-babel-tramp-handle-call-process-region): Fix typo.
1018         * ob-awk.el (org-babel-awk-var-to-awk): Don't use `org-flet'.
1020         * ob-sh.el (org-babel-sh-var-to-string): Ditto.
1022         * ob-tangle.el (org-babel-tangle, org-babel-spec-to-string): Don't
1023         use `org-flet'.
1025         * org-pcomplete.el (org-compat): Require.
1027         * ob-tangle.el (org-babel-load-file): Don't use `org-flet'.
1029         * org-bibtex.el (org-bibtex-write): Use let*.
1031         * org-plot.el (org-plot/gnuplot-script): Don't use `org-flet'.
1033         * org-bibtex.el (org-bibtex-headline, org-bibtex-fleshout)
1034         (org-bibtex-read, org-bibtex-write): Don't use `org-flet'.
1036         * org-clock.el (org-clock-cancel): Use `org-looking-back'.
1038         * org-pcomplete.el (org-thing-at-point): Ditto.
1040         * org.el (org-timestamp-change): Ditto.
1042         * org-mouse.el (org-mouse-timestamp-today)
1043         (org-mouse-set-priority, org-mouse-popup-global-menu)
1044         (org-mouse-context-menu): Don't use ̀org-flet'.
1046         * org.el (org-priority): Fix docstring.
1048         * org-publish.el (org-publish-write-cache-file)
1049         (org-publish-initialize-cache)
1050         (org-publish-cache-file-needs-publishing)
1051         (org-publish-cache-get): Small code clean-up.
1053         * org-publish.el (org-publish-cache-ctime-of-src): Simplify.
1055         * org-agenda.el (org-agenda-get-sexps): Add a 'tags property for
1056         agenda entries created from sexps.
1058         * org-capture.el (org-capture-templates): Docstring clean up.
1059         (org-capture-place-entry, org-capture-place-item)
1060         (org-capture-place-plain-text, org-capture-place-table-line):
1061         Ensure to always position the point according to %?.
1063         * org-table.el (org-table-convert-refs-to-rc): Fix bug when
1064         converting remote table references.
1066         * org-agenda.el (org-agenda-switch-to): Run hooks in
1067         ̀org-agenda-after-show-hook'.
1069         * ob-ref.el (org-babel-ref-index-list): Use let* and rename the
1070         variable `length' to `lgth'.
1072         * org-plot.el (org-plot/gnuplot-to-grid-data): Don't use
1073         ̀org-flet'.
1075         * org-exp.el (org-export-format-source-code-or-example): Ditto.
1077         * org-exp-blocks.el (org-export-blocks-preprocess): Ditto.
1079         * ob.el (org-babel-view-src-block-info)
1080         (org-babel-execute-src-block, org-babel-edit-distance)
1081         (org-babel-switch-to-session-with-code)
1082         (org-babel-balanced-split, org-babel-insert-result): Ditto.
1084         * ob-ref.el (org-babel-ref-index-list): Ditto.
1086         * ob-python.el (org-babel-python-evaluate-session): Ditto.
1088         * ob-lob.el (org-babel-lob-get-info): Ditto.
1090         * ob-gnuplot.el (org-babel-expand-body:gnuplot): Ditto.
1092         * ob-exp.el (org-babel-exp-do-export): Ditto.
1094         * org-table.el (orgtbl-to-generic): Fix docstring.
1096         * org-clock.el (org-clock-in): Call `org-clock-out' with the new
1097         argument `switch-to-state' set to nil.  Fix docstring.
1098         (org-clock-in-last): Prompt for a todo state to switch to when
1099         called with three universal prefix arguments.  Don't display a
1100         message when the clock is already running.  Update docstring.
1101         (org-clock-out): New argument `switch-to-state'.  When this
1102         argument is non-nil, prompt for a state to switch the clocked out
1103         task to, overriding `org-clock-out-switch-to-state'.
1105         * org.el (org-entry-get): Don't use `org-flet'.
1107         * org.el (org-forward-heading-same-level): Rename from
1108         `org-forward-same-level'.
1109         (org-backward-heading-same-level): Rename from
1110         `org-backward-same-level'.
1112         * org.el (org-forward-element): Rename from `org-element-forward'.
1113         (org-backward-element): Rename from `org-element-backward'.
1114         (org-up-element): Rename from `org-element-up'.
1115         (org-down-element): Rename from `org-element-down'.
1116         (org-drag-element-backward): Rename from
1117         `org-element-drag-backward'.
1118         (org-drag-element-forward): Rename from
1119         `org-element-drag-forward'.
1120         (org-mark-element): Rename from `org-element-mark-element'.
1121         (org-transpose-element): Rename from `org-element-transpose'.
1122         (org-unindent-buffer): Rename from `org-element-unindent-buffer'.
1123         (org-mode-map): Update the names of a commands.  Remove useless
1124         declarations.
1126         * org-element.el (org-element-forward, org-element-backward)
1127         (org-element-up, org-element-down)
1128         (org-element-drag-backward, org-element-drag-forward)
1129         (org-element-mark-element, org-narrow-to-element)
1130         (org-element-transpose, org-element-unindent-buffer): Move to
1131         org.el.
1133         * org.el (org-forward-same-level): Fix typo in docstring.
1135         * org-agenda.el (org-agenda-mode-map): Bind
1136         `org-agenda-show-priority' to `C-c,' instead of `P'.
1137         (org-agenda-next-item, org-agenda-previous-item): New commands to
1138         move by one item down/up in the agenda.
1139         (org-agenda-mode-map): Bind `org-agenda-next-item' and
1140         `org-agenda-previous-item' to `N' and `P' respectively.
1142         * org-rmail.el (org-rmail-store-link, org-rmail-follow-link):
1143         Toggle headers when necessary.
1145         * org-element.el (org-narrow-to-element): Autoload.
1147         * org.el (org-mode-map): Use `M-h' for `org-element-mark-element'.
1148         (org-mark-subtree): Allow a numeric prefix argument to move up
1149         into the hierarchy of headlines.
1151         * org-element.el (org-element-up, org-element-down): Autoload.
1153         * org.el: Declare functions and don't require org-element.
1155         * org-element.el (org-element-at-point, org-element-forward)
1156         (org-element-backward, org-element-drag-backward)
1157         (org-element-drag-forward, org-element-mark-element)
1158         (org-element-transpose, org-element-unindent-buffer): Autoload.
1159         Require 'org and remove all declarations.
1161         * org.el (org-outline-regexp-bol, org-heading-regexp): Use
1162         variables instead of constants.
1164         * org-archive.el (org-datetree-find-date-create): Declare.
1166         * org.el (org-open-at-point): Only set
1167         `clean-buffer-list-kill-buffer-names' when the feature 'midnight
1168         has been loaded.
1170         * org-icalendar.el (org-print-icalendar-entries): Let
1171         APPT_WARNTIME take precedence over ̀org-icalendar-alarm-time'.
1173         * org.el (org-special-properties): New special property
1174         CLOCKSUM_T.
1175         (org-entry-properties): Handle the new special property.
1177         * org-colview.el (org-columns): Handle a new special property
1178         CLOCKSUM_T.
1179         (org-agenda-colview-summarize, org-agenda-colview-compute): Ditto.
1181         * org-clock.el (org-clock-sum-today): New function.
1182         (org-clock-sum): New argument PROPNAME to set a custom text
1183         property instead of :org-clock-minutes.
1185         * org-agenda.el (org-agenda-check-type): Throw a more appropriate
1186         error message when no agenda is currently being displayed.
1188         * org.el (org-get-property-block): Find blocks before the first
1189         headline.
1190         (org-entry-properties): Minor code cleanup.
1191         (org-entry-get, org-entry-get-with-inheritance): Get property
1192         before the first headline.
1194         * org-mobile.el (org-mobile-create-index-file): Use `files-alist'.
1196         * org.el (org-make-link): Delete.
1197         (org-store-link, org-insert-link)
1198         (org-file-complete-link): Don't use `org-make-link'.
1200         * org-wl.el (org-wl-store-link-folder)
1201         (org-wl-store-link-message): Ditto.
1203         * org-vm.el (org-vm-store-link): Ditto.
1205         * org-rmail.el (org-rmail-store-link): Ditto.
1207         * org-mhe.el (org-mhe-store-link): Ditto.
1209         * org-mew.el (org-mew-store-link): Ditto.
1211         * org-irc.el (org-irc-erc-store-link): Ditto.
1213         * org-info.el (org-info-store-link): Ditto.
1215         * org-id.el (org-id-store-link): Ditto.
1217         * org-gnus.el (org-gnus-group-link, org-gnus-article-link): Ditto.
1219         * org-eshell.el (org-eshell-store-link): Ditto.
1221         * org-bbdb.el (org-bbdb-store-link): Ditto.
1223         * org.el (org-url-hexify-p): New option.  When non-nil (the
1224         default), hexify URLs when creating a link.
1226         * org.el (org-insert-link): Make sure point is at the beginning of
1227         the buffer.
1229         * org.el (clean-buffer-list-kill-buffer-names): Declare.
1230         (org-open-at-point): Allow opening multiple shell links by
1231         creating a new output buffer for each shell process.  The new
1232         buffer is added to `clean-buffer-list-kill-buffer-names'.
1234         * org-mobile.el (org-mobile-create-index-file): Use
1235         `org-global-tags-completion-table' instead of
1236         `org-tag-alist-for-agenda' to get the tags for the index file.
1238         * org.el (org-global-tags-completion-table): Fix typo in
1239         docstring.
1241         * org.el (org-link-to-org-use-id): Use `org-capture' instead of
1242         `org-remember' in the docstring.
1243         (org-link-fontify-links-to-this-file): New function to fontify
1244         links to the current buffer in `org-stored-links'.
1245         (org-store-link): Small code simplification.
1246         (org-link-prettify): Enclose literal links into <...> instead of
1247         [[...]].
1248         (org-insert-link): Use `org-link-fontify-links-to-this-file'.
1249         Also allow completion over links' descriptions, as well as links
1250         destinations.  When the user uses the description for completion,
1251         don't prompt again for a description.
1253         * org-capture.el (org-capture-templates): Fix docstring by adding
1254         Gnus to the list of mail clients.
1256         * org.el (org-log-repeat): Enhance docstring.
1258         * org.el (org-mode-map): Don't bind C-<up> and C-<down> to
1259         `org-element-backward/forward' as these functions stops when there
1260         is no element of the same type before/after point.  It is useful
1261         to navigate with `forward/backward-paragraph' with no stop in most
1262         cases.
1264         * org-capture.el (org-capture-templates): New template %l to
1265         insert the literal link pointing at the current buffer.
1267         * org.el (org-todo-keywords): Ditto.
1269         * org.el (org-fill-paragraph): Falls back on
1270         `message-fill-paragraph' if required in `message-mode'.
1272         * org-pcomplete.el (pcomplete/org-mode/file-option/x): New macro.
1273         (pcomplete/org-mode/file-option/options)
1274         (pcomplete/org-mode/file-option/title)
1275         (pcomplete/org-mode/file-option/author)
1276         (pcomplete/org-mode/file-option/email)
1277         (pcomplete/org-mode/file-option/date): Use the new macro to offer
1278         completion over default values for #+OPTIONS, #+TITLE, #+AUTHOR,
1279         #+EMAIL and #+DATE.
1281         * org-agenda.el (org-agenda-write): Fix bug when writing agenda to
1282         an external file while `org-agenda-sticky' is non-nil.
1284         * org.el (org-speed-commands-default): New speedy command to
1285         quickly add the :APPT_WARNTIME: property.
1287         * org-agenda.el (org-agenda-to-appt): Use the :APPT_WARNTIME:
1288         property to override `appt-message-warning-time' when adding an
1289         appointment from an entry.
1291         * org.el (org-version): Improve docstring.
1292         (org-self-insert-cluster-for-undo): The default value should be
1293         nil for Emacs >=24.1.  See bug#11774.
1295         * org.el (org-fontify-meta-lines-and-blocks-1): Fix previous
1296         commit.
1298         * org.el (org-options-keywords): New constant.
1299         (org-additional-option-like-keywords): Remove duplicates with
1300         keywords in the new constant.
1301         (org-additional-option-like-keywords-for-flyspell): Use the new
1302         constant.
1303         (org-mode-flyspell-verify): Exclude keywords from the new
1304         constant.
1306         * org-pcomplete.el (pcomplete/org-mode/file-option): Use
1307         `org-options-keywords'.
1309         * org.el (org-toggle-heading): Bugfix: use
1310         `org-element-mark-element' instead of `org-mark-list'.
1312         * org-list.el (org-mark-list): Delete.
1314         * org.el: Update a few keybindings.
1316         * org-element.el (org-element-down): Throw an error when the
1317         element has no content.
1319         * org-table.el (orgtbl-radio-table-templates): Add a template for
1320         org-mode.
1321         (orgtbl-to-orgtbl): Complete and align the table created with
1322         orgtbl-to-orgtbl, in case the user use the function for radio
1323         tables.
1324         (orgtbl-to-table.el): New function to export a table to another
1325         one using the table.el format.
1326         (orgtbl-to-unicode): New function to export a table using unicode
1327         characters.
1329         * org-exp.el (org-export-language-setup): Use "Sommaire" for the
1330         french translation of "Table of contents", to avoid a possible bug
1331         when exporting to ODT.
1333         * org.el (org-additional-option-like-keywords): Add keywords.
1334         (org-additional-option-like-keywords-for-flyspell): New constant
1335         to use with flyspell.
1336         (org-mode-flyspell-verify): Use the dedicated constant and don't
1337         check `org-startup-options'.
1339         * org-agenda.el (org-batch-store-agenda-views): Use the sticky
1340         agenda buffer name, if required.
1341         (org-agenda-write): New parameter `agenda-bufname' to allow
1342         setting the agenda buffer name.
1344         * org.el (org-mode-map): Add keybindings for
1345         `org-element-forward', `org-element-backward', `org-element-up'
1346         and `org-element-down'.
1348         * org.el (org-auto-fill-function): Don't call `do-auto-fill'
1349         within (org-let org-fb-vars ...) as `do-auto-fill' should do the
1350         right thing whether orgstruct++-mode is turned on or off.
1352         * org.el (org-sparse-tree-default-date-type): New option.
1353         (org-ts-type): New variable.
1354         (org-sparse-tree): New argument `type'.  Use the new option
1355         `org-sparse-tree-default-date-type' as the default value for
1356         `type'.  Fix docstring.
1357         (org-re-timestamp): New function.
1358         (org-check-before-date, org-check-after-date)
1359         (org-check-dates-range): Use `org-ts-type' and `org-re-timestamp'
1360         to tell compute the date regexp.
1362         * org.el (orgstruct++-mode, org-get-local-variables): Also set
1363         `normal-auto-fill-function' when turning on/off orgstruct++-mode.
1365         * org-agenda.el (org-agenda-start-with-log-mode): Add relevant
1366         customization types.
1368         * org-faces.el (org-document-title): Use the normal height.
1370         * org-clock.el (org-x11idle-exists-p): New variable.
1371         (org-user-idle-seconds): Use it.
1373         * org.el (org-mode-map): Rebind `org-insert-all-links' to `C-c
1374         C-M-l'.
1376         * org.el (org-insert-all-links): New command.
1377         (org-insert-link): `org-keep-stored-link-after-insertion' is now
1378         checked when the link to insert has been defined, regardless on
1379         how it has been defined.  Also don't read the description
1380         interactively when the `default-description' parameter was given.
1381         (org-mode-map): Bind `org-insert-all-links' to `C-c C-L'.
1383         * org.el (org-inc-effort): New command to increment the effort
1384         property.
1385         (org-set-effort): Use it.
1386         (org-mode-map): Bind it to `C-c C-x E'.
1387         (org-speed-commands-default): Use `E' as a speed command for it.
1389         * org.el (org-re-property-keyword): New function.
1390         (org-entry-put): Use it to fix a bug with respect to setting the
1391         value of a property when a property line with no value already
1392         exists.
1394         * org.el (org-timestamp-change): Adjust clock in other org files
1395         correctly.
1397         * org-clock.el (org-user-idle-seconds): Simplify.
1399         * org.el (org-mode-map): Bind `org-resolve-clocks' to `C-c C-x
1400         C-z'.
1402         * org.el (org-mode-map): Add keybindings to
1403         `org-element-transpose' and `org-narrow-to-element'.
1404         (org-metaup): Fall back on `org-element-drag-backward'.
1405         (org-metadown): Fall back on `org-element-drag-forward'.  Also
1406         move chunks of declarations and require statements to get rid of
1407         compiler warnings.
1409         * org-exp-blocks.el (org): Don't require org.  Add declarations.
1411         * org-clock.el (org): Don't require org.
1413         * ob-exp.el (org-list-forbidden-blocks): Add declarations.
1415         * org.el (org-timestamp-change): Don't use the `position'.
1417         * org.el (org-clock-history, org-clock-adjust-closest): New
1418         variables.
1419         (org-timestamp-change): Maybe adjust the next or previous clock in
1420         `org-clock-history'.
1421         (org-shiftmetaup, org-shiftmetadown): On clock logs, update the
1422         timestamp at point and adjust the next or previous clock in
1423         `org-clock-history', when possible.
1425         * org-clock.el (org-clock-in): Set the marker for
1426         `org-clock-history' at a safer position.
1428         * org-timer.el (org-timer-pause-or-continue, org-timer-stop):
1429         Autoload.
1431         * org-mobile.el (org-mobile-post-pull-hook): Fix docstring.
1433         * org.el (org-indent-line): Fix indentation of a property line
1434         starting at the beginning of a line.
1436         * org-odt.el (org-odt-cleanup-xml-buffers): Use the new alias.
1438         * org-compat.el: Alias `org-condition-case-unless-debug' to
1439         `condition-case-unless-debug' or `condition-case-no-debug'.
1441         * org.el (org-todo-keywords): Ditto.
1443         * org.el (org-use-fast-todo-selection): Reformat docstring.
1445         * org.el (org-flag-drawer): Add a docstring.
1446         (org-mode-map): Bind ̀org-clock-cancel' to "C-cC-xC-q" and
1447         `org-clock-in-last' to "C-cC-xC-x".  This fixes a bug in the
1448         previous keybinding for `org-clock-in-last', which would override
1449         the one for `org-clock-in'.
1451         * org-clock.el (org-clock-in-last): Prevent errors when there is
1452         no clocking history.
1453         (org-clock-cancel): Fix bug when checking against a clock log in a
1454         folded drawer.
1456         * org.el (org-link-expand-abbrev): Implement "%(my-function)" as a
1457         new specifier.  Update the docstring.
1459         * org.el (org-startup-options): Fix docstring formatting.
1461         * org.el (org-use-sub-superscripts): Fix typo in docstring.
1463         * org.el (org-refile): Fix bug: prevent looping when calling
1464         `org-set-tags' internally.
1466         * org.el (org-mode-map): Add `C-c C-x C-I' as a keybinding for
1467         `org-clock-in-last'.
1469         * org-clock.el (org-clock-continuously): New option.
1470         (org-clock-in): Three universal prefix arguments set
1471         `org-clock-continuously' to `t' temporarily.
1472         (org-clock-in-last): Fix call to `org-clock-select-task' and
1473         support continuous clocking.
1474         (org-clock-out-time): New variable.
1475         (org-clock-out): Set `org-clock-out-time' when clocking out.
1476         Small docstring rewriting.
1477         (org-clock-remove-empty-clock-drawer): Fix "invalid search bound"
1478         bug when trying to delete empty logbook drawer.
1479         (org-clock-cancel): If the clock log is gone, send a warning
1480         instead of deleting the region that is supposed to contain it.
1482         * org.el (org-move-line-down, org-move-line-up): Remove.
1483         (org-metaup, org-metadown): When the region is active, move it
1484         up/down by one line, with no regard to the context.
1486         * org-odt.el (org-odt-cleanup-xml-buffers): Use the new alias.
1488         * org-compat.el: Alias `org-condition-case-unless-debug' to
1489         `condition-case-unless-debug' or `condition-case-no-debug'.
1491         * org-pcomplete.el (org-thing-at-point): Ignore trailing
1492         whitespaces while looking-back at properties.
1494         * org.el (org-mode): Set `indent-region-function'.
1495         (org-indent-region): New function.
1496         (org-fill-paragraph): When in a src block, use `indent-region' to
1497         indent the whole source code instead of falling back on
1498         `fill-paragraph', as this function messes up the code.
1500         * org-src.el (org-edit-src-code): Fix docstring formatting.
1502         * ob.el (org-babel-do-key-sequence-in-edit-buffer): Ditto.
1504         * org.el (org-mode, org-add-log-setup)
1505         (org-get-property-block, org-entry-put)
1506         (org-property-next-allowed-value, org-return)
1507         (org-indent-line): Rename `org-indent-line-function' to
1508         `org-indent-line'.
1510         * org-timer.el (org-timer-item): Ditto.
1512         * org-table.el (org-table-store-formulas): Ditto.
1514         * org-clock.el (org-clock-in, org-clock-find-position): Ditto.
1516         * org-src.el (org-src-font-lock-fontify-block)
1517         (org-src-strip-leading-and-trailing-blank-lines)
1518         (org-src-ask-before-returning-to-edit-buffer)
1519         (org-edit-src-code, org-edit-src-continue)
1520         (org-edit-fixed-width-region)
1521         (org-src-do-key-sequence-at-code-block)
1522         (org-src-font-lock-fontify-block, org-src-fontify-buffer): Fix
1523         typos in docstrings.
1525         * org-docbook.el (org-export-docbook-emphasis-alist): Fix typo:
1526         use "format string" instead of "formatting string".
1528         * org-latex.el (org-export-latex-emphasis-alist)
1529         (org-export-latex-title-command, org-export-latex-tables): Ditto.
1531         * org-html.el (org-export-html-postamble): Ditto.
1533         * org-latex.el (org-export-latex-hyperref-options-format): New
1534         option.
1535         (org-export-latex-make-header): Use it.
1537         * ob.el (org-babel-confirm-evaluate): Prevent errors when
1538         `org-current-export-file' is void.
1540         * org-table.el (org-table-export): Use the file name extension to
1541         suggest the right conversion format.  Also amend the docstring.
1543         * org.el (org-speed-commands-default): Two new speed commands.
1544         Use `:' for `org-columns' and ̀#' for `org-toggle-comment'.
1546         * org.el (org-time-stamp): With two universal arguments, insert an
1547         active timestamp with the current time without prompting the user.
1549         * org-clock.el (org-clock-in-last): New command.
1551         * org-clock.el (org-clock-in): Fix typo in docstring.
1553         * org-mobile.el (org-mobile-edit): Fix reference to a free
1554         variable.
1556         * org.el (org-doi-server-url): Update :group.
1558         * ob-lob.el (org-babel-lob-execute): Fix reference to non-existent
1559         variable.
1561         * org.el (org-doi-server-url): New option.
1562         (org-open-at-point): Use it.
1564         * org.el (org-at-comment-p): New function.
1565         (org-toggle-heading): Use `org-at-comment-p' to skip comments.
1567         * org-html.el (org-export-as-html): Add links to the Org mode and
1568         GNU Emacs websites When :html-postamble is set to 't.
1570         * org-export.el (org-export-creator-string): Add links to the Org
1571         mode and GNU Emacs websites.
1573         * org-special-blocks.el
1574         (org-special-blocks-convert-html-special-cookies): Prevent errors
1575         by first checking `org-line' is not nil.
1577         * org-clock.el (org-clock-string-limit)
1578         (org-clock-modeline-total, org-clock-task-overrun-text)
1579         (org-clock-mode-line-entry): Doc fix, "modeline" -> "mode line".
1581         * org.el (org-at-timestamp-p): Set ̀org-ts-what' to 'after when the
1582         point is right after the timestamp.  `org-at-timestamp-p' still
1583         returns `t' in this case, as this is more practical.
1584         (org-return): Check against ̀org-ts-what' to verify that point is
1585         really within the timestamp (if any).
1587         * org.el (org-return): Follow time-stamp links when point is an a
1588         time-stamp.
1590         * org-capture.el (org-capture-bookmark): New option.
1591         (org-capture-finalize): Use it.
1593         * org-publish.el (org-publish-cache-file-needs-publishing): Make
1594         the column mandatory after #+include:.
1596         * org-exp.el (org-export-handle-include-files): Ditto.
1598         * org-bibtex.el (org-bibtex-entries): Rename from
1599         (org-bibtex-read, org-bibtex-write): Use the new name.
1601         * org-exp.el (org-export-handle-include-files): Allow to use
1602         #+include with no column.
1604         * org-publish.el (org-publish-cache-file-needs-publishing): Make
1605         quotes mandatory around the file name and allow spaces in it.
1607         * org-html.el (org-export-as-html): Add link to Org's and Emacs's
1608         websites.
1610         * org-latex.el
1611         (org-export-latex-link-with-unknown-path-format): New option.
1612         (org-export-latex-links): Use it.
1614         * org-agenda.el (org-agenda-get-timestamps): Remove any active
1615         timestamp from the headline text, not only those for the current
1616         date.
1618         * org.el (org-set-tags): Allow setting tags for headlines in the
1619         region when `org-loop-over-headlines-in-active-region' is non-nil.
1621         * org.el (org-allow-promoting-top-level-subtree): New option to
1622         allow promoting a top-level subtree.
1623         (org-called-with-limited-levels): New variable, dynamically bound
1624         within the `org-with-limited-levels' macro.
1625         (org-promote): Use the new option to allow promoting a top-level
1626         subtree.
1628         * org-macs.el (org-with-limited-levels): Let-bind
1629         `org-called-interactively-p' to t.
1631         * org.el (org-create-formula-image-with-dvipng)
1632         (org-create-formula-image-with-imagemagick): Make sure a file
1633         exists before trying to delete it.
1635         * org.el (org-scan-tags): Correctly match TODO keywords.
1637         * org-agenda.el (org-agenda-bulk-action): Fix bug: use
1638         `org-agenda-bulk-unmark-all'.
1640         * org.el (orgstruct++-mode): Fix docstring.
1641         (org-fill-paragraph): Use the 'justify parameter when falling back
1642         on `fill-paragraph'.
1644         * org.el (org-indent-line-function): Use `org-let' instead of
1645         `orgstruct++-ignore-org-filling'.
1646         (org-fill-paragraph, org-auto-fill-function): Ditto.
1648         * org-macs.el (orgstruct++-ignore-org-filling): Delete.
1650         * org-table.el (org-table-time-string-to-seconds): Return the
1651         empty string if provided.
1652         (org-table-eval-formula): When assigning a duration string, handle
1653         it correctly -- i.e. don't make any computation on it, except the
1654         one to insert it using the correct duration format.
1656         * org.el (org-indent-line-function): Fix bug.
1658         * org-clock.el (org-frame-title-format-backup): New variable to
1659         store the value of `frame-title-format' before `org-clock' might
1660         replace it by `org-clock-frame-title-format'.
1661         (org-clock-frame-title-format): New option.
1662         (org-frame-title-string): Delete.
1663         (org-clock-update-mode-line): Minor code reformatting.
1664         (org-clock-in, org-clock-out, org-clock-cancel): Use
1665         `org-clock-frame-title-format'.
1667         * org-clock.el (org-clock-get-clock-string): Add a space.
1669         * org-list.el (org-mark-list): Return an error when there is no
1670         list at point.
1672         * org.el (org-toggle-heading): Allow `C-u C-c *' to mark the list
1673         at point before converting items to headings.  With a simple
1674         universal-argument, set `current-prefix-arg' to 1, otherwise keep
1675         the numeric value.
1677         * org-agenda.el (org-agenda-view-mode-dispatch): Make the message
1678         more readable.
1680         * org-agenda.el (org-agenda-mode-map): New keybinding ̀*' to mark
1681         all entries for bulk action.
1682         (org-agenda-menu): New menu item for marking all entries.
1683         (org-agenda-bulk-mark-all): New function to mark all entries.
1684         (org-agenda-bulk-mark-regexp): Minor docstring fix.
1685         (org-agenda-bulk-unmark): With a prefix argument, unmark all.
1686         Also send a better message.
1687         (org-agenda-bulk-remove-all-marks): Rename to
1688         `org-agenda-bulk-unmark-all'.  Check against
1689         `org-agenda-bulk-marked-entries' before trying to unmark entries.
1690         Minor docstring fix.
1691         (org-agenda-bulk-unmark-all): Renamed from
1692         ̀org-agenda-bulk-remove-all-marks'.
1694         * org-agenda.el (org-agenda-bulk-mark-char): New option.
1695         (org-agenda-bulk-mark): Use the new option.
1697         * org.el (org-src-prevent-auto-filling): New option to prevent
1698         auto-filling in src blocks.  This defaults to nil to avoid people
1699         being surprised that no auto-fill occurs in Org buffers where they
1700         use `auto-fill-mode'.
1701         (org-auto-fill-function): Use the new option.
1703         * org.el (org-properties-postprocess-alist): Better customization
1704         type.
1705         (org-set-property): Fix the check against
1706         `org-properties-postprocess-alist'.
1708         * org-macs.el (orgstruct++-ignore-org-filling): Set
1709         `def-edebug-spec' correctly.
1711         * org-colview.el (org-columns-string-to-number): When computing
1712         the values for the colview, match durations and convert them to
1713         HH:MM values.
1715         * org.el (org-duration-string-to-minutes): Match non-round
1716         numbers.  Add a new optional parameter to allow returning the
1717         output as a string.
1719         * org.el (org-auto-fill-fallback-function)
1720         (org-indent-line-fallback-function)
1721         (org-fill-paragraph-fallback-function)
1722         (org-auto-fill-fallback-function)
1723         (org-indent-line-fallback-function)
1724         (org-fill-paragraph-fallback-function): Remove.
1725         (org-fb-vars): New buffer-local variable.
1726         (orgstruct++-mode): Use the fallback variable `org-fb-vars' to
1727         store, use and restore variables if needed.
1728         (org-fill-paragraph): Ignore `orgstruct++-mode' filling variables
1729         when needed.
1730         (org-auto-fill-function, org-indent-line-function): Ditto.
1732         * org-macs.el (orgstruct++-ignore-org-filling): New macro.
1734         * org-exp-block.el: Use `org-find-library-name' instead of
1735         `find-library-name'.
1737         * org-compat.el (org-find-library-name): Convert into a macro to
1738         avoid compilation of a function from XEmacs in Emacs and vice
1739         versa.
1741         * org-table.el (org-table-store-formulas): Fix typo.
1742         (org-table-maybe-eval-formula): Fix the regexp to only match
1743         formulas, which never end with the `=' character.  If the field
1744         only contain this character, don't eval either.
1746         * org.el (org-set-property): Perform the correct check against
1747         `org-properties-postprocess-alist'.
1749         * org-bbdb.el (org-bbdb-anniversary-format-alist): Update the
1750         customization type.
1751         (name): Suppress (defvar 'name) as name is not eval'ed when
1752         setting `org-bbdb-anniversary-format-alist'.
1754         * org.el (org-version): When called non-interactively, insert the
1755         short version string, otherwise send a message with the complete
1756         version string.
1758         * org-odt.el (org-odt-update-meta-file): Use (org-version) and
1759         delegate checking whether `org-version' is known as a variable
1760         there.
1762         * org-html.el (org-export-as-html): Use (org-version).
1764         * org-docbook.el (org-export-as-docbook): Ditto.
1766         * org-latex.el (org-export-latex-make-header): Ditto.
1768         * org-clock.el (org-clocktable-write-default): Temporarily disable
1769         `delete-active-region' so that we don't accidently delete an
1770         active region when exporting a subtree/region.
1772         * org-clock.el (org-program-exists): Remove.
1773         (org-show-notification, org-clock-play-sound): Use
1774         `executable-find' instead of `org-program-exists'.
1776         * org-agenda.el (org-diary): Prevent failure from
1777         `org-compile-prefix-format' when there is no agenda buffer.
1779         * org-agenda.el (org-agenda-mode): Replace obsolete variable
1780         `buffer-substring-filters'.
1782         * org-indent.el (org-indent-mode): Ditto.
1784         * org-compat.el (org-find-library-name): Silent the byte-compiler
1785         about a warning related to XEmacs support.
1787         * org-special-blocks.el
1788         (org-special-blocks-convert-html-special-cookies): Use `org-line'
1789         instead of `line'.
1791         * org-html.el (org-html-handle-links, org-export-as-html)
1792         (org-format-org-table-html, org-format-table-table-html)
1793         (org-html-export-list-line): Use `org-line' instead of `line' as
1794         the free variable name.
1796         * org-latex.el (org-export-latex-tables): Let-bind `hfmt'.
1798         * org-faces.el (org-list-dt): New face.
1800         * org.el (org-set-font-lock-defaults): Use `org-list-dt' as the
1801         face for definition terms in definition lists.
1803         * org.el (org-fill-paragraph): Pass the `justify' argument to
1804         `org-fill-paragraph-fallback-function'.
1806         * org.el (org-eval-in-calendar): Fix docstring to mention the
1807         KEEPDATE parameter.
1809         * org.el (org-refresh-category-properties): Let-bind
1810         `inhibit-read-only' to t.
1812         * org.el (org-auto-fill-fallback-function)
1813         (org-indent-line-fallback-function)
1814         (org-fill-paragraph-fallback-function): New variables to store
1815         some fall-back functions when turning `orgstruct++-mode' on.
1816         (orgstruct++-mode): Set the new variables.
1817         (org-indent-line-function, org-fill-paragraph)
1818         (org-auto-fill-function): Use them.
1820         * org.el (org-read-date): Bugfix: call `org-eval-in-calendar' with
1821         the 'keepdate parameter set to t when setting the cursor type.
1823         * org-agenda.el (org-agenda-persistent-marks): New option to keep
1824         marks after a bulk action.  The option defaults to nil.
1825         (org-agenda-bulk-action): Use the new option.
1827         * org-capture.el (org-capture-fill-template): Use %\n instead of
1828         %n as a template element to be replaced with the nth prompted
1829         string.
1830         (org-capture-templates): Update docstring.
1832         * org.el (org-goto): Fix docstring and document what C-u does.
1834         * org-publish.el (org-publish-cache-file-needs-publishing): Use
1835         (case-fold-search t) when looking for #+INCLUDE:.
1837         * org.el: Use (case-fold-search t).
1838         (org-edit-special, org-ctrl-c-ctrl-c): Ditto.
1840         * org-table.el:
1841         (org-table-store-formulas, org-table-get-stored-formulas)
1842         (org-table-fix-formulas, org-table-edit-formulas)
1843         (org-old-auto-fill-inhibit-regexp, orgtbl-ctrl-c-ctrl-c)
1844         (orgtbl-toggle-comment, org-table-get-remote-range): Ditto.
1846         * org-footnote.el:
1847         (org-footnote-goto-local-insertion-point): Ditto.
1849         * org-exp.el: Ditto.
1851         * org-colview.el:
1852         (org-dblock-write:columnview, org-dblock-write:columnview): Ditto.
1854         * org-clock.el (org-clocktable-write-default): Ditto.
1856         * org-capture.el (org-capture-place-table-line): Ditto.
1858         * ob.el (org-babel-data-names, org-babel-goto-named-src-block)
1859         (org-babel-src-block-names)
1860         (org-babel-where-is-src-block-result, org-babel-result-end)
1861         (org-babel-where-is-src-block-head)
1862         (org-babel-find-named-result, org-babel-result-names): Ditto.
1864         * org-table.el (orgtbl-send-table): Escape special characters.
1865         Introduce a new parameter :no-escape to prevent escaping.
1867         * org-agenda.el (org-toggle-sticky-agenda): Only shout a message
1868         when called interactively.
1869         (org-agenda-get-restriction-and-command): Call
1870         `org-toggle-sticky-agenda' interactively.
1872         * org-agenda.el (org-agenda-top-category-filter): New variable for
1873         storing the current top-category filter.
1874         (org-agenda-redo): Apply a top-category filter, if any.
1875         (org-agenda-filter-by-top-category)
1876         (org-agenda-filter-top-category-apply): Set
1877         `org-agenda-top-category-filter' to the right value.
1879         * org-clock.el (org-clock-out, org-clock-cancel)
1880         (org-clock-in): Don't modify `frame-title-format' if it is a
1881         string.
1883         * org-latex.el (org-export-latex-special-chars): Fix bug when
1884         escaping special characters in a table.
1886         * org.el (org-read-date): Set cursor-type to nil in the calendar.
1888         * org-faces.el (org-date-selected): Use inverse video.  Don't
1889         explicitely set bold to nil as it causes `customize-face' to show
1890         the weight property and thus encourage the user to change it.
1891         Warn in the docstring that using bold might cause problems when
1892         displaying the calendar.
1894         * org-id.el (org-id-update-id-locations): New parameter to silent
1895         `org-id-find'.
1896         (org-id-find): Use the new parameter.
1898         * org.el (org-show-hierarchy-above, org-cycle)
1899         (org-global-cycle, org-files-list, org-store-link)
1900         (org-link-search, org-open-file, org-display-outline-path)
1901         (org-refile-get-location, org-update-all-dblocks)
1902         (org-change-tag-in-region, org-entry-properties)
1903         (org-save-all-org-buffers, org-revert-all-org-buffers)
1904         (org-buffer-list, org-cdlatex-mode)
1905         (org-install-agenda-files-menu, org-end-of-subtree)
1906         (org-speedbar-set-agenda-restriction): Use (derived-mode-p
1907         'org-mode) instead of (eq major-mode 'org-mode).
1909         * org-timer.el (org-timer-set-timer): Ditto.
1911         * org-table.el (orgtbl-mode, org-table-align, orgtbl-mode): Ditto.
1913         * org-src.el (org-edit-src-exit, org-edit-src-code)
1914         (org-edit-fixed-width-region, org-edit-src-exit): Ditto.
1916         * org-remember.el (org-remember-handler): Ditto.
1918         * org-mouse.el (dnd-open-file, org-mouse-insert-item): Ditto.
1920         * org-macs.el (org-get-limited-outline-regexp): Ditto.
1922         * org-lparse.el (org-replace-region-by): Ditto.
1924         * org-latex.el (org-latex-to-pdf-process)
1925         (org-replace-region-by-latex): Ditto.
1927         * org-indent.el (org-indent-indent-buffer): Ditto.
1929         * org-id.el (org-id-store-link, org-id-update-id-locations)
1930         (org-id-store-link): Ditto.
1932         * org-html.el (org-export-html-preprocess)
1933         (org-replace-region-by-html): Ditto.
1935         * org-footnote.el (org-footnote-normalize)
1936         (org-footnote-goto-definition)
1937         (org-footnote-create-definition, org-footnote-normalize): Ditto.
1939         * org-docbook.el (org-replace-region-by-docbook): Ditto.
1941         * org-ctags.el (find-tag): Ditto.
1943         * org-colview.el (org-columns-redo)
1944         (org-columns-display-here, org-columns-edit-value)
1945         (org-columns-redo): Ditto.
1947         * org-capture.el (org-capture-insert-template-here)
1948         (org-capture, org-capture-finalize)
1949         (org-capture-set-target-location)
1950         (org-capture-insert-template-here): Ditto.
1952         * org-ascii.el (org-replace-region-by-ascii): Ditto.
1954         * org-archive.el (org-archive-subtree): Ditto.
1956         * org-agenda.el (org-agenda)
1957         (org-agenda-get-restriction-and-command)
1958         (org-agenda-get-some-entry-text, org-search-view)
1959         (org-tags-view, org-agenda-get-day-entries)
1960         (org-agenda-format-item, org-agenda-goto, org-agenda-kill)
1961         (org-agenda-archive-with, org-agenda-switch-to): Ditto.
1963         * org.el (org-repeat-re)
1964         (org-clone-subtree-with-time-shift, org-auto-repeat-maybe)
1965         (org-deadline, org-schedule, org-matcher-time)
1966         (org-time-stamp, org-read-date, org-read-date-get-relative)
1967         (org-display-custom-time, org-get-wdays)
1968         (org-time-string-to-absolute, org-closest-date)
1969         (org-timestamp-change): Allow to set hourly repeat cookie.  Send
1970         an error when an hourly repeat cookie is set and no hour is
1971         specified in the timestamp.
1973         * org-icalendar.el (org-print-icalendar-entries): Handle hourly
1974         repeat cookies.
1976         * org-clock.el (org-program-exists): Fix docstring.
1978         * org-clock.el (org-clock-file-time-cell-format): New option.
1979         (org-clocktable-write-default): Use it.
1981         * org-faces.el (org-date-selected): New face.
1983         * org.el (org-date-ovl): Use `org-date-selected'.
1985         * org.el (org-mode): Don't use `buffer-face-mode' by default.
1987         * org-agenda.el (org-agenda-mode-map): Bind `^' to
1988         `org-agenda-filter-by-top-category'.
1990         * org-ascii.el (org-export-ascii-underline): Change the default
1991         underlining characters for headlines of level 1 and 2.  Also
1992         introduce \. as the underline character for headlines of level 5.
1994         * org-table.el (org-table-recalculate-buffer-tables)
1995         (org-table-iterate-buffer-tables): Add autoload cookie.
1997         * org.el (org-table-map-tables): Exclude tables in src and example
1998         blocks.
2000         * org.el (org-fill-paragraph): Leave scheduled/deadline lines
2001         untouched when filling an adjacent paragraph.
2003         * org-html.el (org-export-html-preamble-format)
2004         (org-export-html-postamble-format): Improve the docstring.
2006         * org.el (org-todo): Fix regression: rename `state' to
2007         `org-state'.
2009         * org-clock.el (org-show-notification): Use `fboundp' instead of
2010         `featurep' and the additional `require'.
2012         * org-clock.el (org-clock-in-prepare-hook): New option to format
2013         the total time cells.
2014         (org-clocktable-write-default): Use the new option.
2016         * org.el (org-open-at-point): Allow to open the agenda from an
2017         active or inactive timestamp in a headline.
2019         * org-html.el (org-export-html-date-format-string): Make a
2020         defcustom.
2022         * org-latex.el (org-export-as-latex): Fix TeX-master declaration.
2024 2012-09-30  Carsten Dominik  <carsten.dominik@gmail.com>
2026         * org-table.el (org-table-expand-lhs-ranges): Allow hline
2027         references to be expanded correctly in LHS of formulas.
2029         * org-beamer.el (org-beamer-inherited-properties): New option.
2030         (org-beamer-after-initial-vars): Use new option to look for
2031         inherited properties.
2033         * org.el (org-ts-regexp0): Allow time stamps without name of day.
2035         * org-agenda.el (org-toggle-sticky-agenda):
2036         (org-agenda-sticky): Improve :set property.
2038         * org-agenda.el (org-agenda-local-vars): Clean up the variable
2039         list.
2040         (org-agenda-get-restriction-and-command): Add a key for toggling
2041         sticky agenda views.
2043         * org-agenda.el (org-agenda-local-vars): Final decisions about
2044         global/local
2046         * org-agenda.el (org-agenda-force-single-file): Variable removed.
2047         (org-prepare-agenda-window): Store pre-agenda window config
2048         locally.
2049         (org-timeline): Introduce a scoped version of
2050         `org-agenda-show-log'.
2051         (org-agenda-list): Introduce a scoped version of
2052         `org-agenda-show-log'.
2053         (org-agenda-get-progress): Use the scoped version of
2054         `org-agenda-show-log'.
2055         (org-agenda-local-vars): Write the analysis result as a comment -
2056         to be cleaned up in the next iteration.
2058         * org-agenda.el (org-toggle-sticky-agenda): Kill all agenda
2059         buffers when toggling sticky-agendas.
2060         (org-agenda-get-restriction-and-command): Add `C-c a C-k' as a key
2061         to explicitly kill all agenda buffers.
2062         (org-agenda-run-series): Remove any old agenda markers in the
2063         buffer that is going to take the new block agenda.
2064         (org-prepare-agenda): Reset markers before erasing the buffer anc
2065         running `org-agenda-mode', because after that hte local variable
2066         `org-agenda-markers' will have gone away.
2067         (org-agenda-Quit):
2068         (org-finalize-agenda): Install the marker resetter into the
2069         `kill-buffer-hook'.
2070         (org-agenda-save-markers-for-cut-and-paste): Look for markers in
2071         all agenda buffers.
2072         (org-agenda-kill-all-agenda-buffers): New function.
2074 2012-09-30  Chris Gray  <chrismgray@gmail.com>
2076         * org-html.el (org-export-as-html): Remove the check for body-only
2077         in the code for generating tables of contents.
2079 2012-09-30  Christoph Dittmann  <github@christoph-d.de>  (tiny change)
2081         * org-beamer.el (org-beamer-auto-fragile-frames): Make
2082         [fragile] work with overlay specifications.
2084 2012-09-30  Christophe Junke  <christophe.junke@inria.fr>  (tiny change)
2086         * org-agenda.el (org-agenda-list): Ensures that the list returned
2087         by `org-agenda-add-time-grid-maybe' is appended to ̀rtnall' before
2088         checking if the latter is emtpy.
2090 2012-09-30  Christophe Junke  <junke.christophe@gmail.com>  (tiny change)
2092         * org-agenda.el (org-agenda-list): Ensure that the list returned
2093         by `org-agenda-add-time-grid-maybe' is appended to `rtnall' before
2094         checking if the latter is emtpy.
2096 2012-09-30  Christophe Rhodes  <csr21@cantab.net>  (tiny change)
2098         * org-latex.el (org-export-latex-tables): Support setting the
2099         :hfmt parameter from #+ATTR_LaTeX.
2101 2012-09-30  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>  (tiny change)
2103         * org-exp.el (org-export-handle-include-files)
2104         (org-get-file-contents): Handle new parameter :addlevel.
2106 2012-09-30  Dave Abrahams  <dave@boostpro.com>  (tiny change)
2108         * org.el (org-link-prettify): New function to prettify links while
2109         displaying them with `org-insert-link'.
2110         (org-insert-link): Use the new function.
2112 2012-09-30  David Maus  <dmaus@ictsoc.de>
2114         * org-exp.el (org-export-language-setup): Use numeric character
2115         entities for proper rendering of non-UTF8 documents.
2117         * org-exp.el (org-export-language-setup): Add japanese
2118         translation.
2120 2012-09-30  Eric Schulte  <eric.schulte@gmx.com>
2122         * ob-sh.el (org-babel-sh-evaluate): Don't could 0-length shebangs.
2124         * ob.el (org-babel-insert-result): Replace key sequence with
2125         function call.  Use a more informative flag to the local function.
2126         (org-add-protective-commas): Declare a new external function.
2128         * org-src.el (org-add-protective-commas): This should be its own
2129         function.
2130         (org-edit-src-exit): Use the new function.
2132         * org-compat.el (org-labels): Remove.
2134         * org-bibtex.el (org-bibtex-headline): Don't use `org-labels'.
2136         * ob.el (org-babel-sha1-hash, org-babel-noweb-p): Ditto.
2138         * ob.el (org-babel-string-read): Don't automatically evaluate code
2139         block results which look like elisp.
2140         (org-babel-import-elisp-from-file): Raise a warning message when
2141         the process of reading code block results raises an error.
2143         * ob-tangle.el (org-babel-with-temp-filebuffer): Don't execute
2144         macro argument multiple times.
2146         * org.el (org-compat): Require org-compat before we first use one
2147         of its functions (a macro actually).
2149         * ob-comint.el (org-babel-comint-with-output): Don't name the
2150         filter function, but rather pass through the anonymous lambda
2151         directly.
2153         * org.el (org-babel-load-languages): Common lisp should be
2154         mentioned as a supported babel language.
2156         * org-clock.el (org-clock-special-range): "concat 'string" ->
2157         "concat"
2158         (org-clocktable-shift): "concat 'string" -> "concat"
2160         * org-bibtex.el (org-bibtex-headline): Replacing org-flet with
2161         org-labels.
2163         * ob-calc.el (org-babel-execute:calc): Strip single quotes from
2164         calc internal representations.
2166         * org-clock.el (org-clock-special-range): Replacing cl concatenate
2167         with concat.
2168         (org-clocktable-shift): Replacing cl concatenate with concat.
2170         * ob.el (org-babel-edit-distance): Remove use of map at runtime.
2172         * org-compat.el (org-flet): Compatibility function now that flet
2173         has been removed from cl-macs.
2174         (org-labels): Compatibility function now that labels has been
2175         removed from cl-macs.
2177         * ob-R.el (org-compat): Require org-compat.
2179         * ob-comint.el: Require org-compat.
2181         * ob-exp.el (org-babel-exp-do-export): Switch to compatibility
2182         function.
2184         * ob-gnuplot.el (org-babel-expand-body:gnuplot): Switch to
2185         compatibility function.
2187         * ob-lob.el (org-babel-lob-get-info): Switch to compatibility
2188         function.
2189         (org-babel-lob-execute): Switch to compatibility function.
2191         * ob-python.el (org-babel-python-evaluate-session): Switch to
2192         compatibility function.
2194         * ob-ref.el (org-babel-ref-index-list): Switch to compatibility
2195         function.
2197         * ob-sh.el (org-babel-sh-var-to-string): Switch to compatibility
2198         function.
2200         * ob-tangle.el (org-babel-load-file): Switch to compatibility
2201         function.
2202         (org-babel-tangle): Switch to compatibility function.
2203         (org-babel-spec-to-string): Switch to compatibility function.
2205         * ob.el (org-babel-view-src-block-info): Switch to compatibility
2206         function.
2207         (org-babel-execute-src-block): Switch to compatibility function.
2208         (org-babel-edit-distance): Switch to compatibility function.
2209         (org-babel-switch-to-session-with-code): Switch to compatibility
2210         function.
2211         (org-babel-sha1-hash): Switch to compatibility function.
2212         (org-babel-balanced-split): Switch to compatibility function.
2213         (org-babel-join-splits-near-ch): Switch to compatibility function.
2214         (org-babel-get-rownames): Switch to compatibility function.
2215         (org-babel-format-result): Switch to compatibility function.
2216         (org-babel-insert-result): Switch to compatibility function.
2217         (org-babel-examplize-region): Switch to compatibility function.
2218         (org-babel-merge-params): Switch to compatibility function.
2219         (org-babel-noweb-p): Switch to compatibility function.
2220         (org-babel-expand-noweb-references): Switch to compatibility
2221         function.
2223         * org-bibtex.el (org-bibtex-headline): Switch to compatibility
2224         function.
2225         (org-bibtex-fleshout): Switch to compatibility function.
2226         (org-bibtex-read): Switch to compatibility function.
2227         (org-bibtex-write): Switch to compatibility function.
2229         * org-exp-blocks.el (org-export-blocks-preprocess): Switch to
2230         compatibility function.
2232         * org-exp.el (org-export-format-source-code-or-example): Switch to
2233         compatibility function.
2235         * org-macs.el (org-called-interactively-p): Indentation fix.
2237         * org-mouse.el (org-mouse-timestamp-today): Switch to
2238         compatibility function.
2239         (org-mouse-set-priority): Switch to compatibility function.
2240         (org-mouse-popup-global-menu): Switch to compatibility function.
2241         (org-mouse-context-menu): Switch to compatibility function.
2243         * org-plot.el (org-plot/gnuplot-to-grid-data): Switch to
2244         compatibility function.
2245         (org-plot/gnuplot-script): Switch to compatibility function.
2247         * org.el (org-entry-get): Switch to compatibility function.
2248         (org-fill-paragraph): Switch to compatibility function.
2249         (org-auto-fill-function): Switch to compatibility function.
2251         * ob-lob.el (org-babel-lob-execute): Only try to insert extant
2252         hashes.
2254         * ob-R.el (org-babel-R-command): From a defvar to a defcustom.
2256         * ob.el (org-babel-set-current-result-hash): Change the hash of
2257         the results for the current code block.
2258         (org-babel-current-result-hash): Fix documentation.
2260         * ob-lob.el (org-babel-lob-execute): Don't re-execute the called
2261         function if the current call line hash matches that in its
2262         results.
2264         * ob-R.el (org-babel-R-assign-elisp): Can't assume every entry in
2265         a table is a sequence.
2267         * ob-R.el (org-babel-R-assign-elisp): Clean up the code
2268         implementing reads of irregular data into R.
2270         * ob.el (org-babel-header-arg-expand): In new buffers
2271         (char-before) may return nil so use equal rather than =.
2273         * ob-R.el (org-babel-header-args:R): Adding values.
2275         * ob-clojure.el (org-babel-header-args:clojure): Adding values.
2277         * ob-lisp.el (org-babel-header-args:lisp): Adding values.
2279         * ob-sql.el (org-babel-header-args:sql): Adding values.
2281         * ob-sqlite.el (org-babel-header-args:sqlite): Adding values.
2283         * ob.el (org-babel-combine-header-arg-lists): Combine lists of
2284         arguments and values.
2285         (org-babel-insert-header-arg): Use new combined header argument
2286         lists.
2287         (org-babel-header-arg-expand): Add support for completing-read
2288         insertion of header arguments after ":"
2289         (org-babel-enter-header-arg-w-completion): Completing read
2290         insertion of header arguments
2291         (org-tab-first-hook): Adding header argument completion.
2292         (org-babel-params-from-properties): Combining header argument
2293         lists.
2295         * ob-exp.el (org-babel-exp-results): Ensure noweb expanded body is
2296         used on export.
2298         * ob.el (org-babel-result-to-file): New optional description
2299         argument.
2300         (org-babel-insert-result): Moved description logic to another
2301         function.
2303         * ob.el (org-babel-insert-result): Change name of filelinkdescr to
2304         file-desc.
2305         (org-babel-common-header-args-w-values): Change name of
2306         filelinkdescr to file-desc.
2308         * ob-C.el (org-babel-C-execute): Add .exe to the end of compiled C
2309         files on windows.
2311         * ob-exp.el (org-babel-exp-code): Escape all lines when exporting
2312         Org-mode blocks.
2314         * ob.el (org-babel-parse-src-block-match): Make use of the new
2315         language argument to org-babel-strip-protective-commas.
2316         (org-babel-parse-inline-src-block-match): Make use of the new
2317         language argument to org-babel-strip-protective-commas.
2318         (org-babel-strip-protective-commas): Now accepts a language
2319         argument.
2321 2012-09-30  Fabrice Niessen  <fniessen-TA4HMoP+1wHrZ44/DZwexQ@public.gmane.org>  (tiny change)
2323         * org-agenda.el (org-agenda-write-buffer-name): Remove the test
2324         for the presence of <style> tag.
2326 2012-09-30  Feng Shu  <tumashu@gmail.com>
2328         * org.el (org-create-formula-image-with-imagemagick): Use
2329         'call-process to launch latex so that no shell output buffer will
2330         be shown when previewing formulas.
2332         * org.el (org-create-formula-image-with-imagemagick): Fix typo.
2334         * org.el (org-latex-create-formula-image-program): New option to
2335         use either dvipng or imagemagick to convert and preview LaTeX
2336         fragments.
2337         (org-preview-latex-fragment, org-format-latex): Handle the new
2338         option.
2339         (org-create-formula-image-with-dvipng): Rename from
2340         `org-create-formula-image'.
2341         (org-create-formula-image-with-imagemagick): New defun to handle
2342         LaTeX preview with imagemagick.
2343         (org-latex-color, org-latex-color-format): New defuns to handle
2344         color conversions.
2346         * org-latex.el (org-latex-to-pdf-process, org-export-as-pdf):
2347         Allow to use imagemagick to convert LaTeX fragments.
2349         * org-html.el (org-export-html-preprocess): Ditto.
2351         * org-exp.el (org-export-with-LaTeX-fragments): Ditto.
2353 2012-09-30  George Kettleborough  <g.kettleborough@member.fsf.org>
2355         * org-clock.el: New option `org-clock-clocked-in-display' to
2356         control whether the current clock is displayed in the mode line
2357         and/or frame title.
2359         * org-timer.el: New option `org-timer-display' to control whether
2360         the current timer is displayed in the mode line and/or frame
2361         title.
2363 2012-09-30  Hans-Peter Deifel  <hpdeifel@gmx.de>  (tiny change)
2365         * ob.el (org-babel-execute-src-block): Allow the :dir header
2366         argument to take relative file names.
2368 2012-09-30  Harri Kiiskinen  <harri@pp-kaitue.(none)>  (tiny change)
2370         * org-protocol.el: New option.
2371         (org-protocol-store-link, org-protocol-do-capture): Use it.
2373 2012-09-30  Henning Weiss  <hdweiss@gmail.com>
2375         * org-mobile.el (org-mobile-edit): Added handling of addheading,
2376         refile, archive, archive-sibling and delete edit nodes.
2377         (org-mobile-locate-entry): Olp links containing only a file are
2378         now be located correctly.
2379         (org-mobile-apply): Instead of finding the location of all target
2380         headings for edit nodes in a separate loop, they will be found
2381         immediately before applying edits.
2383         * org-mobile.el (org-mobile-sumo-agenda-command): Use a shorter
2384         title.
2386 2012-09-30  Ilya Shlyakhter  <ilya_shl@alum.mit.edu>  (tiny change)
2388         * org.el (org-parse-time-string): Allow strings supported by
2389         tags/properties matcher (eg <now>, <yesterday>, <-7d>) if the time
2390         starts with < and ends with >.  This means that e.g. in the
2391         clocktable parameters you can specify :tstart "<-1w>" :tend
2392         "<now>".
2394 2012-09-30  Ippei FURUHASHI  <top.tuna+orgmode@gmail.com>  (tiny change)
2396         * org-colview.el (org-columns): New argument `columns-fmt-string'.
2398         * org-colview.el (org-columns-get-format-end-top-level): Split
2399         into `org-columns-get-format' and `org-columns-goto-top-level'.
2401         * org-colview.el (org-dblock-write:columnview): Add a new
2402         parameter :format which specifies the column view format for the
2403         output of the columnview dynamic block.
2405 2012-09-30  Jambunathan K  <kjambunathan@gmail.com>
2407         * org-lparse.el (org-lparse-and-open)
2408         (org-lparse-do-convert): Open exported files with system-specific
2409         application.
2411         * org-odt.el: Don't meddle with `org-file-apps'.
2413         * org-compat.el (org-condition-case-unless-debug): Alias to
2414         `condition-case' when both `condition-case-no-debug' and
2415         `condition-case-unless-debug' is unavailable.
2417         * org-odt.el (org-odt-do-image-size): Replace `flet' with
2418         equivalent construct.
2420         * org-odt.el (org-odt-cleanup-xml-buffers): Use
2421         `condition-case-no-debug' instead of
2422         `condition-case-unless-debug'.  This ensures backward
2423         compatibility with Emacs versions < 24.1.
2425         * org-odt.el (org-odt-zip-dir)
2426         (org-odt-cleanup-xml-buffers): New.
2427         (org-export-as-odt-and-open, org-export-as-odt)
2428         (org-odt-init-outfile, org-odt-save-as-outfile)
2429         (org-export-as-odf, org-export-as-odf-and-open): Use
2430         `org-odt-cleanup-xml-buffers'.
2432         * org-odt.el (org-export-odt-default-org-styles-alist): Add
2433         default character style.
2435         * org-odt.el (org-export-odt-default-org-styles-alist): Add
2436         default character style.
2438         * org-lparse.el (org-do-lparse): Remove stray call to
2439         `org-export-html-after-blockquotes-hook'.
2441         * org-bbdb.el (org-bbdb-export): Add support for ODT format.
2443         * org-odt.el (org-odt-update-meta-file): Check for `org-version'
2444         is bound before accessing it.
2446         * org-odt.el (org-odt-schema-dir-list): OD Schema files have been
2447         moved away from $(git-root)/contrib/odt/etc/schema/ to
2448         $(git-root)/etc/schema/.
2450         * org-odt.el (org-odt-format-org-link): Pay no heed to whether the
2451         internal links destined for headlines provide a description or
2452         not.  In fact, the `org-store-link' and `org-insert-link' create
2453         internal links which do have a description.
2455         * org-lparse.el (org-lparse-insert-org-table): Consider short
2456         caption as plain text and not as org text.
2458         * org-odt.el (org-export-odt-format-formula)
2459         (org-export-odt-format-image): Ditto.
2461         * org-odt.el (org-odt-begin-table)
2462         (org-export-odt-format-formula, org-export-odt-format-image)
2463         (org-odt-format-entity): Handle short caption.
2465         * org-lparse.el (org-lparse-insert-org-table)
2466         (org-lparse-insert-list-table, org-lparse-insert-table-table):
2467         Ditto.
2469 2012-09-30  Jay McCarthy  <jay.mccarthy@gmail.com>  (tiny change)
2471         * org-colview.el (org-columns-new-overlay): Make sure to add a
2472         face to a string that has no face.
2474 2012-09-30  Jérémie Courrèges-Anglas  <jca@wxcvbn.org>  (tiny change)
2476         * org-latex.el: Ensure a final newline is appended to the export
2477         buffer.
2479 2012-09-30  Levin Du  <zslevin@gmail.com>  (tiny change)
2481         * org-clock.el (org-clock-in): Fix bug in setting the clock
2482         heading.
2484 2012-09-30  Madan Ramakrishnan  <madanr79@gmail.com>  (tiny change)
2486         * org-agenda.el (org-agenda-bulk-mark): Truly make arg optional as
2487         advertised by the function.
2489 2012-09-30  Mark E. Shoulson  <mark@kli.org>  (tiny change)
2491         * org.el (org-fontify-entities): Hide {} when prettifying
2492         entities.
2494 2012-09-30  Mark Shoulson  <mark@kli.org>  (tiny change)
2496         * org-entities.el (org-entities): Add new entities for characters
2497         which could cause formatting changes if typed directly.
2499         * org-entities.el (org-entities): Added \asciicirc entity for ^;
2500         also fixed \circ expansion in latex.
2502         * org.el (org-fontify-entities): Fix bug: The entities \sup[123]
2503         and \there4 were not "prettified" when org-pretty-entities was
2504         enabled.
2506 2012-09-30  Mats Lidell  <matsl@xemacs.org>  (tiny change)
2508         * org-element.el (org-element-paragraph-separate): Remove
2509         redundant and misplaced t clause in case.
2511 2012-09-30  Matt Lundin  <mdl@imapmail.org>
2513         * org-datetree.el: Fix regexp to allow datetree to find headings
2514         with trailing whitespace.  This fixes a bug in which an existing
2515         datetree heading (e.g., "* 2012 ") would not be found by
2516         org-datetree-find-year-create if it had trailing whitespace.  This
2517         can cause problems, for instance, if one is using column view on
2518         the date tree, since editing subheadings with column view adds
2519         whitespace at the end of the top heading.
2521         * org-footnote.el (org-footnote-new): Don't call
2522         org-footnote-unique-label if org-footnote-auto-label is set to
2523         random.
2525         * org-gnus.el: (org-gnus-follow-link): Fix argument to
2526         gnus-group-read-group so that following a link does not result in
2527         unread article being selected.
2529         * org-bbdb.el (org-bbdb-anniv-extract-date)
2530         (org-bbdb-make-anniv-hash): Fix org-bbdb anniversary functionality
2531         to accommodate BBDB 3.x.  There are two major changes in BBDB 3.x
2532         that need to be taken into account.  The first is that
2533         `bbdb-split' reverses the order of its parameters in 3.x.  The
2534         second is that `bbdb-record-getprop' is replaced by
2535         bbdb-record-note in 3.x.
2537 2012-09-30  Max Mikhanosha  <max@openchat.com>
2539         * org-agenda.el (org-agenda-change-all-lines): Speedup refresh of
2540         a single line of agenda by narrowing the agenda buffer to just
2541         that line before calling `org-agenda-finalize'.
2543         * org.el (org-mode): Don't set org-hide's foreground to
2544         "invisible-bg".
2545         (org-find-invisible-foreground): New function.
2547         * org-agenda.el (defvar org-habit-show-all-today): New variable
2548         (org-agenda-get-scheduled): Show all habits if user wants it
2550         * org-habit.el (defcustom org-habit-show-all-today): New variable
2552         * org-agenda.el (org-agenda-quit): Copy the code for optionally
2553         restoring window configuration after burying the sticky agenda
2554         buffer.
2556         * org-agenda.el (org-agenda-new-marker): Check for NIL
2557         org-agenda-buffer
2558         (org-agenda-to-appt): Bind org-agenda-buffer to NIL
2560         * org-agenda.el (org-agenda-change-all-lines): Move accessing of
2561         'extra text property outside of with-current-buffer for original
2562         buffer
2564         * org-agenda.el (defvar org-habit-show-habits-only-for-today):
2565         initialize to nil
2567 2012-09-30  Michael Brand  <michael.ch.brand@gmail.com>
2569         * org-id.el (org-id-link-to-org-use-id): Align the doc string to
2570         the changed default.
2572         * ob-tangle.el (org-babel-tangle-collect-blocks): Use dummy string
2573         when heading has no text.
2575         * org-capture.el (org-capture-inside-embedded-elisp-p): Improve
2576         parsing.
2578         * org-feed.el (org-feed-format-entry): Require `org-capture'.
2579         Expand Elisp %(...) templates.
2580         (org-feed-default-template): Update docstring.
2582         * org-capture.el (org-capture-expand-embedded-elisp): New
2583         function.
2584         (org-capture-fill-template): Use it.
2585         (org-capture-inside-embedded-elisp-p): New function to tell if we
2586         are within an Elisp %(...) template.
2588         * org-list.el (org-at-item-description-p)
2589         (org-list-item-body-column): Make the inline regexp more
2590         consistent with `org-list-full-item-re', the inline regexp
2591         "Description list items" from `org-set-font-lock-defaults and
2592         others'.
2594 2012-09-30  Mike Sperber  <sperber@deinprogramm.de>
2596         * org.el (org-fill-paragraph): Pass optional argument to
2597         `fill-paragraph' to fix compatibility with XEmacs.
2599         * org.el (org-self-insert-cluster-for-undo): Default
2600         `org-self-insert-cluster-for-undo' also on XEmacs.
2602         * org.el (org-kill-line): Access `visual-line-mode' only if it's
2603         bound.
2605 2012-09-30  Muchenxuan Tong  <demon386@gmail.com>  (tiny change)
2607         * org-timer.el (org-timer-set-mode-line): Check
2608         `org-timer-display' when value is 'off.
2610 2012-09-30  Nicolas Calderon Asselin  <nicolas.calderon.asselin@gmail.com>  (tiny change)
2612         * org-clock.el (org-clock-idle-time): Org-mode assumed that
2613         x11idle was an available command, and returned an idle time of 0
2614         if it was not
2615         (never idle). Added checks so that org-idle-time will come from
2616         emacs' own current-idle-time if x11idle cannot be found or if it
2617         cannot retrieve the idle time from X11
2619 2012-09-30  Nicolas Goaziou  <n.goaziou@gmail.com>
2621         * org-element.el: Properly remove COMMENT and QUOTE keywords from
2622         title in parser.
2624         * org-element.el (org-element-headline-parser): Fix parsing for
2625         headlines with a single COMMENT or QUOTE keyword.
2627         * ob-org.el (org-babel-default-header-args:org): By default,
2628         export code from Org src blocks.
2630         * org-element.el (org-element-inline-src-block-successor): Fix
2631         inline-src-block parsing at the beginning of an item.
2633         * org-element.el (org-element--collect-affiliated-keywords): Fix
2634         caption parsing.
2636         * org-element.el (org-element--current-element): At the very
2637         beginning of a footnote definition or an item, next element is
2638         always a paragraph.
2640         * org-element.el (org-element-headline-parser): Handle nil titles.
2641         (org-element-inlinetask-parser): Add :raw-value property.  Also
2642         handle nil titles.
2644         * org.el (org-set-regexps-and-options): Don't consider tags as a
2645         replacement for a missing title in an headline.
2647         * org.el (org-setup-filling): Remove duplicate code.
2649         * org.el (org-adaptive-fill-function): Make sure fill prefix is
2650         computed from beginning of line.
2652         * org-element.el (org-element-section-parser): Make sure section
2653         cannot contain an headline.
2654         (org-element--current-element): Fix bug requiring to parse a quote
2655         section even when point is at an headline.
2657         * org.el (org-adaptive-fill-function): Remove occasional spurious
2658         space character when auto-filling.
2660         * org.el (org-mode): Call external initalizers.  Now both filling
2661         code and comments code have their own independant part in org.el.
2662         (org-setup-filling): Renamed from `org-set-autofill-regexps'.
2663         (org-setup-comments-handling): New function.
2665         * org.el (org-fill-paragraph): Refine filling in comments and in
2666         paragraphs.  Allow commented blank lines.  Take into consideration
2667         the indentation of the second line of the paragraph being filled.
2668         (org-comment-or-uncomment-region): Rewrite function.  Now comment
2669         region at a fixed column: the minimal indentation of the region.
2670         (org-fill-context-prefix): Rename function into
2671         `org-adaptive-fill-function'. Also, In a paragraph, choose the
2672         same prefix as the current line.
2674         * org-exp.el (org-export-handle-comments): Also remove comments at
2675         column 0.
2677         * org-exp.el (org-export-handle-comments): Handle inline comments
2678         with new syntax.
2680         * org.el (org-structure-template-alist): Add missing colon to
2681         #+INCLUDE.
2683         * org.el (org-backward-element): When called at the beginning of
2684         first element in section, the function shouldn't return an error
2685         but move point to headline or point-min instead.
2687         * org-element.el (org-element-paragraph-parser): Tiny refactoring.
2689         * org-element.el (org-element-paragraph-parser): Remove trailing
2690         code comments.
2692         * org.el (org-fill-context-prefix): Fix incorrect output when
2693         called at the beginning of a plain list with an affiliated
2694         keyword.
2695         (org-fill-paragraph): Remove useless variable.
2697         * org-element.el (org-element-paragraph-parser): Fix parsing of
2698         paragraph at the beginning of an item.
2700         * org.el (org-mode): Set back comment-start-skip so comment-dwin
2701         can tell a keyword from a comment.
2703         * org.el (org-set-autofill-regexps): Install new comment line
2704         break function.
2705         (org-comment-line-break-function): New function.
2706         (org-mode): Remove unnecessary line.
2708         * org.el (org-fill-context-prefix, org-fill-paragraph): Do not
2709         fill verse blocks contents.  Verse blocks can be used to format
2710         free-form poetry, so filling has to be done manually.
2712         * org.el (org-fill-paragraph-separate-nobreak-p): New function.
2713         (org-set-autofill-regexps): Introduce new predicate.
2714         (org-fill-item-nobreak-p): Remove function.
2716         * org-element.el (org-element-paragraph-separate): Since this
2717         variable is meant to be searched forward, \end{...} shouldn't
2718         trigger the end of a paragraph before checking if it is the end of
2719         a complete environment.
2720         (org-element-latex-environment-parser): Slight change to the
2721         regexp matching the beginning of a latex environment.
2722         (org-element-paragraph-parser): Paragraphs don't end at incomplete
2723         latex environments.
2724         (org-element-latex-or-entity-successor): Remove paragraph
2725         environments from latex fragment search.
2727         * org-table.el (org-table-number-regexp): By default, accept comma
2728         as a decimal mark to represent numbers.
2730         * org-element.el (org-element-map): Fix comment typo.
2732         * org.el (org-fill-paragraph): Add a `save-excursion' to avoid
2733         returning funny results.
2735         * org.el (org-fill-paragraph): Try not to include message header
2736         and citation lines in a paragraph when filling it.
2738         * org.el (org-fill-paragraph): Fix filling in a narrowed buffer.
2739         (org-fill-context-prefix): Fill prefix doesn't depend on current
2740         narrowing.
2742         * org.el (org-mode): Line with a single hash sign on it is a
2743         comment.
2745         * org.el (org-set-font-lock-defaults): Fix comment fontification.
2747         * org-element.el (org-element-item-parser): Do not remove tag from
2748         body if list isn't descriptive.
2750         * org-list.el (org-insert-item): Only ask about a term for
2751         descriptive lists.
2752         (org-list-struct, org-list-insert-item): Do not recognize a tag in
2753         an ordered list.
2755         * org-element.el (org-element-set-element): Rewrite function.
2756         (org-element-adopt-elements): New function.
2757         (org-element-adopt-element): Removed function.
2758         (org-element--parse-elements, org-element--parse-objects): Use new
2759         function.
2761         * org-list.el (org-list-automatic-rules): Remove `bullet' rule,
2762         which is now hard-coded.
2763         (org-cycle-list-bullet): Hard code `bullet' rule.
2764         (org-list-get-list-type): Make sure a list with numbered bullets
2765         cannot have `descriptive' type.
2767         * org-element.el (org-element-paragraph-parser): Fix previous
2768         patch.
2770         * org.el (org-fill-paragraph): No need to use
2771         `org-element-paragraph-separate' in a verse block since blank
2772         lines only can end a "paragraph".
2774         * org-element.el (org-element-paragraph-separate): Apply changes
2775         to comments.
2776         (org-element-paragraph-parser): Correctly find end of paragraphs.
2777         (org-element--current-element): Require colons for Babel calls.
2778         (org-element-center-block-parser)
2779         (org-element-dynamic-block-parser, org-element-quote-block-parser)
2780         (org-element-special-block-parser)
2781         (org-element-comment-block-parser)
2782         (org-element-example-block-parser)
2783         (org-element-export-block-parser, org-element-src-block-parser)
2784         (org-element-verse-block-parser): Fall-back to paragraph parsing
2785         when incomplete or ill-formed.
2787         * org-element.el (org-element-swap-A-B): Small refactoring.
2789         * org-element.el (org-element-text-markup-successor): Fix typo in
2790         docstring.
2792         * org-element.el (org-element-at-point): Return consistent value
2793         when function is called on a blank line within a plain list.
2795         * org-element.el (org-element-paragraph-separate): Fix comments in
2796         paragraph separator regexp.  Optimize it.
2798         * org-element.el: Update code commets.
2800         * org.el (org-mark-subtree): Fix bug when marking subtree with
2801         point on an inlinetask.  Refactor code.
2803         * org.el (org-mark-subtree): Do not make a special case for
2804         inlinetasks when marking a subtree. These are handled by
2805         `org-element-mark-element'.
2807         * org-element.el (org-element-comment-parser): Consider first "+"
2808         as a comment when parsing an ill-defined keyword.
2810         * org-element.el (org-element-item-interpreter): Simplify bullet
2811         creation.
2812         (org-element-plain-list-interpreter): Fix wrong bullets, if
2813         needed.
2815         * org-element.el (org-element-comment-parser): Fix parsing when a
2816         keyword follows the commented line.
2818         * org.el (org-fill-context-prefix): Auto-fill first paragraph in
2819         footnote definitions.
2821         * org.el (org-mode): Define new comment syntax.
2822         (org-fontify-meta-lines-and-blocks-1, org-strip-protective-commas)
2823         (org-fill-context-prefix, org-insert-comment)
2824         (org-comment-or-uncomment-region): Use new comment syntax.
2826         * org-element.el (org-element-comment-parser)
2827         (org-element-comment-interpreter, org-element--current-element):
2828         Use new comment syntax.
2830         * org.el (org-fill-paragraph): When at an item or a footnote
2831         definition, fill first paragraph instead.
2833         * org.el (org-fill-paragraph): Fix filling when point is at the
2834         very end of a paragraph.
2836         * org.el (org-mode): Set comments related variables.
2837         (org-insert-comment, org-comment-or-uncomment-region): New
2838         functions.
2840         * org.el (org-fill-context-prefix): Small refactoring.
2841         (org-fill-paragraph): Add code comments.
2843         * org-element.el (org-element-at-point): Add :parent property to
2844         output.
2845         (org-element-context): Add :parent property to output.  Also
2846         return a single element or object instead of a list of parents.
2847         (org-element-forward, org-element-up): Apply changes.
2849         * org.el (org-fill-context-prefix): New function.
2850         (org-fill-paragraph, org-auto-fill-function): Use new function.
2851         Also handle comments.
2852         (org-adaptive-fill-function): Remove function.
2853         (org-get-local-variables, orgstruct++-mode): Don't store now
2854         unused adaptive-fill* functions.
2856         * org-element.el (org-element-at-point): Fix function when buffer
2857         starts with an inlinetask.  Also fix it when called on the last
2858         element in a greater element or the buffer.
2860         * org-element.el (org-element-center-block-parser)
2861         (org-element-dynamic-block-parser)
2862         (org-element-footnote-definition-parser)
2863         (org-element-headline-parser, org-element-inlinetask-parser)
2864         (org-element-quote-block-parser, org-element-special-block-parser)
2865         (org-element-plain-list-parser): Refactor code.
2866         (org-element-drawer-parser): Fall-back to paragraph parser when
2867         drawer is incomplete.
2869         * org-macs.el (org-with-limited-levels): Fix typo.
2871         * org-element.el (org-element-paragraph-separate): Refactor.
2872         (org-element-paragraph-parser): Fix paragraph parsing.
2874         * org.el (org-fill-paragraph): Rewrite function using
2875         `org-element-at-point'.
2877         * org-element.el (org-element-fill-paragraph): Remove function.
2879         * org.el (org-planning-or-clock-line-re): Make it a defconst.
2880         It's no use to make it a buffer-local variable since variables on
2881         which it depends are not buffer-local anyway.
2883         * org.el (org-drawer-regexp): Provide default value for
2884         `org-drawer-regexp' in non-Org buffers.
2886         * org-entities.el (org-entities-create-table): Function chokes
2887         when CAR of `org-entities' is a string.
2889         * org-list.el (org-list-automatic-rules): Allow check-boxes in
2890         description lists.
2891         (org-list-struct-apply-struct, org-insert-item): Remove rule
2892         check.
2894         * org-footnote.el (org-footnote-normalize): Fix positionning in
2895         HTML export without a footnote section.
2897         * org-list.el (org-list-struct-indent): Follow
2898         `org-list-demote-modify-bullet' specifications for ordered
2899         bullets.
2900         (org-list-indent-item-generic, org-indent-item-tree)
2901         (org-outdent-item-tree): Fix bug when operating on a region.
2902         (org-outdent-item, org-indent-item): Allow to operate on a region.
2904         * org.el (org-shiftmetaleft, org-shiftmetaright): Allow to operate
2905         on a region.
2907         * org-footnote.el (org-footnote-delete-definitions): Remove blank
2908         lines before the footnote definition instead of removing those
2909         after it.
2911         * org-footnote.el (org-footnote-at-definition-p): Don't grab
2912         trailing blank lines in a footnote definition.
2913         (org-footnote-delete-definitions): Remove both footnote definition
2914         and trailing blank lines.
2916 2012-09-30  Rick Frankel  <rick@rickster.com>
2918         * ob-sql.el: Add dbi engine type and pre/post processing.
2920 2012-09-30  Sean O'Halpin  <sean.ohalpin@gmail.com>  (tiny change)
2922         * ob.el (org-babel-expand-noweb-references): Capture current noweb
2923         start and end patterns then use to set buffer locals in
2924         (with-temp-buffer) form.
2926 2012-09-30  Sebastien Vauban  <sva@mygooglest.com>  (tiny change)
2928         * org.el (org-update-all-dblocks): Autoload function.
2930 2012-09-30  Simon Thum  <simon.thum@gmx.de>  (tiny change)
2932         * ob-maxima.el (org-babel-execute:maxima): Let cmdline always
2933         return a string.
2935 2012-09-30  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>  (tiny change)
2937         * org-icalendar.el (org-icalendar-timezone): Fix typo and clarify
2938         meaning.
2940 2012-09-30  Stuart Hickinbottom  <stuart@hickinbottom.com>  (tiny change)
2942         * org-clock.el (org-x11idle-exists-p): Only shell out when running
2943         on X.
2945 2012-09-30  Suhail Shergill  <suhailshergill@gmail.com>  (tiny change)
2947         * org-html.el (org-export-as-html): If possible, use the
2948         :CUSTOM_ID: property to assign unique ids to footnotes.
2950 2012-09-30  T.F. Torrey  <tftorrey@tftorrey.com>  (tiny change)
2952         * org-exp.el (org-export-remember-html-container-classes): Allow
2953         exporting a single subtree with HTML_CONTAINER_CLASS property.
2955         * org-rmail.el (org-rmail-follow-link): Use `rmail-widen' instead
2956         of `widen' and don't toggle header as `rmail-widen' already takes
2957         care of this.
2959 2012-09-30  Tim Howe  <vsync@quadium.net>  (tiny change)
2961         * org-clock.el (org-clocktable-defaults): Revert extra layer of
2962         quoting.
2964 2012-09-30  Toby S. Cubitt  <tsc25@cantab.net>
2966         * org-capture.el (org-capture-fill-template): Expand %<num> escape
2967         sequences into text entered for <num>'th %^{PROMPT} escape.
2968         
2969         * org-capture.el (org-capture-fill-template): Fixed regexp for
2970         %<n> expandos to match any positive integer.
2971         (org-capture-templates): Updated docstring accordingly.
2973         * org-agenda.el (org-agenda-skip-timestamp-if-deadline-is-shown):
2974         Skip timestamp items in agenda view if item is already shown as a
2975         deadline item.
2976         (org-agenda-skip-dealine-if-done): Pass deadline results to
2977         org-agenda-get-timestamps.
2978         (org-agenda-get-timestamps): Optionally take list of deadline
2979         results, so that timestamp results can be skipped if already
2980         included in deadline results.
2982         * org-agenda.el (org-agenda-diary-sexp-prefix): Regexp matching
2983         deadline/scheduling information to be displayed in diary sexp
2984         agenda items.
2985         (org-agenda-get-sexps): Extract deadline/scheduling information
2986         from diary sexp entries.
2988         * org-capture.el (org-capture-place-entry): Place captured entry
2989         immediately after last subheading of target, instead of just
2990         before next heading at same level as target.
2992         * org-capture.el (org-capture-templates): Document new capture
2993         template properties.
2995         * org-capture.el (org-capture-place-entry)
2996         (org-capture-empty-lines-before): Make new :empty-lines-before
2997         property override :empty-lines when inserting empty lines before
2998         captured captured entry.
3000         * org-capture.el (org-capture-finalize)
3001         (org-capture-empty-lines-after): Make new :empty-lines-after
3002         property override :empty-lines when inserting empty lines after
3003         captured captured entry.
3005         * org-agenda.el (org-agenda-skip-if, org-agenda-skip-if-todo): Add
3006         new todo-unblocked and nottodo-unblocked skip conditions.  These
3007         match as for todo and nottodo, but only for unblocked todo items.
3009 2012-09-30  Zachary Kanfer  <zkanfer@gmail.com>  (tiny change)
3011         * org.el (org-read-date-display): Fix bug when displaying the
3012         overlay.
3014 2012-09-30  Niels Giesen  <niels.giesen@gmail.com>
3016         * org-table.el (orgtbl-to-generic): Add check for :skipheadrule.
3017         When present, the :hline following the head will be skipped.  This
3018         is necessary to avoid doubling of horizontal rules in LaTeX
3019         longtable environments and consequent width problems.
3021         * org-latex.el (org-export-latex-tables-tstart)
3022         (org-export-latex-tables-hline)
3023         (org-export-latex-tables-tend): New options.
3024         (org-export-latex-tables): Use the new options.
3026 2012-09-30  tumashu  <tumashu@gmail.com>  (tiny change)
3028         * org-exp.el (org-export-language-setup): Add simplified chinese
3029         translation.
3031 2012-09-01  Paul Eggert  <eggert@cs.ucla.edu>
3033         Better seed support for (random).
3034         * org-id.el (org-id-uuid):
3035         Change (random t) to (random), now that the latter is more random.
3037 2012-07-29  Paul Eggert  <eggert@cs.ucla.edu>
3039         Don't use the abbreviation "win" to refer to Windows (Bug#10421).
3040         * ob-lilypond.el (ly-w32-ly-path): Rename from ly-win32-ly-path.
3041         (ly-w32-pdf-path): Rename from ly-win32-pdf-path.
3042         (ly-w32-midi-path): Rename from ly-win32-midi-path.
3043         (ly-determine-ly-path, ly-determine-pdf-path, ly-determine-midi-path):
3044         Check for "windows-nt", not "win32", in system-type.
3046 2012-06-02  Chong Yidong  <cyd@gnu.org>
3048         * org-clock.el (org-clock-string-limit)
3049         (org-clock-modeline-total, org-clock-task-overrun-text)
3050         (org-clock-mode-line-entry): Doc fix, "modeline" -> "mode line".
3052 2012-05-27  Mark Shoulson  <mark@kli.org>  (tiny change)
3054         * org.el (org-fontify-entities): Fix bug: The entities \sup[123] and
3055         \there4 were not "prettified" when org-pretty-entities was enabled.
3057 2012-05-27  Nicolas Goaziou  <n.goaziou@gmail.com>
3059         * org.el (org-font-lock-add-priority-faces):
3060         Restrict priorities fontification to headlines and inlinetasks.
3062 2012-05-27  Jambunathan K  <kjambunathan@gmail.com>
3064         * org-odt.el (org-odt-init-outfile)
3065         (org-odt-write-manifest-file):
3066         Disable `nxml-auto-insert-xml-declaration-flag'.
3068         * org-lparse.el (org-do-lparse): Don't trigger auto-mode processing.
3070 2012-05-27  Bastien Guerry  <bzg@gnu.org>
3072         * org.el (org-scan-tags): Fix bug when building the scanner regexp.
3074 2012-05-27  Eric Schulte  <eric.schulte@gmx.com>
3076         * ob.el (org-babel-capitalize-examplize-region-markers):
3077         Controls the capitalization of begin and end example blocks.
3078         (org-babel-examplize-region):
3079         Optionally capitalize example block delimiters.
3081         * ob-plantuml.el (org-babel-execute:plantuml):
3082         Add a :java header argument to plantuml.
3084         * org-exp-blocks.el (org-export-blocks-preprocess):
3085         Even when the body of a block is not indented the boundary markers
3086         should be indented to their original positions so things like list
3087         indentation still work.
3089         * ob.el (org-babel-parse-src-block-match):
3090         Save match data during indentation check.
3092 2012-05-27  Bastien Guerry  <bzg@gnu.org>
3094         * org.el (org-scan-tags): Correctly match TODO keywords.
3096 2012-05-27  Nicolas Goaziou  <n.goaziou@gmail.com>
3098         * org-list.el (org-list-struct): Fix white spaces.
3099         (org-list-swap-items, org-list-send-item): Fix visibility preservation.
3101         * org-list.el (org-list-swap-items, org-list-send-item):
3102         Preserve visibility when moving items.
3104 2012-05-27  Mark E. Shoulson  <mark@kli.org>  (tiny change)
3106         * org.el (org-fontify-entities): Hide {} when prettifying entities.
3108 2012-05-27  Bastien Guerry  <bzg@gnu.org>
3110         * org.el (org-cycle-internal-global): Prevent the display of
3111         messages when cycling from with a Gnus article buffer.
3113         * org-table.el (org-table-time-seconds-to-string):
3114         Fix bug about handling a negative duration value.
3116 2012-05-27  Nicolas Goaziou  <n.goaziou@gmail.com>
3118         * org.el (org-link-expand-abbrev): Fix docstring.
3120         * org.el (org-translate-link): Fix bug.
3122 2012-05-27  Bastien Guerry  <bzg@gnu.org>
3124         * org-agenda.el (org-agenda-bulk-mark-regexp):
3125         Fix bug when setting the number of marked entries.
3127         * org-table.el (org-tbl-calc-modes): Rename from `org-table-modes'.
3128         (org-set-calc-mode, org-table-eval-formula): Use it.
3130 2012-05-27  Eric Schulte  <eric.schulte@gmx.com>
3132         * ob.el (org-babel-find-named-result):
3133         Fix bug finding empty named results.
3135 2012-05-27  Nicolas Goaziou  <n.goaziou@gmail.com>
3137         * org.el (org-set-regexps-and-options):
3138         Fix `org-planning-or-clock-line-re' regexp.  Indeed "\\>" will never
3139         match since time keywords must end with colons, which are not word
3140         constituents.
3142 2012-05-27  Bastien Guerry  <bzg@gnu.org>
3144         * org-ctags.el (org-ctags-new-topic-template):
3145         Fix the option default value back again.
3147 2012-05-27  Eric Schulte  <eric.schulte@gmx.com>
3149         * org-bibtex.el (org-bibtex-export-to-kill-ring):
3150         Don't rely on kill-new to return a string.
3152         * org-bibtex.el (org-bibtex-headline):
3153         Remove call to bibtex-reformat which often hangs.
3155 2012-04-27  Glenn Morris  <rgm@gnu.org>
3157         * org-ctags.el (org-ctags-new-topic-template):
3158         Revert 2012-04-09 removal of * from defcustom value, not doc.
3160 2012-04-27  Nicolas Goaziou  <n.goaziou@gmail.com>
3162         * org-table.el (org-table-number-fraction): Fix typo.
3164 2012-04-27  Eric Schulte  <eric.schulte@gmx.com>
3166         * ob-python.el (org-babel-execute:python): Ensure newline precedes
3167         automatically-added returns.
3169 2012-04-27  Nicolas Goaziou  <n.goaziou@gmail.com>
3171         * org-mouse.el (org-mode-hook): Do not move point when clicking on
3172         a footnote reference.
3174 2012-04-27  Bastien Guerry  <bzg@gnu.org>
3176         * org-faces.el (org-date-selected): Fix docstring.
3178 2012-04-27  Nicolas Goaziou  <n.goaziou@gmail.com>
3180         * org-list.el (org-list-struct-indent): Follow
3181         `org-list-demote-modify-bullet' specifications for ordered
3182         bullets.
3183         (org-list-indent-item-generic, org-indent-item-tree)
3184         (org-outdent-item-tree): Fix bug when operating on a region.
3185         (org-outdent-item, org-indent-item): Allow to operate on a region.
3187         * org.el (org-shiftmetaleft, org-shiftmetaright): Allow to operate
3188         on a region.
3190 2012-04-27  Nicolas Goaziou  <n.goaziou@gmail.com>
3192         * org-footnote.el (org-footnote-normalize): Fix positioning in
3193         HTML export without a footnote section.
3195 2012-04-27  Madan Ramakrishnan  <madanr79@gmail.com>  (tiny change)
3197         * org-agenda.el (org-agenda-bulk-mark): Truly make arg optional as
3198         advertised by the function.
3200 2012-04-27  Zachary Kanfer  <zkanfer@gmail.com>  (tiny change)
3202         * org.el (org-read-date-display): Fix bug when displaying the
3203         overlay.
3205 2012-04-27  Bastien Guerry  <bzg@gnu.org>
3207         * org.el (org-mode): Don't use `buffer-face-mode' by default.
3209 2012-04-27  Bastien Guerry  <bzg@gnu.org>
3211         * org-faces.el (org-date-selected): New face.
3213 2012-04-27  Jambunathan K  <kjambunathan@gmail.com>
3215         * org-odt.el (org-odt-format-org-link): Pay no heed to whether the
3216         internal links destined for headlines provide a description or
3217         not.  In fact, the `org-store-link' and `org-insert-link' create
3218         internal links which do have a description.
3220 2012-04-27  Bastien Guerry  <bzg@gnu.org>
3222         * org-clock.el (org-program-exists): Fix docstring.
3224 2012-04-14  Bastien Guerry  <bzg@gnu.org>
3226         * org.el (org-point-at-end-of-empty-headline): Only try to match
3227         `org-todo-line-regexp' when the value is non-nil, e.g. in non-org
3228         modes.
3229         (org-fontify-meta-lines-and-blocks-1): Prevent errors when trying
3230         to fontify beyond (point-max).
3232         * org-clock.el (org-clock-task-overrun-text)
3233         (org-task-overrun, org-clock-get-clock-string)
3234         (org-clock-update-mode-line)
3235         (org-clock-notify-once-if-expired): Rename `org-task-overrun'
3236         and `org-task-overrun-text' to `org-clock-task-overrun' and
3237         `org-clock-task-overrun-text' respectively.
3238         (org-task-overrun-text): New alias.
3240         * org-table.el (org-table-eval-formula): Fix bug about handling
3241         remote references as durations.
3242         (org-table-get-range): Fix bug: make sure references to $0 are
3243         correctly handled.
3245         * org-pcomplete.el (pcomplete/org-mode/file-option):
3246         Fix bug in `pcomplete/org-mode/file-option'.
3247         (org-thing-at-point): Also match line options like LATEX_CLASS
3248         when pcompleting from LATEX_.
3250         * org-agenda.el (org-agenda-filter-make-matcher)
3251         (org-agenda-filter-apply): Allow filtering entries out by
3252         category.  Using `C-u <' from the agenda view will redisplay
3253         the agenda without entries from categories of the current line.
3255 2012-04-14  Eric Schulte  <eric.schulte@gmx.com>
3257         * ob-C.el (org-babel-C-ensure-main-wrap):
3258         Add an explicit return to automatically generated main methods.
3260 2012-04-14  Matt Lundin  <mdl@imapmail.org>
3262         * org.el (org-after-todo-state-change-hook):
3263         Fix docstring to reflect name change of state to `org-state'.
3265 2012-04-14  Mike Sperber  <sperber@deinprogramm.de>  (tiny change)
3267         * org-footnote.el (org-footnote-normalize):
3268         Correctly pass keyword arguments to `org-export-preprocess-string'.
3270 2012-04-03  Bastien Guerry  <bzg@gnu.org>
3272         * org.el (org-todo): Fix regression: rename `state' to
3273         `org-state'.
3274         (org-use-effective-time): Fix group and type.
3276 2012-04-02  Bastien Guerry  <bzg@gnu.org>
3278         * org-clock.el (org-clock-out-if-current): Fix regression: rename
3279         `org-clock-state' to `org-state' to match the name of the
3280         dynamically-scoped variable in `org-todo'.
3282         * org-agenda.el (entry, org-diary, org-class): Fix regression:
3283         rename `org-entry' to `entry'.
3285 2012-04-01  Bastien Guerry  <bzg@gnu.org>
3287         * org.el (org-todo): Fix regression in `org-todo'.
3289 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
3291         * ob-C.el (org-babel-C-execute): Add .exe to the end of compiled
3292         C files on windows.
3294 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
3296         * ob-exp.el (org-babel-exp-code): Escape all lines when exporting
3297         Org-mode blocks.
3299         * ob.el (org-babel-parse-src-block-match): Make use of the new
3300         language argument to org-babel-strip-protective-commas.
3301         (org-babel-parse-inline-src-block-match): Make use of the new
3302         language argument to org-babel-strip-protective-commas.
3303         (org-babel-strip-protective-commas): Now accepts a language
3304         argument.
3306 2012-04-01  Bastien Guerry  <bzg@gnu.org>
3308         * org.el (org-fast-tag-selection): Fix an bug when listing tags
3309         for completion.
3311 2012-04-01  Ilya Shlyakhter  <ilya_shl@alum.mit.edu>  (tiny change)
3313         * org.el (org-delete-property-globally): Fixed a bug that left
3314         blank line in place of the property, instead of removing the line.
3316 2012-04-01  Bastien Guerry  <bzg@gnu.org>
3318         * ob-maxima.el (org-babel-maxima-command): Add group information
3319         to the defcustom.
3321 2012-04-01  Bastien Guerry  <bzg@gnu.org>
3323         * org.el (org-mode): Use `buffer-face-mode' to remap the 'default
3324         face to 'org-default.
3326 2012-04-01  Bastien Guerry  <bzg@gnu.org>
3328         * org-ascii.el (org-export-as-ascii): Fix escaping of underscores
3329         in links.
3331 2012-04-01  Bastien Guerry  <bzg@gnu.org>
3333         * org.el: Prevent a bug while defining the menu by requiring
3334         `org-beamer' when necessary.
3336 2012-04-01  Bastien Guerry  <bzg@gnu.org>
3338         * org-table.el (orgtbl-self-insert-command): Use
3339         `backward-delete-char' instead of `delete-backward-char' as this
3340         last command gets caught by the compiler which says to not use it
3341         in programs.  `backward-delete-char' is just an alias for
3342         `delete-backward-char' which is internally remapped to
3343         `org-delete-backward-char' for optimization purpose.
3345 2012-04-01  Bastien Guerry  <bzg@gnu.org>
3347         * org-latex.el (org-export-latex-subcontent): Bugfix: when
3348         `org-export-latex-low-levels' is nil, do not export low levels.
3350 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
3352         * ob.el (org-babel-insert-result): Fix bug in indented wrapped
3353         results insertion.
3355 2012-04-01  Bastien Guerry  <bzg@gnu.org>
3357         * org.el (org-set-tags): Include `org-tag-alist' in the list of
3358         possible completions, even when there are tags defined in the
3359         buffer.
3361 2012-04-01  Bastien Guerry  <bzg@gnu.org>
3363         * org-mime.el (org-mime-htmlize): Set
3364         `org-export-with-LaTeX-fragments' correctly.
3366 2012-04-01  Bastien Guerry  <bzg@gnu.org>
3368         * org.el (org-set-tags): Don't add a column when there is only one
3369         tag offered for completion.
3371 2012-04-01  Bastien Guerry  <bzg@gnu.org>
3373         * org.el (org-fast-tag-selection): Include tags from
3374         `org-tag-alist' when completing with the TAB key.
3376 2012-04-01  Shoji Nishimura  <nishimura.shoji@gmail.com>  (tiny change)
3378         * org.el (org-display-inline-images): Honor the ̀beg' parameter.
3380 2012-04-01  Bastien Guerry  <bzg@gnu.org>
3382         * org-latex.el (org-export-latex-subcontent): Don't insert a
3383         linebreak when itemizing a subtree that is just a headline.
3385 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
3387         * ob-lob.el (org-babel-lob-get-info): Removed extra []s when
3388         parsing inline call_foo lines.
3390 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
3392         * ob-maxima.el (org-babel-maxima-command): The maxima command used
3393         should be configurable (defaults to maxima-command if defined).
3394         (org-babel-execute:maxima): The maxima command used should be
3395         configurable (defaults to maxima-command if defined).
3397 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
3399         * ob-C.el (org-babel-C-execute): Add the local directory to the
3400         library search path for C/C++ block compilation.
3402 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
3404         * ob.el (org-babel-where-is-src-block-result): Don't truncate
3405         results name on call line execution.
3407 2012-04-01  Ilya Shlyakhter  <ilya_shl@alum.mit.edu>  (tiny change)
3409         * org-colview.el (org-columns-cleanup-item): Handle case of empty
3410         headline.
3412 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
3414         * org-footnote.el (org-footnote-delete-definitions): Fix LaTeX
3415         export error when a src block produces fake footnotes.
3417 2012-04-01  Bastien Guerry  <bzg@gnu.org>
3419         * org.el (org-read-date): Don't mention `parse-time-weekdays' and
3420         `parse-time-months' in the docstring.
3422 2012-04-01  Bastien Guerry  <bzg@gnu.org>
3424         * org-agenda.el (org-agenda-filter-apply): Bugfix: Add let
3425         binding.
3427 2012-04-01  Bastien Guerry  <bzg@gnu.org>  (tiny change)
3429         * org-colview.el (org-columns-compute): Also consider inline tasks
3430         when computing the sum.
3432 2012-04-01  Thomas Morgan  <tlm@ziiuu.com>  (tiny change)
3434         * org-habit.el (org-habit-insert-consistency-graphs): Fix
3435         alignment of consistency graph in filtered agenda view.
3437 2012-04-01  Bastien Guerry  <bzg@gnu.org>
3439         * org-latex.el (org-export-as-latex): Fix bug in setting the
3440         export directory according to the LaTeX options.
3442 2012-04-01  K.Nagashima  <uni.naga@gmail.com>  (tiny change)
3444         * org.el (org-show-subtree): Make interactive.
3446 2012-04-01  Ilya Shlyakhter  <ilya_shl@alum.mit.edu>
3448         * org-clock.el (org-clock-get-table-data): Make sure todo-only
3449         does not leak when it is set by make-org-tags-macher.
3451 2012-04-01  Bastien Guerry  <bzg@gnu.org>
3453         * org.el (org-cycle-internal-local): Don't try to hide drawers
3454         within subtrees in this function, it slows cycling down.
3456 2012-04-01  Bastien Guerry  <bzg@gnu.org>
3458         * org-agenda.el (org-agenda-custom-commands-local-options): Fix
3459         incorrect custom option definition.
3461 2012-04-01  Bastien Guerry  <bzg@gnu.org>
3463         * org-colview.el (org-columns-display-here): Bugfix: use the date
3464         as the value for the ITEM column when displaying a summary.
3466 2012-04-01  Martyn Jago  <martyn.jago@btinternet.com>
3468         * ob-lilypond.el: Re-direct homepage to Worg.
3470 2012-04-01  Martyn Jago  <martyn.jago@btinternet.com>
3472         * ob-lilypond.el: Leave versioning to Org.
3474 2012-04-01  Martyn Jago  <martyn.jago@btinternet.com>
3476         * ob-lilypond.el: Fix compiler warning.
3478 2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
3480         * org-odt.el (org-odt-format-entity-caption): Enumerate entities
3481         that have either a caption or a label.
3482         (org-odt-label-styles, org-odt-category-map-alist): Add a
3483         separator between sequence number and caption.  Introduced two
3484         new label styles for handling of math formula and math label.
3485         (org-odt-format-label-definition)
3486         (org-export-odt-format-formula): Propagate above changes.
3488 2012-04-01  Bastien Guerry  <bzg@gnu.org>
3490         * org.el (org-enforce-todo-dependencies): Fix docstring.
3492 2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
3494         * org-odt.el (org-export-odt-category-strings): New custom
3495         variable.
3496         (org-odt-category-map-alist): Modify interpretation.  Don't
3497         use the same field to double up as both a OpenDocument
3498         variable and a category string.  Entries in this list now
3499         specify only the OpenDocument variable.  Category strings are
3500         obtained through an indirect lookup of
3501         `org-export-odt-category-strings'.  Use same OpenDocument
3502         variables as what LibreOffice uses for various entities.  Fix
3503         docstring.
3504         (org-odt-add-label-definition)
3505         (org-odt-format-label-definition)
3506         (org-odt-format-label-reference): Propagate above changes.
3508 2012-04-01  Bastien Guerry  <bzg@gnu.org>  (tiny change)
3510         * org-latex.el (org-export-as-latex): Check TeX-master correctly.
3512 2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
3514         * org-odt.el (org-odt-category-map-alist): Update docstring.
3515         (org-export-odt-user-categories)
3516         (org-export-odt-get-category-from-label)
3517         (org-odt-get-label-category-and-style): Remove.
3518         (org-odt-add-label-definition): Propagate above changes.
3520 2012-04-01  Bastien Guerry  <bzg@gnu.org>  (tiny change)
3522         * org.el (org-refile): Don't allow creation of parents when using
3523         the refile command to go to a headline.
3525 2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
3527         * org-odt.el (org-odt-format-org-link): Resolve links to headlines
3528         as section numbers only if section numbering is on.
3530 2012-04-01  Bastien Guerry  <bzg@gnu.org>
3532         * org.el (format-spec): Require 'format-spec.
3534 2012-04-01  Bastien Guerry  <bzg@gnu.org>  (tiny change)
3536         * org-latex.el (org-export-as-latex): Fix TeX-master declaration.
3538 2012-04-01  Ilya Shlyakhter  <ilya_shl@alum.mit.edu>  (tiny change)
3540         * org.el (org-imenu-get-tree): Check that looking-at succeeds
3541         before using match results.
3543 2012-04-01  Bastien Guerry  <bzg@gnu.org>
3545         * org-exp-blocks.el (org-ditaa-jar-path): Make a defcustom.
3547 2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
3549         * org-lparse.el (org-do-lparse): Make effective setting of
3550         `org-export-headline-levels' available to the ODT exporter.  Also
3551         remove some stale comments.
3553 2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
3555         * org-odt.el (org-odt-begin-toc): Handle named HTML entities in
3556         per-language string for "Table Of Contents".
3558 2012-04-01  Bastien Guerry  <bzg@gnu.org>
3560         * org-exp-blocks.el (org-ditaa-jar-path): Fix merge conflict.
3562 2012-04-01  Shaun Johnson  <shaun@slugfest.demon.co.uk>  (tiny change)
3564         * org-exp-blocks.el (org-ditaa-jar-path): Better heuristic to find
3565         the libary name.
3567 2012-04-01  Suvayu Ali  <fatkasuvayu+linux@gmail.com>
3569         * org-src.el (org-edit-src-code): Change let bind to let*, e.g. if
3570         case-fold-search is bound to nil globally, the
3571         (case-fold-search t) doesn't work until we get to the body.
3573 2012-04-01  Bastien Guerry  <bzg@gnu.org>  (tiny change)
3575         * org-latex.el (org-export-latex-tables): Allow to use
3576         sidewaystable.
3578 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
3580         * ob.el (org-babel-expand-noweb-references): Fix bug in src name
3581         regexp when using *org-babel-use-quick-and-dirty-noweb-expansion*.
3583 2012-04-01  David Maus  <dmaus@ictsoc.de>
3585         * org.el (org-scan-tags): Require one or more spaces (+) between
3586         keyword and headline.
3588 2012-04-01  David Maus  <dmaus@ictsoc.de>
3590         * org-agenda.el (org-prepare-agenda): Don't reset
3591         `org-done-keywords-for-agenda' when `org-agenda-multi'.
3593 2012-04-01  Thomas Morgan  <tlm@ziiuu.com>  (tiny change)
3595         * org-habit.el (org-habit-insert-consistency-graphs): Fix bug
3596         while inserting habit graph in the agenda buffer.
3598 2012-04-01  Bastien Guerry  <bzg@gnu.org>  (tiny change)
3600         * org-src.el (org-src-edit-buffer-p): New function.
3602 2012-04-01  Bastien Guerry  <bzg@gnu.org>  (tiny change)
3604         * org-agenda.el (org-agenda-skip-if): Fix the order conditions are
3605         being checked.  Also enhance the docstring a bit.
3607 2012-04-01  Bastien Guerry  <bzg@gnu.org>  (tiny change)
3609         * org-agenda.el (org-agenda-tree-to-indirect-buffer): Fix the
3610         display of indirect agenda window.
3612 2012-04-01  Bastien Guerry  <bzg@gnu.org>  (tiny change)
3614         * org.el (org-create-formula-image, org-dvipng-color): Fix XEmacs
3615         compatibility bug.
3617 2012-04-01  Carsten Dominik  <carsten.dominik@gmail.com>  (tiny change)
3619         * org-clock.el (org-clock-get-table-data): Bind org-scanner-tags
3620         to tags-list and org-trust-scanner-tags to t while evaluating the
3621         matcher, since the matcher is always evaluated at the current
3622         entry.
3624 2012-04-01  Ilya Shlyakhter  <ilya_shl@alum.mit.edu>  (tiny change)
3626         * org.el (org-scan-tags): Bind org-trust-scanner-tags to t while
3627         evaluating the matcher, since the matcher is always evaluated at
3628         the current entry.
3630 2012-04-01  Ilya Shlyakhter  <ilya_shl@alum.mit.edu>  (tiny change)
3632         * ob-lilypond.el (ly-compile-lilyfile): Fixed misplaced comma in a
3633         quoting expression.
3635 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
3637         * ob.el (org-babel-merge-params): Add "eval" as acceptable noweb
3638         argument.
3639         (org-babel-noweb-p): The "eval" argument only expands during
3640         evaluation.
3642 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
3644         * ob.el (org-strip-protective-commas): Declared.
3646         * org-agenda.el (org-agenda-filtered-by-category): Declared.
3647         (org-agenda-filter-apply): Capture free variable.
3649         * org-footnote.el (org-skip-whitespace): Declared.
3651         * org-mobile.el (org-agenda-filter): Declared.
3653         * org-src.el (org-strip-protective-commas): Declared.
3655 2012-04-01  Sebastien Vauban  <sva@mygooglest.com>  (tiny change)
3657         * org.el (org-version): Add autoload cookie.
3659 2012-04-01  David Maus  <dmaus@ictsoc.de>
3661         * org-attach.el (org-attach-store-link-p): Remove spurious quote
3662         in customization form choice.
3664 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
3666         * ob-sh.el (org-babel-execute:sh): Pass all params to subroutine.
3667         (org-babel-sh-evaluate): Apply :shebang and :padline to shell script
3668         execution.
3670 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
3672         * ob.el (org-babel-insert-result): Ensure correct order for empty
3673         result wrapping blocks.
3675 2012-04-01  Martyn Jago  <martyn.jago@btinternet.com>
3677         * ob-lilypond.el: Make auditioning of midi and pdf asynchronous,
3678         and add easy pdf generation in the form of `ly-gen-pdf' variable.
3680 2012-04-01  Deech  <deech@deech-ThinkPad-X200.none>  (tiny change)
3682         * ob-tangle.el (org-babel-spec-to-string): The link generated by
3683         org-store-link is escaped twice when tangling with ":comments yes"
3684         flag.
3686 2012-04-01  Bastien Guerry  <bzg@gnu.org>
3688         * org-html.el (org-export-as-html): Remove another useless space
3689         before tag.
3691 2012-04-01  Bastien Guerry  <bzg@gnu.org>
3693         * org-html.el (org-export-as-html): Remove another useless space
3694         before tag.
3696 2012-04-01  Bastien Guerry  <bzg@gnu.org>
3698         * org-html.el (org-export-as-html): Remove useless space before
3699         tag.
3701 2012-04-01  Sebastien Vauban  <sva@mygooglest.com>  (tiny change)
3703         * org.el (org-version): Add autoload cookie.
3705 2012-04-01  Bastien Guerry  <bzg@gnu.org>
3707         * org.el (org-get-category): Save match data.
3709 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
3711         * ob-tangle.el (org-babel-tangle): Don't prompt for a file name if
3712         :tangle is specified.
3714         * ob.el (org-babel-expand-noweb-references): Widen buffer when
3715         expanding noweb references.
3717 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
3719         * ob-table.el (sbe): Don't accidentally leave a `t' value when
3720         variables are force interpreted as strings.
3722 2012-04-01  David Maus  <dmaus@ictsoc.de>
3724         * org-bbdb.el (org-bbdb-open, org-bbdb-open-old)
3725         (org-bbdb-open-new): Pass record name to avoid dynamic scoping.
3727 2012-04-01  David Maus  <dmaus@ictsoc.de>
3729         * org-bbdb.el (bbdb-record-get-field, bbdb-search-name)
3730         (bbdb-search-organization): Declare functions to silence byte
3731         compiler.
3733 2012-04-01  Bernt Hansen  <bernt@norang.ca>
3735         * org.el (org-clone-subtree-with-time-shift): Fix task cloning for
3736         repeating tasks using .+n and ++n syntax.
3738 2012-04-01  Karl Fogel  <kfogel@red-bean.com>  (tiny change)
3740         * org-agenda.el (org-agenda-highlight-todo): Handle the case of a
3741         heading that has a date but no todo keyword.
3743 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
3745         * ob.el (org-babel-find-named-result): Fix code block replacement
3746         with results.
3748 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
3750         * org-footnote.el (org-footnote-normalize): Do not normalize
3751         labels when sort-only is non-nil.
3753 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
3755         * org-footnote.el (org-footnote-normalize): Remove an useless part
3756         of the function.
3757         (org-insert-footnote-reference-near-definition): Remove function.
3759 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
3761         * org-footnote.el (org-footnote-normalize): Fix normalization of
3762         inline footnotes with no footnote section.
3764 2012-04-01  David Maus  <dmaus@ictsoc.de>
3766         * org-bbdb.el (org-bbdb-old): Replace `defvar' after loading 'bbdb
3767         to check for old or new version by a check for the required
3768         function in `org-bbdb-open' and `org-bbdb-store-link'.
3769         (org-bbdb-store-link, org-bbdb-open): Check which version of bbdb is
3770         to be used.
3772 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
3774         * ob.el (org-babel-find-named-result): Don't miss a code block
3775         when there are confounding spaces after the result name.
3777 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
3779         * ob-lob.el (org-babel-block-lob-one-liner-regexp): Less greedy
3780         regular expressions.
3781         (org-babel-inline-lob-one-liner-regexp): Less greedy regular
3782         expressions.
3784 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
3786         * ob.el (org-babel-examplize-region): Fixed bug in examplization.
3788 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
3790         * org.el (org-link-search): Search for #+name affiliated keywords
3791         and invisible targets.
3793 2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
3795         * org-lparse.el (org-lparse-end-footnote-definition): Cleanup
3796         newlines in a transcoded footnote definition.  This ensures that
3797         the line that is currently being processed by `org-do-lparse' loop
3798         doesn't get broken up into multiple lines.  Fix for the following
3799         bug -
3801 2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
3803         * org-footnote.el (org-footnote-normalize): Force a paragraph
3804         break after the last footnote definition.  This is an an implicit
3805         assumption made by the org-lparse.el library.  With this change,
3806         footnote definitions can reliably be exported with ODT backend.
3807         See http://lists.gnu.org/archive/html/emacs-orgmode/2012-02/msg01013.html.
3809 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
3811         * ob-ditaa.el (org-ditaa-jar-path): Fix a recursive load error.
3813 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
3815         * org-list.el (org-list-struct): Fix small bug introduced by
3816         commit 8b7a3f249803aba612f9ad3ae50c2fc986247da4 in Org's git repo.
3818 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
3820         * ob-ditaa.el (org-ditaa-jar-path): Already defined in
3821         org-exp-blocks.el.
3823         * org-exp-blocks.el (org-ditaa-jar-path): Declare appropriately
3824         for the fact that this is really now a Babel thing -- even if it
3825         is used here and the definition should remain here for reasons of
3826         load dependencies.
3828 2012-04-01  David Maus  <dmaus@ictsoc.de>
3830         * org-bbdb.el (org-bbdb-old): Wrap `defvar' so the variable gets
3831         defined after bbdb was loaded.
3833 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
3835         * org-latex.el (org-export-latex-tables): Don't add spurious
3836         preceding newline if caption is not above a longtable.
3838 2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
3840         * org-odt.el (org-odt-insert-toc): Remove this stray,
3841         dysfunctional routine.  This possibly has crept in because of the
3842         broken merges between "maint" and "origin" branches.
3843         (org-odt-begin-table): Don't emit an empty paragraph when a table is
3844         neither labeled nor captioned.
3845         (org-odt-init-outfile): Remove reference to an unused variable.
3847 2012-04-01  Viktor Rosenfeld  <listuser36@googlemail.com>
3849         * ob-sql.el (org-babel-execute:sql): Add support for MonetDB to
3850         SQL code blocks.
3852 2012-04-01  Andreas Leha  <andreas.leha@med.uni-goettingen.de>
3854         * ob.el (org-babel-goto-named-src-block): Pushing the point to the
3855         org-mark-ring and guessing at the code block name to jump to.
3857 2012-04-01  David Maus  <dmaus@ictsoc.de>
3859         * org-agenda.el (org-agenda-tree-to-indirect-buffer): Fix handling
3860         of indirect buffer and window.
3862 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
3864         * org-footnote.el (org-footnote-forbidden-blocks): Allow footnotes
3865         in verse blocks.
3867 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
3869         * org-footnote.el (org-footnote-forbidden-blocks): Allow footnotes
3870         in verse blocks.
3872 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
3874         * org-exp.el (org-table-clean-before-export): Ignore table rows
3875         defining parameters for formulas during export.
3877 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
3879         * org-list.el (org-list-get-item-number): New function.
3881 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
3883         * org-list.el (org-list-ending-method, org-list-end-regexp):
3884         Removed variables.
3885         (org-in-item-p, org-list-separating-blank-lines-number)
3886         (org-list-parse-list, org-list-struct): Apply changes.
3888         * org-exp.el (org-export-mark-list-end)
3889         (org-export-mark-list-properties): Apply changes.
3891         * org-latex.el (org-export-latex-lists): Apply changes.
3893 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
3895         * org.el (org-cycle-internal-local): Correctly unfold headlines
3896         containing an inlinetask.
3898 2012-04-01  Bastien Guerry  <bzg@gnu.org>
3900         * org.el (org-structure-template-alist): Fix missing angle
3901         brackets for muse export style.
3903 2012-04-01  David Maus  <dmaus@ictsoc.de>
3905         * org.el (org-recenter-calendar): Use `with-selected-window' to
3906         select calendar window and save currently selected window and
3907         current buffer.
3909 2012-04-01  Toby S. Cubitt  <tsc25@cantab.net>  (tiny change)
3911         * org.el (org-goto): Call org-refile-get-location with NO-EXCLUDE
3912         argument set, otherwise not only are headlines in the current
3913         subtree excluded, but it throws an error if point happens not to
3914         be within a subtree (e.g. at start of buffer).
3916 2012-04-01  David Maus  <dmaus@ictsoc.de>
3918         * org.el (org-scan-tags): Fix highlighting in sparse-tree.
3920 2012-04-01  David Maus  <dmaus@ictsoc.de>
3922         * org-clock.el (org-in-clocktable-p): Moved to org.el.
3924         * org.el (org-in-clocktable-p): New function. Moved from
3925         org-clock.el.
3927 2012-04-01  David Maus  <dmaus@ictsoc.de>
3929         * org-exp.el (org-export-get-title-from-subtree): Don't format
3930         tags in title if title headline does not have tags.
3932 2012-04-01  Bastien Guerry  <bzg@gnu.org>
3934         * org.el (org-cycle-internal-local): Fix bug: hide drawers in
3935         inline tasks too.
3937 2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
3939         * org-odt.el (org-odt-format-preamble): Don't insert TOC here.
3940         Delay it till the end of export.
3941         (org-odt-begin-document-body): Make a note of the default
3942         position of TOC in `org-lparse-dyn-first-heading-pos'.
3943         (org-odt-insert-toc): Insert TOC as directed by
3944         [TABLE-OF-CONTENTS] line or at the default position.
3945         (org-odt-end-export): Call `org-odt-insert-toc'.
3947 2012-04-01  Bastien Guerry  <bzg@gnu.org>
3949         * org.el (org-preview-latex-fragment): Throw an error when called
3950         from a non-file buffer.
3952 2012-04-01  David Maus  <dmaus@ictsoc.de>
3954         * org-capture.el (org-capture-place-item): Don't search for
3955         position in existing list if :exact-position was supplied.
3957 2012-04-01  Bastien Guerry  <bzg@gnu.org>
3959         * org.el (org-set-font-lock-defaults): Fix bug in done headline
3960         fontification.
3962 2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
3964         * org-odt.el (org-odt-format-textbox): Honor user-specified width
3965         in captioned images.
3967 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
3969         * org.el (org-update-property-plist): Fix bug in property list
3970         updates.
3972 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
3974         * ob.el (org-babel-balanced-split): Explicit checking if list
3975         before calling member.
3977 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
3979         * ob-sqlite.el (org-babel-execute:sqlite): Specify the use of ","
3980         as the separator to `org-table-convert-region'.  Fixes errors when
3981         only one result per line of output.
3983 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
3985         * ob.el (org-babel-strip-protective-commas): Use
3986         `org-strip-protective-commas'.
3988         * org-exp.el (org-export-select-backend-specific-text): Use
3989         `org-strip-protective-commas'.
3991         * org-src.el (org-edit-src-code): Use
3992         `org-strip-protective-commas'.
3994         * org.el (org-strip-protective-commas): Single definition for this
3995         functionality.
3997 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
3999         * ob-sql.el: Mention ob-sqlite in the comments of ob-sql.
4001 2012-04-01  David Maus  <dmaus@ictsoc.de>
4003         * org-capture.el (org-capture-prepare-finalize-hook): New hook.
4004         Run before the finalization process starts.
4005         (org-capture-finalize): Run new hook.
4007 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
4009         * org.el (org-entry-get): Generalize to multiple "prop+"
4010         properties.
4012 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
4014         * org-src.el (org-src-mode-map): Rebinding `org-edit-src-save' in
4015         the `org-src-mode-map'.
4017 2012-04-01  David Maus  <dmaus@ictsoc.de>
4019         * org.el (org-recenter-calendar): Use `with-selected-window' to
4020         select calendar window and save currently selected window and
4021         current buffer.
4023 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
4025         * org-list.el (org-list-ending-method, org-list-end-regexp):
4026         Removed variables.
4027         (org-in-item-p, org-list-separating-blank-lines-number)
4028         (org-list-parse-list, org-list-struct): Apply changes.
4030         * org-exp.el (org-export-mark-list-end)
4031         (org-export-mark-list-properties): Apply changes.
4033         * org-latex.el (org-export-latex-lists): Apply changes.
4035 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
4037         * org.el (org-entry-get): Accumulate properties from subtree
4038         property drawers.
4040 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
4042         * org.el (org-entry-get): Accumulate properties from subtree
4043         property drawers.
4045 2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
4047         * org-odt.el (org-export-odt-image-size-probe-method)
4048         (org-odt-do-image-size): Use imagemagick preferentially to
4049         determine image sizes.
4051 2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
4053         * org-odt.el (org-export-as-odt-to-buffer)
4054         (org-replace-region-by-odt, org-export-region-as-odt): Remove
4055         these interactive functions.  They are of questionable value.
4057 2012-04-01  Toby S. Cubitt  <tsc25@cantab.net>  (tiny change)
4059         * org.el (org-goto): Call org-refile-get-location with NO-EXCLUDE
4060         argument set, otherwise not only are headlines in the current
4061         subtree excluded, but it throws an error if point happens not to
4062         be within a subtree (e.g. at start of buffer).
4064 2012-04-01  Bastien Guerry  <bzg@gnu.org>
4066         * org-exp.el (org-export-kill-product-buffer-when-displayed)
4067         (org-export-initial-scope, org-export-date-timestamp-format)
4068         (org-export-with-tasks, org-export-email-info)
4069         (org-export-table-remove-empty-lines): Add version tag.
4071 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
4073         * org.el (org-cycle-internal-local): Correctly unfold headlines
4074         containing an inlinetask.
4076 2012-04-01  Bernt Hansen  <bernt@norang.ca>
4078         * org-clock.el (org-clock-out): Do not delete the current clocking
4079         task when org-clock-out-hook clocks in another task.
4081 2012-04-01  David Maus  <dmaus@ictsoc.de>
4083         * org.el (org-scan-tags): Fix highlighting in sparse-tree.
4085 2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
4087         * org-odt.el (org-export-odt-convert-processes): Re-define
4088         (org-export-odt-convert-capabilities): Fix an accidental
4089         regression.
4091 2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
4093         * org-odt.el (org-export-odt-convert-capabilities): Change the
4094         default value.
4096 2012-04-01  David Maus  <dmaus@ictsoc.de>
4098         * org-clock.el (org-in-clocktable-p): Moved to org.el.
4100         * org.el (org-in-clocktable-p): New function.  Moved from org-clock.el.
4102 2012-04-01  David Maus  <dmaus@ictsoc.de>
4104         * org-exp.el (org-export-get-title-from-subtree): Don't format
4105         tags in title if title headline does not have tags.
4107 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
4109         * org-footnote.el (org-blank-before-new-entry)
4110         (org-export-footnotes-seen, org-export-footnotes-data): Fix bogus
4111         declarations.
4113 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
4115         * org.el (org-beginning-of-line, org-end-of-line): Fix special C-a
4116         and C-e behaviour with visual lines.
4118 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
4120         * org-exp-blocks.el (org-export-blocks): Changed the name of
4121         exporting comment blocks given that it seems regular comment
4122         blocks no longer export.
4124 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
4126         * ob-exp.el (org-babel-exp-get-export-buffer): Access current
4127         export buffer.
4128         (org-babel-exp-in-export-file): Access current export buffer.
4129         (org-babel-exp-src-block): Access current export buffer.
4130         (org-babel-exp-inline-src-blocks): Access current export buffer.
4132 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
4134         * ob-exp.el (org-babel-exp-in-export-file)
4135         (org-babel-exp-src-block, org-babel-exp-inline-src-blocks): Allow
4136         org-current-export-file to contain a buffer.
4138 2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
4140         * org-lparse.el (org-lparse-do-convert): Replace `call-process'
4141         with `shell-command-to-string'.
4143 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
4145         * org-footnote.el (org-footnote-create-definition): Fix space
4146         insertion when creating a new footnote.  This fixes newline
4147         munching when `org-footnote-section' is nil and blank lines
4148         stacking when it isn't nil.
4150 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
4152         * org-footnote.el (org-footnote-normalize): Make sure that
4153         footnotes are moved to a single place during export.
4155 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
4157         * org-footnote.el (org-footnote-normalize): Ensure footnote
4158         definition will be inserted at the end of the section
4159         corresponding to to its first reference.
4161 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
4163         * org-footnote.el (org-footnote-at-definition-p): Make sure to
4164         move point at the beginning of the separator before skiping white
4165         spaces.  Refactor code.
4167 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
4169         * ob-exp.el (org-babel-exp-src-block): Strip noweb references on
4170         export when "strip-export".
4172         * ob.el (org-babel-common-header-args-w-values): New noweb
4173         header value.
4174         (org-babel-merge-params): New noweb header value.
4175         (org-babel-noweb-p): New noweb header value.
4177 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
4179         * ob-tangle.el (org-babel-tangle-clean): Just use default value.
4181         * ob.el (org-babel-noweb-wrap): Add default value.
4182         (org-babel-expand-noweb-references): Just use default value.
4184 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
4186         * org-exp.el (org-export-select-backend-specific-text): Always
4187         preserve original indentation as a text property so that lists do
4188         not get broken by indentation at column 0.
4190 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
4192         * ob.el (org-babel-expand-noweb-references): Don't allow newlines
4193         in source names in noweb references.
4195 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
4197         * org.el (org-fill-line-break-nobreak-p): New function.
4198         (org-set-autofill-regexps): Add previous function to
4199         `fill-nobreak-predicate'.
4201 2012-04-01  Vitalie Spinu  <spinuvit@gmail.com>
4203         * ob-R.el (org-babel-R-evaluate-session): Inhibit R evaluation
4204         visibility regardless of local user customization.
4206 2012-04-01  Vitalie Spinu  <spinuvit@gmail.com>
4208         * ob-R.el (org-babel-R-evaluate-session): Inhibit R evaluation
4209         visibility regardless of local user customization.
4211 2012-04-01  Carsten Dominik  <carsten.dominik@gmail.com>
4213         * org-inlinetask.el (org-inlinetask-show-first-star): New option.
4214         (org-inlinetask-fontify): Honor `org-inlinetask-show-first-star'.
4216         * org-indent.el (org-indent-set-line-properties): Honor
4217         `org-inlinetask-show-first-star'.
4219 2012-04-01  Bastien Guerry  <bzg@gnu.org>
4221         * org.el (org-set-regexps-and-options): Ensure `org-drawers'
4222         doesn't contain duplicates.
4224 2012-04-01  Bastien Guerry  <bzg@gnu.org>
4226         * org.el (org-at-drawer-p): Normalize the docstring to match other
4227         `org-at-*-p' docstrings.
4228         (org-indent-block, org-indent-drawer, org-at-block-p): New
4229         functions.
4230         (org-metaright): Use the new functions to indent a drawer or a
4231         block depending on the context.  Also update the docstring.
4233 2012-04-01  Bastien Guerry  <bzg@gnu.org>
4235         * org.el (org-set-regexps-and-options): Set the value of
4236         `org-drawers' by adding the value of the infile #+DRAWERS option
4237         to that of the existing `org-drawers'.
4239 2012-04-01  Bastien Guerry  <bzg@gnu.org>
4241         * org.el (org-cycle-internal-local): Fix bug: hide drawers in
4242         inline tasks too.
4244 2012-04-01  Bastien Guerry  <bzg@gnu.org>
4246         * org-inlinetask.el (org-inlinetask-toggle-visibility): Use
4247         `org-show-entry' instead of `outline-flag-region' to keep the
4248         drawers folded when unfolding an inline task.
4250 2012-04-01  Torsten Anders  <torsten.anders@beds.ac.uk>  (tiny change)
4252         * org-beamer.el (org-beamer-environments-default): Add support and
4253         keybinding for the `exampleblock' environment.
4255 2012-04-01  Michael Brand  <michael.ch.brand@gmail.com>
4257         * org.el (org-open-link-from-string): Regard `reference-buffer'
4258         when setting `org-inhibit-startup'.
4260 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
4262         * ob-exp.el (org-babel-exp-non-block-elements): Don't insert extra
4263         space between inline src block and results on export.
4265 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
4267         * ob.el (org-babel-get-inline-src-block-matches): Allow *any*
4268         punctuation to proceed an inline src block.
4270 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
4272         * ob.el (org-babel-get-inline-src-block-matches): Add ( to the
4273         list of characters allowed to proceed an inline src block.
4275 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
4277         * ob-tangle.el (org-babel-tangle-clean): Use the customizable
4278         noweb wrappers.
4280         * ob.el (org-babel-noweb-wrap-start): Begin a noweb reference.
4281         (org-babel-noweb-wrap-end): End a noweb reference.
4282         (org-babel-noweb-wrap): Apply the customizable noweb wrappers.
4283         (org-babel-expand-noweb-references): Use the customizable noweb
4284         wrappers.
4286 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
4288         * org.el (org-beginning-of-line): Handle case when there's no
4289         character after box.
4291 2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
4293         * org-odt.el (org-odt-format-preamble): Don't insert TOC here.
4294         Delay it till the end of export.
4295         (org-odt-begin-document-body): Make a note of the default
4296         position of TOC in `org-lparse-dyn-first-heading-pos'.
4297         (org-odt-insert-toc): Insert TOC as directed by
4298         [TABLE-OF-CONTENTS] line or at the default position.
4299         (org-odt-end-export): Call `org-odt-insert-toc'.
4301 2012-04-01  Bastien Guerry  <bzg@gnu.org>
4303         * org.el (org-preview-latex-fragment): Throw an error when called
4304         from a non-file buffer.
4306 2012-04-01  Bastien Guerry  <bzg@gnu.org>
4308         * org.el (org-insert-property-drawer): Not an interactive
4309         command anymore.
4310         (org-insert-drawer): With a prefix argument, insert a property
4311         drawer.  Check for headline within the region before inserting the
4312         drawer.  Don't include special drawers in the completion table.
4313         (org-mode-map): New keybinding `C-c C-x d' for
4314         `org-insert-drawer'.
4316 2012-04-01  Bastien Guerry  <bzg@gnu.org>
4318         * org.el (org-insert-drawer): Support completion over known drawer
4319         names and inserting a drawer around the current region.
4321 2012-04-01  Bastien Guerry  <bzg@gnu.org>
4323         * org.el (org-insert-drawer): New function.
4324         (org-insert-property-drawer): Use it.
4326 2012-04-01  Bastien Guerry  <bzg@gnu.org>
4328         * org-list.el (org-mark-list): New function.
4330 2012-04-01  Bastien Guerry  <bzg@gnu.org>
4332         * org-pcomplete.el (pcomplete/org-mode/drawer): New function to
4333         complete drawer at point.
4334         (org-thing-at-point): Use it.
4336 2012-04-01  Bastien Guerry  <bzg@gnu.org>
4338         * org.el (org-meta-return): Use `newline-and-indent' when in a
4339         property drawer.
4341 2012-04-01  Bastien Guerry  <bzg@gnu.org>
4343         * org.el (org-structure-template-alist): Fix docstring: the
4344         feature is not experimental anymore.
4346 2012-04-01  Bastien Guerry  <bzg@gnu.org>
4348         * org-agenda.el (org-agenda-show-and-scroll-up): Allow `C-u' to
4349         display the item without unfolding drawers and logbooks.
4351 2012-04-01  Bastien Guerry  <bzg@gnu.org>
4353         * org-src.el (org-edit-src-code): Make sure `buffer-file-name' is
4354         always nil.
4356 2012-04-01  Bastien Guerry  <bzg@gnu.org>
4358         * org.el (org-structure-template-alist): Fix missing angle
4359         brackets for muse export style.
4361 2012-04-01  Bastien Guerry  <bzg@gnu.org>
4363         * org.el (org-read-date): New parameter `inactive' when reading
4364         for insertion of inactive timestamps.
4365         (org-time-stamp, org-read-date-display): Use the new
4366         parameter.
4368 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
4370         * ob.el (org-babel-expand-noweb-references): Only allow
4371         reference names which start and end with non-whitespace characters.
4372         Also, raise errors as appropriate given org-babel-noweb-error-langs.
4374 2012-04-01  Bastien Guerry  <bzg@gnu.org>
4376         * org-src.el (org-src-in-org-buffer): Save and restore
4377         `buffer-undo-list' after editing.
4379 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
4381         * ob.el (org-babel-common-header-args-w-values): Add new header
4382         argument.
4383         (org-babel-expand-noweb-references): Use header argument rather than
4384         customization variable.
4386 2012-04-01  David Maus  <dmaus@ictsoc.de>
4388         * org-capture.el (org-capture-place-item): Don't search for
4389         position in existing list if :exact-position was supplied.
4391 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
4393         * ob.el (org-babel-noweb-separator): Custom variable for
4394         accumulated noweb references.
4395         (org-babel-expand-noweb-references): Allow separator for noweb
4396         references.
4398 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
4400         * org.el (org-beginning-of-line): In an item, special position
4401         for C-a is after check-box, if any.
4402         (org-special-ctrl-a/e): Modify doc-string accordingly.
4404 2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
4406         * org-odt.el (org-export-odt-format-formula): Use :style
4407         property to specify custom table styles.
4409 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
4411         * ob-exp.el (org-babel-exp-call-line-template): Control export of
4412         additional call line information.
4413         (org-babel-exp-non-block-elements): Fancier call line export.
4415 2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
4417         * org-odt.el (org-odt-entity-frame-styles): Add frame params
4418         for images that are anchored as character.
4419         (org-export-odt-format-image): Handle new anchor type
4420         "as-char".
4421         (org-export-odt-default-image-sizes-alist): Misc. change.
4422         (org-export-odt-format-formula): Misc. change.
4424 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
4426         * ob.el (org-babel-check-src-block): Don't report valid header
4427         arguments as suspicious.
4429 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
4431         * ob-exp.el (org-babel-exp-non-block-elements): Map over both
4432         inline src blocks and call lines on export.
4434 2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
4436         * org-odt.el (org-odt-label-styles): Add a new style.
4437         (org-odt-category-map-alist): Use it.
4439 2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
4441         * org-odt.el (org-odt-table-style-format): New.  Template for
4442         auto-generated table styles.
4443         (org-odt-automatic-styles, org-odt-object-counters): New
4444         variables.
4445         (org-odt-add-automatic-style): New function.
4446         (org-odt-write-automatic-styles): New function.  Create
4447         automatic styles for tables that have custom :rel-width.
4448         (org-odt-begin-table): Parse attributes specified with
4449         "#+ATTR_ODT: " option and use it to create an automatic table
4450         style.
4451         (org-odt-save-as-outfile): Call
4452         `org-odt-add-write-automatic-styles'.
4453         (org-odt-init-outfile): Init newly add variables.
4454         (org-odt-section-count): Remove it.
4455         (org-odt-begin-section): Use `org-odt-add-automatic-style' to
4456         generate an automatic section name.
4458 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
4460         * ob.el (org-babel-map-executables): Correctly position point when
4461         mapping hits an inline code block.
4463 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
4465         * ob.el (org-babel-execute-src-block): Ensure params are
4466         incorporated *before* checking if evaluation is legal.
4468 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
4470         * ob-exp.el (org-babel-exp-lob-one-liners): Ensure `end' is a
4471         marker so it is updated as required during export.
4473 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
4475         * org-src.el (org-src-in-org-buffer): Run commands in the parent
4476         buffer.
4477         (org-edit-src-save): Use new macro.
4478         (org-src-tangle): Tangle the parent buffer.
4480 2012-04-01  Bastien Guerry  <bzg@gnu.org>
4482         * org.el (org-set-font-lock-defaults): Fix bug in done
4483         headline fontification.
4485 2012-04-01  Bastien Guerry  <bzg@gnu.org>
4487         * org.el (org-set-font-lock-defaults): Fix bug in done
4488         headline fontification.
4490 2012-04-01  Bastien Guerry  <bzg@gnu.org>
4492         * org.el (org-return): Act normally when in code blocks.
4494 2012-04-01  Bastien Guerry  <bzg@gnu.org>
4496         * org.el (org-in-src-block-p): New function.
4497         (org-context): Return new contexts :clocktable and :src-block.
4499 2012-04-01  Bastien Guerry  <bzg@gnu.org>
4501         * org.el (org-set-tags-command, org-set-tags): Make ̀C-u C-c
4502         C-q' do the right thing even when point is before the first
4503         heading.
4505 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
4507         * ob.el (org-babel-noweb-p): Disambiguate intersection name.
4509 2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
4511         * org-odt.el (org-odt-format-textbox): Honor user-specified
4512         width in captioned images.
4514 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
4516         * ob.el (org-babel-map-src-blocks): Replace gensym with make-symbol.
4517         (org-babel-map-inline-src-blocks): Replace gensym with make-symbol.
4518         (org-babel-map-call-lines): Replace gensym with make-symbol.
4519         (org-babel-map-executables): Replace gensym with make-symbol.
4521 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
4523         * ob-exp.el (org-babel-exp-results): Alter a copy of info.
4525 2012-04-01  Bastien Guerry  <bzg@gnu.org>
4527         * org-html.el (org-export-as-html): Initialize
4528         `html-pre-real-contents' correctly.
4530 2012-04-01  Bastien Guerry  <bzg@gnu.org>
4532         * org-html.el (org-export-as-html): Initialize
4533         `html-pre-real-contents' correctly.
4535 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
4537         * ob-exp.el (org-babel-exp-code): Ensure code block name is a
4538         string on export.
4540 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
4542         * ob-exp.el (org-babel-exp-code-template): Customizable code
4543         block export format string.
4544         (org-babel-exp-code): Customizable code block export.
4546 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
4548         * ob-clojure.el (org-babel-execute:clojure): Removed dependency
4549         on deprecated swank-clojure.
4551 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
4553         * ob.el (org-babel-map-src-blocks): Don't pollute symbol space.
4554         (org-babel-map-inline-src-blocks): Don't pollute symbol space.
4555         (org-babel-map-call-lines): Don't pollute symbol space.
4556         (org-babel-map-executables): Map over *all* executable Org-mode
4557         elements.
4558         (org-babel-execute-buffer): Execute elements in buffer order instead
4559         of arbitrarily.
4561 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
4563         * org.el (org-ctrl-c-ctrl-c): Fix a naive structure backup.
4564         Those must be done with `copy-tree'.
4566 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
4568         * org-src.el (org-edit-src-code): Referenced code block should
4569         not be evaluated on code block edit.
4571 2012-04-01  Bastien Guerry  <bzg@gnu.org>
4573         * org.el (org-structure-template-alist): Use uppercase for
4574         keywords.
4576 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
4578         * ob.el (org-babel-insert-result): Capitalize RESULTS in :wrap'd
4579         code block results.
4581 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
4583         * ob.el (org-babel-results-keyword): New user-configurable
4584         results keyword.
4585         (org-babel-where-is-src-block-result): Use new user-configurable
4586         results keyword.
4588 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
4590         * org-indent.el (org-indent-refresh-maybe): Check for new
4591         headlines from the beginning of the line to be sure to catch
4592         any newly inserted headline there.
4594 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
4596         * ob-exp.el (org-babel-exp-src-block): Use `org-babel-noweb-p'.
4597         (org-babel-exp-inline-src-blocks): Use `org-babel-noweb-p'.
4599         * ob-tangle.el (org-babel-tangle-collect-blocks): Use
4600         `org-babel-noweb-p'.
4602         * ob.el (org-babel-execute-src-block): Use `org-babel-noweb-p'.
4603         (org-babel-expand-src-block): Use `org-babel-noweb-p'.
4604         (org-babel-load-in-session): Use `org-babel-noweb-p'.
4605         (org-babel-merge-params): Use `org-babel-noweb-p'.
4606         (org-babel-noweb-p): New function used to determine if noweb
4607         expansion should be carried out in a given context.
4609 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
4611         * org.el (org-update-property-plist): Fix bug in property list
4612         updates.
4614 2012-04-01  François Pinard  <pinard@iro.umontreal.ca>  (tiny change)
4616         * org.el (org-kill-line): Use `kill-visual-line' in
4617         `visual-line-mode'.
4619 2012-04-01  Bernt Hansen  <bernt@norang.ca>
4621         * org-agenda.el (org-agenda-switch-to): Widen org buffer only if point
4622         is outside the current restriction.
4624 2012-04-01  Bernt Hansen  <bernt@norang.ca>
4626         * org-agenda.el (org-agenda-clock-in): Save restriction when clocking
4627         in from the agenda.
4629 2012-04-01  Bernt Hansen  <bernt@norang.ca>
4631         * org.el: Honour existing restrictions when regenerating the agenda.
4633 2012-04-01  Bastien Guerry  <bzg@gnu.org>
4635         * org-agenda.el: New alias for `list-diary-entries-hook'.
4637 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
4639         * ob.el (org-babel-common-header-args-w-values): Add the new
4640         header argument name.
4641         (org-babel-insert-result): Respect the value of the :wrap header
4642         argument when inserting results.
4643         (org-babel-result-end): Find the end of arbitrarily named result
4644         blocks.
4646 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
4648         * org-indent.el (org-indent-refresh-maybe): Check for new
4649         headlines from the beginning of the line to be sure to catch
4650         any newly inserted headline there.
4652 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
4654         * org.el (org-update-property-plist): Remove old instances of
4655         property when adding a new value for property.
4657 2012-04-01  Martyn Jago  <martyn.jago@btinternet.com>
4659         * ob-emacs-lisp.el: A comment on the last line of an emacs-lisp
4660         code block would cause an error when the block is was executed.
4661         This fix cures this behaviour.
4663 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
4665         * ob.el (org-babel-expand-noweb-references): Resurrect dropped
4666         pieces of a previous patch.
4668 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
4670         * ob-maxima.el (org-babel-execute:maxima): Fix compiler warning.
4672 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
4674         * ob.el (org-babel-expand-noweb-references): Resurrect dropped
4675         pieces of a previous patch.
4677 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
4679         * ob-maxima.el (org-babel-execute:maxima): Fix compiler warning.
4681 2012-04-01  Bastien Guerry  <bzg@gnu.org>
4683         * org-eshell.el (org-eshell-open): Use (goto-char (point-max))
4684         instead of (end-of-buffer).
4686 2012-04-01  Bastien Guerry  <bzg@gnu.org>
4688         * org-bbdb.el (name): Declare variable.
4689         (bbdb-record-get-field, bbdb-search-name)
4690         (bbdb-search-organization): Declare as part of ext:bbdb.
4692 2012-04-01  Bastien Guerry  <bzg@gnu.org>
4694         * org-mobile.el (org-mobile-push): Use `org-agenda-tag-filter'
4695         instead of the obsolete `org-agenda-filter'.
4697 2012-04-01  Bastien Guerry  <bzg@gnu.org>
4699         * org-agenda.el: Add an alias for `org-agenda-filter'.
4700         (diary-list-entries-hook): Use the non-obsolete hook.
4701         (org-agenda-filter-apply): Silent compiler warning.
4703 2012-04-01  Bastien Guerry  <bzg@gnu.org>
4705         * ob-ditaa.el (org-ditaa-jar-path): Make a defcustom.
4706         (org-ditaa-jar-option): New option.
4707         (org-babel-execute:ditaa): Use it.
4709 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
4711         * ob.el (org-babel-balanced-split): Explicit checking if list
4712         before calling member.
4714 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
4716         * ob.el (org-babel-balanced-split): Explicit checking if list
4717         before calling member.
4719 2012-02-14  Chong Yidong  <cyd@gnu.org>
4721         * org-footnote.el: Remove bogus defvar values (Bug#10745).
4723 2012-01-05  Eric Schulte  <eric.schulte@gmx.com>
4725         * ob.el (org-babel-expand-noweb-references): Resurrect dropped
4726         pieces of a previous patch.
4728         * ob-maxima.el (org-babel-execute:maxima): Fix compiler warning.
4730 2012-01-05  Bastien Guerry  <bzg@gnu.org>
4732         * org-eshell.el (org-eshell-open): Use (goto-char (point-max))
4733         instead of (end-of-buffer).
4735         * org-bbdb.el (name): Declare variable.
4736         (bbdb-record-get-field, bbdb-search-name)
4737         (bbdb-search-organization): Declare as part of ext:bbdb.
4739         * org-agenda.el: Add an alias for `org-agenda-filter'.
4740         (diary-list-entries-hook): Use the non-obsolete hook.
4741         (org-agenda-filter-apply): Silent compiler warnings.
4743         * org-mobile.el (org-mobile-push): Use `org-agenda-tag-filter'
4744         instead of the obsolete `org-agenda-filter'.
4746 2012-01-03  Bastien Guerry  <bzg@gnu.org>
4748         * org.el (org-ctrl-c-ctrl-c): Preserve symmetry when adding
4749         and removing checkboxes with `C-u C-c C-c' on the first item
4750         of a list.  Also, don't reinitialize checkboxes that are
4751         already ticked.
4753 2012-01-03  Bastien Guerry  <bzg@gnu.org>
4755         * org.el (org-ts-regexp0, org-ts-regexp1): Also match a time
4756         value with only one digit for the hours.
4758 2012-01-03  Bastien Guerry  <bzg@gnu.org>
4760         * org-agenda.el (org-batch-agenda, org-batch-agenda-csv):
4761         Remove deleted function `org-encode-for-stdout'.
4763 2012-01-03  Bastien Guerry  <bzg@gnu.org>
4765         * org.el (org-show-context): Complete docstring.
4767 2012-01-03  Bastien Guerry  <bzg@gnu.org>
4769         * org-agenda.el (org-agenda-filter-by-tag): Use
4770         `read-char-exclusive' instead of `read-char'.
4772 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>  (tiny change)
4774         * org-clock.el (org-clock-in, org-clock-find-position): Remove
4775         erraneous space in regexp.
4777 2012-01-03  Eric Schulte  <eric.schulte@gmx.com>
4779         * ob.el (org-babel-expand-noweb-references): Rather than using
4780         a pure regexp solution to resolve noweb references, actually
4781         check the information of every code block in the buffer.  This
4782         will cause a slowdown in noweb reference expansion, but is
4783         necessary for correct behavior.
4785 2012-01-03  Bastien Guerry  <bzg@gnu.org>
4787         * org.el (org-map-continue-from): Fix typo in docstring.
4789 2012-01-03  Bastien Guerry  <bzg@gnu.org>
4791         * org.el (org-property-re): Also match cumulating properties
4792         like ":prop+:".
4794 2012-01-03  Bastien Guerry  <bzg@gnu.org>
4796         * org-exp-blocks.el (org-export-blocks-preprocess): Fix regexp for
4797         matching the end of a block.
4799 2012-01-03  David Maus  <dmaus@ictsoc.de>
4801         * org.el (org-open-at-point): Escape link path for http:,
4802         https:, ftp:, news:, and doi: links only if the path contains
4803         space or non-ascii character.
4805 2012-01-03  David Maus  <dmaus@ictsoc.de>
4807         * org.el (org-refile-get-targets): Ignore headlines without a
4808         true headline.
4810 2012-01-03  Eric Schulte  <eric.schulte@gmx.com>
4812         * ob.el (org-babel-map-call-lines): Moved this file from
4813         ob-lob.el into ob.el to ease dependency pains.
4815 2012-01-03  Bastien Guerry  <bzg@gnu.org>
4817         * org-publish.el (org-publish-index-generate-theindex): Use
4818         theindex.inc for storing index entries, and theindex.org for
4819         including theindex.inc.
4821 2012-01-03  Bastien Guerry  <bzg@gnu.org>
4823         * org-publish.el (org-publish-index-generate-theindex): Create
4824         proper file target for index entries in subdirectories.
4826 2012-01-03  Bastien Guerry  <bzg@gnu.org>
4828         * org-protocol.el (org-protocol-check-filename-for-protocol):
4829         Fix spelling mistake.
4831 2012-01-03  Jambunathan K  <kjambunathan@gmail.com>
4833         * org-odt.el (org-export-odt-default-org-styles-alist): Add styles
4834         for title and subtitle.
4835         (org-odt-format-toc): New.
4836         (org-odt-format-preamble): New.  Users can redefine this to
4837         customize what goes before the document body.  Currently it
4838         outputs title, author and email, date and toc.
4839         (org-odt-begin-document-body): Use `org-odt-format-preamble'.
4840         (org-odt-format-date): Renamed from
4841         `org-odt-iso-date-from-org-timestamp'.  Also added an
4842         additional param for format string.
4843         (org-odt-begin-annotation, org-odt-update-meta-file): Use
4844         `org-odt-format-date'.
4846 2012-01-03  Bastien Guerry  <bzg@gnu.org>
4848         * org.el (org-at-drawer-p): New function.
4849         (org-end-of-line): Use it.
4851 2012-01-03  Eric Schulte  <eric.schulte@gmx.com>
4853         * ob.el (*org-babel-use-quick-and-dirty-noweb-expansion*):
4854         Controls the method in which noweb references are expanded.
4855         (org-babel-expand-noweb-references): Bring back the option for
4856         regexp-based noweb expansion.
4858 2012-01-03  Bastien Guerry  <bzg@gnu.org>
4860         * org.el (org-ts-regexp0, org-ts-regexp1): Also match a time value
4861         with only one digit for the hours.
4863 2012-01-03  Bastien Guerry  <bzg@gnu.org>
4865         * org.el (org-ctrl-c-ctrl-c): Don't make `C-c C-c' special
4866         when ticking the checkbox of the first item.
4868 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
4870         * org-list.el (org-list-write-struct): Add an optional
4871         argument for structure changes happening outside the function.
4873         * org.el (org-ctrl-c-ctrl-c): Now, `C-u C-c C-c' on the first
4874         item of a sub-list should toggle check-box presence of every
4875         item in the same sub-list.  Also fix check-box insertion on a
4876         single item.
4878 2012-01-03  Bastien Guerry  <bzg@gnu.org>
4880         * org-agenda.el (org-agenda-filter-preset): New alias.
4881         (org-agenda-filter-by-category): New command.
4882         (org-agenda-mode-map): Add the new command.
4883         (org-agenda-custom-commands-local-options): Add category
4884         filter preset.
4885         (org-agenda-mark-filtered-text): Mark both tag and filter
4886         overlays.
4887         (org-agenda-category-filter-preset): New variable.
4888         (org-finalize-agenda, org-agenda-redo)
4889         (org-agenda-filter-make-matcher, org-agenda-filter-apply): Handle
4890         both category and tag filters.
4891         (org-agenda-filter-show-all-tag): Rename from
4892         `org-agenda-filter-by-tag-show-all'.
4893         (org-agenda-filter-show-all-cat): New function.
4894         (org-agenda-set-mode-name): Show the category filter in the
4895         modeline.
4897 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
4899         * org-bbdb.el (org-bbdb-old): New variable.
4900         (org-bbdb-store-link, org-bbdb-open): Check for
4901         `org-bbdb-old'.
4902         (org-bbdb-open-old, org-bbdb-open-new): New functions.
4904 2012-01-03  Bastien Guerry  <bzg@gnu.org>
4906         * org-agenda.el (org-batch-agenda, org-batch-agenda-csv):
4907         Remove deleted function `org-encode-for-stdout'.
4909 2012-01-03  Bastien Guerry  <bzg@gnu.org>
4911         * org.el (org-check-dates-range): New command.
4912         (org-sparse-tree): Use it.
4914 2012-01-03  Bastien Guerry  <bzg@gnu.org>
4916         * org-agenda.el (org-agenda-write): Rename from
4917         `org-write-agenda'.
4918         (org-agenda-mode-map, org-agenda-menu)
4919         (org-batch-store-agenda-views): Use new name
4920         `org-agenda-write'.
4922 2012-01-03  Bastien Guerry  <bzg@gnu.org>
4924         * org.el (org-loop-over-headlines-in-active-region): Fix
4925         docstring.
4926         (org-todo, org-deadline, org-schedule): Honor the 'start-level
4927         value of `org-loop-over-headlines-in-active-region'.
4929 2012-01-03  Bastien Guerry  <bzg@gnu.org>
4931         * org-archive.el (org-archive-subtree)
4932         (org-archive-to-archive-sibling, org-toggle-archive-tag):
4933         Bugfix: use 'region-start-level.
4935 2012-01-03  Bastien Guerry  <bzg@gnu.org>
4937         * org.el (org-show-context): Complete docstring.
4939 2012-01-03  Bastien Guerry  <bzg@gnu.org>
4941         * org-agenda.el (org-agenda-filter-by-tag): Use
4942         `read-char-exclusive' instead of `read-char'.
4944 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
4946         * org.el (org-scan-tags): Make sure `org-map-continue-from' is
4947         nil at each match.
4949 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>  (tiny change)
4951         * org-clock.el (org-clock-in, org-clock-find-position): Remove
4952         erraneous space in regexp.
4954 2012-01-03  Jambunathan K  <kjambunathan@gmail.com>
4956         * org-odt.el (org-odt-lib-dir): Add docstring.
4957         (org-odt-data-dir): New variable.  Use this variable to
4958         control the locations from which the ODT exporter picks the
4959         OpenDocument styles and schema files from.  Set this variable
4960         explicitly only if the in-built heuristics for locating the
4961         above files fails.
4962         (org-odt-styles-dir-list, org-odt-schema-dir-list): New
4963         variables.  Pay specific attention to (eval-when-compile ...)
4964         form through which Makefile's $(datadir) - contained in
4965         `org-odt-data-dir' - gets compiled in as a "hard coded"
4966         constant.
4967         (org-odt-styles-dir, org-export-odt-schema-dir): Add messages to
4968         aid debugging.
4970 2012-01-03  Bastien Guerry  <bzg@gnu.org>
4972         * org-archive.el (org-archive-subtree)
4973         (org-archive-to-archive-sibling, org-toggle-archive-tag)
4974         (org-archive-set-tag): Handle the 'start-level value for
4975         `org-loop-over-headlines-in-active-region'.
4977 2012-01-03  Bastien Guerry  <bzg@gnu.org>
4979         * org.el (org-scan-tags): New parameter `start-level' to scan only
4980         through headlines of that level.
4981         (org-map-entries): New allowed value `region-start-level' for
4982         the `scope' parameter, to allow scanning through headlines of
4983         the same level than the first headline in the region.
4984         (org-loop-over-headlines-in-active-region): New allowed value
4985         'start-level.
4987 2012-01-03  Bastien Guerry  <bzg@gnu.org>
4989         * org-archive.el (org-archive-subtree)
4990         (org-archive-to-archive-sibling, org-archive-set-tag)
4991         (org-toggle-archive-tag): Allow to loop over the active region by
4992         using `org-loop-over-headlines-in-active-region'.
4994 2012-01-03  Bastien Guerry  <bzg@gnu.org>
4996         * org.el (org-todo): Allow to loop over the active region by
4997         using `org-loop-over-headlines-in-active-region'.
4999 2012-01-03  Eric Schulte  <eric.schulte@gmx.com>
5001         * ob.el (org-babel-expand-noweb-references): Rather than using
5002         a pure regexp solution to resolve noweb references, actually
5003         check the information of every code block in the buffer.  This
5004         will cause a slowdown in noweb reference expansion, but is
5005         necessary for correct behavior.
5007 2012-01-03  Bastien Guerry  <bzg@gnu.org>
5009         * org.el (org-map-continue-from): Fix typo in docstring.
5011 2012-01-03  Bastien Guerry  <bzg@gnu.org>
5013         * org-agenda.el (org-agenda-write-buffer-name): New variable.
5014         (org-write-agenda): Use it.
5016 2012-01-03  Bastien Guerry  <bzg@gnu.org>
5018         * org-exp.el (org-export-date-timestamp-format): New option to
5019         define the way a timestamp in #+DATE will be exported.
5020         (org-infile-export-plist): Use the new option.
5022 2012-01-03  Bastien Guerry  <bzg@gnu.org>
5024         * org.el (org-property-re): Also match cumulating properties
5025         like ":prop+:".
5027 2012-01-03  Jambunathan K  <kjambunathan@gmail.com>
5029         * org-odt.el (org-odt-styles-dir): Assume that the styles
5030         files are located under `data-directory' of Emacs distribution
5031         as etc/org/OrgOdtStyles.xml and
5032         etc/org/OrgOdtContentTemplate.xml.  Also update docstring.
5033         (org-export-odt-schema-dir): Update docstring.
5035 2012-01-03  Jambunathan K  <kjambunathan@gmail.com>
5037         * org-odt.el (org-odt-format-preamble): Honor following user
5038         options: author, timestamp and email.
5040 2012-01-03  Bastien Guerry  <bzg@gnu.org>
5042         * org-exp-blocks.el (org-export-blocks-preprocess): Fix regexp
5043         for matching the end of a block.
5045 2012-01-03  Bastien Guerry  <bzg@gnu.org>
5047         * org-eshell.el: New file.
5049 2012-01-03  David Maus  <dmaus@ictsoc.de>
5051         * org.el (org-open-at-point): Escape link path for http:,
5052         https:, ftp:, news:, and doi: links only if the path contains
5053         space or non-ascii character.
5055 2012-01-03  Bastien Guerry  <bzg@gnu.org>
5057         * org-beamer.el (org-beamer-fragile-re): Also recognize
5058         \lstinline and \verb as commands that make a frame fragile.
5060 2012-01-03  David Maus  <dmaus@ictsoc.de>
5062         * org.el (org-refile-get-targets): Ignore headlines without a
5063         true headline.
5065 2012-01-03  Litvinov Sergey  <slitvinov@gmail.com>
5067         * ob-octave.el: Add graphical output to png file.
5069 2012-01-03  Eric Schulte  <eric.schulte@gmx.com>
5071         * ob.el (org-babel-map-call-lines): Moved this file from
5072         ob-lob.el into ob.el to ease dependency pains.
5074 2012-01-03  Bastien Guerry  <bzg@gnu.org>
5076         * org-publish.el (org-publish-index-generate-theindex): Use
5077         theindex.inc for storing index entries, and theindex.org for
5078         including theindex.inc.
5080 2012-01-03  Bastien Guerry  <bzg@gnu.org>
5082         * org-publish.el (org-publish-index-generate-theindex): Create
5083         proper file target for index entries in subdirectories.
5085 2012-01-03  Bastien Guerry  <bzg@gnu.org>
5087         * org-protocol.el (org-protocol-check-filename-for-protocol):
5088         Fix spelling mistake.
5090 2012-01-03  Jambunathan K  <kjambunathan@gmail.com>
5092         * org-odt.el (org-export-odt-default-org-styles-alist): Add
5093         styles for title and subtitle.
5094         (org-odt-format-toc): New.
5095         (org-odt-format-preamble): New.  Users can redefine this to
5096         customize what goes before the document body.  Currently it
5097         outputs title, author and email, date and toc.
5098         (org-odt-begin-document-body): Use `org-odt-format-preamble'.
5099         (org-odt-format-date): Renamed from
5100         `org-odt-iso-date-from-org-timestamp'.  Also added an
5101         additional param for format string.
5102         (org-odt-begin-annotation, org-odt-update-meta-file): Use
5103         `org-odt-format-date'.
5105 2012-01-03  Eric Schulte  <eric.schulte@gmx.com>
5107         * ob-ref.el (org-babel-ref-split-args): Now uses
5108         `org-babel-balanced-split'.
5110 2012-01-03  Bastien Guerry  <bzg@gnu.org>
5112         * org-html.el (org-export-html-preamble)
5113         (org-export-html-postamble): Fix docstrings.
5114         (org-export-as-html): Insert the string used by a custom
5115         function for `org-export-html-pre/postamble'.
5117 2012-01-03  Bastien Guerry  <bzg@gnu.org>
5119         * org.el (org-block-regexp)
5120         (org-heading-keyword-regexp-format)
5121         (org-heading-keyword-maybe-regexp-format): Move up to keep the
5122         byte-compiler happy.
5124 2012-01-03  Dave Abrahams  <dave@boostpro.com>  (tiny change)
5126         * org-agenda.el (org-agenda-do-tree-to-indirect-buffer): New
5127         function.
5128         (org-agenda-tree-to-indirect-buffer): Use the new function.
5130 2012-01-03  Bastien Guerry  <bzg@gnu.org>
5132         * org-html.el (org-export-as-html): Fix bug when inserting the
5133         output of a custom function for the pre/postamble.
5135 2012-01-03  Jambunathan K  <kjambunathan@gmail.com>
5137         * org-odt.el (org-odt-format-source-code-or-example): Try
5138         loading htmlfontify safely.
5140 2012-01-03  Bastien Guerry  <bzg@gnu.org>
5142         * org-odt.el (require): Require htmlfontify.el only if
5143         emacs-version is greater than 23.2.
5145 2012-01-03  Bastien Guerry  <bzg@gnu.org>
5147         * org-faces.el (org-agenda-calendar-event)
5148         (org-agenda-calendar-sexp): Use the default face.
5150 2012-01-03  Eric Schulte  <eric.schulte@gmx.com>
5152         * ob.el (org-babel-expand-noweb-references): Fixed regexp.
5154 2012-01-03  Michael Brand  <michael.ch.brand@gmail.com>
5156         * org.el (Key bindings): Remap the Outline functions from
5157         `outline-mode-prefix-map' where possible.
5159 2012-01-03  Christian Moe  <mail@christianmoe.com>  (tiny change)
5161         * org-html.el (org-export-as-html): Apply
5162         `org-export-html-get-todo-kwd-class-name' to the class
5163         attribute of the todo-keyword span tag, not to its text
5164         content.
5166 2012-01-03  Sebastien Vauban  <sva@mygooglest.com>
5168         * org-agenda.el (org-agenda-get-timestamps)
5169         (org-agenda-get-sexps): Use face for highlighting "calendar"
5170         events.
5172 2012-01-03  Peter Münster  <pmlists@free.fr>  (tiny change)
5174         * org.el (org-add-planning-info): Treat absolute time too.
5176 2012-01-03  Bastien Guerry  <bzg@gnu.org>
5178         * org-table.el (org-table-transpose-table-at-point): Don't use
5179         ̀remove-if-not'.
5181 2012-01-03  Dave Abrahams  <dave@boostpro.com>  (tiny change)
5183         * org-clock.el (org-clock-out-if-current): Check the clock
5184         buffer is existing.
5186 2012-01-03  Bernt Hansen  <bernt@norang.ca>
5188         * org-clock.el (org-clock-out-if-current): Fix marker in no
5189         buffer error for task state change in an indirect buffer.
5191 2012-01-03  Michael Brand  <michael.ch.brand@gmail.com>
5193         * org.el (org-offer-links-in-entry): Make list when assigning
5194         a single link.
5196 2012-01-03  Eric Schulte  <eric.schulte@gmx.com>
5198         * ob.el (org-babel-expand-noweb-references): Rather than
5199         collect the info from *every* block in the current buffer,
5200         simply regexp search for those blocks which appear to match
5201         the continued source name.
5203 2012-01-03  Eric Schulte  <eric.schulte@gmx.com>
5205         * ob.el (org-babel-insert-result): Do not examplize wrapped
5206         scalar results, simply wrap them.
5207         (org-babel-result-end): Find the end of results wrapped in a
5208         RESULTS drawer.
5210 2012-01-03  Bastien Guerry  <bzg@gnu.org>
5212         * org.el (org-todo-yesterday): When called from the agenda,
5213         use `org-agenda-todo-yesterday' instead.
5215 2012-01-03  Bastien Guerry  <bzg@gnu.org>
5217         * org-table.el (org-table-transpose-table-at-point): New command.
5219 2012-01-03  Bastien Guerry  <bzg@gnu.org>
5221         * org-html.el (org-export-html-headline-anchor-format): New
5222         option.
5223         (org-html-level-start): Use the new option.
5225 2012-01-03  Rob Giardina  <rob@giardina.us>  (tiny change)
5227         * org-agenda.el (org-agenda-with-point-at-orig-entry): Small
5228         bugfix.
5230 2012-01-03  Christian Moe  <mail@christianmoe.com>  (tiny change)
5232         * org-special-blocks.el
5233         (org-special-blocks-convert-html-special-cookies): Close
5234         paragraph before opening or closing the <div>, and open
5235         paragraph after.  Also changed newline placement to be the same
5236         as for other blocks.
5238 2012-01-03  Roberto Huelga  <rhuelga@gmail.com>
5240         * org-clock.el (org-program-exists): Make the function
5241         compatible with darwin systems.
5243 2012-01-03  David Maus  <dmaus@ictsoc.de>
5245         * org-exp.el (org-export-normalize-links): Mark bracket links
5246         before normalization to avoid erroneous normalization of
5247         bracket link parts.
5249 2012-01-03  Jambunathan K  <kjambunathan@gmail.com>
5251         * org-odt.el (org-odt-data-dir): Removed.
5252         (org-odt-styles-dir, org-export-odt-schema-dir): New
5253         variables.
5255         * org-odt.el, org-lparse.el: New files.
5257 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
5259         * org-capture.el (org-capture-set-target-location): Set the
5260         capture default time also to the prompt time.
5262 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
5264         * org-exp.el (org-export-res/src-name-cleanup): Remove #+name
5265         and #+results lines during preprocess.
5267 2012-01-03  Eric Schulte  <eric.schulte@gmx.com>
5269         * ob-picolisp.el (ob-comint): Required.
5270         (comint): Required.
5271         (cl): Required.
5272         (run-picolisp): Declared.
5273         (org-babel-execute:picolisp): Capture free variable, and replace
5274         function from cl-extra with core function.
5276 2012-01-03  Eric Schulte  <eric.schulte@gmx.com>
5278         * ob-picolisp.el: New file.
5280         * org.el (org-babel-load-languages): Add Pico Lisp to the list
5281         of supported code block languages.
5283 2012-01-03  Eric Schulte  <eric.schulte@gmx.com>
5285         * org-bibtex.el (org-bibtex): Now catches bibtex errors and
5286         directs the user to the location of the error.
5288 2012-01-03  Bastien Guerry  <bzg@gnu.org>
5290         * org-agenda.el (org-agenda-dim-blocked-tasks): Fix typo.
5292 2012-01-03  Bastien Guerry  <bzg@gnu.org>
5294         * ob.el (org-babel-execute-src-block): Fix typo.
5296 2012-01-03  Bastien Guerry  <bzg@gnu.org>
5298         * org-freemind.el (org-freemind-write-mm-buffer): Fix typo.
5300 2012-01-03  Bastien Guerry  <bzg@gnu.org>
5302         * org.el (org-link-unescape, org-link-unescape-compound): Fix
5303         two typos in docstrings.
5305 2012-01-03  Thomas Dye  <dk@poto.local>
5307         * ob-R.el: Added tikzDevice support.
5309 2012-01-03  David Maus  <dmaus@ictsoc.de>
5311         * org.el (org-clone-subtree-with-time-shift): Remove clocking
5312         information and empty drawers when preparing a clone.
5314 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
5316         * ob-exp.el: Don't add `org-exp-res/src-name-cleanup' to
5317         `org-export-blocks-postblock-hook'.
5319 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
5321         * ob.el (org-babel-hide-result-toggle): Skip over header
5322         argument lines when toggling named code block visibility.
5324 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
5326         * org-exp.el (org-export-grab-title-from-buffer): Don't
5327         license to kill text inside blocks when getting a title.
5329 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
5331         * ob.el (org-babel-confirm-evaluate): Adding support for new
5332         range of :eval header arguments.
5334 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
5336         * ob.el (org-babel-confirm-evaluate): Inhibit evaluation
5337         during export when eval is set to "non-export".
5339 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
5341         * ob-ref.el (org-babel-update-intermediate): New custom
5342         variable.
5343         (org-babel-ref-resolve): Optionally update the in-buffer results
5344         of code blocks which are evaluated to resolve references.
5346 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
5348         * ob.el (org-babel-join-splits-near-ch): Rejoins a list of a
5349         split string when a character appears on either side of the
5350         split.
5351         (org-babel-parse-multiple-vars): Rejoin splits around "=" signs.
5353 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
5355         * org.el (org-reduce): Added a less functional Org-mode copy of
5356         the cl reduce function.
5358 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
5360         * org.el (org-fontify-meta-lines-and-blocks-1): Recognize
5361         "name" as a valid keyword that can preceed a block.
5363 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
5365         * ob-exp.el (org-babel-exp-lob-one-liners): Don't limit
5366         in-verbatim check to inline code blocks, do lob code blocks as
5367         well.
5369 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
5371         * org.el (org-todo): Interpret 0 prefix arg as note inhibitor.
5373 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
5375         * ob.el (org-babel-named-src-block-regexp-for-name): Ensure
5376         that partial names are not matched.
5377         (org-babel-named-data-regexp-for-name): Ensure that partial names
5378         are not matched.
5380 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
5382         * ob-ref.el (org-babel-ref-resolve): Search for named code
5383         blocks before named data.
5385         * ob.el (org-babel-named-data-regexp-for-name): New function for
5386         finding named data.
5388 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
5390         * ob.el (org-babel-insert-result): Gracefully handle results
5391         which are neither lists nor strings.
5393 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
5395         * ob-ref.el (org-babel-ref-resolve): Don't change location when
5396         looking at the contents.
5398 2012-01-03  Milan Zamazal  <pdm@zamazal.org>
5400         * org.el (org-set-outline-overlay-data): Use
5401         outline-flag-region to make a region invisible.  This ensures
5402         all necessary actions, especially adding
5403         isearch-open-invisible property, are applied.
5405 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
5407         * ob-lob.el (org-babel-in-example-or-verbatim): Fix
5408         compilation warning.
5410 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
5412         * ob.el (org-babel-find-named-result): Downcase "name" before
5413         comparison.
5415 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
5417         * ob-lisp.el (org-babel-execute:lisp): Fixed typo.
5418         (org-babel-lisp-vector-to-list): Fixed typo.
5420 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
5422         * ob-exp.el (org-babel-in-example-or-verbatim): Some valid
5423         execution contexts (e.g., call lines) look like commented
5424         lines.
5426         * ob.el (org-babel-get-src-block-info): Empty match string doesn't
5427         count.
5428         (org-babel-process-params): Always process parameters, even if
5429         you don't to table splitting.
5431 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
5433         * ob-exp.el (org-exp-res/src-name-cleanup): Updated Documentation.
5435         * ob-lob.el (org-babel-block-lob-one-liner-regexp): Updated
5436         regular expression.
5437         (org-babel-inline-lob-one-liner-regexp): Updated regular
5438         expression.
5440         * ob-ref.el (org-babel-ref-resolve): Notice when something that
5441         looks like a data results may actually be a code block.
5443         * ob-table.el: Updated documentation.
5445         * ob.el (org-babel-src-name-regexp): Simplified regexp.
5446         (org-babel-get-src-block-info): Updated match strings.
5447         (org-babel-data-names): Simplified acceptable names.
5448         (org-babel-find-named-block): Indentation.
5449         (org-babel-find-named-result): Updated to not return a code block
5450         as a result.
5452         * org.el (org-fontify-meta-lines-and-blocks-1): Removing
5453         references to old syntactic elements.
5454         (org-additional-option-like-keywords): Removing references to
5455         old syntactic elements.
5457 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
5459         * org-agenda.el (org-agenda-get-todos): Swap calls to `org-trim'
5460         and `buffer-substring'.
5462 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
5464         * org-agenda.el (org-agenda-get-todos): Prevent an error when
5465         encountering tasks with only the TODO keyword.
5467 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
5469         * org.el (org-try-cdlatex-tab): Don't try to expand a LaTeX
5470         environment when at an item or an headline, but allow LaTeX
5471         fragments.
5472         (org-cycle): Try to call `cdlatex-tab' before cycling item's or
5473         headline's visibility, in order to catch LaTeX fragments within.
5475 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
5477         * org-exp-blocks.el (org-export-blocks-preprocess): Require a
5478         newline and spaces before a code block.
5480 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
5482         * ob-lob.el (org-babel-map-call-lines): Allow mapping of code
5483         over all call lines in a buffer.
5485         * ob.el (org-babel-execute-buffer): Execute call lines when
5486         executing an entire buffer.
5488 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
5490         * ob.el (org-babel-process-params): Don't disassemble tables
5491         twice.
5493 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
5495         * org-clock.el (org-clock-in, org-clock-find-position): Make space
5496         after date optional.
5498         * org.el (org-set-regexps-and-options)
5499         (org-ts-regexp, org-ts-regexp-both, org-ts-regexp1)
5500         (org-ctrl-c-ctrl-c): Make `C-c C-c' on date fix the time stamp.
5502 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
5504         * ob-lob.el (org-babel-lob-execute-maybe): Don't execute a call
5505         inside a verbatim block.
5507         * ob-exp.el (org-babel-in-example-or-verbatim): Check for example
5508         blocks.
5510 2012-01-03  Litvinov Sergey  <slitvinov@gmail.com>
5512         * ob-maxima.el (org-babel-tangle-lang-exts): Maxima extension.
5513         (org-babel-maxima-expand): Add input variables and graphic output.
5514         (org-babel-execute:maxima): Add input variables and graphic output.
5515         (org-babel-maxima-var-to-maxima): Add input variables and graphic
5516         output.
5517         (org-babel-maxima-graphical-output-file): Add input variables and
5518         graphic output.
5519         (org-babel-maxima-elisp-to-maxima): Add input variables and graphic
5520         output.
5522 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
5524         * ob-fortran.el: New file.  Adding support for Fortran code blocks.
5525         * org.el (org-babel-load-languages): Adding fortran to this list.
5527 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
5529         * org-footnote.el (org-footnote-new): Cannot insert an inline
5530         footnote at beginning of line anymore.
5531         (org-footnote-at-reference-p): Don't recognize inline footnotes at
5532         beginning of line.
5534 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
5536         * org.el (org-set-font-lock-defaults): Fix small error in matching
5537         group that prevented fontification of keywords like
5538         org-comment-string and stars in headlines.
5540 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
5542         * org.el (org-catch-invisible-edits): New option.
5543         (org-self-insert-command, org-delete-backward-char)
5544         (org-delete-char): Call `org-check-before-invisible-edit'.
5545         (org-check-before-invisible-edit): New function.
5547 2012-01-03  Suvayu Ali  <fatkasuvayu+linux@gmail.com>
5549         * org-exp.el (org-solidify-link-text): Respect
5550         org-export-with-tags when forming the export title during subtree
5551         export.
5553 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
5555         * org.el (org-heading-regexp, org-heading-keyword-regexp-format)
5556         (org-heading-keyword-maybe-regexp-format): Globalize variables so
5557         they are accessible even in buffers not in Org mode.
5559 2012-01-03  David Maus  <dmaus@ictsoc.de>
5561         * org.el (org-insert-link): Don't use default-description if a
5562         `org-make-link-description-function' is defined.
5564 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
5566         * org.el (org-set-regexps-and-options): Use property blocks for
5567         multi-line properties.
5569 2012-01-03  Bastien Guerry  <bzg@gnu.org>
5571         * org.el (org-self-insert-command): Don't throw an error when
5572         editing takes place at the first point of the buffer.
5574 2012-01-03  Bastien Guerry  <bzg@gnu.org>
5576         * org.el (org-self-insert-command): Unfold invisible region at
5577         point or right before point when editing.
5579 2012-01-03  Bastien Guerry  <bzg@gnu.org>
5581         * org-faces.el (org-agenda-filter-tags): Use the 'modeline face as
5582         default.
5584 2012-01-03  Bastien Guerry  <bzg@gnu.org>
5586         * org-html.el (org-html-expand): Prevent a nil value for STRING to
5587         return an error, just return nil.
5589 2012-01-03  Bastien Guerry  <bzg@gnu.org>
5591         * org-latex.el (org-export-latex-set-initial-vars): Allow "/"
5592         character in the #+LaTeX_CLASS option.
5594 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
5596         * org-footnote.el (org-footnote-at-reference-p)
5597         (org-footnote-at-definition-p): Don't store text-properties of
5598         footnote definitions.
5600 2012-01-03  Bastien Guerry  <bzg@gnu.org>
5602         * org-html.el (org-export-as-html): Convert special characters in
5603         meta tag "author", "date", "keyword" and "description".
5605 2012-01-03  Bastien Guerry  <bzg@gnu.org>
5607         * org-capture.el (org-capture-before-finalize-hook): Docstring
5608         improvement: mention that the buffer is widened when this hook is
5609         run.
5611 2012-01-03  Sebastien Vauban  <sva@mygooglest.com>
5613         * org-html.el (org-export-as-html): Make sure the div for preamble
5614         is not inserted when the preamble is empty.
5616 2012-01-03  Sebastien Vauban  <sva@mygooglest.com>
5618         * org-agenda.el (org-agenda-set-mode-name): Highlight tags used
5619         for filtering (shown in the mode-line).
5621 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
5623         * ob.el (org-babel-parse-multiple-vars): Trimming excess white
5624         space from split variables.
5626 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
5628         * org.el (org-link-search): Add an optional argument preventing
5629         function from revealing context around match.
5631 2012-01-03  Bastien Guerry  <bzg@gnu.org>
5633         * org-agenda.el (calendar-check-holidays): Declare function.
5635 2012-01-03  Bastien Guerry  <bzg@gnu.org>
5637         * org.el (org-return): Fix bug when matching the face property
5638         before following a link.
5640 2012-01-03  Matt Lundin  <mdl@imapmail.org>
5642         * org-agenda.el (org-class): Fix holidays symbol in org-class.
5643         This was resulting in an "Bad sexp..." warning.
5645 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
5647         * org.el (org-scan-tags): Also remember
5648         `org-complex-heading-regexp' in a property.
5650 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
5652         * org-latex.el (org-export-as-latex): Turn off auto-insert and set
5653         TeX-master to t when creating new TeX buffers.
5655         * org-docbook.el (org-export-as-docbook): Turn off auto-insert
5656         when creating new buffers.
5658         * org-html.el (org-export-as-html): Turn off auto-insert
5659         when creating new buffers.
5661 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
5663         * org-table.el (org-table-formula-handle-first/last-rc): Do not
5664         expand pointers to first/last row/column that are inside a call to
5665         `remote'.
5666         (org-table-get-remote-range): Expand pointers to first/last
5667         row/column.
5669 2012-01-03  Michael Sperber  <sperber@deinprogramm.de>  (tiny change)
5671         * org-capture.el (org-capture-get-indirect-buffer): Fix XEmacs
5672         compatibility issue when creating an indirect buffer.
5674 2012-01-03  Christophe Rhodes  <csr21@cantab.net>
5676         * org-exp.el (org-infile-export-plist): Handle LATEX_CLASS_OPTIONS
5677         the same way than LATEX_CLASS.
5679 2012-01-03  Bastien Guerry  <bzg@gnu.org>
5681         * org.el (org-return): Check the presence of the 'org-link face
5682         even in contexts where there is more than one face.
5684 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
5686         * ob-sql.el (org-babel-header-arg-names:sql): SQL specific header
5687         argument names which should be inherited.
5689 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
5691         * org.el (org-in-block-p): Return matched name of block, if any.
5692         It can be useful when a list of block names is provided as
5693         an argument.
5695 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
5697         * org-docbook.el (org-export-as-docbook): Fix regexp.
5699         * org-html.el (org-export-as-html): Fix regexp.
5701 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
5703         * org-agenda.el (org-class): Allow holidays to be skipped.
5705 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
5707         * ob-shen.el (org-babel-execute:shen): Fix two compilation errors.
5709 2012-01-03  Peter Münster  <pmrb@free.fr>  (tiny change)
5711         * org-agenda.el (org-agenda-to-appt): Make sure filter-items are
5712         strings before calling `string-match'.
5714 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
5716         * org-footnote.el (org-footnote-at-reference-p)
5717         (org-footnote-at-definition-p): Remove text-properties from label.
5719 2012-01-03  Bastien Guerry  <bzg@gnu.org>
5721         * org-html.el (org-export-as-html): Add a "title" meta tag.
5723 2012-01-03  Bastien Guerry  <bzg@gnu.org>
5725         * org-agenda.el (org-agenda-to-appt): Allow to refine the scope of
5726         entries to pass to `org-agenda-get-day-entries' and allow to
5727         filter out entries using a function.
5729 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
5731         * org-agenda.el: Fix small display bug.
5733 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
5735         * org.el (org-set-regexps-and-options): Fix small bug introduced
5736         by commit dfcb6faef11a2439b56b18a6289803361d402130.
5738 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
5740         * org-agenda.el (org-search-view): Simplify regexp.
5741         (org-agenda-get-todos): Use new format string.
5743         * org-archive.el (org-archive-all-done): Simplify regexp.
5745         * org-ascii.el (org-export-as-ascii): More accurate regexp.
5747         * org-colview.el (org-columns-capture-view): Use new format string
5748         and new string.
5750         * org-docbook.el (org-export-as-docbook): More accurate
5751         regexp.  Also use new regexp to match generic headlines.
5753         * org-exp.el (org-export-protect-quoted-subtrees): More accurate
5754         regexp.  Also use new regexp to match generic headlines.
5756         * org-html.el (org-export-as-html): More accurate regexp.
5757         Also use new regexp to match generic headlines.
5759         * org-mouse.el (org-mouse-match-todo-keyword): Remove unused
5760         and now erroneous function.
5762         * org.el (org-heading-regexp, org-heading-keyword-regexp-format):
5763         New variables.
5764         (org-set-regexps-and-options): Create regexps according to the
5765         following rule: use spaces only to separate elements from an headline,
5766         while allowing mixed tabs and spaces for any indentation job.
5767         (org-nl-done-regexp, org-looking-at-done-regexp): Removed variables.
5768         (org-set-font-lock-defaults): Fontify again headlines with a keyword
5769         and no other text.  Use new format strings.
5770         (org-get-heading, org-toggle-comment, org-prepare-agenda-buffers)
5771         (org-toggle-fixed-width-section): Use new format string.
5772         (org-todo): More accurate regexps.
5773         (org-point-at-end-of-empty-headline): Simplify regexp.
5774         (org-insert-heading): Headline can sometimes be nil.
5776 2012-01-03  David Maus  <dmaus@ictsoc.de>
5778         * org-agenda.el (org-agenda-bulk-action): Bind
5779         `org-loop-over-headlines-in-active-region' to nil to avoid conflict
5780         with bulk command.
5782 2012-01-03  David Maus  <dmaus@ictsoc.de>
5784         * org.el (org-deadline, org-schedule): Skip invisible headlines when
5785         mapping over headlines in active region.
5787 2012-01-03  David Maus  <dmaus@ictsoc.de>
5789         * org.el (org-loop-over-headlines-in-active-region):
5790         New customization variable.  Loop over headlines in active region.
5791         (org-schedule, org-deadline): Apply to headlines in region depending
5792         on new customization variable.
5794 2012-01-03  David Maus  <dmaus@ictsoc.de>
5796         * org.el (org-map-entries): Immediately return if scope is 'region
5797         but no region is active.
5799 2012-01-03  David Maus  <dmaus@ictsoc.de>
5801         * org.el (org-map-entries): Extend scope 'region to include entire
5802         body of last headline in active region.
5804 2012-01-03  Bastien Guerry  <bzg@gnu.org>
5806         * org-src.el (org-edit-src-code): Fix typo-bug.
5808 2012-01-03  Bastien Guerry  <bzg@gnu.org>
5810         * org.el (org-format-agenda-item, org-scan-tags):
5811         Rename `org-format-agenda-item' to `org-agenda-format-item'.
5813 2012-01-03  Bastien Guerry  <bzg@gnu.org>
5815         * org-agenda.el: Replace `category-pos' by `org-category-pos' to
5816         silent byte-compiler.
5818 2012-01-03  Bastien Guerry  <bzg@gnu.org>
5820         * org.el: Declare external function `cdlatex-compute-tables'.
5822 2012-01-03  Bastien Guerry  <bzg@gnu.org>
5824         * org-latex.el (org-export-latex-set-initial-vars): Fix problem
5825         when matching #+LaTeX_CLASS.
5827 2012-01-03  Rafael Laboissiere  <rafael@laboissiere.net>  (tiny change)
5829         * org.el (org-link-search-must-match-exact-headline): Fix typos.
5831 2012-01-03  Bastien Guerry  <bzg@gnu.org>
5833         * org-latex.el (org-export-latex-make-header): Add some hyperref
5834         options.
5836 2012-01-03  Kai Tetzlaff  <kai.tetzlaff@web.de>  (tiny change)
5838         * org-publish.el (org-publish-file): Added 'eval'ing the value of
5839         the :publishing-directory property before using it as destination
5840         of the publishing project.  This allows to construct the publish
5841         destination directory dynamically at run-time using the return
5842         value of a function.
5844 2012-01-03  Bastien Guerry  <bzg@gnu.org>
5846         * org-agenda.el (org-agenda-list-stuck-projects): Fix tiny bug.
5848 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
5850         * org-agenda.el (org-agenda-move-date-from-past-immediately-to-today):
5851         New option.
5852         (org-agenda-date-later): Improve the logical structure.
5854 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
5856         * ob-calc.el (featurep): Require calc-store.
5858         * org-agenda.el (org-agenda-list-stuck-projects): Fix regexp
5859         special handling.
5861         * org-compat.el (fboundp): Support for XEmacs.
5863         * org-exp.el (org-export): Protect XEmacs from `(redisplay)' call.
5865         * org-footnote.el (org-footnote-re): Optimize macro processing.
5867         * org.el (org-set-autofill-regexps): Xemacs compatibility.
5869 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
5871         * ob.el (org-babel-balanced-split): Balance both [] and ()
5872         groupings.
5873         (org-babel-parse-header-arguments): Be sure to replace removed ":"
5874         characters.
5876 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
5878         * ob.el (org-babel-parse-header-arguments): Quick fix for a
5879         tiny bug.
5881 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
5883         * ob.el (org-babel-params-from-properties): Now splits
5884         multiple var arguments behind a single ":var".
5885         (org-babel-balanced-split): Separated balanced splitting of
5886         strings out into a new function.
5887         (org-babel-parse-multiple-vars): Splits multiple var arguments
5888         behind a single ":var".
5890 2012-01-03  Bastien Guerry  <bzg@gnu.org>
5892         * org.el: Remap `outline-promote' and `outline-demote' keys to
5893         `org-promote-subtree' and `org-demote-subtree'.
5895 2012-01-03  Leo Liu  <sdl.web@gmail.com>
5897         * org-agenda.el (org-agenda-do-context-action): Check if marker is
5898         valid before use.
5900 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>  (tiny change)
5902         * org-agenda.el (org-agenda-date-later): Fix shifting of date
5903         ranges.
5905 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
5907         * ob.el: Removing `org-babel-params-from-buffer' and
5908         #+PROPERTIES: entirely.
5910         * ob-exp.el (org-babel-exp-src-block): Removing
5911         `org-babel-params-from-buffer' and #+PROPERTIES: entirely.
5913         * ob-lob.el (org-babel-lob-execute): Removing
5914         `org-babel-params-from-buffer' and #+PROPERTIES: entirely.
5916 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
5918         * ob.el (org-babel-params-from-buffer): Removing #+BABEL:
5919         lines in favor of general #+PROPERTIES: lines.
5921 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
5923         * ob-sql.el (org-babel-execute:sql): Insert into a temporary
5924         buffer.
5926 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
5928         * org.el (org-cdlatex-mode): Run `cdlatex-mode-hook' and
5929         update the internal cdlatex tables.
5931 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
5933         * ob-sql.el (org-babel-execute:sql): Respect literal-results
5934         options.
5936 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
5938         * ob.el (org-babel-disassemble-tables): Fix multi-table bug in
5939         code block colname and rowname handling.
5941 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
5943         * org-publish.el (org-publish-cache-file-needs-publishing):
5944         Fix regexp to not inlcude newlines.
5946 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
5948         * org.el (org-ctrl-c-ctrl-c): Remove table overlays before
5949         restart.
5951 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
5953         * org.el (org-fontify-entities): Match entities before
5954         numbers, as in `\sim2'.
5956 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
5958         * org-agenda.el (org-agenda-date-later): Make pushing forward
5959         a past date to jump immedialtely to today.
5961 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
5963         * org-exp.el (org-store-forced-table-alignment): Parse the
5964         column cookie for both alignment and width
5965         specification.  Store the resulting value in `org-col-cookies'
5966         property.  Retire the previously used `org-forced-aligns'
5967         property for consistency.  Renamed local variable `aligns' to
5968         `cookies'.
5970         * org-html.el (org-format-org-table-html): Use
5971         `org-col-cookies'.  Renamed local variable forced-aligns to
5972         col-cookies.
5974 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
5976         * org.el (org-latex-to-mathml-jar-file)
5977         (org-latex-to-mathml-convert-command): New user-customizable
5978         variables.
5979         (org-format-latex-mathml-available-p, org-create-math-formula)
5980         (org-format-latex-as-mathml): New functions.
5981         (org-format-latex): Add a new local variable block-type that notes
5982         the nature of the equation - inline or display.  Associate it's
5983         value to `org-latex-src-embed-type' property of dvipng links.  Add
5984         mathml as new processing type.
5986 2012-01-03  Sébastien Vauban  <wxhgmqzgwmuf@spammotel.com>
5988         * org.el (org-refile): Add tree name to prompt.
5990 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
5992         * org-latex.el (org-export-latex-tables): Honor
5993         `org-export-latex-table-caption-above'
5994         (org-export-latex-table-caption-above): New option.
5996 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
5998         * ob.el (org-babel-insert-header-arg): Now including language
5999         specific header arg values in insertion options.
6001 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
6003         * ob.el (org-babel-insert-header-arg): Fixed typo.
6005 2012-01-03  Jambunathan K  <kjambunathan@gmail.com>
6007         * org-exp.el (org-export-number-lines): Modified.  Add a new
6008         parameter `preprocess' and use this for backend-agnostic
6009         handling of literal examples.
6011 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
6013         * org.el (org-match-substring-regexp)
6014         (org-match-substring-with-braces-regexp): Allow subscripts and
6015         superscripts to start at beginning of line.
6017 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
6019         * ob.el (org-babel-common-header-args-w-values): New variable to
6020         hold common header arguments and their default values.
6021         (org-babel-header-arg-names): Redefined using the new common
6022         header arg variable.
6023         (org-babel-insert-header-arg): New function to help when inserting
6024         header arguments.
6026 2012-01-03  David Maus  <dmaus@ictsoc.de>
6028         * org-html.el (org-html-handle-links): Remove unnecessary
6029         protection markers when publishing link in default format.
6031 2012-01-03  Pieter Praet  <pieter@praet.org>  (tiny change)
6033         * org-crypt.el (org-crypt-check-auto-save): New function, see
6034         next change.
6036         * org-crypt.el (org-decrypt-entry): Break the auto-save-mode
6037         check out into a separate function, and call it at a later
6038         point, to assure it only runs when visiting an encrypted
6039         entry.
6041 2012-01-03  John J Foerch  <jjfoerch@earthlink.net>  (tiny change)
6043         * org.el (org-log-note-headings): Document new %d and %D
6044         escapes.
6045         (org-store-log-note): Implement new %d and %D escapes.
6047 2012-01-03  Dave Abrahams  <dave@boostpro.com>
6049         * org-agenda.el (org-agenda-follow-indirect): New option.
6050         (org-agenda-follow-mode): Call `org-agenda-do-context-action' fro
6051         follow mode.
6052         (org-agenda-do-context-action): Also do indirect follow mode
6053         action.
6055 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
6057         * ob-table.el (sbe): Fix typo in new sbe specification.
6059 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
6061         * ob-table.el (sbe): If first variable is a string and not a
6062         cons cell, then interpret it as a string of header arguments
6063         to be passed to the code block.
6065 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
6067         * ob-shen.el (shen-eval-defun): Declare external function.
6068         (org-babel-execute:shen): Move requirement of inf-shen into
6069         the function in which it is used to fix build error.
6071         * ob-shen.el: New file.
6073 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>  (tiny change)
6075         * org.el (org-open-at-point): Make `org-open-at-point' only
6076         ask once about creating a new headline.
6078 2012-01-03  Nick Dokos  <nicholas.dokos@hp.com>  (tiny change)
6080         * org.el (org-refile-targets): Elaborated the documentation of
6081         the variable as suggested by Dave Abrahams.
6083 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>  (tiny change)
6085         * org.el (org-align-tags-here): Allow tags to be placed right
6086         after heading.
6087         (org-tags-column): Document the meaning of tags column 0.
6089 2012-01-03  Niels Giesen  <niels.giesen@gmail.com>
6091         * org-agenda.el (org-agenda-get-blocks): Show timestamp ranges
6092         in agenda if start day is same as end day.
6094 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
6096         * org.el (org-refile-get-location): Ignore errors when
6097         collection heading to be excluded.
6099 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
6101         * org-special-blocks.el
6102         (org-special-blocks-convert-html-special-cookies): Avoid XHTML
6103         strict problems by not enclosing special blocks in paragraph tags.
6105 2012-01-03  Bernt Hansen  <bernt@norang.ca>
6107         * org-html.el (org-export-as-html): Check string-match
6108         argument.
6109         (org-html-handle-time-stamps): Check string-match argument.
6111 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
6113         * org-agenda.el
6114         (org-agenda-skip-additional-timestamps-same-entry): Change
6115         default value.
6117 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
6119         * org.el (org-time-string-to-time):
6120         (org-time-string-to-absolute): Add optional arguments BUFFER and
6121         POS for error reporting.
6123         * org-agenda.el (org-get-all-dates):
6124         (org-agenda-get-timestamps, org-agenda-get-deadlines)
6125         (org-agenda-get-scheduled, org-agenda-get-blocks): Call time
6126         stamp parsing functions with information on where the
6127         timestamp was taken from.
6129 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
6131         * org.el (org-tree-to-indirect-buffer): Run `org-cycle-hook'
6132         after `show-all' in indirect buffer.
6134 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
6136         * org-list.el (org-list-parents-alist): When no parent is found
6137         for an item, set it as the closest less indented item above.  If
6138         none is found, make it a top level item.
6139         (org-list-write-struct): Externalize code.
6140         (org-list-struct-fix-item-end): New function.
6141         (org-list-struct): Remove a now useless fix.
6143         * org.el (org-ctrl-c-ctrl-c): Use new function.
6145 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
6147         * org.el (org-end-of-line): When on an item, move point at the
6148         end of the line, but before any hidden text.  Thus, it's still
6149         possible to use commands, like `C-c C-c', acting at
6150         items.  This is still disabled if `org-special-ctrl-a/e'
6151         ignores `C-e'.
6153 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
6155         * org-footnote.el (org-footnote-renumber-fn:N): Small refactoring.
6157 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
6159         * org-footnote.el (org-footnote-renumber-fn:N): Fix an
6160         infloop.
6162 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
6164         * org-footnote.el (org-footnote-at-definition-p): Remove
6165         useless `org-re'.
6167 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
6169         * org-footnote.el (org-footnote-renumber-fn:N): Verify point
6170         is at a real footnote reference or definition before
6171         renumbering it.
6173 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
6175         * org-footnote.el (org-footnote-goto-definition): This patch
6176         makes sure the function says when a definition has been
6177         found.  Thus, moving from the reference to the definition
6178         doesn't offer to create the latter again.
6180 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
6182         * org-footnote.el (org-footnote-create-definition):
6183         Explicitely move point after tag, if it has just been
6184         inserted.
6186 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
6188         * ob-gnuplot.el (org-babel-execute:gnuplot): Don't quote file
6189         names on Windows systems.
6191 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
6193         * org-footnote.el (org-footnote-create-definition): When the
6194         tag is missing, it is created before any existing footnote, or
6195         at end of buffer.  In the latter case, the marker pointing at
6196         the position where the new footnote is going to be inserted
6197         (at end of buffer) stays before the tag.  This patch makes
6198         sure that the marker will be kept after the tag.
6200 2012-01-03  Eli Zaretskii  <eliz@gnu.org>
6202         * org.el (org-mode): Force left-to-right paragraphs in Org
6203         buffers.  For a related discussions, see
6204         https://lists.gnu.org/archive/html/emacs-devel/2011-09/msg00349.html.
6206 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
6208         * ob-asymptote.el (org-babel-asymptote-define-type): Silence
6209         byte-compiler.
6211 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
6213         * ob-R.el (org-babel-R-evaluate): Fix bug in R session
6214         evaluation.
6216 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
6218         * org-bibtex.el (org-bibtex-type-property-name): Configurable
6219         property name for bibtex entry types.
6220         (org-bibtex-headline): Use new configurable property name.
6221         (org-bibtex-check): Use new configurable property name.
6222         (org-bibtex-create): Use new configurable property name.
6223         (org-bibtex-write): Use new configurable property name.
6225 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
6227         * org.el (org-paste-subtree): Remove unnecessary `concat'.
6229 2012-01-03  Bastien Guerry  <bzg@gnu.org>
6231         * org.el (org-paste-subtree): Remove useless (concat ...).
6233 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
6235         * ob-C.el (org-babel-C-var-to-C): Replacing usage of
6236         characterp with integerp (which should work w/Emacs22).
6238 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
6240         * org-footnote.el (org-footnote-at-definition-p): Context must
6241         be valid at the beginning of line, not at point.
6243 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
6245         * ob-tangle.el (org-babel-tangle-collect-blocks): Better
6246         delimiting of Org-mode text preceding a code block.
6248 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
6250         * ob.el (org-babel-get-src-block-info): Fixing bug,
6251         accidentally deleted variable values.
6253 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
6255         * ob-tangle.el (org-babel-process-comment-text): Customizable
6256         function to process comment text.
6257         (org-babel-tangle-collect-blocks): Make use of new
6258         customizable processing function.
6259         (org-babel-spec-to-string): Call customizable function rather than
6260         `org-babel-trim'.
6262 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
6264         * ob-R.el (org-babel-execute:R): Collect and pass along the
6265         result-params.
6266         (org-babel-R-evaluate): Accept result-params and if "scalar" or
6267         "verbatim" don't process output.
6268         (org-babel-R-evaluate-session): Accept result-params and if
6269         "scalar" or "verbatim" don't process output.
6271 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
6273         * ob.el (org-babel-merge-params): Differentiate between result
6274         types and wrappers.
6276 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
6278         * ob.el (org-babel-get-src-block-info): Check that
6279         functional-syntax variables are initialized.
6281 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
6283         * ob.el (org-babel-check-src-block): Adding a note for a
6284         future enhancement.
6286 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
6288         * org-exp.el (org-export): Restore point when exporting a subtree.
6290 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
6292         * ob.el (org-babel-parse-src-block-match): More robust to code
6293         blocks with empty bodies.
6295 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
6297         * ob.el (org-babel-parse-src-block-match): Don't error on empty
6298         code block body.
6300 2012-01-03  David Maus  <dmaus@ictsoc.de>
6302         * org.el (org-open-at-point): Unescape plain link.
6304 2012-01-03  David Maus  <dmaus@ictsoc.de>
6306         * org-html.el (org-html-handle-links): Remove unnecessary link
6307         unescape.
6309 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
6311         * ob.el (org-babel-merge-params): Better error message for
6312         unassigned variables.
6314 2012-01-03  Christian Egli  <christian.egli@alumni.ethz.ch>
6316         * org-taskjuggler.el (org-export-as-taskjuggler): Clone the
6317         buffer local variables to the temporary buffer before
6318         exporting.
6320 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
6322         * org-exp.el (org-export-select-backend-specific-text): Only
6323         remove commas on the front line of a code block.
6325 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
6327         * ob.el (org-babel-demarcate-block): Copy headers and indent to
6328         column of point when a block is split.
6330 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
6332         * ob.el (org-babel-insert-result): Corrected file insertion
6333         for inline results.
6335 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
6337         * org-footnote.el (org-footnote-in-valid-context-p): No
6338         footnote in latex fragments.
6340 2012-01-03  Martin Rudalics  <rudalics@gmx.at>
6342         * org-compat.el (org-pop-to-buffer-same-window): Remove LABEL
6343         argument from `pop-to-buffer-same-window' call.
6345 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
6347         * ob-R.el (org-babel-R-evaluate-session): Improve prompt
6348         detection regexp.
6350 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
6352         * org-inlinetask.el (org-inlinetask-goto-end): Small
6353         refactoring.
6355 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
6357         * ob-asymptote.el (org-babel-asymptote-var-to-asymptote):
6358         refactor code.
6359         (org-babel-asymptote-table-to-array): Removed function.
6361 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
6363         * ob-asymptote.el (org-babel-asymptote-var-to-asymptote):
6364         recognize non-nested lists as uni-dimensional arrays.
6366 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
6368         * ob.el (org-babel-params-from-properties): Don't check for
6369         header arguments in properties with leading ":"s.
6371 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
6373         * org-inlinetask.el (org-inlinetask-goto-end): Correctly
6374         detect the end of an inlinetask when the next one starts
6375         immediately after the current one.  Also, return position of
6376         point.
6378 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
6380         * ob.el (org-babel-inline-src-block-regexp): Allow regexp to
6381         start at bol.
6383 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
6385         * ob-asymptote.el (org-babel-asymptote-define-type): Elisp
6386         floats are asymptote reals.
6388 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
6390         * ob-asymptote.el (org-babel-asymptote-table-to-array):
6391         Require a new argument TYPE specifying the detected type of
6392         array.  If it's a string array, make sure every element is
6393         returned as a string.  Also improve doc-string.
6394         (org-babel-asymptote-var-to-asymptote): Fill new argument.
6395         Small refactoring.
6396         (org-babel-asymptote-define-type): Rewrite to avoid stopping
6397         search at first float found, as strings have precedence over
6398         floats.
6400 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
6402         * org-footnote.el (org-footnote-normalize): Be sure to separate
6403         the last footnote definition from the rest of the buffer.
6405 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
6407         * ob-awk.el (org-babel-expand-body:awk): Allow for symbolic
6408         variable names.
6410 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
6412         * org.el (org-latex-regexps): Allow matching latex fragments
6413         of type "$" and "$1" at beginning of line.
6415 2012-01-03  Bastien Guerry  <bzg@gnu.org>
6417         * org-agenda.el (org-search-view, org-agenda-get-todos)
6418         (org-agenda-get-deadlines, org-agenda-get-scheduled): Add
6419         `category-pos' in let construct.
6421 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
6423         * org-footnote.el (org-footnote-get-definition): The function has
6424         to widen buffer if definition has not been found in the current
6425         narrowed part.  Be sure to restore that restriction once the
6426         definition is found.
6428 2012-01-03  Michal Sojka  <sojka@os.inf.tu-dresden.de>  (tiny change)
6430         * org-icalendar.el (org-print-icalendar-entries): Make alarm
6431         duration RFC5545 compliant.
6433 2012-01-03  Bastien Guerry  <bzg@gnu.org>
6435         * org-agenda.el (org-agenda-get-timestamps)
6436         (org-agenda-get-sexps, org-agenda-get-progress): Correctly set
6437         the `org-category-pos' property.
6439 2012-01-03  Bastien Guerry  <bzg@gnu.org>
6441         * org-html.el (org-export-html-divs): Improve docstring.
6443 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
6445         * org-table.el (org-table-fix-formulas): Throw error when
6446         changing formula leads to an invalid formula.
6448 2012-01-03  Bastien Guerry  <bzg@gnu.org>
6450         * org.el (org-archive-location): Minor docstring fix.
6452 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
6454         * org.el (org-block-todo-from-checkboxes):
6455         `org-list-search-forward' should be used when looking for an
6456         item, as it filters out contexts where match couldn't be in a
6457         list.  Also use a correct item regexp, taking into account
6458         alphabetical ordered lists and counters.
6460 2012-01-03  Bastien Guerry  <bzg@gnu.org>
6462         * org-html.el (org-html-make-link): Minor fix to the
6463         docstring.
6465 2012-01-03  Suvayu Ali  <fatkasuvayu+linux@gmail.com>  (tiny change)
6467         * org-inlinetask.el (org-inlinetask): New customizable face
6468         for inlinetasks.
6470 2012-01-03  Bastien Guerry  <bzg@gnu.org>
6472         * org-agenda.el (org-agenda-get-todos): Properly set
6473         `category-pos'.
6475 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
6477         * org-list.el (org-list-struct-apply-struct): Don't use
6478         (copy-marker (point)) instead of (point-marker).
6480 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
6482         * ob.el (org-babel-where-is-src-block-result): Don't try to
6483         resolve variables when simply checking if we're inside of a
6484         code block.
6486 2012-01-03  Bastien Guerry  <bzg@gnu.org>
6488         * org.el (org-refresh-category-properties): New text property
6489         'org-category-position to point at the beginning of the
6490         headline from which the category is set.
6492 2012-01-03  Matt Lundin  <mdl@imapmail.org>
6494         * org.el (org-refile): Don't call `org-back-to-heading' with
6495         goto argument.
6497 2012-01-03  Bastien Guerry  <bzg@gnu.org>
6499         * org.el (org-link-display-descriptive): Remove this option and
6500         rely on the existing `org-descriptive-links' instead.
6501         (org-toggle-link-display): Use `org-descriptive-links'.
6503 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
6505         * ob-ref.el (org-babel-ref-resolve): Allow matching of results
6506         with tags after the result name.
6508 2012-01-03  Bastien Guerry  <bzg@gnu.org>
6510         * org-table.el (org-table-get-specials): Allow the use of the
6511         underscore character in column names.
6512         (org-table-get-specials): Allow the use of the underscore
6513         character in field names.
6515 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
6517         * org-exp-blocks.el (org-export-blocks-preprocess): Explicitly
6518         cleaning up markers.
6520 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
6522         * ob-exp.el (org-babel-exp-inline-src-blocks): Save match data
6523         around `org-babel-exp-do-export' which now searches in this case.
6524         (org-babel-exp-results): Position the point in the inline source
6525         block during export evaluation.
6527         * ob.el (org-babel-insert-result): More readable code.
6529 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
6531         * org-exp-blocks.el (org-export-blocks-preprocess): Use the built
6532         in function rather than the superfluous (and now removed)
6533         org-specific function.
6535 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
6537         * ob-exp.el (org-babel-exp-inline-src-blocks): Don't examplize
6538         inline code blocks which are already escaped.
6540 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
6542         * org-exp-blocks.el (org-marker-from-point): Helper function to
6543         create markers at specific points in source buffers.
6544         (org-export-blocks-preprocess): Use markers instead of points
6545         to delimit code blocks.
6547 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
6549         * org-list.el (org-list-separating-blank-lines-number): The
6550         behaviour of `org-back-over-empty-lines' depends on the
6551         associated value of `headline' in
6552         `org-blank-before-new-entry', which is out of context in a
6553         list.
6555 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
6557         * org-indent.el (org-indent-initialize-agent): When the current
6558         buffer isn't being watched, resume initialization of other watched
6559         buffers.  In that case, give hand to others idle timers or
6560         processes more frequently.
6561         (org-indent-agent-active-delay): Renamed from
6562         `org-indent-agent-process-duration'.
6563         (org-indent-agent-passive-delay): New variable.
6564         (org-indent-agent-resume-delay): Change value.
6565         (org-indent-initialize-buffer): Change argument name.
6566         (org-indent-add-properties): Change argument name and type
6567         expected.  It must be a time value now.
6569 2012-01-03  Bastien Guerry  <bzg@gnu.org>
6571         * org.el (org-set-property): Bugfix.
6573 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
6575         * ob.el (org-babel-remove-result): Idempotent code block
6576         evaluation and result removal.
6578 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
6580         * ob-ruby.el (org-babel-ruby-initiate-session): No longer
6581         require inf-ruby when no session evaluation takes place.
6583 2012-01-03  Bastien Guerry  <bzg@gnu.org>
6585         * org-agenda.el (org-agenda-prefix-format): Mention "%e" in
6586         the docstring.
6588 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
6590         * org-agenda.el (org-agenda-custom-commands): Set a default
6591         value for this command.
6593 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
6595         * org-agenda.el (org-agenda-include-all-todo): Declare this option
6596         as no longer working.
6597         (org-timeline): Rename the include-all argument to dotodo.
6598         (org-arg-loc): Renamed from` org-include-all-loc'.
6599         (org-agenda-list): Rename the INCLUDE-ALL argument to ARG,
6600         because its function has changed.
6602 2012-01-03  Bastien Guerry  <bzg@gnu.org>
6604         * org.el (org-fixup-indentation): Fix various small bugs.
6606 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
6608         * org-indent.el (org-indent-agent-timer)
6609         (org-indent-agentized-buffers, org-indent-agent-resume-timer)
6610         (org-indent-agent-process-duration)
6611         (org-indent-agent-resume-delay): New variables.
6612         (org-indent-initial-marker): More accurate doc-string.
6613         (org-indent-initial-timer, org-indent-initial-resume-timer)
6614         (org-indent-initial-process-duration)
6615         (org-indent-initial-resume-delay)
6616         (org-indent-initial-lock): Removed variables.
6617         (org-indent-mode): Set up an agent to watch current buffer, or
6618         add it to the list of already watched buffers.
6619         (org-indent-initialize-agent): New function.
6620         (org-indent-initialize-buffer): Now requires a mandatory
6621         buffer argument.
6622         (org-indent-add-properties): Reflect changes to variables.
6623         The resume timer is now global.
6625 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
6627         * org-footnote.el (org-footnote-normalize): Refactor, and fix
6628         some blank lines deletion.
6630 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
6632         * org-indent.el (org-indent-mode):
6633         `org-indent-initial-resume-timer ' needs to be local.
6635 2012-01-03  Bastien Guerry  <bzg@gnu.org>
6637         * org.el (org-fixup-indentation): Correctly indent meta lines.
6639 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
6641         * org-indent.el (org-indent-set-line-properties): Add text
6642         properties down to the beginning of the next line.
6643         (org-indent-add-properties): When last position to add
6644         properties to is at the beginning of a line, all that line
6645         will have properties.
6647 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
6649         * org-indent.el (org-indent-initial-resume-timer): New variable.
6650         (org-indent-initialize-buffer): Also resume after a small break.
6651         (org-indent-add-properties): When in asynchronous mode,
6652         proceed for 2 seconds, then take a break.
6654 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
6656         * org-indent.el (org-indent-set-line-properties): New function.
6657         (org-indent-add-properties): Externalize worker function.
6659 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
6661         * org-indent.el (org-indent-indent-buffer): Take into account
6662         narrowing.
6664 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
6666         * org-indent.el (org-indent-modified-headline-flag): Renamed from
6667         `org-indent-deleted-headline-flag'
6668         (org-indent-notify-modified-headline): Renamed from
6669         `org-indent-notify-deleted-headline'.  Handle situations when
6670         the stars of an headline are modified.
6671         (org-indent-refresh-maybe): Remove case now handled by
6672         previous function.
6673         (org-indent-mode): Apply renames.
6675 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
6677         * org-indent.el (org-indent-inlinetask-first-star): New
6678         variable.
6679         (org-indent-add-properties): Set the first star of inline-tasks'
6680         virtual indentation in `org-warning' face.
6682         * org-inlinetask.el (org-inlinetask-insert-task): Create a new
6683         inline-task slightly differently, so virtual indentation can
6684         be applied normally.
6686 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
6688         * org-indent.el (org-indent-initial-marker)
6689         (org-indent-initial-timer, org-indent-initial-lock): New
6690         variables.
6691         (org-indent-mode): At initialization, start an idle timer to indent
6692         the whole buffer.  When the user is asking for control, interrupt the
6693         process, and resume at the same point when idle again.
6694         (org-indent-initialize-buffer): New function.
6695         (org-indent-add-properties): Throw an interrupt when indentation of
6696         buffer is stopped during initialization.
6698 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
6700         * org-indent.el (org-indent-indent-buffer): Send more
6701         appropriate messages.
6703 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
6705         * org-indent.el (org-indent-notify-deleted-headline)
6706         (org-indent-refresh-maybe): Replace `org-indent-outline-re'
6707         with `org-outline-regexp-bol'.
6709 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
6711         * org-indent.el (org-indent-max-levels): Modify default value and
6712         add comment.
6713         (org-indent-add-properties): Pay attention to `org-indent-max'
6714         and `org-indent-max-levels' values.
6715         (org-indent-refresh-maybe): Refactor code to avoid an unnecessary
6716         save excursion.
6718 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
6720         * org-table.el (org-table-align): Remove now useless hack.
6722 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
6724         * org-indent.el (org-indent-fix-section-after-idle-time): Remove
6725         variable.
6726         (org-indent-initialize): Remove timer.
6727         (org-indent-add-properties): Refactor code.
6728         (org-indent-refresh-subtree, org-indent-refresh-section)
6729         (org-indent-refresh-buffer,org-indent-set-initial-properties): Remove
6730         functions.
6731         (org-indent-deleted-headline): New variable.
6732         (org-indent-notify-deleted-headline,org-indent-refresh-maybe): New
6733         functions.
6734         (org-indent-mode): Insert new functions into a hook.
6736 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
6738         * org-indent.el (org-indent-mode): Completely refresh buffer
6739         before starting org-indent-mode.  Also set idle timer to refresh
6740         only visible portion of buffer, and refresh the subtree instead of
6741         section when promoting or demoting it.
6742         (org-indent-add-properties): Rewrite function to proceed line by
6743         line, as required by `wrap-prefix' specificity.
6744         (org-indent-refresh-section,org-indent-refresh-subtree): Refactor.
6745         (org-indent-refresh-view): New function.
6746         (org-indent-refresh-to, org-indent-refresh-section): Removed
6747         functions.
6749         * org.el (org-unfontify-region): Do not remove prefix
6750         properties when unfontifying a region.
6752 2012-01-03  Bastien Guerry  <bzg@gnu.org>
6754         * org-colview.el (org-columns-cleanup-item): Correctly remove
6755         leading stars in items displayed in the agenda column view.
6757 2012-01-03  Bastien Guerry  <bzg@gnu.org>
6759         * org-colview.el (org-columns-display-here): Clean up items in
6760         `org-agenda-mode' too.
6761         (org-columns-cleanup-item): Take a new argument CPHR to allow
6762         passing a complex heading regexp.  Rewrite to cleanup ITEM
6763         correctly in `org-agenda-mode'.
6765 2012-01-03  Bastien Guerry  <bzg@gnu.org>
6767         * org-clock.el (org-duration-string-to-minutes)
6768         (org-minutes-to-hh:mm-string, org-hh:mm-string-to-minutes): Move
6769         from org.el.
6771 2012-01-03  Bastien Guerry  <bzg@gnu.org>
6773         * org.el (org-refile-active-region-within-subtree): New option to
6774         allow refiling a region that is part of a subtree without
6775         containing a subtree itself.  This default to `nil'.
6776         (org-refile): Use the new option.  Put point at the beginning
6777         of the region/subtree to be refiled, so that users understand
6778         what will be refiled.  Also improve the prompt to tell whether
6779         the user is refiling a region or a headline.
6781 2012-01-03  Bastien Guerry  <bzg@gnu.org>
6783         * org.el (org-properties-postprocess-alist): New option to allow
6784         postprocessing the values of properties set through
6785         `org-set-property'.
6786         (org-set-property): Use this option.
6788 2012-01-03  Bastien Guerry  <bzg@gnu.org>
6790         * org.el (org-outline-regexp, org-outline-regexp-bol): Add a
6791         docstring.
6793 2012-01-03  Bastien Guerry  <bzg@gnu.org>
6795         * org-archive.el (org-archive-to-archive-sibling): Use
6796         `org-outline-regexp' instead of `outline-regexp'.
6798 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
6800         * org.el (org-between-regexps-p): Searching up to pos may
6801         match again beginning regexp.
6803 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
6805         * org-footnote.el (org-footnote-goto-definition): Don't send
6806         erroneous message: suggested bindings might not be set outside
6807         Org.
6809 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
6811         * org-footnote.el (org-footnote-normalize): Effectively remove
6812         any footnote tag in non Org buffers, as detailled in the
6813         docstring of `org-footnote-tag-for-non-org-mode-files'.
6815 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
6817         * org-footnote.el (org-footnote-tag-for-non-org-mode-files):
6818         notify the opportunity to set the variable to the empty string.
6819         (org-footnote-normalize, org-footnote-create-definition):
6820         Carefully check for inserted newlines and presence of the
6821         footnote tag.
6823 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
6825         * org-footnote.el (org-footnote-at-definition-p): Re-use
6826         `org-footnote-definition-re'.
6828 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
6830         * org-footnote.el (org-footnote-definition-re): Remove an
6831         useless group.
6832         (org-footnote-at-definition-p): Reflect removal of the group.
6834 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
6836         * org.el (org-set-regexps-and-options): Enforce white space
6837         after todo keyword, as word boundary isn't sufficient (i.e. in
6838         matches * TODO/this).
6840 2012-01-03  Jambunathan K  <kjambunathan@gmail.com>
6842         * org-inlinetask.el (org-inlinetask-export-templates): Fixed
6843         template for html so that the exported file is valid
6844         xhtml.  Added template for odt.
6845         (org-inlinetask-export-handler): Fix typo in the regexp that
6846         trims content.  Make sure that the content is flanked by
6847         paragraph boundaries on either side.
6849 2012-01-03  Bastien Guerry  <bzg@gnu.org>
6851         * org.el (org-add-planning-info): Don't insert superfluous
6852         space when updating timestamps.
6854 2012-01-03  Bastien Guerry  <bzg@gnu.org>
6856         * org-agenda.el (org-cmp-effort): Fix docstring.
6858 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
6860         * org-list.el (org-list-full-item-re): When an item has only a
6861         bullet and no space after it, list structure would not be
6862         recognized correctly.
6864 2012-01-03  Bastien Guerry  <bzg@gnu.org>
6866         * org.el (org-overview): Use `outline-regexp' instead of
6867         `org-outline-regexp' so that global cycling using
6868         `orgstruct-mode' works outside of Org buffers.
6870 2012-01-03  Bastien Guerry  <bzg@gnu.org>
6872         * org-table.el (org-table-eval-formula): Fix missing variable
6873         in let construct.
6874         (org-table-time-string-to-seconds): Fix missing variable in
6875         let construct.
6877 2012-01-03  Michael Brand  <michael.ch.brand@gmail.com>
6879         * org-agenda.el (org-agenda-get-deadlines): Fix dfrac for the
6880         case of wdays being 0.  Don't pass wdays to
6881         org-agenda-deadline-face, like before the old fix.
6882         (org-agenda-deadline-face): Revert to old state that was without
6883         wdays.
6885 2012-01-03  Bastien Guerry  <bzg@gnu.org>
6887         * org-latex.el (org-export-latex-fixed-width): Only add one
6888         line break after exporting verbatim environments.
6890 2012-01-03  Bastien Guerry  <bzg@gnu.org>
6892         * org-mw.el (org-mw-export-lists): Fix list export.
6894 2012-01-03  Bastien Guerry  <bzg@gnu.org>
6896         * org-list.el (org-list-item-trim-br): New function.
6897         (org-list-to-generic): New parameter :nobr to use the new
6898         function.
6900 2012-01-03  David Maus  <dmaus@ictsoc.de>
6902         * org.el (org-paste-subtree): Fix wrong order of lines to move
6903         before pasting.
6905 2012-01-03  David Maus  <dmaus@ictsoc.de>
6907         * org.el (org-paste-subtree): Paste subtree above target
6908         headline if point is at bol.
6910 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
6912         * org-list.el (org-toggle-checkbox): Don't clear lim-down
6913         while used in the while loop.
6915 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
6917         * org-list.el (org-toggle-checkbox): Lim-down must be a
6918         marker.
6920 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
6922         * org.el (org-activate-code): Correct regexp so ":.*" isn't
6923         matched.
6925 2012-01-03  David Maus  <dmaus@ictsoc.de>
6927         * org-macs.el (org-with-gensyms, org-called-interactively-p)
6928         (with-silent-modifications, org-bound-and-true-p)
6929         (org-unmodified, org-re, org-preserve-lc)
6930         (org-without-partial-completion, org-with-point-at)
6931         (org-no-warnings, org-if-unprotected, org-if-unprotected-1)
6932         (org-if-unprotected-at, org-with-remote-undo)
6933         (org-no-read-only, org-save-outline-visibility)
6934         (org-with-wide-buffer, org-with-limited-levels)
6935         (org-eval-in-environment): Provide edebug specifications.
6937         * org-src.el (org-src-do-at-code-block): Dto.
6939         * org-publish.el (org-publish-with-aux-preprocess-maybe): Dto.
6941         * org-compat.el (org-xemacs-without-invisibility): Dto.
6943         * org-clock.el (org-with-clock-position, org-with-clock): Dto.
6945         * org-agenda.el (org-agenda-with-point-at-orig-entry)
6946         (org-batch-agenda, org-batch-agenda-csv)
6947         (org-batch-store-agenda-views): Dto.
6949         * ob.el (org-babel-do-in-edit-buffer)
6950         (org-babel-map-src-blocks, org-babel-map-inline-src-blocks): Dto.
6952         * ob-tangle.el (org-babel-with-temp-filebuffer): Dto.
6954         * ob-table.el (sbe): Dto.
6956         * ob-exp.el (org-babel-exp-in-export-file): Dto.
6958         * ob-comint.el (org-babel-comint-in-buffer)
6959         (org-babel-comint-with-output): Dto.
6961 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
6963         * org-inlinetask.el (org-inlinetask-export-templates): Fix
6964         docstring.
6966 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
6968         * org-inlinetask.el (org-inlinetask-insert-task): Error when
6969         trying to nest inline tasks.
6971 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
6973         * org.el (org-activate-code, org-toggle-fixed-width-section)
6974         (org-indent-line-function): Allow "[ \t]*:$" as a special case of
6975         fixed-width section.
6977 2012-01-03  David Maus  <dmaus@ictsoc.de>
6979         * org.el (org-paste-subtree): Don't eat headline when called
6980         with point at existing headline.
6982 2012-01-03  David Maus  <dmaus@ictsoc.de>
6984         * org.el (org-paste-subtree): Fix typo in variable name.
6986 2012-01-03  Jambunathan K  <kjambunathan@gmail.com>
6988         * org-inlinetask.el (org-inlinetask-export-handler): Don't
6989         export inline tasks if the current backend has provided no
6990         entries in `org-inlinetask-export-templates'.
6992 2012-01-03  Valentin Wüstholz  <wuestholz@gmail.com>  (tiny change)
6994         * org.el (org-indent-line-function): Made the way in which
6995         example blocks are indented more flexible.
6997 2012-01-03  David Maus  <dmaus@ictsoc.de>
6999         * org-agenda.el (org-batch-agenda-csv): Fix argument to append
7000         when creating final parameter alist.
7002 2012-01-03  David Maus  <dmaus@ictsoc.de>
7004         * org-agenda.el (org-batch-store-agenda-views): Use macro
7005         `org-eval-in-environment'.
7007 2012-01-03  David Maus  <dmaus@ictsoc.de>
7009         * org-agenda.el (org-batch-agenda, org-batch-agenda-csv): Use
7010         `org-eval-in-environment.
7012 2012-01-03  David Maus  <dmaus@ictsoc.de>
7014         * org-macs.el (org-make-parameter-alist): New function.  Turn
7015         flat list of alternating symbol names and values into an alist
7016         with symbol name in car and value in cdr.
7018 2012-01-03  David Maus  <dmaus@ictsoc.de>
7020         * org-agenda.el (org-agenda-with-point-at-orig-entry): Use
7021         macro `org-with-gensyms'.
7023 2012-01-03  David Maus  <dmaus@ictsoc.de>
7025         * org-macs.el (org-substitute-posix-classes): New
7026         function.  Substitute posix classes in regular expression.
7027         (org-re): Use new function.
7029 2012-01-03  David Maus  <dmaus@ictsoc.de>
7031         * org-macs.el (org-eval-in-environment): New macro.  Evaluate FORM
7032         in ENVIRONMENT.
7034 2012-01-03  David Maus  <dmaus@ictsoc.de>
7036         * org-macs.el (org-preserve-lc, org-with-point-at)
7037         (org-with-remote-undo, org-save-outline-visibility): Use new
7038         macro `org-with-gensyms'.
7040 2012-01-03  David Maus  <dmaus@ictsoc.de>
7042         * org-macs.el (org-with-gensyms): New macro.  Wrap let-binding
7043         of SYMBOLS to new uninterned symbols around BODY.
7045 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
7047         * org-inlinetask.el (org-inlinetask-export-handler): Make sure
7048         the task starts a paragraph or the HTML exporter will produce
7049         an incorrect output.
7051 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
7053         * org.el (org-return): When filling happens, `newline' can
7054         change match data, hence modifying the indent column.
7056 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
7058         * org-footnote.el (org-footnote-new): Only forbid non-inlined
7059         footnotes at column 0, as only them can be confused with a
7060         footnote definition.
7062 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
7064         * org-footnote.el (org-footnote-new): Use `ido' or `iswitchb'
7065         when available when prompted for a label.  Also rename a local
7066         variable to avoid confusion with an existing function.
7068 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
7070         * org-footnote.el (org-footnote-label-history): Removed
7071         variable
7072         (org-footnote-new): Remove call to that variable.
7074 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
7076         * org.el (org-insert-heading): With `force-heading' non-nil,
7077         inserting an heading before any headline, and just after a
7078         list would return an error.
7080 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
7082         * ob.el (org-babel-sha1-hash): Removed use of `copy-seq'.
7084 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
7086         * org-bibtex.el (org-bibtex-get): Make the "FILE" property
7087         non-special when resolving bibtex values.
7089 2012-01-03  David Maus  <dmaus@ictsoc.de>
7091         * org.el (org-back-over-empty-lines): Don't move line upward
7092         if point is at eob.
7094 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
7096         * org-footnote.el (org-footnote-in-valid-context-p): Check
7097         `org-protected' property before allowing to match a footnote.
7098         (org-footnote-at-reference-p): Remove an obsolete test.  It is now
7099         done in the previous function.
7101 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
7103         * org.el (org-between-regexps-p): Previous name implied the
7104         function was related to blocks, which isn't mandatory.
7105         (org-narrow-to-block, org-in-block-p)
7106         (org-indent-line-function): Applied the rename.
7108         * ob-exp.el (org-babel-in-example-or-verbatim): Applied
7109         rename.  Also removed a white space.
7111 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
7113         * org.el (org-in-regexps-block-p): Return an useful value when
7114         point is between START-RE and END-RE.  No incomplete block is
7115         allowed anymore.  Add another optional argument to bound the
7116         bottom part of the search.
7117         (org-narrow-to-block, org-in-block-p): Apply modifications.
7119 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
7121         * ob.el (org-babel-src-block-regexp): If a code block has a
7122         body, its last character must be a newline.
7124 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
7126         * org-footnote.el (org-footnote-next-reference-or-definition):
7127         If no more footnote is found, be sure to go back to the
7128         original position.  Otherwise, point might be left on a
7129         footnote-like element that has been dished out.
7131 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
7133         * ob-exp.el (org-babel-inline-src-block-regexp): Declare this
7134         variable.
7136         * ob.el (defvar): Wrap variable declaration in
7137         `eval-when-compile'.
7139 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
7141         * ob-keys.el (org-babel-key-bindings): Bound to `C-c C-v k'.
7143 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
7145         * ob-java.el (org-babel-execute:java): Allow cmdline flags
7146         during compilation and evaluation.
7148 2011-12-06  Juanma Barranquero  <lekktu@gmail.com>
7150         * ob.el (org-babel-expand-body:generic, org-babel-number-p):
7151         * ob-ref.el (org-babel-ref-parse): Fix typos.
7153 2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
7155         * ob.el (org-babel-execute-src-block): Fix typo.
7157 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
7159         * org.el (org-link-unescape, org-link-unescape-compound): Fix typos.
7161 2011-11-20  Andreas Schwab  <schwab@linux-m68k.org>
7163         * org-list.el (org-list-send-item): Use sort instead of sort*.
7165 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
7167         * org-table.el (org-table-line-to-dline): Fix typo.
7169 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
7171         * org-agenda.el (org-agenda-add-entry-text-descriptive-links)
7172         (org-agenda-custom-commands, org-write-agenda, org-check-for-org-mode)
7173         (org-search-syntax-table, org-modify-diary-entry-string)
7174         (org-write-agenda):
7175         * org-bbdb.el (org-bbdb-anniv-export-ical):
7176         * org-bibtex.el (org-bibtex-fields):
7177         * org-icalendar.el (org-icalendar-date-time-format):
7178         * org-latex.el (org-export-latex-inline-image-extensions):
7179         * org-list.el (org-list-insert-item): Fix typos.
7181 2011-11-11  Juanma Barranquero  <lekktu@gmail.com>
7183         * org-plot.el (org-plot/gnuplot-to-grid-data): Fix typo in docstring.
7185 2011-09-27  Eli Zaretskii  <eliz@gnu.org>
7187         * org.el (org-mode): Force left-to-right paragraphs in Org
7188         buffers.  For a related discussions, see
7189         https://lists.gnu.org/archive/html/emacs-devel/2011-09/msg00349.html.
7191 2011-09-17  Juanma Barranquero  <lekktu@gmail.com>
7193         * org.el (org-toggle-pretty-entities): Fix typo in message.
7195 2011-09-02  Chong Yidong  <cyd@stupidchicken.com>
7197         * org-compat.el (org-pop-to-buffer-same-window): Deleted.
7199         * ob-ref.el (org-babel-ref-goto-headline-id):
7200         * org.el (org-get-location, org-tree-to-indirect-buffer)
7201         (org-mark-ring-goto, org-refile, org-add-log-note)
7202         (org-revert-all-org-buffers, org-switchb)
7203         (org-cycle-agenda-files, org-submit-bug-report)
7204         (org-goto-marker-or-bmk):
7205         * org-agenda.el (org-prepare-agenda, org-agenda-switch-to):
7206         * org-capture.el (org-capture-goto-target)
7207         (org-capture-fill-template):
7208         * org-clock.el (org-clock-goto):
7209         * org-ctags.el (org-ctags-visit-buffer-or-file):
7210         * org-exp.el (org-export-as-org):
7211         * org-feed.el (org-feed-show-raw-feed):
7212         * org-html.el (org-export-htmlize-generate-css):
7213         * org-id.el (org-id-goto):
7214         * org-irc.el (org-irc-visit-erc):
7215         * org-mobile.el (org-mobile-apply):
7216         * org-publish.el (org-publish-org-to, org-publish-find-date):
7217         * org-remember.el (org-go-to-remember-target):
7218         * org-src.el (org-src-switch-to-buffer)
7219         (org-edit-fixed-width-region): Use switch-to-buffer.
7221 2011-08-31  Martin Rudalics  <rudalics@gmx.at>
7223         * org-compat.el (org-pop-to-buffer-same-window): Remove LABEL
7224         argument from pop-to-buffer-same-window call.
7226 2011-07-30  Carsten Dominik  <carsten.dominik@gmail.com>
7228         * ob.el (org-babel-src-block-regexp): If a code block has a body,
7229         its last character must be a newline.
7231 2011-07-28  Bastien Guerry  <bzg@gnu.org>
7233         * org-pcomplete.el: New file.  Rename from org-complete.el.
7234         * org-complete.el: Delete file.
7236 2011-07-28  Bastien Guerry  <bzg@gnu.org>
7238         * org-publish.el (org-publish-index-generate-theindex): Rename
7239         from `org-publish-index-generate-theindex.inc'.  Use the file
7240         theindex.org directly instead of including theindex.inc.
7241         (org-publish-projects): Don't delete .orgx files.
7242         (org-publish-aux-preprocess): Use .file.orgx.
7244 2011-07-28  Bastien Guerry  <bzg@gnu.org>
7246         * org-html.el (org-export-html-preamble-format): New default for
7247         the HTML preamble: don't include the title.  Also improve the
7248         docstring.
7249         (org-export-html-postamble-format): Improve the docstring.
7250         (org-export-as-html): Add the title within the "content" div.
7251         This is necessary for interaction with the org-info.js script.
7253 2011-07-28  Michael Brand  <michael.ch.brand@gmail.com>
7255         * org-table.el (org-table-edit-field): Display field coordinates.
7257 2011-07-28  Bastien Guerry  <bzg@gnu.org>
7259         * org-publish.el (org-publish-find-title): Bugfix: kill buffers
7260         unless they were already visited.
7261         (org-sitemap-sort-files, org-sitemap-sort-folders)
7262         (org-sitemap-ignore-case, org-sitemap-requested)
7263         (org-sitemap-date-format, org-sitemap-file-entry-format): Use
7264         a correct prefix.
7265         (org-publish-projects): Make sure to delete .orgx files.
7266         (org-publish-index-generate-theindex.inc): Small docstring fix.
7268 2011-07-28  Bastien Guerry  <bzg@gnu.org>
7270         * org-table.el (org-table-duration-custom-format): New defcustom
7271         to select output format of durations computations.
7272         (org-table-time-seconds-to-string): Use the new variable.
7273         (org-table-eval-formula): Allow `t' as a flag, on top of `T'.  `t'
7274         will use the custom output format defined in
7275         `org-table-duration-custom-format'.
7277 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
7279         * org-list.el: Search blank lines down to the end of the item
7280         instead of stopping at the item, in order to possibly match such
7281         lines within the item.
7283 2011-07-28  Bastien Guerry  <bzg@gnu.org>
7285         * org-latex.el (org-export-latex-href-format): Docstring fix to
7286         reflect the fact that you can use only one "%s".
7287         (org-export-latex-links): Allow `org-export-latex-href-format' to
7288         have only one "%s".
7290 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
7292         * org.el (org-org-menu): Add `org-copy-visible' to the menu.
7294 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
7296         * org.el (org-copy-visible): New command.
7298 2011-07-28  Bastien Guerry  <bzg@gnu.org>
7300         * org-capture.el (org-capture-templates): Docstring fix.
7302 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
7304         * ob.el (org-babel-view-src-block-info): New function to inspect
7305         code blocks.
7307         * ob-keys.el (org-babel-key-bindings): Key bindings for
7308         `org-babel-view-src-block-info'.
7310 2011-07-28  Bastien Guerry  <bzg@gnu.org>
7312         * org-exp.el (org-infile-export-plist): Handle recursively
7313         included setup files.  The value of the last included file always
7314         takes precedence over previous values.
7316 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
7318         * org.el (org-timestamp-change): Keep point in the same category
7319         when updating a time-stamp.  This requires to be careful, as,
7320         depending on the locale, name of day might change of length during
7321         the process.
7323 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
7325         * org-footnote.el (org-footnote-create-definition): When skipping
7326         already written footnotes definition, the algorithme would assume
7327         each one was only one-line long.
7329 2011-07-28  Bastien Guerry  <bzg@gnu.org>
7331         * org-table.el (org-table-eval-formula): Fix bug when a formula
7332         "range" is just one cell.
7333         (org-table-time-string-to-seconds): Don't check whether we
7334         manipulate a string.
7336 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
7338         * org-exp.el (org-export-mark-list-end)
7339         (org-export-mark-list-properties): Don't remove the ending regexp
7340         when it consists in blank lines.
7342         * org-list.el (org-list-parse-list): Ditto, but remove it
7343         completely when it isn't made of blank lines (i.e. during export
7344         process).
7346 2011-07-28  Bastien Guerry  <bzg@gnu.org>
7348         * org-table.el (org-table-time-string-to-seconds): Match either
7349         HH:MM:SS or HH:MM (instead of MM:SS).
7351 2011-07-28  Bastien Guerry  <bzg@gnu.org>
7353         * org.el (org-ctrl-c-ctrl-c-final-hook): New hook to be run when
7354         `org-ctrl-c-ctrl-c' cannot do anything useful in the given
7355         context.
7357 2011-07-28  Bastien Guerry  <bzg@gnu.org>
7359         * org-html.el (org-export-html-with-timestamp)
7360         (org-export-html-html-helper-timestamp): These are obsolete
7361         variables as of Org version 7.7 as you can already export the
7362         timestamp from the preamble or the postamble.
7363         (org-export-html-before-content-div): Delete variable.
7364         (org-export-html-content-div): Obsolete variable as of 7.7.
7365         (org-export-html-divs): New variable to define divs used in
7366         HTML export.
7367         (org-export-as-html): Now the preamble and the postamble are
7368         surrounded by a <div ...>.  The name of the div is defined through
7369         `org-export-html-divs'.
7371 2011-07-28  Bastien Guerry  <bzg@gnu.org>
7373         * org-table.el (org-table-eval-formula): Throw an error when
7374         trying to replace complex range with invalid references.
7376 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
7378         * org-macs.el (org-with-limited-levels): Some functions, like
7379         `org-back-to-heading', being deeply based on outline-mode, still
7380         refer to `outline-regexp' instead of `org-outline-regexp'.
7382 2011-07-28  Bastien Guerry  <bzg@gnu.org>
7384         * org.el (org-refile-get-targets): New optional argument
7385         `excluded-entries' to exclude entries from the targets.
7386         (org-refile-get-location): From an org-mode buffer, exclude
7387         current heading and subheadings from the list of targets when
7388         `org-refile-use-cache' is nil.
7390 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
7392         * org.el (org-imenu-get-tree): Headlines start at bol.
7394 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
7396         * ob-maxima.el: New file.  Fixed self-proclaimed file name.
7398 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
7400         * ob.el (org-babel-sha1-hash): Only call `copy-seq' on proper
7401         lists.
7403 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
7405         * org.el (org-kill-is-subtree-p): Matched string needs to start at
7406         bol.
7408 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
7410         * org.el (org-paste-subtree, org-kill-is-subtree-p)
7411         (org-yank-folding-would-swallow-text, org-yank-generic): Use
7412         `org-with-limited-levels' macro.
7414 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
7416         * org-macs.el (org-with-limited-levels): Also modify, when
7417         appropriate, `org-outline-regexp-at-bol'.
7419 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
7421         * org.el (org-timestamp-change): Some locales don't use the same
7422         length for date abbreviations.  Set a marker at origin in case
7423         length of new timestamp is different.
7425 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
7427         * org.el (org-imenu-get-tree): Browse only true headlines.
7429 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
7431         * org-archive.el (org-archive-subtree): While it might be possible
7432         to archive an headline of a temporary buffer (i.e. not visiting a
7433         file), it wouldn't be really sensible.
7435 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
7437         * org-archive.el (org-extract-archive-file)
7438         (org-extract-archive-heading, org-archive-subtree):
7439         `buffer-file-name' is nil in an indirect buffer.  Thus, use
7440         `(buffer-file-name (buffer-base-buffer))', which will, in any
7441         case, return the file name.
7443 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
7445         * org-capture.el (org-capture): If dired isn't loaded,
7446         `dired-buffers' isn't defined, and %F will fail.
7448 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
7450         * ob-java.el (org-babel-execute:java): Don't create empty package
7451         directories.
7453 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
7455         * ob-java.el: New file.
7457 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
7459         * ob.el (org-babel-execute-src-block): Replace call to defunct
7460         function `org-babel-result-hash'.
7462 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
7464         * org-footnote.el (org-footnote-in-valid-context-p): Avoid cited
7465         lines and headers in `message-mode'.
7466         (org-footnote-at-reference-p): Remove check for cited lines, this
7467         is now handled by the previous function.  Refactor.
7469 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
7471         * org-capture.el (org-capture): If no file is associated to
7472         current buffer, check dired buffer and try to retrieve a possibly
7473         directory associated.
7475 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
7477         * ob-exp.el (org-babel-exp-results): Resolve hashes in the current
7478         (not original) file buffer.
7480         * ob.el (org-babel-current-result-hash): More informative name,
7481         and remove useless optional argument.
7483 2011-07-28  Bastien Guerry  <bzg@gnu.org>
7485         * org.el (org-refile-get-location): Exclude current heading from
7486         the refile table.
7488 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
7490         * org-footnote.el (org-footnote-at-reference-p): Test if match is
7491         in cited text, when replying to a message.
7492         (org-footnote-new): Do not create a new footnote at bol, as it
7493         might be seen as a definition.
7494         (org-footnote-at-definition-p): Ignore definitions in forbidden
7495         blocks, as it is already the case for references.
7497 2011-07-28  Matt Lundin  <mdl@imapmail.org>
7499         * org-bibtex.el (org-bibtex-create, org-bibtex-write): Change
7500         argument of `org-toggle-tag' to 'on.  (Other arguments, e.g., t,
7501         have no effect).
7503 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
7505         * org-bibtex.el (org-bibtex-get): Don't let trimming turn nils
7506         into empty strings.
7508 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
7510         * org-list.el (org-list-insert-item): Actualize code comments.
7511         (org-insert-item): For consistency, point cannot be moved at a
7512         surprising place when the user is being asked to choose a new
7513         description term to insert in the list.  Point should stay where
7514         the user called the command.
7516 2011-07-28  Bastien Guerry  <bzg@gnu.org>
7518         * org-toc.el (org-toc-before-first-heading-p, org-toc-show)
7519         (org-toc-get-headlines-status): Use `org-outline-regexp-bol'.
7521 2011-07-28  Bastien Guerry  <bzg@gnu.org>
7523         * org.el (org-outline-regexp-bol): New defconst.
7524         (org-outline-level, org-set-font-lock-defaults, org-cycle)
7525         (org-overview, org-content, org-flag-drawer)
7526         (org-first-headline-recenter, org-insert-todo-heading)
7527         (org-map-region, org-move-subtree-down, org-paste-subtree)
7528         (org-kill-is-subtree-p, org-context-p, org-refile)
7529         (org-refile-new-child, org-toggle-comment, org-todo)
7530         (org-add-planning-info, org-add-log-setup, org-scan-tags)
7531         (org-set-tags, org-insert-property-drawer)
7532         (org-prepare-agenda-buffers, org-preview-latex-fragment)
7533         (org-speed-command-default-hook, org-check-for-hidden)
7534         (org-toggle-item, org-toggle-heading)
7535         (org-indent-line-function, org-set-autofill-regexps)
7536         (org-fill-paragraph, org-toggle-fixed-width-section)
7537         (org-yank-generic, org-yank-folding-would-swallow-text)
7538         (org-first-sibling-p, org-goto-sibling)
7539         (org-goto-first-child, org-show-entry): Use
7540         `org-outline-regexp' and `org-outline-regexp-bol'.
7542 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
7544         * org.el (org-update-parent-todo-statistics): COOKIE_DATA should
7545         be checked for parent, not current headline.  Also, this function
7546         doesn't need to be interactive.
7548 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
7550         * org-list.el (org-list-send-item, org-list-struct-apply-struct)
7551         (org-apply-on-list, org-toggle-checkbox): Make markers point
7552         nowhere when they have become useless.
7554 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
7556         * org-list.el (org-list-insert-item): When insertion point is in
7557         some white line after the end of the list, remove all unnecessary
7558         white lines there before proceeding.  Also refactor a snippet of
7559         code.
7561 2011-07-28  Bastien Guerry  <bzg@gnu.org>
7563         * org-latex.el (org-export-latex-image-default-option): Change
7564         default value.
7566 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
7568         * org.el (org-fontify-meta-lines-and-blocks-1): Blocks cannot be
7569         correctly fontified when the buffer is missing a final newline.
7571 2011-07-28  Bastien Guerry  <bzg@gnu.org>
7573         * ob.el (org-babel-strip-protective-commas): Return `nil' instead
7574         of an error if no argument is given.
7575         (org-babel-parse-src-block-match): Make sure body is defined in
7576         the let construct.
7578 2011-07-28  Jon Anders Skorpen  <jonas@ifi.uio.no>  (tiny change)
7580         * org-publish.el (org-publish-cache-file-needs-publishing): Regexp
7581         did not find includes with double quoted file names.
7583 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
7585         * org-footnote.el (org-footnote-normalize): Footnote section
7586         should be inserted only if there are footnotes to insert.
7588 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
7590         * org-footnote.el (org-footnote-at-definition-p)
7591         (org-footnote-normalize): Do not grab signature in the definition
7592         of the last footnote.
7594 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
7596         * org-bibtex.el (org-babel-trim): Declare this function to the
7597         compiler.
7598         (org-bibtex-get): Trimming whitespace off of bibtex fields read from
7599         properties.
7601 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
7603         * org-exp.el (org-export-preprocess-string): Add the possibility
7604         to call recursively the function.  Also change order of some
7605         function calls.  Comment export process for footnotes.
7607         * org-footnote.el (org-footnote-normalize): Change the export
7608         specific parameter to hold properties of export.  Thus, the
7609         function can send every footnote definition in the buffer through
7610         `org-export-process-string'.
7612 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
7614         * org-latex.el (org-export-latex-preprocess): First insert
7615         footnotes in the temporary buffer so their contents can properly
7616         be protected from further transformations if required.
7618 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
7620         * org-list.el (org-list-indent-offset): New variable.
7621         (org-list-struct-fix-ind): Make use of the new variable.
7623 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
7625         * org-latex.el (org-export-latex-list-parameters): Complete
7626         default value with cbtrans option.
7628         * org-list.el (org-list-to-latex): Set a more consistent default
7629         value.
7631 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
7633         * org-list.el (org-list-swap-items): Move it to a meaningful
7634         position in source code (i.e. before any function using it), and
7635         rename it to an easier name.
7637 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
7639         * org-list.el (org-list-separating-blank-lines-number): If there
7640         are blank lines already in the whole list, add a blank line.
7642 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
7644         * org-list.el (org-list-use-circular-move): New variable.
7645         (org-previous-item, org-next-item): Make use of the new variable.
7646         (org-move-item-down, org-move-item-up): Make use of the new
7647         variable.  Simplify code.
7649 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
7651         * org-list.el (org-list-delete-item, org-list-send-item): New
7652         functions.
7654 2011-07-28  Bastien Guerry  <bzg@gnu.org>
7656         * org-agenda.el (org-agenda-bulk-custom-functions): New variable
7657         for custom bulk action functions.
7658         (org-agenda-bulk-action): Use it.
7660 2011-07-28  Bastien Guerry  <bzg@gnu.org>
7662         * org-latex.el (org-export-latex-quotes): New defcustom.
7663         (org-export-latex-quotation-marks): Use it.
7665 2011-07-28  Bastien Guerry  <bzg@gnu.org>
7667         * org-capture.el (org-capture-finalize): Bugfix about inserted
7668         blank line when killing the capture buffer and
7669         `org-blank-before-new-entry' tells to not insert anything before a
7670         heading.
7672 2011-07-28  Bastien Guerry  <bzg@gnu.org>
7674         * org-html.el (org-export-html-content-div): Rename from
7675         `org-export-content-div'.
7676         (org-export-as-html): Use new name.
7678 2011-07-28  Bastien Guerry  <bzg@gnu.org>
7680         * org-latex.el (org-export-latex-header-defs-re): Delete.
7682 2011-07-28  Bastien Guerry  <bzg@gnu.org>
7684         * org.el (org-last-set-property): New variable.
7685         (org-read-property-name): Use the new variable: the prompt
7686         defaults to the last property set, unless there is a property in
7687         the line at point.
7689 2011-07-28  David Maus  <dmaus@ictsoc.de>
7691         * org-capture.el (org-capture-before-finalize-hook)
7692         (org-capture-after-finalize-hook, org-capture-mode-map)
7693         (org-capture-mode, org-capture-goto-last-stored): Fix docstring,
7694         consistently refer to capture, not remember.
7696 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
7698         * ob-clojure.el (org-babel-execute:clojure): Respects "scalar" and
7699         "verbatim" results params.
7701 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
7703         * ob-awk.el (org-babel-execute:awk): Use "verbatim" as synonym for
7704         "scalar".
7706         * ob-sh.el (org-babel-sh-evaluate): Use "verbatim" as synonym for
7707         "scalar".
7709         * ob-sqlite.el (org-babel-execute:sqlite): Use "verbatim" as
7710         synonym for "scalar".
7712         * ob.el (org-babel-merge-params): Use "verbatim" as synonym for
7713         "scalar".
7715 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
7717         * ob.el (org-babel-script-escape): Parse odd parens when nested
7718         isnide lists.
7720 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
7722         * ob-clojure.el (org-babel-execute:clojure): No longer force
7723         results into elisp if they don't naturally fit.
7725 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
7727         * ob-clojure.el (org-babel-execute:clojure): Stop re-reading
7728         already parsed lisp results.
7730 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
7732         * org-list.el (org-plain-list-ordered-item-terminator): Remove
7733         incorrect assumption.
7735 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
7737         * org-footnote.el (org-footnote-forbidden-blocks): Add missing
7738         exporter specific blocks.
7740         * org-list.el (org-list-forbidden-blocks): Ditto.
7742 2011-07-28  Bastien Guerry  <bzg@gnu.org>
7744         * org-latex.el (org-export-latex-tables): Bugfix: remove
7745         properties from fields.
7747 2011-07-28  Bastien Guerry  <bzg@gnu.org>
7749         * org.el (org-shiftcontrolup, org-shiftcontroldown): New commands
7750         to use `org-clock-timestamps-change'.
7752 2011-07-28  Bastien Guerry  <bzg@gnu.org>
7754         * org.el (org-timestamp-up, org-timestamp-down): Mention time
7755         changes in the docstring.
7757 2011-07-28  Bastien Guerry  <bzg@gnu.org>
7759         * org-clock.el (org-clock-remove-empty-clock-drawer): New function
7760         to remove empty clock drawer.
7761         (org-clock-out-hook): Add the new function as a hook.
7763 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
7765         * org-list.el (org-list-in-valid-context-p): Use `org-in-block-p'.
7767 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
7769         * org.el (org-in-block-p): New function.
7771         * org-footnote.el (org-footnote-forbidden-blocks): New variable.
7772         (org-footnote-in-valid-context-p): New function.
7773         (org-footnote-at-reference-p): Use new function.  Allow inline
7774         footnotes to start at bol.
7776 2011-07-28  Bastien Guerry  <bzg@gnu.org>
7778         * org-lparse.el (org-lparse-use-flashy-warning): New defcustom.
7779         (org-lparse-warn): Use it.
7781 2011-07-28  Bastien Guerry  <bzg@gnu.org>
7783         * org-ascii.el (org-export-as-utf8): Fix call to
7784         `org-called-interactively-p': it requires an argument.  Also fix
7785         the docstring.
7787 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
7789         * ob-lilypond.el (show-all): Declaring function from outline.el.
7790         (org-babel-default-header-args:lilypond): Declared.
7791         (ly-process-basic): Use the appropriate prefix for the temporary
7792         file, and don't call a function from ob-dot.el.
7793         (ly-version): Let-bind a free variable.
7795 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
7797         * ob-lilypond.el: New file.
7799 2011-07-28  Bastien Guerry  <bzg@gnu.org>
7801         * org-publish.el
7802         (org-publish-cache-file-needs-publishing): Only check against .org
7803         files.
7805 2011-07-28  Bastien Guerry  <bzg@gnu.org>
7807         * org.el (org-mode): Use `org-default' as the default face in
7808         org-mode.
7810 2011-07-28  Bastien Guerry  <bzg@gnu.org>
7812         * org-publish.el
7813         (org-publish-cache-file-needs-publishing): Takes care of more
7814         recently included files, returning `t' in case the file including
7815         them needs to be republished.
7817 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
7819         * org-exp.el (org-export-preprocess-string): If the last subtree
7820         is a task, footnotes may be removed along with the subtree.  This
7821         patch ensures footnotes are put at the end of the buffer after the
7822         subtree has been removed.
7824 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
7826         * org-footnote.el (org-footnote-at-reference-p): Verify that what
7827         looks like a footnote doesn't belong to a link.
7828         (org-footnote-next-reference-or-definition): Check more strictly
7829         footnote definitions.
7831 2011-07-28  Deech  <deech@deech-ThinkPad-X200.(none)>  (tiny change)
7833         * ob-tangle.el (org-babel-tangle): Ignore errors thrown by
7834         language modes.
7836 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
7838         * ob-python.el (org-babel-python-evaluate-session): Inhibit return
7839         of the eoe string during session evaluation.
7841 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
7843         * ob-python.el (org-babel-python-evaluate-session): Enough
7844         newlines to ensure a return when ":results output :session".
7846 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
7848         * ob-python.el (org-babel-python-evaluate-session): Introduced a
7849         new local function for sending input with a slight delay to allow
7850         pythong to re-draw the prompt.  No longer removing newlines inside
7851         code block bodies (was due to a defective regexp).
7853 2011-07-28  Bastien Guerry  <bzg@gnu.org>
7855         * org-table.el (org-table-time-seconds-to-string): Use
7856         `org-format-seconds' instead of `format-seconds'.
7858 2011-07-28  David Maus  <dmaus@ictsoc.de>
7860         * org-publish.el (org-publish-cache-ctime-of-src): Properly handle
7861         relative symlinks.
7863 2011-07-28  David Maus  <dmaus@ictsoc.de>
7865         * org-latex.el (org-export-latex-preprocess): Use function
7866         argument instead of dynamically scoped symbol.
7868 2011-07-28  David Maus  <dmaus@ictsoc.de>
7870         * org-freemind.el (org-freemind-convert-links-helper)
7871         (org-freemind-convert-text-p, org-freemind-write-mm-buffer)
7872         (org-freemind-get-node-style): Use org-string-match-p for backward
7873         compatibility with Emacs 22.
7875 2011-07-28  David Maus  <dmaus@ictsoc.de>
7877         * org-html.el (org-export-html-protect-char-alist): Add missing
7878         :group keyword in defcustom.
7880 2011-07-28  David Maus  <dmaus@ictsoc.de>
7882         * ob-haskell.el (org-babel-haskell-export-to-lhs): Call
7883         `kill-buffer' with argument indiciating to kill current
7884         buffer.  Emacs 22 compatibility.
7886 2011-07-28  David Maus  <dmaus@ictsoc.de>
7888         * org-macs.el (org-without-partial-completion): Toggle
7889         partial-completion-mode only if it is turned on.
7891 2011-07-28  Bastien Guerry  <bzg@gnu.org>
7893         * org.el (org-add-planning-info): Fix issues with timestamps not
7894         being inserted at the same position.
7896 2011-07-28  Bastien Guerry  <bzg@gnu.org>
7898         * org-table.el (org-table-time-string-to-seconds)
7899         (org-table-time-seconds-to-string): New functions.
7900         (org-table-eval-formula): Implement the "T" (time) flag for
7901         computing durations.
7903 2011-07-28  Jambunathan K  <kjambunathan@gmail.com>
7905         * org.el (org-modules): Add org-lparse and org-odt as contrib
7906         modules.
7908 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
7910         * org.el (org-fontify-meta-lines-and-blocks-1): Include header
7911         lines.
7912         (org-additional-option-like-keywords): Include data as a synonym
7913         for results.
7915 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
7917         * ob.el (org-babel-sha1-hash): Improving code layout and removing
7918         export-variable headers in cache sha1.
7920 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
7922         * ob-ref.el (org-babel-ref-goto-headline-id): Don't let `org-id'
7923         rescan all IDs when trying to resolve a reference.
7925 2011-07-28  Julien Barnier  <julien@nozav.org>
7927         * org.el (org-fontify-meta-lines-and-blocks-1): Fix test for src
7928         blocks lang attribute.
7930 2011-07-28  Eric S Fraga  <e.fraga@ucl.ac.uk>
7932         * org-latex.el (org-export-latex-timestamp-inactive-markup): New
7933         option to allow different markup for inactive timestamps.
7935 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
7937         * ob-org.el (org-babel-expand-body:org): Implemented this
7938         function, only action is to expand variables.
7939         (org-babel-execute:org): Uses the new body-expansion function.
7941 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
7943         * org-list.el (org-list-full-item-re): Allow counter and check-box
7944         to be separated by white spaces.
7945         (org-list-struct-apply-struct): Reflect changes made to
7946         `org-list-full-item-re'.
7948         * org-html.el (org-html-export-list-line): Recognize spaces
7949         between counter and check-boxes as valid.
7951         * org-docbook.el (org-export-docbook-list-line): Ditto.
7953 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
7955         * org-list.el (org-list-insert-item): Make sure point is moved to
7956         the specified POS before starting the function.
7958 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
7960         * org.el (org-activate-footnote-links): Properly fontify inline
7961         footnotes.
7962         (org-set-font-lock-defaults): Apply changes to previous function.
7964 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
7966         * org-footnote.el (org-footnote-at-reference-p): First check if
7967         point is at the beginning of a footnote.  Indeed `org-in-regexp'
7968         first checks backwards and might find an incorrect footnote if
7969         they are side-by-side.
7971 2011-07-28  Michael Brand  <michael.ch.brand@gmail.com>
7973         * org-agenda.el (org-agenda-compact-blocks): Improve docstring.
7974         (org-agenda-block-separator): Add nil to docstring and customization.
7975         (org-prepare-agenda): Skip agenda block separator additionally if
7976         `org-agenda-block-separator' is nil.
7977         (org-agenda-overriding-header): Improve docstring.
7979 2011-07-28  Bastien Guerry  <bzg@gnu.org>
7981         * org.el (org-set-tags): Remove useless
7982         `org-without-partial-completion'.
7984 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
7986         * org-footnote.el (org-fill-paragraph): Declare function for the
7987         compiler.
7989 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
7991         * ob-ref.el (org-narrow-to-subtree): Declare unknown function.
7993 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
7995         * ob.el (org-babel-inline-lob-one-liner-regexp): Declare variable
7996         to appease compiler.
7998 2011-07-28  Michael Markert  <markert.michael@googlemail.com>
8000         * ob.el (org-babel-sha1-hash): Adding optional argument KIND to
8001         all `org-called-interactively-p' function invocations.
8003         * org-agenda.el (org-agenda-redo): Adding optional argument KIND
8004         to all `org-called-interactively-p' function invocations.
8005         (org-agenda-show-1): Adding optional argument KIND to all
8006         `org-called-interactively-p' function invocations.
8007         (org-agenda-set-tags): Adding optional argument KIND to all
8008         `org-called-interactively-p' function invocations.
8010         * org-ascii.el (org-export-as-latin1): Adding optional argument
8011         KIND to all `org-called-interactively-p' function invocations.
8012         (org-export-as-latin1-to-buffer): Adding optional argument KIND to
8013         all `org-called-interactively-p' function invocations.
8014         (org-export-as-utf8-to-buffer): Adding optional argument KIND to all
8015         `org-called-interactively-p' function invocations.
8016         (org-export-region-as-ascii): Adding optional argument KIND to all
8017         `org-called-interactively-p' function invocations.
8019         * org-docbook.el (org-export-region-as-docbook): Adding optional
8020         argument KIND to all `org-called-interactively-p' function
8021         invocations.
8023         * org-html.el (org-export-region-as-html): Adding optional
8024         argument KIND to all `org-called-interactively-p' function
8025         invocations.
8027         * org-latex.el (org-export-region-as-latex): Adding optional
8028         argument KIND to all `org-called-interactively-p' function
8029         invocations.
8031         * org-table.el (org-table-blank-field): Adding optional argument
8032         KIND to all `org-called-interactively-p' function invocations.
8033         (org-table-current-column): Adding optional argument KIND to all
8034         `org-called-interactively-p' function invocations.
8035         (org-table-current-dline): Adding optional argument KIND to all
8036         `org-called-interactively-p' function invocations.
8037         (org-table-sort-lines): Adding optional argument KIND to all
8038         `org-called-interactively-p' function invocations.
8039         (org-table-sum): Adding optional argument KIND to all
8040         `org-called-interactively-p' function invocations.
8041         (org-table-rotate-recalc-marks): Adding optional argument KIND to
8042         all `org-called-interactively-p' function invocations.
8043         (org-table-eval-formula): Adding optional argument KIND to all
8044         `org-called-interactively-p' function invocations.
8045         (orgtbl-send-table): Adding optional argument KIND to all
8046         `org-called-interactively-p' function invocations.
8048         * org.el (org-mode): Adding optional argument KIND to all
8049         `org-called-interactively-p' function invocations.
8050         (org-copy-subtree): Adding optional argument KIND to all
8051         `org-called-interactively-p' function invocations.
8052         (org-paste-subtree): Adding optional argument KIND to all
8053         `org-called-interactively-p' function invocations.
8054         (org-store-link): Adding optional argument KIND to all
8055         `org-called-interactively-p' function invocations.
8056         (org-todo): Adding optional argument KIND to all
8057         `org-called-interactively-p' function invocations.
8058         (org-occur): Adding optional argument KIND to all
8059         `org-called-interactively-p' function invocations.
8061 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
8063         * org-footnote.el (org-footnote-action): Offer to create
8064         definition when none is found.
8066 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
8068         * org-footnote.el (org-footnote-re): Avoid matching inactive
8069         time-stamps or check-box cookies.
8070         (org-footnote-next-reference-or-definition): Adapt to the new regexp.
8072 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
8074         * org-exp.el (org-export-preprocess-string): If the last subtree
8075         is commented, footnotes inserted during normalizing at the end of
8076         the buffer may get deleted.  This patch ensures deletion comes
8077         first, normalization second.
8079 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
8081         * org-exp.el (org-export-footnotes-data): Change docstring.
8082         (org-export-footnotes-seen): Rename from
8083         org-export-footnotes-markers.
8085         * org-ascii.el (org-export-as-ascii): Apply change.
8087         * org-docbook.el (org-export-as-docbook): Apply change.
8089         * org-footnote.el (org-footnote-normalize): Apply change.
8091         * org-html.el (org-export-as-html): Apply change.
8093         * org-latex.el (org-export-as-latex): Apply change.
8095 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
8097         * org-latex.el (org-export-latex-preprocess): Rely on
8098         `org-export-footnotes-markers' to retrieve definition of the
8099         current footnote during export.
8101 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
8103         * org-footnote.el (org-footnote-normalize): Remember footnotes
8104         seen so far by the exporter when choosing the new marker.
8106 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
8108         * org-footnote.el (org-footnote-normalize): Make use of
8109         `org-footnote-insert-pos-for-preprocessor'.
8111 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
8113         * org-footnote.el (org-footnote-normalize): Add `org-footnote'
8114         property to footnote markers when preparing for exportation.
8116         * org-html.el (org-export-as-html): Read new property to decide
8117         when to export a footnote.
8119         * org-docbook.el (org-export-as-docbook): Read new property to
8120         decide when to export a footnote.
8122         * org-latex.el (org-export-latex-preprocess): Ensure footnote at
8123         column 0 cannot end a list containing it by adding
8124         `original-indentation' property to it.
8126 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
8128         * org-exp.el (org-export-preprocess-string): Normalize footnotes
8129         before marking lists ending.
8131         * org-latex.el (org-export-latex-preprocess): Work with labels as
8132         strings and not as numbers.
8134 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
8136         * org-docbook.el (org-export-docbook-footnote-separator): New
8137         variable.
8138         (org-export-as-docbook): Add a separator between footnotes.
8140         * org-html.el (org-export-html-footnote-separator): New variable.
8141         (org-export-as-html): Add a separator between footnotes.
8143         * org-latex.el (org-export-latex-footnote-separator): New
8144         variable.
8145         (org-export-latex-preprocess): Add a separator between footnotes.
8147 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
8149         * org-exp.el (org-export-footnotes-markers)
8150         (org-export-footnotes-data): New variables.
8151         (org-export-preprocess-string): Use a more explicit argument.
8153 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
8155         * org-footnote.el (org-footnote-goto-definition): Now, determining
8156         if point is at a footnote reference is entirely determined by
8157         `org-footnote-at-reference-p'.  No need to check if pattern isn't
8158         at beginning of the line elsewhere.
8160 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
8162         * org-footnote.el (org-footnote-next-reference-or-definition): New
8163         function.
8165         * org.el (org-activate-footnote-links): Activate the whole
8166         footnote, but only fontify its label.
8168 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
8170         * org-footnote.el (org-footnote-normalize): Make use of changes to
8171         `org-footnote-at-reference-p' and creation of various functions..
8172         Also comment code.
8173         (org-footnote-get-next-reference, org-footnote-delete-references)
8174         (org-footnote-delete-definitions): New functions.
8175         (org-footnote-goto-previous-reference, org-footnote-all-labels)
8176         (org-insert-footnote-reference-near-definition, org-footnote-delete):
8177         Rewrite to use org-footnote-get-next-reference.
8179 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
8181         * org-footnote.el (org-footnote-re): Don't end an inline footnote
8182         at unrelated closing square brackets.
8183         (org-footnote-at-reference-p): Improve accuracy of the function to
8184         determine if point is at a reference and to extract definition of an
8185         inline footnote.
8186         (org-footnote-all-labels, org-footnote-action, org-footnote-delete)
8187         (org-footnote-auto-adjust-maybe): Make use of previous function.
8189 2011-07-28  Bastien Guerry  <bzg@gnu.org>
8191         * org.el (org-deadline, org-schedule):
8192         keep warning cookie when rescheduling/redeadlining.
8193         (org-time-stamp): Fix problem with warning cookie.
8195 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
8197         * ob-clojure.el (org-babel-execute:clojure): Force escaping of
8198         clojure source into elisp source.
8200 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
8202         * ob.el (org-babel-script-escape): Treats {} in the same manner as
8203         [] and allows for forcing string conversion.
8205 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
8207         * org-exp.el (org-export-select-backend-specific-text): Strip
8208         protective commas from literal code blocks.
8210 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
8212         * ob-ref.el (org-babel-ref-goto-headline-id): Fix bug.
8214 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
8216         * ob-ref.el (org-babel-ref-goto-headline-id): Split out into its
8217         own function.
8218         (org-babel-ref-headline-body): Split out into its own function.
8219         (org-babel-ref-resolve): Using new functions, and alignment.
8221         * ob.el (org-babel-ref-goto-headline-id): Declare function.
8222         (org-babel-ref-headline-body): Declare function.
8223         (org-babel-expand-noweb-references): Now expands noweb references to
8224         headlines during expansion.
8226 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
8228         * ob-ref.el (org-babel-ref-resolve): Now resolves references to
8229         headlines by either global or custom id, in which case the
8230         contents of the headline are returned literally.
8232 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
8234         * ob-exp.el (org-babel-in-example-or-verbatim): Also check for in
8235         verbatim emphasis.
8236         (org-babel-exp-lob-one-liners): Cleaner checking for escaped call
8237         lines.
8239 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
8241         * org-list.el (org-cycle-item-indentation): Cycling back to
8242         original position deleted any additional information in the item,
8243         like a counter or a tag.
8245 2011-07-28  Pieter Praet  <pieter@praet.org>
8247         * org-crypt.el (org-crypt-disable-auto-save): New defcustom.
8248         (org-decrypt-entry): Before decrypting, check whether
8249         `auto-save-mode' is enabled for the current buffer, and act on it
8250         according to how `org-crypt-disable-auto-save' is set.  Remove
8251         comment re "encrypt[ing] Org auto-saved buffers".  Remove on-init
8252         check for `auto-save-default'.
8254 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
8256         * ob.el (org-babel-merge-params): Ensure variable parameters are
8257         not reversed.
8259 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
8261         * ob.el (org-babel-insert-result): Fix results insertion for
8262         inline blocks which happen to start a line.
8264 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
8266         * ob-exp.el (org-babel-exp-lob-one-liners): Fix the logic checking
8267         if a call line is commented.
8269 2011-07-28  Vincent Belaïche  <vincentb1@users.sourceforge.net>
8271         * org.el (org-read-property-name): Propose default property name.
8273 2011-07-28  Achim Gratz  <stromeko@nexgo.de>
8275         * org.el (org-log-into-drawer): Correct typo.
8277         * org-clock.el (org-clock-into-drawer): New function to change the
8278         location of clock events based on properties CLOCK_INTO_DRAWER or,
8279         as fallback, LOG_INTO_DRAWER, like it is already possible for
8280         state change logs.
8282         * org-clock.el (org-clock-jump-to-current-clock): Add statement to
8283         let clause to bind `org-clock-into-drawer' to result of function
8284         eval.
8286         * org-clock.el (org-clock-find-position): Add statement to let
8287         clause to bind `org-clock-into-drawer' to result of function eval,
8288         change let to let* since the binding is used later in the same
8289         clause.
8291 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
8293         * ob-lob.el (require): Ensure 'cl is loaded during compilation so
8294         we can use flet.
8296 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
8298         * ob-lob.el (org-babel-lob-get-info): Correctly indent results of
8299         non-inline call lines.
8301 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
8303         * ob-exp.el (org-babel-exp-lob-one-liners): Don't export inline
8304         call_ blocks which aren't whitespace padded.
8306 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
8308         * ob.el (org-babel-merge-params): Do not reverse variable order,
8309         and be sure to increment variable index as appropriate.
8311 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
8313         * ob-lob.el (org-babel-inline-lob-one-liner-regexp): Updated to
8314         successfully match optional trailing header arguments in square
8315         brackets.
8316         (org-babel-lob-get-info): Updated to match the new regexp.
8318 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
8320         * ob-lob.el (org-babel-lob-get-info): If the arguments are empty,
8321         then allow them to be so.
8323 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
8325         * ob.el (org-babel-merge-params): If variables are not named they
8326         are assigned in order.
8328 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
8330         * ob.el: Remove code comment about online documentation.
8332         * ob-exp.el: Remove code comment about online documentation.
8334         * ob-lob.el: Remove code comment about online documentation.
8336 2011-07-28  Jambunathan K  <kjambunathan@gmail.com>
8338         * org-exp.el (org-export-format-source-code-or-example): Fix
8339         signature of org-<backend>-format-source-code-or-example function.
8341 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
8343         * ob.el (org-babel-sha1-hash): Replace call to
8344         called-interactively-p with backwards-compatible interactive-p.
8346 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
8348         * ob-exp.el (org-babel-exp-lob-one-liners): Appropriate
8349         replacement of inline call blocks with their results.
8351 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
8353         * ob-lob.el (org-babel-inline-lob-one-liner-regexp): Removing this
8354         trailing space ensures that the insertion of the results looks
8355         nice.
8357         * ob.el (org-babel-insert-result): Insert inline lob line results
8358         as inline results.
8360 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
8362         * ob-exp.el (org-babel-exp-lob-one-liners): Calculate length
8363         appropriately given the style (block or inline) of the lob line.
8365         * ob-lob.el (org-babel-block-lob-one-liner-regexp): New regexp
8366         specific for block lob lines.
8367         (org-babel-inline-lob-one-liner-regexp): New regexp specific for
8368         inline lob lines.
8369         (org-babel-lob-one-liner-regexp): Combination of two lob regexps.
8370         (org-babel-lob-get-info): Return info from *either* the block or
8371         inline lob lines.
8373 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
8375         * ob-exp.el (org-babel-exp-lob-one-liners): Corrected the
8376         structure of the resulting info list.
8378         * ob-lob.el (org-babel-default-lob-header-args): Export the
8379         results of call lines by default.
8381 2011-07-28  Niels Giesen  <niels.giesen@gmail.com>  (tiny change)
8383         * org-icalendar.el (org-print-icalendar-entries): Add 'uid text
8384         property based on the ID property of the org entry to the first
8385         character of the diary entry.
8387 2011-07-28  Jambunathan K  <kjambunathan@gmail.com>
8389         * org-footnote.el
8390         (org-footnote-insert-pos-for-preprocessor): New variable.
8391         (org-footnote-normalize): Use it.
8393 2011-07-28  Jambunathan K  <kjambunathan@gmail.com>
8395         * org-exp.el (org-export-format-source-code-or-example):
8396         Simplify.  Also add `org-native-text' as a text property to the
8397         formatted text and throw error for unknown backends.
8399 2011-07-28  Jambunathan K  <kjambunathan@gmail.com>
8401         * org-exp.el (org-export-format-source-code-or-example): Add
8402         support for: - custom formatters for existing backends - seamless
8403         plugging in of new backends.
8405 2011-07-28  Jambunathan K  <kjambunathan@gmail.com>
8407         * org-exp.el (org-export-backends): New variable.
8408         (org-export-select-backend-specific-text): Use above
8409         variable.  Also mark text between #+BACKEND and
8410         #+BEGIN_BACKEND...#+END_BACKEND with org-native-text property.
8411         This text property is currently used only by the new line-oriented
8412         generic exporter (which is not yet part of the repo).
8414 2011-07-28  Jambunathan K  <kjambunathan@gmail.com>
8416         * org-exp.el (org-export): Reserve keys 'o' and 'O' for
8417         OpenDocumentText export and bind them to `org-export-as-odt' and
8418         `org-export-as-odt-and-open'.
8420 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
8422         * ob-exp.el (org-babel-exp-src-block): Less verbose when in batch
8423         mode.
8425 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
8427         * ob-clojure.el (org-babel-execute:clojure): Convert vectors to
8428         lists before reading into emacs-lisp.
8430 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
8432         * ob-C.el (ob-tangle): Initialize variable from `ob-tangle'.
8434         * ob-asymptote.el (ob-tangle): Initialize variable from `ob-tangle'.
8436         * ob-awk.el (ob-tangle): Initialize variable from `ob-tangle'.
8438         * ob-clojure.el (ob-tangle): Initialize variable from `ob-tangle'.
8440         * ob-haskell.el (ob-tangle): Initialize variable from `ob-tangle'.
8442         * ob-latex.el (ob-tangle): Initialize variable from `ob-tangle'.
8444         * ob-lisp.el (ob-tangle): Initialize variable from `ob-tangle'.
8446         * ob-ocaml.el (ob-tangle): Initialize variable from `ob-tangle'.
8448         * ob-perl.el (ob-tangle): Initialize variable from `ob-tangle'.
8450         * ob-python.el (ob-tangle): Initialize variable from `ob-tangle'.
8452         * ob-ruby.el (ob-tangle): Initialize variable from `ob-tangle'.
8454         * ob-tangle.el (ob-tangle): Initialize variable from `ob-tangle'.
8456 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
8458         * ob-awk.el: New file.
8460 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
8462         * ob-emacs-lisp.el (org-babel-execute:emacs-lisp): Respects
8463         ":results verbatim".
8465 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
8467         * org-agenda.el (org-float): Aliases for `diary-float'.
8469 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
8471         * ob-python.el (org-babel-python-evaluate-session): Send
8472         comint-send-input after every line when interacting with an
8473         interactive python process.
8475 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
8477         * org-list.el (org-reset-checkbox-state-subtree): Make the command
8478         more robust, and correctly update check-boxes in the whole
8479         sub-tree.
8480         (org-update-checkbox-count): Fix bug accumulating count of checkboxes
8481         when walking a subtree.
8482         (org-update-checkbox-count-maybe): Add an optional argument passed to
8483         org-update-checkbox-count.
8485 2011-07-28  Ted Zlatanov  <tzz@lifelogs.com>
8487         * org.el (org-fontify-meta-lines-and-blocks): Ignore errors.
8489 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
8491         * ob-emacs-lisp.el (org-babel-execute:emacs-lisp): Respect the
8492         ":results scalar" header argument combination.
8494 2011-07-28  Dan Davison  <dandavison7@gmail.com>
8496         * org-src.el: Append a space character to copied text so that the
8497         final text property change is picked up correctly.
8499 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
8501         * ob-tangle.el (org-babel-tangle-file): Use the new argument list
8502         to org-babel-tangle.
8503         (org-babel-tangle): Now when called with a prefix argument, only the
8504         current code block is tangled.
8506 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
8508         * org-list.el (org-list-parse-list): Replace transitional
8509         check-boxes with "[CBTRANS]" string during parsing.
8510         (org-list-to-generic): Use the new property `:cbtrans' to configure
8511         export string for transitional check-boxes.
8513 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
8515         * org-agenda.el (org-agenda-add-entry-to-org-agenda-diary-file):
8516         Use stable internal `org-anniversary' instead of
8517         diary-anniversary.
8518         (org-class): New function.
8519         (org-diary-class): Use `org-class'.
8520         (org-anniversary, org-cyclic, org-date, org-block): New functions.
8522 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
8524         * ob.el (org-babel-header-arg-names): Adding noweb-ref to the list
8525         of header argument names.
8527 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
8529         * ob.el (org-babel-expand-noweb-references): Concatenating all
8530         bodies with the appropriate name or :noweb-ref header argument.
8532 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>  (tiny change)
8534         * org.el (org-find-dblock, org-clocktable-try-shift): Make regexp
8535         work also when #+begin line is indentex.
8537 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
8539         * ob.el (org-babel-src-block-regexp): Babel: code block may have
8540         empty bodies.
8542 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
8544         * org-macs.el (org-without-partial-completion): Avoid calling by
8545         name a function unknown to the compiler but explicitly checked by
8546         program logic.
8548 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
8550         * org-mouse.el (org-agenda-earlier): Declaring previously unknown
8551         function.
8552         (org-agenda-later): Declaring previously unknown function.
8553         (org-agenda-mode-map): Declaring previously unknown variable.
8555         * org.el (org-read-date-analyze): Explicitly ignore the return
8556         value of a function.
8558 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
8560         * org-agenda.el (org-agenda-mode): Globally replace
8561         buffer-substring-filters with filter-buffer-substring-functions.
8563         * org-indent.el (org-indent-mode): Globally replace
8564         buffer-substring-filters with filter-buffer-substring-functions.
8566 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
8568         * org-ascii.el (org-export-as-ascii): Replacing '(λ...) with
8569         #'(λ...).
8571         * org-attach.el: Replacing '(λ...) with #'(λ...).
8572         (org-attach-commit): Replacing '(λ...) with #'(λ...).
8574         * org-exp.el: Replacing '(λ...) with #'(λ...).
8575         (org-export-handle-include-files): Replacing '(λ...) with #'(λ...).
8577         * org-html.el: Replacing '(λ...) with #'(λ...).
8578         (org-export-as-html): Replacing '(λ...) with #'(λ...).
8580         * org-mouse.el: Replacing '(λ...) with #'(λ...).
8581         (org-mouse-popup-global-menu): Replacing '(λ...) with
8582         (org-mode-hook): Replacing '(λ...) with #'(λ...).
8583         (org-agenda-mode-hook): Replacing '(λ...) with #'(λ...).
8585         * org-src.el: Replacing '(λ...) with #'(λ...).
8586         (org-src-mode-configure-edit-buffer): Replacing '(λ...) with #'(λ...).
8588         * org-table.el: Replacing '(λ...) with #'(λ...).
8589         (org-table-fix-formulas-confirm): Replacing '(λ...) with #'(λ...).
8591         * org.el: Replacing '(λ...) with #'(λ...).
8592         (org-confirm-shell-link-function): Replacing '(λ...) with
8593         (org-category): Replacing '(λ...) with #'(λ...).
8595 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
8597         * org.el (mailcap-parse-mailcaps): Declaring functions used by
8598         `org-open-file'.
8599         (mailcap-extension-to-mime): Declaring functions used by
8600         `org-open-file'.
8601         (mailcap-mime-info): Declaring functions used by `org-open-file'.
8603 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
8605         * org-agenda.el (org-agenda-redo): Replacing call to now-defunct
8606         function `interactive-p'.
8607         (org-agenda-show-1): Replacing call to now-defunct function
8608         `interactive-p'.
8609         (org-agenda-set-tags): Replacing call to now-defunct function `interactive-p'.
8611         * org-ascii.el: Replacing call to now-defunct function
8612         `interactive-p'.
8613         (org-export-as-latin1): Replacing call to now-defunct function
8614         `interactive-p'.
8615         (org-export-as-latin1-to-buffer): Replacing call to now-defunct
8616         function `interactive-p'.
8617         (org-export-as-utf8): Replacing call to now-defunct function
8618         `interactive-p'.
8619         (org-export-as-utf8-to-buffer): Replacing call to now-defunct function
8620         `interactive-p'.
8621         (org-export-region-as-ascii): Replacing call to now-defunct
8622         function `interactive-p'.Replacing call to now-defunct function
8623         `interactive-p'.
8625         * org-docbook.el: Replacing call to now-defunct function
8626         `interactive-p'.
8627         (org-export-region-as-docbook): Replacing call to now-defunct
8628         function `interactive-p'.Replacing call to now-defunct function
8629         `interactive-p'.
8631         * org-html.el: Replacing call to now-defunct function
8632         `interactive-p'.
8633         (org-export-region-as-html): Replacing call to now-defunct
8634         function `interactive-p'.Replacing call to now-defunct function
8635         `interactive-p'.
8637         * org-latex.el: Replacing call to now-defunct function
8638         `interactive-p'.
8639         (org-export-region-as-latex): Replacing call to now-defunct
8640         function `interactive-p'.Replacing call to now-defunct function
8641         `interactive-p'.
8643         * org-macs.el: Replacing call to now-defunct function
8644         `interactive-p'.
8645         (org-called-interactively-p): Replacing call to now-defunct
8646         function `interactive-p'.Replacing call to now-defunct function
8647         `interactive-p'.
8649         * org-table.el: Replacing call to now-defunct function
8650         `interactive-p'.
8651         (org-table-blank-field): Replacing call to now-defunct function
8652         `interactive-p'.
8653         (org-table-current-column): Replacing call to now-defunct function
8654         `interactive-p'.Replacing call to now-defunct function
8655         `interactive-p'.
8656         (org-table-current-dline): Replacing call to now-defunct function
8657         `interactive-p'.Replacing call to now-defunct function
8658         `interactive-p'.
8659         (org-table-sort-lines): Replacing call to now-defunct function
8660         `interactive-p'.
8661         (org-table-sum): Replacing call to now-defunct function
8662         `interactive-p'.
8663         (org-table-rotate-recalc-marks): Replacing call to now-defunct
8664         function `interactive-p'.
8665         (org-table-eval-formula): Replacing call to now-defunct function
8666         `interactive-p'.
8667         (orgtbl-send-table): Replacing call to now-defunct function `interactive-p'.
8669         * org.el: Replacing call to now-defunct function `interactive-p'.
8670         (org-mode): Replacing call to now-defunct function
8671         `interactive-p'.
8672         (org-copy-subtree): Replacing call to now-defunct function
8673         `interactive-p'.
8674         (org-paste-subtree): Replacing call to now-defunct function
8675         `interactive-p'.
8676         (org-store-link): Replacing call to now-defunct function
8677         `interactive-p'.
8678         (org-todo): Replacing call to now-defunct function `interactive-p'.
8679         (org-occur): Replacing call to now-defunct function `interactive-p'.
8681 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
8683         * ob-R.el (ess-local-process-name): This variable wasn't known to
8684         be defined.
8686         * ob-lisp.el (org-babel-lisp-dir-fmt): This defcustom now has a
8687         group specified.
8689         * ob-tangle.el (org-bracket-link-regexp): This variable wasn't
8690         known to be defined.
8691         (org-babel-tangle-combine-named-blocks): Roll my own version of a
8692         forbidden common lisp function.
8694         * ob.el (org-babel-sha1-hash): Using a non-deprecated version of
8695         called-interactively.
8697 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
8699         * org-latex.el (org-export-latex-tables): Check for the
8700         "multiline" option and set the `floatp' option to true when
8701         multicolumn tables are requested.
8703 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
8705         * org-html.el (org-export-as-html, org-html-level-start): Only
8706         convert section number underscores to dashes.
8708 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
8710         * org-agenda.el (org-agenda-bulk-action): Fix bug caused by
8711         `days-to-time, converting relative to 1 BC, while the code assumed
8712         it would return a time relative to 1970.
8714 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
8716         * ob-tangle.el (org-babel-tangle-combine-named-blocks): No longer
8717         inserting newlines between appended code blocks.
8719 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
8721         * ob-exp.el: We may no longer need to export names along with code
8722         blocks.
8724 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
8726         * org-exp-blocks.el (org-export-blocks-preprocess): Ensure
8727         balanced nested begin/end blocks in block bodies.
8729 2011-07-28  Dan Davison  <dandavison7@gmail.com>
8731         * org-latex.el: Add -shell-escape to pdflatex commands.
8733 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
8735         * ob-tangle.el (org-babel-tangle-named-block-combination): Block
8736         combination can now take a number of values.
8737         (org-babel-tangle-combine-named-blocks): More sophisticated block
8738         combination behavior.
8740 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
8742         * ob-tangle.el (org-babel-tangle-do-combine-named-blocks): Switch
8743         to turn on the combination of code blocks of the same name.
8744         (org-babel-tangle-combine-named-blocks): Combine blocks of the same
8745         name.
8747 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
8749         * ob-ruby.el (xmp): Declaring this function to appease the
8750         compiler.
8751         (org-babel-execute:ruby): "xmp" result option for outputting
8752         annotated source code.
8754 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>  (tiny change)
8756         * org-list.el (org-list-to-latex): The enumerate environment in
8757         latex increments the counter before using it.  Therefore, org-mode
8758         should set the enumeration counter to the desired value minus one.
8760 2011-07-28  Michael Brand  <michael.ch.brand@gmail.com>  (tiny change)
8762         * org.el (org-toggle-heading): More comments and fix number of
8763         stars when toggling from list items.
8765 2011-07-28  Christian Egli  <christian.egli@sbszh.ch>
8767         * org-taskjuggler.el (org-taskjuggler-clean-effort): Handle any
8768         effort that is accepted by `org-duration-string-to-minutes´.
8770 2011-07-28  Julien Barnier  <julien@nozav.org>
8772         * ob-sh.el (org-babel-sh-evaluate): When sending input to comint,
8773         wait until previous line execution is finished.
8775         * ob-comint.el (org-babel-comint-with-output): When looking for
8776         end-of-evaluation indicator, search forward for the indicator
8777         before searching forward for the prompt.
8779 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
8781         * org-entities.el (org-entities): Fix HTML entity for degree.
8783 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
8785         * org.el (org-auto-align-tags): Change docstring.
8786         (org-update-parent-todo-statistics): Keep tags aligned even when
8787         statistics cookies are shifting them.
8789         * org-list.el (org-update-checkbox-count): Keep tags aligned even
8790         when statistics cookies are shifting them.
8792 2011-07-28  Lawrence Mitchell  <wence@gmx.li>
8794         * ob.el (org-babel-sha1-hash): Don't modify info argument by
8795         side-effect when sorting result-params list.
8797 2011-07-28  Lawrence Mitchell  <wence@gmx.li>
8799         * ob.el (org-babel-result-regexp): Use non-shy group around
8800         `org-babel-data-names'.
8802 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
8804         * org.el (org-insert-link): Set truncate-line in the *Org Link*
8805         buffer and make sure that it really is set there.
8807 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
8809         * ob-lisp.el (org-babel-lisp-dir-fmt): Defcustom for use in
8810         changing how/if the current directory is represented to lisp code.
8811         (org-babel-execute:lisp): More general handling of the default
8812         directory value.
8814 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
8816         * ob-lisp.el (org-babel-execute:lisp): Setting the value of
8817         *default-pathname-defaults* to either the value of the :dir header
8818         argument or the directory of the containing Org-mode file.
8820 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
8822         * ob-lisp.el (org-babel-execute:lisp): No real functional change,
8823         just aesthetic.
8825 2011-07-28  Sébastien Delafond  <sdelafond@gmail.com>  (tiny change)
8827         * org.el (org-mode-flyspell-verify): This is useful when using
8828         flyspell with a non-English dictionary, or if some of your
8829         keywords are in another language.
8831 2011-07-28  David Maus  <dmaus@ictsoc.de>
8833         * org-exp.el (org-export): Use new compatibility function
8834         `org-activate-mark'.
8836         * org-compat.el (org-activate-mark): New function.  Provide
8837         `activate-mark' if not present (e.g. Emacs 22).
8839 2011-07-28  David Maus  <dmaus@ictsoc.de>
8841         * org-table.el (org-table-follow-field-mode): Declare variable to
8842         keep byte compiler happy.
8844 2011-07-28  David Maus  <dmaus@ictsoc.de>
8846         * org-footnote.el (org-id-uuid): Declare function, silence byte
8847         compiler.
8849 2011-07-28  David Maus  <dmaus@ictsoc.de>
8851         * org-bibtex.el (org-bibtex-headline): Don't use equalp at
8852         run-time, compare downcased strings.
8854 2011-07-28  David Maus  <dmaus@ictsoc.de>
8856         * org-bibtex.el (org-id-locations): Declare variable to silence
8857         byte compiler.
8859 2011-07-28  David Maus  <dmaus@ictsoc.de>
8861         * org-id.el (org-id-locations): Fix docstring, remove reference to
8862         non-existent option.
8864 2011-07-28  David Maus  <dmaus@ictsoc.de>
8866         * org.el (org-self-insert-command): Use `delete-char' instead of
8867         `delete-backward-char'.
8869         * org-table.el (orgtbl-self-insert-command): Ditto.
8871 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
8873         * org-latex.el (org-export-latex-special-chars): Save match data
8874         when checking for table.el table.
8876 2011-07-28  David Maus  <dmaus@ictsoc.de>
8878         * org.el (org-re-property): Move before its first use.
8880 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
8882         * org-latex.el (org-export-latex-preprocess): Add
8883         `original-indentation' property to footnotes so they cannot
8884         possibly end a list by being less indented than the item they
8885         belong to.
8887 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
8889         * ob-lisp.el (org-babel-expand-body:lisp): No longer wraps biddies
8890         in `progn'.
8891         (org-babel-execute:lisp): Wraps bodies in `progn' as they are passed
8892         to swank.
8894 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
8896         * org-clock.el (org-clocktable-write-default): Implement adding
8897         property columns to the clock table.
8899 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
8901         * org.el (org-toggle-item): Move parenthesis to correct location.
8903 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
8905         * org.el (org-default-priority):
8906         (org-priority-start-cycle-with-default): Improve docstring.
8907         (org-priority): Throw error when priority is out of range.
8909 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
8911         * org.el (org-self-insert-command): Catch the case of
8912         `buffer-undo-list' eq t.
8914 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
8916         * org.el (org-toggle-heading): Region should be considered as made
8917         of full lines, without the last one if region-end is at bol.
8918         Removed unused variables.  Refactored and commented code.
8920 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
8922         * org.el (org-toggle-item): When region includes an headline less
8923         indented than first one, set it as the new reference.
8925 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
8927         * org-list.el (org-list-to-subtree): If the list is before first
8928         heading and `org-odd-levels-only' is non-nil, the first item gets
8929         two stars instead of one.
8931         * org.el (org-reduced-level): A level of 0 was reduced to 1 with
8932         `org-odd-levels-only' non-nil.
8934 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
8936         * org.el (org-toggle-item): Converting an heading to an item would
8937         sometimes insert unnecessary spaces before it, and unwanted space
8938         with `org-indent-mode' on.  Changing some text into an item
8939         wouldn't always preserve indentation.
8941 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
8943         * org-capture.el (org-capture-current-plist): Improve docstring.
8944         (org-capture-put): Add docstring.
8945         (org-capture-get): Add docstring.
8946         (org-capture-member): Add LOCAL argument.  Add docstring.
8947         (org-capture-set-target-location): Store the time received from a
8948         date prompt into the :prompt-time property.
8950 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
8952         * org-exp.el (org-export-mark-list-properties): Even if context is
8953         invalid, mark list item with `list-context' property.
8955         * org-list.el (org-list-forbidden-blocks): Add exporters specific
8956         blocks to the list of forbidden blocks.
8958 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
8960         * org-list.el (org-sort-list): Function tries to intern
8961         getkey-func before it is defined, so it's always nil.
8963 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
8965         * org.el (org-babel-load-languages): Adding ob-awk to the list of
8966         executable languages.
8968 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
8970         * org-table.el (org-table-get-field): Make sure the new field
8971         content is at least one space character.
8973 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
8975         * org-crypt.el: Check for `daemonp' before using it.
8977 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
8979         * ob-sh.el (ob-ref): Uses `ob-ref' to resolve the value of the
8980         :stdin header argument.
8981         (org-babel-execute:sh): Use the :stdin header argument.
8982         (org-babel-sh-var-to-sh): Split the bulk of this function off into a
8983         new sub-function.
8984         (org-babel-sh-var-to-string): New function for converting elisp
8985         values to strings that make sense for parsing with sh.
8986         (org-babel-sh-evaluate): Adding "stdin" option to session and
8987         external evaluation options.
8989 2011-07-28  Roland Kaufmann  <rlndkfmn+orgmode@gmail.com>  (tiny change)
8991         * org-exp.el (org-remove-formatting-on-newlines-in-region): New
8992         function.
8993         (org-export-format-source-code-or-example): Call
8994         `org-remove-formatting-on-newlines-in-region'.
8996 2011-07-28  David Maus  <dmaus@ictsoc.de>
8998         * org.el (org-entry-put): Prevent adding of extra space to value
8999         if property already exists.
9001 2011-07-28  Jambunathan K  <kjambunathan@gmail.com>
9003         * org-html.el (org-export-as-html): Don't expand non-data lines of
9004         table.el tables.
9005         (org-html-expand): Removed the (buggy) test for non-data lines
9006         in table.el tables.  The test is now done as part of
9007         org-export-as-html.
9008         (org-format-table-table-html-using-table-generate-source):
9009         Added test for spanning of cells in table.el tables using
9010         table.el's own library routine.  Optionally suppress export of
9011         simple table.el tables.
9012         (org-format-table-html): Removed the (buggy) test for spanned
9013         table.el tables.  The test is now done as part of
9014         org-format-table-table-html-using-table-generate-source.
9016 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
9018         * org-latex.el (org-export-latex-special-chars): Do nothing in
9019         table.el tables.
9021 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
9023         * org-capture.el (org-capture): Ignore errors when creating a
9024         link.
9026 2011-07-28  Nick Dokos  <nick@dokosmarshall.org>  (tiny change)
9028         * org-exp.el (org-export-define-heading-targets): Use dash instead
9029         of underscore to make labels valid.
9031 2011-07-28  Dan Davison  <dandavison7@gmail.com>
9033         * ob-R.el (org-babel-R-write-object-command): Ensure that all data
9034         is written to the results file before Emacs notices that the file
9035         exists.
9037 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9039         * ob-exp.el (org-babel-exp-code): Remove usage of a macro which is
9040         defined locally on my system, but not globally in Emacs.
9042 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9044         * ob-exp.el (org-babel-exp-do-export): Use `org-babel-exp-code' to
9045         generate code block output.
9046         (org-babel-exp-code): Re-create the code block body for exporting
9047         source code.
9049 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>  (tiny change)
9051         * org.el (org-read-date): Bury Calendar buffer after using it for
9052         selecting a date.
9054 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
9056         * org-list.el (org-list-separating-blank-lines-number): Fix
9057         confusion between point and item beginning.  Now, if no
9058         information is available, truly follow user preference when it
9059         inserts blank lines manually.
9060         (org-list-insert-item): Send correct argument to the preceding
9061         function.
9063 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9065         * ob.el (org-babel-src-block-regexp): Keep the now-mandatory
9066         newline inside of the code block body.
9068 2011-07-28  Sean O'Halpin  <sean.ohalpin@gmail.com>  (tiny change)
9070         * ob.el: Avoid spurious matches to literal.
9072 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
9074         * org.el (org-indent-line-function): Don't include #+include
9075         lines.
9077 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9079         * ob-keys.el (org-babel-key-bindings): Adding key sequence for
9080         org-babel-check-src-block.
9082         * ob.el (org-babel-expand-src-block): Fit within 80 cols.
9083         (org-babel-edit-distance): Returns the edit distance of two
9084         strings.
9085         (org-babel-check-src-block): Check a code block for errors.
9087 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>  (tiny change)
9089         * org-capture.el (org-capture-templates): Fix bug in customization
9090         setup.
9092 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
9094         * org-table.el
9095         (org-table-exit-follow-field-mode-when-leaving-table): New option.
9096         (org-table-check-inside-data-field): New optional argument
9097         `noerror'.  When set, the function will only return nil instead of
9098         throwing an error.
9099         (org-table-edit-field): Interpret double prefix argument, and improve
9100         the properties of the editing window.
9101         (org-table-follow-field-mode): New minor mode.
9102         (org-table-follow-fields-with-editor): New function.
9104 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
9106         * org-agenda.el (org-agenda-get-todos): Call `org-agenda-skip'
9107         first, then check if timestamps cause exclusion.
9109         * org.el (org-scan-tags): Call `org-agenda-skip' first, then check
9110         if timestamps cause exclusion.
9112 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
9114         * org-list.el (org-list-full-item-re): Allow description term to
9115         have a newline character after the colons.
9117 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
9119         * org-list.el (org-sort-list): No longer ignore with-case
9120         argument: the function sorted case-sensitively, regardless of
9121         argument.
9123 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9125         * ob-ref.el (org-babel-ref-resolve): Using the new result regexp.
9127         * ob.el (org-babel-data-names): Configurable list of names of
9128         data.
9129         (org-babel-result-regexp): Using new results regexp.
9131 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
9133         * org.el (org-special-properties): Add CLOCKSUM to the special
9134         properties.
9136 2011-07-28  Robert P. Goldman  <rpgoldman@real-time.com>  (tiny change)
9138         * ob-exp.el (org-babel-exp-in-export-file): Bind
9139         `org-link-search-inhibit-query' to t to inhibit prompts.
9141 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
9143         * org-exp.el (org-export-add-options-to-plist): Use the right
9144         match group.
9146 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
9148         * org-latex.el (org-export-latex-preprocess): Protect index string.
9150 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
9152         * org-latex.el (org-export-latex-preprocess): Pipe index entries
9153         through `org-export-latex-fontify-headline'.
9155 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
9157         * org-exp.el (org-export-add-options-to-plist): Fix the option
9158         parser.
9160 2011-07-28  Robert P. Goldman  <rpgoldman@real-time.com>  (tiny change)
9162         * org-latex.el (org-export-latex-preprocess): Replace index
9163         entries.
9165 2011-07-28  Robert P. Goldman  <rpgoldman@real-time.com>  (tiny change)
9167         * org.el (org-structure-template-alist): Add an easy template for
9168         index (i), and move include file to I from i.
9170 2011-07-28  Matt Lundin  <mdl@imapmail.org>
9172         * org-agenda.el (org-agenda-open-link): Pass entire text of agenda
9173         line to `org-offer-links-in-entry'.
9175 2011-07-28  Matt Lundin  <mdl@imapmail.org>
9177         * org-bibtex.el (org-bibtex-search): New function.
9178         (org-bibtex-export-to-kill-ring): New function.  Export to kill
9179         ring.
9180         (org-bibtex-create-in-current-entry): New function
9181         (org-bibtex-create): Make it easier to add bib fields to an
9182         existing headline.
9183         (org-bibtex-export-arbitrary-fields)
9184         (org-bibtex-treat-headline-as-title): Fix typos
9185         (org-bibtex-fleshout): Don't upcase optional field; remove ":"
9186         from type completion.
9188 2011-07-28  Matt Lundin  <mdl@imapmail.org>
9190         * org-bibtex.el (org-bibtex-treat-headline-as-title): New
9191         defcustom.
9192         (org-bibtex-headline): Only use headline text (not TODO or other
9193         metadata) to generate title field and auto key.
9194         (org-bibtex-fleshout): Allow user to choose whether to treat
9195         headline as title.
9197 2011-07-28  Tom Dye  <tsd@tsdye.com>
9199         * org-bibtex.el: Added crossref field to other fields.
9201 2011-07-28  Tom Dye  <tsd@tsdye.com>
9203         * org-bibtex.el: Add crossref option to incollection.
9205 2011-07-28  Matt Lundin  <mdl@imapmail.org>
9207         * org-bibtex.el (org-bibtex-headline): Don't export TYPE property
9208         as field.
9210 2011-07-28  Matt Lundin  <mdl@imapmail.org>
9212         * org-bibtex.el (org-bibtex-key-property): When storing key in ID,
9213         warn if a duplicate ID is generated.
9215 2011-07-28  Matt Lundin  <mdl@imapmail.org>
9217         * org-bibtex.el (org-bibtex-tags): New variable.
9218         (org-bibtex-tags-are-keywords): New variable.
9219         (org-bibtex-no-export-tags): New variable.
9220         (org-bibtex-headline): Export tags as comma-separated bibtex
9221         keywords.
9222         (org-bibtex-read): Import bibtex keywords field as tags.
9224 2011-07-28  Manuel Giraud  <manuel.giraud@univ-nantes.fr>
9226         * org-publish.el (org-publish-find-date): Optimization.
9228 2011-07-28  Tassilo Horn  <tassilo@member.fsf.org>
9230         * org-gnus.el (org-gnus-follow-link): Don't request scan of group
9231         when following link.
9233 2011-07-28  Manuel Giraud  <manuel.giraud@univ-nantes.fr>
9235         * org-publish.el (org-publish-project-alist): Document new
9236         :sitemap-sans-extension property.
9237         (org-publish-org-sitemap): Use new `sitemap-sans-extension'
9238         setting.
9240 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
9242         * org.el (org-remove-uninherited-tags): Renamed from
9243         `org-remove-iniherited-tags'.
9244         (org-scan-tags): Fix typo in function call.
9245         (org-get-tags-at): Fix typo in function call.
9247 2011-07-28  Matt Lundin  <mdl@imapmail.org>
9249         * org.el (org-get-tags-at): Don't include filetags if local is t.
9251 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9253         * ob-clojure.el (org-babel-expand-body:clojure): Qualify pp
9254         dispatch functions, wrap body in `(do )'.
9256 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
9258         * org.el (org-fontify-meta-lines-and-blocks): Fix bug which
9259         resulted in the creation of multiple overlays in src blocks.
9261 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9263         * ob-clojure.el (org-babel-execute:clojure): If results are not
9264         readable by lisp, then return them as a string.
9266 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9268         * org-bibtex.el (org-bibtex): Now prompts for a file name.
9270 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9272         * org-bibtex.el (org-bibtex-create): Adding prefix argument which
9273         will result in prompting for optional fields.
9275 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9277         * org-bibtex.el (org-bibtex-headline): Renamed flet function `get'
9278         which was causing compile problems.
9279         (org-bibtex-fleshout): Renamed flet function `get' which was causing
9280         compile problems.
9281         (org-bibtex-write): Renamed flet function `get' which was causing
9282         compile problems.
9284 2011-07-28  Christian Egli  <christian.egli@sbszh.ch>
9286         * org-taskjuggler.el (org-taskjuggler-clean-id): Make sure an id
9287         never starts with a number.
9289 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9291         * org-bibtex.el (org-bibtex-export-arbitrary-fields): New option.
9292         (org-bibtex-key-property): New option.
9293         (org-bibtex-put): Make use of new `org-bibtex-key-property'
9294         variable.
9295         (org-bibtex-headline): Make use of new
9296         `org-bibtex-export-arbitrary-fields' and `org-bibtex-key-property'
9297         variables.
9298         (org-bibtex-autokey): Make use of new `org-bibtex-key-property'
9299         variable.
9300         (org-bibtex-fleshout): Make use of new `org-bibtex-key-property'
9301         variable.
9302         (org-bibtex-write): Make use of new `org-bibtex-key-property'
9303         variable.
9305 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9307         * org-bibtex.el: Updating Copyright dates, author information,
9308         commentary and history notes.
9309         (org-bibtex-types): List of bibtex types with descriptions and
9310         required and optional fields.
9311         (org-bibtex-fields): List of bibtex fields with descriptions.
9312         (*org-bibtex-entries*): Special variable to hold parsed bibtex
9313         entries.
9314         (org-bibtex-autogen-keys): Custom variable controlling whether
9315         bibtex keys are automatically generated
9316         (org-bibtex-prefix): Custom variable allowing use of optional prefix
9317         for bibtex properties in Org-mode headlines.
9318         (org-bibtex-get): Helper function for accessing bibtex elements of a
9319         property list.
9320         (org-bibtex-put): Helper function for inserting bibtex element into
9321         a property list.
9322         (org-bibtex-headline): Return a bibtex entry of the given headline
9323         as a string.
9324         (org-bibtex-ask): Prompt the user to fill in the value of a bibtex
9325         field.
9326         (org-bibtex-autokey): Generate a bibtex key for the current
9327         headline.
9328         (org-bibtex-fleshout): Fill in missing bibtex properties of the
9329         current headline.
9330         (org-bibtex): Export the current Org-mode buffer to a bibtex buffer.
9331         (org-bibtex-check): Check that all bibtex properties are present in
9332         the current headline.
9333         (org-bibtex-check-all): Check all headlines in the current buffer.
9334         (org-bibtex-create): Create a new bibtex headline at the current
9335         level.
9336         (org-bibtex-read): Read the current bibtex entry from a bibtex file.
9337         (org-bibtex-write): Write the most recently read bibtex entry into
9338         an Org-mode file.
9340 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
9342         * org-agenda.el (org-agenda-clock-consistency-checks): Allow to
9343         set properties.
9344         (org-agenda-show-clocking-issues): Handle faces.
9346 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9348         * ob-ditaa.el (org-babel-default-header-args:ditaa): Specify utf8
9349         content by default with "-Dfile.encoding=UTF-8".
9351 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9353         * ob-ditaa.el (org-babel-execute:ditaa): New ":java" header
9354         argument.
9356 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
9358         * org-exp.el (org-export-preprocess-string): Mark list end before
9359         expanding macros.  Thus, a macro inside a list and containing
9360         blank lines cannot break the list structure.
9361         (org-export-preprocess-apply-macros): Multi-lines macros get
9362         indented with the same indentation as the first line.  Thus, we
9363         are sure that every line belongs to the same list as the first
9364         line, if such list exists.  Also add comments in code.
9366 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
9368         * org-agenda.el (org-agenda-clock-consistency-checks): New option.
9369         (org-agenda-list): Handle display change to clock check.
9370         (org-agenda-get-progress): Show only clock entries if we are doing
9371         the consistency check.
9372         (org-agenda-show-clocking-issues): New function.
9373         (org-agenda-check-clock-gap): New function.
9374         (org-agenda-view-mode-dispatch): Offer consistency check.
9375         (org-agenda-log-mode): Handle switch to clock only display.
9376         (org-agenda-set-mode-name): Show lighter for Clockcheck.
9378         * org.el (org-hh:mm-string-to-minutes): Accept an integer argument
9379         and return it unchanged.
9381 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
9383         * org-list.el (org-list-struct): When walking down the list, the
9384         function would not pay attention to drawers or blocks indentation.
9385         Thus, such constructs couldn't consistently end an item or a list.
9386         This patch ensures line indentation is stored (if applicable)
9387         before skipping them.  Also fixed doc-string and comments.
9389 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
9391         * org-exp.el (org-export): Add EXPORT_FILE_NAME to the enclosing
9392         tree properties.
9394 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
9396         * org-exp.el (org-export): Define a bound for finding enclosing
9397         tree with class/title definition.
9399 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
9401         * org-exp.el (org-export): Go to next heading before searching
9402         backward, so make this also work if we are on the headline of the
9403         entry with the property.
9405 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
9407         * org.el (org-promote):
9408         (org-demote): Soften the previous change, by only removing the
9409         flyspell function from after-change functions, because that was
9410         the one causing the slowdown - at least much of it.
9412 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9414         * org.el (org-promote, org-demote): Turn off
9415         after-change-functions to speed up the reindentation of text.
9417 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9419         * ob-ocaml.el (org-babel-ocaml-read-list): Use
9420         `org-babel-script-escape'.
9421         (org-babel-ocaml-read-array): Use `org-babel-script-escape'.
9423 2011-07-28  Manuel Giraud  <manuel.giraud@univ-nantes.fr>
9425         * org-html.el (org-html-handle-links): Add an alternate for inline
9426         images.
9428 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
9430         * org-agenda.el (org-agenda-bulk-action): Do not use the entries
9431         variable before it is defined.
9433 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9435         * org-src.el (org-src-lang-modes): Added a language alias of "C"
9436         to "c".
9438 2011-07-28  Shaun Johnson  <shaun@slugfest.demon.co.uk>  (tiny change)
9440         * ob-tangle.el (org-babel-tangle): Make it work in an indirect
9441         buffer.
9443 2011-07-28  Manuel Giraud  <manuel.giraud@univ-nantes.fr>
9445         * org-html.el (org-html-make-link): Correct a bug in coderef link.
9447 2011-07-28  Bernt Hansen  <bernt@norang.ca>
9449         * org-agenda.el (org-agenda-filter-by-tag): Fix variable name
9450         typo.
9452 2011-07-28  Bernt Hansen  <bernt@norang.ca>
9454         * org-agenda.el (org-agenda-get-timestamps): Fix agenda display
9455         when headlines are missing.
9457 2011-07-28  Bastien Guerry  <bzg@gnu.org>
9459         * org-mobile.el (org-mobile-push): Move call to hook, make it the
9460         first thing of the push operation.
9462 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9464         * ob.el (org-babel-params-from-buffer): Now looking for header
9465         arguments in #+Properties: as well as #+Babel:.  Also, we're no
9466         longer caching these results into a file local variable.
9468 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9470         * ob-python.el (org-babel-python-evaluate-external-process): Allow
9471         parsing as a table in the case of ":results output table".
9472         (org-babel-python-evaluate-session): Allow parsing as a table in
9473         the case of ":results output table".
9475 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
9477         * org-agenda.el (org-agenda-bulk-action): Allow bulk scatter in
9478         all possible agenda views.  Use `org-agenda-schedule' instead of
9479         `org-agenda-date-later'.
9481 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9483         * ob-emacs-lisp.el (org-babel-execute:emacs-lisp): Now supports
9484         ":results output".
9486 2011-07-28  Julien Danjou  <julien@danjou.info>
9488         * org.el (org-entry-get, org-entry-delete, org-entry-put)
9489         (org-property-values, org-delete-property-globally): Use
9490         `org-re-property'.
9491         (org-re-property): New function allowing to build a regexp to
9492         match a property.
9494 2011-07-28  Julien Danjou  <julien@danjou.info>
9496         * org.el (org-property-values): Enhance docstring.
9498 2011-07-28  Ethan Ligon  <ligon@are.berkeley.edu>  (tiny change)
9500         * org-html.el (org-html-export-list-line): Fix regexp for
9501         detecting description lists to allow "::" marker to be last
9502         visible element at end of line.
9503         * org-docbook.el (org-docbook-export-list-line): Fix regexp for
9504         detecting description lists to allow "::" marker to be last
9505         visible element at end of line.
9507 2011-07-28  Julien Danjou  <julien@danjou.info>
9509         * org-table.el (org-table-cleanup-narrow-column-properties): Use
9510         point-min rather than 1 when moving in the buffer.
9512 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
9514         * org-list.el (org-list-in-valid-context-p): Renamed from
9515         `org-list-in-valid-block-p'.
9516         (org-at-item-p,org-list-search-generic): Use renamed function.
9518 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
9520         * org.el (org-set-font-lock-defaults): Be more strict when
9521         recognizing description items, and do not fontify wrong cases
9522         like: "- term ::description" or "1. term :: description".
9524 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
9526         * org-latex.el: Pay attention to end of footnote.  Before closing
9527         the command, ensure that list is properly closed or that last link
9528         is separated from the curly brace.
9530 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
9532         * org.el (org-indent-line-function): Footnote definition must stay
9533         at column 0 to be recognized as such.  Body below can have normal
9534         indentation, so it should ignore its definition when computing
9535         indentation.
9537 2011-07-28  Bastien Guerry  <bzg@gnu.org>
9539         * org-protocol.el (org-protocol-remember, org-protocol-capture):
9540         More appropriate message.
9542 2011-07-28  Bastien Guerry  <bzg@gnu.org>
9544         * org-capture.el (org-capture-clock-keep): New local variable.
9545         (org-capture, org-capture-finalize): Use it and fix a bug when
9546         :clock-keep is set to `t'.
9548 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>  (tiny change)
9550         * org-exp.el (org-export-preprocess-string): Handle include files
9551         before processing macros.
9553 2011-07-28  Bernt Hansen  <bernt@norang.ca>
9555         * org-agenda.el: Remove obsolete code for adding todo list in
9556         front of the agenda.
9558 2011-07-28  Lawrence Mitchell  <wence@gmx.li>
9560         * org-latex.el (org-export-latex-convert-table.el-table): Fix
9561         format-string for insertion of captions.
9563 2011-07-28  Nick Dokos  <nicholas.dokos@hp.com>  (tiny change)
9565         * org-exp.el (org-export-remove-comment-blocks-and-subtrees): Fix
9566         regexp.
9568 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>  (tiny change)
9570         * org.el (org-read-date-analyze): Help matching dotted European
9571         dates, like 31. 12. 2007
9573 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9575         * ob-lisp.el (org-babel-execute:lisp): Fix typo.
9577 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9579         * ob-lisp.el (org-babel-execute:lisp): Turn vectors into lists
9580         before reading by elisp.
9581         (org-bable-lisp-vector-to-list): Stub of a vector->list function,
9582         should be replaced with a cl-vector->el-vector function.
9584 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9586         * ob-lisp.el (org-babel-execute:lisp): Now using
9587         `org-babel-reassemble-table' to apply the appropriate header
9588         arguments to results.
9590 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
9592         * org.el (org-end-of-meta-data-and-drawers): New function.
9594         * org-capture.el (org-capture-place-plain-text): Implement adding
9595         plain text templates to Org nodes.
9597 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
9599         * org-beamer.el (org-beamer-environments-extra): Fix docstring.
9601 2011-07-28  Lawrence Mitchell  <wence@gmx.li>
9603         * org-exp.el (org-export-handle-comments): Add the org-protected
9604         property to the replacement string.
9606 2011-07-28  Lawrence Mitchell  <wence@gmx.li>
9608         * org-html.el (org-export-as-html, org-html-level-start): Fix
9609         logic for section number printing when NUM is an integer.
9611 2011-07-28  Lawrence Mitchell  <wence@gmx.li>
9613         * org-latex.el (org-export-latex-special-chars): Fix regexp for
9614         `single' special characters and ellipsis.
9616 2011-07-28  Lawrence Mitchell  <wence@gmx.li>
9618         * org.el (org-point-at-end-of-empty-headline): Bind
9619         `case-fold-search' to nil.
9621 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
9623         * org-capture.el (org-capture-fill-template): Resolve new %<...>
9624         template escape.
9625         (org-capture-templates): Document new %<...> template escape.
9627 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9629         * ob.el (org-babel-process-params): Make this function idempotent,
9630         as it will sometimes be called multiple times.
9632 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
9634         * org.el (org-ts-regexp-both): Add "]" to class of characters that
9635         should not be matched.
9636         (org-ts-regexp0, org-ts-regexp1): Do not start a class with
9637         "^]-+", because that tries to (not) match characters between "]"
9638         and "+".  Instead, move the "-" to the end of the class where it
9639         causes no harm.
9641 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9643         * ob-R.el (org-babel-edit-prep:R): Associate the appropriate R
9644         process with the edit buffer when :session is specified.
9646 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9648         * ob-tangle.el (org-babel-tangle-collect-blocks): Brought the link
9649         extraction code into line with a newer version of the
9650         `org-store-link' function.
9652 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9654         * ob-lisp.el (org-babel-expand-body:lisp): New body expansion
9655         wrapping the expression in either a let or progn, and possibly a
9656         pretty-print function invocation.
9657         (org-babel-execute:lisp): Greatly simplified method of executing
9658         lisp code blocks.
9660 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
9662         * org-list.el: Move `org-update-checkbox-count-maybe' call outside
9663         of ̀save-excursion' to get back to original position.
9665 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
9667         * org.el (org-numbered-action-format): New option.
9668         (org-new-numbered-action): New command.
9669         (org-collect-todos-in-subtree): New command.
9671 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
9673         * org-exp.el (org-export-with-tasks): New option.
9674         (org-export-plist-vars): Add :tasks property.
9676 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
9678         * org-ascii.el (org-export-as-ascii): Pass the :done-tasks
9679         property to the export preprocessor.
9681         * org-docbook.el (org-export-as-docbook): Pass the :done-tasks
9682         property to the export preprocessor.
9684         * org-html.el (org-export-as-html): Pass the :done-tasks property
9685         to the export preprocessor.
9687         * org-latex.el (org-export-as-latex): Pass the :done-tasks
9688         property to the export preprocessor.
9690         * org-exp.el (org-export-with-done-tasks): New option.
9691         (org-export-plist-vars): Add entry for :done-tasks.
9692         (org-export-preprocess-string): Call `org-export-remove-done-tasks'.
9693         (org-export-remove-done-tasks): New function.
9695 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
9697         * org-latex.el (org-export-latex-keywords-maybe): Protect # in
9698         tags.
9700 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
9702         * org.el (org-find-olp): Use the level of the correct match to
9703         continue search.
9705 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
9707         * org-list.el (org-toggle-checkbox): Build value of
9708         org-keyword-time-regexp instead of using it directly, as it's
9709         buffer-local, and function might be called outside Org.
9711 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
9713         * org-list.el (org-list-struct,org-in-item-p): Don't assume end of
9714         blocks or drawers necessarily start somewhere.  It it isn't the
9715         case, treat them as normal text.
9717 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9719         * ob-exp.el (org-babel-exp-results): Use code block name when
9720         finding cached results.
9722 2011-07-28  Julien Danjou  <julien@danjou.info>
9724         * org-latex.el (org-export-latex-date-format): Change default date
9725         format to \today.  This has the same result but respects the
9726         language set in the document by default.
9728 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
9730         * org-list.el (org-list-checkbox): When called from an headline,
9731         function would normally skip drawers, but not if a SCHEDULED or
9732         DEADLINE keyword is standing before the drawer.  Also avoid
9733         problems if function is called in buffers not is Org mode.
9735 2011-07-28  Bastien Guerry  <bzg@gnu.org>
9737         * org-clock.el (org-clock-report): Change the scope of the
9738         inserted clock report depending on whether the point is within a
9739         subtree (:scope subtree) or not (:scope file).
9741 2011-07-28  Puneeth Chaganti  <punchagan@gmail.com>
9743         * org-html.el (org-export-as-html): Fix export of footnotes
9744         containing lists, tables, quotes, etc.
9746 2011-07-28  Lawrence Mitchell  <wence@gmx.li>
9748         * org-latex.el (org-export-latex-preprocess): Correctly match
9749         starred command names.
9751 2011-07-28  Lawrence Mitchell  <wence@gmx.li>
9753         * org-html.el (org-export-as-html): Get local value of
9754         org-export-with-section-numbers from the buffer's plist.  Deal
9755         specially with the case the resulting value is an integer.
9756         (org-html-level-start): New optional argument of the option plist used
9757         instead of `org-export-with-section-numbers'.  Also deal specially
9758         with the case that the value is an integer.
9760 2011-07-28  Lawrence Mitchell  <wence@gmx.li>
9762         * org-latex.el (org-export-latex-subcontent): Deal specially with
9763         the case that NUM is an integer.
9765 2011-07-28  Bastien Guerry  <bzg@gnu.org>
9767         * org-protocol.el (org-protocol-do-capture): Allow template keys
9768         of two characters.
9769         (org-protocol-default-template-key): Update the docstring to
9770         reflect the change in `org-protocol-do-capture'.
9772 2011-07-28  Christian Egli  <christian.egli@sbszh.ch>
9774         * org-taskjuggler.el: Fix a typo in the commentary.
9776 2011-07-28  Christian Egli  <christian.egli@sbszh.ch>
9778         * org-taskjuggler.el (org-taskjuggler-open-task): Only emit a
9779         "purge allocations" statement if we are not targeting tj3.
9781 2011-07-28  Christian Egli  <christian.egli@sbszh.ch>
9783         * org-taskjuggler.el (org-taskjuggler-assign-resource-ids):
9784         Replace recursive implementation with an iterative one.
9786 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9788         * ob-sh.el (org-babel-sh-var-to-sh): Fixed insertion of tabular
9789         data into shell variables.
9791 2011-07-28  David Maus  <dmaus@ictsoc.de>
9793         * org-html.el (org-html-handle-time-stamps): Protected linebreak
9794         element after timestamp markup.
9796 2011-07-28  David Maus  <dmaus@ictsoc.de>
9798         * org-html.el (org-html-handle-links): Don't protect img tag in
9799         link description.
9801 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
9803         * org-table.el (org-table-formula-handle-first/last-rc): Bind
9804         `char'.
9806 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
9808         * org-list.el (org-in-item-p): Re-build `org-drawer-regexp',
9809         whatever the major mode is.
9811 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
9813         * org-inlinetask.el (org-inlinetask-export-templates): Fix default
9814         templates.
9815         (org-inlinetask-export-handler): Ensure contents of inline task,
9816         if any, starts and ends with a newline character.  Refactor and
9817         comment code.
9819 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
9821         * org-capture.el (org-datetree-find-date-create): Lower-case for
9822         variable names in `define-function' form.
9824 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
9826         * org-table.el (org-table-convert-region): Throw error when
9827         SEPARATOR is smaller than 1.
9829 2011-07-28  Julien Danjou  <julien@danjou.info>
9831         * org-colview.el (org-columns-display-here): Fix heading retrieval
9832         in Org buffers.
9834 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
9836         * org-latex.el (org-export-latex-preprocess): Last brace shouldn't
9837         be on the same line as a list end marker.
9839 2011-07-28  Julien Danjou  <julien@danjou.info>
9841         * org.el (org-icompleting-read): Do not use useless lambda.
9843 2011-07-28  Julien Danjou  <julien@danjou.info>
9845         * org-agenda.el (org-format-agenda-item): Fix length computing.
9847 2011-07-28  Julien Danjou  <julien@danjou.info>
9849         * org-agenda.el (org-format-agenda-item): Fix comment and use
9850         `add-text-properties'.
9852 2011-07-28  Julien Danjou  <julien@danjou.info>
9854         * org-agenda.el (org-agenda-highlight-todo): Remove useless
9855         `concat'.
9857 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
9859         * org-list.el (org-list-to-generic): Set a default term for
9860         ill-formed description lists.  Do not insert newline characters
9861         unless told to.
9862         (org-list-to-texinfo,org-list-to-html): Apply changes to
9863         `org-list-parse-liste'.
9865 2011-07-28  Bastien Guerry  <bzg@gnu.org>
9867         * org-clock.el (org-clock-clocktable-language-setup): Add a
9868         string.
9869         (org-clocktable-write-default): Use the new localized string
9870         in `org-clock-clocktable-language-setup'.
9872 2011-07-28  Bastien Guerry  <bzg@gnu.org>
9874         * org-taskjuggler.el (org-taskjuggler-compute-task-leafiness):
9875         (org-taskjuggler-assign-resource-ids): Replace recursive
9876         implementation with an iterative one.
9878 2011-07-28  Christian Egli  <christian.egli@alumni.ethz.ch>
9880         * org-taskjuggler.el (org-taskjuggler-components): Escape quotes
9881         in headlines.
9883 2011-07-28  Christian Egli  <christian.egli@alumni.ethz.ch>
9885         * org-taskjuggler.el (org-taskjuggler-compute-task-leafiness):
9886         Compute the leafiness of a node.
9887         (org-taskjuggler-open-task, org-export-as-taskjuggler): Mark a
9888         node as a milestone if it is a leaf and has no effort.
9890 2011-07-28  Christian Egli  <christian.egli@alumni.ethz.ch>
9892         * org-taskjuggler.el (org-export-taskjuggler-target-version):
9893         (org-taskjuggler-targeting-tj3-p): Add some minimal infrastructure
9894         to handle export to both tj2 and tj3.
9895         (org-taskjuggler-open-task): Use a different way to purge
9896         allocations for tj2 and tj3.
9898 2011-07-28  Matt Lundin  <mdl@imapmail.org>
9900         * org-footnote.el (org-footnote-auto-label): New random option.
9902         * org-footnote.el (org-footnote-new): Create random footnote
9903         labels with unique ids.
9905 2011-07-28  Matt Lundin  <mdl@imapmail.org>
9907         * org-footnote.el (org-footnote-create-definition): Allow for
9908         footnote sections above the current footnote insertion point.
9910 2011-07-28  Matt Lundin  <mdl@imapmail.org>
9912         * org-footnote.el (org-footnote-create-definition): Don't search
9913         for last footnote when in org-mode file.
9915 2011-07-28  Bastien Guerry  <bzg@gnu.org>
9917         * org-html.el (org-export-as-html): Handle links with
9918         `org-html-handle-links' after we handle special characters
9919         conversions.
9920         (org-html-make-link, org-export-html-format-image): Don't
9921         protect html with @ anymore, as links are now handled after
9922         special characters conversions.
9924 2011-07-28  Julien Danjou  <julien@danjou.info>
9926         * org-agenda.el (org-agenda-get-timestamps):
9927         (org-agenda-get-scheduled): Fix call to `org-format-agenda-item'.
9928         (org-format-agenda-item): Remove no-prefix argument.
9929         (org-agenda-change-all-lines): Call org-format-agenda-item without the
9930         no-prefix argument.
9932 2011-07-28  Julien Danjou  <julien@danjou.info>
9934         * org-agenda.el (org-agenda-highlight-todo): Stop using
9935         prefix-length.
9936         (org-cmp-alpha): Stop using prefix-length.
9937         (org-agenda-open-link): Stop using prefix-length.
9938         (org-agenda-change-all-lines): Stop using prefix-length.
9940         * org-colview.el (org-columns-display-here): Stop using
9941         prefix-length.  Always return claned items.
9943         * org-mobile.el (org-mobile-write-agenda-for-mobile): Stop using
9944         prefix-length.
9946 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9948         * ob-tangle.el (org-babel-tangle-collect-blocks): Don't call
9949         `org-store-link' interactively as it can confuse the setting of
9950         `org-link-to-org-use-id' and cause undue edits to the org-mode
9951         buffer during tangling.
9953 2011-07-28  David Maus  <dmaus@ictsoc.de>
9955         * org-html.el (org-export-html-format-image): Protect <p> element
9956         of image caption.
9958 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
9960         * org.el (org-read-date-force-compatible-dates): New option.
9961         (org-read-date, org-read-date-analyze): Check representable date range.
9963 2011-07-28  Bastien Guerry  <bzg@gnu.org>
9965         * org-html.el (org-export-as-html): Fix export of email.
9967 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9969         * ob-tangle.el (org-babel-spec-to-string): Check value of padline
9970         on tangling, no longer use the now-removed variable
9971         `org-babel-tangle-pad-newline'.
9973         * ob.el (org-babel-header-arg-names): Add padline to the list of
9974         header argument names.
9975         (org-babel-default-header-args): Set the default value of padline to
9976         "yes".
9977         (org-babel-merge-params): Cleaned up the merge logic, added padline.
9979 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9981         * ob.el (org-babel-header-arg-names): Adding "shebang" to known
9982         code block header argument names.
9984 2011-07-28  Bastien Guerry  <bzg@gnu.org>
9986         * org-crypt.el: Remove useless TODO in comments.
9988 2011-07-28  Bastien Guerry  <bzg@gnu.org>
9990         * org-html.el (org-export-as-html): The default postamble now only
9991         export a date paragraph if `org-export-time-stamp-file' is
9992         non-nil.
9994 2011-07-28  Bastien Guerry  <bzg@gnu.org>
9996         * org-exp.el (org-export-xml): Remove the defgroup of
9997         org-export-xml.
9999 2011-07-28  Bastien Guerry  <bzg@gnu.org>
10001         * org-html.el (org-export-html-insert-plist-item): Remove.
10002         (org-export-html-preamble): Default to `t'.  Accept functions.
10003         (org-export-html-postamble): Default to `auto'.  Accept
10004         functions and distinguish between 'auto (no formatting string)
10005         and `t' (default formatting string).
10006         (org-export-as-html): Handle org-export-html-preamble and
10007         org-export-html-postamble new defaults/allowed values.
10008         Define email and creator-info before using them.
10010 2011-07-28  Bastien Guerry  <bzg@gnu.org>
10012         * org-html.el (org-export-html-protect-char-alist): Fix typo in
10013         custom type definition.
10015 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
10017         * ob-exp.el (org-babel-exp-do-export): Now runs for empty :session
10018         arguments.
10020 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
10022         * org-list.el (org-list-parse-list): Fixed regexp.
10024 2011-07-28  David Maus  <dmaus@ictsoc.de>
10026         * org-html.el (org-export-html-format-image): Protect image
10027         elements.
10029 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
10031         * ob-tangle.el (org-babel-tangle-body-hook): Hook for changing the
10032         contents of a code block body on export.
10033         (org-babel-tangle-collect-blocks): Apply
10034         `org-babel-tangle-body-hook' to the collected bodies of code blocks.
10036 2011-07-28  David Maus  <dmaus@ictsoc.de>
10038         * org-html.el (org-html-make-link, org-html-handle-links): Protect
10039         generated XHTML elements.
10040         (org-export-as-html): Expand character entities after creating markup
10041         for links and timestamps.
10043 2011-07-28  Bastien Guerry  <bzg@gnu.org>
10045         * org-html.el (org-export-as-html): Bugfix: insert email
10046         correctly.
10048 2011-07-28  Bastien Guerry  <bzg@gnu.org>
10050         * org-html.el: Bugfix: prevent infinite matching of the `&'
10051         character.
10053 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
10055         * org.el (org-fill-paragraph): `fill-forward-paragraph' function
10056         has been introduced with emacs 23.1.
10058 2011-07-28  Bastien Guerry  <bzg@gnu.org>
10060         * org-attach.el: Allow to store a link to the attach-dir location.
10062 2011-07-28  Puneeth Chaganti  <punchagan@gmail.com>
10064         * org-agenda.el (org-agenda-bulk-action): Allow the user to run a
10065         function.
10067 2011-07-28  Bernt Hansen  <bernt@norang.ca>
10069         * org-clock.el (org-clock-in): Allow clocking in new tasks
10070         inserted before the current clocking task.
10072 2011-07-28  Bernt Hansen  <bernt@norang.ca>
10074         * org-clock.el (org-clock-in): Set default clocking task when
10075         already clocking the task.
10077 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
10079         * org.el (org-adaptive-fill-function): When a region is specified
10080         first line of paragraph isn't skipped, so fill-paragraph have to
10081         be computed even if point is at an item.
10083 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
10085         * org-list.el (org-list-in-valid-block-p): New function.
10086         (org-at-item-p,org-list-search-generic): Use new function.
10088 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
10090         * org.el (org-indent-line-function): Text in both a list and a
10091         valid block is indented with regards to current item, not to block
10092         boundaries.
10094 2011-07-28  Manuel Giraud  <manuel.giraud@univ-nantes.fr>
10096         * org-html.el (org-format-org-table-html): Fix anchors in HTML
10097         export (thanks to <aankhen@gmail.com>)
10098         (org-html-protect): Fix a  bug that prevents some target to be
10099         rendered correctly.
10101 2011-07-28  Bastien Guerry  <bzg@gnu.org>
10103         * org.el (org-default-properties): Add EXPORT_TEXT.
10105 2011-07-28  Matt Lundin  <mdl@imapmail.org>
10107         * org-footnote.el (org-footnote-create-definition)
10108         (org-insert-footnote-reference-near-definition): Fix sorting
10109         of footnotes.
10111 2011-07-28  Manuel Giraud  <manuel.giraud@univ-nantes.fr>
10113         * org-html.el (org-export-as-html): Bugfix: don't insert closing
10114         HTML tags when exporting body only.
10116 2011-07-28  Jason Dunsmore  <emacs-orgmode@deathroller.dunsmor.com>  (tiny change)
10118         * org.el (org-back-over-empty-lines): Bugfix.  Honor
10119         `org-blank-before-new-entry' correctly in various contexts.
10121 2011-07-28  Bastien Guerry  <bzg@gnu.org>
10123         * org-macs.el (org-with-wide-buffer): Bugfix: use `save-excursion'
10124         and `save-restriction'.
10126 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
10128         * org-timer.el (org-timer-item): `save-excursion' prevents
10129         `org-list-struct' to get the list structure when point isn't on
10130         the first line of the item.
10132 2011-07-28  Bastien Guerry  <bzg@gnu.org>
10134         * org-capture.el (org-capture-templates): New option
10135         :no-clock-out.
10136         (org-capture): Use the new option.
10138 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
10140         * org-list.el (org-update-checkbox-count): Ensure cookies on an
10141         heading are correctly updated when checkboxes are hidden.  It
10142         allows, for example, to use C-c C-x C-b on a collapsed tree and
10143         still get the update.
10145 2011-07-28  David Maus  <dmaus@ictsoc.de>
10147         * org-exp.el (org-export-visible): Accept keys for
10148         `org-export-as-html-to-buffer' and `org-export-region-as-html'.
10150 2011-07-28  Bastien Guerry  <bzg@gnu.org>
10152         * org.el (org-duration-string-to-minutes): Don't use
10153         `rx-to-string'.
10155 2011-07-28  Lawrence Mitchell  <wence@gmx.li>
10157         * org.el (org-effort-durations): New variable.
10159         * org.el (org-duration-string-to-minutes): New function.
10161         * org-agenda.el (org-agenda-filter-effort-form)
10162         (org-format-agenda-item): Use it.
10164         * org-clock.el (org-clock-notify-once-if-expired)
10165         (org-clock-modify-effort-estimate, org-clock-get-clock-string): Use it.
10167 2011-07-28  Bastien Guerry  <bzg@gnu.org>
10169         * org-agenda.el (org-agenda-run-series): Rename from
10170         `org-run-agenda-series'.
10172 2011-07-28  Bastien Guerry  <bzg@gnu.org>
10174         * org-capture.el: Don't allow currentfile anymore.
10176 2011-07-28  Bastien Guerry  <bzg@gnu.org>
10178         * org-agenda.el (org-agenda-list): Fix bug: don't rely on
10179         `org-agenda-current-span' when calling `org-agenda-list'.
10181 2011-07-28  Bastien Guerry  <bzg@gnu.org>
10183         * org-capture.el (org-capture-put-target-region-and-position):
10184         New function to store information about the target buffer.
10185         (org-capture-set-target-location): Use it.
10186         (org-capture-finalize): Restore the target buffer in its
10187         possibly narrowed state.  Also restore the cursor position.
10189 2011-07-28  Bastien Guerry  <bzg@gnu.org>
10191         * org-crypt.el (auto-save-default): Make sure entries are
10192         encrypted before auto-saving.
10194 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
10196         * org-inlinetask.el (org-inlinetask-promote)
10197         (org-inlinetask-demote): New functions.
10199 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
10201         * org.el (org-demote-subtree,org-promote-subtree): Wrap
10202         `org-map-tree' into `org-with-limited-levels' macro, so it avoids
10203         operating on inline tasks.
10205 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
10207         * org.el (org-narrow-to-subtree): Ensure `org-back-to-heading'
10208         will move point to a real heading and not an inline task by
10209         wraping function into a `org-with-limited-levels' macro.
10211 2011-07-28  Bastien Guerry  <bzg@gnu.org>
10213         * org-capture.el (org-capture-finalize): New argument clock-out,
10214         to tell whether finalizing the capture process should clock out
10215         the running clock.
10216         (org-capture): Use the new argument.
10218 2011-07-28  Bastien Guerry  <bzg@gnu.org>
10220         * org.el (org-refile-get-targets): Rename from
10221         `org-get-refile-targets'.
10223 2011-07-28  Bastien Guerry  <bzg@gnu.org>
10225         * org-exp.el (org-export-table-remove-empty-lines): New custom
10226         variable.
10227         (org-export-remove-special-table-lines): Use it.
10229 2011-07-28  Bastien Guerry  <bzg@gnu.org>
10231         * org-table.el (org-table-fix-formulas-confirm): New custom
10232         variable.
10233         (org-table-insert-column, org-table-delete-column)
10234         (org-table-move-column, org-table-move-row)
10235         (org-table-insert-row, org-table-kill-row): Use it.
10237 2011-07-28  Tassilo Horn  <tassilo@member.fsf.org>
10239         * org.el (org-refile-get-location): Set and show default value.
10240         (org-goto, org-refile): Adapt calls.
10242 2011-07-28  Bastien Guerry  <bzg@gnu.org>
10244         * org-mobile.el (org-mobile-files-exclude-regexp): New custom
10245         variable.
10246         (org-mobile-files-alist): Use it.
10248 2011-07-28  Bastien Guerry  <bzg@gnu.org>
10250         * org.el (org-todo): Bugfix: use `org-with-wide-buffer' to check
10251         against headings outside of a narrowed buffer.
10253 2011-07-28  Bastien Guerry  <bzg@gnu.org>
10255         * org.el (org-confirm-shell-link-not-regexp)
10256         (org-confirm-elisp-link-not-regexp): New custom variables.
10257         (org-open-at-point): Use the new custom variables.
10259 2011-07-28  Lawrence Mitchell  <wence@gmx.li>
10261         * org-latex.el: Place \title \author \date before
10262         \begin{document}.
10264 2011-07-28  Bastien Guerry  <bzg@gnu.org>
10266         * org-html.el (org-export-html-preamble)
10267         (org-export-html-postamble): Now default to `nil'.
10268         (org-export-as-html): When :html-pre/postamble is nil, fall
10269         back on the default pre/postamble, which depends on the
10270         :author-info, :email-info, :creator-info options.
10272 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
10274         * ob-exp.el (org-babel-exp-results): Don't use cached results if
10275         there is no hash.
10277 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
10279         * org-table.el (org-table-eval-formula): Treat relative column
10280         refs.
10282 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
10284         * org-table.el (org-table-use-standard-references): Change default
10285         to `from'.
10287 2011-07-28  Bastien Guerry  <bzg@gnu.org>
10289         * org.el (org-move-subtree-down): Leave the cursor at the same
10290         column we were at.
10292 2011-07-28  Bastien Guerry  <bzg@gnu.org>
10294         * org-attach.el (org-attach-store-link-p): New variable.
10295         (org-attach-store-link): New function.
10296         (org-attach-attach): When `org-attach-store-link-p' is
10297         non-nil, store a link in `org-stored-links' to a newly
10298         attached file.
10300 2011-07-28  Bastien Guerry  <bzg@gnu.org>
10302         * org-exp.el (org-export-remove-headline-metadata): Bugfix: don't
10303         case-fold-search to avoid mixing TODO keywords with real headline
10304         words.
10306 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
10308         * org-table.el (org-table-fedit-finish): Read more general LHS of
10309         formulas.
10310         (org-table-formula-handle-@L): New function to hanle @L references.
10311         (org-table-current-ncol): New variable.
10312         (org-table-line-to-dline): New function.
10313         (org-table-get-stored-formulas): Accept range formulas as matches.
10314         (org-table-get-specials): Compute and store the number of columns.
10315         (org-table-get-range): New optional argument CORNERS-ONLY, to retrieve
10316         only the region marked by the range, not the content.
10317         (org-table-recalculate): Call `org-table-expand-lhs-ranges' to expand
10318         range targets.  Also check for duplicate access to fields.
10319         (org-table-expand-lhs-ranges): New funktion.
10320         (org-table-get-remote-range): Bind `org-table-current-ncol' to protect
10321         the caller's value.
10322         (org-table-edit-formulas): Support highlighting of range targets.
10323         (org-table-field-info): Handle renge formulas.
10325 2011-07-28  Bastien Guerry  <bzg@gnu.org>
10327         * org-html.el (org-export-html-postamble-format)
10328         (org-export-html-preamble-format): Explain how to escape the
10329         `%' character.
10331 2011-07-28  Bastien Guerry  <bzg@gnu.org>
10333         * org-exp-bibtex.el (org-export-bibtex-preprocess): Use
10334         `org-export-current-backend'.
10336 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
10338         * ob.el (org-babel-read): Read string variable values wrapped in
10339         double quotes, removing the quotes.
10341 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
10343         * ob-exp.el (org-babel-exp-results): Ensure that processed params
10344         are send to org-babel-execute-src-block.
10346 2011-07-28  Bastien Guerry  <bzg@gnu.org>
10348         * org-special-blocks.el
10349         (org-special-blocks-make-special-cookies): Use
10350         `org-export-current-backend'.
10352 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
10354         * ob-exp.el (org-babel-exp-in-export-file): Now takes the language
10355         as an argument.
10356         (org-babel-exp-src-block): Explicitly pass language to
10357         `org-babel-exp-in-export-file'.
10358         (org-babel-exp-inline-src-blocks): Removed unused code.
10359         (org-babel-exp-results): Explicitly pass language to
10360         `org-babel-exp-in-export-file'.
10362 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
10364         * ob-calc.el (org-babel-execute:calc): Unquote quoted vectors
10365         returned from calc-eval.
10367 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
10369         * ob.el (org-babel-read): Pass elisp vectors through to code
10370         blocks.
10372 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
10374         * ob.el (org-src-lang-modes): Defvar.
10375         (org-at-item-p): Declare function.
10377         * ob-calc.el (calc-store): Require.
10378         (var-syms): Defvar.
10380         * ob-python.el (py-default-interpreter): Defvar.
10382 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
10384         * org-exp-blocks.el (backend): defvar.
10386 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
10388         * org-agenda.el (org-agenda-get-scheduled):
10389         (org-agenda-get-timestamps): Bind local variable `show-all'.
10391 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
10393         * ob-ref.el (org-at-item-p): Declare function.
10395         * org-agenda.el (diary-time-regexp): defvar.
10397         * org-archive.el (org-archive-subtree): Bind local variable
10398         `infile-p'.
10400         * org-capture.el (org-capture-insert-template-here): Get template
10401         text from property list, to avoid byte compiler message.
10403         * org-latex.el (org-export-latex-tables): Bind local variable
10404         `width'.
10406         * org-special-blocks.el (org-compat): Add require statement.
10408         * org-table.el (orgtbl-ctrl-c-ctrl-c): Bind local variable
10409         `const-str'.
10411         * org.el (org-eval): Moved function here from org-agenda.el.
10413 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
10415         * ob.el (org-babel-read-table): Inhibit lisp evaluation of values
10416         when reading from tables.
10417         (org-babel-read-list): Inhibit lisp evaluation of values when
10418         reading from lists.
10419         (org-babel-read): Add optional argument which can be used to inhibit
10420         lisp evaluation of value.
10422 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
10424         * ob-table.el (sbe): Ensure that ob-trim is only called on
10425         strings.
10427 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
10429         * ob-exp.el (org-babel-exp-results): On export, ensure that the
10430         result hash is resolved in the original org-mode file.
10432 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
10434         * org-exp.el (org-export-mark-list-end): Change end marker.
10436         * org-docbook.el (org-export-docbook-list-line): Use new marker.
10438         * org-html.el (org-html-export-list-line): Use new marker.
10440         * org-latex.el (org-export-latex-lists): Use new marker.
10442 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
10444         * org-latex.el (org-export-latex-lists): Make sure markers used
10445         for export are taken into account by temporarily setting an
10446         appropriate value for `org-list-ending-method'.
10448 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
10450         * org-exp-blocks.el (org-exp-blocks-block-regexp): Wrapping block
10451         regexp into its own variable, also allowing match of empty bodies.
10452         (org-export-blocks-preprocess): Using new regexp variable.
10454 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
10456         * ob.el (org-babel-src-block-regexp): Code block regexp now
10457         matches blocks with empty bodies.
10459 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
10461         * ob.el (org-babel-script-escape): If script escaped value doesn't
10462         parse cleanly, then return it literally.
10464 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
10466         * ob-exp.el (org-babel-exp-src-block): When block will eventually
10467         be evaluated, pre-calculate the hash before noweb expansion, and
10468         expand the parameters before hash calculation.
10469         (org-babel-exp-do-export): Pass pre-calculated hash through to
10470         `org-babel-exp-results'.
10471         (org-babel-exp-results): Compare pre-calculated hash to results hash.
10473 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
10475         * ob.el (org-babel-sha1-hash): Sort list values to header
10476         arguments, and sort the words in strings.
10478 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
10480         * ob-ref.el (org-babel-ref-index-list): Special handling of hline
10481         rows.
10483 2011-07-28  Julien Danjou  <julien@danjou.info>
10485         * org-macs.el (org-with-point-at): Store evaluated version of
10486         pom.  This fixes a potential bug when using (org-with-point-at
10487         (func) …), where (func) would be evaluated multiple times,
10488         therefore might return different results if a marker was returned
10489         and different each time.
10491 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
10493         * org.el (org-open-at-point): If a link to a radio target is the
10494         first, (resp. the last), element of a buffer, function cannot find
10495         the property change required to get its boundaries, and
10496         `buffer-substring' is called with an invalid nil argument.
10498 2011-07-28  Bastien Guerry  <bzg@gnu.org>
10500         * org-table.el (org-table-copy-down): Fix docstring.
10502 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
10504         * ob-latex.el (org-babel-execute:latex): Add imagemagick options,
10505         and for file types other than png and PDF it uses imagemagick to
10506         convert a compiled PDF file to the desired file type.
10507         (convert-pdf): Convert a PDF file to a new file type using
10508         imagemagick.
10510 2011-07-28  Puneeth Chaganti  <punchagan@gmail.com>
10512         * org-capture.el (org-capture-fill-template): Fix bug with the
10513         display of interactive prompt in templates expansion.
10515 2011-07-28  Reiner Steib  <reiner.steib@gmx.de>
10517         * org-clock.el (org-clock-display): Document how to remove subtree
10518         times.
10520 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
10522         * org-exp-blocks.el (org-export-blocks-format-comment): Explicitly
10523         append a newline to the body.
10525 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
10527         * org-list.el (org-list-insert-item): When computing size of item
10528         being inserted, function has to take into account that indentation
10529         may not only be made of spaces.
10531 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
10533         * org-clock.el (org-clock-find-position): If a list was adjacent
10534         to some clocks and a drawer was going to be created, only the
10535         first element of the list would make it into the drawer.
10537 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
10539         * org-list.el (org-toggle-checkbox): Fix bug where top item in
10540         list was omitted when checking boxes.
10542 2011-07-28  Dan Davison  <dandavison7@gmail.com>
10544         * ob-R.el: Don't print result to echo area after evaluation.
10546 2011-07-28  Bastien Guerry  <bzg@gnu.org>
10548         * org-capture.el (org-capture-refile): Fix typo in docstring.
10550 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
10552         * ob-calc.el (org-babel-execute:calc): Call out to new function
10553         for variables resolution.
10554         (ob-calc-maybe-resolve-var): Resolve (possibly recursively)
10555         variables in calc expressions.
10557 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
10559         * ob-C.el (org-babel-tangle-lang-exts): Replace "c++" with "C++".
10560         (org-babel-C++-compiler): Replace "c++" with "C++".
10561         (org-babel-execute:cpp): Replace "c" with "C++".
10562         (org-babel-execute:C++): Replace "c" with "C++".
10563         (org-babel-expand-body:C++): Replace "c" with "C++".
10564         (org-babel-C-execute): Replace "c" with "C++".
10566 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
10568         * ob-ref.el (org-babel-ref-at-ref-p): Only try to read results as
10569         a list if at the *beginning* of a list item.
10571         * ob.el (org-babel-read-result): Only try to read results as a
10572         list if at the *beginning* of a list item.
10574 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
10576         * org-list.el (org-cycle-item-indentation): Do not break an
10577         indentation cycle because visibility cycling is requested.  This
10578         happens when an item becomes a parent, due to indentation change.
10579         Not considered empty anymore, the function cannot change its
10580         indentation again.
10582 2011-07-28  Bastien Guerry  <bzg@gnu.org>
10584         * org-clock.el (org-clocktable-write-default): Bugfix: falls back
10585         on `org-export-default-language' when no :lang parameter is set.
10587 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
10589         * org-capture.el (org-capture-expand-file): New function.
10590         (org-capture-target-buffer):
10591         (org-capture-set-target-location): Use `org-capture-expand-file'.
10593 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
10595         * ob.el (org-babel-read-list): Reading the value of a list has
10596         been updated to reflect the new structure of org-mode lists in
10597         elisp.
10598         (org-babel-insert-result): Writing code block results to lists has
10599         been updated to reflect the new list structure.
10600         (org-babel-result-end): Remove a previous change to end-of-list
10601         marker detection.
10603 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
10605         * org-list.el (org-cycle-item-indentation): Each time the function
10606         moves item back to child position, a white space is added to the
10607         line.
10609 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
10611         * ob.el (org-babel-process-params): Allow elisp code in
10612         specification of results header arguments.
10614 2011-07-28  Bastien Guerry  <bzg@gnu.org>
10616         * org-agenda.el (org-agenda-append-agenda): New command.
10617         (org-agenda-mode-map): New keybinding to this new command.
10619 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
10621         * org.el (org-ctrl-c-ctrl-c): Call `org-list-send-list' only when
10622         cursor it at very first item of the list, as specified in the
10623         manual.  Also refactored the list part of the function a bit.
10625 2011-07-28  Bastien Guerry  <bzg@gnu.org>
10627         * org-agenda.el (org-agenda): Set the 'last-args property to nil
10628         when calling `org-agenda'.  Don't kill the local variable
10629         `org-agenda-current-span'.
10630         (org-run-agenda-series): Use the new property 'last-args.
10631         (org-agenda-change-time-span): Use the dynamically set
10632         `org-agenda-overriding-arguments' variable when non-nil.
10634 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
10636         * ob.el (org-babel-result-end): Adjust marker of list end to
10637         changes in the list format.
10639 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
10641         * org-list.el (org-toggle-checkbox, org-update-checkbox-count): No
10642         need to wrap `org-entry-get' in `ignore-errors'.
10644 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
10646         * org.el (org-toggle-item, org-toggle-heading): Make sure every
10647         sub-item in a list is changed into a sub-heading and sub-headings
10648         are translated into sub-items.  Also ignore inline tasks in the
10649         process.
10651 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
10653         * org-exp.el (org-export-select-backend-specific-text): Add
10654         `original-indentation' property when replacing #+begin_backend and
10655         #+backend blocks with their content.  This is needed for lists, as
10656         they must know if the block belonged to them.
10658 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
10660         * org-html.el (org-html-export-list-line): Insert a newline
10661         character before ending an item, as anchor could be on a line
10662         going to be deleted, like a drawer ending string.
10664         * org-list.el (org-list-to-html): Same.
10666 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
10668         * org.el (org-set-autofill-regexps): Use `org-item-re' in
10669         `paragraph-start' to recognize alphabetical lists.
10670         (org-fill-paragraph): Enforce a pre-computed fill-prefix before
10671         calling `fill-paragraph' when point is in an item.  Also prevent
10672         paragraphs getting merged into an adjacent list upon filling.
10673         (org-adaptive-fill-function): Make sure to determine real
10674         fill-prefix for auto-fill.
10675         (org-auto-fill-function): Use a pre-computed fill-prefix before
10676         calling `do-auto-fill'.
10678         * org-list.el (org-list-item-body-column): New function.
10680 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
10682         * org-inlinetask.el (org-inlinetask-at-task-p)
10683         (org-inlinetask-toggle-visibility): New functions.
10685         * org-list.el (org-list-set-item-visibility): New function.
10687         * org.el (org-cycle, org-cycle-internal-local): Separate lists and
10688         inline tasks from headlines.
10689         (org-outline-level): Do not consider lists as headlines.  Cycling
10690         visibility is using different tools.
10692 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
10694         * org-list.el (org-list-struct): Mark items less indented than top
10695         item of the list, so that they will be modified.
10696         (org-list-struct-apply-struct): Compare struct's indentation with
10697         line's indentation instead of old-struct's.  This is needed
10698         because `org-list-struct' automatically fixes indentation so
10699         changes might not be seen otherwise.
10701         * org.el (org-ctrl-c-ctrl-c): Small refactoring.
10703 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
10705         * org-list.el (org-update-checkbox-count): When a part of the
10706         buffer is processed to count checkboxes, lists are read from top
10707         to bottom, but inside lists (in drawers, blocks, or inline tasks)
10708         are skipped.  Thus, cookies cannot be updated.  This patch
10709         enforces reading of such lists if counter is itself in a special
10710         context.
10712 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
10714         * org-list.el (org-list-struct-apply-struct): Inline tasks along
10715         with their content must stay at column 0 even if the item is
10716         gaining indentation.  Moreover, fix indentation of text in an
10717         inline task, now it can be in such a task within a list.
10719 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
10721         * org-list.el (org-at-item-p): Also verify context is valid.
10722         Otherwise it would recognize valid items where `org-in-item-p'
10723         wouldn't.
10724         (org-in-item-p, org-list-struct-apply-struct): Use shorter version
10725         of org-at-item-p.
10726         (org-cycle-list-bullet): Fix typo.
10727         (org-list-parse-list): Avoid calling `org-at-item-p' two times by
10728         using an appropriate regexp.
10730         * org.el (org-indent-line-function): Use an appropriate regexp
10731         instead of calling `org-at-item-p' two times.
10733 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
10735         * org-list.el (org-in-item-p): When point was just after
10736         org-list-end-re, check wouldn't be done for starting line.  So, if
10737         the first line was an item, it wouln't be noticed and function
10738         would return nil.  Simplify and comment code.
10740 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
10742         * org.el (org-toggle-item): When used on normal text, ensure every
10743         line in region is included in the new item, regardless of its
10744         original indentation.
10746 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
10748         * org-list.el (org-list-struct-apply-struct): If end of list was
10749         at eol, for example, with list inside a block, the last list
10750         wouldn't be shifted.  Thus, the patch ensures no blank lines is
10751         skipped.
10753 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
10755         * org.el (org-toggle-item): Now accepts a prefix argument.  When
10756         used without argument on normal text, it will make the whole
10757         region one item.  With an argument, it defaults to old behavior:
10758         change each line in region into an item.
10760 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
10762         * org.el (org-return): When called from inside an item with the
10763         indent flag, function should keep text moved inside the item.
10764         This allows to use C-j to separate lines in an item: cursor won't
10765         go back to column 0.
10767 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
10769         * org-list.el (org-list-struct): When a line has org-example
10770         property, skip the entire block.  This is needed during export,
10771         for example when src blocks in org markup contain lists, and are
10772         returned verbatim because org isn't in the list of interpreted
10773         languages.
10775 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
10777         * org-list.el (org-in-item-p): Handle special cases when function
10778         is called with cursor amidst `org-list-end-re' or at an inline
10779         task.
10781 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
10783         * ob.el (org-babel-result-end): Apply renaming.
10785         * org-exp.el (org-export-mark-list-properties): Apply renaming.
10787         * org-list.el (org-list-prevs-alist): Renamed from
10788         `org-list-struct-prev-alist'.
10789         (org-list-parents-alist): Renamed from `org-list-struct-parent-alist'.
10790         (org-list-write-struct): Renamed from `org-list-struct-fix-struct'.
10791         (org-list-parse-list, org-sort-list, org-list-indent-item-generic)
10792         (org-toggle-checkbox, org-update-checkbox-count)
10793         (org-cycle-list-bullet, org-list-repair, org-insert-item)
10794         (org-move-item-up, org-move-item-up, org-move-item-down)
10795         (org-next-item, org-previous-item, org-end-of-item-list)
10796         (org-beginning-of-item-list, org-apply-on-list): Apply renaming.
10797         (org-get-bullet): Removed function, as it is not needed anymore.
10799 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
10801         * org-list.el (org-list-insert-item-generic): Change arguments.
10802         The function now accepts structure and previous items alist.  This
10803         allows to insert an item programmatically more easily.
10804         (org-insert-item): Apply changes to
10805         `org-list-insert-item-generic'.  The function now takes care about
10806         repairing structure and updating checkboxes.
10808         * org-timer.el (org-timer-item): Apply changes to
10809         `org-list-insert-item-generic'.  The function now takes care about
10810         repairing structure.
10812 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
10814         * org-list.el (org-list-make-subtree): Function now uses
10815         `org-list-parse-list mechanism'.
10816         (org-list-make-subtrees): Removed function.
10817         (org-list-to-generic): Added a parameter and every parameter can
10818         be a sexp returning a string, for finer control.
10819         (org-list-to-html, org-list-to-latex, org-list-to-texinfo): Slight
10820         modifications to apply changes to `org-list-to-generic'.
10821         (org-list-to-subtree): New function.
10823 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
10825         * org.el (org-beginning-of-line): Apply changes to
10826         `org-item-beginning-re' to correct sub-expression reference.
10828 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
10830         * org-docbook.el (org-export-docbook-list-line): Even with
10831         alphabetical lists, Org shouldn't enforce a particular list type
10832         to exporters.  This is a job for style files.
10834         * org-html.el (org-html-export-list-line): Ib idem.
10836 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
10838         * org-list.el (org-at-item-counter-p): New function.
10839         (org-list-parse-list): Handle counters and list depth.
10840         (org-list-to-generic): A special string is used when an item has a
10841         counter.
10842         (org-list-to-latex): Use new special string for counters.  This
10843         fixes the counter bug in LaTeX export, as the enumi counter was
10844         the only one modified.
10846         * org-latex.el (org-export-latex-lists): Use new
10847         `org-list-parse-list' output.
10849 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
10851         * org-list.el (org-list-get-list-type): New function.
10852         (org-list-parse-list): Use new function.
10854         * org-html.el (org-html-export-list-line): Use new function.
10856         * org-docbook.el (org-export-docbook-list-line): Use new function.
10858 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
10860         * org-list.el (org-alphabetical-lists): New variable
10861         (org-item-re, org-list-full-item, org-cycle-list-bullet)
10862         (org-list-struct-fix-bul, org-list-inc-bullet-maybe): Reflect
10863         introduction of the new variable.
10864         (org-item-beginning-re): Changed into a function, so any
10865         modification of `org-alphabetical-lists' will not require
10866         reloading Org.
10867         (org-at-item-p, org-toggle-checkbox, org-update-checkbox-count)
10868         (org-list-parse-list, org-list-send-list): Reflect changes to
10869         `org-item-beginning-re'.
10870         (org-list-use-alpha-bul-p): New function.
10872         * org.el (org-check-for-hidden): Reflect changes to
10873         `org-item-beginning-re'.
10875         * org-capture.el (org-capture-place-item): Reflect changes to
10876         `org-item-beginning-re'.
10878         * org-docbook.el (org-export-docbook-list-line): Handle New type
10879         of items.
10881         * org-exp.el (org-export-mark-list-end)
10882         (org-export-mark-list-properties): Reflect changes to
10883         `org-item-beginning-re'.
10885         * org-html.el (org-html-export-list-line): Handle new type of
10886         items.
10888         * org-latex.el (org-export-latex-lists): Handle new type of items
10889         and reflect changes to `org-item-beginning-re'.
10891         * org-ascii.el (org-export-ascii-preprocess): Handle new counters.
10893 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
10895         * org-list.el (org-list-end-re): Removed function and made it a
10896         variable.  There's no need for the overhead of calling the
10897         function every at every line in a list.  User will have to reload
10898         Org if he change value of either `org-list-end-regexp' or
10899         `org-empty-line-terminates-plain-lists'.
10900         (org-in-item-p,org-list-struct,org-list-parse-list): Apply change.
10902         * org-exp.el (org-export-mark-list-end)
10903         (org-export-mark-list-properties): Apply change.
10905         * org-latex.el (org-export-latex-lists): Apply change.  Also
10906         prevent items with org-example property to be considered as real
10907         items.
10909 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
10911         * org-inlinetask.el (org-inlinetask-export-templates): Slightly
10912         modify templates so environment boundaries don't interfere with
10913         content of task.  Unprotect content of task so it might benefit
10914         from further transformations.  Set original-indentation property to
10915         a high value to ensure that task is always in the last item of the
10916         list.  Also, apply templates later in export process.
10918         * org-list.el (org-list-struct): Fix inline task skipping.
10920 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
10922         * org-latex.el (org-export-latex-lists): Search for unprotected
10923         items only, and redefine `org-at-item'.  This change is required
10924         when verbatim lists are inserted during export, usually by Babel.
10926 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
10928         * ob.el (org-babel-result-end): End position is end of current
10929         sublist instead of bottom point, as results might be inserted in a
10930         list themselves.
10932 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
10934         * org-list.el (org-list-automatic-rules): Removed insert rule.
10935         (org-list-insert-item-generic): Removed code preventing user to
10936         insert another item in a block within a list.  It is because new
10937         list context make it impossible to see if a point in a block is
10938         also in a list.
10940 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
10942         * org-exp.el (org-export-preprocess-string): Mark list endings
10943         before babel blocks preprocessing starts, so blank lines that may
10944         be inserted do not break list's structure.  Then, mark list with
10945         special properties required by exporters.  Thus output from babel
10946         can easily be included in lists.
10947         (org-export-mark-list-end): New function.
10948         (org-export-mark-list-properties): New function.
10949         (org-export-mark-lists): Removed function.  It was split into the
10950         two preceding functions.
10952 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
10954         * org-list.el (org-update-checkbox-count): Do not recompute every
10955         list before next heading when there are more than one cookie in an
10956         headline.  Moreover, ignore the case where cookie is inserted
10957         neither at an heading nor at an item.
10959 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
10961         * org-list.el (org-sort-list): Fix number of arguments to
10962         `org-list-repair', plus make `end-record' go to end of item before
10963         any blank line to keep them from being swallowed in the sorting.
10965 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
10967         * org-list.el (org-list-forbidden-blocks): Renamed from
10968         `org-list-blocks'.
10969         (org-list-export-context): New variable.
10971 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
10973         * org-list.el (org-list-search-generic): Renamed form
10974         `org-search-unenclosed-generic' to reflect the new behavior.  Now,
10975         match can only be in a valid context for lists, as determined by
10976         `org-list-context'.
10977         (org-list-search-backward): Renamed from
10978         `org-search-backward-unenclosed'.
10979         (org-list-search-forward): Renamed from
10980         `org-search-forward-unenclosed'.
10981         (org-toggle-checkbox,org-update-checkbox-count): Use new
10982         functions.
10983         (org-sort-list): Using default regexp search functions as context
10984         is not required in this case.
10986 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
10988         * org-exp.el (org-export-mark-lists): New function, replacing
10989         org-export-mark-list-ending.  It adds information as text
10990         properties to every list, before changes done by exporter destruct
10991         them.
10993 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
10995         * org-list.el (org-list-get-first-item): New alias for
10996         `org-list-get-list-begin'.
10997         (org-list-get-last-item): New function.
10998         (org-list-get-list-end): Use `org-list-get-last-item'.
11000 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11002         * org.el (org-get-string-indentation): Moved in generally useful
11003         functions section, as it wasn't specific to plain lists and that
11004         no code was using it in org-list.el.
11006 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11008         * org.el (org-skip-over-state-notes,org-store-log-note): Use new
11009         accessors.
11011 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11013         * org-list.el (org-list-indent-item-generic): Remove error
11014         messages happening before process.  This belongs to interactive
11015         functions.
11016         (org-indent-item,org-indent-item-tree)
11017         (org-outdent-item,org-outdent-item-tree): Ensure point or region
11018         is correct before computing list structure.  Return an error
11019         message otherwise.
11021 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11023         * org-list.el (org-apply-on-list): Use new structures.  Function
11024         is now applied in reverse order so modifications do not change
11025         positions of items in buffer.
11027 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11029         * org-list.el (org-list-parse-list): Rewrite of function to allow
11030         text following a sub-list in the same item.  See docstring for an
11031         example of output.
11032         (org-list-to-generic): Use new parsing function.
11033         (org-list-to-latex,org-list-to-html): Minor change for clearer
11034         export.
11036 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11038         * org-list.el (org-list-has-child-p): Renamed from
11039         `org-list-get-child'.  Returning first child is only useful as a
11040         predicate, as we are allowing an item to have more than one
11041         sub-list.
11042         (org-list-indent-item-generic): Use `org-list-has-child-p' instead
11043         of org-list-get-child.
11044         (org-in-item-p): Also return item beginning when list starts at
11045         context beginning.
11046         (org-list-get-parent): Use of `org-list-struct-parent-alist'
11047         helper function is not optional anymore.
11048         (org-list-get-all-items): Shorten code with the help of cl.el.
11049         (org-list-get-children): Now returns all children of item, even if
11050         they do not belong to the same list.  Renamed from
11051         `org-list-get-all-children'.
11052         (org-list-get-list-begin): Function wasn't return value when item
11053         was already the first item of the list at point.
11054         (org-list-get-list-end): Function wasn't return value when item
11055         was already the last item of the list at point.
11056         (org-list-struct-fix-box,org-update-checkbox-count): Now uses
11057         `org-list-get-children'.
11059 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11061         * org.el (org-indent-line-function): Indentation of item's body
11062         starts just after the bullet, not after a checkbox.  Moreover, As
11063         `org-in-item-p' also returns item beginning position when point is
11064         in a list, do not compute it a second time.
11066 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11068         * org.el (org-ctrl-c-ctrl-c): When called at a list item, replace
11069         usage `org-repair-list', forcing another reading of the list, with
11070         only needed subroutines.
11072 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11074         * org-list.el (org-list-separating-blank-lines-number): Use new
11075         accessors.
11076         (org-list-insert-item-generic): Use list structures to insert a
11077         new item.
11078         (org-list-exchange-items): Refactor and comment code.  Now return
11079         new struct instead of modifying it, as list sorting would
11080         sometimes eat first item.
11081         (org-move-item-down,org-move-item-up): Reflect changes to
11082         `org-list-exchange-items'.
11083         (org-insert-item): As `org-in-item-p' also computes item beginning
11084         when applicable, reuse the result.
11086 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11088         * org-list.el (org-list-in-item-p): Unify methods for this
11089         predicate.
11090         (org-list-in-item-p-with-indent): Removed function.
11091         (org-list-ending-between): Removed function.
11092         (org-list-maybe-skip-block): Removed function.
11093         (org-list-in-item-p-with-regexp): Removed function.
11094         (org-list-top-point-with-regexp): Removed function.
11095         (org-list-top-point-with-indent): Removed function.
11096         (org-list-bottom-point-with-indent): Removed function.
11097         (org-list-bottom-point-with-regexp): Removed function.
11098         (org-list-get-item-same-level): Removed function.
11099         (org-list-top-point): Removed function.
11100         (org-list-bottom-point): Removed function.
11101         (org-get-item-beginning): Renamed to `org-list-get-item-begin' to
11102         be consistent with naming policy of non-interactive functions.
11103         (org-get-beginning-of-list): Removed function.
11104         (org-beginning-of-item-list): Use new accessors.
11105         (org-get-end-of-list): Removed function.
11106         (org-end-of-list): Use new accessors.
11107         (org-get-end-of-item): Removed function.
11108         (org-end-of-item): Use new accessors.
11109         (org-get-previous-item): Removed function.
11110         (org-previous-item): Use new accessors.
11111         (org-get-next-item): Removed function.
11112         (org-next-item): Use new accessors.
11113         (org-list-get-item-end-before-blank): Use new accessors.
11115 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11117         * org-list.el (org-list-repair): Removed optional argument
11118         FORCE-BULLET.  The job of this interactive function is to
11119         completely fix a list at point.  Changing bullets is a separate
11120         task.  Also removed others optional arguments TOP and BOTTOM to
11121         follow the new structures.
11122         (org-list-indent-item-generic): Remove need for TOP and BOTTOM.
11123         STRUCT is a new required argument.  This avoids computing a list
11124         structure many times when function is called more than once in a
11125         row, for example in `org-cycle-item-indentation'.  Use new
11126         accessors.  Now, also call `org-update-checkbox-count-maybe'.
11127         (org-outdent-item, org-indent-item, org-outdent-item-tree)
11128         (org-indent-item-tree): Remove need for TOP and BOTTOM.
11129         (org-list-insert-item-generic): Reflect changes to `org-list-repair'.
11130         (org-list-exchange-items): Use new accessors.  Now modify struct
11131         to avoid re-reading it later.
11132         (org-move-item-down): Reflect changes to `org-list-repair'.  Use
11133         new accessors.
11134         (org-move-item-up): Reflect changes to `org-list-repair'.  Use new
11135         accessors.
11136         (org-cycle-list-bullet): Use new structures.  Also use a shortcut
11137         to `org-list-struct-fix-struct' in order to avoid unnecessary
11138         fixes, like `org-list-struct-fix-box'
11139         (org-sort-list): Use of new structures.  Renamed an internal
11140         function for a little more clarity.
11141         (org-cycle-item-indentation): Remove dependency on
11142         `org-list-repair'.  Use new accessors.
11143         (org-list-get-child): Correct bug when asking for the child of the
11144         last item.
11145         (org-list-exchange-items): Use new accessors.
11147 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11149         * org-list.el (org-list-blocks): New variable.
11150         (org-list-context): New function.
11151         (org-list-full-item-re): New variable.
11152         (org-list-struct-assoc-at-point): Use new variable.
11153         (org-list-struct): Rewrite of function.  Now, list data is
11154         collected by looking at the list line after line.  It reads the
11155         whole list each time because reading only a subtree was not enough
11156         for some operations, like fixing checkboxes.  It also removes the
11157         need to get `org-list-top-point' and `org-list-bottom-point'
11158         first.  An added data is the position of item ending.  This aims
11159         to be able to have list followed by text inside an item.
11160         (org-list-struct-assoc-end): New function.
11161         (org-list-struct-parent-alist): New function.
11162         (org-list-get-parent): New function.
11163         (org-list-get-child): New function.
11164         (org-list-get-next-item): New function.
11165         (org-list-get-prev-item): New function.
11166         (org-list-get-subtree): Use helper function `org-list-struct-prev-alist'.
11167         (org-list-get-all-items): New function.
11168         (org-list-get-all-children): New function.
11169         (org-list-get-top-point): New function.
11170         (org-list-get-bottom-point): New function.
11171         (org-list-get-counter): New function.
11172         (org-list-get-item-end): New function.
11173         (org-list-struct-fix-bul): Rewrite for cleaner code.  Make use of
11174         new accessors.
11175         (org-list-struct-fix-ind): Make use of new accessors.
11176         (org-list-struct-fix-box): New function.
11177         (org-list-struct-fix-checkboxes): Removed function.
11178         (org-list-struct-outdent): Use new accessors.  Use the fact that
11179         there is no longer a virtual item at beginning of structure.
11180         (org-list-struct-indent): Use helper functions
11181         `org-list-struct-prev-alist' and `org-list-struct-parent-alist'.
11182         Also use new accessors.
11183         (org-list-struct-fix-struct): Comment function.  Call directly
11184         `org-list-struct-apply-struct', without removing unchanged items
11185         first.
11186         (org-list-struct-apply-struct): Comment function.  Rewrite using
11187         new accessors.  Use new variable `org-list-full-item-re'.
11188         (org-list-shift-item-indentation): Removed function, now included
11189         in `org-list-struct-apply-struct' because it is too specific.
11191 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11193         * org-list.el (org-toggle-checkbox): Use structures to fix
11194         checkboxes of a list.
11195         (org-update-checkbox-count): Use structures to update cookies.
11197 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11199         * org-list.el (org-list-struct-fix-checkboxes): New function.
11200         (org-checkbox-blocked-p): Removed function.
11202 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11204         * org-list.el (org-list-get-all-items): New function.
11205         (org-list-get-all-children): New function.
11206         (org-list-get-nth): New function.
11207         (org-list-set-nth): New function.
11208         (org-list-get-ind): New function.
11209         (org-list-set-ind): New function.
11210         (org-list-get-bullet): New function.
11211         (org-list-set-bullet): New function.
11212         (org-list-get-checkbox): New function.
11213         (org-list-set-checkbox): New function.
11214         (org-list-struct-fix-bul): Use new accessors.
11215         (org-list-repair): Use new accessors.
11216         (org-list-indent-item-generic): Make use of accessors.
11217         (org-list-get-parent): Renamed from `org-list-struct-get-parent'.
11218         (org-list-get-child): Renamed from `org-list-struct-get-child'.
11219         (org-list-struct-fix-ind): Make use of accessors.
11220         (org-list-get-next-item): New function.
11221         (org-list-get-subtree): New function.
11223 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11225         * org-list.el (org-list-struct-assoc-at-point): Add checkbox to
11226         list structure.
11228         * org-list.el (org-list-struct-assoc-at-point): Add checkbox as
11229         value in structure.
11231         * org-list.el (org-list-struct-apply-struct): Also apply
11232         checkboxes.
11234 2011-07-28  Bastien Guerry  <bzg@gnu.org>
11236         * org-latex.el (org-export-latex-content): Bind local variables
11237         for export in the temporary export buffer.
11239 2011-07-28  David Maus  <dmaus@ictsoc.de>
11241         * org-protocol.el (org-protocol-unhex-single-byte-sequence)
11242         (org-protocol-unhex-string, org-protocol-unhex-compound): Change
11243         date of obsolete declaration to 2011-02-17.
11245 2011-07-28  David Maus  <dmaus@ictsoc.de>
11247         * org.el (org-link-escape): Throw error if encoding character in
11248         utf8 fails.
11250 2011-07-28  David Maus  <dmaus@ictsoc.de>
11252         * org-protocol.el (org-protocol-split-data)
11253         (org-protocol-open-source): Use `org-link-unescape' instead of
11254         obsolete unhex string function.
11256 2011-07-28  David Maus  <dmaus@ictsoc.de>
11258         * org.el (org-link-escape, org-link-escape-chars-browser)
11259         (org-link-escape-chars): Always percent escape the percent sign.
11261 2011-07-28  David Maus  <dmaus@ictsoc.de>
11263         * org.el (org-link-unescape): Simpler algorithm for replacing
11264         percent escapes.
11265         (org-link-unescape-compound): Use cond statements instead of nested
11266         if, convert hex string with string-to-number, save match data.
11267         (org-link-unescape-single-byte-sequence): Use mapconcat and
11268         string-to-number for unescaping single byte sequence.
11270 2011-07-28  David Maus  <dmaus@ictsoc.de>
11272         * org.el (org-link-escape): Rename lambda argument.
11274 2011-07-28  David Maus  <dmaus@ictsoc.de>
11276         * org.el (org-link-escape-chars-browser, org-link-escape-chars):
11277         Add percent sign to list of escape chars.
11279 2011-07-28  David Maus  <dmaus@ictsoc.de>
11281         * org-mobile.el (org-mobile-escape-olp): Use new percent escape
11282         character table format.
11284 2011-07-28  David Maus  <dmaus@ictsoc.de>
11286         * org-mobile.el (org-mobile-locate-entry): Remove obsolete
11287         argument in call to org-link-unescape.
11289 2011-07-28  David Maus  <dmaus@ictsoc.de>
11291         * org-protocol.el (org-protocol-unhex-string)
11292         (org-protocol-unhex-compound)
11293         (org-protocol-unhex-single-byte-sequence): Declare obsolete and
11294         alias to respective org-link-unescape-* functions.
11296 2011-07-28  David Maus  <dmaus@ictsoc.de>
11298         * org.el (org-link-unescape, org-link-unescape-compound)
11299         (org-link-unescape-single-byte-sequence): Functions moved and renamed
11300         from org-protocol.el.
11302 2011-07-28  David Maus  <dmaus@ictsoc.de>
11304         * org-macs.el (org-char-to-string): Inline function to properly
11305         decode utf8 characters in Emacs 22.  Moved and renamed from
11306         org-protocol.el.
11308 2011-07-28  David Maus  <dmaus@ictsoc.de>
11310         * org.el (org-link-escape): New optional argument.  Merge user
11311         table with default table.
11313 2011-07-28  David Maus  <dmaus@ictsoc.de>
11315         * org.el (org-link-escape): Fixup doc string.
11317 2011-07-28  David Maus  <dmaus@ictsoc.de>
11319         * org.el (org-link-escape-chars, org-link-escape-chars-browser):
11320         New format of percent escape table.
11321         (org-link-escape): Use new table format.
11323 2011-07-28  David Maus  <dmaus@ictsoc.de>
11325         * org.el (org-link-escape): New Unicode aware percent encoding
11326         algorithm.
11328 2011-07-28  Sebastian Rose  <sebastian_rose@gmx.de>
11330         * org-protocol.el (org-protocol-unhex-single-byte-sequence): New
11331         function.  Decode hex-encoded singly byte sequences.
11332         (org-protocol-unhex-compound): Use new function if decoding sequence
11333         as Unicode character failed.
11335 2011-07-28  Bastien Guerry  <bzg@gnu.org>
11337         * org-html.el (org-export-as-html): Expand the HTML title.
11339 2011-07-28  Bastien Guerry  <bzg@gnu.org>
11341         * org-publish.el (org-publish-cache-ctime-of-src): Improve
11342         docstring.
11343         (org-publish-find-title): New option to explicitly reset the title
11344         in the cache.
11345         (org-publish-format-file-entry): Use this new option.
11347 2011-07-28  Dan Davison  <dandavison7@gmail.com>
11349         * org-exp.el (org-export-preprocess-string): Set the source buffer
11350         and use `org-clone-local-variables' to get local variables from
11351         it.
11353 2011-07-28  Dan Davison  <dandavison7@gmail.com>
11355         * org-exp.el (org-export-format-source-code-or-example): Allow
11356         empty string as second element in minted/listings options.
11358 2011-07-28  Dan Davison  <dandavison7@gmail.com>
11360         * org-exp.el (org-export-format-source-code-or-example): Support
11361         new user-customizable options.
11362         (org-export-latex-custom-lang-environments): Ensure new variable
11363         is defined.
11364         (org-export-latex-listings-options): Ensure new variable is defined.
11365         (org-export-latex-minted-options): Ensure new variable is defined.
11367 2011-07-28  Bastien Guerry  <bzg@gnu.org>
11369         * org-html.el (org-export-as-html): Handle the case when
11370         `org-export-html-validation-link' is nil to keep backward
11371         compatible with the old default value of this variable.
11373 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
11375         * ob.el (org-babel-insert-result): Don't choke if indent is not a
11376         number.
11378 2011-07-28  Christian Moe  <mail@christianmoe.com>  (tiny change)
11380         * org-bbdb.el (org-bbdb-export): When a link description has been
11381         added by `org-export-normalize-links', use path instead (remove
11382         the `bbdb:' prefix).
11384 2011-07-28  Bastien Guerry  <bzg@gnu.org>
11386         * org-ascii.el (org-export-ascii-underline): Put the level's
11387         characters in the right order, as documented by the docstring.
11388         (org-ascii-level-start): Select the right char for underlining
11389         headlines.
11391 2011-07-28  Bastien Guerry  <bzg@gnu.org>
11393         * org-src.el (org-edit-src-code): Allow to edit source code from
11394         modes derived from Org.
11396 2011-07-28  Niels Giesen  <niels.giesen@gmail.com>
11398         * org-clock.el (org-clock-clocktable-language-setup): Add list of
11399         dutch strings.
11401 2011-07-28  Dan Davison  <dandavison7@gmail.com>
11403         * org-beamer.el: Mark frame as fragile when it is using minted for
11404         src block export.
11406 2011-07-28  Bastien Guerry  <bzg@gnu.org>
11408         * org-agenda.el (org-agenda-date-later)
11409         (org-agenda-date-earlier): Enhance docstrings.
11410         (org-agenda-bulk-mark-regexp): Only match against headlines.
11411         Send a message when no entry is marked.
11412         (org-agenda-bulk-action): Fix bug about scattering deadlines.
11413         Send an error when trying to scatter outside an agenda or a
11414         timeline view.  Silently fail when trying to scatter sexp entries.
11416 2011-07-28  Bastien Guerry  <bzg@gnu.org>
11418         * org-clock.el (org-clock-clocktable-language-setup): New custom
11419         variable.
11420         (org-clocktable-defaults): Set the default language.
11421         (org-clocktable-write-default): Use the new variable.
11423 2011-07-28  Dan Davison  <dandavison7@gmail.com>
11425         * ob.el (org-babel-src-block-names): Don't strip text properties
11426         from search hits.
11427         (org-babel-result-names): Don't strip text properties from search
11428         hits.
11430 2011-07-28  Dan Davison  <dandavison7@gmail.com>
11432         * ob-python.el (org-babel-python-evaluate-session): Pass nil as
11433         remove-echo part of META argument to
11434         `org-babel-comint-with-output'.
11436 2011-07-28  Dan Davison  <dandavison7@gmail.com>
11438         * ob.el (org-babel-script-escape): Use `substring' comparison
11439         instead of regexp matching.
11441 2011-07-28  Dan Davison  <dandavison7@gmail.com>
11443         * org-src.el (org-edit-src-code): When generating the code edit
11444         buffer, it is necessary for several variables to inherit their
11445         values from the parent org buffer.  These changes collect all such
11446         variables together into a single association list of
11447         `(variable-name value)' pairs.  In addition, a new variable is
11448         added to the list: `org-edit-src-content-indentation'.  This has
11449         the effect that a buffer local value can be used for that
11450         variable.
11452 2011-07-28  Dan Davison  <dandavison7@gmail.com>
11454         * ob-table.el (sbe): Don't truncate sbe results.
11456 2011-07-28  Lawrence Mitchell  <wence@gmx.li>
11458         * org-exp.el (org-export-add-options-to-plist): Require match to
11459         start at a word-boundary.
11461 2011-07-28  Bastien Guerry  <bzg@gnu.org>
11463         * org-latex.el (org-export-latex-hyperref-format): Update
11464         docstring.
11466 2011-07-28  Tom Dye  <tsd@tsdye.com>
11468         * org.el: Update documentation of `org-add-link-type'.
11470 2011-07-28  Dan Davison  <dandavison7@gmail.com>
11472         * org.el (org-open-at-point): Fix bug when using prefix arg to
11473         construct `org-link-search' call.  Rename prefix arg with a more
11474         generic name, to reflect its diverse uses in this function.
11476 2011-07-28  Rémi Vanicat  <vanicat@debian.org>
11478         * org-icalendar.el (org-icalendar-use-UTC-date-time): Remove.
11479         (org-icalendar-date-time-format): New custom variable.
11480         (org-icalendar-use-UTC-date-timep): New function.
11481         (org-ical-ts-to-string): Use the new variable.
11483 2011-07-28  Bastien Guerry  <bzg@gnu.org>
11485         * org-vm.el (org-vm-store-link): Make sure the buffer is
11486         associated with a file when trying to store an Org link.
11488 2011-07-28  Dan Davison  <dandavison7@gmail.com>
11490         * ob.el (org-babel-params-from-properties): Test for
11491         "header-arg-name" and ":header-arg-name", in that order.
11493 2011-07-28  Bastien Guerry  <bzg@gnu.org>
11495         * org-capture.el (org-capture-templates): Document "currentfile"
11496         for capture template.
11497         (org-capture-templates): Allow to use currentfile for capture
11498         templates.
11499         (org-capture-set-target-location): Handle currentfile as a way to
11500         setting the capture buffer.
11502 2011-07-28  Bastien Guerry  <bzg@gnu.org>
11504         * ob.el (org-babel-params-from-properties): Don't wrap
11505         `org-entry-get' into `condition-case'.
11507 2011-07-28  Dan Davison  <dandavison7@gmail.com>
11509         * org.el (org-entry-get): Don't look for a property drawer if we
11510         are before the first heading in the file.
11511         (org-entry-get-with-inheritance): Don't attempt to move up the
11512         tree if we are before the first heading in the file.  Also,
11513         enclose less of the function in the `save-excursion'.
11515 2011-07-28  Dan Davison  <dandavison7@gmail.com>
11517         * ob.el (org-babel-params-from-buffer): Return desired value
11518         rather than nil from failed re search.
11520 2011-07-28  Bastien Guerry  <bzg@gnu.org>
11522         * org-agenda.el (org-get-entries-from-diary): Put multiline diary
11523         entries on a single line when lines don't start with a diary time.
11525 2011-07-28  Bastien Guerry  <bzg@gnu.org>
11527         * org-html.el (org-export-html-protect-char-alist): New custom
11528         variable to define characters to be HTML protected.
11529         (org-html-protect): Use the new variable.
11531 2011-07-28  Bastien Guerry  <bzg@gnu.org>
11533         * org-info.el (org-info-store-link): Use "#" to separate the info
11534         file and the node.
11535         (org-info-follow-link): Use both "#" to separate the info file and
11536         the node.  Continue to use ":" for backward compatibility.
11538 2011-07-28  Bastien Guerry  <bzg@gnu.org>
11540         * org-icalendar.el (org-icalendar-honor-noexport-tag): New custom
11541         variable.
11542         (org-print-icalendar-entries): Use this new variable to prevent
11543         export of entries with a :noexport: tag.
11545 2011-07-28  Bastien Guerry  <bzg@gnu.org>
11547         * org-exp.el (org-export-initial-scope): New custom variable.
11548         (org-export): Use this new variable.  If there is an active
11549         region, tell it when prompting the user for an export command.
11550         Also change the way the function handles selection of buffer and
11551         subtree export.
11553 2011-07-28  Bastien Guerry  <bzg@gnu.org>
11555         * org-html.el (org-export-html-auto-preamble)
11556         (org-export-html-auto-postamble): Remove.
11557         (org-export-html-preamble, org-export-html-postamble): Turn into
11558         custom variables.  Update the docstrings.
11559         (org-export-html-preamble-format)
11560         (org-export-html-postamble-format): New custom variables.
11561         (org-export-as-html): Use `org-export-html-postamble-format' and
11562         `org-export-html-preamble-format'.
11563         (org-export-html-title-format): Delete.
11565 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
11567         * org-exp-blocks.el (org-export-blocks-format-ditaa): This
11568         function is begin deprecated in favor of begin_src blocks.
11569         (org-export-blocks-format-dot): This function is begin deprecated in
11570         favor of begin_src blocks.
11572 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
11574         * ob.el (org-babel-header-arg-names): no-expand is now part of the
11575         default header argument names list.
11577 2011-07-28  Manuel Giraud  <manuel.giraud@univ-nantes.fr>
11579         * org-publish.el (org-publish-sitemap-date-format)
11580         (org-publish-sitemap-file-entry-format): New custom variables.
11581         (org-publish-projects): Use these variables to format the sitemap
11582         entries.
11584 2011-07-28  Ulf Stegemann  <ulf-news@zeitform.de>
11586         * org-gnus.el (org-gnus-store-link): Allow `org-link' creation
11587         from `message-mode'.
11589 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
11591         * org-agenda.el (org-agenda-filter-by-tag): Refresh agenda when
11592         updating the filter while the clock report is following the
11593         filter.
11595 2011-07-28  Julien Danjou  <julien@danjou.info>
11597         * org-agenda.el (org-agenda): Kill all local variables.  This
11598         assures we are not keeping buffer variable from an old agenda view
11599         when switching to a new custom agenda.
11601 2011-07-28  Julien Danjou  <julien@danjou.info>
11603         * org-crypt.el (org-encrypt-string): New function.
11604         (org-encrypt-entry): Use org-encrypt-string to encrypt, so we use
11605         cached crypted values.
11606         (org-decrypt-entry): Store crypted text in decrypted text.
11608 2011-07-28  Dan Davison  <dandavison7@gmail.com>
11610         * ob-exp.el (org-babel-exp-lob-one-liners): Only replace the match
11611         if a non-nil result is returned.
11613 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
11615         * org-agenda.el (org-agenda-get-day-entries): Compare DATE with
11616         modified today.
11618 2011-07-28  Bastien Guerry  <bzg@gnu.org>
11620         * org.el (org-update-parent-todo-statistics): Fix bug when
11621         updating statistics from the column view.
11623 2011-07-28  Bastien Guerry  <bzg@gnu.org>
11625         * org-agenda.el (org-agenda-bulk-mark-regexp): New command.
11626         (org-agenda-menu): Add the new command to the menu.
11627         (org-agenda-mode-map): Add % as the keybinding for the new
11628         command.
11630 2011-07-28  Bastien Guerry  <bzg@gnu.org>
11632         * org-exp.el (org-export-target-internal-links): Locally turn on
11633         `org-link-search-must-match-exact-headline' to match exact
11634         internal links.
11636 2011-07-28  Julien Danjou  <julien@danjou.info>
11638         * org-faces.el (org-special-keyword): Make it inherited from
11639         `font-lock-keyword-face'.
11641 2011-07-28  Julien Danjou  <julien@danjou.info>
11643         * org-faces.el (org-link): Make `org-link' inherits from `link'
11644         face.
11646 2011-07-28  Bastien Guerry  <bzg@gnu.org>
11648         * org.el (org-narrow-to-block): New function to narrow to block.
11649         Bound this function to `C-x n b'.
11651 2011-07-28  Bastien Guerry  <bzg@gnu.org>
11653         * org.el (org-schedule, org-deadline): Fix bug: take care of
11654         repeating timestamps like ".+1d/3d" or "+1d 10d".
11656 2011-07-28  Bastien Guerry  <bzg@gnu.org>
11658         * org-agenda.el (org-agenda-repeating-timestamp-show-all): Allow
11659         to use a list of TODO keywords as the value of this variable.  The
11660         agenda will show repeating stamps for entries matching these TODO
11661         keywords.
11662         (org-agenda-get-timestamps, org-agenda-get-deadlines)
11663         (org-agenda-get-scheduled): Allow the use of a list of keywords in
11664         `org-agenda-repeating-timestamp-show-all'.
11666 2011-07-28  Bastien Guerry  <bzg@gnu.org>
11668         * org-latex.el (org-export-latex-emph-format): Don't use
11669         `org-export-latex-use-verb'.  Remove this variable.
11671 2011-07-28  Jason Dunsmore  <emacs-orgmode@dunsmor.com>  (tiny change)
11673         * org-html.el (org-html-handle-time-stamps): Fix bug when
11674         exporting inactive timestamps.
11676 2011-07-28  Bastien Guerry  <bzg@gnu.org>
11678         * org-archive.el (org-archive-save-context-info): Fix docstring
11679         typo.
11680         (org-archive-subtree-add-inherited-tags): New variable to control
11681         whether inherited tags should be appended to local tags when
11682         archiving subtrees.
11683         (org-archive-subtree): Use the new variable.
11685 2011-07-28  Bastien Guerry  <bzg@gnu.org>
11687         * org-archive.el (org-archive-save-context-info): Fix docstring.
11689 2011-07-28  Julien Danjou  <julien@danjou.info>
11691         * org-crypt.el (org-decrypt-entry): Delete \n on top level
11692         heading.  This avoids a display bug showing the heading outlined
11693         where the text is not since it does not have the outline property.
11694         Restore subtree visibility state after decryption.
11696 2011-07-28  Julien Danjou  <julien@danjou.info>
11698         * org-agenda.el (org-agenda-list): Use `org-agenda-current-span'
11699         as a possible default span if it is set.
11701 2011-07-28  Dan Davison  <dandavison7@gmail.com>
11703         * org-src.el (org-edit-src-persistent-message): Change docstring.
11704         (org-edit-src-code): Get rid of help message in echo area.
11706         * ob.el (org-babel-do-in-edit-buffer): Do not pass 'quietly
11707         argument to org-edit-src-code as this has been removed.
11709 2011-07-28  Bastien Guerry  <bzg@gnu.org>
11711         * org-latex.el (org-export-latex-emphasis-alist): Use
11712         \protectedtexttt for the =...= emphasis and \verb for the ~...~
11713         emphasis.
11714         (org-export-latex-use-verb): Now defaults to t.
11715         (org-export-latex-emph-format): Distinguish between =...= and
11716         ~...~ emphasis.
11718 2011-07-28  Julien Danjou  <julien@danjou.info>
11720         * org.el (org-link-expand-abbrev): Allow any type of character in
11721         link expand.
11723 2011-07-28  Dan Davison  <dandavison7@gmail.com>
11725         * ob-lob.el (org-babel-lob-ingest): Add prefix to file prompt.
11727 2011-07-28  Dan Davison  <dandavison7@gmail.com>
11729         * ob-ref.el (org-babel-ref-resolve): `save-window-excursion' when
11730         resolving references.
11732 2011-07-28  Bastien Guerry  <bzg@gnu.org>
11734         * org-html.el (org-export-html-html-helper-timestamp): Use <hr/>
11735         instead of <hr> to keep w3c validator happy.
11737 2011-07-28  Dan Davison  <dandavison7@gmail.com>
11739         * ob.el (org-babel-where-is-src-block-head): Detect src block if
11740         point is on a #+header line.
11742 2011-07-28  Dan Davison  <dandavison7@gmail.com>
11744         * ob.el (org-babel-where-is-src-block-head): Skip over intervening
11745         #+header lines when searching for block associated with block name
11746         line.
11748 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
11750         * ob.el (org-babel-result-end): Replace call to `org-in-item-p' to
11751         the more specific `org-at-item-p'.
11753 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
11755         * org-latex.el (org-latex-default-figure-position): New defcustom
11756         for default placement of latex figures.
11757         (org-export-latex-tables): Positioning tables using the new
11758         defcustom variable.
11759         (org-export-latex-format-image): Positioning images using the new
11760         defcustom variable.
11762 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
11764         * ob-ditaa.el (org-babel-execute:ditaa): Throw error when
11765         evaluated and :file header argument is missing.
11767 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
11769         * ob-exp.el (org-babel-exp-do-export): Simplified, no longer need
11770         to do anything to export code.
11771         (org-babel-exp-results): No longer returns a replacement for the
11772         code block.
11773         (org-babel-exp-inline-src-blocks): Simplified.
11774         (org-babel-exp-src-block): Removed unnecessary pluralization from
11775         function name.
11777 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
11779         * ob-exp.el (org-babel-exp-inline-src-blocks): Simplified
11780         exportation of inline code blocks using normal code block
11781         execution mechanism to insert results.
11782         (org-babel-exp-results): Results exportation mechanism is unified
11783         for both inline and regular code blocks.
11785         * ob.el (org-babel-where-is-src-block-result): Returns the point
11786         after an inline code block for inline code blocks.
11788 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
11790         * ob.el (org-babel-insert-result): Special handling of the
11791         position of results of inline code blocks.
11792         (org-babel-examplize-region): Now able to comment inline regions.
11794 2011-07-28  Lawrence Mitchell  <wence@gmx.li>
11796         * org-exp.el (org-export-with-LaTeX-fragments): Fix docstring so
11797         that \\[ a = b \\] is not interpreted as a keybinding by
11798         `substitute-command-keys'.
11800 2011-07-28  Dan Davison  <dandavison7@gmail.com>
11802         * org-latex.el (org-export-as-latex): Process export property list
11803         with `org-export-process-option-filters' early in latex export.
11805 2011-07-28  Julien Danjou  <julien@danjou.info>
11807         * org.el: Remove `org-invisible-p': `outline-invisible-p' is
11808         available in Emacs 22 and in recent XEmacs 21.  Replace in various
11809         files.
11811 2011-07-28  Julien Danjou  <julien@danjou.info>
11813         * org-agenda.el (org-agenda-get-progress): Fix regexp for statep:
11814         it must has \\ at the end of the line.  This avoid matching the
11815         following heading when there's no newline between the logged state
11816         and the next heading.
11818 2011-07-28  Julien Danjou  <julien@danjou.info>
11820         * org-agenda.el (org-format-agenda-item): Simplify time comuting.
11822 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11824         * org.el (org-current-level, org-store-link, org-mark-subtree):
11825         Use `org-with-limited-levels'.
11827 2011-07-28  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
11829         * org-publish.el (org-publish-get-base-files): Add sitemap file.
11831 2011-07-28  Matt Lundin  <mdl@imapmail.org>
11833         * org-agenda.el (org-agenda-todo-ignore-deadlines): New option.
11834         (org-agenda-todo-ignore-scheduled): New option.
11835         (org-agenda-todo-ignore-timestamp): New option.
11836         (org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item):
11837         Allow user to specify custom distance to ignore (future or past).
11838         (org-agenda-todo-custom-ignore-p): New function.
11840 2011-07-28  Matt Lundin  <mdl@imapmail.org>
11842         * org-habit.el (org-habit-parse-todo) Don't parse more days than
11843         needed.
11845 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
11847         * ob.el (org-babel-map-inline-src-blocks): Macro for executing
11848         code in each inline code block.
11849         (org-babel-execute-buffer): Executes inline code blocks as well as
11850         regular code blocks.
11852 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
11854         * ob.el (org-babel-result-end): Now recognizes "#+begin_org"
11855         blocks for removal.
11857 2011-07-28  Benjamin Drieu  <bdrieu@april.org>  (tiny change)
11859         * org-clock.el (org-clock-before-select-task-hook): New hook.
11860         (org-clock-select-task): Run new hook.
11862 2011-07-28  Julien Danjou  <julien@danjou.info>
11864         * org-agenda.el (org-agenda-get-blocks): Fix time of start/end of
11865         events with range.  This display things like: <2011-01-22 Sat
11866         14:00>--<2011-01-23 Sun 20:00> correctly, with the event starting
11867         at 14:00 and ending at 20:00.
11869 2011-07-28  Dan Davison  <dandavison7@gmail.com>
11871         * ob.el (org-babel-inline-src-block-regexp): Character preceding
11872         "src_" can now be anything as long as it is neither alphanumeric
11873         nor '-'.
11875 2011-07-28  Dan Davison  <dandavison7@gmail.com>
11877         * ob.el (org-babel-merge-params): Docstring typo.
11879 2011-07-28  Dan Davison  <dandavison7@gmail.com>
11881         * ob.el (org-babel-params-from-buffer): Process all #+babel: lines
11882         in the buffer.
11884 2011-07-28  Dan Davison  <dandavison7@gmail.com>
11886         * ob.el (org-babel-get-src-block-info): Alter order of merge
11887         arguments.
11889 2011-07-28  Dan Davison  <dandavison7@gmail.com>
11891         * ob-python.el: Test whether non-nil buffer is #<killed buffer>.
11893 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
11895         * ob.el (org-babel-insert-result): Ensure all parts of result
11896         wrappers end in newlines.
11898 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
11900         * ob-tangle.el (org-babel-tangle): New :mkdirp header argument
11901         optionally creates parent directories of tangle targets.
11903 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
11905         * org-ascii.el (org-ascii-level-start): Catch the case of levels
11906         which do not have an equivalent in the list of underline
11907         characters.
11909 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
11911         * ob-sh.el (org-babel-sh-var-quote-fmt): Now possible to customize
11912         the format string used to escape arguments to shell code blocks.
11914 2011-07-28  Julien Danjou  <julien@danjou.info>
11916         * org-agenda.el (org-agenda-reset-view): New function.
11917         (org-agenda-view-mode-dispatch): Bind space to org-agenda-reset-view.
11919 2011-07-28  Puneeth Chaganti  <punchagan@gmail.com>
11921         * org-exp.el (org-export-handle-include-files): Support :lines
11922         property.
11923         (org-get-file-contents): New argument lines to include specify a
11924         range of lines to include.
11926 2011-07-28  Bastien Guerry  <bzg@gnu.org>
11928         * org.el (org-fast-tag-selection): Fix bug when assigning keys.
11930 2011-07-28  Lawrence Mitchell  <wence@gmx.li>
11932         * org-latex.el (org-export-latex-make-header): Export email in
11933         author line if `org-export-email-info' is non-nil.
11935 2011-07-28  Julien Danjou  <julien@danjou.info>
11937         * org-agenda.el (org-agenda-goto-today): Respect current span.
11939 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
11941         * org-complete.el (pcomplete/org-mode/link)
11942         (pcomplete/org-mode/todo, pcomplete/org-mode/prop): Copy list
11943         before uniquifying.
11945 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
11947         * ob-tangle.el (org-babel-spec-to-string): Adding "noweb" as a
11948         linking comment type
11949         (org-babel-tangle-comment-links): Returns comment links for the
11950         source code block at point.
11952 2011-07-28  Bastien Guerry  <bzg@gnu.org>
11954         * org.el (org-refile-check-position): Send a more explicit message
11955         on how to clear the cache before refiling again.
11957 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
11959         * org-agenda.el (org-agenda-skip-function-global): New option.
11960         (org-agenda-skip-eval): New function.
11961         (org-agenda-skip): Use `org-agenda-skip-eval' and also check for
11962         the global skipping condition.
11964 2011-07-28  David Maus  <dmaus@ictsoc.de>
11966         * org-html.el (org-export-as-html): Handle timestamps after
11967         handling links.
11969 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
11971         * ob-tangle.el (org-babel-tangle-jump-to-org): Ever wider searches
11972         until either a matching block is found, or the limits of the file
11973         are reached.
11975 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
11977         * ob.el (org-babel-update-block-body): Literal argument to
11978         `replace-match' to allow insertion of text containing '\'.
11980 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
11982         * ob-ref.el (org-babel-ref-parse): Allow passing empty strings
11983         into code blocks.
11985 2011-07-28  David Maus  <dmaus@ictsoc.de>
11987         * test-org-table.el
11988         (test-org-table/org-table-convert-refs-to-rc/3)
11989         (test-org-table/org-table-convert-refs-to-rc/2)
11990         (test-org-table/org-table-convert-refs-to-rc/1)
11991         (test-org-table/org-table-convert-refs-to-an/3)
11992         (test-org-table/org-table-convert-refs-to-an/2)
11993         (test-org-table/org-table-convert-refs-to-an/1): Provide tests for
11994         table formular format conversion.
11996 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
11998         * org.el (org-sort-entries): Fix sorting with a bold emphasis at
11999         bol.
12001 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
12003         * ob.el (org-babel-open-src-block-result): Must collect result
12004         *before* jumping to the result buffer.
12006 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
12008         * ob.el (org-babel-src-block-names): Fix bug, wrong match-string
12009         used after update to regexp.
12011 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
12013         * ob.el (org-babel-temp-file): Ensure that
12014         `org-babel-temporary-directory' is bound before using.
12015         (org-babel-remove-temporary-directory): Safer error throwing.
12017 2011-07-28  niels giesen  <niels.giesen@gmail.com>
12019         * org-docbook.el (org-export-docbook-finalize-table): Do literal
12020         replacements.
12022 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
12024         * ob.el (org-babel-execute-src-block): Uses org-src-lang-modes to
12025         resolve language names for evaluation.
12027 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
12029         * org-capture.el (org-capture-templates): Add %f and %F escapes
12030         (org-capture): Add more information to capture property list
12031         (org-capture-fill-template): Handle %f and %F escapes.
12033 2011-07-28  David Maus  <dmaus@ictsoc.de>
12035         * org-publish.el (org-publish-cache-ctime-of-src): Use mtime of
12036         symlink target.
12038 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
12040         * org.el (org-occur-next-match): New function.
12041         (org-mode): Set the variable `next-error-function'.
12042         (org-highlight-new-match): Add an `org-type' property to the
12043         overlays.
12045 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
12047         * ob-calc.el: No longer require `calc-trail' on XEmacs.
12049 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
12051         * org.el (org-modules): Add `org-eshell'.
12053 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
12055         * org-special-blocks.el (htmlp, latexp, line): Add defvars for
12056         dynamically scoped variables.
12058         * org.el (org-modules): Move `org-special-blocks' into the core
12059         modules section.
12061 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
12063         * org-special-blocks.el: New file.
12065 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
12067         * org.el (org-plist-delete): Remove duplicate definition.
12069 2011-07-28  Bernt Hansen  <bernt@norang.ca>
12071         * org-agenda.el (org-agenda-goto): Display invisible entry text.
12073         * org-agenda.el (org-agenda-switch-to): Display invisible entry
12074         text.
12076 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
12078         * org.el (org-get-category): New optional argument FORCE-REFRESH.
12079         Automatically refresh if the property is not there.
12080         (org-entry-properties): Remove refresh - this is now done in
12081         org-get-category.
12083         * org-clock.el (org-clock-insert-selection-line): Let
12084         `org-get-category' do the property refresh.
12086         * org-archive.el (org-archive-subtree): Force a refresh of
12087         category properties.
12089 2011-07-28  Julien Danjou  <julien@danjou.info>
12091         * org-icalendar.el (org-print-icalendar-entries): Do not manually
12092         refresh categories.
12094 2011-07-28  Dan Davison  <dandavison7@gmail.com>
12096         * org.el (org-display-inline-images): Check for clear-image-cache
12097         before using it.
12099 2011-07-28  Bernt Hansen  <bernt@norang.ca>
12101         * org.el: Document missing value for org-link-frame-setup.
12103 2011-07-28  Dan Davison  <dandavison7@gmail.com>
12105         * ob-R.el (org-babel-R-write-object-command): Force evaluation of
12106         user code prior to the R exception-handling, so that errors in
12107         user code are unhandled.
12109 2011-07-28  Dan Davison  <dandavison7@gmail.com>
12111         * org-src.el (org-src-font-lock-fontify-block): Test, early on,
12112         that a major-mode function corresponding to the language string
12113         exists.
12115 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
12117         * org-exp.el (org-export-mark-list-ending): Insert additional
12118         newline characters if end-list-marker is at a wrong position.
12120 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
12122         * ob.el (org-babel-script-escape): Replace commas with spaces for
12123         better list reading when list items are packed with commas,
12124         e.g. Haskell list output.
12126 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
12128         * ob-sass.el (org-babel-execute:sass): Uses ob-eval for better
12129         error reporting.
12131 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
12133         * ob.el (org-babel-confirm-evaluate): Fix for the case when
12134         org-confirm-babel-evaluate is a function (used to always ask no
12135         matter what the function returns).
12137 2011-07-28  Dan Davison  <dandavison7@gmail.com>
12139         * ob-R.el: Delete duplicated function.
12141 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
12143         * ob.el (org-babel-execute-src-block): Removed unused flet
12144         function.
12146 2011-07-28  Dan Davison  <dandavison7@gmail.com>
12148         * ob-asymptote.el (org-babel-execute:asymptote): Return nil to
12149         signal that the intended content has been written to file.
12151         * ob-ditaa.el (org-babel-execute:ditaa): Return nil to signal that
12152         the intended content has been written to file.
12154         * ob-dot.el (org-babel-execute:dot): Return nil to signal that the
12155         intended content has been written to file.
12157         * ob-gnuplot.el (org-babel-execute:gnuplot): Return nil to signal
12158         that the intended content has been written to file.
12160         * ob-latex.el (org-babel-execute:latex): Return nil to signal that
12161         the intended content has been written to file.
12163         * ob-mscgen.el (org-babel-execute:mscgen): Return nil to signal
12164         that the intended content has been written to file.
12166         * ob-octave.el (org-babel-execute:octave): Return result; not name
12167         of output file.
12169         * ob-plantuml.el (org-babel-execute:plantuml): Return nil to
12170         signal that the intended content has been written to file.
12172         * ob-python.el (org-babel-execute:python): Return result; not name
12173         of output file.
12175         * ob-ruby.el (org-babel-execute:ruby): Return result; not name of
12176         output file.
12178         * ob-sass.el (org-babel-execute:sass): Return nil if result has
12179         been written to file.
12181 2011-07-28  Dan Davison  <dandavison7@gmail.com>
12183         * ob-R.el (org-babel-R-graphical-output-file): New function
12184         returns the name of the output file iff R has been instructed to
12185         send graphical output to file by means of the ":results graphics"
12186         directive.
12187         (org-babel-expand-body:R): Use `org-babel-R-graphical-output-file'
12188         when constructing the R code to evaluate, which may be augmented
12189         with code implementing the writing of graohical output to file.
12190         (org-babel-execute:R): Use `org-babel-R-graphical-output-file' to
12191         determine whether R is taking responsibility for writing output to
12192         file; if so, this is signaled to ob.el by returning a nil result.
12194 2011-07-28  Dan Davison  <dandavison7@gmail.com>
12196         * ob.el (org-babel-format-result): New function to format results
12197         of src block execution.
12198         (org-babel-execute-src-block): Use `org-babel-format-result' when
12199         writing to file.
12200         (org-babel-open-src-block-result): Use `org-babel-format-result'
12201         when displaying results in a buffer.  Name results buffer
12202         differently.
12204 2011-07-28  Dan Davison  <dandavison7@gmail.com>
12206         * ob.el (org-babel-execute-src-block): Avoid calling
12207         `orgtbl-to-generic' on number results.
12209 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
12211         * ob.el (org-babel-execute-src-block): Allow specification of
12212         table separator with :sep header argument.
12213         (org-babel-open-src-block-result): Allow specification of table
12214         separator with :sep header argument.
12216 2011-07-28  Dan Davison  <dandavison7@gmail.com>
12218         * ob.el (org-babel-execute-buffer): Wipe error buffer at outset of
12219         executing buffer (note that this handles execute subtree also).
12221 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
12223         * org-inlinetask.el (org-inlinetask-in-task-p): Small refactoring,
12224         do not modify match data either.
12225         (org-inlinetask-goto-end): Small refactoring, remove
12226         case-sensitivity.
12227         (org-inlinetask-goto-beginning): Small refactoring, remove
12228         case-sensitivity.
12230 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
12232         * org-capture.el (org-capture-set-target-location): Use
12233         `current-time'.
12235 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
12237         * org-capture.el (org-capture-set-target-location): Use
12238         `current-time'.
12240 2011-07-28  Bernt Hansen  <bernt@norang.ca>
12242         * org.el (org-before-first-heading-p): If point is on an org-mode
12243         heading line then we are not before the first heading.
12245 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>  (tiny change)
12247         * org-timer.el (org-timer-continue-hook): Define the variable
12248         (org-timer-pause-or-continue): Run hook after relative timer is
12249         continued.
12251 2011-07-28  Julien Danjou  <julien@danjou.info>
12253         * org-agenda.el (org-compile-prefix-format): Allow %() expression.
12255 2011-07-28  Julien Danjou  <julien@danjou.info>
12257         * org-capture.el (org-capture-fill-template): Use org-eval.
12259 2011-07-28  Julien Danjou  <julien@danjou.info>
12261         * org-agenda.el (org-eval): New function.
12263 2011-07-28  Dan Davison  <dandavison7@gmail.com>
12265         * ob.el (org-babel-execute-src-block): With :results file, when
12266         :file is not supplied, interpret result as a file link as long as
12267         it is a string.
12269 2011-07-28  David Maus  <dmaus@ictsoc.de>
12271         * org-latex.el (org-export-latex-preprocess): Don't convert link
12272         description parts that look like numeric footnote.
12274 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
12276         * org-latex.el (org-export-latex-tables): Allowing specification
12277         of tabular[xy] inner environments through the ATTR_LaTeX line.
12279 2011-07-28  Julien Danjou  <julien@danjou.info>
12281         * org-capture.el (org-capture-fill-template): Use
12282         `org-set-property' directly.
12284 2011-07-28  Julien Danjou  <julien@danjou.info>
12286         * org-agenda.el (org-agenda-prefix-format): Add missing `search'
12287         item in docstring.
12289 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
12291         * org-exp.el (org-export-string): Use `format' to construct
12292         function call to allow symbolic or string arguments.
12294 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
12296         * org-capture.el (org-capture-place-entry):
12297         (org-capture-insert-template-here): Check tree for validity before
12298         pasting it.
12300 2011-07-28  Julien Danjou  <julien@danjou.info>
12302         * org-gnus.el (org-gnus-store-link): Trim date.
12304 2011-07-28  Julien Danjou  <julien@danjou.info>
12306         * org.el (org-email-link-description): Allow to retrieve email
12307         link date.
12309 2011-07-28  Lawrence Mitchell  <wence@gmx.li>
12311         * org.el (org-make-target-link-regexp): `regexp-quote' target
12312         before replacing whitespace.
12314 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
12316         * ob.el (org-babel-expand-noweb-references): Noweb references can
12317         now be resolved from the library of babel.
12319 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
12321         * ob.el (org-babel-result-end): No longer leaving trailing new
12322         line after block removal.
12324 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
12326         * org-latex.el (org-export-latex-first-lines): Anchor outline
12327         regexp during LaTeX tree export.
12329 2011-07-28  Konrad Hinsen  <konrad.hinsen@fastmail.net>
12331         * ob-python.el (org-babel-python-initiate-session-by-key): Make
12332         sure that py-which-bufname is initialized, as otherwise it will be
12333         overwritten the first time a Python buffer is created.
12335 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
12337         * ob-sh.el (org-babel-sh-var-to-sh): Better escaping of variables
12338         with spaces.
12340 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
12342         * ob-org.el (org-babel-execute:org): Padding code block with an
12343         empty title on LaTeX export.
12345 2011-07-28  Matt Lundin  <mdl@imapmail.org>
12347         * org.el (org-entry-properties): Stop scanning for timestamps if a
12348         specific timestamp property (e.g., DEADLINE, SCHEDULED, etc.) is
12349         requested and a match is found.  Also, if a specific timestamp
12350         property is requested, do not push non-relevant timestamps onto
12351         property list.
12353 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
12355         * org-agenda.el (org-agenda-add-time-grid-maybe): Show time only
12356         when grid is being made for today.
12358 2011-07-28  Matt Lundin  <mdl@imapmail.org>
12360         * org-agenda.el (org-agenda-get-scheduled): Don't call
12361         `org-is-habit-p' until after checking for
12362         `org-agenda-skip-scheduled-if-done'.
12364 2011-07-28  Achim Gratz  <Stromeko@nexgo.de>
12366         * org.el: Remove spurious linebreak introduced by earlier patch.
12368         * ob.el, ob-ref.el: Remove double fix of the same problem.
12370 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
12372         * org-table.el (orgtbl-ctrl-c-ctrl-c): Parse buffer for constants.
12374 2011-07-28  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>
12376         * org-html.el (org-export-html-mathjax-template): Displaymath
12377         environment and MathJax.
12379 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
12381         * org-faces.el (org-agenda-current-time): New face.
12383         * org-agenda.el (org-agenda-show-current-time-in-grid):
12384         (org-agenda-current-time-string): New options.
12385         (org-agenda-add-time-grid-maybe): Add current time to time grid.
12387 2011-05-10  Jim Meyering  <meyering@redhat.com>
12389         Fix doubled-word typos.
12390         * org-agenda.el (org-agenda-entry-types): the the -> the
12391         * org-table.el (org-table-get-remote-range): or or -> or
12392         * org-wl.el (org-wl-folder-type): the the -> the
12393         * org.el (org-goto, org-inside-LaTeX-fragment-p): Likewise.
12395 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
12397         * org-src.el (org-src-switch-to-buffer):
12398         * org-plot.el (org-plot/gnuplot-script, org-plot/gnuplot):
12399         * org-mouse.el (org-mouse-agenda-type):
12400         * org-freemind.el (org-freemind-node-to-org):
12401         * ob-sql.el (org-babel-execute:sql):
12402         * ob-exp.el (org-babel-exp-do-export, org-babel-exp-code):
12403         * ob-ref.el (org-babel-ref-resolve): Fix use of case.
12405 2011-03-07  Chong Yidong  <cyd@stupidchicken.com>
12407         * Version 23.3 released.
12409 2011-03-06  Juanma Barranquero  <lekktu@gmail.com>
12411         * org.el (org-blank-before-new-entry, org-context-in-file-links)
12412         (org-refile-targets, org-log-repeat, org-insert-link)
12413         (org-speed-command-default-hook, org-speed-command-hook)
12414         (org-in-regexps-block-p, org-yank-generic, org-goto-first-child):
12415         Fix typos in docstrings.
12416         (org-toggle-pretty-entities): Fix typo in message.
12418 2011-03-06  Juanma Barranquero  <lekktu@gmail.com>
12420         * org-id.el: Don't set `kill-emacs-hook' on noninteractive sessions.
12422 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12424         * org-remember.el (org-remember-mode-map):
12425         * org-src.el (org-src-mode-map): Move initialization into declaration.
12427 2011-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
12429         * org-remember.el (org-remember-mode):
12430         * org-capture.el (org-capture-mode): Don't run hook redundantly.
12432 2011-01-09  Chong Yidong  <cyd@stupidchicken.com>
12434         * org-faces.el (org-link): Inherit from link face.
12435         Suggested by Joakim Verona.
12437 2010-12-11  Tassilo Horn  <tassilo@member.fsf.org>
12439         * org-footnote.el (org-footnote-create-definition): Place
12440         Footnotes section before message-signature-separator also in modes
12441         derived from message-mode.
12443 2010-12-11  Julien Danjou  <julien@danjou.info>
12445         * org.el (org-make-tags-matcher): Remove useless cat-p value.
12447 2010-12-11  Julien Danjou  <julien@danjou.info>
12449         * org.el (org-entry-properties): Enhance docstring.
12451 2010-12-11  Nicolas Goaziou  <n.goaziou@gmail.com>
12453         * org-list.el (org-list-top-point-with-indent)
12454         (org-list-bottom-point-with-indent): Pay also attention to
12455         'original-indentation property of text, as blocks are put to
12456         column 0 upon exporting.
12458 2010-12-11  Dan Davison  <dandavison7@gmail.com>
12460         * ob.el (org-babel-remove-temporary-directory): Handle exception
12461         with message informing of failure to remove directory.
12463 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
12465         * ob-clojure.el (org-babel-header-arg-names:clojure): Add
12466         `package' to the list of Clojure header arguments which will be read
12467         from heading properties.
12469 2010-12-11  Nicolas Goaziou  <n.goaziou@gmail.com>
12471         * org-inlinetask.el (org-inlinetask-export-templates): Add
12472         Sébastien Vauban's suggestion for LaTeX export in docstring.  This is
12473         not default as it requires an additional LaTeX package: "todonotes".
12475 2010-12-11  Nicolas Goaziou  <n.goaziou@gmail.com>
12477         * org-inlinetask.el (org-inlinetask-export-templates): New variable.
12479         * org-inlinetask.el (org-inlinetask-export-handler): Make use of
12480         templates to export inline tasks.
12482 2010-12-11  Nicolas Goaziou  <n.goaziou@gmail.com>
12484         * org.el (org-current-level): Ignore inline tasks when getting current
12485         level of entry.
12487 2010-12-11  Nicolas Goaziou  <n.goaziou@gmail.com>
12489         * org.el (org-indent-line-function): Ignore drawers inside inline
12490         tasks  if the line to indent isn't inside an inline task itself.
12492 2010-12-11  Nicolas Goaziou  <n.goaziou@gmail.com>
12494         * org-inlinetask.el (org-inlinetask-get-task-level): New function.
12496         * org-indent.el (org-indent-add-properties): Find true level of
12497         indentation wrt inline tasks.
12499 2010-12-11  Nicolas Goaziou  <n.goaziou@gmail.com>
12501         * org-inlinetask.el (org-inlinetask-outline-regexp): New function.
12503         * org-inlinetask.el (org-inlinetask-goto-beginning): New function.
12505         * org-inlinetask.el (org-inlinetask-goto-end): New function.
12507         * org.el (org-mark-subtree): New command.
12509         * org.el (org-speed-commands-default, org-mode-map): Make use of
12510         new command.
12512 2010-12-11  Nicolas Goaziou  <n.goaziou@gmail.com>
12514         * org-inlinetask.el (org-inlinetask-export-handler): Remove protection
12515         from @<span class...> so it can be removed during LaTeX export.
12517 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
12519         * ob.el (org-babel-insert-result): More informative code block
12520         evaluation messages.
12522 2010-12-11  Matt Lundin  <mdl@imapmail.org>
12524         * org.el (org-make-heading-search-string): Optionally limit number
12525         of lines stored in file link search strings.
12526         (org-context-in-file-links): Add option to set to integer specifying
12527         number of lines.
12529 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
12531         * org-capture.el (org-capture-finalize): New prefix argument
12532         STAY-WITH-CAPTURE.
12533         (org-capture-refile): Improve docstring.
12535 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
12537         * ob-sql.el (org-babel-execute:sql): Add msosql as optional sql
12538         interaction engine.
12540 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
12542         * org-agenda.el (org-agenda-list):
12543         (org-agenda-goto-today): Use `org-today'.
12545 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
12547         * org-latex.el (org-export-latex-make-header): Swap \begin{document}
12548         and the title/author definitions.
12550 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
12552         * org-macs.el: Better backup definition for
12553         `with-silent-modifications'.
12555 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
12557         * ob-python.el (org-babel-execute:python): Rename "prefix" to
12558         "preamble".
12559         (org-babel-python-evaluate): Rename "prefix" to "preamble".
12560         (org-babel-python-evaluate-external-process): Rename "prefix" to
12561         "preamble".
12563 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
12565         * ob.el (org-babel-examplize-region): Check if `end' is a marker
12566         or a point and handle appropriately.
12568 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
12570         * ob-sql.el (org-babel-execute:sql): Explicitly set field
12571         separator to \t when importing tabular data.
12573 2010-12-11  Julien Danjou  <julien@danjou.info>
12575         * org-agenda.el (org-agenda-custom-commands-local-options):
12576         Allow org-agenda-span to be a symbol.
12577         (org-agenda-ndays): Make obsolete.
12578         (org-agenda-span): New variable superseding org-agenda-ndays.
12579         (org-agenda-menu): Use org-agenda-current-span.
12580         (org-agenda-current-span): New local variable storing current
12581         span.
12582         (org-agenda-list): Take a span instead of ndays as argument.
12583         This function is now responsible for computing the ndays based
12584         on span.
12585         (org-agenda-ndays-to-span): Return span only if number of days
12586         really matches.
12587         (org-agenda-span-to-ndays): New function.
12588         (org-agenda-manipulate-query): Use org-agenda-compute-starting-span.
12589         (org-agenda-goto-today): Use org-agenda-compute-starting-span.
12590         (org-agenda-later): Do not give compute a new span, use the
12591         current one.
12592         (org-agenda-day-view, org-agenda-week-view)
12593         (org-agenda-month-view, org-agenda-year-view): Stop touching
12594         org-agenda-ndays.
12595         (org-agenda-change-time-span): Only compute starting-span.
12596         (org-agenda-compute-starting-span): New function derived from
12597         the old org-agenda-compute-time-span.
12598         (org-agenda-set-mode-name): Compute mode based on
12599         org-agenda-current-span.
12600         (org-agenda-span-name): New function.
12602 2010-12-11  Robert Pluim  <rpluim@gmail.com>  (tiny change)
12604         * org-agenda.el (org-agenda-toggle-deadlines): Fix docstring.
12606 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
12608         * org-clock.el (org-quarter-to-date): Define variables.
12609         (org-clock-special-range): Defin variables.  Use org-floor*.
12610         (org-clocktable-write-default): Define tcol.
12612         * org-compat.el (org-floor*): New function.
12614 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
12615             John Wiegley  <jwiegley@gmail.com>
12617         * org-complete.el: New file.
12619 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
12621         * org-clock.el (org-clocktable-write-default): Fix the % formula.
12623 2010-12-11  Matt Lundin  <mdl@imapmail.org>
12625         * org-agenda.el (org-format-agenda-item): The value of
12626         org-category is not converted to a string unless it is defined.
12628 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
12630         * ob-python.el (org-babel-execute:python): Pass the new "prefix"
12631         header argument through to external evaluation.
12632         (org-babel-python-evaluate): Pass the new "prefix" header argument
12633         through to external evaluation.
12634         (org-babel-python-evaluate-external-process): When specified prepend
12635         "prefix" to the file used in external evaluation.
12637 2010-12-11  Dan Davison  <dandavison7@gmail.com>
12639         * ob-python.el (org-babel-python-evaluate-session): Change python
12640         module name from 'pp' to 'pprint'.
12642 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
12644         * ob-R.el (org-babel-R-evaluate-session): Removing empty lines
12645         from R session output, these are often the result of variable
12646         assignments.
12648 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
12650         * ob-sql.el (orgtbl-to-csv): Declaring an external function to
12651         fix a compiler warning.
12653 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
12655         * ob-eval.el (require): No longer require ob.el to allow
12656         requiring by ob.el.
12658         * ob.el (ob-eval): Require ob-eval.
12660 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
12662         * ob.el (org-babel-confirm-evaluate): Show code block's name when
12663         it is available during evaluation query.
12665 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
12667         * ob-sql.el (org-babel-expand-body:sql): Expand the body of a sql
12668         code block.
12669         (org-babel-execute:sql): Use sql specific body expansion function.
12670         (org-babel-sql-expand-vars): Insert variables into a sql code block.
12672 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
12674         * ob.el (org-babel-insert-result): Using markers instead of
12675         points for more robust buffer anchors.
12677 2010-12-11  Julien Danjou  <julien@danjou.info>
12679         * org-capture.el: Use org-today.
12681 2010-12-11  Julien Danjou  <julien@danjou.info>
12683         * org-habit.el: Use org-today.
12685 2010-12-11  Julien Danjou  <julien@danjou.info>
12687         * org.el (org-auto-repeat-maybe): Use org-today.
12689 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
12691         * org-clock.el (org-day-of-week): New function.
12692         (org-quarter-to-date): New function.
12693         (org-clock-special-range): Implement quarters.
12695 2010-12-11  Sébastien Vauban  <wxhgmqzgwmuf@spammotel.com>
12697         * org.el (org-complete-tags-always-offer-all-agenda-tags):
12698         Fix docstring.
12700 2010-12-11  Julien Danjou  <julien@danjou.info>
12702         * org-agenda.el (org-format-agenda-item): Convert category to a string
12703         if it is a symbol.  This fixes the following call to
12704         org-agenda-get-category-icon which fails if category is not a string.
12706 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
12708         * ob-clojure.el: Updated requirements documentation to mention
12709         the minimum version of Clojure.
12710         (org-babel-expand-body:clojure): Fully qualified function name.
12712 2010-12-11  Nicolas Goaziou  <n.goaziou@gmail.com>
12714         * org-latex.el (org-export-latex-lists): Do not add an
12715         unnecessary newline character after a list.
12717         * org-list.el (org-list-bottom-point-with-indent): Ensure bottom
12718         point is just after a non blank line.
12720 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
12722         * ob.el (org-babel-examplize-region): Remove old assertion which
12723         no longer applies to the result insertion code.
12725 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
12727         * ob-python.el (org-babel-execute:python): Use a :return header
12728         argument for external evaluation in which the code block body need
12729         to be wrapped in a function.
12731 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
12733         * ob-clojure.el (org-babel-expand-body:clojure): Trapped free
12734         variable.
12736 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
12738         * org.el (org-edit-special): Edit formulas when in TBLMF line.
12740 2010-12-11  Allen S. Rout  <asr@ufl.edu>  (tiny change)
12742         * org-capture.el (org-capture-after-finalize-hook): New hook.
12743         (org-capture-finalize): Run the new hook.
12745 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
12747         * ob-clojure.el (org-babel-expand-body:clojure): Support for
12748         pretty printing of Clojure code and data.
12750 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
12752         * ob.el (org-babel-insert-result): No longer escape results which
12753         will be wrapped in a block.
12755 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
12757         * ob-eval.el (org-babel-eval-wipe-error-buffer): Fix compiler
12758         warning and added documentation string.
12760 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
12762         * ob-clojure.el (org-babel-execute:clojure): Remade using slime
12763         for all code evaluation.
12765 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
12767         * org-beamer.el (org-beamer-sectioning): Allow overlay arguments for
12768         the column as well.
12770 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
12772         * ob.el (org-babel-confirm-evaluate): More descriptive message
12773         when evaluation is aborted or disabled.
12775 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
12777         * ob.el (org-babel-insert-result): Responds to new "wrap" header
12778         argument.
12779         (org-babel-merge-params): Includes new "wrap" header argument in
12780         one of the results header argument exclusive groups.
12782 2010-12-11  David Maus  <dmaus@ictsoc.de>
12784         * org-macs.el (with-silent-modifications): Fix condition for
12785         with-silent-modification.
12787 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
12789         * ob.el (org-babel-parse-header-arguments): Stripping trailing
12790         spaces off of header arguments (even the first one).
12792 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
12794         * ob-sh.el (org-babel-sh-var-to-sh): Wrap end token of heredoc in
12795         single quotes which is the best practice.
12796         (org-babel-sh-table-or-results): Use `org-babel-script-escape' for
12797         more robust parsing of shell output.
12799 2010-12-11  Dan Davison  <dandavison7@gmail.com>
12801         * org.el (org-additional-option-like-keywords): Add more keywords,
12802         and colons to some old ones.
12804 2010-12-11  Dan Davison  <dandavison7@gmail.com>
12806         * ob-eval.el (org-babel-error-buffer-name): Define new variable.
12808 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
12810         * ob-python.el (org-babel-python-table-or-string):
12811         Using `org-babel-script-escape' for reading string input from scripting
12812         languages.
12814 2010-12-11  Achim Gratz  <Stromeko@nexgo.de>  (tiny change)
12816         * org-macs.el (org-called-interactively-p): Wrap function call in
12817         with-no-warnings.
12818         (with-silent-modifications): Declare macro for Emacs < 23.2.
12820 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
12822         * ob.el (org-babel-parse-header-arguments): Remove addition of
12823         ":" to singleton first header arguments as it was leading to errors.
12825 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
12827         * org-latex.el (org-export-latex-make-header): Run the title through
12828         `org-export-latex-fontify-headline'.
12829         (org-export-latex-fontify-headline): Do the protection of math
12830         snippets also here.
12832 2010-12-11  Richard Lawrence  <richard.lawrence@berkeley.edu>
12834         * org-latex.el (org-export-as-latex): Sent the section title
12835         through the preprocessor.
12837 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
12839         * org-html.el (org-html-level-start): Mark listified headings
12840         with a custom id.
12842 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
12844         * org.el (org-open-at-point): Don't do footnote action if cursor is
12845         on a bracket link.
12847 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
12849         * org.el (org-edit-special): Check also for TBLFM line.
12851 2010-12-11  Achim Gratz  <Stromeko@Stromeko.DE>  (tiny change)
12853         * org-clock.el (org-get-clocktable): Previous patch incorrectly
12854         required whitespace in front of #+BEGIN: and #+END:.
12856 2010-12-11  Dan Davison  <dandavison7@gmail.com>
12858         * org-src.el (org-edit-src-code): Allow region to be inherited by
12859         edit buffer when mark is one character beyond end of src block.
12861 2010-12-11  Nicolas Goaziou  <n.goaziou@gmail.com>
12863         * org-list.el (org-cycle-list-bullet): Ensure point is at bol before
12864         checking item indentation.
12866 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
12868         * ob.el (org-babel-map-src-blocks): Move to earlier in the file
12869         and now autoloading.
12871 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
12873         * ob-ref.el (org-babel-ref-at-ref-p): Use higher level function
12874         for testing list membership.
12876         * ob.el (org-babel-read-result): Use higher level function for
12877         testing list membership.
12878         (org-babel-result-end): Use higher level function for testing list
12879         membership.
12881 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
12883         * ob-sqlite.el (ob-eval): Require ob-eval for external command
12884         execution.
12885         (org-babel-execute:sqlite): No longer uses the init option for
12886         passing commands to sqlite.
12888 2010-12-11  Nicolas Goaziou  <n.goaziou@gmail.com>
12890         * org.el (org-indent-line-function): Drawers and blocks have no
12891         influence on indentation of text below.  Also fix indentation
12892         problem with a block at column 0 and add a special case for
12893         literal examples.
12895 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
12897         * ob.el (org-babel-map-src-blocks): Ensure that the file argument
12898         is only evaluated once.
12900 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
12902         * ob-ref.el (org-babel-ref-resolve): Recognize `list' as a unique
12903         type of data
12904         (org-babel-ref-at-ref-p): Recognize `list' as a unique type of data.
12906 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
12908         * ob-tangle.el (org-babel-load-file): Can be called interactively.
12910 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>  (tiny change)
12912         * org-table.el (orgtbl-after-send-table-hook): New hook.
12913         (orgtbl-ctrl-c-ctrl-c): Run `orgtbl-after-send-table-hook' when a
12914         table was sent.
12915         (orgtbl-send-table): Return the number of sent tables, or nil if no
12916         sending has happened.
12918 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
12920         * org.el (org-get-priority-function): New option.
12921         (org-get-priority): Call `org-get-priority-function' if that
12922         has been set.
12924 2010-12-11  Dan Davison  <dandavison7@gmail.com>
12926         * ob-table.el (org-babel-table-truncate-at-newline): Only add
12927         "..." if there is something after the newline.
12929 2010-12-11  Achim Gratz  <Stromeko@nexgo.de>  (tiny change)
12931         * org-clock.el (org-get-clocktable):
12932         (org-in-clocktable-p):
12933         (org-clocktable-shift):
12934         (org-clocktable-steps): Fix regexp to allow for indented clock tables.
12936 2010-12-11  Puneeth Chaganti  <punchagan@gmail.com>
12938         * org-exp.el (org-export-handle-include-files): Support :minlevel
12939         property.
12940         (org-get-file-contents): New argument minlevel to demote included
12941         content.
12943 2010-12-11  Noorul Islam  <noorul@noorul.com>
12945         * org-latex.el (org-export-latex-hyperref-format): New option.
12946         (org-export-latex-href-format): Rename the existing variable
12947         `org-export-latex-hyperref-format' as `org-export-latex-href-format'
12948         (org-export-latex-links): Use `org-export-latex-hyperref-format' and
12949         `org-export-latex-href-format'.
12951 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
12953         * ob-calc.el (org-babel-execute:calc): Ensure the *Calculator*
12954         buffer exists before it is used.
12956 2010-12-11  Nicolas Goaziou  <n.goaziou@gmail.com>
12958         * org-exp.el (org-export-preprocess-string): Delay code block
12959         processing a bit to allow correct list parsing in the export string.
12961 2010-12-11  Christopher Allan Webber  <cwebber@dustycloud.org>
12963         * org-agenda.el (org-agenda-timegrid-use-ampm): New option.
12964         (org-agenda-time-of-day-to-ampm): New function.
12965         (org-agenda-time-of-day-to-ampm-maybe): New function.
12966         (org-format-agenda-item): Call org-agenda-time-of-day-to-ampm-maybe.
12968 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
12970         * org-faces.el (org-cycle-level-faces): New option.
12972         * org.el (org-get-level-face): Honor org-cycle-level-faces.
12974 2010-12-11  Julien Danjou  <julien@danjou.info>
12976         * org-agenda.el (org-agenda-today): New function.
12977         (org-agenda-get-day-face): New function.
12978         (org-timeline): Use org-agenda-today and org-agenda-get-day-face.
12979         (org-agenda-list): Use org-agenda-today and org-agenda-get-day-face.
12980         (org-todo-list): Use org-agenda-today.
12981         (org-get-all-dates): Use org-agenda-today.
12982         (org-agenda-day-face-function): New variable.
12983         (org-agenda-get-day-face): Use org-agenda-day-face-function.
12985 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
12987         * org.el (org-ctrl-c-ctrl-c): Consider sending a radio table also
12988         in Org.
12990 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
12992         * org-html.el (org-export-as-html): Do not treat partially
12993         protected lines as if they were fully protected.
12995 2010-12-11  Dan Davison  <dandavison7@gmail.com>
12997         * org-exp.el (org-export-format-source-code-or-example):
12998         Remove hard-wired configuration of minted export
12999         (org-export-latex-minted-with-line-numbers): Remove variable.
13001 2010-12-11  Bastien Guerry  <bzg@gnu.org>
13003         * org-clock.el (org-dblock-write:clocktable): Fix double
13004         reference to `link' in let construct.
13005         (org-clock-clocktable-formatter): Fix typo in docstring.
13006         (org-clocktable-write-default): Fix typo in docstring.
13008 2010-12-11  David Maus  <dmaus@ictsoc.de>
13010         * org-protocol.el (org-protocol-unhex-string): Normalize percent
13011         escape sequence to upper case letters.
13013 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
13015         * ob-lob.el (org-babel-lob-get-info): Include pass-through
13016         header arguments in results variable header argument string.
13018 2010-12-11  David Maus  <dmaus@ictsoc.de>
13020         * org-exp.el (org-export-visible): Limit search for in-buffer options
13021         beginning of first headline.
13023 2010-12-11  David Maus  <dmaus@ictsoc.de>
13025         * org.el (org-open-at-point): Remove stale link handler for news:
13026         links.
13028 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
13030         * org-clock.el (org-clocktable-write-default): Better handling of
13031         narrowing.
13033 2010-12-11  Julien Danjou  <julien@danjou.info>
13035         * org-agenda.el (org-agenda-category-icon-alist): Fix defcustom type.
13037 2010-12-11  Nicolas Goaziou  <n.goaziou@gmail.com>
13039         * org.el (org-indent-line-function): Simplify code and remove bug that
13040         would insert a tab at the beginning of the line when trying to
13041         indent the item.
13043 2010-12-11  Julien Danjou  <julien@danjou.info>
13045         * org.el (org-diary-sexp-entry): Split sexp result strings at semicolon.
13047 2010-12-11  Julien Danjou  <julien@danjou.info>
13049         * org-agenda.el (org-agenda-prefix-format): Insert place holder
13050         for icon.
13051         (org-agenda-category-icon-alist): New option.
13052         (org-agenda-get-category-icon): New function.
13053         (org-format-agenda-item): Support for icons.
13054         (org-compile-prefix-format): Support for icons.
13056 2010-12-11  Julien Danjou  <julien@danjou.info>
13058         * org-compat.el: Create defalias for `string-match-p' and
13059         looking-at-p.
13061 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
13063         * ob-calc.el (org-babel-execute:calc): Support for variables --
13064         converts :var variables in calc variables.
13066 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
13068         * org.el (org-sparse-tree): Mention [r] in dispatch menu.
13070 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
13072         * org-list.el (org-list-parse-list): Use `org-looking-at-p'.
13074 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
13076         * org-id.el (org-id-store-link): Test for org-mode before checking
13077         for IDs.
13079 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
13081         * org.el (org-shorten-string): New function.
13083         * org-exp.el (org-export-convert-protected-spaces): New function.
13084         (org-export-preprocess-string):
13085         Call `org-export-convert-protected-spaces' to handle new hard spaces.
13087 2010-12-11  David Maus  <dmaus@ictsoc.de>
13089         * org.el (org-narrow-to-subtree): Check for heading that ends at end
13090         of buffer.
13092 2010-11-12  Carsten Dominik  <carsten.dominik@gmail.com>
13094         * org-capture.el (org-capture-templates): Remove autoload from
13095         defcustom.
13097         * ob-lisp.el (slime): Don't expect slime to be present.
13099 2010-11-11  Dan Davison  <dandavison7@gmail.com>
13101         * ob.el: `copy-sequence' suffices to copy alist; no need for
13102         `copy-tree'.
13104 2010-11-11  Dan Davison  <dandavison7@gmail.com>
13106         * ob.el (org-babel-execute-src-block): If ":results file" is in
13107         effect, then ensure that the value of :file is returned as the
13108         result; don't rely on language files for this.
13110 2010-11-11  Dan Davison  <dandavison7@gmail.com>
13112         * ob.el (org-babel-sha1-hash): Avoid corrupting `info' data
13113         structure by side-effects of `sort'.
13115 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
13117         * org-list.el (org-list-bottom-point-with-indent): Do not check
13118         indentation of a non-empty blank line.
13120         * org-list.el (org-sort-list): Sort a list with point anywhere
13121         inside it.
13123 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
13125         * ob-calc.el (org-babel-execute:calc): Safer evaluation and
13126         hopefully better error messages.
13128 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
13130         * org.el (org-babel-load-languages): Adding calc.
13132 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
13134         * ob.el (org-babel-initiate-session): Don't resolve variable
13135         references unless prefix arg is supplied.
13137 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
13139         * ob-calc.el (org-babel-execute:calc): Ensure that calc stack
13140         refers to the correct stack.
13142 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
13144         * ob-calc.el: Adding the beginnings of support for calc code
13145         blocks.
13147 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
13149         * ob-tangle.el (org-babel-update-block-body): Declaring function
13150         for updating code block bodies.
13151         (org-babel-spec-to-string):
13152         (org-babel-detangle): Detangle all tangled and commented code
13153         blocks in the current file back to org.
13154         (org-babel-tangle-jump-to-org): Jump from a tangled and commented
13155         file back to the originating org-mode code block ob-tangle:
13156         detangle changes in code files back to the original org files.
13158 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
13160         * ob-tangle.el (org-babel-tangle-comment-format-beg): Fix typo.
13161         (org-babel-tangle-comment-format-end): Fix typo.
13163 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
13165         * org-exp.el (org-export-format-source-code-or-example):
13166         Use minted for latex source code export if `org-export-latex-listings'
13167         has the value 'minted.
13169         * org-latex.el (org-export-latex-listings): Document special value
13170         'minted.
13172         * org-latex.el (org-export-latex-minted): Delete variable.
13174 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
13176         * ob.el (org-babel-get-src-block-info): Retrieve contents of
13177         parentheses, excluding parentheses themselves.
13179 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
13181         * ob-gnuplot.el (org-babel-variable-assignments:gnuplot):
13182         Fix bug in gnuplot data file assignment using user variables.
13184 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
13186         * ob-latex.el (org-babel-execute:latex): Adding new :headers
13187         header argument for latex code blocks.
13189 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
13191         * org-capture.el (org-capture-templates): New capture property
13192         `:kill-buffer'.
13193         (org-capture-finalize): Kill target buffer if that is desired.
13194         (org-capture-target-buffer): Remember if we have to make the buffer.
13196 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
13198         * org-clock.el (org-dblock-write:clocktable): Fix bug when
13199         computing clock tables.
13201 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
13203         * org-clock.el (org-dblock-write:clocktable): Pass file minutes up
13204         to caller even if no table is generated.
13206 2010-11-11  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>
13208         * org-agenda.el (org-agenda-get-sexps): Handle lists as return
13209         values from diary entries.
13211         * org-bbdb.el (org-bbdb-anniversaries): Handle lists of
13212         anniversaries.
13214         * org.el (org-diary-sexp-entry): Handle lists as return values
13215         from diary entries.
13217 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
13219         * org-capture.el (org-capture-empty-lines-before):
13220         (org-capture-empty-lines-after): Make sure the n=0 does not insert
13221         any newlines.
13223 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
13225         * ob-clojure.el (org-babel-clojure-babel-clojure-cmd): Fix error
13226         message when clojure binary is not found.
13228 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
13230         * org-html.el (org-format-table-html): New argument DOCBOOK.
13231         (org-format-org-table-html): New argument DOCBOOK.  When set, use
13232         align instead of class to align table fields.
13234         * org-docbook.el (org-export-as-docbook): Specify the docbook
13235         argument for the table converter.
13237 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
13239         * org-macs.el (org-called-interactively-p): New macro.
13241         * org-freemind.el: No longer require 'rx.
13242         (org-freemind): New customization group, use it for all the
13243         variables.
13244         (org-export-as-freemind): Add docstring.
13245         (org-freemind-show): Improve filen naming.
13246         (org-freemind-convert-links-helper): New function.
13247         (org-freemind-bol-helper-base-indent): New variable.
13248         (org-freemind-bol-helper): New function.
13249         (org-freemind-node-css-style): New option.
13250         (org-freemind-node-pattern): New variable.
13251         (org-freemind-from-org-mode): Better docstring.
13253 2010-11-11  David Maus  <dmaus@ictsoc.de>
13255         * ob-haskell.el (org-babel-variable-assignments:haskell):
13256         Don't pass more than two arguments to mapc.
13258 2010-11-11  David Maus  <dmaus@ictsoc.de>
13260         * ob.el (org-babel-ref-resolve): Declare to silence byte compiler.
13262 2010-11-11  David Maus  <dmaus@ictsoc.de>
13264         * org-footnote.el (message-signature-separator): Defvar to silence
13265         byte compiler.
13267 2010-11-11  David Maus  <dmaus@ictsoc.de>
13269         * org-exp.el (org-export-string): Fix reference to wrong symbol.
13271 2010-11-11  Jambunathan K  <kjambunathan@gmail.com>
13273         * org.el (org-link-search): Return 'dedicated on successful match
13274         when org-link-search-must-match-exact-headline is set to t.
13276 2010-11-11  Daniel Clemente  <n142857@gmail.com>
13278         * org-html.el (org-html-make-link): Append fragment to file: links
13279         if present.
13281 2010-11-11  Tassilo Horn  <tassilo@member.fsf.org>
13283         * org-footnote.el (org-footnote-create-definition)
13284         (org-footnote-goto-local-insertion-point): Add footnotes before
13285         signature when in message-mode.
13287 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
13289         * org.el (org-display-inline-images): Improve regexp.
13291 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
13293         * org.el (org-cycle): Make sure resetting to startup visibility
13294         works after another cycle command.
13296 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
13298         * org-exp.el (org-export-string): New function org-export-string
13299         can be used to convert a string of test in org-mode markup to a
13300         specified format.
13302 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
13304         * org.el (org-display-inline-images): Allow non-ASCII characters
13305         in image file names.  Save match data.
13307 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
13309         * org.el (org-auto-repeat-maybe): Fix shifting multiple time
13310         stamps.
13312 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
13314         * org-exp.el (org-store-forced-table-alignment):
13315         (org-export-remove-special-table-lines): Allow the "c" cookie for
13316         table alignment.
13318         * org-html.el (org-export-table-header-tags):
13319         (org-export-table-data-tags): Add another %s format for the
13320         alignment.
13321         (org-export-html-table-align-individual-fields): New option.
13322         (org-format-org-table-html): Implement field-by-field alignment
13323         and support centering.
13324         (org-format-table-table-html): Make sure the new table tag formats
13325         don't break this function.
13327         * org-table.el (org-table-cookie-line-p):
13328         (org-table-align): Allow for the <c> cookie.
13330         * org.el (org-set-font-lock-defaults): Allow for the <c> cookie.
13332 2010-11-11  David Maus  <dmaus@ictsoc.de>
13334         * org-exp.el (org-export-normalize-links): Skip normalization of
13335         plain links that are part of another link.
13337 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
13339         * ob-R.el (org-babel-expand-body:R): Fix bug in let binding.
13341 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
13343         * org-indent.el (org-indent-add-properties):
13344         Use `with-silent-modifications'.
13345         (org-indent-remove-properties): Use `with-silent-modifications'.
13347 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
13349         * org-table.el (org-table-cookie-line-p): Fix indentation.
13351         * org-exp.el (org-store-forced-table-alignment): New function.
13352         (org-export-preprocess-string):
13353         Call `org-store-forced-table-alignment'.
13355         * org-html.el (org-format-org-table-html): Use stored alignment
13356         information.
13358 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
13360         * ob.el (org-babel-execute-src-block): Respects prefix argument
13361         (which forces re-calculation).
13363 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
13365         * ob.el (org-babel-execute-src-block): Remove needless param
13366         sorting from ob-execute-src-block, the params are sorted already
13367         by ob-sha1-hash.
13369 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
13371         * ob.el (org-babel-sha1-hash): Ensure that info is sorted at the
13372         header argument level.
13374 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
13376         * ob.el (org-babel-sha1-hash): Consider words in different order
13377         as different input.
13379 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
13381         * ob.el (org-babel-sha1-hash): Fix check for zero length sequences.
13383 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
13385         * ob-sh.el (org-babel-sh-var-to-sh): Ensure value has the
13386         structure of an Org-mode table (list of lists).
13388 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
13390         * ob-tangle.el (org-babel-tangle-collect-blocks): Fix bug
13391         (reference to unassigned variable `src-lang' and avoid calling
13392         org-babel-get-src-block-info twice.
13394 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
13396         * ob.el (org-babel-demarcate-block): Updated to reflect the new
13397         info list contents.
13399 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
13401         * org-src.el (org-edit-src-code): Supply non-nil argument to
13402         `org-babel-get-src-block-info' to avoid resolving variable
13403         references.
13405 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
13407         * ob.el (org-babel-map-src-blocks): Fix minor bug in and
13408         improved efficiency of org-babel-map-src-blocks.
13410 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
13412         * ob-tangle.el (org-babel-tangle-collect-blocks): Now explicitly
13413         checks that a code block will actually be tangled before
13414         collecting it's full information (a process which could involve
13415         the execution of other code blocks).
13417 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
13419         * ob.el (org-babel-demarcate-block): Use light version of
13420         `org-babel-get-src-block-info'.
13422 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
13424         * ob.el (org-babel-sha1-hash): Now handles more complex types in
13425         params.
13427 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
13429         * ob.el (org-babel-execute-src-block): Generally using the new
13430         more informative params
13431         (org-babel-process-params): Don't forget the :var portion of
13432         variable assignments.
13434 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
13436         * ob-table.el (sbe): Simplified to reflect to var resolution.
13438 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
13440         * ob-ref.el (org-babel-ref-resolve): Bringing the referent
13441         arguments back to their params before evaluation.
13443 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
13445         * ob-ref.el (org-babel-ref-resolve): Cleanup of variable usage and
13446         indentation.
13448 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
13450         * ob-table.el (sbe): Use `org-babel-process-params params' instead
13451         of `org-babel-expand-variables'.
13453 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
13455         * ob-C.el (org-babel-C-execute): Remove call to
13456         org-babel-process-params which should no longer be called from
13457         within a language file.
13459         * ob-R.el (org-babel-execute:R): Remove call to
13460         org-babel-process-params which should no longer be called from
13461         within a language file
13462         (org-babel-R-variable-assignments): Remove call to
13463         org-babel-process-params which should no longer be called from
13464         within a language file.
13466         * ob-asymptote.el (org-babel-execute:asymptote): Remove call to
13467         org-babel-process-params which should no longer be called from
13468         within a language file.
13470         * ob-clojure.el (org-babel-execute:clojure): Remove call to
13471         org-babel-process-params which should no longer be called from
13472         within a language file.
13474         * ob-dot.el (org-babel-execute:dot): Remove call to
13475         org-babel-process-params which should no longer be called from
13476         within a language file.
13478         * ob-emacs-lisp.el (org-babel-expand-body:emacs-lisp): Remove
13479         call to org-babel-process-params which should no longer be called
13480         from within a language file
13481         (org-babel-execute:emacs-lisp): Remove call to
13482         org-babel-process-params which should no longer be called from
13483         within a language file.
13485         * ob-haskell.el (org-babel-execute:haskell): Remove call to
13486         org-babel-process-params which should no longer be called from
13487         within a language file.
13489         * ob-js.el (org-babel-execute:js): Remove call to
13490         org-babel-process-params which should no longer be called from
13491         within a language file.
13493         * ob-lisp.el (org-babel-execute:lisp): Remove call to
13494         org-babel-process-params which should no longer be called from
13495         within a language file.
13497         * ob-ocaml.el (org-babel-execute:ocaml): Remove call to
13498         org-babel-process-params which should no longer be called from
13499         within a language file.
13501         * ob-octave.el (org-babel-execute:octave): Remove call to
13502         org-babel-process-params which should no longer be called from
13503         within a language file.
13505         * ob-perl.el (org-babel-execute:perl): Remove call to
13506         org-babel-process-params which should no longer be called from
13507         within a language file.
13509         * ob-python.el (org-babel-execute:python): Remove call to
13510         org-babel-process-params which should no longer be called from
13511         within a language file.
13513         * ob-ruby.el (org-babel-execute:ruby): Remove call to
13514         org-babel-process-params which should no longer be called from
13515         within a language file.
13517         * ob-scheme.el (org-babel-execute:scheme): Remove call to
13518         org-babel-process-params which should no longer be called from
13519         within a language file.
13521         * ob-screen.el (org-babel-execute:screen): Remove call to
13522         org-babel-process-params which should no longer be called from
13523         within a language file
13524         (org-babel-prep-session:screen): Remove call to
13525         org-babel-process-params which should no longer be called from
13526         within a language file.
13528         * ob-sh.el (org-babel-execute:sh): Remove call to
13529         org-babel-process-params which should no longer be called from
13530         within a language file.
13532         * ob-sql.el (org-babel-execute:sql): Remove call to
13533         org-babel-process-params which should no longer be called from
13534         within a language file.
13536         * ob-haskell.el (org-babel-execute:haskell): Remove reference to
13537         processed params.
13539         * ob-clojure.el (org-babel-execute:clojure): Remove reference to
13540         processed params.
13542         * ob-R.el (org-babel-execute:R): Remove reference to processed
13543         params.
13545 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
13547         * ob-sql.el (org-babel-execute:sql): Use generic expansion
13548         function
13549         (org-babel-expand-body:sql): Delete function.
13551 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
13553         * ob-sh.el (org-babel-execute:sh): Use generic expansion function
13554         (org-babel-expand-body:sh): Delete function
13555         (org-babel-prep-session:sh): Change name of called function
13556         (org-babel-variable-assignments:sh): Change function name.
13558 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
13560         * ob-screen.el (org-babel-execute:screen): Use generic expansion
13561         function
13562         (org-babel-expand-body:screen): Delete function
13563         (org-babel-prep-session:screen): Remove references to processed
13564         params.
13566 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
13568         * ob-sass.el (org-babel-execute:sass): Use generic expansion
13569         function
13570         (org-babel-expand-body:sass): Delete function.
13572 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
13574         * ob-ruby.el (org-babel-execute:ruby): Use generic expansion
13575         function
13576         (org-babel-prep-session:ruby): Use new variable assignment
13577         function
13578         (org-babel-variable-assignments:ruby): New function
13579         (org-babel-expand-body:ruby): Delete function.
13581 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
13583         * ob-python.el (org-babel-execute:python): Use generic expansion
13584         function
13585         (org-babel-prep-session:python): Change name of called function
13586         (org-babel-variable-assignments:python): Change function name
13587         (org-babel-expand-body:python): Delete function.
13589 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
13591         * ob-plantuml.el (org-babel-expand-body:plantuml): Delete function
13592         (automatically handled by generic version).
13594 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
13596         * ob-perl.el (org-babel-execute:perl): Use generic expansion
13597         function
13598         (org-babel-expand-body:perl): Delete function
13599         (org-babel-variable-assignments:perl): New function.
13601 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
13603         * ob-org.el (org-babel-expand-body:org): Delete function
13604         (automatically handled by generic version).
13606 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
13608         * ob-octave.el (org-babel-execute:octave): Use generic expansion
13609         function
13610         (org-babel-variable-assignments:octave): Change name of function
13611         (org-babel-variable-assignments:matlab): New defalias
13612         (org-babel-prep-session:octave): Change name of function
13613         (org-babel-expand-body:matlab): Delete function
13614         (org-babel-expand-body:octave): Delete function.
13616 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
13618         * ob-ocaml.el (org-babel-execute:ocaml): Use generic expansion
13619         function
13620         (org-babel-variable-assignments:ocaml): New function
13621         (org-babel-expand-body:ocaml): Delete function.
13623 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
13625         * ob-mscgen.el (org-babel-expand-body:mscgen): Delete function
13626         (automatically handled by generic version).
13628 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
13630         * ob-js.el (org-babel-execute:js): Use new variable assignment
13631         function
13632         (org-babel-expand-body:js): Delete function
13633         (org-babel-prep-session:js): Use new variable assignment function
13634         (org-babel-variable-assignments:js): New function.
13636 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
13638         * ob-haskell.el (org-babel-execute:haskell): Use generic expansion
13639         function
13640         (org-babel-expand-body:haskell): Delete function
13641         (org-babel-prep-session:haskell): Use variable assignment function
13642         (org-babel-variable-assignments:haskell): New function.
13644 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
13646         * ob-gnuplot.el (org-babel-expand-body:gnuplot): Use variable
13647         assignment function
13648         (org-babel-prep-session:gnuplot): Use variable assignment function
13649         (org-babel-variable-assignments:gnuplot): New function.
13651 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
13653         * ob-ditaa.el (org-babel-expand-body:ditaa): Delete function
13654         (automatically handled by generic version).
13656 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
13658         * ob-css.el (org-babel-expand-body:css): Delete function
13659         (automatically handled by generic version).
13661 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
13663         * ob-asymptote.el (org-babel-execute:asymptote): Use generic
13664         expansion function
13665         (org-babel-expand-body:asymptote): Delete function
13666         (org-babel-variable-assignments:asymptote): New function.
13668 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
13670         * ob-R.el (org-babel-expand-body:R): Use new function
13671         `org-babel-variable-assignments:R'; don't trim body.
13672         (org-babel-execute:R): Respond to changes in
13673         `org-babel-expand-body:R'
13674         (org-babel-prep-session:R): Called function is now named
13675         `org-babel-variable-assignments:R'
13676         (org-babel-variable-assignments:R): Receives processed-params as
13677         new optional argument.
13679 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
13681         * ob-C.el (org-babel-C-expand): Don't trim body.
13683 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
13685         * ob-scheme.el (org-babel-expand-body:scheme): Fix bug in
13686         obtaining variable references.
13688 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
13690         * ob-tangle.el (org-babel-tangle-collect-blocks): Supply variable
13691         assignment lines to generic expansion command.
13693 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
13695         * ob.el (org-babel-expand-src-block): Supply variable assignment
13696         lines to generic expansion function
13697         (org-babel-expand-body:generic): Prepend body with optional
13698         variable assignment lines.
13700 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
13702         * ob-exp.el (org-babel-exp-results): Replaced old function call.
13704 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
13706         * ob-lob.el (org-babel-lob-execute): Now expanding variable
13707         references before execution.
13709 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
13711         * ob.el (org-babel-execute-src-block): Only sort parameters if
13712         it's required for caching.
13714 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
13716         * ob-table.el (sbe): Reworking for better indentation and to
13717         integrate the new variable resolution.
13719 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
13721         * ob-ref.el (org-babel-ref-resolve-reference): Now expanding
13722         variables when resolving references.
13724 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
13726         * ob.el (org-babel-merge-params): Fix order or precedence for
13727         variables.
13729 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
13731         * ob-C.el (org-babel-expand-body:c++, org-babel-C-expand):
13732         * ob-R.el (org-babel-expand-body:R, org-babel-execute:R)
13733         (org-babel-R-variable-assignments):
13734         * ob-asymptote.el (org-babel-expand-body:asymptote)
13735         (org-babel-execute:asymptote):
13736         * ob-clojure.el (org-babel-expand-body:clojure)
13737         (org-babel-execute:clojure):
13738         * ob-css.el (org-babel-expand-body:css):
13739         * ob-ditaa.el (org-babel-expand-body:ditaa):
13740         * ob-dot.el (org-babel-expand-body:dot, org-babel-execute:dot):
13741         * ob-emacs-lisp.el (org-babel-expand-body:emacs-lisp)
13742         (org-babel-execute:emacs-lisp):
13743         * ob-gnuplot.el (org-babel-expand-body:gnuplot)
13744         * ob-haskell.el (org-babel-expand-body:haskell)
13745         (org-babel-execute:haskell, org-babel-load-session:haskell)
13746         (org-babel-prep-session:haskell):
13747         * ob-js.el (org-babel-expand-body:js, org-babel-execute:js):
13748         * ob-latex.el (org-babel-expand-body:latex):
13749         * ob-lisp.el (org-babel-expand-body:lisp, org-babel-execute:lisp):
13750         * ob-mscgen.el (org-babel-expand-body:mscgen):
13751         * ob-ocaml.el (org-babel-expand-body:ocaml, org-babel-execute:ocaml):
13752         * ob-octave.el (org-babel-expand-body:matlab)
13753         (org-babel-expand-body:octave, org-babel-execute:octave)
13754         (org-babel-octave-variable-assignments):
13755         * ob-org.el (org-babel-expand-body:org):
13756         * ob-perl.el (org-babel-expand-body:perl, org-babel-execute:perl):
13757         * ob-plantuml.el (org-babel-expand-body:plantuml):
13758         * ob-python.el (org-babel-expand-body:python, org-babel-execute:python)
13759         (org-babel-python-variable-assignments):
13760         * ob-ruby.el (org-babel-expand-body:ruby, org-babel-execute:ruby):
13761         * ob-sass.el (org-babel-expand-body:sass):
13762         * ob-scheme.el (org-babel-expand-body:scheme, org-babel-execute:scheme):
13763         * ob-screen.el (org-babel-expand-body:screen):
13764         * ob-sh.el (org-babel-expand-body:sh, org-babel-execute:sh)
13765         (org-babel-sh-variable-assignments):
13766         * ob-sql.el (org-babel-expand-body:sql):
13767         * ob-sqlite.el (org-babel-expand-body:sqlite, org-babel-execute:sqlite):
13768         * ob.el (org-babel-expand-body:generic):
13769         Remove obsoleted optional third argument.
13771 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
13773         * ob-clojure.el (org-babel-prep-session:clojure): Purging all
13774         calls to removed org-babel-ref-variables.
13776 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
13778         * ob-lob.el (org-babel-lob-ingest): Now returns the count of
13779         ingested code blocks.
13781 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
13783         * ob-exp.el (org-babel-exp-in-export-file): Wrapper for collecting
13784         information from within the original export file.
13786 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
13788         * ob.el (org-babel-get-src-block-info): Small but crucial fix)
13789         (this should return nil if not match found.
13791 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
13793         * ob-emacs-lisp.el (org-babel-expand-body:emacs-lisp):
13794         Whitespace (org-babel-execute:emacs-lisp): Whitespace.
13796 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
13798         * ob-sh.el (org-babel-sh-variable-assignments): Provide missing
13799         docstring.
13801         * ob-python.el (org-babel-python-variable-assignments):
13802         Provide missing docstring.
13804 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
13806         * ob-octave.el (org-babel-expand-body:octave): Refactor: break
13807         variable assignment part out into a separate function
13808         (org-babel-octave-variable-assignments): New function constructing
13809         list of variable assignment statements
13810         (org-babel-prep-session:octave): Use new function
13811         `org-babel-octave-variable-assignments' instead of previous
13812         (incorrect) variable assignment code.
13814 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
13816         * ob-sh.el (org-babel-expand-body:sh): Refactor: break variable
13817         assignment part out into a separate function
13818         (org-babel-sh-variable-assignments): New function constructing
13819         list of variable assignment statements
13820         (org-babel-prep-session:sh): Use new function
13821         `org-babel-sh-variable-assignments' instead of previous
13822         (incorrect) variable assignment code.
13824 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
13826         * ob-python.el (org-babel-expand-body:python): Refactor: break
13827         variable assignment part out into a separate function
13828         (org-babel-python-variable-assignments): New function constructing
13829         list of variable assignment statements
13830         (org-babel-prep-session:python): Use new function
13831         `org-babel-python-variable-assignments' instead of previous
13832         (incorrect) variable assignment code.
13834 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
13836         * ob-R.el (org-babel-expand-body:R): Refactor: break variable
13837         assignment part out into a separate function
13838         (org-babel-R-variable-assignments): New function constructing list
13839         of variable assignment statements
13840         (org-babel-prep-session:R): Use new function
13841         `org-babel-R-variable-assignments' instead of previous
13842         (incorrect) variable assignment code.
13844 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
13846         * ob.el (org-babel-initiate-session): Better variable names.
13848 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
13850         * ob.el (org-number-sequence):
13851         Declared * ob-R.el (org-number-sequence): Declared.
13853 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
13855         * ob.el (org-babel-map-src-blocks): Store correct value of
13856         `end-block'.
13858 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
13860         * ob.el (org-babel-mark-block): New function to mark the body of a
13861         src block in the style of `mark-defun'.
13863 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
13865         * org-compat.el (org-number-sequence): New function.
13867         * ob-R.el (org-babel-expand-body:R): Use `org-number-sequence'.
13869         * ob.el (org-babel-where-is-src-block-result):
13870         Use `org-number-sequence'.
13871         (org-babel-current-buffer-properties): Fix variable definition.
13873         * ob-ref.el (org-babel-ref-index-list): Use `org-number-sequence'.
13875         * ob-latex.el (org-babel-latex-tex-to-pdf): Use the 2-argument
13876         version of `shell-command'.
13878         * org-latex.el (org-export-as-pdf): Use the 2-argument version of
13879         `shell-command'.
13881 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
13883         * org-list.el (org-list-search-unenclosed-generic): Replace call
13884         to booleanp.
13886 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
13888         * org.el (org-agenda-jump-prefer-future): New option.
13890         * org-agenda.el (org-agenda-goto-date):
13891         Use `org-agenda-jump-prefer-future'.
13893 2010-11-11  Noorul Islam  <noorul@noorul.com>
13895         * org-latex.el (org-export-latex-links): Replaced hard coded
13896         hyperref format with custom variable
13897         `org-export-latex-hyperref-format'.
13899 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
13901         * org.el (org-insert-heading): Fix docstring.
13903 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>  (tiny change)
13905         * org-capture.el (org-capture-place-entry): If the first line is
13906         already a headline, just stay there.
13908 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
13910         * ob-sh.el (org-babel-sh-evaluate): No longer assumes that results
13911         are non-nil.
13913 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
13915         * org-ascii.el (org-ascii-replace-entities): Match an optional {}
13916         after an entity.
13918 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
13920         * org-table.el (orgtbl-to-html): Apply `org-html-expand' to the
13921         table fields.
13923 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
13925         * org.el (org-insert-heading): When on the headline of an inline
13926         task, insert another inline tasks.
13928 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
13930         * ob-tangle.el (org-babel-tangle-collect-blocks): Only create
13931         links for blocks that will actually tangle.
13933 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
13935         * ob-sh.el (org-babel-expand-body:sh): Don't insert extra newlines
13936         in expanded shell bodies.
13938 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
13940         * ob-sh.el (org-babel-expand-body:sh): Avoid inserting extra
13941         newline characters.
13943 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
13945         * ob-sh.el (org-babel-expand-body:sh): Align code.
13947 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
13949         * ob.el (org-babel-params-from-properties): Max line with at <=80.
13951 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
13953         * org-latex.el (org-export-latex-listings-langs): Clojure is now
13954         recognized as a lisp.
13956 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
13958         * ob.el (org-babel-params-from-properties): Use `org-babel-read'
13959         to interpret property as header argument value.
13961 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
13963         * ob.el (org-babel-parse-header-arguments): Simplify reading of
13964         header arg value.
13966 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
13968         * org-publish.el (org-publish-org-to-ascii):
13969         (org-publish-org-to-latin1):
13970         (org-publish-org-to-utf8): New functions.
13972 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
13974         * org.el (org-insert-heading): Skip inline tasks when trying to
13975         insert a new heading after the end of the subtree.
13977 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
13979         * org-inlinetask.el (org-inlinetask-min-level): Set customization
13980         type to integer or nil.
13982         * org.el (org-insert-heading): When after an inline task, do not
13983         use level but go back to headline level before the inline task.
13985 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
13987         * org-inlinetask.el (org-inlinetask-in-task-p): New function.
13989         * org.el (org-indent-line-function): Fix indentation of inline
13990         tasks.
13992 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
13994         * org.el (org-activate-links): Fix customize type.
13996 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
13998         * org-latex.el (org-latex-to-pdf-process): Add rubber as another
13999         default option.
14001 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14003         * org-latex.el (org-export-latex-minted): Document pygments
14004         dependency.
14006 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
14008         * org-mobile.el (org-mobile-create-index-file): Encrypt the index
14009         file if encryption has been turned on.
14010         (org-mobile-copy-agenda-files): Avoid double encryption of
14011         `mobileorg.org'.
14013 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14015         * org-exp.el (org-export-latex-minted-with-line-numbers):
14016         Ensure that variable is declared.
14018 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
14020         * ob-python.el (org-src-preserve-indentation): Fix compiler
14021         warning.
14023 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14025         * org-exp.el (org-export-format-source-code-or-example):
14026         Latex formatting of source code blocks using the minted package
14027         (org-export-plist-vars): Add :latex-minted property
14028         (org-export-latex-minted): Ensure variable is defined
14029         (org-export-latex-minted-langs): Ensure variable is defined.
14031 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
14033         * org-src.el (org-edit-src-code): Use `org-region-active-p'.
14035 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14037         * ob-tangle.el (org-babel-spec-to-string): Whitespace changes.
14039 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14041         * ob-tangle.el (org-babel-spec-to-string): Don't trim whitespace
14042         when `org-src-preserve-indentation' is non-nil.
14044 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14046         * ob-lob.el (org-babel-lob-ingest): Provide message stating number
14047         of blocks added to Library of Babel.
14049 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14051         * ob-lob.el (org-babel-lob-ingest): Check for nil source block
14052         name.
14054 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
14056         * org-beamer.el (org-beamer-place-default-actions-for-lists):
14057         Fix typo in regexp.
14059 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
14061         * org-list.el (org-toggle-checkbox): Avoid some boundary error
14062         when inserting a checkbox in an empty last item of a list.
14064 2010-11-11  David Maus  <dmaus@ictsoc.de>
14066         * org-gnus.el (org-gnus-nnimap-query-article-no-from-file):
14067         Query article number from file is nil by default.
14069 2010-11-11  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
14071         * org-beamer.el (org-beamer-amend-header): Fix typo in docstring.
14073 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
14075         * org-capture.el (org-capture-place-entry): Move to `beg' before
14076         searching for `%?'.
14078 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
14080         * org.el (org-format-latex): Fix mathjax treatment of single
14081         letters in between dollars.
14083 2010-11-11  Sébastien Vauban  <wxhgmqzgwmuf@spammotel.com>
14085         * org-latex.el (org-latex-to-pdf-process): Add a third pdflatex
14086         run.
14088 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
14090         * org.el (org-blank-before-new-entry): Improve docstring.
14092 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
14094         * org-mobile.el (org-mobile-force-id-on-agenda-items):
14095         Fix docstring.
14096         (org-mobile-write-agenda-for-mobile): Use outline path if we do
14097         not have an ID and are not allowed to make one.
14098         (org-mobile-get-outline-path-link): New function.
14100 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
14102         * org-mobile.el (org-mobile-copy-agenda-files): Encrypt the empty
14103         file.
14104         (org-mobile-write-agenda-for-mobile): Use the right name, even if
14105         the file get encrypted.
14106         (org-mobile-move-capture): Only delete tempfile if it does exist.
14108 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
14110         * ob.el (org-babel-number-p): Fix documentation string.
14112 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
14114         * ob-tangle.el (org-babel-tangle-collect-blocks): Accepting
14115         "tangle" as a positive argument for the :noweb header argument
14116         during tangling.
14118 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
14120         * ob-exp.el (org-babel-exp-src-blocks): Fix export when headings
14121         have links, with tests.
14123 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
14125         * org-latex.el (org-latex-to-pdf-process): Use texi2dvi if
14126         available.
14127         (org-export-latex-get-error): New function.
14128         (org-export-as-pdf): Give an indication of the errors that
14129         happened during processing.
14131 2010-11-11  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>
14133         * org-exp.el (org-export-language-setup): Fix Polish entries.
14135 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
14137         * org.el (org-set-tags): Allow comma as a separator when
14138         specifying tags at the completion interface.
14139         (org-tags-completion-function): Allow comma as a separator when
14140         specifying tags at the completion interface.
14142 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
14144         * ob-exp.el (org-babel-exp-src-blocks): Don't jump back to
14145         export-file if exporting from a buffer which is not visiting a
14146         file.
14148 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
14150         * ob-exp.el (org-babel-exp-src-blocks): Only append "::" to a file
14151         name in link construction if there is a heading to follow it.
14153 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
14155         * org-html.el (org-export-html-inline-image-extensions): Add "svg"
14156         as an allowed extension.
14158 2010-11-11  Sébastien Vauban  <wxhgmqzgwmuf@spammotel.com>
14160         * org-agenda.el (org-agenda-add-time-grid-maybe): Pad clock times
14161         with zeros.  Start applying face earlier.
14163 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
14165         * ob.el (or): Don't create org-babel-temporary-directory in batch
14166         as it won't be removed by emacs-kill-hook
14167         (org-babel-remove-temporary-directory): Only try to remove this
14168         directory if it exists.
14170 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
14172         * ob.el (org-babel-temporary-directory): Fixing byte-compilation
14173         warning in ob.el.
14175 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
14177         * ob-tangle.el (org-babel-tangle): Now sharing the file name in
14178         the tangling message.
14180 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
14182         * ob.el (org-babel-load-languages): Fixes compiler warning.
14184 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
14186         * ob-plantuml.el (org-babel-execute:plantuml): Fixes bug with svg
14187         output.
14189 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
14191         * org-ascii.el (org-export-as-ascii): Use the correct match group.
14193 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
14195         * ob.el (boundp): Uncommenting defvar form for
14196         org-babel-temporary-directory
14197         (org-babel-temp-file): Now using the org-babel-temporary-directory
14198         for holding new babel temporary files
14199         (org-babel-remove-temporary-directory): Removes the babel temp dir
14200         when Emacs shutsdown
14201         (kill-emacs-hook): Now removing the babel temp dir on Emacs
14202         shutdown.
14204 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
14206         * org-capture.el (org-capture-fill-template): Initialize history
14207         variable.
14209 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14211         * org-src.el (org-edit-src-code): Don't move point when generating
14212         edit buffer.
14214 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14216         * org-src.el (org-edit-src-code): Deal with point being in
14217         #+end_src line.
14219 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
14221         * org-table.el (org-table-current-column): Add interactive to turn
14222         this into a command.
14224 2010-11-11  Bernt Hansen  <bernt@norang.ca>
14226         * org.el (org-insert-heading): Run org-insert-heading-hook when
14227         creating the first heading in a file.
14229 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
14231         * org.el (org-startup-with-inline-images): New option.
14232         (org-startup-options): Add new keywords inlineimages and
14233         noinlineimages.
14234         (org-mode): Inline images when this has been configured.
14236 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14238         * ob.el (org-babel-get-src-block-info): Remove optional
14239         HEADER-VARS-ONLY argument; further simplification.
14241 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
14243         * ob.el (org-babel-confirm-evaluate): Fix bug causing extra
14244         prompt in ob-confirm-evaluate in some cases.
14246 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
14248         * ob.el (org-babel-demarcate-block): Visible region and completion
14249         during language selection.
14251 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14253         * ob.el (org-babel-get-src-block-info): Remove comment.
14255 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14257         * ob.el (org-babel-get-src-block-info): Simplify function.
14259 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14261         * ob.el (org-babel-get-src-block-info): Form info list correctly
14262         when parenthesized arguments are missing.
14264 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14266         * ob-exp.el (org-export-babel-evaluate): Docstring typo
14267         (org-babel-exp-code): Docstring typo.
14269 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
14271         * org-mobile.el (org-mobile-encryption-password):
14272         Improve docstring.
14273         (org-mobile-encryption-password-session): New variable.
14274         (org-mobile-encryption-password): New function.
14275         (org-mobile-check-setup):
14276         (org-mobile-encrypt-file):
14277         (org-mobile-decrypt-file): Use the new function.
14279 2010-11-11  David Maus  <dmaus@ictsoc.de>
14281         * org-capture.el (org-capture-place-template): Widen to remove
14282         possible restrictions in target buffer.
14284 2010-11-11  Jambunathan K  <kjambunathan@gmail.com>
14286         * org.el (org-speed-command-hook): Add org-speed-command-hook
14287         (org-babel-speed-command-hook): Hook for Babel's speed commands.
14289 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14291         * ob.el (org-babel-execute-buffer): Re-implement using
14292         `org-babel-map-src-blocks'.
14294 2010-11-11  David Maus  <dmaus@ictsoc.de>
14296         * org-capture.el (org-capture-templates): Update doc string with
14297         new message date related escapes.
14299 2010-11-11  David Maus  <dmaus@ictsoc.de>
14301         * org-wl.el (org-wl-store-link-message): Define properties %:date)
14302         (%:date-timestamp, and %:date-timestamp-inactive.
14304         * org-mew.el (org-mew-store-link): Dto.
14306         * org-mhe.el (org-mhe-store-link): Dto.
14308         * org-rmail.el (org-rmail-store-link): Dto.
14310         * org-vm.el (org-vm-store-link): Dto.
14312 2010-11-11  David Maus  <dmaus@ictsoc.de>
14314         * org-wl.el (org-wl-message-field): Always get literal content of
14315         header fields.
14317 2010-11-11  David Maus  <dmaus@ictsoc.de>
14319         * org-gnus.el (org-gnus-store-link): Define properties
14320         %:date-timestamp and %:date-timestamp-inactive.
14322 2010-11-11  David Maus  <dmaus@ictsoc.de>
14324         * org-gnus.el (org-gnus-store-link): Handle empty date header
14325         field.
14327 2010-11-11  Jambunathan K  <kjambunathan@gmail.com>  (tiny change)
14329         * org.el (org-speed-command-hook): New.  Hook for installing
14330         additional speed commands.  Use this for enabling speed commands on
14331         src blocks.
14332         (org-speed-command-default-hook): The default hook for
14333         org-speed-command-hook.  Factored out from org-self-insert-command
14334         and mimics existing behavior.
14335         (org-self-insert-command): Modified to use org-speed-command-hook.
14337 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
14339         * org-agenda.el (org-search-view): Recover spaces in search words
14340         if they were escaped with \ or inside a regexp.
14342 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
14344         * org.el (org-additional-option-like-keywords): Add PROPERTIES to
14345         the list of completable meta line words.
14346         (org-complete): Complete property names after #+PROPERTY.
14348 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14350         * ob-python.el (org-babel-python-evaluate-session): Make temp file
14351         names consistent.
14353 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14355         * ob-clojure.el (org-babel-clojure-evaluate-external-process):
14356         Delete extra format argument.
14358 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14360         * ob-org.el (org-babel-org-export): Typo in docstring.
14362 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14364         * ob-sh.el (org-babel-sh-evaluate): Remove unused temporary file
14365         variable.
14367 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14369         * ob-scheme.el (org-babel-execute:scheme): Alter temp file name.
14371 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14373         * ob.el (org-babel-process-file-name): New function
14374         (org-babel-maybe-remote-file): Delete function.
14376 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14378         * ob-C.el (org-babel-C-execute): Remove unused variable.
14380 2010-11-11  David Maus  <dmaus@ictsoc.de>
14382         * org.el (org-make-link-string): Prevent superfluous colon.
14384 2010-11-11  David Maus  <dmaus@ictsoc.de>
14386         * org.el (org-make-org-heading-search-string): Leave headline
14387         intact.
14389 2010-11-11  David Maus  <dmaus@ictsoc.de>
14391         * org.el (org-make-link-string): Don't escape characters in link
14392         type.
14394 2010-11-11  Bastien Guerry  <bzg@gnu.org>
14396         * org-capture.el (org-capture-templates): Update docstring to
14397         advertise %:org-date.
14399 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
14401         * ob-dot.el (org-babel-execute:dot): Automatically specifies
14402         "-T<ext>" based on file name extension.
14404 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
14406         * ob-org.el (org-babel-org-export): Raise error on nested export
14407         call.
14409 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
14411         * ob-plantuml.el (org-babel-execute:plantuml): Support for svg
14412         output files.
14414 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
14416         * ob.el (org-babel-demarcate-block): Better initialization of
14417         stars.
14419 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14421         * org-src.el (org-src-tab-acts-natively): Add customize interface.
14423 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14425         * org-src.el (org-src-strip-leading-and-trailing-blank-lines):
14426         New variable allowing prevention of automatic stripping of leading and
14427         trailing blank lines when exiting edit buffer.
14428         (org-edit-src-exit): Respect value of
14429         `org-src-strip-leading-and-trailing-blank-lines'
14430         (org-src-native-tab-command-maybe):
14431         Bind `org-src-strip-leading-and-trailing-blank-lines' to nil during
14432         this function.
14434 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14436         * org-src.el (org-edit-src-code): If mark was inside code block
14437         then code edit buffer inherits mark with active region.
14439 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
14441         * ob.el (org-babel-demarcate-block): Fix compiler warnings.
14443 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
14445         * ob.el (org-babel-demarcate-block): Better handling of empty
14446         space around demarcated area.
14448 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
14450         * org-agenda.el (org-agenda-goto-date): Turn off prefer future for
14451         this command.
14453 2010-11-11  David Maus  <dmaus@ictsoc.de>
14455         * org-gnus.el (org-gnus-open-nntp): New function.
14457 2010-11-11  David Maus  <dmaus@ictsoc.de>
14459         * org-wl.el (org-wl-open-nntp): New function.
14461 2010-11-11  David Maus  <dmaus@ictsoc.de>
14463         * org-wl.el (org-wl-open): Open message by numeric reference if
14464         article part is not a message id.
14466 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
14468         * org-agenda.el (org-agenda-filter-apply): Move cursor to a
14469         visible line.
14471 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
14473         * ob.el (org-babel-demarcate-block): Interactive demarcation of
14474         code blocks.
14476         * ob-keys.el (org-babel-key-bindings): Key bindings for block
14477         demarcation.
14479 2010-11-11  Bastien Guerry  <bzg@gnu.org>
14481         * org.el (org-link-types): Add the "message" link type.
14483 2010-11-11  David Maus  <dmaus@ictsoc.de>
14485         * org.el (org-link-types): Add 'message:' link type to default
14486         link types.
14488 2010-11-11  Bastien Guerry  <bzg@gnu.org>
14490         * org-gnus.el (org-gnus-store-link): Add the :date property to
14491         gnus links, allowing the use of %:date in capture templates.
14493 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
14495         * org-list.el (org-cycle-list-bullet): Follow order of bullets
14496         indicated in doc-string.
14498         * org-list.el (org-list-bottom-point-with-indent): List is ended
14499         when a line is less indented that the last item, not the less
14500         indented item.
14502 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
14504         * ob-exp.el (org-babel-exp-src-blocks): Now switching back to the
14505         original file before resolving code block parameters to ensure
14506         headline and buffer wide parameters are taken into consideration
14507         when only a narrowed portion of the file is exported.
14509 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
14511         * org.el (org-forward-same-level): Fix docstring.
14513 2010-11-11  Sebastian Rose  <sebastian_rose@gmx.de>
14515         * org-publish.el (org-publish-attachment): Put the attachment into
14516         the right directory.
14518 2010-11-11  Jambunathan K  <kjambunathan@gmail.com>  (tiny change)
14520         * org.el (org-goto-first-child): New command.
14522 2010-11-11  Matt Lundin  <mdl@imapmail.org>
14524         * org-agenda.el (org-prepare-agenda): If the agenda is called from
14525         within the agenda via an elisp link, such as
14526         [[elisp:(org-agenda-list)]], org-prepare-agenda erases the buffer
14527         of the file containing the link, since that buffer is current
14528         during org-prepare agenda (due to a with-current-buffer in
14529         org-agenda-open-link).  An additional test now ensures that the
14530         agenda buffer is in fact current when the buffer is erased and
14531         local variables for the agenda are set.
14533 2010-11-11  David Maus  <dmaus@ictsoc.de>  (tiny change)
14535         * org-exp.el (org-infile-export-plist): Define property macro.
14537 2010-11-11  David Maus  <dmaus@ictsoc.de>
14539         * org-mhe.el (org-mhe-get-header): Remove possible folding white
14540         space in message header field.
14542 2010-11-11  David Maus  <dmaus@ictsoc.de>
14544         * org-feed.el (org-feed): Fix typo in customization group :tag
14545         property.
14547 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
14549         * org-latex.el (org-export-latex-tag-markup): New option.
14550         (org-export-latex-keywords-maybe):
14551         Use `org-export-latex-tag-markup'.
14553 2010-11-11  Rémi Vanicat  <vanicat@debian.org>  (tiny change)
14555         * org-icalendar.el (org-icalendar-use-UTC-date-time): New option.
14556         (org-ical-ts-to-string): Use UTC time when requested.
14558 2010-11-11  Noorul Islam  <noorul@noorul.com>  (tiny change)
14560         * org-html.el (org-html-cvt-org-as-html): Do not convert protocol
14561         from 'file' to 'http'.
14563 2010-11-11  David Maus  <dmaus@ictsoc.de>
14565         * org.el (org-store-log-note): Fix wrong usage
14566         of`org-adapt-indentation'.
14568 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
14570         * org.el (org-skip-over-state-notes): Do not compute bottom point
14571         at each item.
14573         * org-mouse.el (org-mouse-for-each-item): Use `org-apply-on-list'
14574         instead of moving to each item.
14576 2010-11-11  David Maus  <dmaus@ictsoc.de>
14578         * org-capture.el (org-capture-templates): Small fix in doc string.
14580 2010-11-11  aaa bbb  <dominik@powerbook-g4-12-van-aaa-bbb.local>
14582         * org-archive.el (org-get-local-archive-location):
14583         Use `org-carchive-location' as default.
14585 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
14587         * ob-C.el (org): No longer requires org.
14589         * ob-ledger.el (org): No longer requires org.
14591 2010-11-11  David Maus  <dmaus@ictsoc.de>
14593         * org.el (org-priority): Save match data before call to
14594         `read-char-exclusive'.
14596 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
14598         * org-list.el (org-list-to-generic): Descriptions labels can be
14599         any suit of symbols, and will end at double colons.
14601 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
14603         * org.el (org-indent-line-function): Indent past [@num] and
14604         [@start:num], consistently with what is already done with
14605         checkboxes.
14607 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
14609         * org.el (org-store-log-note): Indent new notes to the right
14610         column.  Also take `org-list-two-spaces-after-bullet-regexp' into
14611         consideration when creating the note.
14613 2010-11-11  David Maus  <dmaus@ictsoc.de>
14615         * org-gnus.el (nnimap-group-overview-filename): Declare function
14616         to silence byte compiler.
14618 2010-11-11  David Maus  <dmaus@ictsoc.de>
14620         * org-gnus.el (org-gnus-nnimap-query-article-no-from-file):
14621         New customization variable.
14622         (org-gnus-nnimap-cached-article-number): New function.
14623         (org-gnus-follow-link): Try to fetch cached article number of
14624         message-id.
14626 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
14628         * ob-org.el (org-babel-org-default-header): Used to insert a dummy
14629         first line into code blocks before export so that the first line
14630         is not interpreted as a title
14631         (org-babel-org-export): Use new dummy code block prefix.
14633 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
14635         * ob.el (org-babel-insert-result): No longer throws error when
14636         inserting an empty result.
14638 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
14640         * ob-tangle.el: Autoload org-babel-tangle-lang-exts from ob-tangle.
14642 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14644         * ob.el (org-babel-do-in-edit-buffer):
14645         Use `org-babel-where-is-src-block-head' to test for source block at
14646         point.
14648 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
14650         * ob-keys.el (org-babel-key-bindings): Adding key-binding for
14651         `org-babel-goto-src-block-head'.
14653         * ob.el (org-babel-goto-src-block-head): Jump to the head of the
14654         current code block.
14656 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
14658         * ob.el (org-babel-next-src-block): Now raising more informative
14659         error when no further code blocks can be found.
14660         (org-babel-previous-src-block): Now raising more informative error
14661         when no previous code blocks can be found.
14663 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
14665         * org-exp-blocks.el
14666         (org-export-preprocess-after-include-files-hook): Now using this
14667         hook instead of `org-export-preprocess-hook'.
14669 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
14671         * ob-plantuml.el (org-babel-execute:plantuml): ????
14673 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14675         * ob-python.el (org-babel-python-evaluate): Refactor as call to
14676         either `org-babel-python-evaluate-external-process' or
14677         `org-babel-python-evaluate-session'.
14678         (org-babel-python-evaluate-external-process): New function to
14679         handle evaluation in external process.
14680         (org-babel-python-evaluate-session): New function to handle
14681         evaluation in emacs inferior process.
14683 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
14685         * ob-org.el (org-babel-execute:org): Evaluates body to latex ascii
14686         or html respecting :results header arg
14687         (org-babel-org-export): Exports a string of text to an output
14688         format.
14690 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
14692         * ob.el (org-babel-insert-result): Remove existing results when
14693         nil results are returned.
14695 2010-11-11  David Maus  <dmaus@ictsoc.de>
14697         * org-ascii.el (org-export-as-ascii): Bind and set link path for
14698         link type specific markup function.
14700 2010-11-11  David Maus  <dmaus@ictsoc.de>
14702         * org-clock.el (notifications-notify): Properly declare function
14703         to silence byte compiler.
14705 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
14707         * org-list.el (org-insert-item): Check invisibility of point at a
14708         meaningful location.
14710 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
14712         * org-list.el (org-list-insert-item-generic): Updating checkboxes
14713         can modify bottom point of a list, so make it a marker before
14714         calling `org-update-checkbox-count-maybe'.
14716 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14718         * org.el (org-src-fontify-natively): Set to nil by default.
14719         Supply customize interface.
14721 2010-11-11  Bastien Guerry  <bzg@gnu.org>
14723         * org-ascii.el (org-export-as-ascii): Fix bug in ASCII export: use
14724         `org-bracket-link-analytic-regexp++' to match the link type.
14726 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
14728         * ob-tangle.el (org-babel-tangle-collect-blocks): Rename `lang' to
14729         `language'.
14731 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
14733         * ob-tangle.el (org-babel-tangle-comment-format-beg):
14734         Format string specifying the link-comment preceding a code block
14735         (org-babel-tangle-comment-format-end): Format string specifying
14736         the link-comment following a code block
14737         (org-babel-tangle-collect-blocks): Storing more information in the
14738         spec of a tangling code block
14739         (org-babel-spec-to-string): Now makes use of customizable
14740         link-comment formats.
14742 2010-11-11  Achim Gratz  <Stromeko@stromeko.net>  (tiny change)
14744         * org.el (org-delete-backward-char): Check for nil overwrite-mode
14745         before inserting spaces.
14747 2010-11-11  David Maus  <dmaus@ictsoc.de>
14749         * org-icalendar.el (org-print-icalendar-entries): Exclude tags
14750         from summary of non-TODO ical entries.
14751         (org-print-icalendar-entries): Use `org-complex-heading-regexp' to
14752         exclude tags from summary of TODO ical entries.
14754 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
14756         * ob.el (org-babel-map-src-blocks): Now exposes much information
14757         about the code block in the form of let-bound local variables.
14759 2010-11-11  David Maus  <dmaus@ictsoc.de>
14761         * org-list.el (org-outline-regexp, org-ts-regexp)
14762         (org-ts-regexp-both, org-in-regexps-block-p)
14763         (org-level-increment, org-at-heading-p)
14764         (outline-previous-heading, org-icompleting-read)
14765         (org-time-string-to-seconds): Declare to fix compiler warning.
14767 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
14769         * org-list.el (org-toggle-checkbox): Ignore items in drawers when
14770         used from an heading.  Send an error when no item is in region.
14772 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14774         * ob.el (org-babel-do-in-edit-buffer): Use unwind-protect to
14775         ensure that edit buffer is exited.
14777 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
14779         * ob-tangle.el (org-babel-tangle-pad-newline): Can be used to
14780         control the amount of extra newlines inserted into tangled code
14781         (org-babel-tangle-collect-blocks): Now conditionally collects
14782         information to be used for "org" style comments
14783         (org-babel-spec-to-string): Now inserts "org" style comments, and
14784         obeys the newline configuration variable when inserting whitespace.
14786 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
14788         * ob-tangle.el (org-babel-pre-tangle-hook): Defines new tangle
14789         hook
14790         (org-babel-tangle): Calls new tangle hook.
14792 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
14794         * org-capture.el (org-capture): Compute the length of the correct
14795         string when removing properties.
14797 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
14799         * ob-plantuml.el (org-babel-execute:plantuml): Now expanding file
14800         names before shell quoting.
14802 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14804         * org-src.el (org-src-tab-indents-natively): New variable
14805         controlling whether language-native TAB action should be performed
14806         (org-src-native-tab-command-maybe): New function to perform
14807         language-native TAB action.
14808         (org-tab-first-hook): Add `org-src-native-tab-command-maybe'.
14810 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
14812         * ob-plantuml.el (org-babel-execute:plantuml): Explicitly check
14813         `org-plantuml-jar-path' before use.
14815 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14817         * org-src.el (org-src-font-lock-fontify-block): Re-use hidden
14818         language major mode buffers during fontification.
14820 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14822         * org.el (org-fontify-meta-lines-and-blocks): Alter main regexp to
14823         match code blocks with switches and header args.  Call
14824         `org-src-font-lock-fontify-block' for automatic fontification of
14825         code in code blocks, controlled by variable
14826         `org-src-fontify-natively'.
14827         (org-src-fontify-natively): New variable.
14829 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
14831         * ob-ruby.el (org-babel-expand-body:ruby): Remove requirement of
14832         inf-ruby.
14834 2010-11-11  Noorul Islam  <noorul@noorul.com>  (tiny change)
14836         * org-html.el (org-html-make-link): (expand-file-name) removes
14837         one "/" from "///path-to-file", so add one.  Anything other than
14838         'file' type should be exported along with the type.
14840 2010-11-11  Noorul Islam  <noorul@noorul.com>  (tiny change)
14842         * org.el (org-insert-subheading): Fix compiler warning
14843         (org-insert-todo-subheading): Fix compiler warning.
14845 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
14847         * org-capture.el (org-capture): Remove read-only text properties
14848         from capture text.
14849         (org-capture-set-target-location): Throw an error if file+headline
14850         target does not point into a file which is in Org mode.
14852 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
14854         * ob.el (org-babel-map-src-blocks): Prefer `when' to `if'.
14856 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14858         * org-src.el (org-edit-src-code): Improve docstring.
14860 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14862         * ob.el (org-babel-execute-src-block): Document prefix argument in
14863         docstring.
14865 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
14867         * ob-ditaa.el (org-babel-execute:ditaa): Now expanding
14868         org-ditaa-jar-path with expand-file-name.
14870 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14872         * ob.el (org-babel-execute-subtree): Pass prefix arg through to
14873         `org-babel-execute-src-block'.
14875 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
14877         * org-ascii.el (org-export-ascii-preprocess): Allow [@start:x] and
14878         [@x] syntax for list numbering.
14880 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
14882         * org.el (org-indent-line-function): Indentation of source block
14883         is left to `org-edit-src-exit' and shouldn't be modified by
14884         `org-indent-line-function'.  Indentation of others blocks should be
14885         the same as the #+begin line.
14887 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14889         * ob.el (org-babel-map-src-blocks): If FILE is nil evaluate BODY
14890         forms on source blocks in current buffer; restore point in current
14891         buffer.
14893 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
14895         * org-list.el (org-list-struct): Accept list boundaries as an
14896         argument in order to avoid computing `org-list-top-point' and
14897         `org-list-bottom-point' twice when indenting.
14899 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
14901         * org-list.el (org-list-ending-method): Default value is now
14902         `both', to ensure maximum compatibility before previous
14903         implementation.
14905 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
14907         * org-list.el (org-list-in-item-p-with-indent): Test if first line
14908         is the item beginning.
14910         * org-list.el (org-list-top-point-with-indent): Test if first line
14911         is a valid list beginning.
14913 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
14915         * org-list.el (org-list-ending-method): New customizable variable
14916         to tell Org Mode how lists end.  See docstring.
14918 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
14920         * org-list.el (org-indent-item-tree): Shifting step of top-level
14921         item depends on `org-level-increment'.
14923 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
14925         * org.el (org-indent-line-function): Indent first non blank line
14926         after a list according to current heading level.
14928 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
14930         * org-docbook.el (org-export-as-docbook): Remove check for
14931         indentation on lines that do not start with a list bullet.
14933         * org-html.el (org-export-as-html): Same thing.
14935 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
14937         * org-list.el (org-list-bottom-point): Take into consideration
14938         that bound of search can be before true ending of the list.
14940 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
14942         * org-list.el (org-list-struct-apply-struct): No longer shift
14943         item's body twice: one after replacing bullet and one after
14944         changing indentation.
14946 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
14948         * org-list.el (org-list-struct-indent): Add code to replace
14949         bullets if needed when indenting.
14951 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
14953         * org-list.el (org-list-insert-item-generic): A single item
14954         already counting blank lines in his body should be separated with
14955         the next one by a blank line.  Moreover, if user already provided
14956         blank lines, follow his wishes.
14958 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
14960         * org-list.el (org-indent-item-tree): When moving top item of a
14961         *-list to column 0, only the first item had its bullet changed to
14962         -.  It now changes all items of the top-level list, as expected.
14964 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
14966         * org-list.el (org-toggle-checkbox): Go to beginning of line
14967         before processing.
14969 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
14971         * org-list.el (org-list-struct-apply-struct): Check if ancestor
14972         exists.
14974 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
14976         * org-list.el (org-renumber-ordered-list): Check for [@start:x] is
14977         done at each item.
14979 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
14981         * org-list.el : Removed unused variable
14982         `org-suppress-item-indentation'.
14984         * org-list.el (org-renumber-ordered-list): Skip item if bullet
14985         number is already good.
14987 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
14989         * org-list.el (org-list-automatic-rules): Doc-string reflects this
14990         change.
14992         * org-list.el (org-indent-item-tree): Prevent whole list from
14993         being moved when user is not moving subtree.  Thus
14994         `org-cycle-item-indentation' will not allow to move the list.
14996 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
14998         * org-list.el (org-indent-item-tree): Remove region code.  It was
14999         prone to errors and undocumented.
15001         * org-list.el (org-item-indent-positions): Better heuristics to
15002         determine what bullet the item will have when demoted.
15004 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15006         * org-list.el (org-list-bullet-string): First check if
15007         `org-list-two-spaces-after-bullet-regexp' isn't nil.
15009 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15011         * org-list.el (org-list-bullet-string): Do not modify match-data.
15013         * org.el (org-toggle-item): Now working again when changing list
15014         items into plain text.  Moreover take into consideration
15015         `org-list-two-spaces-after-bullet-regexp'.
15017 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15019         * org-list.el (org-indent-item-tree): Remove unnecessary bullets
15020         fix, and improved heuristics to determine bullet when indenting.
15022         * org-list.el (org-item-indent-positions): Function now returns
15023         sane results when there are two lists separated with blank lines
15024         only.
15026 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15028         * org-docbook.el (org-export-as-docbook): Use override="num" in
15029         any listitem matching [@start:num].
15031         * org-html.el (org-export-as-html): Use value="num" in any li
15032         matching [@start:num].
15034 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15036         * org.el (org-set-font-lock-defaults): Correct fontification for
15037         checkboxes found after [@start:?].
15039         * org-list.el (org-list-at-regexp-after-bullet-p): Skip any
15040         [@start:?]  when looking at a regex after a bullet.
15042         * org-list.el (org-toggle-checkbox): Correct insertion of
15043         checkboxes when there is already a [@start:?] in the item.
15045         * org-list.el (org-checkbox-blocked-p): Properly check if there's
15046         an unchecked item before.
15048         * org-list.el (org-list-parse-list): Function handles items having
15049         both a counter and a checkbox.
15051 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15053         * org-list.el (org-cycle-item-indentation): Org-tab-ind-state
15054         stores both indentation and bullet when cycle started.
15056 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15058         * org-list.el: `org-at-description-p' renamed to
15059         `org-at-item-description-p', `org-first-list-item-p' renamed to
15060         `org-list-first-item-p', `org-end-of-item-text-before-children'
15061         renamed to `org-end-of-item-or-at-child'.
15063 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15065         * org.el (org-ctrl-c-ctrl-c): Call `org-fix-bullet-type' instead
15066         of `org-maybe-renumber-ordered-list' and `org-fix-bullet-type'
15067         before toggling a checkbox.
15069 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15071         * org-list.el (org-list-bullet-string): New function returning
15072         bullet concatenated with an appropriate number of white spaces.
15074         * org-list.el (org-list-insert-item-generic): Insert the right
15075         bullet, with help of `org-list-bullet-string'.
15077         * org-list.el (org-indent-item-tree):
15078         Use `org-list-bullet-string'.
15080         * org-list.el (org-fix-bullet-type): Use `org-list-bullet-string'.
15082         * org-list.el (org-toggle-checkbox): Send an error when
15083         `org-toggle-checkbox' is trying to insert a checkbox at a
15084         description item.
15086         * org-list.el (org-item-re): Modified regexp so it can catch
15087         correct number of white space before item body.
15089         * org-list.el (org-list-at-regexp-after-bullet-p): Take into
15090         consideration new `org-item-re'.
15092 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15094         * org-list.el (org-list-insert-item-generic): The second item in a
15095         list will be separated from its predecessor with the number of
15096         blank lines separating the first item from its parent, if any, or
15097         no blank line.
15099 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15101         * org-list.el (org-indent-item-tree): Fix and reorder every list
15102         and sublist, from parent of list that has moved if indenting, or
15103         from list at point if outdenting.
15105 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15107         * org-list.el (org-indent-item-tree): Try to keep relative
15108         position on line.  It can't if point is in white spaces before
15109         bullet because mixed tabs and spaces make some columns
15110         unattainable.
15112 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15114         * org-list.el (org-cycle-item-indentation): Cycle when the whole
15115         item only contains bullet and maybe a checkbox.  Previously, TAB
15116         would cycle when the first line of the item was blank.
15118 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15120         * org-list.el (org-cycle-item-indentation): Allow a point just
15121         after a description item or a checkboxed item to start cycling.
15123 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15125         * org-list.el (org-cycle-list-bullet):
15126         Check `org-plain-list-ordered-item-terminator' before allowing 1. or 1)
15127         as valid bullets when cycling.
15129 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15131         * org-list.el (org-cycle-item-indentation): Do return t if and
15132         only if cycling is possible and succeded.
15134 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15136         * org-list.el (org-indent-item-tree): When outdenting a subtree,
15137         the last item shouldn't have a children.
15139 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15141         * org-list.el (org-cycle-item-indentation): Cycling should play
15142         nicely with indent rule in `org-list-automatic-rules'.
15144 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15146         * org-list.el (org-indent-item-tree): If indent rule is activated,
15147         it should be impossible to outdent an item having children without
15148         moving its subtree.  Improved reordering of lists modified by
15149         cycling indentation.
15151 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15153         * org-list.el (org-maybe-renumber-ordered-list): Remove call for
15154         `org-fix-bullet-type' to prevent infinite loop, and some checks
15155         already done in `org-renumber-ordered-list'.
15157         * org-list.el (org-fix-bullet-type): Remove a check and call
15158         directly `org-maybe-renumber-ordered-list'.
15160 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15162         * org-list.el (org-indent-item-tree): It shouldn't be possible to
15163         indent the first item of a sublist (though outdent is possible) as
15164         it would break list's structure.
15166 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15168         * org-list.el (org-list-insert-item-generic): When local search
15169         doesn't help, search the list globally for blank lines.  Moreover,
15170         don't bother with new lists, and add 1 blank line.
15172 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15174         * org-capture.el (org-capture-place-item):
15175         Use `org-search-forward-unenclosed' and
15176         `org-search-backward-unenclosed' and new variable
15177         `org-item-beginning-re'.
15179         * org-list.el (org-item-beginning-re): Regexp matching beginning
15180         of an item.
15182 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15184         * org-list.el (org-cycle-list-bullet): Put back support for
15185         'previous argument.
15187 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15189         * org-list.el (org-in-item-p): Handle case when point is at an
15190         heading.
15192         * org-list.el (org-list-make-subtree): Add protection when used
15193         outside of list.
15195         * org-list.el (org-insert-item): Remove useless hack now
15196         `org-in-item-p' is fixed.
15198         * org-timer.el (org-timer-item): Remove useless hack now
15199         `org-in-item-p' is fixed.
15201 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15203         * org-list.el (org-cycle-list-bullet): Prevent description items
15204         from being numbered.  String argument is also recognized now, as
15205         long as it is a valid bullet.
15207 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15209         * org-list.el (org-indent-item-tree): Moving indentation of top
15210         list item will make the whole list move.
15212         * org-list.el (org-apply-on-list): Function is less sensitive to
15213         changes of indentation.
15215 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15217         * org-list.el (org-at-item-checkbox-p): Add whitespaces at the end
15218         of the regexp.
15220         * org-list.el (org-checkbox-blocked-p): Use new checkbox regexp.
15222         * org-list.el (org-cycle-item-indentation): Allow cycling
15223         description items and checkbox items.
15225         * org-list.el (org-toggle-checkbox): Use new checkbox regexp.
15227         * org-list.el (org-reset-checkbox-state-subtree): Use new checkbox
15228         regexp.
15230 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15232         * org-list.el (org-insert-item-internal): Guessing of blank lines
15233         number is made by looking at neighboring items, if any.
15235 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15237         * org-list.el (org-sort-list): Add the possibility to sort timer
15238         lists with the ?t or ?T options.
15240 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15242         * org-list.el (org-search-unenclosed-internal): New function to
15243         handle both `org-search-forward-unenclosed' and
15244         `org-search-backward-unenclosed'.
15246         * org-list.el (org-search-backward-unenclosed): Can send errors
15247         now.  Removed useless usage of COUNT.
15249         * org-list.el (org-search-forward-unenclosed): Can send errors
15250         now.  Removed useless usage of COUNT.
15252         * org-list.el (org-update-checkbox-count):
15253         Use `org-search-forward-unenclosed' and
15254         `org-search-backward-unenclosed' instead of `re-search-forward'
15255         and `re-search-backward'.
15257         * org-list.el (org-sort-list): Use `org-search-forward-unenclosed'
15258         and `org-search-backward-unenclosed' instead of
15259         `re-search-forward' and `re-search-backward'.
15261         * org-list.el (org-list-make-subtree):
15262         Use `org-search-forward-unenclosed' and
15263         `org-search-backward-unenclosed' instead of `re-search-forward'
15264         and `re-search-backward'.
15266 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15268         * org-list.el (org-insert-item-internal): Fixes the problem when
15269         point was before the first char of the item's body.
15271 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15273         * org-timer.el (org-timer-item): Refactoring.  Compute timer string
15274         before inserting it in the buffer.
15276         * org-timer.el (org-timer): Add an optional argument to return
15277         timer string instead of inserting it.
15279 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15281         * org-list.el (org-insert-item-internal): New function to handle
15282         positioning and contents of an item being inserted at a specific
15283         pos.  It is not possible anymore to split a term in a description
15284         list or a checkbox when inserting a new item.
15286         * org-list.el (org-insert-item): Refactored by using the new
15287         `org-insert-item-internal' function.
15289         * org-timer.el (org-timer-item): Refactored by using the new
15290         `org-insert-item-internal' function.
15292 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15294         * org-list.el (org-list-bottom-point): Be sure to check real
15295         ORG-OUTLINE-REGEXP and not outline-regexp, that might be modified.
15297         * org.el (org-cycle-internal-local): Cycle up to end of subtree or
15298         end of item if we are in a list.
15300 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15302         * org-list.el (org-insert-item): Move before any special block in
15303         a list prior to add a new item.
15305         * org-timer.el (org-timer-item): When in a timer list, insert a
15306         new timer item like `org-insert-item'.  If in another list, send an
15307         error.  Otherwise, start a new timer list.
15309 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15311         * org-list.el: Minor refactoring.
15313 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15315         * org-timer.el (org-timer-item): Insert description list item at
15316         the right column.
15318         * org-list.el (org-insert-item): Insert the right number of blank
15319         lines before a relative timer.
15321 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15323         * org-list.el (org-insert-item): Remove restriction on latex
15324         blocks.
15326 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15328         * org-list.el (org-search-backward-unenclosed): Do not stop in
15329         protected places.
15331         * org-list.el (org-search-forward-unenclosed): Do not stop in
15332         protected places.
15334         * org-latex.el (org-export-latex-lists): Use the fact that
15335         org-search-forward do not stop anymore at protected places.
15337 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15339         * org-list.el (org-search-backward-unenclosed): Do not prevent
15340         list items from being inside LaTeX blocks.
15342         * org-list.el (org-search-forward-unenclosed): Do not prevent list
15343         items from being inside LaTeX blocks.
15345 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15347         * org-list.el (org-in-item-p): Do not widen before checking if we
15348         are in item.
15350         * org-list.el (org-list-send-list): We cannot count on
15351         `org-list-top-point' and `org-list-bottom-point' before buffer is
15352         narrowed.  Find bounds of list otherwise.
15354 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15356         * org-list.el (org-list-end-regexp): By default, list ending is
15357         exactly 2 blank lines.
15359 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15361         * org-docbook.el (org-export-as-docbook): When we find an empty
15362         line, we do not need to check for
15363         `org-empty-line-terminates-plain-lists' because we would have
15364         found end-list marker before.
15366         * org-html.el (org-export-as-html): Same.
15368 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15370         * org-list.el (org-insert-item): Simplify count of blank lines to
15371         insert.
15373 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15375         * org-list.el (org-list-end-regexp): New customizable variable to
15376         define what string should end lists.
15378         * org-list.el (org-list-end-re): Function is now aware of
15379         `org-list-end-regexp'.
15381 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15383         * org-html.el (org-export-as-html): Code cleanup.
15385 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15387         * org-docbook.el (org-export-as-docbook): Properly close any open
15388         list when seeing ORG-LIST-END.  Removed any reference to now
15389         unneeded DIDCLOSE variable.
15391 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15393         * org-exp.el (org-export-mark-list-ending): Fix number of blank
15394         lines inserted after a list.
15396         * org-list.el (org-list-parse-list): Fix case when
15397         `org-list-end-re' would have an indentation greater than current
15398         list.
15400 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15402         * org-exp.el (org-export-mark-list-ending): Differentiate between
15403         export backends, and replace `org-list-end-re' by a blank line
15404         upon exporting.
15406 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15408         * org-html.el (org-export-as-html): Delete didclose and everything
15409         related to it, as it is no longer needed.
15411 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15413         * org-html.el (org-export-html-preprocess): Remove unneeded
15414         insertion of list end marker, as it is now handled by
15415         `org-export-mark-list-ending'.
15417         * org-html.el (org-export-as-html): Cleaner termination of lists.
15419         * org-exp.el (org-export-mark-list-ending): New function to insert
15420         specific markers at the end of lists when exporting to a backend
15421         not using `org-list-parse-list'.  This function is called early in
15422         `org-export-preprocess-string', while it is still able to
15423         recognize lists.
15425         * org-latex.el (org-export-latex-lists): Better search for
15426         lists.  It now only finds items not enclosed and not protected.
15428 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15430         * org-list.el: Replaced `re-search-forward' by
15431         `org-search-forward-unenclosed' where it made sense.
15433 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15435         * org-list.el (org-apply-to-list): Now a return value is handed at
15436         each new call of the function applied.
15438         * org-list.el (org-fix-bullet-type): Use the new
15439         `org-apply-to-list' format.
15441         * org-list.el (org-renumber-ordered-list): Use the new
15442         `org-apply-to-list' format.
15444 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15446         * org.el (org-in-regexps-block-p): Minor fix: limit wasn't
15447         correctly used.
15449         * org-list.el (org-search-forward-unenclosed): Better regexp used.
15451         * org-list.el (org-search-backward-unenclosed): Better regexp
15452         used.
15454 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15456         * org-list.el (org-sort-list): End-rec function was ill-defined.
15458 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15460         * org-list.el (org-search-forward-unenclosed): Fix behavior when
15461         last occurrence was enclosed.
15463         * org-list.el (org-search-backward-unenclosed): Fix behavior when
15464         last occurrence was enclosed.
15466 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15468         * org.el (org-in-regexps-block-p): Fix documentation.
15470 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15472         * org-list.el (org-search-backward-unenclosed): Fix block regexp.
15474         * org-list.el (org-search-forward-unenclosed): Fix block regexp.
15476         * org-list.el (org-list-parse-list): Minor fix.
15478 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15480         * org-list.el (org-list-parse-list): Delete `org-list-end-re' when
15481         called with t argument.
15483 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15485         * org-html.el (org-export-html-preprocess):
15486         Replace `org-list-end-re' by a blank line during pre-process.
15488 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15490         * org-list.el (org-list-bottom-point): No need for square brackets
15491         for `skip-chars-backward'.
15493 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15495         * org-html.el: Do not delete space between end of list and
15496         beginning of the following.
15498 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15500         * org-html.el: Preprocess buffer string and add ORG-LIST-END where
15501         needed.  Lists should not end before seeing this.
15503 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15505         * org-html.el: Notice end of lists.
15507 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15509         * org-list.el (org-list-parse-list): Better handling of
15510         restrictions when function is called on a list with sublists.
15512         * org-list.el (org-list-send-list): Find the true ending of the
15513         list being sent.
15515         * org-list.el (org-list-radio-list-templates): Templates are more
15516         specific to lists.
15518 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
15520         * ob-js.el (org-babel-js-eoe): Indicate end of input
15521         (org-babel-execute:js): Support for session evaluation
15522         (org-babel-prep-session:js): Fleshed out definition
15523         (org-babel-js-initiate-session): Can initiate a session using
15524         mozrepl.
15526 2010-11-11  David Maus  <dmaus@ictsoc.de>
15528         * org.el (org-set-regexps-and-options): Protect escape char in
15529         `org-complex-heading-regexp-format'.
15531 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
15533         * ob-scheme.el (org-babel-scheme-eoe): For marking the end of
15534         session-based evaluation
15535         (org-babel-execute:scheme): Now supports session-based evaluation
15536         (org-babel-prep-session:scheme): Now works and defines variables
15537         (org-babel-scheme-initiate-session): Now works using run-scheme
15538         from cmuscheme.
15540 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
15542         * org.el (org-export-latex-default-packages-alist): Remove the
15543         t1enc package - this is already covered by fontenc.
15545 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
15547         * ob.el (with-parsed-tramp-file-name): Declared
15548         (org-babel-tramp-localname): Ensure variable name exists locally.
15550 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
15552         * ob.el (org-babel-temp-file): Don't use babel temporary directory
15553         in remote case; use make-temp-file with remote file name so that
15554         temp file is guaranteed not to exist previously on remote machine.
15555         (org-babel-tramp-localname): New function to return local name
15556         portion of possibly remote file specification.
15558 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
15560         * ob-R.el (org-babel-R-write-object-command): New unified R
15561         command for writing results to file
15562         (org-babel-R-wrapper-method): Remove variable
15563         (org-babel-R-wrapper-lastvar): Remove variable
15564         (org-babel-R-evaluate-external-process): Use new R command
15565         (org-babel-R-evaluate-session): Use new R command.
15567 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
15569         * ob-comint.el
15570         (org-babel-comint-eval-invisibly-and-wait-for-file): New function
15571         to evaluate code invisibly and block until output file exists.
15573         * ob-R.el (org-babel-R-evaluate-session): Use `ess-eval-buffer' to
15574         evaluate R code in session for :results value.  Write result to
15575         file invisibly using new function
15576         `org-babel-comint-eval-invisibly-and-wait-for-file'.
15578 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
15580         * org-capture.el (org-capture-fill-template): Align tags after
15581         insertion.
15583 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
15585         * org-exp.el (org-export-concatenate-multiline-emphasis):
15586         Ignore matches that start in a headline.
15588 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
15590         * ob-plantuml.el (org-babel-execute:plantuml): Wrapping in-file
15591         and out-file in shell-quote-argument.
15593 2010-11-11  David Maus  <dmaus@ictsoc.de>
15595         * org-docview.el (org-docview-store-link): Use expanded macro to
15596         get current page.
15597         (doc-view-goto-page, image-mode-window-get): Declare functions for
15598         byte compiler.
15600 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
15602         * ob-scheme.el: Very preliminary support for evaluating scheme
15603         code blocks.
15605         * org.el (org-babel-load-languages): Adding scheme.
15607 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
15609         * ob.el (require): Remove circular (require 'org).
15611 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
15613         * ob-R.el (ess-make-buffer-current): Declared.
15614         (ess-ask-for-ess-directory): Declared.
15615         (ess-local-process-name): Declared.
15616         * ob-latex.el (org-babel-latex-tex-to-pdf): Capturing free variable.
15618         * ob.el (org-edit-src-code): Fixing arguments.
15619         (org-edit-src-exit): Declared.
15620         (org-outline-overlay-data): Declared.
15621         (org-set-outline-overlay-data): Declared.
15623 2010-11-11  Glenn Morris  <rgm@gnu.org>
15625         * ob.el: Require org when compiling.
15626         (org-save-outline-visibility): Remove macro declaration.
15628         * ob-emacs-lisp.el: Require ob-comint when compiling, for macros.
15629         Remove unnecessary/macro declarations.
15631         * org-docview.el: Require doc-view when compiling.
15632         (doc-view-goto-page): Autoload rather than declaring.
15633         (doc-view-current-page): Remove macro declaration.
15635         * ob.el (tramp-compat-make-temp-file, org-edit-src-code)
15636         (org-entry-get, org-table-import): Fix declarations.
15637         (org-match-string-no-properties): Remove declaration.
15639         * ob-sh.el (org-babel-comint-in-buffer)
15640         (org-babel-comint-wait-for-output, org-babel-comint-buffer-livep)
15641         (org-babel-comint-with-output): Remove unnecessary declarations.
15643         * ob-R.el (orgtbl-to-tsv): Fix declaration.
15645         * org-list.el (org-entry-get): Fix declaration.
15647 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
15649         * ob.el (org-babel-remove-temporary-directory): Remove explicit
15650         second argument.
15652 2010-11-11  Magnus Henoch  <magnus.henoch@gmail.com>  (tiny change)
15654         * org-clock.el (org-clocktable-steps): Allow ts and te to be day
15655         numbers.
15657 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
15659         * org-macs.el (org-save-outline-visibility): Move from org.el.
15661 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
15663         * ob-org.el (org-babel-default-header-args:org): Additional
15664         ":results silent" default header argument for org code blocks.
15666 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
15668         * ob-exp.el (org-babel-exp-do-export): Remove hacky ":noeval",
15669         which is now an alias to ":eval no".
15671 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
15673         * ob.el (org-babel-remove-temporary-directory): The version of
15674         `delete-directory' found in files.el can not be assumed to be
15675         present on all versions, so this copies the recursive behavior of
15676         that command in such a way that all calls to delete-directory will
15677         also work with the built-in internal C implementation of that
15678         function.  This is not overly difficult as all elements of the
15679         directory can be assumed to be files.
15681 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
15683         * ob-C.el (org-babel-C-execute): Corrected arguments to
15684         org-babel-temp-file.
15686 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
15688         * ob.el (org-babel-temporary-directory): Variable to hold the
15689         value of the Babel temporary directory.
15691 2010-11-11  Aditya Siram  <aditya.siram@gmail.com>
15693         * ob.el (org-babel-load-in-session): Expanding noweb references
15694         when appropriate.
15696 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15698         * org.el (org-make-link-regexps): Modified regexp of
15699         org-plain-link-re.
15701 2010-11-11  Noorul Islam  <noorul@noorul.com>  (tiny change)
15703         * org-habit.el (org-habit-parse-todo): Find sr-days only if
15704         scheduled-repeat is non nil.  Use 4th element of the list returned
15705         by (org-heading-components) as habit-entry.  Modify the error
15706         message to be more meaningful.
15708 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
15710         * ob-latex.el (org-babel-execute:latex): Adding new ":fit" and
15711         ":border" header arguments which both use the "preview" latex
15712         package to fit the resulting PDF image to the figure.
15714 2010-11-11  David Maus  <dmaus@ictsoc.de>
15716         * org-wl.el (org-wl-store-link): Don't try to store link if point
15717         is at end of buffer.
15719 2010-11-11  Harri Kiiskinen  <harkiisk@gmail.com>
15721         * org-publish.el (org-publish-project-alist): Document the new
15722         body-only property.
15723         (org-publish-org-to): Use the body-only property.
15725 2010-11-11  Jambunathan K  <kjambunathan@gmail.com>  (tiny change)
15727         * org.el (org-store-link): Return link when invoked
15728         non-interactively from an agenda buffer.
15730 2010-11-11  Jambunathan K  <kjambunathan@gmail.com>  (tiny change)
15732         * org.el (org-store-link): Storing of links to headlines in
15733         indirect buffers was broken.  Fix it.
15735 2010-11-11  Aidan Kehoe  <kehoea@parhasard.net>
15737         * ob-tangle.el (org-babel-tangle): Change the MODE argument to
15738         #'set-file-modes to use integer, not character syntax, avoiding
15739         compile problems with recent XEmacs.
15741 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
15743         * org-agenda.el (org-agenda-add-entry-text): Make sure we move
15744         forward even if there is no text to be added.
15746 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
15748         * org.el (org-make-tags-matcher): Read "\\-" as "-" in the
15749         tags/property matcher.
15751 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
15753         * org-exp.el (org-infile-export-plist): Bind case-fold-search to
15754         t.
15756 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
15758         * org-agenda.el (org-agenda-with-point-at-orig-entry): New macro.
15760 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
15762         * org-latex.el (org-export-latex-set-initial-vars):
15763         Bind `case-fold-search' to t around the search for special LaTeX setup.
15765         * org-beamer.el (org-beamer-after-initial-vars):
15766         Bind `case-fold-search' to t around the search for special BEAMER
15767         setup.
15769 2010-11-11  David Maus  <dmaus@ictsoc.de>
15771         * org-agenda.el (org-write-agenda): Delete PostScript file after
15772         creating conversion to PDF.
15774 2010-11-11  David Maus  <dmaus@ictsoc.de>
15776         * org-agenda.el (org-write-agenda): Move require statements to
15777         proper place in evaluated lisp expression.
15779 2010-11-11  David Maus  <dmaus@ictsoc.de>
15781         * org-agenda.el (org-write-agenda): Rename temporary buffer to
15782         remove dependency of `flet' macro.
15784 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
15786         * ob-lob.el (org-babel-lob-get-info): Edit docstring.
15788 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
15790         * ob-exp.el (org-babel-exp-lob-one-liners): Get parameter values
15791         from all standard sources when executing #+lob/#+call lines.
15793 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
15795         * ob-R.el (org-babel-R-evaluate): Break the two branches into two
15796         separate functions
15797         (org-babel-R-evaluate-external-process): New function to handle
15798         external process evaluation
15799         (org-babel-R-evaluate-session): New function to handle session
15800         evaluation.
15802 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
15804         * ob.el (org-babel-initiate-session): New function derived from
15805         previous `org-babel-switch-to-session'
15806         (org-babel-switch-to-session): Refactored to use new
15807         `org-babel-initiate-session'.
15809 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
15811         * ob.el (org-babel-switch-to-session): Supply missing "P" argument
15812         to (interactive).
15814 2010-11-11  David Maus  <dmaus@ictsoc.de>
15816         * org-feed.el (org-feed-format-entry): Decode entry according to
15817         its character encoding.
15819 2010-11-11  David Maus  <dmaus@ictsoc.de>  (tiny change)
15821         * org-feed.el (xml-substitute-special): Declare function for byte
15822         compiler.
15823         (org-feed-unescape): Removed.
15824         (org-feed-parse-rss-entry, org-feed-parse-atom-entry):
15825         Use `xml-substitute-special' to unescape XML entities.
15827 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
15829         * ob.el (org-babel-switch-to-session): Throw error if block if
15830         :session not in effect for the block.
15832 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
15834         * org-table.el (org-table-create-with-table.el): Align table
15835         before converting.
15837 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
15839         * ob.el (org-babel-do-in-edit-buffer): Suppress message and check
15840         that org-src buffer is current before attempting exit.
15842 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
15844         * org-src.el (ob-comint): Require 'ob-comint
15845         (org-src-babel-info): Define variable.
15847 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
15849         * ob.el (org-babel-do-in-edit-buffer): New macro to evaluate lisp
15850         in the language major mode edit buffer.
15851         (org-babel-do-key-sequence-in-edit-buffer): New function to call
15852         an arbitrary key sequence in the language major mode edit buffer.
15854         * org-src.el (org-src-switch-to-buffer): Add new allowed value
15855         'switch-invisibly for `org-src-window-setup'.
15857 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
15859         * org-src.el (ob-keys): Require ob-keys, because `org-babel-map'
15860         is used.
15861         (org-src-do-at-code-block): New macro to evaluate lisp with point
15862         at the start of the Org code block containing the code in this
15863         edit buffer.
15864         (org-src-do-key-sequence-at-code-block): New function to execute
15865         command bound to key at the Org code block containing the code in
15866         this edit buffer.
15868 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
15870         * ob-R.el (org-babel-R-associate-session): New function to
15871         associate R code edit buffers with ESS comint session.
15873 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
15875         * org-src.el (org-edit-src-code): If at src block, store babel
15876         info as buffer local variable.
15877         (org-src-associate-babel-session): New function to associate code
15878         edit buffer with comint session.  Does nothing unless a
15879         language-specific function named
15880         `org-babel-LANG-associate-session' exists.
15881         (org-src-babel-configure-edit-buffer): New function to be called
15882         in `org-src-mode-hook'.
15883         (org-src-mode-hook): Add `org-src-babel-configure-edit-buffer' to
15884         hook.
15886 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
15888         * ob.el (org-babel-switch-to-session-with-code): New function to
15889         generate split frame displaying edit buffer and session.
15891 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
15893         * org.el (org-set-tags): Consider org-indent-mode when computing
15894         the tags column.
15896 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
15898         * org-compat.el (org-looking-at-p): Only use looking-at-p when
15899         defined.
15901 2010-11-11  David Maus  <dmaus@ictsoc.de>
15903         * org-agenda.el (org-finalize-agenda-entries): Delete excluded
15904         lines directly after call to sorting filter function.
15906 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
15908         * org.el (org-complex-heading-regexp-format): Document the
15909         variable.
15910         (org-get-refile-targets): Use `org-complex-heading-regexp-format'
15911         to make the regular expression for matching the headline.
15913 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
15915         * org.el (org-refile-check-position): New function.
15916         (org-goto):
15917         (org-refile-get-location): Call `org-refile-check-position'.
15919 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
15921         * ob-python.el (org-babel-python-initiate-session-by-key): Use eq
15922         instead of equal to compare symbols.
15924 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
15926         * org-agenda.el (org-agenda-before-sorting-filter-function):
15927         New hook function.
15928         (org-finalize-agenda-entries):
15929         Apply `org-agenda-before-sorting-filter-function'.
15931 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
15933         * org-latex.el (org-export-latex-first-lines): Do not protect meta
15934         lines that have nothing to do with babel.
15936 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
15938         * org-capture.el (org-capture-place-template): Handle the
15939         checkitem case.
15940         (org-capture-place-item): Provide boundaries for the search to
15941         make sure we do not get a match in a different tree.
15943 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
15945         * org-exp.el (org-export-preprocess-apply-macros): Fix the macro
15946         argument parser.
15948 2010-11-11  Noorul Islam  <noorul@noorul.com>
15950         * org-latex.el (org-latex-to-pdf-process): Add output-directory
15951         option for the command pdflatex.
15952         (org-export-as-pdf): Respect directory in path of
15953         EXPORT_FILE_NAME.
15955 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
15957         * org-exp.el (org-export-with-LaTeX-fragments): New default t,
15958         which now means to use MathJax processing for HTML.  Also allow
15959         new value `dvipng' to force the old image processing.
15960         (org-infile-export-plist): Parse for MATHJAX setup line.
15962         * org-html.el (org-export-html-mathjax-options): New option.
15963         (org-export-html-mathjax-config): New function.
15964         (org-export-html-mathjax-template): New option.
15965         (org-export-html-preprocess): Call the LaTeX snippet processor
15966         with an additional argument to declare special ways of processing.
15967         (org-export-as-html): Bind the dynamical variable
15968         `org-export-have-math'.  Insert the MathJax script template when
15969         it is needed by the document.
15971         * org.el (org-preview-latex-fragment): Call `org-format-latex'
15972         with the additional processing argument.
15973         (org-export-have-math): New variable, for dynamic scoping.
15974         (org-format-latex): Implement specific ways of processing.
15975         New function argument for processing type.
15976         (org-org-menu): Remove the entry to configure LaTeX snippet
15977         processing.
15979 2010-11-11  Bastien Guerry  <bzg@gnu.org>
15981         * org-agenda.el (org-agenda-clock-goto): Use `\C-c\C-x\C-j' for
15982         `org-clock-goto' and `J' for `org-agenda-clock-goto'.  If the
15983         heading currently clocked in is not listed in the agenda, display
15984         this entry in another buffer.  If there is no running clock,
15985         display a help message.
15987 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15989         * org-latex.el (org-export-latex-tables): Return "" instead of nil
15990         when no label is attached.
15992 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
15994         * org-agenda.el (org-agenda-menu-show-match): New option.
15995         (org-agenda-menu-two-column): New option.
15996         (org-agenda-get-restriction-and-command): Implement dispatch menu
15997         without showing the matcher, and with two-column display.
15999 2010-11-11  Bernt Hansen  <bernt@norang.ca>
16001         * org-indent.el (org-indent-mode): Fix grammar for message when
16002         mode is refused.
16004 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
16006         * ob.el (org-babel-insert-result): Ensures `beg' is set, even if
16007         no previous result exists.
16009 2010-11-11  Noorul Islam  <noorul@noorul.com>
16011         * ob.el Declare org-babel-lob-execute-maybe() to avoid compiler
16012         warning.
16014 2010-11-11  Noorul Islam  <noorul@noorul.com>
16016         * org.el (org-set-visibility-according-to-property): Use backward
16017         search instead of forward, so that top hierarchy gets priority.
16019 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
16021         * org-agenda.el (org-timeline): Allow indirect buffer.
16023 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
16025         * org-exp.el (org-export-preprocess-after-radio-targets-hook):
16026         (org-export-define-heading-targets-headline-hook): New hooks.
16028         * org.el (org-modules): Add entry for org-wikinodes.el.
16029         (org-font-lock-set-keywords-hook): New hook.
16030         (org-open-at-point-functions): New hook.
16031         (org-find-exact-headling-in-buffer):
16032         (org-find-exact-heading-in-directory): New functions.
16033         (org-mode-flyspell-verify): Better cursor position for checking if
16034         flyspell should ignore a word.
16036 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
16038         * org-indent.el (org-indent-remove-properties):
16039         (org-indent-add-properties): Make sure changing these properties
16040         does not trigger modification hooks.
16042 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
16044         * org.el (org-link-search-must-match-exact-headline): New option.
16045         (org-link-search-inhibit-query): New variable.
16046         (org-link-search): Search for exact headline match in Org files.
16048 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
16050         * ob.el (org-babel-execute-src-block-maybe): Remove check for
16051         `org-babel-no-eval-on-ctrl-c-ctrl-c'; this is done in the new
16052         function `org-babel-execute-safely-maybe'.
16054 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
16056         * ob.el (org-babel-load-in-session): Set directory in case :dir
16057         arg is in effect.
16059 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
16061         * ob-tangle.el (org-babel-tangle-collect-blocks): Don't throw
16062         errors when we're not under of a headline.
16064 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
16066         * ob-octave.el (org-babel-octave-wrapper-method): Use dlmwrite to
16067         write delimited text instead of save -ascii
16068         (org-babel-octave-import-elisp-from-file): Specify that data
16069         written to file is tab-delimited.
16071 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
16073         * ob-R.el (org-babel-R-evaluate): Specify that tabular data is
16074         tab-delimited.
16076 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
16078         * ob.el (org-babel-import-elisp-from-file): Allow separator to be
16079         specified.
16081 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
16083         * ob-python.el (org-babel-python-table-or-string): Fix recognition
16084         of lists and tuples.
16086 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
16088         * ob-octave.el (org-babel-octave-evaluate-external-process):
16089         Allow remote files.
16091 2010-11-11  Juan Pechiar  <pechiar@computer.org>
16093         * ob-octave.el (org-babel-octave-evaluate-external-process):
16094         Use `org-babel-octave-import-elisp-from-file' instead of
16095         `org-babel-eval-read-file'.
16096         (org-babel-octave-var-to-octave): Separate matrix rows with ';',
16097         and use '%s' as format specifier instead of '%S'.
16099 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
16101         * ob-octave.el: Only (require 'matlab) when necessary.
16102         (org-babel-octave-initiate-session): (require) octave-inf or matlab
16103         as appropriate.
16104         (org-babel-execute:matlab): Remove (require).
16105         (org-babel-prep-session:matlab): Remove (require).
16106         (org-babel-matlab-initiate-session): Remove (require).
16108 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
16110         * ob-octave.el (org-babel-octave-evaluate): Fix formal argument
16111         list.
16113 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
16115         * ob-python.el (org-babel-python-table-or-string): Can now handle
16116         VERY long result lines.
16118 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
16120         * org-latex.el (org-export-latex-tables): Add label if any.
16122         * org-latex.el (org-export-latex-convert-table.el-table):
16123         Fix little mistake when inserting label.
16125 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
16127         * org.el (org-cycle-internal-local): Remove an unnecessary call
16128         to `org-back-to-heading' that was preventing point to stay at its
16129         column when cycling visibility.
16131 2010-11-11  Noorul Islam  <noorul@noorul.com>
16133         * org-capture.el (org-capture-finalize): Make messages consistent.
16135 2010-11-11  Noorul Islam  <noorul@noorul.com>
16137         * org-gnus.el: Suppress compiler warning by declaring outside
16138         function nnimap-retrieve-headers-from-file.
16140 2010-11-11  Noorul Islam  <noorul@noorul.com>
16142         * org-colview.el Use org-beamer-select-environment instead of
16143         org-beamer-set-environment-tag.
16145 2010-11-11  Matt Lundin  <mdl@imapmail.org>
16147         * org.el (org-insert-time-stamp): Fix org-insert-time-stamp so
16148         that the value of org-last-inserted-timestamp includes time range.
16150 2010-11-11  David Maus  <dmaus@ictsoc.de>
16152         * org-wl.el (org-wl-store-link-message): Provide link property for
16153         message-id without angle brackets.
16155 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
16157         * ob-R.el (org-babel-R-evaluate): Improved prompt-stripping regexp.
16159 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
16161         * ob-tangle.el (org-babel-find-file-noselect-refresh): Finds a
16162         file ensuing that the latest changes on disk are represented.
16164 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
16166         * ob-sqlite.el (org-babel-sqlite-expand-vars): Now inserts string
16167         arguments w/o quotes.
16169 2010-11-11  Bernt Hansen  <bernt@norang.ca>
16171         * org-capture.el (org-capture-finalize): Fix clock in of
16172         interrupted task during capture finalize.
16174 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
16176         * ob-R.el (org-babel-R-evaluate): Clean up extra prompts in
16177         session output.
16179 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
16181         * ob-C.el (org-babel-C-ensure-main-wrap): More generous regular
16182         expression for matching main function.
16184 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
16186         * ob-lob.el (org-babel-lob-one-liner-regexp): Fix error in lob
16187         regexp -- it wasn't matching lob lines w/o indices.
16189 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
16191         * org-exp.el (org-export-latex-listings-w-names): Fix compiler
16192         warning in org-exp.el.
16194 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
16196         * org-publish.el (org-publish-file): Better error message if
16197         base-directory or publishing-directory are not defined.
16199 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
16201         * org-colview.el (org-columns-display-here): Use overlays to
16202         overrule line prefix properties during column view.
16204 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
16206         * org-agenda.el (org-agenda-filter-preset): Document the
16207         limitation for the filter preset - it can only be used for an
16208         entire agenda view, not in an individual block in a block agenda.
16210 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
16212         * ob-table.el (sbe): Now able to accept range references from
16213         tables.
16215 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
16217         * ob.el (org-babel-pick-name): If colnames or rownames contain a
16218         list of names, then use those directly.
16220 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
16222         * org-exp.el (org-export-format-source-code-or-example):
16223         Escape underscores in code block names on latex listings export.
16225 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
16227         * ob-tangle.el (org-babel-with-temp-filebuffer):
16228         Use find-file-noselect to avoid excess buffer movement.
16230 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
16232         * org-html.el (org-html-should-inline-p): Only inline images if
16233         they should be.
16235 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
16237         * org-id.el (org-id-store-link): Autoload.
16239         * org.el ("org-id"): Autoload `org-id-store-link'.
16241 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
16243         * org-html.el (org-html-should-inline-p): Only inline images if
16244         they should be.
16246 2010-11-11  Eric S Fraga  <e.fraga@ucl.ac.uk>
16248         * org-icalendar.el (org-icalendar-alarm-time): New option.
16250         * org-icalendar.el (org-print-icalendar-entries): Timed events are
16251         exported with alarm events, a.k.a. reminders.
16253 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
16255         * org-capture.el (org-capture-target-buffer): Throw an error if we
16256         have no target file.
16257         (org-capture-select-template): Use a default template if the user
16258         has not specified any.
16260 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
16262         * org.el (org-modules): Add entry for org-velocity.
16264 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
16266         * ob-lob.el (org-babel-lob-execute): Changing indentation to
16267         improve line length.
16269 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
16271         * org-exp.el (org-export-handle-table-metalines): Choose a better
16272         position for checking protectedness.
16274 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
16276         * org-table.el (org-table-convert-region): Don't continue csv
16277         importation which the point catches the end, this fixes an
16278         infinite loop which was caused by the (point) never catching up
16279         with the "end" marker.
16281 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
16283         * org-macs.el (org-string-nw-p): New function.
16285         * org-capture.el (org-capture-import-remember-templates):
16286         Interpret an empty string as request to use
16287         `org-default-notes-file'.
16288         (org-capture-target-buffer): If the FILE is not a (non-empty)
16289         string, use `org-default-notes-file'.
16291 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
16293         * org-capture.el (org-capture-templates): Fix customize type.
16295 2010-09-25  Juanma Barranquero  <lekktu@gmail.com>
16297         * org.el (org-refile-targets):
16298         * org-agenda.el (org-agenda-hide-tags-regexp): Fix typos in docstrings.
16300 2010-08-19  Glenn Morris  <rgm@gnu.org>
16302         * org.el (org-outline-overlay-data, org-set-outline-overlay-data)
16303         (org-save-outline-visibility): Move to org-macs.
16304         * org-macs.el (org-outline-overlay-data, org-set-outline-overlay-data)
16305         (org-save-outline-visibility): Move here from org.el.
16306         (show-all): Autoload it.
16307         * ob.el: Don't require org when compiling.
16309 2010-08-18  Glenn Morris  <rgm@gnu.org>
16311         * ob.el: Require org when compiling.
16312         (org-save-outline-visibility): Remove macro declaration.
16313         * ob-emacs-lisp.el: Require ob-comint when compiling, for macros.
16314         Remove unnecessary/macro declarations.
16315         * org-docview.el: Require doc-view when compiling.
16316         (doc-view-goto-page): Autoload rather than declaring.
16317         (doc-view-current-page): Remove macro declaration.
16319 2010-08-17  Glenn Morris  <rgm@gnu.org>
16321         * ob.el (tramp-compat-make-temp-file, org-edit-src-code)
16322         (org-entry-get, org-table-import): Fix declarations.
16323         (org-match-string-no-properties): Remove unnecessary declaration.
16324         * ob-sh.el (org-babel-comint-in-buffer)
16325         (org-babel-comint-wait-for-output, org-babel-comint-buffer-livep)
16326         (org-babel-comint-with-output): Remove unnecessary declarations.
16327         * ob-R.el (orgtbl-to-tsv): Fix declaration.
16328         * org-list.el (org-entry-get): Fix declaration.
16330 2010-07-19  Eric Schulte  <schulte.eric@gmail.com>
16332         * ob-C.el: New file.
16333         * ob-R.el: New file.
16334         * ob-asymptote.el: New file.
16335         * ob-clojure.el: New file.
16336         * ob-comint.el: New file.
16337         * ob-css.el: New file.
16338         * ob-ditaa.el: New file.
16339         * ob-dot.el: New file.
16340         * ob-emacs-lisp.el: New file.
16341         * ob-eval.el: New file.
16342         * ob-exp.el: New file.
16343         * ob-gnuplot.el: New file.
16344         * ob-haskell.el: New file.
16345         * ob-keys.el: New file.
16346         * ob-latex.el: New file.
16347         * ob-lob.el: New file.
16348         * ob-matlab.el: New file.
16349         * ob-mscgen.el: New file.
16350         * ob-ocaml.el: New file.
16351         * ob-octave.el: New file.
16352         * ob-perl.el: New file.
16353         * ob-python.el: New file.
16354         * ob-ref.el: New file.
16355         * ob-ruby.el: New file.
16356         * ob-sass.el: New file.
16357         * ob-screen.el: New file.
16358         * ob-sh.el: New file.
16359         * ob-sql.el: New file.
16360         * ob-sqlite.el: New file.
16361         * ob-table.el: New file.
16362         * ob-tangle.el: New file.
16363         * ob.el: New file.
16365 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
16367         * org-mks.el: New file.
16368         * org-capture.el: New file.
16370 2010-07-19  Christian Egli  <christian.egli@sbszh.ch>
16372         * org-taskjuggler.el: New file.
16374 2010-07-19  Matt Lundin  <mdl@imapmail.org>
16376         * org-agenda.el (org-search-view): Fix inclusion of agenda-archives
16377         in org-agenda-text-search-extra-files.
16379 2010-07-19  David Maus  <dmaus@ictsoc.de>
16381         * org-list.el (org-list-send-list): Locally bind variable `txt'.
16383 2010-07-19  Eric Schulte  <schulte.eric@gmail.com>
16385         * org.el (org-reload): Now also reloading babel files.
16387 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
16389         * org-capture.el (org-capture-set-plist): Make sure txt is a string
16390         before calling `string-match'.
16391         (org-capture-templates): Fix customization type.
16393 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
16395         * org-latex.el (org-export-latex-preprocess): Make a special case
16396         for \nbsp.
16397         (org-latex-entities): Remove the entry for \nbsp.
16398         (org-latex-entities-exceptions): Variable removed.
16400 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
16402         * org-capture.el (org-capture-refile): Do not try to manipulate
16403         bookmark list.
16405         * org.el (org-refile): Use the correct bookmark here.
16407 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
16409         * org-list.el (org-list-send-list): Parse list from its true beginning.
16411         * org.el (org-ctrl-c-ctrl-c): Maybe send the list when at a list item.
16413 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
16415         * org.el (org-insert-link): Correctly determine if we should use
16416         a relative path.
16418 2010-07-19  Nicolas Goaziou  <n.goaziou@gmail.com>
16420         * org-list.el (org-list-radio-list-templates): Fix templates.
16422 2010-07-19  Nicolas Goaziou  <n.goaziou@gmail.com>
16424         * org-list.el (org-list-send-list): Regexp defining the start of
16425         a radio list is now on par with the one used for radio tables.
16427 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
16429         * org-entities.el (org-entities-help): Add a headline for
16430         the user-defined entities.
16432 2010-07-19  Dirk-Jan C. Binnema  <djcb.bulk@gmail.com>  (tiny change)
16434         * org-agenda.el (org-agenda-action): Document capture key and add it
16435         to the prompt.
16437 2010-07-19  Eric Schulte  <schulte.eric@gmail.com>
16439         * org-latex.el (org-export-latex-listings-langs): Add (sqlite "SQL").
16441 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
16443         * org-latex.el (org-export-latex-first-lines): Do not mark
16444         meta lines for removal.  Do not remove BABEL config lines during export.
16446 2010-07-19  David Maus  <dmaus@ictsoc.de>
16448         * org-capture.el (org-capture): Check if
16449         `org-capture-link-is-already-stored' is bound before evaluating.
16451 2010-07-19  Eric Schulte  <schulte.eric@gmail.com>
16453         * org.el: Add autoload for org-babel-do-load-languages.
16455 2010-07-19  Eric Schulte  <schulte.eric@gmail.com>
16457         * org-src.el (org-src-lang-modes): Add sqlite to sql-mode.
16459 2010-07-19  David Maus  <dmaus@ictsoc.de>
16461         * org-feed.el: Change indentation to match coding style
16462         guideline.
16464 2010-07-19  David Maus  <dmaus@ictsoc.de>
16466         * org-feed.el (org-feed-unescape, org-feed-parse-atom-feed): Load XML
16467         library if necessary.
16469 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
16471         * org-beamer.el (org-beamer-amend-header): Standardize the
16472         header cookie for the beamer extra stuff.
16474 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
16476         * org-beamer.el (org-beamer-amend-header): Put extra header
16477         last in header.
16479 2010-07-19  David Maus  <dmaus@ictsoc.de>
16481         * org-exp-blocks.el (org-export-blocks-format-ditaa)
16482         (org-export-blocks-format-dot): Remove text properties of body before
16483         calculating cache hash.
16485 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
16487         * org-latex.el (org-export-latex-tabular-environment): New option.
16488         (org-export-latex-tables): Use `org-export-latex-tabular-environment'.
16490 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
16492         * org-compat.el (org-version-check): New function.
16494         * org-indent.el (org-indent-mode): Check for exact emacs version.
16496 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
16498         * org-capture.el (org-capture-templates): Allow the template
16499         to come from a file or function call.
16500         (org-capture-place-entry): Get the template from file or function.
16502 2010-07-19  David Maus  <dmaus@ictsoc.de>
16504         * org-agenda.el (org-agenda-bulk-action): Don't create marker for
16505         position if target is entire file.
16507 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
16509         * org.el (org-autoload): Autoload a few more org-table functions.
16511 2010-07-19  Eric Schulte  <schulte.eric@gmail.com>
16513         * org.el (org-babel-load-languages): Add ob-mscgen.
16515 2010-07-19  Eric Schulte  <schulte.eric@gmail.com>
16517         * org-latex.el (org-export-latex-tables): Format string now
16518         matches options.
16520 2010-07-19  Eric Schulte  <schulte.eric@gmail.com>
16522         * org.el (org-babel-load-languages): This variable controls which
16523         languages will be loaded by org-babel.  It is customizable through
16524         the customize interface.
16526 2010-07-19  Eric Schulte  <schulte.eric@gmail.com>
16528         * org-latex.el (org-export-latex-format-image): Update number of
16529         arguments to allow for an optional short-name.
16531 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
16533         * org-indent.el (org-indent-mode): Refuse to turn on prior to Emacs 23.2.
16535 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
16537         * org-capture.el (org-capture-set-target-location):
16538         Store exact positions for file+regexp and file+function targets.
16539         (org-capture-place-entry, org-capture-place-item)
16540         (org-capture-place-table-line, org-capture-place-plain-text):
16541         Respect exact positions.
16542         (org-capture-finalize): Make sure we are at the beginning of a line
16543         when fixing the empty lines after the entry.
16545 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
16547         * org.el (org-entry-get-with-inheritance): New argument LITERAL-NIL.
16548         (org-entry-get): Pass `literal-nil' into
16549         `org-entry-get-with-inheritance'.
16550         (org-todo): React to nil values of the LOGGING property.
16552 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
16554         * org.el (org-default-notes-file): Update docstring.
16556 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
16558         * org.el (org-link-frame-setup): Use `org-gnus-no-new-news' as default.
16560 2010-07-19  Eric Schulte  <schulte.eric@gmail.com>
16562         * org-exp.el (org-export-attach-captions-and-attributes):
16563         Add a shortname attribute to caption strings under the symbol name
16564         org-caption-shortn.
16566 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
16568         * org.el (org-switchb): Rename from `org-iswitchb'.
16569         Improve docstring.
16570         (org-iswitchb): New alias.
16571         (org-ido-switchb): Make alias point to `org-switchb'.
16573 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
16575         * org-capture.el (org-capture-fill-template):
16576         Respect time-of-day preference in template prompt.
16578 2010-07-19  David Maus  <dmaus@ictsoc.de>
16580         * org-feed.el (org-feed-unescape): Remove superfluous lambda.
16582 2010-07-19  David Maus  <dmaus@ictsoc.de>
16584         * org-wl.el (org-wl-disable-folder-check): New customization
16585         variable.
16586         (org-wl-open): Disable folder check depending on
16587         `org-wl-disable-folder-check'.
16589 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
16591         * org-capture.el (org-capture-set-target-location):
16592         Fix file+function interpretation.
16594 2010-07-19  David Maus  <dmaus@ictsoc.de>
16596         * org-feed.el (org-feed-parse-rss-entry): Unescape rss element
16597         content.
16599 2010-07-19  David Maus  <dmaus@ictsoc.de>
16601         * org-feed.el (xml-entity-alist): Declare variable
16602         `xml-entity-alist' for byte compiler.
16604 2010-07-19  David Maus  <dmaus@ictsoc.de>
16606         * org-feed.el (org-feed-unescape): New function.
16607         Unescape protected entities.
16608         (org-feed-parse-atom-entry): Use function for atom:content
16609         type text and html.
16611 2010-07-19  David Maus  <dmaus@ictsoc.de>
16613         * org-feed.el (org-feed-parse-rss-feed): Ignore case of rss
16614         element names.
16616 2010-07-19  Bernt Hansen  <bernt@norang.ca>
16618         * org.el (org-time-string-to-absolute): Ignore cyclic repeater
16619         when displaying items on todays agenda date.
16621 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
16623         * org-agenda.el (org-agenda-get-progress): Avoid reusing previous
16624         value of EXTRA.
16626 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
16628         * org-publish.el (org-publish-initialize-cache):
16629         Make timestamp directory, the entire path to it.
16631 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
16633         * org-exp.el (org-export-handle-comments): Make sure to check
16634         for protection in the comment line, and not in the line after it.
16636 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
16638         * org-html.el (org-export-html-preprocess): Call org-format-latex,
16639         possibly with a protect-only argument.
16641         * org.el (org-format-latex): New argument PROTECT-ONLY.
16643 2010-07-19  Eric Schulte  <schulte.eric@gmail.com>
16645         * org-exp.el (org-export-handle-table-metalines): This function
16646         removes table specific meta-lines, now that we aren't wiping
16647         everything that looks remotely like a comment at the end of the
16648         export process we have to be sure to catch all of the specific lines
16649         in org-exp.el.
16651 2010-07-19  Nicolas Goaziou  <n.goaziou@gmail.com>
16653         * org-exp.el (org-export-select-backend-specific-text): Properly
16654         get rid of #+Backend and #+ATTR_Backend specifics to backends not
16655         matching the one we're exporting to.
16657 2010-07-19  Eric Schulte  <schulte.eric@gmail.com>
16659         * org-table.el (orgtbl-to-generic): Add the :remove-newlines
16660         option which will strip newline characters from the text of table
16661         cells and replace then with "\n".
16663 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
16665         * org.el (org-confirm-shell-link-function)
16666         (org-confirm-elisp-link-function): Limit the values that can be set by
16667         file variables.
16669 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
16671         * org.el (org-compute-latex-and-specials-regexp): Deal with
16672         string elements by discarding them.
16674 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
16676         * org.el (org-iswitchb): Make sure to use at least iswitchb.
16678 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
16680         * org-capture.el (org-capture-position-for-last-stored)
16681         (org-capture-bookmark-last-stored-position): New functions.
16682         (org-capture-place-table-line): Better error catching.
16683         (org-capture-place-item, org-capture-place-entry)
16684         (org-capture-place-plain-text):
16685         Call `org-capture-position-for-last-stored'.
16686         (org-capture-finalize): Just call
16687         `org-capture-bookmark-last-stored-position'.
16689 2010-07-19  Eric Schulte  <schulte.eric@gmail.com>
16691         * org-exp.el (org-export-mark-blockquote-verse-center):
16692         Fix small bug, now grabbing match data before overwritten by looking-at
16693         this fixes a problem with remainders of #+end_quote lines appearing
16694         in exported output.
16696 2010-07-19  David Maus  <dmaus@ictsoc.de>
16698         * org.el (org-link-frame-setup): Add customization option for
16699         Wanderlust.
16701 2010-07-19  Eric Schulte  <schulte.eric@gmail.com>
16703         * org-latex.el (org-export-latex-fixed-width): Now check
16704         org-example rather than org-protected on verbatim export, because by
16705         default all ": " prefixed lines are marked protected.
16707 2010-07-19  Eric Schulte  <schulte.eric@gmail.com>
16709         * org-latex.el (org-export-latex-fixed-width): Check for
16710         protection before wrapping ": " lines as verbatim.
16712 2010-07-19  Eric Schulte  <schulte.eric@gmail.com>
16714         * org-exp.el (org-export-handle-comments): Check for protection
16715         before removing comments.
16717 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
16719         * org-entities.el (org-entities): Restructure the list.
16720         (org-entities-help): Turn the help output into a buffer
16721         in Org-mode, so that it becomes easier to find a symbol
16722         in the structure.
16723         (org-entities-create-table): Deal with new structure.
16725 2010-07-19  David Maus  <dmaus@ictsoc.de>
16727         * org-agenda.el (org-write-agenda): Use backquotes to expand
16728         `flet' at compile time.
16730 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
16732         * org.el (org-entry-properties): Make sure that standard property
16733         names are used even if the user has customized time keywords.
16735 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
16737         * org-macs.el (org-not-nil): Return the value if not interpreted
16738         as nil.
16740         * org.el (org-entry-get)
16741         (org-entry-get-with-inheritance): Interpret the value "nil"
16742         as nil for properties.
16744 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
16746         * org.el (org-switch-to-buffer-other-window): Return the buffer.
16748 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
16750         * org-macs.el (org-not-nil): New function.
16752         * org.el (org-block-todo-from-children-or-siblings-or-parent):
16753         Use `org-not-nil' to interpret a property value of nil.
16755 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
16757         * org.el (org-truely-invisible-p): New function.
16758         (org-beginning-of-line): Use `org-truely-invisible-p'.
16760 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
16762         * org-agenda.el (org-agenda-get-timestamps): No errors
16763         while getting TODO state.
16764         (org-agenda-highlight-todo): No error when no keyword has
16765         been matched.
16767 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
16769         * org.el (org-timestamp-change): New optional argument UPDOWN.
16770         Use this to identify calls from org-timestamp-up/down, so that we can
16771         skip by rounding minutes in this case.
16772         (org-timestamp-up, org-timestamp-down, org-timestamp-up-day)
16773         (org-timestamp-down-day): Call org-timestamp-change with the
16774         updown argument.
16776 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
16778         * org-agenda.el (org-agenda-action): Make `c' key call org-capture.
16780         * org-capture.el: New file.
16782         * org-compat.el (org-get-x-clipboard): Function moved here from
16783         remember.el.
16785         * org-mks.el: New file.
16787         * org.el (org-set-regexps-and-options): Allow statistic cookies as
16788         part of complex headlines.
16789         (org-find-olp): New argument THIS-BUFFER.  When set, assume that the
16790         OLP does not contain a file name.
16792 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
16794         * org.el (org-mode): Set `comment-start' instead of changing the
16795         syntax of the `#' character.
16797 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
16799         * org-exp.el (org-export-format-source-code-or-example): Mark examples
16800         by a property.
16802         * org-html.el (org-export-html-close-lists-maybe): Check if raw
16803         HTML stuff was actually made from an example.
16805 2010-07-19  Bastien Guerry  <bzg@gnu.org>
16807         * org-latex.el: Items are no longer skipped when their first line
16808         ends on a protected element.
16810         * org-list.el: Protected environments looking like lists are not
16811         exported anymore.
16813 2010-07-19  Eric Schulte  <schulte.eric@gmail.com>
16815         * org-exp-blocks.el (org-export-blocks-preprocess):
16816         Cleanup trailing newline after block.
16818 2010-07-19  Bastien Guerry  <bzg@gnu.org>
16820         * org-exp.el: Comment regexp now matches documentation.  No more
16821         protection check when deleting comments before export.
16823 2010-07-19  Bastien Guerry  <bzg@gnu.org>
16825         * org-exp.el (org-export-preprocess-string):
16826         Now using `org-export-handle-include-files-recurse' to resolve
16827         included files.
16829 2010-07-19  Bastien Guerry  <bzg@gnu.org>
16831         * org-agenda.el (org-agenda-get-deadlines)
16832         (org-agenda-get-scheduled):
16833         * org.el (org-time-string-to-seconds):
16834         For deadline and scheduled agenda display ignore the cyclic repeater
16835         when calculating how many days late the task is.  If you have a weekly
16836         task and miss the date the agenda view will show more than a week late
16837         now instead of resetting on the cyclic repeating date.  This makes it
16838         much more obvious when you missed a repeating task after the repeater.
16840 2010-07-19  Bastien Guerry  <bzg@gnu.org>
16842         * org-exp.el (org-export-mark-blockquote-verse-center):
16843         Consider environments that end at eob.
16845 2010-07-19  Mikael Fornius  <mfo@abc.se>
16847         * org.el (org-raise-scripts): Do not fontify sub/superscripts of text
16848         with face `org-special-keyword'.  Make property keys as :LAST_REPEAT:
16849         display correctly.
16851 2010-07-19  Mikael Fornius  <mfo@abc.se>
16853         * org.el (org-at-property-p): Use save-match-data macro instead of let.
16855 2010-07-19  Mikael Fornius  <mfo@abc.se>
16857         * org.el (test): Remove unused test function.
16859 2010-07-19  Eric Schulte  <schulte.eric@gmail.com>
16861         * org-exp-blocks.el (org-export-blocks-preprocess): Fix typo.
16863 2010-07-19  Eric Schulte  <schulte.eric@gmail.com>
16865         * org-exp-blocks.el (org-export-blocks-postblock-hook):
16866         Add documentation to and turn into a defcustom.
16868 2010-07-19  Eric Schulte  <schulte.eric@gmail.com>
16870         * org-exp.el (org-get-file-contents): By un-setting prefix1 to ""
16871         instead of to nil we avoid errors when :prefix1 is defined, but
16872         prefix is not.
16874 2010-07-19  Nicolas Goaziou  <n.goaziou@gmail.com>
16876         * org-latex.el (org-export-latex-preprocess): Environments coming
16877         from latex backend specific instructions (#+LaTeX) are already
16878         protected and won't be treated as normal environments.
16880 2010-07-19  Bastien Guerry  <bzg@gnu.org>
16882         * org-timer.el (org-timer-set-timer): Fix typo in the docstring.
16884 2010-07-19  Bastien Guerry  <bzg@gnu.org>
16886         * org-timer.el (org-timer-set-timer): Use a prefix argument.
16887         See the docstring of the function.
16889 2010-07-19  Bastien Guerry  <bzg@gnu.org>
16891         * org-timer.el (org-timer-set-timer): Fix bug about canceling
16892         timers.
16894 2010-07-19  David Maus  <dmaus@ictsoc.de>
16896         * org-w3m.el (org-w3m-copy-for-org-mode)
16897         (org-w3m-get-next-link-start, org-w3m-get-prev-link-start):
16898         Get text property directly, not using macro `w3m-anchor'.
16900 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
16902         * org.el (org-emph-re): Document the match groups.
16904 2010-07-19  Bernt Hansen  <bernt@norang.ca>
16906         * org-clock.el (org-clock-in): Set `org-clock-clocking-in' to
16907         t before calling `org-clock-out', so that that function can
16908         know its call context.
16910 2010-07-19  Bastien Guerry  <bzg@gnu.org>
16912         * org-timer.el (org-timer-default-timer): New variable.
16913         (org-timer-set-timer): Use the new variable.  Also offer the
16914         possibility to replace the current timer by a new one.
16916 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
16918         * org.el (org-kill-note-or-show-branches): Hide subtree before
16919         exposing the headings.
16921 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
16923         * org.el (org-add-planning-info): Remove the empty line also
16924         if there is no whitespace at all in there.
16926         * org-table.el (org-table-align): Fix alignment of strings
16927         with invisible characters.
16929 2010-07-19  David Maus  <dmaus@ictsoc.de>
16931         * org.el (org-refile-cache-get): Return empty list of targets
16932         when cache was cleared.
16933         (org-clone-subtree-with-time-shift): Maybe create ID property
16934         in cloned subtrees.
16935         (org-clone-delete-id): New customization variable.
16936         (org-clone-subtree-with-time-shift): Use customization
16937         variable `org-clone-delete-id'.
16938         (org-clone-subtree-with-time-shift): Remove empty property
16939         drawer in cloned subtrees.
16941 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
16943         * org.el (org-refile-use-cache): New option.
16944         (org-refile-cache, org-refile-markers): New variable.
16945         (org-refile-marker, org-refile-cache-clear)
16946         (org-refile-cache-check-set, org-refile-cache-put)
16947         (org-refile-cache-get): New function.
16948         (org-get-refile-targets): Use the refile cache.
16950         * org-clock.el (org-clock-sum): Don't include running clock if
16951         the time block is wrong.
16953 2010-07-19  John Wiegley  <jwiegley@gmail.com>
16955         * org-clock.el (org-clock-clock-in, org-clock-in):
16956         Add parameter `start-time'.
16957         (org-clock-resolve-clock): Add parameter `clock-out-time'.
16958         If set, and resolve-to is a past time, then the clock out
16959         event occurs at `clock-out-time' rather than at `resolve-to'.
16960         In this case, `resolve-to' becomes the clock in time.
16961         (org-clock-jump-to-current-clock): Create new global command
16962         to reveal the current clock.
16963         (org-clock-resolve): Add new commands g/G and j/J, and a
16964         help window describing all commands and their meaning.
16965         (org-clock-resolve-expert): New customization variable.
16966         (org-find-open-clocks): Fix a bug that caused discovered
16967         clocks not to match up with the currently active clock.
16968         (org-resolve-clocks): Change the argument
16969         `also-non-dangling-p' to `only-dangling-p', since due to a bug
16970         this was the default behavior all along.
16972 2010-07-19  David Maus  <dmaus@ictsoc.de>
16974         * org-id.el (org-id-uuid): New function.  Return string with
16975         random (version 4) UUID.
16976         (org-id-method): Make 'uuid the new default value.
16977         (org-id-new): Use `org-id-uuid' if call to uuidgen program
16978         does not return a UUID.
16980 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
16982         * org-latex.el (org-export-latex-format-image): Add support
16983         for multicolumn figures in LaTeX.
16985 2010-07-19  David Maus  <dmaus@ictsoc.de>
16987         * org.el (org-clone-subtree-with-time-shift): Remove ID
16988         property of original subtree in cloned subtrees.
16990 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
16992         * org-exp.el (org-export-format-source-code-or-example):
16993         XEmacs compatibility.
16995         * org-latex.el (org-export-latex-tables): Accept comma in
16996         align string.
16998         * org-docbook.el (org-export-docbook-xslt-stylesheet): New option.
16999         (org-export-docbook-xslt-proc-command): Fix docstring.
17000         (org-export-docbook-xsl-fo-proc-command): Fix docstring.
17001         (org-export-as-docbook-pdf):
17002         Improve formatting of the xslt command.
17004         * org-exp.el (org-infile-export-plist): Check for XSLT setting.
17006         * org.el (org-file-contents): Improve error message.
17007         (org-set-regexps-and-options): Remove spaces at both ends.
17009 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17011         * org-docbook.el (org-export-as-docbook-pdf):
17012         Improve formatting of the xslt command.
17014 2010-07-19  Sebastian Rose  <sebastian_rose@gmx.de>
17016         * org-publish.el (org-publish-cache): Use one big hashmap for
17017         each project defined in `org-publish-project-alist'.
17018         (initialize-files-alist): Function removed.
17019         (org-publish-validate-link): Function removed.
17020         (org-publish-get-base-files): Add variable `sitemap-requested'
17021         to avoid sorting where possible.
17022         (org-publish-get-files): Function removed.
17023         (org-publish-get-project-from-filename): Make independent of
17024         file list.
17025         (org-publish-file): New argument NO-CACHE.
17027 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17029         * org.el (org-beginning-of-defun, org-end-of-defun):
17030         New functions.
17031         (org-mode): Install the `org-beginning-of-defun' and
17032         `org-end-of-defun' functions.
17033         (org-pretty-entities): New option.
17034         (org-toggle-pretty-entities): New command.
17035         (org-fontify-entities): New function.
17036         (org-startup-options): New keywords for pretty entities.
17037         (org-set-font-lock-defaults): Call the pretty entities
17038         function.
17040         * org-latex.el (org-export-latex-keywords-maybe): Protect the
17041         TODO markup.
17043 2010-07-19  Mikael Fornius  <mfo@abc.se>
17045         * org-habit.el (org-habit-build-graph): Help-echo date when
17046         mouse is over stars.
17048 2010-07-19  Jan Böker  <jan.boecker@jboecker.de>
17050         * org.el (org-file-apps): Improve docstring to reflect
17051         grouping matches.
17053 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17055         * org.el (org-set-startup-visibility): Fix empty line display.
17057         * org-latex.el (org-export-latex-links): Use the formatting
17058         function of the link type, if it is available.
17060         * org-table.el (org-table-get-remote-range): Return to
17061         original buffer when retrieving remote reference.
17063         * org.el (org-display-inline-images): Do the entire buffer,
17064         not just the narrowed region.  Clear the cache.
17065         (org-display-inline-images): Match mode file paths.
17067 2010-07-19  David Maus  <dmaus@ictsoc.de>
17069         * org-wl.el (org-wl-store-link-folder): Don't throw error when
17070         called on WL folder group.
17072 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17074         * org.el (org-replace-escapes): Make sure the cdr is not nil.
17075         (org-read-date): Make `M-v' and `C-v' scroll the popup calendar.
17076         (org-mode): Revert comment syntax changes.
17078 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17080         * org.el (org-sparse-tree): Make `C-c / t' search for all TODO
17081         keywords, and `C-c / T' for a specific one.
17083 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17085         * org.el (org-mode): Fix comment syntax settings.
17087         * org-src.el (org-edit-src-allow-write-back-p):
17088         Define variable.
17090         * org.el (org-inline-image-overlays): New variable.
17091         (org-toggle-inline-images, org-display-inline-images)
17092         (org-remove-inline-images): New commands.
17093         (org-mode-map): Define a key for `org-toggle-inline-images'.
17095 2010-07-19  David Maus  <dmaus@ictsoc.de>
17097         * org-wl.el (org-wl-message-field): New function.
17098         Return content of header field in message entity.
17099         (org-wl-store-link): Call `org-wl-store-link-folder' or
17100         `org-wl-store-link-message' depending on major-mode.
17101         (org-wl-store-link-folder): New function.  Store link to
17102         Wanderlust folder.
17103         (org-wl-store-link-message): New function.  Store link to
17104         Wanderlust message.
17105         (org-wl-store-link-message): Store link to message while
17106         visiting message.
17107         (org-wl-open): Don't try to jump to message when opening a
17108         folder link.
17110 2010-07-19  David Maus  <dmaus@ictsoc.de>
17112         * org.el (org-replace-escapes): Avoid infinite loop when
17113         replace string contains escape sequence it replaces.
17115 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17117         * org-crypt.el (org-crypt-key-for-heading): Use symmetric
17118         encryption when now key is set.
17120 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17122         * org-table.el (org-table-recalculate-buffer-tables)
17123         (org-table-iterate-buffer-tables): New commands.
17125         * org.el (org-check-for-hidden): When there is a region, skip
17126         the check.
17128 2010-07-19  Dan Davison  <davison@stats.ox.ac.uk>
17130         * org-src.el (org-edit-src-code): allow-write-back-p had
17131         erroneously been omitted from let binding.
17133 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17135         * org-agenda.el (org-sorting-choice): New sorting type alpha.
17136         (org-cmp-alpha): New defsubst.
17137         (org-em): New defsubst.
17138         (org-entries-lessp): Only compute needed comparisons.
17140 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17142         * org-html.el (org-format-org-table-html): Test all columns
17143         for number content.
17145 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17147         * org-latex.el (org-export-latex-treat-sub-super-char):
17148         Make sure parenthesis matching is consistent.
17150         * org-table.el (org-table-colgroup-line-p)
17151         (org-table-cookie-line-p): New functions.
17153         * org-exp.el (org-table-clean-before-export): Better tests for
17154         colgroup and cookie lines.
17156 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17158         * org-agenda.el (org-agenda-goto): Push a mark before changing
17159         the position.
17161         * org-footnote.el (org-footnote): New group.
17162         (org-footnote-section)
17163         (org-footnote-tag-for-non-org-mode-files): Fix typos.
17165         * org-list.el (org-end-of-item-text-before-children): Also do
17166         the right thing at the end of a file.
17168         * org.el (org-set-packages-alist, org-get-packages-alist):
17169         New function.
17170         (org-export-latex-default-packages-alist)
17171         (org-export-latex-packages-alist): Add extra flag to
17172         each package, indicating if it should be used for snippets.
17173         (org-create-formula-image): Add the snippet argument.
17174         (org-splice-latex-header): New argument SNIPPET-P, pass it
17175         through to `org-latex-packages-to-string'.
17176         (org-latex-packages-to-string): New argument SNIPPET-P.
17178         * org-latex.el (org-export-latex-make-header): Add the snippet
17179         argument.
17181         * org-docbook.el (org-export-as-docbook): Implement ordered
17182         lists starting at some offset.
17184 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17186         * org.el (org-link-types, org-open-at-point): Add doi links.
17188         * org-ascii.el (org-export-ascii-preprocess): Remove list
17189         startcounter cookies.
17191         * org-list.el (org-renumber-ordered-list): Respect counter
17192         start values.
17194         * org-latex.el (org-export-latex-lists): Accept ordered list
17195         item offset cookie.
17197         * org-html.el (org-export-as-html): Accept ordered list
17198         item offset cookie.
17200         * org-indent.el (org-indent-mode): Turn off `indent-tabs-mode'
17201         which messes up alignment of tags.
17203 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17205         * org-clock.el (org-clock-cancel, org-clock-out): Make sure
17206         the modeline display is removed.
17208         * org-exp.el (org-export-format-drawer-function):
17209         Fix docstring.
17211         * org-agenda.el (org-agenda-refile): New optional argument
17212         NO-UPDATE.
17213         (org-agenda-refile): Call `org-agenda-redo' unless NO-UPDATE
17214         is set.
17215         (org-agenda-bulk-action): Call the refile command with updates
17216         suppressed - but arrange for `org-agenda-redo' to be called at
17217         the end.
17219         * org.el (org-mode): Make table mapping quiet.
17220         (org-table-map-tables): New optional argument QUIETLY.
17222         * org-ascii.el (org-export-ascii-preprocess): Make table
17223         mapping quiet.
17225         * org-html.el (org-export-as-html, org-html-level-start):
17226         Change XHTML IDs to not use dots.
17228         * org-exp.el (org-export-define-heading-targets):
17229         Change XHTML IDs to not use dots.
17231         * org-docbook.el (org-export-docbook-level-start):
17232         Change XHTML IDs to not use dots.
17234         * org-latex.el (org-export-as-latex): Make sure that the
17235         result buffer is in latex-mode.
17237         * org.el (org-shiftup-final-hook, org-shiftdown-final-hook)
17238         (org-shiftleft-final-hook, org-shiftright-final-hook):
17239         New hooks.
17241 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17243         * org-table.el (org-table-justify-field-maybe): Make sure that
17244         inserting a value does not turn a line into a hline.
17246 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17248         * org-clock.el (org-clock-sum): New argument HEADLINE-FILTER.
17249         (org-clock-sum): Add property to selected headlines.
17250         (org-dblock-write:clocktable): Make tags matcher.
17252         * org.el (org-set-autofill-regexps): XEmacs compatibility.
17254         * org-latex.el (org-export-latex-set-initial-vars): Allow "-"
17255         in latex class definitions.
17257         * org.el (org-shiftup-hook, org-shiftdown-hook)
17258         (org-shiftleft-hook, org-shiftright-hook): New hooks.
17260         * org-entities.el (org-entities): Use \land and \lor for logical
17261         operators.
17263         * org.el (org-shiftmetaleft, org-shiftmetaright): Call the subtree
17264         indentation commands.
17265         (org-hidden-tree-error): New defsubst.
17266         (org-metaleft, org-metaright): Check for hidden stuff and throw an
17267         error.
17268         (org-check-for-hidden): New function.
17270         * org-list.el (org-item-re): New function.
17271         (org-at-item-p): Use `org-item-re'.
17272         (org-end-of-item-text-before-children): New function.
17273         (org-outdent-item, org-indent-item): Arrange for leaving the
17274         subtree alone.
17275         (org-outdent-item-tree, org-indent-item-tree): New argument
17276         NO-SUBTREE.
17277         (org-indent-item-tree): Use `org-end-of-item-text-before-children'
17278         to find the end for processing while ignoring the subtree.
17280         * org-publish.el (org-publish-sitemap-sort-alphabetically)
17281         (org-publish-sitemap-sort-folders)
17282         (org-publish-sitemap-sort-ignore-case): New options.
17284 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17286         * org-publish.el (org-publish-compare-directory-files): Fix sorting.
17288         * org-compat.el (org-get-x-clipboard-compat): Use (featurep 'xemacs).
17290         * org-publish.el (org-publish-project-alist): Update docstring.
17291         (org-publish-file-title-cache): New variable.
17292         (org-publish-initialize-files-alist):
17293         Initialize `org-publish-initialize-files-alist' to nil.
17294         (org-publish-sort-directory-files): New function.
17295         (org-publish-projects): Access the new properties.
17296         (org-publish-find-title): Use the file title cache.
17297         (org-publish-find-title): Build the file title cache.
17298         (org-publish-get-base-files-1): Sort files.
17299         (org-publish-aux-preprocess): Do not throw an error when before
17300         the first headline.  Allow an empty target, meaning to link just
17301         to the file.
17302         (org-publish-index-generate-theindex.inc): Check if there is
17303         actually a target and only then add it to the link.
17304         (org-publish-projects): Fix a remaining issue with the last commit.
17306         * org-html.el (org-export-as-html): Treat verse as open/close
17307         paragraph.
17308         (org-export-html-close-lists-maybe): Allow to splice raw HTML into
17309         and out of lists.
17311 2010-07-19  Dan Davison  <davison@stats.ox.ac.uk>
17313         * org-src.el (org-edit-src-code): Allow the org-src edit buffer to
17314         be used in a read-only mode.
17315         (org-edit-src-code): Different message in read-only mode.
17317 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17319         * org-src.el (org-edit-src-find-region-and-lang): Test for
17320         table.el as late as possible.
17322         * org-colview.el: Make sure this file is never loaded into XEmacs.
17324         * org-agenda.el (org-highlight, org-unhighlight): Use direct
17325         overlay calls.
17327         * org.el (org-key): Apply the translations defined in
17328         `org-xemacs-key-equivalents'.
17330         * org-mouse.el (org-mode-hook): Use `org-defkey'.
17332         * org-compat.el (org-xemacs-key-equivalents): New constant.
17334 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17336         * org-inlinetask.el (org-inlinetask-defaut-state): New option.
17337         (org-inlinetask-insert-task): Use `org-inlinetask-defaut-state'.
17338         Obey `org-odd-levels-only'.
17340         * org-compat.el (org-find-overlays): Use overlays-in/at.
17342         * org.el (org-remove-empty-overlays-at)
17343         (org-outline-overlay-data, org-hide-block-toggle)
17344         (org-format-latex, org-context): Use overlays-in/at.
17346         * org-src.el (org-edit-src-exit): Use overlays-in/at.
17348         * org-agenda.el (org-agenda-mark-clocking-task)
17349         (org-agenda-fontify-priorities, org-agenda-dim-blocked-tasks)
17350         (org-agenda-entry-text-hide)
17351         (org-agenda-fix-tags-filter-overlays-at)
17352         (org-agenda-bulk-remove-overlays): Use overlays-in/at.
17354         * org-compat.el (org-overlays-at): Function removed.
17355         (org-overlays-in): Function removed.
17357 2010-07-19  Bastien Guerry  <bzg@gnu.org>
17359         * org-clock.el (org-clock-set-current): Just return the headline
17360         itself, strip the TODO keyword, the priority cookie and the tags.
17362 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17364         * org-compat.el (org-xemacs-without-invisibility): New macro.
17365         (org-xemacs-without-invisibility): New macro.
17366         (org-indent-to-column, org-indent-line-to, org-move-to-column):
17367         Redefine using the macro `org-xemacs-without-invisibility'.
17369         * org.el (org-mode, org-org-menu): Use `add-to-invisibility-spec'.
17371         * org-table.el (orgtbl-mode): Use `add-to-invisibility-spec'.
17373         * org-compat.el (org-make-overlay, org-delete-overlay)
17374         (org-overlay-start, org-overlay-end, org-overlay-put)
17375         (org-overlay-get, org-overlay-move, org-overlay-buffer):
17376         Functions removed.
17377         (org-add-to-invisibility-spec): Function removed.
17379         * org-html.el (org-export-as-html-and-open): Add argument to
17380         kill-buffer.
17382         * org-habit.el (require): `calendar' is now required already by
17383         org.el on top level.
17385         * org-clock.el (require): `calendar' is now required already by
17386         org.el on top level.
17388         * org-agenda.el (require, org-timeline, org-agenda-list)
17389         (org-todo-list, org-agenda-to-appt): `calendar' is now required
17390         already by org.el on top level.
17392         * org.el (org-export-latex-fix-inputenc): Declare function.
17394         * org-agenda.el (org-agenda-goto-calendar): Do not bind obsolete
17395         variables.
17397         * org.el (calendar): Require calendar now on top level in org.el
17398         and define aliases to new variables when needed.
17399         (org-read-date, org-goto-calendar): Do not bind obsolete
17400         variables.
17402         * org-clock.el (org-clock-out, org-clock-cancel): Get rid of
17403         compilation warning, add comment that this cannot be done with
17404         `with-current-buffer'.
17406         * org-wl.el (org-wl-open): Use `with-current-buffer'.
17408         * org.el (overlay, org-remove-empty-overlays-at)
17409         (org-outline-overlay-data, org-set-outline-overlay-data)
17410         (org-show-block-all, org-hide-block-toggle)
17411         (org-highlight-new-match, org-remove-occur-highlights)
17412         (org-tags-overlay, org-fast-tag-selection, org-date-ovl)
17413         (org-read-date, org-read-date-display, org-eval-in-calendar)
17414         (org-format-latex, org-context)
17415         (org-speedbar-restriction-lock-overlay)
17416         (org-speedbar-set-agenda-restriction): Use the normal overlay API.
17418         * org-table.el (org-table-add-rectangle-overlay)
17419         (org-table-remove-rectangle-highlight)
17420         (org-table-overlay-coordinates)
17421         (org-table-toggle-coordinate-overlays): Use the normal overlay
17422         API.
17424         * org-src.el (org-edit-src-code, org-edit-fixed-width-region)
17425         (org-edit-src-exit, org-src-mode-configure-edit-buffer): Use the
17426         normal overlay API.
17428         * org-colview.el (org-columns-new-overlay)
17429         (org-columns-display-here, org-columns-remove-overlays)
17430         (org-columns-edit-value, org-columns-next-allowed-value)
17431         (org-columns-update): Use the normal overlay API.
17433         * org-clock.el (org-clock-out, org-clock-cancel)
17434         (org-clock-put-overlay, org-clock-remove-overlays): Use the normal
17435         overlay API.
17437         * org-agenda.el (org-agenda-mark-filtered-text)
17438         (org-agenda-mark-clocking-task, org-agenda-fontify-priorities)
17439         (org-agenda-dim-blocked-tasks, org-agenda-entry-text-show-here)
17440         (org-agenda-entry-text-hide)
17441         (org-agenda-restriction-lock-overlay)
17442         (org-agenda-set-restriction-lock)
17443         (org-agenda-filter-by-tag-hide-line)
17444         (org-agenda-fix-tags-filter-overlays-at)
17445         (org-agenda-filter-by-tag-show-all, org-hl)
17446         (org-agenda-goto-calendar, org-agenda-bulk-mark)
17447         (org-agenda-bulk-remove-overlays): Use the normal overlay API.
17449         * org-freemind.el (org-freemind-from-org-mode-node)
17450         (org-freemind-from-org-mode)
17451         (org-freemind-from-org-sparse-tree, org-freemind-to-org-mode):
17452         Use interactive-p instead of called-interactively, because this is
17453         backward compatible with older Emacsen I still support..
17455 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17457         * org-exp.el (org-export-define-heading-targets): Fix bug in
17458         regexp finding ID and CUSTOM_ID properties.
17460 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17462         * org-footnote.el (org-footnote-goto-previous-reference):
17463         Rename from `org-footnote-goto-next-reference'.
17465         * org.el (org-auto-repeat-maybe): Only record LAST_REPEAT if
17466         org-log-repeat is non-nil, or if there is clocking data in the
17467         entry.
17469         * org-crypt.el (org-encrypt-entry): Improve mapping behavior.
17471 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17473         * org.el (org-align-all-tags): New command.
17475 2010-07-19  David Maus  <dmaus@ictsoc.de>
17477         * org-wl.el (org-wl-link-remove-filter): New customizable
17478         variable.  If non-nil, filter conditions are stripped when storing
17479         link to message in filter folder.
17480         (org-wl-shimbun-prefer-web-links): New customizable variable.
17481         If non-nil, links to shimbun messages are created as web links to
17482         message source.
17483         (org-wl-nntp-prefer-web-links): New customizable variable.
17484         If non-nil, links to nntp message are created as web links to gmane
17485         or googlegroups.
17486         (org-wl-namazu-default-index): New customizable variable.
17487         Directory of namazu search index that should be used as default
17488         when opening a link in a search folder.
17489         (org-wl-folder-types): New constant.  Wanderlust folder type
17490         indicators.
17491         (org-wl-folder-type): New function.  Return type of Wanderlust
17492         folder.
17493         (org-wl-store-link): Create web links for shimbun or nntp messages
17494         and strip filter conditions depending on customizable variables.
17495         (org-wl-open): Open namazu search folder for message when called
17496         with prefix.
17498 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17500         * org.el (org-remove-if, org-remove-if-not): New functions.
17501         (org-open-file): Use internal remove-if functions.
17503 2010-07-19  Jan Böcker  <jan.boecker@jboecker.de>
17505         * org.el (org-file-apps-entry-match-against-dlink-p): New function.
17506         (org-file-apps-ex): Remove variable.
17507         (org-open-file): Integrate org-file-apps-ex functionality back
17508         into org-file-apps, and decide whether to match a regexp against
17509         the link or the filename using org-file-apps-entry-uses-grouping-p.
17511 2010-07-19  Jan Böcker  <jan.boecker@jboecker.de>
17513         * org.el (org-file-apps-ex): New variable.
17514         (org-open-file): Before considering org-file-apps, first match the
17515         regexps from org-file-apps-ex against the whole link.
17516         See docstring of org-file-apps-ex.
17518 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17520         * org.el (org-export-latex-default-packages-alist):
17521         Remove microtype package.
17522         (org-todo-repeat-to-state): New variable.
17523         (org-auto-repeat-maybe): Allow user-selected target states.
17524         (org-default-properties): Add the new property REPEAT_TO_STATE.
17526 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17528         * org-mobile.el (org-mobile-check-setup): Make sure that there is
17529         a binary to compute checksums.
17531 2010-06-26  Carsten Dominik  <carsten.dominik@gmail.com>
17533         * org-agenda.el (org-agenda-goto-calendar): Do not bind obsolete
17534         variables.
17536         * org.el (calendar): Require calendar now on top level in org.el
17537         and define aliases to new variables when needed.
17538         (org-read-date, org-goto-calendar): Do not bind obsolete
17539         variables.
17541 2010-06-22  Glenn Morris  <rgm@gnu.org>
17543         * org-entities.el: Add explicit utf-8 coding cookie to file with
17544         utf-8 characters.
17546 2010-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
17548         * org.el (org-file-complete-link): Avoid (expand-file-name ".").
17550 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
17552         * Version 23.2 released.
17554 2010-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
17556         * org-table.el (orgtbl-setup):
17557         * org-agenda.el (org-agenda-entry-text-mode): Simplify.
17559 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
17561         * org-table.el (orgtbl-mode): Use define-minor-mode.
17563 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
17565         * org.el (org-insert-link): Find the link buffer on visible frames.
17566         (org-export-latex-default-packages-alist): Hyperref must be loaded
17567         late.
17568         (org-open-file): More care with the new matching for file links.
17570 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
17572         * org-latex.el (org-export-latex-preprocess): Do not yet protect
17573         defined entities - these will be taken care of later.
17574         (org-export-latex-special-chars): Post-process entity replacement.
17575         (org-export-latex-fontify-headline): Do not yet protect defined
17576         entities - these will be taken care of later.
17577         (org-export-latex-tables, org-export-latex-links): Format the
17578         caption properly.
17580         * org-entities.el (org-entities-user): Fix typo.
17582         * org.el (org-prepare-agenda-buffers): Uniquify TODO keywords.
17584         * org-entities.el (org-entities-user): Improve docstring.
17586 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
17588         * org-entities.el (org-macs): Require org-macs, to be sure that we
17589         have `declare-function' defined.
17591 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
17593         * org-latex.el (org-export-latex-classes): Update docstring.
17595         * org.el (org-format-latex-header): Add cookies to the header.
17596         (org-splice-latex-header): Implement placement according to cookies.
17598 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
17600         * org-publish.el (org-publish-aux-preprocess): Control case
17601         sensitivity.
17603 2010-04-10  Bastien Guerry  <bzg@gnu.org>
17605         * org.el (org-splice-latex-header): Fix typo.
17607 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
17609         * org-latex.el (org-export-latex-make-header):
17610         Use `org-splice-latex-header' to build the header.
17611         (org-export-latex-classes): Update docstring.
17613         * org.el (org-splice-latex-header): New function.
17614         (org-create-formula-image): Use `org-splice-latex-header' to build
17615         the header.
17617         * org-gnus.el (org-gnus-follow-link): Handle nndoc backend.
17619 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
17621         * org.el (org-export-latex-packages-alist)
17622         (org-export-latex-default-packages-alist): Fix docstring to
17623         reflect the expected structure.
17625         * org-docbook.el (org-docbook-do-expand): Fix bug with variable names.
17626         (org-export-docbook-finalize-table): Make use of label for tables.
17628 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
17630         * org-attach.el (org-attach-commit): Split on newlines.
17632         * org.el (org-export-latex-default-packages-alist): Use list
17633         instead of cons for the entries.
17635 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
17637         * org-entities.el (org-entity-get-representation): Catch the case
17638         that there is not entry in the list.
17640         * org-mobile.el (org-mobile-use-encryption)
17641         (org-mobile-encryption-tempfile, org-mobile-encryption-password):
17642         New options.
17643         (org-mobile-check-setup): CHeck the encryption setup.
17644         (org-mobile-copy-agenda-files, org-mobile-sumo-agenda-command)
17645         (org-mobile-create-sumo-agenda): Use encryption code.
17646         (org-mobile-encrypt-and-move): New function.
17647         (org-mobile-encrypt-file, org-mobile-decrypt-file):
17648         New functions.
17649         (org-mobile-move-capture): Decrypt the capture file.
17651         * org.el (org-entities): Require the new file.
17652         (org-export-latex-default-packages-alist): New variable.
17653         (org-complete): Use new entity code for completion.
17654         (org-create-formula-image): Use the new packages variable.
17656         * org-latex.el (org-export-latex-classes): Remove the standard
17657         packages from the class headers.
17658         (org-export-latex-make-header): Use the new package variable.
17659         (org-export-latex-special-chars): Better regexp for entities, to
17660         support entity name that contain numbers.
17661         (org-export-latex-treat-backslash-char): Use the new entity code.
17663         * org-html.el (org-html-do-expand): Use the new entity code.
17665         * org-exp.el (org-export): Add the new export commands.
17666         (org-html-entities): Constant removed.
17667         (org-export-visible): Add the new export commands.
17669         * org-docbook.el (org-docbook-do-expand): Use new entity code.
17671         * org-ascii.el (org-export-ascii-entities): New variable.
17672         (org-export-as-latin1, org-export-as-latin1-to-buffer)
17673         (org-export-as-utf8, org-export-as-utf8-to-buffer): New commands.
17674         (org-export-as-encoding): New function.
17675         (org-export-ascii-preprocess): Call `org-ascii-replace-entities'.
17676         (org-ascii-replace-entities): New function.
17678 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
17679             Ulf Stegemann  <ulf@zeitform.de>
17681         * org-entities.el: New file.
17683 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
17685         * org-html.el (org-html-level-start): Catch the case that target
17686         might be nil.
17688 2010-04-10  Dan Davison  <davison@stats.ox.ac.uk>
17690         * org.el (org-appearance): Change Customize group variable name
17691         from org-font-lock to org-appearance, and change tag from "Org
17692         Font Lock" to "Org Appearance".
17693         (org-odd-levels-only): Change Customize group variable name.
17694         (org-level-color-stars-only): Change Customize group variable name.
17695         (org-hide-leading-stars): Change Customize group variable name.
17696         (org-hidden-keywords): Change Customize group variable name.
17697         (org-fontify-done-headline): Change Customize group variable name.
17698         (org-fontify-emphasized-text): Change Customize group variable name.
17699         (org-fontify-whole-heading-line): Change Customize group variable name.
17700         (org-highlight-latex-fragments-and-specials): Change Customize
17701         group variable name.
17702         (org-hide-emphasis-markers): Change Customize group variable name.
17703         (org-emphasis-alist): Change Customize group variable name.
17704         (org-emphasis-regexp-components): Change Customize group variable
17705         name.
17706         (org-modules): Remove mention of org-R.
17708         * org-faces.el (org-faces): Change Customize group variable name.
17710 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
17712         * org-agenda.el (org-diary-last-run-time): New variable.
17713         (org-diary): Prepare agenda buffers only if last call was some
17714         time ago.
17716         * org-html.el (org-export-html-preprocess): Replace \ref macros
17717         with a link.
17718         (org-format-org-table-html): Add the label as an anchor.
17720         * org-docbook.el (org-export-docbook-format-image): Do some
17721         formatting on captions.
17723         * org-latex.el (org-export-latex-tables, org-export-latex-links):
17724         Do some formatting on captions.
17726         * org-html.el (org-export-html-format-image)
17727         (org-format-org-table-html): Do some formatting on captions.
17729 2010-04-10  Dan Davison  <davison@stats.ox.ac.uk>
17731         * org.el (org-hidden-keywords): New customizable variable.  This is
17732         a list of symbols specifying which of the special keywords #+DATE,
17733         #+AUTHOR, #+EMAIL and #+TITLE should be hidden by font lock.
17734         (org-fontify-meta-lines-and-blocks): Changes to font-lock code
17735         implementing new faces and hiding behavior.
17737         * org-faces.el (org-document-title): New face for #+TITLE lines.
17738         (org-document-info): New face for #+DATE, #+AUTHOR, #+EMAIL lines.
17739         (org-document-info-keyword): New face for #+DATE, #+AUTHOR, #+EMAIL
17740         keywords.
17742 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
17744         * org-publish.el (org-publish-sanitize-plist): New function to
17745         rename "index" properties to "sitemap".  Do this renaming
17746         globally.
17747         (org-publish-with-aux-preprocess-maybe): New macro.
17748         (org-publish-org-to-pdf, org-publish-org-to-html): Use the new
17749         macro.
17750         (org-publish-aux-preprocess)
17751         (org-publish-index-generate-theindex.inc): New function.
17753 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
17755         * org-table.el (org-table-align): Interpret <N> at fixed width,
17756         not as maximum width.
17758 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
17760         * org-exp.el (org-export-author-info, org-export-email-info):
17761         Fix docstrings.
17763         * org-beamer.el (org-beamer-select-environment): Rename from
17764         `org-beamer-set-environment-tag'.  Improve docstring.
17766         * org-freemind.el (org-freemind-write-mm-buffer): Fix another
17767         problem with odd levels.
17769         * org-ascii.el (org-export-as-ascii): Export email only if the
17770         author wants it.
17772         * org-docbook.el (org-export-as-docbook): Export email only if the
17773         author wants it.
17775         * org-html.el (org-export-as-html): Export email only if the
17776         author wants it.
17778         * org-exp.el (org-export-email-info): New option.
17779         (org-export-plist-vars): Add entry for `org-export-email'.
17781 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
17783         * org-table.el (org-table-goto-line): Fix typo.
17785 2010-04-10  Mikael Fornius  <mfo@abc.se>
17787         * org.el (org-agenda-files): Typo.
17788         (org-read-agenda-file-list): Add optional argument to help
17789         `org-store-new-agenda-file-list' to remember un-expanded file
17790         names.  Expand file names relative to `org-directory'.
17791         (org-store-new-agenda-file-list): Keep un-expanded file names when
17792         saving, if available.
17793         (org-agenda-files): Update documentation.
17795 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
17797         * org-ascii.el (org-export-as-ascii): Catch the case of exporting
17798         a buffer with no file name attached.
17800         * org.el (org-log-refile): New option.
17801         (org-log-note-headings): Add a heading for refiling.
17802         (org-startup-options): Add keywords for logging of the refile
17803         action.
17804         (org-refile): Add logging action.
17805         (org-add-log-note): Allow for refiling action.
17807         * org-agenda.el (org-agenda-bulk-action): Make sure
17808         `org-log-refile' is not `note' during a bulk action.
17810 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
17812         * org.el (org-map-dblocks): Use save-excursion to remember the
17813         position.
17815         * org-attach.el (org-attach-commit): Remove dependence on xargs.
17816         (org-attach-delete-one): Commit after deleting a file.
17818         * org-latex.el (org-export-latex-fontify): Do not mistake table.el
17819         borders for strike-through emphasis.
17821         * org-freemind.el (org-freemind-write-mm-buffer): Simplify the
17822         handling of odd levels.
17824         * org-agenda.el (org-agenda-todo-ignore-deadlines): Document `past'
17825         and `future' values.
17826         (org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item):
17827         Handle `past' and `future' values.
17829         * org.el (org-read-agenda-file-list): Interpret file names
17830         relative to org-directory and allow environment variables and
17831         "~".
17833         * org-latex.el (org-export-latex-special-chars): Allow a
17834         parenthesis before an exponent or subscript.
17836 2010-04-10  Dan Davison  <davison@stats.ox.ac.uk>
17838         * org-src.el (org-edit-src-exit): When returning from code edit
17839         buffer, if code block is hidden, leave point at start of
17840         #+begin_src line.
17842 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
17844         * org.el (org-insert-heading): Do not remove all spaces if the
17845         headline is empty.
17847         * org-indent.el (org-indent): Fix group name.
17849 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
17851         * org-table.el (org-table-goto-column): Fix forcing a non-existing
17852         column.
17853         (org-table-get, org-table-put, org-table-goto-line)
17854         (org-table-current-line): New functions.
17856 2010-04-10  Jan Böcker  <jan.boecker@jboecker.de>
17858         * org.el (org-open-file): Allow regular expressions in
17859         org-file-apps to capture link parameters using groups.  In a
17860         command string to be executed, the parameters can be referenced
17861         using %1, %2, etc.  Lisp forms can access them using
17862         (match-string n link).
17863         (org-apps-regexp-alist): Adopt the created regexp, as this is now
17864         matched against a file: link instead of the file name.
17866 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
17868         * org-crypt.el (org-reveal-start-hook): Add a decryption function
17869         to this hook.
17870         (org-decrypt-entries, org-encrypt-entries, org-decrypt-entry):
17871         Add docstrings.
17873         * org.el (org-point-at-end-of-empty-headline)
17874         (org-level-increment, org-get-previous-line-level): New function.
17875         (org-cycle-level): Rewritten to be independent of when this
17876         function is called.
17877         (org-in-regexps-block-p): New function.
17878         (org-reveal-start-hook): New hook.
17879         (org-reveal): Run new hook.
17881 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
17883         * org-latex.el (org-export-latex-keywords): Start a new paragraph
17884         after time keywords, do not add "\newline".
17886         * org-html.el (org-export-as-html): Avoid double # in href.
17888         * org.el (org-refile-get-location): Catch an invalid target
17889         specification.
17891 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
17893         * org-agenda.el (org-agenda-add-entry-to-org-agenda-diary-file):
17894         Make sure the behavior regarding to extracting time is
17895         consistent.
17897 2010-04-10  Stephen Eglen  <stephen@gnu.org>
17899         * org-agenda.el (org-agenda-insert-diary-extract-time):
17900         New variable.
17901         (org-agenda-add-entry-to-org-agenda-diary-file): Use this new
17902         variable rather than `org-agenda-search-headline-for-time'.
17904 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
17906         * org-list.el (org-fix-bullet-type): Improve cursor positioning.
17908 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
17910         * org.el (org-adaptive-fill-regexp-backup): New variable.
17911         (org-set-autofill-regexps): Store a backup of
17912         `adaptive-fill-regexp'.
17913         (org-adaptive-fill-function): Fix filling of comments and ordered
17914         lists.  If there is no other match, till try adaptive fill.
17916 2010-04-10  John Wiegley  <jwiegley@gmail.com>
17918         * org-agenda.el (org-agenda-include-deadlines): Add new
17919         customization variable to determine whether unscheduled tasks
17920         should appear in the agenda solely because of their deadline.
17921         Default to true, which was the previous behavior (it just wasn't
17922         configurable).
17923         (org-agenda-mode-map, org-agenda-view-mode-dispatch): Bind ! in
17924         the agenda to show/hide deadline tasks.
17925         (org-agenda-menu): Add menu option for show/hide deadlines.
17926         (org-agenda-list): Make the agenda list sensitive to the value of
17927         `org-agenda-include-deadlines'.
17928         (org-agenda-toggle-deadlines): New function to toggle the value of
17929         `org-agenda-include-deadlines' and repaint the modeline
17930         indicators.
17931         (org-agenda-set-mode-name): Show "Deadlines" in the agenda
17932         modeline if deadline tasks are being displayed.
17934 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
17936         * org-table.el (org-table-eval-formula): Replace $# and @# by
17937         current column and row number.
17939 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
17941         * org.el (org-set-property, org-delete-property): Go back to
17942         prompting for the property.
17944         * org-latex.el (org-export-latex-make-header): Fully process
17945         author line.
17946         (org-export-latex-fontify-headline): Allow several arguments, not
17947         just one.
17948         (org-export-latex-fix-inputenc): Catch the error when
17949         `latexenc-coding-system-to-inputenc' is not defined.
17951         * org-agenda.el (org-agenda-skip-if-todo): New function.
17952         (org-agenda-skip-if): Add conditions for TODO keywords.
17953         (org-agenda-skip-if): Document the new todo conditions.
17955 2010-04-10  Mikael Fornius  <mfo@abc.se>
17957         * org.el (org-at-property-p): Check if we are inside a property
17958         drawer not just any drawer.
17959         (org-set-property, org-delete-property): When cursor is on a
17960         property key value pair do not prompt for property name instead
17961         use name at cursor.
17962         (org-ctrl-c-ctrl-c): Still do org-property-action when cursor is
17963         on the first line of a property drawer.
17964         (org-property-end-re): Spell check.
17966 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
17968         * org-exp.el (org-export-attach-captions-and-attributes): Add the
17969         properties to the entire table, in case the first line is
17970         removed.
17972         * org-archive.el (org-archive-reversed-order): New option.
17973         (org-archive-subtree, org-archive-to-archive-sibling): Use the new
17974         option `org-archive-reversed-order'.
17976 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
17978         * org-agenda.el (org-agenda-entry-types): New variable.
17979         (org-agenda-list): Use `org-agenda-entry-types'.
17980         (org-agenda-custom-commands-local-options): Support for setting
17981         `org-agenda-entry-types' as an option.
17982         (org-diary): Shift some documentation from here to the variable
17983         `org-agenda-entry-types'.
17985 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
17987         * org-latex.el (org-export-latex-make-header): Apply macros in
17988         author field.
17990         * org-clock.el (org-clocking-buffer, org-clocking-p): New function.
17991         (org-clock-select-task, org-clock-notify-once-if-expired)
17992         (org-clock-in, org-clock-out, org-clock-cancel, org-clock-goto)
17993         (org-clock-out-if-current, org-clock-save): Use the new functions.
17995 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
17997         * org-docbook.el (org-export-as-docbook): Remove unnecessary
17998         newline.
17999         (org-export-as-docbook): Remove unnecessary newline.
18000         (org-export-as-docbook): Fix problem with double footnote
18001         reference in one place.
18003         * org-exp.el (org-export-format-source-code-or-example):
18004         Remove unnecessary newline.
18006         * org.el (org-deadline, org-schedule): Allow rescheduling entries
18007         with repeaters.
18009         * org-table.el (org-table-convert-refs-to-rc): Better way to catch
18010         function calls that look like references.
18012         * org.el (org-open-at-point): Get link abbreviations from
18013         reference buffer.
18015 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18017         * org-table.el (org-table-convert-refs-to-rc): Do not read arctan2
18018         as a reference.
18020 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18022         * org.el (org-link-unescape): Solve issue with lower-case escapes.
18024 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18026         * org-latex.el (org-export-latex-classes):
18027         Add \usepackage{latexsym} to all classes.
18029 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18031         * org-html.el (org-export-as-html): Do not allow protected lines
18032         into the table of contents.
18034         * org-latex.el (org-export-latex-special-chars): Find subsequent
18035         occurrences of special characters.
18036         (org-export-latex-tables): Do not convert table-like stuff that is
18037         protected.
18039 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18041         * org-list.el (org-toggle-checkbox): No errors when updating
18042         checkbox count fails because there is no heading.
18044 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18046         * org-clock.el (org-clock-report-include-clocking-task):
18047         New option.
18048         (org-clock-sum): Add the current clocking task.
18050 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18052         * org.el (org-cycle): Print a message when in a table.el table.
18053         (org-edit-special): Recognize the table.el context.
18054         (org-ctrl-c-ctrl-c): Print a message when in a table.el table.
18056         * org-src.el (org-at-table.el-p): Declare.
18057         (org-edit-src-code): Handle a special case for table.el editing.
18058         (org-edit-src-find-region-and-lang): Recognize the table.el
18059         context.
18061         * org-latex.el (org-export-latex-tables): Convert table.el
18062         tables.
18063         (org-export-latex-convert-table.el-table): New function.
18065         * org-html.el (org-html-expand): Fix table.el export.
18067         * org-latex.el (org-export-latex-preprocess): Protect footnotes in
18068         headings.
18070         * org-id.el (org-id-find-id-file): Fix bug when there is no hash
18071         table for the id locations.
18073         * org.el (org-read-date-analyze): Match American-style dates, like
18074         5/30 or 5/13/7.  Make sure cal-iso.el is loaded.  Don't force he
18075         current year when reading ISO and American dates.
18077 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18079         * org.el (org-face-from-face-or-color): New function.
18080         (org-get-todo-face, org-font-lock-add-priority-faces)
18081         (org-get-tag-face): Use `org-face-from-face-or-color'.
18083         * org-faces.el (org-todo-keyword-faces, org-priority-faces):
18084         Allow simple colors as values.
18085         (org-faces-easy-properties): New option.
18087         * org-agenda.el (org-agenda-set-mode-name): Show if the agenda is
18088         restricted, as an agenda mode.
18089         (org-agenda-fontify-priorities): Allow simple colors as values.
18091 2010-04-10  Bastien Guerry  <bzg@gnu.org>
18093         * org-timer.el (org-timer-current-timer): Rename from
18094         `org-timer-last-timer'.
18095         (org-timer-timer1, org-timer-timer2, org-timer-timer3): Remove.
18096         (org-timer-cancel-timer, org-timer-show-remaining-time)
18097         (org-timer-set-timer): Update to use only one timer.
18099         * org.el (org-set-property): Remove useless space in the prompt.
18101 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18103         * org-html.el (org-export-html-style-default): Add a default style
18104         for textareas.
18106         * org-exp.el (org-export-format-source-code-or-example):
18107         Fix textarea tag.
18109 2010-04-10  Bastien Guerry  <bzg@gnu.org>
18111         * org-clock.el (org-clock-current-task): New variable to store
18112         last clocked in task.
18113         (org-clock-set-current, org-clock-delete-current): New functions.
18115 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18117         * org-remember.el (org-remember-apply-template): Extend comment.
18118         (org-remember-handler): Implement clock sibling filing.
18120 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18122         * org-publish.el (org-publish-all, org-publish-current-file)
18123         (org-publish-current-project): When called with prefix argument
18124         FORCE, also rebuild the validation file list.
18126         * org-latex.el (org-export-latex-preprocess): Protect footnotes in
18127         section headings.
18129 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18131         * org-html.el (org-export-as-html-and-open): Kill product buffer
18132         if the user wants that.
18134         * org-latex.el (org-export-as-pdf-and-open): Kill product buffer
18135         if the user wants that.
18137         * org-exp.el (org-export-kill-product-buffer-when-displayed):
18138         New option.
18140         * org-agenda.el (org-batch-agenda-csv): Use the time property
18141         instead of the `time-of-day' property.
18143 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18145         * org-timer.el (org-timer-start-hook, org-timer-stop-hook)
18146         (org-timer-pause-hook, org-timer-set-hook)
18147         (org-timer-cancel-hook): New hooks.
18148         (org-timer-start): Run `org-timer-start-hook'.
18149         (org-timer-pause-or-continue): Run `org-timer-pause-hook'.
18150         (org-timer-stop): Run `org-timer-stop-hook'.
18151         (org-timer-cancel-timers): Run `org-timer-cancel-hook'.
18153 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18155         * org.el (org-reveal): Double prefix arg shows the subtree of the
18156         parent.
18158 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18160         * org-agenda.el (org-search-view): Fix bug with searching full
18161         words in headlines in search view.
18162         (org-agenda-skip-deadline-prewarning-if-scheduled): New option.
18163         (org-agenda-get-deadlines): Suppress pre-warning if the entry is
18164         scheduled (if the user configures it so.
18166 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18168         * org.el (org-hide-archived-subtrees): Don't jump to end of
18169         subtree if the match was not in a headline.
18170         (org-inside-latex-macro-p): Allow more complex arguments.
18171         (org-emphasize): Protect against use at end of buffer.
18173 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18175         * org-agenda.el (org-agenda-align-tags): Avoid side effects on
18176         text properties.
18178 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18180         * org-agenda.el (org-agenda-todo-ignore-scheduled): More allowed
18181         values.
18182         (org-agenda-todo-ignore-scheduled)
18183         (org-agenda-todo-ignore-deadlines): More control with different
18184         allowed values.
18185         (org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item):
18186         Honor the new option settings.
18188 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18190         * org.el (org-get-location): Make sure the selection buffer is
18191         shown in the current frame.
18193         * org-ascii.el (org-export-ascii-table-widen-columns):
18194         New option.
18195         (org-export-ascii-preprocess): Realign tables to remove narrowing
18196         if `org-export-ascii-table-widen-columns' is set.
18198         * org-table.el (org-table-do-narrow): New variable.
18199         (org-table-align): Narrow only if `org-table-do-narrow' is t.
18201         * org.el (org-deadline, org-schedule): Allow updating if the
18202         relevant time stamp does not have a repeater, i.e. do not require
18203         that no time stamp has a repeater.
18205         * org-agenda.el (org-agenda-align-tags): Don't add a face to the
18206         new white space before the tags.
18208         * org-latex.el (org-export-as-latex): Do nit require the buffer to
18209         be visiting a file when only exporting to a buffer or string.
18210         (org-export-latex-fix-inputenc): Only save the buffer is there is
18211         a file name attached to it.
18213 2010-04-10  Dan Davison  <davison@stats.ox.ac.uk>
18215         * org-src.el (org-edit-src-exit): Widen before exiting edit buffers.
18217 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18219         * org.el (org-fontify-meta-lines-and-blocks):
18220         Honor `org-fontify-quote-and-verse-blocks'.
18222         * org-faces.el (org-fontify-quote-and-verse-blocks): New option.
18224 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18226         * org.el (org-open-at-point): Also check for text property
18227         org-linked-text before offering collected links.
18229 2010-04-10  Stephen Eglen  <stephen@gnu.org>
18231         * org-agenda.el (org-agenda-add-entry-to-org-agenda-diary-file):
18232         Optionally extract time specification from text and add to the
18233         timestamp.
18235 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18237         * org-exp.el (org-html-entities): Fix typo.
18239         * org-latex.el (org-export-latex-make-header): Use \providecommand
18240         to make sure the \alert macro is defined.
18242         * org.el (org-format-latex-signal-error)
18243         (org-create-formula-image): Use `org-format-latex-signal-error'.
18245 2010-04-10  Stephen Eglen  <stephen@gnu.org>
18247         * org.el (org-store-link): For dired buffers, use
18248         default-directory as link name if dired-get-filename returns
18249         nil.
18251 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18253         * org-exp.el (org-export-concatenate-multiline-links): The for
18254         protectedness at beginning of match.
18256         * org-latex.el (org-export-latex-fix-inputenc): Never leave the
18257         AUTO as a coding system, instead default to utf8.
18259 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18261         * org.el (org-block-todo-from-children-or-siblings-or-parent)
18262         (org-block-todo-from-checkboxes): Respect the local variable
18263         value when deciding if blocking should be active.
18265         * org-latex.el (org-export-latex-make-header): Define the align
18266         macro if it is not yet defined.
18268         * org-agenda.el (org-agenda-insert-diary-make-new-entry):
18269         Call `org-insert-heading' with the INVISIBLE-OK argument.
18271         * org-mac-message.el (org-mac-message-insert-flagged):
18272         Call `org-insert-heading' with the INVISIBLE-OK argument.
18274         * org.el (org-insert-heading): New argument INVISIBLE-OK.
18276         * org-agenda.el (org-agenda-view-mode-dispatch): Improve the
18277         prompt message.
18279         * org-html.el (org-html-level-start): Use the
18280         `html-container-class' text property to set an additional class
18281         for an outline container.
18283         * org-exp.el (org-export-remember-html-container-classes):
18284         New function.
18285         (org-export-preprocess-string):
18286         Call `org-export-remember-html-container-classes'.
18288         * org.el (org-cycle): Mention level cycling in the docstring.
18289         (org-default-properties): Add new property HTML_CONTAINER_CLASS.
18291         * org-remember.el (org-remember-apply-template): Do file insertion
18292         first.
18294 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18296         * org-habit.el (org-habit-insert-consistency-graphs): Fix a
18297         problem with mis-aligned graphs when showing habits.
18299 2010-04-10  Mikael Fornius  <mfo@abc.se>
18301         * org.el (org-assign-fast-keys): Prefer keys used in keyword name
18302         when assigning.  Begin using numerical characters when all in name
18303         is used up.  This is to spare alphanumeric characters for better
18304         match with other keywords.
18306 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18308         * org-exp.el (org-export-preprocess-hook): Improve documentation.
18310         * org-latex.el (org-export-latex-preprocess): More consistent
18311         conversion and protection of the words LaTeX and TeX.
18312         (org-export-latex-fontify-headline, org-export-latex-preprocess):
18313         Allow angle brackets in commands, for beamer.
18315 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18317         * org-clock.el (org-clock-in): Improve the look of the clock line
18318         by formatting links.
18320 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18322         * org-latex.el (org-export-latex-classes): Use AUTO as the place
18323         holder string for the coding system.  And improve the
18324         documentation.
18325         (org-export-latex-fix-inputenc): Only modify the coding system if
18326         it is given by the placeholder AUTO.
18328 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18330         * org-clock.el (org-task-overrun-text): New option.
18331         (org-task-overrun, org-clock-update-period): New variables.
18332         (org-clock-get-clock-string, org-clock-update-mode-line):
18333         Mark overrun clock.
18334         (org-clock-notify-once-if-expired): Check if clock is overrun.
18336         * org-faces.el: New face `org-mode-line-clock-overrun'.
18338 2010-04-10  Jan Böcker  <jan.boecker@jboecker.de>
18340         * org.el (org-narrow-to-subtree): Position the end of the narrowed
18341         region before the line with the next heading, to prevent the user
18342         from prepending text to the next headline.
18344 2010-04-10  Stephen Eglen  <stephen@gnu.org>
18346         * org-agenda.el (org-get-time-of-day):
18347         Use org-agenda-time-leading-zero to allow leading zero (rather than
18348         space) for times.
18350 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18352         * org-agenda.el (org-agenda-diary-entry-in-org-file): Make sure
18353         org-datetree.el is loaded.
18355         * org-datetree.el: Autoload `org-datetree-find-day-create'.
18357         * org-latex.el (org-export-latex-hyperref-format): New option.
18358         (org-export-latex-links): Use `org-export-latex-hyperref-format'.
18360 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18362         * org-ctags.el (org-ctags-enable): Change order of functions.
18363         (org-ctags-create-tags): Add wildcard to file name expansion.
18365 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18367         * org.el (org-entry-properties): Fix some important bugs.
18369 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18371         * org.el (org-link-unescape, org-link-escape): Only use hexlify if
18372         the table is not explicitly given.
18374 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18376         * org-clock.el (org-clock-out-when-done): Allow a list of keywords
18377         as value.
18378         (org-clock-out-if-current): Work with the new list value of
18379         `org-clock-out-when-done'.
18380         (org-clock-out, org-clock-out-if-current): Avoid circular logic
18381         between clocking out and state changes.
18383         * org-ctags.el (org-ctags-path-to-ctags): Better system-type test.
18385         * org-latex.el (org-export-latex-treat-backslash-char): Do not by
18386         accident protect a character that is before a backslash.
18388 2010-04-10  Paul Sexton  <eeeickythump@gmail.com>
18390         * org-ctags.el: New file.
18392 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18394         * org-agenda.el (org-diary-class):
18395         Use `org-order-calendar-date-args'.
18397         * org.el (org-order-calendar-date-args): New function.
18399         * org-exp.el (org-export-target-internal-links): Check for
18400         protectedness after the first bracket.
18402         * org.el (org-entry-properties): Don't match wrong-case TODO
18403         keywords.
18405         * org-agenda.el (org-agenda-schedule, org-agenda-deadline):
18406         Document that ARG is passed through to remove the date.
18407         (org-agenda-bulk-action): Accept prefix arg and pass it on.
18408         Do not read a date when the user has given a `C-u' prefix.
18410 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18412         * org-agenda.el (org-agenda-fix-displayed-tags): Fix bug when all
18413         tags are hidden.
18415 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18417         * org-latex.el (org-export-latex-fix-inputenc): New function.
18418         (org-export-latex-inputenc-alist): New option.
18420         * org-exp.el (org-export): New key SPC to publish enclosing
18421         subtree.
18423 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18425         * org-indent.el (org-indent-add-properties): Catch case when there
18426         is no headline in the buffer.
18428 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18430         * org-exp.el (org-html-entities): Add checkmark symbol.
18432         * org-ascii.el (org-export-ascii-preprocess): Protect targets in
18433         verbatim code for ASCII export.
18435         * org.el (org-update-statistics-cookies): Also see checkboxes in
18436         ordered lists.
18438 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18440         * org-agenda.el (org-agenda-view-mode-dispatch): Define the `L'
18441         key.
18443         * org-beamer.el (org-beamer-amend-header): Change the location
18444         where `org-beamer-header-extra' is inserted.
18446         * org.el (org-compute-latex-and-specials-regexp): Don't do BIND
18447         just for computing this regexp.
18449 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18451         * org-beamer.el (org-beamer-frame-default-options): New option.
18452         (org-beamer-sectioning): Use default options if the user does not
18453         have defined any.
18454         (org-beamer-fix-toc): Put a frame around the table of contents.
18456         * org-exp.el (org-export-remove-comment-blocks-and-subtrees):
18457         Make sure case-folding works well when processing comment stuff.
18459         * org-latex.el (org-export-latex-after-save-hook): New hook.
18460         (org-export-as-latex): Run the new hook.
18462 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18464         * org-beamer.el (org-beamer-environments-default): Add the note
18465         environments.
18466         (org-beamer-after-initial-vars): Allow several BEAMER_HEADER_EXTRA
18467         lines and collect and combine the content.
18468         (org-beamer-after-initial-vars): Check for note tags and make sure
18469         they will be seen like a property.
18471         * org.el (org-offer-links-in-entry): Fix bug when there is a
18472         single link.
18474         * org-exp.el (org-export): Make sure the mark is activated, also
18475         when `transient-mark-mode' is off.
18477         * org-agenda.el (org-agenda-search-view-always-boolean): New option.
18478         (org-agenda-search-view-search-words-only): Obsolete variable, is
18479         now an alias for `org-agenda-search-view-always-boolean'.
18480         (org-agenda-search-view-force-full-words): New option.
18481         (org-search-view): Improve docstring, and implement a better logic
18482         for Boolean and phrase searches.
18483         (org-agenda-last-search-view-search-was-boolean): New variable.
18484         (org-agenda-manipulate-query): Consider the type of the last
18485         search when modifying the search string.
18487 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18489         * org-latex.el (org-export-as-latex): Do the first letbind in the
18490         right moment.
18492         * org-agenda.el (org-get-entries-from-diary): Add the new face to
18493         these entries.
18495         * org-faces.el (org-agenda-diary): New face.
18497         * org.el (org-make-link-regexps): Allow regexp-special characters
18498         in link types.
18499         (org-open-file): When in-emacs is `system', also force system
18500         opening, like when the value was `(16)'.
18501         (org-update-statistics-cookies): Handle entries without children.
18503         * org-exp.el
18504         (org-export-preprocess-before-normalizing-links-hook): New hook.
18505         (org-export-preprocess-string): Run the new hook.
18507         * org.el (org-offer-links-in-entry): Make RET open all links.
18509         * org-html.el (org-export-as-html): Remove any leftover display
18510         properties in the html file.
18512         * org-wl.el (org-wl-store-link): Work-around for format bug with
18513         text properties.
18515         * org-habit.el (org-habit-insert-consistency-graphs): Turn off
18516         invisibility while adding the graphs.
18518 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18520         * org-remember.el (org-select-remember-template): Use C letter to
18521         customize remember templates.
18523         * org-agenda.el (org-agenda-bulk-mark, org-agenda-bulk-unmark):
18524         Move cursor to next visible line.
18526 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18528         * org-beamer.el (org-beamer-sectioning): Leave columns environment
18529         by specifying 0 or 1 for column width.
18530         (org-beamer-column-widths): Make 0 stand for 0.0.
18532 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18534         * org-exp.el (org-export-mark-radio-links): Don't match inside
18535         <<target>>.
18537         * org.el (org-format-latex-header-extra): New variable.
18538         (org-format-latex): Set org-format-latex-header-extra from
18539         in-buffer stuff.
18540         (org-format-latex): Add org-format-latex-header-extra to the
18541         variables on which image creation depends.
18542         (org-create-formula-image): Add the header stuff from in-buffer
18543         settings.
18544         (org-read-date-analyze): Base the analysis for future preference
18545         on NOW, not on the default date.
18547         * org-inlinetask.el (org-inlinetask-export-handler): Add CSS class
18548         for TODO keyword in inline tasks.
18550         * org.el (org-log-note-headings): New headings for removing
18551         deadline or scheduling date.
18552         (org-deadline, org-schedule): Arrange for logging when removing a
18553         date.
18554         (org-add-log-note): Handle deadline and scheduling removal.
18556 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18558         * org-exp.el (org-export-visible): Add LaTeX/pdf export.
18560 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18562         * org-agenda.el (org-diary-class): New function.
18564 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18566         * org-latex.el (org-export-latex-preprocess): Do process the text
18567         of a radio target.
18569 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18571         * org.el (org-entry-properties): Add TIMESTAMP properties back
18572         in.
18574 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18576         * org.el (org-all-time-keywords): New variable.
18577         (org-set-regexps-and-options): Set `org-all-time-keywords'.
18578         (org-entry-blocked-p): New function.
18579         (org-special-properties): Add BLOCKED as a new special property.
18580         (org-entry-properties): New optional argument SPECIFIC, only parse
18581         for this property when it is specified.
18582         (org-entry-get): Pass a SPECIFIC argument to
18583         `org-entry-properties'.
18585         * org-latex.el (org-export-as-latex): Preprocess TEXT as well.
18587 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18589         * org-latex.el (org-export-latex-tables): No forced line end if
18590         there is no caption.
18592 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18594         * org-exp.el (org-html-entities): Add Euro symbols from Marvosym
18595         package.
18597         * org-latex.el (org-export-latex-tables): Only add a caption when
18598         macro is in longtable environments if one has been defined.
18600         * org-html.el (org-export-as-html): Only take title from buffer if
18601         not exporting body-only.
18603         * org-latex.el (org-export-latex-preprocess): Better version of
18604         the regular expression for protecting LaTeX macros.
18605         (org-export-latex-preprocess): Start searching for macros to
18606         protect from beginning of buffer.
18608         * org-exp.el (org-export-target-internal-links): Check for
18609         protectedness earlier in the string.
18611         * org-agenda.el (org-agenda-highlight-todo): Match TODO keywords
18612         case sensitively.
18614         * org-id.el (org-id-store-link): Match TODO keywords case
18615         sensitively.
18617         * org.el (org-heading-components, org-get-outline-path)
18618         (org-display-outline-path): Match TODO keywords case sensitively.
18620         * org-latex.el (org-export-as-latex): Ignore read-only
18621         properties.
18623         * org-exp.el (org-export-preprocess-string): Remove any
18624         `read-only' properties.
18626         * org-agenda.el (org-agenda-inactive-leader): New option.
18627         (org-agenda-get-timestamps): Use `org-agenda-inactive-leader'.
18628         (org-tags-view): Prompt for matcher if MATCH is an empty string.
18629         (org-todo-list): Prompt for matcher if ARG is an empty string.
18631 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18633         * org.el (org-open-link-functions): New hook.
18634         (org-open-at-point): Run `org-open-link-functions'.
18636 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18638         * org-agenda.el (org-agenda-date-prompt): Allow inactive time
18639         stamps as well.
18641         * org.el (org-inhibit-startup-visibility-stuff): New variable.
18642         (org-mode): Don't do startup visibility if inhibited.
18643         (org-outline-overlay-data, org-set-outline-overlay-data):
18644         New functions.
18645         (org-save-outline-visibility): New macro.
18646         (org-log-note-headings): Document that one should not change the
18647         `state' note format.
18649 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18651         * org.el (org-make-link-regexps): Capture link path into a group.
18653 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18655         * org-beamer.el (org-beamer-after-initial-vars): Do not overwrite
18656         the options plist.
18658 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18660         * org.el (org-startup-with-beamer-mode): New option.
18661         (org-property-changed-functions)
18662         (org-property-allowed-value-functions): New hooks.
18663         (org-entry-put, org-property-get-allowed-values): Run the new
18664         hooks.
18665         (org-property-next-allowed-value): Run the new hooks.
18667         * org-exp.el (org-export-select-backend-specific-text): Add the
18668         special beamer tags.
18670         * org-beamer.el: New file.
18672         * org-latex.el (org-export-latex-after-initial-vars-hook): New hook.
18673         (org-export-as-latex):
18674         Run `org-export-latex-after-initial-vars-hook'.
18675         (org-export-latex-format-toc-function)
18676         (org-export-latex-make-header):
18677         Call `org-export-latex-format-toc-function'.
18679         * org.el (org-fill-template): Make template searches case sensitive.
18681         * org-exp.el (org-export): Use "1" as a sign to export only the
18682         subtree.
18684         * org-colview.el (org-columns-edit-value):
18685         Use org-unrestricted property.
18687         * org.el (org-compute-property-at-point): Set org-unrestricted
18688         text property if the list contains ":ETC".
18689         (org-insert-property-drawer):
18690         Use org-unrestricted property.
18692         * org-exp.el
18693         (org-export-preprocess-before-selecting-backend-code-hook): New hook.
18694         (org-export-preprocess-string):
18695         Run `org-export-preprocess-before-selecting-backend-code-hook'.
18697         * org-xoxo.el (org-export-as-xoxo): Run `org-export-first-hook'.
18699         * org-latex.el (org-export-region-as-latex):
18700         Run `org-export-first-hook'.
18702         * org-html.el (org-export-as-html): Run `org-export-first-hook'.
18704         * org-docbook.el (org-export-as-docbook):
18705         Run `org-export-first-hook'.
18707         * org-ascii.el (org-export-as-ascii): Run `org-export-first-hook'.
18709         * org-exp.el (org-export-first-hook): New hook.
18711 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18713         * org-list.el (org-previous-item): Exit at the beginning of the
18714         buffer.
18716         * org-id.el (org-id-locations-save): Only write the id locations
18717         if any are defined.
18719         * org-archive.el (org-archive-all-done): Make this work in a file
18720         with org-odd-levels-only set.
18722         * org.el (org-get-refile-targets): Catch the case when a buffer
18723         has no file.
18725         * org-latex.el (org-export-as-latex): Cleanup forced line ends
18726         where they are not needed.
18727         (org-export-latex-subcontent): Remove unnecessary newlines.
18729 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18731         * org-latex.el (org-export-latex-make-header): Remove \obeylines.
18732         (org-export-latex-fontify): Fix regexp bug that takes special
18733         care of protecting the right boundary characters in emphasis
18734         matches.
18735         (org-export-latex-preprocess): Allow multiple arguments to latex
18736         macros.
18738         * org.el (org-make-link-regexps): Use John Gruber's regexp for
18739         urls.
18741         * org-macs.el (org-re): Interpret :punct: in regexps.
18743         * org-exp.el (org-export-replace-src-segments-and-examples):
18744         Also take the final newline after the END line.
18746         * org.el (org-clean-visibility-after-subtree-move): Only fix
18747         entries that are not entirely invisible already.
18748         (org-insert-link): Respect org-link-file-path-type for
18749         "docview:" links in addition to "file:" links.
18751 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18753         * org-exp.el (org-export-format-source-code-or-example):
18754         Avoid additional extra white lines in LaTeX.
18756         * org-list.el (org-list-parse-list): Leave empty lines after the
18757         list, don't consider them as part of the list.
18759         * org-mobile.el (org-mobile-sumo-agenda-command): Allow tagstodo
18760         searches.
18762         * org-clock.el (org-clock-select-task): Convert integer to
18763         character for XEmacs.
18765 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18767         * org-clock.el (org-clock-resolve): Make reading a char XEmacs
18768         compatible.
18770 2010-04-10  Tassilo Horn  <tassilo@member.fsf.org>
18772         * org.el (org-complete-tags-always-offer-all-agenda-tags):
18773         New variable.
18774         (org-set-tags): Use it.
18776 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18778         * org-list.el (org-empty-line-terminates-plain-lists):
18779         Update docstring.
18781         * org.el (org-format-latex): Fix link creation for processed latex
18782         snippets.
18784 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18786         * org-footnote.el (org-footnote-normalize): Protect replacement
18787         text.
18789         * org.el (org-inside-latex-macro-p): Save match data.
18791 2010-04-10  Jan Böcker  <jan.boecker@jboecker.de>
18793         * org-docview.el: New file.
18795 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18797         * org-latex.el (org-export-latex-class-options): New variable.
18798         (org-export-latex-set-initial-vars): Use the class options.
18800         * org.el (org-forward-same-level): Stop at headings that start
18801         with an invisible character.
18802         (org-additional-option-like-keywords): Add LaTeX_CLASS_OPTIONS.
18804 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18806         * org-footnote.el (org-footnote-normalize): Don't take optional
18807         arguments in LaTeX macros as footnotes.
18809         * org.el (org-inside-latex-macro-p): New function.
18811         * org-latex.el (org-latex-to-pdf-process): Change customization
18812         group to `org-export-pdf'.
18814         * org-agenda.el (org-agenda-get-blocks): Look at time string also
18815         on days after the first one.
18817         * org.el (org-insert-heading): Also check for item before assuming
18818         before-first-heading condition.
18820         * org-latex.el (org-latex-to-pdf-process): Fix typo in group tag.
18821         (org-export-pdf-logfiles): New option.
18822         (org-export-as-pdf): Use `org-export-pdf-logfiles'.
18823         (org-export-pdf-logfiles): Fix customization type.
18825         * org.el (org-insert-link): Improve error message when there is no
18826         default link to select with RET.
18828         * org-agenda.el (org-agenda-filter-by-tag): Use char argument from
18829         parameter list.
18831 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18833         * org-latex.el (org-export-latex-parse-global)
18834         (org-export-latex-parse-content)
18835         (org-export-latex-parse-subcontent):
18836         Use `org-re-search-forward-unprotected'.
18837         (org-export-as-pdf): Remove log files produced by XeTeX.
18839         * org-macs.el (org-re-search-forward-unprotected): New function.
18841 2010-04-10  James TD Smith  <ahktenzero@mohorovi.cc>
18843         * org-colview.el (org-agenda-colview-summarize): Sort out some
18844         confusion between properties and titles, which resulted in
18845         agenda summaries not working if a title was set for a column.
18847 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18849         * org-mobile.el (org-mobile-agendas): New option.
18850         (org-mobile-sumo-agenda-command): Select the right agendas.
18852         * org-latex.el (org-export-latex-format-image): Preserve the
18853         original-indentation property.
18855 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18857         * org-clock.el (org-clock-insert-selection-line): Catch error when
18858         an old tasks no longer exists.
18860         * org-latex.el (org-export-as-pdf): Remove also the .idx file.
18861         (org-export-as-pdf): Don't remove the old PDF file before making
18862         the new one.
18864         * org-mouse.el (org-mouse-end-headline, org-mouse-insert-item)
18865         (org-mouse-context-menu): Use `org-looking-back'.
18867         * org.el (org-cycle-level): Use `org-looking-back'.
18869         * org-list.el (org-cycle-item-indentation):
18870         Use `org-looking-back'.
18872         * org-compat.el (org-looking-back): New function.
18874         * org.el (org-insert-heading): Catch before-first-headline when
18875         inserting a headline.
18877 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18879         * org-latex.el (org-export-latex-format-image): Indent figure
18880         environment, so that it does not interrupt plain list.
18882         * org.el (org-open-at-point): Allow long link descriptions.
18884 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18886         * org-html.el (org-export-as-html): Remove empty lines at the
18887         beginning of the exported text.
18889 2010-03-12  Chong Yidong  <cyd@stupidchicken.com>
18891         * org.el (org): Remove from hypermedia group.
18893 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
18895         * Branch for 23.2.
18897 2010-02-15  Chong Yidong  <cyd@stupidchicken.com>
18899         * org-freemind.el (org-freemind-from-org-mode-node)
18900         (org-freemind-from-org-mode)
18901         (org-freemind-from-org-sparse-tree, org-freemind-to-org-mode):
18902         Pass arg to called-interactively-p.
18904 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
18906         * org-protocol.el (org-protocol-flatten-greedy, org-protocol-flatten):
18907         Fix typos in docstrings.
18909 2010-01-01  Juanma Barranquero  <lekktu@gmail.com>
18911         * org.el (org-get-outline-path, org-speed-command-help):
18912         Fix typos in error messages.
18914 2009-12-14  Juri Linkov  <juri@jurta.org>
18916         * org-html.el (org-export-html-style-include-default):
18917         Put `safe-local-variable booleanp' on
18918         `org-export-html-style-include-default' instead of mistakenly
18919         duplicate `org-export-html-style'.
18921 2009-11-20  Carsten Dominik  <carsten.dominik@gmail.com>
18923         * org-agenda.el (org-agenda-diary-entry-in-org-file):
18924         Rebuild agenda after adding new entry.
18926         * org-datetree.el (org-datetree-find-day-create): Fix regular
18927         expression.
18929         * org.el (org-display-outline-path): Use a format specifier for
18930         message, to avoid problems with heading containing `%'.
18932         * org-agenda.el (org-agenda-hide-tags-regexp): New option.
18933         (org-format-agenda-item): Call `org-agenda-fix-displayed-tags'.
18934         (org-agenda-fix-displayed-tags): New function.
18935         (org-agenda-do-context-action): Just call
18936         `org-display-outline-path', without piping the result through
18937         `message'.
18939         * org-latex.el (org-export-latex-preprocess): Protect secondary
18940         footnote references.
18942         * org-indent.el (org-indent-initialize): Avoid empty strings as
18943         line prefixes.
18945         * org-agenda.el (org-agenda-diary-entry-in-org-file): Make sure
18946         hat checking for the mark does not throw an error.
18947         (org-agenda-diary-entry-in-org-file): Catch the case that there is
18948         not `day' text property in the cursor line.
18950         * org.el (org-sort-entries-or-items): Make sure that the final
18951         entry has a newline before doing the sorting.
18953         * org-agenda.el (org-agenda-diary-entry-in-org-file): Get the text
18954         property at the beginning of the line.
18956         * org.el (org-make-link-string): Don't allow a description with
18957         only white space.
18959         * org-agenda.el (org-agenda-insert-diary-strategy): New variable.
18960         (org-agenda-insert-diary-as-top-level): New function.
18961         (org-agenda-add-entry-to-org-agenda-diary-file):
18962         Call `org-agenda-insert-diary-as-top-level'.
18964         * org.el (org-occur-in-agenda-files): Make sure none of the
18965         buffers is narrowed.
18966         (org-activate-plain-links): Add the face property here.
18967         (org-set-font-lock-defaults): Do not add the face to plain links,
18968         the activator function does this.
18970         * org-habit.el (org-is-habit-p): Add doc string.
18972         * org-archive.el (org-archive-subtree-default-with-confirmation):
18973         Autoload.
18975         * org-latex.el (org-export-latex-fontify): Fix regexp to make char
18976         after match optional (happens at the end of a line...).
18978         * org.el (org-fontify-meta-lines-and-blocks): Apply special faces
18979         for special blocks.
18981         * org-faces.el (org-copy-face): Set lisp indentation.
18982         (org-quote, org-verse): New faces.
18984         * org-agenda.el (org-agenda-remove-date): Remove variable.
18986         * org-freemind.el (org-freemind-escape-str-from-org): Fix encoding.
18988         * org-html.el (org-export-as-html): Move the home/up link into
18989         the content div.
18991         * org.el (org-export-latex-packages-alist): Option definition
18992         moved here from org-latex.el.
18994         * org-html.el (org-export-html-home/up-format): Add an ID to the
18995         up/home div.
18997         * org-wl.el (org-wl-store-link): Handle the case that
18998         `wl-use-petname' is set.
19000         * org.el (org-set-effort): Improve prompt.
19001         (org-get-outline-path): Widen to get full path.
19002         (org-compact-display-after-subtree-move): Function removed.
19004 2009-11-20  Eric Schulte  <schulte.eric@gmail.com>
19006         * org-exp-blocks.el (org-export-blocks-format-ditaa): Use sha1
19007         hash keys to cache and re-use images generated by the
19008         org-exp-blocks interface to ditaa and dot.
19010         * org.el (org-format-latex): Latex images are now saved to files
19011         named by the sha1 hash of the latex source text avoiding
19012         regeneration of identical images.
19014 2009-11-15  Carsten Dominik  <carsten.dominik@gmail.com>
19016         * org-latex.el (org-export-as-latex): Add the :drawers property.
19018 2009-11-15  Carsten Dominik  <carsten.dominik@gmail.com>
19020         * org.el (org-speed-commands-user): Allow documentation headlines.
19021         (org-speed-commands-default): Organize the value of this constant
19022         with descriptive headlines.
19023         (org-print-speed-command): Output the headlines.
19025 2009-11-15  Carsten Dominik  <carsten.dominik@gmail.com>
19027         * org-agenda.el (org-agenda-show-outline-path): New option.
19028         (org-agenda-do-context-action): New function.
19029         (org-agenda-next-line, org-agenda-previous-line):
19030         Use `org-agenda-do-context-action'.
19032         * org.el (org-use-speed-commands): Allow function value.
19033         (org-speed-commands-default): Make headline motion safe, so that
19034         these commands always end on a headline.
19035         (org-speed-commands-default): New key `v' for `org-agenda'.
19036         (org-speed-move-safe): New function.
19037         (org-self-insert-command): Use the function value of
19038         `org-use-speed-commands'.
19039         (org-get-outline-path): Improve docstring.
19040         (org-format-outline-path): New function.
19041         (org-display-outline-path): New function.
19043 2009-11-15  John Wiegley  <jwiegley@gmail.com>
19045         * org-clock.el (org-clock-resolve): If `org-clock-into-string' is
19046         a string, use that to find the LOGBOOK drawer.
19048 2009-11-15  Glenn Morris  <rgm@gnu.org>
19050         * org-agenda.el (org-datetree-find-date-create)
19051         (org-habit-get-priority):
19052         * org.el (org-format-agenda-item): Fix declarations.
19054 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
19056         * org.el (org-clone-subtree-with-time-shift): Make it work at the
19057         end of the buffer.
19059         * org-mobile.el (org-mobile-write-checksums): Specify coding
19060         system.
19061         (org-mobile-timestamp-buffer): Keep local variable/mode line at
19062         beginning of buffer.
19064         * org-latex.el (org-latex-entities-regexp): Fix typo in regexp.
19066         * org.el (org-block-todo-from-children-or-siblings-or-parent)
19067         (org-block-todo-from-checkboxes): Do not block changes to a nil
19068         TODO state.
19070 2009-11-13  James TD Smith  <ahktenzero@mohorovi.cc>
19072         * org-habit.el (org-habit-parse-todo): Indicate which habit is
19073         wrongly set up in the error messages.
19075         * org-colview.el (org-columns-display-here): Don't try to
19076         calculate values if the underlying property is not set.
19077         (org-columns-string-to-number): Convert age strings back into
19078         fractional days.
19079         (org-agenda-colview-summarize): Handle extended summary types
19080         properly.
19082 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
19084         * org-exp.el (org-export-format-drawer-function): New variable.
19085         (org-export-format-drawer): New function.
19086         (org-export-preprocess-string): Pass the backend as a parameter to
19087         `org-export-remove-or-extract-drawers'.
19088         (org-export-remove-or-extract-drawers): New parameter BACKEND.
19090         * org-protocol.el (org-protocol-char-to-string): New defsubst.
19092 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
19094         * org-agenda.el (org-agenda-diary-entry-in-org-file): Add error
19095         message when no block is selected.
19097         * org-latex.el (org-export-latex-links): Check for protectedness
19098         in the last matched character, not after the match.
19100         * org-datetree.el (org-datetree-find-date-create):
19101         Respect restriction when KEEP-RESTRICTION is set.
19102         (org-datetree-file-entry-under): New function.
19103         (org-datetree-cleanup): New command.
19105 2009-11-13  Dan Davison  <davison@stats.ox.ac.uk>
19107         * org-src.el (org-edit-src-code): New optional argument context
19108         allows calling functions to avoid altering the saved window
19109         configuration.
19110         (org-edit-src-exit): Do not restore window configuration when this
19111         function is used in the context of saving the edit buffer.
19113 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
19115         * org-clock.el (org-clock-out, org-clock-cancel): Revert to
19116         instances to switching to with-current-buffer, because these seem
19117         to cause problems - no idea why.
19119         * org-agenda.el (org-agenda-add-entry-to-org-agenda-diary-file):
19120         Require diary-lib for (diary-date-display-form).
19122 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
19124         * org.el (org-log-reschedule, org-log-redeadline): New options.
19125         (org-log-note-headings): Add templates for rescheduling and
19126         deadline changing.
19127         (org-startup-options): Add in-buffer settings for logging changing
19128         schedule and deadline time stamps.
19129         (org-deadline, org-schedule): Check for existing date and arrange
19130         for logging if the user requests it.
19131         (org-add-log-note): Prepare proper note buffers for rescheduling
19132         and deadline changes.
19134 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
19136         * org-agenda.el (org-agenda-diary-entry-in-org-file)
19137         (org-agenda-add-entry-to-org-agenda-diary-file)
19138         (org-agenda-insert-diary-make-new-entry): New functions.
19139         (org-agenda-diary-entry):
19140         Call `org-agenda-diary-entry-in-org-file' when appropriate.
19142         * org.el (org-calendar-insert-diary-entry-key): New option.
19143         (org-agenda-diary-file): New option.
19144         ("calendar"): Install our insertion function in the calendar.
19146         * org-remember.el (org-datetree): Require.
19147         (org-remember-templates): Add new positioning option.
19148         (org-remember-reference-date): New variable.
19149         (org-remember-apply-template): Store the reference date in a local
19150         variable.
19151         (org-remember-handler): Implement date tree positioning of entries.
19153         * org-datetree.el: New file.
19155         * org-latex.el (org-export-latex-preprocess): Protect targets in
19156         verbatim emphasis.
19158         * org-html.el (org-export-as-html): Protect targets in verbatim
19159         emphasis.
19161         * org-docbook.el (org-export-as-docbook): Protect targets in
19162         verbatim emphasis.
19164 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
19166         * org-clock.el (org-show-notification): Handle messages that
19167         contain a percent character.
19169         * org-remember.el (org-remember-apply-template): Turn of partial
19170         completion.
19172         * org-mobile.el (org-mobile-before-process-capture-hook): New hook.
19173         (org-mobile-pull): Run `org-mobile-before-process-capture-hook'.
19175         * org.el (org-indent-mode): Define variable already in org.el.
19176         (org-unfontify-region): Remove line-prefix and wrap-prefix
19177         properties only if org-indent-mode is active.
19179 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
19181         * org-icalendar.el (org-print-icalendar-entries): Save match data
19182         around call to verify function.
19183         (org-print-icalendar-entries): Add a call to the verification
19184         function.
19186         * org.el (org-speedbar-set-agenda-restriction): Remove unnecessary
19187         save-restrivtion' form.
19189 2009-11-13  Dan Davison  <davison@stats.ox.ac.uk>
19191         * org-exp.el (org-export-format-source-code-or-example):
19192         Restrict scope of preserve-indentp to the let binding.
19193         (org-src): Require org-src, since org-src-preserve-indentation is used.
19195 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
19197         * org-timer.el (org-timer-set-timer): Set variables
19198         org-timer-timer[123] correctly.
19200         * org-mobile.el (org-mobile-files-alist): Make it work when
19201         `agenda-archives' is included in
19202         `org-agenda-text-search-extra-files'.
19203         (org-mobile-push): Restore agenda after mobile push.
19205 2009-11-13  John Wiegley  <jwiegley@gmail.com>
19207         * org-clock.el (org-resolve-clocks-if-idle): Another fix to the
19208         way the amount of idle time is presented in the minibuffer.
19210 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
19212         * org-icalendar.el (org-print-icalendar-entries):
19213         Use org-icalendar-verify-function only if non-nil.
19215         * org.el (org-refile): Refile to clock only if the prefix arg is
19216         2.
19217         (org-sparse-tree): Fix docstring to be in line with prompt.
19218         (org-update-parent-todo-statistics):
19219         Call `org-after-todo-statistics-hook' on each level.
19221 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
19223         * org-remember.el (org-remember-apply-template): Make sure the
19224         buffer exists.
19226 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
19228         * org.el (org-tab-ind-state): New variable.
19229         (org-cycle-level): New function.
19230         (org-cycle-level-after-item/entry-creation): New option.
19231         (org-flag-subtree): New function.
19232         (org-hide-archived-subtrees): Call `org-flag-subtree'.
19233         (org-set-effort): Indexed access.
19235         * org-list.el (org-cycle-item-indentation): New function.
19237         * org.el (org-refile): Make prefix argument 2 refile to current
19238         clock.
19239         (org-priority): Interpret action `remove' as call to remove the
19240         priority cookie.
19242         * org-remember.el (org-remember-apply-template): Don't depend on
19243         buffer name being like file name.
19245 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
19247         * org-clock.el (org-clock-play-sound): Expand file in
19248         org-clock-sound, to allow ~ for home.
19250         * org-remember.el (org-remember-handler):
19251         Set text-before-node-creation even if this already looks like a node,
19252         because the string might be needed on non-org-mode target files.
19254         * org-agenda.el (org-agenda-open-link): Make this work in agenda
19255         clocktables.
19256         (org-agenda-switch-to): Follow a link at point if
19257         org-return-follows-link' is set and there is nothing else to do in
19258         this line.
19260 2009-11-13  Dan Davison  <davison@stats.ox.ac.uk>
19262         * org-exp-blocks.el: Modify split separator regexp to avoid empty
19263         strings.
19265 2009-11-13  James TD Smith  <ahktenzero@mohorovi.cc>
19267         * org-colview.el (org-columns-new): Make this work with the new
19268         operators.
19269         (org-columns-store-format): Make this work with the new operators.
19271 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
19273         * org-src.el (org-src-preserve-indentation): Document that this
19274         variable is also used during export.
19276         * org-exp.el (org-export-format-source-code-or-example):
19277         Preserve indentation if a block has a -i option, or if
19278         `org-src-preserve-indentation' is set.
19280         * org-exp-blocks.el (org-export-blocks-preprocess):
19281         Preserve indentation if a block has a -i option, or if
19282         `org-src-preserve-indentation' is set.
19284 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
19286         * org.el (org-mode-map): Define the new archiving keys.
19287         (org-speed-commands-default): Define an archiving key in the speed
19288         command map.
19289         (org-org-menu): Improve the menu structure concerning archiving.
19291         * org-archive.el (org-archive-subtree-default-with-confirmation):
19292         New command.
19294         * org-agenda.el (org-agenda-mode-map): Define the new archiving keys.
19295         (org-agenda-menu): Add the new archiving commands to the menu.
19296         (org-agenda-archive-default)
19297         (org-agenda-archive-default-with-confirmation): New commands.
19298         (org-agenda-archive, org-agenda-archive-to-archive-sibling):
19299         Just call `org-agenda-archive-with'.
19300         (org-agenda-archive-with): New function.
19302         * org-table.el (org-table-convert-region): Inert spaces around "|"
19303         to avoid line beginnings like "|-1" which will be mistaken as
19304         hlines.
19306 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
19308         * org.el (org-offer-links-in-entry): Return nil if there are no
19309         links, t if a link has been selected.
19310         (org-open-at-point): Open attachment directory when called in the
19311         headline and there are no links in the entry body.
19312         (org-speed-commands-default): Add "o" for open-at-point as a speed
19313         command.
19315         * org-attach.el (org-attach-reveal): Optional prefix arg
19316         IF-EXISTS, which avoids creating the attachment directory if it
19317         does not yet exist.
19319         * org-agenda.el (org-agenda, org-run-agenda-series):
19320         Evaluate MATCH.
19322 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
19324         * org.el ("abbrev"): Work with abbrev tables only after they have
19325         been loaded.
19327         * org-list.el (org-list-send-list): Fix bug related to match
19328         data.
19330         * org-latex.el (org-export-latex-fontify): Apply verbatim
19331         emphasis.
19332         (org-export-latex-make-header): Insert \obeylines if line breaks
19333         should be preserved.
19335         * org-exp.el (org-export-protect-verbatim): Add an
19336         `org-verbatim-emph' property to such text.
19338 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
19340         * org-icalendar.el (org-icalendar-use-plain-timestamp): New option.
19341         (org-print-icalendar-entries): Skip entries where the timestamp is
19342         not a deadline and not scheduled, if the user requests that.
19344         * org-latex.el (org-export-latex-quotation-marks): Allow a bracket
19345         before an opening quote.
19347         * org-archive.el (org-archive-subtree): Keep archive after
19348         archiving something.
19350         * org-id.el (org-id-update-id-locations): Add archive files if
19351         that is required by `org-id-extra-files'.
19353 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
19355         * org-src.el (org-src-window-setup): New option.
19356         (org-src-switch-to-buffer): New function.
19357         (org-edit-src-exit): Add optional argument CONTEXT and use it to
19358         restore window configuration.
19359         (org-edit-src-code, org-edit-src-continue, org-edit-src-exit):
19360         Call `org-src-switch-to-buffer'.
19362         * org.el (org-default-properties): Add STYLE property.
19363         (org-files-list): Use the function call to get the files.
19364         (org-additional-option-like-keywords): Add SETUPFILE to completion
19365         list.
19367 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
19369         * org-table.el (org-table-convert-region): Correctly interpret
19370         quoting in csv import.
19372         * org.el (org-icompleting-read): Make iswitchb completion work
19373         with lists and tables.
19375         * org-agenda.el (org-agenda-add-entry-text): Never add entry text
19376         while pushing the mobile agenda.
19378 2009-11-13  John Wiegley  <jwiegley@gmail.com>
19380         * org-clock.el (org-clock-auto-clock-resolution): Now takes three
19381         values: nil, t and `when-no-clock-is-running'.
19382         (org-clock-in): Use `org-clock-auto-clock-resolution' to determine
19383         whether or not to resolve Org buffers on clock in.
19385 2009-11-13  James TD Smith  <ahktenzero@mohorovi.cc>
19387         * org-colview.el (org-format-time-period): Function to format
19388         times in fractional days for display.
19389         (org-columns-display-here): Add support for showing a calculated
19390         value in place of the property.
19391         (org-columns): Set `org-columns-time' to the current time so time
19392         difference calculations will work.
19393         (org-columns-time): Use to store the current time when column view
19394         is displayed, so all time differences will use the same reference
19395         point.
19396         (org-columns-compile-map): There is now an extra position in each
19397         entry specifying the function to use to calculate the displayed
19398         value for the non-calculated properties in the column.
19399         (org-columns-compute-all): Set `org-columns-time' to the current
19400         time so time difference calculations will work.
19401         (org-columns-compute): Handle column operators where the values
19402         used are calculated from the underlying property.
19403         (org-columns-number-to-string): Handle the 'age' column format.
19404         (org-columns-string-to-number): Correct the function name (was
19405         org-column...).  Add support for the 'age' column format.
19406         (org-columns-compile-format): Support the additional parameter in
19407         org-columns-compile-map.
19409 2009-11-13  Bastien Guerry  <bzg@gnu.org>
19411         * org.el (org-mode-hook): Turn `org-mode-hook' into a customizable
19412         variable.
19414 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
19416         * org-clock.el (org-clock-has-been-used): New variable.
19417         (org-clock-in): Set `org-clock-has-been-used'.
19418         (org-clock-save): Save only if clock data has been used or created
19419         during this session.
19421 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
19423         * org-clock.el (org-clock-persist): New value, to store only the
19424         clock history.
19425         (org-clock-save): Don't save the clock if only the history should
19426         be stored.
19427         (org-clock-load): Turn off John Wiegley's auto resolving mechanism
19428         when restoring a saved clock.
19430 2009-11-13  John Wiegley  <jwiegley@gmail.com>
19432         * org-clock.el (org-clock-display, org-clock-put-overlay):
19433         Use `org-time-clock-use-fractional'.
19435         * org.el (org-time-clocksum-use-fractional)
19436         (org-time-clocksum-fractional-format): Two new customizable
19437         variables which allow the user to select fractional times (1.25
19438         instead of 1:25) in the `org-clock-display' report.
19440 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
19442         * org-ascii.el (org-export-ascii-table-keep-all-vertical-lines):
19443         New option.
19445         * org.el (org-tag-alist): Fix customization type.
19447 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
19449         * org-mobile.el (org-mobile-update-checksum-for-capture-file):
19450         Make sure the regexp search can fail without throwing an error.
19451         (org-mobile-apply): Save the inbox buffer after removing
19452         successfully applied changes.
19454 2009-11-13  John Wiegley  <jwiegley@gmail.com>
19456         * org-clock.el (org-resolve-clocks-if-idle): Fix to the way idle
19457         time is reported after the user comes back (but before they
19458         resolve time).
19460         * org.el (org-get-repeat): Change so that this function can be
19461         called with either `org-scheduled-string' or
19462         `org-deadline-string'.
19464         * org-clock.el (org-clock-auto-clock-resolution): Rename from
19465         `org-clock-disable-clock-resolution', since negatives don't sound
19466         good in customization variables.
19467         (org-clock-in): Don't use the auto-resolution logic if the user is
19468         clocking into a different task while an active clock is running.
19469         This then allows the default behavior of clocking out of the open
19470         task and then into the new task.
19472         * org.el (org-modules): Made this variable more consistent, since
19473         it was referring to Org, OrgMode and Org-mode, whereas the docs
19474         for the variable always refer to Org-mode.
19476 2009-11-13  James TD Smith  <ahktenzero@mohorovi.cc>
19478         * org.el (org-repeat-re): The changed org-repeat-re no longer
19479         matched simple +2d type repeaters.  Fix it so it does.
19481 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
19483         * org-latex.el (org-export-latex-preprocess): Protect the vspace
19484         macro in the VERSE environment.
19486 2009-11-13  John Wiegley  <jwiegley@gmail.com>
19488         * org-habit.el (org-habit-get-priority): A new function that
19489         determines the relative priority of a habit, based on how long
19490         past its scheduled date it is, and how near the deadline is.
19492         * org-agenda.el (org-agenda-get-scheduled): Set habit priority
19493         using `org-habit-get-priority'.
19495         * org-habit.el (org-habit-build-graph): Start displaying colors
19496         from the first scheduled date, if that date is earlier than the
19497         first completion date.
19499         * org-habit.el: Changed all "color" variables to faces, and made
19500         them appropriate for light and dark backgrounds.
19502         * org-habit.el (org-habit-duration-to-days): Made this function
19503         more general.
19504         (org-habit-parse-todo): Parse the new ".+N/N" style repeater.
19506         * org-agenda.el (org-agenda-get-deadlines): Remove all mention of
19507         habits, since they don't use DEADLINE anymore.
19509         * org.el (org-repeat-re, org-display-custom-time)
19510         (org-timestamp-change): Extend to support the new ".+N/N"
19511         syntax, used for habits.
19513         * org-clock.el (org-clock-resolve-clock): Fix an incorrect
19514         variable reference.
19516         * org-agenda.el (org-agenda-set-mode-name): Show Habit in the
19517         modeline when habits are being displayed (if that module is being
19518         loaded).
19520 2009-11-13  James TD Smith  <ahktenzero@mohorovi.cc>
19522         * org-clock.el (org-x11-idle-seconds): Add a method to get the X11
19523         idle time using the xscreensaver extension.
19524         (org-user-idle-seconds): Use X11 idle time if available.
19526 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
19528         * org-agenda.el (org-agenda-next-line): New command.
19529         (org-agenda-previous-line): New commands.
19530         (org-agenda-show-and-scroll-up, org-agenda-show-scroll-down):
19531         New commands.
19532         (org-agenda-follow-mode): Do the follow immediately if the mode is
19533         turned on here.
19534         (previous-line, next-line): Replace keys with the corresponding
19535         org functions.
19536         (org-agenda-mode-map): Bind backspace and delete to the scrolling
19537         command.
19539         * org.el (org-icompleting-read): Turn off partial completion mode
19540         for the duration of this completion round.
19542         * org-latex.el (org-export-latex-fontify-headline): Protect TeX
19543         macros in author lines and similar stuff.
19545         * org.el (org-file-tags): Fix docstring.
19546         (org-get-buffer-tags): Add the #+FILETAGS tags.
19547         ("ecb"): Make ecb show context after jumping into an Org file.
19549 2009-11-13  John Wiegley  <johnw@newartisans.com>
19551         * org-agenda.el (org-finalize-agenda): Draw habit consistency
19552         graphs after everything else in the buffer has been setup.
19554 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
19556         * org-mobile.el (org-mobile-apply): Count success and failure.
19558         * org.el (org-indent-line-function): Fix regexp replace problem.
19560 2009-11-13  John Wiegley  <johnw@newartisans.com>
19562         * org-clock.el (org-clock-disable-clock-resolution):
19563         New customization variable that disable automatic clock resolution on
19564         clock in.
19565         (org-clock-in): If `org-clock-disable-clock-resolution' is set, do
19566         not automatically resolve anything.  This is does not affect
19567         idle-time resolution, however, if `org-clock-idle-time' is set.
19569 2009-11-13  John Wiegley  <johnw@newartisans.com>
19571         * org-habit.el: New file, which implements code to build a "habit
19572         consistency graph".
19574         * org-agenda.el (org-agenda-get-deadlines)
19575         (org-agenda-get-scheduled): Display consistency graphs when
19576         outputting habits into the agenda.  The graphs are always relative
19577         to the current time.
19578         (org-format-agenda-item): Add new parameter `habitp', which
19579         indicates whether we are formatting a habit or not.  Do not
19580         display "extra" leading information if habitp is true.
19582         * org.el (org-repeat-re): Improve regexp to include .+ and ++
19583         leaders for repeat strings.
19584         (org-get-repeat): Now takes a string parameter `tagline', so the
19585         caller can obtain the SCHEDULED repeat, or the DEADLINE repeat.
19587 2009-11-13  John Wiegley  <johnw@newartisans.com>
19589         * org-agenda.el (org-agenda-auto-exclude-function):
19590         New customization variable for allowing the user to create an "auto
19591         exclusion" filter for doing context-aware auto tag filtering.
19592         (org-agenda-filter-by-tag): Changes to support the use of
19593         `org-agenda-auto-exclude-function'.  See the new manual addition.
19595 2009-11-13  John Wiegley  <johnw@newartisans.com>
19597         * org.el (org-files-list): Don't attempt to return a file name for
19598         Org buffers which have no associated file.
19600         * org-agenda.el (org-agenda-do-action): Fix a typo.
19602 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
19604         * org-mobile.el (org-mobile-locate-entry): Interpret files
19605         relative to org-directory.
19606         (org-mobile-inbox-for-pull): Document the best location for this
19607         file.
19608         (org-mobile-check-setup): Verify `org-directory'.
19609         (org-mobile-create-index-file): Sort the files to be listed in
19610         index.org.
19612 2009-11-13  James TD Smith  <ahktenzero@mohorovi.cc>
19614         * org.el (org-fast-tag-selection): Add a way to display a
19615         description for a tag group.  This is done by adding a string to
19616         either the startgroup or endgroup cell.
19618 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
19620         * org-clock.el (org-clock-resolve, org-resolve-clocks)
19621         (org-emacs-idle-seconds): Use `org-float-time' instead of
19622         `time-to-seconds'.
19624 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
19626         * org-agenda.el (org-agenda-sorting-strategy): Fix customization
19627         type.
19629         * org.el (org-pre-cycle-hook): Document that `empty' can also be
19630         the value of ARG when doing local cycling.
19632 2009-11-13  John Wiegley  <johnw@newartisans.com>
19634         * org-clock.el (org-clock-resolve-clock): If keeping or
19635         subtracting time results in a clock out at a time in the past, and
19636         if the resolution occurred due to idleness or invoking `M-x
19637         org-resolve-clocks', remember that past moment in time.  On the
19638         next clock in, the user will be prompted to see if they want to
19639         back-date their new clock to then.
19640         (org-clock-resolve): Do not jump the user to the location of a
19641         dangling clock if the resolution is occurring due to an idle
19642         timeout.  In that case there is typically only one dangling clock,
19643         the active one, and there is no value gained by shuffling their
19644         windows around to show it to them.  Being prompted to resolve an
19645         idle clock should be as inobtrusive as possible.
19646         (org-resolve-clocks-if-idle): New function that resolves only the
19647         currently active clock if the user has exceeded the time returned
19648         by `org-user-idle-seconds', based on the value of
19649         `org-clock-idle-time'.
19650         (org-clock-in): If, after resolving clocks, (???)
19651         (org-clock-out): Cancel the `org-clock-idle-timer' on clock out.
19653         * org-clock.el (org-clock-resolve-clock): New function that
19654         resolves a clock to a specific time, closing or resuming as need
19655         be, and possibly even starting a new clock.
19656         (org-clock-resolve): New function used by `org-resolve-clocks'
19657         that sets up for the call to `org-clock-resolve-clock'.
19658         It determines the time to resolve to based on a single-character
19659         selection from the user to either keep time, subtract away time or
19660         cancel the clock.
19661         (org-resolve-clocks): New user command which resolves dangling
19662         clocks -- that is, open but not active -- anywhere in the file
19663         list returned by `org-files-list'.
19664         (org-clock-in): Automatically resolve dangling clocks whenever a
19665         user clocks in.
19666         (org-clock-cancel): If the user cancels the solely clock in a
19667         LOGBOOK, remove the empty drawer.
19669         * org-clock.el (org-clock-idle-time): New user customizable option
19670         for detecting whether the user has left a clock idle.  Note: it is
19671         only used in this commit to test whether it's worthwhile to check
19672         OS X to get the Mac user's current idle time.  If the Emacs idle
19673         time is less than the value, the user hasn't been away long enough
19674         to be worth checking (a more expensive test than just getting
19675         Emacs idle time).
19676         (org-user-idle-seconds, org-mac-idle-seconds)
19677         (org-emacs-idle-seconds): This three functions, in conjunction
19678         with the user customization variable `org-clock-idle-time', return
19679         the number of seconds (as a floating point) that the user has been
19680         away from their Emacs (or, if running on OS X, their computer).
19682         * org-clock.el (org-find-open-clocks): New function that returns a
19683         list of all open clocks in the given FILE.  Note that each clock
19684         it returns is a cons cell of the format (MARKER . START-TIME).
19685         This "clock" value is used by several of the new clock module
19686         utility functions.
19687         (org-is-active-clock): New inline function which tests whether the
19688         given clock value is the same as the currently active clock.
19689         Returns non-nil if this is the case.
19690         (org-with-clock-position): New macro that evaluates FORMS with
19691         point in the buffer and at the position of the given clock.
19692         Changes to the current clock are global.
19693         (org-with-clock): New macro that evaluates FORMS with point in the
19694         buffer and at the position of the given clock.  However, changes
19695         to the current clock are local and have no effect on the user's
19696         active clock.  This allows, for example, far any clock to be
19697         canceled without canceling the active clock.
19698         (org-clock-clock-in): New inline function that switches the active
19699         clock to the given clock.  If either the argument RESUME, or the
19700         global `org-clock-in-resume', are non-nil, it will resume a clock
19701         that was previously left open.
19702         (org-clock-clock-out): New inline function that clocks out the
19703         given clock value without affecting the currently active clock.
19704         (org-clock-clock-cancel): New inline function that cancels the
19705         given clock value without affecting the currently active clock.
19707         * org-clock.el (org-clock-in): Before creating
19708         `org-clock-mode-line-timer', check to make sure an older timer is
19709         not currently running.
19710         (org-clock-out): Accept new third parameter `at-time', which
19711         permits a clock to be clocked out at a specific time.  Note that
19712         no attempt is made to verify that the clock out time is later than
19713         the clock in time.
19715         * org.el (org-files-list): New utility function for returning a
19716         list of all open org-mode buffers, plus all files used to build
19717         the agenda buffer.  Note that not all the files will necessarily
19718         be visited by a buffer at time of call.
19719         (org-entry-beginning-position): Like the function
19720         `line-beginning-position', this inline function returns the
19721         beginning position of the current heading/entry.
19722         (org-entry-end-position): Like the function `line-end-position',
19723         this inline function returns the end position of the current
19724         heading/entry.
19726 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
19728         * org-agenda.el (org-agenda-list): Mark the all-todo items line as
19729         a header line.
19731 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
19733         * org-exp.el (org-inlinetask-remove-END-maybe): Declare function.
19735 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
19737         * org-agenda.el (org-agenda-filter-make-matcher): Allow to filter
19738         entries that have no tags.
19739         (org-agenda-search-view): New customize group.
19740         (org-agenda-search-view-search-words-only): New option.
19741         (org-search-view): Implement substring search.
19743 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
19745         * org.el (org-outline-level): Add doc string.
19747 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
19749         * org-inlinetask.el (org-inlinetask-export): Re-introduce
19750         variable.
19751         (org-inlinetask-export-handler): Only export inline task if the
19752         user option calls for it.
19754 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
19756         * org-exp.el (org-export-handle-export-tags): Remove inlinetask
19757         END if present.
19759 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
19761         * org-latex.el (org-export-latex-tables): Don't format in
19762         protected regions.
19764 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
19766         * org-src.el (org-edit-src-code)
19767         (org-edit-src-find-region-and-lang, org-edit-src-exit):
19768         Handle macro editing.
19770         * org-agenda.el (org-prefix-category-max-length): New variable.
19771         (org-format-agenda-item): Use `org-prefix-category-max-length'.
19772         (org-compile-prefix-format): Set `org-prefix-category-max-length'.
19774 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
19776         * org-mobile.el (org-mobile-create-index-file): Improve the
19777         listing of tags and todo keywords.
19779         * org-latex.el (org-export-latex-format-image): New function.
19780         (org-export-latex-links): Use `org-export-latex-format-image'.
19782 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
19784         * org-inlinetask.el (org-inlinetask-get-current-indentation)
19785         (org-inlinetask-remove-terminator): New functions.
19786         (org-inlinetask-export-handler): Terminate the description list.
19788         * org-exp.el (org-export-select-backend-specific-text): Remove the
19789         region markers.
19791         * org-inlinetask.el (org-inlinetask-export-handler): Fix bug for
19792         tasks without content.
19794         * org-clock.el: Make sure the clock-in target position does not
19795         move to a different node by widening the buffer.
19797         * org-html.el (org-export-html-format-image): Wrap image into
19798         figure div only when there is a caption.
19800         * org-archive.el (org-archive-mark-done): Change default value to
19801         nil.
19803 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
19805         * org.el (org-context): Call `bobp', not `eobp'.
19807         * org-clock.el (org-clock-cancel): Remove quotes from marker
19808         variables.
19810         * org.el (org-read-date-prefer-future): New allowed value `time'.
19811         (org-read-date-analyze): Shift day to tomorrow depending on time
19812         entered and value of `org-read-date-prefer-future'.
19814 2009-11-05  Stefan Monnier  <monnier@iro.umontreal.ca>
19816         * org.el (org-version, org-get-refile-targets, org-refile)
19817         (org-store-log-note, org-diary-to-ical-string)
19818         (org-speedbar-set-agenda-restriction):
19819         * org-publish.el (org-publish-find-title):
19820         * org-plot.el (org-plot/gnuplot):
19821         * org-mouse.el (org-mouse-do-remotely):
19822         * org-mobile.el (org-mobile-move-capture):
19823         * org-mac-message.el (org-mac-message-insert-flagged):
19824         * org-latex.el (org-replace-region-by-latex):
19825         * org-docbook.el (org-replace-region-by-docbook):
19826         * org-clock.el (org-clock-out, org-clock-cancel):
19827         * org-bibtex.el (org-execute-file-search-in-bibtex):
19828         Use with-current-buffer.
19830 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
19832         * org.el (org-directory, org-map-entries):
19833         * org-clock.el (org-clock-get-clocked-time): Fix typos in docstrings.
19835 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
19837         * org.el (org-set-tags-to): New command.
19839         * org-latex.el (org-export-latex-set-initial-vars): Also check in
19840         the plist.
19842         * org.el (org-additional-option-like-keywords): Add LATEX_CLASS
19843         keyword.
19845         * org-exp.el (org-infile-export-plist): Add LATEX_CLASS keyword.
19847 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
19849         * org-inlinetask.el (org-inlinetask-export): Option removed.
19850         (org-inlinetask-export-handler): Better export.
19852         * org-xoxo.el (org-export-xoxo-final-hook): New hook.
19853         (org-export-as-xoxo): Run the new hook.
19855         * org-html.el (org-export-html-final-hook): New hook.
19856         (org-export-as-html): Run the new hook.
19858         * org-docbook.el (org-export-docbook-final-hook): New hook.
19859         (org-export-as-docbook): Run the new hook.
19861         * org-ascii.el (org-export-ascii-final-hook): New hook.
19862         (org-export-as-ascii): Run the new hook.
19864         * org-latex.el (org-export-latex-treat-sub-super-char): Allow a
19865         space character as the character before the ^/_.
19866         (org-export-latex-final-hook): New hook.
19867         (org-export-as-latex): Run `org-export-latex-final-hook'.
19869 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
19871         * org-macs.el (org-if-unprotected-at): Fix docstring.
19873         * org-agenda.el (org-agenda-change-all-lines): Handle invisible
19874         text in the prefix (if category is a link).
19876         * org-latex.el (org-export-latex-preprocess): Deal properly with
19877         empty lines in verse environments.
19879         * org.el (org-format-latex-header): Inline fullpage.sty.
19881         * org-footnote.el (org-footnote-create-definition): Reveal context
19882         to add a new footnote definition.
19884         * org.el (org-ctrl-c-ctrl-c): Pass prefix arg to
19885         org-table-recalculate when cursor is in TBLFM line.
19887         * org-list.el (org-renumber-ordered-list): Fix cursor position
19888         when bullet length has changed.
19890 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
19892         * org.el (org-format-latex): Mention `org-format-latex-options' in
19893         the docstring.
19895 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
19897         * org.el (org-agenda-get): New function.
19899         * org-agenda.el (org-agenda-post-command-hook): No longer move
19900         point away from end of line.
19901         (org-agenda-add-entry-text, org-agenda-collect-markers)
19902         (org-finalize-agenda, org-agenda-mark-clocking-task)
19903         (org-agenda-dim-blocked-tasks, org-agenda-entry-text-show-here)
19904         (org-agenda-entry-text-show, org-agenda-highlight-todo)
19905         (org-agenda-compare-effort, org-agenda-filter-apply)
19906         (org-agenda-later, org-agenda-change-time-span)
19907         (org-agenda-post-command-hook, org-agenda-show-priority)
19908         (org-agenda-show-tags, org-agenda-goto, org-agenda-kill)
19909         (org-agenda-archive, org-agenda-archive-to-archive-sibling)
19910         (org-remove-subtree-entries-from-agenda, org-agenda-refile)
19911         (org-agenda-open-link, org-agenda-copy-local-variable)
19912         (org-agenda-switch-to, org-agenda-check-no-diary)
19913         (org-agenda-tree-to-indirect-buffer, org-agenda-todo)
19914         (org-agenda-add-note, org-agenda-change-all-lines)
19915         (org-agenda-priority, org-agenda-set-tags)
19916         (org-agenda-set-property, org-agenda-set-effort)
19917         (org-agenda-toggle-archive-tag, org-agenda-date-later)
19918         (org-agenda-show-new-time, org-agenda-date-prompt)
19919         (org-agenda-schedule, org-agenda-deadline, org-agenda-action)
19920         (org-agenda-clock-in, org-agenda-bulk-mark)
19921         (org-agenda-bulk-unmark, org-agenda-show-the-flagging-note):
19922         Use `org-get-at-bol'.
19924         * org-colview.el (org-columns-display-here)
19925         (org-columns-edit-allowed, org-agenda-columns):
19926         Use `org-get-at-bol'.
19928 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
19930         * org.el (org-special-ctrl-a/e): Improve documentation and
19931         customize type.
19932         (org-end-of-line): Don't jump to after the ellipsis.
19933         (org-mode-map): Bind <home> and <end> as well.
19935 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
19937         * org.el (org-fontify-meta-lines-and-blocks): Treat lines with a
19938         space after #+ as comments.
19939         (org-open-at-point): Run `org-follow-link-hook' always.
19941         * org-latex.el (org-export-latex-emph-format): Use better commands
19942         to insert special characters in verbatim snippets.
19944 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
19946         * org-faces.el (org-copy-face): New function.  Use it to create
19947         various faces formerly created by using `copy-face'.
19949         * org-agenda.el (org-prepare-agenda): Don't officially mark this
19950         window dedicated.
19951         (org-agenda-quit): Kill the frame containing the agenda window if
19952         that frame was created for the agenda.
19954 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
19956         * org-agenda.el (org-agenda-date-prompt): Mark the changed time
19957         stamp in the agenda.
19959 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
19961         * org-agenda.el (org-prepare-agenda):
19962         Reset `org-drawers-for-agenda'.
19963         (org-prepare-agenda): Uniquify list of drawers.
19965         * org.el (org-complex-heading-regexp-format): New variable.
19966         (org-set-regexps-and-options):
19967         Define `org-complex-heading-regexp-format'.
19968         (org-drawers-for-agenda): New variable.
19969         (org-map-entries): Bind `org-drawers-for-agenda'.
19970         (org-prepare-agenda-buffers): Add to `org-drawers-for-agenda'.
19972         * org-remember.el (org-go-to-remember-target)
19973         (org-remember-handler): Use `org-complex-heading-regexp-format'.
19975 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
19977         * org-agenda.el (org-agenda-highlight-todo): Fix text property
19978         problem.
19980         * org.el (org-on-heading-p, org-at-heading-p): Make sure these are
19981         always with `invisible-ok'.
19982         (org-store-link): No error when there is nothing to link to in the
19983         agenda.
19985         * org-list.el (org-update-checkbox-count): Insert changed cookie
19986         before the old, to avoid problems with invisibility at the end of
19987         the line.
19988         (org-update-checkbox-count): Insert changed cookie before the old,
19989         to avoid problems with invisibility at the end of the line.
19991         * org.el (org-sort-entries-or-items): Include the final newline.
19992         (org-fontify-meta-lines-and-blocks): Add indented dynamic block
19993         lines for fontification.
19994         (org-dblock-start-re, org-dblock-end-re): Allow indentation.
19995         (org-prepare-dblock): Store the current indentation of the BEGIN
19996         line.
19997         (org-update-dblock): Apply the indentation of the begin line to
19998         the rest of the block.
19999         (org-ctrl-c-ctrl-c): Also find indented dblock lines.
20000         (org-startup-folded): New allowed value `showeverything'.
20001         (org-startup-options): Add STARTUP keyword `showeverything'.
20002         (org-set-startup-visibility): Respect value `showeverything' in
20003         org-startup-folded.
20005 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
20007         * org.el (org-closest-date): Fix issue with past preference.
20009         * org-archive.el (org-archive-set-tag)
20010         (org-archive-subtree-default): New commands.
20012         * org-clock.el (org-clock-clocktable-default-properties):
20013         New option.
20014         (org-clock-report):
20015         Use `org-clock-clocktable-default-properties'.
20017 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
20019         * org.el (org-iswitchb-completing-read): Fix typo.
20021         * org-crypt.el: New file.
20023         * org.el: Add an entry for org-crypt.
20025 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
20027         * org-agenda.el (org-agenda-menu): Reorganize the menu for more
20028         consistency.
20029         (org-batch-store-agenda-views): New function.
20030         (org-agenda-title-append): Define variable.
20031         (org-write-agenda): New export to Org files.
20032         (org-agenda-get-some-entry-text): New arguments INDENT and KEEP.
20033         (org-agenda): Allow to keep the restricted file list if a special
20034         variable is bound to t.
20035         (org-agenda): Define a special agenda view for working on flagged
20036         entries.
20037         (org-agenda-get-restriction-and-command): List the new agenda
20038         view.
20039         (org-agenda-show-the-flagging-note): New command.
20040         (org-agenda-mode-map): New key `?' for looking at the flagging
20041         note.
20043         * org.el (org-autoload): Autoload org-mobile.el.
20044         (org-org-menu): Add menu commands for MobileOrg in the Org menu.
20046         * org-mobile.el: New file.
20048         * org-id.el (org-id-get): Fix bug with forcing ID on an item.
20050 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
20052         * org-table.el (orgtbl-line-start-regexp): Match also TBLNAME
20053         statements.
20054         (org-table-get-remote-range): Match indented #+TBLNAME
20055         statements.
20057         * org.el (org-convert-to-odd-levels)
20058         (org-convert-to-oddeven-levels): Work also correctly if the file
20059         is in outline-mode.
20061 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
20063         * org.el (org-store-link): When in agenda buffer, link to
20064         referenced entry.
20065         (org-add-planning-info): Remove spaces at eol.
20067         * org-macs.el (org-with-point-at): Add a `lisp-indent-function'
20068         property.
20070 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
20072         * org-latex.el (org-export-latex-first-lines): Fix problem with
20073         LaTeX export of first line and selected subtree.
20075         * org.el (org-shifttab): Interpret arg differently when using only
20076         odd levels.
20078 2009-10-01  Bastien Guerry  <bzg@gnu.org>
20080         * org.el (org-check-agenda-file): Use a more explicit message.
20082 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
20084         * org-exp.el (org-export-remove-special-table-lines): Don't remove
20085         normal lines.
20087 2009-10-01  Bastien Guerry  <bzg@gnu.org>
20089         * org.el (org-offer-links-in-entry): Don't use "Select link" as a
20090         prompt in the temporary window.
20092         * org-agenda.el (org-agenda-bulk-mark): Use a slightly soberer
20093         prefix for marked entries in the agenda view.
20095 2009-10-01  Andreas Burtzlaff  <andy13@gmx.net>  (tiny change)
20097         * org.el (outline-end-of-subtree): Bugfix: advise this function in
20098         a way that prevents any trailing character from being displayed.
20100 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
20102         * org-agenda.el (org-agenda-menu): Fix bugs in the bulk action
20103         menu.
20105         * org-exp.el (org-export-remove-special-table-lines): Remove bad
20106         slow regexp match.
20108 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
20110         * org-latex.el (org-export-latex-preprocess): Do not protect in
20111         the LaTeX header.
20113         * org-src.el (org-edit-src-save): Save window setup while saving.
20114         (org-edit-src-code): Use new buffer name construction scheme.
20116 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
20118         * org-agenda.el (org-agenda-entry-text-exclude-regexps):
20119         New variable.
20120         (org-agenda-entry-text-cleanup-hook): New hook.
20121         (org-agenda-get-some-entry-text): Remove matches of
20122         `org-agenda-entry-text-exclude-regexps' and run the hook
20123         `org-agenda-entry-text-cleanup-hook'.
20125         * org.el (org-offer-links-in-entry): New argument ZERO to
20126         implement a link with index zero.
20127         (org-cycle-show-empty-lines): Not keep empty line under header
20128         hidden.
20129         (org-iswitchb-completing-read): Bind `switchb-use-virtual-buffers'
20130         to nil for special completion.
20131         (org-store-link): Don't error before the first heading.
20133         * org-agenda.el (org-agenda-open-link): Pass the prefix to
20134         `org-offer-links-in-entry'.
20136 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
20138         * org-agenda.el (org-agenda-quit): Provide the window argument for
20139         `window-dedicated-p', Emacs 22 needs it.
20140         (org-format-agenda-item): If the category is a link, arrange for
20141         invisible text to replaced with spaces.
20142         (org-compile-prefix-format): Add the extra space.
20143         (org-prefix-category-length): New variable.
20145         * org-exp.el (org-export-cleanup-toc-line): Remove footnote
20146         references from TOC lines.
20148         * org.el (org-selected-window): New variable.
20150         * org-table.el (org-table-edit-formulas): Remember the selected
20151         window.
20152         (org-table-fedit-finish, org-table-fedit-abort): Select the window
20153         that was originally selected.
20155         * org-exp.el (org-export-preprocess-apply-macros): Scan the
20156         expansion of a macro for more macro definitions.
20158         * org-agenda.el (org-agenda-dim-blocked-tasks): Make sure the
20159         invisibility overlay starts on the newline.
20161 2009-10-01  Glenn Morris  <rgm@gnu.org>
20163         * org-agenda.el (calendar-check-holidays):
20164         * org-exp.el (org-agenda-skip):
20165         * org-list.el (outline-back-to-heading):
20166         * org-wl.el (wl-summary-goto-folder-subr):
20167         * org.el (iswitchb-mode, remember, remember-buffer-desc)
20168         (remember-finalize, remember-save-after-remembering, remember-register)
20169         (remember-buffer, remember-handler-functions)
20170         (remember-annotation-functions): Remove unused declarations.
20172         * org.el (iswitchb-read-buffer): Fix declaration.
20174 2009-09-30  Glenn Morris  <rgm@gnu.org>
20176         * org-compat.el (w32-focus-frame):
20177         * org-exp-blocks.el (R):
20178         * org-exp.el (htmlize-buffer):
20179         * org-protocol.el (server-edit):
20180         * org-table.el (org-format-org-table-html):
20181         * org.el (org-indent-mode): Fix declarations.
20183         * org-colview.el (org-columns-uncompile-format): Avoid assignment to
20184         free variable `fun'.
20186 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
20188         * org-agenda.el (org-agenda-restore-windows-after-quit):
20189         Fix typo in docstring.
20191 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
20193         * org.el (org-tree-to-indirect-buffer, org-convert-to-oddeven-levels)
20194         (org-shiftselect-error, org-ctrl-c-ctrl-c):
20195         * org-agenda.el (org-agenda-undo, org-check-for-org-mode):
20196         * org-attach.el (org-attach-check-absolute-path):
20197         * org-docbook.el (org-export-as-docbook):
20198         * org-html.el (org-export-as-html):
20199         * org-id.el (org-id-update-id-locations):
20200         * org-table.el (org-table-fedit-lisp-indent, orgtbl-send-table):
20201         Fix typos in error messages.
20203 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
20205         * org-ascii.el: Require CL for the `loop' macro.
20207 2009-09-05  Carsten Dominik  <dominik@u016822.science.uva.nl>
20209         * org-gnus.el (require): Wrap (require gnus-sum) into
20210         eval-when-compile.
20212 2009-09-03  Carsten Dominik  <dominik@u016822.science.uva.nl>
20214         * org-protocol.el (org-protocol-store-link)
20215         (org-protocol-remember, org-protocol-open-source): Remove autoload
20216         cookies again.
20218         * org-agenda.el (org-agenda-dim-blocked-tasks): Make sure we are
20219         referencing the start of the line.
20221         * org-gnus.el: Remove unnecessary declare-function forms.
20222         (gnus-sum): Always require gnus-sum.
20224 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
20226         * org-protocol.el (org-protocol-store-link)
20227         (org-protocol-remember, org-protocol-open-source): Add autoloads.
20229         * org-compat.el (org-float-time): New function.
20231         * org.el (org-clock-update-time-maybe)
20232         (org-sort-entries-or-items, org-do-sort)
20233         (org-evaluate-time-range, org-time-string-to-seconds)
20234         (org-closed-in-range): Use `org-float-time'.
20236         * org-timer.el (org-timer-start, org-timer-pause-or-continue)
20237         (org-timer-seconds): Use `org-float-time'.
20239         * org-clock.el (org-clock-get-clocked-time, org-clock-out)
20240         (org-clock-sum, org-dblock-write:clocktable)
20241         (org-clocktable-steps): Use `org-float-time'.
20243         * org-agenda.el (org-agenda-last-marker-time)
20244         (org-agenda-new-marker, org-diary): Use `org-float-time'.
20246         * org-compat.el (w32-focus-frame): Declare the w32-focus-frame
20247         function.
20249         * org-exp.el (org-get-file-contents): Only protect lines that
20250         really need it.
20252         * org-html.el (require): Require cl for compilation.
20254         * org.el: Avoid using `default-major-mode'.
20256         * org-plot.el (require): Require CL only at compile time.
20258         * org-exp.el (require): Require CL only at compile time.
20260         * org-agenda.el (org-agenda-quit): When the agenda window is
20261         dedicated, remove other windows before exiting, so that the frame
20262         really will be killed.
20264         * org-exp.el (org-export-handle-include-files): Reset START and
20265         END for each loop cycle.
20267 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
20269         * org.el (org-eval-in-calendar):
20270         Use `org-select-frame-set-input-focus'.
20272         * org-compat.el (org-select-frame-set-input-focus): New function.
20274         * org.el (org-update-statistics-cookies): New function.
20275         (org-mode-map): Bind `C-c #' to `org-update-statistics-cookies'.
20277 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
20279         * org-src.el (org-edit-fixed-width-region): Set org-src-mode only
20280         after the local variables are set.
20282         * org-latex.el (org-export-latex-protect-amp): New function.
20283         (org-export-latex-links): Protect link ampersands in tables.
20285         * org-exp.el (org-export-select-backend-specific-text): Match in
20286         two steps, to avoid regexp problems.
20288         * org.el (org-offer-links-in-entry): Improve working with many and
20289         duplicate links.
20291         * org-agenda.el (org-agenda-show-1): Make more consistent with
20292         normal cycling.
20293         (org-agenda-cycle-show): Make more consistent with normal cycling.
20295         * org-gnus.el (org-gnus-store-link): Restore the linking to a
20296         website.
20298 2009-09-02  Bastien Guerry  <bzg@gnu.org>
20300         * org-latex.el (org-export-latex-first-lines): Bugfix.
20302 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
20304         * org-clock.el (org-clock-modify-effort-estimate): Emit message
20305         about new effort.
20307         * org.el (org-set-effort): New function.
20308         (org-mode-map): New key for effort setting command.
20310         * org-agenda.el (org-agenda): Keep window setup when calling
20311         agenda from within agenda window.
20312         (org-agenda-mode-map): New keys for effort setting commands.
20313         (org-agenda-menu): Add effort setting commands to menu.
20314         (org-agenda-set-property, org-agenda-set-effort): New functions.
20316         * org-latex.el (org-export-latex-tables):
20317         Fix `org-table-last-alignment' and `org-table-last-column-widths' if
20318         the first column has been removed.
20320 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
20322         * org.el (org-remove-timestamp-with-keyword): Only remove in
20323         entry, not in subtree.
20325         * org-src.el (org-src-lang-modes): Add abbreviation elisp for
20326         emacs lisp.
20328         * org.el (org-open-at-point): When on headline, offer all strings
20329         in entry.
20331         * org-remember.el (org-remember-templates): Documentation fix.
20333         * org.el (org-move-subtree-down): Use `org-get-next-sibling' and
20334         `org-get-last-sibling' instead of the outline versions of these
20335         functions.
20336         (org-get-last-sibling): New function.
20337         (org-refile): Use `org-get-next-sibling' instead of the outline
20338         version of this function.
20339         (org-clean-visibility-after-subtree-move):
20340         Use `org-get-next-sibling' and `org-get-last-sibling' instead of the
20341         outline versions of these functions.
20343 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
20345         * org-agenda.el (org-prepare-agenda): When creating a new frame
20346         for the agenda, make the window dedicated.
20348         * org-agenda.el (org-agenda-mode-map): New keys for time motion.
20350         * org-table.el (org-table-align): Change the order of reinsertion
20351         and deletion, to avoid problems with overlays following the table.
20353         * org.el (org-parse-time-string): Better error message.
20354         (org-show-subtree): Use org-end-of-subtree.
20356         * org-macs.el (org-goto-line): New defsubst.
20358         * org.el (org-open-file, org-change-tag-in-region)
20359         (org-fast-tag-show-exit): Don't use `goto-line'.
20361         * org-table.el (org-table-align, org-table-insert-column)
20362         (org-table-delete-column, org-table-move-column)
20363         (org-table-sort-lines, org-table-copy-region)
20364         (org-table-paste-rectangle, org-table-wrap-region)
20365         (org-table-get-specials, org-table-rotate-recalc-marks)
20366         (org-table-get-range, org-table-recalculate)
20367         (org-table-edit-formulas, org-table-fedit-convert-buffer)
20368         (org-table-show-reference, org-table-highlight-rectangle):
20369         Don't use `goto-line'.
20371         * org-src.el (org-edit-src-code, org-edit-fixed-width-region)
20372         (org-edit-src-exit): Don't use `goto-line'.
20374         * org-macs.el (org-preserve-lc): Don't use `goto-line'.
20376         * org-list.el (org-renumber-ordered-list, org-fix-bullet-type):
20377         Don't use `goto-line'.
20379         * org-exp.el (org-export-number-lines): Don't use `goto-line'.
20381         * org-colview.el (org-columns, org-columns-redo)
20382         (org-agenda-columns): Don't use `goto-line'.
20384         * org-agenda.el (org-agenda-mode): Force visual line motion off.
20385         (org-agenda-add-entry-text-maxlines): Improve docstring.
20386         (org-agenda-start-with-entry-text-mode): New option.
20387         (org-agenda-entry-text-maxlines): New option.
20388         (org-agenda-entry-text-mode): New variable.
20389         (org-agenda-mode): Set initial value of
20390         `org-agenda-entry-text-mode'.
20391         (org-agenda-mode-map): Add the `E' key.
20392         (org-agenda-menu): Add entry text mode to the menu.
20393         (org-agenda-get-some-entry-text): Fix line count bug.
20394         (org-finalize-agenda): Apply entry text mode if appropriate.
20395         (org-agenda-entry-text-show-here): New function.
20396         (org-agenda-entry-text-show): New function.
20397         (org-agenda-entry-text-hide): New function.
20398         (org-agenda-view-mode-dispatch): Add entry text mode to the view
20399         key menu.
20400         (org-agenda-entry-text-mode): New command.
20401         (org-agenda-set-mode-name): Add entry text mode to the mode line
20402         string.
20403         (org-agenda-undo, org-agenda-get-restriction-and-command)
20404         (org-agenda-get-some-entry-text, org-agenda-redo): Don't use
20405         `goto-line'.
20407 2009-09-02  Bernt Hansen  <bernt@norang.ca>
20409         * org-clock.el (org-notify): Bugfix.
20411 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
20413         * org-agenda.el (org-agenda-open-link): Handle multiple links and
20414         check for after-string.
20416         * org-gnus.el (org-gnus-store-link): Simplify.
20418         * org.el (org-latex-regexps): Don't add extra empty lines for
20419         display formulas.
20421 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
20423         * org-agenda.el (org-agenda-get-some-entry-text): New function.
20424         (org-agenda-add-entry-text):
20425         Use `org-agenda-get-some-entry-text'.
20427         * org.el (org-cycle-separator-lines): Update docstring.
20428         (org-cycle-show-empty-lines): Handle negative values for
20429         `org-cycle-show-empty-lines'.
20431         * org-exp.el (org-export-protect-sub-super): New function.
20432         (org-export-normalize-links): Protect the url of plain links from
20433         supscript and superscript processing.
20435         * org-remember.el (org-remember-escaped-%): New function.
20436         (org-remember-apply-template): Use `org-remember-escaped-%' to
20437         detect escaped % signs.
20439 2009-09-02  Bastien Guerry  <bzg@gnu.org>
20441         * org-timer.el (org-timer-set-timer): Use `org-notify' and play a
20442         sound when showing the notification.
20444         * org-clock.el (org-notify): New function.
20445         (org-clock-notify-once-if-expired): Use `org-notify'.
20447         * org-gnus.el (org-gnus-store-link): Handle `gnus-summary-mode'
20448         and `gnus-article-mode' separately.
20449         (gnus-summary-article-header): Fix the declare-function.
20451 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
20453         * org-exp.el (org-export-format-source-code-or-example):
20454         Translate language.
20456         * org-src.el (org-src-lang-modes): New variable.
20457         (org-edit-src-code): Translate language.
20459         * org-exp.el (org-export-format-source-code-or-example): Deal wit
20460         the new structure of the `org-export-latex-listings-langs'
20461         variable.
20463         * org-latex.el (org-export-latex-listings-langs): Change structure
20464         of the variable from plist to alist.
20466 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
20468         * org.el (org-in-commented-line): New function.
20470 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
20472         * org.el (org-hide-block-toggle): Make folded blocks searchable.
20474 2009-09-02  Friedrich Delgado Friedrichs  <friedel@nomaden.org>  (tiny change)
20476         * org.el (org-flag-drawer): More useful error.
20478 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
20480         * org-remember.el (org-remember-apply-template):
20481         Use org-icompleting-read.
20483         * org-publish.el (org-publish): Use org-icompleting-read.
20485         * org-colview.el (org-columns-edit-value, org-columns-new)
20486         (org-insert-columns-dblock): Use org-icompleting-read.
20488         * org-attach.el (org-attach-delete-one, org-attach-open):
20489         Use org-icompleting-read.
20491 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
20493         * org.el (org-hierarchical-todo-statistics): Improve docstring.
20494         (org-version): Return the version text.
20495         (org-org-menu): Add a menu entry for the new bug reporter.
20496         (org-submit-bug-report): New command.
20498         * org-list.el (org-hierarchical-checkbox-statistics):
20499         Improve docstring.
20501         * org.el (org-emphasis-regexp-components): Add "`" to set of
20502         pre-emphasis characters.
20504         * org-latex.el (org-export-latex-classes): Always include the soul
20505         package.
20506         (org-export-latex-emphasis-alist): Use \st for strikethough.
20508         * org-exp-blocks.el (org-export-blocks-preprocess):
20509         Use `indent-code-rigidly' to indent.
20511         * org-agenda.el (org-agenda-get-restriction-and-command):
20512         Remove properties only if MATCH really is a string.
20514 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
20516         * org-latex.el (org-export-latex-packages-alist):
20517         Fix customization type.
20519         * org.el (org-create-formula-image): Also use
20520         `org-export-latex-packages-alist'.
20522         * org-html.el (org-export-as-html): Fix bug in footnote regexp.
20523         (org-export-as-html): Format footnotes correctly.
20525 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
20527         * org.el (org-fast-tag-selection): Avoid text properties on tags
20528         in the alist.
20530         * org-agenda.el (org-agenda-get-restriction-and-command):
20531         Avoid text properties on the match element.
20533 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
20535         * org.el (org-set-regexps-and-options): Make sure the list of done
20536         keywords is not invalid.
20538         * org-exp.el (org-export-interpolate-newlines): New function.
20540 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
20542         * org.el (org-format-latex): Avoid nested overlays.
20544         * org-latex.el (org-export-latex-listings-langs): Add a few more
20545         languages.
20547         * org-exp.el (org-export-preprocess-apply-macros): Make sure to
20548         ignore newlines and space before the first macro argument.
20550         * org-latex.el (org-export-latex-tables): Remove save-excursion
20551         around `org-table-align'.
20553 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
20555         * org.el (org-export-html-special-string-regexps):
20556         Definition moved into org.el.
20558         * org-exp.el (org-export-preprocess-apply-macros): Allow newlines
20559         in macro calls.
20561 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
20563         * org-latex.el (org-export-latex-listings)
20564         (org-export-latex-listings-langs): New options.
20566         * org-exp.el (org-export-format-source-code-or-example):
20567         Use listing package if requested by the user.
20569 2009-09-02  Bastien Guerry  <bzg@gnu.org>
20571         * org.el (org-iswitchb): Fix bug when aborting the `org-iswitchb'
20572         command before actually switching to a buffer.
20574 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
20576         * org-exp.el (org-get-file-contents): Only quote org lines when
20577         the markup is src or example.
20579         * org-agenda.el (org-agenda-skip-scheduled-if-deadline-is-shown):
20580         New option.
20581         (org-agenda-get-day-entries): Remember deadline results and pass
20582         them on into the function getting the scheduling information.
20583         (org-agenda-get-scheduled): Accept deadline results as parameters
20584         and maybe skip some entries.
20585         (org-agenda-skip-scheduled-if-deadline-is-shown): New option.
20587         * org.el (org-insert-heading): When respecting content, do not
20588         convert current line to headline.
20590         * org-clock.el (org-clock-save-markers-for-cut-and-paste):
20591         Also cheeeeeck the hd marker.
20592         (org-clock-in): Also set the hd marker.
20593         (org-clock-out): Also set the hd marker.
20594         (org-clock-cancel): Reset markers.
20596         * org.el (org-clock-hd-marker): New marker.
20598         * org-faces.el (org-agenda-clocking): New face.
20600         * org-agenda.el (org-agenda-mark-clocking-task): New function.
20601         (org-finalize-agenda): Call `org-agenda-mark-clocking-task'.
20603         * org.el (org-modules): Add org-track.el.
20605         * org-agenda.el (org-agenda-bulk-marked-p): New function.
20606         (org-agenda-bulk-mark, org-agenda-bulk-unmark):
20607         Use `org-agenda-bulk-marked-p'.
20608         (org-agenda-bulk-toggle): New command.
20610 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
20612         * org.el (org-move-subtree-down): Hide subtree if it was folded,
20613         not just the body.
20615         * org-remember.el (org-remember-finalize): Avoid buffer-modified
20616         messages.
20618 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
20620         * org-html.el (org-export-as-html):
20621         * org-docbook.el (org-export-as-docbook):
20622         Use (default-value 'major-mode) instead of default-major-mode.
20624 2009-08-08  Carsten Dominik  <carsten.dominik@gmail.com>
20626         * org-docbook.el: Add arch-tag.
20628         * org-exp-blocks.el: Add arch-tag.
20630         * org-id.el: Add arch-tag.
20632         * org-indent.el: Add arch-tag.
20634         * org-inlinetask.el: Add arch-tag.
20636         * org-protocol.el: Add arch-tag.
20638 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
20640         * org.el (org-create-formula-image): Remove the -E option for
20641         dvipng.
20643         * org-exp.el (org-default-export-plist): Respect #+BIND.
20644         (org-export-confirm-letbind): New function.
20646         * org.el (org-paste-subtree): Test the kill ring entry if it is
20647         going to be used.
20648         (org-copy-subtree): Use `org-forward-same-level'.
20649         (org-forward-same-level): Respect the `invisibe-ok' arg for
20650         back-to-heading.
20652 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
20654         * org.el (org-table-map-tables): Make sure cursor is back at table
20655         beginning after funcall.
20657         * org-agenda.el (org-agenda-bulk-action): Make sure parents are
20658         handled before children, and do not error if an entry is not
20659         found, probably because it hase been remove when the parent was
20660         archived or refiled.
20662         * org.el (org-ido-completing-read): Accept straight lists for
20663         completion as well as alists.
20665         * org-timer.el (org-timer-cancel-timers): Rename from
20666         `org-timer-cancel-timers'.
20668         * org.el (org-cycle-internal-local): Fix problem with finding next
20669         invisible line.
20671 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
20673         * org-list.el (org-list-send-list):
20674         Call `org-list-goto-true-beginning' instead of
20675         `org-list-find-true-beginning', which does not exist.
20677         * org-timer.el (org-timer-reset-timers): Use `mapc'.
20678         (org-timer-set-timer): Do not assign to heading.
20680         * org-id.el (org-id-open): Quote function name.
20682         * org-macs.el (org-unmodified): Turn off recording undo
20683         information while running inside the macro.
20685         * org-table.el (org-table-export): Also work in file-less
20686         buffers.
20688         * org.el (org-startup-indented): New option.
20689         (org-startup-options): Add new options indent and noindent.
20690         (org-unfontify-region): Remove line-prefix and wrap-prefix
20691         properties.
20692         (org-after-demote-entry-hook, org-after-promote-entry-hook):
20693         New hooks.
20694         (org-promote, org-demote): Run the new hooks.
20696         * org-table.el (org-table-align): Replace leading \n as well.
20698         * org-exp.el (org-export-push-to-kill-ring): Remove `line-prefix'
20699         and `line-wrap' text properties.
20701         * org-compat.el (org-kill-new): New function.
20703         * org-agenda.el (org-format-agenda-item): Remove `line-prefix' and
20704         `line-wrap' text properties.
20706         * org-indent.el: New file.
20708 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
20710         * org.el (org-provide-todo-statistics): Tweak docstring.
20712         * org-id.el (org-id-open): Honor `org-link-frame-setup'.
20714 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
20716         * org-exp.el (org-export-as-org): Insert the "-source" string
20717         before the extension.
20719         * org.el (org-read-date): Make sure the calendar is in the current
20720         frame.
20721         (org-set-emph-re): Remove the ? from the post-match.
20722         (org-emphasis-regexp-components): Add backslash to the
20723         postmatch class.
20724         (org-set-font-lock-defaults): Write \n instead of \xa, and make it
20725         optional so that also lines at the end of the buffers will still
20726         be matched as headlines.
20728         * org-table.el (org-table-error-on-row-ref-crossing-hline):
20729         Variable made obsolete.
20730         (org-table-relative-ref-may-cross-hline): New option.
20731         (org-table-find-row-type): Honow the new option
20732         `org-table-relative-ref-may-cross-hline'.
20734 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
20736         * org-table.el (org-table-cut-region, org-table-copy-region):
20737         Work on single field if no active region.
20739 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
20741         * org-latex.el (org-export-latex-make-header): Only insert title
20742         if one is defined.
20744         * org.el (org-make-options-regexp): Allow empty values.
20746 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
20748         * org.el (org-cycle-internal-local): Improved version of finding
20749         next visible line.
20750         (org-cycle-hide-drawers): Only hide drawers if this is really
20751         necessary.
20752         (outline-end-of-subtree): Make `outline-end-of-subtree' use the
20753         org-version of this function in Org-mode.  We use advice to
20754         implement this change, so that future changes to this function in
20755         outline.el wil be handled properly.
20756         (org-forward-same-level, org-backward-same-level): New commands.
20758 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
20760         * org.el (org-remove-empty-overlays-at)
20761         (org-clean-visibility-after-subtree-move): New functions.
20762         (org-move-subtree-down): Simplify cleanup of display.
20764 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
20766         * org-mac-message.el (org-mac-message-get-links): Improve
20767         docstring.  Make argument SELECT-OR-FLAGGED optional, default to
20768         "s".  Fix the return value.
20769         (org-mac-message-insert-flagged): Simplify.
20771         * org.el (org-refile-get-location): Tamper with refile history o
20772         that history contains compete matches instead of the entered
20773         string.
20775 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
20777         * org.el (org-store-link): Never store a link to an inline task.
20779         * org-footnote.el (org-footnote-goto-local-insertion-point):
20780         Skip inline tasks when positioning footnotes.
20782         * org.el (org-refile): Remove the END line when archiving an
20783         inline task that does have an END line.
20785         * org-archive.el (org-archive-subtree): Remove the END line when
20786         archiving an inline task that does have an END line.
20788         * org-macs.el (org-with-limited-levels): New macro.
20789         (org-get-limited-outline-regexp): New function.
20791         * org-exp.el (org-export-format-source-code-or-example): Fix bug
20792         that did not enumerate first line.
20793         (org-export-mark-radio-links): Skip matches in links.
20795 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
20797         * org.el (org-activate-plain-links): Make single-match.
20798         (org-adapt-indentation): Fix docstring.
20800         * org-macs.el (org-unmodified): Turn of modification hooks while
20801         running this macro.
20803 2009-08-06  Bastien Guerry  <bzg@gnu.org>
20805         * org.el (org-adapt-indentation): Slightly improve the docstring.
20806         (org-occur): Sends an error when the user inputs an empty string.
20807         (org-priority): Bugfix: the tag alignement should happen within
20808         save-excursion.
20810 2009-08-06  Bastien Guerry  <bzg@gnu.org>
20812         * org.el (org-make-link-regexps): Don't exclude parentheses from
20813         `org-plain-link-re'.
20814         (org-cycle-internal-local): When locally cycling, switch directly
20815         from CHILDREN to FOLDED if there is no subtree.
20816         (org-cycle): Update the docstring to document the new behavior of
20817         `org-cycle-internal-local'.
20819 2009-08-06  Nicolas Goaziou  <n.goaziou@neuf.fr>  (tiny change)
20821         * org-clock.el (org-clock-in): Bugfix: recognize timestamps with
20822         an abbreviated format for days.
20824 2009-08-06  Bastien Guerry  <bzg@gnu.org>
20826         * org-protocol.el (org-protocol-default-template-key):
20827         New option.
20829         * org.el (org-refile): Bugfix: save-excursion before reading the
20830         refile target, otherwise cursor moves might confuse `org-refile'.
20832         * org.el (org-toggle-heading): Bugfix: correctly convert list
20833         items before the first headline.
20835         * org.el (org-provide-todo-statistics): Allow a list of TODO
20836         keywords to compute statistics against headlines containing a
20837         keyword from this list.
20838         (org-update-parent-todo-statistics): Possibly use the new allowed
20839         value of `org-provide-todo-statistics'.
20841 2009-08-06  Bastien Guerry  <bzg@gnu.org>
20843         * org-timer.el: Add autoload cookie.
20845         * org.el (org-occur-link-in-agenda-files): New function.
20847         * org-timer.el (org-timer-last-timer): New variable.
20849         * org-agenda.el (org-agenda-mode-map): New key for
20850         org-timer-set-timer called from the agenda.
20852         * org.el (org-mode-map): New key for org-timer-set-timer.
20854         * org-timer.el (org-timer-reset-timers)
20855         (org-timer-show-remaining-time, org-timer-set-timer):
20856         New functions.
20858         * org-clock.el (org-show-notification): Update the docstring.
20860         * org.el (org-provide-todo-statistics): Allow new value
20861         'all-headlines for this option, which includes entries with no
20862         TODO keywords in the todo statistics.
20863         (org-update-parent-todo-statistics): Possibly use the new
20864         'all-headline value from `org-provide-todo-statistics'.
20866 2009-08-06  Bastien Guerry  <bzg@gnu.org>
20868         * org-clock.el (org-dblock-write:clocktable): Add a new option
20869         :timestamp which allows display of timestamps in clock reports.
20871         * org.el (org-mode-map): Define new key `C-c C-*': convert a plain
20872         list to a subtree, preserving the structure of the list.
20873         (org-set-emph-re): Make the last element optional in the regexp.
20874         This regexp now matches an emphasized string at the end of a line.
20876         * org-list.el (org-list-goto-true-beginning)
20877         (org-list-make-subtree, org-list-make-subtrees): New functions.
20879         * org.el (org-eval-in-calendar): Select the right frame.
20880         (org-save-frame-excursion): Remove this macro.
20882 2009-08-06  Bastien Guerry  <bzg@gnu.org>
20884         * org-list.el (org-list-beginning-re): Bugfix: don't use * when
20885         trying to find the beginning of a list.
20887         * org-exp.el (org-get-file-contents): Use a new argument: markup.
20888         When present, tell org-get-file-contents not to protect org-like
20889         lines.
20891         * org-id.el (org-id-uuid-program): New option to set the name of
20892         the uuidgen program.
20893         (org-id-method): Use `org-id-uuid-program'.
20894         (org-id-new): Use `org-id-uuid-program'.
20896 2009-08-06  Bastien Guerry  <bzg@gnu.org>
20898         * org-exp.el (org-export-number-lines): Allow whitespace in code
20899         references.  Allow the -r switch to remove the references in the
20900         source code even when the lines are not numbered: the labels can
20901         be explicit enough.
20903         * org.el (org-fontify-whole-heading-line): New option.
20904         (org-set-font-lock-defaults): Use the new option.
20906         * org-clock.el (org-show-notification-handler): New option.
20907         (org-show-notification): Use the new option.
20909 2009-08-06  Bastien Guerry  <bzg@gnu.org>
20911         * org.el (org-eval-in-calendar): Fix a bug about calendar
20912         navigation when `calendar-setup' value is 'calendar-only.
20914 2009-08-06  Bastien Guerry  <bzg@gnu.org>
20916         * org.el (orgstruct++-mode): Fix typo in docstring.
20917         (org-insert-link): Clean up: (or (...)) => (...)
20918         (org-insert-link): Use TAB for stored links completion.
20920 2009-08-06  Bastien Guerry  <bzg@gnu.org>
20922         * org.el (org-get-refile-targets): Fix bug: don't ignore case when
20923         building the list of targets.
20925         * org-remember.el (org-remember-delete-empty-lines-at-end):
20926         New option.
20927         (org-remember-handler): Use the new option.
20929 2009-08-06  James TD Smith  <ahktenzero@mohorovi.cc>
20931         * org.el (org-tags-sort-function): New option for sorting tags.
20932         (org-set-tags): Use the new option to sort tags.
20934         * org-plot.el (org-plot/gnuplot): Run with an idle timer to avoid
20935         premature deletion of the data when using org-plot in a script.
20937 2009-08-06  Bastien Guerry  <bzg@gnu.org>
20939         * org-clock.el (org-clock-in-prepare-hook): New hook.
20940         (org-clock-in): Use this new hook.
20942 2009-08-06  Bastien Guerry  <bzg@gnu.org>
20944         * org.el (org-special-ctrl-a/e): Explicitly bind the value
20945         'reversed for this option to the "true line boundary first"
20946         behavior.
20947         (org-tags-match-list-sublevels): Document the 'indented value for
20948         this variable.
20950         * org-latex.el (org-export-latex-first-lines): Fix problem with
20951         publishing the region.
20953         * org-exp.el (org-export-format-source-code-or-example):
20954         Fix bad line numbering when exporting examples in HTML.
20956 2009-08-06  James TD Smith  <ahktenzero@mohorovi.cc>
20958         * org-colview.el (org-format-time-period): Formats a time in
20959         fractional days as days, hours, mins, seconds.
20960         (org-columns-display-here): Add special handling for SINCE and
20961         SINCE_IA to format for display.
20963         * org.el (org-time-since): Add a function to get the time since an
20964         org timestamp.
20965         (org-entry-properties): Add two new special properties: SINCE and
20966         SINCE_IA.  These give the time since any active or inactive
20967         timestamp in an entry.
20968         (org-special-properties): Add SINCE, SINCE_IA.
20969         (org-tags-sort-function): Add custom declaration for tags
20970         sorting function.
20971         (org-set-tags): Sort tags if org-tags-sort-function is set.
20973 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
20975         * org-clock.el (org-clock-goto): Find hidden headlines as well.
20977         * org.el (org-narrow-to-subtree): Find hidden headlines as well.
20979         * org-plot.el (org-plot/add-options-to-plist): Add timeind
20980         option.
20982 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
20984         * org-publish.el (org-publish-remove-all-timestamps): New function.
20985         (org-publish-all): Remove all timestamp files if `org-publish-all'
20986         is called with a prefix argument.
20988         * org-list.el (org-indent-item): Fix typo.
20989         (org-item-indent-positions): Normalize ordered bullet.
20991 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
20993         * org-macs.el (org-set-local): Make a local variable, do not make
20994         the variable buffer-local!
20996         * org-latex.el (org-export-as-latex): Call `org-install-letbind'.
20998         * org-exp.el (org-infile-export-plist): Read BIND lines.
20999         (org-install-letbind): New function.
21000         (org-export-as-org, org-export-preprocess-string):
21001         Call `org-install-letbind'.
21003         * org-list.el (org-list-demote-modify-bullet): New option.
21004         (org-first-list-item-p): Save point.
21005         (org-fix-bullet-type): New optional argument FORCE-BULLET.
21006         (org-indent-item): Honor `org-list-demote-modify-bullet'.
21007         (org-item-indent-positions): Return bullet types along with
21008         indentation.
21010 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
21012         * org.el (org-show-entry): Hide drawers.
21014 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
21016         * org-footnote.el (org-footnote-auto-adjust): New option.
21017         (org-footnote-auto-adjust-maybe): New function.
21018         (org-footnote-new, org-footnote-delete):
21019         Call `org-footnote-auto-adjust-maybe'.
21021         * org.el (org-startup-options): Add new footnote-related
21022         keywords.
21024         * org-publish.el (org-publish-timestamp-filename): Additional
21025         arguments PUB-DIR and PUB-FUNC, which are included in the hash.
21026         (org-publish-needed-p): Additional arguments PUB-DIR PUB-FUNC
21027         TRUE-PUB-DIR.  Pass them through to
21028         `org-publish-timestamp-filename'.
21029         (org-publish-update-timestamp): Additional arguments PUB-DIR and
21030         PUB-FUNC, which are included in the hash.
21031         (org-publish-file): Delay timestamp test until the publishing
21032         function is known.
21034 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
21036         * org-agenda.el (org-agenda-bulk-action): Add scheduling and
21037         setting the deadline.
21039         * org.el (org-read-date-final-answer): New variable.
21040         (org-read-date): Store the final answer string, including the date
21041         from the calendar, for reuse by agenda bulk commands.
21043         * org-publish.el (org-publish-attachment): Fix publishing of
21044         attachments.
21046         * org-latex.el (org-export-latex-quotation-marks): Fix export of
21047         quotation makrs in parenthesis.
21048         (org-remove-initial-hash): New function.
21049         (org-export-latex-preprocess): Fix bug with infinite loop if
21050         environment is not properly closed.
21052         * org-table.el (org-table-get-remote-range): Find #+TBLNAME also
21053         when indented.
21055         * org.el (org-fontify-meta-lines-and-blocks): Make #+TBLNAME
21056         highlight also when indented.
21058 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
21060         * org-footnote.el (org-footnote-renumber-fn:N): New command.
21061         (org-footnote-action): Offer renumbering.
21063         * org.el (org-cycle): Honor the `integrate' value of
21064         org-cycle-include-plain-lists'.
21066         * org-list.el (org-cycle-include-plain-lists): New allowed value
21067         `internal'.  Improve the docstring.
21069         * org.el (org-set-autofill-regexps): Improve the paragraph-start
21070         regexp to work better with LaTeX commands.
21072 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
21074         * org-latex.el (org-export-latex-inline-image-extensions): Add ps
21075         and eps extensions.
21077 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
21079         * org-agenda.el (org-write-agenda): Make sure org-icalendar is
21080         loaded.
21082         * org.el (org-map-entries): No longer force
21083         `org-tags-match-list-sublevels' to t during a todo-only tags
21084         search.
21086 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
21088         * org-latex.el (org-export-latex-low-levels): Allow user-defined
21089         environment.
21090         (org-export-latex-subcontent): Handle user-defined environment.
21092         * org-agenda.el (org-agenda-view-mode-dispatch): Add more keys to
21093         the View dispatcher.
21095         * org.el (org-hide-block-toggle): Use `org-make-overlay' instead of
21096         `make-overlay'.
21098         * org-latex.el (org-export-as-pdf): Protect match data during call
21099         to shell-quote-argument.
21101         * org-agenda.el (org-agenda-mode-map): Modify bulk action keys.
21102         (org-agenda-view-mode-dispatch): New function.
21104 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
21106         * org-agenda.el (org-agenda-mode): Reset list of marks.
21107         (org-agenda-mode-map): Define new keys for refile and bulk action.
21108         (org-agenda-menu): Add menu itesm for refile and bulk action.
21109         (org-agenda-refile): New function.
21110         (org-agenda-set-tags): Optional arguments TAG and ONOFF.
21111         (org-agenda-marked-entries): New variable.
21112         (org-agenda-bulk-select, org-agenda-remove-bulk-action-overlays)
21113         (org-agenda-remove-all-bulk-action-marks)
21114         (org-agenda-bulk-action): New functions/commands.
21116 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
21118         * org-exp.el (org-get-file-contents): Protect org-like lines in
21119         included files.
21120         (org-export-format-source-code-or-example): Remove newlines.
21122         * org-latex.el (org-export-latex-links): Check for no-description
21123         marking.
21125         * org-exp.el (org-export-preprocess-apply-macros): Switch macro
21126         argument separator back to comma.
21127         (org-export-normalize-links): Mark links without description.
21129 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
21131         * org-exp.el (org-infile-export-plist): Fix bug in macro
21132         processing.
21134         * org-agenda.el (org-agenda-clock-out): Update line after clocking
21135         out.
21136         (org-agenda-highlight-todo): Fix bug with highlighting.
21138 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
21140         * org.el (org-set-font-lock-defaults): Adapt formatting to capture
21141         new alignment strings.
21143         * org-table.el (orgtbl-self-insert-command): Add yas/expand to
21144         command list.
21145         (org-table-align): Check for forced align type.
21147         * org.el (org-self-insert-command): Add yas/expand to command
21148         list.
21150         * org-clock.el (org-clock-in-hook): New hook.
21151         (org-clock-in): Run `org-clock-in-hook.
21152         (org-clock-out-hook): New hook.
21153         (org-clock-out): Run `org-clock-out-hook.
21154         (org-clock-cancel-hook): New hook.
21155         (org-clock-cancel): Run `org-clock-cancel-hook.
21156         (org-clock-goto-hook): New hook.
21157         (org-clock-goto): Run `org-clock-goto-hook.
21159 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
21161         * org.el (org-store-link): Better default description for link to
21162         Org-mode headline.
21164         * org-exp.el (org-export-generic): Autoload the generic exporter
21165         function.
21166         (org-export): Implement the `g' key for the generic exporter.
21168 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
21170         * org-table.el (orgtbl-setup): Add a binding for `S-iso-lefttab',
21171         and for zbacktab'.
21173         * org-exp.el (org-infile-export-plist): Get macros also from
21174         #+SETUPFILE.
21176 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
21178         * org-colview.el (org-columns-capture-view): Protect vertical bars
21179         in column values.
21180         (org-columns-capture-view): Exclude comment and archived trees.
21182         * org.el (org-quote-vert): New function.
21184         * org-latex.el (org-export-latex-verbatim-wrap): New option.
21186         * org-exp.el (org-export-format-source-code-or-example):
21187         Use `org-export-latex-verbatim-wrap'.
21189         * org.el (org-clone-subtree-with-time-shift): Also shift inactive
21190         time stamps.
21192 2009-08-06  Eric Schulte  <schulte.eric@gmail.com>
21194         * org-exp-blocks.el: New file.
21196 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
21198         * org-remember.el (org-remember-templates): Allow the headline
21199         element to be a function.
21200         (org-remember-apply-template): If the headline is a function, call
21201         it to get the true function.
21203         * org-clock.el (org-clock-menu): New function.
21204         (org-clock-update-mode-line): Update help string.
21205         (org-clock-modify-effort-estimate): New function.
21206         (org-clock-mark-default-task): New function.
21208         * org.el (org-hh:mm-string-to-minutes): Also take just a number of
21209         minutes as input.
21210         (org-org-menu): Add new clocking stuff.
21211         (org-clock-is-active): New function.
21213 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
21215         * org.el (org-open-non-existing-files): Improve docstring.
21217 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
21219         * org-icalendar.el (org-icalendar-include-bbdb-anniversaries):
21220         New option.
21221         (org-export-icalendar): Call `org-bbdb-anniv-export-ical'.
21223         * org-bbdb.el (org-bbdb-anniv-export-ical): New function.
21225         * org-list.el (org-get-checkbox-statistics-face): Use the new
21226         faces.
21228         * org-faces.el (org-checkbox-statistics-todo)
21229         (org-checkbox-statistics-done): New faces.
21231 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
21233         * org-latex.el (org-export-latex-use-verb): New variable.
21234         (org-export-latex-emph-format): Prefer \texttt over \verb when
21235         org-export-latex-use-verb is set.
21237 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
21239         * org-remember.el (org-remember-handler): Abort remember if the
21240         buffer is empty.
21242         * org-exp.el (org-export-format-source-code-or-example):
21243         Run `org-src-mode-hook'.
21245 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
21247         * org.el (org-indent-line-function): Fix indentation of +#end lines.
21249 2009-08-06  Tassilo Horn  <tassilo@member.fsf.org>
21251         * org-gnus.el (org-gnus-store-link): Require message.el in
21252         org-gnus-store-link.
21254 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
21256         * org-src.el: New file, split out of org.el.
21258         * org-macs.el (org-replace-match-keep-properties): New function.
21260         * org-exp.el (org-export-mark-blockquote-verse-center):
21261         Better preprocessing of center and quote and verse blocks.
21263         * org-list.el (org-list-end): Respect the stored "original"
21264         indentation when determining the end of the list.
21266         * org-exp.el (org-export-replace-src-segments-and-examples):
21267         Remember indentation correctly.
21269 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
21271         * org-clock.el (org-clock-update-mode-line): Apply face
21272         org-mode-line-clock.
21274         * org-faces.el (org-mode-line-clock): New face.
21276 2009-08-06  Tassilo Horn  <tassilo@member.fsf.org>
21278         * org-gnus.el (org-gnus-store-link): Fix bug where
21279         `org-gnus-store-link' used wrong subject when called in an article
21280         buffer.  Patch provided by fengli AT gmail DOT com.
21282 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
21284         * org-exp.el (org-export-format-source-code-or-example):
21285         Remember the original indentation of source code snippets and examples.
21287         * org-latex.el (org-export-as-latex): Relocate the table of
21288         contents.
21290         * org.el (org-ctrl-c-ctrl-c): Update clock lines.
21292         * org-agenda.el (org-run-agenda-series): Scope global options also
21293         when creating the agenda buffer.
21295 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
21297         * org.el (org-adapt-indentation): Improve documentation.
21298         (org-insert-property-drawer): Respect org-adapt-indentation when
21299         inserting the drawer.
21300         (org-remove-flyspell-overlays-in): New function.
21301         (org-do-emphasis-faces, org-activate-plain-links)
21302         (org-activate-code, org-fontify-meta-lines-and-blocks)
21303         (org-activate-angle-links, org-activate-footnote-links)
21304         (org-activate-bracket-links, org-activate-dates)
21305         (org-activate-target-links, org-activate-tags): Remove flyspell
21306         overlays.
21308 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
21310         * org.el (org-edit-src-save): New function.
21312         * org-clock.el (org-clock-out-switch-to-state): New option.
21313         (org-clock-out): Honor `org-clock-out-switch-to-state'.
21315         * org-compat.el (org-compatible-face): Improve macro.
21317         * org.el (org-global-properties-fixed): Add default for
21318         CLOCK_MODELINE_TOTAL.
21320         * org-clock.el (org-clock-sum): Accept lists and strings as tstart
21321         and tend.
21322         (org-clock-sum-current-item): Optional argument TSTART, pass it to
21323         org-clock-sum.
21324         (org-clock-get-sum-start): New function.
21326         * org.el (org-startup-options): New keywords blockhide and
21327         blockshow.
21328         (org-mode): Add new invisibility spec.
21329         (org-set-startup-visibility): Hide block on startup if so
21330         desired.
21331         (org-hide-block-startup): New option.
21332         (org-block-regexp): New constant.
21333         (org-hide-block-overlays): New variable.
21334         (org-block-map, org-hide-block-toggle-all, org-hide-block-all)
21335         (org-show-block-all, org-hide-block-toggle-maybe)
21336         (org-hide-block-toggle): New functions.
21337         (org-edit-src-exit): Do not quote lines starting with # and no +
21338         behind it.
21339         (org-auto-repeat-maybe): Add LAST_REPEAT properter for a repeating
21340         entry.
21342 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
21344         * org.el (org-buffer-property-keys): Add Effort property for
21345         completion.
21347 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
21349         * org-clock.el (org-clock-sum-current-item): Fix positioning bug
21350         when retrieving total clocked time in the subtree.
21352         * org.el (org-quoting-blocks): New variable.
21354 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
21356         * org-table.el (org-table-store-formulas)
21357         (org-table-get-stored-formulas, org-table-fix-formulas)
21358         (org-table-edit-formulas, orgtbl-ctrl-c-ctrl-c)
21359         (orgtbl-gather-send-defs): Allow indented #+TBLFM line.
21361         * org.el (org-fontify-meta-lines, org-ctrl-c-ctrl-c):
21362         Allow indented #+TBLFM line.
21364         * org-footnote.el (org-footnote-goto-local-insertion-point):
21365         Allow indented #+TBLFM line.
21367         * org-colview.el (org-dblock-write:columnview): Allow indented
21368         #+TBLFM line.
21370         * org-clock.el (org-dblock-write:clocktable): Allow indented
21371         #+TBLFM line.
21373 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
21375         * org-exp.el (org-export-format-source-code-or-example):
21376         Make editing indented blocks work correctly.
21378         * org.el (org-edit-src-nindent): New variable.
21379         (org-edit-src-code, org-edit-fixed-width-region)
21380         (org-edit-src-find-region-and-lang, org-edit-src-exit):
21381         Make editing indented blocks work correctly.
21383 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
21385         * org-exp.el (org-export-replace-src-segments-and-examples):
21386         Find indented blocks.
21387         (org-export-format-source-code-or-example): Fix indentation of
21388         blocks.
21389         (org-export-remove-indentation): New function.
21390         (org-export-select-backend-specific-text): Allow backend-specific
21391         code to be indented.
21392         (org-export-mark-blockquote-verse-center): Allow markers to be
21393         indented.
21395         * org.el (org-fontify-meta-lines): New function.
21396         (org-set-font-lock-defaults): Call the new fontification
21397         function.
21399         * org-faces.el (org-meta-line): New face.
21400         (org-block): New face.
21402 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
21404         * org.el (org-treat-insert-todo-heading-as-state-change)
21405         (org-treat-S-cursor-todo-selection-as-state-change):
21406         New variables.
21407         (org-insert-todo-heading):
21408         Honor `org-treat-insert-todo-heading-as-state-change'.
21409         (org-shiftright, org-shiftleft):
21410         Honor `org-treat-S-cursor-todo-selection-as-state-change'.
21411         (org-inhibit-logging): New variable.
21413 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
21415         * org-agenda.el (org-remove-subtree-entries-from-agenda):
21416         Reduce range for marker position checking.
21418         * org-latex.el (org-export-latex-first-lines): Fix bug when
21419         exporting a region.
21421 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
21423         * org-exp.el (org-export-push-to-kill-ring): Protect using
21424         x-set-selection, because that does not always work.
21426         * org-agenda.el (org-agenda-list): Apply the new face
21427         `org-agenda-date-today'.
21429         * org-faces.el (org-agenda-date-today): New face.
21431 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
21433         * org-agenda.el (org-agenda-to-appt): Turn off restriction when
21434         creating appointments.
21436         * org-latex.el (org-export-latex-low-levels): Fix customization
21437         type.
21439         * org.el (org-priority, org-shiftup, org-shiftdown):
21440         Disable priority commands.
21442         * org-agenda.el (org-agenda-priority): Disable priority commands.
21444         * org.el (org-enable-priority-commands): New option.
21446         * org-colview.el (org-columns-compute)
21447         (org-columns-number-to-string): Fix problems with empty fields.
21449         * org-exp.el (org-export-push-to-kill-ring): New function.
21450         (org-export-copy-to-kill-ring): New option.
21452         * org-latex.el (org-export-as-latex):
21453         Call `org-export-push-to-kill-ring'.
21455         * org-exp.el (org-export-show-temporary-export-buffer):
21456         New option.
21458         * org-latex.el (org-export-as-latex):
21459         Use `org-export-show-temporary-export-buffer'.
21461         * org-exp.el (org-export-show-temporary-export-buffer):
21462         New option.
21463         (org-export-push-to-kill-ring): New function.
21465         * org-colview.el (org-columns-compile-map): New variable.
21466         (org-columns-new, org-columns-compute)
21467         (org-columns-number-to-string, org-columns-uncompile-format)
21468         (org-columns-compile-format): Implement new operators.
21470 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
21472         * org-exp.el (org-export-plist-vars): Add :xml-declaration.
21474         * org-list.el (org-update-checkbox-count): Make property
21475         dependent.
21477         * org.el (org-hierarchical-todo-statistics): New option.
21478         (org-update-parent-todo-statistics): Modify to handle recursive
21479         statistics.
21481 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
21483         * org-publish.el (org-publish): Make this function behave
21484         correctly in interactive use when called with a prefix argument.
21486         * org.el (org-todo-statistics-hook): New hook.
21487         (org-update-parent-todo-statistics): Use new hook.
21488         (org-log-into-drawer): New function.
21489         (org-add-log-setup): Use the new `org-log-into-drawer' function to
21490         determine if we should be logging into a drawer.
21491         (org-log-into-drawer): Update docstring.
21492         (org-default-properties): Add LOG_INTO_DRAWER as a property.
21494         * org-list.el (org-checkbox-statistics-hook): New hook.
21495         (org-update-checkbox-count-maybe): Use new hook.
21497 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
21499         * org.el (org-edit-src-code, org-edit-fixed-width-region): Use a
21500         better buffer-generating mechanism.
21501         (org-edit-src-find-buffer): New function.
21503         * org-icalendar.el (org-print-icalendar-entries): Don't check for
21504         archive tag, this is already done by `org-agenda-skip'.
21505         data while constructing lost of tags.
21507 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
21509         * org-exp.el (org-export-preprocess-apply-macros): Use semicolon
21510         as argument separator in macros.
21512 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
21514         * org.el (org-after-sorting-entries-or-items-hook): New hook.
21515         (org-sort-entries-or-items): Run the new hook.
21516         (org-after-refile-insert-hook): New hook.
21517         (org-refile): Run `org-after-refile-insert-hook'.
21519         * org-agenda.el (org-agenda-get-progress): Never take time of day
21520         from headline when displaying progress.
21522         * org-latex.el (org-export-latex-complex-heading-re): New variable.
21523         (org-export-as-latex): Force the correct regexp in the
21524         preprocessor buffer.
21525         (org-export-latex-set-initial-vars):
21526         Set `org-export-latex-complex-heading-re'.
21528         * org-agenda.el (org-agenda-start-with-log-mode): New option.
21529         (org-agenda-mode): Use `org-agenda-start-with-log-mode'.
21531 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
21533         * org-latex.el (org-export-latex-tables-centered): New option.
21534         (org-export-latex-tables): Use `org-export-latex-tables-centered'.
21536         * org-exp.el (org-export-as-org): New command.
21537         (org-export-as-org): New command.
21539         * org-publish.el (org-publish-org-to-org): New function.
21541 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
21543         * org.el (org-yank): Just call `org-yank-generic'.
21544         (org-yank-generic): New function, containing the formaer
21545         functionality of `org-yank'.
21547         * org-latex.el (org-export-latex-not-done-keywords)
21548         (org-export-latex-done-keywords): New variables.
21549         (org-export-latex-todo-keyword-markup): New option.
21550         (org-export-latex-set-initial-vars): Remember the TODO keywords.
21551         (org-export-latex-keywords-maybe): Apply the TODO markup.
21553 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
21555         * org-exp.el (org-infile-export-plist): Add more default macros.
21556         (org-export-preprocess-apply-macros): Process macro arguments.
21558 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
21560         * org-icalendar.el (org-icalendar-include-todo): New allowed value
21561         `unblocked'.
21562         (org-print-icalendar-entries): Respect the new value of
21563         `org-icalendar-include-todo'.
21565         * org.el (org-link-try-special-completion)
21566         (org-file-complete-link): New functions.
21567         (org-insert-link): Add special completion support for some link
21568         types.
21570         * org-bbdb.el (org-bbdb-complete-link): New function.
21572 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
21574         * org-list.el (org-update-checkbox-count): Allow recursive
21575         statistics.
21576         (org-hierarchical-checkbox-statistics): New option.
21578         * org.el (org-cycle): Remove erraneous space character.
21580         * org-icalendar.el (org-icalendar-timezone): Initialize from
21581         environment.
21583 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
21585         * org.el (org-autoload): Fix autoloading of ascii export
21586         functions.
21587         (org-modules): Add org-special-blocks.
21589 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
21591         * org-icalendar.el (org-start-icalendar-file): Use the new option.
21592         (org-ical-timezone): New option.
21594         * org-exp.el (org-export-get-coderef-format): Use the description
21595         is present.
21597         * org.el (org-sort-entries-or-items): Improve docstring, and make
21598         better implementation for time sorting.
21600 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
21602         * org.el (org-edit-src-persistent-message): New option.
21603         (org-edit-src-code, org-edit-fixed-width-region): Use the new
21604         option.
21606         * org-clock.el (org-clock-insert-selection-line): Fix prefious
21607         patch.
21609         * org.el (org-edit-src-code, org-edit-fixed-width-region):
21610         Use separate buffer instead of indirect buffer to edit source code.
21611         (org-edit-src-exit): Make this function work with the new setup.
21613         * org-clock.el (org-clock-insert-selection-line): Make sure tasks
21614         are properly fontified before shown in the selection menu.
21616         * org.el (org-fontify-like-in-org-mode): New function.
21618         * org-latex.el (org-export-latex-links): Use the property list to
21619         retrieve the default image attributes.
21621         * org-exp.el (org-export-plist-vars): Add a new option.
21623 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
21625         * org-exp.el (org-export, org-export-visible): Support ASCII
21626         export to buffer.
21627         (org-export-normalize-links): Do not protect the description if it
21628         is explicitly given.
21630         * org-list.el (org-reset-checkbox-state-subtree): Move here from
21631         org-checklist.el.
21632         (org-reset-checkbox-state-subtree):
21633         Call `org-reset-checkbox-state-subtree'.
21635         * org-remember.el (org-select-remember-template): For the
21636         selection of a valid template.
21638         * org-latex.el (org-export-region-as-latex): Supply the
21639         force-no-subtree argument.
21640         (org-export-as-latex): Provide better limits when exporting the
21641         first line.  When exporting to string, we still want the first
21642         lines.
21643         (org-export-latex-first-lines): New argument END, to force the end
21644         of the region.
21645         (org-export-region-as-latex): Use the property list.
21646         (org-export-as-latex): ????
21648 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
21650         * org-latex.el (org-export-latex-after-blockquotes-hook): New hook.
21651         (org-export-latex-preprocess): Run the new hook.
21653         * org-exp.el (org-export-preprocess-after-blockquote-hook): New hook.
21654         (org-export-preprocess-string): Run the new hook.
21656 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
21658         * org-macs.el (org-check-external-command): New defsubst.
21660         * org.el (org-mode-map): New key for reload.
21661         (org-format-latex): Better error message when external programs
21662         are not available.
21664         * org-agenda.el (org-agenda-mode-map): Bind `org-reload'.
21666         * org.el (org-sort-entries-or-items): Explicit sorting function
21667         for priorities, needed for XEmacs compatibility.
21669         * org-remember.el (org-remember-apply-template): Improve auto-save
21670         behavior.
21672 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
21674         * org-latex.el (org-export-latex-preprocess): Also protect
21675         environments ending in a star.
21677         * org-list.el (org-at-item-p): Fix regular expression.
21679 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
21681         * org.el (org-end-of-subtree): Improve speed.
21683         * org-agenda.el (org-agenda-get-timestamps)
21684         (org-agenda-get-progress, org-agenda-get-deadlines)
21685         (org-agenda-get-scheduled, org-agenda-get-blocks): Optimizations,
21686         in particular, wait as long as possible to collect the tags.
21687         (org-stuck-projects): Improve docstring.
21689         * org.el (org-store-link): No errors when getting custom id before
21690         first headline.
21691         (org-get-tags-at): Use `org-up-heading-safe' when getting tags.
21693 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
21695         * org.el (org-prepare-agenda-buffers): Catch a throw to nextfile.
21697         * org-protocol.el: Remove dependency on url.el.
21698         (org-protocol-unhex-compound, org-protocol-open-source):
21699         Remove dependency on url.el.
21701         * org-latex.el (org-export-as-pdf):
21702         Use `org-latex-to-pdf-process'.
21704 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
21706         * org-latex.el (org-latex-to-pdf-process): New option.
21708         * org-agenda.el (org-agenda-skip-additional-timestamps-same-entry):
21709         New option.
21710         (org-agenda-get-timestamps):
21711         Honor `org-agenda-skip-additional-timestamps-same-entry'.
21713         * org-clock.el (org-clock-goto-may-find-recent-task): New option.
21714         (org-clock-goto): Find recent task only if
21715         `org-clock-goto-may-find-recent-task' allows it.
21717         * org-exp.el (org-export-remove-or-extract-drawers): Handle empty
21718         drawers, and drawers that are missing the :END: line.
21720 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
21722         * org-clock.el (org-clock-goto): Go to recently clocked task if no
21723         clock is running.
21725 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
21727         * org.el (org-update-parent-todo-statistics): Check for
21728         STATISTICS_FROM property.
21730         * org-list.el (org-update-checkbox-count): Check for
21731         STATISTICS_FROM property.
21733         * org.el (org-tab-first-hook)
21734         (org-tab-after-check-for-table-hook)
21735         (org-tab-after-check-for-cycling-hook): New hooks.
21736         (org-cycle-internal-global, org-cycle-internal-local):
21737         New functions, split out from `org-cycle'.
21738         (org-cycle): Call the new hooks.
21740 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
21742         * org-exp.el (org-export-preprocess-string): Reset the list of
21743         preferred targets for each run of the preprocessor.
21745         * org.el (org-refile-target-verify-function):
21746         Improve documentation.
21747         (org-get-refile-targets): Respect point being moved by the
21748         verification function.
21750         * org-latex.el (org-export-latex-timestamp-keyword-markup):
21751         New option.
21752         (org-export-latex-keywords): Use new option.
21754         * org.el (org-rear-nonsticky-at): New defsubst.
21755         (org-activate-plain-links, org-activate-angle-links)
21756         (org-activate-footnote-links, org-activate-bracket-links)
21757         (org-activate-dates, org-activate-target-links)
21758         (org-activate-tags): Place the rear-nonsticky properties at the
21759         correct location.
21761 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
21763         * org-protocol.el (server-edit): Declare `server-edit'.
21764         (org-protocol-unhex-string, org-protocol-unhex-compound):
21765         New functions.
21766         (org-protocol-check-filename-for-protocol): Call `server-edit'.
21768         * org.el (org-default-properties): New default properteis for
21769         completion.
21771         * org-exp.el (org-export-add-subtree-options): Add new properties
21772         for subtree export.
21774 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
21776         * org-id.el (org-id-get-with-outline-path-completion): Turn off
21777         org-refile-target-verify-function for the duration of the command.
21779         * org.el (org-link-to-org-use-id): New possible value
21780         `create-if-interactive-and-no-custom-id'.
21781         (org-store-link): Use custom IDs.
21782         (org-link-search): Find custom ID properties from #link.
21783         (org-default-properties): Add CUSTOM_ID for property completion.
21784         (org-refile-target-verify-function): New option.
21785         (org-goto): Turn off org-refile-target-verify-function
21786         for the duration of the command.
21788 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
21790         * org-exp.el (org-export-preferred-target-alist): New variable.
21791         (org-export-define-heading-targets): Find the new CUSTOM_ID
21792         property.
21793         (org-export-target-internal-links): Target the custom ids when
21794         possible.
21796         * org-latex.el (org-export-latex-preprocess): Better regexp for
21797         matching latex macros with arguments.
21799 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
21801         * org-remember.el (org-remember-handler): Allow filing to non-org
21802         files.
21804 2009-08-06  Magnus Henoch  <magnus.henoch@gmail.com>
21806         * org-table.el (org-table-fix-formulas): Do not change references
21807         to remote tables.
21808         (org-table-get-remote-range): Convert standard coordinates to RC
21809         format.
21811         * org-latex.el (org-export-latex-keywords): Fix regexp bug.
21813 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
21815         * org-compat.el (org-sha1-string): Function removed.
21817         * org.el (org-refile-allow-creating-parent-nodes): New option.
21818         (org-refile-get-location): New argument NEW-NODES.
21819         (org-refile): Call `org-refile-get-location' with the new
21820         argument.
21821         (org-refile-get-location): Arrange for adding a new child.
21822         (org-refile-new-child): New function.
21824         * org-clock.el: Fix a number of docstrings.
21825         (org-clock-find-position): New argument
21826         FIND-UNCLOSED to make the function find an unclosed clock in the
21827         entry.
21828         (org-clock-in): Call `org-clock-find-position' with the new
21829         argument if we might be resuming a clock.
21831 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
21833         * org-latex.el (org-export-latex-display-custom-times): New variable.
21834         (org-export-latex-timestamp-markup): New option.
21835         (org-export-latex-set-initial-vars): Remember the local value of
21836         `org-display-custom-times'.
21837         (org-export-latex-content): Process time stamps.
21838         (org-export-latex-time-stamps): New function.
21840         * org-macs.el (org-maybe-intangible): Add intangible property
21841         again to invisible text.
21843 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
21845         * org-exp.el (org-default-export-plist): Handle undefined
21846         variables.
21848 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
21850         * org.el (org-sort-entries-or-items): Match TODO keywords
21851         case-sensitively, when sorting.
21852         (org-priority): Do not match TODO keywords with wrong case.
21854 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
21856         * org.el (org-todo): Honor the NOBLOCKING property.
21858         * org-agenda.el (org-agenda-dim-blocked-tasks): Honor the
21859         NOBLOCKING property.
21861         * org.el (org-scan-tags): Fix bug in tag scanner.
21863 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
21865         * org.el (org-modules): Mark obsolete packages.
21867         * org-html.el: New file, split out from org-exp.el.
21869         * org-icalendar.el: New file, split out from org-exp.el.
21871         * org-xoxo.el: New file, split out from org-exp.el.
21873         * org-ascii.el: New file, split out from org-exp.el.
21875 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
21877         * org-compat.el (org-find-library-name): New function.
21879         * org.el (org-pre-cycle-hook): New hook.
21880         (org-cycle): Call the new hook in appropriate places.
21881         (org-reload): Only reload files that have been loaded before.
21883 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
21885         * org.el (org-set-font-lock-defaults): Enforxe space or line end
21886         after todo keyword.
21887         (org-todo): When changing TODO state, do matching
21888         case-sensitively.
21889         (org-map-continue-from): New variable.
21890         (org-scan-tags): Respect values in `org-map-continue-from'.
21891         (org-reload): Make XEmacs compatible.
21893 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
21895         * org-protocol.el (org-protocol-flatten-greedy): New function.
21896         (org-protocol-flatten): New function.
21898         * org.el (org-open-link-from-string): Pass reference buffer to
21899         `org-open-at-point'.
21900         (org-open-at-point): New optional argument `reference-buffer'.
21902 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
21904         * org.el (org-scan-tags): Make tag scan find headline in first
21905         line, 2nd attempt.
21906         (org-get-refile-targets): Add the naked file name.
21907         (org-refile): Store as top-level entry when only file name was
21908         given.
21910         * org-agenda.el (org-agenda-get-progress): Fix regexp bug.
21912         * org.el (org-block-todo-from-children-or-siblings-or-parent):
21913         Rename from org-block-todo-from-children-or-siblings, and
21914         enhanced to look for the parent's status as well.
21916         * org-agenda.el (org-agenda-log-mode-add-notes): New option.
21917         (org-agenda-get-progress): Add first notes line to log entry if so
21918         desired.
21920 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
21922         * org-agenda.el (org-agenda-cleanup-fancy-diary-hook): New hook.
21923         (org-agenda-cleanup-fancy-diary): Call the new hook.
21925         * org-remember.el (org-remember-apply-template): Take the default
21926         for the annotation from the :annotation property.
21928         * org-mac-message.el (org-mac-message-get-link): Remove the
21929         quotes.
21930         (org-mac-message-get-link): Return the result.
21932 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
21934         * org.el (org-refile-get-location): Add file name only if not
21935         already included in outline path.
21937         * org-faces.el (org-n-level-faces): Fix customization type from
21938         number to integer.
21940         * org-exp.el (org-export-headline-levels): Fix customization type
21941         from number to integer.
21943         * org-agenda.el (org-agenda-confirm-kill)
21944         (org-agenda-custom-commands-local-options)
21945         (org-timeline-show-empty-dates, org-agenda-ndays)
21946         (org-agenda-start-on-weekday, org-scheduled-past-days):
21947         Fix customization type from number to integer.
21949 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
21951         * org-protocol.el: Declare some functions.
21953         * org-agenda.el (org-agenda-compare-effort):
21954         Honor `org-sort-agenda-noeffort-is-high'.
21955         (org-agenda-filter-by-tag, org-agenda-filter-make-matcher)
21956         (org-agenda-compare-effort): Implement the "?" operator for
21957         finding entries without effort setting.
21959         * org.el (org-extract-attributes-from-string): New function.
21961         * org-exp.el (org-export-splice-attributes): New function.
21963 2009-08-06  Bastien Guerry  <bzg@gnu.org>
21964         Daniel M German  <dmg@uvic.org>
21965         Sebastian Rose  <sebastian_rose@gmx.de>
21966         Ross Patterson  <me@rpatterson.net>
21968         * org-protocol.el: New file.
21970 2009-08-06  Baoqiu Cui  <cbaoqiu@yahoo.com>
21972         * org-docbook.el: New file.
21974 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
21976         * org-mouse.el: XEmacs compatibility fixes.
21978         * org.el (org-modules): Add org-inlinetasks.el.
21979         (org-cycle): Implement limiting level on cycling.
21980         (org-move-subtree-down): Fix bug with swapping subtrees at end of
21981         buffer.
21983         * org-inlinetask.el: New file.
21985         * org.el (org-emphasis-regexp-components): Allow braces in
21986         emphasis pre and post match.
21988         * org-footnote.el (org-footnote-normalize): When only sorting, do
21989         not insert inline notes at the end.
21991         * org.el (org-require-autoloaded-modules): Add org-docbook.el.
21993 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
21995         * org.el (org-reftex-citation): New command.
21997 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
21999         * org-agenda.el (org-agenda-cmp-user-defined): New option.
22000         (org-sorting-choice, org-agenda-sorting-strategy): Add the new
22001         sorting options.
22002         (org-entries-lessp): Apply the new sorting option.
22004         * org.el (org-block-todo-from-children-or-siblings): Fix bug in
22005         blocker code, when an older sibling has children.
22007         * org-mac-message.el (org-mac-message-get-link): Improve getting
22008         links from multiple selected messages.
22010 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22012         * org-remember.el (org-remember-finalize): Do not set buffer file
22013         name to nil.
22014         (org-remember-handler): Mark buffer as unmodified.
22015         (org-remember-handler): Delete backup file and show message about
22016         remaining backup files.
22017         (org-remember-auto-remove-backup-files): New option.
22019         * org.el (org-store-link): Use buffer name as link description in
22020         w3-mode buffers.
22021         (org-ido-switchb): Fix argument bug for completion.
22023         * org-remember.el (org-remember-apply-template): Set local
22024         variable `auto-save-visited-file-name' instead of global one.
22026 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22028         * org-agenda.el (org-agenda-get-todos): Fix bug with match-data.
22029         (org-agenda-get-todos): Mark file tags as inherited.
22030         (org-agenda-list): Always search diary lines for a time.
22032 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22034         * org-feed.el: New file.
22036         * org-exp.el (org-export-as-html): Close local lists depending on
22037         indentation, also when starting a table.
22039         * org-remember.el (org-remember-backup-directory)
22040         (org-remember-backup-name): New internal variable.
22042 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22044         * org-clock.el (org-clock-out-if-current): Make buffer detection
22045         work in indirect buffers as well.
22047         * org.el (org-emphasis-regexp-components): Add the exxclamation
22048         mark to the post-emphasis characters.
22050 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22052         * org.el (org-read-date-minibiffer-septup-hook): New hook.
22053         (org-read-date): Run the new hook.
22055         * org-mac-message.el (org-mac-flagged-mail): New group.
22056         (org-mac-mail-account): New variable.
22057         (org-mac-create-flagged-mail, org-mac-insert-flagged-mail):
22058         New commands.
22060         * org-remember.el (org-remember-backup-directory): New variable.
22061         (org-remember-apply-template): Write file to backup directory.
22063 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22065         * org-mouse.el (org-mouse-todo-menu): New function.
22066         (org-mouse-todo-keywords): Function removed.
22067         (org-mouse-context-menu): Use `org-mouse-todo-menu'.
22069         * org-table.el (org-table-beginning-of-field)
22070         (org-table-end-of-field): New commands.
22071         (org-table-previous-field, org-table-beginning-of-field):
22072         Better error messages.
22073         (orgtbl-setup): Include `M-a' and `M-e'.
22075         * org.el (org-backward-sentence, org-forward-sentence):
22076         New commands.
22078         * org-colview.el (org-colview-initial-truncate-line-value):
22079         New variable.
22080         (org-columns-remove-overlays): Restore the value of `truncate-lines'.
22081         (org-columns): Remember the value of `truncate-lines'.
22083         * org.el (org-columns-skip-arrchived-trees): New option.
22085         * org-agenda.el (org-agenda-export-html-style): Define color for
22086         org-agenda-done face.
22087         (org-search-view, org-agenda-get-todos, org-agenda-get-progress)
22088         (org-agenda-get-deadlines, org-agenda-get-scheduled): Use new face.
22090         * org.el (org-scan-tags): Use the new face.
22092         * org-faces.el (org-agenda-done): New face.
22094         * org.el (org-scan-tags): Test the value org
22095         `org-tags-match-list-sublevels'.
22096         (org-tags-match-list-sublevels): New allowed value: indented.
22098         * org-latex.el (org-export-latex-make-header): Apply macros
22099         in header.
22101         * org-exp.el (org-export-apply-macros-in-string): New function.
22103         * org-latex.el (org-export-latex-list-parameters): Fix bug
22104         with the definition of a checked box.
22106         * org-clock.el (org-clock-find-position): Fix drawer indentations.
22108         * org-latex.el (org-export-latex-low-levels): More options
22109         for how to process lower levels in LaTeX.
22110         (org-export-latex-subcontent): Better treatment for lists as a
22111         means of publishing lower levels.
22113 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22115         * org.el (org-set-font-lock-defaults): Use new checkbox face.
22117         * org-faces.el (org-checkbox): New face.
22119         * org-exp.el (org-export-html-preprocess): Only create LaTeX
22120         fragement images if there is an export file.
22122 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22124         * org-agenda.el (org-stuck-projects): Document that the subtree of
22125         projects that are not stuck will now be searched for stuck
22126         sub-projects.
22127         (org-agenda-skip-entry-when-regexp-matches)
22128         (org-agenda-skip-entry-when-regexp-matches-in-subtree): New functions.
22129         (org-agenda-list-stuck-projects):
22130         Use `org-agenda-skip-entry-when-regexp-matches-in-subtree'.
22132         * org-latex.el (org-export-latex-preprocess):
22133         Improve export of verses.
22135         * org-exp.el (org-export-as-html): Implement centering as a div
22136         rather than a paragraph.  Do a better job with line-end in verse
22137         environments.
22139 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22141         * org.el (org-open-at-point): Fix tags searches by mouse click.
22143 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22145         * org-latex.el (org-export-latex-preprocess): Implement the
22146         centering markup.
22148         * org-exp.el (org-export-mark-blockquote-verse-center):
22149         Rename from `org-export-mark-blockquote-and-verse'.
22150         (org-export-as-html): Implement the centering markup.
22152         * org-latex.el (org-export-latex-tables): Fix vertical
22153         lines in tables.
22155 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22157         * org.el (org-read-date-history): New variable.
22158         (org-read-date): Use new history variable.
22159         (org-toggle-heading): Fix bug when used before first headline.
22160         (org-store-log-note): Remove drawer if empty while note is
22161         aborted.
22162         (org-remove-empty-drawer-at): New function.
22163         (org-check-after-date): New command.
22164         (org-sparse-tree): New sparse tree command "a".
22166         * org-exp.el (org-export-as-ascii): Improve export of plain lists.
22168 2009-08-06  Bastien Guerry  <bzg@gnu.org>
22170         * org.el (org-toggle-fixed-width-section): Bug fix: insert a
22171         column and a space, not only a column.
22173 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22175         * org-latex.el (org-export-latex-emphasis-alist):
22176         Better defaults for verbose emphasis.
22177         (org-export-latex-emph-format): New function.
22178         (org-export-latex-fontify): Call `org-export-latex-emph-format'.
22180         * org-agenda.el (org-agenda-menu): Add new commands to menu.
22181         (org-agenda-do-date-later, org-agenda-do-date-earlier)
22182         (org-agenda-date-later-minutes, org-agenda-date-earlier-minutes)
22183         (org-agenda-date-later-hours, org-agenda-date-earlier-hours):
22184         New commands.
22186         * org.el (org-timestamp-change): Move end-time along with start
22187         time.
22189 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22191         * org-exp.el (org-export-target-internal-links)
22192         (org-export-as-html): Protect links specified as #name.
22194 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22196         * org.el (org-clone-subtree-with-time-shift): New command.
22198         * org-latex.el (org-export-latex-special-chars)
22199         (org-export-latex-treat-sub-super-char): Fix subscript export.
22201         * org-exp.el (org-create-multibrace-regexp): Do not add
22202         backslashes to the class.
22204 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22206         * org-colview.el (org-columns-map): Better functions for moving up
22207         and down a row, even if `truncate-line' is nil.
22209         * org.el (org-insert-todo-heading): Make sure the keyword is
22210         inserted at the correct position.
22212         * org-publish.el (org-publish-project-alist)
22213         (org-publish-projects, org-publish-org-index): Change default anme
22214         for the index of file names to "sitemap.org".
22216         * org-latex.el (org-export-latex-tables):
22217         Use `org-split-string', for Emacs 21 compatibility.
22219 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22221         * org-agenda.el (org-agenda-log-mode-items): Improve docstring.
22223 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22225         * org-exp.el (org-export-page-description)
22226         (org-export-page-keywords): New variables.
22227         (org-export-plist-vars): Add entries for :keywords and
22228         :description.
22229         (org-infile-export-plist): Parse for new keywords.
22230         (org-get-current-options): Add new keywords.
22231         (org-export-as-html): Publish description and keywords.
22233         * org-agenda.el (org-agenda-add-entry-text-descriptive-links):
22234         New option.
22235         (org-agenda-add-entry-text):
22236         Honor `org-agenda-add-entry-text-descriptive-links'.
22238         * org-latex.el (org-export-latex-preprocess): Make all
22239         external preprocess functions use a PARAMETER arg.
22241         * org-exp.el (org-export-preprocess-string)
22242         (org-export-select-backend-specific-text)
22243         (org-export-format-source-code-or-example)
22244         (org-format-org-table-html): Support docbook export.
22245         (org-export-preprocess-string): Make all external preprocess
22246         functions use a PARAMETER arg.
22248 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22250         * org-exp.el (org-export-html-style-include-scripts): New option.
22251         (org-export-plist-vars): Add new option
22252         `org-export-html-style-include-scripts'.
22253         (org-export-as-html): Honor new option
22254         `org-export-html-style-include-scripts'.
22255         (org-export-html-scripts, org-export-html-style-default):
22256         Fix xml issues with the Safari browser.
22258 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22260         * org-publish.el (org-publish-attachment): Only copy file when the
22261         directories differ.
22263 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22265         * org-clock.el (org-clocktable-steps): Use inactive time stamps
22266         for clocktable steps.
22268         * org.el (org-additional-option-like-keywords): Add two more
22269         keywords.
22271 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22273         * org-exp.el (org-export-format-source-code-or-example):
22274         Mark temporary buffer unmodified, so that it will be killed even if
22275         mode like message mode has decided to assign a file name.
22277         * org.el (org-scan-tags): Improve tag inheritance.
22278         (org-scan-tags, org-make-tags-matcher): Make tag comparison
22279         case-sensitive.
22280         (org-scan-tags): Use the internal tags list instead of creating it
22281         from scratch.
22282         (org-trust-scanner-tags, org-scanner-tags): New variables.
22283         (org-scan-tags): Set `org-scanner-tags'.
22284         (org-get-tags-at): Take advantage of `org-trust-scanner-tags'.
22285         (org-map-entries): Document the possible speedup using scanner
22286         tags.
22288 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22290         * org.el (org-add-planning-info): Fix bug with looking for keyword
22291         only at column 0.
22293         * org-agenda.el (org-agenda-custom-commands-local-options):
22294         Add option for tags filter preset.
22295         (org-prepare-agenda): Store filter preset as a property on the
22296         filter variable.
22297         (org-finalize-agenda): Call the filter, if there is a preset.
22298         (org-agenda-filter-by-tag): Filter again after clearing the
22299         filter, when there still is a preset.
22300         (org-agenda-filter-make-matcher, org-agenda-set-mode-name):
22301         Include the preset filter.
22302         (org-agenda-redo): Apply the filter again, also the preset filter.
22304         * org-exp.el (org-export-as-html): Use IDs in the correct way.
22306         * org.el (org-uuidgen-p): New function.
22308         * org-agenda.el (org-agenda-fontify-priorities): New default value
22309         `cookies'.
22310         (org-agenda-fontify-priorities): Rename from
22311         org-fontify-priorities.
22313         * org.el (org-set-font-lock-defaults):
22314         Call `org-font-lock-add-priority-faces'.
22315         (org-font-lock-add-priority-faces): New function.
22317         * org-faces.el (org-set-tag-faces): New option.
22318         (org-priority-faces): New variable.
22320         * org-exp.el (org-export-as-html): Add a "content" div around the
22321         entire content of the body tag.
22322         (org-export-html-get-bibliography): New function.
22323         (org-export-html-validation-link): New variable.
22324         (org-export-as-html): Add validation link to exported page.
22326         * org.el (org-match-sparse-tree): Rename from
22327         `org-tags-sparse-tree'.
22328         (org-tags-sparse-tree): New alias.
22330 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22332         * org.el (org-get-valid-level): Catch the case where the level
22333         change is nil.
22335         * org-clock.el (org-clock-find-position): Better indentation of
22336         new clock drawers.
22338 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22340         * org-agenda.el (org-agenda-quit): Delete window only when the
22341         frame-setup was not `current-window'.
22343         * org.el (org-tag-persistent-alist): New option.
22344         (org-startup-options): Add keyword `noptag'.
22345         (org-fast-todo-selection): Handle :newline correctly.
22346         (org-set-tags): Handle :newline correctly.
22347         (org-fast-tag-selection): Handle :newline correctly.
22349 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22351         * org-exp.el (org-export-as-ascii): Reverse link buffer before
22352         outputting it.
22353         (org-export-ascii-push-links): Fix bug with pussing links into the
22354         export buffer.
22356 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22358         * org-archive.el (org-archive-subtree): Do not add 1 to level if
22359         pasting at top level.
22361         * org-bbdb.el: Improve documentation.
22363 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22365         * org-list.el (org-insert-item): Only consider insert empty lines
22366         is `org-empty-line-terminates-plain-lists' is not nil.
22368         * org.el (org-blank-before-new-entry): Mention the dependence on
22369         `org-empty-line-terminates-plain-lists' in the docstring.
22371         * org-publish.el (org-publish-get-project-from-filename):
22372         New optional argument UP.  Only find the top project if UP is set.
22373         (org-publish-current-project): Find the top encloding project.
22375         * org-agenda.el (org-agenda-before-write-hook)
22376         (org-agenda-add-entry-text-maxlines): New options.
22377         (org-write-agenda): Run the new hook in the temporary buffer.
22378         (org-agenda-add-entry-text): New function.
22379         (org-write-agenda): Implement PDF export, using ps2pdf.
22381         * org.el (org-global-properties-fixed, org-global-properties):
22382         Improve documentation string.
22384         * org-exp.el (org-export-ascii-links-to-notes): New option.
22385         (org-export-as-ascii): Handle links better.
22386         (org-export-ascii-wrap, org-export-ascii-push-links):
22387         New functions.
22389 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22391         * org-agenda.el (org-agenda): Make prefix arg optional.
22392         (org-agenda-search-headline-for-time): New option.
22393         (org-format-agenda-item):
22394         Honor `org-agenda-search-headline-for-time'.
22396         * org-table.el (orgtbl-self-insert-command): Cluster undo for 20
22397         characters.
22399         * org.el (org-self-insert-cluster-for-undo): New option.
22400         (org-self-insert-command): Cluster undo for 20 characters.
22401         (org-self-insert-command-undo-counter): New variable.
22403 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22405         * org-exp.el (org-export-as-html): Fix problem with closing colone
22406         example.
22408 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22410         * org-latex.el (org-export-as-latex)
22411         (org-export-latex-first-lines): Avoid modification flag when
22412         adding or removing text properties.
22413         (org-export-latex-fontify): Catch error when org-emph-alist has
22414         entries that are not defined for LaTeX export.
22416         * org-export-latex.el: Rename to org-latex.el.
22418         * org-latex.el: Rename from org-export-latex.el.
22420         * org.el (orgstruct++-mode): New function.
22421         (turn-on-orgstruct++): Call `orgstruct++-mode'.
22422         (org-context-p): Allow detecting item context after the first line
22423         of an item.
22424         (orgstruct-make-binding): Detect if item-body context should be
22425         seen.
22426         (orgstruct-is-++): New variable.
22427         (org-add-planning-info): Catch the case when there is no planning
22428         info yet and the call does not want to add anything, only maybe
22429         tries to remove something.
22430         (org-special-ctrl-a/e): All value to be a cons cell with separate
22431         settings for `C-a' and `C-e'.
22432         (org-beginning-of-line, org-end-of-line): Honor separate values
22433         for `C-a' and `C-e'.
22435 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22437         * org.el (org-reload): New command.
22439 2009-06-05  Tassilo Horn  <tassilo@member.fsf.org>
22441         * org-gnus.el (org-gnus-store-link): Fix bug where
22442         org-gnus-store-link used wrong subject when called in an article
22443         buffer.  Patch provided by fengli AT gmail DOT com.
22445 2009-03-13  D. Goel  <deego3@gmail.com>
22447         * org-bbdb.el: When calling (multiple-value-bind/setq .. ls)
22448         replace ls by (values-list ls).
22450 2009-02-20  Carsten Dominik  <dominik@science.uva.nl>
22452         * org-remember.el (org-remember-apply-template): Turn off ido for
22453         this completion.
22455         * org.el (org-priority): Also find invisible headings, for remote
22456         editing.
22457         (org-completing-read-no-ido): New function.
22458         (org-make-tags-matcher, org-set-property): Turn off ido for this completion.
22460         * org-colview.el (org-columns-edit-value): No special treatment of
22461         prefix arg.
22463 2009-02-19  Carsten Dominik  <dominik@science.uva.nl>
22465         * org.el (org-block-todo-from-children-or-siblings):
22466         Use `org-up-heading-all' so that this will work correctly with hidden
22467         property drawers and entries.
22468         (org-end-of-line, org-beginning-of-line): Make prefix arg work, by
22469         falling back to normal, default command.
22470         (org-get-location): Temporarily turn off special behavior.
22472 2009-02-13  Glenn Morris  <rgm@gnu.org>
22474         * org-rmail.el (rmail-show-message): Restore argument list to the
22475         declaration now that this functions behaves in Emacs 23 as in 22.
22477 2009-02-12  Glenn Morris  <rgm@gnu.org>
22479         * org-footnote.el (org-footnote-at-definition-p): Fix doc typo.
22481 2009-02-12  Joachim Reiter  <Reiter.Joachim@web.de>  (tiny change)
22483         * org-footnote.el (org-footnote-action): Fix doc typo.
22485 2009-02-06  Carsten Dominik  <dominik@science.uva.nl>
22487         * org-exp.el (org-export-preprocess-string): Fix bug with skipping
22488         text before first headline.
22489         (org-export-remove-or-extract-drawers): Fix regular expression for
22490         extracting drawers.
22492         * org.el (org-format-latex): Stop LaTeX fragment processing in
22493         protected examples.
22495 2009-02-05  Glenn Morris  <rgm@gnu.org>
22497         * org-rmail.el (rmail-show-message): Update declaration.
22498         (rmail-buffer, rmail-view-buffer): Declare.
22499         (org-rmail-store-link, org-rmail-follow-link): Handle mbox Rmail.
22501 2009-02-04  Carsten Dominik  <dominik@science.uva.nl>
22503         * org.el (org-return-follows-link): Revert setting
22504         `org-return-follows-link' to t by default.
22506 2009-02-02  Carsten Dominik  <dominik@science.uva.nl>
22508         * org.el (org-cycle-global-at-bob): Fix typo.
22510         * org-jsinfo.el (org-infojs-handle-options): Fix typo in comment.
22512 2009-02-02  Carsten Dominik  <carsten.dominik@gmail.com>
22514         * org.el (org-mode): Make dependence stuff work more reliably.
22515         (org-update-parent-todo-statistics): Fix bug with updating
22516         statistics cookie.
22517         (org-yank-adjusted-subtrees, org-return-follows-link)
22518         (org-use-fast-todo-selection, org-tags-column): New default
22519         setting for variables.
22521         * org-export-latex.el (org-export-latex-emphasis-alist): Use = and
22522         ~ as verbatim delimiters, to avoid table bug.
22523         (org-export-latex-classes): Remove the a4paper option from the
22524         default styles.
22526         * org-exp.el (org-export-html-format-image): New argument
22527         PAR-OPEN, to fix XHTM validation bug.
22528         (org-export-as-html): Pass par-open to
22529         `org-export-html-format-image'.
22530         (org-export-html-footnotes-section): Use a more consistent id for
22531         footnotes.
22533         * org-agenda.el (org-agenda-sorting-strategy)
22534         (org-agenda-tags-column): New default setting for variables, based
22535         on a poll what typical uses use.
22536         (org-agenda-dim-blocked-tasks): Keep dimming blocked entries from
22537         setting the blocked tag.
22539 2009-01-31  Carsten Dominik  <dominik@science.uva.nl>
22541         * org-agenda.el (org-agenda-dim-blocked-tasks): No tagging when
22542         only checking for blocks.
22544         * org-exp.el (org-export-html-footnotes-section): Make the div id
22545         consistent.
22547         * org-export-latex.el (org-export-latex-classes):
22548         Remove paper size option from LaTeX classes.
22550 2009-01-31  Carsten Dominik  <carsten.dominik@gmail.com>
22552         * org.el (org-enforce-todo-checkbox-dependencies): New option.
22553         (org-block-todo-from-checkboxes): New function.
22554         (org-todo): Make triple prefix arg circumvent blocking.
22556 2009-01-30  Glenn Morris  <rgm@gnu.org>
22558         * org-list.el (org-empty-line-terminates-plain-lists)
22559         (org-toggle-checkbox): Doc fixes.
22561         * org-table.el (org-table-clean-before-export): Fix declaration.
22563 2009-01-30  Carsten Dominik  <carsten.dominik@gmail.com>
22565         * org-timer.el (org-timer): Provide the timer feature.
22567         * org.el (org-require-autoloaded-modules): Add a few more files to
22568         the list of autoloaded modules.
22570         * org-agenda.el (org-agenda-todo): Pass ARG to `org-todo'.
22572         * org-exp.el (org-export-remove-or-extract-drawers): Only remove
22573         drawers that are unprotected.
22574         (org-export-html-format-image): Make sure inlined LaTeX fragment
22575         images remain inlined.
22577         * org.el (org-toggle-ordered-property): New function.
22578         (org-mode-map): Add a key for `org-toggle-ordered-property'.
22579         (org-org-menu): Add menu entries for TODO dependencies.
22581         * org.el (org-default-properties): Add ORDERED to the default
22582         properties, to get completion support for it.
22584         * org-list.el (org-update-checkbox-count): Update more than one cookie.
22586         * org.el (org-update-parent-todo-statistics): Update more than one
22587         cookie.
22589 2009-01-28  Carsten Dominik  <carsten.dominik@gmail.com>
22591         * org-agenda.el (org-agenda-get-todos): Start search from correct
22592         position.
22594         * org.el (org-fast-todo-selection): Make sure TODO selection does
22595         not change buffer position.
22597         * org-list.el (org-toggle-checkbox): Implement adding or removing
22598         checkboxes from line or region when called with a prefix
22599         argument.
22601         * org-rmail.el (org-rmail-store-link): Protect the call to
22602         `rmail-narrow-to-non-pruned-header'.
22604         * org-clock.el (org-clock-special-range): Fix week display in
22605         clock tables.
22607         * org-exp.el (org-get-current-options): Fix bug when in indirect
22608         buffer.
22610         * org-agenda.el (org-agenda-dim-blocked-tasks): New option.
22611         (org-finalize-agenda): Call `org-agenda-dim-blocked-tasks'.
22612         (org-agenda-dim-blocked-tasks): New function.
22614         * org.el (org-enforce-todo-dependencies): New option.
22615         (org-block-todo-from-children-or-siblings): New function.
22617         * org-faces.el (org-agenda-dimmed-todo-face): New face.
22619 2009-01-27  Carsten Dominik  <carsten.dominik@gmail.com>
22621         * org.el (org-todo): Return correct state type even if the blocker
22622         throws an error.
22623         (org-modifier-cursor-error): Rename from
22624         `org-shiftcursor-error'.
22625         (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
22626         (org-shiftmetadown): Call `org-modifier-cursor-error'.
22628         * org-agenda.el (org-agenda-todo): Call `org-todo' interactively,
22629         to get real errors from the blocker hook.
22631         * org.el (org-shiftselect-error, org-call-for-shift-select):
22632         New functions.
22633         (org-set-visibility-according-to-property): Turn off the setting
22634         of `org-show-entry-below', to avoid overruling a FOLDED visibility
22635         property.
22637         * org.el (org-support-shift-select): New option.
22638         (org-shiftup, org-shiftdown, org-shiftright, org-shiftleft)
22639         (org-shiftcontrolright, org-shiftcontrolleft): Support for shift
22640         selection outside contexts.
22642         * org-list.el (org-at-item-bullet-p): New function.
22644         * org-jsinfo.el (org-infojs-handle-options): Remove unnecessary
22645         variables.
22647         * org-footnote.el (org-footnote-normalize): Remove unnecessary
22648         variable.
22649         (org-insert-footnote-reference-near-definition):
22650         Remove unnecessary let form.
22652 2009-01-26  Carsten Dominik  <dominik@science.uva.nl>
22654         * org-export-latex.el (org-export-as-latex):
22655         Call `org-export-latex-first-lines' with OPT-PLIST as a parameter.
22656         (org-export-latex-first-lines): New parameter OPT-PLIST.
22658         * org.el (org-yank): Tell `delete-selection-mode' about
22659         `org-yank'.
22661         * org-faces.el (org-clock-overlay): Fix face definition.
22663         * org-export-latex.el (org-export-latex-first-lines):
22664         Pass timestamp and footnote parameters to the preprocessor.
22666         * org-exp.el (org-export-remove-timestamps): Do not remove time
22667         stamps inside tables.
22669 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
22671         * org-exp.el (org-export-as-html): Turn \par into a paragraph.
22673         * org.el (org-agenda-tags-todo-honor-ignore-options):
22674         Declare variable.
22676         * org-table.el (org-table-insert-hline): Fix typo in function call
22677         to `backward-char'.
22679         * org-exp.el (org-export-as-html): Remove the initial space from
22680         colon examples.
22682         * org.el (org-scan-tags):
22683         Call `org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item'.
22685         * org-agenda.el (org-agenda-todo-list, org-agenda-match-view):
22686         New customization groups.
22687         (org-agenda-tags-todo-honor-ignore-options): New option.
22688         (org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item):
22689         New function.
22690         (org-agenda-get-todos):
22691         Use `org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item'.
22693 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
22695         * org-exp.el (org-export-format-source-code-or-example):
22696         Escape HTML characters also in examples that anre not treated with
22697         htmlize.  Also, just switch to EXAMPLE processing if we do not
22698         have a good version of htmlize.
22700         * org-rmail.el: Fix copyright notice.
22702         * org.el (org-activate-footnote-links): Improve footnote link
22703         highlighting.
22705         * org-footnote.el (org-footnote-normalize): Fix finding the end of
22706         a footnote definition at the end of the file.
22708         * org-table.el (org-table-get-specials): Add an imagined hline at
22709         the end of the table.  This can be useful for references that want
22710         to go to the end of the table.  Also fix bug when computing last
22711         row constants, in tables that do not start right at the right
22712         margin.
22713         (org-table-eval-formula): Match and replace remove references.
22714         (org-table-formula-substitute-names): Make sure that names inside
22715         a "remote" call are left alone, the will be replaced later when
22716         the remote call is handled.
22717         (org-table-convert-refs-to-rc): Do not convert things that might
22718         look like a reference, but are really part of an ID or namei n a
22719         remote reference.
22720         (org-table-get-remote-range): New function.
22722 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
22724         * org-faces.el (org-clock-overlay): Fix bug in face definition.
22726         * org-clock.el (org-clock-put-overlay): Use new face instead of
22727         `secondary-selection'.
22729         * org-faces.el (org-clock-overlay): New face.
22731 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
22733         * org-exp.el (org-get-current-options): Include the option for
22734         publishing time stamps.
22736         * org.el (org-toggle-heading): Rename from
22737         `org-toggel-region-headings'.
22738         No longer needs a region defined, but will use it if there is one.
22739         (org-ctrl-c-star): Simplify, relying more on the internal
22740         workings of `org-toggle-heading'.
22741         (org-toggle-item): Rename from `org-toggle-region-items'.
22742         No longer needs a region defined, but will use it if there is one.
22743         (org-ctrl-c-minus): Simplify, relying more on the inernal
22744         workings of `org-toggle-item'.
22746         * org-export-latex.el (org-export-latex-preprocess): Fix bug in
22747         environment detection.  Also, do real changes only in unprotected
22748         places.
22750 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
22752         * org-export-latex.el (org-export-latex-quotation-marks):
22753         Use `org-if-unprotected-1'.
22754         (org-export-latex-set-initial-vars): Check for class definition in
22755         property.
22757         * org-macs.el (org-if-unprotected-1): New macro.
22759 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
22761         * org-compat.el (org-count-lines): New function.
22763         * org-exp.el (org-export-format-source-code-or-example):
22764         Handle switches related to text areas.
22766         * org.el (org-activate-footnote-links): Don't allow match inside a
22767         link.
22769         * org-footnote.el (org-footnote-re): Don't allow match inside a link.
22771         * org-export-latex.el (org-export-latex-links): Keep a relative
22772         path relative also after export.
22774         * org-exp.el (org-export-html-scripts): Fix HTML snippet.
22776         * org.el (org-make-tags-matcher): Never use IDO for completing the
22777         tags matcher match string.
22778         (org-completing-read): Also remove the special biding for "?".
22780         * org-attach.el (org-attach-allow-inheritance): New option.
22781         (org-attach-inherited): New variable.
22782         (org-attach-dir): Handle properties related to the attachment
22783         directory.
22784         (org-attach-check-absolute-path): New function.
22785         (org-attach-set-directory, org-attach-set-inherit): New commands.
22786         (org-attach): Accommodate the new commands in the dispatcher.
22788 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
22790         * org-compat.el (org-fit-window-to-buffer): Fix bug with using
22791         `window-full-width-p'.
22793         * org-exp.el (org-export-as-html): Only check for images files
22794         that really can be inlined.
22796         * org.el (org-image-file-name-regexp, org-file-image-p): Allow the
22797         list of extensions to be a parameter.
22799         * org-exp.el (org-export-html-inline-image-extensions):
22800         New variable.
22802         * org-agenda.el (org-prepare-agenda):
22803         Use `org-agenda-block-separator'.
22804         (org-agenda-block-separator): New option.
22806 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
22808         * org-export-latex.el (org-export-latex-tables):
22809         Call `org-table-clean-before-export' with the new optional argument.
22811         * org-exp.el (org-table-clean-before-export): New optional
22812         parameter MAYBE-QUOTED, allows for quoted characters like \# in
22813         first column.
22815 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
22817         * org-plot.el (org-plot/gnuplot): Fix text-ind parameter for
22818         histograms.
22820         * org-colview.el (org-colview-construct-allowed-dates):
22821         Better error catching when a date/time property does not have allowed
22822         values defined.
22824 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
22826         * org.el (org-map-entries): Restore point and restriction after
22827         `org-map-entries'.
22829 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
22831         * org.el (org-time=, org-time<, org-time<=, org-time>)
22832         (org-time>=, org-time<>): Make sure both values are dates.
22834 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
22836         * org-archive.el (org-extract-archive-heading): Allow %s for file
22837         name also in achive location heading.
22839 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
22841         * org-archive.el (org-add-archive-files): Uniquify the list before
22842         returning it.
22844 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
22846         * org-compat.el (org-fit-window-to-buffer):
22847         Use `window-full-width-p'.
22849         * org-export-latex.el (org-export-latex-fixed-width): Enforce the
22850         space after the colon in short examples.
22852         * org-exp.el (org-export-protect-colon-examples): Rewritten, to
22853         enforce a space after the colon.  However, we also allow lines
22854         that are *only* a colon.
22855         (org-export-as-html): Enforce the space after the colon in short
22856         examples.
22857         (org-export-preprocess-string): Do the colon example protection
22858         earlier.
22859         (org-export-remove-timestamps): Do not check for protection at the
22860         end of the line.
22862 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
22864         * org.el (org-format-latex-options): Add new matcher for single
22865         letters between dollars.
22866         (org-get-header): Function removed.
22867         (org-heading-components): New function.
22869         * org-exp.el (org-export-define-heading-targets): Record ID's also
22870         as alternative targets.
22871         (org-export-as-html): Interpret "id:" links to other files by
22872         preserving the relative path.
22874         * org-jsinfo.el (org-infojs-handle-options): Catch the case if v
22875         is nil.
22877         * org-exp.el (org-export-normalize-links): Protect the main link,
22878         to avoid special character processing.
22880         * org-export-latex.el (org-export-latex-special-keyword-regexp):
22881         New variable.
22882         (org-export-latex-special-string-regexps): Variable removed.
22883         (org-export-latex-keywords): Use the new regexp.
22885         * org-exp.el (org-export-handle-include-files): Fetch switches and
22886         put them into the BEGIN statement.
22888         * org-timer.el (org-timer-mode-line-string): New variable.
22890         * org-clock.el (org-clock-mode-line-map): Rename from
22891         `org-clock-mode-map'.
22892         (org-clock-mode-line-timer): Rename from `org-mode-line-timer'.
22893         (org-clock-update-mode-line): Rename from `org-update-mode-line'.
22894         (org-clock-put-overlay): Rename from `org-put-clock-overlay'.
22895         (org-clock-remove-overlays): Rename from
22896         `org-remove-clock-overlays'.
22898         * org-timer.el (org-timer-pause-or-continue): Implement stopping
22899         and mode line display.
22900         (org-timer-stop): New command.
22901         (org-timer-seconds): Return correct time when timer is paused.
22902         (org-timer-mode-line-timer): New variable.
22903         (org-timer-set-mode-line, org-timer-update-mode-line):
22904         New functions.
22906         * org.el (org-insert-heading): Handle new value `auto' for
22907         `org-blank-before-new-entry'.
22908         (org-org-menu): Add new items for timer functions.
22910         * org-list.el (org-insert-item): Handle new value `auto' for
22911         `org-blank-before-new-entry'.
22913         * org.el (org-blank-before-new-entry): New value `auto', made
22914         default.
22916 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
22918         * org-exp.el (org-export-normalize-links): If the link is also
22919         used as the description, protect the description.
22921 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
22923         * org.el (org-closest-date): Fix bug with yearly repeats, in
22924         combination with preference of the past as it is used for deadline
22925         and scheduling search.
22927         * org-exp.el (org-html-handle-time-stamps): No longer check for
22928         the `org-export-with-timestamps' option, because the preprocesser
22929         has taken care of this already.
22931         * org.el (org-entry-properties): Catch the case when this is
22932         called in a non-org-mode file.
22934         * org-export-latex.el (org-export-latex-remove-from-headlines):
22935         Variable made obsolete, also LaTeX export now uses the standard
22936         variables.
22937         (org-export-as-latex): Add the timestamps parameter to the
22938         preprocessor parameter list.
22939         (org-export-latex-content): Export the remaining keywords without
22940         considering to remove them.
22941         (org-export-latex-keywords-maybe): Make the REMOVE-LIST optional.
22942         Use bold font instead of tt font for the keywords.
22943         (org-export-latex-fontify-headline): Format headlines, assuming
22944         that all keywords still present should be published.
22945         (org-export-latex-keywords): Remove argument TIMESTAMPS and just
22946         publish what ever remains of the time stamps.
22947         (org-export-latex-list-parameters): New option.
22948         (org-export-latex-lists): Pass additional parameters to the list
22949         converter.
22951         * org-exp.el (org-export-preprocess-string): Remove clock lines
22952         and timestamps already in the preprocesor.
22953         (org-export-remove-timestamps, org-export-remove-clock-lines):
22954         New functions.
22955         (org-export-as-ascii, org-export-as-html): Add the timestamps
22956         parameter to the preprocessor parameter list.
22958         * org-list.el (org-list-parse-list): Parse for checkboxes.
22959         (org-list-to-generic): Introduce and handle new parameters :cbon
22960         and :cboff.
22961         (org-list-to-latex, org-list-to-html, org-list-to-texinfo):
22962         Add optional parameter PARAMS.
22964         * org-export-latex.el (org-export-latex-special-chars):
22965         Fix problems with interpreting dollar signs.
22966         (org-inside-latex-math-p): New function.
22967         (org-export-latex-preprocess): Protect all the math fragments.
22969         * org.el (org-latex-regexps): Allow a dash after a dollar.
22971         * org-w3m.el (org-w3m-copy-for-org-mode): Always deactivate the
22972         mark after copying.
22974         * org-agenda.el (org-run-agenda-series): Have series options set
22975         when finalizing the agenda.
22977         * org-exp.el (org-export-format-source-code-or-example):
22978         Protect the converted examples.
22980         * org.el (org-set-regexps-and-options): Fix the regexp
22981         `org-complex-heading-regexp'.
22983 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
22985         * org.el (org-edit-src-get-label-format): New function.
22986         (org-coderef-label-format): New option.
22987         (org-edit-src-code, org-edit-src-find-region-and-lang): Parse for
22988         a label format specification and make sure it is used in the edit
22989         buffer.
22990         (org-edit-src-get-label-format): New function.
22991         (org-store-link): Handle new coderef formats.
22992         (org-link-search): Handle new coderef formats.
22994         * org-footnote.el (org-footnote-create-definition)
22995         (org-footnote-goto-local-insertion-point): Make footnote insertion
22996         work correctly when the "Footnotes" headline is the last line in
22997         the buffer.
22999         * org.el (org-goto-marker-or-bmk): Expose context after jumping to
23000         the location.
23002 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
23004         * org-w3m.el (org-w3m): New customization group.
23005         (org-w3m-deactivate-mark): New option.
23006         (org-w3m-copy-for-org-mode): Deactivate region, unless the user
23007         option say not to.
23009 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
23011         * org.el (org-set-font-lock-defaults): Trigger footnote
23012         fontification.
23013         (org-activate-footnote-links): New function.
23014         (org-activate-links): New entry `footnote'.
23016         * org-faces.el (org-footnote): New face.
23018 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
23020         * org-macs.el (org-re): Handle the [:word:] class.
23022         * org-exp.el (org-export-preprocess-string):
23023         Call `org-export-protect-colon-examples'.
23024         (org-export-protect-colon-examples): Rename from
23025         `org-export-protect-examples', and scope limited to lines starting
23026         with a colon.
23028 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
23030         * org-exp.el (org-export-preprocess-string): Move the preprocess
23031         hook to after turning on Org-mode.
23032         (org-export-preprocess-after-include-files-hook)
23033         (org-export-preprocess-after-tree-selection-hook)
23034         (org-export-preprocess-before-backend-specifics-hook)
23035         (org-export-preprocess-final-hook): New hooks.
23036         (org-export-preprocess-string): Run the new hooks.
23038         * org.el (org-ctrl-c-minus): Fix indentation for new items.
23040         * org-footnote.el: New file.
23042         * org.el (org-footnote): Require footnote code.
23043         (org-startup-options): Add new footnote options.
23044         (org-mode-map): New keybindig for footnotes.
23045         (org-ctrl-c-ctrl-c): Add function at footnotes.
23046         (org-org-menu): New menu entries for footnotes.
23048         * org-export-latex.el (org-export-as-latex): Pass footnote
23049         variable to preprocessor.
23050         (org-export-latex-preprocess): Treat multiple references to a
23051         footnote.
23053         * org-exp.el (org-export-preprocess-string):
23054         Call `org-footnote-normalize'.
23055         (org-export-as-ascii, org-export-as-html): Pass footnote variable
23056         to preprocessor.
23057         (org-export-as-html): Treat multiple references to a footnote.
23059 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
23061         * org-export-latex.el (org-export-latex-links): Handle coderef
23062         links.
23064         * org.el (org-bracket-link-analytic-regexp++): New variable.
23065         (org-make-link-regexps):
23066         Initialize `org-bracket-link-analytic-regexp++'.
23067         (org-store-link): Implement special case in edit-src buffer.
23068         (org-insert-link): No use of ide to insert stored links.
23069         (org-link-search): Implement special case for coderefs.
23071         * org-exp.el (org-export-html-scripts): New constant.
23072         (org-export-html-style-default): Add a new style for highlighted
23073         code.
23074         (org-export-code-refs): New variable.
23075         (org-export-preprocess-string): Initialize `org-export-code-refs'.
23076         Call `org-export-replace-src-segments-and-examples'
23077         No longer call `org-export-protect-examples'.
23078         (org-export-target-internal-links): Take care of coderef targets.
23079         (org-export-last-code-line-counter-value): New variable.
23080         (org-export-replace-src-segments-and-examples): Rename from
23081         `org-export-replace-src-segments', and modified.
23082         (org-export-format-source-code-or-example): Rename from
23083         `org-export-format-source-code'.
23084         (org-export-number-lines): New function.
23085         (org-export-as-ascii, org-export-as-html): Handle coderef links.
23087 2009-01-23  Glenn Morris  <rgm@gnu.org>
23089         * org-rmail.el (rmail-narrow-to-non-pruned-header):
23090         Remove declaration of deleted function.
23092 2009-01-16  Glenn Morris  <rgm@gnu.org>
23094         * org-mouse.el (org-mouse-show-context-menu):
23095         Use mouse-menu-major-mode-map, if defined, rather than the obsolete
23096         mouse-major-mode-menu.
23098 2008-12-23  Carsten Dominik  <dominik@science.uva.nl>
23100         * org-remember.el (org-remember-handler): Safer way to get a new
23101         buffer accessing the target file.
23103         * org.el (org-refile-get-location): Handle case of current buffer
23104         not having a file associated with it.
23106 2008-12-22  Carsten Dominik  <dominik@science.uva.nl>
23108         * org-table.el (org-table-get-formula): Only ask to overwrite
23109         field formula if there really is one.
23111 2008-12-21  Carsten Dominik  <dominik@science.uva.nl>
23113         * org-export-latex.el (org-export-latex-make-header): Double the
23114         commenting % in the time stamp format.
23115         (org-export-latex-special-chars): Handle case where there is no
23116         match group 3.
23118 2008-12-20  Carsten Dominik  <carsten.dominik@gmail.com>
23120         * org.el (org-get-refile-targets, org-refile-get-location):
23121         Use expanded file name to improve comparison.
23123 2008-12-20  Carsten Dominik  <carsten.dominik@gmail.com>
23125         * org.el (org-scan-tags): Rescan for tags, to get the correct
23126         upcase/downcase stuff.  This slows things down for now, but it
23127         works.
23128         (org-mode): Make sure the tag-faces regexp is initialized.
23130         * org-export-latex.el (org-export-latex-links): Fix bug with
23131         undefined label.
23133         * org-table.el (org-table-get-specials):
23134         Set `org-table-current-last-data-line'.
23135         (org-table-current-last-data-line): New variable.
23136         (org-table-insert-column, org-table-delete-column)
23137         (org-table-move-column, org-table-fix-formulas):
23138         Call `org-table-fix-formulas' a second time to fix the $LR references.
23139         (org-table-get-specials): Add the $LR references to the tables.
23140         (org-table-get-formula): Do not offer last-row names as LHS of
23141         formulas.
23143         * org.el (org-store-link): Capture link description from
23144         `org-id-store-link'.
23146         * org-exp.el (org-export-html-format-image): Add the / to the end
23147         of the <img> tag.
23148         (org-export-format-source-code): Surround example by empty lines,
23149         to make sure it will not be inside a paragraph.
23151         * org.el (org-ido-switchb): New function.
23153 2008-12-20  Carsten Dominik  <carsten.dominik@gmail.com>
23155         * org-agenda.el (org-agenda-show): New prefix argument
23156         FULL-ENTRY.
23158         * org.el (org-sort-entries-or-items): Add a COMPARE-FUNC
23159         argument.
23161 2008-12-20  Glenn Morris  <rgm@gnu.org>
23163         * org.el (org-org-menu): Fix some more menu entries.
23165 2008-12-18  Carsten Dominik  <dominik@science.uva.nl>
23167         * org-table.el (org-table-get-specials): Revert introduction of @0
23168         as reference of the last table row, because of conflicts.
23170         * org-agenda.el (org-agenda-change-all-lines): Remove FORCE-TAGS
23171         argument, get the current tags directly.
23172         (org-agenda-set-tags): Leave getting current tags to
23173         `org-agenda-change-all-lines'.
23175 2008-12-17  Carsten Dominik  <dominik@science.uva.nl>
23177         * org.el (org-org-menu): Do not quote the set-tags command.
23179 2008-12-17  Carsten Dominik  <carsten.dominik@gmail.com>
23181         * Fix typos in comments and docstrings throughout Org-mode.
23183         * org.el (org-get-outline-path): Fix bug if level is not given.
23185         * org-agenda.el (org-finalize-agenda): Fix typo with variable name.
23187 2008-12-16  Carsten Dominik  <carsten.dominik@gmail.com>
23189         * org.el (org-refile): Avoid refiling to within the region to be
23190         refiled.
23192         * org-export-latex.el (org-export-latex-special-chars):
23193         Replace special characters also in tables.
23195         * org-agenda.el (org-agenda-change-all-lines): New argument
23196         FORCE-TAGS.
23197         (org-agenda-set-tags): Get the new tags and pass them to
23198         `org-format-agenda-item'.
23200 2008-12-16  Carsten Dominik  <carsten.dominik@gmail.com>
23202         * org-export-latex.el (org-export-latex-classes): Add longable as
23203         a default package to all classes.
23204         (org-export-latex-tables): Handle the longtable attribute and the
23205         align attribute.
23207         * org-table.el (orgtbl-to-generic): Handle tables that start with
23208         a hline.
23210         * org-export-latex.el (org-export-latex-emphasis-alist): Switch to
23211         \verb for colde-like snippets.
23212         (org-export-as-latex): Fix issues with region export.
23214         * org.el (org-up-heading-safe): Speed up function by using a
23215         direct regexp search.
23216         (org-olpa): New variable.
23217         (org-get-outline-path): Speed-up path constructions in cases where
23218         this is possible because the entire hierarchy is scanned anyway.
23219         (org-refile-get-location): Don't compare the truenames of files,
23220         this is too slow.
23221         (org-goto-max-level): New option.
23222         (org-goto): Use `org-goto-max-level'.
23224 2008-12-16  Tassilo Horn  <tassilo@member.fsf.org>
23226         * org-gnus.el (org-gnus-article-link, org-gnus-article-link):
23227         Strip angle brackets from message-ids in the former and don't do
23228         it in the latter.
23229         (org-gnus-follow-link): Open summary reliable, even if the last
23230         messages were deleted, and handle empty groups, too.
23232 2008-12-16  Carsten Dominik  <carsten.dominik@gmail.com>
23234         * org-export-latex.el (org-export-latex-emphasis-alist): Use \verb
23235         instead of \texttt for the =...= and ~===~ emphasis environments.
23236         (org-export-as-latex): Remove any old :org-license-to-kill text
23237         properties.
23238         (org-export-as-latex): Pass RBEG to `org-export-latex-first-lines'.
23239         (org-export-latex-make-header): Add some hard space after the
23240         table of contents.
23241         (org-export-latex-first-lines): Accept RBEG argument.
23242         Mark exported text so that it will be excuded in further steps.
23244         * org-table.el (org-table-get-specials): Make @0 reference the
23245         last line in a table.
23246         (org-table-recalculate): Improve docstring.
23248 2008-12-16  Carsten Dominik  <carsten.dominik@gmail.com>
23250         * org.el (org-log-done): Fix docstring.
23252 2008-12-16  Carsten Dominik  <carsten.dominik@gmail.com>
23254         * org-exp.el (org-export-html-format-image): Fix bugs.
23256         * org-export-latex.el (org-export-latex-tables)
23257         (org-export-latex-links): Implement attribute, label, and caption
23258         handling.
23260         * org-exp.el (org-export-html-style-default): Add style
23261         definitions for the figure div.
23262         (org-export-preprocess-string, org-export-as-html):
23263         Implement attribute, label, and caption handling.
23264         (org-export-attach-captions-and-attributes): New function.
23265         (org-export-html-format-image): New function.
23266         (org-format-org-table-html): Implement attribute, label, and
23267         caption handling.
23269         * org.el (org-find-text-property-in-string): New function.
23270         (org-extract-attributes): Use the property org-attr instead of
23271         org-attrobutes, because this property is now set with the #+ATTR
23272         lines.
23274 2008-12-16  Carsten Dominik  <carsten.dominik@gmail.com>
23276         * org-compat.el (org-substring-no-properties): Fix for XEmacs, for
23277         the case that FROM is nil.
23279         * org.el (org-before-first-heading-p): New function.
23281 2008-12-16  Carsten Dominik  <carsten.dominik@gmail.com>
23283         * org-exp.el (org-export-as-html): Do not add a space before
23284         enforces line breaks.
23285         (org-export-as-html): Close paragraph before blockquote and verse
23286         tags.
23288 2008-12-16  Carsten Dominik  <carsten.dominik@gmail.com>
23290         * org-id.el (org-id-locations-file): Wrap file name with
23291         `convert-standard-filename'.
23292         (org-id-files): New variable.
23293         (org-id-use-hash): New option.
23294         (org-id-update-id-locations): Also search in all files current
23295         listed in `org-id-files'.  Convert the resulting alist to a hash
23296         if the user customation says so.
23297         (org-id-locations-save): Handle he case if `org-id-locations' is a
23298         hash.
23299         (org-id-locations-load): Convert the alist to a hash.
23300         (org-id-add-location): Handle the hast case.
23301         (kill-emacs-hook): Make sure id locations are saved when Emacs is
23302         exited.
23303         (org-id-hash-to-alist, org-id-alist-to-hash)
23304         (org-id-paste-tracker): New functions.
23306 2008-12-07  Carsten Dominik  <carsten.dominik@gmail.com>
23308         * org-agenda.el (org-agenda-goto-calendar): Remove duplicate let
23309         bindings of calendar variables.
23311         * org-table.el (org-table-find-row-type): Rename from
23312         `org-find-row-type'.
23313         (org-table-rewrite-old-row-references): Rename from
23314         `org-rewrite-old-row-references'.
23315         (org-table-shift-refpart): Rename from `org-shift-refpart'.
23316         (org-table-cleanup-narrow-column-properties): Rename from
23317         `org-cleanup-narrow-column-properties'.
23319 2008-12-07  Carsten Dominik  <carsten.dominik@gmail.com>
23321         * org-table.el (org-find-row-type): New arguments DESC and CLINE,
23322         for better error messages.
23323         (org-table-get-descriptor-line): Supply the new arguments to
23324         `org-find-row-type'.
23325         (org-table-error-on-row-ref-crossing-hline): New option.
23327         * org.el (org-target-link-regexp): Make buffer-local.
23328         (org-move-subtree-down): Fix bug with trees at beginning of
23329         buffer.
23331 2008-12-07  Carsten Dominik  <carsten.dominik@gmail.com>
23333         * org-faces.el (org-set-tag-faces): New function.
23334         (org-tags-special-faces-re): New variable.
23336         * org.el (org-font-lock-add-tag-faces, org-get-tag-face): New functions.
23338         * org-faces.el (org-tag-faces): New option.
23339         (org-tag): Mention `org-tag-faces' in the docstring.
23341 2008-12-07  Carsten Dominik  <carsten.dominik@gmail.com>
23343         * org-exp.el (org-export-html-style-default): Implement new
23344         quoting.
23346         * org-jsinfo.el (org-infojs-template): Implement new quoting.
23348         * org-w3m.el (w3m-minor-mode-hook): Also add the special copy
23349         command to the `w3m-minor-mode-map'.
23351         * org-archive.el (org-archive-to-archive-sibling):
23352         Protect `this-command' to avoid appending kills during archiving.
23354         * org-exp.el (org-export-with-priority): New variable.
23355         (org-export-add-options-to-plist): Use `org-export-plist-vars'
23356         instead of internal list of strings and properties.
23357         (org-print-icalendar-entries): Retrieve the location property with
23358         inheritance.
23360 2008-12-07  Carsten Dominik  <carsten.dominik@gmail.com>
23362         * org-exp.el (org-export-with-todo-keywords): New option.
23363         (org-export-plist-vars): Include also the keys for the #+OPTIONS
23364         line.
23365         (org-default-export-plist, org-export-add-options-to-plist)
23366         (org-export-as-ascii, org-export-as-html): Use the new structure
23367         of `org-export-plist-vars'.
23369         * org.el (org-map-entries): Return all values.
23371 2008-12-07  Carsten Dominik  <carsten.dominik@gmail.com>
23373         * org.el (org-matcher-time): Recognize more special values.
23375         * org-gnus.el (fboundp): Fix defvaralias for XEmacs.
23377 2008-12-07  Carsten Dominik  <carsten.dominik@gmail.com>
23379         * org.el (org-tags-exclude-from-inheritance): New option.
23380         (org-tag-inherit-p, org-remove-uniherited-tags):
23381         Respect `org-tags-exclude-from-inheritance'.
23383         * org-agenda.el (org-agenda-show-inherited-tags): New option.
23384         (org-format-agenda-item): Add inherited tags to the agenda line
23385         string, and make sure that properties are kept when downcasing the
23386         tags list.
23387         (org-agenda-add-inherited-tags): New function.
23388         (org-downcase-keep-props): New function.
23390         * org.el (org-scan-tags): Mark inherited tags with a text
23391         property.
23392         (org-get-tags-at): Mark inherited tags with a text property.
23393         (org-add-prop-inherited): New function.
23395         * org-agenda.el (org-agenda-add-inherited-tags): New function.
23396         (org-agenda-show-inherited-tags): New option.
23398 2008-12-07  Carsten Dominik  <carsten.dominik@gmail.com>
23400         * org.el (org-modules): Add org-w3m to the default modules.
23402         * org-table.el (orgtbl-self-insert-command): Make S-SPC work in
23403         orgtbl-mode.
23404         (orgtabl-create-or-convert-from-region): New command.
23406         * org-exp.el (org-export-as-ascii): Remove the handling of
23407         targets.
23408         (org-export-ascii-preprocess): Handle targets already in this
23409         function.
23411 2008-12-07  Carsten Dominik  <carsten.dominik@gmail.com>
23413         * org-timer.el (org-timer-start-time): Define this variable.
23414         (org-timer-item): Make argument optional.
23416         * org-list.el (org-insert-item): Automatically insert a timer item
23417         if the current list is a timer list.
23419         * org-timer.el: New file.
23421         * org-publish.el (org-publish-org-index): Only exclude the index
23422         file in the main directory from being added to the site-map.
23423         (org-publish-get-project-from-filename): If the current project is
23424         a component, start publishing from the parent project.
23426 2008-12-07  Carsten Dominik  <carsten.dominik@gmail.com>
23428         * org-table.el (orgtbl-ret): Fix RET at beginning-of-buffer.
23430         * org-publish.el (org-publish-org-index): Improve removal of
23431         temporary buffers.
23433 2008-11-24  Carsten Dominik  <carsten.dominik@gmail.com>
23435         * org-agenda.el (org-get-closed): Re-apply changes
23436         accidentially overwritten by last commit to Emacs.
23438         * org.el (org-outline-path-complete-in-steps): New option.
23439         (org-refile-get-location):
23440         Honor `org-outline-path-complete-in-steps'.
23441         (org-agenda-change-all-lines, org-tags-sparse-tree)
23442         (org-time-string-to-absolute, org-small-year-to-year)
23443         (org-link-escape): Re-apply changes accidentially overwritten
23444         by last commit to Emacs.
23446 2008-11-23  Carsten Dominik  <carsten.dominik@gmail.com>
23448         * org-clock.el (org-dblock-write:clocktable): Make sure the
23449         clocktable sees the first line.
23450         (org-clock-in): Warn if the clock cannot be resumed.
23452 2008-11-23  Carsten Dominik  <carsten.dominik@gmail.com>
23454         * org.el (org-open-at-point): Fix mixup about interactive and
23455         non-interactive elisp links.
23457 2008-11-23  Carsten Dominik  <carsten.dominik@gmail.com>
23459         * org-exp.el (org-export-preprocess-string): Allow one comment
23460         line before the first headline to always be included.  This is
23461         to not miss a commented target.
23463         * org-mouse.el (org-mouse-insert-item):
23464         Call `org-indent-to-column' instead of `indent-to', for XEmacs
23465         compatibility.
23467         * org.el (org-refile-targets): Fix customize definition so
23468         that it works also in XEmacs.
23469         (org-fixup-indentation): Call `org-indent-to-column' instead
23470         of `indent-to', for XEmacs compatibility.
23472 2008-11-23  Tokuya Kameshima  <kames@fa2.so-net.ne.jp>
23474         * org-mew.el (org-mew-store-link): Get the correct case folder
23475         for refiled messages.
23477 2008-11-23  Carsten Dominik  <carsten.dominik@gmail.com>
23479         * org-exp.el (org-export-as-ascii): Remove the "\\" forced
23480         line break indicators.
23482         * org.el (org-ido-completing-read): Remove the "i:" prefix for
23483         ido-completion propts.
23485 2008-11-23  Carsten Dominik  <carsten.dominik@gmail.com>
23487         * org-remember.el (org-remember-apply-template):
23488         Use `org-substring-no-properties'.
23490         * org-compat.el (org-substring-no-properties): New function.
23492         * org-remember.el (org-remember-apply-template):
23493         Use `org-substring-no-properties' for compatibility.
23495         * org-list.el (org-list-two-spaces-after-bullet-regexp):
23496         New option.
23497         (org-fix-bullet-type):
23498         Respect `org-list-two-spaces-after-bullet-regexp'.
23500         * org-clock.el (org-clock-load): Clean up the code.
23502         * org.el (org-adaptive-fill-function): Allow two spaces after
23503         "1." as a list bullet.
23505 2008-11-23  Carsten Dominik  <carsten.dominik@gmail.com>
23507         * org-clock.el (org-clock-save, org-clock-load): Check for
23508         live buffers, existing files, and buffer file names to ensure
23509         consistent information.
23510         (org-clock-persist): Make `clock' a special value of this
23511         variable, and improve docstring.
23513         * org-list.el (org-cycle-list-bullet, org-fix-bullet-type)
23514         (org-get-string-indentation): Adapt indentation when the bullet
23515         width changes.
23517 2008-11-23  Carsten Dominik  <carsten.dominik@gmail.com>
23519         * org-remember.el (org-remember-finalize): Make interactive.
23520         (org-remember-kill): New command.
23521         (org-remember-finish-immediately): Call `org-remember-finalize'
23522         directly.
23523         (org-remember-finalize): Make `org-remember-finalize' an interactive
23524         function.
23526 2008-11-23  Carsten Dominik  <carsten.dominik@gmail.com>
23528         * org-remember.el (org-remember-apply-template): No ido completion
23529         for free prompts in remember templates.
23530         (org-remember-before-finalize-hook): New hook.
23531         (org-remember-mode): New minor mode.
23532         (org-remember-apply-template): Turn on `org-remember-mode'.
23534         * org-remember.el (org-remember-apply-template): Fix the way how
23535         the list of allowed properties is retrieved from the target file.
23537         * org.el (org-insert-link): Improve file link matching.
23539 2008-11-23  Carsten Dominik  <carsten.dominik@gmail.com>
23541         * org-colview.el (org-columns-display-here): New argument
23542         DATELINE, to trigger using the new face.
23543         (org-agenda-colview-summarize): Call `org-columns-display-here'
23544         with the new argument.
23546         * org-faces.el (org-agenda-column-dateline): New face.
23548         * org-publish.el (org-publish-org-index): Use index-title at page
23549         title, not as section.
23551         * org-exp.el (org-export-html-format-desc): Respect the
23552         org-protect property.
23553         (org-export-as-html): Protect image specifiers that are in the
23554         description part of a link.
23556         * org.el (org-sort-entries-or-items, org-completing-read)
23557         (org-refile-get-location, org-olpath-completing-read, org-todo)
23558         (org-show-todo-tree, org-sparse-tree, org-make-tags-matcher)
23559         (org-set-tags, org-change-tag-in-region, org-fast-tag-selection)
23560         (org-set-property, org-delete-property)
23561         (org-delete-property-globally): Use `org-ido-completing-read'.
23563         * org-remember.el (org-remember-apply-template):
23564         Use `org-ido-completing-read'.
23566         * org-publish.el (org-publish): Use `org-ido-completing-read'.
23568         * org-colview.el (org-columns-edit-value, org-columns-new)
23569         (org-insert-columns-dblock): Use `org-ido-completing-read'.
23571         * org-attach.el (org-attach-delete-one, org-attach-open):
23572         Use `org-ido-completing-read'.
23574         * org-agenda.el (org-todo-list, org-agenda-filter-by-tag):
23575         Use `org-ido-completing-read'.
23577         * org.el (org-time-today): New function.
23578         (org-matcher-time): Use `org-time-today'.  Add special treatment
23579         for "<tomorrow>" and "<yesterday>".
23580         (org-ido-completing-read): New function.
23581         (org-completion-use-ido): New option.
23583         * org-exp.el (org-export-format-source-code): Fix bug in require
23584         htmlize code.
23585         (org-export-target-internal-links): Fix bug in search for text
23586         property.
23588 2008-11-23  Carsten Dominik  <carsten.dominik@gmail.com>
23590         * org-export-latex.el (org-export-latex-subcontent):
23591         Interpret target aliases as additional labels.
23593         * org-exp.el (org-export-target-aliases): New variable.
23594         (org-export-preprocess-string)
23595         (org-export-handle-invisible-targets): Fill the alias alist.
23596         (org-export-as-html): Remove the &nbsp; from the anchor, and also
23597         assign an id.
23598         (org-html-level-start): Insert the target aliases as additional
23599         anchors.
23601         * org.el (org-edit-fixed-width-region): Fix bug when starting a new
23602         picture area.
23604 2008-11-23  Carsten Dominik  <carsten.dominik@gmail.com>
23606         * org.el (org-open-at-mouse): Ensure correct link abbreviations
23607         when following a link with the mouse from the agenda.
23609         * org-exp.el (org-export-as-html): Avoid lone </div> when no
23610         headlines are created.
23612 2008-11-23  Carsten Dominik  <carsten.dominik@gmail.com>
23614         * org.el (org-link-translation-function): New option.
23615         (org-open-at-point): Call `org-link-translation-function' if
23616         non-nil.
23617         (org-translate-link): New function.
23618         (org-translate-link-from-planner): New function.
23619         (org-open-at-point): Allow interactive commands in elisp links.
23621         * org-exp.el (org-icalendar-cleanup-string): Restore the old
23622         iCalendar quoting.  The new one seems to caus problems with
23623         applications.
23625         * org.el (org-yank): Set `this-command' to `yank', so that
23626         `yank-pop' will work.
23628 2008-11-23  Carsten Dominik  <carsten.dominik@gmail.com>
23630         * org-exp.el (org-icalendar-cleanup-string): Improve RFC2455
23631         compliance as far as quoting is concerned.
23633         * org.el (org-link-expand-abbrev): Implement %h as an escape for a
23634         hexified version of the tag.
23636         * org-vm.el (org-vm-follow-link): Require `vm-search'.
23638         * org.el (org-up-heading-safe, org-forward-same-level):
23639         Always call `org-back-to-heading' instead of `outline-back-to-heading'.
23640         (org-back-to-heading): New wrapper around outline-back-to-heading,
23641         with a useful error message telling where the error happened.
23643         * org-list.el (org-update-checkbox-count): Always call
23644         `org-back-to-heading' instead of `outline-back-to-heading'.
23646         * org-exp.el (org-export-as-html): Make sure that each <img> tag
23647         has an `alt' attribute, to ensure XHTML validation.
23649 2008-11-23  Carsten Dominik  <carsten.dominik@gmail.com>
23651         * org-publish.el (org-publish-attachment): Allow publishing to
23652         overwrite attachment files.
23654         * org-agenda.el (org-agenda-timerange-leaders): New option.
23655         (org-agenda-get-blocks): Use `org-agenda-timerange-leaders'.
23657         * org.el (org-edit-src-exit): Untabify ASCII image before
23658         returning.
23660 2008-11-19  Glenn Morris  <rgm@gnu.org>
23662         * org.el, org-mouse.el (org-agenda-change-all-lines):
23663         Fix declaration.
23665 2008-11-18  Carsten Dominik  <dominik@science.uva.nl>
23667         * org.el ("speedbar"): Only show context if the file really is an
23668         org-mode buffer.
23670 2008-11-17  Juanma Barranquero  <lekktu@gmail.com>
23672         * org.el (org-time-string-to-absolute, org-small-year-to-year)
23673         (org-tags-sparse-tree): Fix typos in docstrings.
23675 2008-11-15  Carsten Dominik  <dominik@science.uva.nl>
23677         * org-publish.el (org-publish-attachment): Allow copy-file to
23678         overwrite files.
23680 2008-11-13  Glenn Morris  <rgm@gnu.org>
23682         * org-agenda.el (org-get-closed): Fix alias.
23684 2008-11-12  Juanma Barranquero  <lekktu@gmail.com>
23686         * org.el (org-link-escape): Fix typo in docstring.
23688 2008-11-12  Carsten Dominik  <carsten.dominik@gmail.com>
23690         * org.el (org-yank): Make any prefix force normal yanking.
23691         Suppress folding if text would be swallowed into a folded
23692         subtree.
23693         (org-yank-folded-subtrees, org-yank): Docstring updates.
23695         * org-agenda.el (org-agenda-compare-effort): Treat no effort
23696         defined as 0.
23698         * org-exp.el (org-export-language-setup): Add Catalan and
23699         Esperanto language entries.
23701 2008-11-12  Carsten Dominik  <carsten.dominik@gmail.com>
23703         * org.el (org-refile): Allow refiling of entire regions.
23705         * org-clock.el (org-clock-time%): New function.
23707         * org.el (org-entry-get, org-entry-delete): Use safer regexps to
23708         retrieve property values.
23710 2008-11-12  Carsten Dominik  <carsten.dominik@gmail.com>
23712         * org-agenda.el (org-agenda-list): Handle the value `only' of
23713         org-agenda-show-log'.
23714         (org-agenda-log-mode): Interpret a double prefix arg.
23716 2008-11-12  Carsten Dominik  <carsten.dominik@gmail.com>
23718         * org-exp.el (org-export-html-footnotes-section): New variable.
23719         (org-export-as-html): Use `org-export-html-footnotes-section' to
23720         insert the footnotes.
23721         (org-export-language-setup): Add "Footnotes" to language words.
23723 2008-11-12  Carsten Dominik  <carsten.dominik@gmail.com>
23725         * org.el (org-yank): Fix bug when not inserting a subtree.
23727 2008-11-12  Carsten Dominik  <carsten.dominik@gmail.com>
23729         * org-vm.el (org-vm-follow-link): Call `vm-preview-current-message'
23730         instead of `vm-beginning-of-message'.
23732         * org.el (org-make-link-regexps): Make sure that links to gnus can
23733         contain brackets.
23735 2008-11-12  Carsten Dominik  <carsten.dominik@gmail.com>
23737         * org-attach.el (org-attach-dir): Remove duplicate ID creation
23738         code.
23740         * org-id.el (org-id-new): Use `org-trim' to extract the uuid from
23741         shell output.
23743         * org.el (org-link-abbrev-alist): Improve customization type.
23745         * org-attach.el (org-attach-expand-link, org-attach-expand):
23746         New functions.
23748         * org-agenda.el (org-agenda-get-progress): Rename from
23749         `org-get-closed'.  Implement searching for state changes as well.
23750         (org-agenda-log-mode-items): New option.
23751         (org-agenda-log-mode): New option prefix argument, interpreted as
23752         request to show all possible progress info.
23753         (org-agenda-get-day-entries): Call `org-get-progress' instead of
23754         `org-get-closed'.
23755         (org-agenda-set-mode-name): Handle the more complex log mode
23756         settings.
23757         (org-get-closed): New alias, pointing to `org-get-progress'.
23759 2008-11-12  Carsten Dominik  <dominik@science.uva.nl>
23761         * org.el (org-file-apps-defaults-gnu)
23762         (org-file-apps-defaults-macosx)
23763         (org-file-apps-defaults-windowsnt): Add an entry defining the
23764         system command.
23765         (org-file-apps): Allow `system' as key and value.
23766         (org-open-at-point): Explain the effect of a double prefix arg.
23767         (org-open-file): If the argument `in-emacs' is (16),
23768         i.e. corresponding to a double prefix argument, try to open the
23769         file externally.
23771 2008-11-12  Carsten Dominik  <dominik@science.uva.nl>
23773         * org.el (org-insert-link): Abbreviate absolute files names in
23774         links.  Also, fix a bug in which the double C-u prefix would not
23775         be honored.
23777 2008-11-12  Carsten Dominik  <dominik@science.uva.nl>
23779         * org.el (org-insert-heading): If buffer does not end with a
23780         newline, add one if necessary to insert headline correctly.
23782         * org-exp.el (org-export-as-html): Make sure that <hr/> is between
23783         paragraphs, not inside.
23785         * org.el (org-todo):
23786         Quote `org-agenda-headline-snapshot-before-repeat'.
23788         * org-exp.el (org-export-as-html): Fully process link descriptions.
23789         (org-export-html-format-desc): New function.
23790         (org-export-as-html): Collect footnotes into the correct basket.
23791         (org-html-protect): No longer protect quotations marks here, this
23792         goes wrong.
23794         * org-agenda.el (org-agenda-remove-marked-text): Bind variable
23795         BEG.
23797         * org-compat.el (org-fit-window-to-buffer): New function (not
23798         really, a preliminary and incomplete version was present earlier,
23799         but not used).
23801         * org.el (org-fast-todo-selection, org-fast-tag-selection):
23802         Use `org-fit-window-to-buffer'.
23804         * org-exp.el (org-export): Use `org-fit-window-to-buffer'.
23806         * org-agenda.el (org-agenda-get-restriction-and-command)
23807         (org-fit-agenda-window, org-agenda-convert-date):
23808         Use `org-fit-window-to-buffer'.
23810         * org-exp.el (org-export-as-html): Process href links through
23811         `org-export-html-format-href'.
23812         (org-export-html-format-href): New function.
23814         * org-agenda.el (org-agenda-todo): Update only the current
23815         headline if this is a repeated TODO, marked done for today.
23816         (org-agenda-change-all-lines): New argument JUST-THIS, to change
23817         only the current line.
23819         * org.el (org-todo): Take a snapshot of the headline if the
23820         repeater might change it.
23822 2008-11-12  Carsten Dominik  <dominik@science.uva.nl>
23824         * org-publish.el (org-publish-find-title): Remove buffers visited
23825         only for extracting the title.
23827         * org-exp.el (org-export-html-style)
23828         (org-export-html-style-default): Mark style definitions as
23829         unparsed CDATA.
23831         * org-publish.el (org-publish-validate-link):
23832         Function re-introduced.
23834 2008-11-12  Charles Sebold  <csebold@gmail.com>
23836         * org-plot.el (org-plot/add-options-to-plist): Supports timefmt
23837         property.
23838         (org-plot-quote-timestamp-field): New function.
23839         (org-plot-quote-tsv-field): Call timestamp field function when
23840         necessary rather than just quoting as a string.
23841         (org-plot/gnuplot-to-data): Pass in timefmt property.
23842         (org-plot/gnuplot-script): Supports timefmt property.
23843         (org-plot/gnuplot): Checks for timestamp column before checking
23844         for text index column.
23846 2008-11-12  Carsten Dominik  <dominik@science.uva.nl>
23848         * org.el (org-insert-heading): Improve behavior with hidden subtrees.
23850         * org-publish.el (org-publish-org-index): Create a section in the
23851         index file.
23852         (org-publish-org-index): Stop linking to directories.
23854         * org.el (org-emphasis-alist): Use span instead of <u> to
23855         underline text.
23857         * org-exp.el (org-export-as-html): Make sure <p> is closed before
23858         <pre> sections.
23860 2008-11-12  Sebastian Rose  <sebastian_rose@gmx.de>
23862         * org-jsinfo.el (org-infojs-template): Remove language attribute
23863         from script tag.
23865 2008-11-12  Carsten Dominik  <dominik@science.uva.nl>
23867         * org-agenda.el (org-agenda-remove-marked-text): New function.
23868         (org-agenda-mark-filtered-text)
23869         (org-agenda-unmark-filtered-text): New functions.
23870         (org-write-agenda): Remove filtered text.
23872         * org.el (org-make-tags-matcher): Give access to TODO "property"
23873         without speed penalty.
23875 2008-11-12  Carsten Dominik  <dominik@science.uva.nl>
23877         * org.el (org-link-frame-setup): Add `org-gnus-no-new-news' as an
23878         option.
23879         (org-store-link-props): Make sure adding to the plist works
23880         correctly.
23882         * org-gnus.el (org-gnus-no-new-news): New function.
23883         (org-gnus-follow-link): Allow the article ID to be a message-id,
23884         in addition to allowing article numbers.  Message IDs make much
23885         more roubust links.
23886         (org-gnus-store-link): Use message-id to create link.
23888 2008-11-12  Carsten Dominik  <dominik@science.uva.nl>
23890         * org.el (org-emphasize): Reverse the selection array.
23891         (org-emphasis-alist): Set <code> tags for the verbatim
23892         environment.
23894         * org-remember.el (org-remember-handler): Fix bug with
23895         prefix-related changing of the note storage target.
23897         * org-exp.el (org-print-icalendar-entries): Make the exported
23898         priorities compatible with RFC 2445.
23900         * org-clock.el (org-clock-save): Insert time stamp without
23901         dependence on time-stamp.el.
23903 2008-11-12  Carsten Dominik  <dominik@science.uva.nl>
23905         * org.el ("saveplace"): If saveplace puts point into an invisible
23906         location, make it visible.
23907         (org-make-tags-matcher): Allow inactive time stamps in time
23908         comparisons.
23909         (org-yank-adjusted-subtrees): New option.
23910         (org-yank): Incorporate adjusting trees.
23911         (org-paste-subtree): New argument FOR-YANK which will cause
23912         insertion at point without backing up over white lines, and leave
23913         point at the end of the inserted text.  Also if the cursor is
23914         at the beginning of a headline, use the same level or the inserted
23915         tree.
23917         * org-publish.el (org-publish-get-base-files-1): Deal correctly
23918         with broken symlinks.
23920 2008-11-12  Carsten Dominik  <dominik@science.uva.nl>
23922         * org-exp.el (org-export-select-tags, org-get-current-options):
23923         Fix typo.
23925 2008-11-06  Glenn Morris  <rgm@gnu.org>
23927         * org-publish.el (org-publish-attachment): Use copy-file rather than
23928         eshell/cp.
23930 2008-11-04  Juanma Barranquero  <lekktu@gmail.com>
23932         * org.el (org-columns-modify-value-for-display-function):
23933         * org-table.el (org-table-convert-region): Fix typos in docstrings.
23935 2008-10-28  Glenn Morris  <rgm@gnu.org>
23937         * org-agenda.el (org-agenda-align-tags): Replace use of cl `adjoin'.
23939         * org-list.el (outline-next-heading, outline-back-to-heading):
23940         Fix declarations.
23942 2008-10-26  Carsten Dominik  <dominik@science.uva.nl>
23944         * org-agenda.el (org-format-agenda-item)
23945         (org-agenda-filter-make-matcher): Make sure tags are stored and
23946         compared downcased.
23948 2008-10-26  Carsten Dominik  <dominik@science.uva.nl>
23950         * org.el (org-insert-todo-heading): Fix bug with force-heading
23951         argument.
23953 2008-10-26  Carsten Dominik  <dominik@science.uva.nl>
23955         * org-exp.el (org-export-as-ascii): Handle the case that we are
23956         bulishing from an indirect buffer.
23958         * org-table.el (org-table-copy-down): Fix bug with time stamp
23959         increment.
23961         * org-mouse.el (org-mouse-features): New option.
23962         (org-mode-hook): Turn on features depending on
23963         `org-mouse-features'.
23965         * org.el (org-insert-heading-respect-content): Force heading
23966         creation.
23967         (org-insert-heading): Keep the folding state of the heading before
23968         the inserted one.
23970 2008-10-26  Carsten Dominik  <dominik@science.uva.nl>
23972         * org-archive.el (org-archive-to-archive-sibling): Handle top
23973         level headlines better.
23975 2008-10-26  Bastien Guerry  <bzg@gnu.org>
23977         * org-export-latex.el (org-export-latex-classes):
23978         Add \usepackage{graphicx} to the default list of packages.
23980 2008-10-26  Carsten Dominik  <dominik@science.uva.nl>
23982         * org-agenda.el (org-agenda-filter): Rename from
23983         `org-agenda-filter-tags'.
23985 2008-10-26  Carsten Dominik  <dominik@science.uva.nl>
23987         * org.el (org-entry-properties): Add CATEGORY property, iven if it
23988         is not defined as a property in this entry.
23989         (org-add-log-note): Mask prefix argument when immediately storing
23990         the note.
23992         * org-agenda.el (org-agenda-filter-effort-default-operator):
23993         New option.
23995 2008-10-26  James TD Smith  <ahktenzero@mohorovi.cc>
23997         * org.el (org-add-log-setup): Bugfix; code to find insertion point
23998         after drawers was skipping ahead one line too many, so notes were
23999         inserted after the first note instead of before it.
24001 2008-10-26  Carsten Dominik  <dominik@science.uva.nl>
24003         * org-agenda.el (org-agenda-filter-tags, org-agenda-filter-form):
24004         New variables.
24005         (org-prepare-agenda): Reset the filter tags.
24006         (org-agenda-filter-by-tag, org-agenda-filter-by-tag-show-all):
24007         Show filter tags in mode line.
24009         * org-table.el (orgtbl-to-html): Bind `html-table-tag' for the
24010         formatter.
24012         * org-export-latex.el (org-latex-entities-regexp): New constant.
24013         (org-export-as-pdf): Use two calls to `shell-command'.
24015 2008-10-26  Carsten Dominik  <dominik@science.uva.nl>
24017         * org-export-latex.el (org-export-latex-treat-sub-super-char):
24018         Honor the {} value of the subsuperscript setting.  Make sure that
24019         longer subsuperscripts are typeset in a roman font.
24021         * org.el (org-clock-update-time-maybe): Compute negative clock
24022         intervals correctly.
24024 2008-10-26  Carsten Dominik  <dominik@science.uva.nl>
24026         * org.el (org-add-log-setup):
24027         Respect `org-log-state-notes-insert-after-drawers'.
24028         (org-log-state-notes-insert-after-drawers): New option.
24029         (org-todo-trigger-tag-changes): New function.
24030         (org-todo): Call `org-todo-trigger-tag-changes'.
24032 2008-10-26  James TD Smith  <ahktenzero@mohorovi.cc>
24034         * org.el (org-add-log-setup): Only skip drawers if they are
24035         immediately after the scheduling keywords.
24037         * org-clock.el (org-clock-in-switch-to-state): Allow this to be a
24038         function.
24039         (org-clock-in): If `org-clock-in-switch-to-state' is a function,
24040         call it with the current todo state to get the state to switch to
24041         when clocking in.
24042         (org-clock-in): Use org-indent-line-function to indent clock lines.
24043         (org-clock-find-position): Fix indentation of empty clock drawers.
24045 2008-10-26  Carsten Dominik  <dominik@science.uva.nl>
24047         * org-publish.el (org-publish-org-to): Handle case when
24048         org-export-to-pdf does return a file name, not a buffer.
24049         (org-publish-org-to-pdf): New function.
24051         * org-export-latex.el (org-export-as-pdf)
24052         (org-export-as-pdf-and-open): New commands.
24054         * org-table.el (org-table-eval-formula): Avoid parsing Calc's HMS
24055         forms as ranges.
24057         * org-export-latex.el (org-export-latex-lists): Ignore lists-like
24058         things in protexted regions.
24060 2008-10-26  Carsten Dominik  <dominik@science.uva.nl>
24062         * org-export-latex.el (org-export-latex-preprocess):
24063         Improve quoting of LaTeX environments.
24065 2008-10-19  Eli Zaretskii  <eliz@gnu.org>
24067         * org.el (org-default-notes-file):
24068         * org-publish.el (org-publish-timestamp-directory):
24069         * org-id.el (org-id-locations-file): Run file names that begin
24070         with a period thru `convert-standard-filename'.
24072 2008-10-12  Carsten Dominik  <dominik@science.uva.nl>
24074         * org-plot.el: Switch coding system to unix.
24076 2008-10-12  John Wiegley  <johnw@newartisans.com>
24078         * org-attach.el: New file.
24080 2008-10-12  Carsten Dominik  <carsten.dominik@gmail.com>
24082         * org.el (org-edit-fixed-width-region): Exclude final newline from
24083         picture area.
24085         * org-export-latex.el (org-export-latex-subcontent): Add labels to
24086         sections, to make internal links work.
24087         (org-export-latex-fontify-headline): Do not remove all text
24088         properties, to make sure that target properties survive this
24089         process.
24091         * org-exp.el (org-export-preprocess-string): Change sequence of
24092         modifications, to make sure links are prepared before the LaTeX
24093         conversions do happen.
24095         * org-attach.el (org-attach-delete-all): Rename from
24096         `org-attch-delete'.  Add a security query before deleting the
24097         entire directory.  New optional argument FORCE can overrule the
24098         security query.
24099         (org-attach-delete-one): New command.
24101         * org-attach.el (org-attach-file-list): Fix bug with directory.
24103         * org.el (org-apps-regexp-alist): New function.
24104         (org-file-apps): Add auto-mode to the default value.
24105         (org-open-file): Use the new structure of org-file-apps.
24107         * org-attach.el (org-attach): Support the new keys.
24108         (org-attach-method): New option.
24110         * org-bbdb.el (org-bbdb-anniversaries): Fix but with 29 Feb/1
24111         March.
24113         * org.el (org-remove-uniherited-tags): Fix reverse interpretation
24114         of the list value o `org-use-tag-inheritance'.
24116         * org-attach.el (org-attach-auto-tag): New option.
24117         (org-attach-tag, org-attach-untag): New functions.
24118         (org-attach-attach, org-attach-new, org-attach-sync):
24119         Call `org-attach-tag'.
24120         (org-attach-delete): Call `org-attach-untag'.
24122         * org-table.el (orgtbl-self-insert-command): Make this work for
24123         the keypad as well.
24125         * org.el (org-add-log-setup): Limit searc for drawers to entry
24126         text, not to subtree.
24128         * org-clock.el (org-clock-heading-for-remember): New variable.
24129         (org-clock-in): Set `org-clock-heading-for-remember'.
24131 2008-10-12  James TD Smith  <ahktenzero@mohorovi.cc>
24133         * org-remember.el (org-remember-apply-template): Add new
24134         expansions: %k, %K for currently clocked task and a link to the
24135         currently clocked task, and %< to file notes in the currently
24136         clocked task.
24138 2008-10-12  Carsten Dominik  <dominik@science.uva.nl>
24140         * org-export-latex.el (org-export-latex-make-header): Also insert
24141         the content of the property :latex-header-extra.
24143         * org-exp.el (org-infile-export-plist): Put the content of
24144         #+LATEX_HEADER: into the property :latex-header-extra.
24146         * org-colview.el (org-columns-get-format-and-top-level):
24147         Remove resetting the marker.
24149         * org.el (org-entry-property-inherited-from): Improve docstring.
24150         (org-entry-get-with-inheritance): Reset marker before starting the
24151         search.
24153         * org-exp.el (org-infile-export-plist): Allow multiple STYLE lines.
24155         * org.el (org-entry-get-multivalued-property)
24156         (org-entry-protect-space, org-entry-restore-space):
24157         New functions.
24158         (org-file-apps-defaults-macosx): Let PostScript files be opened by
24159         preview.
24160         (org-time-stamp-inactive): Call `org-time-stamp'.
24161         (org-time-stamp): New argument `inactive'.  Also edit inactive
24162         stamps.  Convert time stamp type.
24163         (org-open-file): Interpret the `default' value for the `command'
24164         in `org-file-apps'.
24166         * org-id.el (org-id-int-to-b36-one-digit)
24167         (org-id-b36-to-int-one-digit, org-id-int-to-b36)
24168         (org-id-b36-to-int, org-id-time-to-b36): Modify from b62 to
24169         b36.
24171         * org-id.el (org-id-reverse-string): New function.
24172         (org-id-new): Use `org-id-reverse-string' to make sure the
24173         beginning chars of the ID are mutating fast.  This allows to use a
24174         directory structure to spread things better.
24175         (org-id-prefix): Change default to nil.
24177         * org-list.el (org-move-item-down, org-move-item-up): Remember and
24178         restore the column of the cursor position.
24180         * org-remember.el (org-remember-apply-template): Remove properties
24181         from `initial'.
24183         * org-wl.el (org-wl-open): Remove useless call to
24184         `wl-thread-open-all'.
24186         * org-remember.el (org-remember-handler): Fix bug with `bottom'
24187         location.
24189         * org-bbdb.el (org-bbdb-anniversaries): Require bbdb in
24190         `org-bbdb-anniversaries'.
24192         * org.el (org-get-next-sibling, org-forward-same-level):
24193         New functions, similar to the outline versions, but invisible headings
24194         are OK.
24196 2008-10-12  Bastien Guerry  <bzg@gnu.org>
24198         * org.el (org-auto-repeat-maybe): Insert a space between
24199         the timestamp's type and the timestamp itself.
24201 2008-10-12  Carsten Dominik  <dominik@science.uva.nl>
24203         * org-table.el (org-table-sum): Do not format the result with %g,
24204         it does rounding when there are too many digits.
24206         * org.el (org-map-entries): Protect the keyword-selecting variables.
24208 2008-10-12  Bastien Guerry  <bzg@gnu.org>
24210         * org-agenda.el (org-agenda-to-appt): Make sure the function check
24211         against all agenda files.
24213 2008-10-12  Carsten Dominik  <dominik@science.uva.nl>
24214             Bastien Guerry  <bzg@gnu.org>
24216         * org-list.el: New file, aggregating list functions from org.el
24217         and org-export-latex.el.
24219 2008-10-12  Carsten Dominik  <dominik@science.uva.nl>
24221         * org.el (org-edit-src-region-extra): New option.
24223         * org-agenda.el (org-agenda-to-appt): Fix bug with appointment
24224         time before 1am.
24226 2008-10-12  Bastien Guerry  <bzg@gnu.org>
24228         * org-export-latex.el (org-export-latex-keywords-maybe): Bug fix.
24230 2008-10-12  James TD Smith  <ahktenzero@mohorovi.cc>
24232         * org-plot.el (org-plot/gnuplot): Make tables starting with a
24233         hline work correctly.
24234         (org-plot/gnuplot-script): Put commas at the end of each script
24235         line.
24237         * org.el (org-get-refile-targets): Replace links with their
24238         descriptions.
24239         (org-imenu-get-tree): Replace links with their descriptions.
24241         * org-remember.el (org-remember-apply-template): Add a new
24242         expansion for adding properties to remember items.
24244         * org.el (org-add-log-setup): Skip over drawers (properties,
24245         clocks etc) when adding notes.
24247         * org-agenda.el (org-agenda-get-closed): Show durations of clocked
24248         items as well as the start and end times.
24250         * org-compat.el (org-get-x-clipboard-compat): Add a compat
24251         function for fetching the X clipboard on XEmacs and GNU Emacs 21.
24253         * org-remember.el (org-get-x-clipboard): Use the compat
24254         function to get clipboard values when x-selection-value is
24255         unavailable.  Use substring-no-properties instead of
24256         set-text-properties to remove text properties from the clipboard
24257         value.
24259         * org-clock.el (org-update-mode-line): Support limiting the
24260         modeline clock string, and display the full todo value in the
24261         tooltip.  Set a local keymap so mouse-3 on the clock string goes to
24262         the currently clocked task.
24263         (org-clock-string-limit): Add a custom value for the maximum
24264         length of the clock string in the modeline.
24265         (org-clock-mode-map): Add a keymap for the modeline string.
24267 2008-10-12  Carsten Dominik  <dominik@science.uva.nl>
24269         * org-compat.el (org-propertize): New function.
24271 2008-10-12  Bastien Guerry  <bzg@gnu.org>
24273         * org-export-latex.el (org-export-latex-tables): Protect exported
24274         tables from further special chars conversion.
24275         (org-export-latex-preprocess): Preserve LaTeX environments.
24276         (org-list-parse-list): Parse descriptive lists.
24277         (org-list-to-generic, org-list-to-latex, org-list-to-html)
24278         (org-list-to-texinfo): Export descriptive lists.
24279         (org-quote-chars): Remove.
24280         (org-export-latex-keywords-maybe): Use `replace-regexp-in-string'.
24281         (org-export-latex-list-beginning-re): Rename to
24282         `org-list-beginning-re'.
24283         (org-list-item-begin): Rename to `org-list-item-beginning'.
24285 2008-10-12  Eric Schulte  <schulte.eric@gmail.com>
24287         * org-plot.el: New file.
24289 2008-10-12  Carsten Dominik  <dominik@science.uva.nl>
24291         * org.el (org-refile): Allow refiling to the last entry in the
24292         buffer.
24293         (org-get-tags-at): Fix bug when inheritance is turned off.
24295         * org.el (org-indent-line-function): No longer check for src
24296         regions, this is too much overhead.
24298         * org-agenda.el (org-agenda-highlight-todo): Fix bugs with keyword
24299         matching.
24301         * org.el (org-scan-tags): Make sure that tags matching is not case
24302         sensitive.  TODO keyword matching is case sensitive, however, to
24303         avoid confusion with similar words that are not meant to be
24304         keywords.
24306         * org.el (org-get-local-tags-at): New function.
24307         (org-get-local-tags): New function.
24309         * org-exp.el (org-export-get-categories): New function.
24311         * org-agenda.el (org-sorting-choice)
24312         (org-agenda-sorting-strategy, org-agenda-get-todos)
24313         (org-agenda-get-timestamps, org-agenda-get-deadlines)
24314         (org-agenda-get-scheduled, org-agenda-get-blocks)
24315         (org-entries-lessp): Implement sorting by TODO state.
24316         (org-cmp-todo-state): New defsubst.
24318         * org-colview.el (org-colview-construct-allowed-dates):
24319         New function.
24320         (org-columns-next-allowed-value):
24321         Use `org-colview-construct-allowed-dates'.
24323         * org.el (org-protect-slash): New function.
24324         (org-get-refile-targets): Use `org-protect-slash'.
24326         * org-agenda.el (org-global-tags-completion-table): New variable.
24328         * org-exp.el (org-export-handle-export-tags): New function.
24329         (org-export-preprocess-string):
24330         Call `org-export-handle-export-tags'.
24332         * org-publish.el (org-publish-expand-components): Function removed.
24333         (org-publish-expand-projects): Allow components to have components.
24335         * org.el (org-indent-line-function): Do not indent in regions that
24336         are external source code.
24337         (org-yank-and-fold-if-subtree): New function.
24339         * org-agenda.el (org-agenda-todayp): New function.
24340         (org-agenda-get-deadlines, org-agenda-get-scheduled):
24341         Use `org-agenda-todayp'.
24343         * org.el (org-insert-heading-respect-content)
24344         (org-insert-todo-heading-respect-content): New commands.
24345         (org-insert-heading-respect-content): New option.
24346         (org-insert-heading): Respect `org-insert-heading-respect-content'.
24348         * org-clock.el (org-clock-find-position): Make sure the note after
24349         the clock line gets moved into the new clock drawer.
24351         * org-id.el (org-id-new): New option.
24353         * org-table.el (org-table-copy-down): Avoid overflow during
24354         increment.  Use prefix argument 0 to temporarily disable the
24355         increment.
24357         * org-exp.el (org-export-as-html): Do not turn on the major mode
24358         if the buffer will be killed anyway.
24359         (org-get-current-options): Exclude the #+TEXT field.
24360         (org-export-as-html): Make sure text before the first headline is
24361         a paragraph.
24363         * org-publish.el (org-publish-org-to): Tell the exporter that this
24364         buffer will be killed, so it is not necessary to do major mode
24365         initialization.
24367         * org-archive.el (org-archive-to-archive-sibling): Show empty
24368         lines after folding the archive sibling.
24370         * org.el (org-log-note-extra): New variable.
24372 2008-10-12  Bastien Guerry  <bzg@gnu.org>
24374         * org.el (org-additional-option-like-keywords): Add keywords for
24375         the _QUOTE, _VERSE and _SRC environments.
24377         * org-export-latex.el (org-export-latex-preprocess): Fix bug when
24378         exporting _QUOTE and _VERSE environments.
24380 2008-10-12  Carsten Dominik  <dominik@science.uva.nl>
24382         * org-agenda.el (org-agenda-filter-by-tag): New command.
24384         * org-exp.el (org-get-current-options): Remove angular brackets
24385         from the date entry.
24387         * org.el (org-edit-fixed-width-region): New function.
24388         (org-edit-fixed-width-region): Also try
24389         `org-edit-fixed-width-region'.
24390         (org-edit-fixed-width-region-mode): New option.
24391         (org-activate-code): Only interpret lines starting with colon
24392         plus a space as example lines.
24394         * org-remember.el (org-remember-templates): Add nil instead of
24395         empty strings to fix the length of remember templates.
24397         * org-table.el (org-calc-default-modes): Fix the time format for
24398         calc, from 12 hour to 24 hour clock.
24400         * org-agenda.el (org-agenda-get-deadlines)
24401         (org-agenda-get-scheduled): Avoid `time-of-day' extraction for
24402         entries that are pre-warnings of deadlines or reminders.
24404         * org.el (org-sort-entries-or-items): Make numeric and alpha
24405         comparisons ignore any TODO keyword and priority cookie.
24407         * org-remember.el (org-remember-handler): Reinterpretation of the
24408         prefix argument.
24410         * org-agenda.el (org-agenda-get-scheduled): Use new
24411         `org-scheduled' face.
24413         * org-faces.el (org-scheduled): New face.
24415         * org-wl.el (org-wl-open): Remove incorrect declaration.
24417         * org-gnus.el (org-gnus-store-link): Support for :to information
24418         in gnus links.
24420         * org-exp.el (org-export-as-html): Fix typo in creator
24421         information.
24422         (org-export-protect-examples): New parameter indent.  Insert extra
24423         spaces only when this parameter is specified.
24424         (org-export-preprocess-string): Call `org-export-protect-examples'
24425         with an indentation parameter when exporting to ASCII.
24427         * org-remember.el (org-remember-templates)
24428         (org-remember-apply-template): Allow the file component to be a
24429         function.
24431         * org.el (org-goto-local-search-headings): Rename from
24432         `org-goto-local-search-forward-headings'.  Added the possibility
24433         to search backwards.
24435         * org-export-latex.el (org-export-latex): New customization
24436         group.
24438         * org-agenda.el (org-write-agenda): Erase buffer for txt export.
24440         * org-exp.el (org-html-do-expand): Allow {} to terminate
24441         tex macro.
24443         * org.el (org-buffer-list): Select buffers based on major mode,
24444         not on file name.
24446         * org-agenda.el (org-agenda-align-tags): Fix bug with malformed
24447         face property.
24449         * org-colview.el (org-columns-display-here):
24450         Use `org-columns-modify-value-for-display-function'.
24452         * org.el (org-columns-modify-value-for-display-function): New option.
24454         * org-publish.el (org-publish-file): Make sure the directory match
24455         for the publishing directory works correctly.
24457         * org-agenda.el (org-agenda-execute-calendar-command)
24458         (org-agenda-diary-entry): Additional optional argument.
24460 2008-07-24  Carsten Dominik  <dominik@science.uva.nl>
24462         * org-exp.el (org-export-as-html): Add attributes also in mailto
24463         and ftp links.
24465         * org.el (org-autoload): Add `org-dblock-write:columnview'.
24467 2008-08-11  Glenn Morris  <rgm@gnu.org>
24469         * org-mac-message.el (do-applescript): Fix declaration.
24471 2008-08-10  Glenn Morris  <rgm@gnu.org>
24473         * org-exp.el (org-export-as-html): Let-bind `i'.
24475         * org.el (org-renumber-ordered-list): Fix bob/bobp typo.
24476         (org-extract-attributes): Let-bind `key', `value'.
24477         (org-make-tags-matcher): Let-bind `time-p'.
24479 2008-07-27  Carsten Dominik  <dominik@science.uva.nl>
24481         * org-install.el: New file.
24483 2008-07-26  Carsten Dominik  <dominik@science.uva.nl>
24485         * org-exp.el (org-export-html-style)
24486         (org-export-html-style-extra): Declare as safe-local-variable.
24488 2008-07-25  Carsten Dominik  <dominik@science.uva.nl>
24490         * org-publish.el (org-publish-file): Use the true name of the
24491         file.
24493         * org-jsinfo.el (org-infojs-handle-options): Use :style-extra
24494         instead of :style.
24496         * org-exp.el (org-export-plist-vars)
24497         (org-export-add-options-to-plist): Handle creator setting flag.
24498         (org-export-as-html): Handle attributes also for ftp and mailto
24499         links.
24501         * org-agenda.el (org-agenda-diary-entry)
24502         (org-agenda-execute-calendar-command): Cater for the second
24503         argument of `calendar-cursor-to-date'.
24505 2008-07-24  Carsten Dominik  <dominik@science.uva.nl>
24507         * org-exp.el (org-export-region-as-html, org-export-as-html):
24508         Make sure that calls from `org-export-region-as-html' do not do the
24509         special check for a subtree.
24511         * org-agenda.el (org-batch-store-agenda-views): Fix parsing bug.
24513         * org.el (org-open-file):
24514         Use `org-open-directory-means-index-dot-org'.
24515         (org-open-directory-means-index-dot-org): New option.
24517         * org.el (org-make-link-string): Remove link attributes from
24518         description.
24519         (org-open-at-point): Remove link attributes before using the path.
24521         * org-exp.el (org-export-as-html): Handle link attributes.
24523         * org.el (org-extract-attributes, org-attributes-to-string): New functions.
24525         * org-table.el (org-table-to-lisp): New function.
24527         * org.el (org-narrow-to-subtree): Do not include the final newline
24528         into the narrowed region.
24530         * org-agenda.el (org-agenda-custom-commands-local-options):
24531         Fix bug with user-define skipping condition.
24533         * org-agenda.el (org-agenda-get-restriction-and-command): Fix typo.
24535         * org-exp.el (org-export-html-style-default): Automatic overflow
24536         handling for pre fields.
24537         (org-export-as-ascii, org-export-as-html): Change default format
24538         for time stamp.
24540         * org-table.el (org-table-export): Offer completion for translator
24541         functions, and do not require a heading above the table.
24543         * org.el (org-renumber-ordered-list, org-beginning-of-item-list):
24544         Cater for the case of a list starting in the first line of the
24545         buffer.
24547         * org-publish.el (org-publish-find-title): Bug fix.
24548         (org-publish-org-index): Implement new :index-style option.
24550         * org-publish.el (org-publish-timestamp-filename):
24551         Use SHA1-encoded file names in the timestamp directory.
24553         * org-publish.el (org-publish-needed-p): Be verbose about files
24554         published and files skipped.
24556         * org-exp.el (org-export-preprocess-string): Swap link
24557         normalization and internal link targeting.
24559         * org-publish.el (org-publish-needed-p): Create timestamp
24560         directory when it does not exist.
24562         * org-clock.el (org-clock-out-when-done): Doc fix.
24564         * org.el (org-agenda-skip-unavailable-files): Doc fix.
24566         * org-exp.el (org-export-remove-comment-blocks-and-subtrees):
24567         Ignore case when searching for the COMMENT cookie at export time.
24569         * org-exp.el (org-get-file-contents)
24570         (org-get-and-remove-property): New functions.
24571         (org-export-handle-include-files): Handle the new prefix options.
24572         (org-export-as-html): Fix the verse environment.
24574         * org.el (org-time=, org-time<, org-time<=, org-time>)
24575         (org-time>=, org-time<>, org-2ft): New functions.
24576         (org-op-to-function): Also provide for the time testing functions.
24578         * org-exp.el (org-export-html-style-default): New constant.
24580         * org-exp.el (org-export-html-style-extra): New variable.
24581         (org-export-splice-style): New function.
24583         * org-exp.el (org-export-plist-vars, org-export-as-html):
24584         Implement `org-export-creator-info'.
24585         (org-export-creator-info): New option.
24587         * org.el (org-clock-drawer-start-re, org-clock-drawer-end-re)
24588         (org-property-drawer-re, org-clock-drawer-re): New constants.
24590         * org-exp.el (org-icalendar-use-deadline)
24591         (org-icalendar-use-scheduled): New options.
24592         (org-icalendar-include-todo): Default changed to t.
24593         (org-print-icalendar-entries): Implement better utilization of
24594         scheduling and deadline time stamps.
24595         (org-export-target-internal-links, org-export-as-html): Allow file
24596         lines without the "file:" prefix if the file path is an absolute
24597         path or starts with ".".
24599         * org-clock.el (org-clocktable-shift): Also understand yesterday,
24600         lastweek etc.
24601         (org-clock-special-range): Also understand yesterday, lastweek etc.
24603         * org.el (org-agenda-skip-archived-trees): Docstring now
24604         discourages using this.
24605         (org-scan-tags): Check for org-agenda-archives-mode.
24606         (org-map-entries): Make sure org-agenda-archives-mode is nil.
24607         (org-agenda-files): Functionality of second arg changed.
24609         * org-agenda.el (org-agenda-archives-mode): New variable.
24610         (org-write-agenda, org-prepare-agenda, org-agenda-list)
24611         (org-search-view, org-todo-list, org-tags-view)
24612         (org-agenda-list-stuck-projects): Call `org-agenda-files' with
24613         `ifmode' argument.
24614         (org-agenda-quit): Reset the archives mode.
24615         (org-agenda-archives-mode): New command.
24616         (org-agenda-set-mode-name): Include archives info.
24618         * org.el (org-paste-subtree): Make sure the yanked headline is
24619         visible if it was yanked at a visible point.
24620         (org-move-item-up): Fix the bug with moving white space at the end
24621         of the item.
24622         (org-show-empty-lines-in-parent): New function.
24624 2008-07-19  Juri Linkov  <juri@jurta.org>
24626         * org.el (narrow-map): Bind `org-narrow-to-subtree' to "s" on the
24627         new keymap `narrow-map' instead of binding "\C-xns".
24629 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
24631         * org.el (org-agenda-skip-unavailable-files):
24632         * org-clock.el (org-clock-out-when-done): Doc fixes.
24634 2008-06-18  Glenn Morris  <rgm@gnu.org>
24636         * org.el (org-map-entries): Let-bind `file'.
24638 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
24640         * org-colview.el (org-columns-next-allowed-value): Bug fix.
24642         * org-agenda.el (org-agenda-get-closed): Get the end time into the
24643         agenda prefix as well.
24645         * org-publish.el (org-publish-org-index): Make a properly indented
24646         list.
24648         * org.el (org-calendar-agenda-action-key): New option.
24649         (org-get-cursor-date): New function.
24650         (org-mark-entry-for-agenda-action): New command.
24651         (org-overriding-default-time): New variable.
24652         (org-read-date): Respect `org-overriding-default-time'.
24654         * org-remember.el (org-remember-apply-template): Respect the
24655         overriding default time.
24657         * org-agenda.el (org-agenda-action-marker): New variable.
24658         (org-agenda-action): New command.
24659         (org-agenda-do-action): New function.
24661 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
24663         * org.el (org-schedule, org-deadline): Protect scheduled and
24664         deadline tasks against changes that accidentally remove the
24665         repeater.  Also show a message with the new date when done.
24667 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
24669         * org.el (org-beginning-of-line): Cater for the case when there
24670         are tags but no headline text.
24671         (org-align-tags-here): Convert to tabs only when indent-tabs-mode
24672         it set.
24674 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
24676         * org-mhe.el (org-mhe-get-message-folder-from-index): Make sure
24677         the return value is nil instead of "nil" when there is no match.
24679         * org-exp.el (org-insert-centered): Use fill-column instead of
24680         80.
24681         (org-export-as-ascii): Use string-width to measure the width of
24682         the heading.
24684         * org.el (org-diary-to-ical-string): No longer kill buffer
24685         FROMBUF, this is now done by the caller.
24687         * org-exp.el (org-print-icalendar-entries): Move the call to
24688         `org-diary-to-ical-string' out of the loop, and kill the buffer
24689         afterwords.
24691         * org-remember.el (org-remember-visit-immediately):
24692         Position cursor after moving to the note.
24693         (org-remember-apply-template): Use a text property to record the
24694         cursor position.
24695         (org-remember-handler): Align tags after pasting the note.
24697 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
24699         * org-bbdb.el (org-bbdb-follow-anniversary-link): New function.
24701         * org-agenda.el (org-agenda-open-link): If there is an
24702         org-bbdb-name property in the current line, jump to that bbdb
24703         entry.
24705         * org-bbdb.el (org-bbdb-anniversaries): Add the bbdb-name as a
24706         text property, so that the agenda knows where this entry comes
24707         from.
24709         * org-agenda.el (org-agenda-clock-in): Fix bug in the
24710         interaction between clocking-in from the agenda, and  automatic
24711         task state switching.
24713         * org-macs.el (org-with-point-at): Bug fix in macro definition.
24715         * org.el (org-beginning-of-line, org-end-of-line): Make sure the
24716         zmacs-region stays after this command in XEmacs.
24718 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
24720         * org.el (org-scan-tags): Allow new values for ACTION parameter.
24722         * org-remember.el (org-remember-templates): Fix bug in
24723         customization type definition.
24725         * org.el (org-map-entries): New function.
24727 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
24729         * org-agenda.el (org-agenda-skip-comment-trees): New option.
24730         (org-agenda-skip): Respect `org-agenda-skip-comment-trees'.
24732 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
24734         * org-remember.el (org-jump-to-target-location): New variable.
24735         (org-remember-apply-template):
24736         Set `org-remember-apply-template' if requested by template.
24737         (org-remember-handler): Start an idle timer to jump to
24738         remember location.
24740         * org-exp.el (org-get-current-options): Add the FILETAGS setting.
24742         * org.el (org-set-regexps-and-options): Fix bug with parsing of
24743         file tags.
24744         (org-get-tags-at): Add the content of `org-file-tags'.
24746         * org-exp.el (org-export-handle-comments): Fix bug with several
24747         comment lines after each other.
24748         (org-number-to-roman, org-number-to-counter): New functions.
24749         (org-export-section-number-format): New option.
24751 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
24753         * org-exp.el (org-export-protect-examples): Catch the case of a
24754         missing end_example line.
24756         * org.el (org-set-regexps-and-options): Set `org-file-properties' and
24757         `org-file-tags' to nil.
24759         * org-colview.el (org-columns-next-allowed-value): Handle next
24760         argument NTH to directly select a value.
24762 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
24764         * org-agenda.el (org-agenda-scheduled-leaders): Fix docstring.
24766 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
24768         * org.el (org-columns-ellipses): New option.
24770 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
24772         * org-colview.el (org-columns-add-ellipses): New function.
24773         (org-columns-compact-links): New function.
24774         (org-columns-cleanup-item): Call `org-columns-compact-links'.
24775         (org-columns-display-here): Call `org-agenda-columns-cleanup-item'
24776         when in agenda.
24777         (org-columns-edit-value): Fix bug with editing values from
24778         agenda column view.
24779         (org-columns-redo): Also redo the agenda itself.
24781 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
24783         * org-agenda.el (org-agenda-columns-remove-prefix-from-item):
24784         New option.
24786         * org-colview.el (org-agenda-columns-cleanup-item): New function.
24788         * org-exp.el (org-export-ascii-preprocess): Rename from
24789         `org-export-ascii-clean-string'.
24790         (org-export-kill-licensed-text)
24791         (org-export-define-heading-targets)
24792         (org-export-handle-invisible-targets)
24793         (org-export-target-internal-links)
24794         (org-export-remove-or-extract-drawers)
24795         (org-export-remove-archived-trees)
24796         (org-export-protect-quoted-subtrees)
24797         (org-export-protect-verbatim, org-export-protect-examples)
24798         (org-export-select-backend-specific-text)
24799         (org-export-mark-blockquote-and-verse)
24800         (org-export-remove-comment-blocks-and-subtrees)
24801         (org-export-handle-comments, org-export-mark-radio-links)
24802         (org-export-remove-special-table-lines)
24803         (org-export-normalize-links)
24804         (org-export-concatenate-multiline-links)
24805         (org-export-concatenate-multiline-emphasis): New functions,
24806         obtained from spliting the export preprocessor.
24808         * org-table.el (org-table-recalculate): Improve error message if
24809         the row number is invalid.
24811 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
24813         * org-archive.el (org-archive-save-context-info): Fix bugs in
24814         customization setup and docstring.
24816         * org-exp.el (org-export-html-style): Change the size of in the
24817         <pre> element to 90%.
24819 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
24821         * org.el (org-find-src-example-start): Function removed.
24822         (org-edit-src-find-region-and-lang): New function.
24824 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
24826         * org.el (org-edit-src-exit): New function.
24827         (org-exit-edit-mode): New minor mode.
24829         * org-exp.el (org-export-preprocess-string): Fix bug with removing
24830         comment-like lines from protected examples.
24832         * org.el (org-edit-src-example, org-find-src-example-start)
24833         (org-protect-source-example, org-edit-special): New functions.
24835 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
24837         * org-publish.el (org-publish-project-alist): Fix typo in
24838         docstring.
24839         (org-publish-project-alist): Handle :index-title property.
24841 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
24843         * org-export-latex.el (org-export-as-latex): Make sure region
24844         bounds are correct.  Parse subtree properties relating to export.
24846         * org-exp.el (org-export-add-options-to-plist): New function.
24847         (org-infile-export-plist): Use `org-export-add-options-to-plist'.
24849 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
24851         * org.el (org-default-properties): Add EXPORT_FILE_NAME and
24852         EXPORT_TITLE.
24854         * org-exp.el (org-export-get-title-from-subtree)
24855         (org-export-as-ascii, org-export-as-html): Make sure the original
24856         region-beginning and region-end are used, even after moving point.
24857         (org-export-get-title-from-subtree): Also try the EXPORT_TITLE
24858         property.
24860         * org-remember.el (org-remember-last-stored-marker): New variable.
24861         (org-remember-goto-last-stored): Use `org-goto-marker-or-bmk'.
24862         (org-remember-handler): Also use marker to remember
24863         last-stored position.
24865         * org.el (org-goto-marker-or-bmk): New function.
24867 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
24869         * org.el (org-file-properties): Rename from `org-local-properties'.
24870         (org-scan-tags): Take file tags into account.
24871         (org-tags-match-list-sublevels): Default changed to t.
24873         * org-exp.el (org-export-as-html): Close paragraph after a footnote.
24875         * org.el (org-update-parent-todo-statistics): New function.
24877         * org-exp.el (org-icalendar-store-UID): New option.
24878         (org-icalendar-force-UID): Option removed.
24879         (org-print-icalendar-entries): IMplement UIDs.
24881 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
24883         * org-mhe.el (org-mhe-follow-link): Fix bug in mhe searches.
24885 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
24887         * org-faces.el (org-column): Document how this face is being used
24888         and why sometimes the background faces shine through.
24890         * org-mhe.el (org-mhe-follow-link): Improve handling of searches.
24892         * org-publish.el (org-publish-attachment): Create publishing
24893         directory if it does not yet exist.
24895         * org-table.el (org-calc-default-modes): Change default number
24896         format to (float 8).
24898         * org.el (org-olpath-completing-read): New function.
24899         (org-time-clocksum-format): New option.
24900         (org-minutes-to-hh:mm-string): Use `org-time-clocksum-format'.
24902         * org-clock.el (org-clock-display, org-clock-out)
24903         (org-update-mode-line): Use `org-time-clocksum-format'.
24905         * org-colview.el (org-columns-number-to-string):
24906         Use `org-time-clocksum-format'.
24908 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
24910         * org-id.el: New file, move from contrib to core.
24912         * org-exp.el (org-icalendar-force-UID): New option.
24914 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
24916         * org-exp.el (org-print-icalendar-entries): Make sure DTEND is
24917         shifted by one day if there is a date range without an end time.
24919         * org.el (org-try-structure-completion): New function.
24921 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
24923         * org.el (org-set-font-lock-defaults): Improve fontification of
24924         description lists.
24925         (org-insert-item): Handle description lists.
24926         (org-adaptive-fill-function): Improve auto indentation in
24927         description lists.
24929         * org-exp.el (org-export-as-html, org-export-preprocess-string):
24930         Implement VERSE environment.
24931         (org-export-preprocess-string): Implement the COMMENT
24932         environment.
24934         * org-export-latex.el (org-export-latex-preprocess):
24935         Implement VERSE environment.
24937 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
24939         * org-jsinfo.el (org-infojs-opts-table): Add entry for FIXED_TOC
24940         option.
24942 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
24944         * org-table.el (orgtbl-to-tsv, orgtbl-to-csv): New functions.
24946         * org.el (org-quote-csv-field): New functions.
24948         * org-table.el (org-table-export-default-format): Remove :splice
24949         from default format, we get the same effect by not specifying
24950         :tstart and :tend.
24951         (org-table-export): Improve setup, distinguish better between
24952         interactive and non-interactive use, allow specifying the format
24953         on the fly, better protection against wrong file names.
24954         (orgtbl-to-generic): Fix documentation.  Do not require :tstart
24955         and :tend when :splice is omitted.
24957 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
24959         * org-clock.el (org-clock-select-task): Make sure the selection
24960         letters are 1-9 and A-Z, no special characters.
24962 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
24964         * org-exp.el (org-export-htmlize): New group.
24965         (org-export-htmlize-output-type)
24966         (org-export-htmlize-css-font-prefix): New options.
24967         (org-export-htmlize-region-for-paste): New function.
24968         (org-export-htmlize-generate-css): New command.
24970 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
24972         * org.el (org-set-visibility-according-to-property): New function.
24973         (org-ctrl-c-ctrl-c): Do not restart org-mode, just get the options
24974         and compute the regular expressions, and update font-lock.
24975         (org-property-re): Allow a dash in property names.
24977         * org-archive.el (org-extract-archive-file): Insert the file name
24978         without the path into the format, to allow the location format to
24979         contain a subdirectory.
24981         * org-agenda.el (org-agenda-post-command-hook): If point is at end
24982         of buffer, and the `org-agenda-type' property undefined, use the
24983         value from the character before.
24985         * org.el (org-add-planning-info): Don't let indentation for
24986         would-be timestamp become extra whitespace at the end of headline.
24988 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
24990         * org.el (org-remove-double-quotes, org-file-contents):
24991         New functions.
24993         * org-exp.el (org-infile-export-plist): Also parse the
24994         contents of #+SETUPFILE files, recursively.
24996         * org.el (org-set-regexps-and-options): Also parse the
24997         contents of #+SETUPFILE files, recursively.
24999         * org-exp.el (org-export-handle-include-files): New function.
25000         (org-export-preprocess-string):
25001         Call `org-export-handle-include-files'.
25003         * org.el (org-delete-property-globally)
25004         (org-delete-property, org-set-property): Ignore case during
25005         completion.
25006         (org-set-property): Use `org-completing-read' instead of
25007         `completing-read'.
25009         * org.el (org-complete-expand-structure-template): New,
25010         experimental function.
25011         (org-structure-template-alist): New, experimental option.
25012         (org-complete): Call `org-complete-expand-structure-template'.
25014 2008-06-17  Bastien Guerry  <bzg@gnu.org>
25016         * org-export-latex.el (org-export-latex-preprocess):
25017         Add support for blockquotes.
25019 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
25021         * org.el (org-read-date-analyze): Catch the case where only a
25022         weekday is given.
25024 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
25026         * org.el (org-set-font-lock-defaults): Make the description
25027         tag bold.
25029         * org-exp.el (org-export-as-html, org-close-li):
25030         Implement description lists.
25032 2008-06-17  Jason Riedy  <jason@acm.org>
25034         * org-table.el (*orgtbl-default-fmt*): New variable.
25035         (orgtbl-format-line): Use the value of *orgtbl-default-fmt*
25036         when there is no other fmt available.
25038         (orgtbl-to-generic): Allow an explicitly nil :tstart or
25039         :tend to suppress the appropriate string.
25041         (orgtbl-to-orgtbl): New function for translating to another orgtbl
25042         table.
25044 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
25046         * org.el (org-read-date-analyze): "." as an alias for "+0" in
25047         read date.
25049         * org-clock.el (org-clock-save-markers-for-cut-and-paste):
25050         New function.
25052         * org-agenda.el (org-agenda-save-markers-for-cut-and-paste):
25053         New function.
25055 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
25057         * org-clock.el (org-clock-find-position): Don't include notes
25058         into clock drawer.
25060         * org-archive.el (org-archive-subtree): No longer remove an
25061         extra line after cutting the subtree.  `org-cut-subtree' already
25062         takes care of this.
25064         * org-remember.el (org-remember-handler): Only kill the target
25065         buffer if it does not contain the running clock.
25067         * org.el (org-markers-to-move): New variable.
25068         (org-save-markers-in-region, org-check-and-save-marker)
25069         (org-reinstall-markers-in-region): New function.
25070         (org-move-subtree-down, org-copy-subtree): Remember relative
25071         marker positions before cutting.
25072         (org-move-subtree-down, org-paste-subtree): Restore relative
25073         marker positions after pasting.
25075         * org-remember.el (org-remember-clock-out-on-exit): New option.
25076         (org-remember-finalize): Clock out only if the setting in
25077         `org-remember-clock-out-on-exit' requires it.
25078         (org-remember-handler): Do the cleanup in the buffer, to make sure
25079         that the clock marker remains in tact.
25081 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
25083         * org-clock.el (org-clock-goto): Widen buffer if necessary.
25084         (org-clock-in): Make sure that also tasks outside the narrowed
25085         region will be clocked in correctly.
25086         (org-clock-insert-selection-line): Widen the buffer so that we can
25087         find the correct task heading.
25089         * org.el (org-base-buffer): New function.
25091         * org-exp.el (org-icalendar-cleanup-string): Make sure ","
25092         and ";" are escaped.
25093         (org-print-icalendar-entries): Also apply
25094         `org-icalendar-cleanup-string' to the headline, not only to the
25095         summary property.
25097 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
25099         * org-exp.el (org-export-preprocess-hook): New hook.
25100         (org-export-preprocess-string): Call `org-export-preprocess-hook'.
25102         * org.el (org-font-lock-hook): New variable.
25103         (org-font-lock-hook): New function.
25104         (org-set-font-lock-defaults): Call `org-font-lock-hook'.
25106 ;; Local Variables:
25107 ;; coding: utf-8
25108 ;; add-log-time-zone-rule: t
25109 ;; End:
25111         Copyright (C) 2008-2012 Free Software Foundation, Inc.
25113   This file is part of GNU Emacs.
25115   GNU Emacs is free software: you can redistribute it and/or modify
25116   it under the terms of the GNU General Public License as published by
25117   the Free Software Foundation, either version 3 of the License, or
25118   (at your option) any later version.
25120   GNU Emacs is distributed in the hope that it will be useful,
25121   but WITHOUT ANY WARRANTY; without even the implied warranty of
25122   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
25123   GNU General Public License for more details.
25125   You should have received a copy of the GNU General Public License
25126   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.