Auto-commit of generated files.
[emacs.git] / lisp / org / ChangeLog
blob1cdb0a6f57407d3c3da70f33c99cb8285ffdf1e5
1 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
3         * org.el (org-link-unescape, org-link-unescape-compound): Fix typos.
5 2011-11-20  Andreas Schwab  <schwab@linux-m68k.org>
7         * org-list.el (org-list-send-item): Use sort instead of sort*.
9 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
11         * org-table.el (org-table-line-to-dline): Fix typo.
13 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
15         * org-agenda.el (org-agenda-add-entry-text-descriptive-links)
16         (org-agenda-custom-commands, org-write-agenda, org-check-for-org-mode)
17         (org-search-syntax-table, org-modify-diary-entry-string)
18         (org-write-agenda):
19         * org-bbdb.el (org-bbdb-anniv-export-ical):
20         * org-bibtex.el (org-bibtex-fields):
21         * org-icalendar.el (org-icalendar-date-time-format):
22         * org-latex.el (org-export-latex-inline-image-extensions):
23         * org-list.el (org-list-insert-item): Fix typos.
25 2011-11-11  Juanma Barranquero  <lekktu@gmail.com>
27         * org-plot.el (org-plot/gnuplot-to-grid-data): Fix typo in docstring.
29 2011-09-27  Eli Zaretskii  <eliz@gnu.org>
31         * org.el (org-mode): Force left-to-right paragraphs in Org
32         buffers.  For a related discussions, see
33         https://lists.gnu.org/archive/html/emacs-devel/2011-09/msg00349.html.
35 2011-09-17  Juanma Barranquero  <lekktu@gmail.com>
37         * org.el (org-toggle-pretty-entities): Fix typo in message.
39 2011-09-02  Chong Yidong  <cyd@stupidchicken.com>
41         * org-compat.el (org-pop-to-buffer-same-window): Deleted.
43         * ob-ref.el (org-babel-ref-goto-headline-id):
44         * org.el (org-get-location, org-tree-to-indirect-buffer)
45         (org-mark-ring-goto, org-refile, org-add-log-note)
46         (org-revert-all-org-buffers, org-switchb)
47         (org-cycle-agenda-files, org-submit-bug-report)
48         (org-goto-marker-or-bmk):
49         * org-agenda.el (org-prepare-agenda, org-agenda-switch-to):
50         * org-capture.el (org-capture-goto-target)
51         (org-capture-fill-template):
52         * org-clock.el (org-clock-goto):
53         * org-ctags.el (org-ctags-visit-buffer-or-file):
54         * org-exp.el (org-export-as-org):
55         * org-feed.el (org-feed-show-raw-feed):
56         * org-html.el (org-export-htmlize-generate-css):
57         * org-id.el (org-id-goto):
58         * org-irc.el (org-irc-visit-erc):
59         * org-mobile.el (org-mobile-apply):
60         * org-publish.el (org-publish-org-to, org-publish-find-date):
61         * org-remember.el (org-go-to-remember-target):
62         * org-src.el (org-src-switch-to-buffer)
63         (org-edit-fixed-width-region): Use switch-to-buffer.
65 2011-08-31  Martin Rudalics  <rudalics@gmx.at>
67         * org-compat.el (org-pop-to-buffer-same-window): Remove LABEL
68         argument from pop-to-buffer-same-window call.
70 2011-07-30  Carsten Dominik  <carsten.dominik@gmail.com>
72         * ob.el (org-babel-src-block-regexp): If a code block has a body,
73         its last character must be a newline.
75 2011-07-28  Bastien Guerry  <bzg@gnu.org>
77         * org-pcomplete.el: New file.  Rename from org-complete.el.
78         * org-complete.el: Delete file.
80 2011-07-28  Bastien Guerry  <bzg@gnu.org>
82         * org-publish.el (org-publish-index-generate-theindex): Rename
83         from `org-publish-index-generate-theindex.inc'.  Use the file
84         theindex.org directly instead of including theindex.inc.
85         (org-publish-projects): Don't delete .orgx files.
86         (org-publish-aux-preprocess): Use .file.orgx.
88 2011-07-28  Bastien Guerry  <bzg@gnu.org>
90         * org-html.el (org-export-html-preamble-format): New default for
91         the HTML preamble: don't include the title.  Also improve the
92         docstring.
93         (org-export-html-postamble-format): Improve the docstring.
94         (org-export-as-html): Add the title within the "content" div.
95         This is necessary for interaction with the org-info.js script.
97 2011-07-28  Michael Brand  <michael.ch.brand@gmail.com>
99         * org-table.el (org-table-edit-field): Display field coordinates.
101 2011-07-28  Bastien Guerry  <bzg@gnu.org>
103         * org-publish.el (org-publish-find-title): Bugfix: kill buffers
104         unless they were already visited.
105         (org-sitemap-sort-files, org-sitemap-sort-folders)
106         (org-sitemap-ignore-case, org-sitemap-requested)
107         (org-sitemap-date-format, org-sitemap-file-entry-format): Use
108         a correct prefix.
109         (org-publish-projects): Make sure to delete .orgx files.
110         (org-publish-index-generate-theindex.inc): Small docstring fix.
112 2011-07-28  Bastien Guerry  <bzg@gnu.org>
114         * org-table.el (org-table-duration-custom-format): New defcustom
115         to select output format of durations computations.
116         (org-table-time-seconds-to-string): Use the new variable.
117         (org-table-eval-formula): Allow `t' as a flag, on top of `T'.  `t'
118         will use the custom output format defined in
119         `org-table-duration-custom-format'.
121 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
123         * org-list.el: Search blank lines down to the end of the item
124         instead of stopping at the item, in order to possibly match such
125         lines within the item.
127 2011-07-28  Bastien Guerry  <bzg@gnu.org>
129         * org-latex.el (org-export-latex-href-format): Docstring fix to
130         reflect the fact that you can use only one "%s".
131         (org-export-latex-links): Allow `org-export-latex-href-format' to
132         have only one "%s".
134 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
136         * org.el (org-org-menu): Add `org-copy-visible' to the menu.
138 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
140         * org.el (org-copy-visible): New command.
142 2011-07-28  Bastien Guerry  <bzg@gnu.org>
144         * org-capture.el (org-capture-templates): Docstring fix.
146 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
148         * ob.el (org-babel-view-src-block-info): New function to inspect
149         code blocks.
151         * ob-keys.el (org-babel-key-bindings): Key bindings for
152         `org-babel-view-src-block-info'.
154 2011-07-28  Bastien Guerry  <bzg@gnu.org>
156         * org-exp.el (org-infile-export-plist): Handle recursively
157         included setup files.  The value of the last included file always
158         takes precedence over previous values.
160 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
162         * org.el (org-timestamp-change): Keep point in the same category
163         when updating a time-stamp.  This requires to be careful, as,
164         depending on the locale, name of day might change of length during
165         the process.
167 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
169         * org-footnote.el (org-footnote-create-definition): When skipping
170         already written footnotes definition, the algorithme would assume
171         each one was only one-line long.
173 2011-07-28  Bastien Guerry  <bzg@gnu.org>
175         * org-table.el (org-table-eval-formula): Fix bug when a formula
176         "range" is just one cell.
177         (org-table-time-string-to-seconds): Don't check whether we
178         manipulate a string.
180 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
182         * org-exp.el (org-export-mark-list-end)
183         (org-export-mark-list-properties): Don't remove the ending regexp
184         when it consists in blank lines.
186         * org-list.el (org-list-parse-list): Ditto, but remove it
187         completely when it isn't made of blank lines (i.e. during export
188         process).
190 2011-07-28  Bastien Guerry  <bzg@gnu.org>
192         * org-table.el (org-table-time-string-to-seconds): Match either
193         HH:MM:SS or HH:MM (instead of MM:SS).
195 2011-07-28  Bastien Guerry  <bzg@gnu.org>
197         * org.el (org-ctrl-c-ctrl-c-final-hook): New hook to be run when
198         `org-ctrl-c-ctrl-c' cannot do anything useful in the given
199         context.
201 2011-07-28  Bastien Guerry  <bzg@gnu.org>
203         * org-html.el (org-export-html-with-timestamp)
204         (org-export-html-html-helper-timestamp): These are obsolete
205         variables as of Org version 7.7 as you can already export the
206         timestamp from the preamble or the postamble.
207         (org-export-html-before-content-div): Delete variable.
208         (org-export-html-content-div): Obsolete variable as of 7.7.
209         (org-export-html-divs): New variable to define divs used in
210         HTML export.
211         (org-export-as-html): Now the preamble and the postamble are
212         surrounded by a <div ...>.  The name of the div is defined through
213         `org-export-html-divs'.
215 2011-07-28  Bastien Guerry  <bzg@gnu.org>
217         * org-table.el (org-table-eval-formula): Throw an error when
218         trying to replace complex range with invalid references.
220 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
222         * org-macs.el (org-with-limited-levels): Some functions, like
223         `org-back-to-heading', being deeply based on outline-mode, still
224         refer to `outline-regexp' instead of `org-outline-regexp'.
226 2011-07-28  Bastien Guerry  <bzg@gnu.org>
228         * org.el (org-refile-get-targets): New optional argument
229         `excluded-entries' to exclude entries from the targets.
230         (org-refile-get-location): From an org-mode buffer, exclude
231         current heading and subheadings from the list of targets when
232         `org-refile-use-cache' is nil.
234 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
236         * org.el (org-imenu-get-tree): Headlines start at bol.
238 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
240         * ob-maxima.el: New file.  Fixed self-proclaimed file name.
242 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
244         * ob.el (org-babel-sha1-hash): Only call `copy-seq' on proper
245         lists.
247 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
249         * org.el (org-kill-is-subtree-p): Matched string needs to start at
250         bol.
252 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
254         * org.el (org-paste-subtree, org-kill-is-subtree-p)
255         (org-yank-folding-would-swallow-text, org-yank-generic): Use
256         `org-with-limited-levels' macro.
258 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
260         * org-macs.el (org-with-limited-levels): Also modify, when
261         appropriate, `org-outline-regexp-at-bol'.
263 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
265         * org.el (org-timestamp-change): Some locales don't use the same
266         length for date abbreviations.  Set a marker at origin in case
267         length of new timestamp is different.
269 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
271         * org.el (org-imenu-get-tree): Browse only true headlines.
273 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
275         * org-archive.el (org-archive-subtree): While it might be possible
276         to archive an headline of a temporary buffer (i.e. not visiting a
277         file), it wouldn't be really sensical.
279 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
281         * org-archive.el (org-extract-archive-file)
282         (org-extract-archive-heading, org-archive-subtree):
283         `buffer-file-name' is nil in an indirect buffer.  Thus, use
284         `(buffer-file-name (buffer-base-buffer))', which will, in any
285         case, return the file name.
287 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
289         * org-capture.el (org-capture): If dired isn't loaded,
290         `dired-buffers' isn't defined, and %F will fail.
292 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
294         * ob-java.el (org-babel-execute:java): Don't create empty package
295         directories.
297 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
299         * ob-java.el: New file.
301 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
303         * ob.el (org-babel-execute-src-block): Replace call to defunct
304         function `org-babel-result-hash'.
306 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
308         * org-footnote.el (org-footnote-in-valid-context-p): Avoid cited
309         lines and headers in `message-mode'.
310         (org-footnote-at-reference-p): Remove check for cited lines, this
311         is now handled by the previous function.  Refactor.
313 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
315         * org-capture.el (org-capture): If no file is associated to
316         current buffer, check dired buffer and try to retreive a possibly
317         directory associated.
319 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
321         * ob-exp.el (org-babel-exp-results): Resolve hashes in the current
322         (not original) file buffer.
324         * ob.el (org-babel-current-result-hash): More informative name,
325         and remove useless optional argument.
327 2011-07-28  Bastien Guerry  <bzg@gnu.org>
329         * org.el (org-refile-get-location): Exclude current heading from
330         the refile table.
332 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
334         * org-footnote.el (org-footnote-at-reference-p): Test if match is
335         in cited text, when replying to a message.
336         (org-footnote-new): Do not create a new footnote at bol, as it
337         might be seen as a definition.
338         (org-footnote-at-definition-p): Ignore definitions in forbidden
339         blocks, as it is already the case for references.
341 2011-07-28  Matt Lundin  <mdl@imapmail.org>
343         * org-bibtex.el (org-bibtex-create, org-bibtex-write): Change
344         argument of `org-toggle-tag' to 'on. (Other arguments, e.g., t,
345         have no effect).
347 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
349         * org-bibtex.el (org-bibtex-get): Don't let trimming turn nils
350         into empty strings.
352 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
354         * org-list.el (org-list-insert-item): Actualize code comments.
355         (org-insert-item): For consistency, point cannot be moved at a
356         surprising place when the user is being asked to choose a new
357         description term to insert in the list.  Point should stay where
358         the user called the command.
360 2011-07-28  Bastien Guerry  <bzg@gnu.org>
362         * org-toc.el (org-toc-before-first-heading-p, org-toc-show)
363         (org-toc-get-headlines-status): Use `org-outline-regexp-bol'.
365 2011-07-28  Bastien Guerry  <bzg@gnu.org>
367         * org.el (org-outline-regexp-bol): New defconst.
368         (org-outline-level, org-set-font-lock-defaults, org-cycle)
369         (org-overview, org-content, org-flag-drawer)
370         (org-first-headline-recenter, org-insert-todo-heading)
371         (org-map-region, org-move-subtree-down, org-paste-subtree)
372         (org-kill-is-subtree-p, org-context-p, org-refile)
373         (org-refile-new-child, org-toggle-comment, org-todo)
374         (org-add-planning-info, org-add-log-setup, org-scan-tags)
375         (org-set-tags, org-insert-property-drawer)
376         (org-prepare-agenda-buffers, org-preview-latex-fragment)
377         (org-speed-command-default-hook, org-check-for-hidden)
378         (org-toggle-item, org-toggle-heading)
379         (org-indent-line-function, org-set-autofill-regexps)
380         (org-fill-paragraph, org-toggle-fixed-width-section)
381         (org-yank-generic, org-yank-folding-would-swallow-text)
382         (org-first-sibling-p, org-goto-sibling)
383         (org-goto-first-child, org-show-entry): Use
384         `org-outline-regexp' and `org-outline-regexp-bol'.
386 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
388         * org.el (org-update-parent-todo-statistics): COOKIE_DATA should
389         be checked for parent, not current headline.  Also, this function
390         doesn't need to be interactive.
392 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
394         * org-list.el (org-list-send-item, org-list-struct-apply-struct)
395         (org-apply-on-list, org-toggle-checkbox): Make markers point
396         nowhere when they have become useless.
398 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
400         * org-list.el (org-list-insert-item): When insertion point is in
401         some white line after the end of the list, remove all unnecessary
402         white lines there before proceeding.  Also refactor a snippet of
403         code.
405 2011-07-28  Bastien Guerry  <bzg@gnu.org>
407         * org-latex.el (org-export-latex-image-default-option): Change
408         default value.
410 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
412         * org.el (org-fontify-meta-lines-and-blocks-1): Blocks cannot be
413         correctly fontified when the buffer is missing a final newline.
415 2011-07-28  Bastien Guerry  <bzg@gnu.org>
417         * ob.el (org-babel-strip-protective-commas): Return `nil' instead
418         of an error if no argument is given.
419         (org-babel-parse-src-block-match): Make sure body is defined in
420         the let construct.
422 2011-07-28  Jon Anders Skorpen  <jonas@ifi.uio.no>  (tiny change)
424         * org-publish.el (org-publish-cache-file-needs-publishing): Regexp
425         did not find includes with double quoted file names.
427 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
429         * org-footnote.el (org-footnote-normalize): Footnote section
430         should be inserted only if there are footnotes to insert.
432 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
434         * org-footnote.el (org-footnote-at-definition-p)
435         (org-footnote-normalize): Do not grab signature in the definition
436         of the last footnote.
438 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
440         * org-bibtex.el (org-babel-trim): Declare this function to the
441         compiler.
442         (org-bibtex-get): Trimming whitespace off of bibtex fields read from
443         properties.
445 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
447         * org-exp.el (org-export-preprocess-string): Add the possibility
448         to call recursively the function.  Also change order of some
449         function calls.  Comment export process for footnotes.
451         * org-footnote.el (org-footnote-normalize): Change the export
452         specific parameter to hold properties of export.  Thus, the
453         function can send every footnote definition in the buffer through
454         `org-export-process-string'.
456 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
458         * org-latex.el (org-export-latex-preprocess): First insert
459         footnotes in the temporary buffer so their contents can properly
460         be protected from further transformations if required.
462 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
464         * org-list.el (org-list-indent-offset): New variable.
465         (org-list-struct-fix-ind): Make use of the new variable.
467 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
469         * org-latex.el (org-export-latex-list-parameters): Complete
470         default value with cbtrans option.
472         * org-list.el (org-list-to-latex): Set a more consistent default
473         value.
475 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
477         * org-list.el (org-list-swap-items): Move it to a meaningful
478         position in source code (i.e. before any function using it), and
479         rename it to an easier name.
481 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
483         * org-list.el (org-list-separating-blank-lines-number): If there
484         are blank lines already in the whole list, add a blank line.
486 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
488         * org-list.el (org-list-use-circular-move): New variable.
489         (org-previous-item, org-next-item): Make use of the new variable.
490         (org-move-item-down, org-move-item-up): Make use of the new
491         variable.  Simplify code.
493 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
495         * org-list.el (org-list-delete-item, org-list-send-item): New
496         functions.
498 2011-07-28  Bastien Guerry  <bzg@gnu.org>
500         * org-agenda.el (org-agenda-bulk-custom-functions): New variable
501         for custom bulk action functions.
502         (org-agenda-bulk-action): Use it.
504 2011-07-28  Bastien Guerry  <bzg@gnu.org>
506         * org-latex.el (org-export-latex-quotes): New defcustom.
507         (org-export-latex-quotation-marks): Use it.
509 2011-07-28  Bastien Guerry  <bzg@gnu.org>
511         * org-capture.el (org-capture-finalize): Bugfix about inserted
512         blank line when killing the capture buffer and
513         `org-blank-before-new-entry' tells to not insert anything before a
514         heading.
516 2011-07-28  Bastien Guerry  <bzg@gnu.org>
518         * org-html.el (org-export-html-content-div): Rename from
519         `org-export-content-div'.
520         (org-export-as-html): Use new name.
522 2011-07-28  Bastien Guerry  <bzg@gnu.org>
524         * org-latex.el (org-export-latex-header-defs-re): Delete.
526 2011-07-28  Bastien  <bzg@gnu.org>
528         * org.el (org-last-set-property): New variable.
529         (org-read-property-name): Use the new variable: the prompt
530         defaults to the last property set, unless there is a property in
531         the line at point.
533 2011-07-28  David Maus  <dmaus@ictsoc.de>
535         * org-capture.el (org-capture-before-finalize-hook)
536         (org-capture-after-finalize-hook, org-capture-mode-map)
537         (org-capture-mode, org-capture-goto-last-stored): Fix docstring,
538         consistently refer to capture, not remember.
540 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
542         * ob-clojure.el (org-babel-execute:clojure): Respects "scalar" and
543         "verbatim" results params.
545 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
547         * ob-awk.el (org-babel-execute:awk): Use "verbatim" as synonym for
548         "scalar".
550         * ob-sh.el (org-babel-sh-evaluate): Use "verbatim" as synonym for
551         "scalar".
553         * ob-sqlite.el (org-babel-execute:sqlite): Use "verbatim" as
554         synonym for "scalar".
556         * ob.el (org-babel-merge-params): Use "verbatim" as synonym for
557         "scalar".
559 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
561         * ob.el (org-babel-script-escape): Parse odd parens when nested
562         isnide lists.
564 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
566         * ob-clojure.el (org-babel-execute:clojure): No longer force
567         results into elisp if they don't naturally fit.
569 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
571         * ob-clojure.el (org-babel-execute:clojure): Stop re-reading
572         already parsed lisp results.
574 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
576         * org-list.el (org-plain-list-ordered-item-terminator): Remove
577         incorrect assumption.
579 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
581         * org-footnote.el (org-footnote-forbidden-blocks): Add missing
582         exporter specific blocks.
584         * org-list.el (org-list-forbidden-blocks): Ditto.
586 2011-07-28  Bastien Guerry  <bzg@gnu.org>
588         * org-latex.el (org-export-latex-tables): Bugfix: remove
589         properties from fields.
591 2011-07-28  Bastien Guerry  <bzg@gnu.org>
593         * org.el (org-shiftcontrolup, org-shiftcontroldown): New commands
594         to use `org-clock-timestamps-change'.
596 2011-07-28  Bastien Guerry  <bzg@gnu.org>
598         * org.el (org-timestamp-up, org-timestamp-down): Mention time
599         changes in the docstring.
601 2011-07-28  Bastien Guerry  <bzg@gnu.org>
603         * org-clock.el (org-clock-remove-empty-clock-drawer): New function
604         to remove empty clock drawer.
605         (org-clock-out-hook): Add the new function as a hook.
607 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
609         * org-list.el (org-list-in-valid-context-p): Use `org-in-block-p'.
611 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
613         * org.el (org-in-block-p): New function.
615         * org-footnote.el (org-footnote-forbidden-blocks): New variable.
616         (org-footnote-in-valid-context-p): New function.
617         (org-footnote-at-reference-p): Use new function.  Allow inline
618         footnotes to start at bol.
620 2011-07-28  Bastien Guerry  <bzg@gnu.org>
622         * org-lparse.el (org-lparse-use-flashy-warning): New defcustom.
623         (org-lparse-warn): Use it.
625 2011-07-28  Bastien Guerry  <bzg@gnu.org>
627         * org-ascii.el (org-export-as-utf8): Fix call to
628         `org-called-interactively-p': it requires an argument.  Also fix
629         the docstring.
631 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
633         * ob-lilypond.el (show-all): Declaring function from outline.el.
634         (org-babel-default-header-args:lilypond): Declared.
635         (ly-process-basic): Use the appropriate prefix for the temporary
636         file, and don't call a function from ob-dot.el.
637         (ly-version): Let-bind a free variable.
639 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
641         * ob-lilypond.el: New file.
643 2011-07-28  Bastien Guerry  <bzg@gnu.org>
645         * org-publish.el
646         (org-publish-cache-file-needs-publishing): Only check against .org
647         files.
649 2011-07-28  Bastien Guerry  <bzg@gnu.org>
651         * org.el (org-mode): Use `org-default' as the default face in
652         org-mode.
654 2011-07-28  Bastien Guerry  <bzg@gnu.org>
656         * org-publish.el
657         (org-publish-cache-file-needs-publishing): Takes care of more
658         recently included files, returning `t' in case the file including
659         them needs to be republished.
661 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
663         * org-exp.el (org-export-preprocess-string): If the last subtree
664         is a task, footnotes may be removed along with the subtree.  This
665         patch ensures footnotes are put at the end of the buffer after the
666         subtree has been removed.
668 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
670         * org-footnote.el (org-footnote-at-reference-p): Verify that what
671         looks like a footnote doesn't belong to a link.
672         (org-footnote-next-reference-or-definition): Check more strictly
673         footnote definitions.
675 2011-07-28  Deech  <deech@deech-ThinkPad-X200.(none)>  (tiny change)
677         * ob-tangle.el (org-babel-tangle): Ignore errors thrown by
678         language modes.
680 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
682         * ob-python.el (org-babel-python-evaluate-session): Inhibit return
683         of the eoe string during session evaluation.
685 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
687         * ob-python.el (org-babel-python-evaluate-session): Enough
688         newlines to ensure a return when ":results output :session".
690 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
692         * ob-python.el (org-babel-python-evaluate-session): Introduced a
693         new local function for sending input with a slight delay to allow
694         pythong to re-draw the prompt.  No longer removing newlines inside
695         code block bodies (was due to a defective regexp).
697 2011-07-28  Bastien Guerry  <bzg@gnu.org>
699         * org-table.el (org-table-time-seconds-to-string): Use
700         `org-format-seconds' instead of `format-seconds'.
702 2011-07-28  David Maus  <dmaus@ictsoc.de>
704         * org-publish.el (org-publish-cache-ctime-of-src): Properly handle
705         relative symlinks.
707 2011-07-28  David Maus  <dmaus@ictsoc.de>
709         * org-latex.el (org-export-latex-preprocess): Use function
710         argument instead of dynamically scoped symbol.
712 2011-07-28  David Maus  <dmaus@ictsoc.de>
714         * org-freemind.el (org-freemind-convert-links-helper)
715         (org-freemind-convert-text-p, org-freemind-write-mm-buffer)
716         (org-freemind-get-node-style): Use org-string-match-p for backward
717         compatibility with Emacs 22.
719 2011-07-28  David Maus  <dmaus@ictsoc.de>
721         * org-html.el (org-export-html-protect-char-alist): Add missing
722         :group keyword in defcustom.
724 2011-07-28  David Maus  <dmaus@ictsoc.de>
726         * ob-haskell.el (org-babel-haskell-export-to-lhs): Call
727         `kill-buffer' with argument indiciating to kill current
728         buffer. Emacs 22 compatibility.
730 2011-07-28  David Maus  <dmaus@ictsoc.de>
732         * org-macs.el (org-without-partial-completion): Toggle
733         partial-completion-mode only if it is turned on.
735 2011-07-28  Bastien Guerry  <bzg@gnu.org>
737         * org.el (org-add-planning-info): Fix issues with timestamps not
738         being inserted at the same position.
740 2011-07-28  Bastien Guerry  <bzg@gnu.org>
742         * org-table.el (org-table-time-string-to-seconds)
743         (org-table-time-seconds-to-string): New functions.
744         (org-table-eval-formula): Implement the "T" (time) flag for
745         computing durations.
747 2011-07-28  Jambunathan K  <kjambunathan@gmail.com>
749         * org.el (org-modules): Add org-lparse and org-odt as contrib
750         modules.
752 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
754         * org.el (org-fontify-meta-lines-and-blocks-1): Include header
755         lines.
756         (org-additional-option-like-keywords): Include data as a synonym
757         for results.
759 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
761         * ob.el (org-babel-sha1-hash): Improving code layout and removing
762         export-variable headers in cache sha1.
764 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
766         * ob-ref.el (org-babel-ref-goto-headline-id): Don't let `org-id'
767         rescan all IDs when trying to resolve a reference.
769 2011-07-28  Julien Barnier  <julien@nozav.org>
771         * org.el (org-fontify-meta-lines-and-blocks-1): Fix test for src
772         blocks lang attribute.
774 2011-07-28  Eric S Fraga  <e.fraga@ucl.ac.uk>
776         * org-latex.el (org-export-latex-timestamp-inactive-markup): New
777         option to allow different markup for inactive timestamps.
779 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
781         * ob-org.el (org-babel-expand-body:org): Implemented this
782         function, only action is to expand variables.
783         (org-babel-execute:org): Uses the new body-expansion function.
785 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
787         * org-list.el (org-list-full-item-re): Allow counter and check-box
788         to be separated by white spaces.
789         (org-list-struct-apply-struct): Reflect changes made to
790         `org-list-full-item-re'.
792         * org-html.el (org-html-export-list-line): Recognize spaces
793         between counter and check-boxes as valid.
795         * org-docbook.el (org-export-docbook-list-line): Ditto.
797 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
799         * org-list.el (org-list-insert-item): Make sure point is moved to
800         the specified POS before starting the function.
802 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
804         * org.el (org-activate-footnote-links): Properly fontify inline
805         footnotes.
806         (org-set-font-lock-defaults): Apply changes to previous function.
808 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
810         * org-footnote.el (org-footnote-at-reference-p): First check if
811         point is at the beginning of a footnote.  Indeed `org-in-regexp'
812         first checks backwards and might find an incorrect footnote if
813         they are side-by-side.
815 2011-07-28  Michael Brand  <michael.ch.brand@gmail.com>
817         * org-agenda.el (org-agenda-compact-blocks): Improve docstring.
818         (org-agenda-block-separator): Add nil to docstring and customization.
819         (org-prepare-agenda): Skip agenda block separator additionally if
820         `org-agenda-block-separator' is nil.
821         (org-agenda-overriding-header): Improve docstring.
823 2011-07-28  Bastien Guerry  <bzg@gnu.org>
825         * org.el (org-set-tags): Remove useless
826         `org-without-partial-completion'.
828 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
830         * org-footnote.el (org-fill-paragraph): Declare function for the
831         compiler.
833 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
835         * ob-ref.el (org-narrow-to-subtree): Declare unknown function.
837 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
839         * ob.el (org-babel-inline-lob-one-liner-regexp): Declare variable
840         to appease compiler.
842 2011-07-28  Michael Markert  <markert.michael@googlemail.com>
844         * ob.el (org-babel-sha1-hash): Adding optional argument KIND to
845         all `org-called-interactively-p' function invocations.
847         * org-agenda.el (org-agenda-redo): Adding optional argument KIND
848         to all `org-called-interactively-p' function invocations.
849         (org-agenda-show-1): Adding optional argument KIND to all
850         `org-called-interactively-p' function invocations.
851         (org-agenda-set-tags): Adding optional argument KIND to all
852         `org-called-interactively-p' function invocations.
854         * org-ascii.el (org-export-as-latin1): Adding optional argument
855         KIND to all `org-called-interactively-p' function invocations.
856         (org-export-as-latin1-to-buffer): Adding optional argument KIND to
857         all `org-called-interactively-p' function invocations.
858         (org-export-as-utf8-to-buffer): Adding optional argument KIND to all
859         `org-called-interactively-p' function invocations.
860         (org-export-region-as-ascii): Adding optional argument KIND to all
861         `org-called-interactively-p' function invocations.
863         * org-docbook.el (org-export-region-as-docbook): Adding optional
864         argument KIND to all `org-called-interactively-p' function
865         invocations.
867         * org-html.el (org-export-region-as-html): Adding optional
868         argument KIND to all `org-called-interactively-p' function
869         invocations.
871         * org-latex.el (org-export-region-as-latex): Adding optional
872         argument KIND to all `org-called-interactively-p' function
873         invocations.
875         * org-table.el (org-table-blank-field): Adding optional argument
876         KIND to all `org-called-interactively-p' function invocations.
877         (org-table-current-column): Adding optional argument KIND to all
878         `org-called-interactively-p' function invocations.
879         (org-table-current-dline): Adding optional argument KIND to all
880         `org-called-interactively-p' function invocations.
881         (org-table-sort-lines): Adding optional argument KIND to all
882         `org-called-interactively-p' function invocations.
883         (org-table-sum): Adding optional argument KIND to all
884         `org-called-interactively-p' function invocations.
885         (org-table-rotate-recalc-marks): Adding optional argument KIND to
886         all `org-called-interactively-p' function invocations.
887         (org-table-eval-formula): Adding optional argument KIND to all
888         `org-called-interactively-p' function invocations.
889         (orgtbl-send-table): Adding optional argument KIND to all
890         `org-called-interactively-p' function invocations.
892         * org.el (org-mode): Adding optional argument KIND to all
893         `org-called-interactively-p' function invocations.
894         (org-copy-subtree): Adding optional argument KIND to all
895         `org-called-interactively-p' function invocations.
896         (org-paste-subtree): Adding optional argument KIND to all
897         `org-called-interactively-p' function invocations.
898         (org-store-link): Adding optional argument KIND to all
899         `org-called-interactively-p' function invocations.
900         (org-todo): Adding optional argument KIND to all
901         `org-called-interactively-p' function invocations.
902         (org-occur): Adding optional argument KIND to all
903         `org-called-interactively-p' function invocations.
905 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
907         * org-footnote.el (org-footnote-action): Offer to create
908         definition when none is found.
910 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
912         * org-footnote.el (org-footnote-re): Avoid matching inactive
913         time-stamps or check-box cookies.
914         (org-footnote-next-reference-or-definition): Adapt to the new regexp.
916 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
918         * org-exp.el (org-export-preprocess-string): If the last subtree
919         is commented, footnotes inserted during normalizing at the end of
920         the buffer may get deleted. This patch ensures deletion comes
921         first, normalization second.
923 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
925         * org-exp.el (org-export-footnotes-data): Change docstring.
926         (org-export-footnotes-seen): Rename from
927         org-export-footnotes-markers.
929         * org-ascii.el (org-export-as-ascii): Apply change.
931         * org-docbook.el (org-export-as-docbook): Apply change.
933         * org-footnote.el (org-footnote-normalize): Apply change.
935         * org-html.el (org-export-as-html): Apply change.
937         * org-latex.el (org-export-as-latex): Apply change.
939 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
941         * org-latex.el (org-export-latex-preprocess): Rely on
942         `org-export-footnotes-markers' to retreive definition of the
943         current footnote during export.
945 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
947         * org-footnote.el (org-footnote-normalize): Remember footnotes
948         seen so far by the exporter when choosing the new marker.
950 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
952         * org-footnote.el (org-footnote-normalize): Make use of
953         `org-footnote-insert-pos-for-preprocessor'.
955 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
957         * org-footnote.el (org-footnote-normalize): Add `org-footnote'
958         property to footnote markers when preparing for exportation.
960         * org-html.el (org-export-as-html): Read new property to decide
961         when to export a footnote.
963         * org-docbook.el (org-export-as-docbook): Read new property to
964         decide when to export a footnote.
966         * org-latex.el (org-export-latex-preprocess): Ensure footnote at
967         column 0 cannot end a list containing it by adding
968         `original-indentation' property to it.
970 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
972         * org-exp.el (org-export-preprocess-string): Normalize footnotes
973         before marking lists ending.
975         * org-latex.el (org-export-latex-preprocess): Work with labels as
976         strings and not as numbers.
978 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
980         * org-docbook.el (org-export-docbook-footnote-separator): New
981         variable.
982         (org-export-as-docbook): Add a separator between footnotes.
984         * org-html.el (org-export-html-footnote-separator): New variable.
985         (org-export-as-html): Add a separator between footnotes.
987         * org-latex.el (org-export-latex-footnote-separator): New
988         variable.
989         (org-export-latex-preprocess): Add a separator between footnotes.
991 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
993         * org-exp.el (org-export-footnotes-markers)
994         (org-export-footnotes-data): New variables.
995         (org-export-preprocess-string): Use a more explicit argument.
997 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
999         * org-footnote.el (org-footnote-goto-definition): Now, determining
1000         if point is at a footnote reference is entirely determined by
1001         `org-footnote-at-reference-p'. No need to check if pattern isn't
1002         at beginning of the line elsewhere.
1004 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
1006         * org-footnote.el (org-footnote-next-reference-or-definition): New
1007         function.
1009         * org.el (org-activate-footnote-links): Activate the whole
1010         footnote, but only fontify its label.
1012 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
1014         * org-footnote.el (org-footnote-normalize): Make use of changes to
1015         `org-footnote-at-reference-p' and creation of various functions..
1016         Also comment code.
1017         (org-footnote-get-next-reference, org-footnote-delete-references)
1018         (org-footnote-delete-definitions): New functions.
1019         (org-footnote-goto-previous-reference, org-footnote-all-labels)
1020         (org-insert-footnote-reference-near-definition, org-footnote-delete):
1021         Rewrite to use org-footnote-get-next-reference.
1023 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
1025         * org-footnote.el (org-footnote-re): Don't end an inline footnote
1026         at unrelated closing square brackets.
1027         (org-footnote-at-reference-p): Improve accuracy of the function to
1028         determine if point is at a reference and to extract definition of an
1029         inline footnote.
1030         (org-footnote-all-labels, org-footnote-action, org-footnote-delete)
1031         (org-footnote-auto-adjust-maybe): Make use of previous function.
1033 2011-07-28  Bastien Guerry  <bzg@gnu.org>
1035         * org.el (org-deadline, org-schedule):
1036         keep warning cookie when rescheduling/redeadlining.
1037         (org-time-stamp): Fix problem with warning cookie.
1039 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
1041         * ob-clojure.el (org-babel-execute:clojure): Force escaping of
1042         clojure source into elisp source.
1044 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
1046         * ob.el (org-babel-script-escape): Treats {} in the same manner as
1047         [] and allows for forcing string conversion.
1049 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
1051         * org-exp.el (org-export-select-backend-specific-text): Strip
1052         protective commas from literal code blocks.
1054 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
1056         * ob-ref.el (org-babel-ref-goto-headline-id): Fix bug.
1058 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
1060         * ob-ref.el (org-babel-ref-goto-headline-id): Split out into its
1061         own function.
1062         (org-babel-ref-headline-body): Split out into its own function.
1063         (org-babel-ref-resolve): Using new functions, and alignment.
1065         * ob.el (org-babel-ref-goto-headline-id): Declare function.
1066         (org-babel-ref-headline-body): Declare function.
1067         (org-babel-expand-noweb-references): Now expands noweb references to
1068         headlines during expansion.
1070 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
1072         * ob-ref.el (org-babel-ref-resolve): Now resolves references to
1073         headlines by either global or custom id, in which case the
1074         contents of the headline are returned literally.
1076 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
1078         * ob-exp.el (org-babel-in-example-or-verbatim): Also check for in
1079         verbatim emphasis.
1080         (org-babel-exp-lob-one-liners): Cleaner checking for escaped call
1081         lines.
1083 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
1085         * org-list.el (org-cycle-item-indentation): Cycling back to
1086         original position deleted any additional information in the item,
1087         like a counter or a tag.
1089 2011-07-28  Pieter Praet  <pieter@praet.org>
1091         * org-crypt.el (org-crypt-disable-auto-save): New defcustom.
1092         (org-decrypt-entry): Before decrypting, check whether
1093         `auto-save-mode' is enabled for the current buffer, and act on it
1094         according to how `org-crypt-disable-auto-save' is set.  Remove
1095         comment re "encrypt[ing] Org auto-saved buffers".  Remove on-init
1096         check for `auto-save-default'.
1098 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
1100         * ob.el (org-babel-merge-params): Ensure variable parameters are
1101         not reversed.
1103 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
1105         * ob.el (org-babel-insert-result): Fix results insertion for
1106         inline blocks which happen to start a line.
1108 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
1110         * ob-exp.el (org-babel-exp-lob-one-liners): Fix the logic checking
1111         if a call line is commented.
1113 2011-07-28  Vincent Belaïche  <vincentb1@users.sourceforge.net>
1115         * org.el (org-read-property-name): Propose default property name.
1117 2011-07-28  Achim Gratz  <stromeko@nexgo.de>
1119         * org.el (org-log-into-drawer): Correct typo.
1121         * org-clock.el (org-clock-into-drawer): New function to change the
1122         location of clock events based on properties CLOCK_INTO_DRAWER or,
1123         as fallback, LOG_INTO_DRAWER, like it is already possible for
1124         state change logs.
1126         * org-clock.el (org-clock-jump-to-current-clock): Add statement to
1127         let clause to bind `org-clock-into-drawer' to result of function
1128         eval.
1130         * org-clock.el (org-clock-find-position): Add statement to let
1131         clause to bind `org-clock-into-drawer' to result of function eval,
1132         change let to let* since the binding is used later in the same
1133         clause.
1135 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
1137         * ob-lob.el (require): Ensure 'cl is loaded during compilation so
1138         we can use flet.
1140 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
1142         * ob-lob.el (org-babel-lob-get-info): Correctly indent results of
1143         non-inline call lines.
1145 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
1147         * ob-exp.el (org-babel-exp-lob-one-liners): Don't export inline
1148         call_ blocks which aren't whitespace padded.
1150 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
1152         * ob.el (org-babel-merge-params): Do not reverse variable order,
1153         and be sure to increment variable index as appropriate.
1155 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
1157         * ob-lob.el (org-babel-inline-lob-one-liner-regexp): Updated to
1158         successfully match optional trailing header arguments in square
1159         brackets.
1160         (org-babel-lob-get-info): Updated to match the new regexp.
1162 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
1164         * ob-lob.el (org-babel-lob-get-info): If the arguments are empty,
1165         then allow them to be so.
1167 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
1169         * ob.el (org-babel-merge-params): If variables are not named they
1170         are assigned in order.
1172 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
1174         * ob.el: Remove code comment about online documentation.
1176         * ob-exp.el: Remove code comment about online documentation.
1178         * ob-lob.el: Remove code comment about online documentation.
1180 2011-07-28  Jambunathan K  <kjambunathan@gmail.com>
1182         * org-exp.el (org-export-format-source-code-or-example): Fix
1183         signature of org-<backend>-format-source-code-or-example function.
1185 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
1187         * ob.el (org-babel-sha1-hash): Replace call to
1188         called-interactively-p with backwards-compatible interactive-p.
1190 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
1192         * ob-exp.el (org-babel-exp-lob-one-liners): Appropriate
1193         replacement of inline call blocks with their results.
1195 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
1197         * ob-lob.el (org-babel-inline-lob-one-liner-regexp): Removing this
1198         trailing space ensures that the insertion of the results looks
1199         nice.
1201         * ob.el (org-babel-insert-result): Insert inline lob line results
1202         as inline results.
1204 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
1206         * ob-exp.el (org-babel-exp-lob-one-liners): Calculate length
1207         appropriately given the style (block or inline) of the lob line.
1209         * ob-lob.el (org-babel-block-lob-one-liner-regexp): New regexp
1210         specific for block lob lines.
1211         (org-babel-inline-lob-one-liner-regexp): New regexp specific for
1212         inline lob lines.
1213         (org-babel-lob-one-liner-regexp): Combination of two lob regexps.
1214         (org-babel-lob-get-info): Return info from *either* the block or
1215         inline lob lines.
1217 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
1219         * ob-exp.el (org-babel-exp-lob-one-liners): Corrected the
1220         structure of the resulting info list.
1222         * ob-lob.el (org-babel-default-lob-header-args): Export the
1223         results of call lines by default.
1225 2011-07-28  Niels Giesen  <niels.giesen@gmail.com>  (tiny change)
1227         * org-icalendar.el (org-print-icalendar-entries): Add 'uid text
1228         property based on the ID property of the org entry to the first
1229         character of the diary entry.
1231 2011-07-28  Jambunathan K  <kjambunathan@gmail.com>
1233         * org-footnote.el
1234         (org-footnote-insert-pos-for-preprocessor): New variable.
1235         (org-footnote-normalize): Use it.
1237 2011-07-28  Jambunathan K  <kjambunathan@gmail.com>
1239         * org-exp.el (org-export-format-source-code-or-example):
1240         Simplify.  Also add `org-native-text' as a text property to the
1241         formatted text and throw error for unknown backends.
1243 2011-07-28  Jambunathan K  <kjambunathan@gmail.com>
1245         * org-exp.el (org-export-format-source-code-or-example): Add
1246         support for: - custom formatters for existing backends - seamless
1247         plugging in of new backends.
1249 2011-07-28  Jambunathan K  <kjambunathan@gmail.com>
1251         * org-exp.el (org-export-backends): New variable.
1252         (org-export-select-backend-specific-text): Use above
1253         variable. Also mark text between #+BACKEND and
1254         #+BEGIN_BACKEND...#+END_BACKEND with org-native-text property.
1255         This text property is currently used only by the new line-oriented
1256         generic exporter (which is not yet part of the repo).
1258 2011-07-28  Jambunathan K  <kjambunathan@gmail.com>
1260         * org-exp.el (org-export): Reserve keys 'o' and 'O' for
1261         OpenDocumentText export and bind them to `org-export-as-odt' and
1262         `org-export-as-odt-and-open'.
1264 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
1266         * ob-exp.el (org-babel-exp-src-block): Less verbose when in batch
1267         mode.
1269 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
1271         * ob-clojure.el (org-babel-execute:clojure): Convert vectors to
1272         lists before reading into emacs-lisp.
1274 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
1276         * ob-C.el (ob-tangle): Initialize variable from `ob-tangle'.
1278         * ob-asymptote.el (ob-tangle): Initialize variable from `ob-tangle'.
1280         * ob-awk.el (ob-tangle): Initialize variable from `ob-tangle'.
1282         * ob-clojure.el (ob-tangle): Initialize variable from `ob-tangle'.
1284         * ob-haskell.el (ob-tangle): Initialize variable from `ob-tangle'.
1286         * ob-latex.el (ob-tangle): Initialize variable from `ob-tangle'.
1288         * ob-lisp.el (ob-tangle): Initialize variable from `ob-tangle'.
1290         * ob-ocaml.el (ob-tangle): Initialize variable from `ob-tangle'.
1292         * ob-perl.el (ob-tangle): Initialize variable from `ob-tangle'.
1294         * ob-python.el (ob-tangle): Initialize variable from `ob-tangle'.
1296         * ob-ruby.el (ob-tangle): Initialize variable from `ob-tangle'.
1298         * ob-tangle.el (ob-tangle): Initialize variable from `ob-tangle'.
1300 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
1302         * ob-awk.el: New file.
1304 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
1306         * ob-emacs-lisp.el (org-babel-execute:emacs-lisp): Respects
1307         ":results verbatim".
1309 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
1311         * org-agenda.el (org-float): Aliases for `diary-float'.
1313 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
1315         * ob-python.el (org-babel-python-evaluate-session): Send
1316         comint-send-input after every line when interacting with an
1317         interactive python process.
1319 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
1321         * org-list.el (org-reset-checkbox-state-subtree): Make the command
1322         more robust, and correctly update check-boxes in the whole
1323         sub-tree.
1324         (org-update-checkbox-count): Fix bug accumulating count of checkboxes
1325         when walking a subtree.
1326         (org-update-checkbox-count-maybe): Add an optional argument passed to
1327         org-update-checkbox-count.
1329 2011-07-28  Ted Zlatanov  <tzz@lifelogs.com>
1331         * org.el (org-fontify-meta-lines-and-blocks): Ignore errors.
1333 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
1335         * ob-emacs-lisp.el (org-babel-execute:emacs-lisp): Respect the
1336         ":results scalar" header argument combination.
1338 2011-07-28  Dan Davison  <dandavison7@gmail.com>
1340         * org-src.el: Append a space character to copied text so that the
1341         final text property change is picked up correctly.
1343 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
1345         * ob-tangle.el (org-babel-tangle-file): Use the new argument list
1346         to org-babel-tangle.
1347         (org-babel-tangle): Now when called with a prefix argument, only the
1348         current code block is tangled.
1350 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
1352         * org-list.el (org-list-parse-list): Replace transitional
1353         check-boxes with "[CBTRANS]" string during parsing.
1354         (org-list-to-generic): Use the new property `:cbtrans' to configure
1355         export string for transitional check-boxes.
1357 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
1359         * org-agenda.el (org-agenda-add-entry-to-org-agenda-diary-file):
1360         Use stable internal `org-anniversary' instead of
1361         diary-anniversary.
1362         (org-class): New function.
1363         (org-diary-class): Use `org-class'.
1364         (org-anniversary, org-cyclic, org-date, org-block): New functions.
1366 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
1368         * ob.el (org-babel-header-arg-names): Adding noweb-ref to the list
1369         of header argument names.
1371 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
1373         * ob.el (org-babel-expand-noweb-references): Concatenating all
1374         bodies with the appropriate name or :noweb-ref header argument.
1376 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>  (tiny change)
1378         * org.el (org-find-dblock, org-clocktable-try-shift): Make regexp
1379         work also when #+begin line is indentex.
1381 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
1383         * ob.el (org-babel-src-block-regexp): Babel: code block may have
1384         empty bodies.
1386 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
1388         * org-macs.el (org-without-partial-completion): Avoid calling by
1389         name a function unknown to the compiler but explicitly checked by
1390         program logic.
1392 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
1394         * org-mouse.el (org-agenda-earlier): Declaring previously unknown
1395         function.
1396         (org-agenda-later): Declaring previously unknown function.
1397         (org-agenda-mode-map): Declaring previously unknown variable.
1399         * org.el (org-read-date-analyze): Explicitly ignore the return
1400         value of a function.
1402 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
1404         * org-agenda.el (org-agenda-mode): Globally replace
1405         buffer-substring-filters with filter-buffer-substring-functions.
1407         * org-indent.el (org-indent-mode): Globally replace
1408         buffer-substring-filters with filter-buffer-substring-functions.
1410 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
1412         * org-ascii.el (org-export-as-ascii): Replacing '(λ...) with
1413         #'(λ...).
1415         * org-attach.el: Replacing '(λ...) with #'(λ...).
1416         (org-attach-commit): Replacing '(λ...) with #'(λ...).
1418         * org-exp.el: Replacing '(λ...) with #'(λ...).
1419         (org-export-handle-include-files): Replacing '(λ...) with #'(λ...).
1421         * org-html.el: Replacing '(λ...) with #'(λ...).
1422         (org-export-as-html): Replacing '(λ...) with #'(λ...).
1424         * org-mouse.el: Replacing '(λ...) with #'(λ...).
1425         (org-mouse-popup-global-menu): Replacing '(λ...) with
1426         (org-mode-hook): Replacing '(λ...) with #'(λ...).
1427         (org-agenda-mode-hook): Replacing '(λ...) with #'(λ...).
1429         * org-src.el: Replacing '(λ...) with #'(λ...).
1430         (org-src-mode-configure-edit-buffer): Replacing '(λ...) with #'(λ...).
1432         * org-table.el: Replacing '(λ...) with #'(λ...).
1433         (org-table-fix-formulas-confirm): Replacing '(λ...) with #'(λ...).
1435         * org.el: Replacing '(λ...) with #'(λ...).
1436         (org-confirm-shell-link-function): Replacing '(λ...) with
1437         (org-category): Replacing '(λ...) with #'(λ...).
1439 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
1441         * org.el (mailcap-parse-mailcaps): Declaring functions used by
1442         `org-open-file'.
1443         (mailcap-extension-to-mime): Declaring functions used by
1444         `org-open-file'.
1445         (mailcap-mime-info): Declaring functions used by `org-open-file'.
1447 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
1449         * org-agenda.el (org-agenda-redo): Replacing call to now-defunct
1450         function `interactive-p'.
1451         (org-agenda-show-1): Replacing call to now-defunct function
1452         `interactive-p'.
1453         (org-agenda-set-tags): Replacing call to now-defunct function `interactive-p'.
1455         * org-ascii.el: Replacing call to now-defunct function
1456         `interactive-p'.
1457         (org-export-as-latin1): Replacing call to now-defunct function
1458         `interactive-p'.
1459         (org-export-as-latin1-to-buffer): Replacing call to now-defunct
1460         function `interactive-p'.
1461         (org-export-as-utf8): Replacing call to now-defunct function
1462         `interactive-p'.
1463         (org-export-as-utf8-to-buffer): Replacing call to now-defunct function
1464         `interactive-p'.
1465         (org-export-region-as-ascii): Replacing call to now-defunct
1466         function `interactive-p'.Replacing call to now-defunct function
1467         `interactive-p'.
1469         * org-docbook.el: Replacing call to now-defunct function
1470         `interactive-p'.
1471         (org-export-region-as-docbook): Replacing call to now-defunct
1472         function `interactive-p'.Replacing call to now-defunct function
1473         `interactive-p'.
1475         * org-html.el: Replacing call to now-defunct function
1476         `interactive-p'.
1477         (org-export-region-as-html): Replacing call to now-defunct
1478         function `interactive-p'.Replacing call to now-defunct function
1479         `interactive-p'.
1481         * org-latex.el: Replacing call to now-defunct function
1482         `interactive-p'.
1483         (org-export-region-as-latex): Replacing call to now-defunct
1484         function `interactive-p'.Replacing call to now-defunct function
1485         `interactive-p'.
1487         * org-macs.el: Replacing call to now-defunct function
1488         `interactive-p'.
1489         (org-called-interactively-p): Replacing call to now-defunct
1490         function `interactive-p'.Replacing call to now-defunct function
1491         `interactive-p'.
1493         * org-table.el: Replacing call to now-defunct function
1494         `interactive-p'.
1495         (org-table-blank-field): Replacing call to now-defunct function
1496         `interactive-p'.
1497         (org-table-current-column): Replacing call to now-defunct function
1498         `interactive-p'.Replacing call to now-defunct function
1499         `interactive-p'.
1500         (org-table-current-dline): Replacing call to now-defunct function
1501         `interactive-p'.Replacing call to now-defunct function
1502         `interactive-p'.
1503         (org-table-sort-lines): Replacing call to now-defunct function
1504         `interactive-p'.
1505         (org-table-sum): Replacing call to now-defunct function
1506         `interactive-p'.
1507         (org-table-rotate-recalc-marks): Replacing call to now-defunct
1508         function `interactive-p'.
1509         (org-table-eval-formula): Replacing call to now-defunct function
1510         `interactive-p'.
1511         (orgtbl-send-table): Replacing call to now-defunct function `interactive-p'.
1513         * org.el: Replacing call to now-defunct function `interactive-p'.
1514         (org-mode): Replacing call to now-defunct function
1515         `interactive-p'.
1516         (org-copy-subtree): Replacing call to now-defunct function
1517         `interactive-p'.
1518         (org-paste-subtree): Replacing call to now-defunct function
1519         `interactive-p'.
1520         (org-store-link): Replacing call to now-defunct function
1521         `interactive-p'.
1522         (org-todo): Replacing call to now-defunct function `interactive-p'.
1523         (org-occur): Replacing call to now-defunct function `interactive-p'.
1525 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
1527         * ob-R.el (ess-local-process-name): This variable wasn't known to
1528         be defined.
1530         * ob-lisp.el (org-babel-lisp-dir-fmt): This defcustom now has a
1531         group specified.
1533         * ob-tangle.el (org-bracket-link-regexp): This variable wasn't
1534         known to be defined.
1535         (org-babel-tangle-combine-named-blocks): Roll my own version of a
1536         forbidden common lisp function.
1538         * ob.el (org-babel-sha1-hash): Using a non-deprecated version of
1539         called-interactively.
1541 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
1543         * org-latex.el (org-export-latex-tables): Check for the
1544         "multiline" option and set the `floatp' option to true when
1545         multicolumn tables are requested.
1547 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
1549         * org-html.el (org-export-as-html, org-html-level-start): Only
1550         convert section number underscores to dashes.
1552 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
1554         * org-agenda.el (org-agenda-bulk-action): Fix bug caused by
1555         `days-to-time, converting relative to 1 BC, while the code assumed
1556         it would return a time relative to 1970.
1558 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
1560         * ob-tangle.el (org-babel-tangle-combine-named-blocks): No longer
1561         inserting newlines between appended code blocks.
1563 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
1565         * ob-exp.el: We may no longer need to export names along with code
1566         blocks.
1568 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
1570         * org-exp-blocks.el (org-export-blocks-preprocess): Ensure
1571         balanced nested begin/end blocks in block bodies.
1573 2011-07-28  Dan Davison  <dandavison7@gmail.com>
1575         * org-latex.el: Add -shell-escape to pdflatex commands.
1577 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
1579         * ob-tangle.el (org-babel-tangle-named-block-combination): Block
1580         combination can now take a number of values.
1581         (org-babel-tangle-combine-named-blocks): More sophisticated block
1582         combination behavior.
1584 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
1586         * ob-tangle.el (org-babel-tangle-do-combine-named-blocks): Switch
1587         to turn on the combination of code blocks of the same name.
1588         (org-babel-tangle-combine-named-blocks): Combine blocks of the same
1589         name.
1591 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
1593         * ob-ruby.el (xmp): Declaring this function to appease the
1594         compiler.
1595         (org-babel-execute:ruby): "xmp" result option for outputting
1596         annotated source code.
1598 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>  (tiny change)
1600         * org-list.el (org-list-to-latex): The enumerate environment in
1601         latex increments the counter before using it.  Therefore, org-mode
1602         should set the enumeration counter to the desired value minus one.
1604 2011-07-28  Michael Brand  <michael.ch.brand@gmail.com>  (tiny change)
1606         * org.el (org-toggle-heading): More comments and fix number of
1607         stars when toggling from list items.
1609 2011-07-28  Christian Egli  <christian.egli@sbszh.ch>
1611         * org-taskjuggler.el (org-taskjuggler-clean-effort): Handle any
1612         effort that is accepted by `org-duration-string-to-minutes´.
1614 2011-07-28  Julien Barnier  <julien@nozav.org>
1616         * ob-sh.el (org-babel-sh-evaluate): When sending input to comint,
1617         wait until previous line execution is finished.
1619         * ob-comint.el (org-babel-comint-with-output): When looking for
1620         end-of-evaluation indicator, search forward for the indicator
1621         before searching forward for the prompt.
1623 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
1625         * org-entities.el (org-entities): Fix HTML entity for degree.
1627 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
1629         * org.el (org-auto-align-tags): Change docstring.
1630         (org-update-parent-todo-statistics): Keep tags aligned even when
1631         statistics cookies are shifting them.
1633         * org-list.el (org-update-checkbox-count): Keep tags aligned even
1634         when statistics cookies are shifting them.
1636 2011-07-28  Lawrence Mitchell  <wence@gmx.li>
1638         * ob.el (org-babel-sha1-hash): Don't modify info argument by
1639         side-effect when sorting result-params list.
1641 2011-07-28  Lawrence Mitchell  <wence@gmx.li>
1643         * ob.el (org-babel-result-regexp): Use non-shy group around
1644         `org-babel-data-names'.
1646 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
1648         * org.el (org-insert-link): Set truncate-line in the *Org Link*
1649         buffer and make sure that it really is set there.
1651 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
1653         * ob-lisp.el (org-babel-lisp-dir-fmt): Defcustom for use in
1654         changing how/if the current directory is represented to lisp code.
1655         (org-babel-execute:lisp): More general handling of the default
1656         directory value.
1658 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
1660         * ob-lisp.el (org-babel-execute:lisp): Setting the value of
1661         *default-pathname-defaults* to either the value of the :dir header
1662         argument or the directory of the containing Org-mode file.
1664 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
1666         * ob-lisp.el (org-babel-execute:lisp): No real functional change,
1667         just aesthetic.
1669 2011-07-28  Sébastien Delafond  <sdelafond@gmail.com>  (tiny change)
1671         * org.el (org-mode-flyspell-verify): This is useful when using
1672         flyspell with a non-English dictionary, or if some of your
1673         keywords are in another language.
1675 2011-07-28  David Maus  <dmaus@ictsoc.de>
1677         * org-exp.el (org-export): Use new compatibility function
1678         `org-activate-mark'.
1680         * org-compat.el (org-activate-mark): New function. Provide
1681         `activate-mark' if not present (e.g. Emacs 22).
1683 2011-07-28  David Maus  <dmaus@ictsoc.de>
1685         * org-table.el (org-table-follow-field-mode): Declare variable to
1686         keep byte compiler happy.
1688 2011-07-28  David Maus  <dmaus@ictsoc.de>
1690         * org-footnote.el (org-id-uuid): Declare function, silence byte
1691         compiler.
1693 2011-07-28  David Maus  <dmaus@ictsoc.de>
1695         * org-bibtex.el (org-bibtex-headline): Don't use equalp at
1696         run-time, compare downcased strings.
1698 2011-07-28  David Maus  <dmaus@ictsoc.de>
1700         * org-bibtex.el (org-id-locations): Declare variable to silence
1701         byte compiler.
1703 2011-07-28  David Maus  <dmaus@ictsoc.de>
1705         * org-id.el (org-id-locations): Fix docstring, remove reference to
1706         non-existent option.
1708 2011-07-28  David Maus  <dmaus@ictsoc.de>
1710         * org.el (org-self-insert-command): Use `delete-char' instead of
1711         `delete-backward-char'.
1713         * org-table.el (orgtbl-self-insert-command): Ditto.
1715 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
1717         * org-latex.el (org-export-latex-special-chars): Save match data
1718         when checking for table.el table.
1720 2011-07-28  David Maus  <dmaus@ictsoc.de>
1722         * org.el (org-re-property): Move before its first use.
1724 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
1726         * org-latex.el (org-export-latex-preprocess): Add
1727         `original-indentation' property to footnotes so they cannot
1728         possibly end a list by being less indented than the item they
1729         belong to.
1731 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
1733         * ob-lisp.el (org-babel-expand-body:lisp): No longer wraps biddies
1734         in `progn'.
1735         (org-babel-execute:lisp): Wraps bodies in `progn' as they are passed
1736         to swank.
1738 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
1740         * org-clock.el (org-clocktable-write-default): Implement adding
1741         property columns to the clock table.
1743 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
1745         * org.el (org-toggle-item): Move parenthesis to correct location.
1747 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
1749         * org.el (org-default-priority):
1750         (org-priority-start-cycle-with-default): Improve docstring.
1751         (org-priority): Throw error when priority is out of range.
1753 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
1755         * org.el (org-self-insert-command): Catch the case of
1756         `buffer-undo-list' eq t.
1758 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
1760         * org.el (org-toggle-heading): Region should be considered as made
1761         of full lines, without the last one if region-end is at bol.
1762         Removed unused variables.  Refactored and commented code.
1764 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
1766         * org.el (org-toggle-item): When region includes an headline less
1767         indented than first one, set it as the new reference.
1769 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
1771         * org-list.el (org-list-to-subtree): If the list is before first
1772         heading and `org-odd-levels-only' is non-nil, the first item gets
1773         two stars instead of one.
1775         * org.el (org-reduced-level): A level of 0 was reduced to 1 with
1776         `org-odd-levels-only' non-nil.
1778 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
1780         * org.el (org-toggle-item): Converting an heading to an item would
1781         sometimes insert unnecessary spaces before it, and unwanted space
1782         with `org-indent-mode' on.  Changing some text into an item
1783         wouldn't always preserve indentation.
1785 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
1787         * org-capture.el (org-capture-current-plist): Improve docstring.
1788         (org-capture-put): Add docstring.
1789         (org-capture-get): Add docstring.
1790         (org-capture-member): Add LOCAL argument.  Add docstring.
1791         (org-capture-set-target-location): Store the time received from a
1792         date prompt into the :prompt-time property.
1794 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
1796         * org-exp.el (org-export-mark-list-properties): Even if context is
1797         invalid, mark list item with `list-context' property.
1799         * org-list.el (org-list-forbidden-blocks): Add exporters specific
1800         blocks to the list of forbidden blocks.
1802 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
1804         * org-list.el (org-sort-list): Function tries to intern
1805         getkey-func before it is defined, so it's always nil.
1807 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
1809         * org.el (org-babel-load-languages): Adding ob-awk to the list of
1810         executable languages.
1812 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
1814         * org-table.el (org-table-get-field): Make sure the new field
1815         content is at least one space character.
1817 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
1819         * org-crypt.el: Check for `daemonp' before using it.
1821 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
1823         * ob-sh.el (ob-ref): Uses `ob-ref' to resolve the value of the
1824         :stdin header argument.
1825         (org-babel-execute:sh): Use the :stdin header argument.
1826         (org-babel-sh-var-to-sh): Split the bulk of this function off into a
1827         new sub-function.
1828         (org-babel-sh-var-to-string): New function for converting elisp
1829         values to strings that make sense for parsing with sh.
1830         (org-babel-sh-evaluate): Adding "stdin" option to session and
1831         external evaluation options.
1833 2011-07-28  Roland Kaufmann  <rlndkfmn+orgmode@gmail.com>  (tiny change)
1835         * org-exp.el (org-remove-formatting-on-newlines-in-region): New
1836         function.
1837         (org-export-format-source-code-or-example): Call
1838         `org-remove-formatting-on-newlines-in-region'.
1840 2011-07-28  David Maus  <dmaus@ictsoc.de>
1842         * org.el (org-entry-put): Prevent adding of extra space to value
1843         if property already exists.
1845 2011-07-28  Jambunathan K  <kjambunathan@gmail.com>
1847         * org-html.el (org-export-as-html): Don't expand non-data lines of
1848         table.el tables.
1849         (org-html-expand): Removed the (buggy) test for non-data lines
1850         in table.el tables. The test is now done as part of
1851         org-export-as-html.
1852         (org-format-table-table-html-using-table-generate-source):
1853         Added test for spanning of cells in table.el tables using
1854         table.el's own library routine. Optionlly Suppress export of
1855         simple table.el tables.
1856         (org-format-table-html): Removed the (buggy) test for spanned
1857         table.el tables. The test is now done as part of
1858         org-format-table-table-html-using-table-generate-source.
1860 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
1862         * org-latex.el (org-export-latex-special-chars): Do nothing in
1863         table.el tables.
1865 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
1867         * org-capture.el (org-capture): Ignore errors when creating a
1868         link.
1870 2011-07-28  Nick Dokos  <nick@dokosmarshall.org>  (tiny change)
1872         * org-exp.el (org-export-define-heading-targets): Use dash instead
1873         of underscore to make labels valid.
1875 2011-07-28  Dan Davison  <dandavison7@gmail.com>
1877         * ob-R.el (org-babel-R-write-object-command): Ensure that all data
1878         is written to the results file before Emacs notices that the file
1879         exists.
1881 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
1883         * ob-exp.el (org-babel-exp-code): Remove usage of a macro which is
1884         defined locally on my system, but not globally in Emacs.
1886 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
1888         * ob-exp.el (org-babel-exp-do-export): Use `org-babel-exp-code' to
1889         generate code block output.
1890         (org-babel-exp-code): Re-create the code block body for exporting
1891         source code.
1893 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>  (tiny change)
1895         * org.el (org-read-date): Bury Calendar buffer after using it for
1896         selecting a date.
1898 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
1900         * org-list.el (org-list-separating-blank-lines-number): Fix
1901         confusion between point and item beginning.  Now, if no
1902         information is available, truly follow user preference when it
1903         inserts blank lines manually.
1904         (org-list-insert-item): Send correct argument to the preceding
1905         function.
1907 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
1909         * ob.el (org-babel-src-block-regexp): Keep the now-mandatory
1910         newline inside of the code block body.
1912 2011-07-28  Sean O'Halpin  <sean.ohalpin@gmail.com>  (tiny change)
1914         * ob.el: Avoid spurious matches to literal.
1916 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
1918         * org.el (org-indent-line-function): Don't include #+include
1919         lines.
1921 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
1923         * ob-keys.el (org-babel-key-bindings): Adding key sequence for
1924         org-babel-check-src-block.
1926         * ob.el (org-babel-expand-src-block): Fit within 80 cols.
1927         (org-babel-edit-distance): Returns the edit distance of two
1928         strings.
1929         (org-babel-check-src-block): Check a code block for errors.
1931 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>  (tiny change)
1933         * org-capture.el (org-capture-templates): Fix bug in customization
1934         setup.
1936 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
1938         * org-table.el
1939         (org-table-exit-follow-field-mode-when-leaving-table): New option.
1940         (org-table-check-inside-data-field): New optional argument
1941         `noerror'.  When set, the function will only return nil instead of
1942         throwing an error.
1943         (org-table-edit-field): Interpret double prefix argument, and improve
1944         the properties of the editing window.
1945         (org-table-follow-field-mode): New minor mode.
1946         (org-table-follow-fields-with-editor): New function.
1948 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
1950         * org-agenda.el (org-agenda-get-todos): Call `org-agenda-skip'
1951         first, then check if timestamps cause exclusion.
1953         * org.el (org-scan-tags): Call `org-agenda-skip' first, then check
1954         if timestamps cause exclusion.
1956 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
1958         * org-list.el (org-list-full-item-re): Allow description term to
1959         have a newline character after the colons.
1961 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
1963         * org-list.el (org-sort-list): No longer ignore with-case
1964         argument: the function sorted case-sensitively, regardless of
1965         argument.
1967 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
1969         * ob-ref.el (org-babel-ref-resolve): Using the new result regexp.
1971         * ob.el (org-babel-data-names): Configurable list of names of
1972         data.
1973         (org-babel-result-regexp): Using new results regexp.
1975 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
1977         * org.el (org-special-properties): Add CLOCKSUM to the special
1978         properties.
1980 2011-07-28  Robert P. Goldman  <rpgoldman@real-time.com>  (tiny change)
1982         * ob-exp.el (org-babel-exp-in-export-file): Bind
1983         `org-link-search-inhibit-query' to t to inhibit prompts.
1985 2011-07-28  Julien Danjou  <julien@danjou.info>
1987         * org-contacts.el: Merge org-contacts-wl.el.
1989 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
1991         * org-exp.el (org-export-add-options-to-plist): Use the right
1992         match group.
1994 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
1996         * org-latex.el (org-export-latex-preprocess): Protect index string.
1998 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
2000         * org-latex.el (org-export-latex-preprocess): Pipe index entries
2001         through `org-export-latex-fontify-headline'.
2003 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
2005         * org-exp.el (org-export-add-options-to-plist): Fix the option
2006         parser.
2008 2011-07-28  Robert P. Goldman  <rpgoldman@real-time.com>  (tiny change)
2010         * org-latex.el (org-export-latex-preprocess): Replace index
2011         entries.
2013 2011-07-28  Robert P. Goldman  <rpgoldman@real-time.com>  (tiny change)
2015         * org.el (org-structure-template-alist): Add an easy template for
2016         index (i), and move include file to I from i.
2018 2011-07-28  Matt Lundin  <mdl@imapmail.org>
2020         * org-agenda.el (org-agenda-open-link): Pass entire text of agenda
2021         line to `org-offer-links-in-entry'.
2023 2011-07-28  Michael Markert  <markert.michael@googlemail.com>
2025         * org-contacts-wl.el: New file.
2027 2011-07-28  Matt Lundin  <mdl@imapmail.org>
2029         * org-bibtex.el (org-bibtex-search): New function.
2030         (org-bibtex-export-to-kill-ring): New function.  Export to kill
2031         ring.
2032         (org-bibtex-create-in-current-entry): New function
2033         (org-bibtex-create): Make it easier to add bib fields to an
2034         existing headline.
2035         (org-bibtex-export-arbitrary-fields)
2036         (org-bibtex-treat-headline-as-title): Fix typos
2037         (org-bibtex-fleshout): Don't upcase optional field; remove ":"
2038         from type completion.
2040 2011-07-28  Matt Lundin  <mdl@imapmail.org>
2042         * org-bibtex.el (org-bibtex-treat-headline-as-title): New
2043         defcustom.
2044         (org-bibtex-headline): Only use headline text (not TODO or other
2045         metadata) to generate title field and auto key.
2046         (org-bibtex-fleshout): Allow user to choose whether to treat
2047         headline as title.
2049 2011-07-28  Tom Dye  <tsd@tsdye.com>
2051         * org-bibtex.el: Added crossref field to other fields.
2053 2011-07-28  Tom Dye  <tsd@tsdye.com>
2055         * org-bibtex.el: Add crossref option to incollection.
2057 2011-07-28  Matt Lundin  <mdl@imapmail.org>
2059         * org-bibtex.el (org-bibtex-headline): Don't export TYPE property
2060         as field.
2062 2011-07-28  Matt Lundin  <mdl@imapmail.org>
2064         * org-bibtex.el (org-bibtex-key-property): When storing key in ID,
2065         warn if a duplicate ID is generated.
2067 2011-07-28  Matt Lundin  <mdl@imapmail.org>
2069         * org-bibtex.el (org-bibtex-tags): New variable.
2070         (org-bibtex-tags-are-keywords): New variable.
2071         (org-bibtex-no-export-tags): New variable.
2072         (org-bibtex-headline): Export tags as comma-separated bibtex
2073         keywords.
2074         (org-bibtex-read): Import bibtex keywords field as tags.
2076 2011-07-28  Manuel Giraud  <manuel.giraud@univ-nantes.fr>
2078         * org-publish.el (org-publish-find-date): Optimization.
2080 2011-07-28  Tassilo Horn  <tassilo@member.fsf.org>
2082         * org-gnus.el (org-gnus-follow-link): Don't request scan of group
2083         when following link.
2085 2011-07-28  Manuel Giraud  <manuel.giraud@univ-nantes.fr>
2087         * org-publish.el (org-publish-project-alist): Document new
2088         :sitemap-sans-extension property.
2089         (org-publish-org-sitemap): Use new `sitemap-sans-extension'
2090         setting.
2092 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
2094         * org.el (org-remove-uninherited-tags): Renamed from
2095         `org-remove-iniherited-tags'.
2096         (org-scan-tags): Fix typo in function call.
2097         (org-get-tags-at): Fix typo in function call.
2099 2011-07-28  Matt Lundin  <mdl@imapmail.org>
2101         * org.el (org-get-tags-at): Don't include filetags if local is t.
2103 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
2105         * ob-clojure.el (org-babel-expand-body:clojure): Qualify pp
2106         dispatch functions, wrap body in `(do )'.
2108 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
2110         * org.el (org-fontify-meta-lines-and-blocks): Fix bug which
2111         resulted in the creation of multiple overlays in src blocks.
2113 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
2115         * ob-clojure.el (org-babel-execute:clojure): If results are not
2116         readable by lisp, then return them as a string.
2118 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
2120         * org-bibtex.el (org-bibtex): Now prompts for a file name.
2122 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
2124         * org-bibtex.el (org-bibtex-create): Adding prefix argument which
2125         will result in prompting for optional fields.
2127 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
2129         * org-bibtex.el (org-bibtex-headline): Renamed flet function `get'
2130         which was causing compile problems.
2131         (org-bibtex-fleshout): Renamed flet function `get' which was causing
2132         compile problems.
2133         (org-bibtex-write): Renamed flet function `get' which was causing
2134         compile problems.
2136 2011-07-28  Christian Egli  <christian.egli@sbszh.ch>
2138         * org-taskjuggler.el (org-taskjuggler-clean-id): Make sure an id
2139         never starts with a number.
2141 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
2143         * org-bibtex.el (org-bibtex-export-arbitrary-fields): New option.
2144         (org-bibtex-key-property): New option.
2145         (org-bibtex-put): Make use of new `org-bibtex-key-property'
2146         variable.
2147         (org-bibtex-headline): Make use of new
2148         `org-bibtex-export-arbitrary-fields' and `org-bibtex-key-property'
2149         variables.
2150         (org-bibtex-autokey): Make use of new `org-bibtex-key-property'
2151         variable.
2152         (org-bibtex-fleshout): Make use of new `org-bibtex-key-property'
2153         variable.
2154         (org-bibtex-write): Make use of new `org-bibtex-key-property'
2155         variable.
2157 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
2159         * org-bibtex.el: Updating Copyright dates, author information,
2160         commentary and history notes.
2161         (org-bibtex-types): List of bibtex types with descriptions and
2162         required and optional fields.
2163         (org-bibtex-fields): List of bibtex fields with descriptions.
2164         (*org-bibtex-entries*): Special variable to hold parsed bibtex
2165         entries.
2166         (org-bibtex-autogen-keys): Custom variable controlling whether
2167         bibtex keys are automatically generated
2168         (org-bibtex-prefix): Custom variable allowing use of optional prefix
2169         for bibtex properties in Org-mode headlines.
2170         (org-bibtex-get): Helper function for accessing bibtex elements of a
2171         property list.
2172         (org-bibtex-put): Helper function for inserting bibtex element into
2173         a property list.
2174         (org-bibtex-headline): Return a bibtex entry of the given headline
2175         as a string.
2176         (org-bibtex-ask): Prompt the user to fill in the value of a bibtex
2177         field.
2178         (org-bibtex-autokey): Generate a bibtex key for the current
2179         headline.
2180         (org-bibtex-fleshout): Fill in missing bibtex properties of the
2181         current headline.
2182         (org-bibtex): Export the current Org-mode buffer to a bibtex buffer.
2183         (org-bibtex-check): Check that all bibtex properties are present in
2184         the current headline.
2185         (org-bibtex-check-all): Check all headlines in the current buffer.
2186         (org-bibtex-create): Create a new bibtex headline at the current
2187         level.
2188         (org-bibtex-read): Read the current bibtex entry from a bibtex file.
2189         (org-bibtex-write): Write the most recently read bibtex entry into
2190         an Org-mode file.
2192 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
2194         * org-agenda.el (org-agenda-clock-consistency-checks): Allow to
2195         set properties.
2196         (org-agenda-show-clocking-issues): Handle faces.
2198 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
2200         * ob-ditaa.el (org-babel-default-header-args:ditaa): Specify utf8
2201         content by default with "-Dfile.encoding=UTF-8".
2203 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
2205         * ob-ditaa.el (org-babel-execute:ditaa): New ":java" header
2206         argument.
2208 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
2210         * org-exp.el (org-export-preprocess-string): Mark list end before
2211         expanding macros.  Thus, a macro inside a list and containing
2212         blank lines cannot break the list structure.
2213         (org-export-preprocess-apply-macros): Multi-lines macros get
2214         indented with the same indentation as the first line.  Thus, we
2215         are sure that every line belongs to the same list as the first
2216         line, if such list exists.  Also add comments in code.
2218 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
2220         * org-agenda.el (org-agenda-clock-consistency-checks): New option.
2221         (org-agenda-list): Handle display change to clock check.
2222         (org-agenda-get-progress): Show only clock entries if we are doing
2223         the consistency check.
2224         (org-agenda-show-clocking-issues): New function.
2225         (org-agenda-check-clock-gap): New function.
2226         (org-agenda-view-mode-dispatch): Offer consistency check.
2227         (org-agenda-log-mode): Handle switch to clock only display.
2228         (org-agenda-set-mode-name): Show lighter for Clockcheck.
2230         * org.el (org-hh:mm-string-to-minutes): Accept an integer argument
2231         and return it unchanged.
2233 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
2235         * org-list.el (org-list-struct): When walking down the list, the
2236         function would not pay attention to drawers or blocks indentation.
2237         Thus, such constructs couldn't consistently end an item or a list.
2238         This patch ensures line indentation is stored (if applicable)
2239         before skipping them. Also fixed doc-string and comments.
2241 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
2243         * org-exp.el (org-export): Add EXPORT_FILE_NAME to the enclosing
2244         tree properties.
2246 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
2248         * org-exp.el (org-export): Define a bound for finding enclosing
2249         tree with class/title definition.
2251 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
2253         * org-exp.el (org-export): Go to next heading before searching
2254         backward, so make this also work if we are on the headline of the
2255         entry with the property.
2257 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
2259         * org.el (org-promote):
2260         (org-demote): Soften the previous change, by only removing the
2261         flyspell function from after-change functions, because that was
2262         the one causing the slowdown - at least much of it.
2264 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
2266         * org.el (org-promote, org-demote): Turn off
2267         after-change-functions to speed up the reindentation of text.
2269 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
2271         * ob-ocaml.el (org-babel-ocaml-read-list): Use
2272         `org-babel-script-escape'.
2273         (org-babel-ocaml-read-array): Use `org-babel-script-escape'.
2275 2011-07-28  Manuel Giraud  <manuel.giraud@univ-nantes.fr>
2277         * org-html.el (org-html-handle-links): Add an alternate for inline
2278         images.
2280 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
2282         * org-agenda.el (org-agenda-bulk-action): Do not use the entries
2283         variable before it is defined.
2285 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
2287         * org-src.el (org-src-lang-modes): Added a language alias of "C"
2288         to "c".
2290 2011-07-28  Shaun Johnson  <shaun@slugfest.demon.co.uk>  (tiny change)
2292         * ob-tangle.el (org-babel-tangle): Make it work in an indirect
2293         buffer.
2295 2011-07-28  Manuel Giraud  <manuel.giraud@univ-nantes.fr>
2297         * org-html.el (org-html-make-link): Correct a bug in coderef link.
2299 2011-07-28  Bernt Hansen  <bernt@norang.ca>
2301         * org-agenda.el (org-agenda-filter-by-tag): Fix variable name
2302         typo.
2304 2011-07-28  Bernt Hansen  <bernt@norang.ca>
2306         * org-agenda.el (org-agenda-get-timestamps): Fix agenda display
2307         when headlines are missing.
2309 2011-07-28  Bastien Guerry  <bzg@gnu.org>
2311         * org-mobile.el (org-mobile-push): Move call to hook, make it the
2312         first thing of the push operation.
2314 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
2316         * ob.el (org-babel-params-from-buffer): Now looking for header
2317         arguments in #+Properties: as well as #+Babel:.  Also, we're no
2318         longer caching these results into a file local variable.
2320 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
2322         * ob-python.el (org-babel-python-evaluate-external-process): Allow
2323         parsing as a table in the case of ":results output table".
2324         (org-babel-python-evaluate-session): Allow parsing as a table in
2325         the case of ":results output table".
2327 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
2329         * org-agenda.el (org-agenda-bulk-action): Allow bulk scatter in
2330         all possible agenda views.  Use `org-agenda-schedule' instead of
2331         `org-agenda-date-later'.
2333 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
2335         * ob-emacs-lisp.el (org-babel-execute:emacs-lisp): Now supports
2336         ":results output".
2338 2011-07-28  Julien Danjou  <julien@danjou.info>
2340         * org.el (org-entry-get, org-entry-delete, org-entry-put)
2341         (org-property-values, org-delete-property-globally): Use
2342         `org-re-property'.
2343         (org-re-property): New function allowing to build a regexp to
2344         match a property.
2346 2011-07-28  Julien Danjou  <julien@danjou.info>
2348         * org.el (org-property-values): Enhance docstring.
2350 2011-07-28  Ethan Ligon  <ligon@are.berkeley.edu>  (tiny change)
2352         * org-html.el (org-html-export-list-line): Fix regexp for
2353         detecting description lists to allow "::" marker to be last
2354         visible element at end of line.
2355         * org-docbook.el (org-docbook-export-list-line): Fix regexp for
2356         detecting description lists to allow "::" marker to be last
2357         visible element at end of line.
2359 2011-07-28  Julien Danjou  <julien@danjou.info>
2361         * org-table.el (org-table-cleanup-narrow-column-properties): Use
2362         point-min rather than 1 when moving in the buffer.
2364 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
2366         * org-list.el (org-list-in-valid-context-p): Renamed from
2367         `org-list-in-valid-block-p'.
2368         (org-at-item-p,org-list-search-generic): Use renamed function.
2370 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
2372         * org.el (org-set-font-lock-defaults): Be more strict when
2373         recognizing description items, and do not fontify wrong cases
2374         like: "- term ::description" or "1. term :: description".
2376 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
2378         * org-latex.el: Pay attention to end of footnote.  Before closing
2379         the command, ensure that list is properly closed or that last link
2380         is separated from the curly brace.
2382 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
2384         * org.el (org-indent-line-function): Footnote definition must stay
2385         at column 0 to be recognized as such.  Body below can have normal
2386         indentation, so it should ignore its definition when computing
2387         indentation.
2389 2011-07-28  Bastien Guerry  <bzg@gnu.org>
2391         * org-protocol.el (org-protocol-remember, org-protocol-capture):
2392         More appropriate message.
2394 2011-07-28  Bastien Guerry  <bzg@gnu.org>
2396         * org-capture.el (org-capture-clock-keep): New local variable.
2397         (org-capture, org-capture-finalize): Use it and fix a bug when
2398         :clock-keep is set to `t'.
2400 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>  (tiny change)
2402         * org-exp.el (org-export-preprocess-string): Handle include files
2403         before processing macros.
2405 2011-07-28  Bernt Hansen  <bernt@norang.ca>
2407         * org-agenda.el: Remove obsolete code for adding todo list in
2408         front of the agenda.
2410 2011-07-28  Lawrence Mitchell  <wence@gmx.li>
2412         * org-latex.el (org-export-latex-convert-table.el-table): Fix
2413         format-string for insertion of captions.
2415 2011-07-28  Nick Dokos  <nicholas.dokos@hp.com>  (tiny change)
2417         * org-exp.el (org-export-remove-comment-blocks-and-subtrees): Fix
2418         regexp.
2420 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>  (tiny change)
2422         * org.el (org-read-date-analyze): Help matching dotted European
2423         dates, like 31. 12. 2007
2425 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
2427         * ob-lisp.el (org-babel-execute:lisp): Fix typo.
2429 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
2431         * ob-lisp.el (org-babel-execute:lisp): Turn vectors into lists
2432         before reading by elisp.
2433         (org-bable-lisp-vector-to-list): Stub of a vector->list function,
2434         should be replaced with a cl-vector->el-vector function.
2436 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
2438         * ob-lisp.el (org-babel-execute:lisp): Now using
2439         `org-babel-reassemble-table' to apply the appropriate header
2440         arguments to results.
2442 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
2444         * org.el (org-end-of-meta-data-and-drawers): New function.
2446         * org-capture.el (org-capture-place-plain-text): Implement adding
2447         plain text templates to Org nodes.
2449 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
2451         * org-beamer.el (org-beamer-environments-extra): Fix docstring.
2453 2011-07-28  Lawrence Mitchell  <wence@gmx.li>
2455         * org-exp.el (org-export-handle-comments): Add the org-protected
2456         property to the replacement string.
2458 2011-07-28  Lawrence Mitchell  <wence@gmx.li>
2460         * org-html.el (org-export-as-html, org-html-level-start): Fix
2461         logic for section number printing when NUM is an integer.
2463 2011-07-28  Lawrence Mitchell  <wence@gmx.li>
2465         * org-latex.el (org-export-latex-special-chars): Fix regexp for
2466         `single' special characters and ellipsis.
2468 2011-07-28  Lawrence Mitchell  <wence@gmx.li>
2470         * org.el (org-point-at-end-of-empty-headline): Bind
2471         `case-fold-search' to nil.
2473 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
2475         * org-capture.el (org-capture-fill-template): Resolve new %<...>
2476         template escape.
2477         (org-capture-templates): Document new %<...> template escape.
2479 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
2481         * ob.el (org-babel-process-params): Make this function idempotent,
2482         as it will sometimes be called multiple times.
2484 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
2486         * org.el (org-ts-regexp-both): Add "]" to class of characters that
2487         should not be matched.
2488         (org-ts-regexp0, org-ts-regexp1): Do not start a class with
2489         "^]-+", because that tries to (not) match characters between "]"
2490         and "+".  Instead, move the "-" to the end of the class where it
2491         causes no harm.
2493 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
2495         * ob-R.el (org-babel-edit-prep:R): Associate the appropriate R
2496         process with the edit buffer when :session is specified.
2498 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
2500         * ob-tangle.el (org-babel-tangle-collect-blocks): Brought the link
2501         extraction code into line with a newer version of the
2502         `org-store-link' function.
2504 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
2506         * ob-lisp.el (org-babel-expand-body:lisp): New body expansion
2507         wrapping the expression in either a let or progn, and possibly a
2508         pretty-print function invocation.
2509         (org-babel-execute:lisp): Greatly simplified method of executing
2510         lisp code blocks.
2512 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
2514         * org-list.el: Move `org-update-checkbox-count-maybe' call outside
2515         of ̀save-excursion' to get back to original position.
2517 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
2519         * org.el (org-numbered-action-format): New option.
2520         (org-new-numbered-action): New command.
2521         (org-collect-todos-in-subtree): New command.
2523 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
2525         * org-exp.el (org-export-with-tasks): New option.
2526         (org-export-plist-vars): Add :tasks property.
2528 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
2530         * org-ascii.el (org-export-as-ascii): Pass the :done-tasks
2531         property to the export preprocessor.
2533         * org-docbook.el (org-export-as-docbook): Pass the :done-tasks
2534         property to the export preprocessor.
2536         * org-html.el (org-export-as-html): Pass the :done-tasks property
2537         to the export preprocessor.
2539         * org-latex.el (org-export-as-latex): Pass the :done-tasks
2540         property to the export preprocessor.
2542         * org-exp.el (org-export-with-done-tasks): New option.
2543         (org-export-plist-vars): Add entry for :done-tasks.
2544         (org-export-preprocess-string): Call `org-export-remove-done-tasks'.
2545         (org-export-remove-done-tasks): New function.
2547 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
2549         * org-latex.el (org-export-latex-keywords-maybe): Protect # in
2550         tags.
2552 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
2554         * org.el (org-find-olp): Use the level of the correct match to
2555         continue search.
2557 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
2559         * org-list.el (org-toggle-checkbox): Build value of
2560         org-keyword-time-regexp instead of using it directly, as it's
2561         buffer-local, and function might be called outside Org.
2563 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
2565         * org-list.el (org-list-struct,org-in-item-p): Don't assume end of
2566         blocks or drawers necessarily start somewhere.  It it isn't the
2567         case, treat them as normal text.
2569 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
2571         * ob-exp.el (org-babel-exp-results): Use code block name when
2572         finding cached results.
2574 2011-07-28  Julien Danjou  <julien@danjou.info>
2576         * org-latex.el (org-export-latex-date-format): Change default date
2577         format to \today. This has the same result but respects the
2578         language set in the document by default.
2580 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
2582         * org-list.el (org-list-checkbox): When called from an headline,
2583         function would normally skip drawers, but not if a SCHEDULED or
2584         DEADLINE keyword is standing before the drawer.  Also avoid
2585         problems if function is called in buffers not is Org mode.
2587 2011-07-28  Bastien Guerry  <bzg@gnu.org>
2589         * org-clock.el (org-clock-report): Change the scope of the
2590         inserted clock report depending on whether the point is within a
2591         subtree (:scope subtree) or not (:scope file).
2593 2011-07-28  Puneeth Chaganti  <punchagan@gmail.com>
2595         * org-html.el (org-export-as-html): Fix export of footnotes
2596         containing lists, tables, quotes, etc.
2598 2011-07-28  Lawrence Mitchell  <wence@gmx.li>
2600         * org-latex.el (org-export-latex-preprocess): Correctly match
2601         starred command names.
2603 2011-07-28  Lawrence Mitchell  <wence@gmx.li>
2605         * org-html.el (org-export-as-html): Get local value of
2606         org-export-with-section-numbers from the buffer's plist.  Deal
2607         specially with the case the resulting value is an integer.
2608         (org-html-level-start): New optional argument of the option plist used
2609         instead of `org-export-with-section-numbers'.  Also deal specially
2610         with the case that the value is an integer.
2612 2011-07-28  Lawrence Mitchell  <wence@gmx.li>
2614         * org-latex.el (org-export-latex-subcontent): Deal specially with
2615         the case that NUM is an integer.
2617 2011-07-28  Bastien Guerry  <bzg@gnu.org>
2619         * org-protocol.el (org-protocol-do-capture): Allow template keys
2620         of two characters.
2621         (org-protocol-default-template-key): Update the docstring to
2622         reflect the change in `org-protocol-do-capture'.
2624 2011-07-28  Christian Egli  <christian.egli@sbszh.ch>
2626         * org-taskjuggler.el: Fix a typo in the commentary.
2628 2011-07-28  Christian Egli  <christian.egli@sbszh.ch>
2630         * org-taskjuggler.el (org-taskjuggler-open-task): Only emit a
2631         "purge allocations" statement if we are not targeting tj3.
2633 2011-07-28  Christian Egli  <christian.egli@sbszh.ch>
2635         * org-taskjuggler.el (org-taskjuggler-assign-resource-ids):
2636         Replace recursive implementation with an iterative one.
2638 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
2640         * ob-sh.el (org-babel-sh-var-to-sh): Fixed insertion of tabular
2641         data into shell variables.
2643 2011-07-28  David Maus  <dmaus@ictsoc.de>
2645         * org-html.el (org-html-handle-time-stamps): Protected linebreak
2646         element after timestamp markup.
2648 2011-07-28  David Maus  <dmaus@ictsoc.de>
2650         * org-html.el (org-html-handle-links): Don't protect img tag in
2651         link description.
2653 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
2655         * org-table.el (org-table-formula-handle-first/last-rc): Bind
2656         `char'.
2658 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
2660         * org-list.el (org-in-item-p): Re-build `org-drawer-regexp',
2661         whatever the major mode is.
2663 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
2665         * org-inlinetask.el (org-inlinetask-export-templates): Fix default
2666         templates.
2667         (org-inlinetask-export-handler): Ensure contents of inline task,
2668         if any, starts and ends with a newline character.  Refactor and
2669         comment code.
2671 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
2673         * org-capture.el (org-datetree-find-date-create): Lower-case for
2674         variable names in `define-function' form.
2676 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
2678         * org-table.el (org-table-convert-region): Throw error when
2679         SEPARATOR is smaller than 1.
2681 2011-07-28  Julien Danjou  <julien@danjou.info>
2683         * org-colview.el (org-columns-display-here): Fix heading retrieval
2684         in Org buffers.
2686 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
2688         * org-latex.el (org-export-latex-preprocess): Last brace shouldn't
2689         be on the same line as a list end marker.
2691 2011-07-28  Julien Danjou  <julien@danjou.info>
2693         * org.el (org-icompleting-read): Do not use useless lambda.
2695 2011-07-28  Julien Danjou  <julien@danjou.info>
2697         * org-agenda.el (org-format-agenda-item): Fix length computing.
2699 2011-07-28  Julien Danjou  <julien@danjou.info>
2701         * org-agenda.el (org-format-agenda-item): Fix comment and use
2702         `add-text-properties'.
2704 2011-07-28  Julien Danjou  <julien@danjou.info>
2706         * org-agenda.el (org-agenda-highlight-todo): Remove useless
2707         `concat'.
2709 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
2711         * org-list.el (org-list-to-generic): Set a default term for
2712         ill-formed description lists.  Do not insert newline characters
2713         unless told to.
2714         (org-list-to-texinfo,org-list-to-html): Apply changes to
2715         `org-list-parse-liste'.
2717 2011-07-28  Bastien Guerry  <bzg@gnu.org>
2719         * org-clock.el (org-clock-clocktable-language-setup): Add a
2720         string.
2721         (org-clocktable-write-default): Use the new localized string
2722         in `org-clock-clocktable-language-setup'.
2724 2011-07-28  Bastien Guerry  <bzg@gnu.org>
2726         * org-taskjuggler.el (org-taskjuggler-compute-task-leafiness):
2727         (org-taskjuggler-assign-resource-ids): Replace recursive
2728         implementation with an iterative one.
2730 2011-07-28  Christian Egli  <christian.egli@alumni.ethz.ch>
2732         * org-taskjuggler.el (org-taskjuggler-components): Escape quotes
2733         in headlines.
2735 2011-07-28  Christian Egli  <christian.egli@alumni.ethz.ch>
2737         * org-taskjuggler.el (org-taskjuggler-compute-task-leafiness):
2738         Compute the leafiness of a node.
2739         (org-taskjuggler-open-task, org-export-as-taskjuggler): Mark a
2740         node as a milestone if it is a leaf and has no effort.
2742 2011-07-28  Christian Egli  <christian.egli@alumni.ethz.ch>
2744         * org-taskjuggler.el (org-export-taskjuggler-target-version):
2745         (org-taskjuggler-targeting-tj3-p): Add some minimal infrastructure
2746         to handle export to both tj2 and tj3.
2747         (org-taskjuggler-open-task): Use a different way to purge
2748         allocations for tj2 and tj3.
2750 2011-07-28  Matt Lundin  <mdl@imapmail.org>
2752         * org-footnote.el (org-footnote-auto-label): New random option.
2754         * org-footnote.el (org-footnote-new): Create random footnote
2755         labels with unique ids.
2757 2011-07-28  Matt Lundin  <mdl@imapmail.org>
2759         * org-footnote.el (org-footnote-create-definition): Allow for
2760         footnote sections above the current footnote insertion point.
2762 2011-07-28  Matt Lundin  <mdl@imapmail.org>
2764         * org-footnote.el (org-footnote-create-definition): Don't search
2765         for last footnote when in org-mode file.
2767 2011-07-28  Bastien Guerry  <bzg@gnu.org>
2769         * org-html.el (org-export-as-html): Handle links with
2770         `org-html-handle-links' after we handle special characters
2771         conversions.
2772         (org-html-make-link, org-export-html-format-image): Don't
2773         protect html with @ anymore, as links are now handled after
2774         special characters conversions.
2776 2011-07-28  Julien Danjou  <julien@danjou.info>
2778         * org-agenda.el (org-agenda-get-timestamps):
2779         (org-agenda-get-scheduled): Fix call to `org-format-agenda-item'.
2780         (org-format-agenda-item): Remove no-prefix argument.
2781         (org-agenda-change-all-lines): Call org-format-agenda-item without the
2782         no-prefix argument.
2784 2011-07-28  Julien Danjou  <julien@danjou.info>
2786         * org-agenda.el (org-agenda-highlight-todo): Stop using
2787         prefix-length.
2788         (org-cmp-alpha): Stop using prefix-length.
2789         (org-agenda-open-link): Stop using prefix-length.
2790         (org-agenda-change-all-lines): Stop using prefix-length.
2792         * org-colview-xemacs.el (org-columns-display-here): Stop using
2793         prefix-length. Always return claned items.
2795         * org-colview.el (org-columns-display-here): Stop using
2796         prefix-length. Always return claned items.
2798         * org-mobile.el (org-mobile-write-agenda-for-mobile): Stop using
2799         prefix-length.
2801 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
2803         * ob-tangle.el (org-babel-tangle-collect-blocks): Don't call
2804         `org-store-link' interactively as it can confuse the setting of
2805         `org-link-to-org-use-id' and cause undue edits to the org-mode
2806         buffer during tangling.
2808 2011-07-28  David Maus  <dmaus@ictsoc.de>
2810         * org-html.el (org-export-html-format-image): Protect <p> element
2811         of image caption.
2813 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
2815         * org.el (org-read-date-force-compatible-dates): New option.
2816         (org-read-date, org-read-date-analyze): Check representable date range.
2818 2011-07-28  Bastien Guerry  <bzg@gnu.org>
2820         * org-html.el (org-export-as-html): Fix export of email.
2822 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
2824         * ob-tangle.el (org-babel-spec-to-string): Check value of padline
2825         on tangling, no longer use the now-removed variable
2826         `org-babel-tangle-pad-newline'.
2828         * ob.el (org-babel-header-arg-names): Add padline to the list of
2829         header argument names.
2830         (org-babel-default-header-args): Set the default value of padline to
2831         "yes".
2832         (org-babel-merge-params): Cleaned up the merge logic, added padline.
2834 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
2836         * ob.el (org-babel-header-arg-names): Adding "shebang" to known
2837         code block header argument names.
2839 2011-07-28  Bastien Guerry  <bzg@gnu.org>
2841         * org-crypt.el: Remove useless TODO in comments.
2843 2011-07-28  Bastien Guerry  <bzg@gnu.org>
2845         * org-html.el (org-export-as-html): The default postamble now only
2846         export a date paragraph if `org-export-time-stamp-file' is
2847         non-nil.
2849 2011-07-28  Bastien Guerry  <bzg@gnu.org>
2851         * org-exp.el (org-export-xml): Remove the defgroup of
2852         org-export-xml.
2854 2011-07-28  Bastien Guerry  <bzg@gnu.org>
2856         * org-html.el (org-export-html-insert-plist-item): Remove.
2857         (org-export-html-preamble): Default to `t'.  Accept functions.
2858         (org-export-html-postamble): Default to `auto'.  Accept
2859         functions and distinguish between 'auto (no formatting string)
2860         and `t' (default formatting string).
2861         (org-export-as-html): Handle org-export-html-preamble and
2862         org-export-html-postamble new defaults/allowed values.
2863         Define email and creator-info before using them.
2865 2011-07-28  Bastien Guerry  <bzg@gnu.org>
2867         * org-html.el (org-export-html-protect-char-alist): Fix typo in
2868         custom type definition.
2870 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
2872         * ob-exp.el (org-babel-exp-do-export): Now runs for empty :session
2873         arguments.
2875 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
2877         * org-list.el (org-list-parse-list): Fixed regexp.
2879 2011-07-28  David Maus  <dmaus@ictsoc.de>
2881         * org-html.el (org-export-html-format-image): Protect image
2882         elements.
2884 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
2886         * ob-tangle.el (org-babel-tangle-body-hook): Hook for changing the
2887         contents of a code block body on export.
2888         (org-babel-tangle-collect-blocks): Apply
2889         `org-babel-tangle-body-hook' to the collected bodies of code blocks.
2891 2011-07-28  David Maus  <dmaus@ictsoc.de>
2893         * org-html.el (org-html-make-link, org-html-handle-links): Protect
2894         generated XHTML elements.
2895         (org-export-as-html): Expand character entities after creating markup
2896         for links and timestamps.
2898 2011-07-28  Bastien Guerry  <bzg@gnu.org>
2900         * org-html.el (org-export-as-html): bugfix: insert email
2901         correctly.
2903 2011-07-28  Bastien Guerry  <bzg@gnu.org>
2905         * org-html.el: Bugfix: prevent infinite matching of the `&'
2906         character.
2908 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
2910         * org.el (org-fill-paragraph): `fill-forward-paragraph' function
2911         has been introduced with emacs 23.1.
2913 2011-07-28  Bastien Guerry  <bzg@gnu.org>
2915         * org-attach.el: Allow to store a link to the attach-dir location.
2917 2011-07-28  Puneeth Chaganti  <punchagan@gmail.com>
2919         * org-agenda.el (org-agenda-bulk-action): Allow the user to run a
2920         function.
2922 2011-07-28  Bernt Hansen  <bernt@norang.ca>
2924         * org-clock.el (org-clock-in): Allow clocking in new tasks
2925         inserted before the current clocking task.
2927 2011-07-28  Bernt Hansen  <bernt@norang.ca>
2929         * org-clock.el (org-clock-in): Set default clocking task when
2930         already clocking the task.
2932 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
2934         * org.el (org-adaptive-fill-function): When a region is specified
2935         first line of paragraph isn't skipped, so fill-paragraph have to
2936         be computed even if point is at an item.
2938 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
2940         * org-list.el (org-list-in-valid-block-p): New function.
2941         (org-at-item-p,org-list-search-generic): Use new function.
2943 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
2945         * org.el (org-indent-line-function): Text in both a list and a
2946         valid block is indented with regards to current item, not to block
2947         boundaries.
2949 2011-07-28  Manuel Giraud  <manuel.giraud@univ-nantes.fr>
2951         * org-html.el (org-format-org-table-html): Fix anchors in HTML
2952         export (thanks to <aankhen@gmail.com>)
2953         (org-html-protect): Fix a  bug that prevents some target to be
2954         rendered correctly.
2956 2011-07-28  Bastien Guerry  <bzg@gnu.org>
2958         * org.el (org-default-properties): Add EXPORT_TEXT.
2960 2011-07-28  Matt Lundin  <mdl@imapmail.org>
2962         * org-footnote.el (org-footnote-create-definition)
2963         (org-insert-footnote-reference-near-definition): Fix sorting
2964         of footnotes.
2966 2011-07-28  Manuel Giraud  <manuel.giraud@univ-nantes.fr>
2968         * org-html.el (org-export-as-html): Bugfix: don't insert closing
2969         HTML tags when exporting body only.
2971 2011-07-28  Jason Dunsmore  <emacs-orgmode@deathroller.dunsmor.com>  (tiny change)
2973         * org.el (org-back-over-empty-lines): Bugfix.  Honor
2974         `org-blank-before-new-entry' correctly in various contexts.
2976 2011-07-28  Bastien Guerry  <bzg@gnu.org>
2978         * org-macs.el (org-with-wide-buffer): Bugfix: use `save-excursion'
2979         and `save-restriction'.
2981 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
2983         * org-timer.el (org-timer-item): `save-excursion' prevents
2984         `org-list-struct' to get the list structure when point isn't on
2985         the first line of the item.
2987 2011-07-28  Bastien Guerry  <bzg@gnu.org>
2989         * org-capture.el (org-capture-templates): New option
2990         :no-clock-out.
2991         (org-capture): Use the new option.
2993 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
2995         * org-list.el (org-update-checkbox-count): Ensure cookies on an
2996         heading are correctly updated when checkboxes are hidden.  It
2997         allows, for example, to use C-c C-x C-b on a collapsed tree and
2998         still get the update.
3000 2011-07-28  David Maus  <dmaus@ictsoc.de>
3002         * org-exp.el (org-export-visible): Accept keys for
3003         `org-export-as-html-to-buffer' and `org-export-region-as-html'.
3005 2011-07-28  Bastien Guerry  <bzg@gnu.org>
3007         * org.el (org-duration-string-to-minutes): Don't use
3008         `rx-to-string'.
3010 2011-07-28  Lawrence Mitchell  <wence@gmx.li>
3012         * org.el (org-effort-durations): New variable.
3014         * org.el (org-duration-string-to-minutes): New function.
3016         * org-agenda.el (org-agenda-filter-effort-form)
3017         (org-format-agenda-item): Use it.
3019         * org-clock.el (org-clock-notify-once-if-expired)
3020         (org-clock-modify-effort-estimate, org-clock-get-clock-string): Use it.
3022 2011-07-28  Bastien Guerry  <bzg@gnu.org>
3024         * org-agenda.el (org-agenda-run-series): Rename from
3025         `org-run-agenda-series'.
3027 2011-07-28  Bastien Guerry  <bzg@gnu.org>
3029         * org-capture.el: Don't allow currentfile anymore.
3031 2011-07-28  Bastien Guerry  <bzg@gnu.org>
3033         * org-agenda.el (org-agenda-list): Fix bug: don't rely on
3034         `org-agenda-current-span' when calling `org-agenda-list'.
3036 2011-07-28  Bastien Guerry  <bzg@gnu.org>
3038         * org-capture.el (org-capture-put-target-region-and-position):
3039         New function to store information about the target buffer.
3040         (org-capture-set-target-location): Use it.
3041         (org-capture-finalize): Restore the target buffer in its
3042         possibly narrowed state.  Also restore the cursor position.
3044 2011-07-28  Bastien Guerry  <bzg@gnu.org>
3046         * org-crypt.el (auto-save-default): Make sure entries are
3047         encrypted before auto-saving.
3049 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
3051         * org-inlinetask.el (org-inlinetask-promote)
3052         (org-inlinetask-demote): New functions.
3054 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
3056         * org.el (org-demote-subtree,org-promote-subtree): Wrap
3057         `org-map-tree' into `org-with-limited-levels' macro, so it avoids
3058         operating on inline tasks.
3060 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
3062         * org.el (org-narrow-to-subtree): Ensure `org-back-to-heading'
3063         will move point to a real heading and not an inline task by
3064         wraping function into a `org-with-limited-levels' macro.
3066 2011-07-28  Bastien Guerry  <bzg@gnu.org>
3068         * org-capture.el (org-capture-finalize): New argument clock-out,
3069         to tell whether finalizing the capture process should clock out
3070         the running clock.
3071         (org-capture): Use the new argument.
3073 2011-07-28  Bastien Guerry  <bzg@gnu.org>
3075         * org.el (org-refile-get-targets): Rename from
3076         `org-get-refile-targets'.
3078 2011-07-28  Bastien Guerry  <bzg@gnu.org>
3080         * org-exp.el (org-export-table-remove-empty-lines): New custom
3081         variable.
3082         (org-export-remove-special-table-lines): Use it.
3084 2011-07-28  Bastien Guerry  <bzg@gnu.org>
3086         * org-table.el (org-table-fix-formulas-confirm): New custom
3087         variable.
3088         (org-table-insert-column, org-table-delete-column)
3089         (org-table-move-column, org-table-move-row)
3090         (org-table-insert-row, org-table-kill-row): Use it.
3092 2011-07-28  Tassilo Horn  <tassilo@member.fsf.org>
3094         * org.el (org-refile-get-location): Set and show default value.
3095         (org-goto, org-refile): Adapt calls.
3097 2011-07-28  Bastien Guerry  <bzg@gnu.org>
3099         * org-mobile.el (org-mobile-files-exclude-regexp): New custom
3100         variable.
3101         (org-mobile-files-alist): Use it.
3103 2011-07-28  Bastien Guerry  <bzg@gnu.org>
3105         * org.el (org-todo): Bugfix: use `org-with-wide-buffer' to check
3106         against headings outside of a narrowed buffer.
3108 2011-07-28  Bastien Guerry  <bzg@gnu.org>
3110         * org.el (org-confirm-shell-link-not-regexp)
3111         (org-confirm-elisp-link-not-regexp): New custom variables.
3112         (org-open-at-point): Use the new custom variables.
3114 2011-07-28  Lawrence Mitchell  <wence@gmx.li>
3116         * org-latex.el: Place \title \author \date before
3117         \begin{document}.
3119 2011-07-28  Bastien Guerry  <bzg@gnu.org>
3121         * org-html.el (org-export-html-preamble)
3122         (org-export-html-postamble): Now default to `nil'.
3123         (org-export-as-html): When :html-pre/postamble is nil, fall
3124         back on the default pre/postamble, which depends on the
3125         :author-info, :email-info, :creator-info options.
3127 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
3129         * ob-exp.el (org-babel-exp-results): Don't use cached results if
3130         there is no hash.
3132 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
3134         * org-table.el (org-table-eval-formula): Treat relative column
3135         refs.
3137 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
3139         * org-table.el (org-table-use-standard-references): Change default
3140         to `from'.
3142 2011-07-28  Bastien Guerry  <bzg@gnu.org>
3144         * org.el (org-move-subtree-down): Leave the cursor at the same
3145         column we were at.
3147 2011-07-28  Bastien Guerry  <bzg@gnu.org>
3149         * org-attach.el (org-attach-store-link-p): New variable.
3150         (org-attach-store-link): New function.
3151         (org-attach-attach): When `org-attach-store-link-p' is
3152         non-nil, store a link in `org-stored-links' to a newly
3153         attached file.
3155 2011-07-28  Bastien Guerry  <bzg@gnu.org>
3157         * org-exp.el (org-export-remove-headline-metadata): Bugfix: don't
3158         case-fold-search to avoid mixing TODO keywords with real headline
3159         words.
3161 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
3163         * org-table.el (org-table-fedit-finish): Read more general LHS of
3164         formulas.
3165         (org-table-formula-handle-@L): New function to hanle @L references.
3166         (org-table-current-ncol): New variable.
3167         (org-table-line-to-dline): New function.
3168         (org-table-get-stored-formulas): Accept range formulas as matches.
3169         (org-table-get-specials): Compute and store the number of columns.
3170         (org-table-get-range): New optional argument CORNERS-ONLY, to retrieve
3171         only the region marked by the range, not the content.
3172         (org-table-recalculate): Call `org-table-expand-lhs-ranges' to expand
3173         range targets.  Also check for duplicate access to fields.
3174         (org-table-expand-lhs-ranges): New funktion.
3175         (org-table-get-remote-range): Bind `org-table-current-ncol' to protect
3176         the caller's value.
3177         (org-table-edit-formulas): Support highlighting of range targets.
3178         (org-table-field-info): Handle renge formulas.
3180 2011-07-28  Bastien Guerry  <bzg@gnu.org>
3182         * org-html.el (org-export-html-postamble-format)
3183         (org-export-html-preamble-format): Explain how to escape the
3184         `%' character.
3186 2011-07-28  Bastien Guerry  <bzg@gnu.org>
3188         * org-exp-bibtex.el (org-export-bibtex-preprocess): Use
3189         `org-export-current-backend'.
3191 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
3193         * ob.el (org-babel-read): Read string variable values wrapped in
3194         double quotes, removing the quotes.
3196 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
3198         * ob-exp.el (org-babel-exp-results): Ensure that processed params
3199         are send to org-babel-execute-src-block.
3201 2011-07-28  Bastien Guerry  <bzg@gnu.org>
3203         * org-special-blocks.el
3204         (org-special-blocks-make-special-cookies): Use
3205         `org-export-current-backend'.
3207 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
3209         * ob-exp.el (org-babel-exp-in-export-file): Now takes the language
3210         as an argument.
3211         (org-babel-exp-src-block): Explicitly pass language to
3212         `org-babel-exp-in-export-file'.
3213         (org-babel-exp-inline-src-blocks): Removed unused code.
3214         (org-babel-exp-results): Explicitly pass language to
3215         `org-babel-exp-in-export-file'.
3217 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
3219         * ob-calc.el (org-babel-execute:calc): Unquote quoted vectors
3220         returned from calc-eval.
3222 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
3224         * ob.el (org-babel-read): Pass elisp vectors through to code
3225         blocks.
3227 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
3229         * ob.el (org-src-lang-modes): Defvar.
3230         (org-at-item-p): Declare function.
3232         * ob-calc.el (calc-store): Require.
3233         (var-syms): Defvar.
3235         * ob-python.el (py-default-interpreter): Defvar.
3237 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
3239         * org-exp-blocks.el (backend): defvar.
3241 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
3243         * org-agenda.el (org-agenda-get-scheduled):
3244         (org-agenda-get-timestamps): Bind local variable `show-all'.
3246 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
3248         * ob-ref.el (org-at-item-p): Declare function.
3250         * org-agenda.el (diary-time-regexp): defvar.
3252         * org-archive.el (org-archive-subtree): Bind local variable
3253         `infile-p'.
3255         * org-capture.el (org-capture-insert-template-here): Get template
3256         text from property list, to avoid byte compiler message.
3258         * org-latex.el (org-export-latex-tables): Bind local variable
3259         `width'.
3261         * org-special-blocks.el (org-compat): Add require statement.
3263         * org-table.el (orgtbl-ctrl-c-ctrl-c): Bind local variable
3264         `const-str'.
3266         * org.el (org-eval): Moved function here from org-agenda.el.
3268 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
3270         * ob.el (org-babel-read-table): Inhibit lisp evaluation of values
3271         when reading from tables.
3272         (org-babel-read-list): Inhibit lisp evaluation of values when
3273         reading from lists.
3274         (org-babel-read): Add optional argument which can be used to inhibit
3275         lisp evaluation of value.
3277 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
3279         * ob-table.el (sbe): Ensure that ob-trim is only called on
3280         strings.
3282 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
3284         * ob-exp.el (org-babel-exp-results): On export, ensure that the
3285         result hash is resolved in the original org-mode file.
3287 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
3289         * org-exp.el (org-export-mark-list-end): Change end marker.
3291         * org-docbook.el (org-export-docbook-list-line): Use new marker.
3293         * org-html.el (org-html-export-list-line): Use new marker.
3295         * org-latex.el (org-export-latex-lists): Use new marker.
3297 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
3299         * org-latex.el (org-export-latex-lists): Make sure markers used
3300         for export are taken into account by temporarily setting an
3301         appropriate value for `org-list-ending-method'.
3303 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
3305         * org-exp-blocks.el (org-exp-blocks-block-regexp): Wrapping block
3306         regexp into its own variable, also allowing match of empty bodies.
3307         (org-export-blocks-preprocess): Using new regexp variable.
3309 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
3311         * ob.el (org-babel-src-block-regexp): Code block regexp now
3312         matches blocks with empty bodies.
3314 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
3316         * ob.el (org-babel-script-escape): If script escaped value doesn't
3317         parse cleanly, then return it literally.
3319 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
3321         * ob-exp.el (org-babel-exp-src-block): When block will eventually
3322         be evaluated, pre-calculate the hash before noweb expansion, and
3323         expand the parameters before hash calculation.
3324         (org-babel-exp-do-export): Pass pre-calculated hash through to
3325         `org-babel-exp-results'.
3326         (org-babel-exp-results): Compare pre-calculated hash to results hash.
3328 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
3330         * ob.el (org-babel-sha1-hash): Sort list values to header
3331         arguments, and sort the words in strings.
3333 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
3335         * ob-ref.el (org-babel-ref-index-list): Special handling of hline
3336         rows.
3338 2011-07-28  Julien Danjou  <julien@danjou.info>
3340         * org-macs.el (org-with-point-at): Store evaluated version of
3341         pom. This fixes a potential bug when using (org-with-point-at
3342         (func) …), where (func) would be evaluated multiple times,
3343         therefore might return different results if a marker was returned
3344         and different each time.
3346 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
3348         * org.el (org-open-at-point): If a link to a radio target is the
3349         first, (resp. the last), element of a buffer, function cannot find
3350         the property change required to get its boundaries, and
3351         `buffer-substring' is called with an invalid nil argument.
3353 2011-07-28  Bastien Guerry  <bzg@gnu.org>
3355         * org-table.el (org-table-copy-down): Fix docstring.
3357 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
3359         * ob-latex.el (org-babel-execute:latex): Add imagemagick options,
3360         and for file types other than png and PDF it uses imagemagick to
3361         convert a compiled PDF file to the desired file type.
3362         (convert-pdf): Convert a PDF file to a new file type using
3363         imagemagick.
3365 2011-07-28  Puneeth Chaganti  <punchagan@gmail.com>
3367         * org-capture.el (org-capture-fill-template): Fix bug with the
3368         display of interactive prompt in templates expansion.
3370 2011-07-28  Reiner Steib  <reiner.steib@gmx.de>
3372         * org-clock.el (org-clock-display): Document how to remove subtree
3373         times.
3375 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
3377         * org-exp-blocks.el (org-export-blocks-format-comment): Explicitly
3378         append a newline to the body.
3380 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
3382         * org-list.el (org-list-insert-item): When computing size of item
3383         being inserted, function has to take into account that indentation
3384         may not only be made of spaces.
3386 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
3388         * org-clock.el (org-clock-find-position): If a list was adjacent
3389         to some clocks and a drawer was going to be created, only the
3390         first element of the list would make it into the drawer.
3392 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
3394         * org-list.el (org-toggle-checkbox): Fix bug where top item in
3395         list was omitted when checking boxes.
3397 2011-07-28  Dan Davison  <dandavison7@gmail.com>
3399         * ob-R.el: Don't print result to echo area after evaluation.
3401 2011-07-28  Bastien Guerry  <bzg@gnu.org>
3403         * org-capture.el (org-capture-refile): Fix typo in docstring.
3405 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
3407         * ob-calc.el (org-babel-execute:calc): Call out to new function
3408         for variables resolution.
3409         (ob-calc-maybe-resolve-var): Resolve (possibly recursively)
3410         variables in calc expressions.
3412 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
3414         * ob-C.el (org-babel-tangle-lang-exts): Replace "c++" with "C++".
3415         (org-babel-C++-compiler): Replace "c++" with "C++".
3416         (org-babel-execute:cpp): Replace "c" with "C++".
3417         (org-babel-execute:C++): Replace "c" with "C++".
3418         (org-babel-expand-body:C++): Replace "c" with "C++".
3419         (org-babel-C-execute): Replace "c" with "C++".
3421 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
3423         * ob-ref.el (org-babel-ref-at-ref-p): Only try to read results as
3424         a list if at the *beginning* of a list item.
3426         * ob.el (org-babel-read-result): Only try to read results as a
3427         list if at the *beginning* of a list item.
3429 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
3431         * org-list.el (org-cycle-item-indentation): Do not break an
3432         indentation cycle because visibility cycling is requested.  This
3433         happens when an item becomes a parent, due to indentation change.
3434         Not considered empty anymore, the function cannot change its
3435         indentation again.
3437 2011-07-28  Bastien Guerry  <bzg@gnu.org>
3439         * org-clock.el (org-clocktable-write-default): Bugfix: falls back
3440         on `org-export-default-language' when no :lang parameter is set.
3442 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
3444         * org-capture.el (org-capture-expand-file): New function.
3445         (org-capture-target-buffer):
3446         (org-capture-set-target-location): Use `org-capture-expand-file'.
3448 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
3450         * ob.el (org-babel-read-list): Reading the value of a list has
3451         been updated to reflect the new structure of org-mode lists in
3452         elisp.
3453         (org-babel-insert-result): Writing code block results to lists has
3454         been updated to reflect the new list structure.
3455         (org-babel-result-end): Remove a previous change to end-of-list
3456         marker detection.
3458 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
3460         * org-list.el (org-cycle-item-indentation): Each time the function
3461         moves item back to child position, a white space is added to the
3462         line.
3464 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
3466         * ob.el (org-babel-process-params): Allow elisp code in
3467         specification of results header arguments.
3469 2011-07-28  Bastien Guerry  <bzg@gnu.org>
3471         * org-agenda.el (org-agenda-append-agenda): New command.
3472         (org-agenda-mode-map): New keybinding to this new command.
3474 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
3476         * org.el (org-ctrl-c-ctrl-c): Call `org-list-send-list' only when
3477         cursor it at very first item of the list, as specified in the
3478         manual.  Also refactored the list part of the function a bit.
3480 2011-07-28  Bastien Guerry  <bzg@gnu.org>
3482         * org-agenda.el (org-agenda): Set the 'last-args property to nil
3483         when calling `org-agenda'.  Don't kill the local variable
3484         `org-agenda-current-span'.
3485         (org-run-agenda-series): Use the new property 'last-args.
3486         (org-agenda-change-time-span): Use the dynamically set
3487         `org-agenda-overriding-arguments' variable when non-nil.
3489 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
3491         * ob.el (org-babel-result-end): Adjust marker of list end to
3492         changes in the list format.
3494 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
3496         * org-list.el (org-toggle-checkbox, org-update-checkbox-count): No
3497         need to wrap `org-entry-get' in `ignore-errors'.
3499 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
3501         * org.el (org-toggle-item, org-toggle-heading): Make sure every
3502         sub-item in a list is changed into a sub-heading and sub-headings
3503         are translated into sub-items.  Also ignore inline tasks in the
3504         process.
3506 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
3508         * org-exp.el (org-export-select-backend-specific-text): Add
3509         `original-indentation' property when replacing #+begin_backend and
3510         #+backend blocks with their content.  This is needed for lists, as
3511         they must know if the block belonged to them.
3513 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
3515         * org-html.el (org-html-export-list-line): Insert a newline
3516         character before ending an item, as anchor could be on a line
3517         going to be deleted, like a drawer ending string.
3519         * org-list.el (org-list-to-html): Same.
3521 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
3523         * org.el (org-set-autofill-regexps): Use `org-item-re' in
3524         `paragraph-start' to recognize alphabetical lists.
3525         (org-fill-paragraph): Enforce a pre-computed fill-prefix before
3526         calling `fill-paragraph' when point is in an item.  Also prevent
3527         paragraphs getting merged into an adjacent list upon filling.
3528         (org-adaptive-fill-function): Make sure to determine real
3529         fill-prefix for auto-fill.
3530         (org-auto-fill-function): Use a pre-computed fill-prefix before
3531         calling `do-auto-fill'.
3533         * org-list.el (org-list-item-body-column): New function.
3535 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
3537         * org-inlinetask.el (org-inlinetask-at-task-p)
3538         (org-inlinetask-toggle-visibility): New functions.
3540         * org-list.el (org-list-set-item-visibility): New function.
3542         * org.el (org-cycle, org-cycle-internal-local): Separate lists and
3543         inline tasks from headlines.
3544         (org-outline-level): Do not consider lists as headlines.  Cycling
3545         visibility is using different tools.
3547 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
3549         * org-list.el (org-list-struct): Mark items less indented than top
3550         item of the list, so that they will be modified.
3551         (org-list-struct-apply-struct): Compare struct's indentation with
3552         line's indentation instead of old-struct's.  This is needed
3553         because `org-list-struct' automatically fixes indentation so
3554         changes might not be seen otherwise.
3556         * org.el (org-ctrl-c-ctrl-c): Small refactoring.
3558 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
3560         * org-list.el (org-update-checkbox-count): When a part of the
3561         buffer is processed to count checkboxes, lists are read from top
3562         to bottom, but inside lists (in drawers, blocks, or inline tasks)
3563         are skipped.  Thus, cookies cannot be updated.  This patch
3564         enforces reading of such lists if counter is itself in a special
3565         context.
3567 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
3569         * org-list.el (org-list-struct-apply-struct): Inline tasks along
3570         with their content must stay at column 0 even if the item is
3571         gaining indentation.  Moreover, fix indentation of text in an
3572         inline task, now it can be in such a task within a list.
3574 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
3576         * org-list.el (org-at-item-p): Also verify context is valid.
3577         Otherwise it would recognize valid items where `org-in-item-p'
3578         wouldn't.
3579         (org-in-item-p, org-list-struct-apply-struct): Use shorter version
3580         of org-at-item-p.
3581         (org-cycle-list-bullet): Fix typo.
3582         (org-list-parse-list): Avoid calling `org-at-item-p' two times by
3583         using an appropriate regexp.
3585         * org.el (org-indent-line-function): Use an appropriate regexp
3586         instead of calling `org-at-item-p' two times.
3588 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
3590         * org-list.el (org-in-item-p): When point was just after
3591         org-list-end-re, check wouldn't be done for starting line.  So, if
3592         the first line was an item, it wouln't be noticed and function
3593         would return nil.  Simplify and comment code.
3595 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
3597         * org.el (org-toggle-item): When used on normal text, ensure every
3598         line in region is included in the new item, regardless of its
3599         original indentation.
3601 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
3603         * org-list.el (org-list-struct-apply-struct): If end of list was
3604         at eol, for example, with list inside a block, the last list
3605         wouldn't be shifted.  Thus, the patch ensures no blank lines is
3606         skipped.
3608 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
3610         * org.el (org-toggle-item): Now accepts a prefix argument. When
3611         used without argument on normal text, it will make the whole
3612         region one item.  With an argument, it defaults to old behavior:
3613         change each line in region into an item.
3615 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
3617         * org.el (org-return): When called from inside an item with the
3618         indent flag, function should keep text moved inside the item.
3619         This allows to use C-j to separate lines in an item: cursor won't
3620         go back to column 0.
3622 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
3624         * org-list.el (org-list-struct): When a line has org-example
3625         property, skip the entire block.  This is needed during export,
3626         for example when src blocks in org markup contain lists, and are
3627         returned verbatim because org isn't in the list of interpreted
3628         languages.
3630 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
3632         * org-list.el (org-in-item-p): Handle special cases when function
3633         is called with cursor amidst `org-list-end-re' or at an inline
3634         task.
3636 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
3638         * ob.el (org-babel-result-end): Apply renaming.
3640         * org-exp.el (org-export-mark-list-properties): Apply renaming.
3642         * org-list.el (org-list-prevs-alist): Renamed from
3643         `org-list-struct-prev-alist'.
3644         (org-list-parents-alist): Renamed from `org-list-struct-parent-alist'.
3645         (org-list-write-struct): Renamed from `org-list-struct-fix-struct'.
3646         (org-list-parse-list, org-sort-list, org-list-indent-item-generic)
3647         (org-toggle-checkbox, org-update-checkbox-count)
3648         (org-cycle-list-bullet, org-list-repair, org-insert-item)
3649         (org-move-item-up, org-move-item-up, org-move-item-down)
3650         (org-next-item, org-previous-item, org-end-of-item-list)
3651         (org-beginning-of-item-list, org-apply-on-list): Apply renaming.
3652         (org-get-bullet): Removed function, as it is not needed anymore.
3654 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
3656         * org-list.el (org-list-insert-item-generic): Change arguments.
3657         The function now accepts structure and previous items alist.  This
3658         allows to insert an item programmatically more easily.
3659         (org-insert-item): Apply changes to
3660         `org-list-insert-item-generic'.  The function now takes care about
3661         repairing structure and updating checkboxes.
3663         * org-timer.el (org-timer-item): Apply changes to
3664         `org-list-insert-item-generic'.  The function now takes care about
3665         repairing structure.
3667 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
3669         * org-list.el (org-list-make-subtree): Function now uses
3670         `org-list-parse-list mechanism'.
3671         (org-list-make-subtrees): Removed function.
3672         (org-list-to-generic): Added a parameter and every parameter can
3673         be a sexp returning a string, for finer control.
3674         (org-list-to-html, org-list-to-latex, org-list-to-texinfo): Slight
3675         modifications to apply changes to `org-list-to-generic'.
3676         (org-list-to-subtree): New function.
3678 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
3680         * org.el (org-beginning-of-line): Apply changes to
3681         `org-item-beginning-re' to correct sub-expression reference.
3683 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
3685         * org-docbook.el (org-export-docbook-list-line): Even with
3686         alphabetical lists, Org shouldn't enforce a particular list type
3687         to exporters.  This is a job for style files.
3689         * org-html.el (org-html-export-list-line): Ib idem.
3691 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
3693         * org-list.el (org-at-item-counter-p): New function.
3694         (org-list-parse-list): Handle counters and list depth.
3695         (org-list-to-generic): A special string is used when an item has a
3696         counter.
3697         (org-list-to-latex): Use new special string for counters.  This
3698         fixes the counter bug in LaTeX export, as the enumi counter was
3699         the only one modified.
3701         * org-latex.el (org-export-latex-lists): Use new
3702         `org-list-parse-list' output.
3704 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
3706         * org-list.el (org-list-get-list-type): New function.
3707         (org-list-parse-list): Use new function.
3709         * org-html.el (org-html-export-list-line): Use new function.
3711         * org-docbook.el (org-export-docbook-list-line): Use new function.
3713 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
3715         * org-list.el (org-alphabetical-lists): New variable
3716         (org-item-re, org-list-full-item, org-cycle-list-bullet)
3717         (org-list-struct-fix-bul, org-list-inc-bullet-maybe): Reflect
3718         introduction of the new variable.
3719         (org-item-beginning-re): Changed into a function, so any
3720         modification of `org-alphabetical-lists' will not require
3721         reloading Org.
3722         (org-at-item-p, org-toggle-checkbox, org-update-checkbox-count)
3723         (org-list-parse-list, org-list-send-list): Reflect changes to
3724         `org-item-beginning-re'.
3725         (org-list-use-alpha-bul-p): New function.
3727         * org.el (org-check-for-hidden): Reflect changes to
3728         `org-item-beginning-re'.
3730         * org-capture.el (org-capture-place-item): Reflect changes to
3731         `org-item-beginning-re'.
3733         * org-docbook.el (org-export-docbook-list-line): Handle New type
3734         of items.
3736         * org-exp.el (org-export-mark-list-end)
3737         (org-export-mark-list-properties): Reflect changes to
3738         `org-item-beginning-re'.
3740         * org-html.el (org-html-export-list-line): Handle new type of
3741         items.
3743         * org-latex.el (org-export-latex-lists): Handle new type of items
3744         and reflect changes to `org-item-beginning-re'.
3746         * org-ascii.el (org-export-ascii-preprocess): Handle new counters.
3748 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
3750         * org-list.el (org-list-end-re): Removed function and made it a
3751         variable.  There's no need for the overhead of calling the
3752         function every at every line in a list.  User will have to reload
3753         Org if he change value of either `org-list-end-regexp' or
3754         `org-empty-line-terminates-plain-lists'.
3755         (org-in-item-p,org-list-struct,org-list-parse-list): Apply change.
3757         * org-exp.el (org-export-mark-list-end)
3758         (org-export-mark-list-properties): Apply change.
3760         * org-latex.el (org-export-latex-lists): Apply change.  Also
3761         prevent items with org-example property to be considered as real
3762         items.
3764 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
3766         * org-inlinetask.el (org-inlinetask-export-templates): Slightly
3767         modify templates so environment boundaries don't interfere with
3768         content of task.  Unprotect content of task so it might benefit
3769         from further transformations. Set original-indentation property to
3770         a high value to ensure that task is always in the last item of the
3771         list.  Also, apply templates later in export process.
3773         * org-list.el (org-list-struct): Fix inline task skipping.
3775 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
3777         * org-latex.el (org-export-latex-lists): Search for unprotected
3778         items only, and redefine `org-at-item'.  This change is required
3779         when verbatim lists are inserted during export, usually by Babel.
3781 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
3783         * ob.el (org-babel-result-end): End position is end of current
3784         sublist instead of bottom point, as results might be inserted in a
3785         list themselves.
3787 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
3789         * org-list.el (org-list-automatic-rules): Removed insert rule.
3790         (org-list-insert-item-generic): Removed code preventing user to
3791         insert another item in a block within a list.  It is because new
3792         list context make it impossible to see if a point in a block is
3793         also in a list.
3795 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
3797         * org-exp.el (org-export-preprocess-string): Mark list endings
3798         before babel blocks preprocessing starts, so blank lines that may
3799         be inserted do not break list's structure.  Then, mark list with
3800         special properties required by exporters. Thus output from babel
3801         can easily be included in lists.
3802         (org-export-mark-list-end): New function.
3803         (org-export-mark-list-properties): New function.
3804         (org-export-mark-lists): Removed function.  It was split into the
3805         two preceding functions.
3807 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
3809         * org-list.el (org-update-checkbox-count): Do not recompute every
3810         list before next heading when there are more than one cookie in an
3811         headline.  Moreover, ignore the case where cookie is inserted
3812         neither at an heading nor at an item.
3814 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
3816         * org-list.el (org-sort-list): Fix number of arguments to
3817         `org-list-repair', plus make `end-record' go to end of item before
3818         any blank line to keep them from being swallowed in the sorting.
3820 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
3822         * org-list.el (org-list-forbidden-blocks): Renamed from
3823         `org-list-blocks'.
3824         (org-list-export-context): New variable.
3826 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
3828         * org-list.el (org-list-search-generic): Renamed form
3829         `org-search-unenclosed-generic' to reflect the new behavior.  Now,
3830         match can only be in a valid context for lists, as determined by
3831         `org-list-context'.
3832         (org-list-search-backward): Renamed from
3833         `org-search-backward-unenclosed'.
3834         (org-list-search-forward): Renamed from
3835         `org-search-forward-unenclosed'.
3836         (org-toggle-checkbox,org-update-checkbox-count): Use new
3837         functions.
3838         (org-sort-list): Using default regexp search functions as context
3839         is not required in this case.
3841 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
3843         * org-exp.el (org-export-mark-lists): New function, replacing
3844         org-export-mark-list-ending.  It adds information as text
3845         properties to every list, before changes done by exporter destruct
3846         them.
3848 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
3850         * org-list.el (org-list-get-first-item): New alias for
3851         `org-list-get-list-begin'.
3852         (org-list-get-last-item): New function.
3853         (org-list-get-list-end): Use `org-list-get-last-item'.
3855 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
3857         * org.el (org-get-string-indentation): Moved in generally useful
3858         functions section, as it wasn't specific to plain lists and that
3859         no code was using it in org-list.el.
3861 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
3863         * org.el (org-skip-over-state-notes,org-store-log-note): Use new
3864         accessors.
3866 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
3868         * org-list.el (org-list-indent-item-generic): Remove error
3869         messages happening before process.  This belongs to interactive
3870         functions.
3871         (org-indent-item,org-indent-item-tree)
3872         (org-outdent-item,org-outdent-item-tree): Ensure point or region
3873         is correct before computing list structure.  Return an error
3874         message otherwise.
3876 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
3878         * org-list.el (org-apply-on-list): Use new structures.  Function
3879         is now applied in reverse order so modifications do not change
3880         positions of items in buffer.
3882 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
3884         * org-list.el (org-list-parse-list): Rewrite of function to allow
3885         text following a sub-list in the same item.  See docstring for an
3886         example of output.
3887         (org-list-to-generic): Use new parsing function.
3888         (org-list-to-latex,org-list-to-html): Minor change for clearer
3889         export.
3891 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
3893         * org-list.el (org-list-has-child-p): Renamed from
3894         `org-list-get-child'.  Returning first child is only useful as a
3895         predicate, as we are allowing an item to have more than one
3896         sub-list.
3897         (org-list-indent-item-generic): Use `org-list-has-child-p' instead
3898         of org-list-get-child.
3899         (org-in-item-p): Also return item beginning when list starts at
3900         context beginning.
3901         (org-list-get-parent): Use of `org-list-struct-parent-alist'
3902         helper function is not optional anymore.
3903         (org-list-get-all-items): Shorten code with the help of cl.el.
3904         (org-list-get-children): Now returns all children of item, even if
3905         they do not belong to the same list. Renamed from
3906         `org-list-get-all-children'.
3907         (org-list-get-list-begin): Function wasn't return value when item
3908         was already the first item of the list at point.
3909         (org-list-get-list-end): Function wasn't return value when item
3910         was already the last item of the list at point.
3911         (org-list-struct-fix-box,org-update-checkbox-count): Now uses
3912         `org-list-get-children'.
3914 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
3916         * org.el (org-indent-line-function): Indentation of item's body
3917         starts just after the bullet, not after a checkbox.  Moreover, As
3918         `org-in-item-p' also returns item beginning position when point is
3919         in a list, do not compute it a second time.
3921 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
3923         * org.el (org-ctrl-c-ctrl-c): When called at a list item, replace
3924         usage `org-repair-list', forcing another reading of the list, with
3925         only needed subroutines.
3927 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
3929         * org-list.el (org-list-separating-blank-lines-number): Use new
3930         accessors.
3931         (org-list-insert-item-generic): Use list structures to insert a
3932         new item.
3933         (org-list-exchange-items): Refactor and comment code.  Now return
3934         new struct instead of modifying it, as list sorting would
3935         sometimes eat first item.
3936         (org-move-item-down,org-move-item-up): Reflect changes to
3937         `org-list-exchange-items'.
3938         (org-insert-item): As `org-in-item-p' also computes item beginning
3939         when applicable, reuse the result.
3941 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
3943         * org-list.el (org-list-in-item-p): Unify methods for this
3944         predicate.
3945         (org-list-in-item-p-with-indent): Removed function.
3946         (org-list-ending-between): Removed function.
3947         (org-list-maybe-skip-block): Removed function.
3948         (org-list-in-item-p-with-regexp): Removed function.
3949         (org-list-top-point-with-regexp): Removed function.
3950         (org-list-top-point-with-indent): Removed function.
3951         (org-list-bottom-point-with-indent): Removed function.
3952         (org-list-bottom-point-with-regexp): Removed function.
3953         (org-list-get-item-same-level): Removed function.
3954         (org-list-top-point): Removed function.
3955         (org-list-bottom-point): Removed function.
3956         (org-get-item-beginning): Renamed to `org-list-get-item-begin' to
3957         be consistent with naming policy of non-interactive functions.
3958         (org-get-beginning-of-list): Removed function.
3959         (org-beginning-of-item-list): Use new accessors.
3960         (org-get-end-of-list): Removed function.
3961         (org-end-of-list): Use new accessors.
3962         (org-get-end-of-item): Removed function.
3963         (org-end-of-item): Use new accessors.
3964         (org-get-previous-item): Removed function.
3965         (org-previous-item): Use new accessors.
3966         (org-get-next-item): Removed function.
3967         (org-next-item): Use new accessors.
3968         (org-list-get-item-end-before-blank): Use new accessors.
3970 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
3972         * org-list.el (org-list-repair): Removed optional argument
3973         FORCE-BULLET.  The job of this interactive function is to
3974         completely fix a list at point.  Changing bullets is a separate
3975         task.  Also removed others optional arguments TOP and BOTTOM to
3976         follow the new structures.
3977         (org-list-indent-item-generic): Remove need for TOP and BOTTOM.
3978         STRUCT is a new required argument.  This avoids computing a list
3979         structure many times when function is called more than once in a
3980         row, for example in `org-cycle-item-indentation'.  Use new
3981         accessors.  Now, also call `org-update-checkbox-count-maybe'.
3982         (org-outdent-item, org-indent-item, org-outdent-item-tree)
3983         (org-indent-item-tree): Remove need for TOP and BOTTOM.
3984         (org-list-insert-item-generic): Reflect changes to `org-list-repair'.
3985         (org-list-exchange-items): Use new accessors.  Now modify struct
3986         to avoid re-reading it later.
3987         (org-move-item-down): Reflect changes to `org-list-repair'.  Use
3988         new accessors.
3989         (org-move-item-up): Reflect changes to `org-list-repair'.  Use new
3990         accessors.
3991         (org-cycle-list-bullet): Use new structures.  Also use a shortcut
3992         to `org-list-struct-fix-struct' in order to avoid unnecessary
3993         fixes, like `org-list-struct-fix-box'
3994         (org-sort-list): Use of new structures.  Renamed an internal
3995         function for a little more clarity.
3996         (org-cycle-item-indentation): Remove dependency on
3997         `org-list-repair'.  Use new accessors.
3998         (org-list-get-child): Correct bug when asking for the child of the
3999         last item.
4000         (org-list-exchange-items): Use new accessors.
4002 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
4004         * org-list.el (org-list-blocks): New variable.
4005         (org-list-context): New function.
4006         (org-list-full-item-re): New variable.
4007         (org-list-struct-assoc-at-point): Use new varible.
4008         (org-list-struct): Rewrite of function.  Now, list data is
4009         collected by looking at the list line after line.  It reads the
4010         whole list each time because reading only a subtree was not enough
4011         for some operations, like fixing checkboxes.  It also removes the
4012         need to get `org-list-top-point' and `org-list-bottom-point'
4013         first.  An added data is the position of item ending.  This aims
4014         to be able to have list followed by text inside an item.
4015         (org-list-struct-assoc-end): New function.
4016         (org-list-struct-parent-alist): New function.
4017         (org-list-get-parent): New function.
4018         (org-list-get-child): New function.
4019         (org-list-get-next-item): New function.
4020         (org-list-get-prev-item): New function.
4021         (org-list-get-subtree): Use helper function `org-list-struct-prev-alist'.
4022         (org-list-get-all-items): New function.
4023         (org-list-get-all-children): New function.
4024         (org-list-get-top-point): New function.
4025         (org-list-get-bottom-point): New function.
4026         (org-list-get-counter): New function.
4027         (org-list-get-item-end): New function.
4028         (org-list-struct-fix-bul): Rewrite for cleaner code.  Make use of
4029         new accessors.
4030         (org-list-struct-fix-ind): Make use of new accessors.
4031         (org-list-struct-fix-box): New function.
4032         (org-list-struct-fix-checkboxes): Removed function.
4033         (org-list-struct-outdent): Use new accessors.  Use the fact that
4034         there is no longer a virtual item at beginning of structure.
4035         (org-list-struct-indent): Use helper functions
4036         `org-list-struct-prev-alist' and `org-list-struct-parent-alist'.
4037         Also use new accessors.
4038         (org-list-struct-fix-struct): Comment function.  Call directly
4039         `org-list-struct-apply-struct', without removing unchanged items
4040         first.
4041         (org-list-struct-apply-struct): Comment function.  Rewrite using
4042         new accessors.  Use new variable `org-list-full-item-re'.
4043         (org-list-shift-item-indentation): Removed function, now included
4044         in `org-list-struct-apply-struct' because it is too specific.
4046 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
4048         * org-list.el (org-toggle-checkbox): Use structures to fix
4049         checkboxes of a list.
4050         (org-update-checkbox-count): Use structures to update cookies.
4052 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
4054         * org-list.el (org-list-struct-fix-checkboxes): New function.
4055         (org-checkbox-blocked-p): Removed function.
4057 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
4059         * org-list.el (org-list-get-all-items): New function.
4060         (org-list-get-all-children): New function.
4061         (org-list-get-nth): New function.
4062         (org-list-set-nth): New function.
4063         (org-list-get-ind): New function.
4064         (org-list-set-ind): New function.
4065         (org-list-get-bullet): New function.
4066         (org-list-set-bullet): New function.
4067         (org-list-get-checkbox): New function.
4068         (org-list-set-checkbox): New function.
4069         (org-list-struct-fix-bul): Use new accessors.
4070         (org-list-repair): Use new accessors.
4071         (org-list-indent-item-generic): Make use of accessors.
4072         (org-list-get-parent): Renamed from `org-list-struct-get-parent'.
4073         (org-list-get-child): Renamed from `org-list-struct-get-child'.
4074         (org-list-struct-fix-ind): Make use of accessors.
4075         (org-list-get-next-item): New function.
4076         (org-list-get-subtree): New function.
4078 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
4080         * org-list.el (org-list-struct-assoc-at-point): Add checkbox to
4081         list structure.
4083         * org-list.el (org-list-struct-assoc-at-point): Add checkbox as
4084         value in structure.
4086         * org-list.el (org-list-struct-apply-struct): Also apply
4087         checkboxes.
4089 2011-07-28  Bastien Guerry  <bzg@gnu.org>
4091         * org-latex.el (org-export-latex-content): Bind local variables
4092         for export in the temporary export buffer.
4094 2011-07-28  David Maus  <dmaus@ictsoc.de>
4096         * org-protocol.el (org-protocol-unhex-single-byte-sequence)
4097         (org-protocol-unhex-string, org-protocol-unhex-compound): Change
4098         date of obsolete declaration to 2011-02-17.
4100 2011-07-28  David Maus  <dmaus@ictsoc.de>
4102         * org.el (org-link-escape): Throw error if encoding character in
4103         utf8 fails.
4105 2011-07-28  David Maus  <dmaus@ictsoc.de>
4107         * org-protocol.el (org-protocol-split-data)
4108         (org-protocol-open-source): Use `org-link-unescape' instead of
4109         obsolete unhex string function.
4111 2011-07-28  David Maus  <dmaus@ictsoc.de>
4113         * org.el (org-link-escape, org-link-escape-chars-browser)
4114         (org-link-escape-chars): Always percent escape the percent sign.
4116 2011-07-28  David Maus  <dmaus@ictsoc.de>
4118         * org.el (org-link-unescape): Simpler algorithm for replacing
4119         percent escapes.
4120         (org-link-unescape-compound): Use cond statements instead of nested
4121         if, convert hex string with string-to-number, save match data.
4122         (org-link-unescape-single-byte-sequence): Use mapconcat and
4123         string-to-number for unescaping single byte sequence.
4125 2011-07-28  David Maus  <dmaus@ictsoc.de>
4127         * org.el (org-link-escape): Rename lambda argument.
4129 2011-07-28  David Maus  <dmaus@ictsoc.de>
4131         * org.el (org-link-escape-chars-browser, org-link-escape-chars):
4132         Add percent sign to list of escape chars.
4134 2011-07-28  David Maus  <dmaus@ictsoc.de>
4136         * org-mobile.el (org-mobile-escape-olp): Use new percent escape
4137         character table format.
4139 2011-07-28  David Maus  <dmaus@ictsoc.de>
4141         * org-mobile.el (org-mobile-locate-entry): Remove obsolete
4142         argument in call to org-link-unescape.
4144 2011-07-28  David Maus  <dmaus@ictsoc.de>
4146         * org-protocol.el (org-protocol-unhex-string)
4147         (org-protocol-unhex-compound)
4148         (org-protocol-unhex-single-byte-sequence): Declare obsolete and
4149         alias to respective org-link-unescape-* functions.
4151 2011-07-28  David Maus  <dmaus@ictsoc.de>
4153         * org.el (org-link-unescape, org-link-unescape-compound)
4154         (org-link-unescape-single-byte-sequence): Functions moved and renamed
4155         from org-protocol.el.
4157 2011-07-28  David Maus  <dmaus@ictsoc.de>
4159         * org-macs.el (org-char-to-string): Inline function to properly
4160         decode utf8 characters in Emacs 22.  Moved and renamed from
4161         org-protocol.el.
4163 2011-07-28  David Maus  <dmaus@ictsoc.de>
4165         * org.el (org-link-escape): New optional argument.  Merge user
4166         table with default table.
4168 2011-07-28  David Maus  <dmaus@ictsoc.de>
4170         * org.el (org-link-escape): Fixup doc string.
4172 2011-07-28  David Maus  <dmaus@ictsoc.de>
4174         * org.el (org-link-escape-chars, org-link-escape-chars-browser):
4175         New format of percent escape table.
4176         (org-link-escape): Use new table format.
4178 2011-07-28  David Maus  <dmaus@ictsoc.de>
4180         * org.el (org-link-escape): New Unicode aware percent encoding
4181         algorithm.
4183 2011-07-28  Sebastian Rose  <sebastian_rose@gmx.de>
4185         * org-protocol.el (org-protocol-unhex-single-byte-sequence): New
4186         function.  Decode hex-encoded singly byte sequences.
4187         (org-protocol-unhex-compound): Use new function if decoding sequence
4188         as Unicode character failed.
4190 2011-07-28  Bastien Guerry  <bzg@gnu.org>
4192         * org-html.el (org-export-as-html): Expand the HTML title.
4194 2011-07-28  Bastien Guerry  <bzg@gnu.org>
4196         * org-publish.el (org-publish-cache-ctime-of-src): Improve
4197         docstring.
4198         (org-publish-find-title): New option to explicitly reset the title
4199         in the cache.
4200         (org-publish-format-file-entry): Use this new option.
4202 2011-07-28  Dan Davison  <dandavison7@gmail.com>
4204         * org-exp.el (org-export-preprocess-string): Set the source buffer
4205         and use `org-clone-local-variables' to get local variables from
4206         it.
4208 2011-07-28  Dan Davison  <dandavison7@gmail.com>
4210         * org-exp.el (org-export-format-source-code-or-example): Allow
4211         empty string as second element in minted/listings options.
4213 2011-07-28  Dan Davison  <dandavison7@gmail.com>
4215         * org-exp.el (org-export-format-source-code-or-example): Support
4216         new user-customizable options.
4217         (org-export-latex-custom-lang-environments): Ensure new variable
4218         is defined.
4219         (org-export-latex-listings-options): Ensure new variable is defined.
4220         (org-export-latex-minted-options): Ensure new variable is defined.
4222 2011-07-28  Bastien Guerry  <bzg@gnu.org>
4224         * org-html.el (org-export-as-html): Handle the case when
4225         `org-export-html-validation-link' is nil to keep backward
4226         compatible with the old default value of this variable.
4228 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
4230         * ob.el (org-babel-insert-result): Don't choke if indent is not a
4231         number.
4233 2011-07-28  Christian Moe  <mail@christianmoe.com>  (tiny change)
4235         * org-bbdb.el (org-bbdb-export): When a link description has been
4236         added by `org-export-normalize-links', use path instead (remove
4237         the `bbdb:' prefix).
4239 2011-07-28  Bastien Guerry  <bzg@gnu.org>
4241         * org-ascii.el (org-export-ascii-underline): Put the level's
4242         characters in the right order, as documented by the docstring.
4243         (org-ascii-level-start): Select the right char for underlining
4244         headlines.
4246 2011-07-28  Bastien Guerry  <bzg@gnu.org>
4248         * org-src.el (org-edit-src-code): Allow to edit source code from
4249         modes derived from Org.
4251 2011-07-28  Niels Giesen  <niels.giesen@gmail.com>
4253         * org-clock.el (org-clock-clocktable-language-setup): Add list of
4254         dutch strings.
4256 2011-07-28  Dan Davison  <dandavison7@gmail.com>
4258         * org-beamer.el: Mark frame as fragile when it is using minted for
4259         src block export.
4261 2011-07-28  Bastien Guerry  <bzg@gnu.org>
4263         * org-agenda.el (org-agenda-date-later)
4264         (org-agenda-date-earlier): Enhance docstrings.
4265         (org-agenda-bulk-mark-regexp): Only match against headlines.
4266         Send a message when no entry is marked.
4267         (org-agenda-bulk-action): Fix bug about scattering deadlines.
4268         Send an error when trying to scatter outside an agenda or a
4269         timeline view.  Silently fail when trying to scatter sexp entries.
4271 2011-07-28  Bastien Guerry  <bzg@gnu.org>
4273         * org-clock.el (org-clock-clocktable-language-setup): New custom
4274         variable.
4275         (org-clocktable-defaults): Set the default language.
4276         (org-clocktable-write-default): Use the new variable.
4278 2011-07-28  Dan Davison  <dandavison7@gmail.com>
4280         * ob.el (org-babel-src-block-names): Don't strip text properties
4281         from search hits.
4282         (org-babel-result-names): Don't strip text properties from search
4283         hits.
4285 2011-07-28  Dan Davison  <dandavison7@gmail.com>
4287         * ob-python.el (org-babel-python-evaluate-session): Pass nil as
4288         remove-echo part of META argument to
4289         `org-babel-comint-with-output'.
4291 2011-07-28  Dan Davison  <dandavison7@gmail.com>
4293         * ob.el (org-babel-script-escape): Use `substring' comparison
4294         instead of regexp matching.
4296 2011-07-28  Dan Davison  <dandavison7@gmail.com>
4298         * org-src.el (org-edit-src-code): When generating the code edit
4299         buffer, it is necessary for several variables to inherit their
4300         values from the parent org buffer.  These changes collect all such
4301         variables together into a single association list of
4302         `(variable-name value)' pairs.  In addition, a new variable is
4303         added to the list: `org-edit-src-content-indentation'.  This has
4304         the effect that a buffer local value can be used for that
4305         variable.
4307 2011-07-28  Dan Davison  <dandavison7@gmail.com>
4309         * ob-table.el (sbe): Don't truncate sbe results.
4311 2011-07-28  Lawrence Mitchell  <wence@gmx.li>
4313         * org-exp.el (org-export-add-options-to-plist): Require match to
4314         start at a word-boundary.
4316 2011-07-28  Bastien Guerry  <bzg@gnu.org>
4318         * org-latex.el (org-export-latex-hyperref-format): Update
4319         docstring.
4321 2011-07-28  Tom Dye  <tsd@tsdye.com>
4323         * org.el: Update documentation of `org-add-link-type'.
4325 2011-07-28  Dan Davison  <dandavison7@gmail.com>
4327         * org.el (org-open-at-point): Fix bug when using prefix arg to
4328         construct `org-link-search' call.  Rename prefix arg with a more
4329         generic name, to reflect its diverse uses in this function.
4331 2011-07-28  Rémi Vanicat  <vanicat@debian.org>
4333         * org-icalendar.el (org-icalendar-use-UTC-date-time): Remove.
4334         (org-icalendar-date-time-format): New custom variable.
4335         (org-icalendar-use-UTC-date-timep): New function.
4336         (org-ical-ts-to-string): Use the new variable.
4338 2011-07-28  Bastien Guerry  <bzg@gnu.org>
4340         * org-vm.el (org-vm-store-link): Make sure the buffer is
4341         associated with a file when trying to store an Org link.
4343 2011-07-28  Dan Davison  <dandavison7@gmail.com>
4345         * ob.el (org-babel-params-from-properties): Test for
4346         "header-arg-name" and ":header-arg-name", in that order.
4348 2011-07-28  Bastien  <bastien.guerry@wikimedia.fr>
4350         * org-capture.el (org-capture-templates): Document "currentfile"
4351         for capture template.
4352         (org-capture-templates): Allow to use currentfile for capture
4353         templates.
4354         (org-capture-set-target-location): Handle currentfile as a way to
4355         setting the capture buffer.
4357 2011-07-28  Bastien Guerry  <bzg@gnu.org>
4359         * ob.el (org-babel-params-from-properties): Don't wrap
4360         `org-entry-get' into `condition-case'.
4362 2011-07-28  Dan Davison  <dandavison7@gmail.com>
4364         * org.el (org-entry-get): Don't look for a property drawer if we
4365         are before the first heading in the file.
4366         (org-entry-get-with-inheritance): Don't attempt to move up the
4367         tree if we are before the first heading in the file.  Also,
4368         enclose less of the function in the `save-excursion'.
4370 2011-07-28  Dan Davison  <dandavison7@gmail.com>
4372         * ob.el (org-babel-params-from-buffer): Return desired value
4373         rather than nil from failed re search.
4375 2011-07-28  Bastien Guerry  <bzg@gnu.org>
4377         * org-agenda.el (org-get-entries-from-diary): Put multiline diary
4378         entries on a single line when lines don't start with a diary time.
4380 2011-07-28  Bastien Guerry  <bzg@gnu.org>
4382         * org-html.el (org-export-html-protect-char-alist): New custom
4383         variable to define characters to be HTML protected.
4384         (org-html-protect): Use the new variable.
4386 2011-07-28  Bastien Guerry  <bzg@gnu.org>
4388         * org-info.el (org-info-store-link): Use "#" to separate the info
4389         file and the node.
4390         (org-info-follow-link): Use both "#" to separate the info file and
4391         the node.  Continue to use ":" for backward compatibility.
4393 2011-07-28  Bastien Guerry  <bzg@gnu.org>
4395         * org-icalendar.el (org-icalendar-honor-noexport-tag): New custom
4396         variable.
4397         (org-print-icalendar-entries): Use this new variable to prevent
4398         export of entries with a :noexport: tag.
4400 2011-07-28  Bastien Guerry  <bzg@gnu.org>
4402         * org-exp.el (org-export-initial-scope): New custom variable.
4403         (org-export): Use this new variable.  If there is an active
4404         region, tell it when prompting the user for an export command.
4405         Also change the way the function handles selection of buffer and
4406         subtree export.
4408 2011-07-28  Bastien Guerry  <bzg@gnu.org>
4410         * org-html.el (org-export-html-auto-preamble)
4411         (org-export-html-auto-postamble): Remove.
4412         (org-export-html-preamble, org-export-html-postamble): Turn into
4413         custom variables.  Update the docstrings.
4414         (org-export-html-preamble-format)
4415         (org-export-html-postamble-format): New custom variables.
4416         (org-export-as-html): Use `org-export-html-postamble-format' and
4417         `org-export-html-preamble-format'.
4418         (org-export-html-title-format): Delete.
4420 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
4422         * org-exp-blocks.el (org-export-blocks-format-ditaa): This
4423         function is begin deprecated in favor of begin_src blocks.
4424         (org-export-blocks-format-dot): This function is begin deprecated in
4425         favor of begin_src blocks.
4427 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
4429         * ob.el (org-babel-header-arg-names): no-expand is now part of the
4430         default header argument names list.
4432 2011-07-28  Manuel Giraud  <manuel.giraud@univ-nantes.fr>
4434         * org-publish.el (org-publish-sitemap-date-format)
4435         (org-publish-sitemap-file-entry-format): New custom variables.
4436         (org-publish-projects): Use these variables to format the sitemap
4437         entries.
4439 2011-07-28  Ulf Stegemann  <ulf-news@zeitform.de>
4441         * org-gnus.el (org-gnus-store-link): Allow `org-link' creation
4442         from `message-mode'.
4444 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
4446         * org-agenda.el (org-agenda-filter-by-tag): Refresh agenda when
4447         updating the filter while the clock report is following the
4448         filter.
4450 2011-07-28  Julien Danjou  <julien@danjou.info>
4452         * org-agenda.el (org-agenda): Kill all local variables.  This
4453         assures we are not keeping buffer variable from an old agenda view
4454         when switching to a new custom agenda.
4456 2011-07-28  Julien Danjou  <julien@danjou.info>
4458         * org-crypt.el (org-encrypt-string): New function.
4459         (org-encrypt-entry): Use org-encrypt-string to encrypt, so we use
4460         cached crypted values.
4461         (org-decrypt-entry): Store crypted text in decrypted text.
4463 2011-07-28  Dan Davison  <dandavison7@gmail.com>
4465         * ob-exp.el (org-babel-exp-lob-one-liners): Only replace the match
4466         if a non-nil result is returned.
4468 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
4470         * org-agenda.el (org-agenda-get-day-entries): Compare DATE with
4471         modified today.
4473 2011-07-28  Bastien Guerry  <bzg@gnu.org>
4475         * org.el (org-update-parent-todo-statistics): Fix bug when
4476         updating statistics from the column view.
4478 2011-07-28  Bastien Guerry  <bzg@gnu.org>
4480         * org-agenda.el (org-agenda-bulk-mark-regexp): New command.
4481         (org-agenda-menu): Add the new command to the menu.
4482         (org-agenda-mode-map): Add % as the keybinding for the new
4483         command.
4485 2011-07-28  Bastien Guerry  <bzg@gnu.org>
4487         * org-exp.el (org-export-target-internal-links): Locally turn on
4488         `org-link-search-must-match-exact-headline' to match exact
4489         internal links.
4491 2011-07-28  Julien Danjou  <julien@danjou.info>
4493         * org-faces.el (org-special-keyword): Make it inherited from
4494         `font-lock-keyword-face'.
4496 2011-07-28  Julien Danjou  <julien@danjou.info>
4498         * org-faces.el (org-link): Make `org-link' inherits from `link'
4499         face.
4501 2011-07-28  Bastien Guerry  <bzg@gnu.org>
4503         * org.el (org-narrow-to-block): New function to narrow to block.
4504         Bound this function to `C-x n b'.
4506 2011-07-28  Bastien Guerry  <bzg@gnu.org>
4508         * org.el (org-schedule, org-deadline): Fix bug: take care of
4509         repeating timestamps like ".+1d/3d" or "+1d 10d".
4511 2011-07-28  Bastien Guerry  <bzg@gnu.org>
4513         * org-agenda.el (org-agenda-repeating-timestamp-show-all): Allow
4514         to use a list of TODO keywords as the value of this variable.  The
4515         agenda will show repeating stamps for entries matching these TODO
4516         keywords.
4517         (org-agenda-get-timestamps, org-agenda-get-deadlines)
4518         (org-agenda-get-scheduled): Allow the use of a list of keywords in
4519         `org-agenda-repeating-timestamp-show-all'.
4521 2011-07-28  Bastien Guerry  <bzg@gnu.org>
4523         * org-latex.el (org-export-latex-emph-format): Don't use
4524         `org-export-latex-use-verb'.  Remove this variable.
4526 2011-07-28  Jason Dunsmore  <emacs-orgmode@dunsmor.com>  (tiny change)
4528         * org-html.el (org-html-handle-time-stamps): Fix bug when
4529         exporting inactive timestamps.
4531 2011-07-28  Bastien Guerry  <bzg@gnu.org>
4533         * org-archive.el (org-archive-save-context-info): Fix docstring
4534         typo.
4535         (org-archive-subtree-add-inherited-tags): New variable to control
4536         whether inherited tags should be appended to local tags when
4537         archiving subtrees.
4538         (org-archive-subtree): Use the new variable.
4540 2011-07-28  Bastien Guerry  <bzg@gnu.org>
4542         * org-archive.el (org-archive-save-context-info): Fix docstring.
4544 2011-07-28  Julien Danjou  <julien@danjou.info>
4546         * org-crypt.el (org-decrypt-entry): Delete \n on top level
4547         heading.  This avoids a display bug showing the heading outlined
4548         where the text is not since it does not have the outline property.
4549         Restore subtree visibility state after decryption.
4551 2011-07-28  Julien Danjou  <julien@danjou.info>
4553         * org-agenda.el (org-agenda-list): Use `org-agenda-current-span'
4554         as a possible default span if it is set.
4556 2011-07-28  Dan Davison  <dandavison7@gmail.com>
4558         * org-src.el (org-edit-src-persistent-message): Change docstring.
4559         (org-edit-src-code): Get rid of help message in echo area.
4561         * ob.el (org-babel-do-in-edit-buffer): Do not pass 'quietly
4562         argument to org-edit-src-code as this has been removed.
4564 2011-07-28  Bastien Guerry  <bzg@gnu.org>
4566         * org-latex.el (org-export-latex-emphasis-alist): Use
4567         \protectedtexttt for the =...= emphasis and \verb for the ~...~
4568         emphasis.
4569         (org-export-latex-use-verb): Now defaults to t.
4570         (org-export-latex-emph-format): Distinguish between =...= and
4571         ~...~ emphasis.
4573 2011-07-28  Julien Danjou  <julien@danjou.info>
4575         * org.el (org-link-expand-abbrev): Allow any type of character in
4576         link expand.
4578 2011-07-28  Dan Davison  <dandavison7@gmail.com>
4580         * ob-lob.el (org-babel-lob-ingest): Add prefix to file prompt.
4582 2011-07-28  Dan Davison  <dandavison7@gmail.com>
4584         * ob-ref.el (org-babel-ref-resolve): `save-window-excursion' when
4585         resolving references.
4587 2011-07-28  Bastien Guerry  <bzg@gnu.org>
4589         * org-html.el (org-export-html-html-helper-timestamp): Use <hr/>
4590         instead of <hr> to keep w3c validator happy.
4592 2011-07-28  Dan Davison  <dandavison7@gmail.com>
4594         * ob.el (org-babel-where-is-src-block-head): Detect src block if
4595         point is on a #+header line.
4597 2011-07-28  Dan Davison  <dandavison7@gmail.com>
4599         * ob.el (org-babel-where-is-src-block-head): Skip over intervening
4600         #+header lines when searching for block associated with block name
4601         line.
4603 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
4605         * ob.el (org-babel-result-end): Replace call to `org-in-item-p' to
4606         the more specific `org-at-item-p'.
4608 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
4610         * org-latex.el (org-latex-default-figure-position): New defcustom
4611         for default placement of latex figures.
4612         (org-export-latex-tables): Positioning tables using the new
4613         defcustom variable.
4614         (org-export-latex-format-image): Positioning images using the new
4615         defcustom variable.
4617 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
4619         * ob-ditaa.el (org-babel-execute:ditaa): Throw error when
4620         evaluated and :file header argument is missing.
4622 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
4624         * ob-exp.el (org-babel-exp-do-export): Simplified, no longer need
4625         to do anything to export code.
4626         (org-babel-exp-results): No longer returns a replacement for the
4627         code block.
4628         (org-babel-exp-inline-src-blocks): Simplified.
4629         (org-babel-exp-src-block): Removed unnecessary pluralization from
4630         function name.
4632 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
4634         * ob-exp.el (org-babel-exp-inline-src-blocks): Simplified
4635         exportation of inline code blocks using normal code block
4636         execution mechanism to insert results.
4637         (org-babel-exp-results): Results exportation mechanism is unified
4638         for both inline and regular code blocks.
4640         * ob.el (org-babel-where-is-src-block-result): Returns the point
4641         after an inline code block for inline code blocks.
4643 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
4645         * ob.el (org-babel-insert-result): Special handling of the
4646         position of results of inline code blocks.
4647         (org-babel-examplize-region): Now able to comment inline regions.
4649 2011-07-28  Lawrence Mitchell  <wence@gmx.li>
4651         * org-exp.el (org-export-with-LaTeX-fragments): Fix docstring so
4652         that \\[ a = b \\] is not interpreted as a keybinding by
4653         `substitute-command-keys'.
4655 2011-07-28  Dan Davison  <dandavison7@gmail.com>
4657         * org-latex.el (org-export-as-latex): Process export property list
4658         with `org-export-process-option-filters' early in latex export.
4660 2011-07-28  Julien Danjou  <julien@danjou.info>
4662         * org.el: Remove `org-invisible-p': `outline-invisible-p' is
4663         available in Emacs 22 and in recent XEmacs 21.  Replace in various
4664         files.
4666 2011-07-28  Julien Danjou  <julien@danjou.info>
4668         * org-agenda.el (org-agenda-get-progress): Fix regexp for statep:
4669         it must has \\ at the end of the line.  This avoid matching the
4670         following heading when there's no newline between the logged state
4671         and the next heading.
4673 2011-07-28  Julien Danjou  <julien@danjou.info>
4675         * org-agenda.el (org-format-agenda-item): Simplify time comuting.
4677 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
4679         * org.el (org-current-level, org-store-link, org-mark-subtree):
4680         Use `org-with-limited-levels'.
4682 2011-07-28  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
4684         * org-publish.el (org-publish-get-base-files): Add sitemap file.
4686 2011-07-28  Matt Lundin  <mdl@imapmail.org>
4688         * org-agenda.el (org-agenda-todo-ignore-deadlines): New option.
4689         (org-agenda-todo-ignore-scheduled): New option.
4690         (org-agenda-todo-ignore-timestamp): New option.
4691         (org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item):
4692         Allow user to specify custom distance to ignore (future or past).
4693         (org-agenda-todo-custom-ignore-p): New function.
4695 2011-07-28  Matt Lundin  <mdl@imapmail.org>
4697         * org-habit.el (org-habit-parse-todo) Don't parse more days than
4698         needed.
4700 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
4702         * ob.el (org-babel-map-inline-src-blocks): Macro for executing
4703         code in each inline code block.
4704         (org-babel-execute-buffer): Executes inline code blocks as well as
4705         regular code blocks.
4707 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
4709         * ob.el (org-babel-result-end): Now recognizes "#+begin_org"
4710         blocks for removal.
4712 2011-07-28  Benjamin Drieu  <bdrieu@april.org>  (tiny change)
4714         * org-clock.el (org-clock-before-select-task-hook): New hook.
4715         (org-clock-select-task): Run new hook.
4717 2011-07-28  Julien Danjou  <julien@danjou.info>
4719         * org-agenda.el (org-agenda-get-blocks): Fix time of start/end of
4720         events with range.  This display things like: <2011-01-22 Sat
4721         14:00>--<2011-01-23 Sun 20:00> correctly, with the event starting
4722         at 14:00 and ending at 20:00.
4724 2011-07-28  Dan Davison  <dandavison7@gmail.com>
4726         * ob.el (org-babel-inline-src-block-regexp): Character preceding
4727         "src_" can now be anything as long as it is neither alphanumeric
4728         nor '-'.
4730 2011-07-28  Dan Davison  <dandavison7@gmail.com>
4732         * ob.el (org-babel-merge-params): Docstring typo.
4734 2011-07-28  Dan Davison  <dandavison7@gmail.com>
4736         * ob.el (org-babel-params-from-buffer): Process all #+babel: lines
4737         in the buffer.
4739 2011-07-28  Dan Davison  <dandavison7@gmail.com>
4741         * ob.el (org-babel-get-src-block-info): Alter order of merge
4742         arguments.
4744 2011-07-28  Dan Davison  <dandavison7@gmail.com>
4746         * ob-python.el: Test whether non-nil buffer is #<killed buffer>.
4748 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
4750         * ob.el (org-babel-insert-result): Ensure all parts of result
4751         wrappers end in newlines.
4753 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
4755         * ob-tangle.el (org-babel-tangle): New :mkdirp header argument
4756         optionally creates parent directories of tangle targets.
4758 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
4760         * org-ascii.el (org-ascii-level-start): Catch the case of levels
4761         which do not have an equivalent in the list of underline
4762         characters.
4764 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
4766         * ob-sh.el (org-babel-sh-var-quote-fmt): Now possible to customize
4767         the format string used to escape arguments to shell code blocks.
4769 2011-07-28  Julien Danjou  <julien@danjou.info>
4771         * org-agenda.el (org-agenda-reset-view): New function.
4772         (org-agenda-view-mode-dispatch): Bind space to org-agenda-reset-view.
4774 2011-07-28  Puneeth Chaganti  <punchagan@gmail.com>
4776         * org-exp.el (org-export-handle-include-files): Support :lines
4777         property.
4778         (org-get-file-contents): New argument lines to include specify a
4779         range of lines to include.
4781 2011-07-28  Bastien Guerry  <bzg@gnu.org>
4783         * org.el (org-fast-tag-selection): Fix bug when assigning keys.
4785 2011-07-28  Lawrence Mitchell  <wence@gmx.li>
4787         * org-latex.el (org-export-latex-make-header): Export email in
4788         author line if `org-export-email-info' is non-nil.
4790 2011-07-28  Julien Danjou  <julien@danjou.info>
4792         * org-agenda.el (org-agenda-goto-today): Respect current span.
4794 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
4796         * org-complete.el (pcomplete/org-mode/link)
4797         (pcomplete/org-mode/todo, pcomplete/org-mode/prop): Copy list
4798         before uniquifying.
4800 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
4802         * ob-tangle.el (org-babel-spec-to-string): Adding "noweb" as a
4803         linking comment type
4804         (org-babel-tangle-comment-links): Returns comment links for the
4805         source code block at point.
4807 2011-07-28  Bastien Guerry  <bzg@gnu.org>
4809         * org.el (org-refile-check-position): Send a more explicit message
4810         on how to clear the cache before refiling again.
4812 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
4814         * org-agenda.el (org-agenda-skip-function-global): New option.
4815         (org-agenda-skip-eval): New function.
4816         (org-agenda-skip): Use `org-agenda-skip-eval' and also check for
4817         the global skipping condition.
4819 2011-07-28  David Maus  <dmaus@ictsoc.de>
4821         * org-html.el (org-export-as-html): Handle timestamps after
4822         handling links.
4824 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
4826         * ob-tangle.el (org-babel-tangle-jump-to-org): Ever wider searches
4827         until either a matching block is found, or the limits of the file
4828         are reached.
4830 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
4832         * ob.el (org-babel-update-block-body): Literal argument to
4833         `replace-match' to allow insertion of text containing '\'.
4835 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
4837         * ob-ref.el (org-babel-ref-parse): Allow passing empty strings
4838         into code blocks.
4840 2011-07-28  David Maus  <dmaus@ictsoc.de>
4842         * test-org-table.el
4843         (test-org-table/org-table-convert-refs-to-rc/3)
4844         (test-org-table/org-table-convert-refs-to-rc/2)
4845         (test-org-table/org-table-convert-refs-to-rc/1)
4846         (test-org-table/org-table-convert-refs-to-an/3)
4847         (test-org-table/org-table-convert-refs-to-an/2)
4848         (test-org-table/org-table-convert-refs-to-an/1): Provide tests for
4849         table formular format conversion.
4851 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
4853         * org.el (org-sort-entries): Fix sorting with a bold emphasis at
4854         bol.
4856 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
4858         * ob.el (org-babel-open-src-block-result): Must collect result
4859         *before* jumping to the result buffer.
4861 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
4863         * ob.el (org-babel-src-block-names): Fix bug, wrong match-string
4864         used after update to regexp.
4866 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
4868         * ob.el (org-babel-temp-file): Ensure that
4869         `org-babel-temporary-directory' is bound before using.
4870         (org-babel-remove-temporary-directory): Safer error throwing.
4872 2011-07-28  niels giesen  <niels.giesen@gmail.com>
4874         * org-docbook.el (org-export-docbook-finalize-table): Do literal
4875         replacements.
4877 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
4879         * ob.el (org-babel-execute-src-block): Uses org-src-lang-modes to
4880         resolve language names for evaluation.
4882 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
4884         * org-capture.el (org-capture-templates): Add %f and %F escapes
4885         (org-capture): Add more information to capture property list
4886         (org-capture-fill-template): Handle %f and %F escapes.
4888 2011-07-28  David Maus  <dmaus@ictsoc.de>
4890         * org-publish.el (org-publish-cache-ctime-of-src): Use mtime of
4891         symlink target.
4893 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
4895         * org.el (org-occur-next-match): New function.
4896         (org-mode): Set the variable `next-error-function'.
4897         (org-highlight-new-match): Add an `org-type' property to the
4898         overlays.
4900 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
4902         * ob-calc.el: No longer require `calc-trail' on XEmacs.
4904 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
4906         * org.el (org-modules): Add `org-eshell'.
4908 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
4910         * org-special-blocks.el (htmlp, latexp, line): Add defvars for
4911         dynamically scoped variables.
4913         * org.el (org-modules): Move `org-special-blocks' into the core
4914         modules section.
4916 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
4918         * org-special-blocks.el: New file.
4920 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
4922         * org.el (org-plist-delete): Remove duplicate definition.
4924 2011-07-28  Bernt Hansen  <bernt@norang.ca>
4926         * org-agenda.el (org-agenda-goto): Display invisible entry text.
4928         * org-agenda.el (org-agenda-switch-to): Display invisible entry
4929         text.
4931 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
4933         * org.el (org-get-category): New optional argument FORCE-REFRESH.
4934         Automatically refresh if the property is not there.
4935         (org-entry-properties): Remove refresh - this is now done in
4936         org-get-category.
4938         * org-clock.el (org-clock-insert-selection-line): Let
4939         `org-get-category' do the property refresh.
4941         * org-archive.el (org-archive-subtree): Force a refresh of
4942         category properties.
4944 2011-07-28  Julien Danjou  <julien@danjou.info>
4946         * org-icalendar.el (org-print-icalendar-entries): Do not manually
4947         refresh categories.
4949 2011-07-28  Dan Davison  <dandavison7@gmail.com>
4951         * org.el (org-display-inline-images): Check for clear-image-cache
4952         before using it.
4954 2011-07-28  Bernt Hansen  <bernt@norang.ca>
4956         * org.el: Document missing value for org-link-frame-setup.
4958 2011-07-28  Dan Davison  <dandavison7@gmail.com>
4960         * ob-R.el (org-babel-R-write-object-command): Force evaluation of
4961         user code prior to the R exception-handling, so that errors in
4962         user code are unhandled.
4964 2011-07-28  Dan Davison  <dandavison7@gmail.com>
4966         * org-src.el (org-src-font-lock-fontify-block): Test, early on,
4967         that a major-mode function corresponding to the language string
4968         exists.
4970 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
4972         * org-exp.el (org-export-mark-list-ending): Insert additional
4973         newline characters if end-list-marker is at a wrong position.
4975 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
4977         * ob.el (org-babel-script-escape): Replace commas with spaces for
4978         better list reading when list items are packed with commas,
4979         e.g. Haskell list output.
4981 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
4983         * ob-sass.el (org-babel-execute:sass): Uses ob-eval for better
4984         error reporting.
4986 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
4988         * ob.el (org-babel-confirm-evaluate): Fix for the case when
4989         org-confirm-babel-evaluate is a function (used to always ask no
4990         matter what the function returns).
4992 2011-07-28  Dan Davison  <dandavison7@gmail.com>
4994         * ob-R.el: Delete duplicated function.
4996 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
4998         * ob.el (org-babel-execute-src-block): Removed unused flet
4999         function.
5001 2011-07-28  Dan Davison  <dandavison7@gmail.com>
5003         * ob-asymptote.el (org-babel-execute:asymptote): Return nil to
5004         signal that the intended content has been written to file.
5006         * ob-ditaa.el (org-babel-execute:ditaa): Return nil to signal that
5007         the intended content has been written to file.
5009         * ob-dot.el (org-babel-execute:dot): Return nil to signal that the
5010         intended content has been written to file.
5012         * ob-gnuplot.el (org-babel-execute:gnuplot): Return nil to signal
5013         that the intended content has been written to file.
5015         * ob-latex.el (org-babel-execute:latex): Return nil to signal that
5016         the intended content has been written to file.
5018         * ob-mscgen.el (org-babel-execute:mscgen): Return nil to signal
5019         that the intended content has been written to file.
5021         * ob-octave.el (org-babel-execute:octave): Return result; not name
5022         of output file.
5024         * ob-plantuml.el (org-babel-execute:plantuml): Return nil to
5025         signal that the intended content has been written to file.
5027         * ob-python.el (org-babel-execute:python): Return result; not name
5028         of output file.
5030         * ob-ruby.el (org-babel-execute:ruby): Return result; not name of
5031         output file.
5033         * ob-sass.el (org-babel-execute:sass): Return nil if result has
5034         been written to file.
5036 2011-07-28  Dan Davison  <dandavison7@gmail.com>
5038         * ob-R.el (org-babel-R-graphical-output-file): New function
5039         returns the name of the output file iff R has been instructed to
5040         send graphical output to file by means of the ":results graphics"
5041         directive.
5042         (org-babel-expand-body:R): Use `org-babel-R-graphical-output-file'
5043         when constructing the R code to evaluate, which may be augmented
5044         with code implementing the writing of graohical output to file.
5045         (org-babel-execute:R): Use `org-babel-R-graphical-output-file' to
5046         determine whether R is taking responsibility for writing output to
5047         file; if so, this is signaled to ob.el by returning a nil result.
5049 2011-07-28  Dan Davison  <dandavison7@gmail.com>
5051         * ob.el (org-babel-format-result): New function to format results
5052         of src block execution.
5053         (org-babel-execute-src-block): Use `org-babel-format-result' when
5054         writing to file.
5055         (org-babel-open-src-block-result): Use `org-babel-format-result'
5056         when displaying results in a buffer.  Name results buffer
5057         differently.
5059 2011-07-28  Dan Davison  <dandavison7@gmail.com>
5061         * ob.el (org-babel-execute-src-block): Avoid calling
5062         `orgtbl-to-generic' on number results.
5064 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
5066         * ob.el (org-babel-execute-src-block): Allow specification of
5067         table separator with :sep header argument.
5068         (org-babel-open-src-block-result): Allow specification of table
5069         separator with :sep header argument.
5071 2011-07-28  Dan Davison  <dandavison7@gmail.com>
5073         * ob.el (org-babel-execute-buffer): Wipe error buffer at outset of
5074         executing buffer (note that this handles execute subtree also).
5076 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
5078         * org-inlinetask.el (org-inlinetask-in-task-p): Small refactoring,
5079         do not modify match data either.
5080         (org-inlinetask-goto-end): Small refactoring, remove
5081         case-sensitivity.
5082         (org-inlinetask-goto-beginning): Small refactoring, remove
5083         case-sensitivity.
5085 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
5087         * org-capture.el (org-capture-set-target-location): Use
5088         `current-time'.
5090 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
5092         * org-capture.el (org-capture-set-target-location): Use
5093         `current-time'.
5095 2011-07-28  Bernt Hansen  <bernt@norang.ca>
5097         * org.el (org-before-first-heading-p): If point is on an org-mode
5098         heading line then we are not before the first heading.
5100 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>  (tiny change)
5102         * org-timer.el (org-timer-continue-hook): Define the variable
5103         (org-timer-pause-or-continue): Run hook after relative timer is
5104         continued.
5106 2011-07-28  Julien Danjou  <julien@danjou.info>
5108         * org-agenda.el (org-compile-prefix-format): Allow %() expression.
5110 2011-07-28  Julien Danjou  <julien@danjou.info>
5112         * org-capture.el (org-capture-fill-template): Use org-eval.
5114 2011-07-28  Julien Danjou  <julien@danjou.info>
5116         * org-agenda.el (org-eval): New function.
5118 2011-07-28  Dan Davison  <dandavison7@gmail.com>
5120         * ob.el (org-babel-execute-src-block): With :results file, when
5121         :file is not supplied, interpret result as a file link as long as
5122         it is a string.
5124 2011-07-28  David Maus  <dmaus@ictsoc.de>
5126         * org-latex.el (org-export-latex-preprocess): Don't convert link
5127         description parts that look like numeric footnote.
5129 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
5131         * org-latex.el (org-export-latex-tables): Allowing specification
5132         of tabular[xy] inner environments through the ATTR_LaTeX line.
5134 2011-07-28  Julien Danjou  <julien@danjou.info>
5136         * org-capture.el (org-capture-fill-template): Use
5137         `org-set-property' directly.
5139 2011-07-28  Julien Danjou  <julien@danjou.info>
5141         * org-agenda.el (org-agenda-prefix-format): Add missing `search'
5142         item in docstring.
5144 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
5146         * org-exp.el (org-export-string): Use `format' to construct
5147         function call to allow symbolic or string arguments.
5149 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
5151         * org-capture.el (org-capture-place-entry):
5152         (org-capture-insert-template-here): Check tree for validity before
5153         pasting it.
5155 2011-07-28  Julien Danjou  <julien@danjou.info>
5157         * org-gnus.el (org-gnus-store-link): Trim date.
5159 2011-07-28  Julien Danjou  <julien@danjou.info>
5161         * org.el (org-email-link-description): Allow to retrieve email
5162         link date.
5164 2011-07-28  Lawrence Mitchell  <wence@gmx.li>
5166         * org.el (org-make-target-link-regexp): `regexp-quote' target
5167         before replacing whitespace.
5169 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
5171         * ob.el (org-babel-expand-noweb-references): Noweb references can
5172         now be resolved from the library of babel.
5174 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
5176         * ob.el (org-babel-result-end): No longer leaving trailing new
5177         line after block removal.
5179 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
5181         * org-latex.el (org-export-latex-first-lines): Anchor outline
5182         regexp during LaTeX tree export.
5184 2011-07-28  Konrad Hinsen  <konrad.hinsen@fastmail.net>
5186         * ob-python.el (org-babel-python-initiate-session-by-key): Make
5187         sure that py-which-bufname is initialized, as otherwise it will be
5188         overwritten the first time a Python buffer is created.
5190 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
5192         * ob-sh.el (org-babel-sh-var-to-sh): Better escaping of variables
5193         with spaces.
5195 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
5197         * ob-org.el (org-babel-execute:org): Padding code block with an
5198         empty title on LaTeX export.
5200 2011-07-28  Matt Lundin  <mdl@imapmail.org>
5202         * org.el (org-entry-properties): Stop scanning for timestamps if a
5203         specific timestamp property (e.g., DEADLINE, SCHEDULED, etc.) is
5204         requested and a match is found.  Also, if a specific timestamp
5205         property is requested, do not push non-relevant timestamps onto
5206         property list.
5208 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
5210         * org-agenda.el (org-agenda-add-time-grid-maybe): Show time only
5211         when grid is being made for today.
5213 2011-07-28  Matt Lundin  <mdl@imapmail.org>
5215         * org-agenda.el (org-agenda-get-scheduled): Don't call
5216         `org-is-habit-p' until after checking for
5217         `org-agenda-skip-scheduled-if-done'.
5219 2011-07-28  Achim Gratz  <Stromeko@nexgo.de>
5221         * org.el: Remove spurious linebreak introduced by earlier patch.
5223         * ob.el, ob-ref.el: Remove double fix of the same problem.
5225 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
5227         * org-table.el (orgtbl-ctrl-c-ctrl-c): Parse buffer for constants.
5229 2011-07-28  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>
5231         * org-html.el (org-export-html-mathjax-template): Displaymath
5232         environment and MathJax.
5234 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
5236         * org-faces.el (org-agenda-current-time): New face.
5238         * org-agenda.el (org-agenda-show-current-time-in-grid):
5239         (org-agenda-current-time-string): New options.
5240         (org-agenda-add-time-grid-maybe): Add current time to time grid.
5242 2011-05-10  Jim Meyering  <meyering@redhat.com>
5244         Fix doubled-word typos.
5245         * org-agenda.el (org-agenda-entry-types): the the -> the
5246         * org-table.el (org-table-get-remote-range): or or -> or
5247         * org-wl.el (org-wl-folder-type): the the -> the
5248         * org.el (org-goto, org-inside-LaTeX-fragment-p): Likewise.
5250 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5252         * org-src.el (org-src-switch-to-buffer):
5253         * org-plot.el (org-plot/gnuplot-script, org-plot/gnuplot):
5254         * org-mouse.el (org-mouse-agenda-type):
5255         * org-freemind.el (org-freemind-node-to-org):
5256         * ob-sql.el (org-babel-execute:sql):
5257         * ob-exp.el (org-babel-exp-do-export, org-babel-exp-code):
5258         * ob-ref.el (org-babel-ref-resolve): Fix use of case.
5260 2011-03-07  Chong Yidong  <cyd@stupidchicken.com>
5262         * Version 23.3 released.
5264 2011-03-06  Juanma Barranquero  <lekktu@gmail.com>
5266         * org.el (org-blank-before-new-entry, org-context-in-file-links)
5267         (org-refile-targets, org-log-repeat, org-insert-link)
5268         (org-speed-command-default-hook, org-speed-command-hook)
5269         (org-in-regexps-block-p, org-yank-generic, org-goto-first-child):
5270         Fix typos in docstrings.
5271         (org-toggle-pretty-entities): Fix typo in message.
5273 2011-03-06  Juanma Barranquero  <lekktu@gmail.com>
5275         * org-id.el: Don't set `kill-emacs-hook' on noninteractive sessions.
5277 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5279         * org-remember.el (org-remember-mode-map):
5280         * org-src.el (org-src-mode-map): Move initialization into declaration.
5282 2011-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
5284         * org-remember.el (org-remember-mode):
5285         * org-capture.el (org-capture-mode): Don't run hook redundantly.
5287 2011-01-09  Chong Yidong  <cyd@stupidchicken.com>
5289         * org-faces.el (org-link): Inherit from link face.
5290         Suggested by Joakim Verona.
5292 2010-12-11  Tassilo Horn  <tassilo@member.fsf.org>
5294         * org-footnote.el (org-footnote-create-definition): Place
5295         Footnotes section before message-signature-separator also in modes
5296         derived from message-mode.
5298 2010-12-11  Julien Danjou  <julien@danjou.info>
5300         * org.el (org-make-tags-matcher): Remove useless cat-p value.
5302 2010-12-11  Julien Danjou  <julien@danjou.info>
5304         * org.el (org-entry-properties): Enhance docstring.
5306 2010-12-11  Nicolas Goaziou  <n.goaziou@gmail.com>
5308         * org-list.el (org-list-top-point-with-indent)
5309         (org-list-bottom-point-with-indent): Pay also attention to
5310         'original-indentation property of text, as blocks are put to
5311         column 0 upon exporting.
5313 2010-12-11  Dan Davison  <dandavison7@gmail.com>
5315         * ob.el (org-babel-remove-temporary-directory): Handle exception
5316         with message informing of failure to remove directory.
5318 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
5320         * ob-clojure.el (org-babel-header-arg-names:clojure): Add
5321         `package' to the list of Clojure header arguments which will be read
5322         from heading properties.
5324 2010-12-11  Nicolas Goaziou  <n.goaziou@gmail.com>
5326         * org-inlinetask.el (org-inlinetask-export-templates): Add
5327         Sébastien Vauban's suggestion for LaTeX export in docstring.  This is
5328         not default as it requires an additional LaTeX package: "todonotes".
5330 2010-12-11  Nicolas Goaziou  <n.goaziou@gmail.com>
5332         * org-inlinetask.el (org-inlinetask-export-templates): New variable.
5334         * org-inlinetask.el (org-inlinetask-export-handler): Make use of
5335         templates to export inline tasks.
5337 2010-12-11  Nicolas Goaziou  <n.goaziou@gmail.com>
5339         * org.el (org-current-level): Ignore inline tasks when getting current
5340         level of entry.
5342 2010-12-11  Nicolas Goaziou  <n.goaziou@gmail.com>
5344         * org.el (org-indent-line-function): Ignore drawers inside inline
5345         tasks  if the line to indent isn't inside an inline task itself.
5347 2010-12-11  Nicolas Goaziou  <n.goaziou@gmail.com>
5349         * org-inlinetask.el (org-inlinetask-get-task-level): New function.
5351         * org-indent.el (org-indent-add-properties): Find true level of
5352         indentation wrt inline tasks.
5354 2010-12-11  Nicolas Goaziou  <n.goaziou@gmail.com>
5356         * org-inlinetask.el (org-inlinetask-outline-regexp): New function.
5358         * org-inlinetask.el (org-inlinetask-goto-beginning): New function.
5360         * org-inlinetask.el (org-inlinetask-goto-end): New function.
5362         * org.el (org-mark-subtree): New command.
5364         * org.el (org-speed-commands-default, org-mode-map): Make use of
5365         new command.
5367 2010-12-11  Nicolas Goaziou  <n.goaziou@gmail.com>
5369         * org-inlinetask.el (org-inlinetask-export-handler): Remove protection
5370         from @<span class...> so it can be removed during LaTeX export.
5372 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
5374         * ob.el (org-babel-insert-result): More informative code block
5375         evaluation messages.
5377 2010-12-11  Matt Lundin  <mdl@imapmail.org>
5379         * org.el (org-make-heading-search-string): Optionally limit number
5380         of lines stored in file link search strings.
5381         (org-context-in-file-links): Add option to set to integer specifying
5382         number of lines.
5384 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
5386         * org-capture.el (org-capture-finalize): New prefix argument
5387         STAY-WITH-CAPTURE.
5388         (org-capture-refile): Improve docstring.
5390 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
5392         * ob-sql.el (org-babel-execute:sql): Add msosql as optional sql
5393         interaction engine.
5395 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
5397         * org-agenda.el (org-agenda-list):
5398         (org-agenda-goto-today): Use `org-today'.
5400 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
5402         * org-latex.el (org-export-latex-make-header): Swap \begin{document}
5403         and the title/author definitions.
5405 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
5407         * org-macs.el: Better backup definition for
5408         `with-silent-modifications'.
5410 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
5412         * ob-python.el (org-babel-execute:python): Rename "prefix" to
5413         "preamble".
5414         (org-babel-python-evaluate): Rename "prefix" to "preamble".
5415         (org-babel-python-evaluate-external-process): Rename "prefix" to
5416         "preamble".
5418 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
5420         * ob.el (org-babel-examplize-region): Check if `end' is a marker
5421         or a point and handle appropriately.
5423 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
5425         * ob-sql.el (org-babel-execute:sql): Explicitly set field
5426         separator to \t when importing tabular data.
5428 2010-12-11  Julien Danjou  <julien@danjou.info>
5430         * org-agenda.el (org-agenda-custom-commands-local-options):
5431         Allow org-agenda-span to be a symbol.
5432         (org-agenda-ndays): Make obsolete.
5433         (org-agenda-span): New variable superseding org-agenda-ndays.
5434         (org-agenda-menu): Use org-agenda-current-span.
5435         (org-agenda-current-span): New local variable storing current
5436         span.
5437         (org-agenda-list): Take a span instead of ndays as argument.
5438         This function is now responsible for computing the ndays based
5439         on span.
5440         (org-agenda-ndays-to-span): Return span only if number of days
5441         really matches.
5442         (org-agenda-span-to-ndays): New function.
5443         (org-agenda-manipulate-query): Use org-agenda-compute-starting-span.
5444         (org-agenda-goto-today): Use org-agenda-compute-starting-span.
5445         (org-agenda-later): Do not give compute a new span, use the
5446         current one.
5447         (org-agenda-day-view, org-agenda-week-view)
5448         (org-agenda-month-view, org-agenda-year-view): Stop touching
5449         org-agenda-ndays.
5450         (org-agenda-change-time-span): Only compute starting-span.
5451         (org-agenda-compute-starting-span): New function derived from
5452         the old org-agenda-compute-time-span.
5453         (org-agenda-set-mode-name): Compute mode based on
5454         org-agenda-current-span.
5455         (org-agenda-span-name): New function.
5457 2010-12-11  Robert Pluim  <rpluim@gmail.com>  (tiny change)
5459         * org-agenda.el (org-agenda-toggle-deadlines): Fix docstring.
5461 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
5463         * org-clock.el (org-quarter-to-date): Define variables.
5464         (org-clock-special-range): Defin variables.  Use org-floor*.
5465         (org-clocktable-write-default): Define tcol.
5467         * org-compat.el (org-floor*): New function.
5469 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
5470             John Wiegley  <jwiegley@gmail.com>
5472         * org-complete.el: New file.
5474 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
5476         * org-clock.el (org-clocktable-write-default): Fix the % formula.
5478 2010-12-11  Matt Lundin  <mdl@imapmail.org>
5480         * org-agenda.el (org-format-agenda-item): The value of
5481         org-category is not converted to a string unless it is defined.
5483 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
5485         * ob-python.el (org-babel-execute:python): Pass the new "prefix"
5486         header argument through to external evaluation.
5487         (org-babel-python-evaluate): Pass the new "prefix" header argument
5488         through to external evaluation.
5489         (org-babel-python-evaluate-external-process): When specified prepend
5490         "prefix" to the file used in external evaluation.
5492 2010-12-11  Dan Davison  <dandavison7@gmail.com>
5494         * ob-python.el (org-babel-python-evaluate-session): Change python
5495         module name from 'pp' to 'pprint'.
5497 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
5499         * ob-R.el (org-babel-R-evaluate-session): Removing empty lines
5500         from R session output, these are often the result of variable
5501         assignments.
5503 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
5505         * ob-sql.el (orgtbl-to-csv): Declaring an external function to
5506         fix a compiler warning.
5508 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
5510         * ob-eval.el (require): No longer require ob.el to allow
5511         requiring by ob.el.
5513         * ob.el (ob-eval): Require ob-eval.
5515 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
5517         * ob.el (org-babel-confirm-evaluate): Show code block's name when
5518         it is available during evaluation query.
5520 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
5522         * ob-sql.el (org-babel-expand-body:sql): Expand the body of a sql
5523         code block.
5524         (org-babel-execute:sql): Use sql specific body expansion function.
5525         (org-babel-sql-expand-vars): Insert variables into a sql code block.
5527 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
5529         * ob.el (org-babel-insert-result): Using markers instead of
5530         points for more robust buffer anchors.
5532 2010-12-11  Julien Danjou  <julien@danjou.info>
5534         * org-capture.el: Use org-today.
5536 2010-12-11  Julien Danjou  <julien@danjou.info>
5538         * org-habit.el: Use org-today.
5540 2010-12-11  Julien Danjou  <julien@danjou.info>
5542         * org.el (org-auto-repeat-maybe): Use org-today.
5544 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
5546         * org-clock.el (org-day-of-week): New function.
5547         (org-quarter-to-date): New function.
5548         (org-clock-special-range): Implement quarters.
5550 2010-12-11  Sébastien Vauban  <wxhgmqzgwmuf@spammotel.com>
5552         * org.el (org-complete-tags-always-offer-all-agenda-tags):
5553         Fix docstring.
5555 2010-12-11  Julien Danjou  <julien@danjou.info>
5557         * org-agenda.el (org-format-agenda-item): Convert category to a string
5558         if it is a symbol.  This fixes the following call to
5559         org-agenda-get-category-icon which fails if category is not a string.
5561 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
5563         * ob-clojure.el: Updated requirements documentation to mention
5564         the minimum version of Clojure.
5565         (org-babel-expand-body:clojure): Fully qualified function name.
5567 2010-12-11  Nicolas Goaziou  <n.goaziou@gmail.com>
5569         * org-latex.el (org-export-latex-lists): Do not add an
5570         unnecessary newline character after a list.
5572         * org-list.el (org-list-bottom-point-with-indent): Ensure bottom
5573         point is just after a non blank line.
5575 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
5577         * ob.el (org-babel-examplize-region): Remove old assertion which
5578         no longer applies to the result insertion code.
5580 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
5582         * ob-python.el (org-babel-execute:python): Use a :return header
5583         argument for external evaluation in which the code block body need
5584         to be wrapped in a function.
5586 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
5588         * ob-clojure.el (org-babel-expand-body:clojure): Trapped free
5589         variable.
5591 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
5593         * org.el (org-edit-special): Edit formulas when in TBLMF line.
5595 2010-12-11  Allen S. Rout  <asr@ufl.edu>  (tiny change)
5597         * org-capture.el (org-capture-after-finalize-hook): New hook.
5598         (org-capture-finalize): Run the new hook.
5600 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
5602         * ob-clojure.el (org-babel-expand-body:clojure): Support for
5603         pretty printing of Clojure code and data.
5605 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
5607         * ob.el (org-babel-insert-result): No longer escape results which
5608         will be wrapped in a block.
5610 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
5612         * ob-eval.el (org-babel-eval-wipe-error-buffer): Fix compiler
5613         warning and added documentation string.
5615 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
5617         * ob-clojure.el (org-babel-execute:clojure): Remade using slime
5618         for all code evaluation.
5620 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
5622         * org-beamer.el (org-beamer-sectioning): Allow overlay arguments for
5623         the column as well.
5625 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
5627         * ob.el (org-babel-confirm-evaluate): More descriptive message
5628         when evaluation is aborted or disabled.
5630 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
5632         * ob.el (org-babel-insert-result): Responds to new "wrap" header
5633         argument.
5634         (org-babel-merge-params): Includes new "wrap" header argument in
5635         one of the results header argument exclusive groups.
5637 2010-12-11  David Maus  <dmaus@ictsoc.de>
5639         * org-macs.el (with-silent-modifications): Fix condition for
5640         with-silent-modification.
5642 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
5644         * ob.el (org-babel-parse-header-arguments): Stripping trailing
5645         spaces off of header arguments (even the first one).
5647 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
5649         * ob-sh.el (org-babel-sh-var-to-sh): Wrap end token of heredoc in
5650         single quotes which is the best practice.
5651         (org-babel-sh-table-or-results): Use `org-babel-script-escape' for
5652         more robust parsing of shell output.
5654 2010-12-11  Dan Davison  <dandavison7@gmail.com>
5656         * org.el (org-additional-option-like-keywords): Add more keywords,
5657         and colons to some old ones.
5659 2010-12-11  Dan Davison  <dandavison7@gmail.com>
5661         * ob-eval.el (org-babel-error-buffer-name): Define new variable.
5663 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
5665         * ob-python.el (org-babel-python-table-or-string):
5666         Using `org-babel-script-escape' for reading string input from scripting
5667         languages.
5669 2010-12-11  Achim Gratz  <Stromeko@nexgo.de>  (tiny change)
5671         * org-macs.el (org-called-interactively-p): Wrap function call in
5672         with-no-warnings.
5673         (with-silent-modifications): Declare macro for Emacs < 23.2.
5675 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
5677         * ob.el (org-babel-parse-header-arguments): Remove addition of
5678         ":" to singleton first header arguments as it was leading to errors.
5680 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
5682         * org-latex.el (org-export-latex-make-header): Run the title through
5683         `org-export-latex-fontify-headline'.
5684         (org-export-latex-fontify-headline): Do the protection of math
5685         snippets also here.
5687 2010-12-11  Richard Lawrence  <richard.lawrence@berkeley.edu>
5689         * org-latex.el (org-export-as-latex): Sent the section title
5690         through the preprocessor.
5692 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
5694         * org-html.el (org-html-level-start): Mark listified headings
5695         with a custom id.
5697 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
5699         * org.el (org-open-at-point): Don't do footnote action if cursor is
5700         on a bracket link.
5702 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
5704         * org.el (org-edit-special): Check also for TBLFM line.
5706 2010-12-11  Achim Gratz  <Stromeko@Stromeko.DE>  (tiny change)
5708         * org-clock.el (org-get-clocktable): Previous patch incorrectly
5709         required whitespace in front of #+BEGIN: and #+END:.
5711 2010-12-11  Dan Davison  <dandavison7@gmail.com>
5713         * org-src.el (org-edit-src-code): Allow region to be inherited by
5714         edit buffer when mark is one character beyond end of src block.
5716 2010-12-11  Nicolas Goaziou  <n.goaziou@gmail.com>
5718         * org-list.el (org-cycle-list-bullet): Ensure point is at bol before
5719         checking item indentation.
5721 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
5723         * ob.el (org-babel-map-src-blocks): Move to earlier in the file
5724         and now autoloading.
5726 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
5728         * ob-ref.el (org-babel-ref-at-ref-p): Use higher level function
5729         for testing list membership.
5731         * ob.el (org-babel-read-result): Use higher level function for
5732         testing list membership.
5733         (org-babel-result-end): Use higher level function for testing list
5734         membership.
5736 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
5738         * ob-sqlite.el (ob-eval): Require ob-eval for external command
5739         execution.
5740         (org-babel-execute:sqlite): No longer uses the init option for
5741         passing commands to sqlite.
5743 2010-12-11  Nicolas Goaziou  <n.goaziou@gmail.com>
5745         * org.el (org-indent-line-function): Drawers and blocks have no
5746         influence on indentation of text below.  Also fix indentation
5747         problem with a block at column 0 and add a special case for
5748         literal examples.
5750 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
5752         * ob.el (org-babel-map-src-blocks): Ensure that the file argument
5753         is only evaluated once.
5755 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
5757         * ob-ref.el (org-babel-ref-resolve): Recognize `list' as a unique
5758         type of data
5759         (org-babel-ref-at-ref-p): Recognize `list' as a unique type of data.
5761 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
5763         * ob-tangle.el (org-babel-load-file): Can be called interactively.
5765 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>  (tiny change)
5767         * org-table.el (orgtbl-after-send-table-hook): New hook.
5768         (orgtbl-ctrl-c-ctrl-c): Run `orgtbl-after-send-table-hook' when a
5769         table was sent.
5770         (orgtbl-send-table): Return the number of sent tables, or nil if no
5771         sending has happened.
5773 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
5775         * org.el (org-get-priority-function): New option.
5776         (org-get-priority): Call `org-get-priority-function' if that
5777         has been set.
5779 2010-12-11  Dan Davison  <dandavison7@gmail.com>
5781         * ob-table.el (org-babel-table-truncate-at-newline): Only add
5782         "..." if there is something after the newline.
5784 2010-12-11  Achim Gratz  <Stromeko@nexgo.de>  (tiny change)
5786         * org-clock.el (org-get-clocktable):
5787         (org-in-clocktable-p):
5788         (org-clocktable-shift):
5789         (org-clocktable-steps): Fix regexp to allow for indented clock tables.
5791 2010-12-11  Puneeth Chaganti  <punchagan@gmail.com>
5793         * org-exp.el (org-export-handle-include-files): Support :minlevel
5794         property.
5795         (org-get-file-contents): New argument minlevel to demote included
5796         content.
5798 2010-12-11  Noorul Islam  <noorul@noorul.com>
5800         * org-latex.el (org-export-latex-hyperref-format): New option.
5801         (org-export-latex-href-format): Rename the existing variable
5802         `org-export-latex-hyperref-format' as `org-export-latex-href-format'
5803         (org-export-latex-links): Use `org-export-latex-hyperref-format' and
5804         `org-export-latex-href-format'.
5806 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
5808         * ob-calc.el (org-babel-execute:calc): Ensure the *Calculator*
5809         buffer exists before it is used.
5811 2010-12-11  Nicolas Goaziou  <n.goaziou@gmail.com>
5813         * org-exp.el (org-export-preprocess-string): Delay code block
5814         processing a bit to allow correct list parsing in the export string.
5816 2010-12-11  Christopher Allan Webber  <cwebber@dustycloud.org>
5818         * org-agenda.el (org-agenda-timegrid-use-ampm): New option.
5819         (org-agenda-time-of-day-to-ampm): New function.
5820         (org-agenda-time-of-day-to-ampm-maybe): New function.
5821         (org-format-agenda-item): Call org-agenda-time-of-day-to-ampm-maybe.
5823 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
5825         * org-faces.el (org-cycle-level-faces): New option.
5827         * org.el (org-get-level-face): Honor org-cycle-level-faces.
5829 2010-12-11  Julien Danjou  <julien@danjou.info>
5831         * org-agenda.el (org-agenda-today): New function.
5832         (org-agenda-get-day-face): New function.
5833         (org-timeline): Use org-agenda-today and org-agenda-get-day-face.
5834         (org-agenda-list): Use org-agenda-today and org-agenda-get-day-face.
5835         (org-todo-list): Use org-agenda-today.
5836         (org-get-all-dates): Use org-agenda-today.
5837         (org-agenda-day-face-function): New variable.
5838         (org-agenda-get-day-face): Use org-agenda-day-face-function.
5840 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
5842         * org.el (org-ctrl-c-ctrl-c): Consider sending a radio table also
5843         in Org.
5845 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
5847         * org-html.el (org-export-as-html): Do not treat partially
5848         protected lines as if they were fully protected.
5850 2010-12-11  Dan Davison  <dandavison7@gmail.com>
5852         * org-exp.el (org-export-format-source-code-or-example):
5853         Remove hard-wired configuration of minted export
5854         (org-export-latex-minted-with-line-numbers): Remove variable.
5856 2010-12-11  Bastien Guerry  <bzg@altern.org>
5858         * org-clock.el (org-dblock-write:clocktable): Fix double
5859         reference to `link' in let construct.
5860         (org-clock-clocktable-formatter): Fix typo in docstring.
5861         (org-clocktable-write-default): Fix typo in docstring.
5863 2010-12-11  David Maus  <dmaus@ictsoc.de>
5865         * org-protocol.el (org-protocol-unhex-string): Normalize percent
5866         escape sequence to upper case letters.
5868 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
5870         * ob-lob.el (org-babel-lob-get-info): Include pass-through
5871         header arguments in results variable header argument string.
5873 2010-12-11  David Maus  <dmaus@ictsoc.de>
5875         * org-exp.el (org-export-visible): Limit search for in-buffer options
5876         beginning of first headline.
5878 2010-12-11  David Maus  <dmaus@ictsoc.de>
5880         * org.el (org-open-at-point): Remove stale link handler for news:
5881         links.
5883 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
5885         * org-clock.el (org-clocktable-write-default): Better handling of
5886         narrowing.
5888 2010-12-11  Julien Danjou  <julien@danjou.info>
5890         * org-agenda.el (org-agenda-category-icon-alist): Fix defcustom type.
5892 2010-12-11  Nicolas Goaziou  <n.goaziou@gmail.com>
5894         * org.el (org-indent-line-function): Simplify code and remove bug that
5895         would insert a tab at the beginning of the line when trying to
5896         indent the item.
5898 2010-12-11  Julien Danjou  <julien@danjou.info>
5900         * org.el (org-diary-sexp-entry): Split sexp result strings at semicolon.
5902 2010-12-11  Julien Danjou  <julien@danjou.info>
5904         * org-agenda.el (org-agenda-prefix-format): Insert place holder
5905         for icon.
5906         (org-agenda-category-icon-alist): New option.
5907         (org-agenda-get-category-icon): New function.
5908         (org-format-agenda-item): Support for icons.
5909         (org-compile-prefix-format): Support for icons.
5911 2010-12-11  Julien Danjou  <julien@danjou.info>
5913         * org-compat.el: Create defalias for `string-match-p' and
5914         looking-at-p.
5916 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
5918         * ob-calc.el (org-babel-execute:calc): Support for variables --
5919         converts :var variables in calc variables.
5921 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
5923         * org.el (org-sparse-tree): Mention [r] in dispatch menu.
5925 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
5927         * org-list.el (org-list-parse-list): Use `org-looking-at-p'.
5929 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
5931         * org-id.el (org-id-store-link): Test for org-mode before checking
5932         for IDs.
5934 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
5936         * org.el (org-shorten-string): New function.
5938         * org-exp.el (org-export-convert-protected-spaces): New function.
5939         (org-export-preprocess-string):
5940         Call `org-export-convert-protected-spaces' to handle new hard spaces.
5942 2010-12-11  David Maus  <dmaus@ictsoc.de>
5944         * org.el (org-narrow-to-subtree): Check for heading that ends at end
5945         of buffer.
5947 2010-11-12  Carsten Dominik  <carsten.dominik@gmail.com>
5949         * org-capture.el (org-capture-templates): Remove autoload from
5950         defcustom.
5952         * ob-lisp.el (slime): Don't expect slime to be present.
5954 2010-11-11  Dan Davison  <dandavison7@gmail.com>
5956         * ob.el: `copy-sequence' suffices to copy alist; no need for
5957         `copy-tree'.
5959 2010-11-11  Dan Davison  <dandavison7@gmail.com>
5961         * ob.el (org-babel-execute-src-block): If ":results file" is in
5962         effect, then ensure that the value of :file is returned as the
5963         result; don't rely on language files for this.
5965 2010-11-11  Dan Davison  <dandavison7@gmail.com>
5967         * ob.el (org-babel-sha1-hash): Avoid corrupting `info' data
5968         structure by side-effects of `sort'.
5970 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
5972         * org-list.el (org-list-bottom-point-with-indent): Do not check
5973         indentation of a non-empty blank line.
5975         * org-list.el (org-sort-list): Sort a list with point anywhere
5976         inside it.
5978 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
5980         * ob-calc.el (org-babel-execute:calc): Safer evaluation and
5981         hopefully better error messages.
5983 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
5985         * org.el (org-babel-load-languages): Adding calc.
5987 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
5989         * ob.el (org-babel-initiate-session): Don't resolve variable
5990         references unless prefix arg is supplied.
5992 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
5994         * ob-calc.el (org-babel-execute:calc): Ensure that calc stack
5995         refers to the correct stack.
5997 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
5999         * ob-calc.el: Adding the beginnings of support for calc code
6000         blocks.
6002 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
6004         * ob-tangle.el (org-babel-update-block-body): Declaring function
6005         for updating code block bodies.
6006         (org-babel-spec-to-string):
6007         (org-babel-detangle): Detangle all tangled and commented code
6008         blocks in the current file back to org.
6009         (org-babel-tangle-jump-to-org): Jump from a tangled and commented
6010         file back to the originating org-mode code block ob-tangle:
6011         detangle changes in code files back to the original org files.
6013 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
6015         * ob-tangle.el (org-babel-tangle-comment-format-beg): Fix typo.
6016         (org-babel-tangle-comment-format-end): Fix typo.
6018 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
6020         * org-exp.el (org-export-format-source-code-or-example):
6021         Use minted for latex source code export if `org-export-latex-listings'
6022         has the value 'minted.
6024         * org-latex.el (org-export-latex-listings): Document special value
6025         'minted.
6027         * org-latex.el (org-export-latex-minted): Delete variable.
6029 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
6031         * ob.el (org-babel-get-src-block-info): Retrieve contents of
6032         parentheses, excluding parentheses themselves.
6034 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
6036         * ob-gnuplot.el (org-babel-variable-assignments:gnuplot):
6037         Fix bug in gnuplot data file assignment using user variables.
6039 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
6041         * ob-latex.el (org-babel-execute:latex): Adding new :headers
6042         header argument for latex code blocks.
6044 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
6046         * org-capture.el (org-capture-templates): New capture property
6047         `:kill-buffer'. (org-capture-finalize): Kill target buffer if that
6048         is desired.
6049         (org-capture-target-buffer): Remember if we have to make the
6050         buffer.
6052 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
6054         * org-clock.el (org-dblock-write:clocktable): Fix bug when
6055         computing clock tables.
6057 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
6059         * org-clock.el (org-dblock-write:clocktable): Pass file minutes up
6060         to caller even if no table is generated.
6062 2010-11-11  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>
6064         * org-agenda.el (org-agenda-get-sexps): Handle lists as return
6065         values from diary entries.
6067         * org-bbdb.el (org-bbdb-anniversaries): Handle lists of
6068         anniversaries.
6070         * org.el (org-diary-sexp-entry): Handle lists as return values
6071         from diary entries.
6073 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
6075         * org-capture.el (org-capture-empty-lines-before):
6076         (org-capture-empty-lines-after): Make sure the n=0 does not insert
6077         any newlines.
6079 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
6081         * ob-clojure.el (org-babel-clojure-babel-clojure-cmd): Fix error
6082         message when clojure binary is not found.
6084 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
6086         * org-html.el (org-format-table-html): New argument DOCBOOK.
6087         (org-format-org-table-html): New argument DOCBOOK.  When set, use
6088         align instead of class to align table fields.
6090         * org-docbook.el (org-export-as-docbook): Specify the docbook
6091         argument for the table converter.
6093 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
6095         * org-macs.el (org-called-interactively-p): New macro.
6097         * org-freemind.el: No longer require 'rx.
6098         (org-freemind): New customization group, use it for all the
6099         variables.
6100         (org-export-as-freemind): Add docstring.
6101         (org-freemind-show): Improve filen naming.
6102         (org-freemind-convert-links-helper): New function.
6103         (org-freemind-bol-helper-base-indent): New variable.
6104         (org-freemind-bol-helper): New function.
6105         (org-freemind-node-css-style): New option.
6106         (org-freemind-node-pattern): New variable.
6107         (org-freemind-from-org-mode): Better docstring.
6109 2010-11-11  David Maus  <dmaus@ictsoc.de>
6111         * ob-haskell.el (org-babel-variable-assignments:haskell):
6112         Don't pass more than two arguments to mapc.
6114 2010-11-11  David Maus  <dmaus@ictsoc.de>
6116         * ob.el (org-babel-ref-resolve): Declare to silence byte compiler.
6118 2010-11-11  David Maus  <dmaus@ictsoc.de>
6120         * org-footnote.el (message-signature-separator): Defvar to silence
6121         byte compiler.
6123 2010-11-11  David Maus  <dmaus@ictsoc.de>
6125         * org-exp.el (org-export-string): Fix reference to wrong symbol.
6127 2010-11-11  Jambunathan K  <kjambunathan@gmail.com>
6129         * org.el (org-link-search): Return 'dedicated on successful match
6130         when org-link-search-must-match-exact-headline is set to t.
6132 2010-11-11  Daniel Clemente  <n142857@gmail.com>
6134         * org-html.el (org-html-make-link): Append fragment to file: links
6135         if present.
6137 2010-11-11  Tassilo Horn  <tassilo@member.fsf.org>
6139         * org-footnote.el (org-footnote-create-definition)
6140         (org-footnote-goto-local-insertion-point): Add footnotes before
6141         signature when in message-mode.
6143 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
6145         * org.el (org-display-inline-images): Improve regexp.
6147 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
6149         * org.el (org-cycle): Make sure resetting to startup visibility
6150         works after another cycle command.
6152 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
6154         * org-exp.el (org-export-string): New function org-export-string
6155         can be used to convert a string of test in org-mode markup to a
6156         specified format.
6158 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
6160         * org.el (org-display-inline-images): Allow non-ASCII characters
6161         in image file names.  Save match data.
6163 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
6165         * org.el (org-auto-repeat-maybe): Fix shifting multiple time
6166         stamps.
6168 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
6170         * org-exp.el (org-store-forced-table-alignment):
6171         (org-export-remove-special-table-lines): Allow the "c" cookie for
6172         table alignment.
6174         * org-html.el (org-export-table-header-tags):
6175         (org-export-table-data-tags): Add another %s format for the
6176         alignment.
6177         (org-export-html-table-align-individual-fields): New option.
6178         (org-format-org-table-html): Implement field-by-field alignment
6179         and support centering.
6180         (org-format-table-table-html): Make sure the new table tag formats
6181         don't break this function.
6183         * org-table.el (org-table-cookie-line-p):
6184         (org-table-align): Allow for the <c> cookie.
6186         * org.el (org-set-font-lock-defaults): Allow for the <c> cookie.
6188 2010-11-11  David Maus  <dmaus@ictsoc.de>
6190         * org-exp.el (org-export-normalize-links): Skip normalization of
6191         plain links that are part of another link.
6193 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
6195         * ob-R.el (org-babel-expand-body:R): Fix bug in let binding.
6197 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
6199         * org-indent.el (org-indent-add-properties):
6200         Use `with-silent-modifications'.
6201         (org-indent-remove-properties): Use `with-silent-modifications'.
6203 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
6205         * org-table.el (org-table-cookie-line-p): Fix indentation.
6207         * org-exp.el (org-store-forced-table-alignment): New function.
6208         (org-export-preprocess-string):
6209         Call `org-store-forced-table-alignment'.
6211         * org-html.el (org-format-org-table-html): Use stored alignment
6212         information.
6214 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
6216         * ob.el (org-babel-execute-src-block): Respects prefix argument
6217         (which forces re-calculation).
6219 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
6221         * ob.el (org-babel-execute-src-block): Remove needless param
6222         sorting from ob-execute-src-block, the params are sorted already
6223         by ob-sha1-hash.
6225 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
6227         * ob.el (org-babel-sha1-hash): Ensure that info is sorted at the
6228         header argument level.
6230 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
6232         * ob.el (org-babel-sha1-hash): Consider words in different order
6233         as different input.
6235 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
6237         * ob.el (org-babel-sha1-hash): Fix check for zero length sequences.
6239 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
6241         * ob-sh.el (org-babel-sh-var-to-sh): Ensure value has the
6242         structure of an Org-mode table (list of lists).
6244 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
6246         * ob-tangle.el (org-babel-tangle-collect-blocks): Fix bug
6247         (reference to unassigned variable `src-lang' and avoid calling
6248         org-babel-get-src-block-info twice.
6250 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
6252         * ob.el (org-babel-demarcate-block): Updated to reflect the new
6253         info list contents.
6255 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
6257         * org-src.el (org-edit-src-code): Supply non-nil argument to
6258         `org-babel-get-src-block-info' to avoid resolving variable
6259         references.
6261 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
6263         * ob.el (org-babel-map-src-blocks): Fix minor bug in and
6264         improved efficiency of org-babel-map-src-blocks.
6266 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
6268         * ob-tangle.el (org-babel-tangle-collect-blocks): Now explicitly
6269         checks that a code block will actually be tangled before
6270         collecting it's full information (a process which could involve
6271         the execution of other code blocks).
6273 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
6275         * ob.el (org-babel-demarcate-block): Use light version of
6276         `org-babel-get-src-block-info'.
6278 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
6280         * ob.el (org-babel-sha1-hash): Now handles more complex types in
6281         params.
6283 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
6285         * ob.el (org-babel-execute-src-block): Generally using the new
6286         more informative params
6287         (org-babel-process-params): Don't forget the :var portion of
6288         variable assignments.
6290 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
6292         * ob-table.el (sbe): Simplified to reflect to var resolution.
6294 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
6296         * ob-ref.el (org-babel-ref-resolve): Bringing the referent
6297         arguments back to their params before evaluation.
6299 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
6301         * ob-ref.el (org-babel-ref-resolve): Cleanup of variable usage and
6302         indentation.
6304 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
6306         * ob-table.el (sbe): Use `org-babel-process-params params' instead
6307         of `org-babel-expand-variables'.
6309 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
6311         * ob-C.el (org-babel-C-execute): Remove call to
6312         org-babel-process-params which should no longer be called from
6313         within a language file.
6315         * ob-R.el (org-babel-execute:R): Remove call to
6316         org-babel-process-params which should no longer be called from
6317         within a language file
6318         (org-babel-R-variable-assignments): Remove call to
6319         org-babel-process-params which should no longer be called from
6320         within a language file.
6322         * ob-asymptote.el (org-babel-execute:asymptote): Remove call to
6323         org-babel-process-params which should no longer be called from
6324         within a language file.
6326         * ob-clojure.el (org-babel-execute:clojure): Remove call to
6327         org-babel-process-params which should no longer be called from
6328         within a language file.
6330         * ob-dot.el (org-babel-execute:dot): Remove call to
6331         org-babel-process-params which should no longer be called from
6332         within a language file.
6334         * ob-emacs-lisp.el (org-babel-expand-body:emacs-lisp): Remove
6335         call to org-babel-process-params which should no longer be called
6336         from within a language file
6337         (org-babel-execute:emacs-lisp): Remove call to
6338         org-babel-process-params which should no longer be called from
6339         within a language file.
6341         * ob-haskell.el (org-babel-execute:haskell): Remove call to
6342         org-babel-process-params which should no longer be called from
6343         within a language file.
6345         * ob-js.el (org-babel-execute:js): Remove call to
6346         org-babel-process-params which should no longer be called from
6347         within a language file.
6349         * ob-lisp.el (org-babel-execute:lisp): Remove call to
6350         org-babel-process-params which should no longer be called from
6351         within a language file.
6353         * ob-ocaml.el (org-babel-execute:ocaml): Remove call to
6354         org-babel-process-params which should no longer be called from
6355         within a language file.
6357         * ob-octave.el (org-babel-execute:octave): Remove call to
6358         org-babel-process-params which should no longer be called from
6359         within a language file.
6361         * ob-perl.el (org-babel-execute:perl): Remove call to
6362         org-babel-process-params which should no longer be called from
6363         within a language file.
6365         * ob-python.el (org-babel-execute:python): Remove call to
6366         org-babel-process-params which should no longer be called from
6367         within a language file.
6369         * ob-ruby.el (org-babel-execute:ruby): Remove call to
6370         org-babel-process-params which should no longer be called from
6371         within a language file.
6373         * ob-scheme.el (org-babel-execute:scheme): Remove call to
6374         org-babel-process-params which should no longer be called from
6375         within a language file.
6377         * ob-screen.el (org-babel-execute:screen): Remove call to
6378         org-babel-process-params which should no longer be called from
6379         within a language file
6380         (org-babel-prep-session:screen): Remove call to
6381         org-babel-process-params which should no longer be called from
6382         within a language file.
6384         * ob-sh.el (org-babel-execute:sh): Remove call to
6385         org-babel-process-params which should no longer be called from
6386         within a language file.
6388         * ob-sql.el (org-babel-execute:sql): Remove call to
6389         org-babel-process-params which should no longer be called from
6390         within a language file.
6392         * ob-haskell.el (org-babel-execute:haskell): Remove reference to
6393         processed params.
6395         * ob-clojure.el (org-babel-execute:clojure): Remove reference to
6396         processed params.
6398         * ob-R.el (org-babel-execute:R): Remove reference to processed
6399         params.
6401 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
6403         * ob-sql.el (org-babel-execute:sql): Use generic expansion
6404         function
6405         (org-babel-expand-body:sql): Delete function.
6407 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
6409         * ob-sh.el (org-babel-execute:sh): Use generic expansion function
6410         (org-babel-expand-body:sh): Delete function
6411         (org-babel-prep-session:sh): Change name of called function
6412         (org-babel-variable-assignments:sh): Change function name.
6414 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
6416         * ob-screen.el (org-babel-execute:screen): Use generic expansion
6417         function
6418         (org-babel-expand-body:screen): Delete function
6419         (org-babel-prep-session:screen): Remove references to processed
6420         params.
6422 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
6424         * ob-sass.el (org-babel-execute:sass): Use generic expansion
6425         function
6426         (org-babel-expand-body:sass): Delete function.
6428 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
6430         * ob-ruby.el (org-babel-execute:ruby): Use generic expansion
6431         function
6432         (org-babel-prep-session:ruby): Use new variable assignment
6433         function
6434         (org-babel-variable-assignments:ruby): New function
6435         (org-babel-expand-body:ruby): Delete function.
6437 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
6439         * ob-python.el (org-babel-execute:python): Use generic expansion
6440         function
6441         (org-babel-prep-session:python): Change name of called function
6442         (org-babel-variable-assignments:python): Change function name
6443         (org-babel-expand-body:python): Delete function.
6445 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
6447         * ob-plantuml.el (org-babel-expand-body:plantuml): Delete function
6448         (automatically handled by generic version).
6450 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
6452         * ob-perl.el (org-babel-execute:perl): Use generic expansion
6453         function
6454         (org-babel-expand-body:perl): Delete function
6455         (org-babel-variable-assignments:perl): New function.
6457 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
6459         * ob-org.el (org-babel-expand-body:org): Delete function
6460         (automatically handled by generic version).
6462 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
6464         * ob-octave.el (org-babel-execute:octave): Use generic expansion
6465         function
6466         (org-babel-variable-assignments:octave): Change name of function
6467         (org-babel-variable-assignments:matlab): New defalias
6468         (org-babel-prep-session:octave): Change name of function
6469         (org-babel-expand-body:matlab): Delete function
6470         (org-babel-expand-body:octave): Delete function.
6472 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
6474         * ob-ocaml.el (org-babel-execute:ocaml): Use generic expansion
6475         function
6476         (org-babel-variable-assignments:ocaml): New function
6477         (org-babel-expand-body:ocaml): Delete function.
6479 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
6481         * ob-mscgen.el (org-babel-expand-body:mscgen): Delete function
6482         (automatically handled by generic version).
6484 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
6486         * ob-js.el (org-babel-execute:js): Use new variable assignment
6487         function
6488         (org-babel-expand-body:js): Delete function
6489         (org-babel-prep-session:js): Use new variable assignment function
6490         (org-babel-variable-assignments:js): New function.
6492 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
6494         * ob-haskell.el (org-babel-execute:haskell): Use generic expansion
6495         function
6496         (org-babel-expand-body:haskell): Delete function
6497         (org-babel-prep-session:haskell): Use variable assignment function
6498         (org-babel-variable-assignments:haskell): New function.
6500 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
6502         * ob-gnuplot.el (org-babel-expand-body:gnuplot): Use variable
6503         assignment function
6504         (org-babel-prep-session:gnuplot): Use variable assignment function
6505         (org-babel-variable-assignments:gnuplot): New function.
6507 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
6509         * ob-ditaa.el (org-babel-expand-body:ditaa): Delete function
6510         (automatically handled by generic version).
6512 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
6514         * ob-css.el (org-babel-expand-body:css): Delete function
6515         (automatically handled by generic version).
6517 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
6519         * ob-asymptote.el (org-babel-execute:asymptote): Use generic
6520         expansion function
6521         (org-babel-expand-body:asymptote): Delete function
6522         (org-babel-variable-assignments:asymptote): New function.
6524 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
6526         * ob-R.el (org-babel-expand-body:R): Use new function
6527         `org-babel-variable-assignments:R'; don't trim body.
6528         (org-babel-execute:R): Respond to changes in
6529         `org-babel-expand-body:R'
6530         (org-babel-prep-session:R): Called function is now named
6531         `org-babel-variable-assignments:R'
6532         (org-babel-variable-assignments:R): Receives processed-params as
6533         new optional argument.
6535 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
6537         * ob-C.el (org-babel-C-expand): Don't trim body.
6539 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
6541         * ob-scheme.el (org-babel-expand-body:scheme): Fix bug in
6542         obtaining variable references.
6544 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
6546         * ob-tangle.el (org-babel-tangle-collect-blocks): Supply variable
6547         assignment lines to generic expansion command.
6549 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
6551         * ob.el (org-babel-expand-src-block): Supply variable assignment
6552         lines to generic expansion function
6553         (org-babel-expand-body:generic): Prepend body with optional
6554         variable assignment lines.
6556 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
6558         * ob-exp.el (org-babel-exp-results): Replaced old function call.
6560 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
6562         * ob-lob.el (org-babel-lob-execute): Now expanding variable
6563         references before execution.
6565 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
6567         * ob.el (org-babel-execute-src-block): Only sort parameters if
6568         it's required for caching.
6570 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
6572         * ob-table.el (sbe): Reworking for better indentation and to
6573         integrate the new variable resolution.
6575 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
6577         * ob-ref.el (org-babel-ref-resolve-reference): Now expanding
6578         variables when resolving references.
6580 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
6582         * ob.el (org-babel-merge-params): Fix order or precedence for
6583         variables.
6585 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
6587         * ob-C.el (org-babel-expand-body:c++, org-babel-C-expand):
6588         * ob-R.el (org-babel-expand-body:R, org-babel-execute:R)
6589         (org-babel-R-variable-assignments):
6590         * ob-asymptote.el (org-babel-expand-body:asymptote)
6591         (org-babel-execute:asymptote):
6592         * ob-clojure.el (org-babel-expand-body:clojure)
6593         (org-babel-execute:clojure):
6594         * ob-css.el (org-babel-expand-body:css):
6595         * ob-ditaa.el (org-babel-expand-body:ditaa):
6596         * ob-dot.el (org-babel-expand-body:dot, org-babel-execute:dot):
6597         * ob-emacs-lisp.el (org-babel-expand-body:emacs-lisp)
6598         (org-babel-execute:emacs-lisp):
6599         * ob-gnuplot.el (org-babel-expand-body:gnuplot)
6600         * ob-haskell.el (org-babel-expand-body:haskell)
6601         (org-babel-execute:haskell, org-babel-load-session:haskell)
6602         (org-babel-prep-session:haskell):
6603         * ob-js.el (org-babel-expand-body:js, org-babel-execute:js):
6604         * ob-latex.el (org-babel-expand-body:latex):
6605         * ob-lisp.el (org-babel-expand-body:lisp, org-babel-execute:lisp):
6606         * ob-mscgen.el (org-babel-expand-body:mscgen):
6607         * ob-ocaml.el (org-babel-expand-body:ocaml, org-babel-execute:ocaml):
6608         * ob-octave.el (org-babel-expand-body:matlab)
6609         (org-babel-expand-body:octave, org-babel-execute:octave)
6610         (org-babel-octave-variable-assignments):
6611         * ob-org.el (org-babel-expand-body:org):
6612         * ob-perl.el (org-babel-expand-body:perl, org-babel-execute:perl):
6613         * ob-plantuml.el (org-babel-expand-body:plantuml):
6614         * ob-python.el (org-babel-expand-body:python, org-babel-execute:python)
6615         (org-babel-python-variable-assignments):
6616         * ob-ruby.el (org-babel-expand-body:ruby, org-babel-execute:ruby):
6617         * ob-sass.el (org-babel-expand-body:sass):
6618         * ob-scheme.el (org-babel-expand-body:scheme, org-babel-execute:scheme):
6619         * ob-screen.el (org-babel-expand-body:screen):
6620         * ob-sh.el (org-babel-expand-body:sh, org-babel-execute:sh)
6621         (org-babel-sh-variable-assignments):
6622         * ob-sql.el (org-babel-expand-body:sql):
6623         * ob-sqlite.el (org-babel-expand-body:sqlite, org-babel-execute:sqlite):
6624         * ob.el (org-babel-expand-body:generic):
6625         Remove obsoleted optional third argument.
6627 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
6629         * ob-clojure.el (org-babel-prep-session:clojure): Purging all
6630         calls to removed org-babel-ref-variables.
6632 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
6634         * ob-lob.el (org-babel-lob-ingest): Now returns the count of
6635         ingested code blocks.
6637 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
6639         * ob-exp.el (org-babel-exp-in-export-file): Wrapper for collecting
6640         information from within the original export file.
6642 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
6644         * ob.el (org-babel-get-src-block-info): Small but crucial fix)
6645         (this should return nil if not match found.
6647 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
6649         * ob-emacs-lisp.el (org-babel-expand-body:emacs-lisp):
6650         Whitespace (org-babel-execute:emacs-lisp): Whitespace.
6652 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
6654         * ob-sh.el (org-babel-sh-variable-assignments): Provide missing
6655         docstring.
6657         * ob-python.el (org-babel-python-variable-assignments):
6658         Provide missing docstring.
6660 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
6662         * ob-octave.el (org-babel-expand-body:octave): Refactor: break
6663         variable assignment part out into a separate function
6664         (org-babel-octave-variable-assignments): New function constructing
6665         list of variable assignment statements
6666         (org-babel-prep-session:octave): Use new function
6667         `org-babel-octave-variable-assignments' instead of previous
6668         (incorrect) variable assignment code.
6670 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
6672         * ob-sh.el (org-babel-expand-body:sh): Refactor: break variable
6673         assignment part out into a separate function
6674         (org-babel-sh-variable-assignments): New function constructing
6675         list of variable assignment statements
6676         (org-babel-prep-session:sh): Use new function
6677         `org-babel-sh-variable-assignments' instead of previous
6678         (incorrect) variable assignment code.
6680 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
6682         * ob-python.el (org-babel-expand-body:python): Refactor: break
6683         variable assignment part out into a separate function
6684         (org-babel-python-variable-assignments): New function constructing
6685         list of variable assignment statements
6686         (org-babel-prep-session:python): Use new function
6687         `org-babel-python-variable-assignments' instead of previous
6688         (incorrect) variable assignment code.
6690 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
6692         * ob-R.el (org-babel-expand-body:R): Refactor: break variable
6693         assignment part out into a separate function
6694         (org-babel-R-variable-assignments): New function constructing list
6695         of variable assignment statements
6696         (org-babel-prep-session:R): Use new function
6697         `org-babel-R-variable-assignments' instead of previous
6698         (incorrect) variable assignment code.
6700 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
6702         * ob.el (org-babel-initiate-session): Better variable names.
6704 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
6706         * ob.el (org-number-sequence):
6707         Declared * ob-R.el (org-number-sequence): Declared.
6709 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
6711         * ob.el (org-babel-map-src-blocks): Store correct value of
6712         `end-block'.
6714 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
6716         * ob.el (org-babel-mark-block): New function to mark the body of a
6717         src block in the style of `mark-defun'.
6719 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
6721         * org-compat.el (org-number-sequence): New function.
6723         * ob-R.el (org-babel-expand-body:R): Use `org-number-sequence'.
6725         * ob.el (org-babel-where-is-src-block-result):
6726         Use `org-number-sequence'.
6727         (org-babel-current-buffer-properties): Fix variable definition.
6729         * ob-ref.el (org-babel-ref-index-list): Use `org-number-sequence'.
6731         * ob-latex.el (org-babel-latex-tex-to-pdf): Use the 2-argument
6732         version of `shell-command'.
6734         * org-latex.el (org-export-as-pdf): Use the 2-argument version of
6735         `shell-command'.
6737 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
6739         * org-list.el (org-list-search-unenclosed-generic): Replace call
6740         to booleanp.
6742 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
6744         * org.el (org-agenda-jump-prefer-future): New option.
6746         * org-agenda.el (org-agenda-goto-date):
6747         Use `org-agenda-jump-prefer-future'.
6749 2010-11-11  Noorul Islam  <noorul@noorul.com>
6751         * org-latex.el (org-export-latex-links): Replaced hard coded
6752         hyperref format with custom variable
6753         `org-export-latex-hyperref-format'.
6755 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
6757         * org.el (org-insert-heading): Fix docstring.
6759 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>  (tiny change)
6761         * org-capture.el (org-capture-place-entry): If the first line is
6762         already a headline, just stay there.
6764 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
6766         * ob-sh.el (org-babel-sh-evaluate): No longer assumes that results
6767         are non-nil.
6769 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
6771         * org-ascii.el (org-ascii-replace-entities): Match an optional {}
6772         after an entity.
6774 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
6776         * org-table.el (orgtbl-to-html): Apply `org-html-expand' to the
6777         table fields.
6779 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
6781         * org.el (org-insert-heading): When on the headline of an inline
6782         task, insert another inline tasks.
6784 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
6786         * ob-tangle.el (org-babel-tangle-collect-blocks): Only create
6787         links for blocks that will actually tangle.
6789 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
6791         * ob-sh.el (org-babel-expand-body:sh): Don't insert extra newlines
6792         in expanded shell bodies.
6794 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
6796         * ob-sh.el (org-babel-expand-body:sh): Avoid inserting extra
6797         newline characters.
6799 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
6801         * ob-sh.el (org-babel-expand-body:sh): Align code.
6803 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
6805         * ob.el (org-babel-params-from-properties): Max line with at <=80.
6807 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
6809         * org-latex.el (org-export-latex-listings-langs): Clojure is now
6810         recognized as a lisp.
6812 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
6814         * ob.el (org-babel-params-from-properties): Use `org-babel-read'
6815         to interpret property as header argument value.
6817 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
6819         * ob.el (org-babel-parse-header-arguments): Simplify reading of
6820         header arg value.
6822 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
6824         * org-publish.el (org-publish-org-to-ascii):
6825         (org-publish-org-to-latin1):
6826         (org-publish-org-to-utf8): New functions.
6828 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
6830         * org.el (org-insert-heading): Skip inline tasks when trying to
6831         insert a new heading after the end of the subtree.
6833 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
6835         * org-inlinetask.el (org-inlinetask-min-level): Set customization
6836         type to integer or nil.
6838         * org.el (org-insert-heading): When after an inline task, do not
6839         use level but go back to headline level before the inline task.
6841 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
6843         * org-inlinetask.el (org-inlinetask-in-task-p): New function.
6845         * org.el (org-indent-line-function): Fix indentation of inline
6846         tasks.
6848 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
6850         * org.el (org-activate-links): Fix customize type.
6852 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
6854         * org-latex.el (org-latex-to-pdf-process): Add rubber as another
6855         default option.
6857 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
6859         * org-latex.el (org-export-latex-minted): Document pygments
6860         dependency.
6862 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
6864         * org-mobile.el (org-mobile-create-index-file): Encrypt the index
6865         file if encryption has been turned on.
6866         (org-mobile-copy-agenda-files): Avoid double encryption of
6867         `mobileorg.org'.
6869 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
6871         * org-exp.el (org-export-latex-minted-with-line-numbers):
6872         Ensure that variable is declared.
6874 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
6876         * ob-python.el (org-src-preserve-indentation): Fix compiler
6877         warning.
6879 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
6881         * org-exp.el (org-export-format-source-code-or-example):
6882         Latex formatting of source code blocks using the minted package
6883         (org-export-plist-vars): Add :latex-minted property
6884         (org-export-latex-minted): Ensure variable is defined
6885         (org-export-latex-minted-langs): Ensure variable is defined.
6887 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
6889         * org-src.el (org-edit-src-code): Use `org-region-active-p'.
6891 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
6893         * ob-tangle.el (org-babel-spec-to-string): Whitespace changes.
6895 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
6897         * ob-tangle.el (org-babel-spec-to-string): Don't trim whitespace
6898         when `org-src-preserve-indentation' is non-nil.
6900 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
6902         * ob-lob.el (org-babel-lob-ingest): Provide message stating number
6903         of blocks added to Library of Babel.
6905 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
6907         * ob-lob.el (org-babel-lob-ingest): Check for nil source block
6908         name.
6910 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
6912         * org-beamer.el (org-beamer-place-default-actions-for-lists):
6913         Fix typo in regexp.
6915 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
6917         * org-list.el (org-toggle-checkbox): Avoid some boundary error
6918         when inserting a checkbox in an empty last item of a list.
6920 2010-11-11  David Maus  <dmaus@ictsoc.de>
6922         * org-gnus.el (org-gnus-nnimap-query-article-no-from-file):
6923         Query article number from file is nil by default.
6925 2010-11-11  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
6927         * org-beamer.el (org-beamer-amend-header): Fix typo in docstring.
6929 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
6931         * org-capture.el (org-capture-place-entry): Move to `beg' before
6932         searching for `%?'.
6934 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
6936         * org.el (org-format-latex): Fix mathjax treatment of single
6937         letters in between dollars.
6939 2010-11-11  Sébastien Vauban  <wxhgmqzgwmuf@spammotel.com>
6941         * org-latex.el (org-latex-to-pdf-process): Add a third pdflatex
6942         run.
6944 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
6946         * org.el (org-blank-before-new-entry): Improve docstring.
6948 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
6950         * org-mobile.el (org-mobile-force-id-on-agenda-items):
6951         Fix docstring.
6952         (org-mobile-write-agenda-for-mobile): Use outline path if we do
6953         not have an ID and are not allowed to make one.
6954         (org-mobile-get-outline-path-link): New function.
6956 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
6958         * org-mobile.el (org-mobile-copy-agenda-files): Encrypt the empty
6959         file.
6960         (org-mobile-write-agenda-for-mobile): Use the right name, even if
6961         the file get encrypted.
6962         (org-mobile-move-capture): Only delete tempfile if it does exist.
6964 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
6966         * ob.el (org-babel-number-p): Fix documentation string.
6968 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
6970         * ob-tangle.el (org-babel-tangle-collect-blocks): Accepting
6971         "tangle" as a positive argument for the :noweb header argument
6972         during tangling.
6974 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
6976         * ob-exp.el (org-babel-exp-src-blocks): Fix export when headings
6977         have links, with tests.
6979 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
6981         * org-latex.el (org-latex-to-pdf-process): Use texi2dvi if
6982         available.
6983         (org-export-latex-get-error): New function.
6984         (org-export-as-pdf): Give an indication of the errors that
6985         happened during processing.
6987 2010-11-11  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>
6989         * org-exp.el (org-export-language-setup): Fix Polish entries.
6991 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
6993         * org.el (org-set-tags): Allow comma as a separator when
6994         specifying tags at the completion interface.
6995         (org-tags-completion-function): Allow comma as a separator when
6996         specifying tags at the completion interface.
6998 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
7000         * ob-exp.el (org-babel-exp-src-blocks): Don't jump back to
7001         export-file if exporting from a buffer which is not visiting a
7002         file.
7004 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
7006         * ob-exp.el (org-babel-exp-src-blocks): Only append "::" to a file
7007         name in link construction if there is a heading to follow it.
7009 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
7011         * org-html.el (org-export-html-inline-image-extensions): Add "svg"
7012         as an allowed extension.
7014 2010-11-11  Sébastien Vauban  <wxhgmqzgwmuf@spammotel.com>
7016         * org-agenda.el (org-agenda-add-time-grid-maybe): Pad clock times
7017         with zeros.  Start applying face earlier.
7019 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
7021         * ob.el (or): Don't create org-babel-temporary-directory in batch
7022         as it won't be removed by emacs-kill-hook
7023         (org-babel-remove-temporary-directory): Only try to remove this
7024         directory if it exists.
7026 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
7028         * ob.el (org-babel-temporary-directory): Fixing byte-compilation
7029         warning in ob.el.
7031 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
7033         * ob-tangle.el (org-babel-tangle): Now sharing the file name in
7034         the tangling message.
7036 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
7038         * ob.el (org-babel-load-languages): Fixes compiler warning.
7040 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
7042         * ob-plantuml.el (org-babel-execute:plantuml): Fixes bug with svg
7043         output.
7045 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
7047         * org-ascii.el (org-export-as-ascii): Use the correct match group.
7049 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
7051         * ob.el (boundp): Uncommenting defvar form for
7052         org-babel-temporary-directory
7053         (org-babel-temp-file): Now using the org-babel-temporary-directory
7054         for holding new babel temporary files
7055         (org-babel-remove-temporary-directory): Removes the babel temp dir
7056         when Emacs shutsdown
7057         (kill-emacs-hook): Now removing the babel temp dir on Emacs
7058         shutdown.
7060 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
7062         * org-capture.el (org-capture-fill-template): Initialize history
7063         variable.
7065 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
7067         * org-src.el (org-edit-src-code): Don't move point when generating
7068         edit buffer.
7070 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
7072         * org-src.el (org-edit-src-code): Deal with point being in
7073         #+end_src line.
7075 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
7077         * org-table.el (org-table-current-column): Add interactive to turn
7078         this into a command.
7080 2010-11-11  Bernt Hansen  <bernt@norang.ca>
7082         * org.el (org-insert-heading): Run org-insert-heading-hook when
7083         creating the first heading in a file.
7085 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
7087         * org.el (org-startup-with-inline-images): New option.
7088         (org-startup-options): Add new keywords inlineimages and
7089         noinlineimages.
7090         (org-mode): Inline images when this has been configured.
7092 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
7094         * ob.el (org-babel-get-src-block-info): Remove optional
7095         HEADER-VARS-ONLY argument; further simplification.
7097 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
7099         * ob.el (org-babel-confirm-evaluate): Fix bug causing extra
7100         prompt in ob-confirm-evaluate in some cases.
7102 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
7104         * ob.el (org-babel-demarcate-block): Visible region and completion
7105         during language selection.
7107 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
7109         * ob.el (org-babel-get-src-block-info): Remove comment.
7111 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
7113         * ob.el (org-babel-get-src-block-info): Simplify function.
7115 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
7117         * ob.el (org-babel-get-src-block-info): Form info list correctly
7118         when parenthesised arguments are missing.
7120 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
7122         * ob-exp.el (org-export-babel-evaluate): Docstring typo
7123         (org-babel-exp-code): Docstring typo.
7125 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
7127         * org-mobile.el (org-mobile-encryption-password):
7128         Improve docstring.
7129         (org-mobile-encryption-password-session): New variable.
7130         (org-mobile-encryption-password): New function.
7131         (org-mobile-check-setup):
7132         (org-mobile-encrypt-file):
7133         (org-mobile-decrypt-file): Use the new function.
7135 2010-11-11  David Maus  <dmaus@ictsoc.de>
7137         * org-capture.el (org-capture-place-template): Widen to remove
7138         possible restrictions in target buffer.
7140 2010-11-11  Jambunathan K  <kjambunathan@gmail.com>
7142         * org.el (org-speed-command-hook): Add org-speed-command-hook
7143         (org-babel-speed-command-hook): Hook for Babel's speed commands.
7145 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
7147         * ob.el (org-babel-execute-buffer): Re-implement using
7148         `org-babel-map-src-blocks'.
7150 2010-11-11  David Maus  <dmaus@ictsoc.de>
7152         * org-capture.el (org-capture-templates): Update doc string with
7153         new message date related escapes.
7155 2010-11-11  David Maus  <dmaus@ictsoc.de>
7157         * org-wl.el (org-wl-store-link-message): Define properties %:date)
7158         (%:date-timestamp, and %:date-timestamp-inactive.
7160         * org-mew.el (org-mew-store-link): Dto.
7162         * org-mhe.el (org-mhe-store-link): Dto.
7164         * org-rmail.el (org-rmail-store-link): Dto.
7166         * org-vm.el (org-vm-store-link): Dto.
7168 2010-11-11  David Maus  <dmaus@ictsoc.de>
7170         * org-wl.el (org-wl-message-field): Always get literal content of
7171         header fields.
7173 2010-11-11  David Maus  <dmaus@ictsoc.de>
7175         * org-gnus.el (org-gnus-store-link): Define properties
7176         %:date-timestamp and %:date-timestamp-inactive.
7178 2010-11-11  David Maus  <dmaus@ictsoc.de>
7180         * org-gnus.el (org-gnus-store-link): Handle empty date header
7181         field.
7183 2010-11-11  Jambunathan K  <kjambunathan@gmail.com>  (tiny change)
7185         * org.el (org-speed-command-hook): New.  Hook for installing
7186         additional speed commands.  Use this for enabling speed commands on
7187         src blocks.
7188         (org-speed-command-default-hook): The default hook for
7189         org-speed-command-hook.  Factored out from org-self-insert-command
7190         and mimics existing behavior.
7191         (org-self-insert-command): Modified to use org-speed-command-hook.
7193 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
7195         * org-agenda.el (org-search-view): Recover spaces in search words
7196         if they were escaped with \ or inside a regexp.
7198 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
7200         * org.el (org-additional-option-like-keywords): Add PROPERTIES to
7201         the list of completable meta line words.
7202         (org-complete): Complete property names after #+PROPERTY.
7204 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
7206         * ob-python.el (org-babel-python-evaluate-session): Make temp file
7207         names consistent.
7209 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
7211         * ob-clojure.el (org-babel-clojure-evaluate-external-process):
7212         Delete extra format argument.
7214 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
7216         * ob-org.el (org-babel-org-export): Typo in docstring.
7218 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
7220         * ob-sh.el (org-babel-sh-evaluate): Remove unused temporary file
7221         variable.
7223 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
7225         * ob-scheme.el (org-babel-execute:scheme): Alter temp file name.
7227 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
7229         * ob.el (org-babel-process-file-name): New function
7230         (org-babel-maybe-remote-file): Delete function.
7232 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
7234         * ob-C.el (org-babel-C-execute): Remove unused variable.
7236 2010-11-11  David Maus  <dmaus@ictsoc.de>
7238         * org.el (org-make-link-string): Prevent superfluous colon.
7240 2010-11-11  David Maus  <dmaus@ictsoc.de>
7242         * org.el (org-make-org-heading-search-string): Leave headline
7243         intact.
7245 2010-11-11  David Maus  <dmaus@ictsoc.de>
7247         * org.el (org-make-link-string): Don't escape characters in link
7248         type.
7250 2010-11-11  Bastien Guerry  <bzg@altern.org>
7252         * org-capture.el (org-capture-templates): Update docstring to
7253         advertise %:org-date.
7255 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
7257         * ob-dot.el (org-babel-execute:dot): Automatically specifies
7258         "-T<ext>" based on file name extension.
7260 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
7262         * ob-org.el (org-babel-org-export): Raise error on nested export
7263         call.
7265 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
7267         * ob-plantuml.el (org-babel-execute:plantuml): Support for svg
7268         output files.
7270 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
7272         * ob.el (org-babel-demarcate-block): Better initialization of
7273         stars.
7275 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
7277         * org-src.el (org-src-tab-acts-natively): Add customize interface.
7279 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
7281         * org-src.el (org-src-strip-leading-and-trailing-blank-lines):
7282         New variable allowing prevention of automatic stripping of leading and
7283         trailing blank lines when exiting edit buffer.
7284         (org-edit-src-exit): Respect value of
7285         `org-src-strip-leading-and-trailing-blank-lines'
7286         (org-src-native-tab-command-maybe):
7287         Bind `org-src-strip-leading-and-trailing-blank-lines' to nil during
7288         this function.
7290 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
7292         * org-src.el (org-edit-src-code): If mark was inside code block
7293         then code edit buffer inherits mark with active region.
7295 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
7297         * ob.el (org-babel-demarcate-block): Fix compiler warnings.
7299 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
7301         * ob.el (org-babel-demarcate-block): Better handling of empty
7302         space around demarcated area.
7304 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
7306         * org-agenda.el (org-agenda-goto-date): Turn off prefer future for
7307         this command.
7309 2010-11-11  David Maus  <dmaus@ictsoc.de>
7311         * org-gnus.el (org-gnus-open-nntp): New function.
7313 2010-11-11  David Maus  <dmaus@ictsoc.de>
7315         * org-wl.el (org-wl-open-nntp): New function.
7317 2010-11-11  David Maus  <dmaus@ictsoc.de>
7319         * org-wl.el (org-wl-open): Open message by numeric reference if
7320         article part is not a message id.
7322 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
7324         * org-agenda.el (org-agenda-filter-apply): Move cursor to a
7325         visible line.
7327 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
7329         * ob.el (org-babel-demarcate-block): Interactive demarcation of
7330         code blocks.
7332         * ob-keys.el (org-babel-key-bindings): Key bindings for block
7333         demarcation.
7335 2010-11-11  Bastien Guerry  <bzg@altern.org>
7337         * org.el (org-link-types): Add the "message" link type.
7339 2010-11-11  David Maus  <dmaus@ictsoc.de>
7341         * org.el (org-link-types): Add 'message:' link type to default
7342         link types.
7344 2010-11-11  Bastien Guerry  <bzg@altern.org>
7346         * org-gnus.el (org-gnus-store-link): Add the :date property to
7347         gnus links, allowing the use of %:date in capture templates.
7349 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
7351         * org-list.el (org-cycle-list-bullet): Follow order of bullets
7352         indicated in doc-string.
7354         * org-list.el (org-list-bottom-point-with-indent): List is ended
7355         when a line is less indented that the last item, not the less
7356         indented item.
7358 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
7360         * ob-exp.el (org-babel-exp-src-blocks): Now switching back to the
7361         original file before resolving code block parameters to ensure
7362         headline and buffer wide parameters are taken into consideration
7363         when only a narrowed portion of the file is exported.
7365 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
7367         * org.el (org-forward-same-level): Fix docstring.
7369 2010-11-11  Sebastian Rose  <sebastian_rose@gmx.de>
7371         * org-publish.el (org-publish-attachment): Put the attachment into
7372         the right directory.
7374 2010-11-11  Jambunathan K  <kjambunathan@gmail.com>  (tiny change)
7376         * org.el (org-goto-first-child): New command.
7378 2010-11-11  Matt Lundin  <mdl@imapmail.org>
7380         * org-agenda.el (org-prepare-agenda): If the agenda is called from
7381         within the agenda via an elisp link, such as
7382         [[elisp:(org-agenda-list)]], org-prepare-agenda erases the buffer
7383         of the file containing the link, since that buffer is current
7384         during org-prepare agenda (due to a with-current-buffer in
7385         org-agenda-open-link).  An additional test now ensures that the
7386         agenda buffer is in fact current when the buffer is erased and
7387         local variables for the agenda are set.
7389 2010-11-11  David Maus  <dmaus@ictsoc.de>  (tiny change)
7391         * org-exp.el (org-infile-export-plist): Define property macro.
7393 2010-11-11  David Maus  <dmaus@ictsoc.de>
7395         * org-mhe.el (org-mhe-get-header): Remove possible folding white
7396         space in message header field.
7398 2010-11-11  David Maus  <dmaus@ictsoc.de>
7400         * org-feed.el (org-feed): Fix typo in customization group :tag
7401         property.
7403 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
7405         * org-latex.el (org-export-latex-tag-markup): New option.
7406         (org-export-latex-keywords-maybe):
7407         Use `org-export-latex-tag-markup'.
7409 2010-11-11  Rémi Vanicat  <vanicat@debian.org>  (tiny change)
7411         * org-icalendar.el (org-icalendar-use-UTC-date-time): New option.
7412         (org-ical-ts-to-string): Use UTC time when requested.
7414 2010-11-11  Noorul Islam  <noorul@noorul.com>  (tiny change)
7416         * org-html.el (org-html-cvt-org-as-html): Do not convert protocol
7417         from 'file' to 'http'.
7419 2010-11-11  David Maus  <dmaus@ictsoc.de>
7421         * org.el (org-store-log-note): Fix wrong usage
7422         of`org-adapt-indentation'.
7424 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
7426         * org.el (org-skip-over-state-notes): Do not compute bottom point
7427         at each item.
7429         * org-mouse.el (org-mouse-for-each-item): Use `org-apply-on-list'
7430         instead of moving to each item.
7432 2010-11-11  David Maus  <dmaus@ictsoc.de>
7434         * org-capture.el (org-capture-templates): Small fix in doc string.
7436 2010-11-11  aaa bbb  <dominik@powerbook-g4-12-van-aaa-bbb.local>
7438         * org-archive.el (org-get-local-archive-location):
7439         Use `org-carchive-location' as default.
7441 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
7443         * ob-C.el (org): No longer requires org.
7445         * ob-ledger.el (org): No longer requires org.
7447 2010-11-11  David Maus  <dmaus@ictsoc.de>
7449         * org.el (org-priority): Save match data before call to
7450         `read-char-exclusive'.
7452 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
7454         * org-list.el (org-list-to-generic): Descriptions labels can be
7455         any suit of symbols, and will end at double colons.
7457 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
7459         * org.el (org-indent-line-function): Indent past [@num] and
7460         [@start:num], consistently with what is already done with
7461         checkboxes.
7463 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
7465         * org.el (org-store-log-note): Indent new notes to the right
7466         column.  Also take `org-list-two-spaces-after-bullet-regexp' into
7467         consideration when creating the note.
7469 2010-11-11  David Maus  <dmaus@ictsoc.de>
7471         * org-gnus.el (nnimap-group-overview-filename): Declare function
7472         to silence byte compiler.
7474 2010-11-11  David Maus  <dmaus@ictsoc.de>
7476         * org-gnus.el (org-gnus-nnimap-query-article-no-from-file):
7477         New customization variable.
7478         (org-gnus-nnimap-cached-article-number): New function.
7479         (org-gnus-follow-link): Try to fetch cached article number of
7480         message-id.
7482 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
7484         * ob-org.el (org-babel-org-default-header): Used to insert a dummy
7485         first line into code blocks before export so that the first line
7486         is not interpreted as a title
7487         (org-babel-org-export): Use new dummy code block prefix.
7489 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
7491         * ob.el (org-babel-insert-result): No longer throws error when
7492         inserting an empty result.
7494 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
7496         * ob-tangle.el: Autoload org-babel-tangle-lang-exts from ob-tangle.
7498 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
7500         * ob.el (org-babel-do-in-edit-buffer):
7501         Use `org-babel-where-is-src-block-head' to test for source block at
7502         point.
7504 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
7506         * ob-keys.el (org-babel-key-bindings): Adding key-binding for
7507         `org-babel-goto-src-block-head'.
7509         * ob.el (org-babel-goto-src-block-head): Jump to the head of the
7510         current code block.
7512 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
7514         * ob.el (org-babel-next-src-block): Now raising more informative
7515         error when no further code blocks can be found.
7516         (org-babel-previous-src-block): Now raising more informative error
7517         when no previous code blocks can be found.
7519 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
7521         * org-exp-blocks.el
7522         (org-export-preprocess-after-include-files-hook): Now using this
7523         hook instead of `org-export-preprocess-hook'.
7525 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
7527         * ob-plantuml.el (org-babel-execute:plantuml): ????
7529 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
7531         * ob-python.el (org-babel-python-evaluate): Refactor as call to
7532         either `org-babel-python-evaluate-external-process' or
7533         `org-babel-python-evaluate-session'.
7534         (org-babel-python-evaluate-external-process): New function to
7535         handle evaluation in external process.
7536         (org-babel-python-evaluate-session): New function to handle
7537         evaluation in emacs inferior process.
7539 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
7541         * ob-org.el (org-babel-execute:org): Evaluates body to latex ascii
7542         or html respecting :results header arg
7543         (org-babel-org-export): Exports a string of text to an output
7544         format.
7546 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
7548         * ob.el (org-babel-insert-result): Remove existing results when
7549         nil results are returned.
7551 2010-11-11  David Maus  <dmaus@ictsoc.de>
7553         * org-ascii.el (org-export-as-ascii): Bind and set link path for
7554         link type specific markup function.
7556 2010-11-11  David Maus  <dmaus@ictsoc.de>
7558         * org-clock.el (notifications-notify): Properly declare function
7559         to silence byte compiler.
7561 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
7563         * org-list.el (org-insert-item): Check invisibility of point at a
7564         meaningful location.
7566 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
7568         * org-list.el (org-list-insert-item-generic): Updating checkboxes
7569         can modifiy bottom point of a list, so make it a marker before
7570         calling `org-update-checkbox-count-maybe'.
7572 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
7574         * org.el (org-src-fontify-natively): Set to nil by default.
7575         Supply cutomize interface.
7577 2010-11-11  Bastien Guerry  <bzg@altern.org>
7579         * org-ascii.el (org-export-as-ascii): Fix bug in ASCII export: use
7580         `org-bracket-link-analytic-regexp++' to match the link type.
7582 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
7584         * ob-tangle.el (org-babel-tangle-collect-blocks): Rename `lang' to
7585         `language'.
7587 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
7589         * ob-tangle.el (org-babel-tangle-comment-format-beg):
7590         Format string specifying the link-comment preceding a code block
7591         (org-babel-tangle-comment-format-end): Format string specifying
7592         the link-comment following a code block
7593         (org-babel-tangle-collect-blocks): Storing more information in the
7594         spec of a tangling code block
7595         (org-babel-spec-to-string): Now makes use of customizable
7596         link-comment formats.
7598 2010-11-11  Achim Gratz  <Stromeko@stromeko.net>  (tiny change)
7600         * org.el (org-delete-backward-char): Check for nil overwrite-mode
7601         before inserting spaces.
7603 2010-11-11  David Maus  <dmaus@ictsoc.de>
7605         * org-icalendar.el (org-print-icalendar-entries): Exclude tags
7606         from summary of non-TODO ical entries.
7607         (org-print-icalendar-entries): Use `org-complex-heading-regexp' to
7608         exclude tags from summary of TODO ical entries.
7610 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
7612         * ob.el (org-babel-map-src-blocks): Now exposes much information
7613         about the code block in the form of let-bound local variables.
7615 2010-11-11  David Maus  <dmaus@ictsoc.de>
7617         * org-list.el (org-outline-regexp, org-ts-regexp)
7618         (org-ts-regexp-both, org-in-regexps-block-p)
7619         (org-level-increment, org-at-heading-p)
7620         (outline-previous-heading, org-icompleting-read)
7621         (org-time-string-to-seconds): Declare to fix compiler warning.
7623 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
7625         * org-list.el (org-toggle-checkbox): Ignore items in drawers when
7626         used from an heading.  Send an error when no item is in region.
7628 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
7630         * ob.el (org-babel-do-in-edit-buffer): Use unwind-protect to
7631         ensure that edit buffer is exited.
7633 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
7635         * ob-tangle.el (org-babel-tangle-pad-newline): Can be used to
7636         control the amount of extra newlines inserted into tangled code
7637         (org-babel-tangle-collect-blocks): Now conditionally collects
7638         information to be used for "org" style comments
7639         (org-babel-spec-to-string): Now inserts "org" style comments, and
7640         obeys the newline configuration variable when inserting whitespace.
7642 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
7644         * ob-tangle.el (org-babel-pre-tangle-hook): Defines new tangle
7645         hook
7646         (org-babel-tangle): Calls new tangle hook.
7648 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
7650         * org-capture.el (org-capture): Compute the length of the correct
7651         string when removing properties.
7653 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
7655         * ob-plantuml.el (org-babel-execute:plantuml): Now expanding file
7656         names before shell quoting.
7658 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
7660         * org-src.el (org-src-tab-indents-natively): New variable
7661         controlling whether language-native TAB action should be performed
7662         (org-src-native-tab-command-maybe): New function to perform
7663         language-native TAB action.
7664         (org-tab-first-hook): Add `org-src-native-tab-command-maybe'.
7666 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
7668         * ob-plantuml.el (org-babel-execute:plantuml): Explicitly check
7669         `org-plantuml-jar-path' before use.
7671 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
7673         * org-src.el (org-src-font-lock-fontify-block): Re-use hidden
7674         language major mode buffers during fontification.
7676 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
7678         * org.el (org-fontify-meta-lines-and-blocks): Alter main regexp to
7679         match code blocks with switches and header args.  Call
7680         `org-src-font-lock-fontify-block' for automatic fontification of
7681         code in code blocks, controlled by variable
7682         `org-src-fontify-natively'.
7683         (org-src-fontify-natively): New variable.
7685 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
7687         * ob-ruby.el (org-babel-expand-body:ruby): Remove requirement of
7688         inf-ruby.
7690 2010-11-11  Noorul Islam  <noorul@noorul.com>  (tiny change)
7692         * org-html.el (org-html-make-link): (expand-file-name) removes
7693         one "/" from "///path-to-file", so add one.  Anything other than
7694         'file' type should be exported along with the type.
7696 2010-11-11  Noorul Islam  <noorul@noorul.com>  (tiny change)
7698         * org.el (org-insert-subheading): Fix compiler warning
7699         (org-insert-todo-subheading): Fix compiler warning.
7701 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
7703         * org-capture.el (org-capture): Remove read-only text properties
7704         from capture text.
7705         (org-capture-set-target-location): Throw an error if file+headline
7706         target does not point into a file which is in Org mode.
7708 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
7710         * ob.el (org-babel-map-src-blocks): Prefer `when' to `if'.
7712 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
7714         * org-src.el (org-edit-src-code): Improve docstring.
7716 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
7718         * ob.el (org-babel-execute-src-block): Document prefix argument in
7719         docstring.
7721 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
7723         * ob-ditaa.el (org-babel-execute:ditaa): Now expanding
7724         org-ditaa-jar-path with expand-file-name.
7726 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
7728         * ob.el (org-babel-execute-subtree): Pass prefix arg through to
7729         `org-babel-execute-src-block'.
7731 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
7733         * org-ascii.el (org-export-ascii-preprocess): Allow [@start:x] and
7734         [@x] syntax for list numbering.
7736 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
7738         * org.el (org-indent-line-function): Indentation of source block
7739         is left to `org-edit-src-exit' and shouldn't be modified by
7740         `org-indent-line-function'.  Indentation of others blocks should be
7741         the same as the #+begin line.
7743 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
7745         * ob.el (org-babel-map-src-blocks): If FILE is nil evaluate BODY
7746         forms on source blocks in current buffer; restore point in current
7747         buffer.
7749 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
7751         * org-list.el (org-list-struct): Accept list boundaries as an
7752         argument in order to avoid computing `org-list-top-point' and
7753         `org-list-bottom-point' twice when indenting.
7755 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
7757         * org-list.el (org-list-ending-method): Default value is now
7758         `both', to ensure maximum compatibility before previous
7759         implementation.
7761 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
7763         * org-list.el (org-list-in-item-p-with-indent): Test if first line
7764         is the item beginning.
7766         * org-list.el (org-list-top-point-with-indent): Test if first line
7767         is a valid list beginning.
7769 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
7771         * org-list.el (org-list-ending-method): New customizable variable
7772         to tell Org Mode how lists end.  See docstring.
7774 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
7776         * org-list.el (org-indent-item-tree): Shifting step of top-level
7777         item depends on `org-level-increment'.
7779 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
7781         * org.el (org-indent-line-function): Indent first non blank line
7782         after a list according to current heading level.
7784 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
7786         * org-docbook.el (org-export-as-docbook): Remove check for
7787         indentation on lines that do not start with a list bullet.
7789         * org-html.el (org-export-as-html): Same thing.
7791 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
7793         * org-list.el (org-list-bottom-point): Take into consideration
7794         that bound of search can be before true ending of the list.
7796 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
7798         * org-list.el (org-list-struct-apply-struct): No longer shift
7799         item's body twice: one after replacing bullet and one after
7800         changing indentation.
7802 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
7804         * org-list.el (org-list-struct-indent): Add code to replace
7805         bullets if needed when indenting.
7807 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
7809         * org-list.el (org-list-insert-item-generic): A single item
7810         already counting blank lines in his body should be separated with
7811         the next one by a blank line.  Moreover, if user already provided
7812         blank lines, follow his wishes.
7814 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
7816         * org-list.el (org-indent-item-tree): When moving top item of a
7817         *-list to column 0, only the first item had its bullet changed to
7818         -.  It now changes all items of the top-level list, as expected.
7820 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
7822         * org-list.el (org-toggle-checkbox): Go to beginning of line
7823         before processing.
7825 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
7827         * org-list.el (org-list-struct-apply-struct): Check if ancestor
7828         exists.
7830 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
7832         * org-list.el (org-renumber-ordered-list): Check for [@start:x] is
7833         done at each item.
7835 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
7837         * org-list.el : Removed unused variable
7838         `org-suppress-item-indentation'.
7840         * org-list.el (org-renumber-ordered-list): Skip item if bullet
7841         number is already good.
7843 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
7845         * org-list.el (org-list-automatic-rules): Doc-string reflects this
7846         change.
7848         * org-list.el (org-indent-item-tree): Prevent whole list from
7849         being moved when user is not moving subtree.  Thus
7850         `org-cycle-item-indentation' will not allow to move the list.
7852 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
7854         * org-list.el (org-indent-item-tree): Remove region code.  It was
7855         prone to errors and undocumented.
7857         * org-list.el (org-item-indent-positions): Better heuristics to
7858         determine what bullet the item will have when demoted.
7860 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
7862         * org-list.el (org-list-bullet-string): First check if
7863         `org-list-two-spaces-after-bullet-regexp' isn't nil.
7865 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
7867         * org-list.el (org-list-bullet-string): Do not modify match-data.
7869         * org.el (org-toggle-item): Now working again when changing list
7870         items into plain text.  Moreover take into consideration
7871         `org-list-two-spaces-after-bullet-regexp'.
7873 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
7875         * org-list.el (org-indent-item-tree): Remove unnecessary bullets
7876         fix, and improved heuristics to determine bullet when indenting.
7878         * org-list.el (org-item-indent-positions): Function now returns
7879         sane results when there are two lists separated with blank lines
7880         only.
7882 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
7884         * org-docbook.el (org-export-as-docbook): Use override="num" in
7885         any listitem matching [@start:num].
7887         * org-html.el (org-export-as-html): Use value="num" in any li
7888         matching [@start:num].
7890 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
7892         * org.el (org-set-font-lock-defaults): Correct fontification for
7893         checkboxes found after [@start:?].
7895         * org-list.el (org-list-at-regexp-after-bullet-p): Skip any
7896         [@start:?]  when looking at a regex after a bullet.
7898         * org-list.el (org-toggle-checkbox): Correct insertion of
7899         checkboxes when there is already a [@start:?] in the item.
7901         * org-list.el (org-checkbox-blocked-p): Properly check if there's
7902         an unchecked item before.
7904         * org-list.el (org-list-parse-list): Function handles items having
7905         both a counter and a checkbox.
7907 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
7909         * org-list.el (org-cycle-item-indentation): Org-tab-ind-state
7910         stores both indentation and bullet when cycle started.
7912 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
7914         * org-list.el: `org-at-description-p' renamed to
7915         `org-at-item-description-p', `org-first-list-item-p' renamed to
7916         `org-list-first-item-p', `org-end-of-item-text-before-children'
7917         renamed to `org-end-of-item-or-at-child'.
7919 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
7921         * org.el (org-ctrl-c-ctrl-c): Call `org-fix-bullet-type' instead
7922         of `org-maybe-renumber-ordered-list' and `org-fix-bullet-type'
7923         before toggling a checkbox.
7925 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
7927         * org-list.el (org-list-bullet-string): New function returning
7928         bullet concatenated with an appropriate number of white spaces.
7930         * org-list.el (org-list-insert-item-generic): Insert the right
7931         bullet, with help of `org-list-bullet-string'.
7933         * org-list.el (org-indent-item-tree):
7934         Use `org-list-bullet-string'.
7936         * org-list.el (org-fix-bullet-type): Use `org-list-bullet-string'.
7938         * org-list.el (org-toggle-checkbox): Send an error when
7939         `org-toggle-checkbox' is trying to insert a checkbox at a
7940         description item.
7942         * org-list.el (org-item-re): Modified regexp so it can catch
7943         correct number of white space before item body.
7945         * org-list.el (org-list-at-regexp-after-bullet-p): Take into
7946         consideration new `org-item-re'.
7948 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
7950         * org-list.el (org-list-insert-item-generic): The second item in a
7951         list will be separated from its predecessor with the number of
7952         blank lines separating the first item from its parent, if any, or
7953         no blank line.
7955 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
7957         * org-list.el (org-indent-item-tree): Fix and reorder every list
7958         and sublist, from parent of list that has moved if indenting, or
7959         from list at point if outdenting.
7961 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
7963         * org-list.el (org-indent-item-tree): Try to keep relative
7964         position on line.  It can't if point is in white spaces before
7965         bullet because mixed tabs and spaces make some columns
7966         unattainable.
7968 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
7970         * org-list.el (org-cycle-item-indentation): Cycle when the whole
7971         item only contains bullet and maybe a checkbox.  Previously, TAB
7972         would cycle when the first line of the item was blank.
7974 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
7976         * org-list.el (org-cycle-item-indentation): Allow a point just
7977         after a description item or a checkboxed item to start cycling.
7979 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
7981         * org-list.el (org-cycle-list-bullet):
7982         Check `org-plain-list-ordered-item-terminator' before allowing 1. or 1)
7983         as valid bullets when cycling.
7985 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
7987         * org-list.el (org-cycle-item-indentation): Do return t if and
7988         only if cycling is possible and succeded.
7990 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
7992         * org-list.el (org-indent-item-tree): When outdenting a subtree,
7993         the last item shouldn't have a children.
7995 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
7997         * org-list.el (org-cycle-item-indentation): Cycling should play
7998         nicely with indent rule in `org-list-automatic-rules'.
8000 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
8002         * org-list.el (org-indent-item-tree): If indent rule is activated,
8003         it should be impossible to outdent an item having children without
8004         moving its subtree.  Improved reordering of lists modified by
8005         cycling indentation.
8007 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
8009         * org-list.el (org-maybe-renumber-ordered-list): Remove call for
8010         `org-fix-bullet-type' to prevent infinite loop, and some checks
8011         already done in `org-renumber-ordered-list'.
8013         * org-list.el (org-fix-bullet-type): Remove a check and call
8014         directly `org-maybe-renumber-ordered-list'.
8016 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
8018         * org-list.el (org-indent-item-tree): It shouldn't be possible to
8019         indent the first item of a sublist (though outdent is possible) as
8020         it would break list's structure.
8022 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
8024         * org-list.el (org-list-insert-item-generic): When local search
8025         doesn't help, search the list globally for blank lines.  Moreover,
8026         don't bother with new lists, and add 1 blank line.
8028 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
8030         * org-capture.el (org-capture-place-item):
8031         Use `org-search-forward-unenclosed' and
8032         `org-search-backward-unenclosed' and new variable
8033         `org-item-beginning-re'.
8035         * org-list.el (org-item-beginning-re): Regexp matching beginning
8036         of an item.
8038 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
8040         * org-list.el (org-cycle-list-bullet): Put back support for
8041         'previous argument.
8043 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
8045         * org-list.el (org-in-item-p): Handle case when point is at an
8046         heading.
8048         * org-list.el (org-list-make-subtree): Add protection when used
8049         outside of list.
8051         * org-list.el (org-insert-item): Remove useless hack now
8052         `org-in-item-p' is fixed.
8054         * org-timer.el (org-timer-item): Remove useless hack now
8055         `org-in-item-p' is fixed.
8057 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
8059         * org-list.el (org-cycle-list-bullet): Prevent description items
8060         from being numbered.  String argument is also recognized now, as
8061         long as it is a valid bullet.
8063 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
8065         * org-list.el (org-indent-item-tree): Moving indentation of top
8066         list item will make the whole list move.
8068         * org-list.el (org-apply-on-list): Function is less sensitive to
8069         changes of indentation.
8071 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
8073         * org-list.el (org-at-item-checkbox-p): Add whitespaces at the end
8074         of the regexp.
8076         * org-list.el (org-checkbox-blocked-p): Use new checkbox regexp.
8078         * org-list.el (org-cycle-item-indentation): Allow cycling
8079         description items and checkbox items.
8081         * org-list.el (org-toggle-checkbox): Use new checkbox regexp.
8083         * org-list.el (org-reset-checkbox-state-subtree): Use new checkbox
8084         regexp.
8086 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
8088         * org-list.el (org-insert-item-internal): Guessing of blank lines
8089         number is made by looking at neighboring items, if any.
8091 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
8093         * org-list.el (org-sort-list): Add the possibility to sort timer
8094         lists with the ?t or ?T options.
8096 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
8098         * org-list.el (org-search-unenclosed-internal): New function to
8099         handle both `org-search-forward-unenclosed' and
8100         `org-search-backward-unenclosed'.
8102         * org-list.el (org-search-backward-unenclosed): Can send errors
8103         now.  Removed useless usage of COUNT.
8105         * org-list.el (org-search-forward-unenclosed): Can send errors
8106         now.  Removed useless usage of COUNT.
8108         * org-list.el (org-update-checkbox-count):
8109         Use `org-search-forward-unenclosed' and
8110         `org-search-backward-unenclosed' instead of `re-search-forward'
8111         and `re-search-backward'.
8113         * org-list.el (org-sort-list): Use `org-search-forward-unenclosed'
8114         and `org-search-backward-unenclosed' instead of
8115         `re-search-forward' and `re-search-backward'.
8117         * org-list.el (org-list-make-subtree):
8118         Use `org-search-forward-unenclosed' and
8119         `org-search-backward-unenclosed' instead of `re-search-forward'
8120         and `re-search-backward'.
8122 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
8124         * org-list.el (org-insert-item-internal): Fixes the problem when
8125         point was before the first char of the item's body.
8127 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
8129         * org-timer.el (org-timer-item): Refactoring.  Compute timer string
8130         before inserting it in the buffer.
8132         * org-timer.el (org-timer): Add an optional argument to return
8133         timer string instead of inserting it.
8135 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
8137         * org-list.el (org-insert-item-internal): New function to handle
8138         positionning and contents of an item being inserted at a specific
8139         pos. It is not possible anymore to split a term in a description
8140         list or a checkbox when inserting a new item.
8142         * org-list.el (org-insert-item): Refactored by using the new
8143         `org-insert-item-internal' function.
8145         * org-timer.el (org-timer-item): Refactored by using the new
8146         `org-insert-item-internal' function.
8148 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
8150         * org-list.el (org-list-bottom-point): Be sure to check real
8151         ORG-OUTLINE-REGEXP and not outline-regexp, that might be modified.
8153         * org.el (org-cycle-internal-local): Cycle up to end of subtree or
8154         end of item if we are in a list.
8156 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
8158         * org-list.el (org-insert-item): Move before any special block in
8159         a list prior to add a new item.
8161         * org-timer.el (org-timer-item): When in a timer list, insert a
8162         new timer item like `org-insert-item'.  If in another list, send an
8163         error.  Otherwise, start a new timer list.
8165 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
8167         * org-list.el: Minor refactoring.
8169 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
8171         * org-timer.el (org-timer-item): Insert description list item at
8172         the right column.
8174         * org-list.el (org-insert-item): Insert the right number of blank
8175         lines before a relative timer.
8177 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
8179         * org-list.el (org-insert-item): Remove restriction on latex
8180         blocks.
8182 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
8184         * org-list.el (org-search-backward-unenclosed): Do not stop in
8185         protected places.
8187         * org-list.el (org-search-forward-unenclosed): Do not stop in
8188         protected places.
8190         * org-latex.el (org-export-latex-lists): Use the fact that
8191         org-search-forward do not stop anymore at protected places.
8193 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
8195         * org-list.el (org-search-backward-unenclosed): Do not prevent
8196         list items from being inside LaTeX blocks.
8198         * org-list.el (org-search-forward-unenclosed): Do not prevent list
8199         items from being inside LaTeX blocks.
8201 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
8203         * org-list.el (org-in-item-p): Do not widen before checking if we
8204         are in item.
8206         * org-list.el (org-list-send-list): We cannot count on
8207         `org-list-top-point' and `org-list-bottom-point' before buffer is
8208         narrowed.  Find bounds of list otherwise.
8210 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
8212         * org-list.el (org-list-end-regexp): By default, list ending is
8213         exactly 2 blank lines.
8215 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
8217         * org-docbook.el (org-export-as-docbook): When we find an empty
8218         line, we do not need to check for
8219         `org-empty-line-terminates-plain-lists' because we would have
8220         found end-list marker before.
8222         * org-html.el (org-export-as-html): Same.
8224 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
8226         * org-list.el (org-insert-item): Simplify count of blank lines to
8227         insert.
8229 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
8231         * org-list.el (org-list-end-regexp): New customizable variable to
8232         define what string should end lists.
8234         * org-list.el (org-list-end-re): Function is now aware of
8235         `org-list-end-regexp'.
8237 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
8239         * org-html.el (org-export-as-html): Code cleanup.
8241 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
8243         * org-docbook.el (org-export-as-docbook): Properly close any open
8244         list when seeing ORG-LIST-END.  Removed any reference to now
8245         unneeded DIDCLOSE variable.
8247 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
8249         * org-exp.el (org-export-mark-list-ending): Fix number of blank
8250         lines inserted after a list.
8252         * org-list.el (org-list-parse-list): Fix case when
8253         `org-list-end-re' would have an indentation greater than current
8254         list.
8256 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
8258         * org-exp.el (org-export-mark-list-ending): Differentiate between
8259         export backends, and replace `org-list-end-re' by a blank line
8260         upon exporting.
8262 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
8264         * org-html.el (org-export-as-html): Delete didclose and everything
8265         related to it, as it is no longer needed.
8267 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
8269         * org-html.el (org-export-html-preprocess): Remove unneeded
8270         insertion of list end marker, as it is now handled by
8271         `org-export-mark-list-ending'.
8273         * org-html.el (org-export-as-html): Cleaner termination of lists.
8275         * org-exp.el (org-export-mark-list-ending): New function to insert
8276         specific markers at the end of lists when exporting to a backend
8277         not using `org-list-parse-list'.  This function is called early in
8278         `org-export-preprocess-string', while it is still able to
8279         recognize lists.
8281         * org-latex.el (org-export-latex-lists): Better search for
8282         lists.  It now only finds items not enclosed and not protected.
8284 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
8286         * org-list.el: Replaced `re-search-forward' by
8287         `org-search-forward-unenclosed' where it made sense.
8289 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
8291         * org-list.el (org-apply-to-list): Now a return value is handed at
8292         each new call of the function applied.
8294         * org-list.el (org-fix-bullet-type): Use the new
8295         `org-apply-to-list' format.
8297         * org-list.el (org-renumber-ordered-list): Use the new
8298         `org-apply-to-list' format.
8300 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
8302         * org.el (org-in-regexps-block-p): Minor fix: limit wasn't
8303         correctly used.
8305         * org-list.el (org-search-forward-unenclosed): Better regexp used.
8307         * org-list.el (org-search-backward-unenclosed): Better regexp
8308         used.
8310 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
8312         * org-list.el (org-sort-list): End-rec function was ill-defined.
8314 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
8316         * org-list.el (org-search-forward-unenclosed): Fix behavior when
8317         last occurrence was enclosed.
8319         * org-list.el (org-search-backward-unenclosed): Fix behavior when
8320         last occurrence was enclosed.
8322 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
8324         * org.el (org-in-regexps-block-p): Fix documentation.
8326 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
8328         * org-list.el (org-search-backward-unenclosed): Fix block regexp.
8330         * org-list.el (org-search-forward-unenclosed): Fix block regexp.
8332         * org-list.el (org-list-parse-list): Minor fix.
8334 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
8336         * org-list.el (org-list-parse-list): Delete `org-list-end-re' when
8337         called with t argument.
8339 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
8341         * org-html.el (org-export-html-preprocess):
8342         Replace `org-list-end-re' by a blank line during pre-process.
8344 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
8346         * org-list.el (org-list-bottom-point): No need for square brackets
8347         for `skip-chars-backward'.
8349 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
8351         * org-html.el: Do not delete space between end of list and
8352         beginning of the following.
8354 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
8356         * org-html.el: Preprocess buffer string and add ORG-LIST-END where
8357         needed.  Lists should not end before seeing this.
8359 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
8361         * org-html.el: Notice end of lists.
8363 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
8365         * org-list.el (org-list-parse-list): Better handling of
8366         restrictions when function is called on a list with sublists.
8368         * org-list.el (org-list-send-list): Find the true ending of the
8369         list being sent.
8371         * org-list.el (org-list-radio-list-templates): Templates are more
8372         specific to lists.
8374 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
8376         * ob-js.el (org-babel-js-eoe): Indicate end of input
8377         (org-babel-execute:js): Support for session evaluation
8378         (org-babel-prep-session:js): Fleshed out definition
8379         (org-babel-js-initiate-session): Can initiate a session using
8380         mozrepl.
8382 2010-11-11  David Maus  <dmaus@ictsoc.de>
8384         * org.el (org-set-regexps-and-options): Protect escape char in
8385         `org-complex-heading-regexp-format'.
8387 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
8389         * ob-scheme.el (org-babel-scheme-eoe): For marking the end of
8390         session-based evaluation
8391         (org-babel-execute:scheme): Now supports session-based evaluation
8392         (org-babel-prep-session:scheme): Now works and defines variables
8393         (org-babel-scheme-initiate-session): Now works using run-scheme
8394         from cmuscheme.
8396 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
8398         * org.el (org-export-latex-default-packages-alist): Remove the
8399         t1enc package - this is already covered by fontenc.
8401 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
8403         * ob.el (with-parsed-tramp-file-name): Declared
8404         (org-babel-tramp-localname): Ensure variable name exists locally.
8406 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
8408         * ob.el (org-babel-temp-file): Don't use babel temporary directory
8409         in remote case; use make-temp-file with remote file name so that
8410         temp file is guaranteed not to exist previously on remote machine.
8411         (org-babel-tramp-localname): New function to return local name
8412         portion of possibly remote file specification.
8414 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
8416         * ob-R.el (org-babel-R-write-object-command): New unified R
8417         command for writing results to file
8418         (org-babel-R-wrapper-method): Remove variable
8419         (org-babel-R-wrapper-lastvar): Remove variable
8420         (org-babel-R-evaluate-external-process): Use new R command
8421         (org-babel-R-evaluate-session): Use new R command.
8423 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
8425         * ob-comint.el
8426         (org-babel-comint-eval-invisibly-and-wait-for-file): New function
8427         to evaluate code invisibly and block until output file exists.
8429         * ob-R.el (org-babel-R-evaluate-session): Use `ess-eval-buffer' to
8430         evaluate R code in session for :results value.  Write result to
8431         file invisibly using new function
8432         `org-babel-comint-eval-invisibly-and-wait-for-file'.
8434 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
8436         * org-capture.el (org-capture-fill-template): Align tags after
8437         insertion.
8439 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
8441         * org-exp.el (org-export-concatenate-multiline-emphasis):
8442         Ignore matches that start in a headline.
8444 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
8446         * ob-plantuml.el (org-babel-execute:plantuml): Wrapping in-file
8447         and out-file in shell-quote-argument.
8449 2010-11-11  David Maus  <dmaus@ictsoc.de>
8451         * org-docview.el (org-docview-store-link): Use expanded macro to
8452         get current page.
8453         (doc-view-goto-page, image-mode-window-get): Declare functions for
8454         byte compiler.
8456 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
8458         * ob-scheme.el: Very preliminary support for evaluating scheme
8459         code blocks.
8461         * org.el (org-babel-load-languages): Adding scheme.
8463 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
8465         * ob.el (require): Remove circular (require 'org).
8467 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
8469         * ob-R.el (ess-make-buffer-current): Declared.
8470         (ess-ask-for-ess-directory): Declared.
8471         (ess-local-process-name): Declared.
8472         * ob-latex.el (org-babel-latex-tex-to-pdf): Capturing free variable.
8474         * ob.el (org-edit-src-code): Fixing arguments.
8475         (org-edit-src-exit): Declared.
8476         (org-outline-overlay-data): Declared.
8477         (org-set-outline-overlay-data): Declared.
8479 2010-11-11  Glenn Morris  <rgm@gnu.org>
8481         * ob.el: Require org when compiling.
8482         (org-save-outline-visibility): Remove macro declaration.
8484         * ob-emacs-lisp.el: Require ob-comint when compiling, for macros.
8485         Remove unnecessary/macro declarations.
8487         * org-docview.el: Require doc-view when compiling.
8488         (doc-view-goto-page): Autoload rather than declaring.
8489         (doc-view-current-page): Remove macro declaration.
8491         * ob.el (tramp-compat-make-temp-file, org-edit-src-code)
8492         (org-entry-get, org-table-import): Fix declarations.
8493         (org-match-string-no-properties): Remove declaration.
8495         * ob-sh.el (org-babel-comint-in-buffer)
8496         (org-babel-comint-wait-for-output, org-babel-comint-buffer-livep)
8497         (org-babel-comint-with-output): Remove unnecessary declarations.
8499         * ob-R.el (orgtbl-to-tsv): Fix declaration.
8501         * org-list.el (org-entry-get): Fix declaration.
8503 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
8505         * ob.el (org-babel-remove-temporary-directory): Remove explicit
8506         second argument.
8508 2010-11-11  Magnus Henoch  <magnus.henoch@gmail.com>  (tiny change)
8510         * org-clock.el (org-clocktable-steps): Allow ts and te to be day
8511         numbers.
8513 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
8515         * org-macs.el (org-save-outline-visibility): Move from org.el.
8517 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
8519         * ob-org.el (org-babel-default-header-args:org): Additional
8520         ":results silent" default header argument for org code blocks.
8522 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
8524         * ob-exp.el (org-babel-exp-do-export): Remove hacky ":noeval",
8525         which is now an alias to ":eval no".
8527 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
8529         * ob.el (org-babel-remove-temporary-directory): The version of
8530         `delete-directory' found in files.el can not be assumed to be
8531         present on all versions, so this copies the recursive behavior of
8532         that command in such a way that all calls to delete-directory will
8533         also work with the built-in internal C implementation of that
8534         function.  This is not overly difficult as all elements of the
8535         directory can be assumed to be files.
8537 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
8539         * ob-C.el (org-babel-C-execute): Corrected arguments to
8540         org-babel-temp-file.
8542 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
8544         * ob.el (org-babel-temporary-directory): Variable to hold the
8545         value of the Babel temporary directory.
8547 2010-11-11  Aditya Siram  <aditya.siram@gmail.com>
8549         * ob.el (org-babel-load-in-session): Expanding noweb references
8550         when appropriate.
8552 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
8554         * org.el (org-make-link-regexps): Modified regexp of
8555         org-plain-link-re.
8557 2010-11-11  Noorul Islam  <noorul@noorul.com>  (tiny change)
8559         * org-habit.el (org-habit-parse-todo): Find sr-days only if
8560         scheduled-repeat is non nil.  Use 4th element of the list returned
8561         by (org-heading-components) as habit-entry.  Modify the error
8562         message to be more meaningful.
8564 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
8566         * ob-latex.el (org-babel-execute:latex): Adding new ":fit" and
8567         ":border" header arguments which both use the "preview" latex
8568         package to fit the resulting PDF image to the figure.
8570 2010-11-11  David Maus  <dmaus@ictsoc.de>
8572         * org-wl.el (org-wl-store-link): Don't try to store link if point
8573         is at end of buffer.
8575 2010-11-11  Harri Kiiskinen  <harkiisk@gmail.com>
8577         * org-publish.el (org-publish-project-alist): Document the new
8578         body-only property.
8579         (org-publish-org-to): Use the body-only property.
8581 2010-11-11  Jambunathan K  <kjambunathan@gmail.com>  (tiny change)
8583         * org.el (org-store-link): Return link when invoked
8584         non-interactively from an agenda buffer.
8586 2010-11-11  Jambunathan K  <kjambunathan@gmail.com>  (tiny change)
8588         * org.el (org-store-link): Storing of links to headlines in
8589         indirect buffers was broken.  Fix it.
8591 2010-11-11  Aidan Kehoe  <kehoea@parhasard.net>
8593         * ob-tangle.el (org-babel-tangle): Change the MODE argument to
8594         #'set-file-modes to use integer, not character syntax, avoiding
8595         compile problems with recent XEmacs.
8597 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
8599         * org-agenda.el (org-agenda-add-entry-text): Make sure we move
8600         forward even if there is no text to be added.
8602 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
8604         * org.el (org-make-tags-matcher): Read "\\-" as "-" in the
8605         tags/property matcher.
8607 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
8609         * org-exp.el (org-infile-export-plist): Bind case-fold-search to
8610         t.
8612 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
8614         * org-agenda.el (org-agenda-with-point-at-orig-entry): New macro.
8616 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
8618         * org-latex.el (org-export-latex-set-initial-vars):
8619         Bind `case-fold-search' to t around the search for special LaTeX setup.
8621         * org-beamer.el (org-beamer-after-initial-vars):
8622         Bind `case-fold-search' to t around the search for special BEAMER
8623         setup.
8625 2010-11-11  David Maus  <dmaus@ictsoc.de>
8627         * org-agenda.el (org-write-agenda): Delete PostScript file after
8628         creating conversion to PDF.
8630 2010-11-11  David Maus  <dmaus@ictsoc.de>
8632         * org-agenda.el (org-write-agenda): Move require statements to
8633         proper place in evaluated lisp expression.
8635 2010-11-11  David Maus  <dmaus@ictsoc.de>
8637         * org-agenda.el (org-write-agenda): Rename temporary buffer to
8638         remove dependency of `flet' macro.
8640 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
8642         * ob-lob.el (org-babel-lob-get-info): Edit docstring.
8644 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
8646         * ob-exp.el (org-babel-exp-lob-one-liners): Get parameter values
8647         from all standard sources when executing #+lob/#+call lines.
8649 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
8651         * ob-R.el (org-babel-R-evaluate): Break the two branches into two
8652         separate functions
8653         (org-babel-R-evaluate-external-process): New function to handle
8654         external process evaluation
8655         (org-babel-R-evaluate-session): New function to handle session
8656         evaluation.
8658 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
8660         * ob.el (org-babel-initiate-session): New function derived from
8661         previous `org-babel-switch-to-session'
8662         (org-babel-switch-to-session): Refactored to use new
8663         `org-babel-initiate-session'.
8665 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
8667         * ob.el (org-babel-switch-to-session): Supply missing "P" argument
8668         to (interactive).
8670 2010-11-11  David Maus  <dmaus@ictsoc.de>
8672         * org-feed.el (org-feed-format-entry): Decode entry according to
8673         its character encoding.
8675 2010-11-11  David Maus  <dmaus@ictsoc.de>  (tiny change)
8677         * org-feed.el (xml-substitute-special): Declare function for byte
8678         compiler.
8679         (org-feed-unescape): Removed.
8680         (org-feed-parse-rss-entry, org-feed-parse-atom-entry):
8681         Use `xml-substitute-special' to unescape XML entities.
8683 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
8685         * ob.el (org-babel-switch-to-session): Throw error if block if
8686         :session not in effect for the block.
8688 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
8690         * org-table.el (org-table-create-with-table.el): Align table
8691         before converting.
8693 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
8695         * ob.el (org-babel-do-in-edit-buffer): Suppress message and check
8696         that org-src buffer is current before attempting exit.
8698 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
8700         * org-src.el (ob-comint): Require 'ob-comint
8701         (org-src-babel-info): Define variable.
8703 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
8705         * ob.el (org-babel-do-in-edit-buffer): New macro to evaluate lisp
8706         in the language major mode edit buffer.
8707         (org-babel-do-key-sequence-in-edit-buffer): New function to call
8708         an arbitrary key sequence in the language major mode edit buffer.
8710         * org-src.el (org-src-switch-to-buffer): Add new allowed value
8711         'switch-invisibly for `org-src-window-setup'.
8713 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
8715         * org-src.el (ob-keys): Require ob-keys, because `org-babel-map'
8716         is used.
8717         (org-src-do-at-code-block): New macro to evaluate lisp with point
8718         at the start of the Org code block containing the code in this
8719         edit buffer.
8720         (org-src-do-key-sequence-at-code-block): New function to execute
8721         command bound to key at the Org code block containing the code in
8722         this edit buffer.
8724 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
8726         * ob-R.el (org-babel-R-associate-session): New function to
8727         associate R code edit buffers with ESS comint session.
8729 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
8731         * org-src.el (org-edit-src-code): If at src block, store babel
8732         info as buffer local variable.
8733         (org-src-associate-babel-session): New function to associate code
8734         edit buffer with comint session.  Does nothing unless a
8735         language-specific function named
8736         `org-babel-LANG-associate-session' exists.
8737         (org-src-babel-configure-edit-buffer): New function to be called
8738         in `org-src-mode-hook'.
8739         (org-src-mode-hook): Add `org-src-babel-configure-edit-buffer' to
8740         hook.
8742 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
8744         * ob.el (org-babel-switch-to-session-with-code): New function to
8745         generate split frame displaying edit buffer and session.
8747 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
8749         * org.el (org-set-tags): Consider org-indent-mode when computing
8750         the tags column.
8752 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
8754         * org-compat.el (org-looking-at-p): Only use looking-at-p when
8755         defined.
8757 2010-11-11  David Maus  <dmaus@ictsoc.de>
8759         * org-agenda.el (org-finalize-agenda-entries): Delete excluded
8760         lines directly after call to sorting filter function.
8762 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
8764         * org.el (org-complex-heading-regexp-format): Document the
8765         variable.
8766         (org-get-refile-targets): Use `org-complex-heading-regexp-format'
8767         to make the regular expression for matching the headline.
8769 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
8771         * org.el (org-refile-check-position): New function.
8772         (org-goto):
8773         (org-refile-get-location): Call `org-refile-check-position'.
8775 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
8777         * ob-python.el (org-babel-python-initiate-session-by-key): Use eq
8778         instead of equal to compare symbols.
8780 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
8782         * org-agenda.el (org-agenda-before-sorting-filter-function):
8783         New hook function.
8784         (org-finalize-agenda-entries):
8785         Apply `org-agenda-before-sorting-filter-function'.
8787 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
8789         * org-latex.el (org-export-latex-first-lines): Do not protect meta
8790         lines that have nothing to do with babel.
8792 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
8794         * org-capture.el (org-capture-place-template): Handle the
8795         checkitem case.
8796         (org-capture-place-item): Provide boundaries for the search to
8797         make sure we do not get a match in a different tree.
8799 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
8801         * org-exp.el (org-export-preprocess-apply-macros): Fix the macro
8802         argument parser.
8804 2010-11-11  Noorul Islam  <noorul@noorul.com>
8806         * org-latex.el (org-latex-to-pdf-process): Add output-directory
8807         option for the command pdflatex.
8808         (org-export-as-pdf): Respect directory in path of
8809         EXPORT_FILE_NAME.
8811 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
8813         * org-exp.el (org-export-with-LaTeX-fragments): New default t,
8814         which now means to use MathJax processing for HTML.  Also allow
8815         new value `dvipng' to force the old image processing.
8816         (org-infile-export-plist): Parse for MATHJAX setup line.
8818         * org-html.el (org-export-html-mathjax-options): New option.
8819         (org-export-html-mathjax-config): New function.
8820         (org-export-html-mathjax-template): New option.
8821         (org-export-html-preprocess): Call the LaTeX snippet processor
8822         with an additional argument to declare special ways of processing.
8823         (org-export-as-html): Bind the dynamical variable
8824         `org-export-have-math'.  Insert the MathJax script template when
8825         it is needed by the document.
8827         * org.el (org-preview-latex-fragment): Call `org-format-latex'
8828         with the additional processing argument.
8829         (org-export-have-math): New variable, for dynamic scoping.
8830         (org-format-latex): Implement specific ways of processing.
8831         New function argument for processing type.
8832         (org-org-menu): Remove the entry to configure LaTeX snippet
8833         processing.
8835 2010-11-11  Bastien Guerry  <bzg@altern.org>
8837         * org-agenda.el (org-agenda-clock-goto): Use `\C-c\C-x\C-j' for
8838         `org-clock-goto' and `J' for `org-agenda-clock-goto'.  If the
8839         heading currently clocked in is not listed in the agenda, display
8840         this entry in another buffer.  If there is no running clock,
8841         display a help message.
8843 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
8845         * org-latex.el (org-export-latex-tables): Return "" instead of nil
8846         when no label is attached.
8848 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
8850         * org-agenda.el (org-agenda-menu-show-match): New option.
8851         (org-agenda-menu-two-column): New option.
8852         (org-agenda-get-restriction-and-command): Implement dispatch menu
8853         without showing the matcher, and with two-column display.
8855 2010-11-11  Bernt Hansen  <bernt@norang.ca>
8857         * org-indent.el (org-indent-mode): Fix grammar for message when
8858         mode is refused.
8860 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
8862         * ob.el (org-babel-insert-result): Ensures `beg' is set, even if
8863         no previous result exists.
8865 2010-11-11  Noorul Islam  <noorul@noorul.com>
8867         * ob.el Declare org-babel-lob-execute-maybe() to avoid compiler
8868         warning.
8870 2010-11-11  Noorul Islam  <noorul@noorul.com>
8872         * org.el (org-set-visibility-according-to-property): Use backward
8873         search instead of forward, so that top hierarchy gets priority.
8875 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
8877         * org-agenda.el (org-timeline): Allow indirect buffer.
8879 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
8881         * org-exp.el (org-export-preprocess-after-radio-targets-hook):
8882         (org-export-define-heading-targets-headline-hook): New hooks.
8884         * org.el (org-modules): Add entry for org-wikinodes.el.
8885         (org-font-lock-set-keywords-hook): New hook.
8886         (org-open-at-point-functions): New hook.
8887         (org-find-exact-headling-in-buffer):
8888         (org-find-exact-heading-in-directory): New functions.
8889         (org-mode-flyspell-verify): Better cursor position for checking if
8890         flyspell should ignore a word.
8892 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
8894         * org-indent.el (org-indent-remove-properties):
8895         (org-indent-add-properties): Make sure changing these properties
8896         does not trigger modification hooks.
8898 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
8900         * org.el (org-link-search-must-match-exact-headline): New option.
8901         (org-link-search-inhibit-query): New variable.
8902         (org-link-search): Search for exact headline match in Org files.
8904 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
8906         * ob.el (org-babel-execute-src-block-maybe): Remove check for
8907         `org-babel-no-eval-on-ctrl-c-ctrl-c'; this is done in the new
8908         function `org-babel-execute-safely-maybe'.
8910 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
8912         * ob.el (org-babel-load-in-session): Set directory in case :dir
8913         arg is in effect.
8915 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
8917         * ob-tangle.el (org-babel-tangle-collect-blocks): Don't throw
8918         errors when we're not under of a headline.
8920 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
8922         * ob-octave.el (org-babel-octave-wrapper-method): Use dlmwrite to
8923         write delimited text instead of save -ascii
8924         (org-babel-octave-import-elisp-from-file): Specify that data
8925         written to file is tab-delimited.
8927 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
8929         * ob-R.el (org-babel-R-evaluate): Specify that tabular data is
8930         tab-delimited.
8932 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
8934         * ob.el (org-babel-import-elisp-from-file): Allow separator to be
8935         specified.
8937 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
8939         * ob-python.el (org-babel-python-table-or-string): Fix recognition
8940         of lists and tuples.
8942 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
8944         * ob-octave.el (org-babel-octave-evaluate-external-process):
8945         Allow remote files.
8947 2010-11-11  Juan Pechiar  <pechiar@computer.org>
8949         * ob-octave.el (org-babel-octave-evaluate-external-process):
8950         Use `org-babel-octave-import-elisp-from-file' instead of
8951         `org-babel-eval-read-file'.
8952         (org-babel-octave-var-to-octave): Separate matrix rows with ';',
8953         and use '%s' as format specifier instead of '%S'.
8955 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
8957         * ob-octave.el: Only (require 'matlab) when necessary.
8958         (org-babel-octave-initiate-session): (require) octave-inf or matlab
8959         as appropriate.
8960         (org-babel-execute:matlab): Remove (require).
8961         (org-babel-prep-session:matlab): Remove (require).
8962         (org-babel-matlab-initiate-session): Remove (require).
8964 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
8966         * ob-octave.el (org-babel-octave-evaluate): Fix formal argument
8967         list.
8969 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
8971         * ob-python.el (org-babel-python-table-or-string): Can now handle
8972         VERY long result lines.
8974 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
8976         * org-latex.el (org-export-latex-tables): Add label if any.
8978         * org-latex.el (org-export-latex-convert-table.el-table):
8979         Fix little mistake when inserting label.
8981 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
8983         * org.el (org-cycle-internal-local): Remove an unnecessary call
8984         to `org-back-to-heading' that was preventing point to stay at its
8985         column when cycling visibility.
8987 2010-11-11  Noorul Islam  <noorul@noorul.com>
8989         * org-capture.el (org-capture-finalize): Make messages consistent.
8991 2010-11-11  Noorul Islam  <noorul@noorul.com>
8993         * org-gnus.el: Suppress compiler warning by declaring outside
8994         function nnimap-retrieve-headers-from-file.
8996 2010-11-11  Noorul Islam  <noorul@noorul.com>
8998         * org-colview.el Use org-beamer-select-environment instead of
8999         org-beamer-set-environment-tag.
9001 2010-11-11  Matt Lundin  <mdl@imapmail.org>
9003         * org.el (org-insert-time-stamp): Fix org-insert-time-stamp so
9004         that the value of org-last-inserted-timestamp includes time range.
9006 2010-11-11  David Maus  <dmaus@ictsoc.de>
9008         * org-wl.el (org-wl-store-link-message): Provide link property for
9009         message-id without angle brackets.
9011 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
9013         * ob-R.el (org-babel-R-evaluate): Improved prompt-stripping regexp.
9015 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
9017         * ob-tangle.el (org-babel-find-file-noselect-refresh): Finds a
9018         file ensuing that the latest changes on disk are represented.
9020 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
9022         * ob-sqlite.el (org-babel-sqlite-expand-vars): Now inserts string
9023         arguments w/o quotes.
9025 2010-11-11  Bernt Hansen  <bernt@norang.ca>
9027         * org-capture.el (org-capture-finalize): Fix clock in of
9028         interrupted task during capture finalize.
9030 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
9032         * ob-R.el (org-babel-R-evaluate): Clean up extra prompts in
9033         session output.
9035 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
9037         * ob-C.el (org-babel-C-ensure-main-wrap): More generous regular
9038         expression for matching main function.
9040 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
9042         * ob-lob.el (org-babel-lob-one-liner-regexp): Fix error in lob
9043         regexp -- it wasn't matching lob lines w/o indices.
9045 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
9047         * org-exp.el (org-export-latex-listings-w-names): Fix compiler
9048         warning in org-exp.el.
9050 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
9052         * org-publish.el (org-publish-file): Better error message if
9053         base-directory or publishing-directory are not defined.
9055 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
9057         * org-colview.el (org-columns-display-here): Use overlays to
9058         overrule line prefix properties during column view.
9060 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
9062         * org-agenda.el (org-agenda-filter-preset): Document the
9063         limitation for the filter preset - it can only be used for an
9064         entire agenda view, not in an individual block in a block agenda.
9066 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
9068         * ob-table.el (sbe): Now able to accept range references from
9069         tables.
9071 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
9073         * ob.el (org-babel-pick-name): If colnames or rownames contain a
9074         list of names, then use those directly.
9076 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
9078         * org-exp.el (org-export-format-source-code-or-example):
9079         Escape underscores in code block names on latex listings export.
9081 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
9083         * ob-tangle.el (org-babel-with-temp-filebuffer):
9084         Use find-file-noselect to avoid excess buffer movement.
9086 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
9088         * org-html.el (org-html-should-inline-p): Only inline images if
9089         they should be.
9091 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
9093         * org-id.el (org-id-store-link): Autoload.
9095         * org.el ("org-id"): Autoload `org-id-store-link'.
9097 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
9099         * org-html.el (org-html-should-inline-p): Only inline images if
9100         they should be.
9102 2010-11-11  Eric S Fraga  <e.fraga@ucl.ac.uk>
9104         * org-icalendar.el (org-icalendar-alarm-time): New option.
9106         * org-icalendar.el (org-print-icalendar-entries): Timed events are
9107         exported with alarm events, a.k.a. reminders.
9109 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
9111         * org-capture.el (org-capture-target-buffer): Throw an error if we
9112         have no target file.
9113         (org-capture-select-template): Use a default template if the user
9114         has not specified any.
9116 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
9118         * org.el (org-modules): Add entry for org-velocity.
9120 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
9122         * ob-lob.el (org-babel-lob-execute): Changing indentation to
9123         improve line length.
9125 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
9127         * org-exp.el (org-export-handle-table-metalines): Choose a better
9128         position for checking protectedness.
9130 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
9132         * org-table.el (org-table-convert-region): Don't continue csv
9133         importation which the point catches the end, this fixes an
9134         infinite loop which was caused by the (point) never catching up
9135         with the "end" marker.
9137 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
9139         * org-macs.el (org-string-nw-p): New function.
9141         * org-capture.el (org-capture-import-remember-templates):
9142         Interpret an empty string as request to use
9143         `org-default-notes-file'.
9144         (org-capture-target-buffer): If the FILE is not a (non-empty)
9145         string, use `org-default-notes-file'.
9147 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
9149         * org-capture.el (org-capture-templates): Fix customize type.
9151 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
9153         * org-colview-xemacs.el (org-columns-compile-map):
9154         (org-columns-number-to-string):
9155         (org-columns-string-to-number): Handle estimate ranges.
9156         (org-estimate-mean-and-var): New function.
9157         (org-estimate-combine): New function.
9158         (org-estimate-print): New function.
9159         (org-string-to-estimate): New function.
9161 2010-09-25  Juanma Barranquero  <lekktu@gmail.com>
9163         * org.el (org-refile-targets):
9164         * org-agenda.el (org-agenda-hide-tags-regexp): Fix typos in docstrings.
9166 2010-08-19  Glenn Morris  <rgm@gnu.org>
9168         * org.el (org-outline-overlay-data, org-set-outline-overlay-data)
9169         (org-save-outline-visibility): Move to org-macs.
9170         * org-macs.el (org-outline-overlay-data, org-set-outline-overlay-data)
9171         (org-save-outline-visibility): Move here from org.el.
9172         (show-all): Autoload it.
9173         * ob.el: Don't require org when compiling.
9175 2010-08-18  Glenn Morris  <rgm@gnu.org>
9177         * ob.el: Require org when compiling.
9178         (org-save-outline-visibility): Remove macro declaration.
9179         * ob-emacs-lisp.el: Require ob-comint when compiling, for macros.
9180         Remove unnecessary/macro declarations.
9181         * org-docview.el: Require doc-view when compiling.
9182         (doc-view-goto-page): Autoload rather than declaring.
9183         (doc-view-current-page): Remove macro declaration.
9185 2010-08-17  Glenn Morris  <rgm@gnu.org>
9187         * ob.el (tramp-compat-make-temp-file, org-edit-src-code)
9188         (org-entry-get, org-table-import): Fix declarations.
9189         (org-match-string-no-properties): Remove unnecessary declaration.
9190         * ob-sh.el (org-babel-comint-in-buffer)
9191         (org-babel-comint-wait-for-output, org-babel-comint-buffer-livep)
9192         (org-babel-comint-with-output): Remove unnecessary declarations.
9193         * ob-R.el (orgtbl-to-tsv): Fix declaration.
9194         * org-list.el (org-entry-get): Fix declaration.
9196 2010-07-19  Eric Schulte  <schulte.eric@gmail.com>
9198         * ob-C.el: New file.
9199         * ob-R.el: New file.
9200         * ob-asymptote.el: New file.
9201         * ob-clojure.el: New file.
9202         * ob-comint.el: New file.
9203         * ob-css.el: New file.
9204         * ob-ditaa.el: New file.
9205         * ob-dot.el: New file.
9206         * ob-emacs-lisp.el: New file.
9207         * ob-eval.el: New file.
9208         * ob-exp.el: New file.
9209         * ob-gnuplot.el: New file.
9210         * ob-haskell.el: New file.
9211         * ob-keys.el: New file.
9212         * ob-latex.el: New file.
9213         * ob-lob.el: New file.
9214         * ob-matlab.el: New file.
9215         * ob-mscgen.el: New file.
9216         * ob-ocaml.el: New file.
9217         * ob-octave.el: New file.
9218         * ob-perl.el: New file.
9219         * ob-python.el: New file.
9220         * ob-ref.el: New file.
9221         * ob-ruby.el: New file.
9222         * ob-sass.el: New file.
9223         * ob-screen.el: New file.
9224         * ob-sh.el: New file.
9225         * ob-sql.el: New file.
9226         * ob-sqlite.el: New file.
9227         * ob-table.el: New file.
9228         * ob-tangle.el: New file.
9229         * ob.el: New file.
9231 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
9233         * org-mks.el: New file.
9234         * org-capture.el: New file.
9236 2010-07-19  Christian Egli  <christian.egli@sbszh.ch>
9238         * org-taskjuggler.el: New file.
9240 2010-07-19  Matt Lundin  <mdl@imapmail.org>
9242         * org-agenda.el (org-search-view): Fix inclusion of agenda-archives
9243         in org-agenda-text-search-extra-files.
9245 2010-07-19  David Maus  <dmaus@ictsoc.de>
9247         * org-list.el (org-list-send-list): Locally bind variable `txt'.
9249 2010-07-19  Eric Schulte  <schulte.eric@gmail.com>
9251         * org.el (org-reload): Now also reloading babel files.
9253 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
9255         * org-capture.el (org-capture-set-plist): Make sure txt is a string
9256         before calling `string-match'.
9257         (org-capture-templates): Fix customization type.
9259 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
9261         * org-latex.el (org-export-latex-preprocess): Make a special case
9262         for \nbsp.
9263         (org-latex-entities): Remove the entry for \nbsp.
9264         (org-latex-entities-exceptions): Variable removed.
9266 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
9268         * org-capture.el (org-capture-refile): Do not try to manipulate
9269         bookmark list.
9271         * org.el (org-refile): Use the correct bookmark here.
9273 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
9275         * org-list.el (org-list-send-list): Parse list from its true beginning.
9277         * org.el (org-ctrl-c-ctrl-c): Maybe send the list when at a list item.
9279 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
9281         * org.el (org-insert-link): Correctly determine if we should use
9282         a relative path.
9284 2010-07-19  Nicolas Goaziou  <n.goaziou@gmail.com>
9286         * org-list.el (org-list-radio-list-templates): Fix templates.
9288 2010-07-19  Nicolas Goaziou  <n.goaziou@gmail.com>
9290         * org-list.el (org-list-send-list): Regexp defining the start of
9291         a radio list is now on par with the one used for radio tables.
9293 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
9295         * org-entities.el (org-entities-help): Add a headline for
9296         the user-defined entities.
9298 2010-07-19  Dirk-Jan C. Binnema  <djcb.bulk@gmail.com>  (tiny change)
9300         * org-agenda.el (org-agenda-action): Document capture key and add it
9301         to the prompt.
9303 2010-07-19  Eric Schulte  <schulte.eric@gmail.com>
9305         * org-latex.el (org-export-latex-listings-langs): Add (sqlite "SQL").
9307 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
9309         * org-latex.el (org-export-latex-first-lines): Do not mark
9310         meta lines for removal.  Do not remove BABEL config lines during export.
9312 2010-07-19  David Maus  <dmaus@ictsoc.de>
9314         * org-capture.el (org-capture): Check if
9315         `org-capture-link-is-already-stored' is bound before evaluating.
9317 2010-07-19  Eric Schulte  <schulte.eric@gmail.com>
9319         * org.el: Add autoload for org-babel-do-load-languages.
9321 2010-07-19  Eric Schulte  <schulte.eric@gmail.com>
9323         * org-src.el (org-src-lang-modes): Add sqlite to sql-mode.
9325 2010-07-19  David Maus  <dmaus@ictsoc.de>
9327         * org-feed.el: Change indentation to match coding style
9328         guideline.
9330 2010-07-19  David Maus  <dmaus@ictsoc.de>
9332         * org-feed.el (org-feed-unescape, org-feed-parse-atom-feed): Load XML
9333         library if necessary.
9335 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
9337         * org-beamer.el (org-beamer-amend-header): Standardize the
9338         header cookie for the beamer extra stuff.
9340 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
9342         * org-beamer.el (org-beamer-amend-header): Put extra header
9343         last in header.
9345 2010-07-19  David Maus  <dmaus@ictsoc.de>
9347         * org-exp-blocks.el (org-export-blocks-format-ditaa)
9348         (org-export-blocks-format-dot): Remove text properties of body before
9349         calculating cache hash.
9351 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
9353         * org-latex.el (org-export-latex-tabular-environment): New option.
9354         (org-export-latex-tables): Use `org-export-latex-tabular-environment'.
9356 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
9358         * org-compat.el (org-version-check): New function.
9360         * org-indent.el (org-indent-mode): Check for exact emacs version.
9362 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
9364         * org-capture.el (org-capture-templates): Allow the template
9365         to come from a file or function call.
9366         (org-capture-place-entry): Get the template from file or function.
9368 2010-07-19  David Maus  <dmaus@ictsoc.de>
9370         * org-agenda.el (org-agenda-bulk-action): Don't create marker for
9371         position if target is entire file.
9373 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
9375         * org.el (org-autoload): Autoload a few more org-table functions.
9377 2010-07-19  Eric Schulte  <schulte.eric@gmail.com>
9379         * org.el (org-babel-load-languages): Add ob-mscgen.
9381 2010-07-19  Eric Schulte  <schulte.eric@gmail.com>
9383         * org-latex.el (org-export-latex-tables): Format string now
9384         matches options.
9386 2010-07-19  Eric Schulte  <schulte.eric@gmail.com>
9388         * org.el (org-babel-load-languages): This variable controls which
9389         languages will be loaded by org-babel.  It is customizable through
9390         the customize interface.
9392 2010-07-19  Eric Schulte  <schulte.eric@gmail.com>
9394         * org-latex.el (org-export-latex-format-image): Update number of
9395         arguments to allow for an optional short-name.
9397 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
9399         * org-indent.el (org-indent-mode): Refuse to turn on prior to Emacs 23.2.
9401 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
9403         * org-capture.el (org-capture-set-target-location):
9404         Store exact positions for file+regexp and file+function targets.
9405         (org-capture-place-entry, org-capture-place-item)
9406         (org-capture-place-table-line, org-capture-place-plain-text):
9407         Respect exact positions.
9408         (org-capture-finalize): Make sure we are at the beginning of a line
9409         when fixing the empty lines after the entry.
9411 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
9413         * org.el (org-entry-get-with-inheritance): New argument LITERAL-NIL.
9414         (org-entry-get): Pass `literal-nil' into
9415         `org-entry-get-with-inheritance'.
9416         (org-todo): React to nil values of the LOGGING property.
9418 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
9420         * org.el (org-default-notes-file): Update docstring.
9422 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
9424         * org.el (org-link-frame-setup): Use `org-gnus-no-new-news' as default.
9426 2010-07-19  Eric Schulte  <schulte.eric@gmail.com>
9428         * org-exp.el (org-export-attach-captions-and-attributes):
9429         Add a shortname attribute to caption strings under the symbol name
9430         org-caption-shortn.
9432 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
9434         * org.el (org-switchb): Rename from `org-iswitchb'.
9435         Improve docstring.
9436         (org-iswitchb): New alias.
9437         (org-ido-switchb): Make alias point to `org-switchb'.
9439 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
9441         * org-capture.el (org-capture-fill-template):
9442         Respect time-of-day preference in template prompt.
9444 2010-07-19  David Maus  <dmaus@ictsoc.de>
9446         * org-feed.el (org-feed-unescape): Remove superfluous lambda.
9448 2010-07-19  David Maus  <dmaus@ictsoc.de>
9450         * org-wl.el (org-wl-disable-folder-check): New customization
9451         variable.
9452         (org-wl-open): Disable folder check depending on
9453         `org-wl-disable-folder-check'.
9455 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
9457         * org-capture.el (org-capture-set-target-location):
9458         Fix file+function interpretation.
9460 2010-07-19  David Maus  <dmaus@ictsoc.de>
9462         * org-feed.el (org-feed-parse-rss-entry): Unescape rss element
9463         content.
9465 2010-07-19  David Maus  <dmaus@ictsoc.de>
9467         * org-feed.el (xml-entity-alist): Declare variable
9468         `xml-entity-alist' for byte compiler.
9470 2010-07-19  David Maus  <dmaus@ictsoc.de>
9472         * org-feed.el (org-feed-unescape): New function.
9473         Unescape protected entities.
9474         (org-feed-parse-atom-entry): Use function for atom:content
9475         type text and html.
9477 2010-07-19  David Maus  <dmaus@ictsoc.de>
9479         * org-feed.el (org-feed-parse-rss-feed): Ignore case of rss
9480         element names.
9482 2010-07-19  Bernt Hansen  <bernt@norang.ca>
9484         * org.el (org-time-string-to-absolute): Ignore cyclic repeater
9485         when displaying items on todays agenda date.
9487 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
9489         * org-agenda.el (org-agenda-get-progress): Avoid reusing previous
9490         value of EXTRA.
9492 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
9494         * org-publish.el (org-publish-initialize-cache):
9495         Make timestamp directory, the entire path to it.
9497 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
9499         * org-exp.el (org-export-handle-comments): Make sure to check
9500         for protection in the comment line, and not in the line after it.
9502 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
9504         * org-html.el (org-export-html-preprocess): Call org-format-latex,
9505         possibly with a protect-only argument.
9507         * org.el (org-format-latex): New argument PROTECT-ONLY.
9509 2010-07-19  Eric Schulte  <schulte.eric@gmail.com>
9511         * org-exp.el (org-export-handle-table-metalines): This function
9512         removes table specific meta-lines, now that we aren't wiping
9513         everything that looks remotely like a comment at the end of the
9514         export process we have to be sure to catch all of the specific lines
9515         in org-exp.el.
9517 2010-07-19  Nicolas Goaziou  <n.goaziou@gmail.com>
9519         * org-exp.el (org-export-select-backend-specific-text): Properly
9520         get rid of #+Backend and #+ATTR_Backend specifics to backends not
9521         matching the one we're exporting to.
9523 2010-07-19  Eric Schulte  <schulte.eric@gmail.com>
9525         * org-table.el (orgtbl-to-generic): Add the :remove-newlines
9526         option which will strip newline characters from the text of table
9527         cells and replace then with "\n".
9529 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
9531         * org.el (org-confirm-shell-link-function)
9532         (org-confirm-elisp-link-function): Limit the values that can be set by
9533         file variables.
9535 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
9537         * org.el (org-compute-latex-and-specials-regexp): Deal with
9538         string elements by discarding them.
9540 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
9542         * org.el (org-iswitchb): Make sure to use at least iswitchb.
9544 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
9546         * org-capture.el (org-capture-position-for-last-stored)
9547         (org-capture-bookmark-last-stored-position): New functions.
9548         (org-capture-place-table-line): Better error catching.
9549         (org-capture-place-item, org-capture-place-entry)
9550         (org-capture-place-plain-text):
9551         Call `org-capture-position-for-last-stored'.
9552         (org-capture-finalize): Just call
9553         `org-capture-bookmark-last-stored-position'.
9555 2010-07-19  Eric Schulte  <schulte.eric@gmail.com>
9557         * org-exp.el (org-export-mark-blockquote-verse-center):
9558         Fix small bug, now grabbing match data before overwritten by looking-at
9559         this fixes a problem with remainders of #+end_quote lines appearing
9560         in exported output.
9562 2010-07-19  David Maus  <dmaus@ictsoc.de>
9564         * org.el (org-link-frame-setup): Add customization option for
9565         Wanderlust.
9567 2010-07-19  Eric Schulte  <schulte.eric@gmail.com>
9569         * org-latex.el (org-export-latex-fixed-width): Now check
9570         org-example rather than org-protected on verbatim export, because by
9571         default all ": " prefixed lines are marked protected.
9573 2010-07-19  Eric Schulte  <schulte.eric@gmail.com>
9575         * org-latex.el (org-export-latex-fixed-width): Check for
9576         protection before wrapping ": " lines as verbatim.
9578 2010-07-19  Eric Schulte  <schulte.eric@gmail.com>
9580         * org-exp.el (org-export-handle-comments): Check for protection
9581         before removing comments.
9583 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
9585         * org-entities.el (org-entities): Restructure the list.
9586         (org-entities-help): Turn the help output into a buffer
9587         in Org-mode, so that it becomes easier to find a symbol
9588         in the structure.
9589         (org-entities-create-table): Deal with new structure.
9591 2010-07-19  David Maus  <dmaus@ictsoc.de>
9593         * org-agenda.el (org-write-agenda): Use backquotes to expand
9594         `flet' at compile time.
9596 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
9598         * org.el (org-entry-properties): Make sure that standard property
9599         names are used even if the user has customized time keywords.
9601 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
9603         * org-macs.el (org-not-nil): Return the value if not interpreted
9604         as nil.
9606         * org.el (org-entry-get)
9607         (org-entry-get-with-inheritance): Interpret the value "nil"
9608         as nil for properties.
9610 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
9612         * org.el (org-switch-to-buffer-other-window): Return the buffer.
9614 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
9616         * org-macs.el (org-not-nil): New function.
9618         * org.el (org-block-todo-from-children-or-siblings-or-parent):
9619         Use `org-not-nil' to interpret a property value of nil.
9621 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
9623         * org.el (org-truely-invisible-p): New function.
9624         (org-beginning-of-line): Use `org-truely-invisible-p'.
9626 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
9628         * org-agenda.el (org-agenda-get-timestamps): No errors
9629         while getting TODO state.
9630         (org-agenda-highlight-todo): No error when no keyword has
9631         been matched.
9633 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
9635         * org.el (org-timestamp-change): New optional argument UPDOWN.
9636         Use this to identify calls from org-timestamp-up/down, so that we can
9637         skip by rounding minutes in this case.
9638         (org-timestamp-up, org-timestamp-down, org-timestamp-up-day)
9639         (org-timestamp-down-day): Call org-timestamp-change with the
9640         updown argument.
9642 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
9644         * org-agenda.el (org-agenda-action): Make `c' key call org-capture.
9646         * org-capture.el: New file.
9648         * org-compat.el (org-get-x-clipboard): Function moved here from
9649         remember.el.
9651         * org-mks.el: New file.
9653         * org.el (org-set-regexps-and-options): Allow statistic cookies as
9654         part of complex headlines.
9655         (org-find-olp): New argument THIS-BUFFER.  When set, assume that the
9656         OLP does not contain a file name.
9658 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
9660         * org.el (org-mode): Set `comment-start' instead of changing the
9661         syntax of the `#' character.
9663 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
9665         * org-exp.el (org-export-format-source-code-or-example): Mark examples
9666         by a property.
9668         * org-html.el (org-export-html-close-lists-maybe): Check if raw
9669         HTML stuff was actually made from an example.
9671 2010-07-19  Bastien Guerry  <bzg@altern.org>
9673         * org-latex.el: Items are no longer skipped when their first line
9674         ends on a protected element.
9676         * org-list.el: Protected environments looking like lists are not
9677         exported anymore.
9679 2010-07-19  Eric Schulte  <schulte.eric@gmail.com>
9681         * org-exp-blocks.el (org-export-blocks-preprocess):
9682         Cleanup trailing newline after block.
9684 2010-07-19  Bastien Guerry  <bzg@altern.org>
9686         * org-exp.el: Comment regexp now matches documentation.  No more
9687         protection check when deleting comments before export.
9689 2010-07-19  Bastien Guerry  <bzg@altern.org>
9691         * org-exp.el (org-export-preprocess-string):
9692         Now using `org-export-handle-include-files-recurse' to resolve
9693         included files.
9695 2010-07-19  Bastien Guerry  <bzg@altern.org>
9697         * org-agenda.el (org-agenda-get-deadlines)
9698         (org-agenda-get-scheduled):
9699         * org.el (org-time-string-to-seconds):
9700         For deadline and scheduled agenda display ignore the cyclic repeater
9701         when calculating how many days late the task is.  If you have a weekly
9702         task and miss the date the agenda view will show more than a week late
9703         now instead of resetting on the cyclic repeating date.  This makes it
9704         much more obvious when you missed a repeating task after the repeater.
9706 2010-07-19  Bastien Guerry  <bzg@altern.org>
9708         * org-exp.el (org-export-mark-blockquote-verse-center):
9709         Consider environments that end at eob.
9711 2010-07-19  Mikael Fornius  <mfo@abc.se>
9713         * org.el (org-raise-scripts): Do not fontify sub/superscripts of text
9714         with face `org-special-keyword'.  Make property keys as :LAST_REPEAT:
9715         display correctly.
9717 2010-07-19  Mikael Fornius  <mfo@abc.se>
9719         * org.el (org-at-property-p): Use save-match-data macro instead of let.
9721 2010-07-19  Mikael Fornius  <mfo@abc.se>
9723         * org.el (test): Remove unused test function.
9725 2010-07-19  Eric Schulte  <schulte.eric@gmail.com>
9727         * org-exp-blocks.el (org-export-blocks-preprocess): Fix typo.
9729 2010-07-19  Eric Schulte  <schulte.eric@gmail.com>
9731         * org-exp-blocks.el (org-export-blocks-postblock-hook):
9732         Add documentation to and turn into a defcustom.
9734 2010-07-19  Eric Schulte  <schulte.eric@gmail.com>
9736         * org-exp.el (org-get-file-contents): By un-setting prefix1 to ""
9737         instead of to nil we avoid errors when :prefix1 is defined, but
9738         prefix is not.
9740 2010-07-19  Nicolas Goaziou  <n.goaziou@gmail.com>
9742         * org-latex.el (org-export-latex-preprocess): Environments coming
9743         from latex backend specific instructions (#+LaTeX) are already
9744         protected and won't be treated as normal environments.
9746 2010-07-19  Bastien Guerry  <bzg@altern.org>
9748         * org-timer.el (org-timer-set-timer): Fix typo in the docstring.
9750 2010-07-19  Bastien Guerry  <bzg@altern.org>
9752         * org-timer.el (org-timer-set-timer): Use a prefix argument.
9753         See the docstring of the function.
9755 2010-07-19  Bastien Guerry  <bzg@altern.org>
9757         * org-timer.el (org-timer-set-timer): Fix bug about cancelling
9758         timers.
9760 2010-07-19  David Maus  <dmaus@ictsoc.de>
9762         * org-w3m.el (org-w3m-copy-for-org-mode)
9763         (org-w3m-get-next-link-start, org-w3m-get-prev-link-start):
9764         Get text property directly, not using macro `w3m-anchor'.
9766 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
9768         * org.el (org-emph-re): Document the match groups.
9770 2010-07-19  Bernt Hansen  <bernt@norang.ca>
9772         * org-clock.el (org-clock-in): Set `org-clock-clocking-in' to
9773         t before calling `org-clock-out', so that that function can
9774         know its call context.
9776 2010-07-19  Bastien Guerry  <bzg@altern.org>
9778         * org-timer.el (org-timer-default-timer): New variable.
9779         (org-timer-set-timer): Use the new variable.  Also offer the
9780         possibility to replace the current timer by a new one.
9782 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
9784         * org.el (org-kill-note-or-show-branches): Hide subtree before
9785         exposing the headings.
9787 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
9789         * org.el (org-add-planning-info): Remove the empty line also
9790         if there is no whitespace at all in there.
9792         * org-table.el (org-table-align): Fix alignment of strings
9793         with invisible characters.
9795 2010-07-19  David Maus  <dmaus@ictsoc.de>
9797         * org.el (org-refile-cache-get): Return empty list of targets
9798         when cache was cleared.
9799         (org-clone-subtree-with-time-shift): Maybe create ID property
9800         in cloned subtrees.
9801         (org-clone-delete-id): New customization variable.
9802         (org-clone-subtree-with-time-shift): Use customization
9803         variable `org-clone-delete-id'.
9804         (org-clone-subtree-with-time-shift): Remove empty property
9805         drawer in cloned subtrees.
9807 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
9809         * org.el (org-refile-use-cache): New option.
9810         (org-refile-cache, org-refile-markers): New variable.
9811         (org-refile-marker, org-refile-cache-clear)
9812         (org-refile-cache-check-set, org-refile-cache-put)
9813         (org-refile-cache-get): New function.
9814         (org-get-refile-targets): Use the refile cache.
9816         * org-clock.el (org-clock-sum): Don't include running clock if
9817         the time block is wrong.
9819 2010-07-19  John Wiegley  <jwiegley@gmail.com>
9821         * org-clock.el (org-clock-clock-in, org-clock-in):
9822         Add parameter `start-time'.
9823         (org-clock-resolve-clock): Add parameter `clock-out-time'.
9824         If set, and resolve-to is a past time, then the clock out
9825         event occurs at `clock-out-time' rather than at `resolve-to'.
9826         In this case, `resolve-to' becomes the clock in time.
9827         (org-clock-jump-to-current-clock): Create new global command
9828         to reveal the current clock.
9829         (org-clock-resolve): Add new commands g/G and j/J, and a
9830         help window describing all commands and their meaning.
9831         (org-clock-resolve-expert): New customization variable.
9832         (org-find-open-clocks): Fix a bug that caused discovered
9833         clocks not to match up with the currently active clock.
9834         (org-resolve-clocks): Change the argument
9835         `also-non-dangling-p' to `only-dangling-p', since due to a bug
9836         this was the default behavior all along.
9838 2010-07-19  David Maus  <dmaus@ictsoc.de>
9840         * org-id.el (org-id-uuid): New function.  Return string with
9841         random (version 4) UUID.
9842         (org-id-method): Make 'uuid the new default value.
9843         (org-id-new): Use `org-id-uuid' if call to uuidgen program
9844         does not return a UUID.
9846 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
9848         * org-latex.el (org-export-latex-format-image): Add support
9849         for multicolumn figures in LaTeX.
9851 2010-07-19  David Maus  <dmaus@ictsoc.de>
9853         * org.el (org-clone-subtree-with-time-shift): Remove ID
9854         property of original subtree in cloned subtrees.
9856 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
9858         * org-exp.el (org-export-format-source-code-or-example):
9859         XEmacs compatibility.
9861         * org-latex.el (org-export-latex-tables): Accept comma in
9862         align string.
9864         * org-docbook.el (org-export-docbook-xslt-stylesheet): New option.
9865         (org-export-docbook-xslt-proc-command): Fix docstring.
9866         (org-export-docbook-xsl-fo-proc-command): Fix docstring.
9867         (org-export-as-docbook-pdf):
9868         Improve formatting of the xslt command.
9870         * org-exp.el (org-infile-export-plist): Check for XSLT setting.
9872         * org.el (org-file-contents): Improve error message.
9873         (org-set-regexps-and-options): Remove spaces at both ends.
9875 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
9877         * org-docbook.el (org-export-as-docbook-pdf):
9878         Improve formatting of the xslt command.
9880 2010-07-19  Sebastian Rose  <sebastian_rose@gmx.de>
9882         * org-publish.el (org-publish-cache): Use one big hashmap for
9883         each project defined in `org-publish-project-alist'.
9884         (initialize-files-alist): Function removed.
9885         (org-publish-validate-link): Function removed.
9886         (org-publish-get-base-files): Add variable `sitemap-requested'
9887         to avoid sorting where possible.
9888         (org-publish-get-files): Function removed.
9889         (org-publish-get-project-from-filename): Make independent of
9890         file list.
9891         (org-publish-file): New argument NO-CACHE.
9893 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
9895         * org.el (org-beginning-of-defun, org-end-of-defun):
9896         New functions.
9897         (org-mode): Install the `org-beginning-of-defun' and
9898         `org-end-of-defun' functions.
9899         (org-pretty-entities): New option.
9900         (org-toggle-pretty-entities): New command.
9901         (org-fontify-entities): New function.
9902         (org-startup-options): New keywords for pretty entities.
9903         (org-set-font-lock-defaults): Call the pretty entities
9904         function.
9906         * org-latex.el (org-export-latex-keywords-maybe): Protect the
9907         TODO markup.
9909 2010-07-19  Mikael Fornius  <mfo@abc.se>
9911         * org-habit.el (org-habit-build-graph): Help-echo date when
9912         mouse is over stars.
9914 2010-07-19  Jan Böker  <jan.boecker@jboecker.de>
9916         * org.el (org-file-apps): Improve docstring to reflect
9917         grouping matches.
9919 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
9921         * org.el (org-set-startup-visibility): Fix empty line display.
9923         * org-latex.el (org-export-latex-links): Use the formatting
9924         function of the link type, if it is available.
9926         * org-table.el (org-table-get-remote-range): Return to
9927         original buffer when retrieving remote reference.
9929         * org.el (org-display-inline-images): Do the entire buffer,
9930         not just the narrowed region.  Clear the cache.
9931         (org-display-inline-images): Match mode file paths.
9933 2010-07-19  David Maus  <dmaus@ictsoc.de>
9935         * org-wl.el (org-wl-store-link-folder): Don't throw error when
9936         called on WL folder group.
9938 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
9940         * org.el (org-replace-escapes): Make sure the cdr is not nil.
9941         (org-read-date): Make `M-v' and `C-v' scroll the popup calendar.
9942         (org-mode): Revert comment syntax changes.
9944 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
9946         * org.el (org-sparse-tree): Make `C-c / t' search for all TODO
9947         keywords, and `C-c / T' for a specific one.
9949 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
9951         * org.el (org-mode): Fix comment syntax settings.
9953         * org-src.el (org-edit-src-allow-write-back-p):
9954         Define variable.
9956         * org.el (org-inline-image-overlays): New variable.
9957         (org-toggle-inline-images, org-display-inline-images)
9958         (org-remove-inline-images): New commands.
9959         (org-mode-map): Define a key for `org-toggle-inline-images'.
9961 2010-07-19  David Maus  <dmaus@ictsoc.de>
9963         * org-wl.el (org-wl-message-field): New function.
9964         Return content of header field in message entity.
9965         (org-wl-store-link): Call `org-wl-store-link-folder' or
9966         `org-wl-store-link-message' depending on major-mode.
9967         (org-wl-store-link-folder): New function.  Store link to
9968         Wanderlust folder.
9969         (org-wl-store-link-message): New function.  Store link to
9970         Wanderlust message.
9971         (org-wl-store-link-message): Store link to message while
9972         visiting message.
9973         (org-wl-open): Don't try to jump to message when opening a
9974         folder link.
9976 2010-07-19  David Maus  <dmaus@ictsoc.de>
9978         * org.el (org-replace-escapes): Avoid infinite loop when
9979         replace string contains escape sequence it replaces.
9981 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
9983         * org-crypt.el (org-crypt-key-for-heading): Use symmetric
9984         encryption when now key is set.
9986 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
9988         * org-table.el (org-table-recalculate-buffer-tables)
9989         (org-table-iterate-buffer-tables): New commands.
9991         * org.el (org-check-for-hidden): When there is a region, skip
9992         the check.
9994 2010-07-19  Dan Davison  <davison@stats.ox.ac.uk>
9996         * org-src.el (org-edit-src-code): allow-write-back-p had
9997         erroneously been omitted from let binding.
9999 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
10001         * org-agenda.el (org-sorting-choice): New sorting type alpha.
10002         (org-cmp-alpha): New defsubst.
10003         (org-em): New defsubst.
10004         (org-entries-lessp): Only compute needed comparisons.
10006 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
10008         * org-html.el (org-format-org-table-html): Test all columns
10009         for number content.
10011 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
10013         * org-latex.el (org-export-latex-treat-sub-super-char):
10014         Make sure parenthesis matching is consistent.
10016         * org-table.el (org-table-colgroup-line-p)
10017         (org-table-cookie-line-p): New functions.
10019         * org-exp.el (org-table-clean-before-export): Better tests for
10020         colgroup and cookie lines.
10022 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
10024         * org-agenda.el (org-agenda-goto): Push a mark before changing
10025         the position.
10027         * org-footnote.el (org-footnote): New group.
10028         (org-footnote-section)
10029         (org-footnote-tag-for-non-org-mode-files): Fix typos.
10031         * org-list.el (org-end-of-item-text-before-children): Also do
10032         the right thing at the end of a file.
10034         * org.el (org-set-packages-alist, org-get-packages-alist):
10035         New function.
10036         (org-export-latex-default-packages-alist)
10037         (org-export-latex-packages-alist): Add extra flag to
10038         each package, indicating if it should be used for snippets.
10039         (org-create-formula-image): Add the snippet argument.
10040         (org-splice-latex-header): New argument SNIPPET-P, pass it
10041         through to `org-latex-packages-to-string'.
10042         (org-latex-packages-to-string): New argument SNIPPET-P.
10044         * org-latex.el (org-export-latex-make-header): Add the snippet
10045         argument.
10047         * org-docbook.el (org-export-as-docbook): Implement ordered
10048         lists starting at some offset.
10050 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
10052         * org.el (org-link-types, org-open-at-point): Add doi links.
10054         * org-ascii.el (org-export-ascii-preprocess): Remove list
10055         startcounter cookies.
10057         * org-list.el (org-renumber-ordered-list): Respect counter
10058         start values.
10060         * org-latex.el (org-export-latex-lists): Accept ordered list
10061         item offset cookie.
10063         * org-html.el (org-export-as-html): Accept ordered list
10064         item offset cookie.
10066         * org-indent.el (org-indent-mode): Turn off `indent-tabs-mode'
10067         which messes up alignment of tags.
10069 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
10071         * org-clock.el (org-clock-cancel, org-clock-out): Make sure
10072         the modeline display is removed.
10074         * org-exp.el (org-export-format-drawer-function):
10075         Fix docstring.
10077         * org-agenda.el (org-agenda-refile): New optional argument
10078         NO-UPDATE.
10079         (org-agenda-refile): Call `org-agenda-redo' unless NO-UPDATE
10080         is set.
10081         (org-agenda-bulk-action): Call the refile command with updates
10082         suppressed - but arrange for `org-agenda-redo' to be called at
10083         the end.
10085         * org.el (org-mode): Make table mapping quiet.
10086         (org-table-map-tables): New optional argument QUIETLY.
10088         * org-ascii.el (org-export-ascii-preprocess): Make table
10089         mapping quiet.
10091         * org-html.el (org-export-as-html, org-html-level-start):
10092         Change XHTML IDs to not use dots.
10094         * org-exp.el (org-export-define-heading-targets):
10095         Change XHTML IDs to not use dots.
10097         * org-docbook.el (org-export-docbook-level-start):
10098         Change XHTML IDs to not use dots.
10100         * org-latex.el (org-export-as-latex): Make sure that the
10101         result buffer is in latex-mode.
10103         * org.el (org-shiftup-final-hook, org-shiftdown-final-hook)
10104         (org-shiftleft-final-hook, org-shiftright-final-hook):
10105         New hooks.
10107 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
10109         * org-table.el (org-table-justify-field-maybe): Make sure that
10110         inserting a value does not turn a line into a hline.
10112 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
10114         * org-clock.el (org-clock-sum): New argument HEADLINE-FILTER.
10115         (org-clock-sum): Add property to selected headlines.
10116         (org-dblock-write:clocktable): Make tags matcher.
10118         * org.el (org-set-autofill-regexps): XEmacs compatibility.
10120         * org-latex.el (org-export-latex-set-initial-vars): Allow "-"
10121         in latex class definitions.
10123         * org.el (org-shiftup-hook, org-shiftdown-hook)
10124         (org-shiftleft-hook, org-shiftright-hook): New hooks.
10126         * org-entities.el (org-entities): Use \land and \lor for logical
10127         operators.
10129         * org.el (org-shiftmetaleft, org-shiftmetaright): Call the subtree
10130         indentation commands.
10131         (org-hidden-tree-error): New defsubst.
10132         (org-metaleft, org-metaright): Check for hidden stuff and throw an
10133         error.
10134         (org-check-for-hidden): New function.
10136         * org-list.el (org-item-re): New function.
10137         (org-at-item-p): Use `org-item-re'.
10138         (org-end-of-item-text-before-children): New function.
10139         (org-outdent-item, org-indent-item): Arrange for leaving the
10140         subtree alone.
10141         (org-outdent-item-tree, org-indent-item-tree): New argument
10142         NO-SUBTREE.
10143         (org-indent-item-tree): Use `org-end-of-item-text-before-children'
10144         to find the end for processing while ignoring the subtree.
10146         * org-publish.el (org-publish-sitemap-sort-alphabetically)
10147         (org-publish-sitemap-sort-folders)
10148         (org-publish-sitemap-sort-ignore-case): New options.
10150 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
10152         * org-publish.el (org-publish-compare-directory-files): Fix sorting.
10154         * org-compat.el (org-get-x-clipboard-compat): Use (featurep 'xemacs).
10156         * org-publish.el (org-publish-project-alist): Update docstring.
10157         (org-publish-file-title-cache): New variable.
10158         (org-publish-initialize-files-alist):
10159         Initialize `org-publish-initialize-files-alist' to nil.
10160         (org-publish-sort-directory-files): New function.
10161         (org-publish-projects): Access the new properties.
10162         (org-publish-find-title): Use the file title cache.
10163         (org-publish-find-title): Build the file title cache.
10164         (org-publish-get-base-files-1): Sort files.
10165         (org-publish-aux-preprocess): Do not throw an error when before
10166         the first headline.  Allow an empty target, meaning to link just
10167         to the file.
10168         (org-publish-index-generate-theindex.inc): Check if there is
10169         actually a target and only then add it to the link.
10170         (org-publish-projects): Fix a remaining issue with the last commit.
10172         * org-html.el (org-export-as-html): Treat verse as open/close
10173         paragraph.
10174         (org-export-html-close-lists-maybe): Allow to splice raw HTML into
10175         and out of lists.
10177 2010-07-19  Dan Davison  <davison@stats.ox.ac.uk>
10179         * org-src.el (org-edit-src-code): Allow the org-src edit buffer to
10180         be used in a read-only mode.
10181         (org-edit-src-code): Different message in read-only mode.
10183 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
10185         * org-src.el (org-edit-src-find-region-and-lang): Test for
10186         table.el as late as possible.
10188         * org-colview-xemacs.el: Make sure this file is never loaded into
10189         Emacs.  Remove all tests for XEmacs.
10191         * org-colview.el: Make sure this file is never loaded into XEmacs.
10193         * org-agenda.el (org-highlight, org-unhighlight): Use direct
10194         overlay calls.
10196         * org.el (org-key): Apply the translations defined in
10197         `org-xemacs-key-equivalents'.
10199         * org-mouse.el (org-mode-hook): Use `org-defkey'.
10201         * org-compat.el (org-xemacs-key-equivalents): New constant.
10203 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
10205         * org-inlinetask.el (org-inlinetask-defaut-state): New option.
10206         (org-inlinetask-insert-task): Use `org-inlinetask-defaut-state'.
10207         Obey `org-odd-levels-only'.
10209         * org-compat.el (org-find-overlays): Use overlays-in/at.
10211         * org.el (org-remove-empty-overlays-at)
10212         (org-outline-overlay-data, org-hide-block-toggle)
10213         (org-format-latex, org-context): Use overlays-in/at.
10215         * org-src.el (org-edit-src-exit): Use overlays-in/at.
10217         * org-agenda.el (org-agenda-mark-clocking-task)
10218         (org-agenda-fontify-priorities, org-agenda-dim-blocked-tasks)
10219         (org-agenda-entry-text-hide)
10220         (org-agenda-fix-tags-filter-overlays-at)
10221         (org-agenda-bulk-remove-overlays): Use overlays-in/at.
10223         * org-compat.el (org-overlays-at): Function removed.
10224         (org-overlays-in): Function removed.
10226 2010-07-19  Bastien Guerry  <bzg@altern.org>
10228         * org-clock.el (org-clock-set-current): Just return the headline
10229         itself, strip the TODO keyword, the priority cookie and the tags.
10231 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
10233         * org-compat.el (org-xemacs-without-invisibility): New macro.
10234         (org-xemacs-without-invisibility): New macro.
10235         (org-indent-to-column, org-indent-line-to, org-move-to-column):
10236         Redefine using the macro `org-xemacs-without-invisibility'.
10238         * org.el (org-mode, org-org-menu): Use `add-to-invisibility-spec'.
10240         * org-table.el (orgtbl-mode): Use `add-to-invisibility-spec'.
10242         * org-compat.el (org-make-overlay, org-delete-overlay)
10243         (org-overlay-start, org-overlay-end, org-overlay-put)
10244         (org-overlay-get, org-overlay-move, org-overlay-buffer):
10245         Functions removed.
10246         (org-add-to-invisibility-spec): Function removed.
10248         * org-html.el (org-export-as-html-and-open): Add argument to
10249         kill-buffer.
10251         * org-habit.el (require): `calendar' is now required already by
10252         org.el on top level.
10254         * org-clock.el (require): `calendar' is now required already by
10255         org.el on top level.
10257         * org-agenda.el (require, org-timeline, org-agenda-list)
10258         (org-todo-list, org-agenda-to-appt): `calendar' is now required
10259         already by org.el on top level.
10261         * org.el (org-export-latex-fix-inputenc): Declare function.
10263         * org-agenda.el (org-agenda-goto-calendar): Do not bind obsolete
10264         variables.
10266         * org.el (calendar): Require calendar now on top level in org.el
10267         and define aliases to new variables when needed.
10268         (org-read-date, org-goto-calendar): Do not bind obsolete
10269         variables.
10271         * org-clock.el (org-clock-out, org-clock-cancel): Get rid of
10272         compilation warning, add comment that this cannot be done with
10273         `with-current-buffer'.
10275         * org-wl.el (org-wl-open): Use `with-current-buffer'.
10277         * org.el (overlay, org-remove-empty-overlays-at)
10278         (org-outline-overlay-data, org-set-outline-overlay-data)
10279         (org-show-block-all, org-hide-block-toggle)
10280         (org-highlight-new-match, org-remove-occur-highlights)
10281         (org-tags-overlay, org-fast-tag-selection, org-date-ovl)
10282         (org-read-date, org-read-date-display, org-eval-in-calendar)
10283         (org-format-latex, org-context)
10284         (org-speedbar-restriction-lock-overlay)
10285         (org-speedbar-set-agenda-restriction): Use the normal overlay API.
10287         * org-table.el (org-table-add-rectangle-overlay)
10288         (org-table-remove-rectangle-highlight)
10289         (org-table-overlay-coordinates)
10290         (org-table-toggle-coordinate-overlays): Use the normal overlay
10291         API.
10293         * org-src.el (org-edit-src-code, org-edit-fixed-width-region)
10294         (org-edit-src-exit, org-src-mode-configure-edit-buffer): Use the
10295         normal overlay API.
10297         * org-colview.el (org-columns-new-overlay)
10298         (org-columns-display-here, org-columns-remove-overlays)
10299         (org-columns-edit-value, org-columns-next-allowed-value)
10300         (org-columns-update): Use the normal overlay API.
10302         * org-clock.el (org-clock-out, org-clock-cancel)
10303         (org-clock-put-overlay, org-clock-remove-overlays): Use the normal
10304         overlay API.
10306         * org-agenda.el (org-agenda-mark-filtered-text)
10307         (org-agenda-mark-clocking-task, org-agenda-fontify-priorities)
10308         (org-agenda-dim-blocked-tasks, org-agenda-entry-text-show-here)
10309         (org-agenda-entry-text-hide)
10310         (org-agenda-restriction-lock-overlay)
10311         (org-agenda-set-restriction-lock)
10312         (org-agenda-filter-by-tag-hide-line)
10313         (org-agenda-fix-tags-filter-overlays-at)
10314         (org-agenda-filter-by-tag-show-all, org-hl)
10315         (org-agenda-goto-calendar, org-agenda-bulk-mark)
10316         (org-agenda-bulk-remove-overlays): Use the normal overlay API.
10318         * org-freemind.el (org-freemind-from-org-mode-node)
10319         (org-freemind-from-org-mode)
10320         (org-freemind-from-org-sparse-tree, org-freemind-to-org-mode):
10321         Use interactive-p instead of called-interactively, because this is
10322         backward compatible with older Emacsen I still support..
10324 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
10326         * org-exp.el (org-export-define-heading-targets): Fix bug in
10327         regexp finding ID and CUSTOM_ID properties.
10329 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
10331         * org-footnote.el (org-footnote-goto-previous-reference):
10332         Rename from `org-footnote-goto-next-reference'.
10334         * org.el (org-auto-repeat-maybe): Only record LAST_REPEAT if
10335         org-log-repeat is non-nil, or if there is clocking data in the
10336         entry.
10338         * org-crypt.el (org-encrypt-entry): Improve mapping behavior.
10340 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
10342         * org.el (org-align-all-tags): New command.
10344 2010-07-19  David Maus  <dmaus@ictsoc.de>
10346         * org-wl.el (org-wl-link-remove-filter): New customizable
10347         variable.  If non-nil, filter conditions are stripped when storing
10348         link to message in filter folder.
10349         (org-wl-shimbun-prefer-web-links): New customizable variable.
10350         If non-nil, links to shimbun messages are created as web links to
10351         message source.
10352         (org-wl-nntp-prefer-web-links): New customizable variable.
10353         If non-nil, links to nntp message are created as web links to gmane
10354         or googlegroups.
10355         (org-wl-namazu-default-index): New customizable variable.
10356         Directory of namazu search index that should be used as default
10357         when opening a link in a search folder.
10358         (org-wl-folder-types): New constant.  Wanderlust folder type
10359         indicators.
10360         (org-wl-folder-type): New function.  Return type of Wanderlust
10361         folder.
10362         (org-wl-store-link): Create web links for shimbun or nntp messages
10363         and strip filter conditions depending on customizable variables.
10364         (org-wl-open): Open namazu search folder for message when called
10365         with prefix.
10367 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
10369         * org.el (org-remove-if, org-remove-if-not): New functions.
10370         (org-open-file): Use internal remove-if functions.
10372 2010-07-19  Jan Böcker  <jan.boecker@jboecker.de>
10374         * org.el (org-file-apps-entry-match-against-dlink-p): New function.
10375         (org-file-apps-ex): Remove variable.
10376         (org-open-file): Integrate org-file-apps-ex functionality back
10377         into org-file-apps, and decide whether to match a regexp against
10378         the link or the filename using org-file-apps-entry-uses-grouping-p.
10380 2010-07-19  Jan Böcker  <jan.boecker@jboecker.de>
10382         * org.el (org-file-apps-ex): New variable.
10383         (org-open-file): Before considering org-file-apps, first match the
10384         regexps from org-file-apps-ex against the whole link.
10385         See docstring of org-file-apps-ex.
10387 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
10389         * org.el (org-export-latex-default-packages-alist):
10390         Remove microtype package.
10391         (org-todo-repeat-to-state): New variable.
10392         (org-auto-repeat-maybe): Allow user-selected target states.
10393         (org-default-properties): Add the new property REPEAT_TO_STATE.
10395 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
10397         * org-mobile.el (org-mobile-check-setup): Make sure that there is
10398         a binary to compute checksums.
10400 2010-06-26  Carsten Dominik  <carsten.dominik@gmail.com>
10402         * org-agenda.el (org-agenda-goto-calendar): Do not bind obsolete
10403         variables.
10405         * org.el (calendar): Require calendar now on top level in org.el
10406         and define aliases to new variables when needed.
10407         (org-read-date, org-goto-calendar): Do not bind obsolete
10408         variables.
10410 2010-06-22  Glenn Morris  <rgm@gnu.org>
10412         * org-entities.el: Add explicit utf-8 coding cookie to file with
10413         utf-8 characters.
10415 2010-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
10417         * org.el (org-file-complete-link): Avoid (expand-file-name ".").
10419 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
10421         * Version 23.2 released.
10423 2010-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10425         * org-table.el (orgtbl-setup):
10426         * org-agenda.el (org-agenda-entry-text-mode): Simplify.
10428 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10430         * org-table.el (orgtbl-mode): Use define-minor-mode.
10432 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
10434         * org.el (org-insert-link): Find the link buffer on visible frames.
10435         (org-export-latex-default-packages-alist): Hyperref must be loaded
10436         late.
10437         (org-open-file): More care with the new matching for file links.
10439 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
10441         * org-latex.el (org-export-latex-preprocess): Do not yet protect
10442         defined entities - these will be taken care of later.
10443         (org-export-latex-special-chars): Post-process entity replacement.
10444         (org-export-latex-fontify-headline): Do not yet protect defined
10445         entities - these will be taken care of later.
10446         (org-export-latex-tables, org-export-latex-links): Format the
10447         caption properly.
10449         * org-entities.el (org-entities-user): Fix typo.
10451         * org.el (org-prepare-agenda-buffers): Uniquify TODO keywords.
10453         * org-entities.el (org-entities-user): Improve docstring.
10455 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
10457         * org-entities.el (org-macs): Require org-macs, to be sure that we
10458         have `declare-function' defined.
10460 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
10462         * org-latex.el (org-export-latex-classes): Update docstring.
10464         * org.el (org-format-latex-header): Add cookies to the header.
10465         (org-splice-latex-header): Implement placement according to cookies.
10467 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
10469         * org-publish.el (org-publish-aux-preprocess): Control case
10470         sensitivity.
10472 2010-04-10  Bastien Guerry  <bzg@altern.org>
10474         * org.el (org-splice-latex-header): Fix typo.
10476 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
10478         * org-latex.el (org-export-latex-make-header):
10479         Use `org-splice-latex-header' to build the header.
10480         (org-export-latex-classes): Update docstring.
10482         * org.el (org-splice-latex-header): New function.
10483         (org-create-formula-image): Use `org-splice-latex-header' to build
10484         the header.
10486         * org-gnus.el (org-gnus-follow-link): Handle nndoc backend.
10488 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
10490         * org.el (org-export-latex-packages-alist)
10491         (org-export-latex-default-packages-alist): Fix docstring to
10492         reflect the expected structure.
10494         * org-docbook.el (org-docbook-do-expand): Fix bug with variable names.
10495         (org-export-docbook-finalize-table): Make use of label for tables.
10497 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
10499         * org-attach.el (org-attach-commit): Split on newlines.
10501         * org.el (org-export-latex-default-packages-alist): Use list
10502         instead of cons for the entries.
10504 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
10506         * org-entities.el (org-entity-get-representation): Catch the case
10507         that there is not entry in the list.
10509         * org-mobile.el (org-mobile-use-encryption)
10510         (org-mobile-encryption-tempfile, org-mobile-encryption-password):
10511         New options.
10512         (org-mobile-check-setup): CHeck the encryption setup.
10513         (org-mobile-copy-agenda-files, org-mobile-sumo-agenda-command)
10514         (org-mobile-create-sumo-agenda): Use encryption code.
10515         (org-mobile-encrypt-and-move): New function.
10516         (org-mobile-encrypt-file, org-mobile-decrypt-file):
10517         New functions.
10518         (org-mobile-move-capture): Decrypt the capture file.
10520         * org.el (org-entities): Require the new file.
10521         (org-export-latex-default-packages-alist): New variable.
10522         (org-complete): Use new entity code for completion.
10523         (org-create-formula-image): Use the new packages variable.
10525         * org-latex.el (org-export-latex-classes): Remove the standard
10526         packages from the class headers.
10527         (org-export-latex-make-header): Use the new package variable.
10528         (org-export-latex-special-chars): Better regexp for entities, to
10529         support entity name that contain numbers.
10530         (org-export-latex-treat-backslash-char): Use the new entity code.
10532         * org-html.el (org-html-do-expand): Use the new entity code.
10534         * org-exp.el (org-export): Add the new export commands.
10535         (org-html-entities): Constant removed.
10536         (org-export-visible): Add the new export commands.
10538         * org-docbook.el (org-docbook-do-expand): Use new entity code.
10540         * org-ascii.el (org-export-ascii-entities): New variable.
10541         (org-export-as-latin1, org-export-as-latin1-to-buffer)
10542         (org-export-as-utf8, org-export-as-utf8-to-buffer): New commands.
10543         (org-export-as-encoding): New function.
10544         (org-export-ascii-preprocess): Call `org-ascii-replace-entities'.
10545         (org-ascii-replace-entities): New function.
10547 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
10548             Ulf Stegemann  <ulf@zeitform.de>
10550         * org-entities.el: New file.
10552 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
10554         * org-html.el (org-html-level-start): Catch the case that target
10555         might be nil.
10557 2010-04-10  Dan Davison  <davison@stats.ox.ac.uk>
10559         * org.el (org-appearance): Change Customize group variable name
10560         from org-font-lock to org-appearance, and change tag from "Org
10561         Font Lock" to "Org Appearance".
10562         (org-odd-levels-only): Change Customize group variable name.
10563         (org-level-color-stars-only): Change Customize group variable name.
10564         (org-hide-leading-stars): Change Customize group variable name.
10565         (org-hidden-keywords): Change Customize group variable name.
10566         (org-fontify-done-headline): Change Customize group variable name.
10567         (org-fontify-emphasized-text): Change Customize group variable name.
10568         (org-fontify-whole-heading-line): Change Customize group variable name.
10569         (org-highlight-latex-fragments-and-specials): Change Customize
10570         group variable name.
10571         (org-hide-emphasis-markers): Change Customize group variable name.
10572         (org-emphasis-alist): Change Customize group variable name.
10573         (org-emphasis-regexp-components): Change Customize group variable
10574         name.
10575         (org-modules): Remove mention of org-R.
10577         * org-faces.el (org-faces): Change Customize group variable name.
10579 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
10581         * org-agenda.el (org-diary-last-run-time): New variable.
10582         (org-diary): Prepare agenda buffers only if last call was some
10583         time ago.
10585         * org-html.el (org-export-html-preprocess): Replace \ref macros
10586         with a link.
10587         (org-format-org-table-html): Add the label as an anchor.
10589         * org-docbook.el (org-export-docbook-format-image): Do some
10590         formatting on captions.
10592         * org-latex.el (org-export-latex-tables, org-export-latex-links):
10593         Do some formatting on captions.
10595         * org-html.el (org-export-html-format-image)
10596         (org-format-org-table-html): Do some formatting on captions.
10598 2010-04-10  Dan Davison  <davison@stats.ox.ac.uk>
10600         * org.el (org-hidden-keywords): New customizable variable.  This is
10601         a list of symbols specifying which of the special keywords #+DATE,
10602         #+AUTHOR, #+EMAIL and #+TITLE should be hidden by font lock.
10603         (org-fontify-meta-lines-and-blocks): Changes to font-lock code
10604         implementing new faces and hiding behavior.
10606         * org-faces.el (org-document-title): New face for #+TITLE lines.
10607         (org-document-info): New face for #+DATE, #+AUTHOR, #+EMAIL lines.
10608         (org-document-info-keyword): New face for #+DATE, #+AUTHOR, #+EMAIL
10609         keywords.
10611 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
10613         * org-publish.el (org-publish-sanitize-plist): New function to
10614         rename "index" properties to "sitemap".  Do this renaming
10615         globally.
10616         (org-publish-with-aux-preprocess-maybe): New macro.
10617         (org-publish-org-to-pdf, org-publish-org-to-html): Use the new
10618         macro.
10619         (org-publish-aux-preprocess)
10620         (org-publish-index-generate-theindex.inc): New function.
10622 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
10624         * org-table.el (org-table-align): Interpret <N> at fixed width,
10625         not as maximum width.
10627 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
10629         * org-exp.el (org-export-author-info, org-export-email-info):
10630         Fix docstrings.
10632         * org-beamer.el (org-beamer-select-environment): Rename from
10633         `org-beamer-set-environment-tag'.  Improve docstring.
10635         * org-freemind.el (org-freemind-write-mm-buffer): Fix another
10636         problem with odd levels.
10638         * org-ascii.el (org-export-as-ascii): Export email only if the
10639         author wants it.
10641         * org-docbook.el (org-export-as-docbook): Export email only if the
10642         author wants it.
10644         * org-html.el (org-export-as-html): Export email only if the
10645         author wants it.
10647         * org-exp.el (org-export-email-info): New option.
10648         (org-export-plist-vars): Add entry for `org-export-email'.
10650 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
10652         * org-table.el (org-table-goto-line): Fix typo.
10654 2010-04-10  Mikael Fornius  <mfo@abc.se>
10656         * org.el (org-agenda-files): Typo.
10657         (org-read-agenda-file-list): Add optional argument to help
10658         `org-store-new-agenda-file-list' to remember un-expanded file
10659         names.  Expand file names relative to `org-directory'.
10660         (org-store-new-agenda-file-list): Keep un-expanded file names when
10661         saving, if available.
10662         (org-agenda-files): Update documentation.
10664 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
10666         * org-ascii.el (org-export-as-ascii): Catch the case of exporting
10667         a buffer with no file name attached.
10669         * org.el (org-log-refile): New option.
10670         (org-log-note-headings): Add a heading for refiling.
10671         (org-startup-options): Add keywords for logging of the refile
10672         action.
10673         (org-refile): Add logging action.
10674         (org-add-log-note): Allow for refiling action.
10676         * org-agenda.el (org-agenda-bulk-action): Make sure
10677         `org-log-refile' is not `note' during a bulk action.
10679 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
10681         * org.el (org-map-dblocks): Use save-excursion to remember the
10682         position.
10684         * org-attach.el (org-attach-commit): Remove dependence on xargs.
10685         (org-attach-delete-one): Commit after deleting a file.
10687         * org-latex.el (org-export-latex-fontify): Do not mistake table.el
10688         borders for strike-through emphasis.
10690         * org-freemind.el (org-freemind-write-mm-buffer): Simplify the
10691         handling of odd levels.
10693         * org-agenda.el (org-agenda-todo-ignore-deadlines): Document `past'
10694         and `future' values.
10695         (org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item):
10696         Handle `past' and `future' values.
10698         * org.el (org-read-agenda-file-list): Interpret file names
10699         relative to org-directory and allow environment variables and
10700         "~".
10702         * org-latex.el (org-export-latex-special-chars): Allow a
10703         parenthesis before an exponent or subscript.
10705 2010-04-10  Dan Davison  <davison@stats.ox.ac.uk>
10707         * org-src.el (org-edit-src-exit): When returning from code edit
10708         buffer, if code block is hidden, leave point at start of
10709         #+begin_src line.
10711 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
10713         * org.el (org-insert-heading): Do not remove all spaces if the
10714         headline is empty.
10716         * org-indent.el (org-indent): Fix group name.
10718 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
10720         * org-table.el (org-table-goto-column): Fix forcing a non-existing
10721         column.
10722         (org-table-get, org-table-put, org-table-goto-line)
10723         (org-table-current-line): New functions.
10725 2010-04-10  Jan Böcker  <jan.boecker@jboecker.de>
10727         * org.el (org-open-file): Allow regular expressions in
10728         org-file-apps to capture link parameters using groups.  In a
10729         command string to be executed, the parameters can be referenced
10730         using %1, %2, etc.  Lisp forms can access them using
10731         (match-string n link).
10732         (org-apps-regexp-alist): Adopt the created regexp, as this is now
10733         matched against a file: link instead of the file name.
10735 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
10737         * org-crypt.el (org-reveal-start-hook): Add a decryption function
10738         to this hook.
10739         (org-decrypt-entries, org-encrypt-entries, org-decrypt-entry):
10740         Add docstrings.
10742         * org.el (org-point-at-end-of-empty-headline)
10743         (org-level-increment, org-get-previous-line-level): New function.
10744         (org-cycle-level): Rewritten to be independent of when this
10745         function is called.
10746         (org-in-regexps-block-p): New function.
10747         (org-reveal-start-hook): New hook.
10748         (org-reveal): Run new hook.
10750 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
10752         * org-latex.el (org-export-latex-keywords): Start a new paragraph
10753         after time keywords, do not add "\newline".
10755         * org-html.el (org-export-as-html): Avoid double # in href.
10757         * org.el (org-refile-get-location): Catch an invalid target
10758         specification.
10760 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
10762         * org-agenda.el (org-agenda-add-entry-to-org-agenda-diary-file):
10763         Make sure the behavior regarding to extracting time is
10764         consistent.
10766 2010-04-10  Stephen Eglen  <stephen@gnu.org>
10768         * org-agenda.el (org-agenda-insert-diary-extract-time):
10769         New variable.
10770         (org-agenda-add-entry-to-org-agenda-diary-file): Use this new
10771         variable rather than `org-agenda-search-headline-for-time'.
10773 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
10775         * org-list.el (org-fix-bullet-type): Improve cursor positioning.
10777 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
10779         * org.el (org-adaptive-fill-regexp-backup): New variable.
10780         (org-set-autofill-regexps): Store a backup of
10781         `adaptive-fill-regexp'.
10782         (org-adaptive-fill-function): Fix filling of comments and ordered
10783         lists.  If there is no other match, till try adaptive fill.
10785 2010-04-10  John Wiegley  <jwiegley@gmail.com>
10787         * org-agenda.el (org-agenda-include-deadlines): Add new
10788         customization variable to determine whether unscheduled tasks
10789         should appear in the agenda solely because of their deadline.
10790         Default to true, which was the previous behavior (it just wasn't
10791         configurable).
10792         (org-agenda-mode-map, org-agenda-view-mode-dispatch): Bind ! in
10793         the agenda to show/hide deadline tasks.
10794         (org-agenda-menu): Add menu option for show/hide deadlines.
10795         (org-agenda-list): Make the agenda list sensitive to the value of
10796         `org-agenda-include-deadlines'.
10797         (org-agenda-toggle-deadlines): New function to toggle the value of
10798         `org-agenda-include-deadlines' and repaint the modeline
10799         indicators.
10800         (org-agenda-set-mode-name): Show "Deadlines" in the agenda
10801         modeline if deadline tasks are being displayed.
10803 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
10805         * org-table.el (org-table-eval-formula): Replace $# and @# by
10806         current column and row number.
10808 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
10810         * org.el (org-set-property, org-delete-property): Go back to
10811         prompting for the property.
10813         * org-latex.el (org-export-latex-make-header): Fully process
10814         author line.
10815         (org-export-latex-fontify-headline): Allow several arguments, not
10816         just one.
10817         (org-export-latex-fix-inputenc): Catch the error when
10818         `latexenc-coding-system-to-inputenc' is not defined.
10820         * org-agenda.el (org-agenda-skip-if-todo): New function.
10821         (org-agenda-skip-if): Add conditions for TODO keywords.
10822         (org-agenda-skip-if): Document the new todo conditions.
10824 2010-04-10  Mikael Fornius  <mfo@abc.se>
10826         * org.el (org-at-property-p): Check if we are inside a property
10827         drawer not just any drawer.
10828         (org-set-property, org-delete-property): When cursor is on a
10829         property key value pair do not prompt for property name instead
10830         use name at cursor.
10831         (org-ctrl-c-ctrl-c): Still do org-property-action when cursor is
10832         on the first line of a property drawer.
10833         (org-property-end-re): Spell check.
10835 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
10837         * org-exp.el (org-export-attach-captions-and-attributes): Add the
10838         properties to the entire table, in case the first line is
10839         removed.
10841         * org-archive.el (org-archive-reversed-order): New option.
10842         (org-archive-subtree, org-archive-to-archive-sibling): Use the new
10843         option `org-archive-reversed-order'.
10845 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
10847         * org-agenda.el (org-agenda-entry-types): New variable.
10848         (org-agenda-list): Use `org-agenda-entry-types'.
10849         (org-agenda-custom-commands-local-options): Support for setting
10850         `org-agenda-entry-types' as an option.
10851         (org-diary): Shift some documentation from here to the variable
10852         `org-agenda-entry-types'.
10854 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
10856         * org-latex.el (org-export-latex-make-header): Apply macros in
10857         author field.
10859         * org-clock.el (org-clocking-buffer, org-clocking-p): New function.
10860         (org-clock-select-task, org-clock-notify-once-if-expired)
10861         (org-clock-in, org-clock-out, org-clock-cancel, org-clock-goto)
10862         (org-clock-out-if-current, org-clock-save): Use the new functions.
10864 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
10866         * org-docbook.el (org-export-as-docbook): Remove unnecessary
10867         newline.
10868         (org-export-as-docbook): Remove unnecessary newline.
10869         (org-export-as-docbook): Fix problem with double footnote
10870         reference in one place.
10872         * org-exp.el (org-export-format-source-code-or-example):
10873         Remove unnecessary newline.
10875         * org.el (org-deadline, org-schedule): Allow rescheduling entries
10876         with repeaters.
10878         * org-table.el (org-table-convert-refs-to-rc): Better way to catch
10879         function calls that look like references.
10881         * org.el (org-open-at-point): Get link abbreviations from
10882         reference buffer.
10884 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
10886         * org-table.el (org-table-convert-refs-to-rc): Do not read arctan2
10887         as a reference.
10889 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
10891         * org.el (org-link-unescape): Solve issue with lower-case escapes.
10893 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
10895         * org-latex.el (org-export-latex-classes):
10896         Add \usepackage{latexsym} to all classes.
10898 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
10900         * org-html.el (org-export-as-html): Do not allow protected lines
10901         into the table of contents.
10903         * org-latex.el (org-export-latex-special-chars): Find subsequent
10904         occurrences of special characters.
10905         (org-export-latex-tables): Do not convert table-like stuff that is
10906         protected.
10908 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
10910         * org-list.el (org-toggle-checkbox): No errors when updating
10911         checkbox count fails because there is no heading.
10913 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
10915         * org-clock.el (org-clock-report-include-clocking-task):
10916         New option.
10917         (org-clock-sum): Add the current clocking task.
10919 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
10921         * org.el (org-cycle): Print a message when in a table.el table.
10922         (org-edit-special): Recognize the table.el context.
10923         (org-ctrl-c-ctrl-c): Print a message when in a table.el table.
10925         * org-src.el (org-at-table.el-p): Declare.
10926         (org-edit-src-code): Handle a special case for table.el editing.
10927         (org-edit-src-find-region-and-lang): Recognize the table.el
10928         context.
10930         * org-latex.el (org-export-latex-tables): Convert table.el
10931         tables.
10932         (org-export-latex-convert-table.el-table): New function.
10934         * org-html.el (org-html-expand): Fix table.el export.
10936         * org-latex.el (org-export-latex-preprocess): Protect footnotes in
10937         headings.
10939         * org-id.el (org-id-find-id-file): Fix bug when there is no hash
10940         table for the id locations.
10942         * org.el (org-read-date-analyze): Match American-style dates, like
10943         5/30 or 5/13/7.  Make sure cal-iso.el is loaded.  Don't force he
10944         current year when reading ISO and American dates.
10946 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
10948         * org.el (org-face-from-face-or-color): New function.
10949         (org-get-todo-face, org-font-lock-add-priority-faces)
10950         (org-get-tag-face): Use `org-face-from-face-or-color'.
10952         * org-faces.el (org-todo-keyword-faces, org-priority-faces):
10953         Allow simple colors as values.
10954         (org-faces-easy-properties): New option.
10956         * org-agenda.el (org-agenda-set-mode-name): Show if the agenda is
10957         restricted, as an agenda mode.
10958         (org-agenda-fontify-priorities): Allow simple colors as values.
10960 2010-04-10  Bastien Guerry  <bzg@altern.org>
10962         * org-timer.el (org-timer-current-timer): Rename from
10963         `org-timer-last-timer'.
10964         (org-timer-timer1, org-timer-timer2, org-timer-timer3): Remove.
10965         (org-timer-cancel-timer, org-timer-show-remaining-time)
10966         (org-timer-set-timer): Update to use only one timer.
10968         * org.el (org-set-property): Remove useless space in the prompt.
10970 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
10972         * org-html.el (org-export-html-style-default): Add a default style
10973         for textareas.
10975         * org-exp.el (org-export-format-source-code-or-example):
10976         Fix textarea tag.
10978 2010-04-10  Bastien Guerry  <bzg@altern.org>
10980         * org-clock.el (org-clock-current-task): New variable to store
10981         last clocked in task.
10982         (org-clock-set-current, org-clock-delete-current): New functions.
10984 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
10986         * org-remember.el (org-remember-apply-template): Extend comment.
10987         (org-remember-handler): Implement clock sibling filing.
10989 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
10991         * org-publish.el (org-publish-all, org-publish-current-file)
10992         (org-publish-current-project): When called with prefix argument
10993         FORCE, also rebuild the validation file list.
10995         * org-latex.el (org-export-latex-preprocess): Protect footnotes in
10996         section headings.
10998 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
11000         * org-html.el (org-export-as-html-and-open): Kill product buffer
11001         if the user wants that.
11003         * org-latex.el (org-export-as-pdf-and-open): Kill product buffer
11004         if the user wants that.
11006         * org-exp.el (org-export-kill-product-buffer-when-displayed):
11007         New option.
11009         * org-agenda.el (org-batch-agenda-csv): Use the time property
11010         instead of the `time-of-day' property.
11012 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
11014         * org-timer.el (org-timer-start-hook, org-timer-stop-hook)
11015         (org-timer-pause-hook, org-timer-set-hook)
11016         (org-timer-cancel-hook): New hooks.
11017         (org-timer-start): Run `org-timer-start-hook'.
11018         (org-timer-pause-or-continue): Run `org-timer-pause-hook'.
11019         (org-timer-stop): Run `org-timer-stop-hook'.
11020         (org-timer-cancel-timers): Run `org-timer-cancel-hook'.
11022 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
11024         * org.el (org-reveal): Double prefix arg shows the subtree of the
11025         parent.
11027 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
11029         * org-agenda.el (org-search-view): Fix bug with searching full
11030         words in headlines in search view.
11031         (org-agenda-skip-deadline-prewarning-if-scheduled): New option.
11032         (org-agenda-get-deadlines): Suppress pre-warning if the entry is
11033         scheduled (if the user configures it so.
11035 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
11037         * org.el (org-hide-archived-subtrees): Don't jump to end of
11038         subtree if the match was not in a headline.
11039         (org-inside-latex-macro-p): Allow more complex arguments.
11040         (org-emphasize): Protect against use at end of buffer.
11042 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
11044         * org-agenda.el (org-agenda-align-tags): Avoid side effects on
11045         text properties.
11047 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
11049         * org-agenda.el (org-agenda-todo-ignore-scheduled): More allowed
11050         values.
11051         (org-agenda-todo-ignore-scheduled)
11052         (org-agenda-todo-ignore-deadlines): More control with different
11053         allowed values.
11054         (org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item):
11055         Honor the new option settings.
11057 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
11059         * org.el (org-get-location): Make sure the selection buffer is
11060         shown in the current frame.
11062         * org-ascii.el (org-export-ascii-table-widen-columns):
11063         New option.
11064         (org-export-ascii-preprocess): Realign tables to remove narrowing
11065         if `org-export-ascii-table-widen-columns' is set.
11067         * org-table.el (org-table-do-narrow): New variable.
11068         (org-table-align): Narrow only if `org-table-do-narrow' is t.
11070         * org.el (org-deadline, org-schedule): Allow updating if the
11071         relevant time stamp does not have a repeater, i.e. do not require
11072         that no time stamp has a repeater.
11074         * org-agenda.el (org-agenda-align-tags): Don't add a face to the
11075         new white space before the tags.
11077         * org-latex.el (org-export-as-latex): Do nit require the buffer to
11078         be visiting a file when only exporting to a buffer or string.
11079         (org-export-latex-fix-inputenc): Only save the buffer is there is
11080         a file name attached to it.
11082 2010-04-10  Dan Davison  <davison@stats.ox.ac.uk>
11084         * org-src.el (org-edit-src-exit): Widen before exiting edit buffers.
11086 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
11088         * org.el (org-fontify-meta-lines-and-blocks):
11089         Honor `org-fontify-quote-and-verse-blocks'.
11091         * org-faces.el (org-fontify-quote-and-verse-blocks): New option.
11093 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
11095         * org.el (org-open-at-point): Also check for text property
11096         org-linked-text before offering collected links.
11098 2010-04-10  Stephen Eglen  <stephen@gnu.org>
11100         * org-agenda.el (org-agenda-add-entry-to-org-agenda-diary-file):
11101         Optionally extract time specification from text and add to the
11102         timestamp.
11104 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
11106         * org-exp.el (org-html-entities): Fix typo.
11108         * org-latex.el (org-export-latex-make-header): Use \providecommand
11109         to make sure the \alert macro is defined.
11111         * org.el (org-format-latex-signal-error)
11112         (org-create-formula-image): Use `org-format-latex-signal-error'.
11114 2010-04-10  Stephen Eglen  <stephen@gnu.org>
11116         * org.el (org-store-link): For dired buffers, use
11117         default-directory as link name if dired-get-filename returns
11118         nil.
11120 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
11122         * org-exp.el (org-export-concatenate-multiline-links): The for
11123         protectedness at beginning of match.
11125         * org-latex.el (org-export-latex-fix-inputenc): Never leave the
11126         AUTO as a coding system, instead default to utf8.
11128 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
11130         * org.el (org-block-todo-from-children-or-siblings-or-parent)
11131         (org-block-todo-from-checkboxes): Respect the local variable
11132         value when deciding if blocking should be active.
11134         * org-latex.el (org-export-latex-make-header): Define the align
11135         macro if it is not yet defined.
11137         * org-agenda.el (org-agenda-insert-diary-make-new-entry):
11138         Call `org-insert-heading' with the INVISIBLE-OK argument.
11140         * org-mac-message.el (org-mac-message-insert-flagged):
11141         Call `org-insert-heading' with the INVISIBLE-OK argument.
11143         * org.el (org-insert-heading): New argument INVISIBLE-OK.
11145         * org-agenda.el (org-agenda-view-mode-dispatch): Improve the
11146         prompt message.
11148         * org-html.el (org-html-level-start): Use the
11149         `html-container-class' text property to set an additional class
11150         for an outline container.
11152         * org-exp.el (org-export-remember-html-container-classes):
11153         New function.
11154         (org-export-preprocess-string):
11155         Call `org-export-remember-html-container-classes'.
11157         * org.el (org-cycle): Mention level cycling in the docstring.
11158         (org-default-properties): Add new property HTML_CONTAINER_CLASS.
11160         * org-remember.el (org-remember-apply-template): Do file insertion
11161         first.
11163 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
11165         * org-habit.el (org-habit-insert-consistency-graphs): Fix a
11166         problem with mis-aligned graphs when showing habits.
11168 2010-04-10  Mikael Fornius  <mfo@abc.se>
11170         * org.el (org-assign-fast-keys): Prefer keys used in keyword name
11171         when assigning.  Begin using numerical characters when all in name
11172         is used up.  This is to spare alphanumeric characters for better
11173         match with other keywords.
11175 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
11177         * org-exp.el (org-export-preprocess-hook): Improve documentation.
11179         * org-latex.el (org-export-latex-preprocess): More consistent
11180         conversion and protection of the words LaTeX and TeX.
11181         (org-export-latex-fontify-headline, org-export-latex-preprocess):
11182         Allow angle brackets in commands, for beamer.
11184 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
11186         * org-clock.el (org-clock-in): Improve the look of the clock line
11187         by formatting links.
11189 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
11191         * org-latex.el (org-export-latex-classes): Use AUTO as the place
11192         holder string for the coding system.  And improve the
11193         documentation.
11194         (org-export-latex-fix-inputenc): Only modify the coding system if
11195         it is given by the placeholder AUTO.
11197 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
11199         * org-clock.el (org-task-overrun-text): New option.
11200         (org-task-overrun, org-clock-update-period): New variables.
11201         (org-clock-get-clock-string, org-clock-update-mode-line):
11202         Mark overrun clock.
11203         (org-clock-notify-once-if-expired): Check if clock is overrun.
11205         * org-faces.el: New face `org-mode-line-clock-overrun'.
11207 2010-04-10  Jan Böcker  <jan.boecker@jboecker.de>
11209         * org.el (org-narrow-to-subtree): Position the end of the narrowed
11210         region before the line with the next heading, to prevent the user
11211         from prepending text to the next headline.
11213 2010-04-10  Stephen Eglen  <stephen@gnu.org>
11215         * org-agenda.el (org-get-time-of-day):
11216         Use org-agenda-time-leading-zero to allow leading zero (rather than
11217         space) for times.
11219 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
11221         * org-agenda.el (org-agenda-diary-entry-in-org-file): Make sure
11222         org-datetree.el is loaded.
11224         * org-datetree.el: Autoload `org-datetree-find-day-create'.
11226         * org-latex.el (org-export-latex-hyperref-format): New option.
11227         (org-export-latex-links): Use `org-export-latex-hyperref-format'.
11229 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
11231         * org-ctags.el (org-ctags-enable): Change order of functions.
11232         (org-ctags-create-tags): Add wildcard to file name expansion.
11234 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
11236         * org.el (org-entry-properties): Fix some important bugs.
11238 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
11240         * org.el (org-link-unescape, org-link-escape): Only use hexlify if
11241         the table is not explicitly given.
11243 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
11245         * org-clock.el (org-clock-out-when-done): Allow a list of keywords
11246         as value.
11247         (org-clock-out-if-current): Work with the new list value of
11248         `org-clock-out-when-done'.
11249         (org-clock-out, org-clock-out-if-current): Avoid circular logic
11250         between clocking out and state changes.
11252         * org-ctags.el (org-ctags-path-to-ctags): Better system-type test.
11254         * org-latex.el (org-export-latex-treat-backslash-char): Do not by
11255         accident protect a character that is before a backslash.
11257 2010-04-10  Paul Sexton  <eeeickythump@gmail.com>
11259         * org-ctags.el: New file.
11261 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
11263         * org-agenda.el (org-diary-class):
11264         Use `org-order-calendar-date-args'.
11266         * org.el (org-order-calendar-date-args): New function.
11268         * org-exp.el (org-export-target-internal-links): Check for
11269         protectedness after the first bracket.
11271         * org.el (org-entry-properties): Don't match wrong-case TODO
11272         keywords.
11274         * org-agenda.el (org-agenda-schedule, org-agenda-deadline):
11275         Document that ARG is passed through to remove the date.
11276         (org-agenda-bulk-action): Accept prefix arg and pass it on.
11277         Do not read a date when the user has given a `C-u' prefix.
11279 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
11281         * org-agenda.el (org-agenda-fix-displayed-tags): Fix bug when all
11282         tags are hidden.
11284 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
11286         * org-latex.el (org-export-latex-fix-inputenc): New function.
11287         (org-export-latex-inputenc-alist): New option.
11289         * org-exp.el (org-export): New key SPC to publish enclosing
11290         subtree.
11292 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
11294         * org-indent.el (org-indent-add-properties): Catch case when there
11295         is no headline in the buffer.
11297 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
11299         * org-exp.el (org-html-entities): Add checkmark symbol.
11301         * org-ascii.el (org-export-ascii-preprocess): Protect targets in
11302         verbatim code for ASCII export.
11304         * org.el (org-update-statistics-cookies): Also see checkboxes in
11305         ordered lists.
11307 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
11309         * org-agenda.el (org-agenda-view-mode-dispatch): Define the `L'
11310         key.
11312         * org-beamer.el (org-beamer-amend-header): Change the location
11313         where `org-beamer-header-extra' is inserted.
11315         * org.el (org-compute-latex-and-specials-regexp): Don't do BIND
11316         just for computing this regexp.
11318 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
11320         * org-beamer.el (org-beamer-frame-default-options): New option.
11321         (org-beamer-sectioning): Use default options if the user does not
11322         have defined any.
11323         (org-beamer-fix-toc): Put a frame around the table of contents.
11325         * org-exp.el (org-export-remove-comment-blocks-and-subtrees):
11326         Make sure case-folding works well when processing comment stuff.
11328         * org-latex.el (org-export-latex-after-save-hook): New hook.
11329         (org-export-as-latex): Run the new hook.
11331 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
11333         * org-beamer.el (org-beamer-environments-default): Add the note
11334         environments.
11335         (org-beamer-after-initial-vars): Allow several BEAMER_HEADER_EXTRA
11336         lines and collect and combine the content.
11337         (org-beamer-after-initial-vars): Check for note tags and make sure
11338         they will be seen like a property.
11340         * org.el (org-offer-links-in-entry): Fix bug when there is a
11341         single link.
11343         * org-exp.el (org-export): Make sure the mark is activated, also
11344         when `transient-mark-mode' is off.
11346         * org-agenda.el (org-agenda-search-view-always-boolean): New option.
11347         (org-agenda-search-view-search-words-only): Obsolete variable, is
11348         now an alias for `org-agenda-search-view-always-boolean'.
11349         (org-agenda-search-view-force-full-words): New option.
11350         (org-search-view): Improve docstring, and implement a better logic
11351         for Boolean and phrase searches.
11352         (org-agenda-last-search-view-search-was-boolean): New variable.
11353         (org-agenda-manipulate-query): Consider the type of the last
11354         search when modifying the search string.
11356 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
11358         * org-latex.el (org-export-as-latex): Do the first letbind in the
11359         right moment.
11361         * org-agenda.el (org-get-entries-from-diary): Add the new face to
11362         these entries.
11364         * org-faces.el (org-agenda-diary): New face.
11366         * org.el (org-make-link-regexps): Allow regexp-special characters
11367         in link types.
11368         (org-open-file): When in-emacs is `system', also force system
11369         opening, like when the value was `(16)'.
11370         (org-update-statistics-cookies): Handle entries without children.
11372         * org-exp.el
11373         (org-export-preprocess-before-normalizing-links-hook): New hook.
11374         (org-export-preprocess-string): Run the new hook.
11376         * org.el (org-offer-links-in-entry): Make RET open all links.
11378         * org-html.el (org-export-as-html): Remove any leftover display
11379         properties in the html file.
11381         * org-wl.el (org-wl-store-link): Work-around for format bug with
11382         text properties.
11384         * org-habit.el (org-habit-insert-consistency-graphs): Turn off
11385         invisibility while adding the graphs.
11387 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
11389         * org-remember.el (org-select-remember-template): Use C letter to
11390         customize remember templates.
11392         * org-agenda.el (org-agenda-bulk-mark, org-agenda-bulk-unmark):
11393         Move cursor to next visible line.
11395 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
11397         * org-beamer.el (org-beamer-sectioning): Leave columns environment
11398         by specifying 0 or 1 for column width.
11399         (org-beamer-column-widths): Make 0 stand for 0.0.
11401 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
11403         * org-exp.el (org-export-mark-radio-links): Don't match inside
11404         <<target>>.
11406         * org.el (org-format-latex-header-extra): New variable.
11407         (org-format-latex): Set org-format-latex-header-extra from
11408         in-buffer stuff.
11409         (org-format-latex): Add org-format-latex-header-extra to the
11410         variables on which image creation depends.
11411         (org-create-formula-image): Add the header stuff from in-buffer
11412         settings.
11413         (org-read-date-analyze): Base the analysis for future preference
11414         on NOW, not on the default date.
11416         * org-inlinetask.el (org-inlinetask-export-handler): Add CSS class
11417         for TODO keyword in inline tasks.
11419         * org.el (org-log-note-headings): New headings for removing
11420         deadline or scheduling date.
11421         (org-deadline, org-schedule): Arrange for logging when removing a
11422         date.
11423         (org-add-log-note): Handle deadline and scheduling removal.
11425 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
11427         * org-exp.el (org-export-visible): Add LaTeX/pdf export.
11429 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
11431         * org-agenda.el (org-diary-class): New function.
11433 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
11435         * org-latex.el (org-export-latex-preprocess): Do process the text
11436         of a radio target.
11438 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
11440         * org.el (org-entry-properties): Add TIMESTAMP properties back
11441         in.
11443 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
11445         * org.el (org-all-time-keywords): New variable.
11446         (org-set-regexps-and-options): Set `org-all-time-keywords'.
11447         (org-entry-blocked-p): New function.
11448         (org-special-properties): Add BLOCKED as a new special property.
11449         (org-entry-properties): New optional argument SPECIFIC, only parse
11450         for this property when it is specified.
11451         (org-entry-get): Pass a SPECIFIC argument to
11452         `org-entry-properties'.
11454         * org-latex.el (org-export-as-latex): Preprocess TEXT as well.
11456 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
11458         * org-latex.el (org-export-latex-tables): No forced line end if
11459         there is no caption.
11461 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
11463         * org-exp.el (org-html-entities): Add Euro symbols from Marvosym
11464         package.
11466         * org-latex.el (org-export-latex-tables): Only add a caption when
11467         macro is in longtable environments if one has been defined.
11469         * org-html.el (org-export-as-html): Only take title from buffer if
11470         not exporting body-only.
11472         * org-latex.el (org-export-latex-preprocess): Better version of
11473         the regular expression for protecting LaTeX macros.
11474         (org-export-latex-preprocess): Start searching for macros to
11475         protect from beginning of buffer.
11477         * org-exp.el (org-export-target-internal-links): Check for
11478         protectedness earlier in the string.
11480         * org-agenda.el (org-agenda-highlight-todo): Match TODO keywords
11481         case sensitively.
11483         * org-id.el (org-id-store-link): Match TODO keywords case
11484         sensitively.
11486         * org.el (org-heading-components, org-get-outline-path)
11487         (org-display-outline-path): Match TODO keywords case sensitively.
11489         * org-latex.el (org-export-as-latex): Ignore read-only
11490         properties.
11492         * org-exp.el (org-export-preprocess-string): Remove any
11493         `read-only' properties.
11495         * org-agenda.el (org-agenda-inactive-leader): New option.
11496         (org-agenda-get-timestamps): Use `org-agenda-inactive-leader'.
11497         (org-tags-view): Prompt for matcher if MATCH is an empty string.
11498         (org-todo-list): Prompt for matcher if ARG is an empty string.
11500 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
11502         * org.el (org-open-link-functions): New hook.
11503         (org-open-at-point): Run `org-open-link-functions'.
11505 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
11507         * org-agenda.el (org-agenda-date-prompt): Allow inactive time
11508         stamps as well.
11510         * org.el (org-inhibit-startup-visibility-stuff): New variable.
11511         (org-mode): Don't do startup visibility if inhibited.
11512         (org-outline-overlay-data, org-set-outline-overlay-data):
11513         New functions.
11514         (org-save-outline-visibility): New macro.
11515         (org-log-note-headings): Document that one should not change the
11516         `state' note format.
11518 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
11520         * org.el (org-make-link-regexps): Capture link path into a group.
11522 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
11524         * org-beamer.el (org-beamer-after-initial-vars): Do not overwrite
11525         the options plist.
11527 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
11529         * org.el (org-startup-with-beamer-mode): New option.
11530         (org-property-changed-functions)
11531         (org-property-allowed-value-functions): New hooks.
11532         (org-entry-put, org-property-get-allowed-values): Run the new
11533         hooks.
11534         (org-property-next-allowed-value): Run the new hooks.
11536         * org-exp.el (org-export-select-backend-specific-text): Add the
11537         special beamer tags.
11539         * org-beamer.el: New file.
11541         * org-latex.el (org-export-latex-after-initial-vars-hook): New hook.
11542         (org-export-as-latex):
11543         Run `org-export-latex-after-initial-vars-hook'.
11544         (org-export-latex-format-toc-function)
11545         (org-export-latex-make-header):
11546         Call `org-export-latex-format-toc-function'.
11548         * org.el (org-fill-template): Make template searches case sensitive.
11550         * org-exp.el (org-export): Use "1" as a sign to export only the
11551         subtree.
11553         * org-colview-xemacs.el (org-columns-edit-value):
11554         Use org-unrestricted property.
11556         * org-colview.el (org-columns-edit-value):
11557         Use org-unrestricted property.
11559         * org.el (org-compute-property-at-point): Set org-unrestricted
11560         text property if the list contains ":ETC".
11561         (org-insert-property-drawer):
11562         Use org-unrestricted property.
11564         * org-exp.el
11565         (org-export-preprocess-before-selecting-backend-code-hook): New hook.
11566         (org-export-preprocess-string):
11567         Run `org-export-preprocess-before-selecting-backend-code-hook'.
11569         * org-xoxo.el (org-export-as-xoxo): Run `org-export-first-hook'.
11571         * org-latex.el (org-export-region-as-latex):
11572         Run `org-export-first-hook'.
11574         * org-html.el (org-export-as-html): Run `org-export-first-hook'.
11576         * org-docbook.el (org-export-as-docbook):
11577         Run `org-export-first-hook'.
11579         * org-ascii.el (org-export-as-ascii): Run `org-export-first-hook'.
11581         * org-exp.el (org-export-first-hook): New hook.
11583 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
11585         * org-list.el (org-previous-item): Exit at the beginning of the
11586         buffer.
11588         * org-id.el (org-id-locations-save): Only write the id locations
11589         if any are defined.
11591         * org-archive.el (org-archive-all-done): Make this work in a file
11592         with org-odd-levels-only set.
11594         * org.el (org-get-refile-targets): Catch the case when a buffer
11595         has no file.
11597         * org-latex.el (org-export-as-latex): Cleanup forced line ends
11598         where they are not needed.
11599         (org-export-latex-subcontent): Remove unnecessary newlines.
11601 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
11603         * org-latex.el (org-export-latex-make-header): Remove \obeylines.
11604         (org-export-latex-fontify): Fix regexp bug that takes special
11605         care of protecting the right boundary characters in emphasis
11606         matches.
11607         (org-export-latex-preprocess): Allow multiple arguments to latex
11608         macros.
11610         * org.el (org-make-link-regexps): Use John Gruber's regexp for
11611         urls.
11613         * org-macs.el (org-re): Interpret :punct: in regexps.
11615         * org-exp.el (org-export-replace-src-segments-and-examples):
11616         Also take the final newline after the END line.
11618         * org.el (org-clean-visibility-after-subtree-move): Only fix
11619         entries that are not entirely invisible already.
11620         (org-insert-link): Respect org-link-file-path-type for
11621         "docview:" links in addition to "file:" links.
11623 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
11625         * org-exp.el (org-export-format-source-code-or-example):
11626         Avoid additional extra white lines in LaTeX.
11628         * org-list.el (org-list-parse-list): Leave empty lines after the
11629         list, don't consider them as part of the list.
11631         * org-mobile.el (org-mobile-sumo-agenda-command): Allow tagstodo
11632         searches.
11634         * org-clock.el (org-clock-select-task): Convert integer to
11635         character for XEmacs.
11637 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
11639         * org-clock.el (org-clock-resolve): Make reading a char XEmacs
11640         compatible.
11642 2010-04-10  Tassilo Horn  <tassilo@member.fsf.org>
11644         * org.el (org-complete-tags-always-offer-all-agenda-tags):
11645         New variable.
11646         (org-set-tags): Use it.
11648 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
11650         * org-list.el (org-empty-line-terminates-plain-lists):
11651         Update docstring.
11653         * org.el (org-format-latex): Fix link creation for processed latex
11654         snippets.
11656 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
11658         * org-footnote.el (org-footnote-normalize): Protect replacement
11659         text.
11661         * org.el (org-inside-latex-macro-p): Save match data.
11663 2010-04-10  Jan Böcker  <jan.boecker@jboecker.de>
11665         * org-docview.el: New file.
11667 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
11669         * org-latex.el (org-export-latex-class-options): New variable.
11670         (org-export-latex-set-initial-vars): Use the class options.
11672         * org.el (org-forward-same-level): Stop at headings that start
11673         with an invisible character.
11674         (org-additional-option-like-keywords): Add LaTeX_CLASS_OPTIONS.
11676 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
11678         * org-footnote.el (org-footnote-normalize): Don't take optional
11679         arguments in LaTeX macros as footnotes.
11681         * org.el (org-inside-latex-macro-p): New function.
11683         * org-latex.el (org-latex-to-pdf-process): Change customization
11684         group to `org-export-pdf'.
11686         * org-agenda.el (org-agenda-get-blocks): Look at time string also
11687         on days after the first one.
11689         * org.el (org-insert-heading): Also check for item before assuming
11690         before-first-heading condition.
11692         * org-latex.el (org-latex-to-pdf-process): Fix typo in group tag.
11693         (org-export-pdf-logfiles): New option.
11694         (org-export-as-pdf): Use `org-export-pdf-logfiles'.
11695         (org-export-pdf-logfiles): Fix customization type.
11697         * org.el (org-insert-link): Improve error message when there is no
11698         default link to select with RET.
11700         * org-agenda.el (org-agenda-filter-by-tag): Use char argument from
11701         parameter list.
11703 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
11705         * org-latex.el (org-export-latex-parse-global)
11706         (org-export-latex-parse-content)
11707         (org-export-latex-parse-subcontent):
11708         Use `org-re-search-forward-unprotected'.
11709         (org-export-as-pdf): Remove log files produced by XeTeX.
11711         * org-macs.el (org-re-search-forward-unprotected): New function.
11713 2010-04-10  James TD Smith  <ahktenzero@mohorovi.cc>
11715         * org-colview.el (org-agenda-colview-summarize): Sort out some
11716         confusion between properties and titles, which resulted in
11717         agenda summaries not working if a title was set for a column.
11719 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
11721         * org-mobile.el (org-mobile-agendas): New option.
11722         (org-mobile-sumo-agenda-command): Select the right agendas.
11724         * org-latex.el (org-export-latex-format-image): Preserve the
11725         original-indentation property.
11727 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
11729         * org-clock.el (org-clock-insert-selection-line): Catch error when
11730         an old tasks no longer exists.
11732         * org-latex.el (org-export-as-pdf): Remove also the .idx file.
11733         (org-export-as-pdf): Don't remove the old PDF file before making
11734         the new one.
11736         * org-mouse.el (org-mouse-end-headline, org-mouse-insert-item)
11737         (org-mouse-context-menu): Use `org-looking-back'.
11739         * org.el (org-cycle-level): Use `org-looking-back'.
11741         * org-list.el (org-cycle-item-indentation):
11742         Use `org-looking-back'.
11744         * org-compat.el (org-looking-back): New function.
11746         * org.el (org-insert-heading): Catch before-first-headline when
11747         inserting a headline.
11749 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
11751         * org-latex.el (org-export-latex-format-image): Indent figure
11752         environment, so that it does not interrupt plain list.
11754         * org.el (org-open-at-point): Allow long link descriptions.
11756 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
11758         * org-html.el (org-export-as-html): Remove empty lines at the
11759         beginning of the exported text.
11761 2010-03-12  Chong Yidong  <cyd@stupidchicken.com>
11763         * org.el (org): Remove from hypermedia group.
11765 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
11767         * Branch for 23.2.
11769 2010-02-15  Chong Yidong  <cyd@stupidchicken.com>
11771         * org-freemind.el (org-freemind-from-org-mode-node)
11772         (org-freemind-from-org-mode)
11773         (org-freemind-from-org-sparse-tree, org-freemind-to-org-mode):
11774         Pass arg to called-interactively-p.
11776 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
11778         * org-protocol.el (org-protocol-flatten-greedy, org-protocol-flatten):
11779         Fix typos in docstrings.
11781 2010-01-01  Juanma Barranquero  <lekktu@gmail.com>
11783         * org.el (org-get-outline-path, org-speed-command-help):
11784         Fix typos in error messages.
11786 2009-12-14  Juri Linkov  <juri@jurta.org>
11788         * org-html.el (org-export-html-style-include-default):
11789         Put `safe-local-variable booleanp' on
11790         `org-export-html-style-include-default' instead of mistakenly
11791         duplicate `org-export-html-style'.
11793 2009-11-20  Carsten Dominik  <carsten.dominik@gmail.com>
11795         * org-agenda.el (org-agenda-diary-entry-in-org-file):
11796         Rebuild agenda after adding new entry.
11798         * org-datetree.el (org-datetree-find-day-create): Fix regular
11799         expression.
11801         * org.el (org-display-outline-path): Use a format specifier for
11802         message, to avoid problems with heading containing `%'.
11804         * org-agenda.el (org-agenda-hide-tags-regexp): New option.
11805         (org-format-agenda-item): Call `org-agenda-fix-displayed-tags'.
11806         (org-agenda-fix-displayed-tags): New function.
11807         (org-agenda-do-context-action): Just call
11808         `org-display-outline-path', without piping the result through
11809         `message'.
11811         * org-latex.el (org-export-latex-preprocess): Protect secondary
11812         footnote references.
11814         * org-indent.el (org-indent-initialize): Avoid empty strings as
11815         line prefixes.
11817         * org-agenda.el (org-agenda-diary-entry-in-org-file): Make sure
11818         hat checking for the mark does not throw an error.
11819         (org-agenda-diary-entry-in-org-file): Catch the case that there is
11820         not `day' text property in the cursor line.
11822         * org.el (org-sort-entries-or-items): Make sure that the final
11823         entry has a newline before doing the sorting.
11825         * org-agenda.el (org-agenda-diary-entry-in-org-file): Get the text
11826         property at the beginning of the line.
11828         * org.el (org-make-link-string): Don't allow a description with
11829         only white space.
11831         * org-agenda.el (org-agenda-insert-diary-strategy): New variable.
11832         (org-agenda-insert-diary-as-top-level): New function.
11833         (org-agenda-add-entry-to-org-agenda-diary-file):
11834         Call `org-agenda-insert-diary-as-top-level'.
11836         * org.el (org-occur-in-agenda-files): Make sure none of the
11837         buffers is narrowed.
11838         (org-activate-plain-links): Add the face property here.
11839         (org-set-font-lock-defaults): Do not add the face to plain links,
11840         the activator function does this.
11842         * org-habit.el (org-is-habit-p): Add doc string.
11844         * org-archive.el (org-archive-subtree-default-with-confirmation):
11845         Autoload.
11847         * org-latex.el (org-export-latex-fontify): Fix regexp to make char
11848         after match optional (happens at the end of a line...).
11850         * org.el (org-fontify-meta-lines-and-blocks): Apply special faces
11851         for special blocks.
11853         * org-faces.el (org-copy-face): Set lisp indentation.
11854         (org-quote, org-verse): New faces.
11856         * org-agenda.el (org-agenda-remove-date): Remove variable.
11858         * org-freemind.el (org-freemind-escape-str-from-org): Fix encoding.
11860         * org-html.el (org-export-as-html): Move the home/up link into
11861         the content div.
11863         * org.el (org-export-latex-packages-alist): Option definition
11864         moved here from org-latex.el.
11866         * org-html.el (org-export-html-home/up-format): Add an ID to the
11867         up/home div.
11869         * org-wl.el (org-wl-store-link): Handle the case that
11870         `wl-use-petname' is set.
11872         * org.el (org-set-effort): Improve prompt.
11873         (org-get-outline-path): Widen to get full path.
11874         (org-compact-display-after-subtree-move): Function removed.
11876 2009-11-20  Eric Schulte  <schulte.eric@gmail.com>
11878         * org-exp-blocks.el (org-export-blocks-format-ditaa): Use sha1
11879         hash keys to cache and re-use images generated by the
11880         org-exp-blocks interface to ditaa and dot.
11882         * org.el (org-format-latex): Latex images are now saved to files
11883         named by the sha1 hash of the latex source text avoiding
11884         regeneration of identical images.
11886 2009-11-15  Carsten Dominik  <carsten.dominik@gmail.com>
11888         * org-latex.el (org-export-as-latex): Add the :drawers property.
11890 2009-11-15  Carsten Dominik  <carsten.dominik@gmail.com>
11892         * org.el (org-speed-commands-user): Allow documentation headlines.
11893         (org-speed-commands-default): Organize the value of this constant
11894         with descriptive headlines.
11895         (org-print-speed-command): Output the headlines.
11897 2009-11-15  Carsten Dominik  <carsten.dominik@gmail.com>
11899         * org-agenda.el (org-agenda-show-outline-path): New option.
11900         (org-agenda-do-context-action): New function.
11901         (org-agenda-next-line, org-agenda-previous-line):
11902         Use `org-agenda-do-context-action'.
11904         * org.el (org-use-speed-commands): Allow function value.
11905         (org-speed-commands-default): Make headline motion safe, so that
11906         these commands always end on a headline.
11907         (org-speed-commands-default): New key `v' for `org-agenda'.
11908         (org-speed-move-safe): New function.
11909         (org-self-insert-command): Use the function value of
11910         `org-use-speed-commands'.
11911         (org-get-outline-path): Improve docstring.
11912         (org-format-outline-path): New function.
11913         (org-display-outline-path): New function.
11915 2009-11-15  John Wiegley  <jwiegley@gmail.com>
11917         * org-clock.el (org-clock-resolve): If `org-clock-into-string' is
11918         a string, use that to find the LOGBOOK drawer.
11920 2009-11-15  Glenn Morris  <rgm@gnu.org>
11922         * org-agenda.el (org-datetree-find-date-create)
11923         (org-habit-get-priority):
11924         * org.el (org-format-agenda-item): Fix declarations.
11926 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
11928         * org.el (org-clone-subtree-with-time-shift): Make it work at the
11929         end of the buffer.
11931         * org-mobile.el (org-mobile-write-checksums): Specify coding
11932         system.
11933         (org-mobile-timestamp-buffer): Keep local variable/mode line at
11934         beginning of buffer.
11936         * org-latex.el (org-latex-entities-regexp): Fix typo in regexp.
11938         * org.el (org-block-todo-from-children-or-siblings-or-parent)
11939         (org-block-todo-from-checkboxes): Do not block changes to a nil
11940         TODO state.
11942 2009-11-13  James TD Smith  <ahktenzero@mohorovi.cc>
11944         * org-habit.el (org-habit-parse-todo): Indicate which habit is
11945         wrongly set up in the error messages.
11947         * org-colview.el (org-columns-display-here): Don't try to
11948         calculate values if the underlying property is not set.
11949         (org-columns-string-to-number): Convert age strings back into
11950         fractional days.
11951         (org-agenda-colview-summarize): Handle extended summary types
11952         properly.
11954         * org-colview-xemacs.el (org-columns-display-here): Don't try to
11955         calculate values if the underlying property is not set.
11956         (org-columns-string-to-number): Convert age strings back into
11957         fractional days.
11958         (org-agenda-colview-summarize): Handle extended summary types
11959         properly.
11961 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
11963         * org-exp.el (org-export-format-drawer-function): New variable.
11964         (org-export-format-drawer): New function.
11965         (org-export-preprocess-string): Pass the backend as a parameter to
11966         `org-export-remove-or-extract-drawers'.
11967         (org-export-remove-or-extract-drawers): New parameter BACKEND.
11969         * org-protocol.el (org-protocol-char-to-string): New defsubst.
11971 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
11973         * org-agenda.el (org-agenda-diary-entry-in-org-file): Add error
11974         message when no block is selected.
11976         * org-latex.el (org-export-latex-links): Check for protectedness
11977         in the last matched character, not after the match.
11979         * org-datetree.el (org-datetree-find-date-create):
11980         Respect restriction when KEEP-RESTRICTION is set.
11981         (org-datetree-file-entry-under): New function.
11982         (org-datetree-cleanup): New command.
11984 2009-11-13  Dan Davison  <davison@stats.ox.ac.uk>
11986         * org-src.el (org-edit-src-code): New optional argument context
11987         allows calling functions to avoid altering the saved window
11988         configuration.
11989         (org-edit-src-exit): Do not restore window configuration when this
11990         function is used in the context of saving the edit buffer.
11992 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
11994         * org-clock.el (org-clock-out, org-clock-cancel): Revert to
11995         instances to switching to with-current-buffer, because these seem
11996         to cause problems - no idea why.
11998         * org-agenda.el (org-agenda-add-entry-to-org-agenda-diary-file):
11999         Require diary-lib for (diary-date-display-form).
12001 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
12003         * org.el (org-log-reschedule, org-log-redeadline): New options.
12004         (org-log-note-headings): Add templates for rescheduling and
12005         deadline changing.
12006         (org-startup-options): Add in-buffer settings for logging changing
12007         schedule and deadline time stamps.
12008         (org-deadline, org-schedule): Check for existing date and arrange
12009         for logging if the user requests it.
12010         (org-add-log-note): Prepare proper note buffers for rescheduling
12011         and deadline changes.
12013 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
12015         * org-agenda.el (org-agenda-diary-entry-in-org-file)
12016         (org-agenda-add-entry-to-org-agenda-diary-file)
12017         (org-agenda-insert-diary-make-new-entry): New functions.
12018         (org-agenda-diary-entry):
12019         Call `org-agenda-diary-entry-in-org-file' when appropriate.
12021         * org.el (org-calendar-insert-diary-entry-key): New option.
12022         (org-agenda-diary-file): New option.
12023         ("calendar"): Install our insertion function in the calendar.
12025         * org-remember.el (org-datetree): Require.
12026         (org-remember-templates): Add new positioning option.
12027         (org-remember-reference-date): New variable.
12028         (org-remember-apply-template): Store the reference date in a local
12029         variable.
12030         (org-remember-handler): Implement date tree positioning of entries.
12032         * org-datetree.el: New file.
12034         * org-latex.el (org-export-latex-preprocess): Protect targets in
12035         verbatim emphasis.
12037         * org-html.el (org-export-as-html): Protect targets in verbatim
12038         emphasis.
12040         * org-docbook.el (org-export-as-docbook): Protect targets in
12041         verbatim emphasis.
12043 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
12045         * org-clock.el (org-show-notification): Handle messages that
12046         contain a percent character.
12048         * org-remember.el (org-remember-apply-template): Turn of partial
12049         completion.
12051         * org-mobile.el (org-mobile-before-process-capture-hook): New hook.
12052         (org-mobile-pull): Run `org-mobile-before-process-capture-hook'.
12054         * org.el (org-indent-mode): Define variable already in org.el.
12055         (org-unfontify-region): Remove line-prefix and wrap-prefix
12056         properties only if org-indent-mode is active.
12058 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
12060         * org-icalendar.el (org-print-icalendar-entries): Save match data
12061         around call to verify function.
12062         (org-print-icalendar-entries): Add a call to the verification
12063         function.
12065         * org.el (org-speedbar-set-agenda-restriction): Remove unnecessary
12066         save-restrivtion' form.
12068 2009-11-13  Dan Davison  <davison@stats.ox.ac.uk>
12070         * org-exp.el (org-export-format-source-code-or-example):
12071         Restrict scope of preserve-indentp to the let binding.
12072         (org-src): Require org-src, since org-src-preserve-indentation is used.
12074 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
12076         * org-timer.el (org-timer-set-timer): Set variables
12077         org-timer-timer[123] correctly.
12079         * org-mobile.el (org-mobile-files-alist): Make it work when
12080         `agenda-archives' is included in
12081         `org-agenda-text-search-extra-files'.
12082         (org-mobile-push): Restore agenda after mobile push.
12084 2009-11-13  John Wiegley  <jwiegley@gmail.com>
12086         * org-clock.el (org-resolve-clocks-if-idle): Another fix to the
12087         way the amount of idle time is presented in the minibuffer.
12089 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
12091         * org-icalendar.el (org-print-icalendar-entries):
12092         Use org-icalendar-verify-function only if non-nil.
12094         * org.el (org-refile): Refile to clock only if the prefix arg is
12095         2.
12096         (org-sparse-tree): Fix docstring to be in line with prompt.
12097         (org-update-parent-todo-statistics):
12098         Call `org-after-todo-statistics-hook' on each level.
12100 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
12102         * org-remember.el (org-remember-apply-template): Make sure the
12103         buffer exists.
12105 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
12107         * org.el (org-tab-ind-state): New variable.
12108         (org-cycle-level): New function.
12109         (org-cycle-level-after-item/entry-creation): New option.
12110         (org-flag-subtree): New function.
12111         (org-hide-archived-subtrees): Call `org-flag-subtree'.
12112         (org-set-effort): Indexed access.
12114         * org-list.el (org-cycle-item-indentation): New function.
12116         * org.el (org-refile): Make prefix argument 2 refile to current
12117         clock.
12118         (org-priority): Interpret action `remove' as call to remove the
12119         priority cookie.
12121         * org-remember.el (org-remember-apply-template): Don't depend on
12122         buffer name being like file name.
12124 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
12126         * org-clock.el (org-clock-play-sound): Expand file in
12127         org-clock-sound, to allow ~ for home.
12129         * org-remember.el (org-remember-handler):
12130         Set text-before-node-creation even if this already looks like a node,
12131         because the string might be needed on non-org-mode target files.
12133         * org-agenda.el (org-agenda-open-link): Make this work in agenda
12134         clocktables.
12135         (org-agenda-switch-to): Follow a link at point if
12136         org-return-follows-link' is set and there is nothing else to do in
12137         this line.
12139 2009-11-13  James TD Smith  <ahktenzero@mohorovi.cc>
12141         * org-colview-xemacs.el: Add in changes from org-colview.el.
12143 2009-11-13  Dan Davison  <davison@stats.ox.ac.uk>
12145         * org-exp-blocks.el: Modify split separator regexp to avoid empty
12146         strings.
12148 2009-11-13  James TD Smith  <ahktenzero@mohorovi.cc>
12150         * org-colview.el (org-columns-new): Make this work with the new
12151         operators.
12152         (org-columns-store-format): Make this work with the new operators.
12154 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
12156         * org-src.el (org-src-preserve-indentation): Document that this
12157         variable is also used during export.
12159         * org-exp.el (org-export-format-source-code-or-example):
12160         Preserve indentation if a block has a -i option, or if
12161         `org-src-preserve-indentation' is set.
12163         * org-exp-blocks.el (org-export-blocks-preprocess):
12164         Preserve indentation if a block has a -i option, or if
12165         `org-src-preserve-indentation' is set.
12167 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
12169         * org.el (org-mode-map): Define the new archiving keys.
12170         (org-speed-commands-default): Define an archiving key in the speed
12171         command map.
12172         (org-org-menu): Improve the menu structure concerning archiving.
12174         * org-archive.el (org-archive-subtree-default-with-confirmation):
12175         New command.
12177         * org-agenda.el (org-agenda-mode-map): Define the new archiving keys.
12178         (org-agenda-menu): Add the new archiving commands to the menu.
12179         (org-agenda-archive-default)
12180         (org-agenda-archive-default-with-confirmation): New commands.
12181         (org-agenda-archive, org-agenda-archive-to-archive-sibling):
12182         Just call `org-agenda-archive-with'.
12183         (org-agenda-archive-with): New function.
12185         * org-table.el (org-table-convert-region): Inert spaces around "|"
12186         to avoid line beginnings like "|-1" which will be mistaken as
12187         hlines.
12189 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
12191         * org.el (org-offer-links-in-entry): Return nil if there are no
12192         links, t if a link has been selected.
12193         (org-open-at-point): Open attachment directory when called in the
12194         headline and there are no links in the entry body.
12195         (org-speed-commands-default): Add "o" for open-at-point as a speed
12196         command.
12198         * org-attach.el (org-attach-reveal): Optional prefix arg
12199         IF-EXISTS, which avoids creating the attachment directory if it
12200         does not yet exist.
12202         * org-agenda.el (org-agenda, org-run-agenda-series):
12203         Evaluate MATCH.
12205 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
12207         * org.el ("abbrev"): Work with abbrev tables only after they have
12208         been loaded.
12210         * org-list.el (org-list-send-list): Fix bug related to match
12211         data.
12213         * org-latex.el (org-export-latex-fontify): Apply verbatim
12214         emphasis.
12215         (org-export-latex-make-header): Insert \obeylines if line breaks
12216         should be preserved.
12218         * org-exp.el (org-export-protect-verbatim): Add an
12219         `org-verbatim-emph' property to such text.
12221 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
12223         * org-icalendar.el (org-icalendar-use-plain-timestamp): New option.
12224         (org-print-icalendar-entries): Skip entries where the timestamp is
12225         not a deadline and not scheduled, if the user requests that.
12227         * org-latex.el (org-export-latex-quotation-marks): Allow a bracket
12228         before an opening quote.
12230         * org-archive.el (org-archive-subtree): Keep archive after
12231         archiving something.
12233         * org-id.el (org-id-update-id-locations): Add archive files if
12234         that is required by `org-id-extra-files'.
12236 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
12238         * org-src.el (org-src-window-setup): New option.
12239         (org-src-switch-to-buffer): New function.
12240         (org-edit-src-exit): Add optional argument CONTEXT and use it to
12241         restore window configuration.
12242         (org-edit-src-code, org-edit-src-continue, org-edit-src-exit):
12243         Call `org-src-switch-to-buffer'.
12245         * org.el (org-default-properties): Add STYLE property.
12246         (org-files-list): Use the function call to get the files.
12247         (org-additional-option-like-keywords): Add SETUPFILE to completion
12248         list.
12250 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
12252         * org-table.el (org-table-convert-region): Correctly interpret
12253         quoting in csv import.
12255         * org.el (org-icompleting-read): Make iswitchb completion work
12256         with lists and tables.
12258         * org-agenda.el (org-agenda-add-entry-text): Never add entry text
12259         while pushing the mobile agenda.
12261 2009-11-13  John Wiegley  <jwiegley@gmail.com>
12263         * org-clock.el
12264         (org-clock-auto-clock-resolution): Now takes three values: nil, t
12265         and `when-no-clock-is-running'.
12266         (org-clock-in): Use `org-clock-auto-clock-resolution' to determine
12267         whether or not to resolve Org buffers on clock in.
12269 2009-11-13  James TD Smith  <ahktenzero@mohorovi.cc>
12271         * org-colview.el (org-format-time-period): Function to format
12272         times in fractional days for display.
12273         (org-columns-display-here): Add support for showing a calculated
12274         value in place of the property.
12275         (org-columns): Set `org-columns-time' to the current time so time
12276         difference calculations will work.
12277         (org-columns-time): Use to store the current time when column view
12278         is displayed, so all time differences will use the same reference
12279         point.
12280         (org-columns-compile-map): There is now an extra position in each
12281         entry specifying the function to use to calculate the displayed
12282         value for the non-calculated properties in the column.
12283         (org-columns-compute-all): Set `org-columns-time' to the current
12284         time so time difference calculations will work.
12285         (org-columns-compute): Handle column operators where the values
12286         used are calculated from the underlying property.
12287         (org-columns-number-to-string): Handle the 'age' column format.
12288         (org-columns-string-to-number): Correct the function name (was
12289         org-column...).  Add support for the 'age' column format.
12290         (org-columns-compile-format): Support the additional parameter in
12291         org-columns-compile-map.
12293 2009-11-13  Bastien Guerry  <bzg@altern.org>
12295         * org.el (org-mode-hook): Turn `org-mode-hook' into a customizable
12296         variable.
12298 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
12300         * org-clock.el (org-clock-has-been-used): New variable.
12301         (org-clock-in): Set `org-clock-has-been-used'.
12302         (org-clock-save): Save only if clock data has been used or created
12303         during this session.
12305 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
12307         * org-clock.el (org-clock-persist): New value, to store only the
12308         clock history.
12309         (org-clock-save): Don't save the clock if only the history should
12310         be stored.
12311         (org-clock-load): Turn off John Wiegley's auto resolving mechanism
12312         when restoring a saved clock.
12314 2009-11-13  John Wiegley  <jwiegley@gmail.com>
12316         * org-clock.el (org-clock-display, org-clock-put-overlay):
12317         Use `org-time-clock-use-fractional'.
12319         * org.el (org-time-clocksum-use-fractional)
12320         (org-time-clocksum-fractional-format): Two new customizable
12321         variables which allow the user to select fractional times (1.25
12322         instead of 1:25) in the `org-clock-display' report.
12324 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
12326         * org-ascii.el (org-export-ascii-table-keep-all-vertical-lines):
12327         New option.
12329         * org.el (org-tag-alist): Fix customization type.
12331 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
12333         * org-mobile.el (org-mobile-update-checksum-for-capture-file):
12334         Make sure the regexp search can fail without throwing an error.
12335         (org-mobile-apply): Save the inbox buffer after removing
12336         successfully applied changes.
12338 2009-11-13  John Wiegley  <jwiegley@gmail.com>
12340         * org-clock.el (org-resolve-clocks-if-idle): Fix to the way idle
12341         time is reported after the user comes back (but before they
12342         resolve time).
12344         * org.el (org-get-repeat): Change so that this function can be
12345         called with either `org-scheduled-string' or
12346         `org-deadline-string'.
12348         * org-clock.el (org-clock-auto-clock-resolution): Rename from
12349         `org-clock-disable-clock-resolution', since negatives don't sound
12350         good in customization variables.
12351         (org-clock-in): Don't use the auto-resolution logic if the user is
12352         clocking into a different task while an active clock is running.
12353         This then allows the default behavior of clocking out of the open
12354         task and then into the new task.
12356         * org.el (org-modules): Made this variable more consistent, since
12357         it was referring to Org, OrgMode and Org-mode, whereas the docs
12358         for the variable always refer to Org-mode.
12360 2009-11-13  James TD Smith  <ahktenzero@mohorovi.cc>
12362         * org.el (org-repeat-re): The changed org-repeat-re no longer
12363         matched simple +2d type repeaters.  Fix it so it does.
12365 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
12367         * org-latex.el (org-export-latex-preprocess): Protect the vspace
12368         macro in the VERSE environment.
12370 2009-11-13  John Wiegley  <jwiegley@gmail.com>
12372         * org-habit.el (org-habit-get-priority): A new function that
12373         determines the relative priority of a habit, based on how long
12374         past its scheduled date it is, and how near the deadline is.
12376         * org-agenda.el (org-agenda-get-scheduled): Set habit priority
12377         using `org-habit-get-priority'.
12379         * org-habit.el (org-habit-build-graph): Start displaying colors
12380         from the first scheduled date, if that date is earlier than the
12381         first completion date.
12383         * org-habit.el: Changed all "color" variables to faces, and made
12384         them appropriate for light and dark backgrounds.
12386         * org-habit.el (org-habit-duration-to-days): Made this function
12387         more general.
12388         (org-habit-parse-todo): Parse the new ".+N/N" style repeater.
12390         * org-agenda.el (org-agenda-get-deadlines): Remove all mention of
12391         habits, since they don't use DEADLINE anymore.
12393         * org.el (org-repeat-re, org-display-custom-time)
12394         (org-timestamp-change): Extend to support the new ".+N/N"
12395         syntax, used for habits.
12397         * org-clock.el (org-clock-resolve-clock): Fix an incorrect
12398         variable reference.
12400         * org-agenda.el (org-agenda-set-mode-name): Show Habit in the
12401         modeline when habits are being displayed (if that module is being
12402         loaded).
12404 2009-11-13  James TD Smith  <ahktenzero@mohorovi.cc>
12406         * org-clock.el (org-x11-idle-seconds): Add a method to get the X11
12407         idle time using the xscreensaver extension.
12408         (org-user-idle-seconds): Use X11 idle time if available.
12410 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
12412         * org-agenda.el (org-agenda-next-line): New command.
12413         (org-agenda-previous-line): New commands.
12414         (org-agenda-show-and-scroll-up, org-agenda-show-scroll-down):
12415         New commands.
12416         (org-agenda-follow-mode): Do the follow immediately if the mode is
12417         turned on here.
12418         (previous-line, next-line): Replace keys with the corresponding
12419         org functions.
12420         (org-agenda-mode-map): Bind backspace and delete to the scrolling
12421         command.
12423         * org.el (org-icompleting-read): Turn off partial completion mode
12424         for the duration of this completion round.
12426         * org-latex.el (org-export-latex-fontify-headline): Protect TeX
12427         macros in author lines and similar stuff.
12429         * org.el (org-file-tags): Fix docstring.
12430         (org-get-buffer-tags): Add the #+FILETAGS tags.
12431         ("ecb"): Make ecb show context after jumping into an Org file.
12433 2009-11-13  John Wiegley  <johnw@newartisans.com>
12435         * org-agenda.el (org-finalize-agenda): Draw habit consistency
12436         graphs after everything else in the buffer has been setup.
12438 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
12440         * org-mobile.el (org-mobile-apply): Count success and failure.
12442         * org.el (org-indent-line-function): Fix regexp replace problem.
12444 2009-11-13  John Wiegley  <johnw@newartisans.com>
12446         * org-clock.el (org-clock-disable-clock-resolution):
12447         New customization variable that disable automatic clock resolution on
12448         clock in.
12449         (org-clock-in): If `org-clock-disable-clock-resolution' is set, do
12450         not automatically resolve anything.  This is does not affect
12451         idle-time resolution, however, if `org-clock-idle-time' is set.
12453 2009-11-13  John Wiegley  <johnw@newartisans.com>
12455         * org-habit.el: New file, which implements code to build a "habit
12456         consistency graph".
12458         * org-agenda.el (org-agenda-get-deadlines)
12459         (org-agenda-get-scheduled): Display consistency graphs when
12460         outputting habits into the agenda.  The graphs are always relative
12461         to the current time.
12462         (org-format-agenda-item): Add new parameter `habitp', which
12463         indicates whether we are formatting a habit or not.  Do not
12464         display "extra" leading information if habitp is true.
12466         * org.el (org-repeat-re): Improve regexp to include .+ and ++
12467         leaders for repeat strings.
12468         (org-get-repeat): Now takes a string parameter `tagline', so the
12469         caller can obtain the SCHEDULED repeat, or the DEADLINE repeat.
12471 2009-11-13  John Wiegley  <johnw@newartisans.com>
12473         * org-agenda.el (org-agenda-auto-exclude-function):
12474         New customization variable for allowing the user to create an "auto
12475         exclusion" filter for doing context-aware auto tag filtering.
12476         (org-agenda-filter-by-tag): Changes to support the use of
12477         `org-agenda-auto-exclude-function'.  See the new manual addition.
12479 2009-11-13  John Wiegley  <johnw@newartisans.com>
12481         * org.el (org-files-list): Don't attempt to return a file name for
12482         Org buffers which have no associated file.
12484         * org-agenda.el (org-agenda-do-action): Fix a typo.
12486 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
12488         * org-mobile.el (org-mobile-locate-entry): Interpret files
12489         relative to org-directory.
12490         (org-mobile-inbox-for-pull): Document the best location for this
12491         file.
12492         (org-mobile-check-setup): Verify `org-directory'.
12493         (org-mobile-create-index-file): Sort the files to be listed in
12494         index.org.
12496 2009-11-13  James TD Smith  <ahktenzero@mohorovi.cc>
12498         * org.el (org-fast-tag-selection): Add a way to display a
12499         description for a tag group.  This is done by adding a string to
12500         either the startgroup or endgroup cell.
12502 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
12504         * org-clock.el (org-clock-resolve, org-resolve-clocks)
12505         (org-emacs-idle-seconds): Use `org-float-time' instead of
12506         `time-to-seconds'.
12508 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
12510         * org-agenda.el (org-agenda-sorting-strategy): Fix customization
12511         type.
12513         * org.el (org-pre-cycle-hook): Document that `empty' can also be
12514         the value of ARG when doing local cycling.
12516 2009-11-13  John Wiegley  <johnw@newartisans.com>
12518         * org-clock.el (org-clock-resolve-clock): If keeping or
12519         subtracting time results in a clock out at a time in the past, and
12520         if the resolution occurred due to idleness or invoking `M-x
12521         org-resolve-clocks', remember that past moment in time.  On the
12522         next clock in, the user will be prompted to see if they want to
12523         back-date their new clock to then.
12524         (org-clock-resolve): Do not jump the user to the location of a
12525         dangling clock if the resolution is occurring due to an idle
12526         timeout.  In that case there is typically only one dangling clock,
12527         the active one, and there is no value gained by shuffling their
12528         windows around to show it to them.  Being prompted to resolve an
12529         idle clock should be as inobtrusive as possible.
12530         (org-resolve-clocks-if-idle): New function that resolves only the
12531         currently active clock if the user has exceeded the time returned
12532         by `org-user-idle-seconds', based on the value of
12533         `org-clock-idle-time'.
12534         (org-clock-in): If, after resolving clocks, (???)
12535         (org-clock-out): Cancel the `org-clock-idle-timer' on clock out.
12537         * org-clock.el (org-clock-resolve-clock): New function that
12538         resolves a clock to a specific time, closing or resuming as need
12539         be, and possibly even starting a new clock.
12540         (org-clock-resolve): New function used by `org-resolve-clocks'
12541         that sets up for the call to `org-clock-resolve-clock'.
12542         It determines the time to resolve to based on a single-character
12543         selection from the user to either keep time, subtract away time or
12544         cancel the clock.
12545         (org-resolve-clocks): New user command which resolves dangling
12546         clocks -- that is, open but not active -- anywhere in the file
12547         list returned by `org-files-list'.
12548         (org-clock-in): Automatically resolve dangling clocks whenever a
12549         user clocks in.
12550         (org-clock-cancel): If the user cancels the solely clock in a
12551         LOGBOOK, remove the empty drawer.
12553         * org-clock.el (org-clock-idle-time): New user customizable option
12554         for detecting whether the user has left a clock idle.  Note: it is
12555         only used in this commit to test whether it's worthwhile to check
12556         OS X to get the Mac user's current idle time.  If the Emacs idle
12557         time is less than the value, the user hasn't been away long enough
12558         to be worth checking (a more expensive test than just getting
12559         Emacs idle time).
12560         (org-user-idle-seconds, org-mac-idle-seconds)
12561         (org-emacs-idle-seconds): This three functions, in conjunction
12562         with the user customization variable `org-clock-idle-time', return
12563         the number of seconds (as a floating point) that the user has been
12564         away from their Emacs (or, if running on OS X, their computer).
12566         * org-clock.el (org-find-open-clocks): New function that returns a
12567         list of all open clocks in the given FILE.  Note that each clock
12568         it returns is a cons cell of the format (MARKER . START-TIME).
12569         This "clock" value is used by several of the new clock module
12570         utility functions.
12571         (org-is-active-clock): New inline function which tests whether the
12572         given clock value is the same as the currently active clock.
12573         Returns non-nil if this is the case.
12574         (org-with-clock-position): New macro that evaluates FORMS with
12575         point in the buffer and at the position of the given clock.
12576         Changes to the current clock are global.
12577         (org-with-clock): New macro that evaluates FORMS with point in the
12578         buffer and at the position of the given clock.  However, changes
12579         to the current clock are local and have no effect on the user's
12580         active clock.  This allows, for example, far any clock to be
12581         cancelled without cancelling the active clock.
12582         (org-clock-clock-in): New inline function that switches the active
12583         clock to the given clock.  If either the argument RESUME, or the
12584         global `org-clock-in-resume', are non-nil, it will resume a clock
12585         that was previously left open.
12586         (org-clock-clock-out): New inline function that clocks out the
12587         given clock value without affecting the currently active clock.
12588         (org-clock-clock-cancel): New inline function that cancels the
12589         given clock value without affecting the currently active clock.
12591         * org-clock.el (org-clock-in): Before creating
12592         `org-clock-mode-line-timer', check to make sure an older timer is
12593         not currently running.
12594         (org-clock-out): Accept new third parameter `at-time', which
12595         permits a clock to be clocked out at a specific time.  Note that
12596         no attempt is made to verify that the clock out time is later than
12597         the clock in time.
12599         * org.el (org-files-list): New utility function for returning a
12600         list of all open org-mode buffers, plus all files used to build
12601         the agenda buffer.  Note that not all the files will necessarily
12602         be visited by a buffer at time of call.
12603         (org-entry-beginning-position): Like the function
12604         `line-beginning-position', this inline function returns the
12605         beginning position of the current heading/entry.
12606         (org-entry-end-position): Like the function `line-end-position',
12607         this inline function returns the end position of the current
12608         heading/entry.
12610 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
12612         * org-agenda.el (org-agenda-list): Mark the all-todo items line as
12613         a header line.
12615 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
12617         * org-exp.el (org-inlinetask-remove-END-maybe): Declare function.
12619 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
12621         * org-agenda.el (org-agenda-filter-make-matcher): Allow to filter
12622         entries that have no tags.
12623         (org-agenda-search-view): New customize group.
12624         (org-agenda-search-view-search-words-only): New option.
12625         (org-search-view): Implement substring search.
12627 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
12629         * org.el (org-outline-level): Add doc string.
12631 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
12633         * org-inlinetask.el (org-inlinetask-export): Re-introduce
12634         variable.
12635         (org-inlinetask-export-handler): Only export inline task if the
12636         user option calls for it.
12638 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
12640         * org-exp.el (org-export-handle-export-tags): Remove inlinetask
12641         END if present.
12643 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
12645         * org-latex.el (org-export-latex-tables): Don't format in
12646         protected regions.
12648 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
12650         * org-src.el (org-edit-src-code)
12651         (org-edit-src-find-region-and-lang, org-edit-src-exit):
12652         Handle macro editing.
12654         * org-agenda.el (org-prefix-category-max-length): New variable.
12655         (org-format-agenda-item): Use `org-prefix-category-max-length'.
12656         (org-compile-prefix-format): Set `org-prefix-category-max-length'.
12658 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
12660         * org-mobile.el (org-mobile-create-index-file): Improve the
12661         listing of tags and todo keywords.
12663         * org-latex.el (org-export-latex-format-image): New function.
12664         (org-export-latex-links): Use `org-export-latex-format-image'.
12666 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
12668         * org-inlinetask.el (org-inlinetask-get-current-indentation)
12669         (org-inlinetask-remove-terminator): New functions.
12670         (org-inlinetask-export-handler): Terminate the description list.
12672         * org-exp.el (org-export-select-backend-specific-text): Remove the
12673         region markers.
12675         * org-inlinetask.el (org-inlinetask-export-handler): Fix bug for
12676         tasks without content.
12678         * org-clock.el: Make sure the clock-in target position does not
12679         move to a different node by widening the buffer.
12681         * org-html.el (org-export-html-format-image): Wrap image into
12682         figure div only when there is a caption.
12684         * org-archive.el (org-archive-mark-done): Change default value to
12685         nil.
12687 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
12689         * org.el (org-context): Call `bobp', not `eobp'.
12691         * org-clock.el (org-clock-cancel): Remove quotes from marker
12692         variables.
12694         * org.el (org-read-date-prefer-future): New allowed value `time'.
12695         (org-read-date-analyze): Shift day to tomorrow depending on time
12696         entered and value of `org-read-date-prefer-future'.
12698 2009-11-05  Stefan Monnier  <monnier@iro.umontreal.ca>
12700         * org.el (org-version, org-get-refile-targets, org-refile)
12701         (org-store-log-note, org-diary-to-ical-string)
12702         (org-speedbar-set-agenda-restriction):
12703         * org-publish.el (org-publish-find-title):
12704         * org-plot.el (org-plot/gnuplot):
12705         * org-mouse.el (org-mouse-do-remotely):
12706         * org-mobile.el (org-mobile-move-capture):
12707         * org-mac-message.el (org-mac-message-insert-flagged):
12708         * org-latex.el (org-replace-region-by-latex):
12709         * org-docbook.el (org-replace-region-by-docbook):
12710         * org-clock.el (org-clock-out, org-clock-cancel):
12711         * org-bibtex.el (org-execute-file-search-in-bibtex):
12712         Use with-current-buffer.
12714 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
12716         * org.el (org-directory, org-map-entries):
12717         * org-clock.el (org-clock-get-clocked-time): Fix typos in docstrings.
12719 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
12721         * org.el (org-set-tags-to): New command.
12723         * org-latex.el (org-export-latex-set-initial-vars): Also check in
12724         the plist.
12726         * org.el (org-additional-option-like-keywords): Add LATEX_CLASS
12727         keyword.
12729         * org-exp.el (org-infile-export-plist): Add LATEX_CLASS keyword.
12731 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
12733         * org-inlinetask.el (org-inlinetask-export): Option removed.
12734         (org-inlinetask-export-handler): Better export.
12736         * org-xoxo.el (org-export-xoxo-final-hook): New hook.
12737         (org-export-as-xoxo): Run the new hook.
12739         * org-html.el (org-export-html-final-hook): New hook.
12740         (org-export-as-html): Run the new hook.
12742         * org-docbook.el (org-export-docbook-final-hook): New hook.
12743         (org-export-as-docbook): Run the new hook.
12745         * org-ascii.el (org-export-ascii-final-hook): New hook.
12746         (org-export-as-ascii): Run the new hook.
12748         * org-latex.el (org-export-latex-treat-sub-super-char): Allow a
12749         space character as the character before the ^/_.
12750         (org-export-latex-final-hook): New hook.
12751         (org-export-as-latex): Run `org-export-latex-final-hook'.
12753 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
12755         * org-macs.el (org-if-unprotected-at): Fix docstring.
12757         * org-agenda.el (org-agenda-change-all-lines): Handle invisible
12758         text in the prefix (if category is a link).
12760         * org-latex.el (org-export-latex-preprocess): Deal properly with
12761         empty lines in verse environments.
12763         * org.el (org-format-latex-header): Inline fullpage.sty.
12765         * org-footnote.el (org-footnote-create-definition): Reveal context
12766         to add a new footnote definition.
12768         * org.el (org-ctrl-c-ctrl-c): Pass prefix arg to
12769         org-table-recalculate when cursor is in TBLFM line.
12771         * org-list.el (org-renumber-ordered-list): Fix cursor position
12772         when bullet length has changed.
12774 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
12776         * org.el (org-format-latex): Mention `org-format-latex-options' in
12777         the docstring.
12779 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
12781         * org.el (org-agenda-get): New function.
12783         * org-agenda.el (org-agenda-post-command-hook): No longer move
12784         point away from end of line.
12785         (org-agenda-add-entry-text, org-agenda-collect-markers)
12786         (org-finalize-agenda, org-agenda-mark-clocking-task)
12787         (org-agenda-dim-blocked-tasks, org-agenda-entry-text-show-here)
12788         (org-agenda-entry-text-show, org-agenda-highlight-todo)
12789         (org-agenda-compare-effort, org-agenda-filter-apply)
12790         (org-agenda-later, org-agenda-change-time-span)
12791         (org-agenda-post-command-hook, org-agenda-show-priority)
12792         (org-agenda-show-tags, org-agenda-goto, org-agenda-kill)
12793         (org-agenda-archive, org-agenda-archive-to-archive-sibling)
12794         (org-remove-subtree-entries-from-agenda, org-agenda-refile)
12795         (org-agenda-open-link, org-agenda-copy-local-variable)
12796         (org-agenda-switch-to, org-agenda-check-no-diary)
12797         (org-agenda-tree-to-indirect-buffer, org-agenda-todo)
12798         (org-agenda-add-note, org-agenda-change-all-lines)
12799         (org-agenda-priority, org-agenda-set-tags)
12800         (org-agenda-set-property, org-agenda-set-effort)
12801         (org-agenda-toggle-archive-tag, org-agenda-date-later)
12802         (org-agenda-show-new-time, org-agenda-date-prompt)
12803         (org-agenda-schedule, org-agenda-deadline, org-agenda-action)
12804         (org-agenda-clock-in, org-agenda-bulk-mark)
12805         (org-agenda-bulk-unmark, org-agenda-show-the-flagging-note):
12806         Use `org-get-at-bol'.
12808         * org-colview.el (org-columns-display-here)
12809         (org-columns-edit-allowed, org-agenda-columns):
12810         Use `org-get-at-bol'.
12812 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
12814         * org.el (org-special-ctrl-a/e): Improve documentation and
12815         customize type.
12816         (org-end-of-line): Don't jump to after the ellipsis.
12817         (org-mode-map): Bind <home> and <end> as well.
12819 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
12821         * org.el (org-fontify-meta-lines-and-blocks): Treat lines with a
12822         space after #+ as comments.
12823         (org-open-at-point): Run `org-follow-link-hook' always.
12825         * org-latex.el (org-export-latex-emph-format): Use better commands
12826         to insert special characters in verbatim snippets.
12828 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
12830         * org-faces.el (org-copy-face): New function.  Use it to create
12831         various faces formerly created by using `copy-face'.
12833         * org-agenda.el (org-prepare-agenda): Don't officially mark this
12834         window dedicated.
12835         (org-agenda-quit): Kill the frame containing the agenda window if
12836         that frame was created for the agenda.
12838 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
12840         * org-agenda.el (org-agenda-date-prompt): Mark the changed time
12841         stamp in the agenda.
12843 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
12845         * org-agenda.el (org-prepare-agenda):
12846         Reset `org-drawers-for-agenda'.
12847         (org-prepare-agenda): Uniquify list of drawers.
12849         * org.el (org-complex-heading-regexp-format): New variable.
12850         (org-set-regexps-and-options):
12851         Define `org-complex-heading-regexp-format'.
12852         (org-drawers-for-agenda): New variable.
12853         (org-map-entries): Bind `org-drawers-for-agenda'.
12854         (org-prepare-agenda-buffers): Add to `org-drawers-for-agenda'.
12856         * org-remember.el (org-go-to-remember-target)
12857         (org-remember-handler): Use `org-complex-heading-regexp-format'.
12859 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
12861         * org-agenda.el (org-agenda-highlight-todo): Fix text property
12862         problem.
12864         * org.el (org-on-heading-p, org-at-heading-p): Make sure these are
12865         always with `invisible-ok'.
12866         (org-store-link): No error when there is nothing to link to in the
12867         agenda.
12869         * org-list.el (org-update-checkbox-count): Insert changed cookie
12870         before the old, to avoid problems with invisibility at the end of
12871         the line.
12872         (org-update-checkbox-count): Insert changed cookie before the old,
12873         to avoid problems with invisibility at the end of the line.
12875         * org.el (org-sort-entries-or-items): Include the final newline.
12876         (org-fontify-meta-lines-and-blocks): Add indented dynamic block
12877         lines for fontification.
12878         (org-dblock-start-re, org-dblock-end-re): Allow indentation.
12879         (org-prepare-dblock): Store the current indentation of the BEGIN
12880         line.
12881         (org-update-dblock): Apply the indentation of the begin line to
12882         the rest of the block.
12883         (org-ctrl-c-ctrl-c): Also find indented dblock lines.
12884         (org-startup-folded): New allowed value `showeverything'.
12885         (org-startup-options): Add STARTUP keyword `showeverything'.
12886         (org-set-startup-visibility): Respect value `showeverything' in
12887         org-startup-folded.
12889 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
12891         * org.el (org-closest-date): Fix issue with past preference.
12893         * org-archive.el (org-archive-set-tag)
12894         (org-archive-subtree-default): New commands.
12896         * org-clock.el (org-clock-clocktable-default-properties):
12897         New option.
12898         (org-clock-report):
12899         Use `org-clock-clocktable-default-properties'.
12901 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
12903         * org.el (org-iswitchb-completing-read): Fix typo.
12905         * org-crypt.el: New file.
12907         * org.el: Add an entry for org-crypt.
12909 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
12911         * org-agenda.el (org-agenda-menu): Reorganize the menu for more
12912         consistency.
12913         (org-batch-store-agenda-views): New function.
12914         (org-agenda-title-append): Define variable.
12915         (org-write-agenda): New export to Org files.
12916         (org-agenda-get-some-entry-text): New arguments INDENT and KEEP.
12917         (org-agenda): Allow to keep the restricted file list if a special
12918         variable is bound to t.
12919         (org-agenda): Define a special agenda view for working on flagged
12920         entries.
12921         (org-agenda-get-restriction-and-command): List the new agenda
12922         view.
12923         (org-agenda-show-the-flagging-note): New command.
12924         (org-agenda-mode-map): New key `?' for looking at the flagging
12925         note.
12927         * org.el (org-autoload): Autoload org-mobile.el.
12928         (org-org-menu): Add menu commands for MobileOrg in the Org menu.
12930         * org-mobile.el: New file.
12932         * org-id.el (org-id-get): Fix bug with forcing ID on an item.
12934 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
12936         * org-table.el (orgtbl-line-start-regexp): Match also TBLNAME
12937         statements.
12938         (org-table-get-remote-range): Match indented #+TBLNAME
12939         statements.
12941         * org.el (org-convert-to-odd-levels)
12942         (org-convert-to-oddeven-levels): Work also correctly if the file
12943         is in outline-mode.
12945 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
12947         * org.el (org-store-link): When in agenda buffer, link to
12948         referenced entry.
12949         (org-add-planning-info): Remove spaces at eol.
12951         * org-macs.el (org-with-point-at): Add a `lisp-indent-function'
12952         property.
12954 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
12956         * org-latex.el (org-export-latex-first-lines): Fix problem with
12957         LaTeX export of first line and selected subtree.
12959         * org.el (org-shifttab): Interpret arg differently when using only
12960         odd levels.
12962 2009-10-01  Bastien Guerry  <bzg@altern.org>
12964         * org.el (org-check-agenda-file): Use a more explicit message.
12966 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
12968         * org-exp.el (org-export-remove-special-table-lines): Don't remove
12969         normal lines.
12971 2009-10-01  Bastien Guerry  <bzg@altern.org>
12973         * org.el (org-offer-links-in-entry): Don't use "Select link" as a
12974         prompt in the temporary window.
12976         * org-agenda.el (org-agenda-bulk-mark): Use a slightly soberer
12977         prefix for marked entries in the agenda view.
12979 2009-10-01  Andreas Burtzlaff  <andy13@gmx.net>  (tiny change)
12981         * org.el (outline-end-of-subtree): Bugfix: advise this function in
12982         a way that prevents any trailing character from being displayed.
12984 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
12986         * org-agenda.el (org-agenda-menu): Fix bugs in the bulk action
12987         menu.
12989         * org-exp.el (org-export-remove-special-table-lines): Remove bad
12990         slow regexp match.
12992 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
12994         * org-latex.el (org-export-latex-preprocess): Do not protect in
12995         the LaTeX header.
12997         * org-src.el (org-edit-src-save): Save window setup while saving.
12998         (org-edit-src-code): Use new buffer name construction scheme.
13000 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
13002         * org-agenda.el (org-agenda-entry-text-exclude-regexps):
13003         New variable.
13004         (org-agenda-entry-text-cleanup-hook): New hook.
13005         (org-agenda-get-some-entry-text): Remove matches of
13006         `org-agenda-entry-text-exclude-regexps' and run the hook
13007         `org-agenda-entry-text-cleanup-hook'.
13009         * org.el (org-offer-links-in-entry): New argument ZERO to
13010         implement a link with index zero.
13011         (org-cycle-show-empty-lines): Not keep empty line under header
13012         hidden.
13013         (org-iswitchb-completing-read): Bind `switchb-use-virtual-buffers'
13014         to nil for special completion.
13015         (org-store-link): Don't error before the first heading.
13017         * org-agenda.el (org-agenda-open-link): Pass the prefix to
13018         `org-offer-links-in-entry'.
13020 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
13022         * org-agenda.el (org-agenda-quit): Provide the window argument for
13023         `window-dedicated-p', Emacs 22 needs it.
13024         (org-format-agenda-item): If the category is a link, arrange for
13025         invisible text to replaced with spaces.
13026         (org-compile-prefix-format): Add the extra space.
13027         (org-prefix-category-length): New variable.
13029         * org-exp.el (org-export-cleanup-toc-line): Remove footnote
13030         references from TOC lines.
13032         * org.el (org-selected-window): New variable.
13034         * org-table.el (org-table-edit-formulas): Remember the selected
13035         window.
13036         (org-table-fedit-finish, org-table-fedit-abort): Select the window
13037         that was originally selected.
13039         * org-exp.el (org-export-preprocess-apply-macros): Scan the
13040         expansion of a macro for more macro definitions.
13042         * org-agenda.el (org-agenda-dim-blocked-tasks): Make sure the
13043         invisibility overlay starts on the newline.
13045 2009-10-01  Glenn Morris  <rgm@gnu.org>
13047         * org-agenda.el (calendar-check-holidays):
13048         * org-exp.el (org-agenda-skip):
13049         * org-list.el (outline-back-to-heading):
13050         * org-wl.el (wl-summary-goto-folder-subr):
13051         * org.el (iswitchb-mode, remember, remember-buffer-desc)
13052         (remember-finalize, remember-save-after-remembering, remember-register)
13053         (remember-buffer, remember-handler-functions)
13054         (remember-annotation-functions): Remove unused declarations.
13056         * org.el (iswitchb-read-buffer): Fix declaration.
13058 2009-09-30  Glenn Morris  <rgm@gnu.org>
13060         * org-compat.el (w32-focus-frame):
13061         * org-exp-blocks.el (R):
13062         * org-exp.el (htmlize-buffer):
13063         * org-protocol.el (server-edit):
13064         * org-table.el (org-format-org-table-html):
13065         * org.el (org-indent-mode): Fix declarations.
13067         * org-colview.el (org-columns-uncompile-format): Avoid assignment to
13068         free variable `fun'.
13070 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
13072         * org-agenda.el (org-agenda-restore-windows-after-quit):
13073         Fix typo in docstring.
13075 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
13077         * org.el (org-tree-to-indirect-buffer, org-convert-to-oddeven-levels)
13078         (org-shiftselect-error, org-ctrl-c-ctrl-c):
13079         * org-agenda.el (org-agenda-undo, org-check-for-org-mode):
13080         * org-attach.el (org-attach-check-absolute-path):
13081         * org-docbook.el (org-export-as-docbook):
13082         * org-html.el (org-export-as-html):
13083         * org-id.el (org-id-update-id-locations):
13084         * org-table.el (org-table-fedit-lisp-indent, orgtbl-send-table):
13085         Fix typos in error messages.
13087 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
13089         * org-ascii.el: Require CL for the `loop' macro.
13091 2009-09-05  Carsten Dominik  <dominik@u016822.science.uva.nl>
13093         * org-gnus.el (require): Wrap (require gnus-sum) into
13094         eval-when-compile.
13096 2009-09-03  Carsten Dominik  <dominik@u016822.science.uva.nl>
13098         * org-protocol.el (org-protocol-store-link)
13099         (org-protocol-remember, org-protocol-open-source): Remove autoload
13100         cookies again.
13102         * org-agenda.el (org-agenda-dim-blocked-tasks): Make sure we are
13103         referencing the start of the line.
13105         * org-gnus.el: Remove unnecessary declare-function forms.
13106         (gnus-sum): Always require gnus-sum.
13108 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
13110         * org-protocol.el (org-protocol-store-link)
13111         (org-protocol-remember, org-protocol-open-source): Add autoloads.
13113         * org-compat.el (org-float-time): New function.
13115         * org.el (org-clock-update-time-maybe)
13116         (org-sort-entries-or-items, org-do-sort)
13117         (org-evaluate-time-range, org-time-string-to-seconds)
13118         (org-closed-in-range): Use `org-float-time'.
13120         * org-timer.el (org-timer-start, org-timer-pause-or-continue)
13121         (org-timer-seconds): Use `org-float-time'.
13123         * org-clock.el (org-clock-get-clocked-time, org-clock-out)
13124         (org-clock-sum, org-dblock-write:clocktable)
13125         (org-clocktable-steps): Use `org-float-time'.
13127         * org-agenda.el (org-agenda-last-marker-time)
13128         (org-agenda-new-marker, org-diary): Use `org-float-time'.
13130         * org-compat.el (w32-focus-frame): Declare the w32-focus-frame
13131         function.
13133         * org-exp.el (org-get-file-contents): Only protect lines that
13134         really need it.
13136         * org-html.el (require): Require cl for compilation.
13138         * org.el: Avoid using `default-major-mode'.
13140         * org-plot.el (require): Require CL only at compile time.
13142         * org-exp.el (require): Require CL only at compile time.
13144         * org-agenda.el (org-agenda-quit): When the agenda window is
13145         dedicated, remove other windows before exiting, so that the frame
13146         really will be killed.
13148         * org-exp.el (org-export-handle-include-files): Reset START and
13149         END for each loop cycle.
13151 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
13153         * org.el (org-eval-in-calendar):
13154         Use `org-select-frame-set-input-focus'.
13156         * org-compat.el (org-select-frame-set-input-focus): New function.
13158         * org.el (org-update-statistics-cookies): New function.
13159         (org-mode-map): Bind `C-c #' to `org-update-statistics-cookies'.
13161 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
13163         * org-src.el (org-edit-fixed-width-region): Set org-src-mode only
13164         after the local variables are set.
13166         * org-latex.el (org-export-latex-protect-amp): New function.
13167         (org-export-latex-links): Protect link ampersands in tables.
13169         * org-exp.el (org-export-select-backend-specific-text): Match in
13170         two steps, to avoid regexp problems.
13172         * org.el (org-offer-links-in-entry): Improve working with many and
13173         duplicate links.
13175         * org-agenda.el (org-agenda-show-1): Make more consistent with
13176         normal cycling.
13177         (org-agenda-cycle-show): Make more consistent with normal cycling.
13179         * org-gnus.el (org-gnus-store-link): Restore the linking to a
13180         website.
13182 2009-09-02  Bastien Guerry  <bzg@altern.org>
13184         * org-latex.el (org-export-latex-first-lines): Bugfix.
13186 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
13188         * org-clock.el (org-clock-modify-effort-estimate): Emit message
13189         about new effort.
13191         * org.el (org-set-effort): New function.
13192         (org-mode-map): New key for effort setting command.
13194         * org-agenda.el (org-agenda): Keep window setup when calling
13195         agenda from within agenda window.
13196         (org-agenda-mode-map): New keys for effort setting commands.
13197         (org-agenda-menu): Add effort setting commands to menu.
13198         (org-agenda-set-property, org-agenda-set-effort): New functions.
13200         * org-latex.el (org-export-latex-tables):
13201         Fix `org-table-last-alignment' and `org-table-last-column-widths' if
13202         the first column has been removed.
13204 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
13206         * org.el (org-remove-timestamp-with-keyword): Only remove in
13207         entry, not in subtree.
13209         * org-src.el (org-src-lang-modes): Add abbreviation elisp for
13210         emacs lisp.
13212         * org.el (org-open-at-point): When on headline, offer all strings
13213         in entry.
13215         * org-remember.el (org-remember-templates): Documentation fix.
13217         * org.el (org-move-subtree-down): Use `org-get-next-sibling' and
13218         `org-get-last-sibling' instead of the outline versions of these
13219         functions.
13220         (org-get-last-sibling): New function.
13221         (org-refile): Use `org-get-next-sibling' instead of the outline
13222         version of this function.
13223         (org-clean-visibility-after-subtree-move):
13224         Use `org-get-next-sibling' and `org-get-last-sibling' instead of the
13225         outline versions of these functions.
13227 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
13229         * org-agenda.el (org-prepare-agenda): When creating a new frame
13230         for the agenda, make the window dedicated.
13232         * org-agenda.el (org-agenda-mode-map): New keys for time motion.
13234         * org-table.el (org-table-align): Change the order of reinsertion
13235         and deletion, to avoid problems with overlays following the table.
13237         * org.el (org-parse-time-string): Better error message.
13238         (org-show-subtree): Use org-end-of-subtree.
13240         * org-macs.el (org-goto-line): New defsubst.
13242         * org.el (org-open-file, org-change-tag-in-region)
13243         (org-fast-tag-show-exit): Don't use `goto-line'.
13245         * org-table.el (org-table-align, org-table-insert-column)
13246         (org-table-delete-column, org-table-move-column)
13247         (org-table-sort-lines, org-table-copy-region)
13248         (org-table-paste-rectangle, org-table-wrap-region)
13249         (org-table-get-specials, org-table-rotate-recalc-marks)
13250         (org-table-get-range, org-table-recalculate)
13251         (org-table-edit-formulas, org-table-fedit-convert-buffer)
13252         (org-table-show-reference, org-table-highlight-rectangle):
13253         Don't use `goto-line'.
13255         * org-src.el (org-edit-src-code, org-edit-fixed-width-region)
13256         (org-edit-src-exit): Don't use `goto-line'.
13258         * org-macs.el (org-preserve-lc): Don't use `goto-line'.
13260         * org-list.el (org-renumber-ordered-list, org-fix-bullet-type):
13261         Don't use `goto-line'.
13263         * org-exp.el (org-export-number-lines): Don't use `goto-line'.
13265         * org-colview.el (org-columns, org-columns-redo)
13266         (org-agenda-columns): Don't use `goto-line'.
13268         * org-colview-xemacs.el (org-columns, org-agenda-columns):
13269         Don't use `goto-line'.
13271         * org-agenda.el (org-agenda-mode): Force visual line motion off.
13272         (org-agenda-add-entry-text-maxlines): Improve docstring.
13273         (org-agenda-start-with-entry-text-mode): New option.
13274         (org-agenda-entry-text-maxlines): New option.
13275         (org-agenda-entry-text-mode): New variable.
13276         (org-agenda-mode): Set initial value of
13277         `org-agenda-entry-text-mode'.
13278         (org-agenda-mode-map): Add the `E' key.
13279         (org-agenda-menu): Add entry text mode to the menu.
13280         (org-agenda-get-some-entry-text): Fix line count bug.
13281         (org-finalize-agenda): Apply entry text mode if appropriate.
13282         (org-agenda-entry-text-show-here): New function.
13283         (org-agenda-entry-text-show): New function.
13284         (org-agenda-entry-text-hide): New function.
13285         (org-agenda-view-mode-dispatch): Add entry text mode to the view
13286         key menu.
13287         (org-agenda-entry-text-mode): New command.
13288         (org-agenda-set-mode-name): Add entry text mode to the mode line
13289         string.
13290         (org-agenda-undo, org-agenda-get-restriction-and-command)
13291         (org-agenda-get-some-entry-text, org-agenda-redo): Don't use
13292         `goto-line'.
13294 2009-09-02  Bernt Hansen  <bernt@norang.ca>
13296         * org-clock.el (org-notify): Bugfix.
13298 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
13300         * org-agenda.el (org-agenda-open-link): Handle multiple links and
13301         check for after-string.
13303         * org-gnus.el (org-gnus-store-link): Simplify.
13305         * org.el (org-latex-regexps): Don't add extra empty lines for
13306         display formulas.
13308 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
13310         * org-agenda.el (org-agenda-get-some-entry-text): New function.
13311         (org-agenda-add-entry-text):
13312         Use `org-agenda-get-some-entry-text'.
13314         * org.el (org-cycle-separator-lines): Update docstring.
13315         (org-cycle-show-empty-lines): Handle negative values for
13316         `org-cycle-show-empty-lines'.
13318         * org-exp.el (org-export-protect-sub-super): New function.
13319         (org-export-normalize-links): Protect the url of plain links from
13320         supscript and superscript processing.
13322         * org-remember.el (org-remember-escaped-%): New function.
13323         (org-remember-apply-template): Use `org-remember-escaped-%' to
13324         detect escaped % signs.
13326 2009-09-02  Bastien Guerry  <bzg@altern.org>
13328         * org-timer.el (org-timer-set-timer): Use `org-notify' and play a
13329         sound when showing the notification.
13331         * org-clock.el (org-notify): New function.
13332         (org-clock-notify-once-if-expired): Use `org-notify'.
13334         * org-gnus.el (org-gnus-store-link): Handle `gnus-summary-mode'
13335         and `gnus-article-mode' separately.
13336         (gnus-summary-article-header): Fix the declare-function.
13338 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
13340         * org-exp.el (org-export-format-source-code-or-example):
13341         Translate language.
13343         * org-src.el (org-src-lang-modes): New variable.
13344         (org-edit-src-code): Translate language.
13346         * org-exp.el (org-export-format-source-code-or-example): Deal wit
13347         the new structure of the `org-export-latex-listings-langs'
13348         variable.
13350         * org-latex.el (org-export-latex-listings-langs): Change structure
13351         of the variable from plist to alist.
13353 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
13355         * org.el (org-in-commented-line): New function.
13357 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
13359         * org.el (org-hide-block-toggle): Make folded blocks searchable.
13361 2009-09-02  Friedrich Delgado Friedrichs  <friedel@nomaden.org>  (tiny change)
13363         * org.el (org-flag-drawer): More useful error.
13365 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
13367         * org-remember.el (org-remember-apply-template):
13368         Use org-icompleting-read.
13370         * org-publish.el (org-publish): Use org-icompleting-read.
13372         * org-colview.el (org-columns-edit-value, org-columns-new)
13373         (org-insert-columns-dblock): Use org-icompleting-read.
13375         * org-colview-xemacs.el (org-columns-edit-value)
13376         (org-columns-new, org-insert-columns-dblock):
13377         Use org-icompleting-read.
13379         * org-attach.el (org-attach-delete-one, org-attach-open):
13380         Use org-icompleting-read.
13382 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
13384         * org.el (org-hierarchical-todo-statistics): Improve docstring.
13385         (org-version): Return the version text.
13386         (org-org-menu): Add a menu entry for the new bug reporter.
13387         (org-submit-bug-report): New command.
13389         * org-list.el (org-hierarchical-checkbox-statistics):
13390         Improve docstring.
13392         * org.el (org-emphasis-regexp-components): Add "`" to set of
13393         pre-emphasis characters.
13395         * org-latex.el (org-export-latex-classes): Always include the soul
13396         package.
13397         (org-export-latex-emphasis-alist): Use \st for strikethough.
13399         * org-exp-blocks.el (org-export-blocks-preprocess):
13400         Use `indent-code-rigidly' to indent.
13402         * org-agenda.el (org-agenda-get-restriction-and-command):
13403         Remove properties only if MATCH really is a string.
13405 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
13407         * org-latex.el (org-export-latex-packages-alist):
13408         Fix customization type.
13410         * org.el (org-create-formula-image): Also use
13411         `org-export-latex-packages-alist'.
13413         * org-html.el (org-export-as-html): Fix bug in footnote regexp.
13414         (org-export-as-html): Format footnotes correctly.
13416 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
13418         * org.el (org-fast-tag-selection): Avoid text properties on tags
13419         in the alist.
13421         * org-agenda.el (org-agenda-get-restriction-and-command):
13422         Avoid text properties on the match element.
13424 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
13426         * org.el (org-set-regexps-and-options): Make sure the list of done
13427         keywords is not invalid.
13429         * org-exp.el (org-export-interpolate-newlines): New function.
13431 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
13433         * org.el (org-format-latex): Avoid nested overlays.
13435         * org-latex.el (org-export-latex-listings-langs): Add a few more
13436         languages.
13438         * org-exp.el (org-export-preprocess-apply-macros): Make sure to
13439         ignore newlines and space before the first macro argument.
13441         * org-latex.el (org-export-latex-tables): Remove save-excursion
13442         around `org-table-align'.
13444 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
13446         * org.el (org-export-html-special-string-regexps):
13447         Definition moved into org.el.
13449         * org-exp.el (org-export-preprocess-apply-macros): Allow newlines
13450         in macro calls.
13452 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
13454         * org-latex.el (org-export-latex-listings)
13455         (org-export-latex-listings-langs): New options.
13457         * org-exp.el (org-export-format-source-code-or-example):
13458         Use listing package if requested by the user.
13460 2009-09-02  Bastien Guerry  <bzg@altern.org>
13462         * org.el (org-iswitchb): Fix bug when aborting the `org-iswitchb'
13463         command before actually switching to a buffer.
13465 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
13467         * org-exp.el (org-get-file-contents): Only quote org lines when
13468         the markup is src or example.
13470         * org-agenda.el (org-agenda-skip-scheduled-if-deadline-is-shown):
13471         New option.
13472         (org-agenda-get-day-entries): Remember deadline results and pass
13473         them on into the function getting the scheduling information.
13474         (org-agenda-get-scheduled): Accept deadline results as parameters
13475         and maybe skip some entries.
13476         (org-agenda-skip-scheduled-if-deadline-is-shown): New option.
13478         * org.el (org-insert-heading): When respecting content, do not
13479         convert current line to headline.
13481         * org-clock.el (org-clock-save-markers-for-cut-and-paste):
13482         Also cheeeeeck the hd marker.
13483         (org-clock-in): Also set the hd marker.
13484         (org-clock-out): Also set the hd marker.
13485         (org-clock-cancel): Reset markers.
13487         * org.el (org-clock-hd-marker): New marker.
13489         * org-faces.el (org-agenda-clocking): New face.
13491         * org-agenda.el (org-agenda-mark-clocking-task): New function.
13492         (org-finalize-agenda): Call `org-agenda-mark-clocking-task'.
13494         * org.el (org-modules): Add org-track.el.
13496         * org-agenda.el (org-agenda-bulk-marked-p): New function.
13497         (org-agenda-bulk-mark, org-agenda-bulk-unmark):
13498         Use `org-agenda-bulk-marked-p'.
13499         (org-agenda-bulk-toggle): New command.
13501 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
13503         * org.el (org-move-subtree-down): Hide subtree if it was folded,
13504         not just the body.
13506         * org-remember.el (org-remember-finalize): Avoid buffer-modified
13507         messages.
13509 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13511         * org-html.el (org-export-as-html):
13512         * org-docbook.el (org-export-as-docbook):
13513         Use (default-value 'major-mode) instead of default-major-mode.
13515 2009-08-08  Carsten Dominik  <carsten.dominik@gmail.com>
13517         * org-docbook.el: Add arch-tag.
13519         * org-exp-blocks.el: Add arch-tag.
13521         * org-id.el: Add arch-tag.
13523         * org-indent.el: Add arch-tag.
13525         * org-inlinetask.el: Add arch-tag.
13527         * org-protocol.el: Add arch-tag.
13529 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
13531         * org.el (org-create-formula-image): Remove the -E option for
13532         dvipng.
13534         * org-exp.el (org-default-export-plist): Respect #+BIND.
13535         (org-export-confirm-letbind): New function.
13537         * org.el (org-paste-subtree): Test the kill ring entry if it is
13538         going to be used.
13539         (org-copy-subtree): Use `org-forward-same-level'.
13540         (org-forward-same-level): Respect the `invisibe-ok' arg for
13541         back-to-heading.
13543 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
13545         * org.el (org-table-map-tables): Make sure cursor is back at table
13546         beginning after funcall.
13548         * org-agenda.el (org-agenda-bulk-action): Make sure parents are
13549         handled before children, and do not error if an entry is not
13550         found, probably because it hase been remove when the parent was
13551         archived or refiled.
13553         * org.el (org-ido-completing-read): Accept straight lists for
13554         completion as well as alists.
13556         * org-timer.el (org-timer-cancel-timers): Rename from
13557         `org-timer-cancel-timers'.
13559         * org.el (org-cycle-internal-local): Fix problem with finding next
13560         invisible line.
13562 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
13564         * org-list.el (org-list-send-list):
13565         Call `org-list-goto-true-beginning' instead of
13566         `org-list-find-true-beginning', which does not exist.
13568         * org-timer.el (org-timer-reset-timers): Use `mapc'.
13569         (org-timer-set-timer): Do not assign to heading.
13571         * org-id.el (org-id-open): Quote function name.
13573         * org-macs.el (org-unmodified): Turn off recording undo
13574         information while running inside the macro.
13576         * org-table.el (org-table-export): Also work in file-less
13577         buffers.
13579         * org.el (org-startup-indented): New option.
13580         (org-startup-options): Add new options indent and noindent.
13581         (org-unfontify-region): Remove line-prefix and wrap-prefix
13582         properties.
13583         (org-after-demote-entry-hook, org-after-promote-entry-hook):
13584         New hooks.
13585         (org-promote, org-demote): Run the new hooks.
13587         * org-table.el (org-table-align): Replace leading \n as well.
13589         * org-exp.el (org-export-push-to-kill-ring): Remove `line-prefix'
13590         and `line-wrap' text properties.
13592         * org-compat.el (org-kill-new): New function.
13594         * org-agenda.el (org-format-agenda-item): Remove `line-prefix' and
13595         `line-wrap' text properties.
13597         * org-indent.el: New file.
13599 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
13601         * org.el (org-provide-todo-statistics): Tweak docstring.
13603         * org-id.el (org-id-open): Honor `org-link-frame-setup'.
13605 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
13607         * org-exp.el (org-export-as-org): Insert the "-source" string
13608         before the extension.
13610         * org.el (org-read-date): Make sure the calendar is in the current
13611         frame.
13612         (org-set-emph-re): Remove the ? from the post-match.
13613         (org-emphasis-regexp-components): Add backslash to the
13614         postmatch class.
13615         (org-set-font-lock-defaults): Write \n instead of \xa, and make it
13616         optional so that also lines at the end of the buffers will still
13617         be matched as headlines.
13619         * org-table.el (org-table-error-on-row-ref-crossing-hline):
13620         Variable made obsolete.
13621         (org-table-relative-ref-may-cross-hline): New option.
13622         (org-table-find-row-type): Honow the new option
13623         `org-table-relative-ref-may-cross-hline'.
13625 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
13627         * org-table.el (org-table-cut-region, org-table-copy-region):
13628         Work on single field if no active region.
13630 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
13632         * org-latex.el (org-export-latex-make-header): Only insert title
13633         if one is defined.
13635         * org.el (org-make-options-regexp): Allow empty values.
13637 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
13639         * org.el (org-cycle-internal-local): Improved version of finding
13640         next visible line.
13641         (org-cycle-hide-drawers): Only hide drawers if this is really
13642         necessary.
13643         (outline-end-of-subtree): Make `outline-end-of-subtree' use the
13644         org-version of this function in Org-mode.  We use advice to
13645         implement this change, so that future changes to this function in
13646         outline.el wil be handled properly.
13647         (org-forward-same-level, org-backward-same-level): New commands.
13649 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
13651         * org.el (org-remove-empty-overlays-at)
13652         (org-clean-visibility-after-subtree-move): New functions.
13653         (org-move-subtree-down): Simplify cleanup of display.
13655 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
13657         * org-mac-message.el (org-mac-message-get-links): Improve
13658         docstring.  Make argument SELECT-OR-FLAGGED optional, default to
13659         "s".  Fix the return value.
13660         (org-mac-message-insert-flagged): Simplify.
13662         * org.el (org-refile-get-location): Tamper with refile history o
13663         that history contains compete matches instead of the entered
13664         string.
13666 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
13668         * org.el (org-store-link): Never store a link to an inline task.
13670         * org-footnote.el (org-footnote-goto-local-insertion-point):
13671         Skip inline tasks when positioning footnotes.
13673         * org.el (org-refile): Remove the END line when archiving an
13674         inline task that does have an END line.
13676         * org-archive.el (org-archive-subtree): Remove the END line when
13677         archiving an inline task that does have an END line.
13679         * org-macs.el (org-with-limited-levels): New macro.
13680         (org-get-limited-outline-regexp): New function.
13682         * org-exp.el (org-export-format-source-code-or-example): Fix bug
13683         that did not enumerate first line.
13684         (org-export-mark-radio-links): Skip matches in links.
13686 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
13688         * org.el (org-activate-plain-links): Make single-match.
13689         (org-adapt-indentation): Fix docstring.
13691         * org-macs.el (org-unmodified): Turn of modification hooks while
13692         running this macro.
13694 2009-08-06  Bastien Guerry  <bzg@altern.org>
13696         * org.el (org-adapt-indentation): Slightly improve the docstring.
13697         (org-occur): Sends an error when the user inputs an empty string.
13698         (org-priority): Bugfix: the tag alignement should happen within
13699         save-excursion.
13701 2009-08-06  Bastien Guerry  <bzg@altern.org>
13703         * org.el (org-make-link-regexps): Don't exclude parentheses from
13704         `org-plain-link-re'.
13705         (org-cycle-internal-local): When locally cycling, switch directly
13706         from CHILDREN to FOLDED if there is no subtree.
13707         (org-cycle): Update the docstring to document the new behavior of
13708         `org-cycle-internal-local'.
13710 2009-08-06  Nicolas Goaziou  <n.goaziou@neuf.fr>  (tiny change)
13712         * org-clock.el (org-clock-in): Bugfix: recognize timestamps with
13713         an abbreviated format for days.
13715 2009-08-06  Bastien Guerry  <bzg@altern.org>
13717         * org-protocol.el (org-protocol-default-template-key):
13718         New option.
13720         * org.el (org-refile): Bugfix: save-excursion before reading the
13721         refile target, otherwise cursor moves might confuse `org-refile'.
13723         * org.el (org-toggle-heading): Bugfix: correctly convert list
13724         items before the first headline.
13726         * org.el (org-provide-todo-statistics): Allow a list of TODO
13727         keywords to compute statistics against headlines containing a
13728         keyword from this list.
13729         (org-update-parent-todo-statistics): Possibly use the new allowed
13730         value of `org-provide-todo-statistics'.
13732 2009-08-06  Bastien Guerry  <bzg@altern.org>
13734         * org-timer.el: Add autoload cookie.
13736         * org.el (org-occur-link-in-agenda-files): New function.
13738         * org-timer.el (org-timer-last-timer): New variable.
13740         * org-agenda.el (org-agenda-mode-map): New key for
13741         org-timer-set-timer called from the agenda.
13743         * org.el (org-mode-map): New key for org-timer-set-timer.
13745         * org-timer.el (org-timer-reset-timers)
13746         (org-timer-show-remaining-time, org-timer-set-timer):
13747         New functions.
13749         * org-clock.el (org-show-notification): Update the docstring.
13751         * org.el (org-provide-todo-statistics): Allow new value
13752         'all-headlines for this option, which includes entries with no
13753         TODO keywords in the todo statistics.
13754         (org-update-parent-todo-statistics): Possibly use the new
13755         'all-headline value from `org-provide-todo-statistics'.
13757 2009-08-06  Bastien Guerry  <bzg@altern.org>
13759         * org-clock.el (org-dblock-write:clocktable): Add a new option
13760         :timestamp which allows display of timestamps in clock reports.
13762         * org.el (org-mode-map): Define new key `C-c C-*': convert a plain
13763         list to a subtree, preserving the structure of the list.
13764         (org-set-emph-re): Make the last element optional in the regexp.
13765         This regexp now matches an emphasized string at the end of a line.
13767         * org-list.el (org-list-goto-true-beginning)
13768         (org-list-make-subtree, org-list-make-subtrees): New functions.
13770         * org.el (org-eval-in-calendar): Select the right frame.
13771         (org-save-frame-excursion): Remove this macro.
13773 2009-08-06  Bastien Guerry  <bzg@altern.org>
13775         * org-list.el (org-list-beginning-re): Bugfix: don't use * when
13776         trying to find the beginning of a list.
13778         * org-exp.el (org-get-file-contents): Use a new argument: markup.
13779         When present, tell org-get-file-contents not to protect org-like
13780         lines.
13782         * org-id.el (org-id-uuid-program): New option to set the name of
13783         the uuidgen program.
13784         (org-id-method): Use `org-id-uuid-program'.
13785         (org-id-new): Use `org-id-uuid-program'.
13787 2009-08-06  Bastien Guerry  <bzg@altern.org>
13789         * org-exp.el (org-export-number-lines): Allow whitespace in code
13790         references.  Allow the -r switch to remove the references in the
13791         source code even when the lines are not numbered: the labels can
13792         be explicit enough.
13794         * org.el (org-fontify-whole-heading-line): New option.
13795         (org-set-font-lock-defaults): Use the new option.
13797         * org-clock.el (org-show-notification-handler): New option.
13798         (org-show-notification): Use the new option.
13800 2009-08-06  Bastien Guerry  <bzg@altern.org>
13802         * org.el (org-eval-in-calendar): Fix a bug about calendar
13803         navigation when `calendar-setup' value is 'calendar-only.
13805 2009-08-06  Bastien Guerry  <bzg@altern.org>
13807         * org.el (orgstruct++-mode): Fix typo in docstring.
13808         (org-insert-link): Clean up: (or (...)) => (...)
13809         (org-insert-link): Use TAB for stored links completion.
13811 2009-08-06  Bastien Guerry  <bzg@altern.org>
13813         * org.el (org-get-refile-targets): Fix bug: don't ignore case when
13814         building the list of targets.
13816         * org-remember.el (org-remember-delete-empty-lines-at-end):
13817         New option.
13818         (org-remember-handler): Use the new option.
13820 2009-08-06  James TD Smith  <ahktenzero@mohorovi.cc>
13822         * org.el (org-tags-sort-function): New option for sorting tags.
13823         (org-set-tags): Use the new option to sort tags.
13825         * org-plot.el (org-plot/gnuplot): Run with an idle timer to avoid
13826         premature deletion of the data when using org-plot in a script.
13828 2009-08-06  Bastien Guerry  <bzg@altern.org>
13830         * org-clock.el (org-clock-in-prepare-hook): New hook.
13831         (org-clock-in): Use this new hook.
13833 2009-08-06  Bastien Guerry  <bzg@altern.org>
13835         * org.el (org-special-ctrl-a/e): Explicitly bind the value
13836         'reversed for this option to the "true line boundary first"
13837         behavior.
13838         (org-tags-match-list-sublevels): Document the 'indented value for
13839         this variable.
13841         * org-latex.el (org-export-latex-first-lines): Fix problem with
13842         publishing the region.
13844         * org-exp.el (org-export-format-source-code-or-example):
13845         Fix bad line numbering when exporting examples in HTML.
13847 2009-08-06  James TD Smith  <ahktenzero@mohorovi.cc>
13849         * org-colview.el (org-format-time-period): Formats a time in
13850         fractional days as days, hours, mins, seconds.
13851         (org-columns-display-here): Add special handling for SINCE and
13852         SINCE_IA to format for display.
13854         * org.el (org-time-since): Add a function to get the time since an
13855         org timestamp.
13856         (org-entry-properties): Add two new special properties: SINCE and
13857         SINCE_IA.  These give the time since any active or inactive
13858         timestamp in an entry.
13859         (org-special-properties): Add SINCE, SINCE_IA.
13860         (org-tags-sort-function): Add custom declaration for tags
13861         sorting function.
13862         (org-set-tags): Sort tags if org-tags-sort-function is set.
13864 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
13866         * org-clock.el (org-clock-goto): Find hidden headlines as well.
13868         * org.el (org-narrow-to-subtree): Find hidden headlines as well.
13870         * org-plot.el (org-plot/add-options-to-plist): Add timeind
13871         option.
13873 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
13875         * org-publish.el (org-publish-remove-all-timestamps): New function.
13876         (org-publish-all): Remove all timestamp files if `org-publish-all'
13877         is called with a prefix argument.
13879         * org-list.el (org-indent-item): Fix typo.
13880         (org-item-indent-positions): Normalize ordered bullet.
13882 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
13884         * org-macs.el (org-set-local): Make a local variable, do not make
13885         the variable buffer-local!
13887         * org-latex.el (org-export-as-latex): Call `org-install-letbind'.
13889         * org-exp.el (org-infile-export-plist): Read BIND lines.
13890         (org-install-letbind): New function.
13891         (org-export-as-org, org-export-preprocess-string):
13892         Call `org-install-letbind'.
13894         * org-list.el (org-list-demote-modify-bullet): New option.
13895         (org-first-list-item-p): Save point.
13896         (org-fix-bullet-type): New optional argument FORCE-BULLET.
13897         (org-indent-item): Honor `org-list-demote-modify-bullet'.
13898         (org-item-indent-positions): Return bullet types along with
13899         indentation.
13901 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
13903         * org.el (org-show-entry): Hide drawers.
13905 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
13907         * org-footnote.el (org-footnote-auto-adjust): New option.
13908         (org-footnote-auto-adjust-maybe): New function.
13909         (org-footnote-new, org-footnote-delete):
13910         Call `org-footnote-auto-adjust-maybe'.
13912         * org.el (org-startup-options): Add new footnote-related
13913         keywords.
13915         * org-publish.el (org-publish-timestamp-filename): Additional
13916         arguments PUB-DIR and PUB-FUNC, which are included in the hash.
13917         (org-publish-needed-p): Additional arguments PUB-DIR PUB-FUNC
13918         TRUE-PUB-DIR.  Pass them through to
13919         `org-publish-timestamp-filename'.
13920         (org-publish-update-timestamp): Additional arguments PUB-DIR and
13921         PUB-FUNC, which are included in the hash.
13922         (org-publish-file): Delay timestamp test until the publishing
13923         function is known.
13925 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
13927         * org-agenda.el (org-agenda-bulk-action): Add scheduling and
13928         setting the deadline.
13930         * org.el (org-read-date-final-answer): New variable.
13931         (org-read-date): Store the final answer string, including the date
13932         from the calendar, for reuse by agenda bulk commands.
13934         * org-publish.el (org-publish-attachment): Fix publishing of
13935         attachments.
13937         * org-latex.el (org-export-latex-quotation-marks): Fix export of
13938         quotation makrs in parenthesis.
13939         (org-remove-initial-hash): New function.
13940         (org-export-latex-preprocess): Fix bug with infinite loop if
13941         environment is not properly closed.
13943         * org-table.el (org-table-get-remote-range): Find #+TBLNAME also
13944         when indented.
13946         * org.el (org-fontify-meta-lines-and-blocks): Make #+TBLNAME
13947         highlight also when indented.
13949 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
13951         * org-footnote.el (org-footnote-renumber-fn:N): New command.
13952         (org-footnote-action): Offer renumbering.
13954         * org.el (org-cycle): Honor the `integrate' value of
13955         org-cycle-include-plain-lists'.
13957         * org-list.el (org-cycle-include-plain-lists): New allowed value
13958         `internal'.  Improve the docstring.
13960         * org.el (org-set-autofill-regexps): Improve the paragraph-start
13961         regexp to work better with LaTeX commands.
13963 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
13965         * org-latex.el (org-export-latex-inline-image-extensions): Add ps
13966         and eps extensions.
13968 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
13970         * org-agenda.el (org-write-agenda): Make sure org-icalendar is
13971         loaded.
13973         * org.el (org-map-entries): No longer force
13974         `org-tags-match-list-sublevels' to t during a todo-only tags
13975         search.
13977 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
13979         * org-latex.el (org-export-latex-low-levels): Allow user-defined
13980         environment.
13981         (org-export-latex-subcontent): Handle user-defined environment.
13983         * org-agenda.el (org-agenda-view-mode-dispatch): Add more keys to
13984         the View dispatcher.
13986         * org.el (org-hide-block-toggle): Use `org-make-overlay' instead of
13987         `make-overlay'.
13989         * org-latex.el (org-export-as-pdf): Protect match data during call
13990         to shell-quote-argument.
13992         * org-agenda.el (org-agenda-mode-map): Modify bulk action keys.
13993         (org-agenda-view-mode-dispatch): New function.
13995 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
13997         * org-agenda.el (org-agenda-mode): Reset list of marks.
13998         (org-agenda-mode-map): Define new keys for refile and bulk action.
13999         (org-agenda-menu): Add menu itesm for refile and bulk action.
14000         (org-agenda-refile): New function.
14001         (org-agenda-set-tags): Optional arguments TAG and ONOFF.
14002         (org-agenda-marked-entries): New variable.
14003         (org-agenda-bulk-select, org-agenda-remove-bulk-action-overlays)
14004         (org-agenda-remove-all-bulk-action-marks)
14005         (org-agenda-bulk-action): New functions/commands.
14007 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
14009         * org-exp.el (org-get-file-contents): Protect org-like lines in
14010         included files.
14011         (org-export-format-source-code-or-example): Remove newlines.
14013         * org-latex.el (org-export-latex-links): Check for no-description
14014         marking.
14016         * org-exp.el (org-export-preprocess-apply-macros): Switch macro
14017         argument separator back to comma.
14018         (org-export-normalize-links): Mark links without description.
14020 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
14022         * org-exp.el (org-infile-export-plist): Fix bug in macro
14023         processing.
14025         * org-agenda.el (org-agenda-clock-out): Update line after clocking
14026         out.
14027         (org-agenda-highlight-todo): Fix bug with highlighting.
14029 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
14031         * org.el (org-set-font-lock-defaults): Adapt formatting to capture
14032         new alignment strings.
14034         * org-table.el (orgtbl-self-insert-command): Add yas/expand to
14035         command list.
14036         (org-table-align): Check for forced align type.
14038         * org.el (org-self-insert-command): Add yas/expand to command
14039         list.
14041         * org-clock.el (org-clock-in-hook): New hook.
14042         (org-clock-in): Run `org-clock-in-hook.
14043         (org-clock-out-hook): New hook.
14044         (org-clock-out): Run `org-clock-out-hook.
14045         (org-clock-cancel-hook): New hook.
14046         (org-clock-cancel): Run `org-clock-cancel-hook.
14047         (org-clock-goto-hook): New hook.
14048         (org-clock-goto): Run `org-clock-goto-hook.
14050 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
14052         * org.el (org-store-link): Better default description for link to
14053         Org-mode headline.
14055         * org-exp.el (org-export-generic): Autoload the generic exporter
14056         function.
14057         (org-export): Implement the `g' key for the generic exporter.
14059 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
14061         * org-table.el (orgtbl-setup): Add a binding for `S-iso-lefttab',
14062         and for zbacktab'.
14064         * org-exp.el (org-infile-export-plist): Get macros also from
14065         #+SETUPFILE.
14067 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
14069         * org-colview.el (org-columns-capture-view): Protect vertical bars
14070         in column values.
14071         (org-columns-capture-view): Exclude comment and archived trees.
14073         * org-colview-xemacs.el (org-columns-capture-view):
14074         Protect vertical bars in column values.
14075         (org-columns-capture-view): Exclude comment and archived trees.
14077         * org.el (org-quote-vert): New function.
14079         * org-latex.el (org-export-latex-verbatim-wrap): New option.
14081         * org-exp.el (org-export-format-source-code-or-example):
14082         Use `org-export-latex-verbatim-wrap'.
14084         * org.el (org-clone-subtree-with-time-shift): Also shift inactive
14085         time stamps.
14087 2009-08-06  Eric Schulte  <schulte.eric@gmail.com>
14089         * org-exp-blocks.el: New file.
14091 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
14093         * org-remember.el (org-remember-templates): Allow the headline
14094         element to be a function.
14095         (org-remember-apply-template): If the headline is a function, call
14096         it to get the true function.
14098         * org-clock.el (org-clock-menu): New function.
14099         (org-clock-update-mode-line): Update help string.
14100         (org-clock-modify-effort-estimate): New function.
14101         (org-clock-mark-default-task): New function.
14103         * org.el (org-hh:mm-string-to-minutes): Also take just a number of
14104         minutes as input.
14105         (org-org-menu): Add new clocking stuff.
14106         (org-clock-is-active): New function.
14108 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
14110         * org.el (org-open-non-existing-files): Improve docstring.
14112 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
14114         * org-icalendar.el (org-icalendar-include-bbdb-anniversaries):
14115         New option.
14116         (org-export-icalendar): Call `org-bbdb-anniv-export-ical'.
14118         * org-bbdb.el (org-bbdb-anniv-export-ical): New function.
14120         * org-list.el (org-get-checkbox-statistics-face): Use the new
14121         faces.
14123         * org-faces.el (org-checkbox-statistics-todo)
14124         (org-checkbox-statistics-done): New faces.
14126 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
14128         * org-latex.el (org-export-latex-use-verb): New variable.
14129         (org-export-latex-emph-format): Prefer \texttt over \verb when
14130         org-export-latex-use-verb is set.
14132 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
14134         * org-remember.el (org-remember-handler): Abort remember if the
14135         buffer is empty.
14137         * org-exp.el (org-export-format-source-code-or-example):
14138         Run `org-src-mode-hook'.
14140 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
14142         * org.el (org-indent-line-function): Fix indentation of +#end lines.
14144 2009-08-06  Tassilo Horn  <tassilo@member.fsf.org>
14146         * org-gnus.el (org-gnus-store-link): Require message.el in
14147         org-gnus-store-link.
14149 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
14151         * org-src.el: New file, split out of org.el.
14153         * org-macs.el (org-replace-match-keep-properties): New function.
14155         * org-exp.el (org-export-mark-blockquote-verse-center):
14156         Better preprocessing of center and quote and verse blocks.
14158         * org-list.el (org-list-end): Respect the stored "original"
14159         indentation when determining the end of the list.
14161         * org-exp.el (org-export-replace-src-segments-and-examples):
14162         Remember indentation correctly.
14164 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
14166         * org-clock.el (org-clock-update-mode-line): Apply face
14167         org-mode-line-clock.
14169         * org-faces.el (org-mode-line-clock): New face.
14171 2009-08-06  Tassilo Horn  <tassilo@member.fsf.org>
14173         * org-gnus.el (org-gnus-store-link): Fix bug where
14174         `org-gnus-store-link' used wrong subject when called in an article
14175         buffer.  Patch provided by fengli AT gmail DOT com.
14177 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
14179         * org-exp.el (org-export-format-source-code-or-example):
14180         Remember the original indentation of source code snippets and examples.
14182         * org-latex.el (org-export-as-latex): Relocate the table of
14183         contents.
14185         * org.el (org-ctrl-c-ctrl-c): Update clock lines.
14187         * org-agenda.el (org-run-agenda-series): Scope global options also
14188         when creating the agenda buffer.
14190 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
14192         * org.el (org-adapt-indentation): Improve documentation.
14193         (org-insert-property-drawer): Respect org-adapt-indentation when
14194         inserting the drawer.
14195         (org-remove-flyspell-overlays-in): New function.
14196         (org-do-emphasis-faces, org-activate-plain-links)
14197         (org-activate-code, org-fontify-meta-lines-and-blocks)
14198         (org-activate-angle-links, org-activate-footnote-links)
14199         (org-activate-bracket-links, org-activate-dates)
14200         (org-activate-target-links, org-activate-tags): Remove flyspell
14201         overlays.
14203 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
14205         * org.el (org-edit-src-save): New function.
14207         * org-clock.el (org-clock-out-switch-to-state): New option.
14208         (org-clock-out): Honor `org-clock-out-switch-to-state'.
14210         * org-compat.el (org-compatible-face): Improve macro.
14212         * org.el (org-global-properties-fixed): Add default for
14213         CLOCK_MODELINE_TOTAL.
14215         * org-clock.el (org-clock-sum): Accept lists and strings as tstart
14216         and tend.
14217         (org-clock-sum-current-item): Optional argument TSTART, pass it to
14218         org-clock-sum.
14219         (org-clock-get-sum-start): New function.
14221         * org.el (org-startup-options): New keywords blockhide and
14222         blockshow.
14223         (org-mode): Add new invisibility spec.
14224         (org-set-startup-visibility): Hide block on startup if so
14225         desired.
14226         (org-hide-block-startup): New option.
14227         (org-block-regexp): New constant.
14228         (org-hide-block-overlays): New variable.
14229         (org-block-map, org-hide-block-toggle-all, org-hide-block-all)
14230         (org-show-block-all, org-hide-block-toggle-maybe)
14231         (org-hide-block-toggle): New functions.
14232         (org-edit-src-exit): Do not quote lines starting with # and no +
14233         behind it.
14234         (org-auto-repeat-maybe): Add LAST_REPEAT properter for a repeating
14235         entry.
14237 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
14239         * org.el (org-buffer-property-keys): Add Effort property for
14240         completion.
14242 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
14244         * org-clock.el (org-clock-sum-current-item): Fix positioning bug
14245         when retrieving total clocked time in the subtree.
14247         * org.el (org-quoting-blocks): New variable.
14249 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
14251         * org-table.el (org-table-store-formulas)
14252         (org-table-get-stored-formulas, org-table-fix-formulas)
14253         (org-table-edit-formulas, orgtbl-ctrl-c-ctrl-c)
14254         (orgtbl-gather-send-defs): Allow indented #+TBLFM line.
14256         * org.el (org-fontify-meta-lines, org-ctrl-c-ctrl-c):
14257         Allow indented #+TBLFM line.
14259         * org-footnote.el (org-footnote-goto-local-insertion-point):
14260         Allow indented #+TBLFM line.
14262         * org-colview.el (org-dblock-write:columnview): Allow indented
14263         #+TBLFM line.
14265         * org-colview-xemacs.el (org-dblock-write:columnview):
14266         Allow indented #+TBLFM line.
14268         * org-clock.el (org-dblock-write:clocktable): Allow indented
14269         #+TBLFM line.
14271 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
14273         * org-exp.el (org-export-format-source-code-or-example):
14274         Make editing indented blocks work correctly.
14276         * org.el (org-edit-src-nindent): New variable.
14277         (org-edit-src-code, org-edit-fixed-width-region)
14278         (org-edit-src-find-region-and-lang, org-edit-src-exit):
14279         Make editing indented blocks work correctly.
14281 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
14283         * org-exp.el (org-export-replace-src-segments-and-examples):
14284         Find indented blocks.
14285         (org-export-format-source-code-or-example): Fix indentation of
14286         blocks.
14287         (org-export-remove-indentation): New function.
14288         (org-export-select-backend-specific-text): Allow backend-specific
14289         code to be indented.
14290         (org-export-mark-blockquote-verse-center): Allow markers to be
14291         indented.
14293         * org.el (org-fontify-meta-lines): New function.
14294         (org-set-font-lock-defaults): Call the new fontification
14295         function.
14297         * org-faces.el (org-meta-line): New face.
14298         (org-block): New face.
14300 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
14302         * org.el (org-treat-insert-todo-heading-as-state-change)
14303         (org-treat-S-cursor-todo-selection-as-state-change):
14304         New variables.
14305         (org-insert-todo-heading):
14306         Honor `org-treat-insert-todo-heading-as-state-change'.
14307         (org-shiftright, org-shiftleft):
14308         Honor `org-treat-S-cursor-todo-selection-as-state-change'.
14309         (org-inhibit-logging): New variable.
14311 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
14313         * org-agenda.el (org-remove-subtree-entries-from-agenda):
14314         Reduce range for marker position checking.
14316         * org-latex.el (org-export-latex-first-lines): Fix bug when
14317         exporting a region.
14319 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
14321         * org-exp.el (org-export-push-to-kill-ring): Protect using
14322         x-set-selection, because that does not always work.
14324         * org-agenda.el (org-agenda-list): Apply the new face
14325         `org-agenda-date-today'.
14327         * org-faces.el (org-agenda-date-today): New face.
14329 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
14331         * org-agenda.el (org-agenda-to-appt): Turn off restriction when
14332         creating appointments.
14334         * org-latex.el (org-export-latex-low-levels): Fix customization
14335         type.
14337         * org.el (org-priority, org-shiftup, org-shiftdown):
14338         Disable priority commands.
14340         * org-agenda.el (org-agenda-priority): Disable priority commands.
14342         * org.el (org-enable-priority-commands): New option.
14344         * org-colview-xemacs.el (org-columns-compute)
14345         (org-columns-number-to-string): Fix problems with empty fields.
14347         * org-colview.el (org-columns-compute)
14348         (org-columns-number-to-string): Fix problems with empty fields.
14350         * org-exp.el (org-export-push-to-kill-ring): New function.
14351         (org-export-copy-to-kill-ring): New option.
14353         * org-latex.el (org-export-as-latex):
14354         Call `org-export-push-to-kill-ring'.
14356         * org-exp.el (org-export-show-temporary-export-buffer):
14357         New option.
14359         * org-latex.el (org-export-as-latex):
14360         Use `org-export-show-temporary-export-buffer'.
14362         * org-exp.el (org-export-show-temporary-export-buffer):
14363         New option.
14364         (org-export-push-to-kill-ring): New function.
14366         * org-colview.el (org-columns-compile-map): New variable.
14367         (org-columns-new, org-columns-compute)
14368         (org-columns-number-to-string, org-columns-uncompile-format)
14369         (org-columns-compile-format): Implement new operators.
14371 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
14373         * org-exp.el (org-export-plist-vars): Add :xml-declaration.
14375         * org-list.el (org-update-checkbox-count): Make property
14376         dependent.
14378         * org.el (org-hierarchical-todo-statistics): New option.
14379         (org-update-parent-todo-statistics): Modify to handle recursive
14380         statistics.
14382 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
14384         * org-publish.el (org-publish): Make this function behave
14385         correctly in interactive use when called with a prefix argument.
14387         * org.el (org-todo-statistics-hook): New hook.
14388         (org-update-parent-todo-statistics): Use new hook.
14389         (org-log-into-drawer): New function.
14390         (org-add-log-setup): Use the new `org-log-into-drawer' function to
14391         determine if we should be logging into a drawer.
14392         (org-log-into-drawer): Update docstring.
14393         (org-default-properties): Add LOG_INTO_DRAWER as a property.
14395         * org-list.el (org-checkbox-statistics-hook): New hook.
14396         (org-update-checkbox-count-maybe): Use new hook.
14398 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
14400         * org.el (org-edit-src-code, org-edit-fixed-width-region): Use a
14401         better buffer-generating mechanism.
14402         (org-edit-src-find-buffer): New function.
14404         * org-icalendar.el (org-print-icalendar-entries): Don't check for
14405         archive tag, this is already done by `org-agenda-skip'.
14406         data while constructing lost of tags.
14408 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
14410         * org-exp.el (org-export-preprocess-apply-macros): Use semicolon
14411         as argument separator in macros.
14413 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
14415         * org.el (org-after-sorting-entries-or-items-hook): New hook.
14416         (org-sort-entries-or-items): Run the new hook.
14417         (org-after-refile-insert-hook): New hook.
14418         (org-refile): Run `org-after-refile-insert-hook'.
14420         * org-agenda.el (org-agenda-get-progress): Never take time of day
14421         from headline when displaying progress.
14423         * org-latex.el (org-export-latex-complex-heading-re): New variable.
14424         (org-export-as-latex): Force the correct regexp in the
14425         preprocessor buffer.
14426         (org-export-latex-set-initial-vars):
14427         Set `org-export-latex-complex-heading-re'.
14429         * org-agenda.el (org-agenda-start-with-log-mode): New option.
14430         (org-agenda-mode): Use `org-agenda-start-with-log-mode'.
14432 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
14434         * org-latex.el (org-export-latex-tables-centered): New option.
14435         (org-export-latex-tables): Use `org-export-latex-tables-centered'.
14437         * org-exp.el (org-export-as-org): New command.
14438         (org-export-as-org): New command.
14440         * org-publish.el (org-publish-org-to-org): New function.
14442 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
14444         * org.el (org-yank): Just call `org-yank-generic'.
14445         (org-yank-generic): New function, containing the formaer
14446         functionality of `org-yank'.
14448         * org-latex.el (org-export-latex-not-done-keywords)
14449         (org-export-latex-done-keywords): New variables.
14450         (org-export-latex-todo-keyword-markup): New option.
14451         (org-export-latex-set-initial-vars): Remember the TODO keywords.
14452         (org-export-latex-keywords-maybe): Apply the TODO markup.
14454 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
14456         * org-exp.el (org-infile-export-plist): Add more default macros.
14457         (org-export-preprocess-apply-macros): Process macro arguments.
14459 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
14461         * org-icalendar.el (org-icalendar-include-todo): New allowed value
14462         `unblocked'.
14463         (org-print-icalendar-entries): Respect the new value of
14464         `org-icalendar-include-todo'.
14466         * org.el (org-link-try-special-completion)
14467         (org-file-complete-link): New functions.
14468         (org-insert-link): Add special completion support for some link
14469         types.
14471         * org-bbdb.el (org-bbdb-complete-link): New function.
14473 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
14475         * org-list.el (org-update-checkbox-count): Allow recursive
14476         statistics.
14477         (org-hierarchical-checkbox-statistics): New option.
14479         * org.el (org-cycle): Remove erraneous space character.
14481         * org-icalendar.el (org-icalendar-timezone): Initialize from
14482         environment.
14484 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
14486         * org.el (org-autoload): Fix autoloading of ascii export
14487         functions.
14488         (org-modules): Add org-special-blocks.
14490 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
14492         * org-icalendar.el (org-start-icalendar-file): Use the new option.
14493         (org-ical-timezone): New option.
14495         * org-exp.el (org-export-get-coderef-format): Use the description
14496         is present.
14498         * org.el (org-sort-entries-or-items): Improve docstring, and make
14499         better implementation for time sorting.
14501 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
14503         * org.el (org-edit-src-persistent-message): New option.
14504         (org-edit-src-code, org-edit-fixed-width-region): Use the new
14505         option.
14507         * org-clock.el (org-clock-insert-selection-line): Fix prefious
14508         patch.
14510         * org.el (org-edit-src-code, org-edit-fixed-width-region):
14511         Use separate buffer instead of indirect buffer to edit source code.
14512         (org-edit-src-exit): Make this function work with the new setup.
14514         * org-clock.el (org-clock-insert-selection-line): Make sure tasks
14515         are properly fontified before shown in the selection menu.
14517         * org.el (org-fontify-like-in-org-mode): New function.
14519         * org-latex.el (org-export-latex-links): Use the property list to
14520         retrieve the default image attributes.
14522         * org-exp.el (org-export-plist-vars): Add a new option.
14524 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
14526         * org-exp.el (org-export, org-export-visible): Support ASCII
14527         export to buffer.
14528         (org-export-normalize-links): Do not protect the description if it
14529         is explicitly given.
14531         * org-list.el (org-reset-checkbox-state-subtree): Move here from
14532         org-checklist.el.
14533         (org-reset-checkbox-state-subtree):
14534         Call `org-reset-checkbox-state-subtree'.
14536         * org-remember.el (org-select-remember-template): For the
14537         selection of a valid template.
14539         * org-latex.el (org-export-region-as-latex): Supply the
14540         force-no-subtree argument.
14541         (org-export-as-latex): Provide better limits when exporting the
14542         first line.  When exporting to string, we still want the first
14543         lines.
14544         (org-export-latex-first-lines): New argument END, to force the end
14545         of the region.
14546         (org-export-region-as-latex): Use the property list.
14547         (org-export-as-latex): ????
14549         * org-colview-xemacs.el (org-columns-remove-overlays)
14550         (org-columns): Fix call to `local-variable-p'.
14552 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
14554         * org-latex.el (org-export-latex-after-blockquotes-hook): New hook.
14555         (org-export-latex-preprocess): Run the new hook.
14557         * org-exp.el (org-export-preprocess-after-blockquote-hook): New hook.
14558         (org-export-preprocess-string): Run the new hook.
14560 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
14562         * org-macs.el (org-check-external-command): New defsubst.
14564         * org.el (org-mode-map): New key for reload.
14565         (org-format-latex): Better error message when external programs
14566         are not available.
14568         * org-agenda.el (org-agenda-mode-map): Bind `org-reload'.
14570         * org.el (org-sort-entries-or-items): Explicit sorting function
14571         for priorities, needed for XEmacs compatibility.
14573         * org-remember.el (org-remember-apply-template): Improve auto-save
14574         behavior.
14576 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
14578         * org-latex.el (org-export-latex-preprocess): Also protect
14579         environments ending in a star.
14581         * org-list.el (org-at-item-p): Fix regular expression.
14583 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
14585         * org.el (org-end-of-subtree): Improve speed.
14587         * org-agenda.el (org-agenda-get-timestamps)
14588         (org-agenda-get-progress, org-agenda-get-deadlines)
14589         (org-agenda-get-scheduled, org-agenda-get-blocks): Optimizations,
14590         in particular, wait as long as possible to collect the tags.
14591         (org-stuck-projects): Improve docstring.
14593         * org.el (org-store-link): No errors when getting custom id before
14594         first headline.
14595         (org-get-tags-at): Use `org-up-heading-safe' when getting tags.
14597 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
14599         * org.el (org-prepare-agenda-buffers): Catch a throw to nextfile.
14601         * org-protocol.el: Remove dependency on url.el.
14602         (org-protocol-unhex-compound, org-protocol-open-source):
14603         Remove dependency on url.el.
14605         * org-latex.el (org-export-as-pdf):
14606         Use `org-latex-to-pdf-process'.
14608 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
14610         * org-latex.el (org-latex-to-pdf-process): New option.
14612         * org-agenda.el (org-agenda-skip-additional-timestamps-same-entry):
14613         New option.
14614         (org-agenda-get-timestamps):
14615         Honor `org-agenda-skip-additional-timestamps-same-entry'.
14617         * org-clock.el (org-clock-goto-may-find-recent-task): New option.
14618         (org-clock-goto): Find recent task only if
14619         `org-clock-goto-may-find-recent-task' allows it.
14621         * org-exp.el (org-export-remove-or-extract-drawers): Handle empty
14622         drawers, and drawers that are missing the :END: line.
14624 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
14626         * org-clock.el (org-clock-goto): Go to recently clocked task if no
14627         clock is running.
14629 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
14631         * org.el (org-update-parent-todo-statistics): Check for
14632         STATISTICS_FROM property.
14634         * org-list.el (org-update-checkbox-count): Check for
14635         STATISTICS_FROM property.
14637         * org.el (org-tab-first-hook)
14638         (org-tab-after-check-for-table-hook)
14639         (org-tab-after-check-for-cycling-hook): New hooks.
14640         (org-cycle-internal-global, org-cycle-internal-local):
14641         New functions, split out from `org-cycle'.
14642         (org-cycle): Call the new hooks.
14644 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
14646         * org-exp.el (org-export-preprocess-string): Reset the list of
14647         preferred targets for each run of the preprocessor.
14649         * org.el (org-refile-target-verify-function):
14650         Improve documentation.
14651         (org-get-refile-targets): Respect point being moved by the
14652         verification function.
14654         * org-latex.el (org-export-latex-timestamp-keyword-markup):
14655         New option.
14656         (org-export-latex-keywords): Use new option.
14658         * org.el (org-rear-nonsticky-at): New defsubst.
14659         (org-activate-plain-links, org-activate-angle-links)
14660         (org-activate-footnote-links, org-activate-bracket-links)
14661         (org-activate-dates, org-activate-target-links)
14662         (org-activate-tags): Place the rear-nonsticky properties at the
14663         correct location.
14665 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
14667         * org-protocol.el (server-edit): Declare `server-edit'.
14668         (org-protocol-unhex-string, org-protocol-unhex-compound):
14669         New functions.
14670         (org-protocol-check-filename-for-protocol): Call `server-edit'.
14672         * org.el (org-default-properties): New default properteis for
14673         completion.
14675         * org-exp.el (org-export-add-subtree-options): Add new properties
14676         for subtree export.
14678 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
14680         * org-id.el (org-id-get-with-outline-path-completion): Turn off
14681         org-refile-target-verify-function for the duration of the command.
14683         * org.el (org-link-to-org-use-id): New possible value
14684         `create-if-interactive-and-no-custom-id'.
14685         (org-store-link): Use custom IDs.
14686         (org-link-search): Find custom ID properties from #link.
14687         (org-default-properties): Add CUSTOM_ID for property completion.
14688         (org-refile-target-verify-function): New option.
14689         (org-goto): Turn off org-refile-target-verify-function
14690         for the duration of the command.
14692 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
14694         * org-exp.el (org-export-preferred-target-alist): New variable.
14695         (org-export-define-heading-targets): Find the new CUSTOM_ID
14696         property.
14697         (org-export-target-internal-links): Target the custom ids when
14698         possible.
14700         * org-latex.el (org-export-latex-preprocess): Better regexp for
14701         matching latex macros with arguments.
14703 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
14705         * org-remember.el (org-remember-handler): Allow filing to non-org
14706         files.
14708 2009-08-06  Magnus Henoch  <magnus.henoch@gmail.com>
14710         * org-table.el (org-table-fix-formulas): Do not change references
14711         to remote tables.
14712         (org-table-get-remote-range): Convert standard coordinates to RC
14713         format.
14715         * org-latex.el (org-export-latex-keywords): Fix regexp bug.
14717 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
14719         * org-compat.el (org-sha1-string): Function removed.
14721         * org.el (org-refile-allow-creating-parent-nodes): New option.
14722         (org-refile-get-location): New argument NEW-NODES.
14723         (org-refile): Call `org-refile-get-location' with the new
14724         argument.
14725         (org-refile-get-location): Arrange for adding a new child.
14726         (org-refile-new-child): New function.
14728         * org-clock.el: Fix a number of docstrings.
14729         (org-clock-find-position): New argument
14730         FIND-UNCLOSED to make the function find an unclosed clock in the
14731         entry.
14732         (org-clock-in): Call `org-clock-find-position' with the new
14733         argument if we might be resuming a clock.
14735 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
14737         * org-latex.el (org-export-latex-display-custom-times): New variable.
14738         (org-export-latex-timestamp-markup): New option.
14739         (org-export-latex-set-initial-vars): Remember the local value of
14740         `org-display-custom-times'.
14741         (org-export-latex-content): Process time stamps.
14742         (org-export-latex-time-stamps): New function.
14744         * org-macs.el (org-maybe-intangible): Add intangible property
14745         again to invisible text.
14747 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
14749         * org-exp.el (org-default-export-plist): Handle undefined
14750         variables.
14752 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
14754         * org.el (org-sort-entries-or-items): Match TODO keywords
14755         case-sensitively, when sorting.
14756         (org-priority): Do not match TODO keywords with wrong case.
14758 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
14760         * org.el (org-todo): Honor the NOBLOCKING property.
14762         * org-agenda.el (org-agenda-dim-blocked-tasks): Honor the
14763         NOBLOCKING property.
14765         * org.el (org-scan-tags): Fix bug in tag scanner.
14767 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
14769         * org.el (org-modules): Mark obsolete packages.
14771         * org-html.el: New file, split out from org-exp.el.
14773         * org-icalendar.el: New file, split out from org-exp.el.
14775         * org-xoxo.el: New file, split out from org-exp.el.
14777         * org-ascii.el: New file, split out from org-exp.el.
14779 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
14781         * org-compat.el (org-find-library-name): New function.
14783         * org.el (org-pre-cycle-hook): New hook.
14784         (org-cycle): Call the new hook in appropriate places.
14785         (org-reload): Only reload files that have been loaded before.
14787 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
14789         * org.el (org-set-font-lock-defaults): Enforxe space or line end
14790         after todo keyword.
14791         (org-todo): When changing TODO state, do matching
14792         case-sensitively.
14793         (org-map-continue-from): New variable.
14794         (org-scan-tags): Respect values in `org-map-continue-from'.
14795         (org-reload): Make XEmacs compatible.
14797 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
14799         * org-protocol.el (org-protocol-flatten-greedy): New function.
14800         (org-protocol-flatten): New function.
14802         * org.el (org-open-link-from-string): Pass reference buffer to
14803         `org-open-at-point'.
14804         (org-open-at-point): New optional argument `reference-buffer'.
14806 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
14808         * org.el (org-scan-tags): Make tag scan find headline in first
14809         line, 2nd attempt.
14810         (org-get-refile-targets): Add the naked file name.
14811         (org-refile): Store as top-level entry when only file name was
14812         given.
14814         * org-agenda.el (org-agenda-get-progress): Fix regexp bug.
14816         * org.el (org-block-todo-from-children-or-siblings-or-parent):
14817         Rename from org-block-todo-from-children-or-siblings, and
14818         enhanced to look for the parent's status as well.
14820         * org-agenda.el (org-agenda-log-mode-add-notes): New option.
14821         (org-agenda-get-progress): Add first notes line to log entry if so
14822         desired.
14824 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
14826         * org-agenda.el (org-agenda-cleanup-fancy-diary-hook): New hook.
14827         (org-agenda-cleanup-fancy-diary): Call the new hook.
14829         * org-remember.el (org-remember-apply-template): Take the default
14830         for the annotation from the :annotation property.
14832         * org-mac-message.el (org-mac-message-get-link): Remove the
14833         quotes.
14834         (org-mac-message-get-link): Return the result.
14836 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
14838         * org.el (org-refile-get-location): Add file name only if not
14839         already included in outline path.
14841         * org-faces.el (org-n-level-faces): Fix customization type from
14842         number to integer.
14844         * org-exp.el (org-export-headline-levels): Fix customization type
14845         from number to integer.
14847         * org-agenda.el (org-agenda-confirm-kill)
14848         (org-agenda-custom-commands-local-options)
14849         (org-timeline-show-empty-dates, org-agenda-ndays)
14850         (org-agenda-start-on-weekday, org-scheduled-past-days):
14851         Fix customization type from number to integer.
14853 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
14855         * org-protocol.el: Declare some functions.
14857         * org-agenda.el (org-agenda-compare-effort):
14858         Honor `org-sort-agenda-noeffort-is-high'.
14859         (org-agenda-filter-by-tag, org-agenda-filter-make-matcher)
14860         (org-agenda-compare-effort): Implement the "?" operator for
14861         finding entries without effort setting.
14863         * org.el (org-extract-attributes-from-string): New function.
14865         * org-exp.el (org-export-splice-attributes): New function.
14867 2009-08-06  Bastien Guerry  <bzg@altern.org>
14868         Daniel M German  <dmg@uvic.org>
14869         Sebastian Rose  <sebastian_rose@gmx.de>
14870         Ross Patterson  <me@rpatterson.net>
14872         * org-protocol.el: New file.
14874 2009-08-06  Baoqiu Cui  <cbaoqiu@yahoo.com>
14876         * org-docbook.el: New file.
14878 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
14880         * org-mouse.el: XEmacs compatibility fixes.
14882         * org.el (org-modules): Add org-inlinetasks.el.
14883         (org-cycle): Implement limiting level on cycling.
14884         (org-move-subtree-down): Fix bug with swapping subtrees at end of
14885         buffer.
14887         * org-inlinetask.el: New file.
14889         * org.el (org-emphasis-regexp-components): Allow braces in
14890         emphasis pre and post match.
14892         * org-footnote.el (org-footnote-normalize): When only sorting, do
14893         not insert inline notes at the end.
14895         * org.el (org-require-autoloaded-modules): Add org-docbook.el.
14897 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
14899         * org.el (org-reftex-citation): New command.
14901 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
14903         * org-agenda.el (org-agenda-cmp-user-defined): New option.
14904         (org-sorting-choice, org-agenda-sorting-strategy): Add the new
14905         sorting options.
14906         (org-entries-lessp): Apply the new sorting option.
14908         * org.el (org-block-todo-from-children-or-siblings): Fix bug in
14909         blocker code, when an older sibling has children.
14911         * org-mac-message.el (org-mac-message-get-link): Improve getting
14912         links from multiple selected messages.
14914 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
14916         * org-remember.el (org-remember-finalize): Do not set buffer file
14917         name to nil.
14918         (org-remember-handler): Mark buffer as unmodified.
14919         (org-remember-handler): Delete backup file and show message about
14920         remaining backup files.
14921         (org-remember-auto-remove-backup-files): New option.
14923         * org.el (org-store-link): Use buffer name as link description in
14924         w3-mode buffers.
14925         (org-ido-switchb): Fix argument bug for completion.
14927         * org-remember.el (org-remember-apply-template): Set local
14928         variable `auto-save-visited-file-name' instead of global one.
14930 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
14932         * org-agenda.el (org-agenda-get-todos): Fix bug with match-data.
14933         (org-agenda-get-todos): Mark file tags as inherited.
14934         (org-agenda-list): Always search diary lines for a time.
14936 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
14938         * org-feed.el: New file.
14940         * org-exp.el (org-export-as-html): Close local lists depending on
14941         indentation, also when starting a table.
14943         * org-remember.el (org-remember-backup-directory)
14944         (org-remember-backup-name): New internal variable.
14946 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
14948         * org-clock.el (org-clock-out-if-current): Make buffer detection
14949         work in indirect buffers as well.
14951         * org.el (org-emphasis-regexp-components): Add the exxclamation
14952         mark to the post-emphasis characters.
14954 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
14956         * org.el (org-read-date-minibiffer-septup-hook): New hook.
14957         (org-read-date): Run the new hook.
14959         * org-mac-message.el (org-mac-flagged-mail): New group.
14960         (org-mac-mail-account): New variable.
14961         (org-mac-create-flagged-mail, org-mac-insert-flagged-mail):
14962         New commands.
14964         * org-remember.el (org-remember-backup-directory): New variable.
14965         (org-remember-apply-template): Write file to backup directory.
14967 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
14969         * org-mouse.el (org-mouse-todo-menu): New function.
14970         (org-mouse-todo-keywords): Function removed.
14971         (org-mouse-context-menu): Use `org-mouse-todo-menu'.
14973         * org-table.el (org-table-beginning-of-field)
14974         (org-table-end-of-field): New commands.
14975         (org-table-previous-field, org-table-beginning-of-field):
14976         Better error messages.
14977         (orgtbl-setup): Include `M-a' and `M-e'.
14979         * org.el (org-backward-sentence, org-forward-sentence):
14980         New commands.
14982         * org-colview.el (org-colview-initial-truncate-line-value):
14983         New variable.
14984         (org-columns-remove-overlays): Restore the value of `truncate-lines'.
14985         (org-columns): Remember the value of `truncate-lines'.
14987         * org-colview-xemacs.el (org-colview-initial-truncate-line-value):
14988         New variable.
14989         (org-columns-remove-overlays): Restore the value of
14990         `truncate-lines'.
14991         (org-columns): Remember the value of `truncate-lines'.
14993         * org.el (org-columns-skip-arrchived-trees): New option.
14995         * org-agenda.el (org-agenda-export-html-style): Define color for
14996         org-agenda-done face.
14997         (org-search-view, org-agenda-get-todos, org-agenda-get-progress)
14998         (org-agenda-get-deadlines, org-agenda-get-scheduled): Use new face.
15000         * org.el (org-scan-tags): Use the new face.
15002         * org-faces.el (org-agenda-done): New face.
15004         * org.el (org-scan-tags): Test the value org
15005         `org-tags-match-list-sublevels'.
15006         (org-tags-match-list-sublevels): New allowed value: indented.
15008         * org-latex.el (org-export-latex-make-header): Apply macros
15009         in header.
15011         * org-exp.el (org-export-apply-macros-in-string): New function.
15013         * org-latex.el (org-export-latex-list-parameters): Fix bug
15014         with the definition of a checked box.
15016         * org-clock.el (org-clock-find-position): Fix drawer indentations.
15018         * org-latex.el (org-export-latex-low-levels): More options
15019         for how to process lower levels in LaTeX.
15020         (org-export-latex-subcontent): Better treatment for lists as a
15021         means of publishing lower levels.
15023 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
15025         * org.el (org-set-font-lock-defaults): Use new checkbox face.
15027         * org-faces.el (org-checkbox): New face.
15029         * org-exp.el (org-export-html-preprocess): Only create LaTeX
15030         fragement images if there is an export file.
15032 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
15034         * org-agenda.el (org-stuck-projects): Document that the subtree of
15035         projects that are not stuck will now be searched for stuck
15036         sub-projects.
15037         (org-agenda-skip-entry-when-regexp-matches)
15038         (org-agenda-skip-entry-when-regexp-matches-in-subtree): New functions.
15039         (org-agenda-list-stuck-projects):
15040         Use `org-agenda-skip-entry-when-regexp-matches-in-subtree'.
15042         * org-latex.el (org-export-latex-preprocess):
15043         Improve export of verses.
15045         * org-exp.el (org-export-as-html): Implement centering as a div
15046         rather than a paragraph.  Do a better job with line-end in verse
15047         environments.
15049 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
15051         * org.el (org-open-at-point): Fix tags searches by mouse click.
15053 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
15055         * org-latex.el (org-export-latex-preprocess): Implement the
15056         centering markup.
15058         * org-exp.el (org-export-mark-blockquote-verse-center):
15059         Rename from `org-export-mark-blockquote-and-verse'.
15060         (org-export-as-html): Implement the centering markup.
15062         * org-latex.el (org-export-latex-tables): Fix vertical
15063         lines in tables.
15065 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
15067         * org.el (org-read-date-history): New variable.
15068         (org-read-date): Use new history variable.
15069         (org-toggle-heading): Fix bug when used before first headline.
15070         (org-store-log-note): Remove drawer if empty while note is
15071         aborted.
15072         (org-remove-empty-drawer-at): New function.
15073         (org-check-after-date): New command.
15074         (org-sparse-tree): New sparse tree command "a".
15076         * org-exp.el (org-export-as-ascii): Improve export of plain lists.
15078 2009-08-06  Bastien Guerry  <bzg@altern.org>
15080         * org.el (org-toggle-fixed-width-section): Bug fix: insert a
15081         column and a space, not only a column.
15083 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
15085         * org-latex.el (org-export-latex-emphasis-alist):
15086         Better defaults for verbose emphasis.
15087         (org-export-latex-emph-format): New function.
15088         (org-export-latex-fontify): Call `org-export-latex-emph-format'.
15090         * org-agenda.el (org-agenda-menu): Add new commands to menu.
15091         (org-agenda-do-date-later, org-agenda-do-date-earlier)
15092         (org-agenda-date-later-minutes, org-agenda-date-earlier-minutes)
15093         (org-agenda-date-later-hours, org-agenda-date-earlier-hours):
15094         New commands.
15096         * org.el (org-timestamp-change): Move end-time along with start
15097         time.
15099 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
15101         * org-exp.el (org-export-target-internal-links)
15102         (org-export-as-html): Protect links specified as #name.
15104 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
15106         * org.el (org-clone-subtree-with-time-shift): New command.
15108         * org-latex.el (org-export-latex-special-chars)
15109         (org-export-latex-treat-sub-super-char): Fix subscript export.
15111         * org-exp.el (org-create-multibrace-regexp): Do not add
15112         backslashes to the class.
15114 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
15116         * org-colview.el (org-columns-map): Better functions for moving up
15117         and down a row, even if `truncate-line' is nil.
15119         * org.el (org-insert-todo-heading): Make sure the keyword is
15120         inserted at the correct position.
15122         * org-publish.el (org-publish-project-alist)
15123         (org-publish-projects, org-publish-org-index): Change default anme
15124         for the index of file names to "sitemap.org".
15126         * org-latex.el (org-export-latex-tables):
15127         Use `org-split-string', for Emacs 21 compatibility.
15129 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
15131         * org-agenda.el (org-agenda-log-mode-items): Improve docstring.
15133 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
15135         * org-exp.el (org-export-page-description)
15136         (org-export-page-keywords): New variables.
15137         (org-export-plist-vars): Add entries for :keywords and
15138         :description.
15139         (org-infile-export-plist): Parse for new keywords.
15140         (org-get-current-options): Add new keywords.
15141         (org-export-as-html): Publish description and keywords.
15143         * org-agenda.el (org-agenda-add-entry-text-descriptive-links):
15144         New option.
15145         (org-agenda-add-entry-text):
15146         Honor `org-agenda-add-entry-text-descriptive-links'.
15148         * org-latex.el (org-export-latex-preprocess): Make all
15149         external preprocess functions use a PARAMETER arg.
15151         * org-exp.el (org-export-preprocess-string)
15152         (org-export-select-backend-specific-text)
15153         (org-export-format-source-code-or-example)
15154         (org-format-org-table-html): Support docbook export.
15155         (org-export-preprocess-string): Make all external preprocess
15156         functions use a PARAMETER arg.
15158 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
15160         * org-exp.el (org-export-html-style-include-scripts): New option.
15161         (org-export-plist-vars): Add new option
15162         `org-export-html-style-include-scripts'.
15163         (org-export-as-html): Honor new option
15164         `org-export-html-style-include-scripts'.
15165         (org-export-html-scripts, org-export-html-style-default):
15166         Fix xml issues with the Safari browser.
15168 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
15170         * org-publish.el (org-publish-attachment): Only copy file when the
15171         directories differ.
15173 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
15175         * org-clock.el (org-clocktable-steps): Use inactive time stamps
15176         for clocktable steps.
15178         * org.el (org-additional-option-like-keywords): Add two more
15179         keywords.
15181 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
15183         * org-exp.el (org-export-format-source-code-or-example):
15184         Mark temporary buffer unmodified, so that it will be killed even if
15185         mode like message mode has decided to assign a file name.
15187         * org.el (org-scan-tags): Improve tag inheritance.
15188         (org-scan-tags, org-make-tags-matcher): Make tag comparison
15189         case-sensitive.
15190         (org-scan-tags): Use the internal tags list instead of creating it
15191         from scratch.
15192         (org-trust-scanner-tags, org-scanner-tags): New variables.
15193         (org-scan-tags): Set `org-scanner-tags'.
15194         (org-get-tags-at): Take advantage of `org-trust-scanner-tags'.
15195         (org-map-entries): Document the possible speedup using scanner
15196         tags.
15198 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
15200         * org.el (org-add-planning-info): Fix bug with looking for keyword
15201         only at column 0.
15203         * org-agenda.el (org-agenda-custom-commands-local-options):
15204         Add option for tags filter preset.
15205         (org-prepare-agenda): Store filter preset as a property on the
15206         filter variable.
15207         (org-finalize-agenda): Call the filter, if there is a preset.
15208         (org-agenda-filter-by-tag): Filter again after clearing the
15209         filter, when there still is a preset.
15210         (org-agenda-filter-make-matcher, org-agenda-set-mode-name):
15211         Include the preset filter.
15212         (org-agenda-redo): Apply the filter again, also the preset filter.
15214         * org-exp.el (org-export-as-html): Use IDs in the correct way.
15216         * org.el (org-uuidgen-p): New function.
15218         * org-agenda.el (org-agenda-fontify-priorities): New default value
15219         `cookies'.
15220         (org-agenda-fontify-priorities): Rename from
15221         org-fontify-priorities.
15223         * org.el (org-set-font-lock-defaults):
15224         Call `org-font-lock-add-priority-faces'.
15225         (org-font-lock-add-priority-faces): New function.
15227         * org-faces.el (org-set-tag-faces): New option.
15228         (org-priority-faces): New variable.
15230         * org-exp.el (org-export-as-html): Add a "content" div around the
15231         entire content of the body tag.
15232         (org-export-html-get-bibliography): New function.
15233         (org-export-html-validation-link): New variable.
15234         (org-export-as-html): Add validation link to exported page.
15236         * org.el (org-match-sparse-tree): Rename from
15237         `org-tags-sparse-tree'.
15238         (org-tags-sparse-tree): New alias.
15240 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
15242         * org.el (org-get-valid-level): Catch the case where the level
15243         change is nil.
15245         * org-clock.el (org-clock-find-position): Better indentation of
15246         new clock drawers.
15248 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
15250         * org-agenda.el (org-agenda-quit): Delete window only when the
15251         frame-setup was not `current-window'.
15253         * org.el (org-tag-persistent-alist): New option.
15254         (org-startup-options): Add keyword `noptag'.
15255         (org-fast-todo-selection): Handle :newline correctly.
15256         (org-set-tags): Handle :newline correctly.
15257         (org-fast-tag-selection): Handle :newline correctly.
15259 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
15261         * org-exp.el (org-export-as-ascii): Reverse link buffer before
15262         outputting it.
15263         (org-export-ascii-push-links): Fix bug with pussing links into the
15264         export buffer.
15266 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
15268         * org-archive.el (org-archive-subtree): Do not add 1 to level if
15269         pasting at top level.
15271         * org-bbdb.el: Improve documentation.
15273 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
15275         * org-list.el (org-insert-item): Only consider insert empty lines
15276         is `org-empty-line-terminates-plain-lists' is not nil.
15278         * org.el (org-blank-before-new-entry): Mention the dependence on
15279         `org-empty-line-terminates-plain-lists' in the docstring.
15281         * org-publish.el (org-publish-get-project-from-filename):
15282         New optional argument UP.  Only find the top project if UP is set.
15283         (org-publish-current-project): Find the top encloding project.
15285         * org-agenda.el (org-agenda-before-write-hook)
15286         (org-agenda-add-entry-text-maxlines): New options.
15287         (org-write-agenda): Run the new hook in the temporary buffer.
15288         (org-agenda-add-entry-text): New function.
15289         (org-write-agenda): Implement PDF export, using ps2pdf.
15291         * org.el (org-global-properties-fixed, org-global-properties):
15292         Improve documentation string.
15294         * org-exp.el (org-export-ascii-links-to-notes): New option.
15295         (org-export-as-ascii): Handle links better.
15296         (org-export-ascii-wrap, org-export-ascii-push-links):
15297         New functions.
15299 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
15301         * org-agenda.el (org-agenda): Make prefix arg optional.
15302         (org-agenda-search-headline-for-time): New option.
15303         (org-format-agenda-item):
15304         Honor `org-agenda-search-headline-for-time'.
15306         * org-table.el (orgtbl-self-insert-command): Cluster undo for 20
15307         characters.
15309         * org.el (org-self-insert-cluster-for-undo): New option.
15310         (org-self-insert-command): Cluster undo for 20 characters.
15311         (org-self-insert-command-undo-counter): New variable.
15313 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
15315         * org-exp.el (org-export-as-html): Fix problem with closing colone
15316         example.
15318 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
15320         * org-latex.el (org-export-as-latex)
15321         (org-export-latex-first-lines): Avoid modification flag when
15322         adding or removing text properties.
15323         (org-export-latex-fontify): Catch error when org-emph-alist has
15324         entries that are not defined for LaTeX export.
15326         * org-export-latex.el: Rename to org-latex.el.
15328         * org-latex.el: Rename from org-export-latex.el.
15330         * org.el (orgstruct++-mode): New function.
15331         (turn-on-orgstruct++): Call `orgstruct++-mode'.
15332         (org-context-p): Allow detecting item context after the first line
15333         of an item.
15334         (orgstruct-make-binding): Detect if item-body context should be
15335         seen.
15336         (orgstruct-is-++): New variable.
15337         (org-add-planning-info): Catch the case when there is no planning
15338         info yet and the call does not want to add anything, only maybe
15339         tries to remove something.
15340         (org-special-ctrl-a/e): All value to be a cons cell with separate
15341         settings for `C-a' and `C-e'.
15342         (org-beginning-of-line, org-end-of-line): Honor separate values
15343         for `C-a' and `C-e'.
15345 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
15347         * org.el (org-reload): New command.
15349 2009-06-05  Tassilo Horn  <tassilo@member.fsf.org>
15351         * org-gnus.el (org-gnus-store-link): Fix bug where
15352         org-gnus-store-link used wrong subject when called in an article
15353         buffer.  Patch provided by fengli AT gmail DOT com.
15355 2009-03-13  D. Goel  <deego3@gmail.com>
15357         * org-bbdb.el: When calling (multiple-value-bind/setq .. ls)
15358         replace ls by (values-list ls).
15360 2009-02-20  Carsten Dominik  <dominik@science.uva.nl>
15362         * org-remember.el (org-remember-apply-template): Turn off ido for
15363         this completion.
15365         * org.el (org-priority): Also find invisible headings, for remote
15366         editing.
15367         (org-completing-read-no-ido): New function.
15368         (org-make-tags-matcher, org-set-property): Turn off ido for this completion.
15370         * org-colview.el (org-columns-edit-value): No special treatment of
15371         prefix arg.
15373 2009-02-19  Carsten Dominik  <dominik@science.uva.nl>
15375         * org.el (org-block-todo-from-children-or-siblings):
15376         Use `org-up-heading-all' so that this will work correctly with hidden
15377         property drawers and entries.
15378         (org-end-of-line, org-beginning-of-line): Make prefix arg work, by
15379         falling back to normal, default command.
15380         (org-get-location): Temporarily turn off special behavior.
15382 2009-02-13  Glenn Morris  <rgm@gnu.org>
15384         * org-rmail.el (rmail-show-message): Restore argument list to the
15385         declaration now that this functions behaves in Emacs 23 as in 22.
15387 2009-02-12  Glenn Morris  <rgm@gnu.org>
15389         * org-footnote.el (org-footnote-at-definition-p): Fix doc typo.
15391 2009-02-12  Joachim Reiter  <Reiter.Joachim@web.de>  (tiny change)
15393         * org-footnote.el (org-footnote-action): Fix doc typo.
15395 2009-02-06  Carsten Dominik  <dominik@science.uva.nl>
15397         * org-exp.el (org-export-preprocess-string): Fix bug with skipping
15398         text before first headline.
15399         (org-export-remove-or-extract-drawers): Fix regular expression for
15400         extracting drawers.
15402         * org.el (org-format-latex): Stop LaTeX fragment processing in
15403         protected examples.
15405 2009-02-05  Glenn Morris  <rgm@gnu.org>
15407         * org-rmail.el (rmail-show-message): Update declaration.
15408         (rmail-buffer, rmail-view-buffer): Declare.
15409         (org-rmail-store-link, org-rmail-follow-link): Handle mbox Rmail.
15411 2009-02-04  Carsten Dominik  <dominik@science.uva.nl>
15413         * org.el (org-return-follows-link): Revert setting
15414         `org-return-follows-link' to t by default.
15416 2009-02-02  Carsten Dominik  <dominik@science.uva.nl>
15418         * org.el (org-cycle-global-at-bob): Fix typo.
15420         * org-jsinfo.el (org-infojs-handle-options): Fix typo in comment.
15422 2009-02-02  Carsten Dominik  <carsten.dominik@gmail.com>
15424         * org.el (org-mode): Make dependence stuff work more reliably.
15425         (org-update-parent-todo-statistics): Fix bug with updating
15426         statistics cookie.
15427         (org-yank-adjusted-subtrees, org-return-follows-link)
15428         (org-use-fast-todo-selection, org-tags-column): New default
15429         setting for variables.
15431         * org-export-latex.el (org-export-latex-emphasis-alist): Use = and
15432         ~ as verbatim delimiters, to avoid table bug.
15433         (org-export-latex-classes): Remove the a4paper option from the
15434         default styles.
15436         * org-exp.el (org-export-html-format-image): New argument
15437         PAR-OPEN, to fix XHTM validation bug.
15438         (org-export-as-html): Pass par-open to
15439         `org-export-html-format-image'.
15440         (org-export-html-footnotes-section): Use a more consistent id for
15441         footnotes.
15443         * org-agenda.el (org-agenda-sorting-strategy)
15444         (org-agenda-tags-column): New default setting for variables, based
15445         on a poll what typical uses use.
15446         (org-agenda-dim-blocked-tasks): Keep dimming blocked entries from
15447         setting the blocked tag.
15449 2009-01-31  Carsten Dominik  <dominik@science.uva.nl>
15451         * org-agenda.el (org-agenda-dim-blocked-tasks): No tagging when
15452         only checking for blocks.
15454         * org-exp.el (org-export-html-footnotes-section): Make the div id
15455         consistent.
15457         * org-export-latex.el (org-export-latex-classes):
15458         Remove paper size option from LaTeX classes.
15460 2009-01-31  Carsten Dominik  <carsten.dominik@gmail.com>
15462         * org.el (org-enforce-todo-checkbox-dependencies): New option.
15463         (org-block-todo-from-checkboxes): New function.
15464         (org-todo): Make tripple prefix arg circumvent blocking.
15466 2009-01-30  Glenn Morris  <rgm@gnu.org>
15468         * org-list.el (org-empty-line-terminates-plain-lists)
15469         (org-toggle-checkbox): Doc fixes.
15471         * org-table.el (org-table-clean-before-export): Fix declaration.
15473 2009-01-30  Carsten Dominik  <carsten.dominik@gmail.com>
15475         * org-timer.el (org-timer): Provide the timer feature.
15477         * org.el (org-require-autoloaded-modules): Add a few more files to
15478         the list of autoloaded modules.
15480         * org-agenda.el (org-agenda-todo): Pass ARG to `org-todo'.
15482         * org-exp.el (org-export-remove-or-extract-drawers): Only remove
15483         drawers that are unprotected.
15484         (org-export-html-format-image): Make sure inlined LaTeX fragment
15485         images remain inlined.
15487         * org.el (org-toggle-ordered-property): New function.
15488         (org-mode-map): Add a key for `org-toggle-ordered-property'.
15489         (org-org-menu): Add menu entries for TODO dependencies.
15491         * org.el (org-default-properties): Add ORDERED to the default
15492         properties, to get completion support for it.
15494         * org-list.el (org-update-checkbox-count): Update more than one cookie.
15496         * org.el (org-update-parent-todo-statistics): Update more than one
15497         cookie.
15499 2009-01-28  Carsten Dominik  <carsten.dominik@gmail.com>
15501         * org-agenda.el (org-agenda-get-todos): Start search from correct
15502         position.
15504         * org.el (org-fast-todo-selection): Make sure TODO selection does
15505         not change buffer position.
15507         * org-list.el (org-toggle-checkbox): Implement adding or removing
15508         checkboxes from line or region when called with a prefix
15509         argument.
15511         * org-rmail.el (org-rmail-store-link): Protect the call to
15512         `rmail-narrow-to-non-pruned-header'.
15514         * org-clock.el (org-clock-special-range): Fix week display in
15515         clock tables.
15517         * org-exp.el (org-get-current-options): Fix bug when in indirect
15518         buffer.
15520         * org-agenda.el (org-agenda-dim-blocked-tasks): New option.
15521         (org-finalize-agenda): Call `org-agenda-dim-blocked-tasks'.
15522         (org-agenda-dim-blocked-tasks): New function.
15524         * org.el (org-enforce-todo-dependencies): New option.
15525         (org-block-todo-from-children-or-siblings): New function.
15527         * org-faces.el (org-agenda-dimmed-todo-face): New face.
15529 2009-01-27  Carsten Dominik  <carsten.dominik@gmail.com>
15531         * org.el (org-todo): Return correct state type even if the blocker
15532         throws an error.
15533         (org-modifier-cursor-error): Rename from
15534         `org-shiftcursor-error'.
15535         (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
15536         (org-shiftmetadown): Call `org-modifier-cursor-error'.
15538         * org-agenda.el (org-agenda-todo): Call `org-todo' interactively,
15539         to get real errors from the blocker hook.
15541         * org.el (org-shiftselect-error, org-call-for-shift-select):
15542         New functions.
15543         (org-set-visibility-according-to-property): Turn off the setting
15544         of `org-show-entry-below', to avoid overruling a FOLDED visibility
15545         property.
15547         * org.el (org-support-shift-select): New option.
15548         (org-shiftup, org-shiftdown, org-shiftright, org-shiftleft)
15549         (org-shiftcontrolright, org-shiftcontrolleft): Support for shift
15550         selection outside contexts.
15552         * org-list.el (org-at-item-bullet-p): New function.
15554         * org-jsinfo.el (org-infojs-handle-options): Remove unnecessary
15555         variables.
15557         * org-footnote.el (org-footnote-normalize): Remove unnecessary
15558         variable.
15559         (org-insert-footnote-reference-near-definition):
15560         Remove unnecessary let form.
15562 2009-01-26  Carsten Dominik  <dominik@science.uva.nl>
15564         * org-export-latex.el (org-export-as-latex):
15565         Call `org-export-latex-first-lines' with OPT-PLIST as a parameter.
15566         (org-export-latex-first-lines): New parameter OPT-PLIST.
15568         * org.el (org-yank): Tell `delete-selection-mode' about
15569         `org-yank'.
15571         * org-faces.el (org-clock-overlay): Fix face definition.
15573         * org-export-latex.el (org-export-latex-first-lines):
15574         Pass timestamp and footnote parameters to the preprocessor.
15576         * org-exp.el (org-export-remove-timestamps): Do not remove time
15577         stamps inside tables.
15579 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
15581         * org-exp.el (org-export-as-html): Turn \par into a paragraph.
15583         * org.el (org-agenda-tags-todo-honor-ignore-options):
15584         Declare variable.
15586         * org-table.el (org-table-insert-hline): Fix typo in function call
15587         to `backward-char'.
15589         * org-exp.el (org-export-as-html): Remove the initial space from
15590         colon examples.
15592         * org.el (org-scan-tags):
15593         Call `org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item'.
15595         * org-agenda.el (org-agenda-todo-list, org-agenda-match-view):
15596         New customization groups.
15597         (org-agenda-tags-todo-honor-ignore-options): New option.
15598         (org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item):
15599         New function.
15600         (org-agenda-get-todos):
15601         Use `org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item'.
15603 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
15605         * org-exp.el (org-export-format-source-code-or-example):
15606         Escape HTML characters also in examples that anre not treated with
15607         htmlize.  Also, just switch to EXAMPLE processing if we do not
15608         have a good version of htmlize.
15610         * org-rmail.el: Fix copyright notice.
15612         * org.el (org-activate-footnote-links): Improve footnote link
15613         highlighting.
15615         * org-footnote.el (org-footnote-normalize): Fix finding the end of
15616         a footnote definition at the end of the file.
15618         * org-table.el (org-table-get-specials): Add an imagined hline at
15619         the end of the table.  This can be useful for references that want
15620         to go to the end of the table.  Also fix bug when computing last
15621         row constants, in tables that do not start right at the right
15622         margin.
15623         (org-table-eval-formula): Match and replace remove references.
15624         (org-table-formula-substitute-names): Make sure that names inside
15625         a "remote" call are left alone, the will be replaced later when
15626         the remote call is handled.
15627         (org-table-convert-refs-to-rc): Do not convert things that might
15628         look like a reference, but are really part of an ID or namei n a
15629         remote reference.
15630         (org-table-get-remote-range): New function.
15632 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
15634         * org-faces.el (org-clock-overlay): Fix bug in face definition.
15636         * org-clock.el (org-clock-put-overlay): Use new face instead of
15637         `secondary-selection'.
15639         * org-faces.el (org-clock-overlay): New face.
15641 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
15643         * org-exp.el (org-get-current-options): Include the option for
15644         publishing time stamps.
15646         * org.el (org-toggle-heading): Rename from
15647         `org-toggel-region-headings'.
15648         No longer needs a region defined, but will use it if there is one.
15649         (org-ctrl-c-star): Simplify, relying more on the internal
15650         workings of `org-toggle-heading'.
15651         (org-toggle-item): Rename from `org-toggle-region-items'.
15652         No longer needs a region defined, but will use it if there is one.
15653         (org-ctrl-c-minus): Simplify, relying more on the inernal
15654         workings of `org-toggle-item'.
15656         * org-export-latex.el (org-export-latex-preprocess): Fix bug in
15657         environment detection.  Also, do real changes only in unprotected
15658         places.
15660 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
15662         * org-export-latex.el (org-export-latex-quotation-marks):
15663         Use `org-if-unprotected-1'.
15664         (org-export-latex-set-initial-vars): Check for class definition in
15665         property.
15667         * org-macs.el (org-if-unprotected-1): New macro.
15669 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
15671         * org-compat.el (org-count-lines): New function.
15673         * org-exp.el (org-export-format-source-code-or-example):
15674         Handle switches related to text areas.
15676         * org.el (org-activate-footnote-links): Don't allow match inside a
15677         link.
15679         * org-footnote.el (org-footnote-re): Don't allow match inside a link.
15681         * org-export-latex.el (org-export-latex-links): Keep a relative
15682         path relative also after export.
15684         * org-exp.el (org-export-html-scripts): Fix HTML snippet.
15686         * org.el (org-make-tags-matcher): Never use IDO for completing the
15687         tags matcher match string.
15688         (org-completing-read): Also remove the special biding for "?".
15690         * org-attach.el (org-attach-allow-inheritance): New option.
15691         (org-attach-inherited): New variable.
15692         (org-attach-dir): Handle properties related to the attachment
15693         directory.
15694         (org-attach-check-absolute-path): New function.
15695         (org-attach-set-directory, org-attach-set-inherit): New commands.
15696         (org-attach): Accommodate the new commands in the dispatcher.
15698 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
15700         * org-compat.el (org-fit-window-to-buffer): Fix bug with using
15701         `window-full-width-p'.
15703         * org-exp.el (org-export-as-html): Only check for images files
15704         that really can be inlined.
15706         * org.el (org-image-file-name-regexp, org-file-image-p): Allow the
15707         list of extensions to be a parameter.
15709         * org-exp.el (org-export-html-inline-image-extensions):
15710         New variable.
15712         * org-agenda.el (org-prepare-agenda):
15713         Use `org-agenda-block-separator'.
15714         (org-agenda-block-separator): New option.
15716 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
15718         * org-export-latex.el (org-export-latex-tables):
15719         Call `org-table-clean-before-export' with the new optional argument.
15721         * org-exp.el (org-table-clean-before-export): New optional
15722         parameter MAYBE-QUOTED, allows for quoted characters like \# in
15723         first column.
15725 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
15727         * org-plot.el (org-plot/gnuplot): Fix text-ind parameter for
15728         histograms.
15730         * org-colview.el (org-colview-construct-allowed-dates):
15731         Better error catching when a date/time property does not have allowed
15732         values defined.
15734         * org-colview-xemacs.el (org-colview-construct-allowed-dates):
15735         Better error catching when a date/time property does not have
15736         allowed values defined.
15738 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
15740         * org.el (org-map-entries): Restore point and restriction after
15741         `org-map-entries'.
15743 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
15745         * org.el (org-time=, org-time<, org-time<=, org-time>)
15746         (org-time>=, org-time<>): Make sure both values are dates.
15748 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
15750         * org-archive.el (org-extract-archive-heading): Allow %s for file
15751         name also in achive location heading.
15753 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
15755         * org-archive.el (org-add-archive-files): Uniquify the list before
15756         returning it.
15758 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
15760         * org-compat.el (org-fit-window-to-buffer):
15761         Use `window-full-width-p'.
15763         * org-export-latex.el (org-export-latex-fixed-width): Enforce the
15764         space after the colon in short examples.
15766         * org-exp.el (org-export-protect-colon-examples): Rewritten, to
15767         enforce a space after the colon.  However, we also allow lines
15768         that are *only* a colon.
15769         (org-export-as-html): Enforce the space after the colon in short
15770         examples.
15771         (org-export-preprocess-string): Do the colon example protection
15772         earlier.
15773         (org-export-remove-timestamps): Do not check for protection at the
15774         end of the line.
15776 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
15778         * org.el (org-format-latex-options): Add new matcher for single
15779         letters between dollars.
15780         (org-get-header): Function removed.
15781         (org-heading-components): New function.
15783         * org-exp.el (org-export-define-heading-targets): Record ID's also
15784         as alternative targets.
15785         (org-export-as-html): Interpret "id:" links to other files by
15786         preserving the relative path.
15788         * org-jsinfo.el (org-infojs-handle-options): Catch the case if v
15789         is nil.
15791         * org-exp.el (org-export-normalize-links): Protect the main link,
15792         to avoid special character processing.
15794         * org-export-latex.el (org-export-latex-special-keyword-regexp):
15795         New variable.
15796         (org-export-latex-special-string-regexps): Variable removed.
15797         (org-export-latex-keywords): Use the new regexp.
15799         * org-exp.el (org-export-handle-include-files): Fetch switches and
15800         put them into the BEGIN statement.
15802         * org-timer.el (org-timer-mode-line-string): New variable.
15804         * org-clock.el (org-clock-mode-line-map): Rename from
15805         `org-clock-mode-map'.
15806         (org-clock-mode-line-timer): Rename from `org-mode-line-timer'.
15807         (org-clock-update-mode-line): Rename from `org-update-mode-line'.
15808         (org-clock-put-overlay): Rename from `org-put-clock-overlay'.
15809         (org-clock-remove-overlays): Rename from
15810         `org-remove-clock-overlays'.
15812         * org-timer.el (org-timer-pause-or-continue): Implement stopping
15813         and mode line display.
15814         (org-timer-stop): New command.
15815         (org-timer-seconds): Return correct time when timer is paused.
15816         (org-timer-mode-line-timer): New variable.
15817         (org-timer-set-mode-line, org-timer-update-mode-line):
15818         New functions.
15820         * org.el (org-insert-heading): Handle new value `auto' for
15821         `org-blank-before-new-entry'.
15822         (org-org-menu): Add new items for timer functions.
15824         * org-list.el (org-insert-item): Handle new value `auto' for
15825         `org-blank-before-new-entry'.
15827         * org.el (org-blank-before-new-entry): New value `auto', made
15828         default.
15830 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
15832         * org-exp.el (org-export-normalize-links): If the link is also
15833         used as the description, protect the description.
15835 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
15837         * org.el (org-closest-date): Fix bug with yearly repeats, in
15838         combination with preference of the past as it is used for deadline
15839         and scheduling search.
15841         * org-exp.el (org-html-handle-time-stamps): No longer check for
15842         the `org-export-with-timestamps' option, because the preprocesser
15843         has taken care of this already.
15845         * org.el (org-entry-properties): Catch the case when this is
15846         called in a non-org-mode file.
15848         * org-export-latex.el (org-export-latex-remove-from-headlines):
15849         Variable made obsolete, also LaTeX export now uses the standard
15850         variables.
15851         (org-export-as-latex): Add the timestamps parameter to the
15852         preprocessor parameter list.
15853         (org-export-latex-content): Export the remaining keywords without
15854         considering to remove them.
15855         (org-export-latex-keywords-maybe): Make the REMOVE-LIST optional.
15856         Use bold font instead of tt font for the keywords.
15857         (org-export-latex-fontify-headline): Format headlines, assuming
15858         that all keywords still present should be published.
15859         (org-export-latex-keywords): Remove argument TIMESTAMPS and just
15860         publish what ever remains of the time stamps.
15861         (org-export-latex-list-parameters): New option.
15862         (org-export-latex-lists): Pass additional parameters to the list
15863         converter.
15865         * org-exp.el (org-export-preprocess-string): Remove clock lines
15866         and timestamps already in the preprocesor.
15867         (org-export-remove-timestamps, org-export-remove-clock-lines):
15868         New functions.
15869         (org-export-as-ascii, org-export-as-html): Add the timestamps
15870         parameter to the preprocessor parameter list.
15872         * org-list.el (org-list-parse-list): Parse for checkboxes.
15873         (org-list-to-generic): Introduce and handle new parameters :cbon
15874         and :cboff.
15875         (org-list-to-latex, org-list-to-html, org-list-to-texinfo):
15876         Add optional parameter PARAMS.
15878         * org-export-latex.el (org-export-latex-special-chars):
15879         Fix problems with interpreting dollar signs.
15880         (org-inside-latex-math-p): New function.
15881         (org-export-latex-preprocess): Protect all the math fragments.
15883         * org.el (org-latex-regexps): Allow a dash after a dollar.
15885         * org-w3m.el (org-w3m-copy-for-org-mode): Always deactivate the
15886         mark after copying.
15888         * org-agenda.el (org-run-agenda-series): Have series options set
15889         when finalizing the agenda.
15891         * org-exp.el (org-export-format-source-code-or-example):
15892         Protect the converted examples.
15894         * org.el (org-set-regexps-and-options): Fix the regexp
15895         `org-complex-heading-regexp'.
15897 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
15899         * org.el (org-edit-src-get-label-format): New function.
15900         (org-coderef-label-format): New option.
15901         (org-edit-src-code, org-edit-src-find-region-and-lang): Parse for
15902         a label format specification and make sure it is used in the edit
15903         buffer.
15904         (org-edit-src-get-label-format): New function.
15905         (org-store-link): Handle new coderef formats.
15906         (org-link-search): Handle new coderef formats.
15908         * org-footnote.el (org-footnote-create-definition)
15909         (org-footnote-goto-local-insertion-point): Make footnote insertion
15910         work correctly when the "Footnotes" headline is the last line in
15911         the buffer.
15913         * org.el (org-goto-marker-or-bmk): Expose context after jumping to
15914         the location.
15916 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
15918         * org-w3m.el (org-w3m): New customization group.
15919         (org-w3m-deactivate-mark): New option.
15920         (org-w3m-copy-for-org-mode): Deactivate region, unless the user
15921         option say not to.
15923 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
15925         * org.el (org-set-font-lock-defaults): Trigger footnote
15926         fontification.
15927         (org-activate-footnote-links): New function.
15928         (org-activate-links): New entry `footnote'.
15930         * org-faces.el (org-footnote): New face.
15932 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
15934         * org-macs.el (org-re): Handle the [:word:] class.
15936         * org-exp.el (org-export-preprocess-string):
15937         Call `org-export-protect-colon-examples'.
15938         (org-export-protect-colon-examples): Rename from
15939         `org-export-protect-examples', and scope limited to lines starting
15940         with a colon.
15942 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
15944         * org-exp.el (org-export-preprocess-string): Move the preprocess
15945         hook to after turning on Org-mode.
15946         (org-export-preprocess-after-include-files-hook)
15947         (org-export-preprocess-after-tree-selection-hook)
15948         (org-export-preprocess-before-backend-specifics-hook)
15949         (org-export-preprocess-final-hook): New hooks.
15950         (org-export-preprocess-string): Run the new hooks.
15952         * org.el (org-ctrl-c-minus): Fix indentation for new items.
15954         * org-footnote.el: New file.
15956         * org.el (org-footnote): Require footnote code.
15957         (org-startup-options): Add new footnote options.
15958         (org-mode-map): New keybindig for footnotes.
15959         (org-ctrl-c-ctrl-c): Add function at footnotes.
15960         (org-org-menu): New menu entries for footnotes.
15962         * org-export-latex.el (org-export-as-latex): Pass footnote
15963         variable to preprocessor.
15964         (org-export-latex-preprocess): Treat multiple references to a
15965         footnote.
15967         * org-exp.el (org-export-preprocess-string):
15968         Call `org-footnote-normalize'.
15969         (org-export-as-ascii, org-export-as-html): Pass footnote variable
15970         to preprocessor.
15971         (org-export-as-html): Treat multiple references to a footnote.
15973 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
15975         * org-export-latex.el (org-export-latex-links): Handle coderef
15976         links.
15978         * org.el (org-bracket-link-analytic-regexp++): New variable.
15979         (org-make-link-regexps):
15980         Initialize `org-bracket-link-analytic-regexp++'.
15981         (org-store-link): Implement special case in edit-src buffer.
15982         (org-insert-link): No use of ide to insert stored links.
15983         (org-link-search): Implement special case for coderefs.
15985         * org-exp.el (org-export-html-scripts): New constant.
15986         (org-export-html-style-default): Add a new style for highlighted
15987         code.
15988         (org-export-code-refs): New variable.
15989         (org-export-preprocess-string): Initialize `org-export-code-refs'.
15990         Call `org-export-replace-src-segments-and-examples'
15991         No longer call `org-export-protect-examples'.
15992         (org-export-target-internal-links): Take care of coderef targets.
15993         (org-export-last-code-line-counter-value): New variable.
15994         (org-export-replace-src-segments-and-examples): Rename from
15995         `org-export-replace-src-segments', and modified.
15996         (org-export-format-source-code-or-example): Rename from
15997         `org-export-format-source-code'.
15998         (org-export-number-lines): New function.
15999         (org-export-as-ascii, org-export-as-html): Handle coderef links.
16001 2009-01-23  Glenn Morris  <rgm@gnu.org>
16003         * org-rmail.el (rmail-narrow-to-non-pruned-header):
16004         Remove declaration of deleted function.
16006 2009-01-16  Glenn Morris  <rgm@gnu.org>
16008         * org-mouse.el (org-mouse-show-context-menu):
16009         Use mouse-menu-major-mode-map, if defined, rather than the obsolete
16010         mouse-major-mode-menu.
16012 2008-12-23  Carsten Dominik  <dominik@science.uva.nl>
16014         * org-remember.el (org-remember-handler): Safer way to get a new
16015         buffer accessing the target file.
16017         * org.el (org-refile-get-location): Handle case of current buffer
16018         not having a file associated with it.
16020 2008-12-22  Carsten Dominik  <dominik@science.uva.nl>
16022         * org-table.el (org-table-get-formula): Only ask to overwrite
16023         field formula if there really is one.
16025 2008-12-21  Carsten Dominik  <dominik@science.uva.nl>
16027         * org-export-latex.el (org-export-latex-make-header): Double the
16028         commenting % in the time stamp format.
16029         (org-export-latex-special-chars): Handle case where there is no
16030         match group 3.
16032 2008-12-20  Carsten Dominik  <carsten.dominik@gmail.com>
16034         * org.el (org-get-refile-targets, org-refile-get-location):
16035         Use expanded file name to improve comparison.
16037 2008-12-20  Carsten Dominik  <carsten.dominik@gmail.com>
16039         * org.el (org-scan-tags): Rescan for tags, to get the correct
16040         upcase/downcase stuff.  This slows things down for now, but it
16041         works.
16042         (org-mode): Make sure the tag-faces regexp is initialized.
16044         * org-export-latex.el (org-export-latex-links): Fix bug with
16045         undefined label.
16047         * org-table.el (org-table-get-specials):
16048         Set `org-table-current-last-data-line'.
16049         (org-table-current-last-data-line): New variable.
16050         (org-table-insert-column, org-table-delete-column)
16051         (org-table-move-column, org-table-fix-formulas):
16052         Call `org-table-fix-formulas' a second time to fix the $LR references.
16053         (org-table-get-specials): Add the $LR references to the tables.
16054         (org-table-get-formula): Do not offer last-row names as LHS of
16055         formulas.
16057         * org.el (org-store-link): Capture link description from
16058         `org-id-store-link'.
16060         * org-exp.el (org-export-html-format-image): Add the / to the end
16061         of the <img> tag.
16062         (org-export-format-source-code): Surround example by empty lines,
16063         to make sure it will not be inside a paragraph.
16065         * org.el (org-ido-switchb): New function.
16067 2008-12-20  Carsten Dominik  <carsten.dominik@gmail.com>
16069         * org-agenda.el (org-agenda-show): New prefix argument
16070         FULL-ENTRY.
16072         * org.el (org-sort-entries-or-items): Add a COMPARE-FUNC
16073         argument.
16075 2008-12-20  Glenn Morris  <rgm@gnu.org>
16077         * org.el (org-org-menu): Fix some more menu entries.
16079 2008-12-18  Carsten Dominik  <dominik@science.uva.nl>
16081         * org-table.el (org-table-get-specials): Revert introduction of @0
16082         as reference of the last table row, because of conflicts.
16084         * org-agenda.el (org-agenda-change-all-lines): Remove FORCE-TAGS
16085         argument, get the current tags directly.
16086         (org-agenda-set-tags): Leave getting current tags to
16087         `org-agenda-change-all-lines'.
16089 2008-12-17  Carsten Dominik  <dominik@science.uva.nl>
16091         * org.el (org-org-menu): Do not quote the set-tags command.
16093 2008-12-17  Carsten Dominik  <carsten.dominik@gmail.com>
16095         * Fix typos in comments and docstrings throughout Org-mode.
16097         * org.el (org-get-outline-path): Fix bug if level is not given.
16099         * org-agenda.el (org-finalize-agenda): Fix typo with variable name.
16101 2008-12-16  Carsten Dominik  <carsten.dominik@gmail.com>
16103         * org.el (org-refile): Avoid refiling to within the region to be
16104         refiled.
16106         * org-export-latex.el (org-export-latex-special-chars):
16107         Replace special characters also in tables.
16109         * org-agenda.el (org-agenda-change-all-lines): New argument
16110         FORCE-TAGS.
16111         (org-agenda-set-tags): Get the new tags and pass them to
16112         `org-format-agenda-item'.
16114 2008-12-16  Carsten Dominik  <carsten.dominik@gmail.com>
16116         * org-export-latex.el (org-export-latex-classes): Add longable as
16117         a default package to all classes.
16118         (org-export-latex-tables): Handle the longtable attribute and the
16119         align attribute.
16121         * org-table.el (orgtbl-to-generic): Handle tables that start with
16122         a hline.
16124         * org-export-latex.el (org-export-latex-emphasis-alist): Switch to
16125         \verb for colde-like snippets.
16126         (org-export-as-latex): Fix issues with region export.
16128         * org.el (org-up-heading-safe): Speed up function by using a
16129         direct regexp search.
16130         (org-olpa): New variable.
16131         (org-get-outline-path): Speed-up path constructions in cases where
16132         this is possible because the entire hierarchy is scanned anyway.
16133         (org-refile-get-location): Don't compare the truenames of files,
16134         this is too slow.
16135         (org-goto-max-level): New option.
16136         (org-goto): Use `org-goto-max-level'.
16138 2008-12-16  Tassilo Horn  <tassilo@member.fsf.org>
16140         * org-gnus.el (org-gnus-article-link, org-gnus-article-link):
16141         Strip angle brackets from message-ids in the former and don't do
16142         it in the latter.
16143         (org-gnus-follow-link): Open summary reliable, even if the last
16144         messages were deleted, and handle empty groups, too.
16146 2008-12-16  Carsten Dominik  <carsten.dominik@gmail.com>
16148         * org-export-latex.el (org-export-latex-emphasis-alist): Use \verb
16149         instead of \texttt for the =...= and ~===~ emphasis environments.
16150         (org-export-as-latex): Remove any old :org-license-to-kill text
16151         properties.
16152         (org-export-as-latex): Pass RBEG to `org-export-latex-first-lines'.
16153         (org-export-latex-make-header): Add some hard space after the
16154         table of contents.
16155         (org-export-latex-first-lines): Accept RBEG argument.
16156         Mark exported text so that it will be excuded in further steps.
16158         * org-table.el (org-table-get-specials): Make @0 reference the
16159         last line in a table.
16160         (org-table-recalculate): Improve docstring.
16162 2008-12-16  Carsten Dominik  <carsten.dominik@gmail.com>
16164         * org.el (org-log-done): Fix docstring.
16166 2008-12-16  Carsten Dominik  <carsten.dominik@gmail.com>
16168         * org-exp.el (org-export-html-format-image): Fix bugs.
16170         * org-export-latex.el (org-export-latex-tables)
16171         (org-export-latex-links): Implement attribute, label, and caption
16172         handling.
16174         * org-exp.el (org-export-html-style-default): Add style
16175         definitions for the figure div.
16176         (org-export-preprocess-string, org-export-as-html):
16177         Implement attribute, label, and caption handling.
16178         (org-export-attach-captions-and-attributes): New function.
16179         (org-export-html-format-image): New function.
16180         (org-format-org-table-html): Implement attribute, label, and
16181         caption handling.
16183         * org.el (org-find-text-property-in-string): New function.
16184         (org-extract-attributes): Use the property org-attr instead of
16185         org-attrobutes, because this property is now set with the #+ATTR
16186         lines.
16188 2008-12-16  Carsten Dominik  <carsten.dominik@gmail.com>
16190         * org-compat.el (org-substring-no-properties): Fix for XEmacs, for
16191         the case that FROM is nil.
16193         * org.el (org-before-first-heading-p): New function.
16195 2008-12-16  Carsten Dominik  <carsten.dominik@gmail.com>
16197         * org-exp.el (org-export-as-html): Do not add a space before
16198         enforces line breaks.
16199         (org-export-as-html): Close paragraph before blockquote and verse
16200         tags.
16202 2008-12-16  Carsten Dominik  <carsten.dominik@gmail.com>
16204         * org-id.el (org-id-locations-file): Wrap file name with
16205         `convert-standard-filename'.
16206         (org-id-files): New variable.
16207         (org-id-use-hash): New option.
16208         (org-id-update-id-locations): Also search in all files current
16209         listed in `org-id-files'.  Convert the resulting alist to a hash
16210         if the user customation says so.
16211         (org-id-locations-save): Handle he case if `org-id-locations' is a
16212         hash.
16213         (org-id-locations-load): Convert the alist to a hash.
16214         (org-id-add-location): Handle the hast case.
16215         (kill-emacs-hook): Make sure id locations are saved when Emacs is
16216         exited.
16217         (org-id-hash-to-alist, org-id-alist-to-hash)
16218         (org-id-paste-tracker): New functions.
16220 2008-12-07  Carsten Dominik  <carsten.dominik@gmail.com>
16222         * org-agenda.el (org-agenda-goto-calendar): Remove duplicate let
16223         bindings of calendar variables.
16225         * org-table.el (org-table-find-row-type): Rename from
16226         `org-find-row-type'.
16227         (org-table-rewrite-old-row-references): Rename from
16228         `org-rewrite-old-row-references'.
16229         (org-table-shift-refpart): Rename from `org-shift-refpart'.
16230         (org-table-cleanup-narrow-column-properties): Rename from
16231         `org-cleanup-narrow-column-properties'.
16233 2008-12-07  Carsten Dominik  <carsten.dominik@gmail.com>
16235         * org-table.el (org-find-row-type): New arguments DESC and CLINE,
16236         for better error messages.
16237         (org-table-get-descriptor-line): Supply the new arguments to
16238         `org-find-row-type'.
16239         (org-table-error-on-row-ref-crossing-hline): New option.
16241         * org.el (org-target-link-regexp): Make buffer-local.
16242         (org-move-subtree-down): Fix bug with trees at beginning of
16243         buffer.
16245 2008-12-07  Carsten Dominik  <carsten.dominik@gmail.com>
16247         * org-faces.el (org-set-tag-faces): New function.
16248         (org-tags-special-faces-re): New variable.
16250         * org.el (org-font-lock-add-tag-faces, org-get-tag-face): New functions.
16252         * org-faces.el (org-tag-faces): New option.
16253         (org-tag): Mention `org-tag-faces' in the docstring.
16255 2008-12-07  Carsten Dominik  <carsten.dominik@gmail.com>
16257         * org-exp.el (org-export-html-style-default): Implement new
16258         quoting.
16260         * org-jsinfo.el (org-infojs-template): Implement new quoting.
16262         * org-w3m.el (w3m-minor-mode-hook): Also add the special copy
16263         command to the `w3m-minor-mode-map'.
16265         * org-archive.el (org-archive-to-archive-sibling):
16266         Protect `this-command' to avoid appending kills during archiving.
16268         * org-exp.el (org-export-with-priority): New variable.
16269         (org-export-add-options-to-plist): Use `org-export-plist-vars'
16270         instead of internal list of strings and properties.
16271         (org-print-icalendar-entries): Retrieve the location property with
16272         inheritance.
16274 2008-12-07  Carsten Dominik  <carsten.dominik@gmail.com>
16276         * org-exp.el (org-export-with-todo-keywords): New option.
16277         (org-export-plist-vars): Include also the keys for the #+OPTIONS
16278         line.
16279         (org-default-export-plist, org-export-add-options-to-plist)
16280         (org-export-as-ascii, org-export-as-html): Use the new structure
16281         of `org-export-plist-vars'.
16283         * org.el (org-map-entries): Return all values.
16285 2008-12-07  Carsten Dominik  <carsten.dominik@gmail.com>
16287         * org.el (org-matcher-time): Recognize more special values.
16289         * org-gnus.el (fboundp): Fix defvaralias for XEmacs.
16291 2008-12-07  Carsten Dominik  <carsten.dominik@gmail.com>
16293         * org.el (org-tags-exclude-from-inheritance): New option.
16294         (org-tag-inherit-p, org-remove-uniherited-tags):
16295         Respect `org-tags-exclude-from-inheritance'.
16297         * org-agenda.el (org-agenda-show-inherited-tags): New option.
16298         (org-format-agenda-item): Add inherited tags to the agenda line
16299         string, and make sure that properties are kept when downcasing the
16300         tags list.
16301         (org-agenda-add-inherited-tags): New function.
16302         (org-downcase-keep-props): New function.
16304         * org.el (org-scan-tags): Mark inherited tags with a text
16305         property.
16306         (org-get-tags-at): Mark inherited tags with a text property.
16307         (org-add-prop-inherited): New function.
16309         * org-agenda.el (org-agenda-add-inherited-tags): New function.
16310         (org-agenda-show-inherited-tags): New option.
16312 2008-12-07  Carsten Dominik  <carsten.dominik@gmail.com>
16314         * org.el (org-modules): Add org-w3m to the default modules.
16316         * org-table.el (orgtbl-self-insert-command): Make S-SPC work in
16317         orgtbl-mode.
16318         (orgtabl-create-or-convert-from-region): New command.
16320         * org-exp.el (org-export-as-ascii): Remove the handling of
16321         targets.
16322         (org-export-ascii-preprocess): Handle targets already in this
16323         function.
16325 2008-12-07  Carsten Dominik  <carsten.dominik@gmail.com>
16327         * org-timer.el (org-timer-start-time): Define this variable.
16328         (org-timer-item): Make argument optional.
16330         * org-list.el (org-insert-item): Automatically insert a timer item
16331         if the current list is a timer list.
16333         * org-timer.el: New file.
16335         * org-publish.el (org-publish-org-index): Only exclude the index
16336         file in the main directory from being added to the site-map.
16337         (org-publish-get-project-from-filename): If the current project is
16338         a component, start publishing from the parent project.
16340 2008-12-07  Carsten Dominik  <carsten.dominik@gmail.com>
16342         * org-table.el (orgtbl-ret): Fix RET at beginning-of-buffer.
16344         * org-publish.el (org-publish-org-index): Improve removal of
16345         temporary buffers.
16347 2008-11-24  Carsten Dominik  <carsten.dominik@gmail.com>
16349         * org-agenda.el (org-get-closed): Re-apply changes
16350         accidentially overwritten by last commit to Emacs.
16352         * org.el (org-outline-path-complete-in-steps): New option.
16353         (org-refile-get-location):
16354         Honor `org-outline-path-complete-in-steps'.
16355         (org-agenda-change-all-lines, org-tags-sparse-tree)
16356         (org-time-string-to-absolute, org-small-year-to-year)
16357         (org-link-escape): Re-apply changes accidentially overwritten
16358         by last commit to Emacs.
16360 2008-11-23  Carsten Dominik  <carsten.dominik@gmail.com>
16362         * org-clock.el (org-dblock-write:clocktable): Make sure the
16363         clocktable sees the first line.
16364         (org-clock-in): Warn if the clock cannot be resumed.
16366 2008-11-23  Carsten Dominik  <carsten.dominik@gmail.com>
16368         * org.el (org-open-at-point): Fix mixup about interactive and
16369         non-interactive elisp links.
16371 2008-11-23  Carsten Dominik  <carsten.dominik@gmail.com>
16373         * org-exp.el (org-export-preprocess-string): Allow one comment
16374         line before the first headline to always be included.  This is
16375         to not miss a commented target.
16377         * org-mouse.el (org-mouse-insert-item):
16378         Call `org-indent-to-column' instead of `indent-to', for XEmacs
16379         compatibility.
16381         * org.el (org-refile-targets): Fix customize definition so
16382         that it works also in XEmacs.
16383         (org-fixup-indentation): Call `org-indent-to-column' instead
16384         of `indent-to', for XEmacs compatibility.
16386 2008-11-23  Tokuya Kameshima  <kames@fa2.so-net.ne.jp>
16388         * org-mew.el (org-mew-store-link): Get the correct case folder
16389         for refiled messages.
16391 2008-11-23  Carsten Dominik  <carsten.dominik@gmail.com>
16393         * org-exp.el (org-export-as-ascii): Remove the "\\" forced
16394         line break indicators.
16396         * org.el (org-ido-completing-read): Remove the "i:" prefix for
16397         ido-completion propts.
16399 2008-11-23  Carsten Dominik  <carsten.dominik@gmail.com>
16401         * org-remember.el (org-remember-apply-template):
16402         Use `org-substring-no-properties'.
16404         * org-compat.el (org-substring-no-properties): New function.
16406         * org-remember.el (org-remember-apply-template):
16407         Use `org-substring-no-properties' for compatibility.
16409         * org-list.el (org-list-two-spaces-after-bullet-regexp):
16410         New option.
16411         (org-fix-bullet-type):
16412         Respect `org-list-two-spaces-after-bullet-regexp'.
16414         * org-clock.el (org-clock-load): Clean up the code.
16416         * org.el (org-adaptive-fill-function): Allow two spaces after
16417         "1." as a list bullet.
16419 2008-11-23  Carsten Dominik  <carsten.dominik@gmail.com>
16421         * org-clock.el (org-clock-save, org-clock-load): Check for
16422         live buffers, existing files, and buffer file names to ensure
16423         consistent information.
16424         (org-clock-persist): Make `clock' a special value of this
16425         variable, and improve docstring.
16427         * org-list.el (org-cycle-list-bullet, org-fix-bullet-type)
16428         (org-get-string-indentation): Adapt indentation when the bullet
16429         width changes.
16431 2008-11-23  Carsten Dominik  <carsten.dominik@gmail.com>
16433         * org-remember.el (org-remember-finalize): Make interactive.
16434         (org-remember-kill): New command.
16435         (org-remember-finish-immediately): Call `org-remember-finalize'
16436         directly.
16437         (org-remember-finalize): Make `org-remember-finalize' an interactive
16438         function.
16440 2008-11-23  Carsten Dominik  <carsten.dominik@gmail.com>
16442         * org-remember.el (org-remember-apply-template): No ido completion
16443         for free prompts in remember templates.
16444         (org-remember-before-finalize-hook): New hook.
16445         (org-remember-mode): New minor mode.
16446         (org-remember-apply-template): Turn on `org-remember-mode'.
16448         * org-remember.el (org-remember-apply-template): Fix the way how
16449         the list of allowed properties is retrieved from the target file.
16451         * org.el (org-insert-link): Improve file link matching.
16453 2008-11-23  Carsten Dominik  <carsten.dominik@gmail.com>
16455         * org-colview.el (org-columns-display-here): New argument
16456         DATELINE, to trigger using the new face.
16457         (org-agenda-colview-summarize): Call `org-columns-display-here'
16458         with the new argument.
16460         * org-faces.el (org-agenda-column-dateline): New face.
16462         * org-publish.el (org-publish-org-index): Use index-title at page
16463         title, not as section.
16465         * org-exp.el (org-export-html-format-desc): Respect the
16466         org-protect property.
16467         (org-export-as-html): Protect image specifiers that are in the
16468         description part of a link.
16470         * org.el (org-sort-entries-or-items, org-completing-read)
16471         (org-refile-get-location, org-olpath-completing-read, org-todo)
16472         (org-show-todo-tree, org-sparse-tree, org-make-tags-matcher)
16473         (org-set-tags, org-change-tag-in-region, org-fast-tag-selection)
16474         (org-set-property, org-delete-property)
16475         (org-delete-property-globally): Use `org-ido-completing-read'.
16477         * org-remember.el (org-remember-apply-template):
16478         Use `org-ido-completing-read'.
16480         * org-publish.el (org-publish): Use `org-ido-completing-read'.
16482         * org-colview.el (org-columns-edit-value, org-columns-new)
16483         (org-insert-columns-dblock): Use `org-ido-completing-read'.
16485         * org-colview-xemacs.el (org-columns-edit-value)
16486         (org-columns-new, org-insert-columns-dblock):
16487         Use `org-ido-completing-read'.
16489         * org-attach.el (org-attach-delete-one, org-attach-open):
16490         Use `org-ido-completing-read'.
16492         * org-agenda.el (org-todo-list, org-agenda-filter-by-tag):
16493         Use `org-ido-completing-read'.
16495         * org.el (org-time-today): New function.
16496         (org-matcher-time): Use `org-time-today'.  Add special treatment
16497         for "<tomorrow>" and "<yesterday>".
16498         (org-ido-completing-read): New function.
16499         (org-completion-use-ido): New option.
16501         * org-exp.el (org-export-format-source-code): Fix bug in require
16502         htmlize code.
16503         (org-export-target-internal-links): Fix bug in search for text
16504         property.
16506 2008-11-23  Carsten Dominik  <carsten.dominik@gmail.com>
16508         * org-export-latex.el (org-export-latex-subcontent):
16509         Interpret target aliases as additional labels.
16511         * org-exp.el (org-export-target-aliases): New variable.
16512         (org-export-preprocess-string)
16513         (org-export-handle-invisible-targets): Fill the alias alist.
16514         (org-export-as-html): Remove the &nbsp; from the anchor, and also
16515         assign an id.
16516         (org-html-level-start): Insert the target aliases as additional
16517         anchors.
16519         * org.el (org-edit-fixed-width-region): Fix bug when starting a new
16520         picture area.
16522 2008-11-23  Carsten Dominik  <carsten.dominik@gmail.com>
16524         * org.el (org-open-at-mouse): Ensure correct link abbreviations
16525         when following a link with the mouse from the agenda.
16527         * org-exp.el (org-export-as-html): Avoid lone </div> when no
16528         headlines are created.
16530 2008-11-23  Carsten Dominik  <carsten.dominik@gmail.com>
16532         * org.el (org-link-translation-function): New option.
16533         (org-open-at-point): Call `org-link-translation-function' if
16534         non-nil.
16535         (org-translate-link): New function.
16536         (org-translate-link-from-planner): New function.
16537         (org-open-at-point): Allow interactive commands in elisp links.
16539         * org-exp.el (org-icalendar-cleanup-string): Restore the old
16540         iCalendar quoting.  The new one seems to caus problems with
16541         applications.
16543         * org.el (org-yank): Set `this-command' to `yank', so that
16544         `yank-pop' will work.
16546 2008-11-23  Carsten Dominik  <carsten.dominik@gmail.com>
16548         * org-exp.el (org-icalendar-cleanup-string): Improve RFC2455
16549         compliance as far as quoting is concerned.
16551         * org.el (org-link-expand-abbrev): Implement %h as an escape for a
16552         hexified version of the tag.
16554         * org-vm.el (org-vm-follow-link): Require `vm-search'.
16556         * org.el (org-up-heading-safe, org-forward-same-level):
16557         Always call `org-back-to-heading' instead of `outline-back-to-heading'.
16558         (org-back-to-heading): New wrapper around outline-back-to-heading,
16559         with a useful error message telling where the error happened.
16561         * org-list.el (org-update-checkbox-count): Always call
16562         `org-back-to-heading' instead of `outline-back-to-heading'.
16564         * org-exp.el (org-export-as-html): Make sure that each <img> tag
16565         has an `alt' attribute, to ensure XHTML validation.
16567 2008-11-23  Carsten Dominik  <carsten.dominik@gmail.com>
16569         * org-publish.el (org-publish-attachment): Allow publishing to
16570         overwrite attachment files.
16572         * org-agenda.el (org-agenda-timerange-leaders): New option.
16573         (org-agenda-get-blocks): Use `org-agenda-timerange-leaders'.
16575         * org.el (org-edit-src-exit): Untabify ASCII image before
16576         returning.
16578 2008-11-19  Glenn Morris  <rgm@gnu.org>
16580         * org.el, org-mouse.el (org-agenda-change-all-lines):
16581         Fix declaration.
16583 2008-11-18  Carsten Dominik  <dominik@science.uva.nl>
16585         * org.el ("speedbar"): Only show context if the file really is an
16586         org-mode buffer.
16588 2008-11-17  Juanma Barranquero  <lekktu@gmail.com>
16590         * org.el (org-time-string-to-absolute, org-small-year-to-year)
16591         (org-tags-sparse-tree): Fix typos in docstrings.
16593 2008-11-15  Carsten Dominik  <dominik@science.uva.nl>
16595         * org-publish.el (org-publish-attachment): Allow copy-file to
16596         overwrite files.
16598 2008-11-13  Glenn Morris  <rgm@gnu.org>
16600         * org-agenda.el (org-get-closed): Fix alias.
16602 2008-11-12  Juanma Barranquero  <lekktu@gmail.com>
16604         * org.el (org-link-escape): Fix typo in docstring.
16606 2008-11-12  Carsten Dominik  <carsten.dominik@gmail.com>
16608         * org.el (org-yank): Make any prefix force normal yanking.
16609         Suppress folding if text would be swallowed into a folded
16610         subtree.
16611         (org-yank-folded-subtrees, org-yank): Docstring updates.
16613         * org-agenda.el (org-agenda-compare-effort): Treat no effort
16614         defined as 0.
16616         * org-exp.el (org-export-language-setup): Add Catalan and
16617         Esperanto language entries.
16619 2008-11-12  Carsten Dominik  <carsten.dominik@gmail.com>
16621         * org.el (org-refile): Allow refiling of entire regions.
16623         * org-clock.el (org-clock-time%): New function.
16625         * org.el (org-entry-get, org-entry-delete): Use safer regexps to
16626         retrieve property values.
16628 2008-11-12  Carsten Dominik  <carsten.dominik@gmail.com>
16630         * org-agenda.el (org-agenda-list): Handle the value `only' of
16631         org-agenda-show-log'.
16632         (org-agenda-log-mode): Interpret a double prefix arg.
16634 2008-11-12  Carsten Dominik  <carsten.dominik@gmail.com>
16636         * org-exp.el (org-export-html-footnotes-section): New variable.
16637         (org-export-as-html): Use `org-export-html-footnotes-section' to
16638         insert the footnotes.
16639         (org-export-language-setup): Add "Footnotes" to language words.
16641 2008-11-12  Carsten Dominik  <carsten.dominik@gmail.com>
16643         * org.el (org-yank): Fix bug when not inserting a subtree.
16645 2008-11-12  Carsten Dominik  <carsten.dominik@gmail.com>
16647         * org-vm.el (org-vm-follow-link): Call `vm-preview-current-message'
16648         instead of `vm-beginning-of-message'.
16650         * org.el (org-make-link-regexps): Make sure that links to gnus can
16651         contain brackets.
16653 2008-11-12  Carsten Dominik  <carsten.dominik@gmail.com>
16655         * org-attach.el (org-attach-dir): Remove duplicate ID creation
16656         code.
16658         * org-id.el (org-id-new): Use `org-trim' to extract the uuid from
16659         shell output.
16661         * org.el (org-link-abbrev-alist): Improve customization type.
16663         * org-attach.el (org-attach-expand-link, org-attach-expand):
16664         New functions.
16666         * org-agenda.el (org-agenda-get-progress): Rename from
16667         `org-get-closed'.  Implement searching for state changes as well.
16668         (org-agenda-log-mode-items): New option.
16669         (org-agenda-log-mode): New option prefix argument, interpreted as
16670         request to show all possible progress info.
16671         (org-agenda-get-day-entries): Call `org-get-progress' instead of
16672         `org-get-closed'.
16673         (org-agenda-set-mode-name): Handle the more complex log mode
16674         settings.
16675         (org-get-closed): New alias, pointing to `org-get-progress'.
16677 2008-11-12  Carsten Dominik  <dominik@science.uva.nl>
16679         * org.el (org-file-apps-defaults-gnu)
16680         (org-file-apps-defaults-macosx)
16681         (org-file-apps-defaults-windowsnt): Add an entry defining the
16682         system command.
16683         (org-file-apps): Allow `system' as key and value.
16684         (org-open-at-point): Explain the effect of a double prefix arg.
16685         (org-open-file): If the argument `in-emacs' is (16),
16686         i.e. corresponding to a double prefix argument, try to open the
16687         file externally.
16689 2008-11-12  Carsten Dominik  <dominik@science.uva.nl>
16691         * org.el (org-insert-link): Abbreviate absolute files names in
16692         links.  Also, fix a bug in which the double C-u prefix would not
16693         be honored.
16695 2008-11-12  Carsten Dominik  <dominik@science.uva.nl>
16697         * org.el (org-insert-heading): If buffer does not end with a
16698         newline, add one if necessary to insert headline correctly.
16700         * org-exp.el (org-export-as-html): Make sure that <hr/> is between
16701         paragraphs, not inside.
16703         * org.el (org-todo):
16704         Quote `org-agenda-headline-snapshot-before-repeat'.
16706         * org-exp.el (org-export-as-html): Fully process link descriptions.
16707         (org-export-html-format-desc): New function.
16708         (org-export-as-html): Collect footnotes into the correct basket.
16709         (org-html-protect): No longer protect quotations marks here, this
16710         goes wrong.
16712         * org-agenda.el (org-agenda-remove-marked-text): Bind variable
16713         BEG.
16715         * org-compat.el (org-fit-window-to-buffer): New function (not
16716         really, a preliminary and incomplete version was present earlier,
16717         but not used).
16719         * org.el (org-fast-todo-selection, org-fast-tag-selection):
16720         Use `org-fit-window-to-buffer'.
16722         * org-exp.el (org-export): Use `org-fit-window-to-buffer'.
16724         * org-agenda.el (org-agenda-get-restriction-and-command)
16725         (org-fit-agenda-window, org-agenda-convert-date):
16726         Use `org-fit-window-to-buffer'.
16728         * org-exp.el (org-export-as-html): Process href links through
16729         `org-export-html-format-href'.
16730         (org-export-html-format-href): New function.
16732         * org-agenda.el (org-agenda-todo): Update only the current
16733         headline if this is a repeated TODO, marked done for today.
16734         (org-agenda-change-all-lines): New argument JUST-THIS, to change
16735         only the current line.
16737         * org.el (org-todo): Take a snapshot of the headline if the
16738         repeater might change it.
16740 2008-11-12  Carsten Dominik  <dominik@science.uva.nl>
16742         * org-publish.el (org-publish-find-title): Remove buffers visited
16743         only for extracting the title.
16745         * org-exp.el (org-export-html-style)
16746         (org-export-html-style-default): Mark style definitions as
16747         unparsed CDATA.
16749         * org-publish.el (org-publish-validate-link):
16750         Function re-introduced.
16752 2008-11-12  Charles Sebold  <csebold@gmail.com>
16754         * org-plot.el (org-plot/add-options-to-plist): Supports timefmt
16755         property.
16756         (org-plot-quote-timestamp-field): New function.
16757         (org-plot-quote-tsv-field): Call timestamp field function when
16758         necessary rather than just quoting as a string.
16759         (org-plot/gnuplot-to-data): Pass in timefmt property.
16760         (org-plot/gnuplot-script): Supports timefmt property.
16761         (org-plot/gnuplot): Checks for timestamp column before checking
16762         for text index column.
16764 2008-11-12  Carsten Dominik  <dominik@science.uva.nl>
16766         * org.el (org-insert-heading): Improve behavior with hidden subtrees.
16768         * org-publish.el (org-publish-org-index): Create a section in the
16769         index file.
16770         (org-publish-org-index): Stop linking to directories.
16772         * org.el (org-emphasis-alist): Use span instead of <u> to
16773         underline text.
16775         * org-exp.el (org-export-as-html): Make sure <p> is closed before
16776         <pre> sections.
16778 2008-11-12  Sebastian Rose  <sebastian_rose@gmx.de>
16780         * org-jsinfo.el (org-infojs-template): Remove language attribute
16781         from script tag.
16783 2008-11-12  Carsten Dominik  <dominik@science.uva.nl>
16785         * org-agenda.el (org-agenda-remove-marked-text): New function.
16786         (org-agenda-mark-filtered-text)
16787         (org-agenda-unmark-filtered-text): New functions.
16788         (org-write-agenda): Remove filtered text.
16790         * org.el (org-make-tags-matcher): Give access to TODO "property"
16791         without speed penalty.
16793 2008-11-12  Carsten Dominik  <dominik@science.uva.nl>
16795         * org.el (org-link-frame-setup): Add `org-gnus-no-new-news' as an
16796         option.
16797         (org-store-link-props): Make sure adding to the plist works
16798         correctly.
16800         * org-gnus.el (org-gnus-no-new-news): New function.
16801         (org-gnus-follow-link): Allow the article ID to be a message-id,
16802         in addition to allowing article numbers.  Message IDs make much
16803         more roubust links.
16804         (org-gnus-store-link): Use message-id to create link.
16806 2008-11-12  Carsten Dominik  <dominik@science.uva.nl>
16808         * org.el (org-emphasize): Reverse the selection array.
16809         (org-emphasis-alist): Set <code> tags for the verbatim
16810         environment.
16812         * org-remember.el (org-remember-handler): Fix bug with
16813         prefix-related changing of the note storage target.
16815         * org-exp.el (org-print-icalendar-entries): Make the exported
16816         priorities compatible with RFC 2445.
16818         * org-clock.el (org-clock-save): Insert time stamp without
16819         dependence on time-stamp.el.
16821 2008-11-12  Carsten Dominik  <dominik@science.uva.nl>
16823         * org.el ("saveplace"): If saveplace puts point into an invisible
16824         location, make it visible.
16825         (org-make-tags-matcher): Allow inactive time stamps in time
16826         comparisons.
16827         (org-yank-adjusted-subtrees): New option.
16828         (org-yank): Incorporate adjusting trees.
16829         (org-paste-subtree): New argument FOR-YANK which will cause
16830         insertion at point without backing up over white lines, and leave
16831         point at the end of the inserted text.  Also if the cursor is
16832         at the beginning of a headline, use the same level or the inserted
16833         tree.
16835         * org-publish.el (org-publish-get-base-files-1): Deal correctly
16836         with broken symlinks.
16838 2008-11-12  Carsten Dominik  <dominik@science.uva.nl>
16840         * org-exp.el (org-export-select-tags, org-get-current-options):
16841         Fix typo.
16843 2008-11-06  Glenn Morris  <rgm@gnu.org>
16845         * org-publish.el (org-publish-attachment): Use copy-file rather than
16846         eshell/cp.
16848 2008-11-04  Juanma Barranquero  <lekktu@gmail.com>
16850         * org.el (org-columns-modify-value-for-display-function):
16851         * org-table.el (org-table-convert-region): Fix typos in docstrings.
16853 2008-10-28  Glenn Morris  <rgm@gnu.org>
16855         * org-agenda.el (org-agenda-align-tags): Replace use of cl `adjoin'.
16857         * org-list.el (outline-next-heading, outline-back-to-heading):
16858         Fix declarations.
16860 2008-10-26  Carsten Dominik  <dominik@science.uva.nl>
16862         * org-agenda.el (org-format-agenda-item)
16863         (org-agenda-filter-make-matcher): Make sure tags are stored and
16864         compared downcased.
16866 2008-10-26  Carsten Dominik  <dominik@science.uva.nl>
16868         * org.el (org-insert-todo-heading): Fix bug with force-heading
16869         argument.
16871 2008-10-26  Carsten Dominik  <dominik@science.uva.nl>
16873         * org-exp.el (org-export-as-ascii): Handle the case that we are
16874         bulishing from an indirect buffer.
16876         * org-table.el (org-table-copy-down): Fix bug with time stamp
16877         increment.
16879         * org-mouse.el (org-mouse-features): New option.
16880         (org-mode-hook): Turn on features depending on
16881         `org-mouse-features'.
16883         * org.el (org-insert-heading-respect-content): Force heading
16884         creation.
16885         (org-insert-heading): Keep the folding state of the heading before
16886         the inserted one.
16888 2008-10-26  Carsten Dominik  <dominik@science.uva.nl>
16890         * org-archive.el (org-archive-to-archive-sibling): Handle top
16891         level headlines better.
16893 2008-10-26  Bastien Guerry  <bzg@altern.org>
16895         * org-export-latex.el (org-export-latex-classes):
16896         Add \usepackage{graphicx} to the default list of packages.
16898 2008-10-26  Carsten Dominik  <dominik@science.uva.nl>
16900         * org-agenda.el (org-agenda-filter): Rename from
16901         `org-agenda-filter-tags'.
16903 2008-10-26  Carsten Dominik  <dominik@science.uva.nl>
16905         * org.el (org-entry-properties): Add CATEGORY property, iven if it
16906         is not defined as a property in this entry.
16907         (org-add-log-note): Mask prefix argument when immediately storing
16908         the note.
16910         * org-agenda.el (org-agenda-filter-effort-default-operator):
16911         New option.
16913 2008-10-26  James TD Smith  <ahktenzero@mohorovi.cc>
16915         * org.el (org-add-log-setup): Bugfix; code to find insertion point
16916         after drawers was skipping ahead one line too many, so notes were
16917         inserted after the first note instead of before it.
16919 2008-10-26  Carsten Dominik  <dominik@science.uva.nl>
16921         * org-agenda.el (org-agenda-filter-tags, org-agenda-filter-form):
16922         New variables.
16923         (org-prepare-agenda): Reset the filter tags.
16924         (org-agenda-filter-by-tag, org-agenda-filter-by-tag-show-all):
16925         Show filter tags in mode line.
16927         * org-table.el (orgtbl-to-html): Bind `html-table-tag' for the
16928         formatter.
16930         * org-export-latex.el (org-latex-entities-regexp): New constant.
16931         (org-export-as-pdf): Use two calls to `shell-command'.
16933 2008-10-26  Carsten Dominik  <dominik@science.uva.nl>
16935         * org-export-latex.el (org-export-latex-treat-sub-super-char):
16936         Honor the {} value of the subsuperscript setting.  Make sure that
16937         longer subsuperscripts are typeset in a roman font.
16939         * org.el (org-clock-update-time-maybe): Compute negative clock
16940         intervals correctly.
16942 2008-10-26  Carsten Dominik  <dominik@science.uva.nl>
16944         * org.el (org-add-log-setup):
16945         Respect `org-log-state-notes-insert-after-drawers'.
16946         (org-log-state-notes-insert-after-drawers): New option.
16947         (org-todo-trigger-tag-changes): New function.
16948         (org-todo): Call `org-todo-trigger-tag-changes'.
16950 2008-10-26  James TD Smith  <ahktenzero@mohorovi.cc>
16952         * org.el (org-add-log-setup): Only skip drawers if they are
16953         immediately after the scheduling keywords.
16955         * org-clock.el (org-clock-in-switch-to-state): Allow this to be a
16956         function.
16957         (org-clock-in): If `org-clock-in-switch-to-state' is a function,
16958         call it with the current todo state to get the state to switch to
16959         when clocking in.
16960         (org-clock-in): Use org-indent-line-function to indent clock lines.
16961         (org-clock-find-position): Fix indentation of empty clock drawers.
16963 2008-10-26  Carsten Dominik  <dominik@science.uva.nl>
16965         * org-publish.el (org-publish-org-to): Handle case when
16966         org-export-to-pdf does return a file name, not a buffer.
16967         (org-publish-org-to-pdf): New function.
16969         * org-export-latex.el (org-export-as-pdf)
16970         (org-export-as-pdf-and-open): New commands.
16972         * org-table.el (org-table-eval-formula): Avoid parsing Calc's HMS
16973         forms as ranges.
16975         * org-export-latex.el (org-export-latex-lists): Ignore lists-like
16976         things in protexted regions.
16978 2008-10-26  Carsten Dominik  <dominik@science.uva.nl>
16980         * org-export-latex.el (org-export-latex-preprocess):
16981         Improve quoting of LaTeX environments.
16983 2008-10-19  Eli Zaretskii  <eliz@gnu.org>
16985         * org.el (org-default-notes-file):
16986         * org-publish.el (org-publish-timestamp-directory):
16987         * org-id.el (org-id-locations-file): Run file names that begin
16988         with a period thru `convert-standard-filename'.
16990 2008-10-12  Carsten Dominik  <dominik@science.uva.nl>
16992         * org-plot.el: Switch coding system to unix.
16994 2008-10-12  John Wiegley  <johnw@newartisans.com>
16996         * org-attach.el: New file.
16998 2008-10-12  Carsten Dominik  <carsten.dominik@gmail.com>
17000         * org.el (org-edit-fixed-width-region): Exclude final newline from
17001         picture area.
17003         * org-export-latex.el (org-export-latex-subcontent): Add labels to
17004         sections, to make internal links work.
17005         (org-export-latex-fontify-headline): Do not remove all text
17006         properties, to make sure that target properties survive this
17007         process.
17009         * org-exp.el (org-export-preprocess-string): Change sequence of
17010         modifications, to make sure links are prepared before the LaTeX
17011         conversions do happen.
17013         * org-attach.el (org-attach-delete-all): Rename from
17014         `org-attch-delete'.  Add a security query before deleting the
17015         entire directory.  New optional argument FORCE can overrule the
17016         security query.
17017         (org-attach-delete-one): New command.
17019         * org-attach.el (org-attach-file-list): Fix bug with directory.
17021         * org.el (org-apps-regexp-alist): New function.
17022         (org-file-apps): Add auto-mode to the default value.
17023         (org-open-file): Use the new structure of org-file-apps.
17025         * org-attach.el (org-attach): Support the new keys.
17026         (org-attach-method): New option.
17028         * org-bbdb.el (org-bbdb-anniversaries): Fix but with 29 Feb/1
17029         March.
17031         * org.el (org-remove-uniherited-tags): Fix reverse interpretation
17032         of the list value o `org-use-tag-inheritance'.
17034         * org-attach.el (org-attach-auto-tag): New option.
17035         (org-attach-tag, org-attach-untag): New functions.
17036         (org-attach-attach, org-attach-new, org-attach-sync):
17037         Call `org-attach-tag'.
17038         (org-attach-delete): Call `org-attach-untag'.
17040         * org-table.el (orgtbl-self-insert-command): Make this work for
17041         the keypad as well.
17043         * org.el (org-add-log-setup): Limit searc for drawers to entry
17044         text, not to subtree.
17046         * org-clock.el (org-clock-heading-for-remember): New variable.
17047         (org-clock-in): Set `org-clock-heading-for-remember'.
17049 2008-10-12  James TD Smith  <ahktenzero@mohorovi.cc>
17051         * org-remember.el (org-remember-apply-template): Add new
17052         expansions: %k, %K for currently clocked task and a link to the
17053         currently clocked task, and %< to file notes in the currently
17054         clocked task.
17056 2008-10-12  Carsten Dominik  <dominik@science.uva.nl>
17058         * org-export-latex.el (org-export-latex-make-header): Also insert
17059         the content of the property :latex-header-extra.
17061         * org-exp.el (org-infile-export-plist): Put the content of
17062         #+LATEX_HEADER: into the property :latex-header-extra.
17064         * org-colview.el (org-columns-get-format-and-top-level):
17065         Remove resetting the marker.
17067         * org-colview-xemacs.el (org-columns-get-format-and-top-level):
17068         Remove resetting the marker.
17070         * org.el (org-entry-property-inherited-from): Improve docstring.
17071         (org-entry-get-with-inheritance): Reset marker before starting the
17072         search.
17074         * org-exp.el (org-infile-export-plist): Allow multiple STYLE lines.
17076         * org.el (org-entry-get-multivalued-property)
17077         (org-entry-protect-space, org-entry-restore-space):
17078         New functions.
17079         (org-file-apps-defaults-macosx): Let PostScript files be opened by
17080         preview.
17081         (org-time-stamp-inactive): Call `org-time-stamp'.
17082         (org-time-stamp): New argument `inactive'.  Also edit inactive
17083         stamps.  Convert time stamp type.
17084         (org-open-file): Interpret the `default' value for the `command'
17085         in `org-file-apps'.
17087         * org-id.el (org-id-int-to-b36-one-digit)
17088         (org-id-b36-to-int-one-digit, org-id-int-to-b36)
17089         (org-id-b36-to-int, org-id-time-to-b36): Modify from b62 to
17090         b36.
17092         * org-id.el (org-id-reverse-string): New function.
17093         (org-id-new): Use `org-id-reverse-string' to make sure the
17094         beginning chars of the ID are mutating fast.  This allows to use a
17095         directory structure to spread things better.
17096         (org-id-prefix): Change default to nil.
17098         * org-list.el (org-move-item-down, org-move-item-up): Remember and
17099         restore the column of the cursor position.
17101         * org-remember.el (org-remember-apply-template): Remove properties
17102         from `initial'.
17104         * org-wl.el (org-wl-open): Remove useless call to
17105         `wl-thread-open-all'.
17107         * org-remember.el (org-remember-handler): Fix bug with `bottom'
17108         location.
17110         * org-bbdb.el (org-bbdb-anniversaries): Require bbdb in
17111         `org-bbdb-anniversaries'.
17113         * org.el (org-get-next-sibling, org-forward-same-level):
17114         New functions, similar to the outline versions, but invisible headings
17115         are OK.
17117 2008-10-12  Bastien Guerry  <bzg@altern.org>
17119         * org.el (org-auto-repeat-maybe): Insert a space between
17120         the timestamp's type and the timestamp itself.
17122 2008-10-12  Carsten Dominik  <dominik@science.uva.nl>
17124         * org-table.el (org-table-sum): Do not format the result with %g,
17125         it does rounding when there are too many digits.
17127         * org.el (org-map-entries): Protect the keyword-selecting variables.
17129 2008-10-12  Bastien Guerry  <bzg@altern.org>
17131         * org-agenda.el (org-agenda-to-appt): Make sure the function check
17132         against all agenda files.
17134 2008-10-12  Carsten Dominik  <dominik@science.uva.nl>
17135         Bastien Guerry  <bzg@altern.org>
17137         * org-list.el: New file, aggregating list functions from org.el
17138         and org-export-latex.el.
17140 2008-10-12  Carsten Dominik  <dominik@science.uva.nl>
17142         * org.el (org-edit-src-region-extra): New option.
17144         * org-agenda.el (org-agenda-to-appt): Fix bug with appointment
17145         time before 1am.
17147 2008-10-12  Bastien Guerry  <bzg@altern.org>
17149         * org-export-latex.el (org-export-latex-keywords-maybe): Bug fix.
17151 2008-10-12  James TD Smith  <ahktenzero@mohorovi.cc>
17153         * org-plot.el (org-plot/gnuplot): Make tables starting with a
17154         hline work correctly.
17155         (org-plot/gnuplot-script): Put commas at the end of each script
17156         line.
17158         * org.el (org-get-refile-targets): Replace links with their
17159         descriptions.
17160         (org-imenu-get-tree): Replace links with their descriptions.
17162         * org-remember.el (org-remember-apply-template): Add a new
17163         expansion for adding properties to remember items.
17165         * org.el (org-add-log-setup): Skip over drawers (properties,
17166         clocks etc) when adding notes.
17168         * org-agenda.el (org-agenda-get-closed): Show durations of clocked
17169         items as well as the start and end times.
17171         * org-compat.el (org-get-x-clipboard-compat): Add a compat
17172         function for fetching the X clipboard on XEmacs and GNU Emacs 21.
17174         * org-remember.el (org-get-x-clipboard): Use the compat
17175         function to get clipboard values when x-selection-value is
17176         unavailable.  Use substring-no-properties instead of
17177         set-text-properties to remove text properties from the clipboard
17178         value.
17180         * org-clock.el (org-update-mode-line): Support limiting the
17181         modeline clock string, and display the full todo value in the
17182         tooltip.  Set a local keymap so mouse-3 on the clock string goes to
17183         the currently clocked task.
17184         (org-clock-string-limit): Add a custom value for the maximum
17185         length of the clock string in the modeline.
17186         (org-clock-mode-map): Add a keymap for the modeline string.
17188 2008-10-12  Carsten Dominik  <dominik@science.uva.nl>
17190         * org-compat.el (org-propertize): New function.
17192 2008-10-12  Bastien Guerry  <bzg@altern.org>
17194         * org-export-latex.el (org-export-latex-tables): Protect exported
17195         tables from further special chars conversion.
17196         (org-export-latex-preprocess): Preserve LaTeX environments.
17197         (org-list-parse-list): Parse descriptive lists.
17198         (org-list-to-generic, org-list-to-latex, org-list-to-html)
17199         (org-list-to-texinfo): Export descriptive lists.
17200         (org-quote-chars): Remove.
17201         (org-export-latex-keywords-maybe): Use `replace-regexp-in-string'.
17202         (org-export-latex-list-beginning-re): Rename to
17203         `org-list-beginning-re'.
17204         (org-list-item-begin): Rename to `org-list-item-beginning'.
17206 2008-10-12  Eric Schulte  <schulte.eric@gmail.com>
17208         * org-plot.el: New file.
17210 2008-10-12  Carsten Dominik  <dominik@science.uva.nl>
17212         * org.el (org-refile): Allow refiling to the last entry in the
17213         buffer.
17214         (org-get-tags-at): Fix bug when inheritance is turned off.
17216         * org.el (org-indent-line-function): No longer check for src
17217         regions, this is too much overhead.
17219         * org-agenda.el (org-agenda-highlight-todo): Fix bugs with keyword
17220         matching.
17222         * org.el (org-scan-tags): Make sure that tags matching is not case
17223         sensitive.  TODO keyword matching is case sensitive, however, to
17224         avoid confusion with similar words that are not meant to be
17225         keywords.
17227         * org.el (org-get-local-tags-at): New function.
17228         (org-get-local-tags): New function.
17230         * org-exp.el (org-export-get-categories): New function.
17232         * org-agenda.el (org-sorting-choice)
17233         (org-agenda-sorting-strategy, org-agenda-get-todos)
17234         (org-agenda-get-timestamps, org-agenda-get-deadlines)
17235         (org-agenda-get-scheduled, org-agenda-get-blocks)
17236         (org-entries-lessp): Implement sorting by TODO state.
17237         (org-cmp-todo-state): New defsubst.
17239         * org-colview.el (org-colview-construct-allowed-dates):
17240         New function.
17241         (org-columns-next-allowed-value):
17242         Use `org-colview-construct-allowed-dates'.
17244         * org-colview-xemacs.el (org-colview-construct-allowed-dates):
17245         New function.
17246         (org-columns-next-allowed-value):
17247         Use `org-colview-construct-allowed-dates'.
17249         * org.el (org-protect-slash): New function.
17250         (org-get-refile-targets): Use `org-protect-slash'.
17252         * org-agenda.el (org-global-tags-completion-table): New variable.
17254         * org-exp.el (org-export-handle-export-tags): New function.
17255         (org-export-preprocess-string):
17256         Call `org-export-handle-export-tags'.
17258         * org-publish.el (org-publish-expand-components): Function removed.
17259         (org-publish-expand-projects): Allow components to have components.
17261         * org.el (org-indent-line-function): Do not indent in regions that
17262         are external source code.
17263         (org-yank-and-fold-if-subtree): New function.
17265         * org-agenda.el (org-agenda-todayp): New function.
17266         (org-agenda-get-deadlines, org-agenda-get-scheduled):
17267         Use `org-agenda-todayp'.
17269         * org.el (org-insert-heading-respect-content)
17270         (org-insert-todo-heading-respect-content): New commands.
17271         (org-insert-heading-respect-content): New option.
17272         (org-insert-heading): Respect `org-insert-heading-respect-content'.
17274         * org-clock.el (org-clock-find-position): Make sure the note after
17275         the clock line gets moved into the new clock drawer.
17277         * org-id.el (org-id-new): New option.
17279         * org-table.el (org-table-copy-down): Avoid overflow during
17280         increment.  Use prefix argument 0 to temporarily disable the
17281         increment.
17283         * org-exp.el (org-export-as-html): Do not turn on the major mode
17284         if the buffer will be killed anyway.
17285         (org-get-current-options): Exclude the #+TEXT field.
17286         (org-export-as-html): Make sure text before the first headline is
17287         a paragraph.
17289         * org-publish.el (org-publish-org-to): Tell the exporter that this
17290         buffer will be killed, so it is not necessary to do major mode
17291         initialization.
17293         * org-archive.el (org-archive-to-archive-sibling): Show empty
17294         lines after folding the archive sibling.
17296         * org.el (org-log-note-extra): New variable.
17298 2008-10-12  Bastien Guerry  <bzg@altern.org>
17300         * org.el (org-additional-option-like-keywords): Add keywords for
17301         the _QUOTE, _VERSE and _SRC environments.
17303         * org-export-latex.el (org-export-latex-preprocess): Fix bug when
17304         exporting _QUOTE and _VERSE environments.
17306 2008-10-12  Carsten Dominik  <dominik@science.uva.nl>
17308         * org-agenda.el (org-agenda-filter-by-tag): New command.
17310         * org-exp.el (org-get-current-options): Remove angular brackets
17311         from the date entry.
17313         * org.el (org-edit-fixed-width-region): New function.
17314         (org-edit-fixed-width-region): Also try
17315         `org-edit-fixed-width-region'.
17316         (org-edit-fixed-width-region-mode): New option.
17317         (org-activate-code): Only interpret lines starting with colon
17318         plus a space as example lines.
17320         * org-remember.el (org-remember-templates): Add nil instead of
17321         empty strings to fix the length of remember templates.
17323         * org-table.el (org-calc-default-modes): Fix the time format for
17324         calc, from 12 hour to 24 hour clock.
17326         * org-agenda.el (org-agenda-get-deadlines)
17327         (org-agenda-get-scheduled): Avoid `time-of-day' extraction for
17328         entries that are pre-warnings of deadlines or reminders.
17330         * org.el (org-sort-entries-or-items): Make numeric and alpha
17331         comparisons ignore any TODO keyword and priority cookie.
17333         * org-remember.el (org-remember-handler): Reinterpretation of the
17334         prefix argument.
17336         * org-agenda.el (org-agenda-get-scheduled): Use new
17337         `org-scheduled' face.
17339         * org-faces.el (org-scheduled): New face.
17341         * org-wl.el (org-wl-open): Remove incorrect declaration.
17343         * org-gnus.el (org-gnus-store-link): Support for :to information
17344         in gnus links.
17346         * org-exp.el (org-export-as-html): Fix typo in creator
17347         information.
17348         (org-export-protect-examples): New parameter indent.  Insert extra
17349         spaces only when this parameter is specified.
17350         (org-export-preprocess-string): Call `org-export-protect-examples'
17351         with an indentation parameter when exporting to ASCII.
17353         * org-remember.el (org-remember-templates)
17354         (org-remember-apply-template): Allow the file component to be a
17355         function.
17357         * org.el (org-goto-local-search-headings): Rename from
17358         `org-goto-local-search-forward-headings'.  Added the possibility
17359         to search backwards.
17361         * org-export-latex.el (org-export-latex): New customization
17362         group.
17364         * org-agenda.el (org-write-agenda): Erase buffer for txt export.
17366         * org-exp.el (org-html-do-expand): Allow {} to terminate
17367         tex macro.
17369         * org.el (org-buffer-list): Select buffers based on major mode,
17370         not on file name.
17372         * org-agenda.el (org-agenda-align-tags): Fix bug with malformed
17373         face property.
17375         * org-colview.el (org-columns-display-here):
17376         Use `org-columns-modify-value-for-display-function'.
17378         * org-colview-xemacs.el (org-columns-display-here):
17379         Use `org-columns-modify-value-for-display-function'.
17381         * org.el (org-columns-modify-value-for-display-function): New option.
17383         * org-publish.el (org-publish-file): Make sure the directory match
17384         for the publishing directory works correctly.
17386         * org-agenda.el (org-agenda-execute-calendar-command)
17387         (org-agenda-diary-entry): Additional optional argument.
17389 2008-07-24  Carsten Dominik  <dominik@science.uva.nl>
17391         * org-exp.el (org-export-as-html): Add attributes also in mailto
17392         and ftp links.
17394         * org.el (org-autoload): Add `org-dblock-write:columnview'.
17396 2008-08-11  Glenn Morris  <rgm@gnu.org>
17398         * org-mac-message.el (do-applescript): Fix declaration.
17400 2008-08-10  Glenn Morris  <rgm@gnu.org>
17402         * org-exp.el (org-export-as-html): Let-bind `i'.
17404         * org.el (org-renumber-ordered-list): Fix bob/bobp typo.
17405         (org-extract-attributes): Let-bind `key', `value'.
17406         (org-make-tags-matcher): Let-bind `time-p'.
17408 2008-07-27  Carsten Dominik  <dominik@science.uva.nl>
17410         * org-install.el: New file.
17412 2008-07-26  Carsten Dominik  <dominik@science.uva.nl>
17414         * org-exp.el (org-export-html-style)
17415         (org-export-html-style-extra): Declare as safe-local-variable.
17417 2008-07-25  Carsten Dominik  <dominik@science.uva.nl>
17419         * org-publish.el (org-publish-file): Use the true name of the
17420         file.
17422         * org-jsinfo.el (org-infojs-handle-options): Use :style-extra
17423         instead of :style.
17425         * org-exp.el (org-export-plist-vars)
17426         (org-export-add-options-to-plist): Handle creator setting flag.
17427         (org-export-as-html): Handle attributes also for ftp and mailto
17428         links.
17430         * org-agenda.el (org-agenda-diary-entry)
17431         (org-agenda-execute-calendar-command): Cater for the second
17432         argument of `calendar-cursor-to-date'.
17434 2008-07-24  Carsten Dominik  <dominik@science.uva.nl>
17436         * org-exp.el (org-export-region-as-html, org-export-as-html):
17437         Make sure that calls from `org-export-region-as-html' do not do the
17438         special check for a subtree.
17440         * org-agenda.el (org-batch-store-agenda-views): Fix parsing bug.
17442         * org.el (org-open-file):
17443         Use `org-open-directory-means-index-dot-org'.
17444         (org-open-directory-means-index-dot-org): New option.
17446         * org.el (org-make-link-string): Remove link attributes from
17447         description.
17448         (org-open-at-point): Remove link attributes before using the path.
17450         * org-exp.el (org-export-as-html): Handle link attributes.
17452         * org.el (org-extract-attributes, org-attributes-to-string): New functions.
17454         * org-table.el (org-table-to-lisp): New function.
17456         * org.el (org-narrow-to-subtree): Do not include the final newline
17457         into the narrowed region.
17459         * org-agenda.el (org-agenda-custom-commands-local-options):
17460         Fix bug with user-define skipping condition.
17462         * org-agenda.el (org-agenda-get-restriction-and-command): Fix typo.
17464         * org-exp.el (org-export-html-style-default): Automatic overflow
17465         handling for pre fields.
17466         (org-export-as-ascii, org-export-as-html): Change default format
17467         for time stamp.
17469         * org-table.el (org-table-export): Offer completion for translator
17470         functions, and do not require a heading above the table.
17472         * org.el (org-renumber-ordered-list, org-beginning-of-item-list):
17473         Cater for the case of a list starting in the first line of the
17474         buffer.
17476         * org-publish.el (org-publish-find-title): Bug fix.
17477         (org-publish-org-index): Implement new :index-style option.
17479         * org-publish.el (org-publish-timestamp-filename):
17480         Use SHA1-encoded file names in the timestamp directory.
17482         * org-publish.el (org-publish-needed-p): Be verbose about files
17483         published and files skipped.
17485         * org-exp.el (org-export-preprocess-string): Swap link
17486         normalization and internal link targeting.
17488         * org-publish.el (org-publish-needed-p): Create timestamp
17489         directory when it does not exist.
17491         * org-clock.el (org-clock-out-when-done): Doc fix.
17493         * org.el (org-agenda-skip-unavailable-files): Doc fix.
17495         * org-exp.el (org-export-remove-comment-blocks-and-subtrees):
17496         Ignore case when searching for the COMMENT cookie at export time.
17498         * org-exp.el (org-get-file-contents)
17499         (org-get-and-remove-property): New functions.
17500         (org-export-handle-include-files): Handle the new prefix options.
17501         (org-export-as-html): Fix the verse environment.
17503         * org.el (org-time=, org-time<, org-time<=, org-time>)
17504         (org-time>=, org-time<>, org-2ft): New functions.
17505         (org-op-to-function): Also provide for the time testing functions.
17507         * org-exp.el (org-export-html-style-default): New constant.
17509         * org-exp.el (org-export-html-style-extra): New variable.
17510         (org-export-splice-style): New function.
17512         * org-exp.el (org-export-plist-vars, org-export-as-html):
17513         Implement `org-export-creator-info'.
17514         (org-export-creator-info): New option.
17516         * org.el (org-clock-drawer-start-re, org-clock-drawer-end-re)
17517         (org-property-drawer-re, org-clock-drawer-re): New constants.
17519         * org-exp.el (org-icalendar-use-deadline)
17520         (org-icalendar-use-scheduled): New options.
17521         (org-icalendar-include-todo): Default changed to t.
17522         (org-print-icalendar-entries): Implement better utilization of
17523         scheduling and deadline time stamps.
17524         (org-export-target-internal-links, org-export-as-html): Allow file
17525         lines without the "file:" prefix if the file path is an absolute
17526         path or starts with ".".
17528         * org-clock.el (org-clocktable-shift): Also understand yesterday,
17529         lastweek etc.
17530         (org-clock-special-range): Also understand yesterday, lastweek etc.
17532         * org.el (org-agenda-skip-archived-trees): Docstring now
17533         discourages using this.
17534         (org-scan-tags): Check for org-agenda-archives-mode.
17535         (org-map-entries): Make sure org-agenda-archives-mode is nil.
17536         (org-agenda-files): Functionality of second arg changed.
17538         * org-agenda.el (org-agenda-archives-mode): New variable.
17539         (org-write-agenda, org-prepare-agenda, org-agenda-list)
17540         (org-search-view, org-todo-list, org-tags-view)
17541         (org-agenda-list-stuck-projects): Call `org-agenda-files' with
17542         `ifmode' argument.
17543         (org-agenda-quit): Reset the archives mode.
17544         (org-agenda-archives-mode): New command.
17545         (org-agenda-set-mode-name): Include archives info.
17547         * org.el (org-paste-subtree): Make sure the yanked headline is
17548         visible if it was yanked at a visible point.
17549         (org-move-item-up): Fix the bug with moving white space at the end
17550         of the item.
17551         (org-show-empty-lines-in-parent): New function.
17553 2008-07-19  Juri Linkov  <juri@jurta.org>
17555         * org.el (narrow-map): Bind `org-narrow-to-subtree' to "s" on the
17556         new keymap `narrow-map' instead of binding "\C-xns".
17558 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
17560         * org.el (org-agenda-skip-unavailable-files):
17561         * org-clock.el (org-clock-out-when-done): Doc fixes.
17563 2008-06-18  Glenn Morris  <rgm@gnu.org>
17565         * org.el (org-map-entries): Let-bind `file'.
17567 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
17569         * org-colview.el (org-columns-next-allowed-value): Bug fix.
17571         * org-colview-xemacs.el (org-columns-next-allowed-value): Bug fix.
17573         * org-agenda.el (org-agenda-get-closed): Get the end time into the
17574         agenda prefix as well.
17576         * org-publish.el (org-publish-org-index): Make a properly indented
17577         list.
17579         * org.el (org-calendar-agenda-action-key): New option.
17580         (org-get-cursor-date): New function.
17581         (org-mark-entry-for-agenda-action): New command.
17582         (org-overriding-default-time): New variable.
17583         (org-read-date): Respect `org-overriding-default-time'.
17585         * org-remember.el (org-remember-apply-template): Respect the
17586         overriding default time.
17588         * org-agenda.el (org-agenda-action-marker): New variable.
17589         (org-agenda-action): New command.
17590         (org-agenda-do-action): New function.
17592 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
17594         * org.el (org-schedule, org-deadline): Protect scheduled and
17595         deadline tasks against changes that accidently remove the
17596         repeater.  Also show a message with the new date when done.
17598 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
17600         * org.el (org-beginning-of-line): Cater for the case when there
17601         are tags but no headline text.
17602         (org-align-tags-here): Convert to tabs only when indent-tabs-mode
17603         it set.
17605 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
17607         * org-mhe.el (org-mhe-get-message-folder-from-index): Make sure
17608         the return value is nil instead of "nil" when there is no match.
17610         * org-exp.el (org-insert-centered): Use fill-column instead of
17611         80.
17612         (org-export-as-ascii): Use string-width to measure the width of
17613         the heading.
17615         * org.el (org-diary-to-ical-string): No longer kill buffer
17616         FROMBUF, this is now done by the caller.
17618         * org-exp.el (org-print-icalendar-entries): Move the call to
17619         `org-diary-to-ical-string' out of the loop, and kill the buffer
17620         afterwords.
17622         * org-remember.el (org-remember-visit-immediately):
17623         Position cursor after moving to the note.
17624         (org-remember-apply-template): Use a text property to record the
17625         cursor position.
17626         (org-remember-handler): Align tags after pasting the note.
17628 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
17630         * org-bbdb.el (org-bbdb-follow-anniversary-link): New function.
17632         * org-agenda.el (org-agenda-open-link): If there is an
17633         org-bbdb-name property in the current line, jump to that bbdb
17634         entry.
17636         * org-bbdb.el (org-bbdb-anniversaries): Add the bbdb-name as a
17637         text property, so that the agenda knows where this entry comes
17638         from.
17640         * org-agenda.el (org-agenda-clock-in): Fix bug in the
17641         interaction between clocking-in from the agenda, and  automatic
17642         task state switching.
17644         * org-macs.el (org-with-point-at): Bug fix in macro definition.
17646         * org.el (org-beginning-of-line, org-end-of-line): Make sure the
17647         zmacs-region stays after this command in XEmacs.
17649 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
17651         * org.el (org-scan-tags): Allow new values for ACTION parameter.
17653         * org-remember.el (org-remember-templates): Fix bug in
17654         customization type definition.
17656         * org.el (org-map-entries): New function.
17658 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
17660         * org-agenda.el (org-agenda-skip-comment-trees): New option.
17661         (org-agenda-skip): Respect `org-agenda-skip-comment-trees'.
17663 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
17665         * org-remember.el (org-jump-to-target-location): New variable.
17666         (org-remember-apply-template):
17667         Set `org-remember-apply-template' if requested by template.
17668         (org-remember-handler): Start an idle timer to jump to
17669         remember location.
17671         * org-exp.el (org-get-current-options): Add the FILETAGS setting.
17673         * org.el (org-set-regexps-and-options): Fix bug with parsing of
17674         file tags.
17675         (org-get-tags-at): Add the content of `org-file-tags'.
17677         * org-exp.el (org-export-handle-comments): Fix bug with several
17678         comment lines after each other.
17679         (org-number-to-roman, org-number-to-counter): New functions.
17680         (org-export-section-number-format): New option.
17682 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
17684         * org-exp.el (org-export-protect-examples): Catch the case of a
17685         missing end_example line.
17687         * org.el (org-set-regexps-and-options): Set `org-file-properties' and
17688         `org-file-tags' to nil.
17690         * org-colview.el (org-columns-next-allowed-value): Handle next
17691         argument NTH to directly select a value.
17693         * org-colview-xemacs.el (org-columns-next-allowed-value): Handle next
17694         argument NTH to directly select a value.
17696 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
17698         * org-agenda.el (org-agenda-scheduled-leaders): Fix docstring.
17700 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
17702         * org.el (org-columns-ellipses): New option.
17704 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
17706         * org-colview.el (org-columns-add-ellipses): New function.
17707         (org-columns-compact-links): New function.
17708         (org-columns-cleanup-item): Call `org-columns-compact-links'.
17709         (org-columns-display-here): Call `org-agenda-columns-cleanup-item'
17710         when in agenda.
17711         (org-columns-edit-value): Fix bug with editing values from
17712         agenda column view.
17713         (org-columns-redo): Also redo the agenda itself.
17715 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
17717         * org-agenda.el (org-agenda-columns-remove-prefix-from-item):
17718         New option.
17720         * org-colview.el (org-agenda-columns-cleanup-item): New function.
17722         * org-exp.el (org-export-ascii-preprocess): Rename from
17723         `org-export-ascii-clean-string'.
17724         (org-export-kill-licensed-text)
17725         (org-export-define-heading-targets)
17726         (org-export-handle-invisible-targets)
17727         (org-export-target-internal-links)
17728         (org-export-remove-or-extract-drawers)
17729         (org-export-remove-archived-trees)
17730         (org-export-protect-quoted-subtrees)
17731         (org-export-protect-verbatim, org-export-protect-examples)
17732         (org-export-select-backend-specific-text)
17733         (org-export-mark-blockquote-and-verse)
17734         (org-export-remove-comment-blocks-and-subtrees)
17735         (org-export-handle-comments, org-export-mark-radio-links)
17736         (org-export-remove-special-table-lines)
17737         (org-export-normalize-links)
17738         (org-export-concatenate-multiline-links)
17739         (org-export-concatenate-multiline-emphasis): New functions,
17740         obtained from spliting the export preprocessor.
17742         * org-table.el (org-table-recalculate): Improve error message if
17743         the row number is invalid.
17745 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
17747         * org-archive.el (org-archive-save-context-info): Fix bugs in
17748         customization setup and docstring.
17750         * org-exp.el (org-export-html-style): Change the size of in the
17751         <pre> element to 90%.
17753 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
17755         * org.el (org-find-src-example-start): Function removed.
17756         (org-edit-src-find-region-and-lang): New function.
17758 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
17760         * org.el (org-edit-src-exit): New function.
17761         (org-exit-edit-mode): New minor mode.
17763         * org-exp.el (org-export-preprocess-string): Fix bug with removing
17764         comment-like lines from protected examples.
17766         * org.el (org-edit-src-example, org-find-src-example-start)
17767         (org-protect-source-example, org-edit-special): New functions.
17769 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
17771         * org-publish.el (org-publish-project-alist): Fix typo in
17772         docstring.
17773         (org-publish-project-alist): Handle :index-title property.
17775 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
17777         * org-export-latex.el (org-export-as-latex): Make sure region
17778         bounds are correct.  Parse subtree properties relating to export.
17780         * org-exp.el (org-export-add-options-to-plist): New function.
17781         (org-infile-export-plist): Use `org-export-add-options-to-plist'.
17783 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
17785         * org.el (org-default-properties): Add EXPORT_FILE_NAME and
17786         EXPORT_TITLE.
17788         * org-exp.el (org-export-get-title-from-subtree)
17789         (org-export-as-ascii, org-export-as-html): Make sure the original
17790         region-beginning and region-end are used, even after moving point.
17791         (org-export-get-title-from-subtree): Also try the EXPORT_TITLE
17792         property.
17794         * org-remember.el (org-remember-last-stored-marker): New variable.
17795         (org-remember-goto-last-stored): Use `org-goto-marker-or-bmk'.
17796         (org-remember-handler): Also use marker to remember
17797         last-stored position.
17799         * org.el (org-goto-marker-or-bmk): New function.
17801 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
17803         * org.el (org-file-properties): Rename from `org-local-properties'.
17804         (org-scan-tags): Take file tags into account.
17805         (org-tags-match-list-sublevels): Default changed to t.
17807         * org-exp.el (org-export-as-html): Close paragraph after a footnote.
17809         * org.el (org-update-parent-todo-statistics): New function.
17811         * org-exp.el (org-icalendar-store-UID): New option.
17812         (org-icalendar-force-UID): Option removed.
17813         (org-print-icalendar-entries): IMplement UIDs.
17815 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
17817         * org-mhe.el (org-mhe-follow-link): Fix bug in mhe searches.
17819 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
17821         * org-faces.el (org-column): Document how this face is being used
17822         and why sometimes the background faces shine through.
17824         * org-mhe.el (org-mhe-follow-link): Improve handling of searches.
17826         * org-publish.el (org-publish-attachment): Create publishing
17827         directory if it does not yet exist.
17829         * org-table.el (org-calc-default-modes): Change default number
17830         format to (float 8).
17832         * org.el (org-olpath-completing-read): New function.
17833         (org-time-clocksum-format): New option.
17834         (org-minutes-to-hh:mm-string): Use `org-time-clocksum-format'.
17836         * org-clock.el (org-clock-display, org-clock-out)
17837         (org-update-mode-line): Use `org-time-clocksum-format'.
17839         * org-colview-xemacs.el (org-columns-number-to-string):
17840         Use `org-time-clocksum-format'.
17842         * org-colview.el (org-columns-number-to-string):
17843         Use `org-time-clocksum-format'.
17845 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
17847         * org-id.el: New file, move from contrib to core.
17849         * org-exp.el (org-icalendar-force-UID): New option.
17851 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
17853         * org-exp.el (org-print-icalendar-entries): Make sure DTEND is
17854         shifted by one day if there is a date range without an end time.
17856         * org.el (org-try-structure-completion): New function.
17858 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
17860         * org.el (org-set-font-lock-defaults): Improve fontification of
17861         description lists.
17862         (org-insert-item): Handle description lists.
17863         (org-adaptive-fill-function): Improve auto indentation in
17864         description lists.
17866         * org-exp.el (org-export-as-html, org-export-preprocess-string):
17867         Implement VERSE environment.
17868         (org-export-preprocess-string): Implement the COMMENT
17869         environment.
17871         * org-export-latex.el (org-export-latex-preprocess):
17872         Implement VERSE environment.
17874 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
17876         * org-jsinfo.el (org-infojs-opts-table): Add entry for FIXED_TOC
17877         option.
17879 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
17881         * org-table.el (orgtbl-to-tsv, orgtbl-to-csv): New functions.
17883         * org.el (org-quote-csv-field): New functions.
17885         * org-table.el (org-table-export-default-format): Remove :splice
17886         from default format, we get the same effect by not specifying
17887         :tstart and :tend.
17888         (org-table-export): Improve setup, distinguish better between
17889         interactive and non-interactive use, allow specifying the format
17890         on the fly, better protection against wrong file names.
17891         (orgtbl-to-generic): Fix documentation.  Do not require :tstart
17892         and :tend when :splice is omitted.
17894 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
17896         * org-clock.el (org-clock-select-task): Make sure the selection
17897         letters are 1-9 and A-Z, no special characters.
17899 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
17901         * org-exp.el (org-export-htmlize): New group.
17902         (org-export-htmlize-output-type)
17903         (org-export-htmlize-css-font-prefix): New options.
17904         (org-export-htmlize-region-for-paste): New function.
17905         (org-export-htmlize-generate-css): New command.
17907 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
17909         * org.el (org-set-visibility-according-to-property): New function.
17910         (org-ctrl-c-ctrl-c): Do not restart org-mode, just get the options
17911         and compute the regular expressions, and update font-lock.
17912         (org-property-re): Allow a dash in property names.
17914         * org-archive.el (org-extract-archive-file): Insert the file name
17915         without the path into the format, to allow the location format to
17916         contain a subdirectory.
17918         * org-agenda.el (org-agenda-post-command-hook): If point is at end
17919         of buffer, and the `org-agenda-type' property undefined, use the
17920         value from the character before.
17922         * org.el (org-add-planning-info): Don't let indentation for
17923         would-be timestamp become extra whitespace at the end of headline.
17925 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
17927         * org.el (org-remove-double-quotes, org-file-contents):
17928         New functions.
17930         * org-exp.el (org-infile-export-plist): Also parse the
17931         contents of #+SETUPFILE files, recursively.
17933         * org.el (org-set-regexps-and-options): Also parse the
17934         contents of #+SETUPFILE files, recursively.
17936         * org-exp.el (org-export-handle-include-files): New function.
17937         (org-export-preprocess-string):
17938         Call `org-export-handle-include-files'.
17940         * org.el (org-delete-property-globally)
17941         (org-delete-property, org-set-property): Ignore case during
17942         completion.
17943         (org-set-property): Use `org-completing-read' instead of
17944         `completing-read'.
17946         * org.el (org-complete-expand-structure-template): New,
17947         experimental function.
17948         (org-structure-template-alist): New, experimental option.
17949         (org-complete): Call `org-complete-expand-structure-template'.
17951 2008-06-17  Bastien Guerry  <bzg@altern.org>
17953         * org-export-latex.el (org-export-latex-preprocess):
17954         Add support for blockquotes.
17956 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
17958         * org.el (org-read-date-analyze): Catch the case where only a
17959         weekday is given.
17961 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
17963         * org.el (org-set-font-lock-defaults): Make the description
17964         tag bold.
17966         * org-exp.el (org-export-as-html, org-close-li):
17967         Implement description lists.
17969 2008-06-17  Jason Riedy  <jason@acm.org>
17971         * org-table.el (*orgtbl-default-fmt*): New variable.
17972         (orgtbl-format-line): Use the value of *orgtbl-default-fmt*
17973         when there is no other fmt available.
17975         (orgtbl-to-generic): Allow an explicitly nil :tstart or
17976         :tend to suppress the appropriate string.
17978         (orgtbl-to-orgtbl): New function for translating to another orgtbl
17979         table.
17981 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
17983         * org.el (org-read-date-analyze): "." as an alias for "+0" in
17984         read date.
17986         * org-clock.el (org-clock-save-markers-for-cut-and-paste):
17987         New function.
17989         * org-agenda.el (org-agenda-save-markers-for-cut-and-paste):
17990         New function.
17992 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
17994         * org-clock.el (org-clock-find-position): Don't include notes
17995         into clock drawer.
17997         * org-archive.el (org-archive-subtree): No longer remove an
17998         extra line after cutting the subtree.  `org-cut-subtree' already
17999         takes care of this.
18001         * org-remember.el (org-remember-handler): Only kill the target
18002         buffer if it does not contain the running clock.
18004         * org.el (org-markers-to-move): New variable.
18005         (org-save-markers-in-region, org-check-and-save-marker)
18006         (org-reinstall-markers-in-region): New function.
18007         (org-move-subtree-down, org-copy-subtree): Remember relative
18008         marker positions before cutting.
18009         (org-move-subtree-down, org-paste-subtree): Restore relative
18010         marker positions after pasting.
18012         * org-remember.el (org-remember-clock-out-on-exit): New option.
18013         (org-remember-finalize): Clock out only if the setting in
18014         `org-remember-clock-out-on-exit' requires it.
18015         (org-remember-handler): Do the cleanup in the buffer, to make sure
18016         that the clock marker remains in tact.
18018 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
18020         * org-clock.el (org-clock-goto): Widen buffer if necessary.
18021         (org-clock-in): Make sure that also tasks outside the narrowed
18022         region will be clocked in correctly.
18023         (org-clock-insert-selection-line): Widen the buffer so that we can
18024         find the correct task heading.
18026         * org.el (org-base-buffer): New function.
18028         * org-exp.el (org-icalendar-cleanup-string): Make sure ","
18029         and ";" are escaped.
18030         (org-print-icalendar-entries): Also apply
18031         `org-icalendar-cleanup-string' to the headline, not only to the
18032         summary property.
18034 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
18036         * org-exp.el (org-export-preprocess-hook): New hook.
18037         (org-export-preprocess-string): Call `org-export-preprocess-hook'.
18039         * org.el (org-font-lock-hook): New variable.
18040         (org-font-lock-hook): New function.
18041         (org-set-font-lock-defaults): Call `org-font-lock-hook'.
18043 ;; Local Variables:
18044 ;; coding: utf-8
18045 ;; add-log-time-zone-rule: t
18046 ;; End:
18048         Copyright (C) 2008-2011  Free Software Foundation, Inc.
18050   This file is part of GNU Emacs.
18052   GNU Emacs is free software: you can redistribute it and/or modify
18053   it under the terms of the GNU General Public License as published by
18054   the Free Software Foundation, either version 3 of the License, or
18055   (at your option) any later version.
18057   GNU Emacs is distributed in the hope that it will be useful,
18058   but WITHOUT ANY WARRANTY; without even the implied warranty of
18059   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18060   GNU General Public License for more details.
18062   You should have received a copy of the GNU General Public License
18063   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.