Fix typos.
[emacs.git] / lisp / org / ChangeLog
blob4f4fbf0f931d4aaadffefbb3dd34c086316fd11f
1 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
3         * org-table.el (org-table-line-to-dline): Fix typo.
5 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
7         * org-agenda.el (org-agenda-add-entry-text-descriptive-links)
8         (org-agenda-custom-commands, org-write-agenda, org-check-for-org-mode)
9         (org-search-syntax-table, org-modify-diary-entry-string)
10         (org-write-agenda):
11         * org-bbdb.el (org-bbdb-anniv-export-ical):
12         * org-bibtex.el (org-bibtex-fields):
13         * org-icalendar.el (org-icalendar-date-time-format):
14         * org-latex.el (org-export-latex-inline-image-extensions):
15         * org-list.el (org-list-insert-item): Fix typos.
17 2011-11-11  Juanma Barranquero  <lekktu@gmail.com>
19         * org-plot.el (org-plot/gnuplot-to-grid-data): Fix typo in docstring.
21 2011-09-27  Eli Zaretskii  <eliz@gnu.org>
23         * org.el (org-mode): Force left-to-right paragraphs in Org
24         buffers.  For a related discussions, see
25         https://lists.gnu.org/archive/html/emacs-devel/2011-09/msg00349.html.
27 2011-09-17  Juanma Barranquero  <lekktu@gmail.com>
29         * org.el (org-toggle-pretty-entities): Fix typo in message.
31 2011-09-02  Chong Yidong  <cyd@stupidchicken.com>
33         * org-compat.el (org-pop-to-buffer-same-window): Deleted.
35         * ob-ref.el (org-babel-ref-goto-headline-id):
36         * org.el (org-get-location, org-tree-to-indirect-buffer)
37         (org-mark-ring-goto, org-refile, org-add-log-note)
38         (org-revert-all-org-buffers, org-switchb)
39         (org-cycle-agenda-files, org-submit-bug-report)
40         (org-goto-marker-or-bmk):
41         * org-agenda.el (org-prepare-agenda, org-agenda-switch-to):
42         * org-capture.el (org-capture-goto-target)
43         (org-capture-fill-template):
44         * org-clock.el (org-clock-goto):
45         * org-ctags.el (org-ctags-visit-buffer-or-file):
46         * org-exp.el (org-export-as-org):
47         * org-feed.el (org-feed-show-raw-feed):
48         * org-html.el (org-export-htmlize-generate-css):
49         * org-id.el (org-id-goto):
50         * org-irc.el (org-irc-visit-erc):
51         * org-mobile.el (org-mobile-apply):
52         * org-publish.el (org-publish-org-to, org-publish-find-date):
53         * org-remember.el (org-go-to-remember-target):
54         * org-src.el (org-src-switch-to-buffer)
55         (org-edit-fixed-width-region): Use switch-to-buffer.
57 2011-08-31  Martin Rudalics  <rudalics@gmx.at>
59         * org-compat.el (org-pop-to-buffer-same-window): Remove LABEL
60         argument from pop-to-buffer-same-window call.
62 2011-07-30  Carsten Dominik  <carsten.dominik@gmail.com>
64         * ob.el (org-babel-src-block-regexp): If a code block has a body,
65         its last character must be a newline.
67 2011-07-28  Bastien Guerry  <bzg@gnu.org>
69         * org-pcomplete.el: New file.  Rename from org-complete.el.
70         * org-complete.el: Delete file.
72 2011-07-28  Bastien Guerry  <bzg@gnu.org>
74         * org-publish.el (org-publish-index-generate-theindex): Rename
75         from `org-publish-index-generate-theindex.inc'.  Use the file
76         theindex.org directly instead of including theindex.inc.
77         (org-publish-projects): Don't delete .orgx files.
78         (org-publish-aux-preprocess): Use .file.orgx.
80 2011-07-28  Bastien Guerry  <bzg@gnu.org>
82         * org-html.el (org-export-html-preamble-format): New default for
83         the HTML preamble: don't include the title.  Also improve the
84         docstring.
85         (org-export-html-postamble-format): Improve the docstring.
86         (org-export-as-html): Add the title within the "content" div.
87         This is necessary for interaction with the org-info.js script.
89 2011-07-28  Michael Brand  <michael.ch.brand@gmail.com>
91         * org-table.el (org-table-edit-field): Display field coordinates.
93 2011-07-28  Bastien Guerry  <bzg@gnu.org>
95         * org-publish.el (org-publish-find-title): Bugfix: kill buffers
96         unless they were already visited.
97         (org-sitemap-sort-files, org-sitemap-sort-folders)
98         (org-sitemap-ignore-case, org-sitemap-requested)
99         (org-sitemap-date-format, org-sitemap-file-entry-format): Use
100         a correct prefix.
101         (org-publish-projects): Make sure to delete .orgx files.
102         (org-publish-index-generate-theindex.inc): Small docstring fix.
104 2011-07-28  Bastien Guerry  <bzg@gnu.org>
106         * org-table.el (org-table-duration-custom-format): New defcustom
107         to select output format of durations computations.
108         (org-table-time-seconds-to-string): Use the new variable.
109         (org-table-eval-formula): Allow `t' as a flag, on top of `T'.  `t'
110         will use the custom output format defined in
111         `org-table-duration-custom-format'.
113 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
115         * org-list.el: Search blank lines down to the end of the item
116         instead of stopping at the item, in order to possibly match such
117         lines within the item.
119 2011-07-28  Bastien Guerry  <bzg@gnu.org>
121         * org-latex.el (org-export-latex-href-format): Docstring fix to
122         reflect the fact that you can use only one "%s".
123         (org-export-latex-links): Allow `org-export-latex-href-format' to
124         have only one "%s".
126 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
128         * org.el (org-org-menu): Add `org-copy-visible' to the menu.
130 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
132         * org.el (org-copy-visible): New command.
134 2011-07-28  Bastien Guerry  <bzg@gnu.org>
136         * org-capture.el (org-capture-templates): Docstring fix.
138 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
140         * ob.el (org-babel-view-src-block-info): New function to inspect
141         code blocks.
143         * ob-keys.el (org-babel-key-bindings): Key bindings for
144         `org-babel-view-src-block-info'.
146 2011-07-28  Bastien Guerry  <bzg@gnu.org>
148         * org-exp.el (org-infile-export-plist): Handle recursively
149         included setup files.  The value of the last included file always
150         takes precedence over previous values.
152 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
154         * org.el (org-timestamp-change): Keep point in the same category
155         when updating a time-stamp.  This requires to be careful, as,
156         depending on the locale, name of day might change of length during
157         the process.
159 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
161         * org-footnote.el (org-footnote-create-definition): When skipping
162         already written footnotes definition, the algorithme would assume
163         each one was only one-line long.
165 2011-07-28  Bastien Guerry  <bzg@gnu.org>
167         * org-table.el (org-table-eval-formula): Fix bug when a formula
168         "range" is just one cell.
169         (org-table-time-string-to-seconds): Don't check whether we
170         manipulate a string.
172 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
174         * org-exp.el (org-export-mark-list-end)
175         (org-export-mark-list-properties): Don't remove the ending regexp
176         when it consists in blank lines.
178         * org-list.el (org-list-parse-list): Ditto, but remove it
179         completely when it isn't made of blank lines (i.e. during export
180         process).
182 2011-07-28  Bastien Guerry  <bzg@gnu.org>
184         * org-table.el (org-table-time-string-to-seconds): Match either
185         HH:MM:SS or HH:MM (instead of MM:SS).
187 2011-07-28  Bastien Guerry  <bzg@gnu.org>
189         * org.el (org-ctrl-c-ctrl-c-final-hook): New hook to be run when
190         `org-ctrl-c-ctrl-c' cannot do anything useful in the given
191         context.
193 2011-07-28  Bastien Guerry  <bzg@gnu.org>
195         * org-html.el (org-export-html-with-timestamp)
196         (org-export-html-html-helper-timestamp): These are obsolete
197         variables as of Org version 7.7 as you can already export the
198         timestamp from the preamble or the postamble.
199         (org-export-html-before-content-div): Delete variable.
200         (org-export-html-content-div): Obsolete variable as of 7.7.
201         (org-export-html-divs): New variable to define divs used in
202         HTML export.
203         (org-export-as-html): Now the preamble and the postamble are
204         surrounded by a <div ...>.  The name of the div is defined through
205         `org-export-html-divs'.
207 2011-07-28  Bastien Guerry  <bzg@gnu.org>
209         * org-table.el (org-table-eval-formula): Throw an error when
210         trying to replace complex range with invalid references.
212 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
214         * org-macs.el (org-with-limited-levels): Some functions, like
215         `org-back-to-heading', being deeply based on outline-mode, still
216         refer to `outline-regexp' instead of `org-outline-regexp'.
218 2011-07-28  Bastien Guerry  <bzg@gnu.org>
220         * org.el (org-refile-get-targets): New optional argument
221         `excluded-entries' to exclude entries from the targets.
222         (org-refile-get-location): From an org-mode buffer, exclude
223         current heading and subheadings from the list of targets when
224         `org-refile-use-cache' is nil.
226 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
228         * org.el (org-imenu-get-tree): Headlines start at bol.
230 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
232         * ob-maxima.el: New file.  Fixed self-proclaimed file name.
234 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
236         * ob.el (org-babel-sha1-hash): Only call `copy-seq' on proper
237         lists.
239 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
241         * org.el (org-kill-is-subtree-p): Matched string needs to start at
242         bol.
244 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
246         * org.el (org-paste-subtree, org-kill-is-subtree-p)
247         (org-yank-folding-would-swallow-text, org-yank-generic): Use
248         `org-with-limited-levels' macro.
250 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
252         * org-macs.el (org-with-limited-levels): Also modify, when
253         appropriate, `org-outline-regexp-at-bol'.
255 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
257         * org.el (org-timestamp-change): Some locales don't use the same
258         length for date abbreviations.  Set a marker at origin in case
259         length of new timestamp is different.
261 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
263         * org.el (org-imenu-get-tree): Browse only true headlines.
265 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
267         * org-archive.el (org-archive-subtree): While it might be possible
268         to archive an headline of a temporary buffer (i.e. not visiting a
269         file), it wouldn't be really sensical.
271 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
273         * org-archive.el (org-extract-archive-file)
274         (org-extract-archive-heading, org-archive-subtree):
275         `buffer-file-name' is nil in an indirect buffer.  Thus, use
276         `(buffer-file-name (buffer-base-buffer))', which will, in any
277         case, return the file name.
279 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
281         * org-capture.el (org-capture): If dired isn't loaded,
282         `dired-buffers' isn't defined, and %F will fail.
284 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
286         * ob-java.el (org-babel-execute:java): Don't create empty package
287         directories.
289 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
291         * ob-java.el: New file.
293 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
295         * ob.el (org-babel-execute-src-block): Replace call to defunct
296         function `org-babel-result-hash'.
298 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
300         * org-footnote.el (org-footnote-in-valid-context-p): Avoid cited
301         lines and headers in `message-mode'.
302         (org-footnote-at-reference-p): Remove check for cited lines, this
303         is now handled by the previous function.  Refactor.
305 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
307         * org-capture.el (org-capture): If no file is associated to
308         current buffer, check dired buffer and try to retreive a possibly
309         directory associated.
311 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
313         * ob-exp.el (org-babel-exp-results): Resolve hashes in the current
314         (not original) file buffer.
316         * ob.el (org-babel-current-result-hash): More informative name,
317         and remove useless optional argument.
319 2011-07-28  Bastien Guerry  <bzg@gnu.org>
321         * org.el (org-refile-get-location): Exclude current heading from
322         the refile table.
324 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
326         * org-footnote.el (org-footnote-at-reference-p): Test if match is
327         in cited text, when replying to a message.
328         (org-footnote-new): Do not create a new footnote at bol, as it
329         might be seen as a definition.
330         (org-footnote-at-definition-p): Ignore definitions in forbidden
331         blocks, as it is already the case for references.
333 2011-07-28  Matt Lundin  <mdl@imapmail.org>
335         * org-bibtex.el (org-bibtex-create, org-bibtex-write): Change
336         argument of `org-toggle-tag' to 'on. (Other arguments, e.g., t,
337         have no effect).
339 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
341         * org-bibtex.el (org-bibtex-get): Don't let trimming turn nils
342         into empty strings.
344 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
346         * org-list.el (org-list-insert-item): Actualize code comments.
347         (org-insert-item): For consistency, point cannot be moved at a
348         surprising place when the user is being asked to choose a new
349         description term to insert in the list.  Point should stay where
350         the user called the command.
352 2011-07-28  Bastien Guerry  <bzg@gnu.org>
354         * org-toc.el (org-toc-before-first-heading-p, org-toc-show)
355         (org-toc-get-headlines-status): Use `org-outline-regexp-bol'.
357 2011-07-28  Bastien Guerry  <bzg@gnu.org>
359         * org.el (org-outline-regexp-bol): New defconst.
360         (org-outline-level, org-set-font-lock-defaults, org-cycle)
361         (org-overview, org-content, org-flag-drawer)
362         (org-first-headline-recenter, org-insert-todo-heading)
363         (org-map-region, org-move-subtree-down, org-paste-subtree)
364         (org-kill-is-subtree-p, org-context-p, org-refile)
365         (org-refile-new-child, org-toggle-comment, org-todo)
366         (org-add-planning-info, org-add-log-setup, org-scan-tags)
367         (org-set-tags, org-insert-property-drawer)
368         (org-prepare-agenda-buffers, org-preview-latex-fragment)
369         (org-speed-command-default-hook, org-check-for-hidden)
370         (org-toggle-item, org-toggle-heading)
371         (org-indent-line-function, org-set-autofill-regexps)
372         (org-fill-paragraph, org-toggle-fixed-width-section)
373         (org-yank-generic, org-yank-folding-would-swallow-text)
374         (org-first-sibling-p, org-goto-sibling)
375         (org-goto-first-child, org-show-entry): Use
376         `org-outline-regexp' and `org-outline-regexp-bol'.
378 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
380         * org.el (org-update-parent-todo-statistics): COOKIE_DATA should
381         be checked for parent, not current headline.  Also, this function
382         doesn't need to be interactive.
384 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
386         * org-list.el (org-list-send-item, org-list-struct-apply-struct)
387         (org-apply-on-list, org-toggle-checkbox): Make markers point
388         nowhere when they have become useless.
390 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
392         * org-list.el (org-list-insert-item): When insertion point is in
393         some white line after the end of the list, remove all unnecessary
394         white lines there before proceeding.  Also refactor a snippet of
395         code.
397 2011-07-28  Bastien Guerry  <bzg@gnu.org>
399         * org-latex.el (org-export-latex-image-default-option): Change
400         default value.
402 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
404         * org.el (org-fontify-meta-lines-and-blocks-1): Blocks cannot be
405         correctly fontified when the buffer is missing a final newline.
407 2011-07-28  Bastien Guerry  <bzg@gnu.org>
409         * ob.el (org-babel-strip-protective-commas): Return `nil' instead
410         of an error if no argument is given.
411         (org-babel-parse-src-block-match): Make sure body is defined in
412         the let construct.
414 2011-07-28  Jon Anders Skorpen  <jonas@ifi.uio.no>  (tiny change)
416         * org-publish.el (org-publish-cache-file-needs-publishing): Regexp
417         did not find includes with double quoted file names.
419 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
421         * org-footnote.el (org-footnote-normalize): Footnote section
422         should be inserted only if there are footnotes to insert.
424 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
426         * org-footnote.el (org-footnote-at-definition-p)
427         (org-footnote-normalize): Do not grab signature in the definition
428         of the last footnote.
430 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
432         * org-bibtex.el (org-babel-trim): Declare this function to the
433         compiler.
434         (org-bibtex-get): Trimming whitespace off of bibtex fields read from
435         properties.
437 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
439         * org-exp.el (org-export-preprocess-string): Add the possibility
440         to call recursively the function.  Also change order of some
441         function calls.  Comment export process for footnotes.
443         * org-footnote.el (org-footnote-normalize): Change the export
444         specific parameter to hold properties of export.  Thus, the
445         function can send every footnote definition in the buffer through
446         `org-export-process-string'.
448 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
450         * org-latex.el (org-export-latex-preprocess): First insert
451         footnotes in the temporary buffer so their contents can properly
452         be protected from further transformations if required.
454 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
456         * org-list.el (org-list-indent-offset): New variable.
457         (org-list-struct-fix-ind): Make use of the new variable.
459 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
461         * org-latex.el (org-export-latex-list-parameters): Complete
462         default value with cbtrans option.
464         * org-list.el (org-list-to-latex): Set a more consistent default
465         value.
467 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
469         * org-list.el (org-list-swap-items): Move it to a meaningful
470         position in source code (i.e. before any function using it), and
471         rename it to an easier name.
473 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
475         * org-list.el (org-list-separating-blank-lines-number): If there
476         are blank lines already in the whole list, add a blank line.
478 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
480         * org-list.el (org-list-use-circular-move): New variable.
481         (org-previous-item, org-next-item): Make use of the new variable.
482         (org-move-item-down, org-move-item-up): Make use of the new
483         variable.  Simplify code.
485 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
487         * org-list.el (org-list-delete-item, org-list-send-item): New
488         functions.
490 2011-07-28  Bastien Guerry  <bzg@gnu.org>
492         * org-agenda.el (org-agenda-bulk-custom-functions): New variable
493         for custom bulk action functions.
494         (org-agenda-bulk-action): Use it.
496 2011-07-28  Bastien Guerry  <bzg@gnu.org>
498         * org-latex.el (org-export-latex-quotes): New defcustom.
499         (org-export-latex-quotation-marks): Use it.
501 2011-07-28  Bastien Guerry  <bzg@gnu.org>
503         * org-capture.el (org-capture-finalize): Bugfix about inserted
504         blank line when killing the capture buffer and
505         `org-blank-before-new-entry' tells to not insert anything before a
506         heading.
508 2011-07-28  Bastien Guerry  <bzg@gnu.org>
510         * org-html.el (org-export-html-content-div): Rename from
511         `org-export-content-div'.
512         (org-export-as-html): Use new name.
514 2011-07-28  Bastien Guerry  <bzg@gnu.org>
516         * org-latex.el (org-export-latex-header-defs-re): Delete.
518 2011-07-28  Bastien  <bzg@gnu.org>
520         * org.el (org-last-set-property): New variable.
521         (org-read-property-name): Use the new variable: the prompt
522         defaults to the last property set, unless there is a property in
523         the line at point.
525 2011-07-28  David Maus  <dmaus@ictsoc.de>
527         * org-capture.el (org-capture-before-finalize-hook)
528         (org-capture-after-finalize-hook, org-capture-mode-map)
529         (org-capture-mode, org-capture-goto-last-stored): Fix docstring,
530         consistently refer to capture, not remember.
532 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
534         * ob-clojure.el (org-babel-execute:clojure): Respects "scalar" and
535         "verbatim" results params.
537 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
539         * ob-awk.el (org-babel-execute:awk): Use "verbatim" as synonym for
540         "scalar".
542         * ob-sh.el (org-babel-sh-evaluate): Use "verbatim" as synonym for
543         "scalar".
545         * ob-sqlite.el (org-babel-execute:sqlite): Use "verbatim" as
546         synonym for "scalar".
548         * ob.el (org-babel-merge-params): Use "verbatim" as synonym for
549         "scalar".
551 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
553         * ob.el (org-babel-script-escape): Parse odd parens when nested
554         isnide lists.
556 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
558         * ob-clojure.el (org-babel-execute:clojure): No longer force
559         results into elisp if they don't naturally fit.
561 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
563         * ob-clojure.el (org-babel-execute:clojure): Stop re-reading
564         already parsed lisp results.
566 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
568         * org-list.el (org-plain-list-ordered-item-terminator): Remove
569         incorrect assumption.
571 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
573         * org-footnote.el (org-footnote-forbidden-blocks): Add missing
574         exporter specific blocks.
576         * org-list.el (org-list-forbidden-blocks): Ditto.
578 2011-07-28  Bastien Guerry  <bzg@gnu.org>
580         * org-latex.el (org-export-latex-tables): Bugfix: remove
581         properties from fields.
583 2011-07-28  Bastien Guerry  <bzg@gnu.org>
585         * org.el (org-shiftcontrolup, org-shiftcontroldown): New commands
586         to use `org-clock-timestamps-change'.
588 2011-07-28  Bastien Guerry  <bzg@gnu.org>
590         * org.el (org-timestamp-up, org-timestamp-down): Mention time
591         changes in the docstring.
593 2011-07-28  Bastien Guerry  <bzg@gnu.org>
595         * org-clock.el (org-clock-remove-empty-clock-drawer): New function
596         to remove empty clock drawer.
597         (org-clock-out-hook): Add the new function as a hook.
599 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
601         * org-list.el (org-list-in-valid-context-p): Use `org-in-block-p'.
603 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
605         * org.el (org-in-block-p): New function.
607         * org-footnote.el (org-footnote-forbidden-blocks): New variable.
608         (org-footnote-in-valid-context-p): New function.
609         (org-footnote-at-reference-p): Use new function.  Allow inline
610         footnotes to start at bol.
612 2011-07-28  Bastien Guerry  <bzg@gnu.org>
614         * org-lparse.el (org-lparse-use-flashy-warning): New defcustom.
615         (org-lparse-warn): Use it.
617 2011-07-28  Bastien Guerry  <bzg@gnu.org>
619         * org-ascii.el (org-export-as-utf8): Fix call to
620         `org-called-interactively-p': it requires an argument.  Also fix
621         the docstring.
623 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
625         * ob-lilypond.el (show-all): Declaring function from outline.el.
626         (org-babel-default-header-args:lilypond): Declared.
627         (ly-process-basic): Use the appropriate prefix for the temporary
628         file, and don't call a function from ob-dot.el.
629         (ly-version): Let-bind a free variable.
631 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
633         * ob-lilypond.el: New file.
635 2011-07-28  Bastien Guerry  <bzg@gnu.org>
637         * org-publish.el
638         (org-publish-cache-file-needs-publishing): Only check against .org
639         files.
641 2011-07-28  Bastien Guerry  <bzg@gnu.org>
643         * org.el (org-mode): Use `org-default' as the default face in
644         org-mode.
646 2011-07-28  Bastien Guerry  <bzg@gnu.org>
648         * org-publish.el
649         (org-publish-cache-file-needs-publishing): Takes care of more
650         recently included files, returning `t' in case the file including
651         them needs to be republished.
653 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
655         * org-exp.el (org-export-preprocess-string): If the last subtree
656         is a task, footnotes may be removed along with the subtree.  This
657         patch ensures footnotes are put at the end of the buffer after the
658         subtree has been removed.
660 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
662         * org-footnote.el (org-footnote-at-reference-p): Verify that what
663         looks like a footnote doesn't belong to a link.
664         (org-footnote-next-reference-or-definition): Check more strictly
665         footnote definitions.
667 2011-07-28  Deech  <deech@deech-ThinkPad-X200.(none)>  (tiny change)
669         * ob-tangle.el (org-babel-tangle): Ignore errors thrown by
670         language modes.
672 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
674         * ob-python.el (org-babel-python-evaluate-session): Inhibit return
675         of the eoe string during session evaluation.
677 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
679         * ob-python.el (org-babel-python-evaluate-session): Enough
680         newlines to ensure a return when ":results output :session".
682 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
684         * ob-python.el (org-babel-python-evaluate-session): Introduced a
685         new local function for sending input with a slight delay to allow
686         pythong to re-draw the prompt.  No longer removing newlines inside
687         code block bodies (was due to a defective regexp).
689 2011-07-28  Bastien Guerry  <bzg@gnu.org>
691         * org-table.el (org-table-time-seconds-to-string): Use
692         `org-format-seconds' instead of `format-seconds'.
694 2011-07-28  David Maus  <dmaus@ictsoc.de>
696         * org-publish.el (org-publish-cache-ctime-of-src): Properly handle
697         relative symlinks.
699 2011-07-28  David Maus  <dmaus@ictsoc.de>
701         * org-latex.el (org-export-latex-preprocess): Use function
702         argument instead of dynamically scoped symbol.
704 2011-07-28  David Maus  <dmaus@ictsoc.de>
706         * org-freemind.el (org-freemind-convert-links-helper)
707         (org-freemind-convert-text-p, org-freemind-write-mm-buffer)
708         (org-freemind-get-node-style): Use org-string-match-p for backward
709         compatibility with Emacs 22.
711 2011-07-28  David Maus  <dmaus@ictsoc.de>
713         * org-html.el (org-export-html-protect-char-alist): Add missing
714         :group keyword in defcustom.
716 2011-07-28  David Maus  <dmaus@ictsoc.de>
718         * ob-haskell.el (org-babel-haskell-export-to-lhs): Call
719         `kill-buffer' with argument indiciating to kill current
720         buffer. Emacs 22 compatibility.
722 2011-07-28  David Maus  <dmaus@ictsoc.de>
724         * org-macs.el (org-without-partial-completion): Toggle
725         partial-completion-mode only if it is turned on.
727 2011-07-28  Bastien Guerry  <bzg@gnu.org>
729         * org.el (org-add-planning-info): Fix issues with timestamps not
730         being inserted at the same position.
732 2011-07-28  Bastien Guerry  <bzg@gnu.org>
734         * org-table.el (org-table-time-string-to-seconds)
735         (org-table-time-seconds-to-string): New functions.
736         (org-table-eval-formula): Implement the "T" (time) flag for
737         computing durations.
739 2011-07-28  Jambunathan K  <kjambunathan@gmail.com>
741         * org.el (org-modules): Add org-lparse and org-odt as contrib
742         modules.
744 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
746         * org.el (org-fontify-meta-lines-and-blocks-1): Include header
747         lines.
748         (org-additional-option-like-keywords): Include data as a synonym
749         for results.
751 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
753         * ob.el (org-babel-sha1-hash): Improving code layout and removing
754         export-variable headers in cache sha1.
756 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
758         * ob-ref.el (org-babel-ref-goto-headline-id): Don't let `org-id'
759         rescan all IDs when trying to resolve a reference.
761 2011-07-28  Julien Barnier  <julien@nozav.org>
763         * org.el (org-fontify-meta-lines-and-blocks-1): Fix test for src
764         blocks lang attribute.
766 2011-07-28  Eric S Fraga  <e.fraga@ucl.ac.uk>
768         * org-latex.el (org-export-latex-timestamp-inactive-markup): New
769         option to allow different markup for inactive timestamps.
771 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
773         * ob-org.el (org-babel-expand-body:org): Implemented this
774         function, only action is to expand variables.
775         (org-babel-execute:org): Uses the new body-expansion function.
777 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
779         * org-list.el (org-list-full-item-re): Allow counter and check-box
780         to be separated by white spaces.
781         (org-list-struct-apply-struct): Reflect changes made to
782         `org-list-full-item-re'.
784         * org-html.el (org-html-export-list-line): Recognize spaces
785         between counter and check-boxes as valid.
787         * org-docbook.el (org-export-docbook-list-line): Ditto.
789 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
791         * org-list.el (org-list-insert-item): Make sure point is moved to
792         the specified POS before starting the function.
794 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
796         * org.el (org-activate-footnote-links): Properly fontify inline
797         footnotes.
798         (org-set-font-lock-defaults): Apply changes to previous function.
800 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
802         * org-footnote.el (org-footnote-at-reference-p): First check if
803         point is at the beginning of a footnote.  Indeed `org-in-regexp'
804         first checks backwards and might find an incorrect footnote if
805         they are side-by-side.
807 2011-07-28  Michael Brand  <michael.ch.brand@gmail.com>
809         * org-agenda.el (org-agenda-compact-blocks): Improve docstring.
810         (org-agenda-block-separator): Add nil to docstring and customization.
811         (org-prepare-agenda): Skip agenda block separator additionally if
812         `org-agenda-block-separator' is nil.
813         (org-agenda-overriding-header): Improve docstring.
815 2011-07-28  Bastien Guerry  <bzg@gnu.org>
817         * org.el (org-set-tags): Remove useless
818         `org-without-partial-completion'.
820 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
822         * org-footnote.el (org-fill-paragraph): Declare function for the
823         compiler.
825 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
827         * ob-ref.el (org-narrow-to-subtree): Declare unknown function.
829 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
831         * ob.el (org-babel-inline-lob-one-liner-regexp): Declare variable
832         to appease compiler.
834 2011-07-28  Michael Markert  <markert.michael@googlemail.com>
836         * ob.el (org-babel-sha1-hash): Adding optional argument KIND to
837         all `org-called-interactively-p' function invocations.
839         * org-agenda.el (org-agenda-redo): Adding optional argument KIND
840         to all `org-called-interactively-p' function invocations.
841         (org-agenda-show-1): Adding optional argument KIND to all
842         `org-called-interactively-p' function invocations.
843         (org-agenda-set-tags): Adding optional argument KIND to all
844         `org-called-interactively-p' function invocations.
846         * org-ascii.el (org-export-as-latin1): Adding optional argument
847         KIND to all `org-called-interactively-p' function invocations.
848         (org-export-as-latin1-to-buffer): Adding optional argument KIND to
849         all `org-called-interactively-p' function invocations.
850         (org-export-as-utf8-to-buffer): Adding optional argument KIND to all
851         `org-called-interactively-p' function invocations.
852         (org-export-region-as-ascii): Adding optional argument KIND to all
853         `org-called-interactively-p' function invocations.
855         * org-docbook.el (org-export-region-as-docbook): Adding optional
856         argument KIND to all `org-called-interactively-p' function
857         invocations.
859         * org-html.el (org-export-region-as-html): Adding optional
860         argument KIND to all `org-called-interactively-p' function
861         invocations.
863         * org-latex.el (org-export-region-as-latex): Adding optional
864         argument KIND to all `org-called-interactively-p' function
865         invocations.
867         * org-table.el (org-table-blank-field): Adding optional argument
868         KIND to all `org-called-interactively-p' function invocations.
869         (org-table-current-column): Adding optional argument KIND to all
870         `org-called-interactively-p' function invocations.
871         (org-table-current-dline): Adding optional argument KIND to all
872         `org-called-interactively-p' function invocations.
873         (org-table-sort-lines): Adding optional argument KIND to all
874         `org-called-interactively-p' function invocations.
875         (org-table-sum): Adding optional argument KIND to all
876         `org-called-interactively-p' function invocations.
877         (org-table-rotate-recalc-marks): Adding optional argument KIND to
878         all `org-called-interactively-p' function invocations.
879         (org-table-eval-formula): Adding optional argument KIND to all
880         `org-called-interactively-p' function invocations.
881         (orgtbl-send-table): Adding optional argument KIND to all
882         `org-called-interactively-p' function invocations.
884         * org.el (org-mode): Adding optional argument KIND to all
885         `org-called-interactively-p' function invocations.
886         (org-copy-subtree): Adding optional argument KIND to all
887         `org-called-interactively-p' function invocations.
888         (org-paste-subtree): Adding optional argument KIND to all
889         `org-called-interactively-p' function invocations.
890         (org-store-link): Adding optional argument KIND to all
891         `org-called-interactively-p' function invocations.
892         (org-todo): Adding optional argument KIND to all
893         `org-called-interactively-p' function invocations.
894         (org-occur): Adding optional argument KIND to all
895         `org-called-interactively-p' function invocations.
897 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
899         * org-footnote.el (org-footnote-action): Offer to create
900         definition when none is found.
902 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
904         * org-footnote.el (org-footnote-re): Avoid matching inactive
905         time-stamps or check-box cookies.
906         (org-footnote-next-reference-or-definition): Adapt to the new regexp.
908 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
910         * org-exp.el (org-export-preprocess-string): If the last subtree
911         is commented, footnotes inserted during normalizing at the end of
912         the buffer may get deleted. This patch ensures deletion comes
913         first, normalization second.
915 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
917         * org-exp.el (org-export-footnotes-data): Change docstring.
918         (org-export-footnotes-seen): Rename from
919         org-export-footnotes-markers.
921         * org-ascii.el (org-export-as-ascii): Apply change.
923         * org-docbook.el (org-export-as-docbook): Apply change.
925         * org-footnote.el (org-footnote-normalize): Apply change.
927         * org-html.el (org-export-as-html): Apply change.
929         * org-latex.el (org-export-as-latex): Apply change.
931 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
933         * org-latex.el (org-export-latex-preprocess): Rely on
934         `org-export-footnotes-markers' to retreive definition of the
935         current footnote during export.
937 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
939         * org-footnote.el (org-footnote-normalize): Remember footnotes
940         seen so far by the exporter when choosing the new marker.
942 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
944         * org-footnote.el (org-footnote-normalize): Make use of
945         `org-footnote-insert-pos-for-preprocessor'.
947 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
949         * org-footnote.el (org-footnote-normalize): Add `org-footnote'
950         property to footnote markers when preparing for exportation.
952         * org-html.el (org-export-as-html): Read new property to decide
953         when to export a footnote.
955         * org-docbook.el (org-export-as-docbook): Read new property to
956         decide when to export a footnote.
958         * org-latex.el (org-export-latex-preprocess): Ensure footnote at
959         column 0 cannot end a list containing it by adding
960         `original-indentation' property to it.
962 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
964         * org-exp.el (org-export-preprocess-string): Normalize footnotes
965         before marking lists ending.
967         * org-latex.el (org-export-latex-preprocess): Work with labels as
968         strings and not as numbers.
970 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
972         * org-docbook.el (org-export-docbook-footnote-separator): New
973         variable.
974         (org-export-as-docbook): Add a separator between footnotes.
976         * org-html.el (org-export-html-footnote-separator): New variable.
977         (org-export-as-html): Add a separator between footnotes.
979         * org-latex.el (org-export-latex-footnote-separator): New
980         variable.
981         (org-export-latex-preprocess): Add a separator between footnotes.
983 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
985         * org-exp.el (org-export-footnotes-markers)
986         (org-export-footnotes-data): New variables.
987         (org-export-preprocess-string): Use a more explicit argument.
989 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
991         * org-footnote.el (org-footnote-goto-definition): Now, determining
992         if point is at a footnote reference is entirely determined by
993         `org-footnote-at-reference-p'. No need to check if pattern isn't
994         at beginning of the line elsewhere.
996 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
998         * org-footnote.el (org-footnote-next-reference-or-definition): New
999         function.
1001         * org.el (org-activate-footnote-links): Activate the whole
1002         footnote, but only fontify its label.
1004 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
1006         * org-footnote.el (org-footnote-normalize): Make use of changes to
1007         `org-footnote-at-reference-p' and creation of various functions..
1008         Also comment code.
1009         (org-footnote-get-next-reference, org-footnote-delete-references)
1010         (org-footnote-delete-definitions): New functions.
1011         (org-footnote-goto-previous-reference, org-footnote-all-labels)
1012         (org-insert-footnote-reference-near-definition, org-footnote-delete):
1013         Rewrite to use org-footnote-get-next-reference.
1015 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
1017         * org-footnote.el (org-footnote-re): Don't end an inline footnote
1018         at unrelated closing square brackets.
1019         (org-footnote-at-reference-p): Improve accuracy of the function to
1020         determine if point is at a reference and to extract definition of an
1021         inline footnote.
1022         (org-footnote-all-labels, org-footnote-action, org-footnote-delete)
1023         (org-footnote-auto-adjust-maybe): Make use of previous function.
1025 2011-07-28  Bastien Guerry  <bzg@gnu.org>
1027         * org.el (org-deadline, org-schedule):
1028         keep warning cookie when rescheduling/redeadlining.
1029         (org-time-stamp): Fix problem with warning cookie.
1031 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
1033         * ob-clojure.el (org-babel-execute:clojure): Force escaping of
1034         clojure source into elisp source.
1036 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
1038         * ob.el (org-babel-script-escape): Treats {} in the same manner as
1039         [] and allows for forcing string conversion.
1041 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
1043         * org-exp.el (org-export-select-backend-specific-text): Strip
1044         protective commas from literal code blocks.
1046 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
1048         * ob-ref.el (org-babel-ref-goto-headline-id): Fix bug.
1050 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
1052         * ob-ref.el (org-babel-ref-goto-headline-id): Split out into its
1053         own function.
1054         (org-babel-ref-headline-body): Split out into its own function.
1055         (org-babel-ref-resolve): Using new functions, and alignment.
1057         * ob.el (org-babel-ref-goto-headline-id): Declare function.
1058         (org-babel-ref-headline-body): Declare function.
1059         (org-babel-expand-noweb-references): Now expands noweb references to
1060         headlines during expansion.
1062 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
1064         * ob-ref.el (org-babel-ref-resolve): Now resolves references to
1065         headlines by either global or custom id, in which case the
1066         contents of the headline are returned literally.
1068 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
1070         * ob-exp.el (org-babel-in-example-or-verbatim): Also check for in
1071         verbatim emphasis.
1072         (org-babel-exp-lob-one-liners): Cleaner checking for escaped call
1073         lines.
1075 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
1077         * org-list.el (org-cycle-item-indentation): Cycling back to
1078         original position deleted any additional information in the item,
1079         like a counter or a tag.
1081 2011-07-28  Pieter Praet  <pieter@praet.org>
1083         * org-crypt.el (org-crypt-disable-auto-save): New defcustom.
1084         (org-decrypt-entry): Before decrypting, check whether
1085         `auto-save-mode' is enabled for the current buffer, and act on it
1086         according to how `org-crypt-disable-auto-save' is set.  Remove
1087         comment re "encrypt[ing] Org auto-saved buffers".  Remove on-init
1088         check for `auto-save-default'.
1090 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
1092         * ob.el (org-babel-merge-params): Ensure variable parameters are
1093         not reversed.
1095 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
1097         * ob.el (org-babel-insert-result): Fix results insertion for
1098         inline blocks which happen to start a line.
1100 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
1102         * ob-exp.el (org-babel-exp-lob-one-liners): Fix the logic checking
1103         if a call line is commented.
1105 2011-07-28  Vincent Belaïche  <vincentb1@users.sourceforge.net>
1107         * org.el (org-read-property-name): Propose default property name.
1109 2011-07-28  Achim Gratz  <stromeko@nexgo.de>
1111         * org.el (org-log-into-drawer): Correct typo.
1113         * org-clock.el (org-clock-into-drawer): New function to change the
1114         location of clock events based on properties CLOCK_INTO_DRAWER or,
1115         as fallback, LOG_INTO_DRAWER, like it is already possible for
1116         state change logs.
1118         * org-clock.el (org-clock-jump-to-current-clock): Add statement to
1119         let clause to bind `org-clock-into-drawer' to result of function
1120         eval.
1122         * org-clock.el (org-clock-find-position): Add statement to let
1123         clause to bind `org-clock-into-drawer' to result of function eval,
1124         change let to let* since the binding is used later in the same
1125         clause.
1127 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
1129         * ob-lob.el (require): Ensure 'cl is loaded during compilation so
1130         we can use flet.
1132 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
1134         * ob-lob.el (org-babel-lob-get-info): Correctly indent results of
1135         non-inline call lines.
1137 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
1139         * ob-exp.el (org-babel-exp-lob-one-liners): Don't export inline
1140         call_ blocks which aren't whitespace padded.
1142 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
1144         * ob.el (org-babel-merge-params): Do not reverse variable order,
1145         and be sure to increment variable index as appropriate.
1147 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
1149         * ob-lob.el (org-babel-inline-lob-one-liner-regexp): Updated to
1150         successfully match optional trailing header arguments in square
1151         brackets.
1152         (org-babel-lob-get-info): Updated to match the new regexp.
1154 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
1156         * ob-lob.el (org-babel-lob-get-info): If the arguments are empty,
1157         then allow them to be so.
1159 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
1161         * ob.el (org-babel-merge-params): If variables are not named they
1162         are assigned in order.
1164 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
1166         * ob.el: Remove code comment about online documentation.
1168         * ob-exp.el: Remove code comment about online documentation.
1170         * ob-lob.el: Remove code comment about online documentation.
1172 2011-07-28  Jambunathan K  <kjambunathan@gmail.com>
1174         * org-exp.el (org-export-format-source-code-or-example): Fix
1175         signature of org-<backend>-format-source-code-or-example function.
1177 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
1179         * ob.el (org-babel-sha1-hash): Replace call to
1180         called-interactively-p with backwards-compatible interactive-p.
1182 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
1184         * ob-exp.el (org-babel-exp-lob-one-liners): Appropriate
1185         replacement of inline call blocks with their results.
1187 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
1189         * ob-lob.el (org-babel-inline-lob-one-liner-regexp): Removing this
1190         trailing space ensures that the insertion of the results looks
1191         nice.
1193         * ob.el (org-babel-insert-result): Insert inline lob line results
1194         as inline results.
1196 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
1198         * ob-exp.el (org-babel-exp-lob-one-liners): Calculate length
1199         appropriately given the style (block or inline) of the lob line.
1201         * ob-lob.el (org-babel-block-lob-one-liner-regexp): New regexp
1202         specific for block lob lines.
1203         (org-babel-inline-lob-one-liner-regexp): New regexp specific for
1204         inline lob lines.
1205         (org-babel-lob-one-liner-regexp): Combination of two lob regexps.
1206         (org-babel-lob-get-info): Return info from *either* the block or
1207         inline lob lines.
1209 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
1211         * ob-exp.el (org-babel-exp-lob-one-liners): Corrected the
1212         structure of the resulting info list.
1214         * ob-lob.el (org-babel-default-lob-header-args): Export the
1215         results of call lines by default.
1217 2011-07-28  Niels Giesen  <niels.giesen@gmail.com>  (tiny change)
1219         * org-icalendar.el (org-print-icalendar-entries): Add 'uid text
1220         property based on the ID property of the org entry to the first
1221         character of the diary entry.
1223 2011-07-28  Jambunathan K  <kjambunathan@gmail.com>
1225         * org-footnote.el
1226         (org-footnote-insert-pos-for-preprocessor): New variable.
1227         (org-footnote-normalize): Use it.
1229 2011-07-28  Jambunathan K  <kjambunathan@gmail.com>
1231         * org-exp.el (org-export-format-source-code-or-example):
1232         Simplify.  Also add `org-native-text' as a text property to the
1233         formatted text and throw error for unknown backends.
1235 2011-07-28  Jambunathan K  <kjambunathan@gmail.com>
1237         * org-exp.el (org-export-format-source-code-or-example): Add
1238         support for: - custom formatters for existing backends - seamless
1239         plugging in of new backends.
1241 2011-07-28  Jambunathan K  <kjambunathan@gmail.com>
1243         * org-exp.el (org-export-backends): New variable.
1244         (org-export-select-backend-specific-text): Use above
1245         variable. Also mark text between #+BACKEND and
1246         #+BEGIN_BACKEND...#+END_BACKEND with org-native-text property.
1247         This text property is currently used only by the new line-oriented
1248         generic exporter (which is not yet part of the repo).
1250 2011-07-28  Jambunathan K  <kjambunathan@gmail.com>
1252         * org-exp.el (org-export): Reserve keys 'o' and 'O' for
1253         OpenDocumentText export and bind them to `org-export-as-odt' and
1254         `org-export-as-odt-and-open'.
1256 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
1258         * ob-exp.el (org-babel-exp-src-block): Less verbose when in batch
1259         mode.
1261 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
1263         * ob-clojure.el (org-babel-execute:clojure): Convert vectors to
1264         lists before reading into emacs-lisp.
1266 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
1268         * ob-C.el (ob-tangle): Initialize variable from `ob-tangle'.
1270         * ob-asymptote.el (ob-tangle): Initialize variable from `ob-tangle'.
1272         * ob-awk.el (ob-tangle): Initialize variable from `ob-tangle'.
1274         * ob-clojure.el (ob-tangle): Initialize variable from `ob-tangle'.
1276         * ob-haskell.el (ob-tangle): Initialize variable from `ob-tangle'.
1278         * ob-latex.el (ob-tangle): Initialize variable from `ob-tangle'.
1280         * ob-lisp.el (ob-tangle): Initialize variable from `ob-tangle'.
1282         * ob-ocaml.el (ob-tangle): Initialize variable from `ob-tangle'.
1284         * ob-perl.el (ob-tangle): Initialize variable from `ob-tangle'.
1286         * ob-python.el (ob-tangle): Initialize variable from `ob-tangle'.
1288         * ob-ruby.el (ob-tangle): Initialize variable from `ob-tangle'.
1290         * ob-tangle.el (ob-tangle): Initialize variable from `ob-tangle'.
1292 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
1294         * ob-awk.el: New file.
1296 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
1298         * ob-emacs-lisp.el (org-babel-execute:emacs-lisp): Respects
1299         ":results verbatim".
1301 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
1303         * org-agenda.el (org-float): Aliases for `diary-float'.
1305 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
1307         * ob-python.el (org-babel-python-evaluate-session): Send
1308         comint-send-input after every line when interacting with an
1309         interactive python process.
1311 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
1313         * org-list.el (org-reset-checkbox-state-subtree): Make the command
1314         more robust, and correctly update check-boxes in the whole
1315         sub-tree.
1316         (org-update-checkbox-count): Fix bug accumulating count of checkboxes
1317         when walking a subtree.
1318         (org-update-checkbox-count-maybe): Add an optional argument passed to
1319         org-update-checkbox-count.
1321 2011-07-28  Ted Zlatanov  <tzz@lifelogs.com>
1323         * org.el (org-fontify-meta-lines-and-blocks): Ignore errors.
1325 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
1327         * ob-emacs-lisp.el (org-babel-execute:emacs-lisp): Respect the
1328         ":results scalar" header argument combination.
1330 2011-07-28  Dan Davison  <dandavison7@gmail.com>
1332         * org-src.el: Append a space character to copied text so that the
1333         final text property change is picked up correctly.
1335 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
1337         * ob-tangle.el (org-babel-tangle-file): Use the new argument list
1338         to org-babel-tangle.
1339         (org-babel-tangle): Now when called with a prefix argument, only the
1340         current code block is tangled.
1342 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
1344         * org-list.el (org-list-parse-list): Replace transitional
1345         check-boxes with "[CBTRANS]" string during parsing.
1346         (org-list-to-generic): Use the new property `:cbtrans' to configure
1347         export string for transitional check-boxes.
1349 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
1351         * org-agenda.el (org-agenda-add-entry-to-org-agenda-diary-file):
1352         Use stable internal `org-anniversary' instead of
1353         diary-anniversary.
1354         (org-class): New function.
1355         (org-diary-class): Use `org-class'.
1356         (org-anniversary, org-cyclic, org-date, org-block): New functions.
1358 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
1360         * ob.el (org-babel-header-arg-names): Adding noweb-ref to the list
1361         of header argument names.
1363 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
1365         * ob.el (org-babel-expand-noweb-references): Concatenating all
1366         bodies with the appropriate name or :noweb-ref header argument.
1368 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>  (tiny change)
1370         * org.el (org-find-dblock, org-clocktable-try-shift): Make regexp
1371         work also when #+begin line is indentex.
1373 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
1375         * ob.el (org-babel-src-block-regexp): Babel: code block may have
1376         empty bodies.
1378 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
1380         * org-macs.el (org-without-partial-completion): Avoid calling by
1381         name a function unknown to the compiler but explicitly checked by
1382         program logic.
1384 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
1386         * org-mouse.el (org-agenda-earlier): Declaring previously unknown
1387         function.
1388         (org-agenda-later): Declaring previously unknown function.
1389         (org-agenda-mode-map): Declaring previously unknown variable.
1391         * org.el (org-read-date-analyze): Explicitly ignore the return
1392         value of a function.
1394 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
1396         * org-agenda.el (org-agenda-mode): Globally replace
1397         buffer-substring-filters with filter-buffer-substring-functions.
1399         * org-indent.el (org-indent-mode): Globally replace
1400         buffer-substring-filters with filter-buffer-substring-functions.
1402 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
1404         * org-ascii.el (org-export-as-ascii): Replacing '(λ...) with
1405         #'(λ...).
1407         * org-attach.el: Replacing '(λ...) with #'(λ...).
1408         (org-attach-commit): Replacing '(λ...) with #'(λ...).
1410         * org-exp.el: Replacing '(λ...) with #'(λ...).
1411         (org-export-handle-include-files): Replacing '(λ...) with #'(λ...).
1413         * org-html.el: Replacing '(λ...) with #'(λ...).
1414         (org-export-as-html): Replacing '(λ...) with #'(λ...).
1416         * org-mouse.el: Replacing '(λ...) with #'(λ...).
1417         (org-mouse-popup-global-menu): Replacing '(λ...) with
1418         (org-mode-hook): Replacing '(λ...) with #'(λ...).
1419         (org-agenda-mode-hook): Replacing '(λ...) with #'(λ...).
1421         * org-src.el: Replacing '(λ...) with #'(λ...).
1422         (org-src-mode-configure-edit-buffer): Replacing '(λ...) with #'(λ...).
1424         * org-table.el: Replacing '(λ...) with #'(λ...).
1425         (org-table-fix-formulas-confirm): Replacing '(λ...) with #'(λ...).
1427         * org.el: Replacing '(λ...) with #'(λ...).
1428         (org-confirm-shell-link-function): Replacing '(λ...) with
1429         (org-category): Replacing '(λ...) with #'(λ...).
1431 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
1433         * org.el (mailcap-parse-mailcaps): Declaring functions used by
1434         `org-open-file'.
1435         (mailcap-extension-to-mime): Declaring functions used by
1436         `org-open-file'.
1437         (mailcap-mime-info): Declaring functions used by `org-open-file'.
1439 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
1441         * org-agenda.el (org-agenda-redo): Replacing call to now-defunct
1442         function `interactive-p'.
1443         (org-agenda-show-1): Replacing call to now-defunct function
1444         `interactive-p'.
1445         (org-agenda-set-tags): Replacing call to now-defunct function `interactive-p'.
1447         * org-ascii.el: Replacing call to now-defunct function
1448         `interactive-p'.
1449         (org-export-as-latin1): Replacing call to now-defunct function
1450         `interactive-p'.
1451         (org-export-as-latin1-to-buffer): Replacing call to now-defunct
1452         function `interactive-p'.
1453         (org-export-as-utf8): Replacing call to now-defunct function
1454         `interactive-p'.
1455         (org-export-as-utf8-to-buffer): Replacing call to now-defunct function
1456         `interactive-p'.
1457         (org-export-region-as-ascii): Replacing call to now-defunct
1458         function `interactive-p'.Replacing call to now-defunct function
1459         `interactive-p'.
1461         * org-docbook.el: Replacing call to now-defunct function
1462         `interactive-p'.
1463         (org-export-region-as-docbook): Replacing call to now-defunct
1464         function `interactive-p'.Replacing call to now-defunct function
1465         `interactive-p'.
1467         * org-html.el: Replacing call to now-defunct function
1468         `interactive-p'.
1469         (org-export-region-as-html): Replacing call to now-defunct
1470         function `interactive-p'.Replacing call to now-defunct function
1471         `interactive-p'.
1473         * org-latex.el: Replacing call to now-defunct function
1474         `interactive-p'.
1475         (org-export-region-as-latex): Replacing call to now-defunct
1476         function `interactive-p'.Replacing call to now-defunct function
1477         `interactive-p'.
1479         * org-macs.el: Replacing call to now-defunct function
1480         `interactive-p'.
1481         (org-called-interactively-p): Replacing call to now-defunct
1482         function `interactive-p'.Replacing call to now-defunct function
1483         `interactive-p'.
1485         * org-table.el: Replacing call to now-defunct function
1486         `interactive-p'.
1487         (org-table-blank-field): Replacing call to now-defunct function
1488         `interactive-p'.
1489         (org-table-current-column): Replacing call to now-defunct function
1490         `interactive-p'.Replacing call to now-defunct function
1491         `interactive-p'.
1492         (org-table-current-dline): Replacing call to now-defunct function
1493         `interactive-p'.Replacing call to now-defunct function
1494         `interactive-p'.
1495         (org-table-sort-lines): Replacing call to now-defunct function
1496         `interactive-p'.
1497         (org-table-sum): Replacing call to now-defunct function
1498         `interactive-p'.
1499         (org-table-rotate-recalc-marks): Replacing call to now-defunct
1500         function `interactive-p'.
1501         (org-table-eval-formula): Replacing call to now-defunct function
1502         `interactive-p'.
1503         (orgtbl-send-table): Replacing call to now-defunct function `interactive-p'.
1505         * org.el: Replacing call to now-defunct function `interactive-p'.
1506         (org-mode): Replacing call to now-defunct function
1507         `interactive-p'.
1508         (org-copy-subtree): Replacing call to now-defunct function
1509         `interactive-p'.
1510         (org-paste-subtree): Replacing call to now-defunct function
1511         `interactive-p'.
1512         (org-store-link): Replacing call to now-defunct function
1513         `interactive-p'.
1514         (org-todo): Replacing call to now-defunct function `interactive-p'.
1515         (org-occur): Replacing call to now-defunct function `interactive-p'.
1517 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
1519         * ob-R.el (ess-local-process-name): This variable wasn't known to
1520         be defined.
1522         * ob-lisp.el (org-babel-lisp-dir-fmt): This defcustom now has a
1523         group specified.
1525         * ob-tangle.el (org-bracket-link-regexp): This variable wasn't
1526         known to be defined.
1527         (org-babel-tangle-combine-named-blocks): Roll my own version of a
1528         forbidden common lisp function.
1530         * ob.el (org-babel-sha1-hash): Using a non-deprecated version of
1531         called-interactively.
1533 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
1535         * org-latex.el (org-export-latex-tables): Check for the
1536         "multiline" option and set the `floatp' option to true when
1537         multicolumn tables are requested.
1539 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
1541         * org-html.el (org-export-as-html, org-html-level-start): Only
1542         convert section number underscores to dashes.
1544 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
1546         * org-agenda.el (org-agenda-bulk-action): Fix bug caused by
1547         `days-to-time, converting relative to 1 BC, while the code assumed
1548         it would return a time relative to 1970.
1550 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
1552         * ob-tangle.el (org-babel-tangle-combine-named-blocks): No longer
1553         inserting newlines between appended code blocks.
1555 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
1557         * ob-exp.el: We may no longer need to export names along with code
1558         blocks.
1560 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
1562         * org-exp-blocks.el (org-export-blocks-preprocess): Ensure
1563         balanced nested begin/end blocks in block bodies.
1565 2011-07-28  Dan Davison  <dandavison7@gmail.com>
1567         * org-latex.el: Add -shell-escape to pdflatex commands.
1569 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
1571         * ob-tangle.el (org-babel-tangle-named-block-combination): Block
1572         combination can now take a number of values.
1573         (org-babel-tangle-combine-named-blocks): More sophisticated block
1574         combination behavior.
1576 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
1578         * ob-tangle.el (org-babel-tangle-do-combine-named-blocks): Switch
1579         to turn on the combination of code blocks of the same name.
1580         (org-babel-tangle-combine-named-blocks): Combine blocks of the same
1581         name.
1583 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
1585         * ob-ruby.el (xmp): Declaring this function to appease the
1586         compiler.
1587         (org-babel-execute:ruby): "xmp" result option for outputting
1588         annotated source code.
1590 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>  (tiny change)
1592         * org-list.el (org-list-to-latex): The enumerate environment in
1593         latex increments the counter before using it.  Therefore, org-mode
1594         should set the enumeration counter to the desired value minus one.
1596 2011-07-28  Michael Brand  <michael.ch.brand@gmail.com>  (tiny change)
1598         * org.el (org-toggle-heading): More comments and fix number of
1599         stars when toggling from list items.
1601 2011-07-28  Christian Egli  <christian.egli@sbszh.ch>
1603         * org-taskjuggler.el (org-taskjuggler-clean-effort): Handle any
1604         effort that is accepted by `org-duration-string-to-minutes´.
1606 2011-07-28  Julien Barnier  <julien@nozav.org>
1608         * ob-sh.el (org-babel-sh-evaluate): When sending input to comint,
1609         wait until previous line execution is finished.
1611         * ob-comint.el (org-babel-comint-with-output): When looking for
1612         end-of-evaluation indicator, search forward for the indicator
1613         before searching forward for the prompt.
1615 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
1617         * org-entities.el (org-entities): Fix HTML entity for degree.
1619 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
1621         * org.el (org-auto-align-tags): Change docstring.
1622         (org-update-parent-todo-statistics): Keep tags aligned even when
1623         statistics cookies are shifting them.
1625         * org-list.el (org-update-checkbox-count): Keep tags aligned even
1626         when statistics cookies are shifting them.
1628 2011-07-28  Lawrence Mitchell  <wence@gmx.li>
1630         * ob.el (org-babel-sha1-hash): Don't modify info argument by
1631         side-effect when sorting result-params list.
1633 2011-07-28  Lawrence Mitchell  <wence@gmx.li>
1635         * ob.el (org-babel-result-regexp): Use non-shy group around
1636         `org-babel-data-names'.
1638 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
1640         * org.el (org-insert-link): Set truncate-line in the *Org Link*
1641         buffer and make sure that it really is set there.
1643 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
1645         * ob-lisp.el (org-babel-lisp-dir-fmt): Defcustom for use in
1646         changing how/if the current directory is represented to lisp code.
1647         (org-babel-execute:lisp): More general handling of the default
1648         directory value.
1650 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
1652         * ob-lisp.el (org-babel-execute:lisp): Setting the value of
1653         *default-pathname-defaults* to either the value of the :dir header
1654         argument or the directory of the containing Org-mode file.
1656 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
1658         * ob-lisp.el (org-babel-execute:lisp): No real functional change,
1659         just aesthetic.
1661 2011-07-28  Sébastien Delafond  <sdelafond@gmail.com>  (tiny change)
1663         * org.el (org-mode-flyspell-verify): This is useful when using
1664         flyspell with a non-English dictionary, or if some of your
1665         keywords are in another language.
1667 2011-07-28  David Maus  <dmaus@ictsoc.de>
1669         * org-exp.el (org-export): Use new compatibility function
1670         `org-activate-mark'.
1672         * org-compat.el (org-activate-mark): New function. Provide
1673         `activate-mark' if not present (e.g. Emacs 22).
1675 2011-07-28  David Maus  <dmaus@ictsoc.de>
1677         * org-table.el (org-table-follow-field-mode): Declare variable to
1678         keep byte compiler happy.
1680 2011-07-28  David Maus  <dmaus@ictsoc.de>
1682         * org-footnote.el (org-id-uuid): Declare function, silence byte
1683         compiler.
1685 2011-07-28  David Maus  <dmaus@ictsoc.de>
1687         * org-bibtex.el (org-bibtex-headline): Don't use equalp at
1688         run-time, compare downcased strings.
1690 2011-07-28  David Maus  <dmaus@ictsoc.de>
1692         * org-bibtex.el (org-id-locations): Declare variable to silence
1693         byte compiler.
1695 2011-07-28  David Maus  <dmaus@ictsoc.de>
1697         * org-id.el (org-id-locations): Fix docstring, remove reference to
1698         non-existent option.
1700 2011-07-28  David Maus  <dmaus@ictsoc.de>
1702         * org.el (org-self-insert-command): Use `delete-char' instead of
1703         `delete-backward-char'.
1705         * org-table.el (orgtbl-self-insert-command): Ditto.
1707 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
1709         * org-latex.el (org-export-latex-special-chars): Save match data
1710         when checking for table.el table.
1712 2011-07-28  David Maus  <dmaus@ictsoc.de>
1714         * org.el (org-re-property): Move before its first use.
1716 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
1718         * org-latex.el (org-export-latex-preprocess): Add
1719         `original-indentation' property to footnotes so they cannot
1720         possibly end a list by being less indented than the item they
1721         belong to.
1723 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
1725         * ob-lisp.el (org-babel-expand-body:lisp): No longer wraps biddies
1726         in `progn'.
1727         (org-babel-execute:lisp): Wraps bodies in `progn' as they are passed
1728         to swank.
1730 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
1732         * org-clock.el (org-clocktable-write-default): Implement adding
1733         property columns to the clock table.
1735 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
1737         * org.el (org-toggle-item): Move parenthesis to correct location.
1739 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
1741         * org.el (org-default-priority):
1742         (org-priority-start-cycle-with-default): Improve docstring.
1743         (org-priority): Throw error when priority is out of range.
1745 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
1747         * org.el (org-self-insert-command): Catch the case of
1748         `buffer-undo-list' eq t.
1750 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
1752         * org.el (org-toggle-heading): Region should be considered as made
1753         of full lines, without the last one if region-end is at bol.
1754         Removed unused variables.  Refactored and commented code.
1756 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
1758         * org.el (org-toggle-item): When region includes an headline less
1759         indented than first one, set it as the new reference.
1761 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
1763         * org-list.el (org-list-to-subtree): If the list is before first
1764         heading and `org-odd-levels-only' is non-nil, the first item gets
1765         two stars instead of one.
1767         * org.el (org-reduced-level): A level of 0 was reduced to 1 with
1768         `org-odd-levels-only' non-nil.
1770 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
1772         * org.el (org-toggle-item): Converting an heading to an item would
1773         sometimes insert unnecessary spaces before it, and unwanted space
1774         with `org-indent-mode' on.  Changing some text into an item
1775         wouldn't always preserve indentation.
1777 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
1779         * org-capture.el (org-capture-current-plist): Improve docstring.
1780         (org-capture-put): Add docstring.
1781         (org-capture-get): Add docstring.
1782         (org-capture-member): Add LOCAL argument.  Add docstring.
1783         (org-capture-set-target-location): Store the time received from a
1784         date prompt into the :prompt-time property.
1786 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
1788         * org-exp.el (org-export-mark-list-properties): Even if context is
1789         invalid, mark list item with `list-context' property.
1791         * org-list.el (org-list-forbidden-blocks): Add exporters specific
1792         blocks to the list of forbidden blocks.
1794 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
1796         * org-list.el (org-sort-list): Function tries to intern
1797         getkey-func before it is defined, so it's always nil.
1799 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
1801         * org.el (org-babel-load-languages): Adding ob-awk to the list of
1802         executable languages.
1804 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
1806         * org-table.el (org-table-get-field): Make sure the new field
1807         content is at least one space character.
1809 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
1811         * org-crypt.el: Check for `daemonp' before using it.
1813 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
1815         * ob-sh.el (ob-ref): Uses `ob-ref' to resolve the value of the
1816         :stdin header argument.
1817         (org-babel-execute:sh): Use the :stdin header argument.
1818         (org-babel-sh-var-to-sh): Split the bulk of this function off into a
1819         new sub-function.
1820         (org-babel-sh-var-to-string): New function for converting elisp
1821         values to strings that make sense for parsing with sh.
1822         (org-babel-sh-evaluate): Adding "stdin" option to session and
1823         external evaluation options.
1825 2011-07-28  Roland Kaufmann  <rlndkfmn+orgmode@gmail.com>  (tiny change)
1827         * org-exp.el (org-remove-formatting-on-newlines-in-region): New
1828         function.
1829         (org-export-format-source-code-or-example): Call
1830         `org-remove-formatting-on-newlines-in-region'.
1832 2011-07-28  David Maus  <dmaus@ictsoc.de>
1834         * org.el (org-entry-put): Prevent adding of extra space to value
1835         if property already exists.
1837 2011-07-28  Jambunathan K  <kjambunathan@gmail.com>
1839         * org-html.el (org-export-as-html): Don't expand non-data lines of
1840         table.el tables.
1841         (org-html-expand): Removed the (buggy) test for non-data lines
1842         in table.el tables. The test is now done as part of
1843         org-export-as-html.
1844         (org-format-table-table-html-using-table-generate-source):
1845         Added test for spanning of cells in table.el tables using
1846         table.el's own library routine. Optionlly Suppress export of
1847         simple table.el tables.
1848         (org-format-table-html): Removed the (buggy) test for spanned
1849         table.el tables. The test is now done as part of
1850         org-format-table-table-html-using-table-generate-source.
1852 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
1854         * org-latex.el (org-export-latex-special-chars): Do nothing in
1855         table.el tables.
1857 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
1859         * org-capture.el (org-capture): Ignore errors when creating a
1860         link.
1862 2011-07-28  Nick Dokos  <nick@dokosmarshall.org>  (tiny change)
1864         * org-exp.el (org-export-define-heading-targets): Use dash instead
1865         of underscore to make labels valid.
1867 2011-07-28  Dan Davison  <dandavison7@gmail.com>
1869         * ob-R.el (org-babel-R-write-object-command): Ensure that all data
1870         is written to the results file before Emacs notices that the file
1871         exists.
1873 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
1875         * ob-exp.el (org-babel-exp-code): Remove usage of a macro which is
1876         defined locally on my system, but not globally in Emacs.
1878 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
1880         * ob-exp.el (org-babel-exp-do-export): Use `org-babel-exp-code' to
1881         generate code block output.
1882         (org-babel-exp-code): Re-create the code block body for exporting
1883         source code.
1885 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>  (tiny change)
1887         * org.el (org-read-date): Bury Calendar buffer after using it for
1888         selecting a date.
1890 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
1892         * org-list.el (org-list-separating-blank-lines-number): Fix
1893         confusion between point and item beginning.  Now, if no
1894         information is available, truly follow user preference when it
1895         inserts blank lines manually.
1896         (org-list-insert-item): Send correct argument to the preceding
1897         function.
1899 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
1901         * ob.el (org-babel-src-block-regexp): Keep the now-mandatory
1902         newline inside of the code block body.
1904 2011-07-28  Sean O'Halpin  <sean.ohalpin@gmail.com>  (tiny change)
1906         * ob.el: Avoid spurious matches to literal.
1908 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
1910         * org.el (org-indent-line-function): Don't include #+include
1911         lines.
1913 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
1915         * ob-keys.el (org-babel-key-bindings): Adding key sequence for
1916         org-babel-check-src-block.
1918         * ob.el (org-babel-expand-src-block): Fit within 80 cols.
1919         (org-babel-edit-distance): Returns the edit distance of two
1920         strings.
1921         (org-babel-check-src-block): Check a code block for errors.
1923 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>  (tiny change)
1925         * org-capture.el (org-capture-templates): Fix bug in customization
1926         setup.
1928 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
1930         * org-table.el
1931         (org-table-exit-follow-field-mode-when-leaving-table): New option.
1932         (org-table-check-inside-data-field): New optional argument
1933         `noerror'.  When set, the function will only return nil instead of
1934         throwing an error.
1935         (org-table-edit-field): Interpret double prefix argument, and improve
1936         the properties of the editing window.
1937         (org-table-follow-field-mode): New minor mode.
1938         (org-table-follow-fields-with-editor): New function.
1940 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
1942         * org-agenda.el (org-agenda-get-todos): Call `org-agenda-skip'
1943         first, then check if timestamps cause exclusion.
1945         * org.el (org-scan-tags): Call `org-agenda-skip' first, then check
1946         if timestamps cause exclusion.
1948 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
1950         * org-list.el (org-list-full-item-re): Allow description term to
1951         have a newline character after the colons.
1953 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
1955         * org-list.el (org-sort-list): No longer ignore with-case
1956         argument: the function sorted case-sensitively, regardless of
1957         argument.
1959 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
1961         * ob-ref.el (org-babel-ref-resolve): Using the new result regexp.
1963         * ob.el (org-babel-data-names): Configurable list of names of
1964         data.
1965         (org-babel-result-regexp): Using new results regexp.
1967 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
1969         * org.el (org-special-properties): Add CLOCKSUM to the special
1970         properties.
1972 2011-07-28  Robert P. Goldman  <rpgoldman@real-time.com>  (tiny change)
1974         * ob-exp.el (org-babel-exp-in-export-file): Bind
1975         `org-link-search-inhibit-query' to t to inhibit prompts.
1977 2011-07-28  Julien Danjou  <julien@danjou.info>
1979         * org-contacts.el: Merge org-contacts-wl.el.
1981 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
1983         * org-exp.el (org-export-add-options-to-plist): Use the right
1984         match group.
1986 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
1988         * org-latex.el (org-export-latex-preprocess): Protect index string.
1990 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
1992         * org-latex.el (org-export-latex-preprocess): Pipe index entries
1993         through `org-export-latex-fontify-headline'.
1995 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
1997         * org-exp.el (org-export-add-options-to-plist): Fix the option
1998         parser.
2000 2011-07-28  Robert P. Goldman  <rpgoldman@real-time.com>  (tiny change)
2002         * org-latex.el (org-export-latex-preprocess): Replace index
2003         entries.
2005 2011-07-28  Robert P. Goldman  <rpgoldman@real-time.com>  (tiny change)
2007         * org.el (org-structure-template-alist): Add an easy template for
2008         index (i), and move include file to I from i.
2010 2011-07-28  Matt Lundin  <mdl@imapmail.org>
2012         * org-agenda.el (org-agenda-open-link): Pass entire text of agenda
2013         line to `org-offer-links-in-entry'.
2015 2011-07-28  Michael Markert  <markert.michael@googlemail.com>
2017         * org-contacts-wl.el: New file.
2019 2011-07-28  Matt Lundin  <mdl@imapmail.org>
2021         * org-bibtex.el (org-bibtex-search): New function.
2022         (org-bibtex-export-to-kill-ring): New function.  Export to kill
2023         ring.
2024         (org-bibtex-create-in-current-entry): New function
2025         (org-bibtex-create): Make it easier to add bib fields to an
2026         existing headline.
2027         (org-bibtex-export-arbitrary-fields)
2028         (org-bibtex-treat-headline-as-title): Fix typos
2029         (org-bibtex-fleshout): Don't upcase optional field; remove ":"
2030         from type completion.
2032 2011-07-28  Matt Lundin  <mdl@imapmail.org>
2034         * org-bibtex.el (org-bibtex-treat-headline-as-title): New
2035         defcustom.
2036         (org-bibtex-headline): Only use headline text (not TODO or other
2037         metadata) to generate title field and auto key.
2038         (org-bibtex-fleshout): Allow user to choose whether to treat
2039         headline as title.
2041 2011-07-28  Tom Dye  <tsd@tsdye.com>
2043         * org-bibtex.el: Added crossref field to other fields.
2045 2011-07-28  Tom Dye  <tsd@tsdye.com>
2047         * org-bibtex.el: Add crossref option to incollection.
2049 2011-07-28  Matt Lundin  <mdl@imapmail.org>
2051         * org-bibtex.el (org-bibtex-headline): Don't export TYPE property
2052         as field.
2054 2011-07-28  Matt Lundin  <mdl@imapmail.org>
2056         * org-bibtex.el (org-bibtex-key-property): When storing key in ID,
2057         warn if a duplicate ID is generated.
2059 2011-07-28  Matt Lundin  <mdl@imapmail.org>
2061         * org-bibtex.el (org-bibtex-tags): New variable.
2062         (org-bibtex-tags-are-keywords): New variable.
2063         (org-bibtex-no-export-tags): New variable.
2064         (org-bibtex-headline): Export tags as comma-separated bibtex
2065         keywords.
2066         (org-bibtex-read): Import bibtex keywords field as tags.
2068 2011-07-28  Manuel Giraud  <manuel.giraud@univ-nantes.fr>
2070         * org-publish.el (org-publish-find-date): Optimization.
2072 2011-07-28  Tassilo Horn  <tassilo@member.fsf.org>
2074         * org-gnus.el (org-gnus-follow-link): Don't request scan of group
2075         when following link.
2077 2011-07-28  Manuel Giraud  <manuel.giraud@univ-nantes.fr>
2079         * org-publish.el (org-publish-project-alist): Document new
2080         :sitemap-sans-extension property.
2081         (org-publish-org-sitemap): Use new `sitemap-sans-extension'
2082         setting.
2084 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
2086         * org.el (org-remove-uninherited-tags): Renamed from
2087         `org-remove-iniherited-tags'.
2088         (org-scan-tags): Fix typo in function call.
2089         (org-get-tags-at): Fix typo in function call.
2091 2011-07-28  Matt Lundin  <mdl@imapmail.org>
2093         * org.el (org-get-tags-at): Don't include filetags if local is t.
2095 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
2097         * ob-clojure.el (org-babel-expand-body:clojure): Qualify pp
2098         dispatch functions, wrap body in `(do )'.
2100 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
2102         * org.el (org-fontify-meta-lines-and-blocks): Fix bug which
2103         resulted in the creation of multiple overlays in src blocks.
2105 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
2107         * ob-clojure.el (org-babel-execute:clojure): If results are not
2108         readable by lisp, then return them as a string.
2110 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
2112         * org-bibtex.el (org-bibtex): Now prompts for a file name.
2114 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
2116         * org-bibtex.el (org-bibtex-create): Adding prefix argument which
2117         will result in prompting for optional fields.
2119 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
2121         * org-bibtex.el (org-bibtex-headline): Renamed flet function `get'
2122         which was causing compile problems.
2123         (org-bibtex-fleshout): Renamed flet function `get' which was causing
2124         compile problems.
2125         (org-bibtex-write): Renamed flet function `get' which was causing
2126         compile problems.
2128 2011-07-28  Christian Egli  <christian.egli@sbszh.ch>
2130         * org-taskjuggler.el (org-taskjuggler-clean-id): Make sure an id
2131         never starts with a number.
2133 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
2135         * org-bibtex.el (org-bibtex-export-arbitrary-fields): New option.
2136         (org-bibtex-key-property): New option.
2137         (org-bibtex-put): Make use of new `org-bibtex-key-property'
2138         variable.
2139         (org-bibtex-headline): Make use of new
2140         `org-bibtex-export-arbitrary-fields' and `org-bibtex-key-property'
2141         variables.
2142         (org-bibtex-autokey): Make use of new `org-bibtex-key-property'
2143         variable.
2144         (org-bibtex-fleshout): Make use of new `org-bibtex-key-property'
2145         variable.
2146         (org-bibtex-write): Make use of new `org-bibtex-key-property'
2147         variable.
2149 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
2151         * org-bibtex.el: Updating Copyright dates, author information,
2152         commentary and history notes.
2153         (org-bibtex-types): List of bibtex types with descriptions and
2154         required and optional fields.
2155         (org-bibtex-fields): List of bibtex fields with descriptions.
2156         (*org-bibtex-entries*): Special variable to hold parsed bibtex
2157         entries.
2158         (org-bibtex-autogen-keys): Custom variable controlling whether
2159         bibtex keys are automatically generated
2160         (org-bibtex-prefix): Custom variable allowing use of optional prefix
2161         for bibtex properties in Org-mode headlines.
2162         (org-bibtex-get): Helper function for accessing bibtex elements of a
2163         property list.
2164         (org-bibtex-put): Helper function for inserting bibtex element into
2165         a property list.
2166         (org-bibtex-headline): Return a bibtex entry of the given headline
2167         as a string.
2168         (org-bibtex-ask): Prompt the user to fill in the value of a bibtex
2169         field.
2170         (org-bibtex-autokey): Generate a bibtex key for the current
2171         headline.
2172         (org-bibtex-fleshout): Fill in missing bibtex properties of the
2173         current headline.
2174         (org-bibtex): Export the current Org-mode buffer to a bibtex buffer.
2175         (org-bibtex-check): Check that all bibtex properties are present in
2176         the current headline.
2177         (org-bibtex-check-all): Check all headlines in the current buffer.
2178         (org-bibtex-create): Create a new bibtex headline at the current
2179         level.
2180         (org-bibtex-read): Read the current bibtex entry from a bibtex file.
2181         (org-bibtex-write): Write the most recently read bibtex entry into
2182         an Org-mode file.
2184 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
2186         * org-agenda.el (org-agenda-clock-consistency-checks): Allow to
2187         set properties.
2188         (org-agenda-show-clocking-issues): Handle faces.
2190 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
2192         * ob-ditaa.el (org-babel-default-header-args:ditaa): Specify utf8
2193         content by default with "-Dfile.encoding=UTF-8".
2195 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
2197         * ob-ditaa.el (org-babel-execute:ditaa): New ":java" header
2198         argument.
2200 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
2202         * org-exp.el (org-export-preprocess-string): Mark list end before
2203         expanding macros.  Thus, a macro inside a list and containing
2204         blank lines cannot break the list structure.
2205         (org-export-preprocess-apply-macros): Multi-lines macros get
2206         indented with the same indentation as the first line.  Thus, we
2207         are sure that every line belongs to the same list as the first
2208         line, if such list exists.  Also add comments in code.
2210 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
2212         * org-agenda.el (org-agenda-clock-consistency-checks): New option.
2213         (org-agenda-list): Handle display change to clock check.
2214         (org-agenda-get-progress): Show only clock entries if we are doing
2215         the consistency check.
2216         (org-agenda-show-clocking-issues): New function.
2217         (org-agenda-check-clock-gap): New function.
2218         (org-agenda-view-mode-dispatch): Offer consistency check.
2219         (org-agenda-log-mode): Handle switch to clock only display.
2220         (org-agenda-set-mode-name): Show lighter for Clockcheck.
2222         * org.el (org-hh:mm-string-to-minutes): Accept an integer argument
2223         and return it unchanged.
2225 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
2227         * org-list.el (org-list-struct): When walking down the list, the
2228         function would not pay attention to drawers or blocks indentation.
2229         Thus, such constructs couldn't consistently end an item or a list.
2230         This patch ensures line indentation is stored (if applicable)
2231         before skipping them. Also fixed doc-string and comments.
2233 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
2235         * org-exp.el (org-export): Add EXPORT_FILE_NAME to the enclosing
2236         tree properties.
2238 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
2240         * org-exp.el (org-export): Define a bound for finding enclosing
2241         tree with class/title definition.
2243 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
2245         * org-exp.el (org-export): Go to next heading before searching
2246         backward, so make this also work if we are on the headline of the
2247         entry with the property.
2249 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
2251         * org.el (org-promote):
2252         (org-demote): Soften the previous change, by only removing the
2253         flyspell function from after-change functions, because that was
2254         the one causing the slowdown - at least much of it.
2256 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
2258         * org.el (org-promote, org-demote): Turn off
2259         after-change-functions to speed up the reindentation of text.
2261 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
2263         * ob-ocaml.el (org-babel-ocaml-read-list): Use
2264         `org-babel-script-escape'.
2265         (org-babel-ocaml-read-array): Use `org-babel-script-escape'.
2267 2011-07-28  Manuel Giraud  <manuel.giraud@univ-nantes.fr>
2269         * org-html.el (org-html-handle-links): Add an alternate for inline
2270         images.
2272 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
2274         * org-agenda.el (org-agenda-bulk-action): Do not use the entries
2275         variable before it is defined.
2277 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
2279         * org-src.el (org-src-lang-modes): Added a language alias of "C"
2280         to "c".
2282 2011-07-28  Shaun Johnson  <shaun@slugfest.demon.co.uk>  (tiny change)
2284         * ob-tangle.el (org-babel-tangle): Make it work in an indirect
2285         buffer.
2287 2011-07-28  Manuel Giraud  <manuel.giraud@univ-nantes.fr>
2289         * org-html.el (org-html-make-link): Correct a bug in coderef link.
2291 2011-07-28  Bernt Hansen  <bernt@norang.ca>
2293         * org-agenda.el (org-agenda-filter-by-tag): Fix variable name
2294         typo.
2296 2011-07-28  Bernt Hansen  <bernt@norang.ca>
2298         * org-agenda.el (org-agenda-get-timestamps): Fix agenda display
2299         when headlines are missing.
2301 2011-07-28  Bastien Guerry  <bzg@gnu.org>
2303         * org-mobile.el (org-mobile-push): Move call to hook, make it the
2304         first thing of the push operation.
2306 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
2308         * ob.el (org-babel-params-from-buffer): Now looking for header
2309         arguments in #+Properties: as well as #+Babel:.  Also, we're no
2310         longer caching these results into a file local variable.
2312 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
2314         * ob-python.el (org-babel-python-evaluate-external-process): Allow
2315         parsing as a table in the case of ":results output table".
2316         (org-babel-python-evaluate-session): Allow parsing as a table in
2317         the case of ":results output table".
2319 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
2321         * org-agenda.el (org-agenda-bulk-action): Allow bulk scatter in
2322         all possible agenda views.  Use `org-agenda-schedule' instead of
2323         `org-agenda-date-later'.
2325 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
2327         * ob-emacs-lisp.el (org-babel-execute:emacs-lisp): Now supports
2328         ":results output".
2330 2011-07-28  Julien Danjou  <julien@danjou.info>
2332         * org.el (org-entry-get, org-entry-delete, org-entry-put)
2333         (org-property-values, org-delete-property-globally): Use
2334         `org-re-property'.
2335         (org-re-property): New function allowing to build a regexp to
2336         match a property.
2338 2011-07-28  Julien Danjou  <julien@danjou.info>
2340         * org.el (org-property-values): Enhance docstring.
2342 2011-07-28  Ethan Ligon  <ligon@are.berkeley.edu>  (tiny change)
2344         * org-html.el (org-html-export-list-line): Fix regexp for
2345         detecting description lists to allow "::" marker to be last
2346         visible element at end of line.
2347         * org-docbook.el (org-docbook-export-list-line): Fix regexp for
2348         detecting description lists to allow "::" marker to be last
2349         visible element at end of line.
2351 2011-07-28  Julien Danjou  <julien@danjou.info>
2353         * org-table.el (org-table-cleanup-narrow-column-properties): Use
2354         point-min rather than 1 when moving in the buffer.
2356 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
2358         * org-list.el (org-list-in-valid-context-p): Renamed from
2359         `org-list-in-valid-block-p'.
2360         (org-at-item-p,org-list-search-generic): Use renamed function.
2362 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
2364         * org.el (org-set-font-lock-defaults): Be more strict when
2365         recognizing description items, and do not fontify wrong cases
2366         like: "- term ::description" or "1. term :: description".
2368 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
2370         * org-latex.el: Pay attention to end of footnote.  Before closing
2371         the command, ensure that list is properly closed or that last link
2372         is separated from the curly brace.
2374 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
2376         * org.el (org-indent-line-function): Footnote definition must stay
2377         at column 0 to be recognized as such.  Body below can have normal
2378         indentation, so it should ignore its definition when computing
2379         indentation.
2381 2011-07-28  Bastien Guerry  <bzg@gnu.org>
2383         * org-protocol.el (org-protocol-remember, org-protocol-capture):
2384         More appropriate message.
2386 2011-07-28  Bastien Guerry  <bzg@gnu.org>
2388         * org-capture.el (org-capture-clock-keep): New local variable.
2389         (org-capture, org-capture-finalize): Use it and fix a bug when
2390         :clock-keep is set to `t'.
2392 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>  (tiny change)
2394         * org-exp.el (org-export-preprocess-string): Handle include files
2395         before processing macros.
2397 2011-07-28  Bernt Hansen  <bernt@norang.ca>
2399         * org-agenda.el: Remove obsolete code for adding todo list in
2400         front of the agenda.
2402 2011-07-28  Lawrence Mitchell  <wence@gmx.li>
2404         * org-latex.el (org-export-latex-convert-table.el-table): Fix
2405         format-string for insertion of captions.
2407 2011-07-28  Nick Dokos  <nicholas.dokos@hp.com>  (tiny change)
2409         * org-exp.el (org-export-remove-comment-blocks-and-subtrees): Fix
2410         regexp.
2412 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>  (tiny change)
2414         * org.el (org-read-date-analyze): Help matching dotted European
2415         dates, like 31. 12. 2007
2417 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
2419         * ob-lisp.el (org-babel-execute:lisp): Fix typo.
2421 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
2423         * ob-lisp.el (org-babel-execute:lisp): Turn vectors into lists
2424         before reading by elisp.
2425         (org-bable-lisp-vector-to-list): Stub of a vector->list function,
2426         should be replaced with a cl-vector->el-vector function.
2428 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
2430         * ob-lisp.el (org-babel-execute:lisp): Now using
2431         `org-babel-reassemble-table' to apply the appropriate header
2432         arguments to results.
2434 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
2436         * org.el (org-end-of-meta-data-and-drawers): New function.
2438         * org-capture.el (org-capture-place-plain-text): Implement adding
2439         plain text templates to Org nodes.
2441 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
2443         * org-beamer.el (org-beamer-environments-extra): Fix docstring.
2445 2011-07-28  Lawrence Mitchell  <wence@gmx.li>
2447         * org-exp.el (org-export-handle-comments): Add the org-protected
2448         property to the replacement string.
2450 2011-07-28  Lawrence Mitchell  <wence@gmx.li>
2452         * org-html.el (org-export-as-html, org-html-level-start): Fix
2453         logic for section number printing when NUM is an integer.
2455 2011-07-28  Lawrence Mitchell  <wence@gmx.li>
2457         * org-latex.el (org-export-latex-special-chars): Fix regexp for
2458         `single' special characters and ellipsis.
2460 2011-07-28  Lawrence Mitchell  <wence@gmx.li>
2462         * org.el (org-point-at-end-of-empty-headline): Bind
2463         `case-fold-search' to nil.
2465 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
2467         * org-capture.el (org-capture-fill-template): Resolve new %<...>
2468         template escape.
2469         (org-capture-templates): Document new %<...> template escape.
2471 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
2473         * ob.el (org-babel-process-params): Make this function idempotent,
2474         as it will sometimes be called multiple times.
2476 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
2478         * org.el (org-ts-regexp-both): Add "]" to class of characters that
2479         should not be matched.
2480         (org-ts-regexp0, org-ts-regexp1): Do not start a class with
2481         "^]-+", because that tries to (not) match characters between "]"
2482         and "+".  Instead, move the "-" to the end of the class where it
2483         causes no harm.
2485 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
2487         * ob-R.el (org-babel-edit-prep:R): Associate the appropriate R
2488         process with the edit buffer when :session is specified.
2490 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
2492         * ob-tangle.el (org-babel-tangle-collect-blocks): Brought the link
2493         extraction code into line with a newer version of the
2494         `org-store-link' function.
2496 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
2498         * ob-lisp.el (org-babel-expand-body:lisp): New body expansion
2499         wrapping the expression in either a let or progn, and possibly a
2500         pretty-print function invocation.
2501         (org-babel-execute:lisp): Greatly simplified method of executing
2502         lisp code blocks.
2504 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
2506         * org-list.el: Move `org-update-checkbox-count-maybe' call outside
2507         of ̀save-excursion' to get back to original position.
2509 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
2511         * org.el (org-numbered-action-format): New option.
2512         (org-new-numbered-action): New command.
2513         (org-collect-todos-in-subtree): New command.
2515 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
2517         * org-exp.el (org-export-with-tasks): New option.
2518         (org-export-plist-vars): Add :tasks property.
2520 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
2522         * org-ascii.el (org-export-as-ascii): Pass the :done-tasks
2523         property to the export preprocessor.
2525         * org-docbook.el (org-export-as-docbook): Pass the :done-tasks
2526         property to the export preprocessor.
2528         * org-html.el (org-export-as-html): Pass the :done-tasks property
2529         to the export preprocessor.
2531         * org-latex.el (org-export-as-latex): Pass the :done-tasks
2532         property to the export preprocessor.
2534         * org-exp.el (org-export-with-done-tasks): New option.
2535         (org-export-plist-vars): Add entry for :done-tasks.
2536         (org-export-preprocess-string): Call `org-export-remove-done-tasks'.
2537         (org-export-remove-done-tasks): New function.
2539 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
2541         * org-latex.el (org-export-latex-keywords-maybe): Protect # in
2542         tags.
2544 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
2546         * org.el (org-find-olp): Use the level of the correct match to
2547         continue search.
2549 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
2551         * org-list.el (org-toggle-checkbox): Build value of
2552         org-keyword-time-regexp instead of using it directly, as it's
2553         buffer-local, and function might be called outside Org.
2555 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
2557         * org-list.el (org-list-struct,org-in-item-p): Don't assume end of
2558         blocks or drawers necessarily start somewhere.  It it isn't the
2559         case, treat them as normal text.
2561 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
2563         * ob-exp.el (org-babel-exp-results): Use code block name when
2564         finding cached results.
2566 2011-07-28  Julien Danjou  <julien@danjou.info>
2568         * org-latex.el (org-export-latex-date-format): Change default date
2569         format to \today. This has the same result but respects the
2570         language set in the document by default.
2572 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
2574         * org-list.el (org-list-checkbox): When called from an headline,
2575         function would normally skip drawers, but not if a SCHEDULED or
2576         DEADLINE keyword is standing before the drawer.  Also avoid
2577         problems if function is called in buffers not is Org mode.
2579 2011-07-28  Bastien Guerry  <bzg@gnu.org>
2581         * org-clock.el (org-clock-report): Change the scope of the
2582         inserted clock report depending on whether the point is within a
2583         subtree (:scope subtree) or not (:scope file).
2585 2011-07-28  Puneeth Chaganti  <punchagan@gmail.com>
2587         * org-html.el (org-export-as-html): Fix export of footnotes
2588         containing lists, tables, quotes, etc.
2590 2011-07-28  Lawrence Mitchell  <wence@gmx.li>
2592         * org-latex.el (org-export-latex-preprocess): Correctly match
2593         starred command names.
2595 2011-07-28  Lawrence Mitchell  <wence@gmx.li>
2597         * org-html.el (org-export-as-html): Get local value of
2598         org-export-with-section-numbers from the buffer's plist.  Deal
2599         specially with the case the resulting value is an integer.
2600         (org-html-level-start): New optional argument of the option plist used
2601         instead of `org-export-with-section-numbers'.  Also deal specially
2602         with the case that the value is an integer.
2604 2011-07-28  Lawrence Mitchell  <wence@gmx.li>
2606         * org-latex.el (org-export-latex-subcontent): Deal specially with
2607         the case that NUM is an integer.
2609 2011-07-28  Bastien Guerry  <bzg@gnu.org>
2611         * org-protocol.el (org-protocol-do-capture): Allow template keys
2612         of two characters.
2613         (org-protocol-default-template-key): Update the docstring to
2614         reflect the change in `org-protocol-do-capture'.
2616 2011-07-28  Christian Egli  <christian.egli@sbszh.ch>
2618         * org-taskjuggler.el: Fix a typo in the commentary.
2620 2011-07-28  Christian Egli  <christian.egli@sbszh.ch>
2622         * org-taskjuggler.el (org-taskjuggler-open-task): Only emit a
2623         "purge allocations" statement if we are not targeting tj3.
2625 2011-07-28  Christian Egli  <christian.egli@sbszh.ch>
2627         * org-taskjuggler.el (org-taskjuggler-assign-resource-ids):
2628         Replace recursive implementation with an iterative one.
2630 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
2632         * ob-sh.el (org-babel-sh-var-to-sh): Fixed insertion of tabular
2633         data into shell variables.
2635 2011-07-28  David Maus  <dmaus@ictsoc.de>
2637         * org-html.el (org-html-handle-time-stamps): Protected linebreak
2638         element after timestamp markup.
2640 2011-07-28  David Maus  <dmaus@ictsoc.de>
2642         * org-html.el (org-html-handle-links): Don't protect img tag in
2643         link description.
2645 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
2647         * org-table.el (org-table-formula-handle-first/last-rc): Bind
2648         `char'.
2650 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
2652         * org-list.el (org-in-item-p): Re-build `org-drawer-regexp',
2653         whatever the major mode is.
2655 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
2657         * org-inlinetask.el (org-inlinetask-export-templates): Fix default
2658         templates.
2659         (org-inlinetask-export-handler): Ensure contents of inline task,
2660         if any, starts and ends with a newline character.  Refactor and
2661         comment code.
2663 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
2665         * org-capture.el (org-datetree-find-date-create): Lower-case for
2666         variable names in `define-function' form.
2668 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
2670         * org-table.el (org-table-convert-region): Throw error when
2671         SEPARATOR is smaller than 1.
2673 2011-07-28  Julien Danjou  <julien@danjou.info>
2675         * org-colview.el (org-columns-display-here): Fix heading retrieval
2676         in Org buffers.
2678 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
2680         * org-latex.el (org-export-latex-preprocess): Last brace shouldn't
2681         be on the same line as a list end marker.
2683 2011-07-28  Julien Danjou  <julien@danjou.info>
2685         * org.el (org-icompleting-read): Do not use useless lambda.
2687 2011-07-28  Julien Danjou  <julien@danjou.info>
2689         * org-agenda.el (org-format-agenda-item): Fix length computing.
2691 2011-07-28  Julien Danjou  <julien@danjou.info>
2693         * org-agenda.el (org-format-agenda-item): Fix comment and use
2694         `add-text-properties'.
2696 2011-07-28  Julien Danjou  <julien@danjou.info>
2698         * org-agenda.el (org-agenda-highlight-todo): Remove useless
2699         `concat'.
2701 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
2703         * org-list.el (org-list-to-generic): Set a default term for
2704         ill-formed description lists.  Do not insert newline characters
2705         unless told to.
2706         (org-list-to-texinfo,org-list-to-html): Apply changes to
2707         `org-list-parse-liste'.
2709 2011-07-28  Bastien Guerry  <bzg@gnu.org>
2711         * org-clock.el (org-clock-clocktable-language-setup): Add a
2712         string.
2713         (org-clocktable-write-default): Use the new localized string
2714         in `org-clock-clocktable-language-setup'.
2716 2011-07-28  Bastien Guerry  <bzg@gnu.org>
2718         * org-taskjuggler.el (org-taskjuggler-compute-task-leafiness):
2719         (org-taskjuggler-assign-resource-ids): Replace recursive
2720         implementation with an iterative one.
2722 2011-07-28  Christian Egli  <christian.egli@alumni.ethz.ch>
2724         * org-taskjuggler.el (org-taskjuggler-components): Escape quotes
2725         in headlines.
2727 2011-07-28  Christian Egli  <christian.egli@alumni.ethz.ch>
2729         * org-taskjuggler.el (org-taskjuggler-compute-task-leafiness):
2730         Compute the leafiness of a node.
2731         (org-taskjuggler-open-task, org-export-as-taskjuggler): Mark a
2732         node as a milestone if it is a leaf and has no effort.
2734 2011-07-28  Christian Egli  <christian.egli@alumni.ethz.ch>
2736         * org-taskjuggler.el (org-export-taskjuggler-target-version):
2737         (org-taskjuggler-targeting-tj3-p): Add some minimal infrastructure
2738         to handle export to both tj2 and tj3.
2739         (org-taskjuggler-open-task): Use a different way to purge
2740         allocations for tj2 and tj3.
2742 2011-07-28  Matt Lundin  <mdl@imapmail.org>
2744         * org-footnote.el (org-footnote-auto-label): New random option.
2746         * org-footnote.el (org-footnote-new): Create random footnote
2747         labels with unique ids.
2749 2011-07-28  Matt Lundin  <mdl@imapmail.org>
2751         * org-footnote.el (org-footnote-create-definition): Allow for
2752         footnote sections above the current footnote insertion point.
2754 2011-07-28  Matt Lundin  <mdl@imapmail.org>
2756         * org-footnote.el (org-footnote-create-definition): Don't search
2757         for last footnote when in org-mode file.
2759 2011-07-28  Bastien Guerry  <bzg@gnu.org>
2761         * org-html.el (org-export-as-html): Handle links with
2762         `org-html-handle-links' after we handle special characters
2763         conversions.
2764         (org-html-make-link, org-export-html-format-image): Don't
2765         protect html with @ anymore, as links are now handled after
2766         special characters conversions.
2768 2011-07-28  Julien Danjou  <julien@danjou.info>
2770         * org-agenda.el (org-agenda-get-timestamps):
2771         (org-agenda-get-scheduled): Fix call to `org-format-agenda-item'.
2772         (org-format-agenda-item): Remove no-prefix argument.
2773         (org-agenda-change-all-lines): Call org-format-agenda-item without the
2774         no-prefix argument.
2776 2011-07-28  Julien Danjou  <julien@danjou.info>
2778         * org-agenda.el (org-agenda-highlight-todo): Stop using
2779         prefix-length.
2780         (org-cmp-alpha): Stop using prefix-length.
2781         (org-agenda-open-link): Stop using prefix-length.
2782         (org-agenda-change-all-lines): Stop using prefix-length.
2784         * org-colview-xemacs.el (org-columns-display-here): Stop using
2785         prefix-length. Always return claned items.
2787         * org-colview.el (org-columns-display-here): Stop using
2788         prefix-length. Always return claned items.
2790         * org-mobile.el (org-mobile-write-agenda-for-mobile): Stop using
2791         prefix-length.
2793 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
2795         * ob-tangle.el (org-babel-tangle-collect-blocks): Don't call
2796         `org-store-link' interactively as it can confuse the setting of
2797         `org-link-to-org-use-id' and cause undue edits to the org-mode
2798         buffer during tangling.
2800 2011-07-28  David Maus  <dmaus@ictsoc.de>
2802         * org-html.el (org-export-html-format-image): Protect <p> element
2803         of image caption.
2805 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
2807         * org.el (org-read-date-force-compatible-dates): New option.
2808         (org-read-date, org-read-date-analyze): Check representable date range.
2810 2011-07-28  Bastien Guerry  <bzg@gnu.org>
2812         * org-html.el (org-export-as-html): Fix export of email.
2814 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
2816         * ob-tangle.el (org-babel-spec-to-string): Check value of padline
2817         on tangling, no longer use the now-removed variable
2818         `org-babel-tangle-pad-newline'.
2820         * ob.el (org-babel-header-arg-names): Add padline to the list of
2821         header argument names.
2822         (org-babel-default-header-args): Set the default value of padline to
2823         "yes".
2824         (org-babel-merge-params): Cleaned up the merge logic, added padline.
2826 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
2828         * ob.el (org-babel-header-arg-names): Adding "shebang" to known
2829         code block header argument names.
2831 2011-07-28  Bastien Guerry  <bzg@gnu.org>
2833         * org-crypt.el: Remove useless TODO in comments.
2835 2011-07-28  Bastien Guerry  <bzg@gnu.org>
2837         * org-html.el (org-export-as-html): The default postamble now only
2838         export a date paragraph if `org-export-time-stamp-file' is
2839         non-nil.
2841 2011-07-28  Bastien Guerry  <bzg@gnu.org>
2843         * org-exp.el (org-export-xml): Remove the defgroup of
2844         org-export-xml.
2846 2011-07-28  Bastien Guerry  <bzg@gnu.org>
2848         * org-html.el (org-export-html-insert-plist-item): Remove.
2849         (org-export-html-preamble): Default to `t'.  Accept functions.
2850         (org-export-html-postamble): Default to `auto'.  Accept
2851         functions and distinguish between 'auto (no formatting string)
2852         and `t' (default formatting string).
2853         (org-export-as-html): Handle org-export-html-preamble and
2854         org-export-html-postamble new defaults/allowed values.
2855         Define email and creator-info before using them.
2857 2011-07-28  Bastien Guerry  <bzg@gnu.org>
2859         * org-html.el (org-export-html-protect-char-alist): Fix typo in
2860         custom type definition.
2862 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
2864         * ob-exp.el (org-babel-exp-do-export): Now runs for empty :session
2865         arguments.
2867 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
2869         * org-list.el (org-list-parse-list): Fixed regexp.
2871 2011-07-28  David Maus  <dmaus@ictsoc.de>
2873         * org-html.el (org-export-html-format-image): Protect image
2874         elements.
2876 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
2878         * ob-tangle.el (org-babel-tangle-body-hook): Hook for changing the
2879         contents of a code block body on export.
2880         (org-babel-tangle-collect-blocks): Apply
2881         `org-babel-tangle-body-hook' to the collected bodies of code blocks.
2883 2011-07-28  David Maus  <dmaus@ictsoc.de>
2885         * org-html.el (org-html-make-link, org-html-handle-links): Protect
2886         generated XHTML elements.
2887         (org-export-as-html): Expand character entities after creating markup
2888         for links and timestamps.
2890 2011-07-28  Bastien Guerry  <bzg@gnu.org>
2892         * org-html.el (org-export-as-html): bugfix: insert email
2893         correctly.
2895 2011-07-28  Bastien Guerry  <bzg@gnu.org>
2897         * org-html.el: Bugfix: prevent infinite matching of the `&'
2898         character.
2900 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
2902         * org.el (org-fill-paragraph): `fill-forward-paragraph' function
2903         has been introduced with emacs 23.1.
2905 2011-07-28  Bastien Guerry  <bzg@gnu.org>
2907         * org-attach.el: Allow to store a link to the attach-dir location.
2909 2011-07-28  Puneeth Chaganti  <punchagan@gmail.com>
2911         * org-agenda.el (org-agenda-bulk-action): Allow the user to run a
2912         function.
2914 2011-07-28  Bernt Hansen  <bernt@norang.ca>
2916         * org-clock.el (org-clock-in): Allow clocking in new tasks
2917         inserted before the current clocking task.
2919 2011-07-28  Bernt Hansen  <bernt@norang.ca>
2921         * org-clock.el (org-clock-in): Set default clocking task when
2922         already clocking the task.
2924 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
2926         * org.el (org-adaptive-fill-function): When a region is specified
2927         first line of paragraph isn't skipped, so fill-paragraph have to
2928         be computed even if point is at an item.
2930 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
2932         * org-list.el (org-list-in-valid-block-p): New function.
2933         (org-at-item-p,org-list-search-generic): Use new function.
2935 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
2937         * org.el (org-indent-line-function): Text in both a list and a
2938         valid block is indented with regards to current item, not to block
2939         boundaries.
2941 2011-07-28  Manuel Giraud  <manuel.giraud@univ-nantes.fr>
2943         * org-html.el (org-format-org-table-html): Fix anchors in HTML
2944         export (thanks to <aankhen@gmail.com>)
2945         (org-html-protect): Fix a  bug that prevents some target to be
2946         rendered correctly.
2948 2011-07-28  Bastien Guerry  <bzg@gnu.org>
2950         * org.el (org-default-properties): Add EXPORT_TEXT.
2952 2011-07-28  Matt Lundin  <mdl@imapmail.org>
2954         * org-footnote.el (org-footnote-create-definition)
2955         (org-insert-footnote-reference-near-definition): Fix sorting
2956         of footnotes.
2958 2011-07-28  Manuel Giraud  <manuel.giraud@univ-nantes.fr>
2960         * org-html.el (org-export-as-html): Bugfix: don't insert closing
2961         HTML tags when exporting body only.
2963 2011-07-28  Jason Dunsmore  <emacs-orgmode@deathroller.dunsmor.com>  (tiny change)
2965         * org.el (org-back-over-empty-lines): Bugfix.  Honor
2966         `org-blank-before-new-entry' correctly in various contexts.
2968 2011-07-28  Bastien Guerry  <bzg@gnu.org>
2970         * org-macs.el (org-with-wide-buffer): Bugfix: use `save-excursion'
2971         and `save-restriction'.
2973 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
2975         * org-timer.el (org-timer-item): `save-excursion' prevents
2976         `org-list-struct' to get the list structure when point isn't on
2977         the first line of the item.
2979 2011-07-28  Bastien Guerry  <bzg@gnu.org>
2981         * org-capture.el (org-capture-templates): New option
2982         :no-clock-out.
2983         (org-capture): Use the new option.
2985 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
2987         * org-list.el (org-update-checkbox-count): Ensure cookies on an
2988         heading are correctly updated when checkboxes are hidden.  It
2989         allows, for example, to use C-c C-x C-b on a collapsed tree and
2990         still get the update.
2992 2011-07-28  David Maus  <dmaus@ictsoc.de>
2994         * org-exp.el (org-export-visible): Accept keys for
2995         `org-export-as-html-to-buffer' and `org-export-region-as-html'.
2997 2011-07-28  Bastien Guerry  <bzg@gnu.org>
2999         * org.el (org-duration-string-to-minutes): Don't use
3000         `rx-to-string'.
3002 2011-07-28  Lawrence Mitchell  <wence@gmx.li>
3004         * org.el (org-effort-durations): New variable.
3006         * org.el (org-duration-string-to-minutes): New function.
3008         * org-agenda.el (org-agenda-filter-effort-form)
3009         (org-format-agenda-item): Use it.
3011         * org-clock.el (org-clock-notify-once-if-expired)
3012         (org-clock-modify-effort-estimate, org-clock-get-clock-string): Use it.
3014 2011-07-28  Bastien Guerry  <bzg@gnu.org>
3016         * org-agenda.el (org-agenda-run-series): Rename from
3017         `org-run-agenda-series'.
3019 2011-07-28  Bastien Guerry  <bzg@gnu.org>
3021         * org-capture.el: Don't allow currentfile anymore.
3023 2011-07-28  Bastien Guerry  <bzg@gnu.org>
3025         * org-agenda.el (org-agenda-list): Fix bug: don't rely on
3026         `org-agenda-current-span' when calling `org-agenda-list'.
3028 2011-07-28  Bastien Guerry  <bzg@gnu.org>
3030         * org-capture.el (org-capture-put-target-region-and-position):
3031         New function to store information about the target buffer.
3032         (org-capture-set-target-location): Use it.
3033         (org-capture-finalize): Restore the target buffer in its
3034         possibly narrowed state.  Also restore the cursor position.
3036 2011-07-28  Bastien Guerry  <bzg@gnu.org>
3038         * org-crypt.el (auto-save-default): Make sure entries are
3039         encrypted before auto-saving.
3041 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
3043         * org-inlinetask.el (org-inlinetask-promote)
3044         (org-inlinetask-demote): New functions.
3046 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
3048         * org.el (org-demote-subtree,org-promote-subtree): Wrap
3049         `org-map-tree' into `org-with-limited-levels' macro, so it avoids
3050         operating on inline tasks.
3052 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
3054         * org.el (org-narrow-to-subtree): Ensure `org-back-to-heading'
3055         will move point to a real heading and not an inline task by
3056         wraping function into a `org-with-limited-levels' macro.
3058 2011-07-28  Bastien Guerry  <bzg@gnu.org>
3060         * org-capture.el (org-capture-finalize): New argument clock-out,
3061         to tell whether finalizing the capture process should clock out
3062         the running clock.
3063         (org-capture): Use the new argument.
3065 2011-07-28  Bastien Guerry  <bzg@gnu.org>
3067         * org.el (org-refile-get-targets): Rename from
3068         `org-get-refile-targets'.
3070 2011-07-28  Bastien Guerry  <bzg@gnu.org>
3072         * org-exp.el (org-export-table-remove-empty-lines): New custom
3073         variable.
3074         (org-export-remove-special-table-lines): Use it.
3076 2011-07-28  Bastien Guerry  <bzg@gnu.org>
3078         * org-table.el (org-table-fix-formulas-confirm): New custom
3079         variable.
3080         (org-table-insert-column, org-table-delete-column)
3081         (org-table-move-column, org-table-move-row)
3082         (org-table-insert-row, org-table-kill-row): Use it.
3084 2011-07-28  Tassilo Horn  <tassilo@member.fsf.org>
3086         * org.el (org-refile-get-location): Set and show default value.
3087         (org-goto, org-refile): Adapt calls.
3089 2011-07-28  Bastien Guerry  <bzg@gnu.org>
3091         * org-mobile.el (org-mobile-files-exclude-regexp): New custom
3092         variable.
3093         (org-mobile-files-alist): Use it.
3095 2011-07-28  Bastien Guerry  <bzg@gnu.org>
3097         * org.el (org-todo): Bugfix: use `org-with-wide-buffer' to check
3098         against headings outside of a narrowed buffer.
3100 2011-07-28  Bastien Guerry  <bzg@gnu.org>
3102         * org.el (org-confirm-shell-link-not-regexp)
3103         (org-confirm-elisp-link-not-regexp): New custom variables.
3104         (org-open-at-point): Use the new custom variables.
3106 2011-07-28  Lawrence Mitchell  <wence@gmx.li>
3108         * org-latex.el: Place \title \author \date before
3109         \begin{document}.
3111 2011-07-28  Bastien Guerry  <bzg@gnu.org>
3113         * org-html.el (org-export-html-preamble)
3114         (org-export-html-postamble): Now default to `nil'.
3115         (org-export-as-html): When :html-pre/postamble is nil, fall
3116         back on the default pre/postamble, which depends on the
3117         :author-info, :email-info, :creator-info options.
3119 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
3121         * ob-exp.el (org-babel-exp-results): Don't use cached results if
3122         there is no hash.
3124 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
3126         * org-table.el (org-table-eval-formula): Treat relative column
3127         refs.
3129 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
3131         * org-table.el (org-table-use-standard-references): Change default
3132         to `from'.
3134 2011-07-28  Bastien Guerry  <bzg@gnu.org>
3136         * org.el (org-move-subtree-down): Leave the cursor at the same
3137         column we were at.
3139 2011-07-28  Bastien Guerry  <bzg@gnu.org>
3141         * org-attach.el (org-attach-store-link-p): New variable.
3142         (org-attach-store-link): New function.
3143         (org-attach-attach): When `org-attach-store-link-p' is
3144         non-nil, store a link in `org-stored-links' to a newly
3145         attached file.
3147 2011-07-28  Bastien Guerry  <bzg@gnu.org>
3149         * org-exp.el (org-export-remove-headline-metadata): Bugfix: don't
3150         case-fold-search to avoid mixing TODO keywords with real headline
3151         words.
3153 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
3155         * org-table.el (org-table-fedit-finish): Read more general LHS of
3156         formulas.
3157         (org-table-formula-handle-@L): New function to hanle @L references.
3158         (org-table-current-ncol): New variable.
3159         (org-table-line-to-dline): New function.
3160         (org-table-get-stored-formulas): Accept range formulas as matches.
3161         (org-table-get-specials): Compute and store the number of columns.
3162         (org-table-get-range): New optional argument CORNERS-ONLY, to retrieve
3163         only the region marked by the range, not the content.
3164         (org-table-recalculate): Call `org-table-expand-lhs-ranges' to expand
3165         range targets.  Also check for duplicate access to fields.
3166         (org-table-expand-lhs-ranges): New funktion.
3167         (org-table-get-remote-range): Bind `org-table-current-ncol' to protect
3168         the caller's value.
3169         (org-table-edit-formulas): Support highlighting of range targets.
3170         (org-table-field-info): Handle renge formulas.
3172 2011-07-28  Bastien Guerry  <bzg@gnu.org>
3174         * org-html.el (org-export-html-postamble-format)
3175         (org-export-html-preamble-format): Explain how to escape the
3176         `%' character.
3178 2011-07-28  Bastien Guerry  <bzg@gnu.org>
3180         * org-exp-bibtex.el (org-export-bibtex-preprocess): Use
3181         `org-export-current-backend'.
3183 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
3185         * ob.el (org-babel-read): Read string variable values wrapped in
3186         double quotes, removing the quotes.
3188 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
3190         * ob-exp.el (org-babel-exp-results): Ensure that processed params
3191         are send to org-babel-execute-src-block.
3193 2011-07-28  Bastien Guerry  <bzg@gnu.org>
3195         * org-special-blocks.el
3196         (org-special-blocks-make-special-cookies): Use
3197         `org-export-current-backend'.
3199 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
3201         * ob-exp.el (org-babel-exp-in-export-file): Now takes the language
3202         as an argument.
3203         (org-babel-exp-src-block): Explicitly pass language to
3204         `org-babel-exp-in-export-file'.
3205         (org-babel-exp-inline-src-blocks): Removed unused code.
3206         (org-babel-exp-results): Explicitly pass language to
3207         `org-babel-exp-in-export-file'.
3209 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
3211         * ob-calc.el (org-babel-execute:calc): Unquote quoted vectors
3212         returned from calc-eval.
3214 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
3216         * ob.el (org-babel-read): Pass elisp vectors through to code
3217         blocks.
3219 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
3221         * ob.el (org-src-lang-modes): Defvar.
3222         (org-at-item-p): Declare function.
3224         * ob-calc.el (calc-store): Require.
3225         (var-syms): Defvar.
3227         * ob-python.el (py-default-interpreter): Defvar.
3229 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
3231         * org-exp-blocks.el (backend): defvar.
3233 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
3235         * org-agenda.el (org-agenda-get-scheduled):
3236         (org-agenda-get-timestamps): Bind local variable `show-all'.
3238 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
3240         * ob-ref.el (org-at-item-p): Declare function.
3242         * org-agenda.el (diary-time-regexp): defvar.
3244         * org-archive.el (org-archive-subtree): Bind local variable
3245         `infile-p'.
3247         * org-capture.el (org-capture-insert-template-here): Get template
3248         text from property list, to avoid byte compiler message.
3250         * org-latex.el (org-export-latex-tables): Bind local variable
3251         `width'.
3253         * org-special-blocks.el (org-compat): Add require statement.
3255         * org-table.el (orgtbl-ctrl-c-ctrl-c): Bind local variable
3256         `const-str'.
3258         * org.el (org-eval): Moved function here from org-agenda.el.
3260 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
3262         * ob.el (org-babel-read-table): Inhibit lisp evaluation of values
3263         when reading from tables.
3264         (org-babel-read-list): Inhibit lisp evaluation of values when
3265         reading from lists.
3266         (org-babel-read): Add optional argument which can be used to inhibit
3267         lisp evaluation of value.
3269 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
3271         * ob-table.el (sbe): Ensure that ob-trim is only called on
3272         strings.
3274 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
3276         * ob-exp.el (org-babel-exp-results): On export, ensure that the
3277         result hash is resolved in the original org-mode file.
3279 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
3281         * org-exp.el (org-export-mark-list-end): Change end marker.
3283         * org-docbook.el (org-export-docbook-list-line): Use new marker.
3285         * org-html.el (org-html-export-list-line): Use new marker.
3287         * org-latex.el (org-export-latex-lists): Use new marker.
3289 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
3291         * org-latex.el (org-export-latex-lists): Make sure markers used
3292         for export are taken into account by temporarily setting an
3293         appropriate value for `org-list-ending-method'.
3295 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
3297         * org-exp-blocks.el (org-exp-blocks-block-regexp): Wrapping block
3298         regexp into its own variable, also allowing match of empty bodies.
3299         (org-export-blocks-preprocess): Using new regexp variable.
3301 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
3303         * ob.el (org-babel-src-block-regexp): Code block regexp now
3304         matches blocks with empty bodies.
3306 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
3308         * ob.el (org-babel-script-escape): If script escaped value doesn't
3309         parse cleanly, then return it literally.
3311 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
3313         * ob-exp.el (org-babel-exp-src-block): When block will eventually
3314         be evaluated, pre-calculate the hash before noweb expansion, and
3315         expand the parameters before hash calculation.
3316         (org-babel-exp-do-export): Pass pre-calculated hash through to
3317         `org-babel-exp-results'.
3318         (org-babel-exp-results): Compare pre-calculated hash to results hash.
3320 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
3322         * ob.el (org-babel-sha1-hash): Sort list values to header
3323         arguments, and sort the words in strings.
3325 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
3327         * ob-ref.el (org-babel-ref-index-list): Special handling of hline
3328         rows.
3330 2011-07-28  Julien Danjou  <julien@danjou.info>
3332         * org-macs.el (org-with-point-at): Store evaluated version of
3333         pom. This fixes a potential bug when using (org-with-point-at
3334         (func) …), where (func) would be evaluated multiple times,
3335         therefore might return different results if a marker was returned
3336         and different each time.
3338 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
3340         * org.el (org-open-at-point): If a link to a radio target is the
3341         first, (resp. the last), element of a buffer, function cannot find
3342         the property change required to get its boundaries, and
3343         `buffer-substring' is called with an invalid nil argument.
3345 2011-07-28  Bastien Guerry  <bzg@gnu.org>
3347         * org-table.el (org-table-copy-down): Fix docstring.
3349 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
3351         * ob-latex.el (org-babel-execute:latex): Add imagemagick options,
3352         and for file types other than png and PDF it uses imagemagick to
3353         convert a compiled PDF file to the desired file type.
3354         (convert-pdf): Convert a PDF file to a new file type using
3355         imagemagick.
3357 2011-07-28  Puneeth Chaganti  <punchagan@gmail.com>
3359         * org-capture.el (org-capture-fill-template): Fix bug with the
3360         display of interactive prompt in templates expansion.
3362 2011-07-28  Reiner Steib  <reiner.steib@gmx.de>
3364         * org-clock.el (org-clock-display): Document how to remove subtree
3365         times.
3367 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
3369         * org-exp-blocks.el (org-export-blocks-format-comment): Explicitly
3370         append a newline to the body.
3372 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
3374         * org-list.el (org-list-insert-item): When computing size of item
3375         being inserted, function has to take into account that indentation
3376         may not only be made of spaces.
3378 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
3380         * org-clock.el (org-clock-find-position): If a list was adjacent
3381         to some clocks and a drawer was going to be created, only the
3382         first element of the list would make it into the drawer.
3384 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
3386         * org-list.el (org-toggle-checkbox): Fix bug where top item in
3387         list was omitted when checking boxes.
3389 2011-07-28  Dan Davison  <dandavison7@gmail.com>
3391         * ob-R.el: Don't print result to echo area after evaluation.
3393 2011-07-28  Bastien Guerry  <bzg@gnu.org>
3395         * org-capture.el (org-capture-refile): Fix typo in docstring.
3397 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
3399         * ob-calc.el (org-babel-execute:calc): Call out to new function
3400         for variables resolution.
3401         (ob-calc-maybe-resolve-var): Resolve (possibly recursively)
3402         variables in calc expressions.
3404 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
3406         * ob-C.el (org-babel-tangle-lang-exts): Replace "c++" with "C++".
3407         (org-babel-C++-compiler): Replace "c++" with "C++".
3408         (org-babel-execute:cpp): Replace "c" with "C++".
3409         (org-babel-execute:C++): Replace "c" with "C++".
3410         (org-babel-expand-body:C++): Replace "c" with "C++".
3411         (org-babel-C-execute): Replace "c" with "C++".
3413 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
3415         * ob-ref.el (org-babel-ref-at-ref-p): Only try to read results as
3416         a list if at the *beginning* of a list item.
3418         * ob.el (org-babel-read-result): Only try to read results as a
3419         list if at the *beginning* of a list item.
3421 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
3423         * org-list.el (org-cycle-item-indentation): Do not break an
3424         indentation cycle because visibility cycling is requested.  This
3425         happens when an item becomes a parent, due to indentation change.
3426         Not considered empty anymore, the function cannot change its
3427         indentation again.
3429 2011-07-28  Bastien Guerry  <bzg@gnu.org>
3431         * org-clock.el (org-clocktable-write-default): Bugfix: falls back
3432         on `org-export-default-language' when no :lang parameter is set.
3434 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
3436         * org-capture.el (org-capture-expand-file): New function.
3437         (org-capture-target-buffer):
3438         (org-capture-set-target-location): Use `org-capture-expand-file'.
3440 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
3442         * ob.el (org-babel-read-list): Reading the value of a list has
3443         been updated to reflect the new structure of org-mode lists in
3444         elisp.
3445         (org-babel-insert-result): Writing code block results to lists has
3446         been updated to reflect the new list structure.
3447         (org-babel-result-end): Remove a previous change to end-of-list
3448         marker detection.
3450 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
3452         * org-list.el (org-cycle-item-indentation): Each time the function
3453         moves item back to child position, a white space is added to the
3454         line.
3456 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
3458         * ob.el (org-babel-process-params): Allow elisp code in
3459         specification of results header arguments.
3461 2011-07-28  Bastien Guerry  <bzg@gnu.org>
3463         * org-agenda.el (org-agenda-append-agenda): New command.
3464         (org-agenda-mode-map): New keybinding to this new command.
3466 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
3468         * org.el (org-ctrl-c-ctrl-c): Call `org-list-send-list' only when
3469         cursor it at very first item of the list, as specified in the
3470         manual.  Also refactored the list part of the function a bit.
3472 2011-07-28  Bastien Guerry  <bzg@gnu.org>
3474         * org-agenda.el (org-agenda): Set the 'last-args property to nil
3475         when calling `org-agenda'.  Don't kill the local variable
3476         `org-agenda-current-span'.
3477         (org-run-agenda-series): Use the new property 'last-args.
3478         (org-agenda-change-time-span): Use the dynamically set
3479         `org-agenda-overriding-arguments' variable when non-nil.
3481 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
3483         * ob.el (org-babel-result-end): Adjust marker of list end to
3484         changes in the list format.
3486 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
3488         * org-list.el (org-toggle-checkbox, org-update-checkbox-count): No
3489         need to wrap `org-entry-get' in `ignore-errors'.
3491 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
3493         * org.el (org-toggle-item, org-toggle-heading): Make sure every
3494         sub-item in a list is changed into a sub-heading and sub-headings
3495         are translated into sub-items.  Also ignore inline tasks in the
3496         process.
3498 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
3500         * org-exp.el (org-export-select-backend-specific-text): Add
3501         `original-indentation' property when replacing #+begin_backend and
3502         #+backend blocks with their content.  This is needed for lists, as
3503         they must know if the block belonged to them.
3505 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
3507         * org-html.el (org-html-export-list-line): Insert a newline
3508         character before ending an item, as anchor could be on a line
3509         going to be deleted, like a drawer ending string.
3511         * org-list.el (org-list-to-html): Same.
3513 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
3515         * org.el (org-set-autofill-regexps): Use `org-item-re' in
3516         `paragraph-start' to recognize alphabetical lists.
3517         (org-fill-paragraph): Enforce a pre-computed fill-prefix before
3518         calling `fill-paragraph' when point is in an item.  Also prevent
3519         paragraphs getting merged into an adjacent list upon filling.
3520         (org-adaptive-fill-function): Make sure to determine real
3521         fill-prefix for auto-fill.
3522         (org-auto-fill-function): Use a pre-computed fill-prefix before
3523         calling `do-auto-fill'.
3525         * org-list.el (org-list-item-body-column): New function.
3527 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
3529         * org-inlinetask.el (org-inlinetask-at-task-p)
3530         (org-inlinetask-toggle-visibility): New functions.
3532         * org-list.el (org-list-set-item-visibility): New function.
3534         * org.el (org-cycle, org-cycle-internal-local): Separate lists and
3535         inline tasks from headlines.
3536         (org-outline-level): Do not consider lists as headlines.  Cycling
3537         visibility is using different tools.
3539 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
3541         * org-list.el (org-list-struct): Mark items less indented than top
3542         item of the list, so that they will be modified.
3543         (org-list-struct-apply-struct): Compare struct's indentation with
3544         line's indentation instead of old-struct's.  This is needed
3545         because `org-list-struct' automatically fixes indentation so
3546         changes might not be seen otherwise.
3548         * org.el (org-ctrl-c-ctrl-c): Small refactoring.
3550 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
3552         * org-list.el (org-update-checkbox-count): When a part of the
3553         buffer is processed to count checkboxes, lists are read from top
3554         to bottom, but inside lists (in drawers, blocks, or inline tasks)
3555         are skipped.  Thus, cookies cannot be updated.  This patch
3556         enforces reading of such lists if counter is itself in a special
3557         context.
3559 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
3561         * org-list.el (org-list-struct-apply-struct): Inline tasks along
3562         with their content must stay at column 0 even if the item is
3563         gaining indentation.  Moreover, fix indentation of text in an
3564         inline task, now it can be in such a task within a list.
3566 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
3568         * org-list.el (org-at-item-p): Also verify context is valid.
3569         Otherwise it would recognize valid items where `org-in-item-p'
3570         wouldn't.
3571         (org-in-item-p, org-list-struct-apply-struct): Use shorter version
3572         of org-at-item-p.
3573         (org-cycle-list-bullet): Fix typo.
3574         (org-list-parse-list): Avoid calling `org-at-item-p' two times by
3575         using an appropriate regexp.
3577         * org.el (org-indent-line-function): Use an appropriate regexp
3578         instead of calling `org-at-item-p' two times.
3580 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
3582         * org-list.el (org-in-item-p): When point was just after
3583         org-list-end-re, check wouldn't be done for starting line.  So, if
3584         the first line was an item, it wouln't be noticed and function
3585         would return nil.  Simplify and comment code.
3587 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
3589         * org.el (org-toggle-item): When used on normal text, ensure every
3590         line in region is included in the new item, regardless of its
3591         original indentation.
3593 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
3595         * org-list.el (org-list-struct-apply-struct): If end of list was
3596         at eol, for example, with list inside a block, the last list
3597         wouldn't be shifted.  Thus, the patch ensures no blank lines is
3598         skipped.
3600 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
3602         * org.el (org-toggle-item): Now accepts a prefix argument. When
3603         used without argument on normal text, it will make the whole
3604         region one item.  With an argument, it defaults to old behavior:
3605         change each line in region into an item.
3607 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
3609         * org.el (org-return): When called from inside an item with the
3610         indent flag, function should keep text moved inside the item.
3611         This allows to use C-j to separate lines in an item: cursor won't
3612         go back to column 0.
3614 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
3616         * org-list.el (org-list-struct): When a line has org-example
3617         property, skip the entire block.  This is needed during export,
3618         for example when src blocks in org markup contain lists, and are
3619         returned verbatim because org isn't in the list of interpreted
3620         languages.
3622 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
3624         * org-list.el (org-in-item-p): Handle special cases when function
3625         is called with cursor amidst `org-list-end-re' or at an inline
3626         task.
3628 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
3630         * ob.el (org-babel-result-end): Apply renaming.
3632         * org-exp.el (org-export-mark-list-properties): Apply renaming.
3634         * org-list.el (org-list-prevs-alist): Renamed from
3635         `org-list-struct-prev-alist'.
3636         (org-list-parents-alist): Renamed from `org-list-struct-parent-alist'.
3637         (org-list-write-struct): Renamed from `org-list-struct-fix-struct'.
3638         (org-list-parse-list, org-sort-list, org-list-indent-item-generic)
3639         (org-toggle-checkbox, org-update-checkbox-count)
3640         (org-cycle-list-bullet, org-list-repair, org-insert-item)
3641         (org-move-item-up, org-move-item-up, org-move-item-down)
3642         (org-next-item, org-previous-item, org-end-of-item-list)
3643         (org-beginning-of-item-list, org-apply-on-list): Apply renaming.
3644         (org-get-bullet): Removed function, as it is not needed anymore.
3646 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
3648         * org-list.el (org-list-insert-item-generic): Change arguments.
3649         The function now accepts structure and previous items alist.  This
3650         allows to insert an item programmatically more easily.
3651         (org-insert-item): Apply changes to
3652         `org-list-insert-item-generic'.  The function now takes care about
3653         repairing structure and updating checkboxes.
3655         * org-timer.el (org-timer-item): Apply changes to
3656         `org-list-insert-item-generic'.  The function now takes care about
3657         repairing structure.
3659 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
3661         * org-list.el (org-list-make-subtree): Function now uses
3662         `org-list-parse-list mechanism'.
3663         (org-list-make-subtrees): Removed function.
3664         (org-list-to-generic): Added a parameter and every parameter can
3665         be a sexp returning a string, for finer control.
3666         (org-list-to-html, org-list-to-latex, org-list-to-texinfo): Slight
3667         modifications to apply changes to `org-list-to-generic'.
3668         (org-list-to-subtree): New function.
3670 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
3672         * org.el (org-beginning-of-line): Apply changes to
3673         `org-item-beginning-re' to correct sub-expression reference.
3675 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
3677         * org-docbook.el (org-export-docbook-list-line): Even with
3678         alphabetical lists, Org shouldn't enforce a particular list type
3679         to exporters.  This is a job for style files.
3681         * org-html.el (org-html-export-list-line): Ib idem.
3683 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
3685         * org-list.el (org-at-item-counter-p): New function.
3686         (org-list-parse-list): Handle counters and list depth.
3687         (org-list-to-generic): A special string is used when an item has a
3688         counter.
3689         (org-list-to-latex): Use new special string for counters.  This
3690         fixes the counter bug in LaTeX export, as the enumi counter was
3691         the only one modified.
3693         * org-latex.el (org-export-latex-lists): Use new
3694         `org-list-parse-list' output.
3696 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
3698         * org-list.el (org-list-get-list-type): New function.
3699         (org-list-parse-list): Use new function.
3701         * org-html.el (org-html-export-list-line): Use new function.
3703         * org-docbook.el (org-export-docbook-list-line): Use new function.
3705 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
3707         * org-list.el (org-alphabetical-lists): New variable
3708         (org-item-re, org-list-full-item, org-cycle-list-bullet)
3709         (org-list-struct-fix-bul, org-list-inc-bullet-maybe): Reflect
3710         introduction of the new variable.
3711         (org-item-beginning-re): Changed into a function, so any
3712         modification of `org-alphabetical-lists' will not require
3713         reloading Org.
3714         (org-at-item-p, org-toggle-checkbox, org-update-checkbox-count)
3715         (org-list-parse-list, org-list-send-list): Reflect changes to
3716         `org-item-beginning-re'.
3717         (org-list-use-alpha-bul-p): New function.
3719         * org.el (org-check-for-hidden): Reflect changes to
3720         `org-item-beginning-re'.
3722         * org-capture.el (org-capture-place-item): Reflect changes to
3723         `org-item-beginning-re'.
3725         * org-docbook.el (org-export-docbook-list-line): Handle New type
3726         of items.
3728         * org-exp.el (org-export-mark-list-end)
3729         (org-export-mark-list-properties): Reflect changes to
3730         `org-item-beginning-re'.
3732         * org-html.el (org-html-export-list-line): Handle new type of
3733         items.
3735         * org-latex.el (org-export-latex-lists): Handle new type of items
3736         and reflect changes to `org-item-beginning-re'.
3738         * org-ascii.el (org-export-ascii-preprocess): Handle new counters.
3740 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
3742         * org-list.el (org-list-end-re): Removed function and made it a
3743         variable.  There's no need for the overhead of calling the
3744         function every at every line in a list.  User will have to reload
3745         Org if he change value of either `org-list-end-regexp' or
3746         `org-empty-line-terminates-plain-lists'.
3747         (org-in-item-p,org-list-struct,org-list-parse-list): Apply change.
3749         * org-exp.el (org-export-mark-list-end)
3750         (org-export-mark-list-properties): Apply change.
3752         * org-latex.el (org-export-latex-lists): Apply change.  Also
3753         prevent items with org-example property to be considered as real
3754         items.
3756 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
3758         * org-inlinetask.el (org-inlinetask-export-templates): Slightly
3759         modify templates so environment boundaries don't interfere with
3760         content of task.  Unprotect content of task so it might benefit
3761         from further transformations. Set original-indentation property to
3762         a high value to ensure that task is always in the last item of the
3763         list.  Also, apply templates later in export process.
3765         * org-list.el (org-list-struct): Fix inline task skipping.
3767 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
3769         * org-latex.el (org-export-latex-lists): Search for unprotected
3770         items only, and redefine `org-at-item'.  This change is required
3771         when verbatim lists are inserted during export, usually by Babel.
3773 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
3775         * ob.el (org-babel-result-end): End position is end of current
3776         sublist instead of bottom point, as results might be inserted in a
3777         list themselves.
3779 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
3781         * org-list.el (org-list-automatic-rules): Removed insert rule.
3782         (org-list-insert-item-generic): Removed code preventing user to
3783         insert another item in a block within a list.  It is because new
3784         list context make it impossible to see if a point in a block is
3785         also in a list.
3787 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
3789         * org-exp.el (org-export-preprocess-string): Mark list endings
3790         before babel blocks preprocessing starts, so blank lines that may
3791         be inserted do not break list's structure.  Then, mark list with
3792         special properties required by exporters. Thus output from babel
3793         can easily be included in lists.
3794         (org-export-mark-list-end): New function.
3795         (org-export-mark-list-properties): New function.
3796         (org-export-mark-lists): Removed function.  It was split into the
3797         two preceding functions.
3799 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
3801         * org-list.el (org-update-checkbox-count): Do not recompute every
3802         list before next heading when there are more than one cookie in an
3803         headline.  Moreover, ignore the case where cookie is inserted
3804         neither at an heading nor at an item.
3806 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
3808         * org-list.el (org-sort-list): Fix number of arguments to
3809         `org-list-repair', plus make `end-record' go to end of item before
3810         any blank line to keep them from being swallowed in the sorting.
3812 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
3814         * org-list.el (org-list-forbidden-blocks): Renamed from
3815         `org-list-blocks'.
3816         (org-list-export-context): New variable.
3818 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
3820         * org-list.el (org-list-search-generic): Renamed form
3821         `org-search-unenclosed-generic' to reflect the new behavior.  Now,
3822         match can only be in a valid context for lists, as determined by
3823         `org-list-context'.
3824         (org-list-search-backward): Renamed from
3825         `org-search-backward-unenclosed'.
3826         (org-list-search-forward): Renamed from
3827         `org-search-forward-unenclosed'.
3828         (org-toggle-checkbox,org-update-checkbox-count): Use new
3829         functions.
3830         (org-sort-list): Using default regexp search functions as context
3831         is not required in this case.
3833 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
3835         * org-exp.el (org-export-mark-lists): New function, replacing
3836         org-export-mark-list-ending.  It adds information as text
3837         properties to every list, before changes done by exporter destruct
3838         them.
3840 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
3842         * org-list.el (org-list-get-first-item): New alias for
3843         `org-list-get-list-begin'.
3844         (org-list-get-last-item): New function.
3845         (org-list-get-list-end): Use `org-list-get-last-item'.
3847 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
3849         * org.el (org-get-string-indentation): Moved in generally useful
3850         functions section, as it wasn't specific to plain lists and that
3851         no code was using it in org-list.el.
3853 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
3855         * org.el (org-skip-over-state-notes,org-store-log-note): Use new
3856         accessors.
3858 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
3860         * org-list.el (org-list-indent-item-generic): Remove error
3861         messages happening before process.  This belongs to interactive
3862         functions.
3863         (org-indent-item,org-indent-item-tree)
3864         (org-outdent-item,org-outdent-item-tree): Ensure point or region
3865         is correct before computing list structure.  Return an error
3866         message otherwise.
3868 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
3870         * org-list.el (org-apply-on-list): Use new structures.  Function
3871         is now applied in reverse order so modifications do not change
3872         positions of items in buffer.
3874 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
3876         * org-list.el (org-list-parse-list): Rewrite of function to allow
3877         text following a sub-list in the same item.  See docstring for an
3878         example of output.
3879         (org-list-to-generic): Use new parsing function.
3880         (org-list-to-latex,org-list-to-html): Minor change for clearer
3881         export.
3883 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
3885         * org-list.el (org-list-has-child-p): Renamed from
3886         `org-list-get-child'.  Returning first child is only useful as a
3887         predicate, as we are allowing an item to have more than one
3888         sub-list.
3889         (org-list-indent-item-generic): Use `org-list-has-child-p' instead
3890         of org-list-get-child.
3891         (org-in-item-p): Also return item beginning when list starts at
3892         context beginning.
3893         (org-list-get-parent): Use of `org-list-struct-parent-alist'
3894         helper function is not optional anymore.
3895         (org-list-get-all-items): Shorten code with the help of cl.el.
3896         (org-list-get-children): Now returns all children of item, even if
3897         they do not belong to the same list. Renamed from
3898         `org-list-get-all-children'.
3899         (org-list-get-list-begin): Function wasn't return value when item
3900         was already the first item of the list at point.
3901         (org-list-get-list-end): Function wasn't return value when item
3902         was already the last item of the list at point.
3903         (org-list-struct-fix-box,org-update-checkbox-count): Now uses
3904         `org-list-get-children'.
3906 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
3908         * org.el (org-indent-line-function): Indentation of item's body
3909         starts just after the bullet, not after a checkbox.  Moreover, As
3910         `org-in-item-p' also returns item beginning position when point is
3911         in a list, do not compute it a second time.
3913 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
3915         * org.el (org-ctrl-c-ctrl-c): When called at a list item, replace
3916         usage `org-repair-list', forcing another reading of the list, with
3917         only needed subroutines.
3919 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
3921         * org-list.el (org-list-separating-blank-lines-number): Use new
3922         accessors.
3923         (org-list-insert-item-generic): Use list structures to insert a
3924         new item.
3925         (org-list-exchange-items): Refactor and comment code.  Now return
3926         new struct instead of modifying it, as list sorting would
3927         sometimes eat first item.
3928         (org-move-item-down,org-move-item-up): Reflect changes to
3929         `org-list-exchange-items'.
3930         (org-insert-item): As `org-in-item-p' also computes item beginning
3931         when applicable, reuse the result.
3933 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
3935         * org-list.el (org-list-in-item-p): Unify methods for this
3936         predicate.
3937         (org-list-in-item-p-with-indent): Removed function.
3938         (org-list-ending-between): Removed function.
3939         (org-list-maybe-skip-block): Removed function.
3940         (org-list-in-item-p-with-regexp): Removed function.
3941         (org-list-top-point-with-regexp): Removed function.
3942         (org-list-top-point-with-indent): Removed function.
3943         (org-list-bottom-point-with-indent): Removed function.
3944         (org-list-bottom-point-with-regexp): Removed function.
3945         (org-list-get-item-same-level): Removed function.
3946         (org-list-top-point): Removed function.
3947         (org-list-bottom-point): Removed function.
3948         (org-get-item-beginning): Renamed to `org-list-get-item-begin' to
3949         be consistent with naming policy of non-interactive functions.
3950         (org-get-beginning-of-list): Removed function.
3951         (org-beginning-of-item-list): Use new accessors.
3952         (org-get-end-of-list): Removed function.
3953         (org-end-of-list): Use new accessors.
3954         (org-get-end-of-item): Removed function.
3955         (org-end-of-item): Use new accessors.
3956         (org-get-previous-item): Removed function.
3957         (org-previous-item): Use new accessors.
3958         (org-get-next-item): Removed function.
3959         (org-next-item): Use new accessors.
3960         (org-list-get-item-end-before-blank): Use new accessors.
3962 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
3964         * org-list.el (org-list-repair): Removed optional argument
3965         FORCE-BULLET.  The job of this interactive function is to
3966         completely fix a list at point.  Changing bullets is a separate
3967         task.  Also removed others optional arguments TOP and BOTTOM to
3968         follow the new structures.
3969         (org-list-indent-item-generic): Remove need for TOP and BOTTOM.
3970         STRUCT is a new required argument.  This avoids computing a list
3971         structure many times when function is called more than once in a
3972         row, for example in `org-cycle-item-indentation'.  Use new
3973         accessors.  Now, also call `org-update-checkbox-count-maybe'.
3974         (org-outdent-item, org-indent-item, org-outdent-item-tree)
3975         (org-indent-item-tree): Remove need for TOP and BOTTOM.
3976         (org-list-insert-item-generic): Reflect changes to `org-list-repair'.
3977         (org-list-exchange-items): Use new accessors.  Now modify struct
3978         to avoid re-reading it later.
3979         (org-move-item-down): Reflect changes to `org-list-repair'.  Use
3980         new accessors.
3981         (org-move-item-up): Reflect changes to `org-list-repair'.  Use new
3982         accessors.
3983         (org-cycle-list-bullet): Use new structures.  Also use a shortcut
3984         to `org-list-struct-fix-struct' in order to avoid unnecessary
3985         fixes, like `org-list-struct-fix-box'
3986         (org-sort-list): Use of new structures.  Renamed an internal
3987         function for a little more clarity.
3988         (org-cycle-item-indentation): Remove dependency on
3989         `org-list-repair'.  Use new accessors.
3990         (org-list-get-child): Correct bug when asking for the child of the
3991         last item.
3992         (org-list-exchange-items): Use new accessors.
3994 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
3996         * org-list.el (org-list-blocks): New variable.
3997         (org-list-context): New function.
3998         (org-list-full-item-re): New variable.
3999         (org-list-struct-assoc-at-point): Use new varible.
4000         (org-list-struct): Rewrite of function.  Now, list data is
4001         collected by looking at the list line after line.  It reads the
4002         whole list each time because reading only a subtree was not enough
4003         for some operations, like fixing checkboxes.  It also removes the
4004         need to get `org-list-top-point' and `org-list-bottom-point'
4005         first.  An added data is the position of item ending.  This aims
4006         to be able to have list followed by text inside an item.
4007         (org-list-struct-assoc-end): New function.
4008         (org-list-struct-parent-alist): New function.
4009         (org-list-get-parent): New function.
4010         (org-list-get-child): New function.
4011         (org-list-get-next-item): New function.
4012         (org-list-get-prev-item): New function.
4013         (org-list-get-subtree): Use helper function `org-list-struct-prev-alist'.
4014         (org-list-get-all-items): New function.
4015         (org-list-get-all-children): New function.
4016         (org-list-get-top-point): New function.
4017         (org-list-get-bottom-point): New function.
4018         (org-list-get-counter): New function.
4019         (org-list-get-item-end): New function.
4020         (org-list-struct-fix-bul): Rewrite for cleaner code.  Make use of
4021         new accessors.
4022         (org-list-struct-fix-ind): Make use of new accessors.
4023         (org-list-struct-fix-box): New function.
4024         (org-list-struct-fix-checkboxes): Removed function.
4025         (org-list-struct-outdent): Use new accessors.  Use the fact that
4026         there is no longer a virtual item at beginning of structure.
4027         (org-list-struct-indent): Use helper functions
4028         `org-list-struct-prev-alist' and `org-list-struct-parent-alist'.
4029         Also use new accessors.
4030         (org-list-struct-fix-struct): Comment function.  Call directly
4031         `org-list-struct-apply-struct', without removing unchanged items
4032         first.
4033         (org-list-struct-apply-struct): Comment function.  Rewrite using
4034         new accessors.  Use new variable `org-list-full-item-re'.
4035         (org-list-shift-item-indentation): Removed function, now included
4036         in `org-list-struct-apply-struct' because it is too specific.
4038 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
4040         * org-list.el (org-toggle-checkbox): Use structures to fix
4041         checkboxes of a list.
4042         (org-update-checkbox-count): Use structures to update cookies.
4044 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
4046         * org-list.el (org-list-struct-fix-checkboxes): New function.
4047         (org-checkbox-blocked-p): Removed function.
4049 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
4051         * org-list.el (org-list-get-all-items): New function.
4052         (org-list-get-all-children): New function.
4053         (org-list-get-nth): New function.
4054         (org-list-set-nth): New function.
4055         (org-list-get-ind): New function.
4056         (org-list-set-ind): New function.
4057         (org-list-get-bullet): New function.
4058         (org-list-set-bullet): New function.
4059         (org-list-get-checkbox): New function.
4060         (org-list-set-checkbox): New function.
4061         (org-list-struct-fix-bul): Use new accessors.
4062         (org-list-repair): Use new accessors.
4063         (org-list-indent-item-generic): Make use of accessors.
4064         (org-list-get-parent): Renamed from `org-list-struct-get-parent'.
4065         (org-list-get-child): Renamed from `org-list-struct-get-child'.
4066         (org-list-struct-fix-ind): Make use of accessors.
4067         (org-list-get-next-item): New function.
4068         (org-list-get-subtree): New function.
4070 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
4072         * org-list.el (org-list-struct-assoc-at-point): Add checkbox to
4073         list structure.
4075         * org-list.el (org-list-struct-assoc-at-point): Add checkbox as
4076         value in structure.
4078         * org-list.el (org-list-struct-apply-struct): Also apply
4079         checkboxes.
4081 2011-07-28  Bastien Guerry  <bzg@gnu.org>
4083         * org-latex.el (org-export-latex-content): Bind local variables
4084         for export in the temporary export buffer.
4086 2011-07-28  David Maus  <dmaus@ictsoc.de>
4088         * org-protocol.el (org-protocol-unhex-single-byte-sequence)
4089         (org-protocol-unhex-string, org-protocol-unhex-compound): Change
4090         date of obsolete declaration to 2011-02-17.
4092 2011-07-28  David Maus  <dmaus@ictsoc.de>
4094         * org.el (org-link-escape): Throw error if encoding character in
4095         utf8 fails.
4097 2011-07-28  David Maus  <dmaus@ictsoc.de>
4099         * org-protocol.el (org-protocol-split-data)
4100         (org-protocol-open-source): Use `org-link-unescape' instead of
4101         obsolete unhex string function.
4103 2011-07-28  David Maus  <dmaus@ictsoc.de>
4105         * org.el (org-link-escape, org-link-escape-chars-browser)
4106         (org-link-escape-chars): Always percent escape the percent sign.
4108 2011-07-28  David Maus  <dmaus@ictsoc.de>
4110         * org.el (org-link-unescape): Simpler algorithm for replacing
4111         percent escapes.
4112         (org-link-unescape-compound): Use cond statements instead of nested
4113         if, convert hex string with string-to-number, save match data.
4114         (org-link-unescape-single-byte-sequence): Use mapconcat and
4115         string-to-number for unescaping single byte sequence.
4117 2011-07-28  David Maus  <dmaus@ictsoc.de>
4119         * org.el (org-link-escape): Rename lambda argument.
4121 2011-07-28  David Maus  <dmaus@ictsoc.de>
4123         * org.el (org-link-escape-chars-browser, org-link-escape-chars):
4124         Add percent sign to list of escape chars.
4126 2011-07-28  David Maus  <dmaus@ictsoc.de>
4128         * org-mobile.el (org-mobile-escape-olp): Use new percent escape
4129         character table format.
4131 2011-07-28  David Maus  <dmaus@ictsoc.de>
4133         * org-mobile.el (org-mobile-locate-entry): Remove obsolete
4134         argument in call to org-link-unescape.
4136 2011-07-28  David Maus  <dmaus@ictsoc.de>
4138         * org-protocol.el (org-protocol-unhex-string)
4139         (org-protocol-unhex-compound)
4140         (org-protocol-unhex-single-byte-sequence): Declare obsolete and
4141         alias to respective org-link-unescape-* functions.
4143 2011-07-28  David Maus  <dmaus@ictsoc.de>
4145         * org.el (org-link-unescape, org-link-unescape-compound)
4146         (org-link-unescape-single-byte-sequence): Functions moved and renamed
4147         from org-protocol.el.
4149 2011-07-28  David Maus  <dmaus@ictsoc.de>
4151         * org-macs.el (org-char-to-string): Inline function to properly
4152         decode utf8 characters in Emacs 22.  Moved and renamed from
4153         org-protocol.el.
4155 2011-07-28  David Maus  <dmaus@ictsoc.de>
4157         * org.el (org-link-escape): New optional argument.  Merge user
4158         table with default table.
4160 2011-07-28  David Maus  <dmaus@ictsoc.de>
4162         * org.el (org-link-escape): Fixup doc string.
4164 2011-07-28  David Maus  <dmaus@ictsoc.de>
4166         * org.el (org-link-escape-chars, org-link-escape-chars-browser):
4167         New format of percent escape table.
4168         (org-link-escape): Use new table format.
4170 2011-07-28  David Maus  <dmaus@ictsoc.de>
4172         * org.el (org-link-escape): New unicode aware percent encoding
4173         algorithm.
4175 2011-07-28  Sebastian Rose  <sebastian_rose@gmx.de>
4177         * org-protocol.el (org-protocol-unhex-single-byte-sequence): New
4178         function.  Decode hex-encoded singly byte sequences.
4179         (org-protocol-unhex-compound): Use new function if decoding sequence
4180         as unicode character failed.
4182 2011-07-28  Bastien Guerry  <bzg@gnu.org>
4184         * org-html.el (org-export-as-html): Expand the HTML title.
4186 2011-07-28  Bastien Guerry  <bzg@gnu.org>
4188         * org-publish.el (org-publish-cache-ctime-of-src): Improve
4189         docstring.
4190         (org-publish-find-title): New option to explicitly reset the title
4191         in the cache.
4192         (org-publish-format-file-entry): Use this new option.
4194 2011-07-28  Dan Davison  <dandavison7@gmail.com>
4196         * org-exp.el (org-export-preprocess-string): Set the source buffer
4197         and use `org-clone-local-variables' to get local variables from
4198         it.
4200 2011-07-28  Dan Davison  <dandavison7@gmail.com>
4202         * org-exp.el (org-export-format-source-code-or-example): Allow
4203         empty string as second element in minted/listings options.
4205 2011-07-28  Dan Davison  <dandavison7@gmail.com>
4207         * org-exp.el (org-export-format-source-code-or-example): Support
4208         new user-customizable options.
4209         (org-export-latex-custom-lang-environments): Ensure new variable
4210         is defined.
4211         (org-export-latex-listings-options): Ensure new variable is defined.
4212         (org-export-latex-minted-options): Ensure new variable is defined.
4214 2011-07-28  Bastien Guerry  <bzg@gnu.org>
4216         * org-html.el (org-export-as-html): Handle the case when
4217         `org-export-html-validation-link' is nil to keep backward
4218         compatible with the old default value of this variable.
4220 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
4222         * ob.el (org-babel-insert-result): Don't choke if indent is not a
4223         number.
4225 2011-07-28  Christian Moe  <mail@christianmoe.com>  (tiny change)
4227         * org-bbdb.el (org-bbdb-export): When a link description has been
4228         added by `org-export-normalize-links', use path instead (remove
4229         the `bbdb:' prefix).
4231 2011-07-28  Bastien Guerry  <bzg@gnu.org>
4233         * org-ascii.el (org-export-ascii-underline): Put the level's
4234         characters in the right order, as documented by the docstring.
4235         (org-ascii-level-start): Select the right char for underlining
4236         headlines.
4238 2011-07-28  Bastien Guerry  <bzg@gnu.org>
4240         * org-src.el (org-edit-src-code): Allow to edit source code from
4241         modes derived from Org.
4243 2011-07-28  Niels Giesen  <niels.giesen@gmail.com>
4245         * org-clock.el (org-clock-clocktable-language-setup): Add list of
4246         dutch strings.
4248 2011-07-28  Dan Davison  <dandavison7@gmail.com>
4250         * org-beamer.el: Mark frame as fragile when it is using minted for
4251         src block export.
4253 2011-07-28  Bastien Guerry  <bzg@gnu.org>
4255         * org-agenda.el (org-agenda-date-later)
4256         (org-agenda-date-earlier): Enhance docstrings.
4257         (org-agenda-bulk-mark-regexp): Only match against headlines.
4258         Send a message when no entry is marked.
4259         (org-agenda-bulk-action): Fix bug about scattering deadlines.
4260         Send an error when trying to scatter outside an agenda or a
4261         timeline view.  Silently fail when trying to scatter sexp entries.
4263 2011-07-28  Bastien Guerry  <bzg@gnu.org>
4265         * org-clock.el (org-clock-clocktable-language-setup): New custom
4266         variable.
4267         (org-clocktable-defaults): Set the default language.
4268         (org-clocktable-write-default): Use the new variable.
4270 2011-07-28  Dan Davison  <dandavison7@gmail.com>
4272         * ob.el (org-babel-src-block-names): Don't strip text properties
4273         from search hits.
4274         (org-babel-result-names): Don't strip text properties from search
4275         hits.
4277 2011-07-28  Dan Davison  <dandavison7@gmail.com>
4279         * ob-python.el (org-babel-python-evaluate-session): Pass nil as
4280         remove-echo part of META argument to
4281         `org-babel-comint-with-output'.
4283 2011-07-28  Dan Davison  <dandavison7@gmail.com>
4285         * ob.el (org-babel-script-escape): Use `substring' comparison
4286         instead of regexp matching.
4288 2011-07-28  Dan Davison  <dandavison7@gmail.com>
4290         * org-src.el (org-edit-src-code): When generating the code edit
4291         buffer, it is necessary for several variables to inherit their
4292         values from the parent org buffer.  These changes collect all such
4293         variables together into a single association list of
4294         `(variable-name value)' pairs.  In addition, a new variable is
4295         added to the list: `org-edit-src-content-indentation'.  This has
4296         the effect that a buffer local value can be used for that
4297         variable.
4299 2011-07-28  Dan Davison  <dandavison7@gmail.com>
4301         * ob-table.el (sbe): Don't truncate sbe results.
4303 2011-07-28  Lawrence Mitchell  <wence@gmx.li>
4305         * org-exp.el (org-export-add-options-to-plist): Require match to
4306         start at a word-boundary.
4308 2011-07-28  Bastien Guerry  <bzg@gnu.org>
4310         * org-latex.el (org-export-latex-hyperref-format): Update
4311         docstring.
4313 2011-07-28  Tom Dye  <tsd@tsdye.com>
4315         * org.el: Update documentation of `org-add-link-type'.
4317 2011-07-28  Dan Davison  <dandavison7@gmail.com>
4319         * org.el (org-open-at-point): Fix bug when using prefix arg to
4320         construct `org-link-search' call.  Rename prefix arg with a more
4321         generic name, to reflect its diverse uses in this function.
4323 2011-07-28  Rémi Vanicat  <vanicat@debian.org>
4325         * org-icalendar.el (org-icalendar-use-UTC-date-time): Remove.
4326         (org-icalendar-date-time-format): New custom variable.
4327         (org-icalendar-use-UTC-date-timep): New function.
4328         (org-ical-ts-to-string): Use the new variable.
4330 2011-07-28  Bastien Guerry  <bzg@gnu.org>
4332         * org-vm.el (org-vm-store-link): Make sure the buffer is
4333         associated with a file when trying to store an Org link.
4335 2011-07-28  Dan Davison  <dandavison7@gmail.com>
4337         * ob.el (org-babel-params-from-properties): Test for
4338         "header-arg-name" and ":header-arg-name", in that order.
4340 2011-07-28  Bastien  <bastien.guerry@wikimedia.fr>
4342         * org-capture.el (org-capture-templates): Document "currentfile"
4343         for capture template.
4344         (org-capture-templates): Allow to use currentfile for capture
4345         templates.
4346         (org-capture-set-target-location): Handle currentfile as a way to
4347         setting the capture buffer.
4349 2011-07-28  Bastien Guerry  <bzg@gnu.org>
4351         * ob.el (org-babel-params-from-properties): Don't wrap
4352         `org-entry-get' into `condition-case'.
4354 2011-07-28  Dan Davison  <dandavison7@gmail.com>
4356         * org.el (org-entry-get): Don't look for a property drawer if we
4357         are before the first heading in the file.
4358         (org-entry-get-with-inheritance): Don't attempt to move up the
4359         tree if we are before the first heading in the file.  Also,
4360         enclose less of the function in the `save-excursion'.
4362 2011-07-28  Dan Davison  <dandavison7@gmail.com>
4364         * ob.el (org-babel-params-from-buffer): Return desired value
4365         rather than nil from failed re search.
4367 2011-07-28  Bastien Guerry  <bzg@gnu.org>
4369         * org-agenda.el (org-get-entries-from-diary): Put multiline diary
4370         entries on a single line when lines don't start with a diary time.
4372 2011-07-28  Bastien Guerry  <bzg@gnu.org>
4374         * org-html.el (org-export-html-protect-char-alist): New custom
4375         variable to define characters to be HTML protected.
4376         (org-html-protect): Use the new variable.
4378 2011-07-28  Bastien Guerry  <bzg@gnu.org>
4380         * org-info.el (org-info-store-link): Use "#" to separate the info
4381         file and the node.
4382         (org-info-follow-link): Use both "#" to separate the info file and
4383         the node.  Continue to use ":" for backward compatibility.
4385 2011-07-28  Bastien Guerry  <bzg@gnu.org>
4387         * org-icalendar.el (org-icalendar-honor-noexport-tag): New custom
4388         variable.
4389         (org-print-icalendar-entries): Use this new variable to prevent
4390         export of entries with a :noexport: tag.
4392 2011-07-28  Bastien Guerry  <bzg@gnu.org>
4394         * org-exp.el (org-export-initial-scope): New custom variable.
4395         (org-export): Use this new variable.  If there is an active
4396         region, tell it when prompting the user for an export command.
4397         Also change the way the function handles selection of buffer and
4398         subtree export.
4400 2011-07-28  Bastien Guerry  <bzg@gnu.org>
4402         * org-html.el (org-export-html-auto-preamble)
4403         (org-export-html-auto-postamble): Remove.
4404         (org-export-html-preamble, org-export-html-postamble): Turn into
4405         custom variables.  Update the docstrings.
4406         (org-export-html-preamble-format)
4407         (org-export-html-postamble-format): New custom variables.
4408         (org-export-as-html): Use `org-export-html-postamble-format' and
4409         `org-export-html-preamble-format'.
4410         (org-export-html-title-format): Delete.
4412 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
4414         * org-exp-blocks.el (org-export-blocks-format-ditaa): This
4415         function is begin deprecated in favor of begin_src blocks.
4416         (org-export-blocks-format-dot): This function is begin deprecated in
4417         favor of begin_src blocks.
4419 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
4421         * ob.el (org-babel-header-arg-names): no-expand is now part of the
4422         default header argument names list.
4424 2011-07-28  Manuel Giraud  <manuel.giraud@univ-nantes.fr>
4426         * org-publish.el (org-publish-sitemap-date-format)
4427         (org-publish-sitemap-file-entry-format): New custom variables.
4428         (org-publish-projects): Use these variables to format the sitemap
4429         entries.
4431 2011-07-28  Ulf Stegemann  <ulf-news@zeitform.de>
4433         * org-gnus.el (org-gnus-store-link): Allow `org-link' creation
4434         from `message-mode'.
4436 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
4438         * org-agenda.el (org-agenda-filter-by-tag): Refresh agenda when
4439         updating the filter while the clock report is following the
4440         filter.
4442 2011-07-28  Julien Danjou  <julien@danjou.info>
4444         * org-agenda.el (org-agenda): Kill all local variables.  This
4445         assures we are not keeping buffer variable from an old agenda view
4446         when switching to a new custom agenda.
4448 2011-07-28  Julien Danjou  <julien@danjou.info>
4450         * org-crypt.el (org-encrypt-string): New function.
4451         (org-encrypt-entry): Use org-encrypt-string to encrypt, so we use
4452         cached crypted values.
4453         (org-decrypt-entry): Store crypted text in decrypted text.
4455 2011-07-28  Dan Davison  <dandavison7@gmail.com>
4457         * ob-exp.el (org-babel-exp-lob-one-liners): Only replace the match
4458         if a non-nil result is returned.
4460 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
4462         * org-agenda.el (org-agenda-get-day-entries): Compare DATE with
4463         modified today.
4465 2011-07-28  Bastien Guerry  <bzg@gnu.org>
4467         * org.el (org-update-parent-todo-statistics): Fix bug when
4468         updating statistics from the column view.
4470 2011-07-28  Bastien Guerry  <bzg@gnu.org>
4472         * org-agenda.el (org-agenda-bulk-mark-regexp): New command.
4473         (org-agenda-menu): Add the new command to the menu.
4474         (org-agenda-mode-map): Add % as the keybinding for the new
4475         command.
4477 2011-07-28  Bastien Guerry  <bzg@gnu.org>
4479         * org-exp.el (org-export-target-internal-links): Locally turn on
4480         `org-link-search-must-match-exact-headline' to match exact
4481         internal links.
4483 2011-07-28  Julien Danjou  <julien@danjou.info>
4485         * org-faces.el (org-special-keyword): Make it inherited from
4486         `font-lock-keyword-face'.
4488 2011-07-28  Julien Danjou  <julien@danjou.info>
4490         * org-faces.el (org-link): Make `org-link' inherits from `link'
4491         face.
4493 2011-07-28  Bastien Guerry  <bzg@gnu.org>
4495         * org.el (org-narrow-to-block): New function to narrow to block.
4496         Bound this function to `C-x n b'.
4498 2011-07-28  Bastien Guerry  <bzg@gnu.org>
4500         * org.el (org-schedule, org-deadline): Fix bug: take care of
4501         repeating timestamps like ".+1d/3d" or "+1d 10d".
4503 2011-07-28  Bastien Guerry  <bzg@gnu.org>
4505         * org-agenda.el (org-agenda-repeating-timestamp-show-all): Allow
4506         to use a list of TODO keywords as the value of this variable.  The
4507         agenda will show repeating stamps for entries matching these TODO
4508         keywords.
4509         (org-agenda-get-timestamps, org-agenda-get-deadlines)
4510         (org-agenda-get-scheduled): Allow the use of a list of keywords in
4511         `org-agenda-repeating-timestamp-show-all'.
4513 2011-07-28  Bastien Guerry  <bzg@gnu.org>
4515         * org-latex.el (org-export-latex-emph-format): Don't use
4516         `org-export-latex-use-verb'.  Remove this variable.
4518 2011-07-28  Jason Dunsmore  <emacs-orgmode@dunsmor.com>  (tiny change)
4520         * org-html.el (org-html-handle-time-stamps): Fix bug when
4521         exporting inactive timestamps.
4523 2011-07-28  Bastien Guerry  <bzg@gnu.org>
4525         * org-archive.el (org-archive-save-context-info): Fix docstring
4526         typo.
4527         (org-archive-subtree-add-inherited-tags): New variable to control
4528         whether inherited tags should be appended to local tags when
4529         archiving subtrees.
4530         (org-archive-subtree): Use the new variable.
4532 2011-07-28  Bastien Guerry  <bzg@gnu.org>
4534         * org-archive.el (org-archive-save-context-info): Fix docstring.
4536 2011-07-28  Julien Danjou  <julien@danjou.info>
4538         * org-crypt.el (org-decrypt-entry): Delete \n on top level
4539         heading.  This avoids a display bug showing the heading outlined
4540         where the text is not since it does not have the outline property.
4541         Restore subtree visibility state after decryption.
4543 2011-07-28  Julien Danjou  <julien@danjou.info>
4545         * org-agenda.el (org-agenda-list): Use `org-agenda-current-span'
4546         as a possible default span if it is set.
4548 2011-07-28  Dan Davison  <dandavison7@gmail.com>
4550         * org-src.el (org-edit-src-persistent-message): Change docstring.
4551         (org-edit-src-code): Get rid of help message in echo area.
4553         * ob.el (org-babel-do-in-edit-buffer): Do not pass 'quietly
4554         argument to org-edit-src-code as this has been removed.
4556 2011-07-28  Bastien Guerry  <bzg@gnu.org>
4558         * org-latex.el (org-export-latex-emphasis-alist): Use
4559         \protectedtexttt for the =...= emphasis and \verb for the ~...~
4560         emphasis.
4561         (org-export-latex-use-verb): Now defaults to t.
4562         (org-export-latex-emph-format): Distinguish between =...= and
4563         ~...~ emphasis.
4565 2011-07-28  Julien Danjou  <julien@danjou.info>
4567         * org.el (org-link-expand-abbrev): Allow any type of character in
4568         link expand.
4570 2011-07-28  Dan Davison  <dandavison7@gmail.com>
4572         * ob-lob.el (org-babel-lob-ingest): Add prefix to file prompt.
4574 2011-07-28  Dan Davison  <dandavison7@gmail.com>
4576         * ob-ref.el (org-babel-ref-resolve): `save-window-excursion' when
4577         resolving references.
4579 2011-07-28  Bastien Guerry  <bzg@gnu.org>
4581         * org-html.el (org-export-html-html-helper-timestamp): Use <hr/>
4582         instead of <hr> to keep w3c validator happy.
4584 2011-07-28  Dan Davison  <dandavison7@gmail.com>
4586         * ob.el (org-babel-where-is-src-block-head): Detect src block if
4587         point is on a #+header line.
4589 2011-07-28  Dan Davison  <dandavison7@gmail.com>
4591         * ob.el (org-babel-where-is-src-block-head): Skip over intervening
4592         #+header lines when searching for block associated with block name
4593         line.
4595 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
4597         * ob.el (org-babel-result-end): Replace call to `org-in-item-p' to
4598         the more specific `org-at-item-p'.
4600 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
4602         * org-latex.el (org-latex-default-figure-position): New defcustom
4603         for default placement of latex figures.
4604         (org-export-latex-tables): Positioning tables using the new
4605         defcustom variable.
4606         (org-export-latex-format-image): Positioning images using the new
4607         defcustom variable.
4609 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
4611         * ob-ditaa.el (org-babel-execute:ditaa): Throw error when
4612         evaluated and :file header argument is missing.
4614 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
4616         * ob-exp.el (org-babel-exp-do-export): Simplified, no longer need
4617         to do anything to export code.
4618         (org-babel-exp-results): No longer returns a replacement for the
4619         code block.
4620         (org-babel-exp-inline-src-blocks): Simplified.
4621         (org-babel-exp-src-block): Removed unnecessary pluralization from
4622         function name.
4624 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
4626         * ob-exp.el (org-babel-exp-inline-src-blocks): Simplified
4627         exportation of inline code blocks using normal code block
4628         execution mechanism to insert results.
4629         (org-babel-exp-results): Results exportation mechanism is unified
4630         for both inline and regular code blocks.
4632         * ob.el (org-babel-where-is-src-block-result): Returns the point
4633         after an inline code block for inline code blocks.
4635 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
4637         * ob.el (org-babel-insert-result): Special handling of the
4638         position of results of inline code blocks.
4639         (org-babel-examplize-region): Now able to comment inline regions.
4641 2011-07-28  Lawrence Mitchell  <wence@gmx.li>
4643         * org-exp.el (org-export-with-LaTeX-fragments): Fix docstring so
4644         that \\[ a = b \\] is not interpreted as a keybinding by
4645         `substitute-command-keys'.
4647 2011-07-28  Dan Davison  <dandavison7@gmail.com>
4649         * org-latex.el (org-export-as-latex): Process export property list
4650         with `org-export-process-option-filters' early in latex export.
4652 2011-07-28  Julien Danjou  <julien@danjou.info>
4654         * org.el: Remove `org-invisible-p': `outline-invisible-p' is
4655         available in Emacs 22 and in recent XEmacs 21.  Replace in various
4656         files.
4658 2011-07-28  Julien Danjou  <julien@danjou.info>
4660         * org-agenda.el (org-agenda-get-progress): Fix regexp for statep:
4661         it must has \\ at the end of the line.  This avoid matching the
4662         following heading when there's no newline between the logged state
4663         and the next heading.
4665 2011-07-28  Julien Danjou  <julien@danjou.info>
4667         * org-agenda.el (org-format-agenda-item): Simplify time comuting.
4669 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
4671         * org.el (org-current-level, org-store-link, org-mark-subtree):
4672         Use `org-with-limited-levels'.
4674 2011-07-28  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
4676         * org-publish.el (org-publish-get-base-files): Add sitemap file.
4678 2011-07-28  Matt Lundin  <mdl@imapmail.org>
4680         * org-agenda.el (org-agenda-todo-ignore-deadlines): New option.
4681         (org-agenda-todo-ignore-scheduled): New option.
4682         (org-agenda-todo-ignore-timestamp): New option.
4683         (org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item):
4684         Allow user to specify custom distance to ignore (future or past).
4685         (org-agenda-todo-custom-ignore-p): New function.
4687 2011-07-28  Matt Lundin  <mdl@imapmail.org>
4689         * org-habit.el (org-habit-parse-todo) Don't parse more days than
4690         needed.
4692 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
4694         * ob.el (org-babel-map-inline-src-blocks): Macro for executing
4695         code in each inline code block.
4696         (org-babel-execute-buffer): Executes inline code blocks as well as
4697         regular code blocks.
4699 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
4701         * ob.el (org-babel-result-end): Now recognizes "#+begin_org"
4702         blocks for removal.
4704 2011-07-28  Benjamin Drieu  <bdrieu@april.org>  (tiny change)
4706         * org-clock.el (org-clock-before-select-task-hook): New hook.
4707         (org-clock-select-task): Run new hook.
4709 2011-07-28  Julien Danjou  <julien@danjou.info>
4711         * org-agenda.el (org-agenda-get-blocks): Fix time of start/end of
4712         events with range.  This display things like: <2011-01-22 Sat
4713         14:00>--<2011-01-23 Sun 20:00> correctly, with the event starting
4714         at 14:00 and ending at 20:00.
4716 2011-07-28  Dan Davison  <dandavison7@gmail.com>
4718         * ob.el (org-babel-inline-src-block-regexp): Character preceding
4719         "src_" can now be anything as long as it is neither alphanumeric
4720         nor '-'.
4722 2011-07-28  Dan Davison  <dandavison7@gmail.com>
4724         * ob.el (org-babel-merge-params): Docstring typo.
4726 2011-07-28  Dan Davison  <dandavison7@gmail.com>
4728         * ob.el (org-babel-params-from-buffer): Process all #+babel: lines
4729         in the buffer.
4731 2011-07-28  Dan Davison  <dandavison7@gmail.com>
4733         * ob.el (org-babel-get-src-block-info): Alter order of merge
4734         arguments.
4736 2011-07-28  Dan Davison  <dandavison7@gmail.com>
4738         * ob-python.el: Test whether non-nil buffer is #<killed buffer>.
4740 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
4742         * ob.el (org-babel-insert-result): Ensure all parts of result
4743         wrappers end in newlines.
4745 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
4747         * ob-tangle.el (org-babel-tangle): New :mkdirp header argument
4748         optionally creates parent directories of tangle targets.
4750 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
4752         * org-ascii.el (org-ascii-level-start): Catch the case of levels
4753         which do not have an equivalent in the list of underline
4754         characters.
4756 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
4758         * ob-sh.el (org-babel-sh-var-quote-fmt): Now possible to customize
4759         the format string used to escape arguments to shell code blocks.
4761 2011-07-28  Julien Danjou  <julien@danjou.info>
4763         * org-agenda.el (org-agenda-reset-view): New function.
4764         (org-agenda-view-mode-dispatch): Bind space to org-agenda-reset-view.
4766 2011-07-28  Puneeth Chaganti  <punchagan@gmail.com>
4768         * org-exp.el (org-export-handle-include-files): Support :lines
4769         property.
4770         (org-get-file-contents): New argument lines to include specify a
4771         range of lines to include.
4773 2011-07-28  Bastien Guerry  <bzg@gnu.org>
4775         * org.el (org-fast-tag-selection): Fix bug when assigning keys.
4777 2011-07-28  Lawrence Mitchell  <wence@gmx.li>
4779         * org-latex.el (org-export-latex-make-header): Export email in
4780         author line if `org-export-email-info' is non-nil.
4782 2011-07-28  Julien Danjou  <julien@danjou.info>
4784         * org-agenda.el (org-agenda-goto-today): Respect current span.
4786 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
4788         * org-complete.el (pcomplete/org-mode/link)
4789         (pcomplete/org-mode/todo, pcomplete/org-mode/prop): Copy list
4790         before uniquifying.
4792 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
4794         * ob-tangle.el (org-babel-spec-to-string): Adding "noweb" as a
4795         linking comment type
4796         (org-babel-tangle-comment-links): Returns comment links for the
4797         source code block at point.
4799 2011-07-28  Bastien Guerry  <bzg@gnu.org>
4801         * org.el (org-refile-check-position): Send a more explicit message
4802         on how to clear the cache before refiling again.
4804 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
4806         * org-agenda.el (org-agenda-skip-function-global): New option.
4807         (org-agenda-skip-eval): New function.
4808         (org-agenda-skip): Use `org-agenda-skip-eval' and also check for
4809         the global skipping condition.
4811 2011-07-28  David Maus  <dmaus@ictsoc.de>
4813         * org-html.el (org-export-as-html): Handle timestamps after
4814         handling links.
4816 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
4818         * ob-tangle.el (org-babel-tangle-jump-to-org): Ever wider searches
4819         until either a matching block is found, or the limits of the file
4820         are reached.
4822 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
4824         * ob.el (org-babel-update-block-body): Literal argument to
4825         `replace-match' to allow insertion of text containing '\'.
4827 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
4829         * ob-ref.el (org-babel-ref-parse): Allow passing empty strings
4830         into code blocks.
4832 2011-07-28  David Maus  <dmaus@ictsoc.de>
4834         * test-org-table.el
4835         (test-org-table/org-table-convert-refs-to-rc/3)
4836         (test-org-table/org-table-convert-refs-to-rc/2)
4837         (test-org-table/org-table-convert-refs-to-rc/1)
4838         (test-org-table/org-table-convert-refs-to-an/3)
4839         (test-org-table/org-table-convert-refs-to-an/2)
4840         (test-org-table/org-table-convert-refs-to-an/1): Provide tests for
4841         table formular format conversion.
4843 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
4845         * org.el (org-sort-entries): Fix sorting with a bold emphasis at
4846         bol.
4848 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
4850         * ob.el (org-babel-open-src-block-result): Must collect result
4851         *before* jumping to the result buffer.
4853 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
4855         * ob.el (org-babel-src-block-names): Fix bug, wrong match-string
4856         used after update to regexp.
4858 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
4860         * ob.el (org-babel-temp-file): Ensure that
4861         `org-babel-temporary-directory' is bound before using.
4862         (org-babel-remove-temporary-directory): Safer error throwing.
4864 2011-07-28  niels giesen  <niels.giesen@gmail.com>
4866         * org-docbook.el (org-export-docbook-finalize-table): Do literal
4867         replacements.
4869 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
4871         * ob.el (org-babel-execute-src-block): Uses org-src-lang-modes to
4872         resolve language names for evaluation.
4874 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
4876         * org-capture.el (org-capture-templates): Add %f and %F escapes
4877         (org-capture): Add more information to capture property list
4878         (org-capture-fill-template): Handle %f and %F escapes.
4880 2011-07-28  David Maus  <dmaus@ictsoc.de>
4882         * org-publish.el (org-publish-cache-ctime-of-src): Use mtime of
4883         symlink target.
4885 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
4887         * org.el (org-occur-next-match): New function.
4888         (org-mode): Set the variable `next-error-function'.
4889         (org-highlight-new-match): Add an `org-type' property to the
4890         overlays.
4892 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
4894         * ob-calc.el: No longer require `calc-trail' on XEmacs.
4896 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
4898         * org.el (org-modules): Add `org-eshell'.
4900 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
4902         * org-special-blocks.el (htmlp, latexp, line): Add defvars for
4903         dynamically scoped variables.
4905         * org.el (org-modules): Move `org-special-blocks' into the core
4906         modules section.
4908 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
4910         * org-special-blocks.el: New file.
4912 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
4914         * org.el (org-plist-delete): Remove duplicate definition.
4916 2011-07-28  Bernt Hansen  <bernt@norang.ca>
4918         * org-agenda.el (org-agenda-goto): Display invisible entry text.
4920         * org-agenda.el (org-agenda-switch-to): Display invisible entry
4921         text.
4923 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
4925         * org.el (org-get-category): New optional argument FORCE-REFRESH.
4926         Automatically refresh if the property is not there.
4927         (org-entry-properties): Remove refresh - this is now done in
4928         org-get-category.
4930         * org-clock.el (org-clock-insert-selection-line): Let
4931         `org-get-category' do the property refresh.
4933         * org-archive.el (org-archive-subtree): Force a refresh of
4934         category properties.
4936 2011-07-28  Julien Danjou  <julien@danjou.info>
4938         * org-icalendar.el (org-print-icalendar-entries): Do not manually
4939         refresh categories.
4941 2011-07-28  Dan Davison  <dandavison7@gmail.com>
4943         * org.el (org-display-inline-images): Check for clear-image-cache
4944         before using it.
4946 2011-07-28  Bernt Hansen  <bernt@norang.ca>
4948         * org.el: Document missing value for org-link-frame-setup.
4950 2011-07-28  Dan Davison  <dandavison7@gmail.com>
4952         * ob-R.el (org-babel-R-write-object-command): Force evaluation of
4953         user code prior to the R exception-handling, so that errors in
4954         user code are unhandled.
4956 2011-07-28  Dan Davison  <dandavison7@gmail.com>
4958         * org-src.el (org-src-font-lock-fontify-block): Test, early on,
4959         that a major-mode function corresponding to the language string
4960         exists.
4962 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
4964         * org-exp.el (org-export-mark-list-ending): Insert additional
4965         newline characters if end-list-marker is at a wrong position.
4967 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
4969         * ob.el (org-babel-script-escape): Replace commas with spaces for
4970         better list reading when list items are packed with commas,
4971         e.g. Haskell list output.
4973 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
4975         * ob-sass.el (org-babel-execute:sass): Uses ob-eval for better
4976         error reporting.
4978 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
4980         * ob.el (org-babel-confirm-evaluate): Fix for the case when
4981         org-confirm-babel-evaluate is a function (used to always ask no
4982         matter what the function returns).
4984 2011-07-28  Dan Davison  <dandavison7@gmail.com>
4986         * ob-R.el: Delete duplicated function.
4988 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
4990         * ob.el (org-babel-execute-src-block): Removed unused flet
4991         function.
4993 2011-07-28  Dan Davison  <dandavison7@gmail.com>
4995         * ob-asymptote.el (org-babel-execute:asymptote): Return nil to
4996         signal that the intended content has been written to file.
4998         * ob-ditaa.el (org-babel-execute:ditaa): Return nil to signal that
4999         the intended content has been written to file.
5001         * ob-dot.el (org-babel-execute:dot): Return nil to signal that the
5002         intended content has been written to file.
5004         * ob-gnuplot.el (org-babel-execute:gnuplot): Return nil to signal
5005         that the intended content has been written to file.
5007         * ob-latex.el (org-babel-execute:latex): Return nil to signal that
5008         the intended content has been written to file.
5010         * ob-mscgen.el (org-babel-execute:mscgen): Return nil to signal
5011         that the intended content has been written to file.
5013         * ob-octave.el (org-babel-execute:octave): Return result; not name
5014         of output file.
5016         * ob-plantuml.el (org-babel-execute:plantuml): Return nil to
5017         signal that the intended content has been written to file.
5019         * ob-python.el (org-babel-execute:python): Return result; not name
5020         of output file.
5022         * ob-ruby.el (org-babel-execute:ruby): Return result; not name of
5023         output file.
5025         * ob-sass.el (org-babel-execute:sass): Return nil if result has
5026         been written to file.
5028 2011-07-28  Dan Davison  <dandavison7@gmail.com>
5030         * ob-R.el (org-babel-R-graphical-output-file): New function
5031         returns the name of the output file iff R has been instructed to
5032         send graphical output to file by means of the ":results graphics"
5033         directive.
5034         (org-babel-expand-body:R): Use `org-babel-R-graphical-output-file'
5035         when constructing the R code to evaluate, which may be augmented
5036         with code implementing the writing of graohical output to file.
5037         (org-babel-execute:R): Use `org-babel-R-graphical-output-file' to
5038         determine whether R is taking responsibility for writing output to
5039         file; if so, this is signaled to ob.el by returning a nil result.
5041 2011-07-28  Dan Davison  <dandavison7@gmail.com>
5043         * ob.el (org-babel-format-result): New function to format results
5044         of src block execution.
5045         (org-babel-execute-src-block): Use `org-babel-format-result' when
5046         writing to file.
5047         (org-babel-open-src-block-result): Use `org-babel-format-result'
5048         when displaying results in a buffer.  Name results buffer
5049         differently.
5051 2011-07-28  Dan Davison  <dandavison7@gmail.com>
5053         * ob.el (org-babel-execute-src-block): Avoid calling
5054         `orgtbl-to-generic' on number results.
5056 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
5058         * ob.el (org-babel-execute-src-block): Allow specification of
5059         table separator with :sep header argument.
5060         (org-babel-open-src-block-result): Allow specification of table
5061         separator with :sep header argument.
5063 2011-07-28  Dan Davison  <dandavison7@gmail.com>
5065         * ob.el (org-babel-execute-buffer): Wipe error buffer at outset of
5066         executing buffer (note that this handles execute subtree also).
5068 2011-07-28  Nicolas Goaziou  <n.goaziou@gmail.com>
5070         * org-inlinetask.el (org-inlinetask-in-task-p): Small refactoring,
5071         do not modify match data either.
5072         (org-inlinetask-goto-end): Small refactoring, remove
5073         case-sensitivity.
5074         (org-inlinetask-goto-beginning): Small refactoring, remove
5075         case-sensitivity.
5077 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
5079         * org-capture.el (org-capture-set-target-location): Use
5080         `current-time'.
5082 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
5084         * org-capture.el (org-capture-set-target-location): Use
5085         `current-time'.
5087 2011-07-28  Bernt Hansen  <bernt@norang.ca>
5089         * org.el (org-before-first-heading-p): If point is on an org-mode
5090         heading line then we are not before the first heading.
5092 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>  (tiny change)
5094         * org-timer.el (org-timer-continue-hook): Define the variable
5095         (org-timer-pause-or-continue): Run hook after relative timer is
5096         continued.
5098 2011-07-28  Julien Danjou  <julien@danjou.info>
5100         * org-agenda.el (org-compile-prefix-format): Allow %() expression.
5102 2011-07-28  Julien Danjou  <julien@danjou.info>
5104         * org-capture.el (org-capture-fill-template): Use org-eval.
5106 2011-07-28  Julien Danjou  <julien@danjou.info>
5108         * org-agenda.el (org-eval): New function.
5110 2011-07-28  Dan Davison  <dandavison7@gmail.com>
5112         * ob.el (org-babel-execute-src-block): With :results file, when
5113         :file is not supplied, interpret result as a file link as long as
5114         it is a string.
5116 2011-07-28  David Maus  <dmaus@ictsoc.de>
5118         * org-latex.el (org-export-latex-preprocess): Don't convert link
5119         description parts that look like numeric footnote.
5121 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
5123         * org-latex.el (org-export-latex-tables): Allowing specification
5124         of tabular[xy] inner environments through the ATTR_LaTeX line.
5126 2011-07-28  Julien Danjou  <julien@danjou.info>
5128         * org-capture.el (org-capture-fill-template): Use
5129         `org-set-property' directly.
5131 2011-07-28  Julien Danjou  <julien@danjou.info>
5133         * org-agenda.el (org-agenda-prefix-format): Add missing `search'
5134         item in docstring.
5136 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
5138         * org-exp.el (org-export-string): Use `format' to construct
5139         function call to allow symbolic or string arguments.
5141 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
5143         * org-capture.el (org-capture-place-entry):
5144         (org-capture-insert-template-here): Check tree for validity before
5145         pasting it.
5147 2011-07-28  Julien Danjou  <julien@danjou.info>
5149         * org-gnus.el (org-gnus-store-link): Trim date.
5151 2011-07-28  Julien Danjou  <julien@danjou.info>
5153         * org.el (org-email-link-description): Allow to retrieve email
5154         link date.
5156 2011-07-28  Lawrence Mitchell  <wence@gmx.li>
5158         * org.el (org-make-target-link-regexp): `regexp-quote' target
5159         before replacing whitespace.
5161 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
5163         * ob.el (org-babel-expand-noweb-references): Noweb references can
5164         now be resolved from the library of babel.
5166 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
5168         * ob.el (org-babel-result-end): No longer leaving trailing new
5169         line after block removal.
5171 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
5173         * org-latex.el (org-export-latex-first-lines): Anchor outline
5174         regexp during LaTeX tree export.
5176 2011-07-28  Konrad Hinsen  <konrad.hinsen@fastmail.net>
5178         * ob-python.el (org-babel-python-initiate-session-by-key): Make
5179         sure that py-which-bufname is initialized, as otherwise it will be
5180         overwritten the first time a Python buffer is created.
5182 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
5184         * ob-sh.el (org-babel-sh-var-to-sh): Better escaping of variables
5185         with spaces.
5187 2011-07-28  Eric Schulte  <schulte.eric@gmail.com>
5189         * ob-org.el (org-babel-execute:org): Padding code block with an
5190         empty title on LaTeX export.
5192 2011-07-28  Matt Lundin  <mdl@imapmail.org>
5194         * org.el (org-entry-properties): Stop scanning for timestamps if a
5195         specific timestamp property (e.g., DEADLINE, SCHEDULED, etc.) is
5196         requested and a match is found.  Also, if a specific timestamp
5197         property is requested, do not push non-relevant timestamps onto
5198         property list.
5200 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
5202         * org-agenda.el (org-agenda-add-time-grid-maybe): Show time only
5203         when grid is being made for today.
5205 2011-07-28  Matt Lundin  <mdl@imapmail.org>
5207         * org-agenda.el (org-agenda-get-scheduled): Don't call
5208         `org-is-habit-p' until after checking for
5209         `org-agenda-skip-scheduled-if-done'.
5211 2011-07-28  Achim Gratz  <Stromeko@nexgo.de>
5213         * org.el: Remove spurious linebreak introduced by earlier patch.
5215         * ob.el, ob-ref.el: Remove double fix of the same problem.
5217 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
5219         * org-table.el (orgtbl-ctrl-c-ctrl-c): Parse buffer for constants.
5221 2011-07-28  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>
5223         * org-html.el (org-export-html-mathjax-template): Displaymath
5224         environment and MathJax.
5226 2011-07-28  Carsten Dominik  <carsten.dominik@gmail.com>
5228         * org-faces.el (org-agenda-current-time): New face.
5230         * org-agenda.el (org-agenda-show-current-time-in-grid):
5231         (org-agenda-current-time-string): New options.
5232         (org-agenda-add-time-grid-maybe): Add current time to time grid.
5234 2011-05-10  Jim Meyering  <meyering@redhat.com>
5236         Fix doubled-word typos.
5237         * org-agenda.el (org-agenda-entry-types): the the -> the
5238         * org-table.el (org-table-get-remote-range): or or -> or
5239         * org-wl.el (org-wl-folder-type): the the -> the
5240         * org.el (org-goto, org-inside-LaTeX-fragment-p): Likewise.
5242 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5244         * org-src.el (org-src-switch-to-buffer):
5245         * org-plot.el (org-plot/gnuplot-script, org-plot/gnuplot):
5246         * org-mouse.el (org-mouse-agenda-type):
5247         * org-freemind.el (org-freemind-node-to-org):
5248         * ob-sql.el (org-babel-execute:sql):
5249         * ob-exp.el (org-babel-exp-do-export, org-babel-exp-code):
5250         * ob-ref.el (org-babel-ref-resolve): Fix use of case.
5252 2011-03-07  Chong Yidong  <cyd@stupidchicken.com>
5254         * Version 23.3 released.
5256 2011-03-06  Juanma Barranquero  <lekktu@gmail.com>
5258         * org.el (org-blank-before-new-entry, org-context-in-file-links)
5259         (org-refile-targets, org-log-repeat, org-insert-link)
5260         (org-speed-command-default-hook, org-speed-command-hook)
5261         (org-in-regexps-block-p, org-yank-generic, org-goto-first-child):
5262         Fix typos in docstrings.
5263         (org-toggle-pretty-entities): Fix typo in message.
5265 2011-03-06  Juanma Barranquero  <lekktu@gmail.com>
5267         * org-id.el: Don't set `kill-emacs-hook' on noninteractive sessions.
5269 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5271         * org-remember.el (org-remember-mode-map):
5272         * org-src.el (org-src-mode-map): Move initialization into declaration.
5274 2011-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
5276         * org-remember.el (org-remember-mode):
5277         * org-capture.el (org-capture-mode): Don't run hook redundantly.
5279 2011-01-09  Chong Yidong  <cyd@stupidchicken.com>
5281         * org-faces.el (org-link): Inherit from link face.
5282         Suggested by Joakim Verona.
5284 2010-12-11  Tassilo Horn  <tassilo@member.fsf.org>
5286         * org-footnote.el (org-footnote-create-definition): Place
5287         Footnotes section before message-signature-separator also in modes
5288         derived from message-mode.
5290 2010-12-11  Julien Danjou  <julien@danjou.info>
5292         * org.el (org-make-tags-matcher): Remove useless cat-p value.
5294 2010-12-11  Julien Danjou  <julien@danjou.info>
5296         * org.el (org-entry-properties): Enhance docstring.
5298 2010-12-11  Nicolas Goaziou  <n.goaziou@gmail.com>
5300         * org-list.el (org-list-top-point-with-indent)
5301         (org-list-bottom-point-with-indent): Pay also attention to
5302         'original-indentation property of text, as blocks are put to
5303         column 0 upon exporting.
5305 2010-12-11  Dan Davison  <dandavison7@gmail.com>
5307         * ob.el (org-babel-remove-temporary-directory): Handle exception
5308         with message informing of failure to remove directory.
5310 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
5312         * ob-clojure.el (org-babel-header-arg-names:clojure): Add
5313         `package' to the list of Clojure header arguments which will be read
5314         from heading properties.
5316 2010-12-11  Nicolas Goaziou  <n.goaziou@gmail.com>
5318         * org-inlinetask.el (org-inlinetask-export-templates): Add
5319         Sébastien Vauban's suggestion for LaTeX export in docstring.  This is
5320         not default as it requires an additional LaTeX package: "todonotes".
5322 2010-12-11  Nicolas Goaziou  <n.goaziou@gmail.com>
5324         * org-inlinetask.el (org-inlinetask-export-templates): New variable.
5326         * org-inlinetask.el (org-inlinetask-export-handler): Make use of
5327         templates to export inline tasks.
5329 2010-12-11  Nicolas Goaziou  <n.goaziou@gmail.com>
5331         * org.el (org-current-level): Ignore inline tasks when getting current
5332         level of entry.
5334 2010-12-11  Nicolas Goaziou  <n.goaziou@gmail.com>
5336         * org.el (org-indent-line-function): Ignore drawers inside inline
5337         tasks  if the line to indent isn't inside an inline task itself.
5339 2010-12-11  Nicolas Goaziou  <n.goaziou@gmail.com>
5341         * org-inlinetask.el (org-inlinetask-get-task-level): New function.
5343         * org-indent.el (org-indent-add-properties): Find true level of
5344         indentation wrt inline tasks.
5346 2010-12-11  Nicolas Goaziou  <n.goaziou@gmail.com>
5348         * org-inlinetask.el (org-inlinetask-outline-regexp): New function.
5350         * org-inlinetask.el (org-inlinetask-goto-beginning): New function.
5352         * org-inlinetask.el (org-inlinetask-goto-end): New function.
5354         * org.el (org-mark-subtree): New command.
5356         * org.el (org-speed-commands-default, org-mode-map): Make use of
5357         new command.
5359 2010-12-11  Nicolas Goaziou  <n.goaziou@gmail.com>
5361         * org-inlinetask.el (org-inlinetask-export-handler): Remove protection
5362         from @<span class...> so it can be removed during LaTeX export.
5364 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
5366         * ob.el (org-babel-insert-result): More informative code block
5367         evaluation messages.
5369 2010-12-11  Matt Lundin  <mdl@imapmail.org>
5371         * org.el (org-make-heading-search-string): Optionally limit number
5372         of lines stored in file link search strings.
5373         (org-context-in-file-links): Add option to set to integer specifying
5374         number of lines.
5376 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
5378         * org-capture.el (org-capture-finalize): New prefix argument
5379         STAY-WITH-CAPTURE.
5380         (org-capture-refile): Improve docstring.
5382 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
5384         * ob-sql.el (org-babel-execute:sql): Add msosql as optional sql
5385         interaction engine.
5387 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
5389         * org-agenda.el (org-agenda-list):
5390         (org-agenda-goto-today): Use `org-today'.
5392 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
5394         * org-latex.el (org-export-latex-make-header): Swap \begin{document}
5395         and the title/author definitions.
5397 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
5399         * org-macs.el: Better backup definition for
5400         `with-silent-modifications'.
5402 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
5404         * ob-python.el (org-babel-execute:python): Rename "prefix" to
5405         "preamble".
5406         (org-babel-python-evaluate): Rename "prefix" to "preamble".
5407         (org-babel-python-evaluate-external-process): Rename "prefix" to
5408         "preamble".
5410 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
5412         * ob.el (org-babel-examplize-region): Check if `end' is a marker
5413         or a point and handle appropriately.
5415 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
5417         * ob-sql.el (org-babel-execute:sql): Explicitly set field
5418         separator to \t when importing tabular data.
5420 2010-12-11  Julien Danjou  <julien@danjou.info>
5422         * org-agenda.el (org-agenda-custom-commands-local-options):
5423         Allow org-agenda-span to be a symbol.
5424         (org-agenda-ndays): Make obsolete.
5425         (org-agenda-span): New variable superseding org-agenda-ndays.
5426         (org-agenda-menu): Use org-agenda-current-span.
5427         (org-agenda-current-span): New local variable storing current
5428         span.
5429         (org-agenda-list): Take a span instead of ndays as argument.
5430         This function is now responsible for computing the ndays based
5431         on span.
5432         (org-agenda-ndays-to-span): Return span only if number of days
5433         really matches.
5434         (org-agenda-span-to-ndays): New function.
5435         (org-agenda-manipulate-query): Use org-agenda-compute-starting-span.
5436         (org-agenda-goto-today): Use org-agenda-compute-starting-span.
5437         (org-agenda-later): Do not give compute a new span, use the
5438         current one.
5439         (org-agenda-day-view, org-agenda-week-view)
5440         (org-agenda-month-view, org-agenda-year-view): Stop touching
5441         org-agenda-ndays.
5442         (org-agenda-change-time-span): Only compute starting-span.
5443         (org-agenda-compute-starting-span): New function derived from
5444         the old org-agenda-compute-time-span.
5445         (org-agenda-set-mode-name): Compute mode based on
5446         org-agenda-current-span.
5447         (org-agenda-span-name): New function.
5449 2010-12-11  Robert Pluim  <rpluim@gmail.com>  (tiny change)
5451         * org-agenda.el (org-agenda-toggle-deadlines): Fix docstring.
5453 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
5455         * org-clock.el (org-quarter-to-date): Define variables.
5456         (org-clock-special-range): Defin variables.  Use org-floor*.
5457         (org-clocktable-write-default): Define tcol.
5459         * org-compat.el (org-floor*): New function.
5461 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
5462             John Wiegley  <jwiegley@gmail.com>
5464         * org-complete.el: New file.
5466 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
5468         * org-clock.el (org-clocktable-write-default): Fix the % formula.
5470 2010-12-11  Matt Lundin  <mdl@imapmail.org>
5472         * org-agenda.el (org-format-agenda-item): The value of
5473         org-category is not converted to a string unless it is defined.
5475 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
5477         * ob-python.el (org-babel-execute:python): Pass the new "prefix"
5478         header argument through to external evaluation.
5479         (org-babel-python-evaluate): Pass the new "prefix" header argument
5480         through to external evaluation.
5481         (org-babel-python-evaluate-external-process): When specified prepend
5482         "prefix" to the file used in external evaluation.
5484 2010-12-11  Dan Davison  <dandavison7@gmail.com>
5486         * ob-python.el (org-babel-python-evaluate-session): Change python
5487         module name from 'pp' to 'pprint'.
5489 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
5491         * ob-R.el (org-babel-R-evaluate-session): Removing empty lines
5492         from R session output, these are often the result of variable
5493         assignments.
5495 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
5497         * ob-sql.el (orgtbl-to-csv): Declaring an external function to
5498         fix a compiler warning.
5500 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
5502         * ob-eval.el (require): No longer require ob.el to allow
5503         requiring by ob.el.
5505         * ob.el (ob-eval): Require ob-eval.
5507 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
5509         * ob.el (org-babel-confirm-evaluate): Show code block's name when
5510         it is available during evaluation query.
5512 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
5514         * ob-sql.el (org-babel-expand-body:sql): Expand the body of a sql
5515         code block.
5516         (org-babel-execute:sql): Use sql specific body expansion function.
5517         (org-babel-sql-expand-vars): Insert variables into a sql code block.
5519 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
5521         * ob.el (org-babel-insert-result): Using markers instead of
5522         points for more robust buffer anchors.
5524 2010-12-11  Julien Danjou  <julien@danjou.info>
5526         * org-capture.el: Use org-today.
5528 2010-12-11  Julien Danjou  <julien@danjou.info>
5530         * org-habit.el: Use org-today.
5532 2010-12-11  Julien Danjou  <julien@danjou.info>
5534         * org.el (org-auto-repeat-maybe): Use org-today.
5536 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
5538         * org-clock.el (org-day-of-week): New function.
5539         (org-quarter-to-date): New function.
5540         (org-clock-special-range): Implement quarters.
5542 2010-12-11  Sébastien Vauban  <wxhgmqzgwmuf@spammotel.com>
5544         * org.el (org-complete-tags-always-offer-all-agenda-tags):
5545         Fix docstring.
5547 2010-12-11  Julien Danjou  <julien@danjou.info>
5549         * org-agenda.el (org-format-agenda-item): Convert category to a string
5550         if it is a symbol.  This fixes the following call to
5551         org-agenda-get-category-icon which fails if category is not a string.
5553 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
5555         * ob-clojure.el: Updated requirements documentation to mention
5556         the minimum version of Clojure.
5557         (org-babel-expand-body:clojure): Fully qualified function name.
5559 2010-12-11  Nicolas Goaziou  <n.goaziou@gmail.com>
5561         * org-latex.el (org-export-latex-lists): Do not add an
5562         unnecessary newline character after a list.
5564         * org-list.el (org-list-bottom-point-with-indent): Ensure bottom
5565         point is just after a non blank line.
5567 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
5569         * ob.el (org-babel-examplize-region): Remove old assertion which
5570         no longer applies to the result insertion code.
5572 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
5574         * ob-python.el (org-babel-execute:python): Use a :return header
5575         argument for external evaluation in which the code block body need
5576         to be wrapped in a function.
5578 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
5580         * ob-clojure.el (org-babel-expand-body:clojure): Trapped free
5581         variable.
5583 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
5585         * org.el (org-edit-special): Edit formulas when in TBLMF line.
5587 2010-12-11  Allen S. Rout  <asr@ufl.edu>  (tiny change)
5589         * org-capture.el (org-capture-after-finalize-hook): New hook.
5590         (org-capture-finalize): Run the new hook.
5592 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
5594         * ob-clojure.el (org-babel-expand-body:clojure): Support for
5595         pretty printing of Clojure code and data.
5597 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
5599         * ob.el (org-babel-insert-result): No longer escape results which
5600         will be wrapped in a block.
5602 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
5604         * ob-eval.el (org-babel-eval-wipe-error-buffer): Fix compiler
5605         warning and added documentation string.
5607 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
5609         * ob-clojure.el (org-babel-execute:clojure): Remade using slime
5610         for all code evaluation.
5612 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
5614         * org-beamer.el (org-beamer-sectioning): Allow overlay arguments for
5615         the column as well.
5617 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
5619         * ob.el (org-babel-confirm-evaluate): More descriptive message
5620         when evaluation is aborted or disabled.
5622 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
5624         * ob.el (org-babel-insert-result): Responds to new "wrap" header
5625         argument.
5626         (org-babel-merge-params): Includes new "wrap" header argument in
5627         one of the results header argument exclusive groups.
5629 2010-12-11  David Maus  <dmaus@ictsoc.de>
5631         * org-macs.el (with-silent-modifications): Fix condition for
5632         with-silent-modification.
5634 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
5636         * ob.el (org-babel-parse-header-arguments): Stripping trailing
5637         spaces off of header arguments (even the first one).
5639 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
5641         * ob-sh.el (org-babel-sh-var-to-sh): Wrap end token of heredoc in
5642         single quotes which is the best practice.
5643         (org-babel-sh-table-or-results): Use `org-babel-script-escape' for
5644         more robust parsing of shell output.
5646 2010-12-11  Dan Davison  <dandavison7@gmail.com>
5648         * org.el (org-additional-option-like-keywords): Add more keywords,
5649         and colons to some old ones.
5651 2010-12-11  Dan Davison  <dandavison7@gmail.com>
5653         * ob-eval.el (org-babel-error-buffer-name): Define new variable.
5655 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
5657         * ob-python.el (org-babel-python-table-or-string):
5658         Using `org-babel-script-escape' for reading string input from scripting
5659         languages.
5661 2010-12-11  Achim Gratz  <Stromeko@nexgo.de>  (tiny change)
5663         * org-macs.el (org-called-interactively-p): Wrap function call in
5664         with-no-warnings.
5665         (with-silent-modifications): Declare macro for Emacs < 23.2.
5667 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
5669         * ob.el (org-babel-parse-header-arguments): Remove addition of
5670         ":" to singleton first header arguments as it was leading to errors.
5672 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
5674         * org-latex.el (org-export-latex-make-header): Run the title through
5675         `org-export-latex-fontify-headline'.
5676         (org-export-latex-fontify-headline): Do the protection of math
5677         snippets also here.
5679 2010-12-11  Richard Lawrence  <richard.lawrence@berkeley.edu>
5681         * org-latex.el (org-export-as-latex): Sent the section title
5682         through the preprocessor.
5684 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
5686         * org-html.el (org-html-level-start): Mark listified headings
5687         with a custom id.
5689 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
5691         * org.el (org-open-at-point): Don't do footnote action if cursor is
5692         on a bracket link.
5694 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
5696         * org.el (org-edit-special): Check also for TBLFM line.
5698 2010-12-11  Achim Gratz  <Stromeko@Stromeko.DE>  (tiny change)
5700         * org-clock.el (org-get-clocktable): Previous patch incorrectly
5701         required whitespace in front of #+BEGIN: and #+END:.
5703 2010-12-11  Dan Davison  <dandavison7@gmail.com>
5705         * org-src.el (org-edit-src-code): Allow region to be inherited by
5706         edit buffer when mark is one character beyond end of src block.
5708 2010-12-11  Nicolas Goaziou  <n.goaziou@gmail.com>
5710         * org-list.el (org-cycle-list-bullet): Ensure point is at bol before
5711         checking item indentation.
5713 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
5715         * ob.el (org-babel-map-src-blocks): Move to earlier in the file
5716         and now autoloading.
5718 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
5720         * ob-ref.el (org-babel-ref-at-ref-p): Use higher level function
5721         for testing list membership.
5723         * ob.el (org-babel-read-result): Use higher level function for
5724         testing list membership.
5725         (org-babel-result-end): Use higher level function for testing list
5726         membership.
5728 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
5730         * ob-sqlite.el (ob-eval): Require ob-eval for external command
5731         execution.
5732         (org-babel-execute:sqlite): No longer uses the init option for
5733         passing commands to sqlite.
5735 2010-12-11  Nicolas Goaziou  <n.goaziou@gmail.com>
5737         * org.el (org-indent-line-function): Drawers and blocks have no
5738         influence on indentation of text below.  Also fix indentation
5739         problem with a block at column 0 and add a special case for
5740         literal examples.
5742 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
5744         * ob.el (org-babel-map-src-blocks): Ensure that the file argument
5745         is only evaluated once.
5747 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
5749         * ob-ref.el (org-babel-ref-resolve): Recognize `list' as a unique
5750         type of data
5751         (org-babel-ref-at-ref-p): Recognize `list' as a unique type of data.
5753 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
5755         * ob-tangle.el (org-babel-load-file): Can be called interactively.
5757 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>  (tiny change)
5759         * org-table.el (orgtbl-after-send-table-hook): New hook.
5760         (orgtbl-ctrl-c-ctrl-c): Run `orgtbl-after-send-table-hook' when a
5761         table was sent.
5762         (orgtbl-send-table): Return the number of sent tables, or nil if no
5763         sending has happened.
5765 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
5767         * org.el (org-get-priority-function): New option.
5768         (org-get-priority): Call `org-get-priority-function' if that
5769         has been set.
5771 2010-12-11  Dan Davison  <dandavison7@gmail.com>
5773         * ob-table.el (org-babel-table-truncate-at-newline): Only add
5774         "..." if there is something after the newline.
5776 2010-12-11  Achim Gratz  <Stromeko@nexgo.de>  (tiny change)
5778         * org-clock.el (org-get-clocktable):
5779         (org-in-clocktable-p):
5780         (org-clocktable-shift):
5781         (org-clocktable-steps): Fix regexp to allow for indented clock tables.
5783 2010-12-11  Puneeth Chaganti  <punchagan@gmail.com>
5785         * org-exp.el (org-export-handle-include-files): Support :minlevel
5786         property.
5787         (org-get-file-contents): New argument minlevel to demote included
5788         content.
5790 2010-12-11  Noorul Islam  <noorul@noorul.com>
5792         * org-latex.el (org-export-latex-hyperref-format): New option.
5793         (org-export-latex-href-format): Rename the existing variable
5794         `org-export-latex-hyperref-format' as `org-export-latex-href-format'
5795         (org-export-latex-links): Use `org-export-latex-hyperref-format' and
5796         `org-export-latex-href-format'.
5798 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
5800         * ob-calc.el (org-babel-execute:calc): Ensure the *Calculator*
5801         buffer exists before it is used.
5803 2010-12-11  Nicolas Goaziou  <n.goaziou@gmail.com>
5805         * org-exp.el (org-export-preprocess-string): Delay code block
5806         processing a bit to allow correct list parsing in the export string.
5808 2010-12-11  Christopher Allan Webber  <cwebber@dustycloud.org>
5810         * org-agenda.el (org-agenda-timegrid-use-ampm): New option.
5811         (org-agenda-time-of-day-to-ampm): New function.
5812         (org-agenda-time-of-day-to-ampm-maybe): New function.
5813         (org-format-agenda-item): Call org-agenda-time-of-day-to-ampm-maybe.
5815 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
5817         * org-faces.el (org-cycle-level-faces): New option.
5819         * org.el (org-get-level-face): Honor org-cycle-level-faces.
5821 2010-12-11  Julien Danjou  <julien@danjou.info>
5823         * org-agenda.el (org-agenda-today): New function.
5824         (org-agenda-get-day-face): New function.
5825         (org-timeline): Use org-agenda-today and org-agenda-get-day-face.
5826         (org-agenda-list): Use org-agenda-today and org-agenda-get-day-face.
5827         (org-todo-list): Use org-agenda-today.
5828         (org-get-all-dates): Use org-agenda-today.
5829         (org-agenda-day-face-function): New variable.
5830         (org-agenda-get-day-face): Use org-agenda-day-face-function.
5832 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
5834         * org.el (org-ctrl-c-ctrl-c): Consider sending a radio table also
5835         in Org.
5837 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
5839         * org-html.el (org-export-as-html): Do not treat partially
5840         protected lines as if they were fully protected.
5842 2010-12-11  Dan Davison  <dandavison7@gmail.com>
5844         * org-exp.el (org-export-format-source-code-or-example):
5845         Remove hard-wired configuration of minted export
5846         (org-export-latex-minted-with-line-numbers): Remove variable.
5848 2010-12-11  Bastien Guerry  <bzg@altern.org>
5850         * org-clock.el (org-dblock-write:clocktable): Fix double
5851         reference to `link' in let construct.
5852         (org-clock-clocktable-formatter): Fix typo in docstring.
5853         (org-clocktable-write-default): Fix typo in docstring.
5855 2010-12-11  David Maus  <dmaus@ictsoc.de>
5857         * org-protocol.el (org-protocol-unhex-string): Normalize percent
5858         escape sequence to upper case letters.
5860 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
5862         * ob-lob.el (org-babel-lob-get-info): Include pass-through
5863         header arguments in results variable header argument string.
5865 2010-12-11  David Maus  <dmaus@ictsoc.de>
5867         * org-exp.el (org-export-visible): Limit search for in-buffer options
5868         beginning of first headline.
5870 2010-12-11  David Maus  <dmaus@ictsoc.de>
5872         * org.el (org-open-at-point): Remove stale link handler for news:
5873         links.
5875 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
5877         * org-clock.el (org-clocktable-write-default): Better handling of
5878         narrowing.
5880 2010-12-11  Julien Danjou  <julien@danjou.info>
5882         * org-agenda.el (org-agenda-category-icon-alist): Fix defcustom type.
5884 2010-12-11  Nicolas Goaziou  <n.goaziou@gmail.com>
5886         * org.el (org-indent-line-function): Simplify code and remove bug that
5887         would insert a tab at the beginning of the line when trying to
5888         indent the item.
5890 2010-12-11  Julien Danjou  <julien@danjou.info>
5892         * org.el (org-diary-sexp-entry): Split sexp result strings at semicolon.
5894 2010-12-11  Julien Danjou  <julien@danjou.info>
5896         * org-agenda.el (org-agenda-prefix-format): Insert place holder
5897         for icon.
5898         (org-agenda-category-icon-alist): New option.
5899         (org-agenda-get-category-icon): New function.
5900         (org-format-agenda-item): Support for icons.
5901         (org-compile-prefix-format): Support for icons.
5903 2010-12-11  Julien Danjou  <julien@danjou.info>
5905         * org-compat.el: Create defalias for `string-match-p' and
5906         looking-at-p.
5908 2010-12-11  Eric Schulte  <schulte.eric@gmail.com>
5910         * ob-calc.el (org-babel-execute:calc): Support for variables --
5911         converts :var variables in calc variables.
5913 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
5915         * org.el (org-sparse-tree): Mention [r] in dispatch menu.
5917 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
5919         * org-list.el (org-list-parse-list): Use `org-looking-at-p'.
5921 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
5923         * org-id.el (org-id-store-link): Test for org-mode before checking
5924         for IDs.
5926 2010-12-11  Carsten Dominik  <carsten.dominik@gmail.com>
5928         * org.el (org-shorten-string): New function.
5930         * org-exp.el (org-export-convert-protected-spaces): New function.
5931         (org-export-preprocess-string):
5932         Call `org-export-convert-protected-spaces' to handle new hard spaces.
5934 2010-12-11  David Maus  <dmaus@ictsoc.de>
5936         * org.el (org-narrow-to-subtree): Check for heading that ends at end
5937         of buffer.
5939 2010-11-12  Carsten Dominik  <carsten.dominik@gmail.com>
5941         * org-capture.el (org-capture-templates): Remove autoload from
5942         defcustom.
5944         * ob-lisp.el (slime): Don't expect slime to be present.
5946 2010-11-11  Dan Davison  <dandavison7@gmail.com>
5948         * ob.el: `copy-sequence' suffices to copy alist; no need for
5949         `copy-tree'.
5951 2010-11-11  Dan Davison  <dandavison7@gmail.com>
5953         * ob.el (org-babel-execute-src-block): If ":results file" is in
5954         effect, then ensure that the value of :file is returned as the
5955         result; don't rely on language files for this.
5957 2010-11-11  Dan Davison  <dandavison7@gmail.com>
5959         * ob.el (org-babel-sha1-hash): Avoid corrupting `info' data
5960         structure by side-effects of `sort'.
5962 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
5964         * org-list.el (org-list-bottom-point-with-indent): Do not check
5965         indentation of a non-empty blank line.
5967         * org-list.el (org-sort-list): Sort a list with point anywhere
5968         inside it.
5970 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
5972         * ob-calc.el (org-babel-execute:calc): Safer evaluation and
5973         hopefully better error messages.
5975 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
5977         * org.el (org-babel-load-languages): Adding calc.
5979 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
5981         * ob.el (org-babel-initiate-session): Don't resolve variable
5982         references unless prefix arg is supplied.
5984 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
5986         * ob-calc.el (org-babel-execute:calc): Ensure that calc stack
5987         refers to the correct stack.
5989 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
5991         * ob-calc.el: Adding the beginnings of support for calc code
5992         blocks.
5994 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
5996         * ob-tangle.el (org-babel-update-block-body): Declaring function
5997         for updating code block bodies.
5998         (org-babel-spec-to-string):
5999         (org-babel-detangle): Detangle all tangled and commented code
6000         blocks in the current file back to org.
6001         (org-babel-tangle-jump-to-org): Jump from a tangled and commented
6002         file back to the originating org-mode code block ob-tangle:
6003         detangle changes in code files back to the original org files.
6005 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
6007         * ob-tangle.el (org-babel-tangle-comment-format-beg): Fix typo.
6008         (org-babel-tangle-comment-format-end): Fix typo.
6010 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
6012         * org-exp.el (org-export-format-source-code-or-example):
6013         Use minted for latex source code export if `org-export-latex-listings'
6014         has the value 'minted.
6016         * org-latex.el (org-export-latex-listings): Document special value
6017         'minted.
6019         * org-latex.el (org-export-latex-minted): Delete variable.
6021 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
6023         * ob.el (org-babel-get-src-block-info): Retrieve contents of
6024         parentheses, excluding parentheses themselves.
6026 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
6028         * ob-gnuplot.el (org-babel-variable-assignments:gnuplot):
6029         Fix bug in gnuplot data file assignment using user variables.
6031 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
6033         * ob-latex.el (org-babel-execute:latex): Adding new :headers
6034         header argument for latex code blocks.
6036 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
6038         * org-capture.el (org-capture-templates): New capture property
6039         `:kill-buffer'. (org-capture-finalize): Kill target buffer if that
6040         is desired.
6041         (org-capture-target-buffer): Remember if we have to make the
6042         buffer.
6044 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
6046         * org-clock.el (org-dblock-write:clocktable): Fix bug when
6047         computing clock tables.
6049 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
6051         * org-clock.el (org-dblock-write:clocktable): Pass file minutes up
6052         to caller even if no table is generated.
6054 2010-11-11  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>
6056         * org-agenda.el (org-agenda-get-sexps): Handle lists as return
6057         values from diary entries.
6059         * org-bbdb.el (org-bbdb-anniversaries): Handle lists of
6060         anniversaries.
6062         * org.el (org-diary-sexp-entry): Handle lists as return values
6063         from diary entries.
6065 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
6067         * org-capture.el (org-capture-empty-lines-before):
6068         (org-capture-empty-lines-after): Make sure the n=0 does not insert
6069         any newlines.
6071 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
6073         * ob-clojure.el (org-babel-clojure-babel-clojure-cmd): Fix error
6074         message when clojure binary is not found.
6076 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
6078         * org-html.el (org-format-table-html): New argument DOCBOOK.
6079         (org-format-org-table-html): New argument DOCBOOK.  When set, use
6080         align instead of class to align table fields.
6082         * org-docbook.el (org-export-as-docbook): Specify the docbook
6083         argument for the table converter.
6085 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
6087         * org-macs.el (org-called-interactively-p): New macro.
6089         * org-freemind.el: No longer require 'rx.
6090         (org-freemind): New customization group, use it for all the
6091         variables.
6092         (org-export-as-freemind): Add docstring.
6093         (org-freemind-show): Improve filen naming.
6094         (org-freemind-convert-links-helper): New function.
6095         (org-freemind-bol-helper-base-indent): New variable.
6096         (org-freemind-bol-helper): New function.
6097         (org-freemind-node-css-style): New option.
6098         (org-freemind-node-pattern): New variable.
6099         (org-freemind-from-org-mode): Better docstring.
6101 2010-11-11  David Maus  <dmaus@ictsoc.de>
6103         * ob-haskell.el (org-babel-variable-assignments:haskell):
6104         Don't pass more than two arguments to mapc.
6106 2010-11-11  David Maus  <dmaus@ictsoc.de>
6108         * ob.el (org-babel-ref-resolve): Declare to silence byte compiler.
6110 2010-11-11  David Maus  <dmaus@ictsoc.de>
6112         * org-footnote.el (message-signature-separator): Defvar to silence
6113         byte compiler.
6115 2010-11-11  David Maus  <dmaus@ictsoc.de>
6117         * org-exp.el (org-export-string): Fix reference to wrong symbol.
6119 2010-11-11  Jambunathan K  <kjambunathan@gmail.com>
6121         * org.el (org-link-search): Return 'dedicated on successful match
6122         when org-link-search-must-match-exact-headline is set to t.
6124 2010-11-11  Daniel Clemente  <n142857@gmail.com>
6126         * org-html.el (org-html-make-link): Append fragment to file: links
6127         if present.
6129 2010-11-11  Tassilo Horn  <tassilo@member.fsf.org>
6131         * org-footnote.el (org-footnote-create-definition)
6132         (org-footnote-goto-local-insertion-point): Add footnotes before
6133         signature when in message-mode.
6135 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
6137         * org.el (org-display-inline-images): Improve regexp.
6139 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
6141         * org.el (org-cycle): Make sure resetting to startup visibility
6142         works after another cycle command.
6144 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
6146         * org-exp.el (org-export-string): New function org-export-string
6147         can be used to convert a string of test in org-mode markup to a
6148         specified format.
6150 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
6152         * org.el (org-display-inline-images): Allow non-ASCII characters
6153         in image file names.  Save match data.
6155 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
6157         * org.el (org-auto-repeat-maybe): Fix shifting multiple time
6158         stamps.
6160 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
6162         * org-exp.el (org-store-forced-table-alignment):
6163         (org-export-remove-special-table-lines): Allow the "c" cookie for
6164         table alignment.
6166         * org-html.el (org-export-table-header-tags):
6167         (org-export-table-data-tags): Add another %s format for the
6168         alignment.
6169         (org-export-html-table-align-individual-fields): New option.
6170         (org-format-org-table-html): Implement field-by-field alignment
6171         and support centering.
6172         (org-format-table-table-html): Make sure the new table tag formats
6173         don't break this function.
6175         * org-table.el (org-table-cookie-line-p):
6176         (org-table-align): Allow for the <c> cookie.
6178         * org.el (org-set-font-lock-defaults): Allow for the <c> cookie.
6180 2010-11-11  David Maus  <dmaus@ictsoc.de>
6182         * org-exp.el (org-export-normalize-links): Skip normalization of
6183         plain links that are part of another link.
6185 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
6187         * ob-R.el (org-babel-expand-body:R): Fix bug in let binding.
6189 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
6191         * org-indent.el (org-indent-add-properties):
6192         Use `with-silent-modifications'.
6193         (org-indent-remove-properties): Use `with-silent-modifications'.
6195 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
6197         * org-table.el (org-table-cookie-line-p): Fix indentation.
6199         * org-exp.el (org-store-forced-table-alignment): New function.
6200         (org-export-preprocess-string):
6201         Call `org-store-forced-table-alignment'.
6203         * org-html.el (org-format-org-table-html): Use stored alignment
6204         information.
6206 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
6208         * ob.el (org-babel-execute-src-block): Respects prefix argument
6209         (which forces re-calculation).
6211 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
6213         * ob.el (org-babel-execute-src-block): Remove needless param
6214         sorting from ob-execute-src-block, the params are sorted already
6215         by ob-sha1-hash.
6217 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
6219         * ob.el (org-babel-sha1-hash): Ensure that info is sorted at the
6220         header argument level.
6222 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
6224         * ob.el (org-babel-sha1-hash): Consider words in different order
6225         as different input.
6227 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
6229         * ob.el (org-babel-sha1-hash): Fix check for zero length sequences.
6231 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
6233         * ob-sh.el (org-babel-sh-var-to-sh): Ensure value has the
6234         structure of an Org-mode table (list of lists).
6236 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
6238         * ob-tangle.el (org-babel-tangle-collect-blocks): Fix bug
6239         (reference to unassigned variable `src-lang' and avoid calling
6240         org-babel-get-src-block-info twice.
6242 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
6244         * ob.el (org-babel-demarcate-block): Updated to reflect the new
6245         info list contents.
6247 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
6249         * org-src.el (org-edit-src-code): Supply non-nil argument to
6250         `org-babel-get-src-block-info' to avoid resolving variable
6251         references.
6253 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
6255         * ob.el (org-babel-map-src-blocks): Fix minor bug in and
6256         improved efficiency of org-babel-map-src-blocks.
6258 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
6260         * ob-tangle.el (org-babel-tangle-collect-blocks): Now explicitly
6261         checks that a code block will actually be tangled before
6262         collecting it's full information (a process which could involve
6263         the execution of other code blocks).
6265 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
6267         * ob.el (org-babel-demarcate-block): Use light version of
6268         `org-babel-get-src-block-info'.
6270 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
6272         * ob.el (org-babel-sha1-hash): Now handles more complex types in
6273         params.
6275 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
6277         * ob.el (org-babel-execute-src-block): Generally using the new
6278         more informative params
6279         (org-babel-process-params): Don't forget the :var portion of
6280         variable assignments.
6282 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
6284         * ob-table.el (sbe): Simplified to reflect to var resolution.
6286 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
6288         * ob-ref.el (org-babel-ref-resolve): Bringing the referent
6289         arguments back to their params before evaluation.
6291 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
6293         * ob-ref.el (org-babel-ref-resolve): Cleanup of variable usage and
6294         indentation.
6296 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
6298         * ob-table.el (sbe): Use `org-babel-process-params params' instead
6299         of `org-babel-expand-variables'.
6301 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
6303         * ob-C.el (org-babel-C-execute): Remove call to
6304         org-babel-process-params which should no longer be called from
6305         within a language file.
6307         * ob-R.el (org-babel-execute:R): Remove call to
6308         org-babel-process-params which should no longer be called from
6309         within a language file
6310         (org-babel-R-variable-assignments): Remove call to
6311         org-babel-process-params which should no longer be called from
6312         within a language file.
6314         * ob-asymptote.el (org-babel-execute:asymptote): Remove call to
6315         org-babel-process-params which should no longer be called from
6316         within a language file.
6318         * ob-clojure.el (org-babel-execute:clojure): Remove call to
6319         org-babel-process-params which should no longer be called from
6320         within a language file.
6322         * ob-dot.el (org-babel-execute:dot): Remove call to
6323         org-babel-process-params which should no longer be called from
6324         within a language file.
6326         * ob-emacs-lisp.el (org-babel-expand-body:emacs-lisp): Remove
6327         call to org-babel-process-params which should no longer be called
6328         from within a language file
6329         (org-babel-execute:emacs-lisp): Remove call to
6330         org-babel-process-params which should no longer be called from
6331         within a language file.
6333         * ob-haskell.el (org-babel-execute:haskell): Remove call to
6334         org-babel-process-params which should no longer be called from
6335         within a language file.
6337         * ob-js.el (org-babel-execute:js): Remove call to
6338         org-babel-process-params which should no longer be called from
6339         within a language file.
6341         * ob-lisp.el (org-babel-execute:lisp): Remove call to
6342         org-babel-process-params which should no longer be called from
6343         within a language file.
6345         * ob-ocaml.el (org-babel-execute:ocaml): Remove call to
6346         org-babel-process-params which should no longer be called from
6347         within a language file.
6349         * ob-octave.el (org-babel-execute:octave): Remove call to
6350         org-babel-process-params which should no longer be called from
6351         within a language file.
6353         * ob-perl.el (org-babel-execute:perl): Remove call to
6354         org-babel-process-params which should no longer be called from
6355         within a language file.
6357         * ob-python.el (org-babel-execute:python): Remove call to
6358         org-babel-process-params which should no longer be called from
6359         within a language file.
6361         * ob-ruby.el (org-babel-execute:ruby): Remove call to
6362         org-babel-process-params which should no longer be called from
6363         within a language file.
6365         * ob-scheme.el (org-babel-execute:scheme): Remove call to
6366         org-babel-process-params which should no longer be called from
6367         within a language file.
6369         * ob-screen.el (org-babel-execute:screen): Remove call to
6370         org-babel-process-params which should no longer be called from
6371         within a language file
6372         (org-babel-prep-session:screen): Remove call to
6373         org-babel-process-params which should no longer be called from
6374         within a language file.
6376         * ob-sh.el (org-babel-execute:sh): Remove call to
6377         org-babel-process-params which should no longer be called from
6378         within a language file.
6380         * ob-sql.el (org-babel-execute:sql): Remove call to
6381         org-babel-process-params which should no longer be called from
6382         within a language file.
6384         * ob-haskell.el (org-babel-execute:haskell): Remove reference to
6385         processed params.
6387         * ob-clojure.el (org-babel-execute:clojure): Remove reference to
6388         processed params.
6390         * ob-R.el (org-babel-execute:R): Remove reference to processed
6391         params.
6393 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
6395         * ob-sql.el (org-babel-execute:sql): Use generic expansion
6396         function
6397         (org-babel-expand-body:sql): Delete function.
6399 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
6401         * ob-sh.el (org-babel-execute:sh): Use generic expansion function
6402         (org-babel-expand-body:sh): Delete function
6403         (org-babel-prep-session:sh): Change name of called function
6404         (org-babel-variable-assignments:sh): Change function name.
6406 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
6408         * ob-screen.el (org-babel-execute:screen): Use generic expansion
6409         function
6410         (org-babel-expand-body:screen): Delete function
6411         (org-babel-prep-session:screen): Remove references to processed
6412         params.
6414 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
6416         * ob-sass.el (org-babel-execute:sass): Use generic expansion
6417         function
6418         (org-babel-expand-body:sass): Delete function.
6420 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
6422         * ob-ruby.el (org-babel-execute:ruby): Use generic expansion
6423         function
6424         (org-babel-prep-session:ruby): Use new variable assignment
6425         function
6426         (org-babel-variable-assignments:ruby): New function
6427         (org-babel-expand-body:ruby): Delete function.
6429 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
6431         * ob-python.el (org-babel-execute:python): Use generic expansion
6432         function
6433         (org-babel-prep-session:python): Change name of called function
6434         (org-babel-variable-assignments:python): Change function name
6435         (org-babel-expand-body:python): Delete function.
6437 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
6439         * ob-plantuml.el (org-babel-expand-body:plantuml): Delete function
6440         (automatically handled by generic version).
6442 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
6444         * ob-perl.el (org-babel-execute:perl): Use generic expansion
6445         function
6446         (org-babel-expand-body:perl): Delete function
6447         (org-babel-variable-assignments:perl): New function.
6449 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
6451         * ob-org.el (org-babel-expand-body:org): Delete function
6452         (automatically handled by generic version).
6454 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
6456         * ob-octave.el (org-babel-execute:octave): Use generic expansion
6457         function
6458         (org-babel-variable-assignments:octave): Change name of function
6459         (org-babel-variable-assignments:matlab): New defalias
6460         (org-babel-prep-session:octave): Change name of function
6461         (org-babel-expand-body:matlab): Delete function
6462         (org-babel-expand-body:octave): Delete function.
6464 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
6466         * ob-ocaml.el (org-babel-execute:ocaml): Use generic expansion
6467         function
6468         (org-babel-variable-assignments:ocaml): New function
6469         (org-babel-expand-body:ocaml): Delete function.
6471 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
6473         * ob-mscgen.el (org-babel-expand-body:mscgen): Delete function
6474         (automatically handled by generic version).
6476 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
6478         * ob-js.el (org-babel-execute:js): Use new variable assignment
6479         function
6480         (org-babel-expand-body:js): Delete function
6481         (org-babel-prep-session:js): Use new variable assignment function
6482         (org-babel-variable-assignments:js): New function.
6484 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
6486         * ob-haskell.el (org-babel-execute:haskell): Use generic expansion
6487         function
6488         (org-babel-expand-body:haskell): Delete function
6489         (org-babel-prep-session:haskell): Use variable assignment function
6490         (org-babel-variable-assignments:haskell): New function.
6492 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
6494         * ob-gnuplot.el (org-babel-expand-body:gnuplot): Use variable
6495         assignment function
6496         (org-babel-prep-session:gnuplot): Use variable assignment function
6497         (org-babel-variable-assignments:gnuplot): New function.
6499 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
6501         * ob-ditaa.el (org-babel-expand-body:ditaa): Delete function
6502         (automatically handled by generic version).
6504 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
6506         * ob-css.el (org-babel-expand-body:css): Delete function
6507         (automatically handled by generic version).
6509 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
6511         * ob-asymptote.el (org-babel-execute:asymptote): Use generic
6512         expansion function
6513         (org-babel-expand-body:asymptote): Delete function
6514         (org-babel-variable-assignments:asymptote): New function.
6516 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
6518         * ob-R.el (org-babel-expand-body:R): Use new function
6519         `org-babel-variable-assignments:R'; don't trim body.
6520         (org-babel-execute:R): Respond to changes in
6521         `org-babel-expand-body:R'
6522         (org-babel-prep-session:R): Called function is now named
6523         `org-babel-variable-assignments:R'
6524         (org-babel-variable-assignments:R): Receives processed-params as
6525         new optional argument.
6527 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
6529         * ob-C.el (org-babel-C-expand): Don't trim body.
6531 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
6533         * ob-scheme.el (org-babel-expand-body:scheme): Fix bug in
6534         obtaining variable references.
6536 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
6538         * ob-tangle.el (org-babel-tangle-collect-blocks): Supply variable
6539         assignment lines to generic expansion command.
6541 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
6543         * ob.el (org-babel-expand-src-block): Supply variable assignment
6544         lines to generic expansion function
6545         (org-babel-expand-body:generic): Prepend body with optional
6546         variable assignment lines.
6548 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
6550         * ob-exp.el (org-babel-exp-results): Replaced old function call.
6552 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
6554         * ob-lob.el (org-babel-lob-execute): Now expanding variable
6555         references before execution.
6557 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
6559         * ob.el (org-babel-execute-src-block): Only sort parameters if
6560         it's required for caching.
6562 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
6564         * ob-table.el (sbe): Reworking for better indentation and to
6565         integrate the new variable resolution.
6567 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
6569         * ob-ref.el (org-babel-ref-resolve-reference): Now expanding
6570         variables when resolving references.
6572 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
6574         * ob.el (org-babel-merge-params): Fix order or precedence for
6575         variables.
6577 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
6579         * ob-C.el (org-babel-expand-body:c++, org-babel-C-expand):
6580         * ob-R.el (org-babel-expand-body:R, org-babel-execute:R)
6581         (org-babel-R-variable-assignments):
6582         * ob-asymptote.el (org-babel-expand-body:asymptote)
6583         (org-babel-execute:asymptote):
6584         * ob-clojure.el (org-babel-expand-body:clojure)
6585         (org-babel-execute:clojure):
6586         * ob-css.el (org-babel-expand-body:css):
6587         * ob-ditaa.el (org-babel-expand-body:ditaa):
6588         * ob-dot.el (org-babel-expand-body:dot, org-babel-execute:dot):
6589         * ob-emacs-lisp.el (org-babel-expand-body:emacs-lisp)
6590         (org-babel-execute:emacs-lisp):
6591         * ob-gnuplot.el (org-babel-expand-body:gnuplot)
6592         * ob-haskell.el (org-babel-expand-body:haskell)
6593         (org-babel-execute:haskell, org-babel-load-session:haskell)
6594         (org-babel-prep-session:haskell):
6595         * ob-js.el (org-babel-expand-body:js, org-babel-execute:js):
6596         * ob-latex.el (org-babel-expand-body:latex):
6597         * ob-lisp.el (org-babel-expand-body:lisp, org-babel-execute:lisp):
6598         * ob-mscgen.el (org-babel-expand-body:mscgen):
6599         * ob-ocaml.el (org-babel-expand-body:ocaml, org-babel-execute:ocaml):
6600         * ob-octave.el (org-babel-expand-body:matlab)
6601         (org-babel-expand-body:octave, org-babel-execute:octave)
6602         (org-babel-octave-variable-assignments):
6603         * ob-org.el (org-babel-expand-body:org):
6604         * ob-perl.el (org-babel-expand-body:perl, org-babel-execute:perl):
6605         * ob-plantuml.el (org-babel-expand-body:plantuml):
6606         * ob-python.el (org-babel-expand-body:python, org-babel-execute:python)
6607         (org-babel-python-variable-assignments):
6608         * ob-ruby.el (org-babel-expand-body:ruby, org-babel-execute:ruby):
6609         * ob-sass.el (org-babel-expand-body:sass):
6610         * ob-scheme.el (org-babel-expand-body:scheme, org-babel-execute:scheme):
6611         * ob-screen.el (org-babel-expand-body:screen):
6612         * ob-sh.el (org-babel-expand-body:sh, org-babel-execute:sh)
6613         (org-babel-sh-variable-assignments):
6614         * ob-sql.el (org-babel-expand-body:sql):
6615         * ob-sqlite.el (org-babel-expand-body:sqlite, org-babel-execute:sqlite):
6616         * ob.el (org-babel-expand-body:generic):
6617         Remove obsoleted optional third argument.
6619 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
6621         * ob-clojure.el (org-babel-prep-session:clojure): Purging all
6622         calls to removed org-babel-ref-variables.
6624 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
6626         * ob-lob.el (org-babel-lob-ingest): Now returns the count of
6627         ingested code blocks.
6629 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
6631         * ob-exp.el (org-babel-exp-in-export-file): Wrapper for collecting
6632         information from within the original export file.
6634 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
6636         * ob.el (org-babel-get-src-block-info): Small but crucial fix)
6637         (this should return nil if not match found.
6639 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
6641         * ob-emacs-lisp.el (org-babel-expand-body:emacs-lisp):
6642         Whitespace (org-babel-execute:emacs-lisp): Whitespace.
6644 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
6646         * ob-sh.el (org-babel-sh-variable-assignments): Provide missing
6647         docstring.
6649         * ob-python.el (org-babel-python-variable-assignments):
6650         Provide missing docstring.
6652 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
6654         * ob-octave.el (org-babel-expand-body:octave): Refactor: break
6655         variable assignment part out into a separate function
6656         (org-babel-octave-variable-assignments): New function constructing
6657         list of variable assignment statements
6658         (org-babel-prep-session:octave): Use new function
6659         `org-babel-octave-variable-assignments' instead of previous
6660         (incorrect) variable assignment code.
6662 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
6664         * ob-sh.el (org-babel-expand-body:sh): Refactor: break variable
6665         assignment part out into a separate function
6666         (org-babel-sh-variable-assignments): New function constructing
6667         list of variable assignment statements
6668         (org-babel-prep-session:sh): Use new function
6669         `org-babel-sh-variable-assignments' instead of previous
6670         (incorrect) variable assignment code.
6672 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
6674         * ob-python.el (org-babel-expand-body:python): Refactor: break
6675         variable assignment part out into a separate function
6676         (org-babel-python-variable-assignments): New function constructing
6677         list of variable assignment statements
6678         (org-babel-prep-session:python): Use new function
6679         `org-babel-python-variable-assignments' instead of previous
6680         (incorrect) variable assignment code.
6682 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
6684         * ob-R.el (org-babel-expand-body:R): Refactor: break variable
6685         assignment part out into a separate function
6686         (org-babel-R-variable-assignments): New function constructing list
6687         of variable assignment statements
6688         (org-babel-prep-session:R): Use new function
6689         `org-babel-R-variable-assignments' instead of previous
6690         (incorrect) variable assignment code.
6692 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
6694         * ob.el (org-babel-initiate-session): Better variable names.
6696 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
6698         * ob.el (org-number-sequence):
6699         Declared * ob-R.el (org-number-sequence): Declared.
6701 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
6703         * ob.el (org-babel-map-src-blocks): Store correct value of
6704         `end-block'.
6706 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
6708         * ob.el (org-babel-mark-block): New function to mark the body of a
6709         src block in the style of `mark-defun'.
6711 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
6713         * org-compat.el (org-number-sequence): New function.
6715         * ob-R.el (org-babel-expand-body:R): Use `org-number-sequence'.
6717         * ob.el (org-babel-where-is-src-block-result):
6718         Use `org-number-sequence'.
6719         (org-babel-current-buffer-properties): Fix variable definition.
6721         * ob-ref.el (org-babel-ref-index-list): Use `org-number-sequence'.
6723         * ob-latex.el (org-babel-latex-tex-to-pdf): Use the 2-argument
6724         version of `shell-command'.
6726         * org-latex.el (org-export-as-pdf): Use the 2-argument version of
6727         `shell-command'.
6729 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
6731         * org-list.el (org-list-search-unenclosed-generic): Replace call
6732         to booleanp.
6734 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
6736         * org.el (org-agenda-jump-prefer-future): New option.
6738         * org-agenda.el (org-agenda-goto-date):
6739         Use `org-agenda-jump-prefer-future'.
6741 2010-11-11  Noorul Islam  <noorul@noorul.com>
6743         * org-latex.el (org-export-latex-links): Replaced hard coded
6744         hyperref format with custom variable
6745         `org-export-latex-hyperref-format'.
6747 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
6749         * org.el (org-insert-heading): Fix docstring.
6751 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>  (tiny change)
6753         * org-capture.el (org-capture-place-entry): If the first line is
6754         already a headline, just stay there.
6756 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
6758         * ob-sh.el (org-babel-sh-evaluate): No longer assumes that results
6759         are non-nil.
6761 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
6763         * org-ascii.el (org-ascii-replace-entities): Match an optional {}
6764         after an entity.
6766 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
6768         * org-table.el (orgtbl-to-html): Apply `org-html-expand' to the
6769         table fields.
6771 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
6773         * org.el (org-insert-heading): When on the headline of an inline
6774         task, insert another inline tasks.
6776 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
6778         * ob-tangle.el (org-babel-tangle-collect-blocks): Only create
6779         links for blocks that will actually tangle.
6781 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
6783         * ob-sh.el (org-babel-expand-body:sh): Don't insert extra newlines
6784         in expanded shell bodies.
6786 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
6788         * ob-sh.el (org-babel-expand-body:sh): Avoid inserting extra
6789         newline characters.
6791 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
6793         * ob-sh.el (org-babel-expand-body:sh): Align code.
6795 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
6797         * ob.el (org-babel-params-from-properties): Max line with at <=80.
6799 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
6801         * org-latex.el (org-export-latex-listings-langs): Clojure is now
6802         recognized as a lisp.
6804 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
6806         * ob.el (org-babel-params-from-properties): Use `org-babel-read'
6807         to interpret property as header argument value.
6809 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
6811         * ob.el (org-babel-parse-header-arguments): Simplify reading of
6812         header arg value.
6814 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
6816         * org-publish.el (org-publish-org-to-ascii):
6817         (org-publish-org-to-latin1):
6818         (org-publish-org-to-utf8): New functions.
6820 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
6822         * org.el (org-insert-heading): Skip inline tasks when trying to
6823         insert a new heading after the end of the subtree.
6825 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
6827         * org-inlinetask.el (org-inlinetask-min-level): Set customization
6828         type to integer or nil.
6830         * org.el (org-insert-heading): When after an inline task, do not
6831         use level but go back to headline level before the inline task.
6833 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
6835         * org-inlinetask.el (org-inlinetask-in-task-p): New function.
6837         * org.el (org-indent-line-function): Fix indentation of inline
6838         tasks.
6840 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
6842         * org.el (org-activate-links): Fix customize type.
6844 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
6846         * org-latex.el (org-latex-to-pdf-process): Add rubber as another
6847         default option.
6849 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
6851         * org-latex.el (org-export-latex-minted): Document pygments
6852         dependency.
6854 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
6856         * org-mobile.el (org-mobile-create-index-file): Encrypt the index
6857         file if encryption has been turned on.
6858         (org-mobile-copy-agenda-files): Avoid double encryption of
6859         `mobileorg.org'.
6861 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
6863         * org-exp.el (org-export-latex-minted-with-line-numbers):
6864         Ensure that variable is declared.
6866 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
6868         * ob-python.el (org-src-preserve-indentation): Fix compiler
6869         warning.
6871 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
6873         * org-exp.el (org-export-format-source-code-or-example):
6874         Latex formatting of source code blocks using the minted package
6875         (org-export-plist-vars): Add :latex-minted property
6876         (org-export-latex-minted): Ensure variable is defined
6877         (org-export-latex-minted-langs): Ensure variable is defined.
6879 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
6881         * org-src.el (org-edit-src-code): Use `org-region-active-p'.
6883 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
6885         * ob-tangle.el (org-babel-spec-to-string): Whitespace changes.
6887 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
6889         * ob-tangle.el (org-babel-spec-to-string): Don't trim whitespace
6890         when `org-src-preserve-indentation' is non-nil.
6892 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
6894         * ob-lob.el (org-babel-lob-ingest): Provide message stating number
6895         of blocks added to Library of Babel.
6897 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
6899         * ob-lob.el (org-babel-lob-ingest): Check for nil source block
6900         name.
6902 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
6904         * org-beamer.el (org-beamer-place-default-actions-for-lists):
6905         Fix typo in regexp.
6907 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
6909         * org-list.el (org-toggle-checkbox): Avoid some boundary error
6910         when inserting a checkbox in an empty last item of a list.
6912 2010-11-11  David Maus  <dmaus@ictsoc.de>
6914         * org-gnus.el (org-gnus-nnimap-query-article-no-from-file):
6915         Query article number from file is nil by default.
6917 2010-11-11  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
6919         * org-beamer.el (org-beamer-amend-header): Fix typo in docstring.
6921 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
6923         * org-capture.el (org-capture-place-entry): Move to `beg' before
6924         searching for `%?'.
6926 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
6928         * org.el (org-format-latex): Fix mathjax treatment of single
6929         letters in between dollars.
6931 2010-11-11  Sébastien Vauban  <wxhgmqzgwmuf@spammotel.com>
6933         * org-latex.el (org-latex-to-pdf-process): Add a third pdflatex
6934         run.
6936 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
6938         * org.el (org-blank-before-new-entry): Improve docstring.
6940 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
6942         * org-mobile.el (org-mobile-force-id-on-agenda-items):
6943         Fix docstring.
6944         (org-mobile-write-agenda-for-mobile): Use outline path if we do
6945         not have an ID and are not allowed to make one.
6946         (org-mobile-get-outline-path-link): New function.
6948 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
6950         * org-mobile.el (org-mobile-copy-agenda-files): Encrypt the empty
6951         file.
6952         (org-mobile-write-agenda-for-mobile): Use the right name, even if
6953         the file get encrypted.
6954         (org-mobile-move-capture): Only delete tempfile if it does exist.
6956 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
6958         * ob.el (org-babel-number-p): Fix documentation string.
6960 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
6962         * ob-tangle.el (org-babel-tangle-collect-blocks): Accepting
6963         "tangle" as a positive argument for the :noweb header argument
6964         during tangling.
6966 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
6968         * ob-exp.el (org-babel-exp-src-blocks): Fix export when headings
6969         have links, with tests.
6971 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
6973         * org-latex.el (org-latex-to-pdf-process): Use texi2dvi if
6974         available.
6975         (org-export-latex-get-error): New function.
6976         (org-export-as-pdf): Give an indication of the errors that
6977         happened during processing.
6979 2010-11-11  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>
6981         * org-exp.el (org-export-language-setup): Fix Polish entries.
6983 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
6985         * org.el (org-set-tags): Allow comma as a separator when
6986         specifying tags at the completion interface.
6987         (org-tags-completion-function): Allow comma as a separator when
6988         specifying tags at the completion interface.
6990 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
6992         * ob-exp.el (org-babel-exp-src-blocks): Don't jump back to
6993         export-file if exporting from a buffer which is not visiting a
6994         file.
6996 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
6998         * ob-exp.el (org-babel-exp-src-blocks): Only append "::" to a file
6999         name in link construction if there is a heading to follow it.
7001 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
7003         * org-html.el (org-export-html-inline-image-extensions): Add "svg"
7004         as an allowed extension.
7006 2010-11-11  Sébastien Vauban  <wxhgmqzgwmuf@spammotel.com>
7008         * org-agenda.el (org-agenda-add-time-grid-maybe): Pad clock times
7009         with zeros.  Start applying face earlier.
7011 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
7013         * ob.el (or): Don't create org-babel-temporary-directory in batch
7014         as it won't be removed by emacs-kill-hook
7015         (org-babel-remove-temporary-directory): Only try to remove this
7016         directory if it exists.
7018 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
7020         * ob.el (org-babel-temporary-directory): Fixing byte-compilation
7021         warning in ob.el.
7023 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
7025         * ob-tangle.el (org-babel-tangle): Now sharing the file name in
7026         the tangling message.
7028 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
7030         * ob.el (org-babel-load-languages): Fixes compiler warning.
7032 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
7034         * ob-plantuml.el (org-babel-execute:plantuml): Fixes bug with svg
7035         output.
7037 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
7039         * org-ascii.el (org-export-as-ascii): Use the correct match group.
7041 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
7043         * ob.el (boundp): Uncommenting defvar form for
7044         org-babel-temporary-directory
7045         (org-babel-temp-file): Now using the org-babel-temporary-directory
7046         for holding new babel temporary files
7047         (org-babel-remove-temporary-directory): Removes the babel temp dir
7048         when Emacs shutsdown
7049         (kill-emacs-hook): Now removing the babel temp dir on Emacs
7050         shutdown.
7052 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
7054         * org-capture.el (org-capture-fill-template): Initialize history
7055         variable.
7057 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
7059         * org-src.el (org-edit-src-code): Don't move point when generating
7060         edit buffer.
7062 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
7064         * org-src.el (org-edit-src-code): Deal with point being in
7065         #+end_src line.
7067 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
7069         * org-table.el (org-table-current-column): Add interactive to turn
7070         this into a command.
7072 2010-11-11  Bernt Hansen  <bernt@norang.ca>
7074         * org.el (org-insert-heading): Run org-insert-heading-hook when
7075         creating the first heading in a file.
7077 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
7079         * org.el (org-startup-with-inline-images): New option.
7080         (org-startup-options): Add new keywords inlineimages and
7081         noinlineimages.
7082         (org-mode): Inline images when this has been configured.
7084 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
7086         * ob.el (org-babel-get-src-block-info): Remove optional
7087         HEADER-VARS-ONLY argument; further simplification.
7089 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
7091         * ob.el (org-babel-confirm-evaluate): Fix bug causing extra
7092         prompt in ob-confirm-evaluate in some cases.
7094 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
7096         * ob.el (org-babel-demarcate-block): Visible region and completion
7097         during language selection.
7099 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
7101         * ob.el (org-babel-get-src-block-info): Remove comment.
7103 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
7105         * ob.el (org-babel-get-src-block-info): Simplify function.
7107 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
7109         * ob.el (org-babel-get-src-block-info): Form info list correctly
7110         when parenthesised arguments are missing.
7112 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
7114         * ob-exp.el (org-export-babel-evaluate): Docstring typo
7115         (org-babel-exp-code): Docstring typo.
7117 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
7119         * org-mobile.el (org-mobile-encryption-password):
7120         Improve docstring.
7121         (org-mobile-encryption-password-session): New variable.
7122         (org-mobile-encryption-password): New function.
7123         (org-mobile-check-setup):
7124         (org-mobile-encrypt-file):
7125         (org-mobile-decrypt-file): Use the new function.
7127 2010-11-11  David Maus  <dmaus@ictsoc.de>
7129         * org-capture.el (org-capture-place-template): Widen to remove
7130         possible restrictions in target buffer.
7132 2010-11-11  Jambunathan K  <kjambunathan@gmail.com>
7134         * org.el (org-speed-command-hook): Add org-speed-command-hook
7135         (org-babel-speed-command-hook): Hook for Babel's speed commands.
7137 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
7139         * ob.el (org-babel-execute-buffer): Re-implement using
7140         `org-babel-map-src-blocks'.
7142 2010-11-11  David Maus  <dmaus@ictsoc.de>
7144         * org-capture.el (org-capture-templates): Update doc string with
7145         new message date related escapes.
7147 2010-11-11  David Maus  <dmaus@ictsoc.de>
7149         * org-wl.el (org-wl-store-link-message): Define properties %:date)
7150         (%:date-timestamp, and %:date-timestamp-inactive.
7152         * org-mew.el (org-mew-store-link): Dto.
7154         * org-mhe.el (org-mhe-store-link): Dto.
7156         * org-rmail.el (org-rmail-store-link): Dto.
7158         * org-vm.el (org-vm-store-link): Dto.
7160 2010-11-11  David Maus  <dmaus@ictsoc.de>
7162         * org-wl.el (org-wl-message-field): Always get literal content of
7163         header fields.
7165 2010-11-11  David Maus  <dmaus@ictsoc.de>
7167         * org-gnus.el (org-gnus-store-link): Define properties
7168         %:date-timestamp and %:date-timestamp-inactive.
7170 2010-11-11  David Maus  <dmaus@ictsoc.de>
7172         * org-gnus.el (org-gnus-store-link): Handle empty date header
7173         field.
7175 2010-11-11  Jambunathan K  <kjambunathan@gmail.com>  (tiny change)
7177         * org.el (org-speed-command-hook): New.  Hook for installing
7178         additional speed commands.  Use this for enabling speed commands on
7179         src blocks.
7180         (org-speed-command-default-hook): The default hook for
7181         org-speed-command-hook.  Factored out from org-self-insert-command
7182         and mimics existing behavior.
7183         (org-self-insert-command): Modified to use org-speed-command-hook.
7185 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
7187         * org-agenda.el (org-search-view): Recover spaces in search words
7188         if they were escaped with \ or inside a regexp.
7190 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
7192         * org.el (org-additional-option-like-keywords): Add PROPERTIES to
7193         the list of completable meta line words.
7194         (org-complete): Complete property names after #+PROPERTY.
7196 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
7198         * ob-python.el (org-babel-python-evaluate-session): Make temp file
7199         names consistent.
7201 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
7203         * ob-clojure.el (org-babel-clojure-evaluate-external-process):
7204         Delete extra format argument.
7206 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
7208         * ob-org.el (org-babel-org-export): Typo in docstring.
7210 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
7212         * ob-sh.el (org-babel-sh-evaluate): Remove unused temporary file
7213         variable.
7215 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
7217         * ob-scheme.el (org-babel-execute:scheme): Alter temp file name.
7219 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
7221         * ob.el (org-babel-process-file-name): New function
7222         (org-babel-maybe-remote-file): Delete function.
7224 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
7226         * ob-C.el (org-babel-C-execute): Remove unused variable.
7228 2010-11-11  David Maus  <dmaus@ictsoc.de>
7230         * org.el (org-make-link-string): Prevent superfluous colon.
7232 2010-11-11  David Maus  <dmaus@ictsoc.de>
7234         * org.el (org-make-org-heading-search-string): Leave headline
7235         intact.
7237 2010-11-11  David Maus  <dmaus@ictsoc.de>
7239         * org.el (org-make-link-string): Don't escape characters in link
7240         type.
7242 2010-11-11  Bastien Guerry  <bzg@altern.org>
7244         * org-capture.el (org-capture-templates): Update docstring to
7245         advertise %:org-date.
7247 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
7249         * ob-dot.el (org-babel-execute:dot): Automatically specifies
7250         "-T<ext>" based on file name extension.
7252 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
7254         * ob-org.el (org-babel-org-export): Raise error on nested export
7255         call.
7257 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
7259         * ob-plantuml.el (org-babel-execute:plantuml): Support for svg
7260         output files.
7262 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
7264         * ob.el (org-babel-demarcate-block): Better initialization of
7265         stars.
7267 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
7269         * org-src.el (org-src-tab-acts-natively): Add customize interface.
7271 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
7273         * org-src.el (org-src-strip-leading-and-trailing-blank-lines):
7274         New variable allowing prevention of automatic stripping of leading and
7275         trailing blank lines when exiting edit buffer.
7276         (org-edit-src-exit): Respect value of
7277         `org-src-strip-leading-and-trailing-blank-lines'
7278         (org-src-native-tab-command-maybe):
7279         Bind `org-src-strip-leading-and-trailing-blank-lines' to nil during
7280         this function.
7282 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
7284         * org-src.el (org-edit-src-code): If mark was inside code block
7285         then code edit buffer inherits mark with active region.
7287 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
7289         * ob.el (org-babel-demarcate-block): Fix compiler warnings.
7291 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
7293         * ob.el (org-babel-demarcate-block): Better handling of empty
7294         space around demarcated area.
7296 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
7298         * org-agenda.el (org-agenda-goto-date): Turn off prefer future for
7299         this command.
7301 2010-11-11  David Maus  <dmaus@ictsoc.de>
7303         * org-gnus.el (org-gnus-open-nntp): New function.
7305 2010-11-11  David Maus  <dmaus@ictsoc.de>
7307         * org-wl.el (org-wl-open-nntp): New function.
7309 2010-11-11  David Maus  <dmaus@ictsoc.de>
7311         * org-wl.el (org-wl-open): Open message by numeric reference if
7312         article part is not a message id.
7314 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
7316         * org-agenda.el (org-agenda-filter-apply): Move cursor to a
7317         visible line.
7319 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
7321         * ob.el (org-babel-demarcate-block): Interactive demarcation of
7322         code blocks.
7324         * ob-keys.el (org-babel-key-bindings): Key bindings for block
7325         demarcation.
7327 2010-11-11  Bastien Guerry  <bzg@altern.org>
7329         * org.el (org-link-types): Add the "message" link type.
7331 2010-11-11  David Maus  <dmaus@ictsoc.de>
7333         * org.el (org-link-types): Add 'message:' link type to default
7334         link types.
7336 2010-11-11  Bastien Guerry  <bzg@altern.org>
7338         * org-gnus.el (org-gnus-store-link): Add the :date property to
7339         gnus links, allowing the use of %:date in capture templates.
7341 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
7343         * org-list.el (org-cycle-list-bullet): Follow order of bullets
7344         indicated in doc-string.
7346         * org-list.el (org-list-bottom-point-with-indent): List is ended
7347         when a line is less indented that the last item, not the less
7348         indented item.
7350 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
7352         * ob-exp.el (org-babel-exp-src-blocks): Now switching back to the
7353         original file before resolving code block parameters to ensure
7354         headline and buffer wide parameters are taken into consideration
7355         when only a narrowed portion of the file is exported.
7357 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
7359         * org.el (org-forward-same-level): Fix docstring.
7361 2010-11-11  Sebastian Rose  <sebastian_rose@gmx.de>
7363         * org-publish.el (org-publish-attachment): Put the attachment into
7364         the right directory.
7366 2010-11-11  Jambunathan K  <kjambunathan@gmail.com>  (tiny change)
7368         * org.el (org-goto-first-child): New command.
7370 2010-11-11  Matt Lundin  <mdl@imapmail.org>
7372         * org-agenda.el (org-prepare-agenda): If the agenda is called from
7373         within the agenda via an elisp link, such as
7374         [[elisp:(org-agenda-list)]], org-prepare-agenda erases the buffer
7375         of the file containing the link, since that buffer is current
7376         during org-prepare agenda (due to a with-current-buffer in
7377         org-agenda-open-link).  An additional test now ensures that the
7378         agenda buffer is in fact current when the buffer is erased and
7379         local variables for the agenda are set.
7381 2010-11-11  David Maus  <dmaus@ictsoc.de>  (tiny change)
7383         * org-exp.el (org-infile-export-plist): Define property macro.
7385 2010-11-11  David Maus  <dmaus@ictsoc.de>
7387         * org-mhe.el (org-mhe-get-header): Remove possible folding white
7388         space in message header field.
7390 2010-11-11  David Maus  <dmaus@ictsoc.de>
7392         * org-feed.el (org-feed): Fix typo in customization group :tag
7393         property.
7395 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
7397         * org-latex.el (org-export-latex-tag-markup): New option.
7398         (org-export-latex-keywords-maybe):
7399         Use `org-export-latex-tag-markup'.
7401 2010-11-11  Rémi Vanicat  <vanicat@debian.org>  (tiny change)
7403         * org-icalendar.el (org-icalendar-use-UTC-date-time): New option.
7404         (org-ical-ts-to-string): Use UTC time when requested.
7406 2010-11-11  Noorul Islam  <noorul@noorul.com>  (tiny change)
7408         * org-html.el (org-html-cvt-org-as-html): Do not convert protocol
7409         from 'file' to 'http'.
7411 2010-11-11  David Maus  <dmaus@ictsoc.de>
7413         * org.el (org-store-log-note): Fix wrong usage
7414         of`org-adapt-indentation'.
7416 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
7418         * org.el (org-skip-over-state-notes): Do not compute bottom point
7419         at each item.
7421         * org-mouse.el (org-mouse-for-each-item): Use `org-apply-on-list'
7422         instead of moving to each item.
7424 2010-11-11  David Maus  <dmaus@ictsoc.de>
7426         * org-capture.el (org-capture-templates): Small fix in doc string.
7428 2010-11-11  aaa bbb  <dominik@powerbook-g4-12-van-aaa-bbb.local>
7430         * org-archive.el (org-get-local-archive-location):
7431         Use `org-carchive-location' as default.
7433 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
7435         * ob-C.el (org): No longer requires org.
7437         * ob-ledger.el (org): No longer requires org.
7439 2010-11-11  David Maus  <dmaus@ictsoc.de>
7441         * org.el (org-priority): Save match data before call to
7442         `read-char-exclusive'.
7444 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
7446         * org-list.el (org-list-to-generic): Descriptions labels can be
7447         any suit of symbols, and will end at double colons.
7449 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
7451         * org.el (org-indent-line-function): Indent past [@num] and
7452         [@start:num], consistently with what is already done with
7453         checkboxes.
7455 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
7457         * org.el (org-store-log-note): Indent new notes to the right
7458         column.  Also take `org-list-two-spaces-after-bullet-regexp' into
7459         consideration when creating the note.
7461 2010-11-11  David Maus  <dmaus@ictsoc.de>
7463         * org-gnus.el (nnimap-group-overview-filename): Declare function
7464         to silence byte compiler.
7466 2010-11-11  David Maus  <dmaus@ictsoc.de>
7468         * org-gnus.el (org-gnus-nnimap-query-article-no-from-file):
7469         New customization variable.
7470         (org-gnus-nnimap-cached-article-number): New function.
7471         (org-gnus-follow-link): Try to fetch cached article number of
7472         message-id.
7474 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
7476         * ob-org.el (org-babel-org-default-header): Used to insert a dummy
7477         first line into code blocks before export so that the first line
7478         is not interpreted as a title
7479         (org-babel-org-export): Use new dummy code block prefix.
7481 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
7483         * ob.el (org-babel-insert-result): No longer throws error when
7484         inserting an empty result.
7486 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
7488         * ob-tangle.el: Autoload org-babel-tangle-lang-exts from ob-tangle.
7490 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
7492         * ob.el (org-babel-do-in-edit-buffer):
7493         Use `org-babel-where-is-src-block-head' to test for source block at
7494         point.
7496 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
7498         * ob-keys.el (org-babel-key-bindings): Adding key-binding for
7499         `org-babel-goto-src-block-head'.
7501         * ob.el (org-babel-goto-src-block-head): Jump to the head of the
7502         current code block.
7504 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
7506         * ob.el (org-babel-next-src-block): Now raising more informative
7507         error when no further code blocks can be found.
7508         (org-babel-previous-src-block): Now raising more informative error
7509         when no previous code blocks can be found.
7511 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
7513         * org-exp-blocks.el
7514         (org-export-preprocess-after-include-files-hook): Now using this
7515         hook instead of `org-export-preprocess-hook'.
7517 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
7519         * ob-plantuml.el (org-babel-execute:plantuml): ????
7521 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
7523         * ob-python.el (org-babel-python-evaluate): Refactor as call to
7524         either `org-babel-python-evaluate-external-process' or
7525         `org-babel-python-evaluate-session'.
7526         (org-babel-python-evaluate-external-process): New function to
7527         handle evaluation in external process.
7528         (org-babel-python-evaluate-session): New function to handle
7529         evaluation in emacs inferior process.
7531 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
7533         * ob-org.el (org-babel-execute:org): Evaluates body to latex ascii
7534         or html respecting :results header arg
7535         (org-babel-org-export): Exports a string of text to an output
7536         format.
7538 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
7540         * ob.el (org-babel-insert-result): Remove existing results when
7541         nil results are returned.
7543 2010-11-11  David Maus  <dmaus@ictsoc.de>
7545         * org-ascii.el (org-export-as-ascii): Bind and set link path for
7546         link type specific markup function.
7548 2010-11-11  David Maus  <dmaus@ictsoc.de>
7550         * org-clock.el (notifications-notify): Properly declare function
7551         to silence byte compiler.
7553 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
7555         * org-list.el (org-insert-item): Check invisibility of point at a
7556         meaningful location.
7558 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
7560         * org-list.el (org-list-insert-item-generic): Updating checkboxes
7561         can modifiy bottom point of a list, so make it a marker before
7562         calling `org-update-checkbox-count-maybe'.
7564 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
7566         * org.el (org-src-fontify-natively): Set to nil by default.
7567         Supply cutomize interface.
7569 2010-11-11  Bastien Guerry  <bzg@altern.org>
7571         * org-ascii.el (org-export-as-ascii): Fix bug in ASCII export: use
7572         `org-bracket-link-analytic-regexp++' to match the link type.
7574 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
7576         * ob-tangle.el (org-babel-tangle-collect-blocks): Rename `lang' to
7577         `language'.
7579 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
7581         * ob-tangle.el (org-babel-tangle-comment-format-beg):
7582         Format string specifying the link-comment preceding a code block
7583         (org-babel-tangle-comment-format-end): Format string specifying
7584         the link-comment following a code block
7585         (org-babel-tangle-collect-blocks): Storing more information in the
7586         spec of a tangling code block
7587         (org-babel-spec-to-string): Now makes use of customizable
7588         link-comment formats.
7590 2010-11-11  Achim Gratz  <Stromeko@stromeko.net>  (tiny change)
7592         * org.el (org-delete-backward-char): Check for nil overwrite-mode
7593         before inserting spaces.
7595 2010-11-11  David Maus  <dmaus@ictsoc.de>
7597         * org-icalendar.el (org-print-icalendar-entries): Exclude tags
7598         from summary of non-TODO ical entries.
7599         (org-print-icalendar-entries): Use `org-complex-heading-regexp' to
7600         exclude tags from summary of TODO ical entries.
7602 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
7604         * ob.el (org-babel-map-src-blocks): Now exposes much information
7605         about the code block in the form of let-bound local variables.
7607 2010-11-11  David Maus  <dmaus@ictsoc.de>
7609         * org-list.el (org-outline-regexp, org-ts-regexp)
7610         (org-ts-regexp-both, org-in-regexps-block-p)
7611         (org-level-increment, org-at-heading-p)
7612         (outline-previous-heading, org-icompleting-read)
7613         (org-time-string-to-seconds): Declare to fix compiler warning.
7615 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
7617         * org-list.el (org-toggle-checkbox): Ignore items in drawers when
7618         used from an heading.  Send an error when no item is in region.
7620 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
7622         * ob.el (org-babel-do-in-edit-buffer): Use unwind-protect to
7623         ensure that edit buffer is exited.
7625 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
7627         * ob-tangle.el (org-babel-tangle-pad-newline): Can be used to
7628         control the amount of extra newlines inserted into tangled code
7629         (org-babel-tangle-collect-blocks): Now conditionally collects
7630         information to be used for "org" style comments
7631         (org-babel-spec-to-string): Now inserts "org" style comments, and
7632         obeys the newline configuration variable when inserting whitespace.
7634 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
7636         * ob-tangle.el (org-babel-pre-tangle-hook): Defines new tangle
7637         hook
7638         (org-babel-tangle): Calls new tangle hook.
7640 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
7642         * org-capture.el (org-capture): Compute the length of the correct
7643         string when removing properties.
7645 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
7647         * ob-plantuml.el (org-babel-execute:plantuml): Now expanding file
7648         names before shell quoting.
7650 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
7652         * org-src.el (org-src-tab-indents-natively): New variable
7653         controlling whether language-native TAB action should be performed
7654         (org-src-native-tab-command-maybe): New function to perform
7655         language-native TAB action.
7656         (org-tab-first-hook): Add `org-src-native-tab-command-maybe'.
7658 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
7660         * ob-plantuml.el (org-babel-execute:plantuml): Explicitly check
7661         `org-plantuml-jar-path' before use.
7663 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
7665         * org-src.el (org-src-font-lock-fontify-block): Re-use hidden
7666         language major mode buffers during fontification.
7668 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
7670         * org.el (org-fontify-meta-lines-and-blocks): Alter main regexp to
7671         match code blocks with switches and header args.  Call
7672         `org-src-font-lock-fontify-block' for automatic fontification of
7673         code in code blocks, controlled by variable
7674         `org-src-fontify-natively'.
7675         (org-src-fontify-natively): New variable.
7677 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
7679         * ob-ruby.el (org-babel-expand-body:ruby): Remove requirement of
7680         inf-ruby.
7682 2010-11-11  Noorul Islam  <noorul@noorul.com>  (tiny change)
7684         * org-html.el (org-html-make-link): (expand-file-name) removes
7685         one "/" from "///path-to-file", so add one.  Anything other than
7686         'file' type should be exported along with the type.
7688 2010-11-11  Noorul Islam  <noorul@noorul.com>  (tiny change)
7690         * org.el (org-insert-subheading): Fix compiler warning
7691         (org-insert-todo-subheading): Fix compiler warning.
7693 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
7695         * org-capture.el (org-capture): Remove read-only text properties
7696         from capture text.
7697         (org-capture-set-target-location): Throw an error if file+headline
7698         target does not point into a file which is in Org mode.
7700 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
7702         * ob.el (org-babel-map-src-blocks): Prefer `when' to `if'.
7704 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
7706         * org-src.el (org-edit-src-code): Improve docstring.
7708 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
7710         * ob.el (org-babel-execute-src-block): Document prefix argument in
7711         docstring.
7713 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
7715         * ob-ditaa.el (org-babel-execute:ditaa): Now expanding
7716         org-ditaa-jar-path with expand-file-name.
7718 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
7720         * ob.el (org-babel-execute-subtree): Pass prefix arg through to
7721         `org-babel-execute-src-block'.
7723 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
7725         * org-ascii.el (org-export-ascii-preprocess): Allow [@start:x] and
7726         [@x] syntax for list numbering.
7728 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
7730         * org.el (org-indent-line-function): Indentation of source block
7731         is left to `org-edit-src-exit' and shouldn't be modified by
7732         `org-indent-line-function'.  Indentation of others blocks should be
7733         the same as the #+begin line.
7735 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
7737         * ob.el (org-babel-map-src-blocks): If FILE is nil evaluate BODY
7738         forms on source blocks in current buffer; restore point in current
7739         buffer.
7741 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
7743         * org-list.el (org-list-struct): Accept list boundaries as an
7744         argument in order to avoid computing `org-list-top-point' and
7745         `org-list-bottom-point' twice when indenting.
7747 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
7749         * org-list.el (org-list-ending-method): Default value is now
7750         `both', to ensure maximum compatibility before previous
7751         implementation.
7753 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
7755         * org-list.el (org-list-in-item-p-with-indent): Test if first line
7756         is the item beginning.
7758         * org-list.el (org-list-top-point-with-indent): Test if first line
7759         is a valid list beginning.
7761 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
7763         * org-list.el (org-list-ending-method): New customizable variable
7764         to tell Org Mode how lists end.  See docstring.
7766 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
7768         * org-list.el (org-indent-item-tree): Shifting step of top-level
7769         item depends on `org-level-increment'.
7771 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
7773         * org.el (org-indent-line-function): Indent first non blank line
7774         after a list according to current heading level.
7776 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
7778         * org-docbook.el (org-export-as-docbook): Remove check for
7779         indentation on lines that do not start with a list bullet.
7781         * org-html.el (org-export-as-html): Same thing.
7783 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
7785         * org-list.el (org-list-bottom-point): Take into consideration
7786         that bound of search can be before true ending of the list.
7788 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
7790         * org-list.el (org-list-struct-apply-struct): No longer shift
7791         item's body twice: one after replacing bullet and one after
7792         changing indentation.
7794 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
7796         * org-list.el (org-list-struct-indent): Add code to replace
7797         bullets if needed when indenting.
7799 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
7801         * org-list.el (org-list-insert-item-generic): A single item
7802         already counting blank lines in his body should be separated with
7803         the next one by a blank line.  Moreover, if user already provided
7804         blank lines, follow his wishes.
7806 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
7808         * org-list.el (org-indent-item-tree): When moving top item of a
7809         *-list to column 0, only the first item had its bullet changed to
7810         -.  It now changes all items of the top-level list, as expected.
7812 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
7814         * org-list.el (org-toggle-checkbox): Go to beginning of line
7815         before processing.
7817 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
7819         * org-list.el (org-list-struct-apply-struct): Check if ancestor
7820         exists.
7822 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
7824         * org-list.el (org-renumber-ordered-list): Check for [@start:x] is
7825         done at each item.
7827 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
7829         * org-list.el : Removed unused variable
7830         `org-suppress-item-indentation'.
7832         * org-list.el (org-renumber-ordered-list): Skip item if bullet
7833         number is already good.
7835 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
7837         * org-list.el (org-list-automatic-rules): Doc-string reflects this
7838         change.
7840         * org-list.el (org-indent-item-tree): Prevent whole list from
7841         being moved when user is not moving subtree.  Thus
7842         `org-cycle-item-indentation' will not allow to move the list.
7844 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
7846         * org-list.el (org-indent-item-tree): Remove region code.  It was
7847         prone to errors and undocumented.
7849         * org-list.el (org-item-indent-positions): Better heuristics to
7850         determine what bullet the item will have when demoted.
7852 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
7854         * org-list.el (org-list-bullet-string): First check if
7855         `org-list-two-spaces-after-bullet-regexp' isn't nil.
7857 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
7859         * org-list.el (org-list-bullet-string): Do not modify match-data.
7861         * org.el (org-toggle-item): Now working again when changing list
7862         items into plain text.  Moreover take into consideration
7863         `org-list-two-spaces-after-bullet-regexp'.
7865 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
7867         * org-list.el (org-indent-item-tree): Remove unnecessary bullets
7868         fix, and improved heuristics to determine bullet when indenting.
7870         * org-list.el (org-item-indent-positions): Function now returns
7871         sane results when there are two lists separated with blank lines
7872         only.
7874 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
7876         * org-docbook.el (org-export-as-docbook): Use override="num" in
7877         any listitem matching [@start:num].
7879         * org-html.el (org-export-as-html): Use value="num" in any li
7880         matching [@start:num].
7882 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
7884         * org.el (org-set-font-lock-defaults): Correct fontification for
7885         checkboxes found after [@start:?].
7887         * org-list.el (org-list-at-regexp-after-bullet-p): Skip any
7888         [@start:?]  when looking at a regex after a bullet.
7890         * org-list.el (org-toggle-checkbox): Correct insertion of
7891         checkboxes when there is already a [@start:?] in the item.
7893         * org-list.el (org-checkbox-blocked-p): Properly check if there's
7894         an unchecked item before.
7896         * org-list.el (org-list-parse-list): Function handles items having
7897         both a counter and a checkbox.
7899 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
7901         * org-list.el (org-cycle-item-indentation): Org-tab-ind-state
7902         stores both indentation and bullet when cycle started.
7904 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
7906         * org-list.el: `org-at-description-p' renamed to
7907         `org-at-item-description-p', `org-first-list-item-p' renamed to
7908         `org-list-first-item-p', `org-end-of-item-text-before-children'
7909         renamed to `org-end-of-item-or-at-child'.
7911 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
7913         * org.el (org-ctrl-c-ctrl-c): Call `org-fix-bullet-type' instead
7914         of `org-maybe-renumber-ordered-list' and `org-fix-bullet-type'
7915         before toggling a checkbox.
7917 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
7919         * org-list.el (org-list-bullet-string): New function returning
7920         bullet concatenated with an appropriate number of white spaces.
7922         * org-list.el (org-list-insert-item-generic): Insert the right
7923         bullet, with help of `org-list-bullet-string'.
7925         * org-list.el (org-indent-item-tree):
7926         Use `org-list-bullet-string'.
7928         * org-list.el (org-fix-bullet-type): Use `org-list-bullet-string'.
7930         * org-list.el (org-toggle-checkbox): Send an error when
7931         `org-toggle-checkbox' is trying to insert a checkbox at a
7932         description item.
7934         * org-list.el (org-item-re): Modified regexp so it can catch
7935         correct number of white space before item body.
7937         * org-list.el (org-list-at-regexp-after-bullet-p): Take into
7938         consideration new `org-item-re'.
7940 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
7942         * org-list.el (org-list-insert-item-generic): The second item in a
7943         list will be separated from its predecessor with the number of
7944         blank lines separating the first item from its parent, if any, or
7945         no blank line.
7947 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
7949         * org-list.el (org-indent-item-tree): Fix and reorder every list
7950         and sublist, from parent of list that has moved if indenting, or
7951         from list at point if outdenting.
7953 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
7955         * org-list.el (org-indent-item-tree): Try to keep relative
7956         position on line.  It can't if point is in white spaces before
7957         bullet because mixed tabs and spaces make some columns
7958         unattainable.
7960 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
7962         * org-list.el (org-cycle-item-indentation): Cycle when the whole
7963         item only contains bullet and maybe a checkbox.  Previously, TAB
7964         would cycle when the first line of the item was blank.
7966 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
7968         * org-list.el (org-cycle-item-indentation): Allow a point just
7969         after a description item or a checkboxed item to start cycling.
7971 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
7973         * org-list.el (org-cycle-list-bullet):
7974         Check `org-plain-list-ordered-item-terminator' before allowing 1. or 1)
7975         as valid bullets when cycling.
7977 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
7979         * org-list.el (org-cycle-item-indentation): Do return t if and
7980         only if cycling is possible and succeded.
7982 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
7984         * org-list.el (org-indent-item-tree): When outdenting a subtree,
7985         the last item shouldn't have a children.
7987 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
7989         * org-list.el (org-cycle-item-indentation): Cycling should play
7990         nicely with indent rule in `org-list-automatic-rules'.
7992 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
7994         * org-list.el (org-indent-item-tree): If indent rule is activated,
7995         it should be impossible to outdent an item having children without
7996         moving its subtree.  Improved reordering of lists modified by
7997         cycling indentation.
7999 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
8001         * org-list.el (org-maybe-renumber-ordered-list): Remove call for
8002         `org-fix-bullet-type' to prevent infinite loop, and some checks
8003         already done in `org-renumber-ordered-list'.
8005         * org-list.el (org-fix-bullet-type): Remove a check and call
8006         directly `org-maybe-renumber-ordered-list'.
8008 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
8010         * org-list.el (org-indent-item-tree): It shouldn't be possible to
8011         indent the first item of a sublist (though outdent is possible) as
8012         it would break list's structure.
8014 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
8016         * org-list.el (org-list-insert-item-generic): When local search
8017         doesn't help, search the list globally for blank lines.  Moreover,
8018         don't bother with new lists, and add 1 blank line.
8020 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
8022         * org-capture.el (org-capture-place-item):
8023         Use `org-search-forward-unenclosed' and
8024         `org-search-backward-unenclosed' and new variable
8025         `org-item-beginning-re'.
8027         * org-list.el (org-item-beginning-re): Regexp matching beginning
8028         of an item.
8030 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
8032         * org-list.el (org-cycle-list-bullet): Put back support for
8033         'previous argument.
8035 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
8037         * org-list.el (org-in-item-p): Handle case when point is at an
8038         heading.
8040         * org-list.el (org-list-make-subtree): Add protection when used
8041         outside of list.
8043         * org-list.el (org-insert-item): Remove useless hack now
8044         `org-in-item-p' is fixed.
8046         * org-timer.el (org-timer-item): Remove useless hack now
8047         `org-in-item-p' is fixed.
8049 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
8051         * org-list.el (org-cycle-list-bullet): Prevent description items
8052         from being numbered.  String argument is also recognized now, as
8053         long as it is a valid bullet.
8055 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
8057         * org-list.el (org-indent-item-tree): Moving indentation of top
8058         list item will make the whole list move.
8060         * org-list.el (org-apply-on-list): Function is less sensitive to
8061         changes of indentation.
8063 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
8065         * org-list.el (org-at-item-checkbox-p): Add whitespaces at the end
8066         of the regexp.
8068         * org-list.el (org-checkbox-blocked-p): Use new checkbox regexp.
8070         * org-list.el (org-cycle-item-indentation): Allow cycling
8071         description items and checkbox items.
8073         * org-list.el (org-toggle-checkbox): Use new checkbox regexp.
8075         * org-list.el (org-reset-checkbox-state-subtree): Use new checkbox
8076         regexp.
8078 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
8080         * org-list.el (org-insert-item-internal): Guessing of blank lines
8081         number is made by looking at neighboring items, if any.
8083 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
8085         * org-list.el (org-sort-list): Add the possibility to sort timer
8086         lists with the ?t or ?T options.
8088 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
8090         * org-list.el (org-search-unenclosed-internal): New function to
8091         handle both `org-search-forward-unenclosed' and
8092         `org-search-backward-unenclosed'.
8094         * org-list.el (org-search-backward-unenclosed): Can send errors
8095         now.  Removed useless usage of COUNT.
8097         * org-list.el (org-search-forward-unenclosed): Can send errors
8098         now.  Removed useless usage of COUNT.
8100         * org-list.el (org-update-checkbox-count):
8101         Use `org-search-forward-unenclosed' and
8102         `org-search-backward-unenclosed' instead of `re-search-forward'
8103         and `re-search-backward'.
8105         * org-list.el (org-sort-list): Use `org-search-forward-unenclosed'
8106         and `org-search-backward-unenclosed' instead of
8107         `re-search-forward' and `re-search-backward'.
8109         * org-list.el (org-list-make-subtree):
8110         Use `org-search-forward-unenclosed' and
8111         `org-search-backward-unenclosed' instead of `re-search-forward'
8112         and `re-search-backward'.
8114 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
8116         * org-list.el (org-insert-item-internal): Fixes the problem when
8117         point was before the first char of the item's body.
8119 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
8121         * org-timer.el (org-timer-item): Refactoring.  Compute timer string
8122         before inserting it in the buffer.
8124         * org-timer.el (org-timer): Add an optional argument to return
8125         timer string instead of inserting it.
8127 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
8129         * org-list.el (org-insert-item-internal): New function to handle
8130         positionning and contents of an item being inserted at a specific
8131         pos. It is not possible anymore to split a term in a description
8132         list or a checkbox when inserting a new item.
8134         * org-list.el (org-insert-item): Refactored by using the new
8135         `org-insert-item-internal' function.
8137         * org-timer.el (org-timer-item): Refactored by using the new
8138         `org-insert-item-internal' function.
8140 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
8142         * org-list.el (org-list-bottom-point): Be sure to check real
8143         ORG-OUTLINE-REGEXP and not outline-regexp, that might be modified.
8145         * org.el (org-cycle-internal-local): Cycle up to end of subtree or
8146         end of item if we are in a list.
8148 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
8150         * org-list.el (org-insert-item): Move before any special block in
8151         a list prior to add a new item.
8153         * org-timer.el (org-timer-item): When in a timer list, insert a
8154         new timer item like `org-insert-item'.  If in another list, send an
8155         error.  Otherwise, start a new timer list.
8157 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
8159         * org-list.el: Minor refactoring.
8161 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
8163         * org-timer.el (org-timer-item): Insert description list item at
8164         the right column.
8166         * org-list.el (org-insert-item): Insert the right number of blank
8167         lines before a relative timer.
8169 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
8171         * org-list.el (org-insert-item): Remove restriction on latex
8172         blocks.
8174 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
8176         * org-list.el (org-search-backward-unenclosed): Do not stop in
8177         protected places.
8179         * org-list.el (org-search-forward-unenclosed): Do not stop in
8180         protected places.
8182         * org-latex.el (org-export-latex-lists): Use the fact that
8183         org-search-forward do not stop anymore at protected places.
8185 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
8187         * org-list.el (org-search-backward-unenclosed): Do not prevent
8188         list items from being inside LaTeX blocks.
8190         * org-list.el (org-search-forward-unenclosed): Do not prevent list
8191         items from being inside LaTeX blocks.
8193 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
8195         * org-list.el (org-in-item-p): Do not widen before checking if we
8196         are in item.
8198         * org-list.el (org-list-send-list): We cannot count on
8199         `org-list-top-point' and `org-list-bottom-point' before buffer is
8200         narrowed.  Find bounds of list otherwise.
8202 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
8204         * org-list.el (org-list-end-regexp): By default, list ending is
8205         exactly 2 blank lines.
8207 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
8209         * org-docbook.el (org-export-as-docbook): When we find an empty
8210         line, we do not need to check for
8211         `org-empty-line-terminates-plain-lists' because we would have
8212         found end-list marker before.
8214         * org-html.el (org-export-as-html): Same.
8216 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
8218         * org-list.el (org-insert-item): Simplify count of blank lines to
8219         insert.
8221 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
8223         * org-list.el (org-list-end-regexp): New customizable variable to
8224         define what string should end lists.
8226         * org-list.el (org-list-end-re): Function is now aware of
8227         `org-list-end-regexp'.
8229 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
8231         * org-html.el (org-export-as-html): Code cleanup.
8233 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
8235         * org-docbook.el (org-export-as-docbook): Properly close any open
8236         list when seeing ORG-LIST-END.  Removed any reference to now
8237         unneeded DIDCLOSE variable.
8239 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
8241         * org-exp.el (org-export-mark-list-ending): Fix number of blank
8242         lines inserted after a list.
8244         * org-list.el (org-list-parse-list): Fix case when
8245         `org-list-end-re' would have an indentation greater than current
8246         list.
8248 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
8250         * org-exp.el (org-export-mark-list-ending): Differentiate between
8251         export backends, and replace `org-list-end-re' by a blank line
8252         upon exporting.
8254 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
8256         * org-html.el (org-export-as-html): Delete didclose and everything
8257         related to it, as it is no longer needed.
8259 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
8261         * org-html.el (org-export-html-preprocess): Remove unneeded
8262         insertion of list end marker, as it is now handled by
8263         `org-export-mark-list-ending'.
8265         * org-html.el (org-export-as-html): Cleaner termination of lists.
8267         * org-exp.el (org-export-mark-list-ending): New function to insert
8268         specific markers at the end of lists when exporting to a backend
8269         not using `org-list-parse-list'.  This function is called early in
8270         `org-export-preprocess-string', while it is still able to
8271         recognize lists.
8273         * org-latex.el (org-export-latex-lists): Better search for
8274         lists.  It now only finds items not enclosed and not protected.
8276 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
8278         * org-list.el: Replaced `re-search-forward' by
8279         `org-search-forward-unenclosed' where it made sense.
8281 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
8283         * org-list.el (org-apply-to-list): Now a return value is handed at
8284         each new call of the function applied.
8286         * org-list.el (org-fix-bullet-type): Use the new
8287         `org-apply-to-list' format.
8289         * org-list.el (org-renumber-ordered-list): Use the new
8290         `org-apply-to-list' format.
8292 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
8294         * org.el (org-in-regexps-block-p): Minor fix: limit wasn't
8295         correctly used.
8297         * org-list.el (org-search-forward-unenclosed): Better regexp used.
8299         * org-list.el (org-search-backward-unenclosed): Better regexp
8300         used.
8302 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
8304         * org-list.el (org-sort-list): End-rec function was ill-defined.
8306 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
8308         * org-list.el (org-search-forward-unenclosed): Fix behavior when
8309         last occurrence was enclosed.
8311         * org-list.el (org-search-backward-unenclosed): Fix behavior when
8312         last occurrence was enclosed.
8314 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
8316         * org.el (org-in-regexps-block-p): Fix documentation.
8318 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
8320         * org-list.el (org-search-backward-unenclosed): Fix block regexp.
8322         * org-list.el (org-search-forward-unenclosed): Fix block regexp.
8324         * org-list.el (org-list-parse-list): Minor fix.
8326 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
8328         * org-list.el (org-list-parse-list): Delete `org-list-end-re' when
8329         called with t argument.
8331 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
8333         * org-html.el (org-export-html-preprocess):
8334         Replace `org-list-end-re' by a blank line during pre-process.
8336 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
8338         * org-list.el (org-list-bottom-point): No need for square brackets
8339         for `skip-chars-backward'.
8341 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
8343         * org-html.el: Do not delete space between end of list and
8344         beginning of the following.
8346 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
8348         * org-html.el: Preprocess buffer string and add ORG-LIST-END where
8349         needed.  Lists should not end before seeing this.
8351 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
8353         * org-html.el: Notice end of lists.
8355 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
8357         * org-list.el (org-list-parse-list): Better handling of
8358         restrictions when function is called on a list with sublists.
8360         * org-list.el (org-list-send-list): Find the true ending of the
8361         list being sent.
8363         * org-list.el (org-list-radio-list-templates): Templates are more
8364         specific to lists.
8366 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
8368         * ob-js.el (org-babel-js-eoe): Indicate end of input
8369         (org-babel-execute:js): Support for session evaluation
8370         (org-babel-prep-session:js): Fleshed out definition
8371         (org-babel-js-initiate-session): Can initiate a session using
8372         mozrepl.
8374 2010-11-11  David Maus  <dmaus@ictsoc.de>
8376         * org.el (org-set-regexps-and-options): Protect escape char in
8377         `org-complex-heading-regexp-format'.
8379 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
8381         * ob-scheme.el (org-babel-scheme-eoe): For marking the end of
8382         session-based evaluation
8383         (org-babel-execute:scheme): Now supports session-based evaluation
8384         (org-babel-prep-session:scheme): Now works and defines variables
8385         (org-babel-scheme-initiate-session): Now works using run-scheme
8386         from cmuscheme.
8388 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
8390         * org.el (org-export-latex-default-packages-alist): Remove the
8391         t1enc package - this is already covered by fontenc.
8393 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
8395         * ob.el (with-parsed-tramp-file-name): Declared
8396         (org-babel-tramp-localname): Ensure variable name exists locally.
8398 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
8400         * ob.el (org-babel-temp-file): Don't use babel temporary directory
8401         in remote case; use make-temp-file with remote file name so that
8402         temp file is guaranteed not to exist previously on remote machine.
8403         (org-babel-tramp-localname): New function to return local name
8404         portion of possibly remote file specification.
8406 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
8408         * ob-R.el (org-babel-R-write-object-command): New unified R
8409         command for writing results to file
8410         (org-babel-R-wrapper-method): Remove variable
8411         (org-babel-R-wrapper-lastvar): Remove variable
8412         (org-babel-R-evaluate-external-process): Use new R command
8413         (org-babel-R-evaluate-session): Use new R command.
8415 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
8417         * ob-comint.el
8418         (org-babel-comint-eval-invisibly-and-wait-for-file): New function
8419         to evaluate code invisibly and block until output file exists.
8421         * ob-R.el (org-babel-R-evaluate-session): Use `ess-eval-buffer' to
8422         evaluate R code in session for :results value.  Write result to
8423         file invisibly using new function
8424         `org-babel-comint-eval-invisibly-and-wait-for-file'.
8426 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
8428         * org-capture.el (org-capture-fill-template): Align tags after
8429         insertion.
8431 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
8433         * org-exp.el (org-export-concatenate-multiline-emphasis):
8434         Ignore matches that start in a headline.
8436 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
8438         * ob-plantuml.el (org-babel-execute:plantuml): Wrapping in-file
8439         and out-file in shell-quote-argument.
8441 2010-11-11  David Maus  <dmaus@ictsoc.de>
8443         * org-docview.el (org-docview-store-link): Use expanded macro to
8444         get current page.
8445         (doc-view-goto-page, image-mode-window-get): Declare functions for
8446         byte compiler.
8448 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
8450         * ob-scheme.el: Very preliminary support for evaluating scheme
8451         code blocks.
8453         * org.el (org-babel-load-languages): Adding scheme.
8455 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
8457         * ob.el (require): Remove circular (require 'org).
8459 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
8461         * ob-R.el (ess-make-buffer-current): Declared.
8462         (ess-ask-for-ess-directory): Declared.
8463         (ess-local-process-name): Declared.
8464         * ob-latex.el (org-babel-latex-tex-to-pdf): Capturing free variable.
8466         * ob.el (org-edit-src-code): Fixing arguments.
8467         (org-edit-src-exit): Declared.
8468         (org-outline-overlay-data): Declared.
8469         (org-set-outline-overlay-data): Declared.
8471 2010-11-11  Glenn Morris  <rgm@gnu.org>
8473         * ob.el: Require org when compiling.
8474         (org-save-outline-visibility): Remove macro declaration.
8476         * ob-emacs-lisp.el: Require ob-comint when compiling, for macros.
8477         Remove unnecessary/macro declarations.
8479         * org-docview.el: Require doc-view when compiling.
8480         (doc-view-goto-page): Autoload rather than declaring.
8481         (doc-view-current-page): Remove macro declaration.
8483         * ob.el (tramp-compat-make-temp-file, org-edit-src-code)
8484         (org-entry-get, org-table-import): Fix declarations.
8485         (org-match-string-no-properties): Remove declaration.
8487         * ob-sh.el (org-babel-comint-in-buffer)
8488         (org-babel-comint-wait-for-output, org-babel-comint-buffer-livep)
8489         (org-babel-comint-with-output): Remove unnecessary declarations.
8491         * ob-R.el (orgtbl-to-tsv): Fix declaration.
8493         * org-list.el (org-entry-get): Fix declaration.
8495 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
8497         * ob.el (org-babel-remove-temporary-directory): Remove explicit
8498         second argument.
8500 2010-11-11  Magnus Henoch  <magnus.henoch@gmail.com>  (tiny change)
8502         * org-clock.el (org-clocktable-steps): Allow ts and te to be day
8503         numbers.
8505 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
8507         * org-macs.el (org-save-outline-visibility): Move from org.el.
8509 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
8511         * ob-org.el (org-babel-default-header-args:org): Additional
8512         ":results silent" default header argument for org code blocks.
8514 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
8516         * ob-exp.el (org-babel-exp-do-export): Remove hacky ":noeval",
8517         which is now an alias to ":eval no".
8519 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
8521         * ob.el (org-babel-remove-temporary-directory): The version of
8522         `delete-directory' found in files.el can not be assumed to be
8523         present on all versions, so this copies the recursive behavior of
8524         that command in such a way that all calls to delete-directory will
8525         also work with the built-in internal C implementation of that
8526         function.  This is not overly difficult as all elements of the
8527         directory can be assumed to be files.
8529 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
8531         * ob-C.el (org-babel-C-execute): Corrected arguments to
8532         org-babel-temp-file.
8534 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
8536         * ob.el (org-babel-temporary-directory): Variable to hold the
8537         value of the Babel temporary directory.
8539 2010-11-11  Aditya Siram  <aditya.siram@gmail.com>
8541         * ob.el (org-babel-load-in-session): Expanding noweb references
8542         when appropriate.
8544 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
8546         * org.el (org-make-link-regexps): Modified regexp of
8547         org-plain-link-re.
8549 2010-11-11  Noorul Islam  <noorul@noorul.com>  (tiny change)
8551         * org-habit.el (org-habit-parse-todo): Find sr-days only if
8552         scheduled-repeat is non nil.  Use 4th element of the list returned
8553         by (org-heading-components) as habit-entry.  Modify the error
8554         message to be more meaningful.
8556 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
8558         * ob-latex.el (org-babel-execute:latex): Adding new ":fit" and
8559         ":border" header arguments which both use the "preview" latex
8560         package to fit the resulting PDF image to the figure.
8562 2010-11-11  David Maus  <dmaus@ictsoc.de>
8564         * org-wl.el (org-wl-store-link): Don't try to store link if point
8565         is at end of buffer.
8567 2010-11-11  Harri Kiiskinen  <harkiisk@gmail.com>
8569         * org-publish.el (org-publish-project-alist): Document the new
8570         body-only property.
8571         (org-publish-org-to): Use the body-only property.
8573 2010-11-11  Jambunathan K  <kjambunathan@gmail.com>  (tiny change)
8575         * org.el (org-store-link): Return link when invoked
8576         non-interactively from an agenda buffer.
8578 2010-11-11  Jambunathan K  <kjambunathan@gmail.com>  (tiny change)
8580         * org.el (org-store-link): Storing of links to headlines in
8581         indirect buffers was broken.  Fix it.
8583 2010-11-11  Aidan Kehoe  <kehoea@parhasard.net>
8585         * ob-tangle.el (org-babel-tangle): Change the MODE argument to
8586         #'set-file-modes to use integer, not character syntax, avoiding
8587         compile problems with recent XEmacs.
8589 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
8591         * org-agenda.el (org-agenda-add-entry-text): Make sure we move
8592         forward even if there is no text to be added.
8594 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
8596         * org.el (org-make-tags-matcher): Read "\\-" as "-" in the
8597         tags/property matcher.
8599 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
8601         * org-exp.el (org-infile-export-plist): Bind case-fold-search to
8602         t.
8604 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
8606         * org-agenda.el (org-agenda-with-point-at-orig-entry): New macro.
8608 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
8610         * org-latex.el (org-export-latex-set-initial-vars):
8611         Bind `case-fold-search' to t around the search for special LaTeX setup.
8613         * org-beamer.el (org-beamer-after-initial-vars):
8614         Bind `case-fold-search' to t around the search for special BEAMER
8615         setup.
8617 2010-11-11  David Maus  <dmaus@ictsoc.de>
8619         * org-agenda.el (org-write-agenda): Delete PostScript file after
8620         creating conversion to PDF.
8622 2010-11-11  David Maus  <dmaus@ictsoc.de>
8624         * org-agenda.el (org-write-agenda): Move require statements to
8625         proper place in evaluated lisp expression.
8627 2010-11-11  David Maus  <dmaus@ictsoc.de>
8629         * org-agenda.el (org-write-agenda): Rename temporary buffer to
8630         remove dependency of `flet' macro.
8632 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
8634         * ob-lob.el (org-babel-lob-get-info): Edit docstring.
8636 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
8638         * ob-exp.el (org-babel-exp-lob-one-liners): Get parameter values
8639         from all standard sources when executing #+lob/#+call lines.
8641 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
8643         * ob-R.el (org-babel-R-evaluate): Break the two branches into two
8644         separate functions
8645         (org-babel-R-evaluate-external-process): New function to handle
8646         external process evaluation
8647         (org-babel-R-evaluate-session): New function to handle session
8648         evaluation.
8650 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
8652         * ob.el (org-babel-initiate-session): New function derived from
8653         previous `org-babel-switch-to-session'
8654         (org-babel-switch-to-session): Refactored to use new
8655         `org-babel-initiate-session'.
8657 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
8659         * ob.el (org-babel-switch-to-session): Supply missing "P" argument
8660         to (interactive).
8662 2010-11-11  David Maus  <dmaus@ictsoc.de>
8664         * org-feed.el (org-feed-format-entry): Decode entry according to
8665         its character encoding.
8667 2010-11-11  David Maus  <dmaus@ictsoc.de>  (tiny change)
8669         * org-feed.el (xml-substitute-special): Declare function for byte
8670         compiler.
8671         (org-feed-unescape): Removed.
8672         (org-feed-parse-rss-entry, org-feed-parse-atom-entry):
8673         Use `xml-substitute-special' to unescape XML entities.
8675 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
8677         * ob.el (org-babel-switch-to-session): Throw error if block if
8678         :session not in effect for the block.
8680 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
8682         * org-table.el (org-table-create-with-table.el): Align table
8683         before converting.
8685 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
8687         * ob.el (org-babel-do-in-edit-buffer): Suppress message and check
8688         that org-src buffer is current before attempting exit.
8690 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
8692         * org-src.el (ob-comint): Require 'ob-comint
8693         (org-src-babel-info): Define variable.
8695 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
8697         * ob.el (org-babel-do-in-edit-buffer): New macro to evaluate lisp
8698         in the language major mode edit buffer.
8699         (org-babel-do-key-sequence-in-edit-buffer): New function to call
8700         an arbitrary key sequence in the language major mode edit buffer.
8702         * org-src.el (org-src-switch-to-buffer): Add new allowed value
8703         'switch-invisibly for `org-src-window-setup'.
8705 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
8707         * org-src.el (ob-keys): Require ob-keys, because `org-babel-map'
8708         is used.
8709         (org-src-do-at-code-block): New macro to evaluate lisp with point
8710         at the start of the Org code block containing the code in this
8711         edit buffer.
8712         (org-src-do-key-sequence-at-code-block): New function to execute
8713         command bound to key at the Org code block containing the code in
8714         this edit buffer.
8716 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
8718         * ob-R.el (org-babel-R-associate-session): New function to
8719         associate R code edit buffers with ESS comint session.
8721 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
8723         * org-src.el (org-edit-src-code): If at src block, store babel
8724         info as buffer local variable.
8725         (org-src-associate-babel-session): New function to associate code
8726         edit buffer with comint session.  Does nothing unless a
8727         language-specific function named
8728         `org-babel-LANG-associate-session' exists.
8729         (org-src-babel-configure-edit-buffer): New function to be called
8730         in `org-src-mode-hook'.
8731         (org-src-mode-hook): Add `org-src-babel-configure-edit-buffer' to
8732         hook.
8734 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
8736         * ob.el (org-babel-switch-to-session-with-code): New function to
8737         generate split frame displaying edit buffer and session.
8739 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
8741         * org.el (org-set-tags): Consider org-indent-mode when computing
8742         the tags column.
8744 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
8746         * org-compat.el (org-looking-at-p): Only use looking-at-p when
8747         defined.
8749 2010-11-11  David Maus  <dmaus@ictsoc.de>
8751         * org-agenda.el (org-finalize-agenda-entries): Delete excluded
8752         lines directly after call to sorting filter function.
8754 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
8756         * org.el (org-complex-heading-regexp-format): Document the
8757         variable.
8758         (org-get-refile-targets): Use `org-complex-heading-regexp-format'
8759         to make the regular expression for matching the headline.
8761 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
8763         * org.el (org-refile-check-position): New function.
8764         (org-goto):
8765         (org-refile-get-location): Call `org-refile-check-position'.
8767 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
8769         * ob-python.el (org-babel-python-initiate-session-by-key): Use eq
8770         instead of equal to compare symbols.
8772 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
8774         * org-agenda.el (org-agenda-before-sorting-filter-function):
8775         New hook function.
8776         (org-finalize-agenda-entries):
8777         Apply `org-agenda-before-sorting-filter-function'.
8779 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
8781         * org-latex.el (org-export-latex-first-lines): Do not protect meta
8782         lines that have nothing to do with babel.
8784 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
8786         * org-capture.el (org-capture-place-template): Handle the
8787         checkitem case.
8788         (org-capture-place-item): Provide boundaries for the search to
8789         make sure we do not get a match in a different tree.
8791 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
8793         * org-exp.el (org-export-preprocess-apply-macros): Fix the macro
8794         argument parser.
8796 2010-11-11  Noorul Islam  <noorul@noorul.com>
8798         * org-latex.el (org-latex-to-pdf-process): Add output-directory
8799         option for the command pdflatex.
8800         (org-export-as-pdf): Respect directory in path of
8801         EXPORT_FILE_NAME.
8803 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
8805         * org-exp.el (org-export-with-LaTeX-fragments): New default t,
8806         which now means to use MathJax processing for HTML.  Also allow
8807         new value `dvipng' to force the old image processing.
8808         (org-infile-export-plist): Parse for MATHJAX setup line.
8810         * org-html.el (org-export-html-mathjax-options): New option.
8811         (org-export-html-mathjax-config): New function.
8812         (org-export-html-mathjax-template): New option.
8813         (org-export-html-preprocess): Call the LaTeX snippet processor
8814         with an additional argument to declare special ways of processing.
8815         (org-export-as-html): Bind the dynamical variable
8816         `org-export-have-math'.  Insert the MathJax script template when
8817         it is needed by the document.
8819         * org.el (org-preview-latex-fragment): Call `org-format-latex'
8820         with the additional processing argument.
8821         (org-export-have-math): New variable, for dynamic scoping.
8822         (org-format-latex): Implement specific ways of processing.
8823         New function argument for processing type.
8824         (org-org-menu): Remove the entry to configure LaTeX snippet
8825         processing.
8827 2010-11-11  Bastien Guerry  <bzg@altern.org>
8829         * org-agenda.el (org-agenda-clock-goto): Use `\C-c\C-x\C-j' for
8830         `org-clock-goto' and `J' for `org-agenda-clock-goto'.  If the
8831         heading currently clocked in is not listed in the agenda, display
8832         this entry in another buffer.  If there is no running clock,
8833         display a help message.
8835 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
8837         * org-latex.el (org-export-latex-tables): Return "" instead of nil
8838         when no label is attached.
8840 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
8842         * org-agenda.el (org-agenda-menu-show-match): New option.
8843         (org-agenda-menu-two-column): New option.
8844         (org-agenda-get-restriction-and-command): Implement dispatch menu
8845         without showing the matcher, and with two-column display.
8847 2010-11-11  Bernt Hansen  <bernt@norang.ca>
8849         * org-indent.el (org-indent-mode): Fix grammar for message when
8850         mode is refused.
8852 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
8854         * ob.el (org-babel-insert-result): Ensures `beg' is set, even if
8855         no previous result exists.
8857 2010-11-11  Noorul Islam  <noorul@noorul.com>
8859         * ob.el Declare org-babel-lob-execute-maybe() to avoid compiler
8860         warning.
8862 2010-11-11  Noorul Islam  <noorul@noorul.com>
8864         * org.el (org-set-visibility-according-to-property): Use backward
8865         search instead of forward, so that top hierarchy gets priority.
8867 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
8869         * org-agenda.el (org-timeline): Allow indirect buffer.
8871 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
8873         * org-exp.el (org-export-preprocess-after-radio-targets-hook):
8874         (org-export-define-heading-targets-headline-hook): New hooks.
8876         * org.el (org-modules): Add entry for org-wikinodes.el.
8877         (org-font-lock-set-keywords-hook): New hook.
8878         (org-open-at-point-functions): New hook.
8879         (org-find-exact-headling-in-buffer):
8880         (org-find-exact-heading-in-directory): New functions.
8881         (org-mode-flyspell-verify): Better cursor position for checking if
8882         flyspell should ignore a word.
8884 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
8886         * org-indent.el (org-indent-remove-properties):
8887         (org-indent-add-properties): Make sure changing these properties
8888         does not trigger modification hooks.
8890 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
8892         * org.el (org-link-search-must-match-exact-headline): New option.
8893         (org-link-search-inhibit-query): New variable.
8894         (org-link-search): Search for exact headline match in Org files.
8896 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
8898         * ob.el (org-babel-execute-src-block-maybe): Remove check for
8899         `org-babel-no-eval-on-ctrl-c-ctrl-c'; this is done in the new
8900         function `org-babel-execute-safely-maybe'.
8902 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
8904         * ob.el (org-babel-load-in-session): Set directory in case :dir
8905         arg is in effect.
8907 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
8909         * ob-tangle.el (org-babel-tangle-collect-blocks): Don't throw
8910         errors when we're not under of a headline.
8912 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
8914         * ob-octave.el (org-babel-octave-wrapper-method): Use dlmwrite to
8915         write delimited text instead of save -ascii
8916         (org-babel-octave-import-elisp-from-file): Specify that data
8917         written to file is tab-delimited.
8919 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
8921         * ob-R.el (org-babel-R-evaluate): Specify that tabular data is
8922         tab-delimited.
8924 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
8926         * ob.el (org-babel-import-elisp-from-file): Allow separator to be
8927         specified.
8929 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
8931         * ob-python.el (org-babel-python-table-or-string): Fix recognition
8932         of lists and tuples.
8934 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
8936         * ob-octave.el (org-babel-octave-evaluate-external-process):
8937         Allow remote files.
8939 2010-11-11  Juan Pechiar  <pechiar@computer.org>
8941         * ob-octave.el (org-babel-octave-evaluate-external-process):
8942         Use `org-babel-octave-import-elisp-from-file' instead of
8943         `org-babel-eval-read-file'.
8944         (org-babel-octave-var-to-octave): Separate matrix rows with ';',
8945         and use '%s' as format specifier instead of '%S'.
8947 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
8949         * ob-octave.el: Only (require 'matlab) when necessary.
8950         (org-babel-octave-initiate-session): (require) octave-inf or matlab
8951         as appropriate.
8952         (org-babel-execute:matlab): Remove (require).
8953         (org-babel-prep-session:matlab): Remove (require).
8954         (org-babel-matlab-initiate-session): Remove (require).
8956 2010-11-11  Dan Davison  <davison@stats.ox.ac.uk>
8958         * ob-octave.el (org-babel-octave-evaluate): Fix formal argument
8959         list.
8961 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
8963         * ob-python.el (org-babel-python-table-or-string): Can now handle
8964         VERY long result lines.
8966 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
8968         * org-latex.el (org-export-latex-tables): Add label if any.
8970         * org-latex.el (org-export-latex-convert-table.el-table):
8971         Fix little mistake when inserting label.
8973 2010-11-11  Nicolas Goaziou  <n.goaziou@gmail.com>
8975         * org.el (org-cycle-internal-local): Remove an unnecessary call
8976         to `org-back-to-heading' that was preventing point to stay at its
8977         column when cycling visibility.
8979 2010-11-11  Noorul Islam  <noorul@noorul.com>
8981         * org-capture.el (org-capture-finalize): Make messages consistent.
8983 2010-11-11  Noorul Islam  <noorul@noorul.com>
8985         * org-gnus.el: Suppress compiler warning by declaring outside
8986         function nnimap-retrieve-headers-from-file.
8988 2010-11-11  Noorul Islam  <noorul@noorul.com>
8990         * org-colview.el Use org-beamer-select-environment instead of
8991         org-beamer-set-environment-tag.
8993 2010-11-11  Matt Lundin  <mdl@imapmail.org>
8995         * org.el (org-insert-time-stamp): Fix org-insert-time-stamp so
8996         that the value of org-last-inserted-timestamp includes time range.
8998 2010-11-11  David Maus  <dmaus@ictsoc.de>
9000         * org-wl.el (org-wl-store-link-message): Provide link property for
9001         message-id without angle brackets.
9003 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
9005         * ob-R.el (org-babel-R-evaluate): Improved prompt-stripping regexp.
9007 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
9009         * ob-tangle.el (org-babel-find-file-noselect-refresh): Finds a
9010         file ensuing that the latest changes on disk are represented.
9012 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
9014         * ob-sqlite.el (org-babel-sqlite-expand-vars): Now inserts string
9015         arguments w/o quotes.
9017 2010-11-11  Bernt Hansen  <bernt@norang.ca>
9019         * org-capture.el (org-capture-finalize): Fix clock in of
9020         interrupted task during capture finalize.
9022 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
9024         * ob-R.el (org-babel-R-evaluate): Clean up extra prompts in
9025         session output.
9027 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
9029         * ob-C.el (org-babel-C-ensure-main-wrap): More generous regular
9030         expression for matching main function.
9032 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
9034         * ob-lob.el (org-babel-lob-one-liner-regexp): Fix error in lob
9035         regexp -- it wasn't matching lob lines w/o indices.
9037 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
9039         * org-exp.el (org-export-latex-listings-w-names): Fix compiler
9040         warning in org-exp.el.
9042 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
9044         * org-publish.el (org-publish-file): Better error message if
9045         base-directory or publishing-directory are not defined.
9047 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
9049         * org-colview.el (org-columns-display-here): Use overlays to
9050         overrule line prefix properties during column view.
9052 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
9054         * org-agenda.el (org-agenda-filter-preset): Document the
9055         limitation for the filter preset - it can only be used for an
9056         entire agenda view, not in an individual block in a block agenda.
9058 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
9060         * ob-table.el (sbe): Now able to accept range references from
9061         tables.
9063 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
9065         * ob.el (org-babel-pick-name): If colnames or rownames contain a
9066         list of names, then use those directly.
9068 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
9070         * org-exp.el (org-export-format-source-code-or-example):
9071         Escape underscores in code block names on latex listings export.
9073 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
9075         * ob-tangle.el (org-babel-with-temp-filebuffer):
9076         Use find-file-noselect to avoid excess buffer movement.
9078 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
9080         * org-html.el (org-html-should-inline-p): Only inline images if
9081         they should be.
9083 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
9085         * org-id.el (org-id-store-link): Autoload.
9087         * org.el ("org-id"): Autoload `org-id-store-link'.
9089 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
9091         * org-html.el (org-html-should-inline-p): Only inline images if
9092         they should be.
9094 2010-11-11  Eric S Fraga  <e.fraga@ucl.ac.uk>
9096         * org-icalendar.el (org-icalendar-alarm-time): New option.
9098         * org-icalendar.el (org-print-icalendar-entries): Timed events are
9099         exported with alarm events, a.k.a. reminders.
9101 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
9103         * org-capture.el (org-capture-target-buffer): Throw an error if we
9104         have no target file.
9105         (org-capture-select-template): Use a default template if the user
9106         has not specified any.
9108 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
9110         * org.el (org-modules): Add entry for org-velocity.
9112 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
9114         * ob-lob.el (org-babel-lob-execute): Changing indentation to
9115         improve line length.
9117 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
9119         * org-exp.el (org-export-handle-table-metalines): Choose a better
9120         position for checking protectedness.
9122 2010-11-11  Eric Schulte  <schulte.eric@gmail.com>
9124         * org-table.el (org-table-convert-region): Don't continue csv
9125         importation which the point catches the end, this fixes an
9126         infinite loop which was caused by the (point) never catching up
9127         with the "end" marker.
9129 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
9131         * org-macs.el (org-string-nw-p): New function.
9133         * org-capture.el (org-capture-import-remember-templates):
9134         Interpret an empty string as request to use
9135         `org-default-notes-file'.
9136         (org-capture-target-buffer): If the FILE is not a (non-empty)
9137         string, use `org-default-notes-file'.
9139 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
9141         * org-capture.el (org-capture-templates): Fix customize type.
9143 2010-11-11  Carsten Dominik  <carsten.dominik@gmail.com>
9145         * org-colview-xemacs.el (org-columns-compile-map):
9146         (org-columns-number-to-string):
9147         (org-columns-string-to-number): Handle estimate ranges.
9148         (org-estimate-mean-and-var): New function.
9149         (org-estimate-combine): New function.
9150         (org-estimate-print): New function.
9151         (org-string-to-estimate): New function.
9153 2010-09-25  Juanma Barranquero  <lekktu@gmail.com>
9155         * org.el (org-refile-targets):
9156         * org-agenda.el (org-agenda-hide-tags-regexp): Fix typos in docstrings.
9158 2010-08-19  Glenn Morris  <rgm@gnu.org>
9160         * org.el (org-outline-overlay-data, org-set-outline-overlay-data)
9161         (org-save-outline-visibility): Move to org-macs.
9162         * org-macs.el (org-outline-overlay-data, org-set-outline-overlay-data)
9163         (org-save-outline-visibility): Move here from org.el.
9164         (show-all): Autoload it.
9165         * ob.el: Don't require org when compiling.
9167 2010-08-18  Glenn Morris  <rgm@gnu.org>
9169         * ob.el: Require org when compiling.
9170         (org-save-outline-visibility): Remove macro declaration.
9171         * ob-emacs-lisp.el: Require ob-comint when compiling, for macros.
9172         Remove unnecessary/macro declarations.
9173         * org-docview.el: Require doc-view when compiling.
9174         (doc-view-goto-page): Autoload rather than declaring.
9175         (doc-view-current-page): Remove macro declaration.
9177 2010-08-17  Glenn Morris  <rgm@gnu.org>
9179         * ob.el (tramp-compat-make-temp-file, org-edit-src-code)
9180         (org-entry-get, org-table-import): Fix declarations.
9181         (org-match-string-no-properties): Remove unnecessary declaration.
9182         * ob-sh.el (org-babel-comint-in-buffer)
9183         (org-babel-comint-wait-for-output, org-babel-comint-buffer-livep)
9184         (org-babel-comint-with-output): Remove unnecessary declarations.
9185         * ob-R.el (orgtbl-to-tsv): Fix declaration.
9186         * org-list.el (org-entry-get): Fix declaration.
9188 2010-07-19  Eric Schulte  <schulte.eric@gmail.com>
9190         * ob-C.el: New file.
9191         * ob-R.el: New file.
9192         * ob-asymptote.el: New file.
9193         * ob-clojure.el: New file.
9194         * ob-comint.el: New file.
9195         * ob-css.el: New file.
9196         * ob-ditaa.el: New file.
9197         * ob-dot.el: New file.
9198         * ob-emacs-lisp.el: New file.
9199         * ob-eval.el: New file.
9200         * ob-exp.el: New file.
9201         * ob-gnuplot.el: New file.
9202         * ob-haskell.el: New file.
9203         * ob-keys.el: New file.
9204         * ob-latex.el: New file.
9205         * ob-lob.el: New file.
9206         * ob-matlab.el: New file.
9207         * ob-mscgen.el: New file.
9208         * ob-ocaml.el: New file.
9209         * ob-octave.el: New file.
9210         * ob-perl.el: New file.
9211         * ob-python.el: New file.
9212         * ob-ref.el: New file.
9213         * ob-ruby.el: New file.
9214         * ob-sass.el: New file.
9215         * ob-screen.el: New file.
9216         * ob-sh.el: New file.
9217         * ob-sql.el: New file.
9218         * ob-sqlite.el: New file.
9219         * ob-table.el: New file.
9220         * ob-tangle.el: New file.
9221         * ob.el: New file.
9223 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
9225         * org-mks.el: New file.
9226         * org-capture.el: New file.
9228 2010-07-19  Christian Egli  <christian.egli@sbszh.ch>
9230         * org-taskjuggler.el: New file.
9232 2010-07-19  Matt Lundin  <mdl@imapmail.org>
9234         * org-agenda.el (org-search-view): Fix inclusion of agenda-archives
9235         in org-agenda-text-search-extra-files.
9237 2010-07-19  David Maus  <dmaus@ictsoc.de>
9239         * org-list.el (org-list-send-list): Locally bind variable `txt'.
9241 2010-07-19  Eric Schulte  <schulte.eric@gmail.com>
9243         * org.el (org-reload): Now also reloading babel files.
9245 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
9247         * org-capture.el (org-capture-set-plist): Make sure txt is a string
9248         before calling `string-match'.
9249         (org-capture-templates): Fix customization type.
9251 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
9253         * org-latex.el (org-export-latex-preprocess): Make a special case
9254         for \nbsp.
9255         (org-latex-entities): Remove the entry for \nbsp.
9256         (org-latex-entities-exceptions): Variable removed.
9258 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
9260         * org-capture.el (org-capture-refile): Do not try to manipulate
9261         bookmark list.
9263         * org.el (org-refile): Use the correct bookmark here.
9265 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
9267         * org-list.el (org-list-send-list): Parse list from its true beginning.
9269         * org.el (org-ctrl-c-ctrl-c): Maybe send the list when at a list item.
9271 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
9273         * org.el (org-insert-link): Correctly determine if we should use
9274         a relative path.
9276 2010-07-19  Nicolas Goaziou  <n.goaziou@gmail.com>
9278         * org-list.el (org-list-radio-list-templates): Fix templates.
9280 2010-07-19  Nicolas Goaziou  <n.goaziou@gmail.com>
9282         * org-list.el (org-list-send-list): Regexp defining the start of
9283         a radio list is now on par with the one used for radio tables.
9285 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
9287         * org-entities.el (org-entities-help): Add a headline for
9288         the user-defined entities.
9290 2010-07-19  Dirk-Jan C. Binnema  <djcb.bulk@gmail.com>  (tiny change)
9292         * org-agenda.el (org-agenda-action): Document capture key and add it
9293         to the prompt.
9295 2010-07-19  Eric Schulte  <schulte.eric@gmail.com>
9297         * org-latex.el (org-export-latex-listings-langs): Add (sqlite "SQL").
9299 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
9301         * org-latex.el (org-export-latex-first-lines): Do not mark
9302         meta lines for removal.  Do not remove BABEL config lines during export.
9304 2010-07-19  David Maus  <dmaus@ictsoc.de>
9306         * org-capture.el (org-capture): Check if
9307         `org-capture-link-is-already-stored' is bound before evaluating.
9309 2010-07-19  Eric Schulte  <schulte.eric@gmail.com>
9311         * org.el: Add autoload for org-babel-do-load-languages.
9313 2010-07-19  Eric Schulte  <schulte.eric@gmail.com>
9315         * org-src.el (org-src-lang-modes): Add sqlite to sql-mode.
9317 2010-07-19  David Maus  <dmaus@ictsoc.de>
9319         * org-feed.el: Change indentation to match coding style
9320         guideline.
9322 2010-07-19  David Maus  <dmaus@ictsoc.de>
9324         * org-feed.el (org-feed-unescape, org-feed-parse-atom-feed): Load XML
9325         library if necessary.
9327 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
9329         * org-beamer.el (org-beamer-amend-header): Standardize the
9330         header cookie for the beamer extra stuff.
9332 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
9334         * org-beamer.el (org-beamer-amend-header): Put extra header
9335         last in header.
9337 2010-07-19  David Maus  <dmaus@ictsoc.de>
9339         * org-exp-blocks.el (org-export-blocks-format-ditaa)
9340         (org-export-blocks-format-dot): Remove text properties of body before
9341         calculating cache hash.
9343 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
9345         * org-latex.el (org-export-latex-tabular-environment): New option.
9346         (org-export-latex-tables): Use `org-export-latex-tabular-environment'.
9348 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
9350         * org-compat.el (org-version-check): New function.
9352         * org-indent.el (org-indent-mode): Check for exact emacs version.
9354 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
9356         * org-capture.el (org-capture-templates): Allow the template
9357         to come from a file or function call.
9358         (org-capture-place-entry): Get the template from file or function.
9360 2010-07-19  David Maus  <dmaus@ictsoc.de>
9362         * org-agenda.el (org-agenda-bulk-action): Don't create marker for
9363         position if target is entire file.
9365 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
9367         * org.el (org-autoload): Autoload a few more org-table functions.
9369 2010-07-19  Eric Schulte  <schulte.eric@gmail.com>
9371         * org.el (org-babel-load-languages): Add ob-mscgen.
9373 2010-07-19  Eric Schulte  <schulte.eric@gmail.com>
9375         * org-latex.el (org-export-latex-tables): Format string now
9376         matches options.
9378 2010-07-19  Eric Schulte  <schulte.eric@gmail.com>
9380         * org.el (org-babel-load-languages): This variable controls which
9381         languages will be loaded by org-babel.  It is customizable through
9382         the customize interface.
9384 2010-07-19  Eric Schulte  <schulte.eric@gmail.com>
9386         * org-latex.el (org-export-latex-format-image): Update number of
9387         arguments to allow for an optional short-name.
9389 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
9391         * org-indent.el (org-indent-mode): Refuse to turn on prior to Emacs 23.2.
9393 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
9395         * org-capture.el (org-capture-set-target-location):
9396         Store exact positions for file+regexp and file+function targets.
9397         (org-capture-place-entry, org-capture-place-item)
9398         (org-capture-place-table-line, org-capture-place-plain-text):
9399         Respect exact positions.
9400         (org-capture-finalize): Make sure we are at the beginning of a line
9401         when fixing the empty lines after the entry.
9403 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
9405         * org.el (org-entry-get-with-inheritance): New argument LITERAL-NIL.
9406         (org-entry-get): Pass `literal-nil' into
9407         `org-entry-get-with-inheritance'.
9408         (org-todo): React to nil values of the LOGGING property.
9410 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
9412         * org.el (org-default-notes-file): Update docstring.
9414 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
9416         * org.el (org-link-frame-setup): Use `org-gnus-no-new-news' as default.
9418 2010-07-19  Eric Schulte  <schulte.eric@gmail.com>
9420         * org-exp.el (org-export-attach-captions-and-attributes):
9421         Add a shortname attribute to caption strings under the symbol name
9422         org-caption-shortn.
9424 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
9426         * org.el (org-switchb): Rename from `org-iswitchb'.
9427         Improve docstring.
9428         (org-iswitchb): New alias.
9429         (org-ido-switchb): Make alias point to `org-switchb'.
9431 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
9433         * org-capture.el (org-capture-fill-template):
9434         Respect time-of-day preference in template prompt.
9436 2010-07-19  David Maus  <dmaus@ictsoc.de>
9438         * org-feed.el (org-feed-unescape): Remove superfluous lambda.
9440 2010-07-19  David Maus  <dmaus@ictsoc.de>
9442         * org-wl.el (org-wl-disable-folder-check): New customization
9443         variable.
9444         (org-wl-open): Disable folder check depending on
9445         `org-wl-disable-folder-check'.
9447 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
9449         * org-capture.el (org-capture-set-target-location):
9450         Fix file+function interpretation.
9452 2010-07-19  David Maus  <dmaus@ictsoc.de>
9454         * org-feed.el (org-feed-parse-rss-entry): Unescape rss element
9455         content.
9457 2010-07-19  David Maus  <dmaus@ictsoc.de>
9459         * org-feed.el (xml-entity-alist): Declare variable
9460         `xml-entity-alist' for byte compiler.
9462 2010-07-19  David Maus  <dmaus@ictsoc.de>
9464         * org-feed.el (org-feed-unescape): New function.
9465         Unescape protected entities.
9466         (org-feed-parse-atom-entry): Use function for atom:content
9467         type text and html.
9469 2010-07-19  David Maus  <dmaus@ictsoc.de>
9471         * org-feed.el (org-feed-parse-rss-feed): Ignore case of rss
9472         element names.
9474 2010-07-19  Bernt Hansen  <bernt@norang.ca>
9476         * org.el (org-time-string-to-absolute): Ignore cyclic repeater
9477         when displaying items on todays agenda date.
9479 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
9481         * org-agenda.el (org-agenda-get-progress): Avoid reusing previous
9482         value of EXTRA.
9484 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
9486         * org-publish.el (org-publish-initialize-cache):
9487         Make timestamp directory, the entire path to it.
9489 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
9491         * org-exp.el (org-export-handle-comments): Make sure to check
9492         for protection in the comment line, and not in the line after it.
9494 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
9496         * org-html.el (org-export-html-preprocess): Call org-format-latex,
9497         possibly with a protect-only argument.
9499         * org.el (org-format-latex): New argument PROTECT-ONLY.
9501 2010-07-19  Eric Schulte  <schulte.eric@gmail.com>
9503         * org-exp.el (org-export-handle-table-metalines): This function
9504         removes table specific meta-lines, now that we aren't wiping
9505         everything that looks remotely like a comment at the end of the
9506         export process we have to be sure to catch all of the specific lines
9507         in org-exp.el.
9509 2010-07-19  Nicolas Goaziou  <n.goaziou@gmail.com>
9511         * org-exp.el (org-export-select-backend-specific-text): Properly
9512         get rid of #+Backend and #+ATTR_Backend specifics to backends not
9513         matching the one we're exporting to.
9515 2010-07-19  Eric Schulte  <schulte.eric@gmail.com>
9517         * org-table.el (orgtbl-to-generic): Add the :remove-newlines
9518         option which will strip newline characters from the text of table
9519         cells and replace then with "\n".
9521 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
9523         * org.el (org-confirm-shell-link-function)
9524         (org-confirm-elisp-link-function): Limit the values that can be set by
9525         file variables.
9527 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
9529         * org.el (org-compute-latex-and-specials-regexp): Deal with
9530         string elements by discarding them.
9532 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
9534         * org.el (org-iswitchb): Make sure to use at least iswitchb.
9536 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
9538         * org-capture.el (org-capture-position-for-last-stored)
9539         (org-capture-bookmark-last-stored-position): New functions.
9540         (org-capture-place-table-line): Better error catching.
9541         (org-capture-place-item, org-capture-place-entry)
9542         (org-capture-place-plain-text):
9543         Call `org-capture-position-for-last-stored'.
9544         (org-capture-finalize): Just call
9545         `org-capture-bookmark-last-stored-position'.
9547 2010-07-19  Eric Schulte  <schulte.eric@gmail.com>
9549         * org-exp.el (org-export-mark-blockquote-verse-center):
9550         Fix small bug, now grabbing match data before overwritten by looking-at
9551         this fixes a problem with remainders of #+end_quote lines appearing
9552         in exported output.
9554 2010-07-19  David Maus  <dmaus@ictsoc.de>
9556         * org.el (org-link-frame-setup): Add customization option for
9557         Wanderlust.
9559 2010-07-19  Eric Schulte  <schulte.eric@gmail.com>
9561         * org-latex.el (org-export-latex-fixed-width): Now check
9562         org-example rather than org-protected on verbatim export, because by
9563         default all ": " prefixed lines are marked protected.
9565 2010-07-19  Eric Schulte  <schulte.eric@gmail.com>
9567         * org-latex.el (org-export-latex-fixed-width): Check for
9568         protection before wrapping ": " lines as verbatim.
9570 2010-07-19  Eric Schulte  <schulte.eric@gmail.com>
9572         * org-exp.el (org-export-handle-comments): Check for protection
9573         before removing comments.
9575 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
9577         * org-entities.el (org-entities): Restructure the list.
9578         (org-entities-help): Turn the help output into a buffer
9579         in Org-mode, so that it becomes easier to find a symbol
9580         in the structure.
9581         (org-entities-create-table): Deal with new structure.
9583 2010-07-19  David Maus  <dmaus@ictsoc.de>
9585         * org-agenda.el (org-write-agenda): Use backquotes to expand
9586         `flet' at compile time.
9588 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
9590         * org.el (org-entry-properties): Make sure that standard property
9591         names are used even if the user has customized time keywords.
9593 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
9595         * org-macs.el (org-not-nil): Return the value if not interpreted
9596         as nil.
9598         * org.el (org-entry-get)
9599         (org-entry-get-with-inheritance): Interpret the value "nil"
9600         as nil for properties.
9602 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
9604         * org.el (org-switch-to-buffer-other-window): Return the buffer.
9606 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
9608         * org-macs.el (org-not-nil): New function.
9610         * org.el (org-block-todo-from-children-or-siblings-or-parent):
9611         Use `org-not-nil' to interpret a property value of nil.
9613 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
9615         * org.el (org-truely-invisible-p): New function.
9616         (org-beginning-of-line): Use `org-truely-invisible-p'.
9618 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
9620         * org-agenda.el (org-agenda-get-timestamps): No errors
9621         while getting TODO state.
9622         (org-agenda-highlight-todo): No error when no keyword has
9623         been matched.
9625 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
9627         * org.el (org-timestamp-change): New optional argument UPDOWN.
9628         Use this to identify calls from org-timestamp-up/down, so that we can
9629         skip by rounding minutes in this case.
9630         (org-timestamp-up, org-timestamp-down, org-timestamp-up-day)
9631         (org-timestamp-down-day): Call org-timestamp-change with the
9632         updown argument.
9634 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
9636         * org-agenda.el (org-agenda-action): Make `c' key call org-capture.
9638         * org-capture.el: New file.
9640         * org-compat.el (org-get-x-clipboard): Function moved here from
9641         remember.el.
9643         * org-mks.el: New file.
9645         * org.el (org-set-regexps-and-options): Allow statistic cookies as
9646         part of complex headlines.
9647         (org-find-olp): New argument THIS-BUFFER.  When set, assume that the
9648         OLP does not contain a file name.
9650 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
9652         * org.el (org-mode): Set `comment-start' instead of changing the
9653         syntax of the `#' character.
9655 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
9657         * org-exp.el (org-export-format-source-code-or-example): Mark examples
9658         by a property.
9660         * org-html.el (org-export-html-close-lists-maybe): Check if raw
9661         HTML stuff was actually made from an example.
9663 2010-07-19  Bastien Guerry  <bzg@altern.org>
9665         * org-latex.el: Items are no longer skipped when their first line
9666         ends on a protected element.
9668         * org-list.el: Protected environments looking like lists are not
9669         exported anymore.
9671 2010-07-19  Eric Schulte  <schulte.eric@gmail.com>
9673         * org-exp-blocks.el (org-export-blocks-preprocess):
9674         Cleanup trailing newline after block.
9676 2010-07-19  Bastien Guerry  <bzg@altern.org>
9678         * org-exp.el: Comment regexp now matches documentation.  No more
9679         protection check when deleting comments before export.
9681 2010-07-19  Bastien Guerry  <bzg@altern.org>
9683         * org-exp.el (org-export-preprocess-string):
9684         Now using `org-export-handle-include-files-recurse' to resolve
9685         included files.
9687 2010-07-19  Bastien Guerry  <bzg@altern.org>
9689         * org-agenda.el (org-agenda-get-deadlines)
9690         (org-agenda-get-scheduled):
9691         * org.el (org-time-string-to-seconds):
9692         For deadline and scheduled agenda display ignore the cyclic repeater
9693         when calculating how many days late the task is.  If you have a weekly
9694         task and miss the date the agenda view will show more than a week late
9695         now instead of resetting on the cyclic repeating date.  This makes it
9696         much more obvious when you missed a repeating task after the repeater.
9698 2010-07-19  Bastien Guerry  <bzg@altern.org>
9700         * org-exp.el (org-export-mark-blockquote-verse-center):
9701         Consider environments that end at eob.
9703 2010-07-19  Mikael Fornius  <mfo@abc.se>
9705         * org.el (org-raise-scripts): Do not fontify sub/superscripts of text
9706         with face `org-special-keyword'.  Make property keys as :LAST_REPEAT:
9707         display correctly.
9709 2010-07-19  Mikael Fornius  <mfo@abc.se>
9711         * org.el (org-at-property-p): Use save-match-data macro instead of let.
9713 2010-07-19  Mikael Fornius  <mfo@abc.se>
9715         * org.el (test): Remove unused test function.
9717 2010-07-19  Eric Schulte  <schulte.eric@gmail.com>
9719         * org-exp-blocks.el (org-export-blocks-preprocess): Fix typo.
9721 2010-07-19  Eric Schulte  <schulte.eric@gmail.com>
9723         * org-exp-blocks.el (org-export-blocks-postblock-hook):
9724         Add documentation to and turn into a defcustom.
9726 2010-07-19  Eric Schulte  <schulte.eric@gmail.com>
9728         * org-exp.el (org-get-file-contents): By un-setting prefix1 to ""
9729         instead of to nil we avoid errors when :prefix1 is defined, but
9730         prefix is not.
9732 2010-07-19  Nicolas Goaziou  <n.goaziou@gmail.com>
9734         * org-latex.el (org-export-latex-preprocess): Environments coming
9735         from latex backend specific instructions (#+LaTeX) are already
9736         protected and won't be treated as normal environments.
9738 2010-07-19  Bastien Guerry  <bzg@altern.org>
9740         * org-timer.el (org-timer-set-timer): Fix typo in the docstring.
9742 2010-07-19  Bastien Guerry  <bzg@altern.org>
9744         * org-timer.el (org-timer-set-timer): Use a prefix argument.
9745         See the docstring of the function.
9747 2010-07-19  Bastien Guerry  <bzg@altern.org>
9749         * org-timer.el (org-timer-set-timer): Fix bug about cancelling
9750         timers.
9752 2010-07-19  David Maus  <dmaus@ictsoc.de>
9754         * org-w3m.el (org-w3m-copy-for-org-mode)
9755         (org-w3m-get-next-link-start, org-w3m-get-prev-link-start):
9756         Get text property directly, not using macro `w3m-anchor'.
9758 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
9760         * org.el (org-emph-re): Document the match groups.
9762 2010-07-19  Bernt Hansen  <bernt@norang.ca>
9764         * org-clock.el (org-clock-in): Set `org-clock-clocking-in' to
9765         t before calling `org-clock-out', so that that function can
9766         know its call context.
9768 2010-07-19  Bastien Guerry  <bzg@altern.org>
9770         * org-timer.el (org-timer-default-timer): New variable.
9771         (org-timer-set-timer): Use the new variable.  Also offer the
9772         possibility to replace the current timer by a new one.
9774 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
9776         * org.el (org-kill-note-or-show-branches): Hide subtree before
9777         exposing the headings.
9779 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
9781         * org.el (org-add-planning-info): Remove the empty line also
9782         if there is no whitespace at all in there.
9784         * org-table.el (org-table-align): Fix alignment of strings
9785         with invisible characters.
9787 2010-07-19  David Maus  <dmaus@ictsoc.de>
9789         * org.el (org-refile-cache-get): Return empty list of targets
9790         when cache was cleared.
9791         (org-clone-subtree-with-time-shift): Maybe create ID property
9792         in cloned subtrees.
9793         (org-clone-delete-id): New customization variable.
9794         (org-clone-subtree-with-time-shift): Use customization
9795         variable `org-clone-delete-id'.
9796         (org-clone-subtree-with-time-shift): Remove empty property
9797         drawer in cloned subtrees.
9799 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
9801         * org.el (org-refile-use-cache): New option.
9802         (org-refile-cache, org-refile-markers): New variable.
9803         (org-refile-marker, org-refile-cache-clear)
9804         (org-refile-cache-check-set, org-refile-cache-put)
9805         (org-refile-cache-get): New function.
9806         (org-get-refile-targets): Use the refile cache.
9808         * org-clock.el (org-clock-sum): Don't include running clock if
9809         the time block is wrong.
9811 2010-07-19  John Wiegley  <jwiegley@gmail.com>
9813         * org-clock.el (org-clock-clock-in, org-clock-in):
9814         Add parameter `start-time'.
9815         (org-clock-resolve-clock): Add parameter `clock-out-time'.
9816         If set, and resolve-to is a past time, then the clock out
9817         event occurs at `clock-out-time' rather than at `resolve-to'.
9818         In this case, `resolve-to' becomes the clock in time.
9819         (org-clock-jump-to-current-clock): Create new global command
9820         to reveal the current clock.
9821         (org-clock-resolve): Add new commands g/G and j/J, and a
9822         help window describing all commands and their meaning.
9823         (org-clock-resolve-expert): New customization variable.
9824         (org-find-open-clocks): Fix a bug that caused discovered
9825         clocks not to match up with the currently active clock.
9826         (org-resolve-clocks): Change the argument
9827         `also-non-dangling-p' to `only-dangling-p', since due to a bug
9828         this was the default behavior all along.
9830 2010-07-19  David Maus  <dmaus@ictsoc.de>
9832         * org-id.el (org-id-uuid): New function.  Return string with
9833         random (version 4) UUID.
9834         (org-id-method): Make 'uuid the new default value.
9835         (org-id-new): Use `org-id-uuid' if call to uuidgen program
9836         does not return a UUID.
9838 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
9840         * org-latex.el (org-export-latex-format-image): Add support
9841         for multicolumn figures in LaTeX.
9843 2010-07-19  David Maus  <dmaus@ictsoc.de>
9845         * org.el (org-clone-subtree-with-time-shift): Remove ID
9846         property of original subtree in cloned subtrees.
9848 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
9850         * org-exp.el (org-export-format-source-code-or-example):
9851         XEmacs compatibility.
9853         * org-latex.el (org-export-latex-tables): Accept comma in
9854         align string.
9856         * org-docbook.el (org-export-docbook-xslt-stylesheet): New option.
9857         (org-export-docbook-xslt-proc-command): Fix docstring.
9858         (org-export-docbook-xsl-fo-proc-command): Fix docstring.
9859         (org-export-as-docbook-pdf):
9860         Improve formatting of the xslt command.
9862         * org-exp.el (org-infile-export-plist): Check for XSLT setting.
9864         * org.el (org-file-contents): Improve error message.
9865         (org-set-regexps-and-options): Remove spaces at both ends.
9867 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
9869         * org-docbook.el (org-export-as-docbook-pdf):
9870         Improve formatting of the xslt command.
9872 2010-07-19  Sebastian Rose  <sebastian_rose@gmx.de>
9874         * org-publish.el (org-publish-cache): Use one big hashmap for
9875         each project defined in `org-publish-project-alist'.
9876         (initialize-files-alist): Function removed.
9877         (org-publish-validate-link): Function removed.
9878         (org-publish-get-base-files): Add variable `sitemap-requested'
9879         to avoid sorting where possible.
9880         (org-publish-get-files): Function removed.
9881         (org-publish-get-project-from-filename): Make independent of
9882         file list.
9883         (org-publish-file): New argument NO-CACHE.
9885 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
9887         * org.el (org-beginning-of-defun, org-end-of-defun):
9888         New functions.
9889         (org-mode): Install the `org-beginning-of-defun' and
9890         `org-end-of-defun' functions.
9891         (org-pretty-entities): New option.
9892         (org-toggle-pretty-entities): New command.
9893         (org-fontify-entities): New function.
9894         (org-startup-options): New keywords for pretty entities.
9895         (org-set-font-lock-defaults): Call the pretty entities
9896         function.
9898         * org-latex.el (org-export-latex-keywords-maybe): Protect the
9899         TODO markup.
9901 2010-07-19  Mikael Fornius  <mfo@abc.se>
9903         * org-habit.el (org-habit-build-graph): Help-echo date when
9904         mouse is over stars.
9906 2010-07-19  Jan Böker  <jan.boecker@jboecker.de>
9908         * org.el (org-file-apps): Improve docstring to reflect
9909         grouping matches.
9911 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
9913         * org.el (org-set-startup-visibility): Fix empty line display.
9915         * org-latex.el (org-export-latex-links): Use the formatting
9916         function of the link type, if it is available.
9918         * org-table.el (org-table-get-remote-range): Return to
9919         original buffer when retrieving remote reference.
9921         * org.el (org-display-inline-images): Do the entire buffer,
9922         not just the narrowed region.  Clear the cache.
9923         (org-display-inline-images): Match mode file paths.
9925 2010-07-19  David Maus  <dmaus@ictsoc.de>
9927         * org-wl.el (org-wl-store-link-folder): Don't throw error when
9928         called on WL folder group.
9930 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
9932         * org.el (org-replace-escapes): Make sure the cdr is not nil.
9933         (org-read-date): Make `M-v' and `C-v' scroll the popup calendar.
9934         (org-mode): Revert comment syntax changes.
9936 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
9938         * org.el (org-sparse-tree): Make `C-c / t' search for all TODO
9939         keywords, and `C-c / T' for a specific one.
9941 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
9943         * org.el (org-mode): Fix comment syntax settings.
9945         * org-src.el (org-edit-src-allow-write-back-p):
9946         Define variable.
9948         * org.el (org-inline-image-overlays): New variable.
9949         (org-toggle-inline-images, org-display-inline-images)
9950         (org-remove-inline-images): New commands.
9951         (org-mode-map): Define a key for `org-toggle-inline-images'.
9953 2010-07-19  David Maus  <dmaus@ictsoc.de>
9955         * org-wl.el (org-wl-message-field): New function.
9956         Return content of header field in message entity.
9957         (org-wl-store-link): Call `org-wl-store-link-folder' or
9958         `org-wl-store-link-message' depending on major-mode.
9959         (org-wl-store-link-folder): New function.  Store link to
9960         Wanderlust folder.
9961         (org-wl-store-link-message): New function.  Store link to
9962         Wanderlust message.
9963         (org-wl-store-link-message): Store link to message while
9964         visiting message.
9965         (org-wl-open): Don't try to jump to message when opening a
9966         folder link.
9968 2010-07-19  David Maus  <dmaus@ictsoc.de>
9970         * org.el (org-replace-escapes): Avoid infinite loop when
9971         replace string contains escape sequence it replaces.
9973 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
9975         * org-crypt.el (org-crypt-key-for-heading): Use symmetric
9976         encryption when now key is set.
9978 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
9980         * org-table.el (org-table-recalculate-buffer-tables)
9981         (org-table-iterate-buffer-tables): New commands.
9983         * org.el (org-check-for-hidden): When there is a region, skip
9984         the check.
9986 2010-07-19  Dan Davison  <davison@stats.ox.ac.uk>
9988         * org-src.el (org-edit-src-code): allow-write-back-p had
9989         erroneously been omitted from let binding.
9991 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
9993         * org-agenda.el (org-sorting-choice): New sorting type alpha.
9994         (org-cmp-alpha): New defsubst.
9995         (org-em): New defsubst.
9996         (org-entries-lessp): Only compute needed comparisons.
9998 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
10000         * org-html.el (org-format-org-table-html): Test all columns
10001         for number content.
10003 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
10005         * org-latex.el (org-export-latex-treat-sub-super-char):
10006         Make sure parenthesis matching is consistent.
10008         * org-table.el (org-table-colgroup-line-p)
10009         (org-table-cookie-line-p): New functions.
10011         * org-exp.el (org-table-clean-before-export): Better tests for
10012         colgroup and cookie lines.
10014 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
10016         * org-agenda.el (org-agenda-goto): Push a mark before changing
10017         the position.
10019         * org-footnote.el (org-footnote): New group.
10020         (org-footnote-section)
10021         (org-footnote-tag-for-non-org-mode-files): Fix typos.
10023         * org-list.el (org-end-of-item-text-before-children): Also do
10024         the right thing at the end of a file.
10026         * org.el (org-set-packages-alist, org-get-packages-alist):
10027         New function.
10028         (org-export-latex-default-packages-alist)
10029         (org-export-latex-packages-alist): Add extra flag to
10030         each package, indicating if it should be used for snippets.
10031         (org-create-formula-image): Add the snippet argument.
10032         (org-splice-latex-header): New argument SNIPPET-P, pass it
10033         through to `org-latex-packages-to-string'.
10034         (org-latex-packages-to-string): New argument SNIPPET-P.
10036         * org-latex.el (org-export-latex-make-header): Add the snippet
10037         argument.
10039         * org-docbook.el (org-export-as-docbook): Implement ordered
10040         lists starting at some offset.
10042 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
10044         * org.el (org-link-types, org-open-at-point): Add doi links.
10046         * org-ascii.el (org-export-ascii-preprocess): Remove list
10047         startcounter cookies.
10049         * org-list.el (org-renumber-ordered-list): Respect counter
10050         start values.
10052         * org-latex.el (org-export-latex-lists): Accept ordered list
10053         item offset cookie.
10055         * org-html.el (org-export-as-html): Accept ordered list
10056         item offset cookie.
10058         * org-indent.el (org-indent-mode): Turn off `indent-tabs-mode'
10059         which messes up alignment of tags.
10061 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
10063         * org-clock.el (org-clock-cancel, org-clock-out): Make sure
10064         the modeline display is removed.
10066         * org-exp.el (org-export-format-drawer-function):
10067         Fix docstring.
10069         * org-agenda.el (org-agenda-refile): New optional argument
10070         NO-UPDATE.
10071         (org-agenda-refile): Call `org-agenda-redo' unless NO-UPDATE
10072         is set.
10073         (org-agenda-bulk-action): Call the refile command with updates
10074         suppressed - but arrange for `org-agenda-redo' to be called at
10075         the end.
10077         * org.el (org-mode): Make table mapping quiet.
10078         (org-table-map-tables): New optional argument QUIETLY.
10080         * org-ascii.el (org-export-ascii-preprocess): Make table
10081         mapping quiet.
10083         * org-html.el (org-export-as-html, org-html-level-start):
10084         Change XHTML IDs to not use dots.
10086         * org-exp.el (org-export-define-heading-targets):
10087         Change XHTML IDs to not use dots.
10089         * org-docbook.el (org-export-docbook-level-start):
10090         Change XHTML IDs to not use dots.
10092         * org-latex.el (org-export-as-latex): Make sure that the
10093         result buffer is in latex-mode.
10095         * org.el (org-shiftup-final-hook, org-shiftdown-final-hook)
10096         (org-shiftleft-final-hook, org-shiftright-final-hook):
10097         New hooks.
10099 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
10101         * org-table.el (org-table-justify-field-maybe): Make sure that
10102         inserting a value does not turn a line into a hline.
10104 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
10106         * org-clock.el (org-clock-sum): New argument HEADLINE-FILTER.
10107         (org-clock-sum): Add property to selected headlines.
10108         (org-dblock-write:clocktable): Make tags matcher.
10110         * org.el (org-set-autofill-regexps): XEmacs compatibility.
10112         * org-latex.el (org-export-latex-set-initial-vars): Allow "-"
10113         in latex class definitions.
10115         * org.el (org-shiftup-hook, org-shiftdown-hook)
10116         (org-shiftleft-hook, org-shiftright-hook): New hooks.
10118         * org-entities.el (org-entities): Use \land and \lor for logical
10119         operators.
10121         * org.el (org-shiftmetaleft, org-shiftmetaright): Call the subtree
10122         indentation commands.
10123         (org-hidden-tree-error): New defsubst.
10124         (org-metaleft, org-metaright): Check for hidden stuff and throw an
10125         error.
10126         (org-check-for-hidden): New function.
10128         * org-list.el (org-item-re): New function.
10129         (org-at-item-p): Use `org-item-re'.
10130         (org-end-of-item-text-before-children): New function.
10131         (org-outdent-item, org-indent-item): Arrange for leaving the
10132         subtree alone.
10133         (org-outdent-item-tree, org-indent-item-tree): New argument
10134         NO-SUBTREE.
10135         (org-indent-item-tree): Use `org-end-of-item-text-before-children'
10136         to find the end for processing while ignoring the subtree.
10138         * org-publish.el (org-publish-sitemap-sort-alphabetically)
10139         (org-publish-sitemap-sort-folders)
10140         (org-publish-sitemap-sort-ignore-case): New options.
10142 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
10144         * org-publish.el (org-publish-compare-directory-files): Fix sorting.
10146         * org-compat.el (org-get-x-clipboard-compat): Use (featurep 'xemacs).
10148         * org-publish.el (org-publish-project-alist): Update docstring.
10149         (org-publish-file-title-cache): New variable.
10150         (org-publish-initialize-files-alist):
10151         Initialize `org-publish-initialize-files-alist' to nil.
10152         (org-publish-sort-directory-files): New function.
10153         (org-publish-projects): Access the new properties.
10154         (org-publish-find-title): Use the file title cache.
10155         (org-publish-find-title): Build the file title cache.
10156         (org-publish-get-base-files-1): Sort files.
10157         (org-publish-aux-preprocess): Do not throw an error when before
10158         the first headline.  Allow an empty target, meaning to link just
10159         to the file.
10160         (org-publish-index-generate-theindex.inc): Check if there is
10161         actually a target and only then add it to the link.
10162         (org-publish-projects): Fix a remaining issue with the last commit.
10164         * org-html.el (org-export-as-html): Treat verse as open/close
10165         paragraph.
10166         (org-export-html-close-lists-maybe): Allow to splice raw HTML into
10167         and out of lists.
10169 2010-07-19  Dan Davison  <davison@stats.ox.ac.uk>
10171         * org-src.el (org-edit-src-code): Allow the org-src edit buffer to
10172         be used in a read-only mode.
10173         (org-edit-src-code): Different message in read-only mode.
10175 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
10177         * org-src.el (org-edit-src-find-region-and-lang): Test for
10178         table.el as late as possible.
10180         * org-colview-xemacs.el: Make sure this file is never loaded into
10181         Emacs.  Remove all tests for XEmacs.
10183         * org-colview.el: Make sure this file is never loaded into XEmacs.
10185         * org-agenda.el (org-highlight, org-unhighlight): Use direct
10186         overlay calls.
10188         * org.el (org-key): Apply the translations defined in
10189         `org-xemacs-key-equivalents'.
10191         * org-mouse.el (org-mode-hook): Use `org-defkey'.
10193         * org-compat.el (org-xemacs-key-equivalents): New constant.
10195 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
10197         * org-inlinetask.el (org-inlinetask-defaut-state): New option.
10198         (org-inlinetask-insert-task): Use `org-inlinetask-defaut-state'.
10199         Obey `org-odd-levels-only'.
10201         * org-compat.el (org-find-overlays): Use overlays-in/at.
10203         * org.el (org-remove-empty-overlays-at)
10204         (org-outline-overlay-data, org-hide-block-toggle)
10205         (org-format-latex, org-context): Use overlays-in/at.
10207         * org-src.el (org-edit-src-exit): Use overlays-in/at.
10209         * org-agenda.el (org-agenda-mark-clocking-task)
10210         (org-agenda-fontify-priorities, org-agenda-dim-blocked-tasks)
10211         (org-agenda-entry-text-hide)
10212         (org-agenda-fix-tags-filter-overlays-at)
10213         (org-agenda-bulk-remove-overlays): Use overlays-in/at.
10215         * org-compat.el (org-overlays-at): Function removed.
10216         (org-overlays-in): Function removed.
10218 2010-07-19  Bastien Guerry  <bzg@altern.org>
10220         * org-clock.el (org-clock-set-current): Just return the headline
10221         itself, strip the TODO keyword, the priority cookie and the tags.
10223 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
10225         * org-compat.el (org-xemacs-without-invisibility): New macro.
10226         (org-xemacs-without-invisibility): New macro.
10227         (org-indent-to-column, org-indent-line-to, org-move-to-column):
10228         Redefine using the macro `org-xemacs-without-invisibility'.
10230         * org.el (org-mode, org-org-menu): Use `add-to-invisibility-spec'.
10232         * org-table.el (orgtbl-mode): Use `add-to-invisibility-spec'.
10234         * org-compat.el (org-make-overlay, org-delete-overlay)
10235         (org-overlay-start, org-overlay-end, org-overlay-put)
10236         (org-overlay-get, org-overlay-move, org-overlay-buffer):
10237         Functions removed.
10238         (org-add-to-invisibility-spec): Function removed.
10240         * org-html.el (org-export-as-html-and-open): Add argument to
10241         kill-buffer.
10243         * org-habit.el (require): `calendar' is now required already by
10244         org.el on top level.
10246         * org-clock.el (require): `calendar' is now required already by
10247         org.el on top level.
10249         * org-agenda.el (require, org-timeline, org-agenda-list)
10250         (org-todo-list, org-agenda-to-appt): `calendar' is now required
10251         already by org.el on top level.
10253         * org.el (org-export-latex-fix-inputenc): Declare function.
10255         * org-agenda.el (org-agenda-goto-calendar): Do not bind obsolete
10256         variables.
10258         * org.el (calendar): Require calendar now on top level in org.el
10259         and define aliases to new variables when needed.
10260         (org-read-date, org-goto-calendar): Do not bind obsolete
10261         variables.
10263         * org-clock.el (org-clock-out, org-clock-cancel): Get rid of
10264         compilation warning, add comment that this cannot be done with
10265         `with-current-buffer'.
10267         * org-wl.el (org-wl-open): Use `with-current-buffer'.
10269         * org.el (overlay, org-remove-empty-overlays-at)
10270         (org-outline-overlay-data, org-set-outline-overlay-data)
10271         (org-show-block-all, org-hide-block-toggle)
10272         (org-highlight-new-match, org-remove-occur-highlights)
10273         (org-tags-overlay, org-fast-tag-selection, org-date-ovl)
10274         (org-read-date, org-read-date-display, org-eval-in-calendar)
10275         (org-format-latex, org-context)
10276         (org-speedbar-restriction-lock-overlay)
10277         (org-speedbar-set-agenda-restriction): Use the normal overlay API.
10279         * org-table.el (org-table-add-rectangle-overlay)
10280         (org-table-remove-rectangle-highlight)
10281         (org-table-overlay-coordinates)
10282         (org-table-toggle-coordinate-overlays): Use the normal overlay
10283         API.
10285         * org-src.el (org-edit-src-code, org-edit-fixed-width-region)
10286         (org-edit-src-exit, org-src-mode-configure-edit-buffer): Use the
10287         normal overlay API.
10289         * org-colview.el (org-columns-new-overlay)
10290         (org-columns-display-here, org-columns-remove-overlays)
10291         (org-columns-edit-value, org-columns-next-allowed-value)
10292         (org-columns-update): Use the normal overlay API.
10294         * org-clock.el (org-clock-out, org-clock-cancel)
10295         (org-clock-put-overlay, org-clock-remove-overlays): Use the normal
10296         overlay API.
10298         * org-agenda.el (org-agenda-mark-filtered-text)
10299         (org-agenda-mark-clocking-task, org-agenda-fontify-priorities)
10300         (org-agenda-dim-blocked-tasks, org-agenda-entry-text-show-here)
10301         (org-agenda-entry-text-hide)
10302         (org-agenda-restriction-lock-overlay)
10303         (org-agenda-set-restriction-lock)
10304         (org-agenda-filter-by-tag-hide-line)
10305         (org-agenda-fix-tags-filter-overlays-at)
10306         (org-agenda-filter-by-tag-show-all, org-hl)
10307         (org-agenda-goto-calendar, org-agenda-bulk-mark)
10308         (org-agenda-bulk-remove-overlays): Use the normal overlay API.
10310         * org-freemind.el (org-freemind-from-org-mode-node)
10311         (org-freemind-from-org-mode)
10312         (org-freemind-from-org-sparse-tree, org-freemind-to-org-mode):
10313         Use interactive-p instead of called-interactively, because this is
10314         backward compatible with older Emacsen I still support..
10316 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
10318         * org-exp.el (org-export-define-heading-targets): Fix bug in
10319         regexp finding ID and CUSTOM_ID properties.
10321 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
10323         * org-footnote.el (org-footnote-goto-previous-reference):
10324         Rename from `org-footnote-goto-next-reference'.
10326         * org.el (org-auto-repeat-maybe): Only record LAST_REPEAT if
10327         org-log-repeat is non-nil, or if there is clocking data in the
10328         entry.
10330         * org-crypt.el (org-encrypt-entry): Improve mapping behavior.
10332 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
10334         * org.el (org-align-all-tags): New command.
10336 2010-07-19  David Maus  <dmaus@ictsoc.de>
10338         * org-wl.el (org-wl-link-remove-filter): New customizable
10339         variable.  If non-nil, filter conditions are stripped when storing
10340         link to message in filter folder.
10341         (org-wl-shimbun-prefer-web-links): New customizable variable.
10342         If non-nil, links to shimbun messages are created as web links to
10343         message source.
10344         (org-wl-nntp-prefer-web-links): New customizable variable.
10345         If non-nil, links to nntp message are created as web links to gmane
10346         or googlegroups.
10347         (org-wl-namazu-default-index): New customizable variable.
10348         Directory of namazu search index that should be used as default
10349         when opening a link in a search folder.
10350         (org-wl-folder-types): New constant.  Wanderlust folder type
10351         indicators.
10352         (org-wl-folder-type): New function.  Return type of Wanderlust
10353         folder.
10354         (org-wl-store-link): Create web links for shimbun or nntp messages
10355         and strip filter conditions depending on customizable variables.
10356         (org-wl-open): Open namazu search folder for message when called
10357         with prefix.
10359 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
10361         * org.el (org-remove-if, org-remove-if-not): New functions.
10362         (org-open-file): Use internal remove-if functions.
10364 2010-07-19  Jan Böcker  <jan.boecker@jboecker.de>
10366         * org.el (org-file-apps-entry-match-against-dlink-p): New function.
10367         (org-file-apps-ex): Remove variable.
10368         (org-open-file): Integrate org-file-apps-ex functionality back
10369         into org-file-apps, and decide whether to match a regexp against
10370         the link or the filename using org-file-apps-entry-uses-grouping-p.
10372 2010-07-19  Jan Böcker  <jan.boecker@jboecker.de>
10374         * org.el (org-file-apps-ex): New variable.
10375         (org-open-file): Before considering org-file-apps, first match the
10376         regexps from org-file-apps-ex against the whole link.
10377         See docstring of org-file-apps-ex.
10379 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
10381         * org.el (org-export-latex-default-packages-alist):
10382         Remove microtype package.
10383         (org-todo-repeat-to-state): New variable.
10384         (org-auto-repeat-maybe): Allow user-selected target states.
10385         (org-default-properties): Add the new property REPEAT_TO_STATE.
10387 2010-07-19  Carsten Dominik  <carsten.dominik@gmail.com>
10389         * org-mobile.el (org-mobile-check-setup): Make sure that there is
10390         a binary to compute checksums.
10392 2010-06-26  Carsten Dominik  <carsten.dominik@gmail.com>
10394         * org-agenda.el (org-agenda-goto-calendar): Do not bind obsolete
10395         variables.
10397         * org.el (calendar): Require calendar now on top level in org.el
10398         and define aliases to new variables when needed.
10399         (org-read-date, org-goto-calendar): Do not bind obsolete
10400         variables.
10402 2010-06-22  Glenn Morris  <rgm@gnu.org>
10404         * org-entities.el: Add explicit utf-8 coding cookie to file with
10405         utf-8 characters.
10407 2010-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
10409         * org.el (org-file-complete-link): Avoid (expand-file-name ".").
10411 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
10413         * Version 23.2 released.
10415 2010-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10417         * org-table.el (orgtbl-setup):
10418         * org-agenda.el (org-agenda-entry-text-mode): Simplify.
10420 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10422         * org-table.el (orgtbl-mode): Use define-minor-mode.
10424 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
10426         * org.el (org-insert-link): Find the link buffer on visible frames.
10427         (org-export-latex-default-packages-alist): Hyperref must be loaded
10428         late.
10429         (org-open-file): More care with the new matching for file links.
10431 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
10433         * org-latex.el (org-export-latex-preprocess): Do not yet protect
10434         defined entities - these will be taken care of later.
10435         (org-export-latex-special-chars): Post-process entity replacement.
10436         (org-export-latex-fontify-headline): Do not yet protect defined
10437         entities - these will be taken care of later.
10438         (org-export-latex-tables, org-export-latex-links): Format the
10439         caption properly.
10441         * org-entities.el (org-entities-user): Fix typo.
10443         * org.el (org-prepare-agenda-buffers): Uniquify TODO keywords.
10445         * org-entities.el (org-entities-user): Improve docstring.
10447 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
10449         * org-entities.el (org-macs): Require org-macs, to be sure that we
10450         have `declare-function' defined.
10452 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
10454         * org-latex.el (org-export-latex-classes): Update docstring.
10456         * org.el (org-format-latex-header): Add cookies to the header.
10457         (org-splice-latex-header): Implement placement according to cookies.
10459 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
10461         * org-publish.el (org-publish-aux-preprocess): Control case
10462         sensitivity.
10464 2010-04-10  Bastien Guerry  <bzg@altern.org>
10466         * org.el (org-splice-latex-header): Fix typo.
10468 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
10470         * org-latex.el (org-export-latex-make-header):
10471         Use `org-splice-latex-header' to build the header.
10472         (org-export-latex-classes): Update docstring.
10474         * org.el (org-splice-latex-header): New function.
10475         (org-create-formula-image): Use `org-splice-latex-header' to build
10476         the header.
10478         * org-gnus.el (org-gnus-follow-link): Handle nndoc backend.
10480 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
10482         * org.el (org-export-latex-packages-alist)
10483         (org-export-latex-default-packages-alist): Fix docstring to
10484         reflect the expected structure.
10486         * org-docbook.el (org-docbook-do-expand): Fix bug with variable names.
10487         (org-export-docbook-finalize-table): Make use of label for tables.
10489 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
10491         * org-attach.el (org-attach-commit): Split on newlines.
10493         * org.el (org-export-latex-default-packages-alist): Use list
10494         instead of cons for the entries.
10496 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
10498         * org-entities.el (org-entity-get-representation): Catch the case
10499         that there is not entry in the list.
10501         * org-mobile.el (org-mobile-use-encryption)
10502         (org-mobile-encryption-tempfile, org-mobile-encryption-password):
10503         New options.
10504         (org-mobile-check-setup): CHeck the encryption setup.
10505         (org-mobile-copy-agenda-files, org-mobile-sumo-agenda-command)
10506         (org-mobile-create-sumo-agenda): Use encryption code.
10507         (org-mobile-encrypt-and-move): New function.
10508         (org-mobile-encrypt-file, org-mobile-decrypt-file):
10509         New functions.
10510         (org-mobile-move-capture): Decrypt the capture file.
10512         * org.el (org-entities): Require the new file.
10513         (org-export-latex-default-packages-alist): New variable.
10514         (org-complete): Use new entity code for completion.
10515         (org-create-formula-image): Use the new packages variable.
10517         * org-latex.el (org-export-latex-classes): Remove the standard
10518         packages from the class headers.
10519         (org-export-latex-make-header): Use the new package variable.
10520         (org-export-latex-special-chars): Better regexp for entities, to
10521         support entity name that contain numbers.
10522         (org-export-latex-treat-backslash-char): Use the new entity code.
10524         * org-html.el (org-html-do-expand): Use the new entity code.
10526         * org-exp.el (org-export): Add the new export commands.
10527         (org-html-entities): Constant removed.
10528         (org-export-visible): Add the new export commands.
10530         * org-docbook.el (org-docbook-do-expand): Use new entity code.
10532         * org-ascii.el (org-export-ascii-entities): New variable.
10533         (org-export-as-latin1, org-export-as-latin1-to-buffer)
10534         (org-export-as-utf8, org-export-as-utf8-to-buffer): New commands.
10535         (org-export-as-encoding): New function.
10536         (org-export-ascii-preprocess): Call `org-ascii-replace-entities'.
10537         (org-ascii-replace-entities): New function.
10539 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
10540             Ulf Stegemann  <ulf@zeitform.de>
10542         * org-entities.el: New file.
10544 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
10546         * org-html.el (org-html-level-start): Catch the case that target
10547         might be nil.
10549 2010-04-10  Dan Davison  <davison@stats.ox.ac.uk>
10551         * org.el (org-appearance): Change Customize group variable name
10552         from org-font-lock to org-appearance, and change tag from "Org
10553         Font Lock" to "Org Appearance".
10554         (org-odd-levels-only): Change Customize group variable name.
10555         (org-level-color-stars-only): Change Customize group variable name.
10556         (org-hide-leading-stars): Change Customize group variable name.
10557         (org-hidden-keywords): Change Customize group variable name.
10558         (org-fontify-done-headline): Change Customize group variable name.
10559         (org-fontify-emphasized-text): Change Customize group variable name.
10560         (org-fontify-whole-heading-line): Change Customize group variable name.
10561         (org-highlight-latex-fragments-and-specials): Change Customize
10562         group variable name.
10563         (org-hide-emphasis-markers): Change Customize group variable name.
10564         (org-emphasis-alist): Change Customize group variable name.
10565         (org-emphasis-regexp-components): Change Customize group variable
10566         name.
10567         (org-modules): Remove mention of org-R.
10569         * org-faces.el (org-faces): Change Customize group variable name.
10571 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
10573         * org-agenda.el (org-diary-last-run-time): New variable.
10574         (org-diary): Prepare agenda buffers only if last call was some
10575         time ago.
10577         * org-html.el (org-export-html-preprocess): Replace \ref macros
10578         with a link.
10579         (org-format-org-table-html): Add the label as an anchor.
10581         * org-docbook.el (org-export-docbook-format-image): Do some
10582         formatting on captions.
10584         * org-latex.el (org-export-latex-tables, org-export-latex-links):
10585         Do some formatting on captions.
10587         * org-html.el (org-export-html-format-image)
10588         (org-format-org-table-html): Do some formatting on captions.
10590 2010-04-10  Dan Davison  <davison@stats.ox.ac.uk>
10592         * org.el (org-hidden-keywords): New customizable variable.  This is
10593         a list of symbols specifying which of the special keywords #+DATE,
10594         #+AUTHOR, #+EMAIL and #+TITLE should be hidden by font lock.
10595         (org-fontify-meta-lines-and-blocks): Changes to font-lock code
10596         implementing new faces and hiding behavior.
10598         * org-faces.el (org-document-title): New face for #+TITLE lines.
10599         (org-document-info): New face for #+DATE, #+AUTHOR, #+EMAIL lines.
10600         (org-document-info-keyword): New face for #+DATE, #+AUTHOR, #+EMAIL
10601         keywords.
10603 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
10605         * org-publish.el (org-publish-sanitize-plist): New function to
10606         rename "index" properties to "sitemap".  Do this renaming
10607         globally.
10608         (org-publish-with-aux-preprocess-maybe): New macro.
10609         (org-publish-org-to-pdf, org-publish-org-to-html): Use the new
10610         macro.
10611         (org-publish-aux-preprocess)
10612         (org-publish-index-generate-theindex.inc): New function.
10614 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
10616         * org-table.el (org-table-align): Interpret <N> at fixed width,
10617         not as maximum width.
10619 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
10621         * org-exp.el (org-export-author-info, org-export-email-info):
10622         Fix docstrings.
10624         * org-beamer.el (org-beamer-select-environment): Rename from
10625         `org-beamer-set-environment-tag'.  Improve docstring.
10627         * org-freemind.el (org-freemind-write-mm-buffer): Fix another
10628         problem with odd levels.
10630         * org-ascii.el (org-export-as-ascii): Export email only if the
10631         author wants it.
10633         * org-docbook.el (org-export-as-docbook): Export email only if the
10634         author wants it.
10636         * org-html.el (org-export-as-html): Export email only if the
10637         author wants it.
10639         * org-exp.el (org-export-email-info): New option.
10640         (org-export-plist-vars): Add entry for `org-export-email'.
10642 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
10644         * org-table.el (org-table-goto-line): Fix typo.
10646 2010-04-10  Mikael Fornius  <mfo@abc.se>
10648         * org.el (org-agenda-files): Typo.
10649         (org-read-agenda-file-list): Add optional argument to help
10650         `org-store-new-agenda-file-list' to remember un-expanded file
10651         names.  Expand file names relative to `org-directory'.
10652         (org-store-new-agenda-file-list): Keep un-expanded file names when
10653         saving, if available.
10654         (org-agenda-files): Update documentation.
10656 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
10658         * org-ascii.el (org-export-as-ascii): Catch the case of exporting
10659         a buffer with no file name attached.
10661         * org.el (org-log-refile): New option.
10662         (org-log-note-headings): Add a heading for refiling.
10663         (org-startup-options): Add keywords for logging of the refile
10664         action.
10665         (org-refile): Add logging action.
10666         (org-add-log-note): Allow for refiling action.
10668         * org-agenda.el (org-agenda-bulk-action): Make sure
10669         `org-log-refile' is not `note' during a bulk action.
10671 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
10673         * org.el (org-map-dblocks): Use save-excursion to remember the
10674         position.
10676         * org-attach.el (org-attach-commit): Remove dependence on xargs.
10677         (org-attach-delete-one): Commit after deleting a file.
10679         * org-latex.el (org-export-latex-fontify): Do not mistake table.el
10680         borders for strike-through emphasis.
10682         * org-freemind.el (org-freemind-write-mm-buffer): Simplify the
10683         handling of odd levels.
10685         * org-agenda.el (org-agenda-todo-ignore-deadlines): Document `past'
10686         and `future' values.
10687         (org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item):
10688         Handle `past' and `future' values.
10690         * org.el (org-read-agenda-file-list): Interpret file names
10691         relative to org-directory and allow environment variables and
10692         "~".
10694         * org-latex.el (org-export-latex-special-chars): Allow a
10695         parenthesis before an exponent or subscript.
10697 2010-04-10  Dan Davison  <davison@stats.ox.ac.uk>
10699         * org-src.el (org-edit-src-exit): When returning from code edit
10700         buffer, if code block is hidden, leave point at start of
10701         #+begin_src line.
10703 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
10705         * org.el (org-insert-heading): Do not remove all spaces if the
10706         headline is empty.
10708         * org-indent.el (org-indent): Fix group name.
10710 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
10712         * org-table.el (org-table-goto-column): Fix forcing a non-existing
10713         column.
10714         (org-table-get, org-table-put, org-table-goto-line)
10715         (org-table-current-line): New functions.
10717 2010-04-10  Jan Böcker  <jan.boecker@jboecker.de>
10719         * org.el (org-open-file): Allow regular expressions in
10720         org-file-apps to capture link parameters using groups.  In a
10721         command string to be executed, the parameters can be referenced
10722         using %1, %2, etc.  Lisp forms can access them using
10723         (match-string n link).
10724         (org-apps-regexp-alist): Adopt the created regexp, as this is now
10725         matched against a file: link instead of the file name.
10727 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
10729         * org-crypt.el (org-reveal-start-hook): Add a decryption function
10730         to this hook.
10731         (org-decrypt-entries, org-encrypt-entries, org-decrypt-entry):
10732         Add docstrings.
10734         * org.el (org-point-at-end-of-empty-headline)
10735         (org-level-increment, org-get-previous-line-level): New function.
10736         (org-cycle-level): Rewritten to be independent of when this
10737         function is called.
10738         (org-in-regexps-block-p): New function.
10739         (org-reveal-start-hook): New hook.
10740         (org-reveal): Run new hook.
10742 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
10744         * org-latex.el (org-export-latex-keywords): Start a new paragraph
10745         after time keywords, do not add "\newline".
10747         * org-html.el (org-export-as-html): Avoid double # in href.
10749         * org.el (org-refile-get-location): Catch an invalid target
10750         specification.
10752 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
10754         * org-agenda.el (org-agenda-add-entry-to-org-agenda-diary-file):
10755         Make sure the behavior regarding to extracting time is
10756         consistent.
10758 2010-04-10  Stephen Eglen  <stephen@gnu.org>
10760         * org-agenda.el (org-agenda-insert-diary-extract-time):
10761         New variable.
10762         (org-agenda-add-entry-to-org-agenda-diary-file): Use this new
10763         variable rather than `org-agenda-search-headline-for-time'.
10765 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
10767         * org-list.el (org-fix-bullet-type): Improve cursor positioning.
10769 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
10771         * org.el (org-adaptive-fill-regexp-backup): New variable.
10772         (org-set-autofill-regexps): Store a backup of
10773         `adaptive-fill-regexp'.
10774         (org-adaptive-fill-function): Fix filling of comments and ordered
10775         lists.  If there is no other match, till try adaptive fill.
10777 2010-04-10  John Wiegley  <jwiegley@gmail.com>
10779         * org-agenda.el (org-agenda-include-deadlines): Add new
10780         customization variable to determine whether unscheduled tasks
10781         should appear in the agenda solely because of their deadline.
10782         Default to true, which was the previous behavior (it just wasn't
10783         configurable).
10784         (org-agenda-mode-map, org-agenda-view-mode-dispatch): Bind ! in
10785         the agenda to show/hide deadline tasks.
10786         (org-agenda-menu): Add menu option for show/hide deadlines.
10787         (org-agenda-list): Make the agenda list sensitive to the value of
10788         `org-agenda-include-deadlines'.
10789         (org-agenda-toggle-deadlines): New function to toggle the value of
10790         `org-agenda-include-deadlines' and repaint the modeline
10791         indicators.
10792         (org-agenda-set-mode-name): Show "Deadlines" in the agenda
10793         modeline if deadline tasks are being displayed.
10795 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
10797         * org-table.el (org-table-eval-formula): Replace $# and @# by
10798         current column and row number.
10800 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
10802         * org.el (org-set-property, org-delete-property): Go back to
10803         prompting for the property.
10805         * org-latex.el (org-export-latex-make-header): Fully process
10806         author line.
10807         (org-export-latex-fontify-headline): Allow several arguments, not
10808         just one.
10809         (org-export-latex-fix-inputenc): Catch the error when
10810         `latexenc-coding-system-to-inputenc' is not defined.
10812         * org-agenda.el (org-agenda-skip-if-todo): New function.
10813         (org-agenda-skip-if): Add conditions for TODO keywords.
10814         (org-agenda-skip-if): Document the new todo conditions.
10816 2010-04-10  Mikael Fornius  <mfo@abc.se>
10818         * org.el (org-at-property-p): Check if we are inside a property
10819         drawer not just any drawer.
10820         (org-set-property, org-delete-property): When cursor is on a
10821         property key value pair do not prompt for property name instead
10822         use name at cursor.
10823         (org-ctrl-c-ctrl-c): Still do org-property-action when cursor is
10824         on the first line of a property drawer.
10825         (org-property-end-re): Spell check.
10827 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
10829         * org-exp.el (org-export-attach-captions-and-attributes): Add the
10830         properties to the entire table, in case the first line is
10831         removed.
10833         * org-archive.el (org-archive-reversed-order): New option.
10834         (org-archive-subtree, org-archive-to-archive-sibling): Use the new
10835         option `org-archive-reversed-order'.
10837 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
10839         * org-agenda.el (org-agenda-entry-types): New variable.
10840         (org-agenda-list): Use `org-agenda-entry-types'.
10841         (org-agenda-custom-commands-local-options): Support for setting
10842         `org-agenda-entry-types' as an option.
10843         (org-diary): Shift some documentation from here to the variable
10844         `org-agenda-entry-types'.
10846 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
10848         * org-latex.el (org-export-latex-make-header): Apply macros in
10849         author field.
10851         * org-clock.el (org-clocking-buffer, org-clocking-p): New function.
10852         (org-clock-select-task, org-clock-notify-once-if-expired)
10853         (org-clock-in, org-clock-out, org-clock-cancel, org-clock-goto)
10854         (org-clock-out-if-current, org-clock-save): Use the new functions.
10856 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
10858         * org-docbook.el (org-export-as-docbook): Remove unnecessary
10859         newline.
10860         (org-export-as-docbook): Remove unnecessary newline.
10861         (org-export-as-docbook): Fix problem with double footnote
10862         reference in one place.
10864         * org-exp.el (org-export-format-source-code-or-example):
10865         Remove unnecessary newline.
10867         * org.el (org-deadline, org-schedule): Allow rescheduling entries
10868         with repeaters.
10870         * org-table.el (org-table-convert-refs-to-rc): Better way to catch
10871         function calls that look like references.
10873         * org.el (org-open-at-point): Get link abbreviations from
10874         reference buffer.
10876 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
10878         * org-table.el (org-table-convert-refs-to-rc): Do not read arctan2
10879         as a reference.
10881 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
10883         * org.el (org-link-unescape): Solve issue with lower-case escapes.
10885 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
10887         * org-latex.el (org-export-latex-classes):
10888         Add \usepackage{latexsym} to all classes.
10890 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
10892         * org-html.el (org-export-as-html): Do not allow protected lines
10893         into the table of contents.
10895         * org-latex.el (org-export-latex-special-chars): Find subsequent
10896         occurrences of special characters.
10897         (org-export-latex-tables): Do not convert table-like stuff that is
10898         protected.
10900 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
10902         * org-list.el (org-toggle-checkbox): No errors when updating
10903         checkbox count fails because there is no heading.
10905 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
10907         * org-clock.el (org-clock-report-include-clocking-task):
10908         New option.
10909         (org-clock-sum): Add the current clocking task.
10911 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
10913         * org.el (org-cycle): Print a message when in a table.el table.
10914         (org-edit-special): Recognize the table.el context.
10915         (org-ctrl-c-ctrl-c): Print a message when in a table.el table.
10917         * org-src.el (org-at-table.el-p): Declare.
10918         (org-edit-src-code): Handle a special case for table.el editing.
10919         (org-edit-src-find-region-and-lang): Recognize the table.el
10920         context.
10922         * org-latex.el (org-export-latex-tables): Convert table.el
10923         tables.
10924         (org-export-latex-convert-table.el-table): New function.
10926         * org-html.el (org-html-expand): Fix table.el export.
10928         * org-latex.el (org-export-latex-preprocess): Protect footnotes in
10929         headings.
10931         * org-id.el (org-id-find-id-file): Fix bug when there is no hash
10932         table for the id locations.
10934         * org.el (org-read-date-analyze): Match American-style dates, like
10935         5/30 or 5/13/7.  Make sure cal-iso.el is loaded.  Don't force he
10936         current year when reading ISO and American dates.
10938 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
10940         * org.el (org-face-from-face-or-color): New function.
10941         (org-get-todo-face, org-font-lock-add-priority-faces)
10942         (org-get-tag-face): Use `org-face-from-face-or-color'.
10944         * org-faces.el (org-todo-keyword-faces, org-priority-faces):
10945         Allow simple colors as values.
10946         (org-faces-easy-properties): New option.
10948         * org-agenda.el (org-agenda-set-mode-name): Show if the agenda is
10949         restricted, as an agenda mode.
10950         (org-agenda-fontify-priorities): Allow simple colors as values.
10952 2010-04-10  Bastien Guerry  <bzg@altern.org>
10954         * org-timer.el (org-timer-current-timer): Rename from
10955         `org-timer-last-timer'.
10956         (org-timer-timer1, org-timer-timer2, org-timer-timer3): Remove.
10957         (org-timer-cancel-timer, org-timer-show-remaining-time)
10958         (org-timer-set-timer): Update to use only one timer.
10960         * org.el (org-set-property): Remove useless space in the prompt.
10962 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
10964         * org-html.el (org-export-html-style-default): Add a default style
10965         for textareas.
10967         * org-exp.el (org-export-format-source-code-or-example):
10968         Fix textarea tag.
10970 2010-04-10  Bastien Guerry  <bzg@altern.org>
10972         * org-clock.el (org-clock-current-task): New variable to store
10973         last clocked in task.
10974         (org-clock-set-current, org-clock-delete-current): New functions.
10976 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
10978         * org-remember.el (org-remember-apply-template): Extend comment.
10979         (org-remember-handler): Implement clock sibling filing.
10981 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
10983         * org-publish.el (org-publish-all, org-publish-current-file)
10984         (org-publish-current-project): When called with prefix argument
10985         FORCE, also rebuild the validation file list.
10987         * org-latex.el (org-export-latex-preprocess): Protect footnotes in
10988         section headings.
10990 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
10992         * org-html.el (org-export-as-html-and-open): Kill product buffer
10993         if the user wants that.
10995         * org-latex.el (org-export-as-pdf-and-open): Kill product buffer
10996         if the user wants that.
10998         * org-exp.el (org-export-kill-product-buffer-when-displayed):
10999         New option.
11001         * org-agenda.el (org-batch-agenda-csv): Use the time property
11002         instead of the `time-of-day' property.
11004 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
11006         * org-timer.el (org-timer-start-hook, org-timer-stop-hook)
11007         (org-timer-pause-hook, org-timer-set-hook)
11008         (org-timer-cancel-hook): New hooks.
11009         (org-timer-start): Run `org-timer-start-hook'.
11010         (org-timer-pause-or-continue): Run `org-timer-pause-hook'.
11011         (org-timer-stop): Run `org-timer-stop-hook'.
11012         (org-timer-cancel-timers): Run `org-timer-cancel-hook'.
11014 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
11016         * org.el (org-reveal): Double prefix arg shows the subtree of the
11017         parent.
11019 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
11021         * org-agenda.el (org-search-view): Fix bug with searching full
11022         words in headlines in search view.
11023         (org-agenda-skip-deadline-prewarning-if-scheduled): New option.
11024         (org-agenda-get-deadlines): Suppress pre-warning if the entry is
11025         scheduled (if the user configures it so.
11027 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
11029         * org.el (org-hide-archived-subtrees): Don't jump to end of
11030         subtree if the match was not in a headline.
11031         (org-inside-latex-macro-p): Allow more complex arguments.
11032         (org-emphasize): Protect against use at end of buffer.
11034 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
11036         * org-agenda.el (org-agenda-align-tags): Avoid side effects on
11037         text properties.
11039 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
11041         * org-agenda.el (org-agenda-todo-ignore-scheduled): More allowed
11042         values.
11043         (org-agenda-todo-ignore-scheduled)
11044         (org-agenda-todo-ignore-deadlines): More control with different
11045         allowed values.
11046         (org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item):
11047         Honor the new option settings.
11049 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
11051         * org.el (org-get-location): Make sure the selection buffer is
11052         shown in the current frame.
11054         * org-ascii.el (org-export-ascii-table-widen-columns):
11055         New option.
11056         (org-export-ascii-preprocess): Realign tables to remove narrowing
11057         if `org-export-ascii-table-widen-columns' is set.
11059         * org-table.el (org-table-do-narrow): New variable.
11060         (org-table-align): Narrow only if `org-table-do-narrow' is t.
11062         * org.el (org-deadline, org-schedule): Allow updating if the
11063         relevant time stamp does not have a repeater, i.e. do not require
11064         that no time stamp has a repeater.
11066         * org-agenda.el (org-agenda-align-tags): Don't add a face to the
11067         new white space before the tags.
11069         * org-latex.el (org-export-as-latex): Do nit require the buffer to
11070         be visiting a file when only exporting to a buffer or string.
11071         (org-export-latex-fix-inputenc): Only save the buffer is there is
11072         a file name attached to it.
11074 2010-04-10  Dan Davison  <davison@stats.ox.ac.uk>
11076         * org-src.el (org-edit-src-exit): Widen before exiting edit buffers.
11078 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
11080         * org.el (org-fontify-meta-lines-and-blocks):
11081         Honor `org-fontify-quote-and-verse-blocks'.
11083         * org-faces.el (org-fontify-quote-and-verse-blocks): New option.
11085 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
11087         * org.el (org-open-at-point): Also check for text property
11088         org-linked-text before offering collected links.
11090 2010-04-10  Stephen Eglen  <stephen@gnu.org>
11092         * org-agenda.el (org-agenda-add-entry-to-org-agenda-diary-file):
11093         Optionally extract time specification from text and add to the
11094         timestamp.
11096 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
11098         * org-exp.el (org-html-entities): Fix typo.
11100         * org-latex.el (org-export-latex-make-header): Use \providecommand
11101         to make sure the \alert macro is defined.
11103         * org.el (org-format-latex-signal-error)
11104         (org-create-formula-image): Use `org-format-latex-signal-error'.
11106 2010-04-10  Stephen Eglen  <stephen@gnu.org>
11108         * org.el (org-store-link): For dired buffers, use
11109         default-directory as link name if dired-get-filename returns
11110         nil.
11112 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
11114         * org-exp.el (org-export-concatenate-multiline-links): The for
11115         protectedness at beginning of match.
11117         * org-latex.el (org-export-latex-fix-inputenc): Never leave the
11118         AUTO as a coding system, instead default to utf8.
11120 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
11122         * org.el (org-block-todo-from-children-or-siblings-or-parent)
11123         (org-block-todo-from-checkboxes): Respect the local variable
11124         value when deciding if blocking should be active.
11126         * org-latex.el (org-export-latex-make-header): Define the align
11127         macro if it is not yet defined.
11129         * org-agenda.el (org-agenda-insert-diary-make-new-entry):
11130         Call `org-insert-heading' with the INVISIBLE-OK argument.
11132         * org-mac-message.el (org-mac-message-insert-flagged):
11133         Call `org-insert-heading' with the INVISIBLE-OK argument.
11135         * org.el (org-insert-heading): New argument INVISIBLE-OK.
11137         * org-agenda.el (org-agenda-view-mode-dispatch): Improve the
11138         prompt message.
11140         * org-html.el (org-html-level-start): Use the
11141         `html-container-class' text property to set an additional class
11142         for an outline container.
11144         * org-exp.el (org-export-remember-html-container-classes):
11145         New function.
11146         (org-export-preprocess-string):
11147         Call `org-export-remember-html-container-classes'.
11149         * org.el (org-cycle): Mention level cycling in the docstring.
11150         (org-default-properties): Add new property HTML_CONTAINER_CLASS.
11152         * org-remember.el (org-remember-apply-template): Do file insertion
11153         first.
11155 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
11157         * org-habit.el (org-habit-insert-consistency-graphs): Fix a
11158         problem with mis-aligned graphs when showing habits.
11160 2010-04-10  Mikael Fornius  <mfo@abc.se>
11162         * org.el (org-assign-fast-keys): Prefer keys used in keyword name
11163         when assigning.  Begin using numerical characters when all in name
11164         is used up.  This is to spare alphanumeric characters for better
11165         match with other keywords.
11167 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
11169         * org-exp.el (org-export-preprocess-hook): Improve documentation.
11171         * org-latex.el (org-export-latex-preprocess): More consistent
11172         conversion and protection of the words LaTeX and TeX.
11173         (org-export-latex-fontify-headline, org-export-latex-preprocess):
11174         Allow angle brackets in commands, for beamer.
11176 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
11178         * org-clock.el (org-clock-in): Improve the look of the clock line
11179         by formatting links.
11181 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
11183         * org-latex.el (org-export-latex-classes): Use AUTO as the place
11184         holder string for the coding system.  And improve the
11185         documentation.
11186         (org-export-latex-fix-inputenc): Only modify the coding system if
11187         it is given by the placeholder AUTO.
11189 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
11191         * org-clock.el (org-task-overrun-text): New option.
11192         (org-task-overrun, org-clock-update-period): New variables.
11193         (org-clock-get-clock-string, org-clock-update-mode-line):
11194         Mark overrun clock.
11195         (org-clock-notify-once-if-expired): Check if clock is overrun.
11197         * org-faces.el: New face `org-mode-line-clock-overrun'.
11199 2010-04-10  Jan Böcker  <jan.boecker@jboecker.de>
11201         * org.el (org-narrow-to-subtree): Position the end of the narrowed
11202         region before the line with the next heading, to prevent the user
11203         from prepending text to the next headline.
11205 2010-04-10  Stephen Eglen  <stephen@gnu.org>
11207         * org-agenda.el (org-get-time-of-day):
11208         Use org-agenda-time-leading-zero to allow leading zero (rather than
11209         space) for times.
11211 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
11213         * org-agenda.el (org-agenda-diary-entry-in-org-file): Make sure
11214         org-datetree.el is loaded.
11216         * org-datetree.el: Autoload `org-datetree-find-day-create'.
11218         * org-latex.el (org-export-latex-hyperref-format): New option.
11219         (org-export-latex-links): Use `org-export-latex-hyperref-format'.
11221 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
11223         * org-ctags.el (org-ctags-enable): Change order of functions.
11224         (org-ctags-create-tags): Add wildcard to file name expansion.
11226 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
11228         * org.el (org-entry-properties): Fix some important bugs.
11230 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
11232         * org.el (org-link-unescape, org-link-escape): Only use hexlify if
11233         the table is not explicitly given.
11235 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
11237         * org-clock.el (org-clock-out-when-done): Allow a list of keywords
11238         as value.
11239         (org-clock-out-if-current): Work with the new list value of
11240         `org-clock-out-when-done'.
11241         (org-clock-out, org-clock-out-if-current): Avoid circular logic
11242         between clocking out and state changes.
11244         * org-ctags.el (org-ctags-path-to-ctags): Better system-type test.
11246         * org-latex.el (org-export-latex-treat-backslash-char): Do not by
11247         accident protect a character that is before a backslash.
11249 2010-04-10  Paul Sexton  <eeeickythump@gmail.com>
11251         * org-ctags.el: New file.
11253 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
11255         * org-agenda.el (org-diary-class):
11256         Use `org-order-calendar-date-args'.
11258         * org.el (org-order-calendar-date-args): New function.
11260         * org-exp.el (org-export-target-internal-links): Check for
11261         protectedness after the first bracket.
11263         * org.el (org-entry-properties): Don't match wrong-case TODO
11264         keywords.
11266         * org-agenda.el (org-agenda-schedule, org-agenda-deadline):
11267         Document that ARG is passed through to remove the date.
11268         (org-agenda-bulk-action): Accept prefix arg and pass it on.
11269         Do not read a date when the user has given a `C-u' prefix.
11271 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
11273         * org-agenda.el (org-agenda-fix-displayed-tags): Fix bug when all
11274         tags are hidden.
11276 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
11278         * org-latex.el (org-export-latex-fix-inputenc): New function.
11279         (org-export-latex-inputenc-alist): New option.
11281         * org-exp.el (org-export): New key SPC to publish enclosing
11282         subtree.
11284 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
11286         * org-indent.el (org-indent-add-properties): Catch case when there
11287         is no headline in the buffer.
11289 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
11291         * org-exp.el (org-html-entities): Add checkmark symbol.
11293         * org-ascii.el (org-export-ascii-preprocess): Protect targets in
11294         verbatim code for ASCII export.
11296         * org.el (org-update-statistics-cookies): Also see checkboxes in
11297         ordered lists.
11299 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
11301         * org-agenda.el (org-agenda-view-mode-dispatch): Define the `L'
11302         key.
11304         * org-beamer.el (org-beamer-amend-header): Change the location
11305         where `org-beamer-header-extra' is inserted.
11307         * org.el (org-compute-latex-and-specials-regexp): Don't do BIND
11308         just for computing this regexp.
11310 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
11312         * org-beamer.el (org-beamer-frame-default-options): New option.
11313         (org-beamer-sectioning): Use default options if the user does not
11314         have defined any.
11315         (org-beamer-fix-toc): Put a frame around the table of contents.
11317         * org-exp.el (org-export-remove-comment-blocks-and-subtrees):
11318         Make sure case-folding works well when processing comment stuff.
11320         * org-latex.el (org-export-latex-after-save-hook): New hook.
11321         (org-export-as-latex): Run the new hook.
11323 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
11325         * org-beamer.el (org-beamer-environments-default): Add the note
11326         environments.
11327         (org-beamer-after-initial-vars): Allow several BEAMER_HEADER_EXTRA
11328         lines and collect and combine the content.
11329         (org-beamer-after-initial-vars): Check for note tags and make sure
11330         they will be seen like a property.
11332         * org.el (org-offer-links-in-entry): Fix bug when there is a
11333         single link.
11335         * org-exp.el (org-export): Make sure the mark is activated, also
11336         when `transient-mark-mode' is off.
11338         * org-agenda.el (org-agenda-search-view-always-boolean): New option.
11339         (org-agenda-search-view-search-words-only): Obsolete variable, is
11340         now an alias for `org-agenda-search-view-always-boolean'.
11341         (org-agenda-search-view-force-full-words): New option.
11342         (org-search-view): Improve docstring, and implement a better logic
11343         for Boolean and phrase searches.
11344         (org-agenda-last-search-view-search-was-boolean): New variable.
11345         (org-agenda-manipulate-query): Consider the type of the last
11346         search when modifying the search string.
11348 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
11350         * org-latex.el (org-export-as-latex): Do the first letbind in the
11351         right moment.
11353         * org-agenda.el (org-get-entries-from-diary): Add the new face to
11354         these entries.
11356         * org-faces.el (org-agenda-diary): New face.
11358         * org.el (org-make-link-regexps): Allow regexp-special characters
11359         in link types.
11360         (org-open-file): When in-emacs is `system', also force system
11361         opening, like when the value was `(16)'.
11362         (org-update-statistics-cookies): Handle entries without children.
11364         * org-exp.el
11365         (org-export-preprocess-before-normalizing-links-hook): New hook.
11366         (org-export-preprocess-string): Run the new hook.
11368         * org.el (org-offer-links-in-entry): Make RET open all links.
11370         * org-html.el (org-export-as-html): Remove any leftover display
11371         properties in the html file.
11373         * org-wl.el (org-wl-store-link): Work-around for format bug with
11374         text properties.
11376         * org-habit.el (org-habit-insert-consistency-graphs): Turn off
11377         invisibility while adding the graphs.
11379 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
11381         * org-remember.el (org-select-remember-template): Use C letter to
11382         customize remember templates.
11384         * org-agenda.el (org-agenda-bulk-mark, org-agenda-bulk-unmark):
11385         Move cursor to next visible line.
11387 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
11389         * org-beamer.el (org-beamer-sectioning): Leave columns environment
11390         by specifying 0 or 1 for column width.
11391         (org-beamer-column-widths): Make 0 stand for 0.0.
11393 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
11395         * org-exp.el (org-export-mark-radio-links): Don't match inside
11396         <<target>>.
11398         * org.el (org-format-latex-header-extra): New variable.
11399         (org-format-latex): Set org-format-latex-header-extra from
11400         in-buffer stuff.
11401         (org-format-latex): Add org-format-latex-header-extra to the
11402         variables on which image creation depends.
11403         (org-create-formula-image): Add the header stuff from in-buffer
11404         settings.
11405         (org-read-date-analyze): Base the analysis for future preference
11406         on NOW, not on the default date.
11408         * org-inlinetask.el (org-inlinetask-export-handler): Add CSS class
11409         for TODO keyword in inline tasks.
11411         * org.el (org-log-note-headings): New headings for removing
11412         deadline or scheduling date.
11413         (org-deadline, org-schedule): Arrange for logging when removing a
11414         date.
11415         (org-add-log-note): Handle deadline and scheduling removal.
11417 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
11419         * org-exp.el (org-export-visible): Add LaTeX/pdf export.
11421 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
11423         * org-agenda.el (org-diary-class): New function.
11425 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
11427         * org-latex.el (org-export-latex-preprocess): Do process the text
11428         of a radio target.
11430 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
11432         * org.el (org-entry-properties): Add TIMESTAMP properties back
11433         in.
11435 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
11437         * org.el (org-all-time-keywords): New variable.
11438         (org-set-regexps-and-options): Set `org-all-time-keywords'.
11439         (org-entry-blocked-p): New function.
11440         (org-special-properties): Add BLOCKED as a new special property.
11441         (org-entry-properties): New optional argument SPECIFIC, only parse
11442         for this property when it is specified.
11443         (org-entry-get): Pass a SPECIFIC argument to
11444         `org-entry-properties'.
11446         * org-latex.el (org-export-as-latex): Preprocess TEXT as well.
11448 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
11450         * org-latex.el (org-export-latex-tables): No forced line end if
11451         there is no caption.
11453 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
11455         * org-exp.el (org-html-entities): Add Euro symbols from Marvosym
11456         package.
11458         * org-latex.el (org-export-latex-tables): Only add a caption when
11459         macro is in longtable environments if one has been defined.
11461         * org-html.el (org-export-as-html): Only take title from buffer if
11462         not exporting body-only.
11464         * org-latex.el (org-export-latex-preprocess): Better version of
11465         the regular expression for protecting LaTeX macros.
11466         (org-export-latex-preprocess): Start searching for macros to
11467         protect from beginning of buffer.
11469         * org-exp.el (org-export-target-internal-links): Check for
11470         protectedness earlier in the string.
11472         * org-agenda.el (org-agenda-highlight-todo): Match TODO keywords
11473         case sensitively.
11475         * org-id.el (org-id-store-link): Match TODO keywords case
11476         sensitively.
11478         * org.el (org-heading-components, org-get-outline-path)
11479         (org-display-outline-path): Match TODO keywords case sensitively.
11481         * org-latex.el (org-export-as-latex): Ignore read-only
11482         properties.
11484         * org-exp.el (org-export-preprocess-string): Remove any
11485         `read-only' properties.
11487         * org-agenda.el (org-agenda-inactive-leader): New option.
11488         (org-agenda-get-timestamps): Use `org-agenda-inactive-leader'.
11489         (org-tags-view): Prompt for matcher if MATCH is an empty string.
11490         (org-todo-list): Prompt for matcher if ARG is an empty string.
11492 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
11494         * org.el (org-open-link-functions): New hook.
11495         (org-open-at-point): Run `org-open-link-functions'.
11497 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
11499         * org-agenda.el (org-agenda-date-prompt): Allow inactive time
11500         stamps as well.
11502         * org.el (org-inhibit-startup-visibility-stuff): New variable.
11503         (org-mode): Don't do startup visibility if inhibited.
11504         (org-outline-overlay-data, org-set-outline-overlay-data):
11505         New functions.
11506         (org-save-outline-visibility): New macro.
11507         (org-log-note-headings): Document that one should not change the
11508         `state' note format.
11510 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
11512         * org.el (org-make-link-regexps): Capture link path into a group.
11514 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
11516         * org-beamer.el (org-beamer-after-initial-vars): Do not overwrite
11517         the options plist.
11519 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
11521         * org.el (org-startup-with-beamer-mode): New option.
11522         (org-property-changed-functions)
11523         (org-property-allowed-value-functions): New hooks.
11524         (org-entry-put, org-property-get-allowed-values): Run the new
11525         hooks.
11526         (org-property-next-allowed-value): Run the new hooks.
11528         * org-exp.el (org-export-select-backend-specific-text): Add the
11529         special beamer tags.
11531         * org-beamer.el: New file.
11533         * org-latex.el (org-export-latex-after-initial-vars-hook): New hook.
11534         (org-export-as-latex):
11535         Run `org-export-latex-after-initial-vars-hook'.
11536         (org-export-latex-format-toc-function)
11537         (org-export-latex-make-header):
11538         Call `org-export-latex-format-toc-function'.
11540         * org.el (org-fill-template): Make template searches case sensitive.
11542         * org-exp.el (org-export): Use "1" as a sign to export only the
11543         subtree.
11545         * org-colview-xemacs.el (org-columns-edit-value):
11546         Use org-unrestricted property.
11548         * org-colview.el (org-columns-edit-value):
11549         Use org-unrestricted property.
11551         * org.el (org-compute-property-at-point): Set org-unrestricted
11552         text property if the list contains ":ETC".
11553         (org-insert-property-drawer):
11554         Use org-unrestricted property.
11556         * org-exp.el
11557         (org-export-preprocess-before-selecting-backend-code-hook): New hook.
11558         (org-export-preprocess-string):
11559         Run `org-export-preprocess-before-selecting-backend-code-hook'.
11561         * org-xoxo.el (org-export-as-xoxo): Run `org-export-first-hook'.
11563         * org-latex.el (org-export-region-as-latex):
11564         Run `org-export-first-hook'.
11566         * org-html.el (org-export-as-html): Run `org-export-first-hook'.
11568         * org-docbook.el (org-export-as-docbook):
11569         Run `org-export-first-hook'.
11571         * org-ascii.el (org-export-as-ascii): Run `org-export-first-hook'.
11573         * org-exp.el (org-export-first-hook): New hook.
11575 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
11577         * org-list.el (org-previous-item): Exit at the beginning of the
11578         buffer.
11580         * org-id.el (org-id-locations-save): Only write the id locations
11581         if any are defined.
11583         * org-archive.el (org-archive-all-done): Make this work in a file
11584         with org-odd-levels-only set.
11586         * org.el (org-get-refile-targets): Catch the case when a buffer
11587         has no file.
11589         * org-latex.el (org-export-as-latex): Cleanup forced line ends
11590         where they are not needed.
11591         (org-export-latex-subcontent): Remove unnecessary newlines.
11593 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
11595         * org-latex.el (org-export-latex-make-header): Remove \obeylines.
11596         (org-export-latex-fontify): Fix regexp bug that takes special
11597         care of protecting the right boundary characters in emphasis
11598         matches.
11599         (org-export-latex-preprocess): Allow multiple arguments to latex
11600         macros.
11602         * org.el (org-make-link-regexps): Use John Gruber's regexp for
11603         urls.
11605         * org-macs.el (org-re): Interpret :punct: in regexps.
11607         * org-exp.el (org-export-replace-src-segments-and-examples):
11608         Also take the final newline after the END line.
11610         * org.el (org-clean-visibility-after-subtree-move): Only fix
11611         entries that are not entirely invisible already.
11612         (org-insert-link): Respect org-link-file-path-type for
11613         "docview:" links in addition to "file:" links.
11615 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
11617         * org-exp.el (org-export-format-source-code-or-example):
11618         Avoid additional extra white lines in LaTeX.
11620         * org-list.el (org-list-parse-list): Leave empty lines after the
11621         list, don't consider them as part of the list.
11623         * org-mobile.el (org-mobile-sumo-agenda-command): Allow tagstodo
11624         searches.
11626         * org-clock.el (org-clock-select-task): Convert integer to
11627         character for XEmacs.
11629 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
11631         * org-clock.el (org-clock-resolve): Make reading a char XEmacs
11632         compatible.
11634 2010-04-10  Tassilo Horn  <tassilo@member.fsf.org>
11636         * org.el (org-complete-tags-always-offer-all-agenda-tags):
11637         New variable.
11638         (org-set-tags): Use it.
11640 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
11642         * org-list.el (org-empty-line-terminates-plain-lists):
11643         Update docstring.
11645         * org.el (org-format-latex): Fix link creation for processed latex
11646         snippets.
11648 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
11650         * org-footnote.el (org-footnote-normalize): Protect replacement
11651         text.
11653         * org.el (org-inside-latex-macro-p): Save match data.
11655 2010-04-10  Jan Böcker  <jan.boecker@jboecker.de>
11657         * org-docview.el: New file.
11659 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
11661         * org-latex.el (org-export-latex-class-options): New variable.
11662         (org-export-latex-set-initial-vars): Use the class options.
11664         * org.el (org-forward-same-level): Stop at headings that start
11665         with an invisible character.
11666         (org-additional-option-like-keywords): Add LaTeX_CLASS_OPTIONS.
11668 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
11670         * org-footnote.el (org-footnote-normalize): Don't take optional
11671         arguments in LaTeX macros as footnotes.
11673         * org.el (org-inside-latex-macro-p): New function.
11675         * org-latex.el (org-latex-to-pdf-process): Change customization
11676         group to `org-export-pdf'.
11678         * org-agenda.el (org-agenda-get-blocks): Look at time string also
11679         on days after the first one.
11681         * org.el (org-insert-heading): Also check for item before assuming
11682         before-first-heading condition.
11684         * org-latex.el (org-latex-to-pdf-process): Fix typo in group tag.
11685         (org-export-pdf-logfiles): New option.
11686         (org-export-as-pdf): Use `org-export-pdf-logfiles'.
11687         (org-export-pdf-logfiles): Fix customization type.
11689         * org.el (org-insert-link): Improve error message when there is no
11690         default link to select with RET.
11692         * org-agenda.el (org-agenda-filter-by-tag): Use char argument from
11693         parameter list.
11695 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
11697         * org-latex.el (org-export-latex-parse-global)
11698         (org-export-latex-parse-content)
11699         (org-export-latex-parse-subcontent):
11700         Use `org-re-search-forward-unprotected'.
11701         (org-export-as-pdf): Remove log files produced by XeTeX.
11703         * org-macs.el (org-re-search-forward-unprotected): New function.
11705 2010-04-10  James TD Smith  <ahktenzero@mohorovi.cc>
11707         * org-colview.el (org-agenda-colview-summarize): Sort out some
11708         confusion between properties and titles, which resulted in
11709         agenda summaries not working if a title was set for a column.
11711 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
11713         * org-mobile.el (org-mobile-agendas): New option.
11714         (org-mobile-sumo-agenda-command): Select the right agendas.
11716         * org-latex.el (org-export-latex-format-image): Preserve the
11717         original-indentation property.
11719 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
11721         * org-clock.el (org-clock-insert-selection-line): Catch error when
11722         an old tasks no longer exists.
11724         * org-latex.el (org-export-as-pdf): Remove also the .idx file.
11725         (org-export-as-pdf): Don't remove the old PDF file before making
11726         the new one.
11728         * org-mouse.el (org-mouse-end-headline, org-mouse-insert-item)
11729         (org-mouse-context-menu): Use `org-looking-back'.
11731         * org.el (org-cycle-level): Use `org-looking-back'.
11733         * org-list.el (org-cycle-item-indentation):
11734         Use `org-looking-back'.
11736         * org-compat.el (org-looking-back): New function.
11738         * org.el (org-insert-heading): Catch before-first-headline when
11739         inserting a headline.
11741 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
11743         * org-latex.el (org-export-latex-format-image): Indent figure
11744         environment, so that it does not interrupt plain list.
11746         * org.el (org-open-at-point): Allow long link descriptions.
11748 2010-04-10  Carsten Dominik  <carsten.dominik@gmail.com>
11750         * org-html.el (org-export-as-html): Remove empty lines at the
11751         beginning of the exported text.
11753 2010-03-12  Chong Yidong  <cyd@stupidchicken.com>
11755         * org.el (org): Remove from hypermedia group.
11757 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
11759         * Branch for 23.2.
11761 2010-02-15  Chong Yidong  <cyd@stupidchicken.com>
11763         * org-freemind.el (org-freemind-from-org-mode-node)
11764         (org-freemind-from-org-mode)
11765         (org-freemind-from-org-sparse-tree, org-freemind-to-org-mode):
11766         Pass arg to called-interactively-p.
11768 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
11770         * org-protocol.el (org-protocol-flatten-greedy, org-protocol-flatten):
11771         Fix typos in docstrings.
11773 2010-01-01  Juanma Barranquero  <lekktu@gmail.com>
11775         * org.el (org-get-outline-path, org-speed-command-help):
11776         Fix typos in error messages.
11778 2009-12-14  Juri Linkov  <juri@jurta.org>
11780         * org-html.el (org-export-html-style-include-default):
11781         Put `safe-local-variable booleanp' on
11782         `org-export-html-style-include-default' instead of mistakenly
11783         duplicate `org-export-html-style'.
11785 2009-11-20  Carsten Dominik  <carsten.dominik@gmail.com>
11787         * org-agenda.el (org-agenda-diary-entry-in-org-file):
11788         Rebuild agenda after adding new entry.
11790         * org-datetree.el (org-datetree-find-day-create): Fix regular
11791         expression.
11793         * org.el (org-display-outline-path): Use a format specifier for
11794         message, to avoid problems with heading containing `%'.
11796         * org-agenda.el (org-agenda-hide-tags-regexp): New option.
11797         (org-format-agenda-item): Call `org-agenda-fix-displayed-tags'.
11798         (org-agenda-fix-displayed-tags): New function.
11799         (org-agenda-do-context-action): Just call
11800         `org-display-outline-path', without piping the result through
11801         `message'.
11803         * org-latex.el (org-export-latex-preprocess): Protect secondary
11804         footnote references.
11806         * org-indent.el (org-indent-initialize): Avoid empty strings as
11807         line prefixes.
11809         * org-agenda.el (org-agenda-diary-entry-in-org-file): Make sure
11810         hat checking for the mark does not throw an error.
11811         (org-agenda-diary-entry-in-org-file): Catch the case that there is
11812         not `day' text property in the cursor line.
11814         * org.el (org-sort-entries-or-items): Make sure that the final
11815         entry has a newline before doing the sorting.
11817         * org-agenda.el (org-agenda-diary-entry-in-org-file): Get the text
11818         property at the beginning of the line.
11820         * org.el (org-make-link-string): Don't allow a description with
11821         only white space.
11823         * org-agenda.el (org-agenda-insert-diary-strategy): New variable.
11824         (org-agenda-insert-diary-as-top-level): New function.
11825         (org-agenda-add-entry-to-org-agenda-diary-file):
11826         Call `org-agenda-insert-diary-as-top-level'.
11828         * org.el (org-occur-in-agenda-files): Make sure none of the
11829         buffers is narrowed.
11830         (org-activate-plain-links): Add the face property here.
11831         (org-set-font-lock-defaults): Do not add the face to plain links,
11832         the activator function does this.
11834         * org-habit.el (org-is-habit-p): Add doc string.
11836         * org-archive.el (org-archive-subtree-default-with-confirmation):
11837         Autoload.
11839         * org-latex.el (org-export-latex-fontify): Fix regexp to make char
11840         after match optional (happens at the end of a line...).
11842         * org.el (org-fontify-meta-lines-and-blocks): Apply special faces
11843         for special blocks.
11845         * org-faces.el (org-copy-face): Set lisp indentation.
11846         (org-quote, org-verse): New faces.
11848         * org-agenda.el (org-agenda-remove-date): Remove variable.
11850         * org-freemind.el (org-freemind-escape-str-from-org): Fix encoding.
11852         * org-html.el (org-export-as-html): Move the home/up link into
11853         the content div.
11855         * org.el (org-export-latex-packages-alist): Option definition
11856         moved here from org-latex.el.
11858         * org-html.el (org-export-html-home/up-format): Add an ID to the
11859         up/home div.
11861         * org-wl.el (org-wl-store-link): Handle the case that
11862         `wl-use-petname' is set.
11864         * org.el (org-set-effort): Improve prompt.
11865         (org-get-outline-path): Widen to get full path.
11866         (org-compact-display-after-subtree-move): Function removed.
11868 2009-11-20  Eric Schulte  <schulte.eric@gmail.com>
11870         * org-exp-blocks.el (org-export-blocks-format-ditaa): Use sha1
11871         hash keys to cache and re-use images generated by the
11872         org-exp-blocks interface to ditaa and dot.
11874         * org.el (org-format-latex): Latex images are now saved to files
11875         named by the sha1 hash of the latex source text avoiding
11876         regeneration of identical images.
11878 2009-11-15  Carsten Dominik  <carsten.dominik@gmail.com>
11880         * org-latex.el (org-export-as-latex): Add the :drawers property.
11882 2009-11-15  Carsten Dominik  <carsten.dominik@gmail.com>
11884         * org.el (org-speed-commands-user): Allow documentation headlines.
11885         (org-speed-commands-default): Organize the value of this constant
11886         with descriptive headlines.
11887         (org-print-speed-command): Output the headlines.
11889 2009-11-15  Carsten Dominik  <carsten.dominik@gmail.com>
11891         * org-agenda.el (org-agenda-show-outline-path): New option.
11892         (org-agenda-do-context-action): New function.
11893         (org-agenda-next-line, org-agenda-previous-line):
11894         Use `org-agenda-do-context-action'.
11896         * org.el (org-use-speed-commands): Allow function value.
11897         (org-speed-commands-default): Make headline motion safe, so that
11898         these commands always end on a headline.
11899         (org-speed-commands-default): New key `v' for `org-agenda'.
11900         (org-speed-move-safe): New function.
11901         (org-self-insert-command): Use the function value of
11902         `org-use-speed-commands'.
11903         (org-get-outline-path): Improve docstring.
11904         (org-format-outline-path): New function.
11905         (org-display-outline-path): New function.
11907 2009-11-15  John Wiegley  <jwiegley@gmail.com>
11909         * org-clock.el (org-clock-resolve): If `org-clock-into-string' is
11910         a string, use that to find the LOGBOOK drawer.
11912 2009-11-15  Glenn Morris  <rgm@gnu.org>
11914         * org-agenda.el (org-datetree-find-date-create)
11915         (org-habit-get-priority):
11916         * org.el (org-format-agenda-item): Fix declarations.
11918 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
11920         * org.el (org-clone-subtree-with-time-shift): Make it work at the
11921         end of the buffer.
11923         * org-mobile.el (org-mobile-write-checksums): Specify coding
11924         system.
11925         (org-mobile-timestamp-buffer): Keep local variable/mode line at
11926         beginning of buffer.
11928         * org-latex.el (org-latex-entities-regexp): Fix typo in regexp.
11930         * org.el (org-block-todo-from-children-or-siblings-or-parent)
11931         (org-block-todo-from-checkboxes): Do not block changes to a nil
11932         TODO state.
11934 2009-11-13  James TD Smith  <ahktenzero@mohorovi.cc>
11936         * org-habit.el (org-habit-parse-todo): Indicate which habit is
11937         wrongly set up in the error messages.
11939         * org-colview.el (org-columns-display-here): Don't try to
11940         calculate values if the underlying property is not set.
11941         (org-columns-string-to-number): Convert age strings back into
11942         fractional days.
11943         (org-agenda-colview-summarize): Handle extended summary types
11944         properly.
11946         * org-colview-xemacs.el (org-columns-display-here): Don't try to
11947         calculate values if the underlying property is not set.
11948         (org-columns-string-to-number): Convert age strings back into
11949         fractional days.
11950         (org-agenda-colview-summarize): Handle extended summary types
11951         properly.
11953 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
11955         * org-exp.el (org-export-format-drawer-function): New variable.
11956         (org-export-format-drawer): New function.
11957         (org-export-preprocess-string): Pass the backend as a parameter to
11958         `org-export-remove-or-extract-drawers'.
11959         (org-export-remove-or-extract-drawers): New parameter BACKEND.
11961         * org-protocol.el (org-protocol-char-to-string): New defsubst.
11963 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
11965         * org-agenda.el (org-agenda-diary-entry-in-org-file): Add error
11966         message when no block is selected.
11968         * org-latex.el (org-export-latex-links): Check for protectedness
11969         in the last matched character, not after the match.
11971         * org-datetree.el (org-datetree-find-date-create):
11972         Respect restriction when KEEP-RESTRICTION is set.
11973         (org-datetree-file-entry-under): New function.
11974         (org-datetree-cleanup): New command.
11976 2009-11-13  Dan Davison  <davison@stats.ox.ac.uk>
11978         * org-src.el (org-edit-src-code): New optional argument context
11979         allows calling functions to avoid altering the saved window
11980         configuration.
11981         (org-edit-src-exit): Do not restore window configuration when this
11982         function is used in the context of saving the edit buffer.
11984 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
11986         * org-clock.el (org-clock-out, org-clock-cancel): Revert to
11987         instances to switching to with-current-buffer, because these seem
11988         to cause problems - no idea why.
11990         * org-agenda.el (org-agenda-add-entry-to-org-agenda-diary-file):
11991         Require diary-lib for (diary-date-display-form).
11993 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
11995         * org.el (org-log-reschedule, org-log-redeadline): New options.
11996         (org-log-note-headings): Add templates for rescheduling and
11997         deadline changing.
11998         (org-startup-options): Add in-buffer settings for logging changing
11999         schedule and deadline time stamps.
12000         (org-deadline, org-schedule): Check for existing date and arrange
12001         for logging if the user requests it.
12002         (org-add-log-note): Prepare proper note buffers for rescheduling
12003         and deadline changes.
12005 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
12007         * org-agenda.el (org-agenda-diary-entry-in-org-file)
12008         (org-agenda-add-entry-to-org-agenda-diary-file)
12009         (org-agenda-insert-diary-make-new-entry): New functions.
12010         (org-agenda-diary-entry):
12011         Call `org-agenda-diary-entry-in-org-file' when appropriate.
12013         * org.el (org-calendar-insert-diary-entry-key): New option.
12014         (org-agenda-diary-file): New option.
12015         ("calendar"): Install our insertion function in the calendar.
12017         * org-remember.el (org-datetree): Require.
12018         (org-remember-templates): Add new positioning option.
12019         (org-remember-reference-date): New variable.
12020         (org-remember-apply-template): Store the reference date in a local
12021         variable.
12022         (org-remember-handler): Implement date tree positioning of entries.
12024         * org-datetree.el: New file.
12026         * org-latex.el (org-export-latex-preprocess): Protect targets in
12027         verbatim emphasis.
12029         * org-html.el (org-export-as-html): Protect targets in verbatim
12030         emphasis.
12032         * org-docbook.el (org-export-as-docbook): Protect targets in
12033         verbatim emphasis.
12035 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
12037         * org-clock.el (org-show-notification): Handle messages that
12038         contain a percent character.
12040         * org-remember.el (org-remember-apply-template): Turn of partial
12041         completion.
12043         * org-mobile.el (org-mobile-before-process-capture-hook): New hook.
12044         (org-mobile-pull): Run `org-mobile-before-process-capture-hook'.
12046         * org.el (org-indent-mode): Define variable already in org.el.
12047         (org-unfontify-region): Remove line-prefix and wrap-prefix
12048         properties only if org-indent-mode is active.
12050 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
12052         * org-icalendar.el (org-print-icalendar-entries): Save match data
12053         around call to verify function.
12054         (org-print-icalendar-entries): Add a call to the verification
12055         function.
12057         * org.el (org-speedbar-set-agenda-restriction): Remove unnecessary
12058         save-restrivtion' form.
12060 2009-11-13  Dan Davison  <davison@stats.ox.ac.uk>
12062         * org-exp.el (org-export-format-source-code-or-example):
12063         Restrict scope of preserve-indentp to the let binding.
12064         (org-src): Require org-src, since org-src-preserve-indentation is used.
12066 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
12068         * org-timer.el (org-timer-set-timer): Set variables
12069         org-timer-timer[123] correctly.
12071         * org-mobile.el (org-mobile-files-alist): Make it work when
12072         `agenda-archives' is included in
12073         `org-agenda-text-search-extra-files'.
12074         (org-mobile-push): Restore agenda after mobile push.
12076 2009-11-13  John Wiegley  <jwiegley@gmail.com>
12078         * org-clock.el (org-resolve-clocks-if-idle): Another fix to the
12079         way the amount of idle time is presented in the minibuffer.
12081 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
12083         * org-icalendar.el (org-print-icalendar-entries):
12084         Use org-icalendar-verify-function only if non-nil.
12086         * org.el (org-refile): Refile to clock only if the prefix arg is
12087         2.
12088         (org-sparse-tree): Fix docstring to be in line with prompt.
12089         (org-update-parent-todo-statistics):
12090         Call `org-after-todo-statistics-hook' on each level.
12092 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
12094         * org-remember.el (org-remember-apply-template): Make sure the
12095         buffer exists.
12097 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
12099         * org.el (org-tab-ind-state): New variable.
12100         (org-cycle-level): New function.
12101         (org-cycle-level-after-item/entry-creation): New option.
12102         (org-flag-subtree): New function.
12103         (org-hide-archived-subtrees): Call `org-flag-subtree'.
12104         (org-set-effort): Indexed access.
12106         * org-list.el (org-cycle-item-indentation): New function.
12108         * org.el (org-refile): Make prefix argument 2 refile to current
12109         clock.
12110         (org-priority): Interpret action `remove' as call to remove the
12111         priority cookie.
12113         * org-remember.el (org-remember-apply-template): Don't depend on
12114         buffer name being like file name.
12116 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
12118         * org-clock.el (org-clock-play-sound): Expand file in
12119         org-clock-sound, to allow ~ for home.
12121         * org-remember.el (org-remember-handler):
12122         Set text-before-node-creation even if this already looks like a node,
12123         because the string might be needed on non-org-mode target files.
12125         * org-agenda.el (org-agenda-open-link): Make this work in agenda
12126         clocktables.
12127         (org-agenda-switch-to): Follow a link at point if
12128         org-return-follows-link' is set and there is nothing else to do in
12129         this line.
12131 2009-11-13  James TD Smith  <ahktenzero@mohorovi.cc>
12133         * org-colview-xemacs.el: Add in changes from org-colview.el.
12135 2009-11-13  Dan Davison  <davison@stats.ox.ac.uk>
12137         * org-exp-blocks.el: Modify split separator regexp to avoid empty
12138         strings.
12140 2009-11-13  James TD Smith  <ahktenzero@mohorovi.cc>
12142         * org-colview.el (org-columns-new): Make this work with the new
12143         operators.
12144         (org-columns-store-format): Make this work with the new operators.
12146 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
12148         * org-src.el (org-src-preserve-indentation): Document that this
12149         variable is also used during export.
12151         * org-exp.el (org-export-format-source-code-or-example):
12152         Preserve indentation if a block has a -i option, or if
12153         `org-src-preserve-indentation' is set.
12155         * org-exp-blocks.el (org-export-blocks-preprocess):
12156         Preserve indentation if a block has a -i option, or if
12157         `org-src-preserve-indentation' is set.
12159 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
12161         * org.el (org-mode-map): Define the new archiving keys.
12162         (org-speed-commands-default): Define an archiving key in the speed
12163         command map.
12164         (org-org-menu): Improve the menu structure concerning archiving.
12166         * org-archive.el (org-archive-subtree-default-with-confirmation):
12167         New command.
12169         * org-agenda.el (org-agenda-mode-map): Define the new archiving keys.
12170         (org-agenda-menu): Add the new archiving commands to the menu.
12171         (org-agenda-archive-default)
12172         (org-agenda-archive-default-with-confirmation): New commands.
12173         (org-agenda-archive, org-agenda-archive-to-archive-sibling):
12174         Just call `org-agenda-archive-with'.
12175         (org-agenda-archive-with): New function.
12177         * org-table.el (org-table-convert-region): Inert spaces around "|"
12178         to avoid line beginnings like "|-1" which will be mistaken as
12179         hlines.
12181 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
12183         * org.el (org-offer-links-in-entry): Return nil if there are no
12184         links, t if a link has been selected.
12185         (org-open-at-point): Open attachment directory when called in the
12186         headline and there are no links in the entry body.
12187         (org-speed-commands-default): Add "o" for open-at-point as a speed
12188         command.
12190         * org-attach.el (org-attach-reveal): Optional prefix arg
12191         IF-EXISTS, which avoids creating the attachment directory if it
12192         does not yet exist.
12194         * org-agenda.el (org-agenda, org-run-agenda-series):
12195         Evaluate MATCH.
12197 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
12199         * org.el ("abbrev"): Work with abbrev tables only after they have
12200         been loaded.
12202         * org-list.el (org-list-send-list): Fix bug related to match
12203         data.
12205         * org-latex.el (org-export-latex-fontify): Apply verbatim
12206         emphasis.
12207         (org-export-latex-make-header): Insert \obeylines if line breaks
12208         should be preserved.
12210         * org-exp.el (org-export-protect-verbatim): Add an
12211         `org-verbatim-emph' property to such text.
12213 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
12215         * org-icalendar.el (org-icalendar-use-plain-timestamp): New option.
12216         (org-print-icalendar-entries): Skip entries where the timestamp is
12217         not a deadline and not scheduled, if the user requests that.
12219         * org-latex.el (org-export-latex-quotation-marks): Allow a bracket
12220         before an opening quote.
12222         * org-archive.el (org-archive-subtree): Keep archive after
12223         archiving something.
12225         * org-id.el (org-id-update-id-locations): Add archive files if
12226         that is required by `org-id-extra-files'.
12228 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
12230         * org-src.el (org-src-window-setup): New option.
12231         (org-src-switch-to-buffer): New function.
12232         (org-edit-src-exit): Add optional argument CONTEXT and use it to
12233         restore window configuration.
12234         (org-edit-src-code, org-edit-src-continue, org-edit-src-exit):
12235         Call `org-src-switch-to-buffer'.
12237         * org.el (org-default-properties): Add STYLE property.
12238         (org-files-list): Use the function call to get the files.
12239         (org-additional-option-like-keywords): Add SETUPFILE to completion
12240         list.
12242 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
12244         * org-table.el (org-table-convert-region): Correctly interpret
12245         quoting in csv import.
12247         * org.el (org-icompleting-read): Make iswitchb completion work
12248         with lists and tables.
12250         * org-agenda.el (org-agenda-add-entry-text): Never add entry text
12251         while pushing the mobile agenda.
12253 2009-11-13  John Wiegley  <jwiegley@gmail.com>
12255         * org-clock.el
12256         (org-clock-auto-clock-resolution): Now takes three values: nil, t
12257         and `when-no-clock-is-running'.
12258         (org-clock-in): Use `org-clock-auto-clock-resolution' to determine
12259         whether or not to resolve Org buffers on clock in.
12261 2009-11-13  James TD Smith  <ahktenzero@mohorovi.cc>
12263         * org-colview.el (org-format-time-period): Function to format
12264         times in fractional days for display.
12265         (org-columns-display-here): Add support for showing a calculated
12266         value in place of the property.
12267         (org-columns): Set `org-columns-time' to the current time so time
12268         difference calculations will work.
12269         (org-columns-time): Use to store the current time when column view
12270         is displayed, so all time differences will use the same reference
12271         point.
12272         (org-columns-compile-map): There is now an extra position in each
12273         entry specifying the function to use to calculate the displayed
12274         value for the non-calculated properties in the column.
12275         (org-columns-compute-all): Set `org-columns-time' to the current
12276         time so time difference calculations will work.
12277         (org-columns-compute): Handle column operators where the values
12278         used are calculated from the underlying property.
12279         (org-columns-number-to-string): Handle the 'age' column format.
12280         (org-columns-string-to-number): Correct the function name (was
12281         org-column...).  Add support for the 'age' column format.
12282         (org-columns-compile-format): Support the additional parameter in
12283         org-columns-compile-map.
12285 2009-11-13  Bastien Guerry  <bzg@altern.org>
12287         * org.el (org-mode-hook): Turn `org-mode-hook' into a customizable
12288         variable.
12290 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
12292         * org-clock.el (org-clock-has-been-used): New variable.
12293         (org-clock-in): Set `org-clock-has-been-used'.
12294         (org-clock-save): Save only if clock data has been used or created
12295         during this session.
12297 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
12299         * org-clock.el (org-clock-persist): New value, to store only the
12300         clock history.
12301         (org-clock-save): Don't save the clock if only the history should
12302         be stored.
12303         (org-clock-load): Turn off John Wiegley's auto resolving mechanism
12304         when restoring a saved clock.
12306 2009-11-13  John Wiegley  <jwiegley@gmail.com>
12308         * org-clock.el (org-clock-display, org-clock-put-overlay):
12309         Use `org-time-clock-use-fractional'.
12311         * org.el (org-time-clocksum-use-fractional)
12312         (org-time-clocksum-fractional-format): Two new customizable
12313         variables which allow the user to select fractional times (1.25
12314         instead of 1:25) in the `org-clock-display' report.
12316 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
12318         * org-ascii.el (org-export-ascii-table-keep-all-vertical-lines):
12319         New option.
12321         * org.el (org-tag-alist): Fix customization type.
12323 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
12325         * org-mobile.el (org-mobile-update-checksum-for-capture-file):
12326         Make sure the regexp search can fail without throwing an error.
12327         (org-mobile-apply): Save the inbox buffer after removing
12328         successfully applied changes.
12330 2009-11-13  John Wiegley  <jwiegley@gmail.com>
12332         * org-clock.el (org-resolve-clocks-if-idle): Fix to the way idle
12333         time is reported after the user comes back (but before they
12334         resolve time).
12336         * org.el (org-get-repeat): Change so that this function can be
12337         called with either `org-scheduled-string' or
12338         `org-deadline-string'.
12340         * org-clock.el (org-clock-auto-clock-resolution): Rename from
12341         `org-clock-disable-clock-resolution', since negatives don't sound
12342         good in customization variables.
12343         (org-clock-in): Don't use the auto-resolution logic if the user is
12344         clocking into a different task while an active clock is running.
12345         This then allows the default behavior of clocking out of the open
12346         task and then into the new task.
12348         * org.el (org-modules): Made this variable more consistent, since
12349         it was referring to Org, OrgMode and Org-mode, whereas the docs
12350         for the variable always refer to Org-mode.
12352 2009-11-13  James TD Smith  <ahktenzero@mohorovi.cc>
12354         * org.el (org-repeat-re): The changed org-repeat-re no longer
12355         matched simple +2d type repeaters.  Fix it so it does.
12357 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
12359         * org-latex.el (org-export-latex-preprocess): Protect the vspace
12360         macro in the VERSE environment.
12362 2009-11-13  John Wiegley  <jwiegley@gmail.com>
12364         * org-habit.el (org-habit-get-priority): A new function that
12365         determines the relative priority of a habit, based on how long
12366         past its scheduled date it is, and how near the deadline is.
12368         * org-agenda.el (org-agenda-get-scheduled): Set habit priority
12369         using `org-habit-get-priority'.
12371         * org-habit.el (org-habit-build-graph): Start displaying colors
12372         from the first scheduled date, if that date is earlier than the
12373         first completion date.
12375         * org-habit.el: Changed all "color" variables to faces, and made
12376         them appropriate for light and dark backgrounds.
12378         * org-habit.el (org-habit-duration-to-days): Made this function
12379         more general.
12380         (org-habit-parse-todo): Parse the new ".+N/N" style repeater.
12382         * org-agenda.el (org-agenda-get-deadlines): Remove all mention of
12383         habits, since they don't use DEADLINE anymore.
12385         * org.el (org-repeat-re, org-display-custom-time)
12386         (org-timestamp-change): Extend to support the new ".+N/N"
12387         syntax, used for habits.
12389         * org-clock.el (org-clock-resolve-clock): Fix an incorrect
12390         variable reference.
12392         * org-agenda.el (org-agenda-set-mode-name): Show Habit in the
12393         modeline when habits are being displayed (if that module is being
12394         loaded).
12396 2009-11-13  James TD Smith  <ahktenzero@mohorovi.cc>
12398         * org-clock.el (org-x11-idle-seconds): Add a method to get the X11
12399         idle time using the xscreensaver extension.
12400         (org-user-idle-seconds): Use X11 idle time if available.
12402 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
12404         * org-agenda.el (org-agenda-next-line): New command.
12405         (org-agenda-previous-line): New commands.
12406         (org-agenda-show-and-scroll-up, org-agenda-show-scroll-down):
12407         New commands.
12408         (org-agenda-follow-mode): Do the follow immediately if the mode is
12409         turned on here.
12410         (previous-line, next-line): Replace keys with the corresponding
12411         org functions.
12412         (org-agenda-mode-map): Bind backspace and delete to the scrolling
12413         command.
12415         * org.el (org-icompleting-read): Turn off partial completion mode
12416         for the duration of this completion round.
12418         * org-latex.el (org-export-latex-fontify-headline): Protect TeX
12419         macros in author lines and similar stuff.
12421         * org.el (org-file-tags): Fix docstring.
12422         (org-get-buffer-tags): Add the #+FILETAGS tags.
12423         ("ecb"): Make ecb show context after jumping into an Org file.
12425 2009-11-13  John Wiegley  <johnw@newartisans.com>
12427         * org-agenda.el (org-finalize-agenda): Draw habit consistency
12428         graphs after everything else in the buffer has been setup.
12430 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
12432         * org-mobile.el (org-mobile-apply): Count success and failure.
12434         * org.el (org-indent-line-function): Fix regexp replace problem.
12436 2009-11-13  John Wiegley  <johnw@newartisans.com>
12438         * org-clock.el (org-clock-disable-clock-resolution):
12439         New customization variable that disable automatic clock resolution on
12440         clock in.
12441         (org-clock-in): If `org-clock-disable-clock-resolution' is set, do
12442         not automatically resolve anything.  This is does not affect
12443         idle-time resolution, however, if `org-clock-idle-time' is set.
12445 2009-11-13  John Wiegley  <johnw@newartisans.com>
12447         * org-habit.el: New file, which implements code to build a "habit
12448         consistency graph".
12450         * org-agenda.el (org-agenda-get-deadlines)
12451         (org-agenda-get-scheduled): Display consistency graphs when
12452         outputting habits into the agenda.  The graphs are always relative
12453         to the current time.
12454         (org-format-agenda-item): Add new parameter `habitp', which
12455         indicates whether we are formatting a habit or not.  Do not
12456         display "extra" leading information if habitp is true.
12458         * org.el (org-repeat-re): Improve regexp to include .+ and ++
12459         leaders for repeat strings.
12460         (org-get-repeat): Now takes a string parameter `tagline', so the
12461         caller can obtain the SCHEDULED repeat, or the DEADLINE repeat.
12463 2009-11-13  John Wiegley  <johnw@newartisans.com>
12465         * org-agenda.el (org-agenda-auto-exclude-function):
12466         New customization variable for allowing the user to create an "auto
12467         exclusion" filter for doing context-aware auto tag filtering.
12468         (org-agenda-filter-by-tag): Changes to support the use of
12469         `org-agenda-auto-exclude-function'.  See the new manual addition.
12471 2009-11-13  John Wiegley  <johnw@newartisans.com>
12473         * org.el (org-files-list): Don't attempt to return a file name for
12474         Org buffers which have no associated file.
12476         * org-agenda.el (org-agenda-do-action): Fix a typo.
12478 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
12480         * org-mobile.el (org-mobile-locate-entry): Interpret files
12481         relative to org-directory.
12482         (org-mobile-inbox-for-pull): Document the best location for this
12483         file.
12484         (org-mobile-check-setup): Verify `org-directory'.
12485         (org-mobile-create-index-file): Sort the files to be listed in
12486         index.org.
12488 2009-11-13  James TD Smith  <ahktenzero@mohorovi.cc>
12490         * org.el (org-fast-tag-selection): Add a way to display a
12491         description for a tag group.  This is done by adding a string to
12492         either the startgroup or endgroup cell.
12494 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
12496         * org-clock.el (org-clock-resolve, org-resolve-clocks)
12497         (org-emacs-idle-seconds): Use `org-float-time' instead of
12498         `time-to-seconds'.
12500 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
12502         * org-agenda.el (org-agenda-sorting-strategy): Fix customization
12503         type.
12505         * org.el (org-pre-cycle-hook): Document that `empty' can also be
12506         the value of ARG when doing local cycling.
12508 2009-11-13  John Wiegley  <johnw@newartisans.com>
12510         * org-clock.el (org-clock-resolve-clock): If keeping or
12511         subtracting time results in a clock out at a time in the past, and
12512         if the resolution occurred due to idleness or invoking `M-x
12513         org-resolve-clocks', remember that past moment in time.  On the
12514         next clock in, the user will be prompted to see if they want to
12515         back-date their new clock to then.
12516         (org-clock-resolve): Do not jump the user to the location of a
12517         dangling clock if the resolution is occurring due to an idle
12518         timeout.  In that case there is typically only one dangling clock,
12519         the active one, and there is no value gained by shuffling their
12520         windows around to show it to them.  Being prompted to resolve an
12521         idle clock should be as inobtrusive as possible.
12522         (org-resolve-clocks-if-idle): New function that resolves only the
12523         currently active clock if the user has exceeded the time returned
12524         by `org-user-idle-seconds', based on the value of
12525         `org-clock-idle-time'.
12526         (org-clock-in): If, after resolving clocks, (???)
12527         (org-clock-out): Cancel the `org-clock-idle-timer' on clock out.
12529         * org-clock.el (org-clock-resolve-clock): New function that
12530         resolves a clock to a specific time, closing or resuming as need
12531         be, and possibly even starting a new clock.
12532         (org-clock-resolve): New function used by `org-resolve-clocks'
12533         that sets up for the call to `org-clock-resolve-clock'.
12534         It determines the time to resolve to based on a single-character
12535         selection from the user to either keep time, subtract away time or
12536         cancel the clock.
12537         (org-resolve-clocks): New user command which resolves dangling
12538         clocks -- that is, open but not active -- anywhere in the file
12539         list returned by `org-files-list'.
12540         (org-clock-in): Automatically resolve dangling clocks whenever a
12541         user clocks in.
12542         (org-clock-cancel): If the user cancels the solely clock in a
12543         LOGBOOK, remove the empty drawer.
12545         * org-clock.el (org-clock-idle-time): New user customizable option
12546         for detecting whether the user has left a clock idle.  Note: it is
12547         only used in this commit to test whether it's worthwhile to check
12548         OS X to get the Mac user's current idle time.  If the Emacs idle
12549         time is less than the value, the user hasn't been away long enough
12550         to be worth checking (a more expensive test than just getting
12551         Emacs idle time).
12552         (org-user-idle-seconds, org-mac-idle-seconds)
12553         (org-emacs-idle-seconds): This three functions, in conjunction
12554         with the user customization variable `org-clock-idle-time', return
12555         the number of seconds (as a floating point) that the user has been
12556         away from their Emacs (or, if running on OS X, their computer).
12558         * org-clock.el (org-find-open-clocks): New function that returns a
12559         list of all open clocks in the given FILE.  Note that each clock
12560         it returns is a cons cell of the format (MARKER . START-TIME).
12561         This "clock" value is used by several of the new clock module
12562         utility functions.
12563         (org-is-active-clock): New inline function which tests whether the
12564         given clock value is the same as the currently active clock.
12565         Returns non-nil if this is the case.
12566         (org-with-clock-position): New macro that evaluates FORMS with
12567         point in the buffer and at the position of the given clock.
12568         Changes to the current clock are global.
12569         (org-with-clock): New macro that evaluates FORMS with point in the
12570         buffer and at the position of the given clock.  However, changes
12571         to the current clock are local and have no effect on the user's
12572         active clock.  This allows, for example, far any clock to be
12573         cancelled without cancelling the active clock.
12574         (org-clock-clock-in): New inline function that switches the active
12575         clock to the given clock.  If either the argument RESUME, or the
12576         global `org-clock-in-resume', are non-nil, it will resume a clock
12577         that was previously left open.
12578         (org-clock-clock-out): New inline function that clocks out the
12579         given clock value without affecting the currently active clock.
12580         (org-clock-clock-cancel): New inline function that cancels the
12581         given clock value without affecting the currently active clock.
12583         * org-clock.el (org-clock-in): Before creating
12584         `org-clock-mode-line-timer', check to make sure an older timer is
12585         not currently running.
12586         (org-clock-out): Accept new third parameter `at-time', which
12587         permits a clock to be clocked out at a specific time.  Note that
12588         no attempt is made to verify that the clock out time is later than
12589         the clock in time.
12591         * org.el (org-files-list): New utility function for returning a
12592         list of all open org-mode buffers, plus all files used to build
12593         the agenda buffer.  Note that not all the files will necessarily
12594         be visited by a buffer at time of call.
12595         (org-entry-beginning-position): Like the function
12596         `line-beginning-position', this inline function returns the
12597         beginning position of the current heading/entry.
12598         (org-entry-end-position): Like the function `line-end-position',
12599         this inline function returns the end position of the current
12600         heading/entry.
12602 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
12604         * org-agenda.el (org-agenda-list): Mark the all-todo items line as
12605         a header line.
12607 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
12609         * org-exp.el (org-inlinetask-remove-END-maybe): Declare function.
12611 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
12613         * org-agenda.el (org-agenda-filter-make-matcher): Allow to filter
12614         entries that have no tags.
12615         (org-agenda-search-view): New customize group.
12616         (org-agenda-search-view-search-words-only): New option.
12617         (org-search-view): Implement substring search.
12619 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
12621         * org.el (org-outline-level): Add doc string.
12623 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
12625         * org-inlinetask.el (org-inlinetask-export): Re-introduce
12626         variable.
12627         (org-inlinetask-export-handler): Only export inline task if the
12628         user option calls for it.
12630 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
12632         * org-exp.el (org-export-handle-export-tags): Remove inlinetask
12633         END if present.
12635 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
12637         * org-latex.el (org-export-latex-tables): Don't format in
12638         protected regions.
12640 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
12642         * org-src.el (org-edit-src-code)
12643         (org-edit-src-find-region-and-lang, org-edit-src-exit):
12644         Handle macro editing.
12646         * org-agenda.el (org-prefix-category-max-length): New variable.
12647         (org-format-agenda-item): Use `org-prefix-category-max-length'.
12648         (org-compile-prefix-format): Set `org-prefix-category-max-length'.
12650 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
12652         * org-mobile.el (org-mobile-create-index-file): Improve the
12653         listing of tags and todo keywords.
12655         * org-latex.el (org-export-latex-format-image): New function.
12656         (org-export-latex-links): Use `org-export-latex-format-image'.
12658 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
12660         * org-inlinetask.el (org-inlinetask-get-current-indentation)
12661         (org-inlinetask-remove-terminator): New functions.
12662         (org-inlinetask-export-handler): Terminate the description list.
12664         * org-exp.el (org-export-select-backend-specific-text): Remove the
12665         region markers.
12667         * org-inlinetask.el (org-inlinetask-export-handler): Fix bug for
12668         tasks without content.
12670         * org-clock.el: Make sure the clock-in target position does not
12671         move to a different node by widening the buffer.
12673         * org-html.el (org-export-html-format-image): Wrap image into
12674         figure div only when there is a caption.
12676         * org-archive.el (org-archive-mark-done): Change default value to
12677         nil.
12679 2009-11-13  Carsten Dominik  <carsten.dominik@gmail.com>
12681         * org.el (org-context): Call `bobp', not `eobp'.
12683         * org-clock.el (org-clock-cancel): Remove quotes from marker
12684         variables.
12686         * org.el (org-read-date-prefer-future): New allowed value `time'.
12687         (org-read-date-analyze): Shift day to tomorrow depending on time
12688         entered and value of `org-read-date-prefer-future'.
12690 2009-11-05  Stefan Monnier  <monnier@iro.umontreal.ca>
12692         * org.el (org-version, org-get-refile-targets, org-refile)
12693         (org-store-log-note, org-diary-to-ical-string)
12694         (org-speedbar-set-agenda-restriction):
12695         * org-publish.el (org-publish-find-title):
12696         * org-plot.el (org-plot/gnuplot):
12697         * org-mouse.el (org-mouse-do-remotely):
12698         * org-mobile.el (org-mobile-move-capture):
12699         * org-mac-message.el (org-mac-message-insert-flagged):
12700         * org-latex.el (org-replace-region-by-latex):
12701         * org-docbook.el (org-replace-region-by-docbook):
12702         * org-clock.el (org-clock-out, org-clock-cancel):
12703         * org-bibtex.el (org-execute-file-search-in-bibtex):
12704         Use with-current-buffer.
12706 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
12708         * org.el (org-directory, org-map-entries):
12709         * org-clock.el (org-clock-get-clocked-time): Fix typos in docstrings.
12711 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
12713         * org.el (org-set-tags-to): New command.
12715         * org-latex.el (org-export-latex-set-initial-vars): Also check in
12716         the plist.
12718         * org.el (org-additional-option-like-keywords): Add LATEX_CLASS
12719         keyword.
12721         * org-exp.el (org-infile-export-plist): Add LATEX_CLASS keyword.
12723 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
12725         * org-inlinetask.el (org-inlinetask-export): Option removed.
12726         (org-inlinetask-export-handler): Better export.
12728         * org-xoxo.el (org-export-xoxo-final-hook): New hook.
12729         (org-export-as-xoxo): Run the new hook.
12731         * org-html.el (org-export-html-final-hook): New hook.
12732         (org-export-as-html): Run the new hook.
12734         * org-docbook.el (org-export-docbook-final-hook): New hook.
12735         (org-export-as-docbook): Run the new hook.
12737         * org-ascii.el (org-export-ascii-final-hook): New hook.
12738         (org-export-as-ascii): Run the new hook.
12740         * org-latex.el (org-export-latex-treat-sub-super-char): Allow a
12741         space character as the character before the ^/_.
12742         (org-export-latex-final-hook): New hook.
12743         (org-export-as-latex): Run `org-export-latex-final-hook'.
12745 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
12747         * org-macs.el (org-if-unprotected-at): Fix docstring.
12749         * org-agenda.el (org-agenda-change-all-lines): Handle invisible
12750         text in the prefix (if category is a link).
12752         * org-latex.el (org-export-latex-preprocess): Deal properly with
12753         empty lines in verse environments.
12755         * org.el (org-format-latex-header): Inline fullpage.sty.
12757         * org-footnote.el (org-footnote-create-definition): Reveal context
12758         to add a new footnote definition.
12760         * org.el (org-ctrl-c-ctrl-c): Pass prefix arg to
12761         org-table-recalculate when cursor is in TBLFM line.
12763         * org-list.el (org-renumber-ordered-list): Fix cursor position
12764         when bullet length has changed.
12766 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
12768         * org.el (org-format-latex): Mention `org-format-latex-options' in
12769         the docstring.
12771 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
12773         * org.el (org-agenda-get): New function.
12775         * org-agenda.el (org-agenda-post-command-hook): No longer move
12776         point away from end of line.
12777         (org-agenda-add-entry-text, org-agenda-collect-markers)
12778         (org-finalize-agenda, org-agenda-mark-clocking-task)
12779         (org-agenda-dim-blocked-tasks, org-agenda-entry-text-show-here)
12780         (org-agenda-entry-text-show, org-agenda-highlight-todo)
12781         (org-agenda-compare-effort, org-agenda-filter-apply)
12782         (org-agenda-later, org-agenda-change-time-span)
12783         (org-agenda-post-command-hook, org-agenda-show-priority)
12784         (org-agenda-show-tags, org-agenda-goto, org-agenda-kill)
12785         (org-agenda-archive, org-agenda-archive-to-archive-sibling)
12786         (org-remove-subtree-entries-from-agenda, org-agenda-refile)
12787         (org-agenda-open-link, org-agenda-copy-local-variable)
12788         (org-agenda-switch-to, org-agenda-check-no-diary)
12789         (org-agenda-tree-to-indirect-buffer, org-agenda-todo)
12790         (org-agenda-add-note, org-agenda-change-all-lines)
12791         (org-agenda-priority, org-agenda-set-tags)
12792         (org-agenda-set-property, org-agenda-set-effort)
12793         (org-agenda-toggle-archive-tag, org-agenda-date-later)
12794         (org-agenda-show-new-time, org-agenda-date-prompt)
12795         (org-agenda-schedule, org-agenda-deadline, org-agenda-action)
12796         (org-agenda-clock-in, org-agenda-bulk-mark)
12797         (org-agenda-bulk-unmark, org-agenda-show-the-flagging-note):
12798         Use `org-get-at-bol'.
12800         * org-colview.el (org-columns-display-here)
12801         (org-columns-edit-allowed, org-agenda-columns):
12802         Use `org-get-at-bol'.
12804 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
12806         * org.el (org-special-ctrl-a/e): Improve documentation and
12807         customize type.
12808         (org-end-of-line): Don't jump to after the ellipsis.
12809         (org-mode-map): Bind <home> and <end> as well.
12811 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
12813         * org.el (org-fontify-meta-lines-and-blocks): Treat lines with a
12814         space after #+ as comments.
12815         (org-open-at-point): Run `org-follow-link-hook' always.
12817         * org-latex.el (org-export-latex-emph-format): Use better commands
12818         to insert special characters in verbatim snippets.
12820 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
12822         * org-faces.el (org-copy-face): New function.  Use it to create
12823         various faces formerly created by using `copy-face'.
12825         * org-agenda.el (org-prepare-agenda): Don't officially mark this
12826         window dedicated.
12827         (org-agenda-quit): Kill the frame containing the agenda window if
12828         that frame was created for the agenda.
12830 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
12832         * org-agenda.el (org-agenda-date-prompt): Mark the changed time
12833         stamp in the agenda.
12835 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
12837         * org-agenda.el (org-prepare-agenda):
12838         Reset `org-drawers-for-agenda'.
12839         (org-prepare-agenda): Uniquify list of drawers.
12841         * org.el (org-complex-heading-regexp-format): New variable.
12842         (org-set-regexps-and-options):
12843         Define `org-complex-heading-regexp-format'.
12844         (org-drawers-for-agenda): New variable.
12845         (org-map-entries): Bind `org-drawers-for-agenda'.
12846         (org-prepare-agenda-buffers): Add to `org-drawers-for-agenda'.
12848         * org-remember.el (org-go-to-remember-target)
12849         (org-remember-handler): Use `org-complex-heading-regexp-format'.
12851 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
12853         * org-agenda.el (org-agenda-highlight-todo): Fix text property
12854         problem.
12856         * org.el (org-on-heading-p, org-at-heading-p): Make sure these are
12857         always with `invisible-ok'.
12858         (org-store-link): No error when there is nothing to link to in the
12859         agenda.
12861         * org-list.el (org-update-checkbox-count): Insert changed cookie
12862         before the old, to avoid problems with invisibility at the end of
12863         the line.
12864         (org-update-checkbox-count): Insert changed cookie before the old,
12865         to avoid problems with invisibility at the end of the line.
12867         * org.el (org-sort-entries-or-items): Include the final newline.
12868         (org-fontify-meta-lines-and-blocks): Add indented dynamic block
12869         lines for fontification.
12870         (org-dblock-start-re, org-dblock-end-re): Allow indentation.
12871         (org-prepare-dblock): Store the current indentation of the BEGIN
12872         line.
12873         (org-update-dblock): Apply the indentation of the begin line to
12874         the rest of the block.
12875         (org-ctrl-c-ctrl-c): Also find indented dblock lines.
12876         (org-startup-folded): New allowed value `showeverything'.
12877         (org-startup-options): Add STARTUP keyword `showeverything'.
12878         (org-set-startup-visibility): Respect value `showeverything' in
12879         org-startup-folded.
12881 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
12883         * org.el (org-closest-date): Fix issue with past preference.
12885         * org-archive.el (org-archive-set-tag)
12886         (org-archive-subtree-default): New commands.
12888         * org-clock.el (org-clock-clocktable-default-properties):
12889         New option.
12890         (org-clock-report):
12891         Use `org-clock-clocktable-default-properties'.
12893 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
12895         * org.el (org-iswitchb-completing-read): Fix typo.
12897         * org-crypt.el: New file.
12899         * org.el: Add an entry for org-crypt.
12901 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
12903         * org-agenda.el (org-agenda-menu): Reorganize the menu for more
12904         consistency.
12905         (org-batch-store-agenda-views): New function.
12906         (org-agenda-title-append): Define variable.
12907         (org-write-agenda): New export to Org files.
12908         (org-agenda-get-some-entry-text): New arguments INDENT and KEEP.
12909         (org-agenda): Allow to keep the restricted file list if a special
12910         variable is bound to t.
12911         (org-agenda): Define a special agenda view for working on flagged
12912         entries.
12913         (org-agenda-get-restriction-and-command): List the new agenda
12914         view.
12915         (org-agenda-show-the-flagging-note): New command.
12916         (org-agenda-mode-map): New key `?' for looking at the flagging
12917         note.
12919         * org.el (org-autoload): Autoload org-mobile.el.
12920         (org-org-menu): Add menu commands for MobileOrg in the Org menu.
12922         * org-mobile.el: New file.
12924         * org-id.el (org-id-get): Fix bug with forcing ID on an item.
12926 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
12928         * org-table.el (orgtbl-line-start-regexp): Match also TBLNAME
12929         statements.
12930         (org-table-get-remote-range): Match indented #+TBLNAME
12931         statements.
12933         * org.el (org-convert-to-odd-levels)
12934         (org-convert-to-oddeven-levels): Work also correctly if the file
12935         is in outline-mode.
12937 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
12939         * org.el (org-store-link): When in agenda buffer, link to
12940         referenced entry.
12941         (org-add-planning-info): Remove spaces at eol.
12943         * org-macs.el (org-with-point-at): Add a `lisp-indent-function'
12944         property.
12946 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
12948         * org-latex.el (org-export-latex-first-lines): Fix problem with
12949         LaTeX export of first line and selected subtree.
12951         * org.el (org-shifttab): Interpret arg differently when using only
12952         odd levels.
12954 2009-10-01  Bastien Guerry  <bzg@altern.org>
12956         * org.el (org-check-agenda-file): Use a more explicit message.
12958 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
12960         * org-exp.el (org-export-remove-special-table-lines): Don't remove
12961         normal lines.
12963 2009-10-01  Bastien Guerry  <bzg@altern.org>
12965         * org.el (org-offer-links-in-entry): Don't use "Select link" as a
12966         prompt in the temporary window.
12968         * org-agenda.el (org-agenda-bulk-mark): Use a slightly soberer
12969         prefix for marked entries in the agenda view.
12971 2009-10-01  Andreas Burtzlaff  <andy13@gmx.net>  (tiny change)
12973         * org.el (outline-end-of-subtree): Bugfix: advise this function in
12974         a way that prevents any trailing character from being displayed.
12976 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
12978         * org-agenda.el (org-agenda-menu): Fix bugs in the bulk action
12979         menu.
12981         * org-exp.el (org-export-remove-special-table-lines): Remove bad
12982         slow regexp match.
12984 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
12986         * org-latex.el (org-export-latex-preprocess): Do not protect in
12987         the LaTeX header.
12989         * org-src.el (org-edit-src-save): Save window setup while saving.
12990         (org-edit-src-code): Use new buffer name construction scheme.
12992 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
12994         * org-agenda.el (org-agenda-entry-text-exclude-regexps):
12995         New variable.
12996         (org-agenda-entry-text-cleanup-hook): New hook.
12997         (org-agenda-get-some-entry-text): Remove matches of
12998         `org-agenda-entry-text-exclude-regexps' and run the hook
12999         `org-agenda-entry-text-cleanup-hook'.
13001         * org.el (org-offer-links-in-entry): New argument ZERO to
13002         implement a link with index zero.
13003         (org-cycle-show-empty-lines): Not keep empty line under header
13004         hidden.
13005         (org-iswitchb-completing-read): Bind `switchb-use-virtual-buffers'
13006         to nil for special completion.
13007         (org-store-link): Don't error before the first heading.
13009         * org-agenda.el (org-agenda-open-link): Pass the prefix to
13010         `org-offer-links-in-entry'.
13012 2009-10-01  Carsten Dominik  <carsten.dominik@gmail.com>
13014         * org-agenda.el (org-agenda-quit): Provide the window argument for
13015         `window-dedicated-p', Emacs 22 needs it.
13016         (org-format-agenda-item): If the category is a link, arrange for
13017         invisible text to replaced with spaces.
13018         (org-compile-prefix-format): Add the extra space.
13019         (org-prefix-category-length): New variable.
13021         * org-exp.el (org-export-cleanup-toc-line): Remove footnote
13022         references from TOC lines.
13024         * org.el (org-selected-window): New variable.
13026         * org-table.el (org-table-edit-formulas): Remember the selected
13027         window.
13028         (org-table-fedit-finish, org-table-fedit-abort): Select the window
13029         that was originally selected.
13031         * org-exp.el (org-export-preprocess-apply-macros): Scan the
13032         expansion of a macro for more macro definitions.
13034         * org-agenda.el (org-agenda-dim-blocked-tasks): Make sure the
13035         invisibility overlay starts on the newline.
13037 2009-10-01  Glenn Morris  <rgm@gnu.org>
13039         * org-agenda.el (calendar-check-holidays):
13040         * org-exp.el (org-agenda-skip):
13041         * org-list.el (outline-back-to-heading):
13042         * org-wl.el (wl-summary-goto-folder-subr):
13043         * org.el (iswitchb-mode, remember, remember-buffer-desc)
13044         (remember-finalize, remember-save-after-remembering, remember-register)
13045         (remember-buffer, remember-handler-functions)
13046         (remember-annotation-functions): Remove unused declarations.
13048         * org.el (iswitchb-read-buffer): Fix declaration.
13050 2009-09-30  Glenn Morris  <rgm@gnu.org>
13052         * org-compat.el (w32-focus-frame):
13053         * org-exp-blocks.el (R):
13054         * org-exp.el (htmlize-buffer):
13055         * org-protocol.el (server-edit):
13056         * org-table.el (org-format-org-table-html):
13057         * org.el (org-indent-mode): Fix declarations.
13059         * org-colview.el (org-columns-uncompile-format): Avoid assignment to
13060         free variable `fun'.
13062 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
13064         * org-agenda.el (org-agenda-restore-windows-after-quit):
13065         Fix typo in docstring.
13067 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
13069         * org.el (org-tree-to-indirect-buffer, org-convert-to-oddeven-levels)
13070         (org-shiftselect-error, org-ctrl-c-ctrl-c):
13071         * org-agenda.el (org-agenda-undo, org-check-for-org-mode):
13072         * org-attach.el (org-attach-check-absolute-path):
13073         * org-docbook.el (org-export-as-docbook):
13074         * org-html.el (org-export-as-html):
13075         * org-id.el (org-id-update-id-locations):
13076         * org-table.el (org-table-fedit-lisp-indent, orgtbl-send-table):
13077         Fix typos in error messages.
13079 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
13081         * org-ascii.el: Require CL for the `loop' macro.
13083 2009-09-05  Carsten Dominik  <dominik@u016822.science.uva.nl>
13085         * org-gnus.el (require): Wrap (require gnus-sum) into
13086         eval-when-compile.
13088 2009-09-03  Carsten Dominik  <dominik@u016822.science.uva.nl>
13090         * org-protocol.el (org-protocol-store-link)
13091         (org-protocol-remember, org-protocol-open-source): Remove autoload
13092         cookies again.
13094         * org-agenda.el (org-agenda-dim-blocked-tasks): Make sure we are
13095         referencing the start of the line.
13097         * org-gnus.el: Remove unnecessary declare-function forms.
13098         (gnus-sum): Always require gnus-sum.
13100 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
13102         * org-protocol.el (org-protocol-store-link)
13103         (org-protocol-remember, org-protocol-open-source): Add autoloads.
13105         * org-compat.el (org-float-time): New function.
13107         * org.el (org-clock-update-time-maybe)
13108         (org-sort-entries-or-items, org-do-sort)
13109         (org-evaluate-time-range, org-time-string-to-seconds)
13110         (org-closed-in-range): Use `org-float-time'.
13112         * org-timer.el (org-timer-start, org-timer-pause-or-continue)
13113         (org-timer-seconds): Use `org-float-time'.
13115         * org-clock.el (org-clock-get-clocked-time, org-clock-out)
13116         (org-clock-sum, org-dblock-write:clocktable)
13117         (org-clocktable-steps): Use `org-float-time'.
13119         * org-agenda.el (org-agenda-last-marker-time)
13120         (org-agenda-new-marker, org-diary): Use `org-float-time'.
13122         * org-compat.el (w32-focus-frame): Declare the w32-focus-frame
13123         function.
13125         * org-exp.el (org-get-file-contents): Only protect lines that
13126         really need it.
13128         * org-html.el (require): Require cl for compilation.
13130         * org.el: Avoid using `default-major-mode'.
13132         * org-plot.el (require): Require CL only at compile time.
13134         * org-exp.el (require): Require CL only at compile time.
13136         * org-agenda.el (org-agenda-quit): When the agenda window is
13137         dedicated, remove other windows before exiting, so that the frame
13138         really will be killed.
13140         * org-exp.el (org-export-handle-include-files): Reset START and
13141         END for each loop cycle.
13143 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
13145         * org.el (org-eval-in-calendar):
13146         Use `org-select-frame-set-input-focus'.
13148         * org-compat.el (org-select-frame-set-input-focus): New function.
13150         * org.el (org-update-statistics-cookies): New function.
13151         (org-mode-map): Bind `C-c #' to `org-update-statistics-cookies'.
13153 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
13155         * org-src.el (org-edit-fixed-width-region): Set org-src-mode only
13156         after the local variables are set.
13158         * org-latex.el (org-export-latex-protect-amp): New function.
13159         (org-export-latex-links): Protect link ampersands in tables.
13161         * org-exp.el (org-export-select-backend-specific-text): Match in
13162         two steps, to avoid regexp problems.
13164         * org.el (org-offer-links-in-entry): Improve working with many and
13165         duplicate links.
13167         * org-agenda.el (org-agenda-show-1): Make more consistent with
13168         normal cycling.
13169         (org-agenda-cycle-show): Make more consistent with normal cycling.
13171         * org-gnus.el (org-gnus-store-link): Restore the linking to a
13172         website.
13174 2009-09-02  Bastien Guerry  <bzg@altern.org>
13176         * org-latex.el (org-export-latex-first-lines): Bugfix.
13178 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
13180         * org-clock.el (org-clock-modify-effort-estimate): Emit message
13181         about new effort.
13183         * org.el (org-set-effort): New function.
13184         (org-mode-map): New key for effort setting command.
13186         * org-agenda.el (org-agenda): Keep window setup when calling
13187         agenda from within agenda window.
13188         (org-agenda-mode-map): New keys for effort setting commands.
13189         (org-agenda-menu): Add effort setting commands to menu.
13190         (org-agenda-set-property, org-agenda-set-effort): New functions.
13192         * org-latex.el (org-export-latex-tables):
13193         Fix `org-table-last-alignment' and `org-table-last-column-widths' if
13194         the first column has been removed.
13196 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
13198         * org.el (org-remove-timestamp-with-keyword): Only remove in
13199         entry, not in subtree.
13201         * org-src.el (org-src-lang-modes): Add abbreviation elisp for
13202         emacs lisp.
13204         * org.el (org-open-at-point): When on headline, offer all strings
13205         in entry.
13207         * org-remember.el (org-remember-templates): Documentation fix.
13209         * org.el (org-move-subtree-down): Use `org-get-next-sibling' and
13210         `org-get-last-sibling' instead of the outline versions of these
13211         functions.
13212         (org-get-last-sibling): New function.
13213         (org-refile): Use `org-get-next-sibling' instead of the outline
13214         version of this function.
13215         (org-clean-visibility-after-subtree-move):
13216         Use `org-get-next-sibling' and `org-get-last-sibling' instead of the
13217         outline versions of these functions.
13219 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
13221         * org-agenda.el (org-prepare-agenda): When creating a new frame
13222         for the agenda, make the window dedicated.
13224         * org-agenda.el (org-agenda-mode-map): New keys for time motion.
13226         * org-table.el (org-table-align): Change the order of reinsertion
13227         and deletion, to avoid problems with overlays following the table.
13229         * org.el (org-parse-time-string): Better error message.
13230         (org-show-subtree): Use org-end-of-subtree.
13232         * org-macs.el (org-goto-line): New defsubst.
13234         * org.el (org-open-file, org-change-tag-in-region)
13235         (org-fast-tag-show-exit): Don't use `goto-line'.
13237         * org-table.el (org-table-align, org-table-insert-column)
13238         (org-table-delete-column, org-table-move-column)
13239         (org-table-sort-lines, org-table-copy-region)
13240         (org-table-paste-rectangle, org-table-wrap-region)
13241         (org-table-get-specials, org-table-rotate-recalc-marks)
13242         (org-table-get-range, org-table-recalculate)
13243         (org-table-edit-formulas, org-table-fedit-convert-buffer)
13244         (org-table-show-reference, org-table-highlight-rectangle):
13245         Don't use `goto-line'.
13247         * org-src.el (org-edit-src-code, org-edit-fixed-width-region)
13248         (org-edit-src-exit): Don't use `goto-line'.
13250         * org-macs.el (org-preserve-lc): Don't use `goto-line'.
13252         * org-list.el (org-renumber-ordered-list, org-fix-bullet-type):
13253         Don't use `goto-line'.
13255         * org-exp.el (org-export-number-lines): Don't use `goto-line'.
13257         * org-colview.el (org-columns, org-columns-redo)
13258         (org-agenda-columns): Don't use `goto-line'.
13260         * org-colview-xemacs.el (org-columns, org-agenda-columns):
13261         Don't use `goto-line'.
13263         * org-agenda.el (org-agenda-mode): Force visual line motion off.
13264         (org-agenda-add-entry-text-maxlines): Improve docstring.
13265         (org-agenda-start-with-entry-text-mode): New option.
13266         (org-agenda-entry-text-maxlines): New option.
13267         (org-agenda-entry-text-mode): New variable.
13268         (org-agenda-mode): Set initial value of
13269         `org-agenda-entry-text-mode'.
13270         (org-agenda-mode-map): Add the `E' key.
13271         (org-agenda-menu): Add entry text mode to the menu.
13272         (org-agenda-get-some-entry-text): Fix line count bug.
13273         (org-finalize-agenda): Apply entry text mode if appropriate.
13274         (org-agenda-entry-text-show-here): New function.
13275         (org-agenda-entry-text-show): New function.
13276         (org-agenda-entry-text-hide): New function.
13277         (org-agenda-view-mode-dispatch): Add entry text mode to the view
13278         key menu.
13279         (org-agenda-entry-text-mode): New command.
13280         (org-agenda-set-mode-name): Add entry text mode to the mode line
13281         string.
13282         (org-agenda-undo, org-agenda-get-restriction-and-command)
13283         (org-agenda-get-some-entry-text, org-agenda-redo): Don't use
13284         `goto-line'.
13286 2009-09-02  Bernt Hansen  <bernt@norang.ca>
13288         * org-clock.el (org-notify): Bugfix.
13290 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
13292         * org-agenda.el (org-agenda-open-link): Handle multiple links and
13293         check for after-string.
13295         * org-gnus.el (org-gnus-store-link): Simplify.
13297         * org.el (org-latex-regexps): Don't add extra empty lines for
13298         display formulas.
13300 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
13302         * org-agenda.el (org-agenda-get-some-entry-text): New function.
13303         (org-agenda-add-entry-text):
13304         Use `org-agenda-get-some-entry-text'.
13306         * org.el (org-cycle-separator-lines): Update docstring.
13307         (org-cycle-show-empty-lines): Handle negative values for
13308         `org-cycle-show-empty-lines'.
13310         * org-exp.el (org-export-protect-sub-super): New function.
13311         (org-export-normalize-links): Protect the url of plain links from
13312         supscript and superscript processing.
13314         * org-remember.el (org-remember-escaped-%): New function.
13315         (org-remember-apply-template): Use `org-remember-escaped-%' to
13316         detect escaped % signs.
13318 2009-09-02  Bastien Guerry  <bzg@altern.org>
13320         * org-timer.el (org-timer-set-timer): Use `org-notify' and play a
13321         sound when showing the notification.
13323         * org-clock.el (org-notify): New function.
13324         (org-clock-notify-once-if-expired): Use `org-notify'.
13326         * org-gnus.el (org-gnus-store-link): Handle `gnus-summary-mode'
13327         and `gnus-article-mode' separately.
13328         (gnus-summary-article-header): Fix the declare-function.
13330 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
13332         * org-exp.el (org-export-format-source-code-or-example):
13333         Translate language.
13335         * org-src.el (org-src-lang-modes): New variable.
13336         (org-edit-src-code): Translate language.
13338         * org-exp.el (org-export-format-source-code-or-example): Deal wit
13339         the new structure of the `org-export-latex-listings-langs'
13340         variable.
13342         * org-latex.el (org-export-latex-listings-langs): Change structure
13343         of the variable from plist to alist.
13345 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
13347         * org.el (org-in-commented-line): New function.
13349 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
13351         * org.el (org-hide-block-toggle): Make folded blocks searchable.
13353 2009-09-02  Friedrich Delgado Friedrichs  <friedel@nomaden.org>  (tiny change)
13355         * org.el (org-flag-drawer): More useful error.
13357 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
13359         * org-remember.el (org-remember-apply-template):
13360         Use org-icompleting-read.
13362         * org-publish.el (org-publish): Use org-icompleting-read.
13364         * org-colview.el (org-columns-edit-value, org-columns-new)
13365         (org-insert-columns-dblock): Use org-icompleting-read.
13367         * org-colview-xemacs.el (org-columns-edit-value)
13368         (org-columns-new, org-insert-columns-dblock):
13369         Use org-icompleting-read.
13371         * org-attach.el (org-attach-delete-one, org-attach-open):
13372         Use org-icompleting-read.
13374 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
13376         * org.el (org-hierarchical-todo-statistics): Improve docstring.
13377         (org-version): Return the version text.
13378         (org-org-menu): Add a menu entry for the new bug reporter.
13379         (org-submit-bug-report): New command.
13381         * org-list.el (org-hierarchical-checkbox-statistics):
13382         Improve docstring.
13384         * org.el (org-emphasis-regexp-components): Add "`" to set of
13385         pre-emphasis characters.
13387         * org-latex.el (org-export-latex-classes): Always include the soul
13388         package.
13389         (org-export-latex-emphasis-alist): Use \st for strikethough.
13391         * org-exp-blocks.el (org-export-blocks-preprocess):
13392         Use `indent-code-rigidly' to indent.
13394         * org-agenda.el (org-agenda-get-restriction-and-command):
13395         Remove properties only if MATCH really is a string.
13397 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
13399         * org-latex.el (org-export-latex-packages-alist):
13400         Fix customization type.
13402         * org.el (org-create-formula-image): Also use
13403         `org-export-latex-packages-alist'.
13405         * org-html.el (org-export-as-html): Fix bug in footnote regexp.
13406         (org-export-as-html): Format footnotes correctly.
13408 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
13410         * org.el (org-fast-tag-selection): Avoid text properties on tags
13411         in the alist.
13413         * org-agenda.el (org-agenda-get-restriction-and-command):
13414         Avoid text properties on the match element.
13416 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
13418         * org.el (org-set-regexps-and-options): Make sure the list of done
13419         keywords is not invalid.
13421         * org-exp.el (org-export-interpolate-newlines): New function.
13423 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
13425         * org.el (org-format-latex): Avoid nested overlays.
13427         * org-latex.el (org-export-latex-listings-langs): Add a few more
13428         languages.
13430         * org-exp.el (org-export-preprocess-apply-macros): Make sure to
13431         ignore newlines and space before the first macro argument.
13433         * org-latex.el (org-export-latex-tables): Remove save-excursion
13434         around `org-table-align'.
13436 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
13438         * org.el (org-export-html-special-string-regexps):
13439         Definition moved into org.el.
13441         * org-exp.el (org-export-preprocess-apply-macros): Allow newlines
13442         in macro calls.
13444 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
13446         * org-latex.el (org-export-latex-listings)
13447         (org-export-latex-listings-langs): New options.
13449         * org-exp.el (org-export-format-source-code-or-example):
13450         Use listing package if requested by the user.
13452 2009-09-02  Bastien Guerry  <bzg@altern.org>
13454         * org.el (org-iswitchb): Fix bug when aborting the `org-iswitchb'
13455         command before actually switching to a buffer.
13457 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
13459         * org-exp.el (org-get-file-contents): Only quote org lines when
13460         the markup is src or example.
13462         * org-agenda.el (org-agenda-skip-scheduled-if-deadline-is-shown):
13463         New option.
13464         (org-agenda-get-day-entries): Remember deadline results and pass
13465         them on into the function getting the scheduling information.
13466         (org-agenda-get-scheduled): Accept deadline results as parameters
13467         and maybe skip some entries.
13468         (org-agenda-skip-scheduled-if-deadline-is-shown): New option.
13470         * org.el (org-insert-heading): When respecting content, do not
13471         convert current line to headline.
13473         * org-clock.el (org-clock-save-markers-for-cut-and-paste):
13474         Also cheeeeeck the hd marker.
13475         (org-clock-in): Also set the hd marker.
13476         (org-clock-out): Also set the hd marker.
13477         (org-clock-cancel): Reset markers.
13479         * org.el (org-clock-hd-marker): New marker.
13481         * org-faces.el (org-agenda-clocking): New face.
13483         * org-agenda.el (org-agenda-mark-clocking-task): New function.
13484         (org-finalize-agenda): Call `org-agenda-mark-clocking-task'.
13486         * org.el (org-modules): Add org-track.el.
13488         * org-agenda.el (org-agenda-bulk-marked-p): New function.
13489         (org-agenda-bulk-mark, org-agenda-bulk-unmark):
13490         Use `org-agenda-bulk-marked-p'.
13491         (org-agenda-bulk-toggle): New command.
13493 2009-09-02  Carsten Dominik  <carsten.dominik@gmail.com>
13495         * org.el (org-move-subtree-down): Hide subtree if it was folded,
13496         not just the body.
13498         * org-remember.el (org-remember-finalize): Avoid buffer-modified
13499         messages.
13501 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13503         * org-html.el (org-export-as-html):
13504         * org-docbook.el (org-export-as-docbook):
13505         Use (default-value 'major-mode) instead of default-major-mode.
13507 2009-08-08  Carsten Dominik  <carsten.dominik@gmail.com>
13509         * org-docbook.el: Add arch-tag.
13511         * org-exp-blocks.el: Add arch-tag.
13513         * org-id.el: Add arch-tag.
13515         * org-indent.el: Add arch-tag.
13517         * org-inlinetask.el: Add arch-tag.
13519         * org-protocol.el: Add arch-tag.
13521 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
13523         * org.el (org-create-formula-image): Remove the -E option for
13524         dvipng.
13526         * org-exp.el (org-default-export-plist): Respect #+BIND.
13527         (org-export-confirm-letbind): New function.
13529         * org.el (org-paste-subtree): Test the kill ring entry if it is
13530         going to be used.
13531         (org-copy-subtree): Use `org-forward-same-level'.
13532         (org-forward-same-level): Respect the `invisibe-ok' arg for
13533         back-to-heading.
13535 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
13537         * org.el (org-table-map-tables): Make sure cursor is back at table
13538         beginning after funcall.
13540         * org-agenda.el (org-agenda-bulk-action): Make sure parents are
13541         handled before children, and do not error if an entry is not
13542         found, probably because it hase been remove when the parent was
13543         archived or refiled.
13545         * org.el (org-ido-completing-read): Accept straight lists for
13546         completion as well as alists.
13548         * org-timer.el (org-timer-cancel-timers): Rename from
13549         `org-timer-cancel-timers'.
13551         * org.el (org-cycle-internal-local): Fix problem with finding next
13552         invisible line.
13554 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
13556         * org-list.el (org-list-send-list):
13557         Call `org-list-goto-true-beginning' instead of
13558         `org-list-find-true-beginning', which does not exist.
13560         * org-timer.el (org-timer-reset-timers): Use `mapc'.
13561         (org-timer-set-timer): Do not assign to heading.
13563         * org-id.el (org-id-open): Quote function name.
13565         * org-macs.el (org-unmodified): Turn off recording undo
13566         information while running inside the macro.
13568         * org-table.el (org-table-export): Also work in file-less
13569         buffers.
13571         * org.el (org-startup-indented): New option.
13572         (org-startup-options): Add new options indent and noindent.
13573         (org-unfontify-region): Remove line-prefix and wrap-prefix
13574         properties.
13575         (org-after-demote-entry-hook, org-after-promote-entry-hook):
13576         New hooks.
13577         (org-promote, org-demote): Run the new hooks.
13579         * org-table.el (org-table-align): Replace leading \n as well.
13581         * org-exp.el (org-export-push-to-kill-ring): Remove `line-prefix'
13582         and `line-wrap' text properties.
13584         * org-compat.el (org-kill-new): New function.
13586         * org-agenda.el (org-format-agenda-item): Remove `line-prefix' and
13587         `line-wrap' text properties.
13589         * org-indent.el: New file.
13591 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
13593         * org.el (org-provide-todo-statistics): Tweak docstring.
13595         * org-id.el (org-id-open): Honor `org-link-frame-setup'.
13597 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
13599         * org-exp.el (org-export-as-org): Insert the "-source" string
13600         before the extension.
13602         * org.el (org-read-date): Make sure the calendar is in the current
13603         frame.
13604         (org-set-emph-re): Remove the ? from the post-match.
13605         (org-emphasis-regexp-components): Add backslash to the
13606         postmatch class.
13607         (org-set-font-lock-defaults): Write \n instead of \xa, and make it
13608         optional so that also lines at the end of the buffers will still
13609         be matched as headlines.
13611         * org-table.el (org-table-error-on-row-ref-crossing-hline):
13612         Variable made obsolete.
13613         (org-table-relative-ref-may-cross-hline): New option.
13614         (org-table-find-row-type): Honow the new option
13615         `org-table-relative-ref-may-cross-hline'.
13617 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
13619         * org-table.el (org-table-cut-region, org-table-copy-region):
13620         Work on single field if no active region.
13622 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
13624         * org-latex.el (org-export-latex-make-header): Only insert title
13625         if one is defined.
13627         * org.el (org-make-options-regexp): Allow empty values.
13629 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
13631         * org.el (org-cycle-internal-local): Improved version of finding
13632         next visible line.
13633         (org-cycle-hide-drawers): Only hide drawers if this is really
13634         necessary.
13635         (outline-end-of-subtree): Make `outline-end-of-subtree' use the
13636         org-version of this function in Org-mode.  We use advice to
13637         implement this change, so that future changes to this function in
13638         outline.el wil be handled properly.
13639         (org-forward-same-level, org-backward-same-level): New commands.
13641 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
13643         * org.el (org-remove-empty-overlays-at)
13644         (org-clean-visibility-after-subtree-move): New functions.
13645         (org-move-subtree-down): Simplify cleanup of display.
13647 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
13649         * org-mac-message.el (org-mac-message-get-links): Improve
13650         docstring.  Make argument SELECT-OR-FLAGGED optional, default to
13651         "s".  Fix the return value.
13652         (org-mac-message-insert-flagged): Simplify.
13654         * org.el (org-refile-get-location): Tamper with refile history o
13655         that history contains compete matches instead of the entered
13656         string.
13658 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
13660         * org.el (org-store-link): Never store a link to an inline task.
13662         * org-footnote.el (org-footnote-goto-local-insertion-point):
13663         Skip inline tasks when positioning footnotes.
13665         * org.el (org-refile): Remove the END line when archiving an
13666         inline task that does have an END line.
13668         * org-archive.el (org-archive-subtree): Remove the END line when
13669         archiving an inline task that does have an END line.
13671         * org-macs.el (org-with-limited-levels): New macro.
13672         (org-get-limited-outline-regexp): New function.
13674         * org-exp.el (org-export-format-source-code-or-example): Fix bug
13675         that did not enumerate first line.
13676         (org-export-mark-radio-links): Skip matches in links.
13678 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
13680         * org.el (org-activate-plain-links): Make single-match.
13681         (org-adapt-indentation): Fix docstring.
13683         * org-macs.el (org-unmodified): Turn of modification hooks while
13684         running this macro.
13686 2009-08-06  Bastien Guerry  <bzg@altern.org>
13688         * org.el (org-adapt-indentation): Slightly improve the docstring.
13689         (org-occur): Sends an error when the user inputs an empty string.
13690         (org-priority): Bugfix: the tag alignement should happen within
13691         save-excursion.
13693 2009-08-06  Bastien Guerry  <bzg@altern.org>
13695         * org.el (org-make-link-regexps): Don't exclude parentheses from
13696         `org-plain-link-re'.
13697         (org-cycle-internal-local): When locally cycling, switch directly
13698         from CHILDREN to FOLDED if there is no subtree.
13699         (org-cycle): Update the docstring to document the new behavior of
13700         `org-cycle-internal-local'.
13702 2009-08-06  Nicolas Goaziou  <n.goaziou@neuf.fr>  (tiny change)
13704         * org-clock.el (org-clock-in): Bugfix: recognize timestamps with
13705         an abbreviated format for days.
13707 2009-08-06  Bastien Guerry  <bzg@altern.org>
13709         * org-protocol.el (org-protocol-default-template-key):
13710         New option.
13712         * org.el (org-refile): Bugfix: save-excursion before reading the
13713         refile target, otherwise cursor moves might confuse `org-refile'.
13715         * org.el (org-toggle-heading): Bugfix: correctly convert list
13716         items before the first headline.
13718         * org.el (org-provide-todo-statistics): Allow a list of TODO
13719         keywords to compute statistics against headlines containing a
13720         keyword from this list.
13721         (org-update-parent-todo-statistics): Possibly use the new allowed
13722         value of `org-provide-todo-statistics'.
13724 2009-08-06  Bastien Guerry  <bzg@altern.org>
13726         * org-timer.el: Add autoload cookie.
13728         * org.el (org-occur-link-in-agenda-files): New function.
13730         * org-timer.el (org-timer-last-timer): New variable.
13732         * org-agenda.el (org-agenda-mode-map): New key for
13733         org-timer-set-timer called from the agenda.
13735         * org.el (org-mode-map): New key for org-timer-set-timer.
13737         * org-timer.el (org-timer-reset-timers)
13738         (org-timer-show-remaining-time, org-timer-set-timer):
13739         New functions.
13741         * org-clock.el (org-show-notification): Update the docstring.
13743         * org.el (org-provide-todo-statistics): Allow new value
13744         'all-headlines for this option, which includes entries with no
13745         TODO keywords in the todo statistics.
13746         (org-update-parent-todo-statistics): Possibly use the new
13747         'all-headline value from `org-provide-todo-statistics'.
13749 2009-08-06  Bastien Guerry  <bzg@altern.org>
13751         * org-clock.el (org-dblock-write:clocktable): Add a new option
13752         :timestamp which allows display of timestamps in clock reports.
13754         * org.el (org-mode-map): Define new key `C-c C-*': convert a plain
13755         list to a subtree, preserving the structure of the list.
13756         (org-set-emph-re): Make the last element optional in the regexp.
13757         This regexp now matches an emphasized string at the end of a line.
13759         * org-list.el (org-list-goto-true-beginning)
13760         (org-list-make-subtree, org-list-make-subtrees): New functions.
13762         * org.el (org-eval-in-calendar): Select the right frame.
13763         (org-save-frame-excursion): Remove this macro.
13765 2009-08-06  Bastien Guerry  <bzg@altern.org>
13767         * org-list.el (org-list-beginning-re): Bugfix: don't use * when
13768         trying to find the beginning of a list.
13770         * org-exp.el (org-get-file-contents): Use a new argument: markup.
13771         When present, tell org-get-file-contents not to protect org-like
13772         lines.
13774         * org-id.el (org-id-uuid-program): New option to set the name of
13775         the uuidgen program.
13776         (org-id-method): Use `org-id-uuid-program'.
13777         (org-id-new): Use `org-id-uuid-program'.
13779 2009-08-06  Bastien Guerry  <bzg@altern.org>
13781         * org-exp.el (org-export-number-lines): Allow whitespace in code
13782         references.  Allow the -r switch to remove the references in the
13783         source code even when the lines are not numbered: the labels can
13784         be explicit enough.
13786         * org.el (org-fontify-whole-heading-line): New option.
13787         (org-set-font-lock-defaults): Use the new option.
13789         * org-clock.el (org-show-notification-handler): New option.
13790         (org-show-notification): Use the new option.
13792 2009-08-06  Bastien Guerry  <bzg@altern.org>
13794         * org.el (org-eval-in-calendar): Fix a bug about calendar
13795         navigation when `calendar-setup' value is 'calendar-only.
13797 2009-08-06  Bastien Guerry  <bzg@altern.org>
13799         * org.el (orgstruct++-mode): Fix typo in docstring.
13800         (org-insert-link): Clean up: (or (...)) => (...)
13801         (org-insert-link): Use TAB for stored links completion.
13803 2009-08-06  Bastien Guerry  <bzg@altern.org>
13805         * org.el (org-get-refile-targets): Fix bug: don't ignore case when
13806         building the list of targets.
13808         * org-remember.el (org-remember-delete-empty-lines-at-end):
13809         New option.
13810         (org-remember-handler): Use the new option.
13812 2009-08-06  James TD Smith  <ahktenzero@mohorovi.cc>
13814         * org.el (org-tags-sort-function): New option for sorting tags.
13815         (org-set-tags): Use the new option to sort tags.
13817         * org-plot.el (org-plot/gnuplot): Run with an idle timer to avoid
13818         premature deletion of the data when using org-plot in a script.
13820 2009-08-06  Bastien Guerry  <bzg@altern.org>
13822         * org-clock.el (org-clock-in-prepare-hook): New hook.
13823         (org-clock-in): Use this new hook.
13825 2009-08-06  Bastien Guerry  <bzg@altern.org>
13827         * org.el (org-special-ctrl-a/e): Explicitly bind the value
13828         'reversed for this option to the "true line boundary first"
13829         behavior.
13830         (org-tags-match-list-sublevels): Document the 'indented value for
13831         this variable.
13833         * org-latex.el (org-export-latex-first-lines): Fix problem with
13834         publishing the region.
13836         * org-exp.el (org-export-format-source-code-or-example):
13837         Fix bad line numbering when exporting examples in HTML.
13839 2009-08-06  James TD Smith  <ahktenzero@mohorovi.cc>
13841         * org-colview.el (org-format-time-period): Formats a time in
13842         fractional days as days, hours, mins, seconds.
13843         (org-columns-display-here): Add special handling for SINCE and
13844         SINCE_IA to format for display.
13846         * org.el (org-time-since): Add a function to get the time since an
13847         org timestamp.
13848         (org-entry-properties): Add two new special properties: SINCE and
13849         SINCE_IA.  These give the time since any active or inactive
13850         timestamp in an entry.
13851         (org-special-properties): Add SINCE, SINCE_IA.
13852         (org-tags-sort-function): Add custom declaration for tags
13853         sorting function.
13854         (org-set-tags): Sort tags if org-tags-sort-function is set.
13856 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
13858         * org-clock.el (org-clock-goto): Find hidden headlines as well.
13860         * org.el (org-narrow-to-subtree): Find hidden headlines as well.
13862         * org-plot.el (org-plot/add-options-to-plist): Add timeind
13863         option.
13865 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
13867         * org-publish.el (org-publish-remove-all-timestamps): New function.
13868         (org-publish-all): Remove all timestamp files if `org-publish-all'
13869         is called with a prefix argument.
13871         * org-list.el (org-indent-item): Fix typo.
13872         (org-item-indent-positions): Normalize ordered bullet.
13874 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
13876         * org-macs.el (org-set-local): Make a local variable, do not make
13877         the variable buffer-local!
13879         * org-latex.el (org-export-as-latex): Call `org-install-letbind'.
13881         * org-exp.el (org-infile-export-plist): Read BIND lines.
13882         (org-install-letbind): New function.
13883         (org-export-as-org, org-export-preprocess-string):
13884         Call `org-install-letbind'.
13886         * org-list.el (org-list-demote-modify-bullet): New option.
13887         (org-first-list-item-p): Save point.
13888         (org-fix-bullet-type): New optional argument FORCE-BULLET.
13889         (org-indent-item): Honor `org-list-demote-modify-bullet'.
13890         (org-item-indent-positions): Return bullet types along with
13891         indentation.
13893 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
13895         * org.el (org-show-entry): Hide drawers.
13897 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
13899         * org-footnote.el (org-footnote-auto-adjust): New option.
13900         (org-footnote-auto-adjust-maybe): New function.
13901         (org-footnote-new, org-footnote-delete):
13902         Call `org-footnote-auto-adjust-maybe'.
13904         * org.el (org-startup-options): Add new footnote-related
13905         keywords.
13907         * org-publish.el (org-publish-timestamp-filename): Additional
13908         arguments PUB-DIR and PUB-FUNC, which are included in the hash.
13909         (org-publish-needed-p): Additional arguments PUB-DIR PUB-FUNC
13910         TRUE-PUB-DIR.  Pass them through to
13911         `org-publish-timestamp-filename'.
13912         (org-publish-update-timestamp): Additional arguments PUB-DIR and
13913         PUB-FUNC, which are included in the hash.
13914         (org-publish-file): Delay timestamp test until the publishing
13915         function is known.
13917 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
13919         * org-agenda.el (org-agenda-bulk-action): Add scheduling and
13920         setting the deadline.
13922         * org.el (org-read-date-final-answer): New variable.
13923         (org-read-date): Store the final answer string, including the date
13924         from the calendar, for reuse by agenda bulk commands.
13926         * org-publish.el (org-publish-attachment): Fix publishing of
13927         attachments.
13929         * org-latex.el (org-export-latex-quotation-marks): Fix export of
13930         quotation makrs in parenthesis.
13931         (org-remove-initial-hash): New function.
13932         (org-export-latex-preprocess): Fix bug with infinite loop if
13933         environment is not properly closed.
13935         * org-table.el (org-table-get-remote-range): Find #+TBLNAME also
13936         when indented.
13938         * org.el (org-fontify-meta-lines-and-blocks): Make #+TBLNAME
13939         highlight also when indented.
13941 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
13943         * org-footnote.el (org-footnote-renumber-fn:N): New command.
13944         (org-footnote-action): Offer renumbering.
13946         * org.el (org-cycle): Honor the `integrate' value of
13947         org-cycle-include-plain-lists'.
13949         * org-list.el (org-cycle-include-plain-lists): New allowed value
13950         `internal'.  Improve the docstring.
13952         * org.el (org-set-autofill-regexps): Improve the paragraph-start
13953         regexp to work better with LaTeX commands.
13955 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
13957         * org-latex.el (org-export-latex-inline-image-extensions): Add ps
13958         and eps extensions.
13960 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
13962         * org-agenda.el (org-write-agenda): Make sure org-icalendar is
13963         loaded.
13965         * org.el (org-map-entries): No longer force
13966         `org-tags-match-list-sublevels' to t during a todo-only tags
13967         search.
13969 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
13971         * org-latex.el (org-export-latex-low-levels): Allow user-defined
13972         environment.
13973         (org-export-latex-subcontent): Handle user-defined environment.
13975         * org-agenda.el (org-agenda-view-mode-dispatch): Add more keys to
13976         the View dispatcher.
13978         * org.el (org-hide-block-toggle): Use `org-make-overlay' instead of
13979         `make-overlay'.
13981         * org-latex.el (org-export-as-pdf): Protect match data during call
13982         to shell-quote-argument.
13984         * org-agenda.el (org-agenda-mode-map): Modify bulk action keys.
13985         (org-agenda-view-mode-dispatch): New function.
13987 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
13989         * org-agenda.el (org-agenda-mode): Reset list of marks.
13990         (org-agenda-mode-map): Define new keys for refile and bulk action.
13991         (org-agenda-menu): Add menu itesm for refile and bulk action.
13992         (org-agenda-refile): New function.
13993         (org-agenda-set-tags): Optional arguments TAG and ONOFF.
13994         (org-agenda-marked-entries): New variable.
13995         (org-agenda-bulk-select, org-agenda-remove-bulk-action-overlays)
13996         (org-agenda-remove-all-bulk-action-marks)
13997         (org-agenda-bulk-action): New functions/commands.
13999 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
14001         * org-exp.el (org-get-file-contents): Protect org-like lines in
14002         included files.
14003         (org-export-format-source-code-or-example): Remove newlines.
14005         * org-latex.el (org-export-latex-links): Check for no-description
14006         marking.
14008         * org-exp.el (org-export-preprocess-apply-macros): Switch macro
14009         argument separator back to comma.
14010         (org-export-normalize-links): Mark links without description.
14012 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
14014         * org-exp.el (org-infile-export-plist): Fix bug in macro
14015         processing.
14017         * org-agenda.el (org-agenda-clock-out): Update line after clocking
14018         out.
14019         (org-agenda-highlight-todo): Fix bug with highlighting.
14021 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
14023         * org.el (org-set-font-lock-defaults): Adapt formatting to capture
14024         new alignment strings.
14026         * org-table.el (orgtbl-self-insert-command): Add yas/expand to
14027         command list.
14028         (org-table-align): Check for forced align type.
14030         * org.el (org-self-insert-command): Add yas/expand to command
14031         list.
14033         * org-clock.el (org-clock-in-hook): New hook.
14034         (org-clock-in): Run `org-clock-in-hook.
14035         (org-clock-out-hook): New hook.
14036         (org-clock-out): Run `org-clock-out-hook.
14037         (org-clock-cancel-hook): New hook.
14038         (org-clock-cancel): Run `org-clock-cancel-hook.
14039         (org-clock-goto-hook): New hook.
14040         (org-clock-goto): Run `org-clock-goto-hook.
14042 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
14044         * org.el (org-store-link): Better default description for link to
14045         Org-mode headline.
14047         * org-exp.el (org-export-generic): Autoload the generic exporter
14048         function.
14049         (org-export): Implement the `g' key for the generic exporter.
14051 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
14053         * org-table.el (orgtbl-setup): Add a binding for `S-iso-lefttab',
14054         and for zbacktab'.
14056         * org-exp.el (org-infile-export-plist): Get macros also from
14057         #+SETUPFILE.
14059 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
14061         * org-colview.el (org-columns-capture-view): Protect vertical bars
14062         in column values.
14063         (org-columns-capture-view): Exclude comment and archived trees.
14065         * org-colview-xemacs.el (org-columns-capture-view):
14066         Protect vertical bars in column values.
14067         (org-columns-capture-view): Exclude comment and archived trees.
14069         * org.el (org-quote-vert): New function.
14071         * org-latex.el (org-export-latex-verbatim-wrap): New option.
14073         * org-exp.el (org-export-format-source-code-or-example):
14074         Use `org-export-latex-verbatim-wrap'.
14076         * org.el (org-clone-subtree-with-time-shift): Also shift inactive
14077         time stamps.
14079 2009-08-06  Eric Schulte  <schulte.eric@gmail.com>
14081         * org-exp-blocks.el: New file.
14083 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
14085         * org-remember.el (org-remember-templates): Allow the headline
14086         element to be a function.
14087         (org-remember-apply-template): If the headline is a function, call
14088         it to get the true function.
14090         * org-clock.el (org-clock-menu): New function.
14091         (org-clock-update-mode-line): Update help string.
14092         (org-clock-modify-effort-estimate): New function.
14093         (org-clock-mark-default-task): New function.
14095         * org.el (org-hh:mm-string-to-minutes): Also take just a number of
14096         minutes as input.
14097         (org-org-menu): Add new clocking stuff.
14098         (org-clock-is-active): New function.
14100 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
14102         * org.el (org-open-non-existing-files): Improve docstring.
14104 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
14106         * org-icalendar.el (org-icalendar-include-bbdb-anniversaries):
14107         New option.
14108         (org-export-icalendar): Call `org-bbdb-anniv-export-ical'.
14110         * org-bbdb.el (org-bbdb-anniv-export-ical): New function.
14112         * org-list.el (org-get-checkbox-statistics-face): Use the new
14113         faces.
14115         * org-faces.el (org-checkbox-statistics-todo)
14116         (org-checkbox-statistics-done): New faces.
14118 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
14120         * org-latex.el (org-export-latex-use-verb): New variable.
14121         (org-export-latex-emph-format): Prefer \texttt over \verb when
14122         org-export-latex-use-verb is set.
14124 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
14126         * org-remember.el (org-remember-handler): Abort remember if the
14127         buffer is empty.
14129         * org-exp.el (org-export-format-source-code-or-example):
14130         Run `org-src-mode-hook'.
14132 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
14134         * org.el (org-indent-line-function): Fix indentation of +#end lines.
14136 2009-08-06  Tassilo Horn  <tassilo@member.fsf.org>
14138         * org-gnus.el (org-gnus-store-link): Require message.el in
14139         org-gnus-store-link.
14141 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
14143         * org-src.el: New file, split out of org.el.
14145         * org-macs.el (org-replace-match-keep-properties): New function.
14147         * org-exp.el (org-export-mark-blockquote-verse-center):
14148         Better preprocessing of center and quote and verse blocks.
14150         * org-list.el (org-list-end): Respect the stored "original"
14151         indentation when determining the end of the list.
14153         * org-exp.el (org-export-replace-src-segments-and-examples):
14154         Remember indentation correctly.
14156 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
14158         * org-clock.el (org-clock-update-mode-line): Apply face
14159         org-mode-line-clock.
14161         * org-faces.el (org-mode-line-clock): New face.
14163 2009-08-06  Tassilo Horn  <tassilo@member.fsf.org>
14165         * org-gnus.el (org-gnus-store-link): Fix bug where
14166         `org-gnus-store-link' used wrong subject when called in an article
14167         buffer.  Patch provided by fengli AT gmail DOT com.
14169 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
14171         * org-exp.el (org-export-format-source-code-or-example):
14172         Remember the original indentation of source code snippets and examples.
14174         * org-latex.el (org-export-as-latex): Relocate the table of
14175         contents.
14177         * org.el (org-ctrl-c-ctrl-c): Update clock lines.
14179         * org-agenda.el (org-run-agenda-series): Scope global options also
14180         when creating the agenda buffer.
14182 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
14184         * org.el (org-adapt-indentation): Improve documentation.
14185         (org-insert-property-drawer): Respect org-adapt-indentation when
14186         inserting the drawer.
14187         (org-remove-flyspell-overlays-in): New function.
14188         (org-do-emphasis-faces, org-activate-plain-links)
14189         (org-activate-code, org-fontify-meta-lines-and-blocks)
14190         (org-activate-angle-links, org-activate-footnote-links)
14191         (org-activate-bracket-links, org-activate-dates)
14192         (org-activate-target-links, org-activate-tags): Remove flyspell
14193         overlays.
14195 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
14197         * org.el (org-edit-src-save): New function.
14199         * org-clock.el (org-clock-out-switch-to-state): New option.
14200         (org-clock-out): Honor `org-clock-out-switch-to-state'.
14202         * org-compat.el (org-compatible-face): Improve macro.
14204         * org.el (org-global-properties-fixed): Add default for
14205         CLOCK_MODELINE_TOTAL.
14207         * org-clock.el (org-clock-sum): Accept lists and strings as tstart
14208         and tend.
14209         (org-clock-sum-current-item): Optional argument TSTART, pass it to
14210         org-clock-sum.
14211         (org-clock-get-sum-start): New function.
14213         * org.el (org-startup-options): New keywords blockhide and
14214         blockshow.
14215         (org-mode): Add new invisibility spec.
14216         (org-set-startup-visibility): Hide block on startup if so
14217         desired.
14218         (org-hide-block-startup): New option.
14219         (org-block-regexp): New constant.
14220         (org-hide-block-overlays): New variable.
14221         (org-block-map, org-hide-block-toggle-all, org-hide-block-all)
14222         (org-show-block-all, org-hide-block-toggle-maybe)
14223         (org-hide-block-toggle): New functions.
14224         (org-edit-src-exit): Do not quote lines starting with # and no +
14225         behind it.
14226         (org-auto-repeat-maybe): Add LAST_REPEAT properter for a repeating
14227         entry.
14229 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
14231         * org.el (org-buffer-property-keys): Add Effort property for
14232         completion.
14234 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
14236         * org-clock.el (org-clock-sum-current-item): Fix positioning bug
14237         when retrieving total clocked time in the subtree.
14239         * org.el (org-quoting-blocks): New variable.
14241 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
14243         * org-table.el (org-table-store-formulas)
14244         (org-table-get-stored-formulas, org-table-fix-formulas)
14245         (org-table-edit-formulas, orgtbl-ctrl-c-ctrl-c)
14246         (orgtbl-gather-send-defs): Allow indented #+TBLFM line.
14248         * org.el (org-fontify-meta-lines, org-ctrl-c-ctrl-c):
14249         Allow indented #+TBLFM line.
14251         * org-footnote.el (org-footnote-goto-local-insertion-point):
14252         Allow indented #+TBLFM line.
14254         * org-colview.el (org-dblock-write:columnview): Allow indented
14255         #+TBLFM line.
14257         * org-colview-xemacs.el (org-dblock-write:columnview):
14258         Allow indented #+TBLFM line.
14260         * org-clock.el (org-dblock-write:clocktable): Allow indented
14261         #+TBLFM line.
14263 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
14265         * org-exp.el (org-export-format-source-code-or-example):
14266         Make editing indented blocks work correctly.
14268         * org.el (org-edit-src-nindent): New variable.
14269         (org-edit-src-code, org-edit-fixed-width-region)
14270         (org-edit-src-find-region-and-lang, org-edit-src-exit):
14271         Make editing indented blocks work correctly.
14273 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
14275         * org-exp.el (org-export-replace-src-segments-and-examples):
14276         Find indented blocks.
14277         (org-export-format-source-code-or-example): Fix indentation of
14278         blocks.
14279         (org-export-remove-indentation): New function.
14280         (org-export-select-backend-specific-text): Allow backend-specific
14281         code to be indented.
14282         (org-export-mark-blockquote-verse-center): Allow markers to be
14283         indented.
14285         * org.el (org-fontify-meta-lines): New function.
14286         (org-set-font-lock-defaults): Call the new fontification
14287         function.
14289         * org-faces.el (org-meta-line): New face.
14290         (org-block): New face.
14292 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
14294         * org.el (org-treat-insert-todo-heading-as-state-change)
14295         (org-treat-S-cursor-todo-selection-as-state-change):
14296         New variables.
14297         (org-insert-todo-heading):
14298         Honor `org-treat-insert-todo-heading-as-state-change'.
14299         (org-shiftright, org-shiftleft):
14300         Honor `org-treat-S-cursor-todo-selection-as-state-change'.
14301         (org-inhibit-logging): New variable.
14303 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
14305         * org-agenda.el (org-remove-subtree-entries-from-agenda):
14306         Reduce range for marker position checking.
14308         * org-latex.el (org-export-latex-first-lines): Fix bug when
14309         exporting a region.
14311 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
14313         * org-exp.el (org-export-push-to-kill-ring): Protect using
14314         x-set-selection, because that does not always work.
14316         * org-agenda.el (org-agenda-list): Apply the new face
14317         `org-agenda-date-today'.
14319         * org-faces.el (org-agenda-date-today): New face.
14321 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
14323         * org-agenda.el (org-agenda-to-appt): Turn off restriction when
14324         creating appointments.
14326         * org-latex.el (org-export-latex-low-levels): Fix customization
14327         type.
14329         * org.el (org-priority, org-shiftup, org-shiftdown):
14330         Disable priority commands.
14332         * org-agenda.el (org-agenda-priority): Disable priority commands.
14334         * org.el (org-enable-priority-commands): New option.
14336         * org-colview-xemacs.el (org-columns-compute)
14337         (org-columns-number-to-string): Fix problems with empty fields.
14339         * org-colview.el (org-columns-compute)
14340         (org-columns-number-to-string): Fix problems with empty fields.
14342         * org-exp.el (org-export-push-to-kill-ring): New function.
14343         (org-export-copy-to-kill-ring): New option.
14345         * org-latex.el (org-export-as-latex):
14346         Call `org-export-push-to-kill-ring'.
14348         * org-exp.el (org-export-show-temporary-export-buffer):
14349         New option.
14351         * org-latex.el (org-export-as-latex):
14352         Use `org-export-show-temporary-export-buffer'.
14354         * org-exp.el (org-export-show-temporary-export-buffer):
14355         New option.
14356         (org-export-push-to-kill-ring): New function.
14358         * org-colview.el (org-columns-compile-map): New variable.
14359         (org-columns-new, org-columns-compute)
14360         (org-columns-number-to-string, org-columns-uncompile-format)
14361         (org-columns-compile-format): Implement new operators.
14363 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
14365         * org-exp.el (org-export-plist-vars): Add :xml-declaration.
14367         * org-list.el (org-update-checkbox-count): Make property
14368         dependent.
14370         * org.el (org-hierarchical-todo-statistics): New option.
14371         (org-update-parent-todo-statistics): Modify to handle recursive
14372         statistics.
14374 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
14376         * org-publish.el (org-publish): Make this function behave
14377         correctly in interactive use when called with a prefix argument.
14379         * org.el (org-todo-statistics-hook): New hook.
14380         (org-update-parent-todo-statistics): Use new hook.
14381         (org-log-into-drawer): New function.
14382         (org-add-log-setup): Use the new `org-log-into-drawer' function to
14383         determine if we should be logging into a drawer.
14384         (org-log-into-drawer): Update docstring.
14385         (org-default-properties): Add LOG_INTO_DRAWER as a property.
14387         * org-list.el (org-checkbox-statistics-hook): New hook.
14388         (org-update-checkbox-count-maybe): Use new hook.
14390 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
14392         * org.el (org-edit-src-code, org-edit-fixed-width-region): Use a
14393         better bufer-generating mechanism.
14394         (org-edit-src-find-buffer): New function.
14396         * org-icalendar.el (org-print-icalendar-entries): Don't check for
14397         archive tag, this is already done by `org-agenda-skip'.
14398         data while constructing lost of tags.
14400 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
14402         * org-exp.el (org-export-preprocess-apply-macros): Use semicolon
14403         as argument separator in macros.
14405 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
14407         * org.el (org-after-sorting-entries-or-items-hook): New hook.
14408         (org-sort-entries-or-items): Run the new hook.
14409         (org-after-refile-insert-hook): New hook.
14410         (org-refile): Run `org-after-refile-insert-hook'.
14412         * org-agenda.el (org-agenda-get-progress): Never take time of day
14413         from headline when displaying progress.
14415         * org-latex.el (org-export-latex-complex-heading-re): New variable.
14416         (org-export-as-latex): Force the correct regexp in the
14417         preprocessor buffer.
14418         (org-export-latex-set-initial-vars):
14419         Set `org-export-latex-complex-heading-re'.
14421         * org-agenda.el (org-agenda-start-with-log-mode): New option.
14422         (org-agenda-mode): Use `org-agenda-start-with-log-mode'.
14424 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
14426         * org-latex.el (org-export-latex-tables-centered): New option.
14427         (org-export-latex-tables): Use `org-export-latex-tables-centered'.
14429         * org-exp.el (org-export-as-org): New command.
14430         (org-export-as-org): New command.
14432         * org-publish.el (org-publish-org-to-org): New function.
14434 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
14436         * org.el (org-yank): Just call `org-yank-generic'.
14437         (org-yank-generic): New function, containing the formaer
14438         functionality of `org-yank'.
14440         * org-latex.el (org-export-latex-not-done-keywords)
14441         (org-export-latex-done-keywords): New variables.
14442         (org-export-latex-todo-keyword-markup): New option.
14443         (org-export-latex-set-initial-vars): Remember the TODO keywords.
14444         (org-export-latex-keywords-maybe): Apply the TODO markup.
14446 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
14448         * org-exp.el (org-infile-export-plist): Add more default macros.
14449         (org-export-preprocess-apply-macros): Process macro arguments.
14451 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
14453         * org-icalendar.el (org-icalendar-include-todo): New allowed value
14454         `unblocked'.
14455         (org-print-icalendar-entries): Respect the new value of
14456         `org-icalendar-include-todo'.
14458         * org.el (org-link-try-special-completion)
14459         (org-file-complete-link): New functions.
14460         (org-insert-link): Add special completion support for some link
14461         types.
14463         * org-bbdb.el (org-bbdb-complete-link): New function.
14465 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
14467         * org-list.el (org-update-checkbox-count): Allow recursive
14468         statistics.
14469         (org-hierarchical-checkbox-statistics): New option.
14471         * org.el (org-cycle): Remove erraneous space character.
14473         * org-icalendar.el (org-icalendar-timezone): Initialize from
14474         environment.
14476 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
14478         * org.el (org-autoload): Fix autoloading of ascii export
14479         functions.
14480         (org-modules): Add org-special-blocks.
14482 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
14484         * org-icalendar.el (org-start-icalendar-file): Use the new option.
14485         (org-ical-timezone): New option.
14487         * org-exp.el (org-export-get-coderef-format): Use the description
14488         is present.
14490         * org.el (org-sort-entries-or-items): Improve docstring, and make
14491         better implementation for time sorting.
14493 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
14495         * org.el (org-edit-src-persistent-message): New option.
14496         (org-edit-src-code, org-edit-fixed-width-region): Use the new
14497         option.
14499         * org-clock.el (org-clock-insert-selection-line): Fix prefious
14500         patch.
14502         * org.el (org-edit-src-code, org-edit-fixed-width-region):
14503         Use separate buffer instead of indirect buffer to edit source code.
14504         (org-edit-src-exit): Make this function work with the new setup.
14506         * org-clock.el (org-clock-insert-selection-line): Make sure tasks
14507         are properly fontified before shown in the selection menu.
14509         * org.el (org-fontify-like-in-org-mode): New function.
14511         * org-latex.el (org-export-latex-links): Use the property list to
14512         retrieve the default image attributes.
14514         * org-exp.el (org-export-plist-vars): Add a new option.
14516 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
14518         * org-exp.el (org-export, org-export-visible): Support ASCII
14519         export to buffer.
14520         (org-export-normalize-links): Do not protect the description if it
14521         is explicitly given.
14523         * org-list.el (org-reset-checkbox-state-subtree): Move here from
14524         org-checklist.el.
14525         (org-reset-checkbox-state-subtree):
14526         Call `org-reset-checkbox-state-subtree'.
14528         * org-remember.el (org-select-remember-template): For the
14529         selection of a valid template.
14531         * org-latex.el (org-export-region-as-latex): Supply the
14532         force-no-subtree argument.
14533         (org-export-as-latex): Provide better limits when exporting the
14534         first line.  When exporting to string, we still want the first
14535         lines.
14536         (org-export-latex-first-lines): New argument END, to force the end
14537         of the region.
14538         (org-export-region-as-latex): Use the property list.
14539         (org-export-as-latex): ????
14541         * org-colview-xemacs.el (org-columns-remove-overlays)
14542         (org-columns): Fix call to `local-variable-p'.
14544 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
14546         * org-latex.el (org-export-latex-after-blockquotes-hook): New hook.
14547         (org-export-latex-preprocess): Run the new hook.
14549         * org-exp.el (org-export-preprocess-after-blockquote-hook): New hook.
14550         (org-export-preprocess-string): Run the new hook.
14552 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
14554         * org-macs.el (org-check-external-command): New defsubst.
14556         * org.el (org-mode-map): New key for reload.
14557         (org-format-latex): Better error message when external programs
14558         are not available.
14560         * org-agenda.el (org-agenda-mode-map): Bind `org-reload'.
14562         * org.el (org-sort-entries-or-items): Explicit sorting function
14563         for priorities, needed for XEmacs compatibility.
14565         * org-remember.el (org-remember-apply-template): Improve auto-save
14566         behavior.
14568 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
14570         * org-latex.el (org-export-latex-preprocess): Also protect
14571         environments ending in a star.
14573         * org-list.el (org-at-item-p): Fix regular expression.
14575 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
14577         * org.el (org-end-of-subtree): Improve speed.
14579         * org-agenda.el (org-agenda-get-timestamps)
14580         (org-agenda-get-progress, org-agenda-get-deadlines)
14581         (org-agenda-get-scheduled, org-agenda-get-blocks): Optimizations,
14582         in particular, wait as long as possible to collect the tags.
14583         (org-stuck-projects): Improve docstring.
14585         * org.el (org-store-link): No errors when getting custom id before
14586         first headline.
14587         (org-get-tags-at): Use `org-up-heading-safe' when getting tags.
14589 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
14591         * org.el (org-prepare-agenda-buffers): Catch a throw to nextfile.
14593         * org-protocol.el: Remove dependency on url.el.
14594         (org-protocol-unhex-compound, org-protocol-open-source):
14595         Remove dependency on url.el.
14597         * org-latex.el (org-export-as-pdf):
14598         Use `org-latex-to-pdf-process'.
14600 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
14602         * org-latex.el (org-latex-to-pdf-process): New option.
14604         * org-agenda.el (org-agenda-skip-additional-timestamps-same-entry):
14605         New option.
14606         (org-agenda-get-timestamps):
14607         Honor `org-agenda-skip-additional-timestamps-same-entry'.
14609         * org-clock.el (org-clock-goto-may-find-recent-task): New option.
14610         (org-clock-goto): Find recent task only if
14611         `org-clock-goto-may-find-recent-task' allows it.
14613         * org-exp.el (org-export-remove-or-extract-drawers): Handle empty
14614         drawers, and drawers that are missing the :END: line.
14616 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
14618         * org-clock.el (org-clock-goto): Go to recently clocked task if no
14619         clock is running.
14621 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
14623         * org.el (org-update-parent-todo-statistics): Check for
14624         STATISTICS_FROM property.
14626         * org-list.el (org-update-checkbox-count): Check for
14627         STATISTICS_FROM property.
14629         * org.el (org-tab-first-hook)
14630         (org-tab-after-check-for-table-hook)
14631         (org-tab-after-check-for-cycling-hook): New hooks.
14632         (org-cycle-internal-global, org-cycle-internal-local):
14633         New functions, split out from `org-cycle'.
14634         (org-cycle): Call the new hooks.
14636 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
14638         * org-exp.el (org-export-preprocess-string): Reset the list of
14639         preferred targets for each run of the preprocessor.
14641         * org.el (org-refile-target-verify-function):
14642         Improve documentation.
14643         (org-get-refile-targets): Respect point being moved by the
14644         verification function.
14646         * org-latex.el (org-export-latex-timestamp-keyword-markup):
14647         New option.
14648         (org-export-latex-keywords): Use new option.
14650         * org.el (org-rear-nonsticky-at): New defsubst.
14651         (org-activate-plain-links, org-activate-angle-links)
14652         (org-activate-footnote-links, org-activate-bracket-links)
14653         (org-activate-dates, org-activate-target-links)
14654         (org-activate-tags): Place the rear-nonsticky properties at the
14655         correct location.
14657 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
14659         * org-protocol.el (server-edit): Declare `server-edit'.
14660         (org-protocol-unhex-string, org-protocol-unhex-compound):
14661         New functions.
14662         (org-protocol-check-filename-for-protocol): Call `server-edit'.
14664         * org.el (org-default-properties): New default properteis for
14665         completion.
14667         * org-exp.el (org-export-add-subtree-options): Add new properties
14668         for subtree export.
14670 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
14672         * org-id.el (org-id-get-with-outline-path-completion): Turn off
14673         org-refile-target-verify-function for the duration of the command.
14675         * org.el (org-link-to-org-use-id): New possible value
14676         `create-if-interactive-and-no-custom-id'.
14677         (org-store-link): Use custom IDs.
14678         (org-link-search): Find custom ID properties from #link.
14679         (org-default-properties): Add CUSTOM_ID for property completion.
14680         (org-refile-target-verify-function): New option.
14681         (org-goto): Turn off org-refile-target-verify-function
14682         for the duration of the command.
14684 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
14686         * org-exp.el (org-export-preferred-target-alist): New variable.
14687         (org-export-define-heading-targets): Find the new CUSTOM_ID
14688         property.
14689         (org-export-target-internal-links): Target the custom ids when
14690         possible.
14692         * org-latex.el (org-export-latex-preprocess): Better regexp for
14693         matching latex macros with arguments.
14695 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
14697         * org-remember.el (org-remember-handler): Allow filing to non-org
14698         files.
14700 2009-08-06  Magnus Henoch  <magnus.henoch@gmail.com>
14702         * org-table.el (org-table-fix-formulas): Do not change references
14703         to remote tables.
14704         (org-table-get-remote-range): Convert standard coordinates to RC
14705         format.
14707         * org-latex.el (org-export-latex-keywords): Fix regexp bug.
14709 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
14711         * org-compat.el (org-sha1-string): Function removed.
14713         * org.el (org-refile-allow-creating-parent-nodes): New option.
14714         (org-refile-get-location): New argument NEW-NODES.
14715         (org-refile): Call `org-refile-get-location' with the new
14716         argument.
14717         (org-refile-get-location): Arrange for adding a new child.
14718         (org-refile-new-child): New function.
14720         * org-clock.el: Fix a number of docstrings.
14721         (org-clock-find-position): New argument
14722         FIND-UNCLOSED to make the function find an unclosed clock in the
14723         entry.
14724         (org-clock-in): Call `org-clock-find-position' with the new
14725         argument if we might be resuming a clock.
14727 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
14729         * org-latex.el (org-export-latex-display-custom-times): New variable.
14730         (org-export-latex-timestamp-markup): New option.
14731         (org-export-latex-set-initial-vars): Remember the local value of
14732         `org-display-custom-times'.
14733         (org-export-latex-content): Process time stamps.
14734         (org-export-latex-time-stamps): New function.
14736         * org-macs.el (org-maybe-intangible): Add intangible property
14737         again to invisible text.
14739 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
14741         * org-exp.el (org-default-export-plist): Handle undefined
14742         variables.
14744 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
14746         * org.el (org-sort-entries-or-items): Match TODO keywords
14747         case-sensitively, when sorting.
14748         (org-priority): Do not match TODO keywords with wrong case.
14750 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
14752         * org.el (org-todo): Honor the NOBLOCKING property.
14754         * org-agenda.el (org-agenda-dim-blocked-tasks): Honor the
14755         NOBLOCKING property.
14757         * org.el (org-scan-tags): Fix bug in tag scanner.
14759 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
14761         * org.el (org-modules): Mark obsolete packages.
14763         * org-html.el: New file, split out from org-exp.el.
14765         * org-icalendar.el: New file, split out from org-exp.el.
14767         * org-xoxo.el: New file, split out from org-exp.el.
14769         * org-ascii.el: New file, split out from org-exp.el.
14771 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
14773         * org-compat.el (org-find-library-name): New function.
14775         * org.el (org-pre-cycle-hook): New hook.
14776         (org-cycle): Call the new hook in appropriate places.
14777         (org-reload): Only reload files that have been loaded before.
14779 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
14781         * org.el (org-set-font-lock-defaults): Enforxe space or line end
14782         after todo keyword.
14783         (org-todo): When changing TODO state, do matching
14784         case-sensitively.
14785         (org-map-continue-from): New variable.
14786         (org-scan-tags): Respect values in `org-map-continue-from'.
14787         (org-reload): Make XEmacs compatible.
14789 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
14791         * org-protocol.el (org-protocol-flatten-greedy): New function.
14792         (org-protocol-flatten): New function.
14794         * org.el (org-open-link-from-string): Pass reference buffer to
14795         `org-open-at-point'.
14796         (org-open-at-point): New optional argument `reference-buffer'.
14798 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
14800         * org.el (org-scan-tags): Make tag scan find headline in first
14801         line, 2nd attempt.
14802         (org-get-refile-targets): Add the naked file name.
14803         (org-refile): Store as top-level entry when only file name was
14804         given.
14806         * org-agenda.el (org-agenda-get-progress): Fix regexp bug.
14808         * org.el (org-block-todo-from-children-or-siblings-or-parent):
14809         Rename from org-block-todo-from-children-or-siblings, and
14810         enhanced to look for the parent's status as well.
14812         * org-agenda.el (org-agenda-log-mode-add-notes): New option.
14813         (org-agenda-get-progress): Add first notes line to log entry if so
14814         desired.
14816 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
14818         * org-agenda.el (org-agenda-cleanup-fancy-diary-hook): New hook.
14819         (org-agenda-cleanup-fancy-diary): Call the new hook.
14821         * org-remember.el (org-remember-apply-template): Take the default
14822         for the annotation from the :annotation property.
14824         * org-mac-message.el (org-mac-message-get-link): Remove the
14825         quotes.
14826         (org-mac-message-get-link): Return the result.
14828 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
14830         * org.el (org-refile-get-location): Add file name only if not
14831         already included in outline path.
14833         * org-faces.el (org-n-level-faces): Fix customization type from
14834         number to integer.
14836         * org-exp.el (org-export-headline-levels): Fix customization type
14837         from number to integer.
14839         * org-agenda.el (org-agenda-confirm-kill)
14840         (org-agenda-custom-commands-local-options)
14841         (org-timeline-show-empty-dates, org-agenda-ndays)
14842         (org-agenda-start-on-weekday, org-scheduled-past-days):
14843         Fix customization type from number to integer.
14845 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
14847         * org-protocol.el: Declare some functions.
14849         * org-agenda.el (org-agenda-compare-effort):
14850         Honor `org-sort-agenda-noeffort-is-high'.
14851         (org-agenda-filter-by-tag, org-agenda-filter-make-matcher)
14852         (org-agenda-compare-effort): Implement the "?" operator for
14853         finding entries without effort setting.
14855         * org.el (org-extract-attributes-from-string): New function.
14857         * org-exp.el (org-export-splice-attributes): New function.
14859 2009-08-06  Bastien Guerry  <bzg@altern.org>
14860         Daniel M German  <dmg@uvic.org>
14861         Sebastian Rose  <sebastian_rose@gmx.de>
14862         Ross Patterson  <me@rpatterson.net>
14864         * org-protocol.el: New file.
14866 2009-08-06  Baoqiu Cui  <cbaoqiu@yahoo.com>
14868         * org-docbook.el: New file.
14870 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
14872         * org-mouse.el: XEmacs compatibility fixes.
14874         * org.el (org-modules): Add org-inlinetasks.el.
14875         (org-cycle): Implement limiting level on cycling.
14876         (org-move-subtree-down): Fix bug with swapping subtrees at end of
14877         buffer.
14879         * org-inlinetask.el: New file.
14881         * org.el (org-emphasis-regexp-components): Allow braces in
14882         emphasis pre and post match.
14884         * org-footnote.el (org-footnote-normalize): When only sorting, do
14885         not insert inline notes at the end.
14887         * org.el (org-require-autoloaded-modules): Add org-docbook.el.
14889 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
14891         * org.el (org-reftex-citation): New command.
14893 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
14895         * org-agenda.el (org-agenda-cmp-user-defined): New option.
14896         (org-sorting-choice, org-agenda-sorting-strategy): Add the new
14897         sorting options.
14898         (org-entries-lessp): Apply the new sorting option.
14900         * org.el (org-block-todo-from-children-or-siblings): Fix bug in
14901         blocker code, when an older sibling has children.
14903         * org-mac-message.el (org-mac-message-get-link): Improve getting
14904         links from multiple selected messages.
14906 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
14908         * org-remember.el (org-remember-finalize): Do not set buffer file
14909         name to nil.
14910         (org-remember-handler): Mark buffer as unmodified.
14911         (org-remember-handler): Delete backup file and show message about
14912         remaining backup files.
14913         (org-remember-auto-remove-backup-files): New option.
14915         * org.el (org-store-link): Use buffer name as link description in
14916         w3-mode buffers.
14917         (org-ido-switchb): Fix argument bug for completion.
14919         * org-remember.el (org-remember-apply-template): Set local
14920         variable `auto-save-visited-file-name' instead of global one.
14922 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
14924         * org-agenda.el (org-agenda-get-todos): Fix bug with match-data.
14925         (org-agenda-get-todos): Mark file tags as inherited.
14926         (org-agenda-list): Always search diary lines for a time.
14928 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
14930         * org-feed.el: New file.
14932         * org-exp.el (org-export-as-html): Close local lists depending on
14933         indentation, also when starting a table.
14935         * org-remember.el (org-remember-backup-directory)
14936         (org-remember-backup-name): New internal variable.
14938 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
14940         * org-clock.el (org-clock-out-if-current): Make buffer detection
14941         work in indirect buffers as well.
14943         * org.el (org-emphasis-regexp-components): Add the exxclamation
14944         mark to the post-emphasis characters.
14946 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
14948         * org.el (org-read-date-minibiffer-septup-hook): New hook.
14949         (org-read-date): Run the new hook.
14951         * org-mac-message.el (org-mac-flagged-mail): New group.
14952         (org-mac-mail-account): New variable.
14953         (org-mac-create-flagged-mail, org-mac-insert-flagged-mail):
14954         New commands.
14956         * org-remember.el (org-remember-backup-directory): New variable.
14957         (org-remember-apply-template): Write file to backup directory.
14959 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
14961         * org-mouse.el (org-mouse-todo-menu): New function.
14962         (org-mouse-todo-keywords): Function removed.
14963         (org-mouse-context-menu): Use `org-mouse-todo-menu'.
14965         * org-table.el (org-table-beginning-of-field)
14966         (org-table-end-of-field): New commands.
14967         (org-table-previous-field, org-table-beginning-of-field):
14968         Better error messages.
14969         (orgtbl-setup): Include `M-a' and `M-e'.
14971         * org.el (org-backward-sentence, org-forward-sentence):
14972         New commands.
14974         * org-colview.el (org-colview-initial-truncate-line-value):
14975         New variable.
14976         (org-columns-remove-overlays): Restore the value of `truncate-lines'.
14977         (org-columns): Remember the value of `truncate-lines'.
14979         * org-colview-xemacs.el (org-colview-initial-truncate-line-value):
14980         New variable.
14981         (org-columns-remove-overlays): Restore the value of
14982         `truncate-lines'.
14983         (org-columns): Remember the value of `truncate-lines'.
14985         * org.el (org-columns-skip-arrchived-trees): New option.
14987         * org-agenda.el (org-agenda-export-html-style): Define color for
14988         org-agenda-done face.
14989         (org-search-view, org-agenda-get-todos, org-agenda-get-progress)
14990         (org-agenda-get-deadlines, org-agenda-get-scheduled): Use new face.
14992         * org.el (org-scan-tags): Use the new face.
14994         * org-faces.el (org-agenda-done): New face.
14996         * org.el (org-scan-tags): Test the value org
14997         `org-tags-match-list-sublevels'.
14998         (org-tags-match-list-sublevels): New allowed value: indented.
15000         * org-latex.el (org-export-latex-make-header): Apply macros
15001         in header.
15003         * org-exp.el (org-export-apply-macros-in-string): New function.
15005         * org-latex.el (org-export-latex-list-parameters): Fix bug
15006         with the definition of a checked box.
15008         * org-clock.el (org-clock-find-position): Fix drawer indentations.
15010         * org-latex.el (org-export-latex-low-levels): More options
15011         for how to process lower levels in LaTeX.
15012         (org-export-latex-subcontent): Better treatment for lists as a
15013         means of publishing lower levels.
15015 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
15017         * org.el (org-set-font-lock-defaults): Use new checkbox face.
15019         * org-faces.el (org-checkbox): New face.
15021         * org-exp.el (org-export-html-preprocess): Only create LaTeX
15022         fragement images if there is an export file.
15024 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
15026         * org-agenda.el (org-stuck-projects): Document that the subtree of
15027         projects that are not stuck will now be searched for stuck
15028         sub-projects.
15029         (org-agenda-skip-entry-when-regexp-matches)
15030         (org-agenda-skip-entry-when-regexp-matches-in-subtree): New functions.
15031         (org-agenda-list-stuck-projects):
15032         Use `org-agenda-skip-entry-when-regexp-matches-in-subtree'.
15034         * org-latex.el (org-export-latex-preprocess):
15035         Improve export of verses.
15037         * org-exp.el (org-export-as-html): Implement centering as a div
15038         rather than a paragraph.  Do a better job with line-end in verse
15039         environments.
15041 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
15043         * org.el (org-open-at-point): Fix tags searches by mouse click.
15045 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
15047         * org-latex.el (org-export-latex-preprocess): Implement the
15048         centering markup.
15050         * org-exp.el (org-export-mark-blockquote-verse-center):
15051         Rename from `org-export-mark-blockquote-and-verse'.
15052         (org-export-as-html): Implement the centering markup.
15054         * org-latex.el (org-export-latex-tables): Fix vertical
15055         lines in tables.
15057 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
15059         * org.el (org-read-date-history): New variable.
15060         (org-read-date): Use new history variable.
15061         (org-toggle-heading): Fix bug when used before first headline.
15062         (org-store-log-note): Remove drawer if empty while note is
15063         aborted.
15064         (org-remove-empty-drawer-at): New function.
15065         (org-check-after-date): New command.
15066         (org-sparse-tree): New sparse tree command "a".
15068         * org-exp.el (org-export-as-ascii): Improve export of plain lists.
15070 2009-08-06  Bastien Guerry  <bzg@altern.org>
15072         * org.el (org-toggle-fixed-width-section): Bug fix: insert a
15073         column and a space, not only a column.
15075 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
15077         * org-latex.el (org-export-latex-emphasis-alist):
15078         Better defaults for verbose emphasis.
15079         (org-export-latex-emph-format): New function.
15080         (org-export-latex-fontify): Call `org-export-latex-emph-format'.
15082         * org-agenda.el (org-agenda-menu): Add new commands to menu.
15083         (org-agenda-do-date-later, org-agenda-do-date-earlier)
15084         (org-agenda-date-later-minutes, org-agenda-date-earlier-minutes)
15085         (org-agenda-date-later-hours, org-agenda-date-earlier-hours):
15086         New commands.
15088         * org.el (org-timestamp-change): Move end-time along with start
15089         time.
15091 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
15093         * org-exp.el (org-export-target-internal-links)
15094         (org-export-as-html): Protect links specified as #name.
15096 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
15098         * org.el (org-clone-subtree-with-time-shift): New command.
15100         * org-latex.el (org-export-latex-special-chars)
15101         (org-export-latex-treat-sub-super-char): Fix subscript export.
15103         * org-exp.el (org-create-multibrace-regexp): Do not add
15104         backslashes to the class.
15106 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
15108         * org-colview.el (org-columns-map): Better functions for moving up
15109         and down a row, even if `truncate-line' is nil.
15111         * org.el (org-insert-todo-heading): Make sure the keyword is
15112         inserted at the correct position.
15114         * org-publish.el (org-publish-project-alist)
15115         (org-publish-projects, org-publish-org-index): Change default anme
15116         for the index of file names to "sitemap.org".
15118         * org-latex.el (org-export-latex-tables):
15119         Use `org-split-string', for Emacs 21 compatibility.
15121 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
15123         * org-agenda.el (org-agenda-log-mode-items): Improve docstring.
15125 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
15127         * org-exp.el (org-export-page-description)
15128         (org-export-page-keywords): New variables.
15129         (org-export-plist-vars): Add entries for :keywords and
15130         :description.
15131         (org-infile-export-plist): Parse for new keywords.
15132         (org-get-current-options): Add new keywords.
15133         (org-export-as-html): Publish description and keywords.
15135         * org-agenda.el (org-agenda-add-entry-text-descriptive-links):
15136         New option.
15137         (org-agenda-add-entry-text):
15138         Honor `org-agenda-add-entry-text-descriptive-links'.
15140         * org-latex.el (org-export-latex-preprocess): Make all
15141         external preprocess functions use a PARAMETER arg.
15143         * org-exp.el (org-export-preprocess-string)
15144         (org-export-select-backend-specific-text)
15145         (org-export-format-source-code-or-example)
15146         (org-format-org-table-html): Support docbook export.
15147         (org-export-preprocess-string): Make all external preprocess
15148         functions use a PARAMETER arg.
15150 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
15152         * org-exp.el (org-export-html-style-include-scripts): New option.
15153         (org-export-plist-vars): Add new option
15154         `org-export-html-style-include-scripts'.
15155         (org-export-as-html): Honor new option
15156         `org-export-html-style-include-scripts'.
15157         (org-export-html-scripts, org-export-html-style-default):
15158         Fix xml issues with the Safari browser.
15160 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
15162         * org-publish.el (org-publish-attachment): Only copy file when the
15163         directories differ.
15165 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
15167         * org-clock.el (org-clocktable-steps): Use inactive time stamps
15168         for clocktable steps.
15170         * org.el (org-additional-option-like-keywords): Add two more
15171         keywords.
15173 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
15175         * org-exp.el (org-export-format-source-code-or-example):
15176         Mark temporary buffer unmodified, so that it will be killed even if
15177         mode like message mode has decided to assign a file name.
15179         * org.el (org-scan-tags): Improve tag inheritance.
15180         (org-scan-tags, org-make-tags-matcher): Make tag comparison
15181         case-sensitive.
15182         (org-scan-tags): Use the internal tags list instead of creating it
15183         from scratch.
15184         (org-trust-scanner-tags, org-scanner-tags): New variables.
15185         (org-scan-tags): Set `org-scanner-tags'.
15186         (org-get-tags-at): Take advantage of `org-trust-scanner-tags'.
15187         (org-map-entries): Document the possible speedup using scanner
15188         tags.
15190 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
15192         * org.el (org-add-planning-info): Fix bug with looking for keyword
15193         only at column 0.
15195         * org-agenda.el (org-agenda-custom-commands-local-options):
15196         Add option for tags filter preset.
15197         (org-prepare-agenda): Store filter preset as a property on the
15198         filter variable.
15199         (org-finalize-agenda): Call the filter, if there is a preset.
15200         (org-agenda-filter-by-tag): Filter again after clearing the
15201         filter, when there still is a preset.
15202         (org-agenda-filter-make-matcher, org-agenda-set-mode-name):
15203         Include the preset filter.
15204         (org-agenda-redo): Apply the filter again, also the preset filter.
15206         * org-exp.el (org-export-as-html): Use IDs in the correct way.
15208         * org.el (org-uuidgen-p): New function.
15210         * org-agenda.el (org-agenda-fontify-priorities): New default value
15211         `cookies'.
15212         (org-agenda-fontify-priorities): Rename from
15213         org-fontify-priorities.
15215         * org.el (org-set-font-lock-defaults):
15216         Call `org-font-lock-add-priority-faces'.
15217         (org-font-lock-add-priority-faces): New function.
15219         * org-faces.el (org-set-tag-faces): New option.
15220         (org-priority-faces): New variable.
15222         * org-exp.el (org-export-as-html): Add a "content" div around the
15223         entire content of the body tag.
15224         (org-export-html-get-bibliography): New function.
15225         (org-export-html-validation-link): New variable.
15226         (org-export-as-html): Add validation link to exported page.
15228         * org.el (org-match-sparse-tree): Rename from
15229         `org-tags-sparse-tree'.
15230         (org-tags-sparse-tree): New alias.
15232 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
15234         * org.el (org-get-valid-level): Catch the case where the level
15235         change is nil.
15237         * org-clock.el (org-clock-find-position): Better indentation of
15238         new clock drawers.
15240 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
15242         * org-agenda.el (org-agenda-quit): Delete window only when the
15243         frame-setup was not `current-window'.
15245         * org.el (org-tag-persistent-alist): New option.
15246         (org-startup-options): Add keyword `noptag'.
15247         (org-fast-todo-selection): Handle :newline correctly.
15248         (org-set-tags): Handle :newline correctly.
15249         (org-fast-tag-selection): Handle :newline correctly.
15251 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
15253         * org-exp.el (org-export-as-ascii): Reverse link buffer before
15254         outputting it.
15255         (org-export-ascii-push-links): Fix bug with pussing links into the
15256         export buffer.
15258 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
15260         * org-archive.el (org-archive-subtree): Do not add 1 to level if
15261         pasting at top level.
15263         * org-bbdb.el: Improve documentation.
15265 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
15267         * org-list.el (org-insert-item): Only consider insert empty lines
15268         is `org-empty-line-terminates-plain-lists' is not nil.
15270         * org.el (org-blank-before-new-entry): Mention the dependence on
15271         `org-empty-line-terminates-plain-lists' in the docstring.
15273         * org-publish.el (org-publish-get-project-from-filename):
15274         New optional argument UP.  Only find the top project if UP is set.
15275         (org-publish-current-project): Find the top encloding project.
15277         * org-agenda.el (org-agenda-before-write-hook)
15278         (org-agenda-add-entry-text-maxlines): New options.
15279         (org-write-agenda): Run the new hook in the temporary buffer.
15280         (org-agenda-add-entry-text): New function.
15281         (org-write-agenda): Implement PDF export, using ps2pdf.
15283         * org.el (org-global-properties-fixed, org-global-properties):
15284         Improve documentation string.
15286         * org-exp.el (org-export-ascii-links-to-notes): New option.
15287         (org-export-as-ascii): Handle links better.
15288         (org-export-ascii-wrap, org-export-ascii-push-links):
15289         New functions.
15291 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
15293         * org-agenda.el (org-agenda): Make prefix arg optional.
15294         (org-agenda-search-headline-for-time): New option.
15295         (org-format-agenda-item):
15296         Honor `org-agenda-search-headline-for-time'.
15298         * org-table.el (orgtbl-self-insert-command): Cluster undo for 20
15299         characters.
15301         * org.el (org-self-insert-cluster-for-undo): New option.
15302         (org-self-insert-command): Cluster undo for 20 characters.
15303         (org-self-insert-command-undo-counter): New variable.
15305 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
15307         * org-exp.el (org-export-as-html): Fix problem with closing colone
15308         example.
15310 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
15312         * org-latex.el (org-export-as-latex)
15313         (org-export-latex-first-lines): Avoid modification flag when
15314         adding or removing text properties.
15315         (org-export-latex-fontify): Catch error when org-emph-alist has
15316         entries that are not defined for LaTeX export.
15318         * org-export-latex.el: Rename to org-latex.el.
15320         * org-latex.el: Rename from org-export-latex.el.
15322         * org.el (orgstruct++-mode): New function.
15323         (turn-on-orgstruct++): Call `orgstruct++-mode'.
15324         (org-context-p): Allow detecting item context after the first line
15325         of an item.
15326         (orgstruct-make-binding): Detect if item-body context should be
15327         seen.
15328         (orgstruct-is-++): New variable.
15329         (org-add-planning-info): Catch the case when there is no planning
15330         info yet and the call does not want to add anything, only maybe
15331         tries to remove something.
15332         (org-special-ctrl-a/e): All value to be a cons cell with separate
15333         settings for `C-a' and `C-e'.
15334         (org-beginning-of-line, org-end-of-line): Honor separate values
15335         for `C-a' and `C-e'.
15337 2009-08-06  Carsten Dominik  <carsten.dominik@gmail.com>
15339         * org.el (org-reload): New command.
15341 2009-06-05  Tassilo Horn  <tassilo@member.fsf.org>
15343         * org-gnus.el (org-gnus-store-link): Fix bug where
15344         org-gnus-store-link used wrong subject when called in an article
15345         buffer.  Patch provided by fengli AT gmail DOT com.
15347 2009-03-13  D. Goel  <deego3@gmail.com>
15349         * org-bbdb.el: When calling (multiple-value-bind/setq .. ls)
15350         replace ls by (values-list ls).
15352 2009-02-20  Carsten Dominik  <dominik@science.uva.nl>
15354         * org-remember.el (org-remember-apply-template): Turn off ido for
15355         this completion.
15357         * org.el (org-priority): Also find invisible headings, for remote
15358         editing.
15359         (org-completing-read-no-ido): New function.
15360         (org-make-tags-matcher, org-set-property): Turn off ido for this completion.
15362         * org-colview.el (org-columns-edit-value): No special treatment of
15363         prefix arg.
15365 2009-02-19  Carsten Dominik  <dominik@science.uva.nl>
15367         * org.el (org-block-todo-from-children-or-siblings):
15368         Use `org-up-heading-all' so that this will work correctly with hidden
15369         property drawers and entries.
15370         (org-end-of-line, org-beginning-of-line): Make prefix arg work, by
15371         falling back to normal, default command.
15372         (org-get-location): Temporarily turn off special behavior.
15374 2009-02-13  Glenn Morris  <rgm@gnu.org>
15376         * org-rmail.el (rmail-show-message): Restore argument list to the
15377         declaration now that this functions behaves in Emacs 23 as in 22.
15379 2009-02-12  Glenn Morris  <rgm@gnu.org>
15381         * org-footnote.el (org-footnote-at-definition-p): Fix doc typo.
15383 2009-02-12  Joachim Reiter  <Reiter.Joachim@web.de>  (tiny change)
15385         * org-footnote.el (org-footnote-action): Fix doc typo.
15387 2009-02-06  Carsten Dominik  <dominik@science.uva.nl>
15389         * org-exp.el (org-export-preprocess-string): Fix bug with skipping
15390         text before first headline.
15391         (org-export-remove-or-extract-drawers): Fix regular expression for
15392         extracting drawers.
15394         * org.el (org-format-latex): Stop LaTeX fragment processing in
15395         protected examples.
15397 2009-02-05  Glenn Morris  <rgm@gnu.org>
15399         * org-rmail.el (rmail-show-message): Update declaration.
15400         (rmail-buffer, rmail-view-buffer): Declare.
15401         (org-rmail-store-link, org-rmail-follow-link): Handle mbox Rmail.
15403 2009-02-04  Carsten Dominik  <dominik@science.uva.nl>
15405         * org.el (org-return-follows-link): Revert setting
15406         `org-return-follows-link' to t by default.
15408 2009-02-02  Carsten Dominik  <dominik@science.uva.nl>
15410         * org.el (org-cycle-global-at-bob): Fix typo.
15412         * org-jsinfo.el (org-infojs-handle-options): Fix typo in comment.
15414 2009-02-02  Carsten Dominik  <carsten.dominik@gmail.com>
15416         * org.el (org-mode): Make dependence stuff work more reliably.
15417         (org-update-parent-todo-statistics): Fix bug with updating
15418         statistics cookie.
15419         (org-yank-adjusted-subtrees, org-return-follows-link)
15420         (org-use-fast-todo-selection, org-tags-column): New default
15421         setting for variables.
15423         * org-export-latex.el (org-export-latex-emphasis-alist): Use = and
15424         ~ as verbatim delimiters, to avoid table bug.
15425         (org-export-latex-classes): Remove the a4paper option from the
15426         default styles.
15428         * org-exp.el (org-export-html-format-image): New argument
15429         PAR-OPEN, to fix XHTM validation bug.
15430         (org-export-as-html): Pass par-open to
15431         `org-export-html-format-image'.
15432         (org-export-html-footnotes-section): Use a more consistent id for
15433         footnotes.
15435         * org-agenda.el (org-agenda-sorting-strategy)
15436         (org-agenda-tags-column): New default setting for variables, based
15437         on a poll what typical uses use.
15438         (org-agenda-dim-blocked-tasks): Keep dimming blocked entries from
15439         setting the blocked tag.
15441 2009-01-31  Carsten Dominik  <dominik@science.uva.nl>
15443         * org-agenda.el (org-agenda-dim-blocked-tasks): No tagging when
15444         only checking for blocks.
15446         * org-exp.el (org-export-html-footnotes-section): Make the div id
15447         consistent.
15449         * org-export-latex.el (org-export-latex-classes):
15450         Remove paper size option from LaTeX classes.
15452 2009-01-31  Carsten Dominik  <carsten.dominik@gmail.com>
15454         * org.el (org-enforce-todo-checkbox-dependencies): New option.
15455         (org-block-todo-from-checkboxes): New function.
15456         (org-todo): Make tripple prefix arg circumvent blocking.
15458 2009-01-30  Glenn Morris  <rgm@gnu.org>
15460         * org-list.el (org-empty-line-terminates-plain-lists)
15461         (org-toggle-checkbox): Doc fixes.
15463         * org-table.el (org-table-clean-before-export): Fix declaration.
15465 2009-01-30  Carsten Dominik  <carsten.dominik@gmail.com>
15467         * org-timer.el (org-timer): Provide the timer feature.
15469         * org.el (org-require-autoloaded-modules): Add a few more files to
15470         the list of autoloaded modules.
15472         * org-agenda.el (org-agenda-todo): Pass ARG to `org-todo'.
15474         * org-exp.el (org-export-remove-or-extract-drawers): Only remove
15475         drawers that are unprotected.
15476         (org-export-html-format-image): Make sure inlined LaTeX fragment
15477         images remain inlined.
15479         * org.el (org-toggle-ordered-property): New function.
15480         (org-mode-map): Add a key for `org-toggle-ordered-property'.
15481         (org-org-menu): Add menu entries for TODO dependencies.
15483         * org.el (org-default-properties): Add ORDERED to the default
15484         properties, to get completion support for it.
15486         * org-list.el (org-update-checkbox-count): Update more than one cookie.
15488         * org.el (org-update-parent-todo-statistics): Update more than one
15489         cookie.
15491 2009-01-28  Carsten Dominik  <carsten.dominik@gmail.com>
15493         * org-agenda.el (org-agenda-get-todos): Start search from correct
15494         position.
15496         * org.el (org-fast-todo-selection): Make sure TODO selection does
15497         not change buffer position.
15499         * org-list.el (org-toggle-checkbox): Implement adding or removing
15500         checkboxes from line or region when called with a prefix
15501         argument.
15503         * org-rmail.el (org-rmail-store-link): Protect the call to
15504         `rmail-narrow-to-non-pruned-header'.
15506         * org-clock.el (org-clock-special-range): Fix week display in
15507         clock tables.
15509         * org-exp.el (org-get-current-options): Fix bug when in indirect
15510         buffer.
15512         * org-agenda.el (org-agenda-dim-blocked-tasks): New option.
15513         (org-finalize-agenda): Call `org-agenda-dim-blocked-tasks'.
15514         (org-agenda-dim-blocked-tasks): New function.
15516         * org.el (org-enforce-todo-dependencies): New option.
15517         (org-block-todo-from-children-or-siblings): New function.
15519         * org-faces.el (org-agenda-dimmed-todo-face): New face.
15521 2009-01-27  Carsten Dominik  <carsten.dominik@gmail.com>
15523         * org.el (org-todo): Return correct state type even if the blocker
15524         throws an error.
15525         (org-modifier-cursor-error): Rename from
15526         `org-shiftcursor-error'.
15527         (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
15528         (org-shiftmetadown): Call `org-modifier-cursor-error'.
15530         * org-agenda.el (org-agenda-todo): Call `org-todo' interactively,
15531         to get real errors from the blocker hook.
15533         * org.el (org-shiftselect-error, org-call-for-shift-select):
15534         New functions.
15535         (org-set-visibility-according-to-property): Turn off the setting
15536         of `org-show-entry-below', to avoid overruling a FOLDED visibility
15537         property.
15539         * org.el (org-support-shift-select): New option.
15540         (org-shiftup, org-shiftdown, org-shiftright, org-shiftleft)
15541         (org-shiftcontrolright, org-shiftcontrolleft): Support for shift
15542         selection outside contexts.
15544         * org-list.el (org-at-item-bullet-p): New function.
15546         * org-jsinfo.el (org-infojs-handle-options): Remove unnecessary
15547         variables.
15549         * org-footnote.el (org-footnote-normalize): Remove unnecessary
15550         variable.
15551         (org-insert-footnote-reference-near-definition):
15552         Remove unnecessary let form.
15554 2009-01-26  Carsten Dominik  <dominik@science.uva.nl>
15556         * org-export-latex.el (org-export-as-latex):
15557         Call `org-export-latex-first-lines' with OPT-PLIST as a parameter.
15558         (org-export-latex-first-lines): New parameter OPT-PLIST.
15560         * org.el (org-yank): Tell `delete-selection-mode' about
15561         `org-yank'.
15563         * org-faces.el (org-clock-overlay): Fix face definition.
15565         * org-export-latex.el (org-export-latex-first-lines):
15566         Pass timestamp and footnote parameters to the preprocessor.
15568         * org-exp.el (org-export-remove-timestamps): Do not remove time
15569         stamps inside tables.
15571 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
15573         * org-exp.el (org-export-as-html): Turn \par into a paragraph.
15575         * org.el (org-agenda-tags-todo-honor-ignore-options):
15576         Declare variable.
15578         * org-table.el (org-table-insert-hline): Fix typo in function call
15579         to `backward-char'.
15581         * org-exp.el (org-export-as-html): Remove the initial space from
15582         colon examples.
15584         * org.el (org-scan-tags):
15585         Call `org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item'.
15587         * org-agenda.el (org-agenda-todo-list, org-agenda-match-view):
15588         New customization groups.
15589         (org-agenda-tags-todo-honor-ignore-options): New option.
15590         (org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item):
15591         New function.
15592         (org-agenda-get-todos):
15593         Use `org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item'.
15595 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
15597         * org-exp.el (org-export-format-source-code-or-example):
15598         Escape HTML characters also in examples that anre not treated with
15599         htmlize.  Also, just switch to EXAMPLE processing if we do not
15600         have a good version of htmlize.
15602         * org-rmail.el: Fix copyright notice.
15604         * org.el (org-activate-footnote-links): Improve footnote link
15605         highlighting.
15607         * org-footnote.el (org-footnote-normalize): Fix finding the end of
15608         a footnote definition at the end of the file.
15610         * org-table.el (org-table-get-specials): Add an imagined hline at
15611         the end of the table.  This can be useful for references that want
15612         to go to the end of the table.  Also fix bug when computing last
15613         row constants, in tables that do not start right at the right
15614         margin.
15615         (org-table-eval-formula): Match and replace remove references.
15616         (org-table-formula-substitute-names): Make sure that names inside
15617         a "remote" call are left alone, the will be replaced later when
15618         the remote call is handled.
15619         (org-table-convert-refs-to-rc): Do not convert things that might
15620         look like a reference, but are really part of an ID or namei n a
15621         remote reference.
15622         (org-table-get-remote-range): New function.
15624 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
15626         * org-faces.el (org-clock-overlay): Fix bug in face definition.
15628         * org-clock.el (org-clock-put-overlay): Use new face instead of
15629         `secondary-selection'.
15631         * org-faces.el (org-clock-overlay): New face.
15633 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
15635         * org-exp.el (org-get-current-options): Include the option for
15636         publishing time stamps.
15638         * org.el (org-toggle-heading): Rename from
15639         `org-toggel-region-headings'.
15640         No longer needs a region defined, but will use it if there is one.
15641         (org-ctrl-c-star): Simplify, relying more on the internal
15642         workings of `org-toggle-heading'.
15643         (org-toggle-item): Rename from `org-toggle-region-items'.
15644         No longer needs a region defined, but will use it if there is one.
15645         (org-ctrl-c-minus): Simplify, relying more on the inernal
15646         workings of `org-toggle-item'.
15648         * org-export-latex.el (org-export-latex-preprocess): Fix bug in
15649         environment detection.  Also, do real changes only in unprotected
15650         places.
15652 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
15654         * org-export-latex.el (org-export-latex-quotation-marks):
15655         Use `org-if-unprotected-1'.
15656         (org-export-latex-set-initial-vars): Check for class definition in
15657         property.
15659         * org-macs.el (org-if-unprotected-1): New macro.
15661 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
15663         * org-compat.el (org-count-lines): New function.
15665         * org-exp.el (org-export-format-source-code-or-example):
15666         Handle switches related to text areas.
15668         * org.el (org-activate-footnote-links): Don't allow match inside a
15669         link.
15671         * org-footnote.el (org-footnote-re): Don't allow match inside a link.
15673         * org-export-latex.el (org-export-latex-links): Keep a relative
15674         path relative also after export.
15676         * org-exp.el (org-export-html-scripts): Fix HTML snippet.
15678         * org.el (org-make-tags-matcher): Never use IDO for completing the
15679         tags matcher match string.
15680         (org-completing-read): Also remove the special biding for "?".
15682         * org-attach.el (org-attach-allow-inheritance): New option.
15683         (org-attach-inherited): New variable.
15684         (org-attach-dir): Handle properties related to the attachment
15685         directory.
15686         (org-attach-check-absolute-path): New function.
15687         (org-attach-set-directory, org-attach-set-inherit): New commands.
15688         (org-attach): Accommodate the new commands in the dispatcher.
15690 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
15692         * org-compat.el (org-fit-window-to-buffer): Fix bug with using
15693         `window-full-width-p'.
15695         * org-exp.el (org-export-as-html): Only check for images files
15696         that really can be inlined.
15698         * org.el (org-image-file-name-regexp, org-file-image-p): Allow the
15699         list of extensions to be a parameter.
15701         * org-exp.el (org-export-html-inline-image-extensions):
15702         New variable.
15704         * org-agenda.el (org-prepare-agenda):
15705         Use `org-agenda-block-separator'.
15706         (org-agenda-block-separator): New option.
15708 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
15710         * org-export-latex.el (org-export-latex-tables):
15711         Call `org-table-clean-before-export' with the new optional argument.
15713         * org-exp.el (org-table-clean-before-export): New optional
15714         parameter MAYBE-QUOTED, allows for quoted characters like \# in
15715         first column.
15717 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
15719         * org-plot.el (org-plot/gnuplot): Fix text-ind parameter for
15720         histograms.
15722         * org-colview.el (org-colview-construct-allowed-dates):
15723         Better error catching when a date/time property does not have allowed
15724         values defined.
15726         * org-colview-xemacs.el (org-colview-construct-allowed-dates):
15727         Better error catching when a date/time property does not have
15728         allowed values defined.
15730 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
15732         * org.el (org-map-entries): Restore point and restriction after
15733         `org-map-entries'.
15735 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
15737         * org.el (org-time=, org-time<, org-time<=, org-time>)
15738         (org-time>=, org-time<>): Make sure both values are dates.
15740 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
15742         * org-archive.el (org-extract-archive-heading): Allow %s for file
15743         name also in achive location heading.
15745 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
15747         * org-archive.el (org-add-archive-files): Uniquify the list before
15748         returning it.
15750 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
15752         * org-compat.el (org-fit-window-to-buffer):
15753         Use `window-full-width-p'.
15755         * org-export-latex.el (org-export-latex-fixed-width): Enforce the
15756         space after the colon in short examples.
15758         * org-exp.el (org-export-protect-colon-examples): Rewritten, to
15759         enforce a space after the colon.  However, we also allow lines
15760         that are *only* a colon.
15761         (org-export-as-html): Enforce the space after the colon in short
15762         examples.
15763         (org-export-preprocess-string): Do the colon example protection
15764         earlier.
15765         (org-export-remove-timestamps): Do not check for protection at the
15766         end of the line.
15768 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
15770         * org.el (org-format-latex-options): Add new matcher for single
15771         letters between dollars.
15772         (org-get-header): Function removed.
15773         (org-heading-components): New function.
15775         * org-exp.el (org-export-define-heading-targets): Record ID's also
15776         as alternative targets.
15777         (org-export-as-html): Interpret "id:" links to other files by
15778         preserving the relative path.
15780         * org-jsinfo.el (org-infojs-handle-options): Catch the case if v
15781         is nil.
15783         * org-exp.el (org-export-normalize-links): Protect the main link,
15784         to avoid special character processing.
15786         * org-export-latex.el (org-export-latex-special-keyword-regexp):
15787         New variable.
15788         (org-export-latex-special-string-regexps): Variable removed.
15789         (org-export-latex-keywords): Use the new regexp.
15791         * org-exp.el (org-export-handle-include-files): Fetch switches and
15792         put them into the BEGIN statement.
15794         * org-timer.el (org-timer-mode-line-string): New variable.
15796         * org-clock.el (org-clock-mode-line-map): Rename from
15797         `org-clock-mode-map'.
15798         (org-clock-mode-line-timer): Rename from `org-mode-line-timer'.
15799         (org-clock-update-mode-line): Rename from `org-update-mode-line'.
15800         (org-clock-put-overlay): Rename from `org-put-clock-overlay'.
15801         (org-clock-remove-overlays): Rename from
15802         `org-remove-clock-overlays'.
15804         * org-timer.el (org-timer-pause-or-continue): Implement stopping
15805         and mode line display.
15806         (org-timer-stop): New command.
15807         (org-timer-seconds): Return correct time when timer is paused.
15808         (org-timer-mode-line-timer): New variable.
15809         (org-timer-set-mode-line, org-timer-update-mode-line):
15810         New functions.
15812         * org.el (org-insert-heading): Handle new value `auto' for
15813         `org-blank-before-new-entry'.
15814         (org-org-menu): Add new items for timer functions.
15816         * org-list.el (org-insert-item): Handle new value `auto' for
15817         `org-blank-before-new-entry'.
15819         * org.el (org-blank-before-new-entry): New value `auto', made
15820         default.
15822 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
15824         * org-exp.el (org-export-normalize-links): If the link is also
15825         used as the description, protect the description.
15827 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
15829         * org.el (org-closest-date): Fix bug with yearly repeats, in
15830         combination with preference of the past as it is used for deadline
15831         and scheduling search.
15833         * org-exp.el (org-html-handle-time-stamps): No longer check for
15834         the `org-export-with-timestamps' option, because the preprocesser
15835         has taken care of this already.
15837         * org.el (org-entry-properties): Catch the case when this is
15838         called in a non-org-mode file.
15840         * org-export-latex.el (org-export-latex-remove-from-headlines):
15841         Variable made obsolete, also LaTeX export now uses the standard
15842         variables.
15843         (org-export-as-latex): Add the timestamps parameter to the
15844         preprocessor parameter list.
15845         (org-export-latex-content): Export the remaining keywords without
15846         considering to remove them.
15847         (org-export-latex-keywords-maybe): Make the REMOVE-LIST optional.
15848         Use bold font instead of tt font for the keywords.
15849         (org-export-latex-fontify-headline): Format headlines, assuming
15850         that all keywords still present should be published.
15851         (org-export-latex-keywords): Remove argument TIMESTAMPS and just
15852         publish what ever remains of the time stamps.
15853         (org-export-latex-list-parameters): New option.
15854         (org-export-latex-lists): Pass additional parameters to the list
15855         converter.
15857         * org-exp.el (org-export-preprocess-string): Remove clock lines
15858         and timestamps already in the preprocesor.
15859         (org-export-remove-timestamps, org-export-remove-clock-lines):
15860         New functions.
15861         (org-export-as-ascii, org-export-as-html): Add the timestamps
15862         parameter to the preprocessor parameter list.
15864         * org-list.el (org-list-parse-list): Parse for checkboxes.
15865         (org-list-to-generic): Introduce and handle new parameters :cbon
15866         and :cboff.
15867         (org-list-to-latex, org-list-to-html, org-list-to-texinfo):
15868         Add optional parameter PARAMS.
15870         * org-export-latex.el (org-export-latex-special-chars):
15871         Fix problems with interpreting dollar signs.
15872         (org-inside-latex-math-p): New function.
15873         (org-export-latex-preprocess): Protect all the math fragments.
15875         * org.el (org-latex-regexps): Allow a dash after a dollar.
15877         * org-w3m.el (org-w3m-copy-for-org-mode): Always deactivate the
15878         mark after copying.
15880         * org-agenda.el (org-run-agenda-series): Have series options set
15881         when finalizing the agenda.
15883         * org-exp.el (org-export-format-source-code-or-example):
15884         Protect the converted examples.
15886         * org.el (org-set-regexps-and-options): Fix the regexp
15887         `org-complex-heading-regexp'.
15889 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
15891         * org.el (org-edit-src-get-label-format): New function.
15892         (org-coderef-label-format): New option.
15893         (org-edit-src-code, org-edit-src-find-region-and-lang): Parse for
15894         a label format specification and make sure it is used in the edit
15895         buffer.
15896         (org-edit-src-get-label-format): New function.
15897         (org-store-link): Handle new coderef formats.
15898         (org-link-search): Handle new coderef formats.
15900         * org-footnote.el (org-footnote-create-definition)
15901         (org-footnote-goto-local-insertion-point): Make footnote insertion
15902         work correctly when the "Footnotes" headline is the last line in
15903         the buffer.
15905         * org.el (org-goto-marker-or-bmk): Expose context after jumping to
15906         the location.
15908 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
15910         * org-w3m.el (org-w3m): New customization group.
15911         (org-w3m-deactivate-mark): New option.
15912         (org-w3m-copy-for-org-mode): Deactivate region, unless the user
15913         option say not to.
15915 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
15917         * org.el (org-set-font-lock-defaults): Trigger footnote
15918         fontification.
15919         (org-activate-footnote-links): New function.
15920         (org-activate-links): New entry `footnote'.
15922         * org-faces.el (org-footnote): New face.
15924 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
15926         * org-macs.el (org-re): Handle the [:word:] class.
15928         * org-exp.el (org-export-preprocess-string):
15929         Call `org-export-protect-colon-examples'.
15930         (org-export-protect-colon-examples): Rename from
15931         `org-export-protect-examples', and scope limited to lines starting
15932         with a colon.
15934 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
15936         * org-exp.el (org-export-preprocess-string): Move the preprocess
15937         hook to after turning on Org-mode.
15938         (org-export-preprocess-after-include-files-hook)
15939         (org-export-preprocess-after-tree-selection-hook)
15940         (org-export-preprocess-before-backend-specifics-hook)
15941         (org-export-preprocess-final-hook): New hooks.
15942         (org-export-preprocess-string): Run the new hooks.
15944         * org.el (org-ctrl-c-minus): Fix indentation for new items.
15946         * org-footnote.el: New file.
15948         * org.el (org-footnote): Require footnote code.
15949         (org-startup-options): Add new footnote options.
15950         (org-mode-map): New keybindig for footnotes.
15951         (org-ctrl-c-ctrl-c): Add function at footnotes.
15952         (org-org-menu): New menu entries for footnotes.
15954         * org-export-latex.el (org-export-as-latex): Pass footnote
15955         variable to preprocessor.
15956         (org-export-latex-preprocess): Treat multiple references to a
15957         footnote.
15959         * org-exp.el (org-export-preprocess-string):
15960         Call `org-footnote-normalize'.
15961         (org-export-as-ascii, org-export-as-html): Pass footnote variable
15962         to preprocessor.
15963         (org-export-as-html): Treat multiple references to a footnote.
15965 2009-01-25  Carsten Dominik  <carsten.dominik@gmail.com>
15967         * org-export-latex.el (org-export-latex-links): Handle coderef
15968         links.
15970         * org.el (org-bracket-link-analytic-regexp++): New variable.
15971         (org-make-link-regexps):
15972         Initialize `org-bracket-link-analytic-regexp++'.
15973         (org-store-link): Implement special case in edit-src buffer.
15974         (org-insert-link): No use of ide to insert stored links.
15975         (org-link-search): Implement special case for coderefs.
15977         * org-exp.el (org-export-html-scripts): New constant.
15978         (org-export-html-style-default): Add a new style for highlighted
15979         code.
15980         (org-export-code-refs): New variable.
15981         (org-export-preprocess-string): Initialize `org-export-code-refs'.
15982         Call `org-export-replace-src-segments-and-examples'
15983         No longer call `org-export-protect-examples'.
15984         (org-export-target-internal-links): Take care of coderef targets.
15985         (org-export-last-code-line-counter-value): New variable.
15986         (org-export-replace-src-segments-and-examples): Rename from
15987         `org-export-replace-src-segments', and modified.
15988         (org-export-format-source-code-or-example): Rename from
15989         `org-export-format-source-code'.
15990         (org-export-number-lines): New function.
15991         (org-export-as-ascii, org-export-as-html): Handle coderef links.
15993 2009-01-23  Glenn Morris  <rgm@gnu.org>
15995         * org-rmail.el (rmail-narrow-to-non-pruned-header):
15996         Remove declaration of deleted function.
15998 2009-01-16  Glenn Morris  <rgm@gnu.org>
16000         * org-mouse.el (org-mouse-show-context-menu):
16001         Use mouse-menu-major-mode-map, if defined, rather than the obsolete
16002         mouse-major-mode-menu.
16004 2008-12-23  Carsten Dominik  <dominik@science.uva.nl>
16006         * org-remember.el (org-remember-handler): Safer way to get a new
16007         buffer accessing the target file.
16009         * org.el (org-refile-get-location): Handle case of current buffer
16010         not having a file associated with it.
16012 2008-12-22  Carsten Dominik  <dominik@science.uva.nl>
16014         * org-table.el (org-table-get-formula): Only ask to overwrite
16015         field formula if there really is one.
16017 2008-12-21  Carsten Dominik  <dominik@science.uva.nl>
16019         * org-export-latex.el (org-export-latex-make-header): Double the
16020         commenting % in the time stamp format.
16021         (org-export-latex-special-chars): Handle case where there is no
16022         match group 3.
16024 2008-12-20  Carsten Dominik  <carsten.dominik@gmail.com>
16026         * org.el (org-get-refile-targets, org-refile-get-location):
16027         Use expanded file name to improve comparison.
16029 2008-12-20  Carsten Dominik  <carsten.dominik@gmail.com>
16031         * org.el (org-scan-tags): Rescan for tags, to get the correct
16032         upcase/downcase stuff.  This slows things down for now, but it
16033         works.
16034         (org-mode): Make sure the tag-faces regexp is initialized.
16036         * org-export-latex.el (org-export-latex-links): Fix bug with
16037         undefined label.
16039         * org-table.el (org-table-get-specials):
16040         Set `org-table-current-last-data-line'.
16041         (org-table-current-last-data-line): New variable.
16042         (org-table-insert-column, org-table-delete-column)
16043         (org-table-move-column, org-table-fix-formulas):
16044         Call `org-table-fix-formulas' a second time to fix the $LR references.
16045         (org-table-get-specials): Add the $LR references to the tables.
16046         (org-table-get-formula): Do not offer last-row names as LHS of
16047         formulas.
16049         * org.el (org-store-link): Capture link description from
16050         `org-id-store-link'.
16052         * org-exp.el (org-export-html-format-image): Add the / to the end
16053         of the <img> tag.
16054         (org-export-format-source-code): Surround example by empty lines,
16055         to make sure it will not be inside a paragraph.
16057         * org.el (org-ido-switchb): New function.
16059 2008-12-20  Carsten Dominik  <carsten.dominik@gmail.com>
16061         * org-agenda.el (org-agenda-show): New prefix argument
16062         FULL-ENTRY.
16064         * org.el (org-sort-entries-or-items): Add a COMPARE-FUNC
16065         argument.
16067 2008-12-20  Glenn Morris  <rgm@gnu.org>
16069         * org.el (org-org-menu): Fix some more menu entries.
16071 2008-12-18  Carsten Dominik  <dominik@science.uva.nl>
16073         * org-table.el (org-table-get-specials): Revert introduction of @0
16074         as reference of the last table row, because of conflicts.
16076         * org-agenda.el (org-agenda-change-all-lines): Remove FORCE-TAGS
16077         argument, get the current tags directly.
16078         (org-agenda-set-tags): Leave getting current tags to
16079         `org-agenda-change-all-lines'.
16081 2008-12-17  Carsten Dominik  <dominik@science.uva.nl>
16083         * org.el (org-org-menu): Do not quote the set-tags command.
16085 2008-12-17  Carsten Dominik  <carsten.dominik@gmail.com>
16087         * Fix typos in comments and docstrings throughout Org-mode.
16089         * org.el (org-get-outline-path): Fix bug if level is not given.
16091         * org-agenda.el (org-finalize-agenda): Fix typo with variable name.
16093 2008-12-16  Carsten Dominik  <carsten.dominik@gmail.com>
16095         * org.el (org-refile): Avoid refiling to within the region to be
16096         refiled.
16098         * org-export-latex.el (org-export-latex-special-chars):
16099         Replace special characters also in tables.
16101         * org-agenda.el (org-agenda-change-all-lines): New argument
16102         FORCE-TAGS.
16103         (org-agenda-set-tags): Get the new tags and pass them to
16104         `org-format-agenda-item'.
16106 2008-12-16  Carsten Dominik  <carsten.dominik@gmail.com>
16108         * org-export-latex.el (org-export-latex-classes): Add longable as
16109         a default package to all classes.
16110         (org-export-latex-tables): Handle the longtable attribute and the
16111         align attribute.
16113         * org-table.el (orgtbl-to-generic): Handle tables that start with
16114         a hline.
16116         * org-export-latex.el (org-export-latex-emphasis-alist): Switch to
16117         \verb for colde-like snippets.
16118         (org-export-as-latex): Fix issues with region export.
16120         * org.el (org-up-heading-safe): Speed up function by using a
16121         direct regexp search.
16122         (org-olpa): New variable.
16123         (org-get-outline-path): Speed-up path constructions in cases where
16124         this is possible because the entire hierarchy is scanned anyway.
16125         (org-refile-get-location): Don't compare the truenames of files,
16126         this is too slow.
16127         (org-goto-max-level): New option.
16128         (org-goto): Use `org-goto-max-level'.
16130 2008-12-16  Tassilo Horn  <tassilo@member.fsf.org>
16132         * org-gnus.el (org-gnus-article-link, org-gnus-article-link):
16133         Strip angle brackets from message-ids in the former and don't do
16134         it in the latter.
16135         (org-gnus-follow-link): Open summary reliable, even if the last
16136         messages were deleted, and handle empty groups, too.
16138 2008-12-16  Carsten Dominik  <carsten.dominik@gmail.com>
16140         * org-export-latex.el (org-export-latex-emphasis-alist): Use \verb
16141         instead of \texttt for the =...= and ~===~ emphasis environments.
16142         (org-export-as-latex): Remove any old :org-license-to-kill text
16143         properties.
16144         (org-export-as-latex): Pass RBEG to `org-export-latex-first-lines'.
16145         (org-export-latex-make-header): Add some hard space after the
16146         table of contents.
16147         (org-export-latex-first-lines): Accept RBEG argument.
16148         Mark exported text so that it will be excuded in further steps.
16150         * org-table.el (org-table-get-specials): Make @0 reference the
16151         last line in a table.
16152         (org-table-recalculate): Improve docstring.
16154 2008-12-16  Carsten Dominik  <carsten.dominik@gmail.com>
16156         * org.el (org-log-done): Fix docstring.
16158 2008-12-16  Carsten Dominik  <carsten.dominik@gmail.com>
16160         * org-exp.el (org-export-html-format-image): Fix bugs.
16162         * org-export-latex.el (org-export-latex-tables)
16163         (org-export-latex-links): Implement attribute, label, and caption
16164         handling.
16166         * org-exp.el (org-export-html-style-default): Add style
16167         definitions for the figure div.
16168         (org-export-preprocess-string, org-export-as-html):
16169         Implement attribute, label, and caption handling.
16170         (org-export-attach-captions-and-attributes): New function.
16171         (org-export-html-format-image): New function.
16172         (org-format-org-table-html): Implement attribute, label, and
16173         caption handling.
16175         * org.el (org-find-text-property-in-string): New function.
16176         (org-extract-attributes): Use the property org-attr instead of
16177         org-attrobutes, because this property is now set with the #+ATTR
16178         lines.
16180 2008-12-16  Carsten Dominik  <carsten.dominik@gmail.com>
16182         * org-compat.el (org-substring-no-properties): Fix for XEmacs, for
16183         the case that FROM is nil.
16185         * org.el (org-before-first-heading-p): New function.
16187 2008-12-16  Carsten Dominik  <carsten.dominik@gmail.com>
16189         * org-exp.el (org-export-as-html): Do not add a space before
16190         enforces line breaks.
16191         (org-export-as-html): Close paragraph before blockquote and verse
16192         tags.
16194 2008-12-16  Carsten Dominik  <carsten.dominik@gmail.com>
16196         * org-id.el (org-id-locations-file): Wrap file name with
16197         `convert-standard-filename'.
16198         (org-id-files): New variable.
16199         (org-id-use-hash): New option.
16200         (org-id-update-id-locations): Also search in all files current
16201         listed in `org-id-files'.  Convert the resulting alist to a hash
16202         if the user customation says so.
16203         (org-id-locations-save): Handle he case if `org-id-locations' is a
16204         hash.
16205         (org-id-locations-load): Convert the alist to a hash.
16206         (org-id-add-location): Handle the hast case.
16207         (kill-emacs-hook): Make sure id locations are saved when Emacs is
16208         exited.
16209         (org-id-hash-to-alist, org-id-alist-to-hash)
16210         (org-id-paste-tracker): New functions.
16212 2008-12-07  Carsten Dominik  <carsten.dominik@gmail.com>
16214         * org-agenda.el (org-agenda-goto-calendar): Remove duplicate let
16215         bindings of calendar variables.
16217         * org-table.el (org-table-find-row-type): Rename from
16218         `org-find-row-type'.
16219         (org-table-rewrite-old-row-references): Rename from
16220         `org-rewrite-old-row-references'.
16221         (org-table-shift-refpart): Rename from `org-shift-refpart'.
16222         (org-table-cleanup-narrow-column-properties): Rename from
16223         `org-cleanup-narrow-column-properties'.
16225 2008-12-07  Carsten Dominik  <carsten.dominik@gmail.com>
16227         * org-table.el (org-find-row-type): New arguments DESC and CLINE,
16228         for better error messages.
16229         (org-table-get-descriptor-line): Supply the new arguments to
16230         `org-find-row-type'.
16231         (org-table-error-on-row-ref-crossing-hline): New option.
16233         * org.el (org-target-link-regexp): Make buffer-local.
16234         (org-move-subtree-down): Fix bug with trees at beginning of
16235         buffer.
16237 2008-12-07  Carsten Dominik  <carsten.dominik@gmail.com>
16239         * org-faces.el (org-set-tag-faces): New function.
16240         (org-tags-special-faces-re): New variable.
16242         * org.el (org-font-lock-add-tag-faces, org-get-tag-face): New functions.
16244         * org-faces.el (org-tag-faces): New option.
16245         (org-tag): Mention `org-tag-faces' in the docstring.
16247 2008-12-07  Carsten Dominik  <carsten.dominik@gmail.com>
16249         * org-exp.el (org-export-html-style-default): Implement new
16250         quoting.
16252         * org-jsinfo.el (org-infojs-template): Implement new quoting.
16254         * org-w3m.el (w3m-minor-mode-hook): Also add the special copy
16255         command to the `w3m-minor-mode-map'.
16257         * org-archive.el (org-archive-to-archive-sibling):
16258         Protect `this-command' to avoid appending kills during archiving.
16260         * org-exp.el (org-export-with-priority): New variable.
16261         (org-export-add-options-to-plist): Use `org-export-plist-vars'
16262         instead of internal list of strings and properties.
16263         (org-print-icalendar-entries): Retrieve the location property with
16264         inheritance.
16266 2008-12-07  Carsten Dominik  <carsten.dominik@gmail.com>
16268         * org-exp.el (org-export-with-todo-keywords): New option.
16269         (org-export-plist-vars): Include also the keys for the #+OPTIONS
16270         line.
16271         (org-default-export-plist, org-export-add-options-to-plist)
16272         (org-export-as-ascii, org-export-as-html): Use the new structure
16273         of `org-export-plist-vars'.
16275         * org.el (org-map-entries): Return all values.
16277 2008-12-07  Carsten Dominik  <carsten.dominik@gmail.com>
16279         * org.el (org-matcher-time): Recognize more special values.
16281         * org-gnus.el (fboundp): Fix defvaralias for XEmacs.
16283 2008-12-07  Carsten Dominik  <carsten.dominik@gmail.com>
16285         * org.el (org-tags-exclude-from-inheritance): New option.
16286         (org-tag-inherit-p, org-remove-uniherited-tags):
16287         Respect `org-tags-exclude-from-inheritance'.
16289         * org-agenda.el (org-agenda-show-inherited-tags): New option.
16290         (org-format-agenda-item): Add inherited tags to the agenda line
16291         string, and make sure that properties are kept when downcasing the
16292         tags list.
16293         (org-agenda-add-inherited-tags): New function.
16294         (org-downcase-keep-props): New function.
16296         * org.el (org-scan-tags): Mark inherited tags with a text
16297         property.
16298         (org-get-tags-at): Mark inherited tags with a text property.
16299         (org-add-prop-inherited): New function.
16301         * org-agenda.el (org-agenda-add-inherited-tags): New function.
16302         (org-agenda-show-inherited-tags): New option.
16304 2008-12-07  Carsten Dominik  <carsten.dominik@gmail.com>
16306         * org.el (org-modules): Add org-w3m to the default modules.
16308         * org-table.el (orgtbl-self-insert-command): Make S-SPC work in
16309         orgtbl-mode.
16310         (orgtabl-create-or-convert-from-region): New command.
16312         * org-exp.el (org-export-as-ascii): Remove the handling of
16313         targets.
16314         (org-export-ascii-preprocess): Handle targets already in this
16315         function.
16317 2008-12-07  Carsten Dominik  <carsten.dominik@gmail.com>
16319         * org-timer.el (org-timer-start-time): Define this variable.
16320         (org-timer-item): Make argument optional.
16322         * org-list.el (org-insert-item): Automatically insert a timer item
16323         if the current list is a timer list.
16325         * org-timer.el: New file.
16327         * org-publish.el (org-publish-org-index): Only exclude the index
16328         file in the main directory from being added to the site-map.
16329         (org-publish-get-project-from-filename): If the current project is
16330         a component, start publishing from the parent project.
16332 2008-12-07  Carsten Dominik  <carsten.dominik@gmail.com>
16334         * org-table.el (orgtbl-ret): Fix RET at beginning-of-buffer.
16336         * org-publish.el (org-publish-org-index): Improve removal of
16337         temporary buffers.
16339 2008-11-24  Carsten Dominik  <carsten.dominik@gmail.com>
16341         * org-agenda.el (org-get-closed): Re-apply changes
16342         accidentially overwritten by last commit to Emacs.
16344         * org.el (org-outline-path-complete-in-steps): New option.
16345         (org-refile-get-location):
16346         Honor `org-outline-path-complete-in-steps'.
16347         (org-agenda-change-all-lines, org-tags-sparse-tree)
16348         (org-time-string-to-absolute, org-small-year-to-year)
16349         (org-link-escape): Re-apply changes accidentially overwritten
16350         by last commit to Emacs.
16352 2008-11-23  Carsten Dominik  <carsten.dominik@gmail.com>
16354         * org-clock.el (org-dblock-write:clocktable): Make sure the
16355         clocktable sees the first line.
16356         (org-clock-in): Warn if the clock cannot be resumed.
16358 2008-11-23  Carsten Dominik  <carsten.dominik@gmail.com>
16360         * org.el (org-open-at-point): Fix mixup about interactive and
16361         non-interactive elisp links.
16363 2008-11-23  Carsten Dominik  <carsten.dominik@gmail.com>
16365         * org-exp.el (org-export-preprocess-string): Allow one comment
16366         line before the first headline to always be included.  This is
16367         to not miss a commented target.
16369         * org-mouse.el (org-mouse-insert-item):
16370         Call `org-indent-to-column' instead of `indent-to', for XEmacs
16371         compatibility.
16373         * org.el (org-refile-targets): Fix customize definition so
16374         that it works also in XEmacs.
16375         (org-fixup-indentation): Call `org-indent-to-column' instead
16376         of `indent-to', for XEmacs compatibility.
16378 2008-11-23  Tokuya Kameshima  <kames@fa2.so-net.ne.jp>
16380         * org-mew.el (org-mew-store-link): Get the correct case folder
16381         for refiled messages.
16383 2008-11-23  Carsten Dominik  <carsten.dominik@gmail.com>
16385         * org-exp.el (org-export-as-ascii): Remove the "\\" forced
16386         line break indicators.
16388         * org.el (org-ido-completing-read): Remove the "i:" prefix for
16389         ido-completion propts.
16391 2008-11-23  Carsten Dominik  <carsten.dominik@gmail.com>
16393         * org-remember.el (org-remember-apply-template):
16394         Use `org-substring-no-properties'.
16396         * org-compat.el (org-substring-no-properties): New function.
16398         * org-remember.el (org-remember-apply-template):
16399         Use `org-substring-no-properties' for compatibility.
16401         * org-list.el (org-list-two-spaces-after-bullet-regexp):
16402         New option.
16403         (org-fix-bullet-type):
16404         Respect `org-list-two-spaces-after-bullet-regexp'.
16406         * org-clock.el (org-clock-load): Clean up the code.
16408         * org.el (org-adaptive-fill-function): Allow two spaces after
16409         "1." as a list bullet.
16411 2008-11-23  Carsten Dominik  <carsten.dominik@gmail.com>
16413         * org-clock.el (org-clock-save, org-clock-load): Check for
16414         live buffers, existing files, and buffer file names to ensure
16415         consistent information.
16416         (org-clock-persist): Make `clock' a special value of this
16417         variable, and improve docstring.
16419         * org-list.el (org-cycle-list-bullet, org-fix-bullet-type)
16420         (org-get-string-indentation): Adapt indentation when the bullet
16421         width changes.
16423 2008-11-23  Carsten Dominik  <carsten.dominik@gmail.com>
16425         * org-remember.el (org-remember-finalize): Make interactive.
16426         (org-remember-kill): New command.
16427         (org-remember-finish-immediately): Call `org-remember-finalize'
16428         directly.
16429         (org-remember-finalize): Make `org-remember-finalize' an interactive
16430         function.
16432 2008-11-23  Carsten Dominik  <carsten.dominik@gmail.com>
16434         * org-remember.el (org-remember-apply-template): No ido completion
16435         for free prompts in remember templates.
16436         (org-remember-before-finalize-hook): New hook.
16437         (org-remember-mode): New minor mode.
16438         (org-remember-apply-template): Turn on `org-remember-mode'.
16440         * org-remember.el (org-remember-apply-template): Fix the way how
16441         the list of allowed properties is retrieved from the target file.
16443         * org.el (org-insert-link): Improve file link matching.
16445 2008-11-23  Carsten Dominik  <carsten.dominik@gmail.com>
16447         * org-colview.el (org-columns-display-here): New argument
16448         DATELINE, to trigger using the new face.
16449         (org-agenda-colview-summarize): Call `org-columns-display-here'
16450         with the new argument.
16452         * org-faces.el (org-agenda-column-dateline): New face.
16454         * org-publish.el (org-publish-org-index): Use index-title at page
16455         title, not as section.
16457         * org-exp.el (org-export-html-format-desc): Respect the
16458         org-protect property.
16459         (org-export-as-html): Protect image specifiers that are in the
16460         description part of a link.
16462         * org.el (org-sort-entries-or-items, org-completing-read)
16463         (org-refile-get-location, org-olpath-completing-read, org-todo)
16464         (org-show-todo-tree, org-sparse-tree, org-make-tags-matcher)
16465         (org-set-tags, org-change-tag-in-region, org-fast-tag-selection)
16466         (org-set-property, org-delete-property)
16467         (org-delete-property-globally): Use `org-ido-completing-read'.
16469         * org-remember.el (org-remember-apply-template):
16470         Use `org-ido-completing-read'.
16472         * org-publish.el (org-publish): Use `org-ido-completing-read'.
16474         * org-colview.el (org-columns-edit-value, org-columns-new)
16475         (org-insert-columns-dblock): Use `org-ido-completing-read'.
16477         * org-colview-xemacs.el (org-columns-edit-value)
16478         (org-columns-new, org-insert-columns-dblock):
16479         Use `org-ido-completing-read'.
16481         * org-attach.el (org-attach-delete-one, org-attach-open):
16482         Use `org-ido-completing-read'.
16484         * org-agenda.el (org-todo-list, org-agenda-filter-by-tag):
16485         Use `org-ido-completing-read'.
16487         * org.el (org-time-today): New function.
16488         (org-matcher-time): Use `org-time-today'.  Add special treatment
16489         for "<tomorrow>" and "<yesterday>".
16490         (org-ido-completing-read): New function.
16491         (org-completion-use-ido): New option.
16493         * org-exp.el (org-export-format-source-code): Fix bug in require
16494         htmlize code.
16495         (org-export-target-internal-links): Fix bug in search for text
16496         property.
16498 2008-11-23  Carsten Dominik  <carsten.dominik@gmail.com>
16500         * org-export-latex.el (org-export-latex-subcontent):
16501         Interpret target aliases as additional labels.
16503         * org-exp.el (org-export-target-aliases): New variable.
16504         (org-export-preprocess-string)
16505         (org-export-handle-invisible-targets): Fill the alias alist.
16506         (org-export-as-html): Remove the &nbsp; from the anchor, and also
16507         assign an id.
16508         (org-html-level-start): Insert the target aliases as additional
16509         anchors.
16511         * org.el (org-edit-fixed-width-region): Fix bug when starting a new
16512         picture area.
16514 2008-11-23  Carsten Dominik  <carsten.dominik@gmail.com>
16516         * org.el (org-open-at-mouse): Ensure correct link abbreviations
16517         when following a link with the mouse from the agenda.
16519         * org-exp.el (org-export-as-html): Avoid lone </div> when no
16520         headlines are created.
16522 2008-11-23  Carsten Dominik  <carsten.dominik@gmail.com>
16524         * org.el (org-link-translation-function): New option.
16525         (org-open-at-point): Call `org-link-translation-function' if
16526         non-nil.
16527         (org-translate-link): New function.
16528         (org-translate-link-from-planner): New function.
16529         (org-open-at-point): Allow interactive commands in elisp links.
16531         * org-exp.el (org-icalendar-cleanup-string): Restore the old
16532         iCalendar quoting.  The new one seems to caus problems with
16533         applications.
16535         * org.el (org-yank): Set `this-command' to `yank', so that
16536         `yank-pop' will work.
16538 2008-11-23  Carsten Dominik  <carsten.dominik@gmail.com>
16540         * org-exp.el (org-icalendar-cleanup-string): Improve RFC2455
16541         compliance as far as quoting is concerned.
16543         * org.el (org-link-expand-abbrev): Implement %h as an escape for a
16544         hexified version of the tag.
16546         * org-vm.el (org-vm-follow-link): Require `vm-search'.
16548         * org.el (org-up-heading-safe, org-forward-same-level):
16549         Always call `org-back-to-heading' instead of `outline-back-to-heading'.
16550         (org-back-to-heading): New wrapper around outline-back-to-heading,
16551         with a useful error message telling where the error happened.
16553         * org-list.el (org-update-checkbox-count): Always call
16554         `org-back-to-heading' instead of `outline-back-to-heading'.
16556         * org-exp.el (org-export-as-html): Make sure that each <img> tag
16557         has an `alt' attribute, to ensure XHTML validation.
16559 2008-11-23  Carsten Dominik  <carsten.dominik@gmail.com>
16561         * org-publish.el (org-publish-attachment): Allow publishing to
16562         overwrite attachment files.
16564         * org-agenda.el (org-agenda-timerange-leaders): New option.
16565         (org-agenda-get-blocks): Use `org-agenda-timerange-leaders'.
16567         * org.el (org-edit-src-exit): Untabify ASCII image before
16568         returning.
16570 2008-11-19  Glenn Morris  <rgm@gnu.org>
16572         * org.el, org-mouse.el (org-agenda-change-all-lines):
16573         Fix declaration.
16575 2008-11-18  Carsten Dominik  <dominik@science.uva.nl>
16577         * org.el ("speedbar"): Only show context if the file really is an
16578         org-mode buffer.
16580 2008-11-17  Juanma Barranquero  <lekktu@gmail.com>
16582         * org.el (org-time-string-to-absolute, org-small-year-to-year)
16583         (org-tags-sparse-tree): Fix typos in docstrings.
16585 2008-11-15  Carsten Dominik  <dominik@science.uva.nl>
16587         * org-publish.el (org-publish-attachment): Allow copy-file to
16588         overwrite files.
16590 2008-11-13  Glenn Morris  <rgm@gnu.org>
16592         * org-agenda.el (org-get-closed): Fix alias.
16594 2008-11-12  Juanma Barranquero  <lekktu@gmail.com>
16596         * org.el (org-link-escape): Fix typo in docstring.
16598 2008-11-12  Carsten Dominik  <carsten.dominik@gmail.com>
16600         * org.el (org-yank): Make any prefix force normal yanking.
16601         Suppress folding if text would be swallowed into a folded
16602         subtree.
16603         (org-yank-folded-subtrees, org-yank): Docstring updates.
16605         * org-agenda.el (org-agenda-compare-effort): Treat no effort
16606         defined as 0.
16608         * org-exp.el (org-export-language-setup): Add Catalan and
16609         Esperanto language entries.
16611 2008-11-12  Carsten Dominik  <carsten.dominik@gmail.com>
16613         * org.el (org-refile): Allow refiling of entire regions.
16615         * org-clock.el (org-clock-time%): New function.
16617         * org.el (org-entry-get, org-entry-delete): Use safer regexps to
16618         retrieve property values.
16620 2008-11-12  Carsten Dominik  <carsten.dominik@gmail.com>
16622         * org-agenda.el (org-agenda-list): Handle the value `only' of
16623         org-agenda-show-log'.
16624         (org-agenda-log-mode): Interpret a double prefix arg.
16626 2008-11-12  Carsten Dominik  <carsten.dominik@gmail.com>
16628         * org-exp.el (org-export-html-footnotes-section): New variable.
16629         (org-export-as-html): Use `org-export-html-footnotes-section' to
16630         insert the footnotes.
16631         (org-export-language-setup): Add "Footnotes" to language words.
16633 2008-11-12  Carsten Dominik  <carsten.dominik@gmail.com>
16635         * org.el (org-yank): Fix bug when not inserting a subtree.
16637 2008-11-12  Carsten Dominik  <carsten.dominik@gmail.com>
16639         * org-vm.el (org-vm-follow-link): Call `vm-preview-current-message'
16640         instead of `vm-beginning-of-message'.
16642         * org.el (org-make-link-regexps): Make sure that links to gnus can
16643         contain brackets.
16645 2008-11-12  Carsten Dominik  <carsten.dominik@gmail.com>
16647         * org-attach.el (org-attach-dir): Remove duplicate ID creation
16648         code.
16650         * org-id.el (org-id-new): Use `org-trim' to extract the uuid from
16651         shell output.
16653         * org.el (org-link-abbrev-alist): Improve customization type.
16655         * org-attach.el (org-attach-expand-link, org-attach-expand):
16656         New functions.
16658         * org-agenda.el (org-agenda-get-progress): Rename from
16659         `org-get-closed'.  Implement searching for state changes as well.
16660         (org-agenda-log-mode-items): New option.
16661         (org-agenda-log-mode): New option prefix argument, interpreted as
16662         request to show all possible progress info.
16663         (org-agenda-get-day-entries): Call `org-get-progress' instead of
16664         `org-get-closed'.
16665         (org-agenda-set-mode-name): Handle the more complex log mode
16666         settings.
16667         (org-get-closed): New alias, pointing to `org-get-progress'.
16669 2008-11-12  Carsten Dominik  <dominik@science.uva.nl>
16671         * org.el (org-file-apps-defaults-gnu)
16672         (org-file-apps-defaults-macosx)
16673         (org-file-apps-defaults-windowsnt): Add an entry defining the
16674         system command.
16675         (org-file-apps): Allow `system' as key and value.
16676         (org-open-at-point): Explain the effect of a double prefix arg.
16677         (org-open-file): If the argument `in-emacs' is (16),
16678         i.e. corresponding to a double prefix argument, try to open the
16679         file externally.
16681 2008-11-12  Carsten Dominik  <dominik@science.uva.nl>
16683         * org.el (org-insert-link): Abbreviate absolute files names in
16684         links.  Also, fix a bug in which the double C-u prefix would not
16685         be honored.
16687 2008-11-12  Carsten Dominik  <dominik@science.uva.nl>
16689         * org.el (org-insert-heading): If buffer does not end with a
16690         newline, add one if necessary to insert headline correctly.
16692         * org-exp.el (org-export-as-html): Make sure that <hr/> is between
16693         paragraphs, not inside.
16695         * org.el (org-todo):
16696         Quote `org-agenda-headline-snapshot-before-repeat'.
16698         * org-exp.el (org-export-as-html): Fully process link descriptions.
16699         (org-export-html-format-desc): New function.
16700         (org-export-as-html): Collect footnotes into the correct basket.
16701         (org-html-protect): No longer protect quotations marks here, this
16702         goes wrong.
16704         * org-agenda.el (org-agenda-remove-marked-text): Bind variable
16705         BEG.
16707         * org-compat.el (org-fit-window-to-buffer): New function (not
16708         really, a preliminary and incomplete version was present earlier,
16709         but not used).
16711         * org.el (org-fast-todo-selection, org-fast-tag-selection):
16712         Use `org-fit-window-to-buffer'.
16714         * org-exp.el (org-export): Use `org-fit-window-to-buffer'.
16716         * org-agenda.el (org-agenda-get-restriction-and-command)
16717         (org-fit-agenda-window, org-agenda-convert-date):
16718         Use `org-fit-window-to-buffer'.
16720         * org-exp.el (org-export-as-html): Process href links through
16721         `org-export-html-format-href'.
16722         (org-export-html-format-href): New function.
16724         * org-agenda.el (org-agenda-todo): Update only the current
16725         headline if this is a repeated TODO, marked done for today.
16726         (org-agenda-change-all-lines): New argument JUST-THIS, to change
16727         only the current line.
16729         * org.el (org-todo): Take a snapshot of the headline if the
16730         repeater might change it.
16732 2008-11-12  Carsten Dominik  <dominik@science.uva.nl>
16734         * org-publish.el (org-publish-find-title): Remove buffers visited
16735         only for extracting the title.
16737         * org-exp.el (org-export-html-style)
16738         (org-export-html-style-default): Mark style definitions as
16739         unparsed CDATA.
16741         * org-publish.el (org-publish-validate-link):
16742         Function re-introduced.
16744 2008-11-12  Charles Sebold  <csebold@gmail.com>
16746         * org-plot.el (org-plot/add-options-to-plist): Supports timefmt
16747         property.
16748         (org-plot-quote-timestamp-field): New function.
16749         (org-plot-quote-tsv-field): Call timestamp field function when
16750         necessary rather than just quoting as a string.
16751         (org-plot/gnuplot-to-data): Pass in timefmt property.
16752         (org-plot/gnuplot-script): Supports timefmt property.
16753         (org-plot/gnuplot): Checks for timestamp column before checking
16754         for text index column.
16756 2008-11-12  Carsten Dominik  <dominik@science.uva.nl>
16758         * org.el (org-insert-heading): Improve behavior with hidden subtrees.
16760         * org-publish.el (org-publish-org-index): Create a section in the
16761         index file.
16762         (org-publish-org-index): Stop linking to directories.
16764         * org.el (org-emphasis-alist): Use span instead of <u> to
16765         underline text.
16767         * org-exp.el (org-export-as-html): Make sure <p> is closed before
16768         <pre> sections.
16770 2008-11-12  Sebastian Rose  <sebastian_rose@gmx.de>
16772         * org-jsinfo.el (org-infojs-template): Remove language attribute
16773         from script tag.
16775 2008-11-12  Carsten Dominik  <dominik@science.uva.nl>
16777         * org-agenda.el (org-agenda-remove-marked-text): New function.
16778         (org-agenda-mark-filtered-text)
16779         (org-agenda-unmark-filtered-text): New functions.
16780         (org-write-agenda): Remove filtered text.
16782         * org.el (org-make-tags-matcher): Give access to TODO "property"
16783         without speed penalty.
16785 2008-11-12  Carsten Dominik  <dominik@science.uva.nl>
16787         * org.el (org-link-frame-setup): Add `org-gnus-no-new-news' as an
16788         option.
16789         (org-store-link-props): Make sure adding to the plist works
16790         correctly.
16792         * org-gnus.el (org-gnus-no-new-news): New function.
16793         (org-gnus-follow-link): Allow the article ID to be a message-id,
16794         in addition to allowing article numbers.  Message IDs make much
16795         more roubust links.
16796         (org-gnus-store-link): Use message-id to create link.
16798 2008-11-12  Carsten Dominik  <dominik@science.uva.nl>
16800         * org.el (org-emphasize): Reverse the selection array.
16801         (org-emphasis-alist): Set <code> tags for the verbatim
16802         environment.
16804         * org-remember.el (org-remember-handler): Fix bug with
16805         prefix-related changing of the note storage target.
16807         * org-exp.el (org-print-icalendar-entries): Make the exported
16808         priorities compatible with RFC 2445.
16810         * org-clock.el (org-clock-save): Insert time stamp without
16811         dependence on time-stamp.el.
16813 2008-11-12  Carsten Dominik  <dominik@science.uva.nl>
16815         * org.el ("saveplace"): If saveplace puts point into an invisible
16816         location, make it visible.
16817         (org-make-tags-matcher): Allow inactive time stamps in time
16818         comparisons.
16819         (org-yank-adjusted-subtrees): New option.
16820         (org-yank): Incorporate adjusting trees.
16821         (org-paste-subtree): New argument FOR-YANK which will cause
16822         insertion at point without backing up over white lines, and leave
16823         point at the end of the inserted text.  Also if the cursor is
16824         at the beginning of a headline, use the same level or the inserted
16825         tree.
16827         * org-publish.el (org-publish-get-base-files-1): Deal correctly
16828         with broken symlinks.
16830 2008-11-12  Carsten Dominik  <dominik@science.uva.nl>
16832         * org-exp.el (org-export-select-tags, org-get-current-options):
16833         Fix typo.
16835 2008-11-06  Glenn Morris  <rgm@gnu.org>
16837         * org-publish.el (org-publish-attachment): Use copy-file rather than
16838         eshell/cp.
16840 2008-11-04  Juanma Barranquero  <lekktu@gmail.com>
16842         * org.el (org-columns-modify-value-for-display-function):
16843         * org-table.el (org-table-convert-region): Fix typos in docstrings.
16845 2008-10-28  Glenn Morris  <rgm@gnu.org>
16847         * org-agenda.el (org-agenda-align-tags): Replace use of cl `adjoin'.
16849         * org-list.el (outline-next-heading, outline-back-to-heading):
16850         Fix declarations.
16852 2008-10-26  Carsten Dominik  <dominik@science.uva.nl>
16854         * org-agenda.el (org-format-agenda-item)
16855         (org-agenda-filter-make-matcher): Make sure tags are stored and
16856         compared downcased.
16858 2008-10-26  Carsten Dominik  <dominik@science.uva.nl>
16860         * org.el (org-insert-todo-heading): Fix bug with force-heading
16861         argument.
16863 2008-10-26  Carsten Dominik  <dominik@science.uva.nl>
16865         * org-exp.el (org-export-as-ascii): Handle the case that we are
16866         bulishing from an indirect buffer.
16868         * org-table.el (org-table-copy-down): Fix bug with time stamp
16869         increment.
16871         * org-mouse.el (org-mouse-features): New option.
16872         (org-mode-hook): Turn on features depending on
16873         `org-mouse-features'.
16875         * org.el (org-insert-heading-respect-content): Force heading
16876         creation.
16877         (org-insert-heading): Keep the folding state of the heading before
16878         the inserted one.
16880 2008-10-26  Carsten Dominik  <dominik@science.uva.nl>
16882         * org-archive.el (org-archive-to-archive-sibling): Handle top
16883         level headlines better.
16885 2008-10-26  Bastien Guerry  <bzg@altern.org>
16887         * org-export-latex.el (org-export-latex-classes):
16888         Add \usepackage{graphicx} to the default list of packages.
16890 2008-10-26  Carsten Dominik  <dominik@science.uva.nl>
16892         * org-agenda.el (org-agenda-filter): Rename from
16893         `org-agenda-filter-tags'.
16895 2008-10-26  Carsten Dominik  <dominik@science.uva.nl>
16897         * org.el (org-entry-properties): Add CATEGORY property, iven if it
16898         is not defined as a property in this entry.
16899         (org-add-log-note): Mask prefix argument when immediately storing
16900         the note.
16902         * org-agenda.el (org-agenda-filter-effort-default-operator):
16903         New option.
16905 2008-10-26  James TD Smith  <ahktenzero@mohorovi.cc>
16907         * org.el (org-add-log-setup): Bugfix; code to find insertion point
16908         after drawers was skipping ahead one line too many, so notes were
16909         inserted after the first note instead of before it.
16911 2008-10-26  Carsten Dominik  <dominik@science.uva.nl>
16913         * org-agenda.el (org-agenda-filter-tags, org-agenda-filter-form):
16914         New variables.
16915         (org-prepare-agenda): Reset the filter tags.
16916         (org-agenda-filter-by-tag, org-agenda-filter-by-tag-show-all):
16917         Show filter tags in mode line.
16919         * org-table.el (orgtbl-to-html): Bind `html-table-tag' for the
16920         formatter.
16922         * org-export-latex.el (org-latex-entities-regexp): New constant.
16923         (org-export-as-pdf): Use two calls to `shell-command'.
16925 2008-10-26  Carsten Dominik  <dominik@science.uva.nl>
16927         * org-export-latex.el (org-export-latex-treat-sub-super-char):
16928         Honor the {} value of the subsuperscript setting.  Make sure that
16929         longer subsuperscripts are typeset in a roman font.
16931         * org.el (org-clock-update-time-maybe): Compute negative clock
16932         intervals correctly.
16934 2008-10-26  Carsten Dominik  <dominik@science.uva.nl>
16936         * org.el (org-add-log-setup):
16937         Respect `org-log-state-notes-insert-after-drawers'.
16938         (org-log-state-notes-insert-after-drawers): New option.
16939         (org-todo-trigger-tag-changes): New function.
16940         (org-todo): Call `org-todo-trigger-tag-changes'.
16942 2008-10-26  James TD Smith  <ahktenzero@mohorovi.cc>
16944         * org.el (org-add-log-setup): Only skip drawers if they are
16945         immediately after the scheduling keywords.
16947         * org-clock.el (org-clock-in-switch-to-state): Allow this to be a
16948         function.
16949         (org-clock-in): If `org-clock-in-switch-to-state' is a function,
16950         call it with the current todo state to get the state to switch to
16951         when clocking in.
16952         (org-clock-in): Use org-indent-line-function to indent clock lines.
16953         (org-clock-find-position): Fix indentation of empty clock drawers.
16955 2008-10-26  Carsten Dominik  <dominik@science.uva.nl>
16957         * org-publish.el (org-publish-org-to): Handle case when
16958         org-export-to-pdf does return a file name, not a buffer.
16959         (org-publish-org-to-pdf): New function.
16961         * org-export-latex.el (org-export-as-pdf)
16962         (org-export-as-pdf-and-open): New commands.
16964         * org-table.el (org-table-eval-formula): Avoid parsing Calc's HMS
16965         forms as ranges.
16967         * org-export-latex.el (org-export-latex-lists): Ignore lists-like
16968         things in protexted regions.
16970 2008-10-26  Carsten Dominik  <dominik@science.uva.nl>
16972         * org-export-latex.el (org-export-latex-preprocess):
16973         Improve quoting of LaTeX environments.
16975 2008-10-19  Eli Zaretskii  <eliz@gnu.org>
16977         * org.el (org-default-notes-file):
16978         * org-publish.el (org-publish-timestamp-directory):
16979         * org-id.el (org-id-locations-file): Run file names that begin
16980         with a period thru `convert-standard-filename'.
16982 2008-10-12  Carsten Dominik  <dominik@science.uva.nl>
16984         * org-plot.el: Switch coding system to unix.
16986 2008-10-12  John Wiegley  <johnw@newartisans.com>
16988         * org-attach.el: New file.
16990 2008-10-12  Carsten Dominik  <carsten.dominik@gmail.com>
16992         * org.el (org-edit-fixed-width-region): Exclude final newline from
16993         picture area.
16995         * org-export-latex.el (org-export-latex-subcontent): Add labels to
16996         sections, to make internal links work.
16997         (org-export-latex-fontify-headline): Do not remove all text
16998         properties, to make sure that target properties survive this
16999         process.
17001         * org-exp.el (org-export-preprocess-string): Change sequence of
17002         modifications, to make sure links are prepared before the LaTeX
17003         conversions do happen.
17005         * org-attach.el (org-attach-delete-all): Rename from
17006         `org-attch-delete'.  Add a security query before deleting the
17007         entire directory.  New optional argument FORCE can overrule the
17008         security query.
17009         (org-attach-delete-one): New command.
17011         * org-attach.el (org-attach-file-list): Fix bug with directory.
17013         * org.el (org-apps-regexp-alist): New function.
17014         (org-file-apps): Add auto-mode to the default value.
17015         (org-open-file): Use the new structure of org-file-apps.
17017         * org-attach.el (org-attach): Support the new keys.
17018         (org-attach-method): New option.
17020         * org-bbdb.el (org-bbdb-anniversaries): Fix but with 29 Feb/1
17021         March.
17023         * org.el (org-remove-uniherited-tags): Fix reverse interpretation
17024         of the list value o `org-use-tag-inheritance'.
17026         * org-attach.el (org-attach-auto-tag): New option.
17027         (org-attach-tag, org-attach-untag): New functions.
17028         (org-attach-attach, org-attach-new, org-attach-sync):
17029         Call `org-attach-tag'.
17030         (org-attach-delete): Call `org-attach-untag'.
17032         * org-table.el (orgtbl-self-insert-command): Make this work for
17033         the keypad as well.
17035         * org.el (org-add-log-setup): Limit searc for drawers to entry
17036         text, not to subtree.
17038         * org-clock.el (org-clock-heading-for-remember): New variable.
17039         (org-clock-in): Set `org-clock-heading-for-remember'.
17041 2008-10-12  James TD Smith  <ahktenzero@mohorovi.cc>
17043         * org-remember.el (org-remember-apply-template): Add new
17044         expansions: %k, %K for currently clocked task and a link to the
17045         currently clocked task, and %< to file notes in the currently
17046         clocked task.
17048 2008-10-12  Carsten Dominik  <dominik@science.uva.nl>
17050         * org-export-latex.el (org-export-latex-make-header): Also insert
17051         the content of the property :latex-header-extra.
17053         * org-exp.el (org-infile-export-plist): Put the content of
17054         #+LATEX_HEADER: into the property :latex-header-extra.
17056         * org-colview.el (org-columns-get-format-and-top-level):
17057         Remove resetting the marker.
17059         * org-colview-xemacs.el (org-columns-get-format-and-top-level):
17060         Remove resetting the marker.
17062         * org.el (org-entry-property-inherited-from): Improve docstring.
17063         (org-entry-get-with-inheritance): Reset marker before starting the
17064         search.
17066         * org-exp.el (org-infile-export-plist): Allow multiple STYLE lines.
17068         * org.el (org-entry-get-multivalued-property)
17069         (org-entry-protect-space, org-entry-restore-space):
17070         New functions.
17071         (org-file-apps-defaults-macosx): Let PostScript files be opened by
17072         preview.
17073         (org-time-stamp-inactive): Call `org-time-stamp'.
17074         (org-time-stamp): New argument `inactive'.  Also edit inactive
17075         stamps.  Convert time stamp type.
17076         (org-open-file): Interpret the `default' value for the `command'
17077         in `org-file-apps'.
17079         * org-id.el (org-id-int-to-b36-one-digit)
17080         (org-id-b36-to-int-one-digit, org-id-int-to-b36)
17081         (org-id-b36-to-int, org-id-time-to-b36): Modify from b62 to
17082         b36.
17084         * org-id.el (org-id-reverse-string): New function.
17085         (org-id-new): Use `org-id-reverse-string' to make sure the
17086         beginning chars of the ID are mutating fast.  This allows to use a
17087         directory structure to spread things better.
17088         (org-id-prefix): Change default to nil.
17090         * org-list.el (org-move-item-down, org-move-item-up): Remember and
17091         restore the column of the cursor position.
17093         * org-remember.el (org-remember-apply-template): Remove properties
17094         from `initial'.
17096         * org-wl.el (org-wl-open): Remove useless call to
17097         `wl-thread-open-all'.
17099         * org-remember.el (org-remember-handler): Fix bug with `bottom'
17100         location.
17102         * org-bbdb.el (org-bbdb-anniversaries): Require bbdb in
17103         `org-bbdb-anniversaries'.
17105         * org.el (org-get-next-sibling, org-forward-same-level):
17106         New functions, similar to the outline versions, but invisible headings
17107         are OK.
17109 2008-10-12  Bastien Guerry  <bzg@altern.org>
17111         * org.el (org-auto-repeat-maybe): Insert a space between
17112         the timestamp's type and the timestamp itself.
17114 2008-10-12  Carsten Dominik  <dominik@science.uva.nl>
17116         * org-table.el (org-table-sum): Do not format the result with %g,
17117         it does rounding when there are too many digits.
17119         * org.el (org-map-entries): Protect the keyword-selecting variables.
17121 2008-10-12  Bastien Guerry  <bzg@altern.org>
17123         * org-agenda.el (org-agenda-to-appt): Make sure the function check
17124         against all agenda files.
17126 2008-10-12  Carsten Dominik  <dominik@science.uva.nl>
17127         Bastien Guerry  <bzg@altern.org>
17129         * org-list.el: New file, aggregating list functions from org.el
17130         and org-export-latex.el.
17132 2008-10-12  Carsten Dominik  <dominik@science.uva.nl>
17134         * org.el (org-edit-src-region-extra): New option.
17136         * org-agenda.el (org-agenda-to-appt): Fix bug with appointment
17137         time before 1am.
17139 2008-10-12  Bastien Guerry  <bzg@altern.org>
17141         * org-export-latex.el (org-export-latex-keywords-maybe): Bug fix.
17143 2008-10-12  James TD Smith  <ahktenzero@mohorovi.cc>
17145         * org-plot.el (org-plot/gnuplot): Make tables starting with a
17146         hline work correctly.
17147         (org-plot/gnuplot-script): Put commas at the end of each script
17148         line.
17150         * org.el (org-get-refile-targets): Replace links with their
17151         descriptions.
17152         (org-imenu-get-tree): Replace links with their descriptions.
17154         * org-remember.el (org-remember-apply-template): Add a new
17155         expansion for adding properties to remember items.
17157         * org.el (org-add-log-setup): Skip over drawers (properties,
17158         clocks etc) when adding notes.
17160         * org-agenda.el (org-agenda-get-closed): Show durations of clocked
17161         items as well as the start and end times.
17163         * org-compat.el (org-get-x-clipboard-compat): Add a compat
17164         function for fetching the X clipboard on XEmacs and GNU Emacs 21.
17166         * org-remember.el (org-get-x-clipboard): Use the compat
17167         function to get clipboard values when x-selection-value is
17168         unavailable.  Use substring-no-properties instead of
17169         set-text-properties to remove text properties from the clipboard
17170         value.
17172         * org-clock.el (org-update-mode-line): Support limiting the
17173         modeline clock string, and display the full todo value in the
17174         tooltip.  Set a local keymap so mouse-3 on the clock string goes to
17175         the currently clocked task.
17176         (org-clock-string-limit): Add a custom value for the maximum
17177         length of the clock string in the modeline.
17178         (org-clock-mode-map): Add a keymap for the modeline string.
17180 2008-10-12  Carsten Dominik  <dominik@science.uva.nl>
17182         * org-compat.el (org-propertize): New function.
17184 2008-10-12  Bastien Guerry  <bzg@altern.org>
17186         * org-export-latex.el (org-export-latex-tables): Protect exported
17187         tables from further special chars conversion.
17188         (org-export-latex-preprocess): Preserve LaTeX environments.
17189         (org-list-parse-list): Parse descriptive lists.
17190         (org-list-to-generic, org-list-to-latex, org-list-to-html)
17191         (org-list-to-texinfo): Export descriptive lists.
17192         (org-quote-chars): Remove.
17193         (org-export-latex-keywords-maybe): Use `replace-regexp-in-string'.
17194         (org-export-latex-list-beginning-re): Rename to
17195         `org-list-beginning-re'.
17196         (org-list-item-begin): Rename to `org-list-item-beginning'.
17198 2008-10-12  Eric Schulte  <schulte.eric@gmail.com>
17200         * org-plot.el: New file.
17202 2008-10-12  Carsten Dominik  <dominik@science.uva.nl>
17204         * org.el (org-refile): Allow refiling to the last entry in the
17205         buffer.
17206         (org-get-tags-at): Fix bug when inheritance is turned off.
17208         * org.el (org-indent-line-function): No longer check for src
17209         regions, this is too much overhead.
17211         * org-agenda.el (org-agenda-highlight-todo): Fix bugs with keyword
17212         matching.
17214         * org.el (org-scan-tags): Make sure that tags matching is not case
17215         sensitive.  TODO keyword matching is case sensitive, however, to
17216         avoid confusion with similar words that are not meant to be
17217         keywords.
17219         * org.el (org-get-local-tags-at): New function.
17220         (org-get-local-tags): New function.
17222         * org-exp.el (org-export-get-categories): New function.
17224         * org-agenda.el (org-sorting-choice)
17225         (org-agenda-sorting-strategy, org-agenda-get-todos)
17226         (org-agenda-get-timestamps, org-agenda-get-deadlines)
17227         (org-agenda-get-scheduled, org-agenda-get-blocks)
17228         (org-entries-lessp): Implement sorting by TODO state.
17229         (org-cmp-todo-state): New defsubst.
17231         * org-colview.el (org-colview-construct-allowed-dates):
17232         New function.
17233         (org-columns-next-allowed-value):
17234         Use `org-colview-construct-allowed-dates'.
17236         * org-colview-xemacs.el (org-colview-construct-allowed-dates):
17237         New function.
17238         (org-columns-next-allowed-value):
17239         Use `org-colview-construct-allowed-dates'.
17241         * org.el (org-protect-slash): New function.
17242         (org-get-refile-targets): Use `org-protect-slash'.
17244         * org-agenda.el (org-global-tags-completion-table): New variable.
17246         * org-exp.el (org-export-handle-export-tags): New function.
17247         (org-export-preprocess-string):
17248         Call `org-export-handle-export-tags'.
17250         * org-publish.el (org-publish-expand-components): Function removed.
17251         (org-publish-expand-projects): Allow components to have components.
17253         * org.el (org-indent-line-function): Do not indent in regions that
17254         are external source code.
17255         (org-yank-and-fold-if-subtree): New function.
17257         * org-agenda.el (org-agenda-todayp): New function.
17258         (org-agenda-get-deadlines, org-agenda-get-scheduled):
17259         Use `org-agenda-todayp'.
17261         * org.el (org-insert-heading-respect-content)
17262         (org-insert-todo-heading-respect-content): New commands.
17263         (org-insert-heading-respect-content): New option.
17264         (org-insert-heading): Respect `org-insert-heading-respect-content'.
17266         * org-clock.el (org-clock-find-position): Make sure the note after
17267         the clock line gets moved into the new clock drawer.
17269         * org-id.el (org-id-new): New option.
17271         * org-table.el (org-table-copy-down): Avoid overflow during
17272         increment.  Use prefix argument 0 to temporarily disable the
17273         increment.
17275         * org-exp.el (org-export-as-html): Do not turn on the major mode
17276         if the buffer will be killed anyway.
17277         (org-get-current-options): Exclude the #+TEXT field.
17278         (org-export-as-html): Make sure text before the first headline is
17279         a paragraph.
17281         * org-publish.el (org-publish-org-to): Tell the exporter that this
17282         buffer will be killed, so it is not necessary to do major mode
17283         initialization.
17285         * org-archive.el (org-archive-to-archive-sibling): Show empty
17286         lines after folding the archive sibling.
17288         * org.el (org-log-note-extra): New variable.
17290 2008-10-12  Bastien Guerry  <bzg@altern.org>
17292         * org.el (org-additional-option-like-keywords): Add keywords for
17293         the _QUOTE, _VERSE and _SRC environments.
17295         * org-export-latex.el (org-export-latex-preprocess): Fix bug when
17296         exporting _QUOTE and _VERSE environments.
17298 2008-10-12  Carsten Dominik  <dominik@science.uva.nl>
17300         * org-agenda.el (org-agenda-filter-by-tag): New command.
17302         * org-exp.el (org-get-current-options): Remove angular brackets
17303         from the date entry.
17305         * org.el (org-edit-fixed-width-region): New function.
17306         (org-edit-fixed-width-region): Also try
17307         `org-edit-fixed-width-region'.
17308         (org-edit-fixed-width-region-mode): New option.
17309         (org-activate-code): Only interpret lines starting with colon
17310         plus a space as example lines.
17312         * org-remember.el (org-remember-templates): Add nil instead of
17313         empty strings to fix the length of remember templates.
17315         * org-table.el (org-calc-default-modes): Fix the time format for
17316         calc, from 12 hour to 24 hour clock.
17318         * org-agenda.el (org-agenda-get-deadlines)
17319         (org-agenda-get-scheduled): Avoid `time-of-day' extraction for
17320         entries that are pre-warnings of deadlines or reminders.
17322         * org.el (org-sort-entries-or-items): Make numeric and alpha
17323         comparisons ignore any TODO keyword and priority cookie.
17325         * org-remember.el (org-remember-handler): Reinterpretation of the
17326         prefix argument.
17328         * org-agenda.el (org-agenda-get-scheduled): Use new
17329         `org-scheduled' face.
17331         * org-faces.el (org-scheduled): New face.
17333         * org-wl.el (org-wl-open): Remove incorrect declaration.
17335         * org-gnus.el (org-gnus-store-link): Support for :to information
17336         in gnus links.
17338         * org-exp.el (org-export-as-html): Fix typo in creator
17339         information.
17340         (org-export-protect-examples): New parameter indent.  Insert extra
17341         spaces only when this parameter is specified.
17342         (org-export-preprocess-string): Call `org-export-protect-examples'
17343         with an indentation parameter when exporting to ASCII.
17345         * org-remember.el (org-remember-templates)
17346         (org-remember-apply-template): Allow the file component to be a
17347         function.
17349         * org.el (org-goto-local-search-headings): Rename from
17350         `org-goto-local-search-forward-headings'.  Added the possibility
17351         to search backwards.
17353         * org-export-latex.el (org-export-latex): New customization
17354         group.
17356         * org-agenda.el (org-write-agenda): Erase buffer for txt export.
17358         * org-exp.el (org-html-do-expand): Allow {} to terminate
17359         tex macro.
17361         * org.el (org-buffer-list): Select buffers based on major mode,
17362         not on file name.
17364         * org-agenda.el (org-agenda-align-tags): Fix bug with malformed
17365         face property.
17367         * org-colview.el (org-columns-display-here):
17368         Use `org-columns-modify-value-for-display-function'.
17370         * org-colview-xemacs.el (org-columns-display-here):
17371         Use `org-columns-modify-value-for-display-function'.
17373         * org.el (org-columns-modify-value-for-display-function): New option.
17375         * org-publish.el (org-publish-file): Make sure the directory match
17376         for the publishing directory works correctly.
17378         * org-agenda.el (org-agenda-execute-calendar-command)
17379         (org-agenda-diary-entry): Additional optional argument.
17381 2008-07-24  Carsten Dominik  <dominik@science.uva.nl>
17383         * org-exp.el (org-export-as-html): Add attributes also in mailto
17384         and ftp links.
17386         * org.el (org-autoload): Add `org-dblock-write:columnview'.
17388 2008-08-11  Glenn Morris  <rgm@gnu.org>
17390         * org-mac-message.el (do-applescript): Fix declaration.
17392 2008-08-10  Glenn Morris  <rgm@gnu.org>
17394         * org-exp.el (org-export-as-html): Let-bind `i'.
17396         * org.el (org-renumber-ordered-list): Fix bob/bobp typo.
17397         (org-extract-attributes): Let-bind `key', `value'.
17398         (org-make-tags-matcher): Let-bind `time-p'.
17400 2008-07-27  Carsten Dominik  <dominik@science.uva.nl>
17402         * org-install.el: New file.
17404 2008-07-26  Carsten Dominik  <dominik@science.uva.nl>
17406         * org-exp.el (org-export-html-style)
17407         (org-export-html-style-extra): Declare as safe-local-variable.
17409 2008-07-25  Carsten Dominik  <dominik@science.uva.nl>
17411         * org-publish.el (org-publish-file): Use the true name of the
17412         file.
17414         * org-jsinfo.el (org-infojs-handle-options): Use :style-extra
17415         instead of :style.
17417         * org-exp.el (org-export-plist-vars)
17418         (org-export-add-options-to-plist): Handle creator setting flag.
17419         (org-export-as-html): Handle attributes also for ftp and mailto
17420         links.
17422         * org-agenda.el (org-agenda-diary-entry)
17423         (org-agenda-execute-calendar-command): Cater for the second
17424         argument of `calendar-cursor-to-date'.
17426 2008-07-24  Carsten Dominik  <dominik@science.uva.nl>
17428         * org-exp.el (org-export-region-as-html, org-export-as-html):
17429         Make sure that calls from `org-export-region-as-html' do not do the
17430         special check for a subtree.
17432         * org-agenda.el (org-batch-store-agenda-views): Fix parsing bug.
17434         * org.el (org-open-file):
17435         Use `org-open-directory-means-index-dot-org'.
17436         (org-open-directory-means-index-dot-org): New option.
17438         * org.el (org-make-link-string): Remove link attributes from
17439         description.
17440         (org-open-at-point): Remove link attributes before using the path.
17442         * org-exp.el (org-export-as-html): Handle link attributes.
17444         * org.el (org-extract-attributes, org-attributes-to-string): New functions.
17446         * org-table.el (org-table-to-lisp): New function.
17448         * org.el (org-narrow-to-subtree): Do not include the final newline
17449         into the narrowed region.
17451         * org-agenda.el (org-agenda-custom-commands-local-options):
17452         Fix bug with user-define skipping condition.
17454         * org-agenda.el (org-agenda-get-restriction-and-command): Fix typo.
17456         * org-exp.el (org-export-html-style-default): Automatic overflow
17457         handling for pre fields.
17458         (org-export-as-ascii, org-export-as-html): Change default format
17459         for time stamp.
17461         * org-table.el (org-table-export): Offer completion for translator
17462         functions, and do not require a heading above the table.
17464         * org.el (org-renumber-ordered-list, org-beginning-of-item-list):
17465         Cater for the case of a list starting in the first line of the
17466         buffer.
17468         * org-publish.el (org-publish-find-title): Bug fix.
17469         (org-publish-org-index): Implement new :index-style option.
17471         * org-publish.el (org-publish-timestamp-filename):
17472         Use SHA1-encoded file names in the timestamp directory.
17474         * org-publish.el (org-publish-needed-p): Be verbose about files
17475         published and files skipped.
17477         * org-exp.el (org-export-preprocess-string): Swap link
17478         normalization and internal link targeting.
17480         * org-publish.el (org-publish-needed-p): Create timestamp
17481         directory when it does not exist.
17483         * org-clock.el (org-clock-out-when-done): Doc fix.
17485         * org.el (org-agenda-skip-unavailable-files): Doc fix.
17487         * org-exp.el (org-export-remove-comment-blocks-and-subtrees):
17488         Ignore case when searching for the COMMENT cookie at export time.
17490         * org-exp.el (org-get-file-contents)
17491         (org-get-and-remove-property): New functions.
17492         (org-export-handle-include-files): Handle the new prefix options.
17493         (org-export-as-html): Fix the verse environment.
17495         * org.el (org-time=, org-time<, org-time<=, org-time>)
17496         (org-time>=, org-time<>, org-2ft): New functions.
17497         (org-op-to-function): Also provide for the time testing functions.
17499         * org-exp.el (org-export-html-style-default): New constant.
17501         * org-exp.el (org-export-html-style-extra): New variable.
17502         (org-export-splice-style): New function.
17504         * org-exp.el (org-export-plist-vars, org-export-as-html):
17505         Implement `org-export-creator-info'.
17506         (org-export-creator-info): New option.
17508         * org.el (org-clock-drawer-start-re, org-clock-drawer-end-re)
17509         (org-property-drawer-re, org-clock-drawer-re): New constants.
17511         * org-exp.el (org-icalendar-use-deadline)
17512         (org-icalendar-use-scheduled): New options.
17513         (org-icalendar-include-todo): Default changed to t.
17514         (org-print-icalendar-entries): Implement better utilization of
17515         scheduling and deadline time stamps.
17516         (org-export-target-internal-links, org-export-as-html): Allow file
17517         lines without the "file:" prefix if the file path is an absolute
17518         path or starts with ".".
17520         * org-clock.el (org-clocktable-shift): Also understand yesterday,
17521         lastweek etc.
17522         (org-clock-special-range): Also understand yesterday, lastweek etc.
17524         * org.el (org-agenda-skip-archived-trees): Docstring now
17525         discourages using this.
17526         (org-scan-tags): Check for org-agenda-archives-mode.
17527         (org-map-entries): Make sure org-agenda-archives-mode is nil.
17528         (org-agenda-files): Functionality of second arg changed.
17530         * org-agenda.el (org-agenda-archives-mode): New variable.
17531         (org-write-agenda, org-prepare-agenda, org-agenda-list)
17532         (org-search-view, org-todo-list, org-tags-view)
17533         (org-agenda-list-stuck-projects): Call `org-agenda-files' with
17534         `ifmode' argument.
17535         (org-agenda-quit): Reset the archives mode.
17536         (org-agenda-archives-mode): New command.
17537         (org-agenda-set-mode-name): Include archives info.
17539         * org.el (org-paste-subtree): Make sure the yanked headline is
17540         visible if it was yanked at a visible point.
17541         (org-move-item-up): Fix the bug with moving white space at the end
17542         of the item.
17543         (org-show-empty-lines-in-parent): New function.
17545 2008-07-19  Juri Linkov  <juri@jurta.org>
17547         * org.el (narrow-map): Bind `org-narrow-to-subtree' to "s" on the
17548         new keymap `narrow-map' instead of binding "\C-xns".
17550 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
17552         * org.el (org-agenda-skip-unavailable-files):
17553         * org-clock.el (org-clock-out-when-done): Doc fixes.
17555 2008-06-18  Glenn Morris  <rgm@gnu.org>
17557         * org.el (org-map-entries): Let-bind `file'.
17559 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
17561         * org-colview.el (org-columns-next-allowed-value): Bug fix.
17563         * org-colview-xemacs.el (org-columns-next-allowed-value): Bug fix.
17565         * org-agenda.el (org-agenda-get-closed): Get the end time into the
17566         agenda prefix as well.
17568         * org-publish.el (org-publish-org-index): Make a properly indented
17569         list.
17571         * org.el (org-calendar-agenda-action-key): New option.
17572         (org-get-cursor-date): New function.
17573         (org-mark-entry-for-agenda-action): New command.
17574         (org-overriding-default-time): New variable.
17575         (org-read-date): Respect `org-overriding-default-time'.
17577         * org-remember.el (org-remember-apply-template): Respect the
17578         overriding default time.
17580         * org-agenda.el (org-agenda-action-marker): New variable.
17581         (org-agenda-action): New command.
17582         (org-agenda-do-action): New function.
17584 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
17586         * org.el (org-schedule, org-deadline): Protect scheduled and
17587         deadline tasks against changes that accidently remove the
17588         repeater.  Also show a message with the new date when done.
17590 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
17592         * org.el (org-beginning-of-line): Cater for the case when there
17593         are tags but no headline text.
17594         (org-align-tags-here): Convert to tabs only when indent-tabs-mode
17595         it set.
17597 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
17599         * org-mhe.el (org-mhe-get-message-folder-from-index): Make sure
17600         the return value is nil instead of "nil" when there is no match.
17602         * org-exp.el (org-insert-centered): Use fill-column instead of
17603         80.
17604         (org-export-as-ascii): Use string-width to measure the width of
17605         the heading.
17607         * org.el (org-diary-to-ical-string): No longer kill buffer
17608         FROMBUF, this is now done by the caller.
17610         * org-exp.el (org-print-icalendar-entries): Move the call to
17611         `org-diary-to-ical-string' out of the loop, and kill the buffer
17612         afterwords.
17614         * org-remember.el (org-remember-visit-immediately):
17615         Position cursor after moving to the note.
17616         (org-remember-apply-template): Use a text property to record the
17617         cursor position.
17618         (org-remember-handler): Align tags after pasting the note.
17620 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
17622         * org-bbdb.el (org-bbdb-follow-anniversary-link): New function.
17624         * org-agenda.el (org-agenda-open-link): If there is an
17625         org-bbdb-name property in the current line, jump to that bbdb
17626         entry.
17628         * org-bbdb.el (org-bbdb-anniversaries): Add the bbdb-name as a
17629         text property, so that the agenda knows where this entry comes
17630         from.
17632         * org-agenda.el (org-agenda-clock-in): Fix bug in the
17633         interaction between clocking-in from the agenda, and  automatic
17634         task state switching.
17636         * org-macs.el (org-with-point-at): Bug fix in macro definition.
17638         * org.el (org-beginning-of-line, org-end-of-line): Make sure the
17639         zmacs-region stays after this command in XEmacs.
17641 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
17643         * org.el (org-scan-tags): Allow new values for ACTION parameter.
17645         * org-remember.el (org-remember-templates): Fix bug in
17646         customization type definition.
17648         * org.el (org-map-entries): New function.
17650 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
17652         * org-agenda.el (org-agenda-skip-comment-trees): New option.
17653         (org-agenda-skip): Respect `org-agenda-skip-comment-trees'.
17655 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
17657         * org-remember.el (org-jump-to-target-location): New variable.
17658         (org-remember-apply-template):
17659         Set `org-remember-apply-template' if requested by template.
17660         (org-remember-handler): Start an idle timer to jump to
17661         remember location.
17663         * org-exp.el (org-get-current-options): Add the FILETAGS setting.
17665         * org.el (org-set-regexps-and-options): Fix bug with parsing of
17666         file tags.
17667         (org-get-tags-at): Add the content of `org-file-tags'.
17669         * org-exp.el (org-export-handle-comments): Fix bug with several
17670         comment lines after each other.
17671         (org-number-to-roman, org-number-to-counter): New functions.
17672         (org-export-section-number-format): New option.
17674 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
17676         * org-exp.el (org-export-protect-examples): Catch the case of a
17677         missing end_example line.
17679         * org.el (org-set-regexps-and-options): Set `org-file-properties' and
17680         `org-file-tags' to nil.
17682         * org-colview.el (org-columns-next-allowed-value): Handle next
17683         argument NTH to directly select a value.
17685         * org-colview-xemacs.el (org-columns-next-allowed-value): Handle next
17686         argument NTH to directly select a value.
17688 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
17690         * org-agenda.el (org-agenda-scheduled-leaders): Fix docstring.
17692 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
17694         * org.el (org-columns-ellipses): New option.
17696 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
17698         * org-colview.el (org-columns-add-ellipses): New function.
17699         (org-columns-compact-links): New function.
17700         (org-columns-cleanup-item): Call `org-columns-compact-links'.
17701         (org-columns-display-here): Call `org-agenda-columns-cleanup-item'
17702         when in agenda.
17703         (org-columns-edit-value): Fix bug with editing values from
17704         agenda column view.
17705         (org-columns-redo): Also redo the agenda itself.
17707 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
17709         * org-agenda.el (org-agenda-columns-remove-prefix-from-item):
17710         New option.
17712         * org-colview.el (org-agenda-columns-cleanup-item): New function.
17714         * org-exp.el (org-export-ascii-preprocess): Rename from
17715         `org-export-ascii-clean-string'.
17716         (org-export-kill-licensed-text)
17717         (org-export-define-heading-targets)
17718         (org-export-handle-invisible-targets)
17719         (org-export-target-internal-links)
17720         (org-export-remove-or-extract-drawers)
17721         (org-export-remove-archived-trees)
17722         (org-export-protect-quoted-subtrees)
17723         (org-export-protect-verbatim, org-export-protect-examples)
17724         (org-export-select-backend-specific-text)
17725         (org-export-mark-blockquote-and-verse)
17726         (org-export-remove-comment-blocks-and-subtrees)
17727         (org-export-handle-comments, org-export-mark-radio-links)
17728         (org-export-remove-special-table-lines)
17729         (org-export-normalize-links)
17730         (org-export-concatenate-multiline-links)
17731         (org-export-concatenate-multiline-emphasis): New functions,
17732         obtained from spliting the export preprocessor.
17734         * org-table.el (org-table-recalculate): Improve error message if
17735         the row number is invalid.
17737 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
17739         * org-archive.el (org-archive-save-context-info): Fix bugs in
17740         customization setup and docstring.
17742         * org-exp.el (org-export-html-style): Change the size of in the
17743         <pre> element to 90%.
17745 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
17747         * org.el (org-find-src-example-start): Function removed.
17748         (org-edit-src-find-region-and-lang): New function.
17750 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
17752         * org.el (org-edit-src-exit): New function.
17753         (org-exit-edit-mode): New minor mode.
17755         * org-exp.el (org-export-preprocess-string): Fix bug with removing
17756         comment-like lines from protected examples.
17758         * org.el (org-edit-src-example, org-find-src-example-start)
17759         (org-protect-source-example, org-edit-special): New functions.
17761 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
17763         * org-publish.el (org-publish-project-alist): Fix typo in
17764         docstring.
17765         (org-publish-project-alist): Handle :index-title property.
17767 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
17769         * org-export-latex.el (org-export-as-latex): Make sure region
17770         bounds are correct.  Parse subtree properties relating to export.
17772         * org-exp.el (org-export-add-options-to-plist): New function.
17773         (org-infile-export-plist): Use `org-export-add-options-to-plist'.
17775 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
17777         * org.el (org-default-properties): Add EXPORT_FILE_NAME and
17778         EXPORT_TITLE.
17780         * org-exp.el (org-export-get-title-from-subtree)
17781         (org-export-as-ascii, org-export-as-html): Make sure the original
17782         region-beginning and region-end are used, even after moving point.
17783         (org-export-get-title-from-subtree): Also try the EXPORT_TITLE
17784         property.
17786         * org-remember.el (org-remember-last-stored-marker): New variable.
17787         (org-remember-goto-last-stored): Use `org-goto-marker-or-bmk'.
17788         (org-remember-handler): Also use marker to remember
17789         last-stored position.
17791         * org.el (org-goto-marker-or-bmk): New function.
17793 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
17795         * org.el (org-file-properties): Rename from `org-local-properties'.
17796         (org-scan-tags): Take file tags into account.
17797         (org-tags-match-list-sublevels): Default changed to t.
17799         * org-exp.el (org-export-as-html): Close paragraph after a footnote.
17801         * org.el (org-update-parent-todo-statistics): New function.
17803         * org-exp.el (org-icalendar-store-UID): New option.
17804         (org-icalendar-force-UID): Option removed.
17805         (org-print-icalendar-entries): IMplement UIDs.
17807 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
17809         * org-mhe.el (org-mhe-follow-link): Fix bug in mhe searches.
17811 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
17813         * org-faces.el (org-column): Document how this face is being used
17814         and why sometimes the background faces shine through.
17816         * org-mhe.el (org-mhe-follow-link): Improve handling of searches.
17818         * org-publish.el (org-publish-attachment): Create publishing
17819         directory if it does not yet exist.
17821         * org-table.el (org-calc-default-modes): Change default number
17822         format to (float 8).
17824         * org.el (org-olpath-completing-read): New function.
17825         (org-time-clocksum-format): New option.
17826         (org-minutes-to-hh:mm-string): Use `org-time-clocksum-format'.
17828         * org-clock.el (org-clock-display, org-clock-out)
17829         (org-update-mode-line): Use `org-time-clocksum-format'.
17831         * org-colview-xemacs.el (org-columns-number-to-string):
17832         Use `org-time-clocksum-format'.
17834         * org-colview.el (org-columns-number-to-string):
17835         Use `org-time-clocksum-format'.
17837 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
17839         * org-id.el: New file, move from contrib to core.
17841         * org-exp.el (org-icalendar-force-UID): New option.
17843 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
17845         * org-exp.el (org-print-icalendar-entries): Make sure DTEND is
17846         shifted by one day if there is a date range without an end time.
17848         * org.el (org-try-structure-completion): New function.
17850 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
17852         * org.el (org-set-font-lock-defaults): Improve fontification of
17853         description lists.
17854         (org-insert-item): Handle description lists.
17855         (org-adaptive-fill-function): Improve auto indentation in
17856         description lists.
17858         * org-exp.el (org-export-as-html, org-export-preprocess-string):
17859         Implement VERSE environment.
17860         (org-export-preprocess-string): Implement the COMMENT
17861         environment.
17863         * org-export-latex.el (org-export-latex-preprocess):
17864         Implement VERSE environment.
17866 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
17868         * org-jsinfo.el (org-infojs-opts-table): Add entry for FIXED_TOC
17869         option.
17871 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
17873         * org-table.el (orgtbl-to-tsv, orgtbl-to-csv): New functions.
17875         * org.el (org-quote-csv-field): New functions.
17877         * org-table.el (org-table-export-default-format): Remove :splice
17878         from default format, we get the same effect by not specifying
17879         :tstart and :tend.
17880         (org-table-export): Improve setup, distinguish better between
17881         interactive and non-interactive use, allow specifying the format
17882         on the fly, better protection against wrong file names.
17883         (orgtbl-to-generic): Fix documentation.  Do not require :tstart
17884         and :tend when :splice is omitted.
17886 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
17888         * org-clock.el (org-clock-select-task): Make sure the selection
17889         letters are 1-9 and A-Z, no special characters.
17891 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
17893         * org-exp.el (org-export-htmlize): New group.
17894         (org-export-htmlize-output-type)
17895         (org-export-htmlize-css-font-prefix): New options.
17896         (org-export-htmlize-region-for-paste): New function.
17897         (org-export-htmlize-generate-css): New command.
17899 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
17901         * org.el (org-set-visibility-according-to-property): New function.
17902         (org-ctrl-c-ctrl-c): Do not restart org-mode, just get the options
17903         and compute the regular expressions, and update font-lock.
17904         (org-property-re): Allow a dash in property names.
17906         * org-archive.el (org-extract-archive-file): Insert the file name
17907         without the path into the format, to allow the location format to
17908         contain a subdirectory.
17910         * org-agenda.el (org-agenda-post-command-hook): If point is at end
17911         of buffer, and the `org-agenda-type' property undefined, use the
17912         value from the character before.
17914         * org.el (org-add-planning-info): Don't let indentation for
17915         would-be timestamp become extra whitespace at the end of headline.
17917 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
17919         * org.el (org-remove-double-quotes, org-file-contents):
17920         New functions.
17922         * org-exp.el (org-infile-export-plist): Also parse the
17923         contents of #+SETUPFILE files, recursively.
17925         * org.el (org-set-regexps-and-options): Also parse the
17926         contents of #+SETUPFILE files, recursively.
17928         * org-exp.el (org-export-handle-include-files): New function.
17929         (org-export-preprocess-string):
17930         Call `org-export-handle-include-files'.
17932         * org.el (org-delete-property-globally)
17933         (org-delete-property, org-set-property): Ignore case during
17934         completion.
17935         (org-set-property): Use `org-completing-read' instead of
17936         `completing-read'.
17938         * org.el (org-complete-expand-structure-template): New,
17939         experimental function.
17940         (org-structure-template-alist): New, experimental option.
17941         (org-complete): Call `org-complete-expand-structure-template'.
17943 2008-06-17  Bastien Guerry  <bzg@altern.org>
17945         * org-export-latex.el (org-export-latex-preprocess):
17946         Add support for blockquotes.
17948 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
17950         * org.el (org-read-date-analyze): Catch the case where only a
17951         weekday is given.
17953 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
17955         * org.el (org-set-font-lock-defaults): Make the description
17956         tag bold.
17958         * org-exp.el (org-export-as-html, org-close-li):
17959         Implement description lists.
17961 2008-06-17  Jason Riedy  <jason@acm.org>
17963         * org-table.el (*orgtbl-default-fmt*): New variable.
17964         (orgtbl-format-line): Use the value of *orgtbl-default-fmt*
17965         when there is no other fmt available.
17967         (orgtbl-to-generic): Allow an explicitly nil :tstart or
17968         :tend to suppress the appropriate string.
17970         (orgtbl-to-orgtbl): New function for translating to another orgtbl
17971         table.
17973 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
17975         * org.el (org-read-date-analyze): "." as an alias for "+0" in
17976         read date.
17978         * org-clock.el (org-clock-save-markers-for-cut-and-paste):
17979         New function.
17981         * org-agenda.el (org-agenda-save-markers-for-cut-and-paste):
17982         New function.
17984 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
17986         * org-clock.el (org-clock-find-position): Don't include notes
17987         into clock drawer.
17989         * org-archive.el (org-archive-subtree): No longer remove an
17990         extra line after cutting the subtree.  `org-cut-subtree' already
17991         takes care of this.
17993         * org-remember.el (org-remember-handler): Only kill the target
17994         buffer if it does not contain the running clock.
17996         * org.el (org-markers-to-move): New variable.
17997         (org-save-markers-in-region, org-check-and-save-marker)
17998         (org-reinstall-markers-in-region): New function.
17999         (org-move-subtree-down, org-copy-subtree): Remember relative
18000         marker positions before cutting.
18001         (org-move-subtree-down, org-paste-subtree): Restore relative
18002         marker positions after pasting.
18004         * org-remember.el (org-remember-clock-out-on-exit): New option.
18005         (org-remember-finalize): Clock out only if the setting in
18006         `org-remember-clock-out-on-exit' requires it.
18007         (org-remember-handler): Do the cleanup in the buffer, to make sure
18008         that the clock marker remains in tact.
18010 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
18012         * org-clock.el (org-clock-goto): Widen buffer if necessary.
18013         (org-clock-in): Make sure that also tasks outside the narrowed
18014         region will be clocked in correctly.
18015         (org-clock-insert-selection-line): Widen the buffer so that we can
18016         find the correct task heading.
18018         * org.el (org-base-buffer): New function.
18020         * org-exp.el (org-icalendar-cleanup-string): Make sure ","
18021         and ";" are escaped.
18022         (org-print-icalendar-entries): Also apply
18023         `org-icalendar-cleanup-string' to the headline, not only to the
18024         summary property.
18026 2008-06-17  Carsten Dominik  <dominik@science.uva.nl>
18028         * org-exp.el (org-export-preprocess-hook): New hook.
18029         (org-export-preprocess-string): Call `org-export-preprocess-hook'.
18031         * org.el (org-font-lock-hook): New variable.
18032         (org-font-lock-hook): New function.
18033         (org-set-font-lock-defaults): Call `org-font-lock-hook'.
18035 ;; Local Variables:
18036 ;; coding: utf-8
18037 ;; add-log-time-zone-rule: t
18038 ;; End:
18040         Copyright (C) 2008-2011  Free Software Foundation, Inc.
18042   This file is part of GNU Emacs.
18044   GNU Emacs is free software: you can redistribute it and/or modify
18045   it under the terms of the GNU General Public License as published by
18046   the Free Software Foundation, either version 3 of the License, or
18047   (at your option) any later version.
18049   GNU Emacs is distributed in the hope that it will be useful,
18050   but WITHOUT ANY WARRANTY; without even the implied warranty of
18051   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18052   GNU General Public License for more details.
18054   You should have received a copy of the GNU General Public License
18055   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.