Merge from emacs-24; up to 2012-12-05T00:13:56Z!yamaoka@jpl.org
[emacs.git] / lisp / org / ChangeLog
blobe2b5437228de01e2dfb04d3334fb711356d497d8
1 2012-12-20  Michael Albinus  <michael.albinus@gmx.de>
3         * ob.el (org-babel-temp-file): Fix setting of
4         `temporary-file-directory' on remote hosts.
6         * ob-eval.el (org-babel-shell-command-on-region): Use
7         `process-file' instead of `call-process-region'.  The latter one
8         does not work on remote hosts.
10 2012-12-13  Bastien Guerry  <bzg@gnu.org>
12         * org-latex.el (org-export-latex-links): Escape raw path when
13         exporting links to files.
15         * org-src.el (org-src-native-tab-command-maybe): Fix bug: the
16         S-TAB key should not trigger a native TAB command.
18         * org.el (org-open-at-point): Allow to open any link within
19         footnotes definition, not only bracket links.
21         * org.el (org-sort-entries): Bugfix: keep track of the clock
22         marker when sorting entries.  Enhance the docstring.
24         * org-clock.el (org-clock-out): Use `user-error' when the user
25         tries to clock out while there is no running clock.
27         * org-table.el (org-table-sort-lines): Ensure coordinates are
28         correctly displayed when sorting.
30         * org.el (org-do-sort): Enhance prompt.
32         * org-agenda.el (org-agenda-finalize): Also activate plain links.
34         * org-timer.el (org-timer-stop): Add message.
36         * org-agenda.el (org-agenda-schedule, org-agenda-deadline):
37         Fix redundant messages.
39         * org-agenda.el (org-agenda-finalize): Fix clock highlighting.
41         * org.el (org-additional-option-like-keywords): Add "INDEX:".
43         * org-install.el: Enhance warning.
45 2012-12-13  Erik Hetzner  <egh@e6h.org>  (tiny change)
47         * org.el (org-log-into-drawer): Honor the nil value for the
48         :LOG_INTO_DRAWER: property.
50 2012-12-13  Le Wang  <l26wang@gmail.com>  (tiny change)
52         * org-src.el (org-edit-src-exit): Fix editing source section with
53         blank lines.
55 2012-12-13  Le Wang  <le.wang@agworld.com.au>
57         * org-src.el (org-edit-src-code): Use marker with insertion type
58         t to track end and remove hack requiring delete from beg to (1- end).
60 2012-12-13  Nicolas Goaziou  <n.goaziou@gmail.com>
62         * org-element.el (org-element-context): When point is between two
63         objects, be sure to return the second one.
65         * org-list.el (org-list-separating-blank-lines-number): When
66         computing number of blank lines separating items, also count those
67         in unparsed blocks, like example blocks.
69         * org.el (org-end-of-line): When visual line mode is on, really
70         move by visual lines.  Small refactoring.
72         * org.el (org-end-of-line): On a hidden block make sure to
73         delegate motion to `end-of-line' instead of `move-end-of-line' in
74         order to stay on the current line.
76 2012-12-13  Rafael Laboissiere  <rafael@laboissiere.net>  (tiny change)
78         * org-bibtex.el: In the documentation section of the file, fix the
79         broken URL to Andrew Roberts' document on BibTeX entries.
81         * org-remember.el (org-remember-handler): Correctly strip the
82         comment lines in the temporary buffer *Remember* when handling a
83         remember note.
85         * org-remember.el (org-remember-apply-template): Start the
86         commented lines in the Remember temporary buffer with the
87         appropriate characters.
89 2012-12-13  Toby S. Cubitt  <tsc25@cantab.net>
91         * org.el (org-beginning-of-line): Check `visual-line-mode' instead
92         of `line-visual-mode' to determine whether to move by visual lines.
94         * org.el (org-kill-line): Use the `org-bound-and-true-p' macro.
96 2012-12-04  Chong Yidong  <cyd@gnu.org>
98         * org-bibtex.el (org-bibtex-ask): Use visual-line-mode instead of
99         longlines-mode.
101 2012-10-26  Achim Gratz  <stromeko@stromeko.de>
103         * ob-ditaa.el: Needs to (require 'org-compat) for
104         org-find-library-dir.
106         * org.el: Remove utf-8 codepoints in docstrings, bytecode doesn't
107         work when loaded from compressed files.
109         * org-compat.el: Make sure that file-name-directory is getting a
110         stringp.  This avoids a possible " (wrong-type-argument stringp
111         nil)" error when the library in question does not exist.
113         * org-odt.el: Replace arc-mode.el by arc-mode.
115         * org.el: Replace org-macs.el by org-macs.
117         * org-install.el: Provide an empty file that prints a warning
118         about an outdated configuration.
120 2012-10-26  Bastien Guerry  <bzg@gnu.org>
122         * org-latex.el (org-export-as-latex): Remove obsolete argument
123         `hidden'.  Also fix the docstring: using 'string as the value
124         for `to-buffer' outputs a string with no LaTeX header.
125         (org-export-as-latex-batch)
126         (org-export-as-latex-to-buffer, org-export-region-as-latex)
127         (org-export-as-pdf): Don't use the obsoleted argument.
129         * ob-haskell.el (org-export-as-latex): Don't use the obsoleted
130         argument `hidden'.
132         * org.el (org-refile): Run within `with-demoted-errors' so
133         that a corrupted bookmark file does not stop the refile
134         process.
136         * org-capture.el (org-capture-bookmark-last-stored-position):
137         Ditto for the capture process.
139         * org-src.el (org-edit-src-exit): Fix bug when saving an empty
140         source buffer.
142         * org-lparse.el (org-lparse): Fix bug by returning the output
143         of `org-do-lparse'.
145         * org.el (org-refile-check-position): Throw an error when the
146         refile target is the current buffer and is not a file.
147         (org-agenda-file-to-front, org-remove-file): Throw an error
148         when the current buffer is not a file.
149         (org-check-agenda-file): Enhance the message.
150         (org-element-type): Autoload.
151         (org-element-context, org-element-paragraph-parser): Don't
152         declare as these two functions are not used in org.el.
154         * org-lparse.el (browse-url-file-url): Declare.
156         * org.el (org-refile-check-position): Fix typo in docstring.
158         * org-clock.el (org-clock-modeline-total): Make obsolete.
159         (org-clock-mode-line-total): Rename from
160         `org-clock-modeline-total'.
161         (org-clock-get-sum-start): Fix references to
162         `org-clock-modeline-total'.
164         * org-faces.el (org-agenda-filter-tags)
165         (org-agenda-filter-category, mode-line): Use the 'mode-line
166         face instead of the obsolete 'modeline.
168         * org-odt.el (org-odt-styles-dir): Try more directories.
169         Don't throw an error, just send a message.
171         * org-odt.el (org-odt-lib-dir, org-odt-data-dir)
172         (org-odt-schema-dir-list, org-odt-styles-dir-list): Delete.
173         (org-export-odt-schema-dir, org-odt-styles-dir): Infer the
174         correct directories without requiring other variables.
176         * org-fixup.el (org-make-org-version, org-make-autoloads):
177         Don't define `org-odt-data-dir' in org-version.el.
179         * org-loaddefs.el: New file.
181         * org.el ("org-loaddefs.el"): Don't throw an error if the file
182         cannot be fund.
183         (org-version): Use org-loaddefs.el instead of org-install.el.
185         * org.el: Don't dynamically autoload already autoloaded
186         functions.
187         (org-clock-update-time-maybe): Move to org-clock.el.
189         * org-exp.el (org-insert-export-options-template): Remove
190         autoload cookie.
192         * org-clock.el (org-resolve-clocks, org-clock-in)
193         (org-clock-out, org-clock-cancel, org-clock-goto)
194         (org-clock-sum, org-clock-display, org-clock-report)
195         (org-dblock-write:clocktable): Add autoload cookie.
196         (org-clock-update-time-maybe): Moved from org.el.
198         * org-beamer.el (org-beamer-sectioning, org-beamer-mode): Ditto.
200         * org-ascii.el (org-export-ascii-preprocess): Ditto.
202         * org-archive.el (org-archive-subtree)
203         (org-archive-to-archive-sibling, org-toggle-archive-tag): Add
204         autoload cookie.
206         * org-colview.el (org-columns, org-dblock-write:columnview)
207         (org-insert-columns-dblock, org-agenda-columns): Ditto.
209         * org-table.el (org-table-create-with-table.el)
210         (org-table-create-or-convert-from-region, org-table-create)
211         (org-table-convert-region, org-table-import)
212         (org-table-export, org-table-align)
213         (org-table-justify-field-maybe, org-table-next-field)
214         (org-table-previous-field, org-table-next-row)
215         (org-table-copy-down, org-table-field-info)
216         (org-table-current-dline, org-table-goto-column)
217         (org-table-insert-column, org-table-delete-column)
218         (org-table-move-column-right, org-table-move-column-left)
219         (org-table-move-column, org-table-move-row-down)
220         (org-table-move-row-up, org-table-move-row)
221         (org-table-insert-row, org-table-insert-hline)
222         (org-table-hline-and-move, org-table-kill-row)
223         (org-table-sort-lines, org-table-cut-region)
224         (org-table-copy-region, org-table-paste-rectangle)
225         (org-table-convert, org-table-wrap-region)
226         (org-table-edit-field, org-table-sum)
227         (org-table-get-stored-formulas)
228         (org-table-maybe-eval-formula)
229         (org-table-rotate-recalc-marks)
230         (org-table-maybe-recalculate-line, org-table-eval-formula)
231         (org-table-recalculate, org-table-iterate)
232         (org-table-edit-formulas)
233         (org-table-toggle-coordinate-overlays)
234         (org-table-toggle-formula-debugger, orgtbl-to-generic)
235         (orgtbl-to-tsv, orgtbl-to-csv, orgtbl-to-latex)
236         (orgtbl-to-html, orgtbl-to-texinfo, orgtbl-to-orgtbl): Ditto.
238         * org.el (turn-on-orgtbl): Moved here from org-table.el.
239         (org-clock-persistence-insinuate): Moved here from org-clock.el.
240         (org-update-all-dblocks, org-map-entries)
241         (org-require-autoloaded-modules, org-forward-element)
242         (org-backward-element, org-up-element)
243         (org-element-greater-elements, org-drag-element-backward)
244         (org-drag-element-forward, org-mark-element)
245         (org-narrow-to-element, org-transpose-element)
246         (org-unindent-buffer): Don't autoload.
248         * org-clock.el (org-clock-get-clocktable): Rename from
249         `org-get-clocktable'.
250         (org-clock-persistence-insinuate): Move to org.el.
252         * org-capture.el: Do no set `generated-autoload-file' locally.
253         Minor code clean up.
255         * org-agenda.el (org-agenda-list): Use
256         `org-clock-get-clocktable'.  Do no set
257         `generated-autoload-file' locally.
259         * org-table.el (org-table-iterate-buffer-tables): Minor
260         reformatting.
261         (turn-on-orgtbl): Move to org.el.
263         * org-html.el (org-export-htmlize-generate-css): Don't autoload.
265         * org-timer.el (org-timer-pause-or-continue, org-timer-stop):
266         Ditto.
268         * ob-tangle.el (org-babel-tangle-lang-exts): Ditto.
270         * ob-lob.el (org-babel-lob-ingest): Ditto.
272         * org-id.el (org-id-copy)
273         (org-id-get-with-outline-path-completion)
274         (org-id-get-with-outline-drilling): Ditto.
276         * org-lparse.el (org-lparse-and-open, org-lparse-batch)
277         (org-lparse-to-buffer, org-replace-region-by)
278         (org-lparse-region): Ditto.
280         * org-mobile.el (org-mobile-create-sumo-agenda): Ditto.
282         * org.el (org-cycle): Fix misplaced autoload cookie.
284         * org-agenda.el (org-agenda-get-timestamps): Check if the item
285         is an habit when formatting it with `org-agenda-format-item'.
286         (org-agenda-get-blocks): Fix bug: don't assume the item is an
287         habit when formatting with `org-agenda-format-item'.
289         * org.el (org-calendar-agenda-action-key): Delete an option.
290         (org-mode-map): Delete its keybinding.
291         (org-agenda-action-marker, org-mark-entry-for-agenda-action):
292         Delete.
294         * org-agenda.el (org-agenda-diary-entry): Don't prevent from
295         being used outside of Org agendas, as it can be used in
296         calendar buffers too.
298 2012-10-26  Caio Tiago Oliveira  <asrail@gmail.com>  (tiny change)
300         * ob-scala.el (org-babel-scala-wrapper-method): Use a Scala
301         block enclosing the submitted code.
303 2012-10-26  Myles English  <mylesenglish@gmail.com>  (tiny change)
305         * org-clock.el (org-clock-in): Moved the call to
306         org-clock-in-prepare-hook until the task's properties
307         can be accessed.
309 2012-10-26  Nicolas Goaziou  <n.goaziou@gmail.com>
311         * org.el (org-auto-fill-function): Make sure `adaptive-fill-mode'
312         mode is nil when pre-computed `fill-prefix' is the empty string.
313         Otherwise filling functions from fill.el think it has to be computed
314         again and overwrite it.
316         * org.el: Make `org-closest-date' aware of hours repeaters.
318         * org.el (org-end-of-line): Do not call `end-of-visual-line' when
319         moving to the end of line.  Also improve behaviour on elements that
320         can be hidden.
322         * org.el (org-sparse-tree): Allow to call `org-show-todo-tree'
323         with an argument.
325         * org-element.el (org-element--get-next-object-candidates): Fix
326         parsing of objects of the same type in a single paragraph.
328         * org-element.el (org-element-sub/superscript-successor): Fix
329         parsing of sub/superscript at beginning of item.
330         (org-element-latex-or-entity-successor): Fix parsing of latex
331         fragments at beginning of item.
333         * org-agenda.el (org-agenda-later): Fix function when span is
334         a number and an argument was provided.  Also fix typo in docstring.
336         * org.el (org-read-date-analyze): Fix analyzing for dates like
337         "29.03 16:40".
339         * org-element.el (org-element-center-block-parser)
340         (org-element-drawer-parser, , org-element-footnote-definition-parser)
341         (org-element-inlinetask-parser, org-element-plain-list-parser)
342         (org-element-quote-block-parser, org-element-special-block-parser)
343         (org-element-babel-call-parser, org-element-clock-parser)
344         (org-element-comment-parser, org-element-comment-block-parser)
345         (org-element-example-block-parser, org-element-export-block-parser)
346         (org-element-fixed-width-parser, org-element-horizontal-rule-parser)
347         (org-element-keyword-parser, org-element-latex-environment-parser)
348         (org-element-paragraph-parser, org-element-planning-parser)
349         (org-element-property-drawer-parser, org-element-src-block-parser)
350         (org-element-table-parser)
351         (org-element-verse-block-parserorg-element-dynamic-block-parser):
352         Make sure element never ends at the end of a blank non-empty line.
354         * org-element.el (org-element-context)
355         (org-element--get-next-object-candidates): Fix `org-element-context'.
356         In particular, the restrictions for an object may be different from
357         those of its container (i.e. table rows and table cells).
359         * org-element.el (org-element-example-block-parser)
360         (org-element-src-block-parser): Store value of example-blocks and
361         src-blocks unescaped.
362         (org-element-example-block-interpreter)
363         (org-element-src-block-interpreter): Escape value again when storing
364         it.
366         * org-src.el (org-escape-code-in-string)
367         (org-unescape-code-in-string, org-escape-code-in-region)
368         (org-unescape-code-in-region): New functions.
369         (org-edit-src-code, org-edit-src-exit): Use new functions.
371         * org.el (org-strip-protective-commas): Removed function.
373         * org-exp.el (org-export-select-backend-specific-text): Use new
374         function.
376         * ob.el (org-babel-parse-src-block-match)
377         (org-babel-parse-inline-src-block-match, org-babel-insert-result):
378         Always escape produced blocks, independently on the language of the
379         block, if any.  Use new functions.
381         * org-element.el (org-element-paragraph-parser): Fix regexp
382         starting a block.
384         * org-element.el (org-element-center-block-parser):
385         (org-element-drawer-parser, org-element-dynamic-block-parser)
386         (org-element-example-block-parser, org-element-export-block-parser)
387         (org-element-latex-environment-parser, org-element-paragraph-parser)
388         (org-element-property-drawer-parser, org-element-src-block-parser)
389         (org-element-verse-block-parser): Use stricter regexps for boundaries
390         of elements.
392 2012-10-26  Toby S. Cubitt  <tsc25@cantab.net>
394         * org-agenda.el (org-agenda-get-sexps): Reset `extra' to nil at
395         beginning of re-search-forward loop, otherwise next iteration picks up
396         `extra' value from previous entry.
398 2012-09-30  Abdó Roig-Maranges  <abdo.roig@gmail.com>
400         * org-html.el (org-export-html-preprocess)
401         (org-export-html-format-image): Use
402         `org-latex-preview-ltxpng-directory'.
404         * org-odt.el (org-export-odt-do-preprocess-latex-fragments):
405         Ditto.
407         * org.el (org-latex-preview-ltxpng-directory): New option.
408         (org-preview-latex-fragment): Store LaTeX preview images in
409         `org-latex-preview-ltxpng-directory'.
411 2012-09-30  Achim Gratz  <Stromeko@Stromeko.DE>
413         * ob-R.el (org-babel-R-initiate-session): Protect against use of
414         unbound variable `ess-ask-for-ess-directory´. The default for this
415         variable is true, so act accordingly if it is found unbound.
417         * ob-R.el: Remove initialization with `nil´ from
418         `ess-ask-for-ess-directory´ and `ess-local-process-name´.  Remove
419         second declaration for `ess-local-process-name´.
421         * org-gnus.el: Add a missing require for gnus-util.
423         * org-compat.el: Rename utils to make throughout.
425         * org.el: Move check for outline-mode-keymap after (require
426         'outline).
428         * org-element.el: New file.  Do not (require 'org).
430         * org-agenda.el: Remove duplicate requires.
432         * org.el (org-mode-map): Add keybindings to
433         `org-element-transpose' and `org-narrow-to-element'.
434         (org-metaup): Fall back on `org-element-drag-backward'.
435         (org-metadown): Fall back on `org-element-drag-forward'.  Also
436         move chunks of declarations and require statements to get rid of
437         compiler warnings.
439         * org-exp-blocks.el (org): Don't require org.  Add declarations.
441         * org-clock.el (org): Don't require org.
443         * ob-exp.el (org-list-forbidden-blocks): Add declarations.
445         * ob.el (org-babel-exeext): New defconst to hold extension for
446         executables or nil if none.  Should be ".exe" for both Windows and
447         Cygwin.
449         * ob-C.el (org-babel-C-execute): Use org-babel-exeext when
450         constructing the target file name for the compiled executable.
452         * ob-fortran.el (org-babel-execute:fortran): Add org-babel-exeext
453         when constructing the target file name for the compiled
454         executable.
456         * org-version.el: New file.
458         * org-compat.el (org-check-version): New macro.  Check if
459         org-version.el exists and provide autoloads to that. Otherwise
460         check if org-fixup.el exists and use it to provide definitions.
461         Finally if nothing worked, complain about a botched installation
462         and provide fallback definitions.
464         * org.el: Use org-check-version.
466         * org.el: Fix a subtle error resulting in version functions
467         sometimes not being defined and byte-compiling failing.  Always
468         compile in fallback definitions into org.elc -- org-fixup either
469         provides re-definitions at compile-time or checks org-version.el
470         and then the git work tree when run uncompiled.  So the fallback
471         definitions will only come into effect when org-fixup is not
472         available.
474         * org.el (org-version): Make org-version more robust, e.g. when
475         byte-compiling single files with 'make compile-dirty'.
477         * org.el (org-reload): Revert an undesirable change in org-reload.
478         Do not prepend org-dir to babel-files, which prevents the files
479         from being found in load-path.
481         * org.el (org-version): Add optional parameters 'full and 'message
482         to optionally return the full version string and echo to message
483         area in non-interactive calls.
485         * org.el (org-submit-bug-report): Add optional parameter 'full to
486         call of (org-version) so that the bug report has all version
487         information.
489         * org.el (org-reload): Simplify file-re (orgtbl-*.el files do not
490         exist anymore).  Keep org-*.el at the end of the files list.
491         Explicitely load org-version.el (since it doesn't provide feature
492         'org-version) at the very end, but ignore errors when it doesn't
493         exist.  Add parameters 'full and 'message to the call of
494         (org-version) so that after reload the full version information is
495         displayed in the message area again.
497         * org-agenda.el: Replace with-no-warnings with org-no-warnings
498         (defined in org-macs.el).
500         * org-bbdb.el: Replace with-no-warnings with org-no-warnings
501         (defined in org-macs.el).
503         * org-clock.el: Replace with-no-warnings with org-no-warnings
504         (defined in org-macs.el).
506         * org.el: Replace with-no-warnings with org-no-warnings (defined
507         in org-macs.el).
509         * org.el: Add with-not-warnings around call of (org-fixup).
511         * org-compat.el (org-find-library-dir): Rename
512         org-find-library-name (misleading) and implement with a function
513         that exists identically in Emacs/XEmacs.
515         * org-exp-blocks.el: Change calls to org-find-library-dir.
517         * org.el: change calls to org-find-library-dir.  Make require for
518         noutline fail silently because it is missing from XEmacs.
520         * org.el (org-version): Use functions instead of global variables
521         to get the version strings and remove the defvaralias to
522         org-version.  Warn when encountering a mixed installation (org and
523         org-install.el should be found in the same directory).
525         * org.el: Add with-no-warning to defvar for two unprefixed global
526         variables from calendar.el (there's nothing else we can do inside
527         org until it is fixed in calendar.el).
529         * org.el: Require find-func and remove declare-function for
530         find-library-name, otherwise autoloaded org-version doesn't show
531         all info correctly.
533         * org.el (org-version): Show the full path to org-install.el in
534         the version string to avoid confusion if multiple installations
535         exist or a previously loaded org-install.el has already defined a
536         version string that is now out of date.
538         * org.el (org-version): Remove determination of version
539         information, show "N/A" if the information is not provided via
540         org-install.el.
542         * org.el (org-git-version): Placeholder for recording the Git
543         version of org during install
545         * org.el (org-version): Initialize local git-version with
546         placeholder and fall through using it when org is not installed in
547         a Git repository
549 2012-09-30  Adam Spiers  <orgmode@adamspiers.org>  (tiny change)
551         * org-html.el: Add hyperlink to http://orgmode.org/ from export
552         footer.
554         * org-clock.el (org-clock-modify-effort-estimate): Display a
555         message when no clock is currently active.
557 2012-09-30  Andrew Hyatt  <ahyatt@gmail.com>  (tiny change)
559         * org-archive.el (org-archive-subtree): Allow archiving to a
560         datetree.
562         * org.el (org-archive-location): Ditto.
564 2012-09-30  Bastien Guerry  <bzg@gnu.org>
566         * ob-io.el: New file.
568         * ob-scala.el: New file.
570         * org.el (org-url-hexify-p, org-doi-server-url)
571         (org-latex-preview-ltxpng-directory, org-custom-properties)
572         (org-sparse-tree-default-date-type): Add :version "24.3".
574         * org-agenda.el (org-agenda-sticky)
575         (org-agenda-custom-commands-contexts): Ditto.
577         * org-capture.el (org-capture-bookmark)
578         (org-capture-templates-contexts) (org-capture-use-agenda-date):
579         Ditto.
581         * org-latex.el (org-export-latex-hyperref-options-format)
582         (org-export-latex-link-with-unknown-path-format): Ditto.
584         * org-id.el (org-id-link-to-org-use-id): Ditto.
586         * org-datetree.el (org-datetree-add-timestamp): Ditto.
588         * org.el (org-make-link-description-function): Enhance docstring.
589         (org-insert-link): Fall back on interactive prompt when
590         `org-make-link-description-function' fails.
592         * org-agenda.el (org-todo-list): Fix redoing of todo agenda when
593         `org-agenda-sticky' is non-nil.
595         * org-agenda.el (org-agenda-quit): Delete last indirect buffer.
596         (org-agenda-pre-follow-window-conf): New variable.
597         (org-agenda-tree-to-indirect-buffer): Fix bug: don't split agenda
598         window when there an indirect buffer is already displayed.
600         * org-agenda.el (org-agenda-manipulate-query)
601         (org-agenda-goto-date, org-agenda-goto-today)
602         (org-agenda-find-same-or-today-or-agenda, )
603         (org-agenda-later, org-agenda-change-time-span)
604         (org-agenda-change-all-lines)
605         (org-agenda-execute-calendar-command)
606         (org-agenda-goto-calendar, org-agenda-convert-date): Make sure to
607         get a property from (1- (point-max)), not (point-max)).
609         * ob-dot.el (org-babel-execute:dot): Throw an error when there is
610         no :file parameter.
612         * org-table.el (org-table-eval-formula): Convert time-stamps to
613         inactive time-stamp so that Calc can handle them correctly.
615         * org-table.el (org-table-fix-formulas): Warn with a message when
616         formulas have been updated.
618         * org-publish.el (org-publish-cache-ctime-of-src): Delete the
619         base-dir argument and use (file-name-directory file) to get the
620         file's directory.
621         (org-publish-update-timestamp)
622         (org-publish-cache-file-needs-publishing): Call
623         `org-publish-cache-ctime-of-src' with only one argument.
625         * org.el (org-follow-timestamp-link): Fix bug when using sticky
626         agenda.  Add a docstring.
628         * org-agenda.el (org-agenda-sticky): Don't use a function to set.
629         Add a :version string.
631         * org.el (org-priority): Use a new argument to show priority
632         instead of setting it.
633         (org-show-priority): New function to show priority both in normal
634         Org buffers and in Org Agenda buffers.
635         (org-speed-commands-default): Use "," as a speed command for
636         setting priority.
638         * org-agenda.el (org-agenda-mode-map): Bind `org-agenda-priority'
639         to `C-c ,' as it was before.
640         (org-agenda-show-priority): Delete.
641         (org-agenda-priority): Use a new argument to show priority instead
642         of setting it.
644         * org.el (org-font-lock-hook, org-set-font-lock-defaults): Add a
645         docstring.
646         (org-display-inline-remove-overlay): Rename from
647         `org-display-inline-modification-hook'.
648         (org-speed-command-activate): Rename from
649         `org-speed-command-default-hook'.
650         (org-babel-speed-command-hook): Rename from
651         `org-babel-speed-command-activate'.
653         * org-agenda.el (org-agenda-update-agenda-type): Rename from
654         `org-agenda-post-command-hook'.
655         (org-agenda-mode): Use the new name.
656         (org-agenda-post-command-hook): Define as obsolete function.
658         * org-lparse.el (org-lparse): Temporarily activate the hooks
659         needed for the ODT conversion.
660         (org-lparse-preprocess-after-blockquote): Rename from
661         `org-lparse-preprocess-after-blockquote-hook'.
662         (org-lparse-strip-experimental-blocks-maybe): Rename from
663         `org-lparse-strip-experimental-blocks-maybe'.
664         (org-lparse-preprocess-after-blockquote-hook)
665         (org-lparse-strip-experimental-blocks-maybe-hook): Define as
666         obsolete functions.
668         * ob.el (org-babel-insert-result): Comma-escape results inserted
669         with ":results org".
671         * org-src.el (org-edit-src-code, org-edit-src-exit): Fix bug about
672         saving the source editing window with the default value for
673         `org-src-window-setup' (i.e. 'reorganize-frame).
675         * org-src.el (org-src-font-lock-fontify-block): Fix bug: don't
676         fontify the last character.
678         * org.el (org-open-at-point): Don't follow timestamp within
679         bracket links.
681         * org-capture.el (org-capture-templates): Fix typo in docstring.
683         * org-agenda.el (org-agenda-skip): Skip information retrieved from
684         a source block.
686         * ob.el (org-babel-common-header-args-w-values)
687         (org-babel-insert-result): Reintroduce ":results org" but using
688         "#+BEGIN_SRC org", not "#+BEGIN_ORG".
690         * ob.el (org-babel-common-header-args-w-values): Remove "org" the
691         list of predefined values for the ":results" parameter.
693         * ob.el (org-babel-insert-result): Remove support for ":results
694         org".
696         * ob.el (org-babel-common-header-args-w-values)
697         (org-babel-insert-result): Deprecate ":results wrap" in favor of
698         ":results drawer".
700         * org-crypt.el (org-at-encrypted-entry-p): Fix bug when the check
701         happens before the first headline.
703         * org-capture.el (org-at-encrypted-entry-p)
704         (org-encrypt-entry, org-decrypt-entry): Declare.
705         (org-capture-set-target-location): Check whether `org-crypt' has
706         been loaded.
708         * org-agenda.el (org-agenda-todo-custom-ignore-p): Fix typo in
709         docstring.
711         * org-capture.el (org-capture-finalize): Maybe re-encrypt the
712         target headline if it was decrypted.
713         (org-capture-set-target-location): Maybe decrypt the target
714         headline.
716         * org-crypt.el (org-at-encrypted-entry-p): New function.
718         * org.el (org-options-keywords): Add "STYLE:".
720         * org-agenda.el (org-agenda-ndays): Don't make an alias, as
721         `org-agenda-span' is defined separately.
723         * org.el (org-in-subtree-not-table-p): New utility function for
724         building the menu.
725         (org-org-menu): Add an item for refiling.  Check more contexts
726         when activating items.
727         (org-tree-to-indirect-buffer): Use `org-up-heading-safe'.
729         * org-agenda.el (org-agenda-tree-to-indirect-buffer)
730         (org-agenda-do-tree-to-indirect-buffer): Use argument `arg'.
732         * org-capture.el (org-capture-set-target-location): Set a correct
733         time value when storing a note in a datetree and prompting the
734         user for a date.
736         * org-capture.el (org-capture-mode): Fix bug: don't run the mode's
737         hook twice.
739         * org-agenda.el (org-agenda-menu-two-column)
740         (org-finalize-agenda-hook, org-agenda-ndays): Use
741         `define-obsolete-variable-alias' instead of
742         `make-obsolete-variable'.
744         * org.el (org-link-to-org-use-id): Move to org-id.el.
746         * org-id.el (org-id-link-to-org-use-id): Rename from
747         `org-link-to-org-use-id'.  Use `nil' as the default value.
748         (org-link-to-org-use-id): Alias and define as obsolete.
750         * org-agenda.el (org-search-view, org-agenda-get-todos)
751         (org-agenda-get-timestamps, org-agenda-get-blocks): Use the dotime
752         parameter of `org-agenda-format-item' so that 'time-up and
753         'time-down agenda sorting strategies are handled correctly.
755         * org-capture.el (org-capture-fill-template): Fix checking of
756         protected template entries.
758         * org.el (org-cycle-global-at-bob): Fix typo in docstring.
760         * org.el (org-insert-drawer): Deactivate the mark before trying to
761         indent the :END: of the drawer.
763         * org-agenda.el (org-agenda-export-html-style): Default to nil as
764         any string value will replace the htmlize style.
766         * org.el (org-cycle-hook): Fix tiny typo in docstring.
768         * org.el (org-time-string-to-time)
769         (org-time-string-to-seconds, org-end-of-subtree): Add a dosctring.
771         * org-freemind.el (org-freemind-write-node): Enhance links
772         conversion in nodes.
774         * org-freemind.el (org-freemind-write-node): Convert links in
775         nodes.
777         * org.el (org-link-to-org-use-id, org-directory)
778         (org-default-notes-file, org-reverse-note-order)
779         (org-extend-today-until, org-finish-function)
780         (org-store-link-functions): Use "capture" instead of "remember" in
781         docstrings.  Also use the `org-capture' group when it makes sense.
783         * org-agenda.el (org-agenda-tree-to-indirect-buffer): Find the
784         correct agenda buffer.  Don't split the agenda window when the
785         indirect buffer is displayed in another frame.
787         * org.el (org-mode): Try to set the org-hide face correctly.
789         * org-exp.el (org-export): Set the mark correctly when exporting a
790         subtree.
792         * org-agenda.el (org-agenda-get-restriction-and-command): Fix the
793         display of the number of commands for block agendas.
795         * org-agenda.el (org-agenda-before-write-hook)
796         (org-agenda-add-entry-text-maxlines): Enhance phrasing.
797         (org-agenda-finalize-hook, org-agenda-mode-hook): Tell that the
798         buffer is writable when the hook is called.
799         (org-agenda-finalize): Allow org-agenda-finalize-hook to modify
800         the buffer.
802         * org-agenda.el (org-habit-show-all-today): Only use defvar to
803         silent the byte-compiler.
804         (org-agenda-get-scheduled): Check whether some org-habit.el
805         options have been defined.
807         * org-capture.el (org-capture-entry): New variable.
808         (org-capture-string, org-capture): Use it to possibly skip the
809         interactive prompt for a capture template.
811         * org.el (org-activate-plain-links): Don't try to check if we are
812         in a bracket link already.
814         * org.el (org-read-date-analyze): Fix bug introduced in commit
815         cc5f9f: adding a time should not prevent relative answers to be
816         parsed correctly.
818         * org-agenda.el (org-agenda-bulk-action): Always read the date
819         through `org-read-date'.  When possible, use the date at point as
820         the default date.
822         * org-agenda.el (org-agenda-bulk-action): Fix bug when
823         bulk-shifting timestamps.
825         * org.el (org-version): New constant.
827         * org-compat.el (org-random): New compatibility function.
829         * org-id.el (org-id-uuid): Use it.
831         * org-capture.el (org-capture-use-agenda-date): New option.
832         (org-capture): Use it.
834         * org-agenda.el (org-agenda-capture): New command.
835         (org-agenda-mode-map): Bind it to `k'.
836         (org-agenda-menu): Add it to the menu.
838         * org-capture.el (org-capture): Update docstring.
840         * org-capture.el (org-capture): When called from an agenda buffer,
841         use the cursor date at the default date.
843         * org-agenda.el (org-agenda-bulk-action): Use the let-bound
844         `entries' instead the variable.
846         * org-agenda.el (org-agenda-bulk-action): Fix bug: don't remove
847         persistent marks too early.
849         * org-agenda.el (org-agenda-bulk-action): Possibly use the day at
850         point to reset the scheduled or deadline cookie.  On date headers,
851         use it without prompting the user.  On an item, use the item's
852         date as the default prompt for `org-read-date'.
854         * org.el (org-read-date): Docstring fix.
856         * org-agenda.el (org-agenda-bulk-action): Reorder possible actions
857         in the message.
859         * org-agenda.el (org-agenda-action, org-agenda-do-action): Delete.
860         (org-agenda-mode-map): Delete related keys.
862         * org-agenda.el (org-agenda-menu): Fix a keybinding.
864         * org-colview.el (org-columns-goto-top-level): Correctly move the
865         marker `org-columns-top-level-marker'.
866         (org-agenda-columns): Don't set
867         `org-agenda-overriding-columns-format' as a buffer variable, as we
868         only need it dynamically.
869         (org-agenda-colview-summarize): Fix a bug in returning the match
870         string.
872         * org-agenda.el (org-agenda-span-to-ndays): Make the second
873         argument `starting-day' optional.
874         (org-agenda-goto-date): Keep parameters of custom agendas.
876         * org-agenda.el (org-agenda-list): Allow setting the agenda buffer
877         name through a temporary variable.
878         (org-agenda-buffer-tmp-name): New variable to temporary store the
879         agenda buffer name.
881         * org-agenda.el (org-agenda-goto-date): Fix behavior when using
882         sticky agendas.
884         * org-agenda.el (org-diary): Don't check whether there is an
885         agenda buffer when trying to compile the prefix format.
886         (org-compile-prefix-format): Check if there is an agenda buffer.
887         If not, use the current buffer.
889         * org-agenda.el (org-agenda-get-day-entries): Set the agenda
890         buffer inconditionnally.
892         * ob.el (org-babel-named-src-block-regexp-for-name): Generate a
893         more general regexp.
895         * ob.el (org-babel-where-is-src-block-head): Find a src block head
896         correctly when #+header(s) is before #+name.
898         * org-agenda.el (org-agenda-finalize-hook)
899         (org-agenda-finalize, org-agenda-finalize-entries): Rename from
900         org-finalize-agenda-*.
901         (org-agenda-run-series, org-agenda-finalize, org-timeline)
902         (org-agenda-list, org-search-view, org-todo-list)
903         (org-tags-view, org-diary, org-agenda-finalize-entries)
904         (org-agenda-change-all-lines): Use the new names.
906         * org-agenda.el (org-agenda-local-vars): Remove
907         ̀org-agenda-last-arguments' from the list of local variables.
908         (org-agenda-mode-map): `g' does the same than `r' in buffers with
909         only one agenda view, but its behavior differs when there are
910         several views.  In manually appended agendas (with `A'), `g'
911         displays only the agenda under the point.  With multiple agenda
912         blocks, `g' reinitializes the view by discarding any temporary
913         changes (e.g. with ̀f' or `w'), while ̀r' keeps those temporary
914         changes for the agenda view under the point.
915         (org-agenda-run-series, org-agenda-redo): Implement the above
916         changes.
917         (org-agenda-mark-header-line): Don't set useless properties.
918         (org-agenda-list, org-todo-only, org-search-view)
919         (org-todo-list, org-tags-view, org-agenda-list-stuck-projects)
920         (org-agenda-manipulate-query, org-agenda-goto-today)
921         (org-agenda-later, org-agenda-change-time-span): Use text
922         properties for storing the last command and the last arguments for
923         each agenda block.
924         (org-unhighlight-once): Delete.
926         * org-agenda.el (org-agenda-append-agenda): Fit agenda window to
927         buffer.
929         * org-agenda.el (org-agenda-append-agenda): Bugfix: correctly
930         check whether we are in org-agenda-mode.
932         * org-agenda.el (org-agenda-pre-window-conf): Rename from
933         `org-pre-agenda-window-conf'.
934         (org-agenda-local-vars, org-agenda-prepare-window)
935         (org-agenda-Quit, org-agenda-quit): Use the new name.
937         * org-agenda.el (org-keys, org-match): New variable, dynamically
938         scoped in `org-agenda'.
939         (org-agenda, org-agenda-list, org-search-view, org-todo-list)
940         (org-tags-view): Use the new variables.
941         (org-batch-store-agenda-views): Let-bind `match'.
943         * org-agenda.el (org-search-view, org-todo-list)
944         (org-tags-view): Do not let `org-agenda-sticky' prevent the use of
945         these functions programmatically.  Also use the sticky agenda
946         function correctly.
948         * org-agenda.el (org-agenda): Set `org-agenda-buffer-name'
949         correctly with sticky agendas and non-custom commands.
951         * org-agenda.el (org-agenda-fit-window-to-buffer): Rename from
952         `org-fit-agenda-window'.
953         (org-agenda-run-series, org-agenda-prepare, org-agenda-list)
954         (org-search-view, org-todo-list, org-tags-view): Use the new name.
956         * org-agenda.el (org-agenda-prepare): Let `throw' display an
957         error.
959         * org-agenda.el (org-agenda-list): Fix bug: don't throw an error
960         when called from programs as (org-agenda-list).
962         * org-agenda.el (org-todo-list): Make arg optional.
964         * org.el (org-agenda-prepare-buffers): Rename from
965         `org-prepare-agenda-buffers'.
966         (org-match-sparse-tree, org-map-entries): Use the new names.
968         * org-agenda.el (org-agenda-prepare-window): Rename from
969         `org-prepare-agenda-window'.
970         (org-agenda-prepare): Rename from `org-prepare-agenda'.
971         (org-agenda-run-series, org-agenda-prepare, org-timeline)
972         (org-agenda-list, org-search-view, org-todo-list)
973         (org-tags-view, org-agenda-list-stuck-projects, org-diary)
974         (org-agenda-to-appt): Use the new names.
976         * org-mobile.el (org-mobile-create-index-file): Ditto.
978         * org-icalendar.el (org-export-icalendar): Ditto.
980         * org-clock.el (org-dblock-write:clocktable)
981         (org-dblock-write:clocktable): Ditto.
983         * org2rem.el (org2rem): Ditto.
985         * org-agenda.el (org-agenda): In sticky agendas, use the current
986         command's match to set the buffer name.  This gives more
987         information to the user and allows to distinguish various agendas
988         triggered by the same key.
989         (org-batch-store-agenda-views): Handle the new sticky agenda
990         buffer name.
992         * org-agenda.el (org-agenda)
993         (org-agenda-get-restriction-and-command): Use `S' as a key for
994         searching words in TODO-only entries.
996         * org-agenda.el (org-prepare-agenda): Fit agenda window when
997         displaying a sticky agenda.
999         * org-table.el (org-table-number-regexp): Allow the user to set it
1000         to a new regexp, which allows commas as decimal mark.  The default
1001         is to not use this setting, but the one before commit 7ff8c1,
1002         which has ben reverted.
1004         * org-agenda.el (org-agenda-overriding-cmd)
1005         (org-agenda-multi-current-cmd)
1006         (org-agenda-multi-overriding-arguments): New variables.
1007         (org-agenda-run-series): `org-agenda-overriding-arguments'
1008         defaults to the last agenda block arguments, so don't use it
1009         globally.
1010         (org-agenda-mark-header-line): Add properties needed so that
1011         `org-agenda-overriding-arguments', `org-agenda-current-span' and
1012         `org-agenda-last-arguments' can be set to their correct contextual
1013         value.
1014         (org-agenda-multi-back-to-pos): New variable.
1015         (org-agenda-later): Retrieve `org-agenda-current-span' and
1016         `org-agenda-overriding-arguments' from text properties.  Also
1017         handle numeric span.
1018         (org-agenda-later, org-agenda-change-time-span): Set
1019         `org-agenda-overriding-cmd' so that we to take overriding
1020         arguments into account for this command only.
1022         * org-agenda.el (org-agenda-kill, org-agenda-archive-with): Fix
1023         bug when called with a non-nil value of `org-agenda-stick'.
1025         * org-agenda.el (org-agenda-refile): Fix bug when refiling an
1026         entry from a sticky agenda.
1028         * org-agenda.el (org-prepare-agenda-window): Use
1029         `org-pre-agenda-window-conf' if already set.
1030         (org-agenda-Quit): Set `org-pre-agenda-window-conf' to nil when
1031         quitting.
1032         (org-agenda-quit): Ditto.
1034         * org-capture.el (org-capture-fill-template): Protect the text
1035         used for replacement from being further replaced.
1037         * org.el (org-contextualize-validate-key): Fix the check against a
1038         function.
1040         * org.el (org-contextualize-keys): Rename from
1041         `org-contextualize-agenda-or-capture'.  Fix normalization to
1042         handle empty key replacement string.
1043         (org-contextualize-validate-key): Rename from
1044         `org-contexts-validate'.  Allow checking against a custom
1045         function.
1047         * org-agenda.el (org-agenda-custom-commands-contexts): Update.
1048         (org-agenda): Use `org-contextualize-keys'.
1050         * org-capture.el (org-capture-templates-contexts): Ditto.
1052         * org.el (org-contextualize-agenda-or-capture): Normalize
1053         contexts.
1055         * org.el (org-contextualize-agenda-or-capture): Handle key
1056         replacement depending on the contexts.
1058         * org-capture.el (org-capture-templates-contexts): Allow to use
1059         the context as a way to replace one capture template by another
1060         one.
1062         * org-agenda.el (org-agenda-custom-commands-contexts): Allow to
1063         use the context as a way to replace one agenda custom command by
1064         another one.
1066         * org.el (org-contextualize-agenda-or-capture)
1067         (org-rule-validate): New functions, implement context filtering
1068         for agenda commands and capture templates.
1070         * org-agenda.el (org-agenda-custom-commands-contexts): New option.
1071         (org-agenda): Use it.
1073         * org-capture.el (org-capture-templates-contexts): New option.
1074         (org-capture-select-template): Use it.
1076         * org.el (org-beginning-of-defun, org-end-of-defun): Delete.
1077         (org-mode): Set `beginning-of-defun-function' and
1078         `end-of-defun-function' directly.
1080         * org.el (org-insert-link): Fix bug: include links abbreviations
1081         when completing.
1083         * org-icalendar.el (org-icalendar-print-entries): Fix bug: when
1084         `org-icalendar-use-plain-timestamp' is nil, scheduled and deadline
1085         items should not be ignored.
1087         * org.el (org-ds-keyword-length, org-make-tags-matcher): Docstring
1088         clean-up.
1090         * org-freemind.el (org-freemind-convert-links-from-org): Replace
1091         literally to prevent errors when replacing with string containing
1092         backslashes.
1094         * org-pcomplete.el (org-thing-at-point): Allow to match (and then
1095         complete) a "thing" containing dashes.
1097         * org-table.el (org-table-toggle-coordinate-overlays): Better
1098         message when interactively toggling.
1100         * org-table.el (org-table-number-regexp): Update the docstring to
1101         show an example of a decimal number using the comma as a
1102         separation mark.
1104         * org-agenda.el (org-prepare-agenda): Minor code clean-up.
1105         (org-agenda-filter-by-category): Filtering must be turned off only
1106         when a category filter has been set and this filter is not empty.
1108         * org-agenda.el (org-search-view, org-agenda-get-todos)
1109         (org-agenda-get-timestamps, org-agenda-get-sexps)
1110         (org-agenda-get-progress, org-agenda-get-deadlines)
1111         (org-agenda-get-scheduled, org-agenda-get-blocks): Use
1112         `category-pos' instead of `org-category-pos'.
1114         * ob-fortran.el (org-babel-fortran-transform-list): Rename from
1115         `ob-fortran-transform-list'.
1116         (org-babel-fortran-var-to-fortran): Use the new function's name.
1118         * ob-calc.el (org-babel-calc-maybe-resolve-var): Rename from
1119         `ob-calc-maybe-resolve-var'.
1120         (org-babel-execute:calc): Use the new function's name.
1122         * org-jsinfo.el (org-infojs-template): Add a license.
1123         (org-infojs-handle-options): Replace all template elements.
1125         * org-html.el (org-export-html-scripts): Add a license.
1126         (org-export-html-mathjax-config): Replace all template elements.
1127         (org-export-html-mathjax-template): Add a license.
1128         (org-export-as-html): Minor code clean-up.
1130         * org.el (org-options-keywords): Add "#+MATHJAX" and
1131         "#+INFOJS_OPT" to the list of keywords for completion.
1133         * org.el (org-src-prevent-auto-filling): Remove unused and useless
1134         option.
1136         * org.el (org-element-at-point): Autoload.
1137         (org-element-up): Remove useless declaration.
1138         (org-fill-context-prefix, org-fill-paragraph)
1139         (org-mark-element, org-narrow-to-element)
1140         (org-transpose-element, org-unindent-buffer): Do not require
1141         org-element.
1143         * org.el (org-fill-paragraph): Require org-element.
1145         * org-agenda.el (org-agenda-persistent-marks): Minor docstring
1146         enhancement.
1148         * org.el (org-create-math-formula): Use the compatibility function
1149         `org-region-active-p'.
1151         * org-odt.el (org-export-as-odf): Ditto.
1153         * ob.el (org-babel-demarcate-block): Ditto.
1155         * org.el (org-mark-subtree): Maybe call `org-mark-element'
1156         interactively.
1157         (org-mark-element): Only mark further elements when called
1158         interactively.
1160         * org.el (org-mark-element, org-narrow-to-element)
1161         (org-transpose-element): Require org-element.
1163         * org-agenda.el (org-agenda-get-timestamps)
1164         (org-agenda-get-sexps, org-agenda-get-deadlines)
1165         (org-agenda-get-scheduled): Add the 'warntime as a text property,
1166         getting its value from the APPT_WARNTIME property.
1167         (org-agenda-to-appt): Use the 'warntime text property.
1169         * org-capture.el (org-capture-place-table-line): Fix bug.
1171         * org.el (org-activate-plain-links): Don't activate a plain link
1172         when it is part of a bracketed link, unless bracketed links are
1173         not enlisted in `org-activate-links'.
1174         (org-open-at-point): Don't consider the text immediately after a
1175         bracketed link is part of a plain link.
1177         * org.el (org-compute-latex-and-specials-regexp)
1178         (org-paste-subtree, org-sort-entries, org-store-link)
1179         (org-open-at-point, org-file-remote-p, org-add-log-setup)
1180         (org-set-tags-to, org-fast-tag-selection)
1181         (org-diary-sexp-entry): Ditto.
1183         * org-agenda.el (org-agenda-get-blocks, org-cmp-priority)
1184         (org-cmp-effort, org-cmp-todo-state, org-cmp-alpha)
1185         (org-cmp-tag, org-cmp-time): Remove useless (t nil) sexps at the
1186         end of (cond ...) constructs.
1188         * org-mobile.el (org-mobile-create-index-file): Ditto.
1190         * org-lparse.el (org-lparse-format-table-row): Ditto.
1192         * org-list.el (org-sort-list): Ditto.
1194         * org-id.el (org-id-get): Ditto.
1196         * org-html.el (org-export-html-preprocess): Ditto.
1198         * org-exp.el (org-default-export-plist)
1199         (org-table-clean-before-export): Ditto.
1201         * org.el (org-options-keywords): Add "TODO".
1202         (org-make-options-regexp): Make the hashtag mandatory for options
1203         and don't allow whitespaces between the hashtag and the plus sign.
1205         * org.el (org-refresh-category-properties)
1206         (org-find-dblock, org-dblock-start-re, org-dblock-end-re): Allow
1207         lowercase "#+category" and "#+begin:" dynamic blocks.
1209         * org.el (org-context): Use case-folding when trying to match
1210         clocktables and source blocks contexts.
1212         * org-clock.el (org-clock-put-overlay): Put the overlay on the
1213         whole headline, not only on the last character.  This fixes a bug
1214         with overlays on headlines ending with a bracketed link.
1216         * org-html.el (org-export-as-html): Make sure we always process a
1217         string.
1219         * org-exp.el (org-export-cleanup-toc-line): Always return a
1220         string.
1222         * org.el (org-fontify-meta-lines-and-blocks-1): Correctly handle
1223         metalines with #+results[...]:.
1225         * org-exp.el (org-export-handle-metalines): Rename from
1226         `org-export-handle-table-metalines'.  Now also handle source block
1227         metalines.
1228         (org-export-res/src-name-cleanup): Delete.
1229         (org-export-preprocess-string): Use `org-export-handle-metalines'.
1230         Don't use `org-export-res/src-name-cleanup' anymore.
1232         * org-html.el (org-format-org-table-html): Don't include the
1233         caption tag for empty captions in HTML export.  Keep it in the
1234         DocBook export so that it produces valid DocBook XML.
1236         * org.el (org-read-date-analyze): Allow both "8am Wed" and "Wed
1237         8am" to be parsed correctly with respect to possible values of
1238         `org-read-date-prefer-future'.
1239         (org-read-date-prefer-future): Update docstring to remove the
1240         restriction about inserting only the time.  The user can now
1241         insert the time and the day.
1243         * org-icalendar.el (org-icalendar-print-entries): Rename from
1244         `org-print-icalendar-entries'.
1245         (org-icalendar-start-file): Rename from
1246         `org-start-icalendar-file'.
1247         (org-icalendar-finish-file): Rename from
1248         `org-finish-icalendar-file'.
1249         (org-icalendar-ts-to-string): Rename from `org-ical-ts-to-string'.
1250         (org-export-icalendar): Use the correct functions.
1252         * ob-ref.el (org-babel-ref-index-list): Fix bug introduced by
1253         commit e85479.
1255         * org.el (org-fill-context-prefix): Require org-element.
1256         (org-timestamp-change): Fix bug by saving excursion when adjusting
1257         another clock.
1259         * org.el (org-read-date-prefer-future): Fix docstring formatting.
1260         (org-read-date-analyze): Fix the interpretation of
1261         `org-read-date-prefer-future'.
1263         * org-agenda.el (org-agenda-menu-two-column): Rename to
1264         `org-agenda-menu-two-columns'.
1266         * ob.el (org-babel-sha1-hash, org-babel-noweb-p): Replace
1267         `org-labels' by `let*'.
1269         * org-bibtex.el (org-bibtex-headline): Ditto.
1271         * org-compat.el: Delete `org-labels'.
1273         * ob.el (org-babel-get-src-block-info)
1274         (org-babel-check-src-block, org-babel-current-result-hash)
1275         (org-babel-parse-src-block-match, org-babel-read-link)
1276         (org-babel-insert-result, org-babel-clean-text-properties): Use
1277         ̀org-no-properties' instead of `org-babel-clean-text-properties'.
1278         (org-babel-clean-text-properties): Delete redundant function
1279         `org-babel-clean-text-properties'.
1281         * ob-tangle.el (org-babel-tangle-collect-blocks)
1282         (org-babel-tangle-comment-links): Ditto.
1284         * ob-table.el (sbe): Ditto.
1286         * ob-lob.el (org-babel-lob-get-info)
1287         (org-babel-lob-execute): Ditto.
1289         * ob-exp.el (org-babel-exp-non-block-elements): Ditto.
1291         * org-macs.el (org-no-properties): Allow a new parameter
1292         `restricted' to restrict the properties removal to those in
1293         `org-rm-props'.  The default is now to remove all properties.
1295         * org-compat.el (org-substring-no-properties): Remove unused
1296         defun.
1298         * org-remember.el (org-remember-apply-template): Remove redundant
1299         removal of text properties.
1300         (org-remember-apply-template): Use `org-no-properties'.
1302         * org-capture.el (org-capture-fill-template): Remove redundant
1303         removal of text properties.
1304         (org-capture-fill-template): Use `org-no-properties'.
1306         * org-gnus.el (org-gnus-open, org-gnus-follow-link): Use
1307         `org-no-properties'.
1309         * org-colview.el (org-columns-display-here): Ditto.
1311         * org-table.el (org-table-eval-formula): Ditto.
1313         * org.el (org-entry-properties): Ditto.
1315         * org-icalendar.el (org-print-icalendar-entries): Fix bug about
1316         handling `alarm-time'.
1318         * ob-R.el (org-babel-edit-prep:R): Don't set the session.
1320         * org.el (org-store-log-note): Only skip comments starting with "#
1321         " when storing a note.
1323         * org.el (org-custom-properties): New option.
1324         (org-custom-properties-overlays): New variable.
1325         (org-toggle-custom-properties-visibility): New command to toggle
1326         the visibility of custom properties.
1327         (org-check-before-invisible-edit): Also prevent errors when trying
1328         to edit invisible properties.
1330         * org-datetree.el (org-datetree-add-timestamp): New option.
1331         (org-datetree-insert-line): Use it.
1333         * org.el (org-fill-template): Fix bug when filling template for a
1334         key associated to the nil value.
1336         * org-agenda.el (org-diary): Fix tiny typo.
1338         * org.el (message-in-body-p): Move declaration up to fix compiler
1339         warning.
1341         * org.el (org-fill-context-prefix): Fix auto-filling in
1342         `message-mode'.
1344         * org.el (org-fill-paragraph): Correctly fill paragraph in
1345         message-mode.
1346         (org-indent-line): Correctly indent according to mode when
1347         `orgstruct++-mode' is on.
1348         (orgstruct++-mode): Add `fill-prefix' to the variable temporarily
1349         stored in `org-fb-vars'.
1351         * org.el (org-fill-paragraph): Make a command.  Fix bug about
1352         filling message headers and citations.
1354         * org.el (org-redisplay-inline-images): New command.
1355         (org-mode-map): Bind it to C-c C-x C-M-v.
1357         * org-colview.el (org-columns-get-format-and-top-level): Fix bug.
1358         (org-columns-get-format): Fix compiler warning.
1360         * org-feed.el: Add declarations.
1362         * org-agenda.el (org-agenda-get-sexps): Use `org-get-tags-at' to
1363         allow tag inheritance.
1365         * org-capture.el (org-capture): Fix bug introduced by commit
1366         1737d3.
1368         * org-publish.el (org-publish-needed-p)
1369         (org-publish-update-timestamp, org-publish-file)
1370         (org-publish-cache-file-needs-publishing): New argument
1371         `base-dir'.
1372         (org-publish-cache-ctime-of-src): Use the new argument to make
1373         sure we find the file according to :base-directory.
1375         * org-capture.el (org-capture-string): New command to prompt for
1376         the interactive text interactively.  This can also be used in
1377         Elisp programs to use ̀org-capture' with some initial text.
1378         (org-capture-initial): New variable to store the initial text.
1379         (org-capture): Use `org-capture-initial'.
1381         * org.el (org-emph-re): Tiny docstring formatting fix.
1383         * org-compat.el (org-labels): Remove.
1385         * org-bibtex.el (org-bibtex-headline): Don't use `org-labels'.
1387         * ob.el (org-babel-sha1-hash, org-babel-noweb-p): Ditto.
1389         * org.el (org-emph-re): Tiny formatting fix.
1391         * org.el (orgstruct-setup): Require `org-element'.
1393         * org.el (org-store-link, org-open-at-point): New link type
1394         "help".
1396         * org-compat.el (org-flet): Remove alias.
1398         * ob.el (org-babel-edit-distance, org-babel-sha1-hash)
1399         (org-babel-get-rownames, org-babel-insert-result)
1400         (org-babel-merge-params)
1401         (org-babel-expand-noweb-references): Don't use `org-flet'.  Also
1402         indent some functions correctly.
1404         * ob.el (org-babel-execute-src-block)
1405         (org-babel-join-splits-near-ch, org-babel-format-result)
1406         (org-babel-examplize-region): Don't use `org-flet'.
1407         (org-babel-tramp-handle-call-process-region): Fix typo.
1409         * ob-awk.el (org-babel-awk-var-to-awk): Don't use `org-flet'.
1411         * ob-sh.el (org-babel-sh-var-to-string): Ditto.
1413         * ob-tangle.el (org-babel-tangle, org-babel-spec-to-string): Don't
1414         use `org-flet'.
1416         * org-pcomplete.el (org-compat): Require.
1418         * ob-tangle.el (org-babel-load-file): Don't use `org-flet'.
1420         * org-bibtex.el (org-bibtex-write): Use let*.
1422         * org-plot.el (org-plot/gnuplot-script): Don't use `org-flet'.
1424         * org-bibtex.el (org-bibtex-headline, org-bibtex-fleshout)
1425         (org-bibtex-read, org-bibtex-write): Don't use `org-flet'.
1427         * org-clock.el (org-clock-cancel): Use `org-looking-back'.
1429         * org-pcomplete.el (org-thing-at-point): Ditto.
1431         * org.el (org-timestamp-change): Ditto.
1433         * org-mouse.el (org-mouse-timestamp-today)
1434         (org-mouse-set-priority, org-mouse-popup-global-menu)
1435         (org-mouse-context-menu): Don't use ̀org-flet'.
1437         * org.el (org-priority): Fix docstring.
1439         * org-publish.el (org-publish-write-cache-file)
1440         (org-publish-initialize-cache)
1441         (org-publish-cache-file-needs-publishing)
1442         (org-publish-cache-get): Small code clean-up.
1444         * org-publish.el (org-publish-cache-ctime-of-src): Simplify.
1446         * org-agenda.el (org-agenda-get-sexps): Add a 'tags property for
1447         agenda entries created from sexps.
1449         * org-capture.el (org-capture-templates): Docstring clean up.
1450         (org-capture-place-entry, org-capture-place-item)
1451         (org-capture-place-plain-text, org-capture-place-table-line):
1452         Ensure to always position the point according to %?.
1454         * org-table.el (org-table-convert-refs-to-rc): Fix bug when
1455         converting remote table references.
1457         * org-agenda.el (org-agenda-switch-to): Run hooks in
1458         ̀org-agenda-after-show-hook'.
1460         * ob-ref.el (org-babel-ref-index-list): Use let* and rename the
1461         variable `length' to `lgth'.
1463         * org-plot.el (org-plot/gnuplot-to-grid-data): Don't use
1464         ̀org-flet'.
1466         * org-exp.el (org-export-format-source-code-or-example): Ditto.
1468         * org-exp-blocks.el (org-export-blocks-preprocess): Ditto.
1470         * ob.el (org-babel-view-src-block-info)
1471         (org-babel-execute-src-block, org-babel-edit-distance)
1472         (org-babel-switch-to-session-with-code)
1473         (org-babel-balanced-split, org-babel-insert-result): Ditto.
1475         * ob-ref.el (org-babel-ref-index-list): Ditto.
1477         * ob-python.el (org-babel-python-evaluate-session): Ditto.
1479         * ob-lob.el (org-babel-lob-get-info): Ditto.
1481         * ob-gnuplot.el (org-babel-expand-body:gnuplot): Ditto.
1483         * ob-exp.el (org-babel-exp-do-export): Ditto.
1485         * org-table.el (orgtbl-to-generic): Fix docstring.
1487         * org-clock.el (org-clock-in): Call `org-clock-out' with the new
1488         argument `switch-to-state' set to nil.  Fix docstring.
1489         (org-clock-in-last): Prompt for a todo state to switch to when
1490         called with three universal prefix arguments.  Don't display a
1491         message when the clock is already running.  Update docstring.
1492         (org-clock-out): New argument `switch-to-state'.  When this
1493         argument is non-nil, prompt for a state to switch the clocked out
1494         task to, overriding `org-clock-out-switch-to-state'.
1496         * org.el (org-entry-get): Don't use `org-flet'.
1498         * org.el (org-forward-heading-same-level): Rename from
1499         `org-forward-same-level'.
1500         (org-backward-heading-same-level): Rename from
1501         `org-backward-same-level'.
1503         * org.el (org-forward-element): Rename from `org-element-forward'.
1504         (org-backward-element): Rename from `org-element-backward'.
1505         (org-up-element): Rename from `org-element-up'.
1506         (org-down-element): Rename from `org-element-down'.
1507         (org-drag-element-backward): Rename from
1508         `org-element-drag-backward'.
1509         (org-drag-element-forward): Rename from
1510         `org-element-drag-forward'.
1511         (org-mark-element): Rename from `org-element-mark-element'.
1512         (org-transpose-element): Rename from `org-element-transpose'.
1513         (org-unindent-buffer): Rename from `org-element-unindent-buffer'.
1514         (org-mode-map): Update the names of a commands.  Remove useless
1515         declarations.
1517         * org-element.el (org-element-forward, org-element-backward)
1518         (org-element-up, org-element-down)
1519         (org-element-drag-backward, org-element-drag-forward)
1520         (org-element-mark-element, org-narrow-to-element)
1521         (org-element-transpose, org-element-unindent-buffer): Move to
1522         org.el.
1524         * org.el (org-forward-same-level): Fix typo in docstring.
1526         * org-agenda.el (org-agenda-mode-map): Bind
1527         `org-agenda-show-priority' to `C-c,' instead of `P'.
1528         (org-agenda-next-item, org-agenda-previous-item): New commands to
1529         move by one item down/up in the agenda.
1530         (org-agenda-mode-map): Bind `org-agenda-next-item' and
1531         `org-agenda-previous-item' to `N' and `P' respectively.
1533         * org-rmail.el (org-rmail-store-link, org-rmail-follow-link):
1534         Toggle headers when necessary.
1536         * org-element.el (org-narrow-to-element): Autoload.
1538         * org.el (org-mode-map): Use `M-h' for `org-element-mark-element'.
1539         (org-mark-subtree): Allow a numeric prefix argument to move up
1540         into the hierarchy of headlines.
1542         * org-element.el (org-element-up, org-element-down): Autoload.
1544         * org.el: Declare functions and don't require org-element.
1546         * org-element.el (org-element-at-point, org-element-forward)
1547         (org-element-backward, org-element-drag-backward)
1548         (org-element-drag-forward, org-element-mark-element)
1549         (org-element-transpose, org-element-unindent-buffer): Autoload.
1550         Require 'org and remove all declarations.
1552         * org.el (org-outline-regexp-bol, org-heading-regexp): Use
1553         variables instead of constants.
1555         * org-archive.el (org-datetree-find-date-create): Declare.
1557         * org.el (org-open-at-point): Only set
1558         `clean-buffer-list-kill-buffer-names' when the feature 'midnight
1559         has been loaded.
1561         * org-icalendar.el (org-print-icalendar-entries): Let
1562         APPT_WARNTIME take precedence over ̀org-icalendar-alarm-time'.
1564         * org.el (org-special-properties): New special property
1565         CLOCKSUM_T.
1566         (org-entry-properties): Handle the new special property.
1568         * org-colview.el (org-columns): Handle a new special property
1569         CLOCKSUM_T.
1570         (org-agenda-colview-summarize, org-agenda-colview-compute): Ditto.
1572         * org-clock.el (org-clock-sum-today): New function.
1573         (org-clock-sum): New argument PROPNAME to set a custom text
1574         property instead of :org-clock-minutes.
1576         * org-agenda.el (org-agenda-check-type): Throw a more appropriate
1577         error message when no agenda is currently being displayed.
1579         * org.el (org-get-property-block): Find blocks before the first
1580         headline.
1581         (org-entry-properties): Minor code cleanup.
1582         (org-entry-get, org-entry-get-with-inheritance): Get property
1583         before the first headline.
1585         * org-mobile.el (org-mobile-create-index-file): Use `files-alist'.
1587         * org.el (org-make-link): Delete.
1588         (org-store-link, org-insert-link)
1589         (org-file-complete-link): Don't use `org-make-link'.
1591         * org-wl.el (org-wl-store-link-folder)
1592         (org-wl-store-link-message): Ditto.
1594         * org-vm.el (org-vm-store-link): Ditto.
1596         * org-rmail.el (org-rmail-store-link): Ditto.
1598         * org-mhe.el (org-mhe-store-link): Ditto.
1600         * org-mew.el (org-mew-store-link): Ditto.
1602         * org-irc.el (org-irc-erc-store-link): Ditto.
1604         * org-info.el (org-info-store-link): Ditto.
1606         * org-id.el (org-id-store-link): Ditto.
1608         * org-gnus.el (org-gnus-group-link, org-gnus-article-link): Ditto.
1610         * org-eshell.el (org-eshell-store-link): Ditto.
1612         * org-bbdb.el (org-bbdb-store-link): Ditto.
1614         * org.el (org-url-hexify-p): New option.  When non-nil (the
1615         default), hexify URLs when creating a link.
1617         * org.el (org-insert-link): Make sure point is at the beginning of
1618         the buffer.
1620         * org.el (clean-buffer-list-kill-buffer-names): Declare.
1621         (org-open-at-point): Allow opening multiple shell links by
1622         creating a new output buffer for each shell process.  The new
1623         buffer is added to `clean-buffer-list-kill-buffer-names'.
1625         * org-mobile.el (org-mobile-create-index-file): Use
1626         `org-global-tags-completion-table' instead of
1627         `org-tag-alist-for-agenda' to get the tags for the index file.
1629         * org.el (org-global-tags-completion-table): Fix typo in
1630         docstring.
1632         * org.el (org-link-to-org-use-id): Use `org-capture' instead of
1633         `org-remember' in the docstring.
1634         (org-link-fontify-links-to-this-file): New function to fontify
1635         links to the current buffer in `org-stored-links'.
1636         (org-store-link): Small code simplification.
1637         (org-link-prettify): Enclose literal links into <...> instead of
1638         [[...]].
1639         (org-insert-link): Use `org-link-fontify-links-to-this-file'.
1640         Also allow completion over links' descriptions, as well as links
1641         destinations.  When the user uses the description for completion,
1642         don't prompt again for a description.
1644         * org-capture.el (org-capture-templates): Fix docstring by adding
1645         Gnus to the list of mail clients.
1647         * org.el (org-log-repeat): Enhance docstring.
1649         * org.el (org-mode-map): Don't bind C-<up> and C-<down> to
1650         `org-element-backward/forward' as these functions stops when there
1651         is no element of the same type before/after point.  It is useful
1652         to navigate with `forward/backward-paragraph' with no stop in most
1653         cases.
1655         * org-capture.el (org-capture-templates): New template %l to
1656         insert the literal link pointing at the current buffer.
1658         * org.el (org-todo-keywords): Ditto.
1660         * org.el (org-fill-paragraph): Falls back on
1661         `message-fill-paragraph' if required in `message-mode'.
1663         * org-pcomplete.el (pcomplete/org-mode/file-option/x): New macro.
1664         (pcomplete/org-mode/file-option/options)
1665         (pcomplete/org-mode/file-option/title)
1666         (pcomplete/org-mode/file-option/author)
1667         (pcomplete/org-mode/file-option/email)
1668         (pcomplete/org-mode/file-option/date): Use the new macro to offer
1669         completion over default values for #+OPTIONS, #+TITLE, #+AUTHOR,
1670         #+EMAIL and #+DATE.
1672         * org-agenda.el (org-agenda-write): Fix bug when writing agenda to
1673         an external file while `org-agenda-sticky' is non-nil.
1675         * org.el (org-speed-commands-default): New speedy command to
1676         quickly add the :APPT_WARNTIME: property.
1678         * org-agenda.el (org-agenda-to-appt): Use the :APPT_WARNTIME:
1679         property to override `appt-message-warning-time' when adding an
1680         appointment from an entry.
1682         * org.el (org-version): Improve docstring.
1683         (org-self-insert-cluster-for-undo): The default value should be
1684         nil for Emacs >=24.1.  See bug#11774.
1686         * org.el (org-fontify-meta-lines-and-blocks-1): Fix previous
1687         commit.
1689         * org.el (org-options-keywords): New constant.
1690         (org-additional-option-like-keywords): Remove duplicates with
1691         keywords in the new constant.
1692         (org-additional-option-like-keywords-for-flyspell): Use the new
1693         constant.
1694         (org-mode-flyspell-verify): Exclude keywords from the new
1695         constant.
1697         * org-pcomplete.el (pcomplete/org-mode/file-option): Use
1698         `org-options-keywords'.
1700         * org.el (org-toggle-heading): Bugfix: use
1701         `org-element-mark-element' instead of `org-mark-list'.
1703         * org-list.el (org-mark-list): Delete.
1705         * org.el: Update a few keybindings.
1707         * org-element.el (org-element-down): Throw an error when the
1708         element has no content.
1710         * org-table.el (orgtbl-radio-table-templates): Add a template for
1711         org-mode.
1712         (orgtbl-to-orgtbl): Complete and align the table created with
1713         orgtbl-to-orgtbl, in case the user use the function for radio
1714         tables.
1715         (orgtbl-to-table.el): New function to export a table to another
1716         one using the table.el format.
1717         (orgtbl-to-unicode): New function to export a table using unicode
1718         characters.
1720         * org-exp.el (org-export-language-setup): Use "Sommaire" for the
1721         french translation of "Table of contents", to avoid a possible bug
1722         when exporting to ODT.
1724         * org.el (org-additional-option-like-keywords): Add keywords.
1725         (org-additional-option-like-keywords-for-flyspell): New constant
1726         to use with flyspell.
1727         (org-mode-flyspell-verify): Use the dedicated constant and don't
1728         check `org-startup-options'.
1730         * org-agenda.el (org-batch-store-agenda-views): Use the sticky
1731         agenda buffer name, if required.
1732         (org-agenda-write): New parameter `agenda-bufname' to allow
1733         setting the agenda buffer name.
1735         * org.el (org-mode-map): Add keybindings for
1736         `org-element-forward', `org-element-backward', `org-element-up'
1737         and `org-element-down'.
1739         * org.el (org-auto-fill-function): Don't call `do-auto-fill'
1740         within (org-let org-fb-vars ...) as `do-auto-fill' should do the
1741         right thing whether orgstruct++-mode is turned on or off.
1743         * org.el (org-sparse-tree-default-date-type): New option.
1744         (org-ts-type): New variable.
1745         (org-sparse-tree): New argument `type'.  Use the new option
1746         `org-sparse-tree-default-date-type' as the default value for
1747         `type'.  Fix docstring.
1748         (org-re-timestamp): New function.
1749         (org-check-before-date, org-check-after-date)
1750         (org-check-dates-range): Use `org-ts-type' and `org-re-timestamp'
1751         to tell compute the date regexp.
1753         * org.el (orgstruct++-mode, org-get-local-variables): Also set
1754         `normal-auto-fill-function' when turning on/off orgstruct++-mode.
1756         * org-agenda.el (org-agenda-start-with-log-mode): Add relevant
1757         customization types.
1759         * org-faces.el (org-document-title): Use the normal height.
1761         * org-clock.el (org-x11idle-exists-p): New variable.
1762         (org-user-idle-seconds): Use it.
1764         * org.el (org-mode-map): Rebind `org-insert-all-links' to `C-c
1765         C-M-l'.
1767         * org.el (org-insert-all-links): New command.
1768         (org-insert-link): `org-keep-stored-link-after-insertion' is now
1769         checked when the link to insert has been defined, regardless on
1770         how it has been defined.  Also don't read the description
1771         interactively when the `default-description' parameter was given.
1772         (org-mode-map): Bind `org-insert-all-links' to `C-c C-L'.
1774         * org.el (org-inc-effort): New command to increment the effort
1775         property.
1776         (org-set-effort): Use it.
1777         (org-mode-map): Bind it to `C-c C-x E'.
1778         (org-speed-commands-default): Use `E' as a speed command for it.
1780         * org.el (org-re-property-keyword): New function.
1781         (org-entry-put): Use it to fix a bug with respect to setting the
1782         value of a property when a property line with no value already
1783         exists.
1785         * org.el (org-timestamp-change): Adjust clock in other org files
1786         correctly.
1788         * org-clock.el (org-user-idle-seconds): Simplify.
1790         * org.el (org-mode-map): Bind `org-resolve-clocks' to `C-c C-x
1791         C-z'.
1793         * org.el (org-mode-map): Add keybindings to
1794         `org-element-transpose' and `org-narrow-to-element'.
1795         (org-metaup): Fall back on `org-element-drag-backward'.
1796         (org-metadown): Fall back on `org-element-drag-forward'.  Also
1797         move chunks of declarations and require statements to get rid of
1798         compiler warnings.
1800         * org-exp-blocks.el (org): Don't require org.  Add declarations.
1802         * org-clock.el (org): Don't require org.
1804         * ob-exp.el (org-list-forbidden-blocks): Add declarations.
1806         * org.el (org-timestamp-change): Don't use the `position'.
1808         * org.el (org-clock-history, org-clock-adjust-closest): New
1809         variables.
1810         (org-timestamp-change): Maybe adjust the next or previous clock in
1811         `org-clock-history'.
1812         (org-shiftmetaup, org-shiftmetadown): On clock logs, update the
1813         timestamp at point and adjust the next or previous clock in
1814         `org-clock-history', when possible.
1816         * org-clock.el (org-clock-in): Set the marker for
1817         `org-clock-history' at a safer position.
1819         * org-timer.el (org-timer-pause-or-continue, org-timer-stop):
1820         Autoload.
1822         * org-mobile.el (org-mobile-post-pull-hook): Fix docstring.
1824         * org.el (org-indent-line): Fix indentation of a property line
1825         starting at the beginning of a line.
1827         * org-odt.el (org-odt-cleanup-xml-buffers): Use the new alias.
1829         * org-compat.el: Alias `org-condition-case-unless-debug' to
1830         `condition-case-unless-debug' or `condition-case-no-debug'.
1832         * org.el (org-todo-keywords): Ditto.
1834         * org.el (org-use-fast-todo-selection): Reformat docstring.
1836         * org.el (org-flag-drawer): Add a docstring.
1837         (org-mode-map): Bind ̀org-clock-cancel' to "C-cC-xC-q" and
1838         `org-clock-in-last' to "C-cC-xC-x".  This fixes a bug in the
1839         previous keybinding for `org-clock-in-last', which would override
1840         the one for `org-clock-in'.
1842         * org-clock.el (org-clock-in-last): Prevent errors when there is
1843         no clocking history.
1844         (org-clock-cancel): Fix bug when checking against a clock log in a
1845         folded drawer.
1847         * org.el (org-link-expand-abbrev): Implement "%(my-function)" as a
1848         new specifier.  Update the docstring.
1850         * org.el (org-startup-options): Fix docstring formatting.
1852         * org.el (org-use-sub-superscripts): Fix typo in docstring.
1854         * org.el (org-refile): Fix bug: prevent looping when calling
1855         `org-set-tags' internally.
1857         * org.el (org-mode-map): Add `C-c C-x C-I' as a keybinding for
1858         `org-clock-in-last'.
1860         * org-clock.el (org-clock-continuously): New option.
1861         (org-clock-in): Three universal prefix arguments set
1862         `org-clock-continuously' to `t' temporarily.
1863         (org-clock-in-last): Fix call to `org-clock-select-task' and
1864         support continuous clocking.
1865         (org-clock-out-time): New variable.
1866         (org-clock-out): Set `org-clock-out-time' when clocking out.
1867         Small docstring rewriting.
1868         (org-clock-remove-empty-clock-drawer): Fix "invalid search bound"
1869         bug when trying to delete empty logbook drawer.
1870         (org-clock-cancel): If the clock log is gone, send a warning
1871         instead of deleting the region that is supposed to contain it.
1873         * org.el (org-move-line-down, org-move-line-up): Remove.
1874         (org-metaup, org-metadown): When the region is active, move it
1875         up/down by one line, with no regard to the context.
1877         * org-odt.el (org-odt-cleanup-xml-buffers): Use the new alias.
1879         * org-compat.el: Alias `org-condition-case-unless-debug' to
1880         `condition-case-unless-debug' or `condition-case-no-debug'.
1882         * org-pcomplete.el (org-thing-at-point): Ignore trailing
1883         whitespaces while looking-back at properties.
1885         * org.el (org-mode): Set `indent-region-function'.
1886         (org-indent-region): New function.
1887         (org-fill-paragraph): When in a src block, use `indent-region' to
1888         indent the whole source code instead of falling back on
1889         `fill-paragraph', as this function messes up the code.
1891         * org-src.el (org-edit-src-code): Fix docstring formatting.
1893         * ob.el (org-babel-do-key-sequence-in-edit-buffer): Ditto.
1895         * org.el (org-mode, org-add-log-setup)
1896         (org-get-property-block, org-entry-put)
1897         (org-property-next-allowed-value, org-return)
1898         (org-indent-line): Rename `org-indent-line-function' to
1899         `org-indent-line'.
1901         * org-timer.el (org-timer-item): Ditto.
1903         * org-table.el (org-table-store-formulas): Ditto.
1905         * org-clock.el (org-clock-in, org-clock-find-position): Ditto.
1907         * org-src.el (org-src-font-lock-fontify-block)
1908         (org-src-strip-leading-and-trailing-blank-lines)
1909         (org-src-ask-before-returning-to-edit-buffer)
1910         (org-edit-src-code, org-edit-src-continue)
1911         (org-edit-fixed-width-region)
1912         (org-src-do-key-sequence-at-code-block)
1913         (org-src-font-lock-fontify-block, org-src-fontify-buffer): Fix
1914         typos in docstrings.
1916         * org-docbook.el (org-export-docbook-emphasis-alist): Fix typo:
1917         use "format string" instead of "formatting string".
1919         * org-latex.el (org-export-latex-emphasis-alist)
1920         (org-export-latex-title-command, org-export-latex-tables): Ditto.
1922         * org-html.el (org-export-html-postamble): Ditto.
1924         * org-latex.el (org-export-latex-hyperref-options-format): New
1925         option.
1926         (org-export-latex-make-header): Use it.
1928         * ob.el (org-babel-confirm-evaluate): Prevent errors when
1929         `org-current-export-file' is void.
1931         * org-table.el (org-table-export): Use the file name extension to
1932         suggest the right conversion format.  Also amend the docstring.
1934         * org.el (org-speed-commands-default): Two new speed commands.
1935         Use `:' for `org-columns' and ̀#' for `org-toggle-comment'.
1937         * org.el (org-time-stamp): With two universal arguments, insert an
1938         active timestamp with the current time without prompting the user.
1940         * org-clock.el (org-clock-in-last): New command.
1942         * org-clock.el (org-clock-in): Fix typo in docstring.
1944         * org-mobile.el (org-mobile-edit): Fix reference to a free
1945         variable.
1947         * org.el (org-doi-server-url): Update :group.
1949         * ob-lob.el (org-babel-lob-execute): Fix reference to non-existent
1950         variable.
1952         * org.el (org-doi-server-url): New option.
1953         (org-open-at-point): Use it.
1955         * org.el (org-at-comment-p): New function.
1956         (org-toggle-heading): Use `org-at-comment-p' to skip comments.
1958         * org-html.el (org-export-as-html): Add links to the Org mode and
1959         GNU Emacs websites When :html-postamble is set to 't.
1961         * org-export.el (org-export-creator-string): Add links to the Org
1962         mode and GNU Emacs websites.
1964         * org-special-blocks.el
1965         (org-special-blocks-convert-html-special-cookies): Prevent errors
1966         by first checking `org-line' is not nil.
1968         * org-clock.el (org-clock-string-limit)
1969         (org-clock-modeline-total, org-clock-task-overrun-text)
1970         (org-clock-mode-line-entry): Doc fix, "modeline" -> "mode line".
1972         * org.el (org-at-timestamp-p): Set ̀org-ts-what' to 'after when the
1973         point is right after the timestamp.  `org-at-timestamp-p' still
1974         returns `t' in this case, as this is more practical.
1975         (org-return): Check against ̀org-ts-what' to verify that point is
1976         really within the timestamp (if any).
1978         * org.el (org-return): Follow time-stamp links when point is an a
1979         time-stamp.
1981         * org-capture.el (org-capture-bookmark): New option.
1982         (org-capture-finalize): Use it.
1984         * org-publish.el (org-publish-cache-file-needs-publishing): Make
1985         the column mandatory after #+include:.
1987         * org-exp.el (org-export-handle-include-files): Ditto.
1989         * org-bibtex.el (org-bibtex-entries): Rename from
1990         (org-bibtex-read, org-bibtex-write): Use the new name.
1992         * org-exp.el (org-export-handle-include-files): Allow to use
1993         #+include with no column.
1995         * org-publish.el (org-publish-cache-file-needs-publishing): Make
1996         quotes mandatory around the file name and allow spaces in it.
1998         * org-html.el (org-export-as-html): Add link to Org's and Emacs's
1999         websites.
2001         * org-latex.el
2002         (org-export-latex-link-with-unknown-path-format): New option.
2003         (org-export-latex-links): Use it.
2005         * org-agenda.el (org-agenda-get-timestamps): Remove any active
2006         timestamp from the headline text, not only those for the current
2007         date.
2009         * org.el (org-set-tags): Allow setting tags for headlines in the
2010         region when `org-loop-over-headlines-in-active-region' is non-nil.
2012         * org.el (org-allow-promoting-top-level-subtree): New option to
2013         allow promoting a top-level subtree.
2014         (org-called-with-limited-levels): New variable, dynamically bound
2015         within the `org-with-limited-levels' macro.
2016         (org-promote): Use the new option to allow promoting a top-level
2017         subtree.
2019         * org-macs.el (org-with-limited-levels): Let-bind
2020         `org-called-interactively-p' to t.
2022         * org.el (org-create-formula-image-with-dvipng)
2023         (org-create-formula-image-with-imagemagick): Make sure a file
2024         exists before trying to delete it.
2026         * org.el (org-scan-tags): Correctly match TODO keywords.
2028         * org-agenda.el (org-agenda-bulk-action): Fix bug: use
2029         `org-agenda-bulk-unmark-all'.
2031         * org.el (orgstruct++-mode): Fix docstring.
2032         (org-fill-paragraph): Use the 'justify parameter when falling back
2033         on `fill-paragraph'.
2035         * org.el (org-indent-line-function): Use `org-let' instead of
2036         `orgstruct++-ignore-org-filling'.
2037         (org-fill-paragraph, org-auto-fill-function): Ditto.
2039         * org-macs.el (orgstruct++-ignore-org-filling): Delete.
2041         * org-table.el (org-table-time-string-to-seconds): Return the
2042         empty string if provided.
2043         (org-table-eval-formula): When assigning a duration string, handle
2044         it correctly -- i.e. don't make any computation on it, except the
2045         one to insert it using the correct duration format.
2047         * org.el (org-indent-line-function): Fix bug.
2049         * org-clock.el (org-frame-title-format-backup): New variable to
2050         store the value of `frame-title-format' before `org-clock' might
2051         replace it by `org-clock-frame-title-format'.
2052         (org-clock-frame-title-format): New option.
2053         (org-frame-title-string): Delete.
2054         (org-clock-update-mode-line): Minor code reformatting.
2055         (org-clock-in, org-clock-out, org-clock-cancel): Use
2056         `org-clock-frame-title-format'.
2058         * org-clock.el (org-clock-get-clock-string): Add a space.
2060         * org-list.el (org-mark-list): Return an error when there is no
2061         list at point.
2063         * org.el (org-toggle-heading): Allow `C-u C-c *' to mark the list
2064         at point before converting items to headings.  With a simple
2065         universal-argument, set `current-prefix-arg' to 1, otherwise keep
2066         the numeric value.
2068         * org-agenda.el (org-agenda-view-mode-dispatch): Make the message
2069         more readable.
2071         * org-agenda.el (org-agenda-mode-map): New keybinding ̀*' to mark
2072         all entries for bulk action.
2073         (org-agenda-menu): New menu item for marking all entries.
2074         (org-agenda-bulk-mark-all): New function to mark all entries.
2075         (org-agenda-bulk-mark-regexp): Minor docstring fix.
2076         (org-agenda-bulk-unmark): With a prefix argument, unmark all.
2077         Also send a better message.
2078         (org-agenda-bulk-remove-all-marks): Rename to
2079         `org-agenda-bulk-unmark-all'.  Check against
2080         `org-agenda-bulk-marked-entries' before trying to unmark entries.
2081         Minor docstring fix.
2082         (org-agenda-bulk-unmark-all): Renamed from
2083         ̀org-agenda-bulk-remove-all-marks'.
2085         * org-agenda.el (org-agenda-bulk-mark-char): New option.
2086         (org-agenda-bulk-mark): Use the new option.
2088         * org.el (org-src-prevent-auto-filling): New option to prevent
2089         auto-filling in src blocks.  This defaults to nil to avoid people
2090         being surprised that no auto-fill occurs in Org buffers where they
2091         use `auto-fill-mode'.
2092         (org-auto-fill-function): Use the new option.
2094         * org.el (org-properties-postprocess-alist): Better customization
2095         type.
2096         (org-set-property): Fix the check against
2097         `org-properties-postprocess-alist'.
2099         * org-macs.el (orgstruct++-ignore-org-filling): Set
2100         `def-edebug-spec' correctly.
2102         * org-colview.el (org-columns-string-to-number): When computing
2103         the values for the colview, match durations and convert them to
2104         HH:MM values.
2106         * org.el (org-duration-string-to-minutes): Match non-round
2107         numbers.  Add a new optional parameter to allow returning the
2108         output as a string.
2110         * org.el (org-auto-fill-fallback-function)
2111         (org-indent-line-fallback-function)
2112         (org-fill-paragraph-fallback-function)
2113         (org-auto-fill-fallback-function)
2114         (org-indent-line-fallback-function)
2115         (org-fill-paragraph-fallback-function): Remove.
2116         (org-fb-vars): New buffer-local variable.
2117         (orgstruct++-mode): Use the fallback variable `org-fb-vars' to
2118         store, use and restore variables if needed.
2119         (org-fill-paragraph): Ignore `orgstruct++-mode' filling variables
2120         when needed.
2121         (org-auto-fill-function, org-indent-line-function): Ditto.
2123         * org-macs.el (orgstruct++-ignore-org-filling): New macro.
2125         * org-exp-block.el: Use `org-find-library-name' instead of
2126         `find-library-name'.
2128         * org-compat.el (org-find-library-name): Convert into a macro to
2129         avoid compilation of a function from XEmacs in Emacs and vice
2130         versa.
2132         * org-table.el (org-table-store-formulas): Fix typo.
2133         (org-table-maybe-eval-formula): Fix the regexp to only match
2134         formulas, which never end with the `=' character.  If the field
2135         only contain this character, don't eval either.
2137         * org.el (org-set-property): Perform the correct check against
2138         `org-properties-postprocess-alist'.
2140         * org-bbdb.el (org-bbdb-anniversary-format-alist): Update the
2141         customization type.
2142         (name): Suppress (defvar 'name) as name is not eval'ed when
2143         setting `org-bbdb-anniversary-format-alist'.
2145         * org.el (org-version): When called non-interactively, insert the
2146         short version string, otherwise send a message with the complete
2147         version string.
2149         * org-odt.el (org-odt-update-meta-file): Use (org-version) and
2150         delegate checking whether `org-version' is known as a variable
2151         there.
2153         * org-html.el (org-export-as-html): Use (org-version).
2155         * org-docbook.el (org-export-as-docbook): Ditto.
2157         * org-latex.el (org-export-latex-make-header): Ditto.
2159         * org-clock.el (org-clocktable-write-default): Temporarily disable
2160         `delete-active-region' so that we don't accidently delete an
2161         active region when exporting a subtree/region.
2163         * org-clock.el (org-program-exists): Remove.
2164         (org-show-notification, org-clock-play-sound): Use
2165         `executable-find' instead of `org-program-exists'.
2167         * org-agenda.el (org-diary): Prevent failure from
2168         `org-compile-prefix-format' when there is no agenda buffer.
2170         * org-agenda.el (org-agenda-mode): Replace obsolete variable
2171         `buffer-substring-filters'.
2173         * org-indent.el (org-indent-mode): Ditto.
2175         * org-compat.el (org-find-library-name): Silent the byte-compiler
2176         about a warning related to XEmacs support.
2178         * org-special-blocks.el
2179         (org-special-blocks-convert-html-special-cookies): Use `org-line'
2180         instead of `line'.
2182         * org-html.el (org-html-handle-links, org-export-as-html)
2183         (org-format-org-table-html, org-format-table-table-html)
2184         (org-html-export-list-line): Use `org-line' instead of `line' as
2185         the free variable name.
2187         * org-latex.el (org-export-latex-tables): Let-bind `hfmt'.
2189         * org-faces.el (org-list-dt): New face.
2191         * org.el (org-set-font-lock-defaults): Use `org-list-dt' as the
2192         face for definition terms in definition lists.
2194         * org.el (org-fill-paragraph): Pass the `justify' argument to
2195         `org-fill-paragraph-fallback-function'.
2197         * org.el (org-eval-in-calendar): Fix docstring to mention the
2198         KEEPDATE parameter.
2200         * org.el (org-refresh-category-properties): Let-bind
2201         `inhibit-read-only' to t.
2203         * org.el (org-auto-fill-fallback-function)
2204         (org-indent-line-fallback-function)
2205         (org-fill-paragraph-fallback-function): New variables to store
2206         some fall-back functions when turning `orgstruct++-mode' on.
2207         (orgstruct++-mode): Set the new variables.
2208         (org-indent-line-function, org-fill-paragraph)
2209         (org-auto-fill-function): Use them.
2211         * org.el (org-read-date): Bugfix: call `org-eval-in-calendar' with
2212         the 'keepdate parameter set to t when setting the cursor type.
2214         * org-agenda.el (org-agenda-persistent-marks): New option to keep
2215         marks after a bulk action.  The option defaults to nil.
2216         (org-agenda-bulk-action): Use the new option.
2218         * org-capture.el (org-capture-fill-template): Use %\n instead of
2219         %n as a template element to be replaced with the nth prompted
2220         string.
2221         (org-capture-templates): Update docstring.
2223         * org.el (org-goto): Fix docstring and document what C-u does.
2225         * org-publish.el (org-publish-cache-file-needs-publishing): Use
2226         (case-fold-search t) when looking for #+INCLUDE:.
2228         * org.el: Use (case-fold-search t).
2229         (org-edit-special, org-ctrl-c-ctrl-c): Ditto.
2231         * org-table.el:
2232         (org-table-store-formulas, org-table-get-stored-formulas)
2233         (org-table-fix-formulas, org-table-edit-formulas)
2234         (org-old-auto-fill-inhibit-regexp, orgtbl-ctrl-c-ctrl-c)
2235         (orgtbl-toggle-comment, org-table-get-remote-range): Ditto.
2237         * org-footnote.el:
2238         (org-footnote-goto-local-insertion-point): Ditto.
2240         * org-exp.el: Ditto.
2242         * org-colview.el:
2243         (org-dblock-write:columnview, org-dblock-write:columnview): Ditto.
2245         * org-clock.el (org-clocktable-write-default): Ditto.
2247         * org-capture.el (org-capture-place-table-line): Ditto.
2249         * ob.el (org-babel-data-names, org-babel-goto-named-src-block)
2250         (org-babel-src-block-names)
2251         (org-babel-where-is-src-block-result, org-babel-result-end)
2252         (org-babel-where-is-src-block-head)
2253         (org-babel-find-named-result, org-babel-result-names): Ditto.
2255         * org-table.el (orgtbl-send-table): Escape special characters.
2256         Introduce a new parameter :no-escape to prevent escaping.
2258         * org-agenda.el (org-toggle-sticky-agenda): Only shout a message
2259         when called interactively.
2260         (org-agenda-get-restriction-and-command): Call
2261         `org-toggle-sticky-agenda' interactively.
2263         * org-agenda.el (org-agenda-top-category-filter): New variable for
2264         storing the current top-category filter.
2265         (org-agenda-redo): Apply a top-category filter, if any.
2266         (org-agenda-filter-by-top-category)
2267         (org-agenda-filter-top-category-apply): Set
2268         `org-agenda-top-category-filter' to the right value.
2270         * org-clock.el (org-clock-out, org-clock-cancel)
2271         (org-clock-in): Don't modify `frame-title-format' if it is a
2272         string.
2274         * org-latex.el (org-export-latex-special-chars): Fix bug when
2275         escaping special characters in a table.
2277         * org.el (org-read-date): Set cursor-type to nil in the calendar.
2279         * org-faces.el (org-date-selected): Use inverse video.  Don't
2280         explicitely set bold to nil as it causes `customize-face' to show
2281         the weight property and thus encourage the user to change it.
2282         Warn in the docstring that using bold might cause problems when
2283         displaying the calendar.
2285         * org-id.el (org-id-update-id-locations): New parameter to silent
2286         `org-id-find'.
2287         (org-id-find): Use the new parameter.
2289         * org.el (org-show-hierarchy-above, org-cycle)
2290         (org-global-cycle, org-files-list, org-store-link)
2291         (org-link-search, org-open-file, org-display-outline-path)
2292         (org-refile-get-location, org-update-all-dblocks)
2293         (org-change-tag-in-region, org-entry-properties)
2294         (org-save-all-org-buffers, org-revert-all-org-buffers)
2295         (org-buffer-list, org-cdlatex-mode)
2296         (org-install-agenda-files-menu, org-end-of-subtree)
2297         (org-speedbar-set-agenda-restriction): Use (derived-mode-p
2298         'org-mode) instead of (eq major-mode 'org-mode).
2300         * org-timer.el (org-timer-set-timer): Ditto.
2302         * org-table.el (orgtbl-mode, org-table-align, orgtbl-mode): Ditto.
2304         * org-src.el (org-edit-src-exit, org-edit-src-code)
2305         (org-edit-fixed-width-region, org-edit-src-exit): Ditto.
2307         * org-remember.el (org-remember-handler): Ditto.
2309         * org-mouse.el (dnd-open-file, org-mouse-insert-item): Ditto.
2311         * org-macs.el (org-get-limited-outline-regexp): Ditto.
2313         * org-lparse.el (org-replace-region-by): Ditto.
2315         * org-latex.el (org-latex-to-pdf-process)
2316         (org-replace-region-by-latex): Ditto.
2318         * org-indent.el (org-indent-indent-buffer): Ditto.
2320         * org-id.el (org-id-store-link, org-id-update-id-locations)
2321         (org-id-store-link): Ditto.
2323         * org-html.el (org-export-html-preprocess)
2324         (org-replace-region-by-html): Ditto.
2326         * org-footnote.el (org-footnote-normalize)
2327         (org-footnote-goto-definition)
2328         (org-footnote-create-definition, org-footnote-normalize): Ditto.
2330         * org-docbook.el (org-replace-region-by-docbook): Ditto.
2332         * org-ctags.el (find-tag): Ditto.
2334         * org-colview.el (org-columns-redo)
2335         (org-columns-display-here, org-columns-edit-value)
2336         (org-columns-redo): Ditto.
2338         * org-capture.el (org-capture-insert-template-here)
2339         (org-capture, org-capture-finalize)
2340         (org-capture-set-target-location)
2341         (org-capture-insert-template-here): Ditto.
2343         * org-ascii.el (org-replace-region-by-ascii): Ditto.
2345         * org-archive.el (org-archive-subtree): Ditto.
2347         * org-agenda.el (org-agenda)
2348         (org-agenda-get-restriction-and-command)
2349         (org-agenda-get-some-entry-text, org-search-view)
2350         (org-tags-view, org-agenda-get-day-entries)
2351         (org-agenda-format-item, org-agenda-goto, org-agenda-kill)
2352         (org-agenda-archive-with, org-agenda-switch-to): Ditto.
2354         * org.el (org-repeat-re)
2355         (org-clone-subtree-with-time-shift, org-auto-repeat-maybe)
2356         (org-deadline, org-schedule, org-matcher-time)
2357         (org-time-stamp, org-read-date, org-read-date-get-relative)
2358         (org-display-custom-time, org-get-wdays)
2359         (org-time-string-to-absolute, org-closest-date)
2360         (org-timestamp-change): Allow to set hourly repeat cookie.  Send
2361         an error when an hourly repeat cookie is set and no hour is
2362         specified in the timestamp.
2364         * org-icalendar.el (org-print-icalendar-entries): Handle hourly
2365         repeat cookies.
2367         * org-clock.el (org-program-exists): Fix docstring.
2369         * org-clock.el (org-clock-file-time-cell-format): New option.
2370         (org-clocktable-write-default): Use it.
2372         * org-faces.el (org-date-selected): New face.
2374         * org.el (org-date-ovl): Use `org-date-selected'.
2376         * org.el (org-mode): Don't use `buffer-face-mode' by default.
2378         * org-agenda.el (org-agenda-mode-map): Bind `^' to
2379         `org-agenda-filter-by-top-category'.
2381         * org-ascii.el (org-export-ascii-underline): Change the default
2382         underlining characters for headlines of level 1 and 2.  Also
2383         introduce \. as the underline character for headlines of level 5.
2385         * org-table.el (org-table-recalculate-buffer-tables)
2386         (org-table-iterate-buffer-tables): Add autoload cookie.
2388         * org.el (org-table-map-tables): Exclude tables in src and example
2389         blocks.
2391         * org.el (org-fill-paragraph): Leave scheduled/deadline lines
2392         untouched when filling an adjacent paragraph.
2394         * org-html.el (org-export-html-preamble-format)
2395         (org-export-html-postamble-format): Improve the docstring.
2397         * org.el (org-todo): Fix regression: rename `state' to
2398         `org-state'.
2400         * org-clock.el (org-show-notification): Use `fboundp' instead of
2401         `featurep' and the additional `require'.
2403         * org-clock.el (org-clock-in-prepare-hook): New option to format
2404         the total time cells.
2405         (org-clocktable-write-default): Use the new option.
2407         * org.el (org-open-at-point): Allow to open the agenda from an
2408         active or inactive timestamp in a headline.
2410         * org-html.el (org-export-html-date-format-string): Make a
2411         defcustom.
2413         * org-latex.el (org-export-as-latex): Fix TeX-master declaration.
2415 2012-09-30  Carsten Dominik  <carsten.dominik@gmail.com>
2417         * org-table.el (org-table-expand-lhs-ranges): Allow hline
2418         references to be expanded correctly in LHS of formulas.
2420         * org-beamer.el (org-beamer-inherited-properties): New option.
2421         (org-beamer-after-initial-vars): Use new option to look for
2422         inherited properties.
2424         * org.el (org-ts-regexp0): Allow time stamps without name of day.
2426         * org-agenda.el (org-toggle-sticky-agenda):
2427         (org-agenda-sticky): Improve :set property.
2429         * org-agenda.el (org-agenda-local-vars): Clean up the variable
2430         list.
2431         (org-agenda-get-restriction-and-command): Add a key for toggling
2432         sticky agenda views.
2434         * org-agenda.el (org-agenda-local-vars): Final decisions about
2435         global/local
2437         * org-agenda.el (org-agenda-force-single-file): Variable removed.
2438         (org-prepare-agenda-window): Store pre-agenda window config
2439         locally.
2440         (org-timeline): Introduce a scoped version of
2441         `org-agenda-show-log'.
2442         (org-agenda-list): Introduce a scoped version of
2443         `org-agenda-show-log'.
2444         (org-agenda-get-progress): Use the scoped version of
2445         `org-agenda-show-log'.
2446         (org-agenda-local-vars): Write the analysis result as a comment -
2447         to be cleaned up in the next iteration.
2449         * org-agenda.el (org-toggle-sticky-agenda): Kill all agenda
2450         buffers when toggling sticky-agendas.
2451         (org-agenda-get-restriction-and-command): Add `C-c a C-k' as a key
2452         to explicitly kill all agenda buffers.
2453         (org-agenda-run-series): Remove any old agenda markers in the
2454         buffer that is going to take the new block agenda.
2455         (org-prepare-agenda): Reset markers before erasing the buffer anc
2456         running `org-agenda-mode', because after that hte local variable
2457         `org-agenda-markers' will have gone away.
2458         (org-agenda-Quit):
2459         (org-finalize-agenda): Install the marker resetter into the
2460         `kill-buffer-hook'.
2461         (org-agenda-save-markers-for-cut-and-paste): Look for markers in
2462         all agenda buffers.
2463         (org-agenda-kill-all-agenda-buffers): New function.
2465 2012-09-30  Chris Gray  <chrismgray@gmail.com>
2467         * org-html.el (org-export-as-html): Remove the check for body-only
2468         in the code for generating tables of contents.
2470 2012-09-30  Christoph Dittmann  <github@christoph-d.de>  (tiny change)
2472         * org-beamer.el (org-beamer-auto-fragile-frames): Make
2473         [fragile] work with overlay specifications.
2475 2012-09-30  Christophe Junke  <christophe.junke@inria.fr>  (tiny change)
2477         * org-agenda.el (org-agenda-list): Ensures that the list returned
2478         by `org-agenda-add-time-grid-maybe' is appended to ̀rtnall' before
2479         checking if the latter is empty.
2481 2012-09-30  Christophe Rhodes  <csr21@cantab.net>  (tiny change)
2483         * org-latex.el (org-export-latex-tables): Support setting the
2484         :hfmt parameter from #+ATTR_LaTeX.
2486 2012-09-30  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>  (tiny change)
2488         * org-exp.el (org-export-handle-include-files)
2489         (org-get-file-contents): Handle new parameter :addlevel.
2491 2012-09-30  Dave Abrahams  <dave@boostpro.com>  (tiny change)
2493         * org.el (org-link-prettify): New function to prettify links while
2494         displaying them with `org-insert-link'.
2495         (org-insert-link): Use the new function.
2497 2012-09-30  David Maus  <dmaus@ictsoc.de>
2499         * org-exp.el (org-export-language-setup): Use numeric character
2500         entities for proper rendering of non-UTF8 documents.
2502         * org-exp.el (org-export-language-setup): Add japanese
2503         translation.
2505 2012-09-30  Eric Schulte  <eric.schulte@gmx.com>
2507         * ob-sh.el (org-babel-sh-evaluate): Don't could 0-length shebangs.
2509         * ob.el (org-babel-insert-result): Replace key sequence with
2510         function call.  Use a more informative flag to the local function.
2511         (org-add-protective-commas): Declare a new external function.
2513         * org-src.el (org-add-protective-commas): This should be its own
2514         function.
2515         (org-edit-src-exit): Use the new function.
2517         * org-compat.el (org-labels): Remove.
2519         * org-bibtex.el (org-bibtex-headline): Don't use `org-labels'.
2521         * ob.el (org-babel-sha1-hash, org-babel-noweb-p): Ditto.
2523         * ob.el (org-babel-string-read): Don't automatically evaluate code
2524         block results which look like elisp.
2525         (org-babel-import-elisp-from-file): Raise a warning message when
2526         the process of reading code block results raises an error.
2528         * ob-tangle.el (org-babel-with-temp-filebuffer): Don't execute
2529         macro argument multiple times.
2531         * org.el (org-compat): Require org-compat before we first use one
2532         of its functions (a macro actually).
2534         * ob-comint.el (org-babel-comint-with-output): Don't name the
2535         filter function, but rather pass through the anonymous lambda
2536         directly.
2538         * org.el (org-babel-load-languages): Common lisp should be
2539         mentioned as a supported babel language.
2541         * org-clock.el (org-clock-special-range): "concat 'string" ->
2542         "concat"
2543         (org-clocktable-shift): "concat 'string" -> "concat"
2545         * org-bibtex.el (org-bibtex-headline): Replacing org-flet with
2546         org-labels.
2548         * ob-calc.el (org-babel-execute:calc): Strip single quotes from
2549         calc internal representations.
2551         * org-clock.el (org-clock-special-range): Replacing cl concatenate
2552         with concat.
2553         (org-clocktable-shift): Replacing cl concatenate with concat.
2555         * ob.el (org-babel-edit-distance): Remove use of map at runtime.
2557         * org-compat.el (org-flet): Compatibility function now that flet
2558         has been removed from cl-macs.
2559         (org-labels): Compatibility function now that labels has been
2560         removed from cl-macs.
2562         * ob-R.el (org-compat): Require org-compat.
2564         * ob-comint.el: Require org-compat.
2566         * ob-exp.el (org-babel-exp-do-export): Switch to compatibility
2567         function.
2569         * ob-gnuplot.el (org-babel-expand-body:gnuplot): Switch to
2570         compatibility function.
2572         * ob-lob.el (org-babel-lob-get-info): Switch to compatibility
2573         function.
2574         (org-babel-lob-execute): Switch to compatibility function.
2576         * ob-python.el (org-babel-python-evaluate-session): Switch to
2577         compatibility function.
2579         * ob-ref.el (org-babel-ref-index-list): Switch to compatibility
2580         function.
2582         * ob-sh.el (org-babel-sh-var-to-string): Switch to compatibility
2583         function.
2585         * ob-tangle.el (org-babel-load-file): Switch to compatibility
2586         function.
2587         (org-babel-tangle): Switch to compatibility function.
2588         (org-babel-spec-to-string): Switch to compatibility function.
2590         * ob.el (org-babel-view-src-block-info): Switch to compatibility
2591         function.
2592         (org-babel-execute-src-block): Switch to compatibility function.
2593         (org-babel-edit-distance): Switch to compatibility function.
2594         (org-babel-switch-to-session-with-code): Switch to compatibility
2595         function.
2596         (org-babel-sha1-hash): Switch to compatibility function.
2597         (org-babel-balanced-split): Switch to compatibility function.
2598         (org-babel-join-splits-near-ch): Switch to compatibility function.
2599         (org-babel-get-rownames): Switch to compatibility function.
2600         (org-babel-format-result): Switch to compatibility function.
2601         (org-babel-insert-result): Switch to compatibility function.
2602         (org-babel-examplize-region): Switch to compatibility function.
2603         (org-babel-merge-params): Switch to compatibility function.
2604         (org-babel-noweb-p): Switch to compatibility function.
2605         (org-babel-expand-noweb-references): Switch to compatibility
2606         function.
2608         * org-bibtex.el (org-bibtex-headline): Switch to compatibility
2609         function.
2610         (org-bibtex-fleshout): Switch to compatibility function.
2611         (org-bibtex-read): Switch to compatibility function.
2612         (org-bibtex-write): Switch to compatibility function.
2614         * org-exp-blocks.el (org-export-blocks-preprocess): Switch to
2615         compatibility function.
2617         * org-exp.el (org-export-format-source-code-or-example): Switch to
2618         compatibility function.
2620         * org-macs.el (org-called-interactively-p): Indentation fix.
2622         * org-mouse.el (org-mouse-timestamp-today): Switch to
2623         compatibility function.
2624         (org-mouse-set-priority): Switch to compatibility function.
2625         (org-mouse-popup-global-menu): Switch to compatibility function.
2626         (org-mouse-context-menu): Switch to compatibility function.
2628         * org-plot.el (org-plot/gnuplot-to-grid-data): Switch to
2629         compatibility function.
2630         (org-plot/gnuplot-script): Switch to compatibility function.
2632         * org.el (org-entry-get): Switch to compatibility function.
2633         (org-fill-paragraph): Switch to compatibility function.
2634         (org-auto-fill-function): Switch to compatibility function.
2636         * ob-lob.el (org-babel-lob-execute): Only try to insert extant
2637         hashes.
2639         * ob-R.el (org-babel-R-command): From a defvar to a defcustom.
2641         * ob.el (org-babel-set-current-result-hash): Change the hash of
2642         the results for the current code block.
2643         (org-babel-current-result-hash): Fix documentation.
2645         * ob-lob.el (org-babel-lob-execute): Don't re-execute the called
2646         function if the current call line hash matches that in its
2647         results.
2649         * ob-R.el (org-babel-R-assign-elisp): Can't assume every entry in
2650         a table is a sequence.
2652         * ob-R.el (org-babel-R-assign-elisp): Clean up the code
2653         implementing reads of irregular data into R.
2655         * ob.el (org-babel-header-arg-expand): In new buffers
2656         (char-before) may return nil so use equal rather than =.
2658         * ob-R.el (org-babel-header-args:R): Adding values.
2660         * ob-clojure.el (org-babel-header-args:clojure): Adding values.
2662         * ob-lisp.el (org-babel-header-args:lisp): Adding values.
2664         * ob-sql.el (org-babel-header-args:sql): Adding values.
2666         * ob-sqlite.el (org-babel-header-args:sqlite): Adding values.
2668         * ob.el (org-babel-combine-header-arg-lists): Combine lists of
2669         arguments and values.
2670         (org-babel-insert-header-arg): Use new combined header argument
2671         lists.
2672         (org-babel-header-arg-expand): Add support for completing-read
2673         insertion of header arguments after ":"
2674         (org-babel-enter-header-arg-w-completion): Completing read
2675         insertion of header arguments
2676         (org-tab-first-hook): Adding header argument completion.
2677         (org-babel-params-from-properties): Combining header argument
2678         lists.
2680         * ob-exp.el (org-babel-exp-results): Ensure noweb expanded body is
2681         used on export.
2683         * ob.el (org-babel-result-to-file): New optional description
2684         argument.
2685         (org-babel-insert-result): Moved description logic to another
2686         function.
2688         * ob.el (org-babel-insert-result): Change name of filelinkdescr to
2689         file-desc.
2690         (org-babel-common-header-args-w-values): Change name of
2691         filelinkdescr to file-desc.
2693         * ob-C.el (org-babel-C-execute): Add .exe to the end of compiled C
2694         files on windows.
2696         * ob-exp.el (org-babel-exp-code): Escape all lines when exporting
2697         Org-mode blocks.
2699         * ob.el (org-babel-parse-src-block-match): Make use of the new
2700         language argument to org-babel-strip-protective-commas.
2701         (org-babel-parse-inline-src-block-match): Make use of the new
2702         language argument to org-babel-strip-protective-commas.
2703         (org-babel-strip-protective-commas): Now accepts a language
2704         argument.
2706 2012-09-30  Fabrice Niessen  <fniessen-TA4HMoP+1wHrZ44/DZwexQ@public.gmane.org>  (tiny change)
2708         * org-agenda.el (org-agenda-write-buffer-name): Remove the test
2709         for the presence of <style> tag.
2711 2012-09-30  Feng Shu  <tumashu@gmail.com>
2713         * org.el (org-create-formula-image-with-imagemagick): Use
2714         'call-process to launch latex so that no shell output buffer will
2715         be shown when previewing formulas.
2717         * org.el (org-create-formula-image-with-imagemagick): Fix typo.
2719         * org.el (org-latex-create-formula-image-program): New option to
2720         use either dvipng or imagemagick to convert and preview LaTeX
2721         fragments.
2722         (org-preview-latex-fragment, org-format-latex): Handle the new
2723         option.
2724         (org-create-formula-image-with-dvipng): Rename from
2725         `org-create-formula-image'.
2726         (org-create-formula-image-with-imagemagick): New defun to handle
2727         LaTeX preview with imagemagick.
2728         (org-latex-color, org-latex-color-format): New defuns to handle
2729         color conversions.
2731         * org-latex.el (org-latex-to-pdf-process, org-export-as-pdf):
2732         Allow to use imagemagick to convert LaTeX fragments.
2734         * org-html.el (org-export-html-preprocess): Ditto.
2736         * org-exp.el (org-export-with-LaTeX-fragments): Ditto.
2738 2012-09-30  George Kettleborough  <g.kettleborough@member.fsf.org>
2740         * org-clock.el: New option `org-clock-clocked-in-display' to
2741         control whether the current clock is displayed in the mode line
2742         and/or frame title.
2744         * org-timer.el: New option `org-timer-display' to control whether
2745         the current timer is displayed in the mode line and/or frame
2746         title.
2748 2012-09-30  Hans-Peter Deifel  <hpdeifel@gmx.de>  (tiny change)
2750         * ob.el (org-babel-execute-src-block): Allow the :dir header
2751         argument to take relative file names.
2753 2012-09-30  Harri Kiiskinen  <harri@pp-kaitue.(none)>  (tiny change)
2755         * org-protocol.el: New option.
2756         (org-protocol-store-link, org-protocol-do-capture): Use it.
2758 2012-09-30  Henning Weiss  <hdweiss@gmail.com>
2760         * org-mobile.el (org-mobile-edit): Added handling of addheading,
2761         refile, archive, archive-sibling and delete edit nodes.
2762         (org-mobile-locate-entry): Olp links containing only a file are
2763         now be located correctly.
2764         (org-mobile-apply): Instead of finding the location of all target
2765         headings for edit nodes in a separate loop, they will be found
2766         immediately before applying edits.
2768         * org-mobile.el (org-mobile-sumo-agenda-command): Use a shorter
2769         title.
2771 2012-09-30  Ilya Shlyakhter  <ilya_shl@alum.mit.edu>  (tiny change)
2773         * org.el (org-parse-time-string): Allow strings supported by
2774         tags/properties matcher (eg <now>, <yesterday>, <-7d>) if the time
2775         starts with < and ends with >.  This means that e.g. in the
2776         clocktable parameters you can specify :tstart "<-1w>" :tend
2777         "<now>".
2779 2012-09-30  Ippei FURUHASHI  <top.tuna+orgmode@gmail.com>  (tiny change)
2781         * org-colview.el (org-columns): New argument `columns-fmt-string'.
2783         * org-colview.el (org-columns-get-format-end-top-level): Split
2784         into `org-columns-get-format' and `org-columns-goto-top-level'.
2786         * org-colview.el (org-dblock-write:columnview): Add a new
2787         parameter :format which specifies the column view format for the
2788         output of the columnview dynamic block.
2790 2012-09-30  Jambunathan K  <kjambunathan@gmail.com>
2792         * org-lparse.el (org-lparse-and-open)
2793         (org-lparse-do-convert): Open exported files with system-specific
2794         application.
2796         * org-odt.el: Don't meddle with `org-file-apps'.
2798         * org-compat.el (org-condition-case-unless-debug): Alias to
2799         `condition-case' when both `condition-case-no-debug' and
2800         `condition-case-unless-debug' is unavailable.
2802         * org-odt.el (org-odt-do-image-size): Replace `flet' with
2803         equivalent construct.
2805         * org-odt.el (org-odt-cleanup-xml-buffers): Use
2806         `condition-case-no-debug' instead of
2807         `condition-case-unless-debug'.  This ensures backward
2808         compatibility with Emacs versions < 24.1.
2810         * org-odt.el (org-odt-zip-dir)
2811         (org-odt-cleanup-xml-buffers): New.
2812         (org-export-as-odt-and-open, org-export-as-odt)
2813         (org-odt-init-outfile, org-odt-save-as-outfile)
2814         (org-export-as-odf, org-export-as-odf-and-open): Use
2815         `org-odt-cleanup-xml-buffers'.
2817         * org-odt.el (org-export-odt-default-org-styles-alist): Add
2818         default character style.
2820         * org-odt.el (org-export-odt-default-org-styles-alist): Add
2821         default character style.
2823         * org-lparse.el (org-do-lparse): Remove stray call to
2824         `org-export-html-after-blockquotes-hook'.
2826         * org-bbdb.el (org-bbdb-export): Add support for ODT format.
2828         * org-odt.el (org-odt-update-meta-file): Check for `org-version'
2829         is bound before accessing it.
2831         * org-odt.el (org-odt-schema-dir-list): OD Schema files have been
2832         moved away from $(git-root)/contrib/odt/etc/schema/ to
2833         $(git-root)/etc/schema/.
2835         * org-odt.el (org-odt-format-org-link): Pay no heed to whether the
2836         internal links destined for headlines provide a description or
2837         not.  In fact, the `org-store-link' and `org-insert-link' create
2838         internal links which do have a description.
2840         * org-lparse.el (org-lparse-insert-org-table): Consider short
2841         caption as plain text and not as org text.
2843         * org-odt.el (org-export-odt-format-formula)
2844         (org-export-odt-format-image): Ditto.
2846         * org-odt.el (org-odt-begin-table)
2847         (org-export-odt-format-formula, org-export-odt-format-image)
2848         (org-odt-format-entity): Handle short caption.
2850         * org-lparse.el (org-lparse-insert-org-table)
2851         (org-lparse-insert-list-table, org-lparse-insert-table-table):
2852         Ditto.
2854 2012-09-30  Jay McCarthy  <jay.mccarthy@gmail.com>  (tiny change)
2856         * org-colview.el (org-columns-new-overlay): Make sure to add a
2857         face to a string that has no face.
2859 2012-09-30  Jérémie Courrèges-Anglas  <jca@wxcvbn.org>  (tiny change)
2861         * org-latex.el: Ensure a final newline is appended to the export
2862         buffer.
2864 2012-09-30  Levin Du  <zslevin@gmail.com>  (tiny change)
2866         * org-clock.el (org-clock-in): Fix bug in setting the clock
2867         heading.
2869 2012-09-30  Madan Ramakrishnan  <madanr79@gmail.com>  (tiny change)
2871         * org-agenda.el (org-agenda-bulk-mark): Truly make arg optional as
2872         advertised by the function.
2874 2012-09-30  Mark E. Shoulson  <mark@kli.org>  (tiny change)
2876         * org.el (org-fontify-entities): Hide {} when prettifying
2877         entities.
2879 2012-09-30  Mark Shoulson  <mark@kli.org>  (tiny change)
2881         * org-entities.el (org-entities): Add new entities for characters
2882         which could cause formatting changes if typed directly.
2884         * org-entities.el (org-entities): Added \asciicirc entity for ^;
2885         also fixed \circ expansion in latex.
2887         * org.el (org-fontify-entities): Fix bug: The entities \sup[123]
2888         and \there4 were not "prettified" when org-pretty-entities was
2889         enabled.
2891 2012-09-30  Mats Lidell  <matsl@xemacs.org>  (tiny change)
2893         * org-element.el (org-element-paragraph-separate): Remove
2894         redundant and misplaced t clause in case.
2896 2012-09-30  Matt Lundin  <mdl@imapmail.org>
2898         * org-datetree.el: Fix regexp to allow datetree to find headings
2899         with trailing whitespace.  This fixes a bug in which an existing
2900         datetree heading (e.g., "* 2012 ") would not be found by
2901         org-datetree-find-year-create if it had trailing whitespace.  This
2902         can cause problems, for instance, if one is using column view on
2903         the date tree, since editing subheadings with column view adds
2904         whitespace at the end of the top heading.
2906         * org-footnote.el (org-footnote-new): Don't call
2907         org-footnote-unique-label if org-footnote-auto-label is set to
2908         random.
2910         * org-gnus.el: (org-gnus-follow-link): Fix argument to
2911         gnus-group-read-group so that following a link does not result in
2912         unread article being selected.
2914         * org-bbdb.el (org-bbdb-anniv-extract-date)
2915         (org-bbdb-make-anniv-hash): Fix org-bbdb anniversary functionality
2916         to accommodate BBDB 3.x.  There are two major changes in BBDB 3.x
2917         that need to be taken into account.  The first is that
2918         `bbdb-split' reverses the order of its parameters in 3.x.  The
2919         second is that `bbdb-record-getprop' is replaced by
2920         bbdb-record-note in 3.x.
2922 2012-09-30  Max Mikhanosha  <max@openchat.com>
2924         * org-agenda.el (org-agenda-change-all-lines): Speedup refresh of
2925         a single line of agenda by narrowing the agenda buffer to just
2926         that line before calling `org-agenda-finalize'.
2928         * org.el (org-mode): Don't set org-hide's foreground to
2929         "invisible-bg".
2930         (org-find-invisible-foreground): New function.
2932         * org-agenda.el (defvar org-habit-show-all-today): New variable
2933         (org-agenda-get-scheduled): Show all habits if user wants it
2935         * org-habit.el (defcustom org-habit-show-all-today): New variable
2937         * org-agenda.el (org-agenda-quit): Copy the code for optionally
2938         restoring window configuration after burying the sticky agenda
2939         buffer.
2941         * org-agenda.el (org-agenda-new-marker): Check for NIL
2942         org-agenda-buffer
2943         (org-agenda-to-appt): Bind org-agenda-buffer to NIL
2945         * org-agenda.el (org-agenda-change-all-lines): Move accessing of
2946         'extra text property outside of with-current-buffer for original
2947         buffer
2949         * org-agenda.el (defvar org-habit-show-habits-only-for-today):
2950         initialize to nil
2952 2012-09-30  Michael Brand  <michael.ch.brand@gmail.com>
2954         * org-id.el (org-id-link-to-org-use-id): Align the doc string to
2955         the changed default.
2957         * ob-tangle.el (org-babel-tangle-collect-blocks): Use dummy string
2958         when heading has no text.
2960         * org-capture.el (org-capture-inside-embedded-elisp-p): Improve
2961         parsing.
2963         * org-feed.el (org-feed-format-entry): Require `org-capture'.
2964         Expand Elisp %(...) templates.
2965         (org-feed-default-template): Update docstring.
2967         * org-capture.el (org-capture-expand-embedded-elisp): New
2968         function.
2969         (org-capture-fill-template): Use it.
2970         (org-capture-inside-embedded-elisp-p): New function to tell if we
2971         are within an Elisp %(...) template.
2973         * org-list.el (org-at-item-description-p)
2974         (org-list-item-body-column): Make the inline regexp more
2975         consistent with `org-list-full-item-re', the inline regexp
2976         "Description list items" from `org-set-font-lock-defaults and
2977         others'.
2979 2012-09-30  Mike Sperber  <sperber@deinprogramm.de>
2981         * org.el (org-fill-paragraph): Pass optional argument to
2982         `fill-paragraph' to fix compatibility with XEmacs.
2984         * org.el (org-self-insert-cluster-for-undo): Default
2985         `org-self-insert-cluster-for-undo' also on XEmacs.
2987         * org.el (org-kill-line): Access `visual-line-mode' only if it's
2988         bound.
2990 2012-09-30  Muchenxuan Tong  <demon386@gmail.com>  (tiny change)
2992         * org-timer.el (org-timer-set-mode-line): Check
2993         `org-timer-display' when value is 'off.
2995 2012-09-30  Nicolas Calderon Asselin  <nicolas.calderon.asselin@gmail.com>  (tiny change)
2997         * org-clock.el (org-clock-idle-time): Org-mode assumed that
2998         x11idle was an available command, and returned an idle time of 0
2999         if it was not
3000         (never idle). Added checks so that org-idle-time will come from
3001         emacs' own current-idle-time if x11idle cannot be found or if it
3002         cannot retrieve the idle time from X11
3004 2012-09-30  Nicolas Goaziou  <n.goaziou@gmail.com>
3006         * org-element.el: Properly remove COMMENT and QUOTE keywords from
3007         title in parser.
3009         * org-element.el (org-element-headline-parser): Fix parsing for
3010         headlines with a single COMMENT or QUOTE keyword.
3012         * ob-org.el (org-babel-default-header-args:org): By default,
3013         export code from Org src blocks.
3015         * org-element.el (org-element-inline-src-block-successor): Fix
3016         inline-src-block parsing at the beginning of an item.
3018         * org-element.el (org-element--collect-affiliated-keywords): Fix
3019         caption parsing.
3021         * org-element.el (org-element--current-element): At the very
3022         beginning of a footnote definition or an item, next element is
3023         always a paragraph.
3025         * org-element.el (org-element-headline-parser): Handle nil titles.
3026         (org-element-inlinetask-parser): Add :raw-value property.  Also
3027         handle nil titles.
3029         * org.el (org-set-regexps-and-options): Don't consider tags as a
3030         replacement for a missing title in an headline.
3032         * org.el (org-setup-filling): Remove duplicate code.
3034         * org.el (org-adaptive-fill-function): Make sure fill prefix is
3035         computed from beginning of line.
3037         * org-element.el (org-element-section-parser): Make sure section
3038         cannot contain an headline.
3039         (org-element--current-element): Fix bug requiring to parse a quote
3040         section even when point is at an headline.
3042         * org.el (org-adaptive-fill-function): Remove occasional spurious
3043         space character when auto-filling.
3045         * org.el (org-mode): Call external initalizers.  Now both filling
3046         code and comments code have their own independant part in org.el.
3047         (org-setup-filling): Renamed from `org-set-autofill-regexps'.
3048         (org-setup-comments-handling): New function.
3050         * org.el (org-fill-paragraph): Refine filling in comments and in
3051         paragraphs.  Allow commented blank lines.  Take into consideration
3052         the indentation of the second line of the paragraph being filled.
3053         (org-comment-or-uncomment-region): Rewrite function.  Now comment
3054         region at a fixed column: the minimal indentation of the region.
3055         (org-fill-context-prefix): Rename function into
3056         `org-adaptive-fill-function'. Also, In a paragraph, choose the
3057         same prefix as the current line.
3059         * org-exp.el (org-export-handle-comments): Also remove comments at
3060         column 0.
3062         * org-exp.el (org-export-handle-comments): Handle inline comments
3063         with new syntax.
3065         * org.el (org-structure-template-alist): Add missing colon to
3066         #+INCLUDE.
3068         * org.el (org-backward-element): When called at the beginning of
3069         first element in section, the function shouldn't return an error
3070         but move point to headline or point-min instead.
3072         * org-element.el (org-element-paragraph-parser): Tiny refactoring.
3074         * org-element.el (org-element-paragraph-parser): Remove trailing
3075         code comments.
3077         * org.el (org-fill-context-prefix): Fix incorrect output when
3078         called at the beginning of a plain list with an affiliated
3079         keyword.
3080         (org-fill-paragraph): Remove useless variable.
3082         * org-element.el (org-element-paragraph-parser): Fix parsing of
3083         paragraph at the beginning of an item.
3085         * org.el (org-mode): Set back comment-start-skip so comment-dwim
3086         can tell a keyword from a comment.
3088         * org.el (org-set-autofill-regexps): Install new comment line
3089         break function.
3090         (org-comment-line-break-function): New function.
3091         (org-mode): Remove unnecessary line.
3093         * org.el (org-fill-context-prefix, org-fill-paragraph): Do not
3094         fill verse blocks contents.  Verse blocks can be used to format
3095         free-form poetry, so filling has to be done manually.
3097         * org.el (org-fill-paragraph-separate-nobreak-p): New function.
3098         (org-set-autofill-regexps): Introduce new predicate.
3099         (org-fill-item-nobreak-p): Remove function.
3101         * org-element.el (org-element-paragraph-separate): Since this
3102         variable is meant to be searched forward, \end{...} shouldn't
3103         trigger the end of a paragraph before checking if it is the end of
3104         a complete environment.
3105         (org-element-latex-environment-parser): Slight change to the
3106         regexp matching the beginning of a latex environment.
3107         (org-element-paragraph-parser): Paragraphs don't end at incomplete
3108         latex environments.
3109         (org-element-latex-or-entity-successor): Remove paragraph
3110         environments from latex fragment search.
3112         * org-table.el (org-table-number-regexp): By default, accept comma
3113         as a decimal mark to represent numbers.
3115         * org-element.el (org-element-map): Fix comment typo.
3117         * org.el (org-fill-paragraph): Add a `save-excursion' to avoid
3118         returning funny results.
3120         * org.el (org-fill-paragraph): Try not to include message header
3121         and citation lines in a paragraph when filling it.
3123         * org.el (org-fill-paragraph): Fix filling in a narrowed buffer.
3124         (org-fill-context-prefix): Fill prefix doesn't depend on current
3125         narrowing.
3127         * org.el (org-mode): Line with a single hash sign on it is a
3128         comment.
3130         * org.el (org-set-font-lock-defaults): Fix comment fontification.
3132         * org-element.el (org-element-item-parser): Do not remove tag from
3133         body if list isn't descriptive.
3135         * org-list.el (org-insert-item): Only ask about a term for
3136         descriptive lists.
3137         (org-list-struct, org-list-insert-item): Do not recognize a tag in
3138         an ordered list.
3140         * org-element.el (org-element-set-element): Rewrite function.
3141         (org-element-adopt-elements): New function.
3142         (org-element-adopt-element): Removed function.
3143         (org-element--parse-elements, org-element--parse-objects): Use new
3144         function.
3146         * org-list.el (org-list-automatic-rules): Remove `bullet' rule,
3147         which is now hard-coded.
3148         (org-cycle-list-bullet): Hard code `bullet' rule.
3149         (org-list-get-list-type): Make sure a list with numbered bullets
3150         cannot have `descriptive' type.
3152         * org-element.el (org-element-paragraph-parser): Fix previous
3153         patch.
3155         * org.el (org-fill-paragraph): No need to use
3156         `org-element-paragraph-separate' in a verse block since blank
3157         lines only can end a "paragraph".
3159         * org-element.el (org-element-paragraph-separate): Apply changes
3160         to comments.
3161         (org-element-paragraph-parser): Correctly find end of paragraphs.
3162         (org-element--current-element): Require colons for Babel calls.
3163         (org-element-center-block-parser)
3164         (org-element-dynamic-block-parser, org-element-quote-block-parser)
3165         (org-element-special-block-parser)
3166         (org-element-comment-block-parser)
3167         (org-element-example-block-parser)
3168         (org-element-export-block-parser, org-element-src-block-parser)
3169         (org-element-verse-block-parser): Fall-back to paragraph parsing
3170         when incomplete or ill-formed.
3172         * org-element.el (org-element-swap-A-B): Small refactoring.
3174         * org-element.el (org-element-text-markup-successor): Fix typo in
3175         docstring.
3177         * org-element.el (org-element-at-point): Return consistent value
3178         when function is called on a blank line within a plain list.
3180         * org-element.el (org-element-paragraph-separate): Fix comments in
3181         paragraph separator regexp.  Optimize it.
3183         * org-element.el: Update code commets.
3185         * org.el (org-mark-subtree): Fix bug when marking subtree with
3186         point on an inlinetask.  Refactor code.
3188         * org.el (org-mark-subtree): Do not make a special case for
3189         inlinetasks when marking a subtree. These are handled by
3190         `org-element-mark-element'.
3192         * org-element.el (org-element-comment-parser): Consider first "+"
3193         as a comment when parsing an ill-defined keyword.
3195         * org-element.el (org-element-item-interpreter): Simplify bullet
3196         creation.
3197         (org-element-plain-list-interpreter): Fix wrong bullets, if
3198         needed.
3200         * org-element.el (org-element-comment-parser): Fix parsing when a
3201         keyword follows the commented line.
3203         * org.el (org-fill-context-prefix): Auto-fill first paragraph in
3204         footnote definitions.
3206         * org.el (org-mode): Define new comment syntax.
3207         (org-fontify-meta-lines-and-blocks-1, org-strip-protective-commas)
3208         (org-fill-context-prefix, org-insert-comment)
3209         (org-comment-or-uncomment-region): Use new comment syntax.
3211         * org-element.el (org-element-comment-parser)
3212         (org-element-comment-interpreter, org-element--current-element):
3213         Use new comment syntax.
3215         * org.el (org-fill-paragraph): When at an item or a footnote
3216         definition, fill first paragraph instead.
3218         * org.el (org-fill-paragraph): Fix filling when point is at the
3219         very end of a paragraph.
3221         * org.el (org-mode): Set comments related variables.
3222         (org-insert-comment, org-comment-or-uncomment-region): New
3223         functions.
3225         * org.el (org-fill-context-prefix): Small refactoring.
3226         (org-fill-paragraph): Add code comments.
3228         * org-element.el (org-element-at-point): Add :parent property to
3229         output.
3230         (org-element-context): Add :parent property to output.  Also
3231         return a single element or object instead of a list of parents.
3232         (org-element-forward, org-element-up): Apply changes.
3234         * org.el (org-fill-context-prefix): New function.
3235         (org-fill-paragraph, org-auto-fill-function): Use new function.
3236         Also handle comments.
3237         (org-adaptive-fill-function): Remove function.
3238         (org-get-local-variables, orgstruct++-mode): Don't store now
3239         unused adaptive-fill* functions.
3241         * org-element.el (org-element-at-point): Fix function when buffer
3242         starts with an inlinetask.  Also fix it when called on the last
3243         element in a greater element or the buffer.
3245         * org-element.el (org-element-center-block-parser)
3246         (org-element-dynamic-block-parser)
3247         (org-element-footnote-definition-parser)
3248         (org-element-headline-parser, org-element-inlinetask-parser)
3249         (org-element-quote-block-parser, org-element-special-block-parser)
3250         (org-element-plain-list-parser): Refactor code.
3251         (org-element-drawer-parser): Fall-back to paragraph parser when
3252         drawer is incomplete.
3254         * org-macs.el (org-with-limited-levels): Fix typo.
3256         * org-element.el (org-element-paragraph-separate): Refactor.
3257         (org-element-paragraph-parser): Fix paragraph parsing.
3259         * org.el (org-fill-paragraph): Rewrite function using
3260         `org-element-at-point'.
3262         * org-element.el (org-element-fill-paragraph): Remove function.
3264         * org.el (org-planning-or-clock-line-re): Make it a defconst.
3265         It's no use to make it a buffer-local variable since variables on
3266         which it depends are not buffer-local anyway.
3268         * org.el (org-drawer-regexp): Provide default value for
3269         `org-drawer-regexp' in non-Org buffers.
3271         * org-entities.el (org-entities-create-table): Function chokes
3272         when CAR of `org-entities' is a string.
3274         * org-list.el (org-list-automatic-rules): Allow check-boxes in
3275         description lists.
3276         (org-list-struct-apply-struct, org-insert-item): Remove rule
3277         check.
3279         * org-footnote.el (org-footnote-normalize): Fix positionning in
3280         HTML export without a footnote section.
3282         * org-list.el (org-list-struct-indent): Follow
3283         `org-list-demote-modify-bullet' specifications for ordered
3284         bullets.
3285         (org-list-indent-item-generic, org-indent-item-tree)
3286         (org-outdent-item-tree): Fix bug when operating on a region.
3287         (org-outdent-item, org-indent-item): Allow to operate on a region.
3289         * org.el (org-shiftmetaleft, org-shiftmetaright): Allow to operate
3290         on a region.
3292         * org-footnote.el (org-footnote-delete-definitions): Remove blank
3293         lines before the footnote definition instead of removing those
3294         after it.
3296         * org-footnote.el (org-footnote-at-definition-p): Don't grab
3297         trailing blank lines in a footnote definition.
3298         (org-footnote-delete-definitions): Remove both footnote definition
3299         and trailing blank lines.
3301 2012-09-30  Rick Frankel  <rick@rickster.com>
3303         * ob-sql.el: Add dbi engine type and pre/post processing.
3305 2012-09-30  Sean O'Halpin  <sean.ohalpin@gmail.com>  (tiny change)
3307         * ob.el (org-babel-expand-noweb-references): Capture current noweb
3308         start and end patterns then use to set buffer locals in
3309         (with-temp-buffer) form.
3311 2012-09-30  Sebastien Vauban  <sva@mygooglest.com>  (tiny change)
3313         * org.el (org-update-all-dblocks): Autoload function.
3315 2012-09-30  Simon Thum  <simon.thum@gmx.de>  (tiny change)
3317         * ob-maxima.el (org-babel-execute:maxima): Let cmdline always
3318         return a string.
3320 2012-09-30  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>  (tiny change)
3322         * org-icalendar.el (org-icalendar-timezone): Fix typo and clarify
3323         meaning.
3325 2012-09-30  Stuart Hickinbottom  <stuart@hickinbottom.com>  (tiny change)
3327         * org-clock.el (org-x11idle-exists-p): Only shell out when running
3328         on X.
3330 2012-09-30  Suhail Shergill  <suhailshergill@gmail.com>  (tiny change)
3332         * org-html.el (org-export-as-html): If possible, use the
3333         :CUSTOM_ID: property to assign unique ids to footnotes.
3335 2012-09-30  T.F. Torrey  <tftorrey@tftorrey.com>  (tiny change)
3337         * org-exp.el (org-export-remember-html-container-classes): Allow
3338         exporting a single subtree with HTML_CONTAINER_CLASS property.
3340         * org-rmail.el (org-rmail-follow-link): Use `rmail-widen' instead
3341         of `widen' and don't toggle header as `rmail-widen' already takes
3342         care of this.
3344 2012-09-30  Tim Howe  <vsync@quadium.net>  (tiny change)
3346         * org-clock.el (org-clocktable-defaults): Revert extra layer of
3347         quoting.
3349 2012-09-30  Toby S. Cubitt  <tsc25@cantab.net>
3351         * org-capture.el (org-capture-fill-template): Expand %<num> escape
3352         sequences into text entered for <num>'th %^{PROMPT} escape.
3354         * org-capture.el (org-capture-fill-template): Fixed regexp for
3355         %<n> expandos to match any positive integer.
3356         (org-capture-templates): Updated docstring accordingly.
3358         * org-agenda.el (org-agenda-skip-timestamp-if-deadline-is-shown):
3359         Skip timestamp items in agenda view if item is already shown as a
3360         deadline item.
3361         (org-agenda-skip-dealine-if-done): Pass deadline results to
3362         org-agenda-get-timestamps.
3363         (org-agenda-get-timestamps): Optionally take list of deadline
3364         results, so that timestamp results can be skipped if already
3365         included in deadline results.
3367         * org-agenda.el (org-agenda-diary-sexp-prefix): Regexp matching
3368         deadline/scheduling information to be displayed in diary sexp
3369         agenda items.
3370         (org-agenda-get-sexps): Extract deadline/scheduling information
3371         from diary sexp entries.
3373         * org-capture.el (org-capture-place-entry): Place captured entry
3374         immediately after last subheading of target, instead of just
3375         before next heading at same level as target.
3377         * org-capture.el (org-capture-templates): Document new capture
3378         template properties.
3380         * org-capture.el (org-capture-place-entry)
3381         (org-capture-empty-lines-before): Make new :empty-lines-before
3382         property override :empty-lines when inserting empty lines before
3383         captured captured entry.
3385         * org-capture.el (org-capture-finalize)
3386         (org-capture-empty-lines-after): Make new :empty-lines-after
3387         property override :empty-lines when inserting empty lines after
3388         captured captured entry.
3390         * org-agenda.el (org-agenda-skip-if, org-agenda-skip-if-todo): Add
3391         new todo-unblocked and nottodo-unblocked skip conditions.  These
3392         match as for todo and nottodo, but only for unblocked todo items.
3394 2012-09-30  Zachary Kanfer  <zkanfer@gmail.com>  (tiny change)
3396         * org.el (org-read-date-display): Fix bug when displaying the
3397         overlay.
3399 2012-09-30  Niels Giesen  <niels.giesen@gmail.com>
3401         * org-table.el (orgtbl-to-generic): Add check for :skipheadrule.
3402         When present, the :hline following the head will be skipped.  This
3403         is necessary to avoid doubling of horizontal rules in LaTeX
3404         longtable environments and consequent width problems.
3406         * org-latex.el (org-export-latex-tables-tstart)
3407         (org-export-latex-tables-hline)
3408         (org-export-latex-tables-tend): New options.
3409         (org-export-latex-tables): Use the new options.
3411 2012-09-30  tumashu  <tumashu@gmail.com>  (tiny change)
3413         * org-exp.el (org-export-language-setup): Add simplified chinese
3414         translation.
3416 2012-09-01  Paul Eggert  <eggert@cs.ucla.edu>
3418         Better seed support for (random).
3419         * org-id.el (org-id-uuid):
3420         Change (random t) to (random), now that the latter is more random.
3422 2012-07-29  Paul Eggert  <eggert@cs.ucla.edu>
3424         Don't use the abbreviation "win" to refer to Windows (Bug#10421).
3425         * ob-lilypond.el (ly-w32-ly-path): Rename from ly-win32-ly-path.
3426         (ly-w32-pdf-path): Rename from ly-win32-pdf-path.
3427         (ly-w32-midi-path): Rename from ly-win32-midi-path.
3428         (ly-determine-ly-path, ly-determine-pdf-path, ly-determine-midi-path):
3429         Check for "windows-nt", not "win32", in system-type.
3431 2012-06-02  Chong Yidong  <cyd@gnu.org>
3433         * org-clock.el (org-clock-string-limit)
3434         (org-clock-modeline-total, org-clock-task-overrun-text)
3435         (org-clock-mode-line-entry): Doc fix, "modeline" -> "mode line".
3437 2012-05-27  Mark Shoulson  <mark@kli.org>  (tiny change)
3439         * org.el (org-fontify-entities): Fix bug: The entities \sup[123] and
3440         \there4 were not "prettified" when org-pretty-entities was enabled.
3442 2012-05-27  Nicolas Goaziou  <n.goaziou@gmail.com>
3444         * org.el (org-font-lock-add-priority-faces):
3445         Restrict priorities fontification to headlines and inlinetasks.
3447 2012-05-27  Jambunathan K  <kjambunathan@gmail.com>
3449         * org-odt.el (org-odt-init-outfile)
3450         (org-odt-write-manifest-file):
3451         Disable `nxml-auto-insert-xml-declaration-flag'.
3453         * org-lparse.el (org-do-lparse): Don't trigger auto-mode processing.
3455 2012-05-27  Bastien Guerry  <bzg@gnu.org>
3457         * org.el (org-scan-tags): Fix bug when building the scanner regexp.
3459 2012-05-27  Eric Schulte  <eric.schulte@gmx.com>
3461         * ob.el (org-babel-capitalize-examplize-region-markers):
3462         Controls the capitalization of begin and end example blocks.
3463         (org-babel-examplize-region):
3464         Optionally capitalize example block delimiters.
3466         * ob-plantuml.el (org-babel-execute:plantuml):
3467         Add a :java header argument to plantuml.
3469         * org-exp-blocks.el (org-export-blocks-preprocess):
3470         Even when the body of a block is not indented the boundary markers
3471         should be indented to their original positions so things like list
3472         indentation still work.
3474         * ob.el (org-babel-parse-src-block-match):
3475         Save match data during indentation check.
3477 2012-05-27  Bastien Guerry  <bzg@gnu.org>
3479         * org.el (org-scan-tags): Correctly match TODO keywords.
3481 2012-05-27  Nicolas Goaziou  <n.goaziou@gmail.com>
3483         * org-list.el (org-list-struct): Fix white spaces.
3484         (org-list-swap-items, org-list-send-item): Fix visibility preservation.
3486         * org-list.el (org-list-swap-items, org-list-send-item):
3487         Preserve visibility when moving items.
3489 2012-05-27  Mark E. Shoulson  <mark@kli.org>  (tiny change)
3491         * org.el (org-fontify-entities): Hide {} when prettifying entities.
3493 2012-05-27  Bastien Guerry  <bzg@gnu.org>
3495         * org.el (org-cycle-internal-global): Prevent the display of
3496         messages when cycling from with a Gnus article buffer.
3498         * org-table.el (org-table-time-seconds-to-string):
3499         Fix bug about handling a negative duration value.
3501 2012-05-27  Nicolas Goaziou  <n.goaziou@gmail.com>
3503         * org.el (org-link-expand-abbrev): Fix docstring.
3505         * org.el (org-translate-link): Fix bug.
3507 2012-05-27  Bastien Guerry  <bzg@gnu.org>
3509         * org-agenda.el (org-agenda-bulk-mark-regexp):
3510         Fix bug when setting the number of marked entries.
3512         * org-table.el (org-tbl-calc-modes): Rename from `org-table-modes'.
3513         (org-set-calc-mode, org-table-eval-formula): Use it.
3515 2012-05-27  Eric Schulte  <eric.schulte@gmx.com>
3517         * ob.el (org-babel-find-named-result):
3518         Fix bug finding empty named results.
3520 2012-05-27  Nicolas Goaziou  <n.goaziou@gmail.com>
3522         * org.el (org-set-regexps-and-options):
3523         Fix `org-planning-or-clock-line-re' regexp.  Indeed "\\>" will never
3524         match since time keywords must end with colons, which are not word
3525         constituents.
3527 2012-05-27  Bastien Guerry  <bzg@gnu.org>
3529         * org-ctags.el (org-ctags-new-topic-template):
3530         Fix the option default value back again.
3532 2012-05-27  Eric Schulte  <eric.schulte@gmx.com>
3534         * org-bibtex.el (org-bibtex-export-to-kill-ring):
3535         Don't rely on kill-new to return a string.
3537         * org-bibtex.el (org-bibtex-headline):
3538         Remove call to bibtex-reformat which often hangs.
3540 2012-04-27  Glenn Morris  <rgm@gnu.org>
3542         * org-ctags.el (org-ctags-new-topic-template):
3543         Revert 2012-04-09 removal of * from defcustom value, not doc.
3545 2012-04-27  Nicolas Goaziou  <n.goaziou@gmail.com>
3547         * org-table.el (org-table-number-fraction): Fix typo.
3549 2012-04-27  Eric Schulte  <eric.schulte@gmx.com>
3551         * ob-python.el (org-babel-execute:python): Ensure newline precedes
3552         automatically-added returns.
3554 2012-04-27  Nicolas Goaziou  <n.goaziou@gmail.com>
3556         * org-mouse.el (org-mode-hook): Do not move point when clicking on
3557         a footnote reference.
3559 2012-04-27  Bastien Guerry  <bzg@gnu.org>
3561         * org-faces.el (org-date-selected): Fix docstring.
3563 2012-04-27  Nicolas Goaziou  <n.goaziou@gmail.com>
3565         * org-list.el (org-list-struct-indent): Follow
3566         `org-list-demote-modify-bullet' specifications for ordered
3567         bullets.
3568         (org-list-indent-item-generic, org-indent-item-tree)
3569         (org-outdent-item-tree): Fix bug when operating on a region.
3570         (org-outdent-item, org-indent-item): Allow to operate on a region.
3572         * org.el (org-shiftmetaleft, org-shiftmetaright): Allow to operate
3573         on a region.
3575 2012-04-27  Nicolas Goaziou  <n.goaziou@gmail.com>
3577         * org-footnote.el (org-footnote-normalize): Fix positioning in
3578         HTML export without a footnote section.
3580 2012-04-27  Madan Ramakrishnan  <madanr79@gmail.com>  (tiny change)
3582         * org-agenda.el (org-agenda-bulk-mark): Truly make arg optional as
3583         advertised by the function.
3585 2012-04-27  Zachary Kanfer  <zkanfer@gmail.com>  (tiny change)
3587         * org.el (org-read-date-display): Fix bug when displaying the
3588         overlay.
3590 2012-04-27  Bastien Guerry  <bzg@gnu.org>
3592         * org.el (org-mode): Don't use `buffer-face-mode' by default.
3594 2012-04-27  Bastien Guerry  <bzg@gnu.org>
3596         * org-faces.el (org-date-selected): New face.
3598 2012-04-27  Jambunathan K  <kjambunathan@gmail.com>
3600         * org-odt.el (org-odt-format-org-link): Pay no heed to whether the
3601         internal links destined for headlines provide a description or
3602         not.  In fact, the `org-store-link' and `org-insert-link' create
3603         internal links which do have a description.
3605 2012-04-27  Bastien Guerry  <bzg@gnu.org>
3607         * org-clock.el (org-program-exists): Fix docstring.
3609 2012-04-14  Bastien Guerry  <bzg@gnu.org>
3611         * org.el (org-point-at-end-of-empty-headline): Only try to match
3612         `org-todo-line-regexp' when the value is non-nil, e.g. in non-org
3613         modes.
3614         (org-fontify-meta-lines-and-blocks-1): Prevent errors when trying
3615         to fontify beyond (point-max).
3617         * org-clock.el (org-clock-task-overrun-text)
3618         (org-task-overrun, org-clock-get-clock-string)
3619         (org-clock-update-mode-line)
3620         (org-clock-notify-once-if-expired): Rename `org-task-overrun'
3621         and `org-task-overrun-text' to `org-clock-task-overrun' and
3622         `org-clock-task-overrun-text' respectively.
3623         (org-task-overrun-text): New alias.
3625         * org-table.el (org-table-eval-formula): Fix bug about handling
3626         remote references as durations.
3627         (org-table-get-range): Fix bug: make sure references to $0 are
3628         correctly handled.
3630         * org-pcomplete.el (pcomplete/org-mode/file-option):
3631         Fix bug in `pcomplete/org-mode/file-option'.
3632         (org-thing-at-point): Also match line options like LATEX_CLASS
3633         when pcompleting from LATEX_.
3635         * org-agenda.el (org-agenda-filter-make-matcher)
3636         (org-agenda-filter-apply): Allow filtering entries out by
3637         category.  Using `C-u <' from the agenda view will redisplay
3638         the agenda without entries from categories of the current line.
3640 2012-04-14  Eric Schulte  <eric.schulte@gmx.com>
3642         * ob-C.el (org-babel-C-ensure-main-wrap):
3643         Add an explicit return to automatically generated main methods.
3645 2012-04-14  Matt Lundin  <mdl@imapmail.org>
3647         * org.el (org-after-todo-state-change-hook):
3648         Fix docstring to reflect name change of state to `org-state'.
3650 2012-04-14  Mike Sperber  <sperber@deinprogramm.de>  (tiny change)
3652         * org-footnote.el (org-footnote-normalize):
3653         Correctly pass keyword arguments to `org-export-preprocess-string'.
3655 2012-04-03  Bastien Guerry  <bzg@gnu.org>
3657         * org.el (org-todo): Fix regression: rename `state' to
3658         `org-state'.
3659         (org-use-effective-time): Fix group and type.
3661 2012-04-02  Bastien Guerry  <bzg@gnu.org>
3663         * org-clock.el (org-clock-out-if-current): Fix regression: rename
3664         `org-clock-state' to `org-state' to match the name of the
3665         dynamically-scoped variable in `org-todo'.
3667         * org-agenda.el (entry, org-diary, org-class): Fix regression:
3668         rename `org-entry' to `entry'.
3670 2012-04-01  Bastien Guerry  <bzg@gnu.org>
3672         * org.el (org-todo): Fix regression in `org-todo'.
3674 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
3676         * ob-C.el (org-babel-C-execute): Add .exe to the end of compiled
3677         C files on windows.
3679 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
3681         * ob-exp.el (org-babel-exp-code): Escape all lines when exporting
3682         Org-mode blocks.
3684         * ob.el (org-babel-parse-src-block-match): Make use of the new
3685         language argument to org-babel-strip-protective-commas.
3686         (org-babel-parse-inline-src-block-match): Make use of the new
3687         language argument to org-babel-strip-protective-commas.
3688         (org-babel-strip-protective-commas): Now accepts a language
3689         argument.
3691 2012-04-01  Bastien Guerry  <bzg@gnu.org>
3693         * org.el (org-fast-tag-selection): Fix an bug when listing tags
3694         for completion.
3696 2012-04-01  Ilya Shlyakhter  <ilya_shl@alum.mit.edu>  (tiny change)
3698         * org.el (org-delete-property-globally): Fixed a bug that left
3699         blank line in place of the property, instead of removing the line.
3701 2012-04-01  Bastien Guerry  <bzg@gnu.org>
3703         * ob-maxima.el (org-babel-maxima-command): Add group information
3704         to the defcustom.
3706 2012-04-01  Bastien Guerry  <bzg@gnu.org>
3708         * org.el (org-mode): Use `buffer-face-mode' to remap the 'default
3709         face to 'org-default.
3711 2012-04-01  Bastien Guerry  <bzg@gnu.org>
3713         * org-ascii.el (org-export-as-ascii): Fix escaping of underscores
3714         in links.
3716 2012-04-01  Bastien Guerry  <bzg@gnu.org>
3718         * org.el: Prevent a bug while defining the menu by requiring
3719         `org-beamer' when necessary.
3721 2012-04-01  Bastien Guerry  <bzg@gnu.org>
3723         * org-table.el (orgtbl-self-insert-command): Use
3724         `backward-delete-char' instead of `delete-backward-char' as this
3725         last command gets caught by the compiler which says to not use it
3726         in programs.  `backward-delete-char' is just an alias for
3727         `delete-backward-char' which is internally remapped to
3728         `org-delete-backward-char' for optimization purpose.
3730 2012-04-01  Bastien Guerry  <bzg@gnu.org>
3732         * org-latex.el (org-export-latex-subcontent): Bugfix: when
3733         `org-export-latex-low-levels' is nil, do not export low levels.
3735 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
3737         * ob.el (org-babel-insert-result): Fix bug in indented wrapped
3738         results insertion.
3740 2012-04-01  Bastien Guerry  <bzg@gnu.org>
3742         * org.el (org-set-tags): Include `org-tag-alist' in the list of
3743         possible completions, even when there are tags defined in the
3744         buffer.
3746 2012-04-01  Bastien Guerry  <bzg@gnu.org>
3748         * org-mime.el (org-mime-htmlize): Set
3749         `org-export-with-LaTeX-fragments' correctly.
3751 2012-04-01  Bastien Guerry  <bzg@gnu.org>
3753         * org.el (org-set-tags): Don't add a column when there is only one
3754         tag offered for completion.
3756 2012-04-01  Bastien Guerry  <bzg@gnu.org>
3758         * org.el (org-fast-tag-selection): Include tags from
3759         `org-tag-alist' when completing with the TAB key.
3761 2012-04-01  Shoji Nishimura  <nishimura.shoji@gmail.com>  (tiny change)
3763         * org.el (org-display-inline-images): Honor the ̀beg' parameter.
3765 2012-04-01  Bastien Guerry  <bzg@gnu.org>
3767         * org-latex.el (org-export-latex-subcontent): Don't insert a
3768         linebreak when itemizing a subtree that is just a headline.
3770 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
3772         * ob-lob.el (org-babel-lob-get-info): Removed extra []s when
3773         parsing inline call_foo lines.
3775 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
3777         * ob-maxima.el (org-babel-maxima-command): The maxima command used
3778         should be configurable (defaults to maxima-command if defined).
3779         (org-babel-execute:maxima): The maxima command used should be
3780         configurable (defaults to maxima-command if defined).
3782 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
3784         * ob-C.el (org-babel-C-execute): Add the local directory to the
3785         library search path for C/C++ block compilation.
3787 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
3789         * ob.el (org-babel-where-is-src-block-result): Don't truncate
3790         results name on call line execution.
3792 2012-04-01  Ilya Shlyakhter  <ilya_shl@alum.mit.edu>  (tiny change)
3794         * org-colview.el (org-columns-cleanup-item): Handle case of empty
3795         headline.
3797 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
3799         * org-footnote.el (org-footnote-delete-definitions): Fix LaTeX
3800         export error when a src block produces fake footnotes.
3802 2012-04-01  Bastien Guerry  <bzg@gnu.org>
3804         * org.el (org-read-date): Don't mention `parse-time-weekdays' and
3805         `parse-time-months' in the docstring.
3807 2012-04-01  Bastien Guerry  <bzg@gnu.org>
3809         * org-agenda.el (org-agenda-filter-apply): Bugfix: Add let
3810         binding.
3812 2012-04-01  Bastien Guerry  <bzg@gnu.org>  (tiny change)
3814         * org-colview.el (org-columns-compute): Also consider inline tasks
3815         when computing the sum.
3817 2012-04-01  Thomas Morgan  <tlm@ziiuu.com>  (tiny change)
3819         * org-habit.el (org-habit-insert-consistency-graphs): Fix
3820         alignment of consistency graph in filtered agenda view.
3822 2012-04-01  Bastien Guerry  <bzg@gnu.org>
3824         * org-latex.el (org-export-as-latex): Fix bug in setting the
3825         export directory according to the LaTeX options.
3827 2012-04-01  K.Nagashima  <uni.naga@gmail.com>  (tiny change)
3829         * org.el (org-show-subtree): Make interactive.
3831 2012-04-01  Ilya Shlyakhter  <ilya_shl@alum.mit.edu>
3833         * org-clock.el (org-clock-get-table-data): Make sure todo-only
3834         does not leak when it is set by make-org-tags-macher.
3836 2012-04-01  Bastien Guerry  <bzg@gnu.org>
3838         * org.el (org-cycle-internal-local): Don't try to hide drawers
3839         within subtrees in this function, it slows cycling down.
3841 2012-04-01  Bastien Guerry  <bzg@gnu.org>
3843         * org-agenda.el (org-agenda-custom-commands-local-options): Fix
3844         incorrect custom option definition.
3846 2012-04-01  Bastien Guerry  <bzg@gnu.org>
3848         * org-colview.el (org-columns-display-here): Bugfix: use the date
3849         as the value for the ITEM column when displaying a summary.
3851 2012-04-01  Martyn Jago  <martyn.jago@btinternet.com>
3853         * ob-lilypond.el: Re-direct homepage to Worg.
3855 2012-04-01  Martyn Jago  <martyn.jago@btinternet.com>
3857         * ob-lilypond.el: Leave versioning to Org.
3859 2012-04-01  Martyn Jago  <martyn.jago@btinternet.com>
3861         * ob-lilypond.el: Fix compiler warning.
3863 2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
3865         * org-odt.el (org-odt-format-entity-caption): Enumerate entities
3866         that have either a caption or a label.
3867         (org-odt-label-styles, org-odt-category-map-alist): Add a
3868         separator between sequence number and caption.  Introduced two
3869         new label styles for handling of math formula and math label.
3870         (org-odt-format-label-definition)
3871         (org-export-odt-format-formula): Propagate above changes.
3873 2012-04-01  Bastien Guerry  <bzg@gnu.org>
3875         * org.el (org-enforce-todo-dependencies): Fix docstring.
3877 2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
3879         * org-odt.el (org-export-odt-category-strings): New custom
3880         variable.
3881         (org-odt-category-map-alist): Modify interpretation.  Don't
3882         use the same field to double up as both a OpenDocument
3883         variable and a category string.  Entries in this list now
3884         specify only the OpenDocument variable.  Category strings are
3885         obtained through an indirect lookup of
3886         `org-export-odt-category-strings'.  Use same OpenDocument
3887         variables as what LibreOffice uses for various entities.  Fix
3888         docstring.
3889         (org-odt-add-label-definition)
3890         (org-odt-format-label-definition)
3891         (org-odt-format-label-reference): Propagate above changes.
3893 2012-04-01  Bastien Guerry  <bzg@gnu.org>  (tiny change)
3895         * org-latex.el (org-export-as-latex): Check TeX-master correctly.
3897 2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
3899         * org-odt.el (org-odt-category-map-alist): Update docstring.
3900         (org-export-odt-user-categories)
3901         (org-export-odt-get-category-from-label)
3902         (org-odt-get-label-category-and-style): Remove.
3903         (org-odt-add-label-definition): Propagate above changes.
3905 2012-04-01  Bastien Guerry  <bzg@gnu.org>  (tiny change)
3907         * org.el (org-refile): Don't allow creation of parents when using
3908         the refile command to go to a headline.
3910 2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
3912         * org-odt.el (org-odt-format-org-link): Resolve links to headlines
3913         as section numbers only if section numbering is on.
3915 2012-04-01  Bastien Guerry  <bzg@gnu.org>
3917         * org.el (format-spec): Require 'format-spec.
3919 2012-04-01  Bastien Guerry  <bzg@gnu.org>  (tiny change)
3921         * org-latex.el (org-export-as-latex): Fix TeX-master declaration.
3923 2012-04-01  Ilya Shlyakhter  <ilya_shl@alum.mit.edu>  (tiny change)
3925         * org.el (org-imenu-get-tree): Check that looking-at succeeds
3926         before using match results.
3928 2012-04-01  Bastien Guerry  <bzg@gnu.org>
3930         * org-exp-blocks.el (org-ditaa-jar-path): Make a defcustom.
3932 2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
3934         * org-lparse.el (org-do-lparse): Make effective setting of
3935         `org-export-headline-levels' available to the ODT exporter.  Also
3936         remove some stale comments.
3938 2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
3940         * org-odt.el (org-odt-begin-toc): Handle named HTML entities in
3941         per-language string for "Table Of Contents".
3943 2012-04-01  Bastien Guerry  <bzg@gnu.org>
3945         * org-exp-blocks.el (org-ditaa-jar-path): Fix merge conflict.
3947 2012-04-01  Shaun Johnson  <shaun@slugfest.demon.co.uk>  (tiny change)
3949         * org-exp-blocks.el (org-ditaa-jar-path): Better heuristic to find
3950         the libary name.
3952 2012-04-01  Suvayu Ali  <fatkasuvayu+linux@gmail.com>
3954         * org-src.el (org-edit-src-code): Change let bind to let*, e.g. if
3955         case-fold-search is bound to nil globally, the
3956         (case-fold-search t) doesn't work until we get to the body.
3958 2012-04-01  Bastien Guerry  <bzg@gnu.org>  (tiny change)
3960         * org-latex.el (org-export-latex-tables): Allow to use
3961         sidewaystable.
3963 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
3965         * ob.el (org-babel-expand-noweb-references): Fix bug in src name
3966         regexp when using *org-babel-use-quick-and-dirty-noweb-expansion*.
3968 2012-04-01  David Maus  <dmaus@ictsoc.de>
3970         * org.el (org-scan-tags): Require one or more spaces (+) between
3971         keyword and headline.
3973 2012-04-01  David Maus  <dmaus@ictsoc.de>
3975         * org-agenda.el (org-prepare-agenda): Don't reset
3976         `org-done-keywords-for-agenda' when `org-agenda-multi'.
3978 2012-04-01  Thomas Morgan  <tlm@ziiuu.com>  (tiny change)
3980         * org-habit.el (org-habit-insert-consistency-graphs): Fix bug
3981         while inserting habit graph in the agenda buffer.
3983 2012-04-01  Bastien Guerry  <bzg@gnu.org>  (tiny change)
3985         * org-src.el (org-src-edit-buffer-p): New function.
3987 2012-04-01  Bastien Guerry  <bzg@gnu.org>  (tiny change)
3989         * org-agenda.el (org-agenda-skip-if): Fix the order conditions are
3990         being checked.  Also enhance the docstring a bit.
3992 2012-04-01  Bastien Guerry  <bzg@gnu.org>  (tiny change)
3994         * org-agenda.el (org-agenda-tree-to-indirect-buffer): Fix the
3995         display of indirect agenda window.
3997 2012-04-01  Bastien Guerry  <bzg@gnu.org>  (tiny change)
3999         * org.el (org-create-formula-image, org-dvipng-color): Fix XEmacs
4000         compatibility bug.
4002 2012-04-01  Carsten Dominik  <carsten.dominik@gmail.com>  (tiny change)
4004         * org-clock.el (org-clock-get-table-data): Bind org-scanner-tags
4005         to tags-list and org-trust-scanner-tags to t while evaluating the
4006         matcher, since the matcher is always evaluated at the current
4007         entry.
4009 2012-04-01  Ilya Shlyakhter  <ilya_shl@alum.mit.edu>  (tiny change)
4011         * org.el (org-scan-tags): Bind org-trust-scanner-tags to t while
4012         evaluating the matcher, since the matcher is always evaluated at
4013         the current entry.
4015 2012-04-01  Ilya Shlyakhter  <ilya_shl@alum.mit.edu>  (tiny change)
4017         * ob-lilypond.el (ly-compile-lilyfile): Fixed misplaced comma in a
4018         quoting expression.
4020 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
4022         * ob.el (org-babel-merge-params): Add "eval" as acceptable noweb
4023         argument.
4024         (org-babel-noweb-p): The "eval" argument only expands during
4025         evaluation.
4027 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
4029         * ob.el (org-strip-protective-commas): Declared.
4031         * org-agenda.el (org-agenda-filtered-by-category): Declared.
4032         (org-agenda-filter-apply): Capture free variable.
4034         * org-footnote.el (org-skip-whitespace): Declared.
4036         * org-mobile.el (org-agenda-filter): Declared.
4038         * org-src.el (org-strip-protective-commas): Declared.
4040 2012-04-01  Sebastien Vauban  <sva@mygooglest.com>  (tiny change)
4042         * org.el (org-version): Add autoload cookie.
4044 2012-04-01  David Maus  <dmaus@ictsoc.de>
4046         * org-attach.el (org-attach-store-link-p): Remove spurious quote
4047         in customization form choice.
4049 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
4051         * ob-sh.el (org-babel-execute:sh): Pass all params to subroutine.
4052         (org-babel-sh-evaluate): Apply :shebang and :padline to shell script
4053         execution.
4055 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
4057         * ob.el (org-babel-insert-result): Ensure correct order for empty
4058         result wrapping blocks.
4060 2012-04-01  Martyn Jago  <martyn.jago@btinternet.com>
4062         * ob-lilypond.el: Make auditioning of midi and pdf asynchronous,
4063         and add easy pdf generation in the form of `ly-gen-pdf' variable.
4065 2012-04-01  Deech  <deech@deech-ThinkPad-X200.none>  (tiny change)
4067         * ob-tangle.el (org-babel-spec-to-string): The link generated by
4068         org-store-link is escaped twice when tangling with ":comments yes"
4069         flag.
4071 2012-04-01  Bastien Guerry  <bzg@gnu.org>
4073         * org-html.el (org-export-as-html): Remove another useless space
4074         before tag.
4076 2012-04-01  Bastien Guerry  <bzg@gnu.org>
4078         * org-html.el (org-export-as-html): Remove another useless space
4079         before tag.
4081 2012-04-01  Bastien Guerry  <bzg@gnu.org>
4083         * org-html.el (org-export-as-html): Remove useless space before
4084         tag.
4086 2012-04-01  Sebastien Vauban  <sva@mygooglest.com>  (tiny change)
4088         * org.el (org-version): Add autoload cookie.
4090 2012-04-01  Bastien Guerry  <bzg@gnu.org>
4092         * org.el (org-get-category): Save match data.
4094 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
4096         * ob-tangle.el (org-babel-tangle): Don't prompt for a file name if
4097         :tangle is specified.
4099         * ob.el (org-babel-expand-noweb-references): Widen buffer when
4100         expanding noweb references.
4102 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
4104         * ob-table.el (sbe): Don't accidentally leave a `t' value when
4105         variables are force interpreted as strings.
4107 2012-04-01  David Maus  <dmaus@ictsoc.de>
4109         * org-bbdb.el (org-bbdb-open, org-bbdb-open-old)
4110         (org-bbdb-open-new): Pass record name to avoid dynamic scoping.
4112 2012-04-01  David Maus  <dmaus@ictsoc.de>
4114         * org-bbdb.el (bbdb-record-get-field, bbdb-search-name)
4115         (bbdb-search-organization): Declare functions to silence byte
4116         compiler.
4118 2012-04-01  Bernt Hansen  <bernt@norang.ca>
4120         * org.el (org-clone-subtree-with-time-shift): Fix task cloning for
4121         repeating tasks using .+n and ++n syntax.
4123 2012-04-01  Karl Fogel  <kfogel@red-bean.com>  (tiny change)
4125         * org-agenda.el (org-agenda-highlight-todo): Handle the case of a
4126         heading that has a date but no todo keyword.
4128 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
4130         * ob.el (org-babel-find-named-result): Fix code block replacement
4131         with results.
4133 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
4135         * org-footnote.el (org-footnote-normalize): Do not normalize
4136         labels when sort-only is non-nil.
4138 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
4140         * org-footnote.el (org-footnote-normalize): Remove an useless part
4141         of the function.
4142         (org-insert-footnote-reference-near-definition): Remove function.
4144 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
4146         * org-footnote.el (org-footnote-normalize): Fix normalization of
4147         inline footnotes with no footnote section.
4149 2012-04-01  David Maus  <dmaus@ictsoc.de>
4151         * org-bbdb.el (org-bbdb-old): Replace `defvar' after loading 'bbdb
4152         to check for old or new version by a check for the required
4153         function in `org-bbdb-open' and `org-bbdb-store-link'.
4154         (org-bbdb-store-link, org-bbdb-open): Check which version of bbdb is
4155         to be used.
4157 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
4159         * ob.el (org-babel-find-named-result): Don't miss a code block
4160         when there are confounding spaces after the result name.
4162 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
4164         * ob-lob.el (org-babel-block-lob-one-liner-regexp): Less greedy
4165         regular expressions.
4166         (org-babel-inline-lob-one-liner-regexp): Less greedy regular
4167         expressions.
4169 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
4171         * ob.el (org-babel-examplize-region): Fixed bug in examplization.
4173 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
4175         * org.el (org-link-search): Search for #+name affiliated keywords
4176         and invisible targets.
4178 2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
4180         * org-lparse.el (org-lparse-end-footnote-definition): Cleanup
4181         newlines in a transcoded footnote definition.  This ensures that
4182         the line that is currently being processed by `org-do-lparse' loop
4183         doesn't get broken up into multiple lines.  Fix for the following
4184         bug -
4186 2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
4188         * org-footnote.el (org-footnote-normalize): Force a paragraph
4189         break after the last footnote definition.  This is an an implicit
4190         assumption made by the org-lparse.el library.  With this change,
4191         footnote definitions can reliably be exported with ODT backend.
4192         See http://lists.gnu.org/archive/html/emacs-orgmode/2012-02/msg01013.html.
4194 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
4196         * ob-ditaa.el (org-ditaa-jar-path): Fix a recursive load error.
4198 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
4200         * org-list.el (org-list-struct): Fix small bug introduced by
4201         commit 8b7a3f249803aba612f9ad3ae50c2fc986247da4 in Org's git repo.
4203 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
4205         * ob-ditaa.el (org-ditaa-jar-path): Already defined in
4206         org-exp-blocks.el.
4208         * org-exp-blocks.el (org-ditaa-jar-path): Declare appropriately
4209         for the fact that this is really now a Babel thing -- even if it
4210         is used here and the definition should remain here for reasons of
4211         load dependencies.
4213 2012-04-01  David Maus  <dmaus@ictsoc.de>
4215         * org-bbdb.el (org-bbdb-old): Wrap `defvar' so the variable gets
4216         defined after bbdb was loaded.
4218 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
4220         * org-latex.el (org-export-latex-tables): Don't add spurious
4221         preceding newline if caption is not above a longtable.
4223 2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
4225         * org-odt.el (org-odt-insert-toc): Remove this stray,
4226         dysfunctional routine.  This possibly has crept in because of the
4227         broken merges between "maint" and "origin" branches.
4228         (org-odt-begin-table): Don't emit an empty paragraph when a table is
4229         neither labeled nor captioned.
4230         (org-odt-init-outfile): Remove reference to an unused variable.
4232 2012-04-01  Viktor Rosenfeld  <listuser36@googlemail.com>
4234         * ob-sql.el (org-babel-execute:sql): Add support for MonetDB to
4235         SQL code blocks.
4237 2012-04-01  Andreas Leha  <andreas.leha@med.uni-goettingen.de>
4239         * ob.el (org-babel-goto-named-src-block): Pushing the point to the
4240         org-mark-ring and guessing at the code block name to jump to.
4242 2012-04-01  David Maus  <dmaus@ictsoc.de>
4244         * org-agenda.el (org-agenda-tree-to-indirect-buffer): Fix handling
4245         of indirect buffer and window.
4247 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
4249         * org-footnote.el (org-footnote-forbidden-blocks): Allow footnotes
4250         in verse blocks.
4252 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
4254         * org-footnote.el (org-footnote-forbidden-blocks): Allow footnotes
4255         in verse blocks.
4257 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
4259         * org-exp.el (org-table-clean-before-export): Ignore table rows
4260         defining parameters for formulas during export.
4262 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
4264         * org-list.el (org-list-get-item-number): New function.
4266 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
4268         * org-list.el (org-list-ending-method, org-list-end-regexp):
4269         Removed variables.
4270         (org-in-item-p, org-list-separating-blank-lines-number)
4271         (org-list-parse-list, org-list-struct): Apply changes.
4273         * org-exp.el (org-export-mark-list-end)
4274         (org-export-mark-list-properties): Apply changes.
4276         * org-latex.el (org-export-latex-lists): Apply changes.
4278 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
4280         * org.el (org-cycle-internal-local): Correctly unfold headlines
4281         containing an inlinetask.
4283 2012-04-01  Bastien Guerry  <bzg@gnu.org>
4285         * org.el (org-structure-template-alist): Fix missing angle
4286         brackets for muse export style.
4288 2012-04-01  David Maus  <dmaus@ictsoc.de>
4290         * org.el (org-recenter-calendar): Use `with-selected-window' to
4291         select calendar window and save currently selected window and
4292         current buffer.
4294 2012-04-01  Toby S. Cubitt  <tsc25@cantab.net>  (tiny change)
4296         * org.el (org-goto): Call org-refile-get-location with NO-EXCLUDE
4297         argument set, otherwise not only are headlines in the current
4298         subtree excluded, but it throws an error if point happens not to
4299         be within a subtree (e.g. at start of buffer).
4301 2012-04-01  David Maus  <dmaus@ictsoc.de>
4303         * org.el (org-scan-tags): Fix highlighting in sparse-tree.
4305 2012-04-01  David Maus  <dmaus@ictsoc.de>
4307         * org-clock.el (org-in-clocktable-p): Moved to org.el.
4309         * org.el (org-in-clocktable-p): New function. Moved from
4310         org-clock.el.
4312 2012-04-01  David Maus  <dmaus@ictsoc.de>
4314         * org-exp.el (org-export-get-title-from-subtree): Don't format
4315         tags in title if title headline does not have tags.
4317 2012-04-01  Bastien Guerry  <bzg@gnu.org>
4319         * org.el (org-cycle-internal-local): Fix bug: hide drawers in
4320         inline tasks too.
4322 2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
4324         * org-odt.el (org-odt-format-preamble): Don't insert TOC here.
4325         Delay it till the end of export.
4326         (org-odt-begin-document-body): Make a note of the default
4327         position of TOC in `org-lparse-dyn-first-heading-pos'.
4328         (org-odt-insert-toc): Insert TOC as directed by
4329         [TABLE-OF-CONTENTS] line or at the default position.
4330         (org-odt-end-export): Call `org-odt-insert-toc'.
4332 2012-04-01  Bastien Guerry  <bzg@gnu.org>
4334         * org.el (org-preview-latex-fragment): Throw an error when called
4335         from a non-file buffer.
4337 2012-04-01  David Maus  <dmaus@ictsoc.de>
4339         * org-capture.el (org-capture-place-item): Don't search for
4340         position in existing list if :exact-position was supplied.
4342 2012-04-01  Bastien Guerry  <bzg@gnu.org>
4344         * org.el (org-set-font-lock-defaults): Fix bug in done headline
4345         fontification.
4347 2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
4349         * org-odt.el (org-odt-format-textbox): Honor user-specified width
4350         in captioned images.
4352 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
4354         * org.el (org-update-property-plist): Fix bug in property list
4355         updates.
4357 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
4359         * ob.el (org-babel-balanced-split): Explicit checking if list
4360         before calling member.
4362 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
4364         * ob-sqlite.el (org-babel-execute:sqlite): Specify the use of ","
4365         as the separator to `org-table-convert-region'.  Fixes errors when
4366         only one result per line of output.
4368 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
4370         * ob.el (org-babel-strip-protective-commas): Use
4371         `org-strip-protective-commas'.
4373         * org-exp.el (org-export-select-backend-specific-text): Use
4374         `org-strip-protective-commas'.
4376         * org-src.el (org-edit-src-code): Use
4377         `org-strip-protective-commas'.
4379         * org.el (org-strip-protective-commas): Single definition for this
4380         functionality.
4382 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
4384         * ob-sql.el: Mention ob-sqlite in the comments of ob-sql.
4386 2012-04-01  David Maus  <dmaus@ictsoc.de>
4388         * org-capture.el (org-capture-prepare-finalize-hook): New hook.
4389         Run before the finalization process starts.
4390         (org-capture-finalize): Run new hook.
4392 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
4394         * org.el (org-entry-get): Generalize to multiple "prop+"
4395         properties.
4397 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
4399         * org-src.el (org-src-mode-map): Rebinding `org-edit-src-save' in
4400         the `org-src-mode-map'.
4402 2012-04-01  David Maus  <dmaus@ictsoc.de>
4404         * org.el (org-recenter-calendar): Use `with-selected-window' to
4405         select calendar window and save currently selected window and
4406         current buffer.
4408 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
4410         * org-list.el (org-list-ending-method, org-list-end-regexp):
4411         Removed variables.
4412         (org-in-item-p, org-list-separating-blank-lines-number)
4413         (org-list-parse-list, org-list-struct): Apply changes.
4415         * org-exp.el (org-export-mark-list-end)
4416         (org-export-mark-list-properties): Apply changes.
4418         * org-latex.el (org-export-latex-lists): Apply changes.
4420 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
4422         * org.el (org-entry-get): Accumulate properties from subtree
4423         property drawers.
4425 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
4427         * org.el (org-entry-get): Accumulate properties from subtree
4428         property drawers.
4430 2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
4432         * org-odt.el (org-export-odt-image-size-probe-method)
4433         (org-odt-do-image-size): Use imagemagick preferentially to
4434         determine image sizes.
4436 2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
4438         * org-odt.el (org-export-as-odt-to-buffer)
4439         (org-replace-region-by-odt, org-export-region-as-odt): Remove
4440         these interactive functions.  They are of questionable value.
4442 2012-04-01  Toby S. Cubitt  <tsc25@cantab.net>  (tiny change)
4444         * org.el (org-goto): Call org-refile-get-location with NO-EXCLUDE
4445         argument set, otherwise not only are headlines in the current
4446         subtree excluded, but it throws an error if point happens not to
4447         be within a subtree (e.g. at start of buffer).
4449 2012-04-01  Bastien Guerry  <bzg@gnu.org>
4451         * org-exp.el (org-export-kill-product-buffer-when-displayed)
4452         (org-export-initial-scope, org-export-date-timestamp-format)
4453         (org-export-with-tasks, org-export-email-info)
4454         (org-export-table-remove-empty-lines): Add version tag.
4456 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
4458         * org.el (org-cycle-internal-local): Correctly unfold headlines
4459         containing an inlinetask.
4461 2012-04-01  Bernt Hansen  <bernt@norang.ca>
4463         * org-clock.el (org-clock-out): Do not delete the current clocking
4464         task when org-clock-out-hook clocks in another task.
4466 2012-04-01  David Maus  <dmaus@ictsoc.de>
4468         * org.el (org-scan-tags): Fix highlighting in sparse-tree.
4470 2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
4472         * org-odt.el (org-export-odt-convert-processes): Re-define
4473         (org-export-odt-convert-capabilities): Fix an accidental
4474         regression.
4476 2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
4478         * org-odt.el (org-export-odt-convert-capabilities): Change the
4479         default value.
4481 2012-04-01  David Maus  <dmaus@ictsoc.de>
4483         * org-clock.el (org-in-clocktable-p): Moved to org.el.
4485         * org.el (org-in-clocktable-p): New function.  Moved from org-clock.el.
4487 2012-04-01  David Maus  <dmaus@ictsoc.de>
4489         * org-exp.el (org-export-get-title-from-subtree): Don't format
4490         tags in title if title headline does not have tags.
4492 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
4494         * org-footnote.el (org-blank-before-new-entry)
4495         (org-export-footnotes-seen, org-export-footnotes-data): Fix bogus
4496         declarations.
4498 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
4500         * org.el (org-beginning-of-line, org-end-of-line): Fix special C-a
4501         and C-e behaviour with visual lines.
4503 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
4505         * org-exp-blocks.el (org-export-blocks): Changed the name of
4506         exporting comment blocks given that it seems regular comment
4507         blocks no longer export.
4509 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
4511         * ob-exp.el (org-babel-exp-get-export-buffer): Access current
4512         export buffer.
4513         (org-babel-exp-in-export-file): Access current export buffer.
4514         (org-babel-exp-src-block): Access current export buffer.
4515         (org-babel-exp-inline-src-blocks): Access current export buffer.
4517 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
4519         * ob-exp.el (org-babel-exp-in-export-file)
4520         (org-babel-exp-src-block, org-babel-exp-inline-src-blocks): Allow
4521         org-current-export-file to contain a buffer.
4523 2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
4525         * org-lparse.el (org-lparse-do-convert): Replace `call-process'
4526         with `shell-command-to-string'.
4528 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
4530         * org-footnote.el (org-footnote-create-definition): Fix space
4531         insertion when creating a new footnote.  This fixes newline
4532         munching when `org-footnote-section' is nil and blank lines
4533         stacking when it isn't nil.
4535 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
4537         * org-footnote.el (org-footnote-normalize): Make sure that
4538         footnotes are moved to a single place during export.
4540 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
4542         * org-footnote.el (org-footnote-normalize): Ensure footnote
4543         definition will be inserted at the end of the section
4544         corresponding to to its first reference.
4546 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
4548         * org-footnote.el (org-footnote-at-definition-p): Make sure to
4549         move point at the beginning of the separator before skiping white
4550         spaces.  Refactor code.
4552 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
4554         * ob-exp.el (org-babel-exp-src-block): Strip noweb references on
4555         export when "strip-export".
4557         * ob.el (org-babel-common-header-args-w-values): New noweb
4558         header value.
4559         (org-babel-merge-params): New noweb header value.
4560         (org-babel-noweb-p): New noweb header value.
4562 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
4564         * ob-tangle.el (org-babel-tangle-clean): Just use default value.
4566         * ob.el (org-babel-noweb-wrap): Add default value.
4567         (org-babel-expand-noweb-references): Just use default value.
4569 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
4571         * org-exp.el (org-export-select-backend-specific-text): Always
4572         preserve original indentation as a text property so that lists do
4573         not get broken by indentation at column 0.
4575 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
4577         * ob.el (org-babel-expand-noweb-references): Don't allow newlines
4578         in source names in noweb references.
4580 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
4582         * org.el (org-fill-line-break-nobreak-p): New function.
4583         (org-set-autofill-regexps): Add previous function to
4584         `fill-nobreak-predicate'.
4586 2012-04-01  Vitalie Spinu  <spinuvit@gmail.com>  (tiny change)
4588         * ob-R.el (org-babel-R-evaluate-session): Inhibit R evaluation
4589         visibility regardless of local user customization.
4591 2012-04-01  Carsten Dominik  <carsten.dominik@gmail.com>
4593         * org-inlinetask.el (org-inlinetask-show-first-star): New option.
4594         (org-inlinetask-fontify): Honor `org-inlinetask-show-first-star'.
4596         * org-indent.el (org-indent-set-line-properties): Honor
4597         `org-inlinetask-show-first-star'.
4599 2012-04-01  Bastien Guerry  <bzg@gnu.org>
4601         * org.el (org-set-regexps-and-options): Ensure `org-drawers'
4602         doesn't contain duplicates.
4604 2012-04-01  Bastien Guerry  <bzg@gnu.org>
4606         * org.el (org-at-drawer-p): Normalize the docstring to match other
4607         `org-at-*-p' docstrings.
4608         (org-indent-block, org-indent-drawer, org-at-block-p): New
4609         functions.
4610         (org-metaright): Use the new functions to indent a drawer or a
4611         block depending on the context.  Also update the docstring.
4613 2012-04-01  Bastien Guerry  <bzg@gnu.org>
4615         * org.el (org-set-regexps-and-options): Set the value of
4616         `org-drawers' by adding the value of the infile #+DRAWERS option
4617         to that of the existing `org-drawers'.
4619 2012-04-01  Bastien Guerry  <bzg@gnu.org>
4621         * org.el (org-cycle-internal-local): Fix bug: hide drawers in
4622         inline tasks too.
4624 2012-04-01  Bastien Guerry  <bzg@gnu.org>
4626         * org-inlinetask.el (org-inlinetask-toggle-visibility): Use
4627         `org-show-entry' instead of `outline-flag-region' to keep the
4628         drawers folded when unfolding an inline task.
4630 2012-04-01  Torsten Anders  <torsten.anders@beds.ac.uk>  (tiny change)
4632         * org-beamer.el (org-beamer-environments-default): Add support and
4633         keybinding for the `exampleblock' environment.
4635 2012-04-01  Michael Brand  <michael.ch.brand@gmail.com>
4637         * org.el (org-open-link-from-string): Regard `reference-buffer'
4638         when setting `org-inhibit-startup'.
4640 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
4642         * ob-exp.el (org-babel-exp-non-block-elements): Don't insert extra
4643         space between inline src block and results on export.
4645 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
4647         * ob.el (org-babel-get-inline-src-block-matches): Allow *any*
4648         punctuation to proceed an inline src block.
4650 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
4652         * ob.el (org-babel-get-inline-src-block-matches): Add ( to the
4653         list of characters allowed to proceed an inline src block.
4655 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
4657         * ob-tangle.el (org-babel-tangle-clean): Use the customizable
4658         noweb wrappers.
4660         * ob.el (org-babel-noweb-wrap-start): Begin a noweb reference.
4661         (org-babel-noweb-wrap-end): End a noweb reference.
4662         (org-babel-noweb-wrap): Apply the customizable noweb wrappers.
4663         (org-babel-expand-noweb-references): Use the customizable noweb
4664         wrappers.
4666 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
4668         * org.el (org-beginning-of-line): Handle case when there's no
4669         character after box.
4671 2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
4673         * org-odt.el (org-odt-format-preamble): Don't insert TOC here.
4674         Delay it till the end of export.
4675         (org-odt-begin-document-body): Make a note of the default
4676         position of TOC in `org-lparse-dyn-first-heading-pos'.
4677         (org-odt-insert-toc): Insert TOC as directed by
4678         [TABLE-OF-CONTENTS] line or at the default position.
4679         (org-odt-end-export): Call `org-odt-insert-toc'.
4681 2012-04-01  Bastien Guerry  <bzg@gnu.org>
4683         * org.el (org-preview-latex-fragment): Throw an error when called
4684         from a non-file buffer.
4686 2012-04-01  Bastien Guerry  <bzg@gnu.org>
4688         * org.el (org-insert-property-drawer): Not an interactive
4689         command anymore.
4690         (org-insert-drawer): With a prefix argument, insert a property
4691         drawer.  Check for headline within the region before inserting the
4692         drawer.  Don't include special drawers in the completion table.
4693         (org-mode-map): New keybinding `C-c C-x d' for
4694         `org-insert-drawer'.
4696 2012-04-01  Bastien Guerry  <bzg@gnu.org>
4698         * org.el (org-insert-drawer): Support completion over known drawer
4699         names and inserting a drawer around the current region.
4701 2012-04-01  Bastien Guerry  <bzg@gnu.org>
4703         * org.el (org-insert-drawer): New function.
4704         (org-insert-property-drawer): Use it.
4706 2012-04-01  Bastien Guerry  <bzg@gnu.org>
4708         * org-list.el (org-mark-list): New function.
4710 2012-04-01  Bastien Guerry  <bzg@gnu.org>
4712         * org-pcomplete.el (pcomplete/org-mode/drawer): New function to
4713         complete drawer at point.
4714         (org-thing-at-point): Use it.
4716 2012-04-01  Bastien Guerry  <bzg@gnu.org>
4718         * org.el (org-meta-return): Use `newline-and-indent' when in a
4719         property drawer.
4721 2012-04-01  Bastien Guerry  <bzg@gnu.org>
4723         * org.el (org-structure-template-alist): Fix docstring: the
4724         feature is not experimental anymore.
4726 2012-04-01  Bastien Guerry  <bzg@gnu.org>
4728         * org-agenda.el (org-agenda-show-and-scroll-up): Allow `C-u' to
4729         display the item without unfolding drawers and logbooks.
4731 2012-04-01  Bastien Guerry  <bzg@gnu.org>
4733         * org-src.el (org-edit-src-code): Make sure `buffer-file-name' is
4734         always nil.
4736 2012-04-01  Bastien Guerry  <bzg@gnu.org>
4738         * org.el (org-structure-template-alist): Fix missing angle
4739         brackets for muse export style.
4741 2012-04-01  Bastien Guerry  <bzg@gnu.org>
4743         * org.el (org-read-date): New parameter `inactive' when reading
4744         for insertion of inactive timestamps.
4745         (org-time-stamp, org-read-date-display): Use the new
4746         parameter.
4748 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
4750         * ob.el (org-babel-expand-noweb-references): Only allow
4751         reference names which start and end with non-whitespace characters.
4752         Also, raise errors as appropriate given org-babel-noweb-error-langs.
4754 2012-04-01  Bastien Guerry  <bzg@gnu.org>
4756         * org-src.el (org-src-in-org-buffer): Save and restore
4757         `buffer-undo-list' after editing.
4759 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
4761         * ob.el (org-babel-common-header-args-w-values): Add new header
4762         argument.
4763         (org-babel-expand-noweb-references): Use header argument rather than
4764         customization variable.
4766 2012-04-01  David Maus  <dmaus@ictsoc.de>
4768         * org-capture.el (org-capture-place-item): Don't search for
4769         position in existing list if :exact-position was supplied.
4771 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
4773         * ob.el (org-babel-noweb-separator): Custom variable for
4774         accumulated noweb references.
4775         (org-babel-expand-noweb-references): Allow separator for noweb
4776         references.
4778 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
4780         * org.el (org-beginning-of-line): In an item, special position
4781         for C-a is after check-box, if any.
4782         (org-special-ctrl-a/e): Modify doc-string accordingly.
4784 2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
4786         * org-odt.el (org-export-odt-format-formula): Use :style
4787         property to specify custom table styles.
4789 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
4791         * ob-exp.el (org-babel-exp-call-line-template): Control export of
4792         additional call line information.
4793         (org-babel-exp-non-block-elements): Fancier call line export.
4795 2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
4797         * org-odt.el (org-odt-entity-frame-styles): Add frame params
4798         for images that are anchored as character.
4799         (org-export-odt-format-image): Handle new anchor type
4800         "as-char".
4801         (org-export-odt-default-image-sizes-alist): Misc. change.
4802         (org-export-odt-format-formula): Misc. change.
4804 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
4806         * ob.el (org-babel-check-src-block): Don't report valid header
4807         arguments as suspicious.
4809 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
4811         * ob-exp.el (org-babel-exp-non-block-elements): Map over both
4812         inline src blocks and call lines on export.
4814 2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
4816         * org-odt.el (org-odt-label-styles): Add a new style.
4817         (org-odt-category-map-alist): Use it.
4819 2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
4821         * org-odt.el (org-odt-table-style-format): New.  Template for
4822         auto-generated table styles.
4823         (org-odt-automatic-styles, org-odt-object-counters): New
4824         variables.
4825         (org-odt-add-automatic-style): New function.
4826         (org-odt-write-automatic-styles): New function.  Create
4827         automatic styles for tables that have custom :rel-width.
4828         (org-odt-begin-table): Parse attributes specified with
4829         "#+ATTR_ODT: " option and use it to create an automatic table
4830         style.
4831         (org-odt-save-as-outfile): Call
4832         `org-odt-add-write-automatic-styles'.
4833         (org-odt-init-outfile): Init newly add variables.
4834         (org-odt-section-count): Remove it.
4835         (org-odt-begin-section): Use `org-odt-add-automatic-style' to
4836         generate an automatic section name.
4838 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
4840         * ob.el (org-babel-map-executables): Correctly position point when
4841         mapping hits an inline code block.
4843 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
4845         * ob.el (org-babel-execute-src-block): Ensure params are
4846         incorporated *before* checking if evaluation is legal.
4848 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
4850         * ob-exp.el (org-babel-exp-lob-one-liners): Ensure `end' is a
4851         marker so it is updated as required during export.
4853 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
4855         * org-src.el (org-src-in-org-buffer): Run commands in the parent
4856         buffer.
4857         (org-edit-src-save): Use new macro.
4858         (org-src-tangle): Tangle the parent buffer.
4860 2012-04-01  Bastien Guerry  <bzg@gnu.org>
4862         * org.el (org-set-font-lock-defaults): Fix bug in done
4863         headline fontification.
4865 2012-04-01  Bastien Guerry  <bzg@gnu.org>
4867         * org.el (org-set-font-lock-defaults): Fix bug in done
4868         headline fontification.
4870 2012-04-01  Bastien Guerry  <bzg@gnu.org>
4872         * org.el (org-return): Act normally when in code blocks.
4874 2012-04-01  Bastien Guerry  <bzg@gnu.org>
4876         * org.el (org-in-src-block-p): New function.
4877         (org-context): Return new contexts :clocktable and :src-block.
4879 2012-04-01  Bastien Guerry  <bzg@gnu.org>
4881         * org.el (org-set-tags-command, org-set-tags): Make ̀C-u C-c
4882         C-q' do the right thing even when point is before the first
4883         heading.
4885 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
4887         * ob.el (org-babel-noweb-p): Disambiguate intersection name.
4889 2012-04-01  Jambunathan K  <kjambunathan@gmail.com>
4891         * org-odt.el (org-odt-format-textbox): Honor user-specified
4892         width in captioned images.
4894 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
4896         * ob.el (org-babel-map-src-blocks): Replace gensym with make-symbol.
4897         (org-babel-map-inline-src-blocks): Replace gensym with make-symbol.
4898         (org-babel-map-call-lines): Replace gensym with make-symbol.
4899         (org-babel-map-executables): Replace gensym with make-symbol.
4901 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
4903         * ob-exp.el (org-babel-exp-results): Alter a copy of info.
4905 2012-04-01  Bastien Guerry  <bzg@gnu.org>
4907         * org-html.el (org-export-as-html): Initialize
4908         `html-pre-real-contents' correctly.
4910 2012-04-01  Bastien Guerry  <bzg@gnu.org>
4912         * org-html.el (org-export-as-html): Initialize
4913         `html-pre-real-contents' correctly.
4915 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
4917         * ob-exp.el (org-babel-exp-code): Ensure code block name is a
4918         string on export.
4920 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
4922         * ob-exp.el (org-babel-exp-code-template): Customizable code
4923         block export format string.
4924         (org-babel-exp-code): Customizable code block export.
4926 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
4928         * ob-clojure.el (org-babel-execute:clojure): Removed dependency
4929         on deprecated swank-clojure.
4931 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
4933         * ob.el (org-babel-map-src-blocks): Don't pollute symbol space.
4934         (org-babel-map-inline-src-blocks): Don't pollute symbol space.
4935         (org-babel-map-call-lines): Don't pollute symbol space.
4936         (org-babel-map-executables): Map over *all* executable Org-mode
4937         elements.
4938         (org-babel-execute-buffer): Execute elements in buffer order instead
4939         of arbitrarily.
4941 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
4943         * org.el (org-ctrl-c-ctrl-c): Fix a naive structure backup.
4944         Those must be done with `copy-tree'.
4946 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
4948         * org-src.el (org-edit-src-code): Referenced code block should
4949         not be evaluated on code block edit.
4951 2012-04-01  Bastien Guerry  <bzg@gnu.org>
4953         * org.el (org-structure-template-alist): Use uppercase for
4954         keywords.
4956 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
4958         * ob.el (org-babel-insert-result): Capitalize RESULTS in :wrap'd
4959         code block results.
4961 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
4963         * ob.el (org-babel-results-keyword): New user-configurable
4964         results keyword.
4965         (org-babel-where-is-src-block-result): Use new user-configurable
4966         results keyword.
4968 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
4970         * org-indent.el (org-indent-refresh-maybe): Check for new
4971         headlines from the beginning of the line to be sure to catch
4972         any newly inserted headline there.
4974 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
4976         * ob-exp.el (org-babel-exp-src-block): Use `org-babel-noweb-p'.
4977         (org-babel-exp-inline-src-blocks): Use `org-babel-noweb-p'.
4979         * ob-tangle.el (org-babel-tangle-collect-blocks): Use
4980         `org-babel-noweb-p'.
4982         * ob.el (org-babel-execute-src-block): Use `org-babel-noweb-p'.
4983         (org-babel-expand-src-block): Use `org-babel-noweb-p'.
4984         (org-babel-load-in-session): Use `org-babel-noweb-p'.
4985         (org-babel-merge-params): Use `org-babel-noweb-p'.
4986         (org-babel-noweb-p): New function used to determine if noweb
4987         expansion should be carried out in a given context.
4989 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
4991         * org.el (org-update-property-plist): Fix bug in property list
4992         updates.
4994 2012-04-01  François Pinard  <pinard@iro.umontreal.ca>  (tiny change)
4996         * org.el (org-kill-line): Use `kill-visual-line' in
4997         `visual-line-mode'.
4999 2012-04-01  Bernt Hansen  <bernt@norang.ca>
5001         * org-agenda.el (org-agenda-switch-to): Widen org buffer only if point
5002         is outside the current restriction.
5004 2012-04-01  Bernt Hansen  <bernt@norang.ca>
5006         * org-agenda.el (org-agenda-clock-in): Save restriction when clocking
5007         in from the agenda.
5009 2012-04-01  Bernt Hansen  <bernt@norang.ca>
5011         * org.el: Honour existing restrictions when regenerating the agenda.
5013 2012-04-01  Bastien Guerry  <bzg@gnu.org>
5015         * org-agenda.el: New alias for `list-diary-entries-hook'.
5017 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
5019         * ob.el (org-babel-common-header-args-w-values): Add the new
5020         header argument name.
5021         (org-babel-insert-result): Respect the value of the :wrap header
5022         argument when inserting results.
5023         (org-babel-result-end): Find the end of arbitrarily named result
5024         blocks.
5026 2012-04-01  Nicolas Goaziou  <n.goaziou@gmail.com>
5028         * org-indent.el (org-indent-refresh-maybe): Check for new
5029         headlines from the beginning of the line to be sure to catch
5030         any newly inserted headline there.
5032 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
5034         * org.el (org-update-property-plist): Remove old instances of
5035         property when adding a new value for property.
5037 2012-04-01  Martyn Jago  <martyn.jago@btinternet.com>
5039         * ob-emacs-lisp.el: A comment on the last line of an emacs-lisp
5040         code block would cause an error when the block is was executed.
5041         This fix cures this behaviour.
5043 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
5045         * ob.el (org-babel-expand-noweb-references): Resurrect dropped
5046         pieces of a previous patch.
5048 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
5050         * ob-maxima.el (org-babel-execute:maxima): Fix compiler warning.
5052 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
5054         * ob.el (org-babel-expand-noweb-references): Resurrect dropped
5055         pieces of a previous patch.
5057 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
5059         * ob-maxima.el (org-babel-execute:maxima): Fix compiler warning.
5061 2012-04-01  Bastien Guerry  <bzg@gnu.org>
5063         * org-eshell.el (org-eshell-open): Use (goto-char (point-max))
5064         instead of (end-of-buffer).
5066 2012-04-01  Bastien Guerry  <bzg@gnu.org>
5068         * org-bbdb.el (name): Declare variable.
5069         (bbdb-record-get-field, bbdb-search-name)
5070         (bbdb-search-organization): Declare as part of ext:bbdb.
5072 2012-04-01  Bastien Guerry  <bzg@gnu.org>
5074         * org-mobile.el (org-mobile-push): Use `org-agenda-tag-filter'
5075         instead of the obsolete `org-agenda-filter'.
5077 2012-04-01  Bastien Guerry  <bzg@gnu.org>
5079         * org-agenda.el: Add an alias for `org-agenda-filter'.
5080         (diary-list-entries-hook): Use the non-obsolete hook.
5081         (org-agenda-filter-apply): Silent compiler warning.
5083 2012-04-01  Bastien Guerry  <bzg@gnu.org>
5085         * ob-ditaa.el (org-ditaa-jar-path): Make a defcustom.
5086         (org-ditaa-jar-option): New option.
5087         (org-babel-execute:ditaa): Use it.
5089 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
5091         * ob.el (org-babel-balanced-split): Explicit checking if list
5092         before calling member.
5094 2012-04-01  Eric Schulte  <eric.schulte@gmx.com>
5096         * ob.el (org-babel-balanced-split): Explicit checking if list
5097         before calling member.
5099 2012-02-14  Chong Yidong  <cyd@gnu.org>
5101         * org-footnote.el: Remove bogus defvar values (Bug#10745).
5103 2012-01-05  Eric Schulte  <eric.schulte@gmx.com>
5105         * ob.el (org-babel-expand-noweb-references): Resurrect dropped
5106         pieces of a previous patch.
5108         * ob-maxima.el (org-babel-execute:maxima): Fix compiler warning.
5110 2012-01-05  Bastien Guerry  <bzg@gnu.org>
5112         * org-eshell.el (org-eshell-open): Use (goto-char (point-max))
5113         instead of (end-of-buffer).
5115         * org-bbdb.el (name): Declare variable.
5116         (bbdb-record-get-field, bbdb-search-name)
5117         (bbdb-search-organization): Declare as part of ext:bbdb.
5119         * org-agenda.el: Add an alias for `org-agenda-filter'.
5120         (diary-list-entries-hook): Use the non-obsolete hook.
5121         (org-agenda-filter-apply): Silent compiler warnings.
5123         * org-mobile.el (org-mobile-push): Use `org-agenda-tag-filter'
5124         instead of the obsolete `org-agenda-filter'.
5126 2012-01-03  Bastien Guerry  <bzg@gnu.org>
5128         * org.el (org-ctrl-c-ctrl-c): Preserve symmetry when adding
5129         and removing checkboxes with `C-u C-c C-c' on the first item
5130         of a list.  Also, don't reinitialize checkboxes that are
5131         already ticked.
5133 2012-01-03  Bastien Guerry  <bzg@gnu.org>
5135         * org.el (org-ts-regexp0, org-ts-regexp1): Also match a time
5136         value with only one digit for the hours.
5138 2012-01-03  Bastien Guerry  <bzg@gnu.org>
5140         * org-agenda.el (org-batch-agenda, org-batch-agenda-csv):
5141         Remove deleted function `org-encode-for-stdout'.
5143 2012-01-03  Bastien Guerry  <bzg@gnu.org>
5145         * org.el (org-show-context): Complete docstring.
5147 2012-01-03  Bastien Guerry  <bzg@gnu.org>
5149         * org-agenda.el (org-agenda-filter-by-tag): Use
5150         `read-char-exclusive' instead of `read-char'.
5152 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>  (tiny change)
5154         * org-clock.el (org-clock-in, org-clock-find-position): Remove
5155         erraneous space in regexp.
5157 2012-01-03  Eric Schulte  <eric.schulte@gmx.com>
5159         * ob.el (org-babel-expand-noweb-references): Rather than using
5160         a pure regexp solution to resolve noweb references, actually
5161         check the information of every code block in the buffer.  This
5162         will cause a slowdown in noweb reference expansion, but is
5163         necessary for correct behavior.
5165 2012-01-03  Bastien Guerry  <bzg@gnu.org>
5167         * org.el (org-map-continue-from): Fix typo in docstring.
5169 2012-01-03  Bastien Guerry  <bzg@gnu.org>
5171         * org.el (org-property-re): Also match cumulating properties
5172         like ":prop+:".
5174 2012-01-03  Bastien Guerry  <bzg@gnu.org>
5176         * org-exp-blocks.el (org-export-blocks-preprocess): Fix regexp for
5177         matching the end of a block.
5179 2012-01-03  David Maus  <dmaus@ictsoc.de>
5181         * org.el (org-open-at-point): Escape link path for http:,
5182         https:, ftp:, news:, and doi: links only if the path contains
5183         space or non-ascii character.
5185 2012-01-03  David Maus  <dmaus@ictsoc.de>
5187         * org.el (org-refile-get-targets): Ignore headlines without a
5188         true headline.
5190 2012-01-03  Eric Schulte  <eric.schulte@gmx.com>
5192         * ob.el (org-babel-map-call-lines): Moved this file from
5193         ob-lob.el into ob.el to ease dependency pains.
5195 2012-01-03  Bastien Guerry  <bzg@gnu.org>
5197         * org-publish.el (org-publish-index-generate-theindex): Use
5198         theindex.inc for storing index entries, and theindex.org for
5199         including theindex.inc.
5201 2012-01-03  Bastien Guerry  <bzg@gnu.org>
5203         * org-publish.el (org-publish-index-generate-theindex): Create
5204         proper file target for index entries in subdirectories.
5206 2012-01-03  Bastien Guerry  <bzg@gnu.org>
5208         * org-protocol.el (org-protocol-check-filename-for-protocol):
5209         Fix spelling mistake.
5211 2012-01-03  Jambunathan K  <kjambunathan@gmail.com>
5213         * org-odt.el (org-export-odt-default-org-styles-alist): Add styles
5214         for title and subtitle.
5215         (org-odt-format-toc): New.
5216         (org-odt-format-preamble): New.  Users can redefine this to
5217         customize what goes before the document body.  Currently it
5218         outputs title, author and email, date and toc.
5219         (org-odt-begin-document-body): Use `org-odt-format-preamble'.
5220         (org-odt-format-date): Renamed from
5221         `org-odt-iso-date-from-org-timestamp'.  Also added an
5222         additional param for format string.
5223         (org-odt-begin-annotation, org-odt-update-meta-file): Use
5224         `org-odt-format-date'.
5226 2012-01-03  Bastien Guerry  <bzg@gnu.org>
5228         * org.el (org-at-drawer-p): New function.
5229         (org-end-of-line): Use it.
5231 2012-01-03  Eric Schulte  <eric.schulte@gmx.com>
5233         * ob.el (*org-babel-use-quick-and-dirty-noweb-expansion*):
5234         Controls the method in which noweb references are expanded.
5235         (org-babel-expand-noweb-references): Bring back the option for
5236         regexp-based noweb expansion.
5238 2012-01-03  Bastien Guerry  <bzg@gnu.org>
5240         * org.el (org-ts-regexp0, org-ts-regexp1): Also match a time value
5241         with only one digit for the hours.
5243 2012-01-03  Bastien Guerry  <bzg@gnu.org>
5245         * org.el (org-ctrl-c-ctrl-c): Don't make `C-c C-c' special
5246         when ticking the checkbox of the first item.
5248 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
5250         * org-list.el (org-list-write-struct): Add an optional
5251         argument for structure changes happening outside the function.
5253         * org.el (org-ctrl-c-ctrl-c): Now, `C-u C-c C-c' on the first
5254         item of a sub-list should toggle check-box presence of every
5255         item in the same sub-list.  Also fix check-box insertion on a
5256         single item.
5258 2012-01-03  Bastien Guerry  <bzg@gnu.org>
5260         * org-agenda.el (org-agenda-filter-preset): New alias.
5261         (org-agenda-filter-by-category): New command.
5262         (org-agenda-mode-map): Add the new command.
5263         (org-agenda-custom-commands-local-options): Add category
5264         filter preset.
5265         (org-agenda-mark-filtered-text): Mark both tag and filter
5266         overlays.
5267         (org-agenda-category-filter-preset): New variable.
5268         (org-finalize-agenda, org-agenda-redo)
5269         (org-agenda-filter-make-matcher, org-agenda-filter-apply): Handle
5270         both category and tag filters.
5271         (org-agenda-filter-show-all-tag): Rename from
5272         `org-agenda-filter-by-tag-show-all'.
5273         (org-agenda-filter-show-all-cat): New function.
5274         (org-agenda-set-mode-name): Show the category filter in the
5275         modeline.
5277 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
5279         * org-bbdb.el (org-bbdb-old): New variable.
5280         (org-bbdb-store-link, org-bbdb-open): Check for
5281         `org-bbdb-old'.
5282         (org-bbdb-open-old, org-bbdb-open-new): New functions.
5284 2012-01-03  Bastien Guerry  <bzg@gnu.org>
5286         * org-agenda.el (org-batch-agenda, org-batch-agenda-csv):
5287         Remove deleted function `org-encode-for-stdout'.
5289 2012-01-03  Bastien Guerry  <bzg@gnu.org>
5291         * org.el (org-check-dates-range): New command.
5292         (org-sparse-tree): Use it.
5294 2012-01-03  Bastien Guerry  <bzg@gnu.org>
5296         * org-agenda.el (org-agenda-write): Rename from
5297         `org-write-agenda'.
5298         (org-agenda-mode-map, org-agenda-menu)
5299         (org-batch-store-agenda-views): Use new name
5300         `org-agenda-write'.
5302 2012-01-03  Bastien Guerry  <bzg@gnu.org>
5304         * org.el (org-loop-over-headlines-in-active-region): Fix
5305         docstring.
5306         (org-todo, org-deadline, org-schedule): Honor the 'start-level
5307         value of `org-loop-over-headlines-in-active-region'.
5309 2012-01-03  Bastien Guerry  <bzg@gnu.org>
5311         * org-archive.el (org-archive-subtree)
5312         (org-archive-to-archive-sibling, org-toggle-archive-tag):
5313         Bugfix: use 'region-start-level.
5315 2012-01-03  Bastien Guerry  <bzg@gnu.org>
5317         * org.el (org-show-context): Complete docstring.
5319 2012-01-03  Bastien Guerry  <bzg@gnu.org>
5321         * org-agenda.el (org-agenda-filter-by-tag): Use
5322         `read-char-exclusive' instead of `read-char'.
5324 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
5326         * org.el (org-scan-tags): Make sure `org-map-continue-from' is
5327         nil at each match.
5329 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>  (tiny change)
5331         * org-clock.el (org-clock-in, org-clock-find-position): Remove
5332         erraneous space in regexp.
5334 2012-01-03  Jambunathan K  <kjambunathan@gmail.com>
5336         * org-odt.el (org-odt-lib-dir): Add docstring.
5337         (org-odt-data-dir): New variable.  Use this variable to
5338         control the locations from which the ODT exporter picks the
5339         OpenDocument styles and schema files from.  Set this variable
5340         explicitly only if the in-built heuristics for locating the
5341         above files fails.
5342         (org-odt-styles-dir-list, org-odt-schema-dir-list): New
5343         variables.  Pay specific attention to (eval-when-compile ...)
5344         form through which Makefile's $(datadir) - contained in
5345         `org-odt-data-dir' - gets compiled in as a "hard coded"
5346         constant.
5347         (org-odt-styles-dir, org-export-odt-schema-dir): Add messages to
5348         aid debugging.
5350 2012-01-03  Bastien Guerry  <bzg@gnu.org>
5352         * org-archive.el (org-archive-subtree)
5353         (org-archive-to-archive-sibling, org-toggle-archive-tag)
5354         (org-archive-set-tag): Handle the 'start-level value for
5355         `org-loop-over-headlines-in-active-region'.
5357 2012-01-03  Bastien Guerry  <bzg@gnu.org>
5359         * org.el (org-scan-tags): New parameter `start-level' to scan only
5360         through headlines of that level.
5361         (org-map-entries): New allowed value `region-start-level' for
5362         the `scope' parameter, to allow scanning through headlines of
5363         the same level than the first headline in the region.
5364         (org-loop-over-headlines-in-active-region): New allowed value
5365         'start-level.
5367 2012-01-03  Bastien Guerry  <bzg@gnu.org>
5369         * org-archive.el (org-archive-subtree)
5370         (org-archive-to-archive-sibling, org-archive-set-tag)
5371         (org-toggle-archive-tag): Allow to loop over the active region by
5372         using `org-loop-over-headlines-in-active-region'.
5374 2012-01-03  Bastien Guerry  <bzg@gnu.org>
5376         * org.el (org-todo): Allow to loop over the active region by
5377         using `org-loop-over-headlines-in-active-region'.
5379 2012-01-03  Eric Schulte  <eric.schulte@gmx.com>
5381         * ob.el (org-babel-expand-noweb-references): Rather than using
5382         a pure regexp solution to resolve noweb references, actually
5383         check the information of every code block in the buffer.  This
5384         will cause a slowdown in noweb reference expansion, but is
5385         necessary for correct behavior.
5387 2012-01-03  Bastien Guerry  <bzg@gnu.org>
5389         * org.el (org-map-continue-from): Fix typo in docstring.
5391 2012-01-03  Bastien Guerry  <bzg@gnu.org>
5393         * org-agenda.el (org-agenda-write-buffer-name): New variable.
5394         (org-write-agenda): Use it.
5396 2012-01-03  Bastien Guerry  <bzg@gnu.org>
5398         * org-exp.el (org-export-date-timestamp-format): New option to
5399         define the way a timestamp in #+DATE will be exported.
5400         (org-infile-export-plist): Use the new option.
5402 2012-01-03  Bastien Guerry  <bzg@gnu.org>
5404         * org.el (org-property-re): Also match cumulating properties
5405         like ":prop+:".
5407 2012-01-03  Jambunathan K  <kjambunathan@gmail.com>
5409         * org-odt.el (org-odt-styles-dir): Assume that the styles
5410         files are located under `data-directory' of Emacs distribution
5411         as etc/org/OrgOdtStyles.xml and
5412         etc/org/OrgOdtContentTemplate.xml.  Also update docstring.
5413         (org-export-odt-schema-dir): Update docstring.
5415 2012-01-03  Jambunathan K  <kjambunathan@gmail.com>
5417         * org-odt.el (org-odt-format-preamble): Honor following user
5418         options: author, timestamp and email.
5420 2012-01-03  Bastien Guerry  <bzg@gnu.org>
5422         * org-exp-blocks.el (org-export-blocks-preprocess): Fix regexp
5423         for matching the end of a block.
5425 2012-01-03  Bastien Guerry  <bzg@gnu.org>
5427         * org-eshell.el: New file.
5429 2012-01-03  David Maus  <dmaus@ictsoc.de>
5431         * org.el (org-open-at-point): Escape link path for http:,
5432         https:, ftp:, news:, and doi: links only if the path contains
5433         space or non-ascii character.
5435 2012-01-03  Bastien Guerry  <bzg@gnu.org>
5437         * org-beamer.el (org-beamer-fragile-re): Also recognize
5438         \lstinline and \verb as commands that make a frame fragile.
5440 2012-01-03  David Maus  <dmaus@ictsoc.de>
5442         * org.el (org-refile-get-targets): Ignore headlines without a
5443         true headline.
5445 2012-01-03  Litvinov Sergey  <slitvinov@gmail.com>
5447         * ob-octave.el: Add graphical output to png file.
5449 2012-01-03  Eric Schulte  <eric.schulte@gmx.com>
5451         * ob.el (org-babel-map-call-lines): Moved this file from
5452         ob-lob.el into ob.el to ease dependency pains.
5454 2012-01-03  Bastien Guerry  <bzg@gnu.org>
5456         * org-publish.el (org-publish-index-generate-theindex): Use
5457         theindex.inc for storing index entries, and theindex.org for
5458         including theindex.inc.
5460 2012-01-03  Bastien Guerry  <bzg@gnu.org>
5462         * org-publish.el (org-publish-index-generate-theindex): Create
5463         proper file target for index entries in subdirectories.
5465 2012-01-03  Bastien Guerry  <bzg@gnu.org>
5467         * org-protocol.el (org-protocol-check-filename-for-protocol):
5468         Fix spelling mistake.
5470 2012-01-03  Jambunathan K  <kjambunathan@gmail.com>
5472         * org-odt.el (org-export-odt-default-org-styles-alist): Add
5473         styles for title and subtitle.
5474         (org-odt-format-toc): New.
5475         (org-odt-format-preamble): New.  Users can redefine this to
5476         customize what goes before the document body.  Currently it
5477         outputs title, author and email, date and toc.
5478         (org-odt-begin-document-body): Use `org-odt-format-preamble'.
5479         (org-odt-format-date): Renamed from
5480         `org-odt-iso-date-from-org-timestamp'.  Also added an
5481         additional param for format string.
5482         (org-odt-begin-annotation, org-odt-update-meta-file): Use
5483         `org-odt-format-date'.
5485 2012-01-03  Eric Schulte  <eric.schulte@gmx.com>
5487         * ob-ref.el (org-babel-ref-split-args): Now uses
5488         `org-babel-balanced-split'.
5490 2012-01-03  Bastien Guerry  <bzg@gnu.org>
5492         * org-html.el (org-export-html-preamble)
5493         (org-export-html-postamble): Fix docstrings.
5494         (org-export-as-html): Insert the string used by a custom
5495         function for `org-export-html-pre/postamble'.
5497 2012-01-03  Bastien Guerry  <bzg@gnu.org>
5499         * org.el (org-block-regexp)
5500         (org-heading-keyword-regexp-format)
5501         (org-heading-keyword-maybe-regexp-format): Move up to keep the
5502         byte-compiler happy.
5504 2012-01-03  Dave Abrahams  <dave@boostpro.com>  (tiny change)
5506         * org-agenda.el (org-agenda-do-tree-to-indirect-buffer): New
5507         function.
5508         (org-agenda-tree-to-indirect-buffer): Use the new function.
5510 2012-01-03  Bastien Guerry  <bzg@gnu.org>
5512         * org-html.el (org-export-as-html): Fix bug when inserting the
5513         output of a custom function for the pre/postamble.
5515 2012-01-03  Jambunathan K  <kjambunathan@gmail.com>
5517         * org-odt.el (org-odt-format-source-code-or-example): Try
5518         loading htmlfontify safely.
5520 2012-01-03  Bastien Guerry  <bzg@gnu.org>
5522         * org-odt.el (require): Require htmlfontify.el only if
5523         emacs-version is greater than 23.2.
5525 2012-01-03  Bastien Guerry  <bzg@gnu.org>
5527         * org-faces.el (org-agenda-calendar-event)
5528         (org-agenda-calendar-sexp): Use the default face.
5530 2012-01-03  Eric Schulte  <eric.schulte@gmx.com>
5532         * ob.el (org-babel-expand-noweb-references): Fixed regexp.
5534 2012-01-03  Michael Brand  <michael.ch.brand@gmail.com>
5536         * org.el (Key bindings): Remap the Outline functions from
5537         `outline-mode-prefix-map' where possible.
5539 2012-01-03  Christian Moe  <mail@christianmoe.com>  (tiny change)
5541         * org-html.el (org-export-as-html): Apply
5542         `org-export-html-get-todo-kwd-class-name' to the class
5543         attribute of the todo-keyword span tag, not to its text
5544         content.
5546 2012-01-03  Sebastien Vauban  <sva@mygooglest.com>
5548         * org-agenda.el (org-agenda-get-timestamps)
5549         (org-agenda-get-sexps): Use face for highlighting "calendar"
5550         events.
5552 2012-01-03  Peter Münster  <pmlists@free.fr>  (tiny change)
5554         * org.el (org-add-planning-info): Treat absolute time too.
5556 2012-01-03  Bastien Guerry  <bzg@gnu.org>
5558         * org-table.el (org-table-transpose-table-at-point): Don't use
5559         ̀remove-if-not'.
5561 2012-01-03  Dave Abrahams  <dave@boostpro.com>  (tiny change)
5563         * org-clock.el (org-clock-out-if-current): Check the clock
5564         buffer is existing.
5566 2012-01-03  Bernt Hansen  <bernt@norang.ca>
5568         * org-clock.el (org-clock-out-if-current): Fix marker in no
5569         buffer error for task state change in an indirect buffer.
5571 2012-01-03  Michael Brand  <michael.ch.brand@gmail.com>
5573         * org.el (org-offer-links-in-entry): Make list when assigning
5574         a single link.
5576 2012-01-03  Eric Schulte  <eric.schulte@gmx.com>
5578         * ob.el (org-babel-expand-noweb-references): Rather than
5579         collect the info from *every* block in the current buffer,
5580         simply regexp search for those blocks which appear to match
5581         the continued source name.
5583 2012-01-03  Eric Schulte  <eric.schulte@gmx.com>
5585         * ob.el (org-babel-insert-result): Do not examplize wrapped
5586         scalar results, simply wrap them.
5587         (org-babel-result-end): Find the end of results wrapped in a
5588         RESULTS drawer.
5590 2012-01-03  Bastien Guerry  <bzg@gnu.org>
5592         * org.el (org-todo-yesterday): When called from the agenda,
5593         use `org-agenda-todo-yesterday' instead.
5595 2012-01-03  Bastien Guerry  <bzg@gnu.org>
5597         * org-table.el (org-table-transpose-table-at-point): New command.
5599 2012-01-03  Bastien Guerry  <bzg@gnu.org>
5601         * org-html.el (org-export-html-headline-anchor-format): New
5602         option.
5603         (org-html-level-start): Use the new option.
5605 2012-01-03  Rob Giardina  <rob@giardina.us>  (tiny change)
5607         * org-agenda.el (org-agenda-with-point-at-orig-entry): Small
5608         bugfix.
5610 2012-01-03  Christian Moe  <mail@christianmoe.com>  (tiny change)
5612         * org-special-blocks.el
5613         (org-special-blocks-convert-html-special-cookies): Close
5614         paragraph before opening or closing the <div>, and open
5615         paragraph after.  Also changed newline placement to be the same
5616         as for other blocks.
5618 2012-01-03  Roberto Huelga  <rhuelga@gmail.com>
5620         * org-clock.el (org-program-exists): Make the function
5621         compatible with darwin systems.
5623 2012-01-03  David Maus  <dmaus@ictsoc.de>
5625         * org-exp.el (org-export-normalize-links): Mark bracket links
5626         before normalization to avoid erroneous normalization of
5627         bracket link parts.
5629 2012-01-03  Jambunathan K  <kjambunathan@gmail.com>
5631         * org-odt.el (org-odt-data-dir): Removed.
5632         (org-odt-styles-dir, org-export-odt-schema-dir): New
5633         variables.
5635         * org-odt.el, org-lparse.el: New files.
5637 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
5639         * org-capture.el (org-capture-set-target-location): Set the
5640         capture default time also to the prompt time.
5642 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
5644         * org-exp.el (org-export-res/src-name-cleanup): Remove #+name
5645         and #+results lines during preprocess.
5647 2012-01-03  Eric Schulte  <eric.schulte@gmx.com>
5649         * ob-picolisp.el (ob-comint): Required.
5650         (comint): Required.
5651         (cl): Required.
5652         (run-picolisp): Declared.
5653         (org-babel-execute:picolisp): Capture free variable, and replace
5654         function from cl-extra with core function.
5656 2012-01-03  Eric Schulte  <eric.schulte@gmx.com>
5658         * ob-picolisp.el: New file.
5660         * org.el (org-babel-load-languages): Add Pico Lisp to the list
5661         of supported code block languages.
5663 2012-01-03  Eric Schulte  <eric.schulte@gmx.com>
5665         * org-bibtex.el (org-bibtex): Now catches bibtex errors and
5666         directs the user to the location of the error.
5668 2012-01-03  Bastien Guerry  <bzg@gnu.org>
5670         * org-agenda.el (org-agenda-dim-blocked-tasks): Fix typo.
5672 2012-01-03  Bastien Guerry  <bzg@gnu.org>
5674         * ob.el (org-babel-execute-src-block): Fix typo.
5676 2012-01-03  Bastien Guerry  <bzg@gnu.org>
5678         * org-freemind.el (org-freemind-write-mm-buffer): Fix typo.
5680 2012-01-03  Bastien Guerry  <bzg@gnu.org>
5682         * org.el (org-link-unescape, org-link-unescape-compound): Fix
5683         two typos in docstrings.
5685 2012-01-03  Thomas Dye  <dk@poto.local>
5687         * ob-R.el: Added tikzDevice support.
5689 2012-01-03  David Maus  <dmaus@ictsoc.de>
5691         * org.el (org-clone-subtree-with-time-shift): Remove clocking
5692         information and empty drawers when preparing a clone.
5694 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
5696         * ob-exp.el: Don't add `org-exp-res/src-name-cleanup' to
5697         `org-export-blocks-postblock-hook'.
5699 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
5701         * ob.el (org-babel-hide-result-toggle): Skip over header
5702         argument lines when toggling named code block visibility.
5704 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
5706         * org-exp.el (org-export-grab-title-from-buffer): Don't
5707         license to kill text inside blocks when getting a title.
5709 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
5711         * ob.el (org-babel-confirm-evaluate): Adding support for new
5712         range of :eval header arguments.
5714 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
5716         * ob.el (org-babel-confirm-evaluate): Inhibit evaluation
5717         during export when eval is set to "non-export".
5719 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
5721         * ob-ref.el (org-babel-update-intermediate): New custom
5722         variable.
5723         (org-babel-ref-resolve): Optionally update the in-buffer results
5724         of code blocks which are evaluated to resolve references.
5726 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
5728         * ob.el (org-babel-join-splits-near-ch): Rejoins a list of a
5729         split string when a character appears on either side of the
5730         split.
5731         (org-babel-parse-multiple-vars): Rejoin splits around "=" signs.
5733 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
5735         * org.el (org-reduce): Added a less functional Org-mode copy of
5736         the cl reduce function.
5738 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
5740         * org.el (org-fontify-meta-lines-and-blocks-1): Recognize
5741         "name" as a valid keyword that can preceed a block.
5743 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
5745         * ob-exp.el (org-babel-exp-lob-one-liners): Don't limit
5746         in-verbatim check to inline code blocks, do lob code blocks as
5747         well.
5749 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
5751         * org.el (org-todo): Interpret 0 prefix arg as note inhibitor.
5753 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
5755         * ob.el (org-babel-named-src-block-regexp-for-name): Ensure
5756         that partial names are not matched.
5757         (org-babel-named-data-regexp-for-name): Ensure that partial names
5758         are not matched.
5760 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
5762         * ob-ref.el (org-babel-ref-resolve): Search for named code
5763         blocks before named data.
5765         * ob.el (org-babel-named-data-regexp-for-name): New function for
5766         finding named data.
5768 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
5770         * ob.el (org-babel-insert-result): Gracefully handle results
5771         which are neither lists nor strings.
5773 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
5775         * ob-ref.el (org-babel-ref-resolve): Don't change location when
5776         looking at the contents.
5778 2012-01-03  Milan Zamazal  <pdm@zamazal.org>
5780         * org.el (org-set-outline-overlay-data): Use
5781         outline-flag-region to make a region invisible.  This ensures
5782         all necessary actions, especially adding
5783         isearch-open-invisible property, are applied.
5785 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
5787         * ob-lob.el (org-babel-in-example-or-verbatim): Fix
5788         compilation warning.
5790 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
5792         * ob.el (org-babel-find-named-result): Downcase "name" before
5793         comparison.
5795 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
5797         * ob-lisp.el (org-babel-execute:lisp): Fixed typo.
5798         (org-babel-lisp-vector-to-list): Fixed typo.
5800 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
5802         * ob-exp.el (org-babel-in-example-or-verbatim): Some valid
5803         execution contexts (e.g., call lines) look like commented
5804         lines.
5806         * ob.el (org-babel-get-src-block-info): Empty match string doesn't
5807         count.
5808         (org-babel-process-params): Always process parameters, even if
5809         you don't to table splitting.
5811 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
5813         * ob-exp.el (org-exp-res/src-name-cleanup): Updated Documentation.
5815         * ob-lob.el (org-babel-block-lob-one-liner-regexp): Updated
5816         regular expression.
5817         (org-babel-inline-lob-one-liner-regexp): Updated regular
5818         expression.
5820         * ob-ref.el (org-babel-ref-resolve): Notice when something that
5821         looks like a data results may actually be a code block.
5823         * ob-table.el: Updated documentation.
5825         * ob.el (org-babel-src-name-regexp): Simplified regexp.
5826         (org-babel-get-src-block-info): Updated match strings.
5827         (org-babel-data-names): Simplified acceptable names.
5828         (org-babel-find-named-block): Indentation.
5829         (org-babel-find-named-result): Updated to not return a code block
5830         as a result.
5832         * org.el (org-fontify-meta-lines-and-blocks-1): Removing
5833         references to old syntactic elements.
5834         (org-additional-option-like-keywords): Removing references to
5835         old syntactic elements.
5837 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
5839         * org-agenda.el (org-agenda-get-todos): Swap calls to `org-trim'
5840         and `buffer-substring'.
5842 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
5844         * org-agenda.el (org-agenda-get-todos): Prevent an error when
5845         encountering tasks with only the TODO keyword.
5847 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
5849         * org.el (org-try-cdlatex-tab): Don't try to expand a LaTeX
5850         environment when at an item or an headline, but allow LaTeX
5851         fragments.
5852         (org-cycle): Try to call `cdlatex-tab' before cycling item's or
5853         headline's visibility, in order to catch LaTeX fragments within.
5855 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
5857         * org-exp-blocks.el (org-export-blocks-preprocess): Require a
5858         newline and spaces before a code block.
5860 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
5862         * ob-lob.el (org-babel-map-call-lines): Allow mapping of code
5863         over all call lines in a buffer.
5865         * ob.el (org-babel-execute-buffer): Execute call lines when
5866         executing an entire buffer.
5868 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
5870         * ob.el (org-babel-process-params): Don't disassemble tables
5871         twice.
5873 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
5875         * org-clock.el (org-clock-in, org-clock-find-position): Make space
5876         after date optional.
5878         * org.el (org-set-regexps-and-options)
5879         (org-ts-regexp, org-ts-regexp-both, org-ts-regexp1)
5880         (org-ctrl-c-ctrl-c): Make `C-c C-c' on date fix the time stamp.
5882 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
5884         * ob-lob.el (org-babel-lob-execute-maybe): Don't execute a call
5885         inside a verbatim block.
5887         * ob-exp.el (org-babel-in-example-or-verbatim): Check for example
5888         blocks.
5890 2012-01-03  Litvinov Sergey  <slitvinov@gmail.com>
5892         * ob-maxima.el (org-babel-tangle-lang-exts): Maxima extension.
5893         (org-babel-maxima-expand): Add input variables and graphic output.
5894         (org-babel-execute:maxima): Add input variables and graphic output.
5895         (org-babel-maxima-var-to-maxima): Add input variables and graphic
5896         output.
5897         (org-babel-maxima-graphical-output-file): Add input variables and
5898         graphic output.
5899         (org-babel-maxima-elisp-to-maxima): Add input variables and graphic
5900         output.
5902 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
5904         * ob-fortran.el: New file.  Adding support for Fortran code blocks.
5905         * org.el (org-babel-load-languages): Adding fortran to this list.
5907 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
5909         * org-footnote.el (org-footnote-new): Cannot insert an inline
5910         footnote at beginning of line anymore.
5911         (org-footnote-at-reference-p): Don't recognize inline footnotes at
5912         beginning of line.
5914 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
5916         * org.el (org-set-font-lock-defaults): Fix small error in matching
5917         group that prevented fontification of keywords like
5918         org-comment-string and stars in headlines.
5920 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
5922         * org.el (org-catch-invisible-edits): New option.
5923         (org-self-insert-command, org-delete-backward-char)
5924         (org-delete-char): Call `org-check-before-invisible-edit'.
5925         (org-check-before-invisible-edit): New function.
5927 2012-01-03  Suvayu Ali  <fatkasuvayu+linux@gmail.com>
5929         * org-exp.el (org-solidify-link-text): Respect
5930         org-export-with-tags when forming the export title during subtree
5931         export.
5933 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
5935         * org.el (org-heading-regexp, org-heading-keyword-regexp-format)
5936         (org-heading-keyword-maybe-regexp-format): Globalize variables so
5937         they are accessible even in buffers not in Org mode.
5939 2012-01-03  David Maus  <dmaus@ictsoc.de>
5941         * org.el (org-insert-link): Don't use default-description if a
5942         `org-make-link-description-function' is defined.
5944 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
5946         * org.el (org-set-regexps-and-options): Use property blocks for
5947         multi-line properties.
5949 2012-01-03  Bastien Guerry  <bzg@gnu.org>
5951         * org.el (org-self-insert-command): Don't throw an error when
5952         editing takes place at the first point of the buffer.
5954 2012-01-03  Bastien Guerry  <bzg@gnu.org>
5956         * org.el (org-self-insert-command): Unfold invisible region at
5957         point or right before point when editing.
5959 2012-01-03  Bastien Guerry  <bzg@gnu.org>
5961         * org-faces.el (org-agenda-filter-tags): Use the 'modeline face as
5962         default.
5964 2012-01-03  Bastien Guerry  <bzg@gnu.org>
5966         * org-html.el (org-html-expand): Prevent a nil value for STRING to
5967         return an error, just return nil.
5969 2012-01-03  Bastien Guerry  <bzg@gnu.org>
5971         * org-latex.el (org-export-latex-set-initial-vars): Allow "/"
5972         character in the #+LaTeX_CLASS option.
5974 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
5976         * org-footnote.el (org-footnote-at-reference-p)
5977         (org-footnote-at-definition-p): Don't store text-properties of
5978         footnote definitions.
5980 2012-01-03  Bastien Guerry  <bzg@gnu.org>
5982         * org-html.el (org-export-as-html): Convert special characters in
5983         meta tag "author", "date", "keyword" and "description".
5985 2012-01-03  Bastien Guerry  <bzg@gnu.org>
5987         * org-capture.el (org-capture-before-finalize-hook): Docstring
5988         improvement: mention that the buffer is widened when this hook is
5989         run.
5991 2012-01-03  Sebastien Vauban  <sva@mygooglest.com>
5993         * org-html.el (org-export-as-html): Make sure the div for preamble
5994         is not inserted when the preamble is empty.
5996 2012-01-03  Sebastien Vauban  <sva@mygooglest.com>
5998         * org-agenda.el (org-agenda-set-mode-name): Highlight tags used
5999         for filtering (shown in the mode-line).
6001 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
6003         * ob.el (org-babel-parse-multiple-vars): Trimming excess white
6004         space from split variables.
6006 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
6008         * org.el (org-link-search): Add an optional argument preventing
6009         function from revealing context around match.
6011 2012-01-03  Bastien Guerry  <bzg@gnu.org>
6013         * org-agenda.el (calendar-check-holidays): Declare function.
6015 2012-01-03  Bastien Guerry  <bzg@gnu.org>
6017         * org.el (org-return): Fix bug when matching the face property
6018         before following a link.
6020 2012-01-03  Matt Lundin  <mdl@imapmail.org>
6022         * org-agenda.el (org-class): Fix holidays symbol in org-class.
6023         This was resulting in an "Bad sexp..." warning.
6025 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
6027         * org.el (org-scan-tags): Also remember
6028         `org-complex-heading-regexp' in a property.
6030 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
6032         * org-latex.el (org-export-as-latex): Turn off auto-insert and set
6033         TeX-master to t when creating new TeX buffers.
6035         * org-docbook.el (org-export-as-docbook): Turn off auto-insert
6036         when creating new buffers.
6038         * org-html.el (org-export-as-html): Turn off auto-insert
6039         when creating new buffers.
6041 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
6043         * org-table.el (org-table-formula-handle-first/last-rc): Do not
6044         expand pointers to first/last row/column that are inside a call to
6045         `remote'.
6046         (org-table-get-remote-range): Expand pointers to first/last
6047         row/column.
6049 2012-01-03  Michael Sperber  <sperber@deinprogramm.de>  (tiny change)
6051         * org-capture.el (org-capture-get-indirect-buffer): Fix XEmacs
6052         compatibility issue when creating an indirect buffer.
6054 2012-01-03  Christophe Rhodes  <csr21@cantab.net>
6056         * org-exp.el (org-infile-export-plist): Handle LATEX_CLASS_OPTIONS
6057         the same way than LATEX_CLASS.
6059 2012-01-03  Bastien Guerry  <bzg@gnu.org>
6061         * org.el (org-return): Check the presence of the 'org-link face
6062         even in contexts where there is more than one face.
6064 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
6066         * ob-sql.el (org-babel-header-arg-names:sql): SQL specific header
6067         argument names which should be inherited.
6069 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
6071         * org.el (org-in-block-p): Return matched name of block, if any.
6072         It can be useful when a list of block names is provided as
6073         an argument.
6075 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
6077         * org-docbook.el (org-export-as-docbook): Fix regexp.
6079         * org-html.el (org-export-as-html): Fix regexp.
6081 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
6083         * org-agenda.el (org-class): Allow holidays to be skipped.
6085 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
6087         * ob-shen.el (org-babel-execute:shen): Fix two compilation errors.
6089 2012-01-03  Peter Münster  <pmrb@free.fr>  (tiny change)
6091         * org-agenda.el (org-agenda-to-appt): Make sure filter-items are
6092         strings before calling `string-match'.
6094 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
6096         * org-footnote.el (org-footnote-at-reference-p)
6097         (org-footnote-at-definition-p): Remove text-properties from label.
6099 2012-01-03  Bastien Guerry  <bzg@gnu.org>
6101         * org-html.el (org-export-as-html): Add a "title" meta tag.
6103 2012-01-03  Bastien Guerry  <bzg@gnu.org>
6105         * org-agenda.el (org-agenda-to-appt): Allow to refine the scope of
6106         entries to pass to `org-agenda-get-day-entries' and allow to
6107         filter out entries using a function.
6109 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
6111         * org-agenda.el: Fix small display bug.
6113 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
6115         * org.el (org-set-regexps-and-options): Fix small bug introduced
6116         by commit dfcb6faef11a2439b56b18a6289803361d402130.
6118 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
6120         * org-agenda.el (org-search-view): Simplify regexp.
6121         (org-agenda-get-todos): Use new format string.
6123         * org-archive.el (org-archive-all-done): Simplify regexp.
6125         * org-ascii.el (org-export-as-ascii): More accurate regexp.
6127         * org-colview.el (org-columns-capture-view): Use new format string
6128         and new string.
6130         * org-docbook.el (org-export-as-docbook): More accurate
6131         regexp.  Also use new regexp to match generic headlines.
6133         * org-exp.el (org-export-protect-quoted-subtrees): More accurate
6134         regexp.  Also use new regexp to match generic headlines.
6136         * org-html.el (org-export-as-html): More accurate regexp.
6137         Also use new regexp to match generic headlines.
6139         * org-mouse.el (org-mouse-match-todo-keyword): Remove unused
6140         and now erroneous function.
6142         * org.el (org-heading-regexp, org-heading-keyword-regexp-format):
6143         New variables.
6144         (org-set-regexps-and-options): Create regexps according to the
6145         following rule: use spaces only to separate elements from an headline,
6146         while allowing mixed tabs and spaces for any indentation job.
6147         (org-nl-done-regexp, org-looking-at-done-regexp): Removed variables.
6148         (org-set-font-lock-defaults): Fontify again headlines with a keyword
6149         and no other text.  Use new format strings.
6150         (org-get-heading, org-toggle-comment, org-prepare-agenda-buffers)
6151         (org-toggle-fixed-width-section): Use new format string.
6152         (org-todo): More accurate regexps.
6153         (org-point-at-end-of-empty-headline): Simplify regexp.
6154         (org-insert-heading): Headline can sometimes be nil.
6156 2012-01-03  David Maus  <dmaus@ictsoc.de>
6158         * org-agenda.el (org-agenda-bulk-action): Bind
6159         `org-loop-over-headlines-in-active-region' to nil to avoid conflict
6160         with bulk command.
6162 2012-01-03  David Maus  <dmaus@ictsoc.de>
6164         * org.el (org-deadline, org-schedule): Skip invisible headlines when
6165         mapping over headlines in active region.
6167 2012-01-03  David Maus  <dmaus@ictsoc.de>
6169         * org.el (org-loop-over-headlines-in-active-region):
6170         New customization variable.  Loop over headlines in active region.
6171         (org-schedule, org-deadline): Apply to headlines in region depending
6172         on new customization variable.
6174 2012-01-03  David Maus  <dmaus@ictsoc.de>
6176         * org.el (org-map-entries): Immediately return if scope is 'region
6177         but no region is active.
6179 2012-01-03  David Maus  <dmaus@ictsoc.de>
6181         * org.el (org-map-entries): Extend scope 'region to include entire
6182         body of last headline in active region.
6184 2012-01-03  Bastien Guerry  <bzg@gnu.org>
6186         * org-src.el (org-edit-src-code): Fix typo-bug.
6188 2012-01-03  Bastien Guerry  <bzg@gnu.org>
6190         * org.el (org-format-agenda-item, org-scan-tags):
6191         Rename `org-format-agenda-item' to `org-agenda-format-item'.
6193 2012-01-03  Bastien Guerry  <bzg@gnu.org>
6195         * org-agenda.el: Replace `category-pos' by `org-category-pos' to
6196         silent byte-compiler.
6198 2012-01-03  Bastien Guerry  <bzg@gnu.org>
6200         * org.el: Declare external function `cdlatex-compute-tables'.
6202 2012-01-03  Bastien Guerry  <bzg@gnu.org>
6204         * org-latex.el (org-export-latex-set-initial-vars): Fix problem
6205         when matching #+LaTeX_CLASS.
6207 2012-01-03  Rafael Laboissiere  <rafael@laboissiere.net>  (tiny change)
6209         * org.el (org-link-search-must-match-exact-headline): Fix typos.
6211 2012-01-03  Bastien Guerry  <bzg@gnu.org>
6213         * org-latex.el (org-export-latex-make-header): Add some hyperref
6214         options.
6216 2012-01-03  Kai Tetzlaff  <kai.tetzlaff@web.de>  (tiny change)
6218         * org-publish.el (org-publish-file): Added 'eval'ing the value of
6219         the :publishing-directory property before using it as destination
6220         of the publishing project.  This allows to construct the publish
6221         destination directory dynamically at run-time using the return
6222         value of a function.
6224 2012-01-03  Bastien Guerry  <bzg@gnu.org>
6226         * org-agenda.el (org-agenda-list-stuck-projects): Fix tiny bug.
6228 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
6230         * org-agenda.el (org-agenda-move-date-from-past-immediately-to-today):
6231         New option.
6232         (org-agenda-date-later): Improve the logical structure.
6234 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
6236         * ob-calc.el (featurep): Require calc-store.
6238         * org-agenda.el (org-agenda-list-stuck-projects): Fix regexp
6239         special handling.
6241         * org-compat.el (fboundp): Support for XEmacs.
6243         * org-exp.el (org-export): Protect XEmacs from `(redisplay)' call.
6245         * org-footnote.el (org-footnote-re): Optimize macro processing.
6247         * org.el (org-set-autofill-regexps): Xemacs compatibility.
6249 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
6251         * ob.el (org-babel-balanced-split): Balance both [] and ()
6252         groupings.
6253         (org-babel-parse-header-arguments): Be sure to replace removed ":"
6254         characters.
6256 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
6258         * ob.el (org-babel-parse-header-arguments): Quick fix for a
6259         tiny bug.
6261 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
6263         * ob.el (org-babel-params-from-properties): Now splits
6264         multiple var arguments behind a single ":var".
6265         (org-babel-balanced-split): Separated balanced splitting of
6266         strings out into a new function.
6267         (org-babel-parse-multiple-vars): Splits multiple var arguments
6268         behind a single ":var".
6270 2012-01-03  Bastien Guerry  <bzg@gnu.org>
6272         * org.el: Remap `outline-promote' and `outline-demote' keys to
6273         `org-promote-subtree' and `org-demote-subtree'.
6275 2012-01-03  Leo Liu  <sdl.web@gmail.com>
6277         * org-agenda.el (org-agenda-do-context-action): Check if marker is
6278         valid before use.
6280 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>  (tiny change)
6282         * org-agenda.el (org-agenda-date-later): Fix shifting of date
6283         ranges.
6285 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
6287         * ob.el: Removing `org-babel-params-from-buffer' and
6288         #+PROPERTIES: entirely.
6290         * ob-exp.el (org-babel-exp-src-block): Removing
6291         `org-babel-params-from-buffer' and #+PROPERTIES: entirely.
6293         * ob-lob.el (org-babel-lob-execute): Removing
6294         `org-babel-params-from-buffer' and #+PROPERTIES: entirely.
6296 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
6298         * ob.el (org-babel-params-from-buffer): Removing #+BABEL:
6299         lines in favor of general #+PROPERTIES: lines.
6301 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
6303         * ob-sql.el (org-babel-execute:sql): Insert into a temporary
6304         buffer.
6306 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
6308         * org.el (org-cdlatex-mode): Run `cdlatex-mode-hook' and
6309         update the internal cdlatex tables.
6311 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
6313         * ob-sql.el (org-babel-execute:sql): Respect literal-results
6314         options.
6316 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
6318         * ob.el (org-babel-disassemble-tables): Fix multi-table bug in
6319         code block colname and rowname handling.
6321 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
6323         * org-publish.el (org-publish-cache-file-needs-publishing):
6324         Fix regexp to not inlcude newlines.
6326 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
6328         * org.el (org-ctrl-c-ctrl-c): Remove table overlays before
6329         restart.
6331 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
6333         * org.el (org-fontify-entities): Match entities before
6334         numbers, as in `\sim2'.
6336 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
6338         * org-agenda.el (org-agenda-date-later): Make pushing forward
6339         a past date to jump immedialtely to today.
6341 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
6343         * org-exp.el (org-store-forced-table-alignment): Parse the
6344         column cookie for both alignment and width
6345         specification.  Store the resulting value in `org-col-cookies'
6346         property.  Retire the previously used `org-forced-aligns'
6347         property for consistency.  Renamed local variable `aligns' to
6348         `cookies'.
6350         * org-html.el (org-format-org-table-html): Use
6351         `org-col-cookies'.  Renamed local variable forced-aligns to
6352         col-cookies.
6354 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
6356         * org.el (org-latex-to-mathml-jar-file)
6357         (org-latex-to-mathml-convert-command): New user-customizable
6358         variables.
6359         (org-format-latex-mathml-available-p, org-create-math-formula)
6360         (org-format-latex-as-mathml): New functions.
6361         (org-format-latex): Add a new local variable block-type that notes
6362         the nature of the equation - inline or display.  Associate it's
6363         value to `org-latex-src-embed-type' property of dvipng links.  Add
6364         mathml as new processing type.
6366 2012-01-03  Sébastien Vauban  <wxhgmqzgwmuf@spammotel.com>
6368         * org.el (org-refile): Add tree name to prompt.
6370 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
6372         * org-latex.el (org-export-latex-tables): Honor
6373         `org-export-latex-table-caption-above'
6374         (org-export-latex-table-caption-above): New option.
6376 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
6378         * ob.el (org-babel-insert-header-arg): Now including language
6379         specific header arg values in insertion options.
6381 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
6383         * ob.el (org-babel-insert-header-arg): Fixed typo.
6385 2012-01-03  Jambunathan K  <kjambunathan@gmail.com>
6387         * org-exp.el (org-export-number-lines): Modified.  Add a new
6388         parameter `preprocess' and use this for backend-agnostic
6389         handling of literal examples.
6391 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
6393         * org.el (org-match-substring-regexp)
6394         (org-match-substring-with-braces-regexp): Allow subscripts and
6395         superscripts to start at beginning of line.
6397 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
6399         * ob.el (org-babel-common-header-args-w-values): New variable to
6400         hold common header arguments and their default values.
6401         (org-babel-header-arg-names): Redefined using the new common
6402         header arg variable.
6403         (org-babel-insert-header-arg): New function to help when inserting
6404         header arguments.
6406 2012-01-03  David Maus  <dmaus@ictsoc.de>
6408         * org-html.el (org-html-handle-links): Remove unnecessary
6409         protection markers when publishing link in default format.
6411 2012-01-03  Pieter Praet  <pieter@praet.org>  (tiny change)
6413         * org-crypt.el (org-crypt-check-auto-save): New function, see
6414         next change.
6416         * org-crypt.el (org-decrypt-entry): Break the auto-save-mode
6417         check out into a separate function, and call it at a later
6418         point, to assure it only runs when visiting an encrypted
6419         entry.
6421 2012-01-03  John J Foerch  <jjfoerch@earthlink.net>  (tiny change)
6423         * org.el (org-log-note-headings): Document new %d and %D
6424         escapes.
6425         (org-store-log-note): Implement new %d and %D escapes.
6427 2012-01-03  Dave Abrahams  <dave@boostpro.com>
6429         * org-agenda.el (org-agenda-follow-indirect): New option.
6430         (org-agenda-follow-mode): Call `org-agenda-do-context-action' fro
6431         follow mode.
6432         (org-agenda-do-context-action): Also do indirect follow mode
6433         action.
6435 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
6437         * ob-table.el (sbe): Fix typo in new sbe specification.
6439 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
6441         * ob-table.el (sbe): If first variable is a string and not a
6442         cons cell, then interpret it as a string of header arguments
6443         to be passed to the code block.
6445 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
6447         * ob-shen.el (shen-eval-defun): Declare external function.
6448         (org-babel-execute:shen): Move requirement of inf-shen into
6449         the function in which it is used to fix build error.
6451         * ob-shen.el: New file.
6453 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>  (tiny change)
6455         * org.el (org-open-at-point): Make `org-open-at-point' only
6456         ask once about creating a new headline.
6458 2012-01-03  Nick Dokos  <nicholas.dokos@hp.com>  (tiny change)
6460         * org.el (org-refile-targets): Elaborated the documentation of
6461         the variable as suggested by Dave Abrahams.
6463 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>  (tiny change)
6465         * org.el (org-align-tags-here): Allow tags to be placed right
6466         after heading.
6467         (org-tags-column): Document the meaning of tags column 0.
6469 2012-01-03  Niels Giesen  <niels.giesen@gmail.com>
6471         * org-agenda.el (org-agenda-get-blocks): Show timestamp ranges
6472         in agenda if start day is same as end day.
6474 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
6476         * org.el (org-refile-get-location): Ignore errors when
6477         collection heading to be excluded.
6479 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
6481         * org-special-blocks.el
6482         (org-special-blocks-convert-html-special-cookies): Avoid XHTML
6483         strict problems by not enclosing special blocks in paragraph tags.
6485 2012-01-03  Bernt Hansen  <bernt@norang.ca>
6487         * org-html.el (org-export-as-html): Check string-match
6488         argument.
6489         (org-html-handle-time-stamps): Check string-match argument.
6491 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
6493         * org-agenda.el
6494         (org-agenda-skip-additional-timestamps-same-entry): Change
6495         default value.
6497 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
6499         * org.el (org-time-string-to-time):
6500         (org-time-string-to-absolute): Add optional arguments BUFFER and
6501         POS for error reporting.
6503         * org-agenda.el (org-get-all-dates):
6504         (org-agenda-get-timestamps, org-agenda-get-deadlines)
6505         (org-agenda-get-scheduled, org-agenda-get-blocks): Call time
6506         stamp parsing functions with information on where the
6507         timestamp was taken from.
6509 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
6511         * org.el (org-tree-to-indirect-buffer): Run `org-cycle-hook'
6512         after `show-all' in indirect buffer.
6514 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
6516         * org-list.el (org-list-parents-alist): When no parent is found
6517         for an item, set it as the closest less indented item above.  If
6518         none is found, make it a top level item.
6519         (org-list-write-struct): Externalize code.
6520         (org-list-struct-fix-item-end): New function.
6521         (org-list-struct): Remove a now useless fix.
6523         * org.el (org-ctrl-c-ctrl-c): Use new function.
6525 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
6527         * org.el (org-end-of-line): When on an item, move point at the
6528         end of the line, but before any hidden text.  Thus, it's still
6529         possible to use commands, like `C-c C-c', acting at
6530         items.  This is still disabled if `org-special-ctrl-a/e'
6531         ignores `C-e'.
6533 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
6535         * org-footnote.el (org-footnote-renumber-fn:N): Small refactoring.
6537 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
6539         * org-footnote.el (org-footnote-renumber-fn:N): Fix an
6540         infloop.
6542 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
6544         * org-footnote.el (org-footnote-at-definition-p): Remove
6545         useless `org-re'.
6547 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
6549         * org-footnote.el (org-footnote-renumber-fn:N): Verify point
6550         is at a real footnote reference or definition before
6551         renumbering it.
6553 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
6555         * org-footnote.el (org-footnote-goto-definition): This patch
6556         makes sure the function says when a definition has been
6557         found.  Thus, moving from the reference to the definition
6558         doesn't offer to create the latter again.
6560 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
6562         * org-footnote.el (org-footnote-create-definition):
6563         Explicitely move point after tag, if it has just been
6564         inserted.
6566 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
6568         * ob-gnuplot.el (org-babel-execute:gnuplot): Don't quote file
6569         names on Windows systems.
6571 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
6573         * org-footnote.el (org-footnote-create-definition): When the
6574         tag is missing, it is created before any existing footnote, or
6575         at end of buffer.  In the latter case, the marker pointing at
6576         the position where the new footnote is going to be inserted
6577         (at end of buffer) stays before the tag.  This patch makes
6578         sure that the marker will be kept after the tag.
6580 2012-01-03  Eli Zaretskii  <eliz@gnu.org>
6582         * org.el (org-mode): Force left-to-right paragraphs in Org
6583         buffers.  For a related discussions, see
6584         https://lists.gnu.org/archive/html/emacs-devel/2011-09/msg00349.html.
6586 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
6588         * ob-asymptote.el (org-babel-asymptote-define-type): Silence
6589         byte-compiler.
6591 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
6593         * ob-R.el (org-babel-R-evaluate): Fix bug in R session
6594         evaluation.
6596 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
6598         * org-bibtex.el (org-bibtex-type-property-name): Configurable
6599         property name for bibtex entry types.
6600         (org-bibtex-headline): Use new configurable property name.
6601         (org-bibtex-check): Use new configurable property name.
6602         (org-bibtex-create): Use new configurable property name.
6603         (org-bibtex-write): Use new configurable property name.
6605 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
6607         * org.el (org-paste-subtree): Remove unnecessary `concat'.
6609 2012-01-03  Bastien Guerry  <bzg@gnu.org>
6611         * org.el (org-paste-subtree): Remove useless (concat ...).
6613 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
6615         * ob-C.el (org-babel-C-var-to-C): Replacing usage of
6616         characterp with integerp (which should work w/Emacs22).
6618 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
6620         * org-footnote.el (org-footnote-at-definition-p): Context must
6621         be valid at the beginning of line, not at point.
6623 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
6625         * ob-tangle.el (org-babel-tangle-collect-blocks): Better
6626         delimiting of Org-mode text preceding a code block.
6628 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
6630         * ob.el (org-babel-get-src-block-info): Fixing bug,
6631         accidentally deleted variable values.
6633 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
6635         * ob-tangle.el (org-babel-process-comment-text): Customizable
6636         function to process comment text.
6637         (org-babel-tangle-collect-blocks): Make use of new
6638         customizable processing function.
6639         (org-babel-spec-to-string): Call customizable function rather than
6640         `org-babel-trim'.
6642 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
6644         * ob-R.el (org-babel-execute:R): Collect and pass along the
6645         result-params.
6646         (org-babel-R-evaluate): Accept result-params and if "scalar" or
6647         "verbatim" don't process output.
6648         (org-babel-R-evaluate-session): Accept result-params and if
6649         "scalar" or "verbatim" don't process output.
6651 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
6653         * ob.el (org-babel-merge-params): Differentiate between result
6654         types and wrappers.
6656 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
6658         * ob.el (org-babel-get-src-block-info): Check that
6659         functional-syntax variables are initialized.
6661 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
6663         * ob.el (org-babel-check-src-block): Adding a note for a
6664         future enhancement.
6666 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
6668         * org-exp.el (org-export): Restore point when exporting a subtree.
6670 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
6672         * ob.el (org-babel-parse-src-block-match): More robust to code
6673         blocks with empty bodies.
6675 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
6677         * ob.el (org-babel-parse-src-block-match): Don't error on empty
6678         code block body.
6680 2012-01-03  David Maus  <dmaus@ictsoc.de>
6682         * org.el (org-open-at-point): Unescape plain link.
6684 2012-01-03  David Maus  <dmaus@ictsoc.de>
6686         * org-html.el (org-html-handle-links): Remove unnecessary link
6687         unescape.
6689 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
6691         * ob.el (org-babel-merge-params): Better error message for
6692         unassigned variables.
6694 2012-01-03  Christian Egli  <christian.egli@alumni.ethz.ch>
6696         * org-taskjuggler.el (org-export-as-taskjuggler): Clone the
6697         buffer local variables to the temporary buffer before
6698         exporting.
6700 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
6702         * org-exp.el (org-export-select-backend-specific-text): Only
6703         remove commas on the front line of a code block.
6705 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
6707         * ob.el (org-babel-demarcate-block): Copy headers and indent to
6708         column of point when a block is split.
6710 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
6712         * ob.el (org-babel-insert-result): Corrected file insertion
6713         for inline results.
6715 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
6717         * org-footnote.el (org-footnote-in-valid-context-p): No
6718         footnote in latex fragments.
6720 2012-01-03  Martin Rudalics  <rudalics@gmx.at>
6722         * org-compat.el (org-pop-to-buffer-same-window): Remove LABEL
6723         argument from `pop-to-buffer-same-window' call.
6725 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
6727         * ob-R.el (org-babel-R-evaluate-session): Improve prompt
6728         detection regexp.
6730 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
6732         * org-inlinetask.el (org-inlinetask-goto-end): Small
6733         refactoring.
6735 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
6737         * ob-asymptote.el (org-babel-asymptote-var-to-asymptote):
6738         refactor code.
6739         (org-babel-asymptote-table-to-array): Removed function.
6741 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
6743         * ob-asymptote.el (org-babel-asymptote-var-to-asymptote):
6744         recognize non-nested lists as uni-dimensional arrays.
6746 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
6748         * ob.el (org-babel-params-from-properties): Don't check for
6749         header arguments in properties with leading ":"s.
6751 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
6753         * org-inlinetask.el (org-inlinetask-goto-end): Correctly
6754         detect the end of an inlinetask when the next one starts
6755         immediately after the current one.  Also, return position of
6756         point.
6758 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
6760         * ob.el (org-babel-inline-src-block-regexp): Allow regexp to
6761         start at bol.
6763 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
6765         * ob-asymptote.el (org-babel-asymptote-define-type): Elisp
6766         floats are asymptote reals.
6768 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
6770         * ob-asymptote.el (org-babel-asymptote-table-to-array):
6771         Require a new argument TYPE specifying the detected type of
6772         array.  If it's a string array, make sure every element is
6773         returned as a string.  Also improve doc-string.
6774         (org-babel-asymptote-var-to-asymptote): Fill new argument.
6775         Small refactoring.
6776         (org-babel-asymptote-define-type): Rewrite to avoid stopping
6777         search at first float found, as strings have precedence over
6778         floats.
6780 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
6782         * org-footnote.el (org-footnote-normalize): Be sure to separate
6783         the last footnote definition from the rest of the buffer.
6785 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
6787         * ob-awk.el (org-babel-expand-body:awk): Allow for symbolic
6788         variable names.
6790 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
6792         * org.el (org-latex-regexps): Allow matching latex fragments
6793         of type "$" and "$1" at beginning of line.
6795 2012-01-03  Bastien Guerry  <bzg@gnu.org>
6797         * org-agenda.el (org-search-view, org-agenda-get-todos)
6798         (org-agenda-get-deadlines, org-agenda-get-scheduled): Add
6799         `category-pos' in let construct.
6801 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
6803         * org-footnote.el (org-footnote-get-definition): The function has
6804         to widen buffer if definition has not been found in the current
6805         narrowed part.  Be sure to restore that restriction once the
6806         definition is found.
6808 2012-01-03  Michal Sojka  <sojka@os.inf.tu-dresden.de>  (tiny change)
6810         * org-icalendar.el (org-print-icalendar-entries): Make alarm
6811         duration RFC5545 compliant.
6813 2012-01-03  Bastien Guerry  <bzg@gnu.org>
6815         * org-agenda.el (org-agenda-get-timestamps)
6816         (org-agenda-get-sexps, org-agenda-get-progress): Correctly set
6817         the `org-category-pos' property.
6819 2012-01-03  Bastien Guerry  <bzg@gnu.org>
6821         * org-html.el (org-export-html-divs): Improve docstring.
6823 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
6825         * org-table.el (org-table-fix-formulas): Throw error when
6826         changing formula leads to an invalid formula.
6828 2012-01-03  Bastien Guerry  <bzg@gnu.org>
6830         * org.el (org-archive-location): Minor docstring fix.
6832 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
6834         * org.el (org-block-todo-from-checkboxes):
6835         `org-list-search-forward' should be used when looking for an
6836         item, as it filters out contexts where match couldn't be in a
6837         list.  Also use a correct item regexp, taking into account
6838         alphabetical ordered lists and counters.
6840 2012-01-03  Bastien Guerry  <bzg@gnu.org>
6842         * org-html.el (org-html-make-link): Minor fix to the
6843         docstring.
6845 2012-01-03  Suvayu Ali  <fatkasuvayu+linux@gmail.com>  (tiny change)
6847         * org-inlinetask.el (org-inlinetask): New customizable face
6848         for inlinetasks.
6850 2012-01-03  Bastien Guerry  <bzg@gnu.org>
6852         * org-agenda.el (org-agenda-get-todos): Properly set
6853         `category-pos'.
6855 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
6857         * org-list.el (org-list-struct-apply-struct): Don't use
6858         (copy-marker (point)) instead of (point-marker).
6860 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
6862         * ob.el (org-babel-where-is-src-block-result): Don't try to
6863         resolve variables when simply checking if we're inside of a
6864         code block.
6866 2012-01-03  Bastien Guerry  <bzg@gnu.org>
6868         * org.el (org-refresh-category-properties): New text property
6869         'org-category-position to point at the beginning of the
6870         headline from which the category is set.
6872 2012-01-03  Matt Lundin  <mdl@imapmail.org>
6874         * org.el (org-refile): Don't call `org-back-to-heading' with
6875         goto argument.
6877 2012-01-03  Bastien Guerry  <bzg@gnu.org>
6879         * org.el (org-link-display-descriptive): Remove this option and
6880         rely on the existing `org-descriptive-links' instead.
6881         (org-toggle-link-display): Use `org-descriptive-links'.
6883 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
6885         * ob-ref.el (org-babel-ref-resolve): Allow matching of results
6886         with tags after the result name.
6888 2012-01-03  Bastien Guerry  <bzg@gnu.org>
6890         * org-table.el (org-table-get-specials): Allow the use of the
6891         underscore character in column names.
6892         (org-table-get-specials): Allow the use of the underscore
6893         character in field names.
6895 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
6897         * org-exp-blocks.el (org-export-blocks-preprocess): Explicitly
6898         cleaning up markers.
6900 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
6902         * ob-exp.el (org-babel-exp-inline-src-blocks): Save match data
6903         around `org-babel-exp-do-export' which now searches in this case.
6904         (org-babel-exp-results): Position the point in the inline source
6905         block during export evaluation.
6907         * ob.el (org-babel-insert-result): More readable code.
6909 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
6911         * org-exp-blocks.el (org-export-blocks-preprocess): Use the built
6912         in function rather than the superfluous (and now removed)
6913         org-specific function.
6915 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
6917         * ob-exp.el (org-babel-exp-inline-src-blocks): Don't examplize
6918         inline code blocks which are already escaped.
6920 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
6922         * org-exp-blocks.el (org-marker-from-point): Helper function to
6923         create markers at specific points in source buffers.
6924         (org-export-blocks-preprocess): Use markers instead of points
6925         to delimit code blocks.
6927 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
6929         * org-list.el (org-list-separating-blank-lines-number): The
6930         behaviour of `org-back-over-empty-lines' depends on the
6931         associated value of `headline' in
6932         `org-blank-before-new-entry', which is out of context in a
6933         list.
6935 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
6937         * org-indent.el (org-indent-initialize-agent): When the current
6938         buffer isn't being watched, resume initialization of other watched
6939         buffers.  In that case, give hand to others idle timers or
6940         processes more frequently.
6941         (org-indent-agent-active-delay): Renamed from
6942         `org-indent-agent-process-duration'.
6943         (org-indent-agent-passive-delay): New variable.
6944         (org-indent-agent-resume-delay): Change value.
6945         (org-indent-initialize-buffer): Change argument name.
6946         (org-indent-add-properties): Change argument name and type
6947         expected.  It must be a time value now.
6949 2012-01-03  Bastien Guerry  <bzg@gnu.org>
6951         * org.el (org-set-property): Bugfix.
6953 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
6955         * ob.el (org-babel-remove-result): Idempotent code block
6956         evaluation and result removal.
6958 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
6960         * ob-ruby.el (org-babel-ruby-initiate-session): No longer
6961         require inf-ruby when no session evaluation takes place.
6963 2012-01-03  Bastien Guerry  <bzg@gnu.org>
6965         * org-agenda.el (org-agenda-prefix-format): Mention "%e" in
6966         the docstring.
6968 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
6970         * org-agenda.el (org-agenda-custom-commands): Set a default
6971         value for this command.
6973 2012-01-03  Carsten Dominik  <carsten.dominik@gmail.com>
6975         * org-agenda.el (org-agenda-include-all-todo): Declare this option
6976         as no longer working.
6977         (org-timeline): Rename the include-all argument to dotodo.
6978         (org-arg-loc): Renamed from` org-include-all-loc'.
6979         (org-agenda-list): Rename the INCLUDE-ALL argument to ARG,
6980         because its function has changed.
6982 2012-01-03  Bastien Guerry  <bzg@gnu.org>
6984         * org.el (org-fixup-indentation): Fix various small bugs.
6986 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
6988         * org-indent.el (org-indent-agent-timer)
6989         (org-indent-agentized-buffers, org-indent-agent-resume-timer)
6990         (org-indent-agent-process-duration)
6991         (org-indent-agent-resume-delay): New variables.
6992         (org-indent-initial-marker): More accurate doc-string.
6993         (org-indent-initial-timer, org-indent-initial-resume-timer)
6994         (org-indent-initial-process-duration)
6995         (org-indent-initial-resume-delay)
6996         (org-indent-initial-lock): Removed variables.
6997         (org-indent-mode): Set up an agent to watch current buffer, or
6998         add it to the list of already watched buffers.
6999         (org-indent-initialize-agent): New function.
7000         (org-indent-initialize-buffer): Now requires a mandatory
7001         buffer argument.
7002         (org-indent-add-properties): Reflect changes to variables.
7003         The resume timer is now global.
7005 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
7007         * org-footnote.el (org-footnote-normalize): Refactor, and fix
7008         some blank lines deletion.
7010 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
7012         * org-indent.el (org-indent-mode):
7013         `org-indent-initial-resume-timer ' needs to be local.
7015 2012-01-03  Bastien Guerry  <bzg@gnu.org>
7017         * org.el (org-fixup-indentation): Correctly indent meta lines.
7019 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
7021         * org-indent.el (org-indent-set-line-properties): Add text
7022         properties down to the beginning of the next line.
7023         (org-indent-add-properties): When last position to add
7024         properties to is at the beginning of a line, all that line
7025         will have properties.
7027 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
7029         * org-indent.el (org-indent-initial-resume-timer): New variable.
7030         (org-indent-initialize-buffer): Also resume after a small break.
7031         (org-indent-add-properties): When in asynchronous mode,
7032         proceed for 2 seconds, then take a break.
7034 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
7036         * org-indent.el (org-indent-set-line-properties): New function.
7037         (org-indent-add-properties): Externalize worker function.
7039 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
7041         * org-indent.el (org-indent-indent-buffer): Take into account
7042         narrowing.
7044 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
7046         * org-indent.el (org-indent-modified-headline-flag): Renamed from
7047         `org-indent-deleted-headline-flag'
7048         (org-indent-notify-modified-headline): Renamed from
7049         `org-indent-notify-deleted-headline'.  Handle situations when
7050         the stars of an headline are modified.
7051         (org-indent-refresh-maybe): Remove case now handled by
7052         previous function.
7053         (org-indent-mode): Apply renames.
7055 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
7057         * org-indent.el (org-indent-inlinetask-first-star): New
7058         variable.
7059         (org-indent-add-properties): Set the first star of inline-tasks'
7060         virtual indentation in `org-warning' face.
7062         * org-inlinetask.el (org-inlinetask-insert-task): Create a new
7063         inline-task slightly differently, so virtual indentation can
7064         be applied normally.
7066 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
7068         * org-indent.el (org-indent-initial-marker)
7069         (org-indent-initial-timer, org-indent-initial-lock): New
7070         variables.
7071         (org-indent-mode): At initialization, start an idle timer to indent
7072         the whole buffer.  When the user is asking for control, interrupt the
7073         process, and resume at the same point when idle again.
7074         (org-indent-initialize-buffer): New function.
7075         (org-indent-add-properties): Throw an interrupt when indentation of
7076         buffer is stopped during initialization.
7078 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
7080         * org-indent.el (org-indent-indent-buffer): Send more
7081         appropriate messages.
7083 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
7085         * org-indent.el (org-indent-notify-deleted-headline)
7086         (org-indent-refresh-maybe): Replace `org-indent-outline-re'
7087         with `org-outline-regexp-bol'.
7089 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
7091         * org-indent.el (org-indent-max-levels): Modify default value and
7092         add comment.
7093         (org-indent-add-properties): Pay attention to `org-indent-max'
7094         and `org-indent-max-levels' values.
7095         (org-indent-refresh-maybe): Refactor code to avoid an unnecessary
7096         save excursion.
7098 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
7100         * org-table.el (org-table-align): Remove now useless hack.
7102 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
7104         * org-indent.el (org-indent-fix-section-after-idle-time): Remove
7105         variable.
7106         (org-indent-initialize): Remove timer.
7107         (org-indent-add-properties): Refactor code.
7108         (org-indent-refresh-subtree, org-indent-refresh-section)
7109         (org-indent-refresh-buffer,org-indent-set-initial-properties): Remove
7110         functions.
7111         (org-indent-deleted-headline): New variable.
7112         (org-indent-notify-deleted-headline,org-indent-refresh-maybe): New
7113         functions.
7114         (org-indent-mode): Insert new functions into a hook.
7116 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
7118         * org-indent.el (org-indent-mode): Completely refresh buffer
7119         before starting org-indent-mode.  Also set idle timer to refresh
7120         only visible portion of buffer, and refresh the subtree instead of
7121         section when promoting or demoting it.
7122         (org-indent-add-properties): Rewrite function to proceed line by
7123         line, as required by `wrap-prefix' specificity.
7124         (org-indent-refresh-section,org-indent-refresh-subtree): Refactor.
7125         (org-indent-refresh-view): New function.
7126         (org-indent-refresh-to, org-indent-refresh-section): Removed
7127         functions.
7129         * org.el (org-unfontify-region): Do not remove prefix
7130         properties when unfontifying a region.
7132 2012-01-03  Bastien Guerry  <bzg@gnu.org>
7134         * org-colview.el (org-columns-cleanup-item): Correctly remove
7135         leading stars in items displayed in the agenda column view.
7137 2012-01-03  Bastien Guerry  <bzg@gnu.org>
7139         * org-colview.el (org-columns-display-here): Clean up items in
7140         `org-agenda-mode' too.
7141         (org-columns-cleanup-item): Take a new argument CPHR to allow
7142         passing a complex heading regexp.  Rewrite to cleanup ITEM
7143         correctly in `org-agenda-mode'.
7145 2012-01-03  Bastien Guerry  <bzg@gnu.org>
7147         * org-clock.el (org-duration-string-to-minutes)
7148         (org-minutes-to-hh:mm-string, org-hh:mm-string-to-minutes): Move
7149         from org.el.
7151 2012-01-03  Bastien Guerry  <bzg@gnu.org>
7153         * org.el (org-refile-active-region-within-subtree): New option to
7154         allow refiling a region that is part of a subtree without
7155         containing a subtree itself.  This default to `nil'.
7156         (org-refile): Use the new option.  Put point at the beginning
7157         of the region/subtree to be refiled, so that users understand
7158         what will be refiled.  Also improve the prompt to tell whether
7159         the user is refiling a region or a headline.
7161 2012-01-03  Bastien Guerry  <bzg@gnu.org>
7163         * org.el (org-properties-postprocess-alist): New option to allow
7164         postprocessing the values of properties set through
7165         `org-set-property'.
7166         (org-set-property): Use this option.
7168 2012-01-03  Bastien Guerry  <bzg@gnu.org>
7170         * org.el (org-outline-regexp, org-outline-regexp-bol): Add a
7171         docstring.
7173 2012-01-03  Bastien Guerry  <bzg@gnu.org>
7175         * org-archive.el (org-archive-to-archive-sibling): Use
7176         `org-outline-regexp' instead of `outline-regexp'.
7178 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
7180         * org.el (org-between-regexps-p): Searching up to pos may
7181         match again beginning regexp.
7183 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
7185         * org-footnote.el (org-footnote-goto-definition): Don't send
7186         erroneous message: suggested bindings might not be set outside
7187         Org.
7189 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
7191         * org-footnote.el (org-footnote-normalize): Effectively remove
7192         any footnote tag in non Org buffers, as detailled in the
7193         docstring of `org-footnote-tag-for-non-org-mode-files'.
7195 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
7197         * org-footnote.el (org-footnote-tag-for-non-org-mode-files):
7198         notify the opportunity to set the variable to the empty string.
7199         (org-footnote-normalize, org-footnote-create-definition):
7200         Carefully check for inserted newlines and presence of the
7201         footnote tag.
7203 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
7205         * org-footnote.el (org-footnote-at-definition-p): Re-use
7206         `org-footnote-definition-re'.
7208 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
7210         * org-footnote.el (org-footnote-definition-re): Remove an
7211         useless group.
7212         (org-footnote-at-definition-p): Reflect removal of the group.
7214 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
7216         * org.el (org-set-regexps-and-options): Enforce white space
7217         after todo keyword, as word boundary isn't sufficient (i.e. in
7218         matches * TODO/this).
7220 2012-01-03  Jambunathan K  <kjambunathan@gmail.com>
7222         * org-inlinetask.el (org-inlinetask-export-templates): Fixed
7223         template for html so that the exported file is valid
7224         xhtml.  Added template for odt.
7225         (org-inlinetask-export-handler): Fix typo in the regexp that
7226         trims content.  Make sure that the content is flanked by
7227         paragraph boundaries on either side.
7229 2012-01-03  Bastien Guerry  <bzg@gnu.org>
7231         * org.el (org-add-planning-info): Don't insert superfluous
7232         space when updating timestamps.
7234 2012-01-03  Bastien Guerry  <bzg@gnu.org>
7236         * org-agenda.el (org-cmp-effort): Fix docstring.
7238 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
7240         * org-list.el (org-list-full-item-re): When an item has only a
7241         bullet and no space after it, list structure would not be
7242         recognized correctly.
7244 2012-01-03  Bastien Guerry  <bzg@gnu.org>
7246         * org.el (org-overview): Use `outline-regexp' instead of
7247         `org-outline-regexp' so that global cycling using
7248         `orgstruct-mode' works outside of Org buffers.
7250 2012-01-03  Bastien Guerry  <bzg@gnu.org>
7252         * org-table.el (org-table-eval-formula): Fix missing variable
7253         in let construct.
7254         (org-table-time-string-to-seconds): Fix missing variable in
7255         let construct.
7257 2012-01-03  Michael Brand  <michael.ch.brand@gmail.com>
7259         * org-agenda.el (org-agenda-get-deadlines): Fix dfrac for the
7260         case of wdays being 0.  Don't pass wdays to
7261         org-agenda-deadline-face, like before the old fix.
7262         (org-agenda-deadline-face): Revert to old state that was without
7263         wdays.
7265 2012-01-03  Bastien Guerry  <bzg@gnu.org>
7267         * org-latex.el (org-export-latex-fixed-width): Only add one
7268         line break after exporting verbatim environments.
7270 2012-01-03  Bastien Guerry  <bzg@gnu.org>
7272         * org-mw.el (org-mw-export-lists): Fix list export.
7274 2012-01-03  Bastien Guerry  <bzg@gnu.org>
7276         * org-list.el (org-list-item-trim-br): New function.
7277         (org-list-to-generic): New parameter :nobr to use the new
7278         function.
7280 2012-01-03  David Maus  <dmaus@ictsoc.de>
7282         * org.el (org-paste-subtree): Fix wrong order of lines to move
7283         before pasting.
7285 2012-01-03  David Maus  <dmaus@ictsoc.de>
7287         * org.el (org-paste-subtree): Paste subtree above target
7288         headline if point is at bol.
7290 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
7292         * org-list.el (org-toggle-checkbox): Don't clear lim-down
7293         while used in the while loop.
7295 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
7297         * org-list.el (org-toggle-checkbox): Lim-down must be a
7298         marker.
7300 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
7302         * org.el (org-activate-code): Correct regexp so ":.*" isn't
7303         matched.
7305 2012-01-03  David Maus  <dmaus@ictsoc.de>
7307         * org-macs.el (org-with-gensyms, org-called-interactively-p)
7308         (with-silent-modifications, org-bound-and-true-p)
7309         (org-unmodified, org-re, org-preserve-lc)
7310         (org-without-partial-completion, org-with-point-at)
7311         (org-no-warnings, org-if-unprotected, org-if-unprotected-1)
7312         (org-if-unprotected-at, org-with-remote-undo)
7313         (org-no-read-only, org-save-outline-visibility)
7314         (org-with-wide-buffer, org-with-limited-levels)
7315         (org-eval-in-environment): Provide edebug specifications.
7317         * org-src.el (org-src-do-at-code-block): Dto.
7319         * org-publish.el (org-publish-with-aux-preprocess-maybe): Dto.
7321         * org-compat.el (org-xemacs-without-invisibility): Dto.
7323         * org-clock.el (org-with-clock-position, org-with-clock): Dto.
7325         * org-agenda.el (org-agenda-with-point-at-orig-entry)
7326         (org-batch-agenda, org-batch-agenda-csv)
7327         (org-batch-store-agenda-views): Dto.
7329         * ob.el (org-babel-do-in-edit-buffer)
7330         (org-babel-map-src-blocks, org-babel-map-inline-src-blocks): Dto.
7332         * ob-tangle.el (org-babel-with-temp-filebuffer): Dto.
7334         * ob-table.el (sbe): Dto.
7336         * ob-exp.el (org-babel-exp-in-export-file): Dto.
7338         * ob-comint.el (org-babel-comint-in-buffer)
7339         (org-babel-comint-with-output): Dto.
7341 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
7343         * org-inlinetask.el (org-inlinetask-export-templates): Fix
7344         docstring.
7346 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
7348         * org-inlinetask.el (org-inlinetask-insert-task): Error when
7349         trying to nest inline tasks.
7351 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
7353         * org.el (org-activate-code, org-toggle-fixed-width-section)
7354         (org-indent-line-function): Allow "[ \t]*:$" as a special case of
7355         fixed-width section.
7357 2012-01-03  David Maus  <dmaus@ictsoc.de>
7359         * org.el (org-paste-subtree): Don't eat headline when called
7360         with point at existing headline.
7362 2012-01-03  David Maus  <dmaus@ictsoc.de>
7364         * org.el (org-paste-subtree): Fix typo in variable name.
7366 2012-01-03  Jambunathan K  <kjambunathan@gmail.com>
7368         * org-inlinetask.el (org-inlinetask-export-handler): Don't
7369         export inline tasks if the current backend has provided no
7370         entries in `org-inlinetask-export-templates'.
7372 2012-01-03  Valentin Wüstholz  <wuestholz@gmail.com>  (tiny change)
7374         * org.el (org-indent-line-function): Made the way in which
7375         example blocks are indented more flexible.
7377 2012-01-03  David Maus  <dmaus@ictsoc.de>
7379         * org-agenda.el (org-batch-agenda-csv): Fix argument to append
7380         when creating final parameter alist.
7382 2012-01-03  David Maus  <dmaus@ictsoc.de>
7384         * org-agenda.el (org-batch-store-agenda-views): Use macro
7385         `org-eval-in-environment'.
7387 2012-01-03  David Maus  <dmaus@ictsoc.de>
7389         * org-agenda.el (org-batch-agenda, org-batch-agenda-csv): Use
7390         `org-eval-in-environment.
7392 2012-01-03  David Maus  <dmaus@ictsoc.de>
7394         * org-macs.el (org-make-parameter-alist): New function.  Turn
7395         flat list of alternating symbol names and values into an alist
7396         with symbol name in car and value in cdr.
7398 2012-01-03  David Maus  <dmaus@ictsoc.de>
7400         * org-agenda.el (org-agenda-with-point-at-orig-entry): Use
7401         macro `org-with-gensyms'.
7403 2012-01-03  David Maus  <dmaus@ictsoc.de>
7405         * org-macs.el (org-substitute-posix-classes): New
7406         function.  Substitute posix classes in regular expression.
7407         (org-re): Use new function.
7409 2012-01-03  David Maus  <dmaus@ictsoc.de>
7411         * org-macs.el (org-eval-in-environment): New macro.  Evaluate FORM
7412         in ENVIRONMENT.
7414 2012-01-03  David Maus  <dmaus@ictsoc.de>
7416         * org-macs.el (org-preserve-lc, org-with-point-at)
7417         (org-with-remote-undo, org-save-outline-visibility): Use new
7418         macro `org-with-gensyms'.
7420 2012-01-03  David Maus  <dmaus@ictsoc.de>
7422         * org-macs.el (org-with-gensyms): New macro.  Wrap let-binding
7423         of SYMBOLS to new uninterned symbols around BODY.
7425 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
7427         * org-inlinetask.el (org-inlinetask-export-handler): Make sure
7428         the task starts a paragraph or the HTML exporter will produce
7429         an incorrect output.
7431 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
7433         * org.el (org-return): When filling happens, `newline' can
7434         change match data, hence modifying the indent column.
7436 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
7438         * org-footnote.el (org-footnote-new): Only forbid non-inlined
7439         footnotes at column 0, as only them can be confused with a
7440         footnote definition.
7442 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
7444         * org-footnote.el (org-footnote-new): Use `ido' or `iswitchb'
7445         when available when prompted for a label.  Also rename a local
7446         variable to avoid confusion with an existing function.
7448 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
7450         * org-footnote.el (org-footnote-label-history): Removed
7451         variable
7452         (org-footnote-new): Remove call to that variable.
7454 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
7456         * org.el (org-insert-heading): With `force-heading' non-nil,
7457         inserting an heading before any headline, and just after a
7458         list would return an error.
7460 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
7462         * ob.el (org-babel-sha1-hash): Removed use of `copy-seq'.
7464 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
7466         * org-bibtex.el (org-bibtex-get): Make the "FILE" property
7467         non-special when resolving bibtex values.
7469 2012-01-03  David Maus  <dmaus@ictsoc.de>
7471         * org.el (org-back-over-empty-lines): Don't move line upward
7472         if point is at eob.
7474 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
7476         * org-footnote.el (org-footnote-in-valid-context-p): Check
7477         `org-protected' property before allowing to match a footnote.
7478         (org-footnote-at-reference-p): Remove an obsolete test.  It is now
7479         done in the previous function.
7481 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
7483         * org.el (org-between-regexps-p): Previous name implied the
7484         function was related to blocks, which isn't mandatory.
7485         (org-narrow-to-block, org-in-block-p)
7486         (org-indent-line-function): Applied the rename.
7488         * ob-exp.el (org-babel-in-example-or-verbatim): Applied
7489         rename.  Also removed a white space.
7491 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
7493         * org.el (org-in-regexps-block-p): Return an useful value when
7494         point is between START-RE and END-RE.  No incomplete block is
7495         allowed anymore.  Add another optional argument to bound the
7496         bottom part of the search.
7497         (org-narrow-to-block, org-in-block-p): Apply modifications.
7499 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
7501         * ob.el (org-babel-src-block-regexp): If a code block has a
7502         body, its last character must be a newline.
7504 2012-01-03  Nicolas Goaziou  <n.goaziou@gmail.com>
7506         * org-footnote.el (org-footnote-next-reference-or-definition):
7507         If no more footnote is found, be sure to go back to the
7508         original position.  Otherwise, point might be left on a
7509         footnote-like element that has been dished out.
7511 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
7513         * ob-exp.el (org-babel-inline-src-block-regexp): Declare this
7514         variable.
7516         * ob.el (defvar): Wrap variable declaration in
7517         `eval-when-compile'.
7519 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
7521         * ob-keys.el (org-babel-key-bindings): Bound to `C-c C-v k'.
7523 2012-01-03  Eric Schulte  <schulte.eric@gmail.com>
7525         * ob-java.el (org-babel-execute:java): Allow cmdline flags
7526         during compilation and evaluation.
7528 2011-12-06  Juanma Barranquero  <lekktu@gmail.com>
7530         * ob.el (org-babel-expand-body:generic, org-babel-number-p):
7531         * ob-ref.el (org-babel-ref-parse): Fix typos.
7533 2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
7535         * ob.el (org-babel-execute-src-block): Fix typo.
7537 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
7539         * org.el (org-link-unescape, org-link-unescape-compound): Fix typos.
7541 2011-11-20  Andreas Schwab  <schwab@linux-m68k.org>
7543         * org-list.el (org-list-send-item): Use sort instead of sort*.
7545 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
7547         * org-table.el (org-table-line-to-dline): Fix typo.
7549 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
7551         * org-agenda.el (org-agenda-add-entry-text-descriptive-links)
7552         (org-agenda-custom-commands, org-write-agenda, org-check-for-org-mode)
7553         (org-search-syntax-table, org-modify-diary-entry-string)
7554         (org-write-agenda):
7555         * org-bbdb.el (org-bbdb-anniv-export-ical):
7556         * org-bibtex.el (org-bibtex-fields):
7557         * org-icalendar.el (org-icalendar-date-time-format):
7558         * org-latex.el (org-export-latex-inline-image-extensions):
7559         * org-list.el (org-list-insert-item): Fix typos.
7561 2011-11-11  Juanma Barranquero  <lekktu@gmail.com>
7563         * org-plot.el (org-plot/gnuplot-to-grid-data): Fix typo in docstring.
7565 2011-09-27  Eli Zaretskii  <eliz@gnu.org>
7567         * org.el (org-mode): Force left-to-right paragraphs in Org
7568         buffers.  For a related discussions, see
7569         https://lists.gnu.org/archive/html/emacs-devel/2011-09/msg00349.html.
7571 2011-09-17  Juanma Barranquero  <lekktu@gmail.com>
7573         * org.el (org-toggle-pretty-entities): Fix typo in message.
7575 2011-09-02  Chong Yidong  <cyd@stupidchicken.com>
7577         * org-compat.el (org-pop-to-buffer-same-window): Deleted.
7579         * ob-ref.el (org-babel-ref-goto-headline-id):
7580         * org.el (org-get-location, org-tree-to-indirect-buffer)
7581         (org-mark-ring-goto, org-refile, org-add-log-note)
7582         (org-revert-all-org-buffers, org-switchb)
7583         (org-cycle-agenda-files, org-submit-bug-report)
7584         (org-goto-marker-or-bmk):
7585         * org-agenda.el (org-prepare-agenda, org-agenda-switch-to):
7586         * org-capture.el (org-capture-goto-target)
7587         (org-capture-fill-template):
7588         * org-clock.el (org-clock-goto):
7589         * org-ctags.el (org-ctags-visit-buffer-or-file):
7590         * org-exp.el (org-export-as-org):
7591         * org-feed.el (org-feed-show-raw-feed):
7592         * org-html.el (org-export-htmlize-generate-css):
7593         * org-id.el (org-id-goto):
7594         * org-irc.el (org-irc-visit-erc):
7595         * org-mobile.el (org-mobile-apply):
7596         * org-publish.el (org-publish-org-to, org-publish-find-date):
7597         * org-remember.el (org-go-to-remember-target):
7598         * org-src.el (org-src-switch-to-buffer)
7599         (org-edit-fixed-width-region): Use switch-to-buffer.
7601 2011-08-31  Martin Rudalics  <rudalics@gmx.at>
7603         * org-compat.el (org-pop-to-buffer-same-window): Remove LABEL
7604         argument from pop-to-buffer-same-window call.
7606 2011-07-30  Carsten Dominik  <carsten.dominik@gmail.com>
7608         * ob.el (org-babel-src-block-regexp): If a code block has a body,
7609         its last character must be a newline.
7611 2011-07-28  Bastien Guerry  <bzg@gnu.org>
7613         * org-pcomplete.el: New file.  Rename from org-complete.el.
7614         * org-complete.el: Delete file.
7616 2011-07-28  Bastien Guerry  <bzg@gnu.org>
7618         * org-publish.el (org-publish-index-generate-theindex): Rename
7619         from `org-publish-index-generate-theindex.inc'.  Use the file
7620         theindex.org directly instead of including theindex.inc.
7621         (org-publish-projects): Don't delete .orgx files.
7622         (org-publish-aux-preprocess): Use .file.orgx.
7624 2011-07-28  Bastien Guerry  <bzg@gnu.org>
7626         * org-html.el (org-export-html-preamble-format): New default for
7627         the HTML preamble: don't include the title.  Also improve the
7628         docstring.
7629         (org-export-html-postamble-format): Improve the docstring.
7630         (org-export-as-html): Add the title within the "content" div.
7631         This is necessary for interaction with the org-info.js script.
7633 2011-07-28  Michael Brand  <michael.ch.brand@gmail.com>
7635         * org-table.el (org-table-edit-field): Display field coordinates.
7637 2011-07-28  Bastien Guerry  <bzg@gnu.org>
7639         * org-publish.el (org-publish-find-title): Bugfix: kill buffers
7640         unless they were already visited.
7641         (org-sitemap-sort-files, org-sitemap-sort-folders)
7642         (org-sitemap-ignore-case, org-sitemap-requested)
7643         (org-sitemap-date-format, org-sitemap-file-entry-format): Use
7644         a correct prefix.
7645         (org-publish-projects): Make sure to delete .orgx files.
7646         (org-publish-index-generate-theindex.inc): Small docstring fix.
7648 2011-07-28  Bastien Guerry  <bzg@gnu.org>
7650         * org-table.el (org-table-duration-custom-format): New defcustom
7651         to select output format of durations computations.
7652         (org-table-time-seconds-to-string): Use the new variable.
7653         (org-table-eval-formula): Allow `t' as a flag, on top of `T'.  `t'
7654         will use the custom output format defined in
7655         `org-table-duration-custom-format'.
7657 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
7659         * org-list.el: Search blank lines down to the end of the item
7660         instead of stopping at the item, in order to possibly match such
7661         lines within the item.
7663 2011-07-28  Bastien Guerry  <bzg@gnu.org>
7665         * org-latex.el (org-export-latex-href-format): Docstring fix to
7666         reflect the fact that you can use only one "%s".
7667         (org-export-latex-links): Allow `org-export-latex-href-format' to
7668         have only one "%s".
7670 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
7672         * org.el (org-org-menu): Add `org-copy-visible' to the menu.
7674 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
7676         * org.el (org-copy-visible): New command.
7678 2011-07-28  Bastien Guerry  <bzg@gnu.org>
7680         * org-capture.el (org-capture-templates): Docstring fix.
7682 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
7684         * ob.el (org-babel-view-src-block-info): New function to inspect
7685         code blocks.
7687         * ob-keys.el (org-babel-key-bindings): Key bindings for
7688         `org-babel-view-src-block-info'.
7690 2011-07-28  Bastien Guerry  <bzg@gnu.org>
7692         * org-exp.el (org-infile-export-plist): Handle recursively
7693         included setup files.  The value of the last included file always
7694         takes precedence over previous values.
7696 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
7698         * org.el (org-timestamp-change): Keep point in the same category
7699         when updating a time-stamp.  This requires to be careful, as,
7700         depending on the locale, name of day might change of length during
7701         the process.
7703 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
7705         * org-footnote.el (org-footnote-create-definition): When skipping
7706         already written footnotes definition, the algorithme would assume
7707         each one was only one-line long.
7709 2011-07-28  Bastien Guerry  <bzg@gnu.org>
7711         * org-table.el (org-table-eval-formula): Fix bug when a formula
7712         "range" is just one cell.
7713         (org-table-time-string-to-seconds): Don't check whether we
7714         manipulate a string.
7716 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
7718         * org-exp.el (org-export-mark-list-end)
7719         (org-export-mark-list-properties): Don't remove the ending regexp
7720         when it consists in blank lines.
7722         * org-list.el (org-list-parse-list): Ditto, but remove it
7723         completely when it isn't made of blank lines (i.e. during export
7724         process).
7726 2011-07-28  Bastien Guerry  <bzg@gnu.org>
7728         * org-table.el (org-table-time-string-to-seconds): Match either
7729         HH:MM:SS or HH:MM (instead of MM:SS).
7731 2011-07-28  Bastien Guerry  <bzg@gnu.org>
7733         * org.el (org-ctrl-c-ctrl-c-final-hook): New hook to be run when
7734         `org-ctrl-c-ctrl-c' cannot do anything useful in the given
7735         context.
7737 2011-07-28  Bastien Guerry  <bzg@gnu.org>
7739         * org-html.el (org-export-html-with-timestamp)
7740         (org-export-html-html-helper-timestamp): These are obsolete
7741         variables as of Org version 7.7 as you can already export the
7742         timestamp from the preamble or the postamble.
7743         (org-export-html-before-content-div): Delete variable.
7744         (org-export-html-content-div): Obsolete variable as of 7.7.
7745         (org-export-html-divs): New variable to define divs used in
7746         HTML export.
7747         (org-export-as-html): Now the preamble and the postamble are
7748         surrounded by a <div ...>.  The name of the div is defined through
7749         `org-export-html-divs'.
7751 2011-07-28  Bastien Guerry  <bzg@gnu.org>
7753         * org-table.el (org-table-eval-formula): Throw an error when
7754         trying to replace complex range with invalid references.
7756 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
7758         * org-macs.el (org-with-limited-levels): Some functions, like
7759         `org-back-to-heading', being deeply based on outline-mode, still
7760         refer to `outline-regexp' instead of `org-outline-regexp'.
7762 2011-07-28  Bastien Guerry  <bzg@gnu.org>
7764         * org.el (org-refile-get-targets): New optional argument
7765         `excluded-entries' to exclude entries from the targets.
7766         (org-refile-get-location): From an org-mode buffer, exclude
7767         current heading and subheadings from the list of targets when
7768         `org-refile-use-cache' is nil.
7770 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
7772         * org.el (org-imenu-get-tree): Headlines start at bol.
7774 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
7776         * ob-maxima.el: New file.  Fixed self-proclaimed file name.
7778 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
7780         * ob.el (org-babel-sha1-hash): Only call `copy-seq' on proper
7781         lists.
7783 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
7785         * org.el (org-kill-is-subtree-p): Matched string needs to start at
7786         bol.
7788 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
7790         * org.el (org-paste-subtree, org-kill-is-subtree-p)
7791         (org-yank-folding-would-swallow-text, org-yank-generic): Use
7792         `org-with-limited-levels' macro.
7794 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
7796         * org-macs.el (org-with-limited-levels): Also modify, when
7797         appropriate, `org-outline-regexp-at-bol'.
7799 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
7801         * org.el (org-timestamp-change): Some locales don't use the same
7802         length for date abbreviations.  Set a marker at origin in case
7803         length of new timestamp is different.
7805 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
7807         * org.el (org-imenu-get-tree): Browse only true headlines.
7809 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
7811         * org-archive.el (org-archive-subtree): While it might be possible
7812         to archive an headline of a temporary buffer (i.e. not visiting a
7813         file), it wouldn't be really sensible.
7815 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
7817         * org-archive.el (org-extract-archive-file)
7818         (org-extract-archive-heading, org-archive-subtree):
7819         `buffer-file-name' is nil in an indirect buffer.  Thus, use
7820         `(buffer-file-name (buffer-base-buffer))', which will, in any
7821         case, return the file name.
7823 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
7825         * org-capture.el (org-capture): If dired isn't loaded,
7826         `dired-buffers' isn't defined, and %F will fail.
7828 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
7830         * ob-java.el (org-babel-execute:java): Don't create empty package
7831         directories.
7833 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
7835         * ob-java.el: New file.
7837 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
7839         * ob.el (org-babel-execute-src-block): Replace call to defunct
7840         function `org-babel-result-hash'.
7842 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
7844         * org-footnote.el (org-footnote-in-valid-context-p): Avoid cited
7845         lines and headers in `message-mode'.
7846         (org-footnote-at-reference-p): Remove check for cited lines, this
7847         is now handled by the previous function.  Refactor.
7849 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
7851         * org-capture.el (org-capture): If no file is associated to
7852         current buffer, check dired buffer and try to retrieve a possibly
7853         directory associated.
7855 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
7857         * ob-exp.el (org-babel-exp-results): Resolve hashes in the current
7858         (not original) file buffer.
7860         * ob.el (org-babel-current-result-hash): More informative name,
7861         and remove useless optional argument.
7863 2011-07-28  Bastien Guerry  <bzg@gnu.org>
7865         * org.el (org-refile-get-location): Exclude current heading from
7866         the refile table.
7868 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
7870         * org-footnote.el (org-footnote-at-reference-p): Test if match is
7871         in cited text, when replying to a message.
7872         (org-footnote-new): Do not create a new footnote at bol, as it
7873         might be seen as a definition.
7874         (org-footnote-at-definition-p): Ignore definitions in forbidden
7875         blocks, as it is already the case for references.
7877 2011-07-28  Matt Lundin  <mdl@imapmail.org>
7879         * org-bibtex.el (org-bibtex-create, org-bibtex-write): Change
7880         argument of `org-toggle-tag' to 'on.  (Other arguments, e.g., t,
7881         have no effect).
7883 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
7885         * org-bibtex.el (org-bibtex-get): Don't let trimming turn nils
7886         into empty strings.
7888 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
7890         * org-list.el (org-list-insert-item): Actualize code comments.
7891         (org-insert-item): For consistency, point cannot be moved at a
7892         surprising place when the user is being asked to choose a new
7893         description term to insert in the list.  Point should stay where
7894         the user called the command.
7896 2011-07-28  Bastien Guerry  <bzg@gnu.org>
7898         * org-toc.el (org-toc-before-first-heading-p, org-toc-show)
7899         (org-toc-get-headlines-status): Use `org-outline-regexp-bol'.
7901 2011-07-28  Bastien Guerry  <bzg@gnu.org>
7903         * org.el (org-outline-regexp-bol): New defconst.
7904         (org-outline-level, org-set-font-lock-defaults, org-cycle)
7905         (org-overview, org-content, org-flag-drawer)
7906         (org-first-headline-recenter, org-insert-todo-heading)
7907         (org-map-region, org-move-subtree-down, org-paste-subtree)
7908         (org-kill-is-subtree-p, org-context-p, org-refile)
7909         (org-refile-new-child, org-toggle-comment, org-todo)
7910         (org-add-planning-info, org-add-log-setup, org-scan-tags)
7911         (org-set-tags, org-insert-property-drawer)
7912         (org-prepare-agenda-buffers, org-preview-latex-fragment)
7913         (org-speed-command-default-hook, org-check-for-hidden)
7914         (org-toggle-item, org-toggle-heading)
7915         (org-indent-line-function, org-set-autofill-regexps)
7916         (org-fill-paragraph, org-toggle-fixed-width-section)
7917         (org-yank-generic, org-yank-folding-would-swallow-text)
7918         (org-first-sibling-p, org-goto-sibling)
7919         (org-goto-first-child, org-show-entry): Use
7920         `org-outline-regexp' and `org-outline-regexp-bol'.
7922 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
7924         * org.el (org-update-parent-todo-statistics): COOKIE_DATA should
7925         be checked for parent, not current headline.  Also, this function
7926         doesn't need to be interactive.
7928 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
7930         * org-list.el (org-list-send-item, org-list-struct-apply-struct)
7931         (org-apply-on-list, org-toggle-checkbox): Make markers point
7932         nowhere when they have become useless.
7934 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
7936         * org-list.el (org-list-insert-item): When insertion point is in
7937         some white line after the end of the list, remove all unnecessary
7938         white lines there before proceeding.  Also refactor a snippet of
7939         code.
7941 2011-07-28  Bastien Guerry  <bzg@gnu.org>
7943         * org-latex.el (org-export-latex-image-default-option): Change
7944         default value.
7946 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
7948         * org.el (org-fontify-meta-lines-and-blocks-1): Blocks cannot be
7949         correctly fontified when the buffer is missing a final newline.
7951 2011-07-28  Bastien Guerry  <bzg@gnu.org>
7953         * ob.el (org-babel-strip-protective-commas): Return `nil' instead
7954         of an error if no argument is given.
7955         (org-babel-parse-src-block-match): Make sure body is defined in
7956         the let construct.
7958 2011-07-28  Jon Anders Skorpen  <jonas@ifi.uio.no>  (tiny change)
7960         * org-publish.el (org-publish-cache-file-needs-publishing): Regexp
7961         did not find includes with double quoted file names.
7963 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
7965         * org-footnote.el (org-footnote-normalize): Footnote section
7966         should be inserted only if there are footnotes to insert.
7968 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
7970         * org-footnote.el (org-footnote-at-definition-p)
7971         (org-footnote-normalize): Do not grab signature in the definition
7972         of the last footnote.
7974 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
7976         * org-bibtex.el (org-babel-trim): Declare this function to the
7977         compiler.
7978         (org-bibtex-get): Trimming whitespace off of bibtex fields read from
7979         properties.
7981 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
7983         * org-exp.el (org-export-preprocess-string): Add the possibility
7984         to call recursively the function.  Also change order of some
7985         function calls.  Comment export process for footnotes.
7987         * org-footnote.el (org-footnote-normalize): Change the export
7988         specific parameter to hold properties of export.  Thus, the
7989         function can send every footnote definition in the buffer through
7990         `org-export-process-string'.
7992 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
7994         * org-latex.el (org-export-latex-preprocess): First insert
7995         footnotes in the temporary buffer so their contents can properly
7996         be protected from further transformations if required.
7998 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
8000         * org-list.el (org-list-indent-offset): New variable.
8001         (org-list-struct-fix-ind): Make use of the new variable.
8003 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
8005         * org-latex.el (org-export-latex-list-parameters): Complete
8006         default value with cbtrans option.
8008         * org-list.el (org-list-to-latex): Set a more consistent default
8009         value.
8011 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
8013         * org-list.el (org-list-swap-items): Move it to a meaningful
8014         position in source code (i.e. before any function using it), and
8015         rename it to an easier name.
8017 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
8019         * org-list.el (org-list-separating-blank-lines-number): If there
8020         are blank lines already in the whole list, add a blank line.
8022 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
8024         * org-list.el (org-list-use-circular-move): New variable.
8025         (org-previous-item, org-next-item): Make use of the new variable.
8026         (org-move-item-down, org-move-item-up): Make use of the new
8027         variable.  Simplify code.
8029 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
8031         * org-list.el (org-list-delete-item, org-list-send-item): New
8032         functions.
8034 2011-07-28  Bastien Guerry  <bzg@gnu.org>
8036         * org-agenda.el (org-agenda-bulk-custom-functions): New variable
8037         for custom bulk action functions.
8038         (org-agenda-bulk-action): Use it.
8040 2011-07-28  Bastien Guerry  <bzg@gnu.org>
8042         * org-latex.el (org-export-latex-quotes): New defcustom.
8043         (org-export-latex-quotation-marks): Use it.
8045 2011-07-28  Bastien Guerry  <bzg@gnu.org>
8047         * org-capture.el (org-capture-finalize): Bugfix about inserted
8048         blank line when killing the capture buffer and
8049         `org-blank-before-new-entry' tells to not insert anything before a
8050         heading.
8052 2011-07-28  Bastien Guerry  <bzg@gnu.org>
8054         * org-html.el (org-export-html-content-div): Rename from
8055         `org-export-content-div'.
8056         (org-export-as-html): Use new name.
8058 2011-07-28  Bastien Guerry  <bzg@gnu.org>
8060         * org-latex.el (org-export-latex-header-defs-re): Delete.
8062 2011-07-28  Bastien Guerry  <bzg@gnu.org>
8064         * org.el (org-last-set-property): New variable.
8065         (org-read-property-name): Use the new variable: the prompt
8066         defaults to the last property set, unless there is a property in
8067         the line at point.
8069 2011-07-28  David Maus  <dmaus@ictsoc.de>
8071         * org-capture.el (org-capture-before-finalize-hook)
8072         (org-capture-after-finalize-hook, org-capture-mode-map)
8073         (org-capture-mode, org-capture-goto-last-stored): Fix docstring,
8074         consistently refer to capture, not remember.
8076 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
8078         * ob-clojure.el (org-babel-execute:clojure): Respects "scalar" and
8079         "verbatim" results params.
8081 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
8083         * ob-awk.el (org-babel-execute:awk): Use "verbatim" as synonym for
8084         "scalar".
8086         * ob-sh.el (org-babel-sh-evaluate): Use "verbatim" as synonym for
8087         "scalar".
8089         * ob-sqlite.el (org-babel-execute:sqlite): Use "verbatim" as
8090         synonym for "scalar".
8092         * ob.el (org-babel-merge-params): Use "verbatim" as synonym for
8093         "scalar".
8095 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
8097         * ob.el (org-babel-script-escape): Parse odd parens when nested
8098         isnide lists.
8100 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
8102         * ob-clojure.el (org-babel-execute:clojure): No longer force
8103         results into elisp if they don't naturally fit.
8105 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
8107         * ob-clojure.el (org-babel-execute:clojure): Stop re-reading
8108         already parsed lisp results.
8110 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
8112         * org-list.el (org-plain-list-ordered-item-terminator): Remove
8113         incorrect assumption.
8115 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
8117         * org-footnote.el (org-footnote-forbidden-blocks): Add missing
8118         exporter specific blocks.
8120         * org-list.el (org-list-forbidden-blocks): Ditto.
8122 2011-07-28  Bastien Guerry  <bzg@gnu.org>
8124         * org-latex.el (org-export-latex-tables): Bugfix: remove
8125         properties from fields.
8127 2011-07-28  Bastien Guerry  <bzg@gnu.org>
8129         * org.el (org-shiftcontrolup, org-shiftcontroldown): New commands
8130         to use `org-clock-timestamps-change'.
8132 2011-07-28  Bastien Guerry  <bzg@gnu.org>
8134         * org.el (org-timestamp-up, org-timestamp-down): Mention time
8135         changes in the docstring.
8137 2011-07-28  Bastien Guerry  <bzg@gnu.org>
8139         * org-clock.el (org-clock-remove-empty-clock-drawer): New function
8140         to remove empty clock drawer.
8141         (org-clock-out-hook): Add the new function as a hook.
8143 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
8145         * org-list.el (org-list-in-valid-context-p): Use `org-in-block-p'.
8147 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
8149         * org.el (org-in-block-p): New function.
8151         * org-footnote.el (org-footnote-forbidden-blocks): New variable.
8152         (org-footnote-in-valid-context-p): New function.
8153         (org-footnote-at-reference-p): Use new function.  Allow inline
8154         footnotes to start at bol.
8156 2011-07-28  Bastien Guerry  <bzg@gnu.org>
8158         * org-lparse.el (org-lparse-use-flashy-warning): New defcustom.
8159         (org-lparse-warn): Use it.
8161 2011-07-28  Bastien Guerry  <bzg@gnu.org>
8163         * org-ascii.el (org-export-as-utf8): Fix call to
8164         `org-called-interactively-p': it requires an argument.  Also fix
8165         the docstring.
8167 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
8169         * ob-lilypond.el (show-all): Declaring function from outline.el.
8170         (org-babel-default-header-args:lilypond): Declared.
8171         (ly-process-basic): Use the appropriate prefix for the temporary
8172         file, and don't call a function from ob-dot.el.
8173         (ly-version): Let-bind a free variable.
8175 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
8177         * ob-lilypond.el: New file.
8179 2011-07-28  Bastien Guerry  <bzg@gnu.org>
8181         * org-publish.el
8182         (org-publish-cache-file-needs-publishing): Only check against .org
8183         files.
8185 2011-07-28  Bastien Guerry  <bzg@gnu.org>
8187         * org.el (org-mode): Use `org-default' as the default face in
8188         org-mode.
8190 2011-07-28  Bastien Guerry  <bzg@gnu.org>
8192         * org-publish.el
8193         (org-publish-cache-file-needs-publishing): Takes care of more
8194         recently included files, returning `t' in case the file including
8195         them needs to be republished.
8197 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
8199         * org-exp.el (org-export-preprocess-string): If the last subtree
8200         is a task, footnotes may be removed along with the subtree.  This
8201         patch ensures footnotes are put at the end of the buffer after the
8202         subtree has been removed.
8204 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
8206         * org-footnote.el (org-footnote-at-reference-p): Verify that what
8207         looks like a footnote doesn't belong to a link.
8208         (org-footnote-next-reference-or-definition): Check more strictly
8209         footnote definitions.
8211 2011-07-28  Deech  <deech@deech-ThinkPad-X200.(none)>  (tiny change)
8213         * ob-tangle.el (org-babel-tangle): Ignore errors thrown by
8214         language modes.
8216 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
8218         * ob-python.el (org-babel-python-evaluate-session): Inhibit return
8219         of the eoe string during session evaluation.
8221 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
8223         * ob-python.el (org-babel-python-evaluate-session): Enough
8224         newlines to ensure a return when ":results output :session".
8226 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
8228         * ob-python.el (org-babel-python-evaluate-session): Introduced a
8229         new local function for sending input with a slight delay to allow
8230         pythong to re-draw the prompt.  No longer removing newlines inside
8231         code block bodies (was due to a defective regexp).
8233 2011-07-28  Bastien Guerry  <bzg@gnu.org>
8235         * org-table.el (org-table-time-seconds-to-string): Use
8236         `org-format-seconds' instead of `format-seconds'.
8238 2011-07-28  David Maus  <dmaus@ictsoc.de>
8240         * org-publish.el (org-publish-cache-ctime-of-src): Properly handle
8241         relative symlinks.
8243 2011-07-28  David Maus  <dmaus@ictsoc.de>
8245         * org-latex.el (org-export-latex-preprocess): Use function
8246         argument instead of dynamically scoped symbol.
8248 2011-07-28  David Maus  <dmaus@ictsoc.de>
8250         * org-freemind.el (org-freemind-convert-links-helper)
8251         (org-freemind-convert-text-p, org-freemind-write-mm-buffer)
8252         (org-freemind-get-node-style): Use org-string-match-p for backward
8253         compatibility with Emacs 22.
8255 2011-07-28  David Maus  <dmaus@ictsoc.de>
8257         * org-html.el (org-export-html-protect-char-alist): Add missing
8258         :group keyword in defcustom.
8260 2011-07-28  David Maus  <dmaus@ictsoc.de>
8262         * ob-haskell.el (org-babel-haskell-export-to-lhs): Call
8263         `kill-buffer' with argument indiciating to kill current
8264         buffer.  Emacs 22 compatibility.
8266 2011-07-28  David Maus  <dmaus@ictsoc.de>
8268         * org-macs.el (org-without-partial-completion): Toggle
8269         partial-completion-mode only if it is turned on.
8271 2011-07-28  Bastien Guerry  <bzg@gnu.org>
8273         * org.el (org-add-planning-info): Fix issues with timestamps not
8274         being inserted at the same position.
8276 2011-07-28  Bastien Guerry  <bzg@gnu.org>
8278         * org-table.el (org-table-time-string-to-seconds)
8279         (org-table-time-seconds-to-string): New functions.
8280         (org-table-eval-formula): Implement the "T" (time) flag for
8281         computing durations.
8283 2011-07-28  Jambunathan K  <kjambunathan@gmail.com>
8285         * org.el (org-modules): Add org-lparse and org-odt as contrib
8286         modules.
8288 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
8290         * org.el (org-fontify-meta-lines-and-blocks-1): Include header
8291         lines.
8292         (org-additional-option-like-keywords): Include data as a synonym
8293         for results.
8295 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
8297         * ob.el (org-babel-sha1-hash): Improving code layout and removing
8298         export-variable headers in cache sha1.
8300 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
8302         * ob-ref.el (org-babel-ref-goto-headline-id): Don't let `org-id'
8303         rescan all IDs when trying to resolve a reference.
8305 2011-07-28  Julien Barnier  <julien@nozav.org>
8307         * org.el (org-fontify-meta-lines-and-blocks-1): Fix test for src
8308         blocks lang attribute.
8310 2011-07-28  Eric S Fraga  <e.fraga@ucl.ac.uk>
8312         * org-latex.el (org-export-latex-timestamp-inactive-markup): New
8313         option to allow different markup for inactive timestamps.
8315 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
8317         * ob-org.el (org-babel-expand-body:org): Implemented this
8318         function, only action is to expand variables.
8319         (org-babel-execute:org): Uses the new body-expansion function.
8321 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
8323         * org-list.el (org-list-full-item-re): Allow counter and check-box
8324         to be separated by white spaces.
8325         (org-list-struct-apply-struct): Reflect changes made to
8326         `org-list-full-item-re'.
8328         * org-html.el (org-html-export-list-line): Recognize spaces
8329         between counter and check-boxes as valid.
8331         * org-docbook.el (org-export-docbook-list-line): Ditto.
8333 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
8335         * org-list.el (org-list-insert-item): Make sure point is moved to
8336         the specified POS before starting the function.
8338 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
8340         * org.el (org-activate-footnote-links): Properly fontify inline
8341         footnotes.
8342         (org-set-font-lock-defaults): Apply changes to previous function.
8344 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
8346         * org-footnote.el (org-footnote-at-reference-p): First check if
8347         point is at the beginning of a footnote.  Indeed `org-in-regexp'
8348         first checks backwards and might find an incorrect footnote if
8349         they are side-by-side.
8351 2011-07-28  Michael Brand  <michael.ch.brand@gmail.com>
8353         * org-agenda.el (org-agenda-compact-blocks): Improve docstring.
8354         (org-agenda-block-separator): Add nil to docstring and customization.
8355         (org-prepare-agenda): Skip agenda block separator additionally if
8356         `org-agenda-block-separator' is nil.
8357         (org-agenda-overriding-header): Improve docstring.
8359 2011-07-28  Bastien Guerry  <bzg@gnu.org>
8361         * org.el (org-set-tags): Remove useless
8362         `org-without-partial-completion'.
8364 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
8366         * org-footnote.el (org-fill-paragraph): Declare function for the
8367         compiler.
8369 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
8371         * ob-ref.el (org-narrow-to-subtree): Declare unknown function.
8373 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
8375         * ob.el (org-babel-inline-lob-one-liner-regexp): Declare variable
8376         to appease compiler.
8378 2011-07-28  Michael Markert  <markert.michael@googlemail.com>
8380         * ob.el (org-babel-sha1-hash): Adding optional argument KIND to
8381         all `org-called-interactively-p' function invocations.
8383         * org-agenda.el (org-agenda-redo): Adding optional argument KIND
8384         to all `org-called-interactively-p' function invocations.
8385         (org-agenda-show-1): Adding optional argument KIND to all
8386         `org-called-interactively-p' function invocations.
8387         (org-agenda-set-tags): Adding optional argument KIND to all
8388         `org-called-interactively-p' function invocations.
8390         * org-ascii.el (org-export-as-latin1): Adding optional argument
8391         KIND to all `org-called-interactively-p' function invocations.
8392         (org-export-as-latin1-to-buffer): Adding optional argument KIND to
8393         all `org-called-interactively-p' function invocations.
8394         (org-export-as-utf8-to-buffer): Adding optional argument KIND to all
8395         `org-called-interactively-p' function invocations.
8396         (org-export-region-as-ascii): Adding optional argument KIND to all
8397         `org-called-interactively-p' function invocations.
8399         * org-docbook.el (org-export-region-as-docbook): Adding optional
8400         argument KIND to all `org-called-interactively-p' function
8401         invocations.
8403         * org-html.el (org-export-region-as-html): Adding optional
8404         argument KIND to all `org-called-interactively-p' function
8405         invocations.
8407         * org-latex.el (org-export-region-as-latex): Adding optional
8408         argument KIND to all `org-called-interactively-p' function
8409         invocations.
8411         * org-table.el (org-table-blank-field): Adding optional argument
8412         KIND to all `org-called-interactively-p' function invocations.
8413         (org-table-current-column): Adding optional argument KIND to all
8414         `org-called-interactively-p' function invocations.
8415         (org-table-current-dline): Adding optional argument KIND to all
8416         `org-called-interactively-p' function invocations.
8417         (org-table-sort-lines): Adding optional argument KIND to all
8418         `org-called-interactively-p' function invocations.
8419         (org-table-sum): Adding optional argument KIND to all
8420         `org-called-interactively-p' function invocations.
8421         (org-table-rotate-recalc-marks): Adding optional argument KIND to
8422         all `org-called-interactively-p' function invocations.
8423         (org-table-eval-formula): Adding optional argument KIND to all
8424         `org-called-interactively-p' function invocations.
8425         (orgtbl-send-table): Adding optional argument KIND to all
8426         `org-called-interactively-p' function invocations.
8428         * org.el (org-mode): Adding optional argument KIND to all
8429         `org-called-interactively-p' function invocations.
8430         (org-copy-subtree): Adding optional argument KIND to all
8431         `org-called-interactively-p' function invocations.
8432         (org-paste-subtree): Adding optional argument KIND to all
8433         `org-called-interactively-p' function invocations.
8434         (org-store-link): Adding optional argument KIND to all
8435         `org-called-interactively-p' function invocations.
8436         (org-todo): Adding optional argument KIND to all
8437         `org-called-interactively-p' function invocations.
8438         (org-occur): Adding optional argument KIND to all
8439         `org-called-interactively-p' function invocations.
8441 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
8443         * org-footnote.el (org-footnote-action): Offer to create
8444         definition when none is found.
8446 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
8448         * org-footnote.el (org-footnote-re): Avoid matching inactive
8449         time-stamps or check-box cookies.
8450         (org-footnote-next-reference-or-definition): Adapt to the new regexp.
8452 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
8454         * org-exp.el (org-export-preprocess-string): If the last subtree
8455         is commented, footnotes inserted during normalizing at the end of
8456         the buffer may get deleted.  This patch ensures deletion comes
8457         first, normalization second.
8459 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
8461         * org-exp.el (org-export-footnotes-data): Change docstring.
8462         (org-export-footnotes-seen): Rename from
8463         org-export-footnotes-markers.
8465         * org-ascii.el (org-export-as-ascii): Apply change.
8467         * org-docbook.el (org-export-as-docbook): Apply change.
8469         * org-footnote.el (org-footnote-normalize): Apply change.
8471         * org-html.el (org-export-as-html): Apply change.
8473         * org-latex.el (org-export-as-latex): Apply change.
8475 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
8477         * org-latex.el (org-export-latex-preprocess): Rely on
8478         `org-export-footnotes-markers' to retrieve definition of the
8479         current footnote during export.
8481 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
8483         * org-footnote.el (org-footnote-normalize): Remember footnotes
8484         seen so far by the exporter when choosing the new marker.
8486 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
8488         * org-footnote.el (org-footnote-normalize): Make use of
8489         `org-footnote-insert-pos-for-preprocessor'.
8491 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
8493         * org-footnote.el (org-footnote-normalize): Add `org-footnote'
8494         property to footnote markers when preparing for exportation.
8496         * org-html.el (org-export-as-html): Read new property to decide
8497         when to export a footnote.
8499         * org-docbook.el (org-export-as-docbook): Read new property to
8500         decide when to export a footnote.
8502         * org-latex.el (org-export-latex-preprocess): Ensure footnote at
8503         column 0 cannot end a list containing it by adding
8504         `original-indentation' property to it.
8506 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
8508         * org-exp.el (org-export-preprocess-string): Normalize footnotes
8509         before marking lists ending.
8511         * org-latex.el (org-export-latex-preprocess): Work with labels as
8512         strings and not as numbers.
8514 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
8516         * org-docbook.el (org-export-docbook-footnote-separator): New
8517         variable.
8518         (org-export-as-docbook): Add a separator between footnotes.
8520         * org-html.el (org-export-html-footnote-separator): New variable.
8521         (org-export-as-html): Add a separator between footnotes.
8523         * org-latex.el (org-export-latex-footnote-separator): New
8524         variable.
8525         (org-export-latex-preprocess): Add a separator between footnotes.
8527 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
8529         * org-exp.el (org-export-footnotes-markers)
8530         (org-export-footnotes-data): New variables.
8531         (org-export-preprocess-string): Use a more explicit argument.
8533 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
8535         * org-footnote.el (org-footnote-goto-definition): Now, determining
8536         if point is at a footnote reference is entirely determined by
8537         `org-footnote-at-reference-p'.  No need to check if pattern isn't
8538         at beginning of the line elsewhere.
8540 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
8542         * org-footnote.el (org-footnote-next-reference-or-definition): New
8543         function.
8545         * org.el (org-activate-footnote-links): Activate the whole
8546         footnote, but only fontify its label.
8548 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
8550         * org-footnote.el (org-footnote-normalize): Make use of changes to
8551         `org-footnote-at-reference-p' and creation of various functions..
8552         Also comment code.
8553         (org-footnote-get-next-reference, org-footnote-delete-references)
8554         (org-footnote-delete-definitions): New functions.
8555         (org-footnote-goto-previous-reference, org-footnote-all-labels)
8556         (org-insert-footnote-reference-near-definition, org-footnote-delete):
8557         Rewrite to use org-footnote-get-next-reference.
8559 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
8561         * org-footnote.el (org-footnote-re): Don't end an inline footnote
8562         at unrelated closing square brackets.
8563         (org-footnote-at-reference-p): Improve accuracy of the function to
8564         determine if point is at a reference and to extract definition of an
8565         inline footnote.
8566         (org-footnote-all-labels, org-footnote-action, org-footnote-delete)
8567         (org-footnote-auto-adjust-maybe): Make use of previous function.
8569 2011-07-28  Bastien Guerry  <bzg@gnu.org>
8571         * org.el (org-deadline, org-schedule):
8572         keep warning cookie when rescheduling/redeadlining.
8573         (org-time-stamp): Fix problem with warning cookie.
8575 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
8577         * ob-clojure.el (org-babel-execute:clojure): Force escaping of
8578         clojure source into elisp source.
8580 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
8582         * ob.el (org-babel-script-escape): Treats {} in the same manner as
8583         [] and allows for forcing string conversion.
8585 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
8587         * org-exp.el (org-export-select-backend-specific-text): Strip
8588         protective commas from literal code blocks.
8590 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
8592         * ob-ref.el (org-babel-ref-goto-headline-id): Fix bug.
8594 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
8596         * ob-ref.el (org-babel-ref-goto-headline-id): Split out into its
8597         own function.
8598         (org-babel-ref-headline-body): Split out into its own function.
8599         (org-babel-ref-resolve): Using new functions, and alignment.
8601         * ob.el (org-babel-ref-goto-headline-id): Declare function.
8602         (org-babel-ref-headline-body): Declare function.
8603         (org-babel-expand-noweb-references): Now expands noweb references to
8604         headlines during expansion.
8606 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
8608         * ob-ref.el (org-babel-ref-resolve): Now resolves references to
8609         headlines by either global or custom id, in which case the
8610         contents of the headline are returned literally.
8612 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
8614         * ob-exp.el (org-babel-in-example-or-verbatim): Also check for in
8615         verbatim emphasis.
8616         (org-babel-exp-lob-one-liners): Cleaner checking for escaped call
8617         lines.
8619 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
8621         * org-list.el (org-cycle-item-indentation): Cycling back to
8622         original position deleted any additional information in the item,
8623         like a counter or a tag.
8625 2011-07-28  Pieter Praet  <pieter@praet.org>
8627         * org-crypt.el (org-crypt-disable-auto-save): New defcustom.
8628         (org-decrypt-entry): Before decrypting, check whether
8629         `auto-save-mode' is enabled for the current buffer, and act on it
8630         according to how `org-crypt-disable-auto-save' is set.  Remove
8631         comment re "encrypt[ing] Org auto-saved buffers".  Remove on-init
8632         check for `auto-save-default'.
8634 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
8636         * ob.el (org-babel-merge-params): Ensure variable parameters are
8637         not reversed.
8639 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
8641         * ob.el (org-babel-insert-result): Fix results insertion for
8642         inline blocks which happen to start a line.
8644 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
8646         * ob-exp.el (org-babel-exp-lob-one-liners): Fix the logic checking
8647         if a call line is commented.
8649 2011-07-28  Vincent Belaïche  <vincentb1@users.sourceforge.net>
8651         * org.el (org-read-property-name): Propose default property name.
8653 2011-07-28  Achim Gratz  <stromeko@nexgo.de>
8655         * org.el (org-log-into-drawer): Correct typo.
8657         * org-clock.el (org-clock-into-drawer): New function to change the
8658         location of clock events based on properties CLOCK_INTO_DRAWER or,
8659         as fallback, LOG_INTO_DRAWER, like it is already possible for
8660         state change logs.
8662         * org-clock.el (org-clock-jump-to-current-clock): Add statement to
8663         let clause to bind `org-clock-into-drawer' to result of function
8664         eval.
8666         * org-clock.el (org-clock-find-position): Add statement to let
8667         clause to bind `org-clock-into-drawer' to result of function eval,
8668         change let to let* since the binding is used later in the same
8669         clause.
8671 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
8673         * ob-lob.el (require): Ensure 'cl is loaded during compilation so
8674         we can use flet.
8676 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
8678         * ob-lob.el (org-babel-lob-get-info): Correctly indent results of
8679         non-inline call lines.
8681 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
8683         * ob-exp.el (org-babel-exp-lob-one-liners): Don't export inline
8684         call_ blocks which aren't whitespace padded.
8686 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
8688         * ob.el (org-babel-merge-params): Do not reverse variable order,
8689         and be sure to increment variable index as appropriate.
8691 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
8693         * ob-lob.el (org-babel-inline-lob-one-liner-regexp): Updated to
8694         successfully match optional trailing header arguments in square
8695         brackets.
8696         (org-babel-lob-get-info): Updated to match the new regexp.
8698 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
8700         * ob-lob.el (org-babel-lob-get-info): If the arguments are empty,
8701         then allow them to be so.
8703 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
8705         * ob.el (org-babel-merge-params): If variables are not named they
8706         are assigned in order.
8708 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
8710         * ob.el: Remove code comment about online documentation.
8712         * ob-exp.el: Remove code comment about online documentation.
8714         * ob-lob.el: Remove code comment about online documentation.
8716 2011-07-28  Jambunathan K  <kjambunathan@gmail.com>
8718         * org-exp.el (org-export-format-source-code-or-example): Fix
8719         signature of org-<backend>-format-source-code-or-example function.
8721 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
8723         * ob.el (org-babel-sha1-hash): Replace call to
8724         called-interactively-p with backwards-compatible interactive-p.
8726 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
8728         * ob-exp.el (org-babel-exp-lob-one-liners): Appropriate
8729         replacement of inline call blocks with their results.
8731 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
8733         * ob-lob.el (org-babel-inline-lob-one-liner-regexp): Removing this
8734         trailing space ensures that the insertion of the results looks
8735         nice.
8737         * ob.el (org-babel-insert-result): Insert inline lob line results
8738         as inline results.
8740 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
8742         * ob-exp.el (org-babel-exp-lob-one-liners): Calculate length
8743         appropriately given the style (block or inline) of the lob line.
8745         * ob-lob.el (org-babel-block-lob-one-liner-regexp): New regexp
8746         specific for block lob lines.
8747         (org-babel-inline-lob-one-liner-regexp): New regexp specific for
8748         inline lob lines.
8749         (org-babel-lob-one-liner-regexp): Combination of two lob regexps.
8750         (org-babel-lob-get-info): Return info from *either* the block or
8751         inline lob lines.
8753 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
8755         * ob-exp.el (org-babel-exp-lob-one-liners): Corrected the
8756         structure of the resulting info list.
8758         * ob-lob.el (org-babel-default-lob-header-args): Export the
8759         results of call lines by default.
8761 2011-07-28  Niels Giesen  <niels.giesen@gmail.com>  (tiny change)
8763         * org-icalendar.el (org-print-icalendar-entries): Add 'uid text
8764         property based on the ID property of the org entry to the first
8765         character of the diary entry.
8767 2011-07-28  Jambunathan K  <kjambunathan@gmail.com>
8769         * org-footnote.el
8770         (org-footnote-insert-pos-for-preprocessor): New variable.
8771         (org-footnote-normalize): Use it.
8773 2011-07-28  Jambunathan K  <kjambunathan@gmail.com>
8775         * org-exp.el (org-export-format-source-code-or-example):
8776         Simplify.  Also add `org-native-text' as a text property to the
8777         formatted text and throw error for unknown backends.
8779 2011-07-28  Jambunathan K  <kjambunathan@gmail.com>
8781         * org-exp.el (org-export-format-source-code-or-example): Add
8782         support for: - custom formatters for existing backends - seamless
8783         plugging in of new backends.
8785 2011-07-28  Jambunathan K  <kjambunathan@gmail.com>
8787         * org-exp.el (org-export-backends): New variable.
8788         (org-export-select-backend-specific-text): Use above
8789         variable.  Also mark text between #+BACKEND and
8790         #+BEGIN_BACKEND...#+END_BACKEND with org-native-text property.
8791         This text property is currently used only by the new line-oriented
8792         generic exporter (which is not yet part of the repo).
8794 2011-07-28  Jambunathan K  <kjambunathan@gmail.com>
8796         * org-exp.el (org-export): Reserve keys 'o' and 'O' for
8797         OpenDocumentText export and bind them to `org-export-as-odt' and
8798         `org-export-as-odt-and-open'.
8800 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
8802         * ob-exp.el (org-babel-exp-src-block): Less verbose when in batch
8803         mode.
8805 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
8807         * ob-clojure.el (org-babel-execute:clojure): Convert vectors to
8808         lists before reading into emacs-lisp.
8810 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
8812         * ob-C.el (ob-tangle): Initialize variable from `ob-tangle'.
8814         * ob-asymptote.el (ob-tangle): Initialize variable from `ob-tangle'.
8816         * ob-awk.el (ob-tangle): Initialize variable from `ob-tangle'.
8818         * ob-clojure.el (ob-tangle): Initialize variable from `ob-tangle'.
8820         * ob-haskell.el (ob-tangle): Initialize variable from `ob-tangle'.
8822         * ob-latex.el (ob-tangle): Initialize variable from `ob-tangle'.
8824         * ob-lisp.el (ob-tangle): Initialize variable from `ob-tangle'.
8826         * ob-ocaml.el (ob-tangle): Initialize variable from `ob-tangle'.
8828         * ob-perl.el (ob-tangle): Initialize variable from `ob-tangle'.
8830         * ob-python.el (ob-tangle): Initialize variable from `ob-tangle'.
8832         * ob-ruby.el (ob-tangle): Initialize variable from `ob-tangle'.
8834         * ob-tangle.el (ob-tangle): Initialize variable from `ob-tangle'.
8836 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
8838         * ob-awk.el: New file.
8840 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
8842         * ob-emacs-lisp.el (org-babel-execute:emacs-lisp): Respects
8843         ":results verbatim".
8845 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
8847         * org-agenda.el (org-float): Aliases for `diary-float'.
8849 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
8851         * ob-python.el (org-babel-python-evaluate-session): Send
8852         comint-send-input after every line when interacting with an
8853         interactive python process.
8855 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
8857         * org-list.el (org-reset-checkbox-state-subtree): Make the command
8858         more robust, and correctly update check-boxes in the whole
8859         sub-tree.
8860         (org-update-checkbox-count): Fix bug accumulating count of checkboxes
8861         when walking a subtree.
8862         (org-update-checkbox-count-maybe): Add an optional argument passed to
8863         org-update-checkbox-count.
8865 2011-07-28  Ted Zlatanov  <tzz@lifelogs.com>
8867         * org.el (org-fontify-meta-lines-and-blocks): Ignore errors.
8869 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
8871         * ob-emacs-lisp.el (org-babel-execute:emacs-lisp): Respect the
8872         ":results scalar" header argument combination.
8874 2011-07-28  Dan Davison  <dandavison7@gmail.com>
8876         * org-src.el: Append a space character to copied text so that the
8877         final text property change is picked up correctly.
8879 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
8881         * ob-tangle.el (org-babel-tangle-file): Use the new argument list
8882         to org-babel-tangle.
8883         (org-babel-tangle): Now when called with a prefix argument, only the
8884         current code block is tangled.
8886 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
8888         * org-list.el (org-list-parse-list): Replace transitional
8889         check-boxes with "[CBTRANS]" string during parsing.
8890         (org-list-to-generic): Use the new property `:cbtrans' to configure
8891         export string for transitional check-boxes.
8893 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
8895         * org-agenda.el (org-agenda-add-entry-to-org-agenda-diary-file):
8896         Use stable internal `org-anniversary' instead of
8897         diary-anniversary.
8898         (org-class): New function.
8899         (org-diary-class): Use `org-class'.
8900         (org-anniversary, org-cyclic, org-date, org-block): New functions.
8902 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
8904         * ob.el (org-babel-header-arg-names): Adding noweb-ref to the list
8905         of header argument names.
8907 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
8909         * ob.el (org-babel-expand-noweb-references): Concatenating all
8910         bodies with the appropriate name or :noweb-ref header argument.
8912 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>  (tiny change)
8914         * org.el (org-find-dblock, org-clocktable-try-shift): Make regexp
8915         work also when #+begin line is indentex.
8917 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
8919         * ob.el (org-babel-src-block-regexp): Babel: code block may have
8920         empty bodies.
8922 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
8924         * org-macs.el (org-without-partial-completion): Avoid calling by
8925         name a function unknown to the compiler but explicitly checked by
8926         program logic.
8928 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
8930         * org-mouse.el (org-agenda-earlier): Declaring previously unknown
8931         function.
8932         (org-agenda-later): Declaring previously unknown function.
8933         (org-agenda-mode-map): Declaring previously unknown variable.
8935         * org.el (org-read-date-analyze): Explicitly ignore the return
8936         value of a function.
8938 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
8940         * org-agenda.el (org-agenda-mode): Globally replace
8941         buffer-substring-filters with filter-buffer-substring-functions.
8943         * org-indent.el (org-indent-mode): Globally replace
8944         buffer-substring-filters with filter-buffer-substring-functions.
8946 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
8948         * org-ascii.el (org-export-as-ascii): Replacing '(λ...) with
8949         #'(λ...).
8951         * org-attach.el: Replacing '(λ...) with #'(λ...).
8952         (org-attach-commit): Replacing '(λ...) with #'(λ...).
8954         * org-exp.el: Replacing '(λ...) with #'(λ...).
8955         (org-export-handle-include-files): Replacing '(λ...) with #'(λ...).
8957         * org-html.el: Replacing '(λ...) with #'(λ...).
8958         (org-export-as-html): Replacing '(λ...) with #'(λ...).
8960         * org-mouse.el: Replacing '(λ...) with #'(λ...).
8961         (org-mouse-popup-global-menu): Replacing '(λ...) with
8962         (org-mode-hook): Replacing '(λ...) with #'(λ...).
8963         (org-agenda-mode-hook): Replacing '(λ...) with #'(λ...).
8965         * org-src.el: Replacing '(λ...) with #'(λ...).
8966         (org-src-mode-configure-edit-buffer): Replacing '(λ...) with #'(λ...).
8968         * org-table.el: Replacing '(λ...) with #'(λ...).
8969         (org-table-fix-formulas-confirm): Replacing '(λ...) with #'(λ...).
8971         * org.el: Replacing '(λ...) with #'(λ...).
8972         (org-confirm-shell-link-function): Replacing '(λ...) with
8973         (org-category): Replacing '(λ...) with #'(λ...).
8975 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
8977         * org.el (mailcap-parse-mailcaps): Declaring functions used by
8978         `org-open-file'.
8979         (mailcap-extension-to-mime): Declaring functions used by
8980         `org-open-file'.
8981         (mailcap-mime-info): Declaring functions used by `org-open-file'.
8983 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
8985         * org-agenda.el (org-agenda-redo): Replacing call to now-defunct
8986         function `interactive-p'.
8987         (org-agenda-show-1): Replacing call to now-defunct function
8988         `interactive-p'.
8989         (org-agenda-set-tags): Replacing call to now-defunct function `interactive-p'.
8991         * org-ascii.el: Replacing call to now-defunct function
8992         `interactive-p'.
8993         (org-export-as-latin1): Replacing call to now-defunct function
8994         `interactive-p'.
8995         (org-export-as-latin1-to-buffer): Replacing call to now-defunct
8996         function `interactive-p'.
8997         (org-export-as-utf8): Replacing call to now-defunct function
8998         `interactive-p'.
8999         (org-export-as-utf8-to-buffer): Replacing call to now-defunct function
9000         `interactive-p'.
9001         (org-export-region-as-ascii): Replacing call to now-defunct
9002         function `interactive-p'.Replacing call to now-defunct function
9003         `interactive-p'.
9005         * org-docbook.el: Replacing call to now-defunct function
9006         `interactive-p'.
9007         (org-export-region-as-docbook): Replacing call to now-defunct
9008         function `interactive-p'.Replacing call to now-defunct function
9009         `interactive-p'.
9011         * org-html.el: Replacing call to now-defunct function
9012         `interactive-p'.
9013         (org-export-region-as-html): Replacing call to now-defunct
9014         function `interactive-p'.Replacing call to now-defunct function
9015         `interactive-p'.
9017         * org-latex.el: Replacing call to now-defunct function
9018         `interactive-p'.
9019         (org-export-region-as-latex): Replacing call to now-defunct
9020         function `interactive-p'.Replacing call to now-defunct function
9021         `interactive-p'.
9023         * org-macs.el: Replacing call to now-defunct function
9024         `interactive-p'.
9025         (org-called-interactively-p): Replacing call to now-defunct
9026         function `interactive-p'.Replacing call to now-defunct function
9027         `interactive-p'.
9029         * org-table.el: Replacing call to now-defunct function
9030         `interactive-p'.
9031         (org-table-blank-field): Replacing call to now-defunct function
9032         `interactive-p'.
9033         (org-table-current-column): Replacing call to now-defunct function
9034         `interactive-p'.Replacing call to now-defunct function
9035         `interactive-p'.
9036         (org-table-current-dline): Replacing call to now-defunct function
9037         `interactive-p'.Replacing call to now-defunct function
9038         `interactive-p'.
9039         (org-table-sort-lines): Replacing call to now-defunct function
9040         `interactive-p'.
9041         (org-table-sum): Replacing call to now-defunct function
9042         `interactive-p'.
9043         (org-table-rotate-recalc-marks): Replacing call to now-defunct
9044         function `interactive-p'.
9045         (org-table-eval-formula): Replacing call to now-defunct function
9046         `interactive-p'.
9047         (orgtbl-send-table): Replacing call to now-defunct function `interactive-p'.
9049         * org.el: Replacing call to now-defunct function `interactive-p'.
9050         (org-mode): Replacing call to now-defunct function
9051         `interactive-p'.
9052         (org-copy-subtree): Replacing call to now-defunct function
9053         `interactive-p'.
9054         (org-paste-subtree): Replacing call to now-defunct function
9055         `interactive-p'.
9056         (org-store-link): Replacing call to now-defunct function
9057         `interactive-p'.
9058         (org-todo): Replacing call to now-defunct function `interactive-p'.
9059         (org-occur): Replacing call to now-defunct function `interactive-p'.
9061 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9063         * ob-R.el (ess-local-process-name): This variable wasn't known to
9064         be defined.
9066         * ob-lisp.el (org-babel-lisp-dir-fmt): This defcustom now has a
9067         group specified.
9069         * ob-tangle.el (org-bracket-link-regexp): This variable wasn't
9070         known to be defined.
9071         (org-babel-tangle-combine-named-blocks): Roll my own version of a
9072         forbidden common lisp function.
9074         * ob.el (org-babel-sha1-hash): Using a non-deprecated version of
9075         called-interactively.
9077 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9079         * org-latex.el (org-export-latex-tables): Check for the
9080         "multiline" option and set the `floatp' option to true when
9081         multicolumn tables are requested.
9083 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
9085         * org-html.el (org-export-as-html, org-html-level-start): Only
9086         convert section number underscores to dashes.
9088 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
9090         * org-agenda.el (org-agenda-bulk-action): Fix bug caused by
9091         `days-to-time, converting relative to 1 BC, while the code assumed
9092         it would return a time relative to 1970.
9094 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9096         * ob-tangle.el (org-babel-tangle-combine-named-blocks): No longer
9097         inserting newlines between appended code blocks.
9099 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9101         * ob-exp.el: We may no longer need to export names along with code
9102         blocks.
9104 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9106         * org-exp-blocks.el (org-export-blocks-preprocess): Ensure
9107         balanced nested begin/end blocks in block bodies.
9109 2011-07-28  Dan Davison  <dandavison7@gmail.com>
9111         * org-latex.el: Add -shell-escape to pdflatex commands.
9113 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9115         * ob-tangle.el (org-babel-tangle-named-block-combination): Block
9116         combination can now take a number of values.
9117         (org-babel-tangle-combine-named-blocks): More sophisticated block
9118         combination behavior.
9120 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9122         * ob-tangle.el (org-babel-tangle-do-combine-named-blocks): Switch
9123         to turn on the combination of code blocks of the same name.
9124         (org-babel-tangle-combine-named-blocks): Combine blocks of the same
9125         name.
9127 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9129         * ob-ruby.el (xmp): Declaring this function to appease the
9130         compiler.
9131         (org-babel-execute:ruby): "xmp" result option for outputting
9132         annotated source code.
9134 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>  (tiny change)
9136         * org-list.el (org-list-to-latex): The enumerate environment in
9137         latex increments the counter before using it.  Therefore, org-mode
9138         should set the enumeration counter to the desired value minus one.
9140 2011-07-28  Michael Brand  <michael.ch.brand@gmail.com>  (tiny change)
9142         * org.el (org-toggle-heading): More comments and fix number of
9143         stars when toggling from list items.
9145 2011-07-28  Christian Egli  <christian.egli@sbszh.ch>
9147         * org-taskjuggler.el (org-taskjuggler-clean-effort): Handle any
9148         effort that is accepted by `org-duration-string-to-minutes´.
9150 2011-07-28  Julien Barnier  <julien@nozav.org>
9152         * ob-sh.el (org-babel-sh-evaluate): When sending input to comint,
9153         wait until previous line execution is finished.
9155         * ob-comint.el (org-babel-comint-with-output): When looking for
9156         end-of-evaluation indicator, search forward for the indicator
9157         before searching forward for the prompt.
9159 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
9161         * org-entities.el (org-entities): Fix HTML entity for degree.
9163 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
9165         * org.el (org-auto-align-tags): Change docstring.
9166         (org-update-parent-todo-statistics): Keep tags aligned even when
9167         statistics cookies are shifting them.
9169         * org-list.el (org-update-checkbox-count): Keep tags aligned even
9170         when statistics cookies are shifting them.
9172 2011-07-28  Lawrence Mitchell  <wence@gmx.li>
9174         * ob.el (org-babel-sha1-hash): Don't modify info argument by
9175         side-effect when sorting result-params list.
9177 2011-07-28  Lawrence Mitchell  <wence@gmx.li>
9179         * ob.el (org-babel-result-regexp): Use non-shy group around
9180         `org-babel-data-names'.
9182 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
9184         * org.el (org-insert-link): Set truncate-line in the *Org Link*
9185         buffer and make sure that it really is set there.
9187 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9189         * ob-lisp.el (org-babel-lisp-dir-fmt): Defcustom for use in
9190         changing how/if the current directory is represented to lisp code.
9191         (org-babel-execute:lisp): More general handling of the default
9192         directory value.
9194 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9196         * ob-lisp.el (org-babel-execute:lisp): Setting the value of
9197         *default-pathname-defaults* to either the value of the :dir header
9198         argument or the directory of the containing Org-mode file.
9200 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9202         * ob-lisp.el (org-babel-execute:lisp): No real functional change,
9203         just aesthetic.
9205 2011-07-28  Sébastien Delafond  <sdelafond@gmail.com>  (tiny change)
9207         * org.el (org-mode-flyspell-verify): This is useful when using
9208         flyspell with a non-English dictionary, or if some of your
9209         keywords are in another language.
9211 2011-07-28  David Maus  <dmaus@ictsoc.de>
9213         * org-exp.el (org-export): Use new compatibility function
9214         `org-activate-mark'.
9216         * org-compat.el (org-activate-mark): New function.  Provide
9217         `activate-mark' if not present (e.g. Emacs 22).
9219 2011-07-28  David Maus  <dmaus@ictsoc.de>
9221         * org-table.el (org-table-follow-field-mode): Declare variable to
9222         keep byte compiler happy.
9224 2011-07-28  David Maus  <dmaus@ictsoc.de>
9226         * org-footnote.el (org-id-uuid): Declare function, silence byte
9227         compiler.
9229 2011-07-28  David Maus  <dmaus@ictsoc.de>
9231         * org-bibtex.el (org-bibtex-headline): Don't use equalp at
9232         run-time, compare downcased strings.
9234 2011-07-28  David Maus  <dmaus@ictsoc.de>
9236         * org-bibtex.el (org-id-locations): Declare variable to silence
9237         byte compiler.
9239 2011-07-28  David Maus  <dmaus@ictsoc.de>
9241         * org-id.el (org-id-locations): Fix docstring, remove reference to
9242         non-existent option.
9244 2011-07-28  David Maus  <dmaus@ictsoc.de>
9246         * org.el (org-self-insert-command): Use `delete-char' instead of
9247         `delete-backward-char'.
9249         * org-table.el (orgtbl-self-insert-command): Ditto.
9251 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
9253         * org-latex.el (org-export-latex-special-chars): Save match data
9254         when checking for table.el table.
9256 2011-07-28  David Maus  <dmaus@ictsoc.de>
9258         * org.el (org-re-property): Move before its first use.
9260 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
9262         * org-latex.el (org-export-latex-preprocess): Add
9263         `original-indentation' property to footnotes so they cannot
9264         possibly end a list by being less indented than the item they
9265         belong to.
9267 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9269         * ob-lisp.el (org-babel-expand-body:lisp): No longer wraps biddies
9270         in `progn'.
9271         (org-babel-execute:lisp): Wraps bodies in `progn' as they are passed
9272         to swank.
9274 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
9276         * org-clock.el (org-clocktable-write-default): Implement adding
9277         property columns to the clock table.
9279 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
9281         * org.el (org-toggle-item): Move parenthesis to correct location.
9283 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
9285         * org.el (org-default-priority):
9286         (org-priority-start-cycle-with-default): Improve docstring.
9287         (org-priority): Throw error when priority is out of range.
9289 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
9291         * org.el (org-self-insert-command): Catch the case of
9292         `buffer-undo-list' eq t.
9294 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
9296         * org.el (org-toggle-heading): Region should be considered as made
9297         of full lines, without the last one if region-end is at bol.
9298         Removed unused variables.  Refactored and commented code.
9300 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
9302         * org.el (org-toggle-item): When region includes an headline less
9303         indented than first one, set it as the new reference.
9305 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
9307         * org-list.el (org-list-to-subtree): If the list is before first
9308         heading and `org-odd-levels-only' is non-nil, the first item gets
9309         two stars instead of one.
9311         * org.el (org-reduced-level): A level of 0 was reduced to 1 with
9312         `org-odd-levels-only' non-nil.
9314 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
9316         * org.el (org-toggle-item): Converting an heading to an item would
9317         sometimes insert unnecessary spaces before it, and unwanted space
9318         with `org-indent-mode' on.  Changing some text into an item
9319         wouldn't always preserve indentation.
9321 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
9323         * org-capture.el (org-capture-current-plist): Improve docstring.
9324         (org-capture-put): Add docstring.
9325         (org-capture-get): Add docstring.
9326         (org-capture-member): Add LOCAL argument.  Add docstring.
9327         (org-capture-set-target-location): Store the time received from a
9328         date prompt into the :prompt-time property.
9330 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
9332         * org-exp.el (org-export-mark-list-properties): Even if context is
9333         invalid, mark list item with `list-context' property.
9335         * org-list.el (org-list-forbidden-blocks): Add exporters specific
9336         blocks to the list of forbidden blocks.
9338 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
9340         * org-list.el (org-sort-list): Function tries to intern
9341         getkey-func before it is defined, so it's always nil.
9343 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9345         * org.el (org-babel-load-languages): Adding ob-awk to the list of
9346         executable languages.
9348 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
9350         * org-table.el (org-table-get-field): Make sure the new field
9351         content is at least one space character.
9353 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
9355         * org-crypt.el: Check for `daemonp' before using it.
9357 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9359         * ob-sh.el (ob-ref): Uses `ob-ref' to resolve the value of the
9360         :stdin header argument.
9361         (org-babel-execute:sh): Use the :stdin header argument.
9362         (org-babel-sh-var-to-sh): Split the bulk of this function off into a
9363         new sub-function.
9364         (org-babel-sh-var-to-string): New function for converting elisp
9365         values to strings that make sense for parsing with sh.
9366         (org-babel-sh-evaluate): Adding "stdin" option to session and
9367         external evaluation options.
9369 2011-07-28  Roland Kaufmann  <rlndkfmn+orgmode@gmail.com>  (tiny change)
9371         * org-exp.el (org-remove-formatting-on-newlines-in-region): New
9372         function.
9373         (org-export-format-source-code-or-example): Call
9374         `org-remove-formatting-on-newlines-in-region'.
9376 2011-07-28  David Maus  <dmaus@ictsoc.de>
9378         * org.el (org-entry-put): Prevent adding of extra space to value
9379         if property already exists.
9381 2011-07-28  Jambunathan K  <kjambunathan@gmail.com>
9383         * org-html.el (org-export-as-html): Don't expand non-data lines of
9384         table.el tables.
9385         (org-html-expand): Removed the (buggy) test for non-data lines
9386         in table.el tables.  The test is now done as part of
9387         org-export-as-html.
9388         (org-format-table-table-html-using-table-generate-source):
9389         Added test for spanning of cells in table.el tables using
9390         table.el's own library routine.  Optionally suppress export of
9391         simple table.el tables.
9392         (org-format-table-html): Removed the (buggy) test for spanned
9393         table.el tables.  The test is now done as part of
9394         org-format-table-table-html-using-table-generate-source.
9396 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
9398         * org-latex.el (org-export-latex-special-chars): Do nothing in
9399         table.el tables.
9401 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
9403         * org-capture.el (org-capture): Ignore errors when creating a
9404         link.
9406 2011-07-28  Nick Dokos  <nick@dokosmarshall.org>  (tiny change)
9408         * org-exp.el (org-export-define-heading-targets): Use dash instead
9409         of underscore to make labels valid.
9411 2011-07-28  Dan Davison  <dandavison7@gmail.com>
9413         * ob-R.el (org-babel-R-write-object-command): Ensure that all data
9414         is written to the results file before Emacs notices that the file
9415         exists.
9417 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9419         * ob-exp.el (org-babel-exp-code): Remove usage of a macro which is
9420         defined locally on my system, but not globally in Emacs.
9422 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9424         * ob-exp.el (org-babel-exp-do-export): Use `org-babel-exp-code' to
9425         generate code block output.
9426         (org-babel-exp-code): Re-create the code block body for exporting
9427         source code.
9429 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>  (tiny change)
9431         * org.el (org-read-date): Bury Calendar buffer after using it for
9432         selecting a date.
9434 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
9436         * org-list.el (org-list-separating-blank-lines-number): Fix
9437         confusion between point and item beginning.  Now, if no
9438         information is available, truly follow user preference when it
9439         inserts blank lines manually.
9440         (org-list-insert-item): Send correct argument to the preceding
9441         function.
9443 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9445         * ob.el (org-babel-src-block-regexp): Keep the now-mandatory
9446         newline inside of the code block body.
9448 2011-07-28  Sean O'Halpin  <sean.ohalpin@gmail.com>  (tiny change)
9450         * ob.el: Avoid spurious matches to literal.
9452 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
9454         * org.el (org-indent-line-function): Don't include #+include
9455         lines.
9457 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9459         * ob-keys.el (org-babel-key-bindings): Adding key sequence for
9460         org-babel-check-src-block.
9462         * ob.el (org-babel-expand-src-block): Fit within 80 cols.
9463         (org-babel-edit-distance): Returns the edit distance of two
9464         strings.
9465         (org-babel-check-src-block): Check a code block for errors.
9467 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>  (tiny change)
9469         * org-capture.el (org-capture-templates): Fix bug in customization
9470         setup.
9472 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
9474         * org-table.el
9475         (org-table-exit-follow-field-mode-when-leaving-table): New option.
9476         (org-table-check-inside-data-field): New optional argument
9477         `noerror'.  When set, the function will only return nil instead of
9478         throwing an error.
9479         (org-table-edit-field): Interpret double prefix argument, and improve
9480         the properties of the editing window.
9481         (org-table-follow-field-mode): New minor mode.
9482         (org-table-follow-fields-with-editor): New function.
9484 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
9486         * org-agenda.el (org-agenda-get-todos): Call `org-agenda-skip'
9487         first, then check if timestamps cause exclusion.
9489         * org.el (org-scan-tags): Call `org-agenda-skip' first, then check
9490         if timestamps cause exclusion.
9492 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
9494         * org-list.el (org-list-full-item-re): Allow description term to
9495         have a newline character after the colons.
9497 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
9499         * org-list.el (org-sort-list): No longer ignore with-case
9500         argument: the function sorted case-sensitively, regardless of
9501         argument.
9503 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9505         * ob-ref.el (org-babel-ref-resolve): Using the new result regexp.
9507         * ob.el (org-babel-data-names): Configurable list of names of
9508         data.
9509         (org-babel-result-regexp): Using new results regexp.
9511 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
9513         * org.el (org-special-properties): Add CLOCKSUM to the special
9514         properties.
9516 2011-07-28  Robert P. Goldman  <rpgoldman@real-time.com>  (tiny change)
9518         * ob-exp.el (org-babel-exp-in-export-file): Bind
9519         `org-link-search-inhibit-query' to t to inhibit prompts.
9521 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
9523         * org-exp.el (org-export-add-options-to-plist): Use the right
9524         match group.
9526 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
9528         * org-latex.el (org-export-latex-preprocess): Protect index string.
9530 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
9532         * org-latex.el (org-export-latex-preprocess): Pipe index entries
9533         through `org-export-latex-fontify-headline'.
9535 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
9537         * org-exp.el (org-export-add-options-to-plist): Fix the option
9538         parser.
9540 2011-07-28  Robert P. Goldman  <rpgoldman@real-time.com>  (tiny change)
9542         * org-latex.el (org-export-latex-preprocess): Replace index
9543         entries.
9545 2011-07-28  Robert P. Goldman  <rpgoldman@real-time.com>  (tiny change)
9547         * org.el (org-structure-template-alist): Add an easy template for
9548         index (i), and move include file to I from i.
9550 2011-07-28  Matt Lundin  <mdl@imapmail.org>
9552         * org-agenda.el (org-agenda-open-link): Pass entire text of agenda
9553         line to `org-offer-links-in-entry'.
9555 2011-07-28  Matt Lundin  <mdl@imapmail.org>
9557         * org-bibtex.el (org-bibtex-search): New function.
9558         (org-bibtex-export-to-kill-ring): New function.  Export to kill
9559         ring.
9560         (org-bibtex-create-in-current-entry): New function
9561         (org-bibtex-create): Make it easier to add bib fields to an
9562         existing headline.
9563         (org-bibtex-export-arbitrary-fields)
9564         (org-bibtex-treat-headline-as-title): Fix typos
9565         (org-bibtex-fleshout): Don't upcase optional field; remove ":"
9566         from type completion.
9568 2011-07-28  Matt Lundin  <mdl@imapmail.org>
9570         * org-bibtex.el (org-bibtex-treat-headline-as-title): New
9571         defcustom.
9572         (org-bibtex-headline): Only use headline text (not TODO or other
9573         metadata) to generate title field and auto key.
9574         (org-bibtex-fleshout): Allow user to choose whether to treat
9575         headline as title.
9577 2011-07-28  Tom Dye  <tsd@tsdye.com>
9579         * org-bibtex.el: Added crossref field to other fields.
9581 2011-07-28  Tom Dye  <tsd@tsdye.com>
9583         * org-bibtex.el: Add crossref option to incollection.
9585 2011-07-28  Matt Lundin  <mdl@imapmail.org>
9587         * org-bibtex.el (org-bibtex-headline): Don't export TYPE property
9588         as field.
9590 2011-07-28  Matt Lundin  <mdl@imapmail.org>
9592         * org-bibtex.el (org-bibtex-key-property): When storing key in ID,
9593         warn if a duplicate ID is generated.
9595 2011-07-28  Matt Lundin  <mdl@imapmail.org>
9597         * org-bibtex.el (org-bibtex-tags): New variable.
9598         (org-bibtex-tags-are-keywords): New variable.
9599         (org-bibtex-no-export-tags): New variable.
9600         (org-bibtex-headline): Export tags as comma-separated bibtex
9601         keywords.
9602         (org-bibtex-read): Import bibtex keywords field as tags.
9604 2011-07-28  Manuel Giraud  <manuel.giraud@univ-nantes.fr>
9606         * org-publish.el (org-publish-find-date): Optimization.
9608 2011-07-28  Tassilo Horn  <tassilo@member.fsf.org>
9610         * org-gnus.el (org-gnus-follow-link): Don't request scan of group
9611         when following link.
9613 2011-07-28  Manuel Giraud  <manuel.giraud@univ-nantes.fr>
9615         * org-publish.el (org-publish-project-alist): Document new
9616         :sitemap-sans-extension property.
9617         (org-publish-org-sitemap): Use new `sitemap-sans-extension'
9618         setting.
9620 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
9622         * org.el (org-remove-uninherited-tags): Renamed from
9623         `org-remove-iniherited-tags'.
9624         (org-scan-tags): Fix typo in function call.
9625         (org-get-tags-at): Fix typo in function call.
9627 2011-07-28  Matt Lundin  <mdl@imapmail.org>
9629         * org.el (org-get-tags-at): Don't include filetags if local is t.
9631 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9633         * ob-clojure.el (org-babel-expand-body:clojure): Qualify pp
9634         dispatch functions, wrap body in `(do )'.
9636 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
9638         * org.el (org-fontify-meta-lines-and-blocks): Fix bug which
9639         resulted in the creation of multiple overlays in src blocks.
9641 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9643         * ob-clojure.el (org-babel-execute:clojure): If results are not
9644         readable by lisp, then return them as a string.
9646 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9648         * org-bibtex.el (org-bibtex): Now prompts for a file name.
9650 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9652         * org-bibtex.el (org-bibtex-create): Adding prefix argument which
9653         will result in prompting for optional fields.
9655 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9657         * org-bibtex.el (org-bibtex-headline): Renamed flet function `get'
9658         which was causing compile problems.
9659         (org-bibtex-fleshout): Renamed flet function `get' which was causing
9660         compile problems.
9661         (org-bibtex-write): Renamed flet function `get' which was causing
9662         compile problems.
9664 2011-07-28  Christian Egli  <christian.egli@sbszh.ch>
9666         * org-taskjuggler.el (org-taskjuggler-clean-id): Make sure an id
9667         never starts with a number.
9669 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9671         * org-bibtex.el (org-bibtex-export-arbitrary-fields): New option.
9672         (org-bibtex-key-property): New option.
9673         (org-bibtex-put): Make use of new `org-bibtex-key-property'
9674         variable.
9675         (org-bibtex-headline): Make use of new
9676         `org-bibtex-export-arbitrary-fields' and `org-bibtex-key-property'
9677         variables.
9678         (org-bibtex-autokey): Make use of new `org-bibtex-key-property'
9679         variable.
9680         (org-bibtex-fleshout): Make use of new `org-bibtex-key-property'
9681         variable.
9682         (org-bibtex-write): Make use of new `org-bibtex-key-property'
9683         variable.
9685 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9687         * org-bibtex.el: Updating Copyright dates, author information,
9688         commentary and history notes.
9689         (org-bibtex-types): List of bibtex types with descriptions and
9690         required and optional fields.
9691         (org-bibtex-fields): List of bibtex fields with descriptions.
9692         (*org-bibtex-entries*): Special variable to hold parsed bibtex
9693         entries.
9694         (org-bibtex-autogen-keys): Custom variable controlling whether
9695         bibtex keys are automatically generated
9696         (org-bibtex-prefix): Custom variable allowing use of optional prefix
9697         for bibtex properties in Org-mode headlines.
9698         (org-bibtex-get): Helper function for accessing bibtex elements of a
9699         property list.
9700         (org-bibtex-put): Helper function for inserting bibtex element into
9701         a property list.
9702         (org-bibtex-headline): Return a bibtex entry of the given headline
9703         as a string.
9704         (org-bibtex-ask): Prompt the user to fill in the value of a bibtex
9705         field.
9706         (org-bibtex-autokey): Generate a bibtex key for the current
9707         headline.
9708         (org-bibtex-fleshout): Fill in missing bibtex properties of the
9709         current headline.
9710         (org-bibtex): Export the current Org-mode buffer to a bibtex buffer.
9711         (org-bibtex-check): Check that all bibtex properties are present in
9712         the current headline.
9713         (org-bibtex-check-all): Check all headlines in the current buffer.
9714         (org-bibtex-create): Create a new bibtex headline at the current
9715         level.
9716         (org-bibtex-read): Read the current bibtex entry from a bibtex file.
9717         (org-bibtex-write): Write the most recently read bibtex entry into
9718         an Org-mode file.
9720 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
9722         * org-agenda.el (org-agenda-clock-consistency-checks): Allow to
9723         set properties.
9724         (org-agenda-show-clocking-issues): Handle faces.
9726 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9728         * ob-ditaa.el (org-babel-default-header-args:ditaa): Specify utf8
9729         content by default with "-Dfile.encoding=UTF-8".
9731 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9733         * ob-ditaa.el (org-babel-execute:ditaa): New ":java" header
9734         argument.
9736 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
9738         * org-exp.el (org-export-preprocess-string): Mark list end before
9739         expanding macros.  Thus, a macro inside a list and containing
9740         blank lines cannot break the list structure.
9741         (org-export-preprocess-apply-macros): Multi-lines macros get
9742         indented with the same indentation as the first line.  Thus, we
9743         are sure that every line belongs to the same list as the first
9744         line, if such list exists.  Also add comments in code.
9746 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
9748         * org-agenda.el (org-agenda-clock-consistency-checks): New option.
9749         (org-agenda-list): Handle display change to clock check.
9750         (org-agenda-get-progress): Show only clock entries if we are doing
9751         the consistency check.
9752         (org-agenda-show-clocking-issues): New function.
9753         (org-agenda-check-clock-gap): New function.
9754         (org-agenda-view-mode-dispatch): Offer consistency check.
9755         (org-agenda-log-mode): Handle switch to clock only display.
9756         (org-agenda-set-mode-name): Show lighter for Clockcheck.
9758         * org.el (org-hh:mm-string-to-minutes): Accept an integer argument
9759         and return it unchanged.
9761 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
9763         * org-list.el (org-list-struct): When walking down the list, the
9764         function would not pay attention to drawers or blocks indentation.
9765         Thus, such constructs couldn't consistently end an item or a list.
9766         This patch ensures line indentation is stored (if applicable)
9767         before skipping them.  Also fixed doc-string and comments.
9769 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
9771         * org-exp.el (org-export): Add EXPORT_FILE_NAME to the enclosing
9772         tree properties.
9774 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
9776         * org-exp.el (org-export): Define a bound for finding enclosing
9777         tree with class/title definition.
9779 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
9781         * org-exp.el (org-export): Go to next heading before searching
9782         backward, so make this also work if we are on the headline of the
9783         entry with the property.
9785 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
9787         * org.el (org-promote):
9788         (org-demote): Soften the previous change, by only removing the
9789         flyspell function from after-change functions, because that was
9790         the one causing the slowdown - at least much of it.
9792 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9794         * org.el (org-promote, org-demote): Turn off
9795         after-change-functions to speed up the reindentation of text.
9797 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9799         * ob-ocaml.el (org-babel-ocaml-read-list): Use
9800         `org-babel-script-escape'.
9801         (org-babel-ocaml-read-array): Use `org-babel-script-escape'.
9803 2011-07-28  Manuel Giraud  <manuel.giraud@univ-nantes.fr>
9805         * org-html.el (org-html-handle-links): Add an alternate for inline
9806         images.
9808 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
9810         * org-agenda.el (org-agenda-bulk-action): Do not use the entries
9811         variable before it is defined.
9813 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9815         * org-src.el (org-src-lang-modes): Added a language alias of "C"
9816         to "c".
9818 2011-07-28  Shaun Johnson  <shaun@slugfest.demon.co.uk>  (tiny change)
9820         * ob-tangle.el (org-babel-tangle): Make it work in an indirect
9821         buffer.
9823 2011-07-28  Manuel Giraud  <manuel.giraud@univ-nantes.fr>
9825         * org-html.el (org-html-make-link): Correct a bug in coderef link.
9827 2011-07-28  Bernt Hansen  <bernt@norang.ca>
9829         * org-agenda.el (org-agenda-filter-by-tag): Fix variable name
9830         typo.
9832 2011-07-28  Bernt Hansen  <bernt@norang.ca>
9834         * org-agenda.el (org-agenda-get-timestamps): Fix agenda display
9835         when headlines are missing.
9837 2011-07-28  Bastien Guerry  <bzg@gnu.org>
9839         * org-mobile.el (org-mobile-push): Move call to hook, make it the
9840         first thing of the push operation.
9842 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9844         * ob.el (org-babel-params-from-buffer): Now looking for header
9845         arguments in #+Properties: as well as #+Babel:.  Also, we're no
9846         longer caching these results into a file local variable.
9848 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9850         * ob-python.el (org-babel-python-evaluate-external-process): Allow
9851         parsing as a table in the case of ":results output table".
9852         (org-babel-python-evaluate-session): Allow parsing as a table in
9853         the case of ":results output table".
9855 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
9857         * org-agenda.el (org-agenda-bulk-action): Allow bulk scatter in
9858         all possible agenda views.  Use `org-agenda-schedule' instead of
9859         `org-agenda-date-later'.
9861 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9863         * ob-emacs-lisp.el (org-babel-execute:emacs-lisp): Now supports
9864         ":results output".
9866 2011-07-28  Julien Danjou  <julien@danjou.info>
9868         * org.el (org-entry-get, org-entry-delete, org-entry-put)
9869         (org-property-values, org-delete-property-globally): Use
9870         `org-re-property'.
9871         (org-re-property): New function allowing to build a regexp to
9872         match a property.
9874 2011-07-28  Julien Danjou  <julien@danjou.info>
9876         * org.el (org-property-values): Enhance docstring.
9878 2011-07-28  Ethan Ligon  <ligon@are.berkeley.edu>  (tiny change)
9880         * org-html.el (org-html-export-list-line): Fix regexp for
9881         detecting description lists to allow "::" marker to be last
9882         visible element at end of line.
9883         * org-docbook.el (org-docbook-export-list-line): Fix regexp for
9884         detecting description lists to allow "::" marker to be last
9885         visible element at end of line.
9887 2011-07-28  Julien Danjou  <julien@danjou.info>
9889         * org-table.el (org-table-cleanup-narrow-column-properties): Use
9890         point-min rather than 1 when moving in the buffer.
9892 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
9894         * org-list.el (org-list-in-valid-context-p): Renamed from
9895         `org-list-in-valid-block-p'.
9896         (org-at-item-p,org-list-search-generic): Use renamed function.
9898 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
9900         * org.el (org-set-font-lock-defaults): Be more strict when
9901         recognizing description items, and do not fontify wrong cases
9902         like: "- term ::description" or "1. term :: description".
9904 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
9906         * org-latex.el: Pay attention to end of footnote.  Before closing
9907         the command, ensure that list is properly closed or that last link
9908         is separated from the curly brace.
9910 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
9912         * org.el (org-indent-line-function): Footnote definition must stay
9913         at column 0 to be recognized as such.  Body below can have normal
9914         indentation, so it should ignore its definition when computing
9915         indentation.
9917 2011-07-28  Bastien Guerry  <bzg@gnu.org>
9919         * org-protocol.el (org-protocol-remember, org-protocol-capture):
9920         More appropriate message.
9922 2011-07-28  Bastien Guerry  <bzg@gnu.org>
9924         * org-capture.el (org-capture-clock-keep): New local variable.
9925         (org-capture, org-capture-finalize): Use it and fix a bug when
9926         :clock-keep is set to `t'.
9928 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>  (tiny change)
9930         * org-exp.el (org-export-preprocess-string): Handle include files
9931         before processing macros.
9933 2011-07-28  Bernt Hansen  <bernt@norang.ca>
9935         * org-agenda.el: Remove obsolete code for adding todo list in
9936         front of the agenda.
9938 2011-07-28  Lawrence Mitchell  <wence@gmx.li>
9940         * org-latex.el (org-export-latex-convert-table.el-table): Fix
9941         format-string for insertion of captions.
9943 2011-07-28  Nick Dokos  <nicholas.dokos@hp.com>  (tiny change)
9945         * org-exp.el (org-export-remove-comment-blocks-and-subtrees): Fix
9946         regexp.
9948 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>  (tiny change)
9950         * org.el (org-read-date-analyze): Help matching dotted European
9951         dates, like 31. 12. 2007
9953 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9955         * ob-lisp.el (org-babel-execute:lisp): Fix typo.
9957 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9959         * ob-lisp.el (org-babel-execute:lisp): Turn vectors into lists
9960         before reading by elisp.
9961         (org-bable-lisp-vector-to-list): Stub of a vector->list function,
9962         should be replaced with a cl-vector->el-vector function.
9964 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
9966         * ob-lisp.el (org-babel-execute:lisp): Now using
9967         `org-babel-reassemble-table' to apply the appropriate header
9968         arguments to results.
9970 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
9972         * org.el (org-end-of-meta-data-and-drawers): New function.
9974         * org-capture.el (org-capture-place-plain-text): Implement adding
9975         plain text templates to Org nodes.
9977 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
9979         * org-beamer.el (org-beamer-environments-extra): Fix docstring.
9981 2011-07-28  Lawrence Mitchell  <wence@gmx.li>
9983         * org-exp.el (org-export-handle-comments): Add the org-protected
9984         property to the replacement string.
9986 2011-07-28  Lawrence Mitchell  <wence@gmx.li>
9988         * org-html.el (org-export-as-html, org-html-level-start): Fix
9989         logic for section number printing when NUM is an integer.
9991 2011-07-28  Lawrence Mitchell  <wence@gmx.li>
9993         * org-latex.el (org-export-latex-special-chars): Fix regexp for
9994         `single' special characters and ellipsis.
9996 2011-07-28  Lawrence Mitchell  <wence@gmx.li>
9998         * org.el (org-point-at-end-of-empty-headline): Bind
9999         `case-fold-search' to nil.
10001 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
10003         * org-capture.el (org-capture-fill-template): Resolve new %<...>
10004         template escape.
10005         (org-capture-templates): Document new %<...> template escape.
10007 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
10009         * ob.el (org-babel-process-params): Make this function idempotent,
10010         as it will sometimes be called multiple times.
10012 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
10014         * org.el (org-ts-regexp-both): Add "]" to class of characters that
10015         should not be matched.
10016         (org-ts-regexp0, org-ts-regexp1): Do not start a class with
10017         "^]-+", because that tries to (not) match characters between "]"
10018         and "+".  Instead, move the "-" to the end of the class where it
10019         causes no harm.
10021 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
10023         * ob-R.el (org-babel-edit-prep:R): Associate the appropriate R
10024         process with the edit buffer when :session is specified.
10026 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
10028         * ob-tangle.el (org-babel-tangle-collect-blocks): Brought the link
10029         extraction code into line with a newer version of the
10030         `org-store-link' function.
10032 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
10034         * ob-lisp.el (org-babel-expand-body:lisp): New body expansion
10035         wrapping the expression in either a let or progn, and possibly a
10036         pretty-print function invocation.
10037         (org-babel-execute:lisp): Greatly simplified method of executing
10038         lisp code blocks.
10040 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
10042         * org-list.el: Move `org-update-checkbox-count-maybe' call outside
10043         of ̀save-excursion' to get back to original position.
10045 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
10047         * org.el (org-numbered-action-format): New option.
10048         (org-new-numbered-action): New command.
10049         (org-collect-todos-in-subtree): New command.
10051 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
10053         * org-exp.el (org-export-with-tasks): New option.
10054         (org-export-plist-vars): Add :tasks property.
10056 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
10058         * org-ascii.el (org-export-as-ascii): Pass the :done-tasks
10059         property to the export preprocessor.
10061         * org-docbook.el (org-export-as-docbook): Pass the :done-tasks
10062         property to the export preprocessor.
10064         * org-html.el (org-export-as-html): Pass the :done-tasks property
10065         to the export preprocessor.
10067         * org-latex.el (org-export-as-latex): Pass the :done-tasks
10068         property to the export preprocessor.
10070         * org-exp.el (org-export-with-done-tasks): New option.
10071         (org-export-plist-vars): Add entry for :done-tasks.
10072         (org-export-preprocess-string): Call `org-export-remove-done-tasks'.
10073         (org-export-remove-done-tasks): New function.
10075 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
10077         * org-latex.el (org-export-latex-keywords-maybe): Protect # in
10078         tags.
10080 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
10082         * org.el (org-find-olp): Use the level of the correct match to
10083         continue search.
10085 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
10087         * org-list.el (org-toggle-checkbox): Build value of
10088         org-keyword-time-regexp instead of using it directly, as it's
10089         buffer-local, and function might be called outside Org.
10091 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
10093         * org-list.el (org-list-struct,org-in-item-p): Don't assume end of
10094         blocks or drawers necessarily start somewhere.  It it isn't the
10095         case, treat them as normal text.
10097 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
10099         * ob-exp.el (org-babel-exp-results): Use code block name when
10100         finding cached results.
10102 2011-07-28  Julien Danjou  <julien@danjou.info>
10104         * org-latex.el (org-export-latex-date-format): Change default date
10105         format to \today.  This has the same result but respects the
10106         language set in the document by default.
10108 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
10110         * org-list.el (org-list-checkbox): When called from an headline,
10111         function would normally skip drawers, but not if a SCHEDULED or
10112         DEADLINE keyword is standing before the drawer.  Also avoid
10113         problems if function is called in buffers not is Org mode.
10115 2011-07-28  Bastien Guerry  <bzg@gnu.org>
10117         * org-clock.el (org-clock-report): Change the scope of the
10118         inserted clock report depending on whether the point is within a
10119         subtree (:scope subtree) or not (:scope file).
10121 2011-07-28  Puneeth Chaganti  <punchagan@gmail.com>
10123         * org-html.el (org-export-as-html): Fix export of footnotes
10124         containing lists, tables, quotes, etc.
10126 2011-07-28  Lawrence Mitchell  <wence@gmx.li>
10128         * org-latex.el (org-export-latex-preprocess): Correctly match
10129         starred command names.
10131 2011-07-28  Lawrence Mitchell  <wence@gmx.li>
10133         * org-html.el (org-export-as-html): Get local value of
10134         org-export-with-section-numbers from the buffer's plist.  Deal
10135         specially with the case the resulting value is an integer.
10136         (org-html-level-start): New optional argument of the option plist used
10137         instead of `org-export-with-section-numbers'.  Also deal specially
10138         with the case that the value is an integer.
10140 2011-07-28  Lawrence Mitchell  <wence@gmx.li>
10142         * org-latex.el (org-export-latex-subcontent): Deal specially with
10143         the case that NUM is an integer.
10145 2011-07-28  Bastien Guerry  <bzg@gnu.org>
10147         * org-protocol.el (org-protocol-do-capture): Allow template keys
10148         of two characters.
10149         (org-protocol-default-template-key): Update the docstring to
10150         reflect the change in `org-protocol-do-capture'.
10152 2011-07-28  Christian Egli  <christian.egli@sbszh.ch>
10154         * org-taskjuggler.el: Fix a typo in the commentary.
10156 2011-07-28  Christian Egli  <christian.egli@sbszh.ch>
10158         * org-taskjuggler.el (org-taskjuggler-open-task): Only emit a
10159         "purge allocations" statement if we are not targeting tj3.
10161 2011-07-28  Christian Egli  <christian.egli@sbszh.ch>
10163         * org-taskjuggler.el (org-taskjuggler-assign-resource-ids):
10164         Replace recursive implementation with an iterative one.
10166 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
10168         * ob-sh.el (org-babel-sh-var-to-sh): Fixed insertion of tabular
10169         data into shell variables.
10171 2011-07-28  David Maus  <dmaus@ictsoc.de>
10173         * org-html.el (org-html-handle-time-stamps): Protected linebreak
10174         element after timestamp markup.
10176 2011-07-28  David Maus  <dmaus@ictsoc.de>
10178         * org-html.el (org-html-handle-links): Don't protect img tag in
10179         link description.
10181 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
10183         * org-table.el (org-table-formula-handle-first/last-rc): Bind
10184         `char'.
10186 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
10188         * org-list.el (org-in-item-p): Re-build `org-drawer-regexp',
10189         whatever the major mode is.
10191 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
10193         * org-inlinetask.el (org-inlinetask-export-templates): Fix default
10194         templates.
10195         (org-inlinetask-export-handler): Ensure contents of inline task,
10196         if any, starts and ends with a newline character.  Refactor and
10197         comment code.
10199 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
10201         * org-capture.el (org-datetree-find-date-create): Lower-case for
10202         variable names in `define-function' form.
10204 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
10206         * org-table.el (org-table-convert-region): Throw error when
10207         SEPARATOR is smaller than 1.
10209 2011-07-28  Julien Danjou  <julien@danjou.info>
10211         * org-colview.el (org-columns-display-here): Fix heading retrieval
10212         in Org buffers.
10214 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
10216         * org-latex.el (org-export-latex-preprocess): Last brace shouldn't
10217         be on the same line as a list end marker.
10219 2011-07-28  Julien Danjou  <julien@danjou.info>
10221         * org.el (org-icompleting-read): Do not use useless lambda.
10223 2011-07-28  Julien Danjou  <julien@danjou.info>
10225         * org-agenda.el (org-format-agenda-item): Fix length computing.
10227 2011-07-28  Julien Danjou  <julien@danjou.info>
10229         * org-agenda.el (org-format-agenda-item): Fix comment and use
10230         `add-text-properties'.
10232 2011-07-28  Julien Danjou  <julien@danjou.info>
10234         * org-agenda.el (org-agenda-highlight-todo): Remove useless
10235         `concat'.
10237 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
10239         * org-list.el (org-list-to-generic): Set a default term for
10240         ill-formed description lists.  Do not insert newline characters
10241         unless told to.
10242         (org-list-to-texinfo,org-list-to-html): Apply changes to
10243         `org-list-parse-liste'.
10245 2011-07-28  Bastien Guerry  <bzg@gnu.org>
10247         * org-clock.el (org-clock-clocktable-language-setup): Add a
10248         string.
10249         (org-clocktable-write-default): Use the new localized string
10250         in `org-clock-clocktable-language-setup'.
10252 2011-07-28  Bastien Guerry  <bzg@gnu.org>
10254         * org-taskjuggler.el (org-taskjuggler-compute-task-leafiness):
10255         (org-taskjuggler-assign-resource-ids): Replace recursive
10256         implementation with an iterative one.
10258 2011-07-28  Christian Egli  <christian.egli@alumni.ethz.ch>
10260         * org-taskjuggler.el (org-taskjuggler-components): Escape quotes
10261         in headlines.
10263 2011-07-28  Christian Egli  <christian.egli@alumni.ethz.ch>
10265         * org-taskjuggler.el (org-taskjuggler-compute-task-leafiness):
10266         Compute the leafiness of a node.
10267         (org-taskjuggler-open-task, org-export-as-taskjuggler): Mark a
10268         node as a milestone if it is a leaf and has no effort.
10270 2011-07-28  Christian Egli  <christian.egli@alumni.ethz.ch>
10272         * org-taskjuggler.el (org-export-taskjuggler-target-version):
10273         (org-taskjuggler-targeting-tj3-p): Add some minimal infrastructure
10274         to handle export to both tj2 and tj3.
10275         (org-taskjuggler-open-task): Use a different way to purge
10276         allocations for tj2 and tj3.
10278 2011-07-28  Matt Lundin  <mdl@imapmail.org>
10280         * org-footnote.el (org-footnote-auto-label): New random option.
10282         * org-footnote.el (org-footnote-new): Create random footnote
10283         labels with unique ids.
10285 2011-07-28  Matt Lundin  <mdl@imapmail.org>
10287         * org-footnote.el (org-footnote-create-definition): Allow for
10288         footnote sections above the current footnote insertion point.
10290 2011-07-28  Matt Lundin  <mdl@imapmail.org>
10292         * org-footnote.el (org-footnote-create-definition): Don't search
10293         for last footnote when in org-mode file.
10295 2011-07-28  Bastien Guerry  <bzg@gnu.org>
10297         * org-html.el (org-export-as-html): Handle links with
10298         `org-html-handle-links' after we handle special characters
10299         conversions.
10300         (org-html-make-link, org-export-html-format-image): Don't
10301         protect html with @ anymore, as links are now handled after
10302         special characters conversions.
10304 2011-07-28  Julien Danjou  <julien@danjou.info>
10306         * org-agenda.el (org-agenda-get-timestamps):
10307         (org-agenda-get-scheduled): Fix call to `org-format-agenda-item'.
10308         (org-format-agenda-item): Remove no-prefix argument.
10309         (org-agenda-change-all-lines): Call org-format-agenda-item without the
10310         no-prefix argument.
10312 2011-07-28  Julien Danjou  <julien@danjou.info>
10314         * org-agenda.el (org-agenda-highlight-todo): Stop using
10315         prefix-length.
10316         (org-cmp-alpha): Stop using prefix-length.
10317         (org-agenda-open-link): Stop using prefix-length.
10318         (org-agenda-change-all-lines): Stop using prefix-length.
10320         * org-colview.el (org-columns-display-here): Stop using
10321         prefix-length.  Always return claned items.
10323         * org-mobile.el (org-mobile-write-agenda-for-mobile): Stop using
10324         prefix-length.
10326 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
10328         * ob-tangle.el (org-babel-tangle-collect-blocks): Don't call
10329         `org-store-link' interactively as it can confuse the setting of
10330         `org-link-to-org-use-id' and cause undue edits to the org-mode
10331         buffer during tangling.
10333 2011-07-28  David Maus  <dmaus@ictsoc.de>
10335         * org-html.el (org-export-html-format-image): Protect <p> element
10336         of image caption.
10338 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
10340         * org.el (org-read-date-force-compatible-dates): New option.
10341         (org-read-date, org-read-date-analyze): Check representable date range.
10343 2011-07-28  Bastien Guerry  <bzg@gnu.org>
10345         * org-html.el (org-export-as-html): Fix export of email.
10347 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
10349         * ob-tangle.el (org-babel-spec-to-string): Check value of padline
10350         on tangling, no longer use the now-removed variable
10351         `org-babel-tangle-pad-newline'.
10353         * ob.el (org-babel-header-arg-names): Add padline to the list of
10354         header argument names.
10355         (org-babel-default-header-args): Set the default value of padline to
10356         "yes".
10357         (org-babel-merge-params): Cleaned up the merge logic, added padline.
10359 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
10361         * ob.el (org-babel-header-arg-names): Adding "shebang" to known
10362         code block header argument names.
10364 2011-07-28  Bastien Guerry  <bzg@gnu.org>
10366         * org-crypt.el: Remove useless TODO in comments.
10368 2011-07-28  Bastien Guerry  <bzg@gnu.org>
10370         * org-html.el (org-export-as-html): The default postamble now only
10371         export a date paragraph if `org-export-time-stamp-file' is
10372         non-nil.
10374 2011-07-28  Bastien Guerry  <bzg@gnu.org>
10376         * org-exp.el (org-export-xml): Remove the defgroup of
10377         org-export-xml.
10379 2011-07-28  Bastien Guerry  <bzg@gnu.org>
10381         * org-html.el (org-export-html-insert-plist-item): Remove.
10382         (org-export-html-preamble): Default to `t'.  Accept functions.
10383         (org-export-html-postamble): Default to `auto'.  Accept
10384         functions and distinguish between 'auto (no formatting string)
10385         and `t' (default formatting string).
10386         (org-export-as-html): Handle org-export-html-preamble and
10387         org-export-html-postamble new defaults/allowed values.
10388         Define email and creator-info before using them.
10390 2011-07-28  Bastien Guerry  <bzg@gnu.org>
10392         * org-html.el (org-export-html-protect-char-alist): Fix typo in
10393         custom type definition.
10395 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
10397         * ob-exp.el (org-babel-exp-do-export): Now runs for empty :session
10398         arguments.
10400 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
10402         * org-list.el (org-list-parse-list): Fixed regexp.
10404 2011-07-28  David Maus  <dmaus@ictsoc.de>
10406         * org-html.el (org-export-html-format-image): Protect image
10407         elements.
10409 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
10411         * ob-tangle.el (org-babel-tangle-body-hook): Hook for changing the
10412         contents of a code block body on export.
10413         (org-babel-tangle-collect-blocks): Apply
10414         `org-babel-tangle-body-hook' to the collected bodies of code blocks.
10416 2011-07-28  David Maus  <dmaus@ictsoc.de>
10418         * org-html.el (org-html-make-link, org-html-handle-links): Protect
10419         generated XHTML elements.
10420         (org-export-as-html): Expand character entities after creating markup
10421         for links and timestamps.
10423 2011-07-28  Bastien Guerry  <bzg@gnu.org>
10425         * org-html.el (org-export-as-html): Bugfix: insert email
10426         correctly.
10428 2011-07-28  Bastien Guerry  <bzg@gnu.org>
10430         * org-html.el: Bugfix: prevent infinite matching of the `&'
10431         character.
10433 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
10435         * org.el (org-fill-paragraph): `fill-forward-paragraph' function
10436         has been introduced with emacs 23.1.
10438 2011-07-28  Bastien Guerry  <bzg@gnu.org>
10440         * org-attach.el: Allow to store a link to the attach-dir location.
10442 2011-07-28  Puneeth Chaganti  <punchagan@gmail.com>
10444         * org-agenda.el (org-agenda-bulk-action): Allow the user to run a
10445         function.
10447 2011-07-28  Bernt Hansen  <bernt@norang.ca>
10449         * org-clock.el (org-clock-in): Allow clocking in new tasks
10450         inserted before the current clocking task.
10452 2011-07-28  Bernt Hansen  <bernt@norang.ca>
10454         * org-clock.el (org-clock-in): Set default clocking task when
10455         already clocking the task.
10457 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
10459         * org.el (org-adaptive-fill-function): When a region is specified
10460         first line of paragraph isn't skipped, so fill-paragraph have to
10461         be computed even if point is at an item.
10463 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
10465         * org-list.el (org-list-in-valid-block-p): New function.
10466         (org-at-item-p,org-list-search-generic): Use new function.
10468 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
10470         * org.el (org-indent-line-function): Text in both a list and a
10471         valid block is indented with regards to current item, not to block
10472         boundaries.
10474 2011-07-28  Manuel Giraud  <manuel.giraud@univ-nantes.fr>
10476         * org-html.el (org-format-org-table-html): Fix anchors in HTML
10477         export (thanks to <aankhen@gmail.com>)
10478         (org-html-protect): Fix a  bug that prevents some target to be
10479         rendered correctly.
10481 2011-07-28  Bastien Guerry  <bzg@gnu.org>
10483         * org.el (org-default-properties): Add EXPORT_TEXT.
10485 2011-07-28  Matt Lundin  <mdl@imapmail.org>
10487         * org-footnote.el (org-footnote-create-definition)
10488         (org-insert-footnote-reference-near-definition): Fix sorting
10489         of footnotes.
10491 2011-07-28  Manuel Giraud  <manuel.giraud@univ-nantes.fr>
10493         * org-html.el (org-export-as-html): Bugfix: don't insert closing
10494         HTML tags when exporting body only.
10496 2011-07-28  Jason Dunsmore  <emacs-orgmode@deathroller.dunsmor.com>  (tiny change)
10498         * org.el (org-back-over-empty-lines): Bugfix.  Honor
10499         `org-blank-before-new-entry' correctly in various contexts.
10501 2011-07-28  Bastien Guerry  <bzg@gnu.org>
10503         * org-macs.el (org-with-wide-buffer): Bugfix: use `save-excursion'
10504         and `save-restriction'.
10506 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
10508         * org-timer.el (org-timer-item): `save-excursion' prevents
10509         `org-list-struct' to get the list structure when point isn't on
10510         the first line of the item.
10512 2011-07-28  Bastien Guerry  <bzg@gnu.org>
10514         * org-capture.el (org-capture-templates): New option
10515         :no-clock-out.
10516         (org-capture): Use the new option.
10518 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
10520         * org-list.el (org-update-checkbox-count): Ensure cookies on an
10521         heading are correctly updated when checkboxes are hidden.  It
10522         allows, for example, to use C-c C-x C-b on a collapsed tree and
10523         still get the update.
10525 2011-07-28  David Maus  <dmaus@ictsoc.de>
10527         * org-exp.el (org-export-visible): Accept keys for
10528         `org-export-as-html-to-buffer' and `org-export-region-as-html'.
10530 2011-07-28  Bastien Guerry  <bzg@gnu.org>
10532         * org.el (org-duration-string-to-minutes): Don't use
10533         `rx-to-string'.
10535 2011-07-28  Lawrence Mitchell  <wence@gmx.li>
10537         * org.el (org-effort-durations): New variable.
10539         * org.el (org-duration-string-to-minutes): New function.
10541         * org-agenda.el (org-agenda-filter-effort-form)
10542         (org-format-agenda-item): Use it.
10544         * org-clock.el (org-clock-notify-once-if-expired)
10545         (org-clock-modify-effort-estimate, org-clock-get-clock-string): Use it.
10547 2011-07-28  Bastien Guerry  <bzg@gnu.org>
10549         * org-agenda.el (org-agenda-run-series): Rename from
10550         `org-run-agenda-series'.
10552 2011-07-28  Bastien Guerry  <bzg@gnu.org>
10554         * org-capture.el: Don't allow currentfile anymore.
10556 2011-07-28  Bastien Guerry  <bzg@gnu.org>
10558         * org-agenda.el (org-agenda-list): Fix bug: don't rely on
10559         `org-agenda-current-span' when calling `org-agenda-list'.
10561 2011-07-28  Bastien Guerry  <bzg@gnu.org>
10563         * org-capture.el (org-capture-put-target-region-and-position):
10564         New function to store information about the target buffer.
10565         (org-capture-set-target-location): Use it.
10566         (org-capture-finalize): Restore the target buffer in its
10567         possibly narrowed state.  Also restore the cursor position.
10569 2011-07-28  Bastien Guerry  <bzg@gnu.org>
10571         * org-crypt.el (auto-save-default): Make sure entries are
10572         encrypted before auto-saving.
10574 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
10576         * org-inlinetask.el (org-inlinetask-promote)
10577         (org-inlinetask-demote): New functions.
10579 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
10581         * org.el (org-demote-subtree,org-promote-subtree): Wrap
10582         `org-map-tree' into `org-with-limited-levels' macro, so it avoids
10583         operating on inline tasks.
10585 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
10587         * org.el (org-narrow-to-subtree): Ensure `org-back-to-heading'
10588         will move point to a real heading and not an inline task by
10589         wraping function into a `org-with-limited-levels' macro.
10591 2011-07-28  Bastien Guerry  <bzg@gnu.org>
10593         * org-capture.el (org-capture-finalize): New argument clock-out,
10594         to tell whether finalizing the capture process should clock out
10595         the running clock.
10596         (org-capture): Use the new argument.
10598 2011-07-28  Bastien Guerry  <bzg@gnu.org>
10600         * org.el (org-refile-get-targets): Rename from
10601         `org-get-refile-targets'.
10603 2011-07-28  Bastien Guerry  <bzg@gnu.org>
10605         * org-exp.el (org-export-table-remove-empty-lines): New custom
10606         variable.
10607         (org-export-remove-special-table-lines): Use it.
10609 2011-07-28  Bastien Guerry  <bzg@gnu.org>
10611         * org-table.el (org-table-fix-formulas-confirm): New custom
10612         variable.
10613         (org-table-insert-column, org-table-delete-column)
10614         (org-table-move-column, org-table-move-row)
10615         (org-table-insert-row, org-table-kill-row): Use it.
10617 2011-07-28  Tassilo Horn  <tassilo@member.fsf.org>
10619         * org.el (org-refile-get-location): Set and show default value.
10620         (org-goto, org-refile): Adapt calls.
10622 2011-07-28  Bastien Guerry  <bzg@gnu.org>
10624         * org-mobile.el (org-mobile-files-exclude-regexp): New custom
10625         variable.
10626         (org-mobile-files-alist): Use it.
10628 2011-07-28  Bastien Guerry  <bzg@gnu.org>
10630         * org.el (org-todo): Bugfix: use `org-with-wide-buffer' to check
10631         against headings outside of a narrowed buffer.
10633 2011-07-28  Bastien Guerry  <bzg@gnu.org>
10635         * org.el (org-confirm-shell-link-not-regexp)
10636         (org-confirm-elisp-link-not-regexp): New custom variables.
10637         (org-open-at-point): Use the new custom variables.
10639 2011-07-28  Lawrence Mitchell  <wence@gmx.li>
10641         * org-latex.el: Place \title \author \date before
10642         \begin{document}.
10644 2011-07-28  Bastien Guerry  <bzg@gnu.org>
10646         * org-html.el (org-export-html-preamble)
10647         (org-export-html-postamble): Now default to `nil'.
10648         (org-export-as-html): When :html-pre/postamble is nil, fall
10649         back on the default pre/postamble, which depends on the
10650         :author-info, :email-info, :creator-info options.
10652 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
10654         * ob-exp.el (org-babel-exp-results): Don't use cached results if
10655         there is no hash.
10657 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
10659         * org-table.el (org-table-eval-formula): Treat relative column
10660         refs.
10662 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
10664         * org-table.el (org-table-use-standard-references): Change default
10665         to `from'.
10667 2011-07-28  Bastien Guerry  <bzg@gnu.org>
10669         * org.el (org-move-subtree-down): Leave the cursor at the same
10670         column we were at.
10672 2011-07-28  Bastien Guerry  <bzg@gnu.org>
10674         * org-attach.el (org-attach-store-link-p): New variable.
10675         (org-attach-store-link): New function.
10676         (org-attach-attach): When `org-attach-store-link-p' is
10677         non-nil, store a link in `org-stored-links' to a newly
10678         attached file.
10680 2011-07-28  Bastien Guerry  <bzg@gnu.org>
10682         * org-exp.el (org-export-remove-headline-metadata): Bugfix: don't
10683         case-fold-search to avoid mixing TODO keywords with real headline
10684         words.
10686 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
10688         * org-table.el (org-table-fedit-finish): Read more general LHS of
10689         formulas.
10690         (org-table-formula-handle-@L): New function to hanle @L references.
10691         (org-table-current-ncol): New variable.
10692         (org-table-line-to-dline): New function.
10693         (org-table-get-stored-formulas): Accept range formulas as matches.
10694         (org-table-get-specials): Compute and store the number of columns.
10695         (org-table-get-range): New optional argument CORNERS-ONLY, to retrieve
10696         only the region marked by the range, not the content.
10697         (org-table-recalculate): Call `org-table-expand-lhs-ranges' to expand
10698         range targets.  Also check for duplicate access to fields.
10699         (org-table-expand-lhs-ranges): New funktion.
10700         (org-table-get-remote-range): Bind `org-table-current-ncol' to protect
10701         the caller's value.
10702         (org-table-edit-formulas): Support highlighting of range targets.
10703         (org-table-field-info): Handle renge formulas.
10705 2011-07-28  Bastien Guerry  <bzg@gnu.org>
10707         * org-html.el (org-export-html-postamble-format)
10708         (org-export-html-preamble-format): Explain how to escape the
10709         `%' character.
10711 2011-07-28  Bastien Guerry  <bzg@gnu.org>
10713         * org-exp-bibtex.el (org-export-bibtex-preprocess): Use
10714         `org-export-current-backend'.
10716 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
10718         * ob.el (org-babel-read): Read string variable values wrapped in
10719         double quotes, removing the quotes.
10721 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
10723         * ob-exp.el (org-babel-exp-results): Ensure that processed params
10724         are send to org-babel-execute-src-block.
10726 2011-07-28  Bastien Guerry  <bzg@gnu.org>
10728         * org-special-blocks.el
10729         (org-special-blocks-make-special-cookies): Use
10730         `org-export-current-backend'.
10732 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
10734         * ob-exp.el (org-babel-exp-in-export-file): Now takes the language
10735         as an argument.
10736         (org-babel-exp-src-block): Explicitly pass language to
10737         `org-babel-exp-in-export-file'.
10738         (org-babel-exp-inline-src-blocks): Removed unused code.
10739         (org-babel-exp-results): Explicitly pass language to
10740         `org-babel-exp-in-export-file'.
10742 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
10744         * ob-calc.el (org-babel-execute:calc): Unquote quoted vectors
10745         returned from calc-eval.
10747 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
10749         * ob.el (org-babel-read): Pass elisp vectors through to code
10750         blocks.
10752 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
10754         * ob.el (org-src-lang-modes): Defvar.
10755         (org-at-item-p): Declare function.
10757         * ob-calc.el (calc-store): Require.
10758         (var-syms): Defvar.
10760         * ob-python.el (py-default-interpreter): Defvar.
10762 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
10764         * org-exp-blocks.el (backend): defvar.
10766 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
10768         * org-agenda.el (org-agenda-get-scheduled):
10769         (org-agenda-get-timestamps): Bind local variable `show-all'.
10771 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
10773         * ob-ref.el (org-at-item-p): Declare function.
10775         * org-agenda.el (diary-time-regexp): defvar.
10777         * org-archive.el (org-archive-subtree): Bind local variable
10778         `infile-p'.
10780         * org-capture.el (org-capture-insert-template-here): Get template
10781         text from property list, to avoid byte compiler message.
10783         * org-latex.el (org-export-latex-tables): Bind local variable
10784         `width'.
10786         * org-special-blocks.el (org-compat): Add require statement.
10788         * org-table.el (orgtbl-ctrl-c-ctrl-c): Bind local variable
10789         `const-str'.
10791         * org.el (org-eval): Moved function here from org-agenda.el.
10793 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
10795         * ob.el (org-babel-read-table): Inhibit lisp evaluation of values
10796         when reading from tables.
10797         (org-babel-read-list): Inhibit lisp evaluation of values when
10798         reading from lists.
10799         (org-babel-read): Add optional argument which can be used to inhibit
10800         lisp evaluation of value.
10802 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
10804         * ob-table.el (sbe): Ensure that ob-trim is only called on
10805         strings.
10807 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
10809         * ob-exp.el (org-babel-exp-results): On export, ensure that the
10810         result hash is resolved in the original org-mode file.
10812 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
10814         * org-exp.el (org-export-mark-list-end): Change end marker.
10816         * org-docbook.el (org-export-docbook-list-line): Use new marker.
10818         * org-html.el (org-html-export-list-line): Use new marker.
10820         * org-latex.el (org-export-latex-lists): Use new marker.
10822 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
10824         * org-latex.el (org-export-latex-lists): Make sure markers used
10825         for export are taken into account by temporarily setting an
10826         appropriate value for `org-list-ending-method'.
10828 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
10830         * org-exp-blocks.el (org-exp-blocks-block-regexp): Wrapping block
10831         regexp into its own variable, also allowing match of empty bodies.
10832         (org-export-blocks-preprocess): Using new regexp variable.
10834 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
10836         * ob.el (org-babel-src-block-regexp): Code block regexp now
10837         matches blocks with empty bodies.
10839 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
10841         * ob.el (org-babel-script-escape): If script escaped value doesn't
10842         parse cleanly, then return it literally.
10844 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
10846         * ob-exp.el (org-babel-exp-src-block): When block will eventually
10847         be evaluated, pre-calculate the hash before noweb expansion, and
10848         expand the parameters before hash calculation.
10849         (org-babel-exp-do-export): Pass pre-calculated hash through to
10850         `org-babel-exp-results'.
10851         (org-babel-exp-results): Compare pre-calculated hash to results hash.
10853 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
10855         * ob.el (org-babel-sha1-hash): Sort list values to header
10856         arguments, and sort the words in strings.
10858 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
10860         * ob-ref.el (org-babel-ref-index-list): Special handling of hline
10861         rows.
10863 2011-07-28  Julien Danjou  <julien@danjou.info>
10865         * org-macs.el (org-with-point-at): Store evaluated version of
10866         pom.  This fixes a potential bug when using (org-with-point-at
10867         (func) …), where (func) would be evaluated multiple times,
10868         therefore might return different results if a marker was returned
10869         and different each time.
10871 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
10873         * org.el (org-open-at-point): If a link to a radio target is the
10874         first, (resp. the last), element of a buffer, function cannot find
10875         the property change required to get its boundaries, and
10876         `buffer-substring' is called with an invalid nil argument.
10878 2011-07-28  Bastien Guerry  <bzg@gnu.org>
10880         * org-table.el (org-table-copy-down): Fix docstring.
10882 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
10884         * ob-latex.el (org-babel-execute:latex): Add imagemagick options,
10885         and for file types other than png and PDF it uses imagemagick to
10886         convert a compiled PDF file to the desired file type.
10887         (convert-pdf): Convert a PDF file to a new file type using
10888         imagemagick.
10890 2011-07-28  Puneeth Chaganti  <punchagan@gmail.com>
10892         * org-capture.el (org-capture-fill-template): Fix bug with the
10893         display of interactive prompt in templates expansion.
10895 2011-07-28  Reiner Steib  <reiner.steib@gmx.de>
10897         * org-clock.el (org-clock-display): Document how to remove subtree
10898         times.
10900 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
10902         * org-exp-blocks.el (org-export-blocks-format-comment): Explicitly
10903         append a newline to the body.
10905 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
10907         * org-list.el (org-list-insert-item): When computing size of item
10908         being inserted, function has to take into account that indentation
10909         may not only be made of spaces.
10911 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
10913         * org-clock.el (org-clock-find-position): If a list was adjacent
10914         to some clocks and a drawer was going to be created, only the
10915         first element of the list would make it into the drawer.
10917 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
10919         * org-list.el (org-toggle-checkbox): Fix bug where top item in
10920         list was omitted when checking boxes.
10922 2011-07-28  Dan Davison  <dandavison7@gmail.com>
10924         * ob-R.el: Don't print result to echo area after evaluation.
10926 2011-07-28  Bastien Guerry  <bzg@gnu.org>
10928         * org-capture.el (org-capture-refile): Fix typo in docstring.
10930 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
10932         * ob-calc.el (org-babel-execute:calc): Call out to new function
10933         for variables resolution.
10934         (ob-calc-maybe-resolve-var): Resolve (possibly recursively)
10935         variables in calc expressions.
10937 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
10939         * ob-C.el (org-babel-tangle-lang-exts): Replace "c++" with "C++".
10940         (org-babel-C++-compiler): Replace "c++" with "C++".
10941         (org-babel-execute:cpp): Replace "c" with "C++".
10942         (org-babel-execute:C++): Replace "c" with "C++".
10943         (org-babel-expand-body:C++): Replace "c" with "C++".
10944         (org-babel-C-execute): Replace "c" with "C++".
10946 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
10948         * ob-ref.el (org-babel-ref-at-ref-p): Only try to read results as
10949         a list if at the *beginning* of a list item.
10951         * ob.el (org-babel-read-result): Only try to read results as a
10952         list if at the *beginning* of a list item.
10954 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
10956         * org-list.el (org-cycle-item-indentation): Do not break an
10957         indentation cycle because visibility cycling is requested.  This
10958         happens when an item becomes a parent, due to indentation change.
10959         Not considered empty anymore, the function cannot change its
10960         indentation again.
10962 2011-07-28  Bastien Guerry  <bzg@gnu.org>
10964         * org-clock.el (org-clocktable-write-default): Bugfix: falls back
10965         on `org-export-default-language' when no :lang parameter is set.
10967 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
10969         * org-capture.el (org-capture-expand-file): New function.
10970         (org-capture-target-buffer):
10971         (org-capture-set-target-location): Use `org-capture-expand-file'.
10973 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
10975         * ob.el (org-babel-read-list): Reading the value of a list has
10976         been updated to reflect the new structure of org-mode lists in
10977         elisp.
10978         (org-babel-insert-result): Writing code block results to lists has
10979         been updated to reflect the new list structure.
10980         (org-babel-result-end): Remove a previous change to end-of-list
10981         marker detection.
10983 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
10985         * org-list.el (org-cycle-item-indentation): Each time the function
10986         moves item back to child position, a white space is added to the
10987         line.
10989 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
10991         * ob.el (org-babel-process-params): Allow elisp code in
10992         specification of results header arguments.
10994 2011-07-28  Bastien Guerry  <bzg@gnu.org>
10996         * org-agenda.el (org-agenda-append-agenda): New command.
10997         (org-agenda-mode-map): New keybinding to this new command.
10999 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11001         * org.el (org-ctrl-c-ctrl-c): Call `org-list-send-list' only when
11002         cursor it at very first item of the list, as specified in the
11003         manual.  Also refactored the list part of the function a bit.
11005 2011-07-28  Bastien Guerry  <bzg@gnu.org>
11007         * org-agenda.el (org-agenda): Set the 'last-args property to nil
11008         when calling `org-agenda'.  Don't kill the local variable
11009         `org-agenda-current-span'.
11010         (org-run-agenda-series): Use the new property 'last-args.
11011         (org-agenda-change-time-span): Use the dynamically set
11012         `org-agenda-overriding-arguments' variable when non-nil.
11014 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
11016         * ob.el (org-babel-result-end): Adjust marker of list end to
11017         changes in the list format.
11019 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11021         * org-list.el (org-toggle-checkbox, org-update-checkbox-count): No
11022         need to wrap `org-entry-get' in `ignore-errors'.
11024 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11026         * org.el (org-toggle-item, org-toggle-heading): Make sure every
11027         sub-item in a list is changed into a sub-heading and sub-headings
11028         are translated into sub-items.  Also ignore inline tasks in the
11029         process.
11031 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11033         * org-exp.el (org-export-select-backend-specific-text): Add
11034         `original-indentation' property when replacing #+begin_backend and
11035         #+backend blocks with their content.  This is needed for lists, as
11036         they must know if the block belonged to them.
11038 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11040         * org-html.el (org-html-export-list-line): Insert a newline
11041         character before ending an item, as anchor could be on a line
11042         going to be deleted, like a drawer ending string.
11044         * org-list.el (org-list-to-html): Same.
11046 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11048         * org.el (org-set-autofill-regexps): Use `org-item-re' in
11049         `paragraph-start' to recognize alphabetical lists.
11050         (org-fill-paragraph): Enforce a pre-computed fill-prefix before
11051         calling `fill-paragraph' when point is in an item.  Also prevent
11052         paragraphs getting merged into an adjacent list upon filling.
11053         (org-adaptive-fill-function): Make sure to determine real
11054         fill-prefix for auto-fill.
11055         (org-auto-fill-function): Use a pre-computed fill-prefix before
11056         calling `do-auto-fill'.
11058         * org-list.el (org-list-item-body-column): New function.
11060 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11062         * org-inlinetask.el (org-inlinetask-at-task-p)
11063         (org-inlinetask-toggle-visibility): New functions.
11065         * org-list.el (org-list-set-item-visibility): New function.
11067         * org.el (org-cycle, org-cycle-internal-local): Separate lists and
11068         inline tasks from headlines.
11069         (org-outline-level): Do not consider lists as headlines.  Cycling
11070         visibility is using different tools.
11072 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11074         * org-list.el (org-list-struct): Mark items less indented than top
11075         item of the list, so that they will be modified.
11076         (org-list-struct-apply-struct): Compare struct's indentation with
11077         line's indentation instead of old-struct's.  This is needed
11078         because `org-list-struct' automatically fixes indentation so
11079         changes might not be seen otherwise.
11081         * org.el (org-ctrl-c-ctrl-c): Small refactoring.
11083 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11085         * org-list.el (org-update-checkbox-count): When a part of the
11086         buffer is processed to count checkboxes, lists are read from top
11087         to bottom, but inside lists (in drawers, blocks, or inline tasks)
11088         are skipped.  Thus, cookies cannot be updated.  This patch
11089         enforces reading of such lists if counter is itself in a special
11090         context.
11092 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11094         * org-list.el (org-list-struct-apply-struct): Inline tasks along
11095         with their content must stay at column 0 even if the item is
11096         gaining indentation.  Moreover, fix indentation of text in an
11097         inline task, now it can be in such a task within a list.
11099 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11101         * org-list.el (org-at-item-p): Also verify context is valid.
11102         Otherwise it would recognize valid items where `org-in-item-p'
11103         wouldn't.
11104         (org-in-item-p, org-list-struct-apply-struct): Use shorter version
11105         of org-at-item-p.
11106         (org-cycle-list-bullet): Fix typo.
11107         (org-list-parse-list): Avoid calling `org-at-item-p' two times by
11108         using an appropriate regexp.
11110         * org.el (org-indent-line-function): Use an appropriate regexp
11111         instead of calling `org-at-item-p' two times.
11113 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11115         * org-list.el (org-in-item-p): When point was just after
11116         org-list-end-re, check wouldn't be done for starting line.  So, if
11117         the first line was an item, it wouln't be noticed and function
11118         would return nil.  Simplify and comment code.
11120 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11122         * org.el (org-toggle-item): When used on normal text, ensure every
11123         line in region is included in the new item, regardless of its
11124         original indentation.
11126 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11128         * org-list.el (org-list-struct-apply-struct): If end of list was
11129         at eol, for example, with list inside a block, the last list
11130         wouldn't be shifted.  Thus, the patch ensures no blank lines is
11131         skipped.
11133 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11135         * org.el (org-toggle-item): Now accepts a prefix argument.  When
11136         used without argument on normal text, it will make the whole
11137         region one item.  With an argument, it defaults to old behavior:
11138         change each line in region into an item.
11140 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11142         * org.el (org-return): When called from inside an item with the
11143         indent flag, function should keep text moved inside the item.
11144         This allows to use C-j to separate lines in an item: cursor won't
11145         go back to column 0.
11147 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11149         * org-list.el (org-list-struct): When a line has org-example
11150         property, skip the entire block.  This is needed during export,
11151         for example when src blocks in org markup contain lists, and are
11152         returned verbatim because org isn't in the list of interpreted
11153         languages.
11155 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11157         * org-list.el (org-in-item-p): Handle special cases when function
11158         is called with cursor amidst `org-list-end-re' or at an inline
11159         task.
11161 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11163         * ob.el (org-babel-result-end): Apply renaming.
11165         * org-exp.el (org-export-mark-list-properties): Apply renaming.
11167         * org-list.el (org-list-prevs-alist): Renamed from
11168         `org-list-struct-prev-alist'.
11169         (org-list-parents-alist): Renamed from `org-list-struct-parent-alist'.
11170         (org-list-write-struct): Renamed from `org-list-struct-fix-struct'.
11171         (org-list-parse-list, org-sort-list, org-list-indent-item-generic)
11172         (org-toggle-checkbox, org-update-checkbox-count)
11173         (org-cycle-list-bullet, org-list-repair, org-insert-item)
11174         (org-move-item-up, org-move-item-up, org-move-item-down)
11175         (org-next-item, org-previous-item, org-end-of-item-list)
11176         (org-beginning-of-item-list, org-apply-on-list): Apply renaming.
11177         (org-get-bullet): Removed function, as it is not needed anymore.
11179 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11181         * org-list.el (org-list-insert-item-generic): Change arguments.
11182         The function now accepts structure and previous items alist.  This
11183         allows to insert an item programmatically more easily.
11184         (org-insert-item): Apply changes to
11185         `org-list-insert-item-generic'.  The function now takes care about
11186         repairing structure and updating checkboxes.
11188         * org-timer.el (org-timer-item): Apply changes to
11189         `org-list-insert-item-generic'.  The function now takes care about
11190         repairing structure.
11192 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11194         * org-list.el (org-list-make-subtree): Function now uses
11195         `org-list-parse-list mechanism'.
11196         (org-list-make-subtrees): Removed function.
11197         (org-list-to-generic): Added a parameter and every parameter can
11198         be a sexp returning a string, for finer control.
11199         (org-list-to-html, org-list-to-latex, org-list-to-texinfo): Slight
11200         modifications to apply changes to `org-list-to-generic'.
11201         (org-list-to-subtree): New function.
11203 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11205         * org.el (org-beginning-of-line): Apply changes to
11206         `org-item-beginning-re' to correct sub-expression reference.
11208 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11210         * org-docbook.el (org-export-docbook-list-line): Even with
11211         alphabetical lists, Org shouldn't enforce a particular list type
11212         to exporters.  This is a job for style files.
11214         * org-html.el (org-html-export-list-line): Ib idem.
11216 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11218         * org-list.el (org-at-item-counter-p): New function.
11219         (org-list-parse-list): Handle counters and list depth.
11220         (org-list-to-generic): A special string is used when an item has a
11221         counter.
11222         (org-list-to-latex): Use new special string for counters.  This
11223         fixes the counter bug in LaTeX export, as the enumi counter was
11224         the only one modified.
11226         * org-latex.el (org-export-latex-lists): Use new
11227         `org-list-parse-list' output.
11229 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11231         * org-list.el (org-list-get-list-type): New function.
11232         (org-list-parse-list): Use new function.
11234         * org-html.el (org-html-export-list-line): Use new function.
11236         * org-docbook.el (org-export-docbook-list-line): Use new function.
11238 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11240         * org-list.el (org-alphabetical-lists): New variable
11241         (org-item-re, org-list-full-item, org-cycle-list-bullet)
11242         (org-list-struct-fix-bul, org-list-inc-bullet-maybe): Reflect
11243         introduction of the new variable.
11244         (org-item-beginning-re): Changed into a function, so any
11245         modification of `org-alphabetical-lists' will not require
11246         reloading Org.
11247         (org-at-item-p, org-toggle-checkbox, org-update-checkbox-count)
11248         (org-list-parse-list, org-list-send-list): Reflect changes to
11249         `org-item-beginning-re'.
11250         (org-list-use-alpha-bul-p): New function.
11252         * org.el (org-check-for-hidden): Reflect changes to
11253         `org-item-beginning-re'.
11255         * org-capture.el (org-capture-place-item): Reflect changes to
11256         `org-item-beginning-re'.
11258         * org-docbook.el (org-export-docbook-list-line): Handle New type
11259         of items.
11261         * org-exp.el (org-export-mark-list-end)
11262         (org-export-mark-list-properties): Reflect changes to
11263         `org-item-beginning-re'.
11265         * org-html.el (org-html-export-list-line): Handle new type of
11266         items.
11268         * org-latex.el (org-export-latex-lists): Handle new type of items
11269         and reflect changes to `org-item-beginning-re'.
11271         * org-ascii.el (org-export-ascii-preprocess): Handle new counters.
11273 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11275         * org-list.el (org-list-end-re): Removed function and made it a
11276         variable.  There's no need for the overhead of calling the
11277         function every at every line in a list.  User will have to reload
11278         Org if he change value of either `org-list-end-regexp' or
11279         `org-empty-line-terminates-plain-lists'.
11280         (org-in-item-p,org-list-struct,org-list-parse-list): Apply change.
11282         * org-exp.el (org-export-mark-list-end)
11283         (org-export-mark-list-properties): Apply change.
11285         * org-latex.el (org-export-latex-lists): Apply change.  Also
11286         prevent items with org-example property to be considered as real
11287         items.
11289 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11291         * org-inlinetask.el (org-inlinetask-export-templates): Slightly
11292         modify templates so environment boundaries don't interfere with
11293         content of task.  Unprotect content of task so it might benefit
11294         from further transformations.  Set original-indentation property to
11295         a high value to ensure that task is always in the last item of the
11296         list.  Also, apply templates later in export process.
11298         * org-list.el (org-list-struct): Fix inline task skipping.
11300 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11302         * org-latex.el (org-export-latex-lists): Search for unprotected
11303         items only, and redefine `org-at-item'.  This change is required
11304         when verbatim lists are inserted during export, usually by Babel.
11306 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11308         * ob.el (org-babel-result-end): End position is end of current
11309         sublist instead of bottom point, as results might be inserted in a
11310         list themselves.
11312 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11314         * org-list.el (org-list-automatic-rules): Removed insert rule.
11315         (org-list-insert-item-generic): Removed code preventing user to
11316         insert another item in a block within a list.  It is because new
11317         list context make it impossible to see if a point in a block is
11318         also in a list.
11320 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11322         * org-exp.el (org-export-preprocess-string): Mark list endings
11323         before babel blocks preprocessing starts, so blank lines that may
11324         be inserted do not break list's structure.  Then, mark list with
11325         special properties required by exporters.  Thus output from babel
11326         can easily be included in lists.
11327         (org-export-mark-list-end): New function.
11328         (org-export-mark-list-properties): New function.
11329         (org-export-mark-lists): Removed function.  It was split into the
11330         two preceding functions.
11332 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11334         * org-list.el (org-update-checkbox-count): Do not recompute every
11335         list before next heading when there are more than one cookie in an
11336         headline.  Moreover, ignore the case where cookie is inserted
11337         neither at an heading nor at an item.
11339 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11341         * org-list.el (org-sort-list): Fix number of arguments to
11342         `org-list-repair', plus make `end-record' go to end of item before
11343         any blank line to keep them from being swallowed in the sorting.
11345 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11347         * org-list.el (org-list-forbidden-blocks): Renamed from
11348         `org-list-blocks'.
11349         (org-list-export-context): New variable.
11351 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11353         * org-list.el (org-list-search-generic): Renamed form
11354         `org-search-unenclosed-generic' to reflect the new behavior.  Now,
11355         match can only be in a valid context for lists, as determined by
11356         `org-list-context'.
11357         (org-list-search-backward): Renamed from
11358         `org-search-backward-unenclosed'.
11359         (org-list-search-forward): Renamed from
11360         `org-search-forward-unenclosed'.
11361         (org-toggle-checkbox,org-update-checkbox-count): Use new
11362         functions.
11363         (org-sort-list): Using default regexp search functions as context
11364         is not required in this case.
11366 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11368         * org-exp.el (org-export-mark-lists): New function, replacing
11369         org-export-mark-list-ending.  It adds information as text
11370         properties to every list, before changes done by exporter destruct
11371         them.
11373 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11375         * org-list.el (org-list-get-first-item): New alias for
11376         `org-list-get-list-begin'.
11377         (org-list-get-last-item): New function.
11378         (org-list-get-list-end): Use `org-list-get-last-item'.
11380 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11382         * org.el (org-get-string-indentation): Moved in generally useful
11383         functions section, as it wasn't specific to plain lists and that
11384         no code was using it in org-list.el.
11386 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11388         * org.el (org-skip-over-state-notes,org-store-log-note): Use new
11389         accessors.
11391 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11393         * org-list.el (org-list-indent-item-generic): Remove error
11394         messages happening before process.  This belongs to interactive
11395         functions.
11396         (org-indent-item,org-indent-item-tree)
11397         (org-outdent-item,org-outdent-item-tree): Ensure point or region
11398         is correct before computing list structure.  Return an error
11399         message otherwise.
11401 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11403         * org-list.el (org-apply-on-list): Use new structures.  Function
11404         is now applied in reverse order so modifications do not change
11405         positions of items in buffer.
11407 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11409         * org-list.el (org-list-parse-list): Rewrite of function to allow
11410         text following a sub-list in the same item.  See docstring for an
11411         example of output.
11412         (org-list-to-generic): Use new parsing function.
11413         (org-list-to-latex,org-list-to-html): Minor change for clearer
11414         export.
11416 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11418         * org-list.el (org-list-has-child-p): Renamed from
11419         `org-list-get-child'.  Returning first child is only useful as a
11420         predicate, as we are allowing an item to have more than one
11421         sub-list.
11422         (org-list-indent-item-generic): Use `org-list-has-child-p' instead
11423         of org-list-get-child.
11424         (org-in-item-p): Also return item beginning when list starts at
11425         context beginning.
11426         (org-list-get-parent): Use of `org-list-struct-parent-alist'
11427         helper function is not optional anymore.
11428         (org-list-get-all-items): Shorten code with the help of cl.el.
11429         (org-list-get-children): Now returns all children of item, even if
11430         they do not belong to the same list.  Renamed from
11431         `org-list-get-all-children'.
11432         (org-list-get-list-begin): Function wasn't return value when item
11433         was already the first item of the list at point.
11434         (org-list-get-list-end): Function wasn't return value when item
11435         was already the last item of the list at point.
11436         (org-list-struct-fix-box,org-update-checkbox-count): Now uses
11437         `org-list-get-children'.
11439 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11441         * org.el (org-indent-line-function): Indentation of item's body
11442         starts just after the bullet, not after a checkbox.  Moreover, As
11443         `org-in-item-p' also returns item beginning position when point is
11444         in a list, do not compute it a second time.
11446 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11448         * org.el (org-ctrl-c-ctrl-c): When called at a list item, replace
11449         usage `org-repair-list', forcing another reading of the list, with
11450         only needed subroutines.
11452 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11454         * org-list.el (org-list-separating-blank-lines-number): Use new
11455         accessors.
11456         (org-list-insert-item-generic): Use list structures to insert a
11457         new item.
11458         (org-list-exchange-items): Refactor and comment code.  Now return
11459         new struct instead of modifying it, as list sorting would
11460         sometimes eat first item.
11461         (org-move-item-down,org-move-item-up): Reflect changes to
11462         `org-list-exchange-items'.
11463         (org-insert-item): As `org-in-item-p' also computes item beginning
11464         when applicable, reuse the result.
11466 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11468         * org-list.el (org-list-in-item-p): Unify methods for this
11469         predicate.
11470         (org-list-in-item-p-with-indent): Removed function.
11471         (org-list-ending-between): Removed function.
11472         (org-list-maybe-skip-block): Removed function.
11473         (org-list-in-item-p-with-regexp): Removed function.
11474         (org-list-top-point-with-regexp): Removed function.
11475         (org-list-top-point-with-indent): Removed function.
11476         (org-list-bottom-point-with-indent): Removed function.
11477         (org-list-bottom-point-with-regexp): Removed function.
11478         (org-list-get-item-same-level): Removed function.
11479         (org-list-top-point): Removed function.
11480         (org-list-bottom-point): Removed function.
11481         (org-get-item-beginning): Renamed to `org-list-get-item-begin' to
11482         be consistent with naming policy of non-interactive functions.
11483         (org-get-beginning-of-list): Removed function.
11484         (org-beginning-of-item-list): Use new accessors.
11485         (org-get-end-of-list): Removed function.
11486         (org-end-of-list): Use new accessors.
11487         (org-get-end-of-item): Removed function.
11488         (org-end-of-item): Use new accessors.
11489         (org-get-previous-item): Removed function.
11490         (org-previous-item): Use new accessors.
11491         (org-get-next-item): Removed function.
11492         (org-next-item): Use new accessors.
11493         (org-list-get-item-end-before-blank): Use new accessors.
11495 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11497         * org-list.el (org-list-repair): Removed optional argument
11498         FORCE-BULLET.  The job of this interactive function is to
11499         completely fix a list at point.  Changing bullets is a separate
11500         task.  Also removed others optional arguments TOP and BOTTOM to
11501         follow the new structures.
11502         (org-list-indent-item-generic): Remove need for TOP and BOTTOM.
11503         STRUCT is a new required argument.  This avoids computing a list
11504         structure many times when function is called more than once in a
11505         row, for example in `org-cycle-item-indentation'.  Use new
11506         accessors.  Now, also call `org-update-checkbox-count-maybe'.
11507         (org-outdent-item, org-indent-item, org-outdent-item-tree)
11508         (org-indent-item-tree): Remove need for TOP and BOTTOM.
11509         (org-list-insert-item-generic): Reflect changes to `org-list-repair'.
11510         (org-list-exchange-items): Use new accessors.  Now modify struct
11511         to avoid re-reading it later.
11512         (org-move-item-down): Reflect changes to `org-list-repair'.  Use
11513         new accessors.
11514         (org-move-item-up): Reflect changes to `org-list-repair'.  Use new
11515         accessors.
11516         (org-cycle-list-bullet): Use new structures.  Also use a shortcut
11517         to `org-list-struct-fix-struct' in order to avoid unnecessary
11518         fixes, like `org-list-struct-fix-box'
11519         (org-sort-list): Use of new structures.  Renamed an internal
11520         function for a little more clarity.
11521         (org-cycle-item-indentation): Remove dependency on
11522         `org-list-repair'.  Use new accessors.
11523         (org-list-get-child): Correct bug when asking for the child of the
11524         last item.
11525         (org-list-exchange-items): Use new accessors.
11527 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11529         * org-list.el (org-list-blocks): New variable.
11530         (org-list-context): New function.
11531         (org-list-full-item-re): New variable.
11532         (org-list-struct-assoc-at-point): Use new variable.
11533         (org-list-struct): Rewrite of function.  Now, list data is
11534         collected by looking at the list line after line.  It reads the
11535         whole list each time because reading only a subtree was not enough
11536         for some operations, like fixing checkboxes.  It also removes the
11537         need to get `org-list-top-point' and `org-list-bottom-point'
11538         first.  An added data is the position of item ending.  This aims
11539         to be able to have list followed by text inside an item.
11540         (org-list-struct-assoc-end): New function.
11541         (org-list-struct-parent-alist): New function.
11542         (org-list-get-parent): New function.
11543         (org-list-get-child): New function.
11544         (org-list-get-next-item): New function.
11545         (org-list-get-prev-item): New function.
11546         (org-list-get-subtree): Use helper function `org-list-struct-prev-alist'.
11547         (org-list-get-all-items): New function.
11548         (org-list-get-all-children): New function.
11549         (org-list-get-top-point): New function.
11550         (org-list-get-bottom-point): New function.
11551         (org-list-get-counter): New function.
11552         (org-list-get-item-end): New function.
11553         (org-list-struct-fix-bul): Rewrite for cleaner code.  Make use of
11554         new accessors.
11555         (org-list-struct-fix-ind): Make use of new accessors.
11556         (org-list-struct-fix-box): New function.
11557         (org-list-struct-fix-checkboxes): Removed function.
11558         (org-list-struct-outdent): Use new accessors.  Use the fact that
11559         there is no longer a virtual item at beginning of structure.
11560         (org-list-struct-indent): Use helper functions
11561         `org-list-struct-prev-alist' and `org-list-struct-parent-alist'.
11562         Also use new accessors.
11563         (org-list-struct-fix-struct): Comment function.  Call directly
11564         `org-list-struct-apply-struct', without removing unchanged items
11565         first.
11566         (org-list-struct-apply-struct): Comment function.  Rewrite using
11567         new accessors.  Use new variable `org-list-full-item-re'.
11568         (org-list-shift-item-indentation): Removed function, now included
11569         in `org-list-struct-apply-struct' because it is too specific.
11571 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11573         * org-list.el (org-toggle-checkbox): Use structures to fix
11574         checkboxes of a list.
11575         (org-update-checkbox-count): Use structures to update cookies.
11577 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11579         * org-list.el (org-list-struct-fix-checkboxes): New function.
11580         (org-checkbox-blocked-p): Removed function.
11582 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11584         * org-list.el (org-list-get-all-items): New function.
11585         (org-list-get-all-children): New function.
11586         (org-list-get-nth): New function.
11587         (org-list-set-nth): New function.
11588         (org-list-get-ind): New function.
11589         (org-list-set-ind): New function.
11590         (org-list-get-bullet): New function.
11591         (org-list-set-bullet): New function.
11592         (org-list-get-checkbox): New function.
11593         (org-list-set-checkbox): New function.
11594         (org-list-struct-fix-bul): Use new accessors.
11595         (org-list-repair): Use new accessors.
11596         (org-list-indent-item-generic): Make use of accessors.
11597         (org-list-get-parent): Renamed from `org-list-struct-get-parent'.
11598         (org-list-get-child): Renamed from `org-list-struct-get-child'.
11599         (org-list-struct-fix-ind): Make use of accessors.
11600         (org-list-get-next-item): New function.
11601         (org-list-get-subtree): New function.
11603 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
11605         * org-list.el (org-list-struct-assoc-at-point): Add checkbox to
11606         list structure.
11608         * org-list.el (org-list-struct-assoc-at-point): Add checkbox as
11609         value in structure.
11611         * org-list.el (org-list-struct-apply-struct): Also apply
11612         checkboxes.
11614 2011-07-28  Bastien Guerry  <bzg@gnu.org>
11616         * org-latex.el (org-export-latex-content): Bind local variables
11617         for export in the temporary export buffer.
11619 2011-07-28  David Maus  <dmaus@ictsoc.de>
11621         * org-protocol.el (org-protocol-unhex-single-byte-sequence)
11622         (org-protocol-unhex-string, org-protocol-unhex-compound): Change
11623         date of obsolete declaration to 2011-02-17.
11625 2011-07-28  David Maus  <dmaus@ictsoc.de>
11627         * org.el (org-link-escape): Throw error if encoding character in
11628         utf8 fails.
11630 2011-07-28  David Maus  <dmaus@ictsoc.de>
11632         * org-protocol.el (org-protocol-split-data)
11633         (org-protocol-open-source): Use `org-link-unescape' instead of
11634         obsolete unhex string function.
11636 2011-07-28  David Maus  <dmaus@ictsoc.de>
11638         * org.el (org-link-escape, org-link-escape-chars-browser)
11639         (org-link-escape-chars): Always percent escape the percent sign.
11641 2011-07-28  David Maus  <dmaus@ictsoc.de>
11643         * org.el (org-link-unescape): Simpler algorithm for replacing
11644         percent escapes.
11645         (org-link-unescape-compound): Use cond statements instead of nested
11646         if, convert hex string with string-to-number, save match data.
11647         (org-link-unescape-single-byte-sequence): Use mapconcat and
11648         string-to-number for unescaping single byte sequence.
11650 2011-07-28  David Maus  <dmaus@ictsoc.de>
11652         * org.el (org-link-escape): Rename lambda argument.
11654 2011-07-28  David Maus  <dmaus@ictsoc.de>
11656         * org.el (org-link-escape-chars-browser, org-link-escape-chars):
11657         Add percent sign to list of escape chars.
11659 2011-07-28  David Maus  <dmaus@ictsoc.de>
11661         * org-mobile.el (org-mobile-escape-olp): Use new percent escape
11662         character table format.
11664 2011-07-28  David Maus  <dmaus@ictsoc.de>
11666         * org-mobile.el (org-mobile-locate-entry): Remove obsolete
11667         argument in call to org-link-unescape.
11669 2011-07-28  David Maus  <dmaus@ictsoc.de>
11671         * org-protocol.el (org-protocol-unhex-string)
11672         (org-protocol-unhex-compound)
11673         (org-protocol-unhex-single-byte-sequence): Declare obsolete and
11674         alias to respective org-link-unescape-* functions.
11676 2011-07-28  David Maus  <dmaus@ictsoc.de>
11678         * org.el (org-link-unescape, org-link-unescape-compound)
11679         (org-link-unescape-single-byte-sequence): Functions moved and renamed
11680         from org-protocol.el.
11682 2011-07-28  David Maus  <dmaus@ictsoc.de>
11684         * org-macs.el (org-char-to-string): Inline function to properly
11685         decode utf8 characters in Emacs 22.  Moved and renamed from
11686         org-protocol.el.
11688 2011-07-28  David Maus  <dmaus@ictsoc.de>
11690         * org.el (org-link-escape): New optional argument.  Merge user
11691         table with default table.
11693 2011-07-28  David Maus  <dmaus@ictsoc.de>
11695         * org.el (org-link-escape): Fixup doc string.
11697 2011-07-28  David Maus  <dmaus@ictsoc.de>
11699         * org.el (org-link-escape-chars, org-link-escape-chars-browser):
11700         New format of percent escape table.
11701         (org-link-escape): Use new table format.
11703 2011-07-28  David Maus  <dmaus@ictsoc.de>
11705         * org.el (org-link-escape): New Unicode aware percent encoding
11706         algorithm.
11708 2011-07-28  Sebastian Rose  <sebastian_rose@gmx.de>
11710         * org-protocol.el (org-protocol-unhex-single-byte-sequence): New
11711         function.  Decode hex-encoded singly byte sequences.
11712         (org-protocol-unhex-compound): Use new function if decoding sequence
11713         as Unicode character failed.
11715 2011-07-28  Bastien Guerry  <bzg@gnu.org>
11717         * org-html.el (org-export-as-html): Expand the HTML title.
11719 2011-07-28  Bastien Guerry  <bzg@gnu.org>
11721         * org-publish.el (org-publish-cache-ctime-of-src): Improve
11722         docstring.
11723         (org-publish-find-title): New option to explicitly reset the title
11724         in the cache.
11725         (org-publish-format-file-entry): Use this new option.
11727 2011-07-28  Dan Davison  <dandavison7@gmail.com>
11729         * org-exp.el (org-export-preprocess-string): Set the source buffer
11730         and use `org-clone-local-variables' to get local variables from
11731         it.
11733 2011-07-28  Dan Davison  <dandavison7@gmail.com>
11735         * org-exp.el (org-export-format-source-code-or-example): Allow
11736         empty string as second element in minted/listings options.
11738 2011-07-28  Dan Davison  <dandavison7@gmail.com>
11740         * org-exp.el (org-export-format-source-code-or-example): Support
11741         new user-customizable options.
11742         (org-export-latex-custom-lang-environments): Ensure new variable
11743         is defined.
11744         (org-export-latex-listings-options): Ensure new variable is defined.
11745         (org-export-latex-minted-options): Ensure new variable is defined.
11747 2011-07-28  Bastien Guerry  <bzg@gnu.org>
11749         * org-html.el (org-export-as-html): Handle the case when
11750         `org-export-html-validation-link' is nil to keep backward
11751         compatible with the old default value of this variable.
11753 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
11755         * ob.el (org-babel-insert-result): Don't choke if indent is not a
11756         number.
11758 2011-07-28  Christian Moe  <mail@christianmoe.com>  (tiny change)
11760         * org-bbdb.el (org-bbdb-export): When a link description has been
11761         added by `org-export-normalize-links', use path instead (remove
11762         the `bbdb:' prefix).
11764 2011-07-28  Bastien Guerry  <bzg@gnu.org>
11766         * org-ascii.el (org-export-ascii-underline): Put the level's
11767         characters in the right order, as documented by the docstring.
11768         (org-ascii-level-start): Select the right char for underlining
11769         headlines.
11771 2011-07-28  Bastien Guerry  <bzg@gnu.org>
11773         * org-src.el (org-edit-src-code): Allow to edit source code from
11774         modes derived from Org.
11776 2011-07-28  Niels Giesen  <niels.giesen@gmail.com>
11778         * org-clock.el (org-clock-clocktable-language-setup): Add list of
11779         dutch strings.
11781 2011-07-28  Dan Davison  <dandavison7@gmail.com>
11783         * org-beamer.el: Mark frame as fragile when it is using minted for
11784         src block export.
11786 2011-07-28  Bastien Guerry  <bzg@gnu.org>
11788         * org-agenda.el (org-agenda-date-later)
11789         (org-agenda-date-earlier): Enhance docstrings.
11790         (org-agenda-bulk-mark-regexp): Only match against headlines.
11791         Send a message when no entry is marked.
11792         (org-agenda-bulk-action): Fix bug about scattering deadlines.
11793         Send an error when trying to scatter outside an agenda or a
11794         timeline view.  Silently fail when trying to scatter sexp entries.
11796 2011-07-28  Bastien Guerry  <bzg@gnu.org>
11798         * org-clock.el (org-clock-clocktable-language-setup): New custom
11799         variable.
11800         (org-clocktable-defaults): Set the default language.
11801         (org-clocktable-write-default): Use the new variable.
11803 2011-07-28  Dan Davison  <dandavison7@gmail.com>
11805         * ob.el (org-babel-src-block-names): Don't strip text properties
11806         from search hits.
11807         (org-babel-result-names): Don't strip text properties from search
11808         hits.
11810 2011-07-28  Dan Davison  <dandavison7@gmail.com>
11812         * ob-python.el (org-babel-python-evaluate-session): Pass nil as
11813         remove-echo part of META argument to
11814         `org-babel-comint-with-output'.
11816 2011-07-28  Dan Davison  <dandavison7@gmail.com>
11818         * ob.el (org-babel-script-escape): Use `substring' comparison
11819         instead of regexp matching.
11821 2011-07-28  Dan Davison  <dandavison7@gmail.com>
11823         * org-src.el (org-edit-src-code): When generating the code edit
11824         buffer, it is necessary for several variables to inherit their
11825         values from the parent org buffer.  These changes collect all such
11826         variables together into a single association list of
11827         `(variable-name value)' pairs.  In addition, a new variable is
11828         added to the list: `org-edit-src-content-indentation'.  This has
11829         the effect that a buffer local value can be used for that
11830         variable.
11832 2011-07-28  Dan Davison  <dandavison7@gmail.com>
11834         * ob-table.el (sbe): Don't truncate sbe results.
11836 2011-07-28  Lawrence Mitchell  <wence@gmx.li>
11838         * org-exp.el (org-export-add-options-to-plist): Require match to
11839         start at a word-boundary.
11841 2011-07-28  Bastien Guerry  <bzg@gnu.org>
11843         * org-latex.el (org-export-latex-hyperref-format): Update
11844         docstring.
11846 2011-07-28  Tom Dye  <tsd@tsdye.com>
11848         * org.el: Update documentation of `org-add-link-type'.
11850 2011-07-28  Dan Davison  <dandavison7@gmail.com>
11852         * org.el (org-open-at-point): Fix bug when using prefix arg to
11853         construct `org-link-search' call.  Rename prefix arg with a more
11854         generic name, to reflect its diverse uses in this function.
11856 2011-07-28  Rémi Vanicat  <vanicat@debian.org>
11858         * org-icalendar.el (org-icalendar-use-UTC-date-time): Remove.
11859         (org-icalendar-date-time-format): New custom variable.
11860         (org-icalendar-use-UTC-date-timep): New function.
11861         (org-ical-ts-to-string): Use the new variable.
11863 2011-07-28  Bastien Guerry  <bzg@gnu.org>
11865         * org-vm.el (org-vm-store-link): Make sure the buffer is
11866         associated with a file when trying to store an Org link.
11868 2011-07-28  Dan Davison  <dandavison7@gmail.com>
11870         * ob.el (org-babel-params-from-properties): Test for
11871         "header-arg-name" and ":header-arg-name", in that order.
11873 2011-07-28  Bastien Guerry  <bzg@gnu.org>
11875         * org-capture.el (org-capture-templates): Document "currentfile"
11876         for capture template.
11877         (org-capture-templates): Allow to use currentfile for capture
11878         templates.
11879         (org-capture-set-target-location): Handle currentfile as a way to
11880         setting the capture buffer.
11882 2011-07-28  Bastien Guerry  <bzg@gnu.org>
11884         * ob.el (org-babel-params-from-properties): Don't wrap
11885         `org-entry-get' into `condition-case'.
11887 2011-07-28  Dan Davison  <dandavison7@gmail.com>
11889         * org.el (org-entry-get): Don't look for a property drawer if we
11890         are before the first heading in the file.
11891         (org-entry-get-with-inheritance): Don't attempt to move up the
11892         tree if we are before the first heading in the file.  Also,
11893         enclose less of the function in the `save-excursion'.
11895 2011-07-28  Dan Davison  <dandavison7@gmail.com>
11897         * ob.el (org-babel-params-from-buffer): Return desired value
11898         rather than nil from failed re search.
11900 2011-07-28  Bastien Guerry  <bzg@gnu.org>
11902         * org-agenda.el (org-get-entries-from-diary): Put multiline diary
11903         entries on a single line when lines don't start with a diary time.
11905 2011-07-28  Bastien Guerry  <bzg@gnu.org>
11907         * org-html.el (org-export-html-protect-char-alist): New custom
11908         variable to define characters to be HTML protected.
11909         (org-html-protect): Use the new variable.
11911 2011-07-28  Bastien Guerry  <bzg@gnu.org>
11913         * org-info.el (org-info-store-link): Use "#" to separate the info
11914         file and the node.
11915         (org-info-follow-link): Use both "#" to separate the info file and
11916         the node.  Continue to use ":" for backward compatibility.
11918 2011-07-28  Bastien Guerry  <bzg@gnu.org>
11920         * org-icalendar.el (org-icalendar-honor-noexport-tag): New custom
11921         variable.
11922         (org-print-icalendar-entries): Use this new variable to prevent
11923         export of entries with a :noexport: tag.
11925 2011-07-28  Bastien Guerry  <bzg@gnu.org>
11927         * org-exp.el (org-export-initial-scope): New custom variable.
11928         (org-export): Use this new variable.  If there is an active
11929         region, tell it when prompting the user for an export command.
11930         Also change the way the function handles selection of buffer and
11931         subtree export.
11933 2011-07-28  Bastien Guerry  <bzg@gnu.org>
11935         * org-html.el (org-export-html-auto-preamble)
11936         (org-export-html-auto-postamble): Remove.
11937         (org-export-html-preamble, org-export-html-postamble): Turn into
11938         custom variables.  Update the docstrings.
11939         (org-export-html-preamble-format)
11940         (org-export-html-postamble-format): New custom variables.
11941         (org-export-as-html): Use `org-export-html-postamble-format' and
11942         `org-export-html-preamble-format'.
11943         (org-export-html-title-format): Delete.
11945 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
11947         * org-exp-blocks.el (org-export-blocks-format-ditaa): This
11948         function is begin deprecated in favor of begin_src blocks.
11949         (org-export-blocks-format-dot): This function is begin deprecated in
11950         favor of begin_src blocks.
11952 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
11954         * ob.el (org-babel-header-arg-names): no-expand is now part of the
11955         default header argument names list.
11957 2011-07-28  Manuel Giraud  <manuel.giraud@univ-nantes.fr>
11959         * org-publish.el (org-publish-sitemap-date-format)
11960         (org-publish-sitemap-file-entry-format): New custom variables.
11961         (org-publish-projects): Use these variables to format the sitemap
11962         entries.
11964 2011-07-28  Ulf Stegemann  <ulf-news@zeitform.de>
11966         * org-gnus.el (org-gnus-store-link): Allow `org-link' creation
11967         from `message-mode'.
11969 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
11971         * org-agenda.el (org-agenda-filter-by-tag): Refresh agenda when
11972         updating the filter while the clock report is following the
11973         filter.
11975 2011-07-28  Julien Danjou  <julien@danjou.info>
11977         * org-agenda.el (org-agenda): Kill all local variables.  This
11978         assures we are not keeping buffer variable from an old agenda view
11979         when switching to a new custom agenda.
11981 2011-07-28  Julien Danjou  <julien@danjou.info>
11983         * org-crypt.el (org-encrypt-string): New function.
11984         (org-encrypt-entry): Use org-encrypt-string to encrypt, so we use
11985         cached crypted values.
11986         (org-decrypt-entry): Store crypted text in decrypted text.
11988 2011-07-28  Dan Davison  <dandavison7@gmail.com>
11990         * ob-exp.el (org-babel-exp-lob-one-liners): Only replace the match
11991         if a non-nil result is returned.
11993 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
11995         * org-agenda.el (org-agenda-get-day-entries): Compare DATE with
11996         modified today.
11998 2011-07-28  Bastien Guerry  <bzg@gnu.org>
12000         * org.el (org-update-parent-todo-statistics): Fix bug when
12001         updating statistics from the column view.
12003 2011-07-28  Bastien Guerry  <bzg@gnu.org>
12005         * org-agenda.el (org-agenda-bulk-mark-regexp): New command.
12006         (org-agenda-menu): Add the new command to the menu.
12007         (org-agenda-mode-map): Add % as the keybinding for the new
12008         command.
12010 2011-07-28  Bastien Guerry  <bzg@gnu.org>
12012         * org-exp.el (org-export-target-internal-links): Locally turn on
12013         `org-link-search-must-match-exact-headline' to match exact
12014         internal links.
12016 2011-07-28  Julien Danjou  <julien@danjou.info>
12018         * org-faces.el (org-special-keyword): Make it inherited from
12019         `font-lock-keyword-face'.
12021 2011-07-28  Julien Danjou  <julien@danjou.info>
12023         * org-faces.el (org-link): Make `org-link' inherits from `link'
12024         face.
12026 2011-07-28  Bastien Guerry  <bzg@gnu.org>
12028         * org.el (org-narrow-to-block): New function to narrow to block.
12029         Bound this function to `C-x n b'.
12031 2011-07-28  Bastien Guerry  <bzg@gnu.org>
12033         * org.el (org-schedule, org-deadline): Fix bug: take care of
12034         repeating timestamps like ".+1d/3d" or "+1d 10d".
12036 2011-07-28  Bastien Guerry  <bzg@gnu.org>
12038         * org-agenda.el (org-agenda-repeating-timestamp-show-all): Allow
12039         to use a list of TODO keywords as the value of this variable.  The
12040         agenda will show repeating stamps for entries matching these TODO
12041         keywords.
12042         (org-agenda-get-timestamps, org-agenda-get-deadlines)
12043         (org-agenda-get-scheduled): Allow the use of a list of keywords in
12044         `org-agenda-repeating-timestamp-show-all'.
12046 2011-07-28  Bastien Guerry  <bzg@gnu.org>
12048         * org-latex.el (org-export-latex-emph-format): Don't use
12049         `org-export-latex-use-verb'.  Remove this variable.
12051 2011-07-28  Jason Dunsmore  <emacs-orgmode@dunsmor.com>  (tiny change)
12053         * org-html.el (org-html-handle-time-stamps): Fix bug when
12054         exporting inactive timestamps.
12056 2011-07-28  Bastien Guerry  <bzg@gnu.org>
12058         * org-archive.el (org-archive-save-context-info): Fix docstring
12059         typo.
12060         (org-archive-subtree-add-inherited-tags): New variable to control
12061         whether inherited tags should be appended to local tags when
12062         archiving subtrees.
12063         (org-archive-subtree): Use the new variable.
12065 2011-07-28  Bastien Guerry  <bzg@gnu.org>
12067         * org-archive.el (org-archive-save-context-info): Fix docstring.
12069 2011-07-28  Julien Danjou  <julien@danjou.info>
12071         * org-crypt.el (org-decrypt-entry): Delete \n on top level
12072         heading.  This avoids a display bug showing the heading outlined
12073         where the text is not since it does not have the outline property.
12074         Restore subtree visibility state after decryption.
12076 2011-07-28  Julien Danjou  <julien@danjou.info>
12078         * org-agenda.el (org-agenda-list): Use `org-agenda-current-span'
12079         as a possible default span if it is set.
12081 2011-07-28  Dan Davison  <dandavison7@gmail.com>
12083         * org-src.el (org-edit-src-persistent-message): Change docstring.
12084         (org-edit-src-code): Get rid of help message in echo area.
12086         * ob.el (org-babel-do-in-edit-buffer): Do not pass 'quietly
12087         argument to org-edit-src-code as this has been removed.
12089 2011-07-28  Bastien Guerry  <bzg@gnu.org>
12091         * org-latex.el (org-export-latex-emphasis-alist): Use
12092         \protectedtexttt for the =...= emphasis and \verb for the ~...~
12093         emphasis.
12094         (org-export-latex-use-verb): Now defaults to t.
12095         (org-export-latex-emph-format): Distinguish between =...= and
12096         ~...~ emphasis.
12098 2011-07-28  Julien Danjou  <julien@danjou.info>
12100         * org.el (org-link-expand-abbrev): Allow any type of character in
12101         link expand.
12103 2011-07-28  Dan Davison  <dandavison7@gmail.com>
12105         * ob-lob.el (org-babel-lob-ingest): Add prefix to file prompt.
12107 2011-07-28  Dan Davison  <dandavison7@gmail.com>
12109         * ob-ref.el (org-babel-ref-resolve): `save-window-excursion' when
12110         resolving references.
12112 2011-07-28  Bastien Guerry  <bzg@gnu.org>
12114         * org-html.el (org-export-html-html-helper-timestamp): Use <hr/>
12115         instead of <hr> to keep w3c validator happy.
12117 2011-07-28  Dan Davison  <dandavison7@gmail.com>
12119         * ob.el (org-babel-where-is-src-block-head): Detect src block if
12120         point is on a #+header line.
12122 2011-07-28  Dan Davison  <dandavison7@gmail.com>
12124         * ob.el (org-babel-where-is-src-block-head): Skip over intervening
12125         #+header lines when searching for block associated with block name
12126         line.
12128 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
12130         * ob.el (org-babel-result-end): Replace call to `org-in-item-p' to
12131         the more specific `org-at-item-p'.
12133 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
12135         * org-latex.el (org-latex-default-figure-position): New defcustom
12136         for default placement of latex figures.
12137         (org-export-latex-tables): Positioning tables using the new
12138         defcustom variable.
12139         (org-export-latex-format-image): Positioning images using the new
12140         defcustom variable.
12142 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
12144         * ob-ditaa.el (org-babel-execute:ditaa): Throw error when
12145         evaluated and :file header argument is missing.
12147 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
12149         * ob-exp.el (org-babel-exp-do-export): Simplified, no longer need
12150         to do anything to export code.
12151         (org-babel-exp-results): No longer returns a replacement for the
12152         code block.
12153         (org-babel-exp-inline-src-blocks): Simplified.
12154         (org-babel-exp-src-block): Removed unnecessary pluralization from
12155         function name.
12157 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
12159         * ob-exp.el (org-babel-exp-inline-src-blocks): Simplified
12160         exportation of inline code blocks using normal code block
12161         execution mechanism to insert results.
12162         (org-babel-exp-results): Results exportation mechanism is unified
12163         for both inline and regular code blocks.
12165         * ob.el (org-babel-where-is-src-block-result): Returns the point
12166         after an inline code block for inline code blocks.
12168 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
12170         * ob.el (org-babel-insert-result): Special handling of the
12171         position of results of inline code blocks.
12172         (org-babel-examplize-region): Now able to comment inline regions.
12174 2011-07-28  Lawrence Mitchell  <wence@gmx.li>
12176         * org-exp.el (org-export-with-LaTeX-fragments): Fix docstring so
12177         that \\[ a = b \\] is not interpreted as a keybinding by
12178         `substitute-command-keys'.
12180 2011-07-28  Dan Davison  <dandavison7@gmail.com>
12182         * org-latex.el (org-export-as-latex): Process export property list
12183         with `org-export-process-option-filters' early in latex export.
12185 2011-07-28  Julien Danjou  <julien@danjou.info>
12187         * org.el: Remove `org-invisible-p': `outline-invisible-p' is
12188         available in Emacs 22 and in recent XEmacs 21.  Replace in various
12189         files.
12191 2011-07-28  Julien Danjou  <julien@danjou.info>
12193         * org-agenda.el (org-agenda-get-progress): Fix regexp for statep:
12194         it must has \\ at the end of the line.  This avoid matching the
12195         following heading when there's no newline between the logged state
12196         and the next heading.
12198 2011-07-28  Julien Danjou  <julien@danjou.info>
12200         * org-agenda.el (org-format-agenda-item): Simplify time comuting.
12202 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
12204         * org.el (org-current-level, org-store-link, org-mark-subtree):
12205         Use `org-with-limited-levels'.
12207 2011-07-28  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
12209         * org-publish.el (org-publish-get-base-files): Add sitemap file.
12211 2011-07-28  Matt Lundin  <mdl@imapmail.org>
12213         * org-agenda.el (org-agenda-todo-ignore-deadlines): New option.
12214         (org-agenda-todo-ignore-scheduled): New option.
12215         (org-agenda-todo-ignore-timestamp): New option.
12216         (org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item):
12217         Allow user to specify custom distance to ignore (future or past).
12218         (org-agenda-todo-custom-ignore-p): New function.
12220 2011-07-28  Matt Lundin  <mdl@imapmail.org>
12222         * org-habit.el (org-habit-parse-todo) Don't parse more days than
12223         needed.
12225 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
12227         * ob.el (org-babel-map-inline-src-blocks): Macro for executing
12228         code in each inline code block.
12229         (org-babel-execute-buffer): Executes inline code blocks as well as
12230         regular code blocks.
12232 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
12234         * ob.el (org-babel-result-end): Now recognizes "#+begin_org"
12235         blocks for removal.
12237 2011-07-28  Benjamin Drieu  <bdrieu@april.org>  (tiny change)
12239         * org-clock.el (org-clock-before-select-task-hook): New hook.
12240         (org-clock-select-task): Run new hook.
12242 2011-07-28  Julien Danjou  <julien@danjou.info>
12244         * org-agenda.el (org-agenda-get-blocks): Fix time of start/end of
12245         events with range.  This display things like: <2011-01-22 Sat
12246         14:00>--<2011-01-23 Sun 20:00> correctly, with the event starting
12247         at 14:00 and ending at 20:00.
12249 2011-07-28  Dan Davison  <dandavison7@gmail.com>
12251         * ob.el (org-babel-inline-src-block-regexp): Character preceding
12252         "src_" can now be anything as long as it is neither alphanumeric
12253         nor '-'.
12255 2011-07-28  Dan Davison  <dandavison7@gmail.com>
12257         * ob.el (org-babel-merge-params): Docstring typo.
12259 2011-07-28  Dan Davison  <dandavison7@gmail.com>
12261         * ob.el (org-babel-params-from-buffer): Process all #+babel: lines
12262         in the buffer.
12264 2011-07-28  Dan Davison  <dandavison7@gmail.com>
12266         * ob.el (org-babel-get-src-block-info): Alter order of merge
12267         arguments.
12269 2011-07-28  Dan Davison  <dandavison7@gmail.com>
12271         * ob-python.el: Test whether non-nil buffer is #<killed buffer>.
12273 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
12275         * ob.el (org-babel-insert-result): Ensure all parts of result
12276         wrappers end in newlines.
12278 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
12280         * ob-tangle.el (org-babel-tangle): New :mkdirp header argument
12281         optionally creates parent directories of tangle targets.
12283 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
12285         * org-ascii.el (org-ascii-level-start): Catch the case of levels
12286         which do not have an equivalent in the list of underline
12287         characters.
12289 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
12291         * ob-sh.el (org-babel-sh-var-quote-fmt): Now possible to customize
12292         the format string used to escape arguments to shell code blocks.
12294 2011-07-28  Julien Danjou  <julien@danjou.info>
12296         * org-agenda.el (org-agenda-reset-view): New function.
12297         (org-agenda-view-mode-dispatch): Bind space to org-agenda-reset-view.
12299 2011-07-28  Puneeth Chaganti  <punchagan@gmail.com>
12301         * org-exp.el (org-export-handle-include-files): Support :lines
12302         property.
12303         (org-get-file-contents): New argument lines to include specify a
12304         range of lines to include.
12306 2011-07-28  Bastien Guerry  <bzg@gnu.org>
12308         * org.el (org-fast-tag-selection): Fix bug when assigning keys.
12310 2011-07-28  Lawrence Mitchell  <wence@gmx.li>
12312         * org-latex.el (org-export-latex-make-header): Export email in
12313         author line if `org-export-email-info' is non-nil.
12315 2011-07-28  Julien Danjou  <julien@danjou.info>
12317         * org-agenda.el (org-agenda-goto-today): Respect current span.
12319 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
12321         * org-complete.el (pcomplete/org-mode/link)
12322         (pcomplete/org-mode/todo, pcomplete/org-mode/prop): Copy list
12323         before uniquifying.
12325 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
12327         * ob-tangle.el (org-babel-spec-to-string): Adding "noweb" as a
12328         linking comment type
12329         (org-babel-tangle-comment-links): Returns comment links for the
12330         source code block at point.
12332 2011-07-28  Bastien Guerry  <bzg@gnu.org>
12334         * org.el (org-refile-check-position): Send a more explicit message
12335         on how to clear the cache before refiling again.
12337 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
12339         * org-agenda.el (org-agenda-skip-function-global): New option.
12340         (org-agenda-skip-eval): New function.
12341         (org-agenda-skip): Use `org-agenda-skip-eval' and also check for
12342         the global skipping condition.
12344 2011-07-28  David Maus  <dmaus@ictsoc.de>
12346         * org-html.el (org-export-as-html): Handle timestamps after
12347         handling links.
12349 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
12351         * ob-tangle.el (org-babel-tangle-jump-to-org): Ever wider searches
12352         until either a matching block is found, or the limits of the file
12353         are reached.
12355 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
12357         * ob.el (org-babel-update-block-body): Literal argument to
12358         `replace-match' to allow insertion of text containing '\'.
12360 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
12362         * ob-ref.el (org-babel-ref-parse): Allow passing empty strings
12363         into code blocks.
12365 2011-07-28  David Maus  <dmaus@ictsoc.de>
12367         * test-org-table.el
12368         (test-org-table/org-table-convert-refs-to-rc/3)
12369         (test-org-table/org-table-convert-refs-to-rc/2)
12370         (test-org-table/org-table-convert-refs-to-rc/1)
12371         (test-org-table/org-table-convert-refs-to-an/3)
12372         (test-org-table/org-table-convert-refs-to-an/2)
12373         (test-org-table/org-table-convert-refs-to-an/1): Provide tests for
12374         table formular format conversion.
12376 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
12378         * org.el (org-sort-entries): Fix sorting with a bold emphasis at
12379         bol.
12381 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
12383         * ob.el (org-babel-open-src-block-result): Must collect result
12384         *before* jumping to the result buffer.
12386 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
12388         * ob.el (org-babel-src-block-names): Fix bug, wrong match-string
12389         used after update to regexp.
12391 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
12393         * ob.el (org-babel-temp-file): Ensure that
12394         `org-babel-temporary-directory' is bound before using.
12395         (org-babel-remove-temporary-directory): Safer error throwing.
12397 2011-07-28  niels giesen  <niels.giesen@gmail.com>
12399         * org-docbook.el (org-export-docbook-finalize-table): Do literal
12400         replacements.
12402 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
12404         * ob.el (org-babel-execute-src-block): Uses org-src-lang-modes to
12405         resolve language names for evaluation.
12407 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
12409         * org-capture.el (org-capture-templates): Add %f and %F escapes
12410         (org-capture): Add more information to capture property list
12411         (org-capture-fill-template): Handle %f and %F escapes.
12413 2011-07-28  David Maus  <dmaus@ictsoc.de>
12415         * org-publish.el (org-publish-cache-ctime-of-src): Use mtime of
12416         symlink target.
12418 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
12420         * org.el (org-occur-next-match): New function.
12421         (org-mode): Set the variable `next-error-function'.
12422         (org-highlight-new-match): Add an `org-type' property to the
12423         overlays.
12425 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
12427         * ob-calc.el: No longer require `calc-trail' on XEmacs.
12429 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
12431         * org.el (org-modules): Add `org-eshell'.
12433 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
12435         * org-special-blocks.el (htmlp, latexp, line): Add defvars for
12436         dynamically scoped variables.
12438         * org.el (org-modules): Move `org-special-blocks' into the core
12439         modules section.
12441 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
12443         * org-special-blocks.el: New file.
12445 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
12447         * org.el (org-plist-delete): Remove duplicate definition.
12449 2011-07-28  Bernt Hansen  <bernt@norang.ca>
12451         * org-agenda.el (org-agenda-goto): Display invisible entry text.
12453         * org-agenda.el (org-agenda-switch-to): Display invisible entry
12454         text.
12456 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
12458         * org.el (org-get-category): New optional argument FORCE-REFRESH.
12459         Automatically refresh if the property is not there.
12460         (org-entry-properties): Remove refresh - this is now done in
12461         org-get-category.
12463         * org-clock.el (org-clock-insert-selection-line): Let
12464         `org-get-category' do the property refresh.
12466         * org-archive.el (org-archive-subtree): Force a refresh of
12467         category properties.
12469 2011-07-28  Julien Danjou  <julien@danjou.info>
12471         * org-icalendar.el (org-print-icalendar-entries): Do not manually
12472         refresh categories.
12474 2011-07-28  Dan Davison  <dandavison7@gmail.com>
12476         * org.el (org-display-inline-images): Check for clear-image-cache
12477         before using it.
12479 2011-07-28  Bernt Hansen  <bernt@norang.ca>
12481         * org.el: Document missing value for org-link-frame-setup.
12483 2011-07-28  Dan Davison  <dandavison7@gmail.com>
12485         * ob-R.el (org-babel-R-write-object-command): Force evaluation of
12486         user code prior to the R exception-handling, so that errors in
12487         user code are unhandled.
12489 2011-07-28  Dan Davison  <dandavison7@gmail.com>
12491         * org-src.el (org-src-font-lock-fontify-block): Test, early on,
12492         that a major-mode function corresponding to the language string
12493         exists.
12495 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
12497         * org-exp.el (org-export-mark-list-ending): Insert additional
12498         newline characters if end-list-marker is at a wrong position.
12500 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
12502         * ob.el (org-babel-script-escape): Replace commas with spaces for
12503         better list reading when list items are packed with commas,
12504         e.g. Haskell list output.
12506 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
12508         * ob-sass.el (org-babel-execute:sass): Uses ob-eval for better
12509         error reporting.
12511 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
12513         * ob.el (org-babel-confirm-evaluate): Fix for the case when
12514         org-confirm-babel-evaluate is a function (used to always ask no
12515         matter what the function returns).
12517 2011-07-28  Dan Davison  <dandavison7@gmail.com>
12519         * ob-R.el: Delete duplicated function.
12521 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
12523         * ob.el (org-babel-execute-src-block): Removed unused flet
12524         function.
12526 2011-07-28  Dan Davison  <dandavison7@gmail.com>
12528         * ob-asymptote.el (org-babel-execute:asymptote): Return nil to
12529         signal that the intended content has been written to file.
12531         * ob-ditaa.el (org-babel-execute:ditaa): Return nil to signal that
12532         the intended content has been written to file.
12534         * ob-dot.el (org-babel-execute:dot): Return nil to signal that the
12535         intended content has been written to file.
12537         * ob-gnuplot.el (org-babel-execute:gnuplot): Return nil to signal
12538         that the intended content has been written to file.
12540         * ob-latex.el (org-babel-execute:latex): Return nil to signal that
12541         the intended content has been written to file.
12543         * ob-mscgen.el (org-babel-execute:mscgen): Return nil to signal
12544         that the intended content has been written to file.
12546         * ob-octave.el (org-babel-execute:octave): Return result; not name
12547         of output file.
12549         * ob-plantuml.el (org-babel-execute:plantuml): Return nil to
12550         signal that the intended content has been written to file.
12552         * ob-python.el (org-babel-execute:python): Return result; not name
12553         of output file.
12555         * ob-ruby.el (org-babel-execute:ruby): Return result; not name of
12556         output file.
12558         * ob-sass.el (org-babel-execute:sass): Return nil if result has
12559         been written to file.
12561 2011-07-28  Dan Davison  <dandavison7@gmail.com>
12563         * ob-R.el (org-babel-R-graphical-output-file): New function
12564         returns the name of the output file iff R has been instructed to
12565         send graphical output to file by means of the ":results graphics"
12566         directive.
12567         (org-babel-expand-body:R): Use `org-babel-R-graphical-output-file'
12568         when constructing the R code to evaluate, which may be augmented
12569         with code implementing the writing of graohical output to file.
12570         (org-babel-execute:R): Use `org-babel-R-graphical-output-file' to
12571         determine whether R is taking responsibility for writing output to
12572         file; if so, this is signaled to ob.el by returning a nil result.
12574 2011-07-28  Dan Davison  <dandavison7@gmail.com>
12576         * ob.el (org-babel-format-result): New function to format results
12577         of src block execution.
12578         (org-babel-execute-src-block): Use `org-babel-format-result' when
12579         writing to file.
12580         (org-babel-open-src-block-result): Use `org-babel-format-result'
12581         when displaying results in a buffer.  Name results buffer
12582         differently.
12584 2011-07-28  Dan Davison  <dandavison7@gmail.com>
12586         * ob.el (org-babel-execute-src-block): Avoid calling
12587         `orgtbl-to-generic' on number results.
12589 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
12591         * ob.el (org-babel-execute-src-block): Allow specification of
12592         table separator with :sep header argument.
12593         (org-babel-open-src-block-result): Allow specification of table
12594         separator with :sep header argument.
12596 2011-07-28  Dan Davison  <dandavison7@gmail.com>
12598         * ob.el (org-babel-execute-buffer): Wipe error buffer at outset of
12599         executing buffer (note that this handles execute subtree also).
12601 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
12603         * org-inlinetask.el (org-inlinetask-in-task-p): Small refactoring,
12604         do not modify match data either.
12605         (org-inlinetask-goto-end): Small refactoring, remove
12606         case-sensitivity.
12607         (org-inlinetask-goto-beginning): Small refactoring, remove
12608         case-sensitivity.
12610 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
12612         * org-capture.el (org-capture-set-target-location): Use
12613         `current-time'.
12615 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
12617         * org-capture.el (org-capture-set-target-location): Use
12618         `current-time'.
12620 2011-07-28  Bernt Hansen  <bernt@norang.ca>
12622         * org.el (org-before-first-heading-p): If point is on an org-mode
12623         heading line then we are not before the first heading.
12625 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>  (tiny change)
12627         * org-timer.el (org-timer-continue-hook): Define the variable
12628         (org-timer-pause-or-continue): Run hook after relative timer is
12629         continued.
12631 2011-07-28  Julien Danjou  <julien@danjou.info>
12633         * org-agenda.el (org-compile-prefix-format): Allow %() expression.
12635 2011-07-28  Julien Danjou  <julien@danjou.info>
12637         * org-capture.el (org-capture-fill-template): Use org-eval.
12639 2011-07-28  Julien Danjou  <julien@danjou.info>
12641         * org-agenda.el (org-eval): New function.
12643 2011-07-28  Dan Davison  <dandavison7@gmail.com>
12645         * ob.el (org-babel-execute-src-block): With :results file, when
12646         :file is not supplied, interpret result as a file link as long as
12647         it is a string.
12649 2011-07-28  David Maus  <dmaus@ictsoc.de>
12651         * org-latex.el (org-export-latex-preprocess): Don't convert link
12652         description parts that look like numeric footnote.
12654 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
12656         * org-latex.el (org-export-latex-tables): Allowing specification
12657         of tabular[xy] inner environments through the ATTR_LaTeX line.
12659 2011-07-28  Julien Danjou  <julien@danjou.info>
12661         * org-capture.el (org-capture-fill-template): Use
12662         `org-set-property' directly.
12664 2011-07-28  Julien Danjou  <julien@danjou.info>
12666         * org-agenda.el (org-agenda-prefix-format): Add missing `search'
12667         item in docstring.
12669 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
12671         * org-exp.el (org-export-string): Use `format' to construct
12672         function call to allow symbolic or string arguments.
12674 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
12676         * org-capture.el (org-capture-place-entry):
12677         (org-capture-insert-template-here): Check tree for validity before
12678         pasting it.
12680 2011-07-28  Julien Danjou  <julien@danjou.info>
12682         * org-gnus.el (org-gnus-store-link): Trim date.
12684 2011-07-28  Julien Danjou  <julien@danjou.info>
12686         * org.el (org-email-link-description): Allow to retrieve email
12687         link date.
12689 2011-07-28  Lawrence Mitchell  <wence@gmx.li>
12691         * org.el (org-make-target-link-regexp): `regexp-quote' target
12692         before replacing whitespace.
12694 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
12696         * ob.el (org-babel-expand-noweb-references): Noweb references can
12697         now be resolved from the library of babel.
12699 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
12701         * ob.el (org-babel-result-end): No longer leaving trailing new
12702         line after block removal.
12704 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
12706         * org-latex.el (org-export-latex-first-lines): Anchor outline
12707         regexp during LaTeX tree export.
12709 2011-07-28  Konrad Hinsen  <konrad.hinsen@fastmail.net>
12711         * ob-python.el (org-babel-python-initiate-session-by-key): Make
12712         sure that py-which-bufname is initialized, as otherwise it will be
12713         overwritten the first time a Python buffer is created.
12715 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
12717         * ob-sh.el (org-babel-sh-var-to-sh): Better escaping of variables
12718         with spaces.
12720 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
12722         * ob-org.el (org-babel-execute:org): Padding code block with an
12723         empty title on LaTeX export.
12725 2011-07-28  Matt Lundin  <mdl@imapmail.org>
12727         * org.el (org-entry-properties): Stop scanning for timestamps if a
12728         specific timestamp property (e.g., DEADLINE, SCHEDULED, etc.) is
12729         requested and a match is found.  Also, if a specific timestamp
12730         property is requested, do not push non-relevant timestamps onto
12731         property list.
12733 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
12735         * org-agenda.el (org-agenda-add-time-grid-maybe): Show time only
12736         when grid is being made for today.
12738 2011-07-28  Matt Lundin  <mdl@imapmail.org>
12740         * org-agenda.el (org-agenda-get-scheduled): Don't call
12741         `org-is-habit-p' until after checking for
12742         `org-agenda-skip-scheduled-if-done'.
12744 2011-07-28  Achim Gratz  <Stromeko@nexgo.de>
12746         * org.el: Remove spurious linebreak introduced by earlier patch.
12748         * ob.el, ob-ref.el: Remove double fix of the same problem.
12750 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
12752         * org-table.el (orgtbl-ctrl-c-ctrl-c): Parse buffer for constants.
12754 2011-07-28  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>
12756         * org-html.el (org-export-html-mathjax-template): Displaymath
12757         environment and MathJax.
12759 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
12761         * org-faces.el (org-agenda-current-time): New face.
12763         * org-agenda.el (org-agenda-show-current-time-in-grid):
12764         (org-agenda-current-time-string): New options.
12765         (org-agenda-add-time-grid-maybe): Add current time to time grid.
12767 2011-05-10  Jim Meyering  <meyering@redhat.com>
12769         Fix doubled-word typos.
12770         * org-agenda.el (org-agenda-entry-types): the the -> the
12771         * org-table.el (org-table-get-remote-range): or or -> or
12772         * org-wl.el (org-wl-folder-type): the the -> the
12773         * org.el (org-goto, org-inside-LaTeX-fragment-p): Likewise.
12775 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
12777         * org-src.el (org-src-switch-to-buffer):
12778         * org-plot.el (org-plot/gnuplot-script, org-plot/gnuplot):
12779         * org-mouse.el (org-mouse-agenda-type):
12780         * org-freemind.el (org-freemind-node-to-org):
12781         * ob-sql.el (org-babel-execute:sql):
12782         * ob-exp.el (org-babel-exp-do-export, org-babel-exp-code):
12783         * ob-ref.el (org-babel-ref-resolve): Fix use of case.
12785 2011-03-07  Chong Yidong  <cyd@stupidchicken.com>
12787         * Version 23.3 released.
12789 2011-03-06  Juanma Barranquero  <lekktu@gmail.com>
12791         * org.el (org-blank-before-new-entry, org-context-in-file-links)
12792         (org-refile-targets, org-log-repeat, org-insert-link)
12793         (org-speed-command-default-hook, org-speed-command-hook)
12794         (org-in-regexps-block-p, org-yank-generic, org-goto-first-child):
12795         Fix typos in docstrings.
12796         (org-toggle-pretty-entities): Fix typo in message.
12798 2011-03-06  Juanma Barranquero  <lekktu@gmail.com>
12800         * org-id.el: Don't set `kill-emacs-hook' on noninteractive sessions.
12802 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12804         * org-remember.el (org-remember-mode-map):
12805         * org-src.el (org-src-mode-map): Move initialization into declaration.
12807 2011-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
12809         * org-remember.el (org-remember-mode):
12810         * org-capture.el (org-capture-mode): Don't run hook redundantly.
12812 2011-01-09  Chong Yidong  <cyd@stupidchicken.com>
12814         * org-faces.el (org-link): Inherit from link face.
12815         Suggested by Joakim Verona.
12817 2010-12-11  Tassilo Horn  <tassilo@member.fsf.org>
12819         * org-footnote.el (org-footnote-create-definition): Place
12820         Footnotes section before message-signature-separator also in modes
12821         derived from message-mode.
12823 2010-12-11  Julien Danjou  <julien@danjou.info>
12825         * org.el (org-make-tags-matcher): Remove useless cat-p value.
12827 2010-12-11  Julien Danjou  <julien@danjou.info>
12829         * org.el (org-entry-properties): Enhance docstring.
12831 2010-12-11  Nicolas Goaziou  <n.goaziou@gmail.com>
12833         * org-list.el (org-list-top-point-with-indent)
12834         (org-list-bottom-point-with-indent): Pay also attention to
12835         'original-indentation property of text, as blocks are put to
12836         column 0 upon exporting.
12838 2010-12-11  Dan Davison  <dandavison7@gmail.com>
12840         * ob.el (org-babel-remove-temporary-directory): Handle exception
12841         with message informing of failure to remove directory.
12843 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
12845         * ob-clojure.el (org-babel-header-arg-names:clojure): Add
12846         `package' to the list of Clojure header arguments which will be read
12847         from heading properties.
12849 2010-12-11  Nicolas Goaziou  <n.goaziou@gmail.com>
12851         * org-inlinetask.el (org-inlinetask-export-templates): Add
12852         Sébastien Vauban's suggestion for LaTeX export in docstring.  This is
12853         not default as it requires an additional LaTeX package: "todonotes".
12855 2010-12-11  Nicolas Goaziou  <n.goaziou@gmail.com>
12857         * org-inlinetask.el (org-inlinetask-export-templates): New variable.
12859         * org-inlinetask.el (org-inlinetask-export-handler): Make use of
12860         templates to export inline tasks.
12862 2010-12-11  Nicolas Goaziou  <n.goaziou@gmail.com>
12864         * org.el (org-current-level): Ignore inline tasks when getting current
12865         level of entry.
12867 2010-12-11  Nicolas Goaziou  <n.goaziou@gmail.com>
12869         * org.el (org-indent-line-function): Ignore drawers inside inline
12870         tasks  if the line to indent isn't inside an inline task itself.
12872 2010-12-11  Nicolas Goaziou  <n.goaziou@gmail.com>
12874         * org-inlinetask.el (org-inlinetask-get-task-level): New function.
12876         * org-indent.el (org-indent-add-properties): Find true level of
12877         indentation wrt inline tasks.
12879 2010-12-11  Nicolas Goaziou  <n.goaziou@gmail.com>
12881         * org-inlinetask.el (org-inlinetask-outline-regexp): New function.
12883         * org-inlinetask.el (org-inlinetask-goto-beginning): New function.
12885         * org-inlinetask.el (org-inlinetask-goto-end): New function.
12887         * org.el (org-mark-subtree): New command.
12889         * org.el (org-speed-commands-default, org-mode-map): Make use of
12890         new command.
12892 2010-12-11  Nicolas Goaziou  <n.goaziou@gmail.com>
12894         * org-inlinetask.el (org-inlinetask-export-handler): Remove protection
12895         from @<span class...> so it can be removed during LaTeX export.
12897 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
12899         * ob.el (org-babel-insert-result): More informative code block
12900         evaluation messages.
12902 2010-12-11  Matt Lundin  <mdl@imapmail.org>
12904         * org.el (org-make-heading-search-string): Optionally limit number
12905         of lines stored in file link search strings.
12906         (org-context-in-file-links): Add option to set to integer specifying
12907         number of lines.
12909 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
12911         * org-capture.el (org-capture-finalize): New prefix argument
12912         STAY-WITH-CAPTURE.
12913         (org-capture-refile): Improve docstring.
12915 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
12917         * ob-sql.el (org-babel-execute:sql): Add msosql as optional sql
12918         interaction engine.
12920 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
12922         * org-agenda.el (org-agenda-list):
12923         (org-agenda-goto-today): Use `org-today'.
12925 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
12927         * org-latex.el (org-export-latex-make-header): Swap \begin{document}
12928         and the title/author definitions.
12930 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
12932         * org-macs.el: Better backup definition for
12933         `with-silent-modifications'.
12935 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
12937         * ob-python.el (org-babel-execute:python): Rename "prefix" to
12938         "preamble".
12939         (org-babel-python-evaluate): Rename "prefix" to "preamble".
12940         (org-babel-python-evaluate-external-process): Rename "prefix" to
12941         "preamble".
12943 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
12945         * ob.el (org-babel-examplize-region): Check if `end' is a marker
12946         or a point and handle appropriately.
12948 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
12950         * ob-sql.el (org-babel-execute:sql): Explicitly set field
12951         separator to \t when importing tabular data.
12953 2010-12-11  Julien Danjou  <julien@danjou.info>
12955         * org-agenda.el (org-agenda-custom-commands-local-options):
12956         Allow org-agenda-span to be a symbol.
12957         (org-agenda-ndays): Make obsolete.
12958         (org-agenda-span): New variable superseding org-agenda-ndays.
12959         (org-agenda-menu): Use org-agenda-current-span.
12960         (org-agenda-current-span): New local variable storing current
12961         span.
12962         (org-agenda-list): Take a span instead of ndays as argument.
12963         This function is now responsible for computing the ndays based
12964         on span.
12965         (org-agenda-ndays-to-span): Return span only if number of days
12966         really matches.
12967         (org-agenda-span-to-ndays): New function.
12968         (org-agenda-manipulate-query): Use org-agenda-compute-starting-span.
12969         (org-agenda-goto-today): Use org-agenda-compute-starting-span.
12970         (org-agenda-later): Do not give compute a new span, use the
12971         current one.
12972         (org-agenda-day-view, org-agenda-week-view)
12973         (org-agenda-month-view, org-agenda-year-view): Stop touching
12974         org-agenda-ndays.
12975         (org-agenda-change-time-span): Only compute starting-span.
12976         (org-agenda-compute-starting-span): New function derived from
12977         the old org-agenda-compute-time-span.
12978         (org-agenda-set-mode-name): Compute mode based on
12979         org-agenda-current-span.
12980         (org-agenda-span-name): New function.
12982 2010-12-11  Robert Pluim  <rpluim@gmail.com>  (tiny change)
12984         * org-agenda.el (org-agenda-toggle-deadlines): Fix docstring.
12986 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
12988         * org-clock.el (org-quarter-to-date): Define variables.
12989         (org-clock-special-range): Defin variables.  Use org-floor*.
12990         (org-clocktable-write-default): Define tcol.
12992         * org-compat.el (org-floor*): New function.
12994 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
12995             John Wiegley  <jwiegley@gmail.com>
12997         * org-complete.el: New file.
12999 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
13001         * org-clock.el (org-clocktable-write-default): Fix the % formula.
13003 2010-12-11  Matt Lundin  <mdl@imapmail.org>
13005         * org-agenda.el (org-format-agenda-item): The value of
13006         org-category is not converted to a string unless it is defined.
13008 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
13010         * ob-python.el (org-babel-execute:python): Pass the new "prefix"
13011         header argument through to external evaluation.
13012         (org-babel-python-evaluate): Pass the new "prefix" header argument
13013         through to external evaluation.
13014         (org-babel-python-evaluate-external-process): When specified prepend
13015         "prefix" to the file used in external evaluation.
13017 2010-12-11  Dan Davison  <dandavison7@gmail.com>
13019         * ob-python.el (org-babel-python-evaluate-session): Change python
13020         module name from 'pp' to 'pprint'.
13022 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
13024         * ob-R.el (org-babel-R-evaluate-session): Removing empty lines
13025         from R session output, these are often the result of variable
13026         assignments.
13028 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
13030         * ob-sql.el (orgtbl-to-csv): Declaring an external function to
13031         fix a compiler warning.
13033 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
13035         * ob-eval.el (require): No longer require ob.el to allow
13036         requiring by ob.el.
13038         * ob.el (ob-eval): Require ob-eval.
13040 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
13042         * ob.el (org-babel-confirm-evaluate): Show code block's name when
13043         it is available during evaluation query.
13045 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
13047         * ob-sql.el (org-babel-expand-body:sql): Expand the body of a sql
13048         code block.
13049         (org-babel-execute:sql): Use sql specific body expansion function.
13050         (org-babel-sql-expand-vars): Insert variables into a sql code block.
13052 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
13054         * ob.el (org-babel-insert-result): Using markers instead of
13055         points for more robust buffer anchors.
13057 2010-12-11  Julien Danjou  <julien@danjou.info>
13059         * org-capture.el: Use org-today.
13061 2010-12-11  Julien Danjou  <julien@danjou.info>
13063         * org-habit.el: Use org-today.
13065 2010-12-11  Julien Danjou  <julien@danjou.info>
13067         * org.el (org-auto-repeat-maybe): Use org-today.
13069 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
13071         * org-clock.el (org-day-of-week): New function.
13072         (org-quarter-to-date): New function.
13073         (org-clock-special-range): Implement quarters.
13075 2010-12-11  Sébastien Vauban  <wxhgmqzgwmuf@spammotel.com>
13077         * org.el (org-complete-tags-always-offer-all-agenda-tags):
13078         Fix docstring.
13080 2010-12-11  Julien Danjou  <julien@danjou.info>
13082         * org-agenda.el (org-format-agenda-item): Convert category to a string
13083         if it is a symbol.  This fixes the following call to
13084         org-agenda-get-category-icon which fails if category is not a string.
13086 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
13088         * ob-clojure.el: Updated requirements documentation to mention
13089         the minimum version of Clojure.
13090         (org-babel-expand-body:clojure): Fully qualified function name.
13092 2010-12-11  Nicolas Goaziou  <n.goaziou@gmail.com>
13094         * org-latex.el (org-export-latex-lists): Do not add an
13095         unnecessary newline character after a list.
13097         * org-list.el (org-list-bottom-point-with-indent): Ensure bottom
13098         point is just after a non blank line.
13100 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
13102         * ob.el (org-babel-examplize-region): Remove old assertion which
13103         no longer applies to the result insertion code.
13105 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
13107         * ob-python.el (org-babel-execute:python): Use a :return header
13108         argument for external evaluation in which the code block body need
13109         to be wrapped in a function.
13111 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
13113         * ob-clojure.el (org-babel-expand-body:clojure): Trapped free
13114         variable.
13116 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
13118         * org.el (org-edit-special): Edit formulas when in TBLMF line.
13120 2010-12-11  Allen S. Rout  <asr@ufl.edu>  (tiny change)
13122         * org-capture.el (org-capture-after-finalize-hook): New hook.
13123         (org-capture-finalize): Run the new hook.
13125 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
13127         * ob-clojure.el (org-babel-expand-body:clojure): Support for
13128         pretty printing of Clojure code and data.
13130 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
13132         * ob.el (org-babel-insert-result): No longer escape results which
13133         will be wrapped in a block.
13135 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
13137         * ob-eval.el (org-babel-eval-wipe-error-buffer): Fix compiler
13138         warning and added documentation string.
13140 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
13142         * ob-clojure.el (org-babel-execute:clojure): Remade using slime
13143         for all code evaluation.
13145 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
13147         * org-beamer.el (org-beamer-sectioning): Allow overlay arguments for
13148         the column as well.
13150 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
13152         * ob.el (org-babel-confirm-evaluate): More descriptive message
13153         when evaluation is aborted or disabled.
13155 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
13157         * ob.el (org-babel-insert-result): Responds to new "wrap" header
13158         argument.
13159         (org-babel-merge-params): Includes new "wrap" header argument in
13160         one of the results header argument exclusive groups.
13162 2010-12-11  David Maus  <dmaus@ictsoc.de>
13164         * org-macs.el (with-silent-modifications): Fix condition for
13165         with-silent-modification.
13167 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
13169         * ob.el (org-babel-parse-header-arguments): Stripping trailing
13170         spaces off of header arguments (even the first one).
13172 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
13174         * ob-sh.el (org-babel-sh-var-to-sh): Wrap end token of heredoc in
13175         single quotes which is the best practice.
13176         (org-babel-sh-table-or-results): Use `org-babel-script-escape' for
13177         more robust parsing of shell output.
13179 2010-12-11  Dan Davison  <dandavison7@gmail.com>
13181         * org.el (org-additional-option-like-keywords): Add more keywords,
13182         and colons to some old ones.
13184 2010-12-11  Dan Davison  <dandavison7@gmail.com>
13186         * ob-eval.el (org-babel-error-buffer-name): Define new variable.
13188 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
13190         * ob-python.el (org-babel-python-table-or-string):
13191         Using `org-babel-script-escape' for reading string input from scripting
13192         languages.
13194 2010-12-11  Achim Gratz  <Stromeko@nexgo.de>  (tiny change)
13196         * org-macs.el (org-called-interactively-p): Wrap function call in
13197         with-no-warnings.
13198         (with-silent-modifications): Declare macro for Emacs < 23.2.
13200 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
13202         * ob.el (org-babel-parse-header-arguments): Remove addition of
13203         ":" to singleton first header arguments as it was leading to errors.
13205 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
13207         * org-latex.el (org-export-latex-make-header): Run the title through
13208         `org-export-latex-fontify-headline'.
13209         (org-export-latex-fontify-headline): Do the protection of math
13210         snippets also here.
13212 2010-12-11  Richard Lawrence  <richard.lawrence@berkeley.edu>
13214         * org-latex.el (org-export-as-latex): Sent the section title
13215         through the preprocessor.
13217 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
13219         * org-html.el (org-html-level-start): Mark listified headings
13220         with a custom id.
13222 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
13224         * org.el (org-open-at-point): Don't do footnote action if cursor is
13225         on a bracket link.
13227 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
13229         * org.el (org-edit-special): Check also for TBLFM line.
13231 2010-12-11  Achim Gratz  <Stromeko@Stromeko.DE>  (tiny change)
13233         * org-clock.el (org-get-clocktable): Previous patch incorrectly
13234         required whitespace in front of #+BEGIN: and #+END:.
13236 2010-12-11  Dan Davison  <dandavison7@gmail.com>
13238         * org-src.el (org-edit-src-code): Allow region to be inherited by
13239         edit buffer when mark is one character beyond end of src block.
13241 2010-12-11  Nicolas Goaziou  <n.goaziou@gmail.com>
13243         * org-list.el (org-cycle-list-bullet): Ensure point is at bol before
13244         checking item indentation.
13246 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
13248         * ob.el (org-babel-map-src-blocks): Move to earlier in the file
13249         and now autoloading.
13251 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
13253         * ob-ref.el (org-babel-ref-at-ref-p): Use higher level function
13254         for testing list membership.
13256         * ob.el (org-babel-read-result): Use higher level function for
13257         testing list membership.
13258         (org-babel-result-end): Use higher level function for testing list
13259         membership.
13261 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
13263         * ob-sqlite.el (ob-eval): Require ob-eval for external command
13264         execution.
13265         (org-babel-execute:sqlite): No longer uses the init option for
13266         passing commands to sqlite.
13268 2010-12-11  Nicolas Goaziou  <n.goaziou@gmail.com>
13270         * org.el (org-indent-line-function): Drawers and blocks have no
13271         influence on indentation of text below.  Also fix indentation
13272         problem with a block at column 0 and add a special case for
13273         literal examples.
13275 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
13277         * ob.el (org-babel-map-src-blocks): Ensure that the file argument
13278         is only evaluated once.
13280 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
13282         * ob-ref.el (org-babel-ref-resolve): Recognize `list' as a unique
13283         type of data
13284         (org-babel-ref-at-ref-p): Recognize `list' as a unique type of data.
13286 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
13288         * ob-tangle.el (org-babel-load-file): Can be called interactively.
13290 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>  (tiny change)
13292         * org-table.el (orgtbl-after-send-table-hook): New hook.
13293         (orgtbl-ctrl-c-ctrl-c): Run `orgtbl-after-send-table-hook' when a
13294         table was sent.
13295         (orgtbl-send-table): Return the number of sent tables, or nil if no
13296         sending has happened.
13298 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
13300         * org.el (org-get-priority-function): New option.
13301         (org-get-priority): Call `org-get-priority-function' if that
13302         has been set.
13304 2010-12-11  Dan Davison  <dandavison7@gmail.com>
13306         * ob-table.el (org-babel-table-truncate-at-newline): Only add
13307         "..." if there is something after the newline.
13309 2010-12-11  Achim Gratz  <Stromeko@nexgo.de>  (tiny change)
13311         * org-clock.el (org-get-clocktable):
13312         (org-in-clocktable-p):
13313         (org-clocktable-shift):
13314         (org-clocktable-steps): Fix regexp to allow for indented clock tables.
13316 2010-12-11  Puneeth Chaganti  <punchagan@gmail.com>
13318         * org-exp.el (org-export-handle-include-files): Support :minlevel
13319         property.
13320         (org-get-file-contents): New argument minlevel to demote included
13321         content.
13323 2010-12-11  Noorul Islam  <noorul@noorul.com>
13325         * org-latex.el (org-export-latex-hyperref-format): New option.
13326         (org-export-latex-href-format): Rename the existing variable
13327         `org-export-latex-hyperref-format' as `org-export-latex-href-format'
13328         (org-export-latex-links): Use `org-export-latex-hyperref-format' and
13329         `org-export-latex-href-format'.
13331 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
13333         * ob-calc.el (org-babel-execute:calc): Ensure the *Calculator*
13334         buffer exists before it is used.
13336 2010-12-11  Nicolas Goaziou  <n.goaziou@gmail.com>
13338         * org-exp.el (org-export-preprocess-string): Delay code block
13339         processing a bit to allow correct list parsing in the export string.
13341 2010-12-11  Christopher Allan Webber  <cwebber@dustycloud.org>
13343         * org-agenda.el (org-agenda-timegrid-use-ampm): New option.
13344         (org-agenda-time-of-day-to-ampm): New function.
13345         (org-agenda-time-of-day-to-ampm-maybe): New function.
13346         (org-format-agenda-item): Call org-agenda-time-of-day-to-ampm-maybe.
13348 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
13350         * org-faces.el (org-cycle-level-faces): New option.
13352         * org.el (org-get-level-face): Honor org-cycle-level-faces.
13354 2010-12-11  Julien Danjou  <julien@danjou.info>
13356         * org-agenda.el (org-agenda-today): New function.
13357         (org-agenda-get-day-face): New function.
13358         (org-timeline): Use org-agenda-today and org-agenda-get-day-face.
13359         (org-agenda-list): Use org-agenda-today and org-agenda-get-day-face.
13360         (org-todo-list): Use org-agenda-today.
13361         (org-get-all-dates): Use org-agenda-today.
13362         (org-agenda-day-face-function): New variable.
13363         (org-agenda-get-day-face): Use org-agenda-day-face-function.
13365 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
13367         * org.el (org-ctrl-c-ctrl-c): Consider sending a radio table also
13368         in Org.
13370 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
13372         * org-html.el (org-export-as-html): Do not treat partially
13373         protected lines as if they were fully protected.
13375 2010-12-11  Dan Davison  <dandavison7@gmail.com>
13377         * org-exp.el (org-export-format-source-code-or-example):
13378         Remove hard-wired configuration of minted export
13379         (org-export-latex-minted-with-line-numbers): Remove variable.
13381 2010-12-11  Bastien Guerry  <bzg@gnu.org>
13383         * org-clock.el (org-dblock-write:clocktable): Fix double
13384         reference to `link' in let construct.
13385         (org-clock-clocktable-formatter): Fix typo in docstring.
13386         (org-clocktable-write-default): Fix typo in docstring.
13388 2010-12-11  David Maus  <dmaus@ictsoc.de>
13390         * org-protocol.el (org-protocol-unhex-string): Normalize percent
13391         escape sequence to upper case letters.
13393 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
13395         * ob-lob.el (org-babel-lob-get-info): Include pass-through
13396         header arguments in results variable header argument string.
13398 2010-12-11  David Maus  <dmaus@ictsoc.de>
13400         * org-exp.el (org-export-visible): Limit search for in-buffer options
13401         beginning of first headline.
13403 2010-12-11  David Maus  <dmaus@ictsoc.de>
13405         * org.el (org-open-at-point): Remove stale link handler for news:
13406         links.
13408 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
13410         * org-clock.el (org-clocktable-write-default): Better handling of
13411         narrowing.
13413 2010-12-11  Julien Danjou  <julien@danjou.info>
13415         * org-agenda.el (org-agenda-category-icon-alist): Fix defcustom type.
13417 2010-12-11  Nicolas Goaziou  <n.goaziou@gmail.com>
13419         * org.el (org-indent-line-function): Simplify code and remove bug that
13420         would insert a tab at the beginning of the line when trying to
13421         indent the item.
13423 2010-12-11  Julien Danjou  <julien@danjou.info>
13425         * org.el (org-diary-sexp-entry): Split sexp result strings at semicolon.
13427 2010-12-11  Julien Danjou  <julien@danjou.info>
13429         * org-agenda.el (org-agenda-prefix-format): Insert place holder
13430         for icon.
13431         (org-agenda-category-icon-alist): New option.
13432         (org-agenda-get-category-icon): New function.
13433         (org-format-agenda-item): Support for icons.
13434         (org-compile-prefix-format): Support for icons.
13436 2010-12-11  Julien Danjou  <julien@danjou.info>
13438         * org-compat.el: Create defalias for `string-match-p' and
13439         looking-at-p.
13441 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
13443         * ob-calc.el (org-babel-execute:calc): Support for variables --
13444         converts :var variables in calc variables.
13446 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
13448         * org.el (org-sparse-tree): Mention [r] in dispatch menu.
13450 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
13452         * org-list.el (org-list-parse-list): Use `org-looking-at-p'.
13454 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
13456         * org-id.el (org-id-store-link): Test for org-mode before checking
13457         for IDs.
13459 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
13461         * org.el (org-shorten-string): New function.
13463         * org-exp.el (org-export-convert-protected-spaces): New function.
13464         (org-export-preprocess-string):
13465         Call `org-export-convert-protected-spaces' to handle new hard spaces.
13467 2010-12-11  David Maus  <dmaus@ictsoc.de>
13469         * org.el (org-narrow-to-subtree): Check for heading that ends at end
13470         of buffer.
13472 2010-11-12  Carsten Dominik  <carsten.dominik@gmail.com>
13474         * org-capture.el (org-capture-templates): Remove autoload from
13475         defcustom.
13477         * ob-lisp.el (slime): Don't expect slime to be present.
13479 2010-11-11  Dan Davison  <dandavison7@gmail.com>
13481         * ob.el: `copy-sequence' suffices to copy alist; no need for
13482         `copy-tree'.
13484 2010-11-11  Dan Davison  <dandavison7@gmail.com>
13486         * ob.el (org-babel-execute-src-block): If ":results file" is in
13487         effect, then ensure that the value of :file is returned as the
13488         result; don't rely on language files for this.
13490 2010-11-11  Dan Davison  <dandavison7@gmail.com>
13492         * ob.el (org-babel-sha1-hash): Avoid corrupting `info' data
13493         structure by side-effects of `sort'.
13495 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
13497         * org-list.el (org-list-bottom-point-with-indent): Do not check
13498         indentation of a non-empty blank line.
13500         * org-list.el (org-sort-list): Sort a list with point anywhere
13501         inside it.
13503 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
13505         * ob-calc.el (org-babel-execute:calc): Safer evaluation and
13506         hopefully better error messages.
13508 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
13510         * org.el (org-babel-load-languages): Adding calc.
13512 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
13514         * ob.el (org-babel-initiate-session): Don't resolve variable
13515         references unless prefix arg is supplied.
13517 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
13519         * ob-calc.el (org-babel-execute:calc): Ensure that calc stack
13520         refers to the correct stack.
13522 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
13524         * ob-calc.el: Adding the beginnings of support for calc code
13525         blocks.
13527 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
13529         * ob-tangle.el (org-babel-update-block-body): Declaring function
13530         for updating code block bodies.
13531         (org-babel-spec-to-string):
13532         (org-babel-detangle): Detangle all tangled and commented code
13533         blocks in the current file back to org.
13534         (org-babel-tangle-jump-to-org): Jump from a tangled and commented
13535         file back to the originating org-mode code block ob-tangle:
13536         detangle changes in code files back to the original org files.
13538 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
13540         * ob-tangle.el (org-babel-tangle-comment-format-beg): Fix typo.
13541         (org-babel-tangle-comment-format-end): Fix typo.
13543 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
13545         * org-exp.el (org-export-format-source-code-or-example):
13546         Use minted for latex source code export if `org-export-latex-listings'
13547         has the value 'minted.
13549         * org-latex.el (org-export-latex-listings): Document special value
13550         'minted.
13552         * org-latex.el (org-export-latex-minted): Delete variable.
13554 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
13556         * ob.el (org-babel-get-src-block-info): Retrieve contents of
13557         parentheses, excluding parentheses themselves.
13559 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
13561         * ob-gnuplot.el (org-babel-variable-assignments:gnuplot):
13562         Fix bug in gnuplot data file assignment using user variables.
13564 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
13566         * ob-latex.el (org-babel-execute:latex): Adding new :headers
13567         header argument for latex code blocks.
13569 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
13571         * org-capture.el (org-capture-templates): New capture property
13572         `:kill-buffer'.
13573         (org-capture-finalize): Kill target buffer if that is desired.
13574         (org-capture-target-buffer): Remember if we have to make the buffer.
13576 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
13578         * org-clock.el (org-dblock-write:clocktable): Fix bug when
13579         computing clock tables.
13581 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
13583         * org-clock.el (org-dblock-write:clocktable): Pass file minutes up
13584         to caller even if no table is generated.
13586 2010-11-11  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>
13588         * org-agenda.el (org-agenda-get-sexps): Handle lists as return
13589         values from diary entries.
13591         * org-bbdb.el (org-bbdb-anniversaries): Handle lists of
13592         anniversaries.
13594         * org.el (org-diary-sexp-entry): Handle lists as return values
13595         from diary entries.
13597 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
13599         * org-capture.el (org-capture-empty-lines-before):
13600         (org-capture-empty-lines-after): Make sure the n=0 does not insert
13601         any newlines.
13603 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
13605         * ob-clojure.el (org-babel-clojure-babel-clojure-cmd): Fix error
13606         message when clojure binary is not found.
13608 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
13610         * org-html.el (org-format-table-html): New argument DOCBOOK.
13611         (org-format-org-table-html): New argument DOCBOOK.  When set, use
13612         align instead of class to align table fields.
13614         * org-docbook.el (org-export-as-docbook): Specify the docbook
13615         argument for the table converter.
13617 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
13619         * org-macs.el (org-called-interactively-p): New macro.
13621         * org-freemind.el: No longer require 'rx.
13622         (org-freemind): New customization group, use it for all the
13623         variables.
13624         (org-export-as-freemind): Add docstring.
13625         (org-freemind-show): Improve filen naming.
13626         (org-freemind-convert-links-helper): New function.
13627         (org-freemind-bol-helper-base-indent): New variable.
13628         (org-freemind-bol-helper): New function.
13629         (org-freemind-node-css-style): New option.
13630         (org-freemind-node-pattern): New variable.
13631         (org-freemind-from-org-mode): Better docstring.
13633 2010-11-11  David Maus  <dmaus@ictsoc.de>
13635         * ob-haskell.el (org-babel-variable-assignments:haskell):
13636         Don't pass more than two arguments to mapc.
13638 2010-11-11  David Maus  <dmaus@ictsoc.de>
13640         * ob.el (org-babel-ref-resolve): Declare to silence byte compiler.
13642 2010-11-11  David Maus  <dmaus@ictsoc.de>
13644         * org-footnote.el (message-signature-separator): Defvar to silence
13645         byte compiler.
13647 2010-11-11  David Maus  <dmaus@ictsoc.de>
13649         * org-exp.el (org-export-string): Fix reference to wrong symbol.
13651 2010-11-11  Jambunathan K  <kjambunathan@gmail.com>
13653         * org.el (org-link-search): Return 'dedicated on successful match
13654         when org-link-search-must-match-exact-headline is set to t.
13656 2010-11-11  Daniel Clemente  <n142857@gmail.com>
13658         * org-html.el (org-html-make-link): Append fragment to file: links
13659         if present.
13661 2010-11-11  Tassilo Horn  <tassilo@member.fsf.org>
13663         * org-footnote.el (org-footnote-create-definition)
13664         (org-footnote-goto-local-insertion-point): Add footnotes before
13665         signature when in message-mode.
13667 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
13669         * org.el (org-display-inline-images): Improve regexp.
13671 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
13673         * org.el (org-cycle): Make sure resetting to startup visibility
13674         works after another cycle command.
13676 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
13678         * org-exp.el (org-export-string): New function org-export-string
13679         can be used to convert a string of test in org-mode markup to a
13680         specified format.
13682 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
13684         * org.el (org-display-inline-images): Allow non-ASCII characters
13685         in image file names.  Save match data.
13687 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
13689         * org.el (org-auto-repeat-maybe): Fix shifting multiple time
13690         stamps.
13692 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
13694         * org-exp.el (org-store-forced-table-alignment):
13695         (org-export-remove-special-table-lines): Allow the "c" cookie for
13696         table alignment.
13698         * org-html.el (org-export-table-header-tags):
13699         (org-export-table-data-tags): Add another %s format for the
13700         alignment.
13701         (org-export-html-table-align-individual-fields): New option.
13702         (org-format-org-table-html): Implement field-by-field alignment
13703         and support centering.
13704         (org-format-table-table-html): Make sure the new table tag formats
13705         don't break this function.
13707         * org-table.el (org-table-cookie-line-p):
13708         (org-table-align): Allow for the <c> cookie.
13710         * org.el (org-set-font-lock-defaults): Allow for the <c> cookie.
13712 2010-11-11  David Maus  <dmaus@ictsoc.de>
13714         * org-exp.el (org-export-normalize-links): Skip normalization of
13715         plain links that are part of another link.
13717 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
13719         * ob-R.el (org-babel-expand-body:R): Fix bug in let binding.
13721 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
13723         * org-indent.el (org-indent-add-properties):
13724         Use `with-silent-modifications'.
13725         (org-indent-remove-properties): Use `with-silent-modifications'.
13727 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
13729         * org-table.el (org-table-cookie-line-p): Fix indentation.
13731         * org-exp.el (org-store-forced-table-alignment): New function.
13732         (org-export-preprocess-string):
13733         Call `org-store-forced-table-alignment'.
13735         * org-html.el (org-format-org-table-html): Use stored alignment
13736         information.
13738 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
13740         * ob.el (org-babel-execute-src-block): Respects prefix argument
13741         (which forces re-calculation).
13743 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
13745         * ob.el (org-babel-execute-src-block): Remove needless param
13746         sorting from ob-execute-src-block, the params are sorted already
13747         by ob-sha1-hash.
13749 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
13751         * ob.el (org-babel-sha1-hash): Ensure that info is sorted at the
13752         header argument level.
13754 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
13756         * ob.el (org-babel-sha1-hash): Consider words in different order
13757         as different input.
13759 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
13761         * ob.el (org-babel-sha1-hash): Fix check for zero length sequences.
13763 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
13765         * ob-sh.el (org-babel-sh-var-to-sh): Ensure value has the
13766         structure of an Org-mode table (list of lists).
13768 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
13770         * ob-tangle.el (org-babel-tangle-collect-blocks): Fix bug
13771         (reference to unassigned variable `src-lang' and avoid calling
13772         org-babel-get-src-block-info twice.
13774 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
13776         * ob.el (org-babel-demarcate-block): Updated to reflect the new
13777         info list contents.
13779 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
13781         * org-src.el (org-edit-src-code): Supply non-nil argument to
13782         `org-babel-get-src-block-info' to avoid resolving variable
13783         references.
13785 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
13787         * ob.el (org-babel-map-src-blocks): Fix minor bug in and
13788         improved efficiency of org-babel-map-src-blocks.
13790 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
13792         * ob-tangle.el (org-babel-tangle-collect-blocks): Now explicitly
13793         checks that a code block will actually be tangled before
13794         collecting it's full information (a process which could involve
13795         the execution of other code blocks).
13797 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
13799         * ob.el (org-babel-demarcate-block): Use light version of
13800         `org-babel-get-src-block-info'.
13802 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
13804         * ob.el (org-babel-sha1-hash): Now handles more complex types in
13805         params.
13807 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
13809         * ob.el (org-babel-execute-src-block): Generally using the new
13810         more informative params
13811         (org-babel-process-params): Don't forget the :var portion of
13812         variable assignments.
13814 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
13816         * ob-table.el (sbe): Simplified to reflect to var resolution.
13818 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
13820         * ob-ref.el (org-babel-ref-resolve): Bringing the referent
13821         arguments back to their params before evaluation.
13823 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
13825         * ob-ref.el (org-babel-ref-resolve): Cleanup of variable usage and
13826         indentation.
13828 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
13830         * ob-table.el (sbe): Use `org-babel-process-params params' instead
13831         of `org-babel-expand-variables'.
13833 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
13835         * ob-C.el (org-babel-C-execute): Remove call to
13836         org-babel-process-params which should no longer be called from
13837         within a language file.
13839         * ob-R.el (org-babel-execute:R): Remove call to
13840         org-babel-process-params which should no longer be called from
13841         within a language file
13842         (org-babel-R-variable-assignments): Remove call to
13843         org-babel-process-params which should no longer be called from
13844         within a language file.
13846         * ob-asymptote.el (org-babel-execute:asymptote): Remove call to
13847         org-babel-process-params which should no longer be called from
13848         within a language file.
13850         * ob-clojure.el (org-babel-execute:clojure): Remove call to
13851         org-babel-process-params which should no longer be called from
13852         within a language file.
13854         * ob-dot.el (org-babel-execute:dot): Remove call to
13855         org-babel-process-params which should no longer be called from
13856         within a language file.
13858         * ob-emacs-lisp.el (org-babel-expand-body:emacs-lisp): Remove
13859         call to org-babel-process-params which should no longer be called
13860         from within a language file
13861         (org-babel-execute:emacs-lisp): Remove call to
13862         org-babel-process-params which should no longer be called from
13863         within a language file.
13865         * ob-haskell.el (org-babel-execute:haskell): Remove call to
13866         org-babel-process-params which should no longer be called from
13867         within a language file.
13869         * ob-js.el (org-babel-execute:js): Remove call to
13870         org-babel-process-params which should no longer be called from
13871         within a language file.
13873         * ob-lisp.el (org-babel-execute:lisp): Remove call to
13874         org-babel-process-params which should no longer be called from
13875         within a language file.
13877         * ob-ocaml.el (org-babel-execute:ocaml): Remove call to
13878         org-babel-process-params which should no longer be called from
13879         within a language file.
13881         * ob-octave.el (org-babel-execute:octave): Remove call to
13882         org-babel-process-params which should no longer be called from
13883         within a language file.
13885         * ob-perl.el (org-babel-execute:perl): Remove call to
13886         org-babel-process-params which should no longer be called from
13887         within a language file.
13889         * ob-python.el (org-babel-execute:python): Remove call to
13890         org-babel-process-params which should no longer be called from
13891         within a language file.
13893         * ob-ruby.el (org-babel-execute:ruby): Remove call to
13894         org-babel-process-params which should no longer be called from
13895         within a language file.
13897         * ob-scheme.el (org-babel-execute:scheme): Remove call to
13898         org-babel-process-params which should no longer be called from
13899         within a language file.
13901         * ob-screen.el (org-babel-execute:screen): Remove call to
13902         org-babel-process-params which should no longer be called from
13903         within a language file
13904         (org-babel-prep-session:screen): Remove call to
13905         org-babel-process-params which should no longer be called from
13906         within a language file.
13908         * ob-sh.el (org-babel-execute:sh): Remove call to
13909         org-babel-process-params which should no longer be called from
13910         within a language file.
13912         * ob-sql.el (org-babel-execute:sql): Remove call to
13913         org-babel-process-params which should no longer be called from
13914         within a language file.
13916         * ob-haskell.el (org-babel-execute:haskell): Remove reference to
13917         processed params.
13919         * ob-clojure.el (org-babel-execute:clojure): Remove reference to
13920         processed params.
13922         * ob-R.el (org-babel-execute:R): Remove reference to processed
13923         params.
13925 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
13927         * ob-sql.el (org-babel-execute:sql): Use generic expansion
13928         function
13929         (org-babel-expand-body:sql): Delete function.
13931 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
13933         * ob-sh.el (org-babel-execute:sh): Use generic expansion function
13934         (org-babel-expand-body:sh): Delete function
13935         (org-babel-prep-session:sh): Change name of called function
13936         (org-babel-variable-assignments:sh): Change function name.
13938 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
13940         * ob-screen.el (org-babel-execute:screen): Use generic expansion
13941         function
13942         (org-babel-expand-body:screen): Delete function
13943         (org-babel-prep-session:screen): Remove references to processed
13944         params.
13946 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
13948         * ob-sass.el (org-babel-execute:sass): Use generic expansion
13949         function
13950         (org-babel-expand-body:sass): Delete function.
13952 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
13954         * ob-ruby.el (org-babel-execute:ruby): Use generic expansion
13955         function
13956         (org-babel-prep-session:ruby): Use new variable assignment
13957         function
13958         (org-babel-variable-assignments:ruby): New function
13959         (org-babel-expand-body:ruby): Delete function.
13961 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
13963         * ob-python.el (org-babel-execute:python): Use generic expansion
13964         function
13965         (org-babel-prep-session:python): Change name of called function
13966         (org-babel-variable-assignments:python): Change function name
13967         (org-babel-expand-body:python): Delete function.
13969 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
13971         * ob-plantuml.el (org-babel-expand-body:plantuml): Delete function
13972         (automatically handled by generic version).
13974 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
13976         * ob-perl.el (org-babel-execute:perl): Use generic expansion
13977         function
13978         (org-babel-expand-body:perl): Delete function
13979         (org-babel-variable-assignments:perl): New function.
13981 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
13983         * ob-org.el (org-babel-expand-body:org): Delete function
13984         (automatically handled by generic version).
13986 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
13988         * ob-octave.el (org-babel-execute:octave): Use generic expansion
13989         function
13990         (org-babel-variable-assignments:octave): Change name of function
13991         (org-babel-variable-assignments:matlab): New defalias
13992         (org-babel-prep-session:octave): Change name of function
13993         (org-babel-expand-body:matlab): Delete function
13994         (org-babel-expand-body:octave): Delete function.
13996 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
13998         * ob-ocaml.el (org-babel-execute:ocaml): Use generic expansion
13999         function
14000         (org-babel-variable-assignments:ocaml): New function
14001         (org-babel-expand-body:ocaml): Delete function.
14003 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14005         * ob-mscgen.el (org-babel-expand-body:mscgen): Delete function
14006         (automatically handled by generic version).
14008 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14010         * ob-js.el (org-babel-execute:js): Use new variable assignment
14011         function
14012         (org-babel-expand-body:js): Delete function
14013         (org-babel-prep-session:js): Use new variable assignment function
14014         (org-babel-variable-assignments:js): New function.
14016 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14018         * ob-haskell.el (org-babel-execute:haskell): Use generic expansion
14019         function
14020         (org-babel-expand-body:haskell): Delete function
14021         (org-babel-prep-session:haskell): Use variable assignment function
14022         (org-babel-variable-assignments:haskell): New function.
14024 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14026         * ob-gnuplot.el (org-babel-expand-body:gnuplot): Use variable
14027         assignment function
14028         (org-babel-prep-session:gnuplot): Use variable assignment function
14029         (org-babel-variable-assignments:gnuplot): New function.
14031 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14033         * ob-ditaa.el (org-babel-expand-body:ditaa): Delete function
14034         (automatically handled by generic version).
14036 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14038         * ob-css.el (org-babel-expand-body:css): Delete function
14039         (automatically handled by generic version).
14041 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14043         * ob-asymptote.el (org-babel-execute:asymptote): Use generic
14044         expansion function
14045         (org-babel-expand-body:asymptote): Delete function
14046         (org-babel-variable-assignments:asymptote): New function.
14048 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14050         * ob-R.el (org-babel-expand-body:R): Use new function
14051         `org-babel-variable-assignments:R'; don't trim body.
14052         (org-babel-execute:R): Respond to changes in
14053         `org-babel-expand-body:R'
14054         (org-babel-prep-session:R): Called function is now named
14055         `org-babel-variable-assignments:R'
14056         (org-babel-variable-assignments:R): Receives processed-params as
14057         new optional argument.
14059 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14061         * ob-C.el (org-babel-C-expand): Don't trim body.
14063 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14065         * ob-scheme.el (org-babel-expand-body:scheme): Fix bug in
14066         obtaining variable references.
14068 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14070         * ob-tangle.el (org-babel-tangle-collect-blocks): Supply variable
14071         assignment lines to generic expansion command.
14073 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14075         * ob.el (org-babel-expand-src-block): Supply variable assignment
14076         lines to generic expansion function
14077         (org-babel-expand-body:generic): Prepend body with optional
14078         variable assignment lines.
14080 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
14082         * ob-exp.el (org-babel-exp-results): Replaced old function call.
14084 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
14086         * ob-lob.el (org-babel-lob-execute): Now expanding variable
14087         references before execution.
14089 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
14091         * ob.el (org-babel-execute-src-block): Only sort parameters if
14092         it's required for caching.
14094 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
14096         * ob-table.el (sbe): Reworking for better indentation and to
14097         integrate the new variable resolution.
14099 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
14101         * ob-ref.el (org-babel-ref-resolve-reference): Now expanding
14102         variables when resolving references.
14104 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
14106         * ob.el (org-babel-merge-params): Fix order or precedence for
14107         variables.
14109 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
14111         * ob-C.el (org-babel-expand-body:c++, org-babel-C-expand):
14112         * ob-R.el (org-babel-expand-body:R, org-babel-execute:R)
14113         (org-babel-R-variable-assignments):
14114         * ob-asymptote.el (org-babel-expand-body:asymptote)
14115         (org-babel-execute:asymptote):
14116         * ob-clojure.el (org-babel-expand-body:clojure)
14117         (org-babel-execute:clojure):
14118         * ob-css.el (org-babel-expand-body:css):
14119         * ob-ditaa.el (org-babel-expand-body:ditaa):
14120         * ob-dot.el (org-babel-expand-body:dot, org-babel-execute:dot):
14121         * ob-emacs-lisp.el (org-babel-expand-body:emacs-lisp)
14122         (org-babel-execute:emacs-lisp):
14123         * ob-gnuplot.el (org-babel-expand-body:gnuplot)
14124         * ob-haskell.el (org-babel-expand-body:haskell)
14125         (org-babel-execute:haskell, org-babel-load-session:haskell)
14126         (org-babel-prep-session:haskell):
14127         * ob-js.el (org-babel-expand-body:js, org-babel-execute:js):
14128         * ob-latex.el (org-babel-expand-body:latex):
14129         * ob-lisp.el (org-babel-expand-body:lisp, org-babel-execute:lisp):
14130         * ob-mscgen.el (org-babel-expand-body:mscgen):
14131         * ob-ocaml.el (org-babel-expand-body:ocaml, org-babel-execute:ocaml):
14132         * ob-octave.el (org-babel-expand-body:matlab)
14133         (org-babel-expand-body:octave, org-babel-execute:octave)
14134         (org-babel-octave-variable-assignments):
14135         * ob-org.el (org-babel-expand-body:org):
14136         * ob-perl.el (org-babel-expand-body:perl, org-babel-execute:perl):
14137         * ob-plantuml.el (org-babel-expand-body:plantuml):
14138         * ob-python.el (org-babel-expand-body:python, org-babel-execute:python)
14139         (org-babel-python-variable-assignments):
14140         * ob-ruby.el (org-babel-expand-body:ruby, org-babel-execute:ruby):
14141         * ob-sass.el (org-babel-expand-body:sass):
14142         * ob-scheme.el (org-babel-expand-body:scheme, org-babel-execute:scheme):
14143         * ob-screen.el (org-babel-expand-body:screen):
14144         * ob-sh.el (org-babel-expand-body:sh, org-babel-execute:sh)
14145         (org-babel-sh-variable-assignments):
14146         * ob-sql.el (org-babel-expand-body:sql):
14147         * ob-sqlite.el (org-babel-expand-body:sqlite, org-babel-execute:sqlite):
14148         * ob.el (org-babel-expand-body:generic):
14149         Remove obsoleted optional third argument.
14151 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
14153         * ob-clojure.el (org-babel-prep-session:clojure): Purging all
14154         calls to removed org-babel-ref-variables.
14156 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
14158         * ob-lob.el (org-babel-lob-ingest): Now returns the count of
14159         ingested code blocks.
14161 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
14163         * ob-exp.el (org-babel-exp-in-export-file): Wrapper for collecting
14164         information from within the original export file.
14166 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
14168         * ob.el (org-babel-get-src-block-info): Small but crucial fix)
14169         (this should return nil if not match found.
14171 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
14173         * ob-emacs-lisp.el (org-babel-expand-body:emacs-lisp):
14174         Whitespace (org-babel-execute:emacs-lisp): Whitespace.
14176 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14178         * ob-sh.el (org-babel-sh-variable-assignments): Provide missing
14179         docstring.
14181         * ob-python.el (org-babel-python-variable-assignments):
14182         Provide missing docstring.
14184 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14186         * ob-octave.el (org-babel-expand-body:octave): Refactor: break
14187         variable assignment part out into a separate function
14188         (org-babel-octave-variable-assignments): New function constructing
14189         list of variable assignment statements
14190         (org-babel-prep-session:octave): Use new function
14191         `org-babel-octave-variable-assignments' instead of previous
14192         (incorrect) variable assignment code.
14194 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14196         * ob-sh.el (org-babel-expand-body:sh): Refactor: break variable
14197         assignment part out into a separate function
14198         (org-babel-sh-variable-assignments): New function constructing
14199         list of variable assignment statements
14200         (org-babel-prep-session:sh): Use new function
14201         `org-babel-sh-variable-assignments' instead of previous
14202         (incorrect) variable assignment code.
14204 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14206         * ob-python.el (org-babel-expand-body:python): Refactor: break
14207         variable assignment part out into a separate function
14208         (org-babel-python-variable-assignments): New function constructing
14209         list of variable assignment statements
14210         (org-babel-prep-session:python): Use new function
14211         `org-babel-python-variable-assignments' instead of previous
14212         (incorrect) variable assignment code.
14214 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14216         * ob-R.el (org-babel-expand-body:R): Refactor: break variable
14217         assignment part out into a separate function
14218         (org-babel-R-variable-assignments): New function constructing list
14219         of variable assignment statements
14220         (org-babel-prep-session:R): Use new function
14221         `org-babel-R-variable-assignments' instead of previous
14222         (incorrect) variable assignment code.
14224 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14226         * ob.el (org-babel-initiate-session): Better variable names.
14228 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
14230         * ob.el (org-number-sequence):
14231         Declared * ob-R.el (org-number-sequence): Declared.
14233 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14235         * ob.el (org-babel-map-src-blocks): Store correct value of
14236         `end-block'.
14238 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14240         * ob.el (org-babel-mark-block): New function to mark the body of a
14241         src block in the style of `mark-defun'.
14243 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
14245         * org-compat.el (org-number-sequence): New function.
14247         * ob-R.el (org-babel-expand-body:R): Use `org-number-sequence'.
14249         * ob.el (org-babel-where-is-src-block-result):
14250         Use `org-number-sequence'.
14251         (org-babel-current-buffer-properties): Fix variable definition.
14253         * ob-ref.el (org-babel-ref-index-list): Use `org-number-sequence'.
14255         * ob-latex.el (org-babel-latex-tex-to-pdf): Use the 2-argument
14256         version of `shell-command'.
14258         * org-latex.el (org-export-as-pdf): Use the 2-argument version of
14259         `shell-command'.
14261 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
14263         * org-list.el (org-list-search-unenclosed-generic): Replace call
14264         to booleanp.
14266 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
14268         * org.el (org-agenda-jump-prefer-future): New option.
14270         * org-agenda.el (org-agenda-goto-date):
14271         Use `org-agenda-jump-prefer-future'.
14273 2010-11-11  Noorul Islam  <noorul@noorul.com>
14275         * org-latex.el (org-export-latex-links): Replaced hard coded
14276         hyperref format with custom variable
14277         `org-export-latex-hyperref-format'.
14279 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
14281         * org.el (org-insert-heading): Fix docstring.
14283 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>  (tiny change)
14285         * org-capture.el (org-capture-place-entry): If the first line is
14286         already a headline, just stay there.
14288 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
14290         * ob-sh.el (org-babel-sh-evaluate): No longer assumes that results
14291         are non-nil.
14293 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
14295         * org-ascii.el (org-ascii-replace-entities): Match an optional {}
14296         after an entity.
14298 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
14300         * org-table.el (orgtbl-to-html): Apply `org-html-expand' to the
14301         table fields.
14303 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
14305         * org.el (org-insert-heading): When on the headline of an inline
14306         task, insert another inline tasks.
14308 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
14310         * ob-tangle.el (org-babel-tangle-collect-blocks): Only create
14311         links for blocks that will actually tangle.
14313 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
14315         * ob-sh.el (org-babel-expand-body:sh): Don't insert extra newlines
14316         in expanded shell bodies.
14318 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14320         * ob-sh.el (org-babel-expand-body:sh): Avoid inserting extra
14321         newline characters.
14323 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14325         * ob-sh.el (org-babel-expand-body:sh): Align code.
14327 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
14329         * ob.el (org-babel-params-from-properties): Max line with at <=80.
14331 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
14333         * org-latex.el (org-export-latex-listings-langs): Clojure is now
14334         recognized as a lisp.
14336 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14338         * ob.el (org-babel-params-from-properties): Use `org-babel-read'
14339         to interpret property as header argument value.
14341 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14343         * ob.el (org-babel-parse-header-arguments): Simplify reading of
14344         header arg value.
14346 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
14348         * org-publish.el (org-publish-org-to-ascii):
14349         (org-publish-org-to-latin1):
14350         (org-publish-org-to-utf8): New functions.
14352 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
14354         * org.el (org-insert-heading): Skip inline tasks when trying to
14355         insert a new heading after the end of the subtree.
14357 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
14359         * org-inlinetask.el (org-inlinetask-min-level): Set customization
14360         type to integer or nil.
14362         * org.el (org-insert-heading): When after an inline task, do not
14363         use level but go back to headline level before the inline task.
14365 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
14367         * org-inlinetask.el (org-inlinetask-in-task-p): New function.
14369         * org.el (org-indent-line-function): Fix indentation of inline
14370         tasks.
14372 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
14374         * org.el (org-activate-links): Fix customize type.
14376 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
14378         * org-latex.el (org-latex-to-pdf-process): Add rubber as another
14379         default option.
14381 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14383         * org-latex.el (org-export-latex-minted): Document pygments
14384         dependency.
14386 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
14388         * org-mobile.el (org-mobile-create-index-file): Encrypt the index
14389         file if encryption has been turned on.
14390         (org-mobile-copy-agenda-files): Avoid double encryption of
14391         `mobileorg.org'.
14393 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14395         * org-exp.el (org-export-latex-minted-with-line-numbers):
14396         Ensure that variable is declared.
14398 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
14400         * ob-python.el (org-src-preserve-indentation): Fix compiler
14401         warning.
14403 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14405         * org-exp.el (org-export-format-source-code-or-example):
14406         Latex formatting of source code blocks using the minted package
14407         (org-export-plist-vars): Add :latex-minted property
14408         (org-export-latex-minted): Ensure variable is defined
14409         (org-export-latex-minted-langs): Ensure variable is defined.
14411 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
14413         * org-src.el (org-edit-src-code): Use `org-region-active-p'.
14415 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14417         * ob-tangle.el (org-babel-spec-to-string): Whitespace changes.
14419 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14421         * ob-tangle.el (org-babel-spec-to-string): Don't trim whitespace
14422         when `org-src-preserve-indentation' is non-nil.
14424 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14426         * ob-lob.el (org-babel-lob-ingest): Provide message stating number
14427         of blocks added to Library of Babel.
14429 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14431         * ob-lob.el (org-babel-lob-ingest): Check for nil source block
14432         name.
14434 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
14436         * org-beamer.el (org-beamer-place-default-actions-for-lists):
14437         Fix typo in regexp.
14439 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
14441         * org-list.el (org-toggle-checkbox): Avoid some boundary error
14442         when inserting a checkbox in an empty last item of a list.
14444 2010-11-11  David Maus  <dmaus@ictsoc.de>
14446         * org-gnus.el (org-gnus-nnimap-query-article-no-from-file):
14447         Query article number from file is nil by default.
14449 2010-11-11  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
14451         * org-beamer.el (org-beamer-amend-header): Fix typo in docstring.
14453 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
14455         * org-capture.el (org-capture-place-entry): Move to `beg' before
14456         searching for `%?'.
14458 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
14460         * org.el (org-format-latex): Fix mathjax treatment of single
14461         letters in between dollars.
14463 2010-11-11  Sébastien Vauban  <wxhgmqzgwmuf@spammotel.com>
14465         * org-latex.el (org-latex-to-pdf-process): Add a third pdflatex
14466         run.
14468 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
14470         * org.el (org-blank-before-new-entry): Improve docstring.
14472 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
14474         * org-mobile.el (org-mobile-force-id-on-agenda-items):
14475         Fix docstring.
14476         (org-mobile-write-agenda-for-mobile): Use outline path if we do
14477         not have an ID and are not allowed to make one.
14478         (org-mobile-get-outline-path-link): New function.
14480 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
14482         * org-mobile.el (org-mobile-copy-agenda-files): Encrypt the empty
14483         file.
14484         (org-mobile-write-agenda-for-mobile): Use the right name, even if
14485         the file get encrypted.
14486         (org-mobile-move-capture): Only delete tempfile if it does exist.
14488 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
14490         * ob.el (org-babel-number-p): Fix documentation string.
14492 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
14494         * ob-tangle.el (org-babel-tangle-collect-blocks): Accepting
14495         "tangle" as a positive argument for the :noweb header argument
14496         during tangling.
14498 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
14500         * ob-exp.el (org-babel-exp-src-blocks): Fix export when headings
14501         have links, with tests.
14503 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
14505         * org-latex.el (org-latex-to-pdf-process): Use texi2dvi if
14506         available.
14507         (org-export-latex-get-error): New function.
14508         (org-export-as-pdf): Give an indication of the errors that
14509         happened during processing.
14511 2010-11-11  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>
14513         * org-exp.el (org-export-language-setup): Fix Polish entries.
14515 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
14517         * org.el (org-set-tags): Allow comma as a separator when
14518         specifying tags at the completion interface.
14519         (org-tags-completion-function): Allow comma as a separator when
14520         specifying tags at the completion interface.
14522 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
14524         * ob-exp.el (org-babel-exp-src-blocks): Don't jump back to
14525         export-file if exporting from a buffer which is not visiting a
14526         file.
14528 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
14530         * ob-exp.el (org-babel-exp-src-blocks): Only append "::" to a file
14531         name in link construction if there is a heading to follow it.
14533 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
14535         * org-html.el (org-export-html-inline-image-extensions): Add "svg"
14536         as an allowed extension.
14538 2010-11-11  Sébastien Vauban  <wxhgmqzgwmuf@spammotel.com>
14540         * org-agenda.el (org-agenda-add-time-grid-maybe): Pad clock times
14541         with zeros.  Start applying face earlier.
14543 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
14545         * ob.el (or): Don't create org-babel-temporary-directory in batch
14546         as it won't be removed by emacs-kill-hook
14547         (org-babel-remove-temporary-directory): Only try to remove this
14548         directory if it exists.
14550 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
14552         * ob.el (org-babel-temporary-directory): Fixing byte-compilation
14553         warning in ob.el.
14555 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
14557         * ob-tangle.el (org-babel-tangle): Now sharing the file name in
14558         the tangling message.
14560 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
14562         * ob.el (org-babel-load-languages): Fixes compiler warning.
14564 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
14566         * ob-plantuml.el (org-babel-execute:plantuml): Fixes bug with svg
14567         output.
14569 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
14571         * org-ascii.el (org-export-as-ascii): Use the correct match group.
14573 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
14575         * ob.el (boundp): Uncommenting defvar form for
14576         org-babel-temporary-directory
14577         (org-babel-temp-file): Now using the org-babel-temporary-directory
14578         for holding new babel temporary files
14579         (org-babel-remove-temporary-directory): Removes the babel temp dir
14580         when Emacs shutsdown
14581         (kill-emacs-hook): Now removing the babel temp dir on Emacs
14582         shutdown.
14584 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
14586         * org-capture.el (org-capture-fill-template): Initialize history
14587         variable.
14589 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14591         * org-src.el (org-edit-src-code): Don't move point when generating
14592         edit buffer.
14594 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14596         * org-src.el (org-edit-src-code): Deal with point being in
14597         #+end_src line.
14599 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
14601         * org-table.el (org-table-current-column): Add interactive to turn
14602         this into a command.
14604 2010-11-11  Bernt Hansen  <bernt@norang.ca>
14606         * org.el (org-insert-heading): Run org-insert-heading-hook when
14607         creating the first heading in a file.
14609 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
14611         * org.el (org-startup-with-inline-images): New option.
14612         (org-startup-options): Add new keywords inlineimages and
14613         noinlineimages.
14614         (org-mode): Inline images when this has been configured.
14616 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14618         * ob.el (org-babel-get-src-block-info): Remove optional
14619         HEADER-VARS-ONLY argument; further simplification.
14621 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
14623         * ob.el (org-babel-confirm-evaluate): Fix bug causing extra
14624         prompt in ob-confirm-evaluate in some cases.
14626 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
14628         * ob.el (org-babel-demarcate-block): Visible region and completion
14629         during language selection.
14631 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14633         * ob.el (org-babel-get-src-block-info): Remove comment.
14635 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14637         * ob.el (org-babel-get-src-block-info): Simplify function.
14639 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14641         * ob.el (org-babel-get-src-block-info): Form info list correctly
14642         when parenthesized arguments are missing.
14644 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14646         * ob-exp.el (org-export-babel-evaluate): Docstring typo
14647         (org-babel-exp-code): Docstring typo.
14649 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
14651         * org-mobile.el (org-mobile-encryption-password):
14652         Improve docstring.
14653         (org-mobile-encryption-password-session): New variable.
14654         (org-mobile-encryption-password): New function.
14655         (org-mobile-check-setup):
14656         (org-mobile-encrypt-file):
14657         (org-mobile-decrypt-file): Use the new function.
14659 2010-11-11  David Maus  <dmaus@ictsoc.de>
14661         * org-capture.el (org-capture-place-template): Widen to remove
14662         possible restrictions in target buffer.
14664 2010-11-11  Jambunathan K  <kjambunathan@gmail.com>
14666         * org.el (org-speed-command-hook): Add org-speed-command-hook
14667         (org-babel-speed-command-hook): Hook for Babel's speed commands.
14669 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14671         * ob.el (org-babel-execute-buffer): Re-implement using
14672         `org-babel-map-src-blocks'.
14674 2010-11-11  David Maus  <dmaus@ictsoc.de>
14676         * org-capture.el (org-capture-templates): Update doc string with
14677         new message date related escapes.
14679 2010-11-11  David Maus  <dmaus@ictsoc.de>
14681         * org-wl.el (org-wl-store-link-message): Define properties %:date)
14682         (%:date-timestamp, and %:date-timestamp-inactive.
14684         * org-mew.el (org-mew-store-link): Dto.
14686         * org-mhe.el (org-mhe-store-link): Dto.
14688         * org-rmail.el (org-rmail-store-link): Dto.
14690         * org-vm.el (org-vm-store-link): Dto.
14692 2010-11-11  David Maus  <dmaus@ictsoc.de>
14694         * org-wl.el (org-wl-message-field): Always get literal content of
14695         header fields.
14697 2010-11-11  David Maus  <dmaus@ictsoc.de>
14699         * org-gnus.el (org-gnus-store-link): Define properties
14700         %:date-timestamp and %:date-timestamp-inactive.
14702 2010-11-11  David Maus  <dmaus@ictsoc.de>
14704         * org-gnus.el (org-gnus-store-link): Handle empty date header
14705         field.
14707 2010-11-11  Jambunathan K  <kjambunathan@gmail.com>  (tiny change)
14709         * org.el (org-speed-command-hook): New.  Hook for installing
14710         additional speed commands.  Use this for enabling speed commands on
14711         src blocks.
14712         (org-speed-command-default-hook): The default hook for
14713         org-speed-command-hook.  Factored out from org-self-insert-command
14714         and mimics existing behavior.
14715         (org-self-insert-command): Modified to use org-speed-command-hook.
14717 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
14719         * org-agenda.el (org-search-view): Recover spaces in search words
14720         if they were escaped with \ or inside a regexp.
14722 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
14724         * org.el (org-additional-option-like-keywords): Add PROPERTIES to
14725         the list of completable meta line words.
14726         (org-complete): Complete property names after #+PROPERTY.
14728 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14730         * ob-python.el (org-babel-python-evaluate-session): Make temp file
14731         names consistent.
14733 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14735         * ob-clojure.el (org-babel-clojure-evaluate-external-process):
14736         Delete extra format argument.
14738 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14740         * ob-org.el (org-babel-org-export): Typo in docstring.
14742 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14744         * ob-sh.el (org-babel-sh-evaluate): Remove unused temporary file
14745         variable.
14747 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14749         * ob-scheme.el (org-babel-execute:scheme): Alter temp file name.
14751 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14753         * ob.el (org-babel-process-file-name): New function
14754         (org-babel-maybe-remote-file): Delete function.
14756 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14758         * ob-C.el (org-babel-C-execute): Remove unused variable.
14760 2010-11-11  David Maus  <dmaus@ictsoc.de>
14762         * org.el (org-make-link-string): Prevent superfluous colon.
14764 2010-11-11  David Maus  <dmaus@ictsoc.de>
14766         * org.el (org-make-org-heading-search-string): Leave headline
14767         intact.
14769 2010-11-11  David Maus  <dmaus@ictsoc.de>
14771         * org.el (org-make-link-string): Don't escape characters in link
14772         type.
14774 2010-11-11  Bastien Guerry  <bzg@gnu.org>
14776         * org-capture.el (org-capture-templates): Update docstring to
14777         advertise %:org-date.
14779 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
14781         * ob-dot.el (org-babel-execute:dot): Automatically specifies
14782         "-T<ext>" based on file name extension.
14784 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
14786         * ob-org.el (org-babel-org-export): Raise error on nested export
14787         call.
14789 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
14791         * ob-plantuml.el (org-babel-execute:plantuml): Support for svg
14792         output files.
14794 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
14796         * ob.el (org-babel-demarcate-block): Better initialization of
14797         stars.
14799 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14801         * org-src.el (org-src-tab-acts-natively): Add customize interface.
14803 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14805         * org-src.el (org-src-strip-leading-and-trailing-blank-lines):
14806         New variable allowing prevention of automatic stripping of leading and
14807         trailing blank lines when exiting edit buffer.
14808         (org-edit-src-exit): Respect value of
14809         `org-src-strip-leading-and-trailing-blank-lines'
14810         (org-src-native-tab-command-maybe):
14811         Bind `org-src-strip-leading-and-trailing-blank-lines' to nil during
14812         this function.
14814 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
14816         * org-src.el (org-edit-src-code): If mark was inside code block
14817         then code edit buffer inherits mark with active region.
14819 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
14821         * ob.el (org-babel-demarcate-block): Fix compiler warnings.
14823 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
14825         * ob.el (org-babel-demarcate-block): Better handling of empty
14826         space around demarcated area.
14828 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
14830         * org-agenda.el (org-agenda-goto-date): Turn off prefer future for
14831         this command.
14833 2010-11-11  David Maus  <dmaus@ictsoc.de>
14835         * org-gnus.el (org-gnus-open-nntp): New function.
14837 2010-11-11  David Maus  <dmaus@ictsoc.de>
14839         * org-wl.el (org-wl-open-nntp): New function.
14841 2010-11-11  David Maus  <dmaus@ictsoc.de>
14843         * org-wl.el (org-wl-open): Open message by numeric reference if
14844         article part is not a message id.
14846 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
14848         * org-agenda.el (org-agenda-filter-apply): Move cursor to a
14849         visible line.
14851 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
14853         * ob.el (org-babel-demarcate-block): Interactive demarcation of
14854         code blocks.
14856         * ob-keys.el (org-babel-key-bindings): Key bindings for block
14857         demarcation.
14859 2010-11-11  Bastien Guerry  <bzg@gnu.org>
14861         * org.el (org-link-types): Add the "message" link type.
14863 2010-11-11  David Maus  <dmaus@ictsoc.de>
14865         * org.el (org-link-types): Add 'message:' link type to default
14866         link types.
14868 2010-11-11  Bastien Guerry  <bzg@gnu.org>
14870         * org-gnus.el (org-gnus-store-link): Add the :date property to
14871         gnus links, allowing the use of %:date in capture templates.
14873 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
14875         * org-list.el (org-cycle-list-bullet): Follow order of bullets
14876         indicated in doc-string.
14878         * org-list.el (org-list-bottom-point-with-indent): List is ended
14879         when a line is less indented that the last item, not the less
14880         indented item.
14882 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
14884         * ob-exp.el (org-babel-exp-src-blocks): Now switching back to the
14885         original file before resolving code block parameters to ensure
14886         headline and buffer wide parameters are taken into consideration
14887         when only a narrowed portion of the file is exported.
14889 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
14891         * org.el (org-forward-same-level): Fix docstring.
14893 2010-11-11  Sebastian Rose  <sebastian_rose@gmx.de>
14895         * org-publish.el (org-publish-attachment): Put the attachment into
14896         the right directory.
14898 2010-11-11  Jambunathan K  <kjambunathan@gmail.com>  (tiny change)
14900         * org.el (org-goto-first-child): New command.
14902 2010-11-11  Matt Lundin  <mdl@imapmail.org>
14904         * org-agenda.el (org-prepare-agenda): If the agenda is called from
14905         within the agenda via an elisp link, such as
14906         [[elisp:(org-agenda-list)]], org-prepare-agenda erases the buffer
14907         of the file containing the link, since that buffer is current
14908         during org-prepare agenda (due to a with-current-buffer in
14909         org-agenda-open-link).  An additional test now ensures that the
14910         agenda buffer is in fact current when the buffer is erased and
14911         local variables for the agenda are set.
14913 2010-11-11  David Maus  <dmaus@ictsoc.de>  (tiny change)
14915         * org-exp.el (org-infile-export-plist): Define property macro.
14917 2010-11-11  David Maus  <dmaus@ictsoc.de>
14919         * org-mhe.el (org-mhe-get-header): Remove possible folding white
14920         space in message header field.
14922 2010-11-11  David Maus  <dmaus@ictsoc.de>
14924         * org-feed.el (org-feed): Fix typo in customization group :tag
14925         property.
14927 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
14929         * org-latex.el (org-export-latex-tag-markup): New option.
14930         (org-export-latex-keywords-maybe):
14931         Use `org-export-latex-tag-markup'.
14933 2010-11-11  Rémi Vanicat  <vanicat@debian.org>  (tiny change)
14935         * org-icalendar.el (org-icalendar-use-UTC-date-time): New option.
14936         (org-ical-ts-to-string): Use UTC time when requested.
14938 2010-11-11  Noorul Islam  <noorul@noorul.com>  (tiny change)
14940         * org-html.el (org-html-cvt-org-as-html): Do not convert protocol
14941         from 'file' to 'http'.
14943 2010-11-11  David Maus  <dmaus@ictsoc.de>
14945         * org.el (org-store-log-note): Fix wrong usage
14946         of`org-adapt-indentation'.
14948 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
14950         * org.el (org-skip-over-state-notes): Do not compute bottom point
14951         at each item.
14953         * org-mouse.el (org-mouse-for-each-item): Use `org-apply-on-list'
14954         instead of moving to each item.
14956 2010-11-11  David Maus  <dmaus@ictsoc.de>
14958         * org-capture.el (org-capture-templates): Small fix in doc string.
14960 2010-11-11  aaa bbb  <dominik@powerbook-g4-12-van-aaa-bbb.local>
14962         * org-archive.el (org-get-local-archive-location):
14963         Use `org-carchive-location' as default.
14965 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
14967         * ob-C.el (org): No longer requires org.
14969         * ob-ledger.el (org): No longer requires org.
14971 2010-11-11  David Maus  <dmaus@ictsoc.de>
14973         * org.el (org-priority): Save match data before call to
14974         `read-char-exclusive'.
14976 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
14978         * org-list.el (org-list-to-generic): Descriptions labels can be
14979         any suit of symbols, and will end at double colons.
14981 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
14983         * org.el (org-indent-line-function): Indent past [@num] and
14984         [@start:num], consistently with what is already done with
14985         checkboxes.
14987 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
14989         * org.el (org-store-log-note): Indent new notes to the right
14990         column.  Also take `org-list-two-spaces-after-bullet-regexp' into
14991         consideration when creating the note.
14993 2010-11-11  David Maus  <dmaus@ictsoc.de>
14995         * org-gnus.el (nnimap-group-overview-filename): Declare function
14996         to silence byte compiler.
14998 2010-11-11  David Maus  <dmaus@ictsoc.de>
15000         * org-gnus.el (org-gnus-nnimap-query-article-no-from-file):
15001         New customization variable.
15002         (org-gnus-nnimap-cached-article-number): New function.
15003         (org-gnus-follow-link): Try to fetch cached article number of
15004         message-id.
15006 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
15008         * ob-org.el (org-babel-org-default-header): Used to insert a dummy
15009         first line into code blocks before export so that the first line
15010         is not interpreted as a title
15011         (org-babel-org-export): Use new dummy code block prefix.
15013 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
15015         * ob.el (org-babel-insert-result): No longer throws error when
15016         inserting an empty result.
15018 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
15020         * ob-tangle.el: Autoload org-babel-tangle-lang-exts from ob-tangle.
15022 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
15024         * ob.el (org-babel-do-in-edit-buffer):
15025         Use `org-babel-where-is-src-block-head' to test for source block at
15026         point.
15028 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
15030         * ob-keys.el (org-babel-key-bindings): Adding key-binding for
15031         `org-babel-goto-src-block-head'.
15033         * ob.el (org-babel-goto-src-block-head): Jump to the head of the
15034         current code block.
15036 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
15038         * ob.el (org-babel-next-src-block): Now raising more informative
15039         error when no further code blocks can be found.
15040         (org-babel-previous-src-block): Now raising more informative error
15041         when no previous code blocks can be found.
15043 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
15045         * org-exp-blocks.el
15046         (org-export-preprocess-after-include-files-hook): Now using this
15047         hook instead of `org-export-preprocess-hook'.
15049 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
15051         * ob-plantuml.el (org-babel-execute:plantuml): ????
15053 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
15055         * ob-python.el (org-babel-python-evaluate): Refactor as call to
15056         either `org-babel-python-evaluate-external-process' or
15057         `org-babel-python-evaluate-session'.
15058         (org-babel-python-evaluate-external-process): New function to
15059         handle evaluation in external process.
15060         (org-babel-python-evaluate-session): New function to handle
15061         evaluation in emacs inferior process.
15063 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
15065         * ob-org.el (org-babel-execute:org): Evaluates body to latex ascii
15066         or html respecting :results header arg
15067         (org-babel-org-export): Exports a string of text to an output
15068         format.
15070 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
15072         * ob.el (org-babel-insert-result): Remove existing results when
15073         nil results are returned.
15075 2010-11-11  David Maus  <dmaus@ictsoc.de>
15077         * org-ascii.el (org-export-as-ascii): Bind and set link path for
15078         link type specific markup function.
15080 2010-11-11  David Maus  <dmaus@ictsoc.de>
15082         * org-clock.el (notifications-notify): Properly declare function
15083         to silence byte compiler.
15085 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15087         * org-list.el (org-insert-item): Check invisibility of point at a
15088         meaningful location.
15090 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15092         * org-list.el (org-list-insert-item-generic): Updating checkboxes
15093         can modify bottom point of a list, so make it a marker before
15094         calling `org-update-checkbox-count-maybe'.
15096 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
15098         * org.el (org-src-fontify-natively): Set to nil by default.
15099         Supply customize interface.
15101 2010-11-11  Bastien Guerry  <bzg@gnu.org>
15103         * org-ascii.el (org-export-as-ascii): Fix bug in ASCII export: use
15104         `org-bracket-link-analytic-regexp++' to match the link type.
15106 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
15108         * ob-tangle.el (org-babel-tangle-collect-blocks): Rename `lang' to
15109         `language'.
15111 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
15113         * ob-tangle.el (org-babel-tangle-comment-format-beg):
15114         Format string specifying the link-comment preceding a code block
15115         (org-babel-tangle-comment-format-end): Format string specifying
15116         the link-comment following a code block
15117         (org-babel-tangle-collect-blocks): Storing more information in the
15118         spec of a tangling code block
15119         (org-babel-spec-to-string): Now makes use of customizable
15120         link-comment formats.
15122 2010-11-11  Achim Gratz  <Stromeko@stromeko.net>  (tiny change)
15124         * org.el (org-delete-backward-char): Check for nil overwrite-mode
15125         before inserting spaces.
15127 2010-11-11  David Maus  <dmaus@ictsoc.de>
15129         * org-icalendar.el (org-print-icalendar-entries): Exclude tags
15130         from summary of non-TODO ical entries.
15131         (org-print-icalendar-entries): Use `org-complex-heading-regexp' to
15132         exclude tags from summary of TODO ical entries.
15134 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
15136         * ob.el (org-babel-map-src-blocks): Now exposes much information
15137         about the code block in the form of let-bound local variables.
15139 2010-11-11  David Maus  <dmaus@ictsoc.de>
15141         * org-list.el (org-outline-regexp, org-ts-regexp)
15142         (org-ts-regexp-both, org-in-regexps-block-p)
15143         (org-level-increment, org-at-heading-p)
15144         (outline-previous-heading, org-icompleting-read)
15145         (org-time-string-to-seconds): Declare to fix compiler warning.
15147 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15149         * org-list.el (org-toggle-checkbox): Ignore items in drawers when
15150         used from an heading.  Send an error when no item is in region.
15152 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
15154         * ob.el (org-babel-do-in-edit-buffer): Use unwind-protect to
15155         ensure that edit buffer is exited.
15157 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
15159         * ob-tangle.el (org-babel-tangle-pad-newline): Can be used to
15160         control the amount of extra newlines inserted into tangled code
15161         (org-babel-tangle-collect-blocks): Now conditionally collects
15162         information to be used for "org" style comments
15163         (org-babel-spec-to-string): Now inserts "org" style comments, and
15164         obeys the newline configuration variable when inserting whitespace.
15166 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
15168         * ob-tangle.el (org-babel-pre-tangle-hook): Defines new tangle
15169         hook
15170         (org-babel-tangle): Calls new tangle hook.
15172 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
15174         * org-capture.el (org-capture): Compute the length of the correct
15175         string when removing properties.
15177 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
15179         * ob-plantuml.el (org-babel-execute:plantuml): Now expanding file
15180         names before shell quoting.
15182 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
15184         * org-src.el (org-src-tab-indents-natively): New variable
15185         controlling whether language-native TAB action should be performed
15186         (org-src-native-tab-command-maybe): New function to perform
15187         language-native TAB action.
15188         (org-tab-first-hook): Add `org-src-native-tab-command-maybe'.
15190 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
15192         * ob-plantuml.el (org-babel-execute:plantuml): Explicitly check
15193         `org-plantuml-jar-path' before use.
15195 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
15197         * org-src.el (org-src-font-lock-fontify-block): Re-use hidden
15198         language major mode buffers during fontification.
15200 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
15202         * org.el (org-fontify-meta-lines-and-blocks): Alter main regexp to
15203         match code blocks with switches and header args.  Call
15204         `org-src-font-lock-fontify-block' for automatic fontification of
15205         code in code blocks, controlled by variable
15206         `org-src-fontify-natively'.
15207         (org-src-fontify-natively): New variable.
15209 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
15211         * ob-ruby.el (org-babel-expand-body:ruby): Remove requirement of
15212         inf-ruby.
15214 2010-11-11  Noorul Islam  <noorul@noorul.com>  (tiny change)
15216         * org-html.el (org-html-make-link): (expand-file-name) removes
15217         one "/" from "///path-to-file", so add one.  Anything other than
15218         'file' type should be exported along with the type.
15220 2010-11-11  Noorul Islam  <noorul@noorul.com>  (tiny change)
15222         * org.el (org-insert-subheading): Fix compiler warning
15223         (org-insert-todo-subheading): Fix compiler warning.
15225 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
15227         * org-capture.el (org-capture): Remove read-only text properties
15228         from capture text.
15229         (org-capture-set-target-location): Throw an error if file+headline
15230         target does not point into a file which is in Org mode.
15232 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
15234         * ob.el (org-babel-map-src-blocks): Prefer `when' to `if'.
15236 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
15238         * org-src.el (org-edit-src-code): Improve docstring.
15240 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
15242         * ob.el (org-babel-execute-src-block): Document prefix argument in
15243         docstring.
15245 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
15247         * ob-ditaa.el (org-babel-execute:ditaa): Now expanding
15248         org-ditaa-jar-path with expand-file-name.
15250 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
15252         * ob.el (org-babel-execute-subtree): Pass prefix arg through to
15253         `org-babel-execute-src-block'.
15255 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15257         * org-ascii.el (org-export-ascii-preprocess): Allow [@start:x] and
15258         [@x] syntax for list numbering.
15260 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15262         * org.el (org-indent-line-function): Indentation of source block
15263         is left to `org-edit-src-exit' and shouldn't be modified by
15264         `org-indent-line-function'.  Indentation of others blocks should be
15265         the same as the #+begin line.
15267 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
15269         * ob.el (org-babel-map-src-blocks): If FILE is nil evaluate BODY
15270         forms on source blocks in current buffer; restore point in current
15271         buffer.
15273 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15275         * org-list.el (org-list-struct): Accept list boundaries as an
15276         argument in order to avoid computing `org-list-top-point' and
15277         `org-list-bottom-point' twice when indenting.
15279 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15281         * org-list.el (org-list-ending-method): Default value is now
15282         `both', to ensure maximum compatibility before previous
15283         implementation.
15285 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15287         * org-list.el (org-list-in-item-p-with-indent): Test if first line
15288         is the item beginning.
15290         * org-list.el (org-list-top-point-with-indent): Test if first line
15291         is a valid list beginning.
15293 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15295         * org-list.el (org-list-ending-method): New customizable variable
15296         to tell Org Mode how lists end.  See docstring.
15298 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15300         * org-list.el (org-indent-item-tree): Shifting step of top-level
15301         item depends on `org-level-increment'.
15303 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15305         * org.el (org-indent-line-function): Indent first non blank line
15306         after a list according to current heading level.
15308 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15310         * org-docbook.el (org-export-as-docbook): Remove check for
15311         indentation on lines that do not start with a list bullet.
15313         * org-html.el (org-export-as-html): Same thing.
15315 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15317         * org-list.el (org-list-bottom-point): Take into consideration
15318         that bound of search can be before true ending of the list.
15320 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15322         * org-list.el (org-list-struct-apply-struct): No longer shift
15323         item's body twice: one after replacing bullet and one after
15324         changing indentation.
15326 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15328         * org-list.el (org-list-struct-indent): Add code to replace
15329         bullets if needed when indenting.
15331 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15333         * org-list.el (org-list-insert-item-generic): A single item
15334         already counting blank lines in his body should be separated with
15335         the next one by a blank line.  Moreover, if user already provided
15336         blank lines, follow his wishes.
15338 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15340         * org-list.el (org-indent-item-tree): When moving top item of a
15341         *-list to column 0, only the first item had its bullet changed to
15342         -.  It now changes all items of the top-level list, as expected.
15344 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15346         * org-list.el (org-toggle-checkbox): Go to beginning of line
15347         before processing.
15349 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15351         * org-list.el (org-list-struct-apply-struct): Check if ancestor
15352         exists.
15354 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15356         * org-list.el (org-renumber-ordered-list): Check for [@start:x] is
15357         done at each item.
15359 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15361         * org-list.el : Removed unused variable
15362         `org-suppress-item-indentation'.
15364         * org-list.el (org-renumber-ordered-list): Skip item if bullet
15365         number is already good.
15367 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15369         * org-list.el (org-list-automatic-rules): Doc-string reflects this
15370         change.
15372         * org-list.el (org-indent-item-tree): Prevent whole list from
15373         being moved when user is not moving subtree.  Thus
15374         `org-cycle-item-indentation' will not allow to move the list.
15376 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15378         * org-list.el (org-indent-item-tree): Remove region code.  It was
15379         prone to errors and undocumented.
15381         * org-list.el (org-item-indent-positions): Better heuristics to
15382         determine what bullet the item will have when demoted.
15384 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15386         * org-list.el (org-list-bullet-string): First check if
15387         `org-list-two-spaces-after-bullet-regexp' isn't nil.
15389 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15391         * org-list.el (org-list-bullet-string): Do not modify match-data.
15393         * org.el (org-toggle-item): Now working again when changing list
15394         items into plain text.  Moreover take into consideration
15395         `org-list-two-spaces-after-bullet-regexp'.
15397 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15399         * org-list.el (org-indent-item-tree): Remove unnecessary bullets
15400         fix, and improved heuristics to determine bullet when indenting.
15402         * org-list.el (org-item-indent-positions): Function now returns
15403         sane results when there are two lists separated with blank lines
15404         only.
15406 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15408         * org-docbook.el (org-export-as-docbook): Use override="num" in
15409         any listitem matching [@start:num].
15411         * org-html.el (org-export-as-html): Use value="num" in any li
15412         matching [@start:num].
15414 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15416         * org.el (org-set-font-lock-defaults): Correct fontification for
15417         checkboxes found after [@start:?].
15419         * org-list.el (org-list-at-regexp-after-bullet-p): Skip any
15420         [@start:?]  when looking at a regex after a bullet.
15422         * org-list.el (org-toggle-checkbox): Correct insertion of
15423         checkboxes when there is already a [@start:?] in the item.
15425         * org-list.el (org-checkbox-blocked-p): Properly check if there's
15426         an unchecked item before.
15428         * org-list.el (org-list-parse-list): Function handles items having
15429         both a counter and a checkbox.
15431 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15433         * org-list.el (org-cycle-item-indentation): Org-tab-ind-state
15434         stores both indentation and bullet when cycle started.
15436 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15438         * org-list.el: `org-at-description-p' renamed to
15439         `org-at-item-description-p', `org-first-list-item-p' renamed to
15440         `org-list-first-item-p', `org-end-of-item-text-before-children'
15441         renamed to `org-end-of-item-or-at-child'.
15443 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15445         * org.el (org-ctrl-c-ctrl-c): Call `org-fix-bullet-type' instead
15446         of `org-maybe-renumber-ordered-list' and `org-fix-bullet-type'
15447         before toggling a checkbox.
15449 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15451         * org-list.el (org-list-bullet-string): New function returning
15452         bullet concatenated with an appropriate number of white spaces.
15454         * org-list.el (org-list-insert-item-generic): Insert the right
15455         bullet, with help of `org-list-bullet-string'.
15457         * org-list.el (org-indent-item-tree):
15458         Use `org-list-bullet-string'.
15460         * org-list.el (org-fix-bullet-type): Use `org-list-bullet-string'.
15462         * org-list.el (org-toggle-checkbox): Send an error when
15463         `org-toggle-checkbox' is trying to insert a checkbox at a
15464         description item.
15466         * org-list.el (org-item-re): Modified regexp so it can catch
15467         correct number of white space before item body.
15469         * org-list.el (org-list-at-regexp-after-bullet-p): Take into
15470         consideration new `org-item-re'.
15472 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15474         * org-list.el (org-list-insert-item-generic): The second item in a
15475         list will be separated from its predecessor with the number of
15476         blank lines separating the first item from its parent, if any, or
15477         no blank line.
15479 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15481         * org-list.el (org-indent-item-tree): Fix and reorder every list
15482         and sublist, from parent of list that has moved if indenting, or
15483         from list at point if outdenting.
15485 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15487         * org-list.el (org-indent-item-tree): Try to keep relative
15488         position on line.  It can't if point is in white spaces before
15489         bullet because mixed tabs and spaces make some columns
15490         unattainable.
15492 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15494         * org-list.el (org-cycle-item-indentation): Cycle when the whole
15495         item only contains bullet and maybe a checkbox.  Previously, TAB
15496         would cycle when the first line of the item was blank.
15498 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15500         * org-list.el (org-cycle-item-indentation): Allow a point just
15501         after a description item or a checkboxed item to start cycling.
15503 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15505         * org-list.el (org-cycle-list-bullet):
15506         Check `org-plain-list-ordered-item-terminator' before allowing 1. or 1)
15507         as valid bullets when cycling.
15509 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15511         * org-list.el (org-cycle-item-indentation): Do return t if and
15512         only if cycling is possible and succeded.
15514 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15516         * org-list.el (org-indent-item-tree): When outdenting a subtree,
15517         the last item shouldn't have a children.
15519 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15521         * org-list.el (org-cycle-item-indentation): Cycling should play
15522         nicely with indent rule in `org-list-automatic-rules'.
15524 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15526         * org-list.el (org-indent-item-tree): If indent rule is activated,
15527         it should be impossible to outdent an item having children without
15528         moving its subtree.  Improved reordering of lists modified by
15529         cycling indentation.
15531 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15533         * org-list.el (org-maybe-renumber-ordered-list): Remove call for
15534         `org-fix-bullet-type' to prevent infinite loop, and some checks
15535         already done in `org-renumber-ordered-list'.
15537         * org-list.el (org-fix-bullet-type): Remove a check and call
15538         directly `org-maybe-renumber-ordered-list'.
15540 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15542         * org-list.el (org-indent-item-tree): It shouldn't be possible to
15543         indent the first item of a sublist (though outdent is possible) as
15544         it would break list's structure.
15546 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15548         * org-list.el (org-list-insert-item-generic): When local search
15549         doesn't help, search the list globally for blank lines.  Moreover,
15550         don't bother with new lists, and add 1 blank line.
15552 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15554         * org-capture.el (org-capture-place-item):
15555         Use `org-search-forward-unenclosed' and
15556         `org-search-backward-unenclosed' and new variable
15557         `org-item-beginning-re'.
15559         * org-list.el (org-item-beginning-re): Regexp matching beginning
15560         of an item.
15562 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15564         * org-list.el (org-cycle-list-bullet): Put back support for
15565         'previous argument.
15567 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15569         * org-list.el (org-in-item-p): Handle case when point is at an
15570         heading.
15572         * org-list.el (org-list-make-subtree): Add protection when used
15573         outside of list.
15575         * org-list.el (org-insert-item): Remove useless hack now
15576         `org-in-item-p' is fixed.
15578         * org-timer.el (org-timer-item): Remove useless hack now
15579         `org-in-item-p' is fixed.
15581 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15583         * org-list.el (org-cycle-list-bullet): Prevent description items
15584         from being numbered.  String argument is also recognized now, as
15585         long as it is a valid bullet.
15587 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15589         * org-list.el (org-indent-item-tree): Moving indentation of top
15590         list item will make the whole list move.
15592         * org-list.el (org-apply-on-list): Function is less sensitive to
15593         changes of indentation.
15595 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15597         * org-list.el (org-at-item-checkbox-p): Add whitespaces at the end
15598         of the regexp.
15600         * org-list.el (org-checkbox-blocked-p): Use new checkbox regexp.
15602         * org-list.el (org-cycle-item-indentation): Allow cycling
15603         description items and checkbox items.
15605         * org-list.el (org-toggle-checkbox): Use new checkbox regexp.
15607         * org-list.el (org-reset-checkbox-state-subtree): Use new checkbox
15608         regexp.
15610 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15612         * org-list.el (org-insert-item-internal): Guessing of blank lines
15613         number is made by looking at neighboring items, if any.
15615 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15617         * org-list.el (org-sort-list): Add the possibility to sort timer
15618         lists with the ?t or ?T options.
15620 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15622         * org-list.el (org-search-unenclosed-internal): New function to
15623         handle both `org-search-forward-unenclosed' and
15624         `org-search-backward-unenclosed'.
15626         * org-list.el (org-search-backward-unenclosed): Can send errors
15627         now.  Removed useless usage of COUNT.
15629         * org-list.el (org-search-forward-unenclosed): Can send errors
15630         now.  Removed useless usage of COUNT.
15632         * org-list.el (org-update-checkbox-count):
15633         Use `org-search-forward-unenclosed' and
15634         `org-search-backward-unenclosed' instead of `re-search-forward'
15635         and `re-search-backward'.
15637         * org-list.el (org-sort-list): Use `org-search-forward-unenclosed'
15638         and `org-search-backward-unenclosed' instead of
15639         `re-search-forward' and `re-search-backward'.
15641         * org-list.el (org-list-make-subtree):
15642         Use `org-search-forward-unenclosed' and
15643         `org-search-backward-unenclosed' instead of `re-search-forward'
15644         and `re-search-backward'.
15646 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15648         * org-list.el (org-insert-item-internal): Fixes the problem when
15649         point was before the first char of the item's body.
15651 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15653         * org-timer.el (org-timer-item): Refactoring.  Compute timer string
15654         before inserting it in the buffer.
15656         * org-timer.el (org-timer): Add an optional argument to return
15657         timer string instead of inserting it.
15659 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15661         * org-list.el (org-insert-item-internal): New function to handle
15662         positioning and contents of an item being inserted at a specific
15663         pos.  It is not possible anymore to split a term in a description
15664         list or a checkbox when inserting a new item.
15666         * org-list.el (org-insert-item): Refactored by using the new
15667         `org-insert-item-internal' function.
15669         * org-timer.el (org-timer-item): Refactored by using the new
15670         `org-insert-item-internal' function.
15672 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15674         * org-list.el (org-list-bottom-point): Be sure to check real
15675         ORG-OUTLINE-REGEXP and not outline-regexp, that might be modified.
15677         * org.el (org-cycle-internal-local): Cycle up to end of subtree or
15678         end of item if we are in a list.
15680 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15682         * org-list.el (org-insert-item): Move before any special block in
15683         a list prior to add a new item.
15685         * org-timer.el (org-timer-item): When in a timer list, insert a
15686         new timer item like `org-insert-item'.  If in another list, send an
15687         error.  Otherwise, start a new timer list.
15689 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15691         * org-list.el: Minor refactoring.
15693 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15695         * org-timer.el (org-timer-item): Insert description list item at
15696         the right column.
15698         * org-list.el (org-insert-item): Insert the right number of blank
15699         lines before a relative timer.
15701 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15703         * org-list.el (org-insert-item): Remove restriction on latex
15704         blocks.
15706 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15708         * org-list.el (org-search-backward-unenclosed): Do not stop in
15709         protected places.
15711         * org-list.el (org-search-forward-unenclosed): Do not stop in
15712         protected places.
15714         * org-latex.el (org-export-latex-lists): Use the fact that
15715         org-search-forward do not stop anymore at protected places.
15717 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15719         * org-list.el (org-search-backward-unenclosed): Do not prevent
15720         list items from being inside LaTeX blocks.
15722         * org-list.el (org-search-forward-unenclosed): Do not prevent list
15723         items from being inside LaTeX blocks.
15725 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15727         * org-list.el (org-in-item-p): Do not widen before checking if we
15728         are in item.
15730         * org-list.el (org-list-send-list): We cannot count on
15731         `org-list-top-point' and `org-list-bottom-point' before buffer is
15732         narrowed.  Find bounds of list otherwise.
15734 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15736         * org-list.el (org-list-end-regexp): By default, list ending is
15737         exactly 2 blank lines.
15739 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15741         * org-docbook.el (org-export-as-docbook): When we find an empty
15742         line, we do not need to check for
15743         `org-empty-line-terminates-plain-lists' because we would have
15744         found end-list marker before.
15746         * org-html.el (org-export-as-html): Same.
15748 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15750         * org-list.el (org-insert-item): Simplify count of blank lines to
15751         insert.
15753 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15755         * org-list.el (org-list-end-regexp): New customizable variable to
15756         define what string should end lists.
15758         * org-list.el (org-list-end-re): Function is now aware of
15759         `org-list-end-regexp'.
15761 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15763         * org-html.el (org-export-as-html): Code cleanup.
15765 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15767         * org-docbook.el (org-export-as-docbook): Properly close any open
15768         list when seeing ORG-LIST-END.  Removed any reference to now
15769         unneeded DIDCLOSE variable.
15771 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15773         * org-exp.el (org-export-mark-list-ending): Fix number of blank
15774         lines inserted after a list.
15776         * org-list.el (org-list-parse-list): Fix case when
15777         `org-list-end-re' would have an indentation greater than current
15778         list.
15780 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15782         * org-exp.el (org-export-mark-list-ending): Differentiate between
15783         export backends, and replace `org-list-end-re' by a blank line
15784         upon exporting.
15786 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15788         * org-html.el (org-export-as-html): Delete didclose and everything
15789         related to it, as it is no longer needed.
15791 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15793         * org-html.el (org-export-html-preprocess): Remove unneeded
15794         insertion of list end marker, as it is now handled by
15795         `org-export-mark-list-ending'.
15797         * org-html.el (org-export-as-html): Cleaner termination of lists.
15799         * org-exp.el (org-export-mark-list-ending): New function to insert
15800         specific markers at the end of lists when exporting to a backend
15801         not using `org-list-parse-list'.  This function is called early in
15802         `org-export-preprocess-string', while it is still able to
15803         recognize lists.
15805         * org-latex.el (org-export-latex-lists): Better search for
15806         lists.  It now only finds items not enclosed and not protected.
15808 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15810         * org-list.el: Replaced `re-search-forward' by
15811         `org-search-forward-unenclosed' where it made sense.
15813 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15815         * org-list.el (org-apply-to-list): Now a return value is handed at
15816         each new call of the function applied.
15818         * org-list.el (org-fix-bullet-type): Use the new
15819         `org-apply-to-list' format.
15821         * org-list.el (org-renumber-ordered-list): Use the new
15822         `org-apply-to-list' format.
15824 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15826         * org.el (org-in-regexps-block-p): Minor fix: limit wasn't
15827         correctly used.
15829         * org-list.el (org-search-forward-unenclosed): Better regexp used.
15831         * org-list.el (org-search-backward-unenclosed): Better regexp
15832         used.
15834 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15836         * org-list.el (org-sort-list): End-rec function was ill-defined.
15838 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15840         * org-list.el (org-search-forward-unenclosed): Fix behavior when
15841         last occurrence was enclosed.
15843         * org-list.el (org-search-backward-unenclosed): Fix behavior when
15844         last occurrence was enclosed.
15846 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15848         * org.el (org-in-regexps-block-p): Fix documentation.
15850 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15852         * org-list.el (org-search-backward-unenclosed): Fix block regexp.
15854         * org-list.el (org-search-forward-unenclosed): Fix block regexp.
15856         * org-list.el (org-list-parse-list): Minor fix.
15858 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15860         * org-list.el (org-list-parse-list): Delete `org-list-end-re' when
15861         called with t argument.
15863 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15865         * org-html.el (org-export-html-preprocess):
15866         Replace `org-list-end-re' by a blank line during pre-process.
15868 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15870         * org-list.el (org-list-bottom-point): No need for square brackets
15871         for `skip-chars-backward'.
15873 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15875         * org-html.el: Do not delete space between end of list and
15876         beginning of the following.
15878 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15880         * org-html.el: Preprocess buffer string and add ORG-LIST-END where
15881         needed.  Lists should not end before seeing this.
15883 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15885         * org-html.el: Notice end of lists.
15887 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
15889         * org-list.el (org-list-parse-list): Better handling of
15890         restrictions when function is called on a list with sublists.
15892         * org-list.el (org-list-send-list): Find the true ending of the
15893         list being sent.
15895         * org-list.el (org-list-radio-list-templates): Templates are more
15896         specific to lists.
15898 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
15900         * ob-js.el (org-babel-js-eoe): Indicate end of input
15901         (org-babel-execute:js): Support for session evaluation
15902         (org-babel-prep-session:js): Fleshed out definition
15903         (org-babel-js-initiate-session): Can initiate a session using
15904         mozrepl.
15906 2010-11-11  David Maus  <dmaus@ictsoc.de>
15908         * org.el (org-set-regexps-and-options): Protect escape char in
15909         `org-complex-heading-regexp-format'.
15911 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
15913         * ob-scheme.el (org-babel-scheme-eoe): For marking the end of
15914         session-based evaluation
15915         (org-babel-execute:scheme): Now supports session-based evaluation
15916         (org-babel-prep-session:scheme): Now works and defines variables
15917         (org-babel-scheme-initiate-session): Now works using run-scheme
15918         from cmuscheme.
15920 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
15922         * org.el (org-export-latex-default-packages-alist): Remove the
15923         t1enc package - this is already covered by fontenc.
15925 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
15927         * ob.el (with-parsed-tramp-file-name): Declared
15928         (org-babel-tramp-localname): Ensure variable name exists locally.
15930 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
15932         * ob.el (org-babel-temp-file): Don't use babel temporary directory
15933         in remote case; use make-temp-file with remote file name so that
15934         temp file is guaranteed not to exist previously on remote machine.
15935         (org-babel-tramp-localname): New function to return local name
15936         portion of possibly remote file specification.
15938 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
15940         * ob-R.el (org-babel-R-write-object-command): New unified R
15941         command for writing results to file
15942         (org-babel-R-wrapper-method): Remove variable
15943         (org-babel-R-wrapper-lastvar): Remove variable
15944         (org-babel-R-evaluate-external-process): Use new R command
15945         (org-babel-R-evaluate-session): Use new R command.
15947 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
15949         * ob-comint.el
15950         (org-babel-comint-eval-invisibly-and-wait-for-file): New function
15951         to evaluate code invisibly and block until output file exists.
15953         * ob-R.el (org-babel-R-evaluate-session): Use `ess-eval-buffer' to
15954         evaluate R code in session for :results value.  Write result to
15955         file invisibly using new function
15956         `org-babel-comint-eval-invisibly-and-wait-for-file'.
15958 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
15960         * org-capture.el (org-capture-fill-template): Align tags after
15961         insertion.
15963 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
15965         * org-exp.el (org-export-concatenate-multiline-emphasis):
15966         Ignore matches that start in a headline.
15968 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
15970         * ob-plantuml.el (org-babel-execute:plantuml): Wrapping in-file
15971         and out-file in shell-quote-argument.
15973 2010-11-11  David Maus  <dmaus@ictsoc.de>
15975         * org-docview.el (org-docview-store-link): Use expanded macro to
15976         get current page.
15977         (doc-view-goto-page, image-mode-window-get): Declare functions for
15978         byte compiler.
15980 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
15982         * ob-scheme.el: Very preliminary support for evaluating scheme
15983         code blocks.
15985         * org.el (org-babel-load-languages): Adding scheme.
15987 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
15989         * ob.el (require): Remove circular (require 'org).
15991 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
15993         * ob-R.el (ess-make-buffer-current): Declared.
15994         (ess-ask-for-ess-directory): Declared.
15995         (ess-local-process-name): Declared.
15996         * ob-latex.el (org-babel-latex-tex-to-pdf): Capturing free variable.
15998         * ob.el (org-edit-src-code): Fixing arguments.
15999         (org-edit-src-exit): Declared.
16000         (org-outline-overlay-data): Declared.
16001         (org-set-outline-overlay-data): Declared.
16003 2010-11-11  Glenn Morris  <rgm@gnu.org>
16005         * ob.el: Require org when compiling.
16006         (org-save-outline-visibility): Remove macro declaration.
16008         * ob-emacs-lisp.el: Require ob-comint when compiling, for macros.
16009         Remove unnecessary/macro declarations.
16011         * org-docview.el: Require doc-view when compiling.
16012         (doc-view-goto-page): Autoload rather than declaring.
16013         (doc-view-current-page): Remove macro declaration.
16015         * ob.el (tramp-compat-make-temp-file, org-edit-src-code)
16016         (org-entry-get, org-table-import): Fix declarations.
16017         (org-match-string-no-properties): Remove declaration.
16019         * ob-sh.el (org-babel-comint-in-buffer)
16020         (org-babel-comint-wait-for-output, org-babel-comint-buffer-livep)
16021         (org-babel-comint-with-output): Remove unnecessary declarations.
16023         * ob-R.el (orgtbl-to-tsv): Fix declaration.
16025         * org-list.el (org-entry-get): Fix declaration.
16027 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
16029         * ob.el (org-babel-remove-temporary-directory): Remove explicit
16030         second argument.
16032 2010-11-11  Magnus Henoch  <magnus.henoch@gmail.com>  (tiny change)
16034         * org-clock.el (org-clocktable-steps): Allow ts and te to be day
16035         numbers.
16037 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
16039         * org-macs.el (org-save-outline-visibility): Move from org.el.
16041 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
16043         * ob-org.el (org-babel-default-header-args:org): Additional
16044         ":results silent" default header argument for org code blocks.
16046 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
16048         * ob-exp.el (org-babel-exp-do-export): Remove hacky ":noeval",
16049         which is now an alias to ":eval no".
16051 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
16053         * ob.el (org-babel-remove-temporary-directory): The version of
16054         `delete-directory' found in files.el can not be assumed to be
16055         present on all versions, so this copies the recursive behavior of
16056         that command in such a way that all calls to delete-directory will
16057         also work with the built-in internal C implementation of that
16058         function.  This is not overly difficult as all elements of the
16059         directory can be assumed to be files.
16061 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
16063         * ob-C.el (org-babel-C-execute): Corrected arguments to
16064         org-babel-temp-file.
16066 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
16068         * ob.el (org-babel-temporary-directory): Variable to hold the
16069         value of the Babel temporary directory.
16071 2010-11-11  Aditya Siram  <aditya.siram@gmail.com>
16073         * ob.el (org-babel-load-in-session): Expanding noweb references
16074         when appropriate.
16076 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
16078         * org.el (org-make-link-regexps): Modified regexp of
16079         org-plain-link-re.
16081 2010-11-11  Noorul Islam  <noorul@noorul.com>  (tiny change)
16083         * org-habit.el (org-habit-parse-todo): Find sr-days only if
16084         scheduled-repeat is non nil.  Use 4th element of the list returned
16085         by (org-heading-components) as habit-entry.  Modify the error
16086         message to be more meaningful.
16088 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
16090         * ob-latex.el (org-babel-execute:latex): Adding new ":fit" and
16091         ":border" header arguments which both use the "preview" latex
16092         package to fit the resulting PDF image to the figure.
16094 2010-11-11  David Maus  <dmaus@ictsoc.de>
16096         * org-wl.el (org-wl-store-link): Don't try to store link if point
16097         is at end of buffer.
16099 2010-11-11  Harri Kiiskinen  <harkiisk@gmail.com>
16101         * org-publish.el (org-publish-project-alist): Document the new
16102         body-only property.
16103         (org-publish-org-to): Use the body-only property.
16105 2010-11-11  Jambunathan K  <kjambunathan@gmail.com>  (tiny change)
16107         * org.el (org-store-link): Return link when invoked
16108         non-interactively from an agenda buffer.
16110 2010-11-11  Jambunathan K  <kjambunathan@gmail.com>  (tiny change)
16112         * org.el (org-store-link): Storing of links to headlines in
16113         indirect buffers was broken.  Fix it.
16115 2010-11-11  Aidan Kehoe  <kehoea@parhasard.net>
16117         * ob-tangle.el (org-babel-tangle): Change the MODE argument to
16118         #'set-file-modes to use integer, not character syntax, avoiding
16119         compile problems with recent XEmacs.
16121 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
16123         * org-agenda.el (org-agenda-add-entry-text): Make sure we move
16124         forward even if there is no text to be added.
16126 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
16128         * org.el (org-make-tags-matcher): Read "\\-" as "-" in the
16129         tags/property matcher.
16131 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
16133         * org-exp.el (org-infile-export-plist): Bind case-fold-search to
16134         t.
16136 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
16138         * org-agenda.el (org-agenda-with-point-at-orig-entry): New macro.
16140 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
16142         * org-latex.el (org-export-latex-set-initial-vars):
16143         Bind `case-fold-search' to t around the search for special LaTeX setup.
16145         * org-beamer.el (org-beamer-after-initial-vars):
16146         Bind `case-fold-search' to t around the search for special BEAMER
16147         setup.
16149 2010-11-11  David Maus  <dmaus@ictsoc.de>
16151         * org-agenda.el (org-write-agenda): Delete PostScript file after
16152         creating conversion to PDF.
16154 2010-11-11  David Maus  <dmaus@ictsoc.de>
16156         * org-agenda.el (org-write-agenda): Move require statements to
16157         proper place in evaluated lisp expression.
16159 2010-11-11  David Maus  <dmaus@ictsoc.de>
16161         * org-agenda.el (org-write-agenda): Rename temporary buffer to
16162         remove dependency of `flet' macro.
16164 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
16166         * ob-lob.el (org-babel-lob-get-info): Edit docstring.
16168 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
16170         * ob-exp.el (org-babel-exp-lob-one-liners): Get parameter values
16171         from all standard sources when executing #+lob/#+call lines.
16173 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
16175         * ob-R.el (org-babel-R-evaluate): Break the two branches into two
16176         separate functions
16177         (org-babel-R-evaluate-external-process): New function to handle
16178         external process evaluation
16179         (org-babel-R-evaluate-session): New function to handle session
16180         evaluation.
16182 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
16184         * ob.el (org-babel-initiate-session): New function derived from
16185         previous `org-babel-switch-to-session'
16186         (org-babel-switch-to-session): Refactored to use new
16187         `org-babel-initiate-session'.
16189 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
16191         * ob.el (org-babel-switch-to-session): Supply missing "P" argument
16192         to (interactive).
16194 2010-11-11  David Maus  <dmaus@ictsoc.de>
16196         * org-feed.el (org-feed-format-entry): Decode entry according to
16197         its character encoding.
16199 2010-11-11  David Maus  <dmaus@ictsoc.de>  (tiny change)
16201         * org-feed.el (xml-substitute-special): Declare function for byte
16202         compiler.
16203         (org-feed-unescape): Removed.
16204         (org-feed-parse-rss-entry, org-feed-parse-atom-entry):
16205         Use `xml-substitute-special' to unescape XML entities.
16207 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
16209         * ob.el (org-babel-switch-to-session): Throw error if block if
16210         :session not in effect for the block.
16212 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
16214         * org-table.el (org-table-create-with-table.el): Align table
16215         before converting.
16217 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
16219         * ob.el (org-babel-do-in-edit-buffer): Suppress message and check
16220         that org-src buffer is current before attempting exit.
16222 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
16224         * org-src.el (ob-comint): Require 'ob-comint
16225         (org-src-babel-info): Define variable.
16227 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
16229         * ob.el (org-babel-do-in-edit-buffer): New macro to evaluate lisp
16230         in the language major mode edit buffer.
16231         (org-babel-do-key-sequence-in-edit-buffer): New function to call
16232         an arbitrary key sequence in the language major mode edit buffer.
16234         * org-src.el (org-src-switch-to-buffer): Add new allowed value
16235         'switch-invisibly for `org-src-window-setup'.
16237 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
16239         * org-src.el (ob-keys): Require ob-keys, because `org-babel-map'
16240         is used.
16241         (org-src-do-at-code-block): New macro to evaluate lisp with point
16242         at the start of the Org code block containing the code in this
16243         edit buffer.
16244         (org-src-do-key-sequence-at-code-block): New function to execute
16245         command bound to key at the Org code block containing the code in
16246         this edit buffer.
16248 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
16250         * ob-R.el (org-babel-R-associate-session): New function to
16251         associate R code edit buffers with ESS comint session.
16253 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
16255         * org-src.el (org-edit-src-code): If at src block, store babel
16256         info as buffer local variable.
16257         (org-src-associate-babel-session): New function to associate code
16258         edit buffer with comint session.  Does nothing unless a
16259         language-specific function named
16260         `org-babel-LANG-associate-session' exists.
16261         (org-src-babel-configure-edit-buffer): New function to be called
16262         in `org-src-mode-hook'.
16263         (org-src-mode-hook): Add `org-src-babel-configure-edit-buffer' to
16264         hook.
16266 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
16268         * ob.el (org-babel-switch-to-session-with-code): New function to
16269         generate split frame displaying edit buffer and session.
16271 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
16273         * org.el (org-set-tags): Consider org-indent-mode when computing
16274         the tags column.
16276 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
16278         * org-compat.el (org-looking-at-p): Only use looking-at-p when
16279         defined.
16281 2010-11-11  David Maus  <dmaus@ictsoc.de>
16283         * org-agenda.el (org-finalize-agenda-entries): Delete excluded
16284         lines directly after call to sorting filter function.
16286 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
16288         * org.el (org-complex-heading-regexp-format): Document the
16289         variable.
16290         (org-get-refile-targets): Use `org-complex-heading-regexp-format'
16291         to make the regular expression for matching the headline.
16293 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
16295         * org.el (org-refile-check-position): New function.
16296         (org-goto):
16297         (org-refile-get-location): Call `org-refile-check-position'.
16299 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
16301         * ob-python.el (org-babel-python-initiate-session-by-key): Use eq
16302         instead of equal to compare symbols.
16304 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
16306         * org-agenda.el (org-agenda-before-sorting-filter-function):
16307         New hook function.
16308         (org-finalize-agenda-entries):
16309         Apply `org-agenda-before-sorting-filter-function'.
16311 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
16313         * org-latex.el (org-export-latex-first-lines): Do not protect meta
16314         lines that have nothing to do with babel.
16316 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
16318         * org-capture.el (org-capture-place-template): Handle the
16319         checkitem case.
16320         (org-capture-place-item): Provide boundaries for the search to
16321         make sure we do not get a match in a different tree.
16323 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
16325         * org-exp.el (org-export-preprocess-apply-macros): Fix the macro
16326         argument parser.
16328 2010-11-11  Noorul Islam  <noorul@noorul.com>
16330         * org-latex.el (org-latex-to-pdf-process): Add output-directory
16331         option for the command pdflatex.
16332         (org-export-as-pdf): Respect directory in path of
16333         EXPORT_FILE_NAME.
16335 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
16337         * org-exp.el (org-export-with-LaTeX-fragments): New default t,
16338         which now means to use MathJax processing for HTML.  Also allow
16339         new value `dvipng' to force the old image processing.
16340         (org-infile-export-plist): Parse for MATHJAX setup line.
16342         * org-html.el (org-export-html-mathjax-options): New option.
16343         (org-export-html-mathjax-config): New function.
16344         (org-export-html-mathjax-template): New option.
16345         (org-export-html-preprocess): Call the LaTeX snippet processor
16346         with an additional argument to declare special ways of processing.
16347         (org-export-as-html): Bind the dynamical variable
16348         `org-export-have-math'.  Insert the MathJax script template when
16349         it is needed by the document.
16351         * org.el (org-preview-latex-fragment): Call `org-format-latex'
16352         with the additional processing argument.
16353         (org-export-have-math): New variable, for dynamic scoping.
16354         (org-format-latex): Implement specific ways of processing.
16355         New function argument for processing type.
16356         (org-org-menu): Remove the entry to configure LaTeX snippet
16357         processing.
16359 2010-11-11  Bastien Guerry  <bzg@gnu.org>
16361         * org-agenda.el (org-agenda-clock-goto): Use `\C-c\C-x\C-j' for
16362         `org-clock-goto' and `J' for `org-agenda-clock-goto'.  If the
16363         heading currently clocked in is not listed in the agenda, display
16364         this entry in another buffer.  If there is no running clock,
16365         display a help message.
16367 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
16369         * org-latex.el (org-export-latex-tables): Return "" instead of nil
16370         when no label is attached.
16372 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
16374         * org-agenda.el (org-agenda-menu-show-match): New option.
16375         (org-agenda-menu-two-column): New option.
16376         (org-agenda-get-restriction-and-command): Implement dispatch menu
16377         without showing the matcher, and with two-column display.
16379 2010-11-11  Bernt Hansen  <bernt@norang.ca>
16381         * org-indent.el (org-indent-mode): Fix grammar for message when
16382         mode is refused.
16384 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
16386         * ob.el (org-babel-insert-result): Ensures `beg' is set, even if
16387         no previous result exists.
16389 2010-11-11  Noorul Islam  <noorul@noorul.com>
16391         * ob.el Declare org-babel-lob-execute-maybe() to avoid compiler
16392         warning.
16394 2010-11-11  Noorul Islam  <noorul@noorul.com>
16396         * org.el (org-set-visibility-according-to-property): Use backward
16397         search instead of forward, so that top hierarchy gets priority.
16399 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
16401         * org-agenda.el (org-timeline): Allow indirect buffer.
16403 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
16405         * org-exp.el (org-export-preprocess-after-radio-targets-hook):
16406         (org-export-define-heading-targets-headline-hook): New hooks.
16408         * org.el (org-modules): Add entry for org-wikinodes.el.
16409         (org-font-lock-set-keywords-hook): New hook.
16410         (org-open-at-point-functions): New hook.
16411         (org-find-exact-headling-in-buffer):
16412         (org-find-exact-heading-in-directory): New functions.
16413         (org-mode-flyspell-verify): Better cursor position for checking if
16414         flyspell should ignore a word.
16416 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
16418         * org-indent.el (org-indent-remove-properties):
16419         (org-indent-add-properties): Make sure changing these properties
16420         does not trigger modification hooks.
16422 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
16424         * org.el (org-link-search-must-match-exact-headline): New option.
16425         (org-link-search-inhibit-query): New variable.
16426         (org-link-search): Search for exact headline match in Org files.
16428 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
16430         * ob.el (org-babel-execute-src-block-maybe): Remove check for
16431         `org-babel-no-eval-on-ctrl-c-ctrl-c'; this is done in the new
16432         function `org-babel-execute-safely-maybe'.
16434 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
16436         * ob.el (org-babel-load-in-session): Set directory in case :dir
16437         arg is in effect.
16439 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
16441         * ob-tangle.el (org-babel-tangle-collect-blocks): Don't throw
16442         errors when we're not under of a headline.
16444 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
16446         * ob-octave.el (org-babel-octave-wrapper-method): Use dlmwrite to
16447         write delimited text instead of save -ascii
16448         (org-babel-octave-import-elisp-from-file): Specify that data
16449         written to file is tab-delimited.
16451 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
16453         * ob-R.el (org-babel-R-evaluate): Specify that tabular data is
16454         tab-delimited.
16456 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
16458         * ob.el (org-babel-import-elisp-from-file): Allow separator to be
16459         specified.
16461 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
16463         * ob-python.el (org-babel-python-table-or-string): Fix recognition
16464         of lists and tuples.
16466 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
16468         * ob-octave.el (org-babel-octave-evaluate-external-process):
16469         Allow remote files.
16471 2010-11-11  Juan Pechiar  <pechiar@computer.org>
16473         * ob-octave.el (org-babel-octave-evaluate-external-process):
16474         Use `org-babel-octave-import-elisp-from-file' instead of
16475         `org-babel-eval-read-file'.
16476         (org-babel-octave-var-to-octave): Separate matrix rows with ';',
16477         and use '%s' as format specifier instead of '%S'.
16479 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
16481         * ob-octave.el: Only (require 'matlab) when necessary.
16482         (org-babel-octave-initiate-session): (require) octave-inf or matlab
16483         as appropriate.
16484         (org-babel-execute:matlab): Remove (require).
16485         (org-babel-prep-session:matlab): Remove (require).
16486         (org-babel-matlab-initiate-session): Remove (require).
16488 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
16490         * ob-octave.el (org-babel-octave-evaluate): Fix formal argument
16491         list.
16493 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
16495         * ob-python.el (org-babel-python-table-or-string): Can now handle
16496         VERY long result lines.
16498 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
16500         * org-latex.el (org-export-latex-tables): Add label if any.
16502         * org-latex.el (org-export-latex-convert-table.el-table):
16503         Fix little mistake when inserting label.
16505 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
16507         * org.el (org-cycle-internal-local): Remove an unnecessary call
16508         to `org-back-to-heading' that was preventing point to stay at its
16509         column when cycling visibility.
16511 2010-11-11  Noorul Islam  <noorul@noorul.com>
16513         * org-capture.el (org-capture-finalize): Make messages consistent.
16515 2010-11-11  Noorul Islam  <noorul@noorul.com>
16517         * org-gnus.el: Suppress compiler warning by declaring outside
16518         function nnimap-retrieve-headers-from-file.
16520 2010-11-11  Noorul Islam  <noorul@noorul.com>
16522         * org-colview.el Use org-beamer-select-environment instead of
16523         org-beamer-set-environment-tag.
16525 2010-11-11  Matt Lundin  <mdl@imapmail.org>
16527         * org.el (org-insert-time-stamp): Fix org-insert-time-stamp so
16528         that the value of org-last-inserted-timestamp includes time range.
16530 2010-11-11  David Maus  <dmaus@ictsoc.de>
16532         * org-wl.el (org-wl-store-link-message): Provide link property for
16533         message-id without angle brackets.
16535 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
16537         * ob-R.el (org-babel-R-evaluate): Improved prompt-stripping regexp.
16539 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
16541         * ob-tangle.el (org-babel-find-file-noselect-refresh): Finds a
16542         file ensuing that the latest changes on disk are represented.
16544 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
16546         * ob-sqlite.el (org-babel-sqlite-expand-vars): Now inserts string
16547         arguments w/o quotes.
16549 2010-11-11  Bernt Hansen  <bernt@norang.ca>
16551         * org-capture.el (org-capture-finalize): Fix clock in of
16552         interrupted task during capture finalize.
16554 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
16556         * ob-R.el (org-babel-R-evaluate): Clean up extra prompts in
16557         session output.
16559 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
16561         * ob-C.el (org-babel-C-ensure-main-wrap): More generous regular
16562         expression for matching main function.
16564 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
16566         * ob-lob.el (org-babel-lob-one-liner-regexp): Fix error in lob
16567         regexp -- it wasn't matching lob lines w/o indices.
16569 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
16571         * org-exp.el (org-export-latex-listings-w-names): Fix compiler
16572         warning in org-exp.el.
16574 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
16576         * org-publish.el (org-publish-file): Better error message if
16577         base-directory or publishing-directory are not defined.
16579 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
16581         * org-colview.el (org-columns-display-here): Use overlays to
16582         overrule line prefix properties during column view.
16584 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
16586         * org-agenda.el (org-agenda-filter-preset): Document the
16587         limitation for the filter preset - it can only be used for an
16588         entire agenda view, not in an individual block in a block agenda.
16590 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
16592         * ob-table.el (sbe): Now able to accept range references from
16593         tables.
16595 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
16597         * ob.el (org-babel-pick-name): If colnames or rownames contain a
16598         list of names, then use those directly.
16600 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
16602         * org-exp.el (org-export-format-source-code-or-example):
16603         Escape underscores in code block names on latex listings export.
16605 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
16607         * ob-tangle.el (org-babel-with-temp-filebuffer):
16608         Use find-file-noselect to avoid excess buffer movement.
16610 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
16612         * org-html.el (org-html-should-inline-p): Only inline images if
16613         they should be.
16615 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
16617         * org-id.el (org-id-store-link): Autoload.
16619         * org.el ("org-id"): Autoload `org-id-store-link'.
16621 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
16623         * org-html.el (org-html-should-inline-p): Only inline images if
16624         they should be.
16626 2010-11-11  Eric S Fraga  <e.fraga@ucl.ac.uk>
16628         * org-icalendar.el (org-icalendar-alarm-time): New option.
16630         * org-icalendar.el (org-print-icalendar-entries): Timed events are
16631         exported with alarm events, a.k.a. reminders.
16633 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
16635         * org-capture.el (org-capture-target-buffer): Throw an error if we
16636         have no target file.
16637         (org-capture-select-template): Use a default template if the user
16638         has not specified any.
16640 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
16642         * org.el (org-modules): Add entry for org-velocity.
16644 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
16646         * ob-lob.el (org-babel-lob-execute): Changing indentation to
16647         improve line length.
16649 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
16651         * org-exp.el (org-export-handle-table-metalines): Choose a better
16652         position for checking protectedness.
16654 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
16656         * org-table.el (org-table-convert-region): Don't continue csv
16657         importation which the point catches the end, this fixes an
16658         infinite loop which was caused by the (point) never catching up
16659         with the "end" marker.
16661 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
16663         * org-macs.el (org-string-nw-p): New function.
16665         * org-capture.el (org-capture-import-remember-templates):
16666         Interpret an empty string as request to use
16667         `org-default-notes-file'.
16668         (org-capture-target-buffer): If the FILE is not a (non-empty)
16669         string, use `org-default-notes-file'.
16671 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
16673         * org-capture.el (org-capture-templates): Fix customize type.
16675 2010-09-25  Juanma Barranquero  <lekktu@gmail.com>
16677         * org.el (org-refile-targets):
16678         * org-agenda.el (org-agenda-hide-tags-regexp): Fix typos in docstrings.
16680 2010-08-19  Glenn Morris  <rgm@gnu.org>
16682         * org.el (org-outline-overlay-data, org-set-outline-overlay-data)
16683         (org-save-outline-visibility): Move to org-macs.
16684         * org-macs.el (org-outline-overlay-data, org-set-outline-overlay-data)
16685         (org-save-outline-visibility): Move here from org.el.
16686         (show-all): Autoload it.
16687         * ob.el: Don't require org when compiling.
16689 2010-08-18  Glenn Morris  <rgm@gnu.org>
16691         * ob.el: Require org when compiling.
16692         (org-save-outline-visibility): Remove macro declaration.
16693         * ob-emacs-lisp.el: Require ob-comint when compiling, for macros.
16694         Remove unnecessary/macro declarations.
16695         * org-docview.el: Require doc-view when compiling.
16696         (doc-view-goto-page): Autoload rather than declaring.
16697         (doc-view-current-page): Remove macro declaration.
16699 2010-08-17  Glenn Morris  <rgm@gnu.org>
16701         * ob.el (tramp-compat-make-temp-file, org-edit-src-code)
16702         (org-entry-get, org-table-import): Fix declarations.
16703         (org-match-string-no-properties): Remove unnecessary declaration.
16704         * ob-sh.el (org-babel-comint-in-buffer)
16705         (org-babel-comint-wait-for-output, org-babel-comint-buffer-livep)
16706         (org-babel-comint-with-output): Remove unnecessary declarations.
16707         * ob-R.el (orgtbl-to-tsv): Fix declaration.
16708         * org-list.el (org-entry-get): Fix declaration.
16710 2010-07-19  Eric Schulte  <schulte.eric@gmail.com>
16712         * ob-C.el: New file.
16713         * ob-R.el: New file.
16714         * ob-asymptote.el: New file.
16715         * ob-clojure.el: New file.
16716         * ob-comint.el: New file.
16717         * ob-css.el: New file.
16718         * ob-ditaa.el: New file.
16719         * ob-dot.el: New file.
16720         * ob-emacs-lisp.el: New file.
16721         * ob-eval.el: New file.
16722         * ob-exp.el: New file.
16723         * ob-gnuplot.el: New file.
16724         * ob-haskell.el: New file.
16725         * ob-keys.el: New file.
16726         * ob-latex.el: New file.
16727         * ob-lob.el: New file.
16728         * ob-matlab.el: New file.
16729         * ob-mscgen.el: New file.
16730         * ob-ocaml.el: New file.
16731         * ob-octave.el: New file.
16732         * ob-perl.el: New file.
16733         * ob-python.el: New file.
16734         * ob-ref.el: New file.
16735         * ob-ruby.el: New file.
16736         * ob-sass.el: New file.
16737         * ob-screen.el: New file.
16738         * ob-sh.el: New file.
16739         * ob-sql.el: New file.
16740         * ob-sqlite.el: New file.
16741         * ob-table.el: New file.
16742         * ob-tangle.el: New file.
16743         * ob.el: New file.
16745 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
16747         * org-mks.el: New file.
16748         * org-capture.el: New file.
16750 2010-07-19  Christian Egli  <christian.egli@sbszh.ch>
16752         * org-taskjuggler.el: New file.
16754 2010-07-19  Matt Lundin  <mdl@imapmail.org>
16756         * org-agenda.el (org-search-view): Fix inclusion of agenda-archives
16757         in org-agenda-text-search-extra-files.
16759 2010-07-19  David Maus  <dmaus@ictsoc.de>
16761         * org-list.el (org-list-send-list): Locally bind variable `txt'.
16763 2010-07-19  Eric Schulte  <schulte.eric@gmail.com>
16765         * org.el (org-reload): Now also reloading babel files.
16767 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
16769         * org-capture.el (org-capture-set-plist): Make sure txt is a string
16770         before calling `string-match'.
16771         (org-capture-templates): Fix customization type.
16773 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
16775         * org-latex.el (org-export-latex-preprocess): Make a special case
16776         for \nbsp.
16777         (org-latex-entities): Remove the entry for \nbsp.
16778         (org-latex-entities-exceptions): Variable removed.
16780 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
16782         * org-capture.el (org-capture-refile): Do not try to manipulate
16783         bookmark list.
16785         * org.el (org-refile): Use the correct bookmark here.
16787 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
16789         * org-list.el (org-list-send-list): Parse list from its true beginning.
16791         * org.el (org-ctrl-c-ctrl-c): Maybe send the list when at a list item.
16793 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
16795         * org.el (org-insert-link): Correctly determine if we should use
16796         a relative path.
16798 2010-07-19  Nicolas Goaziou  <n.goaziou@gmail.com>
16800         * org-list.el (org-list-radio-list-templates): Fix templates.
16802 2010-07-19  Nicolas Goaziou  <n.goaziou@gmail.com>
16804         * org-list.el (org-list-send-list): Regexp defining the start of
16805         a radio list is now on par with the one used for radio tables.
16807 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
16809         * org-entities.el (org-entities-help): Add a headline for
16810         the user-defined entities.
16812 2010-07-19  Dirk-Jan C. Binnema  <djcb.bulk@gmail.com>  (tiny change)
16814         * org-agenda.el (org-agenda-action): Document capture key and add it
16815         to the prompt.
16817 2010-07-19  Eric Schulte  <schulte.eric@gmail.com>
16819         * org-latex.el (org-export-latex-listings-langs): Add (sqlite "SQL").
16821 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
16823         * org-latex.el (org-export-latex-first-lines): Do not mark
16824         meta lines for removal.  Do not remove BABEL config lines during export.
16826 2010-07-19  David Maus  <dmaus@ictsoc.de>
16828         * org-capture.el (org-capture): Check if
16829         `org-capture-link-is-already-stored' is bound before evaluating.
16831 2010-07-19  Eric Schulte  <schulte.eric@gmail.com>
16833         * org.el: Add autoload for org-babel-do-load-languages.
16835 2010-07-19  Eric Schulte  <schulte.eric@gmail.com>
16837         * org-src.el (org-src-lang-modes): Add sqlite to sql-mode.
16839 2010-07-19  David Maus  <dmaus@ictsoc.de>
16841         * org-feed.el: Change indentation to match coding style
16842         guideline.
16844 2010-07-19  David Maus  <dmaus@ictsoc.de>
16846         * org-feed.el (org-feed-unescape, org-feed-parse-atom-feed): Load XML
16847         library if necessary.
16849 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
16851         * org-beamer.el (org-beamer-amend-header): Standardize the
16852         header cookie for the beamer extra stuff.
16854 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
16856         * org-beamer.el (org-beamer-amend-header): Put extra header
16857         last in header.
16859 2010-07-19  David Maus  <dmaus@ictsoc.de>
16861         * org-exp-blocks.el (org-export-blocks-format-ditaa)
16862         (org-export-blocks-format-dot): Remove text properties of body before
16863         calculating cache hash.
16865 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
16867         * org-latex.el (org-export-latex-tabular-environment): New option.
16868         (org-export-latex-tables): Use `org-export-latex-tabular-environment'.
16870 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
16872         * org-compat.el (org-version-check): New function.
16874         * org-indent.el (org-indent-mode): Check for exact emacs version.
16876 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
16878         * org-capture.el (org-capture-templates): Allow the template
16879         to come from a file or function call.
16880         (org-capture-place-entry): Get the template from file or function.
16882 2010-07-19  David Maus  <dmaus@ictsoc.de>
16884         * org-agenda.el (org-agenda-bulk-action): Don't create marker for
16885         position if target is entire file.
16887 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
16889         * org.el (org-autoload): Autoload a few more org-table functions.
16891 2010-07-19  Eric Schulte  <schulte.eric@gmail.com>
16893         * org.el (org-babel-load-languages): Add ob-mscgen.
16895 2010-07-19  Eric Schulte  <schulte.eric@gmail.com>
16897         * org-latex.el (org-export-latex-tables): Format string now
16898         matches options.
16900 2010-07-19  Eric Schulte  <schulte.eric@gmail.com>
16902         * org.el (org-babel-load-languages): This variable controls which
16903         languages will be loaded by org-babel.  It is customizable through
16904         the customize interface.
16906 2010-07-19  Eric Schulte  <schulte.eric@gmail.com>
16908         * org-latex.el (org-export-latex-format-image): Update number of
16909         arguments to allow for an optional short-name.
16911 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
16913         * org-indent.el (org-indent-mode): Refuse to turn on prior to Emacs 23.2.
16915 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
16917         * org-capture.el (org-capture-set-target-location):
16918         Store exact positions for file+regexp and file+function targets.
16919         (org-capture-place-entry, org-capture-place-item)
16920         (org-capture-place-table-line, org-capture-place-plain-text):
16921         Respect exact positions.
16922         (org-capture-finalize): Make sure we are at the beginning of a line
16923         when fixing the empty lines after the entry.
16925 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
16927         * org.el (org-entry-get-with-inheritance): New argument LITERAL-NIL.
16928         (org-entry-get): Pass `literal-nil' into
16929         `org-entry-get-with-inheritance'.
16930         (org-todo): React to nil values of the LOGGING property.
16932 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
16934         * org.el (org-default-notes-file): Update docstring.
16936 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
16938         * org.el (org-link-frame-setup): Use `org-gnus-no-new-news' as default.
16940 2010-07-19  Eric Schulte  <schulte.eric@gmail.com>
16942         * org-exp.el (org-export-attach-captions-and-attributes):
16943         Add a shortname attribute to caption strings under the symbol name
16944         org-caption-shortn.
16946 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
16948         * org.el (org-switchb): Rename from `org-iswitchb'.
16949         Improve docstring.
16950         (org-iswitchb): New alias.
16951         (org-ido-switchb): Make alias point to `org-switchb'.
16953 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
16955         * org-capture.el (org-capture-fill-template):
16956         Respect time-of-day preference in template prompt.
16958 2010-07-19  David Maus  <dmaus@ictsoc.de>
16960         * org-feed.el (org-feed-unescape): Remove superfluous lambda.
16962 2010-07-19  David Maus  <dmaus@ictsoc.de>
16964         * org-wl.el (org-wl-disable-folder-check): New customization
16965         variable.
16966         (org-wl-open): Disable folder check depending on
16967         `org-wl-disable-folder-check'.
16969 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
16971         * org-capture.el (org-capture-set-target-location):
16972         Fix file+function interpretation.
16974 2010-07-19  David Maus  <dmaus@ictsoc.de>
16976         * org-feed.el (org-feed-parse-rss-entry): Unescape rss element
16977         content.
16979 2010-07-19  David Maus  <dmaus@ictsoc.de>
16981         * org-feed.el (xml-entity-alist): Declare variable
16982         `xml-entity-alist' for byte compiler.
16984 2010-07-19  David Maus  <dmaus@ictsoc.de>
16986         * org-feed.el (org-feed-unescape): New function.
16987         Unescape protected entities.
16988         (org-feed-parse-atom-entry): Use function for atom:content
16989         type text and html.
16991 2010-07-19  David Maus  <dmaus@ictsoc.de>
16993         * org-feed.el (org-feed-parse-rss-feed): Ignore case of rss
16994         element names.
16996 2010-07-19  Bernt Hansen  <bernt@norang.ca>
16998         * org.el (org-time-string-to-absolute): Ignore cyclic repeater
16999         when displaying items on todays agenda date.
17001 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17003         * org-agenda.el (org-agenda-get-progress): Avoid reusing previous
17004         value of EXTRA.
17006 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17008         * org-publish.el (org-publish-initialize-cache):
17009         Make timestamp directory, the entire path to it.
17011 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17013         * org-exp.el (org-export-handle-comments): Make sure to check
17014         for protection in the comment line, and not in the line after it.
17016 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17018         * org-html.el (org-export-html-preprocess): Call org-format-latex,
17019         possibly with a protect-only argument.
17021         * org.el (org-format-latex): New argument PROTECT-ONLY.
17023 2010-07-19  Eric Schulte  <schulte.eric@gmail.com>
17025         * org-exp.el (org-export-handle-table-metalines): This function
17026         removes table specific meta-lines, now that we aren't wiping
17027         everything that looks remotely like a comment at the end of the
17028         export process we have to be sure to catch all of the specific lines
17029         in org-exp.el.
17031 2010-07-19  Nicolas Goaziou  <n.goaziou@gmail.com>
17033         * org-exp.el (org-export-select-backend-specific-text): Properly
17034         get rid of #+Backend and #+ATTR_Backend specifics to backends not
17035         matching the one we're exporting to.
17037 2010-07-19  Eric Schulte  <schulte.eric@gmail.com>
17039         * org-table.el (orgtbl-to-generic): Add the :remove-newlines
17040         option which will strip newline characters from the text of table
17041         cells and replace then with "\n".
17043 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17045         * org.el (org-confirm-shell-link-function)
17046         (org-confirm-elisp-link-function): Limit the values that can be set by
17047         file variables.
17049 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17051         * org.el (org-compute-latex-and-specials-regexp): Deal with
17052         string elements by discarding them.
17054 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17056         * org.el (org-iswitchb): Make sure to use at least iswitchb.
17058 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17060         * org-capture.el (org-capture-position-for-last-stored)
17061         (org-capture-bookmark-last-stored-position): New functions.
17062         (org-capture-place-table-line): Better error catching.
17063         (org-capture-place-item, org-capture-place-entry)
17064         (org-capture-place-plain-text):
17065         Call `org-capture-position-for-last-stored'.
17066         (org-capture-finalize): Just call
17067         `org-capture-bookmark-last-stored-position'.
17069 2010-07-19  Eric Schulte  <schulte.eric@gmail.com>
17071         * org-exp.el (org-export-mark-blockquote-verse-center):
17072         Fix small bug, now grabbing match data before overwritten by looking-at
17073         this fixes a problem with remainders of #+end_quote lines appearing
17074         in exported output.
17076 2010-07-19  David Maus  <dmaus@ictsoc.de>
17078         * org.el (org-link-frame-setup): Add customization option for
17079         Wanderlust.
17081 2010-07-19  Eric Schulte  <schulte.eric@gmail.com>
17083         * org-latex.el (org-export-latex-fixed-width): Now check
17084         org-example rather than org-protected on verbatim export, because by
17085         default all ": " prefixed lines are marked protected.
17087 2010-07-19  Eric Schulte  <schulte.eric@gmail.com>
17089         * org-latex.el (org-export-latex-fixed-width): Check for
17090         protection before wrapping ": " lines as verbatim.
17092 2010-07-19  Eric Schulte  <schulte.eric@gmail.com>
17094         * org-exp.el (org-export-handle-comments): Check for protection
17095         before removing comments.
17097 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17099         * org-entities.el (org-entities): Restructure the list.
17100         (org-entities-help): Turn the help output into a buffer
17101         in Org-mode, so that it becomes easier to find a symbol
17102         in the structure.
17103         (org-entities-create-table): Deal with new structure.
17105 2010-07-19  David Maus  <dmaus@ictsoc.de>
17107         * org-agenda.el (org-write-agenda): Use backquotes to expand
17108         `flet' at compile time.
17110 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17112         * org.el (org-entry-properties): Make sure that standard property
17113         names are used even if the user has customized time keywords.
17115 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17117         * org-macs.el (org-not-nil): Return the value if not interpreted
17118         as nil.
17120         * org.el (org-entry-get)
17121         (org-entry-get-with-inheritance): Interpret the value "nil"
17122         as nil for properties.
17124 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17126         * org.el (org-switch-to-buffer-other-window): Return the buffer.
17128 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17130         * org-macs.el (org-not-nil): New function.
17132         * org.el (org-block-todo-from-children-or-siblings-or-parent):
17133         Use `org-not-nil' to interpret a property value of nil.
17135 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17137         * org.el (org-truely-invisible-p): New function.
17138         (org-beginning-of-line): Use `org-truely-invisible-p'.
17140 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17142         * org-agenda.el (org-agenda-get-timestamps): No errors
17143         while getting TODO state.
17144         (org-agenda-highlight-todo): No error when no keyword has
17145         been matched.
17147 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17149         * org.el (org-timestamp-change): New optional argument UPDOWN.
17150         Use this to identify calls from org-timestamp-up/down, so that we can
17151         skip by rounding minutes in this case.
17152         (org-timestamp-up, org-timestamp-down, org-timestamp-up-day)
17153         (org-timestamp-down-day): Call org-timestamp-change with the
17154         updown argument.
17156 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17158         * org-agenda.el (org-agenda-action): Make `c' key call org-capture.
17160         * org-capture.el: New file.
17162         * org-compat.el (org-get-x-clipboard): Function moved here from
17163         remember.el.
17165         * org-mks.el: New file.
17167         * org.el (org-set-regexps-and-options): Allow statistic cookies as
17168         part of complex headlines.
17169         (org-find-olp): New argument THIS-BUFFER.  When set, assume that the
17170         OLP does not contain a file name.
17172 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17174         * org.el (org-mode): Set `comment-start' instead of changing the
17175         syntax of the `#' character.
17177 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17179         * org-exp.el (org-export-format-source-code-or-example): Mark examples
17180         by a property.
17182         * org-html.el (org-export-html-close-lists-maybe): Check if raw
17183         HTML stuff was actually made from an example.
17185 2010-07-19  Bastien Guerry  <bzg@gnu.org>
17187         * org-latex.el: Items are no longer skipped when their first line
17188         ends on a protected element.
17190         * org-list.el: Protected environments looking like lists are not
17191         exported anymore.
17193 2010-07-19  Eric Schulte  <schulte.eric@gmail.com>
17195         * org-exp-blocks.el (org-export-blocks-preprocess):
17196         Cleanup trailing newline after block.
17198 2010-07-19  Bastien Guerry  <bzg@gnu.org>
17200         * org-exp.el: Comment regexp now matches documentation.  No more
17201         protection check when deleting comments before export.
17203 2010-07-19  Bastien Guerry  <bzg@gnu.org>
17205         * org-exp.el (org-export-preprocess-string):
17206         Now using `org-export-handle-include-files-recurse' to resolve
17207         included files.
17209 2010-07-19  Bastien Guerry  <bzg@gnu.org>
17211         * org-agenda.el (org-agenda-get-deadlines)
17212         (org-agenda-get-scheduled):
17213         * org.el (org-time-string-to-seconds):
17214         For deadline and scheduled agenda display ignore the cyclic repeater
17215         when calculating how many days late the task is.  If you have a weekly
17216         task and miss the date the agenda view will show more than a week late
17217         now instead of resetting on the cyclic repeating date.  This makes it
17218         much more obvious when you missed a repeating task after the repeater.
17220 2010-07-19  Bastien Guerry  <bzg@gnu.org>
17222         * org-exp.el (org-export-mark-blockquote-verse-center):
17223         Consider environments that end at eob.
17225 2010-07-19  Mikael Fornius  <mfo@abc.se>
17227         * org.el (org-raise-scripts): Do not fontify sub/superscripts of text
17228         with face `org-special-keyword'.  Make property keys as :LAST_REPEAT:
17229         display correctly.
17231 2010-07-19  Mikael Fornius  <mfo@abc.se>
17233         * org.el (org-at-property-p): Use save-match-data macro instead of let.
17235 2010-07-19  Mikael Fornius  <mfo@abc.se>
17237         * org.el (test): Remove unused test function.
17239 2010-07-19  Eric Schulte  <schulte.eric@gmail.com>
17241         * org-exp-blocks.el (org-export-blocks-preprocess): Fix typo.
17243 2010-07-19  Eric Schulte  <schulte.eric@gmail.com>
17245         * org-exp-blocks.el (org-export-blocks-postblock-hook):
17246         Add documentation to and turn into a defcustom.
17248 2010-07-19  Eric Schulte  <schulte.eric@gmail.com>
17250         * org-exp.el (org-get-file-contents): By un-setting prefix1 to ""
17251         instead of to nil we avoid errors when :prefix1 is defined, but
17252         prefix is not.
17254 2010-07-19  Nicolas Goaziou  <n.goaziou@gmail.com>
17256         * org-latex.el (org-export-latex-preprocess): Environments coming
17257         from latex backend specific instructions (#+LaTeX) are already
17258         protected and won't be treated as normal environments.
17260 2010-07-19  Bastien Guerry  <bzg@gnu.org>
17262         * org-timer.el (org-timer-set-timer): Fix typo in the docstring.
17264 2010-07-19  Bastien Guerry  <bzg@gnu.org>
17266         * org-timer.el (org-timer-set-timer): Use a prefix argument.
17267         See the docstring of the function.
17269 2010-07-19  Bastien Guerry  <bzg@gnu.org>
17271         * org-timer.el (org-timer-set-timer): Fix bug about canceling
17272         timers.
17274 2010-07-19  David Maus  <dmaus@ictsoc.de>
17276         * org-w3m.el (org-w3m-copy-for-org-mode)
17277         (org-w3m-get-next-link-start, org-w3m-get-prev-link-start):
17278         Get text property directly, not using macro `w3m-anchor'.
17280 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17282         * org.el (org-emph-re): Document the match groups.
17284 2010-07-19  Bernt Hansen  <bernt@norang.ca>
17286         * org-clock.el (org-clock-in): Set `org-clock-clocking-in' to
17287         t before calling `org-clock-out', so that that function can
17288         know its call context.
17290 2010-07-19  Bastien Guerry  <bzg@gnu.org>
17292         * org-timer.el (org-timer-default-timer): New variable.
17293         (org-timer-set-timer): Use the new variable.  Also offer the
17294         possibility to replace the current timer by a new one.
17296 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17298         * org.el (org-kill-note-or-show-branches): Hide subtree before
17299         exposing the headings.
17301 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17303         * org.el (org-add-planning-info): Remove the empty line also
17304         if there is no whitespace at all in there.
17306         * org-table.el (org-table-align): Fix alignment of strings
17307         with invisible characters.
17309 2010-07-19  David Maus  <dmaus@ictsoc.de>
17311         * org.el (org-refile-cache-get): Return empty list of targets
17312         when cache was cleared.
17313         (org-clone-subtree-with-time-shift): Maybe create ID property
17314         in cloned subtrees.
17315         (org-clone-delete-id): New customization variable.
17316         (org-clone-subtree-with-time-shift): Use customization
17317         variable `org-clone-delete-id'.
17318         (org-clone-subtree-with-time-shift): Remove empty property
17319         drawer in cloned subtrees.
17321 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17323         * org.el (org-refile-use-cache): New option.
17324         (org-refile-cache, org-refile-markers): New variable.
17325         (org-refile-marker, org-refile-cache-clear)
17326         (org-refile-cache-check-set, org-refile-cache-put)
17327         (org-refile-cache-get): New function.
17328         (org-get-refile-targets): Use the refile cache.
17330         * org-clock.el (org-clock-sum): Don't include running clock if
17331         the time block is wrong.
17333 2010-07-19  John Wiegley  <jwiegley@gmail.com>
17335         * org-clock.el (org-clock-clock-in, org-clock-in):
17336         Add parameter `start-time'.
17337         (org-clock-resolve-clock): Add parameter `clock-out-time'.
17338         If set, and resolve-to is a past time, then the clock out
17339         event occurs at `clock-out-time' rather than at `resolve-to'.
17340         In this case, `resolve-to' becomes the clock in time.
17341         (org-clock-jump-to-current-clock): Create new global command
17342         to reveal the current clock.
17343         (org-clock-resolve): Add new commands g/G and j/J, and a
17344         help window describing all commands and their meaning.
17345         (org-clock-resolve-expert): New customization variable.
17346         (org-find-open-clocks): Fix a bug that caused discovered
17347         clocks not to match up with the currently active clock.
17348         (org-resolve-clocks): Change the argument
17349         `also-non-dangling-p' to `only-dangling-p', since due to a bug
17350         this was the default behavior all along.
17352 2010-07-19  David Maus  <dmaus@ictsoc.de>
17354         * org-id.el (org-id-uuid): New function.  Return string with
17355         random (version 4) UUID.
17356         (org-id-method): Make 'uuid the new default value.
17357         (org-id-new): Use `org-id-uuid' if call to uuidgen program
17358         does not return a UUID.
17360 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17362         * org-latex.el (org-export-latex-format-image): Add support
17363         for multicolumn figures in LaTeX.
17365 2010-07-19  David Maus  <dmaus@ictsoc.de>
17367         * org.el (org-clone-subtree-with-time-shift): Remove ID
17368         property of original subtree in cloned subtrees.
17370 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17372         * org-exp.el (org-export-format-source-code-or-example):
17373         XEmacs compatibility.
17375         * org-latex.el (org-export-latex-tables): Accept comma in
17376         align string.
17378         * org-docbook.el (org-export-docbook-xslt-stylesheet): New option.
17379         (org-export-docbook-xslt-proc-command): Fix docstring.
17380         (org-export-docbook-xsl-fo-proc-command): Fix docstring.
17381         (org-export-as-docbook-pdf):
17382         Improve formatting of the xslt command.
17384         * org-exp.el (org-infile-export-plist): Check for XSLT setting.
17386         * org.el (org-file-contents): Improve error message.
17387         (org-set-regexps-and-options): Remove spaces at both ends.
17389 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17391         * org-docbook.el (org-export-as-docbook-pdf):
17392         Improve formatting of the xslt command.
17394 2010-07-19  Sebastian Rose  <sebastian_rose@gmx.de>
17396         * org-publish.el (org-publish-cache): Use one big hashmap for
17397         each project defined in `org-publish-project-alist'.
17398         (initialize-files-alist): Function removed.
17399         (org-publish-validate-link): Function removed.
17400         (org-publish-get-base-files): Add variable `sitemap-requested'
17401         to avoid sorting where possible.
17402         (org-publish-get-files): Function removed.
17403         (org-publish-get-project-from-filename): Make independent of
17404         file list.
17405         (org-publish-file): New argument NO-CACHE.
17407 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17409         * org.el (org-beginning-of-defun, org-end-of-defun):
17410         New functions.
17411         (org-mode): Install the `org-beginning-of-defun' and
17412         `org-end-of-defun' functions.
17413         (org-pretty-entities): New option.
17414         (org-toggle-pretty-entities): New command.
17415         (org-fontify-entities): New function.
17416         (org-startup-options): New keywords for pretty entities.
17417         (org-set-font-lock-defaults): Call the pretty entities
17418         function.
17420         * org-latex.el (org-export-latex-keywords-maybe): Protect the
17421         TODO markup.
17423 2010-07-19  Mikael Fornius  <mfo@abc.se>
17425         * org-habit.el (org-habit-build-graph): Help-echo date when
17426         mouse is over stars.
17428 2010-07-19  Jan Böker  <jan.boecker@jboecker.de>
17430         * org.el (org-file-apps): Improve docstring to reflect
17431         grouping matches.
17433 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17435         * org.el (org-set-startup-visibility): Fix empty line display.
17437         * org-latex.el (org-export-latex-links): Use the formatting
17438         function of the link type, if it is available.
17440         * org-table.el (org-table-get-remote-range): Return to
17441         original buffer when retrieving remote reference.
17443         * org.el (org-display-inline-images): Do the entire buffer,
17444         not just the narrowed region.  Clear the cache.
17445         (org-display-inline-images): Match mode file paths.
17447 2010-07-19  David Maus  <dmaus@ictsoc.de>
17449         * org-wl.el (org-wl-store-link-folder): Don't throw error when
17450         called on WL folder group.
17452 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17454         * org.el (org-replace-escapes): Make sure the cdr is not nil.
17455         (org-read-date): Make `M-v' and `C-v' scroll the popup calendar.
17456         (org-mode): Revert comment syntax changes.
17458 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17460         * org.el (org-sparse-tree): Make `C-c / t' search for all TODO
17461         keywords, and `C-c / T' for a specific one.
17463 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17465         * org.el (org-mode): Fix comment syntax settings.
17467         * org-src.el (org-edit-src-allow-write-back-p):
17468         Define variable.
17470         * org.el (org-inline-image-overlays): New variable.
17471         (org-toggle-inline-images, org-display-inline-images)
17472         (org-remove-inline-images): New commands.
17473         (org-mode-map): Define a key for `org-toggle-inline-images'.
17475 2010-07-19  David Maus  <dmaus@ictsoc.de>
17477         * org-wl.el (org-wl-message-field): New function.
17478         Return content of header field in message entity.
17479         (org-wl-store-link): Call `org-wl-store-link-folder' or
17480         `org-wl-store-link-message' depending on major-mode.
17481         (org-wl-store-link-folder): New function.  Store link to
17482         Wanderlust folder.
17483         (org-wl-store-link-message): New function.  Store link to
17484         Wanderlust message.
17485         (org-wl-store-link-message): Store link to message while
17486         visiting message.
17487         (org-wl-open): Don't try to jump to message when opening a
17488         folder link.
17490 2010-07-19  David Maus  <dmaus@ictsoc.de>
17492         * org.el (org-replace-escapes): Avoid infinite loop when
17493         replace string contains escape sequence it replaces.
17495 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17497         * org-crypt.el (org-crypt-key-for-heading): Use symmetric
17498         encryption when now key is set.
17500 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17502         * org-table.el (org-table-recalculate-buffer-tables)
17503         (org-table-iterate-buffer-tables): New commands.
17505         * org.el (org-check-for-hidden): When there is a region, skip
17506         the check.
17508 2010-07-19  Dan Davison  <davison@stats.ox.ac.uk>
17510         * org-src.el (org-edit-src-code): allow-write-back-p had
17511         erroneously been omitted from let binding.
17513 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17515         * org-agenda.el (org-sorting-choice): New sorting type alpha.
17516         (org-cmp-alpha): New defsubst.
17517         (org-em): New defsubst.
17518         (org-entries-lessp): Only compute needed comparisons.
17520 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17522         * org-html.el (org-format-org-table-html): Test all columns
17523         for number content.
17525 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17527         * org-latex.el (org-export-latex-treat-sub-super-char):
17528         Make sure parenthesis matching is consistent.
17530         * org-table.el (org-table-colgroup-line-p)
17531         (org-table-cookie-line-p): New functions.
17533         * org-exp.el (org-table-clean-before-export): Better tests for
17534         colgroup and cookie lines.
17536 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17538         * org-agenda.el (org-agenda-goto): Push a mark before changing
17539         the position.
17541         * org-footnote.el (org-footnote): New group.
17542         (org-footnote-section)
17543         (org-footnote-tag-for-non-org-mode-files): Fix typos.
17545         * org-list.el (org-end-of-item-text-before-children): Also do
17546         the right thing at the end of a file.
17548         * org.el (org-set-packages-alist, org-get-packages-alist):
17549         New function.
17550         (org-export-latex-default-packages-alist)
17551         (org-export-latex-packages-alist): Add extra flag to
17552         each package, indicating if it should be used for snippets.
17553         (org-create-formula-image): Add the snippet argument.
17554         (org-splice-latex-header): New argument SNIPPET-P, pass it
17555         through to `org-latex-packages-to-string'.
17556         (org-latex-packages-to-string): New argument SNIPPET-P.
17558         * org-latex.el (org-export-latex-make-header): Add the snippet
17559         argument.
17561         * org-docbook.el (org-export-as-docbook): Implement ordered
17562         lists starting at some offset.
17564 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17566         * org.el (org-link-types, org-open-at-point): Add doi links.
17568         * org-ascii.el (org-export-ascii-preprocess): Remove list
17569         startcounter cookies.
17571         * org-list.el (org-renumber-ordered-list): Respect counter
17572         start values.
17574         * org-latex.el (org-export-latex-lists): Accept ordered list
17575         item offset cookie.
17577         * org-html.el (org-export-as-html): Accept ordered list
17578         item offset cookie.
17580         * org-indent.el (org-indent-mode): Turn off `indent-tabs-mode'
17581         which messes up alignment of tags.
17583 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17585         * org-clock.el (org-clock-cancel, org-clock-out): Make sure
17586         the modeline display is removed.
17588         * org-exp.el (org-export-format-drawer-function):
17589         Fix docstring.
17591         * org-agenda.el (org-agenda-refile): New optional argument
17592         NO-UPDATE.
17593         (org-agenda-refile): Call `org-agenda-redo' unless NO-UPDATE
17594         is set.
17595         (org-agenda-bulk-action): Call the refile command with updates
17596         suppressed - but arrange for `org-agenda-redo' to be called at
17597         the end.
17599         * org.el (org-mode): Make table mapping quiet.
17600         (org-table-map-tables): New optional argument QUIETLY.
17602         * org-ascii.el (org-export-ascii-preprocess): Make table
17603         mapping quiet.
17605         * org-html.el (org-export-as-html, org-html-level-start):
17606         Change XHTML IDs to not use dots.
17608         * org-exp.el (org-export-define-heading-targets):
17609         Change XHTML IDs to not use dots.
17611         * org-docbook.el (org-export-docbook-level-start):
17612         Change XHTML IDs to not use dots.
17614         * org-latex.el (org-export-as-latex): Make sure that the
17615         result buffer is in latex-mode.
17617         * org.el (org-shiftup-final-hook, org-shiftdown-final-hook)
17618         (org-shiftleft-final-hook, org-shiftright-final-hook):
17619         New hooks.
17621 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17623         * org-table.el (org-table-justify-field-maybe): Make sure that
17624         inserting a value does not turn a line into a hline.
17626 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17628         * org-clock.el (org-clock-sum): New argument HEADLINE-FILTER.
17629         (org-clock-sum): Add property to selected headlines.
17630         (org-dblock-write:clocktable): Make tags matcher.
17632         * org.el (org-set-autofill-regexps): XEmacs compatibility.
17634         * org-latex.el (org-export-latex-set-initial-vars): Allow "-"
17635         in latex class definitions.
17637         * org.el (org-shiftup-hook, org-shiftdown-hook)
17638         (org-shiftleft-hook, org-shiftright-hook): New hooks.
17640         * org-entities.el (org-entities): Use \land and \lor for logical
17641         operators.
17643         * org.el (org-shiftmetaleft, org-shiftmetaright): Call the subtree
17644         indentation commands.
17645         (org-hidden-tree-error): New defsubst.
17646         (org-metaleft, org-metaright): Check for hidden stuff and throw an
17647         error.
17648         (org-check-for-hidden): New function.
17650         * org-list.el (org-item-re): New function.
17651         (org-at-item-p): Use `org-item-re'.
17652         (org-end-of-item-text-before-children): New function.
17653         (org-outdent-item, org-indent-item): Arrange for leaving the
17654         subtree alone.
17655         (org-outdent-item-tree, org-indent-item-tree): New argument
17656         NO-SUBTREE.
17657         (org-indent-item-tree): Use `org-end-of-item-text-before-children'
17658         to find the end for processing while ignoring the subtree.
17660         * org-publish.el (org-publish-sitemap-sort-alphabetically)
17661         (org-publish-sitemap-sort-folders)
17662         (org-publish-sitemap-sort-ignore-case): New options.
17664 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17666         * org-publish.el (org-publish-compare-directory-files): Fix sorting.
17668         * org-compat.el (org-get-x-clipboard-compat): Use (featurep 'xemacs).
17670         * org-publish.el (org-publish-project-alist): Update docstring.
17671         (org-publish-file-title-cache): New variable.
17672         (org-publish-initialize-files-alist):
17673         Initialize `org-publish-initialize-files-alist' to nil.
17674         (org-publish-sort-directory-files): New function.
17675         (org-publish-projects): Access the new properties.
17676         (org-publish-find-title): Use the file title cache.
17677         (org-publish-find-title): Build the file title cache.
17678         (org-publish-get-base-files-1): Sort files.
17679         (org-publish-aux-preprocess): Do not throw an error when before
17680         the first headline.  Allow an empty target, meaning to link just
17681         to the file.
17682         (org-publish-index-generate-theindex.inc): Check if there is
17683         actually a target and only then add it to the link.
17684         (org-publish-projects): Fix a remaining issue with the last commit.
17686         * org-html.el (org-export-as-html): Treat verse as open/close
17687         paragraph.
17688         (org-export-html-close-lists-maybe): Allow to splice raw HTML into
17689         and out of lists.
17691 2010-07-19  Dan Davison  <davison@stats.ox.ac.uk>
17693         * org-src.el (org-edit-src-code): Allow the org-src edit buffer to
17694         be used in a read-only mode.
17695         (org-edit-src-code): Different message in read-only mode.
17697 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17699         * org-src.el (org-edit-src-find-region-and-lang): Test for
17700         table.el as late as possible.
17702         * org-colview.el: Make sure this file is never loaded into XEmacs.
17704         * org-agenda.el (org-highlight, org-unhighlight): Use direct
17705         overlay calls.
17707         * org.el (org-key): Apply the translations defined in
17708         `org-xemacs-key-equivalents'.
17710         * org-mouse.el (org-mode-hook): Use `org-defkey'.
17712         * org-compat.el (org-xemacs-key-equivalents): New constant.
17714 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17716         * org-inlinetask.el (org-inlinetask-defaut-state): New option.
17717         (org-inlinetask-insert-task): Use `org-inlinetask-defaut-state'.
17718         Obey `org-odd-levels-only'.
17720         * org-compat.el (org-find-overlays): Use overlays-in/at.
17722         * org.el (org-remove-empty-overlays-at)
17723         (org-outline-overlay-data, org-hide-block-toggle)
17724         (org-format-latex, org-context): Use overlays-in/at.
17726         * org-src.el (org-edit-src-exit): Use overlays-in/at.
17728         * org-agenda.el (org-agenda-mark-clocking-task)
17729         (org-agenda-fontify-priorities, org-agenda-dim-blocked-tasks)
17730         (org-agenda-entry-text-hide)
17731         (org-agenda-fix-tags-filter-overlays-at)
17732         (org-agenda-bulk-remove-overlays): Use overlays-in/at.
17734         * org-compat.el (org-overlays-at): Function removed.
17735         (org-overlays-in): Function removed.
17737 2010-07-19  Bastien Guerry  <bzg@gnu.org>
17739         * org-clock.el (org-clock-set-current): Just return the headline
17740         itself, strip the TODO keyword, the priority cookie and the tags.
17742 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17744         * org-compat.el (org-xemacs-without-invisibility): New macro.
17745         (org-xemacs-without-invisibility): New macro.
17746         (org-indent-to-column, org-indent-line-to, org-move-to-column):
17747         Redefine using the macro `org-xemacs-without-invisibility'.
17749         * org.el (org-mode, org-org-menu): Use `add-to-invisibility-spec'.
17751         * org-table.el (orgtbl-mode): Use `add-to-invisibility-spec'.
17753         * org-compat.el (org-make-overlay, org-delete-overlay)
17754         (org-overlay-start, org-overlay-end, org-overlay-put)
17755         (org-overlay-get, org-overlay-move, org-overlay-buffer):
17756         Functions removed.
17757         (org-add-to-invisibility-spec): Function removed.
17759         * org-html.el (org-export-as-html-and-open): Add argument to
17760         kill-buffer.
17762         * org-habit.el (require): `calendar' is now required already by
17763         org.el on top level.
17765         * org-clock.el (require): `calendar' is now required already by
17766         org.el on top level.
17768         * org-agenda.el (require, org-timeline, org-agenda-list)
17769         (org-todo-list, org-agenda-to-appt): `calendar' is now required
17770         already by org.el on top level.
17772         * org.el (org-export-latex-fix-inputenc): Declare function.
17774         * org-agenda.el (org-agenda-goto-calendar): Do not bind obsolete
17775         variables.
17777         * org.el (calendar): Require calendar now on top level in org.el
17778         and define aliases to new variables when needed.
17779         (org-read-date, org-goto-calendar): Do not bind obsolete
17780         variables.
17782         * org-clock.el (org-clock-out, org-clock-cancel): Get rid of
17783         compilation warning, add comment that this cannot be done with
17784         `with-current-buffer'.
17786         * org-wl.el (org-wl-open): Use `with-current-buffer'.
17788         * org.el (overlay, org-remove-empty-overlays-at)
17789         (org-outline-overlay-data, org-set-outline-overlay-data)
17790         (org-show-block-all, org-hide-block-toggle)
17791         (org-highlight-new-match, org-remove-occur-highlights)
17792         (org-tags-overlay, org-fast-tag-selection, org-date-ovl)
17793         (org-read-date, org-read-date-display, org-eval-in-calendar)
17794         (org-format-latex, org-context)
17795         (org-speedbar-restriction-lock-overlay)
17796         (org-speedbar-set-agenda-restriction): Use the normal overlay API.
17798         * org-table.el (org-table-add-rectangle-overlay)
17799         (org-table-remove-rectangle-highlight)
17800         (org-table-overlay-coordinates)
17801         (org-table-toggle-coordinate-overlays): Use the normal overlay
17802         API.
17804         * org-src.el (org-edit-src-code, org-edit-fixed-width-region)
17805         (org-edit-src-exit, org-src-mode-configure-edit-buffer): Use the
17806         normal overlay API.
17808         * org-colview.el (org-columns-new-overlay)
17809         (org-columns-display-here, org-columns-remove-overlays)
17810         (org-columns-edit-value, org-columns-next-allowed-value)
17811         (org-columns-update): Use the normal overlay API.
17813         * org-clock.el (org-clock-out, org-clock-cancel)
17814         (org-clock-put-overlay, org-clock-remove-overlays): Use the normal
17815         overlay API.
17817         * org-agenda.el (org-agenda-mark-filtered-text)
17818         (org-agenda-mark-clocking-task, org-agenda-fontify-priorities)
17819         (org-agenda-dim-blocked-tasks, org-agenda-entry-text-show-here)
17820         (org-agenda-entry-text-hide)
17821         (org-agenda-restriction-lock-overlay)
17822         (org-agenda-set-restriction-lock)
17823         (org-agenda-filter-by-tag-hide-line)
17824         (org-agenda-fix-tags-filter-overlays-at)
17825         (org-agenda-filter-by-tag-show-all, org-hl)
17826         (org-agenda-goto-calendar, org-agenda-bulk-mark)
17827         (org-agenda-bulk-remove-overlays): Use the normal overlay API.
17829         * org-freemind.el (org-freemind-from-org-mode-node)
17830         (org-freemind-from-org-mode)
17831         (org-freemind-from-org-sparse-tree, org-freemind-to-org-mode):
17832         Use interactive-p instead of called-interactively, because this is
17833         backward compatible with older Emacsen I still support..
17835 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17837         * org-exp.el (org-export-define-heading-targets): Fix bug in
17838         regexp finding ID and CUSTOM_ID properties.
17840 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17842         * org-footnote.el (org-footnote-goto-previous-reference):
17843         Rename from `org-footnote-goto-next-reference'.
17845         * org.el (org-auto-repeat-maybe): Only record LAST_REPEAT if
17846         org-log-repeat is non-nil, or if there is clocking data in the
17847         entry.
17849         * org-crypt.el (org-encrypt-entry): Improve mapping behavior.
17851 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17853         * org.el (org-align-all-tags): New command.
17855 2010-07-19  David Maus  <dmaus@ictsoc.de>
17857         * org-wl.el (org-wl-link-remove-filter): New customizable
17858         variable.  If non-nil, filter conditions are stripped when storing
17859         link to message in filter folder.
17860         (org-wl-shimbun-prefer-web-links): New customizable variable.
17861         If non-nil, links to shimbun messages are created as web links to
17862         message source.
17863         (org-wl-nntp-prefer-web-links): New customizable variable.
17864         If non-nil, links to nntp message are created as web links to gmane
17865         or googlegroups.
17866         (org-wl-namazu-default-index): New customizable variable.
17867         Directory of namazu search index that should be used as default
17868         when opening a link in a search folder.
17869         (org-wl-folder-types): New constant.  Wanderlust folder type
17870         indicators.
17871         (org-wl-folder-type): New function.  Return type of Wanderlust
17872         folder.
17873         (org-wl-store-link): Create web links for shimbun or nntp messages
17874         and strip filter conditions depending on customizable variables.
17875         (org-wl-open): Open namazu search folder for message when called
17876         with prefix.
17878 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17880         * org.el (org-remove-if, org-remove-if-not): New functions.
17881         (org-open-file): Use internal remove-if functions.
17883 2010-07-19  Jan Böcker  <jan.boecker@jboecker.de>
17885         * org.el (org-file-apps-entry-match-against-dlink-p): New function.
17886         (org-file-apps-ex): Remove variable.
17887         (org-open-file): Integrate org-file-apps-ex functionality back
17888         into org-file-apps, and decide whether to match a regexp against
17889         the link or the filename using org-file-apps-entry-uses-grouping-p.
17891 2010-07-19  Jan Böcker  <jan.boecker@jboecker.de>
17893         * org.el (org-file-apps-ex): New variable.
17894         (org-open-file): Before considering org-file-apps, first match the
17895         regexps from org-file-apps-ex against the whole link.
17896         See docstring of org-file-apps-ex.
17898 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17900         * org.el (org-export-latex-default-packages-alist):
17901         Remove microtype package.
17902         (org-todo-repeat-to-state): New variable.
17903         (org-auto-repeat-maybe): Allow user-selected target states.
17904         (org-default-properties): Add the new property REPEAT_TO_STATE.
17906 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
17908         * org-mobile.el (org-mobile-check-setup): Make sure that there is
17909         a binary to compute checksums.
17911 2010-06-26  Carsten Dominik  <carsten.dominik@gmail.com>
17913         * org-agenda.el (org-agenda-goto-calendar): Do not bind obsolete
17914         variables.
17916         * org.el (calendar): Require calendar now on top level in org.el
17917         and define aliases to new variables when needed.
17918         (org-read-date, org-goto-calendar): Do not bind obsolete
17919         variables.
17921 2010-06-22  Glenn Morris  <rgm@gnu.org>
17923         * org-entities.el: Add explicit utf-8 coding cookie to file with
17924         utf-8 characters.
17926 2010-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
17928         * org.el (org-file-complete-link): Avoid (expand-file-name ".").
17930 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
17932         * Version 23.2 released.
17934 2010-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
17936         * org-table.el (orgtbl-setup):
17937         * org-agenda.el (org-agenda-entry-text-mode): Simplify.
17939 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
17941         * org-table.el (orgtbl-mode): Use define-minor-mode.
17943 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
17945         * org.el (org-insert-link): Find the link buffer on visible frames.
17946         (org-export-latex-default-packages-alist): Hyperref must be loaded
17947         late.
17948         (org-open-file): More care with the new matching for file links.
17950 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
17952         * org-latex.el (org-export-latex-preprocess): Do not yet protect
17953         defined entities - these will be taken care of later.
17954         (org-export-latex-special-chars): Post-process entity replacement.
17955         (org-export-latex-fontify-headline): Do not yet protect defined
17956         entities - these will be taken care of later.
17957         (org-export-latex-tables, org-export-latex-links): Format the
17958         caption properly.
17960         * org-entities.el (org-entities-user): Fix typo.
17962         * org.el (org-prepare-agenda-buffers): Uniquify TODO keywords.
17964         * org-entities.el (org-entities-user): Improve docstring.
17966 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
17968         * org-entities.el (org-macs): Require org-macs, to be sure that we
17969         have `declare-function' defined.
17971 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
17973         * org-latex.el (org-export-latex-classes): Update docstring.
17975         * org.el (org-format-latex-header): Add cookies to the header.
17976         (org-splice-latex-header): Implement placement according to cookies.
17978 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
17980         * org-publish.el (org-publish-aux-preprocess): Control case
17981         sensitivity.
17983 2010-04-10  Bastien Guerry  <bzg@gnu.org>
17985         * org.el (org-splice-latex-header): Fix typo.
17987 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
17989         * org-latex.el (org-export-latex-make-header):
17990         Use `org-splice-latex-header' to build the header.
17991         (org-export-latex-classes): Update docstring.
17993         * org.el (org-splice-latex-header): New function.
17994         (org-create-formula-image): Use `org-splice-latex-header' to build
17995         the header.
17997         * org-gnus.el (org-gnus-follow-link): Handle nndoc backend.
17999 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18001         * org.el (org-export-latex-packages-alist)
18002         (org-export-latex-default-packages-alist): Fix docstring to
18003         reflect the expected structure.
18005         * org-docbook.el (org-docbook-do-expand): Fix bug with variable names.
18006         (org-export-docbook-finalize-table): Make use of label for tables.
18008 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18010         * org-attach.el (org-attach-commit): Split on newlines.
18012         * org.el (org-export-latex-default-packages-alist): Use list
18013         instead of cons for the entries.
18015 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18017         * org-entities.el (org-entity-get-representation): Catch the case
18018         that there is not entry in the list.
18020         * org-mobile.el (org-mobile-use-encryption)
18021         (org-mobile-encryption-tempfile, org-mobile-encryption-password):
18022         New options.
18023         (org-mobile-check-setup): CHeck the encryption setup.
18024         (org-mobile-copy-agenda-files, org-mobile-sumo-agenda-command)
18025         (org-mobile-create-sumo-agenda): Use encryption code.
18026         (org-mobile-encrypt-and-move): New function.
18027         (org-mobile-encrypt-file, org-mobile-decrypt-file):
18028         New functions.
18029         (org-mobile-move-capture): Decrypt the capture file.
18031         * org.el (org-entities): Require the new file.
18032         (org-export-latex-default-packages-alist): New variable.
18033         (org-complete): Use new entity code for completion.
18034         (org-create-formula-image): Use the new packages variable.
18036         * org-latex.el (org-export-latex-classes): Remove the standard
18037         packages from the class headers.
18038         (org-export-latex-make-header): Use the new package variable.
18039         (org-export-latex-special-chars): Better regexp for entities, to
18040         support entity name that contain numbers.
18041         (org-export-latex-treat-backslash-char): Use the new entity code.
18043         * org-html.el (org-html-do-expand): Use the new entity code.
18045         * org-exp.el (org-export): Add the new export commands.
18046         (org-html-entities): Constant removed.
18047         (org-export-visible): Add the new export commands.
18049         * org-docbook.el (org-docbook-do-expand): Use new entity code.
18051         * org-ascii.el (org-export-ascii-entities): New variable.
18052         (org-export-as-latin1, org-export-as-latin1-to-buffer)
18053         (org-export-as-utf8, org-export-as-utf8-to-buffer): New commands.
18054         (org-export-as-encoding): New function.
18055         (org-export-ascii-preprocess): Call `org-ascii-replace-entities'.
18056         (org-ascii-replace-entities): New function.
18058 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18059             Ulf Stegemann  <ulf@zeitform.de>
18061         * org-entities.el: New file.
18063 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18065         * org-html.el (org-html-level-start): Catch the case that target
18066         might be nil.
18068 2010-04-10  Dan Davison  <davison@stats.ox.ac.uk>
18070         * org.el (org-appearance): Change Customize group variable name
18071         from org-font-lock to org-appearance, and change tag from "Org
18072         Font Lock" to "Org Appearance".
18073         (org-odd-levels-only): Change Customize group variable name.
18074         (org-level-color-stars-only): Change Customize group variable name.
18075         (org-hide-leading-stars): Change Customize group variable name.
18076         (org-hidden-keywords): Change Customize group variable name.
18077         (org-fontify-done-headline): Change Customize group variable name.
18078         (org-fontify-emphasized-text): Change Customize group variable name.
18079         (org-fontify-whole-heading-line): Change Customize group variable name.
18080         (org-highlight-latex-fragments-and-specials): Change Customize
18081         group variable name.
18082         (org-hide-emphasis-markers): Change Customize group variable name.
18083         (org-emphasis-alist): Change Customize group variable name.
18084         (org-emphasis-regexp-components): Change Customize group variable
18085         name.
18086         (org-modules): Remove mention of org-R.
18088         * org-faces.el (org-faces): Change Customize group variable name.
18090 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18092         * org-agenda.el (org-diary-last-run-time): New variable.
18093         (org-diary): Prepare agenda buffers only if last call was some
18094         time ago.
18096         * org-html.el (org-export-html-preprocess): Replace \ref macros
18097         with a link.
18098         (org-format-org-table-html): Add the label as an anchor.
18100         * org-docbook.el (org-export-docbook-format-image): Do some
18101         formatting on captions.
18103         * org-latex.el (org-export-latex-tables, org-export-latex-links):
18104         Do some formatting on captions.
18106         * org-html.el (org-export-html-format-image)
18107         (org-format-org-table-html): Do some formatting on captions.
18109 2010-04-10  Dan Davison  <davison@stats.ox.ac.uk>
18111         * org.el (org-hidden-keywords): New customizable variable.  This is
18112         a list of symbols specifying which of the special keywords #+DATE,
18113         #+AUTHOR, #+EMAIL and #+TITLE should be hidden by font lock.
18114         (org-fontify-meta-lines-and-blocks): Changes to font-lock code
18115         implementing new faces and hiding behavior.
18117         * org-faces.el (org-document-title): New face for #+TITLE lines.
18118         (org-document-info): New face for #+DATE, #+AUTHOR, #+EMAIL lines.
18119         (org-document-info-keyword): New face for #+DATE, #+AUTHOR, #+EMAIL
18120         keywords.
18122 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18124         * org-publish.el (org-publish-sanitize-plist): New function to
18125         rename "index" properties to "sitemap".  Do this renaming
18126         globally.
18127         (org-publish-with-aux-preprocess-maybe): New macro.
18128         (org-publish-org-to-pdf, org-publish-org-to-html): Use the new
18129         macro.
18130         (org-publish-aux-preprocess)
18131         (org-publish-index-generate-theindex.inc): New function.
18133 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18135         * org-table.el (org-table-align): Interpret <N> at fixed width,
18136         not as maximum width.
18138 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18140         * org-exp.el (org-export-author-info, org-export-email-info):
18141         Fix docstrings.
18143         * org-beamer.el (org-beamer-select-environment): Rename from
18144         `org-beamer-set-environment-tag'.  Improve docstring.
18146         * org-freemind.el (org-freemind-write-mm-buffer): Fix another
18147         problem with odd levels.
18149         * org-ascii.el (org-export-as-ascii): Export email only if the
18150         author wants it.
18152         * org-docbook.el (org-export-as-docbook): Export email only if the
18153         author wants it.
18155         * org-html.el (org-export-as-html): Export email only if the
18156         author wants it.
18158         * org-exp.el (org-export-email-info): New option.
18159         (org-export-plist-vars): Add entry for `org-export-email'.
18161 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18163         * org-table.el (org-table-goto-line): Fix typo.
18165 2010-04-10  Mikael Fornius  <mfo@abc.se>
18167         * org.el (org-agenda-files): Typo.
18168         (org-read-agenda-file-list): Add optional argument to help
18169         `org-store-new-agenda-file-list' to remember un-expanded file
18170         names.  Expand file names relative to `org-directory'.
18171         (org-store-new-agenda-file-list): Keep un-expanded file names when
18172         saving, if available.
18173         (org-agenda-files): Update documentation.
18175 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18177         * org-ascii.el (org-export-as-ascii): Catch the case of exporting
18178         a buffer with no file name attached.
18180         * org.el (org-log-refile): New option.
18181         (org-log-note-headings): Add a heading for refiling.
18182         (org-startup-options): Add keywords for logging of the refile
18183         action.
18184         (org-refile): Add logging action.
18185         (org-add-log-note): Allow for refiling action.
18187         * org-agenda.el (org-agenda-bulk-action): Make sure
18188         `org-log-refile' is not `note' during a bulk action.
18190 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18192         * org.el (org-map-dblocks): Use save-excursion to remember the
18193         position.
18195         * org-attach.el (org-attach-commit): Remove dependence on xargs.
18196         (org-attach-delete-one): Commit after deleting a file.
18198         * org-latex.el (org-export-latex-fontify): Do not mistake table.el
18199         borders for strike-through emphasis.
18201         * org-freemind.el (org-freemind-write-mm-buffer): Simplify the
18202         handling of odd levels.
18204         * org-agenda.el (org-agenda-todo-ignore-deadlines): Document `past'
18205         and `future' values.
18206         (org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item):
18207         Handle `past' and `future' values.
18209         * org.el (org-read-agenda-file-list): Interpret file names
18210         relative to org-directory and allow environment variables and
18211         "~".
18213         * org-latex.el (org-export-latex-special-chars): Allow a
18214         parenthesis before an exponent or subscript.
18216 2010-04-10  Dan Davison  <davison@stats.ox.ac.uk>
18218         * org-src.el (org-edit-src-exit): When returning from code edit
18219         buffer, if code block is hidden, leave point at start of
18220         #+begin_src line.
18222 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18224         * org.el (org-insert-heading): Do not remove all spaces if the
18225         headline is empty.
18227         * org-indent.el (org-indent): Fix group name.
18229 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18231         * org-table.el (org-table-goto-column): Fix forcing a non-existing
18232         column.
18233         (org-table-get, org-table-put, org-table-goto-line)
18234         (org-table-current-line): New functions.
18236 2010-04-10  Jan Böcker  <jan.boecker@jboecker.de>
18238         * org.el (org-open-file): Allow regular expressions in
18239         org-file-apps to capture link parameters using groups.  In a
18240         command string to be executed, the parameters can be referenced
18241         using %1, %2, etc.  Lisp forms can access them using
18242         (match-string n link).
18243         (org-apps-regexp-alist): Adopt the created regexp, as this is now
18244         matched against a file: link instead of the file name.
18246 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18248         * org-crypt.el (org-reveal-start-hook): Add a decryption function
18249         to this hook.
18250         (org-decrypt-entries, org-encrypt-entries, org-decrypt-entry):
18251         Add docstrings.
18253         * org.el (org-point-at-end-of-empty-headline)
18254         (org-level-increment, org-get-previous-line-level): New function.
18255         (org-cycle-level): Rewritten to be independent of when this
18256         function is called.
18257         (org-in-regexps-block-p): New function.
18258         (org-reveal-start-hook): New hook.
18259         (org-reveal): Run new hook.
18261 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18263         * org-latex.el (org-export-latex-keywords): Start a new paragraph
18264         after time keywords, do not add "\newline".
18266         * org-html.el (org-export-as-html): Avoid double # in href.
18268         * org.el (org-refile-get-location): Catch an invalid target
18269         specification.
18271 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18273         * org-agenda.el (org-agenda-add-entry-to-org-agenda-diary-file):
18274         Make sure the behavior regarding to extracting time is
18275         consistent.
18277 2010-04-10  Stephen Eglen  <stephen@gnu.org>
18279         * org-agenda.el (org-agenda-insert-diary-extract-time):
18280         New variable.
18281         (org-agenda-add-entry-to-org-agenda-diary-file): Use this new
18282         variable rather than `org-agenda-search-headline-for-time'.
18284 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18286         * org-list.el (org-fix-bullet-type): Improve cursor positioning.
18288 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18290         * org.el (org-adaptive-fill-regexp-backup): New variable.
18291         (org-set-autofill-regexps): Store a backup of
18292         `adaptive-fill-regexp'.
18293         (org-adaptive-fill-function): Fix filling of comments and ordered
18294         lists.  If there is no other match, till try adaptive fill.
18296 2010-04-10  John Wiegley  <jwiegley@gmail.com>
18298         * org-agenda.el (org-agenda-include-deadlines): Add new
18299         customization variable to determine whether unscheduled tasks
18300         should appear in the agenda solely because of their deadline.
18301         Default to true, which was the previous behavior (it just wasn't
18302         configurable).
18303         (org-agenda-mode-map, org-agenda-view-mode-dispatch): Bind ! in
18304         the agenda to show/hide deadline tasks.
18305         (org-agenda-menu): Add menu option for show/hide deadlines.
18306         (org-agenda-list): Make the agenda list sensitive to the value of
18307         `org-agenda-include-deadlines'.
18308         (org-agenda-toggle-deadlines): New function to toggle the value of
18309         `org-agenda-include-deadlines' and repaint the modeline
18310         indicators.
18311         (org-agenda-set-mode-name): Show "Deadlines" in the agenda
18312         modeline if deadline tasks are being displayed.
18314 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18316         * org-table.el (org-table-eval-formula): Replace $# and @# by
18317         current column and row number.
18319 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18321         * org.el (org-set-property, org-delete-property): Go back to
18322         prompting for the property.
18324         * org-latex.el (org-export-latex-make-header): Fully process
18325         author line.
18326         (org-export-latex-fontify-headline): Allow several arguments, not
18327         just one.
18328         (org-export-latex-fix-inputenc): Catch the error when
18329         `latexenc-coding-system-to-inputenc' is not defined.
18331         * org-agenda.el (org-agenda-skip-if-todo): New function.
18332         (org-agenda-skip-if): Add conditions for TODO keywords.
18333         (org-agenda-skip-if): Document the new todo conditions.
18335 2010-04-10  Mikael Fornius  <mfo@abc.se>
18337         * org.el (org-at-property-p): Check if we are inside a property
18338         drawer not just any drawer.
18339         (org-set-property, org-delete-property): When cursor is on a
18340         property key value pair do not prompt for property name instead
18341         use name at cursor.
18342         (org-ctrl-c-ctrl-c): Still do org-property-action when cursor is
18343         on the first line of a property drawer.
18344         (org-property-end-re): Spell check.
18346 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18348         * org-exp.el (org-export-attach-captions-and-attributes): Add the
18349         properties to the entire table, in case the first line is
18350         removed.
18352         * org-archive.el (org-archive-reversed-order): New option.
18353         (org-archive-subtree, org-archive-to-archive-sibling): Use the new
18354         option `org-archive-reversed-order'.
18356 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18358         * org-agenda.el (org-agenda-entry-types): New variable.
18359         (org-agenda-list): Use `org-agenda-entry-types'.
18360         (org-agenda-custom-commands-local-options): Support for setting
18361         `org-agenda-entry-types' as an option.
18362         (org-diary): Shift some documentation from here to the variable
18363         `org-agenda-entry-types'.
18365 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18367         * org-latex.el (org-export-latex-make-header): Apply macros in
18368         author field.
18370         * org-clock.el (org-clocking-buffer, org-clocking-p): New function.
18371         (org-clock-select-task, org-clock-notify-once-if-expired)
18372         (org-clock-in, org-clock-out, org-clock-cancel, org-clock-goto)
18373         (org-clock-out-if-current, org-clock-save): Use the new functions.
18375 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18377         * org-docbook.el (org-export-as-docbook): Remove unnecessary
18378         newline.
18379         (org-export-as-docbook): Remove unnecessary newline.
18380         (org-export-as-docbook): Fix problem with double footnote
18381         reference in one place.
18383         * org-exp.el (org-export-format-source-code-or-example):
18384         Remove unnecessary newline.
18386         * org.el (org-deadline, org-schedule): Allow rescheduling entries
18387         with repeaters.
18389         * org-table.el (org-table-convert-refs-to-rc): Better way to catch
18390         function calls that look like references.
18392         * org.el (org-open-at-point): Get link abbreviations from
18393         reference buffer.
18395 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18397         * org-table.el (org-table-convert-refs-to-rc): Do not read arctan2
18398         as a reference.
18400 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18402         * org.el (org-link-unescape): Solve issue with lower-case escapes.
18404 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18406         * org-latex.el (org-export-latex-classes):
18407         Add \usepackage{latexsym} to all classes.
18409 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18411         * org-html.el (org-export-as-html): Do not allow protected lines
18412         into the table of contents.
18414         * org-latex.el (org-export-latex-special-chars): Find subsequent
18415         occurrences of special characters.
18416         (org-export-latex-tables): Do not convert table-like stuff that is
18417         protected.
18419 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18421         * org-list.el (org-toggle-checkbox): No errors when updating
18422         checkbox count fails because there is no heading.
18424 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18426         * org-clock.el (org-clock-report-include-clocking-task):
18427         New option.
18428         (org-clock-sum): Add the current clocking task.
18430 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18432         * org.el (org-cycle): Print a message when in a table.el table.
18433         (org-edit-special): Recognize the table.el context.
18434         (org-ctrl-c-ctrl-c): Print a message when in a table.el table.
18436         * org-src.el (org-at-table.el-p): Declare.
18437         (org-edit-src-code): Handle a special case for table.el editing.
18438         (org-edit-src-find-region-and-lang): Recognize the table.el
18439         context.
18441         * org-latex.el (org-export-latex-tables): Convert table.el
18442         tables.
18443         (org-export-latex-convert-table.el-table): New function.
18445         * org-html.el (org-html-expand): Fix table.el export.
18447         * org-latex.el (org-export-latex-preprocess): Protect footnotes in
18448         headings.
18450         * org-id.el (org-id-find-id-file): Fix bug when there is no hash
18451         table for the id locations.
18453         * org.el (org-read-date-analyze): Match American-style dates, like
18454         5/30 or 5/13/7.  Make sure cal-iso.el is loaded.  Don't force he
18455         current year when reading ISO and American dates.
18457 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18459         * org.el (org-face-from-face-or-color): New function.
18460         (org-get-todo-face, org-font-lock-add-priority-faces)
18461         (org-get-tag-face): Use `org-face-from-face-or-color'.
18463         * org-faces.el (org-todo-keyword-faces, org-priority-faces):
18464         Allow simple colors as values.
18465         (org-faces-easy-properties): New option.
18467         * org-agenda.el (org-agenda-set-mode-name): Show if the agenda is
18468         restricted, as an agenda mode.
18469         (org-agenda-fontify-priorities): Allow simple colors as values.
18471 2010-04-10  Bastien Guerry  <bzg@gnu.org>
18473         * org-timer.el (org-timer-current-timer): Rename from
18474         `org-timer-last-timer'.
18475         (org-timer-timer1, org-timer-timer2, org-timer-timer3): Remove.
18476         (org-timer-cancel-timer, org-timer-show-remaining-time)
18477         (org-timer-set-timer): Update to use only one timer.
18479         * org.el (org-set-property): Remove useless space in the prompt.
18481 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18483         * org-html.el (org-export-html-style-default): Add a default style
18484         for textareas.
18486         * org-exp.el (org-export-format-source-code-or-example):
18487         Fix textarea tag.
18489 2010-04-10  Bastien Guerry  <bzg@gnu.org>
18491         * org-clock.el (org-clock-current-task): New variable to store
18492         last clocked in task.
18493         (org-clock-set-current, org-clock-delete-current): New functions.
18495 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18497         * org-remember.el (org-remember-apply-template): Extend comment.
18498         (org-remember-handler): Implement clock sibling filing.
18500 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18502         * org-publish.el (org-publish-all, org-publish-current-file)
18503         (org-publish-current-project): When called with prefix argument
18504         FORCE, also rebuild the validation file list.
18506         * org-latex.el (org-export-latex-preprocess): Protect footnotes in
18507         section headings.
18509 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18511         * org-html.el (org-export-as-html-and-open): Kill product buffer
18512         if the user wants that.
18514         * org-latex.el (org-export-as-pdf-and-open): Kill product buffer
18515         if the user wants that.
18517         * org-exp.el (org-export-kill-product-buffer-when-displayed):
18518         New option.
18520         * org-agenda.el (org-batch-agenda-csv): Use the time property
18521         instead of the `time-of-day' property.
18523 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18525         * org-timer.el (org-timer-start-hook, org-timer-stop-hook)
18526         (org-timer-pause-hook, org-timer-set-hook)
18527         (org-timer-cancel-hook): New hooks.
18528         (org-timer-start): Run `org-timer-start-hook'.
18529         (org-timer-pause-or-continue): Run `org-timer-pause-hook'.
18530         (org-timer-stop): Run `org-timer-stop-hook'.
18531         (org-timer-cancel-timers): Run `org-timer-cancel-hook'.
18533 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18535         * org.el (org-reveal): Double prefix arg shows the subtree of the
18536         parent.
18538 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18540         * org-agenda.el (org-search-view): Fix bug with searching full
18541         words in headlines in search view.
18542         (org-agenda-skip-deadline-prewarning-if-scheduled): New option.
18543         (org-agenda-get-deadlines): Suppress pre-warning if the entry is
18544         scheduled (if the user configures it so.
18546 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18548         * org.el (org-hide-archived-subtrees): Don't jump to end of
18549         subtree if the match was not in a headline.
18550         (org-inside-latex-macro-p): Allow more complex arguments.
18551         (org-emphasize): Protect against use at end of buffer.
18553 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18555         * org-agenda.el (org-agenda-align-tags): Avoid side effects on
18556         text properties.
18558 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18560         * org-agenda.el (org-agenda-todo-ignore-scheduled): More allowed
18561         values.
18562         (org-agenda-todo-ignore-scheduled)
18563         (org-agenda-todo-ignore-deadlines): More control with different
18564         allowed values.
18565         (org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item):
18566         Honor the new option settings.
18568 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18570         * org.el (org-get-location): Make sure the selection buffer is
18571         shown in the current frame.
18573         * org-ascii.el (org-export-ascii-table-widen-columns):
18574         New option.
18575         (org-export-ascii-preprocess): Realign tables to remove narrowing
18576         if `org-export-ascii-table-widen-columns' is set.
18578         * org-table.el (org-table-do-narrow): New variable.
18579         (org-table-align): Narrow only if `org-table-do-narrow' is t.
18581         * org.el (org-deadline, org-schedule): Allow updating if the
18582         relevant time stamp does not have a repeater, i.e. do not require
18583         that no time stamp has a repeater.
18585         * org-agenda.el (org-agenda-align-tags): Don't add a face to the
18586         new white space before the tags.
18588         * org-latex.el (org-export-as-latex): Do nit require the buffer to
18589         be visiting a file when only exporting to a buffer or string.
18590         (org-export-latex-fix-inputenc): Only save the buffer is there is
18591         a file name attached to it.
18593 2010-04-10  Dan Davison  <davison@stats.ox.ac.uk>
18595         * org-src.el (org-edit-src-exit): Widen before exiting edit buffers.
18597 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18599         * org.el (org-fontify-meta-lines-and-blocks):
18600         Honor `org-fontify-quote-and-verse-blocks'.
18602         * org-faces.el (org-fontify-quote-and-verse-blocks): New option.
18604 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18606         * org.el (org-open-at-point): Also check for text property
18607         org-linked-text before offering collected links.
18609 2010-04-10  Stephen Eglen  <stephen@gnu.org>
18611         * org-agenda.el (org-agenda-add-entry-to-org-agenda-diary-file):
18612         Optionally extract time specification from text and add to the
18613         timestamp.
18615 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18617         * org-exp.el (org-html-entities): Fix typo.
18619         * org-latex.el (org-export-latex-make-header): Use \providecommand
18620         to make sure the \alert macro is defined.
18622         * org.el (org-format-latex-signal-error)
18623         (org-create-formula-image): Use `org-format-latex-signal-error'.
18625 2010-04-10  Stephen Eglen  <stephen@gnu.org>
18627         * org.el (org-store-link): For dired buffers, use
18628         default-directory as link name if dired-get-filename returns
18629         nil.
18631 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18633         * org-exp.el (org-export-concatenate-multiline-links): The for
18634         protectedness at beginning of match.
18636         * org-latex.el (org-export-latex-fix-inputenc): Never leave the
18637         AUTO as a coding system, instead default to utf8.
18639 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18641         * org.el (org-block-todo-from-children-or-siblings-or-parent)
18642         (org-block-todo-from-checkboxes): Respect the local variable
18643         value when deciding if blocking should be active.
18645         * org-latex.el (org-export-latex-make-header): Define the align
18646         macro if it is not yet defined.
18648         * org-agenda.el (org-agenda-insert-diary-make-new-entry):
18649         Call `org-insert-heading' with the INVISIBLE-OK argument.
18651         * org-mac-message.el (org-mac-message-insert-flagged):
18652         Call `org-insert-heading' with the INVISIBLE-OK argument.
18654         * org.el (org-insert-heading): New argument INVISIBLE-OK.
18656         * org-agenda.el (org-agenda-view-mode-dispatch): Improve the
18657         prompt message.
18659         * org-html.el (org-html-level-start): Use the
18660         `html-container-class' text property to set an additional class
18661         for an outline container.
18663         * org-exp.el (org-export-remember-html-container-classes):
18664         New function.
18665         (org-export-preprocess-string):
18666         Call `org-export-remember-html-container-classes'.
18668         * org.el (org-cycle): Mention level cycling in the docstring.
18669         (org-default-properties): Add new property HTML_CONTAINER_CLASS.
18671         * org-remember.el (org-remember-apply-template): Do file insertion
18672         first.
18674 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18676         * org-habit.el (org-habit-insert-consistency-graphs): Fix a
18677         problem with mis-aligned graphs when showing habits.
18679 2010-04-10  Mikael Fornius  <mfo@abc.se>
18681         * org.el (org-assign-fast-keys): Prefer keys used in keyword name
18682         when assigning.  Begin using numerical characters when all in name
18683         is used up.  This is to spare alphanumeric characters for better
18684         match with other keywords.
18686 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18688         * org-exp.el (org-export-preprocess-hook): Improve documentation.
18690         * org-latex.el (org-export-latex-preprocess): More consistent
18691         conversion and protection of the words LaTeX and TeX.
18692         (org-export-latex-fontify-headline, org-export-latex-preprocess):
18693         Allow angle brackets in commands, for beamer.
18695 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18697         * org-clock.el (org-clock-in): Improve the look of the clock line
18698         by formatting links.
18700 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18702         * org-latex.el (org-export-latex-classes): Use AUTO as the place
18703         holder string for the coding system.  And improve the
18704         documentation.
18705         (org-export-latex-fix-inputenc): Only modify the coding system if
18706         it is given by the placeholder AUTO.
18708 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18710         * org-clock.el (org-task-overrun-text): New option.
18711         (org-task-overrun, org-clock-update-period): New variables.
18712         (org-clock-get-clock-string, org-clock-update-mode-line):
18713         Mark overrun clock.
18714         (org-clock-notify-once-if-expired): Check if clock is overrun.
18716         * org-faces.el: New face `org-mode-line-clock-overrun'.
18718 2010-04-10  Jan Böcker  <jan.boecker@jboecker.de>
18720         * org.el (org-narrow-to-subtree): Position the end of the narrowed
18721         region before the line with the next heading, to prevent the user
18722         from prepending text to the next headline.
18724 2010-04-10  Stephen Eglen  <stephen@gnu.org>
18726         * org-agenda.el (org-get-time-of-day):
18727         Use org-agenda-time-leading-zero to allow leading zero (rather than
18728         space) for times.
18730 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18732         * org-agenda.el (org-agenda-diary-entry-in-org-file): Make sure
18733         org-datetree.el is loaded.
18735         * org-datetree.el: Autoload `org-datetree-find-day-create'.
18737         * org-latex.el (org-export-latex-hyperref-format): New option.
18738         (org-export-latex-links): Use `org-export-latex-hyperref-format'.
18740 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18742         * org-ctags.el (org-ctags-enable): Change order of functions.
18743         (org-ctags-create-tags): Add wildcard to file name expansion.
18745 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18747         * org.el (org-entry-properties): Fix some important bugs.
18749 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18751         * org.el (org-link-unescape, org-link-escape): Only use hexlify if
18752         the table is not explicitly given.
18754 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18756         * org-clock.el (org-clock-out-when-done): Allow a list of keywords
18757         as value.
18758         (org-clock-out-if-current): Work with the new list value of
18759         `org-clock-out-when-done'.
18760         (org-clock-out, org-clock-out-if-current): Avoid circular logic
18761         between clocking out and state changes.
18763         * org-ctags.el (org-ctags-path-to-ctags): Better system-type test.
18765         * org-latex.el (org-export-latex-treat-backslash-char): Do not by
18766         accident protect a character that is before a backslash.
18768 2010-04-10  Paul Sexton  <eeeickythump@gmail.com>
18770         * org-ctags.el: New file.
18772 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18774         * org-agenda.el (org-diary-class):
18775         Use `org-order-calendar-date-args'.
18777         * org.el (org-order-calendar-date-args): New function.
18779         * org-exp.el (org-export-target-internal-links): Check for
18780         protectedness after the first bracket.
18782         * org.el (org-entry-properties): Don't match wrong-case TODO
18783         keywords.
18785         * org-agenda.el (org-agenda-schedule, org-agenda-deadline):
18786         Document that ARG is passed through to remove the date.
18787         (org-agenda-bulk-action): Accept prefix arg and pass it on.
18788         Do not read a date when the user has given a `C-u' prefix.
18790 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18792         * org-agenda.el (org-agenda-fix-displayed-tags): Fix bug when all
18793         tags are hidden.
18795 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18797         * org-latex.el (org-export-latex-fix-inputenc): New function.
18798         (org-export-latex-inputenc-alist): New option.
18800         * org-exp.el (org-export): New key SPC to publish enclosing
18801         subtree.
18803 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18805         * org-indent.el (org-indent-add-properties): Catch case when there
18806         is no headline in the buffer.
18808 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18810         * org-exp.el (org-html-entities): Add checkmark symbol.
18812         * org-ascii.el (org-export-ascii-preprocess): Protect targets in
18813         verbatim code for ASCII export.
18815         * org.el (org-update-statistics-cookies): Also see checkboxes in
18816         ordered lists.
18818 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18820         * org-agenda.el (org-agenda-view-mode-dispatch): Define the `L'
18821         key.
18823         * org-beamer.el (org-beamer-amend-header): Change the location
18824         where `org-beamer-header-extra' is inserted.
18826         * org.el (org-compute-latex-and-specials-regexp): Don't do BIND
18827         just for computing this regexp.
18829 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18831         * org-beamer.el (org-beamer-frame-default-options): New option.
18832         (org-beamer-sectioning): Use default options if the user does not
18833         have defined any.
18834         (org-beamer-fix-toc): Put a frame around the table of contents.
18836         * org-exp.el (org-export-remove-comment-blocks-and-subtrees):
18837         Make sure case-folding works well when processing comment stuff.
18839         * org-latex.el (org-export-latex-after-save-hook): New hook.
18840         (org-export-as-latex): Run the new hook.
18842 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18844         * org-beamer.el (org-beamer-environments-default): Add the note
18845         environments.
18846         (org-beamer-after-initial-vars): Allow several BEAMER_HEADER_EXTRA
18847         lines and collect and combine the content.
18848         (org-beamer-after-initial-vars): Check for note tags and make sure
18849         they will be seen like a property.
18851         * org.el (org-offer-links-in-entry): Fix bug when there is a
18852         single link.
18854         * org-exp.el (org-export): Make sure the mark is activated, also
18855         when `transient-mark-mode' is off.
18857         * org-agenda.el (org-agenda-search-view-always-boolean): New option.
18858         (org-agenda-search-view-search-words-only): Obsolete variable, is
18859         now an alias for `org-agenda-search-view-always-boolean'.
18860         (org-agenda-search-view-force-full-words): New option.
18861         (org-search-view): Improve docstring, and implement a better logic
18862         for Boolean and phrase searches.
18863         (org-agenda-last-search-view-search-was-boolean): New variable.
18864         (org-agenda-manipulate-query): Consider the type of the last
18865         search when modifying the search string.
18867 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18869         * org-latex.el (org-export-as-latex): Do the first letbind in the
18870         right moment.
18872         * org-agenda.el (org-get-entries-from-diary): Add the new face to
18873         these entries.
18875         * org-faces.el (org-agenda-diary): New face.
18877         * org.el (org-make-link-regexps): Allow regexp-special characters
18878         in link types.
18879         (org-open-file): When in-emacs is `system', also force system
18880         opening, like when the value was `(16)'.
18881         (org-update-statistics-cookies): Handle entries without children.
18883         * org-exp.el
18884         (org-export-preprocess-before-normalizing-links-hook): New hook.
18885         (org-export-preprocess-string): Run the new hook.
18887         * org.el (org-offer-links-in-entry): Make RET open all links.
18889         * org-html.el (org-export-as-html): Remove any leftover display
18890         properties in the html file.
18892         * org-wl.el (org-wl-store-link): Work-around for format bug with
18893         text properties.
18895         * org-habit.el (org-habit-insert-consistency-graphs): Turn off
18896         invisibility while adding the graphs.
18898 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18900         * org-remember.el (org-select-remember-template): Use C letter to
18901         customize remember templates.
18903         * org-agenda.el (org-agenda-bulk-mark, org-agenda-bulk-unmark):
18904         Move cursor to next visible line.
18906 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18908         * org-beamer.el (org-beamer-sectioning): Leave columns environment
18909         by specifying 0 or 1 for column width.
18910         (org-beamer-column-widths): Make 0 stand for 0.0.
18912 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18914         * org-exp.el (org-export-mark-radio-links): Don't match inside
18915         <<target>>.
18917         * org.el (org-format-latex-header-extra): New variable.
18918         (org-format-latex): Set org-format-latex-header-extra from
18919         in-buffer stuff.
18920         (org-format-latex): Add org-format-latex-header-extra to the
18921         variables on which image creation depends.
18922         (org-create-formula-image): Add the header stuff from in-buffer
18923         settings.
18924         (org-read-date-analyze): Base the analysis for future preference
18925         on NOW, not on the default date.
18927         * org-inlinetask.el (org-inlinetask-export-handler): Add CSS class
18928         for TODO keyword in inline tasks.
18930         * org.el (org-log-note-headings): New headings for removing
18931         deadline or scheduling date.
18932         (org-deadline, org-schedule): Arrange for logging when removing a
18933         date.
18934         (org-add-log-note): Handle deadline and scheduling removal.
18936 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18938         * org-exp.el (org-export-visible): Add LaTeX/pdf export.
18940 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18942         * org-agenda.el (org-diary-class): New function.
18944 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18946         * org-latex.el (org-export-latex-preprocess): Do process the text
18947         of a radio target.
18949 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18951         * org.el (org-entry-properties): Add TIMESTAMP properties back
18952         in.
18954 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18956         * org.el (org-all-time-keywords): New variable.
18957         (org-set-regexps-and-options): Set `org-all-time-keywords'.
18958         (org-entry-blocked-p): New function.
18959         (org-special-properties): Add BLOCKED as a new special property.
18960         (org-entry-properties): New optional argument SPECIFIC, only parse
18961         for this property when it is specified.
18962         (org-entry-get): Pass a SPECIFIC argument to
18963         `org-entry-properties'.
18965         * org-latex.el (org-export-as-latex): Preprocess TEXT as well.
18967 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18969         * org-latex.el (org-export-latex-tables): No forced line end if
18970         there is no caption.
18972 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
18974         * org-exp.el (org-html-entities): Add Euro symbols from Marvosym
18975         package.
18977         * org-latex.el (org-export-latex-tables): Only add a caption when
18978         macro is in longtable environments if one has been defined.
18980         * org-html.el (org-export-as-html): Only take title from buffer if
18981         not exporting body-only.
18983         * org-latex.el (org-export-latex-preprocess): Better version of
18984         the regular expression for protecting LaTeX macros.
18985         (org-export-latex-preprocess): Start searching for macros to
18986         protect from beginning of buffer.
18988         * org-exp.el (org-export-target-internal-links): Check for
18989         protectedness earlier in the string.
18991         * org-agenda.el (org-agenda-highlight-todo): Match TODO keywords
18992         case sensitively.
18994         * org-id.el (org-id-store-link): Match TODO keywords case
18995         sensitively.
18997         * org.el (org-heading-components, org-get-outline-path)
18998         (org-display-outline-path): Match TODO keywords case sensitively.
19000         * org-latex.el (org-export-as-latex): Ignore read-only
19001         properties.
19003         * org-exp.el (org-export-preprocess-string): Remove any
19004         `read-only' properties.
19006         * org-agenda.el (org-agenda-inactive-leader): New option.
19007         (org-agenda-get-timestamps): Use `org-agenda-inactive-leader'.
19008         (org-tags-view): Prompt for matcher if MATCH is an empty string.
19009         (org-todo-list): Prompt for matcher if ARG is an empty string.
19011 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
19013         * org.el (org-open-link-functions): New hook.
19014         (org-open-at-point): Run `org-open-link-functions'.
19016 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
19018         * org-agenda.el (org-agenda-date-prompt): Allow inactive time
19019         stamps as well.
19021         * org.el (org-inhibit-startup-visibility-stuff): New variable.
19022         (org-mode): Don't do startup visibility if inhibited.
19023         (org-outline-overlay-data, org-set-outline-overlay-data):
19024         New functions.
19025         (org-save-outline-visibility): New macro.
19026         (org-log-note-headings): Document that one should not change the
19027         `state' note format.
19029 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
19031         * org.el (org-make-link-regexps): Capture link path into a group.
19033 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
19035         * org-beamer.el (org-beamer-after-initial-vars): Do not overwrite
19036         the options plist.
19038 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
19040         * org.el (org-startup-with-beamer-mode): New option.
19041         (org-property-changed-functions)
19042         (org-property-allowed-value-functions): New hooks.
19043         (org-entry-put, org-property-get-allowed-values): Run the new
19044         hooks.
19045         (org-property-next-allowed-value): Run the new hooks.
19047         * org-exp.el (org-export-select-backend-specific-text): Add the
19048         special beamer tags.
19050         * org-beamer.el: New file.
19052         * org-latex.el (org-export-latex-after-initial-vars-hook): New hook.
19053         (org-export-as-latex):
19054         Run `org-export-latex-after-initial-vars-hook'.
19055         (org-export-latex-format-toc-function)
19056         (org-export-latex-make-header):
19057         Call `org-export-latex-format-toc-function'.
19059         * org.el (org-fill-template): Make template searches case sensitive.
19061         * org-exp.el (org-export): Use "1" as a sign to export only the
19062         subtree.
19064         * org-colview.el (org-columns-edit-value):
19065         Use org-unrestricted property.
19067         * org.el (org-compute-property-at-point): Set org-unrestricted
19068         text property if the list contains ":ETC".
19069         (org-insert-property-drawer):
19070         Use org-unrestricted property.
19072         * org-exp.el
19073         (org-export-preprocess-before-selecting-backend-code-hook): New hook.
19074         (org-export-preprocess-string):
19075         Run `org-export-preprocess-before-selecting-backend-code-hook'.
19077         * org-xoxo.el (org-export-as-xoxo): Run `org-export-first-hook'.
19079         * org-latex.el (org-export-region-as-latex):
19080         Run `org-export-first-hook'.
19082         * org-html.el (org-export-as-html): Run `org-export-first-hook'.
19084         * org-docbook.el (org-export-as-docbook):
19085         Run `org-export-first-hook'.
19087         * org-ascii.el (org-export-as-ascii): Run `org-export-first-hook'.
19089         * org-exp.el (org-export-first-hook): New hook.
19091 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
19093         * org-list.el (org-previous-item): Exit at the beginning of the
19094         buffer.
19096         * org-id.el (org-id-locations-save): Only write the id locations
19097         if any are defined.
19099         * org-archive.el (org-archive-all-done): Make this work in a file
19100         with org-odd-levels-only set.
19102         * org.el (org-get-refile-targets): Catch the case when a buffer
19103         has no file.
19105         * org-latex.el (org-export-as-latex): Cleanup forced line ends
19106         where they are not needed.
19107         (org-export-latex-subcontent): Remove unnecessary newlines.
19109 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
19111         * org-latex.el (org-export-latex-make-header): Remove \obeylines.
19112         (org-export-latex-fontify): Fix regexp bug that takes special
19113         care of protecting the right boundary characters in emphasis
19114         matches.
19115         (org-export-latex-preprocess): Allow multiple arguments to latex
19116         macros.
19118         * org.el (org-make-link-regexps): Use John Gruber's regexp for
19119         urls.
19121         * org-macs.el (org-re): Interpret :punct: in regexps.
19123         * org-exp.el (org-export-replace-src-segments-and-examples):
19124         Also take the final newline after the END line.
19126         * org.el (org-clean-visibility-after-subtree-move): Only fix
19127         entries that are not entirely invisible already.
19128         (org-insert-link): Respect org-link-file-path-type for
19129         "docview:" links in addition to "file:" links.
19131 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
19133         * org-exp.el (org-export-format-source-code-or-example):
19134         Avoid additional extra white lines in LaTeX.
19136         * org-list.el (org-list-parse-list): Leave empty lines after the
19137         list, don't consider them as part of the list.
19139         * org-mobile.el (org-mobile-sumo-agenda-command): Allow tagstodo
19140         searches.
19142         * org-clock.el (org-clock-select-task): Convert integer to
19143         character for XEmacs.
19145 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
19147         * org-clock.el (org-clock-resolve): Make reading a char XEmacs
19148         compatible.
19150 2010-04-10  Tassilo Horn  <tassilo@member.fsf.org>
19152         * org.el (org-complete-tags-always-offer-all-agenda-tags):
19153         New variable.
19154         (org-set-tags): Use it.
19156 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
19158         * org-list.el (org-empty-line-terminates-plain-lists):
19159         Update docstring.
19161         * org.el (org-format-latex): Fix link creation for processed latex
19162         snippets.
19164 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
19166         * org-footnote.el (org-footnote-normalize): Protect replacement
19167         text.
19169         * org.el (org-inside-latex-macro-p): Save match data.
19171 2010-04-10  Jan Böcker  <jan.boecker@jboecker.de>
19173         * org-docview.el: New file.
19175 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
19177         * org-latex.el (org-export-latex-class-options): New variable.
19178         (org-export-latex-set-initial-vars): Use the class options.
19180         * org.el (org-forward-same-level): Stop at headings that start
19181         with an invisible character.
19182         (org-additional-option-like-keywords): Add LaTeX_CLASS_OPTIONS.
19184 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
19186         * org-footnote.el (org-footnote-normalize): Don't take optional
19187         arguments in LaTeX macros as footnotes.
19189         * org.el (org-inside-latex-macro-p): New function.
19191         * org-latex.el (org-latex-to-pdf-process): Change customization
19192         group to `org-export-pdf'.
19194         * org-agenda.el (org-agenda-get-blocks): Look at time string also
19195         on days after the first one.
19197         * org.el (org-insert-heading): Also check for item before assuming
19198         before-first-heading condition.
19200         * org-latex.el (org-latex-to-pdf-process): Fix typo in group tag.
19201         (org-export-pdf-logfiles): New option.
19202         (org-export-as-pdf): Use `org-export-pdf-logfiles'.
19203         (org-export-pdf-logfiles): Fix customization type.
19205         * org.el (org-insert-link): Improve error message when there is no
19206         default link to select with RET.
19208         * org-agenda.el (org-agenda-filter-by-tag): Use char argument from
19209         parameter list.
19211 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
19213         * org-latex.el (org-export-latex-parse-global)
19214         (org-export-latex-parse-content)
19215         (org-export-latex-parse-subcontent):
19216         Use `org-re-search-forward-unprotected'.
19217         (org-export-as-pdf): Remove log files produced by XeTeX.
19219         * org-macs.el (org-re-search-forward-unprotected): New function.
19221 2010-04-10  James TD Smith  <ahktenzero@mohorovi.cc>
19223         * org-colview.el (org-agenda-colview-summarize): Sort out some
19224         confusion between properties and titles, which resulted in
19225         agenda summaries not working if a title was set for a column.
19227 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
19229         * org-mobile.el (org-mobile-agendas): New option.
19230         (org-mobile-sumo-agenda-command): Select the right agendas.
19232         * org-latex.el (org-export-latex-format-image): Preserve the
19233         original-indentation property.
19235 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
19237         * org-clock.el (org-clock-insert-selection-line): Catch error when
19238         an old tasks no longer exists.
19240         * org-latex.el (org-export-as-pdf): Remove also the .idx file.
19241         (org-export-as-pdf): Don't remove the old PDF file before making
19242         the new one.
19244         * org-mouse.el (org-mouse-end-headline, org-mouse-insert-item)
19245         (org-mouse-context-menu): Use `org-looking-back'.
19247         * org.el (org-cycle-level): Use `org-looking-back'.
19249         * org-list.el (org-cycle-item-indentation):
19250         Use `org-looking-back'.
19252         * org-compat.el (org-looking-back): New function.
19254         * org.el (org-insert-heading): Catch before-first-headline when
19255         inserting a headline.
19257 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
19259         * org-latex.el (org-export-latex-format-image): Indent figure
19260         environment, so that it does not interrupt plain list.
19262         * org.el (org-open-at-point): Allow long link descriptions.
19264 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
19266         * org-html.el (org-export-as-html): Remove empty lines at the
19267         beginning of the exported text.
19269 2010-03-12  Chong Yidong  <cyd@stupidchicken.com>
19271         * org.el (org): Remove from hypermedia group.
19273 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
19275         * Branch for 23.2.
19277 2010-02-15  Chong Yidong  <cyd@stupidchicken.com>
19279         * org-freemind.el (org-freemind-from-org-mode-node)
19280         (org-freemind-from-org-mode)
19281         (org-freemind-from-org-sparse-tree, org-freemind-to-org-mode):
19282         Pass arg to called-interactively-p.
19284 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
19286         * org-protocol.el (org-protocol-flatten-greedy, org-protocol-flatten):
19287         Fix typos in docstrings.
19289 2010-01-01  Juanma Barranquero  <lekktu@gmail.com>
19291         * org.el (org-get-outline-path, org-speed-command-help):
19292         Fix typos in error messages.
19294 2009-12-14  Juri Linkov  <juri@jurta.org>
19296         * org-html.el (org-export-html-style-include-default):
19297         Put `safe-local-variable booleanp' on
19298         `org-export-html-style-include-default' instead of mistakenly
19299         duplicate `org-export-html-style'.
19301 2009-11-20  Carsten Dominik  <carsten.dominik@gmail.com>
19303         * org-agenda.el (org-agenda-diary-entry-in-org-file):
19304         Rebuild agenda after adding new entry.
19306         * org-datetree.el (org-datetree-find-day-create): Fix regular
19307         expression.
19309         * org.el (org-display-outline-path): Use a format specifier for
19310         message, to avoid problems with heading containing `%'.
19312         * org-agenda.el (org-agenda-hide-tags-regexp): New option.
19313         (org-format-agenda-item): Call `org-agenda-fix-displayed-tags'.
19314         (org-agenda-fix-displayed-tags): New function.
19315         (org-agenda-do-context-action): Just call
19316         `org-display-outline-path', without piping the result through
19317         `message'.
19319         * org-latex.el (org-export-latex-preprocess): Protect secondary
19320         footnote references.
19322         * org-indent.el (org-indent-initialize): Avoid empty strings as
19323         line prefixes.
19325         * org-agenda.el (org-agenda-diary-entry-in-org-file): Make sure
19326         hat checking for the mark does not throw an error.
19327         (org-agenda-diary-entry-in-org-file): Catch the case that there is
19328         not `day' text property in the cursor line.
19330         * org.el (org-sort-entries-or-items): Make sure that the final
19331         entry has a newline before doing the sorting.
19333         * org-agenda.el (org-agenda-diary-entry-in-org-file): Get the text
19334         property at the beginning of the line.
19336         * org.el (org-make-link-string): Don't allow a description with
19337         only white space.
19339         * org-agenda.el (org-agenda-insert-diary-strategy): New variable.
19340         (org-agenda-insert-diary-as-top-level): New function.
19341         (org-agenda-add-entry-to-org-agenda-diary-file):
19342         Call `org-agenda-insert-diary-as-top-level'.
19344         * org.el (org-occur-in-agenda-files): Make sure none of the
19345         buffers is narrowed.
19346         (org-activate-plain-links): Add the face property here.
19347         (org-set-font-lock-defaults): Do not add the face to plain links,
19348         the activator function does this.
19350         * org-habit.el (org-is-habit-p): Add doc string.
19352         * org-archive.el (org-archive-subtree-default-with-confirmation):
19353         Autoload.
19355         * org-latex.el (org-export-latex-fontify): Fix regexp to make char
19356         after match optional (happens at the end of a line...).
19358         * org.el (org-fontify-meta-lines-and-blocks): Apply special faces
19359         for special blocks.
19361         * org-faces.el (org-copy-face): Set lisp indentation.
19362         (org-quote, org-verse): New faces.
19364         * org-agenda.el (org-agenda-remove-date): Remove variable.
19366         * org-freemind.el (org-freemind-escape-str-from-org): Fix encoding.
19368         * org-html.el (org-export-as-html): Move the home/up link into
19369         the content div.
19371         * org.el (org-export-latex-packages-alist): Option definition
19372         moved here from org-latex.el.
19374         * org-html.el (org-export-html-home/up-format): Add an ID to the
19375         up/home div.
19377         * org-wl.el (org-wl-store-link): Handle the case that
19378         `wl-use-petname' is set.
19380         * org.el (org-set-effort): Improve prompt.
19381         (org-get-outline-path): Widen to get full path.
19382         (org-compact-display-after-subtree-move): Function removed.
19384 2009-11-20  Eric Schulte  <schulte.eric@gmail.com>
19386         * org-exp-blocks.el (org-export-blocks-format-ditaa): Use sha1
19387         hash keys to cache and re-use images generated by the
19388         org-exp-blocks interface to ditaa and dot.
19390         * org.el (org-format-latex): Latex images are now saved to files
19391         named by the sha1 hash of the latex source text avoiding
19392         regeneration of identical images.
19394 2009-11-15  Carsten Dominik  <carsten.dominik@gmail.com>
19396         * org-latex.el (org-export-as-latex): Add the :drawers property.
19398 2009-11-15  Carsten Dominik  <carsten.dominik@gmail.com>
19400         * org.el (org-speed-commands-user): Allow documentation headlines.
19401         (org-speed-commands-default): Organize the value of this constant
19402         with descriptive headlines.
19403         (org-print-speed-command): Output the headlines.
19405 2009-11-15  Carsten Dominik  <carsten.dominik@gmail.com>
19407         * org-agenda.el (org-agenda-show-outline-path): New option.
19408         (org-agenda-do-context-action): New function.
19409         (org-agenda-next-line, org-agenda-previous-line):
19410         Use `org-agenda-do-context-action'.
19412         * org.el (org-use-speed-commands): Allow function value.
19413         (org-speed-commands-default): Make headline motion safe, so that
19414         these commands always end on a headline.
19415         (org-speed-commands-default): New key `v' for `org-agenda'.
19416         (org-speed-move-safe): New function.
19417         (org-self-insert-command): Use the function value of
19418         `org-use-speed-commands'.
19419         (org-get-outline-path): Improve docstring.
19420         (org-format-outline-path): New function.
19421         (org-display-outline-path): New function.
19423 2009-11-15  John Wiegley  <jwiegley@gmail.com>
19425         * org-clock.el (org-clock-resolve): If `org-clock-into-string' is
19426         a string, use that to find the LOGBOOK drawer.
19428 2009-11-15  Glenn Morris  <rgm@gnu.org>
19430         * org-agenda.el (org-datetree-find-date-create)
19431         (org-habit-get-priority):
19432         * org.el (org-format-agenda-item): Fix declarations.
19434 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
19436         * org.el (org-clone-subtree-with-time-shift): Make it work at the
19437         end of the buffer.
19439         * org-mobile.el (org-mobile-write-checksums): Specify coding
19440         system.
19441         (org-mobile-timestamp-buffer): Keep local variable/mode line at
19442         beginning of buffer.
19444         * org-latex.el (org-latex-entities-regexp): Fix typo in regexp.
19446         * org.el (org-block-todo-from-children-or-siblings-or-parent)
19447         (org-block-todo-from-checkboxes): Do not block changes to a nil
19448         TODO state.
19450 2009-11-13  James TD Smith  <ahktenzero@mohorovi.cc>
19452         * org-habit.el (org-habit-parse-todo): Indicate which habit is
19453         wrongly set up in the error messages.
19455         * org-colview.el (org-columns-display-here): Don't try to
19456         calculate values if the underlying property is not set.
19457         (org-columns-string-to-number): Convert age strings back into
19458         fractional days.
19459         (org-agenda-colview-summarize): Handle extended summary types
19460         properly.
19462 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
19464         * org-exp.el (org-export-format-drawer-function): New variable.
19465         (org-export-format-drawer): New function.
19466         (org-export-preprocess-string): Pass the backend as a parameter to
19467         `org-export-remove-or-extract-drawers'.
19468         (org-export-remove-or-extract-drawers): New parameter BACKEND.
19470         * org-protocol.el (org-protocol-char-to-string): New defsubst.
19472 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
19474         * org-agenda.el (org-agenda-diary-entry-in-org-file): Add error
19475         message when no block is selected.
19477         * org-latex.el (org-export-latex-links): Check for protectedness
19478         in the last matched character, not after the match.
19480         * org-datetree.el (org-datetree-find-date-create):
19481         Respect restriction when KEEP-RESTRICTION is set.
19482         (org-datetree-file-entry-under): New function.
19483         (org-datetree-cleanup): New command.
19485 2009-11-13  Dan Davison  <davison@stats.ox.ac.uk>
19487         * org-src.el (org-edit-src-code): New optional argument context
19488         allows calling functions to avoid altering the saved window
19489         configuration.
19490         (org-edit-src-exit): Do not restore window configuration when this
19491         function is used in the context of saving the edit buffer.
19493 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
19495         * org-clock.el (org-clock-out, org-clock-cancel): Revert to
19496         instances to switching to with-current-buffer, because these seem
19497         to cause problems - no idea why.
19499         * org-agenda.el (org-agenda-add-entry-to-org-agenda-diary-file):
19500         Require diary-lib for (diary-date-display-form).
19502 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
19504         * org.el (org-log-reschedule, org-log-redeadline): New options.
19505         (org-log-note-headings): Add templates for rescheduling and
19506         deadline changing.
19507         (org-startup-options): Add in-buffer settings for logging changing
19508         schedule and deadline time stamps.
19509         (org-deadline, org-schedule): Check for existing date and arrange
19510         for logging if the user requests it.
19511         (org-add-log-note): Prepare proper note buffers for rescheduling
19512         and deadline changes.
19514 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
19516         * org-agenda.el (org-agenda-diary-entry-in-org-file)
19517         (org-agenda-add-entry-to-org-agenda-diary-file)
19518         (org-agenda-insert-diary-make-new-entry): New functions.
19519         (org-agenda-diary-entry):
19520         Call `org-agenda-diary-entry-in-org-file' when appropriate.
19522         * org.el (org-calendar-insert-diary-entry-key): New option.
19523         (org-agenda-diary-file): New option.
19524         ("calendar"): Install our insertion function in the calendar.
19526         * org-remember.el (org-datetree): Require.
19527         (org-remember-templates): Add new positioning option.
19528         (org-remember-reference-date): New variable.
19529         (org-remember-apply-template): Store the reference date in a local
19530         variable.
19531         (org-remember-handler): Implement date tree positioning of entries.
19533         * org-datetree.el: New file.
19535         * org-latex.el (org-export-latex-preprocess): Protect targets in
19536         verbatim emphasis.
19538         * org-html.el (org-export-as-html): Protect targets in verbatim
19539         emphasis.
19541         * org-docbook.el (org-export-as-docbook): Protect targets in
19542         verbatim emphasis.
19544 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
19546         * org-clock.el (org-show-notification): Handle messages that
19547         contain a percent character.
19549         * org-remember.el (org-remember-apply-template): Turn of partial
19550         completion.
19552         * org-mobile.el (org-mobile-before-process-capture-hook): New hook.
19553         (org-mobile-pull): Run `org-mobile-before-process-capture-hook'.
19555         * org.el (org-indent-mode): Define variable already in org.el.
19556         (org-unfontify-region): Remove line-prefix and wrap-prefix
19557         properties only if org-indent-mode is active.
19559 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
19561         * org-icalendar.el (org-print-icalendar-entries): Save match data
19562         around call to verify function.
19563         (org-print-icalendar-entries): Add a call to the verification
19564         function.
19566         * org.el (org-speedbar-set-agenda-restriction): Remove unnecessary
19567         save-restrivtion' form.
19569 2009-11-13  Dan Davison  <davison@stats.ox.ac.uk>
19571         * org-exp.el (org-export-format-source-code-or-example):
19572         Restrict scope of preserve-indentp to the let binding.
19573         (org-src): Require org-src, since org-src-preserve-indentation is used.
19575 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
19577         * org-timer.el (org-timer-set-timer): Set variables
19578         org-timer-timer[123] correctly.
19580         * org-mobile.el (org-mobile-files-alist): Make it work when
19581         `agenda-archives' is included in
19582         `org-agenda-text-search-extra-files'.
19583         (org-mobile-push): Restore agenda after mobile push.
19585 2009-11-13  John Wiegley  <jwiegley@gmail.com>
19587         * org-clock.el (org-resolve-clocks-if-idle): Another fix to the
19588         way the amount of idle time is presented in the minibuffer.
19590 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
19592         * org-icalendar.el (org-print-icalendar-entries):
19593         Use org-icalendar-verify-function only if non-nil.
19595         * org.el (org-refile): Refile to clock only if the prefix arg is
19596         2.
19597         (org-sparse-tree): Fix docstring to be in line with prompt.
19598         (org-update-parent-todo-statistics):
19599         Call `org-after-todo-statistics-hook' on each level.
19601 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
19603         * org-remember.el (org-remember-apply-template): Make sure the
19604         buffer exists.
19606 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
19608         * org.el (org-tab-ind-state): New variable.
19609         (org-cycle-level): New function.
19610         (org-cycle-level-after-item/entry-creation): New option.
19611         (org-flag-subtree): New function.
19612         (org-hide-archived-subtrees): Call `org-flag-subtree'.
19613         (org-set-effort): Indexed access.
19615         * org-list.el (org-cycle-item-indentation): New function.
19617         * org.el (org-refile): Make prefix argument 2 refile to current
19618         clock.
19619         (org-priority): Interpret action `remove' as call to remove the
19620         priority cookie.
19622         * org-remember.el (org-remember-apply-template): Don't depend on
19623         buffer name being like file name.
19625 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
19627         * org-clock.el (org-clock-play-sound): Expand file in
19628         org-clock-sound, to allow ~ for home.
19630         * org-remember.el (org-remember-handler):
19631         Set text-before-node-creation even if this already looks like a node,
19632         because the string might be needed on non-org-mode target files.
19634         * org-agenda.el (org-agenda-open-link): Make this work in agenda
19635         clocktables.
19636         (org-agenda-switch-to): Follow a link at point if
19637         org-return-follows-link' is set and there is nothing else to do in
19638         this line.
19640 2009-11-13  Dan Davison  <davison@stats.ox.ac.uk>
19642         * org-exp-blocks.el: Modify split separator regexp to avoid empty
19643         strings.
19645 2009-11-13  James TD Smith  <ahktenzero@mohorovi.cc>
19647         * org-colview.el (org-columns-new): Make this work with the new
19648         operators.
19649         (org-columns-store-format): Make this work with the new operators.
19651 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
19653         * org-src.el (org-src-preserve-indentation): Document that this
19654         variable is also used during export.
19656         * org-exp.el (org-export-format-source-code-or-example):
19657         Preserve indentation if a block has a -i option, or if
19658         `org-src-preserve-indentation' is set.
19660         * org-exp-blocks.el (org-export-blocks-preprocess):
19661         Preserve indentation if a block has a -i option, or if
19662         `org-src-preserve-indentation' is set.
19664 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
19666         * org.el (org-mode-map): Define the new archiving keys.
19667         (org-speed-commands-default): Define an archiving key in the speed
19668         command map.
19669         (org-org-menu): Improve the menu structure concerning archiving.
19671         * org-archive.el (org-archive-subtree-default-with-confirmation):
19672         New command.
19674         * org-agenda.el (org-agenda-mode-map): Define the new archiving keys.
19675         (org-agenda-menu): Add the new archiving commands to the menu.
19676         (org-agenda-archive-default)
19677         (org-agenda-archive-default-with-confirmation): New commands.
19678         (org-agenda-archive, org-agenda-archive-to-archive-sibling):
19679         Just call `org-agenda-archive-with'.
19680         (org-agenda-archive-with): New function.
19682         * org-table.el (org-table-convert-region): Inert spaces around "|"
19683         to avoid line beginnings like "|-1" which will be mistaken as
19684         hlines.
19686 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
19688         * org.el (org-offer-links-in-entry): Return nil if there are no
19689         links, t if a link has been selected.
19690         (org-open-at-point): Open attachment directory when called in the
19691         headline and there are no links in the entry body.
19692         (org-speed-commands-default): Add "o" for open-at-point as a speed
19693         command.
19695         * org-attach.el (org-attach-reveal): Optional prefix arg
19696         IF-EXISTS, which avoids creating the attachment directory if it
19697         does not yet exist.
19699         * org-agenda.el (org-agenda, org-run-agenda-series):
19700         Evaluate MATCH.
19702 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
19704         * org.el ("abbrev"): Work with abbrev tables only after they have
19705         been loaded.
19707         * org-list.el (org-list-send-list): Fix bug related to match
19708         data.
19710         * org-latex.el (org-export-latex-fontify): Apply verbatim
19711         emphasis.
19712         (org-export-latex-make-header): Insert \obeylines if line breaks
19713         should be preserved.
19715         * org-exp.el (org-export-protect-verbatim): Add an
19716         `org-verbatim-emph' property to such text.
19718 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
19720         * org-icalendar.el (org-icalendar-use-plain-timestamp): New option.
19721         (org-print-icalendar-entries): Skip entries where the timestamp is
19722         not a deadline and not scheduled, if the user requests that.
19724         * org-latex.el (org-export-latex-quotation-marks): Allow a bracket
19725         before an opening quote.
19727         * org-archive.el (org-archive-subtree): Keep archive after
19728         archiving something.
19730         * org-id.el (org-id-update-id-locations): Add archive files if
19731         that is required by `org-id-extra-files'.
19733 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
19735         * org-src.el (org-src-window-setup): New option.
19736         (org-src-switch-to-buffer): New function.
19737         (org-edit-src-exit): Add optional argument CONTEXT and use it to
19738         restore window configuration.
19739         (org-edit-src-code, org-edit-src-continue, org-edit-src-exit):
19740         Call `org-src-switch-to-buffer'.
19742         * org.el (org-default-properties): Add STYLE property.
19743         (org-files-list): Use the function call to get the files.
19744         (org-additional-option-like-keywords): Add SETUPFILE to completion
19745         list.
19747 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
19749         * org-table.el (org-table-convert-region): Correctly interpret
19750         quoting in csv import.
19752         * org.el (org-icompleting-read): Make iswitchb completion work
19753         with lists and tables.
19755         * org-agenda.el (org-agenda-add-entry-text): Never add entry text
19756         while pushing the mobile agenda.
19758 2009-11-13  John Wiegley  <jwiegley@gmail.com>
19760         * org-clock.el (org-clock-auto-clock-resolution): Now takes three
19761         values: nil, t and `when-no-clock-is-running'.
19762         (org-clock-in): Use `org-clock-auto-clock-resolution' to determine
19763         whether or not to resolve Org buffers on clock in.
19765 2009-11-13  James TD Smith  <ahktenzero@mohorovi.cc>
19767         * org-colview.el (org-format-time-period): Function to format
19768         times in fractional days for display.
19769         (org-columns-display-here): Add support for showing a calculated
19770         value in place of the property.
19771         (org-columns): Set `org-columns-time' to the current time so time
19772         difference calculations will work.
19773         (org-columns-time): Use to store the current time when column view
19774         is displayed, so all time differences will use the same reference
19775         point.
19776         (org-columns-compile-map): There is now an extra position in each
19777         entry specifying the function to use to calculate the displayed
19778         value for the non-calculated properties in the column.
19779         (org-columns-compute-all): Set `org-columns-time' to the current
19780         time so time difference calculations will work.
19781         (org-columns-compute): Handle column operators where the values
19782         used are calculated from the underlying property.
19783         (org-columns-number-to-string): Handle the 'age' column format.
19784         (org-columns-string-to-number): Correct the function name (was
19785         org-column...).  Add support for the 'age' column format.
19786         (org-columns-compile-format): Support the additional parameter in
19787         org-columns-compile-map.
19789 2009-11-13  Bastien Guerry  <bzg@gnu.org>
19791         * org.el (org-mode-hook): Turn `org-mode-hook' into a customizable
19792         variable.
19794 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
19796         * org-clock.el (org-clock-has-been-used): New variable.
19797         (org-clock-in): Set `org-clock-has-been-used'.
19798         (org-clock-save): Save only if clock data has been used or created
19799         during this session.
19801 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
19803         * org-clock.el (org-clock-persist): New value, to store only the
19804         clock history.
19805         (org-clock-save): Don't save the clock if only the history should
19806         be stored.
19807         (org-clock-load): Turn off John Wiegley's auto resolving mechanism
19808         when restoring a saved clock.
19810 2009-11-13  John Wiegley  <jwiegley@gmail.com>
19812         * org-clock.el (org-clock-display, org-clock-put-overlay):
19813         Use `org-time-clock-use-fractional'.
19815         * org.el (org-time-clocksum-use-fractional)
19816         (org-time-clocksum-fractional-format): Two new customizable
19817         variables which allow the user to select fractional times (1.25
19818         instead of 1:25) in the `org-clock-display' report.
19820 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
19822         * org-ascii.el (org-export-ascii-table-keep-all-vertical-lines):
19823         New option.
19825         * org.el (org-tag-alist): Fix customization type.
19827 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
19829         * org-mobile.el (org-mobile-update-checksum-for-capture-file):
19830         Make sure the regexp search can fail without throwing an error.
19831         (org-mobile-apply): Save the inbox buffer after removing
19832         successfully applied changes.
19834 2009-11-13  John Wiegley  <jwiegley@gmail.com>
19836         * org-clock.el (org-resolve-clocks-if-idle): Fix to the way idle
19837         time is reported after the user comes back (but before they
19838         resolve time).
19840         * org.el (org-get-repeat): Change so that this function can be
19841         called with either `org-scheduled-string' or
19842         `org-deadline-string'.
19844         * org-clock.el (org-clock-auto-clock-resolution): Rename from
19845         `org-clock-disable-clock-resolution', since negatives don't sound
19846         good in customization variables.
19847         (org-clock-in): Don't use the auto-resolution logic if the user is
19848         clocking into a different task while an active clock is running.
19849         This then allows the default behavior of clocking out of the open
19850         task and then into the new task.
19852         * org.el (org-modules): Made this variable more consistent, since
19853         it was referring to Org, OrgMode and Org-mode, whereas the docs
19854         for the variable always refer to Org-mode.
19856 2009-11-13  James TD Smith  <ahktenzero@mohorovi.cc>
19858         * org.el (org-repeat-re): The changed org-repeat-re no longer
19859         matched simple +2d type repeaters.  Fix it so it does.
19861 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
19863         * org-latex.el (org-export-latex-preprocess): Protect the vspace
19864         macro in the VERSE environment.
19866 2009-11-13  John Wiegley  <jwiegley@gmail.com>
19868         * org-habit.el (org-habit-get-priority): A new function that
19869         determines the relative priority of a habit, based on how long
19870         past its scheduled date it is, and how near the deadline is.
19872         * org-agenda.el (org-agenda-get-scheduled): Set habit priority
19873         using `org-habit-get-priority'.
19875         * org-habit.el (org-habit-build-graph): Start displaying colors
19876         from the first scheduled date, if that date is earlier than the
19877         first completion date.
19879         * org-habit.el: Changed all "color" variables to faces, and made
19880         them appropriate for light and dark backgrounds.
19882         * org-habit.el (org-habit-duration-to-days): Made this function
19883         more general.
19884         (org-habit-parse-todo): Parse the new ".+N/N" style repeater.
19886         * org-agenda.el (org-agenda-get-deadlines): Remove all mention of
19887         habits, since they don't use DEADLINE anymore.
19889         * org.el (org-repeat-re, org-display-custom-time)
19890         (org-timestamp-change): Extend to support the new ".+N/N"
19891         syntax, used for habits.
19893         * org-clock.el (org-clock-resolve-clock): Fix an incorrect
19894         variable reference.
19896         * org-agenda.el (org-agenda-set-mode-name): Show Habit in the
19897         modeline when habits are being displayed (if that module is being
19898         loaded).
19900 2009-11-13  James TD Smith  <ahktenzero@mohorovi.cc>
19902         * org-clock.el (org-x11-idle-seconds): Add a method to get the X11
19903         idle time using the xscreensaver extension.
19904         (org-user-idle-seconds): Use X11 idle time if available.
19906 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
19908         * org-agenda.el (org-agenda-next-line): New command.
19909         (org-agenda-previous-line): New commands.
19910         (org-agenda-show-and-scroll-up, org-agenda-show-scroll-down):
19911         New commands.
19912         (org-agenda-follow-mode): Do the follow immediately if the mode is
19913         turned on here.
19914         (previous-line, next-line): Replace keys with the corresponding
19915         org functions.
19916         (org-agenda-mode-map): Bind backspace and delete to the scrolling
19917         command.
19919         * org.el (org-icompleting-read): Turn off partial completion mode
19920         for the duration of this completion round.
19922         * org-latex.el (org-export-latex-fontify-headline): Protect TeX
19923         macros in author lines and similar stuff.
19925         * org.el (org-file-tags): Fix docstring.
19926         (org-get-buffer-tags): Add the #+FILETAGS tags.
19927         ("ecb"): Make ecb show context after jumping into an Org file.
19929 2009-11-13  John Wiegley  <johnw@newartisans.com>
19931         * org-agenda.el (org-finalize-agenda): Draw habit consistency
19932         graphs after everything else in the buffer has been setup.
19934 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
19936         * org-mobile.el (org-mobile-apply): Count success and failure.
19938         * org.el (org-indent-line-function): Fix regexp replace problem.
19940 2009-11-13  John Wiegley  <johnw@newartisans.com>
19942         * org-clock.el (org-clock-disable-clock-resolution):
19943         New customization variable that disable automatic clock resolution on
19944         clock in.
19945         (org-clock-in): If `org-clock-disable-clock-resolution' is set, do
19946         not automatically resolve anything.  This is does not affect
19947         idle-time resolution, however, if `org-clock-idle-time' is set.
19949 2009-11-13  John Wiegley  <johnw@newartisans.com>
19951         * org-habit.el: New file, which implements code to build a "habit
19952         consistency graph".
19954         * org-agenda.el (org-agenda-get-deadlines)
19955         (org-agenda-get-scheduled): Display consistency graphs when
19956         outputting habits into the agenda.  The graphs are always relative
19957         to the current time.
19958         (org-format-agenda-item): Add new parameter `habitp', which
19959         indicates whether we are formatting a habit or not.  Do not
19960         display "extra" leading information if habitp is true.
19962         * org.el (org-repeat-re): Improve regexp to include .+ and ++
19963         leaders for repeat strings.
19964         (org-get-repeat): Now takes a string parameter `tagline', so the
19965         caller can obtain the SCHEDULED repeat, or the DEADLINE repeat.
19967 2009-11-13  John Wiegley  <johnw@newartisans.com>
19969         * org-agenda.el (org-agenda-auto-exclude-function):
19970         New customization variable for allowing the user to create an "auto
19971         exclusion" filter for doing context-aware auto tag filtering.
19972         (org-agenda-filter-by-tag): Changes to support the use of
19973         `org-agenda-auto-exclude-function'.  See the new manual addition.
19975 2009-11-13  John Wiegley  <johnw@newartisans.com>
19977         * org.el (org-files-list): Don't attempt to return a file name for
19978         Org buffers which have no associated file.
19980         * org-agenda.el (org-agenda-do-action): Fix a typo.
19982 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
19984         * org-mobile.el (org-mobile-locate-entry): Interpret files
19985         relative to org-directory.
19986         (org-mobile-inbox-for-pull): Document the best location for this
19987         file.
19988         (org-mobile-check-setup): Verify `org-directory'.
19989         (org-mobile-create-index-file): Sort the files to be listed in
19990         index.org.
19992 2009-11-13  James TD Smith  <ahktenzero@mohorovi.cc>
19994         * org.el (org-fast-tag-selection): Add a way to display a
19995         description for a tag group.  This is done by adding a string to
19996         either the startgroup or endgroup cell.
19998 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
20000         * org-clock.el (org-clock-resolve, org-resolve-clocks)
20001         (org-emacs-idle-seconds): Use `org-float-time' instead of
20002         `time-to-seconds'.
20004 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
20006         * org-agenda.el (org-agenda-sorting-strategy): Fix customization
20007         type.
20009         * org.el (org-pre-cycle-hook): Document that `empty' can also be
20010         the value of ARG when doing local cycling.
20012 2009-11-13  John Wiegley  <johnw@newartisans.com>
20014         * org-clock.el (org-clock-resolve-clock): If keeping or
20015         subtracting time results in a clock out at a time in the past, and
20016         if the resolution occurred due to idleness or invoking `M-x
20017         org-resolve-clocks', remember that past moment in time.  On the
20018         next clock in, the user will be prompted to see if they want to
20019         back-date their new clock to then.
20020         (org-clock-resolve): Do not jump the user to the location of a
20021         dangling clock if the resolution is occurring due to an idle
20022         timeout.  In that case there is typically only one dangling clock,
20023         the active one, and there is no value gained by shuffling their
20024         windows around to show it to them.  Being prompted to resolve an
20025         idle clock should be as inobtrusive as possible.
20026         (org-resolve-clocks-if-idle): New function that resolves only the
20027         currently active clock if the user has exceeded the time returned
20028         by `org-user-idle-seconds', based on the value of
20029         `org-clock-idle-time'.
20030         (org-clock-in): If, after resolving clocks, (???)
20031         (org-clock-out): Cancel the `org-clock-idle-timer' on clock out.
20033         * org-clock.el (org-clock-resolve-clock): New function that
20034         resolves a clock to a specific time, closing or resuming as need
20035         be, and possibly even starting a new clock.
20036         (org-clock-resolve): New function used by `org-resolve-clocks'
20037         that sets up for the call to `org-clock-resolve-clock'.
20038         It determines the time to resolve to based on a single-character
20039         selection from the user to either keep time, subtract away time or
20040         cancel the clock.
20041         (org-resolve-clocks): New user command which resolves dangling
20042         clocks -- that is, open but not active -- anywhere in the file
20043         list returned by `org-files-list'.
20044         (org-clock-in): Automatically resolve dangling clocks whenever a
20045         user clocks in.
20046         (org-clock-cancel): If the user cancels the solely clock in a
20047         LOGBOOK, remove the empty drawer.
20049         * org-clock.el (org-clock-idle-time): New user customizable option
20050         for detecting whether the user has left a clock idle.  Note: it is
20051         only used in this commit to test whether it's worthwhile to check
20052         OS X to get the Mac user's current idle time.  If the Emacs idle
20053         time is less than the value, the user hasn't been away long enough
20054         to be worth checking (a more expensive test than just getting
20055         Emacs idle time).
20056         (org-user-idle-seconds, org-mac-idle-seconds)
20057         (org-emacs-idle-seconds): This three functions, in conjunction
20058         with the user customization variable `org-clock-idle-time', return
20059         the number of seconds (as a floating point) that the user has been
20060         away from their Emacs (or, if running on OS X, their computer).
20062         * org-clock.el (org-find-open-clocks): New function that returns a
20063         list of all open clocks in the given FILE.  Note that each clock
20064         it returns is a cons cell of the format (MARKER . START-TIME).
20065         This "clock" value is used by several of the new clock module
20066         utility functions.
20067         (org-is-active-clock): New inline function which tests whether the
20068         given clock value is the same as the currently active clock.
20069         Returns non-nil if this is the case.
20070         (org-with-clock-position): New macro that evaluates FORMS with
20071         point in the buffer and at the position of the given clock.
20072         Changes to the current clock are global.
20073         (org-with-clock): New macro that evaluates FORMS with point in the
20074         buffer and at the position of the given clock.  However, changes
20075         to the current clock are local and have no effect on the user's
20076         active clock.  This allows, for example, far any clock to be
20077         canceled without canceling the active clock.
20078         (org-clock-clock-in): New inline function that switches the active
20079         clock to the given clock.  If either the argument RESUME, or the
20080         global `org-clock-in-resume', are non-nil, it will resume a clock
20081         that was previously left open.
20082         (org-clock-clock-out): New inline function that clocks out the
20083         given clock value without affecting the currently active clock.
20084         (org-clock-clock-cancel): New inline function that cancels the
20085         given clock value without affecting the currently active clock.
20087         * org-clock.el (org-clock-in): Before creating
20088         `org-clock-mode-line-timer', check to make sure an older timer is
20089         not currently running.
20090         (org-clock-out): Accept new third parameter `at-time', which
20091         permits a clock to be clocked out at a specific time.  Note that
20092         no attempt is made to verify that the clock out time is later than
20093         the clock in time.
20095         * org.el (org-files-list): New utility function for returning a
20096         list of all open org-mode buffers, plus all files used to build
20097         the agenda buffer.  Note that not all the files will necessarily
20098         be visited by a buffer at time of call.
20099         (org-entry-beginning-position): Like the function
20100         `line-beginning-position', this inline function returns the
20101         beginning position of the current heading/entry.
20102         (org-entry-end-position): Like the function `line-end-position',
20103         this inline function returns the end position of the current
20104         heading/entry.
20106 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
20108         * org-agenda.el (org-agenda-list): Mark the all-todo items line as
20109         a header line.
20111 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
20113         * org-exp.el (org-inlinetask-remove-END-maybe): Declare function.
20115 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
20117         * org-agenda.el (org-agenda-filter-make-matcher): Allow to filter
20118         entries that have no tags.
20119         (org-agenda-search-view): New customize group.
20120         (org-agenda-search-view-search-words-only): New option.
20121         (org-search-view): Implement substring search.
20123 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
20125         * org.el (org-outline-level): Add doc string.
20127 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
20129         * org-inlinetask.el (org-inlinetask-export): Re-introduce
20130         variable.
20131         (org-inlinetask-export-handler): Only export inline task if the
20132         user option calls for it.
20134 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
20136         * org-exp.el (org-export-handle-export-tags): Remove inlinetask
20137         END if present.
20139 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
20141         * org-latex.el (org-export-latex-tables): Don't format in
20142         protected regions.
20144 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
20146         * org-src.el (org-edit-src-code)
20147         (org-edit-src-find-region-and-lang, org-edit-src-exit):
20148         Handle macro editing.
20150         * org-agenda.el (org-prefix-category-max-length): New variable.
20151         (org-format-agenda-item): Use `org-prefix-category-max-length'.
20152         (org-compile-prefix-format): Set `org-prefix-category-max-length'.
20154 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
20156         * org-mobile.el (org-mobile-create-index-file): Improve the
20157         listing of tags and todo keywords.
20159         * org-latex.el (org-export-latex-format-image): New function.
20160         (org-export-latex-links): Use `org-export-latex-format-image'.
20162 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
20164         * org-inlinetask.el (org-inlinetask-get-current-indentation)
20165         (org-inlinetask-remove-terminator): New functions.
20166         (org-inlinetask-export-handler): Terminate the description list.
20168         * org-exp.el (org-export-select-backend-specific-text): Remove the
20169         region markers.
20171         * org-inlinetask.el (org-inlinetask-export-handler): Fix bug for
20172         tasks without content.
20174         * org-clock.el: Make sure the clock-in target position does not
20175         move to a different node by widening the buffer.
20177         * org-html.el (org-export-html-format-image): Wrap image into
20178         figure div only when there is a caption.
20180         * org-archive.el (org-archive-mark-done): Change default value to
20181         nil.
20183 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
20185         * org.el (org-context): Call `bobp', not `eobp'.
20187         * org-clock.el (org-clock-cancel): Remove quotes from marker
20188         variables.
20190         * org.el (org-read-date-prefer-future): New allowed value `time'.
20191         (org-read-date-analyze): Shift day to tomorrow depending on time
20192         entered and value of `org-read-date-prefer-future'.
20194 2009-11-05  Stefan Monnier  <monnier@iro.umontreal.ca>
20196         * org.el (org-version, org-get-refile-targets, org-refile)
20197         (org-store-log-note, org-diary-to-ical-string)
20198         (org-speedbar-set-agenda-restriction):
20199         * org-publish.el (org-publish-find-title):
20200         * org-plot.el (org-plot/gnuplot):
20201         * org-mouse.el (org-mouse-do-remotely):
20202         * org-mobile.el (org-mobile-move-capture):
20203         * org-mac-message.el (org-mac-message-insert-flagged):
20204         * org-latex.el (org-replace-region-by-latex):
20205         * org-docbook.el (org-replace-region-by-docbook):
20206         * org-clock.el (org-clock-out, org-clock-cancel):
20207         * org-bibtex.el (org-execute-file-search-in-bibtex):
20208         Use with-current-buffer.
20210 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
20212         * org.el (org-directory, org-map-entries):
20213         * org-clock.el (org-clock-get-clocked-time): Fix typos in docstrings.
20215 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
20217         * org.el (org-set-tags-to): New command.
20219         * org-latex.el (org-export-latex-set-initial-vars): Also check in
20220         the plist.
20222         * org.el (org-additional-option-like-keywords): Add LATEX_CLASS
20223         keyword.
20225         * org-exp.el (org-infile-export-plist): Add LATEX_CLASS keyword.
20227 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
20229         * org-inlinetask.el (org-inlinetask-export): Option removed.
20230         (org-inlinetask-export-handler): Better export.
20232         * org-xoxo.el (org-export-xoxo-final-hook): New hook.
20233         (org-export-as-xoxo): Run the new hook.
20235         * org-html.el (org-export-html-final-hook): New hook.
20236         (org-export-as-html): Run the new hook.
20238         * org-docbook.el (org-export-docbook-final-hook): New hook.
20239         (org-export-as-docbook): Run the new hook.
20241         * org-ascii.el (org-export-ascii-final-hook): New hook.
20242         (org-export-as-ascii): Run the new hook.
20244         * org-latex.el (org-export-latex-treat-sub-super-char): Allow a
20245         space character as the character before the ^/_.
20246         (org-export-latex-final-hook): New hook.
20247         (org-export-as-latex): Run `org-export-latex-final-hook'.
20249 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
20251         * org-macs.el (org-if-unprotected-at): Fix docstring.
20253         * org-agenda.el (org-agenda-change-all-lines): Handle invisible
20254         text in the prefix (if category is a link).
20256         * org-latex.el (org-export-latex-preprocess): Deal properly with
20257         empty lines in verse environments.
20259         * org.el (org-format-latex-header): Inline fullpage.sty.
20261         * org-footnote.el (org-footnote-create-definition): Reveal context
20262         to add a new footnote definition.
20264         * org.el (org-ctrl-c-ctrl-c): Pass prefix arg to
20265         org-table-recalculate when cursor is in TBLFM line.
20267         * org-list.el (org-renumber-ordered-list): Fix cursor position
20268         when bullet length has changed.
20270 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
20272         * org.el (org-format-latex): Mention `org-format-latex-options' in
20273         the docstring.
20275 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
20277         * org.el (org-agenda-get): New function.
20279         * org-agenda.el (org-agenda-post-command-hook): No longer move
20280         point away from end of line.
20281         (org-agenda-add-entry-text, org-agenda-collect-markers)
20282         (org-finalize-agenda, org-agenda-mark-clocking-task)
20283         (org-agenda-dim-blocked-tasks, org-agenda-entry-text-show-here)
20284         (org-agenda-entry-text-show, org-agenda-highlight-todo)
20285         (org-agenda-compare-effort, org-agenda-filter-apply)
20286         (org-agenda-later, org-agenda-change-time-span)
20287         (org-agenda-post-command-hook, org-agenda-show-priority)
20288         (org-agenda-show-tags, org-agenda-goto, org-agenda-kill)
20289         (org-agenda-archive, org-agenda-archive-to-archive-sibling)
20290         (org-remove-subtree-entries-from-agenda, org-agenda-refile)
20291         (org-agenda-open-link, org-agenda-copy-local-variable)
20292         (org-agenda-switch-to, org-agenda-check-no-diary)
20293         (org-agenda-tree-to-indirect-buffer, org-agenda-todo)
20294         (org-agenda-add-note, org-agenda-change-all-lines)
20295         (org-agenda-priority, org-agenda-set-tags)
20296         (org-agenda-set-property, org-agenda-set-effort)
20297         (org-agenda-toggle-archive-tag, org-agenda-date-later)
20298         (org-agenda-show-new-time, org-agenda-date-prompt)
20299         (org-agenda-schedule, org-agenda-deadline, org-agenda-action)
20300         (org-agenda-clock-in, org-agenda-bulk-mark)
20301         (org-agenda-bulk-unmark, org-agenda-show-the-flagging-note):
20302         Use `org-get-at-bol'.
20304         * org-colview.el (org-columns-display-here)
20305         (org-columns-edit-allowed, org-agenda-columns):
20306         Use `org-get-at-bol'.
20308 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
20310         * org.el (org-special-ctrl-a/e): Improve documentation and
20311         customize type.
20312         (org-end-of-line): Don't jump to after the ellipsis.
20313         (org-mode-map): Bind <home> and <end> as well.
20315 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
20317         * org.el (org-fontify-meta-lines-and-blocks): Treat lines with a
20318         space after #+ as comments.
20319         (org-open-at-point): Run `org-follow-link-hook' always.
20321         * org-latex.el (org-export-latex-emph-format): Use better commands
20322         to insert special characters in verbatim snippets.
20324 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
20326         * org-faces.el (org-copy-face): New function.  Use it to create
20327         various faces formerly created by using `copy-face'.
20329         * org-agenda.el (org-prepare-agenda): Don't officially mark this
20330         window dedicated.
20331         (org-agenda-quit): Kill the frame containing the agenda window if
20332         that frame was created for the agenda.
20334 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
20336         * org-agenda.el (org-agenda-date-prompt): Mark the changed time
20337         stamp in the agenda.
20339 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
20341         * org-agenda.el (org-prepare-agenda):
20342         Reset `org-drawers-for-agenda'.
20343         (org-prepare-agenda): Uniquify list of drawers.
20345         * org.el (org-complex-heading-regexp-format): New variable.
20346         (org-set-regexps-and-options):
20347         Define `org-complex-heading-regexp-format'.
20348         (org-drawers-for-agenda): New variable.
20349         (org-map-entries): Bind `org-drawers-for-agenda'.
20350         (org-prepare-agenda-buffers): Add to `org-drawers-for-agenda'.
20352         * org-remember.el (org-go-to-remember-target)
20353         (org-remember-handler): Use `org-complex-heading-regexp-format'.
20355 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
20357         * org-agenda.el (org-agenda-highlight-todo): Fix text property
20358         problem.
20360         * org.el (org-on-heading-p, org-at-heading-p): Make sure these are
20361         always with `invisible-ok'.
20362         (org-store-link): No error when there is nothing to link to in the
20363         agenda.
20365         * org-list.el (org-update-checkbox-count): Insert changed cookie
20366         before the old, to avoid problems with invisibility at the end of
20367         the line.
20368         (org-update-checkbox-count): Insert changed cookie before the old,
20369         to avoid problems with invisibility at the end of the line.
20371         * org.el (org-sort-entries-or-items): Include the final newline.
20372         (org-fontify-meta-lines-and-blocks): Add indented dynamic block
20373         lines for fontification.
20374         (org-dblock-start-re, org-dblock-end-re): Allow indentation.
20375         (org-prepare-dblock): Store the current indentation of the BEGIN
20376         line.
20377         (org-update-dblock): Apply the indentation of the begin line to
20378         the rest of the block.
20379         (org-ctrl-c-ctrl-c): Also find indented dblock lines.
20380         (org-startup-folded): New allowed value `showeverything'.
20381         (org-startup-options): Add STARTUP keyword `showeverything'.
20382         (org-set-startup-visibility): Respect value `showeverything' in
20383         org-startup-folded.
20385 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
20387         * org.el (org-closest-date): Fix issue with past preference.
20389         * org-archive.el (org-archive-set-tag)
20390         (org-archive-subtree-default): New commands.
20392         * org-clock.el (org-clock-clocktable-default-properties):
20393         New option.
20394         (org-clock-report):
20395         Use `org-clock-clocktable-default-properties'.
20397 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
20399         * org.el (org-iswitchb-completing-read): Fix typo.
20401         * org-crypt.el: New file.
20403         * org.el: Add an entry for org-crypt.
20405 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
20407         * org-agenda.el (org-agenda-menu): Reorganize the menu for more
20408         consistency.
20409         (org-batch-store-agenda-views): New function.
20410         (org-agenda-title-append): Define variable.
20411         (org-write-agenda): New export to Org files.
20412         (org-agenda-get-some-entry-text): New arguments INDENT and KEEP.
20413         (org-agenda): Allow to keep the restricted file list if a special
20414         variable is bound to t.
20415         (org-agenda): Define a special agenda view for working on flagged
20416         entries.
20417         (org-agenda-get-restriction-and-command): List the new agenda
20418         view.
20419         (org-agenda-show-the-flagging-note): New command.
20420         (org-agenda-mode-map): New key `?' for looking at the flagging
20421         note.
20423         * org.el (org-autoload): Autoload org-mobile.el.
20424         (org-org-menu): Add menu commands for MobileOrg in the Org menu.
20426         * org-mobile.el: New file.
20428         * org-id.el (org-id-get): Fix bug with forcing ID on an item.
20430 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
20432         * org-table.el (orgtbl-line-start-regexp): Match also TBLNAME
20433         statements.
20434         (org-table-get-remote-range): Match indented #+TBLNAME
20435         statements.
20437         * org.el (org-convert-to-odd-levels)
20438         (org-convert-to-oddeven-levels): Work also correctly if the file
20439         is in outline-mode.
20441 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
20443         * org.el (org-store-link): When in agenda buffer, link to
20444         referenced entry.
20445         (org-add-planning-info): Remove spaces at eol.
20447         * org-macs.el (org-with-point-at): Add a `lisp-indent-function'
20448         property.
20450 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
20452         * org-latex.el (org-export-latex-first-lines): Fix problem with
20453         LaTeX export of first line and selected subtree.
20455         * org.el (org-shifttab): Interpret arg differently when using only
20456         odd levels.
20458 2009-10-01  Bastien Guerry  <bzg@gnu.org>
20460         * org.el (org-check-agenda-file): Use a more explicit message.
20462 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
20464         * org-exp.el (org-export-remove-special-table-lines): Don't remove
20465         normal lines.
20467 2009-10-01  Bastien Guerry  <bzg@gnu.org>
20469         * org.el (org-offer-links-in-entry): Don't use "Select link" as a
20470         prompt in the temporary window.
20472         * org-agenda.el (org-agenda-bulk-mark): Use a slightly soberer
20473         prefix for marked entries in the agenda view.
20475 2009-10-01  Andreas Burtzlaff  <andy13@gmx.net>  (tiny change)
20477         * org.el (outline-end-of-subtree): Bugfix: advise this function in
20478         a way that prevents any trailing character from being displayed.
20480 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
20482         * org-agenda.el (org-agenda-menu): Fix bugs in the bulk action
20483         menu.
20485         * org-exp.el (org-export-remove-special-table-lines): Remove bad
20486         slow regexp match.
20488 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
20490         * org-latex.el (org-export-latex-preprocess): Do not protect in
20491         the LaTeX header.
20493         * org-src.el (org-edit-src-save): Save window setup while saving.
20494         (org-edit-src-code): Use new buffer name construction scheme.
20496 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
20498         * org-agenda.el (org-agenda-entry-text-exclude-regexps):
20499         New variable.
20500         (org-agenda-entry-text-cleanup-hook): New hook.
20501         (org-agenda-get-some-entry-text): Remove matches of
20502         `org-agenda-entry-text-exclude-regexps' and run the hook
20503         `org-agenda-entry-text-cleanup-hook'.
20505         * org.el (org-offer-links-in-entry): New argument ZERO to
20506         implement a link with index zero.
20507         (org-cycle-show-empty-lines): Not keep empty line under header
20508         hidden.
20509         (org-iswitchb-completing-read): Bind `switchb-use-virtual-buffers'
20510         to nil for special completion.
20511         (org-store-link): Don't error before the first heading.
20513         * org-agenda.el (org-agenda-open-link): Pass the prefix to
20514         `org-offer-links-in-entry'.
20516 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
20518         * org-agenda.el (org-agenda-quit): Provide the window argument for
20519         `window-dedicated-p', Emacs 22 needs it.
20520         (org-format-agenda-item): If the category is a link, arrange for
20521         invisible text to replaced with spaces.
20522         (org-compile-prefix-format): Add the extra space.
20523         (org-prefix-category-length): New variable.
20525         * org-exp.el (org-export-cleanup-toc-line): Remove footnote
20526         references from TOC lines.
20528         * org.el (org-selected-window): New variable.
20530         * org-table.el (org-table-edit-formulas): Remember the selected
20531         window.
20532         (org-table-fedit-finish, org-table-fedit-abort): Select the window
20533         that was originally selected.
20535         * org-exp.el (org-export-preprocess-apply-macros): Scan the
20536         expansion of a macro for more macro definitions.
20538         * org-agenda.el (org-agenda-dim-blocked-tasks): Make sure the
20539         invisibility overlay starts on the newline.
20541 2009-10-01  Glenn Morris  <rgm@gnu.org>
20543         * org-agenda.el (calendar-check-holidays):
20544         * org-exp.el (org-agenda-skip):
20545         * org-list.el (outline-back-to-heading):
20546         * org-wl.el (wl-summary-goto-folder-subr):
20547         * org.el (iswitchb-mode, remember, remember-buffer-desc)
20548         (remember-finalize, remember-save-after-remembering, remember-register)
20549         (remember-buffer, remember-handler-functions)
20550         (remember-annotation-functions): Remove unused declarations.
20552         * org.el (iswitchb-read-buffer): Fix declaration.
20554 2009-09-30  Glenn Morris  <rgm@gnu.org>
20556         * org-compat.el (w32-focus-frame):
20557         * org-exp-blocks.el (R):
20558         * org-exp.el (htmlize-buffer):
20559         * org-protocol.el (server-edit):
20560         * org-table.el (org-format-org-table-html):
20561         * org.el (org-indent-mode): Fix declarations.
20563         * org-colview.el (org-columns-uncompile-format): Avoid assignment to
20564         free variable `fun'.
20566 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
20568         * org-agenda.el (org-agenda-restore-windows-after-quit):
20569         Fix typo in docstring.
20571 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
20573         * org.el (org-tree-to-indirect-buffer, org-convert-to-oddeven-levels)
20574         (org-shiftselect-error, org-ctrl-c-ctrl-c):
20575         * org-agenda.el (org-agenda-undo, org-check-for-org-mode):
20576         * org-attach.el (org-attach-check-absolute-path):
20577         * org-docbook.el (org-export-as-docbook):
20578         * org-html.el (org-export-as-html):
20579         * org-id.el (org-id-update-id-locations):
20580         * org-table.el (org-table-fedit-lisp-indent, orgtbl-send-table):
20581         Fix typos in error messages.
20583 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
20585         * org-ascii.el: Require CL for the `loop' macro.
20587 2009-09-05  Carsten Dominik  <dominik@u016822.science.uva.nl>
20589         * org-gnus.el (require): Wrap (require gnus-sum) into
20590         eval-when-compile.
20592 2009-09-03  Carsten Dominik  <dominik@u016822.science.uva.nl>
20594         * org-protocol.el (org-protocol-store-link)
20595         (org-protocol-remember, org-protocol-open-source): Remove autoload
20596         cookies again.
20598         * org-agenda.el (org-agenda-dim-blocked-tasks): Make sure we are
20599         referencing the start of the line.
20601         * org-gnus.el: Remove unnecessary declare-function forms.
20602         (gnus-sum): Always require gnus-sum.
20604 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
20606         * org-protocol.el (org-protocol-store-link)
20607         (org-protocol-remember, org-protocol-open-source): Add autoloads.
20609         * org-compat.el (org-float-time): New function.
20611         * org.el (org-clock-update-time-maybe)
20612         (org-sort-entries-or-items, org-do-sort)
20613         (org-evaluate-time-range, org-time-string-to-seconds)
20614         (org-closed-in-range): Use `org-float-time'.
20616         * org-timer.el (org-timer-start, org-timer-pause-or-continue)
20617         (org-timer-seconds): Use `org-float-time'.
20619         * org-clock.el (org-clock-get-clocked-time, org-clock-out)
20620         (org-clock-sum, org-dblock-write:clocktable)
20621         (org-clocktable-steps): Use `org-float-time'.
20623         * org-agenda.el (org-agenda-last-marker-time)
20624         (org-agenda-new-marker, org-diary): Use `org-float-time'.
20626         * org-compat.el (w32-focus-frame): Declare the w32-focus-frame
20627         function.
20629         * org-exp.el (org-get-file-contents): Only protect lines that
20630         really need it.
20632         * org-html.el (require): Require cl for compilation.
20634         * org.el: Avoid using `default-major-mode'.
20636         * org-plot.el (require): Require CL only at compile time.
20638         * org-exp.el (require): Require CL only at compile time.
20640         * org-agenda.el (org-agenda-quit): When the agenda window is
20641         dedicated, remove other windows before exiting, so that the frame
20642         really will be killed.
20644         * org-exp.el (org-export-handle-include-files): Reset START and
20645         END for each loop cycle.
20647 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
20649         * org.el (org-eval-in-calendar):
20650         Use `org-select-frame-set-input-focus'.
20652         * org-compat.el (org-select-frame-set-input-focus): New function.
20654         * org.el (org-update-statistics-cookies): New function.
20655         (org-mode-map): Bind `C-c #' to `org-update-statistics-cookies'.
20657 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
20659         * org-src.el (org-edit-fixed-width-region): Set org-src-mode only
20660         after the local variables are set.
20662         * org-latex.el (org-export-latex-protect-amp): New function.
20663         (org-export-latex-links): Protect link ampersands in tables.
20665         * org-exp.el (org-export-select-backend-specific-text): Match in
20666         two steps, to avoid regexp problems.
20668         * org.el (org-offer-links-in-entry): Improve working with many and
20669         duplicate links.
20671         * org-agenda.el (org-agenda-show-1): Make more consistent with
20672         normal cycling.
20673         (org-agenda-cycle-show): Make more consistent with normal cycling.
20675         * org-gnus.el (org-gnus-store-link): Restore the linking to a
20676         website.
20678 2009-09-02  Bastien Guerry  <bzg@gnu.org>
20680         * org-latex.el (org-export-latex-first-lines): Bugfix.
20682 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
20684         * org-clock.el (org-clock-modify-effort-estimate): Emit message
20685         about new effort.
20687         * org.el (org-set-effort): New function.
20688         (org-mode-map): New key for effort setting command.
20690         * org-agenda.el (org-agenda): Keep window setup when calling
20691         agenda from within agenda window.
20692         (org-agenda-mode-map): New keys for effort setting commands.
20693         (org-agenda-menu): Add effort setting commands to menu.
20694         (org-agenda-set-property, org-agenda-set-effort): New functions.
20696         * org-latex.el (org-export-latex-tables):
20697         Fix `org-table-last-alignment' and `org-table-last-column-widths' if
20698         the first column has been removed.
20700 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
20702         * org.el (org-remove-timestamp-with-keyword): Only remove in
20703         entry, not in subtree.
20705         * org-src.el (org-src-lang-modes): Add abbreviation elisp for
20706         emacs lisp.
20708         * org.el (org-open-at-point): When on headline, offer all strings
20709         in entry.
20711         * org-remember.el (org-remember-templates): Documentation fix.
20713         * org.el (org-move-subtree-down): Use `org-get-next-sibling' and
20714         `org-get-last-sibling' instead of the outline versions of these
20715         functions.
20716         (org-get-last-sibling): New function.
20717         (org-refile): Use `org-get-next-sibling' instead of the outline
20718         version of this function.
20719         (org-clean-visibility-after-subtree-move):
20720         Use `org-get-next-sibling' and `org-get-last-sibling' instead of the
20721         outline versions of these functions.
20723 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
20725         * org-agenda.el (org-prepare-agenda): When creating a new frame
20726         for the agenda, make the window dedicated.
20728         * org-agenda.el (org-agenda-mode-map): New keys for time motion.
20730         * org-table.el (org-table-align): Change the order of reinsertion
20731         and deletion, to avoid problems with overlays following the table.
20733         * org.el (org-parse-time-string): Better error message.
20734         (org-show-subtree): Use org-end-of-subtree.
20736         * org-macs.el (org-goto-line): New defsubst.
20738         * org.el (org-open-file, org-change-tag-in-region)
20739         (org-fast-tag-show-exit): Don't use `goto-line'.
20741         * org-table.el (org-table-align, org-table-insert-column)
20742         (org-table-delete-column, org-table-move-column)
20743         (org-table-sort-lines, org-table-copy-region)
20744         (org-table-paste-rectangle, org-table-wrap-region)
20745         (org-table-get-specials, org-table-rotate-recalc-marks)
20746         (org-table-get-range, org-table-recalculate)
20747         (org-table-edit-formulas, org-table-fedit-convert-buffer)
20748         (org-table-show-reference, org-table-highlight-rectangle):
20749         Don't use `goto-line'.
20751         * org-src.el (org-edit-src-code, org-edit-fixed-width-region)
20752         (org-edit-src-exit): Don't use `goto-line'.
20754         * org-macs.el (org-preserve-lc): Don't use `goto-line'.
20756         * org-list.el (org-renumber-ordered-list, org-fix-bullet-type):
20757         Don't use `goto-line'.
20759         * org-exp.el (org-export-number-lines): Don't use `goto-line'.
20761         * org-colview.el (org-columns, org-columns-redo)
20762         (org-agenda-columns): Don't use `goto-line'.
20764         * org-agenda.el (org-agenda-mode): Force visual line motion off.
20765         (org-agenda-add-entry-text-maxlines): Improve docstring.
20766         (org-agenda-start-with-entry-text-mode): New option.
20767         (org-agenda-entry-text-maxlines): New option.
20768         (org-agenda-entry-text-mode): New variable.
20769         (org-agenda-mode): Set initial value of
20770         `org-agenda-entry-text-mode'.
20771         (org-agenda-mode-map): Add the `E' key.
20772         (org-agenda-menu): Add entry text mode to the menu.
20773         (org-agenda-get-some-entry-text): Fix line count bug.
20774         (org-finalize-agenda): Apply entry text mode if appropriate.
20775         (org-agenda-entry-text-show-here): New function.
20776         (org-agenda-entry-text-show): New function.
20777         (org-agenda-entry-text-hide): New function.
20778         (org-agenda-view-mode-dispatch): Add entry text mode to the view
20779         key menu.
20780         (org-agenda-entry-text-mode): New command.
20781         (org-agenda-set-mode-name): Add entry text mode to the mode line
20782         string.
20783         (org-agenda-undo, org-agenda-get-restriction-and-command)
20784         (org-agenda-get-some-entry-text, org-agenda-redo): Don't use
20785         `goto-line'.
20787 2009-09-02  Bernt Hansen  <bernt@norang.ca>
20789         * org-clock.el (org-notify): Bugfix.
20791 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
20793         * org-agenda.el (org-agenda-open-link): Handle multiple links and
20794         check for after-string.
20796         * org-gnus.el (org-gnus-store-link): Simplify.
20798         * org.el (org-latex-regexps): Don't add extra empty lines for
20799         display formulas.
20801 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
20803         * org-agenda.el (org-agenda-get-some-entry-text): New function.
20804         (org-agenda-add-entry-text):
20805         Use `org-agenda-get-some-entry-text'.
20807         * org.el (org-cycle-separator-lines): Update docstring.
20808         (org-cycle-show-empty-lines): Handle negative values for
20809         `org-cycle-show-empty-lines'.
20811         * org-exp.el (org-export-protect-sub-super): New function.
20812         (org-export-normalize-links): Protect the url of plain links from
20813         supscript and superscript processing.
20815         * org-remember.el (org-remember-escaped-%): New function.
20816         (org-remember-apply-template): Use `org-remember-escaped-%' to
20817         detect escaped % signs.
20819 2009-09-02  Bastien Guerry  <bzg@gnu.org>
20821         * org-timer.el (org-timer-set-timer): Use `org-notify' and play a
20822         sound when showing the notification.
20824         * org-clock.el (org-notify): New function.
20825         (org-clock-notify-once-if-expired): Use `org-notify'.
20827         * org-gnus.el (org-gnus-store-link): Handle `gnus-summary-mode'
20828         and `gnus-article-mode' separately.
20829         (gnus-summary-article-header): Fix the declare-function.
20831 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
20833         * org-exp.el (org-export-format-source-code-or-example):
20834         Translate language.
20836         * org-src.el (org-src-lang-modes): New variable.
20837         (org-edit-src-code): Translate language.
20839         * org-exp.el (org-export-format-source-code-or-example): Deal wit
20840         the new structure of the `org-export-latex-listings-langs'
20841         variable.
20843         * org-latex.el (org-export-latex-listings-langs): Change structure
20844         of the variable from plist to alist.
20846 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
20848         * org.el (org-in-commented-line): New function.
20850 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
20852         * org.el (org-hide-block-toggle): Make folded blocks searchable.
20854 2009-09-02  Friedrich Delgado Friedrichs  <friedel@nomaden.org>  (tiny change)
20856         * org.el (org-flag-drawer): More useful error.
20858 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
20860         * org-remember.el (org-remember-apply-template):
20861         Use org-icompleting-read.
20863         * org-publish.el (org-publish): Use org-icompleting-read.
20865         * org-colview.el (org-columns-edit-value, org-columns-new)
20866         (org-insert-columns-dblock): Use org-icompleting-read.
20868         * org-attach.el (org-attach-delete-one, org-attach-open):
20869         Use org-icompleting-read.
20871 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
20873         * org.el (org-hierarchical-todo-statistics): Improve docstring.
20874         (org-version): Return the version text.
20875         (org-org-menu): Add a menu entry for the new bug reporter.
20876         (org-submit-bug-report): New command.
20878         * org-list.el (org-hierarchical-checkbox-statistics):
20879         Improve docstring.
20881         * org.el (org-emphasis-regexp-components): Add "`" to set of
20882         pre-emphasis characters.
20884         * org-latex.el (org-export-latex-classes): Always include the soul
20885         package.
20886         (org-export-latex-emphasis-alist): Use \st for strikethough.
20888         * org-exp-blocks.el (org-export-blocks-preprocess):
20889         Use `indent-code-rigidly' to indent.
20891         * org-agenda.el (org-agenda-get-restriction-and-command):
20892         Remove properties only if MATCH really is a string.
20894 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
20896         * org-latex.el (org-export-latex-packages-alist):
20897         Fix customization type.
20899         * org.el (org-create-formula-image): Also use
20900         `org-export-latex-packages-alist'.
20902         * org-html.el (org-export-as-html): Fix bug in footnote regexp.
20903         (org-export-as-html): Format footnotes correctly.
20905 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
20907         * org.el (org-fast-tag-selection): Avoid text properties on tags
20908         in the alist.
20910         * org-agenda.el (org-agenda-get-restriction-and-command):
20911         Avoid text properties on the match element.
20913 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
20915         * org.el (org-set-regexps-and-options): Make sure the list of done
20916         keywords is not invalid.
20918         * org-exp.el (org-export-interpolate-newlines): New function.
20920 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
20922         * org.el (org-format-latex): Avoid nested overlays.
20924         * org-latex.el (org-export-latex-listings-langs): Add a few more
20925         languages.
20927         * org-exp.el (org-export-preprocess-apply-macros): Make sure to
20928         ignore newlines and space before the first macro argument.
20930         * org-latex.el (org-export-latex-tables): Remove save-excursion
20931         around `org-table-align'.
20933 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
20935         * org.el (org-export-html-special-string-regexps):
20936         Definition moved into org.el.
20938         * org-exp.el (org-export-preprocess-apply-macros): Allow newlines
20939         in macro calls.
20941 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
20943         * org-latex.el (org-export-latex-listings)
20944         (org-export-latex-listings-langs): New options.
20946         * org-exp.el (org-export-format-source-code-or-example):
20947         Use listing package if requested by the user.
20949 2009-09-02  Bastien Guerry  <bzg@gnu.org>
20951         * org.el (org-iswitchb): Fix bug when aborting the `org-iswitchb'
20952         command before actually switching to a buffer.
20954 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
20956         * org-exp.el (org-get-file-contents): Only quote org lines when
20957         the markup is src or example.
20959         * org-agenda.el (org-agenda-skip-scheduled-if-deadline-is-shown):
20960         New option.
20961         (org-agenda-get-day-entries): Remember deadline results and pass
20962         them on into the function getting the scheduling information.
20963         (org-agenda-get-scheduled): Accept deadline results as parameters
20964         and maybe skip some entries.
20965         (org-agenda-skip-scheduled-if-deadline-is-shown): New option.
20967         * org.el (org-insert-heading): When respecting content, do not
20968         convert current line to headline.
20970         * org-clock.el (org-clock-save-markers-for-cut-and-paste):
20971         Also cheeeeeck the hd marker.
20972         (org-clock-in): Also set the hd marker.
20973         (org-clock-out): Also set the hd marker.
20974         (org-clock-cancel): Reset markers.
20976         * org.el (org-clock-hd-marker): New marker.
20978         * org-faces.el (org-agenda-clocking): New face.
20980         * org-agenda.el (org-agenda-mark-clocking-task): New function.
20981         (org-finalize-agenda): Call `org-agenda-mark-clocking-task'.
20983         * org.el (org-modules): Add org-track.el.
20985         * org-agenda.el (org-agenda-bulk-marked-p): New function.
20986         (org-agenda-bulk-mark, org-agenda-bulk-unmark):
20987         Use `org-agenda-bulk-marked-p'.
20988         (org-agenda-bulk-toggle): New command.
20990 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
20992         * org.el (org-move-subtree-down): Hide subtree if it was folded,
20993         not just the body.
20995         * org-remember.el (org-remember-finalize): Avoid buffer-modified
20996         messages.
20998 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
21000         * org-html.el (org-export-as-html):
21001         * org-docbook.el (org-export-as-docbook):
21002         Use (default-value 'major-mode) instead of default-major-mode.
21004 2009-08-08  Carsten Dominik  <carsten.dominik@gmail.com>
21006         * org-docbook.el: Add arch-tag.
21008         * org-exp-blocks.el: Add arch-tag.
21010         * org-id.el: Add arch-tag.
21012         * org-indent.el: Add arch-tag.
21014         * org-inlinetask.el: Add arch-tag.
21016         * org-protocol.el: Add arch-tag.
21018 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
21020         * org.el (org-create-formula-image): Remove the -E option for
21021         dvipng.
21023         * org-exp.el (org-default-export-plist): Respect #+BIND.
21024         (org-export-confirm-letbind): New function.
21026         * org.el (org-paste-subtree): Test the kill ring entry if it is
21027         going to be used.
21028         (org-copy-subtree): Use `org-forward-same-level'.
21029         (org-forward-same-level): Respect the `invisibe-ok' arg for
21030         back-to-heading.
21032 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
21034         * org.el (org-table-map-tables): Make sure cursor is back at table
21035         beginning after funcall.
21037         * org-agenda.el (org-agenda-bulk-action): Make sure parents are
21038         handled before children, and do not error if an entry is not
21039         found, probably because it hase been remove when the parent was
21040         archived or refiled.
21042         * org.el (org-ido-completing-read): Accept straight lists for
21043         completion as well as alists.
21045         * org-timer.el (org-timer-cancel-timers): Rename from
21046         `org-timer-cancel-timers'.
21048         * org.el (org-cycle-internal-local): Fix problem with finding next
21049         invisible line.
21051 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
21053         * org-list.el (org-list-send-list):
21054         Call `org-list-goto-true-beginning' instead of
21055         `org-list-find-true-beginning', which does not exist.
21057         * org-timer.el (org-timer-reset-timers): Use `mapc'.
21058         (org-timer-set-timer): Do not assign to heading.
21060         * org-id.el (org-id-open): Quote function name.
21062         * org-macs.el (org-unmodified): Turn off recording undo
21063         information while running inside the macro.
21065         * org-table.el (org-table-export): Also work in file-less
21066         buffers.
21068         * org.el (org-startup-indented): New option.
21069         (org-startup-options): Add new options indent and noindent.
21070         (org-unfontify-region): Remove line-prefix and wrap-prefix
21071         properties.
21072         (org-after-demote-entry-hook, org-after-promote-entry-hook):
21073         New hooks.
21074         (org-promote, org-demote): Run the new hooks.
21076         * org-table.el (org-table-align): Replace leading \n as well.
21078         * org-exp.el (org-export-push-to-kill-ring): Remove `line-prefix'
21079         and `line-wrap' text properties.
21081         * org-compat.el (org-kill-new): New function.
21083         * org-agenda.el (org-format-agenda-item): Remove `line-prefix' and
21084         `line-wrap' text properties.
21086         * org-indent.el: New file.
21088 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
21090         * org.el (org-provide-todo-statistics): Tweak docstring.
21092         * org-id.el (org-id-open): Honor `org-link-frame-setup'.
21094 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
21096         * org-exp.el (org-export-as-org): Insert the "-source" string
21097         before the extension.
21099         * org.el (org-read-date): Make sure the calendar is in the current
21100         frame.
21101         (org-set-emph-re): Remove the ? from the post-match.
21102         (org-emphasis-regexp-components): Add backslash to the
21103         postmatch class.
21104         (org-set-font-lock-defaults): Write \n instead of \xa, and make it
21105         optional so that also lines at the end of the buffers will still
21106         be matched as headlines.
21108         * org-table.el (org-table-error-on-row-ref-crossing-hline):
21109         Variable made obsolete.
21110         (org-table-relative-ref-may-cross-hline): New option.
21111         (org-table-find-row-type): Honow the new option
21112         `org-table-relative-ref-may-cross-hline'.
21114 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
21116         * org-table.el (org-table-cut-region, org-table-copy-region):
21117         Work on single field if no active region.
21119 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
21121         * org-latex.el (org-export-latex-make-header): Only insert title
21122         if one is defined.
21124         * org.el (org-make-options-regexp): Allow empty values.
21126 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
21128         * org.el (org-cycle-internal-local): Improved version of finding
21129         next visible line.
21130         (org-cycle-hide-drawers): Only hide drawers if this is really
21131         necessary.
21132         (outline-end-of-subtree): Make `outline-end-of-subtree' use the
21133         org-version of this function in Org-mode.  We use advice to
21134         implement this change, so that future changes to this function in
21135         outline.el wil be handled properly.
21136         (org-forward-same-level, org-backward-same-level): New commands.
21138 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
21140         * org.el (org-remove-empty-overlays-at)
21141         (org-clean-visibility-after-subtree-move): New functions.
21142         (org-move-subtree-down): Simplify cleanup of display.
21144 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
21146         * org-mac-message.el (org-mac-message-get-links): Improve
21147         docstring.  Make argument SELECT-OR-FLAGGED optional, default to
21148         "s".  Fix the return value.
21149         (org-mac-message-insert-flagged): Simplify.
21151         * org.el (org-refile-get-location): Tamper with refile history o
21152         that history contains compete matches instead of the entered
21153         string.
21155 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
21157         * org.el (org-store-link): Never store a link to an inline task.
21159         * org-footnote.el (org-footnote-goto-local-insertion-point):
21160         Skip inline tasks when positioning footnotes.
21162         * org.el (org-refile): Remove the END line when archiving an
21163         inline task that does have an END line.
21165         * org-archive.el (org-archive-subtree): Remove the END line when
21166         archiving an inline task that does have an END line.
21168         * org-macs.el (org-with-limited-levels): New macro.
21169         (org-get-limited-outline-regexp): New function.
21171         * org-exp.el (org-export-format-source-code-or-example): Fix bug
21172         that did not enumerate first line.
21173         (org-export-mark-radio-links): Skip matches in links.
21175 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
21177         * org.el (org-activate-plain-links): Make single-match.
21178         (org-adapt-indentation): Fix docstring.
21180         * org-macs.el (org-unmodified): Turn of modification hooks while
21181         running this macro.
21183 2009-08-06  Bastien Guerry  <bzg@gnu.org>
21185         * org.el (org-adapt-indentation): Slightly improve the docstring.
21186         (org-occur): Sends an error when the user inputs an empty string.
21187         (org-priority): Bugfix: the tag alignement should happen within
21188         save-excursion.
21190 2009-08-06  Bastien Guerry  <bzg@gnu.org>
21192         * org.el (org-make-link-regexps): Don't exclude parentheses from
21193         `org-plain-link-re'.
21194         (org-cycle-internal-local): When locally cycling, switch directly
21195         from CHILDREN to FOLDED if there is no subtree.
21196         (org-cycle): Update the docstring to document the new behavior of
21197         `org-cycle-internal-local'.
21199 2009-08-06  Nicolas Goaziou  <n.goaziou@neuf.fr>  (tiny change)
21201         * org-clock.el (org-clock-in): Bugfix: recognize timestamps with
21202         an abbreviated format for days.
21204 2009-08-06  Bastien Guerry  <bzg@gnu.org>
21206         * org-protocol.el (org-protocol-default-template-key):
21207         New option.
21209         * org.el (org-refile): Bugfix: save-excursion before reading the
21210         refile target, otherwise cursor moves might confuse `org-refile'.
21212         * org.el (org-toggle-heading): Bugfix: correctly convert list
21213         items before the first headline.
21215         * org.el (org-provide-todo-statistics): Allow a list of TODO
21216         keywords to compute statistics against headlines containing a
21217         keyword from this list.
21218         (org-update-parent-todo-statistics): Possibly use the new allowed
21219         value of `org-provide-todo-statistics'.
21221 2009-08-06  Bastien Guerry  <bzg@gnu.org>
21223         * org-timer.el: Add autoload cookie.
21225         * org.el (org-occur-link-in-agenda-files): New function.
21227         * org-timer.el (org-timer-last-timer): New variable.
21229         * org-agenda.el (org-agenda-mode-map): New key for
21230         org-timer-set-timer called from the agenda.
21232         * org.el (org-mode-map): New key for org-timer-set-timer.
21234         * org-timer.el (org-timer-reset-timers)
21235         (org-timer-show-remaining-time, org-timer-set-timer):
21236         New functions.
21238         * org-clock.el (org-show-notification): Update the docstring.
21240         * org.el (org-provide-todo-statistics): Allow new value
21241         'all-headlines for this option, which includes entries with no
21242         TODO keywords in the todo statistics.
21243         (org-update-parent-todo-statistics): Possibly use the new
21244         'all-headline value from `org-provide-todo-statistics'.
21246 2009-08-06  Bastien Guerry  <bzg@gnu.org>
21248         * org-clock.el (org-dblock-write:clocktable): Add a new option
21249         :timestamp which allows display of timestamps in clock reports.
21251         * org.el (org-mode-map): Define new key `C-c C-*': convert a plain
21252         list to a subtree, preserving the structure of the list.
21253         (org-set-emph-re): Make the last element optional in the regexp.
21254         This regexp now matches an emphasized string at the end of a line.
21256         * org-list.el (org-list-goto-true-beginning)
21257         (org-list-make-subtree, org-list-make-subtrees): New functions.
21259         * org.el (org-eval-in-calendar): Select the right frame.
21260         (org-save-frame-excursion): Remove this macro.
21262 2009-08-06  Bastien Guerry  <bzg@gnu.org>
21264         * org-list.el (org-list-beginning-re): Bugfix: don't use * when
21265         trying to find the beginning of a list.
21267         * org-exp.el (org-get-file-contents): Use a new argument: markup.
21268         When present, tell org-get-file-contents not to protect org-like
21269         lines.
21271         * org-id.el (org-id-uuid-program): New option to set the name of
21272         the uuidgen program.
21273         (org-id-method): Use `org-id-uuid-program'.
21274         (org-id-new): Use `org-id-uuid-program'.
21276 2009-08-06  Bastien Guerry  <bzg@gnu.org>
21278         * org-exp.el (org-export-number-lines): Allow whitespace in code
21279         references.  Allow the -r switch to remove the references in the
21280         source code even when the lines are not numbered: the labels can
21281         be explicit enough.
21283         * org.el (org-fontify-whole-heading-line): New option.
21284         (org-set-font-lock-defaults): Use the new option.
21286         * org-clock.el (org-show-notification-handler): New option.
21287         (org-show-notification): Use the new option.
21289 2009-08-06  Bastien Guerry  <bzg@gnu.org>
21291         * org.el (org-eval-in-calendar): Fix a bug about calendar
21292         navigation when `calendar-setup' value is 'calendar-only.
21294 2009-08-06  Bastien Guerry  <bzg@gnu.org>
21296         * org.el (orgstruct++-mode): Fix typo in docstring.
21297         (org-insert-link): Clean up: (or (...)) => (...)
21298         (org-insert-link): Use TAB for stored links completion.
21300 2009-08-06  Bastien Guerry  <bzg@gnu.org>
21302         * org.el (org-get-refile-targets): Fix bug: don't ignore case when
21303         building the list of targets.
21305         * org-remember.el (org-remember-delete-empty-lines-at-end):
21306         New option.
21307         (org-remember-handler): Use the new option.
21309 2009-08-06  James TD Smith  <ahktenzero@mohorovi.cc>
21311         * org.el (org-tags-sort-function): New option for sorting tags.
21312         (org-set-tags): Use the new option to sort tags.
21314         * org-plot.el (org-plot/gnuplot): Run with an idle timer to avoid
21315         premature deletion of the data when using org-plot in a script.
21317 2009-08-06  Bastien Guerry  <bzg@gnu.org>
21319         * org-clock.el (org-clock-in-prepare-hook): New hook.
21320         (org-clock-in): Use this new hook.
21322 2009-08-06  Bastien Guerry  <bzg@gnu.org>
21324         * org.el (org-special-ctrl-a/e): Explicitly bind the value
21325         'reversed for this option to the "true line boundary first"
21326         behavior.
21327         (org-tags-match-list-sublevels): Document the 'indented value for
21328         this variable.
21330         * org-latex.el (org-export-latex-first-lines): Fix problem with
21331         publishing the region.
21333         * org-exp.el (org-export-format-source-code-or-example):
21334         Fix bad line numbering when exporting examples in HTML.
21336 2009-08-06  James TD Smith  <ahktenzero@mohorovi.cc>
21338         * org-colview.el (org-format-time-period): Formats a time in
21339         fractional days as days, hours, mins, seconds.
21340         (org-columns-display-here): Add special handling for SINCE and
21341         SINCE_IA to format for display.
21343         * org.el (org-time-since): Add a function to get the time since an
21344         org timestamp.
21345         (org-entry-properties): Add two new special properties: SINCE and
21346         SINCE_IA.  These give the time since any active or inactive
21347         timestamp in an entry.
21348         (org-special-properties): Add SINCE, SINCE_IA.
21349         (org-tags-sort-function): Add custom declaration for tags
21350         sorting function.
21351         (org-set-tags): Sort tags if org-tags-sort-function is set.
21353 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
21355         * org-clock.el (org-clock-goto): Find hidden headlines as well.
21357         * org.el (org-narrow-to-subtree): Find hidden headlines as well.
21359         * org-plot.el (org-plot/add-options-to-plist): Add timeind
21360         option.
21362 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
21364         * org-publish.el (org-publish-remove-all-timestamps): New function.
21365         (org-publish-all): Remove all timestamp files if `org-publish-all'
21366         is called with a prefix argument.
21368         * org-list.el (org-indent-item): Fix typo.
21369         (org-item-indent-positions): Normalize ordered bullet.
21371 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
21373         * org-macs.el (org-set-local): Make a local variable, do not make
21374         the variable buffer-local!
21376         * org-latex.el (org-export-as-latex): Call `org-install-letbind'.
21378         * org-exp.el (org-infile-export-plist): Read BIND lines.
21379         (org-install-letbind): New function.
21380         (org-export-as-org, org-export-preprocess-string):
21381         Call `org-install-letbind'.
21383         * org-list.el (org-list-demote-modify-bullet): New option.
21384         (org-first-list-item-p): Save point.
21385         (org-fix-bullet-type): New optional argument FORCE-BULLET.
21386         (org-indent-item): Honor `org-list-demote-modify-bullet'.
21387         (org-item-indent-positions): Return bullet types along with
21388         indentation.
21390 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
21392         * org.el (org-show-entry): Hide drawers.
21394 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
21396         * org-footnote.el (org-footnote-auto-adjust): New option.
21397         (org-footnote-auto-adjust-maybe): New function.
21398         (org-footnote-new, org-footnote-delete):
21399         Call `org-footnote-auto-adjust-maybe'.
21401         * org.el (org-startup-options): Add new footnote-related
21402         keywords.
21404         * org-publish.el (org-publish-timestamp-filename): Additional
21405         arguments PUB-DIR and PUB-FUNC, which are included in the hash.
21406         (org-publish-needed-p): Additional arguments PUB-DIR PUB-FUNC
21407         TRUE-PUB-DIR.  Pass them through to
21408         `org-publish-timestamp-filename'.
21409         (org-publish-update-timestamp): Additional arguments PUB-DIR and
21410         PUB-FUNC, which are included in the hash.
21411         (org-publish-file): Delay timestamp test until the publishing
21412         function is known.
21414 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
21416         * org-agenda.el (org-agenda-bulk-action): Add scheduling and
21417         setting the deadline.
21419         * org.el (org-read-date-final-answer): New variable.
21420         (org-read-date): Store the final answer string, including the date
21421         from the calendar, for reuse by agenda bulk commands.
21423         * org-publish.el (org-publish-attachment): Fix publishing of
21424         attachments.
21426         * org-latex.el (org-export-latex-quotation-marks): Fix export of
21427         quotation makrs in parenthesis.
21428         (org-remove-initial-hash): New function.
21429         (org-export-latex-preprocess): Fix bug with infinite loop if
21430         environment is not properly closed.
21432         * org-table.el (org-table-get-remote-range): Find #+TBLNAME also
21433         when indented.
21435         * org.el (org-fontify-meta-lines-and-blocks): Make #+TBLNAME
21436         highlight also when indented.
21438 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
21440         * org-footnote.el (org-footnote-renumber-fn:N): New command.
21441         (org-footnote-action): Offer renumbering.
21443         * org.el (org-cycle): Honor the `integrate' value of
21444         org-cycle-include-plain-lists'.
21446         * org-list.el (org-cycle-include-plain-lists): New allowed value
21447         `internal'.  Improve the docstring.
21449         * org.el (org-set-autofill-regexps): Improve the paragraph-start
21450         regexp to work better with LaTeX commands.
21452 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
21454         * org-latex.el (org-export-latex-inline-image-extensions): Add ps
21455         and eps extensions.
21457 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
21459         * org-agenda.el (org-write-agenda): Make sure org-icalendar is
21460         loaded.
21462         * org.el (org-map-entries): No longer force
21463         `org-tags-match-list-sublevels' to t during a todo-only tags
21464         search.
21466 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
21468         * org-latex.el (org-export-latex-low-levels): Allow user-defined
21469         environment.
21470         (org-export-latex-subcontent): Handle user-defined environment.
21472         * org-agenda.el (org-agenda-view-mode-dispatch): Add more keys to
21473         the View dispatcher.
21475         * org.el (org-hide-block-toggle): Use `org-make-overlay' instead of
21476         `make-overlay'.
21478         * org-latex.el (org-export-as-pdf): Protect match data during call
21479         to shell-quote-argument.
21481         * org-agenda.el (org-agenda-mode-map): Modify bulk action keys.
21482         (org-agenda-view-mode-dispatch): New function.
21484 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
21486         * org-agenda.el (org-agenda-mode): Reset list of marks.
21487         (org-agenda-mode-map): Define new keys for refile and bulk action.
21488         (org-agenda-menu): Add menu itesm for refile and bulk action.
21489         (org-agenda-refile): New function.
21490         (org-agenda-set-tags): Optional arguments TAG and ONOFF.
21491         (org-agenda-marked-entries): New variable.
21492         (org-agenda-bulk-select, org-agenda-remove-bulk-action-overlays)
21493         (org-agenda-remove-all-bulk-action-marks)
21494         (org-agenda-bulk-action): New functions/commands.
21496 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
21498         * org-exp.el (org-get-file-contents): Protect org-like lines in
21499         included files.
21500         (org-export-format-source-code-or-example): Remove newlines.
21502         * org-latex.el (org-export-latex-links): Check for no-description
21503         marking.
21505         * org-exp.el (org-export-preprocess-apply-macros): Switch macro
21506         argument separator back to comma.
21507         (org-export-normalize-links): Mark links without description.
21509 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
21511         * org-exp.el (org-infile-export-plist): Fix bug in macro
21512         processing.
21514         * org-agenda.el (org-agenda-clock-out): Update line after clocking
21515         out.
21516         (org-agenda-highlight-todo): Fix bug with highlighting.
21518 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
21520         * org.el (org-set-font-lock-defaults): Adapt formatting to capture
21521         new alignment strings.
21523         * org-table.el (orgtbl-self-insert-command): Add yas/expand to
21524         command list.
21525         (org-table-align): Check for forced align type.
21527         * org.el (org-self-insert-command): Add yas/expand to command
21528         list.
21530         * org-clock.el (org-clock-in-hook): New hook.
21531         (org-clock-in): Run `org-clock-in-hook.
21532         (org-clock-out-hook): New hook.
21533         (org-clock-out): Run `org-clock-out-hook.
21534         (org-clock-cancel-hook): New hook.
21535         (org-clock-cancel): Run `org-clock-cancel-hook.
21536         (org-clock-goto-hook): New hook.
21537         (org-clock-goto): Run `org-clock-goto-hook.
21539 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
21541         * org.el (org-store-link): Better default description for link to
21542         Org-mode headline.
21544         * org-exp.el (org-export-generic): Autoload the generic exporter
21545         function.
21546         (org-export): Implement the `g' key for the generic exporter.
21548 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
21550         * org-table.el (orgtbl-setup): Add a binding for `S-iso-lefttab',
21551         and for zbacktab'.
21553         * org-exp.el (org-infile-export-plist): Get macros also from
21554         #+SETUPFILE.
21556 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
21558         * org-colview.el (org-columns-capture-view): Protect vertical bars
21559         in column values.
21560         (org-columns-capture-view): Exclude comment and archived trees.
21562         * org.el (org-quote-vert): New function.
21564         * org-latex.el (org-export-latex-verbatim-wrap): New option.
21566         * org-exp.el (org-export-format-source-code-or-example):
21567         Use `org-export-latex-verbatim-wrap'.
21569         * org.el (org-clone-subtree-with-time-shift): Also shift inactive
21570         time stamps.
21572 2009-08-06  Eric Schulte  <schulte.eric@gmail.com>
21574         * org-exp-blocks.el: New file.
21576 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
21578         * org-remember.el (org-remember-templates): Allow the headline
21579         element to be a function.
21580         (org-remember-apply-template): If the headline is a function, call
21581         it to get the true function.
21583         * org-clock.el (org-clock-menu): New function.
21584         (org-clock-update-mode-line): Update help string.
21585         (org-clock-modify-effort-estimate): New function.
21586         (org-clock-mark-default-task): New function.
21588         * org.el (org-hh:mm-string-to-minutes): Also take just a number of
21589         minutes as input.
21590         (org-org-menu): Add new clocking stuff.
21591         (org-clock-is-active): New function.
21593 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
21595         * org.el (org-open-non-existing-files): Improve docstring.
21597 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
21599         * org-icalendar.el (org-icalendar-include-bbdb-anniversaries):
21600         New option.
21601         (org-export-icalendar): Call `org-bbdb-anniv-export-ical'.
21603         * org-bbdb.el (org-bbdb-anniv-export-ical): New function.
21605         * org-list.el (org-get-checkbox-statistics-face): Use the new
21606         faces.
21608         * org-faces.el (org-checkbox-statistics-todo)
21609         (org-checkbox-statistics-done): New faces.
21611 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
21613         * org-latex.el (org-export-latex-use-verb): New variable.
21614         (org-export-latex-emph-format): Prefer \texttt over \verb when
21615         org-export-latex-use-verb is set.
21617 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
21619         * org-remember.el (org-remember-handler): Abort remember if the
21620         buffer is empty.
21622         * org-exp.el (org-export-format-source-code-or-example):
21623         Run `org-src-mode-hook'.
21625 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
21627         * org.el (org-indent-line-function): Fix indentation of +#end lines.
21629 2009-08-06  Tassilo Horn  <tassilo@member.fsf.org>
21631         * org-gnus.el (org-gnus-store-link): Require message.el in
21632         org-gnus-store-link.
21634 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
21636         * org-src.el: New file, split out of org.el.
21638         * org-macs.el (org-replace-match-keep-properties): New function.
21640         * org-exp.el (org-export-mark-blockquote-verse-center):
21641         Better preprocessing of center and quote and verse blocks.
21643         * org-list.el (org-list-end): Respect the stored "original"
21644         indentation when determining the end of the list.
21646         * org-exp.el (org-export-replace-src-segments-and-examples):
21647         Remember indentation correctly.
21649 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
21651         * org-clock.el (org-clock-update-mode-line): Apply face
21652         org-mode-line-clock.
21654         * org-faces.el (org-mode-line-clock): New face.
21656 2009-08-06  Tassilo Horn  <tassilo@member.fsf.org>
21658         * org-gnus.el (org-gnus-store-link): Fix bug where
21659         `org-gnus-store-link' used wrong subject when called in an article
21660         buffer.  Patch provided by fengli AT gmail DOT com.
21662 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
21664         * org-exp.el (org-export-format-source-code-or-example):
21665         Remember the original indentation of source code snippets and examples.
21667         * org-latex.el (org-export-as-latex): Relocate the table of
21668         contents.
21670         * org.el (org-ctrl-c-ctrl-c): Update clock lines.
21672         * org-agenda.el (org-run-agenda-series): Scope global options also
21673         when creating the agenda buffer.
21675 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
21677         * org.el (org-adapt-indentation): Improve documentation.
21678         (org-insert-property-drawer): Respect org-adapt-indentation when
21679         inserting the drawer.
21680         (org-remove-flyspell-overlays-in): New function.
21681         (org-do-emphasis-faces, org-activate-plain-links)
21682         (org-activate-code, org-fontify-meta-lines-and-blocks)
21683         (org-activate-angle-links, org-activate-footnote-links)
21684         (org-activate-bracket-links, org-activate-dates)
21685         (org-activate-target-links, org-activate-tags): Remove flyspell
21686         overlays.
21688 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
21690         * org.el (org-edit-src-save): New function.
21692         * org-clock.el (org-clock-out-switch-to-state): New option.
21693         (org-clock-out): Honor `org-clock-out-switch-to-state'.
21695         * org-compat.el (org-compatible-face): Improve macro.
21697         * org.el (org-global-properties-fixed): Add default for
21698         CLOCK_MODELINE_TOTAL.
21700         * org-clock.el (org-clock-sum): Accept lists and strings as tstart
21701         and tend.
21702         (org-clock-sum-current-item): Optional argument TSTART, pass it to
21703         org-clock-sum.
21704         (org-clock-get-sum-start): New function.
21706         * org.el (org-startup-options): New keywords blockhide and
21707         blockshow.
21708         (org-mode): Add new invisibility spec.
21709         (org-set-startup-visibility): Hide block on startup if so
21710         desired.
21711         (org-hide-block-startup): New option.
21712         (org-block-regexp): New constant.
21713         (org-hide-block-overlays): New variable.
21714         (org-block-map, org-hide-block-toggle-all, org-hide-block-all)
21715         (org-show-block-all, org-hide-block-toggle-maybe)
21716         (org-hide-block-toggle): New functions.
21717         (org-edit-src-exit): Do not quote lines starting with # and no +
21718         behind it.
21719         (org-auto-repeat-maybe): Add LAST_REPEAT properter for a repeating
21720         entry.
21722 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
21724         * org.el (org-buffer-property-keys): Add Effort property for
21725         completion.
21727 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
21729         * org-clock.el (org-clock-sum-current-item): Fix positioning bug
21730         when retrieving total clocked time in the subtree.
21732         * org.el (org-quoting-blocks): New variable.
21734 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
21736         * org-table.el (org-table-store-formulas)
21737         (org-table-get-stored-formulas, org-table-fix-formulas)
21738         (org-table-edit-formulas, orgtbl-ctrl-c-ctrl-c)
21739         (orgtbl-gather-send-defs): Allow indented #+TBLFM line.
21741         * org.el (org-fontify-meta-lines, org-ctrl-c-ctrl-c):
21742         Allow indented #+TBLFM line.
21744         * org-footnote.el (org-footnote-goto-local-insertion-point):
21745         Allow indented #+TBLFM line.
21747         * org-colview.el (org-dblock-write:columnview): Allow indented
21748         #+TBLFM line.
21750         * org-clock.el (org-dblock-write:clocktable): Allow indented
21751         #+TBLFM line.
21753 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
21755         * org-exp.el (org-export-format-source-code-or-example):
21756         Make editing indented blocks work correctly.
21758         * org.el (org-edit-src-nindent): New variable.
21759         (org-edit-src-code, org-edit-fixed-width-region)
21760         (org-edit-src-find-region-and-lang, org-edit-src-exit):
21761         Make editing indented blocks work correctly.
21763 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
21765         * org-exp.el (org-export-replace-src-segments-and-examples):
21766         Find indented blocks.
21767         (org-export-format-source-code-or-example): Fix indentation of
21768         blocks.
21769         (org-export-remove-indentation): New function.
21770         (org-export-select-backend-specific-text): Allow backend-specific
21771         code to be indented.
21772         (org-export-mark-blockquote-verse-center): Allow markers to be
21773         indented.
21775         * org.el (org-fontify-meta-lines): New function.
21776         (org-set-font-lock-defaults): Call the new fontification
21777         function.
21779         * org-faces.el (org-meta-line): New face.
21780         (org-block): New face.
21782 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
21784         * org.el (org-treat-insert-todo-heading-as-state-change)
21785         (org-treat-S-cursor-todo-selection-as-state-change):
21786         New variables.
21787         (org-insert-todo-heading):
21788         Honor `org-treat-insert-todo-heading-as-state-change'.
21789         (org-shiftright, org-shiftleft):
21790         Honor `org-treat-S-cursor-todo-selection-as-state-change'.
21791         (org-inhibit-logging): New variable.
21793 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
21795         * org-agenda.el (org-remove-subtree-entries-from-agenda):
21796         Reduce range for marker position checking.
21798         * org-latex.el (org-export-latex-first-lines): Fix bug when
21799         exporting a region.
21801 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
21803         * org-exp.el (org-export-push-to-kill-ring): Protect using
21804         x-set-selection, because that does not always work.
21806         * org-agenda.el (org-agenda-list): Apply the new face
21807         `org-agenda-date-today'.
21809         * org-faces.el (org-agenda-date-today): New face.
21811 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
21813         * org-agenda.el (org-agenda-to-appt): Turn off restriction when
21814         creating appointments.
21816         * org-latex.el (org-export-latex-low-levels): Fix customization
21817         type.
21819         * org.el (org-priority, org-shiftup, org-shiftdown):
21820         Disable priority commands.
21822         * org-agenda.el (org-agenda-priority): Disable priority commands.
21824         * org.el (org-enable-priority-commands): New option.
21826         * org-colview.el (org-columns-compute)
21827         (org-columns-number-to-string): Fix problems with empty fields.
21829         * org-exp.el (org-export-push-to-kill-ring): New function.
21830         (org-export-copy-to-kill-ring): New option.
21832         * org-latex.el (org-export-as-latex):
21833         Call `org-export-push-to-kill-ring'.
21835         * org-exp.el (org-export-show-temporary-export-buffer):
21836         New option.
21838         * org-latex.el (org-export-as-latex):
21839         Use `org-export-show-temporary-export-buffer'.
21841         * org-exp.el (org-export-show-temporary-export-buffer):
21842         New option.
21843         (org-export-push-to-kill-ring): New function.
21845         * org-colview.el (org-columns-compile-map): New variable.
21846         (org-columns-new, org-columns-compute)
21847         (org-columns-number-to-string, org-columns-uncompile-format)
21848         (org-columns-compile-format): Implement new operators.
21850 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
21852         * org-exp.el (org-export-plist-vars): Add :xml-declaration.
21854         * org-list.el (org-update-checkbox-count): Make property
21855         dependent.
21857         * org.el (org-hierarchical-todo-statistics): New option.
21858         (org-update-parent-todo-statistics): Modify to handle recursive
21859         statistics.
21861 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
21863         * org-publish.el (org-publish): Make this function behave
21864         correctly in interactive use when called with a prefix argument.
21866         * org.el (org-todo-statistics-hook): New hook.
21867         (org-update-parent-todo-statistics): Use new hook.
21868         (org-log-into-drawer): New function.
21869         (org-add-log-setup): Use the new `org-log-into-drawer' function to
21870         determine if we should be logging into a drawer.
21871         (org-log-into-drawer): Update docstring.
21872         (org-default-properties): Add LOG_INTO_DRAWER as a property.
21874         * org-list.el (org-checkbox-statistics-hook): New hook.
21875         (org-update-checkbox-count-maybe): Use new hook.
21877 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
21879         * org.el (org-edit-src-code, org-edit-fixed-width-region): Use a
21880         better buffer-generating mechanism.
21881         (org-edit-src-find-buffer): New function.
21883         * org-icalendar.el (org-print-icalendar-entries): Don't check for
21884         archive tag, this is already done by `org-agenda-skip'.
21885         data while constructing lost of tags.
21887 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
21889         * org-exp.el (org-export-preprocess-apply-macros): Use semicolon
21890         as argument separator in macros.
21892 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
21894         * org.el (org-after-sorting-entries-or-items-hook): New hook.
21895         (org-sort-entries-or-items): Run the new hook.
21896         (org-after-refile-insert-hook): New hook.
21897         (org-refile): Run `org-after-refile-insert-hook'.
21899         * org-agenda.el (org-agenda-get-progress): Never take time of day
21900         from headline when displaying progress.
21902         * org-latex.el (org-export-latex-complex-heading-re): New variable.
21903         (org-export-as-latex): Force the correct regexp in the
21904         preprocessor buffer.
21905         (org-export-latex-set-initial-vars):
21906         Set `org-export-latex-complex-heading-re'.
21908         * org-agenda.el (org-agenda-start-with-log-mode): New option.
21909         (org-agenda-mode): Use `org-agenda-start-with-log-mode'.
21911 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
21913         * org-latex.el (org-export-latex-tables-centered): New option.
21914         (org-export-latex-tables): Use `org-export-latex-tables-centered'.
21916         * org-exp.el (org-export-as-org): New command.
21917         (org-export-as-org): New command.
21919         * org-publish.el (org-publish-org-to-org): New function.
21921 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
21923         * org.el (org-yank): Just call `org-yank-generic'.
21924         (org-yank-generic): New function, containing the formaer
21925         functionality of `org-yank'.
21927         * org-latex.el (org-export-latex-not-done-keywords)
21928         (org-export-latex-done-keywords): New variables.
21929         (org-export-latex-todo-keyword-markup): New option.
21930         (org-export-latex-set-initial-vars): Remember the TODO keywords.
21931         (org-export-latex-keywords-maybe): Apply the TODO markup.
21933 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
21935         * org-exp.el (org-infile-export-plist): Add more default macros.
21936         (org-export-preprocess-apply-macros): Process macro arguments.
21938 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
21940         * org-icalendar.el (org-icalendar-include-todo): New allowed value
21941         `unblocked'.
21942         (org-print-icalendar-entries): Respect the new value of
21943         `org-icalendar-include-todo'.
21945         * org.el (org-link-try-special-completion)
21946         (org-file-complete-link): New functions.
21947         (org-insert-link): Add special completion support for some link
21948         types.
21950         * org-bbdb.el (org-bbdb-complete-link): New function.
21952 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
21954         * org-list.el (org-update-checkbox-count): Allow recursive
21955         statistics.
21956         (org-hierarchical-checkbox-statistics): New option.
21958         * org.el (org-cycle): Remove erraneous space character.
21960         * org-icalendar.el (org-icalendar-timezone): Initialize from
21961         environment.
21963 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
21965         * org.el (org-autoload): Fix autoloading of ascii export
21966         functions.
21967         (org-modules): Add org-special-blocks.
21969 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
21971         * org-icalendar.el (org-start-icalendar-file): Use the new option.
21972         (org-ical-timezone): New option.
21974         * org-exp.el (org-export-get-coderef-format): Use the description
21975         is present.
21977         * org.el (org-sort-entries-or-items): Improve docstring, and make
21978         better implementation for time sorting.
21980 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
21982         * org.el (org-edit-src-persistent-message): New option.
21983         (org-edit-src-code, org-edit-fixed-width-region): Use the new
21984         option.
21986         * org-clock.el (org-clock-insert-selection-line): Fix prefious
21987         patch.
21989         * org.el (org-edit-src-code, org-edit-fixed-width-region):
21990         Use separate buffer instead of indirect buffer to edit source code.
21991         (org-edit-src-exit): Make this function work with the new setup.
21993         * org-clock.el (org-clock-insert-selection-line): Make sure tasks
21994         are properly fontified before shown in the selection menu.
21996         * org.el (org-fontify-like-in-org-mode): New function.
21998         * org-latex.el (org-export-latex-links): Use the property list to
21999         retrieve the default image attributes.
22001         * org-exp.el (org-export-plist-vars): Add a new option.
22003 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22005         * org-exp.el (org-export, org-export-visible): Support ASCII
22006         export to buffer.
22007         (org-export-normalize-links): Do not protect the description if it
22008         is explicitly given.
22010         * org-list.el (org-reset-checkbox-state-subtree): Move here from
22011         org-checklist.el.
22012         (org-reset-checkbox-state-subtree):
22013         Call `org-reset-checkbox-state-subtree'.
22015         * org-remember.el (org-select-remember-template): For the
22016         selection of a valid template.
22018         * org-latex.el (org-export-region-as-latex): Supply the
22019         force-no-subtree argument.
22020         (org-export-as-latex): Provide better limits when exporting the
22021         first line.  When exporting to string, we still want the first
22022         lines.
22023         (org-export-latex-first-lines): New argument END, to force the end
22024         of the region.
22025         (org-export-region-as-latex): Use the property list.
22026         (org-export-as-latex): ????
22028 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22030         * org-latex.el (org-export-latex-after-blockquotes-hook): New hook.
22031         (org-export-latex-preprocess): Run the new hook.
22033         * org-exp.el (org-export-preprocess-after-blockquote-hook): New hook.
22034         (org-export-preprocess-string): Run the new hook.
22036 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22038         * org-macs.el (org-check-external-command): New defsubst.
22040         * org.el (org-mode-map): New key for reload.
22041         (org-format-latex): Better error message when external programs
22042         are not available.
22044         * org-agenda.el (org-agenda-mode-map): Bind `org-reload'.
22046         * org.el (org-sort-entries-or-items): Explicit sorting function
22047         for priorities, needed for XEmacs compatibility.
22049         * org-remember.el (org-remember-apply-template): Improve auto-save
22050         behavior.
22052 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22054         * org-latex.el (org-export-latex-preprocess): Also protect
22055         environments ending in a star.
22057         * org-list.el (org-at-item-p): Fix regular expression.
22059 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22061         * org.el (org-end-of-subtree): Improve speed.
22063         * org-agenda.el (org-agenda-get-timestamps)
22064         (org-agenda-get-progress, org-agenda-get-deadlines)
22065         (org-agenda-get-scheduled, org-agenda-get-blocks): Optimizations,
22066         in particular, wait as long as possible to collect the tags.
22067         (org-stuck-projects): Improve docstring.
22069         * org.el (org-store-link): No errors when getting custom id before
22070         first headline.
22071         (org-get-tags-at): Use `org-up-heading-safe' when getting tags.
22073 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22075         * org.el (org-prepare-agenda-buffers): Catch a throw to nextfile.
22077         * org-protocol.el: Remove dependency on url.el.
22078         (org-protocol-unhex-compound, org-protocol-open-source):
22079         Remove dependency on url.el.
22081         * org-latex.el (org-export-as-pdf):
22082         Use `org-latex-to-pdf-process'.
22084 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22086         * org-latex.el (org-latex-to-pdf-process): New option.
22088         * org-agenda.el (org-agenda-skip-additional-timestamps-same-entry):
22089         New option.
22090         (org-agenda-get-timestamps):
22091         Honor `org-agenda-skip-additional-timestamps-same-entry'.
22093         * org-clock.el (org-clock-goto-may-find-recent-task): New option.
22094         (org-clock-goto): Find recent task only if
22095         `org-clock-goto-may-find-recent-task' allows it.
22097         * org-exp.el (org-export-remove-or-extract-drawers): Handle empty
22098         drawers, and drawers that are missing the :END: line.
22100 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22102         * org-clock.el (org-clock-goto): Go to recently clocked task if no
22103         clock is running.
22105 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22107         * org.el (org-update-parent-todo-statistics): Check for
22108         STATISTICS_FROM property.
22110         * org-list.el (org-update-checkbox-count): Check for
22111         STATISTICS_FROM property.
22113         * org.el (org-tab-first-hook)
22114         (org-tab-after-check-for-table-hook)
22115         (org-tab-after-check-for-cycling-hook): New hooks.
22116         (org-cycle-internal-global, org-cycle-internal-local):
22117         New functions, split out from `org-cycle'.
22118         (org-cycle): Call the new hooks.
22120 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22122         * org-exp.el (org-export-preprocess-string): Reset the list of
22123         preferred targets for each run of the preprocessor.
22125         * org.el (org-refile-target-verify-function):
22126         Improve documentation.
22127         (org-get-refile-targets): Respect point being moved by the
22128         verification function.
22130         * org-latex.el (org-export-latex-timestamp-keyword-markup):
22131         New option.
22132         (org-export-latex-keywords): Use new option.
22134         * org.el (org-rear-nonsticky-at): New defsubst.
22135         (org-activate-plain-links, org-activate-angle-links)
22136         (org-activate-footnote-links, org-activate-bracket-links)
22137         (org-activate-dates, org-activate-target-links)
22138         (org-activate-tags): Place the rear-nonsticky properties at the
22139         correct location.
22141 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22143         * org-protocol.el (server-edit): Declare `server-edit'.
22144         (org-protocol-unhex-string, org-protocol-unhex-compound):
22145         New functions.
22146         (org-protocol-check-filename-for-protocol): Call `server-edit'.
22148         * org.el (org-default-properties): New default properteis for
22149         completion.
22151         * org-exp.el (org-export-add-subtree-options): Add new properties
22152         for subtree export.
22154 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22156         * org-id.el (org-id-get-with-outline-path-completion): Turn off
22157         org-refile-target-verify-function for the duration of the command.
22159         * org.el (org-link-to-org-use-id): New possible value
22160         `create-if-interactive-and-no-custom-id'.
22161         (org-store-link): Use custom IDs.
22162         (org-link-search): Find custom ID properties from #link.
22163         (org-default-properties): Add CUSTOM_ID for property completion.
22164         (org-refile-target-verify-function): New option.
22165         (org-goto): Turn off org-refile-target-verify-function
22166         for the duration of the command.
22168 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22170         * org-exp.el (org-export-preferred-target-alist): New variable.
22171         (org-export-define-heading-targets): Find the new CUSTOM_ID
22172         property.
22173         (org-export-target-internal-links): Target the custom ids when
22174         possible.
22176         * org-latex.el (org-export-latex-preprocess): Better regexp for
22177         matching latex macros with arguments.
22179 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22181         * org-remember.el (org-remember-handler): Allow filing to non-org
22182         files.
22184 2009-08-06  Magnus Henoch  <magnus.henoch@gmail.com>
22186         * org-table.el (org-table-fix-formulas): Do not change references
22187         to remote tables.
22188         (org-table-get-remote-range): Convert standard coordinates to RC
22189         format.
22191         * org-latex.el (org-export-latex-keywords): Fix regexp bug.
22193 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22195         * org-compat.el (org-sha1-string): Function removed.
22197         * org.el (org-refile-allow-creating-parent-nodes): New option.
22198         (org-refile-get-location): New argument NEW-NODES.
22199         (org-refile): Call `org-refile-get-location' with the new
22200         argument.
22201         (org-refile-get-location): Arrange for adding a new child.
22202         (org-refile-new-child): New function.
22204         * org-clock.el: Fix a number of docstrings.
22205         (org-clock-find-position): New argument
22206         FIND-UNCLOSED to make the function find an unclosed clock in the
22207         entry.
22208         (org-clock-in): Call `org-clock-find-position' with the new
22209         argument if we might be resuming a clock.
22211 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22213         * org-latex.el (org-export-latex-display-custom-times): New variable.
22214         (org-export-latex-timestamp-markup): New option.
22215         (org-export-latex-set-initial-vars): Remember the local value of
22216         `org-display-custom-times'.
22217         (org-export-latex-content): Process time stamps.
22218         (org-export-latex-time-stamps): New function.
22220         * org-macs.el (org-maybe-intangible): Add intangible property
22221         again to invisible text.
22223 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22225         * org-exp.el (org-default-export-plist): Handle undefined
22226         variables.
22228 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22230         * org.el (org-sort-entries-or-items): Match TODO keywords
22231         case-sensitively, when sorting.
22232         (org-priority): Do not match TODO keywords with wrong case.
22234 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22236         * org.el (org-todo): Honor the NOBLOCKING property.
22238         * org-agenda.el (org-agenda-dim-blocked-tasks): Honor the
22239         NOBLOCKING property.
22241         * org.el (org-scan-tags): Fix bug in tag scanner.
22243 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22245         * org.el (org-modules): Mark obsolete packages.
22247         * org-html.el: New file, split out from org-exp.el.
22249         * org-icalendar.el: New file, split out from org-exp.el.
22251         * org-xoxo.el: New file, split out from org-exp.el.
22253         * org-ascii.el: New file, split out from org-exp.el.
22255 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22257         * org-compat.el (org-find-library-name): New function.
22259         * org.el (org-pre-cycle-hook): New hook.
22260         (org-cycle): Call the new hook in appropriate places.
22261         (org-reload): Only reload files that have been loaded before.
22263 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22265         * org.el (org-set-font-lock-defaults): Enforxe space or line end
22266         after todo keyword.
22267         (org-todo): When changing TODO state, do matching
22268         case-sensitively.
22269         (org-map-continue-from): New variable.
22270         (org-scan-tags): Respect values in `org-map-continue-from'.
22271         (org-reload): Make XEmacs compatible.
22273 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22275         * org-protocol.el (org-protocol-flatten-greedy): New function.
22276         (org-protocol-flatten): New function.
22278         * org.el (org-open-link-from-string): Pass reference buffer to
22279         `org-open-at-point'.
22280         (org-open-at-point): New optional argument `reference-buffer'.
22282 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22284         * org.el (org-scan-tags): Make tag scan find headline in first
22285         line, 2nd attempt.
22286         (org-get-refile-targets): Add the naked file name.
22287         (org-refile): Store as top-level entry when only file name was
22288         given.
22290         * org-agenda.el (org-agenda-get-progress): Fix regexp bug.
22292         * org.el (org-block-todo-from-children-or-siblings-or-parent):
22293         Rename from org-block-todo-from-children-or-siblings, and
22294         enhanced to look for the parent's status as well.
22296         * org-agenda.el (org-agenda-log-mode-add-notes): New option.
22297         (org-agenda-get-progress): Add first notes line to log entry if so
22298         desired.
22300 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22302         * org-agenda.el (org-agenda-cleanup-fancy-diary-hook): New hook.
22303         (org-agenda-cleanup-fancy-diary): Call the new hook.
22305         * org-remember.el (org-remember-apply-template): Take the default
22306         for the annotation from the :annotation property.
22308         * org-mac-message.el (org-mac-message-get-link): Remove the
22309         quotes.
22310         (org-mac-message-get-link): Return the result.
22312 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22314         * org.el (org-refile-get-location): Add file name only if not
22315         already included in outline path.
22317         * org-faces.el (org-n-level-faces): Fix customization type from
22318         number to integer.
22320         * org-exp.el (org-export-headline-levels): Fix customization type
22321         from number to integer.
22323         * org-agenda.el (org-agenda-confirm-kill)
22324         (org-agenda-custom-commands-local-options)
22325         (org-timeline-show-empty-dates, org-agenda-ndays)
22326         (org-agenda-start-on-weekday, org-scheduled-past-days):
22327         Fix customization type from number to integer.
22329 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22331         * org-protocol.el: Declare some functions.
22333         * org-agenda.el (org-agenda-compare-effort):
22334         Honor `org-sort-agenda-noeffort-is-high'.
22335         (org-agenda-filter-by-tag, org-agenda-filter-make-matcher)
22336         (org-agenda-compare-effort): Implement the "?" operator for
22337         finding entries without effort setting.
22339         * org.el (org-extract-attributes-from-string): New function.
22341         * org-exp.el (org-export-splice-attributes): New function.
22343 2009-08-06  Bastien Guerry  <bzg@gnu.org>
22344         Daniel M German  <dmg@uvic.org>
22345         Sebastian Rose  <sebastian_rose@gmx.de>
22346         Ross Patterson  <me@rpatterson.net>
22348         * org-protocol.el: New file.
22350 2009-08-06  Baoqiu Cui  <cbaoqiu@yahoo.com>
22352         * org-docbook.el: New file.
22354 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22356         * org-mouse.el: XEmacs compatibility fixes.
22358         * org.el (org-modules): Add org-inlinetasks.el.
22359         (org-cycle): Implement limiting level on cycling.
22360         (org-move-subtree-down): Fix bug with swapping subtrees at end of
22361         buffer.
22363         * org-inlinetask.el: New file.
22365         * org.el (org-emphasis-regexp-components): Allow braces in
22366         emphasis pre and post match.
22368         * org-footnote.el (org-footnote-normalize): When only sorting, do
22369         not insert inline notes at the end.
22371         * org.el (org-require-autoloaded-modules): Add org-docbook.el.
22373 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22375         * org.el (org-reftex-citation): New command.
22377 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22379         * org-agenda.el (org-agenda-cmp-user-defined): New option.
22380         (org-sorting-choice, org-agenda-sorting-strategy): Add the new
22381         sorting options.
22382         (org-entries-lessp): Apply the new sorting option.
22384         * org.el (org-block-todo-from-children-or-siblings): Fix bug in
22385         blocker code, when an older sibling has children.
22387         * org-mac-message.el (org-mac-message-get-link): Improve getting
22388         links from multiple selected messages.
22390 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22392         * org-remember.el (org-remember-finalize): Do not set buffer file
22393         name to nil.
22394         (org-remember-handler): Mark buffer as unmodified.
22395         (org-remember-handler): Delete backup file and show message about
22396         remaining backup files.
22397         (org-remember-auto-remove-backup-files): New option.
22399         * org.el (org-store-link): Use buffer name as link description in
22400         w3-mode buffers.
22401         (org-ido-switchb): Fix argument bug for completion.
22403         * org-remember.el (org-remember-apply-template): Set local
22404         variable `auto-save-visited-file-name' instead of global one.
22406 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22408         * org-agenda.el (org-agenda-get-todos): Fix bug with match-data.
22409         (org-agenda-get-todos): Mark file tags as inherited.
22410         (org-agenda-list): Always search diary lines for a time.
22412 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22414         * org-feed.el: New file.
22416         * org-exp.el (org-export-as-html): Close local lists depending on
22417         indentation, also when starting a table.
22419         * org-remember.el (org-remember-backup-directory)
22420         (org-remember-backup-name): New internal variable.
22422 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22424         * org-clock.el (org-clock-out-if-current): Make buffer detection
22425         work in indirect buffers as well.
22427         * org.el (org-emphasis-regexp-components): Add the exxclamation
22428         mark to the post-emphasis characters.
22430 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22432         * org.el (org-read-date-minibiffer-septup-hook): New hook.
22433         (org-read-date): Run the new hook.
22435         * org-mac-message.el (org-mac-flagged-mail): New group.
22436         (org-mac-mail-account): New variable.
22437         (org-mac-create-flagged-mail, org-mac-insert-flagged-mail):
22438         New commands.
22440         * org-remember.el (org-remember-backup-directory): New variable.
22441         (org-remember-apply-template): Write file to backup directory.
22443 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22445         * org-mouse.el (org-mouse-todo-menu): New function.
22446         (org-mouse-todo-keywords): Function removed.
22447         (org-mouse-context-menu): Use `org-mouse-todo-menu'.
22449         * org-table.el (org-table-beginning-of-field)
22450         (org-table-end-of-field): New commands.
22451         (org-table-previous-field, org-table-beginning-of-field):
22452         Better error messages.
22453         (orgtbl-setup): Include `M-a' and `M-e'.
22455         * org.el (org-backward-sentence, org-forward-sentence):
22456         New commands.
22458         * org-colview.el (org-colview-initial-truncate-line-value):
22459         New variable.
22460         (org-columns-remove-overlays): Restore the value of `truncate-lines'.
22461         (org-columns): Remember the value of `truncate-lines'.
22463         * org.el (org-columns-skip-arrchived-trees): New option.
22465         * org-agenda.el (org-agenda-export-html-style): Define color for
22466         org-agenda-done face.
22467         (org-search-view, org-agenda-get-todos, org-agenda-get-progress)
22468         (org-agenda-get-deadlines, org-agenda-get-scheduled): Use new face.
22470         * org.el (org-scan-tags): Use the new face.
22472         * org-faces.el (org-agenda-done): New face.
22474         * org.el (org-scan-tags): Test the value org
22475         `org-tags-match-list-sublevels'.
22476         (org-tags-match-list-sublevels): New allowed value: indented.
22478         * org-latex.el (org-export-latex-make-header): Apply macros
22479         in header.
22481         * org-exp.el (org-export-apply-macros-in-string): New function.
22483         * org-latex.el (org-export-latex-list-parameters): Fix bug
22484         with the definition of a checked box.
22486         * org-clock.el (org-clock-find-position): Fix drawer indentations.
22488         * org-latex.el (org-export-latex-low-levels): More options
22489         for how to process lower levels in LaTeX.
22490         (org-export-latex-subcontent): Better treatment for lists as a
22491         means of publishing lower levels.
22493 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22495         * org.el (org-set-font-lock-defaults): Use new checkbox face.
22497         * org-faces.el (org-checkbox): New face.
22499         * org-exp.el (org-export-html-preprocess): Only create LaTeX
22500         fragement images if there is an export file.
22502 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22504         * org-agenda.el (org-stuck-projects): Document that the subtree of
22505         projects that are not stuck will now be searched for stuck
22506         sub-projects.
22507         (org-agenda-skip-entry-when-regexp-matches)
22508         (org-agenda-skip-entry-when-regexp-matches-in-subtree): New functions.
22509         (org-agenda-list-stuck-projects):
22510         Use `org-agenda-skip-entry-when-regexp-matches-in-subtree'.
22512         * org-latex.el (org-export-latex-preprocess):
22513         Improve export of verses.
22515         * org-exp.el (org-export-as-html): Implement centering as a div
22516         rather than a paragraph.  Do a better job with line-end in verse
22517         environments.
22519 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22521         * org.el (org-open-at-point): Fix tags searches by mouse click.
22523 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22525         * org-latex.el (org-export-latex-preprocess): Implement the
22526         centering markup.
22528         * org-exp.el (org-export-mark-blockquote-verse-center):
22529         Rename from `org-export-mark-blockquote-and-verse'.
22530         (org-export-as-html): Implement the centering markup.
22532         * org-latex.el (org-export-latex-tables): Fix vertical
22533         lines in tables.
22535 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22537         * org.el (org-read-date-history): New variable.
22538         (org-read-date): Use new history variable.
22539         (org-toggle-heading): Fix bug when used before first headline.
22540         (org-store-log-note): Remove drawer if empty while note is
22541         aborted.
22542         (org-remove-empty-drawer-at): New function.
22543         (org-check-after-date): New command.
22544         (org-sparse-tree): New sparse tree command "a".
22546         * org-exp.el (org-export-as-ascii): Improve export of plain lists.
22548 2009-08-06  Bastien Guerry  <bzg@gnu.org>
22550         * org.el (org-toggle-fixed-width-section): Bug fix: insert a
22551         column and a space, not only a column.
22553 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22555         * org-latex.el (org-export-latex-emphasis-alist):
22556         Better defaults for verbose emphasis.
22557         (org-export-latex-emph-format): New function.
22558         (org-export-latex-fontify): Call `org-export-latex-emph-format'.
22560         * org-agenda.el (org-agenda-menu): Add new commands to menu.
22561         (org-agenda-do-date-later, org-agenda-do-date-earlier)
22562         (org-agenda-date-later-minutes, org-agenda-date-earlier-minutes)
22563         (org-agenda-date-later-hours, org-agenda-date-earlier-hours):
22564         New commands.
22566         * org.el (org-timestamp-change): Move end-time along with start
22567         time.
22569 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22571         * org-exp.el (org-export-target-internal-links)
22572         (org-export-as-html): Protect links specified as #name.
22574 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22576         * org.el (org-clone-subtree-with-time-shift): New command.
22578         * org-latex.el (org-export-latex-special-chars)
22579         (org-export-latex-treat-sub-super-char): Fix subscript export.
22581         * org-exp.el (org-create-multibrace-regexp): Do not add
22582         backslashes to the class.
22584 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22586         * org-colview.el (org-columns-map): Better functions for moving up
22587         and down a row, even if `truncate-line' is nil.
22589         * org.el (org-insert-todo-heading): Make sure the keyword is
22590         inserted at the correct position.
22592         * org-publish.el (org-publish-project-alist)
22593         (org-publish-projects, org-publish-org-index): Change default anme
22594         for the index of file names to "sitemap.org".
22596         * org-latex.el (org-export-latex-tables):
22597         Use `org-split-string', for Emacs 21 compatibility.
22599 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22601         * org-agenda.el (org-agenda-log-mode-items): Improve docstring.
22603 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22605         * org-exp.el (org-export-page-description)
22606         (org-export-page-keywords): New variables.
22607         (org-export-plist-vars): Add entries for :keywords and
22608         :description.
22609         (org-infile-export-plist): Parse for new keywords.
22610         (org-get-current-options): Add new keywords.
22611         (org-export-as-html): Publish description and keywords.
22613         * org-agenda.el (org-agenda-add-entry-text-descriptive-links):
22614         New option.
22615         (org-agenda-add-entry-text):
22616         Honor `org-agenda-add-entry-text-descriptive-links'.
22618         * org-latex.el (org-export-latex-preprocess): Make all
22619         external preprocess functions use a PARAMETER arg.
22621         * org-exp.el (org-export-preprocess-string)
22622         (org-export-select-backend-specific-text)
22623         (org-export-format-source-code-or-example)
22624         (org-format-org-table-html): Support docbook export.
22625         (org-export-preprocess-string): Make all external preprocess
22626         functions use a PARAMETER arg.
22628 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22630         * org-exp.el (org-export-html-style-include-scripts): New option.
22631         (org-export-plist-vars): Add new option
22632         `org-export-html-style-include-scripts'.
22633         (org-export-as-html): Honor new option
22634         `org-export-html-style-include-scripts'.
22635         (org-export-html-scripts, org-export-html-style-default):
22636         Fix xml issues with the Safari browser.
22638 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22640         * org-publish.el (org-publish-attachment): Only copy file when the
22641         directories differ.
22643 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22645         * org-clock.el (org-clocktable-steps): Use inactive time stamps
22646         for clocktable steps.
22648         * org.el (org-additional-option-like-keywords): Add two more
22649         keywords.
22651 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22653         * org-exp.el (org-export-format-source-code-or-example):
22654         Mark temporary buffer unmodified, so that it will be killed even if
22655         mode like message mode has decided to assign a file name.
22657         * org.el (org-scan-tags): Improve tag inheritance.
22658         (org-scan-tags, org-make-tags-matcher): Make tag comparison
22659         case-sensitive.
22660         (org-scan-tags): Use the internal tags list instead of creating it
22661         from scratch.
22662         (org-trust-scanner-tags, org-scanner-tags): New variables.
22663         (org-scan-tags): Set `org-scanner-tags'.
22664         (org-get-tags-at): Take advantage of `org-trust-scanner-tags'.
22665         (org-map-entries): Document the possible speedup using scanner
22666         tags.
22668 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22670         * org.el (org-add-planning-info): Fix bug with looking for keyword
22671         only at column 0.
22673         * org-agenda.el (org-agenda-custom-commands-local-options):
22674         Add option for tags filter preset.
22675         (org-prepare-agenda): Store filter preset as a property on the
22676         filter variable.
22677         (org-finalize-agenda): Call the filter, if there is a preset.
22678         (org-agenda-filter-by-tag): Filter again after clearing the
22679         filter, when there still is a preset.
22680         (org-agenda-filter-make-matcher, org-agenda-set-mode-name):
22681         Include the preset filter.
22682         (org-agenda-redo): Apply the filter again, also the preset filter.
22684         * org-exp.el (org-export-as-html): Use IDs in the correct way.
22686         * org.el (org-uuidgen-p): New function.
22688         * org-agenda.el (org-agenda-fontify-priorities): New default value
22689         `cookies'.
22690         (org-agenda-fontify-priorities): Rename from
22691         org-fontify-priorities.
22693         * org.el (org-set-font-lock-defaults):
22694         Call `org-font-lock-add-priority-faces'.
22695         (org-font-lock-add-priority-faces): New function.
22697         * org-faces.el (org-set-tag-faces): New option.
22698         (org-priority-faces): New variable.
22700         * org-exp.el (org-export-as-html): Add a "content" div around the
22701         entire content of the body tag.
22702         (org-export-html-get-bibliography): New function.
22703         (org-export-html-validation-link): New variable.
22704         (org-export-as-html): Add validation link to exported page.
22706         * org.el (org-match-sparse-tree): Rename from
22707         `org-tags-sparse-tree'.
22708         (org-tags-sparse-tree): New alias.
22710 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22712         * org.el (org-get-valid-level): Catch the case where the level
22713         change is nil.
22715         * org-clock.el (org-clock-find-position): Better indentation of
22716         new clock drawers.
22718 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22720         * org-agenda.el (org-agenda-quit): Delete window only when the
22721         frame-setup was not `current-window'.
22723         * org.el (org-tag-persistent-alist): New option.
22724         (org-startup-options): Add keyword `noptag'.
22725         (org-fast-todo-selection): Handle :newline correctly.
22726         (org-set-tags): Handle :newline correctly.
22727         (org-fast-tag-selection): Handle :newline correctly.
22729 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22731         * org-exp.el (org-export-as-ascii): Reverse link buffer before
22732         outputting it.
22733         (org-export-ascii-push-links): Fix bug with pussing links into the
22734         export buffer.
22736 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22738         * org-archive.el (org-archive-subtree): Do not add 1 to level if
22739         pasting at top level.
22741         * org-bbdb.el: Improve documentation.
22743 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22745         * org-list.el (org-insert-item): Only consider insert empty lines
22746         is `org-empty-line-terminates-plain-lists' is not nil.
22748         * org.el (org-blank-before-new-entry): Mention the dependence on
22749         `org-empty-line-terminates-plain-lists' in the docstring.
22751         * org-publish.el (org-publish-get-project-from-filename):
22752         New optional argument UP.  Only find the top project if UP is set.
22753         (org-publish-current-project): Find the top encloding project.
22755         * org-agenda.el (org-agenda-before-write-hook)
22756         (org-agenda-add-entry-text-maxlines): New options.
22757         (org-write-agenda): Run the new hook in the temporary buffer.
22758         (org-agenda-add-entry-text): New function.
22759         (org-write-agenda): Implement PDF export, using ps2pdf.
22761         * org.el (org-global-properties-fixed, org-global-properties):
22762         Improve documentation string.
22764         * org-exp.el (org-export-ascii-links-to-notes): New option.
22765         (org-export-as-ascii): Handle links better.
22766         (org-export-ascii-wrap, org-export-ascii-push-links):
22767         New functions.
22769 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22771         * org-agenda.el (org-agenda): Make prefix arg optional.
22772         (org-agenda-search-headline-for-time): New option.
22773         (org-format-agenda-item):
22774         Honor `org-agenda-search-headline-for-time'.
22776         * org-table.el (orgtbl-self-insert-command): Cluster undo for 20
22777         characters.
22779         * org.el (org-self-insert-cluster-for-undo): New option.
22780         (org-self-insert-command): Cluster undo for 20 characters.
22781         (org-self-insert-command-undo-counter): New variable.
22783 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22785         * org-exp.el (org-export-as-html): Fix problem with closing colone
22786         example.
22788 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22790         * org-latex.el (org-export-as-latex)
22791         (org-export-latex-first-lines): Avoid modification flag when
22792         adding or removing text properties.
22793         (org-export-latex-fontify): Catch error when org-emph-alist has
22794         entries that are not defined for LaTeX export.
22796         * org-export-latex.el: Rename to org-latex.el.
22798         * org-latex.el: Rename from org-export-latex.el.
22800         * org.el (orgstruct++-mode): New function.
22801         (turn-on-orgstruct++): Call `orgstruct++-mode'.
22802         (org-context-p): Allow detecting item context after the first line
22803         of an item.
22804         (orgstruct-make-binding): Detect if item-body context should be
22805         seen.
22806         (orgstruct-is-++): New variable.
22807         (org-add-planning-info): Catch the case when there is no planning
22808         info yet and the call does not want to add anything, only maybe
22809         tries to remove something.
22810         (org-special-ctrl-a/e): All value to be a cons cell with separate
22811         settings for `C-a' and `C-e'.
22812         (org-beginning-of-line, org-end-of-line): Honor separate values
22813         for `C-a' and `C-e'.
22815 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
22817         * org.el (org-reload): New command.
22819 2009-06-05  Tassilo Horn  <tassilo@member.fsf.org>
22821         * org-gnus.el (org-gnus-store-link): Fix bug where
22822         org-gnus-store-link used wrong subject when called in an article
22823         buffer.  Patch provided by fengli AT gmail DOT com.
22825 2009-03-13  D. Goel  <deego3@gmail.com>
22827         * org-bbdb.el: When calling (multiple-value-bind/setq .. ls)
22828         replace ls by (values-list ls).
22830 2009-02-20  Carsten Dominik  <dominik@science.uva.nl>
22832         * org-remember.el (org-remember-apply-template): Turn off ido for
22833         this completion.
22835         * org.el (org-priority): Also find invisible headings, for remote
22836         editing.
22837         (org-completing-read-no-ido): New function.
22838         (org-make-tags-matcher, org-set-property): Turn off ido for this completion.
22840         * org-colview.el (org-columns-edit-value): No special treatment of
22841         prefix arg.
22843 2009-02-19  Carsten Dominik  <dominik@science.uva.nl>
22845         * org.el (org-block-todo-from-children-or-siblings):
22846         Use `org-up-heading-all' so that this will work correctly with hidden
22847         property drawers and entries.
22848         (org-end-of-line, org-beginning-of-line): Make prefix arg work, by
22849         falling back to normal, default command.
22850         (org-get-location): Temporarily turn off special behavior.
22852 2009-02-13  Glenn Morris  <rgm@gnu.org>
22854         * org-rmail.el (rmail-show-message): Restore argument list to the
22855         declaration now that this functions behaves in Emacs 23 as in 22.
22857 2009-02-12  Glenn Morris  <rgm@gnu.org>
22859         * org-footnote.el (org-footnote-at-definition-p): Fix doc typo.
22861 2009-02-12  Joachim Reiter  <Reiter.Joachim@web.de>  (tiny change)
22863         * org-footnote.el (org-footnote-action): Fix doc typo.
22865 2009-02-06  Carsten Dominik  <dominik@science.uva.nl>
22867         * org-exp.el (org-export-preprocess-string): Fix bug with skipping
22868         text before first headline.
22869         (org-export-remove-or-extract-drawers): Fix regular expression for
22870         extracting drawers.
22872         * org.el (org-format-latex): Stop LaTeX fragment processing in
22873         protected examples.
22875 2009-02-05  Glenn Morris  <rgm@gnu.org>
22877         * org-rmail.el (rmail-show-message): Update declaration.
22878         (rmail-buffer, rmail-view-buffer): Declare.
22879         (org-rmail-store-link, org-rmail-follow-link): Handle mbox Rmail.
22881 2009-02-04  Carsten Dominik  <dominik@science.uva.nl>
22883         * org.el (org-return-follows-link): Revert setting
22884         `org-return-follows-link' to t by default.
22886 2009-02-02  Carsten Dominik  <dominik@science.uva.nl>
22888         * org.el (org-cycle-global-at-bob): Fix typo.
22890         * org-jsinfo.el (org-infojs-handle-options): Fix typo in comment.
22892 2009-02-02  Carsten Dominik  <carsten.dominik@gmail.com>
22894         * org.el (org-mode): Make dependence stuff work more reliably.
22895         (org-update-parent-todo-statistics): Fix bug with updating
22896         statistics cookie.
22897         (org-yank-adjusted-subtrees, org-return-follows-link)
22898         (org-use-fast-todo-selection, org-tags-column): New default
22899         setting for variables.
22901         * org-export-latex.el (org-export-latex-emphasis-alist): Use = and
22902         ~ as verbatim delimiters, to avoid table bug.
22903         (org-export-latex-classes): Remove the a4paper option from the
22904         default styles.
22906         * org-exp.el (org-export-html-format-image): New argument
22907         PAR-OPEN, to fix XHTM validation bug.
22908         (org-export-as-html): Pass par-open to
22909         `org-export-html-format-image'.
22910         (org-export-html-footnotes-section): Use a more consistent id for
22911         footnotes.
22913         * org-agenda.el (org-agenda-sorting-strategy)
22914         (org-agenda-tags-column): New default setting for variables, based
22915         on a poll what typical uses use.
22916         (org-agenda-dim-blocked-tasks): Keep dimming blocked entries from
22917         setting the blocked tag.
22919 2009-01-31  Carsten Dominik  <dominik@science.uva.nl>
22921         * org-agenda.el (org-agenda-dim-blocked-tasks): No tagging when
22922         only checking for blocks.
22924         * org-exp.el (org-export-html-footnotes-section): Make the div id
22925         consistent.
22927         * org-export-latex.el (org-export-latex-classes):
22928         Remove paper size option from LaTeX classes.
22930 2009-01-31  Carsten Dominik  <carsten.dominik@gmail.com>
22932         * org.el (org-enforce-todo-checkbox-dependencies): New option.
22933         (org-block-todo-from-checkboxes): New function.
22934         (org-todo): Make triple prefix arg circumvent blocking.
22936 2009-01-30  Glenn Morris  <rgm@gnu.org>
22938         * org-list.el (org-empty-line-terminates-plain-lists)
22939         (org-toggle-checkbox): Doc fixes.
22941         * org-table.el (org-table-clean-before-export): Fix declaration.
22943 2009-01-30  Carsten Dominik  <carsten.dominik@gmail.com>
22945         * org-timer.el (org-timer): Provide the timer feature.
22947         * org.el (org-require-autoloaded-modules): Add a few more files to
22948         the list of autoloaded modules.
22950         * org-agenda.el (org-agenda-todo): Pass ARG to `org-todo'.
22952         * org-exp.el (org-export-remove-or-extract-drawers): Only remove
22953         drawers that are unprotected.
22954         (org-export-html-format-image): Make sure inlined LaTeX fragment
22955         images remain inlined.
22957         * org.el (org-toggle-ordered-property): New function.
22958         (org-mode-map): Add a key for `org-toggle-ordered-property'.
22959         (org-org-menu): Add menu entries for TODO dependencies.
22961         * org.el (org-default-properties): Add ORDERED to the default
22962         properties, to get completion support for it.
22964         * org-list.el (org-update-checkbox-count): Update more than one cookie.
22966         * org.el (org-update-parent-todo-statistics): Update more than one
22967         cookie.
22969 2009-01-28  Carsten Dominik  <carsten.dominik@gmail.com>
22971         * org-agenda.el (org-agenda-get-todos): Start search from correct
22972         position.
22974         * org.el (org-fast-todo-selection): Make sure TODO selection does
22975         not change buffer position.
22977         * org-list.el (org-toggle-checkbox): Implement adding or removing
22978         checkboxes from line or region when called with a prefix
22979         argument.
22981         * org-rmail.el (org-rmail-store-link): Protect the call to
22982         `rmail-narrow-to-non-pruned-header'.
22984         * org-clock.el (org-clock-special-range): Fix week display in
22985         clock tables.
22987         * org-exp.el (org-get-current-options): Fix bug when in indirect
22988         buffer.
22990         * org-agenda.el (org-agenda-dim-blocked-tasks): New option.
22991         (org-finalize-agenda): Call `org-agenda-dim-blocked-tasks'.
22992         (org-agenda-dim-blocked-tasks): New function.
22994         * org.el (org-enforce-todo-dependencies): New option.
22995         (org-block-todo-from-children-or-siblings): New function.
22997         * org-faces.el (org-agenda-dimmed-todo-face): New face.
22999 2009-01-27  Carsten Dominik  <carsten.dominik@gmail.com>
23001         * org.el (org-todo): Return correct state type even if the blocker
23002         throws an error.
23003         (org-modifier-cursor-error): Rename from
23004         `org-shiftcursor-error'.
23005         (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
23006         (org-shiftmetadown): Call `org-modifier-cursor-error'.
23008         * org-agenda.el (org-agenda-todo): Call `org-todo' interactively,
23009         to get real errors from the blocker hook.
23011         * org.el (org-shiftselect-error, org-call-for-shift-select):
23012         New functions.
23013         (org-set-visibility-according-to-property): Turn off the setting
23014         of `org-show-entry-below', to avoid overruling a FOLDED visibility
23015         property.
23017         * org.el (org-support-shift-select): New option.
23018         (org-shiftup, org-shiftdown, org-shiftright, org-shiftleft)
23019         (org-shiftcontrolright, org-shiftcontrolleft): Support for shift
23020         selection outside contexts.
23022         * org-list.el (org-at-item-bullet-p): New function.
23024         * org-jsinfo.el (org-infojs-handle-options): Remove unnecessary
23025         variables.
23027         * org-footnote.el (org-footnote-normalize): Remove unnecessary
23028         variable.
23029         (org-insert-footnote-reference-near-definition):
23030         Remove unnecessary let form.
23032 2009-01-26  Carsten Dominik  <dominik@science.uva.nl>
23034         * org-export-latex.el (org-export-as-latex):
23035         Call `org-export-latex-first-lines' with OPT-PLIST as a parameter.
23036         (org-export-latex-first-lines): New parameter OPT-PLIST.
23038         * org.el (org-yank): Tell `delete-selection-mode' about
23039         `org-yank'.
23041         * org-faces.el (org-clock-overlay): Fix face definition.
23043         * org-export-latex.el (org-export-latex-first-lines):
23044         Pass timestamp and footnote parameters to the preprocessor.
23046         * org-exp.el (org-export-remove-timestamps): Do not remove time
23047         stamps inside tables.
23049 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
23051         * org-exp.el (org-export-as-html): Turn \par into a paragraph.
23053         * org.el (org-agenda-tags-todo-honor-ignore-options):
23054         Declare variable.
23056         * org-table.el (org-table-insert-hline): Fix typo in function call
23057         to `backward-char'.
23059         * org-exp.el (org-export-as-html): Remove the initial space from
23060         colon examples.
23062         * org.el (org-scan-tags):
23063         Call `org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item'.
23065         * org-agenda.el (org-agenda-todo-list, org-agenda-match-view):
23066         New customization groups.
23067         (org-agenda-tags-todo-honor-ignore-options): New option.
23068         (org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item):
23069         New function.
23070         (org-agenda-get-todos):
23071         Use `org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item'.
23073 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
23075         * org-exp.el (org-export-format-source-code-or-example):
23076         Escape HTML characters also in examples that anre not treated with
23077         htmlize.  Also, just switch to EXAMPLE processing if we do not
23078         have a good version of htmlize.
23080         * org-rmail.el: Fix copyright notice.
23082         * org.el (org-activate-footnote-links): Improve footnote link
23083         highlighting.
23085         * org-footnote.el (org-footnote-normalize): Fix finding the end of
23086         a footnote definition at the end of the file.
23088         * org-table.el (org-table-get-specials): Add an imagined hline at
23089         the end of the table.  This can be useful for references that want
23090         to go to the end of the table.  Also fix bug when computing last
23091         row constants, in tables that do not start right at the right
23092         margin.
23093         (org-table-eval-formula): Match and replace remove references.
23094         (org-table-formula-substitute-names): Make sure that names inside
23095         a "remote" call are left alone, the will be replaced later when
23096         the remote call is handled.
23097         (org-table-convert-refs-to-rc): Do not convert things that might
23098         look like a reference, but are really part of an ID or namei n a
23099         remote reference.
23100         (org-table-get-remote-range): New function.
23102 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
23104         * org-faces.el (org-clock-overlay): Fix bug in face definition.
23106         * org-clock.el (org-clock-put-overlay): Use new face instead of
23107         `secondary-selection'.
23109         * org-faces.el (org-clock-overlay): New face.
23111 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
23113         * org-exp.el (org-get-current-options): Include the option for
23114         publishing time stamps.
23116         * org.el (org-toggle-heading): Rename from
23117         `org-toggel-region-headings'.
23118         No longer needs a region defined, but will use it if there is one.
23119         (org-ctrl-c-star): Simplify, relying more on the internal
23120         workings of `org-toggle-heading'.
23121         (org-toggle-item): Rename from `org-toggle-region-items'.
23122         No longer needs a region defined, but will use it if there is one.
23123         (org-ctrl-c-minus): Simplify, relying more on the inernal
23124         workings of `org-toggle-item'.
23126         * org-export-latex.el (org-export-latex-preprocess): Fix bug in
23127         environment detection.  Also, do real changes only in unprotected
23128         places.
23130 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
23132         * org-export-latex.el (org-export-latex-quotation-marks):
23133         Use `org-if-unprotected-1'.
23134         (org-export-latex-set-initial-vars): Check for class definition in
23135         property.
23137         * org-macs.el (org-if-unprotected-1): New macro.
23139 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
23141         * org-compat.el (org-count-lines): New function.
23143         * org-exp.el (org-export-format-source-code-or-example):
23144         Handle switches related to text areas.
23146         * org.el (org-activate-footnote-links): Don't allow match inside a
23147         link.
23149         * org-footnote.el (org-footnote-re): Don't allow match inside a link.
23151         * org-export-latex.el (org-export-latex-links): Keep a relative
23152         path relative also after export.
23154         * org-exp.el (org-export-html-scripts): Fix HTML snippet.
23156         * org.el (org-make-tags-matcher): Never use IDO for completing the
23157         tags matcher match string.
23158         (org-completing-read): Also remove the special biding for "?".
23160         * org-attach.el (org-attach-allow-inheritance): New option.
23161         (org-attach-inherited): New variable.
23162         (org-attach-dir): Handle properties related to the attachment
23163         directory.
23164         (org-attach-check-absolute-path): New function.
23165         (org-attach-set-directory, org-attach-set-inherit): New commands.
23166         (org-attach): Accommodate the new commands in the dispatcher.
23168 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
23170         * org-compat.el (org-fit-window-to-buffer): Fix bug with using
23171         `window-full-width-p'.
23173         * org-exp.el (org-export-as-html): Only check for images files
23174         that really can be inlined.
23176         * org.el (org-image-file-name-regexp, org-file-image-p): Allow the
23177         list of extensions to be a parameter.
23179         * org-exp.el (org-export-html-inline-image-extensions):
23180         New variable.
23182         * org-agenda.el (org-prepare-agenda):
23183         Use `org-agenda-block-separator'.
23184         (org-agenda-block-separator): New option.
23186 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
23188         * org-export-latex.el (org-export-latex-tables):
23189         Call `org-table-clean-before-export' with the new optional argument.
23191         * org-exp.el (org-table-clean-before-export): New optional
23192         parameter MAYBE-QUOTED, allows for quoted characters like \# in
23193         first column.
23195 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
23197         * org-plot.el (org-plot/gnuplot): Fix text-ind parameter for
23198         histograms.
23200         * org-colview.el (org-colview-construct-allowed-dates):
23201         Better error catching when a date/time property does not have allowed
23202         values defined.
23204 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
23206         * org.el (org-map-entries): Restore point and restriction after
23207         `org-map-entries'.
23209 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
23211         * org.el (org-time=, org-time<, org-time<=, org-time>)
23212         (org-time>=, org-time<>): Make sure both values are dates.
23214 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
23216         * org-archive.el (org-extract-archive-heading): Allow %s for file
23217         name also in achive location heading.
23219 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
23221         * org-archive.el (org-add-archive-files): Uniquify the list before
23222         returning it.
23224 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
23226         * org-compat.el (org-fit-window-to-buffer):
23227         Use `window-full-width-p'.
23229         * org-export-latex.el (org-export-latex-fixed-width): Enforce the
23230         space after the colon in short examples.
23232         * org-exp.el (org-export-protect-colon-examples): Rewritten, to
23233         enforce a space after the colon.  However, we also allow lines
23234         that are *only* a colon.
23235         (org-export-as-html): Enforce the space after the colon in short
23236         examples.
23237         (org-export-preprocess-string): Do the colon example protection
23238         earlier.
23239         (org-export-remove-timestamps): Do not check for protection at the
23240         end of the line.
23242 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
23244         * org.el (org-format-latex-options): Add new matcher for single
23245         letters between dollars.
23246         (org-get-header): Function removed.
23247         (org-heading-components): New function.
23249         * org-exp.el (org-export-define-heading-targets): Record ID's also
23250         as alternative targets.
23251         (org-export-as-html): Interpret "id:" links to other files by
23252         preserving the relative path.
23254         * org-jsinfo.el (org-infojs-handle-options): Catch the case if v
23255         is nil.
23257         * org-exp.el (org-export-normalize-links): Protect the main link,
23258         to avoid special character processing.
23260         * org-export-latex.el (org-export-latex-special-keyword-regexp):
23261         New variable.
23262         (org-export-latex-special-string-regexps): Variable removed.
23263         (org-export-latex-keywords): Use the new regexp.
23265         * org-exp.el (org-export-handle-include-files): Fetch switches and
23266         put them into the BEGIN statement.
23268         * org-timer.el (org-timer-mode-line-string): New variable.
23270         * org-clock.el (org-clock-mode-line-map): Rename from
23271         `org-clock-mode-map'.
23272         (org-clock-mode-line-timer): Rename from `org-mode-line-timer'.
23273         (org-clock-update-mode-line): Rename from `org-update-mode-line'.
23274         (org-clock-put-overlay): Rename from `org-put-clock-overlay'.
23275         (org-clock-remove-overlays): Rename from
23276         `org-remove-clock-overlays'.
23278         * org-timer.el (org-timer-pause-or-continue): Implement stopping
23279         and mode line display.
23280         (org-timer-stop): New command.
23281         (org-timer-seconds): Return correct time when timer is paused.
23282         (org-timer-mode-line-timer): New variable.
23283         (org-timer-set-mode-line, org-timer-update-mode-line):
23284         New functions.
23286         * org.el (org-insert-heading): Handle new value `auto' for
23287         `org-blank-before-new-entry'.
23288         (org-org-menu): Add new items for timer functions.
23290         * org-list.el (org-insert-item): Handle new value `auto' for
23291         `org-blank-before-new-entry'.
23293         * org.el (org-blank-before-new-entry): New value `auto', made
23294         default.
23296 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
23298         * org-exp.el (org-export-normalize-links): If the link is also
23299         used as the description, protect the description.
23301 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
23303         * org.el (org-closest-date): Fix bug with yearly repeats, in
23304         combination with preference of the past as it is used for deadline
23305         and scheduling search.
23307         * org-exp.el (org-html-handle-time-stamps): No longer check for
23308         the `org-export-with-timestamps' option, because the preprocesser
23309         has taken care of this already.
23311         * org.el (org-entry-properties): Catch the case when this is
23312         called in a non-org-mode file.
23314         * org-export-latex.el (org-export-latex-remove-from-headlines):
23315         Variable made obsolete, also LaTeX export now uses the standard
23316         variables.
23317         (org-export-as-latex): Add the timestamps parameter to the
23318         preprocessor parameter list.
23319         (org-export-latex-content): Export the remaining keywords without
23320         considering to remove them.
23321         (org-export-latex-keywords-maybe): Make the REMOVE-LIST optional.
23322         Use bold font instead of tt font for the keywords.
23323         (org-export-latex-fontify-headline): Format headlines, assuming
23324         that all keywords still present should be published.
23325         (org-export-latex-keywords): Remove argument TIMESTAMPS and just
23326         publish what ever remains of the time stamps.
23327         (org-export-latex-list-parameters): New option.
23328         (org-export-latex-lists): Pass additional parameters to the list
23329         converter.
23331         * org-exp.el (org-export-preprocess-string): Remove clock lines
23332         and timestamps already in the preprocesor.
23333         (org-export-remove-timestamps, org-export-remove-clock-lines):
23334         New functions.
23335         (org-export-as-ascii, org-export-as-html): Add the timestamps
23336         parameter to the preprocessor parameter list.
23338         * org-list.el (org-list-parse-list): Parse for checkboxes.
23339         (org-list-to-generic): Introduce and handle new parameters :cbon
23340         and :cboff.
23341         (org-list-to-latex, org-list-to-html, org-list-to-texinfo):
23342         Add optional parameter PARAMS.
23344         * org-export-latex.el (org-export-latex-special-chars):
23345         Fix problems with interpreting dollar signs.
23346         (org-inside-latex-math-p): New function.
23347         (org-export-latex-preprocess): Protect all the math fragments.
23349         * org.el (org-latex-regexps): Allow a dash after a dollar.
23351         * org-w3m.el (org-w3m-copy-for-org-mode): Always deactivate the
23352         mark after copying.
23354         * org-agenda.el (org-run-agenda-series): Have series options set
23355         when finalizing the agenda.
23357         * org-exp.el (org-export-format-source-code-or-example):
23358         Protect the converted examples.
23360         * org.el (org-set-regexps-and-options): Fix the regexp
23361         `org-complex-heading-regexp'.
23363 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
23365         * org.el (org-edit-src-get-label-format): New function.
23366         (org-coderef-label-format): New option.
23367         (org-edit-src-code, org-edit-src-find-region-and-lang): Parse for
23368         a label format specification and make sure it is used in the edit
23369         buffer.
23370         (org-edit-src-get-label-format): New function.
23371         (org-store-link): Handle new coderef formats.
23372         (org-link-search): Handle new coderef formats.
23374         * org-footnote.el (org-footnote-create-definition)
23375         (org-footnote-goto-local-insertion-point): Make footnote insertion
23376         work correctly when the "Footnotes" headline is the last line in
23377         the buffer.
23379         * org.el (org-goto-marker-or-bmk): Expose context after jumping to
23380         the location.
23382 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
23384         * org-w3m.el (org-w3m): New customization group.
23385         (org-w3m-deactivate-mark): New option.
23386         (org-w3m-copy-for-org-mode): Deactivate region, unless the user
23387         option say not to.
23389 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
23391         * org.el (org-set-font-lock-defaults): Trigger footnote
23392         fontification.
23393         (org-activate-footnote-links): New function.
23394         (org-activate-links): New entry `footnote'.
23396         * org-faces.el (org-footnote): New face.
23398 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
23400         * org-macs.el (org-re): Handle the [:word:] class.
23402         * org-exp.el (org-export-preprocess-string):
23403         Call `org-export-protect-colon-examples'.
23404         (org-export-protect-colon-examples): Rename from
23405         `org-export-protect-examples', and scope limited to lines starting
23406         with a colon.
23408 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
23410         * org-exp.el (org-export-preprocess-string): Move the preprocess
23411         hook to after turning on Org-mode.
23412         (org-export-preprocess-after-include-files-hook)
23413         (org-export-preprocess-after-tree-selection-hook)
23414         (org-export-preprocess-before-backend-specifics-hook)
23415         (org-export-preprocess-final-hook): New hooks.
23416         (org-export-preprocess-string): Run the new hooks.
23418         * org.el (org-ctrl-c-minus): Fix indentation for new items.
23420         * org-footnote.el: New file.
23422         * org.el (org-footnote): Require footnote code.
23423         (org-startup-options): Add new footnote options.
23424         (org-mode-map): New keybindig for footnotes.
23425         (org-ctrl-c-ctrl-c): Add function at footnotes.
23426         (org-org-menu): New menu entries for footnotes.
23428         * org-export-latex.el (org-export-as-latex): Pass footnote
23429         variable to preprocessor.
23430         (org-export-latex-preprocess): Treat multiple references to a
23431         footnote.
23433         * org-exp.el (org-export-preprocess-string):
23434         Call `org-footnote-normalize'.
23435         (org-export-as-ascii, org-export-as-html): Pass footnote variable
23436         to preprocessor.
23437         (org-export-as-html): Treat multiple references to a footnote.
23439 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
23441         * org-export-latex.el (org-export-latex-links): Handle coderef
23442         links.
23444         * org.el (org-bracket-link-analytic-regexp++): New variable.
23445         (org-make-link-regexps):
23446         Initialize `org-bracket-link-analytic-regexp++'.
23447         (org-store-link): Implement special case in edit-src buffer.
23448         (org-insert-link): No use of ide to insert stored links.
23449         (org-link-search): Implement special case for coderefs.
23451         * org-exp.el (org-export-html-scripts): New constant.
23452         (org-export-html-style-default): Add a new style for highlighted
23453         code.
23454         (org-export-code-refs): New variable.
23455         (org-export-preprocess-string): Initialize `org-export-code-refs'.
23456         Call `org-export-replace-src-segments-and-examples'
23457         No longer call `org-export-protect-examples'.
23458         (org-export-target-internal-links): Take care of coderef targets.
23459         (org-export-last-code-line-counter-value): New variable.
23460         (org-export-replace-src-segments-and-examples): Rename from
23461         `org-export-replace-src-segments', and modified.
23462         (org-export-format-source-code-or-example): Rename from
23463         `org-export-format-source-code'.
23464         (org-export-number-lines): New function.
23465         (org-export-as-ascii, org-export-as-html): Handle coderef links.
23467 2009-01-23  Glenn Morris  <rgm@gnu.org>
23469         * org-rmail.el (rmail-narrow-to-non-pruned-header):
23470         Remove declaration of deleted function.
23472 2009-01-16  Glenn Morris  <rgm@gnu.org>
23474         * org-mouse.el (org-mouse-show-context-menu):
23475         Use mouse-menu-major-mode-map, if defined, rather than the obsolete
23476         mouse-major-mode-menu.
23478 2008-12-23  Carsten Dominik  <dominik@science.uva.nl>
23480         * org-remember.el (org-remember-handler): Safer way to get a new
23481         buffer accessing the target file.
23483         * org.el (org-refile-get-location): Handle case of current buffer
23484         not having a file associated with it.
23486 2008-12-22  Carsten Dominik  <dominik@science.uva.nl>
23488         * org-table.el (org-table-get-formula): Only ask to overwrite
23489         field formula if there really is one.
23491 2008-12-21  Carsten Dominik  <dominik@science.uva.nl>
23493         * org-export-latex.el (org-export-latex-make-header): Double the
23494         commenting % in the time stamp format.
23495         (org-export-latex-special-chars): Handle case where there is no
23496         match group 3.
23498 2008-12-20  Carsten Dominik  <carsten.dominik@gmail.com>
23500         * org.el (org-get-refile-targets, org-refile-get-location):
23501         Use expanded file name to improve comparison.
23503 2008-12-20  Carsten Dominik  <carsten.dominik@gmail.com>
23505         * org.el (org-scan-tags): Rescan for tags, to get the correct
23506         upcase/downcase stuff.  This slows things down for now, but it
23507         works.
23508         (org-mode): Make sure the tag-faces regexp is initialized.
23510         * org-export-latex.el (org-export-latex-links): Fix bug with
23511         undefined label.
23513         * org-table.el (org-table-get-specials):
23514         Set `org-table-current-last-data-line'.
23515         (org-table-current-last-data-line): New variable.
23516         (org-table-insert-column, org-table-delete-column)
23517         (org-table-move-column, org-table-fix-formulas):
23518         Call `org-table-fix-formulas' a second time to fix the $LR references.
23519         (org-table-get-specials): Add the $LR references to the tables.
23520         (org-table-get-formula): Do not offer last-row names as LHS of
23521         formulas.
23523         * org.el (org-store-link): Capture link description from
23524         `org-id-store-link'.
23526         * org-exp.el (org-export-html-format-image): Add the / to the end
23527         of the <img> tag.
23528         (org-export-format-source-code): Surround example by empty lines,
23529         to make sure it will not be inside a paragraph.
23531         * org.el (org-ido-switchb): New function.
23533 2008-12-20  Carsten Dominik  <carsten.dominik@gmail.com>
23535         * org-agenda.el (org-agenda-show): New prefix argument
23536         FULL-ENTRY.
23538         * org.el (org-sort-entries-or-items): Add a COMPARE-FUNC
23539         argument.
23541 2008-12-20  Glenn Morris  <rgm@gnu.org>
23543         * org.el (org-org-menu): Fix some more menu entries.
23545 2008-12-18  Carsten Dominik  <dominik@science.uva.nl>
23547         * org-table.el (org-table-get-specials): Revert introduction of @0
23548         as reference of the last table row, because of conflicts.
23550         * org-agenda.el (org-agenda-change-all-lines): Remove FORCE-TAGS
23551         argument, get the current tags directly.
23552         (org-agenda-set-tags): Leave getting current tags to
23553         `org-agenda-change-all-lines'.
23555 2008-12-17  Carsten Dominik  <dominik@science.uva.nl>
23557         * org.el (org-org-menu): Do not quote the set-tags command.
23559 2008-12-17  Carsten Dominik  <carsten.dominik@gmail.com>
23561         * Fix typos in comments and docstrings throughout Org-mode.
23563         * org.el (org-get-outline-path): Fix bug if level is not given.
23565         * org-agenda.el (org-finalize-agenda): Fix typo with variable name.
23567 2008-12-16  Carsten Dominik  <carsten.dominik@gmail.com>
23569         * org.el (org-refile): Avoid refiling to within the region to be
23570         refiled.
23572         * org-export-latex.el (org-export-latex-special-chars):
23573         Replace special characters also in tables.
23575         * org-agenda.el (org-agenda-change-all-lines): New argument
23576         FORCE-TAGS.
23577         (org-agenda-set-tags): Get the new tags and pass them to
23578         `org-format-agenda-item'.
23580 2008-12-16  Carsten Dominik  <carsten.dominik@gmail.com>
23582         * org-export-latex.el (org-export-latex-classes): Add longable as
23583         a default package to all classes.
23584         (org-export-latex-tables): Handle the longtable attribute and the
23585         align attribute.
23587         * org-table.el (orgtbl-to-generic): Handle tables that start with
23588         a hline.
23590         * org-export-latex.el (org-export-latex-emphasis-alist): Switch to
23591         \verb for colde-like snippets.
23592         (org-export-as-latex): Fix issues with region export.
23594         * org.el (org-up-heading-safe): Speed up function by using a
23595         direct regexp search.
23596         (org-olpa): New variable.
23597         (org-get-outline-path): Speed-up path constructions in cases where
23598         this is possible because the entire hierarchy is scanned anyway.
23599         (org-refile-get-location): Don't compare the truenames of files,
23600         this is too slow.
23601         (org-goto-max-level): New option.
23602         (org-goto): Use `org-goto-max-level'.
23604 2008-12-16  Tassilo Horn  <tassilo@member.fsf.org>
23606         * org-gnus.el (org-gnus-article-link, org-gnus-article-link):
23607         Strip angle brackets from message-ids in the former and don't do
23608         it in the latter.
23609         (org-gnus-follow-link): Open summary reliable, even if the last
23610         messages were deleted, and handle empty groups, too.
23612 2008-12-16  Carsten Dominik  <carsten.dominik@gmail.com>
23614         * org-export-latex.el (org-export-latex-emphasis-alist): Use \verb
23615         instead of \texttt for the =...= and ~===~ emphasis environments.
23616         (org-export-as-latex): Remove any old :org-license-to-kill text
23617         properties.
23618         (org-export-as-latex): Pass RBEG to `org-export-latex-first-lines'.
23619         (org-export-latex-make-header): Add some hard space after the
23620         table of contents.
23621         (org-export-latex-first-lines): Accept RBEG argument.
23622         Mark exported text so that it will be excuded in further steps.
23624         * org-table.el (org-table-get-specials): Make @0 reference the
23625         last line in a table.
23626         (org-table-recalculate): Improve docstring.
23628 2008-12-16  Carsten Dominik  <carsten.dominik@gmail.com>
23630         * org.el (org-log-done): Fix docstring.
23632 2008-12-16  Carsten Dominik  <carsten.dominik@gmail.com>
23634         * org-exp.el (org-export-html-format-image): Fix bugs.
23636         * org-export-latex.el (org-export-latex-tables)
23637         (org-export-latex-links): Implement attribute, label, and caption
23638         handling.
23640         * org-exp.el (org-export-html-style-default): Add style
23641         definitions for the figure div.
23642         (org-export-preprocess-string, org-export-as-html):
23643         Implement attribute, label, and caption handling.
23644         (org-export-attach-captions-and-attributes): New function.
23645         (org-export-html-format-image): New function.
23646         (org-format-org-table-html): Implement attribute, label, and
23647         caption handling.
23649         * org.el (org-find-text-property-in-string): New function.
23650         (org-extract-attributes): Use the property org-attr instead of
23651         org-attrobutes, because this property is now set with the #+ATTR
23652         lines.
23654 2008-12-16  Carsten Dominik  <carsten.dominik@gmail.com>
23656         * org-compat.el (org-substring-no-properties): Fix for XEmacs, for
23657         the case that FROM is nil.
23659         * org.el (org-before-first-heading-p): New function.
23661 2008-12-16  Carsten Dominik  <carsten.dominik@gmail.com>
23663         * org-exp.el (org-export-as-html): Do not add a space before
23664         enforces line breaks.
23665         (org-export-as-html): Close paragraph before blockquote and verse
23666         tags.
23668 2008-12-16  Carsten Dominik  <carsten.dominik@gmail.com>
23670         * org-id.el (org-id-locations-file): Wrap file name with
23671         `convert-standard-filename'.
23672         (org-id-files): New variable.
23673         (org-id-use-hash): New option.
23674         (org-id-update-id-locations): Also search in all files current
23675         listed in `org-id-files'.  Convert the resulting alist to a hash
23676         if the user customation says so.
23677         (org-id-locations-save): Handle he case if `org-id-locations' is a
23678         hash.
23679         (org-id-locations-load): Convert the alist to a hash.
23680         (org-id-add-location): Handle the hast case.
23681         (kill-emacs-hook): Make sure id locations are saved when Emacs is
23682         exited.
23683         (org-id-hash-to-alist, org-id-alist-to-hash)
23684         (org-id-paste-tracker): New functions.
23686 2008-12-07  Carsten Dominik  <carsten.dominik@gmail.com>
23688         * org-agenda.el (org-agenda-goto-calendar): Remove duplicate let
23689         bindings of calendar variables.
23691         * org-table.el (org-table-find-row-type): Rename from
23692         `org-find-row-type'.
23693         (org-table-rewrite-old-row-references): Rename from
23694         `org-rewrite-old-row-references'.
23695         (org-table-shift-refpart): Rename from `org-shift-refpart'.
23696         (org-table-cleanup-narrow-column-properties): Rename from
23697         `org-cleanup-narrow-column-properties'.
23699 2008-12-07  Carsten Dominik  <carsten.dominik@gmail.com>
23701         * org-table.el (org-find-row-type): New arguments DESC and CLINE,
23702         for better error messages.
23703         (org-table-get-descriptor-line): Supply the new arguments to
23704         `org-find-row-type'.
23705         (org-table-error-on-row-ref-crossing-hline): New option.
23707         * org.el (org-target-link-regexp): Make buffer-local.
23708         (org-move-subtree-down): Fix bug with trees at beginning of
23709         buffer.
23711 2008-12-07  Carsten Dominik  <carsten.dominik@gmail.com>
23713         * org-faces.el (org-set-tag-faces): New function.
23714         (org-tags-special-faces-re): New variable.
23716         * org.el (org-font-lock-add-tag-faces, org-get-tag-face): New functions.
23718         * org-faces.el (org-tag-faces): New option.
23719         (org-tag): Mention `org-tag-faces' in the docstring.
23721 2008-12-07  Carsten Dominik  <carsten.dominik@gmail.com>
23723         * org-exp.el (org-export-html-style-default): Implement new
23724         quoting.
23726         * org-jsinfo.el (org-infojs-template): Implement new quoting.
23728         * org-w3m.el (w3m-minor-mode-hook): Also add the special copy
23729         command to the `w3m-minor-mode-map'.
23731         * org-archive.el (org-archive-to-archive-sibling):
23732         Protect `this-command' to avoid appending kills during archiving.
23734         * org-exp.el (org-export-with-priority): New variable.
23735         (org-export-add-options-to-plist): Use `org-export-plist-vars'
23736         instead of internal list of strings and properties.
23737         (org-print-icalendar-entries): Retrieve the location property with
23738         inheritance.
23740 2008-12-07  Carsten Dominik  <carsten.dominik@gmail.com>
23742         * org-exp.el (org-export-with-todo-keywords): New option.
23743         (org-export-plist-vars): Include also the keys for the #+OPTIONS
23744         line.
23745         (org-default-export-plist, org-export-add-options-to-plist)
23746         (org-export-as-ascii, org-export-as-html): Use the new structure
23747         of `org-export-plist-vars'.
23749         * org.el (org-map-entries): Return all values.
23751 2008-12-07  Carsten Dominik  <carsten.dominik@gmail.com>
23753         * org.el (org-matcher-time): Recognize more special values.
23755         * org-gnus.el (fboundp): Fix defvaralias for XEmacs.
23757 2008-12-07  Carsten Dominik  <carsten.dominik@gmail.com>
23759         * org.el (org-tags-exclude-from-inheritance): New option.
23760         (org-tag-inherit-p, org-remove-uniherited-tags):
23761         Respect `org-tags-exclude-from-inheritance'.
23763         * org-agenda.el (org-agenda-show-inherited-tags): New option.
23764         (org-format-agenda-item): Add inherited tags to the agenda line
23765         string, and make sure that properties are kept when downcasing the
23766         tags list.
23767         (org-agenda-add-inherited-tags): New function.
23768         (org-downcase-keep-props): New function.
23770         * org.el (org-scan-tags): Mark inherited tags with a text
23771         property.
23772         (org-get-tags-at): Mark inherited tags with a text property.
23773         (org-add-prop-inherited): New function.
23775         * org-agenda.el (org-agenda-add-inherited-tags): New function.
23776         (org-agenda-show-inherited-tags): New option.
23778 2008-12-07  Carsten Dominik  <carsten.dominik@gmail.com>
23780         * org.el (org-modules): Add org-w3m to the default modules.
23782         * org-table.el (orgtbl-self-insert-command): Make S-SPC work in
23783         orgtbl-mode.
23784         (orgtabl-create-or-convert-from-region): New command.
23786         * org-exp.el (org-export-as-ascii): Remove the handling of
23787         targets.
23788         (org-export-ascii-preprocess): Handle targets already in this
23789         function.
23791 2008-12-07  Carsten Dominik  <carsten.dominik@gmail.com>
23793         * org-timer.el (org-timer-start-time): Define this variable.
23794         (org-timer-item): Make argument optional.
23796         * org-list.el (org-insert-item): Automatically insert a timer item
23797         if the current list is a timer list.
23799         * org-timer.el: New file.
23801         * org-publish.el (org-publish-org-index): Only exclude the index
23802         file in the main directory from being added to the site-map.
23803         (org-publish-get-project-from-filename): If the current project is
23804         a component, start publishing from the parent project.
23806 2008-12-07  Carsten Dominik  <carsten.dominik@gmail.com>
23808         * org-table.el (orgtbl-ret): Fix RET at beginning-of-buffer.
23810         * org-publish.el (org-publish-org-index): Improve removal of
23811         temporary buffers.
23813 2008-11-24  Carsten Dominik  <carsten.dominik@gmail.com>
23815         * org-agenda.el (org-get-closed): Re-apply changes
23816         accidentially overwritten by last commit to Emacs.
23818         * org.el (org-outline-path-complete-in-steps): New option.
23819         (org-refile-get-location):
23820         Honor `org-outline-path-complete-in-steps'.
23821         (org-agenda-change-all-lines, org-tags-sparse-tree)
23822         (org-time-string-to-absolute, org-small-year-to-year)
23823         (org-link-escape): Re-apply changes accidentially overwritten
23824         by last commit to Emacs.
23826 2008-11-23  Carsten Dominik  <carsten.dominik@gmail.com>
23828         * org-clock.el (org-dblock-write:clocktable): Make sure the
23829         clocktable sees the first line.
23830         (org-clock-in): Warn if the clock cannot be resumed.
23832 2008-11-23  Carsten Dominik  <carsten.dominik@gmail.com>
23834         * org.el (org-open-at-point): Fix mixup about interactive and
23835         non-interactive elisp links.
23837 2008-11-23  Carsten Dominik  <carsten.dominik@gmail.com>
23839         * org-exp.el (org-export-preprocess-string): Allow one comment
23840         line before the first headline to always be included.  This is
23841         to not miss a commented target.
23843         * org-mouse.el (org-mouse-insert-item):
23844         Call `org-indent-to-column' instead of `indent-to', for XEmacs
23845         compatibility.
23847         * org.el (org-refile-targets): Fix customize definition so
23848         that it works also in XEmacs.
23849         (org-fixup-indentation): Call `org-indent-to-column' instead
23850         of `indent-to', for XEmacs compatibility.
23852 2008-11-23  Tokuya Kameshima  <kames@fa2.so-net.ne.jp>
23854         * org-mew.el (org-mew-store-link): Get the correct case folder
23855         for refiled messages.
23857 2008-11-23  Carsten Dominik  <carsten.dominik@gmail.com>
23859         * org-exp.el (org-export-as-ascii): Remove the "\\" forced
23860         line break indicators.
23862         * org.el (org-ido-completing-read): Remove the "i:" prefix for
23863         ido-completion propts.
23865 2008-11-23  Carsten Dominik  <carsten.dominik@gmail.com>
23867         * org-remember.el (org-remember-apply-template):
23868         Use `org-substring-no-properties'.
23870         * org-compat.el (org-substring-no-properties): New function.
23872         * org-remember.el (org-remember-apply-template):
23873         Use `org-substring-no-properties' for compatibility.
23875         * org-list.el (org-list-two-spaces-after-bullet-regexp):
23876         New option.
23877         (org-fix-bullet-type):
23878         Respect `org-list-two-spaces-after-bullet-regexp'.
23880         * org-clock.el (org-clock-load): Clean up the code.
23882         * org.el (org-adaptive-fill-function): Allow two spaces after
23883         "1." as a list bullet.
23885 2008-11-23  Carsten Dominik  <carsten.dominik@gmail.com>
23887         * org-clock.el (org-clock-save, org-clock-load): Check for
23888         live buffers, existing files, and buffer file names to ensure
23889         consistent information.
23890         (org-clock-persist): Make `clock' a special value of this
23891         variable, and improve docstring.
23893         * org-list.el (org-cycle-list-bullet, org-fix-bullet-type)
23894         (org-get-string-indentation): Adapt indentation when the bullet
23895         width changes.
23897 2008-11-23  Carsten Dominik  <carsten.dominik@gmail.com>
23899         * org-remember.el (org-remember-finalize): Make interactive.
23900         (org-remember-kill): New command.
23901         (org-remember-finish-immediately): Call `org-remember-finalize'
23902         directly.
23903         (org-remember-finalize): Make `org-remember-finalize' an interactive
23904         function.
23906 2008-11-23  Carsten Dominik  <carsten.dominik@gmail.com>
23908         * org-remember.el (org-remember-apply-template): No ido completion
23909         for free prompts in remember templates.
23910         (org-remember-before-finalize-hook): New hook.
23911         (org-remember-mode): New minor mode.
23912         (org-remember-apply-template): Turn on `org-remember-mode'.
23914         * org-remember.el (org-remember-apply-template): Fix the way how
23915         the list of allowed properties is retrieved from the target file.
23917         * org.el (org-insert-link): Improve file link matching.
23919 2008-11-23  Carsten Dominik  <carsten.dominik@gmail.com>
23921         * org-colview.el (org-columns-display-here): New argument
23922         DATELINE, to trigger using the new face.
23923         (org-agenda-colview-summarize): Call `org-columns-display-here'
23924         with the new argument.
23926         * org-faces.el (org-agenda-column-dateline): New face.
23928         * org-publish.el (org-publish-org-index): Use index-title at page
23929         title, not as section.
23931         * org-exp.el (org-export-html-format-desc): Respect the
23932         org-protect property.
23933         (org-export-as-html): Protect image specifiers that are in the
23934         description part of a link.
23936         * org.el (org-sort-entries-or-items, org-completing-read)
23937         (org-refile-get-location, org-olpath-completing-read, org-todo)
23938         (org-show-todo-tree, org-sparse-tree, org-make-tags-matcher)
23939         (org-set-tags, org-change-tag-in-region, org-fast-tag-selection)
23940         (org-set-property, org-delete-property)
23941         (org-delete-property-globally): Use `org-ido-completing-read'.
23943         * org-remember.el (org-remember-apply-template):
23944         Use `org-ido-completing-read'.
23946         * org-publish.el (org-publish): Use `org-ido-completing-read'.
23948         * org-colview.el (org-columns-edit-value, org-columns-new)
23949         (org-insert-columns-dblock): Use `org-ido-completing-read'.
23951         * org-attach.el (org-attach-delete-one, org-attach-open):
23952         Use `org-ido-completing-read'.
23954         * org-agenda.el (org-todo-list, org-agenda-filter-by-tag):
23955         Use `org-ido-completing-read'.
23957         * org.el (org-time-today): New function.
23958         (org-matcher-time): Use `org-time-today'.  Add special treatment
23959         for "<tomorrow>" and "<yesterday>".
23960         (org-ido-completing-read): New function.
23961         (org-completion-use-ido): New option.
23963         * org-exp.el (org-export-format-source-code): Fix bug in require
23964         htmlize code.
23965         (org-export-target-internal-links): Fix bug in search for text
23966         property.
23968 2008-11-23  Carsten Dominik  <carsten.dominik@gmail.com>
23970         * org-export-latex.el (org-export-latex-subcontent):
23971         Interpret target aliases as additional labels.
23973         * org-exp.el (org-export-target-aliases): New variable.
23974         (org-export-preprocess-string)
23975         (org-export-handle-invisible-targets): Fill the alias alist.
23976         (org-export-as-html): Remove the &nbsp; from the anchor, and also
23977         assign an id.
23978         (org-html-level-start): Insert the target aliases as additional
23979         anchors.
23981         * org.el (org-edit-fixed-width-region): Fix bug when starting a new
23982         picture area.
23984 2008-11-23  Carsten Dominik  <carsten.dominik@gmail.com>
23986         * org.el (org-open-at-mouse): Ensure correct link abbreviations
23987         when following a link with the mouse from the agenda.
23989         * org-exp.el (org-export-as-html): Avoid lone </div> when no
23990         headlines are created.
23992 2008-11-23  Carsten Dominik  <carsten.dominik@gmail.com>
23994         * org.el (org-link-translation-function): New option.
23995         (org-open-at-point): Call `org-link-translation-function' if
23996         non-nil.
23997         (org-translate-link): New function.
23998         (org-translate-link-from-planner): New function.
23999         (org-open-at-point): Allow interactive commands in elisp links.
24001         * org-exp.el (org-icalendar-cleanup-string): Restore the old
24002         iCalendar quoting.  The new one seems to caus problems with
24003         applications.
24005         * org.el (org-yank): Set `this-command' to `yank', so that
24006         `yank-pop' will work.
24008 2008-11-23  Carsten Dominik  <carsten.dominik@gmail.com>
24010         * org-exp.el (org-icalendar-cleanup-string): Improve RFC2455
24011         compliance as far as quoting is concerned.
24013         * org.el (org-link-expand-abbrev): Implement %h as an escape for a
24014         hexified version of the tag.
24016         * org-vm.el (org-vm-follow-link): Require `vm-search'.
24018         * org.el (org-up-heading-safe, org-forward-same-level):
24019         Always call `org-back-to-heading' instead of `outline-back-to-heading'.
24020         (org-back-to-heading): New wrapper around outline-back-to-heading,
24021         with a useful error message telling where the error happened.
24023         * org-list.el (org-update-checkbox-count): Always call
24024         `org-back-to-heading' instead of `outline-back-to-heading'.
24026         * org-exp.el (org-export-as-html): Make sure that each <img> tag
24027         has an `alt' attribute, to ensure XHTML validation.
24029 2008-11-23  Carsten Dominik  <carsten.dominik@gmail.com>
24031         * org-publish.el (org-publish-attachment): Allow publishing to
24032         overwrite attachment files.
24034         * org-agenda.el (org-agenda-timerange-leaders): New option.
24035         (org-agenda-get-blocks): Use `org-agenda-timerange-leaders'.
24037         * org.el (org-edit-src-exit): Untabify ASCII image before
24038         returning.
24040 2008-11-19  Glenn Morris  <rgm@gnu.org>
24042         * org.el, org-mouse.el (org-agenda-change-all-lines):
24043         Fix declaration.
24045 2008-11-18  Carsten Dominik  <dominik@science.uva.nl>
24047         * org.el ("speedbar"): Only show context if the file really is an
24048         org-mode buffer.
24050 2008-11-17  Juanma Barranquero  <lekktu@gmail.com>
24052         * org.el (org-time-string-to-absolute, org-small-year-to-year)
24053         (org-tags-sparse-tree): Fix typos in docstrings.
24055 2008-11-15  Carsten Dominik  <dominik@science.uva.nl>
24057         * org-publish.el (org-publish-attachment): Allow copy-file to
24058         overwrite files.
24060 2008-11-13  Glenn Morris  <rgm@gnu.org>
24062         * org-agenda.el (org-get-closed): Fix alias.
24064 2008-11-12  Juanma Barranquero  <lekktu@gmail.com>
24066         * org.el (org-link-escape): Fix typo in docstring.
24068 2008-11-12  Carsten Dominik  <carsten.dominik@gmail.com>
24070         * org.el (org-yank): Make any prefix force normal yanking.
24071         Suppress folding if text would be swallowed into a folded
24072         subtree.
24073         (org-yank-folded-subtrees, org-yank): Docstring updates.
24075         * org-agenda.el (org-agenda-compare-effort): Treat no effort
24076         defined as 0.
24078         * org-exp.el (org-export-language-setup): Add Catalan and
24079         Esperanto language entries.
24081 2008-11-12  Carsten Dominik  <carsten.dominik@gmail.com>
24083         * org.el (org-refile): Allow refiling of entire regions.
24085         * org-clock.el (org-clock-time%): New function.
24087         * org.el (org-entry-get, org-entry-delete): Use safer regexps to
24088         retrieve property values.
24090 2008-11-12  Carsten Dominik  <carsten.dominik@gmail.com>
24092         * org-agenda.el (org-agenda-list): Handle the value `only' of
24093         org-agenda-show-log'.
24094         (org-agenda-log-mode): Interpret a double prefix arg.
24096 2008-11-12  Carsten Dominik  <carsten.dominik@gmail.com>
24098         * org-exp.el (org-export-html-footnotes-section): New variable.
24099         (org-export-as-html): Use `org-export-html-footnotes-section' to
24100         insert the footnotes.
24101         (org-export-language-setup): Add "Footnotes" to language words.
24103 2008-11-12  Carsten Dominik  <carsten.dominik@gmail.com>
24105         * org.el (org-yank): Fix bug when not inserting a subtree.
24107 2008-11-12  Carsten Dominik  <carsten.dominik@gmail.com>
24109         * org-vm.el (org-vm-follow-link): Call `vm-preview-current-message'
24110         instead of `vm-beginning-of-message'.
24112         * org.el (org-make-link-regexps): Make sure that links to gnus can
24113         contain brackets.
24115 2008-11-12  Carsten Dominik  <carsten.dominik@gmail.com>
24117         * org-attach.el (org-attach-dir): Remove duplicate ID creation
24118         code.
24120         * org-id.el (org-id-new): Use `org-trim' to extract the uuid from
24121         shell output.
24123         * org.el (org-link-abbrev-alist): Improve customization type.
24125         * org-attach.el (org-attach-expand-link, org-attach-expand):
24126         New functions.
24128         * org-agenda.el (org-agenda-get-progress): Rename from
24129         `org-get-closed'.  Implement searching for state changes as well.
24130         (org-agenda-log-mode-items): New option.
24131         (org-agenda-log-mode): New option prefix argument, interpreted as
24132         request to show all possible progress info.
24133         (org-agenda-get-day-entries): Call `org-get-progress' instead of
24134         `org-get-closed'.
24135         (org-agenda-set-mode-name): Handle the more complex log mode
24136         settings.
24137         (org-get-closed): New alias, pointing to `org-get-progress'.
24139 2008-11-12  Carsten Dominik  <dominik@science.uva.nl>
24141         * org.el (org-file-apps-defaults-gnu)
24142         (org-file-apps-defaults-macosx)
24143         (org-file-apps-defaults-windowsnt): Add an entry defining the
24144         system command.
24145         (org-file-apps): Allow `system' as key and value.
24146         (org-open-at-point): Explain the effect of a double prefix arg.
24147         (org-open-file): If the argument `in-emacs' is (16),
24148         i.e. corresponding to a double prefix argument, try to open the
24149         file externally.
24151 2008-11-12  Carsten Dominik  <dominik@science.uva.nl>
24153         * org.el (org-insert-link): Abbreviate absolute files names in
24154         links.  Also, fix a bug in which the double C-u prefix would not
24155         be honored.
24157 2008-11-12  Carsten Dominik  <dominik@science.uva.nl>
24159         * org.el (org-insert-heading): If buffer does not end with a
24160         newline, add one if necessary to insert headline correctly.
24162         * org-exp.el (org-export-as-html): Make sure that <hr/> is between
24163         paragraphs, not inside.
24165         * org.el (org-todo):
24166         Quote `org-agenda-headline-snapshot-before-repeat'.
24168         * org-exp.el (org-export-as-html): Fully process link descriptions.
24169         (org-export-html-format-desc): New function.
24170         (org-export-as-html): Collect footnotes into the correct basket.
24171         (org-html-protect): No longer protect quotations marks here, this
24172         goes wrong.
24174         * org-agenda.el (org-agenda-remove-marked-text): Bind variable
24175         BEG.
24177         * org-compat.el (org-fit-window-to-buffer): New function (not
24178         really, a preliminary and incomplete version was present earlier,
24179         but not used).
24181         * org.el (org-fast-todo-selection, org-fast-tag-selection):
24182         Use `org-fit-window-to-buffer'.
24184         * org-exp.el (org-export): Use `org-fit-window-to-buffer'.
24186         * org-agenda.el (org-agenda-get-restriction-and-command)
24187         (org-fit-agenda-window, org-agenda-convert-date):
24188         Use `org-fit-window-to-buffer'.
24190         * org-exp.el (org-export-as-html): Process href links through
24191         `org-export-html-format-href'.
24192         (org-export-html-format-href): New function.
24194         * org-agenda.el (org-agenda-todo): Update only the current
24195         headline if this is a repeated TODO, marked done for today.
24196         (org-agenda-change-all-lines): New argument JUST-THIS, to change
24197         only the current line.
24199         * org.el (org-todo): Take a snapshot of the headline if the
24200         repeater might change it.
24202 2008-11-12  Carsten Dominik  <dominik@science.uva.nl>
24204         * org-publish.el (org-publish-find-title): Remove buffers visited
24205         only for extracting the title.
24207         * org-exp.el (org-export-html-style)
24208         (org-export-html-style-default): Mark style definitions as
24209         unparsed CDATA.
24211         * org-publish.el (org-publish-validate-link):
24212         Function re-introduced.
24214 2008-11-12  Charles Sebold  <csebold@gmail.com>
24216         * org-plot.el (org-plot/add-options-to-plist): Supports timefmt
24217         property.
24218         (org-plot-quote-timestamp-field): New function.
24219         (org-plot-quote-tsv-field): Call timestamp field function when
24220         necessary rather than just quoting as a string.
24221         (org-plot/gnuplot-to-data): Pass in timefmt property.
24222         (org-plot/gnuplot-script): Supports timefmt property.
24223         (org-plot/gnuplot): Checks for timestamp column before checking
24224         for text index column.
24226 2008-11-12  Carsten Dominik  <dominik@science.uva.nl>
24228         * org.el (org-insert-heading): Improve behavior with hidden subtrees.
24230         * org-publish.el (org-publish-org-index): Create a section in the
24231         index file.
24232         (org-publish-org-index): Stop linking to directories.
24234         * org.el (org-emphasis-alist): Use span instead of <u> to
24235         underline text.
24237         * org-exp.el (org-export-as-html): Make sure <p> is closed before
24238         <pre> sections.
24240 2008-11-12  Sebastian Rose  <sebastian_rose@gmx.de>
24242         * org-jsinfo.el (org-infojs-template): Remove language attribute
24243         from script tag.
24245 2008-11-12  Carsten Dominik  <dominik@science.uva.nl>
24247         * org-agenda.el (org-agenda-remove-marked-text): New function.
24248         (org-agenda-mark-filtered-text)
24249         (org-agenda-unmark-filtered-text): New functions.
24250         (org-write-agenda): Remove filtered text.
24252         * org.el (org-make-tags-matcher): Give access to TODO "property"
24253         without speed penalty.
24255 2008-11-12  Carsten Dominik  <dominik@science.uva.nl>
24257         * org.el (org-link-frame-setup): Add `org-gnus-no-new-news' as an
24258         option.
24259         (org-store-link-props): Make sure adding to the plist works
24260         correctly.
24262         * org-gnus.el (org-gnus-no-new-news): New function.
24263         (org-gnus-follow-link): Allow the article ID to be a message-id,
24264         in addition to allowing article numbers.  Message IDs make much
24265         more roubust links.
24266         (org-gnus-store-link): Use message-id to create link.
24268 2008-11-12  Carsten Dominik  <dominik@science.uva.nl>
24270         * org.el (org-emphasize): Reverse the selection array.
24271         (org-emphasis-alist): Set <code> tags for the verbatim
24272         environment.
24274         * org-remember.el (org-remember-handler): Fix bug with
24275         prefix-related changing of the note storage target.
24277         * org-exp.el (org-print-icalendar-entries): Make the exported
24278         priorities compatible with RFC 2445.
24280         * org-clock.el (org-clock-save): Insert time stamp without
24281         dependence on time-stamp.el.
24283 2008-11-12  Carsten Dominik  <dominik@science.uva.nl>
24285         * org.el ("saveplace"): If saveplace puts point into an invisible
24286         location, make it visible.
24287         (org-make-tags-matcher): Allow inactive time stamps in time
24288         comparisons.
24289         (org-yank-adjusted-subtrees): New option.
24290         (org-yank): Incorporate adjusting trees.
24291         (org-paste-subtree): New argument FOR-YANK which will cause
24292         insertion at point without backing up over white lines, and leave
24293         point at the end of the inserted text.  Also if the cursor is
24294         at the beginning of a headline, use the same level or the inserted
24295         tree.
24297         * org-publish.el (org-publish-get-base-files-1): Deal correctly
24298         with broken symlinks.
24300 2008-11-12  Carsten Dominik  <dominik@science.uva.nl>
24302         * org-exp.el (org-export-select-tags, org-get-current-options):
24303         Fix typo.
24305 2008-11-06  Glenn Morris  <rgm@gnu.org>
24307         * org-publish.el (org-publish-attachment): Use copy-file rather than
24308         eshell/cp.
24310 2008-11-04  Juanma Barranquero  <lekktu@gmail.com>
24312         * org.el (org-columns-modify-value-for-display-function):
24313         * org-table.el (org-table-convert-region): Fix typos in docstrings.
24315 2008-10-28  Glenn Morris  <rgm@gnu.org>
24317         * org-agenda.el (org-agenda-align-tags): Replace use of cl `adjoin'.
24319         * org-list.el (outline-next-heading, outline-back-to-heading):
24320         Fix declarations.
24322 2008-10-26  Carsten Dominik  <dominik@science.uva.nl>
24324         * org-agenda.el (org-format-agenda-item)
24325         (org-agenda-filter-make-matcher): Make sure tags are stored and
24326         compared downcased.
24328 2008-10-26  Carsten Dominik  <dominik@science.uva.nl>
24330         * org.el (org-insert-todo-heading): Fix bug with force-heading
24331         argument.
24333 2008-10-26  Carsten Dominik  <dominik@science.uva.nl>
24335         * org-exp.el (org-export-as-ascii): Handle the case that we are
24336         bulishing from an indirect buffer.
24338         * org-table.el (org-table-copy-down): Fix bug with time stamp
24339         increment.
24341         * org-mouse.el (org-mouse-features): New option.
24342         (org-mode-hook): Turn on features depending on
24343         `org-mouse-features'.
24345         * org.el (org-insert-heading-respect-content): Force heading
24346         creation.
24347         (org-insert-heading): Keep the folding state of the heading before
24348         the inserted one.
24350 2008-10-26  Carsten Dominik  <dominik@science.uva.nl>
24352         * org-archive.el (org-archive-to-archive-sibling): Handle top
24353         level headlines better.
24355 2008-10-26  Bastien Guerry  <bzg@gnu.org>
24357         * org-export-latex.el (org-export-latex-classes):
24358         Add \usepackage{graphicx} to the default list of packages.
24360 2008-10-26  Carsten Dominik  <dominik@science.uva.nl>
24362         * org-agenda.el (org-agenda-filter): Rename from
24363         `org-agenda-filter-tags'.
24365 2008-10-26  Carsten Dominik  <dominik@science.uva.nl>
24367         * org.el (org-entry-properties): Add CATEGORY property, iven if it
24368         is not defined as a property in this entry.
24369         (org-add-log-note): Mask prefix argument when immediately storing
24370         the note.
24372         * org-agenda.el (org-agenda-filter-effort-default-operator):
24373         New option.
24375 2008-10-26  James TD Smith  <ahktenzero@mohorovi.cc>
24377         * org.el (org-add-log-setup): Bugfix; code to find insertion point
24378         after drawers was skipping ahead one line too many, so notes were
24379         inserted after the first note instead of before it.
24381 2008-10-26  Carsten Dominik  <dominik@science.uva.nl>
24383         * org-agenda.el (org-agenda-filter-tags, org-agenda-filter-form):
24384         New variables.
24385         (org-prepare-agenda): Reset the filter tags.
24386         (org-agenda-filter-by-tag, org-agenda-filter-by-tag-show-all):
24387         Show filter tags in mode line.
24389         * org-table.el (orgtbl-to-html): Bind `html-table-tag' for the
24390         formatter.
24392         * org-export-latex.el (org-latex-entities-regexp): New constant.
24393         (org-export-as-pdf): Use two calls to `shell-command'.
24395 2008-10-26  Carsten Dominik  <dominik@science.uva.nl>
24397         * org-export-latex.el (org-export-latex-treat-sub-super-char):
24398         Honor the {} value of the subsuperscript setting.  Make sure that
24399         longer subsuperscripts are typeset in a roman font.
24401         * org.el (org-clock-update-time-maybe): Compute negative clock
24402         intervals correctly.
24404 2008-10-26  Carsten Dominik  <dominik@science.uva.nl>
24406         * org.el (org-add-log-setup):
24407         Respect `org-log-state-notes-insert-after-drawers'.
24408         (org-log-state-notes-insert-after-drawers): New option.
24409         (org-todo-trigger-tag-changes): New function.
24410         (org-todo): Call `org-todo-trigger-tag-changes'.
24412 2008-10-26  James TD Smith  <ahktenzero@mohorovi.cc>
24414         * org.el (org-add-log-setup): Only skip drawers if they are
24415         immediately after the scheduling keywords.
24417         * org-clock.el (org-clock-in-switch-to-state): Allow this to be a
24418         function.
24419         (org-clock-in): If `org-clock-in-switch-to-state' is a function,
24420         call it with the current todo state to get the state to switch to
24421         when clocking in.
24422         (org-clock-in): Use org-indent-line-function to indent clock lines.
24423         (org-clock-find-position): Fix indentation of empty clock drawers.
24425 2008-10-26  Carsten Dominik  <dominik@science.uva.nl>
24427         * org-publish.el (org-publish-org-to): Handle case when
24428         org-export-to-pdf does return a file name, not a buffer.
24429         (org-publish-org-to-pdf): New function.
24431         * org-export-latex.el (org-export-as-pdf)
24432         (org-export-as-pdf-and-open): New commands.
24434         * org-table.el (org-table-eval-formula): Avoid parsing Calc's HMS
24435         forms as ranges.
24437         * org-export-latex.el (org-export-latex-lists): Ignore lists-like
24438         things in protexted regions.
24440 2008-10-26  Carsten Dominik  <dominik@science.uva.nl>
24442         * org-export-latex.el (org-export-latex-preprocess):
24443         Improve quoting of LaTeX environments.
24445 2008-10-19  Eli Zaretskii  <eliz@gnu.org>
24447         * org.el (org-default-notes-file):
24448         * org-publish.el (org-publish-timestamp-directory):
24449         * org-id.el (org-id-locations-file): Run file names that begin
24450         with a period thru `convert-standard-filename'.
24452 2008-10-12  Carsten Dominik  <dominik@science.uva.nl>
24454         * org-plot.el: Switch coding system to unix.
24456 2008-10-12  John Wiegley  <johnw@newartisans.com>
24458         * org-attach.el: New file.
24460 2008-10-12  Carsten Dominik  <carsten.dominik@gmail.com>
24462         * org.el (org-edit-fixed-width-region): Exclude final newline from
24463         picture area.
24465         * org-export-latex.el (org-export-latex-subcontent): Add labels to
24466         sections, to make internal links work.
24467         (org-export-latex-fontify-headline): Do not remove all text
24468         properties, to make sure that target properties survive this
24469         process.
24471         * org-exp.el (org-export-preprocess-string): Change sequence of
24472         modifications, to make sure links are prepared before the LaTeX
24473         conversions do happen.
24475         * org-attach.el (org-attach-delete-all): Rename from
24476         `org-attch-delete'.  Add a security query before deleting the
24477         entire directory.  New optional argument FORCE can overrule the
24478         security query.
24479         (org-attach-delete-one): New command.
24481         * org-attach.el (org-attach-file-list): Fix bug with directory.
24483         * org.el (org-apps-regexp-alist): New function.
24484         (org-file-apps): Add auto-mode to the default value.
24485         (org-open-file): Use the new structure of org-file-apps.
24487         * org-attach.el (org-attach): Support the new keys.
24488         (org-attach-method): New option.
24490         * org-bbdb.el (org-bbdb-anniversaries): Fix but with 29 Feb/1
24491         March.
24493         * org.el (org-remove-uniherited-tags): Fix reverse interpretation
24494         of the list value o `org-use-tag-inheritance'.
24496         * org-attach.el (org-attach-auto-tag): New option.
24497         (org-attach-tag, org-attach-untag): New functions.
24498         (org-attach-attach, org-attach-new, org-attach-sync):
24499         Call `org-attach-tag'.
24500         (org-attach-delete): Call `org-attach-untag'.
24502         * org-table.el (orgtbl-self-insert-command): Make this work for
24503         the keypad as well.
24505         * org.el (org-add-log-setup): Limit searc for drawers to entry
24506         text, not to subtree.
24508         * org-clock.el (org-clock-heading-for-remember): New variable.
24509         (org-clock-in): Set `org-clock-heading-for-remember'.
24511 2008-10-12  James TD Smith  <ahktenzero@mohorovi.cc>
24513         * org-remember.el (org-remember-apply-template): Add new
24514         expansions: %k, %K for currently clocked task and a link to the
24515         currently clocked task, and %< to file notes in the currently
24516         clocked task.
24518 2008-10-12  Carsten Dominik  <dominik@science.uva.nl>
24520         * org-export-latex.el (org-export-latex-make-header): Also insert
24521         the content of the property :latex-header-extra.
24523         * org-exp.el (org-infile-export-plist): Put the content of
24524         #+LATEX_HEADER: into the property :latex-header-extra.
24526         * org-colview.el (org-columns-get-format-and-top-level):
24527         Remove resetting the marker.
24529         * org.el (org-entry-property-inherited-from): Improve docstring.
24530         (org-entry-get-with-inheritance): Reset marker before starting the
24531         search.
24533         * org-exp.el (org-infile-export-plist): Allow multiple STYLE lines.
24535         * org.el (org-entry-get-multivalued-property)
24536         (org-entry-protect-space, org-entry-restore-space):
24537         New functions.
24538         (org-file-apps-defaults-macosx): Let PostScript files be opened by
24539         preview.
24540         (org-time-stamp-inactive): Call `org-time-stamp'.
24541         (org-time-stamp): New argument `inactive'.  Also edit inactive
24542         stamps.  Convert time stamp type.
24543         (org-open-file): Interpret the `default' value for the `command'
24544         in `org-file-apps'.
24546         * org-id.el (org-id-int-to-b36-one-digit)
24547         (org-id-b36-to-int-one-digit, org-id-int-to-b36)
24548         (org-id-b36-to-int, org-id-time-to-b36): Modify from b62 to
24549         b36.
24551         * org-id.el (org-id-reverse-string): New function.
24552         (org-id-new): Use `org-id-reverse-string' to make sure the
24553         beginning chars of the ID are mutating fast.  This allows to use a
24554         directory structure to spread things better.
24555         (org-id-prefix): Change default to nil.
24557         * org-list.el (org-move-item-down, org-move-item-up): Remember and
24558         restore the column of the cursor position.
24560         * org-remember.el (org-remember-apply-template): Remove properties
24561         from `initial'.
24563         * org-wl.el (org-wl-open): Remove useless call to
24564         `wl-thread-open-all'.
24566         * org-remember.el (org-remember-handler): Fix bug with `bottom'
24567         location.
24569         * org-bbdb.el (org-bbdb-anniversaries): Require bbdb in
24570         `org-bbdb-anniversaries'.
24572         * org.el (org-get-next-sibling, org-forward-same-level):
24573         New functions, similar to the outline versions, but invisible headings
24574         are OK.
24576 2008-10-12  Bastien Guerry  <bzg@gnu.org>
24578         * org.el (org-auto-repeat-maybe): Insert a space between
24579         the timestamp's type and the timestamp itself.
24581 2008-10-12  Carsten Dominik  <dominik@science.uva.nl>
24583         * org-table.el (org-table-sum): Do not format the result with %g,
24584         it does rounding when there are too many digits.
24586         * org.el (org-map-entries): Protect the keyword-selecting variables.
24588 2008-10-12  Bastien Guerry  <bzg@gnu.org>
24590         * org-agenda.el (org-agenda-to-appt): Make sure the function check
24591         against all agenda files.
24593 2008-10-12  Carsten Dominik  <dominik@science.uva.nl>
24594             Bastien Guerry  <bzg@gnu.org>
24596         * org-list.el: New file, aggregating list functions from org.el
24597         and org-export-latex.el.
24599 2008-10-12  Carsten Dominik  <dominik@science.uva.nl>
24601         * org.el (org-edit-src-region-extra): New option.
24603         * org-agenda.el (org-agenda-to-appt): Fix bug with appointment
24604         time before 1am.
24606 2008-10-12  Bastien Guerry  <bzg@gnu.org>
24608         * org-export-latex.el (org-export-latex-keywords-maybe): Bug fix.
24610 2008-10-12  James TD Smith  <ahktenzero@mohorovi.cc>
24612         * org-plot.el (org-plot/gnuplot): Make tables starting with a
24613         hline work correctly.
24614         (org-plot/gnuplot-script): Put commas at the end of each script
24615         line.
24617         * org.el (org-get-refile-targets): Replace links with their
24618         descriptions.
24619         (org-imenu-get-tree): Replace links with their descriptions.
24621         * org-remember.el (org-remember-apply-template): Add a new
24622         expansion for adding properties to remember items.
24624         * org.el (org-add-log-setup): Skip over drawers (properties,
24625         clocks etc) when adding notes.
24627         * org-agenda.el (org-agenda-get-closed): Show durations of clocked
24628         items as well as the start and end times.
24630         * org-compat.el (org-get-x-clipboard-compat): Add a compat
24631         function for fetching the X clipboard on XEmacs and GNU Emacs 21.
24633         * org-remember.el (org-get-x-clipboard): Use the compat
24634         function to get clipboard values when x-selection-value is
24635         unavailable.  Use substring-no-properties instead of
24636         set-text-properties to remove text properties from the clipboard
24637         value.
24639         * org-clock.el (org-update-mode-line): Support limiting the
24640         modeline clock string, and display the full todo value in the
24641         tooltip.  Set a local keymap so mouse-3 on the clock string goes to
24642         the currently clocked task.
24643         (org-clock-string-limit): Add a custom value for the maximum
24644         length of the clock string in the modeline.
24645         (org-clock-mode-map): Add a keymap for the modeline string.
24647 2008-10-12  Carsten Dominik  <dominik@science.uva.nl>
24649         * org-compat.el (org-propertize): New function.
24651 2008-10-12  Bastien Guerry  <bzg@gnu.org>
24653         * org-export-latex.el (org-export-latex-tables): Protect exported
24654         tables from further special chars conversion.
24655         (org-export-latex-preprocess): Preserve LaTeX environments.
24656         (org-list-parse-list): Parse descriptive lists.
24657         (org-list-to-generic, org-list-to-latex, org-list-to-html)
24658         (org-list-to-texinfo): Export descriptive lists.
24659         (org-quote-chars): Remove.
24660         (org-export-latex-keywords-maybe): Use `replace-regexp-in-string'.
24661         (org-export-latex-list-beginning-re): Rename to
24662         `org-list-beginning-re'.
24663         (org-list-item-begin): Rename to `org-list-item-beginning'.
24665 2008-10-12  Eric Schulte  <schulte.eric@gmail.com>
24667         * org-plot.el: New file.
24669 2008-10-12  Carsten Dominik  <dominik@science.uva.nl>
24671         * org.el (org-refile): Allow refiling to the last entry in the
24672         buffer.
24673         (org-get-tags-at): Fix bug when inheritance is turned off.
24675         * org.el (org-indent-line-function): No longer check for src
24676         regions, this is too much overhead.
24678         * org-agenda.el (org-agenda-highlight-todo): Fix bugs with keyword
24679         matching.
24681         * org.el (org-scan-tags): Make sure that tags matching is not case
24682         sensitive.  TODO keyword matching is case sensitive, however, to
24683         avoid confusion with similar words that are not meant to be
24684         keywords.
24686         * org.el (org-get-local-tags-at): New function.
24687         (org-get-local-tags): New function.
24689         * org-exp.el (org-export-get-categories): New function.
24691         * org-agenda.el (org-sorting-choice)
24692         (org-agenda-sorting-strategy, org-agenda-get-todos)
24693         (org-agenda-get-timestamps, org-agenda-get-deadlines)
24694         (org-agenda-get-scheduled, org-agenda-get-blocks)
24695         (org-entries-lessp): Implement sorting by TODO state.
24696         (org-cmp-todo-state): New defsubst.
24698         * org-colview.el (org-colview-construct-allowed-dates):
24699         New function.
24700         (org-columns-next-allowed-value):
24701         Use `org-colview-construct-allowed-dates'.
24703         * org.el (org-protect-slash): New function.
24704         (org-get-refile-targets): Use `org-protect-slash'.
24706         * org-agenda.el (org-global-tags-completion-table): New variable.
24708         * org-exp.el (org-export-handle-export-tags): New function.
24709         (org-export-preprocess-string):
24710         Call `org-export-handle-export-tags'.
24712         * org-publish.el (org-publish-expand-components): Function removed.
24713         (org-publish-expand-projects): Allow components to have components.
24715         * org.el (org-indent-line-function): Do not indent in regions that
24716         are external source code.
24717         (org-yank-and-fold-if-subtree): New function.
24719         * org-agenda.el (org-agenda-todayp): New function.
24720         (org-agenda-get-deadlines, org-agenda-get-scheduled):
24721         Use `org-agenda-todayp'.
24723         * org.el (org-insert-heading-respect-content)
24724         (org-insert-todo-heading-respect-content): New commands.
24725         (org-insert-heading-respect-content): New option.
24726         (org-insert-heading): Respect `org-insert-heading-respect-content'.
24728         * org-clock.el (org-clock-find-position): Make sure the note after
24729         the clock line gets moved into the new clock drawer.
24731         * org-id.el (org-id-new): New option.
24733         * org-table.el (org-table-copy-down): Avoid overflow during
24734         increment.  Use prefix argument 0 to temporarily disable the
24735         increment.
24737         * org-exp.el (org-export-as-html): Do not turn on the major mode
24738         if the buffer will be killed anyway.
24739         (org-get-current-options): Exclude the #+TEXT field.
24740         (org-export-as-html): Make sure text before the first headline is
24741         a paragraph.
24743         * org-publish.el (org-publish-org-to): Tell the exporter that this
24744         buffer will be killed, so it is not necessary to do major mode
24745         initialization.
24747         * org-archive.el (org-archive-to-archive-sibling): Show empty
24748         lines after folding the archive sibling.
24750         * org.el (org-log-note-extra): New variable.
24752 2008-10-12  Bastien Guerry  <bzg@gnu.org>
24754         * org.el (org-additional-option-like-keywords): Add keywords for
24755         the _QUOTE, _VERSE and _SRC environments.
24757         * org-export-latex.el (org-export-latex-preprocess): Fix bug when
24758         exporting _QUOTE and _VERSE environments.
24760 2008-10-12  Carsten Dominik  <dominik@science.uva.nl>
24762         * org-agenda.el (org-agenda-filter-by-tag): New command.
24764         * org-exp.el (org-get-current-options): Remove angular brackets
24765         from the date entry.
24767         * org.el (org-edit-fixed-width-region): New function.
24768         (org-edit-fixed-width-region): Also try
24769         `org-edit-fixed-width-region'.
24770         (org-edit-fixed-width-region-mode): New option.
24771         (org-activate-code): Only interpret lines starting with colon
24772         plus a space as example lines.
24774         * org-remember.el (org-remember-templates): Add nil instead of
24775         empty strings to fix the length of remember templates.
24777         * org-table.el (org-calc-default-modes): Fix the time format for
24778         calc, from 12 hour to 24 hour clock.
24780         * org-agenda.el (org-agenda-get-deadlines)
24781         (org-agenda-get-scheduled): Avoid `time-of-day' extraction for
24782         entries that are pre-warnings of deadlines or reminders.
24784         * org.el (org-sort-entries-or-items): Make numeric and alpha
24785         comparisons ignore any TODO keyword and priority cookie.
24787         * org-remember.el (org-remember-handler): Reinterpretation of the
24788         prefix argument.
24790         * org-agenda.el (org-agenda-get-scheduled): Use new
24791         `org-scheduled' face.
24793         * org-faces.el (org-scheduled): New face.
24795         * org-wl.el (org-wl-open): Remove incorrect declaration.
24797         * org-gnus.el (org-gnus-store-link): Support for :to information
24798         in gnus links.
24800         * org-exp.el (org-export-as-html): Fix typo in creator
24801         information.
24802         (org-export-protect-examples): New parameter indent.  Insert extra
24803         spaces only when this parameter is specified.
24804         (org-export-preprocess-string): Call `org-export-protect-examples'
24805         with an indentation parameter when exporting to ASCII.
24807         * org-remember.el (org-remember-templates)
24808         (org-remember-apply-template): Allow the file component to be a
24809         function.
24811         * org.el (org-goto-local-search-headings): Rename from
24812         `org-goto-local-search-forward-headings'.  Added the possibility
24813         to search backwards.
24815         * org-export-latex.el (org-export-latex): New customization
24816         group.
24818         * org-agenda.el (org-write-agenda): Erase buffer for txt export.
24820         * org-exp.el (org-html-do-expand): Allow {} to terminate
24821         tex macro.
24823         * org.el (org-buffer-list): Select buffers based on major mode,
24824         not on file name.
24826         * org-agenda.el (org-agenda-align-tags): Fix bug with malformed
24827         face property.
24829         * org-colview.el (org-columns-display-here):
24830         Use `org-columns-modify-value-for-display-function'.
24832         * org.el (org-columns-modify-value-for-display-function): New option.
24834         * org-publish.el (org-publish-file): Make sure the directory match
24835         for the publishing directory works correctly.
24837         * org-agenda.el (org-agenda-execute-calendar-command)
24838         (org-agenda-diary-entry): Additional optional argument.
24840 2008-07-24  Carsten Dominik  <dominik@science.uva.nl>
24842         * org-exp.el (org-export-as-html): Add attributes also in mailto
24843         and ftp links.
24845         * org.el (org-autoload): Add `org-dblock-write:columnview'.
24847 2008-08-11  Glenn Morris  <rgm@gnu.org>
24849         * org-mac-message.el (do-applescript): Fix declaration.
24851 2008-08-10  Glenn Morris  <rgm@gnu.org>
24853         * org-exp.el (org-export-as-html): Let-bind `i'.
24855         * org.el (org-renumber-ordered-list): Fix bob/bobp typo.
24856         (org-extract-attributes): Let-bind `key', `value'.
24857         (org-make-tags-matcher): Let-bind `time-p'.
24859 2008-07-27  Carsten Dominik  <dominik@science.uva.nl>
24861         * org-install.el: New file.
24863 2008-07-26  Carsten Dominik  <dominik@science.uva.nl>
24865         * org-exp.el (org-export-html-style)
24866         (org-export-html-style-extra): Declare as safe-local-variable.
24868 2008-07-25  Carsten Dominik  <dominik@science.uva.nl>
24870         * org-publish.el (org-publish-file): Use the true name of the
24871         file.
24873         * org-jsinfo.el (org-infojs-handle-options): Use :style-extra
24874         instead of :style.
24876         * org-exp.el (org-export-plist-vars)
24877         (org-export-add-options-to-plist): Handle creator setting flag.
24878         (org-export-as-html): Handle attributes also for ftp and mailto
24879         links.
24881         * org-agenda.el (org-agenda-diary-entry)
24882         (org-agenda-execute-calendar-command): Cater for the second
24883         argument of `calendar-cursor-to-date'.
24885 2008-07-24  Carsten Dominik  <dominik@science.uva.nl>
24887         * org-exp.el (org-export-region-as-html, org-export-as-html):
24888         Make sure that calls from `org-export-region-as-html' do not do the
24889         special check for a subtree.
24891         * org-agenda.el (org-batch-store-agenda-views): Fix parsing bug.
24893         * org.el (org-open-file):
24894         Use `org-open-directory-means-index-dot-org'.
24895         (org-open-directory-means-index-dot-org): New option.
24897         * org.el (org-make-link-string): Remove link attributes from
24898         description.
24899         (org-open-at-point): Remove link attributes before using the path.
24901         * org-exp.el (org-export-as-html): Handle link attributes.
24903         * org.el (org-extract-attributes, org-attributes-to-string): New functions.
24905         * org-table.el (org-table-to-lisp): New function.
24907         * org.el (org-narrow-to-subtree): Do not include the final newline
24908         into the narrowed region.
24910         * org-agenda.el (org-agenda-custom-commands-local-options):
24911         Fix bug with user-define skipping condition.
24913         * org-agenda.el (org-agenda-get-restriction-and-command): Fix typo.
24915         * org-exp.el (org-export-html-style-default): Automatic overflow
24916         handling for pre fields.
24917         (org-export-as-ascii, org-export-as-html): Change default format
24918         for time stamp.
24920         * org-table.el (org-table-export): Offer completion for translator
24921         functions, and do not require a heading above the table.
24923         * org.el (org-renumber-ordered-list, org-beginning-of-item-list):
24924         Cater for the case of a list starting in the first line of the
24925         buffer.
24927         * org-publish.el (org-publish-find-title): Bug fix.
24928         (org-publish-org-index): Implement new :index-style option.
24930         * org-publish.el (org-publish-timestamp-filename):
24931         Use SHA1-encoded file names in the timestamp directory.
24933         * org-publish.el (org-publish-needed-p): Be verbose about files
24934         published and files skipped.
24936         * org-exp.el (org-export-preprocess-string): Swap link
24937         normalization and internal link targeting.
24939         * org-publish.el (org-publish-needed-p): Create timestamp
24940         directory when it does not exist.
24942         * org-clock.el (org-clock-out-when-done): Doc fix.
24944         * org.el (org-agenda-skip-unavailable-files): Doc fix.
24946         * org-exp.el (org-export-remove-comment-blocks-and-subtrees):
24947         Ignore case when searching for the COMMENT cookie at export time.
24949         * org-exp.el (org-get-file-contents)
24950         (org-get-and-remove-property): New functions.
24951         (org-export-handle-include-files): Handle the new prefix options.
24952         (org-export-as-html): Fix the verse environment.
24954         * org.el (org-time=, org-time<, org-time<=, org-time>)
24955         (org-time>=, org-time<>, org-2ft): New functions.
24956         (org-op-to-function): Also provide for the time testing functions.
24958         * org-exp.el (org-export-html-style-default): New constant.
24960         * org-exp.el (org-export-html-style-extra): New variable.
24961         (org-export-splice-style): New function.
24963         * org-exp.el (org-export-plist-vars, org-export-as-html):
24964         Implement `org-export-creator-info'.
24965         (org-export-creator-info): New option.
24967         * org.el (org-clock-drawer-start-re, org-clock-drawer-end-re)
24968         (org-property-drawer-re, org-clock-drawer-re): New constants.
24970         * org-exp.el (org-icalendar-use-deadline)
24971         (org-icalendar-use-scheduled): New options.
24972         (org-icalendar-include-todo): Default changed to t.
24973         (org-print-icalendar-entries): Implement better utilization of
24974         scheduling and deadline time stamps.
24975         (org-export-target-internal-links, org-export-as-html): Allow file
24976         lines without the "file:" prefix if the file path is an absolute
24977         path or starts with ".".
24979         * org-clock.el (org-clocktable-shift): Also understand yesterday,
24980         lastweek etc.
24981         (org-clock-special-range): Also understand yesterday, lastweek etc.
24983         * org.el (org-agenda-skip-archived-trees): Docstring now
24984         discourages using this.
24985         (org-scan-tags): Check for org-agenda-archives-mode.
24986         (org-map-entries): Make sure org-agenda-archives-mode is nil.
24987         (org-agenda-files): Functionality of second arg changed.
24989         * org-agenda.el (org-agenda-archives-mode): New variable.
24990         (org-write-agenda, org-prepare-agenda, org-agenda-list)
24991         (org-search-view, org-todo-list, org-tags-view)
24992         (org-agenda-list-stuck-projects): Call `org-agenda-files' with
24993         `ifmode' argument.
24994         (org-agenda-quit): Reset the archives mode.
24995         (org-agenda-archives-mode): New command.
24996         (org-agenda-set-mode-name): Include archives info.
24998         * org.el (org-paste-subtree): Make sure the yanked headline is
24999         visible if it was yanked at a visible point.
25000         (org-move-item-up): Fix the bug with moving white space at the end
25001         of the item.
25002         (org-show-empty-lines-in-parent): New function.
25004 2008-07-19  Juri Linkov  <juri@jurta.org>
25006         * org.el (narrow-map): Bind `org-narrow-to-subtree' to "s" on the
25007         new keymap `narrow-map' instead of binding "\C-xns".
25009 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
25011         * org.el (org-agenda-skip-unavailable-files):
25012         * org-clock.el (org-clock-out-when-done): Doc fixes.
25014 2008-06-18  Glenn Morris  <rgm@gnu.org>
25016         * org.el (org-map-entries): Let-bind `file'.
25018 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
25020         * org-colview.el (org-columns-next-allowed-value): Bug fix.
25022         * org-agenda.el (org-agenda-get-closed): Get the end time into the
25023         agenda prefix as well.
25025         * org-publish.el (org-publish-org-index): Make a properly indented
25026         list.
25028         * org.el (org-calendar-agenda-action-key): New option.
25029         (org-get-cursor-date): New function.
25030         (org-mark-entry-for-agenda-action): New command.
25031         (org-overriding-default-time): New variable.
25032         (org-read-date): Respect `org-overriding-default-time'.
25034         * org-remember.el (org-remember-apply-template): Respect the
25035         overriding default time.
25037         * org-agenda.el (org-agenda-action-marker): New variable.
25038         (org-agenda-action): New command.
25039         (org-agenda-do-action): New function.
25041 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
25043         * org.el (org-schedule, org-deadline): Protect scheduled and
25044         deadline tasks against changes that accidentally remove the
25045         repeater.  Also show a message with the new date when done.
25047 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
25049         * org.el (org-beginning-of-line): Cater for the case when there
25050         are tags but no headline text.
25051         (org-align-tags-here): Convert to tabs only when indent-tabs-mode
25052         it set.
25054 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
25056         * org-mhe.el (org-mhe-get-message-folder-from-index): Make sure
25057         the return value is nil instead of "nil" when there is no match.
25059         * org-exp.el (org-insert-centered): Use fill-column instead of
25060         80.
25061         (org-export-as-ascii): Use string-width to measure the width of
25062         the heading.
25064         * org.el (org-diary-to-ical-string): No longer kill buffer
25065         FROMBUF, this is now done by the caller.
25067         * org-exp.el (org-print-icalendar-entries): Move the call to
25068         `org-diary-to-ical-string' out of the loop, and kill the buffer
25069         afterwords.
25071         * org-remember.el (org-remember-visit-immediately):
25072         Position cursor after moving to the note.
25073         (org-remember-apply-template): Use a text property to record the
25074         cursor position.
25075         (org-remember-handler): Align tags after pasting the note.
25077 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
25079         * org-bbdb.el (org-bbdb-follow-anniversary-link): New function.
25081         * org-agenda.el (org-agenda-open-link): If there is an
25082         org-bbdb-name property in the current line, jump to that bbdb
25083         entry.
25085         * org-bbdb.el (org-bbdb-anniversaries): Add the bbdb-name as a
25086         text property, so that the agenda knows where this entry comes
25087         from.
25089         * org-agenda.el (org-agenda-clock-in): Fix bug in the
25090         interaction between clocking-in from the agenda, and  automatic
25091         task state switching.
25093         * org-macs.el (org-with-point-at): Bug fix in macro definition.
25095         * org.el (org-beginning-of-line, org-end-of-line): Make sure the
25096         zmacs-region stays after this command in XEmacs.
25098 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
25100         * org.el (org-scan-tags): Allow new values for ACTION parameter.
25102         * org-remember.el (org-remember-templates): Fix bug in
25103         customization type definition.
25105         * org.el (org-map-entries): New function.
25107 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
25109         * org-agenda.el (org-agenda-skip-comment-trees): New option.
25110         (org-agenda-skip): Respect `org-agenda-skip-comment-trees'.
25112 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
25114         * org-remember.el (org-jump-to-target-location): New variable.
25115         (org-remember-apply-template):
25116         Set `org-remember-apply-template' if requested by template.
25117         (org-remember-handler): Start an idle timer to jump to
25118         remember location.
25120         * org-exp.el (org-get-current-options): Add the FILETAGS setting.
25122         * org.el (org-set-regexps-and-options): Fix bug with parsing of
25123         file tags.
25124         (org-get-tags-at): Add the content of `org-file-tags'.
25126         * org-exp.el (org-export-handle-comments): Fix bug with several
25127         comment lines after each other.
25128         (org-number-to-roman, org-number-to-counter): New functions.
25129         (org-export-section-number-format): New option.
25131 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
25133         * org-exp.el (org-export-protect-examples): Catch the case of a
25134         missing end_example line.
25136         * org.el (org-set-regexps-and-options): Set `org-file-properties' and
25137         `org-file-tags' to nil.
25139         * org-colview.el (org-columns-next-allowed-value): Handle next
25140         argument NTH to directly select a value.
25142 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
25144         * org-agenda.el (org-agenda-scheduled-leaders): Fix docstring.
25146 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
25148         * org.el (org-columns-ellipses): New option.
25150 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
25152         * org-colview.el (org-columns-add-ellipses): New function.
25153         (org-columns-compact-links): New function.
25154         (org-columns-cleanup-item): Call `org-columns-compact-links'.
25155         (org-columns-display-here): Call `org-agenda-columns-cleanup-item'
25156         when in agenda.
25157         (org-columns-edit-value): Fix bug with editing values from
25158         agenda column view.
25159         (org-columns-redo): Also redo the agenda itself.
25161 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
25163         * org-agenda.el (org-agenda-columns-remove-prefix-from-item):
25164         New option.
25166         * org-colview.el (org-agenda-columns-cleanup-item): New function.
25168         * org-exp.el (org-export-ascii-preprocess): Rename from
25169         `org-export-ascii-clean-string'.
25170         (org-export-kill-licensed-text)
25171         (org-export-define-heading-targets)
25172         (org-export-handle-invisible-targets)
25173         (org-export-target-internal-links)
25174         (org-export-remove-or-extract-drawers)
25175         (org-export-remove-archived-trees)
25176         (org-export-protect-quoted-subtrees)
25177         (org-export-protect-verbatim, org-export-protect-examples)
25178         (org-export-select-backend-specific-text)
25179         (org-export-mark-blockquote-and-verse)
25180         (org-export-remove-comment-blocks-and-subtrees)
25181         (org-export-handle-comments, org-export-mark-radio-links)
25182         (org-export-remove-special-table-lines)
25183         (org-export-normalize-links)
25184         (org-export-concatenate-multiline-links)
25185         (org-export-concatenate-multiline-emphasis): New functions,
25186         obtained from spliting the export preprocessor.
25188         * org-table.el (org-table-recalculate): Improve error message if
25189         the row number is invalid.
25191 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
25193         * org-archive.el (org-archive-save-context-info): Fix bugs in
25194         customization setup and docstring.
25196         * org-exp.el (org-export-html-style): Change the size of in the
25197         <pre> element to 90%.
25199 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
25201         * org.el (org-find-src-example-start): Function removed.
25202         (org-edit-src-find-region-and-lang): New function.
25204 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
25206         * org.el (org-edit-src-exit): New function.
25207         (org-exit-edit-mode): New minor mode.
25209         * org-exp.el (org-export-preprocess-string): Fix bug with removing
25210         comment-like lines from protected examples.
25212         * org.el (org-edit-src-example, org-find-src-example-start)
25213         (org-protect-source-example, org-edit-special): New functions.
25215 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
25217         * org-publish.el (org-publish-project-alist): Fix typo in
25218         docstring.
25219         (org-publish-project-alist): Handle :index-title property.
25221 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
25223         * org-export-latex.el (org-export-as-latex): Make sure region
25224         bounds are correct.  Parse subtree properties relating to export.
25226         * org-exp.el (org-export-add-options-to-plist): New function.
25227         (org-infile-export-plist): Use `org-export-add-options-to-plist'.
25229 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
25231         * org.el (org-default-properties): Add EXPORT_FILE_NAME and
25232         EXPORT_TITLE.
25234         * org-exp.el (org-export-get-title-from-subtree)
25235         (org-export-as-ascii, org-export-as-html): Make sure the original
25236         region-beginning and region-end are used, even after moving point.
25237         (org-export-get-title-from-subtree): Also try the EXPORT_TITLE
25238         property.
25240         * org-remember.el (org-remember-last-stored-marker): New variable.
25241         (org-remember-goto-last-stored): Use `org-goto-marker-or-bmk'.
25242         (org-remember-handler): Also use marker to remember
25243         last-stored position.
25245         * org.el (org-goto-marker-or-bmk): New function.
25247 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
25249         * org.el (org-file-properties): Rename from `org-local-properties'.
25250         (org-scan-tags): Take file tags into account.
25251         (org-tags-match-list-sublevels): Default changed to t.
25253         * org-exp.el (org-export-as-html): Close paragraph after a footnote.
25255         * org.el (org-update-parent-todo-statistics): New function.
25257         * org-exp.el (org-icalendar-store-UID): New option.
25258         (org-icalendar-force-UID): Option removed.
25259         (org-print-icalendar-entries): IMplement UIDs.
25261 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
25263         * org-mhe.el (org-mhe-follow-link): Fix bug in mhe searches.
25265 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
25267         * org-faces.el (org-column): Document how this face is being used
25268         and why sometimes the background faces shine through.
25270         * org-mhe.el (org-mhe-follow-link): Improve handling of searches.
25272         * org-publish.el (org-publish-attachment): Create publishing
25273         directory if it does not yet exist.
25275         * org-table.el (org-calc-default-modes): Change default number
25276         format to (float 8).
25278         * org.el (org-olpath-completing-read): New function.
25279         (org-time-clocksum-format): New option.
25280         (org-minutes-to-hh:mm-string): Use `org-time-clocksum-format'.
25282         * org-clock.el (org-clock-display, org-clock-out)
25283         (org-update-mode-line): Use `org-time-clocksum-format'.
25285         * org-colview.el (org-columns-number-to-string):
25286         Use `org-time-clocksum-format'.
25288 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
25290         * org-id.el: New file, move from contrib to core.
25292         * org-exp.el (org-icalendar-force-UID): New option.
25294 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
25296         * org-exp.el (org-print-icalendar-entries): Make sure DTEND is
25297         shifted by one day if there is a date range without an end time.
25299         * org.el (org-try-structure-completion): New function.
25301 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
25303         * org.el (org-set-font-lock-defaults): Improve fontification of
25304         description lists.
25305         (org-insert-item): Handle description lists.
25306         (org-adaptive-fill-function): Improve auto indentation in
25307         description lists.
25309         * org-exp.el (org-export-as-html, org-export-preprocess-string):
25310         Implement VERSE environment.
25311         (org-export-preprocess-string): Implement the COMMENT
25312         environment.
25314         * org-export-latex.el (org-export-latex-preprocess):
25315         Implement VERSE environment.
25317 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
25319         * org-jsinfo.el (org-infojs-opts-table): Add entry for FIXED_TOC
25320         option.
25322 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
25324         * org-table.el (orgtbl-to-tsv, orgtbl-to-csv): New functions.
25326         * org.el (org-quote-csv-field): New functions.
25328         * org-table.el (org-table-export-default-format): Remove :splice
25329         from default format, we get the same effect by not specifying
25330         :tstart and :tend.
25331         (org-table-export): Improve setup, distinguish better between
25332         interactive and non-interactive use, allow specifying the format
25333         on the fly, better protection against wrong file names.
25334         (orgtbl-to-generic): Fix documentation.  Do not require :tstart
25335         and :tend when :splice is omitted.
25337 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
25339         * org-clock.el (org-clock-select-task): Make sure the selection
25340         letters are 1-9 and A-Z, no special characters.
25342 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
25344         * org-exp.el (org-export-htmlize): New group.
25345         (org-export-htmlize-output-type)
25346         (org-export-htmlize-css-font-prefix): New options.
25347         (org-export-htmlize-region-for-paste): New function.
25348         (org-export-htmlize-generate-css): New command.
25350 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
25352         * org.el (org-set-visibility-according-to-property): New function.
25353         (org-ctrl-c-ctrl-c): Do not restart org-mode, just get the options
25354         and compute the regular expressions, and update font-lock.
25355         (org-property-re): Allow a dash in property names.
25357         * org-archive.el (org-extract-archive-file): Insert the file name
25358         without the path into the format, to allow the location format to
25359         contain a subdirectory.
25361         * org-agenda.el (org-agenda-post-command-hook): If point is at end
25362         of buffer, and the `org-agenda-type' property undefined, use the
25363         value from the character before.
25365         * org.el (org-add-planning-info): Don't let indentation for
25366         would-be timestamp become extra whitespace at the end of headline.
25368 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
25370         * org.el (org-remove-double-quotes, org-file-contents):
25371         New functions.
25373         * org-exp.el (org-infile-export-plist): Also parse the
25374         contents of #+SETUPFILE files, recursively.
25376         * org.el (org-set-regexps-and-options): Also parse the
25377         contents of #+SETUPFILE files, recursively.
25379         * org-exp.el (org-export-handle-include-files): New function.
25380         (org-export-preprocess-string):
25381         Call `org-export-handle-include-files'.
25383         * org.el (org-delete-property-globally)
25384         (org-delete-property, org-set-property): Ignore case during
25385         completion.
25386         (org-set-property): Use `org-completing-read' instead of
25387         `completing-read'.
25389         * org.el (org-complete-expand-structure-template): New,
25390         experimental function.
25391         (org-structure-template-alist): New, experimental option.
25392         (org-complete): Call `org-complete-expand-structure-template'.
25394 2008-06-17  Bastien Guerry  <bzg@gnu.org>
25396         * org-export-latex.el (org-export-latex-preprocess):
25397         Add support for blockquotes.
25399 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
25401         * org.el (org-read-date-analyze): Catch the case where only a
25402         weekday is given.
25404 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
25406         * org.el (org-set-font-lock-defaults): Make the description
25407         tag bold.
25409         * org-exp.el (org-export-as-html, org-close-li):
25410         Implement description lists.
25412 2008-06-17  Jason Riedy  <jason@acm.org>
25414         * org-table.el (*orgtbl-default-fmt*): New variable.
25415         (orgtbl-format-line): Use the value of *orgtbl-default-fmt*
25416         when there is no other fmt available.
25418         (orgtbl-to-generic): Allow an explicitly nil :tstart or
25419         :tend to suppress the appropriate string.
25421         (orgtbl-to-orgtbl): New function for translating to another orgtbl
25422         table.
25424 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
25426         * org.el (org-read-date-analyze): "." as an alias for "+0" in
25427         read date.
25429         * org-clock.el (org-clock-save-markers-for-cut-and-paste):
25430         New function.
25432         * org-agenda.el (org-agenda-save-markers-for-cut-and-paste):
25433         New function.
25435 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
25437         * org-clock.el (org-clock-find-position): Don't include notes
25438         into clock drawer.
25440         * org-archive.el (org-archive-subtree): No longer remove an
25441         extra line after cutting the subtree.  `org-cut-subtree' already
25442         takes care of this.
25444         * org-remember.el (org-remember-handler): Only kill the target
25445         buffer if it does not contain the running clock.
25447         * org.el (org-markers-to-move): New variable.
25448         (org-save-markers-in-region, org-check-and-save-marker)
25449         (org-reinstall-markers-in-region): New function.
25450         (org-move-subtree-down, org-copy-subtree): Remember relative
25451         marker positions before cutting.
25452         (org-move-subtree-down, org-paste-subtree): Restore relative
25453         marker positions after pasting.
25455         * org-remember.el (org-remember-clock-out-on-exit): New option.
25456         (org-remember-finalize): Clock out only if the setting in
25457         `org-remember-clock-out-on-exit' requires it.
25458         (org-remember-handler): Do the cleanup in the buffer, to make sure
25459         that the clock marker remains in tact.
25461 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
25463         * org-clock.el (org-clock-goto): Widen buffer if necessary.
25464         (org-clock-in): Make sure that also tasks outside the narrowed
25465         region will be clocked in correctly.
25466         (org-clock-insert-selection-line): Widen the buffer so that we can
25467         find the correct task heading.
25469         * org.el (org-base-buffer): New function.
25471         * org-exp.el (org-icalendar-cleanup-string): Make sure ","
25472         and ";" are escaped.
25473         (org-print-icalendar-entries): Also apply
25474         `org-icalendar-cleanup-string' to the headline, not only to the
25475         summary property.
25477 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
25479         * org-exp.el (org-export-preprocess-hook): New hook.
25480         (org-export-preprocess-string): Call `org-export-preprocess-hook'.
25482         * org.el (org-font-lock-hook): New variable.
25483         (org-font-lock-hook): New function.
25484         (org-set-font-lock-defaults): Call `org-font-lock-hook'.
25486 ;; Local Variables:
25487 ;; coding: utf-8
25488 ;; add-log-time-zone-rule: t
25489 ;; End:
25491         Copyright (C) 2008-2012 Free Software Foundation, Inc.
25493   This file is part of GNU Emacs.
25495   GNU Emacs is free software: you can redistribute it and/or modify
25496   it under the terms of the GNU General Public License as published by
25497   the Free Software Foundation, either version 3 of the License, or
25498   (at your option) any later version.
25500   GNU Emacs is distributed in the hope that it will be useful,
25501   but WITHOUT ANY WARRANTY; without even the implied warranty of
25502   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
25503   GNU General Public License for more details.
25505   You should have received a copy of the GNU General Public License
25506   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.